IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14278


Ignore:
Timestamp:
Jul 17, 2007, 4:42:55 PM (19 years ago)
Author:
Paul Price
Message:

Adding FPA.EXPOSURE for summed exposure time.

File:
1 edited

Legend:

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

    r14275 r14278  
    164164        (void)psBinaryOp(outRO->weight, outRO->weight, "*", psScalarAlloc(totExposure, PS_TYPE_F32));
    165165    }
    166     psMetadataAddF32(outRO->parent->concepts, PS_LIST_TAIL, "CELL.EXPOSURE", PS_META_REPLACE,
     166    psMetadataAddF32(outCell->concepts, PS_LIST_TAIL, "CELL.EXPOSURE", PS_META_REPLACE,
     167                     "Summed exposure time (sec)", totExposure);
     168    psMetadataAddF32(outCell->parent->parent->concepts, PS_LIST_TAIL, "FPA.EXPOSURE", PS_META_REPLACE,
    167169                     "Summed exposure time (sec)", totExposure);
    168170
Note: See TracChangeset for help on using the changeset viewer.