2. Filter & explore results#

The querying functions presented in the previous section return a PANDAS DataFrame that can be used to further narrow down your search. This section presents some examples of how you can further filter and explore the results of your queries:

Load libraries & create a query

To explore these options, we will first query the archive using one of the methods presented in the previous section and use the results in the remainder of this tutorial.

[1]:
import alminer

observations = alminer.keysearch({'science_keyword':['Galaxy chemistry']},
                                 print_targets=False)
================================
alminer.keysearch results
================================
--------------------------------
Number of projects = 48
Number of observations = 341
Number of unique subbands = 1166
Total number of subbands = 1368
Total number of targets with ALMA data = 64
--------------------------------

2.1 Explore results#

You can simply display the DataFrame table returned by the query functions using the name you gave it (in this case observations), but often there are limits to how many rows and columns are presented. With the alminer.explore function, you can control whether or not you want to display all rows (allrows=True/False) and/or all columns (allcols=True/False). By default, only the 18 most useful columns are shown and the number of rows is truncated.

Example 2.1.1: View the queried observations as a table (shortened)#

[2]:
alminer.explore(observations)
[2]:
Obs project_code ALMA_source_name RAJ2000 DEJ2000 ang_res_arcsec min_freq_GHz max_freq_GHz central_freq_GHz bandwidth_GHz freq_res_kHz vel_res_kms LAS_arcsec FoV_arcsec cont_sens_bandwidth line_sens_10kms line_sens_native MOUS_id
0 1 2011.0.00268.S LESS J0332-2756 53.122042 -27.938694 1.264 252.85 254.73 253.79 1.875 976.56 1.149 11.242 23.564 79.299 1675.07 112.74 uid://A002/X303d22/X7b
1 2 2011.0.00268.S LESS J0332-2756 53.122042 -27.938694 1.264 239.50 241.37 240.43 1.875 976.56 1.213 11.242 23.564 79.299 1708.54 111.94 uid://A002/X303d22/X7b
2 3 2011.0.00405.S PKS1830-211 278.416330 -21.061080 0.458 281.64 283.51 282.57 1.874 976.56 1.033 4.088 20.113 60.429 1677.23 119.14 uid://A002/X36d874/X7a
3 4 2011.0.00405.S PKS1830-211 278.416330 -21.061080 0.458 293.63 295.51 294.57 1.874 976.56 0.991 4.088 20.113 60.429 1655.25 120.04 uid://A002/X36d874/X7a
4 5 2011.0.00405.S PKS1830-211 278.416330 -21.061080 0.458 283.51 285.39 284.45 1.874 976.56 1.026 4.088 20.113 60.429 1673.64 119.28 uid://A002/X36d874/X7a
5 6 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 103.20 105.08 104.14 1.878 976.56 2.786 16.995 58.774 29.824 1381.77 59.69 uid://A002/X36d874/X80
6 7 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 93.07 94.95 94.01 1.878 976.56 3.083 16.995 58.774 29.824 1440.54 59.16 uid://A002/X36d874/X80
7 8 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 91.20 93.08 92.14 1.878 976.56 3.145 16.995 58.774 29.824 1500.60 61.02 uid://A002/X36d874/X80
8 9 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 105.07 106.95 106.01 1.878 976.56 2.737 16.995 58.774 29.824 1370.09 59.71 uid://A002/X36d874/X80
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
1359 1360 2019.1.00130.S NGC1068 40.669879 -0.013289 1.681 89.72 91.59 90.65 1.873 1938.48 6.345 22.359 59.730 9.858 494.60 19.97 uid://A001/X1465/X3890
1360 1361 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 108.29 110.16 109.23 1.873 1938.48 5.366 27.391 55.903 10.485 468.79 20.59 uid://A001/X1465/X389c
1361 1362 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 110.17 112.05 111.11 1.873 1938.48 5.274 27.391 55.903 10.485 465.01 20.60 uid://A001/X1465/X389c
1362 1363 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 96.28 98.15 97.21 1.873 1938.48 5.920 27.391 55.903 10.485 511.67 21.39 uid://A001/X1465/X389c
1363 1364 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 97.97 99.84 98.90 1.873 1938.48 5.820 27.391 55.903 10.485 507.47 21.40 uid://A001/X1465/X389c
1364 1365 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 101.24 103.11 102.18 1.873 1938.48 5.740 32.285 59.922 9.343 437.00 18.56 uid://A001/X1465/X3898
1365 1366 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 103.05 104.92 103.99 1.873 1938.48 5.639 32.285 59.922 9.343 436.95 18.72 uid://A001/X1465/X3898
1366 1367 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 89.43 91.30 90.36 1.873 1938.48 6.364 32.285 59.922 9.343 466.81 18.82 uid://A001/X1465/X3898
1367 1368 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 91.20 93.07 92.13 1.873 1938.48 6.243 32.285 59.922 9.343 459.55 18.71 uid://A001/X1465/X3898

1368 rows × 18 columns

Example 2.1.2: View the queried observations as a table and show all columns#

