Ignore:
Timestamp:
Nov 5, 2018 12: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/Utilities/GuiUtils.py

    r4396300 r17e2d502  
    11981198def readDataFromFile(fp): 
    11991199    ''' 
     1200    Reads in Data1D/Data2 datasets from the file. 
     1201    Datasets are stored in the JSON format. 
    12001202    ''' 
    12011203    supported = [ 
Note: See TracChangeset for help on using the changeset viewer.