get_xy_pos¶
- tessilator.lc_analysis.get_xy_pos(targets, head)[source]¶
Locate the X-Y position for targets in a given Sector/CCD/Camera mode
- Parameters:
- targets
astropy.table.Table The table of input data with celestial coordinates.
- head
astropy.io.fits The fits header containing the WCS coordinate details.
- targets
- Returns:
- positions
tuple A tuple of X-Y pixel positions for each target.
- positions