-
in proj/epsg4326.js, it use `6378137` as radius to calculate `meters_per_unit`
but in proj/units.js, is use `6370997` as radius to calculate `meters_per_unit` (epsg:4326 use degrees as unit)
```java…
-
**Is your feature request related to a problem? Please describe.**
The problem is that pixy seems unable to handle sex chromosomes. For example, the X chromosome is homogametic and thus haploid in ma…
-
Volume use to be calculated using 'Wire out' in elog, But it should use Flowmeter_End and Flowmeter_Start
Equation as provided by Marc Ringuette:
`Vol = ((Flowmeter_End - Flowmeter_Start)* 0.3) * …
-
This was discovered during testing for #1136:
>Regression testing against `fates-sci.1.78.2_api.36.0.0-ctsm5.2.029` after merging up ESCOMP/ctsm#2700 to the latest tag is returning two unexpected RUN…
-
I found out that integrate function doesnt work properly for abs() function.
The codes below calculates the same integral via two different methods and the answer is different.
```
integrate(abs(…
-
I think the area should be calculated like this:
area = (xbins[1]-xbins[0]) * np.pi/180. * (np.sin(ybins[1] * np.pi/180.)-np.sin(ybins[0] * np.pi/180.)) # area of rectangular section in steradians
…
-
Hi I found some issues with the code to calculate movement:
1) The notch filter was applied multiple times instead of changing the "order" of the filter. Running the filter multiple times seem to a…
-
Hi,
Thanks for this package!
Small issue with the doc string. The doc string proposes the `prob=` argument, where it should be `perc_prob=`
To reproduce, ... way down at the bottom is the `PI…
-
Can we have new wells and existing wells (oil producers and injectors) as main inputs. This is important inspecific to EOR floods and for CO2-EOR floods in OPGEE.
If we just used the new wells as i…
-
import numpy as np
import quaternion
def slerp(q0, q1, t):
"""
Spherical Linear Interpolation (SLERP) between two quaternions.
Args:
q0: The start quaternion.
q1…