DatePreserveFITS: ReVuePro: DatePreserveFITS

Description Usage Arguments Examples

View source: R/DatePreserveFITS_function.R

Description

An integrative function that collects the date of creation (ie. capture) from JPG images, and assigns them to a list of RAW files, as created by the function 'RmFlirTag'. Note that this function calls upon Windows Powershell in Windows, and Bash in Linux. It is therefore limited to Windows and Linux users for the moment. Furthermore, note that order of files within a given folder matter.

Usage

1
DatePreserveFITS(PathtoJPGs, PathtoFITS)

Arguments

PathtoJPGs

The path to a folder containing JPG images from which you wish to extract creation dates.

PathtoFITS

The path to a folder containing RAW images, to which you wish to assign creation dates to.

Examples

1
2
3
MyJPGS<-"C:/Users/JKR/Desktop/JPGPhotos"
MyFITS<-"C:/Users/JKR/Desktop/FITSPhotos"
DatePreserveFITS(MyJPGS, MyRAWS)

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