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

smearer does not handle negative q values (Trac #490) #282

Open butlerpd opened 5 years ago

butlerpd commented 5 years ago

the new module resolution.py assumes all q will be positive. This may not always be true (cuts of a 2D set for example or USANS rocking cure. Question is how to properly handle. Readers could be required to absolute the q values or discard them (what will a model do with negative q?) otherwise need to verify that all models are robust to fitting negative q.

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

{
    "status": "new",
    "changetime": "2017-10-27T10:34:27",
    "_ts": "2017-10-27 10:34:27.910967+00:00",
    "description": "the new module resolution.py assumes all q will be positive.  This may not always be true (cuts of a 2D set for example or USANS rocking cure.  Question is how to properly handle.  Readers could be required to absolute the q values or discard them (what will a model do with negative q?) otherwise need to verify that all models are robust to fitting negative q.",
    "reporter": "butler",
    "cc": "",
    "resolution": "",
    "workpackage": "SasView Bug Fixing",
    "time": "2015-12-04T04:38:00",
    "component": "SasView",
    "summary": "smearer does not handle negative q values",
    "priority": "minor",
    "keywords": "",
    "milestone": "SasView 4.3.0",
    "owner": "",
    "type": "enhancement"
}
butlerpd commented 5 years ago

Trac update at 2016/06/26 17:27:06:

As agreed on fortnightly call of June 21, am moving all minor priority tickets to next release (+1) given the resources and time available to get this release out.

butlerpd commented 5 years ago

Trac update at 2017/10/27 10:34:27: butler changed milestone from "SasView Next Release +1" to "SasView 4.3.0"