Page 1 of 1

Exposure maps have header with strange numbers

Posted: Thu Jan 04, 2024 5:35 pm
by jessicapilling
Hello,

I have used expmap to generate an exposure map for an eFEDS field.
The command I used is as follows:
expmap inputdatasets=300009-clean_evts.fits templateimage=300009_combined_0.2-10.0keVimg.fits emin=0.2 emax=10.0 mergedmaps=300009_combined_0.2-10.0keVexpmap.fits

I have noticed that the header of the exposure map generated by this command contains some keywords with values that are of order 10^-314 and 10^-154
Specifically the keywords:
REFXCRVL, REFXCDLT, REFXLMIN, REFXDMAX, REFYCRVL, REFYCDLT, REFYLMIN, REFYDMAX

The numbers are so small I was wondering if this was an intended behaviour?

Thank you for the help!

Re: Exposure maps have header with strange numbers

Posted: Mon Jan 08, 2024 9:53 am
by IanStewart
Hi Jessica, almost certainly these values were not initialized in the code and therefore contain whatever random value was in the memory before. These particular keywords should have no effect on your data, but this of course should not happen, so I'll check the latest version of the task to make sure it does not in the next release.

Cheers Ian.