<?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-0019_ses-03_task-alignvideo_acq-mb8_run-02_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-0019_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0019_suffix-bold_task-alignvideo" 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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_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-0019/ses-03/func/sub-0019_ses-03_task-alignvideo_acq-mb8_run-02_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>1fd90f78a55ec7f1ca87d989481814d0</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>17:19:58.832500</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_VE11C_LATEST_20160120</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.998609, -0.0524601, -0.00532125, 0.0525096, 0.998574, 0.00963639]</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 College - PBS</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-02_task-alignvideo_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.0769629</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7768, -7262, 603, 0, -284, 100, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>788f2655-4ae8-44de-832d-9a342ca7c173||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679194450378418, 0.14087949693202972, -0.012981964275240898, 108.51241302490234], [0.14074665307998657, 2.679100751876831, 0.026736486703157425, -102.32147216796875], [-0.014276523143053055, -0.025853732600808144, 2.699836492538452, -68.62352752685547], [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, 1335]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['171958.832500', '171959.292500', '171959.752500', '172000.212500', '172000.672500', '172001.132500', '172001.592500', '172002.052500', '172002.512500', '172002.972500', '172003.432500', '172003.892500', '172004.352500', '172004.812500', '172005.272500', '172005.732500', '172006.192500', '172006.652500', '172007.112500', '172007.572500', '172008.032500', '172008.492500', '172008.952500', '172009.412500', '172009.872500', '172010.332500', '172010.792500', '172011.252500', '172011.712500', '172012.172500', '172012.632500', '172013.092500', '172013.552500', '172014.012500', '172014.472500', '172014.932500', '172015.392500', '172015.852500', '172016.312500', '172016.772500', '172017.232500', '172017.692500', '172018.152500', '172018.612500', '172019.072500', '172019.532500', '172019.992500', '172020.452500', '172020.912500', '172021.372500', '172021.832500', '172022.292500', '172022.752500', '172023.212500', '172023.672500', '172024.132500', '172024.592500', '172025.052500', '172025.512500', '172025.972500', '172026.432500', '172026.892500', '172027.352500', '172027.812500', '172028.272500', '172028.732500', '172029.192500', '172029.652500', '172030.112500', '172030.572500', '172031.032500', '172031.492500', '172031.952500', '172032.412500', '172032.872500', '172033.332500', '172033.792500', '172034.252500', '172034.712500', '172035.172500', '172035.632500', '172036.092500', '172036.552500', '172037.012500', '172037.472500', '172037.932500', '172038.392500', '172038.852500', '172039.312500', '172039.772500', '172040.232500', '172040.692500', '172041.152500', '172041.612500', '172042.072500', '172042.532500', '172042.992500', '172043.452500', '172043.912500', '172044.372500', '172044.832500', '172045.292500', '172045.752500', '172046.212500', '172046.672500', '172047.132500', '172047.592500', '172048.052500', '172048.512500', '172048.972500', '172049.432500', '172049.892500', '172050.352500', '172050.812500', '172051.272500', '172051.732500', '172052.192500', '172052.652500', '172053.112500', '172053.572500', '172054.032500', '172054.492500', '172054.952500', '172055.412500', '172055.872500', '172056.332500', '172056.792500', '172057.252500', '172057.712500', '172058.172500', '172058.632500', '172059.092500', '172059.552500', '172100.012500', '172100.472500', '172100.932500', '172101.392500', '172101.852500', '172102.312500', '172102.772500', '172103.232500', '172103.692500', '172104.152500', '172104.612500', '172105.072500', '172105.532500', '172105.992500', '172106.452500', '172106.912500', '172107.372500', '172107.832500', '172108.292500', '172108.752500', '172109.212500', '172109.672500', '172110.132500', '172110.592500', '172111.052500', '172111.512500', '172111.972500', '172112.432500', '172112.892500', '172113.352500', '172113.812500', '172114.272500', '172114.732500', '172115.192500', '172115.652500', '172116.112500', '172116.572500', '172117.032500', '172117.492500', '172117.952500', '172118.412500', '172118.872500', '172119.332500', '172119.792500', '172120.252500', '172120.712500', '172121.172500', '172121.632500', '172122.092500', '172122.552500', '172123.012500', '172123.472500', '172123.932500', '172124.392500', '172124.852500', '172125.312500', '172125.772500', '172126.232500', '172126.692500', '172127.152500', '172127.612500', '172128.072500', '172128.532500', '172128.992500', '172129.452500', '172129.912500', '172130.372500', '172130.832500', '172131.292500', '172131.752500', '172132.212500', '172132.672500', '172133.132500', '172133.592500', '172134.052500', '172134.512500', '172134.972500', '172135.432500', '172135.892500', '172136.352500', '172136.812500', '172137.272500', '172137.732500', '172138.192500', '172138.652500', '172139.112500', '172139.572500', '172140.032500', '172140.492500', '172140.952500', '172141.412500', '172141.872500', '172142.332500', '172142.792500', '172143.252500', '172143.712500', '172144.172500', '172144.632500', '172145.092500', '172145.552500', '172146.012500', '172146.472500', '172146.932500', '172147.392500', '172147.852500', '172148.312500', '172148.772500', '172149.232500', '172149.692500', '172150.152500', '172150.612500', '172151.072500', '172151.532500', '172151.992500', '172152.452500', '172152.912500', '172153.372500', '172153.832500', '172154.292500', '172154.752500', '172155.212500', '172155.672500', '172156.132500', '172156.592500', '172157.052500', '172157.512500', '172157.972500', '172158.432500', '172158.892500', '172159.352500', '172159.812500', '172200.272500', '172200.732500', '172201.192500', '172201.652500', '172202.112500', '172202.572500', '172203.032500', '172203.492500', '172203.952500', '172204.412500', '172204.872500', '172205.332500', '172205.792500', '172206.252500', '172206.712500', '172207.172500', '172207.632500', '172208.092500', '172208.552500', '172209.012500', '172209.472500', '172209.932500', '172210.392500', '172210.852500', '172211.312500', '172211.772500', '172212.232500', '172212.692500', '172213.152500', '172213.612500', '172214.072500', '172214.532500', '172214.992500', '172215.452500', '172215.912500', '172216.372500', '172216.832500', '172217.292500', '172217.752500', '172218.212500', '172218.672500', '172219.132500', '172219.592500', '172220.052500', '172220.512500', '172220.972500', '172221.432500', '172221.892500', '172222.352500', '172222.812500', '172223.272500', '172223.732500', '172224.192500', '172224.652500', '172225.112500', '172225.572500', '172226.032500', '172226.492500', '172226.952500', '172227.412500', '172227.872500', '172228.332500', '172228.792500', '172229.252500', '172229.712500', '172230.172500', '172230.632500', '172231.092500', '172231.552500', '172232.012500', '172232.472500', '172232.932500', '172233.392500', '172233.852500', '172234.312500', '172234.772500', '172235.232500', '172235.692500', '172236.152500', '172236.612500', '172237.072500', '172237.532500', '172237.992500', '172238.452500', '172238.912500', '172239.372500', '172239.832500', '172240.292500', '172240.752500', '172241.212500', '172241.672500', '172242.132500', '172242.592500', '172243.052500', '172243.512500', '172243.972500', '172244.432500', '172244.892500', '172245.352500', '172245.812500', '172246.272500', '172246.732500', '172247.192500', '172247.652500', '172248.112500', '172248.572500', '172249.032500', '172249.492500', '172249.952500', '172250.412500', '172250.872500', '172251.332500', '172251.792500', '172252.252500', '172252.712500', '172253.172500', '172253.632500', '172254.092500', '172254.552500', '172255.012500', '172255.472500', '172255.932500', '172256.392500', '172256.852500', '172257.312500', '172257.772500', '172258.232500', '172258.692500', '172259.152500', '172259.612500', '172300.072500', '172300.532500', '172300.992500', '172301.452500', '172301.912500', '172302.372500', '172302.832500', '172303.292500', '172303.752500', '172304.212500', '172304.672500', '172305.132500', '172305.592500', '172306.052500', '172306.512500', '172306.972500', '172307.432500', '172307.892500', '172308.352500', '172308.812500', '172309.272500', '172309.732500', '172310.192500', '172310.652500', '172311.112500', '172311.572500', '172312.032500', '172312.492500', '172312.952500', '172313.412500', '172313.872500', '172314.332500', '172314.792500', '172315.252500', '172315.712500', '172316.172500', '172316.632500', '172317.092500', '172317.552500', '172318.012500', '172318.472500', '172318.932500', '172319.392500', '172319.852500', '172320.312500', '172320.772500', '172321.232500', '172321.692500', '172322.152500', '172322.612500', '172323.072500', '172323.532500', '172323.992500', '172324.452500', '172324.912500', '172325.372500', '172325.832500', '172326.292500', '172326.752500', '172327.212500', '172327.672500', '172328.132500', '172328.592500', '172329.052500', '172329.512500', '172329.972500', '172330.432500', '172330.892500', '172331.352500', '172331.812500', '172332.272500', '172332.732500', '172333.192500', '172333.652500', '172334.112500', '172334.572500', '172335.032500', '172335.492500', '172335.952500', '172336.412500', '172336.872500', '172337.332500', '172337.792500', '172338.252500', '172338.712500', '172339.172500', '172339.632500', '172340.092500', '172340.552500', '172341.012500', '172341.472500', '172341.932500', '172342.392500', '172342.852500', '172343.312500', '172343.772500', '172344.232500', '172344.692500', '172345.152500', '172345.612500', '172346.072500', '172346.532500', '172346.992500', '172347.452500', '172347.912500', '172348.372500', '172348.832500', '172349.292500', '172349.752500', '172350.212500', '172350.672500', '172351.132500', '172351.592500', '172352.052500', '172352.512500', '172352.972500', '172353.432500', '172353.892500', '172354.352500', '172354.812500', '172355.272500', '172355.732500', '172356.192500', '172356.652500', '172357.112500', '172357.572500', '172358.032500', '172358.492500', '172358.952500', '172359.412500', '172359.872500', '172400.332500', '172400.792500', '172401.252500', '172401.712500', '172402.172500', '172402.632500', '172403.092500', '172403.552500', '172404.012500', '172404.472500', '172404.932500', '172405.392500', '172405.852500', '172406.312500', '172406.772500', '172407.232500', '172407.692500', '172408.152500', '172408.612500', '172409.072500', '172409.532500', '172409.992500', '172410.452500', '172410.912500', '172411.372500', '172411.832500', '172412.292500', '172412.752500', '172413.212500', '172413.672500', '172414.132500', '172414.592500', '172415.052500', '172415.512500', '172415.972500', '172416.432500', '172416.892500', '172417.352500', '172417.812500', '172418.272500', '172418.732500', '172419.192500', '172419.652500', '172420.112500', '172420.572500', '172421.032500', '172421.492500', '172421.952500', '172422.412500', '172422.872500', '172423.332500', '172423.792500', '172424.252500', '172424.712500', '172425.172500', '172425.632500', '172426.092500', '172426.552500', '172427.012500', '172427.472500', '172427.932500', '172428.392500', '172428.852500', '172429.312500', '172429.772500', '172430.232500', '172430.692500', '172431.152500', '172431.612500', '172432.072500', '172432.532500', '172432.992500', '172433.452500', '172433.912500', '172434.372500', '172434.832500', '172435.292500', '172435.752500', '172436.212500', '172436.672500', '172437.132500', '172437.592500', '172438.052500', '172438.512500', '172438.972500', '172439.432500', '172439.892500', '172440.352500', '172440.812500', '172441.272500', '172441.732500', '172442.192500', '172442.652500', '172443.112500', '172443.572500', '172444.032500', '172444.492500', '172444.952500', '172445.412500', '172445.872500', '172446.332500', '172446.792500', '172447.252500', '172447.712500', '172448.172500', '172448.632500', '172449.092500', '172449.552500', '172450.012500', '172450.472500', '172450.932500', '172451.392500', '172451.852500', '172452.312500', '172452.772500', '172453.232500', '172453.692500', '172454.152500', '172454.612500', '172455.072500', '172455.532500', '172455.992500', '172456.452500', '172456.912500', '172457.372500', '172457.832500', '172458.292500', '172458.752500', '172459.212500', '172459.672500', '172500.132500', '172500.592500', '172501.052500', '172501.512500', '172501.972500', '172502.432500', '172502.892500', '172503.352500', '172503.812500', '172504.272500', '172504.732500', '172505.192500', '172505.652500', '172506.112500', '172506.572500', '172507.032500', '172507.492500', '172507.952500', '172508.412500', '172508.872500', '172509.332500', '172509.792500', '172510.252500', '172510.712500', '172511.172500', '172511.632500', '172512.092500', '172512.552500', '172513.012500', '172513.472500', '172513.932500', '172514.392500', '172514.852500', '172515.312500', '172515.772500', '172516.232500', '172516.692500', '172517.152500', '172517.612500', '172518.072500', '172518.532500', '172518.992500', '172519.452500', '172519.912500', '172520.372500', '172520.832500', '172521.292500', '172521.752500', '172522.212500', '172522.672500', '172523.132500', '172523.592500', '172524.052500', '172524.512500', '172524.972500', '172525.432500', '172525.892500', '172526.352500', '172526.812500', '172527.272500', '172527.732500', '172528.192500', '172528.652500', '172529.112500', '172529.572500', '172530.032500', '172530.492500', '172530.952500', '172531.412500', '172531.872500', '172532.332500', '172532.792500', '172533.252500', '172533.712500', '172534.172500', '172534.632500', '172535.092500', '172535.552500', '172536.012500', '172536.472500', '172536.932500', '172537.392500', '172537.852500', '172538.312500', '172538.772500', '172539.232500', '172539.692500', '172540.152500', '172540.612500', '172541.072500', '172541.532500', '172541.992500', '172542.452500', '172542.912500', '172543.372500', '172543.832500', '172544.292500', '172544.752500', '172545.212500', '172545.672500', '172546.132500', '172546.592500', '172547.052500', '172547.512500', '172547.972500', '172548.432500', '172548.892500', '172549.352500', '172549.812500', '172550.272500', '172550.732500', '172551.192500', '172551.652500', '172552.112500', '172552.572500', '172553.032500', '172553.492500', '172553.952500', '172554.412500', '172554.872500', '172555.332500', '172555.792500', '172556.252500', '172556.712500', '172557.172500', '172557.632500', '172558.092500', '172558.552500', '172559.012500', '172559.472500', '172559.932500', '172600.392500', '172600.852500', '172601.312500', '172601.772500', '172602.232500', '172602.692500', '172603.152500', '172603.612500', '172604.072500', '172604.532500', '172604.992500', '172605.452500', '172605.912500', '172606.372500', '172606.832500', '172607.292500', '172607.752500', '172608.212500', '172608.672500', '172609.132500', '172609.592500', '172610.052500', '172610.512500', '172610.972500', '172611.432500', '172611.892500', '172612.352500', '172612.812500', '172613.272500', '172613.732500', '172614.192500', '172614.652500', '172615.112500', '172615.572500', '172616.032500', '172616.492500', '172616.952500', '172617.412500', '172617.872500', '172618.332500', '172618.792500', '172619.252500', '172619.712500', '172620.172500', '172620.632500', '172621.092500', '172621.552500', '172622.012500', '172622.472500', '172622.932500', '172623.392500', '172623.852500', '172624.312500', '172624.772500', '172625.232500', '172625.692500', '172626.152500', '172626.612500', '172627.072500', '172627.532500', '172627.992500', '172628.452500', '172628.912500', '172629.372500', '172629.832500', '172630.292500', '172630.752500', '172631.212500', '172631.672500', '172632.132500', '172632.592500', '172633.052500', '172633.512500', '172633.972500', '172634.432500', '172634.892500', '172635.352500', '172635.812500', '172636.272500', '172636.732500', '172637.192500', '172637.652500', '172638.112500', '172638.572500', '172639.032500', '172639.492500', '172639.952500', '172640.412500', '172640.872500', '172641.332500', '172641.792500', '172642.252500', '172642.712500', '172643.172500', '172643.632500', '172644.092500', '172644.552500', '172645.012500', '172645.472500', '172645.932500', '172646.392500', '172646.852500', '172647.312500', '172647.772500', '172648.232500', '172648.692500', '172649.152500', '172649.612500', '172650.072500', '172650.532500', '172650.992500', '172651.452500', '172651.912500', '172652.372500', '172652.832500', '172653.292500', '172653.752500', '172654.212500', '172654.672500', '172655.132500', '172655.592500', '172656.052500', '172656.512500', '172656.972500', '172657.432500', '172657.892500', '172658.352500', '172658.812500', '172659.272500', '172659.732500', '172700.192500', '172700.652500', '172701.112500', '172701.572500', '172702.032500', '172702.492500', '172702.952500', '172703.412500', '172703.872500', '172704.332500', '172704.792500', '172705.252500', '172705.712500', '172706.172500', '172706.632500', '172707.092500', '172707.552500', '172708.012500', '172708.472500', '172708.932500', '172709.392500', '172709.852500', '172710.312500', '172710.772500', '172711.232500', '172711.692500', '172712.152500', '172712.612500', '172713.072500', '172713.532500', '172713.992500', '172714.452500', '172714.912500', '172715.372500', '172715.832500', '172716.292500', '172716.752500', '172717.212500', '172717.672500', '172718.132500', '172718.592500', '172719.052500', '172719.512500', '172719.972500', '172720.432500', '172720.892500', '172721.352500', '172721.812500', '172722.272500', '172722.732500', '172723.192500', '172723.652500', '172724.112500', '172724.572500', '172725.032500', '172725.492500', '172725.952500', '172726.412500', '172726.872500', '172727.332500', '172727.792500', '172728.252500', '172728.712500', '172729.172500', '172729.632500', '172730.092500', '172730.552500', '172731.012500', '172731.472500', '172731.932500', '172732.392500', '172732.852500', '172733.312500', '172733.772500', '172734.232500', '172734.692500', '172735.152500', '172735.612500', '172736.072500', '172736.532500', '172736.992500', '172737.452500', '172737.912500', '172738.372500', '172738.832500', '172739.292500', '172739.752500', '172740.212500', '172740.672500', '172741.132500', '172741.592500', '172742.052500', '172742.512500', '172742.972500', '172743.432500', '172743.892500', '172744.352500', '172744.812500', '172745.272500', '172745.732500', '172746.192500', '172746.652500', '172747.112500', '172747.572500', '172748.032500', '172748.492500', '172748.952500', '172749.412500', '172749.872500', '172750.332500', '172750.792500', '172751.252500', '172751.712500', '172752.172500', '172752.632500', '172753.092500', '172753.552500', '172754.012500', '172754.472500', '172754.932500', '172755.392500', '172755.852500', '172756.312500', '172756.772500', '172757.232500', '172757.692500', '172758.152500', '172758.612500', '172759.072500', '172759.532500', '172759.992500', '172800.452500', '172800.912500', '172801.372500', '172801.832500', '172802.292500', '172802.752500', '172803.212500', '172803.672500', '172804.132500', '172804.592500', '172805.052500', '172805.512500', '172805.972500', '172806.432500', '172806.892500', '172807.352500', '172807.812500', '172808.272500', '172808.732500', '172809.192500', '172809.652500', '172810.112500', '172810.572500', '172811.032500', '172811.492500', '172811.952500', '172812.412500', '172812.872500', '172813.332500', '172813.792500', '172814.252500', '172814.712500', '172815.172500', '172815.632500', '172816.092500', '172816.552500', '172817.012500', '172817.472500', '172817.932500', '172818.392500', '172818.852500', '172819.312500', '172819.772500', '172820.232500', '172820.692500', '172821.152500', '172821.612500', '172822.072500', '172822.532500', '172822.992500', '172823.452500', '172823.912500', '172824.372500', '172824.832500', '172825.292500', '172825.752500', '172826.212500', '172826.672500', '172827.132500', '172827.592500', '172828.052500', '172828.512500', '172828.972500', '172829.432500', '172829.892500', '172830.352500', '172830.812500', '172831.272500', '172831.732500', '172832.192500', '172832.652500', '172833.112500', '172833.572500', '172834.032500', '172834.492500', '172834.952500', '172835.412500', '172835.872500', '172836.332500', '172836.792500', '172837.252500', '172837.712500', '172838.172500', '172838.632500', '172839.092500', '172839.552500', '172840.012500', '172840.472500', '172840.932500', '172841.392500', '172841.852500', '172842.312500', '172842.772500', '172843.232500', '172843.692500', '172844.152500', '172844.612500', '172845.072500', '172845.532500', '172845.992500', '172846.452500', '172846.912500', '172847.372500', '172847.832500', '172848.292500', '172848.752500', '172849.212500', '172849.672500', '172850.132500', '172850.592500', '172851.052500', '172851.512500', '172851.972500', '172852.432500', '172852.892500', '172853.352500', '172853.812500', '172854.272500', '172854.732500', '172855.192500', '172855.652500', '172856.112500', '172856.572500', '172857.032500', '172857.492500', '172857.952500', '172858.412500', '172858.872500', '172859.332500', '172859.792500', '172900.252500', '172900.712500', '172901.172500', '172901.632500', '172902.092500', '172902.552500', '172903.012500', '172903.472500', '172903.932500', '172904.392500', '172904.852500', '172905.312500', '172905.772500', '172906.232500', '172906.692500', '172907.152500', '172907.612500', '172908.072500', '172908.532500', '172908.992500', '172909.452500', '172909.912500', '172910.372500', '172910.832500', '172911.292500', '172911.752500', '172912.212500', '172912.672500', '172913.132500', '172913.592500', '172914.052500', '172914.512500', '172914.972500', '172915.432500', '172915.892500', '172916.352500', '172916.812500', '172917.272500', '172917.732500', '172918.192500', '172918.652500', '172919.112500', '172919.572500', '172920.032500', '172920.492500', '172920.952500', '172921.412500', '172921.872500', '172922.332500', '172922.792500', '172923.252500', '172923.712500', '172924.172500', '172924.632500', '172925.092500', '172925.552500', '172926.012500', '172926.472500', '172926.932500', '172927.392500', '172927.852500', '172928.312500', '172928.772500', '172929.232500', '172929.692500', '172930.152500', '172930.612500', '172931.072500', '172931.532500', '172931.992500', '172932.452500', '172932.912500', '172933.372500', '172933.832500', '172934.292500', '172934.752500', '172935.212500', '172935.672500', '172936.132500', '172936.592500', '172937.052500', '172937.512500', '172937.972500', '172938.432500', '172938.892500', '172939.352500', '172939.812500', '172940.272500', '172940.732500', '172941.192500', '172941.652500', '172942.112500', '172942.572500', '172943.032500', '172943.492500', '172943.952500', '172944.412500', '172944.872500', '172945.332500', '172945.792500', '172946.252500', '172946.712500', '172947.172500', '172947.632500', '172948.092500', '172948.552500', '172949.012500', '172949.472500', '172949.932500', '172950.392500', '172950.852500', '172951.312500', '172951.772500', '172952.232500', '172952.692500', '172953.152500', '172953.612500', '172954.072500', '172954.532500', '172954.992500', '172955.452500', '172955.912500', '172956.372500', '172956.832500', '172957.292500', '172957.752500', '172958.212500', '172958.672500', '172959.132500', '172959.592500', '173000.052500', '173000.512500', '173000.972500', '173001.432500', '173001.892500', '173002.352500', '173002.812500', '173003.272500', '173003.732500', '173004.192500', '173004.652500', '173005.112500', '173005.572500', '173006.032500', '173006.492500', '173006.952500', '173007.412500', '173007.872500', '173008.332500', '173008.792500', '173009.252500', '173009.712500', '173010.172500', '173010.632500', '173011.092500', '173011.552500', '173012.012500', '173012.472500'], 'ContentTime': ['172013.821000', '172013.825000', '172013.828000', '172013.831000', '172013.834000', '172013.837000', '172013.839000', '172013.842000', '172013.845000', '172013.848000', '172013.851000', '172013.854000', '172013.857000', '172013.860000', '172013.868000', '172013.870000', '172013.873000', '172013.876000', '172013.879000', '172013.882000', '172013.885000', '172013.888000', '172013.891000', '172013.894000', '172013.897000', '172013.899000', '172013.902000', '172013.905000', '172013.908000', '172013.911000', '172013.914000', '172033.783000', '172033.786000', '172033.789000', '172033.791000', '172033.794000', '172033.797000', '172033.800000', '172033.802000', '172033.805000', '172033.808000', '172033.811000', '172033.814000', '172033.817000', '172033.819000', '172033.822000', '172033.825000', '172033.828000', '172033.831000', '172033.833000', '172033.840000', '172033.843000', '172033.846000', '172033.849000', '172033.852000', '172033.855000', '172033.857000', '172033.860000', '172033.863000', '172033.866000', '172033.868000', '172033.871000', '172033.874000', '172033.877000', '172033.880000', '172033.883000', '172033.886000', '172033.889000', '172033.892000', '172033.894000', '172033.897000', '172033.900000', '172033.903000', '172033.906000', '172053.784000', '172053.787000', '172053.789000', '172053.792000', '172053.795000', '172053.798000', '172053.801000', '172053.803000', '172053.806000', '172053.809000', '172053.812000', '172053.822000', '172053.825000', '172053.828000', '172053.830000', '172053.833000', '172053.836000', '172053.839000', '172053.842000', '172053.844000', '172053.847000', '172053.850000', '172053.853000', '172053.856000', '172053.859000', '172053.861000', '172053.864000', '172053.867000', '172053.870000', '172053.872000', '172053.875000', '172053.878000', '172053.881000', '172053.883000', '172053.886000', '172053.889000', '172053.892000', '172053.895000', '172053.897000', '172053.900000', '172053.903000', '172053.906000', '172053.909000', '172053.911000', '172113.784000', '172113.787000', '172113.790000', '172113.792000', '172113.795000', '172113.798000', '172113.801000', '172113.804000', '172113.807000', '172113.809000', '172113.812000', '172113.815000', '172113.818000', '172113.821000', '172113.823000', '172113.826000', '172113.829000', '172113.832000', '172113.834000', '172113.837000', '172113.840000', '172113.843000', '172113.858000', '172113.861000', '172113.864000', '172113.867000', '172113.869000', '172113.872000', '172113.875000', '172113.878000', '172113.881000', '172113.883000', '172113.886000', '172113.889000', '172113.892000', '172113.894000', '172113.897000', '172113.900000', '172113.903000', '172113.906000', '172113.908000', '172113.911000', '172113.914000', '172133.784000', '172133.787000', '172133.789000', '172133.792000', '172133.795000', '172133.798000', '172133.801000', '172133.803000', '172133.806000', '172133.809000', '172133.812000', '172133.815000', '172133.817000', '172133.820000', '172133.823000', '172133.826000', '172133.829000', '172133.831000', '172133.834000', '172133.837000', '172133.840000', '172133.843000', '172133.845000', '172133.848000', '172133.851000', '172133.854000', '172133.857000', '172133.859000', '172133.862000', '172133.865000', '172133.868000', '172133.871000', '172133.873000', '172133.876000', '172133.879000', '172133.882000', '172133.885000', '172133.888000', '172133.891000', '172133.894000', '172133.896000', '172133.899000', '172133.902000', '172133.905000', '172153.784000', '172153.787000', '172153.790000', '172153.792000', '172153.795000', '172153.798000', '172153.801000', '172153.804000', '172153.806000', '172153.809000', '172153.812000', '172153.815000', '172153.817000', '172153.820000', '172153.823000', '172153.826000', '172153.829000', '172153.831000', '172153.834000', '172153.837000', '172153.840000', '172153.843000', '172153.846000', '172153.848000', '172153.851000', '172153.854000', '172153.857000', '172153.860000', '172153.862000', '172153.865000', '172153.868000', '172153.871000', '172153.874000', '172153.876000', '172153.879000', '172153.882000', '172153.885000', '172153.888000', '172153.891000', '172153.893000', '172153.896000', '172153.899000', '172153.902000', '172213.784000', '172213.787000', '172213.789000', '172213.792000', '172213.795000', '172213.798000', '172213.801000', '172213.804000', '172213.806000', '172213.809000', '172213.812000', '172213.815000', '172213.818000', '172213.820000', '172213.823000', '172213.826000', '172213.829000', '172213.831000', '172213.834000', '172213.837000', '172213.840000', '172213.843000', '172213.846000', '172213.848000', '172213.851000', '172213.854000', '172213.857000', '172213.860000', '172213.862000', '172213.865000', '172213.868000', '172213.871000', '172213.874000', '172213.876000', '172213.881000', '172213.884000', '172213.887000', '172213.890000', '172213.892000', '172213.895000', '172213.898000', '172213.901000', '172213.904000', '172213.915000', '172233.783000', '172233.786000', '172233.789000', '172233.791000', '172233.794000', '172233.797000', '172233.800000', '172233.802000', '172233.805000', '172233.808000', '172233.811000', '172233.814000', '172233.816000', '172233.819000', '172233.822000', '172233.825000', '172233.828000', '172233.831000', '172233.833000', '172233.836000', '172233.839000', '172233.842000', '172233.845000', '172233.847000', '172233.850000', '172233.853000', '172233.856000', '172233.859000', '172233.861000', '172233.864000', '172233.867000', '172233.870000', '172233.873000', '172233.875000', '172233.878000', '172233.881000', '172233.884000', '172233.887000', '172233.890000', '172233.893000', '172233.895000', '172233.898000', '172233.901000', '172253.783000', '172253.786000', '172253.789000', '172253.792000', '172253.795000', '172253.798000', '172253.800000', '172253.803000', '172253.806000', '172253.809000', '172253.811000', '172253.814000', '172253.817000', '172253.820000', '172253.823000', '172253.825000', '172253.828000', '172253.831000', '172253.848000', '172253.850000', '172253.853000', '172253.856000', '172253.859000', '172253.862000', '172253.865000', '172253.867000', '172253.870000', '172253.873000', '172253.876000', '172253.879000', '172253.881000', '172253.884000', '172253.887000', '172253.890000', '172253.893000', '172253.895000', '172253.898000', '172253.901000', '172253.904000', '172253.907000', '172253.909000', '172253.912000', '172253.915000', '172313.784000', '172313.787000', '172313.790000', '172313.792000', '172313.795000', '172313.798000', '172313.801000', '172313.804000', '172313.807000', '172313.810000', '172313.812000', '172313.815000', '172313.818000', '172313.821000', '172313.824000', '172313.827000', '172313.829000', '172313.832000', '172313.835000', '172313.838000', '172313.841000', '172313.844000', '172313.846000', '172313.849000', '172313.852000', '172313.855000', '172313.858000', '172313.860000', '172313.863000', '172313.866000', '172313.869000', '172313.872000', '172313.875000', '172313.877000', '172313.880000', '172313.883000', '172313.886000', '172313.889000', '172313.891000', '172313.894000', '172313.897000', '172313.900000', '172313.903000', '172313.905000', '172333.784000', '172333.787000', '172333.790000', '172333.792000', '172333.795000', '172333.798000', '172333.801000', '172333.804000', '172333.807000', '172333.810000', '172333.812000', '172333.815000', '172333.818000', '172333.821000', '172333.824000', '172333.827000', '172333.829000', '172333.832000', '172333.835000', '172333.838000', '172333.841000', '172333.843000', '172333.846000', '172333.849000', '172333.852000', '172333.855000', '172333.858000', '172333.860000', '172333.863000', '172333.866000', '172333.869000', '172333.872000', '172333.874000', '172333.877000', '172333.880000', '172333.883000', '172333.886000', '172333.889000', '172333.891000', '172333.894000', '172333.897000', '172333.900000', '172333.903000', '172353.784000', '172353.787000', '172353.790000', '172353.793000', '172353.795000', '172353.798000', '172353.801000', '172353.805000', '172353.808000', '172353.811000', '172353.813000', '172353.816000', '172353.819000', '172353.822000', '172353.825000', '172353.827000', '172353.830000', '172353.833000', '172353.836000', '172353.839000', '172353.842000', '172353.844000', '172353.847000', '172353.850000', '172353.853000', '172353.856000', '172353.858000', '172353.861000', '172353.864000', '172353.867000', '172353.870000', '172353.873000', '172353.876000', '172353.878000', '172353.881000', '172353.884000', '172353.887000', '172353.890000', '172353.892000', '172353.895000', '172353.898000', '172353.901000', '172353.903000', '172353.906000', '172413.784000', '172413.787000', '172413.790000', '172413.793000', '172413.795000', '172413.798000', '172413.801000', '172413.804000', '172413.807000', '172413.811000', '172413.816000', '172413.819000', '172413.821000', '172413.824000', '172413.827000', '172413.830000', '172413.833000', '172413.836000', '172413.838000', '172413.841000', '172413.844000', '172413.847000', '172413.850000', '172413.853000', '172413.855000', '172413.858000', '172413.861000', '172413.864000', '172413.867000', '172413.870000', '172413.872000', '172413.875000', '172413.878000', '172413.881000', '172413.884000', '172413.887000', '172413.889000', '172413.892000', '172413.895000', '172413.898000', '172413.901000', '172413.904000', '172413.906000', '172433.784000', '172433.787000', '172433.790000', '172433.793000', '172433.795000', '172433.798000', '172433.801000', '172433.804000', '172433.807000', '172433.809000', '172433.812000', '172433.815000', '172433.818000', '172433.821000', '172433.823000', '172433.826000', '172433.829000', '172433.832000', '172433.835000', '172433.838000', '172433.841000', '172433.843000', '172433.846000', '172433.849000', '172433.852000', '172433.855000', '172433.857000', '172433.860000', '172433.863000', '172433.866000', '172433.869000', '172433.872000', '172433.874000', '172433.877000', '172433.880000', '172433.883000', '172433.886000', '172433.888000', '172433.891000', '172433.894000', '172433.897000', '172433.900000', '172433.903000', '172433.906000', '172453.783000', '172453.786000', '172453.789000', '172453.792000', '172453.795000', '172453.797000', '172453.800000', '172453.803000', '172453.806000', '172453.809000', '172453.811000', '172453.814000', '172453.817000', '172453.820000', '172453.823000', '172453.826000', '172453.828000', '172453.831000', '172453.834000', '172453.839000', '172453.843000', '172453.846000', '172453.849000', '172453.852000', '172453.855000', '172453.857000', '172453.860000', '172453.863000', '172453.866000', '172453.869000', '172453.872000', '172453.874000', '172453.877000', '172453.880000', '172453.883000', '172453.886000', '172453.888000', '172453.891000', '172453.894000', '172453.897000', '172453.900000', '172453.902000', '172453.905000', '172513.783000', '172513.786000', '172513.789000', '172513.791000', '172513.794000', '172513.797000', '172513.800000', '172513.803000', '172513.805000', '172513.808000', '172513.811000', '172513.814000', '172513.817000', '172513.820000', '172513.822000', '172513.825000', '172513.828000', '172513.831000', '172513.834000', '172513.837000', '172513.839000', '172513.842000', '172513.845000', '172513.848000', '172513.851000', '172513.853000', '172513.856000', '172513.859000', '172513.862000', '172513.865000', '172513.868000', '172513.870000', '172513.873000', '172513.876000', '172513.879000', '172513.882000', '172513.885000', '172513.887000', '172513.890000', '172513.893000', '172513.896000', '172513.899000', '172513.902000', '172513.904000', '172533.784000', '172533.787000', '172533.790000', '172533.793000', '172533.796000', '172533.799000', '172533.802000', '172533.805000', '172533.808000', '172533.810000', '172533.813000', '172533.816000', '172533.819000', '172533.822000', '172533.827000', '172533.830000', '172533.832000', '172533.835000', '172533.838000', '172533.841000', '172533.844000', '172533.847000', '172533.849000', '172533.852000', '172533.855000', '172533.858000', '172533.861000', '172533.864000', '172533.866000', '172533.873000', '172533.876000', '172533.879000', '172533.882000', '172533.885000', '172533.887000', '172533.890000', '172533.893000', '172533.896000', '172533.899000', '172533.901000', '172533.904000', '172533.907000', '172533.910000', '172553.784000', '172553.787000', '172553.790000', '172553.793000', '172553.795000', '172553.798000', '172553.801000', '172553.804000', '172553.807000', '172553.809000', '172553.812000', '172553.824000', '172553.827000', '172553.830000', '172553.832000', '172553.835000', '172553.838000', '172553.841000', '172553.844000', '172553.846000', '172553.849000', '172553.852000', '172553.855000', '172553.858000', '172553.860000', '172553.863000', '172553.866000', '172553.869000', '172553.872000', '172553.875000', '172553.877000', '172553.880000', '172553.883000', '172553.886000', '172553.888000', '172553.891000', '172553.894000', '172553.897000', '172553.900000', '172553.902000', '172553.905000', '172553.908000', '172553.911000', '172553.913000', '172613.784000', '172613.787000', '172613.790000', '172613.793000', '172613.795000', '172613.798000', '172613.801000', '172613.804000', '172613.807000', '172613.809000', '172613.812000', '172613.815000', '172613.818000', '172613.821000', '172613.823000', '172613.826000', '172613.829000', '172613.832000', '172613.835000', '172613.837000', '172613.840000', '172613.843000', '172613.846000', '172613.849000', '172613.852000', '172613.854000', '172613.857000', '172613.860000', '172613.863000', '172613.866000', '172613.868000', '172613.872000', '172613.877000', '172613.880000', '172613.883000', '172613.886000', '172613.889000', '172613.892000', '172613.895000', '172613.898000', '172613.900000', '172613.903000', '172613.906000', '172633.784000', '172633.787000', '172633.790000', '172633.793000', '172633.795000', '172633.798000', '172633.801000', '172633.804000', '172633.807000', '172633.809000', '172633.812000', '172633.815000', '172633.818000', '172633.821000', '172633.824000', '172633.826000', '172633.829000', '172633.832000', '172633.835000', '172633.838000', '172633.841000', '172633.843000', '172633.846000', '172633.849000', '172633.852000', '172633.855000', '172633.858000', '172633.860000', '172633.863000', '172633.866000', '172633.869000', '172633.872000', '172633.874000', '172633.877000', '172633.880000', '172633.883000', '172633.886000', '172633.888000', '172633.891000', '172633.894000', '172633.897000', '172633.900000', '172633.902000', '172633.905000', '172653.784000', '172653.787000', '172653.790000', '172653.792000', '172653.795000', '172653.798000', '172653.801000', '172653.804000', '172653.807000', '172653.810000', '172653.812000', '172653.815000', '172653.818000', '172653.821000', '172653.824000', '172653.827000', '172653.830000', '172653.833000', '172653.836000', '172653.839000', '172653.842000', '172653.844000', '172653.847000', '172653.851000', '172653.853000', '172653.856000', '172653.859000', '172653.862000', '172653.865000', '172653.867000', '172653.870000', '172653.873000', '172653.876000', '172653.879000', '172653.881000', '172653.884000', '172653.887000', '172653.890000', '172653.893000', '172653.896000', '172653.899000', '172653.902000', '172653.905000', '172713.783000', '172713.786000', '172713.789000', '172713.792000', '172713.794000', '172713.797000', '172713.800000', '172713.803000', '172713.806000', '172713.809000', '172713.811000', '172713.814000', '172713.817000', '172713.820000', '172713.823000', '172713.825000', '172713.828000', '172713.831000', '172713.834000', '172713.837000', '172713.839000', '172713.842000', '172713.860000', '172713.863000', '172713.866000', '172713.869000', '172713.872000', '172713.874000', '172713.877000', '172713.880000', '172713.883000', '172713.886000', '172713.888000', '172713.891000', '172713.894000', '172713.897000', '172713.900000', '172713.902000', '172713.905000', '172713.908000', '172713.911000', '172713.914000', '172713.916000', '172713.919000', '172733.783000', '172733.786000', '172733.789000', '172733.792000', '172733.794000', '172733.797000', '172733.800000', '172733.803000', '172733.806000', '172733.808000', '172733.811000', '172733.814000', '172733.817000', '172733.820000', '172733.822000', '172733.825000', '172733.828000', '172733.831000', '172733.834000', '172733.836000', '172733.839000', '172733.842000', '172733.845000', '172733.848000', '172733.851000', '172733.853000', '172733.856000', '172733.859000', '172733.862000', '172733.865000', '172733.867000', '172733.870000', '172733.873000', '172733.876000', '172733.879000', '172733.882000', '172733.884000', '172733.887000', '172733.890000', '172733.893000', '172733.896000', '172733.898000', '172733.901000', '172753.784000', '172753.787000', '172753.790000', '172753.792000', '172753.795000', '172753.798000', '172753.801000', '172753.804000', '172753.807000', '172753.809000', '172753.812000', '172753.815000', '172753.818000', '172753.821000', '172753.824000', '172753.826000', '172753.829000', '172753.832000', '172753.835000', '172753.837000', '172753.840000', '172753.843000', '172753.846000', '172753.849000', '172753.852000', '172753.854000', '172753.857000', '172753.860000', '172753.863000', '172753.866000', '172753.869000', '172753.872000', '172753.874000', '172753.877000', '172753.880000', '172753.883000', '172753.886000', '172753.889000', '172753.891000', '172753.894000', '172753.897000', '172753.900000', '172753.903000', '172753.906000', '172813.784000', '172813.787000', '172813.790000', '172813.793000', '172813.795000', '172813.798000', '172813.801000', '172813.804000', '172813.807000', '172813.810000', '172813.812000', '172813.815000', '172813.818000', '172813.821000', '172813.824000', '172813.827000', '172813.829000', '172813.832000', '172813.835000', '172813.838000', '172813.841000', '172813.844000', '172813.847000', '172813.849000', '172813.852000', '172813.855000', '172813.858000', '172813.860000', '172813.863000', '172813.867000', '172813.870000', '172813.873000', '172813.876000', '172813.879000', '172813.881000', '172813.884000', '172813.887000', '172813.890000', '172813.893000', '172813.896000', '172813.898000', '172813.901000', '172813.904000', '172833.784000', '172833.787000', '172833.790000', '172833.792000', '172833.795000', '172833.798000', '172833.801000', '172833.804000', '172833.806000', '172833.809000', '172833.812000', '172833.815000', '172833.818000', '172833.821000', '172833.823000', '172833.826000', '172833.829000', '172833.832000', '172833.846000', '172833.849000', '172833.852000', '172833.855000', '172833.857000', '172833.860000', '172833.863000', '172833.866000', '172833.869000', '172833.871000', '172833.874000', '172833.877000', '172833.880000', '172833.883000', '172833.885000', '172833.888000', '172833.891000', '172833.894000', '172833.897000', '172833.900000', '172833.902000', '172833.905000', '172833.908000', '172833.911000', '172833.914000', '172833.916000', '172853.784000', '172853.787000', '172853.790000', '172853.793000', '172853.796000', '172853.798000', '172853.801000', '172853.804000', '172853.807000', '172853.810000', '172853.813000', '172853.815000', '172853.818000', '172853.821000', '172853.824000', '172853.827000', '172853.829000', '172853.832000', '172853.835000', '172853.838000', '172853.841000', '172853.844000', '172853.846000', '172853.849000', '172853.852000', '172853.855000', '172853.858000', '172853.861000', '172853.863000', '172853.866000', '172853.869000', '172853.872000', '172853.875000', '172853.878000', '172853.880000', '172853.883000', '172853.886000', '172853.889000', '172853.892000', '172853.895000', '172853.897000', '172853.900000', '172853.903000', '172913.784000', '172913.787000', '172913.790000', '172913.793000', '172913.796000', '172913.798000', '172913.801000', '172913.804000', '172913.807000', '172913.810000', '172913.813000', '172913.815000', '172913.818000', '172913.821000', '172913.824000', '172913.827000', '172913.829000', '172913.832000', '172913.835000', '172913.838000', '172913.841000', '172913.844000', '172913.846000', '172913.849000', '172913.852000', '172913.855000', '172913.858000', '172913.861000', '172913.864000', '172913.866000', '172913.869000', '172913.872000', '172913.875000', '172913.878000', '172913.881000', '172913.884000', '172913.886000', '172913.889000', '172913.892000', '172913.895000', '172913.898000', '172913.900000', '172913.903000', '172913.906000', '172933.783000', '172933.786000', '172933.789000', '172933.792000', '172933.795000', '172933.797000', '172933.800000', '172933.803000', '172933.806000', '172933.809000', '172933.811000', '172933.814000', '172933.817000', '172933.820000', '172933.823000', '172933.825000', '172933.828000', '172933.831000', '172933.834000', '172933.837000', '172933.840000', '172933.843000', '172933.845000', '172933.848000', '172933.851000', '172933.854000', '172933.857000', '172933.859000', '172933.862000', '172933.865000', '172933.868000', '172933.871000', '172933.874000', '172933.876000', '172933.879000', '172933.882000', '172933.885000', '172933.888000', '172933.891000', '172933.893000', '172933.896000', '172933.899000', '172933.902000', '172953.783000', '172953.792000', '172953.795000', '172953.798000', '172953.801000', '172953.804000', '172953.806000', '172953.809000', '172953.812000', '172953.815000', '172953.818000', '172953.820000', '172953.823000', '172953.826000', '172953.829000', '172953.832000', '172953.835000', '172953.837000', '172953.840000', '172953.847000', '172953.850000', '172953.853000', '172953.855000', '172953.858000', '172953.861000', '172953.864000', '172953.867000', '172953.869000', '172953.872000', '172953.875000', '172953.878000', '172953.881000', '172953.884000', '172953.887000', '172953.889000', '172953.892000', '172953.895000', '172953.898000', '172953.901000', '172953.903000', '172953.906000', '172953.909000', '172953.912000', '172953.915000', '173013.580000', '173013.583000', '173013.586000', '173013.589000', '173013.592000', '173013.596000', '173013.600000', '173013.603000', '173013.606000', '173013.610000', '173013.613000', '173013.616000', '173013.618000', '173013.621000', '173013.624000', '173013.627000', '173013.630000', '173013.633000', '173013.636000', '173013.639000', '173013.641000', '173013.645000', '173013.649000', '173013.652000', '173013.655000', '173013.658000', '173013.661000', '173013.663000', '173013.666000', '173013.669000', '173013.672000', '173013.675000', '173013.678000', '173013.680000', '173013.683000', '173013.686000', '173013.689000', '173013.692000', '173013.695000', '173013.698000', '173013.701000', '173013.704000', '173013.707000'], 'InstanceCreationTime': ['172013.821000', '172013.825000', '172013.828000', '172013.831000', '172013.834000', '172013.837000', '172013.839000', '172013.842000', '172013.845000', '172013.848000', '172013.851000', '172013.854000', '172013.857000', '172013.860000', '172013.868000', '172013.870000', '172013.873000', '172013.876000', '172013.879000', '172013.882000', '172013.885000', '172013.888000', '172013.891000', '172013.894000', '172013.897000', '172013.899000', '172013.902000', '172013.905000', '172013.908000', '172013.911000', '172013.914000', '172033.783000', '172033.786000', '172033.789000', '172033.791000', '172033.794000', '172033.797000', '172033.800000', '172033.802000', '172033.805000', '172033.808000', '172033.811000', '172033.814000', '172033.817000', '172033.819000', '172033.822000', '172033.825000', '172033.828000', '172033.831000', '172033.833000', '172033.840000', '172033.843000', '172033.846000', '172033.849000', '172033.852000', '172033.855000', '172033.857000', '172033.860000', '172033.863000', '172033.866000', '172033.868000', '172033.871000', '172033.874000', '172033.877000', '172033.880000', '172033.883000', '172033.886000', '172033.889000', '172033.892000', '172033.894000', '172033.897000', '172033.900000', '172033.903000', '172033.906000', '172053.784000', '172053.787000', '172053.789000', '172053.792000', '172053.795000', '172053.798000', '172053.801000', '172053.803000', '172053.806000', '172053.809000', '172053.812000', '172053.822000', '172053.825000', '172053.828000', '172053.830000', '172053.833000', '172053.836000', '172053.839000', '172053.842000', '172053.844000', '172053.847000', '172053.850000', '172053.853000', '172053.856000', '172053.859000', '172053.861000', '172053.864000', '172053.867000', '172053.870000', '172053.872000', '172053.875000', '172053.878000', '172053.881000', '172053.883000', '172053.886000', '172053.889000', '172053.892000', '172053.895000', '172053.897000', '172053.900000', '172053.903000', '172053.906000', '172053.909000', '172053.911000', '172113.784000', '172113.787000', '172113.790000', '172113.792000', '172113.795000', '172113.798000', '172113.801000', '172113.804000', '172113.807000', '172113.809000', '172113.812000', '172113.815000', '172113.818000', '172113.821000', '172113.823000', '172113.826000', '172113.829000', '172113.832000', '172113.834000', '172113.837000', '172113.840000', '172113.843000', '172113.858000', '172113.861000', '172113.864000', '172113.867000', '172113.869000', '172113.872000', '172113.875000', '172113.878000', '172113.881000', '172113.883000', '172113.886000', '172113.889000', '172113.892000', '172113.894000', '172113.897000', '172113.900000', '172113.903000', '172113.906000', '172113.908000', '172113.911000', '172113.914000', '172133.784000', '172133.787000', '172133.789000', '172133.792000', '172133.795000', '172133.798000', '172133.801000', '172133.803000', '172133.806000', '172133.809000', '172133.812000', '172133.815000', '172133.817000', '172133.820000', '172133.823000', '172133.826000', '172133.829000', '172133.831000', '172133.834000', '172133.837000', '172133.840000', '172133.843000', '172133.845000', '172133.848000', '172133.851000', '172133.854000', '172133.857000', '172133.859000', '172133.862000', '172133.865000', '172133.868000', '172133.871000', '172133.873000', '172133.876000', '172133.879000', '172133.882000', '172133.885000', '172133.888000', '172133.891000', '172133.894000', '172133.896000', '172133.899000', '172133.902000', '172133.905000', '172153.784000', '172153.787000', '172153.790000', '172153.792000', '172153.795000', '172153.798000', '172153.801000', '172153.804000', '172153.806000', '172153.809000', '172153.812000', '172153.815000', '172153.817000', '172153.820000', '172153.823000', '172153.826000', '172153.829000', '172153.831000', '172153.834000', '172153.837000', '172153.840000', '172153.843000', '172153.846000', '172153.848000', '172153.851000', '172153.854000', '172153.857000', '172153.860000', '172153.862000', '172153.865000', '172153.868000', '172153.871000', '172153.874000', '172153.876000', '172153.879000', '172153.882000', '172153.885000', '172153.888000', '172153.891000', '172153.893000', '172153.896000', '172153.899000', '172153.902000', '172213.784000', '172213.787000', '172213.789000', '172213.792000', '172213.795000', '172213.798000', '172213.801000', '172213.804000', '172213.806000', '172213.809000', '172213.812000', '172213.815000', '172213.818000', '172213.820000', '172213.823000', '172213.826000', '172213.829000', '172213.831000', '172213.834000', '172213.837000', '172213.840000', '172213.843000', '172213.846000', '172213.848000', '172213.851000', '172213.854000', '172213.857000', '172213.860000', '172213.862000', '172213.865000', '172213.868000', '172213.871000', '172213.874000', '172213.876000', '172213.881000', '172213.884000', '172213.887000', '172213.890000', '172213.892000', '172213.895000', '172213.898000', '172213.901000', '172213.904000', '172213.915000', '172233.783000', '172233.786000', '172233.789000', '172233.791000', '172233.794000', '172233.797000', '172233.800000', '172233.802000', '172233.805000', '172233.808000', '172233.811000', '172233.814000', '172233.816000', '172233.819000', '172233.822000', '172233.825000', '172233.828000', '172233.831000', '172233.833000', '172233.836000', '172233.839000', '172233.842000', '172233.845000', '172233.847000', '172233.850000', '172233.853000', '172233.856000', '172233.859000', '172233.861000', '172233.864000', '172233.867000', '172233.870000', '172233.873000', '172233.875000', '172233.878000', '172233.881000', '172233.884000', '172233.887000', '172233.890000', '172233.893000', '172233.895000', '172233.898000', '172233.901000', '172253.783000', '172253.786000', '172253.789000', '172253.792000', '172253.795000', '172253.798000', '172253.800000', '172253.803000', '172253.806000', '172253.809000', '172253.811000', '172253.814000', '172253.817000', '172253.820000', '172253.823000', '172253.825000', '172253.828000', '172253.831000', '172253.848000', '172253.850000', '172253.853000', '172253.856000', '172253.859000', '172253.862000', '172253.865000', '172253.867000', '172253.870000', '172253.873000', '172253.876000', '172253.879000', '172253.881000', '172253.884000', '172253.887000', '172253.890000', '172253.893000', '172253.895000', '172253.898000', '172253.901000', '172253.904000', '172253.907000', '172253.909000', '172253.912000', '172253.915000', '172313.784000', '172313.787000', '172313.790000', '172313.792000', '172313.795000', '172313.798000', '172313.801000', '172313.804000', '172313.807000', '172313.810000', '172313.812000', '172313.815000', '172313.818000', '172313.821000', '172313.824000', '172313.827000', '172313.829000', '172313.832000', '172313.835000', '172313.838000', '172313.841000', '172313.844000', '172313.846000', '172313.849000', '172313.852000', '172313.855000', '172313.858000', '172313.860000', '172313.863000', '172313.866000', '172313.869000', '172313.872000', '172313.875000', '172313.877000', '172313.880000', '172313.883000', '172313.886000', '172313.889000', '172313.891000', '172313.894000', '172313.897000', '172313.900000', '172313.903000', '172313.905000', '172333.784000', '172333.787000', '172333.790000', '172333.792000', '172333.795000', '172333.798000', '172333.801000', '172333.804000', '172333.807000', '172333.810000', '172333.812000', '172333.815000', '172333.818000', '172333.821000', '172333.824000', '172333.827000', '172333.829000', '172333.832000', '172333.835000', '172333.838000', '172333.841000', '172333.843000', '172333.846000', '172333.849000', '172333.852000', '172333.855000', '172333.858000', '172333.860000', '172333.863000', '172333.866000', '172333.869000', '172333.872000', '172333.874000', '172333.877000', '172333.880000', '172333.883000', '172333.886000', '172333.889000', '172333.891000', '172333.894000', '172333.897000', '172333.900000', '172333.903000', '172353.784000', '172353.787000', '172353.790000', '172353.793000', '172353.795000', '172353.798000', '172353.801000', '172353.805000', '172353.808000', '172353.811000', '172353.813000', '172353.816000', '172353.819000', '172353.822000', '172353.825000', '172353.827000', '172353.830000', '172353.833000', '172353.836000', '172353.839000', '172353.842000', '172353.844000', '172353.847000', '172353.850000', '172353.853000', '172353.856000', '172353.858000', '172353.861000', '172353.864000', '172353.867000', '172353.870000', '172353.873000', '172353.876000', '172353.878000', '172353.881000', '172353.884000', '172353.887000', '172353.890000', '172353.892000', '172353.895000', '172353.898000', '172353.901000', '172353.903000', '172353.906000', '172413.784000', '172413.787000', '172413.790000', '172413.793000', '172413.795000', '172413.798000', '172413.801000', '172413.804000', '172413.807000', '172413.811000', '172413.816000', '172413.819000', '172413.821000', '172413.824000', '172413.827000', '172413.830000', '172413.833000', '172413.836000', '172413.838000', '172413.841000', '172413.844000', '172413.847000', '172413.850000', '172413.853000', '172413.855000', '172413.858000', '172413.861000', '172413.864000', '172413.867000', '172413.870000', '172413.872000', '172413.875000', '172413.878000', '172413.881000', '172413.884000', '172413.887000', '172413.889000', '172413.892000', '172413.895000', '172413.898000', '172413.901000', '172413.904000', '172413.906000', '172433.784000', '172433.787000', '172433.790000', '172433.793000', '172433.795000', '172433.798000', '172433.801000', '172433.804000', '172433.807000', '172433.809000', '172433.812000', '172433.815000', '172433.818000', '172433.821000', '172433.823000', '172433.826000', '172433.829000', '172433.832000', '172433.835000', '172433.838000', '172433.841000', '172433.843000', '172433.846000', '172433.849000', '172433.852000', '172433.855000', '172433.857000', '172433.860000', '172433.863000', '172433.866000', '172433.869000', '172433.872000', '172433.874000', '172433.877000', '172433.880000', '172433.883000', '172433.886000', '172433.888000', '172433.891000', '172433.894000', '172433.897000', '172433.900000', '172433.903000', '172433.906000', '172453.783000', '172453.786000', '172453.789000', '172453.792000', '172453.795000', '172453.797000', '172453.800000', '172453.803000', '172453.806000', '172453.809000', '172453.811000', '172453.814000', '172453.817000', '172453.820000', '172453.823000', '172453.826000', '172453.828000', '172453.831000', '172453.834000', '172453.839000', '172453.843000', '172453.846000', '172453.849000', '172453.852000', '172453.855000', '172453.857000', '172453.860000', '172453.863000', '172453.866000', '172453.869000', '172453.872000', '172453.874000', '172453.877000', '172453.880000', '172453.883000', '172453.886000', '172453.888000', '172453.891000', '172453.894000', '172453.897000', '172453.900000', '172453.902000', '172453.905000', '172513.783000', '172513.786000', '172513.789000', '172513.791000', '172513.794000', '172513.797000', '172513.800000', '172513.803000', '172513.805000', '172513.808000', '172513.811000', '172513.814000', '172513.817000', '172513.820000', '172513.822000', '172513.825000', '172513.828000', '172513.831000', '172513.834000', '172513.837000', '172513.839000', '172513.842000', '172513.845000', '172513.848000', '172513.851000', '172513.853000', '172513.856000', '172513.859000', '172513.862000', '172513.865000', '172513.868000', '172513.870000', '172513.873000', '172513.876000', '172513.879000', '172513.882000', '172513.885000', '172513.887000', '172513.890000', '172513.893000', '172513.896000', '172513.899000', '172513.902000', '172513.904000', '172533.784000', '172533.787000', '172533.790000', '172533.793000', '172533.796000', '172533.799000', '172533.802000', '172533.805000', '172533.808000', '172533.810000', '172533.813000', '172533.816000', '172533.819000', '172533.822000', '172533.827000', '172533.830000', '172533.832000', '172533.835000', '172533.838000', '172533.841000', '172533.844000', '172533.847000', '172533.849000', '172533.852000', '172533.855000', '172533.858000', '172533.861000', '172533.864000', '172533.866000', '172533.873000', '172533.876000', '172533.879000', '172533.882000', '172533.885000', '172533.887000', '172533.890000', '172533.893000', '172533.896000', '172533.899000', '172533.901000', '172533.904000', '172533.907000', '172533.910000', '172553.784000', '172553.787000', '172553.790000', '172553.793000', '172553.795000', '172553.798000', '172553.801000', '172553.804000', '172553.807000', '172553.809000', '172553.812000', '172553.824000', '172553.827000', '172553.830000', '172553.832000', '172553.835000', '172553.838000', '172553.841000', '172553.844000', '172553.846000', '172553.849000', '172553.852000', '172553.855000', '172553.858000', '172553.860000', '172553.863000', '172553.866000', '172553.869000', '172553.872000', '172553.875000', '172553.877000', '172553.880000', '172553.883000', '172553.886000', '172553.888000', '172553.891000', '172553.894000', '172553.897000', '172553.900000', '172553.902000', '172553.905000', '172553.908000', '172553.911000', '172553.913000', '172613.784000', '172613.787000', '172613.790000', '172613.793000', '172613.795000', '172613.798000', '172613.801000', '172613.804000', '172613.807000', '172613.809000', '172613.812000', '172613.815000', '172613.818000', '172613.821000', '172613.823000', '172613.826000', '172613.829000', '172613.832000', '172613.835000', '172613.837000', '172613.840000', '172613.843000', '172613.846000', '172613.849000', '172613.852000', '172613.854000', '172613.857000', '172613.860000', '172613.863000', '172613.866000', '172613.868000', '172613.872000', '172613.877000', '172613.880000', '172613.883000', '172613.886000', '172613.889000', '172613.892000', '172613.895000', '172613.898000', '172613.900000', '172613.903000', '172613.906000', '172633.784000', '172633.787000', '172633.790000', '172633.793000', '172633.795000', '172633.798000', '172633.801000', '172633.804000', '172633.807000', '172633.809000', '172633.812000', '172633.815000', '172633.818000', '172633.821000', '172633.824000', '172633.826000', '172633.829000', '172633.832000', '172633.835000', '172633.838000', '172633.841000', '172633.843000', '172633.846000', '172633.849000', '172633.852000', '172633.855000', '172633.858000', '172633.860000', '172633.863000', '172633.866000', '172633.869000', '172633.872000', '172633.874000', '172633.877000', '172633.880000', '172633.883000', '172633.886000', '172633.888000', '172633.891000', '172633.894000', '172633.897000', '172633.900000', '172633.902000', '172633.905000', '172653.784000', '172653.787000', '172653.790000', '172653.792000', '172653.795000', '172653.798000', '172653.801000', '172653.804000', '172653.807000', '172653.810000', '172653.812000', '172653.815000', '172653.818000', '172653.821000', '172653.824000', '172653.827000', '172653.830000', '172653.833000', '172653.836000', '172653.839000', '172653.842000', '172653.844000', '172653.847000', '172653.851000', '172653.853000', '172653.856000', '172653.859000', '172653.862000', '172653.865000', '172653.867000', '172653.870000', '172653.873000', '172653.876000', '172653.879000', '172653.881000', '172653.884000', '172653.887000', '172653.890000', '172653.893000', '172653.896000', '172653.899000', '172653.902000', '172653.905000', '172713.783000', '172713.786000', '172713.789000', '172713.792000', '172713.794000', '172713.797000', '172713.800000', '172713.803000', '172713.806000', '172713.809000', '172713.811000', '172713.814000', '172713.817000', '172713.820000', '172713.823000', '172713.825000', '172713.828000', '172713.831000', '172713.834000', '172713.837000', '172713.839000', '172713.842000', '172713.860000', '172713.863000', '172713.866000', '172713.869000', '172713.872000', '172713.874000', '172713.877000', '172713.880000', '172713.883000', '172713.886000', '172713.888000', '172713.891000', '172713.894000', '172713.897000', '172713.900000', '172713.902000', '172713.905000', '172713.908000', '172713.911000', '172713.914000', '172713.916000', '172713.919000', '172733.783000', '172733.786000', '172733.789000', '172733.792000', '172733.794000', '172733.797000', '172733.800000', '172733.803000', '172733.806000', '172733.808000', '172733.811000', '172733.814000', '172733.817000', '172733.820000', '172733.822000', '172733.825000', '172733.828000', '172733.831000', '172733.834000', '172733.836000', '172733.839000', '172733.842000', '172733.845000', '172733.848000', '172733.851000', '172733.853000', '172733.856000', '172733.859000', '172733.862000', '172733.865000', '172733.867000', '172733.870000', '172733.873000', '172733.876000', '172733.879000', '172733.882000', '172733.884000', '172733.887000', '172733.890000', '172733.893000', '172733.896000', '172733.898000', '172733.901000', '172753.784000', '172753.787000', '172753.790000', '172753.792000', '172753.795000', '172753.798000', '172753.801000', '172753.804000', '172753.807000', '172753.809000', '172753.812000', '172753.815000', '172753.818000', '172753.821000', '172753.824000', '172753.826000', '172753.829000', '172753.832000', '172753.835000', '172753.837000', '172753.840000', '172753.843000', '172753.846000', '172753.849000', '172753.852000', '172753.854000', '172753.857000', '172753.860000', '172753.863000', '172753.866000', '172753.869000', '172753.872000', '172753.874000', '172753.877000', '172753.880000', '172753.883000', '172753.886000', '172753.889000', '172753.891000', '172753.894000', '172753.897000', '172753.900000', '172753.903000', '172753.906000', '172813.784000', '172813.787000', '172813.790000', '172813.793000', '172813.795000', '172813.798000', '172813.801000', '172813.804000', '172813.807000', '172813.810000', '172813.812000', '172813.815000', '172813.818000', '172813.821000', '172813.824000', '172813.827000', '172813.829000', '172813.832000', '172813.835000', '172813.838000', '172813.841000', '172813.844000', '172813.847000', '172813.849000', '172813.852000', '172813.855000', '172813.858000', '172813.860000', '172813.863000', '172813.867000', '172813.870000', '172813.873000', '172813.876000', '172813.879000', '172813.881000', '172813.884000', '172813.887000', '172813.890000', '172813.893000', '172813.896000', '172813.898000', '172813.901000', '172813.904000', '172833.784000', '172833.787000', '172833.790000', '172833.792000', '172833.795000', '172833.798000', '172833.801000', '172833.804000', '172833.806000', '172833.809000', '172833.812000', '172833.815000', '172833.818000', '172833.821000', '172833.823000', '172833.826000', '172833.829000', '172833.832000', '172833.846000', '172833.849000', '172833.852000', '172833.855000', '172833.857000', '172833.860000', '172833.863000', '172833.866000', '172833.869000', '172833.871000', '172833.874000', '172833.877000', '172833.880000', '172833.883000', '172833.885000', '172833.888000', '172833.891000', '172833.894000', '172833.897000', '172833.900000', '172833.902000', '172833.905000', '172833.908000', '172833.911000', '172833.914000', '172833.916000', '172853.784000', '172853.787000', '172853.790000', '172853.793000', '172853.796000', '172853.798000', '172853.801000', '172853.804000', '172853.807000', '172853.810000', '172853.813000', '172853.815000', '172853.818000', '172853.821000', '172853.824000', '172853.827000', '172853.829000', '172853.832000', '172853.835000', '172853.838000', '172853.841000', '172853.844000', '172853.846000', '172853.849000', '172853.852000', '172853.855000', '172853.858000', '172853.861000', '172853.863000', '172853.866000', '172853.869000', '172853.872000', '172853.875000', '172853.878000', '172853.880000', '172853.883000', '172853.886000', '172853.889000', '172853.892000', '172853.895000', '172853.897000', '172853.900000', '172853.903000', '172913.784000', '172913.787000', '172913.790000', '172913.793000', '172913.796000', '172913.798000', '172913.801000', '172913.804000', '172913.807000', '172913.810000', '172913.813000', '172913.815000', '172913.818000', '172913.821000', '172913.824000', '172913.827000', '172913.829000', '172913.832000', '172913.835000', '172913.838000', '172913.841000', '172913.844000', '172913.846000', '172913.849000', '172913.852000', '172913.855000', '172913.858000', '172913.861000', '172913.864000', '172913.866000', '172913.869000', '172913.872000', '172913.875000', '172913.878000', '172913.881000', '172913.884000', '172913.886000', '172913.889000', '172913.892000', '172913.895000', '172913.898000', '172913.900000', '172913.903000', '172913.906000', '172933.783000', '172933.786000', '172933.789000', '172933.792000', '172933.795000', '172933.797000', '172933.800000', '172933.803000', '172933.806000', '172933.809000', '172933.811000', '172933.814000', '172933.817000', '172933.820000', '172933.823000', '172933.825000', '172933.828000', '172933.831000', '172933.834000', '172933.837000', '172933.840000', '172933.843000', '172933.845000', '172933.848000', '172933.851000', '172933.854000', '172933.857000', '172933.859000', '172933.862000', '172933.865000', '172933.868000', '172933.871000', '172933.874000', '172933.876000', '172933.879000', '172933.882000', '172933.885000', '172933.888000', '172933.891000', '172933.893000', '172933.896000', '172933.899000', '172933.902000', '172953.783000', '172953.792000', '172953.795000', '172953.798000', '172953.801000', '172953.804000', '172953.806000', '172953.809000', '172953.812000', '172953.815000', '172953.818000', '172953.820000', '172953.823000', '172953.826000', '172953.829000', '172953.832000', '172953.835000', '172953.837000', '172953.840000', '172953.847000', '172953.850000', '172953.853000', '172953.855000', '172953.858000', '172953.861000', '172953.864000', '172953.867000', '172953.869000', '172953.872000', '172953.875000', '172953.878000', '172953.881000', '172953.884000', '172953.887000', '172953.889000', '172953.892000', '172953.895000', '172953.898000', '172953.901000', '172953.903000', '172953.906000', '172953.909000', '172953.912000', '172953.915000', '173013.580000', '173013.583000', '173013.586000', '173013.589000', '173013.592000', '173013.596000', '173013.600000', '173013.603000', '173013.606000', '173013.610000', '173013.613000', '173013.616000', '173013.618000', '173013.621000', '173013.624000', '173013.627000', '173013.630000', '173013.633000', '173013.636000', '173013.639000', '173013.641000', '173013.645000', '173013.649000', '173013.652000', '173013.655000', '173013.658000', '173013.661000', '173013.663000', '173013.666000', '173013.669000', '173013.672000', '173013.675000', '173013.678000', '173013.680000', '173013.683000', '173013.686000', '173013.689000', '173013.692000', '173013.695000', '173013.698000', '173013.701000', '173013.704000', '173013.707000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [12090, 8741, 13713, 8717, 12823, 8912, 7912, 8802, 8222, 9564, 8275, 10409, 8085, 14143, 9219, 13553, 8209, 9277, 8431, 8337, 8443, 8053, 9648, 8229, 11178, 7867, 10514, 8040, 11139, 8148, 10683, 8279, 13365, 8590, 14059, 8098, 10172, 8244, 9021, 8287, 8184, 8795, 7964, 9263, 8251, 9388, 8105, 9743, 7995, 11286, 7891, 12501, 7946, 10020, 7934, 11835, 7898, 14108, 8579, 8988, 8265, 8278, 8353, 8238, 8378, 8331, 8800, 7788, 9589, 8425, 9151, 7993, 9492, 7980, 9890, 8150, 10733, 7951, 9927, 7928, 10525, 7897, 14515, 8705, 10799, 8420, 10347, 8363, 10627, 8887, 8035, 13370, 7875, 11136, 8159, 10149, 8142, 10156, 8225, 10891, 7840, 11122, 8028, 10204, 7968, 10865, 8458, 13945, 8422, 13021, 7959, 12147, 8006, 13025, 7967, 10773, 8507, 8295, 8412, 8299, 8393, 8450, 8265, 8758, 8195, 8435, 8193, 8448, 8008, 8460, 8073, 8520, 8383, 8344, 8740, 8494, 8740, 8330, 8390, 8447, 9095, 8193, 9355, 8191, 9012, 8313, 9090, 8232, 9681, 7956, 9602, 8160, 9393, 8108, 10052, 8390, 11062, 7861, 11315, 7897, 10467, 7797, 10710, 7852, 13018, 8739, 13904, 8312, 10440, 7954, 10692, 7947, 12342, 7969, 11624, 7847, 10326, 8006, 12692, 8237, 9960, 8378, 8182, 8390, 8135, 8829, 8008, 9787, 8029, 9893, 8031, 9785, 7967, 9931, 8028, 9978, 8118, 10887, 7868, 9896, 7834, 10316, 7905, 10429, 8049, 12334, 7893, 10315, 7996, 8480, 8207, 8298, 9669, 7886, 9549, 8021, 9714, 8156, 9807, 8151, 10333, 8040, 12681, 7789, 10421, 7854, 10177, 8102, 10272, 8174, 13177, 7936, 11060, 8222, 11142, 8286, 10427, 8360, 8021, 8677, 8946, 8288, 11465, 8334, 9123, 8658, 8019, 9194, 7920, 9462, 7885, 10140, 7936, 12397, 7986, 10457, 7993, 10466, 8090, 10284, 8247, 12131, 7743, 10175, 7816, 10413, 7769, 10708, 8456, 13450, 8112, 13238, 8123, 13119, 8109, 13375, 8597, 9509, 8473, 8100, 8464, 8368, 8474, 8023, 9773, 7962, 10289, 8097, 10355, 7765, 10673, 8293, 13272, 8777, 9142, 8447, 8123, 8620, 8172, 9549, 8108, 10561, 8142, 10958, 8252, 10318, 8151, 10625, 8176, 12946, 8415, 12106, 7889, 10743, 8233, 12215, 8285, 8747, 8445, 7915, 8691, 8000, 9590, 8006, 10179, 8133, 10823, 7862, 10186, 8066, 10532, 7939, 10741, 8412, 11757, 7879, 10752, 8158, 10475, 8284, 7818, 9058, 7962, 9283, 7951, 9595, 7950, 9916, 7721, 10402, 7846, 10684, 8055, 13229, 8829, 13304, 8191, 10452, 8158, 10761, 8258, 13108, 7921, 12649, 7978, 11342, 8103, 11392, 8190, 13175, 8631, 9086, 8531, 9728, 8455, 11814, 8356, 11684, 8750, 7761, 8597, 8830, 8613, 11578, 9163, 10196, 11279, 7765, 8761, 7979, 8928, 8439, 9115, 7752, 8948, 7910, 8849, 8185, 8951, 7789, 9232, 7808, 8765, 7807, 8919, 8011, 10492, 8361, 11205, 8322, 11068, 8365, 8801, 8427, 14141, 8125, 13014, 8562, 13135, 9101, 14262, 8437, 13726, 8947, 14368, 9479, 14125, 9551, 13152, 8959, 12963, 8351, 11609, 8244, 10771, 8250, 12449, 8199, 10726, 8162, 10132, 8304, 9880, 8340, 9857, 8162, 9612, 8060, 9678, 8249, 9448, 8216, 9717, 8159, 10280, 8071, 10087, 8164, 10344, 8152, 10878, 8529, 13174, 8456, 11698, 8424, 12185, 8328, 11425, 8507, 12982, 8816, 13137, 7958, 10687, 8034, 10172, 8102, 10105, 8027, 10351, 7965, 10443, 7857, 10066, 7830, 9872, 8091, 9826, 7933, 9669, 7916, 9309, 8157, 8608, 7818, 8555, 7921, 8403, 7963, 8479, 7916, 8480, 8250, 8349, 8395, 8290, 8391, 8412, 8157, 8391, 8093, 8326, 8777, 8388, 8263, 9135, 8043, 9385, 8006, 9380, 8272, 9229, 8015, 9848, 8037, 9435, 7969, 9148, 8011, 9326, 7948, 10567, 7755, 10830, 7738, 10679, 7800, 11064, 8011, 13672, 8165, 11725, 8210, 12847, 8212, 12929, 8050, 11049, 8321, 8185, 8461, 8165, 8353, 8363, 8398, 8496, 8376, 7913, 8690, 7777, 8973, 7694, 8884, 7778, 9245, 7991, 10486, 7585, 10798, 7714, 10400, 7883, 13235, 8593, 8067, 9581, 8098, 13296, 7912, 10893, 8313, 12052, 8723, 7822, 10046, 7956, 10376, 7694, 10814, 7812, 12366, 8160, 14191, 8129, 9137, 8536, 7714, 8441, 8103, 10166, 7778, 10646, 7812, 10308, 8129, 8123, 8882, 7751, 10045, 7942, 10565, 8120, 10890, 8169, 14240, 8166, 13583, 8566, 14977, 9364, 10146, 9613, 7583, 10162, 8233, 10820, 8146, 14220, 9567, 14997, 8713, 13605, 8678, 14356, 9274, 9527, 10296, 8426, 10584, 8458, 10918, 8400, 11097, 8504, 11574, 8729, 14239, 9077, 13702, 8806, 13458, 9028, 14691, 9391, 11876, 9215, 12071, 8798, 12725, 9195, 9328, 9386, 8411, 10528, 8688, 11275, 8691, 13057, 9549, 14537, 9168, 8292, 9567, 8799, 10041, 9133, 11758, 9426, 10767, 9949, 10014, 12538, 8787, 13998, 9673, 12778, 10201, 13992, 10325, 14202, 10375, 12163, 11278, 8686, 10121, 8746, 11139, 9084, 11720, 8806, 11850, 9519, 12027, 9018, 11677, 9255, 10656, 9057, 9714, 8791, 8241, 10027, 8439, 10277, 8716, 10849, 9036, 11580, 9016, 13869, 10114, 10785, 8765, 10026, 8878, 13417, 9009, 12644, 9034, 11882, 9047, 12972, 8981, 11036, 9241, 8654, 8865, 8216, 9253, 8350, 8920, 9233, 9219, 8324, 10271, 8240, 10207, 8308, 10256, 8400, 10224, 8322, 11142, 8620, 11212, 8449, 11160, 8881, 11108, 9124, 11579, 9556, 8652, 11690, 8605, 11803, 8732, 10364, 9130, 10653, 8611, 11598, 8584, 10821, 8554, 10648, 8496, 10246, 8489, 11472, 8731, 11027, 8650, 10980, 8678, 11171, 8582, 11588, 8266, 11899, 8543, 11930, 8847, 11987, 8693, 11931, 8704, 12061, 8590, 11924, 8398, 11455, 8332, 11303, 8391, 12060, 8954, 11781, 8443, 11221, 8724, 11304, 8599, 12302, 9138, 10497, 8992, 9502, 8779, 10613, 8689, 11491, 9208, 10750, 9652, 8178, 9366, 9975, 8911, 11897, 8739, 12614, 8916, 10112, 8801, 10317, 8637, 11950, 8566, 11562, 8561, 8655, 8850, 8075, 8660, 8390, 8735, 8917, 9500, 8411, 11120, 8234, 10789, 8391, 11049, 8427, 12239, 8385, 12072, 8362, 12265, 8381, 12550, 8603, 12287, 8404, 12278, 8565, 11914, 8511, 11719, 8538, 12282, 8731, 12150, 8918, 12313, 9525, 12381, 10148, 12580, 10533, 11940, 9155, 10719, 9180, 9355, 10155, 9017, 11691, 8367, 11475, 8381, 11761, 8558, 11717, 8499, 11864, 8440, 11879, 8532, 11739, 8646, 11700, 8463, 11705, 8397, 11707, 8353, 11569, 8413, 11597, 8628, 11621, 8418, 11602, 8445, 10967, 8478, 10679, 8519, 11234, 8437, 11427, 8232, 10789, 8387, 11433, 8489, 12067, 8419, 12161, 8480, 11884, 8895, 12266, 8843, 12204, 8585, 12280, 9171, 12134, 9209, 12233, 9415, 12612, 9946, 13203, 9891, 12454, 9166, 11589, 9023, 12053, 8910, 10412, 9609, 8319, 9659, 8257, 10246, 9928, 9489, 10915, 9807, 8287, 9420, 11146, 9008, 12698, 8711, 9793, 8646, 8090, 9355, 8238, 9402, 8165, 9572, 8316, 10549, 8399, 10605, 8434, 10726, 8492, 11403, 8392, 12188, 8224, 11869, 8242, 12029, 8327, 12073, 8146, 12298, 8557, 11944, 8952, 12222, 8561, 11886, 8784, 8693, 8590, 8852, 8661, 9842, 8892, 8210, 11173, 8254, 10542, 8296, 10834, 8247, 11170, 8495, 11433, 8193, 10521, 8275, 10270, 8944, 9703, 8315, 11030, 8339, 10814, 8343, 10720, 8448, 10912, 8437, 12287, 8403, 12194, 9066, 12330, 8850, 12828, 8906, 11651, 8889, 8621, 10141, 8717, 12251, 8639, 12638, 8569, 12884, 9887, 12747, 10111, 12977, 9775, 13202, 9820, 13033, 9919, 10646, 8993, 10850, 8698, 10148, 8936, 8520, 10146, 8505, 11892, 8282, 11572, 8450, 11672, 8558, 11927, 8912, 12335, 9369, 12355, 8676, 12133, 9062, 12320, 8960, 12312, 9185, 12587, 9053, 10185, 9135, 9091, 9975, 8460, 12113, 8426, 11825, 8275, 12026, 8751, 12443, 9856, 12127, 9493, 12663, 9330, 12846, 9322, 12329, 9359, 9431, 8872, 8038, 10094, 8280, 10881, 8522, 11692, 8204, 11763, 8405, 11747, 8489, 12046, 8642, 11994, 9283, 12613, 9243, 12381, 9126, 12503, 9328, 12329, 9414, 12540, 9129, 12594, 9015, 12182, 9890, 8171, 10509, 8273, 10628, 8264, 11098, 8760, 12393, 8404, 11984, 8685, 11857, 8531, 12280, 8875, 12174, 9427, 11847, 9290, 11942, 9474, 13070, 9970, 8720, 9396, 8142, 10810, 8386, 11833, 8695, 13600, 11314, 13054, 9166, 8058, 10919, 8487, 10732, 8710, 10560, 8767, 10626, 8675, 11114, 8547, 13161, 9092, 13499, 10361, 13411, 10356, 13580, 10177, 13359, 9823, 11403, 9468, 9376, 10204, 8448, 11285, 8738, 11345, 9063, 11569, 8857, 11558, 8845, 11483, 9480, 12355, 9133, 8083, 9231, 8061, 9563, 8142, 9745, 8713, 10260, 8728, 10747, 8529, 10953, 8718, 11081, 8662, 11744, 8477, 11395, 8385, 11222, 8151, 11290, 8608, 11605, 8932, 11310, 8767, 11298, 8765, 11446, 8686, 11821, 8882, 11814, 8635, 11668, 8757, 11537, 8558, 11395, 8424, 10781, 8493, 8211, 8480, 7710, 8577, 7842, 8739, 8250, 9975, 7920, 9942, 7904, 10072, 7850, 10935, 8406, 11544, 8372, 11086, 8372, 10895, 8400, 9652, 9003, 8099, 10071, 8000, 10120, 8110, 10459, 7997, 11121, 8167, 11092, 8228, 11633, 8096, 11713, 9053, 11647, 9407, 11759, 9447, 12255, 9799, 11465, 9655, 8610, 9153, 7932, 10392, 7931, 11173, 8252, 10862, 8147, 11415, 8324, 11991, 8304, 11429, 8621, 11361, 8989, 12169, 8839, 9547, 8904, 7813, 10262, 8219, 10788, 8356, 11166, 8443, 11312, 8398], 'WindowCenter': [4165.0, 4120.0, 4135.0, 4094.0, 4120.0, 4090.0, 4066.0, 4077.0, 4065.0, 4085.0, 4064.0, 4097.0, 4064.0, 4116.0, 4085.0, 4105.0, 4077.0, 4085.0, 4076.0, 4064.0, 4077.0, 4066.0, 4087.0, 4076.0, 4097.0, 4077.0, 4096.0, 4076.0, 4095.0, 4065.0, 4095.0, 4076.0, 4105.0, 4075.0, 4115.0, 4065.0, 4095.0, 4075.0, 4074.0, 4076.0, 4075.0, 4076.0, 4065.0, 4088.0, 4075.0, 4087.0, 4066.0, 4085.0, 4076.0, 4096.0, 4076.0, 4106.0, 4077.0, 4096.0, 4077.0, 4106.0, 4077.0, 4117.0, 4088.0, 4087.0, 4088.0, 4076.0, 4078.0, 4076.0, 4076.0, 4076.0, 4088.0, 4066.0, 4098.0, 4076.0, 4086.0, 4076.0, 4097.0, 4075.0, 4097.0, 4078.0, 4107.0, 4079.0, 4098.0, 4089.0, 4108.0, 4089.0, 4129.0, 4089.0, 4108.0, 4088.0, 4098.0, 4079.0, 4097.0, 4088.0, 4077.0, 4120.0, 4077.0, 4108.0, 4089.0, 4096.0, 4075.0, 4096.0, 4075.0, 4096.0, 4065.0, 4095.0, 4076.0, 4095.0, 4076.0, 4095.0, 4077.0, 4115.0, 4076.0, 4105.0, 4076.0, 4105.0, 4076.0, 4115.0, 4076.0, 4095.0, 4076.0, 4075.0, 4076.0, 4075.0, 4076.0, 4073.0, 4076.0, 4075.0, 4077.0, 4075.0, 4076.0, 4075.0, 4077.0, 4075.0, 4077.0, 4087.0, 4088.0, 4075.0, 4088.0, 4085.0, 4087.0, 4076.0, 4088.0, 4077.0, 4088.0, 4077.0, 4097.0, 4086.0, 4086.0, 4077.0, 4086.0, 4077.0, 4099.0, 4077.0, 4097.0, 4076.0, 4086.0, 4077.0, 4097.0, 4089.0, 4108.0, 4077.0, 4106.0, 4078.0, 4107.0, 4077.0, 4097.0, 4078.0, 4118.0, 4087.0, 4117.0, 4077.0, 4095.0, 4076.0, 4096.0, 4077.0, 4117.0, 4077.0, 4107.0, 4077.0, 4096.0, 4078.0, 4117.0, 4089.0, 4097.0, 4088.0, 4076.0, 4077.0, 4075.0, 4086.0, 4076.0, 4097.0, 4076.0, 4097.0, 4077.0, 4095.0, 4075.0, 4096.0, 4076.0, 4098.0, 4076.0, 4096.0, 4077.0, 4098.0, 4066.0, 4095.0, 4077.0, 4096.0, 4077.0, 4105.0, 4078.0, 4095.0, 4077.0, 4086.0, 4077.0, 4077.0, 4098.0, 4077.0, 4097.0, 4077.0, 4097.0, 4076.0, 4097.0, 4076.0, 4097.0, 4077.0, 4117.0, 4067.0, 4096.0, 4077.0, 4095.0, 4076.0, 4096.0, 4077.0, 4117.0, 4077.0, 4106.0, 4077.0, 4106.0, 4088.0, 4097.0, 4087.0, 4076.0, 4089.0, 4086.0, 4077.0, 4106.0, 4078.0, 4086.0, 4087.0, 4076.0, 4087.0, 4076.0, 4096.0, 4075.0, 4098.0, 4077.0, 4117.0, 4077.0, 4095.0, 4076.0, 4096.0, 4076.0, 4096.0, 4076.0, 4106.0, 4067.0, 4095.0, 4066.0, 4095.0, 4066.0, 4095.0, 4077.0, 4114.0, 4077.0, 4116.0, 4076.0, 4104.0, 4076.0, 4116.0, 4088.0, 4085.0, 4076.0, 4064.0, 4074.0, 4074.0, 4074.0, 4064.0, 4095.0, 4064.0, 4095.0, 4076.0, 4095.0, 4066.0, 4095.0, 4075.0, 4116.0, 4087.0, 4085.0, 4076.0, 4065.0, 4076.0, 4075.0, 4086.0, 4065.0, 4097.0, 4063.0, 4095.0, 4075.0, 4085.0, 4064.0, 4094.0, 4074.0, 4105.0, 4074.0, 4103.0, 4075.0, 4094.0, 4077.0, 4105.0, 4076.0, 4075.0, 4076.0, 4064.0, 4076.0, 4064.0, 4086.0, 4064.0, 4098.0, 4064.0, 4094.0, 4064.0, 4084.0, 4064.0, 4094.0, 4064.0, 4095.0, 4077.0, 4105.0, 4077.0, 4095.0, 4076.0, 4096.0, 4077.0, 4065.0, 4087.0, 4076.0, 4086.0, 4075.0, 4097.0, 4077.0, 4097.0, 4077.0, 4097.0, 4076.0, 4096.0, 4078.0, 4117.0, 4087.0, 4116.0, 4076.0, 4094.0, 4077.0, 4106.0, 4077.0, 4117.0, 4076.0, 4116.0, 4076.0, 4095.0, 4076.0, 4106.0, 4088.0, 4117.0, 4090.0, 4086.0, 4088.0, 4096.0, 4087.0, 4106.0, 4078.0, 4108.0, 4088.0, 4067.0, 4088.0, 4087.0, 4076.0, 4106.0, 4087.0, 4085.0, 4097.0, 4053.0, 4074.0, 4062.0, 4073.0, 4063.0, 4074.0, 4051.0, 4075.0, 4062.0, 4076.0, 4062.0, 4075.0, 4052.0, 4075.0, 4052.0, 4073.0, 4052.0, 4085.0, 4076.0, 4096.0, 4062.0, 4095.0, 4076.0, 4095.0, 4077.0, 4084.0, 4088.0, 4117.0, 4077.0, 4117.0, 4088.0, 4118.0, 4088.0, 4117.0, 4077.0, 4104.0, 4075.0, 4103.0, 4073.0, 4093.0, 4072.0, 4090.0, 4061.0, 4090.0, 4050.0, 4079.0, 4049.0, 4068.0, 4048.0, 4080.0, 4050.0, 4071.0, 4048.0, 4071.0, 4049.0, 4071.0, 4050.0, 4070.0, 4062.0, 4073.0, 4062.0, 4071.0, 4063.0, 4073.0, 4062.0, 4086.0, 4064.0, 4084.0, 4064.0, 4095.0, 4077.0, 4084.0, 4065.0, 4093.0, 4075.0, 4104.0, 4075.0, 4094.0, 4066.0, 4092.0, 4076.0, 4094.0, 4075.0, 4104.0, 4075.0, 4105.0, 4075.0, 4094.0, 4066.0, 4093.0, 4064.0, 4095.0, 4076.0, 4096.0, 4077.0, 4096.0, 4077.0, 4096.0, 4077.0, 4096.0, 4076.0, 4098.0, 4076.0, 4098.0, 4078.0, 4100.0, 4077.0, 4088.0, 4066.0, 4087.0, 4076.0, 4088.0, 4076.0, 4078.0, 4078.0, 4100.0, 4089.0, 4090.0, 4086.0, 4089.0, 4088.0, 4089.0, 4078.0, 4090.0, 4088.0, 4090.0, 4088.0, 4090.0, 4090.0, 4099.0, 4079.0, 4100.0, 4078.0, 4099.0, 4088.0, 4101.0, 4078.0, 4110.0, 4078.0, 4098.0, 4078.0, 4100.0, 4089.0, 4100.0, 4089.0, 4110.0, 4081.0, 4109.0, 4090.0, 4110.0, 4080.0, 4120.0, 4091.0, 4130.0, 4091.0, 4120.0, 4101.0, 4130.0, 4090.0, 4119.0, 4091.0, 4119.0, 4090.0, 4087.0, 4089.0, 4088.0, 4089.0, 4087.0, 4088.0, 4088.0, 4091.0, 4089.0, 4100.0, 4079.0, 4100.0, 4079.0, 4100.0, 4090.0, 4100.0, 4091.0, 4110.0, 4091.0, 4121.0, 4092.0, 4111.0, 4093.0, 4133.0, 4102.0, 4091.0, 4112.0, 4091.0, 4131.0, 4092.0, 4120.0, 4102.0, 4131.0, 4102.0, 4079.0, 4111.0, 4091.0, 4110.0, 4079.0, 4110.0, 4091.0, 4120.0, 4090.0, 4130.0, 4090.0, 4099.0, 4100.0, 4080.0, 4091.0, 4092.0, 4111.0, 4091.0, 4122.0, 4093.0, 4122.0, 4104.0, 4092.0, 4114.0, 4093.0, 4113.0, 4091.0, 4122.0, 4092.0, 4121.0, 4092.0, 4141.0, 4091.0, 4130.0, 4101.0, 4142.0, 4102.0, 4111.0, 4100.0, 4078.0, 4108.0, 4088.0, 4109.0, 4091.0, 4130.0, 4098.0, 4128.0, 4088.0, 4118.0, 4087.0, 4129.0, 4101.0, 4087.0, 4098.0, 4075.0, 4096.0, 4075.0, 4096.0, 4077.0, 4097.0, 4078.0, 4107.0, 4088.0, 4116.0, 4087.0, 4116.0, 4086.0, 4104.0, 4076.0, 4114.0, 4086.0, 4094.0, 4086.0, 4094.0, 4075.0, 4104.0, 4086.0, 4074.0, 4073.0, 4062.0, 4083.0, 4063.0, 4094.0, 4075.0, 4117.0, 4111.0, 4129.0, 4086.0, 4064.0, 4088.0, 4076.0, 4097.0, 4096.0, 4116.0, 4098.0, 4106.0, 4097.0, 4096.0, 4118.0, 4077.0, 4107.0, 4085.0, 4104.0, 4085.0, 4103.0, 4084.0, 4092.0, 4086.0, 4082.0, 4082.0, 4049.0, 4071.0, 4049.0, 4069.0, 4048.0, 4079.0, 4060.0, 4080.0, 4061.0, 4079.0, 4060.0, 4069.0, 4061.0, 4070.0, 4061.0, 4060.0, 4063.0, 4050.0, 4073.0, 4062.0, 4084.0, 4062.0, 4083.0, 4074.0, 4094.0, 4075.0, 4105.0, 4085.0, 4084.0, 4075.0, 4083.0, 4075.0, 4103.0, 4075.0, 4104.0, 4076.0, 4094.0, 4076.0, 4105.0, 4077.0, 4094.0, 4085.0, 4062.0, 4075.0, 4064.0, 4075.0, 4063.0, 4075.0, 4074.0, 4076.0, 4063.0, 4085.0, 4063.0, 4084.0, 4062.0, 4083.0, 4062.0, 4085.0, 4065.0, 4096.0, 4063.0, 4096.0, 4090.0, 4106.0, 4086.0, 4105.0, 4097.0, 4105.0, 4098.0, 4086.0, 4118.0, 4090.0, 4119.0, 4075.0, 4097.0, 4086.0, 4096.0, 4075.0, 4106.0, 4074.0, 4095.0, 4072.0, 4094.0, 4073.0, 4096.0, 4073.0, 4106.0, 4074.0, 4096.0, 4073.0, 4095.0, 4073.0, 4095.0, 4073.0, 4106.0, 4076.0, 4105.0, 4076.0, 4105.0, 4086.0, 4105.0, 4075.0, 4104.0, 4075.0, 4105.0, 4075.0, 4104.0, 4075.0, 4104.0, 4075.0, 4105.0, 4088.0, 4117.0, 4088.0, 4106.0, 4086.0, 4106.0, 4088.0, 4107.0, 4088.0, 4117.0, 4099.0, 4108.0, 4099.0, 4097.0, 4089.0, 4107.0, 4089.0, 4107.0, 4099.0, 4108.0, 4099.0, 4087.0, 4100.0, 4096.0, 4088.0, 4106.0, 4088.0, 4117.0, 4098.0, 4097.0, 4099.0, 4096.0, 4088.0, 4106.0, 4088.0, 4107.0, 4088.0, 4087.0, 4098.0, 4077.0, 4088.0, 4076.0, 4088.0, 4098.0, 4098.0, 4087.0, 4119.0, 4087.0, 4108.0, 4087.0, 4108.0, 4088.0, 4119.0, 4088.0, 4118.0, 4088.0, 4116.0, 4086.0, 4117.0, 4087.0, 4117.0, 4076.0, 4106.0, 4075.0, 4105.0, 4075.0, 4105.0, 4075.0, 4105.0, 4086.0, 4106.0, 4087.0, 4106.0, 4096.0, 4106.0, 4108.0, 4120.0, 4110.0, 4107.0, 4098.0, 4107.0, 4099.0, 4086.0, 4098.0, 4085.0, 4107.0, 4075.0, 4106.0, 4075.0, 4106.0, 4085.0, 4107.0, 4086.0, 4105.0, 4075.0, 4106.0, 4074.0, 4105.0, 4075.0, 4106.0, 4075.0, 4105.0, 4075.0, 4105.0, 4075.0, 4104.0, 4074.0, 4105.0, 4075.0, 4105.0, 4075.0, 4094.0, 4075.0, 4094.0, 4075.0, 4096.0, 4086.0, 4105.0, 4076.0, 4105.0, 4076.0, 4106.0, 4076.0, 4106.0, 4087.0, 4117.0, 4077.0, 4106.0, 4086.0, 4106.0, 4087.0, 4105.0, 4088.0, 4106.0, 4087.0, 4106.0, 4098.0, 4116.0, 4097.0, 4106.0, 4097.0, 4116.0, 4098.0, 4116.0, 4097.0, 4116.0, 4086.0, 4105.0, 4087.0, 4116.0, 4088.0, 4096.0, 4097.0, 4076.0, 4097.0, 4076.0, 4097.0, 4096.0, 4097.0, 4106.0, 4098.0, 4075.0, 4087.0, 4105.0, 4086.0, 4115.0, 4086.0, 4095.0, 4086.0, 4075.0, 4097.0, 4086.0, 4098.0, 4087.0, 4099.0, 4087.0, 4107.0, 4087.0, 4108.0, 4076.0, 4107.0, 4087.0, 4118.0, 4086.0, 4117.0, 4087.0, 4117.0, 4087.0, 4118.0, 4087.0, 4118.0, 4076.0, 4117.0, 4088.0, 4117.0, 4098.0, 4117.0, 4099.0, 4117.0, 4088.0, 4086.0, 4099.0, 4097.0, 4099.0, 4108.0, 4099.0, 4088.0, 4119.0, 4087.0, 4108.0, 4076.0, 4109.0, 4076.0, 4108.0, 4086.0, 4107.0, 4075.0, 4107.0, 4075.0, 4098.0, 4085.0, 4097.0, 4074.0, 4107.0, 4075.0, 4107.0, 4075.0, 4107.0, 4075.0, 4107.0, 4077.0, 4118.0, 4088.0, 4130.0, 4099.0, 4117.0, 4097.0, 4117.0, 4098.0, 4118.0, 4098.0, 4086.0, 4108.0, 4087.0, 4119.0, 4086.0, 4117.0, 4075.0, 4105.0, 4095.0, 4104.0, 4096.0, 4104.0, 4085.0, 4104.0, 4085.0, 4104.0, 4085.0, 4093.0, 4075.0, 4092.0, 4073.0, 4082.0, 4075.0, 4073.0, 4094.0, 4074.0, 4105.0, 4074.0, 4104.0, 4075.0, 4104.0, 4085.0, 4105.0, 4086.0, 4106.0, 4087.0, 4105.0, 4086.0, 4105.0, 4086.0, 4104.0, 4085.0, 4104.0, 4086.0, 4105.0, 4086.0, 4094.0, 4086.0, 4085.0, 4096.0, 4076.0, 4119.0, 4076.0, 4106.0, 4075.0, 4106.0, 4076.0, 4105.0, 4097.0, 4105.0, 4096.0, 4116.0, 4087.0, 4116.0, 4087.0, 4106.0, 4087.0, 4085.0, 4086.0, 4064.0, 4095.0, 4076.0, 4108.0, 4076.0, 4106.0, 4076.0, 4106.0, 4075.0, 4106.0, 4087.0, 4106.0, 4087.0, 4106.0, 4088.0, 4106.0, 4087.0, 4105.0, 4086.0, 4105.0, 4086.0, 4104.0, 4086.0, 4105.0, 4085.0, 4105.0, 4086.0, 4106.0, 4096.0, 4074.0, 4096.0, 4075.0, 4096.0, 4064.0, 4106.0, 4075.0, 4117.0, 4076.0, 4105.0, 4075.0, 4105.0, 4075.0, 4105.0, 4075.0, 4105.0, 4086.0, 4105.0, 4087.0, 4105.0, 4097.0, 4107.0, 4097.0, 4075.0, 4086.0, 4064.0, 4095.0, 4077.0, 4106.0, 4076.0, 4107.0, 4108.0, 4106.0, 4085.0, 4063.0, 4095.0, 4073.0, 4096.0, 4074.0, 4095.0, 4075.0, 4097.0, 4075.0, 4095.0, 4076.0, 4104.0, 4062.0, 4091.0, 4069.0, 4079.0, 4059.0, 4078.0, 4059.0, 4077.0, 4057.0, 4066.0, 4047.0, 4045.0, 4058.0, 4033.0, 4056.0, 4035.0, 4067.0, 4046.0, 4065.0, 4047.0, 4067.0, 4048.0, 4067.0, 4059.0, 4078.0, 4059.0, 4048.0, 4061.0, 4050.0, 4072.0, 4051.0, 4083.0, 4073.0, 4083.0, 4074.0, 4094.0, 4074.0, 4084.0, 4074.0, 4094.0, 4074.0, 4094.0, 4063.0, 4093.0, 4064.0, 4093.0, 4064.0, 4093.0, 4075.0, 4094.0, 4075.0, 4094.0, 4076.0, 4095.0, 4076.0, 4105.0, 4076.0, 4105.0, 4087.0, 4104.0, 4077.0, 4095.0, 4076.0, 4104.0, 4087.0, 4106.0, 4078.0, 4105.0, 4088.0, 4076.0, 4089.0, 4076.0, 4089.0, 4089.0, 4099.0, 4089.0, 4110.0, 4090.0, 4109.0, 4089.0, 4110.0, 4091.0, 4121.0, 4102.0, 4121.0, 4102.0, 4120.0, 4101.0, 4120.0, 4102.0, 4110.0, 4102.0, 4090.0, 4111.0, 4089.0, 4110.0, 4078.0, 4110.0, 4078.0, 4110.0, 4077.0, 4108.0, 4077.0, 4108.0, 4078.0, 4108.0, 4088.0, 4107.0, 4088.0, 4107.0, 4098.0, 4107.0, 4098.0, 4106.0, 4097.0, 4076.0, 4087.0, 4076.0, 4097.0, 4076.0, 4107.0, 4077.0, 4096.0, 4066.0, 4107.0, 4078.0, 4107.0, 4077.0, 4106.0, 4087.0, 4106.0, 4088.0, 4107.0, 4087.0, 4098.0, 4088.0, 4067.0, 4098.0, 4077.0, 4108.0, 4077.0, 4108.0, 4078.0, 4107.0, 4077.0], 'WindowWidth': [9243.0, 9170.0, 9176.0, 9119.0, 9146.0, 9103.0, 9066.0, 9080.0, 9060.0, 9088.0, 9058.0, 9106.0, 9059.0, 9128.0, 9086.0, 9113.0, 9078.0, 9086.0, 9077.0, 9055.0, 9079.0, 9061.0, 9093.0, 9076.0, 9104.0, 9080.0, 9102.0, 9077.0, 9099.0, 9061.0, 9098.0, 9077.0, 9111.0, 9074.0, 9127.0, 9061.0, 9100.0, 9075.0, 9069.0, 9076.0, 9072.0, 9077.0, 9059.0, 9094.0, 9075.0, 9091.0, 9063.0, 9087.0, 9076.0, 9102.0, 9078.0, 9117.0, 9080.0, 9102.0, 9080.0, 9117.0, 9083.0, 9134.0, 9096.0, 9093.0, 9097.0, 9078.0, 9083.0, 9076.0, 9079.0, 9078.0, 9097.0, 9062.0, 9108.0, 9079.0, 9091.0, 9078.0, 9106.0, 9077.0, 9107.0, 9083.0, 9120.0, 9087.0, 9110.0, 9102.0, 9125.0, 9102.0, 9155.0, 9101.0, 9125.0, 9099.0, 9110.0, 9086.0, 9108.0, 9098.0, 9079.0, 9142.0, 9080.0, 9123.0, 9101.0, 9105.0, 9074.0, 9102.0, 9074.0, 9102.0, 9061.0, 9101.0, 9078.0, 9099.0, 9076.0, 9100.0, 9079.0, 9127.0, 9077.0, 9115.0, 9077.0, 9112.0, 9078.0, 9128.0, 9079.0, 9102.0, 9078.0, 9074.0, 9078.0, 9075.0, 9077.0, 9069.0, 9077.0, 9073.0, 9079.0, 9072.0, 9076.0, 9073.0, 9078.0, 9074.0, 9080.0, 9093.0, 9096.0, 9077.0, 9096.0, 9090.0, 9096.0, 9078.0, 9096.0, 9080.0, 9097.0, 9081.0, 9109.0, 9093.0, 9094.0, 9080.0, 9094.0, 9081.0, 9114.0, 9080.0, 9108.0, 9079.0, 9092.0, 9081.0, 9107.0, 9099.0, 9123.0, 9082.0, 9119.0, 9084.0, 9121.0, 9083.0, 9107.0, 9085.0, 9136.0, 9095.0, 9135.0, 9082.0, 9102.0, 9079.0, 9104.0, 9081.0, 9133.0, 9081.0, 9119.0, 9083.0, 9105.0, 9084.0, 9135.0, 9100.0, 9106.0, 9096.0, 9077.0, 9081.0, 9075.0, 9093.0, 9079.0, 9107.0, 9078.0, 9107.0, 9080.0, 9102.0, 9076.0, 9103.0, 9079.0, 9108.0, 9078.0, 9103.0, 9081.0, 9110.0, 9064.0, 9101.0, 9080.0, 9105.0, 9082.0, 9116.0, 9083.0, 9102.0, 9083.0, 9090.0, 9083.0, 9081.0, 9111.0, 9080.0, 9109.0, 9081.0, 9106.0, 9078.0, 9107.0, 9080.0, 9108.0, 9081.0, 9132.0, 9068.0, 9103.0, 9080.0, 9102.0, 9080.0, 9104.0, 9082.0, 9131.0, 9080.0, 9117.0, 9081.0, 9117.0, 9097.0, 9107.0, 9095.0, 9079.0, 9099.0, 9089.0, 9081.0, 9116.0, 9082.0, 9092.0, 9095.0, 9078.0, 9095.0, 9078.0, 9106.0, 9076.0, 9109.0, 9080.0, 9134.0, 9080.0, 9103.0, 9078.0, 9105.0, 9078.0, 9103.0, 9078.0, 9116.0, 9066.0, 9100.0, 9065.0, 9101.0, 9064.0, 9102.0, 9080.0, 9124.0, 9081.0, 9131.0, 9079.0, 9110.0, 9079.0, 9129.0, 9097.0, 9086.0, 9077.0, 9060.0, 9074.0, 9071.0, 9072.0, 9059.0, 9102.0, 9059.0, 9100.0, 9078.0, 9100.0, 9066.0, 9102.0, 9078.0, 9131.0, 9094.0, 9088.0, 9077.0, 9061.0, 9077.0, 9073.0, 9091.0, 9060.0, 9106.0, 9056.0, 9100.0, 9074.0, 9086.0, 9058.0, 9096.0, 9072.0, 9113.0, 9073.0, 9108.0, 9076.0, 9097.0, 9079.0, 9116.0, 9080.0, 9075.0, 9077.0, 9059.0, 9078.0, 9059.0, 9091.0, 9059.0, 9108.0, 9059.0, 9098.0, 9059.0, 9083.0, 9058.0, 9098.0, 9060.0, 9099.0, 9078.0, 9112.0, 9081.0, 9101.0, 9079.0, 9103.0, 9081.0, 9061.0, 9095.0, 9077.0, 9091.0, 9076.0, 9107.0, 9081.0, 9106.0, 9082.0, 9106.0, 9080.0, 9105.0, 9084.0, 9133.0, 9093.0, 9130.0, 9079.0, 9099.0, 9081.0, 9119.0, 9082.0, 9133.0, 9079.0, 9129.0, 9079.0, 9100.0, 9079.0, 9118.0, 9098.0, 9132.0, 9102.0, 9091.0, 9097.0, 9105.0, 9096.0, 9116.0, 9083.0, 9122.0, 9097.0, 9067.0, 9097.0, 9094.0, 9079.0, 9116.0, 9093.0, 9085.0, 9106.0, 9040.0, 9070.0, 9052.0, 9067.0, 9054.0, 9070.0, 9035.0, 9071.0, 9051.0, 9073.0, 9052.0, 9071.0, 9037.0, 9072.0, 9038.0, 9068.0, 9039.0, 9087.0, 9078.0, 9105.0, 9054.0, 9101.0, 9076.0, 9100.0, 9080.0, 9086.0, 9097.0, 9135.0, 9081.0, 9133.0, 9097.0, 9134.0, 9096.0, 9133.0, 9079.0, 9111.0, 9073.0, 9107.0, 9066.0, 9090.0, 9061.0, 9083.0, 9045.0, 9082.0, 9029.0, 9065.0, 9025.0, 9050.0, 9024.0, 9066.0, 9028.0, 9056.0, 9025.0, 9055.0, 9027.0, 9058.0, 9031.0, 9056.0, 9049.0, 9063.0, 9050.0, 9060.0, 9054.0, 9067.0, 9052.0, 9086.0, 9057.0, 9082.0, 9058.0, 9101.0, 9078.0, 9082.0, 9061.0, 9093.0, 9072.0, 9109.0, 9074.0, 9096.0, 9062.0, 9092.0, 9074.0, 9097.0, 9074.0, 9110.0, 9075.0, 9112.0, 9075.0, 9096.0, 9062.0, 9096.0, 9061.0, 9100.0, 9079.0, 9104.0, 9081.0, 9104.0, 9082.0, 9103.0, 9081.0, 9105.0, 9079.0, 9109.0, 9079.0, 9109.0, 9083.0, 9114.0, 9080.0, 9098.0, 9065.0, 9095.0, 9078.0, 9096.0, 9078.0, 9083.0, 9084.0, 9118.0, 9102.0, 9103.0, 9094.0, 9101.0, 9100.0, 9102.0, 9085.0, 9105.0, 9099.0, 9105.0, 9099.0, 9105.0, 9104.0, 9116.0, 9088.0, 9119.0, 9085.0, 9116.0, 9099.0, 9120.0, 9085.0, 9130.0, 9085.0, 9114.0, 9086.0, 9117.0, 9101.0, 9118.0, 9102.0, 9131.0, 9093.0, 9130.0, 9106.0, 9130.0, 9092.0, 9144.0, 9110.0, 9158.0, 9109.0, 9145.0, 9122.0, 9156.0, 9106.0, 9142.0, 9108.0, 9143.0, 9106.0, 9097.0, 9101.0, 9100.0, 9103.0, 9095.0, 9100.0, 9100.0, 9106.0, 9101.0, 9118.0, 9088.0, 9118.0, 9091.0, 9119.0, 9107.0, 9119.0, 9109.0, 9133.0, 9110.0, 9147.0, 9113.0, 9133.0, 9113.0, 9167.0, 9125.0, 9110.0, 9140.0, 9108.0, 9162.0, 9110.0, 9146.0, 9124.0, 9161.0, 9123.0, 9091.0, 9134.0, 9107.0, 9132.0, 9091.0, 9130.0, 9109.0, 9145.0, 9106.0, 9157.0, 9105.0, 9114.0, 9118.0, 9090.0, 9107.0, 9109.0, 9133.0, 9109.0, 9149.0, 9114.0, 9150.0, 9131.0, 9113.0, 9143.0, 9113.0, 9141.0, 9109.0, 9149.0, 9111.0, 9148.0, 9111.0, 9175.0, 9108.0, 9158.0, 9120.0, 9177.0, 9125.0, 9134.0, 9117.0, 9085.0, 9125.0, 9098.0, 9129.0, 9107.0, 9156.0, 9112.0, 9152.0, 9097.0, 9136.0, 9096.0, 9153.0, 9118.0, 9093.0, 9110.0, 9075.0, 9102.0, 9075.0, 9105.0, 9079.0, 9105.0, 9081.0, 9119.0, 9096.0, 9131.0, 9093.0, 9128.0, 9090.0, 9111.0, 9076.0, 9124.0, 9088.0, 9095.0, 9088.0, 9096.0, 9073.0, 9111.0, 9090.0, 9069.0, 9068.0, 9052.0, 9080.0, 9053.0, 9096.0, 9072.0, 9132.0, 9134.0, 9154.0, 9091.0, 9056.0, 9094.0, 9075.0, 9107.0, 9107.0, 9131.0, 9113.0, 9119.0, 9109.0, 9104.0, 9139.0, 9079.0, 9119.0, 9085.0, 9110.0, 9085.0, 9107.0, 9080.0, 9091.0, 9087.0, 9075.0, 9073.0, 9024.0, 9056.0, 9024.0, 9049.0, 9021.0, 9066.0, 9041.0, 9067.0, 9043.0, 9065.0, 9042.0, 9050.0, 9045.0, 9055.0, 9046.0, 9041.0, 9050.0, 9030.0, 9065.0, 9048.0, 9081.0, 9050.0, 9079.0, 9068.0, 9095.0, 9070.0, 9111.0, 9086.0, 9083.0, 9072.0, 9080.0, 9073.0, 9105.0, 9071.0, 9110.0, 9074.0, 9097.0, 9075.0, 9112.0, 9079.0, 9096.0, 9087.0, 9051.0, 9072.0, 9054.0, 9071.0, 9053.0, 9074.0, 9068.0, 9073.0, 9053.0, 9085.0, 9051.0, 9081.0, 9048.0, 9079.0, 9050.0, 9086.0, 9060.0, 9101.0, 9055.0, 9103.0, 9104.0, 9120.0, 9092.0, 9115.0, 9108.0, 9115.0, 9110.0, 9092.0, 9138.0, 9103.0, 9140.0, 9074.0, 9106.0, 9089.0, 9103.0, 9073.0, 9117.0, 9072.0, 9100.0, 9065.0, 9097.0, 9067.0, 9101.0, 9068.0, 9116.0, 9069.0, 9101.0, 9068.0, 9099.0, 9068.0, 9100.0, 9070.0, 9116.0, 9077.0, 9115.0, 9078.0, 9115.0, 9091.0, 9115.0, 9074.0, 9112.0, 9074.0, 9112.0, 9075.0, 9112.0, 9075.0, 9112.0, 9076.0, 9114.0, 9098.0, 9135.0, 9097.0, 9117.0, 9094.0, 9117.0, 9097.0, 9120.0, 9100.0, 9135.0, 9116.0, 9123.0, 9113.0, 9107.0, 9100.0, 9120.0, 9101.0, 9122.0, 9114.0, 9123.0, 9113.0, 9096.0, 9115.0, 9105.0, 9098.0, 9119.0, 9097.0, 9133.0, 9113.0, 9107.0, 9113.0, 9105.0, 9098.0, 9119.0, 9100.0, 9122.0, 9099.0, 9095.0, 9112.0, 9081.0, 9099.0, 9080.0, 9099.0, 9110.0, 9112.0, 9096.0, 9140.0, 9097.0, 9126.0, 9096.0, 9125.0, 9098.0, 9140.0, 9100.0, 9137.0, 9097.0, 9133.0, 9094.0, 9136.0, 9096.0, 9136.0, 9080.0, 9118.0, 9077.0, 9115.0, 9075.0, 9115.0, 9076.0, 9114.0, 9093.0, 9117.0, 9095.0, 9119.0, 9106.0, 9117.0, 9125.0, 9144.0, 9132.0, 9122.0, 9111.0, 9121.0, 9112.0, 9090.0, 9109.0, 9089.0, 9120.0, 9074.0, 9118.0, 9074.0, 9117.0, 9090.0, 9121.0, 9091.0, 9114.0, 9075.0, 9117.0, 9073.0, 9115.0, 9075.0, 9117.0, 9074.0, 9112.0, 9075.0, 9114.0, 9075.0, 9112.0, 9072.0, 9114.0, 9074.0, 9113.0, 9076.0, 9098.0, 9075.0, 9099.0, 9075.0, 9104.0, 9095.0, 9115.0, 9079.0, 9116.0, 9079.0, 9117.0, 9079.0, 9119.0, 9095.0, 9135.0, 9083.0, 9120.0, 9094.0, 9119.0, 9094.0, 9116.0, 9097.0, 9117.0, 9095.0, 9118.0, 9112.0, 9133.0, 9110.0, 9118.0, 9110.0, 9133.0, 9111.0, 9132.0, 9107.0, 9132.0, 9093.0, 9116.0, 9096.0, 9132.0, 9097.0, 9106.0, 9110.0, 9080.0, 9110.0, 9078.0, 9108.0, 9104.0, 9107.0, 9118.0, 9109.0, 9075.0, 9094.0, 9116.0, 9093.0, 9128.0, 9093.0, 9102.0, 9092.0, 9077.0, 9110.0, 9093.0, 9113.0, 9096.0, 9115.0, 9095.0, 9123.0, 9096.0, 9125.0, 9080.0, 9124.0, 9095.0, 9139.0, 9094.0, 9136.0, 9096.0, 9134.0, 9097.0, 9135.0, 9096.0, 9135.0, 9081.0, 9134.0, 9098.0, 9134.0, 9114.0, 9135.0, 9115.0, 9135.0, 9100.0, 9093.0, 9114.0, 9110.0, 9115.0, 9127.0, 9117.0, 9098.0, 9142.0, 9097.0, 9126.0, 9081.0, 9128.0, 9081.0, 9124.0, 9091.0, 9123.0, 9075.0, 9121.0, 9075.0, 9109.0, 9090.0, 9108.0, 9074.0, 9120.0, 9076.0, 9122.0, 9076.0, 9121.0, 9077.0, 9122.0, 9082.0, 9138.0, 9100.0, 9160.0, 9118.0, 9135.0, 9111.0, 9135.0, 9114.0, 9137.0, 9113.0, 9094.0, 9125.0, 9095.0, 9141.0, 9092.0, 9134.0, 9077.0, 9116.0, 9102.0, 9113.0, 9103.0, 9113.0, 9088.0, 9111.0, 9089.0, 9111.0, 9086.0, 9094.0, 9074.0, 9091.0, 9070.0, 9078.0, 9073.0, 9068.0, 9098.0, 9069.0, 9114.0, 9073.0, 9111.0, 9074.0, 9111.0, 9090.0, 9114.0, 9094.0, 9117.0, 9095.0, 9115.0, 9093.0, 9114.0, 9091.0, 9111.0, 9089.0, 9111.0, 9092.0, 9113.0, 9090.0, 9098.0, 9091.0, 9086.0, 9104.0, 9077.0, 9139.0, 9076.0, 9115.0, 9074.0, 9115.0, 9077.0, 9114.0, 9106.0, 9115.0, 9105.0, 9131.0, 9095.0, 9129.0, 9094.0, 9117.0, 9094.0, 9088.0, 9090.0, 9059.0, 9102.0, 9080.0, 9123.0, 9077.0, 9117.0, 9078.0, 9116.0, 9077.0, 9116.0, 9093.0, 9117.0, 9094.0, 9118.0, 9096.0, 9117.0, 9095.0, 9114.0, 9092.0, 9115.0, 9090.0, 9110.0, 9091.0, 9113.0, 9089.0, 9114.0, 9092.0, 9116.0, 9104.0, 9070.0, 9104.0, 9073.0, 9103.0, 9057.0, 9116.0, 9076.0, 9133.0, 9077.0, 9115.0, 9075.0, 9112.0, 9074.0, 9112.0, 9076.0, 9115.0, 9092.0, 9115.0, 9093.0, 9113.0, 9106.0, 9118.0, 9105.0, 9072.0, 9089.0, 9056.0, 9102.0, 9078.0, 9120.0, 9079.0, 9120.0, 9121.0, 9115.0, 9088.0, 9055.0, 9099.0, 9067.0, 9102.0, 9070.0, 9101.0, 9073.0, 9104.0, 9075.0, 9100.0, 9074.0, 9112.0, 9051.0, 9088.0, 9054.0, 9065.0, 9040.0, 9062.0, 9038.0, 9059.0, 9033.0, 9041.0, 9018.0, 9012.0, 9033.0, 8994.0, 9030.0, 8998.0, 9042.0, 9016.0, 9040.0, 9020.0, 9044.0, 9024.0, 9046.0, 9040.0, 9062.0, 9040.0, 9024.0, 9046.0, 9030.0, 9062.0, 9033.0, 9081.0, 9067.0, 9080.0, 9071.0, 9096.0, 9070.0, 9081.0, 9069.0, 9095.0, 9070.0, 9096.0, 9054.0, 9093.0, 9055.0, 9092.0, 9056.0, 9094.0, 9073.0, 9097.0, 9075.0, 9097.0, 9076.0, 9101.0, 9078.0, 9112.0, 9077.0, 9113.0, 9092.0, 9111.0, 9079.0, 9100.0, 9078.0, 9112.0, 9093.0, 9116.0, 9084.0, 9115.0, 9096.0, 9079.0, 9100.0, 9081.0, 9102.0, 9102.0, 9117.0, 9102.0, 9130.0, 9103.0, 9129.0, 9103.0, 9131.0, 9108.0, 9146.0, 9122.0, 9146.0, 9123.0, 9144.0, 9122.0, 9144.0, 9124.0, 9131.0, 9123.0, 9103.0, 9134.0, 9102.0, 9132.0, 9086.0, 9131.0, 9084.0, 9129.0, 9081.0, 9125.0, 9081.0, 9124.0, 9083.0, 9124.0, 9095.0, 9119.0, 9096.0, 9119.0, 9112.0, 9121.0, 9111.0, 9118.0, 9106.0, 9076.0, 9094.0, 9076.0, 9107.0, 9078.0, 9121.0, 9078.0, 9105.0, 9065.0, 9118.0, 9082.0, 9121.0, 9081.0, 9118.0, 9095.0, 9116.0, 9096.0, 9120.0, 9096.0, 9108.0, 9098.0, 9068.0, 9111.0, 9081.0, 9124.0, 9079.0, 9123.0, 9082.0, 9120.0, 9082.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.00018784210526315789</td></tr>
<tr><td colspan=3>aqi</td><td>0.02315730248120301</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.61340712075247</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2369627017757725</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795838019563586</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>6570.0811</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07565059858523908</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2030075187969924</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3452165411309736</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3066189450059187</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.567952938775231</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1610777396117715</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131806</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02028033137321472</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010930223390460014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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>3.836597070120561</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>38.9977</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3427</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1505</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308327.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>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.7714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5312</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.5378</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3342.6792</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.2072</td></tr>
<tr><td colspan=3>tsnr</td><td>41.94448241498321</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>