Changeset 28026 for trunk/ippToPsps/scripts/convertPhotCodesToXml.pl
- Timestamp:
- May 19, 2010, 12:28:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/convertPhotCodesToXml.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/convertPhotCodesToXml.pl
r27812 r28026 52 52 my $photCode = $columns[1]; 53 53 my $zeroPoint = $columns[4]; 54 my $extinction = $columns[5]; 54 55 55 56 $writer->startTag('row', … … 59 60 "AB" => "0.0", # TODO 60 61 "zeropoint" => $zeroPoint, 61 "extinction" => "0.0", # TODO62 "extinction" => $extinction, 62 63 "colorterm" => "0.0", # TODO 63 64 "colorExtn" => "0.0", # TODO
Note:
See TracChangeset
for help on using the changeset viewer.
