IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2010, 12:01:15 PM (16 years ago)
Author:
Paul Price
Message:

Reworking ppStack to not grow the rejected pixels for the unconvolved stack. Also working with convolved and unconvolved stacks separately, so they don't have to be in memory at the same time. This should reduce the memory usage of ppStack.

File:
1 edited

Legend:

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

    r27158 r27319  
    2626    psTimerStart("PPSTACK_PHOT");
    2727
    28     ppStackFileActivation(config, PPSTACK_FILES_COMBINE, false);
     28    pmFPAfileActivate(config->files, false, NULL);
    2929    ppStackFileActivation(config, PPSTACK_FILES_PHOT, true);
    3030    pmFPAview *photView = ppStackFilesIterateDown(config); // View to readout
    31     ppStackFileActivation(config, PPSTACK_FILES_COMBINE, true);
     31    ppStackFileActivation(config, PPSTACK_FILES_STACK, true);
    3232
    3333    pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); // File for photometry
Note: See TracChangeset for help on using the changeset viewer.