File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
DEPRECATION_WARNING = (
27
27
'metadatatoph5 is no longer supported by the PH5 software. '
28
28
'Please use different functions to format data as PH5.\n \n '
29
- 'To force running the command anyway, please use flag --force' )
29
+ 'To force running the command anyway, please use flag --force\n \n ' )
30
30
31
31
32
32
def is_ph5_array_csv (fh ):
Original file line number Diff line number Diff line change 23
23
DEPRECATION_WARNING = (
24
24
'mstoph5 is no longer supported by the PH5 software. '
25
25
'Please use different functions to format data as PH5.\n \n '
26
- 'To force running the command anyway, please use flag --force' )
26
+ 'To force running the command anyway, please use flag --force\n \n ' )
27
27
28
28
29
29
class ObspytoPH5Error (Exception ):
Original file line number Diff line number Diff line change 22
22
DEPRECATION_WARNING = (
23
23
'segy2ph5 is no longer supported by the PH5 software. '
24
24
'Please use different functions to format data as PH5.\n \n '
25
- 'To force running the command anyway, please use flag --force' )
25
+ 'To force running the command anyway, please use flag --force\n \n ' )
26
26
27
27
MAX_PH5_BYTES = 1073741824 * .5 # 1/2GB (1024 X 1024 X 1024 X .5)
28
28
DAS_INFO = {}
You can’t perform that action at this time.
0 commit comments