|
|
|
@712
|
22 years |
desonia |
adjusted for change in the data union member of psImage.
|
|
|
|
@711
|
22 years |
desonia |
added the ps-specific typedefs (psU8, psU16, etc).
|
|
|
|
@710
|
22 years |
Paul Price |
Fixed psSphereCoordSystem --> psSphereCoordTransformation
|
|
|
|
@709
|
22 years |
rhl |
Minimal support for psVector (void *) type
|
|
|
|
@708
|
22 years |
rhl |
* empty log message *
|
|
|
|
@707
|
22 years |
rhl |
Updated to match APIs in include/*.h
|
|
|
|
@706
|
22 years |
rhl |
Changed to use psVector not psVoidPtrArray
|
|
|
|
@705
|
22 years |
rhl |
Provided definition of psSphereCoordSystem -- Typo???
|
|
|
|
@704
|
22 years |
rhl |
Fixed typos
|
|
|
|
@703
|
22 years |
eugene |
major edits:
- psVector defined and used to replace all psFloatArray, …
|
|
|
|
@702
|
22 years |
Paul Price |
Changed psTraceSetDestination to take an open FILE*
instead of a filename.
|
|
|
|
@701
|
22 years |
Paul Price |
Changed filename to open FILE.
|
|
|
|
@700
|
22 years |
desonia |
added psImageFreePixels & psImageFreeChildren.
|
|
|
|
@699
|
22 years |
gusciora |
…
|
|
|
|
@698
|
22 years |
desonia |
fixed the automagic dependency calculations.
|
|
|
|
@697
|
22 years |
desonia |
added test for psImage (namely tst_psImage).
|
|
|
|
@696
|
22 years |
desonia |
fixed Doxygen-only function prototype for psRealloc.
|
|
|
|
@695
|
22 years |
desonia |
added psImage.h include.
|
|
|
|
@694
|
22 years |
desonia |
initial version, covering TP #546.
|
|
|
|
@693
|
22 years |
desonia |
Fixed error found during testing of psImage.
|
|
|
|
@692
|
22 years |
desonia |
Interim/pretest version.
|
|
|
|
@691
|
22 years |
gusciora |
Reverting to previous version of Makefile (which worked correctly).
|
|
|
|
@690
|
22 years |
harman |
Changed names of array tests to vector tests
|
|
|
|
@689
|
22 years |
harman |
Fixed memory corruption problem in psVectorRealloc
|
|
|
|
@688
|
22 years |
harman |
Updated tests to reflect major changes to psVector
|
|
|
|
@687
|
22 years |
rhl |
Make psMemGetRefCounter() return 0 if passed a NULL pointer
|
|
|
|
@686
|
22 years |
rhl |
Set module to pslib.logmsg (not logmsg)
|
|
|
|
@685
|
22 years |
rhl |
Supply missing ;
|
|
|
|
@684
|
22 years |
Paul Price |
Spelled out that psFFTInit and psFFTDone were just suggested examples …
|
|
|
|
@683
|
22 years |
gusciora |
Adding the upper/lower quartile code.
|
|
|
|
@682
|
22 years |
gusciora |
Added Stdev calculation.
|
|
|
|
@681
|
22 years |
eugene |
merged the concepts of a psFloatArray, psDoubleArray, etc into …
|
|
|
|
@680
|
22 years |
eugene |
adjusted the type names to the form psS8, psF32, etc
|
|
|
|
@679
|
22 years |
gusciora |
bug-fixing and sync with the new psVector structs.
|
|
|
|
@678
|
22 years |
gusciora |
…
|
|
|
|
@677
|
22 years |
desonia |
initial version.
|
|
|
|
@676
|
22 years |
desonia |
initial cvs ignore list, which contains the dependency files.
|
|
|
|
@675
|
22 years |
desonia |
added automagic determination of code dependencies.
|
|
|
|
@674
|
22 years |
gusciora |
Brought psStats.c up-to-date with the new psVector.
|
|
|
|
@673
|
22 years |
Paul Price |
Removed extraneous heading ("Destructors").
|
|
|
|
@672
|
22 years |
desonia |
moved the type stuff from psVector to psType.h, enhanced the …
|
|
|
|
@671
|
22 years |
eugene |
psFloatArray, psDoubleArray, psIntArray, etc merged into
psVector. …
|
|
|
|
@670
|
22 years |
desonia |
Major refactoring of the Vector alloc/free functions.
|
|
|
|
@669
|
22 years |
eugene |
added hardware documents
|
|
|
|
@668
|
22 years |
harman |
Updated argument list for vector allocation
|
|
|
|
@667
|
22 years |
desonia |
made changes to project.
|
|
|
|
@666
|
22 years |
desonia |
fixed include directory location problem.
|
|
|
|
@665
|
22 years |
desonia |
include location was wrong.
|
|
|
|
@664
|
22 years |
desonia |
Removed the switch statements. It compiles now but just contains …
|
|
|
|
@663
|
22 years |
desonia |
Added macros for psElemType to accomplish things like sizeof.
|
|
|
|
@662
|
22 years |
harman |
Changed allocation argument list
|
|
|
|
@661
|
22 years |
desonia |
changed the name of PS_TYPE* and updated the Vector struct.
|
|
|
|
@660
|
22 years |
gusciora |
Added some tests and fixed some bugs in psArrayStats().
|
|
|
|
@659
|
22 years |
gusciora |
I removed the docs target from the install target, because it was …
|
|
|
|
@658
|
22 years |
gusciora |
Trying to get a global make to work.
|
|
|
|
@657
|
22 years |
gusciora |
I am trying to get our Makefiles to work correctly. In order to do …
|
|
|
|
@656
|
22 years |
gusciora |
…
|
|
|
|
@655
|
22 years |
gusciora |
…
|
|
|
|
@654
|
22 years |
gusciora |
First version of tests for the stats.
|
|
|
|
@653
|
22 years |
gusciora |
Added psStats.h
|
|
|
|
@652
|
22 years |
gusciora |
Added the median calculation functions.
|
|
|
|
@651
|
22 years |
gusciora |
* empty log message *
|
|
|
|
@650
|
22 years |
harman |
Removed psArray files which have been replaced with psVector
|
|
|
|
@649
|
22 years |
harman |
Initial cut at Eugene's psImage implementation
|
|
|
|
@648
|
22 years |
desonia |
Added buffer overflow detection and doxygen comments.
|
|
|
|
@647
|
22 years |
desonia |
added buffer overflow detection to psMemory, and tests needed to be …
|
|
|
|
@646
|
22 years |
harman |
Extensive rework of psArray/psVector
|
|
|
|
@645
|
22 years |
harman |
Extensive rework of psArray/psVector.
|
|
|
|
@644
|
22 years |
gusciora |
…
|
|
|
|
@643
|
22 years |
gusciora |
I put in my own code for the psVector functions, since this was not …
|
|
|
|
@642
|
22 years |
gusciora |
I removed psImage.o temporarily (since it was not compiling).
|
|
|
|
@641
|
22 years |
gusciora |
I removed the collections stuff, temporarily (since they were failing …
|
|
|
|
@640
|
22 years |
desonia |
* empty log message *
|
|
|
|
@639
|
22 years |
desonia |
fixed memory corruption detection system.
|
|
|
|
@638
|
22 years |
desonia |
removed optimization in compilation so that debuggers act more predictable.
|
|
|
|
@637
|
22 years |
desonia |
added code for various memory testpoints.
|
|
|
|
@636
|
22 years |
desonia |
p_realloc didn't track the last allocated buffer properly (if …
|
|
|
|
@635
|
22 years |
desonia |
Changed NULL to '\0' for character assignment on line 90.
|
|
|
|
@634
|
22 years |
harman |
Updated children member of psImage
|
|
|
|
@633
|
22 years |
harman |
Added psAlloc alloc and free functions
|
|
|
|
@632
|
22 years |
desonia |
Added '\' in front of '|' the regex found in errorStrSearch function.
|
|
|
|
@631
|
22 years |
evanalst |
Modified to ensure last byte of N-copy is a null character.
|
|
|
|
@630
|
22 years |
evanalst |
Modified to verify last character in N-copy is Null character.
|
|
|
|
@629
|
22 years |
evanalst |
Update Makefile to include tst_psMemory.c name change.
|
|
|
|
@628
|
22 years |
Paul Price |
Updated figure: myFPA->exp->grommit ---> myFPA->exp
|
|
|
|
@627
|
22 years |
Paul Price |
Lots of changes to clean up, and implement RHL's comments:
Large …
|
|
|
|
@626
|
22 years |
Paul Price |
More cleaning up after splitting psCoord. Added transformations …
|
|
|
|
@625
|
22 years |
evanalst |
Updated to meet test point requirements.
|
|
|
|
@624
|
22 years |
evanalst |
Added memory leak and corruption checks.
|
|
|
|
@623
|
22 years |
Paul Price |
Distinguished between coordinates in a plane and coordinates on the …
|
|
|
|
@622
|
22 years |
Paul Price |
Made psPhotSystem members const.
|
|
|
|
@621
|
22 years |
Paul Price |
Removed the overscan in a psReadout --- it's specified in the …
|
|
|
|
@620
|
22 years |
harman |
Added call to psMemCheckCorruption
|
|
|
|
@619
|
22 years |
Paul Price |
Added a "which" to psMetadataGetNext so that multiple iteration …
|
|
|
|
@618
|
22 years |
Paul Price |
Changed definition of the Gaussian --- included 1/sqrt(2pi)/sigma.
|
|
|
|
@617
|
22 years |
Paul Price |
Removed "output" in psImageSubset --- always want a new image.
…
|
|
|
|
@616
|
22 years |
harman |
Added files for negative test
|
|
|
|
@615
|
22 years |
Paul Price |
Added possibility of available derivative information in psMinimize, …
|
|
|
|
@614
|
22 years |
harman |
Added splint changes
|
|
|
|
@613
|
22 years |
Paul Price |
Major reworking of Fourier Transforms --- poor design previously.
Want …
|
|
|
|