219 def __init__(self, fits_file, psf_file=None, weight_file=None, gain=None,
220 gain_keyword='GAIN', saturation=None, saturation_keyword='SATURATE',
221 flux_scale=None, flux_scale_keyword='FLXSCALE',
222 weight_type='none', weight_absolute=False, weight_scaling=1.,
223 weight_threshold=None, constant_background=None,
224 image_hdu=0, psf_hdu=None, weight_hdu=None,
225 image_layer=0, weight_layer=0):
226 super(DataCubeSlice, self).
__init__(fits_file, psf_file, weight_file, gain,
227 gain_keyword, saturation, saturation_keyword,
228 flux_scale, flux_scale_keyword,
229 weight_type, weight_absolute, weight_scaling,
230 weight_threshold, constant_background,
231 image_hdu, psf_hdu, weight_hdu)