Changeset 39357
- Timestamp:
- Feb 18, 2016, 5:08:34 PM (10 years ago)
- Location:
- trunk/Ohana/src/relphot/src
- Files:
-
- 2 edited
-
ImageOps.c (modified) (1 diff)
-
global_stats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/ImageOps.c
r39345 r39357 598 598 599 599 StatType stats; 600 liststats_setmode (&stats, STATMODE); 600 liststats_setmode (&stats, "INNER_WTMEAN"); 601 // liststats_setmode (&stats, STATMODE); 601 602 602 603 // FREEZE_IMAGES only applies to mosaic data (eg, gpc1) -
trunk/Ohana/src/relphot/src/global_stats.c
r39344 r39357 23 23 24 24 int Ns; 25 for (Ns = 0; (nloop % 3 == 3) && (Ns < Nphotcodes); Ns++) {25 for (Ns = 0; (nloop % 3 == 2) && (Ns < Nphotcodes); Ns++) { 26 26 27 27 int thisCode = photcodes[Ns][0].code;
Note:
See TracChangeset
for help on using the changeset viewer.
