Description Usage Arguments Examples
View source: R/FilterFITS_function.R
A function to read two-dimensional FITS images, and filter files according to the maximum value within pixel range.
1 | FilterFITS(source, destination, max.criteria)
|
source |
The path to a file, or folder of FITS files you wish filter. |
destination |
The path to a folder where you wish to relocate images that do not meet image criteria. |
max.criteria |
The maximum pixel value a FITS image must contain to be retained. |
1 2 3 | source="C:/ThermalFITSfiles"
destination="C:/ToDelete"
FilterFITS(source=source, destination=destination, max.criteria=28.0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.