IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2010, 10:16:06 AM (16 years ago)
Author:
eugene
Message:

working on psphotStack psf matching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/psphotStackOptions.c

    r27876 r27883  
    11# include "psphotInternal.h"
    2 
    3 typedef enum {
    4     PSPHOT_CNV_SRC_NONE,
    5     PSPHOT_CNV_SRC_AUTO,
    6     PSPHOT_CNV_SRC_CNV,
    7     PSPHOT_CNV_SRC_RAW,
    8 } psphotStackConvolveSource;
    92
    103static void psphotStackOptionsFree (psphotStackOptions *options) {
     
    3528    options->psf = NULL;
    3629    options->convolve = false;
     30    options->convolveSource = PSPHOT_CNV_SRC_NONE;
    3731
    3832    options->psfs = psArrayAlloc(num);
Note: See TracChangeset for help on using the changeset viewer.