Last change
on this file since 1eafef1 was
6d96bf9,
checked in by Adam Washington <adam.washington@…>, 7 years ago
|
Start adding Corfunc Panel
|
-
Property mode set to
100644
|
File size:
402 bytes
|
Rev | Line | |
---|
[7adc2a8] | 1 | # Available perspectives. |
---|
| 2 | # When adding a new perspective, this dictionary needs to be updated |
---|
| 3 | |
---|
| 4 | from Fitting.FittingPerspective import FittingWindow |
---|
| 5 | from Invariant.InvariantPerspective import InvariantWindow |
---|
[6d96bf9] | 6 | from Corfunc.CorfuncPerspective import CorfuncWindow |
---|
[7adc2a8] | 7 | |
---|
| 8 | PERSPECTIVES = { |
---|
| 9 | FittingWindow.name: FittingWindow, |
---|
| 10 | InvariantWindow.name: InvariantWindow, |
---|
[6d96bf9] | 11 | CorfuncWindow.name: CorfuncWindow, |
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.