ROSETTA-Ice DICE Processing Steps ________________ Processing scripts are included in the \SIR\SirProcess\ directory, which are well commented to give information about each processing step. If you have any questions, please contact S. Isabel Cordero. Scripts Requiring Modification for Processing: sirProcessConfig.m sirProcess.m 1. Ensure MatLab (2016 or newer) is properly installed on your local, or Linux machine. 2. Open sirProcessConfig.m and adjust the following Lines accordingly: 1. Line 53: Point toward the “trunk” directory which houses the data 2. Line 59: Adjust the Campaign Year to reflect the ROSETTA-Ice season of the data you intend to process (i.e. 20152016, 20162017, or 20172018) 3. Line 60: Adjust the IcePod Campaign ID of the data you intend to process 1. 20142015 = AN01 2. 20152016 = AN02 3. 20162017 = AN03 4. 20172018 = AN04 4. Line 61: Adjust the ROSETTA-Ice Project ID of the data you intend to process 1. 20152016 = RS01 2. 20162017 = RS02 3. 20172018 = RS03 5. Line 161: Add path for the “common/MatLab” directory from the GIT 6. Line 179: Select which ROSETTA-Ice Grid Lines you want to process. Or change to { ‘ all ’ } ; 7. Line 182: If necessary, change survey elevation to meet high flying needs. Average survey elevation is 2,500 feet. 8. Line 208: Enable or Disable Overwrite Output on an as needed basis. 3. Run sirProcess.m 1. Options for sirProcess.m configuration: 1. Comment out sirLineBreaker in order to decimate Flight data as is and disable ROSETTA-Ice Grid Line splitting. Run sirProcess to apply processing functions on Flight data. Processing should complete successfully. 4. Complete. Linux / Terminal / Putty / Command Line / etc * Modify sirProcessConfig.m according to the above instructions. Save changes, and exit when finished. * nano sirProcessConfig.m * Run sirProcess.m without opening a MatLab instance * nohup matlab -r “sirProcess, exit” >testProcessLogMMDDYY.txt< /dev /null&