[3]:
alminer.explore(observations, allcols=True, allrows=False)
# you can also set allrows=True to see all rows in the table
# but this may be slow for very large queries
[3]:
Obs project_code ALMA_source_name RAJ2000 DEJ2000 ang_res_arcsec min_freq_GHz max_freq_GHz central_freq_GHz bandwidth_GHz freq_res_kHz vel_res_kms LAS_arcsec FoV_arcsec cont_sens_bandwidth line_sens_10kms line_sens_native MOUS_id access_url access_format proposal_id data_rights gal_longitude gal_latitude obs_publisher_did obs_collection facility_name instrument_name obs_id dataproduct_type calib_level target_name s_ra s_dec s_fov s_region s_resolution t_min t_max t_exptime ... em_min em_max em_res_power pol_states o_ucd band_list em_resolution authors pub_abstract publication_year proposal_abstract schedblock_name proposal_authors sensitivity_10kms cont_sensitivity_bandwidth pwv group_ous_uid member_ous_uid asdm_uid obs_title type scan_intent science_observation spatial_scale_max bandwidth antenna_arrays is_mosaic obs_release_date spatial_resolution frequency_support frequency velocity_resolution obs_creator_name pub_title first_author qa2_passed bib_reference science_keyword scientific_category lastModified
0 1 2011.0.00268.S LESS J0332-2756 53.122042 -27.938694 1.264 252.85 254.73 253.79 1.875 976.56 1.149 11.242 23.564 79.299 1675.07 112.74 uid://A002/X303d22/X7b https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00268.S Public 223.796062 -54.451922 ADS/JAO.ALMA#2011.0.00268.S ALMA JAO ALMA uid://A002/X303d22/X7b cube 2 LESS J0332-2756 53.122042 -27.938694 0.006546 Circle ICRS 53.122042 -27.938694 0.003273 1.264027 55936.926044 55939.192641 4536.00 ... 0.001177 0.001186 260809.621360 /XX/YY/ phot.flux.density;phys.polarization 6 2.928016e+14 Leon, S.; Cortes, P.C.; Guerard, M.; Villard, ... Aims: We aim at analyzing the (sub-)millimeter... 2012 Metallicity of galaxies and its redshift evolu... LESS J0332-2756 De Breuck, Carlos; Hatsukade, Bunyo; Maiolino,... 1.675071 0.079299 1.459508 uid://A002/X303d22/X7b uid://A002/X36a70f/X318 Metallicity of a Submillimeter Galaxy at z=5 S TARGET WVR T 11.241926 1.875000e+09 A002:PM02 A004:DV04 A009:DA43 A011:DV12 A013:D... F 2013-02-09T01:45:00.000 1.264027 [239.50..241.37GHz,976.56kHz,1.7mJy/beam@10km/... 253.790770 1149.468553 Nagao, Tohru ALMA reveals a chemically evolved submillimete... Leon, S. Nagao, T. Ono, Yoshiaki T 2012A&A...542L..34N 2014ApJ...795....5O 2016A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
1 2 2011.0.00268.S LESS J0332-2756 53.122042 -27.938694 1.264 239.50 241.37 240.43 1.875 976.56 1.213 11.242 23.564 79.299 1708.54 111.94 uid://A002/X303d22/X7b https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00268.S Public 223.796062 -54.451922 ADS/JAO.ALMA#2011.0.00268.S ALMA JAO ALMA uid://A002/X303d22/X7b cube 2 LESS J0332-2756 53.122042 -27.938694 0.006546 Circle ICRS 53.122042 -27.938694 0.003273 1.264027 55936.926044 55939.192641 4536.00 ... 0.001242 0.001252 247134.408560 /XX/YY/ phot.flux.density;phys.polarization 6 2.928016e+14 Leon, S.; Cortes, P.C.; Guerard, M.; Villard, ... Aims: We aim at analyzing the (sub-)millimeter... 2012 Metallicity of galaxies and its redshift evolu... LESS J0332-2756 De Breuck, Carlos; Hatsukade, Bunyo; Maiolino,... 1.708538 0.079299 1.459508 uid://A002/X303d22/X7b uid://A002/X36a70f/X318 Metallicity of a Submillimeter Galaxy at z=5 S TARGET WVR T 11.241926 1.875000e+09 A002:PM02 A004:DV04 A009:DA43 A011:DV12 A013:D... F 2013-02-09T01:45:00.000 1.264027 [239.50..241.37GHz,976.56kHz,1.7mJy/beam@10km/... 240.434432 1149.468553 Nagao, Tohru ALMA reveals a chemically evolved submillimete... Leon, S. Nagao, T. Ono, Yoshiaki T 2012A&A...542L..34N 2014ApJ...795....5O 2016A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
2 3 2011.0.00405.S PKS1830-211 278.416330 -21.061080 0.458 281.64 283.51 282.57 1.874 976.56 1.033 4.088 20.113 60.429 1677.23 119.14 uid://A002/X36d874/X7a https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X7a cube 2 PKS1830-211 278.416330 -21.061080 0.005587 Circle ICRS 278.416330 -21.061080 0.002793 0.458195 56028.254136 56028.361572 3144.96 ... 0.001057 0.001064 290354.950000 /XX/YY/ phot.flux.density;phys.polarization 7 2.927253e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_CH_and_H2O_b7_run_x2 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.677226 0.060429 0.701340 uid://A002/X36d874/X7a uid://A002/X3cb0a0/X9e8 A survey of strong absorption lines at z=0.89 ... S TARGET T 4.087964 1.875000e+09 A003:DA41 A011:DV12 A025:DV14 A037:PM01 A045:D... F 2013-05-22T07:31:59.000 0.458195 [281.64..283.51GHz,976.56kHz,1.7mJy/beam@10km/... 282.573239 984.336598 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
3 4 2011.0.00405.S PKS1830-211 278.416330 -21.061080 0.458 293.63 295.51 294.57 1.874 976.56 0.991 4.088 20.113 60.429 1655.25 120.04 uid://A002/X36d874/X7a https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X7a cube 2 PKS1830-211 278.416330 -21.061080 0.005587 Circle ICRS 278.416330 -21.061080 0.002793 0.458195 56028.254136 56028.361572 3144.96 ... 0.001014 0.001021 302642.950000 /XX/YY/ phot.flux.density;phys.polarization 7 2.927253e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_CH_and_H2O_b7_run_x2 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.655253 0.060429 0.701340 uid://A002/X36d874/X7a uid://A002/X3cb0a0/X9e8 A survey of strong absorption lines at z=0.89 ... S TARGET T 4.087964 1.875000e+09 A003:DA41 A011:DV12 A025:DV14 A037:PM01 A045:D... F 2013-05-22T07:31:59.000 0.458195 [281.64..283.51GHz,976.56kHz,1.7mJy/beam@10km/... 294.571572 984.336598 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
4 5 2011.0.00405.S PKS1830-211 278.416330 -21.061080 0.458 283.51 285.39 284.45 1.874 976.56 1.026 4.088 20.113 60.429 1673.64 119.28 uid://A002/X36d874/X7a https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X7a cube 2 PKS1830-211 278.416330 -21.061080 0.005587 Circle ICRS 278.416330 -21.061080 0.002793 0.458195 56028.254136 56028.361572 3144.96 ... 0.001050 0.001057 292274.950000 /XX/YY/ phot.flux.density;phys.polarization 7 2.927253e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_CH_and_H2O_b7_run_x2 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.673643 0.060429 0.701340 uid://A002/X36d874/X7a uid://A002/X3cb0a0/X9e8 A survey of strong absorption lines at z=0.89 ... S TARGET T 4.087964 1.875000e+09 A003:DA41 A011:DV12 A025:DV14 A037:PM01 A045:D... F 2013-05-22T07:31:59.000 0.458195 [281.64..283.51GHz,976.56kHz,1.7mJy/beam@10km/... 284.447979 984.336598 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
5 6 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 103.20 105.08 104.14 1.878 976.56 2.786 16.995 58.774 29.824 1381.77 59.69 uid://A002/X36d874/X80 https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X80 cube 2 PKS1830-211 278.416330 -21.061080 0.016326 Circle ICRS 278.416330 -21.061080 0.008163 1.570624 56069.390944 56093.395812 3719.52 ... 0.002853 0.002905 107605.766000 /XX/YY/ phot.flux.density;phys.polarization 3 2.927369e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_HCOplus_b3_run_x3 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.381767 0.029824 0.918540 uid://A002/X36d874/X80 uid://A002/X411025/X441 A survey of strong absorption lines at z=0.89 ... S TARGET T 16.995170 1.875000e+09 A003:DA41 A004:DV04 A008:DV19 A011:DV12 A021:D... F 2013-10-10T14:47:51.000 1.570624 [91.20..93.08GHz,976.56kHz,1.5mJy/beam@10km/s,... 104.138014 2737.212182 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
6 7 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 93.07 94.95 94.01 1.878 976.56 3.083 16.995 58.774 29.824 1440.54 59.16 uid://A002/X36d874/X80 https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X80 cube 2 PKS1830-211 278.416330 -21.061080 0.016326 Circle ICRS 278.416330 -21.061080 0.008163 1.570624 56069.390944 56093.395812 3719.52 ... 0.003157 0.003221 97236.742000 /XX/YY/ phot.flux.density;phys.polarization 3 2.927369e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_HCOplus_b3_run_x3 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.440543 0.029824 0.918540 uid://A002/X36d874/X80 uid://A002/X411025/X441 A survey of strong absorption lines at z=0.89 ... S TARGET T 16.995170 1.875000e+09 A003:DA41 A004:DV04 A008:DV19 A011:DV12 A021:D... F 2013-10-10T14:47:51.000 1.570624 [91.20..93.08GHz,976.56kHz,1.5mJy/beam@10km/s,... 94.012841 2737.212182 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
7 8 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 91.20 93.08 92.14 1.878 976.56 3.145 16.995 58.774 29.824 1500.60 61.02 uid://A002/X36d874/X80 https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X80 cube 2 PKS1830-211 278.416330 -21.061080 0.016326 Circle ICRS 278.416330 -21.061080 0.008163 1.570624 56069.390944 56093.395812 3719.52 ... 0.003221 0.003287 95317.766000 /XX/YY/ phot.flux.density;phys.polarization 3 2.927369e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_HCOplus_b3_run_x3 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.500603 0.029824 0.918540 uid://A002/X36d874/X80 uid://A002/X411025/X441 A survey of strong absorption lines at z=0.89 ... S TARGET T 16.995170 1.875000e+09 A003:DA41 A004:DV04 A008:DV19 A011:DV12 A021:D... F 2013-10-10T14:47:51.000 1.570624 [91.20..93.08GHz,976.56kHz,1.5mJy/beam@10km/s,... 92.138994 2737.212182 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
8 9 2011.0.00405.S PKS1830-211 278.416330 -21.061080 1.571 105.07 106.95 106.01 1.878 976.56 2.737 16.995 58.774 29.824 1370.09 59.71 uid://A002/X36d874/X80 https://almascience.org/datalink/sync?ID=uid:/... applicati 2011.0.00405.S Public 12.165817 -5.711677 ADS/JAO.ALMA#2011.0.00405.S ALMA JAO ALMA uid://A002/X36d874/X80 cube 2 PKS1830-211 278.416330 -21.061080 0.016326 Circle ICRS 278.416330 -21.061080 0.008163 1.570624 56069.390944 56093.395812 3719.52 ... 0.002803 0.002853 109524.742000 /XX/YY/ phot.flux.density;phys.polarization 3 2.927369e+14 Bagdonaite, J.; Daprà, M.; Jansen, P.; Bethlem... A limit on a possible cosmological variation o... 2013 The z=0.89 (sub)mm molecular absorber toward t... PKS1830_HCOplus_b3_run_x3 Bethlem, Hendrick; Gerin, Maryvonne; Bottinell... 1.370093 0.029824 0.918540 uid://A002/X36d874/X80 uid://A002/X411025/X441 A survey of strong absorption lines at z=0.89 ... S TARGET T 16.995170 1.875000e+09 A003:DA41 A004:DV04 A008:DV19 A011:DV12 A021:D... F 2013-10-10T14:47:51.000 1.570624 [91.20..93.08GHz,976.56kHz,1.5mJy/beam@10km/s,... 106.011861 2737.212182 Muller, Sebastien A strong magnetic field in the jet base of a s... Bagdonaite, J. Martí-Vidal, I. Martí-Vidal, Iv... T 2013A&A...558A.123M 2013PhRvL.111w1101B 2014A&... Galaxy structure & evolution, Galaxy chemistry Galaxy evolution 2022-03-16T15:26:21.801
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
1359 1360 2019.1.00130.S NGC1068 40.669879 -0.013289 1.681 89.72 91.59 90.65 1.873 1938.48 6.345 22.359 59.730 9.858 494.60 19.97 uid://A001/X1465/X3890 https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 172.103977 -51.933584 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X3890 cube 2 NGC1068 40.669879 -0.013289 0.016592 Polygon ICRS 40.669879 -0.021585 40.668325 -0.... 1.680615 58790.235849 58802.117722 9918.72 ... 0.003273 0.003342 47246.711574 /XX/YY/ phot.flux.density;phys.polarization 3 5.811652e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC1068_a_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.494603 0.009858 2.740881 uid://A001/X1465/X388f uid://A001/X1465/X3890 uid://A002/Xe2eefc/X31df A decisive answer on the carbon isotopic ratio... S TARGET T 22.359373 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-03-10T20:24:07.000 1.680615 [89.72..91.59GHz,1938.48kHz,494.6uJy/beam@10km... 90.653871 5621.370692 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1360 1361 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 108.29 110.16 109.23 1.873 1938.48 5.366 27.391 55.903 10.485 468.79 20.59 uid://A001/X1465/X389c https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X389c cube 2 NGC4418 186.727617 -0.877642 0.015529 Polygon ICRS 186.727617 -0.869878 186.729072 -... 1.431197 58787.586472 58825.599501 4898.88 ... 0.002721 0.002768 55868.832936 /XX/YY/ phot.flux.density;phys.polarization 3 5.810830e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_b_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.468785 0.010485 2.337607 uid://A001/X1465/X389b uid://A001/X1465/X389c uid://A002/Xe2ada9/X15596 A decisive answer on the carbon isotopic ratio... S TARGET T 27.390750 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-03-17T19:10:59.000 1.431197 [96.28..98.15GHz,1938.48kHz,511.7uJy/beam@10km... 109.226108 5274.300699 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1361 1362 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 110.17 112.05 111.11 1.873 1938.48 5.274 27.391 55.903 10.485 465.01 20.60 uid://A001/X1465/X389c https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X389c cube 2 NGC4418 186.727617 -0.877642 0.015529 Polygon ICRS 186.727617 -0.869878 186.729072 -... 1.431197 58787.586472 58825.599501 4898.88 ... 0.002676 0.002721 56840.228703 /XX/YY/ phot.flux.density;phys.polarization 3 5.810830e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_b_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.465008 0.010485 2.337607 uid://A001/X1465/X389b uid://A001/X1465/X389c uid://A002/Xe2ada9/X15596 A decisive answer on the carbon isotopic ratio... S TARGET T 27.390750 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-03-17T19:10:59.000 1.431197 [96.28..98.15GHz,1938.48kHz,511.7uJy/beam@10km... 111.109110 5274.300699 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1362 1363 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 96.28 98.15 97.21 1.873 1938.48 5.920 27.391 55.903 10.485 511.67 21.39 uid://A001/X1465/X389c https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X389c cube 2 NGC4418 186.727617 -0.877642 0.015529 Polygon ICRS 186.727617 -0.869878 186.729072 -... 1.431197 58787.586472 58825.599501 4898.88 ... 0.003054 0.003114 50638.217620 /XX/YY/ phot.flux.density;phys.polarization 3 5.810830e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_b_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.511673 0.010485 2.337607 uid://A001/X1465/X389b uid://A001/X1465/X389c uid://A002/Xe2ada9/X15596 A decisive answer on the carbon isotopic ratio... S TARGET T 27.390750 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-03-17T19:10:59.000 1.431197 [96.28..98.15GHz,1938.48kHz,511.7uJy/beam@10km... 97.214666 5274.300699 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1363 1364 2019.1.00130.S NGC4418 186.727617 -0.877642 1.431 97.97 99.84 98.90 1.873 1938.48 5.820 27.391 55.903 10.485 507.47 21.40 uid://A001/X1465/X389c https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X389c cube 2 NGC4418 186.727617 -0.877642 0.015529 Polygon ICRS 186.727617 -0.869878 186.729072 -... 1.431197 58787.586472 58825.599501 4898.88 ... 0.003003 0.003060 51508.746588 /XX/YY/ phot.flux.density;phys.polarization 3 5.810830e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_b_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.507473 0.010485 2.337607 uid://A001/X1465/X389b uid://A001/X1465/X389c uid://A002/Xe2ada9/X15596 A decisive answer on the carbon isotopic ratio... S TARGET T 27.390750 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-03-17T19:10:59.000 1.431197 [96.28..98.15GHz,1938.48kHz,511.7uJy/beam@10km... 98.902033 5274.300699 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1364 1365 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 101.24 103.11 102.18 1.873 1938.48 5.740 32.285 59.922 9.343 437.00 18.56 uid://A001/X1465/X3898 https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X3898 cube 2 NGC4418 186.727617 -0.877642 0.016645 Polygon ICRS 186.727617 -0.869320 186.729177 -... 2.689952 58810.449413 58842.572568 16632.00 ... 0.002907 0.002961 52231.920422 /XX/YY/ phot.flux.density;phys.polarization 3 5.810791e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_a_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.436998 0.009343 2.979321 uid://A001/X1465/X3897 uid://A001/X1465/X3898 uid://A002/Xe3f5bb/X3259 A decisive answer on the carbon isotopic ratio... S TARGET T 32.284968 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-04-07T00:23:33.000 2.689952 [89.43..91.30GHz,1938.48kHz,466.8uJy/beam@10km... 102.176058 5638.752118 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1365 1366 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 103.05 104.92 103.99 1.873 1938.48 5.639 32.285 59.922 9.343 436.95 18.72 uid://A001/X1465/X3898 https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X3898 cube 2 NGC4418 186.727617 -0.877642 0.016645 Polygon ICRS 186.727617 -0.869320 186.729177 -... 2.689952 58810.449413 58842.572568 16632.00 ... 0.002857 0.002909 53166.454513 /XX/YY/ phot.flux.density;phys.polarization 3 5.810791e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_a_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.436953 0.009343 2.979321 uid://A001/X1465/X3897 uid://A001/X1465/X3898 uid://A002/Xe3f5bb/X3259 A decisive answer on the carbon isotopic ratio... S TARGET T 32.284968 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-04-07T00:23:33.000 2.689952 [89.43..91.30GHz,1938.48kHz,466.8uJy/beam@10km... 103.987501 5638.752118 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1366 1367 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 89.43 91.30 90.36 1.873 1938.48 6.364 32.285 59.922 9.343 466.81 18.82 uid://A001/X1465/X3898 https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X3898 cube 2 NGC4418 186.727617 -0.877642 0.016645 Polygon ICRS 186.727617 -0.869320 186.729177 -... 2.689952 58810.449413 58842.572568 16632.00 ... 0.003284 0.003352 47103.985999 /XX/YY/ phot.flux.density;phys.polarization 3 5.810791e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_a_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.466810 0.009343 2.979321 uid://A001/X1465/X3897 uid://A001/X1465/X3898 uid://A002/Xe3f5bb/X3259 A decisive answer on the carbon isotopic ratio... S TARGET T 32.284968 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-04-07T00:23:33.000 2.689952 [89.43..91.30GHz,1938.48kHz,466.8uJy/beam@10km... 90.363805 5638.752118 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801
1367 1368 2019.1.00130.S NGC4418 186.727617 -0.877642 2.690 91.20 93.07 92.13 1.873 1938.48 6.243 32.285 59.922 9.343 459.55 18.71 uid://A001/X1465/X3898 https://almascience.org/datalink/sync?ID=uid:/... applicati 2019.1.00130.S Public 290.048542 61.379017 ADS/JAO.ALMA#2019.1.00130.S ALMA JAO ALMA uid://A001/X1465/X3898 cube 2 NGC4418 186.727617 -0.877642 0.016645 Polygon ICRS 186.727617 -0.869320 186.729177 -... 2.689952 58810.449413 58842.572568 16632.00 ... 0.003221 0.003287 48017.332095 /XX/YY/ phot.flux.density;phys.polarization 3 5.810791e+14 <NA> The 12C/13C isotopic ratio is a good tracer of... NGC4418_a_03_TM1 Krips, Melanie; Garcia-Burillo, Santiago; Mueh... 0.459546 0.009343 2.979321 uid://A001/X1465/X3897 uid://A001/X1465/X3898 uid://A002/Xe3f5bb/X3259 A decisive answer on the carbon isotopic ratio... S TARGET T 32.284968 1.875000e+09 A001:DA48 A002:DA44 A003:DV23 A004:DA56 A005:D... F 2021-04-07T00:23:33.000 2.689952 [89.43..91.30GHz,1938.48kHz,466.8uJy/beam@10km... 92.134134 5638.752118 Martin, Sergio T Starbursts, star formation, Galaxy chemistry Active galaxies 2022-03-16T15:26:21.801

