Description Usage Arguments Examples
View source: R/SampleFITS_function.R
A function to read three-dimensional FITS images, pull first frame and export as a JPEG file for simple thumbnail viewing. Output files are black and white.
1 | SampleFITS(source, destination, parallel = "TRUE")
|
source |
The path to a file, or folder of FITS files you wish to sample. |
destination |
The path to a folder where you wish to save output images. |
parallel |
A binary "TRUE/FALSE" variable that determines whether internal operations will be run by parallel processing. If "TRUE", function will call upon the "doParallel" package. Default is "TRUE". |
1 2 3 | source="C:/ThermalFITSfiles"
destination="C:/Output"
SampleFITS(source = source, destination = destination, parallel = "TRUE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.