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

Merging updates to be up-to-date with develop. #237

Merged
merged 51 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
9647188
removed unnecessary code. switched from gauss to convgauss to enable …
strampelligiovanni Aug 8, 2024
61340f6
added fit by psf convolved by 2D Gaussian using minimization in extra…
strampelligiovanni Aug 9, 2024
6080ccc
added 'SIGMA_X_ERROR', 'SIGMA_Y_ERROR', 'THETA_ERROR' to te list of p…
strampelligiovanni Aug 9, 2024
1553daf
added debug plots when convolving with 2D Gaussian during the MCMC fit
strampelligiovanni Aug 9, 2024
97969b0
added result = None in best_convfit_and_residuals when minmethod is None
strampelligiovanni Aug 9, 2024
782e90b
moved convgauss from kwargs to parameters in extract_companions
strampelligiovanni Aug 9, 2024
e667716
removed convgauss as a kewargs
strampelligiovanni Aug 9, 2024
81966f0
corrected typos in gauss_param_guesses
strampelligiovanni Aug 29, 2024
eb6fecc
adding a scale_rang to the 2D Gaussian convolution to allow to rescal…
strampelligiovanni Sep 9, 2024
cd5246d
remove the options for 2D Gaussian convolution in the MCMC from the p…
strampelligiovanni Sep 10, 2024
b2de53b
Merge remote-tracking branch 'refs/remotes/origin/develop' into gs-fi…
AarynnCarter Sep 19, 2024
ef8a88e
Correcting output directory for extract companions
AarynnCarter Sep 19, 2024
eb5e2de
Adjusting code to accept new plotting changes
AarynnCarter Sep 20, 2024
8462fa2
Fix to read in files faster
kglidic Sep 25, 2024
37751e6
Merge branch 'kammerje:develop' into NIRCam_tutorial_updates
kglidic Sep 25, 2024
4e69104
default maximum_cores='none'
JarronL Oct 3, 2024
302cf8c
fix default maximum_cores doc strings
JarronL Oct 3, 2024
86461a9
Merge pull request #221 from kammerje/OLS_no_mp
mperrin Oct 3, 2024
bac0445
Merge pull request #218 from kglidic/NIRCam_tutorial_updates
AarynnCarter Oct 4, 2024
152f041
Fixed readthedocs formatting issues and cleaned up some long outputs
kglidic Oct 2, 2024
196d863
Fixed readthedocs formatting issues
kglidic Oct 2, 2024
07805fa
Made sure widgets were populated
kglidic Oct 9, 2024
696f416
MIRI tutorial updates
kglidic Oct 9, 2024
519bc97
made sure widgets are populated
kglidic Oct 9, 2024
c9cfed6
Added logging info for godoy background subtraction
kglidic Oct 9, 2024
c5e88d4
Adjusting code to accept new plotting changes
AarynnCarter Oct 18, 2024
07eaf7d
Merge pull request #222 from kglidic/NIRCam_tutorial_updates
AarynnCarter Oct 18, 2024
2f839db
changing the DQ map to be updated at the end of find_bad_pixels
strampelligiovanni Oct 22, 2024
9195bb0
changing np.mean to np.nanmean in loss_function to avoid NaNs issues …
strampelligiovanni Oct 24, 2024
7c79acf
ensure maxnumbasis for cc is same as rc/klipsub
wbalmer Oct 28, 2024
c346c9c
Merge pull request #225 from kammerje/cc_maxnumb_fix
AarynnCarter Oct 28, 2024
f1cbbe8
Code adjustments to fix the API for readthedocs, removing transmissio…
AarynnCarter Oct 30, 2024
974b626
Merge pull request #216 from kammerje/gs-fit-source
AarynnCarter Oct 30, 2024
60da720
Merge pull request #223 from kglidic/MIRI_tutorial_updates
AarynnCarter Oct 30, 2024
73bdd24
More adjustments to get API compiled and formatted correctly. Also so…
AarynnCarter Oct 31, 2024
3242056
updating update_nircam_centers
kdlawson Nov 4, 2024
915e3e2
Fixing tab inconsistency
kdlawson Nov 4, 2024
8b48996
Merge pull request #228 from kdlawson/update_nircam_centers_fix
AarynnCarter Nov 12, 2024
f555eb5
Merge pull request #227 from kammerje/fix_api
AarynnCarter Nov 15, 2024
6e01749
Merge remote-tracking branch 'origin/fix_api' into fix_api
AarynnCarter Nov 15, 2024
395f64b
Adding webbpsf_ext to mock import to stop API crashing
AarynnCarter Nov 15, 2024
979bfc3
Merge remote-tracking branch 'refs/remotes/origin/develop' into fix_api
AarynnCarter Nov 15, 2024
7336d0b
Correcting name
AarynnCarter Nov 15, 2024
533e48c
Merge pull request #230 from kammerje/fix_api
AarynnCarter Nov 15, 2024
78441c3
Correcting name
AarynnCarter Nov 15, 2024
5119bac
Merge pull request #231 from kammerje/fix_api
AarynnCarter Nov 15, 2024
9584936
added func to mask set num of grps from any s1 sci/ref
wbalmer Nov 26, 2024
c9df43b
changing find_bad_pixel to correctly update the DQ array with new fla…
strampelligiovanni Nov 27, 2024
5ee6348
Merge branch 'develop' into gs-fix-bad-pixells
strampelligiovanni Nov 27, 2024
de0b6ec
Merge pull request #226 from kammerje/gs-fix-bad-pixells
AarynnCarter Nov 27, 2024
7051516
Merge pull request #232 from kammerje/mask_custom_grp
AarynnCarter Nov 27, 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
1 change: 0 additions & 1 deletion docs/source/TLDR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ TL;DR Setup Guide
$ git clone https://github.com/kammerje/spaceKLIP.git
$ pip install -r requirements.txt
$ pip install -e .
$ python make_psfmasks.py
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
templates_path = []#['./_templates']

