-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Mock observation of brightness temperature #49
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
Open
DanielaBreitman
wants to merge
46
commits into
main
Choose a base branch
from
better_lc_noise
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
1fb3909
feat: Issue #48 feature 1
DanielaBreitman 1ad06be
feat: Issue #48 feature 1
DanielaBreitman 872bb40
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6317d88
feat: Issue #48 feature 2
DanielaBreitman 7e847d7
feat: Issue #48 feature 2
DanielaBreitman 446ad62
feat: Issue #48 feature 2
DanielaBreitman fb1c5c1
feat: Issue #48 feature 2
DanielaBreitman 05055b9
feat: Issue #48 feature 2
DanielaBreitman 71c791a
feat: Issue #48 feature 2
DanielaBreitman 3dde869
feat: Issue #48 feature 2
DanielaBreitman 81becd3
feat: Issue #48 feature 2
DanielaBreitman ae21b85
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 65e9816
feat: Issue #48 feature 2
DanielaBreitman 1131f98
maint: fix tests
DanielaBreitman 149c253
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6b4fec4
feat: Issue #48 finish fnc 1
DanielaBreitman 76d1a4e
feat: Issue #48 finish fnc 2
DanielaBreitman 2766259
maint: fix tests
DanielaBreitman 028bf5d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6a9046e
maint: fix tests
DanielaBreitman 19e6565
maint: fix Steven's comments
DanielaBreitman 26e479f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e7e1c84
fix: wedge removal done properly
DanielaBreitman ad98158
doc: can provide either beam area or Aeff
DanielaBreitman 8fcc95f
doc: can provide either beam area or Aeff
DanielaBreitman 1fb7b8e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 66643bc
fix: wedge removal done properly
DanielaBreitman f737e0b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9193db0
fix: wedge removal NOT done properly
DanielaBreitman 9fcd546
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 12bb69d
refactor: change some function names and make lightcone obs more clear
steven-murray fddae9a
maint: ignore ipynb checkpoints
steven-murray d845955
feat: add ability to apply spatial taper again
steven-murray 3ccaaf9
remove checkpoint files
steven-murray 46c146e
fix: scaling of uv grid and conjugate halving
steven-murray df6ea78
Fix 2 wedge removal bugs: Unnecessaru Fourier shifting and only remov…
ee0fcd7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 57ba8ff
feat: add ability to do inv variance weighting in map-making
steven-murray b6ae16f
fix: correct uv gridding
steven-murray b0cf2a9
style: run ruff
steven-murray 17249f0
Merge pull request #57 from nikos-triantafyllou/better_lc_noise
steven-murray d1cdec6
fix: lightcone noise now matches 21cmSense
f304f7f
style: apply pre-commit
81877ab
docs: get all tutorials working
c544825
docs: remove bad notebook
71fefa8
docs: formatting fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,3 +16,6 @@ docs/_build/ | |
| _version.py | ||
| _autosummary/ | ||
| coverage.xml | ||
| .ipynb_checkpoints | ||
| .pytest_cache/ | ||
| __pycache__/ | ||
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2,322 changes: 2,322 additions & 0 deletions
2,322
docs/tutorials/match_lc_noise_power_to_sense.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be updated for new 21cmsense version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, will need to merge that PR and make a release before merging this!