IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27554   16 years Paul Price Prevent numBins = 0, which triggers assertion failures.
(edit) @27531   16 years eugene add diff stats; add flux to CMF_PS1_DV1; output PSF residual mask; …
(edit) @27461   16 years bills Improve fit to bi-level astrometry for postage stamps by making …
(edit) @27427   16 years Paul Price Something was missing from the merge (probably because I tool r27400
(edit) @27420   16 years bills Grabbed this version of pmStack.c from Paul's branch. This builds
(edit) @27417   16 years Paul Price Merging development branch branches/pap_stack/ (exposure maps and …
(edit) @27402   16 years Paul Price Pulling r27400 out of the trunk until it can be developed further …
(edit) @27400   16 years Paul Price Adding exposure map (both exposure time and number of inputs) to the …
(edit) @27365   16 years Paul Price Adding program ppSubConvolve to convolve an image by the (previously …
(edit) @27346   16 years Paul Price We're reading into an existing buffer, so no need to blow away data …
(edit) @27335   16 years Paul Price Plug memory leaks.
(edit) @27333   16 years Paul Price Plug memory leak.
(edit) @27331   16 years Paul Price Plug memory leak.
(edit) @27330   16 years Paul Price Plugging memory leak when not fitting chi2 flux trend.
(edit) @27327   16 years Paul Price Plugging memory leak.
(edit) @27326   16 years Paul Price Plugging another memory leak.
(edit) @27325   16 years Paul Price And another one.
(edit) @27324   16 years Paul Price Wasn't freeing components.
(edit) @27323   16 years Paul Price Plug memory leak.
(edit) @27322   16 years Paul Price Plug memory leak.
(edit) @27321   16 years Paul Price Plug memory leak.
(edit) @27319   16 years Paul Price Reworking ppStack to not grow the rejected pixels for the unconvolved …
(edit) @27310   16 years Paul Price Plugging minor memory leak.
(edit) @27307   16 years Paul Price Plug memory leak.
(edit) @27178   16 years Paul Price Fix errors.
(edit) @27177   16 years Paul Price Add error checking.
(edit) @27165   16 years Paul Price Catch images with no sources.
(edit) @27162   16 years Paul Price Catch images with no sources.
(edit) @27161   16 years Paul Price Create file if Nebulous failed to do so.
(edit) @27147   16 years Paul Price Add missing header.
(edit) @27137   16 years Paul Price Fixing error codes.
(edit) @27134   16 years Paul Price Making the assertion that the FITS filehandle has been closed optional …
(edit) @27128   16 years Paul Price Removing debugging fprintf.
(edit) @27095   16 years Paul Price Raising unncessary error.
(edit) @27086   16 years Paul Price Fixing error codes for PSF-matching.
(edit) @27085   16 years Paul Price Fix typo.
(edit) @27084   16 years Paul Price Fixing error codes.
(edit) @27083   16 years Paul Price Fixing error codes.
(edit) @27060   16 years Paul Price Use checkPath() on Nebulous files also, to allow NFS system time to …
(edit) @27057   16 years Paul Price Check return value of pmConfigConvertFilename.
(edit) @27040   16 years Paul Price ppSub wasn't writing out the subkernel file required for the 'update' …
(edit) @27004   16 years Paul Price Reworked ppStack to be better about error codes and their translation …
(edit) @27000   16 years Paul Price Check return value of psFitsClose.
(edit) @26980   16 years Paul Price Fix error codes from pmSubtractionStampsGetWindow so that failure to …
(edit) @26971   16 years Paul Price Add concept CHIP.SEEING (seeing FWHM in pixels) for easy transport of …
(edit) @26964   16 years Paul Price Make zero point a 'concept' so that it is easily passed from stage to …
(edit) @26923   16 years Paul Price Don't do or record pattern correction for video cells.
(edit) @26917   16 years Paul Price Don't test the PSF just in the middle (unless that's all that matters).
(edit) @26916   16 years Paul Price Adding moderate PSF limits: neither lax nor strict. The idea is to …
(edit) @26893   16 years eugene updates from eam_branches/20091201 (substantially changes to the …
(edit) @26682   16 years Paul Price Allow pattern subtraction to be turned on according to the chip. More …
(edit) @26651   16 years Paul Price Set concepts if we can.
(edit) @26636   16 years Paul Price Allow compilation without nebulous.
(edit) @26584   17 years Paul Price Merging commit 26320 *only* from branches/pap into trunk. This should …
(edit) @26570   17 years Paul Price Wasn't getting filename because wasn't getting the return value! Stupid!
(edit) @26560   17 years Paul Price Ensure automatically generated cameras are put in the configuration …
(edit) @26559   17 years Paul Price Generate skycell camera name using macro, because that uses the root …
(edit) @26493   17 years bills support -ipprc file being in nebulous
(edit) @26492   17 years bills combine toFPA and toTPA transforms and do a single linear fit
(edit) @26466   17 years bills not initializing boolean varibles causes very interesting behavior
(edit) @26450   17 years eugene reverting to r26202 to accept the threading changes Paul added: the …
(edit) @26395   17 years eugene handle case of no peaks in psf clump image
(edit) @26393   17 years eugene do not raise an error just because a chip is not present
(edit) @26392   17 years eugene do not raise an error just because MATCHED_REFS is not present
(edit) @26391   17 years eugene we should not return NULL if we legitimately fail to find peaks, but …
(edit) @26359   17 years Paul Price Fix compilation error from ignoring return value of fgets.
(edit) @26260   17 years eugene various updates from eam_branches/20091113 1) psf model order limits …
(edit) @26216   17 years bills back out changes from -r26202
(edit) @26202   17 years Paul Price Threading for pmReadoutFake is working and active in psphot efficiency …
(edit) @26190   17 years Paul Price Handle trivial case of nThreads == 0 or 1.
(edit) @26182   17 years Paul Price Reworking so that vectors can be used as well as an array of sources.
(edit) @26172   17 years Paul Price Fix "variable used uninitialised".
(edit) @26162   17 years Paul Price Starting to move psphotThreadTools.c code into psModules so it can be …
(edit) @26157   17 years Paul Price Allow num=0 for POIS.
(edit) @26156   17 years Paul Price Fix number of basis functions for POIS.
(edit) @26118   17 years Paul Price Allow TESTING output for a range of pixels within some radius.
(edit) @26076   17 years Paul Price Merging branches/pap (unconvolved stacks, reworked combinePixels …
(edit) @26070   17 years eugene updates from ipp generated during throughtput tests
(edit) @26047   17 years Paul Price Fix propagation of mask (for poor pixels) when poor box size = 0.
(edit) @26046   17 years Paul Price Fixing specification of systematic error.
(edit) @26037   17 years Paul Price Got parameters the wrong way around.
(edit) @26035   17 years Paul Price Soften errors, both in the least-squares matrix/vector construction …
(edit) @26031   17 years Paul Price Ensure threshold is positive.
(edit) @26027   17 years eugene drop the test abort
(edit) @26002   17 years watersc1 correcting BTOOLAPP comment
(edit) @25999   17 years Paul Price Merging PSF-matching code from branches/pap/ for dual convolution.
(edit) @25998   17 years Paul Price Adding boolean type to suppress warning.
(edit) @25980   17 years eugene add covarianceFactor to pmSourceChisq, pmSourceModelWeight, …
(edit) @25979   17 years eugene add ability to read a text list of sources (for forced photometry); …
(edit) @25930   17 years watersc1 Updated fringe fitting code. Corrected Bool->S32 bug for BTOOLAPP …
(edit) @25907   17 years eugene change EXTTYPE of DETEFF tables to DETEFF (was colliding with …
(edit) @25883   17 years eugene mergeinfo from vysos branch
(edit) @25882   17 years eugene use OBSTYPE.TABLE to translate OBSTYPE keywords
(edit) @25881   17 years eugene whitespace
(edit) @25880   17 years eugene whitespace
(edit) @25879   17 years eugene whitespace
(edit) @25878   17 years eugene whitespace
(edit) @25877   17 years eugene plug a leak
(edit) @25876   17 years eugene for single chips, need to force fpa-to-tpa tranformation to have no …
(edit) @25854   17 years Paul Price PSF.CLUMP.REGION belongs on the analysis metadata.
Note: See TracRevisionLog for help on using the revision log.