IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26653


Ignore:
Timestamp:
Jan 21, 2010, 10:20:03 AM (16 years ago)
Author:
eugene
Message:

need to remove CELL.READNOISE.UPDATE after gain is set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r26644 r26653  
    2727          psAssert(item, "Should be there!");
    2828          item->data.F32 = 1.0;
     29
     30          // for unity gain, there is no modification for the readnoise, note that it has (effectively) been updated
     31          psMetadataRemoveKey(input->parent->concepts, "CELL.READNOISE.UPDATE");
    2932        } else {
    3033          psWarning("CELL.GAIN is NAN for readout (%d,%d,%d), image will be masked.", view->chip, view->cell, view->readout);
Note: See TracChangeset for help on using the changeset viewer.