IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16896


Ignore:
Timestamp:
Mar 8, 2008, 11:31:05 AM (18 years ago)
Author:
eugene
Message:

more info in verbose messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/load2mass_as_rawdata.c

    r16810 r16896  
    88/* read in chunks of ~64MB */
    99# define NBYTE 0x4000000
    10 # define NBREC 330
    1110# define DEBUG 0
    1211
     
    4544    Nbyte += Nextra;
    4645
    47     if (VERBOSE) fprintf (stderr, ".");
     46    if (VERBOSE) fprintf (stderr, "read .. ");
    4847
    4948    /* find bounds on first complete line */
     
    9493      }
    9594    }
    96     if (VERBOSE) fprintf (stderr, "read %d stars (%10.6f - %10.6f, %10.6f - %10.6f)\n", Ntstars, Rmin, Rmax, Dmin, Dmax);
     95    if (VERBOSE) fprintf (stderr, "scan %d stars (%10.6f - %10.6f, %10.6f - %10.6f) .. ", Ntstars, Rmin, Rmax, Dmin, Dmax);
    9796
    9897
     
    146145        }
    147146      }
     147      if (VERBOSE) fprintf (stderr, "done\n");
     148
    148149      if (!Nstars) {
    149150        free (stars);
    150151        continue;
    151152      }
     153
    152154      if (DEBUG) fprintf (stderr, "selected %d stars (%10.6f - %10.6f, %10.6f - %10.6f\n", Nstars,
    153155                          region[0].Rmin, region[0].Rmax, region[0].Dmin, region[0].Dmax);
Note: See TracChangeset for help on using the changeset viewer.