Tim Jenness
Tim Jenness
I haven't tried v4.4.0 of cfitsio but the release notes on https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt mention long keywords but not HIERARCH so I don't know if it got fixed. I definitely didn't get...
I am told this was fixed in cfitsio 4.3.0: > Enhancement of long string keyword read/write functions to fully conform with FITS standard specifications for multi-line value and comment strings....
@keflavich Sorry. It's all C code inside pyast. @dsberry do you have test STC-S region examples other than the one in that paper? I see a couple in `teststcschan.f` inside...
@dsberry thanks for the demo. I imagine that would be useful. @astrofrog regarding using AST to parse the regions. I'm not sure. You could in theory get the compound region...
The note is here http://www.ivoa.net/documents/Notes/STC-S/ Obviously many people have implemented it and I'm pretty sure JAC is sending STC-S region strings to CADC. I wonder why it never got formalized....
I know it's been two years, but did this get fixed all on its own?
@leeskelvin you will need to rebase this PR. It seems like a new release of EUPS is due, are you wanting this PR to be included?
Note, this is true in the LSST case where the stack is using a different python from the one use by EUPS. This can happen with the current `newinstall.sh` that...
I think it's a general problem for EUPS in that EUPS is written in Python and that a package can be set up that messes with the environment in such...
From what I can tell the use of `getInfo` was added in commit 4ada4fc90bdbd9a685f572afe6afb4209d7c4893 (from 2008) and even in that checkout there is no definition of `getInfo`.