-
```python
# set up the aquifer with a hydraulic conductivity of 30 ft/day, thickness of 50 ft, and a porosity of 0.25
ml = timml.ModelMaq(kaq=30, z=[50, 0], npor=0.25)
# Constant head boundary
rf …
-
in sift.c in vl_sift_calc_keypoint_orientations, we see that
double const winf = 1.5 ;
double const sigmaw = winf * sigma ;
int W = VL_MAX(floor (3.0 * sigmaw), 1) ;
In Lowe's original pape…
-
```
Would be great if task items could have gradient backgrounds based on a
provided start and end colour.
```
Original issue reported on code.google.com by `airtonix@gmail.com` on 16 Apr 2010 at 1:3…
-
n-dim updated
11 years ago
-
```
package cn.yicha.tuijian.model.novel.read;
import cn.yicha.tuijian.model.novel.onShowListener;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
impo…
-
Add full-support for radial-gradients as defined by w3c: https://w3c.github.io/csswg-drafts/css-images-3/#radial-gradients.
To do this, we will need to update the parser to support radial gradients…
-
-
Trying to develop diffusion BIDS apps is made significantly more difficult by using the FSL bval/bvec format. A format that is dependent on the image axis (and even then only *sometimes*) means that a…
-
I'm so confused with the coordinates used in the code and the physical one.
Why did the [code](https://github.com/LUMC-LowFieldMRI/GradientDesignTool/blob/master/gradientDesignTool.py#L268) set Z-Axi…
-
The following code:
```
from geomstats.geometry.discrete_curves import R2, DiscreteCurves, SRVMetric
from geomstats.learning.frechet_mean import FrechetMean
import geomstats.backend as gs
imp…