Changeset 28515
- Timestamp:
- Jun 25, 2010, 3:28:00 PM (16 years ago)
- Location:
- tags/ipp-20100623/magic/remove
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100623/magic/remove
- Property svn:mergeinfo set to
-
tags/ipp-20100623/magic/remove/src
- Property svn:mergeinfo changed
/trunk/magic/remove/src merged: 28514
- Property svn:mergeinfo changed
-
tags/ipp-20100623/magic/remove/src/streaksremove.c
r28513 r28515 979 979 streaksExit("", PS_EXIT_DATA_ERROR); 980 980 } 981 } else if (psArrayLength(inTable) == 0) { 982 printf("No input sources\n"); 983 // We'd like to write a blank table, but this is as good as it gets without more work to parse the 984 // header and create dummy columns. 985 if (!psFitsWriteBlank(out->fits, header, extname)) { 986 psErrorStackPrint(stderr, "failed to write empty header to %s", out->resolved_name); 987 streaksExit("", PS_EXIT_DATA_ERROR); 988 } 981 989 } else { 982 990 printf("Censored ALL %d sources\n", numCensored);
Note:
See TracChangeset
for help on using the changeset viewer.
