Skip to content

Commit

Permalink
update paper
Browse files Browse the repository at this point in the history
  • Loading branch information
jbferet committed Jan 3, 2024
1 parent 96c5424 commit 9988dd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ LUT_VNIR <- PROSPECT_LUT(SpecPROSPECT = VNIR$SpecPROSPECT,
Input_PROSPECT = Input_PROSPECT)
```


# Example 2: PROSPECT inversion using iterative optimization

The package `prospect` offers possibilities to adjust these parameters for inversion.
Expand All @@ -250,7 +249,7 @@ gitlab_Rep <- 'https://gitlab.com/jbferet/myshareddata/raw/master/LOP'
DataBioch <- data.table::fread(file.path(gitlab_Rep,'ANGERS/DataBioch.txt'))
Refl<- data.table::fread(file.path(gitlab_Rep,'ANGERS/ReflectanceData.txt'))
Tran <- data.table::fread(file.path(gitlab_Rep,'ANGERS/TransmittanceData.txt'))
# Get the wavelengths corresponding to reflectance and transmittance measurements
# Get the wavelengths corresponding to reflectance and transmittance measurements
lambda <- Refl$wavelength
Refl$wavelength <- Tran$wavelength <- NULL
```
Expand Down Expand Up @@ -305,7 +304,7 @@ by user.

```r
# Assess a set of parameters using PROSPECT inversion with optimal spectral domains
Parms2Estimate <- c('CHL', 'CAR', 'EWT', 'LMA')
Parms2Estimate <- c('CHL', 'CAR', 'EWT', 'LMA')
res_opt_WL <- Invert_PROSPECT_OPT(lambda = lambda,
Refl = Refl, Tran = Tran
Parms2Estimate = Parms2Estimate)
Expand Down

0 comments on commit 9988dd8

Please sign in to comment.