diff --git a/common-package/csplmc-common/CspMaster.py b/common-package/csplmc-common/CspMaster.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/common-package/csplmc-common/CspSubarray.py b/common-package/csplmc-common/CspSubarray.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/common-package/csplmc-common/README.md b/common-package/csplmc-common/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2d7503de682276f9ba13f8d4e3b69590a2f6ea50 --- /dev/null +++ b/common-package/csplmc-common/README.md @@ -0,0 +1 @@ +CSP.LMC Common Software python code. diff --git a/common-package/csplmc-common/__init__.py b/common-package/csplmc-common/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/common-package/csplmc-common/pogo/README.md b/common-package/csplmc-common/pogo/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4c91299d2de12a4de5f99f0b9e3f436c92f0c58d --- /dev/null +++ b/common-package/csplmc-common/pogo/README.md @@ -0,0 +1 @@ +Directory to store the POGO files to generate the CSP.LMC Common Classes. diff --git a/common-package/csplmc-common/utils/README.md b/common-package/csplmc-common/utils/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d3db449b1febb7f864f8c71d99ae2036596d03fe --- /dev/null +++ b/common-package/csplmc-common/utils/README.md @@ -0,0 +1 @@ +Directory to store the files common to the CSP.LMC project. diff --git a/common-package/setup.py b/common-package/setup.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/csp-lmc-low/README.md b/csp-lmc-low/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/csp-lmc-mid/README.md b/csp-lmc-mid/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ska_python_skeleton/__init__.py b/ska_python_skeleton/__init__.py deleted file mode 100644 index 82e49f1ad3ed1e40ba856944b5ae80363654a869..0000000000000000000000000000000000000000 --- a/ska_python_skeleton/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -# -*- coding: utf-8 -*- - -"""Module init code.""" - - -__version__ = '0.0.0' - -__author__ = 'Your Name' -__email__ = 'your.email@mail.com' diff --git a/ska_python_skeleton/ska_python_skeleton.py b/ska_python_skeleton/ska_python_skeleton.py deleted file mode 100644 index 7dd613e2c0084d4a358082667939c3fb70b994b7..0000000000000000000000000000000000000000 --- a/ska_python_skeleton/ska_python_skeleton.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- - -#"""Define function placeholders and test function examples.""" - - -# TODO: Replace all the following code with the desired functionality for the package -def function_example(): - """Example: function outside of a class""" - - -# TODO: Replace all the following code with the desired functionality for the package -class SKA: - """Define class, methods etc""" - - something = 0 - - def example(self): - """Example: Define non return function for subsequent test.""" - - def example_2(self): - """Example: Define function for subsequent test with specific return value.""" - return 2