Ole Streicher

Results 156 comments of Ole Streicher

I'd like to bring this back to the top again, because it seems to me the issue is almost complete now: * we already can generally parse functional units, see...

@fakahle The whole **imutil** subpackage is basically untouched since 2.17 (except for some documentation formatting). Can you create a self-containing example here? I tried to create a number of copies...

The majority of the IRAF code was written by NOAO and is under the [IRAF license](https://github.com/iraf-community/iraf/blob/main/COPYRIGHT). However there are some places where 3rd party code is included in the code....

@neutrinoceros I will not be able to package it for the upcoming Debian "Trixie" release which will come summer/autumn of this year, but for later this should be possible. However,...

Did you try this with using IRAFs **ecl**? Did it work correctly there? Which IRAF version do you use? What do you mean with > The filename turns up with...

To have a minimal example using the file that comes with IRAF: ``` --> imcopy dev$pix t_a11030_FlatLU_0s_011206m2.fits dev$pix -> t_a11030_FlatLU_0s_011206m2.fits --> imstat t_//a11030_FlatLU_0s_011206m2.fits Killing IRAF task `imstatistics' PANIC in `/usr/lib/iraf/bin/x_images.e':...

Similar minimal example for `@`: ``` --> cat list.txt a11030_FlatLU_0s_011206m2.fits --> imstat t_//@list.txt # IMAGE NPIX MEAN STDDEV MIN MAX Error reading image t_��a11030_FlatLU_0s_011206m2.fits ... ``` and the same for...

Did you know that IRAF and PyRAF are part of Ubuntu 22.04 and you can install them with `sudo apt install iraf python3-pyraf`? There is no need to compile it...