- Timestamp:
- Feb 11, 2011, 4:29:48 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/remove/src/streaksio.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/magic/remove/src/streaksio.h
r26408 r30586 5 5 6 6 sFile *sFileOpen(pmConfig *config, ippStage stage, psString fileSelect, 7 psString outputFilename, bool required );7 psString outputFilename, bool required, bool checkIfDestreaked); 8 8 9 9 void closeImages(streakFiles *sfiles); … … 12 12 13 13 void readImage(sFile *sfile, int extnum, ippStage stage, bool isMask); 14 void copyPHU(streakFiles *sfiles, bool remove );14 void copyPHU(streakFiles *sfiles, bool remove, bool destreaked); 15 15 void copyTable(sFile *out, sFile *in, int extnum); 16 16 void copyFitsOptions(sFile *out, sFile *rec, sFile *in, psVector *tiles); … … 24 24 void readImageFrom_pmFile(streakFiles *sf); 25 25 26 void addDestreakKeyword(psMetadata * );26 void addDestreakKeyword(psMetadata *, bool value); 27 27 void addRecoveryKeyword(psMetadata *); 28 28
Note:
See TracChangeset
for help on using the changeset viewer.
