cal_logs-1.0.0

Calibration Log Messages

Description

String array of log messages recording the steps, failures, and outputs associated with running romancal steps.

Outline

Schema Definitions

array

No length restriction

Items in the array are restricted to the following types:

string

No length restriction

Original Schema

%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/cal_logs-1.0.0

title: Calibration Log Messages
description: |
  String array of log messages recording the steps, failures,
  and outputs associated with running romancal steps.
type: array
items:
  type: string
flowStyle: block