Page 1 of 1

Obtaining telescope modules from event list with evtool command

Posted: Mon May 08, 2023 1:46 pm
by BinnurSokmen
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.

Re: Obtaining telescope modules from event list with evtool command

Posted: Mon May 08, 2023 2:26 pm
by JeremySanders
Hi Binnur

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
...
Cheers, Jeremy