|
| 1 | +%YAML 1.1 |
| 2 | +--- |
| 3 | +$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0 |
| 4 | +id: asdf://stsci.edu/datamodels/roman/schemas/tvac/statistics-1.0.0 |
| 5 | + |
| 6 | + |
| 7 | +title: | |
| 8 | + TVAC Summary Statistics |
| 9 | +
|
| 10 | +type: object |
| 11 | +properties: |
| 12 | + mean_counts_per_sec: |
| 13 | + title: Mean number of counts per second |
| 14 | + description: | |
| 15 | + Mean number of counts per second of the data cube |
| 16 | + anyOf: |
| 17 | + - tag: tag:stsci.edu:asdf/unit/quantity-1.* |
| 18 | + properties: |
| 19 | + datatype: |
| 20 | + enum: ["float64"] |
| 21 | + unit: |
| 22 | + tag: tag:astropy.org:astropy/units/unit-1.* |
| 23 | + enum: ["DN / s"] |
| 24 | + - type: "null" |
| 25 | + sdf: |
| 26 | + special_processing: VALUE_REQUIRED |
| 27 | + source: |
| 28 | + origin: TBD |
| 29 | + archive_catalog: |
| 30 | + datatype: float |
| 31 | + destination: [WFICommon.mean_counts_per_sec] |
| 32 | + median_counts_per_sec: |
| 33 | + title: Median number of counts per second |
| 34 | + description: | |
| 35 | + Median number of counts per second of the data cube |
| 36 | + anyOf: |
| 37 | + - tag: tag:stsci.edu:asdf/unit/quantity-1.* |
| 38 | + properties: |
| 39 | + datatype: |
| 40 | + enum: ["float64"] |
| 41 | + unit: |
| 42 | + tag: tag:astropy.org:astropy/units/unit-1.* |
| 43 | + enum: ["DN / s"] |
| 44 | + - type: "null" |
| 45 | + sdf: |
| 46 | + special_processing: VALUE_REQUIRED |
| 47 | + source: |
| 48 | + origin: TBD |
| 49 | + archive_catalog: |
| 50 | + datatype: float |
| 51 | + destination: [WFICommon.median_counts_per_sec] |
| 52 | + max_counts: |
| 53 | + title: Maximum number of counts |
| 54 | + description: | |
| 55 | + Maximum number of counts in the data cube |
| 56 | + anyOf: |
| 57 | + - tag: tag:stsci.edu:asdf/unit/quantity-1.* |
| 58 | + properties: |
| 59 | + datatype: |
| 60 | + enum: ["int32"] |
| 61 | + unit: |
| 62 | + tag: tag:astropy.org:astropy/units/unit-1.* |
| 63 | + enum: ["DN"] |
| 64 | + - type: "null" |
| 65 | + sdf: |
| 66 | + special_processing: VALUE_REQUIRED |
| 67 | + source: |
| 68 | + origin: TBD |
| 69 | + archive_catalog: |
| 70 | + datatype: int |
| 71 | + destination: [WFICommon.max_counts] |
| 72 | + min_counts: |
| 73 | + title: Minimum number of counts |
| 74 | + description: | |
| 75 | + Minimum number of counts in the data cube |
| 76 | + anyOf: |
| 77 | + - tag: tag:stsci.edu:asdf/unit/quantity-1.* |
| 78 | + properties: |
| 79 | + datatype: |
| 80 | + enum: ["int32"] |
| 81 | + unit: |
| 82 | + tag: tag:astropy.org:astropy/units/unit-1.* |
| 83 | + enum: ["DN"] |
| 84 | + - type: "null" |
| 85 | + sdf: |
| 86 | + special_processing: VALUE_REQUIRED |
| 87 | + source: |
| 88 | + origin: TBD |
| 89 | + archive_catalog: |
| 90 | + datatype: int |
| 91 | + destination: [WFICommon.min_counts] |
| 92 | +propertyOrder: [mean_counts_per_sec, median_counts_per_sec, max_counts, min_counts] |
| 93 | +flowStyle: block |
| 94 | +required: [mean_counts_per_sec, median_counts_per_sec, max_counts, min_counts] |
| 95 | +... |
0 commit comments