IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2008, 6:12:19 PM (18 years ago)
Author:
Paul Price
Message:

Now reads temporary convolved images bit by bit. Updating the stacking process to use modern APIs (the kernel solution is now a part of the pmSubtractionKernels).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080207/ppStack/src/ppStackCamera.c

    r16367 r16404  
    1212
    1313
     14#if 0
    1415// Define an output convolved image file
    1516static pmFPAfile *defineOutputConvolved(const char *name, // FPA file name
     
    6465    return imageFile;
    6566}
    66 
     67#endif
    6768
    6869
     
    196197        }
    197198
     199#if 0
    198200        // Output convolved files
    199201        pmFPAfile *outconvImage  = defineOutputConvolved("PPSTACK.OUTCONV", imageFile->fpa, config,
     
    217219            return false;
    218220        }
    219 
     221#endif
    220222
    221223        psMetadataAddF32(imageFile->fpa->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0,
     
    321323    }
    322324
     325
    323326    // Output PSF
    324327    if (havePSFs) {
Note: See TracChangeset for help on using the changeset viewer.