@@ -127,17 +127,20 @@ You can query by object name or by circular region:
127
127
>> > from astroquery.alma import Alma
128
128
>> > m83_data = Alma.query_object(' M83' )
129
129
>> > 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' ,
141
144
' scientific_category' , ' lastModified' ]
142
145
143
146
0 commit comments