biascombine

pydis.biascombine(biaslist, output='BIAS.fits', trim=True, silent=True)[source]

Combine the bias frames in to a master bias image. Currently only supports median combine.

Parameters
biasliststr

Path to file containing list of bias images.

output: str, optional

Name of the master bias image to write. (Default is “BIAS.fits”)

trimbool, optional

Trim the image using the DATASEC keyword in the header, assuming has format of [0:1024,0:512] (Default is True)

silentbool, optional

If False, print details about the biascombine. (Default is True)

Returns
bias2-d array

The median combined master bias image