Changeset 28514 for trunk/magic/remove/src
- Timestamp:
- Jun 25, 2010, 3:27:16 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.c
r28512 r28514 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.
