-
In some places, this draft uses literal enumerations to specify some property roles:
- Calibration level
- Colour definition (magnitude ratio vs hardness ratio)
- Shape definition (MOC, STCS...)
…
-
Related to https://github.com/leap-stc/data-management/issues/163
@andersy005 can we have an option to use [`xr.open_datatree`](https://docs.xarray.dev/en/latest/generated/xarray.open_datatree.html…
-
Stc issue
#1
-
### Describe the feature
Add C support for copy
### Test Code
Provide code which does not currently work but which should do when this issue is fixed:
```python
def foo():
a = {1,1.0, 2:2.…
-
**Operating system**:
**wxPython version & source**:
**Python version & source**:
**Description of the problem**:
Code Example (click to expand)
```python
…
-
@jbusecke and I have been trying to setup jupyter-sshd-proxy on the LEAP hub.
Following the instructions in the readme, we setup this image:
Repo for new image: https://github.com/leap-stc/test-i…
-
TODO
-
- [x] SLE - Salem, Oregon (McNary Field).
Named after Charles McNary, US Senator for Oregon and 1940 candidate for Vice President, this airport code takes from the city of SaLEm, Oregon.
- [ ] …
-
We can either grab `StartTime` from the preprocessed BOLD file's sidecar _or_ find the config.toml file from the fMRIPrep run and grab the `config.workflow.slice_time_ref` value.
Also, we might nee…
tsalo updated
2 months ago
-
Is it possible to have an option that simplifies boolean comparisons like this examples:
Option disabled (current output):
```
if (IsUserAnAdmin() == 0 && check_if_elevated() != 1) {
...
if (st…