TaggedScalarNode

class roman_datamodels.stnode.TaggedScalarNode[source]

Bases: object

Base class for all tagged scalars defined by RAD

There will be one of these for any tagged object defined by RAD, which has a scalar base type, or wraps a scalar base type. These will all be in the tagged_scalars directory.

Attributes Summary

tag

Methods Summary

copy()

create_fake_data([defaults, shape, builder])

create_minimal([defaults, builder])

get_schema()

Attributes Documentation

tag

Methods Documentation

copy()[source]
classmethod create_fake_data(defaults=None, shape=None, builder=None)[source]
classmethod create_minimal(defaults=None, builder=None)[source]
get_schema()[source]