|
25 | 25 | "\n", |
26 | 26 | "#### Imports\n", |
27 | 27 | "\n", |
28 | | - "The first step is to import the Python packages required for post-processing the data and plotting. " |
| 28 | + "The first step is to import the Python packages required for post-processing the data and plotting. \n", |
| 29 | + "\n", |
| 30 | + "<div class=\"alert alert-block alert-success\"> \n", |
| 31 | + "<b>Tip:</b> You may need to set the Kernel to the relevant (Conda) environment in the top right of this notebook to access the required packages! \n", |
| 32 | + "</div>\n" |
29 | 33 | ] |
30 | 34 | }, |
31 | 35 | { |
|
54 | 58 | "Next, you should set `data_dir` to be the path to your expedition results in the code block below. You should replace `\"/path/to/EXPEDITION/results/\"` with the path for your machine.\n", |
55 | 59 | "\n", |
56 | 60 | "<div class=\"alert alert-block alert-success\"> \n", |
57 | | - "<b>Tip:</b> You can get the path to your expedition results by navigating to to the folder in Terminal (using `cd`) and then using the `pwd` command. This will print your working directory which you can copy to the `data_dir` variable in this notebook. Don't forget to keep it as a string (in \"quotation\" marks)!\n", |
| 61 | + "<b>Tip:</b> You can get the path to your expedition results by navigating to the `results` folder in Terminal (using `cd`) and then using the `pwd` command. This will print your working directory which you can copy to the `data_dir` variable in this notebook. Don't forget to keep it as a string (in \"quotation\" marks)!\n", |
58 | 62 | "</div>\n", |
59 | 63 | "\n" |
60 | 64 | ] |
|
104 | 108 | }, |
105 | 109 | { |
106 | 110 | "cell_type": "code", |
107 | | - "execution_count": 4, |
| 111 | + "execution_count": null, |
108 | 112 | "id": "0aa1f8f4", |
109 | 113 | "metadata": {}, |
110 | 114 | "outputs": [], |
|
185 | 189 | "<b>Note:</b> The plots produced next are a starting point for your analysis. You are encouraged to make adjustments, for example axis limits and scaling if the defaults not best suited to your specific data. Use your preferred AI coding assistant for help!\n", |
186 | 190 | "</div>\n", |
187 | 191 | "\n", |
188 | | - "We are now ready to plot our transect data. We will use distance from the start of the transect/expedition for the x-axis, and water column depth for the y-axis. The ADCP data will then be plotted according to the colour map for diagnostic. The profiles across the transect are likely to be different depths because some parts of the ocean are of course shallower than others.\n", |
189 | | - "\n", |
190 | | - "<div class=\"alert alert-block alert-success\"> \n", |
191 | | - "<b>Tip:</b> Press the \"Expand Image\" button in the top right of the resultant plot to explore the plot in greater detail in a separate tab. Or the \"Save As\" button to save a copy of the image.\n", |
192 | | - "</div>" |
| 192 | + "We are now ready to plot our transect data. We will use distance from the start of the transect/expedition for the x-axis, and water column depth for the y-axis. The ADCP data will then be plotted according to the colour map for diagnostic. The profiles across the transect are likely to be different depths because some parts of the ocean are of course shallower than others." |
193 | 193 | ] |
194 | 194 | }, |
195 | 195 | { |
|
0 commit comments