Opened 11 years ago
Closed 11 years ago
#21 closed defect (fixed)
Possible efficiency saving in LASS lineshape
Reported by: | Thomas Latham | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | minor | Milestone: | v3r0 |
Version: | Keywords: | ||
Cc: |
Description
Can save some time by using the double angle formulae to calculate sin and cos of 2deltaB from cot(deltaB) rather than doing atan followed by cos/sin.
Change History (6)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Milestone: | v2r0 → v2r1 |
---|
comment:3 Changed 11 years ago by
Milestone: | v2r1 → v2r2 |
---|
comment:4 Changed 11 years ago by
Milestone: | v2r2 → v3r0 |
---|
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [136]) Allow the LASS parameters to float and introduce the efficiency saving in the amplitude calculation. Remove R, B, phiR, phiB parameters from complete LASS shape - not needed with the separate shapes available. Add missing method from LauBelleSymNR. Minor fix to doxygen for LauBelleNR. addresses #11 addresses #21