diff options
Diffstat (limited to 'IC_Helpers/modic_cutmoons.py')
-rw-r--r-- | IC_Helpers/modic_cutmoons.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/IC_Helpers/modic_cutmoons.py b/IC_Helpers/modic_cutmoons.py index 8ef5c0c..4f6abbc 100644 --- a/IC_Helpers/modic_cutmoons.py +++ b/IC_Helpers/modic_cutmoons.py @@ -1,6 +1,8 @@ """ Remove moons from stdin (requires default Genga column ordering). -python killmoons2.py --ce 95000 < $output_to_change > $changed_output + +Call Signature: +$ python modic_cutmoons.py --ce 95000 < $output_to_change > $changed_output """ import numpy as np |