When I try to process data using commands in eSASS (such as evtool), it always tells me that the file does not exist.
But I already copied it into the Docker environment.
I also tried the full path to the file.
Code: Select all
idies@c89e594e2696:~/workspace$ ls
fm00_300007_020_EventList_c001.fits
idies@c89e594e2696:~/workspace$ pwd
/home/idies/workspace
idies@c89e594e2696:~/workspace$ evtool eventfiles="fm00_300007_020_EventList_c001.fits" outfile="1.fits" image=yes emin=0.5 emax=2.0
evtool: eSASS4EDR Sep 02 09:43:31 2021
evtool/validate_tEvtool: **STOP** infile fm00_300007_020_EventList_c001.fits does not exist
evtool: FAILED
idies@c89e594e2696:~/workspace$ evtool eventfiles="/home/idies/workspace/fm00_300007_020_EventList_c001.fits" outfile="1.fits" image=yes emin=0.5 emax=2.0
evtool: eSASS4EDR Sep 02 09:43:31 2021
evtool/validate_tEvtool: **STOP** infile /home/idies/workspace/fm00_300007_020_EventList_c001.fits does not exist
And the Data I downloaded from the Early Data Release (EDR) Observations web page.
Although this seems like a small problem, it really bothers me.
I wish I could get some help.
Yun