IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40464


Ignore:
Timestamp:
Jun 27, 2018, 1:16:23 PM (8 years ago)
Author:
eugene
Message:

comment out excessive verbosity; set IMSTATS_ONLY when -imstats-only is selected

Location:
trunk/Ohana/src/relastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateChips.c

    r40415 r40464  
    8888    raw = getImageRaw (catalog, Ncatalog, i, &Nraw, MODE_MOSAIC);
    8989    if (!raw) {
     90      // fprintf (stderr, "skip 1 %s\n", image[i].name);
    9091      Nskip ++;
    9192      mode[i] = 0;
     
    9394    }
    9495    if (Nraw <= IMFIT_TOO_FEW) {
     96      // fprintf (stderr, "skip 2 %s\n", image[i].name);
    9597      Nskip ++;
    9698      mode[i] = 0;
     
    102104    ref = getImageRef (catalog, Ncatalog, i, &Nref, MODE_MOSAIC);
    103105    if (!ref) {
     106      // fprintf (stderr, "skip 3 %s\n", image[i].name);
    104107      Nskip ++;
    105108      mode[i] = 0;
  • trunk/Ohana/src/relastro/src/args.c

    r40415 r40464  
    9797  if ((N = get_argument (argc, argv, "-imstats-only"))) {
    9898    remove_argument (N, &argc, argv);
    99     IMSTATS_ONLY = FALSE;
     99    IMSTATS_ONLY = TRUE;
    100100  }
    101101
     
    909909  if ((N = get_argument (argc, argv, "-imstats-only"))) {
    910910    remove_argument (N, &argc, argv);
    911     IMSTATS_ONLY = FALSE;
     911    IMSTATS_ONLY = TRUE;
    912912  }
    913913
Note: See TracChangeset for help on using the changeset viewer.