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

<Deployment name="abbrv-deck-test" hibernate="false" comment="accelerated 6-month deployment">


  
  <!-- The Show: Each site takes bewteen 96 and 108 hours -->
  <Plan name="long-term deployment" sites="100">
  
    <VehicleCheckup />

    <MakeHeading name="100 degrees" desired_heading="100" />

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

    <!-- Sleep for 2 days after move -->
    <MoveForward name="10 meters" distance="2.1" sleep="3" take_images="TruE" image_interval="1.1" />

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

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

    <InsertChambers />

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

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

    <HomeChambers />

  </Plan>

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

</Deployment>
