<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0064_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0064_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-02/func/sub-0064_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>40dadb6694e5da6bbd7e7d784fb7f412</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:01:6.335000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998913, 0.0437386, 0.016128, -0.0444869, 0.997788, 0.0493986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.087227</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7717, -7235, 588, -97, -58, 27, 133]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dbaf6d18-f606-4000-8c53-ff111932ab05||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800100803375244, -0.11935500055551529, 0.037615496665239334, 118.99472045898438], [-0.1173473373055458, 2.6769919395446777, 0.13516847789287567, -91.03534698486328], [0.04327015578746796, -0.13253289461135864, 2.696352005004883, -59.009254455566406], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1298]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['090106.335000', '090106.795000', '090107.255000', '090107.715000', '090108.175000', '090108.635000', '090109.095000', '090109.555000', '090110.015000', '090110.475000', '090110.935000', '090111.395000', '090111.855000', '090112.315000', '090112.775000', '090113.235000', '090113.695000', '090114.155000', '090114.615000', '090115.075000', '090115.535000', '090115.995000', '090116.455000', '090116.915000', '090117.375000', '090117.835000', '090118.295000', '090118.755000', '090119.215000', '090119.675000', '090120.135000', '090120.595000', '090121.055000', '090121.515000', '090121.975000', '090122.435000', '090122.895000', '090123.355000', '090123.815000', '090124.275000', '090124.735000', '090125.195000', '090125.655000', '090126.115000', '090126.575000', '090127.035000', '090127.495000', '090127.955000', '090128.415000', '090128.875000', '090129.335000', '090129.795000', '090130.255000', '090130.715000', '090131.175000', '090131.635000', '090132.095000', '090132.555000', '090133.015000', '090133.475000', '090133.935000', '090134.395000', '090134.855000', '090135.315000', '090135.775000', '090136.235000', '090136.695000', '090137.155000', '090137.615000', '090138.075000', '090138.535000', '090138.995000', '090139.455000', '090139.915000', '090140.375000', '090140.835000', '090141.295000', '090141.755000', '090142.215000', '090142.675000', '090143.135000', '090143.595000', '090144.055000', '090144.515000', '090144.975000', '090145.435000', '090145.895000', '090146.355000', '090146.815000', '090147.275000', '090147.735000', '090148.195000', '090148.655000', '090149.115000', '090149.575000', '090150.035000', '090150.495000', '090150.955000', '090151.415000', '090151.875000', '090152.335000', '090152.795000', '090153.255000', '090153.715000', '090154.175000', '090154.635000', '090155.095000', '090155.555000', '090156.015000', '090156.475000', '090156.935000', '090157.395000', '090157.855000', '090158.315000', '090158.775000', '090159.235000', '090159.695000', '090200.155000', '090200.615000', '090201.075000', '090201.535000', '090201.995000', '090202.455000', '090202.915000', '090203.375000', '090203.835000', '090204.295000', '090204.755000', '090205.215000', '090205.675000', '090206.135000', '090206.595000', '090207.055000', '090207.515000', '090207.975000', '090208.435000', '090208.895000', '090209.355000', '090209.815000', '090210.275000', '090210.735000', '090211.195000', '090211.655000', '090212.115000', '090212.575000', '090213.035000', '090213.495000', '090213.955000', '090214.415000', '090214.875000', '090215.335000', '090215.795000', '090216.255000', '090216.715000', '090217.175000', '090217.635000', '090218.095000', '090218.555000', '090219.015000', '090219.475000', '090219.935000', '090220.395000', '090220.855000', '090221.315000', '090221.775000', '090222.235000', '090222.695000', '090223.155000', '090223.615000', '090224.075000', '090224.535000', '090224.995000', '090225.455000', '090225.915000', '090226.375000', '090226.835000', '090227.295000', '090227.755000', '090228.215000', '090228.675000', '090229.135000', '090229.595000', '090230.055000', '090230.515000', '090230.975000', '090231.435000', '090231.895000', '090232.355000', '090232.815000', '090233.275000', '090233.735000', '090234.195000', '090234.655000', '090235.115000', '090235.575000', '090236.035000', '090236.495000', '090236.955000', '090237.415000', '090237.875000', '090238.335000', '090238.795000', '090239.255000', '090239.715000', '090240.175000', '090240.635000', '090241.095000', '090241.555000', '090242.015000', '090242.475000', '090242.935000', '090243.395000', '090243.855000', '090244.315000', '090244.775000', '090245.235000', '090245.695000', '090246.155000', '090246.615000', '090247.075000', '090247.535000', '090247.995000', '090248.455000', '090248.915000', '090249.375000', '090249.835000', '090250.295000', '090250.755000', '090251.215000', '090251.675000', '090252.135000', '090252.595000', '090253.055000', '090253.515000', '090253.975000', '090254.435000', '090254.895000', '090255.355000', '090255.815000', '090256.275000', '090256.735000', '090257.195000', '090257.655000', '090258.115000', '090258.575000', '090259.035000', '090259.495000', '090259.955000', '090300.415000', '090300.875000', '090301.335000', '090301.795000', '090302.255000', '090302.715000', '090303.175000', '090303.635000', '090304.095000', '090304.555000', '090305.015000', '090305.475000', '090305.935000', '090306.395000', '090306.855000', '090307.315000', '090307.775000', '090308.235000', '090308.695000', '090309.155000', '090309.615000', '090310.075000', '090310.535000', '090310.995000', '090311.455000', '090311.915000', '090312.375000', '090312.835000', '090313.295000', '090313.755000', '090314.215000', '090314.675000', '090315.135000', '090315.595000', '090316.055000', '090316.515000', '090316.975000', '090317.435000', '090317.895000', '090318.355000', '090318.815000', '090319.275000', '090319.735000', '090320.195000', '090320.655000', '090321.115000', '090321.575000', '090322.035000', '090322.495000', '090322.955000', '090323.415000', '090323.875000', '090324.335000', '090324.795000', '090325.255000', '090325.715000', '090326.175000', '090326.635000', '090327.095000', '090327.555000', '090328.015000', '090328.475000', '090328.935000', '090329.395000', '090329.855000', '090330.315000', '090330.775000', '090331.235000', '090331.695000', '090332.155000', '090332.615000', '090333.075000', '090333.535000', '090333.995000', '090334.455000', '090334.915000', '090335.375000', '090335.835000', '090336.295000', '090336.755000', '090337.215000', '090337.675000', '090338.135000', '090338.595000', '090339.055000', '090339.515000', '090339.975000', '090340.435000', '090340.895000', '090341.355000', '090341.815000', '090342.275000', '090342.735000', '090343.195000', '090343.655000', '090344.115000', '090344.575000', '090345.035000', '090345.495000', '090345.955000', '090346.415000', '090346.875000', '090347.335000', '090347.795000', '090348.255000', '090348.715000', '090349.175000', '090349.635000', '090350.095000', '090350.555000', '090351.015000', '090351.475000', '090351.935000', '090352.395000', '090352.855000', '090353.315000', '090353.775000', '090354.235000', '090354.695000', '090355.155000', '090355.615000', '090356.075000', '090356.535000', '090356.995000', '090357.455000', '090357.915000', '090358.375000', '090358.835000', '090359.295000', '090359.755000', '090400.215000', '090400.675000', '090401.135000', '090401.595000', '090402.055000', '090402.515000', '090402.975000', '090403.435000', '090403.895000', '090404.355000', '090404.815000', '090405.275000', '090405.735000', '090406.195000', '090406.655000', '090407.115000', '090407.575000', '090408.035000', '090408.495000', '090408.955000', '090409.415000', '090409.875000', '090410.335000', '090410.795000', '090411.255000', '090411.715000', '090412.175000', '090412.635000', '090413.095000', '090413.555000', '090414.015000', '090414.475000', '090414.935000', '090415.395000', '090415.855000', '090416.315000', '090416.775000', '090417.235000', '090417.695000', '090418.155000', '090418.615000', '090419.075000', '090419.535000', '090419.995000', '090420.455000', '090420.915000', '090421.375000', '090421.835000', '090422.295000', '090422.755000', '090423.215000', '090423.675000', '090424.135000', '090424.595000', '090425.055000', '090425.515000', '090425.975000', '090426.435000', '090426.895000', '090427.355000', '090427.815000', '090428.275000', '090428.735000', '090429.195000', '090429.655000', '090430.115000', '090430.575000', '090431.035000', '090431.495000', '090431.955000', '090432.415000', '090432.875000', '090433.335000', '090433.795000', '090434.255000', '090434.715000', '090435.175000', '090435.635000', '090436.095000', '090436.555000', '090437.015000', '090437.475000', '090437.935000', '090438.395000', '090438.855000', '090439.315000', '090439.775000', '090440.235000', '090440.695000', '090441.155000', '090441.615000', '090442.075000', '090442.535000', '090442.995000', '090443.455000', '090443.915000', '090444.375000', '090444.835000', '090445.295000', '090445.755000', '090446.215000', '090446.675000', '090447.135000', '090447.595000', '090448.055000', '090448.515000', '090448.975000', '090449.435000', '090449.895000', '090450.355000', '090450.815000', '090451.275000', '090451.735000', '090452.195000', '090452.655000', '090453.115000', '090453.575000', '090454.035000', '090454.495000', '090454.955000', '090455.415000', '090455.875000', '090456.335000', '090456.795000', '090457.255000', '090457.715000', '090458.175000', '090458.635000', '090459.095000', '090459.555000', '090500.015000', '090500.475000', '090500.935000', '090501.395000', '090501.855000', '090502.315000', '090502.775000', '090503.235000', '090503.695000', '090504.155000', '090504.615000', '090505.075000', '090505.535000', '090505.995000', '090506.455000', '090506.915000', '090507.375000', '090507.835000', '090508.295000', '090508.755000', '090509.215000', '090509.675000', '090510.135000', '090510.595000', '090511.055000', '090511.515000', '090511.975000', '090512.435000', '090512.895000', '090513.355000', '090513.815000', '090514.275000', '090514.735000', '090515.195000', '090515.655000', '090516.115000', '090516.575000', '090517.035000', '090517.495000', '090517.955000', '090518.415000', '090518.875000', '090519.335000', '090519.795000', '090520.255000', '090520.715000', '090521.175000', '090521.635000', '090522.095000', '090522.555000', '090523.015000', '090523.475000', '090523.935000', '090524.395000', '090524.855000', '090525.315000', '090525.775000', '090526.235000', '090526.695000', '090527.155000', '090527.615000', '090528.075000', '090528.535000', '090528.995000', '090529.455000', '090529.915000', '090530.375000', '090530.835000', '090531.295000', '090531.755000', '090532.215000', '090532.675000', '090533.135000', '090533.595000', '090534.055000', '090534.515000', '090534.975000', '090535.435000', '090535.895000', '090536.355000', '090536.815000', '090537.275000', '090537.735000', '090538.195000', '090538.655000', '090539.115000', '090539.575000', '090540.035000', '090540.495000', '090540.955000', '090541.415000', '090541.875000', '090542.335000', '090542.795000', '090543.255000', '090543.715000', '090544.175000', '090544.635000', '090545.095000', '090545.555000', '090546.015000', '090546.475000', '090546.935000', '090547.395000', '090547.855000', '090548.315000', '090548.775000', '090549.235000', '090549.695000', '090550.155000', '090550.615000', '090551.075000', '090551.535000', '090551.995000', '090552.455000', '090552.915000', '090553.375000', '090553.835000', '090554.295000', '090554.755000', '090555.215000', '090555.675000', '090556.135000', '090556.595000', '090557.055000', '090557.515000', '090557.975000', '090558.435000', '090558.895000', '090559.355000', '090559.815000', '090600.275000', '090600.735000', '090601.195000', '090601.655000', '090602.115000', '090602.575000', '090603.035000', '090603.495000', '090603.955000', '090604.415000', '090604.875000', '090605.335000', '090605.795000', '090606.255000', '090606.715000', '090607.175000', '090607.635000', '090608.095000', '090608.555000', '090609.015000', '090609.475000', '090609.935000', '090610.395000', '090610.855000', '090611.315000', '090611.775000', '090612.235000', '090612.695000', '090613.155000', '090613.615000', '090614.075000', '090614.535000', '090614.995000', '090615.455000', '090615.915000', '090616.375000', '090616.835000', '090617.295000', '090617.755000', '090618.215000', '090618.675000', '090619.135000', '090619.595000', '090620.055000', '090620.515000', '090620.975000', '090621.435000', '090621.895000', '090622.355000', '090622.815000', '090623.275000', '090623.735000', '090624.195000', '090624.655000', '090625.115000', '090625.575000', '090626.035000', '090626.495000', '090626.955000', '090627.415000', '090627.875000', '090628.335000', '090628.795000', '090629.255000', '090629.715000', '090630.175000', '090630.635000', '090631.095000', '090631.555000', '090632.015000', '090632.475000', '090632.935000', '090633.395000', '090633.855000', '090634.315000', '090634.775000', '090635.235000', '090635.695000', '090636.155000', '090636.615000', '090637.075000', '090637.535000', '090637.995000', '090638.455000', '090638.915000', '090639.375000', '090639.835000', '090640.295000', '090640.755000', '090641.215000', '090641.675000', '090642.135000', '090642.595000', '090643.055000', '090643.515000', '090643.975000', '090644.435000', '090644.895000', '090645.355000', '090645.815000', '090646.275000', '090646.735000', '090647.195000', '090647.655000', '090648.115000', '090648.575000', '090649.035000', '090649.495000', '090649.955000', '090650.415000', '090650.875000', '090651.335000', '090651.795000', '090652.255000', '090652.715000', '090653.175000', '090653.635000', '090654.095000', '090654.555000', '090655.015000', '090655.475000', '090655.935000', '090656.395000', '090656.855000', '090657.315000', '090657.775000', '090658.235000', '090658.695000', '090659.155000', '090659.615000', '090700.075000', '090700.535000', '090700.995000', '090701.455000', '090701.915000', '090702.375000', '090702.835000', '090703.295000', '090703.755000', '090704.215000', '090704.675000', '090705.135000', '090705.595000', '090706.055000', '090706.515000', '090706.975000', '090707.435000', '090707.895000', '090708.355000', '090708.815000', '090709.275000', '090709.735000', '090710.195000', '090710.655000', '090711.115000', '090711.575000', '090712.035000', '090712.495000', '090712.955000', '090713.415000', '090713.875000', '090714.335000', '090714.795000', '090715.255000', '090715.715000', '090716.175000', '090716.635000', '090717.095000', '090717.555000', '090718.015000', '090718.475000', '090718.935000', '090719.395000', '090719.855000', '090720.315000', '090720.775000', '090721.235000', '090721.695000', '090722.155000', '090722.615000', '090723.075000', '090723.535000', '090723.995000', '090724.455000', '090724.915000', '090725.375000', '090725.835000', '090726.295000', '090726.755000', '090727.215000', '090727.675000', '090728.135000', '090728.595000', '090729.055000', '090729.515000', '090729.975000', '090730.435000', '090730.895000', '090731.355000', '090731.815000', '090732.275000', '090732.735000', '090733.195000', '090733.655000', '090734.115000', '090734.575000', '090735.035000', '090735.495000', '090735.955000', '090736.415000', '090736.875000', '090737.335000', '090737.795000', '090738.255000', '090738.715000', '090739.175000', '090739.635000', '090740.095000', '090740.555000', '090741.015000', '090741.475000', '090741.935000', '090742.395000', '090742.855000', '090743.315000', '090743.775000', '090744.235000', '090744.695000', '090745.155000', '090745.615000', '090746.075000', '090746.535000', '090746.995000', '090747.455000', '090747.915000', '090748.375000', '090748.835000', '090749.295000', '090749.755000', '090750.215000', '090750.675000', '090751.135000', '090751.595000', '090752.055000', '090752.515000', '090752.975000', '090753.435000', '090753.895000', '090754.355000', '090754.815000', '090755.275000', '090755.735000', '090756.195000', '090756.655000', '090757.115000', '090757.575000', '090758.035000', '090758.495000', '090758.955000', '090759.415000', '090759.875000', '090800.335000', '090800.795000', '090801.255000', '090801.715000', '090802.175000', '090802.635000', '090803.095000', '090803.555000', '090804.015000', '090804.475000', '090804.935000', '090805.395000', '090805.855000', '090806.315000', '090806.775000', '090807.235000', '090807.695000', '090808.155000', '090808.615000', '090809.075000', '090809.535000', '090809.995000', '090810.455000', '090810.915000', '090811.375000', '090811.835000', '090812.295000', '090812.755000', '090813.215000', '090813.675000', '090814.135000', '090814.595000', '090815.055000', '090815.515000', '090815.975000', '090816.435000', '090816.895000', '090817.355000', '090817.815000', '090818.275000', '090818.735000', '090819.195000', '090819.655000', '090820.115000', '090820.575000', '090821.035000', '090821.495000', '090821.955000', '090822.415000', '090822.875000', '090823.335000', '090823.795000', '090824.255000', '090824.715000', '090825.175000', '090825.635000', '090826.095000', '090826.555000', '090827.015000', '090827.475000', '090827.935000', '090828.395000', '090828.855000', '090829.315000', '090829.775000', '090830.235000', '090830.695000', '090831.155000', '090831.615000', '090832.075000', '090832.535000', '090832.995000', '090833.455000', '090833.915000', '090834.375000', '090834.835000', '090835.295000', '090835.755000', '090836.215000', '090836.675000', '090837.135000', '090837.595000', '090838.055000', '090838.515000', '090838.975000', '090839.435000', '090839.895000', '090840.355000', '090840.815000', '090841.275000', '090841.735000', '090842.195000', '090842.655000', '090843.115000', '090843.575000', '090844.035000', '090844.495000', '090844.955000', '090845.415000', '090845.875000', '090846.335000', '090846.795000', '090847.255000', '090847.715000', '090848.175000', '090848.635000', '090849.095000', '090849.555000', '090850.015000', '090850.475000', '090850.935000', '090851.395000', '090851.855000', '090852.315000', '090852.775000', '090853.235000', '090853.695000', '090854.155000', '090854.615000', '090855.075000', '090855.535000', '090855.995000', '090856.455000', '090856.915000', '090857.375000', '090857.835000', '090858.295000', '090858.755000', '090859.215000', '090859.675000', '090900.135000', '090900.595000', '090901.055000', '090901.515000', '090901.975000', '090902.435000', '090902.895000', '090903.355000', '090903.815000', '090904.275000', '090904.735000', '090905.195000', '090905.655000', '090906.115000', '090906.575000', '090907.035000', '090907.495000', '090907.955000', '090908.415000', '090908.875000', '090909.335000', '090909.795000', '090910.255000', '090910.715000', '090911.175000', '090911.635000', '090912.095000', '090912.555000', '090913.015000', '090913.475000', '090913.935000', '090914.395000', '090914.855000', '090915.315000', '090915.775000', '090916.235000', '090916.695000', '090917.155000', '090917.615000', '090918.075000', '090918.535000', '090918.995000', '090919.455000', '090919.915000', '090920.375000', '090920.835000', '090921.295000', '090921.755000', '090922.215000', '090922.675000', '090923.135000', '090923.595000', '090924.055000', '090924.515000', '090924.975000', '090925.435000', '090925.895000', '090926.355000', '090926.815000', '090927.275000', '090927.735000', '090928.195000', '090928.655000', '090929.115000', '090929.575000', '090930.035000', '090930.495000', '090930.955000', '090931.415000', '090931.875000', '090932.335000', '090932.795000', '090933.255000', '090933.715000', '090934.175000', '090934.635000', '090935.095000', '090935.555000', '090936.015000', '090936.475000', '090936.935000', '090937.395000', '090937.855000', '090938.315000', '090938.775000', '090939.235000', '090939.695000', '090940.155000', '090940.615000', '090941.075000', '090941.535000', '090941.995000', '090942.455000', '090942.915000', '090943.375000', '090943.835000', '090944.295000', '090944.755000', '090945.215000', '090945.675000', '090946.135000', '090946.595000', '090947.055000', '090947.515000', '090947.975000', '090948.435000', '090948.895000', '090949.355000', '090949.815000', '090950.275000', '090950.735000', '090951.195000', '090951.655000', '090952.115000', '090952.575000', '090953.035000', '090953.495000', '090953.955000', '090954.415000', '090954.875000', '090955.335000', '090955.795000', '090956.255000', '090956.715000', '090957.175000', '090957.635000', '090958.095000', '090958.555000', '090959.015000', '090959.475000', '090959.935000', '091000.395000', '091000.855000', '091001.315000', '091001.775000', '091002.235000', '091002.695000', '091003.155000', '091003.615000', '091004.075000', '091004.535000', '091004.995000', '091005.455000', '091005.915000', '091006.375000', '091006.835000', '091007.295000', '091007.755000', '091008.215000', '091008.675000', '091009.135000', '091009.595000', '091010.055000', '091010.515000', '091010.975000', '091011.435000', '091011.895000', '091012.355000', '091012.815000', '091013.275000', '091013.735000', '091014.195000', '091014.655000', '091015.115000', '091015.575000', '091016.035000', '091016.495000', '091016.955000', '091017.415000', '091017.875000', '091018.335000', '091018.795000', '091019.255000', '091019.715000', '091020.175000', '091020.635000', '091021.095000', '091021.555000', '091022.015000', '091022.475000', '091022.935000', '091023.395000', '091023.855000', '091024.315000', '091024.775000', '091025.235000', '091025.695000', '091026.155000', '091026.615000', '091027.075000', '091027.535000', '091027.995000', '091028.455000', '091028.915000', '091029.375000', '091029.835000', '091030.295000', '091030.755000', '091031.215000', '091031.675000', '091032.135000', '091032.595000', '091033.055000', '091033.515000', '091033.975000', '091034.435000', '091034.895000', '091035.355000', '091035.815000', '091036.275000', '091036.735000', '091037.195000', '091037.655000', '091038.115000', '091038.575000', '091039.035000', '091039.495000', '091039.955000', '091040.415000', '091040.875000', '091041.335000', '091041.795000', '091042.255000', '091042.715000', '091043.175000', '091043.635000', '091044.095000', '091044.555000', '091045.015000', '091045.475000', '091045.935000', '091046.395000', '091046.855000', '091047.315000', '091047.775000', '091048.235000', '091048.695000', '091049.155000', '091049.615000', '091050.075000', '091050.535000', '091050.995000', '091051.455000', '091051.915000', '091052.375000', '091052.835000', '091053.295000', '091053.755000', '091054.215000', '091054.675000', '091055.135000', '091055.595000', '091056.055000', '091056.515000', '091056.975000', '091057.435000', '091057.895000', '091058.355000', '091058.815000', '091059.275000', '091059.735000', '091100.195000', '091100.655000', '091101.115000', '091101.575000', '091102.035000', '091102.495000', '091102.955000'], 'ContentTime': ['090129.470000', '090129.473000', '090129.476000', '090129.478000', '090129.481000', '090129.484000', '090129.486000', '090129.489000', '090129.491000', '090129.494000', '090129.497000', '090129.499000', '090129.502000', '090129.504000', '090129.507000', '090129.510000', '090129.512000', '090129.515000', '090129.518000', '090129.520000', '090129.523000', '090129.525000', '090129.528000', '090129.531000', '090129.533000', '090129.536000', '090129.538000', '090129.541000', '090129.543000', '090129.546000', '090129.549000', '090129.551000', '090129.554000', '090129.556000', '090129.559000', '090129.562000', '090129.564000', '090129.567000', '090129.570000', '090129.572000', '090129.575000', '090129.581000', '090129.584000', '090129.587000', '090129.589000', '090129.592000', '090129.595000', '090149.440000', '090149.443000', '090149.446000', '090149.448000', '090149.451000', '090149.454000', '090149.457000', '090149.459000', '090149.462000', '090149.464000', '090149.467000', '090149.470000', '090149.472000', '090149.475000', '090149.477000', '090149.480000', '090149.483000', '090149.485000', '090149.488000', '090149.490000', '090149.493000', '090149.496000', '090149.498000', '090149.501000', '090149.504000', '090149.506000', '090149.509000', '090149.511000', '090149.514000', '090149.517000', '090149.519000', '090149.522000', '090149.525000', '090149.528000', '090149.531000', '090149.534000', '090149.537000', '090149.543000', '090149.546000', '090149.548000', '090149.551000', '090149.553000', '090149.556000', '090209.441000', '090209.444000', '090209.446000', '090209.449000', '090209.452000', '090209.454000', '090209.457000', '090209.460000', '090209.462000', '090209.465000', '090209.467000', '090209.470000', '090209.473000', '090209.475000', '090209.478000', '090209.480000', '090209.483000', '090209.486000', '090209.488000', '090209.491000', '090209.493000', '090209.496000', '090209.499000', '090209.502000', '090209.504000', '090209.507000', '090209.510000', '090209.512000', '090209.515000', '090209.517000', '090209.520000', '090209.523000', '090209.525000', '090209.528000', '090209.531000', '090209.533000', '090209.536000', '090209.538000', '090209.549000', '090209.551000', '090209.554000', '090209.557000', '090209.559000', '090209.562000', '090229.440000', '090229.443000', '090229.446000', '090229.449000', '090229.451000', '090229.454000', '090229.457000', '090229.459000', '090229.469000', '090229.471000', '090229.474000', '090229.477000', '090229.479000', '090229.482000', '090229.484000', '090229.487000', '090229.490000', '090229.492000', '090229.495000', '090229.498000', '090229.500000', '090229.503000', '090229.505000', '090229.508000', '090229.511000', '090229.513000', '090229.516000', '090229.519000', '090229.521000', '090229.524000', '090229.526000', '090229.529000', '090229.532000', '090229.537000', '090229.539000', '090229.542000', '090229.544000', '090229.547000', '090229.550000', '090229.553000', '090229.556000', '090229.559000', '090229.561000', '090249.439000', '090249.442000', '090249.445000', '090249.447000', '090249.450000', '090249.453000', '090249.456000', '090249.458000', '090249.461000', '090249.463000', '090249.466000', '090249.469000', '090249.471000', '090249.474000', '090249.476000', '090249.479000', '090249.482000', '090249.484000', '090249.496000', '090249.499000', '090249.501000', '090249.504000', '090249.507000', '090249.509000', '090249.512000', '090249.515000', '090249.517000', '090249.520000', '090249.522000', '090249.525000', '090249.527000', '090249.530000', '090249.533000', '090249.535000', '090249.538000', '090249.541000', '090249.543000', '090249.546000', '090249.548000', '090249.551000', '090249.554000', '090249.556000', '090249.559000', '090249.561000', '090309.441000', '090309.443000', '090309.446000', '090309.449000', '090309.452000', '090309.454000', '090309.457000', '090309.460000', '090309.463000', '090309.465000', '090309.468000', '090309.470000', '090309.473000', '090309.476000', '090309.478000', '090309.481000', '090309.484000', '090309.486000', '090309.489000', '090309.492000', '090309.494000', '090309.497000', '090309.500000', '090309.502000', '090309.505000', '090309.507000', '090309.510000', '090309.513000', '090309.515000', '090309.518000', '090309.521000', '090309.523000', '090309.526000', '090309.528000', '090309.531000', '090309.534000', '090309.536000', '090309.539000', '090309.542000', '090309.544000', '090309.547000', '090309.549000', '090309.552000', '090329.440000', '090329.443000', '090329.446000', '090329.449000', '090329.452000', '090329.455000', '090329.457000', '090329.460000', '090329.463000', '090329.465000', '090329.468000', '090329.471000', '090329.473000', '090329.476000', '090329.478000', '090329.481000', '090329.484000', '090329.486000', '090329.489000', '090329.492000', '090329.494000', '090329.497000', '090329.500000', '090329.502000', '090329.505000', '090329.507000', '090329.510000', '090329.513000', '090329.515000', '090329.518000', '090329.520000', '090329.523000', '090329.526000', '090329.529000', '090329.531000', '090329.534000', '090329.536000', '090329.539000', '090329.542000', '090329.544000', '090329.547000', '090329.549000', '090329.552000', '090329.555000', '090349.441000', '090349.444000', '090349.446000', '090349.449000', '090349.451000', '090349.454000', '090349.457000', '090349.459000', '090349.462000', '090349.465000', '090349.467000', '090349.470000', '090349.472000', '090349.475000', '090349.478000', '090349.480000', '090349.483000', '090349.486000', '090349.488000', '090349.491000', '090349.493000', '090349.496000', '090349.499000', '090349.501000', '090349.504000', '090349.507000', '090349.509000', '090349.512000', '090349.514000', '090349.517000', '090349.520000', '090349.522000', '090349.525000', '090349.528000', '090349.530000', '090349.533000', '090349.535000', '090349.538000', '090349.541000', '090349.543000', '090349.546000', '090349.549000', '090349.551000', '090409.440000', '090409.443000', '090409.446000', '090409.448000', '090409.451000', '090409.454000', '090409.456000', '090409.459000', '090409.461000', '090409.464000', '090409.467000', '090409.469000', '090409.472000', '090409.474000', '090409.477000', '090409.480000', '090409.482000', '090409.485000', '090409.488000', '090409.490000', '090409.493000', '090409.496000', '090409.498000', '090409.501000', '090409.503000', '090409.506000', '090409.509000', '090409.512000', '090409.514000', '090409.517000', '090409.519000', '090409.522000', '090409.525000', '090409.527000', '090409.530000', '090409.532000', '090409.535000', '090409.538000', '090409.540000', '090409.543000', '090409.546000', '090409.548000', '090409.551000', '090409.553000', '090429.441000', '090429.443000', '090429.446000', '090429.449000', '090429.452000', '090429.454000', '090429.457000', '090429.459000', '090429.462000', '090429.465000', '090429.467000', '090429.470000', '090429.473000', '090429.475000', '090429.478000', '090429.480000', '090429.483000', '090429.486000', '090429.488000', '090429.491000', '090429.494000', '090429.496000', '090429.499000', '090429.501000', '090429.504000', '090429.507000', '090429.509000', '090429.512000', '090429.514000', '090429.517000', '090429.520000', '090429.522000', '090429.525000', '090429.528000', '090429.530000', '090429.533000', '090429.535000', '090429.538000', '090429.540000', '090429.543000', '090429.546000', '090429.548000', '090429.551000', '090449.440000', '090449.444000', '090449.446000', '090449.449000', '090449.451000', '090449.454000', '090449.457000', '090449.459000', '090449.462000', '090449.465000', '090449.467000', '090449.470000', '090449.472000', '090449.475000', '090449.478000', '090449.480000', '090449.483000', '090449.486000', '090449.488000', '090449.491000', '090449.494000', '090449.496000', '090449.499000', '090449.502000', '090449.504000', '090449.512000', '090449.514000', '090449.517000', '090449.520000', '090449.522000', '090449.525000', '090449.527000', '090449.530000', '090449.533000', '090449.535000', '090449.538000', '090449.541000', '090449.543000', '090449.546000', '090449.548000', '090449.551000', '090449.554000', '090449.556000', '090449.567000', '090509.440000', '090509.442000', '090509.445000', '090509.448000', '090509.451000', '090509.453000', '090509.456000', '090509.458000', '090509.461000', '090509.464000', '090509.466000', '090509.469000', '090509.472000', '090509.474000', '090509.477000', '090509.480000', '090509.482000', '090509.485000', '090509.487000', '090509.490000', '090509.493000', '090509.495000', '090509.498000', '090509.501000', '090509.503000', '090509.506000', '090509.509000', '090509.511000', '090509.514000', '090509.517000', '090509.519000', '090509.522000', '090509.524000', '090509.527000', '090509.530000', '090509.532000', '090509.535000', '090509.537000', '090509.540000', '090509.543000', '090509.545000', '090509.548000', '090509.550000', '090529.441000', '090529.444000', '090529.446000', '090529.449000', '090529.451000', '090529.454000', '090529.457000', '090529.459000', '090529.462000', '090529.465000', '090529.467000', '090529.470000', '090529.473000', '090529.475000', '090529.478000', '090529.481000', '090529.483000', '090529.486000', '090529.489000', '090529.491000', '090529.494000', '090529.497000', '090529.499000', '090529.502000', '090529.504000', '090529.507000', '090529.510000', '090529.512000', '090529.515000', '090529.518000', '090529.520000', '090529.523000', '090529.526000', '090529.528000', '090529.531000', '090529.533000', '090529.536000', '090529.539000', '090529.541000', '090529.544000', '090529.547000', '090529.549000', '090529.552000', '090529.554000', '090549.440000', '090549.443000', '090549.447000', '090549.450000', '090549.452000', '090549.455000', '090549.458000', '090549.460000', '090549.463000', '090549.466000', '090549.468000', '090549.471000', '090549.474000', '090549.476000', '090549.479000', '090549.482000', '090549.484000', '090549.487000', '090549.489000', '090549.492000', '090549.495000', '090549.497000', '090549.500000', '090549.503000', '090549.505000', '090549.508000', '090549.511000', '090549.513000', '090549.516000', '090549.519000', '090549.521000', '090549.524000', '090549.527000', '090549.529000', '090549.532000', '090549.534000', '090549.537000', '090549.540000', '090549.542000', '090549.545000', '090549.548000', '090549.550000', '090549.553000', '090609.441000', '090609.444000', '090609.446000', '090609.449000', '090609.452000', '090609.454000', '090609.457000', '090609.459000', '090609.462000', '090609.465000', '090609.467000', '090609.470000', '090609.473000', '090609.475000', '090609.478000', '090609.481000', '090609.483000', '090609.486000', '090609.489000', '090609.491000', '090609.494000', '090609.497000', '090609.499000', '090609.502000', '090609.505000', '090609.507000', '090609.510000', '090609.513000', '090609.515000', '090609.518000', '090609.520000', '090609.523000', '090609.526000', '090609.528000', '090609.531000', '090609.534000', '090609.537000', '090609.540000', '090609.543000', '090609.546000', '090609.548000', '090609.551000', '090609.554000', '090629.441000', '090629.443000', '090629.446000', '090629.449000', '090629.451000', '090629.454000', '090629.457000', '090629.459000', '090629.462000', '090629.465000', '090629.467000', '090629.470000', '090629.472000', '090629.475000', '090629.478000', '090629.480000', '090629.483000', '090629.486000', '090629.488000', '090629.491000', '090629.493000', '090629.496000', '090629.499000', '090629.501000', '090629.504000', '090629.507000', '090629.509000', '090629.512000', '090629.515000', '090629.517000', '090629.520000', '090629.523000', '090629.525000', '090629.528000', '090629.530000', '090629.533000', '090629.536000', '090629.538000', '090629.541000', '090629.543000', '090629.546000', '090629.549000', '090629.551000', '090629.554000', '090649.441000', '090649.443000', '090649.446000', '090649.449000', '090649.452000', '090649.454000', '090649.457000', '090649.460000', '090649.462000', '090649.465000', '090649.468000', '090649.470000', '090649.473000', '090649.476000', '090649.479000', '090649.481000', '090649.484000', '090649.487000', '090649.489000', '090649.492000', '090649.495000', '090649.497000', '090649.500000', '090649.503000', '090649.505000', '090649.508000', '090649.511000', '090649.513000', '090649.516000', '090649.518000', '090649.521000', '090649.524000', '090649.526000', '090649.529000', '090649.532000', '090649.534000', '090649.537000', '090649.540000', '090649.542000', '090649.545000', '090649.548000', '090649.550000', '090649.553000', '090649.556000', '090709.441000', '090709.443000', '090709.446000', '090709.449000', '090709.451000', '090709.454000', '090709.457000', '090709.459000', '090709.462000', '090709.465000', '090709.467000', '090709.470000', '090709.473000', '090709.475000', '090709.478000', '090709.480000', '090709.483000', '090709.486000', '090709.489000', '090709.491000', '090709.494000', '090709.496000', '090709.499000', '090709.502000', '090709.504000', '090709.507000', '090709.510000', '090709.512000', '090709.517000', '090709.519000', '090709.522000', '090709.525000', '090709.527000', '090709.530000', '090709.532000', '090709.535000', '090709.538000', '090709.541000', '090709.543000', '090709.546000', '090709.549000', '090709.551000', '090709.554000', '090729.440000', '090729.442000', '090729.445000', '090729.448000', '090729.451000', '090729.453000', '090729.456000', '090729.459000', '090729.462000', '090729.464000', '090729.467000', '090729.470000', '090729.473000', '090729.476000', '090729.479000', '090729.481000', '090729.484000', '090729.487000', '090729.489000', '090729.492000', '090729.495000', '090729.497000', '090729.500000', '090729.502000', '090729.505000', '090729.508000', '090729.510000', '090729.513000', '090729.516000', '090729.518000', '090729.521000', '090729.523000', '090729.526000', '090729.529000', '090729.531000', '090729.534000', '090729.537000', '090729.539000', '090729.542000', '090729.545000', '090729.547000', '090729.550000', '090729.552000', '090749.441000', '090749.443000', '090749.446000', '090749.449000', '090749.452000', '090749.454000', '090749.457000', '090749.459000', '090749.462000', '090749.465000', '090749.467000', '090749.470000', '090749.473000', '090749.475000', '090749.478000', '090749.481000', '090749.483000', '090749.486000', '090749.488000', '090749.491000', '090749.494000', '090749.496000', '090749.526000', '090749.529000', '090749.532000', '090749.534000', '090749.537000', '090749.540000', '090749.542000', '090749.545000', '090749.548000', '090749.550000', '090749.553000', '090749.556000', '090749.558000', '090749.561000', '090749.563000', '090749.566000', '090749.569000', '090749.571000', '090749.574000', '090749.577000', '090749.579000', '090749.582000', '090809.441000', '090809.444000', '090809.447000', '090809.449000', '090809.452000', '090809.454000', '090809.457000', '090809.460000', '090809.463000', '090809.465000', '090809.468000', '090809.471000', '090809.473000', '090809.476000', '090809.478000', '090809.481000', '090809.484000', '090809.486000', '090809.489000', '090809.491000', '090809.494000', '090809.497000', '090809.500000', '090809.502000', '090809.505000', '090809.507000', '090809.510000', '090809.513000', '090809.515000', '090809.518000', '090809.521000', '090809.523000', '090809.526000', '090809.529000', '090809.531000', '090809.534000', '090809.537000', '090809.539000', '090809.542000', '090809.545000', '090809.547000', '090809.550000', '090809.553000', '090829.440000', '090829.443000', '090829.446000', '090829.449000', '090829.452000', '090829.454000', '090829.457000', '090829.459000', '090829.462000', '090829.465000', '090829.467000', '090829.470000', '090829.473000', '090829.475000', '090829.478000', '090829.481000', '090829.484000', '090829.486000', '090829.489000', '090829.492000', '090829.494000', '090829.497000', '090829.499000', '090829.502000', '090829.505000', '090829.507000', '090829.510000', '090829.513000', '090829.515000', '090829.518000', '090829.520000', '090829.523000', '090829.526000', '090829.528000', '090829.531000', '090829.534000', '090829.536000', '090829.539000', '090829.541000', '090829.544000', '090829.547000', '090829.549000', '090829.552000', '090829.555000', '090849.440000', '090849.444000', '090849.446000', '090849.449000', '090849.452000', '090849.455000', '090849.457000', '090849.460000', '090849.462000', '090849.465000', '090849.468000', '090849.471000', '090849.473000', '090849.476000', '090849.479000', '090849.482000', '090849.485000', '090849.487000', '090849.490000', '090849.493000', '090849.496000', '090849.498000', '090849.501000', '090849.504000', '090849.506000', '090849.509000', '090849.512000', '090849.515000', '090849.518000', '090849.521000', '090849.524000', '090849.526000', '090849.529000', '090849.532000', '090849.534000', '090849.537000', '090849.540000', '090849.542000', '090849.545000', '090849.547000', '090849.550000', '090849.553000', '090849.555000', '090909.441000', '090909.444000', '090909.447000', '090909.449000', '090909.452000', '090909.455000', '090909.457000', '090909.460000', '090909.463000', '090909.465000', '090909.468000', '090909.471000', '090909.473000', '090909.476000', '090909.478000', '090909.481000', '090909.484000', '090909.486000', '090909.503000', '090909.505000', '090909.508000', '090909.511000', '090909.513000', '090909.516000', '090909.519000', '090909.521000', '090909.524000', '090909.527000', '090909.529000', '090909.532000', '090909.535000', '090909.537000', '090909.540000', '090909.542000', '090909.545000', '090909.548000', '090909.550000', '090909.553000', '090909.556000', '090909.558000', '090909.561000', '090909.563000', '090909.566000', '090909.569000', '090929.441000', '090929.443000', '090929.446000', '090929.449000', '090929.452000', '090929.455000', '090929.458000', '090929.460000', '090929.463000', '090929.466000', '090929.468000', '090929.471000', '090929.473000', '090929.476000', '090929.479000', '090929.481000', '090929.484000', '090929.487000', '090929.490000', '090929.493000', '090929.502000', '090929.505000', '090929.507000', '090929.510000', '090929.513000', '090929.515000', '090929.518000', '090929.521000', '090929.523000', '090929.526000', '090929.529000', '090929.531000', '090929.534000', '090929.536000', '090929.539000', '090929.542000', '090929.544000', '090929.547000', '090929.550000', '090929.552000', '090929.555000', '090929.558000', '090929.560000', '090949.440000', '090949.443000', '090949.445000', '090949.448000', '090949.450000', '090949.453000', '090949.456000', '090949.458000', '090949.461000', '090949.464000', '090949.466000', '090949.469000', '090949.471000', '090949.474000', '090949.477000', '090949.479000', '090949.482000', '090949.485000', '090949.487000', '090949.490000', '090949.493000', '090949.495000', '090949.498000', '090949.501000', '090949.503000', '090949.506000', '090949.509000', '090949.511000', '090949.514000', '090949.517000', '090949.519000', '090949.522000', '090949.524000', '090949.527000', '090949.530000', '090949.532000', '090949.535000', '090949.538000', '090949.540000', '090949.543000', '090949.546000', '090949.548000', '090949.551000', '090949.554000', '091009.440000', '091009.443000', '091009.446000', '091009.449000', '091009.451000', '091009.454000', '091009.457000', '091009.459000', '091009.462000', '091009.465000', '091009.467000', '091009.470000', '091009.473000', '091009.475000', '091009.478000', '091009.481000', '091009.483000', '091009.486000', '091009.488000', '091009.491000', '091009.494000', '091009.496000', '091009.499000', '091009.502000', '091009.504000', '091009.507000', '091009.509000', '091009.512000', '091009.515000', '091009.518000', '091009.521000', '091009.524000', '091009.527000', '091009.530000', '091009.532000', '091009.535000', '091009.537000', '091009.540000', '091009.543000', '091009.545000', '091009.548000', '091009.551000', '091009.554000', '091029.441000', '091029.458000', '091029.461000', '091029.463000', '091029.467000', '091029.469000', '091029.472000', '091029.474000', '091029.477000', '091029.480000', '091029.482000', '091029.485000', '091029.491000', '091029.494000', '091029.496000', '091029.499000', '091029.502000', '091029.504000', '091029.507000', '091029.510000', '091029.512000', '091029.515000', '091029.518000', '091029.520000', '091029.523000', '091029.526000', '091029.528000', '091029.531000', '091029.534000', '091029.536000', '091029.539000', '091029.541000', '091029.544000', '091029.547000', '091029.549000', '091029.552000', '091029.555000', '091029.557000', '091029.560000', '091029.562000', '091029.565000', '091029.568000', '091029.570000', '091029.573000', '091049.441000', '091049.443000', '091049.447000', '091049.449000', '091049.452000', '091049.454000', '091049.457000', '091049.460000', '091049.462000', '091049.465000', '091049.468000', '091049.470000', '091049.473000', '091049.475000', '091049.478000', '091049.481000', '091049.483000', '091049.486000', '091049.489000', '091049.491000', '091049.494000', '091049.497000', '091049.499000', '091049.502000', '091049.504000', '091049.507000', '091049.510000', '091049.512000', '091049.515000', '091049.518000', '091049.520000', '091049.523000', '091049.525000', '091049.528000', '091049.531000', '091049.533000', '091049.536000', '091049.539000', '091049.541000', '091049.544000', '091049.547000', '091049.550000', '091049.552000', '091104.692000', '091104.695000', '091104.698000', '091104.701000', '091104.704000', '091104.707000', '091104.710000', '091104.712000', '091104.715000', '091104.718000', '091104.721000', '091104.724000', '091104.727000', '091104.730000', '091104.733000', '091104.736000', '091104.738000', '091104.741000', '091104.744000', '091104.747000', '091104.749000', '091104.752000', '091104.755000', '091104.757000', '091104.760000', '091104.763000', '091104.766000', '091104.768000', '091104.771000', '091104.774000', '091104.776000', '091104.779000', '091104.782000', '091104.785000'], 'InstanceCreationTime': ['090129.470000', '090129.473000', '090129.476000', '090129.478000', '090129.481000', '090129.484000', '090129.486000', '090129.489000', '090129.491000', '090129.494000', '090129.497000', '090129.499000', '090129.502000', '090129.504000', '090129.507000', '090129.510000', '090129.512000', '090129.515000', '090129.518000', '090129.520000', '090129.523000', '090129.525000', '090129.528000', '090129.531000', '090129.533000', '090129.536000', '090129.538000', '090129.541000', '090129.543000', '090129.546000', '090129.549000', '090129.551000', '090129.554000', '090129.556000', '090129.559000', '090129.562000', '090129.564000', '090129.567000', '090129.570000', '090129.572000', '090129.575000', '090129.581000', '090129.584000', '090129.587000', '090129.589000', '090129.592000', '090129.595000', '090149.440000', '090149.443000', '090149.446000', '090149.448000', '090149.451000', '090149.454000', '090149.457000', '090149.459000', '090149.462000', '090149.464000', '090149.467000', '090149.470000', '090149.472000', '090149.475000', '090149.477000', '090149.480000', '090149.483000', '090149.485000', '090149.488000', '090149.490000', '090149.493000', '090149.496000', '090149.498000', '090149.501000', '090149.504000', '090149.506000', '090149.509000', '090149.511000', '090149.514000', '090149.517000', '090149.519000', '090149.522000', '090149.525000', '090149.528000', '090149.531000', '090149.534000', '090149.537000', '090149.543000', '090149.546000', '090149.548000', '090149.551000', '090149.553000', '090149.556000', '090209.441000', '090209.444000', '090209.446000', '090209.449000', '090209.452000', '090209.454000', '090209.457000', '090209.460000', '090209.462000', '090209.465000', '090209.467000', '090209.470000', '090209.473000', '090209.475000', '090209.478000', '090209.480000', '090209.483000', '090209.486000', '090209.488000', '090209.491000', '090209.493000', '090209.496000', '090209.499000', '090209.502000', '090209.504000', '090209.507000', '090209.510000', '090209.512000', '090209.515000', '090209.517000', '090209.520000', '090209.523000', '090209.525000', '090209.528000', '090209.531000', '090209.533000', '090209.536000', '090209.538000', '090209.549000', '090209.551000', '090209.554000', '090209.557000', '090209.559000', '090209.562000', '090229.440000', '090229.443000', '090229.446000', '090229.449000', '090229.451000', '090229.454000', '090229.457000', '090229.459000', '090229.469000', '090229.471000', '090229.474000', '090229.477000', '090229.479000', '090229.482000', '090229.484000', '090229.487000', '090229.490000', '090229.492000', '090229.495000', '090229.498000', '090229.500000', '090229.503000', '090229.505000', '090229.508000', '090229.511000', '090229.513000', '090229.516000', '090229.519000', '090229.521000', '090229.524000', '090229.526000', '090229.529000', '090229.532000', '090229.537000', '090229.539000', '090229.542000', '090229.544000', '090229.547000', '090229.550000', '090229.553000', '090229.556000', '090229.559000', '090229.561000', '090249.439000', '090249.442000', '090249.445000', '090249.447000', '090249.450000', '090249.453000', '090249.456000', '090249.458000', '090249.461000', '090249.463000', '090249.466000', '090249.469000', '090249.471000', '090249.474000', '090249.476000', '090249.479000', '090249.482000', '090249.484000', '090249.496000', '090249.499000', '090249.501000', '090249.504000', '090249.507000', '090249.509000', '090249.512000', '090249.515000', '090249.517000', '090249.520000', '090249.522000', '090249.525000', '090249.527000', '090249.530000', '090249.533000', '090249.535000', '090249.538000', '090249.541000', '090249.543000', '090249.546000', '090249.548000', '090249.551000', '090249.554000', '090249.556000', '090249.559000', '090249.561000', '090309.441000', '090309.443000', '090309.446000', '090309.449000', '090309.452000', '090309.454000', '090309.457000', '090309.460000', '090309.463000', '090309.465000', '090309.468000', '090309.470000', '090309.473000', '090309.476000', '090309.478000', '090309.481000', '090309.484000', '090309.486000', '090309.489000', '090309.492000', '090309.494000', '090309.497000', '090309.500000', '090309.502000', '090309.505000', '090309.507000', '090309.510000', '090309.513000', '090309.515000', '090309.518000', '090309.521000', '090309.523000', '090309.526000', '090309.528000', '090309.531000', '090309.534000', '090309.536000', '090309.539000', '090309.542000', '090309.544000', '090309.547000', '090309.549000', '090309.552000', '090329.440000', '090329.443000', '090329.446000', '090329.449000', '090329.452000', '090329.455000', '090329.457000', '090329.460000', '090329.463000', '090329.465000', '090329.468000', '090329.471000', '090329.473000', '090329.476000', '090329.478000', '090329.481000', '090329.484000', '090329.486000', '090329.489000', '090329.492000', '090329.494000', '090329.497000', '090329.500000', '090329.502000', '090329.505000', '090329.507000', '090329.510000', '090329.513000', '090329.515000', '090329.518000', '090329.520000', '090329.523000', '090329.526000', '090329.529000', '090329.531000', '090329.534000', '090329.536000', '090329.539000', '090329.542000', '090329.544000', '090329.547000', '090329.549000', '090329.552000', '090329.555000', '090349.441000', '090349.444000', '090349.446000', '090349.449000', '090349.451000', '090349.454000', '090349.457000', '090349.459000', '090349.462000', '090349.465000', '090349.467000', '090349.470000', '090349.472000', '090349.475000', '090349.478000', '090349.480000', '090349.483000', '090349.486000', '090349.488000', '090349.491000', '090349.493000', '090349.496000', '090349.499000', '090349.501000', '090349.504000', '090349.507000', '090349.509000', '090349.512000', '090349.514000', '090349.517000', '090349.520000', '090349.522000', '090349.525000', '090349.528000', '090349.530000', '090349.533000', '090349.535000', '090349.538000', '090349.541000', '090349.543000', '090349.546000', '090349.549000', '090349.551000', '090409.440000', '090409.443000', '090409.446000', '090409.448000', '090409.451000', '090409.454000', '090409.456000', '090409.459000', '090409.461000', '090409.464000', '090409.467000', '090409.469000', '090409.472000', '090409.474000', '090409.477000', '090409.480000', '090409.482000', '090409.485000', '090409.488000', '090409.490000', '090409.493000', '090409.496000', '090409.498000', '090409.501000', '090409.503000', '090409.506000', '090409.509000', '090409.512000', '090409.514000', '090409.517000', '090409.519000', '090409.522000', '090409.525000', '090409.527000', '090409.530000', '090409.532000', '090409.535000', '090409.538000', '090409.540000', '090409.543000', '090409.546000', '090409.548000', '090409.551000', '090409.553000', '090429.441000', '090429.443000', '090429.446000', '090429.449000', '090429.452000', '090429.454000', '090429.457000', '090429.459000', '090429.462000', '090429.465000', '090429.467000', '090429.470000', '090429.473000', '090429.475000', '090429.478000', '090429.480000', '090429.483000', '090429.486000', '090429.488000', '090429.491000', '090429.494000', '090429.496000', '090429.499000', '090429.501000', '090429.504000', '090429.507000', '090429.509000', '090429.512000', '090429.514000', '090429.517000', '090429.520000', '090429.522000', '090429.525000', '090429.528000', '090429.530000', '090429.533000', '090429.535000', '090429.538000', '090429.540000', '090429.543000', '090429.546000', '090429.548000', '090429.551000', '090449.440000', '090449.444000', '090449.446000', '090449.449000', '090449.451000', '090449.454000', '090449.457000', '090449.459000', '090449.462000', '090449.465000', '090449.467000', '090449.470000', '090449.472000', '090449.475000', '090449.478000', '090449.480000', '090449.483000', '090449.486000', '090449.488000', '090449.491000', '090449.494000', '090449.496000', '090449.499000', '090449.502000', '090449.504000', '090449.512000', '090449.514000', '090449.517000', '090449.520000', '090449.522000', '090449.525000', '090449.527000', '090449.530000', '090449.533000', '090449.535000', '090449.538000', '090449.541000', '090449.543000', '090449.546000', '090449.548000', '090449.551000', '090449.554000', '090449.556000', '090449.567000', '090509.440000', '090509.442000', '090509.445000', '090509.448000', '090509.451000', '090509.453000', '090509.456000', '090509.458000', '090509.461000', '090509.464000', '090509.466000', '090509.469000', '090509.472000', '090509.474000', '090509.477000', '090509.480000', '090509.482000', '090509.485000', '090509.487000', '090509.490000', '090509.493000', '090509.495000', '090509.498000', '090509.501000', '090509.503000', '090509.506000', '090509.509000', '090509.511000', '090509.514000', '090509.517000', '090509.519000', '090509.522000', '090509.524000', '090509.527000', '090509.530000', '090509.532000', '090509.535000', '090509.537000', '090509.540000', '090509.543000', '090509.545000', '090509.548000', '090509.550000', '090529.441000', '090529.444000', '090529.446000', '090529.449000', '090529.451000', '090529.454000', '090529.457000', '090529.459000', '090529.462000', '090529.465000', '090529.467000', '090529.470000', '090529.473000', '090529.475000', '090529.478000', '090529.481000', '090529.483000', '090529.486000', '090529.489000', '090529.491000', '090529.494000', '090529.497000', '090529.499000', '090529.502000', '090529.504000', '090529.507000', '090529.510000', '090529.512000', '090529.515000', '090529.518000', '090529.520000', '090529.523000', '090529.526000', '090529.528000', '090529.531000', '090529.533000', '090529.536000', '090529.539000', '090529.541000', '090529.544000', '090529.547000', '090529.549000', '090529.552000', '090529.554000', '090549.440000', '090549.443000', '090549.447000', '090549.450000', '090549.452000', '090549.455000', '090549.458000', '090549.460000', '090549.463000', '090549.466000', '090549.468000', '090549.471000', '090549.474000', '090549.476000', '090549.479000', '090549.482000', '090549.484000', '090549.487000', '090549.489000', '090549.492000', '090549.495000', '090549.497000', '090549.500000', '090549.503000', '090549.505000', '090549.508000', '090549.511000', '090549.513000', '090549.516000', '090549.519000', '090549.521000', '090549.524000', '090549.527000', '090549.529000', '090549.532000', '090549.534000', '090549.537000', '090549.540000', '090549.542000', '090549.545000', '090549.548000', '090549.550000', '090549.553000', '090609.441000', '090609.444000', '090609.446000', '090609.449000', '090609.452000', '090609.454000', '090609.457000', '090609.459000', '090609.462000', '090609.465000', '090609.467000', '090609.470000', '090609.473000', '090609.475000', '090609.478000', '090609.481000', '090609.483000', '090609.486000', '090609.489000', '090609.491000', '090609.494000', '090609.497000', '090609.499000', '090609.502000', '090609.505000', '090609.507000', '090609.510000', '090609.513000', '090609.515000', '090609.518000', '090609.520000', '090609.523000', '090609.526000', '090609.528000', '090609.531000', '090609.534000', '090609.537000', '090609.540000', '090609.543000', '090609.546000', '090609.548000', '090609.551000', '090609.554000', '090629.441000', '090629.443000', '090629.446000', '090629.449000', '090629.451000', '090629.454000', '090629.457000', '090629.459000', '090629.462000', '090629.465000', '090629.467000', '090629.470000', '090629.472000', '090629.475000', '090629.478000', '090629.480000', '090629.483000', '090629.486000', '090629.488000', '090629.491000', '090629.493000', '090629.496000', '090629.499000', '090629.501000', '090629.504000', '090629.507000', '090629.509000', '090629.512000', '090629.515000', '090629.517000', '090629.520000', '090629.523000', '090629.525000', '090629.528000', '090629.530000', '090629.533000', '090629.536000', '090629.538000', '090629.541000', '090629.543000', '090629.546000', '090629.549000', '090629.551000', '090629.554000', '090649.441000', '090649.443000', '090649.446000', '090649.449000', '090649.452000', '090649.454000', '090649.457000', '090649.460000', '090649.462000', '090649.465000', '090649.468000', '090649.470000', '090649.473000', '090649.476000', '090649.479000', '090649.481000', '090649.484000', '090649.487000', '090649.489000', '090649.492000', '090649.495000', '090649.497000', '090649.500000', '090649.503000', '090649.505000', '090649.508000', '090649.511000', '090649.513000', '090649.516000', '090649.518000', '090649.521000', '090649.524000', '090649.526000', '090649.529000', '090649.532000', '090649.534000', '090649.537000', '090649.540000', '090649.542000', '090649.545000', '090649.548000', '090649.550000', '090649.553000', '090649.556000', '090709.441000', '090709.443000', '090709.446000', '090709.449000', '090709.451000', '090709.454000', '090709.457000', '090709.459000', '090709.462000', '090709.465000', '090709.467000', '090709.470000', '090709.473000', '090709.475000', '090709.478000', '090709.480000', '090709.483000', '090709.486000', '090709.489000', '090709.491000', '090709.494000', '090709.496000', '090709.499000', '090709.502000', '090709.504000', '090709.507000', '090709.510000', '090709.512000', '090709.517000', '090709.519000', '090709.522000', '090709.525000', '090709.527000', '090709.530000', '090709.532000', '090709.535000', '090709.538000', '090709.541000', '090709.543000', '090709.546000', '090709.549000', '090709.551000', '090709.554000', '090729.440000', '090729.442000', '090729.445000', '090729.448000', '090729.451000', '090729.453000', '090729.456000', '090729.459000', '090729.462000', '090729.464000', '090729.467000', '090729.470000', '090729.473000', '090729.476000', '090729.479000', '090729.481000', '090729.484000', '090729.487000', '090729.489000', '090729.492000', '090729.495000', '090729.497000', '090729.500000', '090729.502000', '090729.505000', '090729.508000', '090729.510000', '090729.513000', '090729.516000', '090729.518000', '090729.521000', '090729.523000', '090729.526000', '090729.529000', '090729.531000', '090729.534000', '090729.537000', '090729.539000', '090729.542000', '090729.545000', '090729.547000', '090729.550000', '090729.552000', '090749.441000', '090749.443000', '090749.446000', '090749.449000', '090749.452000', '090749.454000', '090749.457000', '090749.459000', '090749.462000', '090749.465000', '090749.467000', '090749.470000', '090749.473000', '090749.475000', '090749.478000', '090749.481000', '090749.483000', '090749.486000', '090749.488000', '090749.491000', '090749.494000', '090749.496000', '090749.526000', '090749.529000', '090749.532000', '090749.534000', '090749.537000', '090749.540000', '090749.542000', '090749.545000', '090749.548000', '090749.550000', '090749.553000', '090749.556000', '090749.558000', '090749.561000', '090749.563000', '090749.566000', '090749.569000', '090749.571000', '090749.574000', '090749.577000', '090749.579000', '090749.582000', '090809.441000', '090809.444000', '090809.447000', '090809.449000', '090809.452000', '090809.454000', '090809.457000', '090809.460000', '090809.463000', '090809.465000', '090809.468000', '090809.471000', '090809.473000', '090809.476000', '090809.478000', '090809.481000', '090809.484000', '090809.486000', '090809.489000', '090809.491000', '090809.494000', '090809.497000', '090809.500000', '090809.502000', '090809.505000', '090809.507000', '090809.510000', '090809.513000', '090809.515000', '090809.518000', '090809.521000', '090809.523000', '090809.526000', '090809.529000', '090809.531000', '090809.534000', '090809.537000', '090809.539000', '090809.542000', '090809.545000', '090809.547000', '090809.550000', '090809.553000', '090829.440000', '090829.443000', '090829.446000', '090829.449000', '090829.452000', '090829.454000', '090829.457000', '090829.459000', '090829.462000', '090829.465000', '090829.467000', '090829.470000', '090829.473000', '090829.475000', '090829.478000', '090829.481000', '090829.484000', '090829.486000', '090829.489000', '090829.492000', '090829.494000', '090829.497000', '090829.499000', '090829.502000', '090829.505000', '090829.507000', '090829.510000', '090829.513000', '090829.515000', '090829.518000', '090829.520000', '090829.523000', '090829.526000', '090829.528000', '090829.531000', '090829.534000', '090829.536000', '090829.539000', '090829.541000', '090829.544000', '090829.547000', '090829.549000', '090829.552000', '090829.555000', '090849.440000', '090849.444000', '090849.446000', '090849.449000', '090849.452000', '090849.455000', '090849.457000', '090849.460000', '090849.462000', '090849.465000', '090849.468000', '090849.471000', '090849.473000', '090849.476000', '090849.479000', '090849.482000', '090849.485000', '090849.487000', '090849.490000', '090849.493000', '090849.496000', '090849.498000', '090849.501000', '090849.504000', '090849.506000', '090849.509000', '090849.512000', '090849.515000', '090849.518000', '090849.521000', '090849.524000', '090849.526000', '090849.529000', '090849.532000', '090849.534000', '090849.537000', '090849.540000', '090849.542000', '090849.545000', '090849.547000', '090849.550000', '090849.553000', '090849.555000', '090909.441000', '090909.444000', '090909.447000', '090909.449000', '090909.452000', '090909.455000', '090909.457000', '090909.460000', '090909.463000', '090909.465000', '090909.468000', '090909.471000', '090909.473000', '090909.476000', '090909.478000', '090909.481000', '090909.484000', '090909.486000', '090909.503000', '090909.505000', '090909.508000', '090909.511000', '090909.513000', '090909.516000', '090909.519000', '090909.521000', '090909.524000', '090909.527000', '090909.529000', '090909.532000', '090909.535000', '090909.537000', '090909.540000', '090909.542000', '090909.545000', '090909.548000', '090909.550000', '090909.553000', '090909.556000', '090909.558000', '090909.561000', '090909.563000', '090909.566000', '090909.569000', '090929.441000', '090929.443000', '090929.446000', '090929.449000', '090929.452000', '090929.455000', '090929.458000', '090929.460000', '090929.463000', '090929.466000', '090929.468000', '090929.471000', '090929.473000', '090929.476000', '090929.479000', '090929.481000', '090929.484000', '090929.487000', '090929.490000', '090929.493000', '090929.502000', '090929.505000', '090929.507000', '090929.510000', '090929.513000', '090929.515000', '090929.518000', '090929.521000', '090929.523000', '090929.526000', '090929.529000', '090929.531000', '090929.534000', '090929.536000', '090929.539000', '090929.542000', '090929.544000', '090929.547000', '090929.550000', '090929.552000', '090929.555000', '090929.558000', '090929.560000', '090949.440000', '090949.443000', '090949.445000', '090949.448000', '090949.450000', '090949.453000', '090949.456000', '090949.458000', '090949.461000', '090949.464000', '090949.466000', '090949.469000', '090949.471000', '090949.474000', '090949.477000', '090949.479000', '090949.482000', '090949.485000', '090949.487000', '090949.490000', '090949.493000', '090949.495000', '090949.498000', '090949.501000', '090949.503000', '090949.506000', '090949.509000', '090949.511000', '090949.514000', '090949.517000', '090949.519000', '090949.522000', '090949.524000', '090949.527000', '090949.530000', '090949.532000', '090949.535000', '090949.538000', '090949.540000', '090949.543000', '090949.546000', '090949.548000', '090949.551000', '090949.554000', '091009.440000', '091009.443000', '091009.446000', '091009.449000', '091009.451000', '091009.454000', '091009.457000', '091009.459000', '091009.462000', '091009.465000', '091009.467000', '091009.470000', '091009.473000', '091009.475000', '091009.478000', '091009.481000', '091009.483000', '091009.486000', '091009.488000', '091009.491000', '091009.494000', '091009.496000', '091009.499000', '091009.502000', '091009.504000', '091009.507000', '091009.509000', '091009.512000', '091009.515000', '091009.518000', '091009.521000', '091009.524000', '091009.527000', '091009.530000', '091009.532000', '091009.535000', '091009.537000', '091009.540000', '091009.543000', '091009.545000', '091009.548000', '091009.551000', '091009.554000', '091029.441000', '091029.458000', '091029.461000', '091029.463000', '091029.467000', '091029.469000', '091029.472000', '091029.474000', '091029.477000', '091029.480000', '091029.482000', '091029.485000', '091029.491000', '091029.494000', '091029.496000', '091029.499000', '091029.502000', '091029.504000', '091029.507000', '091029.510000', '091029.512000', '091029.515000', '091029.518000', '091029.520000', '091029.523000', '091029.526000', '091029.528000', '091029.531000', '091029.534000', '091029.536000', '091029.539000', '091029.541000', '091029.544000', '091029.547000', '091029.549000', '091029.552000', '091029.555000', '091029.557000', '091029.560000', '091029.562000', '091029.565000', '091029.568000', '091029.570000', '091029.573000', '091049.441000', '091049.443000', '091049.447000', '091049.449000', '091049.452000', '091049.454000', '091049.457000', '091049.460000', '091049.462000', '091049.465000', '091049.468000', '091049.470000', '091049.473000', '091049.475000', '091049.478000', '091049.481000', '091049.483000', '091049.486000', '091049.489000', '091049.491000', '091049.494000', '091049.497000', '091049.499000', '091049.502000', '091049.504000', '091049.507000', '091049.510000', '091049.512000', '091049.515000', '091049.518000', '091049.520000', '091049.523000', '091049.525000', '091049.528000', '091049.531000', '091049.533000', '091049.536000', '091049.539000', '091049.541000', '091049.544000', '091049.547000', '091049.550000', '091049.552000', '091104.692000', '091104.695000', '091104.698000', '091104.701000', '091104.704000', '091104.707000', '091104.710000', '091104.712000', '091104.715000', '091104.718000', '091104.721000', '091104.724000', '091104.727000', '091104.730000', '091104.733000', '091104.736000', '091104.738000', '091104.741000', '091104.744000', '091104.747000', '091104.749000', '091104.752000', '091104.755000', '091104.757000', '091104.760000', '091104.763000', '091104.766000', '091104.768000', '091104.771000', '091104.774000', '091104.776000', '091104.779000', '091104.782000', '091104.785000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [12936, 8750, 7987, 11819, 8119, 7450, 9643, 7145, 7752, 8699, 8158, 12315, 10528, 7895, 7930, 7594, 7776, 11664, 8034, 7390, 9077, 7237, 6950, 7529, 7624, 9568, 8138, 7720, 11867, 8389, 8582, 10822, 7962, 9377, 8082, 11391, 8026, 8403, 7731, 7657, 9977, 7381, 7222, 8646, 7623, 9165, 9181, 7405, 9350, 8266, 10631, 8936, 7711, 11192, 8110, 11388, 9286, 10473, 10507, 7924, 9437, 7469, 10689, 7325, 7051, 7909, 7555, 10391, 7336, 7266, 8716, 7923, 9124, 8038, 7718, 10899, 8139, 8723, 8575, 7772, 11058, 7818, 7488, 10201, 8013, 8305, 7648, 7842, 10231, 7535, 7657, 9730, 7371, 6890, 7333, 7427, 10873, 10563, 8286, 12450, 7507, 7106, 7217, 7470, 12365, 10678, 7946, 12234, 9821, 8359, 11311, 7694, 12957, 7710, 9443, 7646, 7229, 10175, 7795, 9818, 7886, 7189, 9763, 7327, 9430, 7507, 9004, 7406, 10593, 7898, 9347, 9317, 7344, 7692, 7269, 10407, 7638, 10005, 8534, 8799, 8651, 7241, 10444, 7786, 9920, 7954, 8712, 8812, 7069, 9055, 7242, 10230, 7623, 7329, 9974, 7264, 10354, 7761, 9258, 7935, 7183, 7579, 7768, 9756, 7565, 7282, 7983, 7675, 7485, 11974, 7873, 12175, 10497, 12751, 10739, 8096, 9393, 7487, 11825, 7616, 12053, 7708, 12272, 7749, 9401, 8096, 7029, 9072, 7542, 11284, 7860, 11179, 8058, 11355, 7745, 8817, 8763, 7358, 8184, 7953, 9276, 7600, 6949, 7758, 7535, 10540, 8064, 12000, 7910, 11892, 7870, 10199, 8278, 9066, 8948, 6936, 7495, 7542, 10209, 7136, 7003, 8732, 6794, 10099, 6995, 10053, 7251, 7882, 7659, 9902, 7189, 6929, 7981, 7849, 11471, 8222, 10584, 10093, 9055, 9238, 7588, 10736, 8009, 8715, 8687, 7721, 8572, 7614, 11069, 7853, 10818, 7554, 11360, 7848, 12358, 7354, 6834, 9308, 6853, 7060, 9127, 7162, 7707, 6980, 10399, 7911, 8631, 8249, 7570, 11051, 7549, 11178, 7550, 12625, 7914, 13206, 8140, 10735, 7373, 7180, 8284, 7762, 8601, 7758, 7584, 8624, 7446, 8880, 7692, 11114, 7558, 11045, 7855, 10440, 9652, 7291, 9703, 7902, 10092, 9502, 7358, 9027, 7487, 11322, 7413, 9059, 8335, 7023, 10084, 7331, 10741, 7531, 10777, 7577, 11366, 7759, 8601, 8486, 7227, 7209, 7765, 11069, 8048, 10978, 8172, 10108, 9654, 9099, 10042, 6808, 8501, 7930, 11369, 7671, 6612, 7359, 7219, 9975, 7528, 10809, 8348, 8663, 9043, 6897, 8338, 7157, 9918, 7349, 8559, 7486, 6640, 9102, 6749, 8678, 7063, 11378, 7780, 7433, 7522, 7213, 10064, 7381, 10935, 9381, 6857, 8182, 6983, 10729, 7701, 11720, 8297, 7942, 7492, 7591, 7050, 7810, 7334, 11070, 7678, 11840, 10222, 7768, 10644, 7189, 6791, 9246, 7589, 11925, 9978, 7426, 8134, 7316, 8331, 8630, 7590, 11046, 9044, 9291, 12358, 7360, 7458, 9395, 7530, 9158, 8030, 8195, 13168, 10514, 7769, 9025, 7985, 11114, 8000, 11475, 7989, 11491, 8060, 10111, 10434, 7296, 8904, 7885, 8956, 7226, 6916, 7764, 7319, 10640, 7781, 8946, 7925, 8605, 9424, 7244, 8849, 7529, 9680, 7712, 11093, 8143, 9292, 7724, 7351, 7996, 6971, 7387, 7978, 7388, 9495, 7706, 11225, 9591, 7352, 8734, 7165, 7744, 9265, 7551, 11519, 9220, 11764, 9784, 7464, 10534, 7861, 13200, 7911, 12500, 8404, 10698, 8911, 7509, 10025, 7599, 9965, 7685, 9028, 9392, 8212, 9772, 7515, 9945, 7674, 10809, 7463, 11515, 7738, 10112, 7794, 6757, 7718, 7103, 9259, 7872, 8801, 9000, 7285, 9514, 7491, 10631, 8584, 8255, 7886, 7660, 10567, 7528, 6973, 9886, 7765, 9441, 9658, 7240, 8977, 7556, 7102, 9452, 7778, 10275, 9590, 11671, 10333, 10510, 10287, 7322, 10274, 7184, 10223, 7482, 10746, 7843, 11230, 8376, 7212, 8991, 7676, 10864, 7497, 11102, 8014, 11254, 7751, 11550, 7711, 8586, 8355, 9397, 8732, 7015, 8017, 7722, 11290, 8060, 8600, 9358, 8059, 9905, 7620, 10536, 7971, 11706, 7642, 9723, 10163, 7422, 9913, 7494, 11747, 7758, 12652, 7626, 9692, 8618, 6683, 9168, 7030, 8944, 7115, 9815, 7403, 10138, 7226, 10107, 7604, 7172, 8280, 7081, 10656, 7356, 10640, 7560, 9924, 9395, 6936, 7852, 7041, 9406, 7331, 11475, 7400, 7747, 7461, 7296, 11402, 7798, 11599, 7922, 10583, 9871, 7573, 10483, 7569, 8188, 9295, 7127, 10556, 7852, 12836, 9328, 10302, 10097, 7410, 10497, 8424, 11256, 8599, 7416, 8975, 7386, 7050, 11058, 7476, 8886, 7640, 7982, 10811, 7921, 13152, 9809, 9324, 7646, 7840, 10541, 7889, 10909, 8032, 10859, 7576, 7132, 7249, 7724, 10316, 6960, 7036, 7117, 7654, 11915, 8266, 10279, 10493, 7939, 9485, 8007, 10752, 7849, 7104, 10697, 7584, 9356, 7771, 11443, 10019, 7629, 10484, 7477, 7496, 10964, 8297, 7203, 9090, 8015, 10788, 9049, 7956, 11439, 10625, 7661, 11139, 8098, 11126, 9998, 7927, 13141, 7465, 7175, 7681, 7650, 9657, 8830, 7735, 7365, 7402, 7919, 9986, 7861, 7500, 7978, 7657, 10043, 8093, 11142, 10536, 7552, 9749, 7258, 7086, 8638, 7559, 10512, 9405, 7904, 11054, 7351, 10499, 7746, 12803, 7907, 11018, 7561, 7436, 9104, 7373, 7449, 7500, 7022, 11149, 6953, 11844, 7018, 11292, 7268, 10830, 7770, 10046, 9815, 7508, 10007, 6947, 9958, 7045, 10364, 7417, 8064, 8601, 7419, 11273, 7786, 11516, 7663, 11760, 7790, 11865, 8040, 9757, 7517, 7089, 9856, 7873, 11538, 7651, 12150, 7230, 11145, 7330, 10968, 7133, 10879, 7592, 11130, 7334, 11513, 7604, 11262, 7973, 8593, 8742, 7744, 9240, 7570, 9037, 7455, 9554, 9663, 9423, 9348, 9553, 9556, 9931, 10293, 7674, 8418, 7320, 9957, 7207, 11509, 7961, 9850, 7948, 6988, 8151, 7567, 9544, 7661, 6959, 8203, 7713, 8869, 8916, 7250, 10650, 7945, 10041, 7133, 10126, 7360, 8937, 7537, 7384, 7434, 7189, 8111, 7898, 7574, 11447, 9306, 12357, 7705, 11757, 7497, 11951, 7803, 10686, 8151, 10011, 10287, 8009, 9846, 7478, 10934, 7645, 11801, 7532, 9540, 9973, 7368, 10875, 7109, 9746, 7370, 9170, 7572, 9952, 7595, 11064, 7692, 10935, 7735, 11081, 7841, 11369, 9030, 7280, 8290, 7107, 10248, 7939, 7923, 7838, 7796, 9775, 7565, 9283, 9014, 7297, 11089, 10500, 9727, 10717, 7745, 7622, 8644, 7200, 8732, 7197, 11071, 7393, 7776, 7498, 7270, 11203, 7674, 11769, 7975, 11424, 9374, 7217, 7283, 7596, 10500, 7833, 11643, 7928, 10624, 7881, 11463, 7700, 10264, 7185, 6998, 7325, 7339, 10340, 7540, 10306, 7397, 10017, 7304, 8921, 7398, 6916, 7630, 9414, 9620, 9762, 9159, 7367, 8785, 7399, 9692, 7643, 11098, 7096, 6836, 7876, 7499, 10147, 7679, 11005, 7769, 12086, 7704, 9928, 7694, 7357, 10994, 7221, 7040, 7444, 7193, 7115, 7934, 7077, 7045, 8498, 7773, 11819, 9537, 7879, 9860, 7961, 12154, 7799, 9757, 10934, 7813, 9012, 7753, 11789, 8164, 10328, 7465, 7246, 9269, 7056, 6989, 7434, 7436, 10601, 7956, 10324, 9307, 7235, 8151, 7409, 11320, 7675, 11053, 8162, 11865, 7912, 7178, 7481, 7617, 10126, 7485, 8810, 8182, 7538, 10694, 7204, 7253, 8281, 7850, 12602, 7991, 12650, 8091, 11899, 7882, 12543, 7615, 9229, 8051, 7351, 9206, 7618, 12367, 8443, 7918, 7472, 7632, 10033, 7730, 12648, 7759, 10583, 7639, 6806, 9495, 7192, 9487, 7911, 9309, 7797, 6941, 7249, 7403, 10880, 7997, 11192, 8209, 10125, 9741, 7259, 7435, 7406, 9222, 7919, 11605, 7589, 7839, 7795, 7616, 10064, 7406, 7301, 7341, 7699, 10477, 7716, 6975, 9051, 7677, 10578, 7859, 10339, 7849, 7901, 8312, 7895, 7713, 11160, 8077, 9363, 9458, 7674, 12770, 8676, 8638, 7649, 6970, 10609, 8161, 7276, 10000, 7724, 12097, 7549, 7094, 7234, 7524, 9592, 7578, 7348, 7243, 7025, 8058, 12225, 8432, 10312, 10647, 7930, 9089, 8103, 11271, 7926, 8524, 8557, 7430, 7995, 8056, 10184, 7607, 7072, 7588, 7810, 10724, 8179, 7101, 10012, 7129, 10208, 7128, 8852, 6937, 9542, 7179, 10405, 7295, 9566, 7391, 9809, 7458, 10086, 7559, 11032, 7724, 11017, 7639, 10000, 7138, 7046, 8696, 7016, 8715, 7422, 8738, 7768, 9163, 7219, 6710, 9439, 7168, 8240, 7613, 9704, 7504, 7033, 8782, 7597, 12763, 7939, 10558, 10131, 7221, 9251, 7259, 7484, 6995, 7203, 12185, 7764, 12820, 8231, 11782, 8958, 7192, 7936, 7627, 13119, 7869, 12337, 9944, 11712, 9352, 7520, 12814, 7955, 10124, 7591, 8196, 8274, 6799, 7388, 7432, 10569, 7300, 7053, 7042, 7904, 9161, 9110, 9131, 10920, 7818, 7019, 7613, 7392, 7079, 7808, 10642, 12987, 9293, 10787, 8210, 13151, 7954, 13179, 7746, 11478, 7414, 11362, 7460, 12581, 7693, 10276, 9011, 7137, 8878, 7841, 12541, 7267, 7232, 10506, 7577, 11906, 8651, 10771, 7639, 10759, 7610, 10016, 7417, 10092, 7429, 10948, 7353, 8437, 7252, 7009, 8278, 6805, 7202, 8340, 7410, 12888, 7471, 12271, 7500, 11445, 8153, 10987, 7445, 12105, 7622, 9086, 9148, 6843, 8515, 7228, 11663, 8529, 6994, 8290, 7288, 12196, 7996, 12058, 10479, 8456, 9210, 7356, 10511, 7604, 12807, 7337, 8557, 6934, 7339], 'WindowCenter': [4054.0, 3996.0, 3970.0, 3997.0, 3966.0, 3943.0, 3974.0, 3942.0, 3941.0, 3963.0, 3951.0, 3971.0, 3971.0, 3950.0, 3949.0, 3939.0, 3939.0, 3969.0, 3938.0, 3928.0, 3950.0, 3941.0, 3929.0, 3940.0, 3941.0, 3962.0, 3952.0, 3941.0, 3982.0, 3952.0, 3962.0, 3973.0, 3940.0, 3961.0, 3939.0, 3970.0, 3939.0, 3938.0, 3937.0, 3939.0, 3971.0, 3952.0, 3941.0, 3963.0, 3966.0, 3988.0, 3978.0, 3967.0, 3989.0, 3966.0, 3975.0, 3963.0, 3953.0, 3983.0, 3953.0, 3983.0, 3964.0, 3972.0, 3973.0, 3951.0, 3962.0, 3941.0, 3972.0, 3942.0, 3943.0, 3953.0, 3952.0, 3971.0, 3941.0, 3953.0, 3965.0, 3966.0, 3975.0, 3965.0, 3979.0, 3986.0, 3964.0, 3964.0, 3963.0, 3954.0, 3985.0, 3968.0, 3956.0, 3985.0, 3977.0, 3976.0, 3953.0, 3953.0, 3975.0, 3954.0, 3955.0, 3975.0, 3942.0, 3942.0, 3954.0, 3956.0, 3984.0, 3972.0, 3965.0, 3995.0, 3954.0, 3954.0, 3953.0, 3943.0, 3982.0, 3972.0, 3952.0, 3982.0, 3974.0, 3953.0, 3984.0, 3942.0, 3981.0, 3940.0, 3959.0, 3939.0, 3928.0, 3959.0, 3941.0, 3960.0, 3953.0, 3931.0, 3962.0, 3941.0, 3950.0, 3930.0, 3949.0, 3929.0, 3960.0, 3950.0, 3959.0, 3960.0, 3940.0, 3940.0, 3943.0, 3984.0, 3953.0, 3974.0, 3976.0, 3965.0, 3965.0, 3954.0, 3985.0, 3955.0, 3976.0, 3965.0, 3966.0, 3977.0, 3956.0, 3976.0, 3955.0, 3985.0, 3966.0, 3957.0, 3986.0, 3955.0, 3989.0, 3968.0, 3976.0, 3966.0, 3958.0, 3955.0, 3956.0, 3975.0, 3954.0, 3957.0, 3968.0, 3969.0, 3968.0, 3997.0, 3967.0, 3996.0, 3988.0, 3996.0, 3986.0, 3954.0, 3963.0, 3942.0, 3971.0, 3939.0, 3969.0, 3928.0, 3967.0, 3939.0, 3948.0, 3938.0, 3927.0, 3949.0, 3938.0, 3959.0, 3938.0, 3958.0, 3937.0, 3958.0, 3939.0, 3951.0, 3952.0, 3941.0, 3939.0, 3939.0, 3960.0, 3939.0, 3929.0, 3941.0, 3940.0, 3973.0, 3953.0, 3982.0, 3951.0, 3981.0, 3952.0, 3960.0, 3952.0, 3949.0, 3950.0, 3943.0, 3942.0, 3941.0, 3971.0, 3941.0, 3942.0, 3964.0, 3942.0, 3973.0, 3954.0, 3973.0, 3942.0, 3953.0, 3952.0, 3973.0, 3955.0, 3955.0, 3953.0, 3953.0, 3983.0, 3965.0, 3984.0, 3975.0, 3963.0, 3964.0, 3954.0, 3986.0, 3965.0, 3950.0, 3951.0, 3940.0, 3949.0, 3939.0, 3959.0, 3938.0, 3958.0, 3927.0, 3957.0, 3926.0, 3967.0, 3926.0, 3917.0, 3949.0, 3930.0, 3930.0, 3962.0, 3941.0, 3941.0, 3942.0, 3961.0, 3942.0, 3951.0, 3963.0, 3954.0, 3984.0, 3941.0, 3970.0, 3939.0, 3970.0, 3940.0, 3970.0, 3938.0, 3958.0, 3928.0, 3929.0, 3938.0, 3952.0, 3963.0, 3952.0, 3941.0, 3963.0, 3942.0, 3964.0, 3955.0, 3985.0, 3980.0, 3986.0, 3965.0, 3972.0, 3975.0, 3957.0, 3975.0, 3965.0, 3986.0, 3975.0, 3954.0, 3976.0, 3956.0, 3984.0, 3954.0, 3963.0, 3964.0, 3954.0, 3988.0, 3968.0, 3985.0, 3954.0, 3972.0, 3951.0, 3983.0, 3953.0, 3950.0, 3950.0, 3954.0, 3940.0, 3940.0, 3970.0, 3952.0, 3971.0, 3952.0, 3971.0, 3962.0, 3961.0, 3961.0, 3930.0, 3951.0, 3953.0, 3983.0, 3954.0, 3942.0, 3953.0, 3953.0, 3974.0, 3968.0, 3999.0, 3967.0, 3965.0, 3976.0, 3955.0, 3966.0, 3969.0, 3987.0, 3956.0, 3965.0, 3955.0, 3943.0, 3964.0, 3944.0, 3977.0, 3957.0, 3985.0, 3954.0, 3954.0, 3967.0, 3968.0, 3987.0, 3958.0, 3996.0, 3976.0, 3957.0, 3980.0, 3957.0, 3987.0, 3967.0, 3997.0, 3967.0, 3965.0, 3955.0, 3966.0, 3956.0, 3967.0, 3967.0, 3997.0, 3966.0, 3998.0, 3986.0, 3955.0, 3986.0, 3956.0, 3943.0, 3963.0, 3954.0, 3983.0, 3973.0, 3941.0, 3940.0, 3930.0, 3939.0, 3949.0, 3953.0, 3983.0, 3950.0, 3949.0, 3969.0, 3927.0, 3927.0, 3962.0, 3940.0, 3947.0, 3939.0, 3951.0, 3980.0, 3960.0, 3939.0, 3949.0, 3940.0, 3969.0, 3938.0, 3958.0, 3938.0, 3957.0, 3939.0, 3959.0, 3959.0, 3929.0, 3949.0, 3939.0, 3948.0, 3927.0, 3941.0, 3953.0, 3942.0, 3973.0, 3954.0, 3963.0, 3953.0, 3952.0, 3964.0, 3942.0, 3963.0, 3953.0, 3974.0, 3953.0, 3983.0, 3965.0, 3975.0, 3955.0, 3943.0, 3965.0, 3955.0, 3955.0, 3964.0, 3955.0, 3988.0, 3966.0, 3985.0, 3977.0, 3956.0, 3965.0, 3954.0, 3955.0, 3976.0, 3966.0, 3984.0, 3977.0, 3985.0, 3974.0, 3943.0, 3973.0, 3953.0, 3983.0, 3952.0, 3982.0, 3951.0, 3960.0, 3949.0, 3928.0, 3958.0, 3939.0, 3958.0, 3938.0, 3948.0, 3962.0, 3950.0, 3960.0, 3928.0, 3959.0, 3939.0, 3958.0, 3929.0, 3968.0, 3939.0, 3959.0, 3940.0, 3931.0, 3941.0, 3942.0, 3962.0, 3964.0, 3963.0, 3974.0, 3954.0, 3976.0, 3956.0, 3984.0, 3965.0, 3965.0, 3966.0, 3980.0, 3988.0, 3954.0, 3956.0, 3986.0, 3969.0, 3991.0, 3988.0, 3956.0, 3976.0, 3956.0, 3956.0, 3987.0, 3968.0, 3986.0, 3976.0, 3986.0, 3975.0, 3974.0, 3974.0, 3943.0, 3973.0, 3942.0, 3973.0, 3941.0, 3969.0, 3940.0, 3971.0, 3950.0, 3939.0, 3960.0, 3940.0, 3970.0, 3939.0, 3982.0, 3953.0, 3970.0, 3940.0, 3970.0, 3941.0, 3950.0, 3951.0, 3960.0, 3962.0, 3941.0, 3940.0, 3941.0, 3972.0, 3953.0, 3962.0, 3974.0, 3952.0, 3974.0, 3953.0, 3972.0, 3953.0, 3983.0, 3953.0, 3961.0, 3973.0, 3941.0, 3976.0, 3942.0, 3971.0, 3940.0, 3980.0, 3940.0, 3959.0, 3950.0, 3918.0, 3960.0, 3928.0, 3949.0, 3929.0, 3960.0, 3940.0, 3960.0, 3941.0, 3969.0, 3941.0, 3941.0, 3962.0, 3942.0, 3984.0, 3954.0, 3986.0, 3967.0, 3975.0, 3976.0, 3956.0, 3967.0, 3970.0, 3988.0, 3958.0, 3997.0, 3968.0, 3969.0, 3967.0, 3969.0, 4010.0, 3970.0, 3998.0, 3967.0, 3986.0, 3987.0, 3956.0, 3987.0, 3967.0, 3966.0, 3977.0, 3955.0, 3985.0, 3954.0, 3995.0, 3976.0, 3975.0, 3974.0, 3941.0, 3986.0, 3964.0, 3972.0, 3951.0, 3940.0, 3949.0, 3929.0, 3930.0, 3969.0, 3940.0, 3950.0, 3939.0, 3951.0, 3972.0, 3941.0, 3970.0, 3959.0, 3948.0, 3927.0, 3938.0, 3957.0, 3939.0, 3958.0, 3939.0, 3959.0, 3928.0, 3942.0, 3940.0, 3939.0, 3960.0, 3941.0, 3942.0, 3954.0, 3955.0, 3994.0, 3965.0, 3987.0, 3986.0, 3953.0, 3964.0, 3954.0, 3984.0, 3954.0, 3955.0, 3985.0, 3942.0, 3976.0, 3955.0, 3983.0, 3974.0, 3968.0, 3986.0, 3954.0, 3943.0, 3973.0, 3964.0, 3954.0, 3965.0, 3954.0, 3974.0, 3963.0, 3953.0, 3983.0, 3973.0, 3942.0, 3983.0, 3953.0, 3970.0, 3960.0, 3940.0, 3980.0, 3940.0, 3929.0, 3926.0, 3939.0, 3948.0, 3948.0, 3939.0, 3929.0, 3929.0, 3952.0, 3961.0, 3952.0, 3929.0, 3939.0, 3928.0, 3960.0, 3953.0, 3970.0, 3959.0, 3939.0, 3949.0, 3940.0, 3930.0, 3961.0, 3952.0, 3970.0, 3960.0, 3939.0, 3971.0, 3929.0, 3960.0, 3939.0, 3969.0, 3939.0, 3958.0, 3927.0, 3926.0, 3948.0, 3953.0, 3944.0, 3943.0, 3942.0, 3982.0, 3942.0, 3995.0, 3943.0, 3984.0, 3954.0, 3984.0, 3953.0, 3961.0, 3973.0, 3954.0, 3987.0, 3944.0, 3973.0, 3944.0, 3971.0, 3955.0, 3966.0, 3964.0, 3953.0, 3985.0, 3955.0, 3985.0, 3980.0, 3996.0, 3953.0, 3983.0, 3953.0, 3962.0, 3941.0, 3943.0, 3973.0, 3964.0, 3983.0, 3951.0, 3982.0, 3940.0, 3971.0, 3940.0, 3972.0, 3941.0, 3970.0, 3951.0, 3969.0, 3940.0, 3970.0, 3941.0, 3970.0, 3952.0, 3950.0, 3952.0, 3954.0, 3973.0, 3952.0, 3961.0, 3940.0, 3960.0, 3974.0, 3960.0, 3963.0, 3960.0, 3961.0, 3959.0, 3972.0, 3940.0, 3938.0, 3940.0, 3958.0, 3939.0, 3969.0, 3951.0, 3961.0, 3952.0, 3942.0, 3951.0, 3954.0, 3975.0, 3954.0, 3955.0, 3965.0, 3966.0, 3976.0, 3975.0, 3956.0, 3987.0, 3967.0, 3975.0, 3942.0, 3974.0, 3941.0, 3962.0, 3967.0, 3943.0, 3941.0, 3931.0, 3952.0, 3979.0, 3981.0, 4010.0, 3990.0, 4011.0, 3983.0, 4012.0, 3958.0, 3985.0, 3955.0, 3974.0, 3954.0, 3974.0, 3986.0, 3941.0, 3961.0, 3929.0, 3970.0, 3940.0, 3970.0, 3939.0, 3948.0, 3959.0, 3927.0, 3959.0, 3930.0, 3947.0, 3926.0, 3947.0, 3927.0, 3957.0, 3938.0, 3969.0, 3938.0, 3970.0, 3938.0, 3967.0, 3938.0, 3982.0, 3963.0, 3940.0, 3949.0, 3942.0, 3984.0, 3965.0, 3953.0, 3953.0, 3968.0, 3975.0, 3966.0, 3976.0, 3965.0, 3953.0, 3986.0, 3973.0, 3963.0, 3972.0, 3941.0, 3940.0, 3949.0, 3940.0, 3962.0, 3943.0, 3972.0, 3941.0, 3941.0, 3956.0, 3955.0, 3985.0, 3954.0, 3998.0, 3967.0, 3985.0, 3963.0, 3930.0, 3929.0, 3939.0, 3960.0, 3940.0, 3970.0, 3939.0, 3957.0, 3938.0, 3969.0, 3928.0, 3958.0, 3928.0, 3928.0, 3939.0, 3940.0, 3972.0, 3941.0, 3972.0, 3955.0, 3974.0, 3941.0, 3961.0, 3942.0, 3941.0, 3941.0, 3949.0, 3960.0, 3960.0, 3961.0, 3929.0, 3951.0, 3941.0, 3975.0, 3965.0, 3983.0, 3942.0, 3932.0, 3953.0, 3953.0, 3973.0, 3954.0, 3985.0, 3953.0, 3984.0, 3952.0, 3972.0, 3952.0, 3967.0, 3985.0, 3953.0, 3942.0, 3943.0, 3943.0, 3943.0, 3964.0, 3956.0, 3956.0, 3977.0, 3982.0, 4012.0, 3990.0, 3968.0, 3975.0, 3953.0, 3984.0, 3954.0, 3963.0, 3973.0, 3941.0, 3951.0, 3940.0, 3970.0, 3949.0, 3960.0, 3940.0, 3941.0, 3961.0, 3941.0, 3930.0, 3943.0, 3954.0, 3974.0, 3954.0, 3974.0, 3975.0, 3954.0, 3953.0, 3942.0, 3984.0, 3966.0, 3983.0, 3952.0, 3982.0, 3953.0, 3942.0, 3942.0, 3953.0, 3972.0, 3954.0, 3963.0, 3953.0, 3954.0, 3985.0, 3955.0, 3956.0, 3966.0, 3967.0, 3995.0, 3955.0, 3995.0, 3953.0, 3983.0, 3953.0, 3984.0, 3954.0, 3963.0, 3966.0, 3954.0, 3976.0, 3953.0, 3982.0, 3951.0, 3940.0, 3941.0, 3953.0, 3973.0, 3941.0, 3980.0, 3938.0, 3959.0, 3939.0, 3917.0, 3960.0, 3929.0, 3959.0, 3952.0, 3974.0, 3953.0, 3941.0, 3940.0, 3954.0, 3984.0, 3953.0, 3985.0, 3966.0, 3975.0, 3973.0, 3942.0, 3942.0, 3941.0, 3961.0, 3952.0, 3982.0, 3942.0, 3942.0, 3951.0, 3953.0, 3973.0, 3953.0, 3953.0, 3954.0, 3967.0, 3987.0, 3955.0, 3958.0, 3976.0, 3967.0, 3986.0, 3967.0, 3987.0, 3955.0, 3953.0, 3951.0, 3951.0, 3952.0, 3982.0, 3952.0, 3962.0, 3962.0, 3941.0, 3982.0, 3963.0, 3962.0, 3940.0, 3941.0, 3959.0, 3937.0, 3928.0, 3961.0, 3940.0, 3970.0, 3939.0, 3928.0, 3928.0, 3938.0, 3961.0, 3939.0, 3928.0, 3928.0, 3930.0, 3951.0, 3981.0, 3951.0, 3973.0, 3971.0, 3939.0, 3948.0, 3938.0, 3970.0, 3939.0, 3937.0, 3937.0, 3927.0, 3938.0, 3938.0, 3960.0, 3939.0, 3929.0, 3940.0, 3951.0, 3970.0, 3951.0, 3930.0, 3961.0, 3941.0, 3972.0, 3930.0, 3950.0, 3929.0, 3960.0, 3929.0, 3970.0, 3930.0, 3959.0, 3939.0, 3959.0, 3939.0, 3958.0, 3939.0, 3970.0, 3951.0, 3972.0, 3941.0, 3961.0, 3941.0, 3942.0, 3962.0, 3941.0, 3963.0, 3954.0, 3965.0, 3955.0, 3976.0, 3983.0, 3959.0, 3989.0, 3957.0, 3979.0, 3969.0, 3987.0, 3960.0, 3970.0, 3978.0, 3982.0, 4008.0, 3967.0, 3987.0, 3988.0, 3957.0, 3977.0, 3968.0, 3967.0, 3958.0, 3968.0, 4008.0, 3968.0, 4009.0, 3979.0, 3998.0, 3966.0, 3945.0, 3953.0, 3956.0, 3995.0, 3966.0, 3982.0, 3975.0, 3972.0, 3963.0, 3941.0, 3983.0, 3955.0, 3972.0, 3952.0, 3950.0, 3950.0, 3945.0, 3941.0, 3941.0, 3970.0, 3930.0, 3933.0, 3931.0, 3953.0, 3962.0, 3977.0, 3961.0, 3974.0, 3955.0, 3932.0, 3942.0, 3931.0, 3941.0, 3943.0, 3971.0, 3995.0, 3960.0, 3970.0, 3939.0, 3981.0, 3938.0, 3969.0, 3927.0, 3957.0, 3926.0, 3956.0, 3925.0, 3965.0, 3926.0, 3945.0, 3935.0, 3916.0, 3948.0, 3951.0, 3980.0, 3927.0, 3928.0, 3970.0, 3940.0, 3970.0, 3938.0, 3958.0, 3927.0, 3959.0, 3938.0, 3959.0, 3928.0, 3958.0, 3941.0, 3998.0, 3953.0, 3962.0, 3942.0, 3943.0, 3964.0, 3945.0, 3957.0, 3978.0, 3981.0, 4009.0, 3956.0, 3996.0, 3956.0, 3987.0, 3955.0, 3973.0, 3943.0, 3983.0, 3953.0, 3961.0, 3962.0, 3944.0, 3976.0, 3955.0, 3996.0, 3978.0, 3956.0, 3965.0, 3966.0, 4008.0, 3970.0, 3996.0, 3988.0, 3965.0, 3975.0, 3969.0, 3987.0, 3957.0, 3994.0, 3942.0, 3954.0, 3930.0, 3941.0], 'WindowWidth': [9027.0, 8933.0, 8886.0, 8914.0, 8870.0, 8835.0, 8875.0, 8831.0, 8828.0, 8860.0, 8840.0, 8864.0, 8867.0, 8838.0, 8835.0, 8820.0, 8821.0, 8858.0, 8816.0, 8804.0, 8835.0, 8825.0, 8808.0, 8823.0, 8826.0, 8856.0, 8842.0, 8826.0, 8883.0, 8843.0, 8854.0, 8871.0, 8822.0, 8851.0, 8820.0, 8859.0, 8817.0, 8815.0, 8814.0, 8820.0, 8868.0, 8842.0, 8827.0, 8861.0, 8870.0, 8900.0, 8886.0, 8874.0, 8903.0, 8871.0, 8877.0, 8860.0, 8844.0, 8884.0, 8846.0, 8883.0, 8861.0, 8868.0, 8871.0, 8840.0, 8854.0, 8826.0, 8868.0, 8831.0, 8833.0, 8847.0, 8842.0, 8867.0, 8828.0, 8846.0, 8865.0, 8868.0, 8878.0, 8866.0, 8895.0, 8896.0, 8863.0, 8863.0, 8859.0, 8850.0, 8890.0, 8876.0, 8855.0, 8891.0, 8888.0, 8884.0, 8848.0, 8847.0, 8878.0, 8848.0, 8852.0, 8877.0, 8830.0, 8829.0, 8847.0, 8857.0, 8887.0, 8870.0, 8864.0, 8905.0, 8850.0, 8851.0, 8844.0, 8831.0, 8880.0, 8866.0, 8839.0, 8881.0, 8871.0, 8844.0, 8888.0, 8828.0, 8877.0, 8821.0, 8844.0, 8818.0, 8803.0, 8845.0, 8823.0, 8848.0, 8845.0, 8812.0, 8855.0, 8824.0, 8834.0, 8806.0, 8831.0, 8805.0, 8846.0, 8837.0, 8846.0, 8850.0, 8821.0, 8823.0, 8831.0, 8886.0, 8848.0, 8873.0, 8881.0, 8863.0, 8865.0, 8850.0, 8890.0, 8853.0, 8881.0, 8867.0, 8867.0, 8885.0, 8854.0, 8880.0, 8852.0, 8892.0, 8869.0, 8858.0, 8897.0, 8854.0, 8903.0, 8875.0, 8881.0, 8868.0, 8863.0, 8853.0, 8855.0, 8880.0, 8846.0, 8857.0, 8876.0, 8880.0, 8875.0, 8911.0, 8872.0, 8910.0, 8902.0, 8908.0, 8894.0, 8849.0, 8857.0, 8827.0, 8864.0, 8819.0, 8856.0, 8801.0, 8852.0, 8819.0, 8828.0, 8814.0, 8801.0, 8831.0, 8815.0, 8845.0, 8818.0, 8841.0, 8813.0, 8842.0, 8820.0, 8838.0, 8841.0, 8827.0, 8820.0, 8820.0, 8849.0, 8822.0, 8808.0, 8826.0, 8824.0, 8871.0, 8845.0, 8883.0, 8841.0, 8879.0, 8842.0, 8848.0, 8842.0, 8835.0, 8836.0, 8835.0, 8829.0, 8828.0, 8865.0, 8827.0, 8830.0, 8863.0, 8830.0, 8872.0, 8851.0, 8873.0, 8830.0, 8845.0, 8841.0, 8872.0, 8853.0, 8852.0, 8846.0, 8845.0, 8885.0, 8864.0, 8891.0, 8878.0, 8859.0, 8861.0, 8850.0, 8896.0, 8866.0, 8836.0, 8837.0, 8820.0, 8832.0, 8818.0, 8846.0, 8815.0, 8840.0, 8800.0, 8838.0, 8797.0, 8851.0, 8796.0, 8788.0, 8832.0, 8809.0, 8811.0, 8856.0, 8827.0, 8826.0, 8828.0, 8852.0, 8826.0, 8840.0, 8859.0, 8849.0, 8889.0, 8825.0, 8864.0, 8819.0, 8861.0, 8819.0, 8859.0, 8815.0, 8840.0, 8802.0, 8807.0, 8817.0, 8842.0, 8860.0, 8843.0, 8824.0, 8857.0, 8830.0, 8862.0, 8851.0, 8892.0, 8898.0, 8893.0, 8865.0, 8869.0, 8878.0, 8860.0, 8878.0, 8864.0, 8896.0, 8879.0, 8849.0, 8886.0, 8856.0, 8888.0, 8851.0, 8860.0, 8864.0, 8849.0, 8901.0, 8875.0, 8893.0, 8847.0, 8870.0, 8841.0, 8885.0, 8847.0, 8838.0, 8838.0, 8849.0, 8824.0, 8823.0, 8864.0, 8842.0, 8864.0, 8843.0, 8866.0, 8856.0, 8854.0, 8853.0, 8810.0, 8838.0, 8846.0, 8884.0, 8850.0, 8831.0, 8846.0, 8846.0, 8875.0, 8875.0, 8917.0, 8871.0, 8866.0, 8881.0, 8852.0, 8870.0, 8878.0, 8897.0, 8854.0, 8863.0, 8851.0, 8831.0, 8861.0, 8835.0, 8885.0, 8859.0, 8891.0, 8848.0, 8849.0, 8875.0, 8875.0, 8899.0, 8861.0, 8909.0, 8884.0, 8859.0, 8896.0, 8861.0, 8897.0, 8871.0, 8911.0, 8872.0, 8866.0, 8854.0, 8870.0, 8856.0, 8874.0, 8875.0, 8912.0, 8870.0, 8913.0, 8894.0, 8852.0, 8895.0, 8856.0, 8834.0, 8860.0, 8847.0, 8884.0, 8872.0, 8826.0, 8822.0, 8808.0, 8820.0, 8831.0, 8845.0, 8886.0, 8837.0, 8833.0, 8858.0, 8800.0, 8799.0, 8855.0, 8823.0, 8824.0, 8820.0, 8839.0, 8874.0, 8847.0, 8818.0, 8831.0, 8821.0, 8858.0, 8816.0, 8840.0, 8815.0, 8838.0, 8820.0, 8843.0, 8846.0, 8804.0, 8832.0, 8820.0, 8829.0, 8802.0, 8828.0, 8844.0, 8830.0, 8872.0, 8848.0, 8860.0, 8847.0, 8842.0, 8862.0, 8829.0, 8858.0, 8846.0, 8874.0, 8845.0, 8884.0, 8866.0, 8878.0, 8853.0, 8833.0, 8866.0, 8853.0, 8853.0, 8864.0, 8854.0, 8906.0, 8868.0, 8892.0, 8887.0, 8855.0, 8866.0, 8851.0, 8853.0, 8883.0, 8869.0, 8890.0, 8886.0, 8891.0, 8875.0, 8833.0, 8873.0, 8846.0, 8886.0, 8841.0, 8883.0, 8838.0, 8847.0, 8831.0, 8803.0, 8842.0, 8819.0, 8843.0, 8816.0, 8828.0, 8856.0, 8836.0, 8848.0, 8803.0, 8844.0, 8818.0, 8842.0, 8805.0, 8855.0, 8820.0, 8845.0, 8823.0, 8814.0, 8827.0, 8828.0, 8856.0, 8862.0, 8859.0, 8877.0, 8849.0, 8884.0, 8857.0, 8889.0, 8865.0, 8864.0, 8870.0, 8895.0, 8899.0, 8850.0, 8855.0, 8895.0, 8879.0, 8911.0, 8901.0, 8858.0, 8881.0, 8853.0, 8855.0, 8897.0, 8877.0, 8896.0, 8884.0, 8894.0, 8878.0, 8873.0, 8875.0, 8831.0, 8871.0, 8828.0, 8870.0, 8824.0, 8859.0, 8821.0, 8864.0, 8836.0, 8821.0, 8852.0, 8823.0, 8862.0, 8821.0, 8882.0, 8846.0, 8864.0, 8823.0, 8862.0, 8826.0, 8836.0, 8840.0, 8849.0, 8856.0, 8827.0, 8823.0, 8826.0, 8868.0, 8844.0, 8855.0, 8875.0, 8841.0, 8873.0, 8844.0, 8868.0, 8845.0, 8885.0, 8846.0, 8852.0, 8871.0, 8826.0, 8881.0, 8828.0, 8865.0, 8822.0, 8875.0, 8823.0, 8846.0, 8834.0, 8790.0, 8847.0, 8803.0, 8833.0, 8805.0, 8849.0, 8821.0, 8849.0, 8825.0, 8860.0, 8825.0, 8826.0, 8857.0, 8829.0, 8887.0, 8850.0, 8894.0, 8871.0, 8878.0, 8883.0, 8856.0, 8873.0, 8882.0, 8902.0, 8862.0, 8911.0, 8876.0, 8878.0, 8873.0, 8879.0, 8934.0, 8881.0, 8913.0, 8871.0, 8893.0, 8898.0, 8855.0, 8898.0, 8871.0, 8870.0, 8884.0, 8853.0, 8892.0, 8849.0, 8905.0, 8882.0, 8877.0, 8875.0, 8828.0, 8896.0, 8862.0, 8866.0, 8839.0, 8822.0, 8832.0, 8804.0, 8808.0, 8859.0, 8821.0, 8835.0, 8820.0, 8839.0, 8869.0, 8825.0, 8860.0, 8846.0, 8828.0, 8800.0, 8815.0, 8839.0, 8818.0, 8841.0, 8820.0, 8846.0, 8804.0, 8829.0, 8824.0, 8822.0, 8850.0, 8826.0, 8832.0, 8850.0, 8853.0, 8903.0, 8866.0, 8900.0, 8893.0, 8846.0, 8860.0, 8847.0, 8889.0, 8850.0, 8854.0, 8890.0, 8830.0, 8881.0, 8851.0, 8883.0, 8874.0, 8875.0, 8893.0, 8847.0, 8832.0, 8872.0, 8860.0, 8852.0, 8867.0, 8850.0, 8873.0, 8858.0, 8846.0, 8884.0, 8870.0, 8828.0, 8885.0, 8844.0, 8861.0, 8847.0, 8821.0, 8875.0, 8824.0, 8806.0, 8798.0, 8821.0, 8830.0, 8829.0, 8819.0, 8804.0, 8807.0, 8842.0, 8851.0, 8842.0, 8806.0, 8819.0, 8802.0, 8847.0, 8844.0, 8860.0, 8846.0, 8819.0, 8831.0, 8821.0, 8811.0, 8854.0, 8841.0, 8862.0, 8849.0, 8820.0, 8865.0, 8807.0, 8848.0, 8819.0, 8858.0, 8819.0, 8842.0, 8799.0, 8797.0, 8827.0, 8848.0, 8836.0, 8832.0, 8829.0, 8881.0, 8828.0, 8905.0, 8832.0, 8888.0, 8850.0, 8887.0, 8845.0, 8851.0, 8870.0, 8850.0, 8898.0, 8835.0, 8871.0, 8835.0, 8866.0, 8852.0, 8870.0, 8865.0, 8848.0, 8889.0, 8850.0, 8890.0, 8897.0, 8909.0, 8848.0, 8885.0, 8845.0, 8854.0, 8828.0, 8831.0, 8873.0, 8862.0, 8886.0, 8839.0, 8880.0, 8822.0, 8864.0, 8823.0, 8868.0, 8826.0, 8863.0, 8839.0, 8860.0, 8821.0, 8860.0, 8824.0, 8862.0, 8841.0, 8836.0, 8841.0, 8850.0, 8873.0, 8846.0, 8853.0, 8823.0, 8849.0, 8874.0, 8850.0, 8857.0, 8849.0, 8852.0, 8845.0, 8867.0, 8821.0, 8818.0, 8821.0, 8842.0, 8819.0, 8859.0, 8839.0, 8853.0, 8844.0, 8830.0, 8841.0, 8849.0, 8877.0, 8849.0, 8854.0, 8864.0, 8867.0, 8880.0, 8880.0, 8854.0, 8897.0, 8870.0, 8877.0, 8828.0, 8872.0, 8825.0, 8854.0, 8870.0, 8831.0, 8824.0, 8810.0, 8842.0, 8892.0, 8898.0, 8935.0, 8909.0, 8936.0, 8904.0, 8940.0, 8860.0, 8892.0, 8851.0, 8874.0, 8848.0, 8875.0, 8893.0, 8825.0, 8853.0, 8807.0, 8862.0, 8821.0, 8861.0, 8818.0, 8828.0, 8844.0, 8800.0, 8844.0, 8810.0, 8826.0, 8797.0, 8825.0, 8798.0, 8840.0, 8816.0, 8857.0, 8818.0, 8863.0, 8819.0, 8854.0, 8818.0, 8881.0, 8858.0, 8822.0, 8832.0, 8831.0, 8891.0, 8867.0, 8847.0, 8846.0, 8877.0, 8879.0, 8870.0, 8880.0, 8864.0, 8847.0, 8894.0, 8872.0, 8859.0, 8869.0, 8824.0, 8821.0, 8834.0, 8823.0, 8854.0, 8832.0, 8869.0, 8826.0, 8826.0, 8856.0, 8853.0, 8892.0, 8851.0, 8916.0, 8874.0, 8893.0, 8857.0, 8808.0, 8806.0, 8818.0, 8846.0, 8821.0, 8862.0, 8818.0, 8840.0, 8815.0, 8856.0, 8803.0, 8843.0, 8803.0, 8804.0, 8821.0, 8823.0, 8867.0, 8825.0, 8869.0, 8853.0, 8875.0, 8827.0, 8854.0, 8830.0, 8828.0, 8827.0, 8832.0, 8849.0, 8848.0, 8851.0, 8808.0, 8839.0, 8827.0, 8879.0, 8868.0, 8886.0, 8830.0, 8815.0, 8845.0, 8846.0, 8873.0, 8850.0, 8893.0, 8846.0, 8888.0, 8843.0, 8867.0, 8845.0, 8872.0, 8890.0, 8845.0, 8829.0, 8831.0, 8833.0, 8832.0, 8862.0, 8854.0, 8855.0, 8884.0, 8903.0, 8942.0, 8907.0, 8873.0, 8878.0, 8846.0, 8888.0, 8847.0, 8857.0, 8871.0, 8825.0, 8837.0, 8822.0, 8862.0, 8834.0, 8848.0, 8823.0, 8827.0, 8851.0, 8824.0, 8810.0, 8833.0, 8849.0, 8874.0, 8848.0, 8873.0, 8878.0, 8848.0, 8846.0, 8830.0, 8889.0, 8870.0, 8886.0, 8842.0, 8881.0, 8845.0, 8829.0, 8830.0, 8846.0, 8870.0, 8850.0, 8857.0, 8846.0, 8848.0, 8889.0, 8853.0, 8855.0, 8869.0, 8871.0, 8906.0, 8851.0, 8907.0, 8845.0, 8886.0, 8844.0, 8888.0, 8849.0, 8857.0, 8869.0, 8849.0, 8882.0, 8847.0, 8880.0, 8838.0, 8822.0, 8825.0, 8847.0, 8873.0, 8826.0, 8876.0, 8819.0, 8845.0, 8819.0, 8787.0, 8849.0, 8806.0, 8846.0, 8845.0, 8877.0, 8848.0, 8828.0, 8825.0, 8848.0, 8888.0, 8847.0, 8893.0, 8868.0, 8878.0, 8873.0, 8830.0, 8830.0, 8825.0, 8851.0, 8844.0, 8881.0, 8828.0, 8828.0, 8840.0, 8847.0, 8872.0, 8846.0, 8846.0, 8849.0, 8873.0, 8900.0, 8852.0, 8864.0, 8881.0, 8871.0, 8895.0, 8873.0, 8899.0, 8851.0, 8846.0, 8837.0, 8838.0, 8843.0, 8882.0, 8843.0, 8855.0, 8855.0, 8827.0, 8883.0, 8858.0, 8856.0, 8826.0, 8826.0, 8846.0, 8815.0, 8803.0, 8850.0, 8822.0, 8861.0, 8820.0, 8803.0, 8803.0, 8816.0, 8852.0, 8820.0, 8805.0, 8802.0, 8811.0, 8837.0, 8878.0, 8841.0, 8872.0, 8866.0, 8819.0, 8828.0, 8818.0, 8864.0, 8822.0, 8812.0, 8814.0, 8800.0, 8815.0, 8818.0, 8848.0, 8820.0, 8809.0, 8823.0, 8840.0, 8862.0, 8838.0, 8811.0, 8854.0, 8826.0, 8868.0, 8811.0, 8838.0, 8807.0, 8850.0, 8808.0, 8863.0, 8809.0, 8846.0, 8822.0, 8846.0, 8819.0, 8844.0, 8820.0, 8862.0, 8842.0, 8868.0, 8828.0, 8852.0, 8828.0, 8829.0, 8858.0, 8828.0, 8861.0, 8852.0, 8867.0, 8855.0, 8882.0, 8906.0, 8866.0, 8906.0, 8860.0, 8893.0, 8878.0, 8898.0, 8866.0, 8884.0, 8891.0, 8901.0, 8930.0, 8874.0, 8898.0, 8903.0, 8857.0, 8885.0, 8877.0, 8875.0, 8864.0, 8877.0, 8929.0, 8879.0, 8933.0, 8894.0, 8912.0, 8868.0, 8838.0, 8848.0, 8856.0, 8907.0, 8870.0, 8884.0, 8879.0, 8867.0, 8856.0, 8827.0, 8885.0, 8851.0, 8870.0, 8844.0, 8837.0, 8837.0, 8841.0, 8827.0, 8826.0, 8860.0, 8809.0, 8817.0, 8814.0, 8845.0, 8855.0, 8886.0, 8854.0, 8874.0, 8852.0, 8815.0, 8828.0, 8811.0, 8828.0, 8831.0, 8867.0, 8906.0, 8850.0, 8863.0, 8820.0, 8878.0, 8818.0, 8858.0, 8800.0, 8838.0, 8797.0, 8836.0, 8794.0, 8847.0, 8796.0, 8819.0, 8808.0, 8784.0, 8829.0, 8843.0, 8875.0, 8803.0, 8805.0, 8862.0, 8822.0, 8862.0, 8815.0, 8845.0, 8801.0, 8845.0, 8817.0, 8845.0, 8805.0, 8841.0, 8828.0, 8914.0, 8849.0, 8857.0, 8831.0, 8834.0, 8862.0, 8842.0, 8860.0, 8889.0, 8899.0, 8933.0, 8857.0, 8909.0, 8854.0, 8897.0, 8852.0, 8873.0, 8832.0, 8885.0, 8845.0, 8853.0, 8858.0, 8838.0, 8884.0, 8853.0, 8909.0, 8887.0, 8856.0, 8868.0, 8872.0, 8929.0, 8880.0, 8908.0, 8903.0, 8866.0, 8881.0, 8880.0, 8898.0, 8858.0, 8901.0, 8829.0, 8845.0, 8811.0, 8829.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0017112808641975305</td></tr>
<tr><td colspan=3>aqi</td><td>0.03208559675925926</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.03555438375288</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2702040240231678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.036289360594595</td></tr>
<tr><td colspan=3>efc</td><td>0.4453</td></tr>
<tr><td colspan=3>fber</td><td>7422.6489</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12625352401023412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>170</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.117283950617283</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3475545389309658</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2918924908115703</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.540963757600521</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.209807368380805</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009051911532878876</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02776866778731346</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.060718337919792</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.4542</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.3922</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307479.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.9672</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7553</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.6332</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3240.3019</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.023</td></tr>
<tr><td colspan=3>tsnr</td><td>35.66436960641295</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>