IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 35 and Version 36 of ippToPsps


Ignore:
Timestamp:
Mar 18, 2010, 12:13:27 PM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v35 v36  
    1414It is intended that the binary tables in the FITS files generated by {{{ippToPsps}}} match the PSPS database schemas perfectly, the consequence being that any alterations to the PSPS database schema will only affect {{{ippToPsps}}} code, and not the DXLayer. A certain amount of data validation will be performed by {{{ippToPsps}}} before publication, more validation occurring at the loading and merge stages on the PSPS side.
    1515
    16 The 'products', or 'batch types' generated by {{{ippToPsps}}} are as follows:
    17 
    18  * ''''Initialisation' batch (IN)'''[[BR]]
    19  * ''''Detection' batch (P2)'''[[BR]]
    20  * ''''Difference' batch (OB)'''[[BR]]
    21  * ''''Stack' batch (ST)'''[[BR]]
    22 
    23 The initialisation batch contains numerous metadata tables that describe the data in the other batches, for example, filter IDs, survey IDs etc.
     16The outputs of {{{ippToPsps}}} are referred to as 'batches', and
     17
     18||'''Batch name''' || '''PSPS name''' || '''Description''' || '''IPP Source''' ||
     19|| Initialisation || IN || Metadata for the other batches eg filter ID, survey ID etc || generated from XML config ||
     20|| Detection || P2 || Single exposure detections || generated from one {{{smf}}} file per exposure ||
     21|| Difference || OB || difference image detections|| generated from one {{{cmf}}} file per skycell per exposure ||
     22|| Stack || ST || stack image detections || generated from... ||
    2423
    2524= Architecture =