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:
- cc
listsize=2 List of [a, b], where a is the Camera number (1-4) and b is the CCD number (1-4)
- t_targets
astropy.table.Table Table containing the targets to be analysed
- sector_num
int Sector number required
- make_plots
bool Decides is plots are made from the lightcurve analysis.
- final_table
astropy.table.Table The table to store tessilator results.
- Rad
float, 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
- cc
- Returns:
- Nothing returned, but the final tessilator table is saved to file.