ipc-1.3.0
Interpixel Capacitance Reference File Schema
Outline
Schema Definitions ¶
This type is an object with the following properties:
- meta- object - Required - This node must validate against all of the following: - This type is an object with the following properties: - reftype
 No length restriction- string - Only the following values are valid for this node: - IPC 
 
 
 
- data- tag:stsci.edu:asdf/core/ndarray-1.* - Required - Interpixel Capacitance Kernel Array - The kernel array used for convolving data to correct for interpixel capacitance of neighboring pixels. 
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/reference_files/ipc-1.3.0
title: Interpixel Capacitance Reference File Schema
datamodel_name: IpcRefModel
type: object
properties:
  meta:
    allOf:
      - $ref: asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_common-1.2.0
      - $ref: asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_optical_element-1.3.0
      - type: object
        properties:
          reftype:
            type: string
            enum: [IPC]
  data:
    title: Interpixel Capacitance Kernel Array
    description: |
      The kernel array used for convolving data to correct for interpixel
      capacitance of neighboring pixels.
    tag: tag:stsci.edu:asdf/core/ndarray-1.*
    datatype: float32
    exact_datatype: true
    ndim: 2
required: [meta, data]
flowStyle: block
propertyOrder: [meta, data]