From 1e51d8fc528dd69af713a70cd0f9db76a2ca101a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:56:21 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a2d89a..ab0cf08 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ For installing torch under Windows see here: https://pytorch.org/get-started/loc do_frame_shift: bool = True, half_width_frequency_window: float = 3.0, # Hz (on side ) measure_heartbeat_frequency mmap_mode: bool = True, # controls the np.load - initital_mask_name: str | None = None, - initital_mask_update: bool = True, - initital_mask_roi: bool = False, - gaussian_blur_kernel_size: int | None = 3, - gaussian_blur_sigma: float = 1.0, + initital_mask_name: str | None = None, # allows to store the map into a file (give filename here or None if you don't want to save it) + initital_mask_update: bool = True, # the mask is updated with new information from this trial + initital_mask_roi: bool = False, # enables a tool to refine the automatic map + gaussian_blur_kernel_size: int | None = 3, # parameter of a gauss blur layer: kernel_size + gaussian_blur_sigma: float = 1.0, # parameter of a gauss blur layer: sigma bin_size_post: int | None = None, # size of the kernel of the second 2d average pooling layer ) -> tuple[torch.Tensor, torch.Tensor | None]: