[wiki:ippToPsps Back to ippToPsps main page] [[PageOutline]] = Outline = The input for the detection batch is one IPP camera-stage {{{smf}}} file for a given exposure, as well as an associated DVO database from which to retrieve object, and other, IDs. One FITS file is generated for each exposure. The current loading summary can be seen [browser:trunk/ippToPsps/docs/loadingSummary.txt here] = PSPS tables = 1 '''{{{Primary}}}''' extension[[BR]] 1 '''{{{FrameMeta}}}''' extension[[BR]] 1 '''{{{ImageMeta}}}''' extension per chip[[BR]] 1 '''{{{Detection}}}''' extension per chip[[BR]] 1 '''{{{SkinnyObject}}}''' extension per chip[[BR]] 1 '''{{{ObjectCalColor}}}''' extension per chip[[BR]] The full table definitions can be seen [browser:trunk/ippToPsps/config/detection/tables.xml here] So, 242 extensions in all, including the obligatory primary header. The 'object ID' is featured in the last three tables, and must remain unique across the exposure (it is generated within DVO). In the merged PSPS database, the primary key on the detections table is both the object ID and detection ID, meaning the the same object can appear in multiple, overlapping exposures as they will have different detection IDs. = Unresolved fields = All mappings between IPP and PSPS can be seen [browser:trunk/ippToPsps/config/detection/map.xml here]