Page 1 of 1

Calculate (X, Y) of an input (RA, DEC)

Posted: Wed Feb 09, 2022 10:36 am
by tatsumikon
Hello everyone

I am trying to input the sky coordinates (RA, DEC) of some optical-detected sources to generate the image coordinates (X, Y) with respect to a reference (RA0, DEC0).
However, radec2xy always raise errors because the input fits file is NOT readable. How to convert an input (RA, DEC) to (X, Y) with respect to a reference (RA0, DEC0)?

Could you please advise?

Re: Calculate (X, Y) of an input (RA, DEC)

Posted: Thu Feb 10, 2022 12:48 pm
by MiriamRamos
Hello,

radec2xy only works on event lists, not on images. We suggest re-centre your event list first with radec2xy, then create an image with evtool, which will be centred on the RA/DEC that you use on radec2xy. Further information can be found here:

https://erosita.mpe.mpg.de/edr/DataAnal ... ub_Point_6

Let us know if you have further questions.

Miriam

Re: Calculate (X, Y) of an input (RA, DEC)

Posted: Tue Feb 22, 2022 9:06 am
by tatsumikon
Thanks, I have solved this.