ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change
on this file since 9e587bc was
d744767,
checked in by krzywon, 7 years ago
|
Merge branch 'ESS_GUI' into ESS_GUI_Pr
|
-
Property mode set to
100644
|
File size:
507 bytes
|
Rev | Line | |
---|
[7adc2a8] | 1 | # Available perspectives. |
---|
| 2 | # When adding a new perspective, this dictionary needs to be updated |
---|
| 3 | |
---|
[b3e8629] | 4 | from .Fitting.FittingPerspective import FittingWindow |
---|
| 5 | from .Invariant.InvariantPerspective import InvariantWindow |
---|
[fa81e94] | 6 | from .Inversion.InversionPerspective import InversionWindow |
---|
[d4881f6a] | 7 | from .Corfunc.CorfuncPerspective import CorfuncWindow |
---|
[7adc2a8] | 8 | |
---|
| 9 | PERSPECTIVES = { |
---|
| 10 | FittingWindow.name: FittingWindow, |
---|
| 11 | InvariantWindow.name: InvariantWindow, |
---|
[d4881f6a] | 12 | InversionWindow.name: InversionWindow, |
---|
| 13 | CorfuncWindow.name: CorfuncWindow, |
---|
[83d6249] | 14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.