- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
magic (modified) (1 prop)
-
magic/remove (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/streaksremove.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/magic
- Property svn:ignore
-
old new 1 1 magic 2 2 ssa-core-cpp 3 Makefile4 3 Makefile.bak
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/magic/remove
-
Property svn:ignore
set to
configure
Makefile.in
Doxyfile
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
branches/simtest_nebulous_branches/magic/remove/src
- Property svn:ignore
-
old new 4 4 streakscompare 5 5 streaksrelease 6 makefile 6 Makefile 7 Makefile.in 8 config.h 9 .deps 10 streaksVersionDefinitions.h 11 config.h.in 12 stamp-h1
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/magic/remove/src/streaksremove.h
r24691 r27840 33 33 int yParity; 34 34 double exciseValue; 35 psString program; 35 36 } sFile; 36 37 37 38 typedef enum { 39 IPP_STAGE_NONE = 0, 40 IPP_STAGE_RAW, 41 IPP_STAGE_CHIP, 42 IPP_STAGE_WARP, 43 IPP_STAGE_DIFF 44 } ippStage; 45 38 // used for error messages 39 extern char * streaksProgram; 46 40 47 41 typedef struct { … … 64 58 sFile *inSources; 65 59 sFile *outSources; 60 psMetadata *stats; 61 FILE *statsFile; 66 62 psString class_id; 67 63 pmFPAfile *inAstrom; … … 71 67 pmChip *chip; // current chip 72 68 pmCell *cell; // current cell 73 psImage * warpedPixels;69 psImage *diffedPixels; 74 70 psVector *tiles; 75 71 double transparentStreaks; 76 72 psString program_name; 73 psU32 maskStreak; 74 psU32 maskMask; 77 75 } streakFiles; 78 76 … … 84 82 // can't declare this in streaksastrom due to header file ordering 85 83 extern void cellToChip(double *xChip, double *yChip, strkAstrom *astrom, double xCell, double yCell); 86 extern void cellToChipInt( int *xChip,int *yChip, strkAstrom *astrom, int xCell, int yCell);84 extern void cellToChipInt(unsigned int *xChip, unsigned int *yChip, strkAstrom *astrom, int xCell, int yCell); 87 85 88 extern bool compute WarpedPixels(streakFiles *sf);86 extern bool computeDiffedPixels(streakFiles *sf); 89 87 extern void streaksExit(psString, int); 90 88 extern ippStage parseStage(psString); 91 89 extern psString pathToDirectory(char *path); 92 90 extern void setStreakFiles( streakFiles *); 91 92 extern bool streaksVersionHeaderFull(psMetadata *header); 93 extern psString streaksVersionLong(void); 93 94 94 95 #define CHIP_LEVEL_INPUT(_stage) ((_stage == IPP_STAGE_RAW) || (_stage == IPP_STAGE_CHIP))
Note:
See TracChangeset
for help on using the changeset viewer.
