IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/astro

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17023   18 years eugene add psTimeFromString to parse various human-readable formats
(edit) @15254   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
(edit) @15050   19 years eugene drop useless psMemCheckType, change PS_ASSERT_PTR to PS_ASSERT_PTR_NON_NULL
(edit) @14452   19 years jhoblitt gcc attribute cleanup
(edit) @14077   19 years jhoblitt change psTimeCopy() to pass through NULL values
(edit) @13950   19 years jhoblitt change psLibInit() to return a boolean status change psLibFinalize() …
(edit) @13930   19 years jhoblitt ws fixes
(edit) @13839   19 years magnier adding partially-implemented TNX
(edit) @12737   19 years Paul Price Fixing up enums --- psProjectionClass was using PS_PROJ_WHATEVER, as …
(edit) @12735   19 years Paul Price Adding const, errors for string/enum conversions
(edit) @12479   19 years magnier fixed error in free: was freeing the wrong thing
(edit) @12432   19 years Paul Price Solaris doesn't like having something called "sun"...…
(edit) @12409   19 years jhoblitt change psTimeConvert() to return NULL when passed an invalid psTime object
(edit) @12330   19 years Paul Price Making psPixels APIs to look more like the psArray, psVector APIs …
(edit) @11694   19 years jhoblitt ./sys header file cleanup: formatting/whitespace fixes add a …
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11674   19 years jhoblitt change psFree() macro to *NOT* cast all pointers to (void *) change …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @11618   19 years magnier fixed un-inits
(edit) @11616   19 years jhoblitt don't include string.h in psString.h
(edit) @11248   20 years magnier major cleanup of the Doxygen groups
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10848   20 years magnier changed return value for psVectorFit functions to bool; now using …
(edit) @10823   20 years magnier added a bunch of needed projection varients
(edit) @10736   20 years magnier two fixes: catch fractional seconds in psTimeStrptime, allow …
(edit) @10609   20 years magnier replaced p_psProject, p_psDeproject with psProject, psDeproject
(edit) @10122   20 years magnier cleaned up psTimer functions, changed psTimerStop to return bool …
(edit) @10100   20 years rhl p_psGetConfigFileName no longer exists
(edit) @10092   20 years magnier timer should use tai, not utc; asserts should use an explicit integer
(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) @9980   20 years des Changed "if (MJD == NAN"..." to "if isnan(MJD)..." per Standard C.
(edit) @9976   20 years drobbin Implemented testing for psEarthOrientation. Done with motion, working …
(edit) @9932   20 years drobbin Added files for profiling reporting in astro/. Error checks for NAN …
(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) @9805   20 years drobbin Added error check to psTimeCopy for proper time-type. only formatting …
(edit) @9749   20 years jhoblitt change psTimeToISO() to not append a 'Z' to the time string
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9665   20 years jhoblitt rename p_psTimeCopy() -> psTimeCopy() as it should be a public interface
(edit) @9540   20 years Paul Price Fixing psTraceGetLevel to use same convention as for psTrace
(edit) @9538   20 years Paul Price Synchronising with SDRS, and cleaning up: * Replaced is_psType() with …
(edit) @8914   20 years jhoblitt remove psTest.h
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8773   20 years jhoblitt fix psTimeFromISO() to correct set the time type
(edit) @8772   20 years jhoblitt fix psTimeStrptime() - a hard coded format was being used instead of …
(edit) @8712   20 years jhoblitt move $SRCINC to always be left of $PSLIB_CFLAGS
(edit) @8627   20 years jhoblitt add gcc format attributes to: psAbort() psErrorStackPrint() …
(edit) @8595   20 years rhl <time.h> fails to define gmtime_r on os/x 10.4.6 due to an apparent …
(edit) @8412   20 years Paul Price Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
(edit) @8245   20 years jhoblitt normalize psTrace() facility names
(edit) @8232   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7961   20 years jhoblitt add psTimeStrftime()
(edit) @7942   20 years rhl Return error indication (NAN/NULL) in case of error, don't just call …
(edit) @7934   20 years rhl Remove unimplemented p_psPlaneTransformLinearInvert_MHPCC for swig's sake
(edit) @7914   20 years drobbin Added error handling to memory checking functions. Will hopefully …
(edit) @7766   20 years Paul Price Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
(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) @7608   20 years rhl 1/ The p_psMemAllocatePersistent() block didn't cover enough of the …
(edit) @7552   20 years Paul Price Removing extraneous comma.
(edit) @7547   20 years Paul Price Removing stats from psLookupTableInterpolateAll
(edit) @7427   20 years Paul Price Adding calls to p_psMemAllocatePersistent within p_psTimeInit, per bug 753.
(edit) @7300   20 years Paul Price Applying patches from RHL. * Correctly detect cfitsio 3 (ffdkopn) * …
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7118   20 years drobbin Updated outputting message in EOC. (Added VERBOSE option, set default …
(edit) @7079   20 years magnier cleaned up ELIXIR/OLD version split
(edit) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6536   20 years drobbin changed getToken to see if it has gotten to NULL before incrementing …
(edit) @6534   20 years drobbin Edited psSphereOps to use dynamically allocated psSphereRot's everywhere.
(edit) @6484   20 years drobbin Changed psArray & psVector to zero 'n' upon allocation. Used to set …
(edit) @6445   20 years drobbin Changed psArrayAlloc to set ->n = 0. Updated corresponding functions …
(edit) @6425   20 years drobbin Added psMemThreadSafety. Removed p_lock from psList. Added comments …
(edit) @6409   20 years gusciora Rewrote psPlaneTransformCombine().
(edit) @6395   20 years gusciora .…
(edit) @6394   20 years gusciora .…
(edit) @6393   20 years gusciora .…
(edit) @6392   20 years gusciora .…
(edit) @6389   20 years gusciora Complete rewrite of psPlaneTransformInvert(). I now call the …
(edit) @6388   20 years gusciora The psPlaneTransformFit() was completely rewritten and simplified. We …
(edit) @6384   20 years gusciora Misc code cleaning.
(edit) @6383   20 years gusciora .…
(edit) @6382   20 years gusciora Tests for psPlaneAlloc() psPlaneFree(). Initialized the members of psPlane.
(edit) @6346   20 years gusciora .…
(edit) @6328   20 years drobbin added comments
(edit) @6314   20 years desonia modified to reflect change in behaviour of psMetadataLookupPtr/Str/MD …
(edit) @6309   20 years drobbin Added comments, removed old code & comments, added NULL checks.
(edit) @6269   20 years drobbin Updated psTimeFromISO to use 2nd argument, psTimeType and output the …
(edit) @6268   20 years drobbin Fixed Time conversions and ToMJD & ToJD fxns to use TAI type. Updated …
(edit) @6254   20 years gusciora Fixed math error with the TransformDeriv function
(edit) @6253   20 years drobbin Added test for PlaneTransformDeriv in Coord02
(edit) @6251   20 years drobbin Added type support in Metadata for s8,s16,u8-32. Edited …
(edit) @6230   20 years drobbin Implemented psPixelsTransform.
(edit) @6204   20 years gusciora Implemented the polynomial alloc argument changes.
(edit) @6187   21 years drobbin Created psArguments.[ch] and moved psArguments fxn in from psMetadata …
(edit) @6186   21 years gusciora Misc code cleaning
(edit) @6184   21 years drobbin updated PrecessMethod. Fixed MetadataAddStr to error on NULL input. …
Note: See TracRevisionLog for help on using the revision log.