speckle_rho: Rho from pixels to arcseconds

View source: R/speckle_rho.R

speckle_rhoR Documentation

Rho from pixels to arcseconds

Description

Convert rho from pixels to arcseconds for given band

Usage

speckle_rho(rho_px = NULL, rho_px_err = NULL, band = NULL)

Arguments

rho_px

rho in px.

rho_px_err

error of rho in px.

band

a character string with band ('550', 600', '676', '694', '800', '850').

Value

List with rho and it's error in arcseconds.

Examples

speckle_rho(rho_px = 12.1685, rho_px_err = 0.0865, band = '800')

drastega/specklestar documentation built on Nov. 20, 2023, 8:21 p.m.