Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c1f8315
initial commit of continuum background estimation
ckarwin Nov 17, 2025
9a03d2f
Updated main code
ckarwin Dec 12, 2025
79eafd8
added unit test
ckarwin Dec 12, 2025
b4b6f3b
added example notebook
ckarwin Dec 15, 2025
153dbff
NN tutorial
ckarwin Dec 17, 2025
7ab853e
updates to tutorial
ckarwin Dec 17, 2025
685887f
more updates
ckarwin Dec 17, 2025
2d27674
update to tutorial
ckarwin Dec 17, 2025
f187ece
fixed unit tests
ckarwin Dec 18, 2025
887381d
fixed optional import of pytorch
ckarwin Dec 18, 2025
2600c6f
small changes
ckarwin Dec 18, 2025
ad4cff5
updated example notebook
ckarwin Dec 18, 2025
2991fc2
added auto run for tutorial
ckarwin Dec 18, 2025
9204716
small fix
ckarwin Dec 19, 2025
4a275fb
Merge branch 'interfaces' into interfaces_PR10
israelmcmc Feb 16, 2026
7721caa
Merge branch 'interfaces' into PR498
israelmcmc Mar 12, 2026
2c316a7
Merge pull request #5 from israelmcmc/PR498_Israel
ckarwin Mar 12, 2026
0c594bf
Merge branch 'develop' into PR498_Israel
israelmcmc Mar 12, 2026
b53432e
Merge pull request #6 from israelmcmc/PR498_Israel
ckarwin Mar 12, 2026
2283a7e
Merge branch 'cositools:develop' into interfaces_continuum_bg
ckarwin Mar 13, 2026
31dd9eb
easy fix for unet unit test
ckarwin Mar 13, 2026
8607bd2
one more unet test to fix
ckarwin Mar 13, 2026
918f7aa
modify select device for M chip compatibility
ckarwin Mar 13, 2026
8523414
mac fix
ckarwin Mar 14, 2026
db1b09f
trying to fix mac issue
ckarwin Mar 14, 2026
0073560
mac test
ckarwin Mar 14, 2026
7a18bcc
mac fix
ckarwin Mar 16, 2026
500d44b
Merge branch 'develop' into interfaces_continuum_bg
ckarwin Mar 16, 2026
a55077e
Update pyproject.toml
ckarwin Mar 16, 2026
1acc578
Update pyproject.toml
ckarwin Mar 16, 2026
cd58f1e
Update test_continuum_background_estimationNN.py
ckarwin Mar 16, 2026
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
2 changes: 1 addition & 1 deletion cosipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
from .source_injector import SourceInjector

from .background_estimation import LineBackgroundEstimation
from .background_estimation import ContinuumEstimation
from .background_estimation import ContinuumEstimationNN
from .background_estimation import TransientBackgroundEstimation

359 changes: 0 additions & 359 deletions cosipy/background_estimation/ContinuumEstimation.py

This file was deleted.

Loading
Loading