-
```js
import AHRS from "ahrs";
import { Vector3 } from "three";
const rad2deg = 180.0 / Math.PI;
const deg2rad = Math.PI / 180.0;
const madgwick = new AHRS({
/*
* The sample interv…
msdog updated
8 months ago
-
Dear All,
I'm involved to simulate a result from a dynamic model in laser to match with measured experimental results and I fail to obtain expected result in Matlab (using dde23, ddesd). Therefore,…
-
https://github.com/ignitionrobotics/ign-rendering/blob/e22fd80e25aa89454a2be1d69891c83c7900f4c0/ogre/src/OgreRenderEngine.cc#L651
https://github.com/ignitionrobotics/ign-rendering/blob/e22fd80e25aa…
peci1 updated
5 months ago
-
The following special functions are used in the evaluation of electron integrals following the THO methods:
* factorial: could we just use the [scipy](https://docs.scipy.org/doc/scipy/reference/gen…
-
Currently many of the automatically calculated defaults for parameters like `h`, `gamma`, `ks`, etc. are then stored in columns of the species_params slot. This has the disadvantage that they are then…
-
Hi Gandhi,
I am a student that is trying to learn IRL and I am taking your program as example. I found the function in this .ipynb has a function featurizer_function( ) that is not using its argume…
-
Hi @mkomod! Great work with this package!
I was trying to understand what exactly is the posterior distribution that the `beta_hat` values follow? There is an equation below Eg. (6) in the paper th…
-
```
import numpy as nm
from sfepy.linalg.extmods.crcm import permute_in_place, rcm
from sfepy.discrete.fem import Mesh, FEDomain, Field
from sfepy.discrete import FieldVariable, Material, Integral…
-
This is possibly related to #30, but not sure. I am integrating a function that is basically the Gamma PDF (very spiked near zero, but tapers off as x -> infinity). The function does not return NaN fo…
-
Hello,
I've recently gotten a Thorlabs DCx (UC480) camera working with Instrumental. I can take data, adjust the ROI, change the gain, all that good stuff. However when I try to set the camera gamm…