Obtaining telescope modules from event list with evtool command

manipulate event files (pattern and flag selection, good time intervals application) and create images for survey or pointed observations of one or several eROSITA telescopes and energy bands.
Post Reply
BinnurSokmen
Posts: 4
Joined: Sun May 07, 2023 11:02 am

Obtaining telescope modules from event list with evtool command

Post 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.
JeremySanders
Posts: 28
Joined: Mon Jun 28, 2021 7:24 am

Re: Obtaining telescope modules from event list with evtool command

Post 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
Post Reply