IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2010, 6:09:32 PM (16 years ago)
Author:
Paul Price
Message:

Fix setting of zero points and scaling of images. All images are now scaled to a target zero point (default 25 in all filters). Tested, and seems to work well!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackConvolve.c

    r27036 r27218  
    266266        UPDATE_CONCEPT(outCell, "CELL.EXPOSURE", options->sumExposure);
    267267        UPDATE_CONCEPT(outCell, "CELL.DARKTIME", NAN);
     268        UPDATE_CONCEPT(outFPA,  "FPA.ZP",        options->zp);
    268269
    269270        UPDATE_CONCEPT(unconvFPA,  "FPA.EXPOSURE",  options->sumExposure);
    270271        UPDATE_CONCEPT(unconvCell, "CELL.EXPOSURE", options->sumExposure);
    271272        UPDATE_CONCEPT(unconvCell, "CELL.DARKTIME", NAN);
     273        UPDATE_CONCEPT(unconvFPA,  "FPA.ZP",        options->zp);
    272274    }
    273275
Note: See TracChangeset for help on using the changeset viewer.