IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39357


Ignore:
Timestamp:
Feb 18, 2016, 5:08:34 PM (10 years ago)
Author:
eugene
Message:

use inner mean for relphot

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

Legend:

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

    r39345 r39357  
    598598
    599599  StatType stats;
    600   liststats_setmode (&stats, STATMODE);
     600  liststats_setmode (&stats, "INNER_WTMEAN");
     601  // liststats_setmode (&stats, STATMODE);
    601602
    602603  // FREEZE_IMAGES only applies to mosaic data (eg, gpc1)
  • trunk/Ohana/src/relphot/src/global_stats.c

    r39344 r39357  
    2323
    2424  int Ns;
    25   for (Ns = 0; (nloop % 3 == 3) && (Ns < Nphotcodes); Ns++) {
     25  for (Ns = 0; (nloop % 3 == 2) && (Ns < Nphotcodes); Ns++) {
    2626
    2727    int thisCode = photcodes[Ns][0].code;
Note: See TracChangeset for help on using the changeset viewer.