| xy.to.radec | R Documentation | 
Convert pixel locations to RA and Dec by using a calibrating pixel and known pixel widths, in the TAN Gnomonic coordinate system.
xy.to.radec(x, y, ra0 = 0, dec0 = 0,
x0 = 0, y0 = 0, xscale = 1, yscale = 1)
| x | numeric (n) vector; x-coordinates of pixels | 
| y | numeric (n) vector; y-coordinates of pixels | 
| ra0 | numeric; RA of the calibrating pixel (deg) | 
| dec0 | numeric; Dec of the calibrating pixel (deg) | 
| x0 | numeric; x-coordinate of the calibrating pixel | 
| y0 | numeric; y-coordinate of the calibrating pixel | 
| xscale | numeric; width of pixels in RA (deg) | 
| yscale | numeric; height of pixels in Dec (deg) | 
numeric (n,2) array; RA and Dec vectors (column bound) of the input x,y coordinates
Angus H Wright ICRAR angus.wright@icrar.org
measure.fluxes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.