Split source into separate instrument GUIs
Summary of Changes
Moves the source code into three separate directories:
- common - parts of the application that are common to GUIs
- biosans - the Bio-SANS GUI
- gpsans - the GP-SANS GUI
Currently, the only difference between the two GUIs is that the name of the application is different. This will temporarily break the pipeline, but that is going to change heavily after Greg adds the template here, anyways.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #52 (closed)