Ignore:
Timestamp:
May 21, 2010 3:22:37 PM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
cb190a19
Parents:
26f3dd5
Message:

working on save state fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/pagestate.py

    r26f3dd5 r5cc7001  
    3939                      ["enable2D","enable2D","bool"], 
    4040                      ["cb1","cb1","bool"], 
    41                       ["tcChi","tcChi","float"]] 
     41                      ["tcChi","tcChi","float"], 
     42                     ["smearer", "smearer", "float"], 
     43                     ["smear_type","smear_type", "string"], 
     44                     ["dq_l", "dq_l", "string"], 
     45                     ["dq_r","dq_r", "string"]] 
     46 
    4247list_of_state_parameters = [["parameters", "parameters"] ,                      
    4348                            ["orientation_parameters", "orientation_params"], 
     
    5661        """ 
    5762        self.file = None 
    58         #TODO: remove this once the inheritence is cleaned up 
    5963        ## Data member to store the dispersion object created 
    6064        self._disp_obj_dict = {} 
Note: See TracChangeset for help on using the changeset viewer.