IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2025, 2:18:38 PM (14 months ago)
Author:
eugene
Message:

minor tweaks

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

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/ZeroPointModes.c

    r41647 r42854  
    208208    switch (mode) {
    209209      case ZPT_STARS:
    210         if (CurrentLoop < 3) return TRUE;
    211         return FALSE;
    212       case ZPT_TGROUP:
    213       case ZPT_MOSAIC:
    214       case ZPT_IMAGES:
    215       default:
    216         if (CurrentLoop < 3) return TRUE;
     210        if (CurrentLoop < 5) return TRUE;
     211        return FALSE;
     212      case ZPT_TGROUP:
     213      case ZPT_MOSAIC:
     214      case ZPT_IMAGES:
     215      default:
     216        if (CurrentLoop < 5) return TRUE;
    217217        return FALSE;
    218218    }
  • trunk/Ohana/src/relphot/src/args.c

    r42821 r42854  
    556556    STAGES &= ~STAGE_STACK;
    557557  }
     558  // the variability stats are overloaded on the stack and warp fields, so we must do one
     559  // or the other.
     560  if (VARIABILITY_STATS) {
     561    STAGES &= ~STAGE_WARP;
     562    STAGES &= ~STAGE_STACK;
     563  }
     564
    558565  if (!STAGES && NLOOP > 1) {
    559566    fprintf (stderr, "WARNING: no averages requested (all stages skipped), but nloop > 1.  is this wasted effort?\n");
Note: See TracChangeset for help on using the changeset viewer.