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

191 q6 channel based flagging #412

Merged
merged 43 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
44727d0
set _flag, remove to-be-fixed code from execution
mpound Oct 11, 2024
606ff4e
Merge branch 'main' into 191-q6-channel-based-flagging
mpound Oct 15, 2024
1832504
Merge branch 'main' into 191-q6-channel-based-flagging
mpound Oct 15, 2024
84297e0
convert channel selection to mask
mpound Oct 21, 2024
ce72a66
apply flags work
mpound Oct 21, 2024
1cf5c76
init_flags
mpound Oct 21, 2024
1d96a61
mostly documentation
mpound Oct 21, 2024
cbd2ccd
flagmask propertly set. fix single channel flagging
mpound Oct 21, 2024
f866853
propagate apply_flags. fix nchan in sdfitsload
mpound Oct 21, 2024
4ea09d8
add masks to calibrated data
mpound Oct 21, 2024
12b9f2b
working except for one dang failing test
mpound Oct 22, 2024
025e5e1
ok except some failing tests due to spectrum averaging
mpound Oct 22, 2024
09ba937
Merge branch 'main' into 191-q6-channel-based-flagging
mpound Oct 22, 2024
7ca707f
Update spectrum.py
mpound Oct 22, 2024
60c790a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 22, 2024
89c2006
get rid of 3.9
mpound Oct 22, 2024
0ac860b
refix botched merge
mpound Oct 22, 2024
50735ad
remove equal weights
mpound Oct 22, 2024
1a248aa
fix indexing
mpound Oct 22, 2024
1d0a71f
fix test_slice test by adding observer location to spectral average
mpound Oct 23, 2024
2d89f3f
fix failing test. rewrite interface of average_spectra so weights key…
mpound Oct 23, 2024
2120b2a
fix typo. remove prints etc
mpound Oct 23, 2024
ca3a795
ensure all scan timeaverages use np.ma and set fill value to nan
mpound Oct 23, 2024
9386647
change chan to channel in agruments
mpound Oct 23, 2024
0666d5c
use logger.debug
mpound Oct 23, 2024
d306883
add note about zeros and np.ma.average
mpound Oct 23, 2024
144abba
remove debug print
mpound Oct 23, 2024
8ee1f5c
fix NodScan timeaverage
mpound Oct 24, 2024
94c4cda
fix goto button text
mpound Oct 24, 2024
c17dc8c
don't plot masked values
mpound Oct 24, 2024
6254f64
UMD Icon for posters and other documentation
mpound Oct 24, 2024
d4a5376
deal with masks during smoothing
mpound Oct 24, 2024
63ecbb9
deal with masks during smoothing
mpound Oct 24, 2024
242b41b
revert change that broke pytes
mpound Oct 24, 2024
d96679f
fix change that broke pytest
mpound Oct 24, 2024
0a2981e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 24, 2024
203be54
Fix: use lowest supported Python version for pre-commit
astrofle Oct 25, 2024
a3a6b42
Fix: update notebook after changes to align_to
astrofle Oct 25, 2024
e71b9a0
Fix: remove print statements
astrofle Oct 25, 2024
5377305
Fix: use a raw string in average_spectra docstring
astrofle Oct 25, 2024
be4282f
Add: mask slicing for Spectrum
astrofle Oct 25, 2024
dad6b8a
Merge pull request #416 from GreenBankObservatory/191-q6-channel-base…
astrofle Oct 25, 2024
8c0e356
Merge branch 'main' into 191-q6-channel-based-flagging
mpound Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/reference/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Modules and APIs
:outline:
:click-parent:

Go to dysh.spectra
Go to dysh.plot

.. grid-item-card::
:shadow: md
Expand Down
16 changes: 8 additions & 8 deletions notebooks/examples/align_spectra.ipynb

Large diffs are not rendered by default.

Loading
Loading