Ole Streicher
Ole Streicher
The problem here is that during installation it is not known that the IRAF root is `/astro/apps9/opt/iraf/` at the end. The only thing they need to set is the `iraf`...
I am afraid that you should dig into the Makefile, because your need seems somehow special.
I feel a bit unlucky with make them "failable". The main use case for the "install" target in the Makefile is a local installation for an end user, and the...
I can confirm that it works well with cfitsio4 on Debian (we always use the system provided version, which is currently 4.2.0).
@wthie -- do you coordinate with @msdemlei with the patches? Would be great if a fork could be avoided.
Did you try to use the Pyraf that comes with Ubuntu? ``` $ sudo apt install python3-pyraf ``` The problem you will have with your problem is that the development...
I do not have this problem -- it seems that the Tk default were improved in the last years. It worked well at least under Linux. For Mac, I don't...
Python 2 is no longer supported. Can you try out the [release candidate 2.2.0RC1](https://pypi.org/project/pyraf/2.2.0rc1/)?
You could install the `xrdb` command and run the following: ```Shell echo Xft.dpi: 300 | xrdb -merge ``` Adjust the 300 to get the size you want. To make it...
I observed this on some older X11 programs, and I have no solution for this. It seems connected to high resolution screens and the resizing code of older apps. If...