You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the current ph5_validate checks will print an error that refers to metadatatoph5, such as the example:
ERROR: Response_t[0]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=1000 Array_t_001:sensor_model= Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain] or metadatatoph5 format [das_model]_[sensor_model]_[sr][cha] (check doesn't include [cha]).
Can this message be modified to read (example): ERROR: Response_t[0]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=1000 Array_t_001:sensor_model= Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain].
ph5tostationxml also checks and produces a similar error message, currently an example is: ERROR: array 001 station 10000, channel 1: Response_t[1]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=100 Array_t_001:sensor_model=GS11V Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain] or metadatatoph5 format [das_model]_[sensor_model]_[sr][cha] (check doesn't include [cha]).
Can this message be modified to read (example): ERROR: array 001 station 10000, channel 1: Response_t[1]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=100 Array_t_001:sensor_model=GS11V Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain].
The text was updated successfully, but these errors were encountered:
hrotman-pic
changed the title
[FEATURE] Remove reference to metadatatoph5 from ph5_validate Response_t check
[FEATURE] Remove reference to metadatatoph5 from ph5_validate & ph5tostationxml Response_t check
Aug 29, 2024
Due to lots of changes in unittest if we remove the checks for metadatoph5's response, we decides to add deprecated info along with metadatoph5. For example: ERROR: Response_t[0]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=1000 Array_t_001:sensor_model= Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain] or deprecated tool metadatatoph5 format [das_model]_[sensor_model]_[sr][cha] (check doesn't include [cha]).
One of the current ph5_validate checks will print an error that refers to metadatatoph5, such as the example:
ERROR: Response_t[0]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=1000 Array_t_001:sensor_model= Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain] or metadatatoph5 format [das_model]_[sensor_model]_[sr][cha] (check doesn't include [cha]).
Can this message be modified to read (example):
ERROR: Response_t[0]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=1000 Array_t_001:sensor_model= Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain].
ph5tostationxml also checks and produces a similar error message, currently an example is:
ERROR: array 001 station 10000, channel 1: Response_t[1]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=100 Array_t_001:sensor_model=GS11V Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain] or metadatatoph5 format [das_model]_[sensor_model]_[sr][cha] (check doesn't include [cha]).
Can this message be modified to read (example):
ERROR: array 001 station 10000, channel 1: Response_t[1]:response_file_das_a RT125_RESP is incomplete or inconsistent with Array_t_001:sr=100 Array_t_001:sensor_model=GS11V Array_t_001:das_model=rt125. Please check with resp_load format [das_model]_[sr]_[srm]_[gain].
The text was updated successfully, but these errors were encountered: