Changeset 7522 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jun 11, 2006, 11:08:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r7508 r7522 1 1 # include "ppImage.h" 2 2 3 bool ppImageLoop (p pImageOptions *options, pmConfig *config) {3 bool ppImageLoop (pmConfig *config, ppImageOptions *options) { 4 4 5 5 bool status; … … 35 35 36 36 // perform the detrend analysis 37 ppImageDetrendReadout ( options, config, view);37 ppImageDetrendReadout (config, options, view); 38 38 39 39 if (options->doBin1) ppImageRebinReadout (config, view, "PPIMAGE.BIN1");
Note:
See TracChangeset
for help on using the changeset viewer.
