| | 25 | |
| | 26 | === FITS table shapes === |
| | 27 | |
| | 28 | XML 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 | |
| | 38 | Most 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 | |
| | 40 | The 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... |