SasView / sasmodels

Package for calculation of small angle scattering models using OpenCL.
BSD 3-Clause "New" or "Revised" License
15 stars 27 forks source link

Reparameterize pearl_necklace (Trac #677) #303

Open butlerpd opened 5 years ago

butlerpd commented 5 years ago

Currently the parameterization of this models requires the following constraint in the fitting which may do funky things when using polydispersity:

constraint: string_thickness < radius

Not sure how best to handle. Could define string thickness as a percentage of radius as a multiple of string thickness but neither of those feel natural

Migrated from http://trac.sasview.org/ticket/677

{
    "status": "new",
    "changetime": "2019-03-03T01:03:54",
    "_ts": "2019-03-03 01:03:54.515248+00:00",
    "description": "Currently the parameterization of this models requires the following constraint in the fitting which may do funky things when using polydispersity:\n\n  constraint: string_thickness < radius\n\nNot sure how best to handle. Could define string thickness as a percentage of radius as a multiple of string thickness but neither of those feel natural",
    "reporter": "butler",
    "cc": "",
    "resolution": "",
    "workpackage": "SasModels Model Issues",
    "time": "2016-10-01T17:21:12",
    "component": "SasView",
    "summary": "Reparameterize pearl_necklace",
    "priority": "major",
    "keywords": "",
    "milestone": "SasView Next Release +1",
    "owner": "",
    "type": "enhancement"
}
butlerpd commented 5 years ago

Trac update at 2019/03/02 00:22:50: butler changed workpackage from "SasModels Redesign" to "SasModels New Model"

butlerpd commented 5 years ago

Trac update at 2019/03/03 01:03:54: butler changed workpackage from "SasModels New Model" to "SasModels Model Issues"

pkienzle commented 5 years ago

May be addressed by sasview/sasview#501 (PR #211).