File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,15 @@ Getting started
8
8
The following example illustrates a Fermi LAT query,
9
9
centered on M 31 for the energy range 1 to 100 GeV for the first day in 2013.
10
10
11
- .. code-block :: python
12
11
.. doctest-remote-data ::
13
12
14
13
>>> from astroquery import fermi
15
14
>>> result = fermi.FermiLAT.query_object(' M31' , energyrange_MeV = ' 1000, 100000' ,
16
15
... obsdates= ' 2013-01-01 00:00:00, 2013-01-02 00:00:00' )
17
16
>>> print (result) # doctest: +IGNORE_OUTPUT
18
- ['https://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/queries/L210111120827756AAA3A88_PH00.fits',
17
+ ['https://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/queries/L210111120827756AAA3A88_PH00.fits',
19
18
'https://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/queries/L210111120827756AAA3A88_SC00.fits']
20
- >>> from astropy.io import fits
21
- >>> sc = fits.open(' https://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/queries/L210111120827756AAA3A88_SC00.fits' )
19
+
22
20
23
21
24
22
Reference/API
You can’t perform that action at this time.
0 commit comments