<?xml version="1.0" encoding="UTF-8"?>

<Deployment name="pulse-73" hibernate="true" comment="Oct-2020 to Oct-2021 hibernating" voltage_limit="16">

  <!-- Oct 2020 - Oct 2021 -->
  <!-- About 180 sites max. Wakey board timeout set to 40 minutes. -->
  <!-- That means no combination of behaviors can last more than -->
  <!-- that or the wakey will pull the plug prematurely. -->

  <Plan name="launch" sites="1">

    <!-- Start with a quick nap, then wakeup and take a Fluoro pic to let -->
    <!-- everyone know the Rover is on full-auto -->

    <MoveForward name="pause" distance="0" sleep="3" take_images="false" />
    <FluoroImage prefix="StaM_7305_RoverFluoro_Launch" />
    <Launch duration="30" vent_duration="30" />

    <!-- I must be in the water. This is the equivalent of a 2.5hr Pause -->
    <MoveForward name="pause" distance="0" sleep="150" take_images="false" />

  </Plan>

  <!-- The Show: Each site takes bewteen 49 and 61 hours (Average ~2.25 days)-->
  <Plan name="long-term deployment" comment="450-days" sites="200">

    <VehicleCheckup />

    <MakeHeading name="45-degrees" desired_heading="45" />

    <!-- Wait up to 12 hours for favorable current -->
    <FavorableCurrent name="12-hour opposite" heading="opp" deviation="75" duration="730" sample_time="1" sample_interval="19" />

    <!-- 10m move -->
    <MoveForward name="10 meters" distance="10" sleep="60" take_images="true" image_interval="1.15" prefix="StaM_7305_RoverTransit"/>

    <!-- Capture images, measure oxygen concentration, capture images -->
    <FluoroImage prefix="StaM_7305_RoverFluoro" />

    <ChamberImages name="before" prefix="StaM_7305_RoverChmbr_Before" />

    <InsertChambers />

    <ChamberImages name="inserted" prefix="StaM_7305_RoverChmbr_Inserted" />

    <!-- 192 15-minute iterations  (48 hrs) -->
    <OptodeMeasure name="192x15 measure" iterations="192" duration="1" interval="14" />

    <ChamberImages name="after" prefix="StaM_7305_RoverChmbr_After" />

    <HomeChambers />

  </Plan>

  <!-- ==================================================== -->

  <!-- The After Show: Just in case we complete the main Show, -->
  <!-- hibernate for an hour, wake-up and take a pic for month -->
  <Plan name="Rover-Tripod" sites="700" >
    <MoveForward name="pause" distance="0" sleep="59" take_images="false" />
        
    <TransitImage prefix="StaM_7305_RoverCam" />
  </Plan>

</Deployment>
