Skip to content

Commit 87f569b

Browse files
tinuademargaretbsipocz
authored andcommitted
more progress
1 parent bf85bb1 commit 87f569b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/alma/alma.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Region queries are just like any other in astroquery:
162162
... frame='galactic')
163163
>>> gc_data = Alma.query_region(galactic_center, 1*u.deg)
164164
>>> print(len(gc_data))
165-
24
165+
1558
166166

167167
Querying by other parameters
168168
============================
@@ -200,7 +200,7 @@ their types.
200200
Table to query is "voa.ObsCore".
201201
For example: "select top 1 * from ivoa.ObsCore"
202202
The scheme of the table is as follows.
203-
203+
<BLANKLINE>
204204
Name Type Unit Description
205205
------------------------------------------------------------------------------------------
206206
access_format char(9) Content format of the data
@@ -209,8 +209,8 @@ their types.
209209
asdm_uid char(32*) UID of the ASDM containing this Field.
210210
authors char(4000*) Full list of first author and all co-authors
211211
band_list char(30*) Space delimited list of bands
212-
bandwidth double Hz Total Bandwidth
213-
bib_reference char(30*) Bibliography code
212+
bandwidth double GHz Total Bandwidth
213+
bib_reference char(4000*) Bibliography code
214214
calib_level int calibration level (2 or 3). 2 if product_type = MOUS, 3 if product_type = GOUS
215215
cont_sensitivity_bandwidth double mJy/beam Estimated noise in the aggregated continuum bandwidth. Note this is an indication only, it does not include the effects of flagging or dynamic range limitations.
216216
data_rights char(11) Access to data.

0 commit comments

Comments
 (0)