IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @686   22 years rhl Set module to pslib.logmsg (not logmsg)
(edit) @685   22 years rhl Supply missing ;
(edit) @684   22 years Paul Price Spelled out that psFFTInit and psFFTDone were just suggested examples …
(edit) @683   22 years gusciora Adding the upper/lower quartile code.
(edit) @682   22 years gusciora Added Stdev calculation.
(edit) @681   22 years eugene merged the concepts of a psFloatArray, psDoubleArray, etc into …
(edit) @680   22 years eugene adjusted the type names to the form psS8, psF32, etc
(edit) @679   22 years gusciora bug-fixing and sync with the new psVector structs.
(edit) @678   22 years gusciora
(edit) @677   22 years desonia initial version.
(edit) @676   22 years desonia initial cvs ignore list, which contains the dependency files.
(edit) @675   22 years desonia added automagic determination of code dependencies.
(edit) @674   22 years gusciora Brought psStats.c up-to-date with the new psVector.
(edit) @673   22 years Paul Price Removed extraneous heading ("Destructors").
(edit) @672   22 years desonia moved the type stuff from psVector to psType.h, enhanced the …
(edit) @671   22 years eugene psFloatArray, psDoubleArray, psIntArray, etc merged into psVector. …
(edit) @670   22 years desonia Major refactoring of the Vector alloc/free functions.
(edit) @669   22 years eugene added hardware documents
(edit) @668   22 years harman Updated argument list for vector allocation
(edit) @667   22 years desonia made changes to project.
(edit) @666   22 years desonia fixed include directory location problem.
(edit) @665   22 years desonia include location was wrong.
(edit) @664   22 years desonia Removed the switch statements. It compiles now but just contains …
(edit) @663   22 years desonia Added macros for psElemType to accomplish things like sizeof.
(edit) @662   22 years harman Changed allocation argument list
(edit) @661   22 years desonia changed the name of PS_TYPE* and updated the Vector struct.
(edit) @660   22 years gusciora Added some tests and fixed some bugs in psArrayStats().
(edit) @659   22 years gusciora I removed the docs target from the install target, because it was …
(edit) @658   22 years gusciora Trying to get a global make to work.
(edit) @657   22 years gusciora I am trying to get our Makefiles to work correctly. In order to do …
(edit) @656   22 years gusciora
(edit) @655   22 years gusciora
(edit) @654   22 years gusciora First version of tests for the stats.
(edit) @653   22 years gusciora Added psStats.h
(edit) @652   22 years gusciora Added the median calculation functions.
(edit) @651   22 years gusciora * empty log message *
(edit) @650   22 years harman Removed psArray files which have been replaced with psVector
(edit) @649   22 years harman Initial cut at Eugene's psImage implementation
(edit) @648   22 years desonia Added buffer overflow detection and doxygen comments.
(edit) @647   22 years desonia added buffer overflow detection to psMemory, and tests needed to be …
(edit) @646   22 years harman Extensive rework of psArray/psVector
(edit) @645   22 years harman Extensive rework of psArray/psVector.
(edit) @644   22 years gusciora
(edit) @643   22 years gusciora I put in my own code for the psVector functions, since this was not …
(edit) @642   22 years gusciora I removed psImage.o temporarily (since it was not compiling).
(edit) @641   22 years gusciora I removed the collections stuff, temporarily (since they were failing …
(edit) @640   22 years desonia * empty log message *
(edit) @639   22 years desonia fixed memory corruption detection system.
(edit) @638   22 years desonia removed optimization in compilation so that debuggers act more predictable.
(edit) @637   22 years desonia added code for various memory testpoints.
(edit) @636   22 years desonia p_realloc didn't track the last allocated buffer properly (if …
(edit) @635   22 years desonia Changed NULL to '\0' for character assignment on line 90.
(edit) @634   22 years harman Updated children member of psImage
(edit) @633   22 years harman Added psAlloc alloc and free functions
(edit) @632   22 years desonia Added '\' in front of '|' the regex found in errorStrSearch function.
(edit) @631   22 years evanalst Modified to ensure last byte of N-copy is a null character.
(edit) @630   22 years evanalst Modified to verify last character in N-copy is Null character.
(edit) @629   22 years evanalst Update Makefile to include tst_psMemory.c name change.
(edit) @628   22 years Paul Price Updated figure: myFPA->exp->grommit ---> myFPA->exp
(edit) @627   22 years Paul Price Lots of changes to clean up, and implement RHL's comments: Large …
(edit) @626   22 years Paul Price More cleaning up after splitting psCoord. Added transformations …
(edit) @625   22 years evanalst Updated to meet test point requirements.
(edit) @624   22 years evanalst Added memory leak and corruption checks.
(edit) @623   22 years Paul Price Distinguished between coordinates in a plane and coordinates on the …
(edit) @622   22 years Paul Price Made psPhotSystem members const.
(edit) @621   22 years Paul Price Removed the overscan in a psReadout --- it's specified in the …
(edit) @620   22 years harman Added call to psMemCheckCorruption
(edit) @619   22 years Paul Price Added a "which" to psMetadataGetNext so that multiple iteration …
(edit) @618   22 years Paul Price Changed definition of the Gaussian --- included 1/sqrt(2pi)/sigma.
(edit) @617   22 years Paul Price Removed "output" in psImageSubset --- always want a new image. …
(edit) @616   22 years harman Added files for negative test
(edit) @615   22 years Paul Price Added possibility of available derivative information in psMinimize, …
(edit) @614   22 years harman Added splint changes
(edit) @613   22 years Paul Price Major reworking of Fourier Transforms --- poor design previously. Want …
(edit) @612   22 years desonia * empty log message *
(edit) @611   22 years Paul Price Renamed several of the error-handling functions to conform to the …
(edit) @610   22 years Paul Price Added psMatrixEigenvectors to get eigenvectors of a matrix.
(edit) @609   22 years Paul Price Reorganised psHistogram --- no longer specify both upper and lower …
(edit) @608   22 years evanalst Add additional test point for PS_STRING macro.
(edit) @607   22 years evanalst Added more characters to filter out host name.
(edit) @606   22 years Paul Price Changed order of variables for psArrayStats --- output goes first.
(edit) @605   22 years evanalst Added memory leak checks.
(edit) @604   22 years Paul Price Added unary NOT on a bitset.
(edit) @603   22 years Paul Price Specified a sort function. Motivation is primarily to be able to …
(edit) @602   22 years Paul Price Renamed several of the logging functions to conform to the …
(edit) @601   22 years Paul Price Added psTraceSetDestination, and renamed several of the trace …
(edit) @600   22 years evanalst Change include directory flag to use variable $(includedir).
(edit) @599   22 years harman Added new psImage files
(edit) @598   22 years evanalst Modified test to put test case with just host as the format to time …
(edit) @597   22 years harman Added new matrix and image header files
(edit) @596   22 years evanalst Update to build both static and dynamic libraries.
(edit) @595   22 years evanalst Updated to work with single library file libpslib.
(edit) @594   22 years evanalst Remove dynamic library creation from this level.
(edit) @593   22 years evanalst Removed dynamic library creation from this level.
(edit) @592   22 years evanalst Updated with include files for collections.
(edit) @591   22 years evanalst Modified makefile to only update the static library.
(edit) @590   22 years evanalst Updated to add object to common libpslib.a archive.
(edit) @589   22 years evanalst Update verified files with change to runTest, FullUnitTest scripts
(edit) @588   22 years evanalst Update verified files with change to runTest, FullUnitTest scripts
(edit) @587   22 years evanalst Update the verified files with change to runTest, FullUnitTest scripts
Note: See TracRevisionLog for help on using the revision log.