1368 rows × 81 columns

2.2 Summarize results#

The alminer.summary function will print a summary of the observations. This is done by default when the query is run, but it’s a useful function if the results are filtered further, as shown in the next section.

Example 2.2.1: print the summary of a given query result, including a list of unique ALMA target names#

[4]:
alminer.summary(observations)
--------------------------------
Number of projects = 48
Number of observations = 341
Number of unique subbands = 1166
Total number of subbands = 1368
64 target(s) with ALMA data = ['LESS J0332-2756', 'PKS1830-211', 'ngc4418', 'NGC7469', 'NGC_1097', 'Arp220', 'NGC_5253', 'M83', 'NGC253', 'NGC1266', 'vv114', 'Mystery_Object', 'Sgr_A_star', 'SDSS_J080430.99+360718.1', 'NGC_3256', 'ngc_3256', 'NGC_55', 'ngc3256', 'NGC4418', 'NGC_3627_BE', 'circinus', 'IRAS_F16399-0937', 'ngc6240', 'ngc613', 'n613', 'ngc253', 'N159-W_south', 'N159-E', 'N159-W', 'm83', 'IRAS_13120-5453', 'ngc4945', 'HE0433-1028', 'HE0108-4743', 'HE1353-1917', 'HE1108-2813', 'HE1029-1831', 'Y050355.87-672045.1', 'Y045622.61-663656.9', 'Y054248.90-694446.3', 'Y054826.21-700850.2', 'Y050953.89-685336.7', 'Y052333.40-693712.1', 'Y052343.48-680033.9', 'Y045406.43-664601.4', 'Y054629.32-693514.2', 'ST10', 'Y045358.57-691106.7', 'Y051912.27-690907.2', 'ST6', 'Y044854.41-690948.3', 'Y052423.39-693904.7', 'Y052210.08-673459.6', 'Y053952.11-710930.7', 'Y051344.99-693510.6', 'Y051916.87-693757.5', 'Y045100.16-691934.4', 'ngc4526', 'Cloverleaf', 'ngc7465', 'NGC_253', 'IRAS_22491-1808', 'NGC4945', 'NGC1068']
--------------------------------

