schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
pterodactyl.json | author | The egg's author | {"type": "string"} |
pterodactyl.json | description | The egg's description | {"type": "string"} |
pterodactyl.json | features | A list of features to use | {"type": "array", "items": {"type": "string"}} |
pterodactyl.json | docker_images | Object containing key-value pairs of a pretty Docker image name and its URL | {"type": "object"} |
pterodactyl.json | startup | Command to run on startup | {"type": "string", "x-intellij-language-injection": "Shell Script"} |
pterodactyl.json | config | Object to store configuration | {"type": "object"} |
pterodactyl.json | scripts | A list of possible scripts to execute | {"type": "object", "patternProperties": {"^[_a-zA-Z][a-zA-Z0-9_-]*$": {"type": "object", "properties": {"container": {"type": "string"}, "entrypoint": {"type": "string"}}}}} |
pterodactyl.json | container | Container to run script in | {"type": "string"} |
pterodactyl.json | entrypoint | Entrypoint of script | {"type": "string"} |
pterodactyl.json | variables | Object of variables that can be used to change the startup command | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "env_variable": {"type": "string"}, "default_value": {"type": "string"}, "user_viewable": {"type": "boolean"}, "user_editable": {"type": "boolean"}, "rules": {"type": "string"}, "field_type": {"type": "string"}}}} |
pterodactyl.json | name | Name of the variable. | {"type": "string"} |
pterodactyl.json | description | Description of the variable. | {"type": "string"} |
pterodactyl.json | env_variable | The environment variable that corresponds to this variable. This can be referenced in the startup command. | {"type": "string"} |
pterodactyl.json | default_value | Default value of the variable. | {"type": "string"} |
pterodactyl.json | user_viewable | Setting to true allows a user to view the field on the front-end, as well as the assigned value of that variable. They will be able to see it replaced in their startup command. | {"type": "boolean"} |
pterodactyl.json | user_editable | Set to true if the variable is editable by the user | {"type": "boolean"} |
pterodactyl.json | rules | Rules to validate the variable against. | {"type": "string"} |
calqulus-pipeline.schema.json | A document describing calculations to be done on biomechanical data for presentation in a report. | {"$schema": "https://json-schema.org/draft/2020-12/schema", "line_endings": "unix", "type": "array", "items": {"oneOf": [{}, {}, {}, {}, {}]}, "$defs": {"parameter": {"type": "string"}, "space": {"type": "string"}, "event": {"type": "string"}, "marker": {"type": "string"}, "segment": {"type": "string"}, "steps": {"type": "array", "additionalItems": false, "items": {"oneOf": [{"type": "object", "properties": {"angle": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["angle"]}, {"type": "object", "properties": {"angularVelocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "useRotationOrder": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["angularVelocity"]}, {"type": "object", "properties": {"jointAngle": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["jointAngle"]}, {"type": "object", "properties": {"jointAngleVelocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "useRotationOrder": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["jointAngleVelocity"]}, {"type": "object", "properties": {"count": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["count"]}, {"type": "object", "properties": {"max": {"additionalProperties": false, "type": ["string", "array", "null"]}, "frames": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["max"]}, {"type": "object", "properties": {"mean": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["mean"]}, {"type": "object", "properties": {"median": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["median"]}, {"type": "object", "properties": {"min": {"additionalProperties": false, "type": ["string", "array", "null"]}, "frames": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["min"]}, {"type": "object", "properties": {"range": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["range"]}, {"type": "object", "properties": {"rms": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["rms"]}, {"type": "object", "properties": {"standardDeviation": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["standardDeviation"]}, {"type": "object", "properties": {"stdDev": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["stdDev"]}, {"type": "object", "properties": {"sum": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["sum"]}, {"type": "object", "properties": {"add": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["add"]}, {"type": "object", "properties": {"divide": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["divide"]}, {"type": "object", "properties": {"multiply": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["multiply"]}, {"type": "object", "properties": {"subtract": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["subtract"]}, {"type": "object", "properties": {"distance": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["distance"]}, {"type": "object", "properties": {"magnitude": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["magnitude"]}, {"type": "object", "properties": {"plane": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["plane"]}, {"type": "object", "properties": {"project": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "angle": {"type": "null"}}, "required": ["project"]}, {"type": "object", "properties": {"unitVector": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["unitVector"]}, {"type": "object", "properties": {"abs": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["abs"]}, {"type": "object", "properties": {"convert": {"additionalProperties": false, "type": ["string", "array", "null"]}, "from": {"additionalProperties": false, "type": ["string"]}, "to": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["convert", "from", "to"]}, {"type": "object", "properties": {"diff": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["diff"]}, {"type": "object", "properties": {"dotProduct": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["dotProduct"]}, {"type": "object", "properties": {"dot": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["dot"]}, {"type": "object", "properties": {"gapFill": {"additionalProperties": false, "type": ["string", "array", "null"]}, "type": {"additionalProperties": false, "type": ["string"]}, "maxGapLength": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["gapFill"]}, {"type": "object", "properties": {"integral": {"additionalProperties": false, "type": ["string", "array", "null"]}, "scalar": {"additionalProperties": false, "type": ["string", "boolean"]}, "useCycles": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["integral"]}, {"type": "object", "properties": {"negate": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["negate"]}, {"type": "object", "properties": {"round": {"additionalProperties": false, "type": ["string", "array", "null"]}, "precision": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["round"]}, {"type": "object", "properties": {"acceleration": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["acceleration"]}, {"type": "object", "properties": {"derivative": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["derivative"]}, {"type": "object", "properties": {"velocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["velocity"]}, {"type": "object", "properties": {"highpass": {"additionalProperties": false, "type": ["string", "array", "null"]}, "extrapolate": {"additionalProperties": false, "type": ["string", "number"]}, "iterations": {"additionalProperties": false, "type": ["string", "number"]}, "cutoff": {"additionalProperties": false, "type": ["string", "number"]}, "order": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["highpass"]}, {"type": "object", "properties": {"lowpass": {"additionalProperties": false, "type": ["string", "array", "null"]}, "extrapolate": {"additionalProperties": false, "type": ["string", "number"]}, "iterations": {"additionalProperties": false, "type": ["string", "number"]}, "cutoff": {"additionalProperties": false, "type": ["string", "number"]}, "order": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["lowpass"]}, {"type": "object", "properties": {"acos": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["acos"]}, {"type": "object", "properties": {"asin": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["asin"]}, {"type": "object", "properties": {"atan": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["atan"]}, {"type": "object", "properties": {"atan2": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["atan2"]}, {"type": "object", "properties": {"cos": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["cos"]}, {"type": "object", "properties": {"cosh": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["cosh"]}, {"type": "object", "properties": {"cotan": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["cotan"]}, {"type": "object", "properties": {"sin": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["sin"]}, {"type": "object", "properties": {"sinh": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["sinh"]}, {"type": "object", "properties": {"tan": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["tan"]}, {"type": "object", "properties": {"tanh": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["tanh"]}, {"type": "object", "properties": {"if": {"additionalProperties": false, "type": ["string", "array", "null"]}, "then": {"additionalProperties": false}, "else": {"additionalProperties": false}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["if", "then", "else"]}, {"type": "object", "properties": {"event": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["event"]}, {"type": "object", "properties": {"import": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["import"]}, {"type": "object", "properties": {"marker": {"additionalProperties": false, "type": ["string", "array", "null"]}, "origin": {"additionalProperties": false, "type": ["string", "array"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["marker"]}, {"type": "object", "properties": {"segment": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["segment"]}, {"type": "object", "properties": {"eventDuration": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["eventDuration"]}, {"type": "object", "properties": {"eventMask": {"additionalProperties": false, "type": ["string", "array", "null"]}, "keep": {"additionalProperties": false, "type": ["string", "number", "array"]}, "replacement": {"additionalProperties": false, "type": ["string", "number"]}, "truncate": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["eventMask"]}, {"type": "object", "properties": {"eventTime": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["eventTime"]}, {"type": "object", "properties": {"refineEvent": {"additionalProperties": false, "type": ["string", "array", "null"]}, "sequence": {"additionalProperties": false, "type": ["string", "array"]}, "exclude": {"additionalProperties": false, "type": ["string", "array"]}, "cyclic": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["refineEvent", "sequence"]}, {"type": "object", "properties": {"peakFinder": {"additionalProperties": false, "type": ["string", "array", "null"]}, "distance": {"additionalProperties": false, "type": ["string", "number", "array"]}, "height": {"additionalProperties": false, "type": ["string", "number", "array"]}, "prominence": {"additionalProperties": false, "type": ["string", "number", "array"]}, "relHeight": {"additionalProperties": false, "type": ["string", "number"]}, "sequence": {"additionalProperties": false, "type": ["object"], "properties": {"ranges": {"additionalProperties": false, "type": ["string"]}, "pattern": {"additionalProperties": false, "type": ["string"]}, "keep": {"additionalProperties": false, "type": ["string", "array"]}}}, "width": {"additionalProperties": false, "type": ["string", "number", "array"]}, "window": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["peakFinder"]}, {"type": "object", "properties": {"threshold": {"additionalProperties": false, "type": ["string", "array", "null"]}, "value": {"additionalProperties": false, "type": ["string", "number"]}, "direction": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["threshold"]}, {"type": "object", "properties": {"concatenate": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["concatenate"]}, {"type": "object", "properties": {"vector": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["vector"]}]}}, "where": {"type": "object", "properties": {"name": {"type": "string"}, "index": {"type": ["integer", "string"], "if": {"type": "string"}, "then": {"enum": ["first", "last"]}}, "fields": {"type": "object", "additionalProperties": {"type": "string"}}}, "additionalProperties": false}, "set": {"type": "string"}, "spaceOrigin": {"type": ["string", "array"]}, "spacePrimaryAxis": {"type": ["string", "array"]}, "spaceSecondaryAxis": {"type": ["string", "array"]}, "spaceOrder": {"type": "string", "enum": ["xy", "yx", "xz", "yz", "zy"]}, "spaceAlignWithSegment": {"type": ["object"], "properties": {"segment": {"type": "string"}}, "required": ["segment"]}, "Parameter Node": {"type": "object", "properties": {"parameter": {}, "steps": {}, "where": {}, "set": {}}, "required": ["parameter", "steps"], "additionalProperties": false}, "Space Node": {"type": "object", "properties": {"space": {}, "origin": {}, "primaryAxis": {}, "secondaryAxis": {}, "order": {}, "alignWithSegment": {}, "steps": {}, "where": {}, "set": {}}, "oneOf": [{"required": ["space", "alignWithSegment"]}, {"required": ["space", "primaryAxis", "secondaryAxis"]}], "additionalProperties": false}, "Event Node": {"type": "object", "properties": {"event": {}, "steps": {}, "where": {}, "set": {}}, "required": ["event", "steps"], "additionalProperties": false}, "Marker Node": {"type": "object", "properties": {"marker": {}, "steps": {}, "where": {}, "set": {}}, "required": ["marker", "steps"], "additionalProperties": false}, "Segment Node": {"type": "object", "properties": {"segment": {}, "steps": {}, "where": {}, "set": {}}, "required": ["segment", "steps"], "additionalProperties": false}, "globalOption export": {"additionalProperties": false, "type": ["string"], "name": "export"}, "globalOption output": {"additionalProperties": false, "type": ["string"], "name": "output"}, "globalOption set": {"additionalProperties": false, "type": ["string"], "name": "set"}, "globalOption space": {"additionalProperties": false, "type": ["string"], "name": "space"}, "categoryOption Angle project": {"additionalProperties": false, "type": ["string"], "name": "project", "category": "Angle"}, "categoryOption Angle rotationOrder": {"additionalProperties": false, "type": ["string"], "name": "rotationOrder", "category": "Angle"}, "categoryOption Angle unwrap": {"additionalProperties": false, "type": ["string", "boolean", "number"], "name": "unwrap", "category": "Angle"}, "categoryOption Aggregation useCycles": {"additionalProperties": false, "type": ["string", "boolean"], "name": "useCycles", "category": "Aggregation"}, "categoryOption Arithmetic frameSequenceOrder": {"additionalProperties": false, "type": ["string"], "name": "frameSequenceOrder", "category": "Arithmetic"}}} |
|
calqulus-pipeline.schema.json | parameter | A parameter node defines steps used to calculate a value or a sequence of values. The result is exported to the global scope and exported in the resulting JSON file. | {"type": "string"} |
calqulus-pipeline.schema.json | space | A parameter node defines steps used to calculate a value or a sequence of values. The result is exported to the global scope and exported in the resulting JSON file. | {"type": "string"} |
calqulus-pipeline.schema.json | event | A parameter node defines steps used to calculate a value or a sequence of values. The result is exported to the global scope and exported in the resulting JSON file. | {"type": "string"} |
calqulus-pipeline.schema.json | marker | A parameter node defines steps used to calculate a value or a sequence of values. The result is exported to the global scope and exported in the resulting JSON file. | {"type": "string"} |
calqulus-pipeline.schema.json | segment | A parameter node defines steps used to calculate a value or a sequence of values. The result is exported to the global scope and exported in the resulting JSON file. | {"type": "string"} |
calqulus-pipeline.schema.json | steps | A step node takes an input and some options and outputs a value. | {"type": "array", "additionalItems": false, "items": {"oneOf": [{"type": "object", "properties": {"angle": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["angle"]}, {"type": "object", "properties": {"angularVelocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "useRotationOrder": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["angularVelocity"]}, {"type": "object", "properties": {"jointAngle": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["jointAngle"]}, {"type": "object", "properties": {"jointAngleVelocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "useRotationOrder": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["jointAngleVelocity"]}, {"type": "object", "properties": {"count": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["count"]}, {"type": "object", "properties": {"max": {"additionalProperties": false, "type": ["string", "array", "null"]}, "frames": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["max"]}, {"type": "object", "properties": {"mean": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["mean"]}, {"type": "object", "properties": {"median": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["median"]}, {"type": "object", "properties": {"min": {"additionalProperties": false, "type": ["string", "array", "null"]}, "frames": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["min"]}, {"type": "object", "properties": {"range": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["range"]}, {"type": "object", "properties": {"rms": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["rms"]}, {"type": "object", "properties": {"standardDeviation": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["standardDeviation"]}, {"type": "object", "properties": {"stdDev": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["stdDev"]}, {"type": "object", "properties": {"sum": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["sum"]}, {"type": "object", "properties": {"add": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["add"]}, {"type": "object", "properties": {"divide": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["divide"]}, {"type": "object", "properties": {"multiply": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["multiply"]}, {"type": "object", "properties": {"subtract": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["subtract"]}, {"type": "object", "properties": {"distance": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["distance"]}, {"type": "object", "properties": {"magnitude": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["magnitude"]}, {"type": "object", "properties": {"plane": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["plane"]}, {"type": "object", "properties": {"project": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "angle": {"type": "null"}}, "required": ["project"]}, {"type": "object", "properties": {"unitVector": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["unitVector"]}, {"type": "object", "properties": {"abs": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["abs"]}, {"type": "object", "properties": {"convert": {"additionalProperties": false, "type": ["string", "array", "null"]}, "from": {"additionalProperties": false, "type": ["string"]}, "to": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["convert", "from", "to"]}, {"type": "object", "properties": {"diff": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["diff"]}, {"type": "object", "properties": {"dotProduct": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["dotProduct"]}, {"type": "object", "properties": {"dot": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["dot"]}, {"type": "object", "properties": {"gapFill": {"additionalProperties": false, "type": ["string", "array", "null"]}, "type": {"additionalProperties": false, "type": ["string"]}, "maxGapLength": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["gapFill"]}, {"type": "object", "properties": {"integral": {"additionalProperties": false, "type": ["string", "array", "null"]}, "scalar": {"additionalProperties": false, "type": ["string", "boolean"]}, "useCycles": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["integral"]}, {"type": "object", "properties": {"negate": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["negate"]}, {"type": "object", "properties": {"round": {"additionalProperties": false, "type": ["string", "array", "null"]}, "precision": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["round"]}, {"type": "object", "properties": {"acceleration": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["acceleration"]}, {"type": "object", "properties": {"derivative": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["derivative"]}, {"type": "object", "properties": {"velocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["velocity"]}, {"type": "object", "properties": {"highpass": {"additionalProperties": false, "type": ["string", "array", "null"]}, "extrapolate": {"additionalProperties": false, "type": ["string", "number"]}, "iterations": {"additionalProperties": false, "type": ["string", "number"]}, "cutoff": {"additionalProperties": false, "type": ["string", "number"]}, "order": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["highpass"]}, {"type": "object", "properties": {"lowpass": {"additionalProperties": false, "type": ["string", "array", "null"]}, "extrapolate": {"additionalProperties": false, "type": ["string", "number"]}, "iterations": {"additionalProperties": false, "type": ["string", "number"]}, "cutoff": {"additionalProperties": false, "type": ["string", "number"]}, "order": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["lowpass"]}, {"type": "object", "properties": {"acos": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["acos"]}, {"type": "object", "properties": {"asin": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["asin"]}, {"type": "object", "properties": {"atan": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["atan"]}, {"type": "object", "properties": {"atan2": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["atan2"]}, {"type": "object", "properties": {"cos": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["cos"]}, {"type": "object", "properties": {"cosh": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["cosh"]}, {"type": "object", "properties": {"cotan": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["cotan"]}, {"type": "object", "properties": {"sin": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["sin"]}, {"type": "object", "properties": {"sinh": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["sinh"]}, {"type": "object", "properties": {"tan": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["tan"]}, {"type": "object", "properties": {"tanh": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["tanh"]}, {"type": "object", "properties": {"if": {"additionalProperties": false, "type": ["string", "array", "null"]}, "then": {"additionalProperties": false}, "else": {"additionalProperties": false}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["if", "then", "else"]}, {"type": "object", "properties": {"event": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["event"]}, {"type": "object", "properties": {"import": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["import"]}, {"type": "object", "properties": {"marker": {"additionalProperties": false, "type": ["string", "array", "null"]}, "origin": {"additionalProperties": false, "type": ["string", "array"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["marker"]}, {"type": "object", "properties": {"segment": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["segment"]}, {"type": "object", "properties": {"eventDuration": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["eventDuration"]}, {"type": "object", "properties": {"eventMask": {"additionalProperties": false, "type": ["string", "array", "null"]}, "keep": {"additionalProperties": false, "type": ["string", "number", "array"]}, "replacement": {"additionalProperties": false, "type": ["string", "number"]}, "truncate": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["eventMask"]}, {"type": "object", "properties": {"eventTime": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["eventTime"]}, {"type": "object", "properties": {"refineEvent": {"additionalProperties": false, "type": ["string", "array", "null"]}, "sequence": {"additionalProperties": false, "type": ["string", "array"]}, "exclude": {"additionalProperties": false, "type": ["string", "array"]}, "cyclic": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["refineEvent", "sequence"]}, {"type": "object", "properties": {"peakFinder": {"additionalProperties": false, "type": ["string", "array", "null"]}, "distance": {"additionalProperties": false, "type": ["string", "number", "array"]}, "height": {"additionalProperties": false, "type": ["string", "number", "array"]}, "prominence": {"additionalProperties": false, "type": ["string", "number", "array"]}, "relHeight": {"additionalProperties": false, "type": ["string", "number"]}, "sequence": {"additionalProperties": false, "type": ["object"], "properties": {"ranges": {"additionalProperties": false, "type": ["string"]}, "pattern": {"additionalProperties": false, "type": ["string"]}, "keep": {"additionalProperties": false, "type": ["string", "array"]}}}, "width": {"additionalProperties": false, "type": ["string", "number", "array"]}, "window": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["peakFinder"]}, {"type": "object", "properties": {"threshold": {"additionalProperties": false, "type": ["string", "array", "null"]}, "value": {"additionalProperties": false, "type": ["string", "number"]}, "direction": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["threshold"]}, {"type": "object", "properties": {"concatenate": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["concatenate"]}, {"type": "object", "properties": {"vector": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["vector"]}]}} |
calqulus-pipeline.schema.json | items | The angle step performs slightly different operation depending on the type and number of inputs.
Note: _For cases where multiple inputs are given of varying lengths, the returning array will be the maximum length and the last value will be repeated for the shorter inputs to fill the gap._
One input: `` Computes the euler angle of the specified segment, in degrees.
Two inputs: (, ) | (, ) Given two segments: Computes the relative (euler) angle between the specified segments, in degrees.
Given two vectors: Computes relative angle between the specified vectors, in radians.
Three inputs: , , Computes the angle between the two vectors defined by the specified points (v0 -> v1, v1 -> v2), in radians. The points can be specified as arrays or with named vector signals (ie markers).
Given the inputs v1, v2 and v3, the resulting angle is given by:
angleBetween(v1 - v0, v1 - v2)
Four inputs: , , , Computes the angle between the two lines formed by (v0 -> v1, v2 -> v3), in radians. The points can be specified as arrays or with named vector signals (ie markers). | {"type": "object", "properties": {"angle": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["angle"]} |
calqulus-pipeline.schema.json | angle | The angle step performs slightly different operation depending on the type and number of inputs.
Note: _For cases where multiple inputs are given of varying lengths, the returning array will be the maximum length and the last value will be repeated for the shorter inputs to fill the gap._
One input: `` Computes the euler angle of the specified segment, in degrees.
Two inputs: (, ) | (, ) Given two segments: Computes the relative (euler) angle between the specified segments, in degrees.
Given two vectors: Computes relative angle between the specified vectors, in radians.
Three inputs: , , Computes the angle between the two vectors defined by the specified points (v0 -> v1, v1 -> v2), in radians. The points can be specified as arrays or with named vector signals (ie markers).
Given the inputs v1, v2 and v3, the resulting angle is given by:
angleBetween(v1 - v0, v1 - v2)
Four inputs: , , , Computes the angle between the two lines formed by (v0 -> v1, v2 -> v3), in radians. The points can be specified as arrays or with named vector signals (ie markers). | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | This step calculates the joint angular velocity based on the textbook Research Methods in Biomechanics (2nd Edition).
You can visit http://www.kwon3d.com/theory/euler/avel.html for more details.
This is different from calculating the first-order derivate of the joint angle because each axis of the joint angle are different from the axes of the segment coordinate systems.
**Please consider which implementation would be correct to use in your instance**. | {"type": "object", "properties": {"angularVelocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "useRotationOrder": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["angularVelocity"]} |
calqulus-pipeline.schema.json | angularVelocity | This step calculates the joint angular velocity based on the textbook Research Methods in Biomechanics (2nd Edition).
You can visit http://www.kwon3d.com/theory/euler/avel.html for more details.
This is different from calculating the first-order derivate of the joint angle because each axis of the joint angle are different from the axes of the segment coordinate systems.
**Please consider which implementation would be correct to use in your instance**. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | useRotationOrder | If set to false it means that the angular velocity between the segment and refernce segment is transformed to be expressed into the resolution coordinate system.
If set to true it means that angular velocity between the segment and refernce segment is transformed to be expressed into the joint coordinate system using the Euler/Cardan sequence. | {"additionalProperties": false, "type": ["string", "boolean"]} |
calqulus-pipeline.schema.json | items | Performs the same computation as angle, but does not handle three or four inputs. | {"type": "object", "properties": {"jointAngle": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["jointAngle"]} |
calqulus-pipeline.schema.json | jointAngle | Performs the same computation as angle, but does not handle three or four inputs. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Performs the same computation as angularVelocity. | {"type": "object", "properties": {"jointAngleVelocity": {"additionalProperties": false, "type": ["string", "array", "null"]}, "useRotationOrder": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "project": {}, "rotationOrder": {}, "unwrap": {}}, "required": ["jointAngleVelocity"]} |
calqulus-pipeline.schema.json | jointAngleVelocity | Performs the same computation as angularVelocity. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | useRotationOrder | If set to false it means that the angular velocity between the segment and refernce segment is transformed to be expressed into the resolution coordinate system.
If set to true it means that angular velocity between the segment and refernce segment is transformed to be expressed into the joint coordinate system using the Euler/Cardan sequence. | {"additionalProperties": false, "type": ["string", "boolean"]} |
calqulus-pipeline.schema.json | items | Counts the number of values in the input, i.e. the number of frames in a series, or the number of values in a scalar or event input. | {"type": "object", "properties": {"count": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["count"]} |
calqulus-pipeline.schema.json | count | Counts the number of values in the input, i.e. the number of frames in a series, or the number of values in a scalar or event input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the max value of the input. | {"type": "object", "properties": {"max": {"additionalProperties": false, "type": ["string", "array", "null"]}, "frames": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["max"]} |
calqulus-pipeline.schema.json | max | Outputs the max value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | frames | If set to true, this step returns the frame index for the maximum value of the input. If using cycles, it will return a frame per cycle. | {"additionalProperties": false, "type": ["string", "boolean"]} |
calqulus-pipeline.schema.json | items | Outputs the mean value of the input. | {"type": "object", "properties": {"mean": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["mean"]} |
calqulus-pipeline.schema.json | mean | Outputs the mean value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the median value of the input. | {"type": "object", "properties": {"median": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["median"]} |
calqulus-pipeline.schema.json | median | Outputs the median value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the minimum value of the input. | {"type": "object", "properties": {"min": {"additionalProperties": false, "type": ["string", "array", "null"]}, "frames": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["min"]} |
calqulus-pipeline.schema.json | min | Outputs the minimum value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | frames | If set to true, this step returns the frame index for the minimum value of the input. If using cycles, it will return a frame per cycle. | {"additionalProperties": false, "type": ["string", "boolean"]} |
calqulus-pipeline.schema.json | items | Outputs the range between the minimum and maximum value of the input. | {"type": "object", "properties": {"range": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["range"]} |
calqulus-pipeline.schema.json | range | Outputs the range between the minimum and maximum value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the Root Mean Square (root of the average squared deviations) between two arrays. | {"type": "object", "properties": {"rms": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["rms"]} |
calqulus-pipeline.schema.json | rms | Outputs the Root Mean Square (root of the average squared deviations) between two arrays. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the standard deviation value of the input. | {"type": "object", "properties": {"standardDeviation": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["standardDeviation"]} |
calqulus-pipeline.schema.json | standardDeviation | Outputs the standard deviation value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the standard deviation value of the input. | {"type": "object", "properties": {"stdDev": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["stdDev"]} |
calqulus-pipeline.schema.json | stdDev | Outputs the standard deviation value of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the sum of all values of the input. | {"type": "object", "properties": {"sum": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "useCycles": {}}, "required": ["sum"]} |
calqulus-pipeline.schema.json | sum | Outputs the sum of all values of the input. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Adds the input operands. | {"type": "object", "properties": {"add": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["add"]} |
calqulus-pipeline.schema.json | add | Adds the input operands. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Divides the input operands. | {"type": "object", "properties": {"divide": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["divide"]} |
calqulus-pipeline.schema.json | divide | Divides the input operands. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Multiplies the input operands. | {"type": "object", "properties": {"multiply": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["multiply"]} |
calqulus-pipeline.schema.json | multiply | Multiplies the input operands. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Subtracts the input operands. | {"type": "object", "properties": {"subtract": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "frameSequenceOrder": {}}, "required": ["subtract"]} |
calqulus-pipeline.schema.json | subtract | Subtracts the input operands. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Accepts marker or segment sequences and calculates the distance between the points (Euclidian norm).
It assumes that the values are comparable by index. If the sequence length differs, the calculation will be done up until the shortest length of the input sequences. | {"type": "object", "properties": {"distance": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["distance"]} |
calqulus-pipeline.schema.json | distance | Accepts marker or segment sequences and calculates the distance between the points (Euclidian norm).
It assumes that the values are comparable by index. If the sequence length differs, the calculation will be done up until the shortest length of the input sequences. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Accepts a vector or a segment sequence and calculates the magnitude of it (Euclidian norm). | {"type": "object", "properties": {"magnitude": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["magnitude"]} |
calqulus-pipeline.schema.json | magnitude | Accepts a vector or a segment sequence and calculates the magnitude of it (Euclidian norm). | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Takes three marker or segment sequences and returns the plane which intersects all three points.
It assumes that the values are comparable by index. If the sequence length differs, the calculation will be done up until the shortest length of the input sequences. | {"type": "object", "properties": {"plane": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["plane"]} |
calqulus-pipeline.schema.json | plane | Takes three marker or segment sequences and returns the plane which intersects all three points.
It assumes that the values are comparable by index. If the sequence length differs, the calculation will be done up until the shortest length of the input sequences. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Orthogonally projects a point onto a plane and returns the location of the projected point.
Note: *The plane will remain in the space used when creating it, applying a space to the project step will apply the space to the vector / segment, but the plane will be left untouched.* | {"type": "object", "properties": {"project": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}, "angle": {"type": "null"}}, "required": ["project"]} |
calqulus-pipeline.schema.json | project | Orthogonally projects a point onto a plane and returns the location of the projected point.
Note: *The plane will remain in the space used when creating it, applying a space to the project step will apply the space to the vector / segment, but the plane will be left untouched.* | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Calculates the unit vector i.e. the new vector has the same direction of the input vector but its norm equals 1. | {"type": "object", "properties": {"unitVector": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["unitVector"]} |
calqulus-pipeline.schema.json | unitVector | Calculates the unit vector i.e. the new vector has the same direction of the input vector but its norm equals 1. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs the absolute value for each value in the input signal. | {"type": "object", "properties": {"abs": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["abs"]} |
calqulus-pipeline.schema.json | abs | Outputs the absolute value for each value in the input signal. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | For each value of the input, converts it according to the units defined in the from and to options. | {"type": "object", "properties": {"convert": {"additionalProperties": false, "type": ["string", "array", "null"]}, "from": {"additionalProperties": false, "type": ["string"]}, "to": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["convert", "from", "to"]} |
calqulus-pipeline.schema.json | convert | For each value of the input, converts it according to the units defined in the from and to options. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | from | Defines the unit to convert from. | {"additionalProperties": false, "type": ["string"]} |
calqulus-pipeline.schema.json | to | Defines the unit to convert to. | {"additionalProperties": false, "type": ["string"]} |
calqulus-pipeline.schema.json | items | Outputs the difference between each value in the input. Since this compares value n with n+1, the output signal will be shorter by one item. | {"type": "object", "properties": {"diff": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["diff"]} |
calqulus-pipeline.schema.json | diff | Outputs the difference between each value in the input. Since this compares value n with n+1, the output signal will be shorter by one item. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Calculates the dot product between two vectors.
The output length will be equal to the length of the first vector sequence.
The second vector sequence needs to be singular or equal to the first vector sequence in length.
A lone vector in the second input will be used to calculate the dot product between itself and all vectors contained in the first vector sequence. | {"type": "object", "properties": {"dotProduct": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["dotProduct"]} |
calqulus-pipeline.schema.json | dotProduct | Calculates the dot product between two vectors.
The output length will be equal to the length of the first vector sequence.
The second vector sequence needs to be singular or equal to the first vector sequence in length.
A lone vector in the second input will be used to calculate the dot product between itself and all vectors contained in the first vector sequence. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Calculates the dot product between two vectors.
The output length will be equal to the length of the first vector sequence.
The second vector sequence needs to be singular or equal to the first vector sequence in length.
A lone vector in the second input will be used to calculate the dot product between itself and all vectors contained in the first vector sequence. | {"type": "object", "properties": {"dot": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["dot"]} |
calqulus-pipeline.schema.json | dot | Calculates the dot product between two vectors.
The output length will be equal to the length of the first vector sequence.
The second vector sequence needs to be singular or equal to the first vector sequence in length.
A lone vector in the second input will be used to calculate the dot product between itself and all vectors contained in the first vector sequence. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs a resulting signal of the same type as the input signal where gaps are filled using interpolation.
Note: *Gaps at the beginning or end of the signal will not be interpolated.* | {"type": "object", "properties": {"gapFill": {"additionalProperties": false, "type": ["string", "array", "null"]}, "type": {"additionalProperties": false, "type": ["string"]}, "maxGapLength": {"additionalProperties": false, "type": ["string"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["gapFill"]} |
calqulus-pipeline.schema.json | gapFill | Outputs a resulting signal of the same type as the input signal where gaps are filled using interpolation.
Note: *Gaps at the beginning or end of the signal will not be interpolated.* | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | type | {"additionalProperties": false, "type": ["string"]} |
|
calqulus-pipeline.schema.json | maxGapLength | {"additionalProperties": false, "type": ["string"]} |
|
calqulus-pipeline.schema.json | items | Returns the cumulative integral between neighboring frames in a data series, using the trapezoidal rule. It returns a series by default. | {"type": "object", "properties": {"integral": {"additionalProperties": false, "type": ["string", "array", "null"]}, "scalar": {"additionalProperties": false, "type": ["string", "boolean"]}, "useCycles": {"additionalProperties": false, "type": ["string", "boolean"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["integral"]} |
calqulus-pipeline.schema.json | integral | Returns the cumulative integral between neighboring frames in a data series, using the trapezoidal rule. It returns a series by default. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | scalar | Returns the integral as a single value scalar. | {"additionalProperties": false, "type": ["string", "boolean"]} |
calqulus-pipeline.schema.json | useCycles | If the signal has cycles defined, the integral step will be run separately over each signal, and a list of values are returned, one for each cycle.
To avoid this behaviour, set useCycles to false.
For information on how to set event cycles on a signal, see the eventMask step. | {"additionalProperties": false, "type": ["string", "boolean"]} |
calqulus-pipeline.schema.json | items | Outputs the negated value for each value in the input signal. | {"type": "object", "properties": {"negate": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["negate"]} |
calqulus-pipeline.schema.json | negate | Outputs the negated value for each value in the input signal. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | items | Outputs a resulting signal of the same type as the input signal where every value is rounded to the specific precision.
The precision is specified as the number of decimal places to include in the result. | {"type": "object", "properties": {"round": {"additionalProperties": false, "type": ["string", "array", "null"]}, "precision": {"additionalProperties": false, "type": ["string", "number"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["round"]} |
calqulus-pipeline.schema.json | round | Outputs a resulting signal of the same type as the input signal where every value is rounded to the specific precision.
The precision is specified as the number of decimal places to include in the result. | {"additionalProperties": false, "type": ["string", "array", "null"]} |
calqulus-pipeline.schema.json | precision | {"additionalProperties": false, "type": ["string", "number"]} |
|
calqulus-pipeline.schema.json | items | Derives the input signal to the second order.
Note: _Due to the temporal nature of this operation, the resulting first and last frames will be null._
Note: _This operation will split the series on gaps and derive each "slice" individually. The first and last frame on each "slice" will be null._ | {"type": "object", "properties": {"acceleration": {"additionalProperties": false, "type": ["string", "array", "null"]}, "export": {}, "output": {}, "set": {}, "space": {}}, "required": ["acceleration"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.