From 8bdd7c082ee229caa439378967760fe65a14b49f Mon Sep 17 00:00:00 2001 From: Jesse Stone Date: Tue, 6 Feb 2024 12:43:44 -0700 Subject: [PATCH] Added descriptions provided by M. Nolan --- src/PDS4_RADAR_IngestLDD.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/PDS4_RADAR_IngestLDD.xml b/src/PDS4_RADAR_IngestLDD.xml index 5abc9b5..0080b91 100644 --- a/src/PDS4_RADAR_IngestLDD.xml +++ b/src/PDS4_RADAR_IngestLDD.xml @@ -146,7 +146,7 @@ pulse_repetition_frequency false Jesse Stone - the interpulse period + For repeating waveforms including pulse patterns, the frequency at which the waveform or pulse pattern repeats. false ASCII_Real @@ -162,7 +162,7 @@ pulse_repetition_interval false Jesse Stone - the interpulse period + For repeating waveforms including pulse patterns, the interval from the beginning of one waveform or pulse pattern to the beginning of the next. false ASCII_Real @@ -232,7 +232,7 @@ sample_rate false Jesse Stone - YOUR DESCRIPTION HERE + For a data acquisition system, the interval between the beginning of one time sample and the beginning of the next time sample. false ASCII_Real @@ -248,17 +248,19 @@ sample_type false Jesse Stone - YOUR DESCRIPTION HERE + For a data acquisition system, whether the time samples are real values or complex value pairs obtained simultaneously. Does not imply a numeric format. + Sample Type is whether the (usually voltage) samples are single real values or a complex number pair (a + ib), which depends on the hardware used to do it. In either case, the numbers themselves can be any numeric type. In raw form, they are usually few-bit integers or pairs of few-bit integers. But they may get converted to floating point in processing if filtering is done in software. + true UTF8_Short_String_Collapsed Real - YOUR DESCRIPTION HERE + Samples are single real values Complex - YOUR DESCRIPTION HERE + Samples are a complex number pair (a + ib)