Example 2.2.2: print the summary of a given query result WITHOUT the list of target names#

For big tables, it is useful to avoid printing the list of target names in the summary. This can be done by setting print_targets=False.

[5]:
alminer.summary(observations, print_targets=False)
--------------------------------
Number of projects = 48
Number of observations = 341
Number of unique subbands = 1166
Total number of subbands = 1368
Total number of targets with ALMA data = 64
--------------------------------

2.3 Filter results#

The search results can be further narrowed down by using PANDAS DataFrame functions. See also this introduction to data structures. For example, you can use your_query.columns to get a list of all columns in the DataFrame.

To get the description and units of any column use the function alminer.get_info(‘column_name’) where column_name is the name of the column.

Example 2.3.1: simple selection - observations with angular resolutions < 0.5”#

Let’s first check what the description and units of ang_res_arcsec column are:

[6]:
alminer.get_info('ang_res_arcsec')
--------------------------------
Column: ang_res_arcsec
--------------------------------
Description: typical spatial resolution
Units: arcsec
--------------------------------

Now we can do the some further filtering, say to only keep observations with angular resolutions < 0.5”:

[7]:
selected = observations[observations['ang_res_arcsec'] < 0.5]

and print the summary:

[8]:
alminer.summary(selected, print_targets=False)
--------------------------------
Number of projects = 23
Number of observations = 107
Number of unique subbands = 313
Total number of subbands = 427
Total number of targets with ALMA data = 41
--------------------------------

