IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34967


Ignore:
Timestamp:
Jan 18, 2013, 10:14:21 AM (13 years ago)
Author:
bills
Message:

tweaks to comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroLoadRefstars.c

    r34966 r34967  
    363363    if (!status) ESCAPE ("missing DVO.GETSTAR.MIN.MAG.INST");
    364364
    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
    366366    float fixedzeropt = psMetadataLookupF32(&status, recipe, "DVO.GETSTAR.FIXED.ZEROPT");
    367367
     
    395395        }
    396396        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)
    398398            zeropt = fixedzeropt;
    399399        }
Note: See TracChangeset for help on using the changeset viewer.