__group__ ticket summary component milestone type created _description_ _changetime _reporter ajj 845 Fix volume normalisation on Raspberry model sasmodels SasView 4.3.0 defect 2017-02-07T08:15:35-05:00 As noted in #815 the raspberry model needs to be doing volume calculation outside Iq function to get polydispersity working properly. 2018-02-12T19:57:55-05:00 ajj richardh 1020 orientation - write a chapter for the general users docs sasmodels SasView 4.3.0 enhancement 2017-10-27T02:52:47-04:00 "orientation - write a chapter for the general users docs, that can be referenced from individual models. See also ticket #776 " 2019-03-01T18:16:13-05:00 richardh tim 812 Provide model for the Pringle-Schmidt helical form factor sasmodels SasView 4.3.0 enhancement 2016-11-24T11:49:58-05:00 "Request from Ian Hamley (i.w.hamley@reading.ac.uk): Would be possible to incorporate the Pringle-Schmidt helical form factor into !SasView? It is used in quite a few studies now. There are other helical form factors (see attached) but the Pringle-Schmidt form factor is more generally and more widely used. I don’t have code although I know some people who might – Heinz Amenitsch or Pierre Terech. These two groups also have data and fits in their papers. I have datasets waiting to be fitted, as does Daniel Hermida-Merino at the ESRF. " 2017-10-26T06:38:48-04:00 smk78 ajj 23 Provide ability to submit bug report directly from SasView SasView SasView Next Release +1 enhancement 2012-03-29T05:26:05-04:00 There should be a means of submitting bug reports directly from !SasView. These should probably go directly into Trac with some tag to allow someone to sort and classify them 2017-03-07T18:00:16-05:00 ajjackson ajj 303 Integrate user and developer websites SasView Admin Tasks enhancement 2015-02-12T02:28:09-05:00 "To minimise the proliferation of resources we are using we should try to merge the website and trac etc to be integrated and hosted together. " 2017-04-04T15:55:54-04:00 ajj butler 299 write SasView Paper SasView Admin Tasks task 2015-02-01T16:54:55-05:00 "There are several papers that could be written about specifc implentations but need a general paper that can be used as a reference. As long as the online documentation is in good shape can point to that as ""suppl material""?" 2017-10-23T08:04:17-04:00 butler piotr 246 Fix problem with with dire install warnings from OS SasView Admin Tasks task 2014-04-19T12:55:05-04:00 "Currently on newer Windows machines and some macs the operating system gives several dire warnings against installing the executable SasView appliation. In fact in some cases the default is to not allow install and only by right clicking can one get options to ""install anyway"". Somehow this needs to be fixed. Should look at what mac and windows will require - do we need to get a certification? how? " 2019-03-23T08:07:17-04:00 butler tim 565 Update check_packages to flag required package versions SasView Admin Tasks enhancement 2016-04-26T09:24:42-04:00 check_packages could be made to flag when the installed packages (eg, bumps) do not meet the minimum version number necessary for a successful build. 2019-03-23T08:18:31-04:00 smk78 tim 806 clean separation between sasmodels and sasview SasView SasView 4.3.0 enhancement 2016-11-14T16:03:52-05:00 "sasmodels should act like an indpendent third party package without knowledge of sasview internals. This is not the case in a few places: * `sasview_model.py` belongs in sasview. It was developed within sasmodels for convenience, but now that sasmodels is mature it can be moved to sasview. * sasmodels should not have knowledge of the sasview data representation. Currently this infects `resolution.py`, `resolution2d.py` and `sesans.py`. `data.py` was set up as a clone of the sasview data structures for testing, and this has infected `direct_model.py`, `bumps_model.py` and `compare.py`. Perhaps we could create a sasdata package which both sasview and sasmodels depend upon, or perhaps the data representation could move (along with the loaders?) to sasmodels. * `compare.py` imports models from sasview 3.x for test purposes; this code will eventually disappear once we are certain we no longer need to compare against 3.x * `convert.py` includes knowledge of the 3.x model parameters and how they relate to the new sasmodels parameters. This information should stay in sasmodels, along with any future model migration code. * sasmodels documentation currently living in `sasview/src/sasgui/perspectives/fitting/media/plugin.rst` mostly belongs in sasmodels docs. " 2017-10-26T06:50:06-04:00 pkienzle tim 594 Check default value of cansas_version property in CansasReader class SasView SasView 4.3.0 task 2016-07-22T09:22:18-04:00 (Ticket raised on behalf of Lewis) !CansasReader has a property cansas_version which determines the xml header written in the files. This currently seems to default to 1.0 and not 1.1 as you get the old header if you call this class directly. However if you save xml files from the GUI they are saved with the new header! This suggests the default is over-ridden somewhere. Needs investigating. 2017-10-27T07:50:15-04:00 smk78