Example 2.3.2: multiple selections - observations with angular resolution < 0.5” & velocity resolution < 1 km/s#

[9]:
selected = observations[(observations['ang_res_arcsec'] < 0.5) &
                        (observations['vel_res_kms'] < 1.0)]
alminer.summary(selected, print_targets=False)
--------------------------------
Number of projects = 10
Number of observations = 50
Number of unique subbands = 78
Total number of subbands = 120
Total number of targets with ALMA data = 27
--------------------------------

Example 2.3.3: observations containing a given frequency#

[10]:
freq = 220.5
selected = observations[(observations["min_freq_GHz"] < freq) &
                        (observations["max_freq_GHz"] > freq)]
alminer.summary(selected, print_targets=False)
--------------------------------
Number of projects = 6
Number of observations = 7
Number of unique subbands = 7
Total number of subbands = 7
Total number of targets with ALMA data = 5
--------------------------------

2.4 Line coverage#

An alternative to the last example in the previous section is the alminer.line_coverage function which determines how many targets were observed at a given frequency with the option to include a redshift for the line of interest to be taken into account. Some notes: * Line frequencies should be given in GHz * Redshift is by default assumed to be 0 * The line_name keyword is the user’s defined name for the frquency provided

Example 2.4.1: search whether a given frequency is covered in the observations#

