- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/remove/src/streaksio.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/magic/remove/src/streaksio.h
r21481 r24244 2 2 #define STREAKS_IO_H 1 3 3 4 streakFiles *openFiles(pmConfig *config, bool remove );4 streakFiles *openFiles(pmConfig *config, bool remove, char *program_name); 5 5 6 6 sFile *sFileOpen(pmConfig *config, ippStage stage, psString fileSelect, … … 16 16 void copyFitsOptions(sFile *out, sFile *rec, sFile *in); 17 17 void setupImageRefs(sFile *out, sFile *recoveryOut, sFile *in, int extnum, bool exciseAll); 18 void strkGetMaskValues(streakFiles *sfiles, psU32 *maskStreak, psU32 *maskMask); 18 19 19 20 void writeImage(sFile *sfile, psString extname, int extnum); … … 25 26 26 27 bool isExciseValue(double, double); 27 void setMaskedToNAN(streakFiles *sfiles, psU 8maskMask, bool printCounts);28 void setMaskedToNAN(streakFiles *sfiles, psU32 maskMask, bool printCounts); 28 29 29 30 bool replicateOutputs(streakFiles *sf);
Note:
See TracChangeset
for help on using the changeset viewer.
