Changeset 34966 for trunk/psastro/src/psastroLoadRefstars.c
- Timestamp:
- Jan 18, 2013, 10:08:52 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r33643 r34966 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) 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 (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.
