Ticket #1162 (closed: fixed)

Opened 11 years ago

Last modified 5 years ago

With IDF look-up-table and formula allow multiple units

Reported by: Anders Markvardsen Owned by: Anders Markvardsen
Priority: minor Milestone: Iteration 24
Component: Keywords:
Cc: nick.draper@… Blocked By:
Blocking: Tester: Martyn Gigg

Description

For example extend a parameter like

<parameter name="Gaussian:PeakCentre" type="fitting">

<lookuptable interpolation="linear" x-unit="TOF">

<point x="1" y="1" /> <point x="3" y="100" /> <point x="5" y="1120" /> <point x="10" y="1140" />

</lookuptable>

</parameter>

to

<parameter name="Gaussian:PeakCentre" type="fitting">

<lookuptable interpolation="linear" x-unit="TOF">

<point x="1" y="1" /> <point x="3" y="100" /> <point x="5" y="1120" /> <point x="10" y="1140" />

</lookuptable> <lookuptable interpolation="linear" x-unit="dSpacing">

<point x="0.1" y="1" /> <point x="0.3" y="100" /> <point x="0.5" y="1120" /> <point x="1" y="1140" />

</lookuptable>

</parameter>

Get better understanding of where this is needed.

Change History

comment:1 Changed 10 years ago by Anders Markvardsen

  • Status changed from new to accepted
  • Priority changed from major to minor

comment:2 Changed 10 years ago by Anders Markvardsen

No longer needed since code for automatically convert units has been added (#1308)

comment:3 Changed 10 years ago by Anders Markvardsen

  • Status changed from accepted to verify

comment:4 Changed 10 years ago by Nick Draper

  • Resolution set to fixed

fill in missing resolution

comment:5 Changed 10 years ago by Martyn Gigg

  • Status changed from verify to verifying
  • Tester set to Martyn Gigg

comment:6 Changed 10 years ago by Martyn Gigg

  • Status changed from verifying to closed

Ticket #1308 has been verified so as this is not necessary, marking as closed.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2010

Note: See TracTickets for help on using tickets.