mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:07:08 +00:00
Export equipment info to Seis+JSON files
This commit is contained in:
@@ -37,7 +37,8 @@ function transform (events, sequences, opts = {}) {
|
||||
// exists or not.
|
||||
DglLength: sequence.length,
|
||||
DglAzimuth: sequence.azimuth,
|
||||
DglDuration: sequence.duration_final || sequence.duration
|
||||
DglDuration: sequence.duration_final || sequence.duration,
|
||||
DglEquipmentInfo: sequence.equipment
|
||||
};
|
||||
[sequence.remarks, sequence.remarks_final].filter(i => !!i).forEach(i => {
|
||||
if (!SequenceObject.DglSequenceComments) {
|
||||
|
||||
Reference in New Issue
Block a user