Skip to content

Commit

Permalink
minor help text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchmiegel committed Jan 9, 2024
1 parent d71e163 commit b0208c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psychopy_pixx/calibration/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ def measure_luminances(
@click.option('--plot', is_flag=False, flag_value='.', help='Create, show and save plots.', default='no_plots_8e26a619-e688-4dcf-b010-7bd5fca459d8')
@click.option('--gamma', help='Gamma with which the monitor is to be corrected. (default: 1.0 (linearization))', type=float, default=1.0)
@click.option('--measures', help='Number of measurements to average per color level (only S470 photometer).', type=int, default=250)
@click.option('--savefiles', is_flag=False, flag_value='.', help='save measurements as files, not only in psychopys monitor', default='no_savefile_f99fc889-c6e3-4588-ad44-4f8a9554f7b5')
@click.option('--savefiles', is_flag=False, flag_value='.', help='save measurements as files into the given directory', default='no_savefile_f99fc889-c6e3-4588-ad44-4f8a9554f7b5')
@click.option('--all_measurements', help='with this option, all measurments from the photometer are saved', is_flag=True)
@click.option('--script', help='prevents calibration from opening plots and user prompts to be able to use the tool more automated (for pre calibration)', is_flag=True)
@click.option('--script', help='prevents routine from opening plots and user prompts to be able to use the tool more automated', is_flag=True)
@click.option('--timeestimation_output', help='prints a time estimation of how much longer the calibration will take', is_flag=True)
@click.option('--no_scanning', help='with this option you swith from "scanning backlight" to "normal backlight"', is_flag=True)
@click.option('--bg_intensity', help='intensity of the backlight', default=255)
Expand Down

0 comments on commit b0208c4

Please sign in to comment.