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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0075_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0075_suffix-bold_task-fractional" 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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0075_suffix-bold_task-fractional" 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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0075_suffix-bold_task-fractional" 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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-04/func/sub-0075_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>632d4e03a46d60d5c63716941bb2052b</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:24:7.792500</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.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.0876785</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.189</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>544b6f72-20c7-4726-bfb9-b7cb9a14f0c4||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.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['122407.792500', '122408.252500', '122408.712500', '122409.172500', '122409.632500', '122410.092500', '122410.552500', '122411.012500', '122411.472500', '122411.932500', '122412.392500', '122412.852500', '122413.312500', '122413.772500', '122414.232500', '122414.692500', '122415.152500', '122415.612500', '122416.072500', '122416.532500', '122416.992500', '122417.452500', '122417.912500', '122418.372500', '122418.832500', '122419.292500', '122419.752500', '122420.212500', '122420.672500', '122421.132500', '122421.592500', '122422.052500', '122422.512500', '122422.972500', '122423.432500', '122423.892500', '122424.352500', '122424.812500', '122425.272500', '122425.732500', '122426.192500', '122426.652500', '122427.112500', '122427.572500', '122428.032500', '122428.492500', '122428.952500', '122429.412500', '122429.872500', '122430.332500', '122430.792500', '122431.252500', '122431.712500', '122432.172500', '122432.632500', '122433.092500', '122433.552500', '122434.012500', '122434.472500', '122434.932500', '122435.392500', '122435.852500', '122436.312500', '122436.772500', '122437.232500', '122437.692500', '122438.152500', '122438.612500', '122439.072500', '122439.532500', '122439.992500', '122440.452500', '122440.912500', '122441.372500', '122441.832500', '122442.292500', '122442.752500', '122443.212500', '122443.672500', '122444.132500', '122444.592500', '122445.052500', '122445.512500', '122445.972500', '122446.432500', '122446.892500', '122447.352500', '122447.812500', '122448.272500', '122448.732500', '122449.192500', '122449.652500', '122450.112500', '122450.572500', '122451.032500', '122451.492500', '122451.952500', '122452.412500', '122452.872500', '122453.332500', '122453.792500', '122454.252500', '122454.712500', '122455.172500', '122455.632500', '122456.092500', '122456.552500', '122457.012500', '122457.472500', '122457.932500', '122458.392500', '122458.852500', '122459.312500', '122459.772500', '122500.232500', '122500.692500', '122501.152500', '122501.612500', '122502.072500', '122502.532500', '122502.992500', '122503.452500', '122503.912500', '122504.372500', '122504.832500', '122505.292500', '122505.752500', '122506.212500', '122506.672500', '122507.132500', '122507.592500', '122508.052500', '122508.512500', '122508.972500', '122509.432500', '122509.892500', '122510.352500', '122510.812500', '122511.272500', '122511.732500', '122512.192500', '122512.652500', '122513.112500', '122513.572500', '122514.032500', '122514.492500', '122514.952500', '122515.412500', '122515.872500', '122516.332500', '122516.792500', '122517.252500', '122517.712500', '122518.172500', '122518.632500', '122519.092500', '122519.552500', '122520.012500', '122520.472500', '122520.932500', '122521.392500', '122521.852500', '122522.312500', '122522.772500', '122523.232500', '122523.692500', '122524.152500', '122524.612500', '122525.072500', '122525.532500', '122525.992500', '122526.452500', '122526.912500', '122527.372500', '122527.832500', '122528.292500', '122528.752500', '122529.212500', '122529.672500', '122530.132500', '122530.592500', '122531.052500', '122531.512500', '122531.972500', '122532.432500', '122532.892500', '122533.352500', '122533.812500', '122534.272500', '122534.732500', '122535.192500', '122535.652500', '122536.112500', '122536.572500', '122537.032500', '122537.492500', '122537.952500', '122538.412500', '122538.872500', '122539.332500', '122539.792500', '122540.252500', '122540.712500', '122541.172500', '122541.632500', '122542.092500', '122542.552500', '122543.012500', '122543.472500', '122543.932500', '122544.392500', '122544.852500', '122545.312500', '122545.772500', '122546.232500', '122546.692500', '122547.152500', '122547.612500', '122548.072500', '122548.532500', '122548.992500', '122549.452500', '122549.912500', '122550.372500', '122550.832500', '122551.292500', '122551.752500', '122552.212500', '122552.672500', '122553.132500', '122553.592500', '122554.052500', '122554.512500', '122554.972500', '122555.432500', '122555.892500', '122556.352500', '122556.812500', '122557.272500', '122557.732500', '122558.192500', '122558.652500', '122559.112500', '122559.572500', '122600.032500', '122600.492500', '122600.952500', '122601.412500', '122601.872500', '122602.332500', '122602.792500', '122603.252500', '122603.712500', '122604.172500', '122604.632500', '122605.092500', '122605.552500', '122606.012500', '122606.472500', '122606.932500', '122607.392500', '122607.852500', '122608.312500', '122608.772500', '122609.232500', '122609.692500', '122610.152500', '122610.612500', '122611.072500', '122611.532500', '122611.992500', '122612.452500', '122612.912500', '122613.372500', '122613.832500', '122614.292500', '122614.752500', '122615.212500', '122615.672500', '122616.132500', '122616.592500', '122617.052500', '122617.512500', '122617.972500', '122618.432500', '122618.892500', '122619.352500', '122619.812500', '122620.272500', '122620.732500', '122621.192500', '122621.652500', '122622.112500', '122622.572500', '122623.032500', '122623.492500', '122623.952500', '122624.412500', '122624.872500', '122625.332500', '122625.792500', '122626.252500', '122626.712500', '122627.172500', '122627.632500', '122628.092500', '122628.552500', '122629.012500', '122629.472500', '122629.932500', '122630.392500', '122630.852500', '122631.312500', '122631.772500', '122632.232500', '122632.692500', '122633.152500', '122633.612500', '122634.072500', '122634.532500', '122634.992500', '122635.452500', '122635.912500', '122636.372500', '122636.832500', '122637.292500', '122637.752500', '122638.212500', '122638.672500', '122639.132500', '122639.592500', '122640.052500', '122640.512500', '122640.972500', '122641.432500', '122641.892500', '122642.352500', '122642.812500', '122643.272500', '122643.732500', '122644.192500', '122644.652500', '122645.112500', '122645.572500', '122646.032500', '122646.492500', '122646.952500', '122647.412500', '122647.872500', '122648.332500', '122648.792500', '122649.252500', '122649.712500', '122650.172500', '122650.632500', '122651.092500', '122651.552500', '122652.012500', '122652.472500', '122652.932500', '122653.392500', '122653.852500', '122654.312500', '122654.772500', '122655.232500', '122655.692500', '122656.152500', '122656.612500', '122657.072500', '122657.532500', '122657.992500', '122658.452500', '122658.912500', '122659.372500', '122659.832500', '122700.292500', '122700.752500', '122701.212500', '122701.672500', '122702.132500', '122702.592500', '122703.052500', '122703.512500', '122703.972500', '122704.432500', '122704.892500', '122705.352500', '122705.812500', '122706.272500', '122706.732500', '122707.192500', '122707.652500', '122708.112500', '122708.572500', '122709.032500', '122709.492500', '122709.952500', '122710.412500', '122710.872500', '122711.332500', '122711.792500', '122712.252500', '122712.712500', '122713.172500', '122713.632500', '122714.092500', '122714.552500', '122715.012500', '122715.472500', '122715.932500', '122716.392500', '122716.852500', '122717.312500', '122717.772500', '122718.232500', '122718.692500', '122719.152500', '122719.612500', '122720.072500', '122720.532500', '122720.992500', '122721.452500', '122721.912500', '122722.372500', '122722.832500', '122723.292500', '122723.752500', '122724.212500', '122724.672500', '122725.132500', '122725.592500', '122726.052500', '122726.512500', '122726.972500', '122727.432500', '122727.892500', '122728.352500', '122728.812500', '122729.272500', '122729.732500', '122730.192500', '122730.652500', '122731.112500', '122731.572500', '122732.032500', '122732.492500', '122732.952500', '122733.412500', '122733.872500', '122734.332500', '122734.792500', '122735.252500', '122735.712500', '122736.172500', '122736.632500', '122737.092500', '122737.552500', '122738.012500', '122738.472500', '122738.932500', '122739.392500', '122739.852500', '122740.312500', '122740.772500', '122741.232500', '122741.692500', '122742.152500', '122742.612500', '122743.072500', '122743.532500', '122743.992500', '122744.452500', '122744.912500', '122745.372500', '122745.832500', '122746.292500', '122746.752500', '122747.212500', '122747.672500', '122748.132500', '122748.592500', '122749.052500', '122749.512500', '122749.972500', '122750.432500', '122750.892500', '122751.352500', '122751.812500', '122752.272500', '122752.732500', '122753.192500', '122753.652500', '122754.112500', '122754.572500', '122755.032500', '122755.492500', '122755.952500', '122756.412500', '122756.872500', '122757.332500', '122757.792500', '122758.252500', '122758.712500', '122759.172500', '122759.632500', '122800.092500', '122800.552500', '122801.012500', '122801.472500', '122801.932500', '122802.392500', '122802.852500', '122803.312500', '122803.772500', '122804.232500', '122804.692500', '122805.152500', '122805.612500', '122806.072500', '122806.532500', '122806.992500', '122807.452500', '122807.912500', '122808.372500', '122808.832500', '122809.292500', '122809.752500', '122810.212500', '122810.672500', '122811.132500', '122811.592500', '122812.052500', '122812.512500', '122812.972500', '122813.432500', '122813.892500', '122814.352500', '122814.812500', '122815.272500', '122815.732500', '122816.192500', '122816.652500', '122817.112500', '122817.572500', '122818.032500', '122818.492500', '122818.952500', '122819.412500', '122819.872500', '122820.332500', '122820.792500', '122821.252500', '122821.712500', '122822.172500', '122822.632500', '122823.092500', '122823.552500', '122824.012500', '122824.472500', '122824.932500', '122825.392500', '122825.852500', '122826.312500', '122826.772500', '122827.232500', '122827.692500', '122828.152500', '122828.612500', '122829.072500', '122829.532500', '122829.992500', '122830.452500', '122830.912500', '122831.372500', '122831.832500', '122832.292500', '122832.752500', '122833.212500', '122833.672500', '122834.132500', '122834.592500', '122835.052500', '122835.512500', '122835.972500', '122836.432500', '122836.892500', '122837.352500', '122837.812500', '122838.272500', '122838.732500', '122839.192500', '122839.652500', '122840.112500', '122840.572500', '122841.032500', '122841.492500', '122841.952500', '122842.412500', '122842.872500', '122843.332500', '122843.792500', '122844.252500', '122844.712500', '122845.172500', '122845.632500', '122846.092500', '122846.552500', '122847.012500', '122847.472500', '122847.932500', '122848.392500', '122848.852500', '122849.312500', '122849.772500', '122850.232500', '122850.692500', '122851.152500', '122851.612500', '122852.072500', '122852.532500', '122852.992500', '122853.452500', '122853.912500', '122854.372500', '122854.832500', '122855.292500', '122855.752500', '122856.212500', '122856.672500', '122857.132500', '122857.592500', '122858.052500', '122858.512500', '122858.972500', '122859.432500', '122859.892500', '122900.352500', '122900.812500', '122901.272500', '122901.732500', '122902.192500', '122902.652500', '122903.112500', '122903.572500', '122904.032500', '122904.492500', '122904.952500', '122905.412500', '122905.872500', '122906.332500', '122906.792500', '122907.252500', '122907.712500', '122908.172500', '122908.632500', '122909.092500', '122909.552500', '122910.012500', '122910.472500', '122910.932500', '122911.392500', '122911.852500', '122912.312500', '122912.772500', '122913.232500', '122913.692500', '122914.152500', '122914.612500', '122915.072500', '122915.532500', '122915.992500', '122916.452500', '122916.912500', '122917.372500', '122917.832500', '122918.292500', '122918.752500', '122919.212500', '122919.672500', '122920.132500', '122920.592500', '122921.052500', '122921.512500', '122921.972500', '122922.432500', '122922.892500', '122923.352500', '122923.812500', '122924.272500', '122924.732500', '122925.192500', '122925.652500', '122926.112500', '122926.572500', '122927.032500', '122927.492500', '122927.952500', '122928.412500', '122928.872500', '122929.332500', '122929.792500', '122930.252500', '122930.712500', '122931.172500', '122931.632500', '122932.092500', '122932.552500', '122933.012500', '122933.472500', '122933.932500', '122934.392500', '122934.852500', '122935.312500', '122935.772500', '122936.232500', '122936.692500', '122937.152500', '122937.612500', '122938.072500', '122938.532500', '122938.992500', '122939.452500', '122939.912500', '122940.372500', '122940.832500', '122941.292500', '122941.752500', '122942.212500', '122942.672500', '122943.132500', '122943.592500', '122944.052500', '122944.512500', '122944.972500', '122945.432500', '122945.892500', '122946.352500', '122946.812500', '122947.272500', '122947.732500', '122948.192500', '122948.652500', '122949.112500', '122949.572500', '122950.032500', '122950.492500', '122950.952500', '122951.412500', '122951.872500', '122952.332500', '122952.792500', '122953.252500', '122953.712500', '122954.172500', '122954.632500', '122955.092500', '122955.552500', '122956.012500', '122956.472500', '122956.932500', '122957.392500', '122957.852500', '122958.312500', '122958.772500', '122959.232500', '122959.692500', '123000.152500', '123000.612500', '123001.072500', '123001.532500', '123001.992500', '123002.452500', '123002.912500', '123003.372500', '123003.832500', '123004.292500', '123004.752500', '123005.212500', '123005.672500', '123006.132500', '123006.592500', '123007.052500', '123007.512500', '123007.972500', '123008.432500', '123008.892500', '123009.352500', '123009.812500', '123010.272500', '123010.732500', '123011.192500', '123011.652500', '123012.112500', '123012.572500', '123013.032500', '123013.492500', '123013.952500', '123014.412500', '123014.872500', '123015.332500', '123015.792500', '123016.252500', '123016.712500', '123017.172500', '123017.632500', '123018.092500', '123018.552500', '123019.012500', '123019.472500', '123019.932500', '123020.392500', '123020.852500', '123021.312500', '123021.772500', '123022.232500', '123022.692500', '123023.152500', '123023.612500', '123024.072500', '123024.532500', '123024.992500', '123025.452500', '123025.912500', '123026.372500', '123026.832500', '123027.292500', '123027.752500', '123028.212500', '123028.672500', '123029.132500', '123029.592500', '123030.052500', '123030.512500', '123030.972500', '123031.432500', '123031.892500', '123032.352500', '123032.812500', '123033.272500', '123033.732500', '123034.192500', '123034.652500', '123035.112500', '123035.572500', '123036.032500', '123036.492500', '123036.952500', '123037.412500', '123037.872500', '123038.332500', '123038.792500', '123039.252500', '123039.712500', '123040.172500', '123040.632500', '123041.092500', '123041.552500', '123042.012500', '123042.472500', '123042.932500', '123043.392500', '123043.852500', '123044.312500', '123044.772500', '123045.232500', '123045.692500', '123046.152500', '123046.612500', '123047.072500', '123047.532500', '123047.992500', '123048.452500', '123048.912500', '123049.372500', '123049.832500', '123050.292500', '123050.752500', '123051.212500', '123051.672500', '123052.132500', '123052.592500', '123053.052500', '123053.512500', '123053.972500', '123054.432500', '123054.892500', '123055.352500', '123055.812500', '123056.272500', '123056.732500', '123057.192500', '123057.652500', '123058.112500', '123058.572500', '123059.032500', '123059.492500', '123059.952500', '123100.412500', '123100.872500', '123101.332500', '123101.792500', '123102.252500', '123102.712500', '123103.172500', '123103.632500', '123104.092500', '123104.552500', '123105.012500', '123105.472500', '123105.932500', '123106.392500', '123106.852500', '123107.312500', '123107.772500', '123108.232500', '123108.692500', '123109.152500', '123109.612500', '123110.072500', '123110.532500', '123110.992500', '123111.452500', '123111.912500', '123112.372500', '123112.832500', '123113.292500', '123113.752500', '123114.212500', '123114.672500', '123115.132500', '123115.592500', '123116.052500', '123116.512500', '123116.972500', '123117.432500', '123117.892500', '123118.352500', '123118.812500', '123119.272500', '123119.732500', '123120.192500', '123120.652500', '123121.112500', '123121.572500', '123122.032500', '123122.492500', '123122.952500', '123123.412500', '123123.872500', '123124.332500', '123124.792500', '123125.252500', '123125.712500', '123126.172500', '123126.632500', '123127.092500', '123127.552500', '123128.012500', '123128.472500', '123128.932500', '123129.392500', '123129.852500', '123130.312500', '123130.772500', '123131.232500', '123131.692500', '123132.152500', '123132.612500', '123133.072500', '123133.532500', '123133.992500', '123134.452500', '123134.912500', '123135.372500', '123135.832500', '123136.292500', '123136.752500', '123137.212500', '123137.672500', '123138.132500', '123138.592500', '123139.052500', '123139.512500', '123139.972500', '123140.432500', '123140.892500', '123141.352500', '123141.812500', '123142.272500', '123142.732500', '123143.192500', '123143.652500', '123144.112500', '123144.572500', '123145.032500', '123145.492500', '123145.952500', '123146.412500', '123146.872500', '123147.332500', '123147.792500', '123148.252500', '123148.712500', '123149.172500', '123149.632500', '123150.092500', '123150.552500', '123151.012500', '123151.472500', '123151.932500', '123152.392500', '123152.852500', '123153.312500', '123153.772500', '123154.232500', '123154.692500', '123155.152500', '123155.612500', '123156.072500', '123156.532500', '123156.992500', '123157.452500', '123157.912500', '123158.372500', '123158.832500', '123159.292500', '123159.752500', '123200.212500', '123200.672500', '123201.132500', '123201.592500', '123202.052500', '123202.512500', '123202.972500', '123203.432500', '123203.892500', '123204.352500', '123204.812500', '123205.272500', '123205.732500', '123206.192500', '123206.652500', '123207.112500', '123207.572500', '123208.032500', '123208.492500', '123208.952500', '123209.412500', '123209.872500', '123210.332500', '123210.792500', '123211.252500', '123211.712500', '123212.172500', '123212.632500', '123213.092500', '123213.552500', '123214.012500', '123214.472500', '123214.932500', '123215.392500', '123215.852500', '123216.312500', '123216.772500', '123217.232500', '123217.692500', '123218.152500', '123218.612500', '123219.072500', '123219.532500', '123219.992500', '123220.452500', '123220.912500', '123221.372500', '123221.832500', '123222.292500', '123222.752500', '123223.212500', '123223.672500', '123224.132500', '123224.592500', '123225.052500', '123225.512500', '123225.972500', '123226.432500', '123226.892500', '123227.352500', '123227.812500', '123228.272500', '123228.732500', '123229.192500', '123229.652500', '123230.112500', '123230.572500', '123231.032500', '123231.492500', '123231.952500', '123232.412500', '123232.872500', '123233.332500', '123233.792500', '123234.252500', '123234.712500', '123235.172500', '123235.632500', '123236.092500', '123236.552500', '123237.012500', '123237.472500', '123237.932500', '123238.392500', '123238.852500', '123239.312500', '123239.772500', '123240.232500', '123240.692500', '123241.152500', '123241.612500', '123242.072500', '123242.532500', '123242.992500', '123243.452500', '123243.912500', '123244.372500', '123244.832500', '123245.292500', '123245.752500', '123246.212500', '123246.672500', '123247.132500', '123247.592500', '123248.052500', '123248.512500', '123248.972500', '123249.432500', '123249.892500', '123250.352500', '123250.812500', '123251.272500', '123251.732500', '123252.192500', '123252.652500', '123253.112500', '123253.572500', '123254.032500', '123254.492500', '123254.952500', '123255.412500', '123255.872500', '123256.332500', '123256.792500', '123257.252500', '123257.712500', '123258.172500', '123258.632500', '123259.092500', '123259.552500', '123300.012500', '123300.472500', '123300.932500', '123301.392500', '123301.852500', '123302.312500', '123302.772500', '123303.232500', '123303.692500', '123304.152500', '123304.612500', '123305.072500', '123305.532500', '123305.992500', '123306.452500', '123306.912500', '123307.372500', '123307.832500', '123308.292500', '123308.752500', '123309.212500', '123309.672500', '123310.132500', '123310.592500', '123311.052500', '123311.512500', '123311.972500', '123312.432500', '123312.892500', '123313.352500', '123313.812500', '123314.272500', '123314.732500', '123315.192500', '123315.652500', '123316.112500', '123316.572500', '123317.032500', '123317.492500', '123317.952500', '123318.412500', '123318.872500', '123319.332500', '123319.792500', '123320.252500', '123320.712500', '123321.172500', '123321.632500', '123322.092500', '123322.552500', '123323.012500', '123323.472500', '123323.932500', '123324.392500', '123324.852500', '123325.312500', '123325.772500', '123326.232500', '123326.692500', '123327.152500', '123327.612500', '123328.072500', '123328.532500', '123328.992500', '123329.452500', '123329.912500', '123330.372500', '123330.832500', '123331.292500', '123331.752500', '123332.212500', '123332.672500', '123333.132500', '123333.592500', '123334.052500', '123334.512500', '123334.972500', '123335.432500', '123335.892500', '123336.352500', '123336.812500', '123337.272500', '123337.732500', '123338.192500', '123338.652500', '123339.112500', '123339.572500', '123340.032500', '123340.492500', '123340.952500', '123341.412500', '123341.872500', '123342.332500', '123342.792500', '123343.252500', '123343.712500', '123344.172500', '123344.632500', '123345.092500', '123345.552500', '123346.012500', '123346.472500', '123346.932500', '123347.392500', '123347.852500', '123348.312500', '123348.772500', '123349.232500', '123349.692500', '123350.152500', '123350.612500', '123351.072500', '123351.532500', '123351.992500', '123352.452500', '123352.912500', '123353.372500', '123353.832500', '123354.292500', '123354.752500', '123355.212500', '123355.672500', '123356.132500', '123356.592500', '123357.052500', '123357.512500', '123357.972500', '123358.432500', '123358.892500', '123359.352500', '123359.812500', '123400.272500', '123400.732500', '123401.192500', '123401.652500', '123402.112500', '123402.572500', '123403.032500', '123403.492500', '123403.952500', '123404.412500', '123404.872500', '123405.332500', '123405.792500', '123406.252500', '123406.712500', '123407.172500', '123407.632500', '123408.092500', '123408.552500', '123409.012500', '123409.472500', '123409.932500', '123410.392500', '123410.852500', '123411.312500', '123411.772500', '123412.232500', '123412.692500', '123413.152500', '123413.612500', '123414.072500', '123414.532500', '123414.992500', '123415.452500'], 'ContentTime': ['122437.607000', '122437.610000', '122437.613000', '122437.615000', '122437.618000', '122437.621000', '122437.623000', '122437.626000', '122437.629000', '122437.631000', '122437.634000', '122437.637000', '122437.640000', '122437.651000', '122437.654000', '122437.657000', '122437.659000', '122437.662000', '122437.665000', '122437.667000', '122437.670000', '122437.672000', '122437.675000', '122437.678000', '122437.680000', '122437.683000', '122437.685000', '122437.688000', '122437.691000', '122437.693000', '122437.696000', '122437.699000', '122437.701000', '122437.704000', '122437.706000', '122437.709000', '122437.712000', '122437.714000', '122437.717000', '122437.719000', '122437.722000', '122437.725000', '122437.727000', '122437.730000', '122437.733000', '122437.735000', '122437.738000', '122437.740000', '122437.743000', '122437.746000', '122437.748000', '122437.751000', '122437.754000', '122437.761000', '122437.764000', '122437.767000', '122437.769000', '122437.772000', '122437.774000', '122437.777000', '122437.780000', '122437.782000', '122437.785000', '122457.567000', '122457.569000', '122457.572000', '122457.575000', '122457.577000', '122457.580000', '122457.599000', '122457.602000', '122457.604000', '122457.607000', '122457.610000', '122457.612000', '122457.615000', '122457.618000', '122457.620000', '122457.623000', '122457.625000', '122457.628000', '122457.631000', '122457.633000', '122457.636000', '122457.638000', '122457.641000', '122457.644000', '122457.647000', '122457.649000', '122457.652000', '122457.655000', '122457.657000', '122457.660000', '122457.662000', '122457.665000', '122457.667000', '122457.670000', '122457.673000', '122457.675000', '122457.678000', '122457.680000', '122457.683000', '122457.686000', '122457.688000', '122457.691000', '122457.694000', '122517.567000', '122517.569000', '122517.572000', '122517.575000', '122517.577000', '122517.580000', '122517.583000', '122517.585000', '122517.588000', '122517.591000', '122517.593000', '122517.596000', '122517.599000', '122517.603000', '122517.606000', '122517.609000', '122517.611000', '122517.614000', '122517.616000', '122517.619000', '122517.622000', '122517.624000', '122517.627000', '122517.630000', '122517.632000', '122517.635000', '122517.638000', '122517.640000', '122517.643000', '122517.646000', '122517.648000', '122517.651000', '122517.654000', '122517.656000', '122517.659000', '122517.662000', '122517.664000', '122517.667000', '122517.669000', '122517.672000', '122517.675000', '122517.677000', '122517.680000', '122517.682000', '122537.567000', '122537.570000', '122537.572000', '122537.575000', '122537.577000', '122537.580000', '122537.583000', '122537.585000', '122537.588000', '122537.590000', '122537.593000', '122537.596000', '122537.598000', '122537.601000', '122537.604000', '122537.606000', '122537.609000', '122537.611000', '122537.614000', '122537.617000', '122537.619000', '122537.622000', '122537.624000', '122537.627000', '122537.630000', '122537.632000', '122537.635000', '122537.637000', '122537.640000', '122537.643000', '122537.645000', '122537.648000', '122537.651000', '122537.653000', '122537.656000', '122537.658000', '122537.661000', '122537.664000', '122537.666000', '122537.669000', '122537.672000', '122537.674000', '122537.677000', '122557.567000', '122557.570000', '122557.572000', '122557.575000', '122557.578000', '122557.580000', '122557.583000', '122557.586000', '122557.589000', '122557.591000', '122557.594000', '122557.596000', '122557.599000', '122557.602000', '122557.604000', '122557.607000', '122557.610000', '122557.612000', '122557.615000', '122557.618000', '122557.620000', '122557.623000', '122557.626000', '122557.628000', '122557.631000', '122557.633000', '122557.636000', '122557.639000', '122557.641000', '122557.644000', '122557.647000', '122557.649000', '122557.652000', '122557.655000', '122557.657000', '122557.660000', '122557.663000', '122557.665000', '122557.668000', '122557.671000', '122557.673000', '122557.676000', '122557.679000', '122557.681000', '122617.566000', '122617.569000', '122617.572000', '122617.575000', '122617.577000', '122617.580000', '122617.582000', '122617.585000', '122617.588000', '122617.591000', '122617.593000', '122617.596000', '122617.599000', '122617.601000', '122617.604000', '122617.606000', '122617.609000', '122617.612000', '122617.615000', '122617.617000', '122617.620000', '122617.623000', '122617.625000', '122617.628000', '122617.631000', '122617.633000', '122617.636000', '122617.638000', '122617.641000', '122617.644000', '122617.646000', '122617.649000', '122617.652000', '122617.655000', '122617.657000', '122617.660000', '122617.662000', '122617.665000', '122617.668000', '122617.670000', '122617.673000', '122617.676000', '122617.678000', '122637.565000', '122637.568000', '122637.590000', '122637.593000', '122637.596000', '122637.599000', '122637.601000', '122637.604000', '122637.606000', '122637.609000', '122637.612000', '122637.614000', '122637.617000', '122637.620000', '122637.622000', '122637.625000', '122637.627000', '122637.630000', '122637.633000', '122637.636000', '122637.638000', '122637.641000', '122637.644000', '122637.646000', '122637.649000', '122637.652000', '122637.654000', '122637.657000', '122637.660000', '122637.662000', '122637.665000', '122637.668000', '122637.670000', '122637.673000', '122637.676000', '122637.678000', '122637.681000', '122637.683000', '122637.686000', '122637.689000', '122637.691000', '122637.694000', '122637.696000', '122637.699000', '122657.567000', '122657.570000', '122657.572000', '122657.575000', '122657.578000', '122657.580000', '122657.583000', '122657.586000', '122657.588000', '122657.591000', '122657.593000', '122657.596000', '122657.599000', '122657.601000', '122657.604000', '122657.607000', '122657.609000', '122657.612000', '122657.614000', '122657.617000', '122657.620000', '122657.622000', '122657.625000', '122657.628000', '122657.630000', '122657.633000', '122657.636000', '122657.638000', '122657.641000', '122657.644000', '122657.646000', '122657.649000', '122657.652000', '122657.654000', '122657.657000', '122657.660000', '122657.662000', '122657.665000', '122657.668000', '122657.670000', '122657.673000', '122657.675000', '122657.678000', '122717.567000', '122717.569000', '122717.572000', '122717.575000', '122717.578000', '122717.580000', '122717.583000', '122717.585000', '122717.588000', '122717.591000', '122717.593000', '122717.596000', '122717.599000', '122717.601000', '122717.604000', '122717.607000', '122717.609000', '122717.612000', '122717.615000', '122717.617000', '122717.620000', '122717.622000', '122717.625000', '122717.628000', '122717.630000', '122717.633000', '122717.636000', '122717.638000', '122717.641000', '122717.644000', '122717.646000', '122717.649000', '122717.651000', '122717.654000', '122717.657000', '122717.659000', '122717.662000', '122717.665000', '122717.667000', '122717.670000', '122717.672000', '122717.675000', '122717.678000', '122737.566000', '122737.569000', '122737.572000', '122737.575000', '122737.577000', '122737.580000', '122737.582000', '122737.585000', '122737.588000', '122737.590000', '122737.593000', '122737.596000', '122737.598000', '122737.601000', '122737.604000', '122737.607000', '122737.609000', '122737.612000', '122737.614000', '122737.617000', '122737.620000', '122737.622000', '122737.625000', '122737.627000', '122737.630000', '122737.633000', '122737.635000', '122737.638000', '122737.641000', '122737.643000', '122737.646000', '122737.649000', '122737.651000', '122737.654000', '122737.656000', '122737.659000', '122737.662000', '122737.671000', '122737.673000', '122737.676000', '122737.679000', '122737.681000', '122737.684000', '122737.686000', '122757.566000', '122757.569000', '122757.572000', '122757.575000', '122757.577000', '122757.580000', '122757.583000', '122757.585000', '122757.588000', '122757.591000', '122757.593000', '122757.596000', '122757.599000', '122757.601000', '122757.604000', '122757.607000', '122757.609000', '122757.612000', '122757.615000', '122757.618000', '122757.621000', '122757.624000', '122757.626000', '122757.629000', '122757.632000', '122757.634000', '122757.637000', '122757.652000', '122757.655000', '122757.657000', '122757.660000', '122757.663000', '122757.665000', '122757.668000', '122757.670000', '122757.673000', '122757.676000', '122757.679000', '122757.681000', '122757.684000', '122757.687000', '122757.689000', '122757.692000', '122757.695000', '122817.567000', '122817.570000', '122817.572000', '122817.575000', '122817.577000', '122817.580000', '122817.591000', '122817.594000', '122817.596000', '122817.599000', '122817.602000', '122817.604000', '122817.607000', '122817.610000', '122817.612000', '122817.615000', '122817.618000', '122817.620000', '122817.623000', '122817.626000', '122817.628000', '122817.631000', '122817.633000', '122817.636000', '122817.639000', '122817.641000', '122817.644000', '122817.647000', '122817.649000', '122817.652000', '122817.655000', '122817.657000', '122817.660000', '122817.663000', '122817.665000', '122817.668000', '122817.671000', '122817.673000', '122817.676000', '122817.678000', '122817.681000', '122817.684000', '122817.686000', '122837.566000', '122837.569000', '122837.572000', '122837.574000', '122837.577000', '122837.580000', '122837.582000', '122837.585000', '122837.588000', '122837.590000', '122837.593000', '122837.596000', '122837.598000', '122837.601000', '122837.604000', '122837.607000', '122837.610000', '122837.613000', '122837.616000', '122837.619000', '122837.622000', '122837.624000', '122837.627000', '122837.630000', '122837.632000', '122837.635000', '122837.637000', '122837.640000', '122837.643000', '122837.645000', '122837.648000', '122837.651000', '122837.653000', '122837.656000', '122837.659000', '122837.661000', '122837.664000', '122837.667000', '122837.669000', '122837.672000', '122837.674000', '122837.677000', '122837.680000', '122857.566000', '122857.569000', '122857.572000', '122857.574000', '122857.577000', '122857.580000', '122857.582000', '122857.585000', '122857.587000', '122857.590000', '122857.593000', '122857.595000', '122857.598000', '122857.601000', '122857.603000', '122857.606000', '122857.609000', '122857.611000', '122857.614000', '122857.617000', '122857.619000', '122857.622000', '122857.625000', '122857.627000', '122857.630000', '122857.632000', '122857.635000', '122857.638000', '122857.640000', '122857.643000', '122857.645000', '122857.648000', '122857.651000', '122857.654000', '122857.656000', '122857.659000', '122857.661000', '122857.664000', '122857.667000', '122857.669000', '122857.672000', '122857.675000', '122857.677000', '122857.680000', '122917.567000', '122917.569000', '122917.572000', '122917.575000', '122917.578000', '122917.580000', '122917.583000', '122917.585000', '122917.588000', '122917.591000', '122917.594000', '122917.596000', '122917.599000', '122917.602000', '122917.605000', '122917.607000', '122917.610000', '122917.613000', '122917.615000', '122917.618000', '122917.620000', '122917.623000', '122917.626000', '122917.628000', '122917.631000', '122917.634000', '122917.636000', '122917.639000', '122917.641000', '122917.644000', '122917.647000', '122917.649000', '122917.652000', '122917.654000', '122917.657000', '122917.660000', '122917.663000', '122917.666000', '122917.669000', '122917.671000', '122917.674000', '122917.676000', '122917.679000', '122937.566000', '122937.569000', '122937.572000', '122937.574000', '122937.578000', '122937.581000', '122937.583000', '122937.586000', '122937.589000', '122937.591000', '122937.594000', '122937.596000', '122937.599000', '122937.602000', '122937.604000', '122937.607000', '122937.610000', '122937.612000', '122937.615000', '122937.617000', '122937.620000', '122937.623000', '122937.625000', '122937.628000', '122937.636000', '122937.639000', '122937.642000', '122937.644000', '122937.648000', '122937.650000', '122937.653000', '122937.655000', '122937.659000', '122937.661000', '122937.664000', '122937.666000', '122937.669000', '122937.672000', '122937.679000', '122937.682000', '122937.685000', '122937.688000', '122937.690000', '122937.693000', '122957.567000', '122957.569000', '122957.572000', '122957.575000', '122957.578000', '122957.580000', '122957.583000', '122957.585000', '122957.588000', '122957.591000', '122957.594000', '122957.596000', '122957.599000', '122957.601000', '122957.604000', '122957.607000', '122957.609000', '122957.612000', '122957.615000', '122957.617000', '122957.620000', '122957.623000', '122957.626000', '122957.628000', '122957.631000', '122957.634000', '122957.636000', '122957.639000', '122957.642000', '122957.644000', '122957.647000', '122957.649000', '122957.652000', '122957.655000', '122957.658000', '122957.660000', '122957.663000', '122957.666000', '122957.668000', '122957.671000', '122957.674000', '122957.676000', '122957.679000', '123017.567000', '123017.569000', '123017.572000', '123017.575000', '123017.578000', '123017.581000', '123017.583000', '123017.586000', '123017.589000', '123017.591000', '123017.594000', '123017.597000', '123017.599000', '123017.602000', '123017.604000', '123017.607000', '123017.610000', '123017.613000', '123017.615000', '123017.618000', '123017.620000', '123017.623000', '123017.626000', '123017.628000', '123017.631000', '123017.634000', '123017.636000', '123017.639000', '123017.641000', '123017.644000', '123017.647000', '123017.649000', '123017.652000', '123017.655000', '123017.657000', '123017.660000', '123017.663000', '123017.665000', '123017.668000', '123017.672000', '123017.674000', '123017.677000', '123017.680000', '123017.682000', '123037.567000', '123037.570000', '123037.572000', '123037.575000', '123037.577000', '123037.580000', '123037.583000', '123037.586000', '123037.588000', '123037.591000', '123037.594000', '123037.596000', '123037.599000', '123037.602000', '123037.604000', '123037.607000', '123037.609000', '123037.612000', '123037.615000', '123037.617000', '123037.620000', '123037.623000', '123037.625000', '123037.628000', '123037.630000', '123037.633000', '123037.636000', '123037.639000', '123037.642000', '123037.645000', '123037.647000', '123037.650000', '123037.653000', '123037.656000', '123037.658000', '123037.661000', '123037.664000', '123037.666000', '123037.669000', '123037.672000', '123037.674000', '123037.677000', '123037.680000', '123057.567000', '123057.569000', '123057.572000', '123057.575000', '123057.577000', '123057.580000', '123057.596000', '123057.599000', '123057.601000', '123057.604000', '123057.607000', '123057.609000', '123057.612000', '123057.614000', '123057.617000', '123057.620000', '123057.622000', '123057.625000', '123057.627000', '123057.630000', '123057.633000', '123057.635000', '123057.638000', '123057.641000', '123057.643000', '123057.646000', '123057.648000', '123057.651000', '123057.653000', '123057.656000', '123057.659000', '123057.661000', '123057.664000', '123057.667000', '123057.669000', '123057.672000', '123057.675000', '123057.677000', '123057.680000', '123057.683000', '123057.685000', '123057.688000', '123057.691000', '123057.693000', '123117.566000', '123117.568000', '123117.571000', '123117.574000', '123117.576000', '123117.579000', '123117.582000', '123117.584000', '123117.587000', '123117.590000', '123117.592000', '123117.595000', '123117.598000', '123117.600000', '123117.603000', '123117.606000', '123117.608000', '123117.611000', '123117.614000', '123117.616000', '123117.619000', '123117.621000', '123117.624000', '123117.627000', '123117.629000', '123117.632000', '123117.635000', '123117.637000', '123117.640000', '123117.643000', '123117.645000', '123117.648000', '123117.651000', '123117.654000', '123117.657000', '123117.661000', '123117.663000', '123117.666000', '123117.668000', '123117.671000', '123117.674000', '123117.676000', '123117.679000', '123137.566000', '123137.569000', '123137.572000', '123137.575000', '123137.577000', '123137.580000', '123137.583000', '123137.585000', '123137.588000', '123137.591000', '123137.593000', '123137.596000', '123137.599000', '123137.601000', '123137.604000', '123137.607000', '123137.609000', '123137.612000', '123137.615000', '123137.617000', '123137.620000', '123137.623000', '123137.625000', '123137.628000', '123137.630000', '123137.633000', '123137.636000', '123137.638000', '123137.641000', '123137.644000', '123137.646000', '123137.649000', '123137.651000', '123137.654000', '123137.657000', '123137.659000', '123137.662000', '123137.664000', '123137.667000', '123137.670000', '123137.672000', '123137.675000', '123137.678000', '123137.680000', '123157.567000', '123157.569000', '123157.572000', '123157.575000', '123157.578000', '123157.581000', '123157.583000', '123157.586000', '123157.589000', '123157.592000', '123157.594000', '123157.597000', '123157.600000', '123157.602000', '123157.605000', '123157.608000', '123157.610000', '123157.613000', '123157.616000', '123157.618000', '123157.621000', '123157.624000', '123157.626000', '123157.629000', '123157.631000', '123157.634000', '123157.637000', '123157.640000', '123157.643000', '123157.645000', '123157.648000', '123157.651000', '123157.653000', '123157.656000', '123157.659000', '123157.662000', '123157.664000', '123157.667000', '123157.670000', '123157.673000', '123157.675000', '123157.678000', '123157.681000', '123217.566000', '123217.569000', '123217.575000', '123217.577000', '123217.580000', '123217.583000', '123217.585000', '123217.588000', '123217.591000', '123217.593000', '123217.596000', '123217.599000', '123217.601000', '123217.604000', '123217.606000', '123217.609000', '123217.612000', '123217.631000', '123217.633000', '123217.636000', '123217.639000', '123217.641000', '123217.644000', '123217.646000', '123217.649000', '123217.652000', '123217.654000', '123217.657000', '123217.660000', '123217.662000', '123217.665000', '123217.668000', '123217.670000', '123217.673000', '123217.675000', '123217.678000', '123217.681000', '123217.683000', '123217.686000', '123217.689000', '123217.691000', '123217.694000', '123217.697000', '123217.699000', '123237.566000', '123237.569000', '123237.572000', '123237.575000', '123237.577000', '123237.580000', '123237.583000', '123237.586000', '123237.588000', '123237.591000', '123237.593000', '123237.596000', '123237.599000', '123237.601000', '123237.604000', '123237.607000', '123237.610000', '123237.612000', '123237.615000', '123237.618000', '123237.620000', '123237.623000', '123237.626000', '123237.628000', '123237.631000', '123237.633000', '123237.636000', '123237.639000', '123237.642000', '123237.644000', '123237.647000', '123237.650000', '123237.652000', '123237.655000', '123237.658000', '123237.660000', '123237.663000', '123237.666000', '123237.668000', '123237.671000', '123237.674000', '123237.676000', '123237.679000', '123257.567000', '123257.570000', '123257.572000', '123257.575000', '123257.578000', '123257.580000', '123257.583000', '123257.586000', '123257.588000', '123257.591000', '123257.594000', '123257.596000', '123257.599000', '123257.602000', '123257.604000', '123257.607000', '123257.610000', '123257.613000', '123257.615000', '123257.618000', '123257.621000', '123257.623000', '123257.626000', '123257.629000', '123257.631000', '123257.634000', '123257.636000', '123257.639000', '123257.642000', '123257.644000', '123257.647000', '123257.650000', '123257.653000', '123257.655000', '123257.658000', '123257.661000', '123257.663000', '123257.666000', '123257.668000', '123257.671000', '123257.674000', '123257.676000', '123257.679000', '123257.682000', '123317.566000', '123317.569000', '123317.572000', '123317.574000', '123317.577000', '123317.580000', '123317.582000', '123317.585000', '123317.587000', '123317.590000', '123317.593000', '123317.595000', '123317.598000', '123317.601000', '123317.603000', '123317.606000', '123317.609000', '123317.611000', '123317.614000', '123317.617000', '123317.619000', '123317.622000', '123317.624000', '123317.627000', '123317.630000', '123317.632000', '123317.635000', '123317.638000', '123317.640000', '123317.643000', '123317.646000', '123317.648000', '123317.651000', '123317.654000', '123317.656000', '123317.659000', '123317.661000', '123317.664000', '123317.667000', '123317.669000', '123317.672000', '123317.675000', '123317.689000', '123337.565000', '123337.568000', '123337.571000', '123337.574000', '123337.576000', '123337.579000', '123337.582000', '123337.585000', '123337.587000', '123337.590000', '123337.593000', '123337.595000', '123337.598000', '123337.601000', '123337.603000', '123337.606000', '123337.609000', '123337.611000', '123337.614000', '123337.617000', '123337.619000', '123337.622000', '123337.625000', '123337.627000', '123337.630000', '123337.632000', '123337.635000', '123337.638000', '123337.640000', '123337.643000', '123337.646000', '123337.648000', '123337.651000', '123337.654000', '123337.657000', '123337.659000', '123337.662000', '123337.665000', '123337.667000', '123337.670000', '123337.672000', '123337.675000', '123337.678000', '123337.680000', '123357.567000', '123357.570000', '123357.572000', '123357.575000', '123357.578000', '123357.580000', '123357.583000', '123357.585000', '123357.588000', '123357.590000', '123357.593000', '123357.596000', '123357.599000', '123357.601000', '123357.604000', '123357.606000', '123357.609000', '123357.612000', '123357.614000', '123357.617000', '123357.620000', '123357.622000', '123357.625000', '123357.628000', '123357.630000', '123357.633000', '123357.636000', '123357.638000', '123357.641000', '123357.644000', '123357.646000', '123357.649000', '123357.651000', '123357.654000', '123357.657000', '123357.659000', '123357.662000', '123357.665000', '123357.667000', '123357.670000', '123357.673000', '123357.675000', '123357.678000', '123416.619000', '123416.623000', '123416.626000', '123416.629000', '123416.631000', '123416.634000', '123416.637000', '123416.640000', '123416.643000', '123416.646000', '123416.648000', '123416.651000', '123416.654000', '123416.661000', '123416.664000', '123416.669000', '123416.673000', '123416.676000', '123416.680000', '123416.684000', '123416.688000', '123416.693000', '123416.697000', '123416.702000', '123416.704000', '123416.708000', '123416.711000', '123416.714000', '123416.717000', '123416.720000', '123416.723000', '123416.725000', '123416.728000', '123416.732000', '123416.734000', '123416.737000', '123416.740000', '123416.744000', '123416.747000', '123416.750000', '123416.752000', '123416.755000'], 'InstanceCreationTime': ['122437.607000', '122437.610000', '122437.613000', '122437.615000', '122437.618000', '122437.621000', '122437.623000', '122437.626000', '122437.629000', '122437.631000', '122437.634000', '122437.637000', '122437.640000', '122437.651000', '122437.654000', '122437.657000', '122437.659000', '122437.662000', '122437.665000', '122437.667000', '122437.670000', '122437.672000', '122437.675000', '122437.678000', '122437.680000', '122437.683000', '122437.685000', '122437.688000', '122437.691000', '122437.693000', '122437.696000', '122437.699000', '122437.701000', '122437.704000', '122437.706000', '122437.709000', '122437.712000', '122437.714000', '122437.717000', '122437.719000', '122437.722000', '122437.725000', '122437.727000', '122437.730000', '122437.733000', '122437.735000', '122437.738000', '122437.740000', '122437.743000', '122437.746000', '122437.748000', '122437.751000', '122437.754000', '122437.761000', '122437.764000', '122437.767000', '122437.769000', '122437.772000', '122437.774000', '122437.777000', '122437.780000', '122437.782000', '122437.785000', '122457.567000', '122457.569000', '122457.572000', '122457.575000', '122457.577000', '122457.580000', '122457.599000', '122457.602000', '122457.604000', '122457.607000', '122457.610000', '122457.612000', '122457.615000', '122457.618000', '122457.620000', '122457.623000', '122457.625000', '122457.628000', '122457.631000', '122457.633000', '122457.636000', '122457.638000', '122457.641000', '122457.644000', '122457.647000', '122457.649000', '122457.652000', '122457.655000', '122457.657000', '122457.660000', '122457.662000', '122457.665000', '122457.667000', '122457.670000', '122457.673000', '122457.675000', '122457.678000', '122457.680000', '122457.683000', '122457.686000', '122457.688000', '122457.691000', '122457.694000', '122517.567000', '122517.569000', '122517.572000', '122517.575000', '122517.577000', '122517.580000', '122517.583000', '122517.585000', '122517.588000', '122517.591000', '122517.593000', '122517.596000', '122517.599000', '122517.603000', '122517.606000', '122517.609000', '122517.611000', '122517.614000', '122517.616000', '122517.619000', '122517.622000', '122517.624000', '122517.627000', '122517.630000', '122517.632000', '122517.635000', '122517.638000', '122517.640000', '122517.643000', '122517.646000', '122517.648000', '122517.651000', '122517.654000', '122517.656000', '122517.659000', '122517.662000', '122517.664000', '122517.667000', '122517.669000', '122517.672000', '122517.675000', '122517.677000', '122517.680000', '122517.682000', '122537.567000', '122537.570000', '122537.572000', '122537.575000', '122537.577000', '122537.580000', '122537.583000', '122537.585000', '122537.588000', '122537.590000', '122537.593000', '122537.596000', '122537.598000', '122537.601000', '122537.604000', '122537.606000', '122537.609000', '122537.611000', '122537.614000', '122537.617000', '122537.619000', '122537.622000', '122537.624000', '122537.627000', '122537.630000', '122537.632000', '122537.635000', '122537.637000', '122537.640000', '122537.643000', '122537.645000', '122537.648000', '122537.651000', '122537.653000', '122537.656000', '122537.658000', '122537.661000', '122537.664000', '122537.666000', '122537.669000', '122537.672000', '122537.674000', '122537.677000', '122557.567000', '122557.570000', '122557.572000', '122557.575000', '122557.578000', '122557.580000', '122557.583000', '122557.586000', '122557.589000', '122557.591000', '122557.594000', '122557.596000', '122557.599000', '122557.602000', '122557.604000', '122557.607000', '122557.610000', '122557.612000', '122557.615000', '122557.618000', '122557.620000', '122557.623000', '122557.626000', '122557.628000', '122557.631000', '122557.633000', '122557.636000', '122557.639000', '122557.641000', '122557.644000', '122557.647000', '122557.649000', '122557.652000', '122557.655000', '122557.657000', '122557.660000', '122557.663000', '122557.665000', '122557.668000', '122557.671000', '122557.673000', '122557.676000', '122557.679000', '122557.681000', '122617.566000', '122617.569000', '122617.572000', '122617.575000', '122617.577000', '122617.580000', '122617.582000', '122617.585000', '122617.588000', '122617.591000', '122617.593000', '122617.596000', '122617.599000', '122617.601000', '122617.604000', '122617.606000', '122617.609000', '122617.612000', '122617.615000', '122617.617000', '122617.620000', '122617.623000', '122617.625000', '122617.628000', '122617.631000', '122617.633000', '122617.636000', '122617.638000', '122617.641000', '122617.644000', '122617.646000', '122617.649000', '122617.652000', '122617.655000', '122617.657000', '122617.660000', '122617.662000', '122617.665000', '122617.668000', '122617.670000', '122617.673000', '122617.676000', '122617.678000', '122637.565000', '122637.568000', '122637.590000', '122637.593000', '122637.596000', '122637.599000', '122637.601000', '122637.604000', '122637.606000', '122637.609000', '122637.612000', '122637.614000', '122637.617000', '122637.620000', '122637.622000', '122637.625000', '122637.627000', '122637.630000', '122637.633000', '122637.636000', '122637.638000', '122637.641000', '122637.644000', '122637.646000', '122637.649000', '122637.652000', '122637.654000', '122637.657000', '122637.660000', '122637.662000', '122637.665000', '122637.668000', '122637.670000', '122637.673000', '122637.676000', '122637.678000', '122637.681000', '122637.683000', '122637.686000', '122637.689000', '122637.691000', '122637.694000', '122637.696000', '122637.699000', '122657.567000', '122657.570000', '122657.572000', '122657.575000', '122657.578000', '122657.580000', '122657.583000', '122657.586000', '122657.588000', '122657.591000', '122657.593000', '122657.596000', '122657.599000', '122657.601000', '122657.604000', '122657.607000', '122657.609000', '122657.612000', '122657.614000', '122657.617000', '122657.620000', '122657.622000', '122657.625000', '122657.628000', '122657.630000', '122657.633000', '122657.636000', '122657.638000', '122657.641000', '122657.644000', '122657.646000', '122657.649000', '122657.652000', '122657.654000', '122657.657000', '122657.660000', '122657.662000', '122657.665000', '122657.668000', '122657.670000', '122657.673000', '122657.675000', '122657.678000', '122717.567000', '122717.569000', '122717.572000', '122717.575000', '122717.578000', '122717.580000', '122717.583000', '122717.585000', '122717.588000', '122717.591000', '122717.593000', '122717.596000', '122717.599000', '122717.601000', '122717.604000', '122717.607000', '122717.609000', '122717.612000', '122717.615000', '122717.617000', '122717.620000', '122717.622000', '122717.625000', '122717.628000', '122717.630000', '122717.633000', '122717.636000', '122717.638000', '122717.641000', '122717.644000', '122717.646000', '122717.649000', '122717.651000', '122717.654000', '122717.657000', '122717.659000', '122717.662000', '122717.665000', '122717.667000', '122717.670000', '122717.672000', '122717.675000', '122717.678000', '122737.566000', '122737.569000', '122737.572000', '122737.575000', '122737.577000', '122737.580000', '122737.582000', '122737.585000', '122737.588000', '122737.590000', '122737.593000', '122737.596000', '122737.598000', '122737.601000', '122737.604000', '122737.607000', '122737.609000', '122737.612000', '122737.614000', '122737.617000', '122737.620000', '122737.622000', '122737.625000', '122737.627000', '122737.630000', '122737.633000', '122737.635000', '122737.638000', '122737.641000', '122737.643000', '122737.646000', '122737.649000', '122737.651000', '122737.654000', '122737.656000', '122737.659000', '122737.662000', '122737.671000', '122737.673000', '122737.676000', '122737.679000', '122737.681000', '122737.684000', '122737.686000', '122757.566000', '122757.569000', '122757.572000', '122757.575000', '122757.577000', '122757.580000', '122757.583000', '122757.585000', '122757.588000', '122757.591000', '122757.593000', '122757.596000', '122757.599000', '122757.601000', '122757.604000', '122757.607000', '122757.609000', '122757.612000', '122757.615000', '122757.618000', '122757.621000', '122757.624000', '122757.626000', '122757.629000', '122757.632000', '122757.634000', '122757.637000', '122757.652000', '122757.655000', '122757.657000', '122757.660000', '122757.663000', '122757.665000', '122757.668000', '122757.670000', '122757.673000', '122757.676000', '122757.679000', '122757.681000', '122757.684000', '122757.687000', '122757.689000', '122757.692000', '122757.695000', '122817.567000', '122817.570000', '122817.572000', '122817.575000', '122817.577000', '122817.580000', '122817.591000', '122817.594000', '122817.596000', '122817.599000', '122817.602000', '122817.604000', '122817.607000', '122817.610000', '122817.612000', '122817.615000', '122817.618000', '122817.620000', '122817.623000', '122817.626000', '122817.628000', '122817.631000', '122817.633000', '122817.636000', '122817.639000', '122817.641000', '122817.644000', '122817.647000', '122817.649000', '122817.652000', '122817.655000', '122817.657000', '122817.660000', '122817.663000', '122817.665000', '122817.668000', '122817.671000', '122817.673000', '122817.676000', '122817.678000', '122817.681000', '122817.684000', '122817.686000', '122837.566000', '122837.569000', '122837.572000', '122837.574000', '122837.577000', '122837.580000', '122837.582000', '122837.585000', '122837.588000', '122837.590000', '122837.593000', '122837.596000', '122837.598000', '122837.601000', '122837.604000', '122837.607000', '122837.610000', '122837.613000', '122837.616000', '122837.619000', '122837.622000', '122837.624000', '122837.627000', '122837.630000', '122837.632000', '122837.635000', '122837.637000', '122837.640000', '122837.643000', '122837.645000', '122837.648000', '122837.651000', '122837.653000', '122837.656000', '122837.659000', '122837.661000', '122837.664000', '122837.667000', '122837.669000', '122837.672000', '122837.674000', '122837.677000', '122837.680000', '122857.566000', '122857.569000', '122857.572000', '122857.574000', '122857.577000', '122857.580000', '122857.582000', '122857.585000', '122857.587000', '122857.590000', '122857.593000', '122857.595000', '122857.598000', '122857.601000', '122857.603000', '122857.606000', '122857.609000', '122857.611000', '122857.614000', '122857.617000', '122857.619000', '122857.622000', '122857.625000', '122857.627000', '122857.630000', '122857.632000', '122857.635000', '122857.638000', '122857.640000', '122857.643000', '122857.645000', '122857.648000', '122857.651000', '122857.654000', '122857.656000', '122857.659000', '122857.661000', '122857.664000', '122857.667000', '122857.669000', '122857.672000', '122857.675000', '122857.677000', '122857.680000', '122917.567000', '122917.569000', '122917.572000', '122917.575000', '122917.578000', '122917.580000', '122917.583000', '122917.585000', '122917.588000', '122917.591000', '122917.594000', '122917.596000', '122917.599000', '122917.602000', '122917.605000', '122917.607000', '122917.610000', '122917.613000', '122917.615000', '122917.618000', '122917.620000', '122917.623000', '122917.626000', '122917.628000', '122917.631000', '122917.634000', '122917.636000', '122917.639000', '122917.641000', '122917.644000', '122917.647000', '122917.649000', '122917.652000', '122917.654000', '122917.657000', '122917.660000', '122917.663000', '122917.666000', '122917.669000', '122917.671000', '122917.674000', '122917.676000', '122917.679000', '122937.566000', '122937.569000', '122937.572000', '122937.574000', '122937.578000', '122937.581000', '122937.583000', '122937.586000', '122937.589000', '122937.591000', '122937.594000', '122937.596000', '122937.599000', '122937.602000', '122937.604000', '122937.607000', '122937.610000', '122937.612000', '122937.615000', '122937.617000', '122937.620000', '122937.623000', '122937.625000', '122937.628000', '122937.636000', '122937.639000', '122937.642000', '122937.644000', '122937.648000', '122937.650000', '122937.653000', '122937.655000', '122937.659000', '122937.661000', '122937.664000', '122937.666000', '122937.669000', '122937.672000', '122937.679000', '122937.682000', '122937.685000', '122937.688000', '122937.690000', '122937.693000', '122957.567000', '122957.569000', '122957.572000', '122957.575000', '122957.578000', '122957.580000', '122957.583000', '122957.585000', '122957.588000', '122957.591000', '122957.594000', '122957.596000', '122957.599000', '122957.601000', '122957.604000', '122957.607000', '122957.609000', '122957.612000', '122957.615000', '122957.617000', '122957.620000', '122957.623000', '122957.626000', '122957.628000', '122957.631000', '122957.634000', '122957.636000', '122957.639000', '122957.642000', '122957.644000', '122957.647000', '122957.649000', '122957.652000', '122957.655000', '122957.658000', '122957.660000', '122957.663000', '122957.666000', '122957.668000', '122957.671000', '122957.674000', '122957.676000', '122957.679000', '123017.567000', '123017.569000', '123017.572000', '123017.575000', '123017.578000', '123017.581000', '123017.583000', '123017.586000', '123017.589000', '123017.591000', '123017.594000', '123017.597000', '123017.599000', '123017.602000', '123017.604000', '123017.607000', '123017.610000', '123017.613000', '123017.615000', '123017.618000', '123017.620000', '123017.623000', '123017.626000', '123017.628000', '123017.631000', '123017.634000', '123017.636000', '123017.639000', '123017.641000', '123017.644000', '123017.647000', '123017.649000', '123017.652000', '123017.655000', '123017.657000', '123017.660000', '123017.663000', '123017.665000', '123017.668000', '123017.672000', '123017.674000', '123017.677000', '123017.680000', '123017.682000', '123037.567000', '123037.570000', '123037.572000', '123037.575000', '123037.577000', '123037.580000', '123037.583000', '123037.586000', '123037.588000', '123037.591000', '123037.594000', '123037.596000', '123037.599000', '123037.602000', '123037.604000', '123037.607000', '123037.609000', '123037.612000', '123037.615000', '123037.617000', '123037.620000', '123037.623000', '123037.625000', '123037.628000', '123037.630000', '123037.633000', '123037.636000', '123037.639000', '123037.642000', '123037.645000', '123037.647000', '123037.650000', '123037.653000', '123037.656000', '123037.658000', '123037.661000', '123037.664000', '123037.666000', '123037.669000', '123037.672000', '123037.674000', '123037.677000', '123037.680000', '123057.567000', '123057.569000', '123057.572000', '123057.575000', '123057.577000', '123057.580000', '123057.596000', '123057.599000', '123057.601000', '123057.604000', '123057.607000', '123057.609000', '123057.612000', '123057.614000', '123057.617000', '123057.620000', '123057.622000', '123057.625000', '123057.627000', '123057.630000', '123057.633000', '123057.635000', '123057.638000', '123057.641000', '123057.643000', '123057.646000', '123057.648000', '123057.651000', '123057.653000', '123057.656000', '123057.659000', '123057.661000', '123057.664000', '123057.667000', '123057.669000', '123057.672000', '123057.675000', '123057.677000', '123057.680000', '123057.683000', '123057.685000', '123057.688000', '123057.691000', '123057.693000', '123117.566000', '123117.568000', '123117.571000', '123117.574000', '123117.576000', '123117.579000', '123117.582000', '123117.584000', '123117.587000', '123117.590000', '123117.592000', '123117.595000', '123117.598000', '123117.600000', '123117.603000', '123117.606000', '123117.608000', '123117.611000', '123117.614000', '123117.616000', '123117.619000', '123117.621000', '123117.624000', '123117.627000', '123117.629000', '123117.632000', '123117.635000', '123117.637000', '123117.640000', '123117.643000', '123117.645000', '123117.648000', '123117.651000', '123117.654000', '123117.657000', '123117.661000', '123117.663000', '123117.666000', '123117.668000', '123117.671000', '123117.674000', '123117.676000', '123117.679000', '123137.566000', '123137.569000', '123137.572000', '123137.575000', '123137.577000', '123137.580000', '123137.583000', '123137.585000', '123137.588000', '123137.591000', '123137.593000', '123137.596000', '123137.599000', '123137.601000', '123137.604000', '123137.607000', '123137.609000', '123137.612000', '123137.615000', '123137.617000', '123137.620000', '123137.623000', '123137.625000', '123137.628000', '123137.630000', '123137.633000', '123137.636000', '123137.638000', '123137.641000', '123137.644000', '123137.646000', '123137.649000', '123137.651000', '123137.654000', '123137.657000', '123137.659000', '123137.662000', '123137.664000', '123137.667000', '123137.670000', '123137.672000', '123137.675000', '123137.678000', '123137.680000', '123157.567000', '123157.569000', '123157.572000', '123157.575000', '123157.578000', '123157.581000', '123157.583000', '123157.586000', '123157.589000', '123157.592000', '123157.594000', '123157.597000', '123157.600000', '123157.602000', '123157.605000', '123157.608000', '123157.610000', '123157.613000', '123157.616000', '123157.618000', '123157.621000', '123157.624000', '123157.626000', '123157.629000', '123157.631000', '123157.634000', '123157.637000', '123157.640000', '123157.643000', '123157.645000', '123157.648000', '123157.651000', '123157.653000', '123157.656000', '123157.659000', '123157.662000', '123157.664000', '123157.667000', '123157.670000', '123157.673000', '123157.675000', '123157.678000', '123157.681000', '123217.566000', '123217.569000', '123217.575000', '123217.577000', '123217.580000', '123217.583000', '123217.585000', '123217.588000', '123217.591000', '123217.593000', '123217.596000', '123217.599000', '123217.601000', '123217.604000', '123217.606000', '123217.609000', '123217.612000', '123217.631000', '123217.633000', '123217.636000', '123217.639000', '123217.641000', '123217.644000', '123217.646000', '123217.649000', '123217.652000', '123217.654000', '123217.657000', '123217.660000', '123217.662000', '123217.665000', '123217.668000', '123217.670000', '123217.673000', '123217.675000', '123217.678000', '123217.681000', '123217.683000', '123217.686000', '123217.689000', '123217.691000', '123217.694000', '123217.697000', '123217.699000', '123237.566000', '123237.569000', '123237.572000', '123237.575000', '123237.577000', '123237.580000', '123237.583000', '123237.586000', '123237.588000', '123237.591000', '123237.593000', '123237.596000', '123237.599000', '123237.601000', '123237.604000', '123237.607000', '123237.610000', '123237.612000', '123237.615000', '123237.618000', '123237.620000', '123237.623000', '123237.626000', '123237.628000', '123237.631000', '123237.633000', '123237.636000', '123237.639000', '123237.642000', '123237.644000', '123237.647000', '123237.650000', '123237.652000', '123237.655000', '123237.658000', '123237.660000', '123237.663000', '123237.666000', '123237.668000', '123237.671000', '123237.674000', '123237.676000', '123237.679000', '123257.567000', '123257.570000', '123257.572000', '123257.575000', '123257.578000', '123257.580000', '123257.583000', '123257.586000', '123257.588000', '123257.591000', '123257.594000', '123257.596000', '123257.599000', '123257.602000', '123257.604000', '123257.607000', '123257.610000', '123257.613000', '123257.615000', '123257.618000', '123257.621000', '123257.623000', '123257.626000', '123257.629000', '123257.631000', '123257.634000', '123257.636000', '123257.639000', '123257.642000', '123257.644000', '123257.647000', '123257.650000', '123257.653000', '123257.655000', '123257.658000', '123257.661000', '123257.663000', '123257.666000', '123257.668000', '123257.671000', '123257.674000', '123257.676000', '123257.679000', '123257.682000', '123317.566000', '123317.569000', '123317.572000', '123317.574000', '123317.577000', '123317.580000', '123317.582000', '123317.585000', '123317.587000', '123317.590000', '123317.593000', '123317.595000', '123317.598000', '123317.601000', '123317.603000', '123317.606000', '123317.609000', '123317.611000', '123317.614000', '123317.617000', '123317.619000', '123317.622000', '123317.624000', '123317.627000', '123317.630000', '123317.632000', '123317.635000', '123317.638000', '123317.640000', '123317.643000', '123317.646000', '123317.648000', '123317.651000', '123317.654000', '123317.656000', '123317.659000', '123317.661000', '123317.664000', '123317.667000', '123317.669000', '123317.672000', '123317.675000', '123317.689000', '123337.565000', '123337.568000', '123337.571000', '123337.574000', '123337.576000', '123337.579000', '123337.582000', '123337.585000', '123337.587000', '123337.590000', '123337.593000', '123337.595000', '123337.598000', '123337.601000', '123337.603000', '123337.606000', '123337.609000', '123337.611000', '123337.614000', '123337.617000', '123337.619000', '123337.622000', '123337.625000', '123337.627000', '123337.630000', '123337.632000', '123337.635000', '123337.638000', '123337.640000', '123337.643000', '123337.646000', '123337.648000', '123337.651000', '123337.654000', '123337.657000', '123337.659000', '123337.662000', '123337.665000', '123337.667000', '123337.670000', '123337.672000', '123337.675000', '123337.678000', '123337.680000', '123357.567000', '123357.570000', '123357.572000', '123357.575000', '123357.578000', '123357.580000', '123357.583000', '123357.585000', '123357.588000', '123357.590000', '123357.593000', '123357.596000', '123357.599000', '123357.601000', '123357.604000', '123357.606000', '123357.609000', '123357.612000', '123357.614000', '123357.617000', '123357.620000', '123357.622000', '123357.625000', '123357.628000', '123357.630000', '123357.633000', '123357.636000', '123357.638000', '123357.641000', '123357.644000', '123357.646000', '123357.649000', '123357.651000', '123357.654000', '123357.657000', '123357.659000', '123357.662000', '123357.665000', '123357.667000', '123357.670000', '123357.673000', '123357.675000', '123357.678000', '123416.619000', '123416.623000', '123416.626000', '123416.629000', '123416.631000', '123416.634000', '123416.637000', '123416.640000', '123416.643000', '123416.646000', '123416.648000', '123416.651000', '123416.654000', '123416.661000', '123416.664000', '123416.669000', '123416.673000', '123416.676000', '123416.680000', '123416.684000', '123416.688000', '123416.693000', '123416.697000', '123416.702000', '123416.704000', '123416.708000', '123416.711000', '123416.714000', '123416.717000', '123416.720000', '123416.723000', '123416.725000', '123416.728000', '123416.732000', '123416.734000', '123416.737000', '123416.740000', '123416.744000', '123416.747000', '123416.750000', '123416.752000', '123416.755000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [7562, 7790, 7171, 7761, 7348, 8049, 10150, 7176, 8066, 7170, 8874, 7733, 7267, 7406, 7134, 8542, 7699, 7433, 8047, 7173, 7770, 6637, 7213, 8343, 9066, 7271, 7993, 7764, 7524, 7702, 7594, 7652, 6638, 7461, 8620, 9956, 8377, 8085, 8593, 7065, 8594, 6519, 6946, 7305, 6404, 7339, 7668, 8969, 8463, 8320, 7889, 7661, 7413, 7334, 7582, 6024, 7199, 8004, 7175, 7456, 6926, 7168, 7802, 7387, 7601, 6641, 6731, 7611, 7640, 7435, 7263, 6897, 7505, 6652, 7072, 7685, 8640, 7218, 7149, 8247, 7426, 7282, 6907, 7549, 6719, 7279, 7689, 10230, 6970, 8033, 7544, 7267, 7840, 8547, 6899, 6677, 6945, 7269, 10107, 7231, 6930, 6844, 7177, 8166, 6800, 7928, 7034, 7252, 7694, 7274, 7358, 7671, 6184, 7302, 8051, 6457, 7390, 7714, 8327, 8043, 8111, 6421, 7048, 7926, 10578, 6791, 8021, 7223, 7764, 7951, 7024, 8481, 6582, 7106, 8243, 8142, 7436, 7673, 7166, 7264, 6716, 7583, 7724, 7675, 7133, 7378, 10134, 7024, 7385, 6928, 7656, 6619, 6821, 7670, 6040, 7296, 7962, 6434, 6993, 7212, 8197, 9851, 7206, 7834, 7160, 7507, 9789, 7661, 7355, 7409, 7436, 6588, 6826, 7640, 6523, 6989, 8126, 6069, 6972, 8100, 8157, 6873, 7716, 8351, 7198, 9821, 7089, 7835, 6920, 7264, 8405, 6852, 7540, 7276, 7116, 7781, 8161, 7185, 6139, 6800, 8098, 7400, 6774, 7917, 7095, 7535, 6072, 6808, 7994, 8105, 6801, 7423, 6911, 7068, 7334, 7428, 6914, 7544, 6678, 7404, 7753, 6977, 7814, 9237, 8026, 7877, 9840, 7216, 7420, 7076, 7249, 7061, 6734, 7293, 8103, 6872, 7955, 8782, 6938, 7213, 6639, 7718, 6965, 6859, 7319, 6845, 6634, 7835, 7283, 7121, 7651, 6368, 7383, 7529, 7066, 7401, 7765, 8386, 7579, 7715, 10153, 6711, 7913, 9400, 7180, 7467, 6838, 7438, 6968, 6977, 7647, 6697, 7482, 6085, 6977, 7985, 8997, 6688, 7741, 6999, 7228, 8076, 6795, 7944, 6554, 6912, 8068, 8401, 6949, 7635, 6997, 7619, 7755, 7487, 7269, 8193, 7219, 6922, 6820, 7658, 6439, 6901, 8070, 6823, 7555, 7234, 8433, 6712, 7892, 7321, 7002, 7606, 8230, 7405, 6235, 6858, 7605, 8498, 6763, 8072, 7954, 7873, 7592, 8167, 7001, 6693, 6856, 7145, 8042, 6625, 7536, 6132, 6666, 7204, 8440, 6687, 7814, 7103, 6564, 7700, 8249, 6882, 6722, 7561, 7315, 7696, 7081, 6900, 7057, 6135, 7047, 7262, 9228, 8247, 6795, 9565, 6705, 7449, 8319, 6766, 8615, 6816, 7161, 6781, 6896, 7237, 9200, 6685, 7449, 7416, 6680, 9580, 8334, 6955, 8801, 6776, 9601, 8122, 6477, 7311, 6623, 6902, 7322, 6844, 6230, 6844, 7671, 8178, 7445, 7424, 8492, 6466, 6688, 7057, 7072, 7459, 6646, 6937, 6980, 7361, 6359, 7478, 6827, 7461, 6589, 6675, 7022, 7367, 9921, 6722, 7789, 6863, 7803, 7130, 7005, 6808, 6620, 7921, 6665, 7375, 7790, 7230, 7043, 8106, 8431, 8313, 8077, 8137, 7268, 7793, 10330, 7074, 8201, 7044, 7869, 8204, 8186, 7863, 7073, 7650, 6210, 7289, 7742, 8963, 7494, 6607, 7496, 7806, 6878, 8205, 6989, 7823, 7120, 7406, 6415, 7101, 7444, 6944, 7959, 6813, 7585, 7278, 6972, 7708, 6854, 7982, 9481, 7176, 7472, 7122, 7942, 7155, 7512, 7512, 7331, 7889, 9554, 7325, 6766, 7439, 9646, 11961, 7619, 8067, 7358, 7805, 6725, 7561, 6630, 7287, 8107, 7582, 7177, 7543, 6794, 7942, 9328, 7852, 7339, 6880, 7581, 7232, 7379, 9408, 9329, 7655, 6974, 8103, 7020, 6972, 7689, 6783, 6733, 7023, 7125, 7547, 7824, 7237, 7233, 7986, 9124, 7403, 6684, 8334, 7431, 10713, 7234, 7230, 7178, 7829, 6364, 7003, 7599, 6997, 7333, 7328, 6770, 7497, 8513, 8058, 7249, 6071, 7139, 7524, 5963, 7042, 8165, 8673, 7360, 8057, 7619, 7562, 7597, 7142, 7689, 9002, 9459, 7990, 9607, 7244, 7920, 9305, 7271, 7886, 7179, 7708, 7441, 7048, 8153, 7208, 7554, 6451, 7121, 7979, 6139, 7296, 7772, 7278, 7455, 7401, 6990, 7840, 7848, 7262, 7466, 6969, 7888, 6256, 7082, 7797, 6814, 7399, 7715, 7173, 7010, 7690, 7475, 7393, 8603, 8708, 7461, 8337, 7761, 8367, 7561, 7463, 7492, 7303, 7678, 6732, 7830, 7837, 7097, 7623, 7674, 7354, 7810, 6502, 7495, 7816, 9456, 7606, 7177, 7544, 7819, 9207, 7501, 8043, 7067, 7881, 8208, 7782, 7694, 7386, 7715, 7577, 7093, 7933, 6523, 7380, 7754, 7890, 7531, 7456, 7159, 8095, 7277, 7252, 7799, 7483, 7674, 7413, 7370, 7535, 6353, 7388, 8136, 6452, 7437, 8073, 9326, 7513, 7226, 7335, 7930, 6345, 7268, 8261, 8334, 7371, 7775, 7393, 7199, 7674, 7007, 7571, 6386, 7151, 7863, 7502, 7334, 8317, 6906, 7162, 7608, 8091, 7484, 7325, 7034, 7645, 6388, 7351, 8182, 7965, 7936, 7918, 8107, 7516, 7165, 7136, 7697, 6150, 7170, 8095, 6255, 7572, 7746, 6892, 6943, 7877, 6527, 7359, 7961, 8206, 7256, 8093, 7158, 7614, 7810, 7002, 7609, 7287, 7438, 8158, 9348, 8268, 7817, 7141, 7968, 6397, 7482, 8058, 8302, 7405, 7814, 6939, 7563, 7229, 7062, 7984, 7168, 7357, 7563, 8686, 7627, 7806, 7272, 7754, 7398, 10734, 7814, 6941, 7536, 8174, 7417, 7245, 8030, 7127, 7704, 6517, 7236, 7810, 8368, 7565, 6574, 7468, 7395, 10223, 7604, 6872, 7482, 7583, 6960, 7419, 7107, 7389, 7856, 7167, 7623, 7362, 7265, 7643, 6629, 7460, 7823, 8045, 8628, 7741, 8417, 7458, 6595, 7341, 8041, 9269, 7361, 8097, 7186, 7585, 7469, 7408, 8399, 7156, 7420, 6939, 7184, 8071, 7562, 7772, 7579, 7220, 7814, 7851, 7702, 7840, 7368, 8007, 8253, 7777, 7807, 7473, 7876, 8790, 7734, 7759, 7556, 8246, 8302, 7505, 7784, 7670, 8283, 7436, 7613, 8085, 7282, 8032, 6355, 7650, 7956, 9676, 7900, 7126, 7746, 8071, 9836, 7704, 6849, 7726, 8283, 7394, 7832, 7103, 7971, 8006, 7816, 8022, 7842, 7337, 8102, 7035, 7660, 8268, 8464, 7765, 10359, 9884, 8178, 8462, 7941, 8287, 7727, 7562, 7943, 8909, 8016, 8354, 7402, 8000, 6846, 7817, 8334, 6602, 7870, 8254, 7798, 7768, 8160, 7751, 8054, 8062, 7617, 8130, 7579, 7795, 8312, 7329, 7611, 8073, 8329, 7750, 7916, 7642, 7921, 8434, 7573, 8322, 7456, 7867, 6753, 7814, 8260, 6620, 8076, 7884, 7531, 7819, 7493, 7735, 8798, 7924, 7596, 7482, 7509, 8351, 6868, 7760, 8329, 8177, 7805, 8480, 7417, 7923, 6499, 7722, 8313, 9014, 8116, 7421, 7527, 10063, 9249, 7720, 8339, 7962, 7998, 7829, 7754, 8358, 7800, 7750, 8540, 8886, 7877, 9838, 8004, 7637, 8733, 6998, 8754, 8631, 7621, 8256, 7346, 8044, 8411, 7782, 7613, 7758, 8593, 7543, 7809, 7262, 7741, 8173, 7158, 7649, 7793, 8433, 8376, 7658, 8364, 6648, 7729, 8133, 7553, 8115, 7887, 7691, 6539, 7645, 8273, 7492, 8077, 8321, 7699, 8204, 7576, 8327, 7537, 7915, 7545, 7596, 8700, 8664, 8173, 7876, 7742, 7706, 7638, 8448, 6436, 7175, 8557, 6297, 7663, 7989, 6517, 7734, 8717, 9588, 7648, 7568, 8394, 8134, 10037, 7567, 6486, 7781, 7823, 7736, 7717, 6682, 7710, 8116, 7796, 7593, 7960, 7689, 7970, 7634, 7479, 7555, 6677, 7725, 8264, 8401, 7733, 7756, 8758, 8093, 7899, 8018, 7949, 7482, 7903, 9429, 7816, 8123, 7549, 8016, 8123, 7609, 8009, 7333, 8204, 6770, 8094, 8618, 7037, 8072, 8132, 7563, 8905, 8047, 7924, 8064, 8197, 8204, 7340, 7737, 7490, 7941, 7875, 7469, 7974, 8953, 7739, 8005, 7730, 8311, 8532, 7795, 8146, 7818, 7964, 6630, 7617, 8247, 7325, 7937, 8323, 7420, 7661, 7820, 7744, 8277, 6797, 8822, 7701, 10384, 7946, 8104, 7474, 11135, 8770, 8978, 8600, 6547, 8045, 8302, 6270, 8144, 8145, 7863, 8037, 7742, 8215, 8173, 7277, 7720, 8082, 10023, 8423, 7940, 10707, 7726, 7373, 7660, 7674, 7597, 8560, 6735, 7715, 7918, 8164, 7901, 8143, 7433, 7872, 7900, 9287, 8290, 7398, 8058, 8716, 7789, 7389, 7490, 8482, 7539, 7776, 6882, 7346, 8316, 6305, 7667, 7695, 8004, 8028, 7649, 7858, 8067, 8428, 8954, 8244, 7452, 7840, 6222, 7393, 8748, 10483, 7812, 8019, 7155, 7440, 7856, 7585, 8217, 7879, 7572, 7681, 6936, 7758, 8047, 7176, 7383, 7208, 7699, 8046, 7496, 7559, 6798, 7563, 7824, 7306, 7721, 6376, 7462, 8171, 7618, 7871, 7180, 7695, 8627, 9365, 7002, 7996, 8571, 7808, 8578, 6680, 7653, 8189, 7952, 8753, 8177, 7995, 7918, 8769, 9035, 8025, 7400, 7920, 7124, 7328, 7906, 7738, 8017, 8104, 7707, 8206, 7206, 8231, 7902, 7684, 8138, 6554, 7784, 7679, 7572, 8180, 6732, 7977, 8050, 7666, 7883, 7737, 7617, 8000, 7398, 8311, 8097, 7582, 8070, 9185, 7673, 6709, 8567, 8188, 7524, 8160, 7580, 7663, 7246, 7493, 7905, 6502, 7935, 7857, 7239, 7767, 7184, 7595, 8390, 8671, 7581, 7586, 7869, 8031, 7545, 7671, 6802, 7383, 8190, 7274, 7874, 7186, 8194, 8602, 7466, 8103, 7875, 7820, 8483, 7511, 7925, 7708, 7906, 8289, 7680, 8551, 6603, 7879, 7941, 7859, 8585, 7801, 8231, 6478, 7883, 8223, 7657], 'WindowCenter': [3524.0, 3508.0, 3485.0, 3494.0, 3482.0, 3491.0, 3501.0, 3469.0, 3478.0, 3467.0, 3489.0, 3479.0, 3479.0, 3479.0, 3468.0, 3501.0, 3490.0, 3481.0, 3492.0, 3481.0, 3494.0, 3482.0, 3493.0, 3492.0, 3503.0, 3492.0, 3493.0, 3493.0, 3493.0, 3493.0, 3491.0, 3493.0, 3481.0, 3481.0, 3502.0, 3502.0, 3491.0, 3490.0, 3491.0, 3480.0, 3502.0, 3471.0, 3481.0, 3481.0, 3471.0, 3480.0, 3480.0, 3490.0, 3490.0, 3491.0, 3479.0, 3479.0, 3479.0, 3479.0, 3479.0, 3457.0, 3480.0, 3490.0, 3469.0, 3480.0, 3468.0, 3480.0, 3491.0, 3480.0, 3492.0, 3469.0, 3469.0, 3492.0, 3491.0, 3482.0, 3481.0, 3480.0, 3482.0, 3481.0, 3482.0, 3493.0, 3503.0, 3481.0, 3481.0, 3490.0, 3480.0, 3479.0, 3469.0, 3491.0, 3480.0, 3480.0, 3479.0, 3500.0, 3479.0, 3490.0, 3479.0, 3480.0, 3480.0, 3489.0, 3479.0, 3469.0, 3468.0, 3478.0, 3499.0, 3479.0, 3468.0, 3468.0, 3468.0, 3479.0, 3469.0, 3490.0, 3479.0, 3481.0, 3491.0, 3481.0, 3493.0, 3494.0, 3472.0, 3493.0, 3504.0, 3484.0, 3494.0, 3493.0, 3493.0, 3492.0, 3493.0, 3470.0, 3482.0, 3492.0, 3512.0, 3471.0, 3491.0, 3480.0, 3481.0, 3489.0, 3468.0, 3491.0, 3469.0, 3483.0, 3491.0, 3492.0, 3481.0, 3491.0, 3481.0, 3493.0, 3481.0, 3492.0, 3492.0, 3490.0, 3481.0, 3481.0, 3513.0, 3481.0, 3480.0, 3479.0, 3480.0, 3468.0, 3469.0, 3492.0, 3459.0, 3479.0, 3491.0, 3470.0, 3480.0, 3480.0, 3491.0, 3500.0, 3481.0, 3479.0, 3469.0, 3479.0, 3499.0, 3478.0, 3477.0, 3477.0, 3479.0, 3468.0, 3468.0, 3479.0, 3469.0, 3480.0, 3491.0, 3470.0, 3482.0, 3493.0, 3492.0, 3482.0, 3491.0, 3492.0, 3480.0, 3501.0, 3469.0, 3479.0, 3468.0, 3480.0, 3489.0, 3467.0, 3479.0, 3479.0, 3480.0, 3479.0, 3489.0, 3468.0, 3458.0, 3469.0, 3491.0, 3480.0, 3470.0, 3478.0, 3469.0, 3481.0, 3459.0, 3470.0, 3491.0, 3491.0, 3469.0, 3480.0, 3479.0, 3481.0, 3480.0, 3481.0, 3482.0, 3492.0, 3470.0, 3481.0, 3491.0, 3481.0, 3492.0, 3502.0, 3491.0, 3490.0, 3500.0, 3480.0, 3480.0, 3479.0, 3481.0, 3480.0, 3470.0, 3481.0, 3491.0, 3470.0, 3479.0, 3490.0, 3468.0, 3479.0, 3469.0, 3479.0, 3468.0, 3469.0, 3480.0, 3469.0, 3470.0, 3480.0, 3480.0, 3481.0, 3491.0, 3470.0, 3481.0, 3492.0, 3481.0, 3493.0, 3493.0, 3504.0, 3493.0, 3493.0, 3513.0, 3469.0, 3480.0, 3490.0, 3469.0, 3481.0, 3469.0, 3480.0, 3469.0, 3480.0, 3479.0, 3468.0, 3481.0, 3458.0, 3480.0, 3492.0, 3502.0, 3470.0, 3491.0, 3481.0, 3481.0, 3492.0, 3469.0, 3492.0, 3470.0, 3481.0, 3491.0, 3492.0, 3482.0, 3492.0, 3481.0, 3492.0, 3491.0, 3481.0, 3480.0, 3490.0, 3480.0, 3480.0, 3469.0, 3480.0, 3470.0, 3480.0, 3505.0, 3482.0, 3492.0, 3481.0, 3491.0, 3470.0, 3491.0, 3481.0, 3481.0, 3493.0, 3491.0, 3481.0, 3459.0, 3469.0, 3480.0, 3490.0, 3469.0, 3491.0, 3479.0, 3480.0, 3479.0, 3490.0, 3469.0, 3469.0, 3468.0, 3469.0, 3478.0, 3468.0, 3479.0, 3459.0, 3468.0, 3480.0, 3490.0, 3469.0, 3480.0, 3468.0, 3469.0, 3479.0, 3490.0, 3469.0, 3467.0, 3478.0, 3479.0, 3490.0, 3481.0, 3483.0, 3482.0, 3471.0, 3483.0, 3493.0, 3503.0, 3493.0, 3481.0, 3503.0, 3471.0, 3482.0, 3492.0, 3470.0, 3491.0, 3469.0, 3480.0, 3469.0, 3479.0, 3480.0, 3501.0, 3469.0, 3480.0, 3480.0, 3470.0, 3501.0, 3490.0, 3469.0, 3502.0, 3470.0, 3489.0, 3477.0, 3456.0, 3466.0, 3467.0, 3467.0, 3478.0, 3469.0, 3457.0, 3468.0, 3479.0, 3489.0, 3480.0, 3479.0, 3489.0, 3471.0, 3469.0, 3468.0, 3467.0, 3467.0, 3467.0, 3467.0, 3467.0, 3480.0, 3469.0, 3480.0, 3469.0, 3478.0, 3470.0, 3469.0, 3469.0, 3468.0, 3500.0, 3469.0, 3479.0, 3468.0, 3479.0, 3467.0, 3468.0, 3468.0, 3468.0, 3493.0, 3494.0, 3493.0, 3494.0, 3482.0, 3482.0, 3493.0, 3491.0, 3493.0, 3492.0, 3492.0, 3481.0, 3492.0, 3502.0, 3481.0, 3490.0, 3470.0, 3504.0, 3491.0, 3491.0, 3479.0, 3468.0, 3480.0, 3458.0, 3481.0, 3492.0, 3490.0, 3481.0, 3469.0, 3481.0, 3480.0, 3470.0, 3491.0, 3469.0, 3492.0, 3481.0, 3481.0, 3470.0, 3481.0, 3481.0, 3481.0, 3505.0, 3483.0, 3495.0, 3494.0, 3484.0, 3495.0, 3482.0, 3492.0, 3502.0, 3483.0, 3481.0, 3482.0, 3494.0, 3483.0, 3494.0, 3482.0, 3482.0, 3493.0, 3503.0, 3483.0, 3471.0, 3481.0, 3502.0, 3511.0, 3478.0, 3476.0, 3467.0, 3477.0, 3466.0, 3479.0, 3468.0, 3480.0, 3492.0, 3491.0, 3482.0, 3492.0, 3481.0, 3493.0, 3502.0, 3493.0, 3481.0, 3481.0, 3481.0, 3480.0, 3481.0, 3489.0, 3490.0, 3480.0, 3468.0, 3478.0, 3467.0, 3467.0, 3479.0, 3467.0, 3469.0, 3480.0, 3480.0, 3492.0, 3493.0, 3482.0, 3483.0, 3492.0, 3503.0, 3481.0, 3471.0, 3491.0, 3480.0, 3501.0, 3480.0, 3479.0, 3480.0, 3480.0, 3470.0, 3481.0, 3481.0, 3481.0, 3493.0, 3482.0, 3470.0, 3494.0, 3505.0, 3505.0, 3495.0, 3485.0, 3495.0, 3495.0, 3471.0, 3483.0, 3505.0, 3504.0, 3494.0, 3494.0, 3493.0, 3493.0, 3493.0, 3480.0, 3481.0, 3490.0, 3490.0, 3478.0, 3488.0, 3467.0, 3477.0, 3488.0, 3466.0, 3476.0, 3455.0, 3466.0, 3464.0, 3454.0, 3464.0, 3464.0, 3466.0, 3455.0, 3466.0, 3478.0, 3456.0, 3478.0, 3479.0, 3479.0, 3480.0, 3480.0, 3480.0, 3491.0, 3491.0, 3480.0, 3481.0, 3480.0, 3493.0, 3469.0, 3481.0, 3493.0, 3484.0, 3494.0, 3506.0, 3484.0, 3483.0, 3494.0, 3482.0, 3483.0, 3504.0, 3504.0, 3494.0, 3492.0, 3481.0, 3490.0, 3479.0, 3480.0, 3482.0, 3481.0, 3492.0, 3470.0, 3491.0, 3492.0, 3481.0, 3493.0, 3493.0, 3492.0, 3494.0, 3483.0, 3493.0, 3493.0, 3515.0, 3493.0, 3484.0, 3493.0, 3493.0, 3502.0, 3482.0, 3493.0, 3482.0, 3493.0, 3492.0, 3492.0, 3492.0, 3480.0, 3492.0, 3493.0, 3482.0, 3494.0, 3472.0, 3483.0, 3494.0, 3493.0, 3493.0, 3482.0, 3481.0, 3492.0, 3482.0, 3482.0, 3491.0, 3481.0, 3493.0, 3482.0, 3492.0, 3492.0, 3471.0, 3493.0, 3494.0, 3471.0, 3495.0, 3506.0, 3504.0, 3482.0, 3481.0, 3481.0, 3493.0, 3471.0, 3482.0, 3503.0, 3492.0, 3482.0, 3492.0, 3482.0, 3482.0, 3491.0, 3481.0, 3492.0, 3470.0, 3482.0, 3493.0, 3480.0, 3482.0, 3504.0, 3481.0, 3482.0, 3492.0, 3490.0, 3481.0, 3481.0, 3481.0, 3492.0, 3471.0, 3481.0, 3493.0, 3490.0, 3491.0, 3491.0, 3491.0, 3480.0, 3480.0, 3480.0, 3481.0, 3458.0, 3468.0, 3491.0, 3469.0, 3491.0, 3494.0, 3483.0, 3482.0, 3493.0, 3471.0, 3482.0, 3492.0, 3492.0, 3481.0, 3493.0, 3480.0, 3492.0, 3491.0, 3481.0, 3493.0, 3493.0, 3493.0, 3505.0, 3503.0, 3504.0, 3492.0, 3480.0, 3492.0, 3471.0, 3493.0, 3492.0, 3491.0, 3482.0, 3493.0, 3482.0, 3493.0, 3482.0, 3482.0, 3493.0, 3482.0, 3483.0, 3493.0, 3503.0, 3493.0, 3492.0, 3482.0, 3493.0, 3482.0, 3514.0, 3480.0, 3468.0, 3480.0, 3491.0, 3481.0, 3493.0, 3493.0, 3482.0, 3494.0, 3471.0, 3493.0, 3493.0, 3493.0, 3492.0, 3482.0, 3482.0, 3482.0, 3514.0, 3482.0, 3470.0, 3480.0, 3492.0, 3469.0, 3481.0, 3470.0, 3480.0, 3490.0, 3481.0, 3492.0, 3482.0, 3493.0, 3494.0, 3483.0, 3493.0, 3493.0, 3493.0, 3505.0, 3492.0, 3491.0, 3494.0, 3472.0, 3481.0, 3491.0, 3501.0, 3480.0, 3491.0, 3481.0, 3491.0, 3481.0, 3479.0, 3491.0, 3481.0, 3481.0, 3480.0, 3469.0, 3490.0, 3479.0, 3480.0, 3479.0, 3480.0, 3480.0, 3490.0, 3490.0, 3492.0, 3480.0, 3492.0, 3490.0, 3481.0, 3491.0, 3480.0, 3492.0, 3492.0, 3492.0, 3492.0, 3492.0, 3492.0, 3492.0, 3493.0, 3492.0, 3492.0, 3504.0, 3493.0, 3493.0, 3493.0, 3480.0, 3493.0, 3471.0, 3493.0, 3493.0, 3503.0, 3493.0, 3482.0, 3481.0, 3492.0, 3502.0, 3480.0, 3469.0, 3480.0, 3490.0, 3480.0, 3480.0, 3469.0, 3490.0, 3492.0, 3492.0, 3493.0, 3493.0, 3493.0, 3494.0, 3483.0, 3492.0, 3504.0, 3492.0, 3493.0, 3501.0, 3502.0, 3492.0, 3491.0, 3492.0, 3492.0, 3491.0, 3481.0, 3491.0, 3502.0, 3492.0, 3493.0, 3481.0, 3491.0, 3470.0, 3480.0, 3492.0, 3470.0, 3492.0, 3492.0, 3493.0, 3493.0, 3493.0, 3493.0, 3494.0, 3492.0, 3494.0, 3494.0, 3493.0, 3493.0, 3505.0, 3481.0, 3494.0, 3493.0, 3492.0, 3493.0, 3493.0, 3493.0, 3492.0, 3492.0, 3481.0, 3492.0, 3481.0, 3492.0, 3471.0, 3492.0, 3503.0, 3482.0, 3494.0, 3493.0, 3493.0, 3494.0, 3483.0, 3492.0, 3504.0, 3493.0, 3482.0, 3482.0, 3481.0, 3493.0, 3482.0, 3492.0, 3503.0, 3493.0, 3492.0, 3503.0, 3481.0, 3493.0, 3470.0, 3493.0, 3491.0, 3502.0, 3492.0, 3481.0, 3481.0, 3503.0, 3490.0, 3478.0, 3490.0, 3490.0, 3492.0, 3492.0, 3493.0, 3505.0, 3507.0, 3507.0, 3518.0, 3505.0, 3506.0, 3515.0, 3494.0, 3481.0, 3504.0, 3469.0, 3491.0, 3490.0, 3479.0, 3479.0, 3478.0, 3480.0, 3479.0, 3479.0, 3479.0, 3479.0, 3502.0, 3480.0, 3492.0, 3480.0, 3481.0, 3492.0, 3481.0, 3493.0, 3492.0, 3492.0, 3492.0, 3480.0, 3491.0, 3469.0, 3491.0, 3491.0, 3480.0, 3491.0, 3490.0, 3481.0, 3470.0, 3481.0, 3490.0, 3479.0, 3491.0, 3491.0, 3480.0, 3491.0, 3480.0, 3492.0, 3491.0, 3493.0, 3481.0, 3482.0, 3491.0, 3491.0, 3492.0, 3490.0, 3480.0, 3480.0, 3480.0, 3492.0, 3471.0, 3482.0, 3504.0, 3472.0, 3494.0, 3494.0, 3472.0, 3494.0, 3504.0, 3503.0, 3493.0, 3482.0, 3491.0, 3480.0, 3500.0, 3479.0, 3457.0, 3480.0, 3478.0, 3479.0, 3479.0, 3467.0, 3479.0, 3490.0, 3480.0, 3492.0, 3492.0, 3493.0, 3493.0, 3493.0, 3493.0, 3493.0, 3482.0, 3494.0, 3505.0, 3494.0, 3493.0, 3481.0, 3492.0, 3491.0, 3491.0, 3491.0, 3491.0, 3481.0, 3491.0, 3502.0, 3480.0, 3491.0, 3480.0, 3491.0, 3490.0, 3481.0, 3480.0, 3480.0, 3492.0, 3470.0, 3491.0, 3492.0, 3480.0, 3492.0, 3493.0, 3482.0, 3503.0, 3492.0, 3491.0, 3492.0, 3506.0, 3493.0, 3483.0, 3492.0, 3482.0, 3492.0, 3493.0, 3482.0, 3492.0, 3501.0, 3481.0, 3491.0, 3481.0, 3491.0, 3491.0, 3492.0, 3492.0, 3492.0, 3505.0, 3483.0, 3494.0, 3505.0, 3494.0, 3494.0, 3505.0, 3483.0, 3494.0, 3493.0, 3493.0, 3505.0, 3483.0, 3504.0, 3492.0, 3514.0, 3492.0, 3493.0, 3482.0, 3514.0, 3491.0, 3489.0, 3488.0, 3467.0, 3490.0, 3492.0, 3471.0, 3493.0, 3505.0, 3505.0, 3506.0, 3494.0, 3504.0, 3505.0, 3483.0, 3493.0, 3493.0, 3502.0, 3493.0, 3480.0, 3501.0, 3478.0, 3466.0, 3478.0, 3477.0, 3477.0, 3490.0, 3470.0, 3492.0, 3492.0, 3503.0, 3493.0, 3492.0, 3483.0, 3493.0, 3493.0, 3503.0, 3492.0, 3481.0, 3491.0, 3490.0, 3481.0, 3480.0, 3478.0, 3491.0, 3491.0, 3481.0, 3480.0, 3480.0, 3491.0, 3470.0, 3491.0, 3492.0, 3493.0, 3493.0, 3493.0, 3492.0, 3492.0, 3492.0, 3503.0, 3492.0, 3480.0, 3492.0, 3458.0, 3481.0, 3491.0, 3500.0, 3478.0, 3478.0, 3467.0, 3479.0, 3490.0, 3490.0, 3504.0, 3505.0, 3494.0, 3495.0, 3483.0, 3493.0, 3494.0, 3481.0, 3482.0, 3483.0, 3482.0, 3492.0, 3480.0, 3481.0, 3469.0, 3480.0, 3478.0, 3468.0, 3480.0, 3457.0, 3480.0, 3490.0, 3480.0, 3491.0, 3481.0, 3492.0, 3504.0, 3503.0, 3481.0, 3493.0, 3503.0, 3494.0, 3506.0, 3483.0, 3494.0, 3505.0, 3493.0, 3504.0, 3492.0, 3493.0, 3492.0, 3491.0, 3491.0, 3478.0, 3468.0, 3479.0, 3481.0, 3480.0, 3491.0, 3480.0, 3491.0, 3491.0, 3492.0, 3504.0, 3481.0, 3492.0, 3491.0, 3481.0, 3492.0, 3471.0, 3481.0, 3481.0, 3481.0, 3492.0, 3469.0, 3493.0, 3492.0, 3493.0, 3493.0, 3493.0, 3492.0, 3494.0, 3482.0, 3494.0, 3492.0, 3493.0, 3493.0, 3503.0, 3492.0, 3470.0, 3492.0, 3491.0, 3479.0, 3490.0, 3479.0, 3480.0, 3479.0, 3479.0, 3491.0, 3469.0, 3492.0, 3494.0, 3482.0, 3493.0, 3483.0, 3493.0, 3505.0, 3504.0, 3493.0, 3481.0, 3492.0, 3491.0, 3480.0, 3480.0, 3469.0, 3480.0, 3491.0, 3479.0, 3480.0, 3480.0, 3492.0, 3503.0, 3480.0, 3492.0, 3493.0, 3492.0, 3503.0, 3482.0, 3493.0, 3493.0, 3493.0, 3504.0, 3492.0, 3504.0, 3482.0, 3493.0, 3492.0, 3493.0, 3505.0, 3493.0, 3504.0, 3471.0, 3494.0, 3503.0, 3493.0], 'WindowWidth': [8003.0, 7971.0, 7934.0, 7943.0, 7922.0, 7932.0, 7945.0, 7900.0, 7911.0, 7894.0, 7928.0, 7911.0, 7912.0, 7913.0, 7897.0, 7946.0, 7931.0, 7921.0, 7935.0, 7921.0, 7942.0, 7926.0, 7940.0, 7937.0, 7951.0, 7936.0, 7938.0, 7940.0, 7938.0, 7937.0, 7933.0, 7940.0, 7919.0, 7920.0, 7950.0, 7947.0, 7930.0, 7929.0, 7930.0, 7916.0, 7948.0, 7907.0, 7920.0, 7919.0, 7907.0, 7917.0, 7916.0, 7930.0, 7929.0, 7930.0, 7913.0, 7913.0, 7911.0, 7912.0, 7913.0, 7883.0, 7916.0, 7928.0, 7900.0, 7916.0, 7898.0, 7916.0, 7933.0, 7917.0, 7935.0, 7902.0, 7903.0, 7937.0, 7932.0, 7921.0, 7920.0, 7916.0, 7924.0, 7921.0, 7923.0, 7939.0, 7953.0, 7920.0, 7919.0, 7930.0, 7916.0, 7913.0, 7899.0, 7932.0, 7919.0, 7917.0, 7914.0, 7943.0, 7914.0, 7929.0, 7913.0, 7916.0, 7914.0, 7927.0, 7913.0, 7899.0, 7898.0, 7911.0, 7938.0, 7913.0, 7898.0, 7898.0, 7897.0, 7911.0, 7899.0, 7929.0, 7913.0, 7919.0, 7931.0, 7920.0, 7938.0, 7941.0, 7911.0, 7940.0, 7956.0, 7928.0, 7941.0, 7938.0, 7938.0, 7936.0, 7936.0, 7905.0, 7922.0, 7935.0, 7963.0, 7905.0, 7931.0, 7916.0, 7918.0, 7927.0, 7899.0, 7932.0, 7902.0, 7927.0, 7934.0, 7935.0, 7920.0, 7933.0, 7921.0, 7939.0, 7921.0, 7934.0, 7934.0, 7931.0, 7919.0, 7919.0, 7964.0, 7920.0, 7917.0, 7913.0, 7915.0, 7899.0, 7901.0, 7935.0, 7888.0, 7913.0, 7931.0, 7902.0, 7917.0, 7918.0, 7932.0, 7945.0, 7919.0, 7914.0, 7898.0, 7912.0, 7938.0, 7907.0, 7907.0, 7907.0, 7912.0, 7898.0, 7897.0, 7914.0, 7901.0, 7916.0, 7934.0, 7906.0, 7923.0, 7938.0, 7936.0, 7922.0, 7933.0, 7934.0, 7917.0, 7944.0, 7899.0, 7914.0, 7898.0, 7914.0, 7925.0, 7896.0, 7912.0, 7912.0, 7915.0, 7913.0, 7926.0, 7898.0, 7884.0, 7899.0, 7930.0, 7916.0, 7902.0, 7911.0, 7899.0, 7919.0, 7887.0, 7902.0, 7934.0, 7933.0, 7901.0, 7915.0, 7915.0, 7921.0, 7918.0, 7919.0, 7924.0, 7935.0, 7904.0, 7920.0, 7933.0, 7919.0, 7936.0, 7948.0, 7932.0, 7928.0, 7942.0, 7916.0, 7916.0, 7914.0, 7919.0, 7917.0, 7904.0, 7919.0, 7930.0, 7902.0, 7913.0, 7927.0, 7898.0, 7912.0, 7898.0, 7913.0, 7897.0, 7900.0, 7917.0, 7902.0, 7904.0, 7918.0, 7918.0, 7920.0, 7934.0, 7902.0, 7917.0, 7934.0, 7921.0, 7938.0, 7938.0, 7955.0, 7939.0, 7938.0, 7962.0, 7901.0, 7913.0, 7929.0, 7900.0, 7919.0, 7899.0, 7914.0, 7899.0, 7916.0, 7914.0, 7898.0, 7920.0, 7886.0, 7917.0, 7935.0, 7948.0, 7903.0, 7934.0, 7921.0, 7920.0, 7934.0, 7902.0, 7935.0, 7904.0, 7919.0, 7933.0, 7936.0, 7921.0, 7935.0, 7920.0, 7934.0, 7931.0, 7919.0, 7915.0, 7928.0, 7917.0, 7917.0, 7900.0, 7916.0, 7903.0, 7917.0, 7957.0, 7925.0, 7936.0, 7919.0, 7933.0, 7905.0, 7933.0, 7920.0, 7920.0, 7937.0, 7932.0, 7919.0, 7886.0, 7900.0, 7917.0, 7930.0, 7899.0, 7932.0, 7913.0, 7915.0, 7912.0, 7927.0, 7901.0, 7900.0, 7896.0, 7900.0, 7911.0, 7896.0, 7914.0, 7886.0, 7897.0, 7915.0, 7929.0, 7899.0, 7914.0, 7898.0, 7899.0, 7913.0, 7929.0, 7900.0, 7893.0, 7908.0, 7913.0, 7931.0, 7920.0, 7925.0, 7925.0, 7910.0, 7926.0, 7938.0, 7952.0, 7938.0, 7921.0, 7950.0, 7906.0, 7921.0, 7934.0, 7904.0, 7932.0, 7899.0, 7918.0, 7900.0, 7915.0, 7915.0, 7944.0, 7901.0, 7917.0, 7915.0, 7902.0, 7945.0, 7928.0, 7900.0, 7949.0, 7902.0, 7923.0, 7906.0, 7878.0, 7890.0, 7893.0, 7893.0, 7910.0, 7899.0, 7881.0, 7897.0, 7912.0, 7926.0, 7915.0, 7913.0, 7926.0, 7909.0, 7901.0, 7897.0, 7893.0, 7894.0, 7893.0, 7895.0, 7895.0, 7916.0, 7899.0, 7915.0, 7899.0, 7911.0, 7901.0, 7898.0, 7898.0, 7897.0, 7940.0, 7899.0, 7912.0, 7897.0, 7913.0, 7896.0, 7898.0, 7899.0, 7898.0, 7938.0, 7946.0, 7940.0, 7941.0, 7923.0, 7924.0, 7937.0, 7931.0, 7938.0, 7934.0, 7935.0, 7920.0, 7935.0, 7949.0, 7919.0, 7930.0, 7902.0, 7958.0, 7931.0, 7932.0, 7913.0, 7897.0, 7915.0, 7885.0, 7919.0, 7935.0, 7930.0, 7918.0, 7900.0, 7918.0, 7916.0, 7904.0, 7933.0, 7900.0, 7934.0, 7919.0, 7921.0, 7904.0, 7921.0, 7921.0, 7920.0, 7957.0, 7926.0, 7944.0, 7942.0, 7929.0, 7945.0, 7924.0, 7937.0, 7950.0, 7925.0, 7920.0, 7921.0, 7942.0, 7927.0, 7943.0, 7925.0, 7923.0, 7939.0, 7951.0, 7926.0, 7907.0, 7919.0, 7947.0, 7959.0, 7908.0, 7903.0, 7893.0, 7906.0, 7892.0, 7912.0, 7898.0, 7918.0, 7935.0, 7934.0, 7923.0, 7936.0, 7922.0, 7940.0, 7950.0, 7939.0, 7920.0, 7918.0, 7919.0, 7915.0, 7917.0, 7927.0, 7930.0, 7915.0, 7898.0, 7909.0, 7894.0, 7896.0, 7911.0, 7895.0, 7900.0, 7915.0, 7917.0, 7936.0, 7939.0, 7924.0, 7926.0, 7935.0, 7951.0, 7920.0, 7905.0, 7932.0, 7915.0, 7944.0, 7914.0, 7913.0, 7915.0, 7917.0, 7902.0, 7919.0, 7920.0, 7919.0, 7940.0, 7924.0, 7906.0, 7942.0, 7959.0, 7958.0, 7949.0, 7936.0, 7946.0, 7944.0, 7909.0, 7926.0, 7958.0, 7954.0, 7942.0, 7941.0, 7939.0, 7940.0, 7937.0, 7918.0, 7918.0, 7928.0, 7928.0, 7909.0, 7920.0, 7893.0, 7905.0, 7920.0, 7891.0, 7903.0, 7872.0, 7888.0, 7884.0, 7872.0, 7884.0, 7883.0, 7888.0, 7875.0, 7891.0, 7909.0, 7879.0, 7910.0, 7914.0, 7914.0, 7917.0, 7916.0, 7916.0, 7933.0, 7933.0, 7918.0, 7921.0, 7919.0, 7938.0, 7901.0, 7920.0, 7940.0, 7929.0, 7942.0, 7962.0, 7930.0, 7927.0, 7941.0, 7924.0, 7924.0, 7955.0, 7955.0, 7941.0, 7935.0, 7918.0, 7927.0, 7913.0, 7917.0, 7923.0, 7918.0, 7935.0, 7904.0, 7933.0, 7935.0, 7920.0, 7940.0, 7938.0, 7936.0, 7944.0, 7926.0, 7940.0, 7940.0, 7970.0, 7940.0, 7929.0, 7940.0, 7938.0, 7950.0, 7923.0, 7937.0, 7923.0, 7940.0, 7936.0, 7936.0, 7935.0, 7917.0, 7937.0, 7938.0, 7924.0, 7942.0, 7911.0, 7925.0, 7941.0, 7938.0, 7938.0, 7923.0, 7920.0, 7936.0, 7922.0, 7922.0, 7933.0, 7921.0, 7937.0, 7923.0, 7936.0, 7937.0, 7908.0, 7939.0, 7942.0, 7908.0, 7944.0, 7961.0, 7954.0, 7924.0, 7920.0, 7919.0, 7938.0, 7907.0, 7924.0, 7953.0, 7936.0, 7922.0, 7936.0, 7921.0, 7923.0, 7934.0, 7920.0, 7937.0, 7906.0, 7923.0, 7937.0, 7918.0, 7921.0, 7954.0, 7921.0, 7921.0, 7936.0, 7930.0, 7920.0, 7919.0, 7919.0, 7936.0, 7906.0, 7919.0, 7937.0, 7931.0, 7933.0, 7932.0, 7931.0, 7917.0, 7916.0, 7917.0, 7918.0, 7883.0, 7897.0, 7931.0, 7902.0, 7934.0, 7942.0, 7927.0, 7924.0, 7939.0, 7908.0, 7922.0, 7936.0, 7935.0, 7920.0, 7937.0, 7918.0, 7936.0, 7935.0, 7922.0, 7940.0, 7940.0, 7940.0, 7958.0, 7952.0, 7955.0, 7936.0, 7918.0, 7938.0, 7908.0, 7938.0, 7938.0, 7934.0, 7923.0, 7939.0, 7925.0, 7939.0, 7923.0, 7922.0, 7939.0, 7925.0, 7925.0, 7938.0, 7953.0, 7939.0, 7936.0, 7925.0, 7941.0, 7924.0, 7968.0, 7915.0, 7895.0, 7916.0, 7933.0, 7921.0, 7939.0, 7940.0, 7924.0, 7944.0, 7908.0, 7941.0, 7938.0, 7938.0, 7938.0, 7924.0, 7923.0, 7922.0, 7966.0, 7922.0, 7903.0, 7916.0, 7934.0, 7900.0, 7918.0, 7903.0, 7914.0, 7930.0, 7919.0, 7936.0, 7923.0, 7939.0, 7943.0, 7927.0, 7941.0, 7941.0, 7939.0, 7956.0, 7937.0, 7934.0, 7941.0, 7909.0, 7920.0, 7931.0, 7945.0, 7916.0, 7932.0, 7919.0, 7933.0, 7918.0, 7915.0, 7933.0, 7919.0, 7918.0, 7916.0, 7900.0, 7930.0, 7912.0, 7917.0, 7916.0, 7916.0, 7917.0, 7929.0, 7931.0, 7935.0, 7916.0, 7934.0, 7930.0, 7918.0, 7933.0, 7917.0, 7935.0, 7934.0, 7934.0, 7934.0, 7937.0, 7935.0, 7935.0, 7938.0, 7935.0, 7935.0, 7955.0, 7939.0, 7940.0, 7937.0, 7918.0, 7939.0, 7907.0, 7938.0, 7938.0, 7951.0, 7937.0, 7922.0, 7919.0, 7934.0, 7948.0, 7918.0, 7900.0, 7916.0, 7929.0, 7914.0, 7916.0, 7900.0, 7929.0, 7935.0, 7937.0, 7941.0, 7939.0, 7940.0, 7941.0, 7925.0, 7937.0, 7954.0, 7936.0, 7939.0, 7945.0, 7944.0, 7933.0, 7934.0, 7937.0, 7936.0, 7933.0, 7920.0, 7932.0, 7948.0, 7935.0, 7937.0, 7920.0, 7931.0, 7903.0, 7916.0, 7934.0, 7904.0, 7936.0, 7936.0, 7937.0, 7940.0, 7938.0, 7937.0, 7941.0, 7937.0, 7940.0, 7942.0, 7940.0, 7939.0, 7956.0, 7921.0, 7940.0, 7939.0, 7936.0, 7940.0, 7940.0, 7939.0, 7937.0, 7936.0, 7918.0, 7934.0, 7920.0, 7936.0, 7906.0, 7936.0, 7951.0, 7923.0, 7941.0, 7940.0, 7940.0, 7941.0, 7924.0, 7935.0, 7955.0, 7938.0, 7923.0, 7921.0, 7920.0, 7936.0, 7924.0, 7936.0, 7951.0, 7939.0, 7937.0, 7951.0, 7921.0, 7938.0, 7906.0, 7936.0, 7934.0, 7949.0, 7935.0, 7921.0, 7919.0, 7950.0, 7928.0, 7908.0, 7929.0, 7929.0, 7935.0, 7939.0, 7942.0, 7961.0, 7964.0, 7966.0, 7981.0, 7960.0, 7961.0, 7971.0, 7941.0, 7920.0, 7953.0, 7902.0, 7931.0, 7928.0, 7912.0, 7913.0, 7911.0, 7914.0, 7911.0, 7913.0, 7912.0, 7911.0, 7949.0, 7917.0, 7936.0, 7918.0, 7920.0, 7937.0, 7922.0, 7939.0, 7936.0, 7935.0, 7933.0, 7917.0, 7934.0, 7902.0, 7934.0, 7931.0, 7917.0, 7931.0, 7930.0, 7920.0, 7902.0, 7918.0, 7927.0, 7913.0, 7933.0, 7931.0, 7917.0, 7931.0, 7916.0, 7936.0, 7933.0, 7938.0, 7920.0, 7921.0, 7932.0, 7932.0, 7935.0, 7930.0, 7917.0, 7918.0, 7917.0, 7937.0, 7906.0, 7922.0, 7956.0, 7911.0, 7941.0, 7943.0, 7910.0, 7940.0, 7955.0, 7951.0, 7938.0, 7922.0, 7932.0, 7914.0, 7941.0, 7911.0, 7881.0, 7914.0, 7911.0, 7911.0, 7911.0, 7894.0, 7912.0, 7929.0, 7917.0, 7935.0, 7937.0, 7940.0, 7941.0, 7940.0, 7939.0, 7941.0, 7925.0, 7941.0, 7957.0, 7941.0, 7939.0, 7920.0, 7937.0, 7932.0, 7932.0, 7932.0, 7932.0, 7918.0, 7931.0, 7948.0, 7917.0, 7932.0, 7918.0, 7932.0, 7929.0, 7919.0, 7915.0, 7915.0, 7936.0, 7903.0, 7934.0, 7935.0, 7916.0, 7934.0, 7939.0, 7922.0, 7949.0, 7935.0, 7934.0, 7938.0, 7960.0, 7940.0, 7927.0, 7937.0, 7924.0, 7937.0, 7938.0, 7922.0, 7935.0, 7946.0, 7919.0, 7932.0, 7917.0, 7933.0, 7933.0, 7934.0, 7936.0, 7936.0, 7958.0, 7926.0, 7943.0, 7958.0, 7943.0, 7942.0, 7957.0, 7927.0, 7943.0, 7939.0, 7939.0, 7958.0, 7926.0, 7954.0, 7937.0, 7967.0, 7935.0, 7938.0, 7924.0, 7968.0, 7930.0, 7923.0, 7921.0, 7895.0, 7930.0, 7936.0, 7910.0, 7939.0, 7959.0, 7959.0, 7961.0, 7943.0, 7957.0, 7958.0, 7925.0, 7939.0, 7937.0, 7949.0, 7937.0, 7915.0, 7947.0, 7909.0, 7892.0, 7908.0, 7906.0, 7907.0, 7929.0, 7905.0, 7936.0, 7938.0, 7953.0, 7940.0, 7938.0, 7925.0, 7938.0, 7937.0, 7951.0, 7935.0, 7918.0, 7933.0, 7930.0, 7918.0, 7915.0, 7911.0, 7934.0, 7934.0, 7919.0, 7916.0, 7916.0, 7933.0, 7904.0, 7934.0, 7937.0, 7939.0, 7940.0, 7938.0, 7937.0, 7937.0, 7936.0, 7951.0, 7934.0, 7915.0, 7936.0, 7887.0, 7920.0, 7933.0, 7942.0, 7909.0, 7909.0, 7894.0, 7915.0, 7931.0, 7932.0, 7954.0, 7958.0, 7943.0, 7944.0, 7928.0, 7940.0, 7941.0, 7922.0, 7925.0, 7925.0, 7922.0, 7936.0, 7916.0, 7918.0, 7902.0, 7916.0, 7911.0, 7897.0, 7916.0, 7884.0, 7917.0, 7930.0, 7916.0, 7932.0, 7923.0, 7937.0, 7953.0, 7953.0, 7918.0, 7937.0, 7953.0, 7944.0, 7961.0, 7929.0, 7943.0, 7958.0, 7939.0, 7954.0, 7936.0, 7936.0, 7936.0, 7930.0, 7931.0, 7910.0, 7896.0, 7912.0, 7919.0, 7916.0, 7933.0, 7917.0, 7933.0, 7935.0, 7936.0, 7954.0, 7919.0, 7936.0, 7932.0, 7918.0, 7935.0, 7906.0, 7921.0, 7918.0, 7919.0, 7933.0, 7901.0, 7938.0, 7937.0, 7939.0, 7939.0, 7940.0, 7938.0, 7943.0, 7923.0, 7941.0, 7936.0, 7937.0, 7938.0, 7950.0, 7936.0, 7902.0, 7934.0, 7929.0, 7913.0, 7929.0, 7914.0, 7915.0, 7914.0, 7913.0, 7932.0, 7902.0, 7937.0, 7942.0, 7923.0, 7941.0, 7926.0, 7939.0, 7957.0, 7955.0, 7939.0, 7920.0, 7934.0, 7932.0, 7916.0, 7917.0, 7900.0, 7917.0, 7929.0, 7912.0, 7917.0, 7916.0, 7936.0, 7950.0, 7917.0, 7936.0, 7938.0, 7937.0, 7953.0, 7925.0, 7939.0, 7938.0, 7937.0, 7954.0, 7936.0, 7955.0, 7923.0, 7938.0, 7936.0, 7938.0, 7958.0, 7940.0, 7956.0, 7909.0, 7941.0, 7952.0, 7937.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.0001718092354277063</td></tr>
<tr><td colspan=3>aqi</td><td>0.0246950566994701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.39875457344694</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1847232760303037</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.994140159772725</td></tr>
<tr><td colspan=3>efc</td><td>0.444</td></tr>
<tr><td colspan=3>fber</td><td>5537.4307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07712551673613506</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.757002271006813</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5502891646543637</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.477562850021208</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7898896607565744</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.383414983185308</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733207</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015604800544679165</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027364609763026237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.642657955040554</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.5799</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8114</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.6416</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>309806.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>549.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>246.2685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9984</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>398.9698</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2742.3612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.2345</td></tr>
<tr><td colspan=3>tsnr</td><td>40.817690858850256</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>