Closed l-althueser closed 7 years ago
can you try running locally or on Midway to confirm the map is getting loaded?
I found a way to load the map in the meantime. It is now in the dax catalogue and used by FAX/PAX. Have to wait for some jobs to finish until I can give an estimation if I solved this issue.
I have also added a drift field and S2 mean AFT value to the config string just to see what happens.
Update: The jobs still have errors. At the moment because of the new map which has empty bins according to pax.
pax.exceptions.CoordinateOutOfRangeException: Expected light pattern at coordinates (34.13744812011719, 33.26744384765625, -41.67567749023438) consists of only zeros!
Don't know how this could happen.
Update: Solved the map issues and the production is going well. Will be finished in some hours.
I found that the S1 per-PMT map has a binning issue around
z=0
. The current map is generated with only 10 bins in z which causes the AFT map to have a continuous LXe/GXe transition instead of having a hard cut at the gate. Therefore I improved the binning of the map (increased the number of bins to 60) before interpolating and extrapolating.I tried to test this new map with the following command and the montecarlo scripts (which seems to not be successful):
The S1 AFT still looks like on this wiki page. So I don't know if there is still an issue in FAX or if the new map wasn't loaded an thus the map look equal.
You can also see in the link how I generate the PAX map. I also miss an option in FAX which logs the used map or an indicator which tells me that a specific map was used ..
I will continue to try testing the map before making a PR.