Skip to content
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

Rename calc_animal_pos() to calculate_individual_radius_angle() #242

Open
peterdesmet opened this issue Jul 14, 2023 · 0 comments
Open

Rename calc_animal_pos() to calculate_individual_radius_angle() #242

peterdesmet opened this issue Jul 14, 2023 · 0 comments
Milestone

Comments

@peterdesmet
Copy link
Member

Suggested in camtraptor July 2023 coding sprint

Rationale: do not abbreviate, name was confusing because you feed it animal position data.

calculate_individual_radius_angle(
  animal_positions, # renamed from animal_pos
  calibration_models, # renamed from calib_models
  deployment_id = "deploymentID", # renamed from deployment_tag
  event_id = "eventID", # renamed from sequence_id
  x = "x",
  y = "y",
  image_width = "imageWidth",
  image_height = "imageHeight"
)
@peterdesmet peterdesmet added this to the v1.0 milestone Jul 14, 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

No branches or pull requests

1 participant