8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This PR involves major upgrades to KCWI and specifically KCRM functionality.
Sorry, something went wrong.
Tuned up buildimage to just loop over the file.
ca6286c
Merge branch 'develop' of https://github.com/pypeit/PypeIt into kcwi_…
a2efbf0
…dec_2024
adding outlier rejection
39d14ff
improved whitelight to use sigmaclipping, added masking to object fin…
4e978f9
…ding
new
c4fcea2
tightening up Gaussian2D fitting
be1d0e3
5933ebd
…dec_2024 # Conflicts: # pypeit/core/datacube.py
implementing object finding offset algorithm
a020874
fixed an issue with alignment, but only with hacks. Fixed other objec…
710a18a
…t finding issues
fixed a bug with weighted combined and improved error checking in tha…
aaba4b6
…t routine
getting the cube stuff going
6427fb1
significantly improved the algorithms and interfact for cube point so…
c14b611
…urce extraction
kcwi improvements
29871c2
27b1947
Minor changes. Added time to coadd2d.
6baa4a3
baae7c1
doc fixes
f09309a
7bce1fc
2392c68
KCRM improvements to coadding
53eb2b2
4c4a586
dbc9389
added an option to not sky-subtract for datacubes
1954fd5
4aed8fc
191dcae
fixed a potential bug with local_skysub_extract and use_2dmodel_mask …
4064b5d
…= True. The mask that is returned should always be the extraction mask used.
added wave_grid_input to multi_combspec
ce8e846
minor update
385eb21
6fd9741
Merge branch 'local_skysub_patch' of https://github.com/pypeit/PypeIt …
d103cc4
…into kcwi_dec_2024 # Conflicts: # pypeit/core/skysub.py
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Great stuff!
Do we need new docs (i.e. .rst files) or tests? If so, demand them of your chat-bot. :)
remove?
Indeed, this should be removed. The Gauss fit will only work for point sources.
add show_qa to doc string
show_qa
and
Returns:
do not go together.
add overwrite
overwrite
Maybe send to deprecate? Really, I think we should include this old functionality by not enforcing the sigma clipping.
remove
typo
Thanks, @jhennawi, for this massive revision of the datacube code. A lot of excellent updates here. I've been through the code carefully and commented extensively. Most of the changes are pretty straight forward, but I've marked some places where we should really discuss things on Slack (or here) before further. Once you've addressed these, please post a report of the tests. Thanks again!
I think the | (a bitwise operator) should be or (a logical operator).
|
or
I think spectral should be spatial here. Perhaps make it clear which directions spatx and spaty corresponding to (presumably one aligns with either the spatial slice, or with declination)?
spectral
spatial
Should this be "optional" as well, because in the datamodel below you list it as optional?
Should we be concerned that FWHM must be specified if you want to specify boxcar_rad? What if someone just wants the boxcar, for example?
boxcar_rad
Should we also be checking FWHM and boxcar_rad? Seems to make sense.
elaborate here too, thanks.
for clarity, can we change this to: verbose and (slice_subpixel > 1)
verbose and (slice_subpixel > 1)
I'm not so sure about this change. Let's investigate this further. You have used a different/new approach to determine dec_offset, and we need to make sure that this is consistent with the old approach. The new method (in run_align()) may have a bug, and this line of code should be reverted to the old code. Please read the following section of the documentation to make sure that your new approach is consistent with the docs: Setting offsets in PypeIt
dec_offset
run_align()
I think we can remove the commented code, or include the type set to uint8.
3.11 fix
2639df8
photutils as an optional dependency
de333d4
doc fix and update
9b07c7e
Merge branch 'develop' into kcwi_dec_2024
d4165be
5ec28f2
d701080
Merge remote-tracking branch 'origin/kcwi_dec_2024' into kcwi_dec_2024
9275a85
fixed a situation where the alignframe can fail when the alignment tr…
baebe45
…aces are at the edge of the slit.
3465ea7
rcooke-ast rcooke-ast requested changes
profxj profxj approved these changes
Requested changes must be addressed to merge this pull request.
Successfully merging this pull request may close these issues.