Changeset 25027 for branches/pap/magic/remove/src/streaksio.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
magic (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/streaksio.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/magic
-
Property svn:ignore
set to
magic
ssa-core-cpp
Makefile
Makefile.bak
-
Property svn:ignore
set to
-
branches/pap/magic/remove/src
- Property svn:ignore
-
old new 1 isdestreaked 1 2 streaksremove 2 3 streaksreplace 3 4 streakscompare 4 5 streaksrelease 6 makefile
-
- Property svn:ignore
-
branches/pap/magic/remove/src/streaksio.h
r23936 r25027 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, … … 14 14 void copyPHU(streakFiles *sfiles, bool remove); 15 15 void copyTable(sFile *out, sFile *in, int extnum); 16 void copyFitsOptions(sFile *out, sFile *rec, sFile *in );16 void copyFitsOptions(sFile *out, sFile *rec, sFile *in, psVector *tiles); 17 17 void setupImageRefs(sFile *out, sFile *recoveryOut, sFile *in, int extnum, bool exciseAll); 18 18 void strkGetMaskValues(streakFiles *sfiles, psU32 *maskStreak, psU32 *maskMask); 19 void copyExtraExtensions(streakFiles *sfiles); 19 20 20 21 void writeImage(sFile *sfile, psString extname, int extnum); 21 22 void writeImageCube(sFile *sfile, psArray *imagecube, psString extname, int extnum); 22 bool replicate(sFile * sfile, void *xattr);23 bool replicate(sFile *outFile, sFile *inFile); 23 24 void readImageFrom_pmFile(streakFiles *sf); 25 26 void addDestreakKeyword(psMetadata *); 27 void addRecoveryKeyword(psMetadata *); 24 28 25 29 bool streakFilesNextExtension(streakFiles *sf);
Note:
See TracChangeset
for help on using the changeset viewer.
