- Timestamp:
- May 19, 2010, 2:11:08 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/scripts/convertPhotCodesToXml.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
/trunk merged: 28007-28008,28010,28013-28016,28019-28027
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/ippToPsps/scripts/convertPhotCodesToXml.pl
r28017 r28031 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.
