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

Add a 1D version of grid_coordinates #390

Merged
merged 3 commits into from Nov 16, 2022
Merged

Add a 1D version of grid_coordinates #390

merged 3 commits into from Nov 16, 2022

Commits on Oct 24, 2022

  1. Add linspace, a 1D version of grid_coordinates

    Instead of adding the ability to generated 3D coordinates to
    grid_coordinates, it's more straightforward to add a 1D version of
    numpy.linspace that can take a spacing instead of a number, knows how to
    adjust spacing/region, and can return pixel-registered coordinates. This
    function is then used in grid_coordinates and can be used to generate
    n-dimensional coordinates if desired (by calling numpy.meshgrid).
    leouieda committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6f61b0d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    cdfd6cd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    e83a232 View commit details
    Browse the repository at this point in the history