We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb67f61 commit dcc4849Copy full SHA for dcc4849
docs/heasarc/heasarc.rst
@@ -26,7 +26,9 @@ Query a Catalog
26
The basic use case is one where we want to query a catalog from some position in the sky.
27
In this example, we query the NuSTAR master catalog ``numaster`` for all observations
28
of the AGN ``NGC 3783``. We use `~astropy.coordinates.SkyCoord` to obtain the coordinates
29
-and then pass them to `~astroquery.heasarc.HeasarcClass.query_region`:
+and then pass them to `~astroquery.heasarc.HeasarcClass.query_region`. In following, we
30
+also select only columns with ``time > 0``. Zero values are typically used for observations
31
+that have been approved but not observed.
32
33
.. doctest-remote-data::
34
0 commit comments