powered by
Generate model 512 x 512 x 2 (bytes) speckle image of binary star
speckle_generator(rho, theta, dm, seeing, speckle_sigma, wind)
a separation (an arcsec).
a positional angle.
a magnitude difference.
a number.
a wind speed.
The vector of model speckle image.
# NOT RUN { speckle_vector <- speckle_generator(rho = 0.5, theta = 70, dm = 0.3, seeing = 20, speckle_sigma = 1, wind = 0) speckle_matrix <- matrix(speckle_vector, nrow = 512, ncol = 512) # }
Run the code above in your browser using DataLab