Curtis McCully
Curtis McCully
@kbarbary It looks like there is a loop over objects that is missing in SEP vs source extractor. I've attempted to put it back here. It seems to help deblending...
We found a memory leak in github.com/lcogt/banzai. Our tests finally isolated it to be happening when the following exception was raised: File "sep.pyx", line 286, in sep._assert_ok\n', 'Exception: internal pixel...
I am attempting to run image segmentation on an image from a reasonably large chip and the memory usage is higher than I would have hoped. This script produces the...
There was a lot of code duplication in the C code for medianing and dilating images. I have removed as much as possible in hopes of making it easier to...
Fixes to get old data cube data working in the new version of BANZAI.
I believe the planck function bb_func in planck.py appears to be missing a factor of wavelength. At line 99, x = factor \* x \* x \* x and then...
This PR adds support for images that were stacked at site. This observing mode was introduced to limit our exposure time so that the 0.4m cameras can self guide (using...
 It appears warnings.warn warnings are showing up correctly. Checking the highlighted frame in my tests showed that WCSERR=4 so https://github.com/LCOGT/banzai/blob/main/banzai/photometry.py#L300 should have printed...