Hello everyone,
I need to split the A3266 event list file (pm00_700154_020_eventlist_c001.fits) into individual telescope modules with evtool task but I don't understand how I do it.
If anyone gives me some suggestions? Thank you!
Best regards,
Binnur.
Obtaining telescope modules from event list with evtool command
-
- Posts: 4
- Joined: Sun May 07, 2023 11:02 am
-
- Posts: 32
- Joined: Mon Jun 28, 2021 7:24 am
Re: Obtaining telescope modules from event list with evtool command
Hi Binnur
You need the telid paramteter on evtool, e.g.
Cheers, Jeremy
You need the telid paramteter on evtool, e.g.
Code: Select all
evtool eventfiles=pm00_700154_020_eventlist_c001.fits telid=1 outfile=pm00_700154_120_eventlist_c001.fits
evtool eventfiles=pm00_700154_020_eventlist_c001.fits telid=2 outfile=pm00_700154_220_eventlist_c001.fits
...