|
|
|
@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 *
|
|
|
|
@4938
|
21 years |
drobbin |
made requested changes to ImageKeep(Mask)Circle(Region) functions - …
|
|
|
|
@4934
|
21 years |
drobbin |
complex double switched back to complex. RegionForImage test fixed.
|
|
|
|
@4920
|
21 years |
drobbin |
Updated code w.r.t the latest api-delta report
|
|
|
|
@4898
|
21 years |
drobbin |
Implemented psMemCheckType functions and tests. Some testing remains …
|
|
|
|
@4815
|
21 years |
drobbin |
folded in code from bug 481. Tests still to be written.
|
|
|
|
@4608
|
21 years |
drobbin |
updated psImageTransform to use psArray instead of psPixels as …
|
|
|
|
@4590
|
21 years |
drobbin |
made minor changes according to most recent api-delta report from IFA
|
|
|
|
@4589
|
21 years |
drobbin |
made minor changes in accordance with newest api-delta doc
|
|
|
|
@4544
|
21 years |
desonia |
massive code restructure task.
|
|
|
|
@4540
|
21 years |
desonia |
massive restructuring of codebase.
|
|
|
|
@4446
|
21 years |
desonia |
* empty log message *
|
|
|
|
@4392
|
21 years |
drobbin |
changed psFreeFcn to psFreeFunc
|
|
|
|
@4385
|
21 years |
drobbin |
made request argument changes (apidelta-report-cycle6)
|
|
|
|
@4367
|
21 years |
drobbin |
changed files according to requested revisions outlined in …
|
|
|
|
@4330
|
21 years |
drobbin |
* empty log message *
|
|
|
|
@4316
|
21 years |
drobbin |
* empty log message *
|
|
|
|
@4315
|
21 years |
drobbin |
* empty log message *
|
|
|
|
@4308
|
21 years |
desonia |
added enhancement to psFree so that it sets the reference being freed …
|
|
|
|
@4287
|
21 years |
gusciora |
…
|
|
|
|
@4286
|
21 years |
gusciora |
CHeck in, check in often. -- RDD
|
|
|
|
@4243
|
21 years |
drobbin |
* empty log message *
|
|
|
|
@4214
|
21 years |
desonia |
beefed up psImageTransform
|
|
|
|
@4211
|
21 years |
desonia |
oops. last version didn't compile.
|
|
|
|
@4210
|
21 years |
desonia |
fixed silly typo/bug.
|
|
|
|
@4206
|
21 years |
desonia |
changed psImageCut & psImageSlice to use psRegion.
|
|
|
|