Commit 698b6362 authored by Vacaliuc, Bogdan's avatar Vacaliuc, Bogdan
Browse files

prompt to to elaborate on mantid function calls

parent 1fe26a00
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -145,3 +145,8 @@ You are working on the tasking project, quicknxsv2-modularization branch. You ar
    off; until then they coexist).
  - If any of the decisions above are blank, STOP and ask for them. Do not invent.
```

## Prompt 2

You are working on the tasking project, 'quicknxsv2-modularization-with-mantid-elaboration' branch. You are preparing documents to support a week-long software developer/neutron scientist "hack-a-thon". In a previous session you have performed a comprehensive analysis and have generated the documents in plan/quicknxsv2-modularization/*.md. You may read them to orient yourself. Following a discussion with the scientists a gap in understanding was identified in the Mantid algorithm mantid.simpleapi.MagnetismReflectometryReduction(). This algorithm was seen as a "black-box" that needed to be understood. The goal of this session is to *fully understand* the implementation of the Mantid algorithms that are called by quicknxs and mr_reduction. I have cloned the Mantid source code to the local folder `/media/ssd2/mantid/`. It contains the full git history and you may inspect it as you need. Please augment the knowlege base with your new understanding having inspected the Mantid source code and its use in quicknxs and mr_reduction. Be diligent and resourceful. If you need a tool to analyze the data that you do not have, use venv, uv and/or pixi to install it ask me to help you.