pyraf icon indicating copy to clipboard operation
pyraf copied to clipboard

Command language for IRAF based on Python.

Results 9 pyraf issues
Sort by recently updated
recently updated
newest added

First, I want to thank you for your incredible work on revitalizing IRAF. I was able to install IRAF (from Github) on a macOS Monterey machine (run_tests only showed 2...

![Screenshot_20211220_202543](https://user-images.githubusercontent.com/65082432/146769265-aaae80d9-ba62-43d4-acb0-3d9cc9e438c2.png) Sometimes resizing pyraf windows leads to the bug: the more you pull, the more it gets smaller, and it is not under your control. pyraf 2.2.0

User has HiDPI display, with 4K resolution, and has problems with PyRAF `epar` GUIs, with labels being too small. According to @cdsontag , there does not appear to be a...

bug

These are the some notes from @jhunkeler from his work on #45. Investigation is needed whether they are real bugs or just the tests need to be re-designed. File |...

I have installed iraf/pyraf with the astroconda python 2.7 conda environment. Pyraf works well within this environment but I have been searching ways to run pyraf tasks with my own...

Since we are going to [distribute binary packages for macOS](https://github.com/iraf-community/iraf-mac-build), it is useful to use them for PyRAF CI tests instead of a private build.

When calling the IRAF command iraf.onedspec.splot(filename) inside a python function (making use of subprocess.run) linked to a Qt5 button on the GUI, a window opens with title graphics1 but it...

In numpy 2.0, it is not allowed to convert out-of-bound Python integers to integer arrays. In numpy 1.26.4, it is just a deprecation warning. The code influenced by such change...

## issue 1 I recently installed _IRAF v2.18_ (built from source), _PyRAF v2.2.1_ , and _DS9 v8.4.1_ (`sudo apt install python3-pyraf saods9`) on a new machine running _Debian 12_ with...