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

<Deployment name="carousel-run" hibernate="false" sim="">
  <Plan name="carousel-run" sites="20">
    
    <!-- Run through the carousel positions, take images, log flourometer data -->
    
    <MoveCarousel location="collection" />
    
    <Pause name="collection"  minutes="1" />
    
    <MeasureFluorometry name="Ref Fluorometry" dark_time="1000" ref_time="1000" />
    
    <MoveCarousel location="fluoro" />
    
    <MeasureFluorometry name="Fluorometry" lum_time="1000" flu_time="1000" phos_time="1000" write_log="true" />
    
    <MoveCarousel location="camera" />
    
    <FluoroImage prefix="TestTank_SES" />

    <Pause name="flow_thru"  minutes="1" />
   
    <HomeClean />
  </Plan>
</Deployment>
