From ea0bbd187c539b30c6b70a7a220ca1249f3cca41 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Tue, 30 Aug 2011 20:09:41 +0000 Subject: hacked together prototype of steuermann 2 git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@381 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- scripts/smc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/smc (limited to 'scripts/smc') diff --git a/scripts/smc b/scripts/smc new file mode 100644 index 0000000..3937855 --- /dev/null +++ b/scripts/smc @@ -0,0 +1,4 @@ +#! python +import steuermann.run_all as run_all + +run_all.main() -- cgit