1 | """ |
---|
2 | Application settings |
---|
3 | """ |
---|
4 | from __future__ import print_function |
---|
5 | |
---|
6 | import time |
---|
7 | import os |
---|
8 | import logging |
---|
9 | |
---|
10 | from sas.sasgui.guiframe.gui_style import GUIFRAME |
---|
11 | import sas.sasview |
---|
12 | |
---|
13 | logger = logging.getLogger(__name__) |
---|
14 | |
---|
15 | # Version of the application |
---|
16 | __appname__ = "SasView" |
---|
17 | __version__ = sas.sasview.__version__ |
---|
18 | __build__ = sas.sasview.__build__ |
---|
19 | __download_page__ = 'https://github.com/SasView/sasview/releases' |
---|
20 | __update_URL__ = 'http://www.sasview.org/latestversion.json' |
---|
21 | |
---|
22 | # Debug message flag |
---|
23 | __EVT_DEBUG__ = False |
---|
24 | |
---|
25 | # Flag for automated testing |
---|
26 | __TEST__ = False |
---|
27 | |
---|
28 | # Debug message should be written to a file? |
---|
29 | __EVT_DEBUG_2_FILE__ = False |
---|
30 | __EVT_DEBUG_FILENAME__ = "debug.log" |
---|
31 | |
---|
32 | # About box info |
---|
33 | _do_aboutbox = True |
---|
34 | _do_acknowledge = True |
---|
35 | _do_tutorial = True |
---|
36 | _acknowledgement_preamble =\ |
---|
37 | '''To ensure the long term support and development of this software please''' +\ |
---|
38 | ''' remember to:''' |
---|
39 | _acknowledgement_preamble_bullet1 =\ |
---|
40 | '''Acknowledge its use in your publications as :''' |
---|
41 | _acknowledgement_preamble_bullet2 =\ |
---|
42 | '''Reference SasView as:''' |
---|
43 | _acknowledgement_preamble_bullet3 =\ |
---|
44 | '''Reference the model you used if appropriate (see documentation for refs)''' |
---|
45 | _acknowledgement_preamble_bullet4 =\ |
---|
46 | '''Send us your reference for our records: developers@sasview.org''' |
---|
47 | _acknowledgement_publications = \ |
---|
48 | '''This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.''' |
---|
49 | _acknowledgement_citation = \ |
---|
50 | '''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675''' |
---|
51 | |
---|
52 | _acknowledgement = \ |
---|
53 | '''This work was originally developed as part of the DANSE project funded by the US NSF under Award DMR-0520547,\n but is currently maintained by a collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, and the scattering community.\n\n SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project (Grant No 654000).\nA list of individual contributors can be found at: http://www.sasview.org/contact.html |
---|
54 | ''' |
---|
55 | |
---|
56 | _homepage = "http://www.sasview.org" |
---|
57 | _download = __download_page__ |
---|
58 | _authors = [] |
---|
59 | _paper = "http://sourceforge.net/p/sasview/tickets/" |
---|
60 | _license = "mailto:help@sasview.org" |
---|
61 | |
---|
62 | |
---|
63 | icon_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "images")) |
---|
64 | logger.info("icon path: %s" % icon_path) |
---|
65 | media_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "media")) |
---|
66 | test_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "test")) |
---|
67 | |
---|
68 | _nist_logo = os.path.join(icon_path, "nist_logo.png") |
---|
69 | _umd_logo = os.path.join(icon_path, "umd_logo.png") |
---|
70 | _sns_logo = os.path.join(icon_path, "sns_logo.png") |
---|
71 | _ornl_logo = os.path.join(icon_path, "ornl_logo.png") |
---|
72 | _isis_logo = os.path.join(icon_path, "isis_logo.png") |
---|
73 | _ess_logo = os.path.join(icon_path, "ess_logo.png") |
---|
74 | _ill_logo = os.path.join(icon_path, "ill_logo.png") |
---|
75 | _ansto_logo = os.path.join(icon_path, "ansto_logo.png") |
---|
76 | _tudelft_logo = os.path.join(icon_path, "tudelft_logo.png") |
---|
77 | _dls_logo = os.path.join(icon_path, "dls_logo.png") |
---|
78 | _nsf_logo = os.path.join(icon_path, "nsf_logo.png") |
---|
79 | _danse_logo = os.path.join(icon_path, "danse_logo.png") |
---|
80 | _inst_logo = os.path.join(icon_path, "utlogo.png") |
---|
81 | _nist_url = "http://www.nist.gov/" |
---|
82 | _umd_url = "http://www.umd.edu/" |
---|
83 | _sns_url = "http://neutrons.ornl.gov/" |
---|
84 | _ornl_url = "http://neutrons.ornl.gov/" |
---|
85 | _nsf_url = "http://www.nsf.gov" |
---|
86 | _isis_url = "http://www.isis.stfc.ac.uk/" |
---|
87 | _ess_url = "http://ess-scandinavia.eu/" |
---|
88 | _ill_url = "http://www.ill.eu/" |
---|
89 | _ansto_url = "http://www.ansto.gov.au/" |
---|
90 | _tudelft_url = "http://www.tnw.tudelft.nl/en/cooperation/facilities/reactor-instituut-delft/" |
---|
91 | _dls_url = "http://www.diamond.ac.uk/" |
---|
92 | _danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" |
---|
93 | _inst_url = "http://www.utk.edu" |
---|
94 | _corner_image = os.path.join(icon_path, "angles_flat.png") |
---|
95 | _welcome_image = os.path.join(icon_path, "SVwelcome.png") |
---|
96 | _copyright = "(c) 2009 - 2017, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, and DLS" |
---|
97 | marketplace_url = "http://marketplace.sasview.org/" |
---|
98 | |
---|
99 | #edit the list of file state your plugin can read |
---|
100 | APPLICATION_WLIST = 'SasView files (*.svs)|*.svs' |
---|
101 | APPLICATION_STATE_EXTENSION = '.svs' |
---|
102 | GUIFRAME_WIDTH = 1150 |
---|
103 | GUIFRAME_HEIGHT = 840 |
---|
104 | PLUGIN_STATE_EXTENSIONS = ['.fitv', '.inv', '.prv', '.crf'] |
---|
105 | PLUGINS_WLIST = ['Fitting files (*.fitv)|*.fitv', |
---|
106 | 'Invariant files (*.inv)|*.inv', |
---|
107 | 'P(r) files (*.prv)|*.prv', |
---|
108 | 'Corfunc files (*.crf)|*.crf'] |
---|
109 | PLOPANEL_WIDTH = 415 |
---|
110 | PLOPANEL_HEIGTH = 370 |
---|
111 | DATAPANEL_WIDTH = 235 |
---|
112 | DATAPANEL_HEIGHT = 700 |
---|
113 | SPLASH_SCREEN_PATH = os.path.join(icon_path, "SVwelcome_mini.png") |
---|
114 | TUTORIAL_PATH = os.path.join(media_path, "Tutorial.pdf") |
---|
115 | DEFAULT_STYLE = GUIFRAME.MULTIPLE_APPLICATIONS|GUIFRAME.MANAGER_ON\ |
---|
116 | |GUIFRAME.CALCULATOR_ON|GUIFRAME.TOOLBAR_ON |
---|
117 | SPLASH_SCREEN_WIDTH = 512 |
---|
118 | SPLASH_SCREEN_HEIGHT = 366 |
---|
119 | SS_MAX_DISPLAY_TIME = 2000 |
---|
120 | WELCOME_PANEL_ON = True |
---|
121 | WELCOME_PANEL_SHOW = False |
---|
122 | CLEANUP_PLOT = False |
---|
123 | # OPEN and SAVE project menu |
---|
124 | OPEN_SAVE_PROJECT_MENU = True |
---|
125 | #VIEW MENU |
---|
126 | VIEW_MENU = True |
---|
127 | #EDIT MENU |
---|
128 | EDIT_MENU = True |
---|
129 | |
---|
130 | SetupIconFile_win = os.path.join(icon_path, "ball.ico") |
---|
131 | SetupIconFile_mac = os.path.join(icon_path, "ball.icns") |
---|
132 | DefaultGroupName = "." |
---|
133 | OutputBaseFilename = "setupSasView" |
---|
134 | |
---|
135 | FIXED_PANEL = True |
---|
136 | DATALOADER_SHOW = True |
---|
137 | CLEANUP_PLOT = False |
---|
138 | WELCOME_PANEL_SHOW = False |
---|
139 | #Show or hide toolbar at the start up |
---|
140 | TOOLBAR_SHOW = True |
---|
141 | # set a default perspective |
---|
142 | DEFAULT_PERSPECTIVE = 'None' |
---|
143 | |
---|
144 | # Time out for updating sasview |
---|
145 | UPDATE_TIMEOUT = 2 |
---|
146 | |
---|
147 | def printEVT(message): |
---|
148 | if __EVT_DEBUG__: |
---|
149 | """ |
---|
150 | :TODO - Need method doc string |
---|
151 | """ |
---|
152 | print("%g: %s" % (time.clock(), message)) |
---|
153 | |
---|
154 | if __EVT_DEBUG_2_FILE__: |
---|
155 | out = open(__EVT_DEBUG_FILENAME__, 'a') |
---|
156 | out.write("%10g: %s\n" % (time.clock(), message)) |
---|
157 | out.close() |
---|