IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/fits

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14868   19 years jhoblitt add psFitsSetCompression()
(edit) @14460   19 years Paul Price Adding code to restore HIERARCH key names to their proper name, but it …
(edit) @14417   19 years Paul Price Avoiding use of psMetadataAdd(), to avoid endian bugs.
(edit) @12801   19 years magnier check EXTWORD for string and non-string values
(edit) @12555   19 years magnier fixed memory leak in psFitsClose
(edit) @12554   19 years magnier added prototype
(edit) @12549   19 years magnier adding user-definable fits->extword to psFits
(edit) @12431   19 years Paul Price Removing complex number support. No-one was using it, and it prevents …
(edit) @11998   19 years Paul Price Fixing error type.
(edit) @11977   19 years Paul Price psFitsReadHeaderSet was adding the headers so that the final result …
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @11248   20 years magnier major cleanup of the Doxygen groups
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10915   20 years magnier fixed psFitsWriteBlank to move to the last HDU and call fits_write_img
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9662   20 years Paul Price Adding blank header keywords to list of keywords to ignore. Found …
(edit) @9538   20 years Paul Price Synchronising with SDRS, and cleaning up: * Replaced is_psType() with …
(edit) @9066   20 years magnier adding EXTNAME option to psFitsWriteBlank
(edit) @8914   20 years jhoblitt remove psTest.h
(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) @8623   20 years Paul Price Require 'z' modifier for size_t argument.
(edit) @8466   20 years rhl Remove check for impossible condition
(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) @7984   20 years Paul Price Fixing FITS table vector writing: wasn't copying into the byte vector …
(edit) @7981   20 years Paul Price Fixing TFORM for vectors.
(edit) @7980   20 years Paul Price Setting size of vector.
(edit) @7914   20 years drobbin Added error handling to memory checking functions. Will hopefully …
(edit) @7885   20 years drobbin removed 'const' from getTForm return. Not needed and causing the …
(edit) @7846   20 years Paul Price * Moving common functions (convertFitsToPsType and …
(edit) @7823   20 years Paul Price Allowing the writing of a completely minimal header.
(edit) @7713   20 years Paul Price Adding special handling for COMMENT and HISTORY keywords.
(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) @7465   20 years Paul Price Changing pmFitsReadTable definition to use const.
(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) @7295   20 years Paul Price If SIMPLE is F, then don't block keywords. Also caught a bug in the …
(edit) @7289   20 years Paul Price Remove SIMPLE from the list of banned keywords, but ensure it's a …
(edit) @7266   20 years Paul Price It appears that cfitsio doesn't really distinguish between short int …
(edit) @7246   20 years Paul Price Fixing bug 760: cfitsio refuses to write out NaN and Inf (it …
(edit) @7244   20 years Paul Price Fix for bug 759: Adding a filter to catch NaN, Inf and -Inf in FITS …
(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) @7232   20 years Paul Price Changing the order of arguments for psFitsWriteHeader and …
(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) @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) @7224   20 years Paul Price Fixing problem that prevented us from writing a PHU consisting of a …
(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) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(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) @6936   20 years magnier fixed missing vector length assignments
(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) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6767   20 years desonia modified API to match current SDRS.
(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) @6354   20 years desonia fixed a leak in psFits table reading and cleaned up things according …
(edit) @6314   20 years desonia modified to reflect change in behaviour of psMetadataLookupPtr/Str/MD …
(edit) @5519   21 years desonia modifications due to psMetadataLookupPtr now incrementing the …
(edit) @5511   21 years desonia Overhauled the Fits functions to match latest SDRS.
(edit) @5217   21 years desonia added .loT files for ignoring.
(edit) @5168   21 years desonia added support for reading vectors from binary tables.
(edit) @5164   21 years desonia added support for writing psVectors to tables.
(edit) @5149   21 years desonia Fixed psFitsUpdateTable to properly handle string and bool values.
(edit) @5141   21 years desonia fixed various bugs in writing of text to table.
(edit) @5136   21 years desonia changed PS_META* datatypes to more generic PS_DATA* datatypes.
(edit) @5099   21 years desonia Added string support to psFitWriteTable
(edit) @5057   21 years drobbin Minor changes from new SDRS, prototype code for psArguments
(edit) @4981   21 years desonia Bug 515
(edit) @4953   21 years desonia * empty log message *
(edit) @4898   21 years drobbin Implemented psMemCheckType functions and tests. Some testing remains …
(edit) @4891   21 years drobbin psMetadataAddWhatever fxns now accept an int format parameter (bug504)
(edit) @4556   21 years desonia fixed some dropped changes of last week.
(edit) @4540   21 years desonia massive restructuring of codebase.
(edit) @4446   21 years desonia * empty log message *
(edit) @4392   21 years drobbin changed psFreeFcn to psFreeFunc
(edit) @4343   21 years drobbin * empty log message *
(edit) @4342   21 years drobbin * empty log message *
(edit) @4315   21 years drobbin * empty log message *
(edit) @4308   21 years desonia added enhancement to psFree so that it sets the reference being freed …
(edit) @4214   21 years desonia beefed up psImageTransform
(edit) @4193   21 years desonia fixed minor bugs (Bug #307, etc.)
(edit) @4191   21 years desonia removed extname from psFitsWrite* functions (Bug #412).
(edit) @4190   21 years drobbin * empty log message *
(edit) @4162   21 years desonia added comments on the end of #endif and #else
(edit) @4158   21 years desonia Bug #410 -- changed the return value of psFitsReadHeaderSet to psMetadata*.
(edit) @3977   21 years desonia fixes to psRegion.
(edit) @3970   21 years desonia reorganized the image functions into more files.
(edit) @3851   21 years desonia fix for bug#348. When reading a string table element, the buffer …
Note: See TracRevisionLog for help on using the revision log.