Changeset 7621 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jun 21, 2006, 12:51:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r7592 r7621 34 34 bool ppImageDetrendNonLinearPolynomial(pmReadout *input, psMetadataItem *dataItem); 35 35 36 bool ppImageRebinReadout (pmConfig *config, pmFPAview *view, char *filename); 36 bool ppImageRebinChip (pmConfig *config, pmFPAview *view, char *outName, char *inName); 37 bool ppImageRebinReadout (pmReadout *output, pmReadout *input, pmFPAfile *outFile); 37 38 38 39 bool ppImagePhotom (pmConfig *config, pmFPAview *view); 39 40 bool ppImageAstrom (pmConfig *config); 40 41 41 bool ppImageMosaicChip (pmChip *chip, pmConfig *config, const pmFPAview *view); 42 bool ppImageMosaicChip (pmConfig *config, const pmFPAview *view, char *outFile, char *inFile); 43 bool ppImageMosaicFPA (pmConfig *config, char *outFile, char *inFile); 42 44 43 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
