- 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/streaksreplace.c (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/streaksreplace.c
r24556 r27840 6 6 static bool readAndCopyToOutput(streakFiles *sf, bool restoreImageCube); 7 7 8 char *streaksProgram = "streaksreplace"; 9 8 10 int main(int argc, char *argv[]) 9 11 { 10 long i;11 12 bool status; 12 StreakPixels *pixels;13 PixelPos *pixelPos;14 13 15 14 psLibInit(NULL); … … 92 91 93 92 if (!replicateOutputs(sfiles)) { 94 psError(PS_ERR_UNKNOWN, false, "failed to replicate output files"); 95 psErrorStackPrint(stderr, ""); 93 psErrorStackPrint(stderr, "failed to replicate output files"); 96 94 exit(PS_EXIT_UNKNOWN_ERROR); 97 95 } … … 172 170 true); 173 171 } 174 172 175 173 bool gotMask = false; 176 174 if ((argnum = psArgumentGet(argc, argv, "-mask"))) { … … 353 351 // we have an image cube 354 352 double initValue; 355 // otherwise write it to the output 353 // otherwise write it to the output 356 354 writeImageCube(sf->outImage, sf->recImage->imagecube, extname, sf->extnum); 357 355
Note:
See TracChangeset
for help on using the changeset viewer.
