aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-03-06 18:39:32 +0800
committerAaron LI <aaronly.me@outlook.com>2017-03-06 18:39:32 +0800
commitf8799d813675c98fbc000ae599d84984f4a09880 (patch)
tree1b1f9394011039c4fcb52ca11457c47667713319 /bin
parente4683cf714f4b3f5aeccc3c145b077bdd992054f (diff)
downloadchandra-acis-analysis-f8799d813675c98fbc000ae599d84984f4a09880.tar.bz2
chandra_genspcreg.sh: Give default values for reg_in and reg_out
Diffstat (limited to 'bin')
-rwxr-xr-xbin/calc_centroid.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/calc_centroid.py b/bin/calc_centroid.py
index c0bc02d..4314cea 100755
--- a/bin/calc_centroid.py
+++ b/bin/calc_centroid.py
@@ -175,6 +175,8 @@ def main():
manifest = get_manifest()
key = "reg_centroid"
manifest.setpath(key, args.outfile)
+ print("Added item '%s' to manifest: %s" % (key, manifest.get(key)),
+ file=sys.stderr)
if __name__ == "__main__":