From 69cc0c02c03f6939279e6f1697943bcddd0b8895 Mon Sep 17 00:00:00 2001
From: Sujen Shah <sujen.shah@jpl.nasa.gov>
Date: Tue, 25 Mar 2025 19:05:53 +0000
Subject: [PATCH] Add algorithm config

---
 algorithm_config.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 algorithm_config.yaml

diff --git a/algorithm_config.yaml b/algorithm_config.yaml
new file mode 100644
index 0000000..9030d55
--- /dev/null
+++ b/algorithm_config.yaml
@@ -0,0 +1,17 @@
+algorithm_description: Run AOS Tracking paper plots on DPS
+algorithm_name: aos_maap_dps
+algorithm_version: main
+build_command: ''
+disk_space: 20GB
+docker_container_url: mas.maap-project.org/david.m.giles/aos_test/aos_dps:develop
+inputs:
+  config: []
+  file: []
+  positional:
+  - default: ''
+    description: ''
+    name: analysis_date
+    required: false
+queue: maap-dps-sandbox
+repository_url: https://repo.maap-project.org/sshah/aos_maap_dps.git
+run_command: aos_maap_dps/run.sh
\ No newline at end of file
-- 
GitLab