IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2021, 11:03:04 AM (5 years ago)
Author:
eugene
Message:

allow analysis without updating averages (e.g., calibrate images relative to average photometry)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/Ohana/src/relphot/src/args.c

    r41672 r41800  
    525525    STAGES &= ~STAGE_STACK;
    526526  }
    527   if (!STAGES) {
    528     fprintf (stderr, "ERROR: no valid stages selected\n");
    529     exit (3);
     527  if (!STAGES && NLOOP > 1) {
     528    fprintf (stderr, "WARNING: no averages requested (all stages skipped), but nloop > 1.  is this wasted effort?\n");
    530529  }
    531530
Note: See TracChangeset for help on using the changeset viewer.