Skip to content

Commit 68203f0

Browse files
committed
updated V to U to clarify that the vertical direction at 0 phase is up
1 parent f508bc8 commit 68203f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONVGF/CN/load_convolution.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ def main(grn_file,norm_flag,load_files,loadfile_format,regular,lslat,lslon,lsmas
316316
# Write Header Info to File
317317
hf = open(cnv_head,'w')
318318
if (loadfile_format == "bbox"):
319-
cnv_str = 'Extension/Epoch Lat(+N,deg) Lon(+E,deg) E-Amp(mm) E-Pha(deg) N-Amp(mm) N-Pha(deg) V-Amp(mm) V-Pha(deg) South-Lat(deg) North-Lat(deg) West-Lon(deg) East-Lon(deg) \n'
319+
cnv_str = 'Extension/Epoch Lat(+N,deg) Lon(+E,deg) E-Amp(mm) E-Pha(deg) N-Amp(mm) N-Pha(deg) U-Amp(mm) U-Pha(deg) South-Lat(deg) North-Lat(deg) West-Lon(deg) East-Lon(deg) \n'
320320
else:
321-
cnv_str = 'Extension/Epoch Lat(+N,deg) Lon(+E,deg) E-Amp(mm) E-Pha(deg) N-Amp(mm) N-Pha(deg) V-Amp(mm) V-Pha(deg) \n'
321+
cnv_str = 'Extension/Epoch Lat(+N,deg) Lon(+E,deg) E-Amp(mm) E-Pha(deg) N-Amp(mm) N-Pha(deg) U-Amp(mm) U-Pha(deg) \n'
322322
hf.write(cnv_str)
323323
hf.close()
324324

0 commit comments

Comments
 (0)