Changes between Version 2 and Version 3 of ippToPsps
- Timestamp:
- Feb 2, 2010, 2:48:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v2 v3 2 2 = IPP to PSPS interface = 3 3 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 6 It 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 18 Below are tables detailing which fields in the PSPS FITS files are still not populated by {{{ippToPsps}}}. 4 19 5 20 6 7 == Unresolved fields for camera stage == 21 == Unresolved fields for camera stage ('detections') == 8 22 9 23 '''{{{FrameMeta}}}''' 10 24 11 25 || '''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 || 13 27 || filterID || TINYINT || filter identifier || || IPP uses string (g.00000). Need enum. || 14 28 || cameraID || SMALLINT || camera identifier || || set to 1? || … … 60 74 || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || 61 75 ||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 || 63 77 || psfLikelihood || REAL || PSF likelihood || smf.psf.PSF_QF? || || 64 78 || psfCf|| REAL || PSF coverage factor || smf.psf.PSF_QF? || || … … 74 88 ||stackMetaID||BIGINT||stack identifier|| || || 75 89 ||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 || 77 91 ||photoCalID||INT||photometry code numerical id || || || 78 92 ||filterID||TINYINT||filter identifier || ||IPP uses string (g.00000). Need enum. || … … 137 151 ||dataRelease||TINYINT||Data release when this detection was taken || || || 138 152 139
