Open rbauststfc opened 1 year ago
This issue has been automatically marked as stale because it has not had activity in 6 months. It will be closed in 7 days if no further activity occurs. Allowing issues to close as stale helps us filter out issues which can wait for future development time. All issues closed by stale bot act like normal issues; they can be searched for, commented on or reopened at any point. If you'd like a closed stale issue to be considered, feel free to either re-open the issue directly or contact a developer. To extend the lifetime of an issue please comment below, it helps us see that this is still affecting you and you want it fixed in the near-future. Extending the lifetime of an issue may cause the development team to prioritise it over other issues, which may be closed as stale instead.
This issue has been closed automatically. If this still affects you please re-open this issue with a comment or contact us so we can look into resolving it.
A calibration step is required to support reductions for POLREF. Requirements still need to be clarified, but we're looking at if/how we could extend the new
ReflectometryISISCalibration
algorithm to support this. This is likely to involve taking some logic from theRotateDetectorIntoPlace
function that is defined withinQSumFunctions.py
of POLREF's reduction code. The key things that need to be supported that we don't have in our calibration algorithm at the moment seem to be:Calibrations -> Cycle_18_13 -> OSMOND_Map_18_3_thetaScan_thVsCl_pixelsRemoved.nxs
.RotateDetectorIntoPlace
function in Andrew's code (see lines 263-264).z
, while our algorithm has hard-coded movingy
(which matches the defined vertical co-ordinate for INTER). We need to think about handling this. Changing the IDF for POLREF would have significant knock-on consequences for their reduction scripts, so should be avoided if possible.