Skip to content

developer.newRenderTypes

Jeremy Faden edited this page Jun 14, 2024 · 3 revisions

Adding a new data renderer (spectrogram, line, digital, etc) is possible, and should some day be as easy as adding data sources. Right now you need to:

  1. define the das2 renderer in das2.
  2. search for DigitalRenderer
  3. Everywhere you find it, add analogous code for new type.
  4. RenderTypeUtil.needsColorbar

Table Of Contents

URIs that Point to Data Files

Download a CDF and Plot it with Autoplot

Load a CDF directly from a website

URIs that Point to Data Servers

Saving to vap files

Loading vap files

Data Sources

CDF Files

HDF/NetCDF Files

Aggregation

CDAWeb

HAPI Servers

Exporting Data

Export Types

Additional controls

Aggregation

Tools

PNGWalk Tool

Data Mash Up

Events List

Run Batch

Advanced Topics

TimeSeriesBrowse and other Capabilities

Events Lists

Caching

Autoranging

Managing Autoplot's Data Cache

Using Autoplot with Python, IDL, and Matlab

Reading data into Python

Reading data into IDL

Reading data into Matlab

QDataSet Data Model

Clone this wiki locally