[ Index | Overview |Core Cruises | Process Cruises | Projects | People | Cruise Dates | Equipment | Methods Manual | Data Tracking | Data Products ]
ASD
Boat Setup
Data Acquisition
Data Processing
**NOTE: All steps that occur in UNIX should be done on Sargasso**
copy pb##_01t.* b##a01t.* (notice the p is gone – this prevents files from being rewritten). There should 2 lines like this for each station (‘t’ and ‘r’). If a station is missing you must remove the lines which correspond to it so for example if you only did station one the asd.bat file should look like:
copy pb56_01t.* b56a01t.* (the a denotes ASCII)
copy pb56_01r.* b56a01r.*
for %%f in (b56a*.*) do portspec –a %%f p%%f
del b*
pb##e0*.* (the e signifies extracted). These are the files that will be used from here on out.
sfload –a pb##e01t (case sensitive) (you will do this next for the ‘r’ files) – it is always best to start with the ‘t’ files for each station because they are easier to identify scan types
Make a st variable (cruise.station) which corresponds to the anpb##_0#.mat files – station one is always loaded in first so for example pb56 would be
st=[56.1 56.2 56.3 56.4 56.5];
(there were no stations 6 or 7)
NEXT type:
arsr98wst=[st,
arsr98(4:229,:)];
it is VERY important that you do it exactly like this – I have many programs which look specifically for these variables ( the final dimensions of arsr98wst should be 227 x the number of stations)
Re-save the pb##rsr.mat file