Loading .gitignore +7 −0 Original line number Diff line number Diff line Loading @@ -81,3 +81,10 @@ target/ *.cnet *.lis *.list # Pytest lastfailed nodeids # VSCode launch.json No newline at end of file image_match_config.ymldeleted 100644 → 0 +0 −69 Original line number Diff line number Diff line system_paths: basepath: /home/acpaquette/Desktop/ inputfile_path: /home/acpaquette/autocnet/autocnet/examples/Apollo15/ outputfile_path: /home/acpaquette/autocnet/autocnet/examples/Apollo15/ extract_features: method: sift extractor_parameters: nfeatures: 1000 match_features: k: 50 # Any clean keys being passed in requires a method to have been used on the candidate graph object # before the key can be passed in ratio_check: clean_keys: - # Keyword arguments ratio: 0.8 mask_name: None single: False fundamental_matrices: clean_keys: - ratio - symmetry # Keyword arguments method: ransac reproj_threshold: 5.0 confidence: 0.99 subpixel_register: clean_keys: - ratio - symmetry - fundamental template_size: 5 threshold: 0.8 search_size: 15 max_x_shift: 1.0 max_y_shift: 1.0 tiled: False # Keyword arguments upsampling: 16 error_check: False suppress: clean_keys: - fundamental # Keyword arguments min_radius: 2 k: 50 error_k: 0.1 cnet_conversion: clean_keys: - subpixel to_isis: networkid: None targetname: Moon description: None username: DEFAULTUSERNAME requirements_dev.txtdeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line bumpversion==0.5.3 wheel==0.23.0 watchdog==0.8.3 flake8==2.4.1 tox==2.1.1 coverage==4.0 sphinx==1.3.1 sphinxcontrib-napoleon nbsphinx setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ def setup_package(): setup( name = "autocnet", version = '0.2.2', version = '0.2.3', author = "Jay Laura", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading
.gitignore +7 −0 Original line number Diff line number Diff line Loading @@ -81,3 +81,10 @@ target/ *.cnet *.lis *.list # Pytest lastfailed nodeids # VSCode launch.json No newline at end of file
image_match_config.ymldeleted 100644 → 0 +0 −69 Original line number Diff line number Diff line system_paths: basepath: /home/acpaquette/Desktop/ inputfile_path: /home/acpaquette/autocnet/autocnet/examples/Apollo15/ outputfile_path: /home/acpaquette/autocnet/autocnet/examples/Apollo15/ extract_features: method: sift extractor_parameters: nfeatures: 1000 match_features: k: 50 # Any clean keys being passed in requires a method to have been used on the candidate graph object # before the key can be passed in ratio_check: clean_keys: - # Keyword arguments ratio: 0.8 mask_name: None single: False fundamental_matrices: clean_keys: - ratio - symmetry # Keyword arguments method: ransac reproj_threshold: 5.0 confidence: 0.99 subpixel_register: clean_keys: - ratio - symmetry - fundamental template_size: 5 threshold: 0.8 search_size: 15 max_x_shift: 1.0 max_y_shift: 1.0 tiled: False # Keyword arguments upsampling: 16 error_check: False suppress: clean_keys: - fundamental # Keyword arguments min_radius: 2 k: 50 error_k: 0.1 cnet_conversion: clean_keys: - subpixel to_isis: networkid: None targetname: Moon description: None username: DEFAULTUSERNAME
requirements_dev.txtdeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line bumpversion==0.5.3 wheel==0.23.0 watchdog==0.8.3 flake8==2.4.1 tox==2.1.1 coverage==4.0 sphinx==1.3.1 sphinxcontrib-napoleon nbsphinx
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ def setup_package(): setup( name = "autocnet", version = '0.2.2', version = '0.2.3', author = "Jay Laura", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading