Changeset 7917 for trunk/Ohana/src/opihi/cmd.astro/transform.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/transform.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/transform.c
r3404 r7917 14 14 15 15 if (argc != 3) { 16 fprintf (stderr, "USAGE: transform <from> <to>\n");16 gprint (GP_ERR, "USAGE: transform <from> <to>\n"); 17 17 return (FALSE); 18 18 } … … 26 26 /* for the moment, disable WRP / DIS */ 27 27 if (!strcmp(&coords_in.ctype[4], "-WRP") || !strcmp(&coords_out.ctype[4], "-WRP")) { 28 fprintf (stderr, "WRP mode not implemented for astrom\n");28 gprint (GP_ERR, "WRP mode not implemented for astrom\n"); 29 29 return (FALSE); 30 30 } … … 46 46 47 47 for (j = 0; j < in[0].header.Naxis[1]; j++) { 48 fprintf (stderr, ".");48 gprint (GP_ERR, "."); 49 49 for (i = 0; i < in[0].header.Naxis[0]; i++, Vin++) { 50 50 for (dx = 0.0 + 0.5*frac; dx < 1.0 - 0.5*frac; dx += frac) {
Note:
See TracChangeset
for help on using the changeset viewer.
