Commit f84d670a authored by yuedong0607's avatar yuedong0607
Browse files

update the field distortion model to 2.0.0

parent 04baf635
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -32,8 +32,10 @@ The built-in compositions currently pin:
- `legacy-v1` pins its detector, bandpass, band-scalar optics, and shared
  sky-background references `1.0.0`;
- `next-v1` pins detector responses, filter transmissions, system throughputs,
  and optics references `2.0.0`, while the shared sky-background and unchanged
  reference categories remain pinned to `1.0.0`.
  optics, and field-distortion references `2.0.0`, while the shared sky-background
  and unchanged reference categories remain pinned to `1.0.0`. The science
  field-distortion model is `FieldDistModel_v260909.pickle`; the FGS models
  are carried forward unchanged.

Released versions should be treated as immutable. Publish changed definitions
or reference files under a new version, then add or update a composition
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ global_references:
detector_defaults:
  field_distortion:
    group: field_distortion
    file: FieldDistModel_v2.0.pickle
    file: FieldDistModel_v260909.pickle
  slitless_configurations: []

# The draft release preserves the legacy ID-to-reference behavior until final
Loading