FOVselect: FOVselect function

Description Usage Arguments Examples

Description

This function selects stars that are within the field of view

Usage

1
FOVselect(x, y, xi_FOV = 0, alpha_FOV = 1, beta_FOV = 1, rh)

Arguments

x

vector with x positions of all stars

y

vector with y positions of all stars

xi_FOV

position of the FOV along the x axis in units of rh (xi_FOV = 0 means centered FOV)

alpha_FOV

size of the FOV along the x axis in units of rh

beta_FOV

size of the FOV along the y axis in units of rh

rh

half-mass radius, used to scale xi_FOV, alpha_FOV, beta_FOV

Examples

1
FOVselect(x, y, 0, 1, 1, sqrt(median(x*x + y*y))) #square FOV, centered

m-a-r-i-o/aRtistic documentation built on May 7, 2019, 9:37 a.m.