Sympathy
  • What is Sympathy for Data?
  • What’s new
    • News in 1.3.5
      • Node/plugin changes:
      • Platform:
    • News in 1.3.4
      • Node/plugin changes:
      • APIs:
      • New nodes:
      • UI:
      • Platform:
      • Deprecated nodes:
    • News in 1.3.3
      • GUI:
      • New nodes/plugins:
      • Changes in nodes/plugins:
      • APIs:
      • Miscellaneous:
    • News in 1.3.2
      • GUI
      • New features
      • New nodes/plugins
      • Changes in nodes/plugins
      • APIs
      • Miscellaneous
    • News in 1.3.1
      • New features
      • New nodes
      • Node changes
      • Exporters/Importers changes
      • Optimizations
      • API changes
      • Bug fixes
      • Stability
      • Deprecated nodes
    • News in 1.3 series
      • New features
      • New nodes
      • User interface
      • API changes
      • Linked/locked subflows
      • Node changes
      • Other improvements
    • News in 1.2 series
      • New features
      • Nodes and plugins
      • New command line options
      • API changes
      • User interface
      • Stability
  • Getting started
    • Working with nodes and workflows
    • Executing a node and looking at the result
    • Loading and executing a workflow
    • Configuring nodes
  • The graphical user interface
    • The node library window
    • Error window
    • Undo stack
    • Data viewer
      • Preview Table
        • Searchbar
      • Plot
  • Typical workflow structure
    • Importing data
    • Prepare data
    • Analyze data
    • Export data as plots or reports
    • Working with ADAF
    • Control structures
      • Conditional execution
      • Looping
  • Concepts in Sympathy for Data
    • Workflows
    • Nodes
      • Node states
      • Ports
    • Data types
      • Datasource
      • Table
      • ADAF
      • Text
      • Lists
      • Generic types
      • Function types (Lambda function)
    • Control structures
      • Conditional execution
      • Looping
  • Subflows
    • Adding ports
    • Subflow settings
    • Subflow configuration
      • Tab configuration
      • Wizard configuration
    • Linked Subflows
      • Parameter overrides
    • Locked Subflows
  • Functions
    • Lambda function
  • Using Sympathy from command line
    • Sympathy Start options
    • launch.py Start options
    • Using environment variables
      • Default workflow environment variables
      • Adding OS/shell environment variables
      • Adding environment variables via local config files
      • Adding workflow environment variables
      • Adding environment variables to the global config file
      • Priority
    • Using config files
  • Frequently asked questions
    • How to add a third-party library
    • Installing additional python dependencies for your nodes
  • Node writing tutorial
    • Creating a library structure
    • The node wizard
    • The node code
    • Library tags
    • Adding input and output ports
    • Adding a configuration GUI
    • Errors and warnings
  • Advanced node writing
    • Adjust parameters
    • Controllers
    • Using custom port types
    • Managing node updates
    • Custom GUIs
  • Debugging, profiling and tests
    • Debugging nodes
    • Profiling nodes and workflows
      • Profile report files
      • Profile report summary
      • Configuring Graphviz
    • Writing tests for your nodes
      • Test workflows
      • Unit tests
  • How to create reusable nodes
    • Add extra modules to your library
    • Library compatibility between 1.2 and 1.3
  • Creating a custom data type
    • Create typeutils class
    • Locate port type
    • Create port type
    • Create an example node
    • Adding an icon
    • Extend the data viewer
  • Using Interactive (Using the Library interactively)
    • Loading the Library
    • Loading nodes
    • Working with configurations
      • Graphical interface
      • Programmatic interface
    • Working with nodes
  • Node interface reference
    • Node definition
    • Overridable node methods
    • Callable node methods
    • Node context reference
  • Parameter helper reference
    • Adding scalar parameters
    • Adding lists
    • Adding groups and pages
    • Editors
  • Data type APIs
    • Table API
      • Class table.File
      • Class table.Column
    • ADAF API
      • The ADAF structure
      • Accessing the data
      • Class adaf.File
      • Class Group
      • Class RasterN
      • Class Timeseries
      • Class Column
    • Datasource API
      • Class datasource.File
    • Text API
      • Class text.File
    • Figure API
      • Markers
      • Colors
      • Location
      • Class figure.File
      • Class figure.SyAxes
      • Class figure.SyArtist
  • Library
    • Internal
      • Apply
      • Empty
      • Extract Flows as Lambdas
      • Extract Lambdas
      • Map
    • Sympathy
      • Data
        • Adaf
        • Generic
        • Table
        • Text
      • Datasources
        • Datasource
        • Datasources
      • Examples
        • Extras
        • All parameters example
        • Controller example
        • Error example
        • Hello world Example
        • Output example
        • Progress example
        • Read/write example
      • Export
        • Export ADAFs
        • Export Datasources
        • Export Figures
        • Export Figures with Datasources
        • Export RAW Tables
        • Export Tables
        • Export Texts
      • Files
        • Copy file
        • Delete file
      • Filters
        • Filter rows in Table
        • Filter rows in Tables
      • List
        • Either with Data Predicate
        • Filter ADAFs Predicate
        • Filter ADAFs with Table input
        • Filter List Predicate
        • Filter List with Table input
        • Filter Tables Predicate
        • Filter Tables with Table input
        • Partition ADAFs Predicate
        • Partition List Predicate
        • Partition Tables Predicate
        • ADAFs to [ADAF]
        • Datasources to [Datasource]
        • [ADAF] to ADAFs
        • [Datasource] to Datasources
        • [Report] to Reports
        • [Table] to Tables
        • [Text] to Texts
        • Reports to [Report]
        • Tables to [Table]
        • Texts to [Text]
        • Append ADAF
        • Append List
        • Append List Old
        • Append Table
        • Append Text
        • Bisect List
        • Extend ADAF
        • Extend List
        • Extend Table
        • Extend Text
        • Flatten List
        • Get Item ADAF
        • Get Item List
        • Get Item Table
        • Get Item Text
        • Item to List
        • Match ADAFs list lengths (deprecated)
        • Match Tables list lengths (deprecated)
        • Pad ADAF
        • Pad ADAF using Tables
        • Pad List
        • Pad List with Item
        • Pad Table
        • Pad Table Using ADAFs
        • Propagate Input
        • Propagate First Input
        • Propagate First Input (Same Type)
        • Repeat Item to List
        • Sort List
      • Matlab
        • Matlab (deprecated)
        • Matlab Tables (deprecated)
      • Random
        • Manually Create Table
        • Empty ADAF
        • Empty ADAFs
        • Empty Table
        • Empty Tables
        • Generate Signal Table
        • Generate Signal Tables
        • Random ADAF
        • Random ADAFs
        • Random Table
        • Random Tables
      • Reporting
        • Example usage
        • Creating New Layers
        • Writing New Layers
        • Merge Reports
        • Report Apply ADAFs
        • Report Apply ADAFs with Datasources
        • Report Apply Tables
        • Report Template ADAFs
        • Report Template Tables
        • Select Report Pages
      • Selectors
        • Select category in ADAFs
      • Slice
        • Slice data Table
        • Slice data Tables
        • Slice List
        • Slice List of ADAFs
        • Slice List of Tables
      • Tuple
        • Carthesian Product Tuple2
        • First Tuple2
        • Second Tuple2
        • Tuple2
        • Untuple2
        • Unzip Tuple2
        • Zip Tuple2
      • Visualize
        • Figure Compressor
        • Figure from Table with Table
        • Figure from Table
        • Figures from Tables with Table
        • Figures from Tables
        • Layout Figures in Subplots
        • Plot Table
        • Plot Tables
        • Scatter 2D Table
        • Scatter 2D ADAF
        • Scatter 2D ADAF with multiple timebases
        • Scatter 2D Tables
        • Scatter 3D Table
        • Scatter 3D ADAF
 
Sympathy
  • Docs »
  • Library »
  • Internal
  • Edit on Bitbucket

InternalΒΆ

  • Apply
  • Empty
  • Extract Flows as Lambdas
  • Extract Lambdas
  • Map
Next Previous

© Copyright 2013-2016, SysESS. All Rights Reserved.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 1.3
Versions
latest
1.3
1.2
1.1
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.