<?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-0024_ses-03_task-alignvideo_acq-mb8_run-02_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-0024_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0024_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_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-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_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-0024/ses-03/func/sub-0024_ses-03_task-alignvideo_acq-mb8_run-02_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>a202a543d9f49231bb2ed1f9deb1c3e6</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:43:45.595000</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_VE11C_LATEST_20160120</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.99762, -0.0630611, 0.0278853, 0.0597938, 0.992613, 0.105568]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0843732</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7792, -7252, 591, -71, -291, 73, 96]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18d9d40e-1d00-4209-a86c-fda50a8c0d16||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676541566848755, 0.16042236983776093, 0.09270868450403214, 101.87405395507812], [0.16918842494487762, 2.663107395172119, 0.279854416847229, -104.54061889648438], [0.07481417804956436, -0.28323230147361755, 2.683856725692749, -58.34901428222656], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['124345.595000', '124346.055000', '124346.515000', '124346.975000', '124347.435000', '124347.895000', '124348.355000', '124348.815000', '124349.275000', '124349.735000', '124350.195000', '124350.655000', '124351.115000', '124351.575000', '124352.035000', '124352.495000', '124352.955000', '124353.415000', '124353.875000', '124354.335000', '124354.795000', '124355.255000', '124355.715000', '124356.175000', '124356.635000', '124357.095000', '124357.555000', '124358.015000', '124358.475000', '124358.935000', '124359.395000', '124359.855000', '124400.315000', '124400.775000', '124401.235000', '124401.695000', '124402.155000', '124402.615000', '124403.075000', '124403.535000', '124403.995000', '124404.455000', '124404.915000', '124405.375000', '124405.835000', '124406.295000', '124406.755000', '124407.215000', '124407.675000', '124408.135000', '124408.595000', '124409.055000', '124409.515000', '124409.975000', '124410.435000', '124410.895000', '124411.355000', '124411.815000', '124412.275000', '124412.735000', '124413.195000', '124413.655000', '124414.115000', '124414.575000', '124415.035000', '124415.495000', '124415.955000', '124416.415000', '124416.875000', '124417.335000', '124417.795000', '124418.255000', '124418.715000', '124419.175000', '124419.635000', '124420.095000', '124420.555000', '124421.015000', '124421.475000', '124421.935000', '124422.395000', '124422.855000', '124423.315000', '124423.775000', '124424.235000', '124424.695000', '124425.155000', '124425.615000', '124426.075000', '124426.535000', '124426.995000', '124427.455000', '124427.915000', '124428.375000', '124428.835000', '124429.295000', '124429.755000', '124430.215000', '124430.675000', '124431.135000', '124431.595000', '124432.055000', '124432.515000', '124432.975000', '124433.435000', '124433.895000', '124434.355000', '124434.815000', '124435.275000', '124435.735000', '124436.195000', '124436.655000', '124437.115000', '124437.575000', '124438.035000', '124438.495000', '124438.955000', '124439.415000', '124439.875000', '124440.335000', '124440.795000', '124441.255000', '124441.715000', '124442.175000', '124442.635000', '124443.095000', '124443.555000', '124444.015000', '124444.475000', '124444.935000', '124445.395000', '124445.855000', '124446.315000', '124446.775000', '124447.235000', '124447.695000', '124448.155000', '124448.615000', '124449.075000', '124449.535000', '124449.995000', '124450.455000', '124450.915000', '124451.375000', '124451.835000', '124452.295000', '124452.755000', '124453.215000', '124453.675000', '124454.135000', '124454.595000', '124455.055000', '124455.515000', '124455.975000', '124456.435000', '124456.895000', '124457.355000', '124457.815000', '124458.275000', '124458.735000', '124459.195000', '124459.655000', '124500.115000', '124500.575000', '124501.035000', '124501.495000', '124501.955000', '124502.415000', '124502.875000', '124503.335000', '124503.795000', '124504.255000', '124504.715000', '124505.175000', '124505.635000', '124506.095000', '124506.555000', '124507.015000', '124507.475000', '124507.935000', '124508.395000', '124508.855000', '124509.315000', '124509.775000', '124510.235000', '124510.695000', '124511.155000', '124511.615000', '124512.075000', '124512.535000', '124512.995000', '124513.455000', '124513.915000', '124514.375000', '124514.835000', '124515.295000', '124515.755000', '124516.215000', '124516.675000', '124517.135000', '124517.595000', '124518.055000', '124518.515000', '124518.975000', '124519.435000', '124519.895000', '124520.355000', '124520.815000', '124521.275000', '124521.735000', '124522.195000', '124522.655000', '124523.115000', '124523.575000', '124524.035000', '124524.495000', '124524.955000', '124525.415000', '124525.875000', '124526.335000', '124526.795000', '124527.255000', '124527.715000', '124528.175000', '124528.635000', '124529.095000', '124529.555000', '124530.015000', '124530.475000', '124530.935000', '124531.395000', '124531.855000', '124532.315000', '124532.775000', '124533.235000', '124533.695000', '124534.155000', '124534.615000', '124535.075000', '124535.535000', '124535.995000', '124536.455000', '124536.915000', '124537.375000', '124537.835000', '124538.295000', '124538.755000', '124539.215000', '124539.675000', '124540.135000', '124540.595000', '124541.055000', '124541.515000', '124541.975000', '124542.435000', '124542.895000', '124543.355000', '124543.815000', '124544.275000', '124544.735000', '124545.195000', '124545.655000', '124546.115000', '124546.575000', '124547.035000', '124547.495000', '124547.955000', '124548.415000', '124548.875000', '124549.335000', '124549.795000', '124550.255000', '124550.715000', '124551.175000', '124551.635000', '124552.095000', '124552.555000', '124553.015000', '124553.475000', '124553.935000', '124554.395000', '124554.855000', '124555.315000', '124555.775000', '124556.235000', '124556.695000', '124557.155000', '124557.615000', '124558.075000', '124558.535000', '124558.995000', '124559.455000', '124559.915000', '124600.375000', '124600.835000', '124601.295000', '124601.755000', '124602.215000', '124602.675000', '124603.135000', '124603.595000', '124604.055000', '124604.515000', '124604.975000', '124605.435000', '124605.895000', '124606.355000', '124606.815000', '124607.275000', '124607.735000', '124608.195000', '124608.655000', '124609.115000', '124609.575000', '124610.035000', '124610.495000', '124610.955000', '124611.415000', '124611.875000', '124612.335000', '124612.795000', '124613.255000', '124613.715000', '124614.175000', '124614.635000', '124615.095000', '124615.555000', '124616.015000', '124616.475000', '124616.935000', '124617.395000', '124617.855000', '124618.315000', '124618.775000', '124619.235000', '124619.695000', '124620.155000', '124620.615000', '124621.075000', '124621.535000', '124621.995000', '124622.455000', '124622.915000', '124623.375000', '124623.835000', '124624.295000', '124624.755000', '124625.215000', '124625.675000', '124626.135000', '124626.595000', '124627.055000', '124627.515000', '124627.975000', '124628.435000', '124628.895000', '124629.355000', '124629.815000', '124630.275000', '124630.735000', '124631.195000', '124631.655000', '124632.115000', '124632.575000', '124633.035000', '124633.495000', '124633.955000', '124634.415000', '124634.875000', '124635.335000', '124635.795000', '124636.255000', '124636.715000', '124637.175000', '124637.635000', '124638.095000', '124638.555000', '124639.015000', '124639.475000', '124639.935000', '124640.395000', '124640.855000', '124641.315000', '124641.775000', '124642.235000', '124642.695000', '124643.155000', '124643.615000', '124644.075000', '124644.535000', '124644.995000', '124645.455000', '124645.915000', '124646.375000', '124646.835000', '124647.295000', '124647.755000', '124648.215000', '124648.675000', '124649.135000', '124649.595000', '124650.055000', '124650.515000', '124650.975000', '124651.435000', '124651.895000', '124652.355000', '124652.815000', '124653.275000', '124653.735000', '124654.195000', '124654.655000', '124655.115000', '124655.575000', '124656.035000', '124656.495000', '124656.955000', '124657.415000', '124657.875000', '124658.335000', '124658.795000', '124659.255000', '124659.715000', '124700.175000', '124700.635000', '124701.095000', '124701.555000', '124702.015000', '124702.475000', '124702.935000', '124703.395000', '124703.855000', '124704.315000', '124704.775000', '124705.235000', '124705.695000', '124706.155000', '124706.615000', '124707.075000', '124707.535000', '124707.995000', '124708.455000', '124708.915000', '124709.375000', '124709.835000', '124710.295000', '124710.755000', '124711.215000', '124711.675000', '124712.135000', '124712.595000', '124713.055000', '124713.515000', '124713.975000', '124714.435000', '124714.895000', '124715.355000', '124715.815000', '124716.275000', '124716.735000', '124717.195000', '124717.655000', '124718.115000', '124718.575000', '124719.035000', '124719.495000', '124719.955000', '124720.415000', '124720.875000', '124721.335000', '124721.795000', '124722.255000', '124722.715000', '124723.175000', '124723.635000', '124724.095000', '124724.555000', '124725.015000', '124725.475000', '124725.935000', '124726.395000', '124726.855000', '124727.315000', '124727.775000', '124728.235000', '124728.695000', '124729.155000', '124729.615000', '124730.075000', '124730.535000', '124730.995000', '124731.455000', '124731.915000', '124732.375000', '124732.835000', '124733.295000', '124733.755000', '124734.215000', '124734.675000', '124735.135000', '124735.595000', '124736.055000', '124736.515000', '124736.975000', '124737.435000', '124737.895000', '124738.355000', '124738.815000', '124739.275000', '124739.735000', '124740.195000', '124740.655000', '124741.115000', '124741.575000', '124742.035000', '124742.495000', '124742.955000', '124743.415000', '124743.875000', '124744.335000', '124744.795000', '124745.255000', '124745.715000', '124746.175000', '124746.635000', '124747.095000', '124747.555000', '124748.015000', '124748.475000', '124748.935000', '124749.395000', '124749.855000', '124750.315000', '124750.775000', '124751.235000', '124751.695000', '124752.155000', '124752.615000', '124753.075000', '124753.535000', '124753.995000', '124754.455000', '124754.915000', '124755.375000', '124755.835000', '124756.295000', '124756.755000', '124757.215000', '124757.675000', '124758.135000', '124758.595000', '124759.055000', '124759.515000', '124759.975000', '124800.435000', '124800.895000', '124801.355000', '124801.815000', '124802.275000', '124802.735000', '124803.195000', '124803.655000', '124804.115000', '124804.575000', '124805.035000', '124805.495000', '124805.955000', '124806.415000', '124806.875000', '124807.335000', '124807.795000', '124808.255000', '124808.715000', '124809.175000', '124809.635000', '124810.095000', '124810.555000', '124811.015000', '124811.475000', '124811.935000', '124812.395000', '124812.855000', '124813.315000', '124813.775000', '124814.235000', '124814.695000', '124815.155000', '124815.615000', '124816.075000', '124816.535000', '124816.995000', '124817.455000', '124817.915000', '124818.375000', '124818.835000', '124819.295000', '124819.755000', '124820.215000', '124820.675000', '124821.135000', '124821.595000', '124822.055000', '124822.515000', '124822.975000', '124823.435000', '124823.895000', '124824.355000', '124824.815000', '124825.275000', '124825.735000', '124826.195000', '124826.655000', '124827.115000', '124827.575000', '124828.035000', '124828.495000', '124828.955000', '124829.415000', '124829.875000', '124830.335000', '124830.795000', '124831.255000', '124831.715000', '124832.175000', '124832.635000', '124833.095000', '124833.555000', '124834.015000', '124834.475000', '124834.935000', '124835.395000', '124835.855000', '124836.315000', '124836.775000', '124837.235000', '124837.695000', '124838.155000', '124838.615000', '124839.075000', '124839.535000', '124839.995000', '124840.455000', '124840.915000', '124841.375000', '124841.835000', '124842.295000', '124842.755000', '124843.215000', '124843.675000', '124844.135000', '124844.595000', '124845.055000', '124845.515000', '124845.975000', '124846.435000', '124846.895000', '124847.355000', '124847.815000', '124848.275000', '124848.735000', '124849.195000', '124849.655000', '124850.115000', '124850.575000', '124851.035000', '124851.495000', '124851.955000', '124852.415000', '124852.875000', '124853.335000', '124853.795000', '124854.255000', '124854.715000', '124855.175000', '124855.635000', '124856.095000', '124856.555000', '124857.015000', '124857.475000', '124857.935000', '124858.395000', '124858.855000', '124859.315000', '124859.775000', '124900.235000', '124900.695000', '124901.155000', '124901.615000', '124902.075000', '124902.535000', '124902.995000', '124903.455000', '124903.915000', '124904.375000', '124904.835000', '124905.295000', '124905.755000', '124906.215000', '124906.675000', '124907.135000', '124907.595000', '124908.055000', '124908.515000', '124908.975000', '124909.435000', '124909.895000', '124910.355000', '124910.815000', '124911.275000', '124911.735000', '124912.195000', '124912.655000', '124913.115000', '124913.575000', '124914.035000', '124914.495000', '124914.955000', '124915.415000', '124915.875000', '124916.335000', '124916.795000', '124917.255000', '124917.715000', '124918.175000', '124918.635000', '124919.095000', '124919.555000', '124920.015000', '124920.475000', '124920.935000', '124921.395000', '124921.855000', '124922.315000', '124922.775000', '124923.235000', '124923.695000', '124924.155000', '124924.615000', '124925.075000', '124925.535000', '124925.995000', '124926.455000', '124926.915000', '124927.375000', '124927.835000', '124928.295000', '124928.755000', '124929.215000', '124929.675000', '124930.135000', '124930.595000', '124931.055000', '124931.515000', '124931.975000', '124932.435000', '124932.895000', '124933.355000', '124933.815000', '124934.275000', '124934.735000', '124935.195000', '124935.655000', '124936.115000', '124936.575000', '124937.035000', '124937.495000', '124937.955000', '124938.415000', '124938.875000', '124939.335000', '124939.795000', '124940.255000', '124940.715000', '124941.175000', '124941.635000', '124942.095000', '124942.555000', '124943.015000', '124943.475000', '124943.935000', '124944.395000', '124944.855000', '124945.315000', '124945.775000', '124946.235000', '124946.695000', '124947.155000', '124947.615000', '124948.075000', '124948.535000', '124948.995000', '124949.455000', '124949.915000', '124950.375000', '124950.835000', '124951.295000', '124951.755000', '124952.215000', '124952.675000', '124953.135000', '124953.595000', '124954.055000', '124954.515000', '124954.975000', '124955.435000', '124955.895000', '124956.355000', '124956.815000', '124957.275000', '124957.735000', '124958.195000', '124958.655000', '124959.115000', '124959.575000', '125000.035000', '125000.495000', '125000.955000', '125001.415000', '125001.875000', '125002.335000', '125002.795000', '125003.255000', '125003.715000', '125004.175000', '125004.635000', '125005.095000', '125005.555000', '125006.015000', '125006.475000', '125006.935000', '125007.395000', '125007.855000', '125008.315000', '125008.775000', '125009.235000', '125009.695000', '125010.155000', '125010.615000', '125011.075000', '125011.535000', '125011.995000', '125012.455000', '125012.915000', '125013.375000', '125013.835000', '125014.295000', '125014.755000', '125015.215000', '125015.675000', '125016.135000', '125016.595000', '125017.055000', '125017.515000', '125017.975000', '125018.435000', '125018.895000', '125019.355000', '125019.815000', '125020.275000', '125020.735000', '125021.195000', '125021.655000', '125022.115000', '125022.575000', '125023.035000', '125023.495000', '125023.955000', '125024.415000', '125024.875000', '125025.335000', '125025.795000', '125026.255000', '125026.715000', '125027.175000', '125027.635000', '125028.095000', '125028.555000', '125029.015000', '125029.475000', '125029.935000', '125030.395000', '125030.855000', '125031.315000', '125031.775000', '125032.235000', '125032.695000', '125033.155000', '125033.615000', '125034.075000', '125034.535000', '125034.995000', '125035.455000', '125035.915000', '125036.375000', '125036.835000', '125037.295000', '125037.755000', '125038.215000', '125038.675000', '125039.135000', '125039.595000', '125040.055000', '125040.515000', '125040.975000', '125041.435000', '125041.895000', '125042.355000', '125042.815000', '125043.275000', '125043.735000', '125044.195000', '125044.655000', '125045.115000', '125045.575000', '125046.035000', '125046.495000', '125046.955000', '125047.415000', '125047.875000', '125048.335000', '125048.795000', '125049.255000', '125049.715000', '125050.175000', '125050.635000', '125051.095000', '125051.555000', '125052.015000', '125052.475000', '125052.935000', '125053.395000', '125053.855000', '125054.315000', '125054.775000', '125055.235000', '125055.695000', '125056.155000', '125056.615000', '125057.075000', '125057.535000', '125057.995000', '125058.455000', '125058.915000', '125059.375000', '125059.835000', '125100.295000', '125100.755000', '125101.215000', '125101.675000', '125102.135000', '125102.595000', '125103.055000', '125103.515000', '125103.975000', '125104.435000', '125104.895000', '125105.355000', '125105.815000', '125106.275000', '125106.735000', '125107.195000', '125107.655000', '125108.115000', '125108.575000', '125109.035000', '125109.495000', '125109.955000', '125110.415000', '125110.875000', '125111.335000', '125111.795000', '125112.255000', '125112.715000', '125113.175000', '125113.635000', '125114.095000', '125114.555000', '125115.015000', '125115.475000', '125115.935000', '125116.395000', '125116.855000', '125117.315000', '125117.775000', '125118.235000', '125118.695000', '125119.155000', '125119.615000', '125120.075000', '125120.535000', '125120.995000', '125121.455000', '125121.915000', '125122.375000', '125122.835000', '125123.295000', '125123.755000', '125124.215000', '125124.675000', '125125.135000', '125125.595000', '125126.055000', '125126.515000', '125126.975000', '125127.435000', '125127.895000', '125128.355000', '125128.815000', '125129.275000', '125129.735000', '125130.195000', '125130.655000', '125131.115000', '125131.575000', '125132.035000', '125132.495000', '125132.955000', '125133.415000', '125133.875000', '125134.335000', '125134.795000', '125135.255000', '125135.715000', '125136.175000', '125136.635000', '125137.095000', '125137.555000', '125138.015000', '125138.475000', '125138.935000', '125139.395000', '125139.855000', '125140.315000', '125140.775000', '125141.235000', '125141.695000', '125142.155000', '125142.615000', '125143.075000', '125143.535000', '125143.995000', '125144.455000', '125144.915000', '125145.375000', '125145.835000', '125146.295000', '125146.755000', '125147.215000', '125147.675000', '125148.135000', '125148.595000', '125149.055000', '125149.515000', '125149.975000', '125150.435000', '125150.895000', '125151.355000', '125151.815000', '125152.275000', '125152.735000', '125153.195000', '125153.655000', '125154.115000', '125154.575000', '125155.035000', '125155.495000', '125155.955000', '125156.415000', '125156.875000', '125157.335000', '125157.795000', '125158.255000', '125158.715000', '125159.175000', '125159.635000', '125200.095000', '125200.555000', '125201.015000', '125201.475000', '125201.935000', '125202.395000', '125202.855000', '125203.315000', '125203.775000', '125204.235000', '125204.695000', '125205.155000', '125205.615000', '125206.075000', '125206.535000', '125206.995000', '125207.455000', '125207.915000', '125208.375000', '125208.835000', '125209.295000', '125209.755000', '125210.215000', '125210.675000', '125211.135000', '125211.595000', '125212.055000', '125212.515000', '125212.975000', '125213.435000', '125213.895000', '125214.355000', '125214.815000', '125215.275000', '125215.735000', '125216.195000', '125216.655000', '125217.115000', '125217.575000', '125218.035000', '125218.495000', '125218.955000', '125219.415000', '125219.875000', '125220.335000', '125220.795000', '125221.255000', '125221.715000', '125222.175000', '125222.635000', '125223.095000', '125223.555000', '125224.015000', '125224.475000', '125224.935000', '125225.395000', '125225.855000', '125226.315000', '125226.775000', '125227.235000', '125227.695000', '125228.155000', '125228.615000', '125229.075000', '125229.535000', '125229.995000', '125230.455000', '125230.915000', '125231.375000', '125231.835000', '125232.295000', '125232.755000', '125233.215000', '125233.675000', '125234.135000', '125234.595000', '125235.055000', '125235.515000', '125235.975000', '125236.435000', '125236.895000', '125237.355000', '125237.815000', '125238.275000', '125238.735000', '125239.195000', '125239.655000', '125240.115000', '125240.575000', '125241.035000', '125241.495000', '125241.955000', '125242.415000', '125242.875000', '125243.335000', '125243.795000', '125244.255000', '125244.715000', '125245.175000', '125245.635000', '125246.095000', '125246.555000', '125247.015000', '125247.475000', '125247.935000', '125248.395000', '125248.855000', '125249.315000', '125249.775000', '125250.235000', '125250.695000', '125251.155000', '125251.615000', '125252.075000', '125252.535000', '125252.995000', '125253.455000', '125253.915000', '125254.375000', '125254.835000', '125255.295000', '125255.755000', '125256.215000', '125256.675000', '125257.135000', '125257.595000', '125258.055000', '125258.515000', '125258.975000', '125259.435000', '125259.895000', '125300.355000', '125300.815000', '125301.275000', '125301.735000', '125302.195000', '125302.655000', '125303.115000', '125303.575000', '125304.035000', '125304.495000', '125304.955000', '125305.415000', '125305.875000', '125306.335000', '125306.795000', '125307.255000', '125307.715000', '125308.175000', '125308.635000', '125309.095000', '125309.555000', '125310.015000', '125310.475000', '125310.935000', '125311.395000', '125311.855000', '125312.315000', '125312.775000', '125313.235000', '125313.695000', '125314.155000', '125314.615000', '125315.075000', '125315.535000', '125315.995000', '125316.455000', '125316.915000', '125317.375000', '125317.835000', '125318.295000', '125318.755000', '125319.215000', '125319.675000', '125320.135000', '125320.595000', '125321.055000', '125321.515000', '125321.975000', '125322.435000', '125322.895000', '125323.355000', '125323.815000', '125324.275000', '125324.735000', '125325.195000', '125325.655000', '125326.115000', '125326.575000', '125327.035000', '125327.495000', '125327.955000', '125328.415000', '125328.875000', '125329.335000', '125329.795000', '125330.255000', '125330.715000', '125331.175000', '125331.635000', '125332.095000', '125332.555000', '125333.015000', '125333.475000', '125333.935000', '125334.395000', '125334.855000', '125335.315000', '125335.775000', '125336.235000', '125336.695000', '125337.155000', '125337.615000', '125338.075000', '125338.535000', '125338.995000', '125339.455000', '125339.915000', '125340.375000', '125340.835000', '125341.295000', '125341.755000', '125342.215000', '125342.675000', '125343.135000', '125343.595000', '125344.055000', '125344.515000', '125344.975000', '125345.435000', '125345.895000', '125346.355000', '125346.815000', '125347.275000', '125347.735000', '125348.195000', '125348.655000', '125349.115000', '125349.575000', '125350.035000', '125350.495000', '125350.955000', '125351.415000', '125351.875000', '125352.335000', '125352.795000', '125353.255000', '125353.715000', '125354.175000', '125354.635000', '125355.095000', '125355.555000', '125356.015000', '125356.475000', '125356.935000', '125357.395000', '125357.855000', '125358.315000', '125358.775000', '125359.235000'], 'ContentTime': ['124403.286000', '124403.302000', '124403.305000', '124403.308000', '124403.311000', '124403.314000', '124403.317000', '124403.320000', '124403.323000', '124403.326000', '124403.328000', '124403.331000', '124403.339000', '124403.355000', '124403.358000', '124403.360000', '124403.363000', '124403.366000', '124403.369000', '124403.372000', '124403.375000', '124403.378000', '124403.381000', '124403.384000', '124403.387000', '124403.390000', '124403.393000', '124403.395000', '124403.398000', '124403.401000', '124403.404000', '124403.407000', '124403.410000', '124403.413000', '124403.416000', '124403.419000', '124403.422000', '124403.425000', '124423.247000', '124423.250000', '124423.253000', '124423.255000', '124423.258000', '124423.268000', '124423.270000', '124423.273000', '124423.276000', '124423.279000', '124423.281000', '124423.284000', '124423.287000', '124423.290000', '124423.293000', '124423.295000', '124423.298000', '124423.301000', '124423.304000', '124423.307000', '124423.309000', '124423.312000', '124423.315000', '124423.318000', '124423.321000', '124423.323000', '124423.326000', '124423.329000', '124423.332000', '124423.335000', '124423.337000', '124423.340000', '124423.343000', '124423.346000', '124423.349000', '124423.351000', '124423.354000', '124423.357000', '124423.360000', '124423.363000', '124423.365000', '124423.368000', '124423.371000', '124443.247000', '124443.250000', '124443.253000', '124443.255000', '124443.258000', '124443.261000', '124443.264000', '124443.267000', '124443.269000', '124443.272000', '124443.275000', '124443.278000', '124443.280000', '124443.283000', '124443.286000', '124443.289000', '124443.292000', '124443.294000', '124443.297000', '124443.300000', '124443.303000', '124443.316000', '124443.319000', '124443.322000', '124443.324000', '124443.327000', '124443.330000', '124443.333000', '124443.336000', '124443.338000', '124443.341000', '124443.344000', '124443.347000', '124443.350000', '124443.352000', '124443.355000', '124443.358000', '124443.361000', '124443.364000', '124443.366000', '124443.369000', '124443.372000', '124443.375000', '124443.378000', '124503.247000', '124503.250000', '124503.253000', '124503.256000', '124503.259000', '124503.261000', '124503.264000', '124503.267000', '124503.270000', '124503.273000', '124503.275000', '124503.278000', '124503.281000', '124503.284000', '124503.287000', '124503.290000', '124503.292000', '124503.295000', '124503.298000', '124503.301000', '124503.304000', '124503.306000', '124503.309000', '124503.312000', '124503.315000', '124503.318000', '124503.321000', '124503.323000', '124503.326000', '124503.329000', '124503.332000', '124503.335000', '124503.337000', '124503.340000', '124503.343000', '124503.346000', '124503.348000', '124503.351000', '124503.354000', '124503.357000', '124503.360000', '124503.362000', '124503.365000', '124523.247000', '124523.250000', '124523.253000', '124523.256000', '124523.259000', '124523.262000', '124523.264000', '124523.267000', '124523.270000', '124523.273000', '124523.276000', '124523.278000', '124523.281000', '124523.284000', '124523.287000', '124523.289000', '124523.292000', '124523.295000', '124523.298000', '124523.301000', '124523.304000', '124523.306000', '124523.309000', '124523.312000', '124523.315000', '124523.318000', '124523.320000', '124523.323000', '124523.326000', '124523.329000', '124523.332000', '124523.335000', '124523.337000', '124523.340000', '124523.343000', '124523.346000', '124523.349000', '124523.351000', '124523.354000', '124523.357000', '124523.360000', '124523.362000', '124523.365000', '124543.247000', '124543.250000', '124543.253000', '124543.256000', '124543.258000', '124543.261000', '124543.264000', '124543.267000', '124543.270000', '124543.272000', '124543.275000', '124543.278000', '124543.281000', '124543.284000', '124543.286000', '124543.289000', '124543.292000', '124543.295000', '124543.298000', '124543.301000', '124543.303000', '124543.306000', '124543.309000', '124543.312000', '124543.315000', '124543.318000', '124543.320000', '124543.323000', '124543.326000', '124543.342000', '124543.345000', '124543.348000', '124543.350000', '124543.353000', '124543.356000', '124543.359000', '124543.362000', '124543.369000', '124543.372000', '124543.374000', '124543.377000', '124543.380000', '124543.383000', '124543.386000', '124603.247000', '124603.250000', '124603.253000', '124603.256000', '124603.259000', '124603.262000', '124603.267000', '124603.271000', '124603.274000', '124603.276000', '124603.279000', '124603.282000', '124603.285000', '124603.288000', '124603.291000', '124603.294000', '124603.296000', '124603.299000', '124603.302000', '124603.305000', '124603.308000', '124603.310000', '124603.313000', '124603.316000', '124603.319000', '124603.322000', '124603.324000', '124603.327000', '124603.330000', '124603.333000', '124603.336000', '124603.339000', '124603.341000', '124603.344000', '124603.347000', '124603.350000', '124603.353000', '124603.355000', '124603.358000', '124603.361000', '124603.364000', '124603.367000', '124603.370000', '124623.248000', '124623.251000', '124623.254000', '124623.257000', '124623.259000', '124623.262000', '124623.265000', '124623.268000', '124623.271000', '124623.273000', '124623.276000', '124623.279000', '124623.282000', '124623.285000', '124623.287000', '124623.296000', '124623.299000', '124623.301000', '124623.304000', '124623.307000', '124623.310000', '124623.312000', '124623.315000', '124623.318000', '124623.321000', '124623.324000', '124623.326000', '124623.329000', '124623.332000', '124623.335000', '124623.338000', '124623.341000', '124623.343000', '124623.346000', '124623.349000', '124623.352000', '124623.355000', '124623.358000', '124623.360000', '124623.363000', '124623.366000', '124623.369000', '124623.372000', '124623.375000', '124643.247000', '124643.250000', '124643.253000', '124643.256000', '124643.259000', '124643.261000', '124643.264000', '124643.267000', '124643.270000', '124643.273000', '124643.276000', '124643.279000', '124643.281000', '124643.284000', '124643.287000', '124643.290000', '124643.293000', '124643.296000', '124643.299000', '124643.302000', '124643.304000', '124643.307000', '124643.310000', '124643.313000', '124643.316000', '124643.319000', '124643.321000', '124643.324000', '124643.327000', '124643.330000', '124643.333000', '124643.335000', '124643.338000', '124643.341000', '124643.344000', '124643.347000', '124643.349000', '124643.352000', '124643.355000', '124643.358000', '124643.361000', '124643.364000', '124643.366000', '124703.247000', '124703.250000', '124703.253000', '124703.256000', '124703.259000', '124703.261000', '124703.264000', '124703.267000', '124703.270000', '124703.273000', '124703.275000', '124703.278000', '124703.281000', '124703.284000', '124703.287000', '124703.290000', '124703.292000', '124703.295000', '124703.298000', '124703.301000', '124703.304000', '124703.307000', '124703.309000', '124703.312000', '124703.315000', '124703.318000', '124703.321000', '124703.324000', '124703.327000', '124703.329000', '124703.332000', '124703.335000', '124703.338000', '124703.341000', '124703.343000', '124703.346000', '124703.349000', '124703.352000', '124703.355000', '124703.357000', '124703.360000', '124703.363000', '124703.366000', '124703.369000', '124723.247000', '124723.250000', '124723.253000', '124723.256000', '124723.259000', '124723.262000', '124723.264000', '124723.267000', '124723.270000', '124723.273000', '124723.287000', '124723.290000', '124723.293000', '124723.296000', '124723.299000', '124723.301000', '124723.304000', '124723.307000', '124723.310000', '124723.313000', '124723.316000', '124723.318000', '124723.321000', '124723.324000', '124723.327000', '124723.330000', '124723.333000', '124723.336000', '124723.339000', '124723.341000', '124723.344000', '124723.347000', '124723.350000', '124723.353000', '124723.356000', '124723.358000', '124723.361000', '124723.364000', '124723.367000', '124723.370000', '124723.373000', '124723.375000', '124723.378000', '124743.247000', '124743.250000', '124743.253000', '124743.256000', '124743.259000', '124743.261000', '124743.264000', '124743.267000', '124743.270000', '124743.273000', '124743.276000', '124743.279000', '124743.281000', '124743.284000', '124743.287000', '124743.290000', '124743.293000', '124743.295000', '124743.298000', '124743.301000', '124743.304000', '124743.307000', '124743.310000', '124743.312000', '124743.315000', '124743.318000', '124743.321000', '124743.324000', '124743.327000', '124743.329000', '124743.332000', '124743.335000', '124743.338000', '124743.341000', '124743.344000', '124743.346000', '124743.349000', '124743.352000', '124743.355000', '124743.358000', '124743.361000', '124743.363000', '124743.366000', '124743.369000', '124803.247000', '124803.250000', '124803.253000', '124803.256000', '124803.259000', '124803.261000', '124803.264000', '124803.267000', '124803.270000', '124803.273000', '124803.275000', '124803.278000', '124803.281000', '124803.284000', '124803.287000', '124803.289000', '124803.292000', '124803.295000', '124803.298000', '124803.301000', '124803.304000', '124803.306000', '124803.309000', '124803.312000', '124803.315000', '124803.318000', '124803.321000', '124803.324000', '124803.326000', '124803.329000', '124803.332000', '124803.335000', '124803.338000', '124803.341000', '124803.343000', '124803.346000', '124803.349000', '124803.352000', '124803.355000', '124803.358000', '124803.360000', '124803.363000', '124803.366000', '124823.247000', '124823.250000', '124823.253000', '124823.256000', '124823.259000', '124823.261000', '124823.264000', '124823.267000', '124823.270000', '124823.273000', '124823.276000', '124823.279000', '124823.281000', '124823.284000', '124823.287000', '124823.290000', '124823.293000', '124823.295000', '124823.298000', '124823.301000', '124823.304000', '124823.307000', '124823.310000', '124823.313000', '124823.315000', '124823.318000', '124823.321000', '124823.324000', '124823.327000', '124823.329000', '124823.332000', '124823.335000', '124823.338000', '124823.341000', '124823.344000', '124823.346000', '124823.349000', '124823.352000', '124823.355000', '124823.358000', '124823.360000', '124823.363000', '124823.366000', '124823.369000', '124843.248000', '124843.251000', '124843.254000', '124843.257000', '124843.259000', '124843.262000', '124843.265000', '124843.268000', '124843.271000', '124843.275000', '124843.278000', '124843.281000', '124843.284000', '124843.287000', '124843.290000', '124843.293000', '124843.295000', '124843.298000', '124843.301000', '124843.304000', '124843.307000', '124843.310000', '124843.312000', '124843.315000', '124843.318000', '124843.321000', '124843.324000', '124843.326000', '124843.329000', '124843.333000', '124843.335000', '124843.339000', '124843.342000', '124843.344000', '124843.347000', '124843.356000', '124843.358000', '124843.361000', '124843.364000', '124843.367000', '124843.370000', '124843.372000', '124843.375000', '124903.247000', '124903.250000', '124903.253000', '124903.256000', '124903.259000', '124903.261000', '124903.264000', '124903.267000', '124903.270000', '124903.273000', '124903.276000', '124903.279000', '124903.281000', '124903.284000', '124903.287000', '124903.290000', '124903.293000', '124903.296000', '124903.298000', '124903.301000', '124903.304000', '124903.307000', '124903.310000', '124903.313000', '124903.316000', '124903.319000', '124903.321000', '124903.324000', '124903.327000', '124903.330000', '124903.333000', '124903.335000', '124903.338000', '124903.341000', '124903.344000', '124903.347000', '124903.350000', '124903.352000', '124903.355000', '124903.358000', '124903.361000', '124903.364000', '124903.366000', '124903.369000', '124923.247000', '124923.250000', '124923.253000', '124923.256000', '124923.258000', '124923.261000', '124923.264000', '124923.267000', '124923.270000', '124923.273000', '124923.276000', '124923.278000', '124923.283000', '124923.286000', '124923.289000', '124923.292000', '124923.295000', '124923.297000', '124923.300000', '124923.303000', '124923.306000', '124923.309000', '124923.312000', '124923.315000', '124923.317000', '124923.320000', '124923.323000', '124923.326000', '124923.329000', '124923.332000', '124923.334000', '124923.337000', '124923.340000', '124923.343000', '124923.346000', '124923.349000', '124923.351000', '124923.354000', '124923.357000', '124923.360000', '124923.362000', '124923.365000', '124923.368000', '124943.247000', '124943.250000', '124943.253000', '124943.256000', '124943.258000', '124943.261000', '124943.264000', '124943.267000', '124943.270000', '124943.273000', '124943.276000', '124943.278000', '124943.281000', '124943.284000', '124943.287000', '124943.290000', '124943.292000', '124943.295000', '124943.304000', '124943.307000', '124943.310000', '124943.313000', '124943.316000', '124943.318000', '124943.321000', '124943.324000', '124943.327000', '124943.329000', '124943.332000', '124943.335000', '124943.338000', '124943.341000', '124943.343000', '124943.346000', '124943.349000', '124943.352000', '124943.355000', '124943.358000', '124943.360000', '124943.363000', '124943.366000', '124943.369000', '124943.372000', '124943.374000', '125003.247000', '125003.250000', '125003.253000', '125003.256000', '125003.258000', '125003.261000', '125003.264000', '125003.267000', '125003.270000', '125003.272000', '125003.275000', '125003.278000', '125003.281000', '125003.284000', '125003.287000', '125003.289000', '125003.292000', '125003.295000', '125003.298000', '125003.301000', '125003.304000', '125003.306000', '125003.309000', '125003.314000', '125003.317000', '125003.320000', '125003.323000', '125003.326000', '125003.329000', '125003.331000', '125003.334000', '125003.337000', '125003.340000', '125003.343000', '125003.346000', '125003.349000', '125003.351000', '125003.354000', '125003.357000', '125003.360000', '125003.363000', '125003.366000', '125003.368000', '125023.247000', '125023.250000', '125023.253000', '125023.256000', '125023.258000', '125023.261000', '125023.264000', '125023.267000', '125023.270000', '125023.273000', '125023.275000', '125023.278000', '125023.281000', '125023.284000', '125023.287000', '125023.289000', '125023.292000', '125023.295000', '125023.298000', '125023.301000', '125023.304000', '125023.306000', '125023.309000', '125023.312000', '125023.315000', '125023.318000', '125023.321000', '125023.323000', '125023.326000', '125023.329000', '125023.332000', '125023.335000', '125023.338000', '125023.341000', '125023.343000', '125023.346000', '125023.349000', '125023.352000', '125023.355000', '125023.357000', '125023.360000', '125023.363000', '125023.366000', '125023.369000', '125043.247000', '125043.250000', '125043.253000', '125043.256000', '125043.259000', '125043.261000', '125043.264000', '125043.267000', '125043.270000', '125043.273000', '125043.275000', '125043.278000', '125043.281000', '125043.284000', '125043.287000', '125043.290000', '125043.293000', '125043.296000', '125043.299000', '125043.301000', '125043.304000', '125043.307000', '125043.310000', '125043.313000', '125043.315000', '125043.318000', '125043.321000', '125043.324000', '125043.327000', '125043.330000', '125043.332000', '125043.335000', '125043.338000', '125043.341000', '125043.344000', '125043.346000', '125043.349000', '125043.352000', '125043.355000', '125043.358000', '125043.360000', '125043.363000', '125043.366000', '125103.248000', '125103.251000', '125103.254000', '125103.257000', '125103.259000', '125103.262000', '125103.265000', '125103.268000', '125103.271000', '125103.274000', '125103.277000', '125103.279000', '125103.282000', '125103.285000', '125103.288000', '125103.291000', '125103.294000', '125103.296000', '125103.299000', '125103.302000', '125103.305000', '125103.308000', '125103.311000', '125103.313000', '125103.316000', '125103.319000', '125103.322000', '125103.325000', '125103.328000', '125103.330000', '125103.333000', '125103.336000', '125103.339000', '125103.342000', '125103.345000', '125103.347000', '125103.350000', '125103.353000', '125103.356000', '125103.359000', '125103.361000', '125103.364000', '125103.367000', '125103.370000', '125123.247000', '125123.250000', '125123.253000', '125123.256000', '125123.259000', '125123.262000', '125123.264000', '125123.267000', '125123.270000', '125123.273000', '125123.276000', '125123.279000', '125123.282000', '125123.284000', '125123.287000', '125123.290000', '125123.293000', '125123.296000', '125123.299000', '125123.302000', '125123.304000', '125123.307000', '125123.310000', '125123.313000', '125123.316000', '125123.319000', '125123.322000', '125123.324000', '125123.327000', '125123.330000', '125123.333000', '125123.336000', '125123.339000', '125123.342000', '125123.344000', '125123.347000', '125123.351000', '125123.354000', '125123.357000', '125123.360000', '125123.363000', '125123.366000', '125123.380000', '125143.247000', '125143.250000', '125143.253000', '125143.256000', '125143.258000', '125143.261000', '125143.264000', '125143.267000', '125143.270000', '125143.272000', '125143.275000', '125143.278000', '125143.281000', '125143.284000', '125143.287000', '125143.290000', '125143.292000', '125143.295000', '125143.298000', '125143.301000', '125143.304000', '125143.306000', '125143.309000', '125143.312000', '125143.315000', '125143.318000', '125143.321000', '125143.324000', '125143.327000', '125143.329000', '125143.332000', '125143.335000', '125143.338000', '125143.341000', '125143.343000', '125143.346000', '125143.349000', '125143.352000', '125143.355000', '125143.358000', '125143.361000', '125143.363000', '125143.366000', '125143.369000', '125203.247000', '125203.250000', '125203.253000', '125203.256000', '125203.259000', '125203.261000', '125203.264000', '125203.267000', '125203.270000', '125203.273000', '125203.276000', '125203.279000', '125203.281000', '125203.284000', '125203.287000', '125203.290000', '125203.293000', '125203.296000', '125203.298000', '125203.301000', '125203.304000', '125203.307000', '125203.310000', '125203.313000', '125203.315000', '125203.318000', '125203.321000', '125203.324000', '125203.327000', '125203.330000', '125203.333000', '125203.335000', '125203.338000', '125203.341000', '125203.344000', '125203.347000', '125203.350000', '125203.352000', '125203.364000', '125203.367000', '125203.370000', '125203.373000', '125203.376000', '125223.247000', '125223.250000', '125223.253000', '125223.256000', '125223.258000', '125223.261000', '125223.264000', '125223.267000', '125223.270000', '125223.273000', '125223.276000', '125223.279000', '125223.282000', '125223.284000', '125223.287000', '125223.290000', '125223.293000', '125223.296000', '125223.298000', '125223.301000', '125223.304000', '125223.307000', '125223.310000', '125223.312000', '125223.315000', '125223.318000', '125223.321000', '125223.324000', '125223.327000', '125223.330000', '125223.332000', '125223.335000', '125223.338000', '125223.341000', '125223.344000', '125223.347000', '125223.349000', '125223.352000', '125223.355000', '125223.358000', '125223.361000', '125223.364000', '125223.367000', '125243.247000', '125243.250000', '125243.253000', '125243.256000', '125243.259000', '125243.262000', '125243.264000', '125243.267000', '125243.270000', '125243.273000', '125243.276000', '125243.279000', '125243.282000', '125243.285000', '125243.287000', '125243.290000', '125243.293000', '125243.296000', '125243.299000', '125243.301000', '125243.304000', '125243.307000', '125243.310000', '125243.313000', '125243.316000', '125243.318000', '125243.321000', '125243.324000', '125243.327000', '125243.330000', '125243.333000', '125243.335000', '125243.338000', '125243.341000', '125243.344000', '125243.347000', '125243.350000', '125243.353000', '125243.355000', '125243.371000', '125243.373000', '125243.376000', '125243.379000', '125243.382000', '125303.247000', '125303.250000', '125303.253000', '125303.256000', '125303.259000', '125303.261000', '125303.264000', '125303.267000', '125303.270000', '125303.273000', '125303.276000', '125303.278000', '125303.281000', '125303.284000', '125303.287000', '125303.290000', '125303.292000', '125303.295000', '125303.298000', '125303.301000', '125303.304000', '125303.307000', '125303.310000', '125303.312000', '125303.315000', '125303.318000', '125303.321000', '125303.324000', '125303.327000', '125303.330000', '125303.333000', '125303.335000', '125303.338000', '125303.341000', '125303.344000', '125303.347000', '125303.349000', '125303.352000', '125303.355000', '125303.358000', '125303.361000', '125303.364000', '125303.367000', '125303.369000', '125323.248000', '125323.251000', '125323.254000', '125323.257000', '125323.260000', '125323.263000', '125323.266000', '125323.268000', '125323.271000', '125323.274000', '125323.277000', '125323.280000', '125323.283000', '125323.286000', '125323.288000', '125323.291000', '125323.294000', '125323.297000', '125323.300000', '125323.303000', '125323.306000', '125323.308000', '125323.311000', '125323.314000', '125323.317000', '125323.320000', '125323.323000', '125323.326000', '125323.329000', '125323.331000', '125323.334000', '125323.337000', '125323.340000', '125323.343000', '125323.346000', '125323.348000', '125323.351000', '125323.354000', '125323.357000', '125323.360000', '125323.363000', '125323.365000', '125323.368000', '125343.247000', '125343.250000', '125343.253000', '125343.256000', '125343.259000', '125343.262000', '125343.265000', '125343.268000', '125343.271000', '125343.273000', '125343.276000', '125343.279000', '125343.282000', '125343.285000', '125343.288000', '125343.290000', '125343.293000', '125343.296000', '125343.299000', '125343.302000', '125343.305000', '125343.307000', '125343.310000', '125343.313000', '125343.316000', '125343.319000', '125343.322000', '125343.325000', '125343.327000', '125343.330000', '125343.333000', '125343.336000', '125343.339000', '125343.342000', '125343.344000', '125343.347000', '125343.350000', '125343.353000', '125343.356000', '125343.359000', '125343.361000', '125343.364000', '125343.367000', '125359.882000', '125359.885000', '125359.888000', '125359.892000', '125359.896000', '125359.899000', '125359.903000', '125359.917000', '125359.920000', '125359.923000', '125359.926000', '125359.929000', '125359.932000', '125359.935000', '125359.938000', '125359.941000', '125359.943000', '125359.946000', '125359.949000', '125359.952000', '125359.955000', '125359.958000', '125359.961000', '125359.964000', '125359.967000', '125359.970000', '125359.973000', '125359.976000', '125359.978000', '125359.981000', '125359.985000', '125359.988000', '125359.990000', '125359.993000', '125359.996000', '125400.000000', '125400.003000'], 'InstanceCreationTime': ['124403.286000', '124403.302000', '124403.305000', '124403.308000', '124403.311000', '124403.314000', '124403.317000', '124403.320000', '124403.323000', '124403.326000', '124403.328000', '124403.331000', '124403.339000', '124403.355000', '124403.358000', '124403.360000', '124403.363000', '124403.366000', '124403.369000', '124403.372000', '124403.375000', '124403.378000', '124403.381000', '124403.384000', '124403.387000', '124403.390000', '124403.393000', '124403.395000', '124403.398000', '124403.401000', '124403.404000', '124403.407000', '124403.410000', '124403.413000', '124403.416000', '124403.419000', '124403.422000', '124403.425000', '124423.247000', '124423.250000', '124423.253000', '124423.255000', '124423.258000', '124423.268000', '124423.270000', '124423.273000', '124423.276000', '124423.279000', '124423.281000', '124423.284000', '124423.287000', '124423.290000', '124423.293000', '124423.295000', '124423.298000', '124423.301000', '124423.304000', '124423.307000', '124423.309000', '124423.312000', '124423.315000', '124423.318000', '124423.321000', '124423.323000', '124423.326000', '124423.329000', '124423.332000', '124423.335000', '124423.337000', '124423.340000', '124423.343000', '124423.346000', '124423.349000', '124423.351000', '124423.354000', '124423.357000', '124423.360000', '124423.363000', '124423.365000', '124423.368000', '124423.371000', '124443.247000', '124443.250000', '124443.253000', '124443.255000', '124443.258000', '124443.261000', '124443.264000', '124443.267000', '124443.269000', '124443.272000', '124443.275000', '124443.278000', '124443.280000', '124443.283000', '124443.286000', '124443.289000', '124443.292000', '124443.294000', '124443.297000', '124443.300000', '124443.303000', '124443.316000', '124443.319000', '124443.322000', '124443.324000', '124443.327000', '124443.330000', '124443.333000', '124443.336000', '124443.338000', '124443.341000', '124443.344000', '124443.347000', '124443.350000', '124443.352000', '124443.355000', '124443.358000', '124443.361000', '124443.364000', '124443.366000', '124443.369000', '124443.372000', '124443.375000', '124443.378000', '124503.247000', '124503.250000', '124503.253000', '124503.256000', '124503.259000', '124503.261000', '124503.264000', '124503.267000', '124503.270000', '124503.273000', '124503.275000', '124503.278000', '124503.281000', '124503.284000', '124503.287000', '124503.290000', '124503.292000', '124503.295000', '124503.298000', '124503.301000', '124503.304000', '124503.306000', '124503.309000', '124503.312000', '124503.315000', '124503.318000', '124503.321000', '124503.323000', '124503.326000', '124503.329000', '124503.332000', '124503.335000', '124503.337000', '124503.340000', '124503.343000', '124503.346000', '124503.348000', '124503.351000', '124503.354000', '124503.357000', '124503.360000', '124503.362000', '124503.365000', '124523.247000', '124523.250000', '124523.253000', '124523.256000', '124523.259000', '124523.262000', '124523.264000', '124523.267000', '124523.270000', '124523.273000', '124523.276000', '124523.278000', '124523.281000', '124523.284000', '124523.287000', '124523.289000', '124523.292000', '124523.295000', '124523.298000', '124523.301000', '124523.304000', '124523.306000', '124523.309000', '124523.312000', '124523.315000', '124523.318000', '124523.320000', '124523.323000', '124523.326000', '124523.329000', '124523.332000', '124523.335000', '124523.337000', '124523.340000', '124523.343000', '124523.346000', '124523.349000', '124523.351000', '124523.354000', '124523.357000', '124523.360000', '124523.362000', '124523.365000', '124543.247000', '124543.250000', '124543.253000', '124543.256000', '124543.258000', '124543.261000', '124543.264000', '124543.267000', '124543.270000', '124543.272000', '124543.275000', '124543.278000', '124543.281000', '124543.284000', '124543.286000', '124543.289000', '124543.292000', '124543.295000', '124543.298000', '124543.301000', '124543.303000', '124543.306000', '124543.309000', '124543.312000', '124543.315000', '124543.318000', '124543.320000', '124543.323000', '124543.326000', '124543.342000', '124543.345000', '124543.348000', '124543.350000', '124543.353000', '124543.356000', '124543.359000', '124543.362000', '124543.369000', '124543.372000', '124543.374000', '124543.377000', '124543.380000', '124543.383000', '124543.386000', '124603.247000', '124603.250000', '124603.253000', '124603.256000', '124603.259000', '124603.262000', '124603.267000', '124603.271000', '124603.274000', '124603.276000', '124603.279000', '124603.282000', '124603.285000', '124603.288000', '124603.291000', '124603.294000', '124603.296000', '124603.299000', '124603.302000', '124603.305000', '124603.308000', '124603.310000', '124603.313000', '124603.316000', '124603.319000', '124603.322000', '124603.324000', '124603.327000', '124603.330000', '124603.333000', '124603.336000', '124603.339000', '124603.341000', '124603.344000', '124603.347000', '124603.350000', '124603.353000', '124603.355000', '124603.358000', '124603.361000', '124603.364000', '124603.367000', '124603.370000', '124623.248000', '124623.251000', '124623.254000', '124623.257000', '124623.259000', '124623.262000', '124623.265000', '124623.268000', '124623.271000', '124623.273000', '124623.276000', '124623.279000', '124623.282000', '124623.285000', '124623.287000', '124623.296000', '124623.299000', '124623.301000', '124623.304000', '124623.307000', '124623.310000', '124623.312000', '124623.315000', '124623.318000', '124623.321000', '124623.324000', '124623.326000', '124623.329000', '124623.332000', '124623.335000', '124623.338000', '124623.341000', '124623.343000', '124623.346000', '124623.349000', '124623.352000', '124623.355000', '124623.358000', '124623.360000', '124623.363000', '124623.366000', '124623.369000', '124623.372000', '124623.375000', '124643.247000', '124643.250000', '124643.253000', '124643.256000', '124643.259000', '124643.261000', '124643.264000', '124643.267000', '124643.270000', '124643.273000', '124643.276000', '124643.279000', '124643.281000', '124643.284000', '124643.287000', '124643.290000', '124643.293000', '124643.296000', '124643.299000', '124643.302000', '124643.304000', '124643.307000', '124643.310000', '124643.313000', '124643.316000', '124643.319000', '124643.321000', '124643.324000', '124643.327000', '124643.330000', '124643.333000', '124643.335000', '124643.338000', '124643.341000', '124643.344000', '124643.347000', '124643.349000', '124643.352000', '124643.355000', '124643.358000', '124643.361000', '124643.364000', '124643.366000', '124703.247000', '124703.250000', '124703.253000', '124703.256000', '124703.259000', '124703.261000', '124703.264000', '124703.267000', '124703.270000', '124703.273000', '124703.275000', '124703.278000', '124703.281000', '124703.284000', '124703.287000', '124703.290000', '124703.292000', '124703.295000', '124703.298000', '124703.301000', '124703.304000', '124703.307000', '124703.309000', '124703.312000', '124703.315000', '124703.318000', '124703.321000', '124703.324000', '124703.327000', '124703.329000', '124703.332000', '124703.335000', '124703.338000', '124703.341000', '124703.343000', '124703.346000', '124703.349000', '124703.352000', '124703.355000', '124703.357000', '124703.360000', '124703.363000', '124703.366000', '124703.369000', '124723.247000', '124723.250000', '124723.253000', '124723.256000', '124723.259000', '124723.262000', '124723.264000', '124723.267000', '124723.270000', '124723.273000', '124723.287000', '124723.290000', '124723.293000', '124723.296000', '124723.299000', '124723.301000', '124723.304000', '124723.307000', '124723.310000', '124723.313000', '124723.316000', '124723.318000', '124723.321000', '124723.324000', '124723.327000', '124723.330000', '124723.333000', '124723.336000', '124723.339000', '124723.341000', '124723.344000', '124723.347000', '124723.350000', '124723.353000', '124723.356000', '124723.358000', '124723.361000', '124723.364000', '124723.367000', '124723.370000', '124723.373000', '124723.375000', '124723.378000', '124743.247000', '124743.250000', '124743.253000', '124743.256000', '124743.259000', '124743.261000', '124743.264000', '124743.267000', '124743.270000', '124743.273000', '124743.276000', '124743.279000', '124743.281000', '124743.284000', '124743.287000', '124743.290000', '124743.293000', '124743.295000', '124743.298000', '124743.301000', '124743.304000', '124743.307000', '124743.310000', '124743.312000', '124743.315000', '124743.318000', '124743.321000', '124743.324000', '124743.327000', '124743.329000', '124743.332000', '124743.335000', '124743.338000', '124743.341000', '124743.344000', '124743.346000', '124743.349000', '124743.352000', '124743.355000', '124743.358000', '124743.361000', '124743.363000', '124743.366000', '124743.369000', '124803.247000', '124803.250000', '124803.253000', '124803.256000', '124803.259000', '124803.261000', '124803.264000', '124803.267000', '124803.270000', '124803.273000', '124803.275000', '124803.278000', '124803.281000', '124803.284000', '124803.287000', '124803.289000', '124803.292000', '124803.295000', '124803.298000', '124803.301000', '124803.304000', '124803.306000', '124803.309000', '124803.312000', '124803.315000', '124803.318000', '124803.321000', '124803.324000', '124803.326000', '124803.329000', '124803.332000', '124803.335000', '124803.338000', '124803.341000', '124803.343000', '124803.346000', '124803.349000', '124803.352000', '124803.355000', '124803.358000', '124803.360000', '124803.363000', '124803.366000', '124823.247000', '124823.250000', '124823.253000', '124823.256000', '124823.259000', '124823.261000', '124823.264000', '124823.267000', '124823.270000', '124823.273000', '124823.276000', '124823.279000', '124823.281000', '124823.284000', '124823.287000', '124823.290000', '124823.293000', '124823.295000', '124823.298000', '124823.301000', '124823.304000', '124823.307000', '124823.310000', '124823.313000', '124823.315000', '124823.318000', '124823.321000', '124823.324000', '124823.327000', '124823.329000', '124823.332000', '124823.335000', '124823.338000', '124823.341000', '124823.344000', '124823.346000', '124823.349000', '124823.352000', '124823.355000', '124823.358000', '124823.360000', '124823.363000', '124823.366000', '124823.369000', '124843.248000', '124843.251000', '124843.254000', '124843.257000', '124843.259000', '124843.262000', '124843.265000', '124843.268000', '124843.271000', '124843.275000', '124843.278000', '124843.281000', '124843.284000', '124843.287000', '124843.290000', '124843.293000', '124843.295000', '124843.298000', '124843.301000', '124843.304000', '124843.307000', '124843.310000', '124843.312000', '124843.315000', '124843.318000', '124843.321000', '124843.324000', '124843.326000', '124843.329000', '124843.333000', '124843.335000', '124843.339000', '124843.342000', '124843.344000', '124843.347000', '124843.356000', '124843.358000', '124843.361000', '124843.364000', '124843.367000', '124843.370000', '124843.372000', '124843.375000', '124903.247000', '124903.250000', '124903.253000', '124903.256000', '124903.259000', '124903.261000', '124903.264000', '124903.267000', '124903.270000', '124903.273000', '124903.276000', '124903.279000', '124903.281000', '124903.284000', '124903.287000', '124903.290000', '124903.293000', '124903.296000', '124903.298000', '124903.301000', '124903.304000', '124903.307000', '124903.310000', '124903.313000', '124903.316000', '124903.319000', '124903.321000', '124903.324000', '124903.327000', '124903.330000', '124903.333000', '124903.335000', '124903.338000', '124903.341000', '124903.344000', '124903.347000', '124903.350000', '124903.352000', '124903.355000', '124903.358000', '124903.361000', '124903.364000', '124903.366000', '124903.369000', '124923.247000', '124923.250000', '124923.253000', '124923.256000', '124923.258000', '124923.261000', '124923.264000', '124923.267000', '124923.270000', '124923.273000', '124923.276000', '124923.278000', '124923.283000', '124923.286000', '124923.289000', '124923.292000', '124923.295000', '124923.297000', '124923.300000', '124923.303000', '124923.306000', '124923.309000', '124923.312000', '124923.315000', '124923.317000', '124923.320000', '124923.323000', '124923.326000', '124923.329000', '124923.332000', '124923.334000', '124923.337000', '124923.340000', '124923.343000', '124923.346000', '124923.349000', '124923.351000', '124923.354000', '124923.357000', '124923.360000', '124923.362000', '124923.365000', '124923.368000', '124943.247000', '124943.250000', '124943.253000', '124943.256000', '124943.258000', '124943.261000', '124943.264000', '124943.267000', '124943.270000', '124943.273000', '124943.276000', '124943.278000', '124943.281000', '124943.284000', '124943.287000', '124943.290000', '124943.292000', '124943.295000', '124943.304000', '124943.307000', '124943.310000', '124943.313000', '124943.316000', '124943.318000', '124943.321000', '124943.324000', '124943.327000', '124943.329000', '124943.332000', '124943.335000', '124943.338000', '124943.341000', '124943.343000', '124943.346000', '124943.349000', '124943.352000', '124943.355000', '124943.358000', '124943.360000', '124943.363000', '124943.366000', '124943.369000', '124943.372000', '124943.374000', '125003.247000', '125003.250000', '125003.253000', '125003.256000', '125003.258000', '125003.261000', '125003.264000', '125003.267000', '125003.270000', '125003.272000', '125003.275000', '125003.278000', '125003.281000', '125003.284000', '125003.287000', '125003.289000', '125003.292000', '125003.295000', '125003.298000', '125003.301000', '125003.304000', '125003.306000', '125003.309000', '125003.314000', '125003.317000', '125003.320000', '125003.323000', '125003.326000', '125003.329000', '125003.331000', '125003.334000', '125003.337000', '125003.340000', '125003.343000', '125003.346000', '125003.349000', '125003.351000', '125003.354000', '125003.357000', '125003.360000', '125003.363000', '125003.366000', '125003.368000', '125023.247000', '125023.250000', '125023.253000', '125023.256000', '125023.258000', '125023.261000', '125023.264000', '125023.267000', '125023.270000', '125023.273000', '125023.275000', '125023.278000', '125023.281000', '125023.284000', '125023.287000', '125023.289000', '125023.292000', '125023.295000', '125023.298000', '125023.301000', '125023.304000', '125023.306000', '125023.309000', '125023.312000', '125023.315000', '125023.318000', '125023.321000', '125023.323000', '125023.326000', '125023.329000', '125023.332000', '125023.335000', '125023.338000', '125023.341000', '125023.343000', '125023.346000', '125023.349000', '125023.352000', '125023.355000', '125023.357000', '125023.360000', '125023.363000', '125023.366000', '125023.369000', '125043.247000', '125043.250000', '125043.253000', '125043.256000', '125043.259000', '125043.261000', '125043.264000', '125043.267000', '125043.270000', '125043.273000', '125043.275000', '125043.278000', '125043.281000', '125043.284000', '125043.287000', '125043.290000', '125043.293000', '125043.296000', '125043.299000', '125043.301000', '125043.304000', '125043.307000', '125043.310000', '125043.313000', '125043.315000', '125043.318000', '125043.321000', '125043.324000', '125043.327000', '125043.330000', '125043.332000', '125043.335000', '125043.338000', '125043.341000', '125043.344000', '125043.346000', '125043.349000', '125043.352000', '125043.355000', '125043.358000', '125043.360000', '125043.363000', '125043.366000', '125103.248000', '125103.251000', '125103.254000', '125103.257000', '125103.259000', '125103.262000', '125103.265000', '125103.268000', '125103.271000', '125103.274000', '125103.277000', '125103.279000', '125103.282000', '125103.285000', '125103.288000', '125103.291000', '125103.294000', '125103.296000', '125103.299000', '125103.302000', '125103.305000', '125103.308000', '125103.311000', '125103.313000', '125103.316000', '125103.319000', '125103.322000', '125103.325000', '125103.328000', '125103.330000', '125103.333000', '125103.336000', '125103.339000', '125103.342000', '125103.345000', '125103.347000', '125103.350000', '125103.353000', '125103.356000', '125103.359000', '125103.361000', '125103.364000', '125103.367000', '125103.370000', '125123.247000', '125123.250000', '125123.253000', '125123.256000', '125123.259000', '125123.262000', '125123.264000', '125123.267000', '125123.270000', '125123.273000', '125123.276000', '125123.279000', '125123.282000', '125123.284000', '125123.287000', '125123.290000', '125123.293000', '125123.296000', '125123.299000', '125123.302000', '125123.304000', '125123.307000', '125123.310000', '125123.313000', '125123.316000', '125123.319000', '125123.322000', '125123.324000', '125123.327000', '125123.330000', '125123.333000', '125123.336000', '125123.339000', '125123.342000', '125123.344000', '125123.347000', '125123.351000', '125123.354000', '125123.357000', '125123.360000', '125123.363000', '125123.366000', '125123.380000', '125143.247000', '125143.250000', '125143.253000', '125143.256000', '125143.258000', '125143.261000', '125143.264000', '125143.267000', '125143.270000', '125143.272000', '125143.275000', '125143.278000', '125143.281000', '125143.284000', '125143.287000', '125143.290000', '125143.292000', '125143.295000', '125143.298000', '125143.301000', '125143.304000', '125143.306000', '125143.309000', '125143.312000', '125143.315000', '125143.318000', '125143.321000', '125143.324000', '125143.327000', '125143.329000', '125143.332000', '125143.335000', '125143.338000', '125143.341000', '125143.343000', '125143.346000', '125143.349000', '125143.352000', '125143.355000', '125143.358000', '125143.361000', '125143.363000', '125143.366000', '125143.369000', '125203.247000', '125203.250000', '125203.253000', '125203.256000', '125203.259000', '125203.261000', '125203.264000', '125203.267000', '125203.270000', '125203.273000', '125203.276000', '125203.279000', '125203.281000', '125203.284000', '125203.287000', '125203.290000', '125203.293000', '125203.296000', '125203.298000', '125203.301000', '125203.304000', '125203.307000', '125203.310000', '125203.313000', '125203.315000', '125203.318000', '125203.321000', '125203.324000', '125203.327000', '125203.330000', '125203.333000', '125203.335000', '125203.338000', '125203.341000', '125203.344000', '125203.347000', '125203.350000', '125203.352000', '125203.364000', '125203.367000', '125203.370000', '125203.373000', '125203.376000', '125223.247000', '125223.250000', '125223.253000', '125223.256000', '125223.258000', '125223.261000', '125223.264000', '125223.267000', '125223.270000', '125223.273000', '125223.276000', '125223.279000', '125223.282000', '125223.284000', '125223.287000', '125223.290000', '125223.293000', '125223.296000', '125223.298000', '125223.301000', '125223.304000', '125223.307000', '125223.310000', '125223.312000', '125223.315000', '125223.318000', '125223.321000', '125223.324000', '125223.327000', '125223.330000', '125223.332000', '125223.335000', '125223.338000', '125223.341000', '125223.344000', '125223.347000', '125223.349000', '125223.352000', '125223.355000', '125223.358000', '125223.361000', '125223.364000', '125223.367000', '125243.247000', '125243.250000', '125243.253000', '125243.256000', '125243.259000', '125243.262000', '125243.264000', '125243.267000', '125243.270000', '125243.273000', '125243.276000', '125243.279000', '125243.282000', '125243.285000', '125243.287000', '125243.290000', '125243.293000', '125243.296000', '125243.299000', '125243.301000', '125243.304000', '125243.307000', '125243.310000', '125243.313000', '125243.316000', '125243.318000', '125243.321000', '125243.324000', '125243.327000', '125243.330000', '125243.333000', '125243.335000', '125243.338000', '125243.341000', '125243.344000', '125243.347000', '125243.350000', '125243.353000', '125243.355000', '125243.371000', '125243.373000', '125243.376000', '125243.379000', '125243.382000', '125303.247000', '125303.250000', '125303.253000', '125303.256000', '125303.259000', '125303.261000', '125303.264000', '125303.267000', '125303.270000', '125303.273000', '125303.276000', '125303.278000', '125303.281000', '125303.284000', '125303.287000', '125303.290000', '125303.292000', '125303.295000', '125303.298000', '125303.301000', '125303.304000', '125303.307000', '125303.310000', '125303.312000', '125303.315000', '125303.318000', '125303.321000', '125303.324000', '125303.327000', '125303.330000', '125303.333000', '125303.335000', '125303.338000', '125303.341000', '125303.344000', '125303.347000', '125303.349000', '125303.352000', '125303.355000', '125303.358000', '125303.361000', '125303.364000', '125303.367000', '125303.369000', '125323.248000', '125323.251000', '125323.254000', '125323.257000', '125323.260000', '125323.263000', '125323.266000', '125323.268000', '125323.271000', '125323.274000', '125323.277000', '125323.280000', '125323.283000', '125323.286000', '125323.288000', '125323.291000', '125323.294000', '125323.297000', '125323.300000', '125323.303000', '125323.306000', '125323.308000', '125323.311000', '125323.314000', '125323.317000', '125323.320000', '125323.323000', '125323.326000', '125323.329000', '125323.331000', '125323.334000', '125323.337000', '125323.340000', '125323.343000', '125323.346000', '125323.348000', '125323.351000', '125323.354000', '125323.357000', '125323.360000', '125323.363000', '125323.365000', '125323.368000', '125343.247000', '125343.250000', '125343.253000', '125343.256000', '125343.259000', '125343.262000', '125343.265000', '125343.268000', '125343.271000', '125343.273000', '125343.276000', '125343.279000', '125343.282000', '125343.285000', '125343.288000', '125343.290000', '125343.293000', '125343.296000', '125343.299000', '125343.302000', '125343.305000', '125343.307000', '125343.310000', '125343.313000', '125343.316000', '125343.319000', '125343.322000', '125343.325000', '125343.327000', '125343.330000', '125343.333000', '125343.336000', '125343.339000', '125343.342000', '125343.344000', '125343.347000', '125343.350000', '125343.353000', '125343.356000', '125343.359000', '125343.361000', '125343.364000', '125343.367000', '125359.882000', '125359.885000', '125359.888000', '125359.892000', '125359.896000', '125359.899000', '125359.903000', '125359.917000', '125359.920000', '125359.923000', '125359.926000', '125359.929000', '125359.932000', '125359.935000', '125359.938000', '125359.941000', '125359.943000', '125359.946000', '125359.949000', '125359.952000', '125359.955000', '125359.958000', '125359.961000', '125359.964000', '125359.967000', '125359.970000', '125359.973000', '125359.976000', '125359.978000', '125359.981000', '125359.985000', '125359.988000', '125359.990000', '125359.993000', '125359.996000', '125400.000000', '125400.003000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [9980, 10716, 11358, 10455, 9970, 11225, 12446, 10551, 11963, 10708, 10990, 10491, 10386, 10531, 10767, 10888, 13708, 11788, 12203, 11131, 10797, 10431, 10868, 11622, 11225, 13429, 10110, 11050, 11206, 11714, 10455, 10503, 10994, 12383, 9959, 12033, 10696, 11111, 10771, 10839, 13663, 10193, 12169, 11519, 10375, 11266, 11723, 12946, 10634, 11992, 10742, 10201, 11070, 11207, 11258, 11701, 13170, 10435, 11531, 10909, 10655, 11177, 11142, 13299, 10915, 12110, 10181, 10227, 11382, 10085, 11700, 11038, 11103, 10682, 14703, 12695, 12629, 10529, 11769, 10370, 10633, 12329, 10510, 12529, 10412, 10365, 12075, 10799, 13147, 10272, 11607, 10772, 10156, 12668, 10304, 13803, 11481, 10867, 10647, 10255, 10909, 10353, 12272, 10405, 10297, 10163, 9902, 10298, 10295, 10613, 10377, 11778, 10474, 13984, 11534, 11467, 10678, 10379, 10087, 10411, 11811, 10385, 13916, 10660, 11800, 9945, 11032, 11267, 10154, 10362, 10438, 12475, 10452, 10764, 10491, 13622, 10583, 11534, 10396, 11619, 10383, 11255, 10619, 9814, 10810, 12946, 11455, 12193, 11603, 10769, 13574, 11472, 11103, 11330, 10537, 11743, 9860, 11171, 10967, 12434, 11007, 11502, 10947, 11668, 11091, 14268, 11147, 11767, 11490, 10524, 11846, 10615, 13866, 11082, 11316, 12165, 11390, 13598, 10480, 11670, 9904, 10336, 10902, 10387, 12987, 11472, 12512, 11592, 10499, 12488, 10782, 12646, 12285, 12138, 11430, 10802, 10674, 10801, 10792, 10321, 11379, 10928, 11163, 11760, 14205, 11656, 12286, 10958, 10770, 11561, 11632, 14007, 10832, 12181, 11174, 10648, 10735, 10307, 13373, 10365, 11509, 9877, 9743, 10519, 9449, 10908, 10248, 15248, 10658, 13533, 13113, 10429, 14554, 11755, 13423, 10108, 12026, 9456, 10370, 13633, 10793, 14280, 9640, 10299, 14134, 9781, 12341, 9189, 10531, 10846, 10955, 13972, 9253, 11840, 9230, 9795, 9916, 11339, 9920, 10740, 10696, 9283, 13104, 10960, 11473, 9327, 10939, 9851, 10656, 10229, 9606, 14497, 11046, 12478, 10939, 10721, 9611, 9419, 10419, 9405, 10436, 10289, 11634, 9731, 13666, 9546, 12189, 9965, 10600, 9256, 9522, 8993, 11854, 9630, 9636, 9996, 10948, 9528, 9989, 9576, 9367, 10453, 9498, 9602, 13552, 11374, 12905, 10846, 11860, 10363, 11378, 10028, 13860, 10744, 11031, 11481, 10198, 14093, 9679, 11938, 10631, 10497, 10594, 9628, 11188, 9778, 11908, 10109, 12342, 9695, 9840, 11151, 9717, 10028, 10191, 10722, 10781, 10213, 10788, 10358, 10850, 10537, 14451, 12033, 11614, 10436, 10469, 10772, 10539, 11074, 10239, 13717, 10226, 12201, 10016, 10748, 11981, 10018, 11159, 10704, 13794, 11174, 11441, 10499, 10764, 12237, 10170, 11890, 10251, 11286, 10110, 9920, 11332, 10200, 11726, 9849, 11098, 10221, 10192, 10068, 9733, 9423, 15574, 10132, 9589, 9821, 8863, 9491, 9379, 10859, 10756, 9883, 10991, 13682, 12236, 12787, 10427, 10688, 11768, 13049, 10848, 12336, 14702, 11228, 12900, 9986, 10685, 10150, 9323, 12984, 9383, 10484, 9993, 9546, 10624, 9747, 10386, 9400, 9369, 9786, 9812, 12938, 10424, 10428, 9998, 9518, 10089, 10353, 10105, 9252, 10705, 9630, 11193, 9904, 12965, 10781, 11328, 11301, 9938, 12023, 10245, 11715, 9713, 12294, 10175, 10733, 10696, 10668, 10063, 10409, 11312, 11248, 11535, 10654, 10396, 11704, 10448, 11941, 10869, 11831, 10897, 11832, 11920, 14181, 10020, 12348, 12205, 10675, 12555, 11136, 10632, 10886, 10360, 10893, 13245, 10926, 11272, 11444, 11424, 14331, 10455, 12332, 10827, 11230, 10505, 10333, 9887, 10408, 11086, 10942, 13997, 10483, 12279, 9804, 11187, 12204, 10873, 12600, 10239, 11585, 10282, 12100, 9472, 10297, 10084, 11605, 10278, 10413, 11409, 11420, 11119, 10780, 10517, 11341, 10252, 12763, 11481, 13690, 10035, 12275, 12010, 11788, 12242, 10881, 12691, 11366, 11394, 11854, 11754, 12773, 11062, 12485, 11343, 11454, 11049, 10901, 10501, 10270, 10371, 10580, 11816, 10978, 12698, 10969, 10979, 10949, 12374, 11232, 11851, 10785, 11270, 11931, 10484, 12061, 11636, 11145, 10624, 10096, 10951, 13188, 11277, 13009, 11585, 12351, 9724, 12462, 10146, 11875, 10920, 12097, 10842, 13159, 10913, 13411, 9823, 12869, 10600, 12372, 11076, 12253, 11701, 12396, 11446, 11172, 12982, 11187, 11569, 10328, 11171, 10690, 11013, 10680, 10583, 13710, 10241, 11853, 10432, 13954, 10856, 12481, 10629, 13254, 11208, 10861, 11187, 11560, 10019, 11043, 14052, 10121, 13921, 11434, 12443, 11189, 12252, 10716, 12707, 12456, 11228, 12300, 10113, 13423, 10989, 11761, 9574, 12179, 9269, 11281, 11361, 10461, 10205, 11802, 10960, 13609, 11243, 10050, 11809, 9662, 13463, 10794, 12993, 10941, 11211, 9876, 10019, 12143, 10396, 12311, 10365, 12169, 10315, 11538, 9027, 10606, 11750, 10247, 11277, 10406, 13915, 10210, 11834, 9939, 10907, 10251, 10344, 11144, 11301, 11027, 10602, 11572, 10151, 12215, 9790, 11335, 10845, 10683, 9995, 11462, 9960, 10618, 10238, 13894, 9946, 12300, 10045, 10093, 10267, 11081, 10151, 11426, 10223, 10148, 12521, 9934, 11666, 10088, 10127, 10292, 10780, 10754, 10390, 11359, 9963, 10929, 10146, 10408, 9812, 10740, 10541, 11710, 10912, 10380, 9292, 11440, 11314, 10127, 12023, 10207, 10937, 10502, 14420, 9774, 11854, 10803, 10381, 11447, 10311, 12300, 10411, 13310, 10776, 12200, 10928, 10243, 10584, 9802, 12050, 9727, 11164, 10250, 11605, 11026, 12297, 11167, 11298, 11470, 10306, 13389, 10697, 14012, 10761, 12144, 10474, 11723, 10593, 10779, 11742, 10443, 12899, 9889, 12529, 10870, 12197, 10905, 11255, 11455, 10363, 11916, 9999, 12766, 11428, 11485, 11134, 10810, 11905, 9969, 10840, 10266, 12319, 11255, 10537, 9178, 10469, 10411, 10738, 11589, 10537, 11619, 11135, 12795, 10193, 13455, 12057, 10603, 10450, 10076, 11790, 10766, 13358, 10328, 11638, 11461, 10229, 13598, 10453, 12587, 11014, 10958, 9561, 10850, 12221, 10006, 12386, 10954, 14006, 10649, 11835, 10828, 10637, 10775, 10145, 12611, 10203, 12815, 11499, 11710, 11374, 10507, 11939, 10101, 13016, 10541, 11384, 10672, 10194, 13418, 10516, 13961, 10559, 10896, 9638, 10389, 13045, 11030, 13409, 11368, 11027, 9272, 10192, 13082, 11400, 12957, 11747, 11090, 10314, 10454, 13329, 11324, 13830, 11729, 11240, 10512, 10504, 13675, 10745, 12376, 11933, 12206, 11380, 11080, 12141, 11662, 12998, 10644, 13237, 11319, 13660, 11328, 13091, 10946, 11431, 10855, 10497, 12637, 11169, 12151, 10850, 12799, 11720, 11688, 10928, 11554, 11290, 12216, 10139, 11828, 13263, 13666, 11394, 11892, 12139, 10474, 12422, 11000, 12321, 11011, 10544, 10299, 9807, 11080, 10534, 12961, 10449, 10440, 12229, 11027, 11524, 11431, 10892, 10506, 9948, 12427, 11046, 10824, 11544, 11355, 11476, 10344, 11805, 9719, 11823, 10120, 13404, 11373, 14465, 11474, 11787, 10908, 10338, 13814, 11427, 13299, 11281, 12618, 11457, 11355, 11565, 10927, 12411, 10562, 11948, 11336, 13602, 12006, 11739, 11908, 10895, 11506, 11259, 11474, 13224, 10627, 12894, 11670, 12120, 12541, 12977, 12047, 12764, 12220, 11963, 13614, 11587, 11844, 10682, 10416, 11639, 10378, 11810, 10854, 12099, 12912, 11512, 13215, 11575, 13420, 10066, 11286, 11915, 11718, 12268, 12150, 12301, 12169, 12332, 11212, 13418, 11661, 12093, 11405, 14415, 11975, 12458, 11460, 11063, 11653, 12305, 11840, 13273, 12623, 12170, 11271, 11208, 11739, 11385, 14262, 11157, 12522, 10748, 13107, 12627, 10493, 11606, 11107, 13318, 9534, 11452, 12200, 9840, 12073, 10660, 13123, 9336, 11299, 12181, 10140, 12721, 10874, 13357, 11307, 11079, 12042, 10384, 12132, 10386, 14150, 10907, 11845, 11217, 10603, 12564, 10451, 14078, 10963, 11191, 11795, 10262, 12185, 10419, 13832, 9873, 11114, 12074, 10310, 13951, 10230, 13940, 11261, 11206, 11351, 10645, 13716, 9696, 12362, 11126, 12042, 9088, 10914, 12458, 10173, 11640, 11395, 11542, 10318, 10985, 11021, 12683, 10029, 11031, 12117, 10902, 10395, 11632, 11923, 10816, 13291, 10462, 11999, 11065, 10366, 12274, 9901, 12527, 10048, 12079, 9910, 12246, 11084, 13193, 9671, 12235, 10594, 11945, 9997, 13134, 10398, 11670, 10490, 12154, 9720, 10664, 10375, 13525, 10205, 13931, 10827, 13333, 11503, 11666, 9975, 11337, 11487, 10049, 10391, 12150, 10385, 12644, 10643, 10466, 9186, 12571, 9580, 11830, 9930, 12910, 10942, 12657, 9445, 10457, 9701, 12205, 14267, 9946, 10727, 10539, 10297, 11219, 9745, 12678, 10424, 11900, 11195, 11166, 9408, 10085, 10082, 9710, 8990, 11299, 9262, 10976, 9820, 10550, 10774, 10219, 12171, 9593, 11473, 9969, 9904, 13126, 9447, 10961, 10308, 10395, 11556, 10068, 12672, 10155, 13364, 9487, 9106, 9953, 11739, 9813, 11157, 10297, 11586, 11311, 11050, 11505, 11626, 10181, 10292, 9927, 13045, 10501, 13392, 10871, 13783, 11482, 11347, 11962, 11893, 11929, 11316, 9794, 10348, 11985, 9858, 11774, 10253, 13968, 12975, 13843, 11239, 13575, 10674, 13265, 10977, 14689, 12664, 13081, 11511, 11625, 11560, 11050, 13170, 10236, 13620, 12658, 12034, 11001, 11063, 12025, 9901, 11759, 10175, 13433, 11070, 10760, 9206, 9898, 12460, 9971, 13544, 10331, 11599, 11465, 10125, 12171, 10712, 12701, 9486, 12753, 10538, 14375, 10957, 12172, 9498, 12207, 9857, 13550, 10571, 11286, 11267, 12179, 10369, 13499, 10047, 11141, 12463, 10631, 12287, 10116, 10794, 10321, 10220, 11788, 10847, 13600, 11325, 11868, 9485, 10272, 12263, 9964, 11332, 10042, 10910, 10338, 11337, 9494, 10462, 13055, 9889, 12364, 9355, 12058, 9857, 10149, 10498, 10195, 11226, 10392, 9677, 9936, 12952, 9530, 12358, 10066, 12396, 9912, 13028, 10328, 14214, 10288, 13754, 10824, 11175, 11292, 11056, 11444, 10117, 12042], 'WindowCenter': [4581.0, 4577.0, 4572.0, 4561.0, 4548.0, 4558.0, 4567.0, 4548.0, 4555.0, 4546.0, 4543.0, 4534.0, 4533.0, 4545.0, 4544.0, 4546.0, 4565.0, 4556.0, 4556.0, 4545.0, 4544.0, 4532.0, 4544.0, 4542.0, 4544.0, 4553.0, 4534.0, 4544.0, 4544.0, 4542.0, 4534.0, 4533.0, 4546.0, 4556.0, 4536.0, 4544.0, 4533.0, 4533.0, 4531.0, 4533.0, 4552.0, 4533.0, 4543.0, 4531.0, 4522.0, 4529.0, 4541.0, 4540.0, 4521.0, 4542.0, 4532.0, 4522.0, 4531.0, 4543.0, 4542.0, 4544.0, 4552.0, 4534.0, 4544.0, 4533.0, 4534.0, 4532.0, 4544.0, 4552.0, 4533.0, 4544.0, 4534.0, 4534.0, 4533.0, 4522.0, 4540.0, 4532.0, 4530.0, 4532.0, 4562.0, 4543.0, 4542.0, 4522.0, 4531.0, 4519.0, 4521.0, 4539.0, 4520.0, 4530.0, 4518.0, 4522.0, 4530.0, 4519.0, 4527.0, 4507.0, 4515.0, 4506.0, 4507.0, 4515.0, 4506.0, 4525.0, 4504.0, 4494.0, 4493.0, 4505.0, 4503.0, 4494.0, 4514.0, 4506.0, 4505.0, 4505.0, 4505.0, 4506.0, 4506.0, 4517.0, 4519.0, 4528.0, 4519.0, 4538.0, 4518.0, 4516.0, 4517.0, 4507.0, 4507.0, 4520.0, 4528.0, 4508.0, 4526.0, 4508.0, 4517.0, 4507.0, 4506.0, 4515.0, 4504.0, 4506.0, 4517.0, 4526.0, 4519.0, 4518.0, 4520.0, 4539.0, 4520.0, 4530.0, 4521.0, 4528.0, 4518.0, 4516.0, 4519.0, 4508.0, 4530.0, 4539.0, 4530.0, 4542.0, 4529.0, 4519.0, 4528.0, 4517.0, 4518.0, 4530.0, 4520.0, 4527.0, 4496.0, 4514.0, 4519.0, 4528.0, 4518.0, 4529.0, 4531.0, 4530.0, 4532.0, 4551.0, 4530.0, 4531.0, 4530.0, 4520.0, 4528.0, 4519.0, 4538.0, 4519.0, 4530.0, 4528.0, 4530.0, 4538.0, 4520.0, 4529.0, 4509.0, 4507.0, 4517.0, 4519.0, 4537.0, 4529.0, 4529.0, 4531.0, 4521.0, 4541.0, 4532.0, 4540.0, 4541.0, 4541.0, 4554.0, 4543.0, 4544.0, 4531.0, 4543.0, 4532.0, 4555.0, 4546.0, 4544.0, 4556.0, 4565.0, 4546.0, 4555.0, 4533.0, 4533.0, 4541.0, 4543.0, 4552.0, 4545.0, 4557.0, 4544.0, 4533.0, 4543.0, 4546.0, 4563.0, 4533.0, 4556.0, 4534.0, 4536.0, 4544.0, 4536.0, 4544.0, 4545.0, 4576.0, 4534.0, 4566.0, 4553.0, 4534.0, 4564.0, 4555.0, 4554.0, 4520.0, 4540.0, 4509.0, 4522.0, 4552.0, 4532.0, 4552.0, 4508.0, 4509.0, 4537.0, 4507.0, 4527.0, 4497.0, 4507.0, 4505.0, 4532.0, 4536.0, 4496.0, 4514.0, 4495.0, 4504.0, 4507.0, 4516.0, 4519.0, 4530.0, 4517.0, 4510.0, 4539.0, 4519.0, 4516.0, 4509.0, 4516.0, 4509.0, 4519.0, 4518.0, 4510.0, 4538.0, 4529.0, 4527.0, 4517.0, 4516.0, 4496.0, 4495.0, 4517.0, 4506.0, 4518.0, 4519.0, 4517.0, 4508.0, 4537.0, 4510.0, 4528.0, 4508.0, 4507.0, 4498.0, 4520.0, 4497.0, 4516.0, 4507.0, 4496.0, 4520.0, 4519.0, 4521.0, 4520.0, 4510.0, 4510.0, 4532.0, 4521.0, 4525.0, 4552.0, 4532.0, 4539.0, 4520.0, 4528.0, 4519.0, 4528.0, 4521.0, 4550.0, 4519.0, 4520.0, 4518.0, 4519.0, 4550.0, 4520.0, 4528.0, 4518.0, 4506.0, 4518.0, 4507.0, 4529.0, 4522.0, 4528.0, 4520.0, 4529.0, 4523.0, 4523.0, 4529.0, 4510.0, 4508.0, 4518.0, 4518.0, 4530.0, 4520.0, 4532.0, 4532.0, 4531.0, 4532.0, 4552.0, 4540.0, 4529.0, 4518.0, 4518.0, 4519.0, 4519.0, 4528.0, 4533.0, 4551.0, 4520.0, 4541.0, 4521.0, 4519.0, 4527.0, 4508.0, 4518.0, 4520.0, 4539.0, 4529.0, 4530.0, 4519.0, 4519.0, 4527.0, 4519.0, 4516.0, 4518.0, 4529.0, 4507.0, 4510.0, 4518.0, 4518.0, 4516.0, 4508.0, 4516.0, 4519.0, 4519.0, 4520.0, 4534.0, 4523.0, 4562.0, 4521.0, 4521.0, 4532.0, 4521.0, 4530.0, 4522.0, 4542.0, 4543.0, 4535.0, 4559.0, 4565.0, 4556.0, 4555.0, 4523.0, 4523.0, 4519.0, 4529.0, 4495.0, 4505.0, 4512.0, 4482.0, 4478.0, 4456.0, 4465.0, 4454.0, 4442.0, 4470.0, 4442.0, 4452.0, 4441.0, 4441.0, 4450.0, 4452.0, 4463.0, 4455.0, 4453.0, 4464.0, 4466.0, 4485.0, 4477.0, 4488.0, 4491.0, 4478.0, 4490.0, 4489.0, 4492.0, 4481.0, 4505.0, 4495.0, 4515.0, 4507.0, 4526.0, 4518.0, 4516.0, 4517.0, 4508.0, 4527.0, 4519.0, 4528.0, 4509.0, 4527.0, 4507.0, 4516.0, 4519.0, 4519.0, 4519.0, 4532.0, 4529.0, 4530.0, 4530.0, 4530.0, 4522.0, 4540.0, 4531.0, 4539.0, 4531.0, 4540.0, 4543.0, 4542.0, 4554.0, 4564.0, 4534.0, 4555.0, 4543.0, 4545.0, 4553.0, 4543.0, 4531.0, 4533.0, 4531.0, 4543.0, 4553.0, 4533.0, 4545.0, 4542.0, 4544.0, 4564.0, 4545.0, 4552.0, 4533.0, 4541.0, 4544.0, 4533.0, 4534.0, 4546.0, 4544.0, 4545.0, 4564.0, 4534.0, 4555.0, 4533.0, 4546.0, 4552.0, 4545.0, 4555.0, 4557.0, 4557.0, 4548.0, 4553.0, 4547.0, 4545.0, 4545.0, 4556.0, 4545.0, 4547.0, 4555.0, 4555.0, 4557.0, 4556.0, 4557.0, 4557.0, 4558.0, 4567.0, 4571.0, 4580.0, 4549.0, 4570.0, 4556.0, 4557.0, 4554.0, 4546.0, 4555.0, 4544.0, 4546.0, 4542.0, 4544.0, 4553.0, 4545.0, 4554.0, 4544.0, 4542.0, 4543.0, 4542.0, 4545.0, 4534.0, 4544.0, 4545.0, 4553.0, 4556.0, 4554.0, 4546.0, 4542.0, 4544.0, 4553.0, 4545.0, 4554.0, 4545.0, 4556.0, 4555.0, 4547.0, 4554.0, 4544.0, 4543.0, 4545.0, 4533.0, 4556.0, 4563.0, 4555.0, 4566.0, 4556.0, 4566.0, 4536.0, 4554.0, 4535.0, 4554.0, 4546.0, 4555.0, 4557.0, 4567.0, 4557.0, 4567.0, 4535.0, 4554.0, 4534.0, 4553.0, 4544.0, 4555.0, 4554.0, 4556.0, 4555.0, 4545.0, 4564.0, 4545.0, 4544.0, 4535.0, 4543.0, 4544.0, 4555.0, 4559.0, 4559.0, 4576.0, 4547.0, 4556.0, 4547.0, 4576.0, 4558.0, 4566.0, 4559.0, 4567.0, 4557.0, 4545.0, 4555.0, 4554.0, 4546.0, 4557.0, 4577.0, 4547.0, 4577.0, 4555.0, 4554.0, 4543.0, 4553.0, 4532.0, 4555.0, 4542.0, 4532.0, 4539.0, 4520.0, 4538.0, 4529.0, 4529.0, 4520.0, 4528.0, 4509.0, 4528.0, 4529.0, 4529.0, 4519.0, 4541.0, 4530.0, 4550.0, 4528.0, 4508.0, 4527.0, 4509.0, 4539.0, 4530.0, 4539.0, 4518.0, 4517.0, 4507.0, 4508.0, 4527.0, 4518.0, 4526.0, 4507.0, 4515.0, 4506.0, 4515.0, 4497.0, 4506.0, 4515.0, 4506.0, 4515.0, 4517.0, 4535.0, 4505.0, 4515.0, 4496.0, 4505.0, 4505.0, 4507.0, 4517.0, 4517.0, 4505.0, 4506.0, 4515.0, 4506.0, 4525.0, 4506.0, 4504.0, 4506.0, 4504.0, 4506.0, 4515.0, 4506.0, 4505.0, 4507.0, 4535.0, 4496.0, 4514.0, 4506.0, 4504.0, 4507.0, 4515.0, 4506.0, 4515.0, 4505.0, 4506.0, 4525.0, 4496.0, 4503.0, 4493.0, 4491.0, 4494.0, 4502.0, 4516.0, 4506.0, 4514.0, 4506.0, 4504.0, 4506.0, 4504.0, 4495.0, 4503.0, 4506.0, 4525.0, 4517.0, 4517.0, 4509.0, 4528.0, 4516.0, 4507.0, 4526.0, 4518.0, 4517.0, 4519.0, 4548.0, 4507.0, 4515.0, 4518.0, 4507.0, 4529.0, 4519.0, 4528.0, 4531.0, 4539.0, 4530.0, 4539.0, 4519.0, 4508.0, 4518.0, 4508.0, 4528.0, 4521.0, 4528.0, 4520.0, 4528.0, 4530.0, 4528.0, 4530.0, 4530.0, 4528.0, 4519.0, 4537.0, 4519.0, 4538.0, 4529.0, 4529.0, 4519.0, 4528.0, 4518.0, 4517.0, 4529.0, 4521.0, 4540.0, 4521.0, 4539.0, 4531.0, 4529.0, 4520.0, 4519.0, 4529.0, 4520.0, 4528.0, 4521.0, 4528.0, 4529.0, 4517.0, 4518.0, 4518.0, 4528.0, 4509.0, 4516.0, 4508.0, 4526.0, 4518.0, 4518.0, 4510.0, 4519.0, 4519.0, 4518.0, 4530.0, 4519.0, 4541.0, 4543.0, 4540.0, 4522.0, 4541.0, 4530.0, 4508.0, 4507.0, 4508.0, 4516.0, 4518.0, 4538.0, 4519.0, 4528.0, 4516.0, 4507.0, 4535.0, 4517.0, 4526.0, 4518.0, 4518.0, 4508.0, 4518.0, 4527.0, 4509.0, 4527.0, 4519.0, 4549.0, 4519.0, 4528.0, 4518.0, 4517.0, 4519.0, 4519.0, 4538.0, 4520.0, 4538.0, 4528.0, 4527.0, 4527.0, 4518.0, 4526.0, 4518.0, 4537.0, 4517.0, 4527.0, 4517.0, 4517.0, 4536.0, 4518.0, 4537.0, 4518.0, 4516.0, 4507.0, 4508.0, 4526.0, 4518.0, 4537.0, 4529.0, 4516.0, 4497.0, 4518.0, 4536.0, 4528.0, 4527.0, 4529.0, 4529.0, 4519.0, 4519.0, 4537.0, 4529.0, 4537.0, 4528.0, 4529.0, 4530.0, 4520.0, 4548.0, 4530.0, 4538.0, 4540.0, 4538.0, 4531.0, 4531.0, 4539.0, 4530.0, 4538.0, 4530.0, 4539.0, 4541.0, 4550.0, 4542.0, 4551.0, 4530.0, 4530.0, 4530.0, 4531.0, 4540.0, 4533.0, 4531.0, 4532.0, 4541.0, 4543.0, 4542.0, 4534.0, 4532.0, 4532.0, 4543.0, 4534.0, 4545.0, 4568.0, 4555.0, 4535.0, 4534.0, 4531.0, 4522.0, 4529.0, 4520.0, 4527.0, 4517.0, 4507.0, 4506.0, 4508.0, 4515.0, 4517.0, 4526.0, 4507.0, 4506.0, 4525.0, 4518.0, 4527.0, 4528.0, 4517.0, 4517.0, 4508.0, 4527.0, 4529.0, 4518.0, 4530.0, 4529.0, 4530.0, 4519.0, 4540.0, 4510.0, 4540.0, 4532.0, 4550.0, 4542.0, 4551.0, 4531.0, 4541.0, 4530.0, 4522.0, 4551.0, 4543.0, 4552.0, 4532.0, 4540.0, 4542.0, 4531.0, 4542.0, 4532.0, 4552.0, 4533.0, 4541.0, 4543.0, 4551.0, 4542.0, 4542.0, 4541.0, 4531.0, 4542.0, 4543.0, 4555.0, 4564.0, 4534.0, 4552.0, 4544.0, 4543.0, 4554.0, 4554.0, 4553.0, 4556.0, 4543.0, 4544.0, 4553.0, 4543.0, 4532.0, 4533.0, 4535.0, 4557.0, 4533.0, 4555.0, 4544.0, 4555.0, 4566.0, 4556.0, 4568.0, 4556.0, 4554.0, 4523.0, 4543.0, 4554.0, 4556.0, 4554.0, 4555.0, 4553.0, 4544.0, 4542.0, 4532.0, 4551.0, 4543.0, 4542.0, 4555.0, 4577.0, 4546.0, 4543.0, 4543.0, 4531.0, 4544.0, 4552.0, 4543.0, 4554.0, 4540.0, 4543.0, 4531.0, 4531.0, 4528.0, 4530.0, 4549.0, 4529.0, 4540.0, 4530.0, 4539.0, 4526.0, 4519.0, 4515.0, 4516.0, 4537.0, 4507.0, 4517.0, 4526.0, 4508.0, 4515.0, 4506.0, 4537.0, 4498.0, 4516.0, 4515.0, 4508.0, 4524.0, 4515.0, 4525.0, 4517.0, 4518.0, 4525.0, 4507.0, 4514.0, 4506.0, 4524.0, 4516.0, 4517.0, 4517.0, 4507.0, 4514.0, 4505.0, 4535.0, 4516.0, 4505.0, 4514.0, 4506.0, 4513.0, 4505.0, 4534.0, 4506.0, 4516.0, 4513.0, 4505.0, 4534.0, 4505.0, 4523.0, 4515.0, 4515.0, 4516.0, 4506.0, 4535.0, 4507.0, 4525.0, 4516.0, 4515.0, 4496.0, 4506.0, 4524.0, 4507.0, 4514.0, 4514.0, 4514.0, 4507.0, 4517.0, 4516.0, 4526.0, 4506.0, 4516.0, 4528.0, 4517.0, 4518.0, 4531.0, 4528.0, 4518.0, 4538.0, 4518.0, 4518.0, 4516.0, 4505.0, 4525.0, 4506.0, 4537.0, 4520.0, 4540.0, 4520.0, 4528.0, 4518.0, 4537.0, 4508.0, 4527.0, 4519.0, 4528.0, 4522.0, 4539.0, 4518.0, 4517.0, 4531.0, 4539.0, 4507.0, 4516.0, 4519.0, 4537.0, 4519.0, 4547.0, 4530.0, 4539.0, 4528.0, 4528.0, 4508.0, 4517.0, 4517.0, 4506.0, 4533.0, 4540.0, 4519.0, 4540.0, 4520.0, 4507.0, 4509.0, 4539.0, 4509.0, 4515.0, 4497.0, 4527.0, 4520.0, 4515.0, 4495.0, 4493.0, 4493.0, 4514.0, 4511.0, 4480.0, 4479.0, 4467.0, 4467.0, 4475.0, 4467.0, 4498.0, 4478.0, 4488.0, 4489.0, 4490.0, 4468.0, 4465.0, 4477.0, 4477.0, 4482.0, 4490.0, 4484.0, 4493.0, 4495.0, 4505.0, 4492.0, 4493.0, 4503.0, 4483.0, 4503.0, 4494.0, 4509.0, 4525.0, 4494.0, 4505.0, 4496.0, 4495.0, 4504.0, 4495.0, 4526.0, 4507.0, 4538.0, 4497.0, 4499.0, 4510.0, 4542.0, 4521.0, 4544.0, 4534.0, 4544.0, 4533.0, 4545.0, 4541.0, 4545.0, 4534.0, 4523.0, 4525.0, 4553.0, 4533.0, 4551.0, 4533.0, 4562.0, 4544.0, 4542.0, 4544.0, 4542.0, 4554.0, 4544.0, 4534.0, 4535.0, 4555.0, 4536.0, 4555.0, 4547.0, 4566.0, 4566.0, 4564.0, 4546.0, 4565.0, 4547.0, 4554.0, 4546.0, 4566.0, 4556.0, 4554.0, 4544.0, 4542.0, 4542.0, 4533.0, 4541.0, 4523.0, 4551.0, 4541.0, 4529.0, 4518.0, 4519.0, 4527.0, 4508.0, 4516.0, 4508.0, 4538.0, 4517.0, 4517.0, 4497.0, 4521.0, 4538.0, 4509.0, 4536.0, 4518.0, 4517.0, 4527.0, 4507.0, 4528.0, 4519.0, 4537.0, 4509.0, 4537.0, 4520.0, 4548.0, 4519.0, 4528.0, 4509.0, 4529.0, 4521.0, 4540.0, 4520.0, 4529.0, 4530.0, 4538.0, 4520.0, 4541.0, 4508.0, 4519.0, 4527.0, 4508.0, 4529.0, 4509.0, 4515.0, 4506.0, 4505.0, 4515.0, 4518.0, 4528.0, 4518.0, 4530.0, 4508.0, 4494.0, 4502.0, 4492.0, 4490.0, 4481.0, 4490.0, 4494.0, 4503.0, 4483.0, 4493.0, 4512.0, 4493.0, 4512.0, 4484.0, 4512.0, 4493.0, 4491.0, 4503.0, 4492.0, 4515.0, 4505.0, 4495.0, 4506.0, 4525.0, 4508.0, 4528.0, 4509.0, 4526.0, 4507.0, 4537.0, 4519.0, 4549.0, 4521.0, 4549.0, 4519.0, 4530.0, 4530.0, 4532.0, 4530.0, 4520.0, 4542.0], 'WindowWidth': [10064.0, 10049.0, 10030.0, 10013.0, 9989.0, 10004.0, 10013.0, 9989.0, 9996.0, 9984.0, 9974.0, 9963.0, 9957.0, 9978.0, 9977.0, 9981.0, 10008.0, 9996.0, 9999.0, 9981.0, 9976.0, 9958.0, 9976.0, 9968.0, 9975.0, 9986.0, 9960.0, 9975.0, 9975.0, 9967.0, 9962.0, 9958.0, 9981.0, 9996.0, 9969.0, 9975.0, 9959.0, 9959.0, 9951.0, 9958.0, 9982.0, 9959.0, 9973.0, 9951.0, 9940.0, 9945.0, 9965.0, 9962.0, 9938.0, 9970.0, 9956.0, 9943.0, 9951.0, 9970.0, 9968.0, 9975.0, 9985.0, 9963.0, 9977.0, 9959.0, 9961.0, 9954.0, 9975.0, 9984.0, 9958.0, 9977.0, 9964.0, 9963.0, 9958.0, 9944.0, 9965.0, 9957.0, 9952.0, 9958.0, 9999.0, 9972.0, 9970.0, 9943.0, 9952.0, 9934.0, 9941.0, 9962.0, 9935.0, 9951.0, 9930.0, 9942.0, 9950.0, 9934.0, 9940.0, 9911.0, 9920.0, 9908.0, 9911.0, 9918.0, 9909.0, 9933.0, 9903.0, 9887.0, 9887.0, 9904.0, 9899.0, 9890.0, 9917.0, 9909.0, 9905.0, 9906.0, 9904.0, 9910.0, 9910.0, 9927.0, 9932.0, 9942.0, 9932.0, 9957.0, 9928.0, 9924.0, 9927.0, 9912.0, 9911.0, 9937.0, 9943.0, 9916.0, 9937.0, 9914.0, 9927.0, 9911.0, 9911.0, 9920.0, 9905.0, 9910.0, 9927.0, 9939.0, 9933.0, 9928.0, 9933.0, 9958.0, 9934.0, 9952.0, 9941.0, 9944.0, 9931.0, 9925.0, 9933.0, 9914.0, 9949.0, 9962.0, 9949.0, 9969.0, 9944.0, 9930.0, 9941.0, 9926.0, 9930.0, 9950.0, 9936.0, 9938.0, 9896.0, 9917.0, 9933.0, 9940.0, 9930.0, 9943.0, 9952.0, 9948.0, 9955.0, 9979.0, 9948.0, 9954.0, 9948.0, 9935.0, 9940.0, 9931.0, 9956.0, 9932.0, 9949.0, 9941.0, 9947.0, 9959.0, 9936.0, 9945.0, 9918.0, 9913.0, 9927.0, 9932.0, 9953.0, 9947.0, 9946.0, 9951.0, 9938.0, 9968.0, 9955.0, 9961.0, 9967.0, 9967.0, 9989.0, 9974.0, 9976.0, 9954.0, 9974.0, 9958.0, 9995.0, 9985.0, 9976.0, 9996.0, 10008.0, 9982.0, 9995.0, 9958.0, 9958.0, 9965.0, 9973.0, 9985.0, 9979.0, 10000.0, 9977.0, 9961.0, 9976.0, 9984.0, 10004.0, 9964.0, 10000.0, 9966.0, 9973.0, 9980.0, 9973.0, 9978.0, 9982.0, 10024.0, 9964.0, 10012.0, 9989.0, 9964.0, 10006.0, 9995.0, 9991.0, 9938.0, 9964.0, 9920.0, 9944.0, 9987.0, 9958.0, 9988.0, 9918.0, 9920.0, 9955.0, 9915.0, 9942.0, 9903.0, 9913.0, 9906.0, 9958.0, 9956.0, 9898.0, 9918.0, 9896.0, 9904.0, 9916.0, 9926.0, 9936.0, 9952.0, 9927.0, 9924.0, 9961.0, 9931.0, 9924.0, 9919.0, 9925.0, 9920.0, 9936.0, 9930.0, 9924.0, 9959.0, 9947.0, 9942.0, 9927.0, 9924.0, 9898.0, 9896.0, 9928.0, 9912.0, 9930.0, 9934.0, 9927.0, 9918.0, 9955.0, 9924.0, 9944.0, 9918.0, 9913.0, 9902.0, 9939.0, 9901.0, 9924.0, 9914.0, 9895.0, 9937.0, 9932.0, 9939.0, 9934.0, 9923.0, 9921.0, 9954.0, 9939.0, 9951.0, 9986.0, 9955.0, 9961.0, 9934.0, 9940.0, 9933.0, 9943.0, 9938.0, 9977.0, 9933.0, 9935.0, 9928.0, 9932.0, 9977.0, 9937.0, 9944.0, 9929.0, 9908.0, 9928.0, 9914.0, 9946.0, 9941.0, 9945.0, 9935.0, 9945.0, 9947.0, 9946.0, 9949.0, 9923.0, 9916.0, 9930.0, 9930.0, 9948.0, 9937.0, 9956.0, 9958.0, 9953.0, 9955.0, 9984.0, 9965.0, 9947.0, 9931.0, 9929.0, 9933.0, 9933.0, 9945.0, 9958.0, 9979.0, 9936.0, 9969.0, 9940.0, 9932.0, 9939.0, 9916.0, 9927.0, 9936.0, 9962.0, 9946.0, 9950.0, 9932.0, 9930.0, 9938.0, 9931.0, 9925.0, 9931.0, 9946.0, 9914.0, 9924.0, 9931.0, 9930.0, 9925.0, 9914.0, 9922.0, 9932.0, 9935.0, 9939.0, 9968.0, 9948.0, 10001.0, 9944.0, 9944.0, 9963.0, 9948.0, 9958.0, 9949.0, 9974.0, 9977.0, 9967.0, 10008.0, 10011.0, 9999.0, 9997.0, 9943.0, 9943.0, 9931.0, 9946.0, 9889.0, 9904.0, 9909.0, 9865.0, 9855.0, 9817.0, 9832.0, 9813.0, 9794.0, 9830.0, 9793.0, 9807.0, 9790.0, 9790.0, 9802.0, 9810.0, 9827.0, 9819.0, 9813.0, 9829.0, 9837.0, 9861.0, 9855.0, 9873.0, 9882.0, 9858.0, 9878.0, 9873.0, 9886.0, 9869.0, 9907.0, 9892.0, 9921.0, 9915.0, 9935.0, 9928.0, 9924.0, 9927.0, 9917.0, 9941.0, 9933.0, 9945.0, 9920.0, 9940.0, 9914.0, 9923.0, 9933.0, 9935.0, 9932.0, 9954.0, 9946.0, 9951.0, 9951.0, 9950.0, 9944.0, 9965.0, 9953.0, 9961.0, 9953.0, 9965.0, 9972.0, 9968.0, 9990.0, 10003.0, 9963.0, 9995.0, 9973.0, 9981.0, 9990.0, 9974.0, 9952.0, 9959.0, 9953.0, 9974.0, 9988.0, 9960.0, 9979.0, 9971.0, 9976.0, 10008.0, 9980.0, 9986.0, 9960.0, 9968.0, 9977.0, 9962.0, 9965.0, 9986.0, 9976.0, 9982.0, 10005.0, 9965.0, 9995.0, 9961.0, 9983.0, 9986.0, 9981.0, 9995.0, 10004.0, 10004.0, 9991.0, 9992.0, 9991.0, 9982.0, 9983.0, 10002.0, 9981.0, 9989.0, 9996.0, 9997.0, 10001.0, 9999.0, 10000.0, 10000.0, 10005.0, 10015.0, 10026.0, 10041.0, 9992.0, 10022.0, 9997.0, 9997.0, 9993.0, 9981.0, 9994.0, 9976.0, 9982.0, 9969.0, 9976.0, 9988.0, 9978.0, 9990.0, 9978.0, 9969.0, 9974.0, 9971.0, 9980.0, 9964.0, 9978.0, 9984.0, 9989.0, 9998.0, 9994.0, 9982.0, 9972.0, 9976.0, 9989.0, 9980.0, 9992.0, 9980.0, 9999.0, 9994.0, 9989.0, 9991.0, 9978.0, 9974.0, 9981.0, 9963.0, 9997.0, 10004.0, 9996.0, 10012.0, 9998.0, 10012.0, 9969.0, 9991.0, 9966.0, 9989.0, 9982.0, 9995.0, 10001.0, 10014.0, 10001.0, 10015.0, 9968.0, 9991.0, 9963.0, 9988.0, 9978.0, 9995.0, 9990.0, 10000.0, 9992.0, 9981.0, 10007.0, 9981.0, 9979.0, 9967.0, 9975.0, 9979.0, 9996.0, 10011.0, 10008.0, 10025.0, 9989.0, 9998.0, 9987.0, 10026.0, 10005.0, 10014.0, 10009.0, 10015.0, 10001.0, 9981.0, 9995.0, 9992.0, 9985.0, 10001.0, 10029.0, 9989.0, 10031.0, 9993.0, 9990.0, 9975.0, 9989.0, 9957.0, 9994.0, 9971.0, 9956.0, 9962.0, 9936.0, 9960.0, 9947.0, 9948.0, 9936.0, 9945.0, 9919.0, 9944.0, 9948.0, 9948.0, 9935.0, 9969.0, 9949.0, 9980.0, 9943.0, 9919.0, 9941.0, 9920.0, 9962.0, 9951.0, 9959.0, 9930.0, 9927.0, 9911.0, 9916.0, 9939.0, 9930.0, 9937.0, 9913.0, 9921.0, 9910.0, 9920.0, 9898.0, 9912.0, 9918.0, 9909.0, 9919.0, 9925.0, 9949.0, 9909.0, 9919.0, 9896.0, 9904.0, 9906.0, 9912.0, 9927.0, 9927.0, 9907.0, 9910.0, 9918.0, 9909.0, 9934.0, 9910.0, 9902.0, 9910.0, 9903.0, 9909.0, 9919.0, 9910.0, 9907.0, 9911.0, 9950.0, 9895.0, 9917.0, 9909.0, 9904.0, 9911.0, 9921.0, 9908.0, 9920.0, 9907.0, 9909.0, 9932.0, 9894.0, 9902.0, 9886.0, 9881.0, 9888.0, 9899.0, 9924.0, 9910.0, 9917.0, 9910.0, 9903.0, 9907.0, 9901.0, 9892.0, 9902.0, 9911.0, 9936.0, 9928.0, 9929.0, 9920.0, 9944.0, 9923.0, 9914.0, 9937.0, 9929.0, 9928.0, 9933.0, 9971.0, 9914.0, 9922.0, 9928.0, 9913.0, 9945.0, 9935.0, 9943.0, 9954.0, 9962.0, 9949.0, 9960.0, 9933.0, 9915.0, 9930.0, 9917.0, 9943.0, 9939.0, 9944.0, 9936.0, 9944.0, 9948.0, 9944.0, 9949.0, 9950.0, 9944.0, 9934.0, 9954.0, 9933.0, 9958.0, 9948.0, 9946.0, 9935.0, 9942.0, 9931.0, 9927.0, 9948.0, 9939.0, 9961.0, 9941.0, 9963.0, 9952.0, 9946.0, 9935.0, 9932.0, 9946.0, 9936.0, 9942.0, 9938.0, 9945.0, 9945.0, 9928.0, 9930.0, 9929.0, 9942.0, 9920.0, 9925.0, 9916.0, 9938.0, 9928.0, 9930.0, 9923.0, 9934.0, 9932.0, 9930.0, 9949.0, 9933.0, 9966.0, 9974.0, 9963.0, 9944.0, 9966.0, 9949.0, 9914.0, 9913.0, 9917.0, 9923.0, 9928.0, 9956.0, 9932.0, 9944.0, 9922.0, 9913.0, 9947.0, 9926.0, 9937.0, 9930.0, 9931.0, 9915.0, 9929.0, 9938.0, 9919.0, 9939.0, 9933.0, 9973.0, 9934.0, 9942.0, 9930.0, 9928.0, 9931.0, 9934.0, 9956.0, 9936.0, 9958.0, 9944.0, 9940.0, 9941.0, 9931.0, 9935.0, 9931.0, 9955.0, 9927.0, 9940.0, 9926.0, 9928.0, 9949.0, 9930.0, 9955.0, 9929.0, 9924.0, 9913.0, 9916.0, 9936.0, 9929.0, 9954.0, 9945.0, 9926.0, 9900.0, 9930.0, 9950.0, 9944.0, 9940.0, 9945.0, 9948.0, 9934.0, 9933.0, 9953.0, 9945.0, 9954.0, 9944.0, 9947.0, 9949.0, 9936.0, 9970.0, 9951.0, 9957.0, 9962.0, 9958.0, 9953.0, 9955.0, 9961.0, 9950.0, 9957.0, 9951.0, 9961.0, 9967.0, 9979.0, 9969.0, 9980.0, 9951.0, 9949.0, 9949.0, 9953.0, 9961.0, 9957.0, 9951.0, 9955.0, 9965.0, 9970.0, 9968.0, 9960.0, 9953.0, 9953.0, 9969.0, 9959.0, 9976.0, 10015.0, 9990.0, 9961.0, 9961.0, 9949.0, 9940.0, 9948.0, 9935.0, 9941.0, 9927.0, 9911.0, 9908.0, 9914.0, 9921.0, 9927.0, 9936.0, 9912.0, 9911.0, 9933.0, 9928.0, 9940.0, 9945.0, 9925.0, 9927.0, 9915.0, 9940.0, 9947.0, 9929.0, 9951.0, 9948.0, 9950.0, 9932.0, 9965.0, 9924.0, 9965.0, 9957.0, 9978.0, 9970.0, 9980.0, 9953.0, 9964.0, 9951.0, 9943.0, 9979.0, 9973.0, 9985.0, 9957.0, 9965.0, 9970.0, 9954.0, 9968.0, 9958.0, 9985.0, 9961.0, 9966.0, 9971.0, 9981.0, 9970.0, 9969.0, 9966.0, 9954.0, 9971.0, 9974.0, 9996.0, 10005.0, 9964.0, 9984.0, 9975.0, 9973.0, 9990.0, 9991.0, 9986.0, 9998.0, 9973.0, 9977.0, 9989.0, 9974.0, 9954.0, 9959.0, 9965.0, 10002.0, 9962.0, 9993.0, 9978.0, 9994.0, 10012.0, 9995.0, 10018.0, 9996.0, 9990.0, 9945.0, 9972.0, 9990.0, 9995.0, 9988.0, 9995.0, 9988.0, 9977.0, 9968.0, 9957.0, 9979.0, 9974.0, 9970.0, 9994.0, 10028.0, 9981.0, 9972.0, 9972.0, 9952.0, 9975.0, 9985.0, 9975.0, 9993.0, 9964.0, 9975.0, 9954.0, 9952.0, 9944.0, 9951.0, 9974.0, 9948.0, 9966.0, 9951.0, 9962.0, 9938.0, 9931.0, 9922.0, 9925.0, 9956.0, 9915.0, 9926.0, 9935.0, 9916.0, 9919.0, 9910.0, 9955.0, 9903.0, 9925.0, 9919.0, 9918.0, 9931.0, 9922.0, 9934.0, 9928.0, 9932.0, 9934.0, 9913.0, 9918.0, 9909.0, 9932.0, 9926.0, 9927.0, 9926.0, 9915.0, 9916.0, 9906.0, 9950.0, 9926.0, 9909.0, 9918.0, 9910.0, 9915.0, 9907.0, 9947.0, 9912.0, 9927.0, 9915.0, 9907.0, 9943.0, 9908.0, 9931.0, 9920.0, 9921.0, 9925.0, 9912.0, 9948.0, 9913.0, 9935.0, 9923.0, 9921.0, 9899.0, 9911.0, 9931.0, 9913.0, 9919.0, 9920.0, 9919.0, 9914.0, 9927.0, 9925.0, 9937.0, 9910.0, 9923.0, 9943.0, 9928.0, 9930.0, 9954.0, 9945.0, 9931.0, 9956.0, 9932.0, 9930.0, 9921.0, 9907.0, 9934.0, 9911.0, 9955.0, 9940.0, 9965.0, 9938.0, 9944.0, 9932.0, 9952.0, 9917.0, 9940.0, 9933.0, 9942.0, 9942.0, 9963.0, 9928.0, 9926.0, 9955.0, 9963.0, 9916.0, 9924.0, 9935.0, 9955.0, 9935.0, 9969.0, 9949.0, 9960.0, 9944.0, 9944.0, 9916.0, 9925.0, 9926.0, 9910.0, 9961.0, 9965.0, 9933.0, 9965.0, 9936.0, 9914.0, 9920.0, 9959.0, 9917.0, 9921.0, 9897.0, 9941.0, 9938.0, 9917.0, 9890.0, 9886.0, 9887.0, 9917.0, 9906.0, 9863.0, 9861.0, 9838.0, 9838.0, 9845.0, 9838.0, 9882.0, 9855.0, 9871.0, 9873.0, 9879.0, 9845.0, 9834.0, 9852.0, 9855.0, 9870.0, 9876.0, 9874.0, 9885.0, 9890.0, 9903.0, 9880.0, 9885.0, 9899.0, 9870.0, 9901.0, 9889.0, 9919.0, 9933.0, 9890.0, 9903.0, 9891.0, 9888.0, 9899.0, 9889.0, 9933.0, 9912.0, 9952.0, 9897.0, 9902.0, 9918.0, 9966.0, 9937.0, 9974.0, 9961.0, 9977.0, 9958.0, 9975.0, 9964.0, 9977.0, 9959.0, 9941.0, 9949.0, 9982.0, 9957.0, 9978.0, 9958.0, 9995.0, 9975.0, 9969.0, 9975.0, 9971.0, 9991.0, 9974.0, 9962.0, 9963.0, 9993.0, 9968.0, 9991.0, 9987.0, 10008.0, 10009.0, 10002.0, 9982.0, 10003.0, 9984.0, 9989.0, 9981.0, 10009.0, 9997.0, 9991.0, 9976.0, 9969.0, 9969.0, 9960.0, 9963.0, 9945.0, 9981.0, 9967.0, 9946.0, 9930.0, 9931.0, 9938.0, 9915.0, 9922.0, 9914.0, 9955.0, 9925.0, 9925.0, 9900.0, 9941.0, 9956.0, 9918.0, 9952.0, 9930.0, 9925.0, 9940.0, 9913.0, 9942.0, 9933.0, 9954.0, 9918.0, 9953.0, 9934.0, 9971.0, 9931.0, 9942.0, 9921.0, 9948.0, 9939.0, 9963.0, 9937.0, 9947.0, 9951.0, 9957.0, 9937.0, 9967.0, 9916.0, 9932.0, 9938.0, 9914.0, 9945.0, 9918.0, 9921.0, 9908.0, 9905.0, 9918.0, 9927.0, 9941.0, 9927.0, 9948.0, 9917.0, 9887.0, 9894.0, 9882.0, 9875.0, 9865.0, 9876.0, 9888.0, 9898.0, 9871.0, 9886.0, 9908.0, 9885.0, 9910.0, 9874.0, 9911.0, 9885.0, 9882.0, 9900.0, 9883.0, 9919.0, 9905.0, 9894.0, 9910.0, 9933.0, 9916.0, 9941.0, 9917.0, 9937.0, 9914.0, 9951.0, 9931.0, 9972.0, 9939.0, 9974.0, 9933.0, 9948.0, 9948.0, 9955.0, 9948.0, 9934.0, 9968.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.0017513653413353336</td></tr>
<tr><td colspan=3>aqi</td><td>0.026427327831957986</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.7237346122072</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3287635090765761</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.026580529256758</td></tr>
<tr><td colspan=3>efc</td><td>0.4807</td></tr>
<tr><td colspan=3>fber</td><td>5708.5391</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09527002627376745</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.600900225056264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4192895845566755</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.382543488650282</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.569440120557956</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3058851444617883</td></tr>
<tr><td colspan=3>gcor</td><td>0.0188632</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015205830335617065</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02233097143471241</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.223156836709302</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.5157</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1853</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.2636</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.5762</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2489</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.5033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3740.8712</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.9475</td></tr>
<tr><td colspan=3>tsnr</td><td>38.29058062960394</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>