|
|
|
@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 …
|
|
|
|
@7612
|
20 years |
drobbin |
Edited psImageFitPoly and EvalPoly. Scaling factors were using …
|
|
|
|
@7535
|
20 years |
Paul Price |
x refers to the column, y refers to the row (bug 765).
|
|
|
|
@7524
|
20 years |
magnier |
replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc
|
|
|
|
@7415
|
20 years |
rhl |
Need $(GSL_CFLAGS) on systems where gsl's not found in the path
|
|
|
|
@7381
|
20 years |
Paul Price |
Adding files missed in previous commit to merge additional pslib …
|
|
|
|
@7380
|
20 years |
Paul Price |
Merging the pslib "additional" functions from the modules into psLib …
|
|
|
|
@7210
|
20 years |
Paul Price |
Adding emacs temporary files to CLEANFILES
|
|
|
|
@7125
|
20 years |
drobbin |
fixed tests for ImageRow/Col F32, F64. Edited value comparisons to …
|
|
|
|
@7124
|
20 years |
drobbin |
fixed failing tests (ImageColF32,F64). Someone must have incorrectly …
|
|
|
|
@7123
|
20 years |
Paul Price |
Reverting to loop method for overlay with images of different types …
|
|
|
|
@7122
|
20 years |
Paul Price |
Fixing length of extracted vector.
|
|
|
|
@7121
|
20 years |
Paul Price |
Fixing errors in the macro that prevented compilation. Builds now.
|
|
|
|
@7120
|
20 years |
Paul Price |
Rows and columns were confused (psImageRow extracted a column, and …
|
|
|
|
@7112
|
20 years |
Paul Price |
Adding optimisation for psImageOverlaySection. When using the '=' …
|
|
|
|
@7091
|
20 years |
Paul Price |
Removing old version of psImageSmooth. The new version is much …
|
|
|
|
@7089
|
20 years |
Paul Price |
Added bounds checking to psImageSmooth. Discovered bugs: 1. The final …
|
|
|
|
@7077
|
20 years |
Paul Price |
SEGVs from overrunning the bounds with narrow images averted.
|
|
|
|
@7076
|
20 years |
Paul Price |
Moving temporary variables into where they are defined, ala C99.
|
|
|
|
@7071
|
20 years |
drobbin |
Fixed some tiny things and working on fixing psImageSmooth (not done).
|
|
|
|
@7057
|
20 years |
drobbin |
fixed seg fault occuring from NULL input image in imageSubset. Moved …
|
|
|
|
@7055
|
20 years |
drobbin |
Fixed memory leak and output errors associated with psImageSlice -> …
|
|
|
|
@6959
|
20 years |
magnier |
loop was running <= upper limits, rather than < upper limits
|
|
|
|
@6941
|
20 years |
magnier |
fixed some end-point errors with regions
|
|
|
|
@6940
|
20 years |
magnier |
fixed end-post errors in psImageCountPixelMask
|
|
|
|
@6937
|
20 years |
magnier |
replaced psImageSmooth with faster version
|
|
|
|
@6874
|
20 years |
magnier |
variety of small changes related to inconsistencies between psModules …
|
|
|
|
@6806
|
20 years |
drobbin |
Made changes concerning subimage issue and testing of changes.
|
|
|
|
@6805
|
20 years |
drobbin |
Made some changes for subimages issue and region issues.
|
|
|
|
@6778
|
20 years |
drobbin |
Edited functions wrt subimage v parent image issue.
|
|
|
|
@6770
|
20 years |
drobbin |
Edited several functions concerning subimage v. parent issue.
|
|
|
|
@6750
|
20 years |
drobbin |
Made several changes to image functions/tests w.r.t. subimage v. …
|
|
|
|
@6631
|
20 years |
drobbin |
Updated ImageRow, Col, Slice with respect to Sub-image v. parent-image …
|
|
|
|
@6484
|
20 years |
drobbin |
Changed psArray & psVector to zero 'n' upon allocation. Used to set …
|
|
|
|
@6354
|
20 years |
desonia |
fixed a leak in psFits table reading and cleaned up things according …
|
|
|
|
@6346
|
20 years |
gusciora |
.…
|
|
|
|
@6306
|
20 years |
gusciora |
.…
|
|
|
|
@6294
|
20 years |
desonia |
changed psImagePixelExtract to take a psPixels instead of psVector of …
|
|
|
|
@6227
|
20 years |
desonia |
changed 'complex' to 'double complex' to be more C99 compliant.
|
|
|
|
@6226
|
20 years |
gusciora |
I added tests for psImageSmooth, modified the psStats stuff and the …
|
|
|
|
@6193
|
20 years |
gusciora |
Several mods mostly to the psPolynomial fitting routines.
|
|
|
|
@6186
|
20 years |
gusciora |
Misc code cleaning
|
|
|
|
@5841
|
21 years |
desonia |
merged branch eam_rel9_b1. Contains many fixes made by IfA.
|
|
|
|
@5783
|
21 years |
desonia |
bug #623 -- fixes from eam_rel9_b0 branch.
|
|
|
|
@5676
|
21 years |
desonia |
Preserved col0,row0 in psImageCopy (Bug #609).
|
|
|
|
@5624
|
21 years |
desonia |
merged eam_r8.0_b2 into CVS trunk.
|
|
|
|
@5573
|
21 years |
desonia |
macroized psImageSmooth.
|
|
|
|
@5530
|
21 years |
desonia |
removed *(type*)& syntax for setting const values of struts.
|
|
|
|
@5511
|
21 years |
desonia |
Overhauled the Fits functions to match latest SDRS.
|
|
|
|
@5294
|
21 years |
gusciora |
Polynomial members are now nX, nY, nZ, nT.
|
|
|
|
@5256
|
21 years |
drobbin |
Added mask operations to psImageMaskOps files
|
|
|
|
@5227
|
21 years |
drobbin |
Created ImageMaskOps file. started ImageGrowMask fxn.
|
|
|
|
@5224
|
21 years |
drobbin |
Updated/fixed Image Mask/Keep fxns and implemented tests
|
|
|
|
@5217
|
21 years |
desonia |
added .loT files for ignoring.
|
|
|
|
@5216
|
21 years |
desonia |
changed psArrayGet/psArraySet/psArrayRemove to do proper reference …
|
|
|
|
@5213
|
21 years |
drobbin |
Updated ImageRow/Col for tail access, PixelCount fxns to allow for …
|
|
|
|
@5174
|
21 years |
drobbin |
Added fxns psImageRow/Col and tests. Updated psList struct to add …
|
|
|
|
@5137
|
21 years |
drobbin |
Implemented, updated, fixed, debugged the CountPixelMask fxns and tests
|
|
|
|
@5096
|
21 years |
gusciora |
Implementing the psPoly nOrder/nTerm switch.
|
|
|
|
@5090
|
21 years |
gusciora |
The nX terms for the polynomials now refer to the order, not the …
|
|
|
|
@5089
|
21 years |
drobbin |
Added psVectorGet/Set and tests. Added prototype for …
|
|
|
|
@5064
|
21 years |
drobbin |
Relatively minor changes from new SDRS rev16
|
|
|
|
@5057
|
21 years |
drobbin |
Minor changes from new SDRS, prototype code for psArguments
|
|
|
|
@4981
|
21 years |
desonia |
Bug 515
|
|
|
|
@4970
|
21 years |
gusciora |
Split of psFunctions to psSpline and psPolynomial.
|
|
|
|
@4953
|
21 years |
desonia |
* empty log message *
|
|
|
|