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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-01_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-01_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-0122/ses-01/func/sub-0122_ses-01_task-alignvideo_acq-mb8_run-01_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>2ac772b0e3dff3fbd3dad4f9d2b0202b</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:08:43.340000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999019, -0.0103127, -0.0430655, 0.0104621, 0.99994, 0.00324669]</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.259</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-01_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.0879761</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7753, -7193, 427, -142, 84, 37, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52de5132-e3d5-400f-819e-9a42afc52cf8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680294990539551, 0.028069116175174713, -0.11617948114871979, 113.38776397705078], [0.027668114751577377, 2.6827659606933594, 0.00997396744787693, -106.70344543457031], [-0.11554159969091415, -0.008710633032023907, 2.6974806785583496, -61.30177307128906], [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, 1073]</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], 'AcquisitionTime': ['170843.340000', '170843.800000', '170844.260000', '170844.720000', '170845.180000', '170845.640000', '170846.100000', '170846.560000', '170847.020000', '170847.480000', '170847.940000', '170848.400000', '170848.860000', '170849.320000', '170849.780000', '170850.240000', '170850.700000', '170851.160000', '170851.620000', '170852.080000', '170852.540000', '170853.000000', '170853.460000', '170853.920000', '170854.380000', '170854.840000', '170855.300000', '170855.760000', '170856.220000', '170856.680000', '170857.140000', '170857.600000', '170858.060000', '170858.520000', '170858.980000', '170859.440000', '170859.900000', '170900.360000', '170900.820000', '170901.280000', '170901.740000', '170902.200000', '170902.660000', '170903.120000', '170903.580000', '170904.040000', '170904.500000', '170904.960000', '170905.420000', '170905.880000', '170906.340000', '170906.800000', '170907.260000', '170907.720000', '170908.180000', '170908.640000', '170909.100000', '170909.560000', '170910.020000', '170910.480000', '170910.940000', '170911.400000', '170911.860000', '170912.320000', '170912.780000', '170913.240000', '170913.700000', '170914.160000', '170914.620000', '170915.080000', '170915.540000', '170916.000000', '170916.460000', '170916.920000', '170917.380000', '170917.840000', '170918.300000', '170918.760000', '170919.220000', '170919.680000', '170920.140000', '170920.600000', '170921.060000', '170921.520000', '170921.980000', '170922.440000', '170922.900000', '170923.360000', '170923.820000', '170924.280000', '170924.740000', '170925.200000', '170925.660000', '170926.120000', '170926.580000', '170927.040000', '170927.500000', '170927.960000', '170928.420000', '170928.880000', '170929.340000', '170929.800000', '170930.260000', '170930.720000', '170931.180000', '170931.640000', '170932.100000', '170932.560000', '170933.020000', '170933.480000', '170933.940000', '170934.400000', '170934.860000', '170935.320000', '170935.780000', '170936.240000', '170936.700000', '170937.160000', '170937.620000', '170938.080000', '170938.540000', '170939.000000', '170939.460000', '170939.920000', '170940.380000', '170940.840000', '170941.300000', '170941.760000', '170942.220000', '170942.680000', '170943.140000', '170943.600000', '170944.060000', '170944.520000', '170944.980000', '170945.440000', '170945.900000', '170946.360000', '170946.820000', '170947.280000', '170947.740000', '170948.200000', '170948.660000', '170949.120000', '170949.580000', '170950.040000', '170950.500000', '170950.960000', '170951.420000', '170951.880000', '170952.340000', '170952.800000', '170953.260000', '170953.720000', '170954.180000', '170954.640000', '170955.100000', '170955.560000', '170956.020000', '170956.480000', '170956.940000', '170957.400000', '170957.860000', '170958.320000', '170958.780000', '170959.240000', '170959.700000', '171000.160000', '171000.620000', '171001.080000', '171001.540000', '171002.000000', '171002.460000', '171002.920000', '171003.380000', '171003.840000', '171004.300000', '171004.760000', '171005.220000', '171005.680000', '171006.140000', '171006.600000', '171007.060000', '171007.520000', '171007.980000', '171008.440000', '171008.900000', '171009.360000', '171009.820000', '171010.280000', '171010.740000', '171011.200000', '171011.660000', '171012.120000', '171012.580000', '171013.040000', '171013.500000', '171013.960000', '171014.420000', '171014.880000', '171015.340000', '171015.800000', '171016.260000', '171016.720000', '171017.180000', '171017.640000', '171018.100000', '171018.560000', '171019.020000', '171019.480000', '171019.940000', '171020.400000', '171020.860000', '171021.320000', '171021.780000', '171022.240000', '171022.700000', '171023.160000', '171023.620000', '171024.080000', '171024.540000', '171025.000000', '171025.460000', '171025.920000', '171026.380000', '171026.840000', '171027.300000', '171027.760000', '171028.220000', '171028.680000', '171029.140000', '171029.600000', '171030.060000', '171030.520000', '171030.980000', '171031.440000', '171031.900000', '171032.360000', '171032.820000', '171033.280000', '171033.740000', '171034.200000', '171034.660000', '171035.120000', '171035.580000', '171036.040000', '171036.500000', '171036.960000', '171037.420000', '171037.880000', '171038.340000', '171038.800000', '171039.260000', '171039.720000', '171040.180000', '171040.640000', '171041.100000', '171041.560000', '171042.020000', '171042.480000', '171042.940000', '171043.400000', '171043.860000', '171044.320000', '171044.780000', '171045.240000', '171045.700000', '171046.160000', '171046.620000', '171047.080000', '171047.540000', '171048.000000', '171048.460000', '171048.920000', '171049.380000', '171049.840000', '171050.300000', '171050.760000', '171051.220000', '171051.680000', '171052.140000', '171052.600000', '171053.060000', '171053.520000', '171053.980000', '171054.440000', '171054.900000', '171055.360000', '171055.820000', '171056.280000', '171056.740000', '171057.200000', '171057.660000', '171058.120000', '171058.580000', '171059.040000', '171059.500000', '171059.960000', '171100.420000', '171100.880000', '171101.340000', '171101.800000', '171102.260000', '171102.720000', '171103.180000', '171103.640000', '171104.100000', '171104.560000', '171105.020000', '171105.480000', '171105.940000', '171106.400000', '171106.860000', '171107.320000', '171107.780000', '171108.240000', '171108.700000', '171109.160000', '171109.620000', '171110.080000', '171110.540000', '171111.000000', '171111.460000', '171111.920000', '171112.380000', '171112.840000', '171113.300000', '171113.760000', '171114.220000', '171114.680000', '171115.140000', '171115.600000', '171116.060000', '171116.520000', '171116.980000', '171117.440000', '171117.900000', '171118.360000', '171118.820000', '171119.280000', '171119.740000', '171120.200000', '171120.660000', '171121.120000', '171121.580000', '171122.040000', '171122.500000', '171122.960000', '171123.420000', '171123.880000', '171124.340000', '171124.800000', '171125.260000', '171125.720000', '171126.180000', '171126.640000', '171127.100000', '171127.560000', '171128.020000', '171128.480000', '171128.940000', '171129.400000', '171129.860000', '171130.320000', '171130.780000', '171131.240000', '171131.700000', '171132.160000', '171132.620000', '171133.080000', '171133.540000', '171134.000000', '171134.460000', '171134.920000', '171135.380000', '171135.840000', '171136.300000', '171136.760000', '171137.220000', '171137.680000', '171138.140000', '171138.600000', '171139.060000', '171139.520000', '171139.980000', '171140.440000', '171140.900000', '171141.360000', '171141.820000', '171142.280000', '171142.740000', '171143.200000', '171143.660000', '171144.120000', '171144.580000', '171145.040000', '171145.500000', '171145.960000', '171146.420000', '171146.880000', '171147.340000', '171147.800000', '171148.260000', '171148.720000', '171149.180000', '171149.640000', '171150.100000', '171150.560000', '171151.020000', '171151.480000', '171151.940000', '171152.400000', '171152.860000', '171153.320000', '171153.780000', '171154.240000', '171154.700000', '171155.160000', '171155.620000', '171156.080000', '171156.540000', '171157.000000', '171157.460000', '171157.920000', '171158.380000', '171158.840000', '171159.300000', '171159.760000', '171200.220000', '171200.680000', '171201.140000', '171201.600000', '171202.060000', '171202.520000', '171202.980000', '171203.440000', '171203.900000', '171204.360000', '171204.820000', '171205.280000', '171205.740000', '171206.200000', '171206.660000', '171207.120000', '171207.580000', '171208.040000', '171208.500000', '171208.960000', '171209.420000', '171209.880000', '171210.340000', '171210.800000', '171211.260000', '171211.720000', '171212.180000', '171212.640000', '171213.100000', '171213.560000', '171214.020000', '171214.480000', '171214.940000', '171215.400000', '171215.860000', '171216.320000', '171216.780000', '171217.240000', '171217.700000', '171218.160000', '171218.620000', '171219.080000', '171219.540000', '171220.000000', '171220.460000', '171220.920000', '171221.380000', '171221.840000', '171222.300000', '171222.760000', '171223.220000', '171223.680000', '171224.140000', '171224.600000', '171225.060000', '171225.520000', '171225.980000', '171226.440000', '171226.900000', '171227.360000', '171227.820000', '171228.280000', '171228.740000', '171229.200000', '171229.660000', '171230.120000', '171230.580000', '171231.040000', '171231.500000', '171231.960000', '171232.420000', '171232.880000', '171233.340000', '171233.800000', '171234.260000', '171234.720000', '171235.180000', '171235.640000', '171236.100000', '171236.560000', '171237.020000', '171237.480000', '171237.940000', '171238.400000', '171238.860000', '171239.320000', '171239.780000', '171240.240000', '171240.700000', '171241.160000', '171241.620000', '171242.080000', '171242.540000', '171243.000000', '171243.460000', '171243.920000', '171244.380000', '171244.840000', '171245.300000', '171245.760000', '171246.220000', '171246.680000', '171247.140000', '171247.600000', '171248.060000', '171248.520000', '171248.980000', '171249.440000', '171249.900000', '171250.360000', '171250.820000', '171251.280000', '171251.740000', '171252.200000', '171252.660000', '171253.120000', '171253.580000', '171254.040000', '171254.500000', '171254.960000', '171255.420000', '171255.880000', '171256.340000', '171256.800000', '171257.260000', '171257.720000', '171258.180000', '171258.640000', '171259.100000', '171259.560000', '171300.020000', '171300.480000', '171300.940000', '171301.400000', '171301.860000', '171302.320000', '171302.780000', '171303.240000', '171303.700000', '171304.160000', '171304.620000', '171305.080000', '171305.540000', '171306.000000', '171306.460000', '171306.920000', '171307.380000', '171307.840000', '171308.300000', '171308.760000', '171309.220000', '171309.680000', '171310.140000', '171310.600000', '171311.060000', '171311.520000', '171311.980000', '171312.440000', '171312.900000', '171313.360000', '171313.820000', '171314.280000', '171314.740000', '171315.200000', '171315.660000', '171316.120000', '171316.580000', '171317.040000', '171317.500000', '171317.960000', '171318.420000', '171318.880000', '171319.340000', '171319.800000', '171320.260000', '171320.720000', '171321.180000', '171321.640000', '171322.100000', '171322.560000', '171323.020000', '171323.480000', '171323.940000', '171324.400000', '171324.860000', '171325.320000', '171325.780000', '171326.240000', '171326.700000', '171327.160000', '171327.620000', '171328.080000', '171328.540000', '171329.000000', '171329.460000', '171329.920000', '171330.380000', '171330.840000', '171331.300000', '171331.760000', '171332.220000', '171332.680000', '171333.140000', '171333.600000', '171334.060000', '171334.520000', '171334.980000', '171335.440000', '171335.900000', '171336.360000', '171336.820000', '171337.280000', '171337.740000', '171338.200000', '171338.660000', '171339.120000', '171339.580000', '171340.040000', '171340.500000', '171340.960000', '171341.420000', '171341.880000', '171342.340000', '171342.800000', '171343.260000', '171343.720000', '171344.180000', '171344.640000', '171345.100000', '171345.560000', '171346.020000', '171346.480000', '171346.940000', '171347.400000', '171347.860000', '171348.320000', '171348.780000', '171349.240000', '171349.700000', '171350.160000', '171350.620000', '171351.080000', '171351.540000', '171352.000000', '171352.460000', '171352.920000', '171353.380000', '171353.840000', '171354.300000', '171354.760000', '171355.220000', '171355.680000', '171356.140000', '171356.600000', '171357.060000', '171357.520000', '171357.980000', '171358.440000', '171358.900000', '171359.360000', '171359.820000', '171400.280000', '171400.740000', '171401.200000', '171401.660000', '171402.120000', '171402.580000', '171403.040000', '171403.500000', '171403.960000', '171404.420000', '171404.880000', '171405.340000', '171405.800000', '171406.260000', '171406.720000', '171407.180000', '171407.640000', '171408.100000', '171408.560000', '171409.020000', '171409.480000', '171409.940000', '171410.400000', '171410.860000', '171411.320000', '171411.780000', '171412.240000', '171412.700000', '171413.160000', '171413.620000', '171414.080000', '171414.540000', '171415.000000', '171415.460000', '171415.920000', '171416.380000', '171416.840000', '171417.300000', '171417.760000', '171418.220000', '171418.680000', '171419.140000', '171419.600000', '171420.060000', '171420.520000', '171420.980000', '171421.440000', '171421.900000', '171422.360000', '171422.820000', '171423.280000', '171423.740000', '171424.200000', '171424.660000', '171425.120000', '171425.580000', '171426.040000', '171426.500000', '171426.960000', '171427.420000', '171427.880000', '171428.340000', '171428.800000', '171429.260000', '171429.720000', '171430.180000', '171430.640000', '171431.100000', '171431.560000', '171432.020000', '171432.480000', '171432.940000', '171433.400000', '171433.860000', '171434.320000', '171434.780000', '171435.240000', '171435.700000', '171436.160000', '171436.620000', '171437.080000', '171437.540000', '171438.000000', '171438.460000', '171438.920000', '171439.380000', '171439.840000', '171440.300000', '171440.760000', '171441.220000', '171441.680000', '171442.140000', '171442.600000', '171443.060000', '171443.520000', '171443.980000', '171444.440000', '171444.900000', '171445.360000', '171445.820000', '171446.280000', '171446.740000', '171447.200000', '171447.660000', '171448.120000', '171448.580000', '171449.040000', '171449.500000', '171449.960000', '171450.420000', '171450.880000', '171451.340000', '171451.800000', '171452.260000', '171452.720000', '171453.180000', '171453.640000', '171454.100000', '171454.560000', '171455.020000', '171455.480000', '171455.940000', '171456.400000', '171456.860000', '171457.320000', '171457.780000', '171458.240000', '171458.700000', '171459.160000', '171459.620000', '171500.080000', '171500.540000', '171501.000000', '171501.460000', '171501.920000', '171502.380000', '171502.840000', '171503.300000', '171503.760000', '171504.220000', '171504.680000', '171505.140000', '171505.600000', '171506.060000', '171506.520000', '171506.980000', '171507.440000', '171507.900000', '171508.360000', '171508.820000', '171509.280000', '171509.740000', '171510.200000', '171510.660000', '171511.120000', '171511.580000', '171512.040000', '171512.500000', '171512.960000', '171513.420000', '171513.880000', '171514.340000', '171514.800000', '171515.260000', '171515.720000', '171516.180000', '171516.640000', '171517.100000', '171517.560000', '171518.020000', '171518.480000', '171518.940000', '171519.400000', '171519.860000', '171520.320000', '171520.780000', '171521.240000', '171521.700000', '171522.160000', '171522.620000', '171523.080000', '171523.540000', '171524.000000', '171524.460000', '171524.920000', '171525.380000', '171525.840000', '171526.300000', '171526.760000', '171527.220000', '171527.680000', '171528.140000', '171528.600000', '171529.060000', '171529.520000', '171529.980000', '171530.440000', '171530.900000', '171531.360000', '171531.820000', '171532.280000', '171532.740000', '171533.200000', '171533.660000', '171534.120000', '171534.580000', '171535.040000', '171535.500000', '171535.960000', '171536.420000', '171536.880000', '171537.340000', '171537.800000', '171538.260000', '171538.720000', '171539.180000', '171539.640000', '171540.100000', '171540.560000', '171541.020000', '171541.480000', '171541.940000', '171542.400000', '171542.860000', '171543.320000', '171543.780000', '171544.240000', '171544.700000', '171545.160000', '171545.620000', '171546.080000', '171546.540000', '171547.000000', '171547.460000', '171547.920000', '171548.380000', '171548.840000', '171549.300000', '171549.760000', '171550.220000', '171550.680000', '171551.140000', '171551.600000', '171552.060000', '171552.520000', '171552.980000', '171553.440000', '171553.900000', '171554.360000', '171554.820000', '171555.280000', '171555.740000', '171556.200000', '171556.660000', '171557.120000', '171557.580000', '171558.040000', '171558.500000', '171558.960000', '171559.420000', '171559.880000', '171600.340000', '171600.800000', '171601.260000', '171601.720000', '171602.180000', '171602.640000', '171603.100000', '171603.560000', '171604.020000', '171604.480000', '171604.940000', '171605.400000', '171605.860000', '171606.320000', '171606.780000', '171607.240000', '171607.700000', '171608.160000', '171608.620000', '171609.080000', '171609.540000', '171610.000000', '171610.460000', '171610.920000', '171611.380000', '171611.840000', '171612.300000', '171612.760000', '171613.220000', '171613.680000', '171614.140000', '171614.600000', '171615.060000', '171615.520000', '171615.980000', '171616.440000', '171616.900000', '171617.360000', '171617.820000', '171618.280000', '171618.740000', '171619.200000', '171619.660000', '171620.120000', '171620.580000', '171621.040000', '171621.500000', '171621.960000', '171622.420000', '171622.880000', '171623.340000', '171623.800000', '171624.260000', '171624.720000', '171625.180000', '171625.640000', '171626.100000', '171626.560000', '171627.020000', '171627.480000', '171627.940000', '171628.400000', '171628.860000', '171629.320000', '171629.780000', '171630.240000', '171630.700000', '171631.160000', '171631.620000', '171632.080000', '171632.540000', '171633.000000', '171633.460000', '171633.920000', '171634.380000', '171634.840000', '171635.300000', '171635.760000', '171636.220000', '171636.680000', '171637.140000', '171637.600000', '171638.060000', '171638.520000', '171638.980000', '171639.440000', '171639.900000', '171640.360000', '171640.820000', '171641.280000', '171641.740000', '171642.200000', '171642.660000', '171643.120000', '171643.580000', '171644.040000', '171644.500000', '171644.960000', '171645.420000', '171645.880000', '171646.340000', '171646.800000', '171647.260000', '171647.720000', '171648.180000', '171648.640000', '171649.100000', '171649.560000', '171650.020000', '171650.480000', '171650.940000', '171651.400000', '171651.860000', '171652.320000', '171652.780000', '171653.240000', '171653.700000', '171654.160000', '171654.620000', '171655.080000', '171655.540000', '171656.000000', '171656.460000'], 'ContentTime': ['170900.728000', '170900.731000', '170900.734000', '170900.736000', '170900.739000', '170900.741000', '170900.744000', '170900.747000', '170900.749000', '170900.752000', '170900.754000', '170900.763000', '170900.765000', '170900.768000', '170900.770000', '170900.773000', '170900.776000', '170900.778000', '170900.781000', '170900.783000', '170900.786000', '170900.788000', '170900.792000', '170900.795000', '170900.797000', '170900.800000', '170900.803000', '170900.805000', '170900.808000', '170900.810000', '170900.813000', '170900.815000', '170900.818000', '170900.821000', '170900.823000', '170920.686000', '170920.689000', '170920.692000', '170920.694000', '170920.697000', '170920.699000', '170920.702000', '170920.708000', '170920.710000', '170920.713000', '170920.715000', '170920.719000', '170920.722000', '170920.725000', '170920.727000', '170920.730000', '170920.732000', '170920.735000', '170920.737000', '170920.740000', '170920.743000', '170920.745000', '170920.748000', '170920.750000', '170920.753000', '170920.755000', '170920.758000', '170920.760000', '170920.763000', '170920.765000', '170920.768000', '170920.770000', '170920.773000', '170920.775000', '170920.778000', '170920.781000', '170920.783000', '170920.786000', '170920.788000', '170920.791000', '170920.793000', '170920.796000', '170920.798000', '170940.686000', '170940.689000', '170940.692000', '170940.694000', '170940.697000', '170940.700000', '170940.702000', '170940.705000', '170940.707000', '170940.710000', '170940.712000', '170940.715000', '170940.718000', '170940.720000', '170940.723000', '170940.725000', '170940.728000', '170940.730000', '170940.733000', '170940.736000', '170940.748000', '170940.751000', '170940.753000', '170940.756000', '170940.758000', '170940.761000', '170940.763000', '170940.766000', '170940.768000', '170940.771000', '170940.774000', '170940.776000', '170940.779000', '170940.781000', '170940.784000', '170940.786000', '170940.789000', '170940.792000', '170940.794000', '170940.797000', '170940.799000', '170940.802000', '170940.804000', '170940.807000', '171000.686000', '171000.689000', '171000.692000', '171000.694000', '171000.697000', '171000.700000', '171000.702000', '171000.705000', '171000.707000', '171000.710000', '171000.712000', '171000.715000', '171000.717000', '171000.720000', '171000.722000', '171000.725000', '171000.728000', '171000.730000', '171000.733000', '171000.735000', '171000.738000', '171000.741000', '171000.744000', '171000.747000', '171000.750000', '171000.752000', '171000.755000', '171000.757000', '171000.760000', '171000.762000', '171000.765000', '171000.767000', '171000.770000', '171000.773000', '171000.775000', '171000.778000', '171000.781000', '171000.784000', '171000.787000', '171000.789000', '171000.792000', '171000.794000', '171000.797000', '171020.688000', '171020.690000', '171020.693000', '171020.696000', '171020.698000', '171020.701000', '171020.704000', '171020.706000', '171020.709000', '171020.711000', '171020.714000', '171020.716000', '171020.719000', '171020.721000', '171020.724000', '171020.727000', '171020.729000', '171020.732000', '171020.734000', '171020.737000', '171020.739000', '171020.742000', '171020.745000', '171020.747000', '171020.750000', '171020.752000', '171020.755000', '171020.758000', '171020.760000', '171020.763000', '171020.765000', '171020.768000', '171020.770000', '171020.773000', '171020.776000', '171020.778000', '171020.781000', '171020.783000', '171020.786000', '171020.788000', '171020.791000', '171020.794000', '171020.796000', '171020.799000', '171040.687000', '171040.690000', '171040.693000', '171040.695000', '171040.698000', '171040.700000', '171040.703000', '171040.706000', '171040.709000', '171040.712000', '171040.714000', '171040.717000', '171040.719000', '171040.722000', '171040.725000', '171040.727000', '171040.730000', '171040.732000', '171040.735000', '171040.737000', '171040.740000', '171040.743000', '171040.745000', '171040.748000', '171040.750000', '171040.753000', '171040.755000', '171040.758000', '171040.760000', '171040.763000', '171040.765000', '171040.768000', '171040.771000', '171040.773000', '171040.776000', '171040.778000', '171040.781000', '171040.783000', '171040.786000', '171040.788000', '171040.791000', '171040.794000', '171040.796000', '171100.686000', '171100.689000', '171100.692000', '171100.695000', '171100.697000', '171100.700000', '171100.702000', '171100.705000', '171100.707000', '171100.710000', '171100.713000', '171100.715000', '171100.718000', '171100.720000', '171100.723000', '171100.725000', '171100.728000', '171100.731000', '171100.733000', '171100.736000', '171100.738000', '171100.741000', '171100.743000', '171100.746000', '171100.749000', '171100.751000', '171100.754000', '171100.756000', '171100.759000', '171100.761000', '171100.764000', '171100.767000', '171100.769000', '171100.772000', '171100.774000', '171100.777000', '171100.779000', '171100.782000', '171100.785000', '171100.787000', '171100.790000', '171100.792000', '171100.795000', '171100.797000', '171120.686000', '171120.689000', '171120.692000', '171120.694000', '171120.697000', '171120.700000', '171120.702000', '171120.705000', '171120.707000', '171120.710000', '171120.712000', '171120.715000', '171120.717000', '171120.720000', '171120.723000', '171120.740000', '171120.743000', '171120.745000', '171120.748000', '171120.750000', '171120.753000', '171120.755000', '171120.758000', '171120.761000', '171120.764000', '171120.767000', '171120.770000', '171120.772000', '171120.775000', '171120.778000', '171120.780000', '171120.783000', '171120.785000', '171120.788000', '171120.791000', '171120.793000', '171120.796000', '171120.798000', '171120.828000', '171120.831000', '171120.833000', '171120.836000', '171120.838000', '171140.687000', '171140.689000', '171140.692000', '171140.695000', '171140.697000', '171140.700000', '171140.702000', '171140.705000', '171140.708000', '171140.710000', '171140.713000', '171140.715000', '171140.718000', '171140.721000', '171140.723000', '171140.726000', '171140.728000', '171140.731000', '171140.734000', '171140.736000', '171140.739000', '171140.741000', '171140.744000', '171140.746000', '171140.749000', '171140.751000', '171140.754000', '171140.757000', '171140.759000', '171140.762000', '171140.764000', '171140.767000', '171140.769000', '171140.772000', '171140.775000', '171140.777000', '171140.780000', '171140.782000', '171140.785000', '171140.787000', '171140.790000', '171140.793000', '171140.795000', '171140.798000', '171200.687000', '171200.689000', '171200.692000', '171200.694000', '171200.697000', '171200.700000', '171200.702000', '171200.705000', '171200.707000', '171200.710000', '171200.712000', '171200.715000', '171200.718000', '171200.720000', '171200.723000', '171200.726000', '171200.728000', '171200.731000', '171200.733000', '171200.736000', '171200.738000', '171200.741000', '171200.744000', '171200.746000', '171200.749000', '171200.751000', '171200.754000', '171200.757000', '171200.759000', '171200.762000', '171200.764000', '171200.767000', '171200.770000', '171200.772000', '171200.775000', '171200.777000', '171200.780000', '171200.782000', '171200.785000', '171200.788000', '171200.790000', '171200.793000', '171200.795000', '171220.686000', '171220.689000', '171220.692000', '171220.694000', '171220.697000', '171220.700000', '171220.702000', '171220.705000', '171220.707000', '171220.710000', '171220.713000', '171220.715000', '171220.718000', '171220.720000', '171220.723000', '171220.726000', '171220.728000', '171220.731000', '171220.733000', '171220.736000', '171220.739000', '171220.741000', '171220.744000', '171220.746000', '171220.749000', '171220.752000', '171220.754000', '171220.757000', '171220.759000', '171220.762000', '171220.765000', '171220.767000', '171220.770000', '171220.772000', '171220.775000', '171220.778000', '171220.780000', '171220.783000', '171220.785000', '171220.788000', '171220.791000', '171220.793000', '171220.796000', '171220.798000', '171240.687000', '171240.690000', '171240.693000', '171240.696000', '171240.698000', '171240.701000', '171240.703000', '171240.706000', '171240.708000', '171240.711000', '171240.713000', '171240.716000', '171240.719000', '171240.721000', '171240.724000', '171240.726000', '171240.729000', '171240.731000', '171240.734000', '171240.737000', '171240.739000', '171240.742000', '171240.744000', '171240.747000', '171240.749000', '171240.752000', '171240.755000', '171240.757000', '171240.760000', '171240.762000', '171240.765000', '171240.767000', '171240.770000', '171240.772000', '171240.775000', '171240.777000', '171240.780000', '171240.783000', '171240.785000', '171240.788000', '171240.796000', '171240.799000', '171240.857000', '171300.687000', '171300.690000', '171300.693000', '171300.695000', '171300.698000', '171300.701000', '171300.703000', '171300.706000', '171300.708000', '171300.711000', '171300.714000', '171300.716000', '171300.719000', '171300.721000', '171300.724000', '171300.727000', '171300.729000', '171300.732000', '171300.734000', '171300.737000', '171300.740000', '171300.742000', '171300.745000', '171300.748000', '171300.750000', '171300.753000', '171300.756000', '171300.758000', '171300.761000', '171300.764000', '171300.766000', '171300.769000', '171300.771000', '171300.774000', '171300.776000', '171300.779000', '171300.781000', '171300.784000', '171300.787000', '171300.789000', '171300.792000', '171300.795000', '171300.797000', '171300.800000', '171320.686000', '171320.689000', '171320.692000', '171320.694000', '171320.697000', '171320.700000', '171320.702000', '171320.705000', '171320.707000', '171320.710000', '171320.712000', '171320.715000', '171320.718000', '171320.720000', '171320.723000', '171320.725000', '171320.728000', '171320.730000', '171320.733000', '171320.735000', '171320.738000', '171320.740000', '171320.743000', '171320.746000', '171320.748000', '171320.751000', '171320.753000', '171320.756000', '171320.759000', '171320.761000', '171320.764000', '171320.766000', '171320.769000', '171320.771000', '171320.774000', '171320.776000', '171320.779000', '171320.782000', '171320.784000', '171320.787000', '171320.789000', '171320.792000', '171320.794000', '171340.687000', '171340.689000', '171340.692000', '171340.695000', '171340.697000', '171340.700000', '171340.702000', '171340.705000', '171340.708000', '171340.710000', '171340.713000', '171340.716000', '171340.718000', '171340.721000', '171340.723000', '171340.726000', '171340.728000', '171340.731000', '171340.734000', '171340.736000', '171340.739000', '171340.742000', '171340.745000', '171340.748000', '171340.751000', '171340.753000', '171340.756000', '171340.759000', '171340.761000', '171340.764000', '171340.766000', '171340.769000', '171340.771000', '171340.774000', '171340.776000', '171340.779000', '171340.782000', '171340.784000', '171340.787000', '171340.789000', '171340.792000', '171340.794000', '171340.797000', '171400.686000', '171400.689000', '171400.692000', '171400.694000', '171400.697000', '171400.700000', '171400.702000', '171400.705000', '171400.707000', '171400.710000', '171400.712000', '171400.715000', '171400.718000', '171400.720000', '171400.723000', '171400.725000', '171400.728000', '171400.731000', '171400.733000', '171400.736000', '171400.738000', '171400.741000', '171400.744000', '171400.746000', '171400.749000', '171400.751000', '171400.754000', '171400.756000', '171400.759000', '171400.762000', '171400.764000', '171400.767000', '171400.769000', '171400.772000', '171400.774000', '171400.777000', '171400.779000', '171400.782000', '171400.785000', '171400.787000', '171400.790000', '171400.792000', '171400.795000', '171400.797000', '171420.687000', '171420.690000', '171420.692000', '171420.695000', '171420.697000', '171420.700000', '171420.702000', '171420.718000', '171420.721000', '171420.724000', '171420.726000', '171420.729000', '171420.731000', '171420.734000', '171420.736000', '171420.739000', '171420.741000', '171420.744000', '171420.747000', '171420.749000', '171420.752000', '171420.754000', '171420.757000', '171420.760000', '171420.762000', '171420.765000', '171420.767000', '171420.770000', '171420.772000', '171420.775000', '171420.777000', '171420.780000', '171420.783000', '171420.785000', '171420.788000', '171420.790000', '171420.793000', '171420.796000', '171420.798000', '171420.801000', '171420.805000', '171420.808000', '171420.810000', '171420.813000', '171440.687000', '171440.689000', '171440.692000', '171440.695000', '171440.697000', '171440.700000', '171440.702000', '171440.705000', '171440.708000', '171440.710000', '171440.713000', '171440.715000', '171440.718000', '171440.720000', '171440.723000', '171440.726000', '171440.728000', '171440.731000', '171440.733000', '171440.736000', '171440.738000', '171440.741000', '171440.744000', '171440.746000', '171440.749000', '171440.751000', '171440.754000', '171440.756000', '171440.759000', '171440.761000', '171440.764000', '171440.767000', '171440.769000', '171440.772000', '171440.774000', '171440.777000', '171440.779000', '171440.782000', '171440.784000', '171440.787000', '171440.790000', '171440.792000', '171440.795000', '171500.687000', '171500.690000', '171500.693000', '171500.695000', '171500.698000', '171500.700000', '171500.704000', '171500.707000', '171500.709000', '171500.712000', '171500.715000', '171500.717000', '171500.720000', '171500.722000', '171500.725000', '171500.727000', '171500.730000', '171500.732000', '171500.735000', '171500.738000', '171500.740000', '171500.743000', '171500.745000', '171500.748000', '171500.750000', '171500.753000', '171500.755000', '171500.758000', '171500.761000', '171500.764000', '171500.766000', '171500.769000', '171500.771000', '171500.774000', '171500.777000', '171500.779000', '171500.782000', '171500.784000', '171500.787000', '171500.789000', '171500.792000', '171500.795000', '171500.797000', '171500.849000', '171520.687000', '171520.690000', '171520.693000', '171520.695000', '171520.698000', '171520.701000', '171520.703000', '171520.706000', '171520.708000', '171520.711000', '171520.713000', '171520.716000', '171520.719000', '171520.721000', '171520.724000', '171520.726000', '171520.729000', '171520.731000', '171520.734000', '171520.737000', '171520.739000', '171520.742000', '171520.744000', '171520.747000', '171520.749000', '171520.752000', '171520.755000', '171520.757000', '171520.760000', '171520.762000', '171520.765000', '171520.767000', '171520.770000', '171520.772000', '171520.775000', '171520.778000', '171520.780000', '171520.783000', '171520.785000', '171520.788000', '171520.790000', '171520.793000', '171520.796000', '171540.686000', '171540.689000', '171540.692000', '171540.694000', '171540.697000', '171540.700000', '171540.702000', '171540.705000', '171540.707000', '171540.710000', '171540.712000', '171540.715000', '171540.718000', '171540.720000', '171540.723000', '171540.725000', '171540.728000', '171540.731000', '171540.792000', '171540.795000', '171540.797000', '171540.842000', '171540.844000', '171540.847000', '171540.849000', '171540.852000', '171540.855000', '171540.857000', '171540.860000', '171540.862000', '171540.865000', '171540.867000', '171540.870000', '171540.873000', '171540.875000', '171540.878000', '171540.880000', '171540.883000', '171540.886000', '171540.888000', '171540.900000', '171540.902000', '171540.905000', '171600.687000', '171600.689000', '171600.692000', '171600.695000', '171600.697000', '171600.700000', '171600.702000', '171600.705000', '171600.707000', '171600.710000', '171600.713000', '171600.715000', '171600.718000', '171600.720000', '171600.723000', '171600.726000', '171600.728000', '171600.731000', '171600.733000', '171600.736000', '171600.739000', '171600.741000', '171600.744000', '171600.746000', '171600.749000', '171600.751000', '171600.754000', '171600.756000', '171600.759000', '171600.761000', '171600.764000', '171600.767000', '171600.769000', '171600.772000', '171600.774000', '171600.777000', '171600.780000', '171600.782000', '171600.785000', '171600.787000', '171600.790000', '171600.792000', '171600.795000', '171600.797000', '171620.687000', '171620.689000', '171620.692000', '171620.695000', '171620.697000', '171620.700000', '171620.702000', '171620.705000', '171620.708000', '171620.710000', '171620.713000', '171620.715000', '171620.718000', '171620.721000', '171620.723000', '171620.726000', '171620.728000', '171620.731000', '171620.734000', '171620.736000', '171620.739000', '171620.743000', '171620.746000', '171620.748000', '171620.751000', '171620.753000', '171620.756000', '171620.758000', '171620.761000', '171620.764000', '171620.766000', '171620.769000', '171620.771000', '171620.774000', '171620.777000', '171620.779000', '171620.782000', '171620.784000', '171620.787000', '171620.789000', '171620.792000', '171620.795000', '171620.797000', '171640.687000', '171640.689000', '171640.692000', '171640.695000', '171640.697000', '171640.700000', '171640.702000', '171640.705000', '171640.707000', '171640.711000', '171640.714000', '171640.716000', '171640.719000', '171640.721000', '171640.724000', '171640.726000', '171640.729000', '171640.732000', '171640.734000', '171640.737000', '171640.739000', '171640.742000', '171640.745000', '171640.747000', '171640.750000', '171640.752000', '171640.755000', '171640.757000', '171640.760000', '171640.762000', '171640.765000', '171640.768000', '171640.770000', '171640.773000', '171640.776000', '171640.778000', '171640.781000', '171640.783000', '171640.786000', '171640.788000', '171640.791000', '171640.794000', '171640.796000', '171640.799000', '171657.946000', '171657.949000', '171657.952000', '171657.955000', '171657.958000', '171657.961000', '171657.963000', '171657.966000', '171657.969000', '171657.972000', '171657.985000', '171657.987000', '171657.990000', '171657.993000', '171657.996000', '171658.009000', '171658.012000', '171658.018000', '171658.021000', '171658.024000', '171658.027000', '171658.030000', '171658.032000', '171658.035000', '171658.038000', '171658.050000', '171658.052000', '171658.055000', '171658.058000', '171658.061000', '171658.064000', '171658.068000', '171658.071000', '171658.074000', '171658.078000', '171658.084000', '171658.088000', '171658.093000'], 'InstanceCreationTime': ['170900.728000', '170900.731000', '170900.734000', '170900.736000', '170900.739000', '170900.741000', '170900.744000', '170900.747000', '170900.749000', '170900.752000', '170900.754000', '170900.763000', '170900.765000', '170900.768000', '170900.770000', '170900.773000', '170900.776000', '170900.778000', '170900.781000', '170900.783000', '170900.786000', '170900.788000', '170900.792000', '170900.795000', '170900.797000', '170900.800000', '170900.803000', '170900.805000', '170900.808000', '170900.810000', '170900.813000', '170900.815000', '170900.818000', '170900.821000', '170900.823000', '170920.686000', '170920.689000', '170920.692000', '170920.694000', '170920.697000', '170920.699000', '170920.702000', '170920.708000', '170920.710000', '170920.713000', '170920.715000', '170920.719000', '170920.722000', '170920.725000', '170920.727000', '170920.730000', '170920.732000', '170920.735000', '170920.737000', '170920.740000', '170920.743000', '170920.745000', '170920.748000', '170920.750000', '170920.753000', '170920.755000', '170920.758000', '170920.760000', '170920.763000', '170920.765000', '170920.768000', '170920.770000', '170920.773000', '170920.775000', '170920.778000', '170920.781000', '170920.783000', '170920.786000', '170920.788000', '170920.791000', '170920.793000', '170920.796000', '170920.798000', '170940.686000', '170940.689000', '170940.692000', '170940.694000', '170940.697000', '170940.700000', '170940.702000', '170940.705000', '170940.707000', '170940.710000', '170940.712000', '170940.715000', '170940.718000', '170940.720000', '170940.723000', '170940.725000', '170940.728000', '170940.730000', '170940.733000', '170940.736000', '170940.748000', '170940.751000', '170940.753000', '170940.756000', '170940.758000', '170940.761000', '170940.763000', '170940.766000', '170940.768000', '170940.771000', '170940.774000', '170940.776000', '170940.779000', '170940.781000', '170940.784000', '170940.786000', '170940.789000', '170940.792000', '170940.794000', '170940.797000', '170940.799000', '170940.802000', '170940.804000', '170940.807000', '171000.686000', '171000.689000', '171000.692000', '171000.694000', '171000.697000', '171000.700000', '171000.702000', '171000.705000', '171000.707000', '171000.710000', '171000.712000', '171000.715000', '171000.717000', '171000.720000', '171000.722000', '171000.725000', '171000.728000', '171000.730000', '171000.733000', '171000.735000', '171000.738000', '171000.741000', '171000.744000', '171000.747000', '171000.750000', '171000.752000', '171000.755000', '171000.757000', '171000.760000', '171000.762000', '171000.765000', '171000.767000', '171000.770000', '171000.773000', '171000.775000', '171000.778000', '171000.781000', '171000.784000', '171000.787000', '171000.789000', '171000.792000', '171000.794000', '171000.797000', '171020.688000', '171020.690000', '171020.693000', '171020.696000', '171020.698000', '171020.701000', '171020.704000', '171020.706000', '171020.709000', '171020.711000', '171020.714000', '171020.716000', '171020.719000', '171020.721000', '171020.724000', '171020.727000', '171020.729000', '171020.732000', '171020.734000', '171020.737000', '171020.739000', '171020.742000', '171020.745000', '171020.747000', '171020.750000', '171020.752000', '171020.755000', '171020.758000', '171020.760000', '171020.763000', '171020.765000', '171020.768000', '171020.770000', '171020.773000', '171020.776000', '171020.778000', '171020.781000', '171020.783000', '171020.786000', '171020.788000', '171020.791000', '171020.794000', '171020.796000', '171020.799000', '171040.687000', '171040.690000', '171040.693000', '171040.695000', '171040.698000', '171040.700000', '171040.703000', '171040.706000', '171040.709000', '171040.712000', '171040.714000', '171040.717000', '171040.719000', '171040.722000', '171040.725000', '171040.727000', '171040.730000', '171040.732000', '171040.735000', '171040.737000', '171040.740000', '171040.743000', '171040.745000', '171040.748000', '171040.750000', '171040.753000', '171040.755000', '171040.758000', '171040.760000', '171040.763000', '171040.765000', '171040.768000', '171040.771000', '171040.773000', '171040.776000', '171040.778000', '171040.781000', '171040.783000', '171040.786000', '171040.788000', '171040.791000', '171040.794000', '171040.796000', '171100.686000', '171100.689000', '171100.692000', '171100.695000', '171100.697000', '171100.700000', '171100.702000', '171100.705000', '171100.707000', '171100.710000', '171100.713000', '171100.715000', '171100.718000', '171100.720000', '171100.723000', '171100.725000', '171100.728000', '171100.731000', '171100.733000', '171100.736000', '171100.738000', '171100.741000', '171100.743000', '171100.746000', '171100.749000', '171100.751000', '171100.754000', '171100.756000', '171100.759000', '171100.761000', '171100.764000', '171100.767000', '171100.769000', '171100.772000', '171100.774000', '171100.777000', '171100.779000', '171100.782000', '171100.785000', '171100.787000', '171100.790000', '171100.792000', '171100.795000', '171100.797000', '171120.686000', '171120.689000', '171120.692000', '171120.694000', '171120.697000', '171120.700000', '171120.702000', '171120.705000', '171120.707000', '171120.710000', '171120.712000', '171120.715000', '171120.717000', '171120.720000', '171120.723000', '171120.740000', '171120.743000', '171120.745000', '171120.748000', '171120.750000', '171120.753000', '171120.755000', '171120.758000', '171120.761000', '171120.764000', '171120.767000', '171120.770000', '171120.772000', '171120.775000', '171120.778000', '171120.780000', '171120.783000', '171120.785000', '171120.788000', '171120.791000', '171120.793000', '171120.796000', '171120.798000', '171120.828000', '171120.831000', '171120.833000', '171120.836000', '171120.838000', '171140.687000', '171140.689000', '171140.692000', '171140.695000', '171140.697000', '171140.700000', '171140.702000', '171140.705000', '171140.708000', '171140.710000', '171140.713000', '171140.715000', '171140.718000', '171140.721000', '171140.723000', '171140.726000', '171140.728000', '171140.731000', '171140.734000', '171140.736000', '171140.739000', '171140.741000', '171140.744000', '171140.746000', '171140.749000', '171140.751000', '171140.754000', '171140.757000', '171140.759000', '171140.762000', '171140.764000', '171140.767000', '171140.769000', '171140.772000', '171140.775000', '171140.777000', '171140.780000', '171140.782000', '171140.785000', '171140.787000', '171140.790000', '171140.793000', '171140.795000', '171140.798000', '171200.687000', '171200.689000', '171200.692000', '171200.694000', '171200.697000', '171200.700000', '171200.702000', '171200.705000', '171200.707000', '171200.710000', '171200.712000', '171200.715000', '171200.718000', '171200.720000', '171200.723000', '171200.726000', '171200.728000', '171200.731000', '171200.733000', '171200.736000', '171200.738000', '171200.741000', '171200.744000', '171200.746000', '171200.749000', '171200.751000', '171200.754000', '171200.757000', '171200.759000', '171200.762000', '171200.764000', '171200.767000', '171200.770000', '171200.772000', '171200.775000', '171200.777000', '171200.780000', '171200.782000', '171200.785000', '171200.788000', '171200.790000', '171200.793000', '171200.795000', '171220.686000', '171220.689000', '171220.692000', '171220.694000', '171220.697000', '171220.700000', '171220.702000', '171220.705000', '171220.707000', '171220.710000', '171220.713000', '171220.715000', '171220.718000', '171220.720000', '171220.723000', '171220.726000', '171220.728000', '171220.731000', '171220.733000', '171220.736000', '171220.739000', '171220.741000', '171220.744000', '171220.746000', '171220.749000', '171220.752000', '171220.754000', '171220.757000', '171220.759000', '171220.762000', '171220.765000', '171220.767000', '171220.770000', '171220.772000', '171220.775000', '171220.778000', '171220.780000', '171220.783000', '171220.785000', '171220.788000', '171220.791000', '171220.793000', '171220.796000', '171220.798000', '171240.687000', '171240.690000', '171240.693000', '171240.696000', '171240.698000', '171240.701000', '171240.703000', '171240.706000', '171240.708000', '171240.711000', '171240.713000', '171240.716000', '171240.719000', '171240.721000', '171240.724000', '171240.726000', '171240.729000', '171240.731000', '171240.734000', '171240.737000', '171240.739000', '171240.742000', '171240.744000', '171240.747000', '171240.749000', '171240.752000', '171240.755000', '171240.757000', '171240.760000', '171240.762000', '171240.765000', '171240.767000', '171240.770000', '171240.772000', '171240.775000', '171240.777000', '171240.780000', '171240.783000', '171240.785000', '171240.788000', '171240.796000', '171240.799000', '171240.857000', '171300.687000', '171300.690000', '171300.693000', '171300.695000', '171300.698000', '171300.701000', '171300.703000', '171300.706000', '171300.708000', '171300.711000', '171300.714000', '171300.716000', '171300.719000', '171300.721000', '171300.724000', '171300.727000', '171300.729000', '171300.732000', '171300.734000', '171300.737000', '171300.740000', '171300.742000', '171300.745000', '171300.748000', '171300.750000', '171300.753000', '171300.756000', '171300.758000', '171300.761000', '171300.764000', '171300.766000', '171300.769000', '171300.771000', '171300.774000', '171300.776000', '171300.779000', '171300.781000', '171300.784000', '171300.787000', '171300.789000', '171300.792000', '171300.795000', '171300.797000', '171300.800000', '171320.686000', '171320.689000', '171320.692000', '171320.694000', '171320.697000', '171320.700000', '171320.702000', '171320.705000', '171320.707000', '171320.710000', '171320.712000', '171320.715000', '171320.718000', '171320.720000', '171320.723000', '171320.725000', '171320.728000', '171320.730000', '171320.733000', '171320.735000', '171320.738000', '171320.740000', '171320.743000', '171320.746000', '171320.748000', '171320.751000', '171320.753000', '171320.756000', '171320.759000', '171320.761000', '171320.764000', '171320.766000', '171320.769000', '171320.771000', '171320.774000', '171320.776000', '171320.779000', '171320.782000', '171320.784000', '171320.787000', '171320.789000', '171320.792000', '171320.794000', '171340.687000', '171340.689000', '171340.692000', '171340.695000', '171340.697000', '171340.700000', '171340.702000', '171340.705000', '171340.708000', '171340.710000', '171340.713000', '171340.716000', '171340.718000', '171340.721000', '171340.723000', '171340.726000', '171340.728000', '171340.731000', '171340.734000', '171340.736000', '171340.739000', '171340.742000', '171340.745000', '171340.748000', '171340.751000', '171340.753000', '171340.756000', '171340.759000', '171340.761000', '171340.764000', '171340.766000', '171340.769000', '171340.771000', '171340.774000', '171340.776000', '171340.779000', '171340.782000', '171340.784000', '171340.787000', '171340.789000', '171340.792000', '171340.794000', '171340.797000', '171400.686000', '171400.689000', '171400.692000', '171400.694000', '171400.697000', '171400.700000', '171400.702000', '171400.705000', '171400.707000', '171400.710000', '171400.712000', '171400.715000', '171400.718000', '171400.720000', '171400.723000', '171400.725000', '171400.728000', '171400.731000', '171400.733000', '171400.736000', '171400.738000', '171400.741000', '171400.744000', '171400.746000', '171400.749000', '171400.751000', '171400.754000', '171400.756000', '171400.759000', '171400.762000', '171400.764000', '171400.767000', '171400.769000', '171400.772000', '171400.774000', '171400.777000', '171400.779000', '171400.782000', '171400.785000', '171400.787000', '171400.790000', '171400.792000', '171400.795000', '171400.797000', '171420.687000', '171420.690000', '171420.692000', '171420.695000', '171420.697000', '171420.700000', '171420.702000', '171420.718000', '171420.721000', '171420.724000', '171420.726000', '171420.729000', '171420.731000', '171420.734000', '171420.736000', '171420.739000', '171420.741000', '171420.744000', '171420.747000', '171420.749000', '171420.752000', '171420.754000', '171420.757000', '171420.760000', '171420.762000', '171420.765000', '171420.767000', '171420.770000', '171420.772000', '171420.775000', '171420.777000', '171420.780000', '171420.783000', '171420.785000', '171420.788000', '171420.790000', '171420.793000', '171420.796000', '171420.798000', '171420.801000', '171420.805000', '171420.808000', '171420.810000', '171420.813000', '171440.687000', '171440.689000', '171440.692000', '171440.695000', '171440.697000', '171440.700000', '171440.702000', '171440.705000', '171440.708000', '171440.710000', '171440.713000', '171440.715000', '171440.718000', '171440.720000', '171440.723000', '171440.726000', '171440.728000', '171440.731000', '171440.733000', '171440.736000', '171440.738000', '171440.741000', '171440.744000', '171440.746000', '171440.749000', '171440.751000', '171440.754000', '171440.756000', '171440.759000', '171440.761000', '171440.764000', '171440.767000', '171440.769000', '171440.772000', '171440.774000', '171440.777000', '171440.779000', '171440.782000', '171440.784000', '171440.787000', '171440.790000', '171440.792000', '171440.795000', '171500.687000', '171500.690000', '171500.693000', '171500.695000', '171500.698000', '171500.700000', '171500.704000', '171500.707000', '171500.709000', '171500.712000', '171500.715000', '171500.717000', '171500.720000', '171500.722000', '171500.725000', '171500.727000', '171500.730000', '171500.732000', '171500.735000', '171500.738000', '171500.740000', '171500.743000', '171500.745000', '171500.748000', '171500.750000', '171500.753000', '171500.755000', '171500.758000', '171500.761000', '171500.764000', '171500.766000', '171500.769000', '171500.771000', '171500.774000', '171500.777000', '171500.779000', '171500.782000', '171500.784000', '171500.787000', '171500.789000', '171500.792000', '171500.795000', '171500.797000', '171500.849000', '171520.687000', '171520.690000', '171520.693000', '171520.695000', '171520.698000', '171520.701000', '171520.703000', '171520.706000', '171520.708000', '171520.711000', '171520.713000', '171520.716000', '171520.719000', '171520.721000', '171520.724000', '171520.726000', '171520.729000', '171520.731000', '171520.734000', '171520.737000', '171520.739000', '171520.742000', '171520.744000', '171520.747000', '171520.749000', '171520.752000', '171520.755000', '171520.757000', '171520.760000', '171520.762000', '171520.765000', '171520.767000', '171520.770000', '171520.772000', '171520.775000', '171520.778000', '171520.780000', '171520.783000', '171520.785000', '171520.788000', '171520.790000', '171520.793000', '171520.796000', '171540.686000', '171540.689000', '171540.692000', '171540.694000', '171540.697000', '171540.700000', '171540.702000', '171540.705000', '171540.707000', '171540.710000', '171540.712000', '171540.715000', '171540.718000', '171540.720000', '171540.723000', '171540.725000', '171540.728000', '171540.731000', '171540.792000', '171540.795000', '171540.797000', '171540.842000', '171540.844000', '171540.847000', '171540.849000', '171540.852000', '171540.855000', '171540.857000', '171540.860000', '171540.862000', '171540.865000', '171540.867000', '171540.870000', '171540.873000', '171540.875000', '171540.878000', '171540.880000', '171540.883000', '171540.886000', '171540.888000', '171540.900000', '171540.902000', '171540.905000', '171600.687000', '171600.689000', '171600.692000', '171600.695000', '171600.697000', '171600.700000', '171600.702000', '171600.705000', '171600.707000', '171600.710000', '171600.713000', '171600.715000', '171600.718000', '171600.720000', '171600.723000', '171600.726000', '171600.728000', '171600.731000', '171600.733000', '171600.736000', '171600.739000', '171600.741000', '171600.744000', '171600.746000', '171600.749000', '171600.751000', '171600.754000', '171600.756000', '171600.759000', '171600.761000', '171600.764000', '171600.767000', '171600.769000', '171600.772000', '171600.774000', '171600.777000', '171600.780000', '171600.782000', '171600.785000', '171600.787000', '171600.790000', '171600.792000', '171600.795000', '171600.797000', '171620.687000', '171620.689000', '171620.692000', '171620.695000', '171620.697000', '171620.700000', '171620.702000', '171620.705000', '171620.708000', '171620.710000', '171620.713000', '171620.715000', '171620.718000', '171620.721000', '171620.723000', '171620.726000', '171620.728000', '171620.731000', '171620.734000', '171620.736000', '171620.739000', '171620.743000', '171620.746000', '171620.748000', '171620.751000', '171620.753000', '171620.756000', '171620.758000', '171620.761000', '171620.764000', '171620.766000', '171620.769000', '171620.771000', '171620.774000', '171620.777000', '171620.779000', '171620.782000', '171620.784000', '171620.787000', '171620.789000', '171620.792000', '171620.795000', '171620.797000', '171640.687000', '171640.689000', '171640.692000', '171640.695000', '171640.697000', '171640.700000', '171640.702000', '171640.705000', '171640.707000', '171640.711000', '171640.714000', '171640.716000', '171640.719000', '171640.721000', '171640.724000', '171640.726000', '171640.729000', '171640.732000', '171640.734000', '171640.737000', '171640.739000', '171640.742000', '171640.745000', '171640.747000', '171640.750000', '171640.752000', '171640.755000', '171640.757000', '171640.760000', '171640.762000', '171640.765000', '171640.768000', '171640.770000', '171640.773000', '171640.776000', '171640.778000', '171640.781000', '171640.783000', '171640.786000', '171640.788000', '171640.791000', '171640.794000', '171640.796000', '171640.799000', '171657.946000', '171657.949000', '171657.952000', '171657.955000', '171657.958000', '171657.961000', '171657.963000', '171657.966000', '171657.969000', '171657.972000', '171657.985000', '171657.987000', '171657.990000', '171657.993000', '171657.996000', '171658.009000', '171658.012000', '171658.018000', '171658.021000', '171658.024000', '171658.027000', '171658.030000', '171658.032000', '171658.035000', '171658.038000', '171658.050000', '171658.052000', '171658.055000', '171658.058000', '171658.061000', '171658.064000', '171658.068000', '171658.071000', '171658.074000', '171658.078000', '171658.084000', '171658.088000', '171658.093000'], '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], 'LargestImagePixelValue': [12779, 13087, 11407, 17206, 11301, 11158, 11408, 11405, 15844, 11608, 11796, 11075, 11456, 17722, 11698, 13448, 11268, 11088, 17251, 11261, 12662, 11046, 11060, 17089, 11463, 12113, 12503, 11433, 16968, 11442, 12710, 11334, 11174, 16210, 11219, 10764, 11100, 11019, 11315, 11583, 13893, 11486, 10956, 15432, 11409, 16679, 11859, 13996, 17882, 11504, 16111, 11315, 10860, 17395, 10484, 10670, 10529, 10413, 10821, 10832, 17590, 11551, 12113, 18976, 11213, 15883, 10873, 10732, 10475, 11120, 10698, 10906, 11777, 11216, 12124, 13503, 15999, 11399, 15159, 11241, 14707, 11149, 10937, 18407, 11647, 16272, 13388, 11505, 15863, 11101, 10631, 10623, 10952, 10307, 11482, 12015, 11244, 11183, 17246, 10995, 12207, 10732, 11059, 17406, 11511, 12549, 11348, 11006, 16555, 11175, 11201, 11570, 11141, 10973, 11562, 13532, 11182, 11456, 11041, 11529, 17875, 11665, 15441, 14620, 11377, 16619, 11498, 11051, 18067, 11665, 13198, 10897, 11041, 15853, 11627, 10780, 11485, 11396, 10615, 11364, 10899, 11289, 11249, 9200, 11455, 11209, 11862, 11077, 11079, 11305, 11221, 11984, 11112, 12607, 11504, 16961, 11116, 11883, 16373, 11709, 17816, 11802, 12366, 18694, 11240, 15916, 11249, 11351, 18640, 11574, 15599, 11014, 11207, 11394, 11349, 10305, 11297, 16510, 10724, 10992, 18622, 11045, 16073, 11163, 10589, 17947, 10787, 14213, 10774, 10984, 17143, 10856, 10648, 11286, 10959, 10354, 11068, 10864, 10968, 11101, 14091, 10931, 10654, 10859, 10840, 11322, 11384, 17245, 11339, 13261, 17192, 12264, 16084, 10469, 14619, 10321, 10643, 17067, 10627, 16316, 10795, 13900, 10895, 10936, 18032, 10679, 13684, 10549, 10619, 18270, 10773, 10338, 16009, 10444, 10869, 10107, 10464, 16768, 10498, 10297, 11875, 10383, 11649, 10540, 10328, 10996, 10385, 12176, 10369, 10497, 17025, 10508, 12205, 10637, 10428, 17934, 10901, 14594, 13935, 10508, 15583, 10755, 10395, 15297, 10804, 11890, 10216, 10553, 10708, 10659, 11594, 11048, 13927, 11278, 11277, 11119, 11204, 13402, 13217, 10753, 11166, 10780, 13399, 18301, 11385, 16443, 13762, 11942, 17724, 11200, 16458, 11274, 12816, 10650, 11008, 14976, 10939, 15367, 11315, 11784, 11540, 10971, 11099, 11381, 14784, 10783, 10893, 11277, 11309, 11531, 11628, 15578, 11056, 10785, 13430, 11211, 16313, 11122, 10898, 15719, 11150, 13136, 10345, 11136, 16647, 11006, 10999, 11251, 10986, 13010, 10572, 10938, 10756, 11333, 12885, 11163, 14063, 10656, 10798, 16067, 11109, 15130, 10673, 10750, 17046, 10417, 14914, 10750, 10777, 11041, 11071, 11983, 10654, 10646, 10971, 11118, 17093, 11007, 14706, 11336, 10811, 17282, 11041, 15347, 10645, 11274, 16884, 10759, 15010, 10849, 12596, 11162, 11343, 16442, 10682, 13010, 11128, 11147, 16561, 11333, 12858, 10699, 10800, 14701, 10992, 13201, 11121, 11285, 11264, 13151, 14330, 10997, 16290, 11166, 15522, 11203, 13159, 14099, 11014, 17535, 11201, 15796, 11195, 13047, 11168, 10836, 11362, 11360, 17355, 11355, 15102, 10603, 12110, 15094, 11337, 13645, 11403, 14730, 11192, 13513, 11009, 11207, 14982, 11453, 15803, 11143, 11041, 10801, 11577, 16027, 10779, 12719, 10893, 9548, 11278, 10966, 11379, 11345, 14278, 16290, 11548, 14795, 10334, 11265, 10628, 11248, 16738, 11375, 16356, 11308, 15095, 10860, 11185, 10716, 11074, 11455, 11379, 16264, 11508, 14739, 10705, 12288, 11049, 11521, 11010, 11505, 15700, 11622, 11315, 14958, 11404, 15385, 11642, 11399, 13194, 11332, 15433, 10821, 12159, 10723, 11155, 14872, 11305, 10846, 10564, 11093, 10995, 11100, 11045, 11250, 16692, 11247, 15440, 10814, 13722, 16484, 11515, 16809, 11945, 11528, 17145, 11069, 15003, 11180, 11247, 17259, 11043, 14788, 10358, 11218, 10797, 11305, 11576, 11282, 10980, 10934, 11555, 10493, 11662, 14689, 10931, 11705, 16473, 10977, 12282, 10746, 11482, 11100, 11446, 16116, 11123, 14381, 14260, 11275, 15718, 10891, 13510, 11275, 12332, 11231, 11629, 16741, 11832, 11826, 10778, 10479, 17899, 11256, 15797, 10856, 10967, 17461, 11594, 15883, 11635, 11169, 13414, 11646, 13544, 11063, 10835, 10706, 10746, 11531, 11210, 10917, 11304, 10898, 12089, 13788, 10778, 13053, 10371, 12918, 10430, 10698, 16494, 10776, 14569, 10771, 10878, 11553, 10825, 13989, 11070, 11296, 11764, 10950, 16050, 10684, 10773, 11678, 10464, 16070, 10832, 13728, 10611, 11895, 13603, 10919, 15769, 10966, 11884, 10928, 10791, 11650, 11165, 16105, 10863, 13191, 10987, 10722, 11360, 10952, 16634, 10861, 12795, 11770, 10824, 16841, 10410, 12780, 11087, 10780, 11359, 10580, 11014, 10631, 10630, 12324, 15453, 11559, 11310, 15085, 10664, 14458, 10656, 12907, 12802, 10617, 15464, 11062, 12567, 11303, 10905, 15486, 10666, 12368, 11239, 10710, 11082, 10756, 14598, 10605, 12630, 11274, 10845, 16278, 10685, 13870, 12327, 10852, 15099, 10705, 10742, 11904, 10403, 11452, 10507, 10517, 13428, 10496, 10610, 10711, 10703, 14425, 10475, 10403, 10029, 10665, 11445, 10618, 13654, 10557, 10688, 14144, 10747, 15011, 10591, 15026, 11157, 10659, 14638, 10549, 12887, 10558, 15096, 10417, 13197, 11393, 10711, 11307, 10786, 11092, 10931, 11476, 14647, 16719, 12347, 15212, 11033, 14601, 10963, 11370, 17369, 11208, 15560, 11208, 14314, 15424, 11594, 15456, 10965, 11062, 11742, 11650, 12040, 11619, 11226, 10887, 10951, 11855, 10756, 10551, 10651, 12066, 11315, 10394, 13628, 11311, 14192, 11085, 11588, 11949, 11181, 14632, 11069, 12306, 11097, 12074, 14175, 11039, 14401, 10989, 14242, 11534, 10938, 17063, 10962, 15246, 10727, 11969, 12259, 11010, 16662, 10775, 12872, 10913, 10929, 11126, 10911, 14895, 10750, 10718, 10706, 10796, 11644, 10806, 15449, 10535, 15392, 11064, 10704, 14740, 10963, 14697, 10666, 13744, 13240, 10530, 15896, 10735, 14259, 10595, 10952, 16098, 10682, 13948, 10740, 13246, 10647, 10945, 11811, 10771, 14918, 10596, 12754, 11183, 10922, 15576, 10727, 11209, 10849, 10838, 13890, 10612, 13371, 11376, 10636, 14391, 10792, 11276, 11564, 10995, 12409, 10290, 10470, 11290, 10915, 13268, 10778, 10844, 15901, 10607, 12875, 10523, 10756, 16712, 11716, 14910, 11114, 10959, 10387, 11004, 10495, 10752, 10583, 10875, 10562, 10844, 14850, 17277, 14228, 12257, 16621, 11352, 14422, 10778, 10968, 17952, 11988, 15551, 17498, 12880, 16084, 10931, 14504, 11182, 10841, 10646, 10877, 9585, 10925, 11905, 11232, 10501, 11047, 10688, 10448, 11333, 11022, 11035, 10728, 11254, 15180, 11036, 11976, 11491, 11275, 11114, 11776, 15330, 11572, 11547, 11166, 10836, 11106, 10647, 14490, 10678, 11267, 11639, 11415, 10738, 10766, 10330, 10751, 13031, 10520, 9690, 10535, 13298, 10547, 12488, 10359, 11442, 10381, 10715, 13603, 10736, 11480, 10585, 10646, 10743, 10704, 10453, 10743, 15573, 10633, 12285, 10247, 10678, 16034, 10743, 11351, 10036, 10393, 10606, 10568, 15365, 10520, 11604, 10307, 10634, 10586, 10728, 15640, 10864, 14020, 12217, 10854, 16974, 10884, 15643, 12308, 10807, 16428, 10916, 14568, 14706, 10712, 14780, 10504, 10765, 15044, 10627, 10914, 10379, 10605, 10911, 10697, 10534, 10228, 10775, 14408, 10505, 10311, 10498, 10440, 15415, 10583, 11374, 10331, 10736, 16381, 10510, 12630, 10333, 10759, 10790, 10763, 17027, 10764, 15549, 10766, 11065, 15527, 10864, 14350, 10383, 11387, 16570, 10753, 14752, 10483, 13110, 10270, 11000, 10357, 10579, 10649, 15966, 11346, 15886, 10453, 10716, 18477, 10799, 15988, 12759, 10929, 16713, 10759, 17630, 10902, 14342, 12334, 10528, 15265, 11033, 10983, 10925, 13131, 10960, 11329, 10620, 10956, 10745, 13485, 11312, 10865, 16975, 10952, 15430, 10599, 13538, 11018, 10746, 14722, 10998, 10905, 11135, 17332, 10881, 15497, 10429, 13402, 10819, 10875, 17695, 10756, 14953, 10450, 10612, 11084, 10921, 11596, 10824, 10498, 10554, 10243, 10568, 10672], 'WindowCenter': [4706.0, 4693.0, 4672.0, 4686.0, 4644.0, 4634.0, 4628.0, 4630.0, 4657.0, 4630.0, 4640.0, 4627.0, 4629.0, 4657.0, 4639.0, 4638.0, 4627.0, 4623.0, 4655.0, 4628.0, 4631.0, 4615.0, 4628.0, 4649.0, 4628.0, 4633.0, 4625.0, 4628.0, 4656.0, 4627.0, 4620.0, 4614.0, 4614.0, 4655.0, 4621.0, 4617.0, 4627.0, 4627.0, 4625.0, 4628.0, 4631.0, 4628.0, 4628.0, 4644.0, 4628.0, 4651.0, 4628.0, 4650.0, 4649.0, 4615.0, 4641.0, 4612.0, 4630.0, 4656.0, 4609.0, 4614.0, 4614.0, 4617.0, 4615.0, 4618.0, 4656.0, 4613.0, 4614.0, 4641.0, 4615.0, 4644.0, 4602.0, 4596.0, 4602.0, 4615.0, 4614.0, 4616.0, 4637.0, 4629.0, 4650.0, 4657.0, 4661.0, 4642.0, 4644.0, 4612.0, 4631.0, 4609.0, 4610.0, 4637.0, 4598.0, 4634.0, 4621.0, 4615.0, 4640.0, 4615.0, 4604.0, 4603.0, 4616.0, 4604.0, 4614.0, 4624.0, 4613.0, 4617.0, 4654.0, 4627.0, 4625.0, 4613.0, 4616.0, 4642.0, 4615.0, 4619.0, 4603.0, 4615.0, 4639.0, 4610.0, 4616.0, 4626.0, 4621.0, 4614.0, 4625.0, 4629.0, 4629.0, 4626.0, 4617.0, 4622.0, 4656.0, 4617.0, 4647.0, 4629.0, 4610.0, 4638.0, 4613.0, 4617.0, 4639.0, 4607.0, 4617.0, 4614.0, 4615.0, 4641.0, 4615.0, 4613.0, 4612.0, 4613.0, 4597.0, 4625.0, 4614.0, 4627.0, 4628.0, 4600.0, 4638.0, 4622.0, 4638.0, 4641.0, 4628.0, 4641.0, 4640.0, 4642.0, 4640.0, 4647.0, 4640.0, 4666.0, 4625.0, 4642.0, 4653.0, 4640.0, 4669.0, 4628.0, 4634.0, 4661.0, 4622.0, 4652.0, 4616.0, 4628.0, 4659.0, 4623.0, 4653.0, 4615.0, 4628.0, 4627.0, 4640.0, 4628.0, 4629.0, 4652.0, 4628.0, 4631.0, 4649.0, 4621.0, 4639.0, 4614.0, 4611.0, 4653.0, 4615.0, 4629.0, 4608.0, 4616.0, 4636.0, 4613.0, 4614.0, 4613.0, 4626.0, 4603.0, 4621.0, 4614.0, 4615.0, 4629.0, 4640.0, 4629.0, 4621.0, 4622.0, 4629.0, 4627.0, 4639.0, 4661.0, 4620.0, 4651.0, 4663.0, 4646.0, 4663.0, 4643.0, 4659.0, 4629.0, 4612.0, 4649.0, 4618.0, 4651.0, 4627.0, 4641.0, 4614.0, 4619.0, 4662.0, 4616.0, 4629.0, 4603.0, 4609.0, 4651.0, 4603.0, 4615.0, 4649.0, 4615.0, 4608.0, 4614.0, 4611.0, 4641.0, 4613.0, 4614.0, 4626.0, 4627.0, 4625.0, 4615.0, 4605.0, 4613.0, 4615.0, 4626.0, 4598.0, 4622.0, 4667.0, 4628.0, 4620.0, 4615.0, 4617.0, 4653.0, 4615.0, 4647.0, 4645.0, 4615.0, 4637.0, 4608.0, 4599.0, 4631.0, 4613.0, 4627.0, 4617.0, 4609.0, 4617.0, 4628.0, 4627.0, 4640.0, 4654.0, 4627.0, 4622.0, 4655.0, 4650.0, 4651.0, 4649.0, 4630.0, 4640.0, 4629.0, 4646.0, 4663.0, 4622.0, 4649.0, 4637.0, 4622.0, 4654.0, 4608.0, 4626.0, 4601.0, 4605.0, 4591.0, 4601.0, 4630.0, 4604.0, 4631.0, 4606.0, 4610.0, 4612.0, 4597.0, 4601.0, 4609.0, 4645.0, 4617.0, 4613.0, 4615.0, 4609.0, 4614.0, 4615.0, 4638.0, 4627.0, 4629.0, 4635.0, 4617.0, 4638.0, 4616.0, 4610.0, 4637.0, 4627.0, 4635.0, 4599.0, 4621.0, 4637.0, 4616.0, 4615.0, 4614.0, 4621.0, 4630.0, 4618.0, 4621.0, 4627.0, 4633.0, 4637.0, 4629.0, 4654.0, 4629.0, 4624.0, 4651.0, 4628.0, 4642.0, 4610.0, 4622.0, 4661.0, 4613.0, 4640.0, 4617.0, 4611.0, 4615.0, 4627.0, 4621.0, 4628.0, 4612.0, 4629.0, 4640.0, 4661.0, 4629.0, 4653.0, 4628.0, 4629.0, 4654.0, 4623.0, 4647.0, 4617.0, 4622.0, 4650.0, 4622.0, 4640.0, 4627.0, 4638.0, 4616.0, 4622.0, 4656.0, 4628.0, 4632.0, 4625.0, 4628.0, 4649.0, 4628.0, 4631.0, 4628.0, 4623.0, 4640.0, 4623.0, 4630.0, 4628.0, 4621.0, 4628.0, 4646.0, 4659.0, 4630.0, 4651.0, 4623.0, 4651.0, 4626.0, 4644.0, 4642.0, 4622.0, 4650.0, 4621.0, 4640.0, 4616.0, 4631.0, 4627.0, 4610.0, 4621.0, 4628.0, 4649.0, 4626.0, 4640.0, 4616.0, 4631.0, 4638.0, 4610.0, 4628.0, 4621.0, 4638.0, 4625.0, 4641.0, 4626.0, 4621.0, 4645.0, 4627.0, 4639.0, 4616.0, 4610.0, 4613.0, 4627.0, 4655.0, 4616.0, 4635.0, 4624.0, 4612.0, 4629.0, 4629.0, 4637.0, 4639.0, 4656.0, 4655.0, 4641.0, 4643.0, 4608.0, 4611.0, 4617.0, 4622.0, 4638.0, 4609.0, 4638.0, 4609.0, 4639.0, 4613.0, 4609.0, 4604.0, 4621.0, 4625.0, 4627.0, 4639.0, 4627.0, 4641.0, 4618.0, 4621.0, 4626.0, 4622.0, 4610.0, 4621.0, 4640.0, 4621.0, 4623.0, 4644.0, 4621.0, 4639.0, 4625.0, 4621.0, 4635.0, 4622.0, 4640.0, 4615.0, 4619.0, 4610.0, 4622.0, 4638.0, 4628.0, 4622.0, 4629.0, 4622.0, 4629.0, 4634.0, 4630.0, 4635.0, 4653.0, 4635.0, 4655.0, 4628.0, 4644.0, 4651.0, 4621.0, 4651.0, 4626.0, 4622.0, 4637.0, 4609.0, 4628.0, 4595.0, 4613.0, 4642.0, 4614.0, 4632.0, 4592.0, 4614.0, 4602.0, 4613.0, 4612.0, 4615.0, 4609.0, 4615.0, 4626.0, 4610.0, 4627.0, 4641.0, 4614.0, 4621.0, 4651.0, 4610.0, 4619.0, 4616.0, 4625.0, 4615.0, 4627.0, 4645.0, 4616.0, 4641.0, 4628.0, 4615.0, 4643.0, 4610.0, 4628.0, 4627.0, 4635.0, 4614.0, 4629.0, 4650.0, 4628.0, 4633.0, 4617.0, 4632.0, 4668.0, 4630.0, 4653.0, 4614.0, 4610.0, 4647.0, 4614.0, 4625.0, 4612.0, 4613.0, 4615.0, 4607.0, 4617.0, 4608.0, 4596.0, 4615.0, 4616.0, 4625.0, 4626.0, 4626.0, 4628.0, 4640.0, 4664.0, 4656.0, 4630.0, 4641.0, 4625.0, 4644.0, 4624.0, 4624.0, 4662.0, 4626.0, 4642.0, 4611.0, 4623.0, 4627.0, 4622.0, 4640.0, 4626.0, 4623.0, 4628.0, 4623.0, 4657.0, 4624.0, 4624.0, 4639.0, 4624.0, 4659.0, 4623.0, 4641.0, 4630.0, 4634.0, 4641.0, 4623.0, 4652.0, 4628.0, 4633.0, 4623.0, 4624.0, 4638.0, 4624.0, 4652.0, 4628.0, 4650.0, 4628.0, 4624.0, 4639.0, 4624.0, 4662.0, 4630.0, 4643.0, 4621.0, 4622.0, 4650.0, 4612.0, 4638.0, 4622.0, 4622.0, 4627.0, 4623.0, 4630.0, 4624.0, 4640.0, 4647.0, 4654.0, 4634.0, 4625.0, 4641.0, 4623.0, 4641.0, 4622.0, 4632.0, 4637.0, 4623.0, 4651.0, 4621.0, 4631.0, 4615.0, 4621.0, 4639.0, 4610.0, 4629.0, 4628.0, 4622.0, 4621.0, 4642.0, 4641.0, 4628.0, 4632.0, 4626.0, 4621.0, 4650.0, 4616.0, 4641.0, 4618.0, 4610.0, 4640.0, 4617.0, 4621.0, 4625.0, 4610.0, 4619.0, 4616.0, 4622.0, 4629.0, 4628.0, 4610.0, 4628.0, 4623.0, 4639.0, 4629.0, 4622.0, 4618.0, 4624.0, 4639.0, 4642.0, 4643.0, 4631.0, 4625.0, 4653.0, 4625.0, 4652.0, 4625.0, 4654.0, 4629.0, 4625.0, 4651.0, 4629.0, 4642.0, 4635.0, 4654.0, 4631.0, 4662.0, 4638.0, 4631.0, 4640.0, 4635.0, 4642.0, 4636.0, 4641.0, 4667.0, 4666.0, 4646.0, 4655.0, 4641.0, 4653.0, 4628.0, 4634.0, 4650.0, 4611.0, 4640.0, 4609.0, 4630.0, 4626.0, 4607.0, 4626.0, 4603.0, 4607.0, 4612.0, 4608.0, 4605.0, 4613.0, 4619.0, 4627.0, 4621.0, 4626.0, 4628.0, 4620.0, 4629.0, 4632.0, 4627.0, 4612.0, 4642.0, 4640.0, 4646.0, 4622.0, 4633.0, 4639.0, 4623.0, 4641.0, 4624.0, 4637.0, 4640.0, 4645.0, 4642.0, 4630.0, 4653.0, 4636.0, 4655.0, 4633.0, 4635.0, 4651.0, 4622.0, 4652.0, 4623.0, 4622.0, 4631.0, 4622.0, 4650.0, 4621.0, 4631.0, 4622.0, 4622.0, 4621.0, 4629.0, 4646.0, 4622.0, 4624.0, 4635.0, 4634.0, 4640.0, 4635.0, 4652.0, 4631.0, 4665.0, 4639.0, 4625.0, 4652.0, 4629.0, 4652.0, 4623.0, 4654.0, 4643.0, 4631.0, 4651.0, 4630.0, 4642.0, 4622.0, 4623.0, 4651.0, 4629.0, 4640.0, 4623.0, 4630.0, 4623.0, 4622.0, 4638.0, 4630.0, 4641.0, 4622.0, 4631.0, 4627.0, 4622.0, 4651.0, 4623.0, 4622.0, 4628.0, 4624.0, 4640.0, 4629.0, 4642.0, 4628.0, 4623.0, 4641.0, 4623.0, 4623.0, 4620.0, 4622.0, 4631.0, 4622.0, 4623.0, 4628.0, 4623.0, 4641.0, 4628.0, 4634.0, 4663.0, 4630.0, 4642.0, 4630.0, 4635.0, 4664.0, 4646.0, 4666.0, 4653.0, 4647.0, 4641.0, 4636.0, 4644.0, 4641.0, 4653.0, 4655.0, 4657.0, 4667.0, 4692.0, 4693.0, 4656.0, 4647.0, 4654.0, 4612.0, 4642.0, 4598.0, 4598.0, 4637.0, 4593.0, 4626.0, 4626.0, 4593.0, 4616.0, 4581.0, 4599.0, 4586.0, 4585.0, 4587.0, 4589.0, 4576.0, 4589.0, 4595.0, 4599.0, 4582.0, 4602.0, 4600.0, 4602.0, 4606.0, 4601.0, 4602.0, 4601.0, 4613.0, 4631.0, 4598.0, 4624.0, 4614.0, 4617.0, 4614.0, 4626.0, 4627.0, 4626.0, 4638.0, 4628.0, 4621.0, 4626.0, 4618.0, 4645.0, 4629.0, 4633.0, 4639.0, 4638.0, 4629.0, 4643.0, 4628.0, 4641.0, 4646.0, 4622.0, 4610.0, 4623.0, 4640.0, 4629.0, 4644.0, 4632.0, 4634.0, 4630.0, 4630.0, 4642.0, 4638.0, 4639.0, 4635.0, 4635.0, 4635.0, 4634.0, 4630.0, 4635.0, 4664.0, 4631.0, 4644.0, 4622.0, 4635.0, 4661.0, 4632.0, 4633.0, 4623.0, 4625.0, 4640.0, 4636.0, 4664.0, 4643.0, 4645.0, 4630.0, 4635.0, 4630.0, 4636.0, 4664.0, 4642.0, 4655.0, 4651.0, 4635.0, 4670.0, 4630.0, 4664.0, 4633.0, 4623.0, 4652.0, 4623.0, 4652.0, 4639.0, 4627.0, 4640.0, 4616.0, 4621.0, 4646.0, 4617.0, 4620.0, 4621.0, 4621.0, 4619.0, 4621.0, 4610.0, 4626.0, 4638.0, 4646.0, 4629.0, 4611.0, 4627.0, 4623.0, 4651.0, 4630.0, 4633.0, 4630.0, 4634.0, 4660.0, 4623.0, 4643.0, 4628.0, 4633.0, 4638.0, 4635.0, 4662.0, 4639.0, 4665.0, 4623.0, 4641.0, 4651.0, 4623.0, 4652.0, 4628.0, 4645.0, 4663.0, 4629.0, 4652.0, 4654.0, 4642.0, 4630.0, 4633.0, 4642.0, 4655.0, 4663.0, 4679.0, 4643.0, 4665.0, 4623.0, 4624.0, 4661.0, 4610.0, 4652.0, 4619.0, 4610.0, 4643.0, 4608.0, 4637.0, 4602.0, 4627.0, 4605.0, 4601.0, 4631.0, 4603.0, 4612.0, 4615.0, 4616.0, 4608.0, 4608.0, 4615.0, 4609.0, 4627.0, 4631.0, 4626.0, 4622.0, 4653.0, 4610.0, 4637.0, 4615.0, 4629.0, 4615.0, 4621.0, 4638.0, 4610.0, 4608.0, 4620.0, 4648.0, 4621.0, 4650.0, 4614.0, 4629.0, 4614.0, 4609.0, 4642.0, 4614.0, 4627.0, 4615.0, 4598.0, 4613.0, 4608.0, 4605.0, 4614.0, 4608.0, 4617.0, 4609.0, 4629.0, 4616.0], 'WindowWidth': [10297.0, 10266.0, 10230.0, 10237.0, 10174.0, 10157.0, 10143.0, 10145.0, 10180.0, 10146.0, 10158.0, 10138.0, 10143.0, 10177.0, 10155.0, 10153.0, 10139.0, 10132.0, 10174.0, 10140.0, 10137.0, 10119.0, 10138.0, 10162.0, 10140.0, 10145.0, 10133.0, 10139.0, 10173.0, 10137.0, 10124.0, 10112.0, 10116.0, 10174.0, 10127.0, 10124.0, 10137.0, 10138.0, 10133.0, 10140.0, 10141.0, 10143.0, 10142.0, 10158.0, 10139.0, 10166.0, 10140.0, 10171.0, 10159.0, 10118.0, 10154.0, 10115.0, 10147.0, 10178.0, 10106.0, 10114.0, 10115.0, 10123.0, 10119.0, 10126.0, 10175.0, 10110.0, 10115.0, 10148.0, 10117.0, 10155.0, 10095.0, 10080.0, 10093.0, 10115.0, 10114.0, 10120.0, 10152.0, 10141.0, 10174.0, 10184.0, 10192.0, 10168.0, 10162.0, 10113.0, 10139.0, 10104.0, 10109.0, 10142.0, 10086.0, 10142.0, 10116.0, 10115.0, 10152.0, 10117.0, 10100.0, 10097.0, 10119.0, 10099.0, 10115.0, 10127.0, 10109.0, 10122.0, 10175.0, 10139.0, 10132.0, 10112.0, 10121.0, 10150.0, 10116.0, 10118.0, 10096.0, 10118.0, 10147.0, 10109.0, 10118.0, 10134.0, 10126.0, 10115.0, 10132.0, 10134.0, 10142.0, 10135.0, 10123.0, 10127.0, 10174.0, 10120.0, 10165.0, 10133.0, 10107.0, 10144.0, 10110.0, 10119.0, 10140.0, 10097.0, 10114.0, 10114.0, 10115.0, 10148.0, 10115.0, 10110.0, 10107.0, 10112.0, 10087.0, 10131.0, 10116.0, 10135.0, 10141.0, 10097.0, 10155.0, 10131.0, 10155.0, 10163.0, 10141.0, 10162.0, 10160.0, 10165.0, 10162.0, 10166.0, 10161.0, 10198.0, 10138.0, 10166.0, 10173.0, 10160.0, 10199.0, 10140.0, 10148.0, 10184.0, 10130.0, 10171.0, 10122.0, 10140.0, 10176.0, 10133.0, 10176.0, 10117.0, 10140.0, 10136.0, 10161.0, 10143.0, 10144.0, 10174.0, 10144.0, 10149.0, 10163.0, 10127.0, 10148.0, 10115.0, 10114.0, 10169.0, 10117.0, 10134.0, 10102.0, 10120.0, 10140.0, 10114.0, 10115.0, 10113.0, 10137.0, 10099.0, 10125.0, 10117.0, 10120.0, 10142.0, 10152.0, 10146.0, 10128.0, 10131.0, 10145.0, 10139.0, 10158.0, 10183.0, 10125.0, 10176.0, 10186.0, 10171.0, 10191.0, 10175.0, 10188.0, 10146.0, 10116.0, 10164.0, 10127.0, 10171.0, 10138.0, 10154.0, 10115.0, 10128.0, 10188.0, 10125.0, 10136.0, 10100.0, 10106.0, 10163.0, 10097.0, 10119.0, 10162.0, 10120.0, 10104.0, 10118.0, 10113.0, 10149.0, 10115.0, 10116.0, 10136.0, 10141.0, 10133.0, 10117.0, 10106.0, 10114.0, 10120.0, 10134.0, 10090.0, 10131.0, 10195.0, 10141.0, 10125.0, 10121.0, 10125.0, 10167.0, 10118.0, 10167.0, 10160.0, 10118.0, 10145.0, 10104.0, 10093.0, 10132.0, 10112.0, 10138.0, 10125.0, 10108.0, 10125.0, 10141.0, 10139.0, 10161.0, 10177.0, 10141.0, 10130.0, 10191.0, 10181.0, 10178.0, 10173.0, 10148.0, 10163.0, 10145.0, 10168.0, 10191.0, 10128.0, 10175.0, 10149.0, 10130.0, 10172.0, 10103.0, 10124.0, 10093.0, 10093.0, 10076.0, 10092.0, 10129.0, 10098.0, 10133.0, 10097.0, 10102.0, 10108.0, 10086.0, 10092.0, 10106.0, 10159.0, 10122.0, 10113.0, 10118.0, 10107.0, 10113.0, 10116.0, 10145.0, 10140.0, 10141.0, 10144.0, 10122.0, 10143.0, 10118.0, 10109.0, 10142.0, 10137.0, 10145.0, 10094.0, 10125.0, 10143.0, 10121.0, 10118.0, 10115.0, 10128.0, 10139.0, 10127.0, 10126.0, 10138.0, 10146.0, 10151.0, 10144.0, 10178.0, 10147.0, 10135.0, 10168.0, 10142.0, 10157.0, 10111.0, 10130.0, 10184.0, 10117.0, 10151.0, 10124.0, 10113.0, 10118.0, 10137.0, 10127.0, 10141.0, 10118.0, 10142.0, 10161.0, 10181.0, 10143.0, 10173.0, 10142.0, 10144.0, 10176.0, 10131.0, 10165.0, 10122.0, 10128.0, 10165.0, 10131.0, 10151.0, 10137.0, 10154.0, 10120.0, 10128.0, 10179.0, 10143.0, 10143.0, 10134.0, 10140.0, 10162.0, 10140.0, 10140.0, 10142.0, 10133.0, 10151.0, 10133.0, 10139.0, 10142.0, 10128.0, 10141.0, 10170.0, 10186.0, 10148.0, 10169.0, 10132.0, 10169.0, 10135.0, 10164.0, 10158.0, 10130.0, 10166.0, 10125.0, 10150.0, 10119.0, 10142.0, 10140.0, 10111.0, 10127.0, 10140.0, 10161.0, 10134.0, 10151.0, 10121.0, 10141.0, 10145.0, 10109.0, 10131.0, 10125.0, 10146.0, 10133.0, 10155.0, 10135.0, 10125.0, 10159.0, 10137.0, 10147.0, 10120.0, 10108.0, 10113.0, 10136.0, 10175.0, 10122.0, 10145.0, 10135.0, 10116.0, 10143.0, 10145.0, 10155.0, 10160.0, 10185.0, 10183.0, 10165.0, 10160.0, 10111.0, 10113.0, 10121.0, 10127.0, 10144.0, 10105.0, 10144.0, 10105.0, 10148.0, 10113.0, 10104.0, 10101.0, 10124.0, 10132.0, 10138.0, 10147.0, 10137.0, 10153.0, 10126.0, 10127.0, 10134.0, 10128.0, 10111.0, 10127.0, 10150.0, 10126.0, 10130.0, 10156.0, 10123.0, 10147.0, 10131.0, 10124.0, 10145.0, 10130.0, 10150.0, 10118.0, 10119.0, 10109.0, 10127.0, 10145.0, 10142.0, 10128.0, 10143.0, 10130.0, 10145.0, 10151.0, 10146.0, 10152.0, 10177.0, 10151.0, 10181.0, 10142.0, 10163.0, 10165.0, 10126.0, 10171.0, 10135.0, 10128.0, 10143.0, 10106.0, 10129.0, 10081.0, 10111.0, 10152.0, 10115.0, 10137.0, 10080.0, 10114.0, 10093.0, 10111.0, 10109.0, 10118.0, 10106.0, 10117.0, 10136.0, 10109.0, 10139.0, 10155.0, 10116.0, 10125.0, 10167.0, 10110.0, 10121.0, 10118.0, 10132.0, 10117.0, 10137.0, 10159.0, 10121.0, 10153.0, 10131.0, 10117.0, 10154.0, 10108.0, 10130.0, 10136.0, 10147.0, 10114.0, 10141.0, 10163.0, 10140.0, 10149.0, 10123.0, 10153.0, 10198.0, 10146.0, 10175.0, 10115.0, 10110.0, 10156.0, 10112.0, 10120.0, 10107.0, 10110.0, 10106.0, 10100.0, 10115.0, 10102.0, 10083.0, 10121.0, 10118.0, 10131.0, 10135.0, 10137.0, 10143.0, 10162.0, 10204.0, 10185.0, 10147.0, 10156.0, 10142.0, 10168.0, 10139.0, 10137.0, 10187.0, 10142.0, 10156.0, 10114.0, 10133.0, 10136.0, 10130.0, 10150.0, 10138.0, 10133.0, 10139.0, 10134.0, 10183.0, 10138.0, 10136.0, 10159.0, 10137.0, 10185.0, 10135.0, 10156.0, 10148.0, 10150.0, 10153.0, 10134.0, 10172.0, 10141.0, 10148.0, 10132.0, 10136.0, 10155.0, 10135.0, 10174.0, 10145.0, 10174.0, 10142.0, 10136.0, 10157.0, 10136.0, 10187.0, 10148.0, 10162.0, 10126.0, 10130.0, 10166.0, 10116.0, 10155.0, 10131.0, 10131.0, 10141.0, 10133.0, 10148.0, 10137.0, 10166.0, 10175.0, 10180.0, 10150.0, 10138.0, 10153.0, 10132.0, 10154.0, 10130.0, 10145.0, 10150.0, 10134.0, 10169.0, 10126.0, 10141.0, 10118.0, 10127.0, 10148.0, 10111.0, 10137.0, 10140.0, 10130.0, 10127.0, 10167.0, 10156.0, 10141.0, 10145.0, 10135.0, 10127.0, 10167.0, 10123.0, 10156.0, 10118.0, 10111.0, 10153.0, 10123.0, 10126.0, 10131.0, 10110.0, 10121.0, 10122.0, 10129.0, 10135.0, 10142.0, 10113.0, 10140.0, 10132.0, 10150.0, 10145.0, 10132.0, 10130.0, 10136.0, 10160.0, 10167.0, 10161.0, 10152.0, 10141.0, 10173.0, 10138.0, 10173.0, 10139.0, 10180.0, 10145.0, 10139.0, 10171.0, 10146.0, 10159.0, 10154.0, 10178.0, 10150.0, 10195.0, 10158.0, 10150.0, 10161.0, 10154.0, 10167.0, 10157.0, 10166.0, 10203.0, 10204.0, 10171.0, 10183.0, 10165.0, 10176.0, 10142.0, 10150.0, 10168.0, 10113.0, 10153.0, 10106.0, 10136.0, 10123.0, 10100.0, 10127.0, 10097.0, 10099.0, 10110.0, 10103.0, 10094.0, 10113.0, 10121.0, 10141.0, 10129.0, 10136.0, 10142.0, 10127.0, 10145.0, 10144.0, 10138.0, 10118.0, 10159.0, 10162.0, 10165.0, 10131.0, 10147.0, 10157.0, 10134.0, 10156.0, 10135.0, 10154.0, 10162.0, 10166.0, 10157.0, 10146.0, 10174.0, 10157.0, 10180.0, 10147.0, 10154.0, 10169.0, 10131.0, 10173.0, 10133.0, 10131.0, 10141.0, 10129.0, 10165.0, 10129.0, 10143.0, 10132.0, 10131.0, 10127.0, 10145.0, 10163.0, 10131.0, 10137.0, 10155.0, 10150.0, 10161.0, 10153.0, 10172.0, 10149.0, 10195.0, 10160.0, 10139.0, 10173.0, 10147.0, 10172.0, 10134.0, 10178.0, 10161.0, 10149.0, 10172.0, 10147.0, 10157.0, 10129.0, 10134.0, 10171.0, 10144.0, 10153.0, 10132.0, 10138.0, 10132.0, 10131.0, 10155.0, 10148.0, 10155.0, 10132.0, 10141.0, 10138.0, 10130.0, 10168.0, 10135.0, 10132.0, 10141.0, 10135.0, 10151.0, 10144.0, 10157.0, 10143.0, 10135.0, 10155.0, 10132.0, 10133.0, 10125.0, 10129.0, 10143.0, 10133.0, 10134.0, 10143.0, 10135.0, 10157.0, 10141.0, 10152.0, 10190.0, 10148.0, 10160.0, 10147.0, 10155.0, 10191.0, 10172.0, 10198.0, 10186.0, 10178.0, 10167.0, 10156.0, 10174.0, 10166.0, 10187.0, 10192.0, 10199.0, 10213.0, 10247.0, 10257.0, 10187.0, 10172.0, 10181.0, 10116.0, 10157.0, 10088.0, 10090.0, 10143.0, 10074.0, 10124.0, 10120.0, 10073.0, 10104.0, 10054.0, 10075.0, 10062.0, 10060.0, 10066.0, 10070.0, 10048.0, 10070.0, 10074.0, 10085.0, 10056.0, 10095.0, 10089.0, 10092.0, 10096.0, 10092.0, 10096.0, 10092.0, 10112.0, 10135.0, 10089.0, 10130.0, 10116.0, 10121.0, 10113.0, 10130.0, 10128.0, 10135.0, 10157.0, 10143.0, 10127.0, 10134.0, 10126.0, 10163.0, 10146.0, 10146.0, 10158.0, 10155.0, 10145.0, 10172.0, 10143.0, 10166.0, 10167.0, 10132.0, 10114.0, 10136.0, 10153.0, 10146.0, 10166.0, 10154.0, 10151.0, 10148.0, 10148.0, 10157.0, 10159.0, 10161.0, 10155.0, 10156.0, 10156.0, 10153.0, 10147.0, 10155.0, 10195.0, 10152.0, 10166.0, 10134.0, 10155.0, 10183.0, 10148.0, 10150.0, 10136.0, 10141.0, 10163.0, 10157.0, 10193.0, 10174.0, 10170.0, 10149.0, 10153.0, 10150.0, 10156.0, 10195.0, 10170.0, 10182.0, 10179.0, 10155.0, 10204.0, 10147.0, 10193.0, 10146.0, 10135.0, 10174.0, 10132.0, 10174.0, 10150.0, 10139.0, 10153.0, 10122.0, 10129.0, 10160.0, 10123.0, 10127.0, 10129.0, 10128.0, 10122.0, 10128.0, 10111.0, 10140.0, 10158.0, 10164.0, 10145.0, 10115.0, 10140.0, 10136.0, 10172.0, 10149.0, 10149.0, 10147.0, 10152.0, 10180.0, 10136.0, 10164.0, 10145.0, 10150.0, 10158.0, 10155.0, 10190.0, 10161.0, 10199.0, 10136.0, 10163.0, 10169.0, 10135.0, 10174.0, 10144.0, 10169.0, 10192.0, 10145.0, 10174.0, 10190.0, 10162.0, 10150.0, 10150.0, 10171.0, 10196.0, 10206.0, 10224.0, 10173.0, 10198.0, 10134.0, 10137.0, 10186.0, 10112.0, 10175.0, 10120.0, 10111.0, 10154.0, 10103.0, 10143.0, 10094.0, 10127.0, 10095.0, 10093.0, 10133.0, 10097.0, 10109.0, 10116.0, 10111.0, 10105.0, 10105.0, 10120.0, 10108.0, 10139.0, 10141.0, 10136.0, 10129.0, 10170.0, 10111.0, 10143.0, 10119.0, 10133.0, 10119.0, 10127.0, 10145.0, 10109.0, 10105.0, 10124.0, 10160.0, 10126.0, 10166.0, 10117.0, 10136.0, 10115.0, 10107.0, 10151.0, 10113.0, 10130.0, 10116.0, 10089.0, 10112.0, 10103.0, 10096.0, 10115.0, 10103.0, 10123.0, 10108.0, 10146.0, 10123.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.00024237605238540692</td></tr>
<tr><td colspan=3>aqi</td><td>0.02056074518241347</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.580313829026245</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2684420657865174</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9906326808239693</td></tr>
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
<tr><td colspan=3>fber</td><td>6276.7739</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0869057978512482</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9934518241347052</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2900759902455134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.26368821875674</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.451073123380045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.155466628599756</td></tr>
<tr><td colspan=3>gcor</td><td>0.013815</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015068497508764267</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02429104410111904</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3788020952126185</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>23.1862</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5267</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.014</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297409.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.547</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.6288</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3852.0059</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.6591</td></tr>
<tr><td colspan=3>tsnr</td><td>43.312714425846934</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>