nareshkamboju

python

Feb 9th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. python landsatrad.py --input LC81921202017002LGN00_B1.TIF --verbose
  2. Thu Feb 9 18:58:09 2017
  3. Start reading LC81921202017002LGN00_B1.TIF
  4. Using blocksize 7011 x 1
  5. Traceback (most recent call last):
  6. File "landsatrad.py", line 270, in <module>
  7. main()
  8. File "landsatrad.py", line 255, in main
  9. qc_lmin[the_band], options.verbose )
  10. File "landsatrad.py", line 205, in convert_to_radiance
  11. extract_chunk ( fname ):
  12. File "landsatrad.py", line 184, in extract_chunk
  13. data_in = a.reshape(( ny_valid, nx_valid))
  14. ValueError: total size of new array must be unchanged
Add Comment
Please, Sign In to add comment