<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-01/func/sub-0069_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>8b0dec59aa21d31f4c4414384ccc081c</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:04:8.170000</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.99929, 0.0297138, 0.0231522, -0.0312294, 0.997189, 0.0681142]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0774438</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>50</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7765, -7347, 661, -42, -203, 60, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa6622ad-0fba-4cd6-b366-dc624e609a3d||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.681022882461548, -0.08378628641366959, 0.056870654225349426, 114.41546630859375], [-0.07971998304128647, 2.675384283065796, 0.18573009967803955, -100.2589111328125], [0.062115736305713654, -0.18274551630020142, 2.6930038928985596, -86.65815734863281], [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': ['170408.170000', '170408.630000', '170409.090000', '170409.550000', '170410.010000', '170410.470000', '170410.930000', '170411.390000', '170411.850000', '170412.310000', '170412.770000', '170413.230000', '170413.690000', '170414.150000', '170414.610000', '170415.070000', '170415.530000', '170415.990000', '170416.450000', '170416.910000', '170417.370000', '170417.830000', '170418.290000', '170418.750000', '170419.210000', '170419.670000', '170420.130000', '170420.590000', '170421.050000', '170421.510000', '170421.970000', '170422.430000', '170422.890000', '170423.350000', '170423.810000', '170424.270000', '170424.730000', '170425.190000', '170425.650000', '170426.110000', '170426.570000', '170427.030000', '170427.490000', '170427.950000', '170428.410000', '170428.870000', '170429.330000', '170429.790000', '170430.250000', '170430.710000', '170431.170000', '170431.630000', '170432.090000', '170432.550000', '170433.010000', '170433.470000', '170433.930000', '170434.390000', '170434.850000', '170435.310000', '170435.770000', '170436.230000', '170436.690000', '170437.150000', '170437.610000', '170438.070000', '170438.530000', '170438.990000', '170439.450000', '170439.910000', '170440.370000', '170440.830000', '170441.290000', '170441.750000', '170442.210000', '170442.670000', '170443.130000', '170443.590000', '170444.050000', '170444.510000', '170444.970000', '170445.430000', '170445.890000', '170446.350000', '170446.810000', '170447.270000', '170447.730000', '170448.190000', '170448.650000', '170449.110000', '170449.570000', '170450.030000', '170450.490000', '170450.950000', '170451.410000', '170451.870000', '170452.330000', '170452.790000', '170453.250000', '170453.710000', '170454.170000', '170454.630000', '170455.090000', '170455.550000', '170456.010000', '170456.470000', '170456.930000', '170457.390000', '170457.850000', '170458.310000', '170458.770000', '170459.230000', '170459.690000', '170500.150000', '170500.610000', '170501.070000', '170501.530000', '170501.990000', '170502.450000', '170502.910000', '170503.370000', '170503.830000', '170504.290000', '170504.750000', '170505.210000', '170505.670000', '170506.130000', '170506.590000', '170507.050000', '170507.510000', '170507.970000', '170508.430000', '170508.890000', '170509.350000', '170509.810000', '170510.270000', '170510.730000', '170511.190000', '170511.650000', '170512.110000', '170512.570000', '170513.030000', '170513.490000', '170513.950000', '170514.410000', '170514.870000', '170515.330000', '170515.790000', '170516.250000', '170516.710000', '170517.170000', '170517.630000', '170518.090000', '170518.550000', '170519.010000', '170519.470000', '170519.930000', '170520.390000', '170520.850000', '170521.310000', '170521.770000', '170522.230000', '170522.690000', '170523.150000', '170523.610000', '170524.070000', '170524.530000', '170524.990000', '170525.450000', '170525.910000', '170526.370000', '170526.830000', '170527.290000', '170527.750000', '170528.210000', '170528.670000', '170529.130000', '170529.590000', '170530.050000', '170530.510000', '170530.970000', '170531.430000', '170531.890000', '170532.350000', '170532.810000', '170533.270000', '170533.730000', '170534.190000', '170534.650000', '170535.110000', '170535.570000', '170536.030000', '170536.490000', '170536.950000', '170537.410000', '170537.870000', '170538.330000', '170538.790000', '170539.250000', '170539.710000', '170540.170000', '170540.630000', '170541.090000', '170541.550000', '170542.010000', '170542.470000', '170542.930000', '170543.390000', '170543.850000', '170544.310000', '170544.770000', '170545.230000', '170545.690000', '170546.150000', '170546.610000', '170547.070000', '170547.530000', '170547.990000', '170548.450000', '170548.910000', '170549.370000', '170549.830000', '170550.290000', '170550.750000', '170551.210000', '170551.670000', '170552.130000', '170552.590000', '170553.050000', '170553.510000', '170553.970000', '170554.430000', '170554.890000', '170555.350000', '170555.810000', '170556.270000', '170556.730000', '170557.190000', '170557.650000', '170558.110000', '170558.570000', '170559.030000', '170559.490000', '170559.950000', '170600.410000', '170600.870000', '170601.330000', '170601.790000', '170602.250000', '170602.710000', '170603.170000', '170603.630000', '170604.090000', '170604.550000', '170605.010000', '170605.470000', '170605.930000', '170606.390000', '170606.850000', '170607.310000', '170607.770000', '170608.230000', '170608.690000', '170609.150000', '170609.610000', '170610.070000', '170610.530000', '170610.990000', '170611.450000', '170611.910000', '170612.370000', '170612.830000', '170613.290000', '170613.750000', '170614.210000', '170614.670000', '170615.130000', '170615.590000', '170616.050000', '170616.510000', '170616.970000', '170617.430000', '170617.890000', '170618.350000', '170618.810000', '170619.270000', '170619.730000', '170620.190000', '170620.650000', '170621.110000', '170621.570000', '170622.030000', '170622.490000', '170622.950000', '170623.410000', '170623.870000', '170624.330000', '170624.790000', '170625.250000', '170625.710000', '170626.170000', '170626.630000', '170627.090000', '170627.550000', '170628.010000', '170628.470000', '170628.930000', '170629.390000', '170629.850000', '170630.310000', '170630.770000', '170631.230000', '170631.690000', '170632.150000', '170632.610000', '170633.070000', '170633.530000', '170633.990000', '170634.450000', '170634.910000', '170635.370000', '170635.830000', '170636.290000', '170636.750000', '170637.210000', '170637.670000', '170638.130000', '170638.590000', '170639.050000', '170639.510000', '170639.970000', '170640.430000', '170640.890000', '170641.350000', '170641.810000', '170642.270000', '170642.730000', '170643.190000', '170643.650000', '170644.110000', '170644.570000', '170645.030000', '170645.490000', '170645.950000', '170646.410000', '170646.870000', '170647.330000', '170647.790000', '170648.250000', '170648.710000', '170649.170000', '170649.630000', '170650.090000', '170650.550000', '170651.010000', '170651.470000', '170651.930000', '170652.390000', '170652.850000', '170653.310000', '170653.770000', '170654.230000', '170654.690000', '170655.150000', '170655.610000', '170656.070000', '170656.530000', '170656.990000', '170657.450000', '170657.910000', '170658.370000', '170658.830000', '170659.290000', '170659.750000', '170700.210000', '170700.670000', '170701.130000', '170701.590000', '170702.050000', '170702.510000', '170702.970000', '170703.430000', '170703.890000', '170704.350000', '170704.810000', '170705.270000', '170705.730000', '170706.190000', '170706.650000', '170707.110000', '170707.570000', '170708.030000', '170708.490000', '170708.950000', '170709.410000', '170709.870000', '170710.330000', '170710.790000', '170711.250000', '170711.710000', '170712.170000', '170712.630000', '170713.090000', '170713.550000', '170714.010000', '170714.470000', '170714.930000', '170715.390000', '170715.850000', '170716.310000', '170716.770000', '170717.230000', '170717.690000', '170718.150000', '170718.610000', '170719.070000', '170719.530000', '170719.990000', '170720.450000', '170720.910000', '170721.370000', '170721.830000', '170722.290000', '170722.750000', '170723.210000', '170723.670000', '170724.130000', '170724.590000', '170725.050000', '170725.510000', '170725.970000', '170726.430000', '170726.890000', '170727.350000', '170727.810000', '170728.270000', '170728.730000', '170729.190000', '170729.650000', '170730.110000', '170730.570000', '170731.030000', '170731.490000', '170731.950000', '170732.410000', '170732.870000', '170733.330000', '170733.790000', '170734.250000', '170734.710000', '170735.170000', '170735.630000', '170736.090000', '170736.550000', '170737.010000', '170737.470000', '170737.930000', '170738.390000', '170738.850000', '170739.310000', '170739.770000', '170740.230000', '170740.690000', '170741.150000', '170741.610000', '170742.070000', '170742.530000', '170742.990000', '170743.450000', '170743.910000', '170744.370000', '170744.830000', '170745.290000', '170745.750000', '170746.210000', '170746.670000', '170747.130000', '170747.590000', '170748.050000', '170748.510000', '170748.970000', '170749.430000', '170749.890000', '170750.350000', '170750.810000', '170751.270000', '170751.730000', '170752.190000', '170752.650000', '170753.110000', '170753.570000', '170754.030000', '170754.490000', '170754.950000', '170755.410000', '170755.870000', '170756.330000', '170756.790000', '170757.250000', '170757.710000', '170758.170000', '170758.630000', '170759.090000', '170759.550000', '170800.010000', '170800.470000', '170800.930000', '170801.390000', '170801.850000', '170802.310000', '170802.770000', '170803.230000', '170803.690000', '170804.150000', '170804.610000', '170805.070000', '170805.530000', '170805.990000', '170806.450000', '170806.910000', '170807.370000', '170807.830000', '170808.290000', '170808.750000', '170809.210000', '170809.670000', '170810.130000', '170810.590000', '170811.050000', '170811.510000', '170811.970000', '170812.430000', '170812.890000', '170813.350000', '170813.810000', '170814.270000', '170814.730000', '170815.190000', '170815.650000', '170816.110000', '170816.570000', '170817.030000', '170817.490000', '170817.950000', '170818.410000', '170818.870000', '170819.330000', '170819.790000', '170820.250000', '170820.710000', '170821.170000', '170821.630000', '170822.090000', '170822.550000', '170823.010000', '170823.470000', '170823.930000', '170824.390000', '170824.850000', '170825.310000', '170825.770000', '170826.230000', '170826.690000', '170827.150000', '170827.610000', '170828.070000', '170828.530000', '170828.990000', '170829.450000', '170829.910000', '170830.370000', '170830.830000', '170831.290000', '170831.750000', '170832.210000', '170832.670000', '170833.130000', '170833.590000', '170834.050000', '170834.510000', '170834.970000', '170835.430000', '170835.890000', '170836.350000', '170836.810000', '170837.270000', '170837.730000', '170838.190000', '170838.650000', '170839.110000', '170839.570000', '170840.030000', '170840.490000', '170840.950000', '170841.410000', '170841.870000', '170842.330000', '170842.790000', '170843.250000', '170843.710000', '170844.170000', '170844.630000', '170845.090000', '170845.550000', '170846.010000', '170846.470000', '170846.930000', '170847.390000', '170847.850000', '170848.310000', '170848.770000', '170849.230000', '170849.690000', '170850.150000', '170850.610000', '170851.070000', '170851.530000', '170851.990000', '170852.450000', '170852.910000', '170853.370000', '170853.830000', '170854.290000', '170854.750000', '170855.210000', '170855.670000', '170856.130000', '170856.590000', '170857.050000', '170857.510000', '170857.970000', '170858.430000', '170858.890000', '170859.350000', '170859.810000', '170900.270000', '170900.730000', '170901.190000', '170901.650000', '170902.110000', '170902.570000', '170903.030000', '170903.490000', '170903.950000', '170904.410000', '170904.870000', '170905.330000', '170905.790000', '170906.250000', '170906.710000', '170907.170000', '170907.630000', '170908.090000', '170908.550000', '170909.010000', '170909.470000', '170909.930000', '170910.390000', '170910.850000', '170911.310000', '170911.770000', '170912.230000', '170912.690000', '170913.150000', '170913.610000', '170914.070000', '170914.530000', '170914.990000', '170915.450000', '170915.910000', '170916.370000', '170916.830000', '170917.290000', '170917.750000', '170918.210000', '170918.670000', '170919.130000', '170919.590000', '170920.050000', '170920.510000', '170920.970000', '170921.430000', '170921.890000', '170922.350000', '170922.810000', '170923.270000', '170923.730000', '170924.190000', '170924.650000', '170925.110000', '170925.570000', '170926.030000', '170926.490000', '170926.950000', '170927.410000', '170927.870000', '170928.330000', '170928.790000', '170929.250000', '170929.710000', '170930.170000', '170930.630000', '170931.090000', '170931.550000', '170932.010000', '170932.470000', '170932.930000', '170933.390000', '170933.850000', '170934.310000', '170934.770000', '170935.230000', '170935.690000', '170936.150000', '170936.610000', '170937.070000', '170937.530000', '170937.990000', '170938.450000', '170938.910000', '170939.370000', '170939.830000', '170940.290000', '170940.750000', '170941.210000', '170941.670000', '170942.130000', '170942.590000', '170943.050000', '170943.510000', '170943.970000', '170944.430000', '170944.890000', '170945.350000', '170945.810000', '170946.270000', '170946.730000', '170947.190000', '170947.650000', '170948.110000', '170948.570000', '170949.030000', '170949.490000', '170949.950000', '170950.410000', '170950.870000', '170951.330000', '170951.790000', '170952.250000', '170952.710000', '170953.170000', '170953.630000', '170954.090000', '170954.550000', '170955.010000', '170955.470000', '170955.930000', '170956.390000', '170956.850000', '170957.310000', '170957.770000', '170958.230000', '170958.690000', '170959.150000', '170959.610000', '171000.070000', '171000.530000', '171000.990000', '171001.450000', '171001.910000', '171002.370000', '171002.830000', '171003.290000', '171003.750000', '171004.210000', '171004.670000', '171005.130000', '171005.590000', '171006.050000', '171006.510000', '171006.970000', '171007.430000', '171007.890000', '171008.350000', '171008.810000', '171009.270000', '171009.730000', '171010.190000', '171010.650000', '171011.110000', '171011.570000', '171012.030000', '171012.490000', '171012.950000', '171013.410000', '171013.870000', '171014.330000', '171014.790000', '171015.250000', '171015.710000', '171016.170000', '171016.630000', '171017.090000', '171017.550000', '171018.010000', '171018.470000', '171018.930000', '171019.390000', '171019.850000', '171020.310000', '171020.770000', '171021.230000', '171021.690000', '171022.150000', '171022.610000', '171023.070000', '171023.530000', '171023.990000', '171024.450000', '171024.910000', '171025.370000', '171025.830000', '171026.290000', '171026.750000', '171027.210000', '171027.670000', '171028.130000', '171028.590000', '171029.050000', '171029.510000', '171029.970000', '171030.430000', '171030.890000', '171031.350000', '171031.810000', '171032.270000', '171032.730000', '171033.190000', '171033.650000', '171034.110000', '171034.570000', '171035.030000', '171035.490000', '171035.950000', '171036.410000', '171036.870000', '171037.330000', '171037.790000', '171038.250000', '171038.710000', '171039.170000', '171039.630000', '171040.090000', '171040.550000', '171041.010000', '171041.470000', '171041.930000', '171042.390000', '171042.850000', '171043.310000', '171043.770000', '171044.230000', '171044.690000', '171045.150000', '171045.610000', '171046.070000', '171046.530000', '171046.990000', '171047.450000', '171047.910000', '171048.370000', '171048.830000', '171049.290000', '171049.750000', '171050.210000', '171050.670000', '171051.130000', '171051.590000', '171052.050000', '171052.510000', '171052.970000', '171053.430000', '171053.890000', '171054.350000', '171054.810000', '171055.270000', '171055.730000', '171056.190000', '171056.650000', '171057.110000', '171057.570000', '171058.030000', '171058.490000', '171058.950000', '171059.410000', '171059.870000', '171100.330000', '171100.790000', '171101.250000', '171101.710000', '171102.170000', '171102.630000', '171103.090000', '171103.550000', '171104.010000', '171104.470000', '171104.930000', '171105.390000', '171105.850000', '171106.310000', '171106.770000', '171107.230000', '171107.690000', '171108.150000', '171108.610000', '171109.070000', '171109.530000', '171109.990000', '171110.450000', '171110.910000', '171111.370000', '171111.830000', '171112.290000', '171112.750000', '171113.210000', '171113.670000', '171114.130000', '171114.590000', '171115.050000', '171115.510000', '171115.970000', '171116.430000', '171116.890000', '171117.350000', '171117.810000', '171118.270000', '171118.730000', '171119.190000', '171119.650000', '171120.110000', '171120.570000', '171121.030000', '171121.490000', '171121.950000', '171122.410000', '171122.870000', '171123.330000', '171123.790000', '171124.250000', '171124.710000', '171125.170000', '171125.630000', '171126.090000', '171126.550000', '171127.010000', '171127.470000', '171127.930000', '171128.390000', '171128.850000', '171129.310000', '171129.770000', '171130.230000', '171130.690000', '171131.150000', '171131.610000', '171132.070000', '171132.530000', '171132.990000', '171133.450000', '171133.910000', '171134.370000', '171134.830000', '171135.290000', '171135.750000', '171136.210000', '171136.670000', '171137.130000', '171137.590000', '171138.050000', '171138.510000', '171138.970000', '171139.430000', '171139.890000', '171140.350000', '171140.810000', '171141.270000', '171141.730000', '171142.190000', '171142.650000', '171143.110000', '171143.570000', '171144.030000', '171144.490000', '171144.950000', '171145.410000', '171145.870000', '171146.330000', '171146.790000', '171147.250000', '171147.710000', '171148.170000', '171148.630000', '171149.090000', '171149.550000', '171150.010000', '171150.470000', '171150.930000', '171151.390000', '171151.850000', '171152.310000', '171152.770000', '171153.230000', '171153.690000', '171154.150000', '171154.610000', '171155.070000', '171155.530000', '171155.990000', '171156.450000', '171156.910000', '171157.370000', '171157.830000', '171158.290000', '171158.750000', '171159.210000', '171159.670000', '171200.130000', '171200.590000', '171201.050000', '171201.510000', '171201.970000', '171202.430000', '171202.890000', '171203.350000', '171203.810000', '171204.270000', '171204.730000', '171205.190000', '171205.650000', '171206.110000', '171206.570000', '171207.030000', '171207.490000', '171207.950000', '171208.410000', '171208.870000', '171209.330000', '171209.790000', '171210.250000', '171210.710000', '171211.170000', '171211.630000', '171212.090000', '171212.550000', '171213.010000', '171213.470000', '171213.930000', '171214.390000', '171214.850000', '171215.310000', '171215.770000', '171216.230000', '171216.690000', '171217.150000', '171217.610000', '171218.070000', '171218.530000', '171218.990000', '171219.450000', '171219.910000', '171220.370000', '171220.830000', '171221.290000'], 'ContentTime': ['170433.682000', '170433.685000', '170433.687000', '170433.690000', '170433.693000', '170433.696000', '170433.699000', '170433.702000', '170433.705000', '170433.707000', '170433.710000', '170433.712000', '170433.715000', '170433.731000', '170433.734000', '170433.737000', '170433.739000', '170433.742000', '170433.745000', '170433.748000', '170433.750000', '170433.753000', '170433.756000', '170433.758000', '170433.761000', '170433.763000', '170433.766000', '170433.769000', '170433.771000', '170433.774000', '170433.776000', '170433.780000', '170433.783000', '170433.786000', '170433.788000', '170433.791000', '170433.793000', '170433.796000', '170433.799000', '170433.801000', '170433.804000', '170433.807000', '170433.809000', '170433.812000', '170433.814000', '170433.817000', '170433.823000', '170433.826000', '170433.828000', '170433.831000', '170433.833000', '170433.836000', '170433.839000', '170453.647000', '170453.649000', '170453.652000', '170453.655000', '170453.657000', '170453.660000', '170453.662000', '170453.665000', '170453.667000', '170453.679000', '170453.681000', '170453.684000', '170453.686000', '170453.689000', '170453.691000', '170453.694000', '170453.697000', '170453.699000', '170453.702000', '170453.705000', '170453.707000', '170453.710000', '170453.712000', '170453.715000', '170453.718000', '170453.720000', '170453.723000', '170453.725000', '170453.728000', '170453.730000', '170453.733000', '170453.736000', '170453.738000', '170453.741000', '170453.743000', '170453.746000', '170453.748000', '170453.751000', '170453.753000', '170453.756000', '170453.759000', '170453.761000', '170453.764000', '170453.766000', '170513.646000', '170513.649000', '170513.652000', '170513.654000', '170513.657000', '170513.660000', '170513.662000', '170513.665000', '170513.667000', '170513.686000', '170513.689000', '170513.692000', '170513.694000', '170513.697000', '170513.699000', '170513.702000', '170513.704000', '170513.707000', '170513.709000', '170513.712000', '170513.714000', '170513.717000', '170513.720000', '170513.722000', '170513.725000', '170513.727000', '170513.730000', '170513.732000', '170513.735000', '170513.737000', '170513.740000', '170513.743000', '170513.745000', '170513.748000', '170513.750000', '170513.753000', '170513.755000', '170513.758000', '170513.760000', '170513.763000', '170513.766000', '170513.768000', '170513.771000', '170533.647000', '170533.649000', '170533.652000', '170533.654000', '170533.657000', '170533.660000', '170533.662000', '170533.665000', '170533.667000', '170533.670000', '170533.672000', '170533.675000', '170533.678000', '170533.680000', '170533.683000', '170533.691000', '170533.694000', '170533.696000', '170533.699000', '170533.702000', '170533.704000', '170533.707000', '170533.709000', '170533.712000', '170533.714000', '170533.717000', '170533.719000', '170533.722000', '170533.725000', '170533.727000', '170533.730000', '170533.732000', '170533.735000', '170533.737000', '170533.740000', '170533.743000', '170533.745000', '170533.748000', '170533.750000', '170533.753000', '170533.755000', '170533.758000', '170533.761000', '170533.763000', '170553.645000', '170553.648000', '170553.651000', '170553.653000', '170553.656000', '170553.659000', '170553.661000', '170553.664000', '170553.666000', '170553.669000', '170553.672000', '170553.674000', '170553.677000', '170553.679000', '170553.682000', '170553.684000', '170553.687000', '170553.690000', '170553.692000', '170553.695000', '170553.697000', '170553.700000', '170553.702000', '170553.705000', '170553.708000', '170553.710000', '170553.713000', '170553.715000', '170553.718000', '170553.721000', '170553.723000', '170553.726000', '170553.728000', '170553.731000', '170553.733000', '170553.736000', '170553.738000', '170553.742000', '170553.745000', '170553.748000', '170553.750000', '170553.753000', '170553.772000', '170613.646000', '170613.648000', '170613.651000', '170613.654000', '170613.656000', '170613.659000', '170613.661000', '170613.664000', '170613.667000', '170613.669000', '170613.672000', '170613.674000', '170613.677000', '170613.682000', '170613.684000', '170613.687000', '170613.689000', '170613.692000', '170613.694000', '170613.697000', '170613.700000', '170613.702000', '170613.705000', '170613.707000', '170613.710000', '170613.712000', '170613.715000', '170613.718000', '170613.720000', '170613.723000', '170613.726000', '170613.728000', '170613.731000', '170613.733000', '170613.736000', '170613.739000', '170613.741000', '170613.744000', '170613.746000', '170613.749000', '170613.752000', '170613.754000', '170613.757000', '170613.759000', '170633.646000', '170633.649000', '170633.652000', '170633.654000', '170633.657000', '170633.660000', '170633.662000', '170633.665000', '170633.667000', '170633.670000', '170633.672000', '170633.675000', '170633.677000', '170633.680000', '170633.683000', '170633.685000', '170633.688000', '170633.690000', '170633.693000', '170633.695000', '170633.698000', '170633.701000', '170633.703000', '170633.706000', '170633.708000', '170633.711000', '170633.714000', '170633.716000', '170633.719000', '170633.721000', '170633.724000', '170633.727000', '170633.729000', '170633.732000', '170633.734000', '170633.737000', '170633.739000', '170633.742000', '170633.745000', '170633.747000', '170633.750000', '170633.752000', '170633.755000', '170653.646000', '170653.649000', '170653.652000', '170653.655000', '170653.657000', '170653.660000', '170653.662000', '170653.665000', '170653.668000', '170653.670000', '170653.673000', '170653.675000', '170653.678000', '170653.681000', '170653.683000', '170653.686000', '170653.688000', '170653.691000', '170653.694000', '170653.696000', '170653.699000', '170653.701000', '170653.704000', '170653.707000', '170653.709000', '170653.712000', '170653.714000', '170653.717000', '170653.719000', '170653.722000', '170653.725000', '170653.727000', '170653.730000', '170653.732000', '170653.735000', '170653.738000', '170653.740000', '170653.743000', '170653.745000', '170653.748000', '170653.751000', '170653.753000', '170653.756000', '170653.758000', '170713.646000', '170713.649000', '170713.652000', '170713.654000', '170713.657000', '170713.660000', '170713.662000', '170713.665000', '170713.667000', '170713.670000', '170713.673000', '170713.675000', '170713.678000', '170713.680000', '170713.683000', '170713.685000', '170713.688000', '170713.691000', '170713.693000', '170713.696000', '170713.698000', '170713.701000', '170713.704000', '170713.706000', '170713.709000', '170713.711000', '170713.714000', '170713.717000', '170713.719000', '170713.722000', '170713.724000', '170713.727000', '170713.730000', '170713.732000', '170713.735000', '170713.737000', '170713.740000', '170713.742000', '170713.745000', '170713.748000', '170713.750000', '170713.753000', '170713.755000', '170733.646000', '170733.649000', '170733.652000', '170733.655000', '170733.657000', '170733.660000', '170733.662000', '170733.665000', '170733.667000', '170733.670000', '170733.673000', '170733.675000', '170733.678000', '170733.680000', '170733.683000', '170733.685000', '170733.688000', '170733.691000', '170733.693000', '170733.696000', '170733.698000', '170733.701000', '170733.703000', '170733.706000', '170733.709000', '170733.711000', '170733.714000', '170733.716000', '170733.719000', '170733.722000', '170733.724000', '170733.727000', '170733.729000', '170733.732000', '170733.734000', '170733.737000', '170733.739000', '170733.742000', '170733.745000', '170733.747000', '170733.750000', '170733.752000', '170733.755000', '170733.758000', '170753.647000', '170753.649000', '170753.652000', '170753.655000', '170753.657000', '170753.660000', '170753.662000', '170753.665000', '170753.667000', '170753.670000', '170753.673000', '170753.675000', '170753.678000', '170753.680000', '170753.683000', '170753.685000', '170753.688000', '170753.691000', '170753.693000', '170753.696000', '170753.698000', '170753.701000', '170753.704000', '170753.706000', '170753.709000', '170753.711000', '170753.714000', '170753.716000', '170753.719000', '170753.722000', '170753.724000', '170753.727000', '170753.729000', '170753.732000', '170753.734000', '170753.737000', '170753.740000', '170753.742000', '170753.745000', '170753.747000', '170753.750000', '170753.753000', '170753.755000', '170813.646000', '170813.648000', '170813.651000', '170813.654000', '170813.656000', '170813.659000', '170813.669000', '170813.672000', '170813.675000', '170813.677000', '170813.680000', '170813.683000', '170813.685000', '170813.688000', '170813.690000', '170813.693000', '170813.696000', '170813.698000', '170813.701000', '170813.703000', '170813.706000', '170813.708000', '170813.711000', '170813.714000', '170813.716000', '170813.719000', '170813.721000', '170813.724000', '170813.727000', '170813.729000', '170813.732000', '170813.735000', '170813.737000', '170813.740000', '170813.742000', '170813.745000', '170813.747000', '170813.750000', '170813.753000', '170813.755000', '170813.758000', '170813.760000', '170813.763000', '170813.766000', '170833.645000', '170833.648000', '170833.651000', '170833.653000', '170833.656000', '170833.659000', '170833.662000', '170833.665000', '170833.667000', '170833.670000', '170833.673000', '170833.675000', '170833.678000', '170833.680000', '170833.683000', '170833.685000', '170833.688000', '170833.691000', '170833.693000', '170833.696000', '170833.698000', '170833.701000', '170833.703000', '170833.706000', '170833.709000', '170833.711000', '170833.714000', '170833.716000', '170833.719000', '170833.722000', '170833.724000', '170833.727000', '170833.729000', '170833.732000', '170833.734000', '170833.737000', '170833.740000', '170833.742000', '170833.745000', '170833.747000', '170833.750000', '170833.753000', '170833.755000', '170853.647000', '170853.649000', '170853.652000', '170853.654000', '170853.657000', '170853.660000', '170853.662000', '170853.665000', '170853.668000', '170853.670000', '170853.673000', '170853.675000', '170853.678000', '170853.680000', '170853.683000', '170853.685000', '170853.688000', '170853.691000', '170853.693000', '170853.696000', '170853.698000', '170853.701000', '170853.704000', '170853.706000', '170853.709000', '170853.712000', '170853.714000', '170853.717000', '170853.719000', '170853.722000', '170853.724000', '170853.727000', '170853.730000', '170853.732000', '170853.735000', '170853.737000', '170853.740000', '170853.742000', '170853.745000', '170853.748000', '170853.750000', '170853.753000', '170853.755000', '170853.758000', '170913.647000', '170913.649000', '170913.652000', '170913.655000', '170913.669000', '170913.672000', '170913.675000', '170913.677000', '170913.680000', '170913.682000', '170913.685000', '170913.688000', '170913.690000', '170913.693000', '170913.696000', '170913.698000', '170913.701000', '170913.703000', '170913.706000', '170913.709000', '170913.711000', '170913.714000', '170913.716000', '170913.719000', '170913.721000', '170913.724000', '170913.727000', '170913.729000', '170913.732000', '170913.734000', '170913.737000', '170913.740000', '170913.742000', '170913.745000', '170913.748000', '170913.750000', '170913.753000', '170913.755000', '170913.758000', '170913.760000', '170913.763000', '170913.766000', '170913.768000', '170933.646000', '170933.649000', '170933.652000', '170933.654000', '170933.657000', '170933.659000', '170933.663000', '170933.666000', '170933.669000', '170933.671000', '170933.674000', '170933.676000', '170933.679000', '170933.682000', '170933.684000', '170933.687000', '170933.689000', '170933.692000', '170933.695000', '170933.697000', '170933.700000', '170933.702000', '170933.705000', '170933.707000', '170933.710000', '170933.713000', '170933.716000', '170933.718000', '170933.721000', '170933.723000', '170933.726000', '170933.729000', '170933.731000', '170933.734000', '170933.737000', '170933.739000', '170933.742000', '170933.744000', '170933.747000', '170933.750000', '170933.752000', '170933.755000', '170933.757000', '170933.760000', '170953.647000', '170953.649000', '170953.654000', '170953.657000', '170953.659000', '170953.662000', '170953.665000', '170953.667000', '170953.670000', '170953.672000', '170953.675000', '170953.678000', '170953.680000', '170953.683000', '170953.685000', '170953.688000', '170953.691000', '170953.693000', '170953.696000', '170953.698000', '170953.701000', '170953.704000', '170953.706000', '170953.709000', '170953.712000', '170953.714000', '170953.717000', '170953.719000', '170953.722000', '170953.725000', '170953.727000', '170953.730000', '170953.733000', '170953.735000', '170953.738000', '170953.740000', '170953.743000', '170953.746000', '170953.748000', '170953.751000', '170953.754000', '170953.756000', '170953.759000', '171013.647000', '171013.649000', '171013.652000', '171013.655000', '171013.657000', '171013.660000', '171013.662000', '171013.665000', '171013.667000', '171013.670000', '171013.673000', '171013.675000', '171013.678000', '171013.680000', '171013.683000', '171013.686000', '171013.688000', '171013.691000', '171013.693000', '171013.696000', '171013.699000', '171013.701000', '171013.704000', '171013.706000', '171013.709000', '171013.712000', '171013.714000', '171013.717000', '171013.719000', '171013.722000', '171013.725000', '171013.727000', '171013.730000', '171013.732000', '171013.735000', '171013.738000', '171013.740000', '171013.743000', '171013.746000', '171013.748000', '171013.751000', '171013.753000', '171013.756000', '171013.759000', '171033.646000', '171033.649000', '171033.651000', '171033.654000', '171033.656000', '171033.659000', '171033.661000', '171033.664000', '171033.667000', '171033.669000', '171033.672000', '171033.674000', '171033.677000', '171033.680000', '171033.682000', '171033.685000', '171033.687000', '171033.690000', '171033.693000', '171033.695000', '171033.698000', '171033.700000', '171033.703000', '171033.705000', '171033.708000', '171033.711000', '171033.713000', '171033.716000', '171033.718000', '171033.749000', '171033.751000', '171033.754000', '171033.757000', '171033.759000', '171033.762000', '171033.764000', '171033.767000', '171033.769000', '171033.772000', '171033.774000', '171033.777000', '171033.780000', '171033.782000', '171053.646000', '171053.649000', '171053.652000', '171053.654000', '171053.657000', '171053.660000', '171053.662000', '171053.665000', '171053.667000', '171053.670000', '171053.673000', '171053.675000', '171053.678000', '171053.680000', '171053.683000', '171053.686000', '171053.688000', '171053.691000', '171053.694000', '171053.696000', '171053.699000', '171053.702000', '171053.706000', '171053.708000', '171053.711000', '171053.714000', '171053.716000', '171053.719000', '171053.721000', '171053.724000', '171053.727000', '171053.729000', '171053.732000', '171053.735000', '171053.737000', '171053.740000', '171053.742000', '171053.745000', '171053.747000', '171053.750000', '171053.753000', '171053.755000', '171053.762000', '171113.647000', '171113.649000', '171113.652000', '171113.655000', '171113.657000', '171113.660000', '171113.662000', '171113.665000', '171113.668000', '171113.670000', '171113.673000', '171113.676000', '171113.678000', '171113.681000', '171113.683000', '171113.686000', '171113.688000', '171113.691000', '171113.694000', '171113.696000', '171113.699000', '171113.701000', '171113.704000', '171113.706000', '171113.709000', '171113.712000', '171113.714000', '171113.717000', '171113.719000', '171113.722000', '171113.725000', '171113.727000', '171113.730000', '171113.733000', '171113.735000', '171113.738000', '171113.740000', '171113.743000', '171113.745000', '171113.748000', '171113.751000', '171113.753000', '171113.756000', '171113.759000', '171133.647000', '171133.649000', '171133.652000', '171133.654000', '171133.657000', '171133.660000', '171133.662000', '171133.665000', '171133.667000', '171133.670000', '171133.673000', '171133.675000', '171133.678000', '171133.681000', '171133.684000', '171133.686000', '171133.689000', '171133.691000', '171133.694000', '171133.696000', '171133.699000', '171133.701000', '171133.704000', '171133.707000', '171133.709000', '171133.712000', '171133.714000', '171133.717000', '171133.719000', '171133.722000', '171133.725000', '171133.727000', '171133.730000', '171133.732000', '171133.735000', '171133.737000', '171133.740000', '171133.743000', '171133.745000', '171133.748000', '171133.750000', '171133.753000', '171133.756000', '171153.647000', '171153.650000', '171153.652000', '171153.655000', '171153.657000', '171153.660000', '171153.663000', '171153.665000', '171153.668000', '171153.670000', '171153.673000', '171153.676000', '171153.678000', '171153.681000', '171153.683000', '171153.686000', '171153.689000', '171153.691000', '171153.694000', '171153.696000', '171153.699000', '171153.701000', '171153.704000', '171153.707000', '171153.709000', '171153.712000', '171153.714000', '171153.732000', '171153.735000', '171153.738000', '171153.740000', '171153.743000', '171153.745000', '171153.748000', '171153.751000', '171153.753000', '171153.756000', '171153.758000', '171153.761000', '171153.763000', '171153.766000', '171153.769000', '171153.771000', '171153.774000', '171213.647000', '171213.649000', '171213.652000', '171213.655000', '171213.657000', '171213.660000', '171213.663000', '171213.665000', '171213.668000', '171213.670000', '171213.673000', '171213.676000', '171213.678000', '171213.681000', '171213.684000', '171213.686000', '171213.689000', '171213.692000', '171213.694000', '171213.697000', '171213.699000', '171213.702000', '171213.705000', '171213.707000', '171213.710000', '171213.713000', '171213.715000', '171213.718000', '171213.721000', '171213.723000', '171213.726000', '171213.728000', '171213.731000', '171213.734000', '171213.736000', '171213.739000', '171213.743000', '171213.746000', '171213.749000', '171213.751000', '171213.754000', '171213.756000', '171213.759000', '171222.433000', '171222.436000', '171222.439000', '171222.442000', '171222.444000', '171222.447000', '171222.450000', '171222.452000', '171222.455000', '171222.458000', '171222.460000', '171222.463000', '171222.466000', '171222.469000', '171222.472000', '171222.475000', '171222.477000', '171222.480000', '171222.483000', '171222.486000'], 'InstanceCreationTime': ['170433.682000', '170433.685000', '170433.687000', '170433.690000', '170433.693000', '170433.696000', '170433.699000', '170433.702000', '170433.705000', '170433.707000', '170433.710000', '170433.712000', '170433.715000', '170433.731000', '170433.734000', '170433.737000', '170433.739000', '170433.742000', '170433.745000', '170433.748000', '170433.750000', '170433.753000', '170433.756000', '170433.758000', '170433.761000', '170433.763000', '170433.766000', '170433.769000', '170433.771000', '170433.774000', '170433.776000', '170433.780000', '170433.783000', '170433.786000', '170433.788000', '170433.791000', '170433.793000', '170433.796000', '170433.799000', '170433.801000', '170433.804000', '170433.807000', '170433.809000', '170433.812000', '170433.814000', '170433.817000', '170433.823000', '170433.826000', '170433.828000', '170433.831000', '170433.833000', '170433.836000', '170433.839000', '170453.647000', '170453.649000', '170453.652000', '170453.655000', '170453.657000', '170453.660000', '170453.662000', '170453.665000', '170453.667000', '170453.679000', '170453.681000', '170453.684000', '170453.686000', '170453.689000', '170453.691000', '170453.694000', '170453.697000', '170453.699000', '170453.702000', '170453.705000', '170453.707000', '170453.710000', '170453.712000', '170453.715000', '170453.718000', '170453.720000', '170453.723000', '170453.725000', '170453.728000', '170453.730000', '170453.733000', '170453.736000', '170453.738000', '170453.741000', '170453.743000', '170453.746000', '170453.748000', '170453.751000', '170453.753000', '170453.756000', '170453.759000', '170453.761000', '170453.764000', '170453.766000', '170513.646000', '170513.649000', '170513.652000', '170513.654000', '170513.657000', '170513.660000', '170513.662000', '170513.665000', '170513.667000', '170513.686000', '170513.689000', '170513.692000', '170513.694000', '170513.697000', '170513.699000', '170513.702000', '170513.704000', '170513.707000', '170513.709000', '170513.712000', '170513.714000', '170513.717000', '170513.720000', '170513.722000', '170513.725000', '170513.727000', '170513.730000', '170513.732000', '170513.735000', '170513.737000', '170513.740000', '170513.743000', '170513.745000', '170513.748000', '170513.750000', '170513.753000', '170513.755000', '170513.758000', '170513.760000', '170513.763000', '170513.766000', '170513.768000', '170513.771000', '170533.647000', '170533.649000', '170533.652000', '170533.654000', '170533.657000', '170533.660000', '170533.662000', '170533.665000', '170533.667000', '170533.670000', '170533.672000', '170533.675000', '170533.678000', '170533.680000', '170533.683000', '170533.691000', '170533.694000', '170533.696000', '170533.699000', '170533.702000', '170533.704000', '170533.707000', '170533.709000', '170533.712000', '170533.714000', '170533.717000', '170533.719000', '170533.722000', '170533.725000', '170533.727000', '170533.730000', '170533.732000', '170533.735000', '170533.737000', '170533.740000', '170533.743000', '170533.745000', '170533.748000', '170533.750000', '170533.753000', '170533.755000', '170533.758000', '170533.761000', '170533.763000', '170553.645000', '170553.648000', '170553.651000', '170553.653000', '170553.656000', '170553.659000', '170553.661000', '170553.664000', '170553.666000', '170553.669000', '170553.672000', '170553.674000', '170553.677000', '170553.679000', '170553.682000', '170553.684000', '170553.687000', '170553.690000', '170553.692000', '170553.695000', '170553.697000', '170553.700000', '170553.702000', '170553.705000', '170553.708000', '170553.710000', '170553.713000', '170553.715000', '170553.718000', '170553.721000', '170553.723000', '170553.726000', '170553.728000', '170553.731000', '170553.733000', '170553.736000', '170553.738000', '170553.742000', '170553.745000', '170553.748000', '170553.750000', '170553.753000', '170553.772000', '170613.646000', '170613.648000', '170613.651000', '170613.654000', '170613.656000', '170613.659000', '170613.661000', '170613.664000', '170613.667000', '170613.669000', '170613.672000', '170613.674000', '170613.677000', '170613.682000', '170613.684000', '170613.687000', '170613.689000', '170613.692000', '170613.694000', '170613.697000', '170613.700000', '170613.702000', '170613.705000', '170613.707000', '170613.710000', '170613.712000', '170613.715000', '170613.718000', '170613.720000', '170613.723000', '170613.726000', '170613.728000', '170613.731000', '170613.733000', '170613.736000', '170613.739000', '170613.741000', '170613.744000', '170613.746000', '170613.749000', '170613.752000', '170613.754000', '170613.757000', '170613.759000', '170633.646000', '170633.649000', '170633.652000', '170633.654000', '170633.657000', '170633.660000', '170633.662000', '170633.665000', '170633.667000', '170633.670000', '170633.672000', '170633.675000', '170633.677000', '170633.680000', '170633.683000', '170633.685000', '170633.688000', '170633.690000', '170633.693000', '170633.695000', '170633.698000', '170633.701000', '170633.703000', '170633.706000', '170633.708000', '170633.711000', '170633.714000', '170633.716000', '170633.719000', '170633.721000', '170633.724000', '170633.727000', '170633.729000', '170633.732000', '170633.734000', '170633.737000', '170633.739000', '170633.742000', '170633.745000', '170633.747000', '170633.750000', '170633.752000', '170633.755000', '170653.646000', '170653.649000', '170653.652000', '170653.655000', '170653.657000', '170653.660000', '170653.662000', '170653.665000', '170653.668000', '170653.670000', '170653.673000', '170653.675000', '170653.678000', '170653.681000', '170653.683000', '170653.686000', '170653.688000', '170653.691000', '170653.694000', '170653.696000', '170653.699000', '170653.701000', '170653.704000', '170653.707000', '170653.709000', '170653.712000', '170653.714000', '170653.717000', '170653.719000', '170653.722000', '170653.725000', '170653.727000', '170653.730000', '170653.732000', '170653.735000', '170653.738000', '170653.740000', '170653.743000', '170653.745000', '170653.748000', '170653.751000', '170653.753000', '170653.756000', '170653.758000', '170713.646000', '170713.649000', '170713.652000', '170713.654000', '170713.657000', '170713.660000', '170713.662000', '170713.665000', '170713.667000', '170713.670000', '170713.673000', '170713.675000', '170713.678000', '170713.680000', '170713.683000', '170713.685000', '170713.688000', '170713.691000', '170713.693000', '170713.696000', '170713.698000', '170713.701000', '170713.704000', '170713.706000', '170713.709000', '170713.711000', '170713.714000', '170713.717000', '170713.719000', '170713.722000', '170713.724000', '170713.727000', '170713.730000', '170713.732000', '170713.735000', '170713.737000', '170713.740000', '170713.742000', '170713.745000', '170713.748000', '170713.750000', '170713.753000', '170713.755000', '170733.646000', '170733.649000', '170733.652000', '170733.655000', '170733.657000', '170733.660000', '170733.662000', '170733.665000', '170733.667000', '170733.670000', '170733.673000', '170733.675000', '170733.678000', '170733.680000', '170733.683000', '170733.685000', '170733.688000', '170733.691000', '170733.693000', '170733.696000', '170733.698000', '170733.701000', '170733.703000', '170733.706000', '170733.709000', '170733.711000', '170733.714000', '170733.716000', '170733.719000', '170733.722000', '170733.724000', '170733.727000', '170733.729000', '170733.732000', '170733.734000', '170733.737000', '170733.739000', '170733.742000', '170733.745000', '170733.747000', '170733.750000', '170733.752000', '170733.755000', '170733.758000', '170753.647000', '170753.649000', '170753.652000', '170753.655000', '170753.657000', '170753.660000', '170753.662000', '170753.665000', '170753.667000', '170753.670000', '170753.673000', '170753.675000', '170753.678000', '170753.680000', '170753.683000', '170753.685000', '170753.688000', '170753.691000', '170753.693000', '170753.696000', '170753.698000', '170753.701000', '170753.704000', '170753.706000', '170753.709000', '170753.711000', '170753.714000', '170753.716000', '170753.719000', '170753.722000', '170753.724000', '170753.727000', '170753.729000', '170753.732000', '170753.734000', '170753.737000', '170753.740000', '170753.742000', '170753.745000', '170753.747000', '170753.750000', '170753.753000', '170753.755000', '170813.646000', '170813.648000', '170813.651000', '170813.654000', '170813.656000', '170813.659000', '170813.669000', '170813.672000', '170813.675000', '170813.677000', '170813.680000', '170813.683000', '170813.685000', '170813.688000', '170813.690000', '170813.693000', '170813.696000', '170813.698000', '170813.701000', '170813.703000', '170813.706000', '170813.708000', '170813.711000', '170813.714000', '170813.716000', '170813.719000', '170813.721000', '170813.724000', '170813.727000', '170813.729000', '170813.732000', '170813.735000', '170813.737000', '170813.740000', '170813.742000', '170813.745000', '170813.747000', '170813.750000', '170813.753000', '170813.755000', '170813.758000', '170813.760000', '170813.763000', '170813.766000', '170833.645000', '170833.648000', '170833.651000', '170833.653000', '170833.656000', '170833.659000', '170833.662000', '170833.665000', '170833.667000', '170833.670000', '170833.673000', '170833.675000', '170833.678000', '170833.680000', '170833.683000', '170833.685000', '170833.688000', '170833.691000', '170833.693000', '170833.696000', '170833.698000', '170833.701000', '170833.703000', '170833.706000', '170833.709000', '170833.711000', '170833.714000', '170833.716000', '170833.719000', '170833.722000', '170833.724000', '170833.727000', '170833.729000', '170833.732000', '170833.734000', '170833.737000', '170833.740000', '170833.742000', '170833.745000', '170833.747000', '170833.750000', '170833.753000', '170833.755000', '170853.647000', '170853.649000', '170853.652000', '170853.654000', '170853.657000', '170853.660000', '170853.662000', '170853.665000', '170853.668000', '170853.670000', '170853.673000', '170853.675000', '170853.678000', '170853.680000', '170853.683000', '170853.685000', '170853.688000', '170853.691000', '170853.693000', '170853.696000', '170853.698000', '170853.701000', '170853.704000', '170853.706000', '170853.709000', '170853.712000', '170853.714000', '170853.717000', '170853.719000', '170853.722000', '170853.724000', '170853.727000', '170853.730000', '170853.732000', '170853.735000', '170853.737000', '170853.740000', '170853.742000', '170853.745000', '170853.748000', '170853.750000', '170853.753000', '170853.755000', '170853.758000', '170913.647000', '170913.649000', '170913.652000', '170913.655000', '170913.669000', '170913.672000', '170913.675000', '170913.677000', '170913.680000', '170913.682000', '170913.685000', '170913.688000', '170913.690000', '170913.693000', '170913.696000', '170913.698000', '170913.701000', '170913.703000', '170913.706000', '170913.709000', '170913.711000', '170913.714000', '170913.716000', '170913.719000', '170913.721000', '170913.724000', '170913.727000', '170913.729000', '170913.732000', '170913.734000', '170913.737000', '170913.740000', '170913.742000', '170913.745000', '170913.748000', '170913.750000', '170913.753000', '170913.755000', '170913.758000', '170913.760000', '170913.763000', '170913.766000', '170913.768000', '170933.646000', '170933.649000', '170933.652000', '170933.654000', '170933.657000', '170933.659000', '170933.663000', '170933.666000', '170933.669000', '170933.671000', '170933.674000', '170933.676000', '170933.679000', '170933.682000', '170933.684000', '170933.687000', '170933.689000', '170933.692000', '170933.695000', '170933.697000', '170933.700000', '170933.702000', '170933.705000', '170933.707000', '170933.710000', '170933.713000', '170933.716000', '170933.718000', '170933.721000', '170933.723000', '170933.726000', '170933.729000', '170933.731000', '170933.734000', '170933.737000', '170933.739000', '170933.742000', '170933.744000', '170933.747000', '170933.750000', '170933.752000', '170933.755000', '170933.757000', '170933.760000', '170953.647000', '170953.649000', '170953.654000', '170953.657000', '170953.659000', '170953.662000', '170953.665000', '170953.667000', '170953.670000', '170953.672000', '170953.675000', '170953.678000', '170953.680000', '170953.683000', '170953.685000', '170953.688000', '170953.691000', '170953.693000', '170953.696000', '170953.698000', '170953.701000', '170953.704000', '170953.706000', '170953.709000', '170953.712000', '170953.714000', '170953.717000', '170953.719000', '170953.722000', '170953.725000', '170953.727000', '170953.730000', '170953.733000', '170953.735000', '170953.738000', '170953.740000', '170953.743000', '170953.746000', '170953.748000', '170953.751000', '170953.754000', '170953.756000', '170953.759000', '171013.647000', '171013.649000', '171013.652000', '171013.655000', '171013.657000', '171013.660000', '171013.662000', '171013.665000', '171013.667000', '171013.670000', '171013.673000', '171013.675000', '171013.678000', '171013.680000', '171013.683000', '171013.686000', '171013.688000', '171013.691000', '171013.693000', '171013.696000', '171013.699000', '171013.701000', '171013.704000', '171013.706000', '171013.709000', '171013.712000', '171013.714000', '171013.717000', '171013.719000', '171013.722000', '171013.725000', '171013.727000', '171013.730000', '171013.732000', '171013.735000', '171013.738000', '171013.740000', '171013.743000', '171013.746000', '171013.748000', '171013.751000', '171013.753000', '171013.756000', '171013.759000', '171033.646000', '171033.649000', '171033.651000', '171033.654000', '171033.656000', '171033.659000', '171033.661000', '171033.664000', '171033.667000', '171033.669000', '171033.672000', '171033.674000', '171033.677000', '171033.680000', '171033.682000', '171033.685000', '171033.687000', '171033.690000', '171033.693000', '171033.695000', '171033.698000', '171033.700000', '171033.703000', '171033.705000', '171033.708000', '171033.711000', '171033.713000', '171033.716000', '171033.718000', '171033.749000', '171033.751000', '171033.754000', '171033.757000', '171033.759000', '171033.762000', '171033.764000', '171033.767000', '171033.769000', '171033.772000', '171033.774000', '171033.777000', '171033.780000', '171033.782000', '171053.646000', '171053.649000', '171053.652000', '171053.654000', '171053.657000', '171053.660000', '171053.662000', '171053.665000', '171053.667000', '171053.670000', '171053.673000', '171053.675000', '171053.678000', '171053.680000', '171053.683000', '171053.686000', '171053.688000', '171053.691000', '171053.694000', '171053.696000', '171053.699000', '171053.702000', '171053.706000', '171053.708000', '171053.711000', '171053.714000', '171053.716000', '171053.719000', '171053.721000', '171053.724000', '171053.727000', '171053.729000', '171053.732000', '171053.735000', '171053.737000', '171053.740000', '171053.742000', '171053.745000', '171053.747000', '171053.750000', '171053.753000', '171053.755000', '171053.762000', '171113.647000', '171113.649000', '171113.652000', '171113.655000', '171113.657000', '171113.660000', '171113.662000', '171113.665000', '171113.668000', '171113.670000', '171113.673000', '171113.676000', '171113.678000', '171113.681000', '171113.683000', '171113.686000', '171113.688000', '171113.691000', '171113.694000', '171113.696000', '171113.699000', '171113.701000', '171113.704000', '171113.706000', '171113.709000', '171113.712000', '171113.714000', '171113.717000', '171113.719000', '171113.722000', '171113.725000', '171113.727000', '171113.730000', '171113.733000', '171113.735000', '171113.738000', '171113.740000', '171113.743000', '171113.745000', '171113.748000', '171113.751000', '171113.753000', '171113.756000', '171113.759000', '171133.647000', '171133.649000', '171133.652000', '171133.654000', '171133.657000', '171133.660000', '171133.662000', '171133.665000', '171133.667000', '171133.670000', '171133.673000', '171133.675000', '171133.678000', '171133.681000', '171133.684000', '171133.686000', '171133.689000', '171133.691000', '171133.694000', '171133.696000', '171133.699000', '171133.701000', '171133.704000', '171133.707000', '171133.709000', '171133.712000', '171133.714000', '171133.717000', '171133.719000', '171133.722000', '171133.725000', '171133.727000', '171133.730000', '171133.732000', '171133.735000', '171133.737000', '171133.740000', '171133.743000', '171133.745000', '171133.748000', '171133.750000', '171133.753000', '171133.756000', '171153.647000', '171153.650000', '171153.652000', '171153.655000', '171153.657000', '171153.660000', '171153.663000', '171153.665000', '171153.668000', '171153.670000', '171153.673000', '171153.676000', '171153.678000', '171153.681000', '171153.683000', '171153.686000', '171153.689000', '171153.691000', '171153.694000', '171153.696000', '171153.699000', '171153.701000', '171153.704000', '171153.707000', '171153.709000', '171153.712000', '171153.714000', '171153.732000', '171153.735000', '171153.738000', '171153.740000', '171153.743000', '171153.745000', '171153.748000', '171153.751000', '171153.753000', '171153.756000', '171153.758000', '171153.761000', '171153.763000', '171153.766000', '171153.769000', '171153.771000', '171153.774000', '171213.647000', '171213.649000', '171213.652000', '171213.655000', '171213.657000', '171213.660000', '171213.663000', '171213.665000', '171213.668000', '171213.670000', '171213.673000', '171213.676000', '171213.678000', '171213.681000', '171213.684000', '171213.686000', '171213.689000', '171213.692000', '171213.694000', '171213.697000', '171213.699000', '171213.702000', '171213.705000', '171213.707000', '171213.710000', '171213.713000', '171213.715000', '171213.718000', '171213.721000', '171213.723000', '171213.726000', '171213.728000', '171213.731000', '171213.734000', '171213.736000', '171213.739000', '171213.743000', '171213.746000', '171213.749000', '171213.751000', '171213.754000', '171213.756000', '171213.759000', '171222.433000', '171222.436000', '171222.439000', '171222.442000', '171222.444000', '171222.447000', '171222.450000', '171222.452000', '171222.455000', '171222.458000', '171222.460000', '171222.463000', '171222.466000', '171222.469000', '171222.472000', '171222.475000', '171222.477000', '171222.480000', '171222.483000', '171222.486000'], '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': [10111, 10235, 9922, 8538, 10683, 9336, 10874, 9054, 11220, 9593, 11357, 9248, 11522, 9494, 8984, 9368, 8371, 11211, 8944, 11215, 8700, 11095, 9412, 11184, 9239, 10620, 9397, 10225, 9186, 10163, 9479, 7987, 10085, 8057, 10880, 8365, 10239, 8315, 10975, 8672, 11560, 8878, 11756, 8669, 11522, 8830, 11445, 9082, 11424, 9041, 12543, 8892, 11526, 9195, 8098, 9880, 7512, 10903, 8342, 10545, 9322, 11418, 8762, 11383, 8964, 12559, 8742, 11725, 9079, 9045, 10168, 7742, 10697, 9130, 11086, 8832, 11230, 8909, 11843, 9239, 11338, 9388, 12550, 9378, 9709, 9898, 9571, 9446, 12068, 9399, 11754, 9321, 10882, 9214, 10521, 9257, 10170, 9289, 9633, 9217, 10045, 9699, 8980, 9814, 9619, 10002, 10385, 9783, 9594, 10475, 8136, 10545, 8174, 10571, 8207, 10922, 9670, 11375, 8801, 11214, 9143, 11059, 9077, 10770, 9231, 11115, 9220, 10517, 9289, 9663, 9254, 8279, 10350, 7895, 10782, 9329, 11336, 8784, 11315, 9947, 8822, 10288, 8791, 11344, 9343, 11802, 10243, 12014, 9848, 8438, 10646, 8478, 11244, 10100, 9704, 10249, 8227, 11717, 9478, 11264, 9599, 12273, 10245, 8371, 10336, 9043, 11329, 9715, 11368, 9657, 12462, 10179, 9590, 10026, 8635, 10811, 9527, 11522, 9698, 11807, 9655, 11353, 9849, 11400, 10150, 10473, 10084, 8264, 10278, 8775, 11008, 9377, 10885, 9188, 11327, 9269, 11189, 9425, 10266, 9824, 8115, 10832, 9442, 13737, 9662, 11814, 9579, 12011, 9833, 10471, 9676, 8242, 10198, 8750, 11323, 9620, 9571, 9859, 9244, 11028, 9182, 11533, 9467, 12504, 9825, 11907, 10268, 9008, 9603, 8014, 10382, 8215, 10324, 9023, 11364, 8873, 11811, 9434, 9992, 9700, 8495, 10168, 8116, 10648, 8802, 11232, 9003, 11233, 8905, 11654, 9715, 11336, 9771, 9730, 9924, 9488, 10117, 8370, 10423, 8043, 10759, 8553, 10751, 9521, 10925, 8907, 11672, 9005, 10515, 9347, 10084, 9345, 9739, 9820, 7859, 9668, 7821, 10399, 9492, 11115, 8791, 11163, 9284, 7886, 9721, 8239, 10072, 9511, 11264, 8889, 11068, 8603, 10643, 8853, 11485, 9619, 7849, 9785, 8644, 10030, 9752, 10529, 9286, 11191, 8666, 12937, 9321, 10373, 9393, 9180, 9888, 8752, 10175, 9731, 10569, 8267, 10463, 8385, 10646, 8185, 10794, 8543, 11156, 9048, 12160, 9078, 9640, 9576, 7930, 9709, 8830, 10508, 9536, 10606, 9607, 11089, 8456, 11012, 8613, 10510, 8672, 10525, 8446, 12548, 9361, 9406, 9477, 7214, 9589, 7724, 10147, 8016, 9889, 7742, 9861, 7468, 9975, 8278, 10196, 8397, 10044, 8545, 9973, 9298, 10533, 9701, 11181, 8288, 10705, 8331, 10397, 8642, 10495, 8681, 12728, 9001, 12506, 9055, 12412, 9313, 12663, 9486, 10127, 9526, 9631, 9550, 8161, 9759, 8938, 10067, 8425, 9909, 8679, 9987, 8292, 10198, 8976, 10715, 8751, 10014, 8765, 10022, 8656, 10265, 9092, 10284, 9354, 10064, 8318, 10330, 8304, 10648, 8574, 12427, 9214, 10355, 9302, 8778, 9803, 8281, 9688, 8278, 9722, 8092, 9810, 7724, 9833, 10198, 9825, 10930, 9441, 10683, 9290, 11417, 9591, 9821, 9797, 7610, 9777, 8003, 9875, 8488, 10156, 9500, 10429, 9284, 9914, 8933, 10013, 8655, 10210, 9509, 10035, 9390, 10087, 9176, 10046, 8985, 10134, 8369, 9859, 7910, 9887, 7901, 10228, 9355, 10071, 9356, 9894, 8097, 9858, 8844, 9766, 11156, 9631, 11586, 9674, 9824, 9544, 10272, 9655, 11655, 9726, 10556, 9796, 9057, 9745, 8886, 9968, 10411, 9838, 10543, 9560, 8147, 9737, 9211, 9760, 11311, 9752, 10929, 9745, 7925, 9659, 8554, 10272, 9261, 11608, 8710, 11328, 9386, 13080, 9176, 11119, 8866, 10743, 8634, 10517, 8174, 9964, 8298, 10524, 8387, 12479, 9242, 10390, 9189, 10253, 9390, 11357, 9626, 9323, 9799, 7921, 9986, 8188, 9989, 8669, 10170, 8707, 10273, 9659, 10262, 9322, 10800, 9033, 11088, 9137, 10854, 8873, 10804, 8873, 10684, 9038, 10946, 8872, 11380, 9584, 10168, 9553, 10305, 9518, 10605, 9618, 8140, 9621, 8443, 9834, 9922, 9793, 11054, 9788, 8353, 9868, 8839, 9708, 10164, 10123, 10832, 9877, 8340, 9797, 8003, 9685, 8223, 9999, 10066, 10066, 9095, 10031, 8197, 9760, 8406, 9751, 8549, 9843, 8623, 9787, 8562, 10052, 9720, 10920, 9336, 11942, 8620, 11175, 8769, 10441, 8520, 10610, 8792, 10860, 8910, 11301, 9193, 11618, 9611, 9750, 9824, 8418, 10246, 8482, 10278, 9018, 10118, 8817, 10275, 9161, 10095, 9139, 9805, 8895, 10162, 8790, 10311, 9319, 9818, 8417, 10566, 9207, 8205, 9110, 7712, 10649, 8801, 13796, 10191, 11382, 9852, 8168, 10192, 9272, 13817, 9405, 8271, 9911, 8359, 11358, 9031, 11357, 9282, 11934, 9423, 8982, 10408, 9365, 13575, 9633, 12221, 9801, 8571, 9682, 9331, 10776, 9661, 9372, 9678, 8629, 10182, 9101, 10622, 8974, 10429, 9254, 8964, 9890, 8410, 10698, 9129, 10930, 9017, 10819, 9587, 9796, 9674, 7862, 9967, 8363, 10332, 9590, 11060, 8720, 13454, 9291, 8452, 9763, 9760, 11030, 9030, 11060, 9651, 8028, 10044, 8833, 10623, 9588, 11352, 8877, 12583, 9594, 11174, 9507, 9170, 9841, 8463, 10137, 8711, 10911, 8963, 11689, 9366, 10399, 9698, 7965, 9823, 9168, 10719, 8727, 11072, 9022, 10600, 9437, 7799, 9653, 8247, 10142, 8895, 10775, 9315, 10444, 8708, 10596, 8553, 10473, 8811, 11085, 8667, 10462, 8409, 10415, 8259, 10447, 8627, 10654, 8441, 10628, 8720, 10156, 8923, 10697, 9084, 10490, 9364, 9208, 9295, 9997, 9446, 11107, 9586, 8654, 9493, 8316, 9581, 7697, 9738, 8199, 10307, 9232, 10878, 8008, 10801, 7982, 10741, 8311, 12221, 8936, 12197, 9045, 11306, 9318, 10326, 9381, 7676, 9793, 7908, 9818, 8214, 10225, 9119, 10895, 9249, 11033, 8260, 11106, 8579, 11130, 8896, 13078, 9495, 8593, 9720, 7846, 9510, 8494, 10417, 9369, 10993, 8783, 11100, 9340, 10879, 8868, 12917, 9821, 10000, 9718, 7928, 9509, 8613, 9821, 9300, 11130, 8721, 10886, 9494, 11225, 9163, 9012, 9513, 9574, 9418, 11669, 10054, 8793, 10099, 8883, 10490, 10330, 8467, 8066, 9238, 9489, 8992, 9314, 9818, 8395, 11917, 9880, 11248, 10612, 10256, 10589, 10368, 9696, 12695, 13425, 10553, 12892, 12310, 11652, 11586, 10561, 14270, 12127, 10389, 10107, 10382, 9279, 10186, 10449, 10527, 10598, 9181, 9822, 10175, 10798, 10008, 8756, 9780, 9423, 10389, 9436, 8832, 10364, 9301, 10686, 9660, 8813, 10712, 9255, 11520, 10042, 8412, 10391, 9076, 8532, 9700, 9254, 10685, 9032, 9020, 9897, 9161, 10449, 8481, 8571, 9732, 7707, 12434, 9325, 9406, 9698, 7795, 10105, 8972, 10997, 8232, 12907, 9310, 7592, 9908, 8428, 10724, 8277, 11715, 9159, 10462, 9403, 7234, 10087, 8311, 11202, 8415, 13280, 9209, 8695, 9550, 8232, 10497, 8153, 13211, 9077, 8130, 9662, 8394, 10783, 8387, 11465, 8716, 11651, 9118, 9341, 9308, 8573, 9881, 8078, 10736, 8169, 11531, 8560, 12380, 8970, 9548, 9667, 7303, 10050, 8571, 11062, 9208, 11408, 8779, 11697, 8516, 10363, 9376, 8283, 11322, 8396, 12356, 9000, 9320, 9646, 9767, 9643, 8270, 10045, 8343, 10969, 8356, 10521, 9900, 8389, 11493, 8927, 14415, 9163, 9668, 10038, 8604, 11493, 8963, 12379, 9209, 9791, 9857, 7873, 10623, 8375, 11249, 8959, 10403, 9718, 8425, 10662, 8549, 11762, 9047, 12670, 9511, 8100, 9899, 8399, 10915, 9027, 13478, 9551, 10082, 9679, 8104, 10338, 8975, 11250, 9981, 12829, 10084, 8144, 10043, 8649, 10644, 9511, 10824, 9725, 11635, 9847, 9017, 9398, 8747, 10853, 9392, 8275, 10341, 8568, 11694, 9353], 'WindowCenter': [4428.0, 4415.0, 4402.0, 4379.0, 4409.0, 4388.0, 4393.0, 4374.0, 4393.0, 4385.0, 4395.0, 4375.0, 4395.0, 4374.0, 4374.0, 4385.0, 4376.0, 4397.0, 4388.0, 4409.0, 4389.0, 4398.0, 4388.0, 4395.0, 4386.0, 4395.0, 4386.0, 4395.0, 4388.0, 4396.0, 4387.0, 4367.0, 4398.0, 4377.0, 4397.0, 4389.0, 4409.0, 4390.0, 4408.0, 4392.0, 4420.0, 4403.0, 4420.0, 4405.0, 4425.0, 4405.0, 4421.0, 4401.0, 4409.0, 4389.0, 4421.0, 4403.0, 4422.0, 4403.0, 4379.0, 4399.0, 4379.0, 4410.0, 4391.0, 4411.0, 4400.0, 4421.0, 4389.0, 4408.0, 4390.0, 4418.0, 4391.0, 4421.0, 4400.0, 4400.0, 4412.0, 4380.0, 4407.0, 4402.0, 4421.0, 4402.0, 4410.0, 4401.0, 4408.0, 4388.0, 4408.0, 4400.0, 4418.0, 4388.0, 4388.0, 4397.0, 4386.0, 4385.0, 4406.0, 4385.0, 4408.0, 4387.0, 4395.0, 4387.0, 4396.0, 4386.0, 4395.0, 4385.0, 4398.0, 4399.0, 4396.0, 4400.0, 4386.0, 4397.0, 4385.0, 4399.0, 4397.0, 4397.0, 4398.0, 4397.0, 4365.0, 4399.0, 4376.0, 4397.0, 4377.0, 4407.0, 4389.0, 4406.0, 4374.0, 4395.0, 4384.0, 4396.0, 4389.0, 4395.0, 4374.0, 4394.0, 4385.0, 4393.0, 4383.0, 4395.0, 4388.0, 4377.0, 4396.0, 4375.0, 4395.0, 4387.0, 4419.0, 4403.0, 4420.0, 4410.0, 4388.0, 4397.0, 4389.0, 4407.0, 4398.0, 4407.0, 4408.0, 4417.0, 4396.0, 4374.0, 4395.0, 4388.0, 4407.0, 4410.0, 4399.0, 4396.0, 4386.0, 4418.0, 4399.0, 4407.0, 4389.0, 4408.0, 4399.0, 4366.0, 4397.0, 4387.0, 4408.0, 4387.0, 4406.0, 4388.0, 4406.0, 4395.0, 4382.0, 4384.0, 4386.0, 4396.0, 4386.0, 4407.0, 4386.0, 4393.0, 4386.0, 4395.0, 4396.0, 4408.0, 4398.0, 4396.0, 4395.0, 4364.0, 4386.0, 4377.0, 4395.0, 4388.0, 4396.0, 4387.0, 4396.0, 4386.0, 4395.0, 4386.0, 4396.0, 4397.0, 4391.0, 4411.0, 4402.0, 4416.0, 4388.0, 4406.0, 4387.0, 4407.0, 4398.0, 4384.0, 4384.0, 4363.0, 4384.0, 4373.0, 4396.0, 4399.0, 4387.0, 4398.0, 4387.0, 4396.0, 4385.0, 4394.0, 4387.0, 4408.0, 4398.0, 4396.0, 4394.0, 4374.0, 4384.0, 4362.0, 4384.0, 4376.0, 4395.0, 4375.0, 4406.0, 4376.0, 4403.0, 4387.0, 4397.0, 4400.0, 4389.0, 4399.0, 4376.0, 4395.0, 4386.0, 4397.0, 4387.0, 4408.0, 4388.0, 4407.0, 4386.0, 4394.0, 4385.0, 4384.0, 4396.0, 4387.0, 4397.0, 4374.0, 4395.0, 4366.0, 4393.0, 4374.0, 4396.0, 4398.0, 4405.0, 4388.0, 4407.0, 4388.0, 4397.0, 4389.0, 4396.0, 4401.0, 4398.0, 4398.0, 4392.0, 4411.0, 4382.0, 4412.0, 4411.0, 4419.0, 4389.0, 4408.0, 4399.0, 4379.0, 4396.0, 4387.0, 4399.0, 4397.0, 4407.0, 4387.0, 4395.0, 4375.0, 4396.0, 4386.0, 4406.0, 4387.0, 4365.0, 4383.0, 4374.0, 4382.0, 4397.0, 4397.0, 4386.0, 4405.0, 4377.0, 4405.0, 4383.0, 4395.0, 4386.0, 4385.0, 4396.0, 4374.0, 4398.0, 4384.0, 4395.0, 4375.0, 4394.0, 4388.0, 4407.0, 4389.0, 4407.0, 4389.0, 4405.0, 4385.0, 4418.0, 4388.0, 4397.0, 4397.0, 4377.0, 4397.0, 4387.0, 4399.0, 4400.0, 4409.0, 4396.0, 4409.0, 4377.0, 4396.0, 4387.0, 4395.0, 4386.0, 4408.0, 4387.0, 4418.0, 4386.0, 4386.0, 4385.0, 4365.0, 4398.0, 4380.0, 4410.0, 4377.0, 4399.0, 4376.0, 4397.0, 4379.0, 4410.0, 4388.0, 4408.0, 4378.0, 4396.0, 4374.0, 4395.0, 4399.0, 4408.0, 4397.0, 4406.0, 4377.0, 4396.0, 4377.0, 4397.0, 4388.0, 4407.0, 4388.0, 4418.0, 4388.0, 4405.0, 4386.0, 4415.0, 4389.0, 4415.0, 4396.0, 4394.0, 4384.0, 4385.0, 4385.0, 4376.0, 4399.0, 4388.0, 4398.0, 4374.0, 4397.0, 4376.0, 4396.0, 4387.0, 4408.0, 4385.0, 4397.0, 4374.0, 4385.0, 4375.0, 4394.0, 4386.0, 4395.0, 4384.0, 4396.0, 4385.0, 4383.0, 4375.0, 4395.0, 4387.0, 4397.0, 4387.0, 4416.0, 4386.0, 4395.0, 4388.0, 4387.0, 4409.0, 4389.0, 4398.0, 4387.0, 4397.0, 4377.0, 4398.0, 4380.0, 4411.0, 4400.0, 4400.0, 4408.0, 4398.0, 4395.0, 4389.0, 4406.0, 4398.0, 4395.0, 4395.0, 4364.0, 4384.0, 4376.0, 4398.0, 4386.0, 4397.0, 4386.0, 4394.0, 4384.0, 4384.0, 4386.0, 4396.0, 4374.0, 4397.0, 4385.0, 4383.0, 4383.0, 4393.0, 4384.0, 4394.0, 4385.0, 4395.0, 4373.0, 4385.0, 4363.0, 4384.0, 4375.0, 4396.0, 4385.0, 4396.0, 4386.0, 4384.0, 4363.0, 4384.0, 4373.0, 4396.0, 4406.0, 4395.0, 4407.0, 4385.0, 4383.0, 4384.0, 4393.0, 4397.0, 4407.0, 4396.0, 4395.0, 4396.0, 4373.0, 4384.0, 4373.0, 4395.0, 4395.0, 4396.0, 4394.0, 4385.0, 4374.0, 4386.0, 4384.0, 4396.0, 4407.0, 4397.0, 4419.0, 4398.0, 4375.0, 4395.0, 4385.0, 4397.0, 4396.0, 4417.0, 4399.0, 4407.0, 4400.0, 4417.0, 4400.0, 4418.0, 4399.0, 4406.0, 4386.0, 4396.0, 4375.0, 4394.0, 4387.0, 4395.0, 4376.0, 4417.0, 4397.0, 4395.0, 4397.0, 4396.0, 4399.0, 4408.0, 4400.0, 4386.0, 4397.0, 4374.0, 4396.0, 4375.0, 4397.0, 4387.0, 4396.0, 4374.0, 4396.0, 4385.0, 4395.0, 4384.0, 4395.0, 4388.0, 4406.0, 4386.0, 4395.0, 4385.0, 4394.0, 4383.0, 4394.0, 4387.0, 4394.0, 4388.0, 4404.0, 4384.0, 4395.0, 4385.0, 4395.0, 4397.0, 4395.0, 4397.0, 4375.0, 4396.0, 4375.0, 4398.0, 4397.0, 4399.0, 4406.0, 4397.0, 4375.0, 4395.0, 4374.0, 4384.0, 4396.0, 4397.0, 4396.0, 4395.0, 4375.0, 4382.0, 4362.0, 4383.0, 4373.0, 4395.0, 4384.0, 4384.0, 4374.0, 4383.0, 4373.0, 4383.0, 4372.0, 4385.0, 4375.0, 4387.0, 4374.0, 4384.0, 4372.0, 4383.0, 4396.0, 4407.0, 4387.0, 4406.0, 4375.0, 4394.0, 4376.0, 4394.0, 4386.0, 4396.0, 4375.0, 4394.0, 4374.0, 4392.0, 4373.0, 4392.0, 4384.0, 4384.0, 4395.0, 4375.0, 4395.0, 4374.0, 4395.0, 4384.0, 4395.0, 4388.0, 4398.0, 4386.0, 4396.0, 4385.0, 4385.0, 4383.0, 4395.0, 4389.0, 4421.0, 4413.0, 4409.0, 4377.0, 4395.0, 4401.0, 4392.0, 4400.0, 4378.0, 4409.0, 4387.0, 4442.0, 4423.0, 4421.0, 4423.0, 4404.0, 4423.0, 4413.0, 4432.0, 4398.0, 4388.0, 4398.0, 4390.0, 4436.0, 4400.0, 4420.0, 4388.0, 4407.0, 4388.0, 4374.0, 4383.0, 4384.0, 4405.0, 4387.0, 4407.0, 4397.0, 4374.0, 4385.0, 4385.0, 4394.0, 4384.0, 4384.0, 4384.0, 4374.0, 4396.0, 4374.0, 4395.0, 4388.0, 4408.0, 4400.0, 4386.0, 4386.0, 4364.0, 4394.0, 4384.0, 4397.0, 4387.0, 4395.0, 4386.0, 4385.0, 4384.0, 4364.0, 4385.0, 4373.0, 4396.0, 4387.0, 4407.0, 4388.0, 4416.0, 4387.0, 4376.0, 4399.0, 4410.0, 4408.0, 4391.0, 4408.0, 4396.0, 4377.0, 4409.0, 4401.0, 4410.0, 4399.0, 4408.0, 4388.0, 4417.0, 4398.0, 4422.0, 4413.0, 4388.0, 4400.0, 4377.0, 4397.0, 4377.0, 4396.0, 4387.0, 4419.0, 4398.0, 4397.0, 4397.0, 4376.0, 4395.0, 4387.0, 4407.0, 4389.0, 4407.0, 4387.0, 4396.0, 4387.0, 4364.0, 4397.0, 4388.0, 4397.0, 4387.0, 4408.0, 4386.0, 4394.0, 4375.0, 4394.0, 4387.0, 4407.0, 4387.0, 4407.0, 4387.0, 4395.0, 4375.0, 4396.0, 4378.0, 4395.0, 4386.0, 4396.0, 4376.0, 4394.0, 4386.0, 4408.0, 4399.0, 4409.0, 4400.0, 4407.0, 4398.0, 4397.0, 4397.0, 4399.0, 4401.0, 4409.0, 4399.0, 4389.0, 4399.0, 4377.0, 4397.0, 4378.0, 4410.0, 4390.0, 4409.0, 4400.0, 4408.0, 4378.0, 4407.0, 4389.0, 4421.0, 4392.0, 4419.0, 4400.0, 4418.0, 4399.0, 4419.0, 4402.0, 4409.0, 4398.0, 4378.0, 4398.0, 4377.0, 4398.0, 4389.0, 4410.0, 4389.0, 4409.0, 4389.0, 4396.0, 4376.0, 4406.0, 4388.0, 4406.0, 4385.0, 4416.0, 4396.0, 4375.0, 4385.0, 4377.0, 4398.0, 4387.0, 4408.0, 4387.0, 4394.0, 4374.0, 4395.0, 4387.0, 4406.0, 4386.0, 4404.0, 4386.0, 4383.0, 4385.0, 4363.0, 4387.0, 4374.0, 4394.0, 4385.0, 4393.0, 4375.0, 4395.0, 4413.0, 4381.0, 4399.0, 4389.0, 4410.0, 4398.0, 4397.0, 4405.0, 4397.0, 4390.0, 4427.0, 4391.0, 4387.0, 4386.0, 4366.0, 4353.0, 4360.0, 4370.0, 4371.0, 4372.0, 4374.0, 4363.0, 4379.0, 4368.0, 4379.0, 4382.0, 4382.0, 4381.0, 4370.0, 4371.0, 4392.0, 4391.0, 4368.0, 4367.0, 4365.0, 4355.0, 4352.0, 4341.0, 4347.0, 4338.0, 4327.0, 4325.0, 4325.0, 4315.0, 4324.0, 4336.0, 4336.0, 4339.0, 4328.0, 4338.0, 4340.0, 4350.0, 4342.0, 4332.0, 4354.0, 4369.0, 4380.0, 4398.0, 4372.0, 4367.0, 4358.0, 4366.0, 4371.0, 4374.0, 4393.0, 4386.0, 4404.0, 4397.0, 4378.0, 4394.0, 4375.0, 4374.0, 4386.0, 4387.0, 4408.0, 4390.0, 4400.0, 4411.0, 4400.0, 4409.0, 4402.0, 4400.0, 4412.0, 4391.0, 4431.0, 4402.0, 4400.0, 4400.0, 4378.0, 4399.0, 4387.0, 4407.0, 4378.0, 4416.0, 4387.0, 4367.0, 4397.0, 4378.0, 4408.0, 4380.0, 4420.0, 4401.0, 4408.0, 4390.0, 4367.0, 4398.0, 4377.0, 4409.0, 4391.0, 4430.0, 4398.0, 4389.0, 4399.0, 4377.0, 4408.0, 4391.0, 4430.0, 4402.0, 4390.0, 4400.0, 4391.0, 4419.0, 4402.0, 4433.0, 4401.0, 4421.0, 4401.0, 4400.0, 4400.0, 4402.0, 4412.0, 4391.0, 4421.0, 4391.0, 4419.0, 4402.0, 4434.0, 4404.0, 4412.0, 4413.0, 4382.0, 4412.0, 4399.0, 4421.0, 4414.0, 4421.0, 4390.0, 4421.0, 4403.0, 4412.0, 4401.0, 4392.0, 4423.0, 4403.0, 4431.0, 4404.0, 4427.0, 4427.0, 4425.0, 4413.0, 4404.0, 4425.0, 4403.0, 4422.0, 4415.0, 4439.0, 4425.0, 4404.0, 4436.0, 4403.0, 4444.0, 4412.0, 4415.0, 4414.0, 4402.0, 4421.0, 4401.0, 4431.0, 4413.0, 4411.0, 4410.0, 4390.0, 4412.0, 4390.0, 4423.0, 4402.0, 4408.0, 4401.0, 4376.0, 4409.0, 4389.0, 4419.0, 4404.0, 4431.0, 4400.0, 4379.0, 4397.0, 4378.0, 4407.0, 4388.0, 4432.0, 4400.0, 4398.0, 4387.0, 4365.0, 4397.0, 4391.0, 4410.0, 4398.0, 4417.0, 4398.0, 4376.0, 4396.0, 4376.0, 4410.0, 4399.0, 4407.0, 4398.0, 4408.0, 4398.0, 4375.0, 4386.0, 4376.0, 4409.0, 4400.0, 4381.0, 4399.0, 4389.0, 4418.0, 4402.0], 'WindowWidth': [9762.0, 9736.0, 9714.0, 9676.0, 9720.0, 9684.0, 9687.0, 9662.0, 9685.0, 9679.0, 9689.0, 9665.0, 9688.0, 9659.0, 9661.0, 9679.0, 9667.0, 9695.0, 9686.0, 9716.0, 9692.0, 9700.0, 9688.0, 9693.0, 9681.0, 9689.0, 9681.0, 9692.0, 9686.0, 9696.0, 9685.0, 9655.0, 9697.0, 9670.0, 9696.0, 9693.0, 9719.0, 9695.0, 9718.0, 9699.0, 9734.0, 9714.0, 9736.0, 9723.0, 9746.0, 9722.0, 9738.0, 9711.0, 9719.0, 9692.0, 9738.0, 9716.0, 9739.0, 9716.0, 9677.0, 9704.0, 9677.0, 9719.0, 9699.0, 9724.0, 9707.0, 9737.0, 9692.0, 9714.0, 9692.0, 9729.0, 9697.0, 9737.0, 9709.0, 9709.0, 9723.0, 9679.0, 9715.0, 9711.0, 9737.0, 9714.0, 9723.0, 9711.0, 9715.0, 9689.0, 9714.0, 9707.0, 9730.0, 9690.0, 9688.0, 9700.0, 9681.0, 9679.0, 9707.0, 9679.0, 9715.0, 9688.0, 9695.0, 9686.0, 9695.0, 9682.0, 9692.0, 9682.0, 9702.0, 9704.0, 9696.0, 9704.0, 9682.0, 9698.0, 9679.0, 9703.0, 9701.0, 9700.0, 9701.0, 9697.0, 9652.0, 9700.0, 9668.0, 9700.0, 9673.0, 9713.0, 9688.0, 9708.0, 9664.0, 9692.0, 9677.0, 9696.0, 9693.0, 9693.0, 9664.0, 9689.0, 9678.0, 9688.0, 9676.0, 9695.0, 9687.0, 9671.0, 9697.0, 9667.0, 9694.0, 9685.0, 9734.0, 9719.0, 9737.0, 9723.0, 9687.0, 9697.0, 9692.0, 9712.0, 9703.0, 9712.0, 9718.0, 9727.0, 9696.0, 9664.0, 9693.0, 9690.0, 9711.0, 9723.0, 9701.0, 9694.0, 9684.0, 9728.0, 9704.0, 9713.0, 9689.0, 9713.0, 9703.0, 9653.0, 9697.0, 9683.0, 9713.0, 9683.0, 9711.0, 9687.0, 9708.0, 9691.0, 9670.0, 9675.0, 9682.0, 9695.0, 9683.0, 9711.0, 9682.0, 9687.0, 9680.0, 9693.0, 9694.0, 9713.0, 9701.0, 9695.0, 9693.0, 9649.0, 9678.0, 9668.0, 9692.0, 9687.0, 9694.0, 9683.0, 9692.0, 9682.0, 9693.0, 9680.0, 9695.0, 9699.0, 9698.0, 9723.0, 9712.0, 9726.0, 9687.0, 9707.0, 9682.0, 9712.0, 9700.0, 9676.0, 9675.0, 9646.0, 9673.0, 9661.0, 9696.0, 9703.0, 9685.0, 9703.0, 9682.0, 9691.0, 9679.0, 9690.0, 9681.0, 9713.0, 9701.0, 9693.0, 9690.0, 9661.0, 9673.0, 9643.0, 9675.0, 9667.0, 9692.0, 9665.0, 9706.0, 9667.0, 9700.0, 9685.0, 9700.0, 9704.0, 9688.0, 9701.0, 9667.0, 9692.0, 9681.0, 9696.0, 9685.0, 9713.0, 9686.0, 9710.0, 9680.0, 9690.0, 9679.0, 9675.0, 9696.0, 9684.0, 9696.0, 9663.0, 9692.0, 9653.0, 9687.0, 9663.0, 9695.0, 9702.0, 9706.0, 9688.0, 9710.0, 9686.0, 9697.0, 9689.0, 9699.0, 9709.0, 9702.0, 9702.0, 9699.0, 9728.0, 9684.0, 9727.0, 9724.0, 9733.0, 9693.0, 9718.0, 9706.0, 9679.0, 9698.0, 9689.0, 9706.0, 9700.0, 9713.0, 9685.0, 9693.0, 9667.0, 9696.0, 9685.0, 9709.0, 9685.0, 9652.0, 9675.0, 9663.0, 9673.0, 9699.0, 9699.0, 9684.0, 9708.0, 9671.0, 9706.0, 9677.0, 9692.0, 9683.0, 9682.0, 9698.0, 9666.0, 9700.0, 9679.0, 9693.0, 9668.0, 9692.0, 9689.0, 9715.0, 9690.0, 9712.0, 9692.0, 9707.0, 9682.0, 9729.0, 9690.0, 9702.0, 9702.0, 9673.0, 9701.0, 9685.0, 9703.0, 9706.0, 9719.0, 9699.0, 9717.0, 9673.0, 9695.0, 9684.0, 9693.0, 9684.0, 9716.0, 9688.0, 9728.0, 9686.0, 9682.0, 9681.0, 9655.0, 9703.0, 9681.0, 9721.0, 9675.0, 9704.0, 9671.0, 9700.0, 9680.0, 9722.0, 9689.0, 9718.0, 9674.0, 9696.0, 9664.0, 9696.0, 9704.0, 9716.0, 9700.0, 9712.0, 9672.0, 9696.0, 9672.0, 9700.0, 9691.0, 9714.0, 9689.0, 9728.0, 9688.0, 9708.0, 9683.0, 9722.0, 9690.0, 9722.0, 9698.0, 9691.0, 9678.0, 9678.0, 9680.0, 9671.0, 9703.0, 9687.0, 9703.0, 9665.0, 9699.0, 9670.0, 9697.0, 9687.0, 9717.0, 9681.0, 9701.0, 9664.0, 9679.0, 9665.0, 9691.0, 9685.0, 9694.0, 9678.0, 9696.0, 9678.0, 9676.0, 9668.0, 9695.0, 9688.0, 9699.0, 9687.0, 9724.0, 9685.0, 9696.0, 9688.0, 9689.0, 9720.0, 9693.0, 9705.0, 9689.0, 9702.0, 9676.0, 9705.0, 9683.0, 9726.0, 9708.0, 9709.0, 9715.0, 9700.0, 9694.0, 9690.0, 9712.0, 9702.0, 9695.0, 9695.0, 9651.0, 9679.0, 9669.0, 9701.0, 9684.0, 9699.0, 9683.0, 9693.0, 9676.0, 9678.0, 9682.0, 9696.0, 9666.0, 9698.0, 9679.0, 9676.0, 9676.0, 9688.0, 9677.0, 9693.0, 9682.0, 9694.0, 9663.0, 9680.0, 9648.0, 9678.0, 9670.0, 9697.0, 9682.0, 9696.0, 9682.0, 9677.0, 9648.0, 9677.0, 9662.0, 9697.0, 9710.0, 9697.0, 9711.0, 9681.0, 9675.0, 9679.0, 9689.0, 9698.0, 9713.0, 9698.0, 9694.0, 9696.0, 9662.0, 9678.0, 9662.0, 9696.0, 9695.0, 9697.0, 9692.0, 9681.0, 9664.0, 9683.0, 9677.0, 9697.0, 9713.0, 9700.0, 9735.0, 9703.0, 9669.0, 9694.0, 9683.0, 9700.0, 9699.0, 9729.0, 9709.0, 9714.0, 9707.0, 9727.0, 9708.0, 9733.0, 9707.0, 9712.0, 9685.0, 9695.0, 9668.0, 9692.0, 9687.0, 9696.0, 9672.0, 9727.0, 9701.0, 9696.0, 9700.0, 9697.0, 9707.0, 9717.0, 9707.0, 9684.0, 9700.0, 9665.0, 9696.0, 9667.0, 9701.0, 9687.0, 9698.0, 9666.0, 9697.0, 9679.0, 9694.0, 9679.0, 9694.0, 9691.0, 9711.0, 9684.0, 9696.0, 9680.0, 9690.0, 9677.0, 9693.0, 9687.0, 9693.0, 9689.0, 9705.0, 9678.0, 9692.0, 9680.0, 9697.0, 9700.0, 9696.0, 9701.0, 9669.0, 9697.0, 9668.0, 9703.0, 9703.0, 9707.0, 9711.0, 9700.0, 9667.0, 9694.0, 9665.0, 9680.0, 9698.0, 9701.0, 9698.0, 9694.0, 9666.0, 9674.0, 9645.0, 9675.0, 9663.0, 9696.0, 9679.0, 9680.0, 9664.0, 9676.0, 9660.0, 9676.0, 9659.0, 9681.0, 9668.0, 9683.0, 9664.0, 9677.0, 9659.0, 9676.0, 9699.0, 9712.0, 9687.0, 9711.0, 9668.0, 9691.0, 9669.0, 9690.0, 9683.0, 9698.0, 9668.0, 9690.0, 9665.0, 9684.0, 9661.0, 9684.0, 9676.0, 9679.0, 9694.0, 9666.0, 9695.0, 9663.0, 9694.0, 9679.0, 9693.0, 9689.0, 9702.0, 9684.0, 9698.0, 9681.0, 9679.0, 9677.0, 9693.0, 9693.0, 9740.0, 9733.0, 9720.0, 9671.0, 9693.0, 9711.0, 9699.0, 9706.0, 9673.0, 9716.0, 9685.0, 9770.0, 9745.0, 9738.0, 9747.0, 9724.0, 9747.0, 9731.0, 9756.0, 9705.0, 9690.0, 9704.0, 9695.0, 9769.0, 9711.0, 9738.0, 9689.0, 9714.0, 9688.0, 9661.0, 9671.0, 9676.0, 9705.0, 9683.0, 9712.0, 9697.0, 9661.0, 9675.0, 9679.0, 9691.0, 9678.0, 9675.0, 9677.0, 9661.0, 9695.0, 9662.0, 9692.0, 9690.0, 9719.0, 9708.0, 9682.0, 9680.0, 9648.0, 9688.0, 9676.0, 9697.0, 9686.0, 9691.0, 9682.0, 9678.0, 9674.0, 9647.0, 9677.0, 9660.0, 9694.0, 9684.0, 9711.0, 9689.0, 9721.0, 9685.0, 9668.0, 9704.0, 9721.0, 9716.0, 9695.0, 9716.0, 9700.0, 9674.0, 9720.0, 9711.0, 9722.0, 9706.0, 9716.0, 9689.0, 9726.0, 9703.0, 9742.0, 9730.0, 9690.0, 9706.0, 9673.0, 9697.0, 9670.0, 9695.0, 9687.0, 9733.0, 9704.0, 9698.0, 9699.0, 9667.0, 9693.0, 9683.0, 9712.0, 9691.0, 9712.0, 9687.0, 9696.0, 9685.0, 9653.0, 9699.0, 9689.0, 9700.0, 9686.0, 9714.0, 9682.0, 9691.0, 9665.0, 9690.0, 9686.0, 9712.0, 9686.0, 9713.0, 9686.0, 9693.0, 9668.0, 9694.0, 9674.0, 9695.0, 9684.0, 9696.0, 9671.0, 9690.0, 9683.0, 9715.0, 9708.0, 9717.0, 9707.0, 9714.0, 9703.0, 9700.0, 9701.0, 9705.0, 9711.0, 9719.0, 9705.0, 9692.0, 9706.0, 9672.0, 9701.0, 9678.0, 9724.0, 9696.0, 9720.0, 9706.0, 9716.0, 9675.0, 9714.0, 9695.0, 9737.0, 9700.0, 9732.0, 9710.0, 9730.0, 9705.0, 9735.0, 9715.0, 9720.0, 9704.0, 9676.0, 9702.0, 9672.0, 9702.0, 9695.0, 9723.0, 9693.0, 9717.0, 9689.0, 9695.0, 9669.0, 9708.0, 9690.0, 9712.0, 9683.0, 9725.0, 9696.0, 9666.0, 9678.0, 9673.0, 9702.0, 9687.0, 9714.0, 9685.0, 9691.0, 9665.0, 9691.0, 9684.0, 9710.0, 9685.0, 9704.0, 9682.0, 9673.0, 9677.0, 9648.0, 9684.0, 9665.0, 9690.0, 9677.0, 9688.0, 9668.0, 9693.0, 9731.0, 9665.0, 9707.0, 9692.0, 9725.0, 9702.0, 9701.0, 9706.0, 9699.0, 9695.0, 9758.0, 9694.0, 9678.0, 9676.0, 9649.0, 9625.0, 9632.0, 9645.0, 9652.0, 9654.0, 9658.0, 9643.0, 9657.0, 9643.0, 9658.0, 9667.0, 9666.0, 9664.0, 9650.0, 9654.0, 9685.0, 9677.0, 9640.0, 9638.0, 9631.0, 9616.0, 9609.0, 9590.0, 9596.0, 9582.0, 9567.0, 9560.0, 9561.0, 9548.0, 9559.0, 9577.0, 9579.0, 9586.0, 9572.0, 9584.0, 9591.0, 9603.0, 9598.0, 9584.0, 9616.0, 9649.0, 9663.0, 9704.0, 9656.0, 9642.0, 9629.0, 9639.0, 9653.0, 9661.0, 9686.0, 9680.0, 9704.0, 9698.0, 9673.0, 9690.0, 9665.0, 9662.0, 9681.0, 9686.0, 9712.0, 9692.0, 9708.0, 9723.0, 9705.0, 9715.0, 9713.0, 9709.0, 9726.0, 9698.0, 9750.0, 9712.0, 9706.0, 9706.0, 9674.0, 9701.0, 9685.0, 9711.0, 9675.0, 9722.0, 9684.0, 9657.0, 9698.0, 9674.0, 9713.0, 9678.0, 9733.0, 9711.0, 9715.0, 9691.0, 9658.0, 9700.0, 9673.0, 9715.0, 9696.0, 9749.0, 9703.0, 9691.0, 9702.0, 9673.0, 9715.0, 9699.0, 9751.0, 9712.0, 9694.0, 9707.0, 9697.0, 9733.0, 9717.0, 9757.0, 9714.0, 9738.0, 9711.0, 9707.0, 9710.0, 9714.0, 9728.0, 9698.0, 9739.0, 9698.0, 9733.0, 9713.0, 9759.0, 9720.0, 9728.0, 9729.0, 9686.0, 9727.0, 9708.0, 9740.0, 9733.0, 9738.0, 9695.0, 9740.0, 9718.0, 9727.0, 9712.0, 9700.0, 9746.0, 9718.0, 9752.0, 9719.0, 9759.0, 9757.0, 9750.0, 9734.0, 9720.0, 9749.0, 9717.0, 9742.0, 9740.0, 9778.0, 9753.0, 9722.0, 9768.0, 9717.0, 9773.0, 9732.0, 9738.0, 9735.0, 9717.0, 9738.0, 9712.0, 9749.0, 9731.0, 9725.0, 9722.0, 9693.0, 9724.0, 9692.0, 9741.0, 9714.0, 9716.0, 9709.0, 9671.0, 9716.0, 9693.0, 9730.0, 9718.0, 9750.0, 9709.0, 9677.0, 9698.0, 9673.0, 9711.0, 9690.0, 9751.0, 9708.0, 9700.0, 9684.0, 9652.0, 9695.0, 9694.0, 9717.0, 9701.0, 9726.0, 9700.0, 9668.0, 9695.0, 9668.0, 9719.0, 9706.0, 9714.0, 9702.0, 9714.0, 9701.0, 9663.0, 9680.0, 9669.0, 9716.0, 9707.0, 9680.0, 9703.0, 9688.0, 9729.0, 9712.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.004534538676607642</td></tr>
<tr><td colspan=3>aqi</td><td>0.023734265703634672</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.216194209729466</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3320206170988818</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0820339414925384</td></tr>
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
<tr><td colspan=3>fber</td><td>6047.2661</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10333182696799206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.921714818266542</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.370588425146129</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2641131278375184</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5795484839533174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2681036636475516</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158752</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010427471250295639</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028814682736992836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.309435832329597</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>22.2454</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.831</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.0761</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.6716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.0207</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3578.371</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.9297</td></tr>
<tr><td colspan=3>tsnr</td><td>40.53017961373553</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>