Changes in src/sas/sasgui/perspectives/fitting/pagestate.py [4387385:6d2b50b] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/pagestate.py
r4387385 r6d2b50b 33 33 from sas.sascalc.dataloader.data_info import Data2D, Collimation, Detector 34 34 from sas.sascalc.dataloader.data_info import Process, Aperture 35 36 35 # Information to read/write state as xml 37 36 FITTING_NODE_NAME = 'fitting_plug_in' 38 37 CANSAS_NS = "cansas1d/1.0" 39 40 CUSTOM_MODEL = 'Plugin Models'41 CUSTOM_MODEL_OLD = 'Customized Models'42 38 43 39 LIST_OF_DATA_ATTRIBUTES = [["is_data", "is_data", "bool"], … … 382 378 'Sphere' : 'adsorbed_layer', 383 379 'Structure Factor' : 'hardsphere', 384 CUSTOM_MODEL_OLD : '', 385 CUSTOM_MODEL : '' 380 'Customized Models' : '' 386 381 } 387 382 if self.categorycombobox == '':
Note: See TracChangeset
for help on using the changeset viewer.