nddata/uncertainty-1.0.0¶
Represents an astropy.nddata uncertainty class
Description
This object represents an uncertainty.
Outline
Schema Definitions ¶
This node must validate against all of the following:
This type is an object with the following properties:
name
object Required This node has no type definition (unrestricted)array
object Required object
unit
object This node must validate against any of the following:
Original Schema ¶
%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://astropy.org/schemas/astropy/nddata/uncertainty-1.0.0"
title: Represents an astropy.nddata uncertainty class
description: >-
This object represents an uncertainty.
allOf:
- type: object
properties:
name:
enum: ["stddev", "unknown", "variance"]
array:
type: object
unit:
anyOf:
- tag: "tag:stsci.edu:asdf/unit/unit-*"
- tag: "tag:astropy.org:astropy/units/unit-1.*"
required: [name, array]