Das2

Site Catalog Browser

VESPA Search

Test Catalog

Unknown node type WebSockSrc

Raw catalog entry displayed below

{
  "_path": "tag:das2.org,2012:site:/uiowa/tracers/tracers-1/l1a/efi/edc_roi/flexRT",
  "_url": "https://space.physics.uiowa.edu/das/stream/source/tracers/tracers-1/l1a/efi/edc_roi/flexRT.json",
  "contacts": [
    {
      "email": "chris-piker@uiowa.edu",
      "name": "Chris Piker",
      "type": "maintainer"
    },
    {
      "name": "John Bonnell",
      "type": "scientific"
    }
  ],
  "interface": {
    "coords": {
      "time": {
        "label": "Time",
        "props": {
          "max": {
            "label": "Maximum",
            "set": {
              "param": "read.time.max",
              "required": true
            },
            "title": "Maximum time value to stream",
            "value": null
          },
          "min": {
            "label": "Minimum",
            "set": {
              "param": "read.time.min",
              "required": true
            },
            "title": "Minimum time value to stream",
            "value": null
          },
          "res": {
            "label": "Resolution",
            "set": {
              "param": "bin.time.max",
              "required": false
            },
            "title": "The maximum time bin width for bin-reduced data in seconds",
            "units": "s",
            "value": null
          },
          "units": {
            "value": "UTC"
          }
        },
        "validRange": [
          "2025-09-26T01:53",
          "2025-12-24T19:00"
        ]
      }
    },
    "data": {
      "edc": {
        "label": "E!bdc!n @ 128 Hz",
        "props": {
          "enabled": {
            "set": {
              "flag": "edc",
              "param": "read.data",
              "value": true
            },
            "type": "boolean",
            "value": false
          }
        },
        "title": "Raw DC differential value at 128 Hz"
      },
      "time": {
        "label": "UTC",
        "props": {
          "enabled": {
            "set": {
              "flag": "time",
              "param": "read.data",
              "value": true
            },
            "type": "boolean",
            "value": false
          }
        },
        "title": "Sample Time"
      }
    },
    "examples": [
      {
        "label": "Most Recent 10 minutes (das3)",
        "settings": {
          "coords/time/props/max": "2025-12-24T19:00",
          "coords/time/props/min": "2025-12-24T18:48"
        }
      },
      {
        "label": "Most Recent Day (CDF)",
        "settings": {
          "coords/time/props/max": "2025-12-24T19:00",
          "coords/time/props/min": "2025-12-23T19:00",
          "formats/cdf/props/enabled": true
        }
      }
    ],
    "formats": {
      "cdf": {
        "label": "CDF file",
        "mimeTypes": [
          "application/x-cdf"
        ],
        "props": {
          "enabled": {
            "set": {
              "param": "format.type",
              "pval": "cdf",
              "value": true
            },
            "type": "boolean",
            "value": false,
            "xorGroup": "format"
          },
          "nocompress": {
            "label": "No-Compression",
            "set": {
              "param": "format.cdf.nocomp",
              "pval": "1",
              "value": true
            },
            "title": "Do not compress variables, needed for PDS compliant output.",
            "type": "boolean",
            "value": false
          }
        },
        "title": "NASA Common Data Format"
      },
      "csv": {
        "label": "CSV stream",
        "mimeTypes": [
          "text/csv"
        ],
        "order": [
          "enabled",
          "attributes",
          "headers",
          "datasetIds",
          "delimiter",
          "fracSecs",
          "sigDigits"
        ],
        "props": {
          "attributes": {
            "label": "Attributes",
            "set": {
              "param": "format.csv.props",
              "pval": "1",
              "value": true
            },
            "title": "Output data object property rows",
            "type": "boolean",
            "value": false
          },
          "datasetIds": {
            "label": "Dataset IDs",
            "pval": "1",
            "set": {
              "param": "format.csv.dsid",
              "pval": "1",
              "value": false
            },
            "title": "Output the dataset ID column",
            "type": "boolean",
            "value": true
          },
          "delimiter": {
            "label": "Value Separator",
            "set": {
              "enum": [
                {
                  "pval": ",",
                  "value": "Comma"
                },
                {
                  "pval": ";",
                  "value": "Semicolon"
                },
                {
                  "pval": "|",
                  "value": "Pipe"
                },
                {
                  "pval": "tab",
                  "value": "Tab"
                }
              ],
              "param": "format.delim"
            },
            "type": "enum",
            "value": "Comma"
          },
          "enabled": {
            "set": {
              "param": "format.type",
              "pval": "csv",
              "value": true
            },
            "type": "boolean",
            "value": false,
            "xorGroup": "format"
          },
          "fracSecs": {
            "label": "Factional Seconds",
            "set": {
              "param": "format.secfrac"
            },
            "title": "Number of fractional seconds digits in text streams",
            "value": 3
          },
          "headers": {
            "label": "Headers",
            "set": {
              "param": "format.headers",
              "pval": "1",
              "value": false
            },
            "title": "Output column headers",
            "type": "boolean",
            "value": true
          },
          "sigDigits": {
            "label": "Significant Digits",
            "set": {
              "param": "format.sigdigit"
            },
            "title": "General significant digits for values in text streams",
            "value": 5
          }
        },
        "title": "(Comma) Separated Values for export"
      },
      "das": {
        "label": "das stream",
        "mimeTypes": [
          "application/vnd.das2.das2stream",
          "application/vnd.das.stream",
          "text/vnd.das2.das2stream"
        ],
        "order": [
          "enabled",
          "version",
          "serial",
          "sigDigits",
          "fracSecs"
        ],
        "props": {
          "enabled": {
            "set": {
              "param": "format.type",
              "pval": "das",
              "value": true
            },
            "type": "boolean",
            "value": true,
            "xorGroup": "format"
          },
          "fracSecs": {
            "label": "Factional Seconds",
            "set": {
              "param": "format.secfrac"
            },
            "title": "Number of fractional seconds digits in text streams",
            "value": 3
          },
          "serial": {
            "label": "Serialization",
            "set": {
              "enum": [
                {
                  "value": "text"
                },
                {
                  "value": "binary"
                }
              ],
              "param": "format.serial"
            },
            "value": "binary"
          },
          "sigDigits": {
            "label": "Significant Digits",
            "set": {
              "param": "format.sigdigit"
            },
            "title": "General significant digits for values in text streams",
            "value": 5
          },
          "version": {
            "label": "Stream Version",
            "set": {
              "enum": [
                {
                  "pval": "3",
                  "value": "das3"
                },
                {
                  "pval": "2",
                  "value": "das2"
                }
              ],
              "param": "format.version"
            },
            "type": "enum",
            "value": "das3"
          }
        },
        "title": "Streaming format for plots"
      }
    },
    "options": {
      "label": "Options",
      "props": {
        "filter": {
          "label": "AppID Filter",
          "set": {
            "enum": [
              {
                "title": "DC Electric 2-Vectors at 128 Hz",
                "value": "x262"
              },
              {
                "title": "DC Electric 2-Vectors at 128 Hz",
                "value": "x272"
              }
            ],
            "param": "read.apid"
          },
          "title": "Filter output data by CCSDS AppID",
          "type": "enum",
          "value": null
        },
        "realtime": {
          "label": "Rate",
          "set": {
            "enum": [
              {
                "title": "Send data as fast as possible",
                "value": "nolimit"
              },
              {
                "title": "Send data at intrinsic collection rate",
                "value": "realtime"
              }
            ],
            "param": "comm.rate"
          },
          "title": "Select the data transmission rate",
          "value": "nolimit"
        },
        "subscribe": {
          "label": "Transaction",
          "set": {
            "enum": [
              {
                "title": "Keep connection open for new data",
                "value": "subscribe"
              },
              {
                "title": "Get data in range and close connection",
                "value": "request"
              }
            ],
            "param": "comm.transaction"
          },
          "title": "Select the server communication method",
          "type": "enum",
          "value": "request"
        }
      },
      "title": "Optional properties for this data source"
    }
  },
  "label": "EDC_ROI",
  "name": "TS1_EFI_EDC-ROI",
  "protocol": {
    "authorization": {
      "required": false
    },
    "baseUrls": [
      "wss://space.physics.uiowa.edu/das/rtstream/tracers/tracers-1/l1a/efi/edc_roi/flexRT"
    ],
    "convention": "HTTP/1.1",
    "httpParams": {
      "bin.time.max": {
        "required": false,
        "type": "real",
        "units": "s"
      },
      "comm.rate": {
        "enum": [
          "realtime",
          "nolimit"
        ],
        "required": false,
        "type": "enum"
      },
      "comm.transaction": {
        "enum": [
          "request",
          "subscribe",
          "publish"
        ],
        "required": false,
        "type": "enum"
      },
      "format.cdf.nocomp": {
        "required": false,
        "type": "boolean"
      },
      "format.csv.dsid": {
        "required": false,
        "type": "boolean"
      },
      "format.csv.props": {
        "required": false,
        "type": "boolean"
      },
      "format.delim": {
        "required": false,
        "type": "string"
      },
      "format.headers": {
        "required": false,
        "type": "boolean"
      },
      "format.secfrac": {
        "range": [
          0,
          9
        ],
        "required": false,
        "type": "integer"
      },
      "format.serial": {
        "enum": [
          "text",
          "binary"
        ],
        "label": "Serialization",
        "required": false,
        "type": "enum"
      },
      "format.sigdigit": {
        "range": [
          2,
          17
        ],
        "required": false,
        "type": "integer"
      },
      "format.type": {
        "enum": [
          "das",
          "ccsds"
        ],
        "required": false,
        "type": "enum"
      },
      "format.version": {
        "required": false,
        "type": "string"
      },
      "read.apid": {
        "enum": [
          "x262",
          "x272"
        ],
        "required": false,
        "type": "enum"
      },
      "read.data": {
        "flagSep": ",",
        "flags": {
          "edc": {
            "value": "edc"
          },
          "time": {
            "value": "time"
          }
        },
        "required": false,
        "type": "FlagSet"
      },
      "read.time.max": {
        "required": true,
        "type": "isotime"
      },
      "read.time.min": {
        "required": true,
        "type": "isotime"
      }
    },
    "method": "GET",
    "subprotocols": [
      "request"
    ]
  },
  "title": "TRACERS-1 EFI: Electric Field, 128 Hz Level 1A",
  "type": "WebSockSrc",
  "version": "0.1"
}