Tim Jenness

Results 59 comments of Tim Jenness

Ok. It hadn't crossed my mind that HDUs associated with binary tables would be silently dropped. It's not required in the short term as I'm reading the SDFITS natively with...

`clang` on Yosemite no longer seems to search `/usr/local/`. This triggers the JPEG build ok but then basic OS X tools start failing because `DYLD_LIBRARY_PATH` is set (see #1). Either...

I think it's clear that for parsing of FITS headers we have to be using the C locale as that is essentially how the FITS standard is defined.

I have also noticed that if I "clear all outputs" then new output does suddenly appear.

Thank you. That explains why spellright thinks it is enabled but is not working for me at all on my M1 laptop.

Looks like using `re.escape(self.tag)` would be enough. I wonder if there are other places that need that.

`palRefro` is a direct port of the Fortran SLALIB and testing did show that it agrees with the original. I've had a quick look at the SOFA/ERFA code (which now...

@grahambell I see that the most recent commit was the 0.9.10 release but there doesn't seem to be a tag for that or 0.9.9. Did you make tags and not...

You need to be using the https://github.com/Starlink/starlink autoconf extensions to build the configure script. The expectation is that most people use the official releases at https://github.com/Starlink/pal/releases which do include the...

In my quick test with Rubin code using cfitsio I ended up with a header that looks like this: ``` NOSPACE = 'test1 ' HIERARCH WITH SPACE = 'test2 '...