IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ppStack/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26051   17 years bills Fix compile error in ppStack. (I think this is correct.)
(edit) @26020   17 years Paul Price Moving TEMP.DIR from ppStack recipe to site config.
(edit) @25847   17 years Paul Price Generate an error if the configuration dumping doesn't work.
(edit) @25738   17 years Paul Price Merging stack development branch (implement lax and strict PSF model …
(edit) @25519   17 years Paul Price Don't require the PSF model inputs if we're not convolving.
(edit) @25480   17 years Paul Price More reasonable PSF model.
(edit) @25467   17 years Paul Price Fix compilation errors when TESTING. Make the image to be convolved …
(edit) @25466   17 years Paul Price Add TESTING
(edit) @25447   17 years Paul Price Fixing compilation error when TESTING.
(edit) @25422   17 years Paul Price Removing TESTING for repository.
(edit) @25416   17 years Paul Price Inputs are Sxx and Syy, presumably sigma, not FWHM.
(edit) @25414   17 years Paul Price Fix compilation error when TESTING.
(edit) @25413   17 years Paul Price Adding test code: generate dummy PSF instead of envelope.
(edit) @25376   17 years Paul Price Renormalise variances.
(edit) @25313   17 years Paul Price Nigel Metcalfe points out that we shouldn't use extended sources as …
(edit) @25256   17 years Paul Price Merging branches/pap_mops into trunk. ppMops now merges multiple …
(edit) @25096   17 years Paul Price Only combine covariance if there's something to combine.
(edit) @25078   17 years Paul Price Fix SEGV when !covar.
(edit) @25045   17 years Paul Price Don't care about variance factor any more --- covariance matrix takes …
(edit) @24846   17 years beaumont added option to skip background subtraction
(edit) @24796   17 years eugene mod to pmReadoutReadChunk API
(edit) @24216   17 years Paul Price Avoid SEGV when !sources.
(edit) @24215   17 years Paul Price Need to turn threading off before failing.
(edit) @23977   17 years Paul Price Make it compile when TESTING.
(edit) @23958   17 years Paul Price Use the input mask as the fake image's mask, so that the background …
(edit) @23841   17 years Paul Price Add "-debug" flag to enable generation of ds9 region files.
(edit) @23808   17 years Paul Price Fixing directory for svn version.
(edit) @23801   17 years Paul Price Making version information not dependent upon running configure, but …
(edit) @23790   17 years Paul Price Fixed version information in builds: determined separately (and …
(edit) @23769   17 years Paul Price Weight the covariance matrix sum.
(edit) @23768   17 years Paul Price Transfer covariance; it should be unity, but just in case....?
(edit) @23767   17 years Paul Price Covariance matrices should be averaged (otherwise, central value is N …
(edit) @23753   17 years Paul Price Put statistics files in RUN metadata. Removed unnecessary argument …
(edit) @23688   17 years Paul Price Merging in branches/pap/ from r23685. Some conflicts, most notably in …
(edit) @23602   17 years Paul Price Realised that we need to write temporary images even when we're not …
(edit) @23601   17 years Paul Price CONVOLVE comes from recipe, not arguments.
(edit) @23577   17 years Paul Price Ensure we can reject pixels when combining images without convolution.
(edit) @23576   17 years Paul Price Can now combine images without convolving, but it doesn't apply any …
(edit) @23575   17 years Paul Price Only reject images out-of-hand on the basis of their match chi2 if we …
(edit) @23573   17 years Paul Price Allow convolution of images to be optional when stacking.
(edit) @23462   17 years bills Don't free photView too early
(edit) @23379   17 years Paul Price Had wrong location for kernel.
(edit) @23373   17 years Paul Price Relative weighting supplied by user is no longer used --- it is …
(edit) @23372   17 years Paul Price List of inputs is optional, since it may be provided by the RUN metadata.
(edit) @23371   17 years Paul Price Need to save output kernel.
(edit) @23368   17 years Paul Price Adding missing function.
(edit) @23367   17 years Paul Price Fixing cut/paste error.
(edit) @23364   17 years Paul Price Dump configuration after processing, so it has all the filenames.
(edit) @23362   17 years Paul Price Arguments the wrong way around.
(edit) @23360   17 years Paul Price Need to bind when given something to bind to.
(edit) @23357   17 years Paul Price First attempt (untested) at reading input files from the RUN metadata, …
(edit) @23347   17 years Paul Price Need to set values in the psphot recipe.
(edit) @23346   17 years Paul Price Additional variance is optional.
(edit) @23341   17 years Paul Price Reorganising ppStackLoop: splitting into multiple separate functions …
(edit) @23289   17 years Paul Price Put version information in HISTORY header keywords, so that they are …
(edit) @23287   17 years Paul Price Putting the psImageBinning onto the recipe was causing the dump for …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @23242   17 years beaumont merging from cnb_branch_20090215
(edit) @23234   17 years Paul Price New API for pmSourceMatchSources.
(edit) @23229   17 years eugene merging changes from branches/eam_branches/eam_branch_20090303 …
(edit) @23212   17 years Paul Price Moving hardwired ppStack values to recipe. Adjusting what's now …
(edit) @23211   17 years Paul Price Cleaning up, reducing threshold for matches.
(edit) @23195   17 years Paul Price Adding function to print version information so it's captured in the log.
(edit) @23192   17 years Paul Price NULL out PSFs belonging to images that have already been masked.
(edit) @23190   17 years Paul Price Bad images can be identified as those which have a NAN transparency …
(edit) @23172   17 years Paul Price Fixing comment
(edit) @23171   17 years Paul Price Add software version to header.
(edit) @23143   17 years Paul Price Adding version functions to match psLib.
(edit) @22733   17 years Paul Price Need JPEG recipe!
(edit) @22730   17 years Paul Price Attempt to write output files when photometry fails, but still return …
(edit) @22718   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @21526   17 years Paul Price Record the deconvolution fraction in the output statistics.
(edit) @21525   17 years Paul Price Removing normalisation of the variance maps --- the covariance matrix …
(edit) @21477   17 years Paul Price Using covariance factor to set the correct variance level for the …
(edit) @21377   17 years Paul Price Fixing return type.
(edit) @21376   17 years Paul Price Must have cut out a writeImage() call when merging. Whoops! Adding …
(edit) @21366   17 years Paul Price Merging pap_branch_20090128. Resolved a small number of conflicts. …
(edit) @21260   17 years eugene select the common sources (at least 2 detections) and save on …
(edit) @21259   17 years eugene replaced psphotReadout with psphotReadoutKnownSources, using sources …
(edit) @21258   17 years eugene added a few coarse-grained timer marks
(edit) @21199   17 years Paul Price Merging pap_branch_20090108: fixed photometric normalisation. …
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @21092   18 years Paul Price Attempt to fix exposure time in output: ppStackSourcesTransparency now …
(edit) @21021   18 years Paul Price Turn off TESTING in CVS.
(edit) @21017   18 years Paul Price Adding test for normalisation of pmReadoutFakeFromSources.
(edit) @21016   18 years Paul Price Sign error for exposure time term.
(edit) @21002   18 years Paul Price Changed API of pmReadoutFakeFromSources so that normalising the peak …
(edit) @20997   18 years Paul Price Removing debug exit().
(edit) @20995   18 years Paul Price Using new pmSourceMatch and pmSourceMatchRelphot to do the source …
(edit) @20944   18 years Paul Price Fixing cut/paste error
(edit) @20940   18 years Paul Price More detail in debugging output.
(edit) @20884   18 years Paul Price Whoops, wrong type.
(edit) @20883   18 years Paul Price Fix for when there are no pixels to inspect (e.g., threshold set …
(edit) @20837   18 years Paul Price Ensure thread jobs have the expected type. Harvest the INSPECT jobs.
(edit) @20833   18 years Paul Price Moving annoying trace to higher level.
(edit) @20828   18 years Paul Price Turn off mask application (setting value of masked pixels to NAN).
(edit) @20824   18 years Paul Price Adding helpful comment.
(edit) @20777   18 years Paul Price Need to explicitly drop psphot internal files following changes to …
(edit) @20776   18 years Paul Price Error checking for file I/O.
(edit) @20755   18 years Paul Price Filter out sources for stamps before making the fake image. Correct …
Note: See TracRevisionLog for help on using the revision log.