-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Fixed gridding in `pyvisgen.simulation.observation.Observation` methods `create_rd_grid` and `create_lm_grid` | ||
- Fix gridding in `pyvisgen.simulation.observation.Observation` methods `create_rd_grid` and `create_lm_grid` | ||
methods resulting in rotated images | ||
- Fixed `pyvisgen.simulation.observation.ValidBaselineSubset` dataclass field order | ||
- Fixed tests failing because of api change | ||
- Fix `pyvisgen.simulation.observation.ValidBaselineSubset` dataclass field order | ||
- Fix tests failing because of api change |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- Added class `Polarisation` to `pyvisgen.simulation.visibility` that is called in `vis_loop` | ||
- Add class `Polarisation` to `pyvisgen.simulation.visibility` that is called in `vis_loop` | ||
- Added linear, circular, and no polarisation options | ||
- Updated `pyvisgen.simulation.visibility.Visibilities` dataclass to also store polarisation degree tensors | ||
- Added keyword arguments for polarisation simulation to `pyvisgen.simulation.observation.Observation` class | ||
- Added parallactic angle computation | ||
- Update `pyvisgen.simulation.visibility.Visibilities` dataclass to also store polarisation degree tensors | ||
- Add keyword arguments for polarisation simulation to `pyvisgen.simulation.observation.Observation` class | ||
- Add parallactic angle computation |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- Changed pyvisgen.simulation.visibility.Visibilities dataclass component names from stokes components (I , Q, U, and V) | ||
- Change pyvisgen.simulation.visibility.Visibilities dataclass component names from stokes components (I , Q, U, and V) | ||
to visibilities constructed from the stokes components (`V_11`, `V_22`, `V_12`, `V_21`) | ||
- Changed indices for stokes components according to AIPS Memo 114 | ||
- Change indices for stokes components according to AIPS Memo 114 | ||
- Indices will be set automatically depending on simulated polarisation | ||
- Updated comment strings in FITS files | ||
- Updated docstrings accordingly in `pyvisgen.simulation.visibility.vis_loop` and `pyvisgen.simulation.observation.Observation` | ||
- Update comment strings in FITS files | ||
- Update docstrings accordingly in `pyvisgen.simulation.visibility.vis_loop` and `pyvisgen.simulation.observation.Observation` |