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) @25049   17 years Paul Price XSI-compliant and GNU-specific versions were around the wrong way.
(edit) @25002   17 years Paul Price Fixing bug that prevents funpack from decompressing FITS files cleanly …
(edit) @24960   17 years Paul Price Fixing error message to be a bit more helpful.
(edit) @24901   17 years Paul Price Adding trace statements.
(edit) @24863   17 years Paul Price Propagate error instead of SEGV.
(edit) @24512   17 years Paul Price Done with development of mechanism to automatically publish …
(edit) @24285   17 years bills In psFitsCompressionTypeFromString allow matches where the beginning …
(edit) @23376   17 years Paul Price Don't write the compressed keywords even if we aren't compressing --- …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @22729   17 years Paul Price Since we're now writing a covariance matrix to the end of the variance …
(edit) @22714   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @22432   17 years Paul Price Didn't convert arguments when changing psWarning to psError.
(edit) @22431   17 years Paul Price More detail in error messages.
(edit) @21535   17 years Paul Price It seems to be impossible for us to directly write out U16 with PLIO …
(edit) @21431   17 years bills when waiting for fits file's directory to be accessible, only double …
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @21117   18 years Paul Price Increasing number of retries when opening a FITS file. Previously was …
(edit) @21116   18 years Paul Price Cleaning up.
(edit) @21081   18 years eugene check and retry for existence of containing directory
(edit) @21028   18 years Paul Price Adding support for read/write 64-bit integers.
(edit) @21027   18 years Paul Price Use psWarning instead of psLogMsg.
(edit) @20632   18 years eugene need to include ZDATASUM and ZHECKSUM in list of excluded keywords
(edit) @19872   18 years Paul Price Was writing compressed-translated versions of some headers when we …
(edit) @19384   18 years Paul Price Adding functions psFitsWriteImageCubeWithMask and …
(edit) @19383   18 years Paul Price Adding capability for a mask to be provided when determining …
(edit) @19270   18 years Paul Price The bad pixels were coming through in ds9 as the maximum value. …
(edit) @19035   18 years eugene created psFitsDumpErors to dump all CFITSIO errors in the stack; also …
(edit) @18869   18 years Paul Price Don't write header keywords particular to compressed images in …
(edit) @18590   18 years Paul Price Making UpdateImage look like WriteImage.
(edit) @18580   18 years eugene plug memory leak
(edit) @18421   18 years Paul Price Putting in ffrdef in other places --- just in case!
(edit) @18420   18 years Paul Price Force a re-scan of the header to ensure everything's kosher. Was …
(edit) @18392   18 years Paul Price Plugging memory leak.
(edit) @18208   18 years eugene allow case where bscale/bzero cannot be determined
(edit) @18156   18 years Paul Price If the BSCALE for quantisation can't be determined (e.g., a …
(edit) @18144   18 years Paul Price Catch NULL vector.
(edit) @17824   18 years eugene remove invalid check for static convName == NULL
(edit) @17660   18 years Paul Price Some fixes to image I/O: (1) when BITPIX=8, the FITS standard says …
(edit) @17656   18 years Paul Price Ensure input tilesize vector is non-NULL.
(edit) @17587   18 years Paul Price Explicitly writing ZBITPIX (with lower value than what is actually …
(edit) @17447   18 years jhoblitt convert assert() to psAssert()
(edit) @17053   18 years Paul Price Empty strings were being returned as a single space. Looks like a …
(edit) @17048   18 years Paul Price Including strings.h for strcasecmp
(edit) @16993   18 years eugene minor formatting change
(edit) @16934   18 years Paul Price Check was unnecessary since we are setting bitpix ourselves.
(edit) @16825   18 years Paul Price Allow Boolean values to be written to FITS tables. Since we can't use …
(edit) @16822   18 years Paul Price Translate keywords when writing compressed, e.g., SIMPLE --> ZSIMPLE.
(edit) @16676   18 years Paul Price Typo.
(edit) @16672   18 years Paul Price Trying to make the scaling of floating-point images a bit more robust. …
(edit) @16665   18 years Paul Price Fixing bug 1046 --- cfitsio assigns the values associated with COMMENT …
(edit) @16549   18 years Paul Price ieee754.h doesn't exist on MacOS X. Moved required definition from …
(edit) @16204   19 years Paul Price Guarding against SEGV on !options.
(edit) @16197   19 years Paul Price Removing psFitsScalingMeasure, since psImageBackground removes all …
(edit) @16185   19 years Paul Price Merging pap_branch_080117 onto mainline.
(edit) @16108   19 years Paul Price Changing function names
(edit) @16095   19 years Paul Price Renaming functions for clarity. e.g., "convertImageWrite" did not …
(edit) @15920   19 years eugene default bscale
(edit) @15919   19 years eugene oops, FITS 8-bit data is U8 not S8
(edit) @15909   19 years eugene disabling floating-point fuzzing of data; it is not working and it …
(edit) @15908   19 years eugene fixed mis-match in psType to CFITSIO type for U8, S8; avoid setting …
(edit) @15662   19 years Paul Price Adding check to see if we're on the PHU, in which case we …
(edit) @15630   19 years Paul Price Integrating the code to choose the output BITPIX (and quantising …
(edit) @15625   19 years Paul Price Adding "NONE" for no compression.
(edit) @15335   19 years Paul Price Adding psFitsFloat.[ch] for quantising (and unquantising) …
(edit) @15249   19 years Paul Price Adding assertion on whether the FITS file is writable.
(edit) @15248   19 years Paul Price Adding function to return the number of rows in a FITS table. Also …
(edit) @15191   19 years Paul Price Translate the compressed image FITS headers to the proper header names …
(edit) @15179   19 years Paul Price Merging branch with FITS compression development.
(edit) @14878   19 years jhoblitt change psFitsOptionsAlloc() to make a copy of it's tilesize arg
(edit) @14877   19 years jhoblitt add psFitsOptionsAlloc() add psFitsSetOptions()
(edit) @14876   19 years jhoblitt psFitsSetCompression() error handling cleanups
(edit) @14872   19 years jhoblitt check psFitsSetCompression() to accept a psVector in place of an dim …
(edit) @14871   19 years jhoblitt change psFitsSetCompression() to report the cfitsio error stack
(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 …
Note: See TracRevisionLog for help on using the revision log.