IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ppStack

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20427   18 years Paul Price Adding function to re-do photometry of input sources
(edit) @20426   18 years Paul Price Include measurement of source fluxes as well for the minimum flux for …
(edit) @20413   18 years eugene minor typos
(edit) @20410   18 years eugene convert to new psphotInit function
(edit) @20098   18 years Paul Price Fixing compilation error following rename of analysis contents.
(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) @19744   18 years Paul Price Adding output JPEG files.
(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) @19600   18 years Paul Price Whoops!
(edit) @19599   18 years Paul Price For the update system, can't change the type of what's on the recipe.
(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) @19486   18 years Paul Price Turn off TESTING in CVS copy.
(edit) @19485   18 years Paul Price Wrong name (by an S).
(edit) @19484   18 years Paul Price Need to apply variance factor when reading in pre-convolved images.
(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) @19453   18 years Paul Price Write separate fake images for each input.
(edit) @19411   18 years Paul Price Fixing SEGV when !inRO (e.g., convolution fails, readout rejected out …
(edit) @19402   18 years Paul Price CVS version shouldn't have debugging output.
(edit) @19399   18 years bills Get configuration dump file name from command line option. If no file …
(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) @19343   18 years Paul Price Don't have mutexes on output.
(edit) @19342   18 years Paul Price Don't need mutexes on output.
(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) @19267   18 years Paul Price Inspection and rejection masks are now written by ppStackLoop
(edit) @19251   18 years Paul Price Fix compilation errors.
(edit) @19245   18 years Paul Price Always write out the convolution kernel: it's cheap.
(edit) @19244   18 years Paul Price Fixing bad variable that was in ALL autogen scripts.
(edit) @19242   18 years Paul Price Need to read into original.
(edit) @19235   18 years Paul Price Need to get data out of the readout before returning.
(edit) @19231   18 years Paul Price Adding command-line option -debug-stack to use previously calculated …
(edit) @19227   18 years Paul Price Change to decent logging level.
(edit) @19226   18 years Paul Price Expanded source mask to weed out everything that could upset the …
(edit) @19215   18 years Paul Price Need to add 1 to convert C --> Fortran/FITS.
(edit) @19214   18 years Paul Price Adding function to print ds9 region file for sources --- useful for …
(edit) @19213   18 years Paul Price The input sources and the final product sources were being confused …
(edit) @19210   18 years Paul Price Make sources much fainter than we have been --- 1/10 of SD instead of SD.
(edit) @19208   18 years Paul Price Don't produce a file if there's nothing in it.
(edit) @19206   18 years Paul Price Turn off debugging output for CVS version.
(edit) @19199   18 years Paul Price Need to set data_exists.
(edit) @19198   18 years Paul Price Need to turn on saving explicitly!
(edit) @19196   18 years Paul Price Add output of convolution kernel when TESTING.
(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) @19123   18 years Paul Price Enabling threads. So far, only using the threaded parts of pmSubtraction*.
(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) @19045   18 years Paul Price Revised API for pmConfigCamerasCull.
(edit) @19017   18 years Paul Price Cleaning up photometry triggering.
(edit) @18918   18 years Paul Price Adding configuration dumping. Required reorganisation of how recipe …
(edit) @18785   18 years Paul Price Fixing defaults to be undefined numbers so that recipes can be read.
(edit) @18770   18 years Paul Price Suppressing "Duplicate metadata item" error.
(edit) @18769   18 years Paul Price Another double free.
(edit) @18768   18 years Paul Price Removing double free.
(edit) @18653   18 years Paul Price Need to check to see if photometry is turned on both before AND after …
(edit) @18650   18 years Paul Price Must parse arguments after defining a camera; otherwise can't get …
(edit) @18612   18 years Paul Price Need to set the mask values for psphot.
(edit) @18591   18 years Paul Price First attempt to switch over to new mask setup.
(edit) @18559   18 years eugene pmConfigMask renamed to pmConfigMaskGet
(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) @18490   18 years Paul Price Turn off testing mode!
(edit) @18435   18 years Paul Price Propagate WCS.
(edit) @18419   18 years Paul Price History goes into data, not comment.
(edit) @18394   18 years Paul Price Shouldn't increment before using.
(edit) @18393   18 years Paul Price Adding memory dumps to track down memory leaks.
(edit) @18391   18 years Paul Price Plugging memory leaks.
(edit) @18385   18 years Paul Price Adding to wrong list.
(edit) @18384   18 years Paul Price Forgot that you can't realloc an array if it is NULL (doesn't work …
(edit) @18383   18 years Paul Price Wasn't initialising new member.
(edit) @18382   18 years Paul Price Figured that we don't want a set of unique sources, since that …
(edit) @18356   18 years Paul Price Genericising the faintest magnitude.
(edit) @18355   18 years Paul Price Additional filtering on bad sources.
(edit) @18354   18 years Paul Price Additional filters on sources of interest.
(edit) @18353   18 years Paul Price Applying mask to sources to weed out CRs.
(edit) @18346   18 years Paul Price Instead of being dependent upon a single list of sources, want to be …
(edit) @18293   18 years Paul Price Merging in dual convolution subtraction development.
(edit) @18206   18 years Paul Price had wrong place for varfactor
(edit) @18184   18 years Paul Price Fixing compiler error.
(edit) @18183   18 years Paul Price Set the variance factors for smoothed images.
(edit) @18168   18 years Paul Price API change for pmFPARead(), etc.
(edit) @18102   18 years Paul Price Use log instead of trace for rejection.
(edit) @18100   18 years Paul Price Wrong component name.
(edit) @18061   18 years jhoblitt add truncate parameter to pmConfigConvertFilename()
(edit) @18030   18 years Paul Price Read functions for readouts need to take a database handle so they can …
(edit) @17916   18 years Paul Price Need to include camera name.
(edit) @17698   18 years Paul Price Turn off measurement of the aperture trend.
Note: See TracRevisionLog for help on using the revision log.