Skip to content

Commit

Permalink
update mosaic_piles to non-ufr prefix for raw file names
Browse files Browse the repository at this point in the history
  • Loading branch information
warmerdam committed May 23, 2016
1 parent 1dfa9fa commit 743c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mosaic_piles.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():

raw_filename = os.path.join(
args.dir,
'ufr_' + pile_name + '_datacube_raw.tif')
'uf_' + pile_name + '_raw.tif')

raw = gdal_array.LoadFile(raw_filename)
best_img = raw[sharpest_i]
Expand Down

0 comments on commit 743c0bd

Please sign in to comment.