Changeset a26f67f in sasview for src/sas/sasgui/guiframe
- Timestamp:
- Sep 28, 2017 6:17:46 PM (7 years ago)
- 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 3bd677b
- Parents:
- 59dfb53
- Location:
- src/sas/sasgui/guiframe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/CategoryInstaller.py
rb963b20 ra26f67f 112 112 def check_install(homedir = None, model_list=None): 113 113 """ 114 the main method of this class 115 makes sure categories.json exists and if not 116 compile it and install 114 Makes sure categories.json exists and if not compile it and install. 115 116 This is the main method of this class. 117 117 118 :param homefile: Override the default home directory 118 :param model_list: List of model names except those in Plugin Models119 119 :param model_list: List of model names except those in 120 Plugin Models which are user supplied. 120 121 """ 121 122 _model_dict = {model.name: model for model in model_list} -
src/sas/sasgui/guiframe/local_perspectives/plotting/parameters_panel_slicer.py
r47d93073 ra26f67f 395 395 """ 396 396 Event based parameter setting. 397 397 398 :param evt: Event triggered to apply parameters to a list of plots 398 evt should have attrs plot_list and params 399 evt should have attrs plot_list and params 400 399 401 """ 400 402 if evt is None: … … 467 469 """ 468 470 Send a list of data to the fitting perspective 469 :param fit: fit type desired 471 :param fit: fit type desired 470 472 :param file_list: list of loaded file names to send to fit 471 473 """
Note: See TracChangeset
for help on using the changeset viewer.