Changeset 34967
- Timestamp:
- Jan 18, 2013, 10:14:21 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r34966 r34967 363 363 if (!status) ESCAPE ("missing DVO.GETSTAR.MIN.MAG.INST"); 364 364 365 // if non zero override the zero point for the photcode (for stacks)365 // if non zero override the zero point in the PHOTCODE.DATA with this value 366 366 float fixedzeropt = psMetadataLookupF32(&status, recipe, "DVO.GETSTAR.FIXED.ZEROPT"); 367 367 … … 395 395 } 396 396 if (fixedzeropt != 0.0) { 397 // override the recipe's zero point with the fixed value ( for stacks)397 // override the recipe's zero point with the fixed value (used for stacks) 398 398 zeropt = fixedzeropt; 399 399 }
Note:
See TracChangeset
for help on using the changeset viewer.
