File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ To download a data product
177177.. code-block :: python
178178
179179 >> > from astroquery.jwst import Jwst
180- >> > product_list = Jwst.get_product(' 00000000-0000-0000-af91-b0375f07283b' )
180+ >> > output_file = Jwst.get_product(artifact_id = ' 00000000-0000-0000-af91-b0375f07283b' )
181181
182182 1.4 Getting public tables
183183~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -234,7 +234,7 @@ To load only a table (TAP+ capability)
234234
235235.. code-block :: python
236236
237- >> > from astroquery.gaia import Jwst
237+ >> > from astroquery.jwst import Jwst
238238 >> > table = Jwst.load_table(' jwst.main' )
239239 >> > print (table)
240240
@@ -457,9 +457,9 @@ Query saving results in a file:
457457
458458.. code-block :: python
459459
460- >> > from astroquery.gaia import Gaia
460+ >> > from astroquery.jwst import Jwst
461461 >> >
462- >> > job = Gaia .launch_job_async(" select top 100 * from gaiadr1.gaia_source order by source_id " , dump_to_file = True )
462+ >> > job = Jwst .launch_job_async(" select top 100 * from jwst.main " , dump_to_file = True )
463463 >> >
464464 >> > print (job)
465465
You can’t perform that action at this time.
0 commit comments