Skip to content

Commit 569224a

Browse files
keflavichbsipocz
authored andcommitted
change colname order
1 parent 74951e8 commit 569224a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/alma/alma.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,20 @@ You can query by object name or by circular region:
127127
>>> from astroquery.alma import Alma
128128
>>> m83_data = Alma.query_object('M83')
129129
>>> m83_data.colnames
130-
['access_url', 'access_format', 'proposal_id', 'data_rights', 'gal_longitude',
131-
'gal_latitude', 'obs_publisher_did', 'obs_collection', 'facility_name',
132-
'instrument_name', 'obs_id', 'dataproduct_type', 'calib_level', 'target_name',
133-
's_ra', 's_dec', 's_fov', 's_region', 's_resolution', 't_min', 't_max', 't_exptime',
134-
't_resolution', 'em_min', 'em_max', 'em_res_power', 'pol_states', 'o_ucd', 'band_list',
135-
'em_resolution', 'authors', 'pub_abstract', 'publication_year', 'proposal_abstract',
136-
'schedblock_name', 'proposal_authors', 'sensitivity_10kms', 'cont_sensitivity_bandwidth',
137-
'pwv', 'group_ous_uid', 'member_ous_uid', 'asdm_uid', 'obs_title', 'type', 'scan_intent',
138-
'science_observation', 'spatial_scale_max', 'bandwidth', 'antenna_arrays', 'is_mosaic',
139-
'obs_release_date', 'spatial_resolution', 'frequency_support', 'frequency', 'velocity_resolution',
140-
'obs_creator_name', 'pub_title', 'first_author', 'qa2_passed', 'bib_reference', 'science_keyword',
130+
['obs_publisher_did', 'obs_collection', 'facility_name', 'instrument_name',
131+
'obs_id', 'dataproduct_type', 'calib_level', 'target_name', 's_ra',
132+
's_dec', 's_fov', 's_region', 's_resolution', 't_min', 't_max',
133+
't_exptime', 't_resolution', 'em_min', 'em_max', 'em_res_power',
134+
'pol_states', 'o_ucd', 'access_url', 'access_format', 'proposal_id',
135+
'data_rights', 'gal_longitude', 'gal_latitude', 'band_list',
136+
'em_resolution', 'bandwidth', 'antenna_arrays', 'is_mosaic',
137+
'obs_release_date', 'spatial_resolution', 'frequency_support', 'frequency',
138+
'velocity_resolution', 'obs_creator_name', 'pub_title', 'first_author',
139+
'authors', 'pub_abstract', 'publication_year', 'proposal_abstract',
140+
'schedblock_name', 'proposal_authors', 'sensitivity_10kms',
141+
'cont_sensitivity_bandwidth', 'pwv', 'group_ous_uid', 'member_ous_uid',
142+
'asdm_uid', 'obs_title', 'type', 'scan_intent', 'science_observation',
143+
'spatial_scale_max', 'qa2_passed', 'bib_reference', 'science_keyword',
141144
'scientific_category', 'lastModified']
142145
143146

0 commit comments

Comments
 (0)