Changeset 6064 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jan 19, 2006, 4:58:42 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r5976 r6064 9 9 #include "psAdditionals.h" 10 10 11 #include "pmAstrometry.h" 11 #include "pmFPA.h" 12 #include "pmFPAConstruct.h" 13 #include "pmFPARead.h" 14 #include "pmFPAWrite.h" 12 15 #include "pmReadout.h" 13 16 #include "pmConfig.h" 14 #include "pmFPAConstruct.h"15 #include "pmFPARead.h"16 #include "pmFPAConceptsGet.h"17 #include "pmFPAWrite.h"18 17 19 18 #include "pmFlatField.h" … … 23 22 #include "pmChipMosaic.h" 24 23 //#include "pmFPAMorph.h" 24 #include "pmSubtractBias.h" 25 25 26 26 #define RECIPE "PHASE2" // Name of the recipe to use … … 53 53 bool doSource; // Source identification and photometry 54 54 bool doAstrom; // Astrometry 55 56 55 bool doOverscan; // Overscan subtraction 57 int overscanBins; // Number of pixels per bin for overscan 58 psStats *overscanStats; // Statistics for overscan 59 void *overscanFit; // Overscan fit (polynomial or spline) 60 pmFit overscanFitType; // Fit type for overscan 61 pmOverscanAxis overscanMode; // Axis for overscan 62 56 pmOverscanOptions *overscan; // Overscan options 63 57 bool doNonLin; // Non-linearity correction 64 58 psDataType nonLinearType; 65 59 psMetadataItem *nonLinearData; 66 60 void *nonLinearSource; 67 68 61 ppImageLoadDepth imageLoadDepth; // How much of the FPA to load at once 69 62 } ppOptions; … … 142 135 bool ppDetrendNonLinearLookup(pmReadout *input, psMetadataItem *dataItem); 143 136 bool ppDetrendNonLinearPolynomial(pmReadout *input, psMetadataItem *dataItem); 144 bool ppDetrendBias(pmCell *inputCell, pmReadout *inputReadout, pmReadout *pedestal, ppOptions *options); 137 bool ppDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppOptions *options); 138 #if 0 145 139 pmReadout* ppDetrendPedestal(pmReadout *pedestal, pmCell *input, pmReadout *bias, pmReadout *dark, float darkTime, ppOptions *options); 140 #endif 146 141 pmReadout* ppDetrendSelectFirst(pmCell *cell, char *name, bool doThis); 147 142 … … 150 145 #endif 151 146 147 bool ppImageOutput(ppData *data, ppConfig *config); 148 bool ppImagePhot(ppData *data, ppOptions *options, ppConfig *config); 152 149 153 150 #endif // Pau.
Note:
See TracChangeset
for help on using the changeset viewer.
