Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AMPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant David Meadors
AMPS
Commits
ef4b0d0d
Commit
ef4b0d0d
authored
12 years ago
by
Grant David Meadors
Browse files
Options
Downloads
Patches
Plain Diff
Forgot xlabel on the last plot in postProcessing
parent
fee73547
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
postProcessing.m
+14
-13
14 additions, 13 deletions
postProcessing.m
with
14 additions
and
13 deletions
postProcessing.m
+
14
−
13
View file @
ef4b0d0d
...
...
@@ -35,19 +35,19 @@
%maximum_imagesize = max(imagesize);
%disp(maximum_imagesize)
%
for ii = 3:7
%
% Make file of range estimates files
%
systemCommandRangelist = ...
%
horzcat('ls /home/pulsar/public_html/feedforward/diagnostics/LHO/*L2-9', num2str(ii),...
%
'*/*Range* >> eleutheriaLogs/whole_rangelist_LHO.txt');
%
% Make file of range estimates
%
systemCommandRange = ...
%
horzcat('tail -q -n 1 /home/pulsar/public_html/feedforward/diagnostics/LHO/*L2-9', num2str(ii),...
%
'*/*Range* >> eleutheriaLogs/whole_range_LHO.txt');
%
system(systemCommandRangelist);
%
system(systemCommandRange);
%
end
%
Load into Matlab
for
ii
=
3
:
7
% Make file of range estimates files
systemCommandRangelist
=
...
horzcat
(
'ls /home/pulsar/public_html/feedforward/diagnostics/LHO/*L2-9'
,
num2str
(
ii
),
...
'*/*Range* >> eleutheriaLogs/whole_rangelist_LHO.txt'
);
% Make file of range estimates
systemCommandRange
=
...
horzcat
(
'tail -q -n 1 /home/pulsar/public_html/feedforward/diagnostics/LHO/*L2-9'
,
num2str
(
ii
),
...
'*/*Range* >> eleutheriaLogs/whole_range_LHO.txt'
);
system
(
systemCommandRangelist
);
system
(
systemCommandRange
);
end
Load
into
Matlab
rangematrix
=
load
(
'eleutheriaLogs/whole_range_LHO.txt'
);
% Make plot of range versus time
...
...
@@ -109,6 +109,7 @@ figure(7000)
plot
(
rangematrix
(:,
1
),
smooth
(
rangematrix
(:,
4
),
50
))
grid
on
xlim
([
931e6
973e6
])
xlabel
(
'GPS time (seconds)'
)
ylabel
(
'Smoothed after/before feedforward inspiral range'
)
title
(
'Smoothed inspiral range gain versus time'
)
legend
(
gainLegend
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment