<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-03/func/sub-0081_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>8b3dd8f16a606677b6fc08a2021ac78e</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>20:38:35.547500</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.999836, -0.00333934, -0.0177815, 0.00506074, 0.995207, 0.0976619]</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.0846075</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4123, -7713, -7266, 612, -87, 40, 73, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59f06ade-5d9c-4426-9b58-3f50d722951d||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.682487726211548, 0.013577583245933056, -0.046899255365133286, 108.83623504638672], [0.008959210477769375, 2.670067071914673, 0.26388707756996155, -101.69355010986328], [-0.04770633578300476, -0.2620198726654053, 2.68666410446167, -54.69221878051758], [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': ['203835.547500', '203836.007500', '203836.467500', '203836.927500', '203837.387500', '203837.847500', '203838.307500', '203838.767500', '203839.227500', '203839.687500', '203840.147500', '203840.607500', '203841.067500', '203841.527500', '203841.987500', '203842.447500', '203842.907500', '203843.367500', '203843.827500', '203844.287500', '203844.747500', '203845.207500', '203845.667500', '203846.127500', '203846.587500', '203847.047500', '203847.507500', '203847.967500', '203848.427500', '203848.887500', '203849.347500', '203849.807500', '203850.267500', '203850.727500', '203851.187500', '203851.647500', '203852.107500', '203852.567500', '203853.027500', '203853.487500', '203853.947500', '203854.407500', '203854.867500', '203855.327500', '203855.787500', '203856.247500', '203856.707500', '203857.167500', '203857.627500', '203858.087500', '203858.547500', '203859.007500', '203859.467500', '203859.927500', '203900.387500', '203900.847500', '203901.307500', '203901.767500', '203902.227500', '203902.687500', '203903.147500', '203903.607500', '203904.067500', '203904.527500', '203904.987500', '203905.447500', '203905.907500', '203906.367500', '203906.827500', '203907.287500', '203907.747500', '203908.207500', '203908.667500', '203909.127500', '203909.587500', '203910.047500', '203910.507500', '203910.967500', '203911.427500', '203911.887500', '203912.347500', '203912.807500', '203913.267500', '203913.727500', '203914.187500', '203914.647500', '203915.107500', '203915.567500', '203916.027500', '203916.487500', '203916.947500', '203917.407500', '203917.867500', '203918.327500', '203918.787500', '203919.247500', '203919.707500', '203920.167500', '203920.627500', '203921.087500', '203921.547500', '203922.007500', '203922.467500', '203922.927500', '203923.387500', '203923.847500', '203924.307500', '203924.767500', '203925.227500', '203925.687500', '203926.147500', '203926.607500', '203927.067500', '203927.527500', '203927.987500', '203928.447500', '203928.907500', '203929.367500', '203929.827500', '203930.287500', '203930.747500', '203931.207500', '203931.667500', '203932.127500', '203932.587500', '203933.047500', '203933.507500', '203933.967500', '203934.427500', '203934.887500', '203935.347500', '203935.807500', '203936.267500', '203936.727500', '203937.187500', '203937.647500', '203938.107500', '203938.567500', '203939.027500', '203939.487500', '203939.947500', '203940.407500', '203940.867500', '203941.327500', '203941.787500', '203942.247500', '203942.707500', '203943.167500', '203943.627500', '203944.087500', '203944.547500', '203945.007500', '203945.467500', '203945.927500', '203946.387500', '203946.847500', '203947.307500', '203947.767500', '203948.227500', '203948.687500', '203949.147500', '203949.607500', '203950.067500', '203950.527500', '203950.987500', '203951.447500', '203951.907500', '203952.367500', '203952.827500', '203953.287500', '203953.747500', '203954.207500', '203954.667500', '203955.127500', '203955.587500', '203956.047500', '203956.507500', '203956.967500', '203957.427500', '203957.887500', '203958.347500', '203958.807500', '203959.267500', '203959.727500', '204000.187500', '204000.647500', '204001.107500', '204001.567500', '204002.027500', '204002.487500', '204002.947500', '204003.407500', '204003.867500', '204004.327500', '204004.787500', '204005.247500', '204005.707500', '204006.167500', '204006.627500', '204007.087500', '204007.547500', '204008.007500', '204008.467500', '204008.927500', '204009.387500', '204009.847500', '204010.307500', '204010.767500', '204011.227500', '204011.687500', '204012.147500', '204012.607500', '204013.067500', '204013.527500', '204013.987500', '204014.447500', '204014.907500', '204015.367500', '204015.827500', '204016.287500', '204016.747500', '204017.207500', '204017.667500', '204018.127500', '204018.587500', '204019.047500', '204019.507500', '204019.967500', '204020.427500', '204020.887500', '204021.347500', '204021.807500', '204022.267500', '204022.727500', '204023.187500', '204023.647500', '204024.107500', '204024.567500', '204025.027500', '204025.487500', '204025.947500', '204026.407500', '204026.867500', '204027.327500', '204027.787500', '204028.247500', '204028.707500', '204029.167500', '204029.627500', '204030.087500', '204030.547500', '204031.007500', '204031.467500', '204031.927500', '204032.387500', '204032.847500', '204033.307500', '204033.767500', '204034.227500', '204034.687500', '204035.147500', '204035.607500', '204036.067500', '204036.527500', '204036.987500', '204037.447500', '204037.907500', '204038.367500', '204038.827500', '204039.287500', '204039.747500', '204040.207500', '204040.667500', '204041.127500', '204041.587500', '204042.047500', '204042.507500', '204042.967500', '204043.427500', '204043.887500', '204044.347500', '204044.807500', '204045.267500', '204045.727500', '204046.187500', '204046.647500', '204047.107500', '204047.567500', '204048.027500', '204048.487500', '204048.947500', '204049.407500', '204049.867500', '204050.327500', '204050.787500', '204051.247500', '204051.707500', '204052.167500', '204052.627500', '204053.087500', '204053.547500', '204054.007500', '204054.467500', '204054.927500', '204055.387500', '204055.847500', '204056.307500', '204056.767500', '204057.227500', '204057.687500', '204058.147500', '204058.607500', '204059.067500', '204059.527500', '204059.987500', '204100.447500', '204100.907500', '204101.367500', '204101.827500', '204102.287500', '204102.747500', '204103.207500', '204103.667500', '204104.127500', '204104.587500', '204105.047500', '204105.507500', '204105.967500', '204106.427500', '204106.887500', '204107.347500', '204107.807500', '204108.267500', '204108.727500', '204109.187500', '204109.647500', '204110.107500', '204110.567500', '204111.027500', '204111.487500', '204111.947500', '204112.407500', '204112.867500', '204113.327500', '204113.787500', '204114.247500', '204114.707500', '204115.167500', '204115.627500', '204116.087500', '204116.547500', '204117.007500', '204117.467500', '204117.927500', '204118.387500', '204118.847500', '204119.307500', '204119.767500', '204120.227500', '204120.687500', '204121.147500', '204121.607500', '204122.067500', '204122.527500', '204122.987500', '204123.447500', '204123.907500', '204124.367500', '204124.827500', '204125.287500', '204125.747500', '204126.207500', '204126.667500', '204127.127500', '204127.587500', '204128.047500', '204128.507500', '204128.967500', '204129.427500', '204129.887500', '204130.347500', '204130.807500', '204131.267500', '204131.727500', '204132.187500', '204132.647500', '204133.107500', '204133.567500', '204134.027500', '204134.487500', '204134.947500', '204135.407500', '204135.867500', '204136.327500', '204136.787500', '204137.247500', '204137.707500', '204138.167500', '204138.627500', '204139.087500', '204139.547500', '204140.007500', '204140.467500', '204140.927500', '204141.387500', '204141.847500', '204142.307500', '204142.767500', '204143.227500', '204143.687500', '204144.147500', '204144.607500', '204145.067500', '204145.527500', '204145.987500', '204146.447500', '204146.907500', '204147.367500', '204147.827500', '204148.287500', '204148.747500', '204149.207500', '204149.667500', '204150.127500', '204150.587500', '204151.047500', '204151.507500', '204151.967500', '204152.427500', '204152.887500', '204153.347500', '204153.807500', '204154.267500', '204154.727500', '204155.187500', '204155.647500', '204156.107500', '204156.567500', '204157.027500', '204157.487500', '204157.947500', '204158.407500', '204158.867500', '204159.327500', '204159.787500', '204200.247500', '204200.707500', '204201.167500', '204201.627500', '204202.087500', '204202.547500', '204203.007500', '204203.467500', '204203.927500', '204204.387500', '204204.847500', '204205.307500', '204205.767500', '204206.227500', '204206.687500', '204207.147500', '204207.607500', '204208.067500', '204208.527500', '204208.987500', '204209.447500', '204209.907500', '204210.367500', '204210.827500', '204211.287500', '204211.747500', '204212.207500', '204212.667500', '204213.127500', '204213.587500', '204214.047500', '204214.507500', '204214.967500', '204215.427500', '204215.887500', '204216.347500', '204216.807500', '204217.267500', '204217.727500', '204218.187500', '204218.647500', '204219.107500', '204219.567500', '204220.027500', '204220.487500', '204220.947500', '204221.407500', '204221.867500', '204222.327500', '204222.787500', '204223.247500', '204223.707500', '204224.167500', '204224.627500', '204225.087500', '204225.547500', '204226.007500', '204226.467500', '204226.927500', '204227.387500', '204227.847500', '204228.307500', '204228.767500', '204229.227500', '204229.687500', '204230.147500', '204230.607500', '204231.067500', '204231.527500', '204231.987500', '204232.447500', '204232.907500', '204233.367500', '204233.827500', '204234.287500', '204234.747500', '204235.207500', '204235.667500', '204236.127500', '204236.587500', '204237.047500', '204237.507500', '204237.967500', '204238.427500', '204238.887500', '204239.347500', '204239.807500', '204240.267500', '204240.727500', '204241.187500', '204241.647500', '204242.107500', '204242.567500', '204243.027500', '204243.487500', '204243.947500', '204244.407500', '204244.867500', '204245.327500', '204245.787500', '204246.247500', '204246.707500', '204247.167500', '204247.627500', '204248.087500', '204248.547500', '204249.007500', '204249.467500', '204249.927500', '204250.387500', '204250.847500', '204251.307500', '204251.767500', '204252.227500', '204252.687500', '204253.147500', '204253.607500', '204254.067500', '204254.527500', '204254.987500', '204255.447500', '204255.907500', '204256.367500', '204256.827500', '204257.287500', '204257.747500', '204258.207500', '204258.667500', '204259.127500', '204259.587500', '204300.047500', '204300.507500', '204300.967500', '204301.427500', '204301.887500', '204302.347500', '204302.807500', '204303.267500', '204303.727500', '204304.187500', '204304.647500', '204305.107500', '204305.567500', '204306.027500', '204306.487500', '204306.947500', '204307.407500', '204307.867500', '204308.327500', '204308.787500', '204309.247500', '204309.707500', '204310.167500', '204310.627500', '204311.087500', '204311.547500', '204312.007500', '204312.467500', '204312.927500', '204313.387500', '204313.847500', '204314.307500', '204314.767500', '204315.227500', '204315.687500', '204316.147500', '204316.607500', '204317.067500', '204317.527500', '204317.987500', '204318.447500', '204318.907500', '204319.367500', '204319.827500', '204320.287500', '204320.747500', '204321.207500', '204321.667500', '204322.127500', '204322.587500', '204323.047500', '204323.507500', '204323.967500', '204324.427500', '204324.887500', '204325.347500', '204325.807500', '204326.267500', '204326.727500', '204327.187500', '204327.647500', '204328.107500', '204328.567500', '204329.027500', '204329.487500', '204329.947500', '204330.407500', '204330.867500', '204331.327500', '204331.787500', '204332.247500', '204332.707500', '204333.167500', '204333.627500', '204334.087500', '204334.547500', '204335.007500', '204335.467500', '204335.927500', '204336.387500', '204336.847500', '204337.307500', '204337.767500', '204338.227500', '204338.687500', '204339.147500', '204339.607500', '204340.067500', '204340.527500', '204340.987500', '204341.447500', '204341.907500', '204342.367500', '204342.827500', '204343.287500', '204343.747500', '204344.207500', '204344.667500', '204345.127500', '204345.587500', '204346.047500', '204346.507500', '204346.967500', '204347.427500', '204347.887500', '204348.347500', '204348.807500', '204349.267500', '204349.727500', '204350.187500', '204350.647500', '204351.107500', '204351.567500', '204352.027500', '204352.487500', '204352.947500', '204353.407500', '204353.867500', '204354.327500', '204354.787500', '204355.247500', '204355.707500', '204356.167500', '204356.627500', '204357.087500', '204357.547500', '204358.007500', '204358.467500', '204358.927500', '204359.387500', '204359.847500', '204400.307500', '204400.767500', '204401.227500', '204401.687500', '204402.147500', '204402.607500', '204403.067500', '204403.527500', '204403.987500', '204404.447500', '204404.907500', '204405.367500', '204405.827500', '204406.287500', '204406.747500', '204407.207500', '204407.667500', '204408.127500', '204408.587500', '204409.047500', '204409.507500', '204409.967500', '204410.427500', '204410.887500', '204411.347500', '204411.807500', '204412.267500', '204412.727500', '204413.187500', '204413.647500', '204414.107500', '204414.567500', '204415.027500', '204415.487500', '204415.947500', '204416.407500', '204416.867500', '204417.327500', '204417.787500', '204418.247500', '204418.707500', '204419.167500', '204419.627500', '204420.087500', '204420.547500', '204421.007500', '204421.467500', '204421.927500', '204422.387500', '204422.847500', '204423.307500', '204423.767500', '204424.227500', '204424.687500', '204425.147500', '204425.607500', '204426.067500', '204426.527500', '204426.987500', '204427.447500', '204427.907500', '204428.367500', '204428.827500', '204429.287500', '204429.747500', '204430.207500', '204430.667500', '204431.127500', '204431.587500', '204432.047500', '204432.507500', '204432.967500', '204433.427500', '204433.887500', '204434.347500', '204434.807500', '204435.267500', '204435.727500', '204436.187500', '204436.647500', '204437.107500', '204437.567500', '204438.027500', '204438.487500', '204438.947500', '204439.407500', '204439.867500', '204440.327500', '204440.787500', '204441.247500', '204441.707500', '204442.167500', '204442.627500', '204443.087500', '204443.547500', '204444.007500', '204444.467500', '204444.927500', '204445.387500', '204445.847500', '204446.307500', '204446.767500', '204447.227500', '204447.687500', '204448.147500', '204448.607500', '204449.067500', '204449.527500', '204449.987500', '204450.447500', '204450.907500', '204451.367500', '204451.827500', '204452.287500', '204452.747500', '204453.207500', '204453.667500', '204454.127500', '204454.587500', '204455.047500', '204455.507500', '204455.967500', '204456.427500', '204456.887500', '204457.347500', '204457.807500', '204458.267500', '204458.727500', '204459.187500', '204459.647500', '204500.107500', '204500.567500', '204501.027500', '204501.487500', '204501.947500', '204502.407500', '204502.867500', '204503.327500', '204503.787500', '204504.247500', '204504.707500', '204505.167500', '204505.627500', '204506.087500', '204506.547500', '204507.007500', '204507.467500', '204507.927500', '204508.387500', '204508.847500', '204509.307500', '204509.767500', '204510.227500', '204510.687500', '204511.147500', '204511.607500', '204512.067500', '204512.527500', '204512.987500', '204513.447500', '204513.907500', '204514.367500', '204514.827500', '204515.287500', '204515.747500', '204516.207500', '204516.667500', '204517.127500', '204517.587500', '204518.047500', '204518.507500', '204518.967500', '204519.427500', '204519.887500', '204520.347500', '204520.807500', '204521.267500', '204521.727500', '204522.187500', '204522.647500', '204523.107500', '204523.567500', '204524.027500', '204524.487500', '204524.947500', '204525.407500', '204525.867500', '204526.327500', '204526.787500', '204527.247500', '204527.707500', '204528.167500', '204528.627500', '204529.087500', '204529.547500', '204530.007500', '204530.467500', '204530.927500', '204531.387500', '204531.847500', '204532.307500', '204532.767500', '204533.227500', '204533.687500', '204534.147500', '204534.607500', '204535.067500', '204535.527500', '204535.987500', '204536.447500', '204536.907500', '204537.367500', '204537.827500', '204538.287500', '204538.747500', '204539.207500', '204539.667500', '204540.127500', '204540.587500', '204541.047500', '204541.507500', '204541.967500', '204542.427500', '204542.887500', '204543.347500', '204543.807500', '204544.267500', '204544.727500', '204545.187500', '204545.647500', '204546.107500', '204546.567500', '204547.027500', '204547.487500', '204547.947500', '204548.407500', '204548.867500', '204549.327500', '204549.787500', '204550.247500', '204550.707500', '204551.167500', '204551.627500', '204552.087500', '204552.547500', '204553.007500', '204553.467500', '204553.927500', '204554.387500', '204554.847500', '204555.307500', '204555.767500', '204556.227500', '204556.687500', '204557.147500', '204557.607500', '204558.067500', '204558.527500', '204558.987500', '204559.447500', '204559.907500', '204600.367500', '204600.827500', '204601.287500', '204601.747500', '204602.207500', '204602.667500', '204603.127500', '204603.587500', '204604.047500', '204604.507500', '204604.967500', '204605.427500', '204605.887500', '204606.347500', '204606.807500', '204607.267500', '204607.727500', '204608.187500', '204608.647500', '204609.107500', '204609.567500', '204610.027500', '204610.487500', '204610.947500', '204611.407500', '204611.867500', '204612.327500', '204612.787500', '204613.247500', '204613.707500', '204614.167500', '204614.627500', '204615.087500', '204615.547500', '204616.007500', '204616.467500', '204616.927500', '204617.387500', '204617.847500', '204618.307500', '204618.767500', '204619.227500', '204619.687500', '204620.147500', '204620.607500', '204621.067500', '204621.527500', '204621.987500', '204622.447500', '204622.907500', '204623.367500', '204623.827500', '204624.287500', '204624.747500', '204625.207500', '204625.667500', '204626.127500', '204626.587500', '204627.047500', '204627.507500', '204627.967500', '204628.427500', '204628.887500', '204629.347500', '204629.807500', '204630.267500', '204630.727500', '204631.187500', '204631.647500', '204632.107500', '204632.567500', '204633.027500', '204633.487500', '204633.947500', '204634.407500', '204634.867500', '204635.327500', '204635.787500', '204636.247500', '204636.707500', '204637.167500', '204637.627500', '204638.087500', '204638.547500', '204639.007500', '204639.467500', '204639.927500', '204640.387500', '204640.847500', '204641.307500', '204641.767500', '204642.227500', '204642.687500', '204643.147500', '204643.607500', '204644.067500', '204644.527500', '204644.987500'], 'ContentTime': ['203847.553000', '203847.556000', '203847.559000', '203847.562000', '203847.564000', '203847.567000', '203847.570000', '203847.572000', '203847.575000', '203847.578000', '203847.580000', '203847.583000', '203847.585000', '203847.588000', '203847.591000', '203847.593000', '203847.596000', '203847.599000', '203847.602000', '203847.604000', '203847.607000', '203847.609000', '203847.612000', '203847.624000', '203907.524000', '203907.527000', '203907.530000', '203907.533000', '203907.536000', '203907.538000', '203907.541000', '203907.543000', '203907.547000', '203907.550000', '203907.552000', '203907.555000', '203907.557000', '203907.560000', '203907.563000', '203907.565000', '203907.568000', '203907.570000', '203907.573000', '203907.576000', '203907.582000', '203907.584000', '203907.587000', '203907.589000', '203907.592000', '203907.595000', '203907.597000', '203907.600000', '203907.603000', '203907.605000', '203907.608000', '203907.610000', '203907.613000', '203907.615000', '203907.618000', '203907.621000', '203907.623000', '203907.626000', '203907.629000', '203907.631000', '203907.634000', '203907.636000', '203907.639000', '203927.524000', '203927.527000', '203927.530000', '203927.532000', '203927.535000', '203927.538000', '203927.540000', '203927.543000', '203927.546000', '203927.548000', '203927.551000', '203927.553000', '203927.556000', '203927.559000', '203927.561000', '203927.564000', '203927.567000', '203927.569000', '203927.572000', '203927.575000', '203927.577000', '203927.580000', '203927.583000', '203927.585000', '203927.588000', '203927.590000', '203927.593000', '203927.596000', '203927.598000', '203927.601000', '203927.604000', '203927.606000', '203927.609000', '203927.612000', '203927.614000', '203927.617000', '203927.620000', '203927.622000', '203927.625000', '203927.627000', '203927.630000', '203927.633000', '203927.635000', '203927.638000', '203947.525000', '203947.527000', '203947.530000', '203947.533000', '203947.535000', '203947.538000', '203947.544000', '203947.547000', '203947.549000', '203947.552000', '203947.555000', '203947.557000', '203947.560000', '203947.562000', '203947.565000', '203947.568000', '203947.570000', '203947.573000', '203947.576000', '203947.578000', '203947.581000', '203947.583000', '203947.586000', '203947.589000', '203947.591000', '203947.594000', '203947.596000', '203947.599000', '203947.602000', '203947.604000', '203947.607000', '203947.609000', '203947.612000', '203947.615000', '203947.617000', '203947.620000', '203947.622000', '203947.625000', '203947.628000', '203947.630000', '203947.633000', '203947.635000', '203947.638000', '204007.523000', '204007.526000', '204007.529000', '204007.532000', '204007.534000', '204007.537000', '204007.540000', '204007.542000', '204007.545000', '204007.547000', '204007.550000', '204007.553000', '204007.556000', '204007.559000', '204007.562000', '204007.565000', '204007.567000', '204007.570000', '204007.572000', '204007.575000', '204007.578000', '204007.580000', '204007.583000', '204007.586000', '204007.588000', '204007.591000', '204007.593000', '204007.596000', '204007.599000', '204007.602000', '204007.604000', '204007.607000', '204007.610000', '204007.612000', '204007.615000', '204007.618000', '204007.620000', '204007.623000', '204007.626000', '204007.628000', '204007.631000', '204007.633000', '204007.636000', '204027.534000', '204027.537000', '204027.540000', '204027.543000', '204027.545000', '204027.548000', '204027.550000', '204027.553000', '204027.556000', '204027.558000', '204027.561000', '204027.564000', '204027.566000', '204027.569000', '204027.571000', '204027.574000', '204027.579000', '204027.581000', '204027.584000', '204027.587000', '204027.589000', '204027.592000', '204027.594000', '204027.597000', '204027.600000', '204027.602000', '204027.605000', '204027.607000', '204027.610000', '204027.613000', '204027.615000', '204027.618000', '204027.620000', '204027.623000', '204027.626000', '204027.628000', '204027.631000', '204027.633000', '204027.636000', '204027.638000', '204027.641000', '204027.644000', '204027.646000', '204027.649000', '204047.524000', '204047.526000', '204047.529000', '204047.532000', '204047.535000', '204047.538000', '204047.541000', '204047.544000', '204047.546000', '204047.549000', '204047.551000', '204047.554000', '204047.557000', '204047.559000', '204047.562000', '204047.564000', '204047.567000', '204047.570000', '204047.572000', '204047.575000', '204047.577000', '204047.580000', '204047.583000', '204047.585000', '204047.588000', '204047.590000', '204047.593000', '204047.596000', '204047.598000', '204047.601000', '204047.604000', '204047.606000', '204047.609000', '204047.611000', '204047.614000', '204047.617000', '204047.619000', '204047.622000', '204047.624000', '204047.627000', '204047.630000', '204047.632000', '204047.635000', '204107.524000', '204107.526000', '204107.529000', '204107.532000', '204107.534000', '204107.537000', '204107.539000', '204107.542000', '204107.544000', '204107.547000', '204107.550000', '204107.552000', '204107.555000', '204107.558000', '204107.560000', '204107.563000', '204107.565000', '204107.568000', '204107.570000', '204107.573000', '204107.576000', '204107.578000', '204107.581000', '204107.583000', '204107.586000', '204107.589000', '204107.591000', '204107.594000', '204107.597000', '204107.599000', '204107.602000', '204107.605000', '204107.607000', '204107.610000', '204107.612000', '204107.615000', '204107.618000', '204107.620000', '204107.623000', '204107.625000', '204107.628000', '204107.631000', '204107.633000', '204107.636000', '204127.525000', '204127.527000', '204127.530000', '204127.540000', '204127.543000', '204127.545000', '204127.548000', '204127.551000', '204127.553000', '204127.556000', '204127.559000', '204127.561000', '204127.564000', '204127.567000', '204127.569000', '204127.572000', '204127.575000', '204127.577000', '204127.580000', '204127.582000', '204127.585000', '204127.588000', '204127.591000', '204127.594000', '204127.599000', '204127.602000', '204127.605000', '204127.608000', '204127.610000', '204127.613000', '204127.615000', '204127.622000', '204127.625000', '204127.627000', '204127.630000', '204127.633000', '204127.635000', '204127.638000', '204127.641000', '204127.643000', '204127.646000', '204127.648000', '204127.651000', '204147.525000', '204147.527000', '204147.530000', '204147.533000', '204147.535000', '204147.538000', '204147.541000', '204147.543000', '204147.546000', '204147.548000', '204147.551000', '204147.554000', '204147.556000', '204147.559000', '204147.561000', '204147.564000', '204147.567000', '204147.569000', '204147.572000', '204147.574000', '204147.577000', '204147.580000', '204147.582000', '204147.585000', '204147.588000', '204147.590000', '204147.593000', '204147.595000', '204147.598000', '204147.601000', '204147.603000', '204147.606000', '204147.609000', '204147.611000', '204147.614000', '204147.616000', '204147.619000', '204147.621000', '204147.624000', '204147.658000', '204147.661000', '204147.663000', '204147.666000', '204147.668000', '204207.524000', '204207.527000', '204207.530000', '204207.533000', '204207.535000', '204207.538000', '204207.541000', '204207.544000', '204207.547000', '204207.550000', '204207.553000', '204207.555000', '204207.558000', '204207.561000', '204207.563000', '204207.566000', '204207.568000', '204207.571000', '204207.574000', '204207.576000', '204207.579000', '204207.581000', '204207.584000', '204207.587000', '204207.589000', '204207.592000', '204207.595000', '204207.597000', '204207.600000', '204207.603000', '204207.605000', '204207.608000', '204207.611000', '204207.613000', '204207.616000', '204207.618000', '204207.621000', '204207.624000', '204207.626000', '204207.629000', '204207.631000', '204207.634000', '204207.637000', '204227.523000', '204227.526000', '204227.529000', '204227.532000', '204227.534000', '204227.537000', '204227.540000', '204227.542000', '204227.545000', '204227.548000', '204227.550000', '204227.553000', '204227.556000', '204227.558000', '204227.561000', '204227.563000', '204227.566000', '204227.568000', '204227.571000', '204227.574000', '204227.576000', '204227.579000', '204227.581000', '204227.584000', '204227.587000', '204227.589000', '204227.592000', '204227.595000', '204227.597000', '204227.600000', '204227.602000', '204227.605000', '204227.608000', '204227.610000', '204227.613000', '204227.615000', '204227.618000', '204227.621000', '204227.623000', '204227.626000', '204227.629000', '204227.631000', '204227.634000', '204227.636000', '204247.524000', '204247.527000', '204247.529000', '204247.532000', '204247.534000', '204247.537000', '204247.540000', '204247.542000', '204247.545000', '204247.548000', '204247.550000', '204247.553000', '204247.555000', '204247.558000', '204247.561000', '204247.563000', '204247.566000', '204247.568000', '204247.571000', '204247.574000', '204247.576000', '204247.579000', '204247.581000', '204247.584000', '204247.587000', '204247.591000', '204247.594000', '204247.596000', '204247.599000', '204247.602000', '204247.604000', '204247.607000', '204247.609000', '204247.612000', '204247.615000', '204247.617000', '204247.620000', '204247.623000', '204247.625000', '204247.628000', '204247.630000', '204247.633000', '204247.636000', '204307.524000', '204307.527000', '204307.529000', '204307.532000', '204307.535000', '204307.537000', '204307.540000', '204307.542000', '204307.545000', '204307.548000', '204307.550000', '204307.553000', '204307.555000', '204307.558000', '204307.561000', '204307.563000', '204307.566000', '204307.568000', '204307.571000', '204307.574000', '204307.576000', '204307.579000', '204307.582000', '204307.584000', '204307.587000', '204307.590000', '204307.592000', '204307.595000', '204307.598000', '204307.600000', '204307.603000', '204307.606000', '204307.608000', '204307.611000', '204307.614000', '204307.616000', '204307.619000', '204307.622000', '204307.624000', '204307.627000', '204307.630000', '204307.632000', '204307.635000', '204307.638000', '204327.523000', '204327.526000', '204327.529000', '204327.532000', '204327.534000', '204327.537000', '204327.547000', '204327.550000', '204327.552000', '204327.555000', '204327.557000', '204327.560000', '204327.563000', '204327.565000', '204327.568000', '204327.571000', '204327.573000', '204327.576000', '204327.578000', '204327.581000', '204327.584000', '204327.586000', '204327.589000', '204327.591000', '204327.594000', '204327.597000', '204327.600000', '204327.603000', '204327.606000', '204327.609000', '204327.612000', '204327.614000', '204327.617000', '204327.619000', '204327.622000', '204327.625000', '204327.627000', '204327.630000', '204327.633000', '204327.635000', '204327.638000', '204327.640000', '204327.643000', '204347.525000', '204347.528000', '204347.530000', '204347.533000', '204347.535000', '204347.538000', '204347.541000', '204347.543000', '204347.546000', '204347.549000', '204347.551000', '204347.554000', '204347.556000', '204347.559000', '204347.562000', '204347.564000', '204347.567000', '204347.569000', '204347.572000', '204347.575000', '204347.577000', '204347.580000', '204347.583000', '204347.585000', '204347.588000', '204347.590000', '204347.593000', '204347.596000', '204347.598000', '204347.601000', '204347.604000', '204347.606000', '204347.609000', '204347.612000', '204347.614000', '204347.617000', '204347.620000', '204347.622000', '204347.625000', '204347.627000', '204347.630000', '204347.633000', '204347.635000', '204347.638000', '204407.525000', '204407.527000', '204407.530000', '204407.533000', '204407.536000', '204407.538000', '204407.541000', '204407.544000', '204407.546000', '204407.549000', '204407.551000', '204407.554000', '204407.557000', '204407.559000', '204407.562000', '204407.564000', '204407.567000', '204407.570000', '204407.572000', '204407.575000', '204407.578000', '204407.580000', '204407.583000', '204407.586000', '204407.588000', '204407.591000', '204407.595000', '204407.598000', '204407.601000', '204407.603000', '204407.606000', '204407.609000', '204407.611000', '204407.614000', '204407.617000', '204407.620000', '204407.623000', '204407.628000', '204407.631000', '204407.633000', '204407.636000', '204407.639000', '204407.642000', '204427.524000', '204427.527000', '204427.530000', '204427.533000', '204427.535000', '204427.538000', '204427.540000', '204427.543000', '204427.546000', '204427.548000', '204427.551000', '204427.553000', '204427.557000', '204427.560000', '204427.562000', '204427.565000', '204427.567000', '204427.570000', '204427.573000', '204427.575000', '204427.578000', '204427.581000', '204427.583000', '204427.586000', '204427.588000', '204427.591000', '204427.594000', '204427.596000', '204427.599000', '204427.601000', '204427.604000', '204427.607000', '204427.609000', '204427.612000', '204427.615000', '204427.617000', '204427.620000', '204427.622000', '204427.625000', '204427.628000', '204427.630000', '204427.633000', '204427.635000', '204427.638000', '204447.524000', '204447.527000', '204447.529000', '204447.532000', '204447.534000', '204447.537000', '204447.540000', '204447.542000', '204447.545000', '204447.548000', '204447.550000', '204447.553000', '204447.555000', '204447.558000', '204447.561000', '204447.563000', '204447.566000', '204447.579000', '204447.582000', '204447.584000', '204447.587000', '204447.590000', '204447.592000', '204447.595000', '204447.598000', '204447.600000', '204447.603000', '204447.605000', '204447.608000', '204447.611000', '204447.613000', '204447.616000', '204447.619000', '204447.621000', '204447.624000', '204447.626000', '204447.629000', '204447.632000', '204447.634000', '204447.637000', '204447.639000', '204447.642000', '204447.645000', '204507.523000', '204507.526000', '204507.529000', '204507.532000', '204507.535000', '204507.537000', '204507.540000', '204507.543000', '204507.545000', '204507.548000', '204507.550000', '204507.553000', '204507.556000', '204507.558000', '204507.561000', '204507.564000', '204507.566000', '204507.569000', '204507.572000', '204507.574000', '204507.577000', '204507.579000', '204507.582000', '204507.585000', '204507.587000', '204507.590000', '204507.592000', '204507.595000', '204507.598000', '204507.601000', '204507.603000', '204507.606000', '204507.609000', '204507.611000', '204507.614000', '204507.616000', '204507.619000', '204507.622000', '204507.624000', '204507.627000', '204507.630000', '204507.632000', '204507.635000', '204507.643000', '204527.523000', '204527.526000', '204527.529000', '204527.532000', '204527.534000', '204527.537000', '204527.540000', '204527.542000', '204527.545000', '204527.547000', '204527.550000', '204527.553000', '204527.555000', '204527.558000', '204527.560000', '204527.563000', '204527.566000', '204527.568000', '204527.571000', '204527.574000', '204527.576000', '204527.579000', '204527.581000', '204527.584000', '204527.587000', '204527.589000', '204527.592000', '204527.595000', '204527.597000', '204527.600000', '204527.603000', '204527.605000', '204527.608000', '204527.610000', '204527.613000', '204527.616000', '204527.618000', '204527.621000', '204527.624000', '204527.626000', '204527.629000', '204527.632000', '204527.634000', '204547.524000', '204547.526000', '204547.529000', '204547.532000', '204547.534000', '204547.537000', '204547.540000', '204547.542000', '204547.545000', '204547.548000', '204547.550000', '204547.553000', '204547.555000', '204547.558000', '204547.561000', '204547.563000', '204547.566000', '204547.569000', '204547.571000', '204547.574000', '204547.577000', '204547.579000', '204547.582000', '204547.585000', '204547.587000', '204547.590000', '204547.593000', '204547.595000', '204547.598000', '204547.601000', '204547.604000', '204547.606000', '204547.609000', '204547.611000', '204547.614000', '204547.617000', '204547.619000', '204547.622000', '204547.625000', '204547.627000', '204547.630000', '204547.632000', '204547.635000', '204547.638000', '204607.525000', '204607.527000', '204607.530000', '204607.533000', '204607.536000', '204607.538000', '204607.541000', '204607.544000', '204607.546000', '204607.549000', '204607.552000', '204607.554000', '204607.557000', '204607.560000', '204607.562000', '204607.565000', '204607.568000', '204607.570000', '204607.573000', '204607.575000', '204607.578000', '204607.581000', '204607.583000', '204607.586000', '204607.589000', '204607.591000', '204607.594000', '204607.596000', '204607.599000', '204607.602000', '204607.605000', '204607.607000', '204607.610000', '204607.612000', '204607.615000', '204607.618000', '204607.620000', '204607.623000', '204607.626000', '204607.628000', '204607.631000', '204607.633000', '204607.654000', '204627.524000', '204627.528000', '204627.530000', '204627.533000', '204627.535000', '204627.538000', '204627.541000', '204627.543000', '204627.546000', '204627.549000', '204627.551000', '204627.554000', '204627.557000', '204627.559000', '204627.562000', '204627.565000', '204627.567000', '204627.571000', '204627.573000', '204627.576000', '204627.579000', '204627.581000', '204627.584000', '204627.586000', '204627.589000', '204627.592000', '204627.595000', '204627.597000', '204627.600000', '204627.603000', '204627.605000', '204627.608000', '204627.611000', '204627.613000', '204627.616000', '204627.619000', '204627.621000', '204627.624000', '204627.627000', '204627.629000', '204627.632000', '204627.635000', '204627.637000', '204627.640000', '204646.322000', '204646.325000', '204646.327000', '204646.330000', '204646.333000', '204646.335000', '204646.338000', '204646.340000', '204646.343000', '204646.346000', '204646.348000', '204646.351000', '204646.354000', '204646.356000', '204646.359000', '204646.361000', '204646.364000', '204646.367000', '204646.369000', '204646.372000', '204646.374000', '204646.377000', '204646.380000', '204646.382000', '204646.385000', '204646.387000', '204646.390000', '204646.393000', '204646.396000', '204646.398000', '204646.401000', '204646.404000', '204646.406000', '204646.409000', '204646.411000', '204646.414000', '204646.417000', '204646.419000', '204646.422000', '204646.425000', '204646.428000'], 'InstanceCreationTime': ['203847.553000', '203847.556000', '203847.559000', '203847.562000', '203847.564000', '203847.567000', '203847.570000', '203847.572000', '203847.575000', '203847.578000', '203847.580000', '203847.583000', '203847.585000', '203847.588000', '203847.591000', '203847.593000', '203847.596000', '203847.599000', '203847.602000', '203847.604000', '203847.607000', '203847.609000', '203847.612000', '203847.624000', '203907.524000', '203907.527000', '203907.530000', '203907.533000', '203907.536000', '203907.538000', '203907.541000', '203907.543000', '203907.547000', '203907.550000', '203907.552000', '203907.555000', '203907.557000', '203907.560000', '203907.563000', '203907.565000', '203907.568000', '203907.570000', '203907.573000', '203907.576000', '203907.582000', '203907.584000', '203907.587000', '203907.589000', '203907.592000', '203907.595000', '203907.597000', '203907.600000', '203907.603000', '203907.605000', '203907.608000', '203907.610000', '203907.613000', '203907.615000', '203907.618000', '203907.621000', '203907.623000', '203907.626000', '203907.629000', '203907.631000', '203907.634000', '203907.636000', '203907.639000', '203927.524000', '203927.527000', '203927.530000', '203927.532000', '203927.535000', '203927.538000', '203927.540000', '203927.543000', '203927.546000', '203927.548000', '203927.551000', '203927.553000', '203927.556000', '203927.559000', '203927.561000', '203927.564000', '203927.567000', '203927.569000', '203927.572000', '203927.575000', '203927.577000', '203927.580000', '203927.583000', '203927.585000', '203927.588000', '203927.590000', '203927.593000', '203927.596000', '203927.598000', '203927.601000', '203927.604000', '203927.606000', '203927.609000', '203927.612000', '203927.614000', '203927.617000', '203927.620000', '203927.622000', '203927.625000', '203927.627000', '203927.630000', '203927.633000', '203927.635000', '203927.638000', '203947.525000', '203947.527000', '203947.530000', '203947.533000', '203947.535000', '203947.538000', '203947.544000', '203947.547000', '203947.549000', '203947.552000', '203947.555000', '203947.557000', '203947.560000', '203947.562000', '203947.565000', '203947.568000', '203947.570000', '203947.573000', '203947.576000', '203947.578000', '203947.581000', '203947.583000', '203947.586000', '203947.589000', '203947.591000', '203947.594000', '203947.596000', '203947.599000', '203947.602000', '203947.604000', '203947.607000', '203947.609000', '203947.612000', '203947.615000', '203947.617000', '203947.620000', '203947.622000', '203947.625000', '203947.628000', '203947.630000', '203947.633000', '203947.635000', '203947.638000', '204007.523000', '204007.526000', '204007.529000', '204007.532000', '204007.534000', '204007.537000', '204007.540000', '204007.542000', '204007.545000', '204007.547000', '204007.550000', '204007.553000', '204007.556000', '204007.559000', '204007.562000', '204007.565000', '204007.567000', '204007.570000', '204007.572000', '204007.575000', '204007.578000', '204007.580000', '204007.583000', '204007.586000', '204007.588000', '204007.591000', '204007.593000', '204007.596000', '204007.599000', '204007.602000', '204007.604000', '204007.607000', '204007.610000', '204007.612000', '204007.615000', '204007.618000', '204007.620000', '204007.623000', '204007.626000', '204007.628000', '204007.631000', '204007.633000', '204007.636000', '204027.534000', '204027.537000', '204027.540000', '204027.543000', '204027.545000', '204027.548000', '204027.550000', '204027.553000', '204027.556000', '204027.558000', '204027.561000', '204027.564000', '204027.566000', '204027.569000', '204027.571000', '204027.574000', '204027.579000', '204027.581000', '204027.584000', '204027.587000', '204027.589000', '204027.592000', '204027.594000', '204027.597000', '204027.600000', '204027.602000', '204027.605000', '204027.607000', '204027.610000', '204027.613000', '204027.615000', '204027.618000', '204027.620000', '204027.623000', '204027.626000', '204027.628000', '204027.631000', '204027.633000', '204027.636000', '204027.638000', '204027.641000', '204027.644000', '204027.646000', '204027.649000', '204047.524000', '204047.526000', '204047.529000', '204047.532000', '204047.535000', '204047.538000', '204047.541000', '204047.544000', '204047.546000', '204047.549000', '204047.551000', '204047.554000', '204047.557000', '204047.559000', '204047.562000', '204047.564000', '204047.567000', '204047.570000', '204047.572000', '204047.575000', '204047.577000', '204047.580000', '204047.583000', '204047.585000', '204047.588000', '204047.590000', '204047.593000', '204047.596000', '204047.598000', '204047.601000', '204047.604000', '204047.606000', '204047.609000', '204047.611000', '204047.614000', '204047.617000', '204047.619000', '204047.622000', '204047.624000', '204047.627000', '204047.630000', '204047.632000', '204047.635000', '204107.524000', '204107.526000', '204107.529000', '204107.532000', '204107.534000', '204107.537000', '204107.539000', '204107.542000', '204107.544000', '204107.547000', '204107.550000', '204107.552000', '204107.555000', '204107.558000', '204107.560000', '204107.563000', '204107.565000', '204107.568000', '204107.570000', '204107.573000', '204107.576000', '204107.578000', '204107.581000', '204107.583000', '204107.586000', '204107.589000', '204107.591000', '204107.594000', '204107.597000', '204107.599000', '204107.602000', '204107.605000', '204107.607000', '204107.610000', '204107.612000', '204107.615000', '204107.618000', '204107.620000', '204107.623000', '204107.625000', '204107.628000', '204107.631000', '204107.633000', '204107.636000', '204127.525000', '204127.527000', '204127.530000', '204127.540000', '204127.543000', '204127.545000', '204127.548000', '204127.551000', '204127.553000', '204127.556000', '204127.559000', '204127.561000', '204127.564000', '204127.567000', '204127.569000', '204127.572000', '204127.575000', '204127.577000', '204127.580000', '204127.582000', '204127.585000', '204127.588000', '204127.591000', '204127.594000', '204127.599000', '204127.602000', '204127.605000', '204127.608000', '204127.610000', '204127.613000', '204127.615000', '204127.622000', '204127.625000', '204127.627000', '204127.630000', '204127.633000', '204127.635000', '204127.638000', '204127.641000', '204127.643000', '204127.646000', '204127.648000', '204127.651000', '204147.525000', '204147.527000', '204147.530000', '204147.533000', '204147.535000', '204147.538000', '204147.541000', '204147.543000', '204147.546000', '204147.548000', '204147.551000', '204147.554000', '204147.556000', '204147.559000', '204147.561000', '204147.564000', '204147.567000', '204147.569000', '204147.572000', '204147.574000', '204147.577000', '204147.580000', '204147.582000', '204147.585000', '204147.588000', '204147.590000', '204147.593000', '204147.595000', '204147.598000', '204147.601000', '204147.603000', '204147.606000', '204147.609000', '204147.611000', '204147.614000', '204147.616000', '204147.619000', '204147.621000', '204147.624000', '204147.658000', '204147.661000', '204147.663000', '204147.666000', '204147.668000', '204207.524000', '204207.527000', '204207.530000', '204207.533000', '204207.535000', '204207.538000', '204207.541000', '204207.544000', '204207.547000', '204207.550000', '204207.553000', '204207.555000', '204207.558000', '204207.561000', '204207.563000', '204207.566000', '204207.568000', '204207.571000', '204207.574000', '204207.576000', '204207.579000', '204207.581000', '204207.584000', '204207.587000', '204207.589000', '204207.592000', '204207.595000', '204207.597000', '204207.600000', '204207.603000', '204207.605000', '204207.608000', '204207.611000', '204207.613000', '204207.616000', '204207.618000', '204207.621000', '204207.624000', '204207.626000', '204207.629000', '204207.631000', '204207.634000', '204207.637000', '204227.523000', '204227.526000', '204227.529000', '204227.532000', '204227.534000', '204227.537000', '204227.540000', '204227.542000', '204227.545000', '204227.548000', '204227.550000', '204227.553000', '204227.556000', '204227.558000', '204227.561000', '204227.563000', '204227.566000', '204227.568000', '204227.571000', '204227.574000', '204227.576000', '204227.579000', '204227.581000', '204227.584000', '204227.587000', '204227.589000', '204227.592000', '204227.595000', '204227.597000', '204227.600000', '204227.602000', '204227.605000', '204227.608000', '204227.610000', '204227.613000', '204227.615000', '204227.618000', '204227.621000', '204227.623000', '204227.626000', '204227.629000', '204227.631000', '204227.634000', '204227.636000', '204247.524000', '204247.527000', '204247.529000', '204247.532000', '204247.534000', '204247.537000', '204247.540000', '204247.542000', '204247.545000', '204247.548000', '204247.550000', '204247.553000', '204247.555000', '204247.558000', '204247.561000', '204247.563000', '204247.566000', '204247.568000', '204247.571000', '204247.574000', '204247.576000', '204247.579000', '204247.581000', '204247.584000', '204247.587000', '204247.591000', '204247.594000', '204247.596000', '204247.599000', '204247.602000', '204247.604000', '204247.607000', '204247.609000', '204247.612000', '204247.615000', '204247.617000', '204247.620000', '204247.623000', '204247.625000', '204247.628000', '204247.630000', '204247.633000', '204247.636000', '204307.524000', '204307.527000', '204307.529000', '204307.532000', '204307.535000', '204307.537000', '204307.540000', '204307.542000', '204307.545000', '204307.548000', '204307.550000', '204307.553000', '204307.555000', '204307.558000', '204307.561000', '204307.563000', '204307.566000', '204307.568000', '204307.571000', '204307.574000', '204307.576000', '204307.579000', '204307.582000', '204307.584000', '204307.587000', '204307.590000', '204307.592000', '204307.595000', '204307.598000', '204307.600000', '204307.603000', '204307.606000', '204307.608000', '204307.611000', '204307.614000', '204307.616000', '204307.619000', '204307.622000', '204307.624000', '204307.627000', '204307.630000', '204307.632000', '204307.635000', '204307.638000', '204327.523000', '204327.526000', '204327.529000', '204327.532000', '204327.534000', '204327.537000', '204327.547000', '204327.550000', '204327.552000', '204327.555000', '204327.557000', '204327.560000', '204327.563000', '204327.565000', '204327.568000', '204327.571000', '204327.573000', '204327.576000', '204327.578000', '204327.581000', '204327.584000', '204327.586000', '204327.589000', '204327.591000', '204327.594000', '204327.597000', '204327.600000', '204327.603000', '204327.606000', '204327.609000', '204327.612000', '204327.614000', '204327.617000', '204327.619000', '204327.622000', '204327.625000', '204327.627000', '204327.630000', '204327.633000', '204327.635000', '204327.638000', '204327.640000', '204327.643000', '204347.525000', '204347.528000', '204347.530000', '204347.533000', '204347.535000', '204347.538000', '204347.541000', '204347.543000', '204347.546000', '204347.549000', '204347.551000', '204347.554000', '204347.556000', '204347.559000', '204347.562000', '204347.564000', '204347.567000', '204347.569000', '204347.572000', '204347.575000', '204347.577000', '204347.580000', '204347.583000', '204347.585000', '204347.588000', '204347.590000', '204347.593000', '204347.596000', '204347.598000', '204347.601000', '204347.604000', '204347.606000', '204347.609000', '204347.612000', '204347.614000', '204347.617000', '204347.620000', '204347.622000', '204347.625000', '204347.627000', '204347.630000', '204347.633000', '204347.635000', '204347.638000', '204407.525000', '204407.527000', '204407.530000', '204407.533000', '204407.536000', '204407.538000', '204407.541000', '204407.544000', '204407.546000', '204407.549000', '204407.551000', '204407.554000', '204407.557000', '204407.559000', '204407.562000', '204407.564000', '204407.567000', '204407.570000', '204407.572000', '204407.575000', '204407.578000', '204407.580000', '204407.583000', '204407.586000', '204407.588000', '204407.591000', '204407.595000', '204407.598000', '204407.601000', '204407.603000', '204407.606000', '204407.609000', '204407.611000', '204407.614000', '204407.617000', '204407.620000', '204407.623000', '204407.628000', '204407.631000', '204407.633000', '204407.636000', '204407.639000', '204407.642000', '204427.524000', '204427.527000', '204427.530000', '204427.533000', '204427.535000', '204427.538000', '204427.540000', '204427.543000', '204427.546000', '204427.548000', '204427.551000', '204427.553000', '204427.557000', '204427.560000', '204427.562000', '204427.565000', '204427.567000', '204427.570000', '204427.573000', '204427.575000', '204427.578000', '204427.581000', '204427.583000', '204427.586000', '204427.588000', '204427.591000', '204427.594000', '204427.596000', '204427.599000', '204427.601000', '204427.604000', '204427.607000', '204427.609000', '204427.612000', '204427.615000', '204427.617000', '204427.620000', '204427.622000', '204427.625000', '204427.628000', '204427.630000', '204427.633000', '204427.635000', '204427.638000', '204447.524000', '204447.527000', '204447.529000', '204447.532000', '204447.534000', '204447.537000', '204447.540000', '204447.542000', '204447.545000', '204447.548000', '204447.550000', '204447.553000', '204447.555000', '204447.558000', '204447.561000', '204447.563000', '204447.566000', '204447.579000', '204447.582000', '204447.584000', '204447.587000', '204447.590000', '204447.592000', '204447.595000', '204447.598000', '204447.600000', '204447.603000', '204447.605000', '204447.608000', '204447.611000', '204447.613000', '204447.616000', '204447.619000', '204447.621000', '204447.624000', '204447.626000', '204447.629000', '204447.632000', '204447.634000', '204447.637000', '204447.639000', '204447.642000', '204447.645000', '204507.523000', '204507.526000', '204507.529000', '204507.532000', '204507.535000', '204507.537000', '204507.540000', '204507.543000', '204507.545000', '204507.548000', '204507.550000', '204507.553000', '204507.556000', '204507.558000', '204507.561000', '204507.564000', '204507.566000', '204507.569000', '204507.572000', '204507.574000', '204507.577000', '204507.579000', '204507.582000', '204507.585000', '204507.587000', '204507.590000', '204507.592000', '204507.595000', '204507.598000', '204507.601000', '204507.603000', '204507.606000', '204507.609000', '204507.611000', '204507.614000', '204507.616000', '204507.619000', '204507.622000', '204507.624000', '204507.627000', '204507.630000', '204507.632000', '204507.635000', '204507.643000', '204527.523000', '204527.526000', '204527.529000', '204527.532000', '204527.534000', '204527.537000', '204527.540000', '204527.542000', '204527.545000', '204527.547000', '204527.550000', '204527.553000', '204527.555000', '204527.558000', '204527.560000', '204527.563000', '204527.566000', '204527.568000', '204527.571000', '204527.574000', '204527.576000', '204527.579000', '204527.581000', '204527.584000', '204527.587000', '204527.589000', '204527.592000', '204527.595000', '204527.597000', '204527.600000', '204527.603000', '204527.605000', '204527.608000', '204527.610000', '204527.613000', '204527.616000', '204527.618000', '204527.621000', '204527.624000', '204527.626000', '204527.629000', '204527.632000', '204527.634000', '204547.524000', '204547.526000', '204547.529000', '204547.532000', '204547.534000', '204547.537000', '204547.540000', '204547.542000', '204547.545000', '204547.548000', '204547.550000', '204547.553000', '204547.555000', '204547.558000', '204547.561000', '204547.563000', '204547.566000', '204547.569000', '204547.571000', '204547.574000', '204547.577000', '204547.579000', '204547.582000', '204547.585000', '204547.587000', '204547.590000', '204547.593000', '204547.595000', '204547.598000', '204547.601000', '204547.604000', '204547.606000', '204547.609000', '204547.611000', '204547.614000', '204547.617000', '204547.619000', '204547.622000', '204547.625000', '204547.627000', '204547.630000', '204547.632000', '204547.635000', '204547.638000', '204607.525000', '204607.527000', '204607.530000', '204607.533000', '204607.536000', '204607.538000', '204607.541000', '204607.544000', '204607.546000', '204607.549000', '204607.552000', '204607.554000', '204607.557000', '204607.560000', '204607.562000', '204607.565000', '204607.568000', '204607.570000', '204607.573000', '204607.575000', '204607.578000', '204607.581000', '204607.583000', '204607.586000', '204607.589000', '204607.591000', '204607.594000', '204607.596000', '204607.599000', '204607.602000', '204607.605000', '204607.607000', '204607.610000', '204607.612000', '204607.615000', '204607.618000', '204607.620000', '204607.623000', '204607.626000', '204607.628000', '204607.631000', '204607.633000', '204607.654000', '204627.524000', '204627.528000', '204627.530000', '204627.533000', '204627.535000', '204627.538000', '204627.541000', '204627.543000', '204627.546000', '204627.549000', '204627.551000', '204627.554000', '204627.557000', '204627.559000', '204627.562000', '204627.565000', '204627.567000', '204627.571000', '204627.573000', '204627.576000', '204627.579000', '204627.581000', '204627.584000', '204627.586000', '204627.589000', '204627.592000', '204627.595000', '204627.597000', '204627.600000', '204627.603000', '204627.605000', '204627.608000', '204627.611000', '204627.613000', '204627.616000', '204627.619000', '204627.621000', '204627.624000', '204627.627000', '204627.629000', '204627.632000', '204627.635000', '204627.637000', '204627.640000', '204646.322000', '204646.325000', '204646.327000', '204646.330000', '204646.333000', '204646.335000', '204646.338000', '204646.340000', '204646.343000', '204646.346000', '204646.348000', '204646.351000', '204646.354000', '204646.356000', '204646.359000', '204646.361000', '204646.364000', '204646.367000', '204646.369000', '204646.372000', '204646.374000', '204646.377000', '204646.380000', '204646.382000', '204646.385000', '204646.387000', '204646.390000', '204646.393000', '204646.396000', '204646.398000', '204646.401000', '204646.404000', '204646.406000', '204646.409000', '204646.411000', '204646.414000', '204646.417000', '204646.419000', '204646.422000', '204646.425000', '204646.428000'], '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': [11150, 9194, 8460, 13433, 8514, 11850, 12114, 8633, 12085, 7311, 7514, 7344, 7326, 7744, 8011, 12688, 8579, 9395, 11307, 8418, 9701, 8116, 8116, 10898, 8159, 8362, 11826, 8478, 8513, 9534, 8545, 10118, 8335, 8517, 11463, 8580, 8644, 8241, 8584, 10356, 8338, 8550, 11286, 8377, 8581, 12927, 8600, 9616, 10008, 8476, 9313, 8308, 8524, 12446, 8626, 8565, 11509, 8778, 9362, 8550, 8916, 11122, 8526, 8240, 12112, 8209, 10178, 10068, 7997, 11456, 8155, 8184, 11756, 8311, 8605, 12120, 8394, 8793, 10070, 8389, 11342, 8288, 8625, 13580, 8351, 9830, 8933, 8748, 11419, 7342, 8103, 10761, 8796, 8279, 7715, 9466, 11866, 7461, 12638, 7754, 7939, 8076, 8070, 11245, 8391, 12461, 7746, 10762, 7936, 8157, 6921, 8195, 8231, 8186, 13247, 9482, 8295, 12418, 7771, 8214, 12657, 8185, 10562, 7472, 8274, 11059, 7868, 8504, 10567, 8136, 10023, 7360, 8188, 10960, 7774, 10149, 7456, 8144, 11545, 7471, 8608, 7842, 7818, 11984, 7841, 10023, 7860, 7800, 11221, 7340, 7968, 13533, 7521, 9842, 11860, 7636, 10407, 9441, 7944, 12024, 7136, 8142, 12541, 7379, 9574, 11063, 7726, 10641, 7470, 8086, 10818, 8214, 7615, 11794, 7745, 15308, 7085, 7236, 6466, 8213, 10811, 7824, 10057, 6798, 7921, 11306, 6890, 7993, 13167, 7866, 8123, 12839, 7536, 8693, 10449, 7947, 10843, 7139, 8259, 11766, 7595, 9024, 7506, 7696, 11178, 7423, 8539, 10844, 7601, 10100, 7413, 8143, 11766, 7163, 8537, 7616, 7715, 11512, 7429, 10351, 7470, 7778, 10095, 8232, 13198, 9743, 13822, 7629, 8804, 7517, 9180, 9600, 8918, 15324, 8054, 12129, 9030, 8185, 13642, 7476, 8223, 13823, 7816, 8649, 7801, 8781, 17034, 8443, 8925, 8064, 8167, 9756, 8102, 10292, 8031, 8243, 10604, 8812, 9621, 8309, 10239, 8911, 11988, 12028, 9095, 13372, 8447, 8926, 12252, 8090, 10860, 7692, 7779, 12245, 7550, 8327, 12582, 8006, 10587, 9575, 8164, 10708, 7786, 8334, 9354, 8090, 10265, 8048, 8331, 10172, 9026, 9218, 8308, 9460, 8576, 10078, 13700, 9351, 11141, 7033, 8191, 11141, 7435, 8355, 13905, 8793, 8685, 12556, 8203, 9898, 11669, 7848, 10663, 7873, 8354, 11641, 7721, 8660, 11565, 7818, 10289, 7671, 8347, 10967, 7245, 8532, 11205, 7608, 9043, 8301, 8004, 10381, 7640, 8450, 11694, 7697, 8290, 11758, 7898, 8903, 7533, 8197, 10508, 7876, 8101, 10245, 8143, 9314, 7687, 8242, 10993, 7843, 8091, 11659, 8201, 9064, 7922, 8609, 10693, 7831, 8035, 12130, 8065, 9132, 8482, 8660, 10802, 8005, 8106, 11574, 8263, 9421, 7797, 8418, 11357, 8018, 8260, 7163, 8189, 11751, 7906, 8799, 7351, 8624, 8225, 7977, 12466, 7864, 10716, 6903, 8115, 12667, 7970, 8509, 14898, 7824, 9424, 13043, 8081, 11025, 7998, 7932, 12200, 7800, 8291, 10244, 7977, 10087, 7393, 7787, 10607, 7922, 8881, 7321, 8091, 10622, 8077, 8590, 12343, 8113, 9743, 10308, 8095, 10689, 7531, 7979, 11865, 8054, 9037, 13710, 8942, 10324, 7478, 12391, 13394, 7941, 8883, 8050, 10103, 7755, 9971, 8261, 11337, 8178, 7884, 7958, 9770, 15770, 9670, 10402, 9416, 8164, 9885, 7446, 8104, 12672, 7780, 9645, 7686, 7646, 9743, 7632, 8042, 11915, 7599, 8811, 9089, 7797, 11025, 7831, 8152, 11504, 7799, 9132, 7553, 7765, 10601, 7867, 9252, 6782, 7951, 9800, 7984, 8180, 12854, 10785, 13459, 7731, 8408, 8003, 8669, 13915, 7921, 11424, 7576, 8501, 10136, 11231, 13778, 8422, 11644, 8225, 10030, 8819, 8577, 8296, 8591, 10969, 8601, 11985, 8572, 9360, 13612, 8368, 8354, 10428, 7525, 8195, 10634, 7994, 8137, 11628, 8077, 8788, 10353, 8093, 10993, 8313, 8240, 13064, 10013, 15899, 8363, 8716, 8140, 8839, 7884, 8750, 12967, 8020, 8451, 11264, 8258, 10133, 8068, 8330, 12324, 8706, 9911, 8126, 8625, 11084, 8558, 10436, 7716, 8402, 9619, 8014, 10996, 8502, 7491, 5978, 8366, 11765, 7945, 9943, 8562, 9485, 11214, 7731, 10475, 7464, 8267, 11979, 7933, 11274, 8514, 8234, 10987, 8314, 10056, 7804, 8564, 7758, 8395, 6975, 7843, 8412, 8451, 11681, 8400, 13995, 9727, 8345, 14417, 8099, 10046, 12149, 8357, 13103, 8127, 8203, 14716, 7802, 7899, 9322, 7723, 9484, 7161, 8210, 10948, 7750, 9004, 7523, 7948, 10063, 6943, 8063, 12003, 7587, 9355, 7215, 7730, 10179, 7560, 9029, 12173, 7884, 10823, 7255, 8213, 11705, 7842, 11419, 7332, 12693, 11904, 7886, 9824, 7467, 10402, 7459, 11050, 9625, 8304, 14685, 7483, 9537, 10106, 8463, 14171, 7984, 9064, 11757, 7786, 12906, 7688, 8739, 7154, 7858, 10346, 7825, 9109, 7726, 8982, 11262, 8150, 8446, 8202, 10286, 8380, 11535, 7781, 9635, 14685, 7724, 11112, 12581, 7674, 10643, 7240, 7729, 12567, 7779, 9370, 14848, 7844, 10298, 6630, 7861, 10252, 7041, 8014, 12163, 7774, 9599, 7473, 7755, 10357, 6784, 8063, 11086, 7650, 9421, 7201, 7561, 10658, 6956, 8228, 11195, 7508, 10157, 6833, 7898, 12534, 7860, 9458, 7648, 7614, 11019, 7320, 8973, 12359, 7588, 10086, 7325, 7959, 12985, 7679, 9065, 11987, 7579, 10501, 6841, 7862, 12774, 7758, 9799, 11663, 7808, 10599, 6903, 7932, 11838, 7672, 9765, 7597, 7877, 11307, 7202, 9190, 9631, 7735, 10626, 7306, 8044, 12737, 7990, 10570, 6966, 7889, 11427, 7641, 8952, 9480, 7702, 11064, 7314, 8304, 10172, 7609, 10700, 7905, 8985, 9979, 7891, 13592, 7882, 8080, 7933, 9607, 8173, 10362, 7995, 8607, 9480, 8116, 12906, 7917, 9782, 7616, 7931, 12170, 8639, 11429, 8351, 13201, 7097, 8421, 7802, 8326, 13394, 8812, 10504, 7548, 7952, 12171, 8122, 11986, 8447, 7939, 12388, 7822, 9298, 13962, 8011, 11129, 7495, 8011, 11166, 8173, 10585, 7553, 8032, 11443, 7753, 8031, 11936, 8021, 9629, 8125, 8201, 9685, 7652, 8143, 12005, 7995, 8693, 10122, 8021, 9741, 7471, 8161, 12056, 7962, 8175, 9839, 8060, 10386, 7696, 8136, 12437, 8102, 9580, 7214, 8279, 11066, 8081, 9594, 8392, 8310, 11854, 7989, 9524, 7655, 8092, 12269, 8189, 10170, 7488, 8164, 11586, 8069, 10723, 7635, 8029, 12237, 8006, 10177, 7635, 8007, 12653, 8179, 10484, 7665, 8195, 12427, 8237, 10234, 7688, 8367, 11531, 8238, 10302, 8025, 8169, 11110, 7980, 10755, 8162, 8092, 10610, 11610, 15072, 8217, 9263, 8028, 9268, 8032, 11309, 7802, 9172, 12582, 7615, 10042, 11885, 7793, 11709, 7643, 8099, 12046, 7748, 10311, 10402, 8125, 12125, 7832, 9071, 8733, 7897, 11712, 7795, 9703, 7320, 7969, 12200, 8112, 9123, 8743, 7954, 10981, 7603, 9600, 11438, 7988, 10386, 7382, 8653, 12073, 8445, 14274, 8063, 9311, 8003, 9268, 7904, 10663, 7687, 8611, 14696, 8168, 10530, 8465, 8651, 12626, 8331, 10437, 7468, 8390, 14097, 8526, 10152, 7738, 8167, 11941, 8231, 9662, 7706, 8283, 12309, 8238, 9789, 8041, 8125, 11590, 8122, 10404, 8101, 8103, 10513, 8235, 10887, 8076, 8267, 13479, 8619, 11097, 7721, 7699, 12135, 8727, 7801, 8307, 11280, 8459, 12078, 8388, 9853, 7891, 8434, 11869, 7984, 10103, 7538, 8277, 11801, 7879, 8258, 11345, 8298, 11618, 8273, 8580, 8869, 8341, 11430, 8063, 8392, 12311, 7856, 9650, 7408, 7936, 14263, 9248, 9469, 8134, 8236, 7868, 8519, 13729, 9110, 9963, 7953, 8292, 10465, 7618, 8326, 14324, 8575, 9102, 11351, 8099, 8435, 7932, 7876, 10625, 7715, 8335, 11544, 8321, 8536, 8072, 8397, 10693], 'WindowCenter': [3630.0, 3592.0, 3593.0, 3609.0, 3565.0, 3598.0, 3583.0, 3563.0, 3585.0, 3540.0, 3539.0, 3539.0, 3540.0, 3553.0, 3552.0, 3594.0, 3563.0, 3562.0, 3569.0, 3537.0, 3546.0, 3523.0, 3536.0, 3555.0, 3523.0, 3535.0, 3555.0, 3534.0, 3536.0, 3546.0, 3535.0, 3546.0, 3535.0, 3536.0, 3556.0, 3547.0, 3549.0, 3548.0, 3549.0, 3559.0, 3548.0, 3549.0, 3570.0, 3549.0, 3550.0, 3579.0, 3548.0, 3548.0, 3546.0, 3537.0, 3560.0, 3549.0, 3550.0, 3570.0, 3537.0, 3548.0, 3569.0, 3548.0, 3560.0, 3548.0, 3563.0, 3571.0, 3549.0, 3552.0, 3584.0, 3550.0, 3560.0, 3548.0, 3538.0, 3569.0, 3537.0, 3538.0, 3571.0, 3549.0, 3548.0, 3569.0, 3536.0, 3548.0, 3558.0, 3537.0, 3557.0, 3535.0, 3535.0, 3567.0, 3535.0, 3546.0, 3547.0, 3547.0, 3571.0, 3528.0, 3526.0, 3548.0, 3524.0, 3536.0, 3511.0, 3536.0, 3548.0, 3515.0, 3546.0, 3526.0, 3525.0, 3525.0, 3525.0, 3558.0, 3537.0, 3557.0, 3525.0, 3562.0, 3520.0, 3529.0, 3516.0, 3539.0, 3539.0, 3540.0, 3572.0, 3537.0, 3527.0, 3556.0, 3513.0, 3539.0, 3568.0, 3525.0, 3545.0, 3513.0, 3524.0, 3544.0, 3524.0, 3537.0, 3546.0, 3524.0, 3535.0, 3514.0, 3525.0, 3546.0, 3526.0, 3547.0, 3525.0, 3526.0, 3557.0, 3525.0, 3539.0, 3539.0, 3527.0, 3559.0, 3526.0, 3548.0, 3526.0, 3526.0, 3558.0, 3526.0, 3526.0, 3569.0, 3525.0, 3547.0, 3557.0, 3524.0, 3548.0, 3547.0, 3525.0, 3556.0, 3512.0, 3525.0, 3557.0, 3526.0, 3547.0, 3544.0, 3524.0, 3545.0, 3513.0, 3538.0, 3551.0, 3525.0, 3538.0, 3558.0, 3515.0, 3569.0, 3514.0, 3514.0, 3502.0, 3538.0, 3560.0, 3527.0, 3548.0, 3515.0, 3525.0, 3546.0, 3514.0, 3526.0, 3568.0, 3524.0, 3524.0, 3557.0, 3524.0, 3535.0, 3546.0, 3525.0, 3546.0, 3513.0, 3524.0, 3555.0, 3524.0, 3535.0, 3525.0, 3525.0, 3558.0, 3525.0, 3536.0, 3557.0, 3526.0, 3547.0, 3525.0, 3527.0, 3556.0, 3526.0, 3536.0, 3526.0, 3539.0, 3558.0, 3527.0, 3547.0, 3525.0, 3528.0, 3561.0, 3541.0, 3585.0, 3553.0, 3570.0, 3529.0, 3549.0, 3529.0, 3551.0, 3550.0, 3553.0, 3581.0, 3540.0, 3571.0, 3549.0, 3537.0, 3581.0, 3513.0, 3525.0, 3554.0, 3510.0, 3562.0, 3464.0, 3497.0, 3510.0, 3510.0, 3509.0, 3543.0, 3553.0, 3564.0, 3556.0, 3576.0, 3544.0, 3541.0, 3550.0, 3539.0, 3549.0, 3538.0, 3546.0, 3539.0, 3589.0, 3576.0, 3552.0, 3572.0, 3539.0, 3539.0, 3571.0, 3539.0, 3547.0, 3526.0, 3528.0, 3571.0, 3527.0, 3537.0, 3568.0, 3539.0, 3561.0, 3535.0, 3535.0, 3532.0, 3509.0, 3509.0, 3533.0, 3521.0, 3543.0, 3523.0, 3527.0, 3537.0, 3515.0, 3545.0, 3535.0, 3545.0, 3534.0, 3547.0, 3580.0, 3536.0, 3545.0, 3512.0, 3524.0, 3545.0, 3513.0, 3524.0, 3566.0, 3523.0, 3522.0, 3553.0, 3538.0, 3548.0, 3557.0, 3524.0, 3544.0, 3524.0, 3524.0, 3543.0, 3512.0, 3524.0, 3556.0, 3525.0, 3545.0, 3524.0, 3538.0, 3549.0, 3516.0, 3525.0, 3545.0, 3513.0, 3526.0, 3524.0, 3512.0, 3534.0, 3511.0, 3523.0, 3545.0, 3512.0, 3525.0, 3544.0, 3512.0, 3524.0, 3511.0, 3523.0, 3546.0, 3514.0, 3513.0, 3534.0, 3513.0, 3535.0, 3514.0, 3525.0, 3547.0, 3514.0, 3524.0, 3545.0, 3525.0, 3535.0, 3525.0, 3525.0, 3546.0, 3514.0, 3526.0, 3557.0, 3525.0, 3536.0, 3537.0, 3538.0, 3548.0, 3525.0, 3527.0, 3546.0, 3525.0, 3538.0, 3527.0, 3538.0, 3559.0, 3527.0, 3540.0, 3531.0, 3543.0, 3564.0, 3542.0, 3553.0, 3543.0, 3553.0, 3554.0, 3542.0, 3572.0, 3540.0, 3560.0, 3516.0, 3540.0, 3572.0, 3528.0, 3539.0, 3580.0, 3526.0, 3537.0, 3558.0, 3527.0, 3548.0, 3524.0, 3526.0, 3556.0, 3513.0, 3525.0, 3535.0, 3525.0, 3547.0, 3515.0, 3527.0, 3547.0, 3525.0, 3537.0, 3527.0, 3527.0, 3550.0, 3526.0, 3537.0, 3557.0, 3526.0, 3549.0, 3548.0, 3526.0, 3546.0, 3514.0, 3525.0, 3546.0, 3526.0, 3552.0, 3572.0, 3538.0, 3549.0, 3507.0, 3554.0, 3546.0, 3540.0, 3537.0, 3526.0, 3548.0, 3529.0, 3550.0, 3533.0, 3551.0, 3541.0, 3530.0, 3541.0, 3553.0, 3584.0, 3539.0, 3538.0, 3537.0, 3526.0, 3537.0, 3517.0, 3528.0, 3558.0, 3517.0, 3536.0, 3514.0, 3527.0, 3537.0, 3515.0, 3525.0, 3558.0, 3514.0, 3524.0, 3524.0, 3526.0, 3548.0, 3515.0, 3515.0, 3545.0, 3513.0, 3523.0, 3514.0, 3526.0, 3546.0, 3526.0, 3538.0, 3504.0, 3525.0, 3562.0, 3539.0, 3540.0, 3563.0, 3554.0, 3559.0, 3528.0, 3526.0, 3530.0, 3529.0, 3560.0, 3515.0, 3548.0, 3516.0, 3528.0, 3542.0, 3540.0, 3560.0, 3530.0, 3559.0, 3539.0, 3550.0, 3537.0, 3524.0, 3523.0, 3509.0, 3530.0, 3508.0, 3543.0, 3524.0, 3522.0, 3556.0, 3522.0, 3523.0, 3532.0, 3509.0, 3509.0, 3530.0, 3509.0, 3509.0, 3542.0, 3510.0, 3521.0, 3531.0, 3510.0, 3531.0, 3508.0, 3511.0, 3557.0, 3538.0, 3556.0, 3511.0, 3510.0, 3497.0, 3507.0, 3496.0, 3507.0, 3529.0, 3496.0, 3496.0, 3516.0, 3495.0, 3516.0, 3494.0, 3497.0, 3541.0, 3524.0, 3520.0, 3495.0, 3506.0, 3515.0, 3553.0, 3545.0, 3497.0, 3524.0, 3507.0, 3455.0, 3529.0, 3494.0, 3471.0, 3477.0, 3498.0, 3559.0, 3527.0, 3538.0, 3527.0, 3539.0, 3533.0, 3512.0, 3544.0, 3523.0, 3578.0, 3611.0, 3577.0, 3598.0, 3549.0, 3467.0, 3576.0, 3542.0, 3550.0, 3527.0, 3539.0, 3518.0, 3529.0, 3529.0, 3541.0, 3540.0, 3540.0, 3571.0, 3539.0, 3583.0, 3538.0, 3528.0, 3569.0, 3516.0, 3550.0, 3560.0, 3527.0, 3570.0, 3527.0, 3527.0, 3568.0, 3527.0, 3539.0, 3535.0, 3513.0, 3534.0, 3515.0, 3551.0, 3558.0, 3525.0, 3535.0, 3525.0, 3536.0, 3547.0, 3527.0, 3538.0, 3570.0, 3527.0, 3548.0, 3526.0, 3527.0, 3548.0, 3527.0, 3551.0, 3571.0, 3541.0, 3561.0, 3527.0, 3538.0, 3572.0, 3540.0, 3574.0, 3530.0, 3576.0, 3561.0, 3543.0, 3551.0, 3528.0, 3560.0, 3530.0, 3561.0, 3549.0, 3540.0, 3581.0, 3527.0, 3549.0, 3550.0, 3554.0, 3584.0, 3527.0, 3537.0, 3571.0, 3539.0, 3571.0, 3528.0, 3538.0, 3515.0, 3526.0, 3560.0, 3541.0, 3549.0, 3529.0, 3540.0, 3559.0, 3540.0, 3539.0, 3537.0, 3548.0, 3537.0, 3558.0, 3525.0, 3548.0, 3579.0, 3527.0, 3558.0, 3555.0, 3512.0, 3533.0, 3511.0, 3512.0, 3554.0, 3513.0, 3534.0, 3565.0, 3511.0, 3546.0, 3515.0, 3523.0, 3531.0, 3512.0, 3522.0, 3543.0, 3511.0, 3532.0, 3510.0, 3510.0, 3543.0, 3514.0, 3523.0, 3544.0, 3524.0, 3533.0, 3512.0, 3523.0, 3545.0, 3515.0, 3525.0, 3556.0, 3514.0, 3545.0, 3514.0, 3526.0, 3557.0, 3525.0, 3536.0, 3523.0, 3524.0, 3556.0, 3525.0, 3537.0, 3556.0, 3524.0, 3547.0, 3526.0, 3525.0, 3567.0, 3524.0, 3534.0, 3556.0, 3523.0, 3544.0, 3513.0, 3525.0, 3557.0, 3513.0, 3533.0, 3544.0, 3512.0, 3543.0, 3513.0, 3523.0, 3555.0, 3511.0, 3533.0, 3512.0, 3523.0, 3544.0, 3511.0, 3534.0, 3533.0, 3511.0, 3543.0, 3512.0, 3523.0, 3556.0, 3523.0, 3545.0, 3512.0, 3523.0, 3544.0, 3512.0, 3535.0, 3534.0, 3523.0, 3545.0, 3513.0, 3524.0, 3545.0, 3524.0, 3560.0, 3541.0, 3552.0, 3564.0, 3527.0, 3557.0, 3526.0, 3537.0, 3537.0, 3547.0, 3539.0, 3559.0, 3537.0, 3539.0, 3548.0, 3538.0, 3570.0, 3527.0, 3548.0, 3527.0, 3538.0, 3572.0, 3554.0, 3575.0, 3543.0, 3575.0, 3518.0, 3540.0, 3528.0, 3537.0, 3569.0, 3537.0, 3547.0, 3526.0, 3525.0, 3558.0, 3525.0, 3558.0, 3525.0, 3524.0, 3555.0, 3512.0, 3535.0, 3566.0, 3513.0, 3543.0, 3511.0, 3511.0, 3544.0, 3523.0, 3545.0, 3511.0, 3512.0, 3543.0, 3511.0, 3522.0, 3555.0, 3511.0, 3533.0, 3511.0, 3521.0, 3531.0, 3511.0, 3522.0, 3543.0, 3511.0, 3521.0, 3531.0, 3510.0, 3532.0, 3512.0, 3523.0, 3555.0, 3512.0, 3522.0, 3531.0, 3511.0, 3533.0, 3512.0, 3523.0, 3555.0, 3524.0, 3533.0, 3512.0, 3522.0, 3542.0, 3524.0, 3534.0, 3523.0, 3523.0, 3545.0, 3524.0, 3534.0, 3512.0, 3525.0, 3558.0, 3525.0, 3545.0, 3514.0, 3524.0, 3557.0, 3526.0, 3547.0, 3513.0, 3524.0, 3556.0, 3523.0, 3547.0, 3525.0, 3524.0, 3555.0, 3523.0, 3545.0, 3512.0, 3524.0, 3556.0, 3524.0, 3534.0, 3512.0, 3523.0, 3545.0, 3525.0, 3545.0, 3523.0, 3525.0, 3545.0, 3524.0, 3557.0, 3525.0, 3539.0, 3549.0, 3538.0, 3550.0, 3525.0, 3549.0, 3536.0, 3535.0, 3538.0, 3560.0, 3525.0, 3536.0, 3556.0, 3524.0, 3546.0, 3556.0, 3525.0, 3557.0, 3513.0, 3525.0, 3557.0, 3525.0, 3546.0, 3544.0, 3522.0, 3544.0, 3511.0, 3535.0, 3535.0, 3524.0, 3556.0, 3525.0, 3534.0, 3513.0, 3525.0, 3556.0, 3524.0, 3535.0, 3522.0, 3523.0, 3556.0, 3525.0, 3547.0, 3556.0, 3524.0, 3544.0, 3526.0, 3551.0, 3571.0, 3529.0, 3570.0, 3529.0, 3548.0, 3539.0, 3550.0, 3542.0, 3563.0, 3544.0, 3553.0, 3580.0, 3537.0, 3547.0, 3539.0, 3598.0, 3614.0, 3552.0, 3560.0, 3526.0, 3536.0, 3568.0, 3550.0, 3546.0, 3510.0, 3509.0, 3541.0, 3508.0, 3531.0, 3511.0, 3520.0, 3542.0, 3509.0, 3530.0, 3509.0, 3511.0, 3543.0, 3523.0, 3543.0, 3521.0, 3523.0, 3532.0, 3521.0, 3543.0, 3523.0, 3523.0, 3567.0, 3523.0, 3544.0, 3512.0, 3511.0, 3561.0, 3492.0, 3538.0, 3524.0, 3544.0, 3524.0, 3544.0, 3521.0, 3533.0, 3510.0, 3521.0, 3556.0, 3524.0, 3545.0, 3512.0, 3522.0, 3544.0, 3511.0, 3523.0, 3557.0, 3525.0, 3545.0, 3522.0, 3523.0, 3522.0, 3521.0, 3543.0, 3511.0, 3524.0, 3556.0, 3524.0, 3535.0, 3513.0, 3525.0, 3570.0, 3526.0, 3537.0, 3525.0, 3525.0, 3524.0, 3537.0, 3568.0, 3524.0, 3535.0, 3512.0, 3523.0, 3533.0, 3512.0, 3524.0, 3567.0, 3522.0, 3523.0, 3531.0, 3511.0, 3511.0, 3510.0, 3512.0, 3545.0, 3513.0, 3523.0, 3543.0, 3523.0, 3524.0, 3523.0, 3525.0, 3545.0], 'WindowWidth': [8205.0, 8139.0, 8138.0, 8152.0, 8086.0, 8133.0, 8104.0, 8077.0, 8108.0, 8043.0, 8039.0, 8039.0, 8043.0, 8066.0, 8061.0, 8121.0, 8079.0, 8074.0, 8076.0, 8032.0, 8041.0, 8004.0, 8027.0, 8051.0, 8005.0, 8023.0, 8050.0, 8022.0, 8029.0, 8043.0, 8026.0, 8041.0, 8025.0, 8028.0, 8055.0, 8043.0, 8050.0, 8048.0, 8050.0, 8063.0, 8048.0, 8050.0, 8080.0, 8049.0, 8054.0, 8093.0, 8047.0, 8047.0, 8042.0, 8031.0, 8068.0, 8052.0, 8053.0, 8081.0, 8031.0, 8047.0, 8077.0, 8048.0, 8068.0, 8050.0, 8076.0, 8085.0, 8051.0, 8060.0, 8104.0, 8054.0, 8067.0, 8048.0, 8034.0, 8077.0, 8030.0, 8034.0, 8084.0, 8049.0, 8046.0, 8075.0, 8028.0, 8046.0, 8062.0, 8032.0, 8060.0, 8024.0, 8026.0, 8071.0, 8025.0, 8042.0, 8044.0, 8044.0, 8086.0, 8021.0, 8013.0, 8041.0, 8004.0, 8027.0, 7984.0, 8024.0, 8040.0, 7990.0, 8035.0, 8012.0, 8011.0, 8010.0, 8011.0, 8058.0, 8028.0, 8054.0, 8010.0, 8067.0, 8003.0, 8020.0, 8000.0, 8031.0, 8031.0, 8036.0, 8086.0, 8027.0, 8015.0, 8050.0, 7989.0, 8034.0, 8072.0, 8007.0, 8035.0, 7991.0, 8005.0, 8032.0, 8006.0, 8027.0, 8039.0, 8005.0, 8021.0, 7992.0, 8008.0, 8038.0, 8013.0, 8043.0, 8010.0, 8011.0, 8052.0, 8009.0, 8036.0, 8035.0, 8016.0, 8060.0, 8014.0, 8045.0, 8011.0, 8012.0, 8058.0, 8016.0, 8014.0, 8075.0, 8010.0, 8043.0, 8054.0, 8007.0, 8045.0, 8043.0, 8010.0, 8053.0, 7989.0, 8008.0, 8055.0, 8012.0, 8041.0, 8036.0, 8006.0, 8037.0, 7992.0, 8033.0, 8051.0, 8007.0, 8032.0, 8057.0, 7992.0, 8070.0, 7990.0, 7994.0, 7977.0, 8031.0, 8064.0, 8016.0, 8044.0, 7995.0, 8010.0, 8040.0, 7992.0, 8012.0, 8072.0, 8006.0, 8008.0, 8054.0, 8006.0, 8023.0, 8040.0, 8010.0, 8038.0, 7992.0, 8006.0, 8051.0, 8006.0, 8023.0, 8010.0, 8011.0, 8058.0, 8011.0, 8025.0, 8056.0, 8015.0, 8041.0, 8011.0, 8016.0, 8054.0, 8016.0, 8026.0, 8013.0, 8036.0, 8060.0, 8019.0, 8043.0, 8011.0, 8019.0, 8068.0, 8043.0, 8106.0, 8057.0, 8078.0, 8020.0, 8047.0, 8023.0, 8056.0, 8051.0, 8060.0, 8094.0, 8037.0, 8081.0, 8050.0, 8029.0, 8094.0, 7992.0, 8011.0, 8046.0, 7982.0, 8078.0, 7888.0, 7956.0, 7969.0, 7985.0, 7978.0, 8049.0, 8063.0, 8079.0, 8069.0, 8096.0, 8050.0, 8039.0, 8047.0, 8029.0, 8045.0, 8027.0, 8036.0, 8033.0, 8116.0, 8092.0, 8055.0, 8082.0, 8031.0, 8030.0, 8079.0, 8033.0, 8041.0, 8009.0, 8018.0, 8078.0, 8013.0, 8026.0, 8069.0, 8034.0, 8068.0, 8024.0, 8022.0, 8013.0, 7977.0, 7975.0, 8017.0, 7998.0, 8028.0, 8002.0, 8014.0, 8019.0, 7989.0, 8035.0, 8024.0, 8035.0, 8019.0, 8042.0, 8092.0, 8025.0, 8035.0, 7987.0, 8005.0, 8033.0, 7988.0, 8006.0, 8066.0, 8003.0, 8001.0, 8042.0, 8031.0, 8047.0, 8054.0, 8006.0, 8033.0, 8007.0, 8007.0, 8029.0, 7987.0, 8005.0, 8050.0, 8009.0, 8036.0, 8007.0, 8031.0, 8047.0, 7995.0, 8004.0, 8032.0, 7987.0, 8010.0, 8003.0, 7985.0, 8016.0, 7981.0, 7999.0, 8034.0, 7986.0, 8006.0, 8031.0, 7985.0, 8003.0, 7983.0, 8001.0, 8036.0, 7990.0, 7990.0, 8017.0, 7989.0, 8020.0, 7989.0, 8006.0, 8041.0, 7992.0, 8006.0, 8034.0, 8006.0, 8022.0, 8007.0, 8008.0, 8039.0, 7993.0, 8010.0, 8052.0, 8006.0, 8023.0, 8028.0, 8031.0, 8044.0, 8009.0, 8013.0, 8037.0, 8009.0, 8029.0, 8014.0, 8031.0, 8060.0, 8016.0, 8038.0, 8030.0, 8043.0, 8071.0, 8041.0, 8060.0, 8045.0, 8057.0, 8062.0, 8045.0, 8081.0, 8036.0, 8063.0, 7999.0, 8036.0, 8082.0, 8019.0, 8034.0, 8090.0, 8010.0, 8029.0, 8056.0, 8013.0, 8046.0, 8006.0, 8010.0, 8050.0, 7988.0, 8008.0, 8020.0, 8009.0, 8040.0, 7994.0, 8014.0, 8039.0, 8009.0, 8026.0, 8015.0, 8013.0, 8047.0, 8010.0, 8027.0, 8053.0, 8011.0, 8048.0, 8043.0, 8011.0, 8039.0, 7991.0, 8007.0, 8039.0, 8011.0, 8053.0, 8081.0, 8028.0, 8046.0, 7982.0, 8053.0, 8031.0, 8037.0, 8026.0, 8009.0, 8041.0, 8015.0, 8046.0, 8024.0, 8045.0, 8036.0, 8020.0, 8037.0, 8056.0, 8102.0, 8029.0, 8026.0, 8024.0, 8006.0, 8025.0, 8000.0, 8013.0, 8055.0, 7997.0, 8022.0, 7990.0, 8012.0, 8027.0, 7992.0, 8005.0, 8054.0, 7991.0, 8004.0, 8005.0, 8011.0, 8043.0, 7994.0, 7995.0, 8032.0, 7986.0, 8001.0, 7991.0, 8011.0, 8038.0, 8009.0, 8029.0, 7978.0, 8008.0, 8072.0, 8034.0, 8036.0, 8067.0, 8053.0, 8055.0, 8015.0, 8009.0, 8020.0, 8016.0, 8057.0, 7991.0, 8039.0, 7996.0, 8014.0, 8036.0, 8029.0, 8057.0, 8018.0, 8057.0, 8032.0, 8049.0, 8028.0, 8006.0, 7999.0, 7976.0, 8005.0, 7973.0, 8027.0, 8002.0, 8000.0, 8053.0, 8000.0, 8000.0, 8012.0, 7977.0, 7978.0, 8005.0, 7976.0, 7978.0, 8025.0, 7979.0, 7996.0, 8008.0, 7980.0, 8009.0, 7975.0, 7981.0, 8052.0, 8025.0, 8048.0, 7979.0, 7980.0, 7956.0, 7967.0, 7951.0, 7968.0, 8001.0, 7951.0, 7951.0, 7979.0, 7950.0, 7979.0, 7948.0, 7955.0, 8021.0, 8004.0, 7989.0, 7947.0, 7964.0, 7974.0, 8060.0, 8032.0, 7956.0, 8004.0, 7962.0, 7871.0, 8003.0, 7940.0, 7908.0, 7925.0, 7956.0, 8058.0, 8012.0, 8025.0, 8006.0, 8030.0, 8011.0, 7987.0, 8036.0, 8010.0, 8114.0, 8160.0, 8110.0, 8140.0, 8055.0, 7899.0, 8099.0, 8045.0, 8052.0, 8015.0, 8032.0, 8001.0, 8018.0, 8022.0, 8038.0, 8035.0, 8036.0, 8079.0, 8033.0, 8098.0, 8030.0, 8014.0, 8073.0, 7996.0, 8047.0, 8061.0, 8013.0, 8076.0, 8012.0, 8013.0, 8071.0, 8016.0, 8035.0, 8019.0, 7988.0, 8018.0, 7994.0, 8054.0, 8059.0, 8009.0, 8024.0, 8008.0, 8026.0, 8041.0, 8016.0, 8034.0, 8076.0, 8016.0, 8044.0, 8013.0, 8016.0, 8045.0, 8018.0, 8055.0, 8083.0, 8043.0, 8068.0, 8017.0, 8032.0, 8083.0, 8040.0, 8093.0, 8025.0, 8092.0, 8065.0, 8046.0, 8054.0, 8019.0, 8064.0, 8024.0, 8067.0, 8046.0, 8035.0, 8092.0, 8014.0, 8048.0, 8049.0, 8063.0, 8103.0, 8015.0, 8026.0, 8080.0, 8036.0, 8082.0, 8018.0, 8032.0, 7997.0, 8012.0, 8064.0, 8042.0, 8049.0, 8019.0, 8036.0, 8057.0, 8040.0, 8034.0, 8031.0, 8046.0, 8029.0, 8057.0, 8011.0, 8047.0, 8090.0, 8017.0, 8057.0, 8049.0, 7988.0, 8018.0, 7984.0, 7986.0, 8047.0, 7990.0, 8021.0, 8062.0, 7983.0, 8040.0, 7997.0, 8002.0, 8011.0, 7988.0, 8002.0, 8031.0, 7985.0, 8014.0, 7982.0, 7982.0, 8030.0, 7996.0, 8005.0, 8033.0, 8006.0, 8020.0, 7990.0, 8005.0, 8039.0, 7998.0, 8012.0, 8052.0, 7994.0, 8036.0, 7997.0, 8013.0, 8057.0, 8010.0, 8026.0, 8005.0, 8008.0, 8054.0, 8012.0, 8029.0, 8055.0, 8008.0, 8041.0, 8016.0, 8011.0, 8071.0, 8008.0, 8022.0, 8052.0, 8005.0, 8034.0, 7995.0, 8009.0, 8056.0, 7991.0, 8020.0, 8034.0, 7987.0, 8032.0, 7992.0, 8005.0, 8049.0, 7987.0, 8018.0, 7988.0, 8004.0, 8034.0, 7988.0, 8020.0, 8017.0, 7987.0, 8031.0, 7990.0, 8005.0, 8052.0, 8005.0, 8035.0, 7986.0, 8004.0, 8033.0, 7990.0, 8022.0, 8021.0, 8004.0, 8035.0, 7991.0, 8008.0, 8036.0, 8009.0, 8068.0, 8043.0, 8059.0, 8078.0, 8013.0, 8052.0, 8014.0, 8030.0, 8030.0, 8043.0, 8036.0, 8062.0, 8030.0, 8036.0, 8046.0, 8033.0, 8081.0, 8017.0, 8046.0, 8016.0, 8034.0, 8084.0, 8063.0, 8093.0, 8043.0, 8089.0, 8005.0, 8038.0, 8019.0, 8029.0, 8074.0, 8027.0, 8041.0, 8011.0, 8009.0, 8061.0, 8011.0, 8058.0, 8008.0, 8005.0, 8048.0, 7988.0, 8021.0, 8063.0, 7989.0, 8030.0, 7985.0, 7985.0, 8033.0, 8003.0, 8035.0, 7984.0, 7986.0, 8029.0, 7984.0, 8001.0, 8050.0, 7986.0, 8015.0, 7984.0, 7996.0, 8012.0, 7985.0, 8002.0, 8030.0, 7983.0, 7998.0, 8010.0, 7981.0, 8013.0, 7989.0, 8005.0, 8050.0, 7986.0, 8000.0, 8012.0, 7983.0, 8017.0, 7988.0, 8005.0, 8050.0, 8004.0, 8016.0, 7985.0, 8000.0, 8028.0, 8006.0, 8020.0, 8002.0, 8002.0, 8034.0, 8004.0, 8018.0, 7989.0, 8011.0, 8056.0, 8009.0, 8037.0, 7992.0, 8006.0, 8056.0, 8011.0, 8040.0, 7989.0, 8006.0, 8052.0, 8005.0, 8042.0, 8010.0, 8009.0, 8049.0, 8004.0, 8036.0, 7990.0, 8008.0, 8053.0, 8007.0, 8019.0, 7987.0, 8004.0, 8036.0, 8011.0, 8036.0, 8004.0, 8011.0, 8036.0, 8006.0, 8056.0, 8011.0, 8036.0, 8044.0, 8026.0, 8031.0, 8010.0, 8048.0, 8026.0, 8022.0, 8031.0, 8063.0, 8011.0, 8025.0, 8053.0, 8006.0, 8039.0, 8052.0, 8008.0, 8054.0, 7991.0, 8008.0, 8056.0, 8011.0, 8039.0, 8031.0, 8001.0, 8031.0, 7985.0, 8022.0, 8026.0, 8009.0, 8053.0, 8010.0, 8021.0, 7992.0, 8011.0, 8055.0, 8007.0, 8023.0, 8002.0, 8004.0, 8054.0, 8013.0, 8043.0, 8052.0, 8006.0, 8035.0, 8015.0, 8054.0, 8080.0, 8018.0, 8076.0, 8020.0, 8044.0, 8035.0, 8051.0, 8044.0, 8074.0, 8051.0, 8062.0, 8090.0, 8028.0, 8042.0, 8035.0, 8150.0, 8167.0, 8057.0, 8067.0, 8013.0, 8026.0, 8075.0, 8052.0, 8038.0, 7979.0, 7978.0, 8021.0, 7975.0, 8010.0, 7986.0, 7995.0, 8026.0, 7979.0, 8006.0, 7978.0, 7985.0, 8031.0, 8004.0, 8031.0, 7998.0, 8003.0, 8013.0, 7999.0, 8030.0, 8002.0, 8005.0, 8068.0, 8003.0, 8031.0, 7987.0, 7981.0, 8061.0, 7939.0, 8032.0, 8007.0, 8034.0, 8005.0, 8032.0, 7996.0, 8015.0, 7981.0, 7998.0, 8053.0, 8007.0, 8034.0, 7986.0, 8000.0, 8033.0, 7982.0, 8003.0, 8055.0, 8007.0, 8036.0, 8001.0, 8004.0, 8000.0, 7997.0, 8028.0, 7983.0, 8004.0, 8052.0, 8006.0, 8021.0, 7989.0, 8007.0, 8074.0, 8007.0, 8025.0, 8007.0, 8006.0, 8004.0, 8027.0, 8071.0, 8004.0, 8019.0, 7985.0, 8000.0, 8014.0, 7985.0, 8002.0, 8069.0, 7999.0, 8002.0, 8009.0, 7981.0, 7981.0, 7979.0, 7985.0, 8036.0, 7987.0, 8003.0, 8026.0, 8002.0, 8005.0, 8001.0, 8009.0, 8035.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.01877232142857143</td></tr>
<tr><td colspan=3>aqi</td><td>0.08398161870300752</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.60082492851362</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250159684534335</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2326163929915328</td></tr>
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
<tr><td colspan=3>fber</td><td>4893.4111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3759312292526246</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>324</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.451127819548873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.921792774375667</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.663434481953319</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.358410556292889</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.743533284880792</td></tr>
<tr><td colspan=3>gcor</td><td>0.00840813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005987130105495453</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030307713896036148</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>3.61872623810605</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>14.8793</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9917</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.3513</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302357.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.5976</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7057</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>408.028</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2721.8122</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.6458</td></tr>
<tr><td colspan=3>tsnr</td><td>20.89714277489111</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>