Changeset 7917 for trunk/Ohana/src/opihi/dvo/skycat.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/skycat.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/skycat.c
r7680 r7917 35 35 36 36 if (argc != 1) { 37 fprintf (stderr, "USAGE: skycat [-all]\n");37 gprint (GP_ERR, "USAGE: skycat [-all]\n"); 38 38 return (FALSE); 39 39 } … … 47 47 skylist = SkyListByRadius (sky, Depth, graphmode.coords.crval1, graphmode.coords.crval2, Radius); 48 48 49 if (VERBOSE) fprintf (stderr, "region: %6.2f - %6.2f, %6.2f - %6.2f\n",49 if (VERBOSE) gprint (GP_ERR, "region: %6.2f - %6.2f, %6.2f - %6.2f\n", 50 50 graphmode.coords.crval1 - Radius, graphmode.coords.crval1 + Radius, 51 51 graphmode.coords.crval2 - Radius, graphmode.coords.crval2 + Radius); … … 65 65 for (i = 0; i < Nregions; i++) { 66 66 if (ShowAll || (stat (skylist[0].filename[i], &filestat) != -1)) { 67 if (VERBOSE) fprintf (stderr, "%3d %s %6.2f - %6.2f, %6.2f - %6.2f\n", i, regions[i][0].name,67 if (VERBOSE) gprint (GP_ERR, "%3d %s %6.2f - %6.2f, %6.2f - %6.2f\n", i, regions[i][0].name, 68 68 regions[i][0].Rmin, regions[i][0].Rmax, regions[i][0].Dmin, regions[i][0].Dmax); 69 69 … … 93 93 } 94 94 95 fprintf (stderr, "plotting %d catalogs\n", Npts/8);95 gprint (GP_ERR, "plotting %d catalogs\n", Npts/8); 96 96 Xvec.Nelements = Xvec.Nelements = Npts; 97 97 if (Npts > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
