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) @10251   20 years magnier added F32 version of psMatrixGJSolve
(edit) @10246   20 years Paul Price Adding sqrt. Explicitly casting values within functions to avoid …
(edit) @10244   20 years Paul Price psImageInit should error on NULL input.
(edit) @10243   20 years Paul Price Adding assertion to psImageInit.
(edit) @10242   20 years Paul Price psMetadataItemParseBool needed an option for boolean input!
(edit) @10241   20 years jhoblitt change psDBPackMySQLRow() to check the return of psTimeToTM().
(edit) @10233   20 years jhoblitt change parseTime() to use psTimeFromISO() instead of psTimeStrptime() …
(edit) @10196   20 years magnier update .cvsignore
(edit) @10193   20 years magnier added tap output programs to .cvsignore
(edit) @10192   20 years magnier fixed error in p_psMinLM_GuessAB: failed to set masked parameters! …
(edit) @10178   20 years magnier added some asserts, testing GaussNewton values
(edit) @10177   20 years magnier added const to p_psVectorGetElementF64 and psVectorPrint
(edit) @10173   20 years magnier several important changes: - simplified code for sampleMean and MinMax
(edit) @10170   20 years magnier added test for non-normal matrix equation
(edit) @10169   20 years magnier added psVectorStats for sky measurement, with multiple stats options; …
(edit) @10166   20 years magnier added stats tests
(edit) @10136   20 years rhl Added psImageUnbinPixel
(edit) @10132   20 years jhoblitt compare NULL psTimes with "IS" instead of "="
(edit) @10130   20 years jhoblitt handle NULL psTime objections when generation SQL conditional stmts
(edit) @10123   20 years Paul Price Adding test for bug 845.
(edit) @10122   20 years magnier cleaned up psTimer functions, changed psTimerStop to return bool …
(edit) @10121   20 years magnier divide initial guess by Qii (previously assumed input matrix was …
(edit) @10108   20 years Paul Price Cause of problem in p0tool was found in psDB. psDBMySQLToPType was …
(edit) @10101   20 years rhl Posix requires sys/stat.h to use fstat
(edit) @10100   20 years rhl p_psGetConfigFileName no longer exists
(edit) @10093   20 years magnier added missing backslash char; was dropping certain files
(edit) @10092   20 years magnier timer should use tai, not utc; asserts should use an explicit integer
(edit) @10065   20 years Paul Price psArgumentVerbosity was clobbering the pre-set log level.
(edit) @10051   20 years magnier comment change
(edit) @10044   20 years jhoblitt add psDBAffectedRows()
(edit) @10017   20 years magnier finished psSparseBorder, runs tests ok
(edit) @10016   20 years magnier added tap_psSparse
(edit) @10015   20 years magnier finished initial psSparse tests
(edit) @10010   20 years magnier added tap tests for psSparseBorder functions
(edit) @10009   20 years magnier added psSparseBorder for special matrices
(edit) @10008   20 years jhoblitt implement database store support for psU32 & psU64s
(edit) @10001   20 years magnier more dev work on the psSparseBorder concepts
(edit) @9999   20 years jhoblitt change psDBPackMySQLRow() & psDBGenerateCreateTableS() to support …
(edit) @9995   20 years Paul Price Fixing compilation errors.
(edit) @9991   20 years magnier adding psSparseBorder APIs (ifdef-ed out)
(edit) @9990   20 years jhoblitt rename psDBInit() -> psDBAlloc() and set psDBFree() as the deallocator …
(edit) @9989   20 years Paul Price Function to get config file name was not globally visible.
(edit) @9988   20 years jhoblitt fix default etc dir
(edit) @9987   20 years Paul Price Changing p_psGetConfigFileName to p_psTimeConfigFileName --- previous …
(edit) @9985   20 years jhoblitt add support for "unique" fields
(edit) @9982   20 years Paul Price Fixing bug in psVectorHistogram when input is not of type F32.
(edit) @9980   20 years des Changed "if (MJD == NAN"..." to "if isnan(MJD)..." per Standard C.
(edit) @9979   20 years jhoblitt fix the install paths so that "shared" install files are contained in …
(edit) @9978   20 years des In function psVectorToString, appended after line 548 the following …
(edit) @9977   20 years drobbin Someone moved the datadir from psLib/share/pslib to psLib/share so …
(edit) @9976   20 years drobbin Implemented testing for psEarthOrientation. Done with motion, working …
(edit) @9975   20 years Paul Price Adding assertion on rng.
(edit) @9974   20 years Paul Price Excess psMetadataAddItem was causing errors ("Duplicate metadata item …
(edit) @9948   20 years drobbin Added empty test templates for psEarthOrientation.c and updated makefile
(edit) @9941   20 years drobbin Reformatted for consistency between tests.
(edit) @9939   20 years Paul Price string.h is required for strlen.
(edit) @9938   20 years jhoblitt in getMetadataType() remove duplicate call to psMetadataAddItem() …
(edit) @9937   20 years jhoblitt when parsing a line don't terminate the comment at a '~'
(edit) @9936   20 years drobbin Reformatting done for consistency between tests.
(edit) @9935   20 years jhoblitt print got/expected on ok_str() failure
(edit) @9934   20 years drobbin Replaced all unreachable spots I removed previously.
(edit) @9933   20 years drobbin Tap test for psSphereOps.c. execute_tap script added for convenience. …
(edit) @9932   20 years drobbin Added files for profiling reporting in astro/. Error checks for NAN …
(edit) @9931   20 years jhoblitt fix printing of empty METADATA comments
(edit) @9927   20 years magnier added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
(edit) @9926   20 years magnier added tap_psImageShiftKernel.c to test NxN kernel-shifting code
(edit) @9921   20 years jhoblitt remove name from p_psParseLevelInfo add 'nested' metadata's to the …
(edit) @9920   20 years jhoblitt remove passing around of a metadata nesting level param as this …
(edit) @9919   20 years jhoblitt delay parseLevelInfoArray alloc in parseLine() until it's really needed
(edit) @9918   20 years jhoblitt check fclose()'s return status
(edit) @9917   20 years jhoblitt revamp parseVector()
(edit) @9916   20 years jhoblitt split parseGeneric(), parseType(), & parseMetadataEnd() out of …
(edit) @9912   20 years jhoblitt improved error checking, coding style, & structure in parseLine() …
(edit) @9911   20 years jhoblitt remove ChangeLog as it's empty
(edit) @9910   20 years Paul Price Cleaning up --- isolating tests from each other.
(edit) @9909   20 years Paul Price Adding psClip
(edit) @9908   20 years drobbin added outputs: mdc-overwrite_true.txt and mdc-overwrite_false.txt in …
(edit) @9900   20 years drobbin Updated testing to conform to changes in psMetadataPrint return status.
(edit) @9896   20 years drobbin Merged this test into the output test
(edit) @9895   20 years drobbin Updated testing
(edit) @9875   20 years magnier added tests for psImageShift and psImageInterpolate, fixed low-level …
(edit) @9874   20 years drobbin Added type handling for S/U64
(edit) @9873   20 years jhoblitt improve error handling in psMetadataConfigParse()
(edit) @9872   20 years jhoblitt fix error checking in psMetadataConfigRead()
(edit) @9868   20 years drobbin Added comment parsing for metadata in parseLine in psMetadataConfig.c. …
(edit) @9865   20 years magnier added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
(edit) @9864   20 years magnier added BICUBE interpolation, removed scrap code in BILINEAR interpolation
(edit) @9863   20 years magnier added psImageInterpolate tests so I could test fixes to this function
(edit) @9862   20 years drobbin Updated MetadataConfig tests and merged (removed) …
(edit) @9860   20 years jhoblitt check munmap()'s return status
(edit) @9848   20 years drobbin Removed a couple unreachable spots from psMetadataConfig in …
(edit) @9847   20 years drobbin Added a test for psArrayAllocEmpty (to complete psArray test-coverage)
(edit) @9846   20 years drobbin Updated psMetadataConfig- removed 1 or 2 unreachable spots. Updated …
(edit) @9829   20 years drobbin input file for psMetadataConfigParse.
(edit) @9828   20 years jhoblitt use MYSQL_LDFLAGS instead of MYSQL_LIBS
(edit) @9819   20 years jhoblitt rollback r1.100 pending discussion of *Alloc() function behavior
(edit) @9818   20 years jhoblitt removed test in psTimeCopy checking for psTimeAlloc() returning NULL. …
(edit) @9814   20 years drobbin Adding tap test for psMetadataConfigFormat
(edit) @9805   20 years drobbin Added error check to psTimeCopy for proper time-type. only formatting …
(edit) @9804   20 years jhoblitt code tidying
Note: See TracRevisionLog for help on using the revision log.