IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/detrend

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43049   6 weeks eugene use consistent names (VALID_OVERSCAN) for detrend type; fix a couple …
(edit) @43038   7 weeks eugene add code to mask bad cells based on their overscan values compared …
(edit) @43037   7 weeks eugene remove unused variable numIgnore
(edit) @42889   14 months tdeboer updates to detrend functions for 2D overscan correction
(edit) @42806   15 months eugene fix memleak in pmDark
(edit) @42448   3 years eugene do not allow negative fluxes to introduce NAN values in the correction …
(edit) @42407   3 years eugene do not attempt to free "results" before it is allocated
(edit) @42398   3 years eugene add NEWNONLIN to detrend type to string conversion
(edit) @42379   3 years eugene merge from eam_branches/ipp-20220316. no_warn strncpy; avoid passing …
(edit) @42356   3 years eugene init variable
(edit) @42338   3 years eugene merge from branches/eam_branches/psModules.20230123: add new …
(edit) @42092   4 years eugene add log info and fix a log typo
(edit) @41892   5 years eugene merge changes from eam_branches/ipp-dev-20210817 (pmPattern updates, …
(edit) @41743   5 years eugene pattern correction saved to .ptn file over-counts background
(edit) @40532   8 years eugene track number of flagged bad pixels; catch failure to read WCS
(edit) @40454   8 years eugene changing from numerical values to named enums for graphdata elements
(edit) @39926   10 years eugene merging changes from czw dev branch (compare with r39924)
(edit) @39499   10 years eugene fix possible double-free in overscan subtraction (scalar case)
(edit) @38232   11 years eugene fix typo and free scalar
(edit) @38227   11 years eugene overscan region should have measured overscan subtracted
(edit) @38038   11 years eugene replace assert with psAssert in cases where the value is otherwise …
(edit) @37837   12 years eugene merging changes from ipp-pv3-20140717 (via …
(edit) @36834   12 years eugene add Koppenhoefer correction; move pmConceptsChipNumberFromName & …
(edit) @36085   13 years eugene merge changes from EAM branch (pmModel_CentralPixel functions for …
(edit) @35586   13 years watersc1 Correct memory leak.
(edit) @35583   13 years watersc1 Add check for null readouts (these probably should be masked upstream) …
(edit) @35531   13 years bills add new recipe options to ppImage to control application of an …
(edit) @35270   13 years watersc1 Added checks to skip missing entries. I'm unclear how we get a …
(edit) @35081   13 years watersc1 Merging changes that implement FPA level background continuity.
(edit) @34800   14 years watersc1 Merge from my branch including background restoration and stack stage …
(edit) @34085   14 years eugene re-enable MODEL_VAR option for linear photometry fit
(edit) @34062   14 years watersc1 Retain all static mask bits when constructing mask.
(edit) @33848   14 years watersc1 Upgrade to ppImage to make videodark/masks work.
(edit) @33340   14 years watersc1 Added fixed cell level constraint that Gene was asking for. Fixed the …
(edit) @33326   14 years watersc1 Octave claims that my inputs on the test image should solve to a …
(edit) @33304   14 years watersc1 Update to continuity code that sets a limit on how large a jump will …
(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) @32970   15 years watersc1 Fix for pattern correction that I forgot to commit previously.
(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) @31056   15 years eugene add filter requirements for flat-type and similar detrends
(edit) @30550   15 years watersc1 Updated fringe scale solver. This looks like it eliminates the …
(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) @29004   16 years eugene Many changes: * psphot-related issues 1) added a new feature to …
(edit) @28405   16 years Paul Price Discovered a race condition in the threading process. The thread …
(edit) @28178   16 years Paul Price Adding function to tweak gain on a cell where we expect the declared …
(edit) @28100   16 years Paul Price Fixing psU16 --> psImageMaskType. Fixed bounds of iteration.
(edit) @28043   16 years watersc1 Merging czw_branch (maskstats and software versions) back into the trunk
(edit) @27832   16 years eugene protect trace from NULL return value
(edit) @27676   16 years eugene do not treat saturated or otherwise bad image as an error for pmPatternCell
(edit) @27597   16 years Paul Price Removing unnecessary code that was assuming pthread_t == unsigned int.
(edit) @26923   16 years Paul Price Don't do or record pattern correction for video cells.
(edit) @26893   16 years eugene updates from eam_branches/20091201 (substantially changes to the …
(edit) @25930   17 years watersc1 Updated fringe fitting code. Corrected Bool->S32 bug for BTOOLAPP …
(edit) @25877   17 years eugene plug a leak
(edit) @24912   17 years eugene plug leaks
(edit) @24905   17 years Paul Price If statistics can't be calculated, kill entire readout.
(edit) @24903   17 years Paul Price Fixing pattern subtraction so that it ignores pixels away from the …
(edit) @24899   17 years Paul Price Mask row if we can't fit it.
(edit) @24891   17 years Paul Price Adding code to fit and subtraction pattern noise; intended to replace …
(edit) @24869   17 years eugene check for NULL rules
(edit) @24836   17 years eugene changed fringe routines to store fringe stats on the cell analysis and …
(edit) @24819   17 years eugene added visualization functions
(edit) @24803   17 years eugene interpret DARK.ORDINATE rule
(edit) @24802   17 years eugene add rule to pmDarkOrdinates
(edit) @24490   17 years eugene adding NOISEMAP to items which can be loaded from detrend database
(edit) @24113   17 years eugene allow suspect pixels to be masked based on absolute value as well as …
(edit) @24095   17 years eugene minor
(edit) @24094   17 years eugene rename LU decomp functions
(edit) @23989   17 years eugene always handle psVectorStats false return status (is an error); check …
(edit) @23826   17 years eugene add stats for the vector-method of overscan representation
(edit) @23600   17 years Paul Price Ensuring detselect command is printed in case of error.
(edit) @23487   17 years Paul Price Functions declared as 'type function()' cause errors with the Intel …
(edit) @23268   17 years Paul Price Adding functionality of reading input files from the configuration …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @22715   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @21533   17 years Paul Price Wrong application of offset.
(edit) @21509   17 years eugene minor changes
(edit) @21457   17 years Paul Price Adding modification of variance map by the shutter correction.
(edit) @21456   17 years Paul Price Adding modification of variance map by the flat-field. Removing …
(edit) @21363   17 years Paul Price Merging pap_branch_20090128. Resolved a small number of conflicts. …
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @20669   18 years Paul Price Start from the bottom of the cell, and don't go any further if you …
(edit) @20667   18 years Paul Price Error handling when can't measure the background.
(edit) @20666   18 years Paul Price If we can't measure the background, it probably means the whole …
(edit) @20624   18 years Paul Price Only mask the bottom bit if requested.
(edit) @20622   18 years Paul Price Another different algorithm: sum over the column in stages and compare …
(edit) @20621   18 years Paul Price Changing from drop-dead simple remnance algorithm to something a bit …
(edit) @20620   18 years Paul Price Can't spell even made-up words!
(edit) @20617   18 years Paul Price Adding function to attempt to mask GPC1 'remnance' pixels: remembered …
(edit) @20401   18 years eugene changing FLAT_CORRECTION to FLATCORR for more general consistency
(edit) @19846   18 years eugene CELL.READDIR must be 1 (rows) or 2 (cols)
(edit) @19432   18 years Paul Price Discovered a problem with threaded implementation of pmDarkApply --- …
(edit) @19299   18 years Paul Price psThreadJob is now mutable within the thread function.
(edit) @19295   18 years eugene use the camera root name to search the detrend database
(edit) @19188   18 years Paul Price Include dependent headers.
(edit) @19176   18 years Paul Price psModule --> psModules.
(edit) @19083   18 years eugene psPolynomialMD *poly now carries tmp vectors: pass orders via …
Note: See TracRevisionLog for help on using the revision log.