-
Notifications
You must be signed in to change notification settings - Fork 65
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
Added stokes_data public method #751
Commits on Oct 5, 2021
-
Added stokes_data public method
It was previously not possible to cleanly access the underlying data of a `StokesSpectralCube`, which only had the `_stokes_data` method. This commit implements a simple `StokesSpectralCube.stokes_data` method for public access.
Configuration menu - View commit details
-
Copy full SHA for feecc04 - Browse repository at this point
Copy the full SHA feecc04View commit details
Commits on Oct 7, 2021
-
Avoid memory issues when computing statistics
For some reason, reshaping the array then running map_blocks leads to memory issues when dealing with Numpy memory mapped arrays, e.g. with FITS files. This new approach avoids reshaping the array at all.
Configuration menu - View commit details
-
Copy full SHA for b949046 - Browse repository at this point
Copy the full SHA b949046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c52bb1 - Browse repository at this point
Copy the full SHA 8c52bb1View commit details
Commits on Oct 21, 2021
-
Merge pull request radio-astro-tools#752 from astrofrog/perf-stats
Avoid memory issues when computing statistics
Configuration menu - View commit details
-
Copy full SHA for 14e7425 - Browse repository at this point
Copy the full SHA 14e7425View commit details
Commits on Oct 26, 2021
-
Don't use bottleneck in statistics() as it has a memory leak for big-…
…endian data and provides no performance improvements
Configuration menu - View commit details
-
Copy full SHA for 912e5dd - Browse repository at this point
Copy the full SHA 912e5ddView commit details -
Merge pull request radio-astro-tools#753 from astrofrog/perf-stats-2
Don't use bottleneck in statistics()
Configuration menu - View commit details
-
Copy full SHA for 26f3f1a - Browse repository at this point
Copy the full SHA 26f3f1aView commit details
Commits on Nov 2, 2021
-
Implemented dict-like access for Stokes axes
As per the second suggestion in radio-astro-tools#750 - the Stokes data can now be accessed via cube['I'], cube['Q'] etc. Assigning new keys is not yet supported and will throw NotImplementedError if attempted.
Configuration menu - View commit details
-
Copy full SHA for 0a5f2d4 - Browse repository at this point
Copy the full SHA 0a5f2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for daababa - Browse repository at this point
Copy the full SHA daababaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fdec6 - Browse repository at this point
Copy the full SHA 63fdec6View commit details
Commits on Nov 3, 2021
-
Merge pull request radio-astro-tools#759 from e-koch/fix_tox_skipping
Remove if statement that stops tox from running tests
Configuration menu - View commit details
-
Copy full SHA for 8d1a844 - Browse repository at this point
Copy the full SHA 8d1a844View commit details -
Added stokes_data public method
It was previously not possible to cleanly access the underlying data of a `StokesSpectralCube`, which only had the `_stokes_data` method. This commit implements a simple `StokesSpectralCube.stokes_data` method for public access.
Configuration menu - View commit details
-
Copy full SHA for a48f15b - Browse repository at this point
Copy the full SHA a48f15bView commit details -
Implemented dict-like access for Stokes axes
As per the second suggestion in radio-astro-tools#750 - the Stokes data can now be accessed via cube['I'], cube['Q'] etc. Assigning new keys is not yet supported and will throw NotImplementedError if attempted.
Configuration menu - View commit details
-
Copy full SHA for e654714 - Browse repository at this point
Copy the full SHA e654714View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52633e - Browse repository at this point
Copy the full SHA b52633eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae5310 - Browse repository at this point
Copy the full SHA 7ae5310View commit details