Changes between Version 3 and Version 4 of PDAFomi_store_obs_l_index


Ignore:
Timestamp:
Sep 8, 2024, 7:08:48 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_store_obs_l_index

    v3 v4  
    2626'''Notes:'''
    2727 * `idx` is usually the counte over the valid local observation of the observation type in the observation module
    28  * `cradius_l` and `sradius_l` are usually the same for all local obsevations of a single type if the localization is isotropic
     28 * `cradius_l` and `sradius_l` are usually the same for all local observations of a single type if the localization is isotropic
    2929 * While using this routine can be more convenient than doing the initialization of the variables in `thisobs_l` in the user code, in our tests the code ran faster when we did not use this routine, but did this initialization in the user code.