Skip to content

Commit

Permalink
Update flight model
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Aug 1, 2024
1 parent 50482a9 commit a45f9cf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions esis/flights/f1/optics/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import esis
from . import primaries
from . import gratings
from . import filters

__all__ = [
"design_full",
Expand Down Expand Up @@ -200,15 +201,9 @@ def design_full(
)

filter = esis.optics.Filter(
material=None,
material_oxide=None,
material_mesh=None,
ratio_mesh=82 * u.percent,
frequency_mesh=70 / u.imperial.inch,
material=filters.materials.thin_film_design(),
radius_clear=15 * u.mm,
width_border=0 * u.mm,
thickness=100 * u.nm,
thickness_oxide=4 * u.nm,
distance_radial=95.9 * u.mm,
azimuth=angle_channel.copy(),
translation=na.Cartesian3dVectorArray(
Expand Down

0 comments on commit a45f9cf

Please sign in to comment.