Ticket #1233 (closed: fixed)
Improve Ikeda-Carpenter fitting
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
This includes adding constraints to mixing parameter Eta to place it within the bounds of zero and one.
Change History
comment:3 Changed 10 years ago by Anders Markvardsen
- Status changed from new to accepted
Previous fix improved stability of IC.
However, when translating parameters values from IRF Fullprof file not sure if this is done correctly.
I have so far assumed these are related to SigmaSquared and Gamma in the following way:
SigmaSquared = Sig-0 + d2 * Sig-1 + d4 * Sig-2 Gamma = Gam-0 + d * Gam-1 + d2 * Gam-2
Is this correct? Have asked Laurent about this.
Also can a value for Eta be estimated from the IRF?
comment:9 Changed 10 years ago by Anders Markvardsen
- Status changed from accepted to testing
- Resolution set to fixed
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2080
Note: See
TracTickets for help on using
tickets.
(In [4399]) Include constraint to mixing parameter Eta to place it within the bounds of zero and one. Refs #1233