Skip to content

Commit 1081af7

Browse files
authored
Merge pull request #1 from c-proof/master
Pull request for current files
2 parents c0e0a11 + f3b243f commit 1081af7

18 files changed

Lines changed: 282 additions & 72 deletions

dfo_walle652/missions/GOTO_L10.MA

Lines changed: 0 additions & 22 deletions
This file was deleted.

dfo_walle652/missions/SURFAC01.MA

Lines changed: 0 additions & 13 deletions
This file was deleted.

dfo_walle652/missions/SURFAC05.MA

-843 Bytes
Binary file not shown.

dfo_walle652/missions/YO14.MA

-3.54 KB
Binary file not shown.

dfo_walle652/missions/goto_l10.ma

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
behavior_name=goto_list
2+
# Written by gen-goto-list-ma ver 1.0 on GMT:Tue Feb 19 18:56:54 2002
3+
# 07-Aug-02 tc@DinkumSoftware.com Manually edited for spawars 7aug02 op in buzzards bay
4+
# 07-Aug-02 tc@DinkumSoftware.com Changed from decimal degrees to degrees, minutes, decimal minutes
5+
# ??-Apr-03 kniewiad@webbresearch.com changed to ashument
6+
# 17-Apr-03 tc@DinkumSoftware.com fixed comments
7+
# 2019-Jul-16 cailinburmaster@gmail.com changed waypoints for Explorer Seamount cruise We01-We04
8+
# 2019-07-21 james.pegg@dfo-mpo.gc.ca added named waypoints for reference and re-arranged to start at W4
9+
# 2019-07-25 james.pegg@dfo-mpo.gc.ca changed to traverse once and start at first (W1) and added list_when_wpt_dist(m) 500
10+
# 2019-08-05 tetjana.ross@dfo-mpo.gc.ca changed to traverse continuously around a triangle including P16 and two points 1 km N.
11+
# changed to start after last achieved
12+
# 2019-08-27 james.pegg@dfo-mpo.gc.ca changed radius to achieve wpt to 1000m
13+
# goto_l10.ma
14+
# Wall_E's waypoint list for Explorer Seamount
15+
#P1 -12530.0000 4834.5000
16+
#P2 -12600.0000 4836.0000
17+
#P3 -12620.0000 4837.5000
18+
#P4 -12640.0000 4839.0000
19+
#P5 -12710.0000 4841.5000
20+
#P6 -12740.0000 4844.6000
21+
#P7 -12810.0000 4846.6000
22+
#P8 -12840.0000 4849.0000
23+
#P9 -12910.0000 4851.4000
24+
#P10 -12940.0000 4853.6000
25+
#P11 -13010.0000 4856.0000
26+
#P12 -13040.0000 4858.2000
27+
#w1 -13054.4500 4912.9000
28+
#w2 -13057.0500 4852.4500
29+
#w3 -13038.4000 4901.3500
30+
#w4 -13113.5000 4903.4500
31+
#summit -13056.5305 4903.5242
32+
#P13 -13140.0000 4902.6000
33+
#P14 -13240.0000 4907.4000
34+
#P15 -13340.0000 4912.0000
35+
#P16nw -13442.0000 4917.5500
36+
#P16ne -13438.0000 4917.5500
37+
#P16 -13440.0000 4917.0000
38+
#P17 -13540.0000 4921.0000
39+
#P18 -13640.0000 4926.0000
40+
#P19 -13740.0000 4930.0000
41+
#P20 -13840.0000 4934.0000
42+
#P21 -13940.0000 4938.0000
43+
#P22 -14040.0000 4942.0000
44+
#P23 -14140.0000 4946.0000
45+
#P24 -14240.0000 4950.2000
46+
#P25 -14336.3000 5000.0000
47+
#P35 -14418.2000 5000.0000
48+
#P26 -14500.0000 5000.0000
49+
50+
# this file P18-26
51+
52+
<start:b_arg>
53+
b_arg: list_when_wpt_dist(m) 1000 # if the glider is within 1000m the waypoint is considered as hit
54+
b_arg: num_legs_to_run(nodim) -1 # loop through points
55+
b_arg: start_when(enum) 0 # BAW_IMMEDIATELY
56+
b_arg: list_stop_when(enum) 7 # BAW_WHEN_WPT_DIST
57+
b_arg: initial_wpt(enum) -1# # 0 to n-1,-1 first after last,-2 closest
58+
b_arg: num_waypoints(nodim) 10
59+
<end:b_arg>
60+
<start:waypoints>
61+
-13640.0000 4926.0000
62+
-13740.0000 4930.0000
63+
-13840.0000 4934.0000
64+
-13940.0000 4938.0000
65+
-14040.0000 4942.0000
66+
-14140.0000 4946.0000
67+
-14240.0000 4950.2000
68+
-14336.3000 5000.0000
69+
-14418.2000 5000.0000
70+
-14500.0000 5000.0000
71+
<end:waypoints>

