Changes between Version 10 and Version 11 of ippToPsps
- Timestamp:
- Feb 12, 2010, 4:12:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v10 v11 8 8 = Introduction = 9 9 10 {{{ippToPsps}}} is an IPP program for generating FITS files suitable for consumption into the PSPS database. In short, the {{{ippToPsps}}} program creates FITS files from data found in IPP {{{smf}}} and {{{cmf}}} files, as well as relevant DVO databases, then publishes them to the datastore in the form of ''jobs''. PSPS collects these jobs and special loader softwareinserts them into the PSPS database. Ultimately there will be feedback from PSPS regarding errors in the received data, to which {{{ippToPsps}}} will need to respond.10 {{{ippToPsps}}} is the interface between IPP and PSPS. It generates FITS files from IPP data that are suitable for consumption into the PSPS database. In short, {{{ippToPsps}}} creates FITS files from data found in IPP {{{smf}}} and {{{cmf}}} files, as well as relevant DVO databases, then publishes them to a datastore in the form of ''jobs''. On the PSPS side, the DXLayer polls the datastore, collects jobs when they become available, converts the contents to {{csv}} files then sends them on to special MSSQL loader software, which inserts them into the PSPS database. Ultimately there will be feedback from PSPS regarding errors in the received data, to which {{{ippToPsps}}} will need to respond. 11 11 12 12 It 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 require changes to {{{ippToPsps}}} code. … … 17 17 18 18 * '''Detections''' 19 * '''Diffs''' aka ''objects''19 * '''Diffs''' 20 20 * '''Stacks''' 21 21
