-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In the waveform_channel_metadata table from the OMOP waveform extension, we use the concept_name + concept_id matches from WAVEFORM/Ontology/concept_delta.csv. There are entries in this table for SAMPLERATE and RESOLUTION metadata parameters.
We need to extend this to capture additional metadata parameters. In my current ETL, I also need:
AMPLITUDE(to be used to capture the concept and units for the sample amplitude)SEGMENTLENGTH(to be used to capture the length of a given segment in WFDB)
It would be great if these parameters could be added to the vocabulary sooner than later, so I can generate a clean build prior to creating a poster about the waveform extension, for presentation next month.
Eventually, we should come up with a more comprehensive list of metadata parameters. From WFDB these are some other Record parameters that we may need mappings for at some point:
n_sig- Total number of signalscounter_freq- The frequency used to start countingbase_counter- The counter used at the start of the filesig_len- The total length of the signalfmt- A list of strings giving the WFDB format of each file used to store each channelsamps_per_frame- The total number of samples per frameskew- The offset used to allign signalsbyte_offset- The byte offset used to allign signalsbaseline- A list of integers specifying the digital baselineadc_res- The value produced by the ADC given a given Volt input. Note thatadc_gainfrom WFDB corresponds to theRESOLUTIONconcept_nameinWAVEFORM/Ontology/concept_delta.csv. Foradc_reswe could name the concept something likeADC_RANGEor simplyRANGE.adc_zero- The value produced by the ADC given a 0 Volt inputinit_value- The initial value of the signalchecksum- The checksum of the signalblock_size- The dimensions of the field data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels