Steve Crawford

Results 34 comments of Steve Crawford

I think @simontorres was also working on this in #192

There is also the read the docs page here: http://specutils.readthedocs.io/en/latest/arithmetic.html

https://github.com/astrofrog/reproject

To imageutils - [ ] combiner - [ ] trim_image - [ ] lacosmic - [ ] lamedian - [ ] transform_image (or to reproject) To stats - [x] sigma_func...

rebin is now in nddata.utils.block_reduce and block_replicate

My feeling is that this isn't needed in v0.1, but it would be nice additional functionality to add. It will be important for ccds read out from multiple amplifies. However,...

Sounds like a very promising method. Do you have code to make a pull request and/or a link to the code if we wanted to include this?

@eteq it is an interesting thought. We do have the [`combine`](http://ccdproc.readthedocs.io/en/latest/api/ccdproc.combine.html#ccdproc.combine) function to provide an interface that might be more useful for pipeline production or general use of it. I...

There's also an issue of inconsistent usage of how to indicate data vs. mask vs uncertainty in the different extensions, and how the different extensions map back to detector space...

@kakirastern thanks for the feedback. We would definitely welcome a pull request with any suggested improvements or even just more detailed feedback like your above comment. As having developed the...