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) @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
(edit) @24582   17 years eugene adding pmSourceGroup for future stack analysis
(edit) @24581   17 years eugene add comment line; extend number of digits to 8 for peak value
(edit) @24579   17 years eugene update to pmSourceMoments API
(edit) @24578   17 years eugene do not crash if cell is not specified: assume parity, binning = 1
(edit) @24577   17 years eugene add options to apply gaussian window and specified S/N clipping
(edit) @24576   17 years eugene rename PSF_CLUMP_SN_LIM to PSF_SN_LIM; drop extra satstar moments …
(edit) @24498   17 years Paul Price SN element wasn't getting set.
(edit) @24489   17 years Paul Price Don't allocate before a return --- plugging memory leak.
(edit) @24403   17 years eugene remove duplicate function call (cut-n-paste error)
(edit) @24401   17 years eugene revert CMF_PS1_V1 format to float for RA,DEC; add new format …
(edit) @24317   17 years Paul Price If moments couldn't be measured, then can't determine if DEFECT vs …
(edit) @24274   17 years Paul Price When running under 'minimal' mode, want to find sources with the …
(edit) @24262   17 years Paul Price Source matching wasn't setting the index of the matched source …
(edit) @24251   17 years Paul Price RA, Dec require double precision.
(edit) @24206   17 years Paul Price Fitting a trend of chi2 as a function of flux was often failing when …
(edit) @24025   17 years eugene add color to matched ref output table
(edit) @23990   17 years eugene add option to save raw-ref matches in output smf file
(edit) @23989   17 years eugene always handle psVectorStats false return status (is an error); check …
(edit) @23962   17 years Paul Price Allow negative PAR_7. This results in cuspy (donut-like) profiles, …
(edit) @23487   17 years Paul Price Functions declared as 'type function()' cause errors with the Intel …
(edit) @23242   17 years beaumont merging from cnb_branch_20090215
(edit) @23241   17 years Paul Price Fix memory corruption that I think occurs when multiple sources from …
(edit) @23233   17 years Paul Price Adding extra parameter to pmSourceMatchSources: a boolean indicating …
(edit) @23212   17 years Paul Price Moving hardwired ppStack values to recipe. Adjusting what's now …
(edit) @23189   17 years Paul Price Flag an image as bad if its transparency comes out as NAN (e.g., if no …
(edit) @23187   17 years Paul Price The 'begin' and 'end' trace messages are fairly useless and …
(edit) @23184   17 years Paul Price Adding mask/flag values to header of CMF files.
(edit) @22752   17 years Paul Price Need to define functions in the case that kapa isn't defined.
(edit) @22715   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @22699   17 years Paul Price Reorganised the concepts files, moving the Write functions into …
(edit) @21528   17 years Paul Price Catching case of !source->moments.
(edit) @21516   17 years eugene added I/O format CMF_PS1_V1
(edit) @21515   17 years eugene add nPix
(edit) @21514   17 years eugene add corrected errors
(edit) @21513   17 years eugene add sort-by-seq; moved SUBTRACTED to internal
(edit) @21512   17 years eugene added nPix
(edit) @21511   17 years eugene pixel weight does not need image; added nPix to chisq measurement
(edit) @21381   17 years eugene some comments re threading and malloc hits
(edit) @21363   17 years Paul Price Merging pap_branch_20090128. Resolved a small number of conflicts. …
(edit) @21352   17 years eugene minor
(edit) @21266   17 years eugene sneak up on the non-photometric images to avoid rejecting all …
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @21174   17 years eugene keep input mask values, pass along to pmTrend functions
(edit) @21173   17 years eugene keep input mask values, pass along to pmTrend functions; detect a few …
(edit) @21172   17 years eugene adding mask and maskVal to vector eval functions
(edit) @21163   17 years eugene allow separate fitSets for separate threads
(edit) @21105   18 years Paul Price Function is file-static.
(edit) @21089   18 years Paul Price Fixing cut/paste error, found by Gene.
(edit) @20963   18 years Paul Price Soften errors during iteration. Without this, it gets the wrong solution.
(edit) @20953   18 years Paul Price Added photometric determination and measurement clipping for relphot. …
(edit) @20949   18 years Paul Price Adding iteration on relative photometry. Still need to add rejection …
(edit) @20948   18 years Paul Price First cut at relphot. Still needs work, but basics look OK.
(edit) @20947   18 years Paul Price Forgot to allocate mag, magERr.
(edit) @20946   18 years Paul Price Adding first cut at code to match sources, in preparation of doing …
(edit) @20945   18 years Paul Price Adding required headers
(edit) @20937   18 years eugene changing pmPeaks to contain a pointer to pmFootprints, which just …
(edit) @20882   18 years eugene kapa should not use X here
(edit) @20826   18 years Paul Price Wasn't setting IMNAXIS[12], just working out what the values were …
(edit) @20741   18 years eugene adding PS1_CAL_0 output format
(edit) @20592   18 years eugene move residuals correctly with the PSF when using the offsets
(edit) @20582   18 years eugene adding pmSourceVisual
(edit) @20522   18 years Paul Price Fixing compilation error.
(edit) @20521   18 years Paul Price Report numbers for each class.
(edit) @20457   18 years eugene reduce timing verbosity
(edit) @20453   18 years eugene cleanup timer marks
(edit) @20448   18 years eugene use a hard-wired 2x2 bilinear interpolation
(edit) @20447   18 years eugene center on pixel (to 0.5 pixels)
(edit) @20332   18 years eugene sources at image edge should saturate to edge values
(edit) @20307   18 years Paul Price Propagating changes to psImageInterpolate.h
(edit) @20250   18 years eugene apply masked sources back to the input masks
(edit) @20249   18 years eugene take Sx,Sy grid scale from recipe
(edit) @20233   18 years eugene average curve for grid of measuremetns
Note: See TracRevisionLog for help on using the revision log.