Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closeOutputImages error #15

Closed
gillins opened this issue Sep 15, 2017 · 2 comments
Closed

closeOutputImages error #15

gillins opened this issue Sep 15, 2017 · 2 comments
Labels
bug Something isn't working major

Comments

@gillins
Copy link
Member

gillins commented Sep 15, 2017

Original report by alan piszcz (Bitbucket: apiszcz, GitHub: apiszcz).


I have two different folders of .tif files

Folder 1 works correctly iterating over the images.

Folder 2 produces an error concerning the outimage.

#!python


Traceback (most recent call last):
  File "lib\_srm\srm.py", line 316, in <module>
    main()
  File "lib\_srm\srm.py", line 306, in main
    osrm.run(oc, ol, ou, modes, src)
  File "lib\_srm\srm.py", line 215, in run
    applier.apply(self.doSum, infiles, outfiles, controls=controls)
  File "C:\g\test\lib\rios\applier.py", line 683, in apply
    closeOutputImages(writerdict, outfiles, controls)
  File "C:\g\test\lib\rios\applier.py", line 692, in closeOutputImages
    writer = writerdict[name]
KeyError: 'outimage'
@gillins
Copy link
Member Author

gillins commented Sep 16, 2017

Original comment by Neil Flood (Bitbucket: neilflood, GitHub: neilflood).


Hi Alan,

I have no idea what is going on here, but since you are plainly able to use RIOS in other folders, it would seem unlikely that the problem is within RIOS.

@gillins
Copy link
Member Author

gillins commented Sep 19, 2017

Original comment by Neil Flood (Bitbucket: neilflood, GitHub: neilflood).


Closed. No further response from original poster.

@gillins gillins closed this as completed Sep 19, 2017
@gillins gillins added major bug Something isn't working labels Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant