IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34156


Ignore:
Timestamp:
Jul 13, 2012, 4:41:50 PM (14 years ago)
Author:
eugene
Message:

repair psf model maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSFtryMakePSF.c

    r34085 r34156  
    138138        }
    139139        if (trend->mode == PM_TREND_MAP) {
    140             // p_psImagePrint (2, trend->map->map, "param N Before"); // XXX TEST:
    141140            psImageMapRepair (trend->map->map);
    142             // p_psImagePrint (2, trend->map->map, "param N After"); // XXX TEST:
    143141        }
    144142    }
     
    246244            return true;
    247245        }
     246        if (trend->mode == PM_TREND_MAP) {
     247            psImageMapRepair (trend->map->map);
     248        }
    248249
    249250# if (PS_TRACE_ON)
     
    268269            return true;
    269270        }
     271        if (trend->mode == PM_TREND_MAP) {
     272            psImageMapRepair (trend->map->map);
     273        }
     274
    270275# if (PS_TRACE_ON)
    271276        mean = psStatsGetValue (trend->stats, meanOption);
     
    285290            return true;
    286291        }
     292        if (trend->mode == PM_TREND_MAP) {
     293            psImageMapRepair (trend->map->map);
     294        }
     295
    287296# if (PS_TRACE_ON)
    288297        mean = psStatsGetValue (trend->stats, meanOption);
Note: See TracChangeset for help on using the changeset viewer.