Skip to content
Snippets Groups Projects
Commit b8b5d734 authored by Neda Darbehehsti's avatar Neda Darbehehsti
Browse files

readLRI was updated

parent 441e573d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ fid = fopen(file);
end
% Reads the desired values from LRI1B data.
[gps_time, range, range_rate, range_acc, lighttime_corr, lighttime_rate, lighttime_accl, tma_corr, tma_rate, tma_accl, pitch_A, yaw_A, pitch_B, yaw_B] = textread(file,'%f %f %f %f %*f %f %f %f %f %f %f %f %f %f %f %*f %*f %*f %*f %*f','headerlines',header);
[gps_time, range, range_rate, range_acc, lighttime_corr, lighttime_rate, lighttime_accl, tma_corr, tma_rate, tma_accl, pitch_A, yaw_A, pitch_B, yaw_B] = textread(file,'%f %f %f %f %f %f %f %f %f %f %f %f %f %f %*f %*f %*f','headerlines',header);
% Produces the matrix containing the desired values.
LRI1B = [gps_time, range, range_rate, range_acc, lighttime_corr, lighttime_rate, lighttime_accl, tma_corr, tma_rate, tma_accl, pitch_A, yaw_A, pitch_B, yaw_B];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment