IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2010, 8:34:28 PM (16 years ago)
Author:
Paul Price
Message:

Adding exposure map (both exposure time and number of inputs) to the outputs of ppStack. These are calculated both for the regular (convolved) and unconvolved stacks. These should compress pretty well, but I haven't enabled the compression yet. I also plan to add a weighted exposure time output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r27323 r27400  
    107107            if ((image1 && image1->data.F32[y][x] < thresh1) ||
    108108                (image2 && image2->data.F32[y][x] < thresh2)) {
     109                continue;
     110            }
     111            if ((image1 && image1->data.F32[y][x] > 30000) ||
     112                (image2 && image2->data.F32[y][x] > 30000)) {
    109113                continue;
    110114            }
Note: See TracChangeset for help on using the changeset viewer.