Changeset 7917 for trunk/Ohana/src/opihi/dvo/cmatch.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/cmatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/cmatch.c
r7680 r7917 9 9 10 10 if (argc != 9) { 11 fprintf (stderr, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n");12 fprintf (stderr, " match a set of object coordinates with a DVO db table\n");11 gprint (GP_ERR, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n"); 12 gprint (GP_ERR, " match a set of object coordinates with a DVO db table\n"); 13 13 return (FALSE); 14 14 } 15 15 16 16 /*** this function is not well-defined. re-assess it and re-code it ***/ 17 fprintf (stderr, "disabled for now\n");17 gprint (GP_ERR, "disabled for now\n"); 18 18 return (FALSE); 19 19 … … 41 41 } 42 42 unlock_catalog (&catalog1); 43 fprintf (stderr, "read %d stars from phot catalog file %s\n", catalog1.Naverage, filename);43 gprint (GP_ERR, "read %d stars from phot catalog file %s\n", catalog1.Naverage, filename); 44 44 45 45 /* this is for loading from a text file, presumably hstgsc or usno
Note:
See TracChangeset
for help on using the changeset viewer.
