SampleFITS: ReVuePro: SampleFITS

Description Usage Arguments Examples

View source: R/SampleFITS_function.R

Description

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.

Usage

1
SampleFITS(source, destination, parallel = "TRUE")

Arguments

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".

Examples

1
2
3
source="C:/ThermalFITSfiles"
destination="C:/Output"
SampleFITS(source = source, destination = destination, parallel = "TRUE")

joshuakrobertson/R-Package_ReVuePro documentation built on June 2, 2020, 8:23 p.m.