IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/objects

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33586   14 years bills in pmPSFtryFitEXT mark source as PSFTRY_MASK_EXT_FAIL if it has a NULL …
(edit) @33578   14 years bills add a tiny bit more information a printf
(edit) @33463   14 years bills minor change to error message
(edit) @33443   14 years bills Fail if a negative sequence number is found in a cmf file. This …
(edit) @33442   14 years bills avoid assertion failure that occurs during psphotStack extended …
(edit) @33417   14 years bills Avoid infinite Io in pmModel_QGAUSS
(edit) @33409   14 years bills add a printf if we are about to pop an assertion for debugging purposes
(edit) @32998   15 years eugene fix OFF_CHIP mask bit
(edit) @32977   15 years bills pass readout down to the Read XRAD functions so that we can save the …
(edit) @32971   15 years bills Add and call functions to read the extended source extensions for the …
(edit) @32842   15 years eugene set ON_GHOST, ON_GLINT, ON_SPIKE for the image processed with these …
(edit) @32808   15 years eugene plug possible source of a leak; add the DIFF_SELF_MATCH flag
(edit) @32773   15 years bills add a few more generated files to svn:ignore property
(edit) @32747   15 years eugene add PS1_V4 to ignore list
(edit) @32744   15 years eugene add notes counting allocations using psImageSmooth
(edit) @32725   15 years eugene create a pre-alloc version of image smooth to avoid excessive allocs
(edit) @32707   15 years bills change assertion failure for 'upper limit does not include max flux' …
(edit) @32705   15 years eugene remember to copy the footprint view as well on the peak
(edit) @32695   15 years eugene fix psphotStack 2nd pass (subtract 1st pass sources from the correct …
(edit) @32633   15 years eugene add unofficial PS1_V4 output format (not yet standard); add clean …
(edit) @32347   15 years eugene * add concept of saddlePoints to peaks (not actually used in the end) …
(edit) @32046   15 years bills Protect against unreasonably small psfMagnitudes. This was the root …
(edit) @31670   15 years eugene merge from trunk : various minor issues (kron radii; I/O fixes)
(edit) @31538   15 years bills Fix incorrect FWHM calculation when PM_PAR_7 is 0
(edit) @31451   15 years eugene merge updates from eam branch 20110404
(edit) @31332   15 years eugene an image with peaks and no footprints is not an error, we simply …
(edit) @31263   15 years eugene fix case were threshold to max range is surprisingly small
(edit) @31153   15 years eugene updates to pmPeak to better distinguish peak flux versions; updates to …
(edit) @30621   15 years eugene do not cull peaks with only one entry; skip the section that culls …
(edit) @30049   16 years watersc1 Merge of realtime burntool and new nightly science code into trunk.
(edit) @30044   16 years bills Fix checking of good fit. Changed name to pGoodFit to emphasize that …
(edit) @30031   16 years eugene modifications to psImageMapFit to allow for unfittable data (at a …
(edit) @29935   16 years eugene support for compressed metadata config files; removed commented-out …
(edit) @29620   16 years eugene make DV2 and V3 consistent wrt xErr, yErr
(edit) @29602   16 years eugene add some tracing
(edit) @29546   16 years eugene merge changes from eam_branches/ipp-20100823
(edit) @29044   16 years watersc1 Looks like this check was essential to ppStack running correctly, so …
(edit) @29028   16 years eugene remove test prints
(edit) @29019   16 years eugene remove dump of window images; add AP_MAG_RAW to PS1_SV1
(edit) @29012   16 years eugene add AP_MAG_RAW to PS1_V3 output; fix segfault in PCM (was not skipping …
(edit) @29004   16 years eugene Many changes: * psphot-related issues 1) added a new feature to …
(edit) @28518   16 years Paul Price Wasn't incrementing numMaster for disjoint regions.
(edit) @28517   16 years Paul Price Guard against SEGV if 'flux' is not defined for some bizarre reason.
(edit) @28449   16 years Paul Price Well, it seems that we don't always have both a readout and chip for a …
(edit) @28426   16 years Paul Price Linear fit was ignoring pixels with any mask bit set (including the …
(edit) @28420   16 years Paul Price Read PSF into chip->analysis but PSF clump details into readout->analysis.
(edit) @28119   16 years Paul Price Make inability to match source lists a data quality issue --- it means …
(edit) @28013   16 years eugene merge changes from branches/eam_branches/psphot,psModules.20100506 …
(edit) @27903   16 years Paul Price Be more careful about locking. Despite protestations in the comments, …
(edit) @27818   16 years eugene APIs mods to pmSourcesWrite_CMF_ XSRC functions; added more (nearly) …
(edit) @27672   16 years eugene modify pmFootprintCullPeaks to reduce repeated allocs
(edit) @27657   16 years eugene updates to support psphotStack
(edit) @27565   16 years eugene do not allow z to become negative in radius search
(edit) @27531   16 years eugene add diff stats; add flux to CMF_PS1_DV1; output PSF residual mask; …
(edit) @27333   16 years Paul Price Plug memory leak.
(edit) @27330   16 years Paul Price Plugging memory leak when not fitting chi2 flux trend.
(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) @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) @26964   16 years Paul Price Make zero point a 'concept' so that it is easily passed from stage to …
(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) @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) @26260   17 years eugene various updates from eam_branches/20091113 1) psf model order limits …
(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) @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) @26027   17 years eugene drop the test abort
(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) @25907   17 years eugene change EXTTYPE of DETEFF tables to DETEFF (was colliding with …
(edit) @25854   17 years Paul Price PSF.CLUMP.REGION belongs on the analysis metadata.
(edit) @25819   17 years Paul Price Require psfTrendNx and psfTrendNy to be >= 1.
(edit) @25818   17 years Paul Price Don't allow orderMin to be greater than orderMax.
(edit) @25763   17 years eugene fixed a typo
(edit) @25754   17 years eugene check in changes from genes development branch : extensive changes to …
(edit) @25738   17 years Paul Price Merging stack development branch (implement lax and strict PSF model …
(edit) @25477   17 years eugene plug a leak
(edit) @25415   17 years Paul Price Unable to read detection efficiency isn't a big deal.
(edit) @25383   17 years Paul Price Merging branches/pap (detection efficiency development) into trunk.
(edit) @25256   17 years Paul Price Merging branches/pap_mops into trunk. ppMops now merges multiple …
(edit) @24888   17 years eugene add notes
(edit) @24887   17 years eugene debug messages
(edit) @24875   17 years eugene moved pmFootprintCull from psphot to modules; added a softening …
(edit) @24874   17 years eugene minor cleanups
(edit) @24801   17 years eugene test code to check refstar coords
(edit) @24700   17 years eugene added ON_SPIKE, ON_GHOST, OFF_CHIP detection bit flags
(edit) @24694   17 years eugene add code to read MATCHED_REF entries in the smf files, and write the …
(edit) @24623   17 years eugene set initial peak flux to match peak value
Note: See TracRevisionLog for help on using the revision log.