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) @7236   20 years Paul Price Missed a curly.
(edit) @7235   20 years Paul Price psFitsWriteBlank will now preserve NAXISn, etc, having set NAXIS=0.
(edit) @7234   20 years Paul Price Changing the order of arguments for psFitsWriteHeader and …
(edit) @7233   20 years Paul Price Changed order of arguments for psFitsWriteHeader.
(edit) @7232   20 years Paul Price Changing the order of arguments for psFitsWriteHeader and …
(edit) @7231   20 years Paul Price Adding extname paramter to psFitsWriteTable.
(edit) @7230   20 years Paul Price Moving psFitsWriteTable functionality into psFitsInsertTable (the two …
(edit) @7229   20 years Paul Price Changing p_psFitsWriteHeader to psFitsWriteHeader (no check on the …
(edit) @7228   20 years Paul Price Removing psBinaryOp with = operator (no longer supported) in favour of …
(edit) @7227   20 years Paul Price psFitsWriteHeader checks that the HDU exists, and creates one if …
(edit) @7226   20 years Paul Price Extending the block on writing certain FITS headers to tables; …
(edit) @7225   20 years drobbin updated tests to remove failing outputs.
(edit) @7224   20 years Paul Price Fixing problem that prevented us from writing a PHU consisting of a …
(edit) @7223   20 years drobbin fixed some tests and reset verified output.
(edit) @7222   20 years Paul Price Getting rid of extraneous parenthesis that caused formatting problems.
(edit) @7221   20 years Paul Price Only particular FITS keywords may be duplicated in the metadata; …
(edit) @7211   20 years Paul Price Removing psDB_dummy.h in favour of putting its function into psDB.h so …
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7209   20 years Paul Price Removing old files, which shouldn't have been here in the first place.
(edit) @7208   20 years Paul Price Removing old stuff --- it used psCell, so it's really really old. …
(edit) @7203   20 years Paul Price Generate a MULTI the first time a DUPLICATE_OK is supplied. Change …
(edit) @7202   20 years Paul Price Updated test following update of psArguments.c
(edit) @7201   20 years Paul Price MULTI is now used for multiple items with the same value (-arg 1 -arg …
(edit) @7193   20 years Paul Price Cleaning up macro code.
(edit) @7192   20 years Paul Price Cleaned up macro code.
(edit) @7189   20 years Paul Price Adding logical operators: & and |
(edit) @7188   20 years Paul Price Changing printf to psTrace.
(edit) @7182   20 years drobbin fixed stdout so all machine outputs will match.
(edit) @7181   20 years drobbin Added verbose setting to test to turn off data values output. (causes …
(edit) @7180   20 years drobbin check in changes. Output is said to be verified by paul price. minor …
(edit) @7167   20 years Paul Price Don't bother checking values that have already been masked.
(edit) @7166   20 years Paul Price Adding reporting of how many values were clipped.
(edit) @7164   20 years Paul Price Calculate clippedNvalues.
(edit) @7163   20 years Paul Price Changing psStats to use "long" for counts.
(edit) @7162   20 years Paul Price Making sure SIMPLE, BITPIX and NAXIS are set in data-less primary headers
(edit) @7161   20 years Paul Price Updating essential headers for psFitsInsertImage. psFitsWriteImage …
(edit) @7160   20 years Paul Price Increasing number of data points, using sigma instead of multiplier …
(edit) @7148   20 years Paul Price Making nFail optional in psMetadataConfigParse.
(edit) @7143   20 years Paul Price Applying patch from Josh --- 'It adds support for multi column/field …
(edit) @7139   20 years Paul Price Adding check for NAN data.
(edit) @7137   20 years Paul Price Increasing number of data values. Increasing background value (makes …
(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.
Note: See TracRevisionLog for help on using the revision log.