# mock imports for autodoc
autodoc_mock_imports = ["webbpsf"]
autodoc_mock_imports = ["webbpsf", "webbpsf_ext"]


# nbsphinx settings
nbsphinx_allow_errors = True
Expand All @@ -85,6 +86,7 @@

# The master toctree document.
master_doc = 'index'
automodapi_inherit_docstrings = True

# General information about the project.
project = u'spaceKLIP'
Expand Down Expand Up @@ -282,7 +284,7 @@ def setup(app):

# If true, links to the reST sources are added to the pages.
#
# html_show_sourcelink = True
html_show_sourcelink = True

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#
Expand Down
4 changes: 0 additions & 4 deletions docs/source/gen_index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Compatible Simulated Data: `Here <https://stsci.box.com/s/cktghuyrwrallb401rw5y5
:hidden:

spaceKLIP
gen_index




Expand Down
27 changes: 21 additions & 6 deletions docs/source/spaceKLIP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,21 @@ spaceKLIP.database module
:undoc-members:
:show-inheritance:

spaceKLIP.fnoise_clean module
-----------------------------
spaceKLIP.expjumpramp module
----------------------------

.. automodule:: spaceKLIP.fnoise_clean
.. automodule:: spaceKLIP.expjumpramp
:members:
:undoc-members:
:show-inheritance:

spaceKLIP.fnoise\_clean module
------------------------------

.. automodule:: spaceKLIP.fnoise_clean
:members:
:undoc-members:
:show-inheritance:

spaceKLIP.imagetools module
---------------------------
Expand All @@ -66,6 +73,14 @@ spaceKLIP.imagetools module
:undoc-members:
:show-inheritance:

spaceKLIP.logging\_tools module
-------------------------------

.. automodule:: spaceKLIP.logging_tools
:members:
:undoc-members:
:show-inheritance:

spaceKLIP.mast module
---------------------

Expand Down Expand Up @@ -114,10 +129,10 @@ spaceKLIP.utils module
:undoc-members:
:show-inheritance:

Module contents
---------------
spaceKLIP.wcs\_utils module
---------------------------

.. automodule:: spaceKLIP
.. automodule:: spaceKLIP.wcs_utils
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/stage1.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.. _stage1:

Stage 1
=======

Expand Down
Loading
Loading