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

Make SpectralCube operate more like a numpy array in some ways #230

Merged
merged 5 commits into from
Aug 15, 2015

Commits on Aug 15, 2015

  1. provide the 'base' of self so that things like joblib can operate on

    spectral cubes, understanding that they are memmaps.
    For a related reason, lower dimensional slices should return
    _data[view], not filled_data[view], BUT this doesn't provide the right
    functionality so we want lower dimensional objects to implement their
    own cubelike masking
    keflavich committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    af10cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7883d23 View commit details
    Browse the repository at this point in the history
  3. pass kwargs to fits reader

    keflavich committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    d67d84c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6097a1 View commit details
    Browse the repository at this point in the history
  5. tiny whitespace tweak

    keflavich committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    d476726 View commit details
    Browse the repository at this point in the history