GBTAmmoniaSurvey / GAS

observing scripts and files related to the GBT Ammonia Survey (GAS, PI: Jaime E Pineda & Rachel Friesen)
MIT License
6 stars 13 forks source link

list of regions in catalogue is incomplete #141

Open jpinedaf opened 8 years ago

jpinedaf commented 8 years ago

I am checking what regions are actually included by the catalogue in the GAS pipeline, but it looks like at least L1688 and L1689 are missing from the table

In [1]: from astropy.table import Table
   ...: from GAS import catalogs
   ...: 
   ...: joined_table=catalogs.GenerateRegions(refresh=False,release='DR1')
   ...: joined_table[1][:]
   ...: 
WARNING: Cannot aggregate column 'Date' with type '|S10' [astropy.table.groups]
WARNING: Cannot aggregate column 'Observer' with type '|S48' [astropy.table.groups]
WARNING: Cannot aggregate column 'BoxName' with type '|S22' [astropy.table.groups]
WARNING: Cannot aggregate column 'Source type' with type '|S11' [astropy.table.groups]
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/ma/core.py:4144: UserWarning: Warning: converting a masked element to nan.
  warnings.warn("Warning: converting a masked element to nan.")
WARNING: Cannot aggregate column 'Tsys' with type '|S6' [astropy.table.groups]
WARNING: Cannot aggregate column 'Aborted scan #' with type '|S13' [astropy.table.groups]
WARNING: Cannot aggregate column 'Observing notes' with type '|S512' [astropy.table.groups]
WARNING: Cannot aggregate column 'Special RawDir' with type '|S54' [astropy.table.groups]
WARNING: Cannot aggregate column 'Beam Gains' with type '|S83' [astropy.table.groups]
WARNING: Cannot aggregate column 'Operator' with type '|S24' [astropy.table.groups]
WARNING: Cannot aggregate column 'all' with type '|S4' [astropy.table.groups]
WARNING: Cannot aggregate column 'DR1' with type '|S5' [astropy.table.groups]
WARNING: Cannot aggregate column 'Region' with type '|S13' [astropy.table.groups]
WARNING: Cannot aggregate column 'RA' with type '|S12' [astropy.table.groups]
WARNING: Cannot aggregate column 'Dec' with type '|S12' [astropy.table.groups]
Out[1]: 
<MaskedColumn name='Region name' dtype='str19' length=23>
                 B1
                B18
                B1E
                B59
      Cepheus_L1228
      Cepheus_L1251
            CrAeast
            CrAwest
                HC2
              IC348
             IC5146
              L1448
              L1451
              L1455
            NGC1333
              Orion
             OrionA
OrionB_NGC2023-2024
OrionB_NGC2068-2071
            Perseus
     Serpens_Aquila
               TMC1
             Taurus

@low-sky @rfriesen any idea of what is going awry?