aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/results.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-21 20:17:39 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-21 20:17:39 +0800
commitf50d166f80adcfaaa30a62c1e0b25bfc9d76a2a4 (patch)
tree54634903ef011cdce197820a06289971fe7bb297 /scripts/results.py
parentde1fe6cd2a98201cce609f456d0145f6b8c4a8fa (diff)
downloadchandra-acis-analysis-f50d166f80adcfaaa30a62c1e0b25bfc9d76a2a4.tar.bz2
Move various Python tools from 'scripts/' to 'bin/'
Diffstat (limited to 'scripts/results.py')
-rwxr-xr-xscripts/results.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/results.py b/scripts/results.py
deleted file mode 100755
index d325dc3..0000000
--- a/scripts/results.py
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env python3
-#
-# Copyright (c) 2017 Weitian LI <liweitianux@live.com>
-# MIT license
-#
-# Weitian LI
-# 2017-02-11
-
-"""
-Manage the analysis results in YAML format.
-"""
-
-from _context import acispy
-from acispy import results
-
-
-if __name__ == "__main__":
- results.main()