parser.add_argument('-medfilt',action='store_true',help="If a frequency-wise median filter is desired (a larger sampleDur will be used only for a better median estimation)")
parser.add_argument('-medfilt',action='store_true',help="If a frequency-wise median filter is desired (a larger sampleDur will be used only for a better median estimation)")
parser.add_argument('-min_sample',type=int,default=3,help='Used for HDBSCAN clustering.')
parser.add_argument('-min_sample',type=int,default=3,help='Used for HDBSCAN clustering.')
parser.add_argument('-eps',type=float,default=0.01,help='Used for HDBSCAN clustering.')
parser.add_argument('-eps',type=float,default=0.01,help='Used for HDBSCAN clustering.')
parser.add_argument('-semi_sup_umap',type=str,default=None,help='Name of a column in the detections file with labels to guide the umap compression (see target_metric in umap documentation)')