IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2012, 7:54:02 AM (14 years ago)
Author:
eugene
Message:

clean up some of the verbosity; skip NaN values when making bcatalog; pass secfilt data to bcatalog; add camera to relphot_client args; skip NAN dM values in stats analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/setExclusions.c

    r31450 r33364  
    66// and uses the bits read from disk as the test
    77
    8 int setExclusions (Catalog *catalog, int Ncatalog) {
     8int setExclusions (Catalog *catalog, int Ncatalog, int verbose) {
    99
    1010  off_t i, j, k, m, Narea, Nnocal, Ngood;
     
    5959    }
    6060  }
    61   if (VERBOSE) fprintf (stderr, OFF_T_FMT" measurements marked by area\n",    Narea);
    62   if (VERBOSE) fprintf (stderr, OFF_T_FMT" measurements marked nocal\n",      Nnocal);
    63   if (VERBOSE) fprintf (stderr, OFF_T_FMT" measurements kept for analysis\n", Ngood);
     61  if (verbose) fprintf (stderr, OFF_T_FMT" measurements marked by area\n",    Narea);
     62  if (verbose) fprintf (stderr, OFF_T_FMT" measurements marked nocal\n",      Nnocal);
     63  if (verbose) fprintf (stderr, OFF_T_FMT" measurements kept for analysis\n", Ngood);
    6464  return (TRUE);
    6565}
Note: See TracChangeset for help on using the changeset viewer.