FilterFITS: ReVuePro: FilterFITS

Description Usage Arguments Examples

View source: R/FilterFITS_function.R

Description

A function to read two-dimensional FITS images, and filter files according to the maximum value within pixel range.

Usage

1
FilterFITS(source, destination, max.criteria)

Arguments

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.

Examples

1
2
3
source="C:/ThermalFITSfiles"
destination="C:/ToDelete"
FilterFITS(source=source, destination=destination, max.criteria=28.0)

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