Skip to content

Use larger grid for calibration calculation#51

Open
amanchoudhri wants to merge 2 commits intomainfrom
larger-grid-for-calibration-calculation
Open

Use larger grid for calibration calculation#51
amanchoudhri wants to merge 2 commits intomainfrom
larger-grid-for-calibration-calculation

Conversation

@amanchoudhri
Copy link
Copy Markdown
Collaborator

@amanchoudhri amanchoudhri commented Aug 7, 2023

Closes #50. Adds a quarter of the arena size on each side when calculating calibration.

Specifically, adds a quarter of the arena size on each side. Addresses
issue #50 on GH.
Previously, in `assess.py` this was computed manually by inferring the
correct shape and using the util function `make_xy_grid`, but really all
the needed information is already stored in the `CalibrationAccumulator`
class so it makes more sense to just have a kwarg flag in the method.
@amanchoudhri amanchoudhri requested a review from Aramist August 7, 2023 19:38
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.

Calculate calibration using a larger grid than arena size

1 participant