reducer icon indicating copy to clipboard operation
reducer copied to clipboard

Friendly professional-level data reduction...documentation here:

Results 17 reducer issues
Sort by recently updated
recently updated
newest added

Deal with issue #107. Add example of making sky flat.

Looks like some images that are in `R` and `r` are getting combined into a single master, `r`.

bug

Should amount to simply using a combiner widget on dark-subtracted light images, along with `mad_std` sigma clipping.

enhancement
package-novice

I was trying out the example notebook using the default sample data, sequentially running all the commands.I get a runtime warning with this command ``` fits_browser = ImageBrowser(images, keys=['imagetyp', 'exposure'])...

``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 fits_browser = ImageBrowser(images, keys=['imagetyp', 'exposure']) 2 fits_browser.display() ~/Development/astronomy/reducer-notebook/reducer/image_browser.py in __init__(self, collection, allow_missing, *args, **kwd) 343 missing = 'No...

bug

That might be a good idea, right?

enhancement

Right now you can _NOT_ subtract bias from the darks and then subtract both dark and bias from flats or lights without getting any complaints, even though it is completely...

ccdproc 1.0 added a new function for this....use it!

enhancement