IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25699


Ignore:
Timestamp:
Sep 30, 2009, 2:36:58 PM (17 years ago)
Author:
eugene
Message:

repair NANs in map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotMakeFluxScale.c

    r20453 r25699  
    6060        goto DONE;
    6161    }
     62    if (trend->mode == PM_TREND_MAP) {
     63        // p_psImagePrint (2, trend->map->map, "FluxScale Before"); // XXX TEST:
     64        psImageMapRepair (trend->map->map);
     65        // p_psImagePrint (2, trend->map->map, "FluxScale After"); // XXX TEST:
     66    }
    6267
    6368    // XXX do something useful to measure residual statistics
Note: See TracChangeset for help on using the changeset viewer.