one_cc

tessilator.tessilator.one_cc(t_targets, scc, make_plots, final_table, Rad=1.0, SkyRad=[6.0, 8.0])[source]

Run the tessilator for targets in a given Sector/Camera/CCD configuration

This routine finds the full-frame calibrated fits files and targets which land in a given Sector/Camera/CCD configuration (SCC). Aperture photometry is carried out simultaneously for all stars in a given SCC for each fits file in chronological order. This makes the method run much faster than doing it star-by-star (i.e. vectorisation). The output is a table for each SCC and plots for each target (if required).

Parameters:
cclist size=2

List of [a, b], where a is the Camera number (1-4) and b is the CCD number (1-4)

t_targetsastropy.table.Table

Table containing the targets to be analysed

sector_numint

Sector number required

make_plotsbool

Decides is plots are made from the lightcurve analysis.

final_tableastropy.table.Table

The table to store tessilator results.

Radfloat, optional, default=1.0

The pixel radius of the flux collecting area for aperture photometry

SkyRad: `Iterable`, size=2, optional, default=[6.,8.]

The inner and outer background annuli used for aperture photometry

Returns:
Nothing returned, but the final tessilator table is saved to file.