powered by
Power spectrum of the difference of neighboring frames in the series of speckle images
speckle_ps_diff(filename, threshold = 50000L)
a character string with the path name to a file.
an integer (default is 50000).
The 513 x 1024 double matrix of power spectrum.
# NOT RUN { obj_filename <- system.file("extdata", "ads15182_550_2_frames.dat", package = "specklestar") pow_spec_diff <- speckle_ps_diff(obj_filename) # }
Run the code above in your browser using DataLab