all_sources_sector

tessilator.tessilator.all_sources_sector(t_targets, scc, period_file, file_ref, keep_data=False, fix_noise=False)[source]

Iterate over all cameras and CCDs for a given sector.

This routine iterates over all cameras and CCDs for a given sector and performs the tessilator analysis for each camera/CCD configuration.

Parameters:
t_targetsastropy.table.Table

Input data for the targets to be analysed.

scctuple or int

This can be a single integer or a tuple of size 3. If a single integer is given, then all cameras and CCDs for that sector are analysed. If a tuple is given, is has the format (sector, camera, CCD).

period_filestr

Name of file for recording parameters measured by the periodogram analysis.

file_refstr

A common string to give all output files the same naming convention.

keep_databool

Choose to save the input data to file.

fix_noisebool, optional, default=False

Choose to apply the noise correction to the cleaned lightcurve.

Returns:
Nothing returned. The Tessilator data for each camera/CCD configuration
is saved to file.