- 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/isdestreaked.c (modified) (3 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/isdestreaked.c
r24715 r27840 1 1 #include "streaksremove.h" 2 3 char *streaksProgram = "isdestreaked"; 2 4 3 5 int … … 18 20 psFits *fits = psFitsOpen(fileName, "r"); 19 21 if (!fits) { 20 psError(PS_ERR_UNKNOWN, false, "failed to open fits file: %s\n", fileName); 21 psErrorStackPrint(stderr, ""); 22 psErrorStackPrint(stderr, "failed to open fits file: %s\n", fileName); 22 23 exit(PS_EXIT_DATA_ERROR); 23 24 } … … 25 26 psMetadata *header = psFitsReadHeader(NULL, fits); 26 27 if (!header) { 27 psError(PS_ERR_IO, false, "failed to read header for: %s", fileName); 28 psErrorStackPrint(stderr, ""); 28 psErrorStackPrint(stderr, "failed to read header for: %s", fileName); 29 29 exit(PS_EXIT_DATA_ERROR); 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
