Ignore:
Timestamp:
Nov 5, 2018 2:58:21 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
490e230
Parents:
4396300
Message:

Batch page serialization/deserialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    r186d678 r17e2d502  
    579579 
    580580        for id, data in all_data.items(): 
     581            if id=='is_batch': 
     582                analysis['is_batch'] = data 
     583                continue 
    581584            data_content = {"fit_data":data} 
    582585            if id in params.keys(): 
Note: See TracChangeset for help on using the changeset viewer.