[11]:
myline_obs = alminer.line_coverage(observations,
                                   line_freq=220.5,
                                   z=0,
                                   line_name="My favourite line",
                                   print_targets=True)
--------------------------------
Summary of 'My favourite line' observations at 220.5 GHz
--------------------------------
Number of projects = 6
Number of observations = 7
Number of unique subbands = 7
Total number of subbands = 7
5 target(s) with ALMA data = ['Arp220', 'ngc_3256', 'IRAS_13120-5453', 'ngc253', 'NGC_253']
--------------------------------

Example 2.4.2: search whether a given frequency is observed for a target at a given redshift#

[12]:
myline_obs = alminer.line_coverage(observations,
                                   line_freq=400.0,
                                   z=0.5,
                                   line_name="My favourite line",
                                   print_targets=True)
--------------------------------
Summary of 'My favourite line' observations at 400.0 GHz (266.667 GHz at z=0.5)
--------------------------------
Number of projects = 8
Number of observations = 10
Number of unique subbands = 11
Total number of subbands = 11
6 target(s) with ALMA data = ['ngc4418', 'Arp220', 'ngc_3256', 'circinus', 'ngc4945', 'ngc253']
--------------------------------

2.5 Coverage of CO, 13CO, and C18O lines#

The alminer.CO_lines function determines how many CO, 13CO, and C18O lines were observed in the provided DataFrame and returns a DataFrame containing all observations of these transitions.

