Nicolas AMIOT

Results 14 issues of Nicolas AMIOT

All uses of configParser should be lade with : settings_cfg = configparser.ConfigParser(inline_comment_prefixes=";") in order to allow inline commment in ini file

enhancement

This pull request address the following points: ## osmparser - remove dependency to imposm ( imcompatible in python 3) - update getr osm get handle file reading ## layout -...

the ellipse generated by ellipse2D seems to be not correct. => ellispe grand axis not alligned with extremal points ex: ```python import numpy as np import matplotlib.pyplot as plt import...

vsh conversion from an antenna suppose that theta in [0,pi] and phi in [0,2*pi]. In case of both quantities are inverted vsh decomposition is not correct. A workaround for now,...

enhancement

from pylayers.simul.link import * L=Layout('defstr.lay') rx = np.array([8,4,1.6]) tx = np.array([2,3,1.5]) L.build() **L.dumpw() #

related to #244 metal part during the visibility/interaction, and removing corresponding impossible interactions during graph build is not more performed

bug

Rays._show3() do not carry if witch kind of material is crossed during transmission rays can be transmitted through a metal wall , but T coeff will be null. However the...

in some cases Cone.belong_seg probabilities return 0 whereas the type is != 0 ( which means taht the segment is seen). Whereas the probability computation is experimental, it was used...

bug
enhancement

getlink(0,157) != getlinkd(0,157) but getlink(0,157) == getlinkd(0,74) in serie 6 day 11. 74 and 157 nodes doesn't have the same position during day 11 and 12 ? Need to verify

bug

This require Multiwall.PL 3D (remove assert) Layout.angleonlink 3D (remove assert + manage 3rd dimension)

enhancement