diff --git a/jwst/datamodels/tests/data/nircam_abvega_offset.asdf b/jwst/datamodels/tests/data/nircam_abvega_offset.asdf deleted file mode 100644 index a5e803d636..0000000000 --- a/jwst/datamodels/tests/data/nircam_abvega_offset.asdf +++ /dev/null @@ -1,61 +0,0 @@ -#ASDF 1.0.0 -#ASDF_STANDARD 1.4.0 -%YAML 1.1 -%TAG ! tag:stsci.edu:asdf/ ---- !core/asdf-1.1.0 -asdf_library: !core/software-1.0.0 {author: Space Telescope Science Institute, homepage: 'http://github.com/spacetelescope/asdf', - name: asdf, version: 2.5.2} -history: - entries: - - !core/history_entry-1.0.0 {description: File data provided by Kevin Volk in February - 2020. Errors are at the 3-6% level., time: ! '2020-04-17 17:40:03'} - extensions: - - !core/extension_metadata-1.0.0 - extension_class: asdf.extension.BuiltinExtension - software: {name: asdf, version: 2.5.2} - - !core/extension_metadata-1.0.0 - extension_class: astropy.io.misc.asdf.extension.AstropyExtension - software: {name: astropy, version: 4.0.1.post1} -abvega_offset: ! - colnames: [filter, pupil, abvega_offset] - columns: - - !core/column-1.0.0 - data: !core/ndarray-1.0.0 - data: [F070W, F090W, F115W, F140M, F150W, F150W2, F150W2, F150W2, F182M, F187N, - F200W, F210M, F212N, F250M, F277W, F300M, F322W2, F322W2, F335M, F356W, F360M, - F410M, F430M, F444W, F444W, F444W, F444W, F460M, F480M] - datatype: [ucs4, 6] - shape: [29] - name: filter - - !core/column-1.0.0 - data: !core/ndarray-1.0.0 - data: [CLEAR, CLEAR, CLEAR, CLEAR, CLEAR, CLEAR, F162M, F164N, CLEAR, CLEAR, - CLEAR, CLEAR, CLEAR, CLEAR, CLEAR, CLEAR, CLEAR, F323N, CLEAR, CLEAR, CLEAR, - CLEAR, CLEAR, CLEAR, F405N, F466N, F470N, CLEAR, CLEAR] - datatype: [ucs4, 5] - shape: [29] - name: pupil - - !core/column-1.0.0 - data: !core/ndarray-1.0.0 - data: [0.2497600018978119, 0.5041199922561646, 0.7828400135040283, 1.1191799640655518, - 1.2431399822235107, 1.2230199575424194, 1.3764400482177734, 1.4193600416183472, - 1.5876799821853638, 1.6553699970245361, 1.705970048904419, 1.8102200031280518, - 1.8312100172042847, 2.1488699913024902, 2.315419912338257, 2.490180015563965, - 2.570039987564087, 2.6431798934936523, 2.71697998046875, 2.823899984359741, - 2.870759963989258, 3.107640027999878, 3.212130069732666, 3.2418100833892822, - 3.1260299682617188, 3.422950029373169, 3.4076600074768066, 3.3788299560546875, - 3.4422800540924072] - datatype: float32 - shape: [29] - name: abvega_offset -meta: - author: Space Telescope Science Institute - description: Offset from AB to Vega magnitudes - instrument: {name: NIRCAM} - model_type: ABVegaOffsetModel - pedigree: GROUND - reftype: abvega_offset - telescope: JWST - title: AB to Vega magnitude offset reference file - useafter: '2015-01-01T00:00:00' -... diff --git a/jwst/datamodels/tests/data/nonstandard_primary_array.schema.json b/jwst/datamodels/tests/data/nonstandard_primary_array.schema.json deleted file mode 100644 index fedbe7ce1d..0000000000 --- a/jwst/datamodels/tests/data/nonstandard_primary_array.schema.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "allOf": [ - {"$ref": "http://jwst_lib.stsci.edu/schemas/core.schema.json"}, - { - "type" : "object", - "title": "Test schema - demonstrate infinite recursion loop", - "properties" : { - "wavelength" : { - "type" : "data", - "title" : "Wavelength at each pixel coordinate", - "fits_hdu" : "WAVELENGTH", - "default" : 0.0, - "ndim" : 2, - "units" : "micron", - "dtype" : "float32" - }, - - "alpha" : { - "type" : "data", - "title" : "Alpha at a each pixel coordinate", - "fits_hdu" : "ALPHA", - "default" : 0.0, - "ndim" : 2, - "units" : "arcsec", - "dtype" : "float32" - } - } - } - ] -} diff --git a/jwst/datamodels/tests/data/nonstandard_primary_array.schema.yaml b/jwst/datamodels/tests/data/nonstandard_primary_array.schema.yaml deleted file mode 100644 index 46884f0fa8..0000000000 --- a/jwst/datamodels/tests/data/nonstandard_primary_array.schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -%YAML 1.1 ---- -$schema: "http://stsci.edu/schemas/fits-schema/fits-schema" -allOf: -- $ref: http://stsci.edu/schemas/jwst_datamodel/core.schema -- type: object - title: Test schema - demonstrate infinite recursion loop - properties: - wavelength: - title: Wavelength at each pixel coordinate - fits_hdu: WAVELENGTH - default: 0.0 - ndim: 2 - units: micron - datatype: float32 - alpha: - title: Alpha at a each pixel coordinate - fits_hdu: ALPHA - default: 0.0 - ndim: 2 - units: arcsec - datatype: float32 diff --git a/jwst/datamodels/tests/data/sip.fits b/jwst/datamodels/tests/data/sip.fits deleted file mode 100644 index 5c9940dd5f..0000000000 --- a/jwst/datamodels/tests/data/sip.fits +++ /dev/null @@ -1 +0,0 @@ -SIMPLE = T / conforms to FITS standard BITPIX = 8 / array data type NAXIS = 0 / number of array dimensions WCSAXES = 2 / Number of coordinate axes CRPIX1 = 128.0 / Pixel coordinate of reference point CRPIX2 = 128.0 / Pixel coordinate of reference point PC1_1 = 0.000249756880272 / Coordinate transformation matrix element PC1_2 = 0.000230177809744 / Coordinate transformation matrix element PC2_1 = 0.000230428519265 / Coordinate transformation matrix element PC2_2 = -0.000249965770577 / Coordinate transformation matrix element CDELT1 = 1 / [deg] Coordinate increment at reference point CDELT2 = 1 / [deg] Coordinate increment at reference point CUNIT1 = 'deg' / Units of coordinate increment and value CUNIT2 = 'deg' / Units of coordinate increment and value CTYPE1 = 'RA---TAN-SIP' / Right ascension, gnomonic projection CTYPE2 = 'DEC--TAN-SIP' / Declination, gnomonic projection CRVAL1 = 202.482322805 / [deg] Coordinate value at reference point CRVAL2 = 47.17511893 / [deg] Coordinate value at reference point LONPOLE = 180 / [deg] Native longitude of celestial pole LATPOLE = 47.17511893 / [deg] Native latitude of celestial pole RESTFRQ = 0 / [Hz] Line rest frequency RESTWAV = 0 / [Hz] Line rest wavelength CRDER1 = 4.02509762361E-05 / [deg] Random error in coordinate CRDER2 = 3.42746131953E-05 / [deg] Random error in coordinate RADESYS = 'ICRS' / Equatorial coordinate system EQUINOX = 2000 / [yr] Equinox of equatorial coordinates BP_0_1 = -1.6588E-05 BP_0_2 = -2.3424E-05 A_3_0 = -1.4172E-07 B_3_0 = -2.0249E-08 BP_3_0 = 2.0482E-08 B_1_2 = -5.7813E-09 B_1_1 = -2.4386E-05 B_2_1 = -1.6583E-07 B_2_0 = 2.1197E-06 A_ORDER = 3 B_0_3 = -1.6168E-07 B_0_2 = 2.31E-05 BP_0_3 = 1.651E-07 B_ORDER = 3 BP_ORDER= 3 BP_1_2 = 3.8917E-09 AP_ORDER= 3 AP_3_0 = 1.4492E-07 A_1_1 = 2.1886E-05 BP_2_0 = -2.151E-06 A_1_2 = -1.6847E-07 AP_2_1 = 6.709E-09 AP_2_0 = 2.4146E-05 A_0_2 = 2.9656E-06 A_0_3 = 3.7746E-09 BP_1_1 = 2.4753E-05 BP_1_0 = -2.6783E-06 A_2_0 = -2.3863E-05 A_2_1 = -8.561E-09 AP_1_0 = -1.4897E-05 AP_1_1 = -2.225E-05 AP_1_2 = 1.7195E-07 BP_2_1 = 1.7E-07 AP_0_1 = -6.4275E-07 AP_0_3 = -3.582E-09 AP_0_2 = -2.9425E-06 END \ No newline at end of file