<?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-0044_ses-01_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-0044_ses-01_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-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_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-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_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-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-01_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_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-0044/ses-01/func/sub-0044_ses-01_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>c07a08e940265ed0b1df75570c144661</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>14:46:28.512500</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.998587, -0.053123, 0.00135721, 0.052858, 0.995587, 0.0775358]</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.0977869</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7710, -7250, 439, -15, -26, 54, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d60f4291-a4df-49f9-bc80-a47ea9cda716||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.679136037826538, 0.1418142318725586, 0.014769424684345722, 106.47411346435547], [0.1425251066684723, 2.671088218688965, 0.2088572233915329, -95.66865539550781], [0.003641299204900861, -0.20802293717861176, 2.6918692588806152, -50.46062088012695], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['144628.512500', '144628.972500', '144629.432500', '144629.892500', '144630.352500', '144630.812500', '144631.272500', '144631.732500', '144632.192500', '144632.652500', '144633.112500', '144633.572500', '144634.032500', '144634.492500', '144634.952500', '144635.412500', '144635.872500', '144636.332500', '144636.792500', '144637.252500', '144637.712500', '144638.172500', '144638.632500', '144639.092500', '144639.552500', '144640.012500', '144640.472500', '144640.932500', '144641.392500', '144641.852500', '144642.312500', '144642.772500', '144643.232500', '144643.692500', '144644.152500', '144644.612500', '144645.072500', '144645.532500', '144645.992500', '144646.452500', '144646.912500', '144647.372500', '144647.832500', '144648.292500', '144648.752500', '144649.212500', '144649.672500', '144650.132500', '144650.592500', '144651.052500', '144651.512500', '144651.972500', '144652.432500', '144652.892500', '144653.352500', '144653.812500', '144654.272500', '144654.732500', '144655.192500', '144655.652500', '144656.112500', '144656.572500', '144657.032500', '144657.492500', '144657.952500', '144658.412500', '144658.872500', '144659.332500', '144659.792500', '144700.252500', '144700.712500', '144701.172500', '144701.632500', '144702.092500', '144702.552500', '144703.012500', '144703.472500', '144703.932500', '144704.392500', '144704.852500', '144705.312500', '144705.772500', '144706.232500', '144706.692500', '144707.152500', '144707.612500', '144708.072500', '144708.532500', '144708.992500', '144709.452500', '144709.912500', '144710.372500', '144710.832500', '144711.292500', '144711.752500', '144712.212500', '144712.672500', '144713.132500', '144713.592500', '144714.052500', '144714.512500', '144714.972500', '144715.432500', '144715.892500', '144716.352500', '144716.812500', '144717.272500', '144717.732500', '144718.192500', '144718.652500', '144719.112500', '144719.572500', '144720.032500', '144720.492500', '144720.952500', '144721.412500', '144721.872500', '144722.332500', '144722.792500', '144723.252500', '144723.712500', '144724.172500', '144724.632500', '144725.092500', '144725.552500', '144726.012500', '144726.472500', '144726.932500', '144727.392500', '144727.852500', '144728.312500', '144728.772500', '144729.232500', '144729.692500', '144730.152500', '144730.612500', '144731.072500', '144731.532500', '144731.992500', '144732.452500', '144732.912500', '144733.372500', '144733.832500', '144734.292500', '144734.752500', '144735.212500', '144735.672500', '144736.132500', '144736.592500', '144737.052500', '144737.512500', '144737.972500', '144738.432500', '144738.892500', '144739.352500', '144739.812500', '144740.272500', '144740.732500', '144741.192500', '144741.652500', '144742.112500', '144742.572500', '144743.032500', '144743.492500', '144743.952500', '144744.412500', '144744.872500', '144745.332500', '144745.792500', '144746.252500', '144746.712500', '144747.172500', '144747.632500', '144748.092500', '144748.552500', '144749.012500', '144749.472500', '144749.932500', '144750.392500', '144750.852500', '144751.312500', '144751.772500', '144752.232500', '144752.692500', '144753.152500', '144753.612500', '144754.072500', '144754.532500', '144754.992500', '144755.452500', '144755.912500', '144756.372500', '144756.832500', '144757.292500', '144757.752500', '144758.212500', '144758.672500', '144759.132500', '144759.592500', '144800.052500', '144800.512500', '144800.972500', '144801.432500', '144801.892500', '144802.352500', '144802.812500', '144803.272500', '144803.732500', '144804.192500', '144804.652500', '144805.112500', '144805.572500', '144806.032500', '144806.492500', '144806.952500', '144807.412500', '144807.872500', '144808.332500', '144808.792500', '144809.252500', '144809.712500', '144810.172500', '144810.632500', '144811.092500', '144811.552500', '144812.012500', '144812.472500', '144812.932500', '144813.392500', '144813.852500', '144814.312500', '144814.772500', '144815.232500', '144815.692500', '144816.152500', '144816.612500', '144817.072500', '144817.532500', '144817.992500', '144818.452500', '144818.912500', '144819.372500', '144819.832500', '144820.292500', '144820.752500', '144821.212500', '144821.672500', '144822.132500', '144822.592500', '144823.052500', '144823.512500', '144823.972500', '144824.432500', '144824.892500', '144825.352500', '144825.812500', '144826.272500', '144826.732500', '144827.192500', '144827.652500', '144828.112500', '144828.572500', '144829.032500', '144829.492500', '144829.952500', '144830.412500', '144830.872500', '144831.332500', '144831.792500', '144832.252500', '144832.712500', '144833.172500', '144833.632500', '144834.092500', '144834.552500', '144835.012500', '144835.472500', '144835.932500', '144836.392500', '144836.852500', '144837.312500', '144837.772500', '144838.232500', '144838.692500', '144839.152500', '144839.612500', '144840.072500', '144840.532500', '144840.992500', '144841.452500', '144841.912500', '144842.372500', '144842.832500', '144843.292500', '144843.752500', '144844.212500', '144844.672500', '144845.132500', '144845.592500', '144846.052500', '144846.512500', '144846.972500', '144847.432500', '144847.892500', '144848.352500', '144848.812500', '144849.272500', '144849.732500', '144850.192500', '144850.652500', '144851.112500', '144851.572500', '144852.032500', '144852.492500', '144852.952500', '144853.412500', '144853.872500', '144854.332500', '144854.792500', '144855.252500', '144855.712500', '144856.172500', '144856.632500', '144857.092500', '144857.552500', '144858.012500', '144858.472500', '144858.932500', '144859.392500', '144859.852500', '144900.312500', '144900.772500', '144901.232500', '144901.692500', '144902.152500', '144902.612500', '144903.072500', '144903.532500', '144903.992500', '144904.452500', '144904.912500', '144905.372500', '144905.832500', '144906.292500', '144906.752500', '144907.212500', '144907.672500', '144908.132500', '144908.592500', '144909.052500', '144909.512500', '144909.972500', '144910.432500', '144910.892500', '144911.352500', '144911.812500', '144912.272500', '144912.732500', '144913.192500', '144913.652500', '144914.112500', '144914.572500', '144915.032500', '144915.492500', '144915.952500', '144916.412500', '144916.872500', '144917.332500', '144917.792500', '144918.252500', '144918.712500', '144919.172500', '144919.632500', '144920.092500', '144920.552500', '144921.012500', '144921.472500', '144921.932500', '144922.392500', '144922.852500', '144923.312500', '144923.772500', '144924.232500', '144924.692500', '144925.152500', '144925.612500', '144926.072500', '144926.532500', '144926.992500', '144927.452500', '144927.912500', '144928.372500', '144928.832500', '144929.292500', '144929.752500', '144930.212500', '144930.672500', '144931.132500', '144931.592500', '144932.052500', '144932.512500', '144932.972500', '144933.432500', '144933.892500', '144934.352500', '144934.812500', '144935.272500', '144935.732500', '144936.192500', '144936.652500', '144937.112500', '144937.572500', '144938.032500', '144938.492500', '144938.952500', '144939.412500', '144939.872500', '144940.332500', '144940.792500', '144941.252500', '144941.712500', '144942.172500', '144942.632500', '144943.092500', '144943.552500', '144944.012500', '144944.472500', '144944.932500', '144945.392500', '144945.852500', '144946.312500', '144946.772500', '144947.232500', '144947.692500', '144948.152500', '144948.612500', '144949.072500', '144949.532500', '144949.992500', '144950.452500', '144950.912500', '144951.372500', '144951.832500', '144952.292500', '144952.752500', '144953.212500', '144953.672500', '144954.132500', '144954.592500', '144955.052500', '144955.512500', '144955.972500', '144956.432500', '144956.892500', '144957.352500', '144957.812500', '144958.272500', '144958.732500', '144959.192500', '144959.652500', '145000.112500', '145000.572500', '145001.032500', '145001.492500', '145001.952500', '145002.412500', '145002.872500', '145003.332500', '145003.792500', '145004.252500', '145004.712500', '145005.172500', '145005.632500', '145006.092500', '145006.552500', '145007.012500', '145007.472500', '145007.932500', '145008.392500', '145008.852500', '145009.312500', '145009.772500', '145010.232500', '145010.692500', '145011.152500', '145011.612500', '145012.072500', '145012.532500', '145012.992500', '145013.452500', '145013.912500', '145014.372500', '145014.832500', '145015.292500', '145015.752500', '145016.212500', '145016.672500', '145017.132500', '145017.592500', '145018.052500', '145018.512500', '145018.972500', '145019.432500', '145019.892500', '145020.352500', '145020.812500', '145021.272500', '145021.732500', '145022.192500', '145022.652500', '145023.112500', '145023.572500', '145024.032500', '145024.492500', '145024.952500', '145025.412500', '145025.872500', '145026.332500', '145026.792500', '145027.252500', '145027.712500', '145028.172500', '145028.632500', '145029.092500', '145029.552500', '145030.012500', '145030.472500', '145030.932500', '145031.392500', '145031.852500', '145032.312500', '145032.772500', '145033.232500', '145033.692500', '145034.152500', '145034.612500', '145035.072500', '145035.532500', '145035.992500', '145036.452500', '145036.912500', '145037.372500', '145037.832500', '145038.292500', '145038.752500', '145039.212500', '145039.672500', '145040.132500', '145040.592500', '145041.052500', '145041.512500', '145041.972500', '145042.432500', '145042.892500', '145043.352500', '145043.812500', '145044.272500', '145044.732500', '145045.192500', '145045.652500', '145046.112500', '145046.572500', '145047.032500', '145047.492500', '145047.952500', '145048.412500', '145048.872500', '145049.332500', '145049.792500', '145050.252500', '145050.712500', '145051.172500', '145051.632500', '145052.092500', '145052.552500', '145053.012500', '145053.472500', '145053.932500', '145054.392500', '145054.852500', '145055.312500', '145055.772500', '145056.232500', '145056.692500', '145057.152500', '145057.612500', '145058.072500', '145058.532500', '145058.992500', '145059.452500', '145059.912500', '145100.372500', '145100.832500', '145101.292500', '145101.752500', '145102.212500', '145102.672500', '145103.132500', '145103.592500', '145104.052500', '145104.512500', '145104.972500', '145105.432500', '145105.892500', '145106.352500', '145106.812500', '145107.272500', '145107.732500', '145108.192500', '145108.652500', '145109.112500', '145109.572500', '145110.032500', '145110.492500', '145110.952500', '145111.412500', '145111.872500', '145112.332500', '145112.792500', '145113.252500', '145113.712500', '145114.172500', '145114.632500', '145115.092500', '145115.552500', '145116.012500', '145116.472500', '145116.932500', '145117.392500', '145117.852500', '145118.312500', '145118.772500', '145119.232500', '145119.692500', '145120.152500', '145120.612500', '145121.072500', '145121.532500', '145121.992500', '145122.452500', '145122.912500', '145123.372500', '145123.832500', '145124.292500', '145124.752500', '145125.212500', '145125.672500', '145126.132500', '145126.592500', '145127.052500', '145127.512500', '145127.972500', '145128.432500', '145128.892500', '145129.352500', '145129.812500', '145130.272500', '145130.732500', '145131.192500', '145131.652500', '145132.112500', '145132.572500', '145133.032500', '145133.492500', '145133.952500', '145134.412500', '145134.872500', '145135.332500', '145135.792500', '145136.252500', '145136.712500', '145137.172500', '145137.632500', '145138.092500', '145138.552500', '145139.012500', '145139.472500', '145139.932500', '145140.392500', '145140.852500', '145141.312500', '145141.772500', '145142.232500', '145142.692500', '145143.152500', '145143.612500', '145144.072500', '145144.532500', '145144.992500', '145145.452500', '145145.912500', '145146.372500', '145146.832500', '145147.292500', '145147.752500', '145148.212500', '145148.672500', '145149.132500', '145149.592500', '145150.052500', '145150.512500', '145150.972500', '145151.432500', '145151.892500', '145152.352500', '145152.812500', '145153.272500', '145153.732500', '145154.192500', '145154.652500', '145155.112500', '145155.572500', '145156.032500', '145156.492500', '145156.952500', '145157.412500', '145157.872500', '145158.332500', '145158.792500', '145159.252500', '145159.712500', '145200.172500', '145200.632500', '145201.092500', '145201.552500', '145202.012500', '145202.472500', '145202.932500', '145203.392500', '145203.852500', '145204.312500', '145204.772500', '145205.232500', '145205.692500', '145206.152500', '145206.612500', '145207.072500', '145207.532500', '145207.992500', '145208.452500', '145208.912500', '145209.372500', '145209.832500', '145210.292500', '145210.752500', '145211.212500', '145211.672500', '145212.132500', '145212.592500', '145213.052500', '145213.512500', '145213.972500', '145214.432500', '145214.892500', '145215.352500', '145215.812500', '145216.272500', '145216.732500', '145217.192500', '145217.652500', '145218.112500', '145218.572500', '145219.032500', '145219.492500', '145219.952500', '145220.412500', '145220.872500', '145221.332500', '145221.792500', '145222.252500', '145222.712500', '145223.172500', '145223.632500', '145224.092500', '145224.552500', '145225.012500', '145225.472500', '145225.932500', '145226.392500', '145226.852500', '145227.312500', '145227.772500', '145228.232500', '145228.692500', '145229.152500', '145229.612500', '145230.072500', '145230.532500', '145230.992500', '145231.452500', '145231.912500', '145232.372500', '145232.832500', '145233.292500', '145233.752500', '145234.212500', '145234.672500', '145235.132500', '145235.592500', '145236.052500', '145236.512500', '145236.972500', '145237.432500', '145237.892500', '145238.352500', '145238.812500', '145239.272500', '145239.732500', '145240.192500', '145240.652500', '145241.112500', '145241.572500', '145242.032500', '145242.492500', '145242.952500', '145243.412500', '145243.872500', '145244.332500', '145244.792500', '145245.252500', '145245.712500', '145246.172500', '145246.632500', '145247.092500', '145247.552500', '145248.012500', '145248.472500', '145248.932500', '145249.392500', '145249.852500', '145250.312500', '145250.772500', '145251.232500', '145251.692500', '145252.152500', '145252.612500', '145253.072500', '145253.532500', '145253.992500', '145254.452500', '145254.912500', '145255.372500', '145255.832500', '145256.292500', '145256.752500', '145257.212500', '145257.672500', '145258.132500', '145258.592500', '145259.052500', '145259.512500', '145259.972500', '145300.432500', '145300.892500', '145301.352500', '145301.812500', '145302.272500', '145302.732500', '145303.192500', '145303.652500', '145304.112500', '145304.572500', '145305.032500', '145305.492500', '145305.952500', '145306.412500', '145306.872500', '145307.332500', '145307.792500', '145308.252500', '145308.712500', '145309.172500', '145309.632500', '145310.092500', '145310.552500', '145311.012500', '145311.472500', '145311.932500', '145312.392500', '145312.852500', '145313.312500', '145313.772500', '145314.232500', '145314.692500', '145315.152500', '145315.612500', '145316.072500', '145316.532500', '145316.992500', '145317.452500', '145317.912500', '145318.372500', '145318.832500', '145319.292500', '145319.752500', '145320.212500', '145320.672500', '145321.132500', '145321.592500', '145322.052500', '145322.512500', '145322.972500', '145323.432500', '145323.892500', '145324.352500', '145324.812500', '145325.272500', '145325.732500', '145326.192500', '145326.652500', '145327.112500', '145327.572500', '145328.032500', '145328.492500', '145328.952500', '145329.412500', '145329.872500', '145330.332500', '145330.792500', '145331.252500', '145331.712500', '145332.172500', '145332.632500', '145333.092500', '145333.552500', '145334.012500', '145334.472500', '145334.932500', '145335.392500', '145335.852500', '145336.312500', '145336.772500', '145337.232500', '145337.692500', '145338.152500', '145338.612500', '145339.072500', '145339.532500', '145339.992500', '145340.452500', '145340.912500', '145341.372500', '145341.832500', '145342.292500', '145342.752500', '145343.212500', '145343.672500', '145344.132500', '145344.592500', '145345.052500', '145345.512500', '145345.972500', '145346.432500', '145346.892500', '145347.352500', '145347.812500', '145348.272500', '145348.732500', '145349.192500', '145349.652500', '145350.112500', '145350.572500', '145351.032500', '145351.492500', '145351.952500', '145352.412500', '145352.872500', '145353.332500', '145353.792500', '145354.252500', '145354.712500', '145355.172500', '145355.632500', '145356.092500', '145356.552500', '145357.012500', '145357.472500', '145357.932500', '145358.392500', '145358.852500', '145359.312500', '145359.772500', '145400.232500', '145400.692500', '145401.152500', '145401.612500', '145402.072500', '145402.532500', '145402.992500', '145403.452500', '145403.912500', '145404.372500', '145404.832500', '145405.292500', '145405.752500', '145406.212500', '145406.672500', '145407.132500', '145407.592500', '145408.052500', '145408.512500', '145408.972500', '145409.432500', '145409.892500', '145410.352500', '145410.812500', '145411.272500', '145411.732500', '145412.192500', '145412.652500', '145413.112500', '145413.572500', '145414.032500', '145414.492500', '145414.952500', '145415.412500', '145415.872500', '145416.332500', '145416.792500', '145417.252500', '145417.712500', '145418.172500', '145418.632500', '145419.092500', '145419.552500', '145420.012500', '145420.472500', '145420.932500', '145421.392500', '145421.852500', '145422.312500', '145422.772500', '145423.232500', '145423.692500', '145424.152500', '145424.612500', '145425.072500', '145425.532500', '145425.992500', '145426.452500', '145426.912500', '145427.372500', '145427.832500', '145428.292500', '145428.752500', '145429.212500', '145429.672500', '145430.132500', '145430.592500', '145431.052500', '145431.512500', '145431.972500', '145432.432500', '145432.892500', '145433.352500', '145433.812500', '145434.272500', '145434.732500', '145435.192500', '145435.652500', '145436.112500', '145436.572500', '145437.032500', '145437.492500', '145437.952500', '145438.412500', '145438.872500', '145439.332500', '145439.792500', '145440.252500', '145440.712500', '145441.172500', '145441.632500', '145442.092500', '145442.552500', '145443.012500', '145443.472500', '145443.932500', '145444.392500', '145444.852500', '145445.312500', '145445.772500', '145446.232500', '145446.692500', '145447.152500', '145447.612500', '145448.072500', '145448.532500', '145448.992500', '145449.452500', '145449.912500', '145450.372500', '145450.832500', '145451.292500', '145451.752500', '145452.212500', '145452.672500', '145453.132500', '145453.592500', '145454.052500', '145454.512500', '145454.972500', '145455.432500', '145455.892500', '145456.352500', '145456.812500', '145457.272500', '145457.732500', '145458.192500', '145458.652500', '145459.112500', '145459.572500', '145500.032500', '145500.492500', '145500.952500', '145501.412500', '145501.872500', '145502.332500', '145502.792500', '145503.252500', '145503.712500', '145504.172500', '145504.632500', '145505.092500', '145505.552500', '145506.012500', '145506.472500', '145506.932500', '145507.392500', '145507.852500', '145508.312500', '145508.772500', '145509.232500', '145509.692500', '145510.152500', '145510.612500', '145511.072500', '145511.532500', '145511.992500', '145512.452500', '145512.912500', '145513.372500', '145513.832500', '145514.292500', '145514.752500', '145515.212500', '145515.672500', '145516.132500', '145516.592500', '145517.052500', '145517.512500', '145517.972500', '145518.432500', '145518.892500', '145519.352500', '145519.812500', '145520.272500', '145520.732500', '145521.192500', '145521.652500', '145522.112500', '145522.572500', '145523.032500', '145523.492500', '145523.952500', '145524.412500', '145524.872500', '145525.332500', '145525.792500', '145526.252500', '145526.712500', '145527.172500', '145527.632500', '145528.092500', '145528.552500', '145529.012500', '145529.472500', '145529.932500', '145530.392500', '145530.852500', '145531.312500', '145531.772500', '145532.232500', '145532.692500', '145533.152500', '145533.612500', '145534.072500', '145534.532500', '145534.992500', '145535.452500', '145535.912500', '145536.372500', '145536.832500', '145537.292500', '145537.752500', '145538.212500', '145538.672500', '145539.132500', '145539.592500', '145540.052500', '145540.512500', '145540.972500', '145541.432500', '145541.892500', '145542.352500', '145542.812500', '145543.272500', '145543.732500', '145544.192500', '145544.652500', '145545.112500', '145545.572500', '145546.032500', '145546.492500', '145546.952500', '145547.412500', '145547.872500', '145548.332500', '145548.792500', '145549.252500', '145549.712500', '145550.172500', '145550.632500', '145551.092500', '145551.552500', '145552.012500', '145552.472500', '145552.932500', '145553.392500', '145553.852500', '145554.312500', '145554.772500', '145555.232500', '145555.692500', '145556.152500', '145556.612500', '145557.072500', '145557.532500', '145557.992500', '145558.452500', '145558.912500', '145559.372500', '145559.832500', '145600.292500', '145600.752500', '145601.212500', '145601.672500', '145602.132500', '145602.592500', '145603.052500', '145603.512500', '145603.972500', '145604.432500', '145604.892500', '145605.352500', '145605.812500', '145606.272500', '145606.732500', '145607.192500', '145607.652500', '145608.112500', '145608.572500', '145609.032500', '145609.492500', '145609.952500', '145610.412500', '145610.872500', '145611.332500', '145611.792500', '145612.252500', '145612.712500', '145613.172500', '145613.632500', '145614.092500', '145614.552500', '145615.012500', '145615.472500', '145615.932500', '145616.392500', '145616.852500', '145617.312500', '145617.772500', '145618.232500', '145618.692500', '145619.152500', '145619.612500', '145620.072500', '145620.532500', '145620.992500', '145621.452500', '145621.912500', '145622.372500', '145622.832500', '145623.292500', '145623.752500', '145624.212500', '145624.672500', '145625.132500', '145625.592500', '145626.052500', '145626.512500', '145626.972500', '145627.432500', '145627.892500', '145628.352500', '145628.812500', '145629.272500', '145629.732500', '145630.192500', '145630.652500', '145631.112500', '145631.572500', '145632.032500', '145632.492500', '145632.952500', '145633.412500', '145633.872500', '145634.332500', '145634.792500', '145635.252500', '145635.712500', '145636.172500', '145636.632500', '145637.092500', '145637.552500', '145638.012500', '145638.472500', '145638.932500', '145639.392500', '145639.852500', '145640.312500', '145640.772500', '145641.232500', '145641.692500', '145642.152500', '145642.612500', '145643.072500', '145643.532500', '145643.992500', '145644.452500', '145644.912500', '145645.372500', '145645.832500', '145646.292500', '145646.752500', '145647.212500', '145647.672500', '145648.132500', '145648.592500', '145649.052500', '145649.512500', '145649.972500', '145650.432500', '145650.892500', '145651.352500', '145651.812500', '145652.272500', '145652.732500', '145653.192500', '145653.652500', '145654.112500', '145654.572500', '145655.032500', '145655.492500', '145655.952500', '145656.412500', '145656.872500', '145657.332500', '145657.792500', '145658.252500', '145658.712500', '145659.172500', '145659.632500', '145700.092500', '145700.552500', '145701.012500'], 'ContentTime': ['144638.375000', '144638.378000', '144638.381000', '144638.384000', '144638.388000', '144638.396000', '144638.399000', '144638.402000', '144638.405000', '144638.408000', '144638.411000', '144638.414000', '144638.417000', '144638.420000', '144638.423000', '144638.426000', '144638.429000', '144638.432000', '144638.445000', '144638.448000', '144658.337000', '144658.340000', '144658.343000', '144658.346000', '144658.348000', '144658.351000', '144658.354000', '144658.357000', '144658.360000', '144658.362000', '144658.365000', '144658.368000', '144658.371000', '144658.374000', '144658.376000', '144658.379000', '144658.382000', '144658.385000', '144658.388000', '144658.391000', '144658.393000', '144658.406000', '144658.409000', '144658.412000', '144658.414000', '144658.417000', '144658.420000', '144658.423000', '144658.426000', '144658.429000', '144658.489000', '144658.492000', '144658.498000', '144658.501000', '144658.504000', '144658.507000', '144658.510000', '144658.513000', '144658.516000', '144658.535000', '144658.538000', '144658.541000', '144658.544000', '144718.337000', '144718.340000', '144718.343000', '144718.346000', '144718.348000', '144718.351000', '144718.354000', '144718.357000', '144718.360000', '144718.363000', '144718.366000', '144718.368000', '144718.371000', '144718.374000', '144718.377000', '144718.380000', '144718.382000', '144718.385000', '144718.388000', '144718.391000', '144718.394000', '144718.397000', '144718.400000', '144718.403000', '144718.405000', '144718.408000', '144718.417000', '144718.420000', '144718.423000', '144718.426000', '144718.429000', '144718.432000', '144718.434000', '144718.437000', '144718.440000', '144718.443000', '144718.446000', '144718.449000', '144718.451000', '144718.454000', '144718.457000', '144718.460000', '144718.463000', '144718.466000', '144738.338000', '144738.341000', '144738.344000', '144738.347000', '144738.350000', '144738.352000', '144738.365000', '144738.368000', '144738.371000', '144738.374000', '144738.377000', '144738.379000', '144738.382000', '144738.385000', '144738.388000', '144738.391000', '144738.394000', '144738.397000', '144738.400000', '144738.402000', '144738.405000', '144738.408000', '144738.411000', '144738.414000', '144738.417000', '144738.420000', '144738.422000', '144738.425000', '144738.428000', '144738.431000', '144738.434000', '144738.437000', '144738.440000', '144738.443000', '144738.445000', '144738.448000', '144738.451000', '144738.455000', '144738.458000', '144738.461000', '144738.464000', '144738.467000', '144738.470000', '144758.338000', '144758.341000', '144758.344000', '144758.347000', '144758.349000', '144758.352000', '144758.355000', '144758.358000', '144758.361000', '144758.364000', '144758.367000', '144758.369000', '144758.372000', '144758.375000', '144758.378000', '144758.381000', '144758.384000', '144758.387000', '144758.389000', '144758.392000', '144758.395000', '144758.398000', '144758.401000', '144758.404000', '144758.407000', '144758.410000', '144758.412000', '144758.415000', '144758.418000', '144758.421000', '144758.424000', '144758.427000', '144758.430000', '144758.433000', '144758.436000', '144758.439000', '144758.441000', '144758.444000', '144758.447000', '144758.450000', '144758.453000', '144758.456000', '144758.459000', '144758.462000', '144818.338000', '144818.341000', '144818.344000', '144818.347000', '144818.350000', '144818.352000', '144818.355000', '144818.358000', '144818.361000', '144818.364000', '144818.367000', '144818.375000', '144818.378000', '144818.381000', '144818.384000', '144818.386000', '144818.389000', '144818.392000', '144818.395000', '144818.398000', '144818.401000', '144818.404000', '144818.407000', '144818.409000', '144818.412000', '144818.415000', '144818.418000', '144818.421000', '144818.424000', '144818.427000', '144818.429000', '144818.432000', '144818.435000', '144818.438000', '144818.441000', '144818.444000', '144818.447000', '144818.449000', '144818.452000', '144818.455000', '144818.458000', '144818.461000', '144818.464000', '144838.338000', '144838.341000', '144838.344000', '144838.347000', '144838.349000', '144838.352000', '144838.355000', '144838.358000', '144838.361000', '144838.364000', '144838.366000', '144838.369000', '144838.372000', '144838.375000', '144838.378000', '144838.381000', '144838.384000', '144838.387000', '144838.390000', '144838.392000', '144838.395000', '144838.398000', '144838.401000', '144838.404000', '144838.407000', '144838.410000', '144838.412000', '144838.415000', '144838.418000', '144838.421000', '144838.424000', '144838.436000', '144838.439000', '144838.442000', '144838.445000', '144838.448000', '144838.451000', '144838.453000', '144838.456000', '144838.459000', '144838.462000', '144838.465000', '144838.468000', '144838.471000', '144858.337000', '144858.340000', '144858.343000', '144858.346000', '144858.349000', '144858.351000', '144858.354000', '144858.357000', '144858.360000', '144858.363000', '144858.366000', '144858.369000', '144858.372000', '144858.374000', '144858.377000', '144858.380000', '144858.383000', '144858.386000', '144858.389000', '144858.392000', '144858.394000', '144858.397000', '144858.400000', '144858.403000', '144858.406000', '144858.409000', '144858.412000', '144858.414000', '144858.417000', '144858.420000', '144858.423000', '144858.426000', '144858.429000', '144858.431000', '144858.434000', '144858.437000', '144858.440000', '144858.443000', '144858.446000', '144858.449000', '144858.451000', '144858.454000', '144858.457000', '144918.337000', '144918.341000', '144918.344000', '144918.347000', '144918.350000', '144918.352000', '144918.355000', '144918.370000', '144918.372000', '144918.375000', '144918.378000', '144918.381000', '144918.384000', '144918.387000', '144918.389000', '144918.392000', '144918.395000', '144918.398000', '144918.401000', '144918.404000', '144918.407000', '144918.409000', '144918.412000', '144918.415000', '144918.418000', '144918.421000', '144918.424000', '144918.427000', '144918.429000', '144918.432000', '144918.435000', '144918.438000', '144918.441000', '144918.444000', '144918.447000', '144918.449000', '144918.452000', '144918.455000', '144918.458000', '144918.461000', '144918.464000', '144918.467000', '144918.470000', '144938.337000', '144938.340000', '144938.343000', '144938.346000', '144938.349000', '144938.351000', '144938.354000', '144938.357000', '144938.360000', '144938.363000', '144938.366000', '144938.369000', '144938.372000', '144938.374000', '144938.377000', '144938.380000', '144938.383000', '144938.386000', '144938.389000', '144938.392000', '144938.395000', '144938.398000', '144938.400000', '144938.403000', '144938.406000', '144938.409000', '144938.412000', '144938.415000', '144938.418000', '144938.421000', '144938.424000', '144938.426000', '144938.429000', '144938.432000', '144938.435000', '144938.438000', '144938.441000', '144938.444000', '144938.446000', '144938.449000', '144938.452000', '144938.455000', '144938.458000', '144938.461000', '144958.338000', '144958.341000', '144958.344000', '144958.347000', '144958.350000', '144958.353000', '144958.356000', '144958.359000', '144958.362000', '144958.365000', '144958.368000', '144958.371000', '144958.374000', '144958.376000', '144958.379000', '144958.382000', '144958.385000', '144958.388000', '144958.391000', '144958.394000', '144958.396000', '144958.399000', '144958.402000', '144958.405000', '144958.408000', '144958.411000', '144958.413000', '144958.416000', '144958.419000', '144958.422000', '144958.425000', '144958.428000', '144958.431000', '144958.434000', '144958.437000', '144958.439000', '144958.442000', '144958.445000', '144958.448000', '144958.451000', '144958.454000', '144958.456000', '144958.459000', '145018.338000', '145018.341000', '145018.344000', '145018.347000', '145018.350000', '145018.352000', '145018.355000', '145018.358000', '145018.361000', '145018.364000', '145018.367000', '145018.370000', '145018.373000', '145018.387000', '145018.390000', '145018.393000', '145018.396000', '145018.398000', '145018.401000', '145018.404000', '145018.407000', '145018.410000', '145018.413000', '145018.416000', '145018.418000', '145018.421000', '145018.424000', '145018.427000', '145018.430000', '145018.433000', '145018.436000', '145018.439000', '145018.442000', '145018.444000', '145018.447000', '145018.450000', '145018.453000', '145018.456000', '145018.459000', '145018.461000', '145018.464000', '145018.467000', '145018.470000', '145018.473000', '145038.338000', '145038.341000', '145038.344000', '145038.347000', '145038.350000', '145038.352000', '145038.355000', '145038.358000', '145038.361000', '145038.364000', '145038.367000', '145038.370000', '145038.373000', '145038.376000', '145038.380000', '145038.383000', '145038.386000', '145038.388000', '145038.415000', '145038.418000', '145038.421000', '145038.424000', '145038.427000', '145038.429000', '145038.432000', '145038.435000', '145038.438000', '145038.441000', '145038.444000', '145038.447000', '145038.450000', '145038.452000', '145038.455000', '145038.458000', '145038.461000', '145038.464000', '145038.467000', '145038.470000', '145038.472000', '145038.475000', '145038.478000', '145038.481000', '145038.484000', '145058.338000', '145058.341000', '145058.344000', '145058.347000', '145058.349000', '145058.352000', '145058.355000', '145058.358000', '145058.361000', '145058.364000', '145058.367000', '145058.370000', '145058.373000', '145058.376000', '145058.378000', '145058.381000', '145058.384000', '145058.387000', '145058.390000', '145058.393000', '145058.396000', '145058.399000', '145058.401000', '145058.404000', '145058.407000', '145058.410000', '145058.413000', '145058.416000', '145058.419000', '145058.422000', '145058.425000', '145058.427000', '145058.430000', '145058.433000', '145058.436000', '145058.439000', '145058.442000', '145058.445000', '145058.448000', '145058.451000', '145058.454000', '145058.457000', '145058.459000', '145058.462000', '145118.337000', '145118.340000', '145118.343000', '145118.346000', '145118.349000', '145118.351000', '145118.354000', '145118.357000', '145118.360000', '145118.363000', '145118.366000', '145118.369000', '145118.371000', '145118.374000', '145118.377000', '145118.380000', '145118.383000', '145118.386000', '145118.389000', '145118.392000', '145118.397000', '145118.401000', '145118.404000', '145118.407000', '145118.410000', '145118.413000', '145118.416000', '145118.419000', '145118.422000', '145118.425000', '145118.427000', '145118.430000', '145118.433000', '145118.436000', '145118.439000', '145118.442000', '145118.445000', '145118.447000', '145118.450000', '145118.453000', '145118.456000', '145118.459000', '145118.462000', '145138.337000', '145138.340000', '145138.343000', '145138.346000', '145138.349000', '145138.351000', '145138.354000', '145138.357000', '145138.360000', '145138.363000', '145138.366000', '145138.369000', '145138.372000', '145138.374000', '145138.377000', '145138.380000', '145138.383000', '145138.386000', '145138.389000', '145138.391000', '145138.394000', '145138.397000', '145138.400000', '145138.403000', '145138.406000', '145138.409000', '145138.412000', '145138.414000', '145138.417000', '145138.420000', '145138.423000', '145138.426000', '145138.429000', '145138.432000', '145138.434000', '145138.437000', '145138.440000', '145138.443000', '145138.457000', '145138.460000', '145138.463000', '145138.466000', '145138.469000', '145138.472000', '145158.337000', '145158.340000', '145158.343000', '145158.346000', '145158.349000', '145158.352000', '145158.355000', '145158.357000', '145158.360000', '145158.364000', '145158.367000', '145158.370000', '145158.373000', '145158.376000', '145158.379000', '145158.382000', '145158.384000', '145158.387000', '145158.390000', '145158.393000', '145158.396000', '145158.399000', '145158.402000', '145158.405000', '145158.408000', '145158.412000', '145158.417000', '145158.420000', '145158.423000', '145158.426000', '145158.429000', '145158.432000', '145158.434000', '145158.437000', '145158.440000', '145158.443000', '145158.446000', '145158.449000', '145158.452000', '145158.455000', '145158.458000', '145158.460000', '145158.465000', '145218.338000', '145218.341000', '145218.344000', '145218.347000', '145218.350000', '145218.353000', '145218.355000', '145218.358000', '145218.361000', '145218.364000', '145218.367000', '145218.370000', '145218.373000', '145218.376000', '145218.378000', '145218.381000', '145218.384000', '145218.387000', '145218.390000', '145218.393000', '145218.396000', '145218.398000', '145218.401000', '145218.404000', '145218.407000', '145218.410000', '145218.413000', '145218.416000', '145218.418000', '145218.421000', '145218.424000', '145218.427000', '145218.430000', '145218.433000', '145218.436000', '145218.439000', '145218.441000', '145218.444000', '145218.447000', '145218.450000', '145218.453000', '145218.456000', '145218.459000', '145218.461000', '145238.338000', '145238.341000', '145238.344000', '145238.347000', '145238.350000', '145238.353000', '145238.356000', '145238.358000', '145238.361000', '145238.364000', '145238.368000', '145238.371000', '145238.374000', '145238.377000', '145238.379000', '145238.382000', '145238.385000', '145238.388000', '145238.391000', '145238.394000', '145238.396000', '145238.399000', '145238.402000', '145238.405000', '145238.408000', '145238.411000', '145238.414000', '145238.417000', '145238.420000', '145238.423000', '145238.426000', '145238.428000', '145238.431000', '145238.434000', '145238.437000', '145238.441000', '145238.444000', '145238.447000', '145238.450000', '145238.453000', '145238.456000', '145238.458000', '145238.461000', '145258.338000', '145258.341000', '145258.344000', '145258.347000', '145258.350000', '145258.353000', '145258.355000', '145258.358000', '145258.361000', '145258.364000', '145258.367000', '145258.370000', '145258.373000', '145258.376000', '145258.378000', '145258.381000', '145258.384000', '145258.387000', '145258.390000', '145258.393000', '145258.396000', '145258.399000', '145258.402000', '145258.404000', '145258.407000', '145258.410000', '145258.413000', '145258.416000', '145258.419000', '145258.422000', '145258.424000', '145258.427000', '145258.430000', '145258.433000', '145258.436000', '145258.439000', '145258.442000', '145258.445000', '145258.448000', '145258.450000', '145258.453000', '145258.456000', '145258.459000', '145258.462000', '145318.338000', '145318.341000', '145318.344000', '145318.347000', '145318.350000', '145318.353000', '145318.356000', '145318.358000', '145318.361000', '145318.364000', '145318.367000', '145318.370000', '145318.373000', '145318.376000', '145318.379000', '145318.381000', '145318.384000', '145318.387000', '145318.390000', '145318.399000', '145318.402000', '145318.405000', '145318.408000', '145318.411000', '145318.414000', '145318.416000', '145318.419000', '145318.422000', '145318.425000', '145318.428000', '145318.431000', '145318.433000', '145318.436000', '145318.439000', '145318.442000', '145318.445000', '145318.448000', '145318.451000', '145318.454000', '145318.458000', '145318.463000', '145318.466000', '145318.469000', '145338.337000', '145338.340000', '145338.343000', '145338.346000', '145338.349000', '145338.352000', '145338.354000', '145338.357000', '145338.360000', '145338.363000', '145338.366000', '145338.369000', '145338.371000', '145338.374000', '145338.377000', '145338.380000', '145338.383000', '145338.386000', '145338.389000', '145338.392000', '145338.395000', '145338.397000', '145338.400000', '145338.403000', '145338.406000', '145338.409000', '145338.412000', '145338.415000', '145338.418000', '145338.420000', '145338.423000', '145338.426000', '145338.429000', '145338.432000', '145338.435000', '145338.438000', '145338.441000', '145338.443000', '145338.446000', '145338.449000', '145338.452000', '145338.455000', '145338.458000', '145338.461000', '145358.337000', '145358.340000', '145358.343000', '145358.346000', '145358.349000', '145358.352000', '145358.354000', '145358.357000', '145358.360000', '145358.363000', '145358.366000', '145358.369000', '145358.372000', '145358.375000', '145358.377000', '145358.380000', '145358.383000', '145358.386000', '145358.389000', '145358.392000', '145358.395000', '145358.398000', '145358.401000', '145358.404000', '145358.408000', '145358.410000', '145358.413000', '145358.416000', '145358.419000', '145358.422000', '145358.425000', '145358.428000', '145358.431000', '145358.434000', '145358.437000', '145358.440000', '145358.442000', '145358.445000', '145358.448000', '145358.451000', '145358.454000', '145358.457000', '145358.460000', '145418.338000', '145418.341000', '145418.344000', '145418.347000', '145418.350000', '145418.353000', '145418.355000', '145418.358000', '145418.361000', '145418.364000', '145418.367000', '145418.370000', '145418.373000', '145418.376000', '145418.379000', '145418.381000', '145418.384000', '145418.387000', '145418.390000', '145418.393000', '145418.396000', '145418.399000', '145418.402000', '145418.405000', '145418.408000', '145418.411000', '145418.414000', '145418.416000', '145418.419000', '145418.422000', '145418.425000', '145418.428000', '145418.431000', '145418.434000', '145418.437000', '145418.439000', '145418.442000', '145418.445000', '145418.448000', '145418.451000', '145418.454000', '145418.457000', '145418.460000', '145418.462000', '145438.338000', '145438.341000', '145438.344000', '145438.347000', '145438.350000', '145438.353000', '145438.356000', '145438.358000', '145438.361000', '145438.364000', '145438.367000', '145438.370000', '145438.373000', '145438.375000', '145438.378000', '145438.381000', '145438.384000', '145438.387000', '145438.390000', '145438.393000', '145438.396000', '145438.399000', '145438.401000', '145438.404000', '145438.407000', '145438.410000', '145438.413000', '145438.416000', '145438.419000', '145438.421000', '145438.424000', '145438.427000', '145438.430000', '145438.433000', '145438.436000', '145438.439000', '145438.441000', '145438.444000', '145438.447000', '145438.450000', '145438.453000', '145438.456000', '145438.459000', '145458.338000', '145458.341000', '145458.344000', '145458.347000', '145458.350000', '145458.353000', '145458.355000', '145458.358000', '145458.361000', '145458.364000', '145458.367000', '145458.370000', '145458.373000', '145458.376000', '145458.378000', '145458.381000', '145458.384000', '145458.387000', '145458.390000', '145458.393000', '145458.396000', '145458.399000', '145458.402000', '145458.404000', '145458.407000', '145458.410000', '145458.413000', '145458.416000', '145458.419000', '145458.422000', '145458.425000', '145458.428000', '145458.430000', '145458.433000', '145458.436000', '145458.439000', '145458.442000', '145458.445000', '145458.448000', '145458.451000', '145458.453000', '145458.456000', '145458.459000', '145458.462000', '145518.338000', '145518.341000', '145518.344000', '145518.347000', '145518.350000', '145518.352000', '145518.355000', '145518.358000', '145518.361000', '145518.364000', '145518.367000', '145518.369000', '145518.372000', '145518.375000', '145518.378000', '145518.381000', '145518.384000', '145518.387000', '145518.390000', '145518.393000', '145518.395000', '145518.398000', '145518.401000', '145518.404000', '145518.407000', '145518.410000', '145518.413000', '145518.415000', '145518.418000', '145518.421000', '145518.424000', '145518.427000', '145518.430000', '145518.433000', '145518.435000', '145518.438000', '145518.442000', '145518.446000', '145518.449000', '145518.452000', '145518.454000', '145518.457000', '145518.460000', '145538.338000', '145538.341000', '145538.344000', '145538.347000', '145538.350000', '145538.353000', '145538.355000', '145538.358000', '145538.361000', '145538.364000', '145538.367000', '145538.370000', '145538.373000', '145538.376000', '145538.379000', '145538.381000', '145538.384000', '145538.387000', '145538.390000', '145538.393000', '145538.396000', '145538.399000', '145538.402000', '145538.405000', '145538.408000', '145538.411000', '145538.413000', '145538.416000', '145538.419000', '145538.422000', '145538.425000', '145538.428000', '145538.431000', '145538.434000', '145538.437000', '145538.439000', '145538.442000', '145538.445000', '145538.448000', '145538.451000', '145538.454000', '145538.457000', '145538.471000', '145538.474000', '145558.337000', '145558.340000', '145558.343000', '145558.346000', '145558.349000', '145558.352000', '145558.355000', '145558.357000', '145558.360000', '145558.363000', '145558.366000', '145558.369000', '145558.372000', '145558.375000', '145558.378000', '145558.381000', '145558.384000', '145558.387000', '145558.389000', '145558.392000', '145558.395000', '145558.398000', '145558.401000', '145558.404000', '145558.407000', '145558.409000', '145558.412000', '145558.415000', '145558.418000', '145558.421000', '145558.424000', '145558.427000', '145558.430000', '145558.433000', '145558.436000', '145558.439000', '145558.441000', '145558.444000', '145558.447000', '145558.450000', '145558.453000', '145558.456000', '145558.459000', '145618.337000', '145618.340000', '145618.343000', '145618.346000', '145618.349000', '145618.352000', '145618.355000', '145618.357000', '145618.360000', '145618.363000', '145618.366000', '145618.369000', '145618.372000', '145618.375000', '145618.378000', '145618.380000', '145618.383000', '145618.386000', '145618.389000', '145618.392000', '145618.395000', '145618.398000', '145618.401000', '145618.404000', '145618.406000', '145618.409000', '145618.412000', '145618.415000', '145618.418000', '145618.421000', '145618.424000', '145618.427000', '145618.430000', '145618.432000', '145618.435000', '145618.438000', '145618.441000', '145618.444000', '145618.447000', '145618.450000', '145618.452000', '145618.455000', '145618.458000', '145618.461000', '145638.338000', '145638.341000', '145638.344000', '145638.347000', '145638.350000', '145638.353000', '145638.355000', '145638.358000', '145638.361000', '145638.364000', '145638.367000', '145638.370000', '145638.373000', '145638.376000', '145638.379000', '145638.381000', '145638.384000', '145638.387000', '145638.390000', '145638.393000', '145638.396000', '145638.399000', '145638.402000', '145638.404000', '145638.407000', '145638.410000', '145638.413000', '145638.416000', '145638.419000', '145638.422000', '145638.425000', '145638.428000', '145638.431000', '145638.434000', '145638.436000', '145638.439000', '145638.442000', '145638.445000', '145638.448000', '145638.451000', '145638.454000', '145638.457000', '145638.460000', '145658.338000', '145658.342000', '145658.345000', '145658.348000', '145658.351000', '145658.354000', '145658.357000', '145658.359000', '145658.362000', '145658.365000', '145658.368000', '145658.371000', '145658.374000', '145658.377000', '145658.380000', '145658.383000', '145658.386000', '145658.388000', '145658.391000', '145658.394000', '145658.397000', '145658.400000', '145658.403000', '145658.406000', '145658.422000', '145658.425000', '145658.428000', '145658.431000', '145658.434000', '145658.437000', '145658.440000', '145658.443000', '145658.447000', '145658.450000', '145658.453000', '145658.456000', '145658.458000', '145658.461000', '145658.464000', '145658.467000', '145658.470000', '145658.473000', '145658.476000', '145702.072000', '145702.076000', '145702.080000', '145702.083000', '145702.086000', '145702.089000', '145702.093000', '145702.096000', '145702.099000'], 'InstanceCreationTime': ['144638.375000', '144638.378000', '144638.381000', '144638.384000', '144638.388000', '144638.396000', '144638.399000', '144638.402000', '144638.405000', '144638.408000', '144638.411000', '144638.414000', '144638.417000', '144638.420000', '144638.423000', '144638.426000', '144638.429000', '144638.432000', '144638.445000', '144638.448000', '144658.337000', '144658.340000', '144658.343000', '144658.346000', '144658.348000', '144658.351000', '144658.354000', '144658.357000', '144658.360000', '144658.362000', '144658.365000', '144658.368000', '144658.371000', '144658.374000', '144658.376000', '144658.379000', '144658.382000', '144658.385000', '144658.388000', '144658.391000', '144658.393000', '144658.406000', '144658.409000', '144658.412000', '144658.414000', '144658.417000', '144658.420000', '144658.423000', '144658.426000', '144658.429000', '144658.489000', '144658.492000', '144658.498000', '144658.501000', '144658.504000', '144658.507000', '144658.510000', '144658.513000', '144658.516000', '144658.535000', '144658.538000', '144658.541000', '144658.544000', '144718.337000', '144718.340000', '144718.343000', '144718.346000', '144718.348000', '144718.351000', '144718.354000', '144718.357000', '144718.360000', '144718.363000', '144718.366000', '144718.368000', '144718.371000', '144718.374000', '144718.377000', '144718.380000', '144718.382000', '144718.385000', '144718.388000', '144718.391000', '144718.394000', '144718.397000', '144718.400000', '144718.403000', '144718.405000', '144718.408000', '144718.417000', '144718.420000', '144718.423000', '144718.426000', '144718.429000', '144718.432000', '144718.434000', '144718.437000', '144718.440000', '144718.443000', '144718.446000', '144718.449000', '144718.451000', '144718.454000', '144718.457000', '144718.460000', '144718.463000', '144718.466000', '144738.338000', '144738.341000', '144738.344000', '144738.347000', '144738.350000', '144738.352000', '144738.365000', '144738.368000', '144738.371000', '144738.374000', '144738.377000', '144738.379000', '144738.382000', '144738.385000', '144738.388000', '144738.391000', '144738.394000', '144738.397000', '144738.400000', '144738.402000', '144738.405000', '144738.408000', '144738.411000', '144738.414000', '144738.417000', '144738.420000', '144738.422000', '144738.425000', '144738.428000', '144738.431000', '144738.434000', '144738.437000', '144738.440000', '144738.443000', '144738.445000', '144738.448000', '144738.451000', '144738.455000', '144738.458000', '144738.461000', '144738.464000', '144738.467000', '144738.470000', '144758.338000', '144758.341000', '144758.344000', '144758.347000', '144758.349000', '144758.352000', '144758.355000', '144758.358000', '144758.361000', '144758.364000', '144758.367000', '144758.369000', '144758.372000', '144758.375000', '144758.378000', '144758.381000', '144758.384000', '144758.387000', '144758.389000', '144758.392000', '144758.395000', '144758.398000', '144758.401000', '144758.404000', '144758.407000', '144758.410000', '144758.412000', '144758.415000', '144758.418000', '144758.421000', '144758.424000', '144758.427000', '144758.430000', '144758.433000', '144758.436000', '144758.439000', '144758.441000', '144758.444000', '144758.447000', '144758.450000', '144758.453000', '144758.456000', '144758.459000', '144758.462000', '144818.338000', '144818.341000', '144818.344000', '144818.347000', '144818.350000', '144818.352000', '144818.355000', '144818.358000', '144818.361000', '144818.364000', '144818.367000', '144818.375000', '144818.378000', '144818.381000', '144818.384000', '144818.386000', '144818.389000', '144818.392000', '144818.395000', '144818.398000', '144818.401000', '144818.404000', '144818.407000', '144818.409000', '144818.412000', '144818.415000', '144818.418000', '144818.421000', '144818.424000', '144818.427000', '144818.429000', '144818.432000', '144818.435000', '144818.438000', '144818.441000', '144818.444000', '144818.447000', '144818.449000', '144818.452000', '144818.455000', '144818.458000', '144818.461000', '144818.464000', '144838.338000', '144838.341000', '144838.344000', '144838.347000', '144838.349000', '144838.352000', '144838.355000', '144838.358000', '144838.361000', '144838.364000', '144838.366000', '144838.369000', '144838.372000', '144838.375000', '144838.378000', '144838.381000', '144838.384000', '144838.387000', '144838.390000', '144838.392000', '144838.395000', '144838.398000', '144838.401000', '144838.404000', '144838.407000', '144838.410000', '144838.412000', '144838.415000', '144838.418000', '144838.421000', '144838.424000', '144838.436000', '144838.439000', '144838.442000', '144838.445000', '144838.448000', '144838.451000', '144838.453000', '144838.456000', '144838.459000', '144838.462000', '144838.465000', '144838.468000', '144838.471000', '144858.337000', '144858.340000', '144858.343000', '144858.346000', '144858.349000', '144858.351000', '144858.354000', '144858.357000', '144858.360000', '144858.363000', '144858.366000', '144858.369000', '144858.372000', '144858.374000', '144858.377000', '144858.380000', '144858.383000', '144858.386000', '144858.389000', '144858.392000', '144858.394000', '144858.397000', '144858.400000', '144858.403000', '144858.406000', '144858.409000', '144858.412000', '144858.414000', '144858.417000', '144858.420000', '144858.423000', '144858.426000', '144858.429000', '144858.431000', '144858.434000', '144858.437000', '144858.440000', '144858.443000', '144858.446000', '144858.449000', '144858.451000', '144858.454000', '144858.457000', '144918.337000', '144918.341000', '144918.344000', '144918.347000', '144918.350000', '144918.352000', '144918.355000', '144918.370000', '144918.372000', '144918.375000', '144918.378000', '144918.381000', '144918.384000', '144918.387000', '144918.389000', '144918.392000', '144918.395000', '144918.398000', '144918.401000', '144918.404000', '144918.407000', '144918.409000', '144918.412000', '144918.415000', '144918.418000', '144918.421000', '144918.424000', '144918.427000', '144918.429000', '144918.432000', '144918.435000', '144918.438000', '144918.441000', '144918.444000', '144918.447000', '144918.449000', '144918.452000', '144918.455000', '144918.458000', '144918.461000', '144918.464000', '144918.467000', '144918.470000', '144938.337000', '144938.340000', '144938.343000', '144938.346000', '144938.349000', '144938.351000', '144938.354000', '144938.357000', '144938.360000', '144938.363000', '144938.366000', '144938.369000', '144938.372000', '144938.374000', '144938.377000', '144938.380000', '144938.383000', '144938.386000', '144938.389000', '144938.392000', '144938.395000', '144938.398000', '144938.400000', '144938.403000', '144938.406000', '144938.409000', '144938.412000', '144938.415000', '144938.418000', '144938.421000', '144938.424000', '144938.426000', '144938.429000', '144938.432000', '144938.435000', '144938.438000', '144938.441000', '144938.444000', '144938.446000', '144938.449000', '144938.452000', '144938.455000', '144938.458000', '144938.461000', '144958.338000', '144958.341000', '144958.344000', '144958.347000', '144958.350000', '144958.353000', '144958.356000', '144958.359000', '144958.362000', '144958.365000', '144958.368000', '144958.371000', '144958.374000', '144958.376000', '144958.379000', '144958.382000', '144958.385000', '144958.388000', '144958.391000', '144958.394000', '144958.396000', '144958.399000', '144958.402000', '144958.405000', '144958.408000', '144958.411000', '144958.413000', '144958.416000', '144958.419000', '144958.422000', '144958.425000', '144958.428000', '144958.431000', '144958.434000', '144958.437000', '144958.439000', '144958.442000', '144958.445000', '144958.448000', '144958.451000', '144958.454000', '144958.456000', '144958.459000', '145018.338000', '145018.341000', '145018.344000', '145018.347000', '145018.350000', '145018.352000', '145018.355000', '145018.358000', '145018.361000', '145018.364000', '145018.367000', '145018.370000', '145018.373000', '145018.387000', '145018.390000', '145018.393000', '145018.396000', '145018.398000', '145018.401000', '145018.404000', '145018.407000', '145018.410000', '145018.413000', '145018.416000', '145018.418000', '145018.421000', '145018.424000', '145018.427000', '145018.430000', '145018.433000', '145018.436000', '145018.439000', '145018.442000', '145018.444000', '145018.447000', '145018.450000', '145018.453000', '145018.456000', '145018.459000', '145018.461000', '145018.464000', '145018.467000', '145018.470000', '145018.473000', '145038.338000', '145038.341000', '145038.344000', '145038.347000', '145038.350000', '145038.352000', '145038.355000', '145038.358000', '145038.361000', '145038.364000', '145038.367000', '145038.370000', '145038.373000', '145038.376000', '145038.380000', '145038.383000', '145038.386000', '145038.388000', '145038.415000', '145038.418000', '145038.421000', '145038.424000', '145038.427000', '145038.429000', '145038.432000', '145038.435000', '145038.438000', '145038.441000', '145038.444000', '145038.447000', '145038.450000', '145038.452000', '145038.455000', '145038.458000', '145038.461000', '145038.464000', '145038.467000', '145038.470000', '145038.472000', '145038.475000', '145038.478000', '145038.481000', '145038.484000', '145058.338000', '145058.341000', '145058.344000', '145058.347000', '145058.349000', '145058.352000', '145058.355000', '145058.358000', '145058.361000', '145058.364000', '145058.367000', '145058.370000', '145058.373000', '145058.376000', '145058.378000', '145058.381000', '145058.384000', '145058.387000', '145058.390000', '145058.393000', '145058.396000', '145058.399000', '145058.401000', '145058.404000', '145058.407000', '145058.410000', '145058.413000', '145058.416000', '145058.419000', '145058.422000', '145058.425000', '145058.427000', '145058.430000', '145058.433000', '145058.436000', '145058.439000', '145058.442000', '145058.445000', '145058.448000', '145058.451000', '145058.454000', '145058.457000', '145058.459000', '145058.462000', '145118.337000', '145118.340000', '145118.343000', '145118.346000', '145118.349000', '145118.351000', '145118.354000', '145118.357000', '145118.360000', '145118.363000', '145118.366000', '145118.369000', '145118.371000', '145118.374000', '145118.377000', '145118.380000', '145118.383000', '145118.386000', '145118.389000', '145118.392000', '145118.397000', '145118.401000', '145118.404000', '145118.407000', '145118.410000', '145118.413000', '145118.416000', '145118.419000', '145118.422000', '145118.425000', '145118.427000', '145118.430000', '145118.433000', '145118.436000', '145118.439000', '145118.442000', '145118.445000', '145118.447000', '145118.450000', '145118.453000', '145118.456000', '145118.459000', '145118.462000', '145138.337000', '145138.340000', '145138.343000', '145138.346000', '145138.349000', '145138.351000', '145138.354000', '145138.357000', '145138.360000', '145138.363000', '145138.366000', '145138.369000', '145138.372000', '145138.374000', '145138.377000', '145138.380000', '145138.383000', '145138.386000', '145138.389000', '145138.391000', '145138.394000', '145138.397000', '145138.400000', '145138.403000', '145138.406000', '145138.409000', '145138.412000', '145138.414000', '145138.417000', '145138.420000', '145138.423000', '145138.426000', '145138.429000', '145138.432000', '145138.434000', '145138.437000', '145138.440000', '145138.443000', '145138.457000', '145138.460000', '145138.463000', '145138.466000', '145138.469000', '145138.472000', '145158.337000', '145158.340000', '145158.343000', '145158.346000', '145158.349000', '145158.352000', '145158.355000', '145158.357000', '145158.360000', '145158.364000', '145158.367000', '145158.370000', '145158.373000', '145158.376000', '145158.379000', '145158.382000', '145158.384000', '145158.387000', '145158.390000', '145158.393000', '145158.396000', '145158.399000', '145158.402000', '145158.405000', '145158.408000', '145158.412000', '145158.417000', '145158.420000', '145158.423000', '145158.426000', '145158.429000', '145158.432000', '145158.434000', '145158.437000', '145158.440000', '145158.443000', '145158.446000', '145158.449000', '145158.452000', '145158.455000', '145158.458000', '145158.460000', '145158.465000', '145218.338000', '145218.341000', '145218.344000', '145218.347000', '145218.350000', '145218.353000', '145218.355000', '145218.358000', '145218.361000', '145218.364000', '145218.367000', '145218.370000', '145218.373000', '145218.376000', '145218.378000', '145218.381000', '145218.384000', '145218.387000', '145218.390000', '145218.393000', '145218.396000', '145218.398000', '145218.401000', '145218.404000', '145218.407000', '145218.410000', '145218.413000', '145218.416000', '145218.418000', '145218.421000', '145218.424000', '145218.427000', '145218.430000', '145218.433000', '145218.436000', '145218.439000', '145218.441000', '145218.444000', '145218.447000', '145218.450000', '145218.453000', '145218.456000', '145218.459000', '145218.461000', '145238.338000', '145238.341000', '145238.344000', '145238.347000', '145238.350000', '145238.353000', '145238.356000', '145238.358000', '145238.361000', '145238.364000', '145238.368000', '145238.371000', '145238.374000', '145238.377000', '145238.379000', '145238.382000', '145238.385000', '145238.388000', '145238.391000', '145238.394000', '145238.396000', '145238.399000', '145238.402000', '145238.405000', '145238.408000', '145238.411000', '145238.414000', '145238.417000', '145238.420000', '145238.423000', '145238.426000', '145238.428000', '145238.431000', '145238.434000', '145238.437000', '145238.441000', '145238.444000', '145238.447000', '145238.450000', '145238.453000', '145238.456000', '145238.458000', '145238.461000', '145258.338000', '145258.341000', '145258.344000', '145258.347000', '145258.350000', '145258.353000', '145258.355000', '145258.358000', '145258.361000', '145258.364000', '145258.367000', '145258.370000', '145258.373000', '145258.376000', '145258.378000', '145258.381000', '145258.384000', '145258.387000', '145258.390000', '145258.393000', '145258.396000', '145258.399000', '145258.402000', '145258.404000', '145258.407000', '145258.410000', '145258.413000', '145258.416000', '145258.419000', '145258.422000', '145258.424000', '145258.427000', '145258.430000', '145258.433000', '145258.436000', '145258.439000', '145258.442000', '145258.445000', '145258.448000', '145258.450000', '145258.453000', '145258.456000', '145258.459000', '145258.462000', '145318.338000', '145318.341000', '145318.344000', '145318.347000', '145318.350000', '145318.353000', '145318.356000', '145318.358000', '145318.361000', '145318.364000', '145318.367000', '145318.370000', '145318.373000', '145318.376000', '145318.379000', '145318.381000', '145318.384000', '145318.387000', '145318.390000', '145318.399000', '145318.402000', '145318.405000', '145318.408000', '145318.411000', '145318.414000', '145318.416000', '145318.419000', '145318.422000', '145318.425000', '145318.428000', '145318.431000', '145318.433000', '145318.436000', '145318.439000', '145318.442000', '145318.445000', '145318.448000', '145318.451000', '145318.454000', '145318.458000', '145318.463000', '145318.466000', '145318.469000', '145338.337000', '145338.340000', '145338.343000', '145338.346000', '145338.349000', '145338.352000', '145338.354000', '145338.357000', '145338.360000', '145338.363000', '145338.366000', '145338.369000', '145338.371000', '145338.374000', '145338.377000', '145338.380000', '145338.383000', '145338.386000', '145338.389000', '145338.392000', '145338.395000', '145338.397000', '145338.400000', '145338.403000', '145338.406000', '145338.409000', '145338.412000', '145338.415000', '145338.418000', '145338.420000', '145338.423000', '145338.426000', '145338.429000', '145338.432000', '145338.435000', '145338.438000', '145338.441000', '145338.443000', '145338.446000', '145338.449000', '145338.452000', '145338.455000', '145338.458000', '145338.461000', '145358.337000', '145358.340000', '145358.343000', '145358.346000', '145358.349000', '145358.352000', '145358.354000', '145358.357000', '145358.360000', '145358.363000', '145358.366000', '145358.369000', '145358.372000', '145358.375000', '145358.377000', '145358.380000', '145358.383000', '145358.386000', '145358.389000', '145358.392000', '145358.395000', '145358.398000', '145358.401000', '145358.404000', '145358.408000', '145358.410000', '145358.413000', '145358.416000', '145358.419000', '145358.422000', '145358.425000', '145358.428000', '145358.431000', '145358.434000', '145358.437000', '145358.440000', '145358.442000', '145358.445000', '145358.448000', '145358.451000', '145358.454000', '145358.457000', '145358.460000', '145418.338000', '145418.341000', '145418.344000', '145418.347000', '145418.350000', '145418.353000', '145418.355000', '145418.358000', '145418.361000', '145418.364000', '145418.367000', '145418.370000', '145418.373000', '145418.376000', '145418.379000', '145418.381000', '145418.384000', '145418.387000', '145418.390000', '145418.393000', '145418.396000', '145418.399000', '145418.402000', '145418.405000', '145418.408000', '145418.411000', '145418.414000', '145418.416000', '145418.419000', '145418.422000', '145418.425000', '145418.428000', '145418.431000', '145418.434000', '145418.437000', '145418.439000', '145418.442000', '145418.445000', '145418.448000', '145418.451000', '145418.454000', '145418.457000', '145418.460000', '145418.462000', '145438.338000', '145438.341000', '145438.344000', '145438.347000', '145438.350000', '145438.353000', '145438.356000', '145438.358000', '145438.361000', '145438.364000', '145438.367000', '145438.370000', '145438.373000', '145438.375000', '145438.378000', '145438.381000', '145438.384000', '145438.387000', '145438.390000', '145438.393000', '145438.396000', '145438.399000', '145438.401000', '145438.404000', '145438.407000', '145438.410000', '145438.413000', '145438.416000', '145438.419000', '145438.421000', '145438.424000', '145438.427000', '145438.430000', '145438.433000', '145438.436000', '145438.439000', '145438.441000', '145438.444000', '145438.447000', '145438.450000', '145438.453000', '145438.456000', '145438.459000', '145458.338000', '145458.341000', '145458.344000', '145458.347000', '145458.350000', '145458.353000', '145458.355000', '145458.358000', '145458.361000', '145458.364000', '145458.367000', '145458.370000', '145458.373000', '145458.376000', '145458.378000', '145458.381000', '145458.384000', '145458.387000', '145458.390000', '145458.393000', '145458.396000', '145458.399000', '145458.402000', '145458.404000', '145458.407000', '145458.410000', '145458.413000', '145458.416000', '145458.419000', '145458.422000', '145458.425000', '145458.428000', '145458.430000', '145458.433000', '145458.436000', '145458.439000', '145458.442000', '145458.445000', '145458.448000', '145458.451000', '145458.453000', '145458.456000', '145458.459000', '145458.462000', '145518.338000', '145518.341000', '145518.344000', '145518.347000', '145518.350000', '145518.352000', '145518.355000', '145518.358000', '145518.361000', '145518.364000', '145518.367000', '145518.369000', '145518.372000', '145518.375000', '145518.378000', '145518.381000', '145518.384000', '145518.387000', '145518.390000', '145518.393000', '145518.395000', '145518.398000', '145518.401000', '145518.404000', '145518.407000', '145518.410000', '145518.413000', '145518.415000', '145518.418000', '145518.421000', '145518.424000', '145518.427000', '145518.430000', '145518.433000', '145518.435000', '145518.438000', '145518.442000', '145518.446000', '145518.449000', '145518.452000', '145518.454000', '145518.457000', '145518.460000', '145538.338000', '145538.341000', '145538.344000', '145538.347000', '145538.350000', '145538.353000', '145538.355000', '145538.358000', '145538.361000', '145538.364000', '145538.367000', '145538.370000', '145538.373000', '145538.376000', '145538.379000', '145538.381000', '145538.384000', '145538.387000', '145538.390000', '145538.393000', '145538.396000', '145538.399000', '145538.402000', '145538.405000', '145538.408000', '145538.411000', '145538.413000', '145538.416000', '145538.419000', '145538.422000', '145538.425000', '145538.428000', '145538.431000', '145538.434000', '145538.437000', '145538.439000', '145538.442000', '145538.445000', '145538.448000', '145538.451000', '145538.454000', '145538.457000', '145538.471000', '145538.474000', '145558.337000', '145558.340000', '145558.343000', '145558.346000', '145558.349000', '145558.352000', '145558.355000', '145558.357000', '145558.360000', '145558.363000', '145558.366000', '145558.369000', '145558.372000', '145558.375000', '145558.378000', '145558.381000', '145558.384000', '145558.387000', '145558.389000', '145558.392000', '145558.395000', '145558.398000', '145558.401000', '145558.404000', '145558.407000', '145558.409000', '145558.412000', '145558.415000', '145558.418000', '145558.421000', '145558.424000', '145558.427000', '145558.430000', '145558.433000', '145558.436000', '145558.439000', '145558.441000', '145558.444000', '145558.447000', '145558.450000', '145558.453000', '145558.456000', '145558.459000', '145618.337000', '145618.340000', '145618.343000', '145618.346000', '145618.349000', '145618.352000', '145618.355000', '145618.357000', '145618.360000', '145618.363000', '145618.366000', '145618.369000', '145618.372000', '145618.375000', '145618.378000', '145618.380000', '145618.383000', '145618.386000', '145618.389000', '145618.392000', '145618.395000', '145618.398000', '145618.401000', '145618.404000', '145618.406000', '145618.409000', '145618.412000', '145618.415000', '145618.418000', '145618.421000', '145618.424000', '145618.427000', '145618.430000', '145618.432000', '145618.435000', '145618.438000', '145618.441000', '145618.444000', '145618.447000', '145618.450000', '145618.452000', '145618.455000', '145618.458000', '145618.461000', '145638.338000', '145638.341000', '145638.344000', '145638.347000', '145638.350000', '145638.353000', '145638.355000', '145638.358000', '145638.361000', '145638.364000', '145638.367000', '145638.370000', '145638.373000', '145638.376000', '145638.379000', '145638.381000', '145638.384000', '145638.387000', '145638.390000', '145638.393000', '145638.396000', '145638.399000', '145638.402000', '145638.404000', '145638.407000', '145638.410000', '145638.413000', '145638.416000', '145638.419000', '145638.422000', '145638.425000', '145638.428000', '145638.431000', '145638.434000', '145638.436000', '145638.439000', '145638.442000', '145638.445000', '145638.448000', '145638.451000', '145638.454000', '145638.457000', '145638.460000', '145658.338000', '145658.342000', '145658.345000', '145658.348000', '145658.351000', '145658.354000', '145658.357000', '145658.359000', '145658.362000', '145658.365000', '145658.368000', '145658.371000', '145658.374000', '145658.377000', '145658.380000', '145658.383000', '145658.386000', '145658.388000', '145658.391000', '145658.394000', '145658.397000', '145658.400000', '145658.403000', '145658.406000', '145658.422000', '145658.425000', '145658.428000', '145658.431000', '145658.434000', '145658.437000', '145658.440000', '145658.443000', '145658.447000', '145658.450000', '145658.453000', '145658.456000', '145658.458000', '145658.461000', '145658.464000', '145658.467000', '145658.470000', '145658.473000', '145658.476000', '145702.072000', '145702.076000', '145702.080000', '145702.083000', '145702.086000', '145702.089000', '145702.093000', '145702.096000', '145702.099000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [13569, 9132, 11067, 9163, 10697, 9305, 10996, 8992, 10137, 8747, 11744, 9361, 11856, 9091, 10246, 12978, 8574, 14444, 9230, 14511, 8861, 13879, 8860, 11462, 9348, 11492, 8964, 10455, 10473, 8766, 11936, 9029, 13226, 9046, 13347, 9075, 13117, 9281, 11289, 9372, 10921, 8817, 10884, 8921, 11214, 9218, 12049, 9039, 12308, 9235, 12172, 9064, 11745, 9486, 11991, 9567, 12421, 9356, 12238, 9412, 12559, 9949, 14215, 9648, 11026, 10275, 11011, 10896, 13614, 11326, 12831, 11170, 10587, 11062, 13317, 11629, 14668, 11742, 12590, 11126, 11663, 10936, 12976, 11362, 14918, 10976, 13675, 9849, 13431, 9604, 14170, 9823, 14491, 9977, 14254, 9393, 12041, 9925, 11883, 8755, 10892, 9177, 10708, 8599, 10626, 11444, 10831, 11640, 10052, 12595, 10043, 13286, 9964, 12748, 10076, 12630, 9724, 12225, 9726, 12415, 9234, 12035, 9150, 11969, 9232, 11388, 8860, 11863, 8600, 11662, 9166, 11358, 9885, 11435, 13217, 11135, 9445, 10791, 9031, 10848, 9612, 11477, 10276, 11214, 9740, 11910, 9351, 11729, 11217, 12740, 9158, 11627, 9194, 11921, 9044, 11566, 12711, 11456, 9449, 11455, 9140, 11125, 9022, 11099, 12691, 11428, 9367, 11400, 8963, 11161, 10202, 11878, 8988, 11195, 9194, 12713, 8987, 12397, 12941, 12066, 9574, 11118, 9351, 11642, 9353, 11886, 9402, 12056, 9335, 12551, 9127, 14455, 10000, 11251, 14897, 10332, 16382, 9361, 15159, 9256, 13217, 9494, 12887, 9401, 11514, 11867, 9912, 13047, 9231, 12947, 9506, 14053, 9838, 13499, 9581, 12770, 9775, 12537, 9946, 13016, 9683, 13153, 9949, 13346, 9994, 12571, 10089, 12721, 9968, 13475, 9803, 13690, 10440, 11645, 10396, 12971, 11010, 12996, 11481, 13382, 11706, 11094, 11891, 13265, 12130, 12665, 11594, 12543, 11660, 13542, 11292, 13832, 10626, 14048, 10084, 13304, 10346, 14618, 10269, 14823, 10271, 14058, 10075, 14143, 10206, 14445, 9673, 13159, 9754, 13624, 10881, 13464, 10604, 13375, 10813, 13742, 11066, 13393, 10897, 13725, 10403, 12951, 10926, 14450, 10822, 13581, 10328, 13361, 12056, 13060, 12883, 12935, 12181, 13248, 13336, 12380, 14645, 12181, 13953, 11740, 13943, 11628, 14087, 11627, 13703, 11696, 14777, 11536, 15625, 11675, 14847, 12364, 13956, 12162, 13854, 13739, 12520, 16580, 11724, 18339, 11602, 16093, 11659, 14955, 11734, 14590, 11710, 12478, 11852, 12644, 12080, 13122, 11767, 12287, 12347, 10743, 12406, 10717, 12370, 12748, 12584, 11265, 12336, 12226, 12339, 11726, 11960, 11314, 11774, 12811, 11680, 13852, 12836, 12204, 11971, 13222, 12434, 12339, 11543, 13893, 11655, 12945, 13690, 12567, 12854, 11766, 13807, 12733, 14098, 12086, 13566, 12031, 15087, 14626, 13749, 19019, 16609, 12398, 11186, 11938, 10990, 11934, 13111, 12267, 14933, 13562, 14108, 12461, 11575, 18399, 11192, 19766, 11380, 18163, 11391, 13643, 11473, 14522, 11620, 11557, 13453, 13828, 11887, 13490, 11966, 12939, 11862, 11875, 11564, 14533, 11563, 13332, 11734, 13517, 12058, 15598, 11817, 13785, 11826, 13106, 12389, 13972, 12053, 13331, 11777, 10205, 11780, 14111, 12053, 13161, 12345, 13373, 12202, 13905, 11951, 14066, 11947, 14428, 14753, 13883, 12236, 13095, 12441, 11233, 14208, 11398, 15558, 11088, 13837, 11021, 13814, 11235, 13174, 11457, 12285, 11668, 13956, 11749, 13973, 12075, 12502, 13444, 13314, 12276, 13135, 12885, 11610, 12703, 11519, 13214, 11461, 13082, 10903, 14759, 11254, 16047, 11428, 15512, 11488, 12290, 11684, 14344, 12054, 13607, 12528, 14061, 12487, 11286, 13024, 11301, 13818, 10975, 13297, 11538, 13350, 11223, 13425, 11241, 13788, 11383, 13113, 11512, 13721, 11492, 13082, 11714, 11803, 11702, 14042, 11992, 13991, 12368, 13521, 12037, 14118, 11876, 13380, 12805, 12879, 15167, 11523, 14382, 11272, 14561, 11248, 14087, 11094, 13492, 11379, 12580, 11625, 12643, 11944, 13616, 11769, 13752, 11832, 11099, 11927, 13932, 11963, 14233, 12651, 13513, 13222, 11659, 14848, 11652, 14970, 11359, 14485, 11510, 12774, 11309, 13366, 11558, 13377, 11686, 14670, 11229, 12383, 11675, 14037, 11373, 14781, 11526, 13432, 11543, 11825, 11629, 13178, 12113, 13447, 11988, 13211, 11800, 13948, 12476, 13210, 12169, 11767, 11729, 14104, 11768, 15721, 11460, 16434, 13837, 12085, 13119, 11706, 14014, 12673, 12161, 17105, 13675, 16849, 11862, 16147, 11619, 14518, 11639, 13181, 11413, 12637, 11892, 12466, 12235, 11488, 13203, 11710, 12381, 11609, 12717, 11692, 13230, 11191, 12151, 11604, 12279, 11196, 11698, 11350, 13351, 11970, 14179, 12225, 13956, 12077, 11930, 16129, 11175, 14138, 11210, 13971, 11267, 12596, 11324, 11221, 11771, 12653, 12011, 13391, 12193, 13701, 12336, 11398, 15349, 11378, 15653, 10701, 12954, 13058, 11631, 11670, 11203, 11620, 11221, 15381, 11133, 14264, 11175, 13267, 11224, 13903, 12316, 11565, 14916, 10868, 13162, 10900, 12353, 11038, 12472, 13995, 12519, 13700, 12260, 13443, 12397, 13996, 12231, 12017, 12621, 11022, 16761, 11003, 16796, 10664, 14248, 11249, 13919, 11143, 13036, 11440, 13697, 11469, 13342, 11596, 13252, 11418, 12716, 11111, 13020, 11000, 15578, 11286, 13117, 10932, 13645, 11070, 16286, 10734, 16756, 10743, 14316, 11029, 14320, 11189, 13974, 11258, 13962, 11233, 12899, 11115, 13919, 11098, 14184, 10996, 12362, 11394, 12437, 10824, 12390, 11095, 14908, 10875, 14057, 11095, 13576, 10679, 14196, 11278, 15197, 11260, 13802, 11449, 13835, 11647, 13743, 11730, 13809, 11981, 13573, 12293, 13179, 11985, 13900, 12025, 13691, 11840, 14254, 11796, 13556, 12004, 13818, 11898, 13298, 13995, 11949, 16002, 10744, 14852, 10643, 15120, 10558, 14655, 10865, 13997, 11062, 13965, 10691, 14445, 10767, 13476, 10910, 13572, 10721, 13460, 10638, 13368, 10798, 12604, 10531, 12987, 12074, 13877, 13784, 12618, 12841, 11629, 13350, 11695, 13244, 11761, 12743, 11818, 12041, 11676, 13513, 11757, 14160, 11635, 12690, 11383, 13105, 11559, 15586, 11082, 14842, 11028, 13337, 11111, 13220, 12216, 15258, 11230, 15643, 10769, 16132, 10914, 16069, 10833, 14948, 10862, 14536, 10989, 14705, 10822, 14385, 10762, 12853, 10861, 13294, 10881, 12092, 11176, 12154, 11281, 12600, 12893, 12882, 13411, 11594, 13313, 11292, 12721, 11769, 11933, 11682, 13313, 10923, 14833, 11273, 16732, 12226, 13641, 14404, 12449, 14128, 14959, 13086, 11785, 11968, 11239, 12640, 11419, 13888, 11207, 15717, 10906, 14011, 11039, 13788, 10979, 12375, 14075, 11804, 13227, 11219, 13702, 11487, 13498, 11432, 12828, 11083, 12715, 11377, 14094, 11188, 15879, 10897, 13966, 10672, 13461, 10850, 13372, 10981, 13867, 10946, 12869, 10743, 13325, 10761, 12074, 13682, 12332, 13866, 12171, 13792, 11875, 11443, 11412, 11898, 11338, 13192, 11761, 16525, 11365, 17361, 10915, 15859, 10984, 15832, 11330, 16646, 11315, 14165, 10896, 13655, 11051, 13488, 11812, 12205, 13342, 12581, 13972, 12457, 12843, 11534, 12062, 11575, 13603, 11650, 15741, 11515, 16561, 11318, 14464, 11009, 13666, 11228, 11957, 12776, 11783, 12563, 11754, 11466, 11733, 13969, 11333, 15405, 11580, 14571, 11224, 14775, 11441, 14505, 11181, 12657, 11229, 14670, 11185, 14726, 10955, 12404, 12610, 12151, 11349, 13233, 13689, 12036, 13597, 12429, 11930, 13933, 10856, 14792, 11042, 13595, 10794, 13797, 11254, 14331, 11190, 14426, 11464, 14102, 10756, 14110, 11129, 14058, 11007, 13050, 10947, 13126, 10981, 14006, 11425, 15058, 10963, 13616, 11073, 13557, 11159, 14296, 11219, 14937, 11275, 13077, 10873, 13691, 11493, 15419, 11200, 13832, 10973, 13820, 11448, 13916, 11536, 13423, 11518, 12205, 11645, 12238, 11845, 12842, 11678, 12405, 11337, 13132, 11135, 15688, 11605, 13586, 11566, 16072, 10793, 16298, 11479, 16356, 11288, 14757, 10966, 14221, 11221, 13981, 11642, 12411, 11239, 12369, 11094, 13271, 13282, 12016, 13284, 12340, 11480, 16549, 11174, 15286, 11129, 15008, 10884, 13211, 11277, 13016, 11298, 13151, 11413, 12263, 11521, 13271, 11299, 13733, 11548, 13380, 13001, 10808, 16078, 11430, 15727, 10911, 13406, 10794, 13548, 11104, 12947, 10848, 12284, 10764, 12336, 11722, 12092, 14208, 11606, 13325, 11263, 14218, 11623, 13916, 11580, 12464, 11516, 12538, 11240, 16505, 11014, 17336, 11285, 15014, 11685, 14030, 13608, 11576, 12694, 11332, 13501, 11640, 12487, 11749, 15454, 11262, 13369, 11337, 14819, 11303, 16578, 11289, 14835, 11110, 14518, 11529, 15153, 11404, 12991, 11226, 13243, 11299, 11941, 13924, 11746, 12987, 11651, 13399, 11822, 13467, 11678, 12352, 12012, 11959, 11607, 12345, 11443, 16643, 11302, 13223, 11456, 13522, 11025, 14893, 11265, 16940, 11482, 11927, 11203, 11989, 11604, 14355, 12841, 14242, 12011, 15739, 11845, 17428, 11986, 17200, 12179, 16618, 12361, 12469, 11296, 12715, 11596, 12618, 11942, 12495, 11867, 12557, 11662, 11402, 14841, 13448, 11483, 12068, 12151, 13388, 11989, 12973, 15233, 11984, 13608, 11489, 15387, 11243, 12928, 11916, 13735, 11644, 12677, 11497, 13884, 11388, 13552, 11705, 13092, 12036, 11586, 11993, 11589, 15118, 11461, 14573, 11485, 13944, 11520, 13431, 11549, 14631, 11617, 12410, 11616, 12607, 11865, 13054, 12735, 11570, 16508, 11071, 14705, 11300, 15370, 11532, 13333, 11579, 14942, 11342, 11278, 11864, 12525, 11993, 14501, 11868, 16255, 11565, 13134, 11746, 13672, 11909, 16885, 11752, 15868, 11961, 11833, 11845, 13872, 12050, 16403, 11770, 13037, 12096, 12661, 11576, 13070, 11830, 13405, 11653, 11912, 11298, 13638, 11594, 13115, 11467, 11609, 11279, 12442, 11484, 13359, 13722, 13143, 13522, 11030, 13091, 11477, 17427, 13094, 13628, 11593, 12949, 11214, 13950, 11358, 15197, 11334, 13465, 11592, 13320, 11474, 13514, 11974, 13547, 11712, 12535, 11452, 12734, 11612, 12129, 11533, 13047, 11717, 11299, 17237, 11483, 16622, 11642, 14075, 11213, 12142, 11320, 12228, 11315, 12509, 11453, 12885, 11171, 13548, 11550, 13452, 14105, 12788, 11829, 11304, 13401, 11060, 16970, 11051, 14237, 10880, 13442, 11287, 12267, 11183, 13194, 11310, 10899], 'WindowCenter': [4922.0, 4858.0, 4874.0, 4842.0, 4851.0, 4832.0, 4849.0, 4819.0, 4839.0, 4821.0, 4858.0, 4829.0, 4857.0, 4817.0, 4838.0, 4865.0, 4818.0, 4875.0, 4829.0, 4874.0, 4818.0, 4874.0, 4817.0, 4845.0, 4816.0, 4845.0, 4806.0, 4837.0, 4836.0, 4808.0, 4845.0, 4818.0, 4863.0, 4817.0, 4865.0, 4818.0, 4865.0, 4830.0, 4846.0, 4829.0, 4847.0, 4829.0, 4857.0, 4832.0, 4871.0, 4855.0, 4879.0, 4832.0, 4870.0, 4843.0, 4879.0, 4844.0, 4882.0, 4853.0, 4871.0, 4852.0, 4880.0, 4855.0, 4882.0, 4869.0, 4893.0, 4865.0, 4902.0, 4865.0, 4874.0, 4875.0, 4884.0, 4888.0, 4904.0, 4886.0, 4893.0, 4886.0, 4874.0, 4885.0, 4905.0, 4896.0, 4911.0, 4883.0, 4892.0, 4873.0, 4872.0, 4874.0, 4916.0, 4885.0, 4902.0, 4874.0, 4890.0, 4853.0, 4889.0, 4854.0, 4903.0, 4856.0, 4899.0, 4853.0, 4891.0, 4842.0, 4882.0, 4849.0, 4870.0, 4830.0, 4863.0, 4842.0, 4861.0, 4844.0, 4875.0, 4871.0, 4873.0, 4870.0, 4854.0, 4880.0, 4854.0, 4891.0, 4853.0, 4891.0, 4854.0, 4879.0, 4853.0, 4882.0, 4853.0, 4881.0, 4844.0, 4884.0, 4843.0, 4883.0, 4844.0, 4872.0, 4843.0, 4882.0, 4835.0, 4873.0, 4843.0, 4875.0, 4865.0, 4883.0, 4892.0, 4874.0, 4852.0, 4877.0, 4844.0, 4885.0, 4855.0, 4885.0, 4865.0, 4885.0, 4864.0, 4885.0, 4866.0, 4897.0, 4886.0, 4895.0, 4845.0, 4884.0, 4845.0, 4883.0, 4855.0, 4885.0, 4891.0, 4873.0, 4853.0, 4873.0, 4842.0, 4872.0, 4845.0, 4875.0, 4891.0, 4874.0, 4844.0, 4874.0, 4843.0, 4873.0, 4852.0, 4882.0, 4844.0, 4873.0, 4841.0, 4893.0, 4844.0, 4884.0, 4881.0, 4882.0, 4866.0, 4872.0, 4844.0, 4871.0, 4856.0, 4895.0, 4857.0, 4882.0, 4846.0, 4883.0, 4856.0, 4915.0, 4865.0, 4876.0, 4903.0, 4864.0, 4900.0, 4842.0, 4890.0, 4843.0, 4880.0, 4831.0, 4870.0, 4828.0, 4871.0, 4858.0, 4840.0, 4867.0, 4832.0, 4881.0, 4843.0, 4889.0, 4852.0, 4891.0, 4844.0, 4880.0, 4853.0, 4880.0, 4854.0, 4895.0, 4857.0, 4894.0, 4866.0, 4904.0, 4856.0, 4882.0, 4866.0, 4894.0, 4867.0, 4892.0, 4856.0, 4903.0, 4864.0, 4874.0, 4868.0, 4895.0, 4875.0, 4905.0, 4886.0, 4907.0, 4896.0, 4888.0, 4887.0, 4906.0, 4884.0, 4907.0, 4886.0, 4898.0, 4899.0, 4918.0, 4889.0, 4917.0, 4891.0, 4916.0, 4893.0, 4920.0, 4893.0, 4916.0, 4882.0, 4916.0, 4880.0, 4918.0, 4880.0, 4917.0, 4880.0, 4918.0, 4882.0, 4906.0, 4870.0, 4905.0, 4890.0, 4905.0, 4878.0, 4906.0, 4877.0, 4917.0, 4889.0, 4905.0, 4889.0, 4918.0, 4890.0, 4907.0, 4891.0, 4916.0, 4887.0, 4920.0, 4892.0, 4908.0, 4911.0, 4906.0, 4909.0, 4907.0, 4911.0, 4907.0, 4919.0, 4907.0, 4925.0, 4900.0, 4917.0, 4912.0, 4931.0, 4902.0, 4930.0, 4913.0, 4920.0, 4912.0, 4943.0, 4913.0, 4939.0, 4901.0, 4930.0, 4909.0, 4919.0, 4911.0, 4932.0, 4918.0, 4911.0, 4934.0, 4898.0, 4934.0, 4888.0, 4912.0, 4898.0, 4926.0, 4897.0, 4917.0, 4911.0, 4898.0, 4888.0, 4895.0, 4898.0, 4905.0, 4889.0, 4897.0, 4897.0, 4877.0, 4908.0, 4876.0, 4899.0, 4905.0, 4906.0, 4887.0, 4910.0, 4910.0, 4908.0, 4898.0, 4899.0, 4889.0, 4897.0, 4910.0, 4901.0, 4930.0, 4908.0, 4900.0, 4897.0, 4917.0, 4920.0, 4923.0, 4926.0, 4943.0, 4914.0, 4921.0, 4932.0, 4921.0, 4933.0, 4923.0, 4933.0, 4921.0, 4933.0, 4911.0, 4921.0, 4901.0, 4942.0, 4930.0, 4922.0, 4947.0, 4927.0, 4897.0, 4886.0, 4899.0, 4887.0, 4910.0, 4918.0, 4897.0, 4918.0, 4907.0, 4919.0, 4897.0, 4887.0, 4933.0, 4887.0, 4932.0, 4874.0, 4934.0, 4873.0, 4894.0, 4873.0, 4902.0, 4875.0, 4874.0, 4882.0, 4893.0, 4871.0, 4895.0, 4895.0, 4893.0, 4884.0, 4885.0, 4885.0, 4914.0, 4885.0, 4903.0, 4882.0, 4891.0, 4883.0, 4913.0, 4883.0, 4891.0, 4872.0, 4893.0, 4883.0, 4901.0, 4883.0, 4893.0, 4880.0, 4864.0, 4883.0, 4901.0, 4882.0, 4892.0, 4882.0, 4891.0, 4884.0, 4902.0, 4883.0, 4915.0, 4881.0, 4914.0, 4901.0, 4902.0, 4882.0, 4891.0, 4882.0, 4872.0, 4888.0, 4872.0, 4900.0, 4862.0, 4880.0, 4861.0, 4888.0, 4860.0, 4878.0, 4860.0, 4867.0, 4859.0, 4888.0, 4868.0, 4889.0, 4868.0, 4869.0, 4877.0, 4878.0, 4870.0, 4882.0, 4878.0, 4873.0, 4880.0, 4873.0, 4890.0, 4873.0, 4880.0, 4862.0, 4899.0, 4872.0, 4910.0, 4872.0, 4899.0, 4872.0, 4870.0, 4873.0, 4899.0, 4869.0, 4891.0, 4880.0, 4902.0, 4881.0, 4872.0, 4880.0, 4870.0, 4902.0, 4861.0, 4889.0, 4872.0, 4889.0, 4873.0, 4890.0, 4872.0, 4891.0, 4883.0, 4891.0, 4885.0, 4900.0, 4873.0, 4890.0, 4883.0, 4881.0, 4882.0, 4902.0, 4883.0, 4903.0, 4880.0, 4901.0, 4883.0, 4913.0, 4894.0, 4917.0, 4895.0, 4907.0, 4915.0, 4886.0, 4901.0, 4882.0, 4915.0, 4885.0, 4902.0, 4876.0, 4890.0, 4883.0, 4882.0, 4884.0, 4893.0, 4896.0, 4903.0, 4883.0, 4902.0, 4884.0, 4873.0, 4884.0, 4913.0, 4883.0, 4915.0, 4894.0, 4903.0, 4893.0, 4886.0, 4913.0, 4886.0, 4914.0, 4875.0, 4915.0, 4888.0, 4895.0, 4886.0, 4918.0, 4885.0, 4905.0, 4896.0, 4915.0, 4887.0, 4893.0, 4902.0, 4916.0, 4887.0, 4913.0, 4885.0, 4903.0, 4885.0, 4885.0, 4885.0, 4904.0, 4884.0, 4904.0, 4883.0, 4906.0, 4884.0, 4913.0, 4895.0, 4903.0, 4884.0, 4883.0, 4885.0, 4929.0, 4911.0, 4925.0, 4887.0, 4913.0, 4904.0, 4894.0, 4903.0, 4883.0, 4916.0, 4894.0, 4885.0, 4921.0, 4893.0, 4910.0, 4881.0, 4907.0, 4872.0, 4889.0, 4870.0, 4877.0, 4859.0, 4869.0, 4857.0, 4869.0, 4867.0, 4869.0, 4876.0, 4869.0, 4870.0, 4870.0, 4879.0, 4870.0, 4880.0, 4873.0, 4879.0, 4870.0, 4882.0, 4872.0, 4882.0, 4873.0, 4903.0, 4885.0, 4903.0, 4884.0, 4902.0, 4881.0, 4884.0, 4911.0, 4874.0, 4891.0, 4872.0, 4892.0, 4871.0, 4882.0, 4871.0, 4861.0, 4885.0, 4891.0, 4881.0, 4892.0, 4882.0, 4902.0, 4881.0, 4884.0, 4910.0, 4872.0, 4913.0, 4876.0, 4893.0, 4892.0, 4883.0, 4882.0, 4884.0, 4886.0, 4874.0, 4911.0, 4872.0, 4901.0, 4874.0, 4891.0, 4873.0, 4891.0, 4871.0, 4873.0, 4897.0, 4872.0, 4880.0, 4862.0, 4880.0, 4863.0, 4880.0, 4901.0, 4891.0, 4914.0, 4907.0, 4905.0, 4894.0, 4914.0, 4896.0, 4896.0, 4897.0, 4899.0, 4935.0, 4878.0, 4923.0, 4877.0, 4913.0, 4887.0, 4902.0, 4887.0, 4902.0, 4887.0, 4916.0, 4897.0, 4916.0, 4908.0, 4917.0, 4910.0, 4918.0, 4901.0, 4918.0, 4887.0, 4926.0, 4889.0, 4906.0, 4888.0, 4906.0, 4886.0, 4925.0, 4875.0, 4922.0, 4876.0, 4902.0, 4874.0, 4912.0, 4886.0, 4901.0, 4873.0, 4890.0, 4872.0, 4891.0, 4886.0, 4901.0, 4876.0, 4903.0, 4874.0, 4881.0, 4884.0, 4881.0, 4875.0, 4893.0, 4875.0, 4911.0, 4874.0, 4891.0, 4874.0, 4892.0, 4873.0, 4902.0, 4864.0, 4900.0, 4862.0, 4887.0, 4871.0, 4893.0, 4871.0, 4890.0, 4868.0, 4889.0, 4868.0, 4889.0, 4881.0, 4890.0, 4869.0, 4890.0, 4880.0, 4891.0, 4881.0, 4902.0, 4872.0, 4892.0, 4881.0, 4903.0, 4871.0, 4901.0, 4901.0, 4883.0, 4912.0, 4873.0, 4898.0, 4863.0, 4909.0, 4863.0, 4899.0, 4864.0, 4889.0, 4871.0, 4901.0, 4864.0, 4900.0, 4861.0, 4890.0, 4874.0, 4901.0, 4874.0, 4902.0, 4873.0, 4903.0, 4877.0, 4894.0, 4875.0, 4904.0, 4894.0, 4904.0, 4903.0, 4893.0, 4907.0, 4896.0, 4915.0, 4897.0, 4905.0, 4894.0, 4905.0, 4896.0, 4896.0, 4896.0, 4914.0, 4895.0, 4917.0, 4896.0, 4905.0, 4896.0, 4905.0, 4886.0, 4924.0, 4887.0, 4914.0, 4887.0, 4904.0, 4897.0, 4905.0, 4896.0, 4925.0, 4888.0, 4924.0, 4886.0, 4923.0, 4875.0, 4912.0, 4873.0, 4903.0, 4873.0, 4901.0, 4874.0, 4901.0, 4873.0, 4901.0, 4874.0, 4889.0, 4874.0, 4901.0, 4874.0, 4881.0, 4885.0, 4893.0, 4886.0, 4896.0, 4904.0, 4894.0, 4906.0, 4885.0, 4914.0, 4897.0, 4907.0, 4897.0, 4895.0, 4898.0, 4916.0, 4887.0, 4927.0, 4888.0, 4935.0, 4898.0, 4915.0, 4917.0, 4905.0, 4917.0, 4915.0, 4907.0, 4885.0, 4884.0, 4886.0, 4904.0, 4898.0, 4906.0, 4876.0, 4924.0, 4888.0, 4915.0, 4889.0, 4916.0, 4875.0, 4893.0, 4912.0, 4887.0, 4906.0, 4884.0, 4905.0, 4883.0, 4906.0, 4886.0, 4893.0, 4875.0, 4895.0, 4886.0, 4903.0, 4874.0, 4913.0, 4877.0, 4903.0, 4867.0, 4904.0, 4875.0, 4893.0, 4875.0, 4901.0, 4873.0, 4894.0, 4885.0, 4902.0, 4886.0, 4893.0, 4917.0, 4894.0, 4916.0, 4910.0, 4917.0, 4896.0, 4897.0, 4887.0, 4895.0, 4887.0, 4906.0, 4897.0, 4924.0, 4886.0, 4935.0, 4887.0, 4926.0, 4888.0, 4926.0, 4885.0, 4923.0, 4886.0, 4901.0, 4876.0, 4901.0, 4875.0, 4891.0, 4885.0, 4883.0, 4903.0, 4893.0, 4916.0, 4894.0, 4892.0, 4884.0, 4881.0, 4883.0, 4905.0, 4887.0, 4924.0, 4884.0, 4922.0, 4875.0, 4903.0, 4873.0, 4906.0, 4886.0, 4885.0, 4905.0, 4884.0, 4893.0, 4894.0, 4884.0, 4884.0, 4903.0, 4875.0, 4912.0, 4885.0, 4914.0, 4886.0, 4912.0, 4885.0, 4902.0, 4885.0, 4892.0, 4887.0, 4914.0, 4876.0, 4902.0, 4876.0, 4881.0, 4892.0, 4895.0, 4888.0, 4893.0, 4904.0, 4883.0, 4903.0, 4881.0, 4884.0, 4904.0, 4875.0, 4901.0, 4873.0, 4892.0, 4873.0, 4902.0, 4875.0, 4902.0, 4874.0, 4903.0, 4883.0, 4900.0, 4874.0, 4902.0, 4873.0, 4902.0, 4874.0, 4891.0, 4874.0, 4902.0, 4876.0, 4902.0, 4874.0, 4912.0, 4874.0, 4902.0, 4875.0, 4903.0, 4876.0, 4902.0, 4874.0, 4911.0, 4875.0, 4892.0, 4886.0, 4905.0, 4883.0, 4912.0, 4874.0, 4902.0, 4874.0, 4901.0, 4874.0, 4902.0, 4873.0, 4893.0, 4873.0, 4883.0, 4883.0, 4881.0, 4883.0, 4892.0, 4882.0, 4893.0, 4888.0, 4903.0, 4877.0, 4922.0, 4898.0, 4904.0, 4887.0, 4925.0, 4886.0, 4924.0, 4885.0, 4912.0, 4873.0, 4901.0, 4875.0, 4903.0, 4873.0, 4902.0, 4883.0, 4892.0, 4885.0, 4896.0, 4886.0, 4902.0, 4916.0, 4895.0, 4918.0, 4897.0, 4898.0, 4933.0, 4885.0, 4914.0, 4874.0, 4911.0, 4875.0, 4893.0, 4886.0, 4894.0, 4875.0, 4893.0, 4883.0, 4883.0, 4884.0, 4904.0, 4873.0, 4905.0, 4872.0, 4905.0, 4893.0, 4875.0, 4909.0, 4874.0, 4911.0, 4874.0, 4892.0, 4874.0, 4891.0, 4872.0, 4882.0, 4874.0, 4883.0, 4872.0, 4893.0, 4884.0, 4881.0, 4902.0, 4871.0, 4902.0, 4873.0, 4915.0, 4884.0, 4905.0, 4873.0, 4893.0, 4884.0, 4893.0, 4887.0, 4923.0, 4874.0, 4922.0, 4875.0, 4912.0, 4898.0, 4904.0, 4905.0, 4885.0, 4894.0, 4884.0, 4915.0, 4885.0, 4895.0, 4885.0, 4914.0, 4888.0, 4905.0, 4888.0, 4914.0, 4876.0, 4922.0, 4876.0, 4901.0, 4885.0, 4913.0, 4884.0, 4912.0, 4885.0, 4893.0, 4873.0, 4893.0, 4874.0, 4884.0, 4915.0, 4896.0, 4906.0, 4885.0, 4905.0, 4884.0, 4903.0, 4884.0, 4907.0, 4896.0, 4895.0, 4887.0, 4894.0, 4883.0, 4923.0, 4874.0, 4893.0, 4884.0, 4902.0, 4877.0, 4913.0, 4874.0, 4920.0, 4874.0, 4870.0, 4875.0, 4895.0, 4886.0, 4903.0, 4897.0, 4904.0, 4895.0, 4912.0, 4884.0, 4911.0, 4872.0, 4908.0, 4871.0, 4897.0, 4870.0, 4871.0, 4873.0, 4878.0, 4859.0, 4868.0, 4869.0, 4878.0, 4870.0, 4879.0, 4872.0, 4872.0, 4888.0, 4889.0, 4860.0, 4870.0, 4880.0, 4893.0, 4871.0, 4891.0, 4900.0, 4871.0, 4890.0, 4872.0, 4910.0, 4873.0, 4881.0, 4870.0, 4889.0, 4860.0, 4878.0, 4860.0, 4889.0, 4859.0, 4890.0, 4867.0, 4878.0, 4868.0, 4872.0, 4869.0, 4873.0, 4897.0, 4869.0, 4887.0, 4860.0, 4876.0, 4859.0, 4877.0, 4858.0, 4886.0, 4861.0, 4867.0, 4861.0, 4867.0, 4869.0, 4880.0, 4868.0, 4860.0, 4897.0, 4857.0, 4888.0, 4859.0, 4897.0, 4869.0, 4877.0, 4857.0, 4885.0, 4860.0, 4858.0, 4870.0, 4868.0, 4870.0, 4889.0, 4870.0, 4896.0, 4859.0, 4877.0, 4870.0, 4889.0, 4871.0, 4908.0, 4870.0, 4898.0, 4869.0, 4857.0, 4867.0, 4877.0, 4867.0, 4896.0, 4860.0, 4866.0, 4859.0, 4866.0, 4858.0, 4865.0, 4845.0, 4865.0, 4845.0, 4856.0, 4846.0, 4887.0, 4859.0, 4878.0, 4859.0, 4859.0, 4858.0, 4881.0, 4871.0, 4892.0, 4878.0, 4882.0, 4879.0, 4861.0, 4878.0, 4861.0, 4909.0, 4880.0, 4878.0, 4869.0, 4880.0, 4875.0, 4888.0, 4860.0, 4889.0, 4859.0, 4878.0, 4870.0, 4878.0, 4872.0, 4876.0, 4871.0, 4879.0, 4861.0, 4867.0, 4859.0, 4877.0, 4858.0, 4870.0, 4859.0, 4879.0, 4856.0, 4861.0, 4896.0, 4858.0, 4896.0, 4857.0, 4875.0, 4858.0, 4857.0, 4861.0, 4866.0, 4857.0, 4868.0, 4859.0, 4877.0, 4859.0, 4881.0, 4861.0, 4891.0, 4891.0, 4879.0, 4871.0, 4861.0, 4876.0, 4860.0, 4908.0, 4859.0, 4886.0, 4859.0, 4879.0, 4871.0, 4869.0, 4860.0, 4882.0, 4861.0, 4859.0], 'WindowWidth': [10704.0, 10602.0, 10616.0, 10569.0, 10579.0, 10550.0, 10571.0, 10531.0, 10555.0, 10536.0, 10581.0, 10541.0, 10580.0, 10524.0, 10555.0, 10585.0, 10527.0, 10599.0, 10541.0, 10596.0, 10525.0, 10598.0, 10522.0, 10558.0, 10519.0, 10558.0, 10505.0, 10549.0, 10545.0, 10513.0, 10558.0, 10527.0, 10581.0, 10524.0, 10586.0, 10526.0, 10587.0, 10546.0, 10562.0, 10541.0, 10563.0, 10545.0, 10579.0, 10552.0, 10605.0, 10591.0, 10614.0, 10555.0, 10602.0, 10569.0, 10614.0, 10573.0, 10624.0, 10585.0, 10604.0, 10582.0, 10616.0, 10588.0, 10623.0, 10617.0, 10641.0, 10606.0, 10651.0, 10604.0, 10614.0, 10617.0, 10630.0, 10640.0, 10655.0, 10636.0, 10639.0, 10636.0, 10616.0, 10632.0, 10660.0, 10652.0, 10662.0, 10626.0, 10635.0, 10614.0, 10608.0, 10614.0, 10678.0, 10632.0, 10648.0, 10614.0, 10630.0, 10584.0, 10627.0, 10587.0, 10653.0, 10590.0, 10641.0, 10582.0, 10632.0, 10566.0, 10621.0, 10575.0, 10603.0, 10547.0, 10597.0, 10565.0, 10593.0, 10573.0, 10617.0, 10606.0, 10610.0, 10603.0, 10586.0, 10616.0, 10587.0, 10633.0, 10584.0, 10634.0, 10587.0, 10615.0, 10585.0, 10623.0, 10587.0, 10622.0, 10574.0, 10626.0, 10571.0, 10625.0, 10575.0, 10611.0, 10570.0, 10623.0, 10561.0, 10612.0, 10571.0, 10620.0, 10606.0, 10627.0, 10635.0, 10615.0, 10582.0, 10623.0, 10574.0, 10635.0, 10590.0, 10633.0, 10603.0, 10633.0, 10603.0, 10634.0, 10610.0, 10654.0, 10633.0, 10647.0, 10577.0, 10628.0, 10575.0, 10627.0, 10593.0, 10633.0, 10633.0, 10613.0, 10584.0, 10612.0, 10566.0, 10611.0, 10576.0, 10617.0, 10632.0, 10615.0, 10572.0, 10616.0, 10571.0, 10614.0, 10581.0, 10625.0, 10574.0, 10611.0, 10566.0, 10640.0, 10572.0, 10628.0, 10618.0, 10623.0, 10608.0, 10610.0, 10574.0, 10607.0, 10594.0, 10647.0, 10597.0, 10624.0, 10577.0, 10626.0, 10595.0, 10675.0, 10604.0, 10621.0, 10652.0, 10600.0, 10644.0, 10567.0, 10629.0, 10570.0, 10616.0, 10547.0, 10601.0, 10541.0, 10604.0, 10581.0, 10561.0, 10592.0, 10552.0, 10617.0, 10570.0, 10627.0, 10582.0, 10633.0, 10572.0, 10615.0, 10585.0, 10617.0, 10587.0, 10645.0, 10597.0, 10642.0, 10608.0, 10655.0, 10592.0, 10623.0, 10610.0, 10646.0, 10610.0, 10636.0, 10591.0, 10653.0, 10601.0, 10615.0, 10613.0, 10647.0, 10620.0, 10664.0, 10637.0, 10666.0, 10649.0, 10641.0, 10635.0, 10661.0, 10628.0, 10666.0, 10635.0, 10654.0, 10659.0, 10681.0, 10643.0, 10680.0, 10648.0, 10678.0, 10658.0, 10689.0, 10657.0, 10678.0, 10640.0, 10678.0, 10632.0, 10682.0, 10635.0, 10679.0, 10634.0, 10682.0, 10640.0, 10663.0, 10617.0, 10660.0, 10645.0, 10659.0, 10629.0, 10660.0, 10623.0, 10678.0, 10644.0, 10660.0, 10642.0, 10684.0, 10648.0, 10666.0, 10649.0, 10677.0, 10641.0, 10688.0, 10653.0, 10667.0, 10676.0, 10662.0, 10670.0, 10664.0, 10677.0, 10665.0, 10684.0, 10666.0, 10689.0, 10659.0, 10680.0, 10683.0, 10706.0, 10668.0, 10703.0, 10682.0, 10689.0, 10681.0, 10725.0, 10685.0, 10717.0, 10666.0, 10705.0, 10671.0, 10686.0, 10676.0, 10709.0, 10681.0, 10678.0, 10701.0, 10654.0, 10698.0, 10639.0, 10665.0, 10655.0, 10691.0, 10651.0, 10681.0, 10679.0, 10654.0, 10639.0, 10645.0, 10651.0, 10658.0, 10640.0, 10652.0, 10650.0, 10625.0, 10666.0, 10623.0, 10654.0, 10661.0, 10664.0, 10640.0, 10676.0, 10674.0, 10669.0, 10655.0, 10655.0, 10644.0, 10652.0, 10673.0, 10663.0, 10703.0, 10667.0, 10661.0, 10653.0, 10680.0, 10690.0, 10699.0, 10707.0, 10726.0, 10688.0, 10693.0, 10710.0, 10695.0, 10714.0, 10697.0, 10713.0, 10692.0, 10711.0, 10676.0, 10690.0, 10663.0, 10726.0, 10703.0, 10693.0, 10721.0, 10694.0, 10649.0, 10636.0, 10655.0, 10638.0, 10678.0, 10684.0, 10650.0, 10681.0, 10664.0, 10683.0, 10652.0, 10638.0, 10693.0, 10636.0, 10693.0, 10615.0, 10697.0, 10611.0, 10640.0, 10609.0, 10648.0, 10616.0, 10613.0, 10619.0, 10638.0, 10604.0, 10643.0, 10646.0, 10642.0, 10627.0, 10630.0, 10630.0, 10670.0, 10633.0, 10653.0, 10623.0, 10635.0, 10624.0, 10668.0, 10625.0, 10635.0, 10608.0, 10637.0, 10625.0, 10649.0, 10625.0, 10638.0, 10620.0, 10600.0, 10627.0, 10649.0, 10623.0, 10637.0, 10621.0, 10635.0, 10628.0, 10650.0, 10627.0, 10673.0, 10621.0, 10671.0, 10646.0, 10650.0, 10622.0, 10635.0, 10620.0, 10609.0, 10624.0, 10608.0, 10642.0, 10594.0, 10613.0, 10590.0, 10624.0, 10588.0, 10610.0, 10588.0, 10594.0, 10586.0, 10624.0, 10596.0, 10627.0, 10596.0, 10600.0, 10607.0, 10612.0, 10599.0, 10619.0, 10612.0, 10613.0, 10617.0, 10612.0, 10632.0, 10613.0, 10617.0, 10596.0, 10643.0, 10609.0, 10658.0, 10607.0, 10643.0, 10608.0, 10604.0, 10610.0, 10641.0, 10599.0, 10632.0, 10615.0, 10647.0, 10617.0, 10610.0, 10615.0, 10604.0, 10648.0, 10594.0, 10629.0, 10609.0, 10629.0, 10611.0, 10631.0, 10611.0, 10634.0, 10627.0, 10635.0, 10631.0, 10646.0, 10612.0, 10633.0, 10625.0, 10622.0, 10622.0, 10651.0, 10626.0, 10653.0, 10619.0, 10650.0, 10628.0, 10671.0, 10645.0, 10680.0, 10646.0, 10665.0, 10671.0, 10638.0, 10650.0, 10626.0, 10674.0, 10633.0, 10650.0, 10618.0, 10634.0, 10629.0, 10625.0, 10630.0, 10641.0, 10651.0, 10655.0, 10626.0, 10651.0, 10631.0, 10613.0, 10630.0, 10669.0, 10629.0, 10674.0, 10642.0, 10657.0, 10641.0, 10635.0, 10668.0, 10636.0, 10669.0, 10619.0, 10673.0, 10640.0, 10647.0, 10637.0, 10683.0, 10633.0, 10659.0, 10648.0, 10673.0, 10640.0, 10643.0, 10666.0, 10679.0, 10638.0, 10668.0, 10632.0, 10656.0, 10632.0, 10632.0, 10635.0, 10657.0, 10627.0, 10658.0, 10626.0, 10662.0, 10628.0, 10671.0, 10647.0, 10657.0, 10628.0, 10627.0, 10633.0, 10704.0, 10682.0, 10689.0, 10635.0, 10667.0, 10656.0, 10643.0, 10655.0, 10628.0, 10677.0, 10643.0, 10632.0, 10675.0, 10640.0, 10658.0, 10620.0, 10652.0, 10608.0, 10628.0, 10601.0, 10610.0, 10585.0, 10599.0, 10580.0, 10600.0, 10594.0, 10599.0, 10605.0, 10599.0, 10601.0, 10602.0, 10612.0, 10603.0, 10615.0, 10613.0, 10616.0, 10604.0, 10622.0, 10609.0, 10622.0, 10613.0, 10654.0, 10632.0, 10656.0, 10626.0, 10651.0, 10618.0, 10628.0, 10661.0, 10616.0, 10635.0, 10608.0, 10634.0, 10605.0, 10620.0, 10606.0, 10592.0, 10631.0, 10635.0, 10619.0, 10637.0, 10621.0, 10650.0, 10619.0, 10629.0, 10658.0, 10610.0, 10667.0, 10620.0, 10642.0, 10640.0, 10628.0, 10628.0, 10632.0, 10637.0, 10617.0, 10664.0, 10610.0, 10647.0, 10612.0, 10633.0, 10610.0, 10636.0, 10603.0, 10611.0, 10637.0, 10609.0, 10616.0, 10593.0, 10618.0, 10599.0, 10616.0, 10651.0, 10635.0, 10673.0, 10667.0, 10661.0, 10643.0, 10672.0, 10646.0, 10652.0, 10652.0, 10661.0, 10702.0, 10627.0, 10682.0, 10624.0, 10667.0, 10637.0, 10652.0, 10636.0, 10653.0, 10636.0, 10679.0, 10655.0, 10681.0, 10675.0, 10687.0, 10679.0, 10690.0, 10668.0, 10683.0, 10642.0, 10692.0, 10645.0, 10662.0, 10643.0, 10660.0, 10637.0, 10689.0, 10620.0, 10681.0, 10622.0, 10652.0, 10616.0, 10667.0, 10636.0, 10650.0, 10612.0, 10633.0, 10612.0, 10637.0, 10638.0, 10650.0, 10620.0, 10653.0, 10615.0, 10622.0, 10629.0, 10620.0, 10620.0, 10645.0, 10620.0, 10662.0, 10615.0, 10634.0, 10615.0, 10637.0, 10616.0, 10651.0, 10599.0, 10646.0, 10593.0, 10624.0, 10604.0, 10638.0, 10605.0, 10630.0, 10596.0, 10627.0, 10595.0, 10629.0, 10620.0, 10632.0, 10603.0, 10632.0, 10616.0, 10633.0, 10621.0, 10652.0, 10609.0, 10638.0, 10621.0, 10654.0, 10607.0, 10651.0, 10647.0, 10627.0, 10662.0, 10613.0, 10640.0, 10599.0, 10659.0, 10600.0, 10644.0, 10600.0, 10630.0, 10608.0, 10650.0, 10602.0, 10645.0, 10596.0, 10633.0, 10616.0, 10651.0, 10619.0, 10652.0, 10616.0, 10653.0, 10624.0, 10643.0, 10623.0, 10660.0, 10647.0, 10655.0, 10656.0, 10642.0, 10670.0, 10650.0, 10677.0, 10651.0, 10664.0, 10647.0, 10662.0, 10650.0, 10651.0, 10652.0, 10674.0, 10647.0, 10681.0, 10651.0, 10660.0, 10652.0, 10662.0, 10636.0, 10686.0, 10638.0, 10673.0, 10638.0, 10660.0, 10654.0, 10661.0, 10652.0, 10686.0, 10642.0, 10685.0, 10637.0, 10682.0, 10620.0, 10667.0, 10614.0, 10653.0, 10613.0, 10650.0, 10618.0, 10649.0, 10612.0, 10647.0, 10615.0, 10631.0, 10617.0, 10650.0, 10616.0, 10623.0, 10633.0, 10641.0, 10636.0, 10649.0, 10659.0, 10642.0, 10663.0, 10633.0, 10673.0, 10655.0, 10667.0, 10653.0, 10649.0, 10655.0, 10679.0, 10642.0, 10694.0, 10642.0, 10703.0, 10656.0, 10674.0, 10680.0, 10661.0, 10681.0, 10672.0, 10666.0, 10632.0, 10630.0, 10635.0, 10659.0, 10655.0, 10663.0, 10621.0, 10685.0, 10643.0, 10677.0, 10644.0, 10676.0, 10622.0, 10641.0, 10670.0, 10636.0, 10663.0, 10632.0, 10662.0, 10628.0, 10660.0, 10634.0, 10641.0, 10618.0, 10645.0, 10636.0, 10656.0, 10617.0, 10667.0, 10621.0, 10653.0, 10607.0, 10657.0, 10619.0, 10639.0, 10617.0, 10650.0, 10613.0, 10641.0, 10636.0, 10653.0, 10637.0, 10642.0, 10679.0, 10644.0, 10678.0, 10676.0, 10681.0, 10647.0, 10653.0, 10637.0, 10646.0, 10637.0, 10665.0, 10652.0, 10686.0, 10635.0, 10702.0, 10639.0, 10690.0, 10644.0, 10690.0, 10632.0, 10680.0, 10635.0, 10649.0, 10621.0, 10651.0, 10620.0, 10635.0, 10634.0, 10626.0, 10656.0, 10640.0, 10677.0, 10642.0, 10639.0, 10628.0, 10624.0, 10627.0, 10657.0, 10639.0, 10685.0, 10630.0, 10678.0, 10619.0, 10652.0, 10614.0, 10661.0, 10635.0, 10628.0, 10661.0, 10628.0, 10641.0, 10645.0, 10631.0, 10628.0, 10654.0, 10617.0, 10665.0, 10632.0, 10672.0, 10636.0, 10665.0, 10634.0, 10652.0, 10632.0, 10638.0, 10638.0, 10671.0, 10620.0, 10650.0, 10619.0, 10620.0, 10638.0, 10648.0, 10641.0, 10639.0, 10656.0, 10624.0, 10654.0, 10619.0, 10629.0, 10657.0, 10618.0, 10647.0, 10614.0, 10635.0, 10614.0, 10653.0, 10619.0, 10650.0, 10616.0, 10652.0, 10627.0, 10647.0, 10617.0, 10651.0, 10612.0, 10649.0, 10615.0, 10635.0, 10616.0, 10652.0, 10621.0, 10651.0, 10615.0, 10664.0, 10616.0, 10651.0, 10616.0, 10653.0, 10622.0, 10652.0, 10616.0, 10663.0, 10618.0, 10637.0, 10638.0, 10660.0, 10628.0, 10666.0, 10615.0, 10649.0, 10615.0, 10649.0, 10614.0, 10650.0, 10612.0, 10639.0, 10613.0, 10627.0, 10627.0, 10623.0, 10626.0, 10637.0, 10625.0, 10640.0, 10641.0, 10655.0, 10623.0, 10682.0, 10653.0, 10657.0, 10640.0, 10690.0, 10639.0, 10684.0, 10633.0, 10666.0, 10614.0, 10649.0, 10619.0, 10654.0, 10612.0, 10651.0, 10626.0, 10638.0, 10633.0, 10650.0, 10637.0, 10655.0, 10677.0, 10649.0, 10683.0, 10652.0, 10655.0, 10699.0, 10634.0, 10671.0, 10616.0, 10664.0, 10618.0, 10640.0, 10634.0, 10642.0, 10617.0, 10639.0, 10626.0, 10627.0, 10631.0, 10658.0, 10614.0, 10659.0, 10610.0, 10659.0, 10640.0, 10619.0, 10656.0, 10614.0, 10660.0, 10615.0, 10636.0, 10618.0, 10633.0, 10610.0, 10622.0, 10614.0, 10624.0, 10610.0, 10640.0, 10629.0, 10619.0, 10652.0, 10606.0, 10652.0, 10613.0, 10675.0, 10627.0, 10660.0, 10612.0, 10640.0, 10628.0, 10641.0, 10636.0, 10680.0, 10617.0, 10679.0, 10619.0, 10667.0, 10653.0, 10655.0, 10659.0, 10631.0, 10646.0, 10629.0, 10675.0, 10633.0, 10647.0, 10633.0, 10670.0, 10638.0, 10659.0, 10643.0, 10673.0, 10620.0, 10680.0, 10619.0, 10649.0, 10632.0, 10669.0, 10630.0, 10664.0, 10633.0, 10640.0, 10614.0, 10639.0, 10617.0, 10628.0, 10673.0, 10651.0, 10666.0, 10633.0, 10660.0, 10631.0, 10656.0, 10629.0, 10667.0, 10648.0, 10644.0, 10638.0, 10645.0, 10626.0, 10679.0, 10615.0, 10639.0, 10629.0, 10651.0, 10624.0, 10666.0, 10613.0, 10673.0, 10613.0, 10606.0, 10618.0, 10646.0, 10635.0, 10653.0, 10651.0, 10654.0, 10644.0, 10662.0, 10626.0, 10661.0, 10606.0, 10654.0, 10603.0, 10634.0, 10601.0, 10602.0, 10610.0, 10612.0, 10583.0, 10596.0, 10600.0, 10610.0, 10600.0, 10614.0, 10607.0, 10610.0, 10623.0, 10628.0, 10588.0, 10604.0, 10616.0, 10637.0, 10604.0, 10634.0, 10643.0, 10606.0, 10629.0, 10607.0, 10660.0, 10613.0, 10619.0, 10601.0, 10626.0, 10588.0, 10609.0, 10586.0, 10627.0, 10584.0, 10630.0, 10593.0, 10612.0, 10596.0, 10607.0, 10600.0, 10608.0, 10635.0, 10601.0, 10621.0, 10587.0, 10605.0, 10585.0, 10610.0, 10582.0, 10617.0, 10587.0, 10593.0, 10589.0, 10595.0, 10600.0, 10617.0, 10595.0, 10590.0, 10634.0, 10582.0, 10620.0, 10583.0, 10634.0, 10599.0, 10605.0, 10579.0, 10616.0, 10587.0, 10583.0, 10602.0, 10600.0, 10604.0, 10626.0, 10600.0, 10633.0, 10586.0, 10607.0, 10604.0, 10626.0, 10603.0, 10651.0, 10600.0, 10636.0, 10597.0, 10579.0, 10594.0, 10605.0, 10592.0, 10632.0, 10584.0, 10589.0, 10582.0, 10590.0, 10581.0, 10588.0, 10559.0, 10585.0, 10558.0, 10575.0, 10562.0, 10621.0, 10584.0, 10611.0, 10582.0, 10585.0, 10581.0, 10617.0, 10604.0, 10634.0, 10608.0, 10619.0, 10611.0, 10590.0, 10608.0, 10590.0, 10650.0, 10613.0, 10608.0, 10599.0, 10616.0, 10616.0, 10624.0, 10587.0, 10625.0, 10585.0, 10609.0, 10600.0, 10608.0, 10605.0, 10605.0, 10603.0, 10613.0, 10586.0, 10593.0, 10582.0, 10609.0, 10583.0, 10600.0, 10585.0, 10612.0, 10576.0, 10589.0, 10631.0, 10580.0, 10630.0, 10577.0, 10600.0, 10581.0, 10578.0, 10590.0, 10592.0, 10580.0, 10594.0, 10584.0, 10606.0, 10584.0, 10618.0, 10589.0, 10633.0, 10628.0, 10615.0, 10603.0, 10590.0, 10605.0, 10589.0, 10652.0, 10585.0, 10619.0, 10586.0, 10612.0, 10606.0, 10600.0, 10589.0, 10621.0, 10589.0, 10585.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.018529075691411937</td></tr>
<tr><td colspan=3>aqi</td><td>0.03900727256186317</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.408743167203255</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3402945701456652</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2708846402986151</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>4780.1855</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09465353913363675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.566229985443959</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4480913818305545</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.411355306145173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6363670280532028</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2965518112932872</td></tr>
<tr><td colspan=3>gcor</td><td>0.00858874</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01518339104950428</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0255801510065794</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.007811626363217</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>36.7421</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.9871</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.6582</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296243.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>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.3712</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7344</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>682.2084</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4060.552</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1058.6759</td></tr>
<tr><td colspan=3>tsnr</td><td>31.516051395330578</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>