Changeset 42854 for trunk/Ohana/src/relphot
- Timestamp:
- May 9, 2025, 2:18:38 PM (14 months ago)
- Location:
- trunk/Ohana/src/relphot/src
- Files:
-
- 2 edited
-
ZeroPointModes.c (modified) (1 diff)
-
args.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/ZeroPointModes.c
r41647 r42854 208 208 switch (mode) { 209 209 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; 217 217 return FALSE; 218 218 } -
trunk/Ohana/src/relphot/src/args.c
r42821 r42854 556 556 STAGES &= ~STAGE_STACK; 557 557 } 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 558 565 if (!STAGES && NLOOP > 1) { 559 566 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.
