spacetelescope / hstaxe

hstaxe is the python and C follow on to the aXe package which was maintained in IRAF for many years.
Other
10 stars 14 forks source link

axesim bugs #90

Open Zhiyuan-G opened 1 year ago

Zhiyuan-G commented 1 year ago

Hello, I was trying to use the axesim module as implemented in this package. However, it seems that there are many bugs related to import issue. For exmaple, these two lines in axesimtask.py is wrong. from .axeerror import aXeSIMError from ..axeutils import (getDATA, getOUTSIM, getCONF, get_random_filename, getSIMDATA, getOUTPUT, axe_setup) Additionally, it seems running axesim requires additioanl package such as pyraf, which is not mentioned in the installation guide.