<?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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-03/func/sub-0062_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>7d9c2dcb3bf23804b6915ee2b6c0e880</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>10:17:20.692500</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.99942, 0.0291315, 0.0176471, -0.0293129, 0.999519, 0.0101104]</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.0862395</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7723, -7324, 473, -21, -141, 19, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.301</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8072e00b-9023-4ae3-9857-b13791754d74||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.681370258331299, -0.07864435017108917, 0.046829093247652054, 113.96061706542969], [-0.07815761864185333, 2.6816368103027344, 0.028678955510258675, -91.21946716308594], [0.04734594747424126, -0.02712550014257431, 2.699441432952881, -80.35322570800781], [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': ['101720.692500', '101721.152500', '101721.612500', '101722.072500', '101722.532500', '101722.992500', '101723.452500', '101723.912500', '101724.372500', '101724.832500', '101725.292500', '101725.752500', '101726.212500', '101726.672500', '101727.132500', '101727.592500', '101728.052500', '101728.512500', '101728.972500', '101729.432500', '101729.892500', '101730.352500', '101730.812500', '101731.272500', '101731.732500', '101732.192500', '101732.652500', '101733.112500', '101733.572500', '101734.032500', '101734.492500', '101734.952500', '101735.412500', '101735.872500', '101736.332500', '101736.792500', '101737.252500', '101737.712500', '101738.172500', '101738.632500', '101739.092500', '101739.552500', '101740.012500', '101740.472500', '101740.932500', '101741.392500', '101741.852500', '101742.312500', '101742.772500', '101743.232500', '101743.692500', '101744.152500', '101744.612500', '101745.072500', '101745.532500', '101745.992500', '101746.452500', '101746.912500', '101747.372500', '101747.832500', '101748.292500', '101748.752500', '101749.212500', '101749.672500', '101750.132500', '101750.592500', '101751.052500', '101751.512500', '101751.972500', '101752.432500', '101752.892500', '101753.352500', '101753.812500', '101754.272500', '101754.732500', '101755.192500', '101755.652500', '101756.112500', '101756.572500', '101757.032500', '101757.492500', '101757.952500', '101758.412500', '101758.872500', '101759.332500', '101759.792500', '101800.252500', '101800.712500', '101801.172500', '101801.632500', '101802.092500', '101802.552500', '101803.012500', '101803.472500', '101803.932500', '101804.392500', '101804.852500', '101805.312500', '101805.772500', '101806.232500', '101806.692500', '101807.152500', '101807.612500', '101808.072500', '101808.532500', '101808.992500', '101809.452500', '101809.912500', '101810.372500', '101810.832500', '101811.292500', '101811.752500', '101812.212500', '101812.672500', '101813.132500', '101813.592500', '101814.052500', '101814.512500', '101814.972500', '101815.432500', '101815.892500', '101816.352500', '101816.812500', '101817.272500', '101817.732500', '101818.192500', '101818.652500', '101819.112500', '101819.572500', '101820.032500', '101820.492500', '101820.952500', '101821.412500', '101821.872500', '101822.332500', '101822.792500', '101823.252500', '101823.712500', '101824.172500', '101824.632500', '101825.092500', '101825.552500', '101826.012500', '101826.472500', '101826.932500', '101827.392500', '101827.852500', '101828.312500', '101828.772500', '101829.232500', '101829.692500', '101830.152500', '101830.612500', '101831.072500', '101831.532500', '101831.992500', '101832.452500', '101832.912500', '101833.372500', '101833.832500', '101834.292500', '101834.752500', '101835.212500', '101835.672500', '101836.132500', '101836.592500', '101837.052500', '101837.512500', '101837.972500', '101838.432500', '101838.892500', '101839.352500', '101839.812500', '101840.272500', '101840.732500', '101841.192500', '101841.652500', '101842.112500', '101842.572500', '101843.032500', '101843.492500', '101843.952500', '101844.412500', '101844.872500', '101845.332500', '101845.792500', '101846.252500', '101846.712500', '101847.172500', '101847.632500', '101848.092500', '101848.552500', '101849.012500', '101849.472500', '101849.932500', '101850.392500', '101850.852500', '101851.312500', '101851.772500', '101852.232500', '101852.692500', '101853.152500', '101853.612500', '101854.072500', '101854.532500', '101854.992500', '101855.452500', '101855.912500', '101856.372500', '101856.832500', '101857.292500', '101857.752500', '101858.212500', '101858.672500', '101859.132500', '101859.592500', '101900.052500', '101900.512500', '101900.972500', '101901.432500', '101901.892500', '101902.352500', '101902.812500', '101903.272500', '101903.732500', '101904.192500', '101904.652500', '101905.112500', '101905.572500', '101906.032500', '101906.492500', '101906.952500', '101907.412500', '101907.872500', '101908.332500', '101908.792500', '101909.252500', '101909.712500', '101910.172500', '101910.632500', '101911.092500', '101911.552500', '101912.012500', '101912.472500', '101912.932500', '101913.392500', '101913.852500', '101914.312500', '101914.772500', '101915.232500', '101915.692500', '101916.152500', '101916.612500', '101917.072500', '101917.532500', '101917.992500', '101918.452500', '101918.912500', '101919.372500', '101919.832500', '101920.292500', '101920.752500', '101921.212500', '101921.672500', '101922.132500', '101922.592500', '101923.052500', '101923.512500', '101923.972500', '101924.432500', '101924.892500', '101925.352500', '101925.812500', '101926.272500', '101926.732500', '101927.192500', '101927.652500', '101928.112500', '101928.572500', '101929.032500', '101929.492500', '101929.952500', '101930.412500', '101930.872500', '101931.332500', '101931.792500', '101932.252500', '101932.712500', '101933.172500', '101933.632500', '101934.092500', '101934.552500', '101935.012500', '101935.472500', '101935.932500', '101936.392500', '101936.852500', '101937.312500', '101937.772500', '101938.232500', '101938.692500', '101939.152500', '101939.612500', '101940.072500', '101940.532500', '101940.992500', '101941.452500', '101941.912500', '101942.372500', '101942.832500', '101943.292500', '101943.752500', '101944.212500', '101944.672500', '101945.132500', '101945.592500', '101946.052500', '101946.512500', '101946.972500', '101947.432500', '101947.892500', '101948.352500', '101948.812500', '101949.272500', '101949.732500', '101950.192500', '101950.652500', '101951.112500', '101951.572500', '101952.032500', '101952.492500', '101952.952500', '101953.412500', '101953.872500', '101954.332500', '101954.792500', '101955.252500', '101955.712500', '101956.172500', '101956.632500', '101957.092500', '101957.552500', '101958.012500', '101958.472500', '101958.932500', '101959.392500', '101959.852500', '102000.312500', '102000.772500', '102001.232500', '102001.692500', '102002.152500', '102002.612500', '102003.072500', '102003.532500', '102003.992500', '102004.452500', '102004.912500', '102005.372500', '102005.832500', '102006.292500', '102006.752500', '102007.212500', '102007.672500', '102008.132500', '102008.592500', '102009.052500', '102009.512500', '102009.972500', '102010.432500', '102010.892500', '102011.352500', '102011.812500', '102012.272500', '102012.732500', '102013.192500', '102013.652500', '102014.112500', '102014.572500', '102015.032500', '102015.492500', '102015.952500', '102016.412500', '102016.872500', '102017.332500', '102017.792500', '102018.252500', '102018.712500', '102019.172500', '102019.632500', '102020.092500', '102020.552500', '102021.012500', '102021.472500', '102021.932500', '102022.392500', '102022.852500', '102023.312500', '102023.772500', '102024.232500', '102024.692500', '102025.152500', '102025.612500', '102026.072500', '102026.532500', '102026.992500', '102027.452500', '102027.912500', '102028.372500', '102028.832500', '102029.292500', '102029.752500', '102030.212500', '102030.672500', '102031.132500', '102031.592500', '102032.052500', '102032.512500', '102032.972500', '102033.432500', '102033.892500', '102034.352500', '102034.812500', '102035.272500', '102035.732500', '102036.192500', '102036.652500', '102037.112500', '102037.572500', '102038.032500', '102038.492500', '102038.952500', '102039.412500', '102039.872500', '102040.332500', '102040.792500', '102041.252500', '102041.712500', '102042.172500', '102042.632500', '102043.092500', '102043.552500', '102044.012500', '102044.472500', '102044.932500', '102045.392500', '102045.852500', '102046.312500', '102046.772500', '102047.232500', '102047.692500', '102048.152500', '102048.612500', '102049.072500', '102049.532500', '102049.992500', '102050.452500', '102050.912500', '102051.372500', '102051.832500', '102052.292500', '102052.752500', '102053.212500', '102053.672500', '102054.132500', '102054.592500', '102055.052500', '102055.512500', '102055.972500', '102056.432500', '102056.892500', '102057.352500', '102057.812500', '102058.272500', '102058.732500', '102059.192500', '102059.652500', '102100.112500', '102100.572500', '102101.032500', '102101.492500', '102101.952500', '102102.412500', '102102.872500', '102103.332500', '102103.792500', '102104.252500', '102104.712500', '102105.172500', '102105.632500', '102106.092500', '102106.552500', '102107.012500', '102107.472500', '102107.932500', '102108.392500', '102108.852500', '102109.312500', '102109.772500', '102110.232500', '102110.692500', '102111.152500', '102111.612500', '102112.072500', '102112.532500', '102112.992500', '102113.452500', '102113.912500', '102114.372500', '102114.832500', '102115.292500', '102115.752500', '102116.212500', '102116.672500', '102117.132500', '102117.592500', '102118.052500', '102118.512500', '102118.972500', '102119.432500', '102119.892500', '102120.352500', '102120.812500', '102121.272500', '102121.732500', '102122.192500', '102122.652500', '102123.112500', '102123.572500', '102124.032500', '102124.492500', '102124.952500', '102125.412500', '102125.872500', '102126.332500', '102126.792500', '102127.252500', '102127.712500', '102128.172500', '102128.632500', '102129.092500', '102129.552500', '102130.012500', '102130.472500', '102130.932500', '102131.392500', '102131.852500', '102132.312500', '102132.772500', '102133.232500', '102133.692500', '102134.152500', '102134.612500', '102135.072500', '102135.532500', '102135.992500', '102136.452500', '102136.912500', '102137.372500', '102137.832500', '102138.292500', '102138.752500', '102139.212500', '102139.672500', '102140.132500', '102140.592500', '102141.052500', '102141.512500', '102141.972500', '102142.432500', '102142.892500', '102143.352500', '102143.812500', '102144.272500', '102144.732500', '102145.192500', '102145.652500', '102146.112500', '102146.572500', '102147.032500', '102147.492500', '102147.952500', '102148.412500', '102148.872500', '102149.332500', '102149.792500', '102150.252500', '102150.712500', '102151.172500', '102151.632500', '102152.092500', '102152.552500', '102153.012500', '102153.472500', '102153.932500', '102154.392500', '102154.852500', '102155.312500', '102155.772500', '102156.232500', '102156.692500', '102157.152500', '102157.612500', '102158.072500', '102158.532500', '102158.992500', '102159.452500', '102159.912500', '102200.372500', '102200.832500', '102201.292500', '102201.752500', '102202.212500', '102202.672500', '102203.132500', '102203.592500', '102204.052500', '102204.512500', '102204.972500', '102205.432500', '102205.892500', '102206.352500', '102206.812500', '102207.272500', '102207.732500', '102208.192500', '102208.652500', '102209.112500', '102209.572500', '102210.032500', '102210.492500', '102210.952500', '102211.412500', '102211.872500', '102212.332500', '102212.792500', '102213.252500', '102213.712500', '102214.172500', '102214.632500', '102215.092500', '102215.552500', '102216.012500', '102216.472500', '102216.932500', '102217.392500', '102217.852500', '102218.312500', '102218.772500', '102219.232500', '102219.692500', '102220.152500', '102220.612500', '102221.072500', '102221.532500', '102221.992500', '102222.452500', '102222.912500', '102223.372500', '102223.832500', '102224.292500', '102224.752500', '102225.212500', '102225.672500', '102226.132500', '102226.592500', '102227.052500', '102227.512500', '102227.972500', '102228.432500', '102228.892500', '102229.352500', '102229.812500', '102230.272500', '102230.732500', '102231.192500', '102231.652500', '102232.112500', '102232.572500', '102233.032500', '102233.492500', '102233.952500', '102234.412500', '102234.872500', '102235.332500', '102235.792500', '102236.252500', '102236.712500', '102237.172500', '102237.632500', '102238.092500', '102238.552500', '102239.012500', '102239.472500', '102239.932500', '102240.392500', '102240.852500', '102241.312500', '102241.772500', '102242.232500', '102242.692500', '102243.152500', '102243.612500', '102244.072500', '102244.532500', '102244.992500', '102245.452500', '102245.912500', '102246.372500', '102246.832500', '102247.292500', '102247.752500', '102248.212500', '102248.672500', '102249.132500', '102249.592500', '102250.052500', '102250.512500', '102250.972500', '102251.432500', '102251.892500', '102252.352500', '102252.812500', '102253.272500', '102253.732500', '102254.192500', '102254.652500', '102255.112500', '102255.572500', '102256.032500', '102256.492500', '102256.952500', '102257.412500', '102257.872500', '102258.332500', '102258.792500', '102259.252500', '102259.712500', '102300.172500', '102300.632500', '102301.092500', '102301.552500', '102302.012500', '102302.472500', '102302.932500', '102303.392500', '102303.852500', '102304.312500', '102304.772500', '102305.232500', '102305.692500', '102306.152500', '102306.612500', '102307.072500', '102307.532500', '102307.992500', '102308.452500', '102308.912500', '102309.372500', '102309.832500', '102310.292500', '102310.752500', '102311.212500', '102311.672500', '102312.132500', '102312.592500', '102313.052500', '102313.512500', '102313.972500', '102314.432500', '102314.892500', '102315.352500', '102315.812500', '102316.272500', '102316.732500', '102317.192500', '102317.652500', '102318.112500', '102318.572500', '102319.032500', '102319.492500', '102319.952500', '102320.412500', '102320.872500', '102321.332500', '102321.792500', '102322.252500', '102322.712500', '102323.172500', '102323.632500', '102324.092500', '102324.552500', '102325.012500', '102325.472500', '102325.932500', '102326.392500', '102326.852500', '102327.312500', '102327.772500', '102328.232500', '102328.692500', '102329.152500', '102329.612500', '102330.072500', '102330.532500', '102330.992500', '102331.452500', '102331.912500', '102332.372500', '102332.832500', '102333.292500', '102333.752500', '102334.212500', '102334.672500', '102335.132500', '102335.592500', '102336.052500', '102336.512500', '102336.972500', '102337.432500', '102337.892500', '102338.352500', '102338.812500', '102339.272500', '102339.732500', '102340.192500', '102340.652500', '102341.112500', '102341.572500', '102342.032500', '102342.492500', '102342.952500', '102343.412500', '102343.872500', '102344.332500', '102344.792500', '102345.252500', '102345.712500', '102346.172500', '102346.632500', '102347.092500', '102347.552500', '102348.012500', '102348.472500', '102348.932500', '102349.392500', '102349.852500', '102350.312500', '102350.772500', '102351.232500', '102351.692500', '102352.152500', '102352.612500', '102353.072500', '102353.532500', '102353.992500', '102354.452500', '102354.912500', '102355.372500', '102355.832500', '102356.292500', '102356.752500', '102357.212500', '102357.672500', '102358.132500', '102358.592500', '102359.052500', '102359.512500', '102359.972500', '102400.432500', '102400.892500', '102401.352500', '102401.812500', '102402.272500', '102402.732500', '102403.192500', '102403.652500', '102404.112500', '102404.572500', '102405.032500', '102405.492500', '102405.952500', '102406.412500', '102406.872500', '102407.332500', '102407.792500', '102408.252500', '102408.712500', '102409.172500', '102409.632500', '102410.092500', '102410.552500', '102411.012500', '102411.472500', '102411.932500', '102412.392500', '102412.852500', '102413.312500', '102413.772500', '102414.232500', '102414.692500', '102415.152500', '102415.612500', '102416.072500', '102416.532500', '102416.992500', '102417.452500', '102417.912500', '102418.372500', '102418.832500', '102419.292500', '102419.752500', '102420.212500', '102420.672500', '102421.132500', '102421.592500', '102422.052500', '102422.512500', '102422.972500', '102423.432500', '102423.892500', '102424.352500', '102424.812500', '102425.272500', '102425.732500', '102426.192500', '102426.652500', '102427.112500', '102427.572500', '102428.032500', '102428.492500', '102428.952500', '102429.412500', '102429.872500', '102430.332500', '102430.792500', '102431.252500', '102431.712500', '102432.172500', '102432.632500', '102433.092500', '102433.552500', '102434.012500', '102434.472500', '102434.932500', '102435.392500', '102435.852500', '102436.312500', '102436.772500', '102437.232500', '102437.692500', '102438.152500', '102438.612500', '102439.072500', '102439.532500', '102439.992500', '102440.452500', '102440.912500', '102441.372500', '102441.832500', '102442.292500', '102442.752500', '102443.212500', '102443.672500', '102444.132500', '102444.592500', '102445.052500', '102445.512500', '102445.972500', '102446.432500', '102446.892500', '102447.352500', '102447.812500', '102448.272500', '102448.732500', '102449.192500', '102449.652500', '102450.112500', '102450.572500', '102451.032500', '102451.492500', '102451.952500', '102452.412500', '102452.872500', '102453.332500', '102453.792500', '102454.252500', '102454.712500', '102455.172500', '102455.632500', '102456.092500', '102456.552500', '102457.012500', '102457.472500', '102457.932500', '102458.392500', '102458.852500', '102459.312500', '102459.772500', '102500.232500', '102500.692500', '102501.152500', '102501.612500', '102502.072500', '102502.532500', '102502.992500', '102503.452500', '102503.912500', '102504.372500', '102504.832500', '102505.292500', '102505.752500', '102506.212500', '102506.672500', '102507.132500', '102507.592500', '102508.052500', '102508.512500', '102508.972500', '102509.432500', '102509.892500', '102510.352500', '102510.812500', '102511.272500', '102511.732500', '102512.192500', '102512.652500', '102513.112500', '102513.572500', '102514.032500', '102514.492500', '102514.952500', '102515.412500', '102515.872500', '102516.332500', '102516.792500', '102517.252500', '102517.712500', '102518.172500', '102518.632500', '102519.092500', '102519.552500', '102520.012500', '102520.472500', '102520.932500', '102521.392500', '102521.852500', '102522.312500', '102522.772500', '102523.232500', '102523.692500', '102524.152500', '102524.612500', '102525.072500', '102525.532500', '102525.992500', '102526.452500', '102526.912500', '102527.372500', '102527.832500', '102528.292500', '102528.752500', '102529.212500', '102529.672500', '102530.132500'], 'ContentTime': ['101738.506000', '101738.509000', '101738.512000', '101738.514000', '101738.517000', '101738.519000', '101738.522000', '101738.524000', '101738.527000', '101738.530000', '101738.532000', '101738.535000', '101738.538000', '101738.540000', '101738.543000', '101738.546000', '101738.548000', '101738.551000', '101738.554000', '101738.556000', '101738.559000', '101738.562000', '101738.565000', '101738.567000', '101738.570000', '101738.573000', '101738.575000', '101738.578000', '101738.581000', '101738.583000', '101738.586000', '101738.588000', '101738.591000', '101738.594000', '101738.597000', '101738.599000', '101738.602000', '101758.442000', '101758.445000', '101758.448000', '101758.451000', '101758.453000', '101758.456000', '101758.458000', '101758.461000', '101758.463000', '101758.466000', '101758.468000', '101758.471000', '101758.474000', '101758.476000', '101758.479000', '101758.481000', '101758.484000', '101758.486000', '101758.489000', '101758.492000', '101758.494000', '101758.497000', '101758.500000', '101758.502000', '101758.505000', '101758.507000', '101758.510000', '101758.512000', '101758.515000', '101758.517000', '101758.520000', '101758.522000', '101758.525000', '101758.528000', '101758.530000', '101758.533000', '101758.535000', '101758.538000', '101758.540000', '101758.543000', '101758.546000', '101758.548000', '101758.551000', '101758.553000', '101818.442000', '101818.445000', '101818.448000', '101818.450000', '101818.453000', '101818.456000', '101818.458000', '101818.461000', '101818.463000', '101818.466000', '101818.468000', '101818.471000', '101818.474000', '101818.476000', '101818.479000', '101818.481000', '101818.484000', '101818.486000', '101818.489000', '101818.492000', '101818.494000', '101818.497000', '101818.499000', '101818.502000', '101818.504000', '101818.507000', '101818.509000', '101818.512000', '101818.514000', '101818.517000', '101818.520000', '101818.522000', '101818.525000', '101818.527000', '101818.530000', '101818.532000', '101818.535000', '101818.538000', '101818.540000', '101818.543000', '101818.545000', '101818.548000', '101818.550000', '101838.442000', '101838.445000', '101838.448000', '101838.450000', '101838.454000', '101838.457000', '101838.460000', '101838.462000', '101838.465000', '101838.467000', '101838.470000', '101838.472000', '101838.475000', '101838.477000', '101838.480000', '101838.483000', '101838.485000', '101838.488000', '101838.490000', '101838.493000', '101838.496000', '101838.498000', '101838.501000', '101838.503000', '101838.506000', '101838.509000', '101838.511000', '101838.514000', '101838.516000', '101838.519000', '101838.521000', '101838.524000', '101838.527000', '101838.529000', '101838.532000', '101838.534000', '101838.537000', '101838.539000', '101838.542000', '101838.544000', '101838.547000', '101838.549000', '101838.552000', '101838.555000', '101858.443000', '101858.446000', '101858.449000', '101858.451000', '101858.454000', '101858.456000', '101858.459000', '101858.462000', '101858.464000', '101858.467000', '101858.469000', '101858.472000', '101858.474000', '101858.477000', '101858.480000', '101858.482000', '101858.485000', '101858.487000', '101858.490000', '101858.492000', '101858.495000', '101858.498000', '101858.500000', '101858.503000', '101858.505000', '101858.508000', '101858.510000', '101858.513000', '101858.515000', '101858.526000', '101858.529000', '101858.531000', '101858.534000', '101858.536000', '101858.539000', '101858.541000', '101858.544000', '101858.546000', '101858.549000', '101858.552000', '101858.554000', '101858.557000', '101858.559000', '101918.444000', '101918.446000', '101918.449000', '101918.452000', '101918.454000', '101918.457000', '101918.459000', '101918.462000', '101918.464000', '101918.467000', '101918.470000', '101918.472000', '101918.475000', '101918.477000', '101918.480000', '101918.482000', '101918.485000', '101918.488000', '101918.490000', '101918.493000', '101918.496000', '101918.498000', '101918.501000', '101918.503000', '101918.506000', '101918.509000', '101918.511000', '101918.514000', '101918.516000', '101918.519000', '101918.522000', '101918.524000', '101918.527000', '101918.529000', '101918.532000', '101918.535000', '101918.537000', '101918.540000', '101918.542000', '101918.545000', '101918.548000', '101918.550000', '101918.553000', '101938.444000', '101938.447000', '101938.449000', '101938.452000', '101938.454000', '101938.457000', '101938.459000', '101938.462000', '101938.465000', '101938.467000', '101938.470000', '101938.472000', '101938.475000', '101938.477000', '101938.480000', '101938.483000', '101938.485000', '101938.488000', '101938.491000', '101938.493000', '101938.496000', '101938.498000', '101938.501000', '101938.503000', '101938.506000', '101938.509000', '101938.511000', '101938.514000', '101938.517000', '101938.519000', '101938.522000', '101938.524000', '101938.527000', '101938.530000', '101938.532000', '101938.535000', '101938.537000', '101938.540000', '101938.542000', '101938.545000', '101938.548000', '101938.550000', '101938.553000', '101938.555000', '101958.442000', '101958.445000', '101958.448000', '101958.450000', '101958.453000', '101958.455000', '101958.458000', '101958.461000', '101958.463000', '101958.466000', '101958.468000', '101958.471000', '101958.473000', '101958.476000', '101958.479000', '101958.481000', '101958.484000', '101958.486000', '101958.489000', '101958.492000', '101958.495000', '101958.498000', '101958.500000', '101958.503000', '101958.505000', '101958.508000', '101958.510000', '101958.513000', '101958.516000', '101958.518000', '101958.521000', '101958.524000', '101958.526000', '101958.529000', '101958.531000', '101958.534000', '101958.536000', '101958.539000', '101958.541000', '101958.544000', '101958.547000', '101958.549000', '101958.552000', '101958.555000', '102018.442000', '102018.445000', '102018.448000', '102018.451000', '102018.453000', '102018.456000', '102018.458000', '102018.461000', '102018.464000', '102018.466000', '102018.469000', '102018.471000', '102018.474000', '102018.477000', '102018.479000', '102018.482000', '102018.485000', '102018.487000', '102018.490000', '102018.492000', '102018.495000', '102018.497000', '102018.500000', '102018.503000', '102018.505000', '102018.508000', '102018.510000', '102018.513000', '102018.516000', '102018.518000', '102018.521000', '102018.523000', '102018.526000', '102018.529000', '102018.531000', '102018.534000', '102018.536000', '102018.539000', '102018.541000', '102018.544000', '102018.547000', '102018.549000', '102018.552000', '102038.442000', '102038.445000', '102038.448000', '102038.450000', '102038.453000', '102038.455000', '102038.458000', '102038.461000', '102038.463000', '102038.466000', '102038.468000', '102038.471000', '102038.473000', '102038.476000', '102038.479000', '102038.481000', '102038.484000', '102038.486000', '102038.489000', '102038.492000', '102038.494000', '102038.497000', '102038.499000', '102038.502000', '102038.504000', '102038.517000', '102038.519000', '102038.522000', '102038.525000', '102038.527000', '102038.530000', '102038.532000', '102038.535000', '102038.538000', '102038.540000', '102038.543000', '102038.545000', '102038.548000', '102038.550000', '102038.553000', '102038.556000', '102038.558000', '102038.561000', '102038.563000', '102058.442000', '102058.445000', '102058.448000', '102058.450000', '102058.453000', '102058.456000', '102058.458000', '102058.461000', '102058.463000', '102058.466000', '102058.469000', '102058.471000', '102058.474000', '102058.476000', '102058.479000', '102058.481000', '102058.484000', '102058.487000', '102058.489000', '102058.492000', '102058.494000', '102058.497000', '102058.499000', '102058.502000', '102058.505000', '102058.507000', '102058.510000', '102058.512000', '102058.515000', '102058.517000', '102058.520000', '102058.523000', '102058.525000', '102058.528000', '102058.530000', '102058.533000', '102058.535000', '102058.538000', '102058.541000', '102058.543000', '102058.546000', '102058.548000', '102058.551000', '102118.444000', '102118.446000', '102118.449000', '102118.452000', '102118.454000', '102118.457000', '102118.459000', '102118.462000', '102118.464000', '102118.467000', '102118.470000', '102118.472000', '102118.475000', '102118.478000', '102118.480000', '102118.483000', '102118.485000', '102118.488000', '102118.491000', '102118.493000', '102118.496000', '102118.498000', '102118.501000', '102118.504000', '102118.506000', '102118.509000', '102118.511000', '102118.514000', '102118.516000', '102118.519000', '102118.521000', '102118.524000', '102118.527000', '102118.529000', '102118.533000', '102118.535000', '102118.538000', '102118.541000', '102118.543000', '102118.546000', '102118.549000', '102118.551000', '102118.554000', '102138.444000', '102138.446000', '102138.449000', '102138.452000', '102138.454000', '102138.457000', '102138.459000', '102138.462000', '102138.465000', '102138.467000', '102138.470000', '102138.472000', '102138.475000', '102138.478000', '102138.480000', '102138.483000', '102138.486000', '102138.488000', '102138.491000', '102138.493000', '102138.496000', '102138.499000', '102138.501000', '102138.504000', '102138.507000', '102138.509000', '102138.512000', '102138.514000', '102138.517000', '102138.520000', '102138.522000', '102138.525000', '102138.527000', '102138.530000', '102138.532000', '102138.535000', '102138.538000', '102138.540000', '102138.543000', '102138.545000', '102138.548000', '102138.551000', '102138.553000', '102138.556000', '102158.443000', '102158.446000', '102158.449000', '102158.451000', '102158.454000', '102158.457000', '102158.459000', '102158.462000', '102158.464000', '102158.467000', '102158.470000', '102158.472000', '102158.475000', '102158.477000', '102158.480000', '102158.482000', '102158.485000', '102158.487000', '102158.490000', '102158.493000', '102158.495000', '102158.498000', '102158.500000', '102158.503000', '102158.506000', '102158.508000', '102158.511000', '102158.513000', '102158.516000', '102158.518000', '102158.521000', '102158.524000', '102158.526000', '102158.529000', '102158.531000', '102158.534000', '102158.537000', '102158.539000', '102158.542000', '102158.544000', '102158.547000', '102158.550000', '102158.552000', '102218.443000', '102218.445000', '102218.448000', '102218.451000', '102218.453000', '102218.456000', '102218.458000', '102218.461000', '102218.464000', '102218.466000', '102218.469000', '102218.471000', '102218.474000', '102218.476000', '102218.479000', '102218.482000', '102218.484000', '102218.487000', '102218.489000', '102218.492000', '102218.495000', '102218.497000', '102218.500000', '102218.502000', '102218.505000', '102218.508000', '102218.510000', '102218.513000', '102218.515000', '102218.518000', '102218.520000', '102218.523000', '102218.526000', '102218.528000', '102218.531000', '102218.533000', '102218.536000', '102218.538000', '102218.541000', '102218.544000', '102218.546000', '102218.549000', '102218.551000', '102218.554000', '102238.442000', '102238.445000', '102238.448000', '102238.451000', '102238.453000', '102238.456000', '102238.458000', '102238.461000', '102238.464000', '102238.466000', '102238.469000', '102238.471000', '102238.474000', '102238.476000', '102238.479000', '102238.482000', '102238.484000', '102238.487000', '102238.489000', '102238.492000', '102238.495000', '102238.497000', '102238.500000', '102238.502000', '102238.505000', '102238.508000', '102238.510000', '102238.513000', '102238.516000', '102238.519000', '102238.521000', '102238.524000', '102238.526000', '102238.529000', '102238.532000', '102238.535000', '102238.537000', '102238.540000', '102238.544000', '102238.547000', '102238.550000', '102238.552000', '102238.555000', '102258.442000', '102258.445000', '102258.448000', '102258.451000', '102258.453000', '102258.456000', '102258.458000', '102258.461000', '102258.463000', '102258.466000', '102258.469000', '102258.471000', '102258.474000', '102258.476000', '102258.479000', '102258.481000', '102258.484000', '102258.487000', '102258.489000', '102258.492000', '102258.494000', '102258.497000', '102258.499000', '102258.502000', '102258.504000', '102258.507000', '102258.510000', '102258.512000', '102258.515000', '102258.517000', '102258.520000', '102258.523000', '102258.525000', '102258.528000', '102258.530000', '102258.533000', '102258.535000', '102258.538000', '102258.541000', '102258.543000', '102258.546000', '102258.548000', '102258.551000', '102258.554000', '102318.443000', '102318.446000', '102318.448000', '102318.451000', '102318.454000', '102318.456000', '102318.459000', '102318.461000', '102318.464000', '102318.467000', '102318.469000', '102318.472000', '102318.474000', '102318.477000', '102318.479000', '102318.482000', '102318.485000', '102318.487000', '102318.490000', '102318.492000', '102318.495000', '102318.498000', '102318.500000', '102318.503000', '102318.505000', '102318.508000', '102318.510000', '102318.513000', '102318.515000', '102318.518000', '102318.521000', '102318.523000', '102318.526000', '102318.528000', '102318.531000', '102318.533000', '102318.536000', '102318.539000', '102318.541000', '102318.544000', '102318.546000', '102318.549000', '102318.551000', '102338.443000', '102338.446000', '102338.449000', '102338.451000', '102338.454000', '102338.457000', '102338.459000', '102338.462000', '102338.464000', '102338.467000', '102338.470000', '102338.472000', '102338.475000', '102338.477000', '102338.480000', '102338.483000', '102338.485000', '102338.488000', '102338.502000', '102338.504000', '102338.507000', '102338.509000', '102338.512000', '102338.515000', '102338.517000', '102338.520000', '102338.522000', '102338.525000', '102338.527000', '102338.530000', '102338.533000', '102338.535000', '102338.538000', '102338.540000', '102338.543000', '102338.546000', '102338.548000', '102338.551000', '102338.553000', '102338.556000', '102338.558000', '102338.561000', '102338.564000', '102338.566000', '102358.444000', '102358.446000', '102358.449000', '102358.452000', '102358.454000', '102358.457000', '102358.459000', '102358.462000', '102358.464000', '102358.467000', '102358.470000', '102358.472000', '102358.475000', '102358.477000', '102358.480000', '102358.482000', '102358.485000', '102358.488000', '102358.490000', '102358.493000', '102358.495000', '102358.498000', '102358.501000', '102358.503000', '102358.506000', '102358.508000', '102358.511000', '102358.513000', '102358.516000', '102358.518000', '102358.521000', '102358.524000', '102358.526000', '102358.529000', '102358.531000', '102358.534000', '102358.537000', '102358.539000', '102358.542000', '102358.544000', '102358.547000', '102358.549000', '102358.552000', '102418.444000', '102418.446000', '102418.449000', '102418.452000', '102418.454000', '102418.457000', '102418.459000', '102418.465000', '102418.468000', '102418.470000', '102418.473000', '102418.475000', '102418.478000', '102418.481000', '102418.483000', '102418.486000', '102418.489000', '102418.491000', '102418.494000', '102418.496000', '102418.499000', '102418.501000', '102418.504000', '102418.506000', '102418.509000', '102418.512000', '102418.514000', '102418.517000', '102418.519000', '102418.522000', '102418.525000', '102418.527000', '102418.530000', '102418.532000', '102418.535000', '102418.538000', '102418.540000', '102418.543000', '102418.545000', '102418.548000', '102418.550000', '102418.553000', '102418.555000', '102418.558000', '102438.443000', '102438.445000', '102438.448000', '102438.451000', '102438.453000', '102438.456000', '102438.458000', '102438.461000', '102438.464000', '102438.466000', '102438.469000', '102438.471000', '102438.474000', '102438.476000', '102438.479000', '102438.482000', '102438.484000', '102438.487000', '102438.489000', '102438.492000', '102438.495000', '102438.497000', '102438.500000', '102438.502000', '102438.505000', '102438.508000', '102438.510000', '102438.513000', '102438.515000', '102438.518000', '102438.520000', '102438.523000', '102438.526000', '102438.538000', '102438.540000', '102438.543000', '102438.545000', '102438.548000', '102438.551000', '102438.553000', '102438.556000', '102438.558000', '102438.561000', '102458.443000', '102458.445000', '102458.448000', '102458.451000', '102458.453000', '102458.456000', '102458.458000', '102458.461000', '102458.464000', '102458.467000', '102458.469000', '102458.472000', '102458.475000', '102458.477000', '102458.499000', '102458.502000', '102458.504000', '102458.507000', '102458.510000', '102458.512000', '102458.515000', '102458.517000', '102458.520000', '102458.522000', '102458.525000', '102458.528000', '102458.530000', '102458.533000', '102458.535000', '102458.538000', '102458.541000', '102458.543000', '102458.546000', '102458.548000', '102458.551000', '102458.553000', '102458.556000', '102458.559000', '102458.561000', '102458.564000', '102458.566000', '102458.569000', '102458.571000', '102458.574000', '102518.442000', '102518.445000', '102518.448000', '102518.451000', '102518.453000', '102518.456000', '102518.458000', '102518.461000', '102518.464000', '102518.466000', '102518.469000', '102518.471000', '102518.474000', '102518.476000', '102518.479000', '102518.482000', '102518.484000', '102518.487000', '102518.489000', '102518.492000', '102518.495000', '102518.497000', '102518.500000', '102518.502000', '102518.505000', '102518.507000', '102518.510000', '102518.513000', '102518.515000', '102518.518000', '102518.520000', '102518.523000', '102518.526000', '102518.528000', '102518.531000', '102518.533000', '102518.536000', '102518.538000', '102518.541000', '102518.544000', '102518.546000', '102518.549000', '102518.551000', '102531.033000', '102531.036000', '102531.038000', '102531.041000', '102531.043000', '102531.046000', '102531.048000', '102531.051000', '102531.054000', '102531.056000', '102531.059000', '102531.061000', '102531.064000', '102531.067000', '102531.069000', '102531.072000', '102531.074000', '102531.077000', '102531.080000', '102531.082000', '102531.085000', '102531.087000', '102531.090000', '102531.093000', '102531.095000', '102531.098000', '102531.100000', '102531.103000'], 'InstanceCreationTime': ['101738.506000', '101738.509000', '101738.512000', '101738.514000', '101738.517000', '101738.519000', '101738.522000', '101738.524000', '101738.527000', '101738.530000', '101738.532000', '101738.535000', '101738.538000', '101738.540000', '101738.543000', '101738.546000', '101738.548000', '101738.551000', '101738.554000', '101738.556000', '101738.559000', '101738.562000', '101738.565000', '101738.567000', '101738.570000', '101738.573000', '101738.575000', '101738.578000', '101738.581000', '101738.583000', '101738.586000', '101738.588000', '101738.591000', '101738.594000', '101738.597000', '101738.599000', '101738.602000', '101758.442000', '101758.445000', '101758.448000', '101758.451000', '101758.453000', '101758.456000', '101758.458000', '101758.461000', '101758.463000', '101758.466000', '101758.468000', '101758.471000', '101758.474000', '101758.476000', '101758.479000', '101758.481000', '101758.484000', '101758.486000', '101758.489000', '101758.492000', '101758.494000', '101758.497000', '101758.500000', '101758.502000', '101758.505000', '101758.507000', '101758.510000', '101758.512000', '101758.515000', '101758.517000', '101758.520000', '101758.522000', '101758.525000', '101758.528000', '101758.530000', '101758.533000', '101758.535000', '101758.538000', '101758.540000', '101758.543000', '101758.546000', '101758.548000', '101758.551000', '101758.553000', '101818.442000', '101818.445000', '101818.448000', '101818.450000', '101818.453000', '101818.456000', '101818.458000', '101818.461000', '101818.463000', '101818.466000', '101818.468000', '101818.471000', '101818.474000', '101818.476000', '101818.479000', '101818.481000', '101818.484000', '101818.486000', '101818.489000', '101818.492000', '101818.494000', '101818.497000', '101818.499000', '101818.502000', '101818.504000', '101818.507000', '101818.509000', '101818.512000', '101818.514000', '101818.517000', '101818.520000', '101818.522000', '101818.525000', '101818.527000', '101818.530000', '101818.532000', '101818.535000', '101818.538000', '101818.540000', '101818.543000', '101818.545000', '101818.548000', '101818.550000', '101838.442000', '101838.445000', '101838.448000', '101838.450000', '101838.454000', '101838.457000', '101838.460000', '101838.462000', '101838.465000', '101838.467000', '101838.470000', '101838.472000', '101838.475000', '101838.477000', '101838.480000', '101838.483000', '101838.485000', '101838.488000', '101838.490000', '101838.493000', '101838.496000', '101838.498000', '101838.501000', '101838.503000', '101838.506000', '101838.509000', '101838.511000', '101838.514000', '101838.516000', '101838.519000', '101838.521000', '101838.524000', '101838.527000', '101838.529000', '101838.532000', '101838.534000', '101838.537000', '101838.539000', '101838.542000', '101838.544000', '101838.547000', '101838.549000', '101838.552000', '101838.555000', '101858.443000', '101858.446000', '101858.449000', '101858.451000', '101858.454000', '101858.456000', '101858.459000', '101858.462000', '101858.464000', '101858.467000', '101858.469000', '101858.472000', '101858.474000', '101858.477000', '101858.480000', '101858.482000', '101858.485000', '101858.487000', '101858.490000', '101858.492000', '101858.495000', '101858.498000', '101858.500000', '101858.503000', '101858.505000', '101858.508000', '101858.510000', '101858.513000', '101858.515000', '101858.526000', '101858.529000', '101858.531000', '101858.534000', '101858.536000', '101858.539000', '101858.541000', '101858.544000', '101858.546000', '101858.549000', '101858.552000', '101858.554000', '101858.557000', '101858.559000', '101918.444000', '101918.446000', '101918.449000', '101918.452000', '101918.454000', '101918.457000', '101918.459000', '101918.462000', '101918.464000', '101918.467000', '101918.470000', '101918.472000', '101918.475000', '101918.477000', '101918.480000', '101918.482000', '101918.485000', '101918.488000', '101918.490000', '101918.493000', '101918.496000', '101918.498000', '101918.501000', '101918.503000', '101918.506000', '101918.509000', '101918.511000', '101918.514000', '101918.516000', '101918.519000', '101918.522000', '101918.524000', '101918.527000', '101918.529000', '101918.532000', '101918.535000', '101918.537000', '101918.540000', '101918.542000', '101918.545000', '101918.548000', '101918.550000', '101918.553000', '101938.444000', '101938.447000', '101938.449000', '101938.452000', '101938.454000', '101938.457000', '101938.459000', '101938.462000', '101938.465000', '101938.467000', '101938.470000', '101938.472000', '101938.475000', '101938.477000', '101938.480000', '101938.483000', '101938.485000', '101938.488000', '101938.491000', '101938.493000', '101938.496000', '101938.498000', '101938.501000', '101938.503000', '101938.506000', '101938.509000', '101938.511000', '101938.514000', '101938.517000', '101938.519000', '101938.522000', '101938.524000', '101938.527000', '101938.530000', '101938.532000', '101938.535000', '101938.537000', '101938.540000', '101938.542000', '101938.545000', '101938.548000', '101938.550000', '101938.553000', '101938.555000', '101958.442000', '101958.445000', '101958.448000', '101958.450000', '101958.453000', '101958.455000', '101958.458000', '101958.461000', '101958.463000', '101958.466000', '101958.468000', '101958.471000', '101958.473000', '101958.476000', '101958.479000', '101958.481000', '101958.484000', '101958.486000', '101958.489000', '101958.492000', '101958.495000', '101958.498000', '101958.500000', '101958.503000', '101958.505000', '101958.508000', '101958.510000', '101958.513000', '101958.516000', '101958.518000', '101958.521000', '101958.524000', '101958.526000', '101958.529000', '101958.531000', '101958.534000', '101958.536000', '101958.539000', '101958.541000', '101958.544000', '101958.547000', '101958.549000', '101958.552000', '101958.555000', '102018.442000', '102018.445000', '102018.448000', '102018.451000', '102018.453000', '102018.456000', '102018.458000', '102018.461000', '102018.464000', '102018.466000', '102018.469000', '102018.471000', '102018.474000', '102018.477000', '102018.479000', '102018.482000', '102018.485000', '102018.487000', '102018.490000', '102018.492000', '102018.495000', '102018.497000', '102018.500000', '102018.503000', '102018.505000', '102018.508000', '102018.510000', '102018.513000', '102018.516000', '102018.518000', '102018.521000', '102018.523000', '102018.526000', '102018.529000', '102018.531000', '102018.534000', '102018.536000', '102018.539000', '102018.541000', '102018.544000', '102018.547000', '102018.549000', '102018.552000', '102038.442000', '102038.445000', '102038.448000', '102038.450000', '102038.453000', '102038.455000', '102038.458000', '102038.461000', '102038.463000', '102038.466000', '102038.468000', '102038.471000', '102038.473000', '102038.476000', '102038.479000', '102038.481000', '102038.484000', '102038.486000', '102038.489000', '102038.492000', '102038.494000', '102038.497000', '102038.499000', '102038.502000', '102038.504000', '102038.517000', '102038.519000', '102038.522000', '102038.525000', '102038.527000', '102038.530000', '102038.532000', '102038.535000', '102038.538000', '102038.540000', '102038.543000', '102038.545000', '102038.548000', '102038.550000', '102038.553000', '102038.556000', '102038.558000', '102038.561000', '102038.563000', '102058.442000', '102058.445000', '102058.448000', '102058.450000', '102058.453000', '102058.456000', '102058.458000', '102058.461000', '102058.463000', '102058.466000', '102058.469000', '102058.471000', '102058.474000', '102058.476000', '102058.479000', '102058.481000', '102058.484000', '102058.487000', '102058.489000', '102058.492000', '102058.494000', '102058.497000', '102058.499000', '102058.502000', '102058.505000', '102058.507000', '102058.510000', '102058.512000', '102058.515000', '102058.517000', '102058.520000', '102058.523000', '102058.525000', '102058.528000', '102058.530000', '102058.533000', '102058.535000', '102058.538000', '102058.541000', '102058.543000', '102058.546000', '102058.548000', '102058.551000', '102118.444000', '102118.446000', '102118.449000', '102118.452000', '102118.454000', '102118.457000', '102118.459000', '102118.462000', '102118.464000', '102118.467000', '102118.470000', '102118.472000', '102118.475000', '102118.478000', '102118.480000', '102118.483000', '102118.485000', '102118.488000', '102118.491000', '102118.493000', '102118.496000', '102118.498000', '102118.501000', '102118.504000', '102118.506000', '102118.509000', '102118.511000', '102118.514000', '102118.516000', '102118.519000', '102118.521000', '102118.524000', '102118.527000', '102118.529000', '102118.533000', '102118.535000', '102118.538000', '102118.541000', '102118.543000', '102118.546000', '102118.549000', '102118.551000', '102118.554000', '102138.444000', '102138.446000', '102138.449000', '102138.452000', '102138.454000', '102138.457000', '102138.459000', '102138.462000', '102138.465000', '102138.467000', '102138.470000', '102138.472000', '102138.475000', '102138.478000', '102138.480000', '102138.483000', '102138.486000', '102138.488000', '102138.491000', '102138.493000', '102138.496000', '102138.499000', '102138.501000', '102138.504000', '102138.507000', '102138.509000', '102138.512000', '102138.514000', '102138.517000', '102138.520000', '102138.522000', '102138.525000', '102138.527000', '102138.530000', '102138.532000', '102138.535000', '102138.538000', '102138.540000', '102138.543000', '102138.545000', '102138.548000', '102138.551000', '102138.553000', '102138.556000', '102158.443000', '102158.446000', '102158.449000', '102158.451000', '102158.454000', '102158.457000', '102158.459000', '102158.462000', '102158.464000', '102158.467000', '102158.470000', '102158.472000', '102158.475000', '102158.477000', '102158.480000', '102158.482000', '102158.485000', '102158.487000', '102158.490000', '102158.493000', '102158.495000', '102158.498000', '102158.500000', '102158.503000', '102158.506000', '102158.508000', '102158.511000', '102158.513000', '102158.516000', '102158.518000', '102158.521000', '102158.524000', '102158.526000', '102158.529000', '102158.531000', '102158.534000', '102158.537000', '102158.539000', '102158.542000', '102158.544000', '102158.547000', '102158.550000', '102158.552000', '102218.443000', '102218.445000', '102218.448000', '102218.451000', '102218.453000', '102218.456000', '102218.458000', '102218.461000', '102218.464000', '102218.466000', '102218.469000', '102218.471000', '102218.474000', '102218.476000', '102218.479000', '102218.482000', '102218.484000', '102218.487000', '102218.489000', '102218.492000', '102218.495000', '102218.497000', '102218.500000', '102218.502000', '102218.505000', '102218.508000', '102218.510000', '102218.513000', '102218.515000', '102218.518000', '102218.520000', '102218.523000', '102218.526000', '102218.528000', '102218.531000', '102218.533000', '102218.536000', '102218.538000', '102218.541000', '102218.544000', '102218.546000', '102218.549000', '102218.551000', '102218.554000', '102238.442000', '102238.445000', '102238.448000', '102238.451000', '102238.453000', '102238.456000', '102238.458000', '102238.461000', '102238.464000', '102238.466000', '102238.469000', '102238.471000', '102238.474000', '102238.476000', '102238.479000', '102238.482000', '102238.484000', '102238.487000', '102238.489000', '102238.492000', '102238.495000', '102238.497000', '102238.500000', '102238.502000', '102238.505000', '102238.508000', '102238.510000', '102238.513000', '102238.516000', '102238.519000', '102238.521000', '102238.524000', '102238.526000', '102238.529000', '102238.532000', '102238.535000', '102238.537000', '102238.540000', '102238.544000', '102238.547000', '102238.550000', '102238.552000', '102238.555000', '102258.442000', '102258.445000', '102258.448000', '102258.451000', '102258.453000', '102258.456000', '102258.458000', '102258.461000', '102258.463000', '102258.466000', '102258.469000', '102258.471000', '102258.474000', '102258.476000', '102258.479000', '102258.481000', '102258.484000', '102258.487000', '102258.489000', '102258.492000', '102258.494000', '102258.497000', '102258.499000', '102258.502000', '102258.504000', '102258.507000', '102258.510000', '102258.512000', '102258.515000', '102258.517000', '102258.520000', '102258.523000', '102258.525000', '102258.528000', '102258.530000', '102258.533000', '102258.535000', '102258.538000', '102258.541000', '102258.543000', '102258.546000', '102258.548000', '102258.551000', '102258.554000', '102318.443000', '102318.446000', '102318.448000', '102318.451000', '102318.454000', '102318.456000', '102318.459000', '102318.461000', '102318.464000', '102318.467000', '102318.469000', '102318.472000', '102318.474000', '102318.477000', '102318.479000', '102318.482000', '102318.485000', '102318.487000', '102318.490000', '102318.492000', '102318.495000', '102318.498000', '102318.500000', '102318.503000', '102318.505000', '102318.508000', '102318.510000', '102318.513000', '102318.515000', '102318.518000', '102318.521000', '102318.523000', '102318.526000', '102318.528000', '102318.531000', '102318.533000', '102318.536000', '102318.539000', '102318.541000', '102318.544000', '102318.546000', '102318.549000', '102318.551000', '102338.443000', '102338.446000', '102338.449000', '102338.451000', '102338.454000', '102338.457000', '102338.459000', '102338.462000', '102338.464000', '102338.467000', '102338.470000', '102338.472000', '102338.475000', '102338.477000', '102338.480000', '102338.483000', '102338.485000', '102338.488000', '102338.502000', '102338.504000', '102338.507000', '102338.509000', '102338.512000', '102338.515000', '102338.517000', '102338.520000', '102338.522000', '102338.525000', '102338.527000', '102338.530000', '102338.533000', '102338.535000', '102338.538000', '102338.540000', '102338.543000', '102338.546000', '102338.548000', '102338.551000', '102338.553000', '102338.556000', '102338.558000', '102338.561000', '102338.564000', '102338.566000', '102358.444000', '102358.446000', '102358.449000', '102358.452000', '102358.454000', '102358.457000', '102358.459000', '102358.462000', '102358.464000', '102358.467000', '102358.470000', '102358.472000', '102358.475000', '102358.477000', '102358.480000', '102358.482000', '102358.485000', '102358.488000', '102358.490000', '102358.493000', '102358.495000', '102358.498000', '102358.501000', '102358.503000', '102358.506000', '102358.508000', '102358.511000', '102358.513000', '102358.516000', '102358.518000', '102358.521000', '102358.524000', '102358.526000', '102358.529000', '102358.531000', '102358.534000', '102358.537000', '102358.539000', '102358.542000', '102358.544000', '102358.547000', '102358.549000', '102358.552000', '102418.444000', '102418.446000', '102418.449000', '102418.452000', '102418.454000', '102418.457000', '102418.459000', '102418.465000', '102418.468000', '102418.470000', '102418.473000', '102418.475000', '102418.478000', '102418.481000', '102418.483000', '102418.486000', '102418.489000', '102418.491000', '102418.494000', '102418.496000', '102418.499000', '102418.501000', '102418.504000', '102418.506000', '102418.509000', '102418.512000', '102418.514000', '102418.517000', '102418.519000', '102418.522000', '102418.525000', '102418.527000', '102418.530000', '102418.532000', '102418.535000', '102418.538000', '102418.540000', '102418.543000', '102418.545000', '102418.548000', '102418.550000', '102418.553000', '102418.555000', '102418.558000', '102438.443000', '102438.445000', '102438.448000', '102438.451000', '102438.453000', '102438.456000', '102438.458000', '102438.461000', '102438.464000', '102438.466000', '102438.469000', '102438.471000', '102438.474000', '102438.476000', '102438.479000', '102438.482000', '102438.484000', '102438.487000', '102438.489000', '102438.492000', '102438.495000', '102438.497000', '102438.500000', '102438.502000', '102438.505000', '102438.508000', '102438.510000', '102438.513000', '102438.515000', '102438.518000', '102438.520000', '102438.523000', '102438.526000', '102438.538000', '102438.540000', '102438.543000', '102438.545000', '102438.548000', '102438.551000', '102438.553000', '102438.556000', '102438.558000', '102438.561000', '102458.443000', '102458.445000', '102458.448000', '102458.451000', '102458.453000', '102458.456000', '102458.458000', '102458.461000', '102458.464000', '102458.467000', '102458.469000', '102458.472000', '102458.475000', '102458.477000', '102458.499000', '102458.502000', '102458.504000', '102458.507000', '102458.510000', '102458.512000', '102458.515000', '102458.517000', '102458.520000', '102458.522000', '102458.525000', '102458.528000', '102458.530000', '102458.533000', '102458.535000', '102458.538000', '102458.541000', '102458.543000', '102458.546000', '102458.548000', '102458.551000', '102458.553000', '102458.556000', '102458.559000', '102458.561000', '102458.564000', '102458.566000', '102458.569000', '102458.571000', '102458.574000', '102518.442000', '102518.445000', '102518.448000', '102518.451000', '102518.453000', '102518.456000', '102518.458000', '102518.461000', '102518.464000', '102518.466000', '102518.469000', '102518.471000', '102518.474000', '102518.476000', '102518.479000', '102518.482000', '102518.484000', '102518.487000', '102518.489000', '102518.492000', '102518.495000', '102518.497000', '102518.500000', '102518.502000', '102518.505000', '102518.507000', '102518.510000', '102518.513000', '102518.515000', '102518.518000', '102518.520000', '102518.523000', '102518.526000', '102518.528000', '102518.531000', '102518.533000', '102518.536000', '102518.538000', '102518.541000', '102518.544000', '102518.546000', '102518.549000', '102518.551000', '102531.033000', '102531.036000', '102531.038000', '102531.041000', '102531.043000', '102531.046000', '102531.048000', '102531.051000', '102531.054000', '102531.056000', '102531.059000', '102531.061000', '102531.064000', '102531.067000', '102531.069000', '102531.072000', '102531.074000', '102531.077000', '102531.080000', '102531.082000', '102531.085000', '102531.087000', '102531.090000', '102531.093000', '102531.095000', '102531.098000', '102531.100000', '102531.103000'], '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': [7767, 7208, 7403, 7494, 7529, 7251, 7301, 7082, 7752, 7793, 7180, 7685, 7405, 7709, 6900, 7204, 7233, 7808, 7244, 6991, 8171, 7208, 7157, 8471, 7211, 9026, 7080, 7742, 6909, 7323, 6859, 7137, 7365, 7814, 7232, 8329, 7312, 8002, 7166, 8001, 7549, 7111, 11767, 6991, 9435, 6897, 9055, 7533, 6889, 8777, 6979, 8803, 7124, 8372, 6908, 7849, 7160, 7875, 6934, 6967, 6736, 7400, 7447, 7297, 7264, 6974, 9561, 7008, 8959, 7380, 8345, 7512, 7919, 7437, 8199, 7249, 7287, 7124, 7251, 7048, 7211, 9882, 7303, 10270, 7091, 10359, 7019, 8919, 7362, 9774, 7649, 10641, 7529, 11469, 7240, 11721, 7161, 8918, 7975, 11060, 7490, 10469, 7050, 7708, 7621, 8084, 7315, 7785, 7092, 7226, 7478, 6897, 8069, 7241, 8927, 7297, 10282, 6954, 8358, 7289, 7624, 7455, 7442, 7327, 7257, 7370, 7176, 7170, 7524, 7023, 7684, 7558, 6915, 7329, 8245, 7180, 7193, 6956, 7142, 7375, 6906, 10387, 7412, 9528, 7135, 7041, 7093, 7362, 7037, 8011, 7453, 9610, 7103, 7205, 6810, 7169, 7072, 7164, 6992, 7203, 8780, 7184, 7238, 7143, 7270, 6987, 7237, 7261, 8387, 7159, 8508, 7248, 9408, 7432, 9331, 7519, 10129, 7694, 7551, 7209, 7175, 7453, 7275, 7025, 7460, 8996, 7076, 7129, 6978, 7300, 7306, 7610, 7194, 7741, 7348, 7294, 7180, 8025, 7093, 7945, 7224, 8118, 7175, 9580, 7197, 8693, 7144, 8704, 6999, 8879, 7099, 10794, 6968, 9090, 7225, 7921, 6925, 8370, 7121, 7295, 7193, 7340, 6900, 7462, 7103, 7924, 7207, 8441, 7565, 9274, 6961, 8129, 6864, 7410, 6910, 8541, 7206, 9467, 7386, 6955, 7479, 7444, 7363, 6980, 6840, 8430, 7143, 8504, 7428, 7293, 7728, 9303, 7269, 8918, 7455, 7066, 7114, 7724, 7184, 8329, 7653, 7153, 7088, 6944, 8331, 6796, 8583, 7512, 7062, 7096, 6739, 8976, 7002, 8965, 7107, 9061, 7650, 9684, 8064, 7365, 7074, 7337, 7387, 6802, 7327, 6925, 7407, 6727, 8895, 7035, 8549, 6642, 7885, 7442, 8409, 7287, 8514, 8114, 8724, 7755, 8216, 7668, 7836, 7538, 7474, 6974, 6790, 7555, 6911, 8326, 6890, 8671, 6989, 7927, 7128, 6655, 6852, 6874, 7207, 6697, 6871, 8402, 6857, 10227, 7381, 13484, 7075, 10288, 6961, 8974, 7041, 9028, 7192, 12924, 7256, 10114, 7408, 9228, 7120, 8992, 7781, 10658, 7385, 9265, 7115, 8587, 8034, 8819, 7544, 9550, 7089, 7234, 6948, 7212, 7220, 6954, 7385, 7051, 8836, 6610, 9526, 7099, 8400, 7340, 8362, 8006, 7850, 7021, 7395, 7479, 6789, 8308, 7365, 8457, 7257, 9182, 7613, 7719, 7047, 7324, 7096, 7075, 8428, 7040, 11119, 7385, 10118, 6909, 8723, 7459, 8871, 7975, 7512, 7176, 7925, 7026, 7120, 7297, 6917, 8406, 6850, 9792, 7253, 10333, 7181, 8814, 7212, 8717, 8018, 9740, 7756, 9216, 7068, 7161, 7093, 7438, 7034, 7906, 7165, 8314, 7114, 7085, 6609, 7181, 6719, 8200, 7288, 9449, 7118, 7163, 7100, 7408, 6875, 8183, 7434, 9352, 7150, 7248, 7059, 7108, 6882, 11038, 6894, 9068, 7264, 8782, 6755, 7770, 7320, 7307, 7095, 6957, 8367, 6969, 7619, 6898, 6926, 6947, 7012, 7028, 7532, 6855, 11846, 7079, 12150, 7090, 9727, 6765, 8913, 6729, 8653, 6854, 8996, 6938, 7423, 6893, 7233, 6850, 7256, 7444, 7347, 6754, 7082, 6998, 6862, 7529, 7543, 7038, 8127, 7162, 7446, 7152, 7802, 7184, 7759, 8406, 8157, 10560, 7297, 7828, 7375, 7155, 7206, 7082, 7208, 7611, 6878, 7036, 7086, 7169, 8605, 7153, 7221, 7878, 7688, 6929, 7004, 6882, 7205, 6604, 7772, 7361, 7838, 6864, 7971, 6547, 8417, 7324, 8824, 7278, 8678, 7107, 9272, 6887, 8390, 6966, 8060, 7002, 8057, 7381, 8720, 7253, 10860, 7002, 9586, 6893, 9288, 7154, 9127, 7993, 8957, 7002, 7360, 6911, 6790, 7161, 7080, 7223, 8786, 6907, 12729, 6915, 11246, 7010, 9161, 7131, 9256, 7144, 8399, 8103, 10704, 7160, 10182, 7201, 9072, 7200, 8831, 7132, 9555, 7171, 9684, 7057, 8491, 7099, 8155, 6846, 8740, 7880, 10100, 6991, 8383, 7158, 10384, 6982, 10557, 7271, 11961, 7740, 7884, 6921, 7926, 6982, 12093, 7395, 11041, 7837, 11862, 7186, 7164, 6663, 7371, 7091, 8459, 7054, 10266, 7193, 7443, 6914, 7390, 7128, 7163, 6960, 11278, 7155, 9900, 7340, 10031, 7303, 7064, 7125, 7278, 7185, 9183, 6939, 10331, 6840, 8027, 7187, 9551, 6982, 9705, 7282, 10615, 7240, 9987, 6964, 8544, 7151, 11211, 7076, 10408, 7324, 10329, 7243, 7242, 6875, 8386, 7178, 10295, 6962, 10614, 7073, 10714, 7131, 9393, 7113, 8655, 7505, 9703, 7104, 11369, 6834, 7267, 7073, 8167, 6889, 10088, 6813, 10570, 7809, 7626, 6754, 7641, 7654, 7268, 7683, 10191, 7738, 8515, 7155, 7732, 7866, 8790, 7119, 11712, 7196, 11395, 7421, 9362, 7314, 8815, 7789, 8348, 8317, 9482, 7196, 7365, 7257, 7220, 7062, 8495, 6990, 11789, 7214, 11805, 6883, 10192, 7036, 9039, 7166, 9272, 7859, 9546, 7377, 8631, 7221, 8275, 7262, 8082, 7227, 7089, 7385, 7614, 7224, 6871, 7900, 6845, 9642, 6927, 9526, 6810, 7222, 6857, 8698, 6795, 11899, 7063, 11882, 7262, 12123, 6772, 9069, 6983, 7773, 8108, 7461, 9959, 6735, 7038, 6969, 6864, 7093, 7146, 7109, 7139, 6788, 6843, 7418, 6893, 7516, 8741, 7215, 12893, 7109, 11757, 6829, 9569, 6850, 9055, 7089, 8451, 6848, 8588, 6604, 8777, 6890, 8813, 6832, 8264, 7535, 8618, 7915, 9351, 6648, 8580, 6654, 7666, 7433, 9368, 7242, 7697, 7156, 6704, 6948, 6755, 6968, 8382, 6817, 9000, 6622, 8743, 6992, 8070, 7463, 7153, 8799, 7121, 7712, 6928, 6750, 7546, 6866, 7336, 7302, 7413, 7408, 7349, 7340, 11012, 6771, 9845, 6923, 8578, 7878, 9148, 7301, 7676, 6981, 7815, 9063, 6733, 6950, 7012, 6924, 8995, 6919, 9265, 7567, 10029, 7101, 8465, 6683, 7947, 7875, 7220, 7224, 8230, 6922, 7152, 6772, 7325, 6765, 7534, 7233, 7325, 7144, 7078, 6884, 6810, 6951, 8209, 7356, 6836, 9926, 6840, 9693, 6826, 7148, 6790, 8407, 7033, 9046, 6616, 8443, 6852, 8100, 7055, 7322, 7121, 6893, 8162, 6810, 10894, 6853, 11422, 6666, 10135, 7021, 8843, 6830, 8601, 7135, 10898, 7824, 11709, 7512, 10498, 7218, 8948, 8013, 7647, 7256, 7970, 6649, 7224, 6416, 8235, 6832, 11081, 7138, 8017, 7176, 6836, 7016, 6784, 6962, 8381, 6697, 8835, 6641, 11050, 8559, 7445, 7179, 6687, 8435, 6650, 9419, 7041, 12425, 8096, 8269, 9623, 7444, 13534, 8321, 8395, 9201, 6812, 7784, 7149, 7792, 6847, 7042, 6668, 7401, 6774, 7121, 6848, 7291, 6645, 7598, 6757, 7805, 7923, 8213, 6940, 8148, 7674, 7020, 7251, 8010, 6850, 8144, 6703, 7217, 6890, 6793, 6824, 6805, 7057, 7144, 7237, 7266, 7454, 9398, 6693, 6901, 6873, 6724, 7029, 7020, 7477, 6662, 9067, 7103, 9447, 6805, 9237, 7263, 8681, 7363, 10637, 7330, 9896, 7072, 7855, 6741, 6597, 10373, 8244, 7988, 6727, 7067, 8080, 6486, 10473, 7301, 13026, 10661, 13344, 8357, 9567, 8183, 7712, 8262, 9183, 9072, 6901, 6947, 7576, 7227, 6756, 8404, 7002, 10400, 7262, 7048, 6867, 7065, 6880, 6980, 7316, 6952, 9916, 6984, 7062, 7044, 7053, 6905, 6859, 8302, 6896, 8652, 6818, 8323, 6783, 7878, 6922, 7939, 7994, 7773, 6709, 7086, 7028], 'WindowCenter': [4285.0, 4273.0, 4271.0, 4270.0, 4280.0, 4270.0, 4269.0, 4270.0, 4269.0, 4269.0, 4258.0, 4269.0, 4269.0, 4280.0, 4269.0, 4269.0, 4269.0, 4280.0, 4270.0, 4273.0, 4294.0, 4299.0, 4300.0, 4296.0, 4284.0, 4303.0, 4273.0, 4270.0, 4257.0, 4281.0, 4260.0, 4271.0, 4278.0, 4295.0, 4296.0, 4306.0, 4297.0, 4308.0, 4285.0, 4295.0, 4285.0, 4286.0, 4323.0, 4273.0, 4303.0, 4274.0, 4303.0, 4283.0, 4274.0, 4292.0, 4271.0, 4302.0, 4272.0, 4293.0, 4284.0, 4294.0, 4285.0, 4294.0, 4286.0, 4285.0, 4287.0, 4297.0, 4295.0, 4300.0, 4300.0, 4299.0, 4328.0, 4299.0, 4315.0, 4299.0, 4316.0, 4300.0, 4311.0, 4310.0, 4320.0, 4305.0, 4301.0, 4294.0, 4309.0, 4300.0, 4300.0, 4334.0, 4300.0, 4334.0, 4294.0, 4339.0, 4293.0, 4313.0, 4300.0, 4323.0, 4304.0, 4339.0, 4309.0, 4348.0, 4297.0, 4337.0, 4281.0, 4316.0, 4300.0, 4337.0, 4286.0, 4323.0, 4284.0, 4292.0, 4296.0, 4296.0, 4284.0, 4295.0, 4282.0, 4285.0, 4284.0, 4286.0, 4295.0, 4296.0, 4316.0, 4295.0, 4326.0, 4285.0, 4305.0, 4295.0, 4295.0, 4296.0, 4296.0, 4297.0, 4297.0, 4297.0, 4288.0, 4295.0, 4298.0, 4287.0, 4310.0, 4298.0, 4298.0, 4292.0, 4310.0, 4298.0, 4293.0, 4286.0, 4296.0, 4292.0, 4299.0, 4333.0, 4293.0, 4328.0, 4282.0, 4282.0, 4282.0, 4296.0, 4287.0, 4306.0, 4298.0, 4322.0, 4288.0, 4297.0, 4287.0, 4286.0, 4287.0, 4286.0, 4287.0, 4292.0, 4317.0, 4281.0, 4298.0, 4287.0, 4296.0, 4298.0, 4291.0, 4311.0, 4320.0, 4311.0, 4314.0, 4311.0, 4330.0, 4309.0, 4330.0, 4311.0, 4338.0, 4309.0, 4309.0, 4299.0, 4299.0, 4311.0, 4299.0, 4294.0, 4297.0, 4317.0, 4298.0, 4288.0, 4284.0, 4298.0, 4292.0, 4309.0, 4299.0, 4308.0, 4297.0, 4298.0, 4292.0, 4302.0, 4292.0, 4308.0, 4292.0, 4307.0, 4298.0, 4323.0, 4298.0, 4318.0, 4299.0, 4312.0, 4299.0, 4312.0, 4292.0, 4332.0, 4286.0, 4317.0, 4286.0, 4296.0, 4286.0, 4306.0, 4286.0, 4296.0, 4284.0, 4295.0, 4285.0, 4295.0, 4287.0, 4307.0, 4296.0, 4307.0, 4296.0, 4318.0, 4286.0, 4307.0, 4287.0, 4291.0, 4287.0, 4307.0, 4285.0, 4326.0, 4280.0, 4299.0, 4309.0, 4297.0, 4297.0, 4291.0, 4286.0, 4301.0, 4300.0, 4330.0, 4304.0, 4310.0, 4310.0, 4342.0, 4305.0, 4329.0, 4293.0, 4299.0, 4299.0, 4307.0, 4293.0, 4319.0, 4307.0, 4292.0, 4297.0, 4298.0, 4315.0, 4300.0, 4325.0, 4312.0, 4300.0, 4298.0, 4288.0, 4311.0, 4291.0, 4314.0, 4293.0, 4312.0, 4303.0, 4321.0, 4307.0, 4291.0, 4287.0, 4285.0, 4295.0, 4274.0, 4286.0, 4279.0, 4290.0, 4269.0, 4309.0, 4285.0, 4305.0, 4275.0, 4289.0, 4291.0, 4299.0, 4298.0, 4317.0, 4309.0, 4319.0, 4303.0, 4319.0, 4308.0, 4306.0, 4309.0, 4296.0, 4300.0, 4294.0, 4304.0, 4294.0, 4315.0, 4306.0, 4328.0, 4313.0, 4316.0, 4280.0, 4296.0, 4282.0, 4294.0, 4320.0, 4319.0, 4322.0, 4342.0, 4322.0, 4360.0, 4320.0, 4379.0, 4308.0, 4347.0, 4296.0, 4324.0, 4294.0, 4313.0, 4292.0, 4352.0, 4291.0, 4320.0, 4295.0, 4315.0, 4284.0, 4303.0, 4294.0, 4325.0, 4284.0, 4314.0, 4283.0, 4304.0, 4294.0, 4304.0, 4295.0, 4314.0, 4284.0, 4284.0, 4283.0, 4283.0, 4283.0, 4282.0, 4285.0, 4285.0, 4316.0, 4280.0, 4326.0, 4287.0, 4301.0, 4297.0, 4318.0, 4307.0, 4308.0, 4299.0, 4295.0, 4292.0, 4289.0, 4315.0, 4309.0, 4318.0, 4304.0, 4324.0, 4309.0, 4304.0, 4299.0, 4293.0, 4282.0, 4298.0, 4313.0, 4298.0, 4338.0, 4298.0, 4338.0, 4288.0, 4311.0, 4291.0, 4317.0, 4307.0, 4299.0, 4297.0, 4308.0, 4287.0, 4292.0, 4292.0, 4298.0, 4307.0, 4287.0, 4327.0, 4292.0, 4339.0, 4292.0, 4312.0, 4292.0, 4316.0, 4303.0, 4327.0, 4297.0, 4328.0, 4292.0, 4297.0, 4297.0, 4292.0, 4297.0, 4302.0, 4298.0, 4307.0, 4292.0, 4297.0, 4281.0, 4281.0, 4288.0, 4307.0, 4297.0, 4327.0, 4282.0, 4298.0, 4286.0, 4296.0, 4282.0, 4306.0, 4293.0, 4316.0, 4284.0, 4297.0, 4284.0, 4296.0, 4298.0, 4336.0, 4281.0, 4311.0, 4292.0, 4317.0, 4286.0, 4300.0, 4292.0, 4297.0, 4292.0, 4298.0, 4318.0, 4300.0, 4303.0, 4299.0, 4294.0, 4293.0, 4300.0, 4294.0, 4303.0, 4300.0, 4343.0, 4298.0, 4343.0, 4299.0, 4322.0, 4281.0, 4311.0, 4288.0, 4319.0, 4288.0, 4312.0, 4291.0, 4291.0, 4292.0, 4297.0, 4281.0, 4298.0, 4292.0, 4299.0, 4283.0, 4292.0, 4293.0, 4289.0, 4303.0, 4304.0, 4293.0, 4308.0, 4300.0, 4292.0, 4293.0, 4308.0, 4281.0, 4309.0, 4308.0, 4307.0, 4338.0, 4298.0, 4301.0, 4296.0, 4287.0, 4290.0, 4287.0, 4292.0, 4308.0, 4283.0, 4294.0, 4293.0, 4299.0, 4319.0, 4281.0, 4293.0, 4307.0, 4298.0, 4282.0, 4281.0, 4282.0, 4291.0, 4288.0, 4296.0, 4298.0, 4309.0, 4281.0, 4302.0, 4272.0, 4309.0, 4298.0, 4315.0, 4293.0, 4313.0, 4294.0, 4325.0, 4292.0, 4302.0, 4296.0, 4302.0, 4297.0, 4302.0, 4293.0, 4313.0, 4298.0, 4344.0, 4300.0, 4322.0, 4292.0, 4322.0, 4282.0, 4312.0, 4303.0, 4312.0, 4293.0, 4294.0, 4293.0, 4283.0, 4293.0, 4293.0, 4294.0, 4313.0, 4299.0, 4359.0, 4293.0, 4349.0, 4293.0, 4312.0, 4292.0, 4327.0, 4299.0, 4308.0, 4304.0, 4334.0, 4295.0, 4341.0, 4309.0, 4313.0, 4299.0, 4313.0, 4294.0, 4329.0, 4283.0, 4323.0, 4300.0, 4319.0, 4287.0, 4294.0, 4289.0, 4317.0, 4309.0, 4340.0, 4294.0, 4321.0, 4301.0, 4338.0, 4293.0, 4333.0, 4298.0, 4348.0, 4292.0, 4302.0, 4288.0, 4307.0, 4287.0, 4341.0, 4296.0, 4336.0, 4291.0, 4337.0, 4285.0, 4285.0, 4285.0, 4295.0, 4286.0, 4306.0, 4311.0, 4355.0, 4299.0, 4285.0, 4284.0, 4284.0, 4284.0, 4285.0, 4285.0, 4334.0, 4287.0, 4326.0, 4296.0, 4322.0, 4291.0, 4298.0, 4288.0, 4296.0, 4298.0, 4327.0, 4298.0, 4333.0, 4288.0, 4308.0, 4294.0, 4329.0, 4298.0, 4327.0, 4300.0, 4333.0, 4294.0, 4328.0, 4299.0, 4313.0, 4299.0, 4337.0, 4293.0, 4337.0, 4293.0, 4333.0, 4298.0, 4299.0, 4288.0, 4313.0, 4299.0, 4332.0, 4292.0, 4340.0, 4294.0, 4340.0, 4300.0, 4324.0, 4299.0, 4314.0, 4305.0, 4331.0, 4301.0, 4345.0, 4285.0, 4305.0, 4309.0, 4354.0, 4337.0, 4347.0, 4282.0, 4320.0, 4302.0, 4305.0, 4295.0, 4308.0, 4312.0, 4305.0, 4306.0, 4335.0, 4305.0, 4314.0, 4299.0, 4302.0, 4308.0, 4318.0, 4288.0, 4347.0, 4282.0, 4336.0, 4285.0, 4316.0, 4285.0, 4297.0, 4295.0, 4304.0, 4307.0, 4309.0, 4285.0, 4296.0, 4285.0, 4286.0, 4285.0, 4305.0, 4285.0, 4333.0, 4285.0, 4333.0, 4273.0, 4312.0, 4266.0, 4302.0, 4277.0, 4313.0, 4289.0, 4314.0, 4283.0, 4305.0, 4285.0, 4305.0, 4284.0, 4295.0, 4280.0, 4286.0, 4297.0, 4298.0, 4292.0, 4288.0, 4306.0, 4282.0, 4326.0, 4287.0, 4322.0, 4282.0, 4298.0, 4284.0, 4312.0, 4289.0, 4343.0, 4300.0, 4343.0, 4292.0, 4348.0, 4280.0, 4316.0, 4279.0, 4296.0, 4296.0, 4295.0, 4326.0, 4269.0, 4286.0, 4286.0, 4286.0, 4297.0, 4297.0, 4301.0, 4294.0, 4294.0, 4294.0, 4305.0, 4307.0, 4320.0, 4327.0, 4299.0, 4342.0, 4282.0, 4342.0, 4286.0, 4326.0, 4287.0, 4311.0, 4286.0, 4307.0, 4286.0, 4318.0, 4288.0, 4320.0, 4310.0, 4346.0, 4304.0, 4309.0, 4311.0, 4321.0, 4309.0, 4310.0, 4289.0, 4321.0, 4301.0, 4324.0, 4312.0, 4316.0, 4279.0, 4295.0, 4295.0, 4275.0, 4272.0, 4268.0, 4286.0, 4306.0, 4288.0, 4312.0, 4288.0, 4316.0, 4287.0, 4306.0, 4278.0, 4286.0, 4305.0, 4280.0, 4290.0, 4281.0, 4288.0, 4302.0, 4283.0, 4298.0, 4304.0, 4311.0, 4312.0, 4300.0, 4312.0, 4345.0, 4284.0, 4330.0, 4281.0, 4318.0, 4291.0, 4318.0, 4280.0, 4295.0, 4286.0, 4292.0, 4317.0, 4281.0, 4292.0, 4292.0, 4299.0, 4318.0, 4298.0, 4323.0, 4292.0, 4322.0, 4287.0, 4301.0, 4286.0, 4307.0, 4306.0, 4296.0, 4287.0, 4300.0, 4280.0, 4280.0, 4281.0, 4297.0, 4288.0, 4298.0, 4293.0, 4293.0, 4299.0, 4299.0, 4293.0, 4287.0, 4292.0, 4303.0, 4293.0, 4288.0, 4328.0, 4284.0, 4322.0, 4281.0, 4294.0, 4283.0, 4313.0, 4293.0, 4324.0, 4291.0, 4315.0, 4291.0, 4304.0, 4293.0, 4294.0, 4294.0, 4293.0, 4320.0, 4295.0, 4349.0, 4295.0, 4350.0, 4285.0, 4335.0, 4300.0, 4324.0, 4294.0, 4326.0, 4296.0, 4348.0, 4318.0, 4357.0, 4306.0, 4341.0, 4294.0, 4317.0, 4309.0, 4299.0, 4292.0, 4309.0, 4281.0, 4296.0, 4289.0, 4301.0, 4298.0, 4363.0, 4309.0, 4349.0, 4327.0, 4297.0, 4286.0, 4270.0, 4278.0, 4277.0, 4269.0, 4309.0, 4285.0, 4338.0, 4300.0, 4279.0, 4280.0, 4283.0, 4327.0, 4276.0, 4307.0, 4272.0, 4332.0, 4280.0, 4294.0, 4294.0, 4270.0, 4329.0, 4279.0, 4278.0, 4300.0, 4259.0, 4279.0, 4258.0, 4268.0, 4259.0, 4258.0, 4257.0, 4265.0, 4246.0, 4256.0, 4257.0, 4267.0, 4259.0, 4279.0, 4260.0, 4279.0, 4292.0, 4292.0, 4272.0, 4281.0, 4281.0, 4272.0, 4284.0, 4294.0, 4274.0, 4294.0, 4268.0, 4285.0, 4285.0, 4269.0, 4269.0, 4275.0, 4288.0, 4281.0, 4292.0, 4308.0, 4305.0, 4312.0, 4282.0, 4292.0, 4281.0, 4281.0, 4293.0, 4294.0, 4294.0, 4296.0, 4325.0, 4296.0, 4335.0, 4295.0, 4323.0, 4305.0, 4314.0, 4305.0, 4334.0, 4294.0, 4334.0, 4293.0, 4314.0, 4284.0, 4295.0, 4334.0, 4314.0, 4314.0, 4283.0, 4292.0, 4302.0, 4271.0, 4338.0, 4291.0, 4341.0, 4321.0, 4350.0, 4299.0, 4314.0, 4294.0, 4284.0, 4304.0, 4307.0, 4303.0, 4272.0, 4272.0, 4282.0, 4280.0, 4272.0, 4292.0, 4273.0, 4323.0, 4283.0, 4273.0, 4271.0, 4278.0, 4284.0, 4280.0, 4285.0, 4278.0, 4314.0, 4274.0, 4284.0, 4280.0, 4286.0, 4280.0, 4282.0, 4308.0, 4297.0, 4314.0, 4280.0, 4294.0, 4268.0, 4287.0, 4278.0, 4295.0, 4299.0, 4302.0, 4296.0, 4298.0, 4306.0], 'WindowWidth': [9505.0, 9482.0, 9476.0, 9473.0, 9485.0, 9474.0, 9469.0, 9471.0, 9467.0, 9469.0, 9451.0, 9468.0, 9471.0, 9486.0, 9472.0, 9469.0, 9468.0, 9485.0, 9474.0, 9481.0, 9512.0, 9527.0, 9530.0, 9515.0, 9499.0, 9521.0, 9482.0, 9469.0, 9448.0, 9488.0, 9460.0, 9478.0, 9488.0, 9515.0, 9520.0, 9531.0, 9523.0, 9537.0, 9503.0, 9515.0, 9500.0, 9502.0, 9549.0, 9481.0, 9523.0, 9484.0, 9522.0, 9495.0, 9483.0, 9504.0, 9477.0, 9519.0, 9479.0, 9508.0, 9501.0, 9512.0, 9502.0, 9512.0, 9505.0, 9503.0, 9507.0, 9522.0, 9519.0, 9532.0, 9531.0, 9529.0, 9567.0, 9529.0, 9547.0, 9530.0, 9552.0, 9533.0, 9548.0, 9545.0, 9559.0, 9536.0, 9533.0, 9521.0, 9544.0, 9530.0, 9533.0, 9572.0, 9532.0, 9573.0, 9519.0, 9581.0, 9517.0, 9542.0, 9530.0, 9557.0, 9533.0, 9581.0, 9540.0, 9591.0, 9523.0, 9574.0, 9497.0, 9544.0, 9522.0, 9574.0, 9504.0, 9551.0, 9501.0, 9509.0, 9518.0, 9517.0, 9501.0, 9517.0, 9497.0, 9503.0, 9502.0, 9505.0, 9516.0, 9520.0, 9545.0, 9518.0, 9559.0, 9503.0, 9529.0, 9518.0, 9517.0, 9520.0, 9521.0, 9523.0, 9523.0, 9525.0, 9513.0, 9519.0, 9526.0, 9510.0, 9544.0, 9526.0, 9526.0, 9515.0, 9543.0, 9526.0, 9516.0, 9507.0, 9523.0, 9515.0, 9528.0, 9568.0, 9517.0, 9565.0, 9500.0, 9500.0, 9499.0, 9520.0, 9509.0, 9534.0, 9525.0, 9553.0, 9512.0, 9522.0, 9510.0, 9507.0, 9510.0, 9506.0, 9509.0, 9512.0, 9550.0, 9498.0, 9524.0, 9510.0, 9520.0, 9527.0, 9515.0, 9549.0, 9560.0, 9551.0, 9548.0, 9551.0, 9572.0, 9544.0, 9572.0, 9549.0, 9579.0, 9543.0, 9541.0, 9528.0, 9530.0, 9550.0, 9529.0, 9521.0, 9524.0, 9551.0, 9529.0, 9513.0, 9504.0, 9528.0, 9514.0, 9542.0, 9528.0, 9541.0, 9523.0, 9526.0, 9516.0, 9528.0, 9514.0, 9537.0, 9514.0, 9539.0, 9526.0, 9557.0, 9527.0, 9553.0, 9529.0, 9541.0, 9528.0, 9540.0, 9514.0, 9567.0, 9506.0, 9548.0, 9505.0, 9518.0, 9504.0, 9533.0, 9506.0, 9520.0, 9502.0, 9516.0, 9505.0, 9516.0, 9508.0, 9534.0, 9520.0, 9537.0, 9521.0, 9551.0, 9508.0, 9536.0, 9510.0, 9509.0, 9508.0, 9536.0, 9502.0, 9559.0, 9493.0, 9529.0, 9545.0, 9524.0, 9524.0, 9513.0, 9509.0, 9526.0, 9534.0, 9573.0, 9536.0, 9546.0, 9546.0, 9591.0, 9536.0, 9571.0, 9519.0, 9530.0, 9528.0, 9537.0, 9517.0, 9554.0, 9538.0, 9514.0, 9525.0, 9528.0, 9548.0, 9534.0, 9564.0, 9553.0, 9533.0, 9528.0, 9514.0, 9538.0, 9511.0, 9544.0, 9516.0, 9541.0, 9532.0, 9553.0, 9536.0, 9510.0, 9508.0, 9503.0, 9518.0, 9488.0, 9504.0, 9491.0, 9508.0, 9479.0, 9533.0, 9504.0, 9529.0, 9490.0, 9504.0, 9510.0, 9520.0, 9526.0, 9552.0, 9543.0, 9557.0, 9531.0, 9557.0, 9541.0, 9536.0, 9543.0, 9523.0, 9533.0, 9522.0, 9533.0, 9522.0, 9549.0, 9541.0, 9570.0, 9557.0, 9556.0, 9495.0, 9524.0, 9504.0, 9523.0, 9565.0, 9568.0, 9575.0, 9598.0, 9575.0, 9621.0, 9568.0, 9643.0, 9546.0, 9598.0, 9528.0, 9562.0, 9520.0, 9544.0, 9515.0, 9594.0, 9512.0, 9547.0, 9516.0, 9542.0, 9500.0, 9525.0, 9514.0, 9554.0, 9500.0, 9540.0, 9498.0, 9526.0, 9513.0, 9525.0, 9515.0, 9540.0, 9500.0, 9499.0, 9498.0, 9498.0, 9499.0, 9497.0, 9504.0, 9504.0, 9546.0, 9494.0, 9562.0, 9511.0, 9525.0, 9523.0, 9554.0, 9537.0, 9538.0, 9529.0, 9521.0, 9514.0, 9516.0, 9547.0, 9542.0, 9555.0, 9535.0, 9560.0, 9543.0, 9534.0, 9529.0, 9518.0, 9502.0, 9526.0, 9543.0, 9526.0, 9578.0, 9526.0, 9580.0, 9512.0, 9538.0, 9512.0, 9549.0, 9537.0, 9527.0, 9524.0, 9540.0, 9510.0, 9515.0, 9512.0, 9525.0, 9538.0, 9512.0, 9563.0, 9514.0, 9582.0, 9516.0, 9541.0, 9514.0, 9547.0, 9530.0, 9564.0, 9524.0, 9566.0, 9514.0, 9525.0, 9524.0, 9514.0, 9525.0, 9527.0, 9526.0, 9537.0, 9514.0, 9523.0, 9498.0, 9497.0, 9511.0, 9535.0, 9524.0, 9562.0, 9499.0, 9525.0, 9508.0, 9520.0, 9500.0, 9534.0, 9516.0, 9547.0, 9504.0, 9523.0, 9504.0, 9522.0, 9526.0, 9574.0, 9498.0, 9539.0, 9514.0, 9549.0, 9508.0, 9523.0, 9513.0, 9523.0, 9513.0, 9527.0, 9552.0, 9534.0, 9530.0, 9530.0, 9523.0, 9519.0, 9532.0, 9519.0, 9529.0, 9532.0, 9582.0, 9527.0, 9585.0, 9527.0, 9554.0, 9498.0, 9538.0, 9513.0, 9553.0, 9511.0, 9540.0, 9511.0, 9511.0, 9513.0, 9522.0, 9498.0, 9527.0, 9514.0, 9528.0, 9505.0, 9514.0, 9517.0, 9514.0, 9530.0, 9534.0, 9517.0, 9541.0, 9532.0, 9515.0, 9516.0, 9539.0, 9498.0, 9540.0, 9536.0, 9537.0, 9577.0, 9523.0, 9525.0, 9518.0, 9507.0, 9508.0, 9508.0, 9516.0, 9539.0, 9503.0, 9520.0, 9517.0, 9529.0, 9554.0, 9498.0, 9516.0, 9534.0, 9525.0, 9499.0, 9498.0, 9500.0, 9510.0, 9510.0, 9520.0, 9523.0, 9541.0, 9498.0, 9526.0, 9487.0, 9540.0, 9524.0, 9545.0, 9516.0, 9543.0, 9518.0, 9561.0, 9513.0, 9527.0, 9521.0, 9526.0, 9524.0, 9527.0, 9517.0, 9543.0, 9527.0, 9585.0, 9529.0, 9554.0, 9514.0, 9553.0, 9500.0, 9538.0, 9529.0, 9540.0, 9516.0, 9519.0, 9516.0, 9505.0, 9517.0, 9517.0, 9521.0, 9543.0, 9528.0, 9608.0, 9517.0, 9595.0, 9515.0, 9541.0, 9514.0, 9563.0, 9528.0, 9538.0, 9533.0, 9572.0, 9522.0, 9586.0, 9543.0, 9542.0, 9527.0, 9543.0, 9521.0, 9567.0, 9501.0, 9554.0, 9531.0, 9554.0, 9509.0, 9515.0, 9513.0, 9550.0, 9541.0, 9584.0, 9520.0, 9562.0, 9532.0, 9580.0, 9517.0, 9568.0, 9527.0, 9590.0, 9513.0, 9526.0, 9512.0, 9534.0, 9508.0, 9576.0, 9520.0, 9571.0, 9509.0, 9573.0, 9503.0, 9505.0, 9503.0, 9516.0, 9505.0, 9533.0, 9552.0, 9613.0, 9529.0, 9499.0, 9500.0, 9499.0, 9499.0, 9502.0, 9503.0, 9567.0, 9506.0, 9560.0, 9520.0, 9552.0, 9512.0, 9526.0, 9511.0, 9522.0, 9526.0, 9563.0, 9527.0, 9569.0, 9512.0, 9540.0, 9518.0, 9568.0, 9526.0, 9563.0, 9530.0, 9569.0, 9518.0, 9566.0, 9528.0, 9542.0, 9528.0, 9575.0, 9517.0, 9576.0, 9515.0, 9568.0, 9525.0, 9529.0, 9513.0, 9542.0, 9528.0, 9567.0, 9516.0, 9582.0, 9518.0, 9582.0, 9529.0, 9558.0, 9529.0, 9545.0, 9536.0, 9574.0, 9537.0, 9589.0, 9510.0, 9537.0, 9548.0, 9623.0, 9604.0, 9596.0, 9499.0, 9545.0, 9527.0, 9535.0, 9524.0, 9543.0, 9551.0, 9537.0, 9540.0, 9577.0, 9536.0, 9545.0, 9528.0, 9528.0, 9540.0, 9550.0, 9512.0, 9588.0, 9498.0, 9572.0, 9503.0, 9545.0, 9502.0, 9510.0, 9515.0, 9526.0, 9534.0, 9532.0, 9504.0, 9519.0, 9503.0, 9504.0, 9502.0, 9527.0, 9502.0, 9563.0, 9500.0, 9563.0, 9482.0, 9534.0, 9469.0, 9520.0, 9485.0, 9536.0, 9502.0, 9539.0, 9498.0, 9529.0, 9502.0, 9528.0, 9501.0, 9516.0, 9494.0, 9508.0, 9520.0, 9523.0, 9512.0, 9511.0, 9533.0, 9499.0, 9559.0, 9510.0, 9553.0, 9500.0, 9526.0, 9505.0, 9541.0, 9516.0, 9583.0, 9531.0, 9583.0, 9512.0, 9591.0, 9495.0, 9546.0, 9491.0, 9518.0, 9516.0, 9516.0, 9558.0, 9477.0, 9507.0, 9505.0, 9507.0, 9524.0, 9525.0, 9534.0, 9521.0, 9520.0, 9521.0, 9538.0, 9542.0, 9566.0, 9569.0, 9529.0, 9577.0, 9497.0, 9579.0, 9507.0, 9560.0, 9508.0, 9537.0, 9507.0, 9536.0, 9507.0, 9549.0, 9511.0, 9560.0, 9551.0, 9605.0, 9546.0, 9541.0, 9545.0, 9560.0, 9540.0, 9534.0, 9516.0, 9561.0, 9534.0, 9569.0, 9550.0, 9544.0, 9484.0, 9514.0, 9517.0, 9490.0, 9479.0, 9474.0, 9505.0, 9534.0, 9511.0, 9539.0, 9511.0, 9547.0, 9508.0, 9531.0, 9488.0, 9504.0, 9529.0, 9492.0, 9505.0, 9496.0, 9511.0, 9527.0, 9503.0, 9528.0, 9534.0, 9547.0, 9550.0, 9532.0, 9549.0, 9588.0, 9505.0, 9569.0, 9497.0, 9551.0, 9508.0, 9549.0, 9494.0, 9518.0, 9505.0, 9513.0, 9549.0, 9498.0, 9515.0, 9515.0, 9530.0, 9552.0, 9527.0, 9556.0, 9514.0, 9553.0, 9509.0, 9521.0, 9505.0, 9533.0, 9531.0, 9518.0, 9506.0, 9520.0, 9494.0, 9494.0, 9496.0, 9520.0, 9511.0, 9523.0, 9515.0, 9515.0, 9527.0, 9526.0, 9517.0, 9511.0, 9514.0, 9529.0, 9514.0, 9513.0, 9563.0, 9504.0, 9552.0, 9499.0, 9519.0, 9504.0, 9544.0, 9518.0, 9558.0, 9521.0, 9549.0, 9520.0, 9533.0, 9518.0, 9518.0, 9518.0, 9518.0, 9557.0, 9522.0, 9595.0, 9524.0, 9599.0, 9509.0, 9575.0, 9531.0, 9560.0, 9521.0, 9565.0, 9527.0, 9599.0, 9559.0, 9607.0, 9540.0, 9588.0, 9518.0, 9549.0, 9540.0, 9526.0, 9513.0, 9540.0, 9500.0, 9521.0, 9514.0, 9524.0, 9527.0, 9623.0, 9551.0, 9614.0, 9582.0, 9529.0, 9508.0, 9480.0, 9487.0, 9475.0, 9476.0, 9531.0, 9510.0, 9577.0, 9519.0, 9488.0, 9495.0, 9505.0, 9569.0, 9491.0, 9525.0, 9477.0, 9559.0, 9488.0, 9510.0, 9502.0, 9470.0, 9550.0, 9482.0, 9481.0, 9512.0, 9455.0, 9483.0, 9453.0, 9466.0, 9457.0, 9455.0, 9450.0, 9460.0, 9435.0, 9448.0, 9451.0, 9465.0, 9456.0, 9484.0, 9461.0, 9485.0, 9506.0, 9505.0, 9479.0, 9490.0, 9490.0, 9480.0, 9498.0, 9511.0, 9487.0, 9512.0, 9475.0, 9500.0, 9502.0, 9477.0, 9480.0, 9490.0, 9511.0, 9497.0, 9515.0, 9547.0, 9536.0, 9539.0, 9499.0, 9514.0, 9496.0, 9498.0, 9517.0, 9520.0, 9519.0, 9525.0, 9563.0, 9525.0, 9577.0, 9524.0, 9558.0, 9538.0, 9548.0, 9537.0, 9575.0, 9522.0, 9573.0, 9518.0, 9547.0, 9508.0, 9522.0, 9574.0, 9547.0, 9548.0, 9503.0, 9514.0, 9528.0, 9485.0, 9578.0, 9511.0, 9576.0, 9548.0, 9587.0, 9515.0, 9539.0, 9511.0, 9498.0, 9527.0, 9524.0, 9523.0, 9480.0, 9479.0, 9491.0, 9488.0, 9479.0, 9506.0, 9482.0, 9547.0, 9494.0, 9483.0, 9479.0, 9487.0, 9501.0, 9494.0, 9502.0, 9487.0, 9538.0, 9485.0, 9501.0, 9493.0, 9506.0, 9496.0, 9500.0, 9537.0, 9530.0, 9546.0, 9495.0, 9511.0, 9474.0, 9496.0, 9487.0, 9515.0, 9518.0, 9527.0, 9530.0, 9527.0, 9543.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.0010237370892018781</td></tr>
<tr><td colspan=3>aqi</td><td>0.024749033051643193</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.35868572640033</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.134386469633459</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9976291540225575</td></tr>
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
<tr><td colspan=3>fber</td><td>5264.0317</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08506678159190421</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0985915492957745</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.654892147254239</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5368078486086967</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9212797485330815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.506588844620937</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112499</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0006164917140267789</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03765884041786194</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</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.772255632024434</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.7125</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0586</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.5006</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>941.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.5884</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8824</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.8761</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3471.7609</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.7922</td></tr>
<tr><td colspan=3>tsnr</td><td>37.18015906168148</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>