Skip to content

Commit eb017fc

Browse files
committed
Removed TREx ASI due to an OpenCV
bug that crashes the trex_imager_readfile. There is an unaproved PR that should fix it: opencv/opencv#23350. I created a "trex_backup" branch to save the trex_nir code.
1 parent 6730a09 commit eb017fc

File tree

6 files changed

+11
-361
lines changed

6 files changed

+11
-361
lines changed

asilib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@
4646
from asilib.conjunction import Conjunction
4747
from asilib.asi.themis import themis, themis_info, themis_skymap
4848
from asilib.asi.rego import rego, rego_info, rego_skymap
49-
from asilib.asi.trex import trex_nir, trex_nir_info, trex_nir_skymap

asilib/asi/trex.py

Lines changed: 0 additions & 351 deletions
This file was deleted.

docs/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contribute
44
We added the following guidance if you'd like to contribute to asilib.
55

66
Installation
7-
-----------
7+
------------
88

99
To standardize the development packages, run the following commands to reproduce the development environment locally:
1010

0 commit comments

Comments
 (0)