IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 32 and Version 33 of ippToPsps


Ignore:
Timestamp:
Mar 9, 2010, 11:59:05 AM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v32 v33  
    2323
    2424{{{ippToPsps}}} uses XML configuration files, as this affords the most flexibility.
     25
     26=== FITS table shapes ===
     27
     28XML files detailing PSPS database tables are used to automatically generate equivalent FITS tables. Because the PSPS schema can change, and we want to avoid code changes as much as possible, these XML files are created using a script ({{{pspsSchema2xml.pl}}}), so that whenever the schema changes, new configs can easily be created. The table shape configs are:
     29
     30
     31{{{tables_init.xml}}}[[BR]]
     32{{{tables_detection.xml}}}[[BR]]
     33{{{tables_diff.xml}}}[[BR]]
     34{{{tables_stack.xml}}}[[BR]]
     35
     36=== FITS table contents ===
     37
     38Most data to be loaded into the FITS tables comes from {{{smf}}} files. For many columns, there is a direct mapping between the the {{{smf}}} and the PSPS database column. These mappings are held, in XML format, in ...
     39
     40The initialisation batch contains metadata that describes valid contents for the other batch types. Because these values may also change, these are held in an editable XML file as...
    2541
    2642== DXLayer ==