|
|
|
@15640
|
19 years |
eugene |
crash on mismatched images
|
|
|
|
@15599
|
19 years |
gusciora |
Added input parameter assert:
PS_ASSERT_IMAGE_NON_NULL(field, …
|
|
|
|
@15598
|
19 years |
gusciora |
Added psMemCheckImageMap()
|
|
|
|
@15586
|
19 years |
eugene |
adding a note
|
|
|
|
@15507
|
19 years |
Paul Price |
Removing field in psImageMap to avoid carrying around a reference to …
|
|
|
|
@15497
|
19 years |
Paul Price |
Reducing duplication.
|
|
|
|
@15493
|
19 years |
Paul Price |
Fixing typo.
|
|
|
|
@15492
|
19 years |
Paul Price |
Adding memory instrumentation for psImageCopy.
|
|
|
|
@15456
|
19 years |
Paul Price |
Adding additional information for tracking memory leaks.
|
|
|
|
@15437
|
19 years |
Paul Price |
Plugging memory leak.
|
|
|
|
@15377
|
19 years |
gusciora |
Added a psMemCheckBinning() function.
|
|
|
|
@15321
|
19 years |
Paul Price |
Expanding psImageConvolveMaskDirect and psImageConvolveMaskFFT to …
|
|
|
|
@15320
|
19 years |
Paul Price |
Adding psImageConvolveMaskFFT to use FFT convolution to convolve mask …
|
|
|
|
@15254
|
19 years |
eugene |
changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
|
|
|
|
@15041
|
19 years |
eugene |
added case of 1xN or Nx1 maps
|
|
|
|
@15001
|
19 years |
eugene |
add asserts for finite input values
|
|
|
|
@14988
|
19 years |
eugene |
added APIs to define psImageMap without psImage pointer
|
|
|
|
@14983
|
19 years |
Paul Price |
Including psMemory.h where required.
|
|
|
|
@14960
|
19 years |
eugene |
init the mask vector if alloced here
|
|
|
|
@14929
|
19 years |
eugene |
adding psImageMap, psImagePixelInterpolate functions
|
|
|
|
@14925
|
19 years |
eugene |
adding psImageInterpolatePixelBilinear
|
|
|
|
@14924
|
19 years |
eugene |
adding psImageMap functions, psImagePixelInterpolate functions
|
|
|
|
@14923
|
19 years |
eugene |
adding utility functions for coordinate system conversions
|
|
|
|
@14922
|
19 years |
eugene |
adding ability to return the subsample used for the stats
|
|
|
|
@14921
|
19 years |
eugene |
updates to child handling
|
|
|
|
@14866
|
19 years |
Paul Price |
Adding mask to psImageConvolveFFT, so that masked pixels may be set to …
|
|
|
|
@14826
|
19 years |
Paul Price |
Need to normalise the variance kernel so that the sum is unity --- …
|
|
|
|
@14762
|
19 years |
Paul Price |
Adding assertion on kernel sizes.
|
|
|
|
@14736
|
19 years |
Paul Price |
Fixing assertion.
|
|
|
|
@14707
|
19 years |
Paul Price |
More cut/paste errors.
|
|
|
|
@14706
|
19 years |
Paul Price |
Cut/paste error.
|
|
|
|
@14705
|
19 years |
Paul Price |
Adding assertion for kernels.
|
|
|
|
@14704
|
19 years |
Paul Price |
Was doing direct convolution using x+u instead of x-u --- no …
|
|
|
|
@14638
|
19 years |
Paul Price |
Kernel range is inclusive.
|
|
|
|
@14523
|
19 years |
Paul Price |
Fixing range for error messages.
|
|
|
|
@14478
|
19 years |
Paul Price |
Adding psKernelAllocFromImage to generate a kernel from some input image.
|
|
|
|
@14452
|
19 years |
jhoblitt |
gcc attribute cleanup
|
|
|
|
@14332
|
19 years |
magnier |
adding output target to psImageConvolveDirect API
|
|
|
|
@13651
|
19 years |
Paul Price |
Even if no mask is supplied, a mask value may be desired (either good …
|
|
|
|
@13483
|
19 years |
Paul Price |
Adding psImageInterpolateStatus, a status enum which is returned by …
|
|
|
|
@13350
|
19 years |
rhl |
Support S32 in psImageConvolveDirect
|
|
|
|
@12998
|
19 years |
magnier |
added psImageCopyView function
|
|
|
|
@12953
|
19 years |
magnier |
added comments
|
|
|
|
@12815
|
19 years |
magnier |
use macro to set col0,row0
|
|
|
|
@12814
|
19 years |
magnier |
use macro to set col0,row0; subimage needs to offset pixels based on …
|
|
|
|
@12802
|
19 years |
Paul Price |
It's not the flux contribution of bad pixels that matters for marking …
|
|
|
|
@12776
|
19 years |
Paul Price |
Fixing lanczos and gauss interpolations.
|
|
|
|
@12756
|
19 years |
Paul Price |
Only attempt variance or mask interpolation if the image is provided.
|
|
|
|
@12748
|
19 years |
Paul Price |
Fixing comment.
|
|
|
|
@12745
|
19 years |
Paul Price |
psImageShiftKernel is redundant now, with psImageShift calling …
|
|
|
|
@12741
|
19 years |
Paul Price |
Reworking image interpolation to work on mask and variance image …
|
|
|
|
@12699
|
19 years |
magnier |
fix error in binning definition
|
|
|
|
@12588
|
19 years |
magnier |
created a common set of routines to define the binning parameters
|
|
|
|
@12444
|
19 years |
magnier |
removed special case for psphot (moved to psphotImageMedian)
|
|
|
|
@12431
|
19 years |
Paul Price |
Removing complex number support. No-one was using it, and it prevents …
|
|
|
|
@12330
|
19 years |
Paul Price |
Making psPixels APIs to look more like the psArray, psVector APIs …
|
|
|
|
@12256
|
19 years |
magnier |
added special case for division to handle div-by-zero; added different …
|
|
|
|
@12248
|
19 years |
Paul Price |
Fixing SEGV from mask being NULL.
|
|
|
|
@12187
|
19 years |
Paul Price |
Adding psImageConvolveMask
|
|
|
|
@12186
|
19 years |
Paul Price |
The usual way is much faster (factor of 3) for filled kernels. Might …
|
|
|
|
@12183
|
19 years |
Paul Price |
Whoops, wrong place.
|
|
|
|
@12181
|
19 years |
Paul Price |
Adding convolution benchmarking program.
|
|
|
|
@12179
|
19 years |
Paul Price |
Removing optional output image from psImageConvolve APIs due to …
|
|
|
|
@12001
|
19 years |
Paul Price |
Fixing tsum.
|
|
|
|
@12000
|
19 years |
Paul Price |
Generated kernel should be relative to the LAST data point (for OTA …
|
|
|
|
@11999
|
19 years |
Paul Price |
Fixing bug due to wrong sense of boolean.
|
|
|
|
@11795
|
19 years |
magnier |
fixed counting to be consistent with dvoMakeCorrUnbin; this may break …
|
|
|
|
@11760
|
19 years |
Paul Price |
Fixing compilation problems following change to histogram API.
|
|
|
|
@11759
|
19 years |
Paul Price |
Fixing bug 843 by modifying functions that (unnecessarily) returned an …
|
|
|
|
@11704
|
19 years |
Paul Price |
Fixes so it compiles. psVector FFTs don't work yet --- need to fix …
|
|
|
|
@11703
|
19 years |
Paul Price |
Reworked image convolution (split direct and FFT methods into separate …
|
|
|
|
@11686
|
19 years |
jhoblitt |
update psAbort() API:
add noreturn attribute
remove unneeded …
|
|
|
|
@11299
|
19 years |
magnier |
adjusted meaning of dx, dy
|
|
|
|
@11248
|
19 years |
magnier |
major cleanup of the Doxygen groups
|
|
|
|
@11156
|
20 years |
magnier |
added trace option output of stats vector
|
|
|
|
@11153
|
20 years |
magnier |
added psImageSmoothMaskF32
|
|
|
|
@10999
|
20 years |
jhoblitt |
consistently include config.h
|
|
|
|
@10550
|
20 years |
magnier |
- moved psHistogram functions to psHistogram.c,h
(pslib_strict.h, …
|
|
|
|
@10548
|
20 years |
magnier |
changed psVectorStats return value to bool
|
|
|
|
@10396
|
20 years |
magnier |
API change: moved several arguments to a new psStats argument
|
|
|
|
@10273
|
20 years |
rhl |
1/ Make psImageBackground interpret nMax == 0 as "all pixels"
2/ Make …
|
|
|
|
@10169
|
20 years |
magnier |
added psVectorStats for sky measurement, with multiple stats options; …
|
|
|
|
@10136
|
20 years |
rhl |
Added psImageUnbinPixel
|
|
|
|
@9975
|
20 years |
Paul Price |
Adding assertion on rng.
|
|
|
|
@9927
|
20 years |
magnier |
added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
|
|
|
|
@9865
|
20 years |
magnier |
added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
|
|
|
|
@9863
|
20 years |
magnier |
added psImageInterpolate tests so I could test fixes to this function
|
|
|
|
@9730
|
20 years |
Paul Price |
Following today's meeting, we agreed that psVectorAlloc (and therefore …
|
|
|
|
@9538
|
20 years |
Paul Price |
Synchronising with SDRS, and cleaning up:
* Replaced is_psType() with …
|
|
|
|
@8978
|
20 years |
Paul Price |
Subtract the median when we add the numbers, so we don't get numerical …
|
|
|
|
@8974
|
20 years |
Paul Price |
Accumulator should be double.
|
|
|
|
@8914
|
20 years |
jhoblitt |
remove psTest.h
|
|
|
|
@8712
|
20 years |
jhoblitt |
move $SRCINC to always be left of $PSLIB_CFLAGS
|
|
|
|
@8627
|
20 years |
jhoblitt |
add gcc format attributes to:
psAbort()
psErrorStackPrint()
…
|
|
|
|
@8412
|
20 years |
Paul Price |
Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
|
|
|
|
@8232
|
20 years |
jhoblitt |
bug #790 - remove psErrorText.h and inline all error codes. all newly …
|
|
|
|
@7999
|
20 years |
Paul Price |
Replacing p_psGetStatValue with two functions: psStatsSingleOption …
|
|
|
|
@7985
|
20 years |
Paul Price |
Adding output of coverage testing to CLEANFILES and .cvsignore
|
|
|
|
@7914
|
20 years |
drobbin |
Added error handling to memory checking functions. Will hopefully …
|
|
|
|
@7766
|
20 years |
Paul Price |
Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
|
|
|
|