propagate dev branch fix to IV gradients to dev-backend-mixpol#300
Merged
Conversation
* readme fix into dev (#222) * fixed cff bug * Revise NFFT and pyNFFT installation instructions (#221) Updated installation notes for NFFT and pyNFFT, including compatibility information and development updates. * Update pyNFFT compatibility notes in README Clarified compatibility notes for pyNFFT and mentioned upcoming eht-imaging version 2.0. * Use inverse variance weighting (#230) * Fix inverse variance weighting of different IFs/channels at load Co-authored-by: Copilot <copilot@github.com> * Add legacy switch Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com> * Fix factor-of-2 bug in stv_pol_grad gradient (#240) * Fix factor-of-2 bug + neighbor-roll typo in stv_pol_grad * Fix vtv2 typo in pol_imager_utils REGULARIZERS_POL * Fix comment for dS/dphi numerators calculation * Update comment for dS/dphi numerators section --------- Co-authored-by: Andrew Chael <achael@outlook.com> * added output_fluxes option to image.betamodes * added warning to load_obs_uvfits * added pyproject.toml to dev * updated version * Update MacOS installation instructions in README --------- Co-authored-by: Paul Tiede <ptiede91@gmail.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Rohan Dahale <rohan.dahale@utoronto.ca>
Fixed accidentally 'sefdr' call for sig_ll in old add_noise. Usually sefdr==sefdl but not always.
Ignore Jupyter notebooks in GitHub language bar.
v1.3 was squash-merged into main, duplicating content that already exists as individual commits on dev. This back-merge re-establishes shared ancestry so future dev->main merges are clean fast-forwards and PR diffs show only genuinely new work. Brings in .gitattributes; all other content resolves to dev (a content superset of v1.3).
Reconcile main (v1.3) into dev
…certain PDF readers
Merge dev-backend into dev (v1.4.0 release)
Co-authored-by: Rohan Dahale <rdahale@dgp.toronto.edu>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-backend-mixpol #300 +/- ##
======================================================
- Coverage 47.43% 47.42% -0.01%
======================================================
Files 54 54
Lines 26899 26899
Branches 4588 4588
======================================================
- Hits 12759 12758 -1
Misses 12664 12664
- Partials 1476 1477 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Propagates fix to gradients in Stokes I+V imaging from #296 to dev-backend-mixpol