Changes between Version 4 and Version 5 of PDAF_local_weights


Ignore:
Timestamp:
Jan 13, 2022, 10:00:48 AM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_local_weights

    v4 v5  
    1111}}}
    1212with the following arguments:
    13  * `wtype` : `integer, intent(in)`[[BR]] Type of weight function:[[BR]] (0) unit weight (=1 up to radius `local_range`) [[BR]] (1) exponential decrease (1/e at distance=sradius; 0 for distance>local_range)[[BR]] (2) 5th order polynomial with support radius sradius (Gaspari&Cohn 1999; 0 for distance>sradius)
     13 * `wtype` : `integer, intent(in)`[[BR]] Type of weight function:[[BR]] (0) unit weight (=1 up to radius `local_range`) [[BR]] (1) exponential decrease (1/e at distance=srange; 0 for distance>local_range)[[BR]] (2) 5th order polynomial with support radius srange (Gaspari&Cohn 1999; 0 for distance>srange)
    1414 * `local_range` : `real, intent(in)`[[BR]] Cut-off radius (weight is always =0 for distance>local_range)
    15  * `srange` : `real, intent(in)`[[BR]] Support radius
     15 * `srange` : `real, intent(in)`[[BR]] Support radius of weight function
    1616 * `dim` : `integer, intent(in)`[[BR]] Size of arrays `distance` and `weights'
    1717 * `distance` : `real, intent(in)`[[BR]] Distance to observation