Change config
This commit is contained in:
parent
f896168071
commit
a94c68d414
3 changed files with 22 additions and 12 deletions
|
@ -1,9 +1,13 @@
|
|||
[bathy]
|
||||
inp=data/Database_20220224.xyz
|
||||
hires=data/bathyhires.dat
|
||||
[inp]
|
||||
root=data
|
||||
base=Database_20220224.xyz
|
||||
hires=bathyhires.dat
|
||||
hires_step=0.5
|
||||
sub=out/bathy_sub.npy
|
||||
out=out/bathy.npy
|
||||
|
||||
[out]
|
||||
root=out
|
||||
sub=bathy_sub.npy
|
||||
out=bathy.npy
|
||||
step=1
|
||||
|
||||
[artha]
|
||||
|
|
Reference in a new issue