Changeset 6260 for trunk/ppImage/src/ppImageParseDetrend.c
- Timestamp:
- Jan 30, 2006, 6:00:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseDetrend.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseDetrend.c
r5976 r6260 1 # include "ppImage.h" 1 #include <stdio.h> 2 #include "pslib.h" 3 #include "pmConfig.h" 4 #include "ppFile.h" 5 #include "ppImageData.h" 6 #include "ppImageOptions.h" 7 #include "ppImage.h" 2 8 3 9 // open all needed detrend files … … 25 31 } 26 32 27 bool ppImageParseDetrend (ppData *data, ppOptions *options, ppConfig *config) {33 bool ppImageParseDetrend(ppImageData *data, ppImageOptions *options, ppConfig *config) { 28 34 29 35 ppFileOpen(data->mask, config->camera, "mask", options->doMask);
Note:
See TracChangeset
for help on using the changeset viewer.
