Skip to content

Metadata - a new feature to support training and networks #2

@wandell

Description

@wandell

I am planning to make it possible to store metadata as part of the scene and oi structures. ZL and I feel the need to do this for machine learning applications. We are thinking the approach will be like this:

scene = scenSet(scene,'metadata skymap',skymapStruct);
skymapStruct = scenGet(scene,'metadata skymap');
skymapStruct.param = scenGet(scene,'metadata skymap param');

Maybe a new metadata directory for managing the gets/sets/creates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions