parser.add_option("-t","--threshold",type="float",default=0.03,help="Only keep horizon distance values that differ by this much, fractionally, from their neighbours (default = 0.03).")
parser.add_option("-t","--threshold",type="float",default=0.03,help="Only keep horizon distance values that differ by this much, fractionally, from their neighbours (default = 0.03).")
parser.add_option("--remove-horizon-deviations",action="store_true",help="Remove horizon entries that display an uncharacteristic deviation in sensitivity from the non-zero mean.")
parser.add_option("--deviation-percent",type="float",default=0.50,help="Remove horizon entries that deviate by this fraction from the non-zero mean.")