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) @32361   15 years bills fix uninitialized variable in freeTable()
(edit) @32263   15 years bills Implement the accessor functions. Remove the GetCell accessor versions.
(edit) @32251   15 years bills add psFitsTableNew.h to pslib.h Fix a memory leak.
(edit) @32229   15 years bills remove dead code
(edit) @32228   15 years bills working version of psFitsReadTableNew and psFitsWriteTableNew
(edit) @32217   15 years bills first work on new memory efficient fits binary table implementation
(edit) @31633   15 years watersc1 merge from czw branch: ASINH code
(edit) @31597   15 years eugene plug leak in psFitsReadImage; fix scaling on input (status needs to be …
(edit) @31152   15 years eugene consolidate multiple FITTED stats; updates to psImageBackground based …
(edit) @30636   15 years watersc1 merge from czw_branch of logflux code
(edit) @29931   16 years eugene proper error for failure to read cube
(edit) @28580   16 years Paul Price Better way of checking for empty tables --- doesn't always make sense.
(edit) @28511   16 years Paul Price Fix logical error. Add check for empty table when getting size.
(edit) @28510   16 years Paul Price Previous solution didn't work.
(edit) @28509   16 years Paul Price Better error message.
(edit) @28507   16 years Paul Price An 'image' can be an empty table.
(edit) @28216   16 years Paul Price Fix compiler warning on type.
(edit) @28208   16 years Paul Price Adding functions psFitsReadTableAllColumns and …
(edit) @27448   16 years bills remove noWriteFitsKeys before translating them. This fixes a problem …
(edit) @27417   16 years Paul Price Merging development branch branches/pap_stack/ (exposure maps and …
(edit) @27313   16 years Paul Price Preserve type in psFitsReadImageBuffer.
(edit) @27249   16 years Paul Price Wasn't being rigorous about checking for good pixels: just because …
(edit) @27219   16 years bills fix build Mac build problem
(edit) @27097   16 years Paul Price Multiple retries to measure background statistics, to avoid writing …
(edit) @26481   17 years bills If cfitsio type is TLONGLONG save as a psS64. It was falling through …
(edit) @25478   17 years Paul Price Expand to allow S64, U64 types. Set outputs to values that will …
(edit) @25439   17 years Paul Price Fixing fuzz so that the expectation value is preserved: by adding …
(edit) @25383   17 years Paul Price Merging branches/pap (detection efficiency development) into trunk.
(edit) @25087   17 years Paul Price Add trace statements for debugging. Fix writing FITS tables: need to …
(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
Note: See TracRevisionLog for help on using the revision log.