IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2010, 4:52:17 PM (16 years ago)
Author:
Paul Price
Message:

Use a common target PSF image. This is to make everything run MUCH faster for stacks of lots of images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.h

    r27427 r28253  
    2626typedef enum {
    2727    PPSTACK_FILES_PREPARE,              // Files for preparation
     28    PPSTACK_FILES_TARGET,               // Files for target generation
    2829    PPSTACK_FILES_CONVOLVE,             // Files for convolution
    2930    PPSTACK_FILES_STACK,                // Stack files
     
    115116void ppStackVersionPrint(void);
    116117
     118/// Generate target PSF image
     119psImage *ppStackTarget(ppStackOptions *options, // Options for stacking
     120                       pmConfig *config         // Configuration
     121    );
     122
    117123/// Convolve image to match specified seeing
    118124bool ppStackMatch(pmReadout *readout,   // Readout to be convolved; replaced with output
     125                  const psImage *target,   // Target PSF image
    119126                  ppStackOptions *options, // Options for stacking
    120127                  int index,            // Index of image to match
Note: See TracChangeset for help on using the changeset viewer.