Description Usage Arguments Value
View source: R/pr_create_pan.R
helper function used to process and save the PAN data cube
1 2 3 4 5 6 7 8 9 10 | pr_create_pan(
f,
proc_lev,
source,
out_file_pan,
out_format,
base_georef,
fill_gaps,
in_L2_file = NULL
)
|
f |
input data he5 from caller |
proc_lev |
'character' Processing level (e.g., "1", "2B") - passed by caller |
source |
'character' ["HC0" | "HRC"], Considered Data Cub, Default: 'HCO' |
out_file_pan |
output file name for PAN |
out_format |
'character“ ["GTiff" | "ENVI"], Output format, Default: 'GTiff' |
base_georef |
'logical' if TRUE, apply base georeferencing on L1, L2B/C data, using the "Georeference from input GLT" procedure explained here: https://www.harrisgeospatial.com/docs/backgroundgltbowtiecorrection.html, Default: TRUE |
fill_gaps |
'logical' if TRUE, when georeferencing on L1, L2B/C data, substitute missing values with results of a 3x3 focal filter on the georeferenced data, Default: FALSE |
in_L2_file |
'character' full path of an L2B/C file to be used to extract georeferencing info and angles for a corresponding L1 file. If not NULL, and 'in_file' is a L1 file, the LAT and LON fields used for bowtie georeferencing are taken from the L2 file instead than from the L1 file. The ANGLES data are also retrieved from the L2 file if requested. |
The function is called for its side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.