@@ -95,7 +95,6 @@ parser.add_option("--samples-max-256", type = "int", default = 1024, help = "The
parser.add_option("--samples-max-64",type="int",default=2048,help="The maximum number of samples to use for time slices with frequencies between 64Hz and 256 Hz, default 2048")
parser.add_option("--samples-max",type="int",default=4096,help="The maximum number of samples to use for time slices with frequencies below 64Hz, default 4096")
parser.add_option("--bank-id",metavar="id",action="append",help="Set a string to be used as the globally unique ID for each bank, required. IDs should be of the form <int>ID_<int>N where N is for the sub bank in each file and this option must be given N times")
parser.add_option("--write-psd",action="store_true",default=False,help="Write the PSD used to actually whiten the templates after interpolating and conditioning. It will be inserted into the svd bank file.")