-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 26e83b3 [formerly 9ce24e8b579d24637ec9c2db9a2148131031665c] Former-commit-id: 5a7ffb9 Former-commit-id: a961a98 Former-commit-id: 775ae1b8c2c87f0bff43d75275466a11e4e2a7d2 Former-commit-id: 64058fd110eea590f8c09cb2ab2c656a69f5ada7
- Loading branch information
Showing
16 changed files
with
190 additions
and
267 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Camera | ||
|
||
You can import icepy4d classes by | ||
|
||
```python | ||
from icepy4d import core as icecore | ||
``` | ||
|
||
and directly access to the Camera class by | ||
|
||
```python | ||
icecore.Camera | ||
``` | ||
|
||
::: icepy4d.core.camera.Camera | ||
options: | ||
show_root_heading: true | ||
members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Epoch | ||
|
||
You can import icepy4d core module by | ||
|
||
```python | ||
from icepy4d import core as icecore | ||
``` | ||
|
||
and directly access to the Epoch and Epoches class by | ||
|
||
```python | ||
icecore.Epoch | ||
``` | ||
|
||
::: icepy4d.core.epoch.EpochDataMap | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: | ||
|
||
::: icepy4d.core.epoch.Epoch | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: | ||
|
||
::: icepy4d.core.epoch.Epoches | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Feature and Features classes | ||
|
||
You can import icepy4d classes by | ||
|
||
```python | ||
import icepy4d.core as icecore | ||
``` | ||
|
||
and directly access to the Image and ImageDS classes by | ||
|
||
```python | ||
icecore.Feature | ||
``` | ||
|
||
::: icepy4d.core.features.Feature | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: | ||
|
||
::: icepy4d.core.features.Features | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Image and ImageDS classes | ||
|
||
You can import icepy4d classes by | ||
|
||
```python | ||
import icepy4d.core as icecore | ||
``` | ||
|
||
and directly access to the Image and ImageDS classes by | ||
|
||
```python | ||
icecore.Image | ||
``` | ||
|
||
::: icepy4d.core.images.Image | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: | ||
|
||
::: icepy4d.core.images.ImageDS | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# PointCloud Class | ||
|
||
You can import icepy4d classes by | ||
|
||
```python | ||
import icepy4d.core as icecore | ||
``` | ||
|
||
and directly access to the Image and ImageDS classes by | ||
|
||
```python | ||
icecore.PointCloud | ||
``` | ||
|
||
::: icepy4d.core.point_cloud.PointCloud | ||
options: | ||
show_root_heading: true | ||
show_source: true | ||
members: |
Oops, something went wrong.