file does not exist error when using docker
Posted: Wed Oct 05, 2022 5:29 pm
Hi,
I'm using the docker client on a Mac and everything looks fine when I installed the eSASS image. When running eSASS, I started the container and mounted some my local directories to it
The container started properly and I can see my mounted folders as well as the files inside the mounted folder. However, when I try to run evtool
I keep getting the error
I checked some docker documentation and it seems like the mount is okay, but I have no clues why evtool cannot find the file. Any ideas? Thank you very much!
Best regards,
Yuanze
I'm using the docker client on a Mac and everything looks fine when I installed the eSASS image. When running eSASS, I started the container and mounted some my local directories to it
Code: Select all
docker run -v /Users/yl/Downloads/eFEDS:/home/idies/event_folder -v /Users/yl/Documents/PSB_multiwave/erosita_products_yl:/home/idies/result_folder -it --rm erosita/esass:latest /bin/bash
Code: Select all
evtool eventfiles=“/home/idies/event_folder/fm00_300007_020_EventList_c001.fits” outfile=“/home/idies/event_folder/events_image_test.fits” image=yes emin=0.2 emax=2.0
Code: Select all
evtool: eSASS4EDR Sep 02 09:43:31 2021
evtool/validate_tEvtool: **STOP** infile “/home/idies/event_folder/fm00_300007_020_EventList_c001.fits” does not exist
evtool: FAILED
Best regards,
Yuanze