Skip to content

ccdproc 2.0

Choose a tag to compare

@mwcraig mwcraig released this 03 Sep 01:22

This is the first release of ccdproc that is Python 3 only!

New and improved

The ImageFileCollection for working with sets of images has several new features:

  • Construct a collection from an explicit list of files.
  • Filter files using regular expression matching.
  • Create a new collection by filtering an existing collection.

Other new features include:

  • Weights in image combination can be a 1D array.
  • Reduced memory in image combination.
  • Many fewer files open during image combination when using memory mapping and breaking the image stack into chunks.
  • Better performance and a wider array of compression types for ImageFileCollection.
  • Better handling of constructing error array when some image value are negative.

In addition, several bugs were fixed.

See the changelog for more details.