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);
|
||||
|
||||
MOTObj.restoreDefaults();
|
||||
% MOTObj.restoreDefaults();
|
||||
|
||||
for i=1:length(X)
|
||||
for j=1:length(Y)
|
||||
@ -61,8 +61,12 @@ function plotPhaseSpaceWithAccelerationField(OvenObj, MOTObj, MinimumVelocity, M
|
||||
|
||||
hold on
|
||||
|
||||
count = 0;
|
||||
for i=1:length(Y)
|
||||
if DynamicalQuantities(i,end,2) > 0
|
||||
plot(DynamicalQuantities(i,:,1),DynamicalQuantities(i,:,4),'w','linewidth',1.3)
|
||||
count = count + 1;
|
||||
end
|
||||
end
|
||||
|
||||
hold off
|
||||
|
Loading…
Reference in New Issue
Block a user