dfo_walle652/missions/sample11.ma

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
behavior_name=sample
2+
# sample ctd on every other downcasst
3+
# 2019-07-27 james.pegg@dfo-mpo.gc.ca Modified from sample10.ma
4+
5+
<start:b_arg>
6+
b_arg: sensor_type(enum) 1 # PROFILE 1 C_PROFILE_ON
7+
b_arg: state_to_sample(enum) 1 # 1 diving
8+
b_arg: intersample_time(s) 0 # as fast as possible
9+
b_arg: nth_yo_to_sample(nodim) 2 # After the first yo, sample only
10+
b_arg: intersample_depth(m) -1 # supersedes intersample_time
11+
b_arg: min_depth(m) -5 # minimum depth to collect data, default
12+
b_arg: max_depth(m) 2000 # maximum depth to collect data
13+
<end:b_arg>

dfo_walle652/missions/sample12.ma

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
behavior_name=sample
2+
# sample ctd on every 3rd upcast (after first)
3+
# 2019-07-27 james.pegg@dfo-mpo.gc.ca Modified from sample10.ma
4+
5+
<start:b_arg>
6+
b_arg: sensor_type(enum) 1 # PROFILE 1 C_PROFILE_ON
7+
b_arg: state_to_sample(enum) 4 # 4 climbing
8+
b_arg: intersample_time(s) 0 # as fast as possible
9+
b_arg: nth_yo_to_sample(nodim) -3 # After the first yo, sample only
10+
b_arg: intersample_depth(m) -1 # supersedes intersample_time
11+
b_arg: min_depth(m) -5 # minimum depth to collect data, default
12+
b_arg: max_depth(m) 2000 # maximum depth to collect data
13+
<end:b_arg>
14+

dfo_walle652/missions/sample13.ma

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
behavior_name=sample
2+
# sample Anderaa optode on every other downcast
3+
# 2019-07-27 james.pegg@dfo-mpo.gc.ca Modified from sample10.ma
4+
5+
<start:b_arg>
6+
b_arg: sensor_type(enum) 54 # OXY4 54 C_OXY4_ON
7+
b_arg: state_to_sample(enum) 1 # 1 diving
8+
b_arg: intersample_time(s) 0 # as fast as possible
9+
b_arg: nth_yo_to_sample(nodim) 2 # After the first yo, sample only
10+
b_arg: intersample_depth(m) -1 # supersedes intersample_time
11+
b_arg: min_depth(m) -5 # minimum depth to collect data, default
12+
b_arg: max_depth(m) 2000 # maximum depth to collect data
13+
<end:b_arg>
14+

dfo_walle652/missions/sample14.ma

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
behavior_name=sample
2+
# sample Anderaa optode on every 3rd upcast (after first)
3+
# 2019-07-27 james.pegg@dfo-mpo.gc.ca Modified from sample10.ma
4+
5+
<start:b_arg>
6+
b_arg: sensor_type(enum) 54 # OXY4 54 C_OXY4_ON
7+
b_arg: state_to_sample(enum) 4 # 4 climbing
8+
b_arg: intersample_time(s) 0 # as fast as possible
9+
b_arg: nth_yo_to_sample(nodim) -3 # After the first yo, sample only
10+
b_arg: intersample_depth(m) -1 # supersedes intersample_time
11+
b_arg: min_depth(m) -5 # minimum depth to collect data, default
12+
b_arg: max_depth(m) 2000 # maximum depth to collect data
13+
<end:b_arg>

dfo_walle652/missions/sample15.ma

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
behavior_name=sample
2+
# sample ecopuck every other downcast
3+
# 2019-07-27 james.pegg@dfo-mpo.gc.ca Modified from sample10.ma
4+
5+
<start:b_arg>
6+
b_arg: sensor_type(enum) 48 # FLBBCD 48 C_FLBBCD_ON
7+
b_arg: state_to_sample(enum) 1 # 1 diving
8+
b_arg: intersample_time(s) 0 # as fast as possible
9+
b_arg: nth_yo_to_sample(nodim) 2 # After the first yo, sample only
10+
b_arg: intersample_depth(m) -1 # supersedes intersample_time
11+
b_arg: min_depth(m) -5 # minimum depth to collect data, default
12+
b_arg: max_depth(m) 200 # maximum depth to collect data
13+
<end:b_arg>

0 commit comments

Comments
 (0)