- Timestamp:
- Feb 6, 2013, 2:34:49 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20121219
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroLoadRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219
-
branches/eam_branches/ipp-20121219/psastro/src/psastroLoadRefstars.c
r33643 r35096 363 363 if (!status) ESCAPE ("missing DVO.GETSTAR.MIN.MAG.INST"); 364 364 365 // if non zero override the zero point in the PHOTCODE.DATA with this value 366 float fixedzeropt = psMetadataLookupF32(&status, recipe, "DVO.GETSTAR.FIXED.ZEROPT"); 367 365 368 // PHOTCODE.DATA is a multi of metadata items 366 369 psListIterator *iter = psListIteratorAlloc(item->data.list, PS_LIST_HEAD, false); … … 391 394 continue; 392 395 } 396 if (fixedzeropt != 0.0) { 397 // override the recipe's zero point with the fixed value (used for stacks) 398 zeropt = fixedzeropt; 399 } 393 400 394 401 // convert the minInst to a calibrated minimum magnitude
Note:
See TracChangeset
for help on using the changeset viewer.
