You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"status": "closed",
"changetime": "2017-04-11T11:42:48",
"_ts": "2017-04-11 11:42:48.727111+00:00",
"description": "Implement a linear slope for A ==0. Right now A ==0 gives a flat SLD profile given by SLDin, SLDout has no effect.",
"reporter": "dirk",
"cc": "",
"resolution": "fixed",
"workpackage": "SasModels Redesign",
"time": "2016-10-05T15:13:41",
"component": "sasmodels",
"summary": "linear slope in onion model",
"priority": "major",
"keywords": "",
"milestone": "SasView 4.2.0",
"owner": "gonzalezm",
"type": "enhancement"
}
The text was updated successfully, but these errors were encountered:
This is OK, as it agrees with what the documentation says about the parameter A_k:
|A_k| > 0: exponential change between sld_in and sld_out
0 < |A_k| <<< 1 (e.g. A_k = 0.0001): linear change between sld_in and sld_out
A_k = 0: Use constant sld = sld_in for the whole shell. What it could be misleading is that in this case sld_out is not used, but this is clearly indicated in the documentation.
The only small bug is that the 'Show SLD profile' does not represent correctly the last case, as it keeps showing a linear change even when A_k = 0. I am going to fix this.
gonzalezm changed owner from "dirk" to "gonzalezm"
Implement a linear slope for A ==0. Right now A ==0 gives a flat SLD profile given by SLDin, SLDout has no effect.
Migrated from http://trac.sasview.org/ticket/695
The text was updated successfully, but these errors were encountered: