Skip to content
Snippets Groups Projects
Commit d42b0b40 authored by Charlotte Bond's avatar Charlotte Bond
Browse files

changing mirror params

parent 5133d8e4
Branches
Tags
No related merge requests found
......@@ -76,6 +76,8 @@ Ur_etm = U_etm - Up_etm;
% Creating mirror maps representing overall and residual distortions: etm
[Umap_etm,rmap_etm,Rc_etm] = FT_mirror_map_from_thermal_distortion(beam_etm,mirror,r,option,num_terms);
Umap_etm = FT_remove_offset_from_mirror_map(Umap_etm,a);
rmap_etm = FT_remove_offset_from_mirror_map(rmap_etm,a);
% Creating aperture map and writing maps to file: etm
Amap_etm = FT_create_aperture_map(Umap_etm);
......@@ -94,6 +96,8 @@ Ur_itm = U_itm - Up_itm;
% Creating mirror maps representing overall and residual distortions: itm
[Umap_itm,rmap_itm,Rc_itm] = FT_mirror_map_from_thermal_distortion(beam_itm,mirror,r,option,num_terms);
Umap_itm = FT_remove_offset_from_mirror_map(Umap_itm,a);
rmap_itm = FT_remove_offset_from_mirror_map(rmap_itm,a);
% Creating aperture maps and writing maps to file: itm
Amap_itm = FT_create_aperture_map(Umap_itm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment