Commit ff02f7292430cdce3adf1469d0672f397099f377

Authored by Quentin Brzustowski
1 parent 17c3dcb0

added gap threshold for GLL PLS fitted

PARAM_DEF/gll_pls_fitm.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitm">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="m"/>
... ...
PARAM_DEF/gll_pls_fitnun.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitnun">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="Sigma_n"/>
... ...
PARAM_DEF/gll_pls_fitq.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitq">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="q"/>
... ...
PARAM_DEF/gll_pls_fitqf.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitqf">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="JGR" useNearestValue="true"/>
... ...
PARAM_DEF/gll_pls_fitt.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitt">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="Fit_T"/>
... ...
PARAM_DEF/gll_pls_fittun.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fittun">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="Sigma_T"/>
... ...
PARAM_DEF/gll_pls_fitv.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitv">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="Fit_V"/>
... ...
PARAM_DEF/gll_pls_fitvun.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="gll_pls_fitvun">
3   - <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  3 + <gap_threshold>200</gap_threshold>
4 4 <get>
5 5 <vi name="gll:pls:fit">
6 6 <baseParam name="Sigma_V"/>
... ...