From 4305dd770414c853d3fdf7a6b3922d1f2af0cf78 Mon Sep 17 00:00:00 2001 From: Mieszko Makuch Date: Sun, 29 Dec 2024 21:40:14 +0100 Subject: [PATCH] Organize project structure: Move application scripts to applicationCode directory to separate them from meta files like .gitignore and README --- PyOctoPhaseAssociation.py => applicationCode/PyOctoPhaseAssociation.py | 0 catalogConverter.py => applicationCode/catalogConverter.py | 0 count_picks.py => applicationCode/count_picks.py | 0 .../phase_associator_wrapper.py | 0 pyoctoAssociator.py => applicationCode/pyoctoAssociator.py | 0 qml2picks.py => applicationCode/qml2picks.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename PyOctoPhaseAssociation.py => applicationCode/PyOctoPhaseAssociation.py (100%) rename catalogConverter.py => applicationCode/catalogConverter.py (100%) rename count_picks.py => applicationCode/count_picks.py (100%) rename phase_associator_wrapper.py => applicationCode/phase_associator_wrapper.py (100%) rename pyoctoAssociator.py => applicationCode/pyoctoAssociator.py (100%) rename qml2picks.py => applicationCode/qml2picks.py (100%) diff --git a/PyOctoPhaseAssociation.py b/applicationCode/PyOctoPhaseAssociation.py similarity index 100% rename from PyOctoPhaseAssociation.py rename to applicationCode/PyOctoPhaseAssociation.py diff --git a/catalogConverter.py b/applicationCode/catalogConverter.py similarity index 100% rename from catalogConverter.py rename to applicationCode/catalogConverter.py diff --git a/count_picks.py b/applicationCode/count_picks.py similarity index 100% rename from count_picks.py rename to applicationCode/count_picks.py diff --git a/phase_associator_wrapper.py b/applicationCode/phase_associator_wrapper.py similarity index 100% rename from phase_associator_wrapper.py rename to applicationCode/phase_associator_wrapper.py diff --git a/pyoctoAssociator.py b/applicationCode/pyoctoAssociator.py similarity index 100% rename from pyoctoAssociator.py rename to applicationCode/pyoctoAssociator.py diff --git a/qml2picks.py b/applicationCode/qml2picks.py similarity index 100% rename from qml2picks.py rename to applicationCode/qml2picks.py