Overview
To better understand how Calculated Channels work, let’s create one using the temperature Channel from the LEO dataset in Tutorial 1. Specifically, we will create a Calculated Channel that converts the camera_1.temperature Channel from Celsius to Fahrenheit.Create a Calculated Channel
- In Sift’s homepage, click the Calculated Channels tab.
- Click New Calculated Channel.
- In the Calculated Channel name box, enter the following:
- Replace
fl(infl_tutorial_6_calculated_channel) with your initials. - In the Asset list, select the Asset you created in Tutorial 1.
- In the Input Channels list, select the following Channel:
- camera_1.temperature
- In the Query (expression) box, enter the following:
$1), other Calculated Channels, constants, operators, and built-in functions. Before saving, you can preview the output to verify the expression behaves as expected.
- Click the Select Run(s) to preview tile.
- In the Runs table, click the name of the Run created in Tutorial 1.
- Click Preview 1 Runs.
- Click Save.