pr_create_latlon: pr_create_additional

Description Usage Arguments Value

View source: R/pr_create_latlon.R

Description

helper function used to process and save LAT LON datasets

Usage

1
2
3
4
5
6
7
8
9
pr_create_latlon(
  f,
  proc_lev,
  out_file,
  out_format,
  base_georef,
  fill_gaps,
  in_L2_file = NULL
)

Arguments

f

input data he5 from caller

proc_lev

'character' Processing level (e.g., "1", "2B") - passed by caller

out_file

output file name for the dataset

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.

Value

The function is called for its side effects


lbusett/prismaread documentation built on Feb. 22, 2022, 7:33 p.m.