diff --git a/tools/analyse-short-astro-text/telescope_type_prediction.py b/tools/analyse-short-astro-text/telescope_type_prediction.py index ea71461..52733e7 100644 --- a/tools/analyse-short-astro-text/telescope_type_prediction.py +++ b/tools/analyse-short-astro-text/telescope_type_prediction.py @@ -3,6 +3,7 @@ # flake8: noqa + import json import os import shutil @@ -37,7 +38,9 @@ atel_ = number ### Settings -data_path = os.path.abspath("data/") +data_path = os.path.dirname(__file__) + "/data/" + +print("data_path", data_path) model_file = f"{data_path}/probabilistic_models/first_single_second_single_with_tel_repetition.dat.npy"