-
- Downloads
added findfeaturesSegment script (#5091)
* added findfeaturesSegment script * now parrallelized * updated logging code * added help string * added help string * added envs and fixed progress bar output * staging things * added python stuff, fixed segment issues, addressed coments * addressing comments * added more doc strings * made pybindings on by default * addressing comments * fixed some things, local testing * updated install steps * added basic tests * reverting ale pin * changed license * turn on pybindings in jenkins * renamed script * shadow rename?
Showing
- Jenkinsfile 3 additions, 1 deletionJenkinsfile
- environment.yml 2 additions, 0 deletionsenvironment.yml
- isis/CMakeLists.txt 4 additions, 5 deletionsisis/CMakeLists.txt
- isis/cmake/AddIsisModule.cmake 0 additions, 1 deletionisis/cmake/AddIsisModule.cmake
- isis/python_bindings/CMakeLists.txt 49 additions, 0 deletionsisis/python_bindings/CMakeLists.txt
- isis/python_bindings/UserInterface.i 42 additions, 0 deletionsisis/python_bindings/UserInterface.i
- isis/python_bindings/__init__.py 22 additions, 0 deletionsisis/python_bindings/__init__.py
- isis/python_bindings/apps/__init__.py 1 addition, 0 deletionsisis/python_bindings/apps/__init__.py
- isis/python_bindings/apps/findFeaturesSegment/__init__.py 0 additions, 0 deletionsisis/python_bindings/apps/findFeaturesSegment/__init__.py
- isis/python_bindings/apps/findFeaturesSegment/findFeaturesSegment.py 384 additions, 0 deletions..._bindings/apps/findFeaturesSegment/findFeaturesSegment.py
- isis/python_bindings/apps/findFeaturesSegment/findFeaturesSegment.xml 1435 additions, 0 deletions...bindings/apps/findFeaturesSegment/findFeaturesSegment.xml
- isis/python_bindings/astroset.i 155 additions, 0 deletionsisis/python_bindings/astroset.i
- isis/python_bindings/setup.py.in 14 additions, 0 deletionsisis/python_bindings/setup.py.in
- isis/python_bindings/tests/__pycache__/test_install.cpython-39-pytest-7.4.0.pyc 0 additions, 0 deletions...ests/__pycache__/test_install.cpython-39-pytest-7.4.0.pyc
- isis/python_bindings/tests/test_install.py 38 additions, 0 deletionsisis/python_bindings/tests/test_install.py
- isis/src/CMakeLists.txt 1 addition, 0 deletionsisis/src/CMakeLists.txt
- isis/src/base/apps/segment/segment.cpp 5 additions, 0 deletionsisis/src/base/apps/segment/segment.cpp
- isis/src/base/objs/IsisAml/IsisAml.cpp 62 additions, 1 deletionisis/src/base/objs/IsisAml/IsisAml.cpp
- isis/src/base/objs/IsisAml/IsisAml.h 4 additions, 0 deletionsisis/src/base/objs/IsisAml/IsisAml.h
- isis/src/base/objs/Preference/Preference.h 0 additions, 1 deletionisis/src/base/objs/Preference/Preference.h
Loading
Please sign in to comment