-
The GAV of C=CC[CH]C=C results in [a NASA polynomial that seems to be valid in the range 100 - 5000 K](http://rmg.mit.edu/database/thermo/molecule/multiplicity%202%0A1%20%20C%20u0%20p0%20c0%20%7B2,D%7…
-
Isn’t a FunctionSpace (almost by definition) just a Space with evaluation defined (that respects the linearity of the space)?
It almost feels like `Fun` is misnomer, as the space could be something…
-
In VB.NET, I can use this code:
```
Dim result = (From N In {1, -2, 3}
Where N < 0)
If result.Count() > 0 Then _
Console.WriteLine(result(0))
```
The equivalent C# code is:
```…
ghost updated
6 years ago
-
Current CalTRACK methods underspecify weather station selection.
"Weather station mapping requires locating the station nearest to the project. Each project file should contain a zip code that allows…
-
The serialisation format for BN-254 points, taken from IEEE Std 1363-2000/2004, has some deficiencies:
* It requires a modular inversion to decode a G2 element.
* It unnecessarily uses a different…
daira updated
6 years ago
-
Polynomial, exponential, Gaussian, others...
-
Attempting to use `FittingWithOutlierRemoval` in place of a simple `LinearLSQFitter` instance produces a `ValueError: Input argument u'x' does not have the correct dimensions in model_set_axis=0 for a…
-
aXe software uses a text file to relay the dispersion and grism configuration information to the software, and the NIRCAM team has used that similar format, which looks like this:
```
# DMS pixels…
sosey updated
6 years ago
-
The [published copy](https://www.stata-journal.com/software/sj16-4/st0461.pkg) of this package differs from the [local version](svmachines.zip) in a few ways.
1. As discovered in #1, is that they d…
kousu updated
6 years ago
-
In fit_edge_poly, Flats.py. there is a check:
```
# Remove any fits that deviate wildly from the 2nd order polynomial
ok = np.abs(yposs - fun(xposs)) < 1
info(yposs)
info(len(ypos…