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) @33243   14 years watersc1 Implementation of PATTERN.CONTINUITY correction, which replaces the …
(edit) @33089   15 years bills Fix problems with IPP threading. In psThreadPoolWait wait until all …
(edit) @33030   15 years heather crap. I don't know why it thinks some of these are modified, but …
(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) @32970   15 years watersc1 Fix for pattern correction that I forgot to commit previously.
(edit) @32941   15 years bills avoid error messages about type of Video Cell concept. Allow it to a …
(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) @32563   15 years eugene need to have a non-zero value for sigma as well as radius…
(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) @31721   15 years watersc1 speed improvement for stacking. Not as large as I would have hoped …
(edit) @31671   15 years eugene allow single direction to be chosen automatically; other minor points
(edit) @31670   15 years eugene merge from trunk : various minor issues (kron radii; I/O fixes)
(edit) @31634   15 years watersc1 merge from czw branch: improved stacking using KMM outlier identification.
(edit) @31633   15 years watersc1 merge from czw branch: ASINH code
(edit) @31543   15 years bills fix problem reported in ticket 1484. Check for NAN in R1 and R2 prior …
(edit) @31538   15 years bills Fix incorrect FWHM calculation when PM_PAR_7 is 0
(edit) @31537   15 years bills Remove assertion failure that can occur with bad input image quality.
(edit) @31451   15 years eugene merge updates from eam branch 20110404
(edit) @31435   15 years watersc1 LAP code, quick stacking code, and unconvolved diff code.
(edit) @31373   15 years bills work around compile error encountered at MPIA gcc version 4.4.1
(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) @31244   15 years watersc1 Fixes bug between writing covariance extension and the log …
(edit) @31203   15 years watersc1 Updates to ppStack to allow CONVOLVE=FALSE stacks to be generated
(edit) @31153   15 years eugene updates to pmPeak to better distinguish peak flux versions; updates to …
(edit) @31069   15 years watersc1 Use more robust bin rejection code. Now, each bin must have at least …
(edit) @31067   15 years eugene fix build errors (missed pmErrorCodes.h)
(edit) @31059   15 years eugene allow more tries to get the right norm window
(edit) @31056   15 years eugene add filter requirements for flat-type and similar detrends
(edit) @31023   15 years eugene negative norm window values are really bad
(edit) @30824   15 years watersc1 I strongly suspect that the reason Heather wasn't reading the correct …
(edit) @30740   15 years eugene handle poor norm window as bad quality
(edit) @30739   15 years eugene handle bad kron radius
(edit) @30738   15 years eugene handle chisq fit for case of small number of stamps
(edit) @30737   15 years eugene plug leaks
(edit) @30636   15 years watersc1 merge from czw_branch of logflux code
(edit) @30623   15 years eugene updates to headers from pmSubtraction mods; added pmVisualRangeImage
(edit) @30622   15 years eugene some code reorganzation (move all types into pmSubtractionTypes.h); …
(edit) @30621   15 years eugene do not cull peaks with only one entry; skip the section that culls …
(edit) @30550   15 years watersc1 Updated fringe scale solver. This looks like it eliminates the …
(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) @30036   16 years bills in pmConceptsAverageCells use the sample median value for saturation …
(edit) @30031   16 years eugene modifications to psImageMapFit to allow for unfittable data (at a …
(edit) @30026   16 years bills fix typo in last revision
(edit) @30025   16 years bills use portable type in printf (needed for maocs 5.6)
(edit) @29956   16 years bills fix uninitialized variable
(edit) @29935   16 years eugene support for compressed metadata config files; removed commented-out …
(edit) @29833   16 years watersc1 Merge of czw_branch/20100817 into trunk. This includes the …
(edit) @29777   16 years bills remove misplaced cut and paste. (commits at midnight are generally a …
(edit) @29772   16 years bills avoid segv if psImageCovarianceAverage returns NULL
(edit) @29620   16 years eugene make DV2 and V3 consistent wrt xErr, yErr
(edit) @29603   16 years eugene when averaging SATURATION values, do not include any absurdly low values
(edit) @29602   16 years eugene add some tracing
(edit) @29601   16 years eugene add some compile-time options (CENTRAL_DELTA & ZERO_KERNEL_ZERO_FLUX)
(edit) @29600   16 years eugene some improvements to visualization
(edit) @29599   16 years eugene compile-time option to use the windowed fft
(edit) @29598   16 years eugene adjust the moments penalty scaling by a factor to make the recipe …
(edit) @29597   16 years eugene compile-time options to (a) use a central delta function for kernel …
(edit) @29596   16 years eugene explicitly call kernel visualization during the processing loop
(edit) @29595   16 years eugene separate the calculation of the kernel normalization from the moments; …
(edit) @29594   16 years eugene move the generation of the kernel mosaiced image (used for …
(edit) @29547   16 years eugene add tests for pmSourceMoments (not finished)
(edit) @29546   16 years eugene merge changes from eam_branches/ipp-20100823
(edit) @29545   16 years eugene merge changes from eam_branches/ipp-20100823
(edit) @29544   16 years eugene merge changes from eam_branches/ipp-20100823
(edit) @29543   16 years eugene merge changes from eam_branches/ipp-20100823
(edit) @29391   16 years bills change new function declaration
(edit) @29390   16 years bills minor changes to be compatible with streaksrelease
(edit) @29389   16 years bills move censoring from ppstamp into psModules
(edit) @29388   16 years bills Look up set of mask bits to not censor in camera.config. Add STARCORE …
(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) @28690   16 years bills Fix sign error in reading FPA.DEC where 0 > dec > -1 (and the rarely …
(edit) @28667   16 years Paul Price It's bothered me for a while that the noise model that we have been …
(edit) @28552   16 years Paul Price Adding concept CHIP.TEMPERATURE to be set to the Camera's …
(edit) @28536   16 years Paul Price Merging background restoration branch.
(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) @28486   16 years Paul Price Merging (reintegrating) branches/pap (background restoration).
(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) @28405   16 years Paul Price Discovered a race condition in the threading process. The thread …
(edit) @28386   16 years Paul Price Remove 'CDi_jX' WCS keywords
Note: See TracRevisionLog for help on using the revision log.