Skip to content

adding option to define first and last fovs for conversion #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shachafl
Copy link

Before the change, exp_builder only accepted number of fovs to convert to SpaceTx, this was used in a range(num_fovs) to convert all fovs from 0 to num_fovs.
In some cases we only want to convert a subset of fovs and not necessarily starting from fov_0.
I have added a default argument first_fov=0 that can be changed and changed range(first_fov, num_fovs). num_fovs is actually the last fov to convert but naming was kept to minimize changes in arguments and documentation.

@shachafl shachafl self-assigned this Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant