Changes between Version 115 and Version 116 of ippToPsps
- Timestamp:
- Dec 27, 2010, 3:41:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v115 v116 23 23 Due to the potential for changes in both input and output for {{{ippToPsps}}}, the code is heavily configurable. Configuration files are in an XML format, as this affords the most flexibility (human and machine readable, expandable, self-describing etc). {{{ippToPsps}}} is pointed to a config directory, under which subdirectories for each batch type hold the various XML config files. 24 24 25 - {{{table.xml}}} 26 27 This file contains full table definitions for this batch type. It is a direct mapping of the PSPS schema. 28 29 - {{{map.xml}}} 30 31 This details all direct mappings from IPP FITS table columns to PSPS database columns. 32 33 - {{{data.xml}}} 34 35 A place to store hard-coded values to go directly into PSPS tables. Currently only the {{{init}}} batch type uses this. 25 36 == Table shapes == 26 37
