#p.add_option("", "--min-ns-mass", type=float, default=0.1, help="minimum mass to consider an NS. default 0.1")
#p.add_option("", "--max-ns-mass", type=float, default=0.1, help="maximum mass to consider an NS. default 0.1")
p.add_option("","--min-ns-mass",type=float,default=0.0,help="minimum mass to consider an NS. default 0")
p.add_option("","--max-ns-mass",type=float,default=3.0,help="maximum mass to consider an NS. default 3.0")
#p.add_option("", "--min-ns-s1z", type=float, default=-0.05, help="minimum spin to allow for an NS. default -0.05")
#p.add_option("", "--max-ns-s1z", type=float, default=0.05, help="maximum spin to allow for an NS. default 0.05")
#p.add_option("", "--max-ns-abs-s1z", type=float, default=0.05, help="maximum abs z spin to allow for an NS. default 0.05")
p.add_option("","--max-ns-abs-s1z",type=float,default=0.05,help="maximum abs z spin to allow for an NS. default 0.05")
p.add_option("","--psd-xml",default=(manifold.utilities.data.DATA_ROOT/'psd_for_treebank.xml.gz').as_posix(),help="Specify the xml file where the psd is stored.")
p.add_option("","--instrument",default="H1",help="Specify which instrument the bank is for. Default H1")
p.add_option("","--freq-low",type="float",default=15.,help="flow of the serach. Default = 15.")
...
...
@@ -88,11 +88,6 @@ def parse_args(args=None):
(opt,args)=p.parse_args(args)
# These options are not currently supported but could be