Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from Coastal-Imaging-Research-Network/jstanleyx…
Browse files Browse the repository at this point in the history
…-patch-1

change copyright
  • Loading branch information
RobHolman authored Feb 2, 2017
2 parents a2962e0 + ebc5c4e commit c0e6822
Show file tree
Hide file tree
Showing 39 changed files with 948 additions and 135 deletions.
25 changes: 25 additions & 0 deletions AerielleInputFileShortRuns.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,28 @@
inputs.knowns = bs(find(inputs.knownFlags));



%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,28 @@
% matlab2Julian - create Julian day
% every - perl script to break out frame, likely won't work.


%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions DJIDistort.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,28 @@
ud = x2*lcp.fx+lcp.c0U; % answer in chip pixel units
vd = y2*lcp.fy+lcp.c0V;


%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions DJIFindXYZ6dof.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,28 @@
m = P2m(P);
xyz = findXYZ(m,[u2 v2], z, 3);


%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions DJIUndistort.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,28 @@
end



%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

33 changes: 22 additions & 11 deletions analyzeSingleBathyRunUAV.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,28 @@
bathy = analyzeBathyCollect(xyz, epoch, data, bathy);

%
% Copyright by Oregon State University, 2011
% Developed through collaborative effort of the Argus Users Group
% For official use by the Argus Users Group or other licensed activities.
%
% $Id: analyzeSingleBathyRun.m,v 1.1 2012/09/24 23:08:04 stanley Exp $
%
% $Log: analyzeSingleBathyRun.m,v $
% Revision 1.1 2012/09/24 23:08:04 stanley
% Initial revision

%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key
%comment
%key UAVProcessingToolbox
%

26 changes: 25 additions & 1 deletion buildRectProducts.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,28 @@
images.dark(:,:,i) = bar;
end
images.N(good) = images.N(good)+1;
end

%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions demoInputFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,28 @@
inputs.knowns = bs(find(inputs.knownFlags));



%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions demoInstsFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,28 @@
insts(cnt).name = 'y = 520 Piling x-transect';
insts(cnt).shortName = 'y517Slice';


%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions fillInsts.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,28 @@
end
end
insts = insts(setdiff(1:length(insts),bad));

%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions findCOMRefObj.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,28 @@
plot(Ur(i),Vr(i),'r*')
end
end

%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions findCOMRefObjFirstPass.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,28 @@
cont = input('Enter <cr> to accept, 0 to try again - ');
end
close(10)

%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

25 changes: 25 additions & 0 deletions findNewBeta.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,28 @@
uv = findUVnDOF(beta6dof, xyz, globs);
uv = reshape(uv,[],2);
plot(uv(:,1),uv(:,2),'ko')

%
% Copyright (C) 2017 Coastal Imaging Research Network
% and Oregon State University

% This program is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, version 3 of the
% License.

% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with this program. If not, see
% <http://www.gnu.org/licenses/>.

% CIRN: https://coastal-imaging-research-network.github.io/
% CIL: http://cil-www.coas.oregonstate.edu
%
%key UAVProcessingToolbox
%

Loading

0 comments on commit c0e6822

Please sign in to comment.