IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ppStack/src/ppStackLoop.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42094   4 years eugene some cleanup of ppStackFiles: JPEG1 & JPEG2 are not part of the …
(edit) @41529   5 years eugene add alternative configuration for images after the first so we can …
(edit) @36855   12 years mhuber adding BSCALEOFFSET option hack to apply -0.5*bscale offset to each …
(edit) @36365   12 years mhuber actually do psFree has to be used/uncomment back in in ppStack, actual …
(edit) @36364   12 years mhuber misc ppStack issues -- if cfitsio fault then really want status as …
(edit) @35167   13 years watersc1 Use the options to hold the doBackground boolean. Changes in …
(edit) @34860   13 years bills added recipe value to turn off background stacking. set it to false …
(edit) @34800   13 years watersc1 Merge from my branch including background restoration and stack stage …
(edit) @31435   15 years watersc1 LAP code, quick stacking code, and unconvolved diff code.
(edit) @31414   15 years bills call ppStampUpdateHeader before performing photometric analysis so …
(edit) @31203   15 years watersc1 Updates to ppStack to allow CONVOLVE=FALSE stacks to be generated
(edit) @31158   15 years eugene improvements to the output headers; some code organization; plug …
(edit) @30722   15 years eugene add call to UpdateHeader for unconvolved stack
(edit) @30620   15 years eugene some reorganization: create ppStackUpdateHeader, ppStackStats, …
(edit) @29552   16 years eugene merge changes from eam_branches/ipp-20100823
(edit) @28182   16 years Paul Price Turn 'all images rejected' into bad quality instead of error.
(edit) @27427   16 years Paul Price Something was missing from the merge (probably because I tool r27400
(edit) @27402   16 years Paul Price Pulling r27400 out of the trunk until it can be developed further …
(edit) @27400   16 years Paul Price Adding exposure map (both exposure time and number of inputs) to the …
(edit) @27343   16 years Paul Price Being more careful to free unused memory, to keep memory footprint as …
(edit) @27319   16 years Paul Price Reworking ppStack to not grow the rejected pixels for the unconvolved …
(edit) @27309   16 years Paul Price Fixing location of memory dumps
(edit) @27167   16 years Paul Price Fix double free.
(edit) @27166   16 years Paul Price Might be some memory corruption going on when hitting ppStackLoop.c:82.
(edit) @27160   16 years Paul Price Reorganise so that statistics file gets written out even when we don't …
(edit) @27158   16 years Paul Price Catch case where no input has any sources, so photometry can't be …
(edit) @27155   16 years Paul Price Mask should be interpreted bitwise.
(edit) @27075   16 years Paul Price Ensure files are closed when exiting with an error. Moved target PSF …
(edit) @27004   16 years Paul Price Reworked ppStack to be better about error codes and their translation …
(edit) @26117   17 years Paul Price Fix SEGV from doing cleanup in wrong place. Moved deletion of …
(edit) @26106   17 years Paul Price Need to clean up after finishing *all* stacks, because the unconvolved …
(edit) @26076   17 years Paul Price Merging branches/pap (unconvolved stacks, reworked combinePixels …
(edit) @25738   17 years Paul Price Merging stack development branch (implement lax and strict PSF model …
(edit) @23576   17 years Paul Price Can now combine images without convolving, but it doesn't apply any …
(edit) @23367   17 years Paul Price Fixing cut/paste error.
(edit) @23341   17 years Paul Price Reorganising ppStackLoop: splitting into multiple separate functions …
(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) @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) @23171   17 years Paul Price Add software version to header.
(edit) @22730   17 years Paul Price Attempt to write output files when photometry fails, but still return …
(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) @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) @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   17 years Paul Price Attempt to fix exposure time in output: ppStackSourcesTransparency now …
(edit) @20997   17 years Paul Price Removing debug exit().
(edit) @20995   17 years Paul Price Using new pmSourceMatch and pmSourceMatchRelphot to do the source …
(edit) @20837   17 years Paul Price Ensure thread jobs have the expected type. Harvest the INSPECT jobs.
(edit) @20828   17 years Paul Price Turn off mask application (setting value of masked pixels to NAN).
(edit) @20824   17 years Paul Price Adding helpful comment.
(edit) @20776   17 years Paul Price Error checking for file I/O.
(edit) @20711   18 years Paul Price Can't figure out why the weightings which are being placed on …
(edit) @20659   18 years Paul Price Adding rejection of images based on high match chi2
(edit) @20568   18 years Paul Price Adding parameter 'stride' to control the size of convolution patches …
(edit) @20494   18 years Paul Price Adding variance map renormalisation.
(edit) @20467   18 years Paul Price After reading files, need to turn on the files that were originally …
(edit) @20458   18 years Paul Price Can't finalise the threads until after psphot is done, because psphot …
(edit) @20437   18 years Paul Price Die when all but 1 input is completely rejected.
(edit) @20427   18 years Paul Price Adding function to re-do photometry of input sources
(edit) @19770   18 years mwv Included <libgen.h> for systems not using GNU <string.h> Reformated …
(edit) @19756   18 years Paul Price Get directory for temporary files from recipe, rather than from output …
(edit) @19745   18 years Paul Price Adding generation of JPEGs.
(edit) @19671   18 years Paul Price Fixing typos.
(edit) @19670   18 years Paul Price Stamp quality information is in the kernel now, not on the analysis …
(edit) @19667   18 years Paul Price Wrong place.
(edit) @19643   18 years Paul Price Adding additional output statistics for QA
(edit) @19565   18 years Paul Price Wrong sense of mask.
(edit) @19548   18 years Paul Price Don't produce TESTING output for CVS copy.
(edit) @19532   18 years Paul Price Correcting stack variances for the imperfect convolution. Changed …
(edit) @19505   18 years Paul Price Protect against SEGV when !inCell.
(edit) @19477   18 years Paul Price Getting the order right.
(edit) @19476   18 years Paul Price Moving concepts averaging to a place where we actually have the FPA …
(edit) @19475   18 years Paul Price Got '* glibc detected * ppStack: double free or corruption (): …
(edit) @19411   18 years Paul Price Fixing SEGV when !inRO (e.g., convolution fails, readout rejected out …
(edit) @19347   18 years Paul Price Fix compilation error when TESTING.
(edit) @19346   18 years Paul Price Threading the concatenation of inspection lists and pmStackReject.
(edit) @19337   18 years Paul Price Threading stacks. Following the same scheme as for ppMerge, but …
(edit) @19283   18 years Paul Price Added bad/poor distinction for pmStackReject: API change. This …
(edit) @19269   18 years Paul Price Fixing compilation error.
(edit) @19268   18 years Paul Price Moving the inspect/reject debugging mask output to here, so that the …
(edit) @19214   18 years Paul Price Adding function to print ds9 region file for sources --- useful for …
(edit) @19199   18 years Paul Price Need to set data_exists.
(edit) @19194   18 years Paul Price Adding output for target PSF.
(edit) @19172   18 years Paul Price Fixing mask values: making a bit more flexible, updating to new …
(edit) @19072   18 years Paul Price Was equating a readout with an array....…
(edit) @19066   18 years Paul Price Was freeing before it was last used!
(edit) @18918   18 years Paul Price Adding configuration dumping. Required reorganisation of how recipe …
(edit) @18591   18 years Paul Price First attempt to switch over to new mask setup.
(edit) @18508   18 years Paul Price Fix to allow an image to have no pixels to inspect/reject.
(edit) @18507   18 years Paul Price Fixing SEGV due to NULL 'inspect'.
(edit) @18435   18 years Paul Price Propagate WCS.
(edit) @18393   18 years Paul Price Adding memory dumps to track down memory leaks.
(edit) @18385   18 years Paul Price Adding to wrong list.
(edit) @18382   18 years Paul Price Figured that we don't want a set of unique sources, since that …
Note: See TracRevisionLog for help on using the revision log.