IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2009, 3:42:18 PM (16 years ago)
Author:
Paul Price
Message:

Threading for pmReadoutFake is working and active in psphot efficiency measurement and ppStack PSF matching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r26080 r26202  
    344344                                                       footprint); // Filtered list of sources
    345345
     346            bool oldThreads = pmReadoutFakeThreads(true); // Old threading state
    346347            if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
    347348                                          stampSources, SOURCE_MASK, NULL, NULL, options->psf,
     
    353354                return false;
    354355            }
     356            pmReadoutFakeThreads(oldThreads);
    355357
    356358            fake->mask = psImageCopy(NULL, readout->mask, PS_TYPE_IMAGE_MASK);
Note: See TracChangeset for help on using the changeset viewer.