- Timestamp:
- Aug 11, 2009, 3:54:00 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/src/ppstampParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk merged: 24940-24950,24953-24971,24973-24977,24986-24989,24993-25017,25019,25021,25023-25024,25026,25029-25031,25036-25049
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/pstamp/src/ppstampParseCamera.c
r20148 r25051 18 18 } 19 19 if (doWeight) { 20 pmFPAfile *outWeight = pmFPAfileDefineSkycell(config, output->fpa, "PPSTAMP.OUTPUT. WEIGHT");20 pmFPAfile *outWeight = pmFPAfileDefineSkycell(config, output->fpa, "PPSTAMP.OUTPUT.VARIANCE"); 21 21 outWeight->save = true; 22 22 } … … 54 54 } 55 55 bool doWeight = false; 56 pmFPAfile *weight = pmFPAfileBindFromArgs (&status, input, config, "PPSTAMP.INPUT. WEIGHT", "WEIGHT");56 pmFPAfile *weight = pmFPAfileBindFromArgs (&status, input, config, "PPSTAMP.INPUT.VARIANCE", "VARIANCE"); 57 57 if (!status) { 58 psError(PS_ERR_IO, false, "Failed to build FPA from PPSTAMP.INPUT. WEIGHT");58 psError(PS_ERR_IO, false, "Failed to build FPA from PPSTAMP.INPUT.VARIANCE"); 59 59 return false; 60 60 }
Note:
See TracChangeset
for help on using the changeset viewer.
