IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2021, 11:02:01 AM (5 years ago)
Author:
eugene
Message:

if convolution is not selected, the outputs go to foo.unconv.fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ppStack/src/ppStackPhotometry.c

    r41920 r41923  
    1919    ppStackFileActivation(config, PPSTACK_FILES_PHOT, true);
    2020    pmFPAview *photView = ppStackFilesIterateDown(config); // View to readout
    21     ppStackFileActivation(config, PPSTACK_FILES_STACK, true);
     21
     22    ppStackFileList stackFiles = options->convolve ? PPSTACK_FILES_STACK : PPSTACK_FILES_UNCONV;
     23    ppStackFileActivation(config, stackFiles, true);
    2224
    2325    pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); // File for photometry
Note: See TracChangeset for help on using the changeset viewer.