IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7136   20 years Paul Price Increasing background value (it makes the test a bit harder to fail, …
(edit) @7135   20 years Paul Price Updating polynomial fitting to work properly with masks.
(edit) @7134   20 years Paul Price psMemIncrRefCounter should have const
(edit) @7133   20 years Paul Price Fixing some typos
(edit) @7132   20 years Paul Price Cleaning up code in psStats.c and psMathUtils.[ch]
(edit) @7131   20 years Paul Price Updating stats tests, following update to psStats.c
(edit) @7130   20 years Paul Price Better test for psMinimize --- fitting a Gaussian, and comparing …
(edit) @7125   20 years drobbin fixed tests for ImageRow/Col F32, F64. Edited value comparisons to …
(edit) @7124   20 years drobbin fixed failing tests (ImageColF32,F64). Someone must have incorrectly …
(edit) @7123   20 years Paul Price Reverting to loop method for overlay with images of different types …
(edit) @7122   20 years Paul Price Fixing length of extracted vector.
(edit) @7121   20 years Paul Price Fixing errors in the macro that prevented compilation. Builds now.
(edit) @7120   20 years Paul Price Rows and columns were confused (psImageRow extracted a column, and …
(edit) @7119   20 years drobbin edited output messages from EOC so they pass on the server. (Problems …
(edit) @7118   20 years drobbin Updated outputting message in EOC. (Added VERBOSE option, set default …
(edit) @7115   20 years magnier dropped error message for NULL input string in psStringSplit
(edit) @7112   20 years Paul Price Adding optimisation for psImageOverlaySection. When using the '=' …
(edit) @7111   20 years drobbin just text formatting.
(edit) @7110   20 years drobbin reset stderr. Warning messages missing from output, should be okay.
(edit) @7109   20 years drobbin Reset error outputs. (just a psWarning was removed at some point from …
(edit) @7108   20 years drobbin changed return values so that SetOffset loop doesn't return 0 by mistake.
(edit) @7107   20 years Paul Price Updating polynomial fitting for 3 and 4 dimensions
(edit) @7106   20 years Paul Price Fixing number of data points
(edit) @7105   20 years Paul Price Fixing tests: standardised inputs, distributed inputs around [-1,1] so …
(edit) @7104   20 years Paul Price Rewrote vectorFitPolynomial1DCheb to use the standard linear fitting …
(edit) @7103   20 years Paul Price Reorganising psMatrixGJSolve.
(edit) @7102   20 years Paul Price Renaming psGaussJordan to psMatrixGJSolve, moving function into psMatrix.c
(edit) @7101   20 years Paul Price Moving psGaussJordan into psMatrix.c, renaming to psMatrixGJSolve.
(edit) @7093   20 years Paul Price Adding core dumps to list of files to remove on 'make clean'
(edit) @7092   20 years Paul Price Adding core dumps to list of files to clean.
(edit) @7091   20 years Paul Price Removing old version of psImageSmooth. The new version is much …
(edit) @7090   20 years Paul Price Updated test to provide some feedback on where the error is occurring.
(edit) @7089   20 years Paul Price Added bounds checking to psImageSmooth. Discovered bugs: 1. The final …
(edit) @7085   20 years drobbin edited stdout so the server output would match my machine's.
(edit) @7079   20 years magnier cleaned up ELIXIR/OLD version split
(edit) @7078   20 years Paul Price Applying patch from Josh to fix my_bool in mySQL stuff --- their …
(edit) @7077   20 years Paul Price SEGVs from overrunning the bounds with narrow images averted.
(edit) @7076   20 years Paul Price Moving temporary variables into where they are defined, ala C99.
(edit) @7071   20 years drobbin Fixed some tiny things and working on fixing psImageSmooth (not done).
(edit) @7070   20 years Paul Price Applying patch from Josh Hoblitt: Patch to add transaction control to psdb
(edit) @7057   20 years drobbin fixed seg fault occuring from NULL input image in imageSubset. Moved …
(edit) @7056   20 years drobbin Fixed tests for psImageCountPixelMask.
(edit) @7055   20 years drobbin Fixed memory leak and output errors associated with psImageSlice -> …
(edit) @7050   20 years Paul Price Adding patch from Josh, which adds psDBLastInsertId
(edit) @7047   20 years drobbin Fixed stderr differences.
(edit) @7046   20 years drobbin Edited error message and updated indexSort test
(edit) @7045   20 years Paul Price Fixing psStringSplit following code update.
(edit) @7044   20 years drobbin Edited psVectorCopy and psVectorSort. Added error handling for NULL …
(edit) @7043   20 years drobbin Edited psVectorCopy and psVectorSort. Added error handling for NULL …
(edit) @7042   20 years Paul Price Fixing bug in psVectorSortIndex --- the switch was on the output type …
(edit) @7033   20 years Paul Price Supporting NULL for PS_DATA_STRING metadata item.
(edit) @7032   20 years Paul Price Supporting NULL for PS_DATA_STRING metadata items when printing the …
(edit) @7031   20 years Paul Price Removing assertion on NULL string --- psMetadataAddStr needs to handle …
(edit) @7021   20 years Paul Price Fixing bug in psArgumentHelp caused when default value (type S32) was …
(edit) @7015   20 years magnier fixed psStringSplit to use strpbrk, added boolean for significance of …
(edit) @7013   20 years magnier added support for S8,S16,U8,U16,U32
(edit) @6989   20 years drobbin updated stringSplit NULL-handling (& tests)
(edit) @6988   20 years drobbin reset on server.
(edit) @6987   20 years drobbin edited failing test.
(edit) @6986   20 years drobbin reset stdout file.
(edit) @6977   20 years Paul Price Added special case for psVectorCopy (copying to the same type: use …
(edit) @6962   20 years magnier changed psStringSplit to accept NULL input string
(edit) @6959   20 years magnier loop was running <= upper limits, rather than < upper limits
(edit) @6954   20 years Paul Price Removing AC_DISABLE_STATIC.
(edit) @6953   20 years Paul Price Adding psDB_dummy.h to replace psDB.h when mysql is not used.
(edit) @6952   20 years Paul Price Better solution to fftw problem.
(edit) @6951   20 years Paul Price Adding math library to LIBS so that we can get FFTW in the presence of …
(edit) @6942   20 years magnier modification of singular matrix handling
(edit) @6941   20 years magnier fixed some end-point errors with regions
(edit) @6940   20 years magnier fixed end-post errors in psImageCountPixelMask
(edit) @6939   20 years magnier restore the GaussJordan inversion
(edit) @6938   20 years magnier replaced psRegion support
(edit) @6937   20 years magnier replaced psImageSmooth with faster version
(edit) @6936   20 years magnier fixed missing vector length assignments
(edit) @6935   20 years magnier region selected by 0,0,0,0 was off by one on the upper limits (must …
(edit) @6920   20 years magnier replaced PS_DATA_REGION because we need to be able to dynamically …
(edit) @6914   20 years drobbin No changes made.
(edit) @6913   20 years drobbin Edited psDataType-> removed PS_DATA_REGION since this type isn't …
(edit) @6912   20 years drobbin edited files to reflect changes & patches applied by IFA. Currently …
(edit) @6901   20 years magnier added NaN checks with psAbort
(edit) @6886   20 years Paul Price Vector length problem with psVectorSortIndex. See bug 737.
(edit) @6885   20 years Paul Price Fixing bug in number of elements in psBinaryOp and psUnaryOp: when the …
(edit) @6884   20 years Paul Price Forgot to add the header to the metadata after stripping trailing spaces.
(edit) @6883   20 years Paul Price Remove trailing spaces from string header values.
(edit) @6878   20 years Paul Price Increasing maximum length of line, to be compatible with GPC1 camera …
(edit) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6831   20 years desonia added check for libxml2 version to be 2.6.0 or greater.
(edit) @6806   20 years drobbin Made changes concerning subimage issue and testing of changes.
(edit) @6805   20 years drobbin Made some changes for subimages issue and region issues.
(edit) @6801   20 years desonia * empty log message *
(edit) @6800   20 years desonia changed version number to be post rel11.
(edit) @6798   20 years desonia added removal of temporary file, libpslib.la.temp, after it is no …
(edit) @6796   20 years desonia updated clean tag
(edit) @6793   20 years desonia changed version and tweaks for distcheck.
(edit) @6788   20 years gusciora * empty log message *
(edit) @6787   20 years gusciora * empty log message *
(edit) @6786   20 years gusciora * empty log message *
(edit) @6785   20 years gusciora * empty log message *
(edit) @6784   20 years gusciora * empty log message *
(edit) @6783   20 years gusciora * empty log message *
Note: See TracRevisionLog for help on using the revision log.