Commented out the line calling the restoreDefaults function.
This commit is contained in:
parent
372690b158
commit
ee01ffa106
@ -23,7 +23,7 @@ function plotPhaseSpaceWithAccelerationField(OvenObj, MOTObj, MinimumVelocity, M
|
|||||||
|
|
||||||
a=zeros(NumberOfBins+1,NumberOfBins+1,3);
|
a=zeros(NumberOfBins+1,NumberOfBins+1,3);
|
||||||
|
|
||||||
MOTObj.restoreDefaults();
|
% MOTObj.restoreDefaults();
|
||||||
|
|
||||||
for i=1:length(X)
|
for i=1:length(X)
|
||||||
for j=1:length(Y)
|
for j=1:length(Y)
|
||||||
@ -61,8 +61,12 @@ function plotPhaseSpaceWithAccelerationField(OvenObj, MOTObj, MinimumVelocity, M
|
|||||||
|
|
||||||
hold on
|
hold on
|
||||||
|
|
||||||
|
count = 0;
|
||||||
for i=1:length(Y)
|
for i=1:length(Y)
|
||||||
plot(DynamicalQuantities(i,:,1),DynamicalQuantities(i,:,4),'w','linewidth',1.3)
|
if DynamicalQuantities(i,end,2) > 0
|
||||||
|
plot(DynamicalQuantities(i,:,1),DynamicalQuantities(i,:,4),'w','linewidth',1.3)
|
||||||
|
count = count + 1;
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
hold off
|
hold off
|
||||||
|
Loading…
Reference in New Issue
Block a user