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) @7707   20 years drobbin Edited doxygen in psString.h. Updated tests (for removal of …
(edit) @7703   20 years jhoblitt add psTimeStrptime()
(edit) @7701   20 years jhoblitt remove commented code
(edit) @7700   20 years jhoblitt add psTimeToTM() rename p_psTimeFromTM() -> psTimeFromTM() minor …
(edit) @7699   20 years jhoblitt add psMetadataLookupTime()
(edit) @7697   20 years magnier fixed error in psImageJpegColormapAlloc: vector length not set
(edit) @7663   20 years Paul Price Cleaning up psImageInit (no variable should ever be named "TTT"!). …
(edit) @7661   20 years jhoblitt change psDBCleanup() to quietly handle NULLs
(edit) @7660   20 years jhoblitt fix accidental free'ing of a lookuptable
(edit) @7656   20 years drobbin removed psAbort call in ImageInit.
(edit) @7655   20 years jhoblitt remove an unneeded assertion from psDBGenerateSelectRowSQL()
(edit) @7654   20 years jhoblitt more misc cleanups: assertions & variable declarations
(edit) @7653   20 years rhl Make PS_FILE_LINE actually work
(edit) @7652   20 years jhoblitt misc cleanups: assertions, memory leaks, etc. (unfinished)
(edit) @7651   20 years jhoblitt change psDBInsertRows() to use p_psDBRunQueryPrepared() change …
(edit) @7646   20 years Paul Price Adding memory checking at exit when environment variable …
(edit) @7644   20 years jhoblitt - rework the way MYSQL_BIND arrays are handled so that they are …
(edit) @7626   20 years Paul Price Applying patch from Josh: patch to make psdb thread safe.
(edit) @7619   20 years magnier fixed error in constraints for psImage
(edit) @7617   20 years Paul Price Applying patch from Josh. Renaming psMemThreadSafety to …
(edit) @7612   20 years drobbin Edited psImageFitPoly and EvalPoly. Scaling factors were using …
(edit) @7608   20 years rhl 1/ The p_psMemAllocatePersistent() block didn't cover enough of the …
(edit) @7607   20 years rhl Another change in the long quest to fix building without libjpeg …
(edit) @7603   20 years Paul Price Adding psLine.h to pslib.h
(edit) @7596   20 years drobbin Edited test for psImageFitPoly after row, col updates in psImageStats. …
(edit) @7594   20 years Paul Price psMessageDestination protocols should be case-insensitive.
(edit) @7588   20 years drobbin edited psLogMsgV to accept arguments ("",PS_LOG_ABORT,"",argPtr). Was …
(edit) @7587   20 years drobbin Edited psMessageDestination to correctly set logFD. Updated tests - …
(edit) @7579   20 years drobbin removed 'const' from ImageSet/VectorSet and worked on indice problem …
(edit) @7571   20 years Paul Price Cleaning up psTrace: getting rid of old code.
(edit) @7570   20 years Paul Price Cleaning up.
(edit) @7569   20 years Paul Price Abstracting stdout, stderr file descriptors, just in case.
(edit) @7568   20 years Paul Price Overhauled in preparation for the use of sockets, etc, for log …
(edit) @7564   20 years Paul Price Changing psS32 to int to correspond to SDRS.
(edit) @7563   20 years Paul Price Removing const from psRegionIsNaN: it's passed by value, so doesn't …
(edit) @7553   20 years Paul Price Removing extraneous #if-ed out code.
(edit) @7552   20 years Paul Price Removing extraneous comma.
(edit) @7551   20 years Paul Price Removing inline from header file.
(edit) @7550   20 years Paul Price Changing long to int to match SDRS.
(edit) @7549   20 years Paul Price Removing "inline" in the header file.
(edit) @7548   20 years Paul Price Adding const to psMetadataPrint
(edit) @7547   20 years Paul Price Removing stats from psLookupTableInterpolateAll
(edit) @7546   20 years Paul Price Removing stats for psLookupTableInterpolateAll.
(edit) @7545   20 years Paul Price Removing stats for psLookupTableInterpolateAll
(edit) @7541   20 years Paul Price Changing type of x,y to int instead of long.
(edit) @7540   20 years Paul Price Adding const for headers when writing, to match SDRS.
(edit) @7538   20 years Paul Price Adding "const" to synch with SDRS. Removing extraneous old code that …
(edit) @7535   20 years Paul Price x refers to the column, y refers to the row (bug 765).
(edit) @7534   20 years Paul Price Removing const from psImageSet.
(edit) @7533   20 years Paul Price Fixing psImageGet, psImageSet: x,y were around the wrong way (!), …
(edit) @7524   20 years magnier replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc
(edit) @7523   20 years magnier removed psRegion definition (was ifdef-ed out and moved to psRegion.h …
(edit) @7498   20 years Paul Price S64 and U64 are printed with %jd and %ju --- the 'j' is architecture …
(edit) @7497   20 years Paul Price Applying patch from Josh to fix logic error.
(edit) @7496   20 years magnier two changes to the behavior of psRegionFromString: 1) [0:0,0:0]
(edit) @7490   20 years Paul Price S64 and U64 should be printed with %lld and %llu.
(edit) @7472   20 years drobbin Added support for psU64 and psS64 in datatype, metadata, metadataItem, etc.
(edit) @7468   20 years magnier added support in ConfigParse for U8,U16,U32,S8,S16; replaced …
(edit) @7467   20 years magnier fixed limits on assert
(edit) @7465   20 years Paul Price Changing pmFitsReadTable definition to use const.
(edit) @7464   20 years rhl Fix error messages about C preprocessor failing
(edit) @7452   20 years rhl jpeg AGAIN. Grrr. Put jpeg arguments into PSLIB_*
(edit) @7451   20 years drobbin Added type support in MetadataConfigFormat. added types in psVector part.
(edit) @7448   20 years drobbin Added psMetadataPrint to tst_01 (moved from 07) and expanded test. …
(edit) @7427   20 years Paul Price Adding calls to p_psMemAllocatePersistent within p_psTimeInit, per bug 753.
(edit) @7425   20 years rhl Fixed --with-jpeg (no more refs to FFTW3\!)
(edit) @7418   20 years drobbin checked-in stderr for string test, removed one log msg.
(edit) @7416   20 years rhl Need $(JPEG_CFLAGS) on systems where libjpeg's not found in the path
(edit) @7415   20 years rhl Need $(GSL_CFLAGS) on systems where gsl's not found in the path
(edit) @7414   20 years rhl Support p_psMemAllocatePersistent (bug report 753)
(edit) @7412   20 years Paul Price Fixing --with-float for FFTW to --enable-float, which is what builds …
(edit) @7405   20 years Paul Price Applying patch from Josh to fix spelling.
(edit) @7404   20 years Paul Price Correcting FFTW configure option.
(edit) @7386   20 years Paul Price Applying patch from Josh to break up existing function.
(edit) @7383   20 years Paul Price Patch from Josh to correctly handle the insertion of NULL strings.
(edit) @7381   20 years Paul Price Adding files missed in previous commit to merge additional pslib …
(edit) @7380   20 years Paul Price Merging the pslib "additional" functions from the modules into psLib …
(edit) @7377   20 years drobbin took psMetadataPrint test out of IO and put it into 01
(edit) @7375   20 years Paul Price Adding additional assert macros.
(edit) @7368   20 years drobbin Added test for psMetadataItemCopy. Removed commented, obsolete code …
(edit) @7348   20 years drobbin It seems that everything is working fine. Stderr diff showed Hello …
(edit) @7325   20 years magnier changing psError to psTrace in psMatrixGJSolve and psMinimizeLMM in …
(edit) @7318   20 years drobbin changes were made so that if nfail is NULL it prints out 'linePtr'. …
(edit) @7305   20 years drobbin added if statement to standardize error output between platforms.
(edit) @7301   20 years drobbin checked in differing output on the server. May have to edit the …
(edit) @7300   20 years Paul Price Applying patches from RHL. * Correctly detect cfitsio 3 (ffdkopn) * …
(edit) @7297   20 years Paul Price SIMPLE may not be at the start of the header (for some reason), so …
(edit) @7296   20 years drobbin checked in test output. Metadata_01 test is now currently empty. …
(edit) @7295   20 years Paul Price If SIMPLE is F, then don't block keywords. Also caught a bug in the …
(edit) @7294   20 years Paul Price Applying patch from Josh: adds 'or' conditional support to psDB where …
(edit) @7289   20 years Paul Price Remove SIMPLE from the list of banned keywords, but ensure it's a …
(edit) @7277   20 years Paul Price Removing psReadout assertions.
(edit) @7267   20 years drobbin Removed test calling psMetadataReadHeader which seems to no longer be …
(edit) @7266   20 years Paul Price It appears that cfitsio doesn't really distinguish between short int …
(edit) @7255   20 years Paul Price Using memset on psVectorInit when the value is zero (then we can get …
(edit) @7251   20 years Paul Price Removing commented-out code (old version of psStringSplit).
(edit) @7250   20 years Paul Price Applying patch from RHL to remove extraneous \n from end of psError …
(edit) @7246   20 years Paul Price Fixing bug 760: cfitsio refuses to write out NaN and Inf (it …
(edit) @7245   20 years Paul Price Removed psMetadataReadHeader --- this function is no longer in the …
(edit) @7244   20 years Paul Price Fix for bug 759: Adding a filter to catch NaN, Inf and -Inf in FITS …
Note: See TracRevisionLog for help on using the revision log.