Loading autocnet/fileio/io_yaml.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ def read_yaml(inputfile): """ try: with open(inputfile, 'r') as f: doc = yaml.load(f) ydict = yaml.load(f) except: raise IOError('Unable to load YAML file.') Loading bin/image_match.py +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,6 @@ def match_images(args, config_dict): to_isis(config['match_image']['outputfile_path'] + args.output_file + '.net', cnet, mode='wb', targetname='Moon') if __name__ == '__main__': config = read_config('/home/acpaquette/test.yml') config = read_config('/home/acpaquette/image_match_config.yml') command_line_args = parse_arguments() match_images(command_line_args, config) No newline at end of file Loading
autocnet/fileio/io_yaml.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ def read_yaml(inputfile): """ try: with open(inputfile, 'r') as f: doc = yaml.load(f) ydict = yaml.load(f) except: raise IOError('Unable to load YAML file.') Loading
bin/image_match.py +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,6 @@ def match_images(args, config_dict): to_isis(config['match_image']['outputfile_path'] + args.output_file + '.net', cnet, mode='wb', targetname='Moon') if __name__ == '__main__': config = read_config('/home/acpaquette/test.yml') config = read_config('/home/acpaquette/image_match_config.yml') command_line_args = parse_arguments() match_images(command_line_args, config) No newline at end of file