IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of ippToPsps_Initialization


Ignore:
Timestamp:
Jun 29, 2010, 9:04:01 AM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Initialization

    v3 v4  
    11
    22
    3 The initialization batch consists of tables populated with the metedata necessary for PSPS to make sense of the other batch types, like detection, diffs etc. For example, they include information relating to photometry, like zero points and extinction, as well as filter types, survey IDs etc. The table definitions can be seen [browser:trunk/ippToPsps/config/init/tables.xml here] and the full metadata can be downloaded [browser:trunk/ippToPsps/config/init/data.xml here].
     3The initialization batch consists of tables populated with the metadata necessary for PSPS to make sense of the other batch types, like detection, diffs etc. For example, they include information relating to photometry, like zero points and extinction, as well as filter types, survey IDs etc. The table definitions can be seen [browser:trunk/ippToPsps/config/init/tables.xml here] and the full metadata can be downloaded [browser:trunk/ippToPsps/config/init/data.xml here]. An example ofr survey ID is shown below:
    44
     5{{{
     6
     7  <table name="Survey">
     8   <row surveyID="0" description="PS1 3PI Survey" name="3PI" />
     9   <row surveyID="1" description="PS1 MD01 XMM-LSS-DXS 022224-043000"  name="MD01" />
     10   <row surveyID="2" description="PS1 MD02 CDFS/GOODS/GEMS 033224-274800" name="MD02"  />
     11   <row surveyID="3" description="PS1 MD03 IFA/Lynx 084300+444000"  name="MD03" />
     12   <row surveyID="4" description="PS1 MD04 COSMOS 100000+021200"  name="MD04" />
     13   <row surveyID="5" description="PS1 MD05 Lockman-DXS 110000+570000"  name="MD05" />
     14   <row surveyID="6" description="PS1 MD06 NGC 4258 121857+471814" name="MD06"  />
     15   <row surveyID="7" description="PS1 MD07 VISTA-Video1 140000+050000"  name="MD07" />
     16   <row surveyID="8" description="PS1 MD08 EliasN1-DXS 160000+570000"  name="MD08" />
     17   <row surveyID="9" description="PS1 MD09 Vimos4-DXS-SSA 220000+003000"  name="MD09" />
     18   <row surveyID="10" description="PS1 MD10 Deep2 233000+000000" name="MD10" />
     19   <row surveyID="11" description="PS1 M31 Andromeda 004242+411600"  name="M31" />
     20   <row surveyID="12" description="PS1 STS1 Outskirts of Bulge 195048+170339"  name="STS1" />
     21   <row surveyID="26" description="PS1 STS2 Hyades 004000+150000"  name="STS2" />
     22   <row surveyID="27" description="PS1 STS3 Praesepe 083000+200000"  name="STS3" />
     23   <row surveyID="13" description="PS1 Cal North Pole 000000+900000"  name="CAL01" />
     24   <row surveyID="14" description="PS1 Cal SA92 Dense Landolt Std Field 005808+004232"  name="CAL02" />
     25   <row surveyID="15" description="PS1 Cal Perseus Cluster / Abell 426 031900+413300"  name="CAL03" />
     26   <row surveyID="16" description="PS1 Cal SA95 Dense Landolt Std Field 065207+001710"  name="CAL04" />
     27   <row surveyID="17" description="PS1 Cal Taurus dark cloud (diverse extinction) 043000+250000"  name="CAL05" />
     28   <row surveyID="18" description="PS1 Cal SA98 Densle Landolt Std Field 065207+001710"  name="CAL06" />
     29   <row surveyID="19" description="PS1 Cal M81-M82-HolmIX (Local Group) 095640+692200"  name="CAL07" />
     30   <row surveyID="20" description="PS1 Cal Virgo Cluster (Center) 123000+130000"  name="CAL08" />
     31   <row surveyID="21" description="PS1 Cal Hercules Cluster (Center) 160508+1745+28"  name="CAL09" />
     32   <row surveyID="22" description="PS1 Cal M17-M24 Region 181400+000544" name="CAL10"  />
     33   <row surveyID="23" description="PS1 Cal SA110 Dense Landolt Std Field 184207+000544"  name="CAL11" />
     34   <row surveyID="24" description="PS1 Cal Kepler Mission Astrometric field 192240+443000"  name="CAL12" />
     35   <row surveyID="25" description="PS1 Cal 3C454.1 (Northern field) 225033+712919"  name="CAL13" />
     36   <row surveyID="28" description="PS1 Solar System Sweet Spot Survey"  name="SSS" />
     37  </table>
     38}}}
     39