<?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-0052_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-03/func/sub-0052_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f90c359dd2c3d65f8d58768bcd3e6c5f</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>12:03:33.817500</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.999948, -0.00696762, 0.00749097, 0.00593384, 0.99148, 0.13012]</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-03_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.0936268</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7698, -7275, 751, -81, 20, -34, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3163bef-023c-43cc-b98d-7cb882cd3236||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.682786464691162, 0.015920070931315422, 0.022501207888126373, 111.05706787109375], [0.018693622201681137, 2.660069465637207, 0.3511866331100464, -108.07218170166016], [0.020097726956009865, -0.34910348057746887, 2.676968812942505, -46.108642578125], [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, 1065]</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], 'AcquisitionTime': ['120333.817500', '120334.277500', '120334.737500', '120335.197500', '120335.657500', '120336.117500', '120336.577500', '120337.037500', '120337.497500', '120337.957500', '120338.417500', '120338.877500', '120339.337500', '120339.797500', '120340.257500', '120340.717500', '120341.177500', '120341.637500', '120342.097500', '120342.557500', '120343.017500', '120343.477500', '120343.937500', '120344.397500', '120344.857500', '120345.317500', '120345.777500', '120346.237500', '120346.697500', '120347.157500', '120347.617500', '120348.077500', '120348.537500', '120348.997500', '120349.457500', '120349.917500', '120350.377500', '120350.837500', '120351.297500', '120351.757500', '120352.217500', '120352.677500', '120353.137500', '120353.597500', '120354.057500', '120354.517500', '120354.977500', '120355.437500', '120355.897500', '120356.357500', '120356.817500', '120357.277500', '120357.737500', '120358.197500', '120358.657500', '120359.117500', '120359.577500', '120400.037500', '120400.497500', '120400.957500', '120401.417500', '120401.877500', '120402.337500', '120402.797500', '120403.257500', '120403.717500', '120404.177500', '120404.637500', '120405.097500', '120405.557500', '120406.017500', '120406.477500', '120406.937500', '120407.397500', '120407.857500', '120408.317500', '120408.777500', '120409.237500', '120409.697500', '120410.157500', '120410.617500', '120411.077500', '120411.537500', '120411.997500', '120412.457500', '120412.917500', '120413.377500', '120413.837500', '120414.297500', '120414.757500', '120415.217500', '120415.677500', '120416.137500', '120416.597500', '120417.057500', '120417.517500', '120417.977500', '120418.437500', '120418.897500', '120419.357500', '120419.817500', '120420.277500', '120420.737500', '120421.197500', '120421.657500', '120422.117500', '120422.577500', '120423.037500', '120423.497500', '120423.957500', '120424.417500', '120424.877500', '120425.337500', '120425.797500', '120426.257500', '120426.717500', '120427.177500', '120427.637500', '120428.097500', '120428.557500', '120429.017500', '120429.477500', '120429.937500', '120430.397500', '120430.857500', '120431.317500', '120431.777500', '120432.237500', '120432.697500', '120433.157500', '120433.617500', '120434.077500', '120434.537500', '120434.997500', '120435.457500', '120435.917500', '120436.377500', '120436.837500', '120437.297500', '120437.757500', '120438.217500', '120438.677500', '120439.137500', '120439.597500', '120440.057500', '120440.517500', '120440.977500', '120441.437500', '120441.897500', '120442.357500', '120442.817500', '120443.277500', '120443.737500', '120444.197500', '120444.657500', '120445.117500', '120445.577500', '120446.037500', '120446.497500', '120446.957500', '120447.417500', '120447.877500', '120448.337500', '120448.797500', '120449.257500', '120449.717500', '120450.177500', '120450.637500', '120451.097500', '120451.557500', '120452.017500', '120452.477500', '120452.937500', '120453.397500', '120453.857500', '120454.317500', '120454.777500', '120455.237500', '120455.697500', '120456.157500', '120456.617500', '120457.077500', '120457.537500', '120457.997500', '120458.457500', '120458.917500', '120459.377500', '120459.837500', '120500.297500', '120500.757500', '120501.217500', '120501.677500', '120502.137500', '120502.597500', '120503.057500', '120503.517500', '120503.977500', '120504.437500', '120504.897500', '120505.357500', '120505.817500', '120506.277500', '120506.737500', '120507.197500', '120507.657500', '120508.117500', '120508.577500', '120509.037500', '120509.497500', '120509.957500', '120510.417500', '120510.877500', '120511.337500', '120511.797500', '120512.257500', '120512.717500', '120513.177500', '120513.637500', '120514.097500', '120514.557500', '120515.017500', '120515.477500', '120515.937500', '120516.397500', '120516.857500', '120517.317500', '120517.777500', '120518.237500', '120518.697500', '120519.157500', '120519.617500', '120520.077500', '120520.537500', '120520.997500', '120521.457500', '120521.917500', '120522.377500', '120522.837500', '120523.297500', '120523.757500', '120524.217500', '120524.677500', '120525.137500', '120525.597500', '120526.057500', '120526.517500', '120526.977500', '120527.437500', '120527.897500', '120528.357500', '120528.817500', '120529.277500', '120529.737500', '120530.197500', '120530.657500', '120531.117500', '120531.577500', '120532.037500', '120532.497500', '120532.957500', '120533.417500', '120533.877500', '120534.337500', '120534.797500', '120535.257500', '120535.717500', '120536.177500', '120536.637500', '120537.097500', '120537.557500', '120538.017500', '120538.477500', '120538.937500', '120539.397500', '120539.857500', '120540.317500', '120540.777500', '120541.237500', '120541.697500', '120542.157500', '120542.617500', '120543.077500', '120543.537500', '120543.997500', '120544.457500', '120544.917500', '120545.377500', '120545.837500', '120546.297500', '120546.757500', '120547.217500', '120547.677500', '120548.137500', '120548.597500', '120549.057500', '120549.517500', '120549.977500', '120550.437500', '120550.897500', '120551.357500', '120551.817500', '120552.277500', '120552.737500', '120553.197500', '120553.657500', '120554.117500', '120554.577500', '120555.037500', '120555.497500', '120555.957500', '120556.417500', '120556.877500', '120557.337500', '120557.797500', '120558.257500', '120558.717500', '120559.177500', '120559.637500', '120600.097500', '120600.557500', '120601.017500', '120601.477500', '120601.937500', '120602.397500', '120602.857500', '120603.317500', '120603.777500', '120604.237500', '120604.697500', '120605.157500', '120605.617500', '120606.077500', '120606.537500', '120606.997500', '120607.457500', '120607.917500', '120608.377500', '120608.837500', '120609.297500', '120609.757500', '120610.217500', '120610.677500', '120611.137500', '120611.597500', '120612.057500', '120612.517500', '120612.977500', '120613.437500', '120613.897500', '120614.357500', '120614.817500', '120615.277500', '120615.737500', '120616.197500', '120616.657500', '120617.117500', '120617.577500', '120618.037500', '120618.497500', '120618.957500', '120619.417500', '120619.877500', '120620.337500', '120620.797500', '120621.257500', '120621.717500', '120622.177500', '120622.637500', '120623.097500', '120623.557500', '120624.017500', '120624.477500', '120624.937500', '120625.397500', '120625.857500', '120626.317500', '120626.777500', '120627.237500', '120627.697500', '120628.157500', '120628.617500', '120629.077500', '120629.537500', '120629.997500', '120630.457500', '120630.917500', '120631.377500', '120631.837500', '120632.297500', '120632.757500', '120633.217500', '120633.677500', '120634.137500', '120634.597500', '120635.057500', '120635.517500', '120635.977500', '120636.437500', '120636.897500', '120637.357500', '120637.817500', '120638.277500', '120638.737500', '120639.197500', '120639.657500', '120640.117500', '120640.577500', '120641.037500', '120641.497500', '120641.957500', '120642.417500', '120642.877500', '120643.337500', '120643.797500', '120644.257500', '120644.717500', '120645.177500', '120645.637500', '120646.097500', '120646.557500', '120647.017500', '120647.477500', '120647.937500', '120648.397500', '120648.857500', '120649.317500', '120649.777500', '120650.237500', '120650.697500', '120651.157500', '120651.617500', '120652.077500', '120652.537500', '120652.997500', '120653.457500', '120653.917500', '120654.377500', '120654.837500', '120655.297500', '120655.757500', '120656.217500', '120656.677500', '120657.137500', '120657.597500', '120658.057500', '120658.517500', '120658.977500', '120659.437500', '120659.897500', '120700.357500', '120700.817500', '120701.277500', '120701.737500', '120702.197500', '120702.657500', '120703.117500', '120703.577500', '120704.037500', '120704.497500', '120704.957500', '120705.417500', '120705.877500', '120706.337500', '120706.797500', '120707.257500', '120707.717500', '120708.177500', '120708.637500', '120709.097500', '120709.557500', '120710.017500', '120710.477500', '120710.937500', '120711.397500', '120711.857500', '120712.317500', '120712.777500', '120713.237500', '120713.697500', '120714.157500', '120714.617500', '120715.077500', '120715.537500', '120715.997500', '120716.457500', '120716.917500', '120717.377500', '120717.837500', '120718.297500', '120718.757500', '120719.217500', '120719.677500', '120720.137500', '120720.597500', '120721.057500', '120721.517500', '120721.977500', '120722.437500', '120722.897500', '120723.357500', '120723.817500', '120724.277500', '120724.737500', '120725.197500', '120725.657500', '120726.117500', '120726.577500', '120727.037500', '120727.497500', '120727.957500', '120728.417500', '120728.877500', '120729.337500', '120729.797500', '120730.257500', '120730.717500', '120731.177500', '120731.637500', '120732.097500', '120732.557500', '120733.017500', '120733.477500', '120733.937500', '120734.397500', '120734.857500', '120735.317500', '120735.777500', '120736.237500', '120736.697500', '120737.157500', '120737.617500', '120738.077500', '120738.537500', '120738.997500', '120739.457500', '120739.917500', '120740.377500', '120740.837500', '120741.297500', '120741.757500', '120742.217500', '120742.677500', '120743.137500', '120743.597500', '120744.057500', '120744.517500', '120744.977500', '120745.437500', '120745.897500', '120746.357500', '120746.817500', '120747.277500', '120747.737500', '120748.197500', '120748.657500', '120749.117500', '120749.577500', '120750.037500', '120750.497500', '120750.957500', '120751.417500', '120751.877500', '120752.337500', '120752.797500', '120753.257500', '120753.717500', '120754.177500', '120754.637500', '120755.097500', '120755.557500', '120756.017500', '120756.477500', '120756.937500', '120757.397500', '120757.857500', '120758.317500', '120758.777500', '120759.237500', '120759.697500', '120800.157500', '120800.617500', '120801.077500', '120801.537500', '120801.997500', '120802.457500', '120802.917500', '120803.377500', '120803.837500', '120804.297500', '120804.757500', '120805.217500', '120805.677500', '120806.137500', '120806.597500', '120807.057500', '120807.517500', '120807.977500', '120808.437500', '120808.897500', '120809.357500', '120809.817500', '120810.277500', '120810.737500', '120811.197500', '120811.657500', '120812.117500', '120812.577500', '120813.037500', '120813.497500', '120813.957500', '120814.417500', '120814.877500', '120815.337500', '120815.797500', '120816.257500', '120816.717500', '120817.177500', '120817.637500', '120818.097500', '120818.557500', '120819.017500', '120819.477500', '120819.937500', '120820.397500', '120820.857500', '120821.317500', '120821.777500', '120822.237500', '120822.697500', '120823.157500', '120823.617500', '120824.077500', '120824.537500', '120824.997500', '120825.457500', '120825.917500', '120826.377500', '120826.837500', '120827.297500', '120827.757500', '120828.217500', '120828.677500', '120829.137500', '120829.597500', '120830.057500', '120830.517500', '120830.977500', '120831.437500', '120831.897500', '120832.357500', '120832.817500', '120833.277500', '120833.737500', '120834.197500', '120834.657500', '120835.117500', '120835.577500', '120836.037500', '120836.497500', '120836.957500', '120837.417500', '120837.877500', '120838.337500', '120838.797500', '120839.257500', '120839.717500', '120840.177500', '120840.637500', '120841.097500', '120841.557500', '120842.017500', '120842.477500', '120842.937500', '120843.397500', '120843.857500', '120844.317500', '120844.777500', '120845.237500', '120845.697500', '120846.157500', '120846.617500', '120847.077500', '120847.537500', '120847.997500', '120848.457500', '120848.917500', '120849.377500', '120849.837500', '120850.297500', '120850.757500', '120851.217500', '120851.677500', '120852.137500', '120852.597500', '120853.057500', '120853.517500', '120853.977500', '120854.437500', '120854.897500', '120855.357500', '120855.817500', '120856.277500', '120856.737500', '120857.197500', '120857.657500', '120858.117500', '120858.577500', '120859.037500', '120859.497500', '120859.957500', '120900.417500', '120900.877500', '120901.337500', '120901.797500', '120902.257500', '120902.717500', '120903.177500', '120903.637500', '120904.097500', '120904.557500', '120905.017500', '120905.477500', '120905.937500', '120906.397500', '120906.857500', '120907.317500', '120907.777500', '120908.237500', '120908.697500', '120909.157500', '120909.617500', '120910.077500', '120910.537500', '120910.997500', '120911.457500', '120911.917500', '120912.377500', '120912.837500', '120913.297500', '120913.757500', '120914.217500', '120914.677500', '120915.137500', '120915.597500', '120916.057500', '120916.517500', '120916.977500', '120917.437500', '120917.897500', '120918.357500', '120918.817500', '120919.277500', '120919.737500', '120920.197500', '120920.657500', '120921.117500', '120921.577500', '120922.037500', '120922.497500', '120922.957500', '120923.417500', '120923.877500', '120924.337500', '120924.797500', '120925.257500', '120925.717500', '120926.177500', '120926.637500', '120927.097500', '120927.557500', '120928.017500', '120928.477500', '120928.937500', '120929.397500', '120929.857500', '120930.317500', '120930.777500', '120931.237500', '120931.697500', '120932.157500', '120932.617500', '120933.077500', '120933.537500', '120933.997500', '120934.457500', '120934.917500', '120935.377500', '120935.837500', '120936.297500', '120936.757500', '120937.217500', '120937.677500', '120938.137500', '120938.597500', '120939.057500', '120939.517500', '120939.977500', '120940.437500', '120940.897500', '120941.357500', '120941.817500', '120942.277500', '120942.737500', '120943.197500', '120943.657500', '120944.117500', '120944.577500', '120945.037500', '120945.497500', '120945.957500', '120946.417500', '120946.877500', '120947.337500', '120947.797500', '120948.257500', '120948.717500', '120949.177500', '120949.637500', '120950.097500', '120950.557500', '120951.017500', '120951.477500', '120951.937500', '120952.397500', '120952.857500', '120953.317500', '120953.777500', '120954.237500', '120954.697500', '120955.157500', '120955.617500', '120956.077500', '120956.537500', '120956.997500', '120957.457500', '120957.917500', '120958.377500', '120958.837500', '120959.297500', '120959.757500', '121000.217500', '121000.677500', '121001.137500', '121001.597500', '121002.057500', '121002.517500', '121002.977500', '121003.437500', '121003.897500', '121004.357500', '121004.817500', '121005.277500', '121005.737500', '121006.197500', '121006.657500', '121007.117500', '121007.577500', '121008.037500', '121008.497500', '121008.957500', '121009.417500', '121009.877500', '121010.337500', '121010.797500', '121011.257500', '121011.717500', '121012.177500', '121012.637500', '121013.097500', '121013.557500', '121014.017500', '121014.477500', '121014.937500', '121015.397500', '121015.857500', '121016.317500', '121016.777500', '121017.237500', '121017.697500', '121018.157500', '121018.617500', '121019.077500', '121019.537500', '121019.997500', '121020.457500', '121020.917500', '121021.377500', '121021.837500', '121022.297500', '121022.757500', '121023.217500', '121023.677500', '121024.137500', '121024.597500', '121025.057500', '121025.517500', '121025.977500', '121026.437500', '121026.897500', '121027.357500', '121027.817500', '121028.277500', '121028.737500', '121029.197500', '121029.657500', '121030.117500', '121030.577500', '121031.037500', '121031.497500', '121031.957500', '121032.417500', '121032.877500', '121033.337500', '121033.797500', '121034.257500', '121034.717500', '121035.177500', '121035.637500', '121036.097500', '121036.557500', '121037.017500', '121037.477500', '121037.937500', '121038.397500', '121038.857500', '121039.317500', '121039.777500', '121040.237500', '121040.697500', '121041.157500', '121041.617500', '121042.077500', '121042.537500', '121042.997500', '121043.457500', '121043.917500', '121044.377500', '121044.837500', '121045.297500', '121045.757500', '121046.217500', '121046.677500', '121047.137500', '121047.597500', '121048.057500', '121048.517500', '121048.977500', '121049.437500', '121049.897500', '121050.357500', '121050.817500', '121051.277500', '121051.737500', '121052.197500', '121052.657500', '121053.117500', '121053.577500', '121054.037500', '121054.497500', '121054.957500', '121055.417500', '121055.877500', '121056.337500', '121056.797500', '121057.257500', '121057.717500', '121058.177500', '121058.637500', '121059.097500', '121059.557500', '121100.017500', '121100.477500', '121100.937500', '121101.397500', '121101.857500', '121102.317500', '121102.777500', '121103.237500', '121103.697500', '121104.157500', '121104.617500', '121105.077500', '121105.537500', '121105.997500', '121106.457500', '121106.917500', '121107.377500', '121107.837500', '121108.297500', '121108.757500', '121109.217500', '121109.677500', '121110.137500', '121110.597500', '121111.057500', '121111.517500', '121111.977500', '121112.437500', '121112.897500', '121113.357500', '121113.817500', '121114.277500', '121114.737500', '121115.197500', '121115.657500', '121116.117500', '121116.577500', '121117.037500', '121117.497500', '121117.957500', '121118.417500', '121118.877500', '121119.337500', '121119.797500', '121120.257500', '121120.717500', '121121.177500', '121121.637500', '121122.097500', '121122.557500', '121123.017500', '121123.477500', '121123.937500', '121124.397500', '121124.857500', '121125.317500', '121125.777500', '121126.237500', '121126.697500', '121127.157500', '121127.617500', '121128.077500', '121128.537500', '121128.997500', '121129.457500', '121129.917500', '121130.377500', '121130.837500', '121131.297500', '121131.757500', '121132.217500', '121132.677500', '121133.137500', '121133.597500', '121134.057500', '121134.517500', '121134.977500', '121135.437500', '121135.897500', '121136.357500', '121136.817500', '121137.277500', '121137.737500', '121138.197500', '121138.657500', '121139.117500', '121139.577500', '121140.037500', '121140.497500', '121140.957500', '121141.417500', '121141.877500', '121142.337500', '121142.797500', '121143.257500'], 'ContentTime': ['120350.725000', '120350.728000', '120350.731000', '120350.734000', '120350.736000', '120350.739000', '120350.742000', '120350.744000', '120350.747000', '120350.750000', '120350.752000', '120350.762000', '120350.764000', '120350.767000', '120350.770000', '120350.772000', '120350.775000', '120350.778000', '120350.780000', '120350.783000', '120350.785000', '120350.788000', '120350.790000', '120350.793000', '120350.796000', '120350.798000', '120350.801000', '120350.823000', '120350.826000', '120350.828000', '120350.831000', '120350.833000', '120350.836000', '120350.839000', '120350.844000', '120410.697000', '120410.699000', '120410.702000', '120410.705000', '120410.707000', '120410.710000', '120410.713000', '120410.715000', '120410.718000', '120410.720000', '120410.723000', '120410.726000', '120410.728000', '120410.731000', '120410.733000', '120410.736000', '120410.739000', '120410.741000', '120410.744000', '120410.746000', '120410.749000', '120410.752000', '120410.754000', '120410.757000', '120410.759000', '120410.762000', '120410.765000', '120410.767000', '120410.770000', '120410.772000', '120410.775000', '120410.777000', '120410.780000', '120410.783000', '120410.785000', '120410.788000', '120410.791000', '120410.793000', '120410.796000', '120410.798000', '120410.801000', '120410.804000', '120410.806000', '120430.696000', '120430.699000', '120430.702000', '120430.705000', '120430.707000', '120430.710000', '120430.712000', '120430.715000', '120430.718000', '120430.720000', '120430.723000', '120430.725000', '120430.728000', '120430.731000', '120430.733000', '120430.736000', '120430.738000', '120430.741000', '120430.744000', '120430.746000', '120430.749000', '120430.752000', '120430.754000', '120430.757000', '120430.766000', '120430.769000', '120430.771000', '120430.774000', '120430.777000', '120430.779000', '120430.782000', '120430.785000', '120430.787000', '120430.790000', '120430.793000', '120430.799000', '120430.801000', '120430.804000', '120430.807000', '120430.809000', '120430.812000', '120430.815000', '120430.817000', '120430.820000', '120450.696000', '120450.699000', '120450.702000', '120450.705000', '120450.707000', '120450.710000', '120450.713000', '120450.715000', '120450.718000', '120450.720000', '120450.723000', '120450.726000', '120450.728000', '120450.731000', '120450.733000', '120450.736000', '120450.739000', '120450.741000', '120450.744000', '120450.747000', '120450.749000', '120450.752000', '120450.754000', '120450.757000', '120450.760000', '120450.762000', '120450.765000', '120450.767000', '120450.770000', '120450.773000', '120450.775000', '120450.778000', '120450.780000', '120450.783000', '120450.786000', '120450.788000', '120450.791000', '120450.794000', '120450.796000', '120450.799000', '120450.802000', '120450.804000', '120450.807000', '120510.697000', '120510.700000', '120510.703000', '120510.706000', '120510.708000', '120510.711000', '120510.714000', '120510.716000', '120510.719000', '120510.722000', '120510.724000', '120510.727000', '120510.730000', '120510.733000', '120510.735000', '120510.738000', '120510.741000', '120510.743000', '120510.746000', '120510.749000', '120510.751000', '120510.754000', '120510.756000', '120510.759000', '120510.762000', '120510.764000', '120510.767000', '120510.770000', '120510.772000', '120510.775000', '120510.778000', '120510.780000', '120510.783000', '120510.785000', '120510.788000', '120510.791000', '120510.793000', '120510.796000', '120510.799000', '120510.801000', '120510.804000', '120510.807000', '120510.809000', '120530.697000', '120530.700000', '120530.702000', '120530.705000', '120530.708000', '120530.710000', '120530.713000', '120530.715000', '120530.718000', '120530.721000', '120530.723000', '120530.726000', '120530.729000', '120530.731000', '120530.734000', '120530.736000', '120530.739000', '120530.742000', '120530.753000', '120530.756000', '120530.758000', '120530.761000', '120530.764000', '120530.766000', '120530.769000', '120530.772000', '120530.774000', '120530.777000', '120530.779000', '120530.782000', '120530.785000', '120530.787000', '120530.790000', '120530.793000', '120530.795000', '120530.798000', '120530.800000', '120530.803000', '120530.806000', '120530.808000', '120530.811000', '120530.814000', '120530.854000', '120530.857000', '120550.696000', '120550.699000', '120550.702000', '120550.705000', '120550.707000', '120550.710000', '120550.712000', '120550.715000', '120550.718000', '120550.720000', '120550.723000', '120550.726000', '120550.728000', '120550.731000', '120550.734000', '120550.736000', '120550.739000', '120550.742000', '120550.744000', '120550.747000', '120550.749000', '120550.752000', '120550.755000', '120550.757000', '120550.760000', '120550.763000', '120550.765000', '120550.768000', '120550.770000', '120550.773000', '120550.776000', '120550.778000', '120550.781000', '120550.783000', '120550.786000', '120550.789000', '120550.791000', '120550.794000', '120550.797000', '120550.799000', '120550.802000', '120550.805000', '120550.807000', '120550.810000', '120610.696000', '120610.699000', '120610.702000', '120610.705000', '120610.708000', '120610.710000', '120610.713000', '120610.716000', '120610.718000', '120610.721000', '120610.723000', '120610.726000', '120610.729000', '120610.731000', '120610.734000', '120610.737000', '120610.739000', '120610.742000', '120610.745000', '120610.747000', '120610.750000', '120610.753000', '120610.755000', '120610.758000', '120610.761000', '120610.763000', '120610.766000', '120610.769000', '120610.771000', '120610.774000', '120610.777000', '120610.779000', '120610.782000', '120610.784000', '120610.787000', '120610.790000', '120610.793000', '120610.795000', '120610.798000', '120610.800000', '120610.803000', '120610.806000', '120610.808000', '120630.697000', '120630.700000', '120630.703000', '120630.705000', '120630.708000', '120630.710000', '120630.713000', '120630.716000', '120630.718000', '120630.721000', '120630.724000', '120630.726000', '120630.729000', '120630.731000', '120630.734000', '120630.737000', '120630.740000', '120630.743000', '120630.746000', '120630.748000', '120630.751000', '120630.754000', '120630.757000', '120630.759000', '120630.762000', '120630.765000', '120630.767000', '120630.770000', '120630.773000', '120630.776000', '120630.778000', '120630.781000', '120630.784000', '120630.786000', '120630.789000', '120630.791000', '120630.794000', '120630.797000', '120630.799000', '120630.802000', '120630.805000', '120630.807000', '120630.810000', '120650.697000', '120650.699000', '120650.702000', '120650.705000', '120650.707000', '120650.710000', '120650.713000', '120650.715000', '120650.718000', '120650.721000', '120650.723000', '120650.726000', '120650.729000', '120650.731000', '120650.734000', '120650.737000', '120650.739000', '120650.742000', '120650.744000', '120650.747000', '120650.750000', '120650.752000', '120650.755000', '120650.758000', '120650.760000', '120650.763000', '120650.765000', '120650.768000', '120650.771000', '120650.773000', '120650.776000', '120650.779000', '120650.781000', '120650.784000', '120650.787000', '120650.789000', '120650.792000', '120650.794000', '120650.797000', '120650.800000', '120650.802000', '120650.805000', '120650.808000', '120650.810000', '120710.697000', '120710.700000', '120710.702000', '120710.705000', '120710.707000', '120710.710000', '120710.713000', '120710.717000', '120710.719000', '120710.722000', '120710.725000', '120710.728000', '120710.733000', '120710.749000', '120710.751000', '120710.754000', '120710.757000', '120710.759000', '120710.762000', '120710.765000', '120710.767000', '120710.770000', '120710.772000', '120710.775000', '120710.778000', '120710.780000', '120710.783000', '120710.786000', '120710.788000', '120710.791000', '120710.794000', '120710.796000', '120710.799000', '120710.802000', '120710.804000', '120710.807000', '120710.810000', '120710.812000', '120710.869000', '120710.872000', '120710.874000', '120710.877000', '120710.879000', '120730.698000', '120730.700000', '120730.703000', '120730.706000', '120730.708000', '120730.711000', '120730.714000', '120730.716000', '120730.719000', '120730.721000', '120730.724000', '120730.727000', '120730.730000', '120730.732000', '120730.735000', '120730.738000', '120730.740000', '120730.743000', '120730.746000', '120730.748000', '120730.751000', '120730.753000', '120730.756000', '120730.759000', '120730.761000', '120730.764000', '120730.767000', '120730.769000', '120730.772000', '120730.775000', '120730.777000', '120730.780000', '120730.783000', '120730.785000', '120730.788000', '120730.791000', '120730.794000', '120730.796000', '120730.799000', '120730.801000', '120730.804000', '120730.807000', '120730.810000', '120730.812000', '120750.696000', '120750.699000', '120750.702000', '120750.705000', '120750.707000', '120750.710000', '120750.713000', '120750.715000', '120750.718000', '120750.720000', '120750.723000', '120750.726000', '120750.728000', '120750.731000', '120750.734000', '120750.736000', '120750.739000', '120750.742000', '120750.744000', '120750.747000', '120750.750000', '120750.752000', '120750.755000', '120750.758000', '120750.760000', '120750.763000', '120750.766000', '120750.768000', '120750.771000', '120750.774000', '120750.776000', '120750.779000', '120750.782000', '120750.784000', '120750.787000', '120750.789000', '120750.792000', '120750.795000', '120750.797000', '120750.800000', '120750.803000', '120750.805000', '120750.808000', '120750.811000', '120810.696000', '120810.699000', '120810.702000', '120810.704000', '120810.708000', '120810.710000', '120810.713000', '120810.715000', '120810.718000', '120810.721000', '120810.723000', '120810.726000', '120810.729000', '120810.731000', '120810.734000', '120810.737000', '120810.739000', '120810.742000', '120810.744000', '120810.747000', '120810.750000', '120810.752000', '120810.755000', '120810.758000', '120810.760000', '120810.763000', '120810.766000', '120810.768000', '120810.771000', '120810.774000', '120810.776000', '120810.779000', '120810.782000', '120810.784000', '120810.787000', '120810.789000', '120810.792000', '120810.795000', '120810.797000', '120810.800000', '120810.803000', '120810.805000', '120810.808000', '120830.697000', '120830.700000', '120830.702000', '120830.705000', '120830.708000', '120830.711000', '120830.713000', '120830.716000', '120830.718000', '120830.721000', '120830.724000', '120830.726000', '120830.729000', '120830.732000', '120830.734000', '120830.737000', '120830.740000', '120830.742000', '120830.745000', '120830.748000', '120830.750000', '120830.753000', '120830.756000', '120830.759000', '120830.762000', '120830.765000', '120830.767000', '120830.770000', '120830.773000', '120830.776000', '120830.779000', '120830.781000', '120830.784000', '120830.787000', '120830.789000', '120830.792000', '120830.795000', '120830.797000', '120830.811000', '120830.814000', '120830.878000', '120830.881000', '120830.884000', '120850.696000', '120850.699000', '120850.702000', '120850.704000', '120850.708000', '120850.710000', '120850.713000', '120850.715000', '120850.718000', '120850.721000', '120850.723000', '120850.726000', '120850.729000', '120850.732000', '120850.734000', '120850.737000', '120850.739000', '120850.742000', '120850.745000', '120850.747000', '120850.750000', '120850.753000', '120850.755000', '120850.758000', '120850.761000', '120850.763000', '120850.766000', '120850.768000', '120850.771000', '120850.774000', '120850.776000', '120850.779000', '120850.782000', '120850.784000', '120850.787000', '120850.789000', '120850.792000', '120850.795000', '120850.798000', '120850.800000', '120850.803000', '120850.805000', '120850.808000', '120850.811000', '120910.697000', '120910.699000', '120910.702000', '120910.705000', '120910.707000', '120910.710000', '120910.713000', '120910.715000', '120910.718000', '120910.721000', '120910.723000', '120910.726000', '120910.729000', '120910.731000', '120910.734000', '120910.737000', '120910.739000', '120910.742000', '120910.749000', '120910.751000', '120910.755000', '120910.758000', '120910.761000', '120910.763000', '120910.766000', '120910.769000', '120910.772000', '120910.774000', '120910.777000', '120910.780000', '120910.782000', '120910.785000', '120910.788000', '120910.791000', '120910.793000', '120910.796000', '120910.799000', '120910.801000', '120910.804000', '120910.807000', '120910.809000', '120910.812000', '120910.815000', '120930.696000', '120930.699000', '120930.702000', '120930.705000', '120930.708000', '120930.710000', '120930.713000', '120930.716000', '120930.718000', '120930.721000', '120930.723000', '120930.726000', '120930.729000', '120930.731000', '120930.734000', '120930.738000', '120930.741000', '120930.744000', '120930.746000', '120930.749000', '120930.752000', '120930.754000', '120930.757000', '120930.760000', '120930.762000', '120930.765000', '120930.767000', '120930.770000', '120930.773000', '120930.775000', '120930.778000', '120930.781000', '120930.783000', '120930.786000', '120930.788000', '120930.791000', '120930.794000', '120930.796000', '120930.799000', '120930.802000', '120930.804000', '120930.807000', '120930.809000', '120930.812000', '120950.698000', '120950.701000', '120950.703000', '120950.706000', '120950.708000', '120950.711000', '120950.714000', '120950.716000', '120950.719000', '120950.722000', '120950.724000', '120950.727000', '120950.730000', '120950.732000', '120950.735000', '120950.738000', '120950.740000', '120950.743000', '120950.746000', '120950.748000', '120950.751000', '120950.754000', '120950.756000', '120950.759000', '120950.762000', '120950.764000', '120950.767000', '120950.770000', '120950.772000', '120950.775000', '120950.778000', '120950.780000', '120950.783000', '120950.786000', '120950.788000', '120950.791000', '120950.794000', '120950.797000', '120950.800000', '120950.802000', '120950.805000', '120950.808000', '120950.811000', '121010.697000', '121010.700000', '121010.702000', '121010.705000', '121010.708000', '121010.710000', '121010.713000', '121010.716000', '121010.718000', '121010.721000', '121010.724000', '121010.726000', '121010.729000', '121010.731000', '121010.734000', '121010.737000', '121010.739000', '121010.742000', '121010.745000', '121010.747000', '121010.750000', '121010.753000', '121010.755000', '121010.758000', '121010.761000', '121010.763000', '121010.766000', '121010.769000', '121010.771000', '121010.774000', '121010.776000', '121010.779000', '121010.782000', '121010.784000', '121010.787000', '121010.790000', '121010.792000', '121010.795000', '121010.798000', '121010.800000', '121010.803000', '121010.806000', '121010.808000', '121010.811000', '121030.696000', '121030.699000', '121030.702000', '121030.704000', '121030.707000', '121030.710000', '121030.713000', '121030.715000', '121030.718000', '121030.720000', '121030.723000', '121030.726000', '121030.728000', '121030.731000', '121030.734000', '121030.736000', '121030.739000', '121030.742000', '121030.744000', '121030.747000', '121030.750000', '121030.752000', '121030.755000', '121030.757000', '121030.760000', '121030.763000', '121030.765000', '121030.768000', '121030.771000', '121030.773000', '121030.776000', '121030.779000', '121030.782000', '121030.785000', '121030.788000', '121030.791000', '121030.793000', '121030.796000', '121030.799000', '121030.801000', '121030.804000', '121030.807000', '121030.809000', '121050.697000', '121050.700000', '121050.702000', '121050.705000', '121050.708000', '121050.710000', '121050.713000', '121050.716000', '121050.718000', '121050.721000', '121050.724000', '121050.726000', '121050.729000', '121050.731000', '121050.734000', '121050.737000', '121050.739000', '121050.742000', '121050.745000', '121050.747000', '121050.750000', '121050.753000', '121050.755000', '121050.758000', '121050.760000', '121050.763000', '121050.766000', '121050.768000', '121050.771000', '121050.774000', '121050.776000', '121050.779000', '121050.782000', '121050.785000', '121050.787000', '121050.790000', '121050.792000', '121050.795000', '121050.798000', '121050.800000', '121050.803000', '121050.806000', '121050.808000', '121050.811000', '121110.697000', '121110.700000', '121110.702000', '121110.705000', '121110.708000', '121110.710000', '121110.713000', '121110.716000', '121110.718000', '121110.721000', '121110.723000', '121110.726000', '121110.729000', '121110.731000', '121110.734000', '121110.736000', '121110.739000', '121110.742000', '121110.744000', '121110.747000', '121110.750000', '121110.752000', '121110.755000', '121110.758000', '121110.760000', '121110.763000', '121110.765000', '121110.768000', '121110.771000', '121110.773000', '121110.776000', '121110.779000', '121110.781000', '121110.784000', '121110.787000', '121110.789000', '121110.792000', '121110.795000', '121110.797000', '121110.800000', '121110.803000', '121110.805000', '121110.808000', '121130.697000', '121130.700000', '121130.714000', '121130.717000', '121130.719000', '121130.722000', '121130.725000', '121130.727000', '121130.730000', '121130.733000', '121130.735000', '121130.738000', '121130.740000', '121130.743000', '121130.746000', '121130.749000', '121130.751000', '121130.754000', '121130.757000', '121130.759000', '121130.762000', '121130.765000', '121130.767000', '121130.770000', '121130.773000', '121130.775000', '121130.778000', '121130.781000', '121130.783000', '121130.786000', '121130.789000', '121130.791000', '121130.794000', '121130.797000', '121130.799000', '121130.802000', '121130.804000', '121130.807000', '121130.810000', '121130.812000', '121130.815000', '121130.818000', '121130.820000', '121130.823000', '121144.368000', '121144.371000', '121144.373000', '121144.376000', '121144.379000', '121144.381000', '121144.384000', '121144.387000', '121144.389000', '121144.392000', '121144.395000', '121144.397000', '121144.400000', '121144.403000', '121144.406000', '121144.409000', '121144.411000', '121144.414000', '121144.417000', '121144.419000', '121144.422000', '121144.425000', '121144.428000', '121144.431000', '121144.434000', '121144.437000', '121144.439000', '121144.442000', '121144.444000', '121144.447000'], 'InstanceCreationTime': ['120350.725000', '120350.728000', '120350.731000', '120350.734000', '120350.736000', '120350.739000', '120350.742000', '120350.744000', '120350.747000', '120350.750000', '120350.752000', '120350.762000', '120350.764000', '120350.767000', '120350.770000', '120350.772000', '120350.775000', '120350.778000', '120350.780000', '120350.783000', '120350.785000', '120350.788000', '120350.790000', '120350.793000', '120350.796000', '120350.798000', '120350.801000', '120350.823000', '120350.826000', '120350.828000', '120350.831000', '120350.833000', '120350.836000', '120350.839000', '120350.844000', '120410.697000', '120410.699000', '120410.702000', '120410.705000', '120410.707000', '120410.710000', '120410.713000', '120410.715000', '120410.718000', '120410.720000', '120410.723000', '120410.726000', '120410.728000', '120410.731000', '120410.733000', '120410.736000', '120410.739000', '120410.741000', '120410.744000', '120410.746000', '120410.749000', '120410.752000', '120410.754000', '120410.757000', '120410.759000', '120410.762000', '120410.765000', '120410.767000', '120410.770000', '120410.772000', '120410.775000', '120410.777000', '120410.780000', '120410.783000', '120410.785000', '120410.788000', '120410.791000', '120410.793000', '120410.796000', '120410.798000', '120410.801000', '120410.804000', '120410.806000', '120430.696000', '120430.699000', '120430.702000', '120430.705000', '120430.707000', '120430.710000', '120430.712000', '120430.715000', '120430.718000', '120430.720000', '120430.723000', '120430.725000', '120430.728000', '120430.731000', '120430.733000', '120430.736000', '120430.738000', '120430.741000', '120430.744000', '120430.746000', '120430.749000', '120430.752000', '120430.754000', '120430.757000', '120430.766000', '120430.769000', '120430.771000', '120430.774000', '120430.777000', '120430.779000', '120430.782000', '120430.785000', '120430.787000', '120430.790000', '120430.793000', '120430.799000', '120430.801000', '120430.804000', '120430.807000', '120430.809000', '120430.812000', '120430.815000', '120430.817000', '120430.820000', '120450.696000', '120450.699000', '120450.702000', '120450.705000', '120450.707000', '120450.710000', '120450.713000', '120450.715000', '120450.718000', '120450.720000', '120450.723000', '120450.726000', '120450.728000', '120450.731000', '120450.733000', '120450.736000', '120450.739000', '120450.741000', '120450.744000', '120450.747000', '120450.749000', '120450.752000', '120450.754000', '120450.757000', '120450.760000', '120450.762000', '120450.765000', '120450.767000', '120450.770000', '120450.773000', '120450.775000', '120450.778000', '120450.780000', '120450.783000', '120450.786000', '120450.788000', '120450.791000', '120450.794000', '120450.796000', '120450.799000', '120450.802000', '120450.804000', '120450.807000', '120510.697000', '120510.700000', '120510.703000', '120510.706000', '120510.708000', '120510.711000', '120510.714000', '120510.716000', '120510.719000', '120510.722000', '120510.724000', '120510.727000', '120510.730000', '120510.733000', '120510.735000', '120510.738000', '120510.741000', '120510.743000', '120510.746000', '120510.749000', '120510.751000', '120510.754000', '120510.756000', '120510.759000', '120510.762000', '120510.764000', '120510.767000', '120510.770000', '120510.772000', '120510.775000', '120510.778000', '120510.780000', '120510.783000', '120510.785000', '120510.788000', '120510.791000', '120510.793000', '120510.796000', '120510.799000', '120510.801000', '120510.804000', '120510.807000', '120510.809000', '120530.697000', '120530.700000', '120530.702000', '120530.705000', '120530.708000', '120530.710000', '120530.713000', '120530.715000', '120530.718000', '120530.721000', '120530.723000', '120530.726000', '120530.729000', '120530.731000', '120530.734000', '120530.736000', '120530.739000', '120530.742000', '120530.753000', '120530.756000', '120530.758000', '120530.761000', '120530.764000', '120530.766000', '120530.769000', '120530.772000', '120530.774000', '120530.777000', '120530.779000', '120530.782000', '120530.785000', '120530.787000', '120530.790000', '120530.793000', '120530.795000', '120530.798000', '120530.800000', '120530.803000', '120530.806000', '120530.808000', '120530.811000', '120530.814000', '120530.854000', '120530.857000', '120550.696000', '120550.699000', '120550.702000', '120550.705000', '120550.707000', '120550.710000', '120550.712000', '120550.715000', '120550.718000', '120550.720000', '120550.723000', '120550.726000', '120550.728000', '120550.731000', '120550.734000', '120550.736000', '120550.739000', '120550.742000', '120550.744000', '120550.747000', '120550.749000', '120550.752000', '120550.755000', '120550.757000', '120550.760000', '120550.763000', '120550.765000', '120550.768000', '120550.770000', '120550.773000', '120550.776000', '120550.778000', '120550.781000', '120550.783000', '120550.786000', '120550.789000', '120550.791000', '120550.794000', '120550.797000', '120550.799000', '120550.802000', '120550.805000', '120550.807000', '120550.810000', '120610.696000', '120610.699000', '120610.702000', '120610.705000', '120610.708000', '120610.710000', '120610.713000', '120610.716000', '120610.718000', '120610.721000', '120610.723000', '120610.726000', '120610.729000', '120610.731000', '120610.734000', '120610.737000', '120610.739000', '120610.742000', '120610.745000', '120610.747000', '120610.750000', '120610.753000', '120610.755000', '120610.758000', '120610.761000', '120610.763000', '120610.766000', '120610.769000', '120610.771000', '120610.774000', '120610.777000', '120610.779000', '120610.782000', '120610.784000', '120610.787000', '120610.790000', '120610.793000', '120610.795000', '120610.798000', '120610.800000', '120610.803000', '120610.806000', '120610.808000', '120630.697000', '120630.700000', '120630.703000', '120630.705000', '120630.708000', '120630.710000', '120630.713000', '120630.716000', '120630.718000', '120630.721000', '120630.724000', '120630.726000', '120630.729000', '120630.731000', '120630.734000', '120630.737000', '120630.740000', '120630.743000', '120630.746000', '120630.748000', '120630.751000', '120630.754000', '120630.757000', '120630.759000', '120630.762000', '120630.765000', '120630.767000', '120630.770000', '120630.773000', '120630.776000', '120630.778000', '120630.781000', '120630.784000', '120630.786000', '120630.789000', '120630.791000', '120630.794000', '120630.797000', '120630.799000', '120630.802000', '120630.805000', '120630.807000', '120630.810000', '120650.697000', '120650.699000', '120650.702000', '120650.705000', '120650.707000', '120650.710000', '120650.713000', '120650.715000', '120650.718000', '120650.721000', '120650.723000', '120650.726000', '120650.729000', '120650.731000', '120650.734000', '120650.737000', '120650.739000', '120650.742000', '120650.744000', '120650.747000', '120650.750000', '120650.752000', '120650.755000', '120650.758000', '120650.760000', '120650.763000', '120650.765000', '120650.768000', '120650.771000', '120650.773000', '120650.776000', '120650.779000', '120650.781000', '120650.784000', '120650.787000', '120650.789000', '120650.792000', '120650.794000', '120650.797000', '120650.800000', '120650.802000', '120650.805000', '120650.808000', '120650.810000', '120710.697000', '120710.700000', '120710.702000', '120710.705000', '120710.707000', '120710.710000', '120710.713000', '120710.717000', '120710.719000', '120710.722000', '120710.725000', '120710.728000', '120710.733000', '120710.749000', '120710.751000', '120710.754000', '120710.757000', '120710.759000', '120710.762000', '120710.765000', '120710.767000', '120710.770000', '120710.772000', '120710.775000', '120710.778000', '120710.780000', '120710.783000', '120710.786000', '120710.788000', '120710.791000', '120710.794000', '120710.796000', '120710.799000', '120710.802000', '120710.804000', '120710.807000', '120710.810000', '120710.812000', '120710.869000', '120710.872000', '120710.874000', '120710.877000', '120710.879000', '120730.698000', '120730.700000', '120730.703000', '120730.706000', '120730.708000', '120730.711000', '120730.714000', '120730.716000', '120730.719000', '120730.721000', '120730.724000', '120730.727000', '120730.730000', '120730.732000', '120730.735000', '120730.738000', '120730.740000', '120730.743000', '120730.746000', '120730.748000', '120730.751000', '120730.753000', '120730.756000', '120730.759000', '120730.761000', '120730.764000', '120730.767000', '120730.769000', '120730.772000', '120730.775000', '120730.777000', '120730.780000', '120730.783000', '120730.785000', '120730.788000', '120730.791000', '120730.794000', '120730.796000', '120730.799000', '120730.801000', '120730.804000', '120730.807000', '120730.810000', '120730.812000', '120750.696000', '120750.699000', '120750.702000', '120750.705000', '120750.707000', '120750.710000', '120750.713000', '120750.715000', '120750.718000', '120750.720000', '120750.723000', '120750.726000', '120750.728000', '120750.731000', '120750.734000', '120750.736000', '120750.739000', '120750.742000', '120750.744000', '120750.747000', '120750.750000', '120750.752000', '120750.755000', '120750.758000', '120750.760000', '120750.763000', '120750.766000', '120750.768000', '120750.771000', '120750.774000', '120750.776000', '120750.779000', '120750.782000', '120750.784000', '120750.787000', '120750.789000', '120750.792000', '120750.795000', '120750.797000', '120750.800000', '120750.803000', '120750.805000', '120750.808000', '120750.811000', '120810.696000', '120810.699000', '120810.702000', '120810.704000', '120810.708000', '120810.710000', '120810.713000', '120810.715000', '120810.718000', '120810.721000', '120810.723000', '120810.726000', '120810.729000', '120810.731000', '120810.734000', '120810.737000', '120810.739000', '120810.742000', '120810.744000', '120810.747000', '120810.750000', '120810.752000', '120810.755000', '120810.758000', '120810.760000', '120810.763000', '120810.766000', '120810.768000', '120810.771000', '120810.774000', '120810.776000', '120810.779000', '120810.782000', '120810.784000', '120810.787000', '120810.789000', '120810.792000', '120810.795000', '120810.797000', '120810.800000', '120810.803000', '120810.805000', '120810.808000', '120830.697000', '120830.700000', '120830.702000', '120830.705000', '120830.708000', '120830.711000', '120830.713000', '120830.716000', '120830.718000', '120830.721000', '120830.724000', '120830.726000', '120830.729000', '120830.732000', '120830.734000', '120830.737000', '120830.740000', '120830.742000', '120830.745000', '120830.748000', '120830.750000', '120830.753000', '120830.756000', '120830.759000', '120830.762000', '120830.765000', '120830.767000', '120830.770000', '120830.773000', '120830.776000', '120830.779000', '120830.781000', '120830.784000', '120830.787000', '120830.789000', '120830.792000', '120830.795000', '120830.797000', '120830.811000', '120830.814000', '120830.878000', '120830.881000', '120830.884000', '120850.696000', '120850.699000', '120850.702000', '120850.704000', '120850.708000', '120850.710000', '120850.713000', '120850.715000', '120850.718000', '120850.721000', '120850.723000', '120850.726000', '120850.729000', '120850.732000', '120850.734000', '120850.737000', '120850.739000', '120850.742000', '120850.745000', '120850.747000', '120850.750000', '120850.753000', '120850.755000', '120850.758000', '120850.761000', '120850.763000', '120850.766000', '120850.768000', '120850.771000', '120850.774000', '120850.776000', '120850.779000', '120850.782000', '120850.784000', '120850.787000', '120850.789000', '120850.792000', '120850.795000', '120850.798000', '120850.800000', '120850.803000', '120850.805000', '120850.808000', '120850.811000', '120910.697000', '120910.699000', '120910.702000', '120910.705000', '120910.707000', '120910.710000', '120910.713000', '120910.715000', '120910.718000', '120910.721000', '120910.723000', '120910.726000', '120910.729000', '120910.731000', '120910.734000', '120910.737000', '120910.739000', '120910.742000', '120910.749000', '120910.751000', '120910.755000', '120910.758000', '120910.761000', '120910.763000', '120910.766000', '120910.769000', '120910.772000', '120910.774000', '120910.777000', '120910.780000', '120910.782000', '120910.785000', '120910.788000', '120910.791000', '120910.793000', '120910.796000', '120910.799000', '120910.801000', '120910.804000', '120910.807000', '120910.809000', '120910.812000', '120910.815000', '120930.696000', '120930.699000', '120930.702000', '120930.705000', '120930.708000', '120930.710000', '120930.713000', '120930.716000', '120930.718000', '120930.721000', '120930.723000', '120930.726000', '120930.729000', '120930.731000', '120930.734000', '120930.738000', '120930.741000', '120930.744000', '120930.746000', '120930.749000', '120930.752000', '120930.754000', '120930.757000', '120930.760000', '120930.762000', '120930.765000', '120930.767000', '120930.770000', '120930.773000', '120930.775000', '120930.778000', '120930.781000', '120930.783000', '120930.786000', '120930.788000', '120930.791000', '120930.794000', '120930.796000', '120930.799000', '120930.802000', '120930.804000', '120930.807000', '120930.809000', '120930.812000', '120950.698000', '120950.701000', '120950.703000', '120950.706000', '120950.708000', '120950.711000', '120950.714000', '120950.716000', '120950.719000', '120950.722000', '120950.724000', '120950.727000', '120950.730000', '120950.732000', '120950.735000', '120950.738000', '120950.740000', '120950.743000', '120950.746000', '120950.748000', '120950.751000', '120950.754000', '120950.756000', '120950.759000', '120950.762000', '120950.764000', '120950.767000', '120950.770000', '120950.772000', '120950.775000', '120950.778000', '120950.780000', '120950.783000', '120950.786000', '120950.788000', '120950.791000', '120950.794000', '120950.797000', '120950.800000', '120950.802000', '120950.805000', '120950.808000', '120950.811000', '121010.697000', '121010.700000', '121010.702000', '121010.705000', '121010.708000', '121010.710000', '121010.713000', '121010.716000', '121010.718000', '121010.721000', '121010.724000', '121010.726000', '121010.729000', '121010.731000', '121010.734000', '121010.737000', '121010.739000', '121010.742000', '121010.745000', '121010.747000', '121010.750000', '121010.753000', '121010.755000', '121010.758000', '121010.761000', '121010.763000', '121010.766000', '121010.769000', '121010.771000', '121010.774000', '121010.776000', '121010.779000', '121010.782000', '121010.784000', '121010.787000', '121010.790000', '121010.792000', '121010.795000', '121010.798000', '121010.800000', '121010.803000', '121010.806000', '121010.808000', '121010.811000', '121030.696000', '121030.699000', '121030.702000', '121030.704000', '121030.707000', '121030.710000', '121030.713000', '121030.715000', '121030.718000', '121030.720000', '121030.723000', '121030.726000', '121030.728000', '121030.731000', '121030.734000', '121030.736000', '121030.739000', '121030.742000', '121030.744000', '121030.747000', '121030.750000', '121030.752000', '121030.755000', '121030.757000', '121030.760000', '121030.763000', '121030.765000', '121030.768000', '121030.771000', '121030.773000', '121030.776000', '121030.779000', '121030.782000', '121030.785000', '121030.788000', '121030.791000', '121030.793000', '121030.796000', '121030.799000', '121030.801000', '121030.804000', '121030.807000', '121030.809000', '121050.697000', '121050.700000', '121050.702000', '121050.705000', '121050.708000', '121050.710000', '121050.713000', '121050.716000', '121050.718000', '121050.721000', '121050.724000', '121050.726000', '121050.729000', '121050.731000', '121050.734000', '121050.737000', '121050.739000', '121050.742000', '121050.745000', '121050.747000', '121050.750000', '121050.753000', '121050.755000', '121050.758000', '121050.760000', '121050.763000', '121050.766000', '121050.768000', '121050.771000', '121050.774000', '121050.776000', '121050.779000', '121050.782000', '121050.785000', '121050.787000', '121050.790000', '121050.792000', '121050.795000', '121050.798000', '121050.800000', '121050.803000', '121050.806000', '121050.808000', '121050.811000', '121110.697000', '121110.700000', '121110.702000', '121110.705000', '121110.708000', '121110.710000', '121110.713000', '121110.716000', '121110.718000', '121110.721000', '121110.723000', '121110.726000', '121110.729000', '121110.731000', '121110.734000', '121110.736000', '121110.739000', '121110.742000', '121110.744000', '121110.747000', '121110.750000', '121110.752000', '121110.755000', '121110.758000', '121110.760000', '121110.763000', '121110.765000', '121110.768000', '121110.771000', '121110.773000', '121110.776000', '121110.779000', '121110.781000', '121110.784000', '121110.787000', '121110.789000', '121110.792000', '121110.795000', '121110.797000', '121110.800000', '121110.803000', '121110.805000', '121110.808000', '121130.697000', '121130.700000', '121130.714000', '121130.717000', '121130.719000', '121130.722000', '121130.725000', '121130.727000', '121130.730000', '121130.733000', '121130.735000', '121130.738000', '121130.740000', '121130.743000', '121130.746000', '121130.749000', '121130.751000', '121130.754000', '121130.757000', '121130.759000', '121130.762000', '121130.765000', '121130.767000', '121130.770000', '121130.773000', '121130.775000', '121130.778000', '121130.781000', '121130.783000', '121130.786000', '121130.789000', '121130.791000', '121130.794000', '121130.797000', '121130.799000', '121130.802000', '121130.804000', '121130.807000', '121130.810000', '121130.812000', '121130.815000', '121130.818000', '121130.820000', '121130.823000', '121144.368000', '121144.371000', '121144.373000', '121144.376000', '121144.379000', '121144.381000', '121144.384000', '121144.387000', '121144.389000', '121144.392000', '121144.395000', '121144.397000', '121144.400000', '121144.403000', '121144.406000', '121144.409000', '121144.411000', '121144.414000', '121144.417000', '121144.419000', '121144.422000', '121144.425000', '121144.428000', '121144.431000', '121144.434000', '121144.437000', '121144.439000', '121144.442000', '121144.444000', '121144.447000'], '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], 'LargestImagePixelValue': [11823, 14538, 9144, 11665, 8576, 9861, 9859, 8744, 9504, 8356, 8646, 8004, 8671, 11794, 8259, 10197, 8312, 8959, 12318, 8141, 10762, 8068, 8302, 7317, 8514, 13473, 8466, 11070, 10214, 9445, 14240, 8204, 11005, 8787, 9096, 13914, 8143, 11208, 9655, 9431, 12538, 8056, 11191, 8891, 9893, 13275, 8163, 9374, 7594, 8830, 12465, 9292, 11497, 9011, 8684, 13888, 8182, 10604, 8862, 10620, 7731, 8744, 12533, 8079, 11150, 9627, 9628, 9602, 8693, 13697, 8237, 10065, 14215, 11238, 11831, 8043, 10568, 12574, 8791, 13865, 9380, 10079, 13943, 8818, 12662, 9038, 9310, 13435, 8747, 12473, 8647, 8966, 14107, 8197, 10989, 10841, 8992, 13173, 8164, 9147, 7606, 9069, 13945, 9478, 11464, 9478, 8875, 13088, 8098, 9934, 12808, 8808, 12078, 8666, 8780, 13978, 7854, 9170, 12472, 8251, 11693, 7503, 8711, 12156, 8146, 9126, 7551, 8984, 13286, 7900, 9185, 12435, 8709, 11630, 7874, 9831, 11671, 8844, 14069, 9365, 10690, 12147, 8923, 14311, 9925, 10952, 14765, 12148, 13105, 8638, 9360, 13583, 8861, 12865, 8945, 12765, 11288, 8886, 11449, 8034, 9299, 11150, 8985, 13296, 8049, 9750, 8633, 9184, 13611, 8857, 12151, 8311, 9231, 12131, 8696, 12927, 9102, 12164, 8004, 9064, 11564, 8475, 12947, 8287, 10250, 8264, 8671, 8690, 8873, 12888, 10109, 13383, 8024, 11929, 10155, 11006, 14097, 10922, 14142, 10097, 12261, 12510, 8661, 12660, 8378, 10806, 8475, 12546, 8566, 9106, 14107, 8661, 11876, 8896, 10354, 10523, 9144, 14339, 8449, 12343, 11412, 12278, 11015, 9443, 14406, 8664, 12040, 10862, 8972, 13986, 8581, 12808, 8510, 9395, 12608, 8862, 14154, 9096, 12751, 8449, 9619, 12040, 8565, 13285, 8382, 12298, 8662, 9483, 13120, 8826, 10202, 8113, 8641, 8453, 8946, 8668, 12716, 13143, 11356, 15285, 8248, 10880, 11859, 9012, 14759, 8990, 12944, 8941, 8905, 13116, 8622, 14424, 9003, 12343, 9327, 9241, 14078, 8786, 14277, 11500, 15425, 14041, 11219, 8183, 8391, 9333, 10159, 10879, 8460, 12338, 8364, 10807, 8044, 10729, 8689, 12994, 8989, 13061, 9971, 13199, 15225, 11316, 9980, 15864, 14943, 13209, 14359, 8305, 11411, 8037, 9410, 10157, 9970, 11321, 10381, 14350, 9025, 12496, 9144, 9813, 8550, 9362, 8281, 9126, 9538, 9521, 14045, 9617, 13756, 8864, 10975, 8886, 10149, 8643, 9316, 10353, 8989, 10228, 8974, 9189, 8418, 8429, 8692, 7386, 8076, 7490, 8635, 11652, 8884, 9573, 12051, 8573, 10142, 7964, 10132, 14277, 8455, 10269, 8281, 9715, 9443, 8414, 11350, 7875, 10548, 14124, 9327, 13019, 8373, 10690, 7872, 11599, 14501, 10456, 13976, 8291, 11972, 13610, 9632, 15598, 9971, 12644, 10843, 8900, 14941, 8160, 12023, 14133, 9192, 13646, 8306, 9980, 15395, 9882, 13170, 8037, 10938, 12013, 8311, 14754, 9532, 12156, 7968, 10713, 14573, 9377, 11770, 15599, 9127, 12025, 7991, 9921, 15427, 8650, 12870, 8067, 11947, 10844, 8168, 11001, 8079, 9336, 8073, 9358, 14233, 8457, 13967, 8800, 12557, 9606, 8535, 14691, 8698, 12359, 10598, 11790, 15105, 8353, 11729, 8130, 9992, 14648, 8917, 12779, 8285, 9593, 13676, 8448, 10832, 8377, 11324, 8496, 8934, 13753, 8284, 10422, 8509, 11533, 9655, 8684, 13977, 8028, 10318, 8566, 13602, 9019, 11286, 12678, 9193, 12094, 10443, 9016, 12675, 9228, 11793, 13819, 11269, 12933, 14815, 9711, 15167, 8697, 11560, 9726, 9949, 11817, 8859, 11566, 9038, 7576, 10204, 7536, 12135, 15487, 12776, 15310, 9764, 11524, 15613, 10384, 15639, 11164, 13887, 8553, 12779, 14911, 15966, 9916, 8056, 9336, 8524, 9935, 8767, 13483, 8903, 11071, 14326, 11236, 13032, 9462, 13303, 14039, 14535, 15808, 14057, 14809, 15387, 13155, 15140, 10754, 14590, 14556, 11600, 15972, 9804, 14379, 13931, 10069, 13207, 8061, 11039, 8489, 8979, 13173, 8043, 11262, 8072, 10057, 7846, 8450, 11005, 8298, 8944, 8231, 9460, 8177, 9658, 8331, 8495, 12017, 8391, 10553, 9132, 8489, 11647, 8429, 10733, 8281, 9339, 8676, 8608, 9017, 10116, 11956, 8244, 10366, 8151, 12525, 9565, 11391, 8316, 11340, 11416, 8196, 12991, 8732, 9594, 9927, 7814, 9402, 7791, 11811, 13768, 10685, 14835, 15043, 9179, 11092, 9288, 8741, 10352, 8362, 10004, 7528, 9475, 7793, 8889, 11653, 8457, 12601, 9594, 10297, 14364, 9367, 11952, 8200, 11967, 8109, 10991, 13337, 9468, 10579, 8087, 9821, 7917, 10787, 13363, 9334, 10450, 7510, 10920, 8727, 10419, 7412, 10330, 14585, 11624, 13779, 8060, 12465, 10734, 11527, 15423, 11075, 12285, 8280, 11236, 13306, 10273, 15704, 10241, 12353, 9793, 10469, 15644, 9150, 12795, 9364, 13503, 15215, 10850, 14240, 8159, 10549, 8399, 9965, 14878, 9536, 12336, 8143, 10346, 11724, 8899, 14383, 9702, 11670, 8474, 10252, 9190, 9972, 14436, 11074, 12061, 8168, 11371, 8342, 10528, 14303, 10728, 12495, 8262, 11196, 8353, 12142, 13412, 11166, 15222, 8695, 12602, 8517, 14010, 11782, 11403, 10467, 8986, 14875, 8749, 12854, 10640, 11850, 9601, 9555, 15226, 9048, 12737, 9336, 12748, 9133, 9710, 15257, 8861, 13978, 9401, 13318, 9080, 10490, 12828, 9470, 14413, 10036, 12508, 8552, 10668, 13039, 9670, 14631, 8789, 13355, 8373, 12706, 13240, 9540, 14650, 8825, 10685, 8090, 10453, 13624, 9558, 14619, 8942, 11629, 8256, 12342, 8228, 11779, 13680, 9396, 12819, 9344, 13759, 9353, 10377, 15418, 9025, 12860, 8128, 12955, 8339, 9957, 15406, 8697, 13749, 9152, 13190, 9305, 11418, 13674, 9328, 14833, 10068, 12394, 8884, 13518, 9341, 10596, 15301, 9185, 13130, 9075, 14129, 8213, 10513, 12539, 9507, 15123, 9555, 12359, 7928, 10556, 7861, 9634, 14727, 9882, 12462, 8341, 10877, 8022, 10149, 14239, 9537, 11716, 8299, 13273, 9239, 10447, 14899, 9116, 12902, 8203, 13704, 9717, 10572, 13376, 8306, 13587, 8246, 10978, 7728, 10612, 7870, 9704, 12609, 8410, 10650, 8412, 11719, 7387, 8626, 7469, 10059, 7578, 10185, 7804, 11372, 9010, 11796, 15114, 9137, 14604, 12057, 11924, 15707, 12089, 14006, 9551, 10462, 15039, 8960, 14635, 9104, 12865, 8466, 10191, 11100, 8690, 14708, 8762, 11955, 8761, 13002, 10237, 9081, 14900, 8447, 11556, 8654, 11949, 9768, 9310, 15028, 8159, 11167, 8134, 11568, 8577, 9618, 14954, 8553, 11399, 7813, 10245, 11631, 9063, 14584, 8508, 11719, 9592, 9688, 15057, 9660, 12572, 8370, 10159, 11137, 9092, 14812, 8670, 12060, 7592, 9946, 7635, 8685, 10818, 7722, 9984, 7577, 10984, 7805, 9915, 13441, 9045, 14865, 9978, 11462, 8884, 11425, 13828, 9281, 15004, 9560, 11472, 8128, 11431, 8856, 10430, 14053, 10368, 13372, 8322, 13275, 7935, 12185, 9413, 9897, 9849, 9250, 14817, 8505, 12172, 8270, 12227, 9148, 10347, 13992, 9721, 14757, 9481, 13834, 9378, 14214, 9405, 10070, 15428, 8855, 14801, 9901, 12664, 9883, 11906, 14713, 9216, 14391, 8569, 12418, 9753, 11987, 10955, 9028, 14965, 8464, 11878, 9763, 9487, 14863, 9190, 13002, 7972, 9871, 7820, 9967, 7491, 9284, 7360, 8790, 7274, 9931, 7965, 10998, 11273, 11673, 13503, 8968, 15578, 12329, 12113, 16467, 12362, 14295, 7972, 10389, 9010, 8983, 14796, 9233, 13336, 8038, 10481, 14666, 8799, 14362, 9586, 12847, 8560, 9617, 14243, 8884, 13361, 10799, 11860, 15624, 9606, 13820, 8388, 11001, 13284, 8562, 14897, 9399, 14002, 8411, 10022, 15009, 8361, 13623, 9673, 12855, 9068, 9351, 15124, 8377, 12503, 12973, 9213, 13018, 7811, 9929, 7587, 9187, 14361, 9382, 10986, 8289, 9524, 14163], 'WindowCenter': [4251.0, 4233.0, 4201.0, 4208.0, 4175.0, 4185.0, 4181.0, 4174.0, 4181.0, 4175.0, 4176.0, 4163.0, 4188.0, 4206.0, 4188.0, 4211.0, 4233.0, 4230.0, 4248.0, 4201.0, 4207.0, 4185.0, 4172.0, 4161.0, 4198.0, 4228.0, 4201.0, 4233.0, 4219.0, 4212.0, 4238.0, 4199.0, 4220.0, 4198.0, 4211.0, 4240.0, 4201.0, 4221.0, 4209.0, 4223.0, 4229.0, 4200.0, 4220.0, 4197.0, 4209.0, 4214.0, 4187.0, 4198.0, 4175.0, 4210.0, 4227.0, 4197.0, 4217.0, 4195.0, 4198.0, 4225.0, 4187.0, 4207.0, 4197.0, 4209.0, 4177.0, 4199.0, 4229.0, 4199.0, 4219.0, 4208.0, 4208.0, 4194.0, 4198.0, 4227.0, 4185.0, 4209.0, 4225.0, 4205.0, 4214.0, 4174.0, 4206.0, 4213.0, 4185.0, 4225.0, 4194.0, 4195.0, 4222.0, 4194.0, 4215.0, 4182.0, 4195.0, 4213.0, 4183.0, 4214.0, 4171.0, 4183.0, 4211.0, 4173.0, 4204.0, 4191.0, 4182.0, 4211.0, 4183.0, 4194.0, 4172.0, 4196.0, 4224.0, 4194.0, 4215.0, 4192.0, 4195.0, 4214.0, 4173.0, 4206.0, 4213.0, 4184.0, 4214.0, 4182.0, 4185.0, 4223.0, 4184.0, 4196.0, 4212.0, 4184.0, 4215.0, 4173.0, 4196.0, 4215.0, 4185.0, 4197.0, 4174.0, 4196.0, 4225.0, 4174.0, 4196.0, 4214.0, 4186.0, 4215.0, 4186.0, 4208.0, 4215.0, 4197.0, 4226.0, 4195.0, 4207.0, 4213.0, 4196.0, 4225.0, 4194.0, 4207.0, 4224.0, 4213.0, 4212.0, 4181.0, 4195.0, 4212.0, 4183.0, 4212.0, 4182.0, 4214.0, 4200.0, 4183.0, 4202.0, 4172.0, 4184.0, 4202.0, 4185.0, 4213.0, 4173.0, 4195.0, 4183.0, 4195.0, 4224.0, 4195.0, 4214.0, 4172.0, 4196.0, 4214.0, 4172.0, 4214.0, 4184.0, 4213.0, 4174.0, 4197.0, 4216.0, 4186.0, 4214.0, 4187.0, 4207.0, 4198.0, 4200.0, 4197.0, 4211.0, 4228.0, 4207.0, 4226.0, 4188.0, 4216.0, 4194.0, 4217.0, 4225.0, 4205.0, 4225.0, 4193.0, 4214.0, 4211.0, 4183.0, 4214.0, 4186.0, 4205.0, 4183.0, 4213.0, 4181.0, 4195.0, 4211.0, 4182.0, 4204.0, 4182.0, 4194.0, 4192.0, 4194.0, 4224.0, 4184.0, 4215.0, 4213.0, 4215.0, 4192.0, 4193.0, 4212.0, 4181.0, 4214.0, 4202.0, 4193.0, 4212.0, 4183.0, 4225.0, 4185.0, 4194.0, 4214.0, 4196.0, 4225.0, 4185.0, 4241.0, 4214.0, 4221.0, 4227.0, 4197.0, 4228.0, 4187.0, 4216.0, 4196.0, 4221.0, 4240.0, 4210.0, 4207.0, 4199.0, 4197.0, 4210.0, 4208.0, 4211.0, 4243.0, 4229.0, 4217.0, 4225.0, 4185.0, 4205.0, 4213.0, 4196.0, 4224.0, 4184.0, 4213.0, 4183.0, 4195.0, 4213.0, 4186.0, 4225.0, 4196.0, 4216.0, 4194.0, 4196.0, 4223.0, 4197.0, 4237.0, 4219.0, 4239.0, 4228.0, 4215.0, 4185.0, 4197.0, 4221.0, 4220.0, 4204.0, 4173.0, 4202.0, 4184.0, 4218.0, 4188.0, 4230.0, 4200.0, 4228.0, 4197.0, 4227.0, 4210.0, 4217.0, 4228.0, 4194.0, 4185.0, 4215.0, 4200.0, 4189.0, 4186.0, 4159.0, 4192.0, 4145.0, 4166.0, 4165.0, 4164.0, 4175.0, 4167.0, 4196.0, 4156.0, 4131.0, 4127.0, 4165.0, 4155.0, 4153.0, 4144.0, 4155.0, 4151.0, 4153.0, 4184.0, 4143.0, 4148.0, 4119.0, 4129.0, 4121.0, 4166.0, 4154.0, 4181.0, 4191.0, 4195.0, 4203.0, 4195.0, 4178.0, 4172.0, 4170.0, 4196.0, 4176.0, 4202.0, 4191.0, 4226.0, 4247.0, 4211.0, 4222.0, 4230.0, 4198.0, 4208.0, 4186.0, 4222.0, 4238.0, 4200.0, 4223.0, 4201.0, 4222.0, 4210.0, 4201.0, 4219.0, 4200.0, 4234.0, 4241.0, 4213.0, 4229.0, 4212.0, 4222.0, 4202.0, 4244.0, 4241.0, 4220.0, 4240.0, 4200.0, 4233.0, 4240.0, 4212.0, 4240.0, 4211.0, 4232.0, 4218.0, 4210.0, 4239.0, 4199.0, 4231.0, 4238.0, 4208.0, 4238.0, 4197.0, 4222.0, 4239.0, 4207.0, 4227.0, 4188.0, 4219.0, 4226.0, 4201.0, 4240.0, 4207.0, 4228.0, 4197.0, 4221.0, 4238.0, 4209.0, 4231.0, 4236.0, 4209.0, 4216.0, 4187.0, 4208.0, 4237.0, 4197.0, 4226.0, 4185.0, 4217.0, 4205.0, 4198.0, 4217.0, 4187.0, 4198.0, 4187.0, 4209.0, 4237.0, 4200.0, 4240.0, 4199.0, 4228.0, 4195.0, 4198.0, 4237.0, 4199.0, 4231.0, 4207.0, 4218.0, 4225.0, 4186.0, 4217.0, 4186.0, 4219.0, 4236.0, 4195.0, 4214.0, 4183.0, 4207.0, 4225.0, 4199.0, 4230.0, 4198.0, 4218.0, 4184.0, 4197.0, 4224.0, 4198.0, 4218.0, 4197.0, 4218.0, 4194.0, 4198.0, 4227.0, 4199.0, 4208.0, 4203.0, 4218.0, 4185.0, 4209.0, 4215.0, 4197.0, 4231.0, 4220.0, 4195.0, 4269.0, 4223.0, 4243.0, 4243.0, 4218.0, 4215.0, 4223.0, 4193.0, 4225.0, 4196.0, 4230.0, 4206.0, 4220.0, 4231.0, 4210.0, 4216.0, 4197.0, 4186.0, 4218.0, 4200.0, 4244.0, 4240.0, 4229.0, 4238.0, 4207.0, 4218.0, 4236.0, 4207.0, 4237.0, 4217.0, 4227.0, 4211.0, 4243.0, 4264.0, 4262.0, 4220.0, 4186.0, 4208.0, 4209.0, 4221.0, 4225.0, 4255.0, 4226.0, 4247.0, 4253.0, 4233.0, 4241.0, 4223.0, 4232.0, 4228.0, 4228.0, 4216.0, 4214.0, 4216.0, 4201.0, 4189.0, 4199.0, 4176.0, 4186.0, 4182.0, 4175.0, 4183.0, 4152.0, 4184.0, 4181.0, 4152.0, 4171.0, 4144.0, 4175.0, 4142.0, 4155.0, 4184.0, 4146.0, 4175.0, 4146.0, 4179.0, 4157.0, 4172.0, 4191.0, 4173.0, 4180.0, 4185.0, 4195.0, 4174.0, 4169.0, 4158.0, 4158.0, 4190.0, 4186.0, 4194.0, 4183.0, 4172.0, 4203.0, 4187.0, 4206.0, 4227.0, 4239.0, 4211.0, 4227.0, 4284.0, 4310.0, 4301.0, 4229.0, 4236.0, 4215.0, 4256.0, 4221.0, 4243.0, 4212.0, 4202.0, 4160.0, 4156.0, 4224.0, 4209.0, 4218.0, 4245.0, 4202.0, 4236.0, 4213.0, 4257.0, 4258.0, 4233.0, 4266.0, 4253.0, 4221.0, 4234.0, 4209.0, 4210.0, 4218.0, 4198.0, 4221.0, 4200.0, 4223.0, 4201.0, 4235.0, 4243.0, 4225.0, 4254.0, 4222.0, 4233.0, 4252.0, 4222.0, 4242.0, 4212.0, 4242.0, 4225.0, 4246.0, 4252.0, 4223.0, 4231.0, 4212.0, 4233.0, 4201.0, 4245.0, 4254.0, 4235.0, 4233.0, 4216.0, 4246.0, 4223.0, 4246.0, 4215.0, 4261.0, 4265.0, 4256.0, 4253.0, 4213.0, 4256.0, 4233.0, 4246.0, 4263.0, 4245.0, 4243.0, 4212.0, 4244.0, 4252.0, 4235.0, 4252.0, 4222.0, 4243.0, 4218.0, 4233.0, 4249.0, 4221.0, 4242.0, 4220.0, 4254.0, 4250.0, 4220.0, 4238.0, 4200.0, 4232.0, 4199.0, 4221.0, 4249.0, 4220.0, 4228.0, 4198.0, 4222.0, 4227.0, 4212.0, 4249.0, 4220.0, 4228.0, 4200.0, 4221.0, 4208.0, 4221.0, 4252.0, 4231.0, 4229.0, 4199.0, 4230.0, 4198.0, 4231.0, 4239.0, 4230.0, 4228.0, 4200.0, 4228.0, 4200.0, 4241.0, 4236.0, 4229.0, 4246.0, 4208.0, 4228.0, 4197.0, 4251.0, 4227.0, 4228.0, 4215.0, 4210.0, 4236.0, 4208.0, 4240.0, 4216.0, 4227.0, 4205.0, 4208.0, 4235.0, 4207.0, 4229.0, 4205.0, 4226.0, 4205.0, 4208.0, 4237.0, 4207.0, 4237.0, 4208.0, 4236.0, 4197.0, 4218.0, 4226.0, 4219.0, 4238.0, 4207.0, 4226.0, 4196.0, 4219.0, 4224.0, 4208.0, 4236.0, 4196.0, 4236.0, 4195.0, 4238.0, 4225.0, 4208.0, 4234.0, 4205.0, 4214.0, 4186.0, 4219.0, 4236.0, 4208.0, 4237.0, 4208.0, 4227.0, 4198.0, 4229.0, 4197.0, 4228.0, 4226.0, 4207.0, 4226.0, 4196.0, 4238.0, 4193.0, 4215.0, 4235.0, 4206.0, 4227.0, 4185.0, 4227.0, 4195.0, 4217.0, 4235.0, 4209.0, 4237.0, 4208.0, 4240.0, 4207.0, 4229.0, 4236.0, 4207.0, 4236.0, 4207.0, 4226.0, 4197.0, 4237.0, 4194.0, 4218.0, 4235.0, 4209.0, 4227.0, 4207.0, 4236.0, 4196.0, 4220.0, 4226.0, 4219.0, 4238.0, 4208.0, 4227.0, 4198.0, 4219.0, 4185.0, 4219.0, 4237.0, 4219.0, 4227.0, 4198.0, 4231.0, 4187.0, 4218.0, 4237.0, 4207.0, 4227.0, 4197.0, 4238.0, 4206.0, 4220.0, 4236.0, 4208.0, 4226.0, 4196.0, 4240.0, 4205.0, 4217.0, 4226.0, 4198.0, 4238.0, 4198.0, 4217.0, 4187.0, 4217.0, 4197.0, 4219.0, 4229.0, 4210.0, 4230.0, 4209.0, 4228.0, 4201.0, 4208.0, 4200.0, 4230.0, 4213.0, 4244.0, 4215.0, 4257.0, 4226.0, 4257.0, 4264.0, 4223.0, 4254.0, 4240.0, 4243.0, 4251.0, 4240.0, 4240.0, 4219.0, 4231.0, 4249.0, 4211.0, 4250.0, 4210.0, 4239.0, 4198.0, 4231.0, 4230.0, 4211.0, 4252.0, 4211.0, 4243.0, 4212.0, 4254.0, 4221.0, 4212.0, 4250.0, 4211.0, 4232.0, 4210.0, 4242.0, 4219.0, 4222.0, 4250.0, 4212.0, 4241.0, 4202.0, 4242.0, 4211.0, 4223.0, 4251.0, 4213.0, 4243.0, 4202.0, 4234.0, 4230.0, 4223.0, 4251.0, 4212.0, 4243.0, 4220.0, 4223.0, 4252.0, 4220.0, 4242.0, 4211.0, 4222.0, 4229.0, 4222.0, 4251.0, 4211.0, 4242.0, 4200.0, 4222.0, 4199.0, 4212.0, 4230.0, 4214.0, 4236.0, 4214.0, 4244.0, 4204.0, 4237.0, 4253.0, 4225.0, 4264.0, 4234.0, 4243.0, 4224.0, 4244.0, 4253.0, 4225.0, 4264.0, 4223.0, 4243.0, 4213.0, 4245.0, 4221.0, 4235.0, 4252.0, 4234.0, 4252.0, 4213.0, 4253.0, 4214.0, 4246.0, 4221.0, 4235.0, 4231.0, 4236.0, 4252.0, 4225.0, 4245.0, 4213.0, 4244.0, 4223.0, 4235.0, 4253.0, 4235.0, 4253.0, 4223.0, 4254.0, 4222.0, 4252.0, 4209.0, 4222.0, 4250.0, 4210.0, 4252.0, 4219.0, 4241.0, 4220.0, 4231.0, 4238.0, 4210.0, 4239.0, 4200.0, 4240.0, 4208.0, 4232.0, 4217.0, 4210.0, 4239.0, 4199.0, 4230.0, 4221.0, 4224.0, 4238.0, 4211.0, 4238.0, 4200.0, 4222.0, 4200.0, 4232.0, 4201.0, 4236.0, 4200.0, 4225.0, 4218.0, 4247.0, 4239.0, 4262.0, 4247.0, 4259.0, 4254.0, 4225.0, 4267.0, 4241.0, 4243.0, 4252.0, 4229.0, 4237.0, 4197.0, 4221.0, 4207.0, 4211.0, 4240.0, 4209.0, 4240.0, 4199.0, 4220.0, 4238.0, 4199.0, 4250.0, 4209.0, 4229.0, 4196.0, 4210.0, 4237.0, 4208.0, 4242.0, 4218.0, 4230.0, 4237.0, 4206.0, 4227.0, 4187.0, 4219.0, 4225.0, 4197.0, 4237.0, 4208.0, 4239.0, 4196.0, 4221.0, 4235.0, 4199.0, 4240.0, 4206.0, 4239.0, 4197.0, 4209.0, 4237.0, 4199.0, 4242.0, 4228.0, 4209.0, 4227.0, 4187.0, 4220.0, 4187.0, 4210.0, 4239.0, 4208.0, 4220.0, 4198.0, 4220.0, 4239.0], 'WindowWidth': [9422.0, 9381.0, 9332.0, 9339.0, 9285.0, 9298.0, 9287.0, 9283.0, 9289.0, 9286.0, 9290.0, 9268.0, 9309.0, 9330.0, 9309.0, 9346.0, 9399.0, 9393.0, 9410.0, 9337.0, 9338.0, 9305.0, 9283.0, 9266.0, 9328.0, 9370.0, 9339.0, 9384.0, 9358.0, 9354.0, 9382.0, 9331.0, 9360.0, 9326.0, 9350.0, 9387.0, 9339.0, 9365.0, 9343.0, 9371.0, 9370.0, 9335.0, 9363.0, 9324.0, 9344.0, 9345.0, 9311.0, 9329.0, 9294.0, 9350.0, 9367.0, 9325.0, 9350.0, 9319.0, 9327.0, 9359.0, 9312.0, 9340.0, 9324.0, 9344.0, 9298.0, 9334.0, 9370.0, 9333.0, 9361.0, 9340.0, 9343.0, 9317.0, 9329.0, 9365.0, 9307.0, 9345.0, 9360.0, 9333.0, 9342.0, 9291.0, 9337.0, 9340.0, 9306.0, 9361.0, 9314.0, 9320.0, 9350.0, 9317.0, 9345.0, 9297.0, 9319.0, 9340.0, 9300.0, 9341.0, 9279.0, 9301.0, 9335.0, 9286.0, 9330.0, 9305.0, 9298.0, 9335.0, 9300.0, 9317.0, 9283.0, 9323.0, 9356.0, 9315.0, 9346.0, 9308.0, 9318.0, 9341.0, 9288.0, 9337.0, 9340.0, 9302.0, 9341.0, 9296.0, 9306.0, 9353.0, 9303.0, 9325.0, 9337.0, 9304.0, 9344.0, 9288.0, 9324.0, 9346.0, 9307.0, 9325.0, 9289.0, 9324.0, 9358.0, 9290.0, 9324.0, 9342.0, 9309.0, 9344.0, 9309.0, 9342.0, 9345.0, 9326.0, 9364.0, 9320.0, 9338.0, 9340.0, 9321.0, 9360.0, 9314.0, 9338.0, 9357.0, 9340.0, 9337.0, 9294.0, 9320.0, 9336.0, 9301.0, 9337.0, 9297.0, 9342.0, 9318.0, 9298.0, 9322.0, 9283.0, 9302.0, 9323.0, 9305.0, 9339.0, 9289.0, 9319.0, 9299.0, 9321.0, 9356.0, 9318.0, 9342.0, 9283.0, 9324.0, 9344.0, 9280.0, 9340.0, 9302.0, 9338.0, 9287.0, 9326.0, 9347.0, 9310.0, 9343.0, 9311.0, 9339.0, 9331.0, 9336.0, 9326.0, 9351.0, 9368.0, 9339.0, 9363.0, 9315.0, 9350.0, 9315.0, 9353.0, 9361.0, 9332.0, 9359.0, 9313.0, 9341.0, 9332.0, 9302.0, 9344.0, 9309.0, 9332.0, 9299.0, 9340.0, 9294.0, 9318.0, 9335.0, 9297.0, 9329.0, 9296.0, 9316.0, 9309.0, 9316.0, 9354.0, 9301.0, 9346.0, 9340.0, 9344.0, 9308.0, 9312.0, 9337.0, 9294.0, 9342.0, 9322.0, 9315.0, 9336.0, 9300.0, 9362.0, 9305.0, 9318.0, 9343.0, 9322.0, 9359.0, 9305.0, 9393.0, 9364.0, 9368.0, 9364.0, 9327.0, 9368.0, 9312.0, 9349.0, 9322.0, 9366.0, 9389.0, 9350.0, 9339.0, 9333.0, 9329.0, 9351.0, 9343.0, 9353.0, 9401.0, 9369.0, 9353.0, 9360.0, 9305.0, 9335.0, 9339.0, 9323.0, 9356.0, 9302.0, 9341.0, 9299.0, 9320.0, 9340.0, 9308.0, 9360.0, 9320.0, 9348.0, 9315.0, 9324.0, 9354.0, 9325.0, 9379.0, 9359.0, 9386.0, 9369.0, 9347.0, 9309.0, 9329.0, 9368.0, 9362.0, 9327.0, 9285.0, 9321.0, 9304.0, 9357.0, 9315.0, 9377.0, 9334.0, 9369.0, 9325.0, 9363.0, 9347.0, 9350.0, 9368.0, 9313.0, 9301.0, 9350.0, 9311.0, 9296.0, 9286.0, 9259.0, 9305.0, 9232.0, 9261.0, 9258.0, 9255.0, 9271.0, 9263.0, 9304.0, 9247.0, 9185.0, 9188.0, 9260.0, 9246.0, 9236.0, 9229.0, 9244.0, 9233.0, 9238.0, 9279.0, 9219.0, 9213.0, 9172.0, 9185.0, 9179.0, 9259.0, 9242.0, 9294.0, 9308.0, 9318.0, 9327.0, 9319.0, 9284.0, 9282.0, 9276.0, 9323.0, 9297.0, 9340.0, 9325.0, 9382.0, 9410.0, 9351.0, 9370.0, 9376.0, 9325.0, 9339.0, 9309.0, 9366.0, 9383.0, 9336.0, 9370.0, 9338.0, 9368.0, 9346.0, 9338.0, 9360.0, 9334.0, 9387.0, 9391.0, 9356.0, 9372.0, 9354.0, 9366.0, 9342.0, 9403.0, 9391.0, 9362.0, 9387.0, 9336.0, 9384.0, 9386.0, 9353.0, 9387.0, 9349.0, 9380.0, 9353.0, 9348.0, 9386.0, 9332.0, 9377.0, 9381.0, 9344.0, 9382.0, 9326.0, 9368.0, 9387.0, 9340.0, 9365.0, 9314.0, 9358.0, 9362.0, 9337.0, 9387.0, 9341.0, 9367.0, 9328.0, 9367.0, 9383.0, 9344.0, 9378.0, 9377.0, 9343.0, 9348.0, 9312.0, 9344.0, 9377.0, 9328.0, 9364.0, 9307.0, 9352.0, 9331.0, 9332.0, 9354.0, 9313.0, 9328.0, 9312.0, 9347.0, 9379.0, 9335.0, 9386.0, 9331.0, 9370.0, 9319.0, 9329.0, 9380.0, 9333.0, 9378.0, 9337.0, 9355.0, 9358.0, 9311.0, 9351.0, 9312.0, 9360.0, 9376.0, 9322.0, 9344.0, 9303.0, 9340.0, 9358.0, 9335.0, 9377.0, 9328.0, 9356.0, 9303.0, 9327.0, 9359.0, 9328.0, 9357.0, 9324.0, 9353.0, 9317.0, 9327.0, 9364.0, 9333.0, 9340.0, 9340.0, 9350.0, 9299.0, 9338.0, 9340.0, 9321.0, 9375.0, 9358.0, 9316.0, 9444.0, 9369.0, 9400.0, 9399.0, 9352.0, 9344.0, 9350.0, 9314.0, 9357.0, 9324.0, 9375.0, 9340.0, 9365.0, 9376.0, 9348.0, 9350.0, 9324.0, 9311.0, 9357.0, 9336.0, 9402.0, 9390.0, 9371.0, 9381.0, 9337.0, 9356.0, 9375.0, 9338.0, 9380.0, 9354.0, 9365.0, 9353.0, 9400.0, 9433.0, 9424.0, 9361.0, 9314.0, 9346.0, 9348.0, 9369.0, 9380.0, 9419.0, 9379.0, 9407.0, 9411.0, 9384.0, 9393.0, 9371.0, 9380.0, 9367.0, 9367.0, 9349.0, 9340.0, 9349.0, 9317.0, 9296.0, 9313.0, 9273.0, 9288.0, 9277.0, 9269.0, 9280.0, 9234.0, 9284.0, 9274.0, 9235.0, 9258.0, 9229.0, 9273.0, 9222.0, 9246.0, 9282.0, 9235.0, 9272.0, 9235.0, 9285.0, 9252.0, 9283.0, 9303.0, 9285.0, 9289.0, 9304.0, 9316.0, 9285.0, 9266.0, 9249.0, 9251.0, 9295.0, 9302.0, 9309.0, 9291.0, 9278.0, 9320.0, 9309.0, 9334.0, 9386.0, 9406.0, 9349.0, 9385.0, 9497.0, 9537.0, 9508.0, 9388.0, 9394.0, 9364.0, 9420.0, 9367.0, 9399.0, 9352.0, 9320.0, 9238.0, 9251.0, 9357.0, 9349.0, 9360.0, 9408.0, 9344.0, 9395.0, 9361.0, 9429.0, 9430.0, 9387.0, 9436.0, 9413.0, 9367.0, 9388.0, 9346.0, 9349.0, 9358.0, 9332.0, 9366.0, 9338.0, 9373.0, 9342.0, 9394.0, 9401.0, 9381.0, 9417.0, 9370.0, 9388.0, 9410.0, 9372.0, 9396.0, 9356.0, 9397.0, 9382.0, 9410.0, 9409.0, 9373.0, 9379.0, 9357.0, 9386.0, 9342.0, 9406.0, 9416.0, 9393.0, 9387.0, 9370.0, 9411.0, 9376.0, 9410.0, 9369.0, 9437.0, 9434.0, 9424.0, 9414.0, 9362.0, 9422.0, 9385.0, 9411.0, 9429.0, 9404.0, 9400.0, 9361.0, 9405.0, 9407.0, 9391.0, 9411.0, 9369.0, 9396.0, 9360.0, 9386.0, 9402.0, 9366.0, 9396.0, 9366.0, 9415.0, 9401.0, 9364.0, 9384.0, 9337.0, 9382.0, 9331.0, 9367.0, 9401.0, 9362.0, 9371.0, 9333.0, 9370.0, 9369.0, 9356.0, 9403.0, 9364.0, 9370.0, 9337.0, 9366.0, 9344.0, 9369.0, 9407.0, 9379.0, 9374.0, 9335.0, 9377.0, 9332.0, 9382.0, 9386.0, 9378.0, 9371.0, 9337.0, 9374.0, 9334.0, 9394.0, 9381.0, 9375.0, 9393.0, 9344.0, 9369.0, 9330.0, 9407.0, 9367.0, 9371.0, 9350.0, 9349.0, 9380.0, 9345.0, 9390.0, 9352.0, 9369.0, 9333.0, 9342.0, 9375.0, 9342.0, 9372.0, 9335.0, 9366.0, 9333.0, 9343.0, 9380.0, 9343.0, 9380.0, 9343.0, 9379.0, 9327.0, 9358.0, 9365.0, 9362.0, 9383.0, 9341.0, 9364.0, 9324.0, 9360.0, 9359.0, 9344.0, 9377.0, 9327.0, 9379.0, 9323.0, 9385.0, 9361.0, 9344.0, 9374.0, 9337.0, 9348.0, 9312.0, 9360.0, 9378.0, 9345.0, 9380.0, 9344.0, 9369.0, 9330.0, 9372.0, 9326.0, 9371.0, 9363.0, 9341.0, 9366.0, 9324.0, 9382.0, 9317.0, 9351.0, 9374.0, 9338.0, 9368.0, 9309.0, 9367.0, 9322.0, 9356.0, 9375.0, 9346.0, 9383.0, 9344.0, 9387.0, 9341.0, 9374.0, 9377.0, 9341.0, 9380.0, 9341.0, 9365.0, 9326.0, 9380.0, 9319.0, 9357.0, 9376.0, 9346.0, 9367.0, 9342.0, 9379.0, 9325.0, 9362.0, 9363.0, 9362.0, 9384.0, 9344.0, 9367.0, 9331.0, 9361.0, 9310.0, 9361.0, 9382.0, 9360.0, 9368.0, 9331.0, 9378.0, 9314.0, 9360.0, 9382.0, 9343.0, 9368.0, 9329.0, 9384.0, 9338.0, 9363.0, 9378.0, 9343.0, 9364.0, 9327.0, 9388.0, 9333.0, 9356.0, 9363.0, 9331.0, 9383.0, 9332.0, 9357.0, 9314.0, 9356.0, 9328.0, 9363.0, 9372.0, 9354.0, 9377.0, 9350.0, 9373.0, 9342.0, 9348.0, 9340.0, 9382.0, 9364.0, 9406.0, 9370.0, 9427.0, 9382.0, 9427.0, 9428.0, 9374.0, 9419.0, 9391.0, 9401.0, 9408.0, 9392.0, 9391.0, 9361.0, 9380.0, 9399.0, 9353.0, 9403.0, 9350.0, 9389.0, 9333.0, 9381.0, 9376.0, 9355.0, 9410.0, 9356.0, 9399.0, 9356.0, 9414.0, 9363.0, 9356.0, 9404.0, 9353.0, 9383.0, 9350.0, 9396.0, 9360.0, 9371.0, 9405.0, 9358.0, 9396.0, 9343.0, 9397.0, 9351.0, 9373.0, 9407.0, 9359.0, 9401.0, 9344.0, 9389.0, 9377.0, 9374.0, 9409.0, 9356.0, 9400.0, 9363.0, 9372.0, 9409.0, 9366.0, 9394.0, 9353.0, 9370.0, 9373.0, 9370.0, 9408.0, 9353.0, 9394.0, 9337.0, 9370.0, 9336.0, 9358.0, 9380.0, 9363.0, 9392.0, 9364.0, 9405.0, 9349.0, 9397.0, 9413.0, 9380.0, 9430.0, 9390.0, 9401.0, 9374.0, 9404.0, 9411.0, 9380.0, 9429.0, 9374.0, 9399.0, 9361.0, 9406.0, 9367.0, 9392.0, 9411.0, 9388.0, 9408.0, 9361.0, 9413.0, 9361.0, 9407.0, 9368.0, 9393.0, 9382.0, 9394.0, 9410.0, 9378.0, 9404.0, 9360.0, 9403.0, 9372.0, 9393.0, 9411.0, 9391.0, 9415.0, 9373.0, 9415.0, 9371.0, 9410.0, 9348.0, 9371.0, 9402.0, 9352.0, 9408.0, 9361.0, 9393.0, 9363.0, 9380.0, 9384.0, 9350.0, 9385.0, 9335.0, 9391.0, 9343.0, 9381.0, 9354.0, 9352.0, 9386.0, 9333.0, 9377.0, 9366.0, 9378.0, 9382.0, 9352.0, 9384.0, 9339.0, 9368.0, 9337.0, 9385.0, 9342.0, 9393.0, 9339.0, 9381.0, 9376.0, 9413.0, 9408.0, 9442.0, 9411.0, 9431.0, 9414.0, 9379.0, 9439.0, 9394.0, 9400.0, 9410.0, 9374.0, 9381.0, 9328.0, 9364.0, 9341.0, 9355.0, 9389.0, 9347.0, 9388.0, 9333.0, 9364.0, 9382.0, 9335.0, 9404.0, 9346.0, 9373.0, 9323.0, 9350.0, 9380.0, 9344.0, 9395.0, 9356.0, 9375.0, 9379.0, 9338.0, 9364.0, 9312.0, 9358.0, 9361.0, 9330.0, 9382.0, 9344.0, 9386.0, 9325.0, 9365.0, 9375.0, 9332.0, 9389.0, 9339.0, 9387.0, 9325.0, 9347.0, 9381.0, 9333.0, 9393.0, 9367.0, 9345.0, 9366.0, 9315.0, 9363.0, 9314.0, 9351.0, 9386.0, 9345.0, 9363.0, 9329.0, 9364.0, 9384.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.005158759398496241</td></tr>
<tr><td colspan=3>aqi</td><td>0.044023325469924816</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.30995894515528</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3255470713640627</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0436110814581372</td></tr>
<tr><td colspan=3>efc</td><td>0.4748</td></tr>
<tr><td colspan=3>fber</td><td>6744.8555</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1403847980399119</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.293233082706767</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.344504566038495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.285313854604781</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.490448031532183</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2577518119785203</td></tr>
<tr><td colspan=3>gcor</td><td>0.0249805</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003105573123320937</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030914362519979477</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.248557271854733</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.2681</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3461</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.902</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.8833</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9762</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.6384</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.3686</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3603.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.0472</td></tr>
<tr><td colspan=3>tsnr</td><td>32.81421778840013</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>