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

add data augmentation and dc2 psf/deconv #932

Merged
merged 4 commits into from
Aug 31, 2023
Merged

add data augmentation and dc2 psf/deconv #932

merged 4 commits into from
Aug 31, 2023

Conversation

XinyueLi1012
Copy link
Collaborator

@XinyueLi1012 XinyueLi1012 linked an issue Aug 23, 2023 that may be closed by this pull request
7 tasks
@XinyueLi1012 XinyueLi1012 marked this pull request as draft August 23, 2023 17:30
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #932 (63825dd) into master (6ef4a26) will increase coverage by 0.09%.
Report is 1 commits behind head on master.
The diff coverage is 98.23%.

@@            Coverage Diff             @@
##           master     #932      +/-   ##
==========================================
+ Coverage   95.78%   95.88%   +0.09%     
==========================================
  Files          25       26       +1     
  Lines        3111     3209      +98     
==========================================
+ Hits         2980     3077      +97     
- Misses        131      132       +1     
Flag Coverage Δ
unittests 95.88% <98.23%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
bliss/catalog.py 99.26% <50.00%> (-0.37%) ⬇️
bliss/data_augmentation.py 98.43% <98.43%> (ø)
bliss/encoder.py 97.20% <100.00%> (+0.22%) ⬆️
bliss/surveys/dc2.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@XinyueLi1012 XinyueLi1012 marked this pull request as ready for review August 23, 2023 17:55
bliss/conf/base_config.yaml Outdated Show resolved Hide resolved
bliss/data_augmentation.py Outdated Show resolved Hide resolved
bliss/data_augmentation.py Outdated Show resolved Hide resolved
bliss/data_augmentation.py Outdated Show resolved Hide resolved
bliss/catalog.py Show resolved Hide resolved
bliss/encoder.py Outdated Show resolved Hide resolved
bliss/encoder.py Outdated Show resolved Hide resolved
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB


num_channel = image.size(2)
aug_images = []
for i in range(num_channel):
Copy link
Contributor

@jeff-regier jeff-regier Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, it'd be nice not to loop over the channels. We should be able to pad and slice all the channels at once.

bliss/encoder.py Outdated Show resolved Hide resolved
Copy link
Contributor

@jeff-regier jeff-regier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's coming along well, see changes request above

Copy link
Contributor

@jeff-regier jeff-regier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@jeff-regier jeff-regier merged commit b65e24c into master Aug 31, 2023
1 check passed
@jeff-regier jeff-regier deleted the dc2-coadded branch August 31, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

data augmentation demonstrate that BLISS outperforms the LSST pipeline at cataloging DC2
2 participants