Changeset 20816 for trunk/magic/remove/src/streaksremove.h
- Timestamp:
- Nov 21, 2008, 1:33:36 PM (17 years ago)
- Location:
- trunk/magic/remove/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
streaksremove.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src
- Property svn:ignore
-
old new 1 1 streaksremove 2 streaksreplace 3 streakscompare
-
- Property svn:ignore
-
trunk/magic/remove/src/streaksremove.h
r20807 r20816 10 10 #include "psmodules.h" 11 11 #include "nebclient.h" 12 13 typedef struct {14 int dummy;15 } Warps;16 12 17 13 #include "streaksextern.h" … … 70 66 } streakFiles; 71 67 68 #include "streaksio.h" 69 70 extern void setupAstrometry(streakFiles *); 72 71 extern strkAstrom *streakSetAstrometry(strkAstrom *, ippStage stage, pmFPA *, pmChip *, bool fromCell, psMetadata *md, 73 72 int numCols, int numRows); … … 75 74 extern void cellToChip(PixelPos *chip, strkAstrom *astrom, PixelPos *cell); 76 75 77 78 76 extern bool computeWarpedPixels(streakFiles *sf); 79 extern void streaksremoveExit(psString, int); 77 extern void streaksExit(psString, int); 78 extern ippStage parseStage(psString); 79 extern psString pathToDirectory(char *path); 80 80 81 81 #define CHIP_LEVEL_INPUT(_stage) ((_stage == IPP_STAGE_RAW) || (_stage == IPP_STAGE_CHIP)) … … 85 85 #define IN_NEBULOUS(_filename) (!strncasecmp(_filename, "neb://", strlen("neb://"))) 86 86 87 88 87 #endif // STREAKS_H
Note:
See TracChangeset
for help on using the changeset viewer.
