IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of ippToPsps


Ignore:
Timestamp:
Feb 2, 2010, 2:48:19 PM (17 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v2 v3  
    22= IPP to PSPS interface =
    33
     4{{{ippToPsps}}} is an IPP program for generating FITS files suitable for consumption by PSPS. {{{ippToPsps}}} generates FITS files from IPP {{{smf}}} and {{{cmf}}} files, in conjunction with the relevant DVO database, then publishes them to the datastore in the form of ''jobs''. PSPS collects these jobs and loader software inserts them into the PSPS database.
     5
     6It is intended that the binary tables in the FITS files generated by {{{ippToPsps}}} match the PSPS database schemas perfectly, the consequence being that PSPS schema changes will require changes to {{{ippToPsps}}} code.
     7
     8== {{{ippToPsps}}} products ==
     9
     10{{{ippToPsps}}} creates three ''products''.
     11
     12 * '''Detections'''
     13 * '''Diffs'''
     14 * '''Stacks'''
     15
     16= Unresolved fields =
     17
     18Below are tables detailing which fields in the PSPS FITS files are still not populated by {{{ippToPsps}}}.
    419
    520
    6 
    7 == Unresolved fields for camera stage ==
     21== Unresolved fields for camera stage ('detections') ==
    822
    923'''{{{FrameMeta}}}'''
    1024
    1125|| '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' ||
    12 ||    surveyID    ||            TINYINT                ||  survey flag identifier  || || ||
     26||    surveyID    ||            TINYINT                ||  survey flag identifier  || || e.g. 3PI, M31, MD, STS - need common enum ||
    1327||    filterID     ||           TINYINT                ||  filter identifier      || || IPP uses string (g.00000). Need enum. ||
    1428||    cameraID      ||          SMALLINT               ||  camera identifier  || || set to 1? ||
     
    6074|| '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' ||
    6175||filterID||    TINYINT  || filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ...  || || IPP uses string (g.00000). Need enum. ||
    62 ||surveyID||    TINYINT || survey flag identifier  || || ||
     76||surveyID||    TINYINT || survey flag identifier  || || e.g. 3PI, M31, MD, STS - need common enum ||
    6377||    psfLikelihood       ||        REAL || PSF likelihood  || smf.psf.PSF_QF? || ||
    6478||    psfCf||       REAL || PSF coverage factor  || smf.psf.PSF_QF? || ||
     
    7488||stackMetaID||BIGINT||stack identifier|| || ||
    7589||skycellID||INT||skycell region identifier || || missing from cmf files ||
    76 ||surveyID||TINYINT||survey flag identifier || || ||
     90||surveyID||TINYINT||survey flag identifier || || e.g. 3PI, M31, MD, STS - need common enum ||
    7791||photoCalID||INT||photometry code numerical id || || ||
    7892||filterID||TINYINT||filter identifier || ||IPP uses string (g.00000). Need enum. ||
     
    137151||dataRelease||TINYINT||Data release when this detection was taken || || ||
    138152
    139