@click.option('--force',is_flag=True,help="Force to normalize even if the directory is already in the destination folder")
@click.option('--force',is_flag=True,help="Force to normalize even if the directory is already in the destination folder")
@click.option('--lower',type=click.FloatRange(0.01,100,clamp=True),help="Set the lower percentile of pixel value set them to zero after normalisation. (The default value is 1)",default=1)
@click.option('--lower',type=click.FloatRange(0.01,100,clamp=True),help="Set the lower percentile of pixel value set them to zero after normalisation. (The default value is 1)",default=1)
@click.option('--smooth',type=click.BOOL,default=True,help="Smooth image of white, darks and dark of whites")
@click.option('--smooth',type=click.BOOL,default=True,help="Smooth image of white, darks and dark of whites")
@click.option('--correct_lm_exi',type=click.BOOL,default=False,help="Use the excitation profile of the Lame Matthieu to correct excitation scann of the white")