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