IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14366   19 years Paul Price Fixing RINGS.
(edit) @14363   19 years Paul Price Fibonnacci binning for rings --- they get wider at larger radii. This …
(edit) @14360   19 years Paul Price Adding RINGS kernel --- a series of rings, modified by polynomials.
(edit) @14355   19 years Paul Price Don't need to do calculations if the mask says it's bad. Check for …
(edit) @14352   19 years Paul Price Don't want to combine Inf pixels either.
(edit) @14351   19 years Paul Price Adding check for NAN in pixels to combine.
(edit) @14345   19 years magnier extend valid parameter range
(edit) @14344   19 years magnier allow PAR7 to go to 20
(edit) @14343   19 years magnier if modelConv exists, return it
(edit) @14342   19 years Paul Price Adding output when stamps found.
(edit) @14341   19 years Paul Price Adding output with the kernel parameters.
(edit) @14340   19 years Paul Price Should be using the input image as the estimate of the noise for …
(edit) @14333   19 years magnier adding pmSourceCachePSF prototype
(edit) @14332   19 years magnier adding output target to psImageConvolveDirect API
(edit) @14331   19 years Paul Price Only generating powers of integers.
(edit) @14330   19 years Paul Price Adding function to generate image of each of the components of the …
(edit) @14329   19 years Paul Price Not using psPolynomials to do spatial polynomials --- it's awkward, …
(edit) @14325   19 years magnier fixed minor bugs
(edit) @14324   19 years magnier added RGAUSS and SERSIC models to the default list
(edit) @14323   19 years magnier cleanup RGAUSS to conform to the current model code
(edit) @14322   19 years magnier allow SXX, SYY, and PAR_7 to move a bit faster
(edit) @14321   19 years magnier we were calculating sqrt(second moment), but everything else assumes …
(edit) @14319   19 years Paul Price CONVOLVE_PIXEL is not needed, since it never needs to do weighting. …
(edit) @14318   19 years Paul Price Fixing MAJOR bug --- the rejection step wasn't doing the convolution …
(edit) @14317   19 years Paul Price Got the subtraction index for GUNK correct.
(edit) @14315   19 years Paul Price Removing kernel images for GUNK.
(edit) @14314   19 years Paul Price Fixing order.
(edit) @14313   19 years Paul Price Putting GUNK in macros.
(edit) @14312   19 years Paul Price Fixing size of POIS component of GUNK.
(edit) @14311   19 years Paul Price Don't need to convolve if the pixel is masked.
(edit) @14307   19 years Paul Price Fixed problems with segfaults in kernel generation for GUNK.
(edit) @14306   19 years Paul Price Need to allocate the widths vector.
(edit) @14305   19 years Paul Price Adding GUNK (Grid United with Normal Kernels --- a POIS/ISIS hybrid) …
(edit) @14304   19 years Paul Price I think I've got it right this time.…
(edit) @14303   19 years Paul Price Fixing constraints on image bounds.
(edit) @14302   19 years Paul Price Adding protection for size of image in convolution. If the kernel …
(edit) @14293   19 years Paul Price Blank filter name yields blank filter id.
(edit) @14282   19 years Paul Price Use median as an estimator of the mean for rejection.
(edit) @14281   19 years Paul Price Ensure entire image is checked for masked pixels. Can't leave out the …
(edit) @14277   19 years Paul Price Wrong order of parameters for variance calculation.
(edit) @14272   19 years Paul Price Adding input/output for weight maps (variances). Using local …
(edit) @14220   19 years magnier further attempt to set valid limits for sigma_xy
(edit) @14208   19 years magnier creating pmSource_CMF_WritePHU
(edit) @14207   19 years magnier create pmPSF_WritePHU
(edit) @14206   19 years magnier output FITS files now consistently call a WritePHU function for their …
(edit) @14205   19 years magnier adding pmFPAviewFitsWritePHU function
(edit) @14204   19 years magnier dropping pmFPA.wrote_phu; adding pmFPAviewFitsWritePHU function
(edit) @14203   19 years magnier drop use of FILE.SAVE from the camera.config
(edit) @14202   19 years magnier adding pmFPAfile.wrote_phu (renamed from phu)
(edit) @14201   19 years magnier dropping pmFPA.wrote_phu
(edit) @14200   19 years Paul Price Turn off functions in favour of macros.
(edit) @14199   19 years Paul Price Fixing bins for SPAM kernels.
(edit) @14198   19 years Paul Price Fixing type for allocation.
(edit) @14197   19 years Paul Price Fixing FRIES and SPAM kernels.
(edit) @14195   19 years Paul Price Restoring changes that were wiped when uploading the code to provide …
(edit) @14187   19 years jhoblitt reorder AC directives to prevent errors
(edit) @14183   19 years jhoblitt strip -std= from CFLAGS
(edit) @14172   19 years jhoblitt require ac 2.61
(edit) @14134   19 years Paul Price Don't think we need this experimental feature.
(edit) @14126   19 years Paul Price Adding checks on whether trace is enabled, to avoid compiler warnings …
(edit) @14125   19 years Paul Price Shouldn't use 'x' and 'y' in the macro, since these are defined …
(edit) @14106   19 years Paul Price Adding additional convolution kernels: SPAM (binned pixels around a …
(edit) @14019   19 years magnier adding FPA.NAME to pmFPAfileNameFromRule
(edit) @13982   19 years magnier adding cached psf model, holder for convolved psf model
(edit) @13961   19 years magnier handle errors on modelGuessFunc
(edit) @13960   19 years magnier catch errors from psEllipse functionssrc/objects/pmModelGroup.c
(edit) @13956   19 years magnier do not divide by darkNorm is DARKTIME is 1.0 (ie, if master is normalized)
(edit) @13951   19 years jhoblitt rename psTimeInitialize() -> psTimeInit()
(edit) @13943   19 years Paul Price psVectorSmooth shouldn't be used to smooth in-place (it writes to the …
(edit) @13932   19 years magnier skipping nan values in input image
(edit) @13931   19 years magnier adding error traps to pmFPAfileDefine functions
(edit) @13920   19 years Paul Price Adding boxcar/gaussian smoothing of overscan vector
(edit) @13898   19 years Paul Price Extensive changes to APIs to allow use of a nominated value to mask …
(edit) @13897   19 years Paul Price Allow the file being bound to another file to have a different format …
(edit) @13896   19 years magnier use named sockets for pmKapaPlots
(edit) @13894   19 years Paul Price Fixing dataLevel in the event of mosaicking --- the dataLevel when …
(edit) @13893   19 years Paul Price Making private function file-static.
(edit) @13879   19 years gusciora First tap version for these.
(edit) @13872   19 years Paul Price Putting code from pmReadoutCombine here, so that it can also be used …
(edit) @13871   19 years Paul Price Moving important recyclable code into pmReadoutStack.c
(edit) @13870   19 years Paul Price Splitting out shutter correction so that it can run as we read in bits …
(edit) @13863   19 years magnier masking nan pixels to mask value BAD
(edit) @13862   19 years magnier invert order of FILTER.ID: internal STR external (key names are controlled)
(edit) @13858   19 years Paul Price Squashing memory leaks involving multiple camera/formats.
(edit) @13857   19 years Paul Price Ensuring CELL.READDIR is set for skycells --- otherwise, won't be able …
(edit) @13842   19 years magnier added a comment
(edit) @13841   19 years magnier only write out image data if data exists
(edit) @13833   19 years Paul Price Wasn't creating DARK.NORM calibration for all cameras. Fixing problem …
(edit) @13813   19 years Paul Price Adding pmFPACalibration.h
(edit) @13810   19 years Paul Price Adding dark normalisation. The idea is that the dark current is not …
(edit) @13803   19 years magnier replaced pmModel.status with pmModel.flags; using bit values instead …
(edit) @13791   19 years magnier adding pmFPAAstrometry functions - not yet added to makefiles
(edit) @13776   19 years magnier fixed error copying
(edit) @13775   19 years magnier dropping FRINGE_TABLE, FRINGE_IMAGE dichotomy
(edit) @13774   19 years magnier adding overscan value to the output header
(edit) @13773   19 years Paul Price Read/write concepts when reading/writing objects --- this way the …
(edit) @13772   19 years Paul Price Fixing typo.
(edit) @13768   19 years magnier fix region inconsistency for pmReadoutReadNext
(edit) @13766   19 years magnier fixing inconsistency between input and output image areas
(edit) @13756   19 years magnier fixed inconsistency in output sizes
Note: See TracRevisionLog for help on using the revision log.