-
Suggested titles and abstracts for MTRI satellite mapping (from old portal):
• Cdom
Title: Colored dissolved organic matter (absorption/m @ 443nm)
Abstract: Water Color of inland and coastal zones…
kkoch updated
7 years ago
-
User @maciekgroch reports unusual behavior when propagating a 10nm wave a short distance past a circular aperture using the following code:
``` python
import poppy
import astropy.units as u
npix = 1…
-
Hi Bjoern,
I have a quick question: in PtyPy > core > geometry module, why is the hardcoded conversion of photon energy in keV to wavelength in meters:
`_keV2m = 1.240597288e-09`
instead of u…
-
Use `rvdecorr.py` to search for correlations with environmental parameters.
-
I see some similar controls between "slit" in `Cuts` and `LineProfile`. When do I use "slit" and when do I use `LineProfile`? Why aren't they in the same plugin?
Also, starting `Cuts` with "slit" e…
pllim updated
7 years ago
-
Given the netcdf files we receive we should have an extrctor that takes the properties of the netcdf/hdf file and inserts them as metadata in clowder.
Another user in the CyberGIS group has brought t…
-
@lbolla : I found a bug in `RefractiveIndex.__from_function()`, in which the function erroneously passed an array of ones `[1,1,1...]` via the `numpy.ones_like(...)` value, instead of the actual wavel…
-
Following discussions in #195....
- successfully performed VNIR test extraction with current hyperspectral code on Roger
- generated list of dataset IDs for all VNIR datasets to execute
- camera-ty…
-
Currently the spectral radiances are uncalibrated, and provided in the environmental logger as:
```
"spectrometer": {
"maxFixedIntensity": "16383",
"integration time in ?s": "5000",
…
-
This is a draft algorithm to retrieve spectral reflectance based on my understanding of the (possibly soon-to-be) available inputs. Suggestions and correction welcome (the more specific, the better). …