PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

No such file or directory: '*/MOC.fits #204

Open whjing opened 10 months ago

whjing commented 10 months ago

Hi, when I try to use --min2fits, it didn't work. How can I fix this?

$ MIMAS --mim2fits clean.mim clean.fits

4084788:INFO This is MIMAS v1.4.0-(2022-08-01) Traceback (most recent call last): File "/share/home/whjing/miniforge3/bin/MIMAS", line 16, in sys.exit(MIMAS.main(sys.argv[1:])) ... File "/share/home/whjing/miniforge3/lib/python3.10/site-packages/astropy/io/fits/file.py", line 626, in _open_filename self._file = open(self.name, IO_FITS_MODES[mode]) FileNotFoundError: [Errno 2] No such file or directory: '/share/home/whjing/miniforge3/lib/python3.10/site-packages/AegeanTools/data/MOC.fits'

Thank you!

PaulHancock commented 9 months ago

The MOC.fits file should have been copied when you installed AegeanTools. How did you install Aegean tools?

whjing commented 8 months ago

Many thanks for your response. I have install the AegeanTools following the guide, but it haven't been copied. So I copied the MOC.fits manually. It seems worked now.

PaulHancock commented 8 months ago

Happy to hear that you have solved the issue. I'm curious about why it came up in the first place though. When you say you installed it "following the guide" do you mean pip install AegeanTools or did you clone the repo and then do python setup.py install or some other option?

PaulHancock commented 7 months ago

I think this may have been fixed in d3a139e9d6844f692d4ef3b478a69c9b05c03886.

Can you check by uninstalling AegeanTools and then reinstalling with pip install git+https://github.com/PaulHancock/Aegean.git@155-different-intial-guess-modes and re-running MIMAS?

whjing commented 7 months ago

Sorry for the late response. Many thanks for fixing the error. I have checked, it works now. 🥰