Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b085ee1
added 2d mean continuum
iprafols Jul 9, 2025
d4c9b2a
renamed file to allow for automatic discovery
iprafols Jul 9, 2025
e056ba9
make sure z_bins are intialized before super.__init__ is called
iprafols Jul 9, 2025
3d60800
removed reference to super.__parse_config as it is incorrect
iprafols Jul 9, 2025
16a714d
added missing import
iprafols Jul 9, 2025
02ae437
fixed call to get_mean_cont
iprafols Jul 9, 2025
59ff851
potential fix to calling get_mean_cont
iprafols Jul 9, 2025
cc299e4
removed incorrect old code
iprafols Jul 9, 2025
7931c55
removed extra 1
iprafols Jul 10, 2025
52f998a
restored the +1, fixed error message
iprafols Jul 10, 2025
c72aecb
renamed file, fixed 1d interpolation
iprafols Jul 22, 2025
38a5c71
Added default values
iprafols Jul 22, 2025
6416233
added missing import
iprafols Jul 22, 2025
e37821a
fixed writing function
iprafols Jul 22, 2025
9d8d8a6
fixed minor bug
iprafols Jul 22, 2025
2939e86
fixed hdu_cont for the 1d case
iprafols Jul 22, 2025
e65b7ce
fixed a minor bug in hdu_cont
iprafols Jul 22, 2025
f58d41d
test to update the get_mean_cont_method
iprafols Jul 22, 2025
14a990a
second test to fix that
iprafols Jul 22, 2025
b319e98
third attempt
iprafols Jul 22, 2025
ece6b61
fixed boundary issues
iprafols Jul 22, 2025
997a5ed
numbaized and parallelized function
iprafols Jul 22, 2025
17061d0
fixed forgotten removal
iprafols Jul 22, 2025
8d5362b
fixed numba indexing
iprafols Jul 22, 2025
08cf727
restored non-numbaized version as there are memory issues
iprafols Jul 23, 2025
91585b9
first attempt at the 2D extension
iprafols Jul 28, 2025
af6a21e
fixed a few things
iprafols Jul 29, 2025
30d1bf6
fixed bug in hdu_cont
iprafols Jul 29, 2025
be5c630
added some debugging code
iprafols Jul 29, 2025
7efcf12
fixed lingering issues related to negative errors and zero division e…
iprafols Jul 29, 2025
be59dd4
fixes to previous commit, adding debug code
iprafols Jul 29, 2025
2127901
fixed zero error in iminuit
iprafols Jul 29, 2025
8ee4a0f
fixed call to np.max
iprafols Jul 29, 2025
ff42b03
fixed bug
iprafols Jul 29, 2025
2e999a0
removed previous changes as they generate more issues
iprafols Jul 29, 2025
5effccd
added debugging code
iprafols Jul 29, 2025
ef6f463
added bad continuum type
iprafols Jul 29, 2025
a09ea35
restored similar error values
iprafols Jul 29, 2025
41b8399
more debugging
iprafols Jul 29, 2025
ed2f6bf
added more debugging code
iprafols Jul 29, 2025
e1a2ccf
restored least_squares_cont_model to master's version
iprafols Jul 29, 2025
135a3e2
fixed fudge
iprafols Jul 29, 2025
64491ee
added missing terms in A matrix
iprafols Jul 30, 2025
966de53
fixed terms, simplified code
iprafols Jul 30, 2025
e9e6853
fixed bug, optimized computation
iprafols Jul 30, 2025
2a8f71a
added debugging code
iprafols Jul 31, 2025
511a203
fixed bug
iprafols Jul 31, 2025
206b74f
more debugging code
iprafols Jul 31, 2025
55bdd6e
interpolate across z bin edges and not z bin centers so that we do no…
julienguy Aug 25, 2025
e0b67f1
fix computation of B_matrix
julienguy Aug 26, 2025
f653893
linted code
iprafols Sep 10, 2025
875867a
removed new tests
iprafols Sep 10, 2025
937c106
fixing pylint version to avoid bugs
iprafols Sep 10, 2025
e08450c
Merge pull request #1108 from igmhub/2d_mean_continuum_jg
iprafols Sep 10, 2025
14001e8
Update py/picca/delta_extraction/expected_fluxes/mean_continuum_inter…
iprafols Sep 17, 2025
2bf3e3a
removed forced pylint version
iprafols Sep 23, 2025
07e62f9
fixed error messages, removed leftover debugging code
iprafols Sep 23, 2025
a66b97d
fixed spelling, removed unused function
iprafols Sep 23, 2025
05e4a97
fixed pylint issue related to scipy 1.16
iprafols Sep 23, 2025
f0c062a
removed lingering debugging notebook
iprafols Sep 25, 2025
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