nabu.app.double_flatfield module

class nabu.app.double_flatfield.DoubleFlatFieldChunks(dataset_path, output_file, chunk_size=100, sigma=None, do_flatfield=True, h5_entry=None, logger=None)[source]

Bases: object

compute_double_flatfield()[source]

Compute the double flatfield for the current dataset.

write_double_flatfield(arr)[source]

Write the double flatfield image to a file

nabu.app.double_flatfield.dff_cli()[source]