-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fluximage & friends w/ random binsize #710
Comments
So, why do the WCS's no-longer match? Why is the exposure map using a Y size of 2.3498????? What foul and wicky deed did I make the code do this time? |
So, we get, from a run with verbose=2
This y upper limit could be an issue. It is used - e.g. in
Later on we end up with
Note here I've used "#xxx" to define the number of bins. We can compare it to
so it is slightly different.
and
and
Oh joy. |
I think the gist is that when the grids you use for the exposure maps that are actually used are limited to one digit of precision so % dmhistory boo_broad_thresh.expmap mkexpmap
mkexpmap asphistfile="boo_7.asphist[asphist]" outfile="boo_7_broad.expmap"
instmapfile="boo_7_broad.instmap"
xygrid="3405.7:4359.8:#406,3520.8:4289.2:#327"
normalize="no" useavgaspect="no" geompar="geom" verbose="0" clobber="yes" I think when I also tried to use the |
I think I used #foo because I'd seem problems at other times when not doing it. Thoughts include
This all strikes me as something that can't be addressed quickly! |
Ref: cxc helpdesk ticket 24414.
There is a precision issue when a users uses a binsize with 100's digits and beyond.
The problem is that the WCS in the exposure map and the image no longer match so trying to use the expmap as a mask fails:
we can see that the y-axis pixel size in the exposure map is diff than the x-axis, and diff from the image.
The text was updated successfully, but these errors were encountered: