forked from pierreroudier/asdreader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 894 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: asdreader
Type: Package
Title: Reading ASD Binary Files in R
Version: 0.1-2
Date: 2016-03-03
Authors@R: person("Pierre", "Roudier", email = "roudierp@landcareresearch.co.nz", role = c("aut", "cre"))
Description: A simple driver that reads binary data created by the ASD Inc.
portable spectrometer instruments, such as the FieldSpec (for more information,
see <http://www.asdi.com/products/fieldspec-spectroradiometers>). Spectral data
can be extracted from the ASD files as raw (DN), white reference, radiance, or
reflectance. Additionally, the metadata information contained in the ASD file
header can also be accessed.
URL: http://github.com/pierreroudier/asdreader
BugReports: http://github.com/pierreroudier/asdreader/issues
Depends:
R (>= 3.0)
License: GPL-3
LazyData: TRUE
Collate:
'get-metadata.r'
'get-spectrum.r'
'asdreader.r'
'data.r'