Skip to content

Commit dcc4849

Browse files
committed
clarify time>0 filtering in the docs
1 parent eb67f61 commit dcc4849

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/heasarc/heasarc.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Query a Catalog
2626
The basic use case is one where we want to query a catalog from some position in the sky.
2727
In this example, we query the NuSTAR master catalog ``numaster`` for all observations
2828
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`:
29+
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.
3032

3133
.. doctest-remote-data::
3234

0 commit comments

Comments
 (0)