Changeset 6379 for trunk/psphot/src/psphot.h
- Timestamp:
- Feb 7, 2006, 8:52:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r6311 r6379 13 13 # include "psModulesUtils.h" 14 14 # include "psSparse.h" 15 #include "pmFPAConstruct.h" 15 # include "pmFPAConstruct.h" 16 # include "pmConcepts.h" 16 17 17 18 # define PSPHOT_RECIPE "PSPHOT" … … 27 28 bool psphotReadout (pmReadout *readout, psMetadata *config); 28 29 bool ppImageLoadPixels (ppFile *input, psDB *db, int chipNum, int cellNum); 30 void psphotCleanup (void); 29 31 30 32 // psphotReadout functions … … 89 91 char *psphotSplitName (psMetadata *header); 90 92 void psphotOutputPrep (ppFile *file, ppConfig *config); 93 void psphotOutputCleanup (void); 91 94 char *psphotNameSubstitute (char *input, char *replace, char *key); 92 95 … … 103 106 psF32 pmModelFitSet (psVector *deriv, const psVector *params, const psVector *x); 104 107 bool pmModelFitSetInit (pmModelType type); 108 void pmModelFitSetClear (void); 105 109 106 110 // functions to support the source fitting process
Note:
See TracChangeset
for help on using the changeset viewer.
