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_targets
astropy.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_file
str Name of file for recording parameters measured by the periodogram analysis.
- file_ref
str A common string to give all output files the same naming convention.
- keep_data
bool Choose to save the input data to file.
- fix_noise
bool, optional, default=False Choose to apply the noise correction to the cleaned lightcurve.
- t_targets
- Returns:
- Nothing returned. The Tessilator data for each camera/CCD configuration
- is saved to file.