-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
28 lines (28 loc) · 1.51 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: Thermimage
Type: Package
Title: Thermal Image Analysis
Version: 4.1.3
Date: 2021-09-23
Author: Glenn J. Tattersall
Description: A collection of functions and routines for inputting thermal
image video files, plotting and converting binary raw data into estimates of
temperature. First published 2015-03-26. Written primarily for research purposes
in biological applications of thermal images. v1 included the base calculations
for converting thermal image binary values to temperatures. v2 included additional
equations for providing heat transfer calculations and an import function for thermal
image files (v2.2.3 fixed error importing thermal image to windows OS). v3. Added numerous
functions for converting thermal image, videos, rewriting and exporting.
v3.1. Added new functions to convert files. v3.2. Fixed the various functions related to finding frame times.
v4.0. fixed an error in atmospheric attenuation constants, affecting raw2temp and temp2raw functions.
Recommend update for use with long distance calculations. v.4.1.3. changed to frameLocates to reflect change to as.character() to format().
License: GPL (>=2)
Depends: R (>= 2.10)
SystemRequirements: exiftool, perl, ffmpeg, imagemagick
Suggests: fields
Imports: tiff, png
LazyData: true
Maintainer: Glenn J. Tattersall <[email protected]>
URL: https://cran.r-project.org/package=Thermimage, https://github.com/gtatters/Thermimage
BugReports: http://github.com/gtatters/Thermimage/issues
Encoding: UTF-8
RoxygenNote: 7.1.1