Releases: astropy/ccdproc
v1.3.0.post1
Changed released package on PyPI to tar.gz without Windows line-endings
v1.3.0
New Features
-
Added ext parameter and property to ImageFileCollection to specify the FITS
extension. [#463] -
Add keywords.deleter method to ImageFileCollection. [#474]
-
Added
glob_include
andglob_exclude
parameter to
ImageFileCollection
. [#484] -
Add
bitfield_to_boolean_mask
function to convert abitfield
to a
boolean mask (following the numpy conventions). [#460] -
Added
gain_corrected
option in ccd_process so that calibration
files do not need to previously been gain corrected. [#491] -
Add a new
wcs_relax
argument toCCDData.to_header()
that is passed
through to theWCS
method of the same name to allow more flexible
handing of headers with SIP distortion. [#501] -
combine
now acceptsnumpy.ndarray
as the inputimg_list
.
[#493, #503] -
Add
norm_value
argument toflat_correct
that allows the normalization
of the flat frame to be manually specified. [#584, #577]
Other Changes and Additions
-
removed ability to set unit of CCDData to None. [#451]
-
deprecated
summary_info
property ofImageFileCollection
now raises
a deprecation warning. [#486] -
Logging will include the abbreviation even if the
meta
attribute of
the processedCCDData
isn't afits.Header
. [#528] -
The
CCDData
class and the functionsfits_ccddata_reader
and
fits_ccddata_writer
will be imported fromastropy.nddata
if
astropy >= 2.0 is installed (instead of the one defined inccdproc
). [#528] -
Building the documentation requires astropy >= 2.0. [#528]
-
When reading a
CCDData
from a file the WCS-related keywords are removed
from the header. [#568] -
The
info_file
argument forImageFileCollection
is now deprecated.
[#585]
Bug Fixes
-
ImageFileCollection
now handles Headers with duplicated keywords
(other thanCOMMENT
andHISTORY
) by ignoring all but the first. [#467] -
The
ccd
method ofImageFileCollection
will raise an
NotImplementedError
in case the parameteroverwrite=True
or
clobber=True
is used instead of silently ignoring the parameter. [#527] -
The
sort
method ofImageFileCollection
now requires an explicitly
givenkeys
argument. [#534] -
Fixed a problem with
CCDData.read
when the extension wasn't given and the
primary HDU contained nodata
but another HDU did. In that case the header
were not correctly combined. [#541] -
Suppress errors during WCS creation in CCDData.read(). [#552]
-
The generator methods in
ImageFileCollection
now don't leave open file
handles in case the iterator wasn't advanced or an exception was raised
either inside the method itself or during the loop. [#553] -
Allow non-string columns when filtering an
ImageFileCollection
with a
string value. [#567]
1.2.0 (for zenodo)
v1.2.0
v1.0
Release of ccdproc version 1.0