IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2012, 5:46:39 PM (14 years ago)
Author:
bills
Message:

In psphot and psphotStack accept exposure number images (EXPNUM) as inputs.
If supplied set the N_FRAMES value for each source based on the
value in the EXPNUM image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotKronIterate.c

    r33089 r33690  
    150150            if (!psphotKronIterate_Threaded(job)) {
    151151                psError(PS_ERR_UNKNOWN, false, "Unable to guess model.");
    152                 psFree(AnalysisRegion);
     152                // psFree(AnalysisRegion);
    153153                return false;
    154154            }
     
    222222            float windowRadius = PS_MAX(RADIUS, maxWindow);
    223223
     224#ifdef notdef
     225            fprintf(stderr, "Redefining pixels for source: %d %4d %4d new radius: %f\n",
     226                                        i, source->peak->x, source->peak->y, windowRadius+2);
     227#endif
    224228            // re-allocate image, weight, mask arrays for each peak with box big enough to fit BIG_RADIUS
    225229            pmSourceRedefinePixels (source, readout, source->peak->x, source->peak->y, windowRadius + 2);
Note: See TracChangeset for help on using the changeset viewer.