<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-03/func/sub-0065_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>824e1283143a88335d03b79732aec413</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:23:34.082500</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.999738, -0.000429254, 0.0229018, -7.76919e-08, 0.999824, 0.0187433]</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.0970935</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7803, -7238, 645, 1, -549, 401, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>246.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a97dfa9-c9b0-4088-864a-b3f98f1a0e03||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.682223081588745, -2.084415626768532e-07, 0.061845775693655014, 109.16703796386719], [0.0011516576632857323, 2.682455539703369, 0.050593726336956024, -89.58892059326172], [0.061443910002708435, -0.05028699338436127, 2.698817491531372, -58.1344108581543], [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': ['122334.082500', '122334.542500', '122335.002500', '122335.462500', '122335.922500', '122336.382500', '122336.842500', '122337.302500', '122337.762500', '122338.222500', '122338.682500', '122339.142500', '122339.602500', '122340.062500', '122340.522500', '122340.982500', '122341.442500', '122341.902500', '122342.362500', '122342.822500', '122343.282500', '122343.742500', '122344.202500', '122344.662500', '122345.122500', '122345.582500', '122346.042500', '122346.502500', '122346.962500', '122347.422500', '122347.882500', '122348.342500', '122348.802500', '122349.262500', '122349.722500', '122350.182500', '122350.642500', '122351.102500', '122351.562500', '122352.022500', '122352.482500', '122352.942500', '122353.402500', '122353.862500', '122354.322500', '122354.782500', '122355.242500', '122355.702500', '122356.162500', '122356.622500', '122357.082500', '122357.542500', '122358.002500', '122358.462500', '122358.922500', '122359.382500', '122359.842500', '122400.302500', '122400.762500', '122401.222500', '122401.682500', '122402.142500', '122402.602500', '122403.062500', '122403.522500', '122403.982500', '122404.442500', '122404.902500', '122405.362500', '122405.822500', '122406.282500', '122406.742500', '122407.202500', '122407.662500', '122408.122500', '122408.582500', '122409.042500', '122409.502500', '122409.962500', '122410.422500', '122410.882500', '122411.342500', '122411.802500', '122412.262500', '122412.722500', '122413.182500', '122413.642500', '122414.102500', '122414.562500', '122415.022500', '122415.482500', '122415.942500', '122416.402500', '122416.862500', '122417.322500', '122417.782500', '122418.242500', '122418.702500', '122419.162500', '122419.622500', '122420.082500', '122420.542500', '122421.002500', '122421.462500', '122421.922500', '122422.382500', '122422.842500', '122423.302500', '122423.762500', '122424.222500', '122424.682500', '122425.142500', '122425.602500', '122426.062500', '122426.522500', '122426.982500', '122427.442500', '122427.902500', '122428.362500', '122428.822500', '122429.282500', '122429.742500', '122430.202500', '122430.662500', '122431.122500', '122431.582500', '122432.042500', '122432.502500', '122432.962500', '122433.422500', '122433.882500', '122434.342500', '122434.802500', '122435.262500', '122435.722500', '122436.182500', '122436.642500', '122437.102500', '122437.562500', '122438.022500', '122438.482500', '122438.942500', '122439.402500', '122439.862500', '122440.322500', '122440.782500', '122441.242500', '122441.702500', '122442.162500', '122442.622500', '122443.082500', '122443.542500', '122444.002500', '122444.462500', '122444.922500', '122445.382500', '122445.842500', '122446.302500', '122446.762500', '122447.222500', '122447.682500', '122448.142500', '122448.602500', '122449.062500', '122449.522500', '122449.982500', '122450.442500', '122450.902500', '122451.362500', '122451.822500', '122452.282500', '122452.742500', '122453.202500', '122453.662500', '122454.122500', '122454.582500', '122455.042500', '122455.502500', '122455.962500', '122456.422500', '122456.882500', '122457.342500', '122457.802500', '122458.262500', '122458.722500', '122459.182500', '122459.642500', '122500.102500', '122500.562500', '122501.022500', '122501.482500', '122501.942500', '122502.402500', '122502.862500', '122503.322500', '122503.782500', '122504.242500', '122504.702500', '122505.162500', '122505.622500', '122506.082500', '122506.542500', '122507.002500', '122507.462500', '122507.922500', '122508.382500', '122508.842500', '122509.302500', '122509.762500', '122510.222500', '122510.682500', '122511.142500', '122511.602500', '122512.062500', '122512.522500', '122512.982500', '122513.442500', '122513.902500', '122514.362500', '122514.822500', '122515.282500', '122515.742500', '122516.202500', '122516.662500', '122517.122500', '122517.582500', '122518.042500', '122518.502500', '122518.962500', '122519.422500', '122519.882500', '122520.342500', '122520.802500', '122521.262500', '122521.722500', '122522.182500', '122522.642500', '122523.102500', '122523.562500', '122524.022500', '122524.482500', '122524.942500', '122525.402500', '122525.862500', '122526.322500', '122526.782500', '122527.242500', '122527.702500', '122528.162500', '122528.622500', '122529.082500', '122529.542500', '122530.002500', '122530.462500', '122530.922500', '122531.382500', '122531.842500', '122532.302500', '122532.762500', '122533.222500', '122533.682500', '122534.142500', '122534.602500', '122535.062500', '122535.522500', '122535.982500', '122536.442500', '122536.902500', '122537.362500', '122537.822500', '122538.282500', '122538.742500', '122539.202500', '122539.662500', '122540.122500', '122540.582500', '122541.042500', '122541.502500', '122541.962500', '122542.422500', '122542.882500', '122543.342500', '122543.802500', '122544.262500', '122544.722500', '122545.182500', '122545.642500', '122546.102500', '122546.562500', '122547.022500', '122547.482500', '122547.942500', '122548.402500', '122548.862500', '122549.322500', '122549.782500', '122550.242500', '122550.702500', '122551.162500', '122551.622500', '122552.082500', '122552.542500', '122553.002500', '122553.462500', '122553.922500', '122554.382500', '122554.842500', '122555.302500', '122555.762500', '122556.222500', '122556.682500', '122557.142500', '122557.602500', '122558.062500', '122558.522500', '122558.982500', '122559.442500', '122559.902500', '122600.362500', '122600.822500', '122601.282500', '122601.742500', '122602.202500', '122602.662500', '122603.122500', '122603.582500', '122604.042500', '122604.502500', '122604.962500', '122605.422500', '122605.882500', '122606.342500', '122606.802500', '122607.262500', '122607.722500', '122608.182500', '122608.642500', '122609.102500', '122609.562500', '122610.022500', '122610.482500', '122610.942500', '122611.402500', '122611.862500', '122612.322500', '122612.782500', '122613.242500', '122613.702500', '122614.162500', '122614.622500', '122615.082500', '122615.542500', '122616.002500', '122616.462500', '122616.922500', '122617.382500', '122617.842500', '122618.302500', '122618.762500', '122619.222500', '122619.682500', '122620.142500', '122620.602500', '122621.062500', '122621.522500', '122621.982500', '122622.442500', '122622.902500', '122623.362500', '122623.822500', '122624.282500', '122624.742500', '122625.202500', '122625.662500', '122626.122500', '122626.582500', '122627.042500', '122627.502500', '122627.962500', '122628.422500', '122628.882500', '122629.342500', '122629.802500', '122630.262500', '122630.722500', '122631.182500', '122631.642500', '122632.102500', '122632.562500', '122633.022500', '122633.482500', '122633.942500', '122634.402500', '122634.862500', '122635.322500', '122635.782500', '122636.242500', '122636.702500', '122637.162500', '122637.622500', '122638.082500', '122638.542500', '122639.002500', '122639.462500', '122639.922500', '122640.382500', '122640.842500', '122641.302500', '122641.762500', '122642.222500', '122642.682500', '122643.142500', '122643.602500', '122644.062500', '122644.522500', '122644.982500', '122645.442500', '122645.902500', '122646.362500', '122646.822500', '122647.282500', '122647.742500', '122648.202500', '122648.662500', '122649.122500', '122649.582500', '122650.042500', '122650.502500', '122650.962500', '122651.422500', '122651.882500', '122652.342500', '122652.802500', '122653.262500', '122653.722500', '122654.182500', '122654.642500', '122655.102500', '122655.562500', '122656.022500', '122656.482500', '122656.942500', '122657.402500', '122657.862500', '122658.322500', '122658.782500', '122659.242500', '122659.702500', '122700.162500', '122700.622500', '122701.082500', '122701.542500', '122702.002500', '122702.462500', '122702.922500', '122703.382500', '122703.842500', '122704.302500', '122704.762500', '122705.222500', '122705.682500', '122706.142500', '122706.602500', '122707.062500', '122707.522500', '122707.982500', '122708.442500', '122708.902500', '122709.362500', '122709.822500', '122710.282500', '122710.742500', '122711.202500', '122711.662500', '122712.122500', '122712.582500', '122713.042500', '122713.502500', '122713.962500', '122714.422500', '122714.882500', '122715.342500', '122715.802500', '122716.262500', '122716.722500', '122717.182500', '122717.642500', '122718.102500', '122718.562500', '122719.022500', '122719.482500', '122719.942500', '122720.402500', '122720.862500', '122721.322500', '122721.782500', '122722.242500', '122722.702500', '122723.162500', '122723.622500', '122724.082500', '122724.542500', '122725.002500', '122725.462500', '122725.922500', '122726.382500', '122726.842500', '122727.302500', '122727.762500', '122728.222500', '122728.682500', '122729.142500', '122729.602500', '122730.062500', '122730.522500', '122730.982500', '122731.442500', '122731.902500', '122732.362500', '122732.822500', '122733.282500', '122733.742500', '122734.202500', '122734.662500', '122735.122500', '122735.582500', '122736.042500', '122736.502500', '122736.962500', '122737.422500', '122737.882500', '122738.342500', '122738.802500', '122739.262500', '122739.722500', '122740.182500', '122740.642500', '122741.102500', '122741.562500', '122742.022500', '122742.482500', '122742.942500', '122743.402500', '122743.862500', '122744.322500', '122744.782500', '122745.242500', '122745.702500', '122746.162500', '122746.622500', '122747.082500', '122747.542500', '122748.002500', '122748.462500', '122748.922500', '122749.382500', '122749.842500', '122750.302500', '122750.762500', '122751.222500', '122751.682500', '122752.142500', '122752.602500', '122753.062500', '122753.522500', '122753.982500', '122754.442500', '122754.902500', '122755.362500', '122755.822500', '122756.282500', '122756.742500', '122757.202500', '122757.662500', '122758.122500', '122758.582500', '122759.042500', '122759.502500', '122759.962500', '122800.422500', '122800.882500', '122801.342500', '122801.802500', '122802.262500', '122802.722500', '122803.182500', '122803.642500', '122804.102500', '122804.562500', '122805.022500', '122805.482500', '122805.942500', '122806.402500', '122806.862500', '122807.322500', '122807.782500', '122808.242500', '122808.702500', '122809.162500', '122809.622500', '122810.082500', '122810.542500', '122811.002500', '122811.462500', '122811.922500', '122812.382500', '122812.842500', '122813.302500', '122813.762500', '122814.222500', '122814.682500', '122815.142500', '122815.602500', '122816.062500', '122816.522500', '122816.982500', '122817.442500', '122817.902500', '122818.362500', '122818.822500', '122819.282500', '122819.742500', '122820.202500', '122820.662500', '122821.122500', '122821.582500', '122822.042500', '122822.502500', '122822.962500', '122823.422500', '122823.882500', '122824.342500', '122824.802500', '122825.262500', '122825.722500', '122826.182500', '122826.642500', '122827.102500', '122827.562500', '122828.022500', '122828.482500', '122828.942500', '122829.402500', '122829.862500', '122830.322500', '122830.782500', '122831.242500', '122831.702500', '122832.162500', '122832.622500', '122833.082500', '122833.542500', '122834.002500', '122834.462500', '122834.922500', '122835.382500', '122835.842500', '122836.302500', '122836.762500', '122837.222500', '122837.682500', '122838.142500', '122838.602500', '122839.062500', '122839.522500', '122839.982500', '122840.442500', '122840.902500', '122841.362500', '122841.822500', '122842.282500', '122842.742500', '122843.202500', '122843.662500', '122844.122500', '122844.582500', '122845.042500', '122845.502500', '122845.962500', '122846.422500', '122846.882500', '122847.342500', '122847.802500', '122848.262500', '122848.722500', '122849.182500', '122849.642500', '122850.102500', '122850.562500', '122851.022500', '122851.482500', '122851.942500', '122852.402500', '122852.862500', '122853.322500', '122853.782500', '122854.242500', '122854.702500', '122855.162500', '122855.622500', '122856.082500', '122856.542500', '122857.002500', '122857.462500', '122857.922500', '122858.382500', '122858.842500', '122859.302500', '122859.762500', '122900.222500', '122900.682500', '122901.142500', '122901.602500', '122902.062500', '122902.522500', '122902.982500', '122903.442500', '122903.902500', '122904.362500', '122904.822500', '122905.282500', '122905.742500', '122906.202500', '122906.662500', '122907.122500', '122907.582500', '122908.042500', '122908.502500', '122908.962500', '122909.422500', '122909.882500', '122910.342500', '122910.802500', '122911.262500', '122911.722500', '122912.182500', '122912.642500', '122913.102500', '122913.562500', '122914.022500', '122914.482500', '122914.942500', '122915.402500', '122915.862500', '122916.322500', '122916.782500', '122917.242500', '122917.702500', '122918.162500', '122918.622500', '122919.082500', '122919.542500', '122920.002500', '122920.462500', '122920.922500', '122921.382500', '122921.842500', '122922.302500', '122922.762500', '122923.222500', '122923.682500', '122924.142500', '122924.602500', '122925.062500', '122925.522500', '122925.982500', '122926.442500', '122926.902500', '122927.362500', '122927.822500', '122928.282500', '122928.742500', '122929.202500', '122929.662500', '122930.122500', '122930.582500', '122931.042500', '122931.502500', '122931.962500', '122932.422500', '122932.882500', '122933.342500', '122933.802500', '122934.262500', '122934.722500', '122935.182500', '122935.642500', '122936.102500', '122936.562500', '122937.022500', '122937.482500', '122937.942500', '122938.402500', '122938.862500', '122939.322500', '122939.782500', '122940.242500', '122940.702500', '122941.162500', '122941.622500', '122942.082500', '122942.542500', '122943.002500', '122943.462500', '122943.922500', '122944.382500', '122944.842500', '122945.302500', '122945.762500', '122946.222500', '122946.682500', '122947.142500', '122947.602500', '122948.062500', '122948.522500', '122948.982500', '122949.442500', '122949.902500', '122950.362500', '122950.822500', '122951.282500', '122951.742500', '122952.202500', '122952.662500', '122953.122500', '122953.582500', '122954.042500', '122954.502500', '122954.962500', '122955.422500', '122955.882500', '122956.342500', '122956.802500', '122957.262500', '122957.722500', '122958.182500', '122958.642500', '122959.102500', '122959.562500', '123000.022500', '123000.482500', '123000.942500', '123001.402500', '123001.862500', '123002.322500', '123002.782500', '123003.242500', '123003.702500', '123004.162500', '123004.622500', '123005.082500', '123005.542500', '123006.002500', '123006.462500', '123006.922500', '123007.382500', '123007.842500', '123008.302500', '123008.762500', '123009.222500', '123009.682500', '123010.142500', '123010.602500', '123011.062500', '123011.522500', '123011.982500', '123012.442500', '123012.902500', '123013.362500', '123013.822500', '123014.282500', '123014.742500', '123015.202500', '123015.662500', '123016.122500', '123016.582500', '123017.042500', '123017.502500', '123017.962500', '123018.422500', '123018.882500', '123019.342500', '123019.802500', '123020.262500', '123020.722500', '123021.182500', '123021.642500', '123022.102500', '123022.562500', '123023.022500', '123023.482500', '123023.942500', '123024.402500', '123024.862500', '123025.322500', '123025.782500', '123026.242500', '123026.702500', '123027.162500', '123027.622500', '123028.082500', '123028.542500', '123029.002500', '123029.462500', '123029.922500', '123030.382500', '123030.842500', '123031.302500', '123031.762500', '123032.222500', '123032.682500', '123033.142500', '123033.602500', '123034.062500', '123034.522500', '123034.982500', '123035.442500', '123035.902500', '123036.362500', '123036.822500', '123037.282500', '123037.742500', '123038.202500', '123038.662500', '123039.122500', '123039.582500', '123040.042500', '123040.502500', '123040.962500', '123041.422500', '123041.882500', '123042.342500', '123042.802500', '123043.262500', '123043.722500', '123044.182500', '123044.642500', '123045.102500', '123045.562500', '123046.022500', '123046.482500', '123046.942500', '123047.402500', '123047.862500', '123048.322500', '123048.782500', '123049.242500', '123049.702500', '123050.162500', '123050.622500', '123051.082500', '123051.542500', '123052.002500', '123052.462500', '123052.922500', '123053.382500', '123053.842500', '123054.302500', '123054.762500', '123055.222500', '123055.682500', '123056.142500', '123056.602500', '123057.062500', '123057.522500', '123057.982500', '123058.442500', '123058.902500', '123059.362500', '123059.822500', '123100.282500', '123100.742500', '123101.202500', '123101.662500', '123102.122500', '123102.582500', '123103.042500', '123103.502500', '123103.962500', '123104.422500', '123104.882500', '123105.342500', '123105.802500', '123106.262500', '123106.722500', '123107.182500', '123107.642500', '123108.102500', '123108.562500', '123109.022500', '123109.482500', '123109.942500', '123110.402500', '123110.862500', '123111.322500', '123111.782500', '123112.242500', '123112.702500', '123113.162500', '123113.622500', '123114.082500', '123114.542500', '123115.002500', '123115.462500', '123115.922500', '123116.382500', '123116.842500', '123117.302500', '123117.762500', '123118.222500', '123118.682500', '123119.142500', '123119.602500', '123120.062500', '123120.522500', '123120.982500', '123121.442500', '123121.902500', '123122.362500', '123122.822500', '123123.282500', '123123.742500', '123124.202500', '123124.662500', '123125.122500', '123125.582500', '123126.042500', '123126.502500', '123126.962500', '123127.422500', '123127.882500', '123128.342500', '123128.802500', '123129.262500', '123129.722500', '123130.182500', '123130.642500', '123131.102500', '123131.562500', '123132.022500', '123132.482500', '123132.942500', '123133.402500', '123133.862500', '123134.322500', '123134.782500', '123135.242500', '123135.702500', '123136.162500', '123136.622500', '123137.082500', '123137.542500', '123138.002500', '123138.462500', '123138.922500', '123139.382500', '123139.842500', '123140.302500', '123140.762500', '123141.222500', '123141.682500', '123142.142500', '123142.602500', '123143.062500', '123143.522500'], 'ContentTime': ['122350.003000', '122350.006000', '122350.014000', '122350.017000', '122350.019000', '122350.022000', '122350.024000', '122350.027000', '122350.029000', '122350.032000', '122350.035000', '122350.037000', '122350.040000', '122350.052000', '122350.055000', '122350.057000', '122350.060000', '122350.062000', '122350.065000', '122350.067000', '122350.070000', '122350.072000', '122350.075000', '122350.078000', '122350.080000', '122350.083000', '122350.086000', '122350.089000', '122350.092000', '122350.094000', '122350.097000', '122409.525000', '122409.528000', '122409.531000', '122409.533000', '122409.536000', '122409.538000', '122409.541000', '122409.544000', '122409.546000', '122409.549000', '122409.551000', '122409.554000', '122409.556000', '122409.559000', '122409.561000', '122409.564000', '122409.567000', '122409.569000', '122409.572000', '122409.574000', '122409.577000', '122409.579000', '122409.582000', '122409.585000', '122409.587000', '122409.590000', '122409.599000', '122409.601000', '122409.604000', '122409.606000', '122409.609000', '122409.612000', '122409.614000', '122409.617000', '122409.619000', '122409.622000', '122409.624000', '122409.627000', '122409.630000', '122409.632000', '122409.635000', '122409.637000', '122409.640000', '122429.525000', '122429.527000', '122429.530000', '122429.532000', '122429.535000', '122429.538000', '122429.540000', '122429.543000', '122429.545000', '122429.548000', '122429.551000', '122429.553000', '122429.556000', '122429.558000', '122429.561000', '122429.563000', '122429.566000', '122429.568000', '122429.575000', '122429.578000', '122429.580000', '122429.583000', '122429.586000', '122429.588000', '122429.619000', '122429.622000', '122429.624000', '122429.627000', '122429.630000', '122429.632000', '122429.635000', '122429.637000', '122429.640000', '122429.642000', '122429.645000', '122429.647000', '122429.650000', '122429.652000', '122429.655000', '122429.658000', '122429.660000', '122429.663000', '122429.665000', '122429.668000', '122449.526000', '122449.528000', '122449.531000', '122449.534000', '122449.536000', '122449.539000', '122449.541000', '122449.544000', '122449.547000', '122449.549000', '122449.552000', '122449.554000', '122449.557000', '122449.559000', '122449.562000', '122449.564000', '122449.567000', '122449.570000', '122449.572000', '122449.575000', '122449.577000', '122449.580000', '122449.583000', '122449.585000', '122449.588000', '122449.591000', '122449.593000', '122449.596000', '122449.598000', '122449.601000', '122449.604000', '122449.606000', '122449.609000', '122449.611000', '122449.614000', '122449.616000', '122449.620000', '122449.623000', '122449.626000', '122449.628000', '122449.631000', '122449.633000', '122449.636000', '122509.525000', '122509.528000', '122509.531000', '122509.533000', '122509.536000', '122509.539000', '122509.541000', '122509.544000', '122509.546000', '122509.549000', '122509.551000', '122509.554000', '122509.557000', '122509.559000', '122509.562000', '122509.564000', '122509.567000', '122509.570000', '122509.572000', '122509.575000', '122509.577000', '122509.580000', '122509.583000', '122509.585000', '122509.588000', '122509.590000', '122509.593000', '122509.596000', '122509.598000', '122509.601000', '122509.604000', '122509.606000', '122509.609000', '122509.611000', '122509.614000', '122509.617000', '122509.619000', '122509.622000', '122509.624000', '122509.627000', '122509.630000', '122509.632000', '122509.635000', '122509.637000', '122529.526000', '122529.528000', '122529.531000', '122529.534000', '122529.536000', '122529.539000', '122529.541000', '122529.544000', '122529.547000', '122529.549000', '122529.552000', '122529.554000', '122529.557000', '122529.560000', '122529.562000', '122529.565000', '122529.567000', '122529.570000', '122529.572000', '122529.575000', '122529.578000', '122529.580000', '122529.583000', '122529.585000', '122529.588000', '122529.591000', '122529.593000', '122529.596000', '122529.598000', '122529.601000', '122529.604000', '122529.606000', '122529.609000', '122529.611000', '122529.614000', '122529.617000', '122529.619000', '122529.622000', '122529.625000', '122529.628000', '122529.630000', '122529.633000', '122529.636000', '122549.526000', '122549.529000', '122549.531000', '122549.534000', '122549.536000', '122549.539000', '122549.542000', '122549.544000', '122549.547000', '122549.549000', '122549.552000', '122549.554000', '122549.557000', '122549.560000', '122549.562000', '122549.565000', '122549.567000', '122549.570000', '122549.572000', '122549.575000', '122549.578000', '122549.580000', '122549.583000', '122549.585000', '122549.588000', '122549.591000', '122549.593000', '122549.596000', '122549.599000', '122549.601000', '122549.604000', '122549.606000', '122549.609000', '122549.612000', '122549.614000', '122549.617000', '122549.620000', '122549.622000', '122549.625000', '122549.627000', '122549.630000', '122549.633000', '122549.635000', '122549.638000', '122609.525000', '122609.528000', '122609.531000', '122609.534000', '122609.536000', '122609.539000', '122609.541000', '122609.544000', '122609.547000', '122609.549000', '122609.552000', '122609.554000', '122609.557000', '122609.560000', '122609.562000', '122609.565000', '122609.567000', '122609.570000', '122609.572000', '122609.591000', '122609.594000', '122609.596000', '122609.599000', '122609.601000', '122609.604000', '122609.606000', '122609.609000', '122609.612000', '122609.614000', '122609.617000', '122609.619000', '122609.622000', '122609.625000', '122609.629000', '122609.631000', '122609.634000', '122609.636000', '122609.639000', '122609.642000', '122609.644000', '122609.647000', '122609.649000', '122609.652000', '122629.526000', '122629.529000', '122629.531000', '122629.534000', '122629.536000', '122629.539000', '122629.542000', '122629.544000', '122629.547000', '122629.549000', '122629.552000', '122629.555000', '122629.557000', '122629.560000', '122629.562000', '122629.565000', '122629.567000', '122629.570000', '122629.573000', '122629.575000', '122629.578000', '122629.580000', '122629.583000', '122629.586000', '122629.588000', '122629.591000', '122629.593000', '122629.596000', '122629.599000', '122629.601000', '122629.604000', '122629.606000', '122629.609000', '122629.612000', '122629.614000', '122629.617000', '122629.619000', '122629.622000', '122629.624000', '122629.627000', '122629.630000', '122629.632000', '122629.635000', '122629.637000', '122649.525000', '122649.527000', '122649.530000', '122649.533000', '122649.535000', '122649.538000', '122649.541000', '122649.543000', '122649.546000', '122649.548000', '122649.551000', '122649.554000', '122649.556000', '122649.559000', '122649.561000', '122649.564000', '122649.566000', '122649.569000', '122649.572000', '122649.574000', '122649.577000', '122649.579000', '122649.582000', '122649.585000', '122649.587000', '122649.590000', '122649.593000', '122649.595000', '122649.598000', '122649.600000', '122649.603000', '122649.606000', '122649.608000', '122649.611000', '122649.613000', '122649.616000', '122649.619000', '122649.621000', '122649.624000', '122649.626000', '122649.629000', '122649.632000', '122649.634000', '122709.525000', '122709.528000', '122709.531000', '122709.534000', '122709.536000', '122709.539000', '122709.541000', '122709.544000', '122709.547000', '122709.549000', '122709.552000', '122709.554000', '122709.557000', '122709.559000', '122709.562000', '122709.565000', '122709.567000', '122709.570000', '122709.572000', '122709.575000', '122709.578000', '122709.580000', '122709.583000', '122709.585000', '122709.588000', '122709.591000', '122709.593000', '122709.596000', '122709.598000', '122709.601000', '122709.604000', '122709.606000', '122709.609000', '122709.612000', '122709.614000', '122709.617000', '122709.619000', '122709.622000', '122709.625000', '122709.627000', '122709.630000', '122709.632000', '122709.635000', '122709.637000', '122729.526000', '122729.529000', '122729.531000', '122729.534000', '122729.536000', '122729.539000', '122729.542000', '122729.544000', '122729.547000', '122729.549000', '122729.552000', '122729.554000', '122729.557000', '122729.560000', '122729.562000', '122729.565000', '122729.568000', '122729.570000', '122729.573000', '122729.575000', '122729.578000', '122729.580000', '122729.583000', '122729.586000', '122729.588000', '122729.591000', '122729.594000', '122729.596000', '122729.599000', '122729.602000', '122729.604000', '122729.607000', '122729.609000', '122729.612000', '122729.615000', '122729.617000', '122729.620000', '122729.623000', '122729.625000', '122729.628000', '122729.630000', '122729.633000', '122729.636000', '122749.526000', '122749.539000', '122749.542000', '122749.544000', '122749.547000', '122749.549000', '122749.552000', '122749.555000', '122749.557000', '122749.560000', '122749.562000', '122749.565000', '122749.567000', '122749.570000', '122749.573000', '122749.575000', '122749.578000', '122749.581000', '122749.583000', '122749.586000', '122749.588000', '122749.591000', '122749.594000', '122749.596000', '122749.599000', '122749.602000', '122749.604000', '122749.607000', '122749.610000', '122749.612000', '122749.615000', '122749.617000', '122749.620000', '122749.623000', '122749.625000', '122749.628000', '122749.630000', '122749.633000', '122749.635000', '122749.638000', '122749.641000', '122749.643000', '122749.646000', '122749.648000', '122809.526000', '122809.528000', '122809.531000', '122809.534000', '122809.536000', '122809.539000', '122809.541000', '122809.544000', '122809.547000', '122809.549000', '122809.552000', '122809.555000', '122809.557000', '122809.560000', '122809.562000', '122809.565000', '122809.568000', '122809.570000', '122809.573000', '122809.576000', '122809.578000', '122809.581000', '122809.583000', '122809.586000', '122809.589000', '122809.591000', '122809.594000', '122809.596000', '122809.599000', '122809.602000', '122809.604000', '122809.607000', '122809.610000', '122809.612000', '122809.615000', '122809.617000', '122809.620000', '122809.622000', '122809.625000', '122809.628000', '122809.630000', '122809.633000', '122809.636000', '122829.526000', '122829.528000', '122829.531000', '122829.534000', '122829.536000', '122829.539000', '122829.541000', '122829.544000', '122829.547000', '122829.549000', '122829.552000', '122829.555000', '122829.557000', '122829.560000', '122829.562000', '122829.565000', '122829.568000', '122829.570000', '122829.573000', '122829.575000', '122829.578000', '122829.581000', '122829.583000', '122829.586000', '122829.588000', '122829.591000', '122829.593000', '122829.596000', '122829.599000', '122829.601000', '122829.604000', '122829.607000', '122829.609000', '122829.612000', '122829.615000', '122829.617000', '122829.620000', '122829.622000', '122829.625000', '122829.628000', '122829.630000', '122829.633000', '122829.636000', '122829.638000', '122849.525000', '122849.528000', '122849.531000', '122849.534000', '122849.536000', '122849.539000', '122849.541000', '122849.544000', '122849.547000', '122849.549000', '122849.552000', '122849.554000', '122849.557000', '122849.560000', '122849.562000', '122849.565000', '122849.567000', '122849.570000', '122849.573000', '122849.575000', '122849.578000', '122849.580000', '122849.583000', '122849.586000', '122849.588000', '122849.591000', '122849.594000', '122849.596000', '122849.599000', '122849.602000', '122849.604000', '122849.607000', '122849.609000', '122849.612000', '122849.615000', '122849.617000', '122849.620000', '122849.622000', '122849.625000', '122849.628000', '122849.630000', '122849.633000', '122849.635000', '122909.524000', '122909.527000', '122909.530000', '122909.532000', '122909.535000', '122909.538000', '122909.540000', '122909.543000', '122909.545000', '122909.548000', '122909.550000', '122909.553000', '122909.556000', '122909.558000', '122909.561000', '122909.564000', '122909.566000', '122909.569000', '122909.571000', '122909.574000', '122909.577000', '122909.579000', '122909.582000', '122909.584000', '122909.587000', '122909.590000', '122909.605000', '122909.608000', '122909.611000', '122909.613000', '122909.616000', '122909.618000', '122909.621000', '122909.624000', '122909.626000', '122909.629000', '122909.631000', '122909.634000', '122909.637000', '122909.639000', '122909.642000', '122909.644000', '122909.647000', '122909.650000', '122929.525000', '122929.528000', '122929.531000', '122929.534000', '122929.536000', '122929.539000', '122929.541000', '122929.544000', '122929.546000', '122929.549000', '122929.552000', '122929.554000', '122929.557000', '122929.559000', '122929.562000', '122929.565000', '122929.567000', '122929.570000', '122929.572000', '122929.575000', '122929.578000', '122929.580000', '122929.583000', '122929.585000', '122929.588000', '122929.591000', '122929.593000', '122929.596000', '122929.599000', '122929.601000', '122929.604000', '122929.607000', '122929.609000', '122929.612000', '122929.614000', '122929.617000', '122929.620000', '122929.622000', '122929.625000', '122929.628000', '122929.630000', '122929.633000', '122929.635000', '122949.526000', '122949.528000', '122949.531000', '122949.534000', '122949.537000', '122949.540000', '122949.543000', '122949.546000', '122949.548000', '122949.551000', '122949.554000', '122949.556000', '122949.559000', '122949.562000', '122949.564000', '122949.567000', '122949.569000', '122949.572000', '122949.574000', '122949.577000', '122949.579000', '122949.582000', '122949.585000', '122949.587000', '122949.590000', '122949.593000', '122949.596000', '122949.598000', '122949.601000', '122949.603000', '122949.606000', '122949.609000', '122949.611000', '122949.614000', '122949.616000', '122949.619000', '122949.622000', '122949.624000', '122949.627000', '122949.630000', '122949.632000', '122949.635000', '122949.637000', '123009.526000', '123009.529000', '123009.531000', '123009.534000', '123009.536000', '123009.539000', '123009.542000', '123009.544000', '123009.547000', '123009.550000', '123009.552000', '123009.555000', '123009.557000', '123009.560000', '123009.563000', '123009.565000', '123009.568000', '123009.570000', '123009.573000', '123009.576000', '123009.578000', '123009.581000', '123009.583000', '123009.586000', '123009.589000', '123009.591000', '123009.594000', '123009.597000', '123009.599000', '123009.602000', '123009.604000', '123009.607000', '123009.610000', '123009.612000', '123009.615000', '123009.617000', '123009.620000', '123009.623000', '123009.625000', '123009.628000', '123009.630000', '123009.633000', '123009.636000', '123009.638000', '123029.526000', '123029.528000', '123029.531000', '123029.534000', '123029.536000', '123029.539000', '123029.541000', '123029.544000', '123029.547000', '123029.549000', '123029.552000', '123029.555000', '123029.557000', '123029.560000', '123029.562000', '123029.566000', '123029.568000', '123029.571000', '123029.574000', '123029.576000', '123029.579000', '123029.581000', '123029.592000', '123029.595000', '123029.597000', '123029.600000', '123029.603000', '123029.605000', '123029.608000', '123029.610000', '123029.613000', '123029.615000', '123029.618000', '123029.621000', '123029.623000', '123029.626000', '123029.628000', '123029.631000', '123029.634000', '123029.636000', '123029.639000', '123029.641000', '123029.644000', '123049.526000', '123049.529000', '123049.531000', '123049.534000', '123049.537000', '123049.539000', '123049.542000', '123049.544000', '123049.547000', '123049.550000', '123049.552000', '123049.555000', '123049.558000', '123049.560000', '123049.563000', '123049.566000', '123049.568000', '123049.571000', '123049.574000', '123049.576000', '123049.579000', '123049.581000', '123049.584000', '123049.587000', '123049.589000', '123049.592000', '123049.594000', '123049.597000', '123049.600000', '123049.602000', '123049.605000', '123049.608000', '123049.610000', '123049.613000', '123049.616000', '123049.618000', '123049.621000', '123049.624000', '123049.626000', '123049.629000', '123049.631000', '123049.634000', '123049.637000', '123049.639000', '123109.525000', '123109.527000', '123109.530000', '123109.533000', '123109.535000', '123109.538000', '123109.541000', '123109.543000', '123109.546000', '123109.548000', '123109.552000', '123109.555000', '123109.558000', '123109.561000', '123109.563000', '123109.566000', '123109.568000', '123109.571000', '123109.574000', '123109.577000', '123109.580000', '123109.583000', '123109.585000', '123109.588000', '123109.591000', '123109.593000', '123109.596000', '123109.598000', '123109.601000', '123109.604000', '123109.606000', '123109.609000', '123109.611000', '123109.614000', '123109.617000', '123109.619000', '123109.622000', '123109.624000', '123109.627000', '123109.630000', '123109.633000', '123109.635000', '123109.638000', '123129.525000', '123129.528000', '123129.530000', '123129.533000', '123129.535000', '123129.538000', '123129.541000', '123129.543000', '123129.546000', '123129.549000', '123129.551000', '123129.554000', '123129.556000', '123129.559000', '123129.561000', '123129.564000', '123129.567000', '123129.569000', '123129.572000', '123129.575000', '123129.577000', '123129.580000', '123129.582000', '123129.585000', '123129.588000', '123129.590000', '123129.593000', '123129.596000', '123129.598000', '123129.601000', '123129.604000', '123129.606000', '123129.609000', '123129.612000', '123129.614000', '123129.617000', '123129.620000', '123129.622000', '123129.625000', '123129.628000', '123129.630000', '123129.633000', '123129.635000', '123129.638000', '123144.980000', '123144.983000', '123144.985000', '123144.988000', '123144.991000', '123144.993000', '123144.996000', '123144.998000', '123145.002000', '123145.005000', '123145.007000', '123145.010000', '123145.013000', '123145.015000', '123145.018000', '123145.020000', '123145.023000', '123145.025000', '123145.028000', '123145.031000', '123145.033000', '123145.036000', '123145.038000', '123145.041000', '123145.043000', '123145.046000', '123145.049000', '123145.051000', '123145.054000', '123145.056000', '123145.059000', '123145.062000', '123145.064000', '123145.075000'], 'InstanceCreationTime': ['122350.003000', '122350.006000', '122350.014000', '122350.017000', '122350.019000', '122350.022000', '122350.024000', '122350.027000', '122350.029000', '122350.032000', '122350.035000', '122350.037000', '122350.040000', '122350.052000', '122350.055000', '122350.057000', '122350.060000', '122350.062000', '122350.065000', '122350.067000', '122350.070000', '122350.072000', '122350.075000', '122350.078000', '122350.080000', '122350.083000', '122350.086000', '122350.089000', '122350.092000', '122350.094000', '122350.097000', '122409.525000', '122409.528000', '122409.531000', '122409.533000', '122409.536000', '122409.538000', '122409.541000', '122409.544000', '122409.546000', '122409.549000', '122409.551000', '122409.554000', '122409.556000', '122409.559000', '122409.561000', '122409.564000', '122409.567000', '122409.569000', '122409.572000', '122409.574000', '122409.577000', '122409.579000', '122409.582000', '122409.585000', '122409.587000', '122409.590000', '122409.599000', '122409.601000', '122409.604000', '122409.606000', '122409.609000', '122409.612000', '122409.614000', '122409.617000', '122409.619000', '122409.622000', '122409.624000', '122409.627000', '122409.630000', '122409.632000', '122409.635000', '122409.637000', '122409.640000', '122429.525000', '122429.527000', '122429.530000', '122429.532000', '122429.535000', '122429.538000', '122429.540000', '122429.543000', '122429.545000', '122429.548000', '122429.551000', '122429.553000', '122429.556000', '122429.558000', '122429.561000', '122429.563000', '122429.566000', '122429.568000', '122429.575000', '122429.578000', '122429.580000', '122429.583000', '122429.586000', '122429.588000', '122429.619000', '122429.622000', '122429.624000', '122429.627000', '122429.630000', '122429.632000', '122429.635000', '122429.637000', '122429.640000', '122429.642000', '122429.645000', '122429.647000', '122429.650000', '122429.652000', '122429.655000', '122429.658000', '122429.660000', '122429.663000', '122429.665000', '122429.668000', '122449.526000', '122449.528000', '122449.531000', '122449.534000', '122449.536000', '122449.539000', '122449.541000', '122449.544000', '122449.547000', '122449.549000', '122449.552000', '122449.554000', '122449.557000', '122449.559000', '122449.562000', '122449.564000', '122449.567000', '122449.570000', '122449.572000', '122449.575000', '122449.577000', '122449.580000', '122449.583000', '122449.585000', '122449.588000', '122449.591000', '122449.593000', '122449.596000', '122449.598000', '122449.601000', '122449.604000', '122449.606000', '122449.609000', '122449.611000', '122449.614000', '122449.616000', '122449.620000', '122449.623000', '122449.626000', '122449.628000', '122449.631000', '122449.633000', '122449.636000', '122509.525000', '122509.528000', '122509.531000', '122509.533000', '122509.536000', '122509.539000', '122509.541000', '122509.544000', '122509.546000', '122509.549000', '122509.551000', '122509.554000', '122509.557000', '122509.559000', '122509.562000', '122509.564000', '122509.567000', '122509.570000', '122509.572000', '122509.575000', '122509.577000', '122509.580000', '122509.583000', '122509.585000', '122509.588000', '122509.590000', '122509.593000', '122509.596000', '122509.598000', '122509.601000', '122509.604000', '122509.606000', '122509.609000', '122509.611000', '122509.614000', '122509.617000', '122509.619000', '122509.622000', '122509.624000', '122509.627000', '122509.630000', '122509.632000', '122509.635000', '122509.637000', '122529.526000', '122529.528000', '122529.531000', '122529.534000', '122529.536000', '122529.539000', '122529.541000', '122529.544000', '122529.547000', '122529.549000', '122529.552000', '122529.554000', '122529.557000', '122529.560000', '122529.562000', '122529.565000', '122529.567000', '122529.570000', '122529.572000', '122529.575000', '122529.578000', '122529.580000', '122529.583000', '122529.585000', '122529.588000', '122529.591000', '122529.593000', '122529.596000', '122529.598000', '122529.601000', '122529.604000', '122529.606000', '122529.609000', '122529.611000', '122529.614000', '122529.617000', '122529.619000', '122529.622000', '122529.625000', '122529.628000', '122529.630000', '122529.633000', '122529.636000', '122549.526000', '122549.529000', '122549.531000', '122549.534000', '122549.536000', '122549.539000', '122549.542000', '122549.544000', '122549.547000', '122549.549000', '122549.552000', '122549.554000', '122549.557000', '122549.560000', '122549.562000', '122549.565000', '122549.567000', '122549.570000', '122549.572000', '122549.575000', '122549.578000', '122549.580000', '122549.583000', '122549.585000', '122549.588000', '122549.591000', '122549.593000', '122549.596000', '122549.599000', '122549.601000', '122549.604000', '122549.606000', '122549.609000', '122549.612000', '122549.614000', '122549.617000', '122549.620000', '122549.622000', '122549.625000', '122549.627000', '122549.630000', '122549.633000', '122549.635000', '122549.638000', '122609.525000', '122609.528000', '122609.531000', '122609.534000', '122609.536000', '122609.539000', '122609.541000', '122609.544000', '122609.547000', '122609.549000', '122609.552000', '122609.554000', '122609.557000', '122609.560000', '122609.562000', '122609.565000', '122609.567000', '122609.570000', '122609.572000', '122609.591000', '122609.594000', '122609.596000', '122609.599000', '122609.601000', '122609.604000', '122609.606000', '122609.609000', '122609.612000', '122609.614000', '122609.617000', '122609.619000', '122609.622000', '122609.625000', '122609.629000', '122609.631000', '122609.634000', '122609.636000', '122609.639000', '122609.642000', '122609.644000', '122609.647000', '122609.649000', '122609.652000', '122629.526000', '122629.529000', '122629.531000', '122629.534000', '122629.536000', '122629.539000', '122629.542000', '122629.544000', '122629.547000', '122629.549000', '122629.552000', '122629.555000', '122629.557000', '122629.560000', '122629.562000', '122629.565000', '122629.567000', '122629.570000', '122629.573000', '122629.575000', '122629.578000', '122629.580000', '122629.583000', '122629.586000', '122629.588000', '122629.591000', '122629.593000', '122629.596000', '122629.599000', '122629.601000', '122629.604000', '122629.606000', '122629.609000', '122629.612000', '122629.614000', '122629.617000', '122629.619000', '122629.622000', '122629.624000', '122629.627000', '122629.630000', '122629.632000', '122629.635000', '122629.637000', '122649.525000', '122649.527000', '122649.530000', '122649.533000', '122649.535000', '122649.538000', '122649.541000', '122649.543000', '122649.546000', '122649.548000', '122649.551000', '122649.554000', '122649.556000', '122649.559000', '122649.561000', '122649.564000', '122649.566000', '122649.569000', '122649.572000', '122649.574000', '122649.577000', '122649.579000', '122649.582000', '122649.585000', '122649.587000', '122649.590000', '122649.593000', '122649.595000', '122649.598000', '122649.600000', '122649.603000', '122649.606000', '122649.608000', '122649.611000', '122649.613000', '122649.616000', '122649.619000', '122649.621000', '122649.624000', '122649.626000', '122649.629000', '122649.632000', '122649.634000', '122709.525000', '122709.528000', '122709.531000', '122709.534000', '122709.536000', '122709.539000', '122709.541000', '122709.544000', '122709.547000', '122709.549000', '122709.552000', '122709.554000', '122709.557000', '122709.559000', '122709.562000', '122709.565000', '122709.567000', '122709.570000', '122709.572000', '122709.575000', '122709.578000', '122709.580000', '122709.583000', '122709.585000', '122709.588000', '122709.591000', '122709.593000', '122709.596000', '122709.598000', '122709.601000', '122709.604000', '122709.606000', '122709.609000', '122709.612000', '122709.614000', '122709.617000', '122709.619000', '122709.622000', '122709.625000', '122709.627000', '122709.630000', '122709.632000', '122709.635000', '122709.637000', '122729.526000', '122729.529000', '122729.531000', '122729.534000', '122729.536000', '122729.539000', '122729.542000', '122729.544000', '122729.547000', '122729.549000', '122729.552000', '122729.554000', '122729.557000', '122729.560000', '122729.562000', '122729.565000', '122729.568000', '122729.570000', '122729.573000', '122729.575000', '122729.578000', '122729.580000', '122729.583000', '122729.586000', '122729.588000', '122729.591000', '122729.594000', '122729.596000', '122729.599000', '122729.602000', '122729.604000', '122729.607000', '122729.609000', '122729.612000', '122729.615000', '122729.617000', '122729.620000', '122729.623000', '122729.625000', '122729.628000', '122729.630000', '122729.633000', '122729.636000', '122749.526000', '122749.539000', '122749.542000', '122749.544000', '122749.547000', '122749.549000', '122749.552000', '122749.555000', '122749.557000', '122749.560000', '122749.562000', '122749.565000', '122749.567000', '122749.570000', '122749.573000', '122749.575000', '122749.578000', '122749.581000', '122749.583000', '122749.586000', '122749.588000', '122749.591000', '122749.594000', '122749.596000', '122749.599000', '122749.602000', '122749.604000', '122749.607000', '122749.610000', '122749.612000', '122749.615000', '122749.617000', '122749.620000', '122749.623000', '122749.625000', '122749.628000', '122749.630000', '122749.633000', '122749.635000', '122749.638000', '122749.641000', '122749.643000', '122749.646000', '122749.648000', '122809.526000', '122809.528000', '122809.531000', '122809.534000', '122809.536000', '122809.539000', '122809.541000', '122809.544000', '122809.547000', '122809.549000', '122809.552000', '122809.555000', '122809.557000', '122809.560000', '122809.562000', '122809.565000', '122809.568000', '122809.570000', '122809.573000', '122809.576000', '122809.578000', '122809.581000', '122809.583000', '122809.586000', '122809.589000', '122809.591000', '122809.594000', '122809.596000', '122809.599000', '122809.602000', '122809.604000', '122809.607000', '122809.610000', '122809.612000', '122809.615000', '122809.617000', '122809.620000', '122809.622000', '122809.625000', '122809.628000', '122809.630000', '122809.633000', '122809.636000', '122829.526000', '122829.528000', '122829.531000', '122829.534000', '122829.536000', '122829.539000', '122829.541000', '122829.544000', '122829.547000', '122829.549000', '122829.552000', '122829.555000', '122829.557000', '122829.560000', '122829.562000', '122829.565000', '122829.568000', '122829.570000', '122829.573000', '122829.575000', '122829.578000', '122829.581000', '122829.583000', '122829.586000', '122829.588000', '122829.591000', '122829.593000', '122829.596000', '122829.599000', '122829.601000', '122829.604000', '122829.607000', '122829.609000', '122829.612000', '122829.615000', '122829.617000', '122829.620000', '122829.622000', '122829.625000', '122829.628000', '122829.630000', '122829.633000', '122829.636000', '122829.638000', '122849.525000', '122849.528000', '122849.531000', '122849.534000', '122849.536000', '122849.539000', '122849.541000', '122849.544000', '122849.547000', '122849.549000', '122849.552000', '122849.554000', '122849.557000', '122849.560000', '122849.562000', '122849.565000', '122849.567000', '122849.570000', '122849.573000', '122849.575000', '122849.578000', '122849.580000', '122849.583000', '122849.586000', '122849.588000', '122849.591000', '122849.594000', '122849.596000', '122849.599000', '122849.602000', '122849.604000', '122849.607000', '122849.609000', '122849.612000', '122849.615000', '122849.617000', '122849.620000', '122849.622000', '122849.625000', '122849.628000', '122849.630000', '122849.633000', '122849.635000', '122909.524000', '122909.527000', '122909.530000', '122909.532000', '122909.535000', '122909.538000', '122909.540000', '122909.543000', '122909.545000', '122909.548000', '122909.550000', '122909.553000', '122909.556000', '122909.558000', '122909.561000', '122909.564000', '122909.566000', '122909.569000', '122909.571000', '122909.574000', '122909.577000', '122909.579000', '122909.582000', '122909.584000', '122909.587000', '122909.590000', '122909.605000', '122909.608000', '122909.611000', '122909.613000', '122909.616000', '122909.618000', '122909.621000', '122909.624000', '122909.626000', '122909.629000', '122909.631000', '122909.634000', '122909.637000', '122909.639000', '122909.642000', '122909.644000', '122909.647000', '122909.650000', '122929.525000', '122929.528000', '122929.531000', '122929.534000', '122929.536000', '122929.539000', '122929.541000', '122929.544000', '122929.546000', '122929.549000', '122929.552000', '122929.554000', '122929.557000', '122929.559000', '122929.562000', '122929.565000', '122929.567000', '122929.570000', '122929.572000', '122929.575000', '122929.578000', '122929.580000', '122929.583000', '122929.585000', '122929.588000', '122929.591000', '122929.593000', '122929.596000', '122929.599000', '122929.601000', '122929.604000', '122929.607000', '122929.609000', '122929.612000', '122929.614000', '122929.617000', '122929.620000', '122929.622000', '122929.625000', '122929.628000', '122929.630000', '122929.633000', '122929.635000', '122949.526000', '122949.528000', '122949.531000', '122949.534000', '122949.537000', '122949.540000', '122949.543000', '122949.546000', '122949.548000', '122949.551000', '122949.554000', '122949.556000', '122949.559000', '122949.562000', '122949.564000', '122949.567000', '122949.569000', '122949.572000', '122949.574000', '122949.577000', '122949.579000', '122949.582000', '122949.585000', '122949.587000', '122949.590000', '122949.593000', '122949.596000', '122949.598000', '122949.601000', '122949.603000', '122949.606000', '122949.609000', '122949.611000', '122949.614000', '122949.616000', '122949.619000', '122949.622000', '122949.624000', '122949.627000', '122949.630000', '122949.632000', '122949.635000', '122949.637000', '123009.526000', '123009.529000', '123009.531000', '123009.534000', '123009.536000', '123009.539000', '123009.542000', '123009.544000', '123009.547000', '123009.550000', '123009.552000', '123009.555000', '123009.557000', '123009.560000', '123009.563000', '123009.565000', '123009.568000', '123009.570000', '123009.573000', '123009.576000', '123009.578000', '123009.581000', '123009.583000', '123009.586000', '123009.589000', '123009.591000', '123009.594000', '123009.597000', '123009.599000', '123009.602000', '123009.604000', '123009.607000', '123009.610000', '123009.612000', '123009.615000', '123009.617000', '123009.620000', '123009.623000', '123009.625000', '123009.628000', '123009.630000', '123009.633000', '123009.636000', '123009.638000', '123029.526000', '123029.528000', '123029.531000', '123029.534000', '123029.536000', '123029.539000', '123029.541000', '123029.544000', '123029.547000', '123029.549000', '123029.552000', '123029.555000', '123029.557000', '123029.560000', '123029.562000', '123029.566000', '123029.568000', '123029.571000', '123029.574000', '123029.576000', '123029.579000', '123029.581000', '123029.592000', '123029.595000', '123029.597000', '123029.600000', '123029.603000', '123029.605000', '123029.608000', '123029.610000', '123029.613000', '123029.615000', '123029.618000', '123029.621000', '123029.623000', '123029.626000', '123029.628000', '123029.631000', '123029.634000', '123029.636000', '123029.639000', '123029.641000', '123029.644000', '123049.526000', '123049.529000', '123049.531000', '123049.534000', '123049.537000', '123049.539000', '123049.542000', '123049.544000', '123049.547000', '123049.550000', '123049.552000', '123049.555000', '123049.558000', '123049.560000', '123049.563000', '123049.566000', '123049.568000', '123049.571000', '123049.574000', '123049.576000', '123049.579000', '123049.581000', '123049.584000', '123049.587000', '123049.589000', '123049.592000', '123049.594000', '123049.597000', '123049.600000', '123049.602000', '123049.605000', '123049.608000', '123049.610000', '123049.613000', '123049.616000', '123049.618000', '123049.621000', '123049.624000', '123049.626000', '123049.629000', '123049.631000', '123049.634000', '123049.637000', '123049.639000', '123109.525000', '123109.527000', '123109.530000', '123109.533000', '123109.535000', '123109.538000', '123109.541000', '123109.543000', '123109.546000', '123109.548000', '123109.552000', '123109.555000', '123109.558000', '123109.561000', '123109.563000', '123109.566000', '123109.568000', '123109.571000', '123109.574000', '123109.577000', '123109.580000', '123109.583000', '123109.585000', '123109.588000', '123109.591000', '123109.593000', '123109.596000', '123109.598000', '123109.601000', '123109.604000', '123109.606000', '123109.609000', '123109.611000', '123109.614000', '123109.617000', '123109.619000', '123109.622000', '123109.624000', '123109.627000', '123109.630000', '123109.633000', '123109.635000', '123109.638000', '123129.525000', '123129.528000', '123129.530000', '123129.533000', '123129.535000', '123129.538000', '123129.541000', '123129.543000', '123129.546000', '123129.549000', '123129.551000', '123129.554000', '123129.556000', '123129.559000', '123129.561000', '123129.564000', '123129.567000', '123129.569000', '123129.572000', '123129.575000', '123129.577000', '123129.580000', '123129.582000', '123129.585000', '123129.588000', '123129.590000', '123129.593000', '123129.596000', '123129.598000', '123129.601000', '123129.604000', '123129.606000', '123129.609000', '123129.612000', '123129.614000', '123129.617000', '123129.620000', '123129.622000', '123129.625000', '123129.628000', '123129.630000', '123129.633000', '123129.635000', '123129.638000', '123144.980000', '123144.983000', '123144.985000', '123144.988000', '123144.991000', '123144.993000', '123144.996000', '123144.998000', '123145.002000', '123145.005000', '123145.007000', '123145.010000', '123145.013000', '123145.015000', '123145.018000', '123145.020000', '123145.023000', '123145.025000', '123145.028000', '123145.031000', '123145.033000', '123145.036000', '123145.038000', '123145.041000', '123145.043000', '123145.046000', '123145.049000', '123145.051000', '123145.054000', '123145.056000', '123145.059000', '123145.062000', '123145.064000', '123145.075000'], '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': [7968, 8677, 7533, 8568, 8041, 8056, 8107, 7825, 8371, 8102, 7599, 6625, 8208, 7451, 7997, 8567, 7056, 7782, 7022, 7768, 6609, 7694, 6405, 7264, 7925, 6869, 7972, 6555, 7269, 8325, 6921, 7926, 7228, 8492, 7449, 8018, 6886, 7715, 8797, 7591, 8781, 6476, 8236, 9911, 7545, 8563, 6924, 8001, 9441, 7504, 7904, 7455, 8385, 8117, 8160, 8468, 7393, 8272, 8454, 7865, 8337, 7864, 8693, 7370, 8405, 8314, 7332, 7839, 6532, 7933, 8194, 8174, 7910, 7762, 8364, 6688, 8250, 8123, 7289, 7729, 6562, 8084, 8661, 7290, 8035, 6490, 8226, 9006, 7045, 8065, 6795, 7587, 8650, 7304, 7870, 6438, 8079, 8638, 7811, 7796, 7685, 8129, 6527, 8319, 8437, 7683, 7964, 6791, 8445, 7811, 7890, 8371, 7572, 7672, 8310, 7798, 7962, 7229, 7992, 6560, 7825, 8289, 7249, 7557, 6585, 7757, 7771, 7932, 8050, 6894, 7835, 6577, 8412, 10054, 7338, 7926, 7442, 8362, 8109, 7956, 8572, 7916, 7993, 6738, 8024, 7720, 7568, 8023, 7498, 7878, 6790, 8020, 9041, 7840, 8103, 7131, 7858, 6578, 7897, 8320, 7639, 8018, 7259, 7531, 6616, 8016, 7432, 7886, 7943, 7656, 7907, 6473, 7960, 8927, 7507, 7987, 7292, 7598, 7196, 8138, 6496, 8037, 8427, 7266, 8170, 6659, 8256, 6380, 8353, 8452, 8246, 7964, 6740, 8365, 9775, 7949, 7896, 7447, 8416, 7711, 8037, 8124, 7638, 8228, 7213, 8281, 9221, 8158, 7812, 6960, 8341, 9416, 7632, 7927, 7758, 8448, 7968, 8271, 8247, 8270, 7928, 7881, 8319, 7099, 8178, 8054, 7980, 7472, 7034, 8577, 8680, 8258, 8069, 7641, 7687, 6868, 8391, 8771, 7509, 8178, 6867, 8138, 6681, 6851, 7550, 8556, 7677, 8481, 7510, 8815, 9573, 8119, 8041, 7239, 8400, 7952, 8384, 8523, 8778, 8362, 9573, 8661, 8976, 8995, 8556, 9665, 8653, 8251, 8473, 8721, 7885, 8330, 9638, 8361, 8626, 7420, 8472, 8699, 8354, 8374, 8292, 7640, 8147, 8902, 6668, 8602, 7060, 7862, 7059, 7841, 7195, 8331, 8407, 7929, 8581, 9415, 7740, 7980, 7734, 8268, 9628, 7898, 7881, 6753, 8340, 8775, 7732, 8625, 8141, 8211, 8959, 8184, 8898, 7386, 8540, 7428, 8437, 8975, 8357, 8652, 8608, 8187, 6593, 8205, 8011, 7488, 8550, 9011, 7707, 7772, 7131, 8447, 8925, 7481, 7962, 7032, 8451, 8803, 7663, 8161, 7139, 8593, 7990, 8297, 8490, 7864, 8357, 7371, 8081, 8314, 7787, 8085, 6612, 8620, 9060, 7494, 7868, 7659, 7713, 6503, 7704, 8395, 7276, 7707, 6941, 8242, 6536, 7931, 8333, 7492, 8231, 6357, 7638, 8114, 7210, 7731, 6500, 7732, 8829, 7408, 7891, 6683, 7646, 8996, 7280, 7785, 6718, 7802, 6542, 7607, 8759, 7379, 8119, 6630, 8014, 9471, 7716, 8618, 6619, 8101, 8942, 7567, 8431, 7210, 7822, 6668, 7496, 9085, 7187, 8214, 6625, 7855, 6917, 7769, 8698, 7226, 8185, 6877, 7646, 8937, 7868, 8495, 6543, 8193, 9112, 8145, 9133, 7316, 8150, 6764, 8457, 6561, 8336, 9174, 8017, 8166, 7540, 8303, 10305, 8040, 8110, 6844, 8074, 9023, 7384, 8412, 6719, 7660, 8770, 7538, 8054, 6631, 8325, 7784, 7841, 8368, 7715, 7923, 7020, 8566, 8713, 8344, 8360, 7486, 8444, 9403, 7771, 8681, 8014, 8419, 7768, 7991, 6771, 8283, 8813, 7891, 8869, 7449, 8266, 8700, 7256, 8973, 7621, 6353, 7972, 7944, 7332, 8002, 9490, 7841, 8371, 7175, 8305, 8655, 8063, 7392, 7809, 8268, 6654, 8320, 8943, 8050, 9058, 7452, 8407, 6645, 8249, 8656, 8077, 8751, 7903, 8655, 9077, 8621, 9790, 7552, 8138, 6738, 8689, 9097, 8009, 7925, 6990, 8371, 9092, 7870, 8151, 8132, 8148, 7832, 8355, 7990, 8813, 9583, 7995, 8217, 7344, 8332, 8623, 8291, 7672, 8046, 8209, 6706, 8196, 9436, 8173, 8267, 7915, 7774, 6736, 8510, 8776, 8357, 7562, 8138, 8087, 8565, 6634, 8679, 9164, 8170, 8868, 6756, 8685, 8372, 7928, 8418, 8545, 8058, 9636, 7636, 8330, 8064, 8408, 8612, 7704, 7949, 7300, 8667, 8377, 8443, 8656, 8219, 8352, 8116, 7233, 8586, 8565, 7777, 8152, 6522, 8180, 8594, 8495, 8957, 7265, 8433, 8280, 8366, 8559, 8744, 7922, 8401, 7495, 8791, 9043, 7624, 8688, 7166, 8376, 8535, 8033, 8469, 7422, 8236, 8179, 7231, 8277, 8951, 8149, 8105, 7191, 8542, 9067, 7628, 8037, 7233, 8366, 8835, 7349, 8269, 7481, 8161, 7418, 8023, 8195, 6772, 8260, 10057, 7558, 8340, 7129, 7936, 9151, 7750, 8367, 9274, 7502, 8110, 7041, 8314, 9220, 7902, 8597, 7905, 8073, 8504, 7319, 8026, 8720, 7731, 8233, 6603, 8278, 8278, 8065, 8360, 9440, 7753, 8149, 7122, 8689, 8036, 8345, 8203, 6662, 8320, 8201, 7496, 8146, 6946, 8221, 8551, 8015, 8250, 7230, 8290, 9555, 7654, 8161, 7283, 8152, 10036, 7394, 8367, 6680, 8528, 9270, 7863, 8501, 6751, 8430, 9124, 7903, 8306, 8314, 7873, 8566, 7067, 8414, 8513, 7551, 8485, 6595, 7941, 8265, 7969, 8468, 8089, 7809, 8046, 7569, 8236, 8359, 7806, 8073, 7327, 8120, 8808, 7483, 8230, 6769, 8123, 8733, 7412, 8281, 6569, 7721, 8894, 7236, 8712, 6562, 7979, 8618, 7597, 7859, 6596, 8006, 8270, 7626, 7400, 6616, 8003, 8210, 7250, 8024, 6715, 8266, 8812, 7433, 7908, 9026, 7684, 8495, 6934, 8241, 9114, 8060, 8053, 7127, 8136, 8164, 7671, 8048, 6743, 8439, 8754, 8009, 8449, 7409, 8485, 9741, 7854, 8266, 7442, 8519, 9964, 8103, 8670, 6770, 8599, 8955, 8284, 8100, 6887, 8445, 8255, 8045, 8336, 7523, 8614, 9321, 7924, 8233, 7795, 8636, 9339, 7638, 8578, 7185, 8580, 8700, 7637, 8364, 6995, 8480, 9084, 7684, 8373, 7227, 8469, 8854, 7902, 8395, 7158, 8287, 9031, 7815, 8172, 6832, 8194, 8320, 7857, 8332, 7427, 8280, 8310, 8021, 8554, 7979, 8581, 7428, 7779, 8908, 7801, 8378, 6580, 8030, 8643, 8040, 8091, 6979, 8197, 8714, 8213, 8070, 6907, 8113, 8196, 8177, 8569, 7084, 7943, 8254, 7976, 8453, 6477, 8141, 6351, 8003, 8441, 6876, 8102, 8486, 7611, 8228, 7414, 7962, 8692, 7619, 8228, 7997, 8092, 7699, 7388, 8043, 7268, 8401, 6655, 8504, 8048, 7514, 8449, 6862, 7897, 8836, 7781, 8362, 7879, 7769, 8655, 7738, 8569, 6934, 8108, 8943, 7855, 8521, 9276, 7757, 8276, 7191, 8183, 6825, 8025, 8467, 7610, 8111, 8168, 7880, 8022, 7289, 8187, 7989, 7692, 6616, 8204, 8541, 7883, 8786, 9725, 7941, 7920, 8091, 8897, 7580, 9458, 7370, 9921, 7561, 9011, 6592, 8008, 8522, 6852, 8217, 8620, 7814, 8968, 9193, 8247, 8036, 7803, 8882, 9843, 9187, 8038, 8772, 8928, 10088, 8935, 8743, 8968, 8153, 8286, 8523, 9440, 8698, 7807, 8169, 8338, 7240, 8348, 8556, 8556, 7936, 8392, 7539, 8015, 8703, 8663, 8200, 8127, 8831, 7622, 7219, 8493, 7140, 7543, 6860, 7244, 8192, 7955, 8172, 8417, 8630, 8991, 9589, 8612, 9502, 8761, 8312, 7087, 8219, 8387, 8338, 7943, 7592, 8367, 6884, 8151, 8317, 8076, 7793, 7160, 8286, 9452, 7873, 8050, 7020, 8404, 8822, 7669, 8363, 6926, 8271, 8088, 8187, 8374, 6644, 7907, 8253, 7639, 8057, 7332, 8364, 8718, 7777, 8185, 7861, 6488, 8310, 8030, 6671, 8542, 9707, 8016, 8139, 6856, 8105, 8196, 7685, 7524, 6622, 8184, 8616, 7461, 7822, 7044, 8097, 9380, 7648, 8051, 7243], 'WindowCenter': [4103.0, 4096.0, 4059.0, 4068.0, 4042.0, 4043.0, 4041.0, 4042.0, 4041.0, 4040.0, 4038.0, 4018.0, 4040.0, 4029.0, 4041.0, 4049.0, 4031.0, 4040.0, 4031.0, 4042.0, 4032.0, 4054.0, 4022.0, 4045.0, 4052.0, 4034.0, 4055.0, 4033.0, 4046.0, 4066.0, 4046.0, 4055.0, 4057.0, 4065.0, 4055.0, 4069.0, 4044.0, 4056.0, 4067.0, 4055.0, 4067.0, 4023.0, 4066.0, 4074.0, 4044.0, 4054.0, 4029.0, 4044.0, 4060.0, 4031.0, 4041.0, 4029.0, 4052.0, 4039.0, 4051.0, 4051.0, 4030.0, 4053.0, 4037.0, 4041.0, 4038.0, 4040.0, 4051.0, 4029.0, 4052.0, 4052.0, 4041.0, 4041.0, 4021.0, 4054.0, 4051.0, 4052.0, 4039.0, 4042.0, 4052.0, 4032.0, 4053.0, 4041.0, 4042.0, 4041.0, 4032.0, 4052.0, 4053.0, 4031.0, 4041.0, 4020.0, 4052.0, 4050.0, 4031.0, 4041.0, 4018.0, 4042.0, 4051.0, 4042.0, 4041.0, 4010.0, 4042.0, 4050.0, 4042.0, 4040.0, 4041.0, 4044.0, 4011.0, 4053.0, 4050.0, 4042.0, 4042.0, 4022.0, 4054.0, 4041.0, 4053.0, 4051.0, 4042.0, 4043.0, 4040.0, 4041.0, 4041.0, 4042.0, 4053.0, 4030.0, 4054.0, 4052.0, 4042.0, 4055.0, 4034.0, 4054.0, 4053.0, 4055.0, 4054.0, 4043.0, 4054.0, 4033.0, 4055.0, 4073.0, 4043.0, 4043.0, 4042.0, 4055.0, 4042.0, 4054.0, 4052.0, 4039.0, 4041.0, 4022.0, 4053.0, 4039.0, 4042.0, 4042.0, 4043.0, 4043.0, 4021.0, 4052.0, 4051.0, 4043.0, 4041.0, 4031.0, 4041.0, 4019.0, 4043.0, 4049.0, 4043.0, 4042.0, 4043.0, 4043.0, 4030.0, 4054.0, 4042.0, 4054.0, 4042.0, 4043.0, 4054.0, 4021.0, 4054.0, 4062.0, 4032.0, 4043.0, 4033.0, 4042.0, 4032.0, 4054.0, 4022.0, 4054.0, 4053.0, 4043.0, 4052.0, 4021.0, 4053.0, 4023.0, 4065.0, 4053.0, 4052.0, 4053.0, 4020.0, 4053.0, 4072.0, 4042.0, 4042.0, 4031.0, 4051.0, 4041.0, 4042.0, 4041.0, 4040.0, 4041.0, 4027.0, 4051.0, 4049.0, 4038.0, 4030.0, 4019.0, 4050.0, 4047.0, 4029.0, 4038.0, 4028.0, 4039.0, 4028.0, 4041.0, 4038.0, 4051.0, 4039.0, 4041.0, 4052.0, 4019.0, 4049.0, 4040.0, 4040.0, 4030.0, 4028.0, 4052.0, 4051.0, 4050.0, 4040.0, 4038.0, 4041.0, 4019.0, 4053.0, 4051.0, 4032.0, 4064.0, 4033.0, 4053.0, 4023.0, 4022.0, 4045.0, 4064.0, 4055.0, 4063.0, 4057.0, 4093.0, 4087.0, 4067.0, 4065.0, 4043.0, 4066.0, 4053.0, 4053.0, 4064.0, 4051.0, 4051.0, 4061.0, 4049.0, 4051.0, 4036.0, 4038.0, 4034.0, 4024.0, 4023.0, 4023.0, 4023.0, 4011.0, 4012.0, 4021.0, 4010.0, 4011.0, 3999.0, 4020.0, 4011.0, 4022.0, 4021.0, 4023.0, 4012.0, 4014.0, 4035.0, 4005.0, 4037.0, 4016.0, 4027.0, 4017.0, 4039.0, 4019.0, 4053.0, 4039.0, 4040.0, 4050.0, 4047.0, 4030.0, 4040.0, 4028.0, 4051.0, 4049.0, 4040.0, 4039.0, 4007.0, 4041.0, 4049.0, 4028.0, 4050.0, 4027.0, 4039.0, 4039.0, 4038.0, 4048.0, 4017.0, 4039.0, 4016.0, 4040.0, 4046.0, 4038.0, 4038.0, 4036.0, 4038.0, 4017.0, 4049.0, 4040.0, 4028.0, 4049.0, 4048.0, 4028.0, 4028.0, 4017.0, 4051.0, 4048.0, 4028.0, 4039.0, 4016.0, 4039.0, 4047.0, 4027.0, 4037.0, 4015.0, 4050.0, 4028.0, 4039.0, 4039.0, 4039.0, 4039.0, 4027.0, 4040.0, 4037.0, 4029.0, 4038.0, 4019.0, 4053.0, 4049.0, 4031.0, 4040.0, 4040.0, 4038.0, 4020.0, 4043.0, 4051.0, 4042.0, 4039.0, 4044.0, 4066.0, 4020.0, 4055.0, 4051.0, 4043.0, 4064.0, 4022.0, 4054.0, 4042.0, 4043.0, 4043.0, 4021.0, 4054.0, 4061.0, 4042.0, 4052.0, 4032.0, 4054.0, 4063.0, 4045.0, 4042.0, 4033.0, 4054.0, 4021.0, 4055.0, 4062.0, 4043.0, 4054.0, 4032.0, 4054.0, 4062.0, 4039.0, 4052.0, 4020.0, 4052.0, 4062.0, 4042.0, 4053.0, 4043.0, 4054.0, 4034.0, 4045.0, 4063.0, 4045.0, 4054.0, 4033.0, 4053.0, 4033.0, 4054.0, 4064.0, 4044.0, 4054.0, 4033.0, 4045.0, 4063.0, 4053.0, 4050.0, 4020.0, 4052.0, 4051.0, 4042.0, 4060.0, 4041.0, 4043.0, 4021.0, 4052.0, 4021.0, 4053.0, 4062.0, 4051.0, 4052.0, 4030.0, 4040.0, 4059.0, 4040.0, 4041.0, 4019.0, 4039.0, 4050.0, 4029.0, 4040.0, 4018.0, 4039.0, 4049.0, 4040.0, 4039.0, 4019.0, 4053.0, 4040.0, 4042.0, 4040.0, 4041.0, 4040.0, 4020.0, 4050.0, 4048.0, 4040.0, 4039.0, 4019.0, 4041.0, 4048.0, 4028.0, 4040.0, 4039.0, 4039.0, 4040.0, 4039.0, 4019.0, 4052.0, 4047.0, 4040.0, 4050.0, 4030.0, 4052.0, 4036.0, 4029.0, 4049.0, 4042.0, 4020.0, 4054.0, 4053.0, 4043.0, 4053.0, 4072.0, 4052.0, 4053.0, 4032.0, 4053.0, 4051.0, 4043.0, 4032.0, 4042.0, 4052.0, 4020.0, 4052.0, 4060.0, 4053.0, 4063.0, 4042.0, 4051.0, 4020.0, 4042.0, 4050.0, 4042.0, 4049.0, 4040.0, 4050.0, 4050.0, 4051.0, 4059.0, 4029.0, 4039.0, 4018.0, 4050.0, 4048.0, 4039.0, 4039.0, 4017.0, 4041.0, 4048.0, 4039.0, 4028.0, 4038.0, 4039.0, 4040.0, 4051.0, 4041.0, 4063.0, 4060.0, 4042.0, 4040.0, 4018.0, 4039.0, 4036.0, 4039.0, 4028.0, 4040.0, 4039.0, 4018.0, 4040.0, 4050.0, 4041.0, 4039.0, 4040.0, 4040.0, 4018.0, 4053.0, 4050.0, 4052.0, 4041.0, 4050.0, 4051.0, 4062.0, 4033.0, 4064.0, 4065.0, 4053.0, 4063.0, 4019.0, 4049.0, 4039.0, 4038.0, 4040.0, 4038.0, 4040.0, 4047.0, 4029.0, 4040.0, 4026.0, 4039.0, 4036.0, 4028.0, 4037.0, 4016.0, 4050.0, 4037.0, 4036.0, 4038.0, 4037.0, 4038.0, 4024.0, 4015.0, 4038.0, 4037.0, 4028.0, 4028.0, 4006.0, 4039.0, 4037.0, 4038.0, 4049.0, 4016.0, 4039.0, 4037.0, 4036.0, 4039.0, 4036.0, 4026.0, 4037.0, 4014.0, 4039.0, 4036.0, 4027.0, 4038.0, 4017.0, 4038.0, 4036.0, 4025.0, 4038.0, 4015.0, 4036.0, 4035.0, 4016.0, 4040.0, 4037.0, 4036.0, 4028.0, 4016.0, 4039.0, 4037.0, 4053.0, 4040.0, 4027.0, 4051.0, 4048.0, 4031.0, 4049.0, 4031.0, 4053.0, 4029.0, 4051.0, 4052.0, 4021.0, 4053.0, 4060.0, 4040.0, 4051.0, 4018.0, 4039.0, 4060.0, 4040.0, 4051.0, 4049.0, 4028.0, 4040.0, 4018.0, 4050.0, 4049.0, 4039.0, 4050.0, 4027.0, 4038.0, 4038.0, 4017.0, 4041.0, 4039.0, 4028.0, 4040.0, 4018.0, 4040.0, 4039.0, 4039.0, 4040.0, 4048.0, 4029.0, 4039.0, 4016.0, 4049.0, 4038.0, 4038.0, 4039.0, 4019.0, 4040.0, 4039.0, 4030.0, 4039.0, 4018.0, 4052.0, 4049.0, 4040.0, 4039.0, 4030.0, 4041.0, 4059.0, 4028.0, 4039.0, 4027.0, 4040.0, 4059.0, 4029.0, 4039.0, 4006.0, 4048.0, 4046.0, 4027.0, 4039.0, 4006.0, 4039.0, 4047.0, 4027.0, 4040.0, 4036.0, 4038.0, 4038.0, 4017.0, 4038.0, 4036.0, 4029.0, 4039.0, 4007.0, 4039.0, 4037.0, 4038.0, 4040.0, 4027.0, 4041.0, 4040.0, 4029.0, 4051.0, 4038.0, 4040.0, 4041.0, 4030.0, 4051.0, 4050.0, 4030.0, 4049.0, 4018.0, 4043.0, 4051.0, 4031.0, 4052.0, 4020.0, 4042.0, 4049.0, 4041.0, 4052.0, 4020.0, 4052.0, 4048.0, 4040.0, 4042.0, 4020.0, 4053.0, 4051.0, 4041.0, 4031.0, 4031.0, 4052.0, 4051.0, 4041.0, 4041.0, 4019.0, 4054.0, 4061.0, 4030.0, 4052.0, 4049.0, 4042.0, 4051.0, 4030.0, 4053.0, 4050.0, 4041.0, 4040.0, 4029.0, 4041.0, 4038.0, 4040.0, 4039.0, 4018.0, 4051.0, 4050.0, 4040.0, 4050.0, 4029.0, 4050.0, 4059.0, 4039.0, 4040.0, 4028.0, 4050.0, 4058.0, 4040.0, 4039.0, 4006.0, 4039.0, 4047.0, 4039.0, 4039.0, 4017.0, 4039.0, 4038.0, 4039.0, 4040.0, 4027.0, 4051.0, 4049.0, 4040.0, 4037.0, 4028.0, 4051.0, 4047.0, 4029.0, 4038.0, 4016.0, 4039.0, 4035.0, 4028.0, 4038.0, 4017.0, 4049.0, 4048.0, 4028.0, 4038.0, 4028.0, 4040.0, 4047.0, 4039.0, 4039.0, 4018.0, 4040.0, 4047.0, 4038.0, 4039.0, 4018.0, 4052.0, 4039.0, 4040.0, 4048.0, 4029.0, 4050.0, 4038.0, 4041.0, 4050.0, 4038.0, 4052.0, 4030.0, 4040.0, 4049.0, 4041.0, 4051.0, 4019.0, 4041.0, 4049.0, 4040.0, 4041.0, 4018.0, 4052.0, 4049.0, 4038.0, 4040.0, 4017.0, 4040.0, 4037.0, 4038.0, 4050.0, 4018.0, 4039.0, 4036.0, 4039.0, 4039.0, 4007.0, 4041.0, 4008.0, 4041.0, 4050.0, 4019.0, 4042.0, 4051.0, 4041.0, 4050.0, 4041.0, 4052.0, 4050.0, 4043.0, 4052.0, 4052.0, 4054.0, 4041.0, 4042.0, 4042.0, 4043.0, 4053.0, 4032.0, 4064.0, 4054.0, 4040.0, 4053.0, 4020.0, 4053.0, 4061.0, 4041.0, 4053.0, 4050.0, 4043.0, 4050.0, 4041.0, 4052.0, 4029.0, 4040.0, 4051.0, 4039.0, 4050.0, 4048.0, 4026.0, 4039.0, 4017.0, 4040.0, 4018.0, 4042.0, 4049.0, 4040.0, 4041.0, 4047.0, 4041.0, 4041.0, 4030.0, 4051.0, 4039.0, 4042.0, 4030.0, 4065.0, 4064.0, 4054.0, 4063.0, 4060.0, 4052.0, 4042.0, 4040.0, 4062.0, 4053.0, 4074.0, 4043.0, 4073.0, 4055.0, 4065.0, 4019.0, 4040.0, 4051.0, 4018.0, 4051.0, 4048.0, 4039.0, 4062.0, 4059.0, 4050.0, 4038.0, 4028.0, 4049.0, 4055.0, 4047.0, 4027.0, 4023.0, 4035.0, 4031.0, 4022.0, 4008.0, 4020.0, 4010.0, 4007.0, 4021.0, 4019.0, 4021.0, 3999.0, 4009.0, 4009.0, 3997.0, 4021.0, 4009.0, 4021.0, 4010.0, 4020.0, 4013.0, 4012.0, 4035.0, 4024.0, 4025.0, 4026.0, 4048.0, 4026.0, 4015.0, 4046.0, 4015.0, 4041.0, 4020.0, 4042.0, 4063.0, 4053.0, 4067.0, 4065.0, 4067.0, 4077.0, 4064.0, 4053.0, 4060.0, 4039.0, 4039.0, 4017.0, 4039.0, 4036.0, 4039.0, 4029.0, 4028.0, 4039.0, 4017.0, 4039.0, 4039.0, 4038.0, 4028.0, 4018.0, 4051.0, 4059.0, 4039.0, 4040.0, 4016.0, 4040.0, 4048.0, 4029.0, 4039.0, 4017.0, 4039.0, 4026.0, 4038.0, 4040.0, 4008.0, 4041.0, 4038.0, 4030.0, 4040.0, 4029.0, 4051.0, 4050.0, 4030.0, 4039.0, 4040.0, 4020.0, 4053.0, 4053.0, 4020.0, 4052.0, 4060.0, 4042.0, 4041.0, 4021.0, 4042.0, 4040.0, 4040.0, 4041.0, 4018.0, 4053.0, 4051.0, 4041.0, 4042.0, 4030.0, 4054.0, 4074.0, 4043.0, 4042.0, 4030.0], 'WindowWidth': [9146.0, 9122.0, 9057.0, 9065.0, 9021.0, 9024.0, 9015.0, 9018.0, 9015.0, 9015.0, 9011.0, 8983.0, 9014.0, 8998.0, 9016.0, 9025.0, 9006.0, 9015.0, 9005.0, 9020.0, 9008.0, 9040.0, 8995.0, 9029.0, 9035.0, 9014.0, 9042.0, 9012.0, 9033.0, 9058.0, 9032.0, 9041.0, 9048.0, 9058.0, 9048.0, 9069.0, 9029.0, 9048.0, 9062.0, 9046.0, 9061.0, 8998.0, 9059.0, 9064.0, 9025.0, 9039.0, 9000.0, 9023.0, 9041.0, 9003.0, 9016.0, 8999.0, 9031.0, 9011.0, 9031.0, 9030.0, 9002.0, 9034.0, 9007.0, 9017.0, 9011.0, 9015.0, 9031.0, 8998.0, 9032.0, 9032.0, 9018.0, 9017.0, 8991.0, 9038.0, 9031.0, 9035.0, 9015.0, 9019.0, 9035.0, 9008.0, 9038.0, 9017.0, 9020.0, 9020.0, 9006.0, 9036.0, 9035.0, 9004.0, 9020.0, 8988.0, 9034.0, 9027.0, 9004.0, 9018.0, 8984.0, 9019.0, 9030.0, 9020.0, 9018.0, 8974.0, 9020.0, 9027.0, 9019.0, 9015.0, 9018.0, 9024.0, 8977.0, 9035.0, 9030.0, 9021.0, 9020.0, 8992.0, 9038.0, 9017.0, 9035.0, 9030.0, 9019.0, 9022.0, 9014.0, 9017.0, 9017.0, 9021.0, 9036.0, 9004.0, 9040.0, 9035.0, 9025.0, 9041.0, 9014.0, 9041.0, 9038.0, 9045.0, 9040.0, 9024.0, 9041.0, 9010.0, 9043.0, 9063.0, 9023.0, 9022.0, 9021.0, 9040.0, 9020.0, 9038.0, 9033.0, 9013.0, 9017.0, 8994.0, 9038.0, 9014.0, 9022.0, 9021.0, 9022.0, 9024.0, 8992.0, 9035.0, 9029.0, 9020.0, 9017.0, 9006.0, 9018.0, 8986.0, 9023.0, 9026.0, 9024.0, 9020.0, 9023.0, 9022.0, 9002.0, 9039.0, 9022.0, 9040.0, 9022.0, 9022.0, 9038.0, 8993.0, 9039.0, 9047.0, 9008.0, 9023.0, 9007.0, 9019.0, 9008.0, 9039.0, 8995.0, 9042.0, 9037.0, 9022.0, 9035.0, 8992.0, 9036.0, 8999.0, 9057.0, 9037.0, 9034.0, 9037.0, 8988.0, 9036.0, 9059.0, 9019.0, 9019.0, 9003.0, 9031.0, 9016.0, 9019.0, 9016.0, 9015.0, 9018.0, 8993.0, 9030.0, 9024.0, 9009.0, 9001.0, 8983.0, 9028.0, 9018.0, 8996.0, 9009.0, 8995.0, 9012.0, 8994.0, 9015.0, 9008.0, 9029.0, 9011.0, 9015.0, 9033.0, 8984.0, 9024.0, 9013.0, 9011.0, 9001.0, 8996.0, 9033.0, 9030.0, 9029.0, 9014.0, 9010.0, 9018.0, 8987.0, 9037.0, 9030.0, 9006.0, 9055.0, 9012.0, 9036.0, 8996.0, 8993.0, 9025.0, 9054.0, 9043.0, 9053.0, 9053.0, 9110.0, 9091.0, 9063.0, 9060.0, 9024.0, 9059.0, 9038.0, 9037.0, 9052.0, 9030.0, 9031.0, 9043.0, 9023.0, 9028.0, 9000.0, 9005.0, 8994.0, 8980.0, 8977.0, 8975.0, 8978.0, 8956.0, 8960.0, 8969.0, 8953.0, 8957.0, 8938.0, 8970.0, 8955.0, 8974.0, 8973.0, 8977.0, 8964.0, 8968.0, 8998.0, 8958.0, 9003.0, 8975.0, 8990.0, 8978.0, 9008.0, 8983.0, 9035.0, 9012.0, 9014.0, 9027.0, 9018.0, 9000.0, 9013.0, 8994.0, 9029.0, 9022.0, 9011.0, 9010.0, 8964.0, 9014.0, 9024.0, 8994.0, 9027.0, 8990.0, 9009.0, 9007.0, 9006.0, 9021.0, 8976.0, 9005.0, 8973.0, 9011.0, 9016.0, 9005.0, 9007.0, 8999.0, 9006.0, 8978.0, 9025.0, 9013.0, 8993.0, 9025.0, 9020.0, 8995.0, 8995.0, 8979.0, 9029.0, 9020.0, 8995.0, 9010.0, 8975.0, 9010.0, 9018.0, 8991.0, 9004.0, 8974.0, 9025.0, 8993.0, 9009.0, 9009.0, 9008.0, 9011.0, 8992.0, 9013.0, 9004.0, 8998.0, 9008.0, 8985.0, 9035.0, 9025.0, 9003.0, 9015.0, 9015.0, 9011.0, 8989.0, 9023.0, 9029.0, 9022.0, 9015.0, 9027.0, 9058.0, 8993.0, 9044.0, 9034.0, 9026.0, 9054.0, 8994.0, 9039.0, 9022.0, 9023.0, 9024.0, 8992.0, 9039.0, 9046.0, 9022.0, 9036.0, 9011.0, 9042.0, 9049.0, 9029.0, 9021.0, 9013.0, 9041.0, 8992.0, 9042.0, 9049.0, 9024.0, 9039.0, 9007.0, 9039.0, 9046.0, 9015.0, 9034.0, 8988.0, 9035.0, 9046.0, 9020.0, 9036.0, 9026.0, 9042.0, 9014.0, 9029.0, 9050.0, 9029.0, 9039.0, 9009.0, 9038.0, 9011.0, 9042.0, 9053.0, 9027.0, 9041.0, 9009.0, 9029.0, 9049.0, 9035.0, 9030.0, 8988.0, 9033.0, 9027.0, 9019.0, 9042.0, 9019.0, 9021.0, 8990.0, 9032.0, 8990.0, 9037.0, 9046.0, 9031.0, 9032.0, 9000.0, 9013.0, 9038.0, 9012.0, 9016.0, 8982.0, 9011.0, 9024.0, 8998.0, 9014.0, 8981.0, 9011.0, 9024.0, 9014.0, 9012.0, 8986.0, 9034.0, 9014.0, 9020.0, 9015.0, 9015.0, 9013.0, 8985.0, 9027.0, 9022.0, 9014.0, 9011.0, 8982.0, 9014.0, 9020.0, 8994.0, 9010.0, 9009.0, 9009.0, 9014.0, 9012.0, 8985.0, 9031.0, 9020.0, 9014.0, 9025.0, 8999.0, 9033.0, 9002.0, 8995.0, 9023.0, 9020.0, 8989.0, 9039.0, 9037.0, 9021.0, 9037.0, 9059.0, 9032.0, 9036.0, 9006.0, 9035.0, 9029.0, 9020.0, 9005.0, 9021.0, 9034.0, 8988.0, 9033.0, 9041.0, 9035.0, 9048.0, 9020.0, 9031.0, 8987.0, 9018.0, 9026.0, 9018.0, 9025.0, 9014.0, 9029.0, 9024.0, 9028.0, 9035.0, 8997.0, 9011.0, 8980.0, 9026.0, 9020.0, 9010.0, 9010.0, 8977.0, 9015.0, 9020.0, 9009.0, 8993.0, 9007.0, 9010.0, 9014.0, 9030.0, 9018.0, 9050.0, 9041.0, 9017.0, 9012.0, 8978.0, 9008.0, 9001.0, 9008.0, 8994.0, 9014.0, 9012.0, 8983.0, 9015.0, 9026.0, 9015.0, 9011.0, 9012.0, 9014.0, 8982.0, 9034.0, 9028.0, 9033.0, 9015.0, 9029.0, 9031.0, 9047.0, 9010.0, 9056.0, 9055.0, 9034.0, 9047.0, 8984.0, 9025.0, 9010.0, 9006.0, 9013.0, 9006.0, 9012.0, 9017.0, 8995.0, 9013.0, 8988.0, 9008.0, 9002.0, 8994.0, 9005.0, 8976.0, 9024.0, 9002.0, 9001.0, 9006.0, 9002.0, 9004.0, 8983.0, 8972.0, 9005.0, 9001.0, 8992.0, 8992.0, 8962.0, 9009.0, 9002.0, 9005.0, 9021.0, 8974.0, 9008.0, 9003.0, 9001.0, 9008.0, 8999.0, 8987.0, 9003.0, 8969.0, 9007.0, 8998.0, 8988.0, 9005.0, 8975.0, 9005.0, 9000.0, 8985.0, 9005.0, 8970.0, 9000.0, 8998.0, 8972.0, 9012.0, 9003.0, 9001.0, 8993.0, 8973.0, 9008.0, 9002.0, 9039.0, 9014.0, 8995.0, 9029.0, 9020.0, 9002.0, 9025.0, 9004.0, 9037.0, 8999.0, 9030.0, 9032.0, 8989.0, 9036.0, 9041.0, 9013.0, 9030.0, 8981.0, 9011.0, 9040.0, 9013.0, 9030.0, 9022.0, 8994.0, 9013.0, 8982.0, 9026.0, 9022.0, 9009.0, 9024.0, 8991.0, 9007.0, 9006.0, 8978.0, 9014.0, 9009.0, 8995.0, 9012.0, 8981.0, 9014.0, 9009.0, 9008.0, 9012.0, 9018.0, 8995.0, 9009.0, 8975.0, 9023.0, 9008.0, 9008.0, 9011.0, 8983.0, 9014.0, 9010.0, 9001.0, 9011.0, 8983.0, 9032.0, 9024.0, 9014.0, 9011.0, 8998.0, 9015.0, 9036.0, 8995.0, 9011.0, 8992.0, 9014.0, 9035.0, 8996.0, 9009.0, 8962.0, 9022.0, 9015.0, 8989.0, 9009.0, 8963.0, 9009.0, 9016.0, 8991.0, 9012.0, 9001.0, 9007.0, 9006.0, 8978.0, 9008.0, 9001.0, 8997.0, 9010.0, 8963.0, 9011.0, 9005.0, 9007.0, 9011.0, 8992.0, 9014.0, 9011.0, 8997.0, 9029.0, 9008.0, 9014.0, 9016.0, 8999.0, 9032.0, 9026.0, 9000.0, 9025.0, 8983.0, 9020.0, 9028.0, 9002.0, 9031.0, 8986.0, 9019.0, 9025.0, 9017.0, 9034.0, 8989.0, 9034.0, 9022.0, 9015.0, 9021.0, 8987.0, 9034.0, 9030.0, 9015.0, 9003.0, 9003.0, 9036.0, 9031.0, 9017.0, 9018.0, 8986.0, 9038.0, 9043.0, 9001.0, 9033.0, 9025.0, 9018.0, 9030.0, 9000.0, 9034.0, 9026.0, 9015.0, 9015.0, 8998.0, 9017.0, 9010.0, 9013.0, 9012.0, 8983.0, 9031.0, 9026.0, 9015.0, 9027.0, 8998.0, 9028.0, 9037.0, 9011.0, 9013.0, 8993.0, 9025.0, 9033.0, 9011.0, 9010.0, 8961.0, 9009.0, 9018.0, 9008.0, 9009.0, 8979.0, 9011.0, 9006.0, 9011.0, 9013.0, 8991.0, 9029.0, 9022.0, 9010.0, 9006.0, 8995.0, 9028.0, 9018.0, 8995.0, 9007.0, 8975.0, 9009.0, 8999.0, 8993.0, 9007.0, 8976.0, 9024.0, 9019.0, 8995.0, 9010.0, 8995.0, 9015.0, 9018.0, 9012.0, 9012.0, 8980.0, 9014.0, 9019.0, 9009.0, 9010.0, 8983.0, 9031.0, 9010.0, 9014.0, 9022.0, 8999.0, 9029.0, 9009.0, 9015.0, 9027.0, 9011.0, 9033.0, 9001.0, 9016.0, 9026.0, 9017.0, 9030.0, 8986.0, 9018.0, 9025.0, 9014.0, 9018.0, 8981.0, 9030.0, 9022.0, 9009.0, 9012.0, 8979.0, 9012.0, 9006.0, 9006.0, 9026.0, 8980.0, 9012.0, 9005.0, 9011.0, 9011.0, 8966.0, 9014.0, 8970.0, 9017.0, 9028.0, 8986.0, 9021.0, 9030.0, 9018.0, 9029.0, 9017.0, 9034.0, 9029.0, 9022.0, 9032.0, 9035.0, 9040.0, 9018.0, 9021.0, 9022.0, 9021.0, 9036.0, 9008.0, 9053.0, 9038.0, 9017.0, 9037.0, 8988.0, 9037.0, 9045.0, 9018.0, 9037.0, 9028.0, 9022.0, 9029.0, 9019.0, 9036.0, 9000.0, 9015.0, 9029.0, 9009.0, 9026.0, 9020.0, 8991.0, 9010.0, 8980.0, 9014.0, 8982.0, 9018.0, 9025.0, 9014.0, 9019.0, 9021.0, 9018.0, 9018.0, 9002.0, 9031.0, 9012.0, 9018.0, 9003.0, 9056.0, 9054.0, 9040.0, 9050.0, 9040.0, 9034.0, 9022.0, 9015.0, 9049.0, 9037.0, 9066.0, 9026.0, 9064.0, 9041.0, 9055.0, 8984.0, 9014.0, 9028.0, 8981.0, 9029.0, 9024.0, 9015.0, 9047.0, 9038.0, 9027.0, 9009.0, 8993.0, 9024.0, 9026.0, 9017.0, 8988.0, 8977.0, 8994.0, 8983.0, 8973.0, 8951.0, 8966.0, 8954.0, 8946.0, 8970.0, 8964.0, 8969.0, 8940.0, 8951.0, 8952.0, 8933.0, 8972.0, 8952.0, 8971.0, 8956.0, 8971.0, 8964.0, 8962.0, 8998.0, 8981.0, 8984.0, 8988.0, 9020.0, 8988.0, 8972.0, 9017.0, 8973.0, 9015.0, 8988.0, 9020.0, 9050.0, 9038.0, 9064.0, 9056.0, 9062.0, 9074.0, 9050.0, 9035.0, 9037.0, 9009.0, 9010.0, 8977.0, 9009.0, 9002.0, 9009.0, 8994.0, 8991.0, 9010.0, 8978.0, 9011.0, 9008.0, 9006.0, 8993.0, 8982.0, 9030.0, 9037.0, 9010.0, 9012.0, 8974.0, 9011.0, 9020.0, 8994.0, 9010.0, 8977.0, 9010.0, 8988.0, 9006.0, 9011.0, 8965.0, 9013.0, 9007.0, 8999.0, 9012.0, 8996.0, 9028.0, 9027.0, 8997.0, 9009.0, 9013.0, 8988.0, 9037.0, 9036.0, 8988.0, 9032.0, 9039.0, 9018.0, 9016.0, 8989.0, 9019.0, 9013.0, 9014.0, 9017.0, 8985.0, 9037.0, 9030.0, 9018.0, 9020.0, 9003.0, 9039.0, 9066.0, 9022.0, 9019.0, 9002.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.0006841015992474131</td></tr>
<tr><td colspan=3>aqi</td><td>0.017913869802445907</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.32012335991524</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2056054972410541</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010703302363465</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>7609.2095</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06267594844811344</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1288805268109126</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3878791430220008</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2478174918624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6505977549866433</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.265222182216959</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121866</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011998621746897697</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027369879186153412</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.816146732084306</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>30.8624</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.0315</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.745</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305573.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>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.6958</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9775</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.6903</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3272.7001</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.2396</td></tr>
<tr><td colspan=3>tsnr</td><td>39.9952910724096</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>