summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmds2/realistic_Rb_and_fields/field_delay_vs_z.m16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m b/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
index 72c4115..34b287c 100644
--- a/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
+++ b/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
@@ -35,34 +35,34 @@ end
delay_time = pcenter_i - pcenter_i(1);
delay_time_err = sqrt( perr_i.^2 + (perr_i(1))^2);
-fh=figure(1)
+fh=figure(1);
niceplotset(fh);
%errorbar(z_1, delay_time, delay_time_err, '.-');
plot(z_1, delay_time, '.-');
-title('Pulse delay vs propagation distance');
+title('Pulse delay vs distance');
xlabel('z (m)');
ylabel('delay (S)');
print('delay_vs_z_for_Ip2.eps', '-depsc');
-fh=figure(2)
+fh=figure(2);
niceplotset(fh);
plot(z_1, sqrt(max_powerIp2), '.-');
-title('Pulse Ip2 strength vs propagation distance');
+title('Pulse Ip2 strength vs distance');
xlabel('z (m)');
ylabel('Field Rabi frequency (Mrad/s)');
print('field_vs_z_for_Ip2.eps', '-depsc');
-fh=figure(3)
+fh=figure(3);
niceplotset(fh);
plot(z_1, sqrt(max_powerIm1), '.-');
-title('Pulse Im1 strength vs propagation distance');
+title('Pulse Im1 strength vs distance');
xlabel('z (m)');
ylabel('Field Rabi frequency (Mrad/s)');
-fh=figure(4)
+fh=figure(4);
niceplotset(fh);
plot(z_1, sqrt(max_powerIm3), '.-');
-title('Pulse Im3 strength vs propagation distance');
+title('Pulse Im3 strength vs distance');
xlabel('z (m)');
ylabel('Field Rabi frequency (Mrad/s)');