Example 2.5.1: search whether any CO, 13CO, and C18O lines were observed in the query results#

[13]:
CO_obs = alminer.CO_lines(observations, print_targets=False)
--------------------------------
Summary of 'CO (1-0)' observations at 115.271 GHz
--------------------------------
Number of projects = 4
Number of observations = 5
Number of unique subbands = 4
Total number of subbands = 5
Total number of targets with ALMA data = 3
--------------------------------
--------------------------------
Summary of 'CO (2-1)' observations at 230.538 GHz
--------------------------------
Number of projects = 10
Number of observations = 13
Number of unique subbands = 13
Total number of subbands = 13
Total number of targets with ALMA data = 8
--------------------------------
--------------------------------
Summary of 'CO (3-2)' observations at 345.796 GHz
--------------------------------
Number of projects = 3
Number of observations = 5
Number of unique subbands = 5
Total number of subbands = 5
Total number of targets with ALMA data = 4
--------------------------------
--------------------------------
Summary of 'CO (4-3)' observations at 461.041 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'CO (5-4)' observations at 576.268 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'CO (6-5)' observations at 691.473 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'CO (7-6)' observations at 806.652 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'CO (8-7)' observations at 921.8 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (1-0)' observations at 110.201 GHz
--------------------------------
Number of projects = 18
Number of observations = 23
Number of unique subbands = 23
Total number of subbands = 25
Total number of targets with ALMA data = 17
--------------------------------
--------------------------------
Summary of '13CO (2-1)' observations at 220.399 GHz
--------------------------------
Number of projects = 6
Number of observations = 7
Number of unique subbands = 7
Total number of subbands = 7
Total number of targets with ALMA data = 5
--------------------------------
--------------------------------
Summary of '13CO (3-2)' observations at 330.588 GHz
--------------------------------
Number of projects = 2
Number of observations = 5
Number of unique subbands = 5
Total number of subbands = 5
Total number of targets with ALMA data = 4
--------------------------------
--------------------------------
Summary of '13CO (4-3)' observations at 440.765 GHz
--------------------------------
Number of projects = 1
Number of observations = 1
Number of unique subbands = 1
Total number of subbands = 1
Total number of targets with ALMA data = 1
--------------------------------
--------------------------------
Summary of '13CO (5-4)' observations at 550.926 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (6-5)' observations at 661.067 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (7-6)' observations at 771.184 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (8-7)' observations at 881.273 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (1-0)' observations at 109.782 GHz
--------------------------------
Number of projects = 19
Number of observations = 24
Number of unique subbands = 25
Total number of subbands = 27
Total number of targets with ALMA data = 18
--------------------------------
--------------------------------
Summary of 'C18O (2-1)' observations at 219.56 GHz
--------------------------------
Number of projects = 7
Number of observations = 9
Number of unique subbands = 12
Total number of subbands = 12
Total number of targets with ALMA data = 6
--------------------------------
--------------------------------
Summary of 'C18O (3-2)' observations at 329.331 GHz
--------------------------------
Number of projects = 2
Number of observations = 3
Number of unique subbands = 3
Total number of subbands = 3
Total number of targets with ALMA data = 2
--------------------------------
--------------------------------
Summary of 'C18O (4-3)' observations at 439.089 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (5-4)' observations at 548.831 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (6-5)' observations at 658.553 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (7-6)' observations at 768.252 GHz
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (8-7)' observations at 877.922 GHz
--------------------------------
No observations found.
--------------------------------

Example 2.5.2: search whether any redshifted CO, 13CO, and C18O lines were observed in the query results#

[14]:
CO_obs = alminer.CO_lines(observations, z=1, print_targets=False)
--------------------------------
Summary of 'CO (1-0)' observations at 115.2712018 GHz (57.636 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'CO (2-1)' observations at 230.538 GHz (115.269 GHz at z=1)
--------------------------------
Number of projects = 4
Number of observations = 5
Number of unique subbands = 4
Total number of subbands = 5
Total number of targets with ALMA data = 3
--------------------------------
--------------------------------
Summary of 'CO (3-2)' observations at 345.7959899 GHz (172.898 GHz at z=1)
--------------------------------
Number of projects = 2
Number of observations = 3
Number of unique subbands = 3
Total number of subbands = 3
Total number of targets with ALMA data = 2
--------------------------------
--------------------------------
Summary of 'CO (4-3)' observations at 461.0407682 GHz (230.52 GHz at z=1)
--------------------------------
Number of projects = 10
Number of observations = 13
Number of unique subbands = 13
Total number of subbands = 13
Total number of targets with ALMA data = 8
--------------------------------
--------------------------------
Summary of 'CO (5-4)' observations at 576.2679305 GHz (288.134 GHz at z=1)
--------------------------------
Number of projects = 3
Number of observations = 6
Number of unique subbands = 6
Total number of subbands = 6
Total number of targets with ALMA data = 3
--------------------------------
--------------------------------
Summary of 'CO (6-5)' observations at 691.4730763 GHz (345.737 GHz at z=1)
--------------------------------
Number of projects = 3
Number of observations = 5
Number of unique subbands = 5
Total number of subbands = 5
Total number of targets with ALMA data = 4
--------------------------------
--------------------------------
Summary of 'CO (7-6)' observations at 806.651806 GHz (403.326 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'CO (8-7)' observations at 921.7997 GHz (460.9 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (1-0)' observations at 110.2013218 GHz (55.101 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (2-1)' observations at 220.3986195 GHz (110.199 GHz at z=1)
--------------------------------
Number of projects = 18
Number of observations = 23
Number of unique subbands = 23
Total number of subbands = 25
Total number of targets with ALMA data = 17
--------------------------------
--------------------------------
Summary of '13CO (3-2)' observations at 330.5878671 GHz (165.294 GHz at z=1)
--------------------------------
Number of projects = 1
Number of observations = 2
Number of unique subbands = 2
Total number of subbands = 2
Total number of targets with ALMA data = 1
--------------------------------
--------------------------------
Summary of '13CO (4-3)' observations at 440.7651735 GHz (220.383 GHz at z=1)
--------------------------------
Number of projects = 6
Number of observations = 7
Number of unique subbands = 7
Total number of subbands = 7
Total number of targets with ALMA data = 5
--------------------------------
--------------------------------
Summary of '13CO (5-4)' observations at 550.9262851 GHz (275.463 GHz at z=1)
--------------------------------
Number of projects = 3
Number of observations = 4
Number of unique subbands = 4
Total number of subbands = 4
Total number of targets with ALMA data = 3
--------------------------------
--------------------------------
Summary of '13CO (6-5)' observations at 661.0672766 GHz (330.534 GHz at z=1)
--------------------------------
Number of projects = 2
Number of observations = 5
Number of unique subbands = 5
Total number of subbands = 5
Total number of targets with ALMA data = 4
--------------------------------
--------------------------------
Summary of '13CO (7-6)' observations at 771.184125 GHz (385.592 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of '13CO (8-7)' observations at 881.272808 GHz (440.636 GHz at z=1)
--------------------------------
Number of projects = 1
Number of observations = 1
Number of unique subbands = 1
Total number of subbands = 1
Total number of targets with ALMA data = 1
--------------------------------
--------------------------------
Summary of 'C18O (1-0)' observations at 109.7821734 GHz (54.891 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (2-1)' observations at 219.5603541 GHz (109.78 GHz at z=1)
--------------------------------
Number of projects = 19
Number of observations = 24
Number of unique subbands = 25
Total number of subbands = 27
Total number of targets with ALMA data = 18
--------------------------------
--------------------------------
Summary of 'C18O (3-2)' observations at 329.3305525 GHz (164.665 GHz at z=1)
--------------------------------
Number of projects = 1
Number of observations = 2
Number of unique subbands = 2
Total number of subbands = 2
Total number of targets with ALMA data = 1
--------------------------------
--------------------------------
Summary of 'C18O (4-3)' observations at 439.0887658 GHz (219.544 GHz at z=1)
--------------------------------
Number of projects = 7
Number of observations = 9
Number of unique subbands = 12
Total number of subbands = 12
Total number of targets with ALMA data = 6
--------------------------------
--------------------------------
Summary of 'C18O (5-4)' observations at 548.8310055 GHz (274.416 GHz at z=1)
--------------------------------
Number of projects = 2
Number of observations = 3
Number of unique subbands = 3
Total number of subbands = 3
Total number of targets with ALMA data = 2
--------------------------------
--------------------------------
Summary of 'C18O (6-5)' observations at 658.5532782 GHz (329.277 GHz at z=1)
--------------------------------
Number of projects = 2
Number of observations = 3
Number of unique subbands = 3
Total number of subbands = 3
Total number of targets with ALMA data = 2
--------------------------------
--------------------------------
Summary of 'C18O (7-6)' observations at 768.2515933 GHz (384.126 GHz at z=1)
--------------------------------
No observations found.
--------------------------------
--------------------------------
Summary of 'C18O (8-7)' observations at 877.9219553 GHz (438.961 GHz at z=1)
--------------------------------
No observations found.
--------------------------------