Ticket #380 (closed: fixed)
Concept: How do we handle indirect flight path instruments
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | trivial | Milestone: | Pilot |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Currently some of our algorithms assume a hard coded flight path.
- ConvertUnits
- CorrectForAttenuation
- any others?
Indirect instruments follow a more variable flight path with more components. The use of the geometry need to take this into account.
How?
Possibly encode Flight path into instrument file
<Monitor flight path>
<Source/>
<detector/>
</Monitor flight path>
<Detector flight path>
<Source/>
<Samplepos/>
<Monochromator/>
<detector/>
</Detector flight path>
This would help with L1 and L2, but what about angles?
Change History
Note: See
TracTickets for help on using
tickets.