iraf
iraf copied to clipboard
IRAF - Image Reduction and Analysis Facility
Taken from NOIRLABs IRAF, 5d4c168b549bf2b41a2e7dfe0e5e2de86328b9ba, author @mjfitzpatrick > The libtbtables.a was changed in v2.16 to use SPP fitsio from earlier uses of the fortran version under the assumption that they...
This is an alternative to #379: it switches to **cfitsio** for **tbtable**, but installs **cfitsio** in `vendor` (where it was until 2.17.1). This has a few advantages: * **cfitsio** as...
Triggered by [usngo/iraf/iraf-v218!1](https://gitlab.com/nsf-noirlab/csdc/usngo/iraf/iraf-v218/-/issues/1), this PR consistently uses [**libedit**](https://www.thrysoee.dk/editline/) instead of [**readline**](https://tiswww.case.edu/php/chet/readline/rltop.html) on all platforms. While this does not cause a change for the end user, it has a few advantages:...
/etc/iraf/irafroot is an inappropriate place to store the irafroot info when iraf is being installed in a central NFS mounted software area and shared among multiple workstations. One should *NOT*...
Taken from https://github.com/iraf-community/iraf/pull/276#issuecomment-1500970377 (@fakahle): Building a file list from sections is sometimes buggy: ``` if ( images != "" ) { sections (images, option="fullname", > tmpin) } else { ```...
**Describe the bug** The new image template code (in `sys/imio/imt/imx.x`) has some bugs with concatenating with strings. **To Reproduce** Steps to reproduce the behavior. ``` ecl> set use_vo=yes # ensure...
**Describe the bug** While preparing the IRAF for Guix I would like to clarify which licence(s) the source is distributed and whether it compliances with FOSS licenses. I see quite...
The error was first encountered with: ``` !ls -1 *fits > l.l ``` The `l.l` file could be called `l.txt` -- but Unix doesn't care about extensions and `l.l` is...
This adds the **zsvjmp()** code for a number big endian architectures: * Motorola m68k (32 bit) * PowerPC (32 bit) * HP-PA (32 bit) * PowerPC (64 bit) The latter...
This issue is to document errors of newer IRAF on big endian systems, to estimate effort to support them. Available systems (all Debian unstable/trixie): * s390x (64 bit) * ppc64...