IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ppImage/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17983   18 years eugene update to new pmConfigCameraFormatFromHeader API
(edit) @17936   18 years eugene API change to pmFPAConstruct
(edit) @17688   18 years Paul Price Can build a weight map as soon as bias has been subtracted.
(edit) @17685   18 years Paul Price Mask is created very early on, so may be generated for most operations.
(edit) @17488   18 years eugene change input names to PPIMAGE.INPUT.*
(edit) @17218   18 years Paul Price Adding option to apply mask to bad shutter correction pixels.
(edit) @16951   18 years Paul Price Turn off compression when normalising a dark image --- there are just …
(edit) @16870   18 years Paul Price Allowing use of old-style darks if OLDDARK(BOOL) is TRUE in the recipe.
(edit) @16844   18 years Paul Price Adding support for multi-darks, instead of traditional darks.
(edit) @16821   18 years eugene adjusted to match api change in psphot
(edit) @16357   18 years Paul Price Error messages for flat/shutter were around the wrong way!
(edit) @16249   18 years eugene adding timer for ppImageLoop (does not yet supply results to header)
(edit) @16084   19 years Paul Price Adding old code to track memory usage in ppImage.
(edit) @15945   19 years eugene set up to replace masked pixels with background model; use chip median …
(edit) @15944   19 years eugene reduce vebosity
(edit) @15943   19 years eugene add notes
(edit) @15942   19 years eugene reduce verbosity
(edit) @15933   19 years eugene adding ppImageReplaceBackground
(edit) @15928   19 years eugene add
(edit) @15546   19 years Paul Price Don't send leaks to stderr (it can crash pantasks controller). If you …
(edit) @15216   19 years eugene clean up error handling on pmFPAfileIO
(edit) @15142   19 years eugene fixed leak
(edit) @15137   19 years eugene astrometry I/O at chip and file level
(edit) @15136   19 years eugene updates
(edit) @14996   19 years eugene report to stderr sources of leaks
(edit) @14700   19 years eugene do not list leaks
(edit) @14641   19 years eugene changing pmModelGroup... apis to pmModelClass... apis
(edit) @14507   19 years eugene adding OVERSCAN.CONSTANT and OVERSCAN.VALUE options
(edit) @14491   19 years Paul Price Was checking to see if photometry was turned on before actually …
(edit) @14223   19 years eugene added explicit option to request internal mask and weight image
(edit) @14211   19 years eugene adding options for mask, weight outputs; deprecating the FILE.SAVE in …
(edit) @14209   19 years eugene adding options for mask and weight outputs, some cleanups
(edit) @14011   19 years eugene put ppImageFileCheck inside a trace block
(edit) @14006   19 years eugene update comment
(edit) @14001   19 years eugene pull ppImageFileCheck to independent file
(edit) @14000   19 years eugene consolidating includes in ppImage.h; adding ppImageMetadataStats and …
(edit) @13970   19 years eugene adding fringe residual measurement in addition to fringe amplitude; …
(edit) @13924   19 years Paul Price Adding fringe solution to the statistics.
(edit) @13921   19 years Paul Price Adding boxcar/gaussian smoothing of overscan vector
(edit) @13901   19 years Paul Price Adding chip and mask output for chip-mosaicked files. Was going to …
(edit) @13844   19 years eugene require input, output, outMask, outWeight to agree in dataLevel, freeLevel
(edit) @13843   19 years eugene added more information to test function
(edit) @13840   19 years eugene attempt to rationalize the file levels
(edit) @13838   19 years eugene catch errors from psphot
(edit) @13837   19 years eugene catch errors from psphot, psastro; fix mem leaks
(edit) @13830   19 years eugene added a comment, dropped ppImageAddstar call
(edit) @13812   19 years Paul Price Fixing API for pmBiasSubtract, following addition of dark normalisation.
(edit) @13779   19 years eugene adding FRNG values to output header; fixing error scaling
(edit) @13778   19 years eugene drop FRINGE_TABLE, FRINGE_IMAGE split
(edit) @13761   19 years eugene need to enable more stats options
(edit) @13750   19 years eugene change -stat to -stats
(edit) @13701   19 years eugene spell fix
(edit) @13679   19 years eugene fixed logic on ppStats
(edit) @13677   19 years eugene modified ppStats API
(edit) @13676   19 years eugene fixed double free and leak
(edit) @13675   19 years eugene fixing double frees, leaks
(edit) @13667   19 years Paul Price Fixing ppStats following API change.
(edit) @13593   19 years Paul Price Updating high-level programs to use symbolic names for mask values in …
(edit) @13562   19 years eugene fixed errors with pmImageDefineFile for DetDB queries
(edit) @13531   19 years eugene adding function to parse input files from several possible sources
(edit) @13528   19 years eugene changed the pmFPAfileDefine functions to not require an input status value
(edit) @13506   19 years eugene fixed API change for pmReadoutGenerateMask
(edit) @13498   19 years Paul Price Weight on the basis of pixel value needs to be done after the overscan …
(edit) @13461   19 years Paul Price Fix order of creation of mask and weight.
(edit) @13229   19 years Paul Price Adding URI support for output stats file.
(edit) @12989   19 years Paul Price Updating following API change to pmConfigFileSetsMD
(edit) @12824   19 years Paul Price Asserting on file types.
(edit) @12821   19 years eugene making a copy of the pixels for photometry
(edit) @12820   19 years eugene changed psphotInput to be defined FROM fpa rather than linked to an fpa
(edit) @12819   19 years eugene RebinChip should use output->src rather than looking for a named fpa
(edit) @12818   19 years eugene chip mosaic makes a deep copy for consistency with residual images
(edit) @12811   19 years eugene disable the pmChipDuplicate feature
(edit) @12807   19 years eugene moved psphot and psastro file defines to ppImageParseCamera, using new …
(edit) @12746   19 years Paul Price Turn off mask and weight output if we're not generating a mask (i.e., …
(edit) @12733   19 years eugene changes arguments to pmConfigCameraFormatFromHeader
(edit) @12655   19 years Paul Price Updating following API change.
(edit) @12592   19 years eugene using common psImageBinning tools
(edit) @12575   19 years Paul Price Recent changes to the recipe parsing has revealed that certain options …
(edit) @12566   19 years Paul Price Bit more testing functionality.
(edit) @12547   19 years eugene pmConfigRecipeOptions now returns a view
(edit) @11803   19 years Paul Price Adding debug code to give a list of files.
(edit) @11702   19 years jhoblitt update psAbort() API
(edit) @11677   19 years jhoblitt cast 'const' params to psFree() to void *
(edit) @11454   19 years Paul Price Very preliminary pass at setting exit values.
(edit) @11364   19 years eugene recipe selection was in the wrong place
(edit) @11352   19 years eugene update psphot and psastro in ppImage
(edit) @11351   19 years eugene minor
(edit) @11291   19 years jhoblitt remove linkage against libnebclient
(edit) @11287   19 years jhoblitt add support to link against libnebclient if available
(edit) @11271   19 years Paul Price Moving ppTest to noinst.
(edit) @11270   19 years Paul Price Removing reference to ppMem.
(edit) @11266   19 years eugene added notes
(edit) @11264   19 years Paul Price Removing old code, the functionality of which is now in the psLib …
(edit) @11259   19 years eugene adding
(edit) @11199   20 years Paul Price Plugging memory leaks.
(edit) @11195   20 years Paul Price Don't use ppMem
(edit) @11191   20 years Paul Price Adding error message.
(edit) @11145   20 years Paul Price Removing interpolation of FPA.FILTER.
(edit) @11101   20 years eugene fix up the FRINGE.FILTERS parsing
(edit) @11095   20 years eugene added tests for filters for flat and fringe detrends
Note: See TracRevisionLog for help on using the revision log.