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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0014_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ccb70297cfea180e7ab9c3c1e9262ad1</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>16:39:43.187500</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.994218, 0.0371679, 0.100741, -0.0203051, 0.986333, -0.163511]</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_brain_imaging_center</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.0830531</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7750, -7270, 499, -20, -81, 8, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41ca9992-99c1-40b9-9944-6c7631de043e||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.667414665222168, -0.05447708070278168, 0.2846921682357788, 107.22154235839844], [-0.09971878677606583, 2.6462583541870117, -0.43340298533439636, -71.05590057373047], [0.2702808976173401, 0.43868690729141235, 2.649738073348999, -107.5748519897461], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['163943.187500', '163943.647500', '163944.107500', '163944.567500', '163945.027500', '163945.487500', '163945.947500', '163946.407500', '163946.867500', '163947.327500', '163947.787500', '163948.247500', '163948.707500', '163949.167500', '163949.627500', '163950.087500', '163950.547500', '163951.007500', '163951.467500', '163951.927500', '163952.387500', '163952.847500', '163953.307500', '163953.767500', '163954.227500', '163954.687500', '163955.147500', '163955.607500', '163956.067500', '163956.527500', '163956.987500', '163957.447500', '163957.907500', '163958.367500', '163958.827500', '163959.287500', '163959.747500', '164000.207500', '164000.667500', '164001.127500', '164001.587500', '164002.047500', '164002.507500', '164002.967500', '164003.427500', '164003.887500', '164004.347500', '164004.807500', '164005.267500', '164005.727500', '164006.187500', '164006.647500', '164007.107500', '164007.567500', '164008.027500', '164008.487500', '164008.947500', '164009.407500', '164009.867500', '164010.327500', '164010.787500', '164011.247500', '164011.707500', '164012.167500', '164012.627500', '164013.087500', '164013.547500', '164014.007500', '164014.467500', '164014.927500', '164015.387500', '164015.847500', '164016.307500', '164016.767500', '164017.227500', '164017.687500', '164018.147500', '164018.607500', '164019.067500', '164019.527500', '164019.987500', '164020.447500', '164020.907500', '164021.367500', '164021.827500', '164022.287500', '164022.747500', '164023.207500', '164023.667500', '164024.127500', '164024.587500', '164025.047500', '164025.507500', '164025.967500', '164026.427500', '164026.887500', '164027.347500', '164027.807500', '164028.267500', '164028.727500', '164029.187500', '164029.647500', '164030.107500', '164030.567500', '164031.027500', '164031.487500', '164031.947500', '164032.407500', '164032.867500', '164033.327500', '164033.787500', '164034.247500', '164034.707500', '164035.167500', '164035.627500', '164036.087500', '164036.547500', '164037.007500', '164037.467500', '164037.927500', '164038.387500', '164038.847500', '164039.307500', '164039.767500', '164040.227500', '164040.687500', '164041.147500', '164041.607500', '164042.067500', '164042.527500', '164042.987500', '164043.447500', '164043.907500', '164044.367500', '164044.827500', '164045.287500', '164045.747500', '164046.207500', '164046.667500', '164047.127500', '164047.587500', '164048.047500', '164048.507500', '164048.967500', '164049.427500', '164049.887500', '164050.347500', '164050.807500', '164051.267500', '164051.727500', '164052.187500', '164052.647500', '164053.107500', '164053.567500', '164054.027500', '164054.487500', '164054.947500', '164055.407500', '164055.867500', '164056.327500', '164056.787500', '164057.247500', '164057.707500', '164058.167500', '164058.627500', '164059.087500', '164059.547500', '164100.007500', '164100.467500', '164100.927500', '164101.387500', '164101.847500', '164102.307500', '164102.767500', '164103.227500', '164103.687500', '164104.147500', '164104.607500', '164105.067500', '164105.527500', '164105.987500', '164106.447500', '164106.907500', '164107.367500', '164107.827500', '164108.287500', '164108.747500', '164109.207500', '164109.667500', '164110.127500', '164110.587500', '164111.047500', '164111.507500', '164111.967500', '164112.427500', '164112.887500', '164113.347500', '164113.807500', '164114.267500', '164114.727500', '164115.187500', '164115.647500', '164116.107500', '164116.567500', '164117.027500', '164117.487500', '164117.947500', '164118.407500', '164118.867500', '164119.327500', '164119.787500', '164120.247500', '164120.707500', '164121.167500', '164121.627500', '164122.087500', '164122.547500', '164123.007500', '164123.467500', '164123.927500', '164124.387500', '164124.847500', '164125.307500', '164125.767500', '164126.227500', '164126.687500', '164127.147500', '164127.607500', '164128.067500', '164128.527500', '164128.987500', '164129.447500', '164129.907500', '164130.367500', '164130.827500', '164131.287500', '164131.747500', '164132.207500', '164132.667500', '164133.127500', '164133.587500', '164134.047500', '164134.507500', '164134.967500', '164135.427500', '164135.887500', '164136.347500', '164136.807500', '164137.267500', '164137.727500', '164138.187500', '164138.647500', '164139.107500', '164139.567500', '164140.027500', '164140.487500', '164140.947500', '164141.407500', '164141.867500', '164142.327500', '164142.787500', '164143.247500', '164143.707500', '164144.167500', '164144.627500', '164145.087500', '164145.547500', '164146.007500', '164146.467500', '164146.927500', '164147.387500', '164147.847500', '164148.307500', '164148.767500', '164149.227500', '164149.687500', '164150.147500', '164150.607500', '164151.067500', '164151.527500', '164151.987500', '164152.447500', '164152.907500', '164153.367500', '164153.827500', '164154.287500', '164154.747500', '164155.207500', '164155.667500', '164156.127500', '164156.587500', '164157.047500', '164157.507500', '164157.967500', '164158.427500', '164158.887500', '164159.347500', '164159.807500', '164200.267500', '164200.727500', '164201.187500', '164201.647500', '164202.107500', '164202.567500', '164203.027500', '164203.487500', '164203.947500', '164204.407500', '164204.867500', '164205.327500', '164205.787500', '164206.247500', '164206.707500', '164207.167500', '164207.627500', '164208.087500', '164208.547500', '164209.007500', '164209.467500', '164209.927500', '164210.387500', '164210.847500', '164211.307500', '164211.767500', '164212.227500', '164212.687500', '164213.147500', '164213.607500', '164214.067500', '164214.527500', '164214.987500', '164215.447500', '164215.907500', '164216.367500', '164216.827500', '164217.287500', '164217.747500', '164218.207500', '164218.667500', '164219.127500', '164219.587500', '164220.047500', '164220.507500', '164220.967500', '164221.427500', '164221.887500', '164222.347500', '164222.807500', '164223.267500', '164223.727500', '164224.187500', '164224.647500', '164225.107500', '164225.567500', '164226.027500', '164226.487500', '164226.947500', '164227.407500', '164227.867500', '164228.327500', '164228.787500', '164229.247500', '164229.707500', '164230.167500', '164230.627500', '164231.087500', '164231.547500', '164232.007500', '164232.467500', '164232.927500', '164233.387500', '164233.847500', '164234.307500', '164234.767500', '164235.227500', '164235.687500', '164236.147500', '164236.607500', '164237.067500', '164237.527500', '164237.987500', '164238.447500', '164238.907500', '164239.367500', '164239.827500', '164240.287500', '164240.747500', '164241.207500', '164241.667500', '164242.127500', '164242.587500', '164243.047500', '164243.507500', '164243.967500', '164244.427500', '164244.887500', '164245.347500', '164245.807500', '164246.267500', '164246.727500', '164247.187500', '164247.647500', '164248.107500', '164248.567500', '164249.027500', '164249.487500', '164249.947500', '164250.407500', '164250.867500', '164251.327500', '164251.787500', '164252.247500', '164252.707500', '164253.167500', '164253.627500', '164254.087500', '164254.547500', '164255.007500', '164255.467500', '164255.927500', '164256.387500', '164256.847500', '164257.307500', '164257.767500', '164258.227500', '164258.687500', '164259.147500', '164259.607500', '164300.067500', '164300.527500', '164300.987500', '164301.447500', '164301.907500', '164302.367500', '164302.827500', '164303.287500', '164303.747500', '164304.207500', '164304.667500', '164305.127500', '164305.587500', '164306.047500', '164306.507500', '164306.967500', '164307.427500', '164307.887500', '164308.347500', '164308.807500', '164309.267500', '164309.727500', '164310.187500', '164310.647500', '164311.107500', '164311.567500', '164312.027500', '164312.487500', '164312.947500', '164313.407500', '164313.867500', '164314.327500', '164314.787500', '164315.247500', '164315.707500', '164316.167500', '164316.627500', '164317.087500', '164317.547500', '164318.007500', '164318.467500', '164318.927500', '164319.387500', '164319.847500', '164320.307500', '164320.767500', '164321.227500', '164321.687500', '164322.147500', '164322.607500', '164323.067500', '164323.527500', '164323.987500', '164324.447500', '164324.907500', '164325.367500', '164325.827500', '164326.287500', '164326.747500', '164327.207500', '164327.667500', '164328.127500', '164328.587500', '164329.047500', '164329.507500', '164329.967500', '164330.427500', '164330.887500', '164331.347500', '164331.807500', '164332.267500', '164332.727500', '164333.187500', '164333.647500', '164334.107500', '164334.567500', '164335.027500', '164335.487500', '164335.947500', '164336.407500', '164336.867500', '164337.327500', '164337.787500', '164338.247500', '164338.707500', '164339.167500', '164339.627500', '164340.087500', '164340.547500', '164341.007500', '164341.467500', '164341.927500', '164342.387500', '164342.847500', '164343.307500', '164343.767500', '164344.227500', '164344.687500', '164345.147500', '164345.607500', '164346.067500', '164346.527500', '164346.987500', '164347.447500', '164347.907500', '164348.367500', '164348.827500', '164349.287500', '164349.747500', '164350.207500', '164350.667500', '164351.127500', '164351.587500', '164352.047500', '164352.507500', '164352.967500', '164353.427500', '164353.887500', '164354.347500', '164354.807500', '164355.267500', '164355.727500', '164356.187500', '164356.647500', '164357.107500', '164357.567500', '164358.027500', '164358.487500', '164358.947500', '164359.407500', '164359.867500', '164400.327500', '164400.787500', '164401.247500', '164401.707500', '164402.167500', '164402.627500', '164403.087500', '164403.547500', '164404.007500', '164404.467500', '164404.927500', '164405.387500', '164405.847500', '164406.307500', '164406.767500', '164407.227500', '164407.687500', '164408.147500', '164408.607500', '164409.067500', '164409.527500', '164409.987500', '164410.447500', '164410.907500', '164411.367500', '164411.827500', '164412.287500', '164412.747500', '164413.207500', '164413.667500', '164414.127500', '164414.587500', '164415.047500', '164415.507500', '164415.967500', '164416.427500', '164416.887500', '164417.347500', '164417.807500', '164418.267500', '164418.727500', '164419.187500', '164419.647500', '164420.107500', '164420.567500', '164421.027500', '164421.487500', '164421.947500', '164422.407500', '164422.867500', '164423.327500', '164423.787500', '164424.247500', '164424.707500', '164425.167500', '164425.627500', '164426.087500', '164426.547500', '164427.007500', '164427.467500', '164427.927500', '164428.387500', '164428.847500', '164429.307500', '164429.767500', '164430.227500', '164430.687500', '164431.147500', '164431.607500', '164432.067500', '164432.527500', '164432.987500', '164433.447500', '164433.907500', '164434.367500', '164434.827500', '164435.287500', '164435.747500', '164436.207500', '164436.667500', '164437.127500', '164437.587500', '164438.047500', '164438.507500', '164438.967500', '164439.427500', '164439.887500', '164440.347500', '164440.807500', '164441.267500', '164441.727500', '164442.187500', '164442.647500', '164443.107500', '164443.567500', '164444.027500', '164444.487500', '164444.947500', '164445.407500', '164445.867500', '164446.327500', '164446.787500', '164447.247500', '164447.707500', '164448.167500', '164448.627500', '164449.087500', '164449.547500', '164450.007500', '164450.467500', '164450.927500', '164451.387500', '164451.847500', '164452.307500', '164452.767500', '164453.227500', '164453.687500', '164454.147500', '164454.607500', '164455.067500', '164455.527500', '164455.987500', '164456.447500', '164456.907500', '164457.367500', '164457.827500', '164458.287500', '164458.747500', '164459.207500', '164459.667500', '164500.127500', '164500.587500', '164501.047500', '164501.507500', '164501.967500', '164502.427500', '164502.887500', '164503.347500', '164503.807500', '164504.267500', '164504.727500', '164505.187500', '164505.647500', '164506.107500', '164506.567500', '164507.027500', '164507.487500', '164507.947500', '164508.407500', '164508.867500', '164509.327500', '164509.787500', '164510.247500', '164510.707500', '164511.167500', '164511.627500', '164512.087500', '164512.547500', '164513.007500', '164513.467500', '164513.927500', '164514.387500', '164514.847500', '164515.307500', '164515.767500', '164516.227500', '164516.687500', '164517.147500', '164517.607500', '164518.067500', '164518.527500', '164518.987500', '164519.447500', '164519.907500', '164520.367500', '164520.827500', '164521.287500', '164521.747500', '164522.207500', '164522.667500', '164523.127500', '164523.587500', '164524.047500', '164524.507500', '164524.967500', '164525.427500', '164525.887500', '164526.347500', '164526.807500', '164527.267500', '164527.727500', '164528.187500', '164528.647500', '164529.107500', '164529.567500', '164530.027500', '164530.487500', '164530.947500', '164531.407500', '164531.867500', '164532.327500', '164532.787500', '164533.247500', '164533.707500', '164534.167500', '164534.627500', '164535.087500', '164535.547500', '164536.007500', '164536.467500', '164536.927500', '164537.387500', '164537.847500', '164538.307500', '164538.767500', '164539.227500', '164539.687500', '164540.147500', '164540.607500', '164541.067500', '164541.527500', '164541.987500', '164542.447500', '164542.907500', '164543.367500', '164543.827500', '164544.287500', '164544.747500', '164545.207500', '164545.667500', '164546.127500', '164546.587500', '164547.047500', '164547.507500', '164547.967500', '164548.427500', '164548.887500', '164549.347500', '164549.807500', '164550.267500', '164550.727500', '164551.187500', '164551.647500', '164552.107500', '164552.567500', '164553.027500', '164553.487500', '164553.947500', '164554.407500', '164554.867500', '164555.327500', '164555.787500', '164556.247500', '164556.707500', '164557.167500', '164557.627500', '164558.087500', '164558.547500', '164559.007500', '164559.467500', '164559.927500', '164600.387500', '164600.847500', '164601.307500', '164601.767500', '164602.227500', '164602.687500', '164603.147500', '164603.607500', '164604.067500', '164604.527500', '164604.987500', '164605.447500', '164605.907500', '164606.367500', '164606.827500', '164607.287500', '164607.747500', '164608.207500', '164608.667500', '164609.127500', '164609.587500', '164610.047500', '164610.507500', '164610.967500', '164611.427500', '164611.887500', '164612.347500', '164612.807500', '164613.267500', '164613.727500', '164614.187500', '164614.647500', '164615.107500', '164615.567500', '164616.027500', '164616.487500', '164616.947500', '164617.407500', '164617.867500', '164618.327500', '164618.787500', '164619.247500', '164619.707500', '164620.167500', '164620.627500', '164621.087500', '164621.547500', '164622.007500', '164622.467500', '164622.927500', '164623.387500', '164623.847500', '164624.307500', '164624.767500', '164625.227500', '164625.687500', '164626.147500', '164626.607500', '164627.067500', '164627.527500', '164627.987500', '164628.447500', '164628.907500', '164629.367500', '164629.827500', '164630.287500', '164630.747500', '164631.207500', '164631.667500', '164632.127500', '164632.587500', '164633.047500', '164633.507500', '164633.967500', '164634.427500', '164634.887500', '164635.347500', '164635.807500', '164636.267500', '164636.727500', '164637.187500', '164637.647500', '164638.107500', '164638.567500', '164639.027500', '164639.487500', '164639.947500', '164640.407500', '164640.867500', '164641.327500', '164641.787500', '164642.247500', '164642.707500', '164643.167500', '164643.627500', '164644.087500', '164644.547500', '164645.007500', '164645.467500', '164645.927500', '164646.387500', '164646.847500', '164647.307500', '164647.767500', '164648.227500', '164648.687500', '164649.147500', '164649.607500', '164650.067500', '164650.527500', '164650.987500', '164651.447500', '164651.907500', '164652.367500', '164652.827500', '164653.287500', '164653.747500', '164654.207500', '164654.667500', '164655.127500', '164655.587500', '164656.047500', '164656.507500', '164656.967500', '164657.427500', '164657.887500', '164658.347500', '164658.807500', '164659.267500', '164659.727500', '164700.187500', '164700.647500', '164701.107500', '164701.567500', '164702.027500', '164702.487500', '164702.947500', '164703.407500', '164703.867500', '164704.327500', '164704.787500', '164705.247500', '164705.707500', '164706.167500', '164706.627500', '164707.087500', '164707.547500', '164708.007500', '164708.467500', '164708.927500', '164709.387500', '164709.847500', '164710.307500', '164710.767500', '164711.227500', '164711.687500', '164712.147500', '164712.607500', '164713.067500', '164713.527500', '164713.987500', '164714.447500', '164714.907500', '164715.367500', '164715.827500', '164716.287500', '164716.747500', '164717.207500', '164717.667500', '164718.127500', '164718.587500', '164719.047500', '164719.507500', '164719.967500', '164720.427500', '164720.887500', '164721.347500', '164721.807500', '164722.267500', '164722.727500', '164723.187500', '164723.647500', '164724.107500', '164724.567500', '164725.027500', '164725.487500', '164725.947500', '164726.407500', '164726.867500', '164727.327500', '164727.787500', '164728.247500', '164728.707500', '164729.167500', '164729.627500', '164730.087500', '164730.547500', '164731.007500', '164731.467500', '164731.927500', '164732.387500', '164732.847500', '164733.307500', '164733.767500', '164734.227500', '164734.687500', '164735.147500', '164735.607500', '164736.067500', '164736.527500', '164736.987500', '164737.447500', '164737.907500', '164738.367500', '164738.827500', '164739.287500', '164739.747500', '164740.207500', '164740.667500', '164741.127500', '164741.587500', '164742.047500', '164742.507500', '164742.967500', '164743.427500', '164743.887500', '164744.347500', '164744.807500', '164745.267500', '164745.727500', '164746.187500', '164746.647500', '164747.107500', '164747.567500', '164748.027500', '164748.487500', '164748.947500', '164749.407500', '164749.867500', '164750.327500', '164750.787500', '164751.247500', '164751.707500', '164752.167500', '164752.627500', '164753.087500', '164753.547500', '164754.007500', '164754.467500', '164754.927500', '164755.387500', '164755.847500', '164756.307500', '164756.767500', '164757.227500', '164757.687500', '164758.147500', '164758.607500', '164759.067500', '164759.527500', '164759.987500', '164800.447500', '164800.907500', '164801.367500', '164801.827500', '164802.287500', '164802.747500', '164803.207500', '164803.667500', '164804.127500', '164804.587500', '164805.047500', '164805.507500', '164805.967500', '164806.427500', '164806.887500', '164807.347500', '164807.807500', '164808.267500', '164808.727500', '164809.187500', '164809.647500', '164810.107500', '164810.567500', '164811.027500', '164811.487500', '164811.947500', '164812.407500', '164812.867500', '164813.327500', '164813.787500', '164814.247500', '164814.707500', '164815.167500', '164815.627500', '164816.087500', '164816.547500', '164817.007500', '164817.467500', '164817.927500', '164818.387500', '164818.847500', '164819.307500', '164819.767500', '164820.227500', '164820.687500', '164821.147500', '164821.607500', '164822.067500', '164822.527500', '164822.987500', '164823.447500', '164823.907500', '164824.367500', '164824.827500', '164825.287500', '164825.747500', '164826.207500', '164826.667500', '164827.127500', '164827.587500', '164828.047500', '164828.507500', '164828.967500', '164829.427500', '164829.887500', '164830.347500', '164830.807500', '164831.267500', '164831.727500', '164832.187500', '164832.647500', '164833.107500', '164833.567500', '164834.027500', '164834.487500', '164834.947500', '164835.407500', '164835.867500', '164836.327500', '164836.787500', '164837.247500', '164837.707500', '164838.167500', '164838.627500', '164839.087500', '164839.547500', '164840.007500', '164840.467500', '164840.927500', '164841.387500', '164841.847500', '164842.307500', '164842.767500', '164843.227500', '164843.687500', '164844.147500', '164844.607500', '164845.067500', '164845.527500', '164845.987500', '164846.447500', '164846.907500', '164847.367500', '164847.827500', '164848.287500', '164848.747500', '164849.207500', '164849.667500', '164850.127500', '164850.587500', '164851.047500', '164851.507500', '164851.967500', '164852.427500', '164852.887500', '164853.347500', '164853.807500', '164854.267500', '164854.727500', '164855.187500', '164855.647500', '164856.107500', '164856.567500', '164857.027500', '164857.487500', '164857.947500', '164858.407500', '164858.867500', '164859.327500', '164859.787500', '164900.247500', '164900.707500', '164901.167500', '164901.627500', '164902.087500', '164902.547500', '164903.007500', '164903.467500', '164903.927500', '164904.387500', '164904.847500', '164905.307500', '164905.767500', '164906.227500', '164906.687500', '164907.147500', '164907.607500', '164908.067500', '164908.527500', '164908.987500', '164909.447500', '164909.907500', '164910.367500', '164910.827500', '164911.287500', '164911.747500', '164912.207500', '164912.667500', '164913.127500', '164913.587500', '164914.047500', '164914.507500', '164914.967500', '164915.427500', '164915.887500', '164916.347500', '164916.807500', '164917.267500', '164917.727500', '164918.187500', '164918.647500', '164919.107500', '164919.567500', '164920.027500', '164920.487500', '164920.947500', '164921.407500', '164921.867500', '164922.327500', '164922.787500', '164923.247500', '164923.707500', '164924.167500', '164924.627500', '164925.087500', '164925.547500', '164926.007500', '164926.467500', '164926.927500', '164927.387500', '164927.847500', '164928.307500', '164928.767500', '164929.227500', '164929.687500', '164930.147500', '164930.607500', '164931.067500', '164931.527500', '164931.987500', '164932.447500', '164932.907500', '164933.367500', '164933.827500', '164934.287500', '164934.747500', '164935.207500', '164935.667500', '164936.127500', '164936.587500', '164937.047500', '164937.507500', '164937.967500', '164938.427500', '164938.887500', '164939.347500', '164939.807500', '164940.267500', '164940.727500', '164941.187500', '164941.647500', '164942.107500', '164942.567500', '164943.027500', '164943.487500', '164943.947500', '164944.407500', '164944.867500', '164945.327500', '164945.787500', '164946.247500', '164946.707500', '164947.167500', '164947.627500', '164948.087500', '164948.547500', '164949.007500', '164949.467500', '164949.927500', '164950.387500', '164950.847500', '164951.307500', '164951.767500', '164952.227500', '164952.687500', '164953.147500', '164953.607500', '164954.067500', '164954.527500', '164954.987500', '164955.447500', '164955.907500', '164956.367500', '164956.827500'], 'ContentTime': ['164008.338000', '164008.342000', '164008.345000', '164008.348000', '164008.351000', '164008.353000', '164008.356000', '164008.359000', '164008.362000', '164008.365000', '164008.368000', '164008.371000', '164008.374000', '164008.377000', '164008.380000', '164008.383000', '164008.394000', '164008.397000', '164008.400000', '164008.402000', '164008.411000', '164008.414000', '164008.417000', '164008.420000', '164008.424000', '164008.427000', '164008.429000', '164008.432000', '164008.435000', '164008.438000', '164008.441000', '164008.444000', '164008.447000', '164008.454000', '164008.457000', '164008.460000', '164008.463000', '164008.466000', '164008.469000', '164008.471000', '164008.474000', '164008.478000', '164008.481000', '164008.484000', '164008.487000', '164008.490000', '164008.492000', '164008.495000', '164008.498000', '164008.501000', '164008.504000', '164008.507000', '164008.509000', '164008.512000', '164028.306000', '164028.309000', '164028.312000', '164028.315000', '164028.317000', '164028.320000', '164028.323000', '164028.326000', '164028.329000', '164028.332000', '164028.334000', '164028.337000', '164028.340000', '164028.343000', '164028.346000', '164028.349000', '164028.352000', '164028.354000', '164028.357000', '164028.360000', '164028.363000', '164028.366000', '164028.369000', '164028.372000', '164028.374000', '164028.377000', '164028.380000', '164028.383000', '164028.386000', '164028.388000', '164028.397000', '164028.400000', '164028.403000', '164028.406000', '164028.409000', '164028.411000', '164028.414000', '164028.417000', '164028.420000', '164028.423000', '164028.426000', '164028.429000', '164028.432000', '164048.306000', '164048.309000', '164048.312000', '164048.314000', '164048.317000', '164048.320000', '164048.323000', '164048.326000', '164048.328000', '164048.331000', '164048.334000', '164048.337000', '164048.340000', '164048.342000', '164048.345000', '164048.348000', '164048.351000', '164048.354000', '164048.357000', '164048.360000', '164048.363000', '164048.365000', '164048.368000', '164048.371000', '164048.374000', '164048.377000', '164048.379000', '164048.382000', '164048.385000', '164048.388000', '164048.391000', '164048.394000', '164048.397000', '164048.399000', '164048.402000', '164048.405000', '164048.408000', '164048.411000', '164048.413000', '164048.416000', '164048.419000', '164048.422000', '164048.430000', '164048.433000', '164108.306000', '164108.309000', '164108.312000', '164108.315000', '164108.317000', '164108.320000', '164108.323000', '164108.326000', '164108.328000', '164108.331000', '164108.334000', '164108.337000', '164108.340000', '164108.342000', '164108.345000', '164108.348000', '164108.351000', '164108.354000', '164108.357000', '164108.360000', '164108.362000', '164108.365000', '164108.368000', '164108.371000', '164108.374000', '164108.378000', '164108.381000', '164108.384000', '164108.387000', '164108.390000', '164108.393000', '164108.395000', '164108.398000', '164108.401000', '164108.404000', '164108.407000', '164108.410000', '164108.412000', '164108.415000', '164108.418000', '164108.421000', '164108.424000', '164108.427000', '164128.305000', '164128.308000', '164128.310000', '164128.313000', '164128.316000', '164128.326000', '164128.329000', '164128.332000', '164128.335000', '164128.337000', '164128.340000', '164128.343000', '164128.346000', '164128.356000', '164128.359000', '164128.362000', '164128.364000', '164128.367000', '164128.370000', '164128.373000', '164128.376000', '164128.379000', '164128.381000', '164128.384000', '164128.387000', '164128.390000', '164128.392000', '164128.396000', '164128.398000', '164128.401000', '164128.404000', '164128.407000', '164128.410000', '164128.413000', '164128.415000', '164128.418000', '164128.421000', '164128.424000', '164128.427000', '164128.430000', '164128.432000', '164128.435000', '164128.438000', '164128.441000', '164148.305000', '164148.308000', '164148.311000', '164148.314000', '164148.316000', '164148.319000', '164148.322000', '164148.325000', '164148.328000', '164148.331000', '164148.334000', '164148.336000', '164148.339000', '164148.347000', '164148.350000', '164148.353000', '164148.356000', '164148.359000', '164148.361000', '164148.364000', '164148.367000', '164148.370000', '164148.373000', '164148.376000', '164148.379000', '164148.382000', '164148.385000', '164148.387000', '164148.390000', '164148.393000', '164148.396000', '164148.399000', '164148.402000', '164148.405000', '164148.407000', '164148.410000', '164148.413000', '164148.416000', '164148.419000', '164148.422000', '164148.425000', '164148.427000', '164148.430000', '164208.305000', '164208.308000', '164208.311000', '164208.314000', '164208.317000', '164208.320000', '164208.323000', '164208.325000', '164208.328000', '164208.331000', '164208.334000', '164208.337000', '164208.340000', '164208.343000', '164208.346000', '164208.348000', '164208.351000', '164208.354000', '164208.357000', '164208.360000', '164208.363000', '164208.366000', '164208.368000', '164208.371000', '164208.374000', '164208.377000', '164208.380000', '164208.382000', '164208.385000', '164208.388000', '164208.391000', '164208.394000', '164208.396000', '164208.399000', '164208.402000', '164208.405000', '164208.407000', '164208.410000', '164208.413000', '164208.416000', '164208.419000', '164208.421000', '164208.424000', '164208.427000', '164228.305000', '164228.308000', '164228.311000', '164228.313000', '164228.316000', '164228.319000', '164228.322000', '164228.325000', '164228.327000', '164228.330000', '164228.333000', '164228.336000', '164228.339000', '164228.342000', '164228.344000', '164228.347000', '164228.350000', '164228.353000', '164228.356000', '164228.358000', '164228.361000', '164228.364000', '164228.367000', '164228.370000', '164228.373000', '164228.375000', '164228.378000', '164228.381000', '164228.384000', '164228.387000', '164228.389000', '164228.392000', '164228.395000', '164228.398000', '164228.401000', '164228.403000', '164228.406000', '164228.409000', '164228.412000', '164228.416000', '164228.419000', '164228.422000', '164228.424000', '164248.306000', '164248.309000', '164248.312000', '164248.314000', '164248.317000', '164248.320000', '164248.323000', '164248.326000', '164248.329000', '164248.331000', '164248.334000', '164248.337000', '164248.340000', '164248.343000', '164248.346000', '164248.349000', '164248.351000', '164248.354000', '164248.357000', '164248.360000', '164248.363000', '164248.366000', '164248.368000', '164248.371000', '164248.374000', '164248.377000', '164248.380000', '164248.384000', '164248.386000', '164248.389000', '164248.392000', '164248.395000', '164248.398000', '164248.400000', '164248.403000', '164248.406000', '164248.409000', '164248.412000', '164248.415000', '164248.417000', '164248.420000', '164248.423000', '164248.426000', '164248.429000', '164308.306000', '164308.309000', '164308.312000', '164308.315000', '164308.317000', '164308.320000', '164308.323000', '164308.326000', '164308.341000', '164308.344000', '164308.347000', '164308.349000', '164308.352000', '164308.355000', '164308.358000', '164308.361000', '164308.364000', '164308.367000', '164308.369000', '164308.372000', '164308.375000', '164308.378000', '164308.381000', '164308.384000', '164308.387000', '164308.389000', '164308.392000', '164308.395000', '164308.398000', '164308.401000', '164308.403000', '164308.406000', '164308.409000', '164308.412000', '164308.415000', '164308.418000', '164308.420000', '164308.423000', '164308.426000', '164308.429000', '164308.432000', '164308.434000', '164308.437000', '164328.306000', '164328.309000', '164328.311000', '164328.314000', '164328.317000', '164328.320000', '164328.323000', '164328.325000', '164328.328000', '164328.331000', '164328.334000', '164328.337000', '164328.340000', '164328.342000', '164328.345000', '164328.348000', '164328.351000', '164328.354000', '164328.356000', '164328.359000', '164328.362000', '164328.365000', '164328.368000', '164328.371000', '164328.373000', '164328.376000', '164328.379000', '164328.382000', '164328.385000', '164328.388000', '164328.390000', '164328.393000', '164328.396000', '164328.399000', '164328.402000', '164328.405000', '164328.407000', '164328.410000', '164328.413000', '164328.416000', '164328.419000', '164328.421000', '164328.424000', '164328.427000', '164348.305000', '164348.308000', '164348.311000', '164348.313000', '164348.316000', '164348.319000', '164348.322000', '164348.325000', '164348.328000', '164348.331000', '164348.333000', '164348.336000', '164348.339000', '164348.342000', '164348.345000', '164348.347000', '164348.350000', '164348.353000', '164348.356000', '164348.359000', '164348.361000', '164348.364000', '164348.367000', '164348.370000', '164348.373000', '164348.376000', '164348.378000', '164348.381000', '164348.384000', '164348.387000', '164348.390000', '164348.393000', '164348.395000', '164348.398000', '164348.401000', '164348.404000', '164348.407000', '164348.410000', '164348.412000', '164348.415000', '164348.418000', '164348.421000', '164348.424000', '164408.306000', '164408.309000', '164408.312000', '164408.315000', '164408.318000', '164408.321000', '164408.324000', '164408.326000', '164408.329000', '164408.332000', '164408.335000', '164408.338000', '164408.340000', '164408.343000', '164408.346000', '164408.349000', '164408.352000', '164408.354000', '164408.357000', '164408.360000', '164408.363000', '164408.366000', '164408.368000', '164408.371000', '164408.374000', '164408.377000', '164408.380000', '164408.383000', '164408.386000', '164408.389000', '164408.392000', '164408.394000', '164408.397000', '164408.400000', '164408.403000', '164408.406000', '164408.409000', '164408.411000', '164408.414000', '164408.417000', '164408.420000', '164408.423000', '164408.426000', '164428.305000', '164428.308000', '164428.311000', '164428.314000', '164428.316000', '164428.319000', '164428.322000', '164428.325000', '164428.328000', '164428.330000', '164428.333000', '164428.336000', '164428.339000', '164428.342000', '164428.344000', '164428.347000', '164428.350000', '164428.353000', '164428.356000', '164428.359000', '164428.361000', '164428.364000', '164428.367000', '164428.370000', '164428.373000', '164428.376000', '164428.378000', '164428.381000', '164428.384000', '164428.387000', '164428.390000', '164428.392000', '164428.395000', '164428.398000', '164428.417000', '164428.420000', '164428.423000', '164428.425000', '164428.428000', '164428.431000', '164428.434000', '164428.437000', '164428.440000', '164428.442000', '164448.305000', '164448.308000', '164448.311000', '164448.314000', '164448.317000', '164448.320000', '164448.324000', '164448.327000', '164448.330000', '164448.332000', '164448.335000', '164448.338000', '164448.341000', '164448.344000', '164448.346000', '164448.349000', '164448.352000', '164448.355000', '164448.358000', '164448.361000', '164448.364000', '164448.366000', '164448.369000', '164448.372000', '164448.375000', '164448.378000', '164448.380000', '164448.383000', '164448.386000', '164448.389000', '164448.392000', '164448.395000', '164448.397000', '164448.400000', '164448.403000', '164448.406000', '164448.409000', '164448.411000', '164448.414000', '164448.417000', '164448.420000', '164448.423000', '164448.425000', '164508.306000', '164508.309000', '164508.312000', '164508.315000', '164508.317000', '164508.320000', '164508.323000', '164508.326000', '164508.329000', '164508.332000', '164508.334000', '164508.337000', '164508.340000', '164508.343000', '164508.346000', '164508.348000', '164508.351000', '164508.354000', '164508.357000', '164508.360000', '164508.362000', '164508.365000', '164508.368000', '164508.371000', '164508.374000', '164508.377000', '164508.379000', '164508.382000', '164508.385000', '164508.388000', '164508.391000', '164508.393000', '164508.396000', '164508.399000', '164508.402000', '164508.405000', '164508.407000', '164508.410000', '164508.413000', '164508.416000', '164508.421000', '164508.424000', '164508.427000', '164508.430000', '164528.306000', '164528.309000', '164528.312000', '164528.315000', '164528.317000', '164528.320000', '164528.323000', '164528.326000', '164528.329000', '164528.331000', '164528.334000', '164528.337000', '164528.340000', '164528.343000', '164528.346000', '164528.348000', '164528.352000', '164528.355000', '164528.358000', '164528.360000', '164528.363000', '164528.366000', '164528.369000', '164528.372000', '164528.374000', '164528.377000', '164528.380000', '164528.383000', '164528.386000', '164528.388000', '164528.391000', '164528.394000', '164528.397000', '164528.400000', '164528.403000', '164528.405000', '164528.408000', '164528.411000', '164528.414000', '164528.417000', '164528.420000', '164528.422000', '164528.425000', '164548.306000', '164548.309000', '164548.312000', '164548.315000', '164548.317000', '164548.320000', '164548.323000', '164548.326000', '164548.329000', '164548.332000', '164548.334000', '164548.337000', '164548.340000', '164548.343000', '164548.346000', '164548.348000', '164548.351000', '164548.354000', '164548.357000', '164548.360000', '164548.363000', '164548.365000', '164548.368000', '164548.371000', '164548.374000', '164548.377000', '164548.379000', '164548.382000', '164548.385000', '164548.388000', '164548.391000', '164548.393000', '164548.396000', '164548.399000', '164548.402000', '164548.405000', '164548.408000', '164548.410000', '164548.413000', '164548.416000', '164548.419000', '164548.422000', '164548.424000', '164548.427000', '164608.305000', '164608.308000', '164608.311000', '164608.314000', '164608.317000', '164608.319000', '164608.322000', '164608.325000', '164608.328000', '164608.330000', '164608.333000', '164608.336000', '164608.339000', '164608.342000', '164608.345000', '164608.348000', '164608.350000', '164608.353000', '164608.356000', '164608.359000', '164608.363000', '164608.367000', '164608.370000', '164608.373000', '164608.376000', '164608.378000', '164608.381000', '164608.384000', '164608.387000', '164608.390000', '164608.393000', '164608.395000', '164608.398000', '164608.401000', '164608.404000', '164608.407000', '164608.410000', '164608.412000', '164608.415000', '164608.418000', '164608.425000', '164608.428000', '164608.431000', '164628.305000', '164628.308000', '164628.311000', '164628.314000', '164628.316000', '164628.319000', '164628.322000', '164628.325000', '164628.328000', '164628.330000', '164628.333000', '164628.336000', '164628.339000', '164628.342000', '164628.344000', '164628.347000', '164628.350000', '164628.353000', '164628.356000', '164628.359000', '164628.361000', '164628.364000', '164628.367000', '164628.370000', '164628.373000', '164628.375000', '164628.378000', '164628.381000', '164628.384000', '164628.387000', '164628.390000', '164628.392000', '164628.395000', '164628.398000', '164628.401000', '164628.404000', '164628.406000', '164628.409000', '164628.412000', '164628.415000', '164628.418000', '164628.420000', '164628.423000', '164628.426000', '164648.305000', '164648.308000', '164648.311000', '164648.313000', '164648.316000', '164648.319000', '164648.322000', '164648.325000', '164648.328000', '164648.331000', '164648.333000', '164648.336000', '164648.339000', '164648.342000', '164648.344000', '164648.347000', '164648.350000', '164648.353000', '164648.356000', '164648.359000', '164648.361000', '164648.369000', '164648.372000', '164648.376000', '164648.378000', '164648.381000', '164648.384000', '164648.387000', '164648.390000', '164648.393000', '164648.395000', '164648.398000', '164648.401000', '164648.404000', '164648.407000', '164648.410000', '164648.412000', '164648.415000', '164648.418000', '164648.421000', '164648.424000', '164648.426000', '164648.429000', '164708.305000', '164708.308000', '164708.311000', '164708.314000', '164708.316000', '164708.319000', '164708.322000', '164708.325000', '164708.328000', '164708.331000', '164708.334000', '164708.336000', '164708.339000', '164708.342000', '164708.345000', '164708.348000', '164708.351000', '164708.353000', '164708.356000', '164708.359000', '164708.362000', '164708.365000', '164708.368000', '164708.370000', '164708.373000', '164708.376000', '164708.379000', '164708.382000', '164708.385000', '164708.388000', '164708.391000', '164708.393000', '164708.396000', '164708.399000', '164708.402000', '164708.405000', '164708.408000', '164708.410000', '164708.413000', '164708.416000', '164708.419000', '164708.422000', '164708.425000', '164708.428000', '164728.306000', '164728.309000', '164728.312000', '164728.314000', '164728.322000', '164728.325000', '164728.328000', '164728.331000', '164728.335000', '164728.337000', '164728.340000', '164728.343000', '164728.346000', '164728.349000', '164728.352000', '164728.355000', '164728.358000', '164728.360000', '164728.363000', '164728.366000', '164728.369000', '164728.372000', '164728.375000', '164728.377000', '164728.380000', '164728.385000', '164728.390000', '164728.393000', '164728.396000', '164728.399000', '164728.402000', '164728.405000', '164728.408000', '164728.411000', '164728.414000', '164728.416000', '164728.419000', '164728.422000', '164728.425000', '164728.428000', '164728.431000', '164728.433000', '164728.437000', '164748.306000', '164748.309000', '164748.312000', '164748.315000', '164748.318000', '164748.320000', '164748.323000', '164748.326000', '164748.329000', '164748.332000', '164748.335000', '164748.337000', '164748.340000', '164748.343000', '164748.346000', '164748.349000', '164748.352000', '164748.354000', '164748.357000', '164748.360000', '164748.363000', '164748.366000', '164748.369000', '164748.371000', '164748.374000', '164748.377000', '164748.380000', '164748.383000', '164748.386000', '164748.388000', '164748.391000', '164748.394000', '164748.397000', '164748.400000', '164748.403000', '164748.405000', '164748.408000', '164748.411000', '164748.414000', '164748.416000', '164748.419000', '164748.422000', '164748.425000', '164748.428000', '164808.306000', '164808.309000', '164808.312000', '164808.315000', '164808.317000', '164808.320000', '164808.323000', '164808.326000', '164808.329000', '164808.331000', '164808.334000', '164808.337000', '164808.340000', '164808.343000', '164808.345000', '164808.348000', '164808.351000', '164808.354000', '164808.357000', '164808.359000', '164808.362000', '164808.365000', '164808.368000', '164808.370000', '164808.373000', '164808.376000', '164808.379000', '164808.382000', '164808.385000', '164808.387000', '164808.390000', '164808.393000', '164808.396000', '164808.399000', '164808.402000', '164808.404000', '164808.407000', '164808.411000', '164808.414000', '164808.417000', '164808.419000', '164808.422000', '164808.425000', '164828.305000', '164828.308000', '164828.311000', '164828.313000', '164828.316000', '164828.319000', '164828.322000', '164828.325000', '164828.328000', '164828.330000', '164828.333000', '164828.336000', '164828.339000', '164828.342000', '164828.344000', '164828.347000', '164828.350000', '164828.353000', '164828.356000', '164828.358000', '164828.361000', '164828.364000', '164828.367000', '164828.370000', '164828.373000', '164828.375000', '164828.378000', '164828.381000', '164828.384000', '164828.387000', '164828.389000', '164828.392000', '164828.395000', '164828.398000', '164828.401000', '164828.403000', '164828.406000', '164828.409000', '164828.412000', '164828.415000', '164828.418000', '164828.421000', '164828.423000', '164828.426000', '164848.305000', '164848.308000', '164848.311000', '164848.313000', '164848.316000', '164848.319000', '164848.322000', '164848.325000', '164848.328000', '164848.331000', '164848.333000', '164848.336000', '164848.339000', '164848.342000', '164848.345000', '164848.347000', '164848.350000', '164848.353000', '164848.356000', '164848.359000', '164848.362000', '164848.364000', '164848.369000', '164848.372000', '164848.374000', '164848.377000', '164848.380000', '164848.383000', '164848.386000', '164848.389000', '164848.392000', '164848.394000', '164848.397000', '164848.400000', '164848.403000', '164848.406000', '164848.409000', '164848.411000', '164848.414000', '164848.417000', '164848.420000', '164848.423000', '164848.426000', '164908.305000', '164908.308000', '164908.311000', '164908.314000', '164908.316000', '164908.319000', '164908.322000', '164908.325000', '164908.328000', '164908.331000', '164908.334000', '164908.336000', '164908.339000', '164908.342000', '164908.345000', '164908.348000', '164908.350000', '164908.353000', '164908.356000', '164908.359000', '164908.362000', '164908.364000', '164908.367000', '164908.370000', '164908.373000', '164908.376000', '164908.379000', '164908.381000', '164908.384000', '164908.387000', '164908.390000', '164908.393000', '164908.396000', '164908.398000', '164908.401000', '164908.404000', '164908.407000', '164908.410000', '164908.412000', '164908.415000', '164908.418000', '164908.421000', '164908.424000', '164908.427000', '164928.305000', '164928.308000', '164928.311000', '164928.313000', '164928.316000', '164928.319000', '164928.322000', '164928.325000', '164928.328000', '164928.330000', '164928.333000', '164928.336000', '164928.339000', '164928.342000', '164928.344000', '164928.347000', '164928.350000', '164928.353000', '164928.356000', '164928.359000', '164928.361000', '164928.364000', '164928.367000', '164928.370000', '164928.373000', '164928.376000', '164928.378000', '164928.381000', '164928.384000', '164928.387000', '164928.390000', '164928.392000', '164928.395000', '164928.398000', '164928.401000', '164928.404000', '164928.407000', '164928.410000', '164928.412000', '164928.415000', '164928.418000', '164928.421000', '164928.424000', '164948.306000', '164948.309000', '164948.312000', '164948.315000', '164948.317000', '164948.320000', '164948.323000', '164948.326000', '164948.329000', '164948.332000', '164948.334000', '164948.337000', '164948.340000', '164948.343000', '164948.346000', '164948.348000', '164948.351000', '164948.354000', '164948.357000', '164948.360000', '164948.363000', '164948.365000', '164948.368000', '164948.371000', '164948.374000', '164948.377000', '164948.379000', '164948.382000', '164948.385000', '164948.388000', '164948.391000', '164948.394000', '164948.396000', '164948.399000', '164948.416000', '164948.419000', '164948.422000', '164948.425000', '164948.428000', '164948.430000', '164948.433000', '164948.436000', '164948.439000', '164948.442000', '164957.483000', '164957.486000', '164957.489000', '164957.493000', '164957.496000', '164957.499000', '164957.502000', '164957.505000', '164957.508000', '164957.511000', '164957.514000', '164957.517000', '164957.520000', '164957.523000', '164957.526000', '164957.529000', '164957.532000', '164957.535000', '164957.538000', '164957.541000'], 'InstanceCreationTime': ['164008.338000', '164008.342000', '164008.345000', '164008.348000', '164008.351000', '164008.353000', '164008.356000', '164008.359000', '164008.362000', '164008.365000', '164008.368000', '164008.371000', '164008.374000', '164008.377000', '164008.380000', '164008.383000', '164008.394000', '164008.397000', '164008.400000', '164008.402000', '164008.411000', '164008.414000', '164008.417000', '164008.420000', '164008.424000', '164008.427000', '164008.429000', '164008.432000', '164008.435000', '164008.438000', '164008.441000', '164008.444000', '164008.447000', '164008.454000', '164008.457000', '164008.460000', '164008.463000', '164008.466000', '164008.469000', '164008.471000', '164008.474000', '164008.478000', '164008.481000', '164008.484000', '164008.487000', '164008.490000', '164008.492000', '164008.495000', '164008.498000', '164008.501000', '164008.504000', '164008.507000', '164008.509000', '164008.512000', '164028.306000', '164028.309000', '164028.312000', '164028.315000', '164028.317000', '164028.320000', '164028.323000', '164028.326000', '164028.329000', '164028.332000', '164028.334000', '164028.337000', '164028.340000', '164028.343000', '164028.346000', '164028.349000', '164028.352000', '164028.354000', '164028.357000', '164028.360000', '164028.363000', '164028.366000', '164028.369000', '164028.372000', '164028.374000', '164028.377000', '164028.380000', '164028.383000', '164028.386000', '164028.388000', '164028.397000', '164028.400000', '164028.403000', '164028.406000', '164028.409000', '164028.411000', '164028.414000', '164028.417000', '164028.420000', '164028.423000', '164028.426000', '164028.429000', '164028.432000', '164048.306000', '164048.309000', '164048.312000', '164048.314000', '164048.317000', '164048.320000', '164048.323000', '164048.326000', '164048.328000', '164048.331000', '164048.334000', '164048.337000', '164048.340000', '164048.342000', '164048.345000', '164048.348000', '164048.351000', '164048.354000', '164048.357000', '164048.360000', '164048.363000', '164048.365000', '164048.368000', '164048.371000', '164048.374000', '164048.377000', '164048.379000', '164048.382000', '164048.385000', '164048.388000', '164048.391000', '164048.394000', '164048.397000', '164048.399000', '164048.402000', '164048.405000', '164048.408000', '164048.411000', '164048.413000', '164048.416000', '164048.419000', '164048.422000', '164048.430000', '164048.433000', '164108.306000', '164108.309000', '164108.312000', '164108.315000', '164108.317000', '164108.320000', '164108.323000', '164108.326000', '164108.328000', '164108.331000', '164108.334000', '164108.337000', '164108.340000', '164108.342000', '164108.345000', '164108.348000', '164108.351000', '164108.354000', '164108.357000', '164108.360000', '164108.362000', '164108.365000', '164108.368000', '164108.371000', '164108.374000', '164108.378000', '164108.381000', '164108.384000', '164108.387000', '164108.390000', '164108.393000', '164108.395000', '164108.398000', '164108.401000', '164108.404000', '164108.407000', '164108.410000', '164108.412000', '164108.415000', '164108.418000', '164108.421000', '164108.424000', '164108.427000', '164128.305000', '164128.308000', '164128.310000', '164128.313000', '164128.316000', '164128.326000', '164128.329000', '164128.332000', '164128.335000', '164128.337000', '164128.340000', '164128.343000', '164128.346000', '164128.356000', '164128.359000', '164128.362000', '164128.364000', '164128.367000', '164128.370000', '164128.373000', '164128.376000', '164128.379000', '164128.381000', '164128.384000', '164128.387000', '164128.390000', '164128.392000', '164128.396000', '164128.398000', '164128.401000', '164128.404000', '164128.407000', '164128.410000', '164128.413000', '164128.415000', '164128.418000', '164128.421000', '164128.424000', '164128.427000', '164128.430000', '164128.432000', '164128.435000', '164128.438000', '164128.441000', '164148.305000', '164148.308000', '164148.311000', '164148.314000', '164148.316000', '164148.319000', '164148.322000', '164148.325000', '164148.328000', '164148.331000', '164148.334000', '164148.336000', '164148.339000', '164148.347000', '164148.350000', '164148.353000', '164148.356000', '164148.359000', '164148.361000', '164148.364000', '164148.367000', '164148.370000', '164148.373000', '164148.376000', '164148.379000', '164148.382000', '164148.385000', '164148.387000', '164148.390000', '164148.393000', '164148.396000', '164148.399000', '164148.402000', '164148.405000', '164148.407000', '164148.410000', '164148.413000', '164148.416000', '164148.419000', '164148.422000', '164148.425000', '164148.427000', '164148.430000', '164208.305000', '164208.308000', '164208.311000', '164208.314000', '164208.317000', '164208.320000', '164208.323000', '164208.325000', '164208.328000', '164208.331000', '164208.334000', '164208.337000', '164208.340000', '164208.343000', '164208.346000', '164208.348000', '164208.351000', '164208.354000', '164208.357000', '164208.360000', '164208.363000', '164208.366000', '164208.368000', '164208.371000', '164208.374000', '164208.377000', '164208.380000', '164208.382000', '164208.385000', '164208.388000', '164208.391000', '164208.394000', '164208.396000', '164208.399000', '164208.402000', '164208.405000', '164208.407000', '164208.410000', '164208.413000', '164208.416000', '164208.419000', '164208.421000', '164208.424000', '164208.427000', '164228.305000', '164228.308000', '164228.311000', '164228.313000', '164228.316000', '164228.319000', '164228.322000', '164228.325000', '164228.327000', '164228.330000', '164228.333000', '164228.336000', '164228.339000', '164228.342000', '164228.344000', '164228.347000', '164228.350000', '164228.353000', '164228.356000', '164228.358000', '164228.361000', '164228.364000', '164228.367000', '164228.370000', '164228.373000', '164228.375000', '164228.378000', '164228.381000', '164228.384000', '164228.387000', '164228.389000', '164228.392000', '164228.395000', '164228.398000', '164228.401000', '164228.403000', '164228.406000', '164228.409000', '164228.412000', '164228.416000', '164228.419000', '164228.422000', '164228.424000', '164248.306000', '164248.309000', '164248.312000', '164248.314000', '164248.317000', '164248.320000', '164248.323000', '164248.326000', '164248.329000', '164248.331000', '164248.334000', '164248.337000', '164248.340000', '164248.343000', '164248.346000', '164248.349000', '164248.351000', '164248.354000', '164248.357000', '164248.360000', '164248.363000', '164248.366000', '164248.368000', '164248.371000', '164248.374000', '164248.377000', '164248.380000', '164248.384000', '164248.386000', '164248.389000', '164248.392000', '164248.395000', '164248.398000', '164248.400000', '164248.403000', '164248.406000', '164248.409000', '164248.412000', '164248.415000', '164248.417000', '164248.420000', '164248.423000', '164248.426000', '164248.429000', '164308.306000', '164308.309000', '164308.312000', '164308.315000', '164308.317000', '164308.320000', '164308.323000', '164308.326000', '164308.341000', '164308.344000', '164308.347000', '164308.349000', '164308.352000', '164308.355000', '164308.358000', '164308.361000', '164308.364000', '164308.367000', '164308.369000', '164308.372000', '164308.375000', '164308.378000', '164308.381000', '164308.384000', '164308.387000', '164308.389000', '164308.392000', '164308.395000', '164308.398000', '164308.401000', '164308.403000', '164308.406000', '164308.409000', '164308.412000', '164308.415000', '164308.418000', '164308.420000', '164308.423000', '164308.426000', '164308.429000', '164308.432000', '164308.434000', '164308.437000', '164328.306000', '164328.309000', '164328.311000', '164328.314000', '164328.317000', '164328.320000', '164328.323000', '164328.325000', '164328.328000', '164328.331000', '164328.334000', '164328.337000', '164328.340000', '164328.342000', '164328.345000', '164328.348000', '164328.351000', '164328.354000', '164328.356000', '164328.359000', '164328.362000', '164328.365000', '164328.368000', '164328.371000', '164328.373000', '164328.376000', '164328.379000', '164328.382000', '164328.385000', '164328.388000', '164328.390000', '164328.393000', '164328.396000', '164328.399000', '164328.402000', '164328.405000', '164328.407000', '164328.410000', '164328.413000', '164328.416000', '164328.419000', '164328.421000', '164328.424000', '164328.427000', '164348.305000', '164348.308000', '164348.311000', '164348.313000', '164348.316000', '164348.319000', '164348.322000', '164348.325000', '164348.328000', '164348.331000', '164348.333000', '164348.336000', '164348.339000', '164348.342000', '164348.345000', '164348.347000', '164348.350000', '164348.353000', '164348.356000', '164348.359000', '164348.361000', '164348.364000', '164348.367000', '164348.370000', '164348.373000', '164348.376000', '164348.378000', '164348.381000', '164348.384000', '164348.387000', '164348.390000', '164348.393000', '164348.395000', '164348.398000', '164348.401000', '164348.404000', '164348.407000', '164348.410000', '164348.412000', '164348.415000', '164348.418000', '164348.421000', '164348.424000', '164408.306000', '164408.309000', '164408.312000', '164408.315000', '164408.318000', '164408.321000', '164408.324000', '164408.326000', '164408.329000', '164408.332000', '164408.335000', '164408.338000', '164408.340000', '164408.343000', '164408.346000', '164408.349000', '164408.352000', '164408.354000', '164408.357000', '164408.360000', '164408.363000', '164408.366000', '164408.368000', '164408.371000', '164408.374000', '164408.377000', '164408.380000', '164408.383000', '164408.386000', '164408.389000', '164408.392000', '164408.394000', '164408.397000', '164408.400000', '164408.403000', '164408.406000', '164408.409000', '164408.411000', '164408.414000', '164408.417000', '164408.420000', '164408.423000', '164408.426000', '164428.305000', '164428.308000', '164428.311000', '164428.314000', '164428.316000', '164428.319000', '164428.322000', '164428.325000', '164428.328000', '164428.330000', '164428.333000', '164428.336000', '164428.339000', '164428.342000', '164428.344000', '164428.347000', '164428.350000', '164428.353000', '164428.356000', '164428.359000', '164428.361000', '164428.364000', '164428.367000', '164428.370000', '164428.373000', '164428.376000', '164428.378000', '164428.381000', '164428.384000', '164428.387000', '164428.390000', '164428.392000', '164428.395000', '164428.398000', '164428.417000', '164428.420000', '164428.423000', '164428.425000', '164428.428000', '164428.431000', '164428.434000', '164428.437000', '164428.440000', '164428.442000', '164448.305000', '164448.308000', '164448.311000', '164448.314000', '164448.317000', '164448.320000', '164448.324000', '164448.327000', '164448.330000', '164448.332000', '164448.335000', '164448.338000', '164448.341000', '164448.344000', '164448.346000', '164448.349000', '164448.352000', '164448.355000', '164448.358000', '164448.361000', '164448.364000', '164448.366000', '164448.369000', '164448.372000', '164448.375000', '164448.378000', '164448.380000', '164448.383000', '164448.386000', '164448.389000', '164448.392000', '164448.395000', '164448.397000', '164448.400000', '164448.403000', '164448.406000', '164448.409000', '164448.411000', '164448.414000', '164448.417000', '164448.420000', '164448.423000', '164448.425000', '164508.306000', '164508.309000', '164508.312000', '164508.315000', '164508.317000', '164508.320000', '164508.323000', '164508.326000', '164508.329000', '164508.332000', '164508.334000', '164508.337000', '164508.340000', '164508.343000', '164508.346000', '164508.348000', '164508.351000', '164508.354000', '164508.357000', '164508.360000', '164508.362000', '164508.365000', '164508.368000', '164508.371000', '164508.374000', '164508.377000', '164508.379000', '164508.382000', '164508.385000', '164508.388000', '164508.391000', '164508.393000', '164508.396000', '164508.399000', '164508.402000', '164508.405000', '164508.407000', '164508.410000', '164508.413000', '164508.416000', '164508.421000', '164508.424000', '164508.427000', '164508.430000', '164528.306000', '164528.309000', '164528.312000', '164528.315000', '164528.317000', '164528.320000', '164528.323000', '164528.326000', '164528.329000', '164528.331000', '164528.334000', '164528.337000', '164528.340000', '164528.343000', '164528.346000', '164528.348000', '164528.352000', '164528.355000', '164528.358000', '164528.360000', '164528.363000', '164528.366000', '164528.369000', '164528.372000', '164528.374000', '164528.377000', '164528.380000', '164528.383000', '164528.386000', '164528.388000', '164528.391000', '164528.394000', '164528.397000', '164528.400000', '164528.403000', '164528.405000', '164528.408000', '164528.411000', '164528.414000', '164528.417000', '164528.420000', '164528.422000', '164528.425000', '164548.306000', '164548.309000', '164548.312000', '164548.315000', '164548.317000', '164548.320000', '164548.323000', '164548.326000', '164548.329000', '164548.332000', '164548.334000', '164548.337000', '164548.340000', '164548.343000', '164548.346000', '164548.348000', '164548.351000', '164548.354000', '164548.357000', '164548.360000', '164548.363000', '164548.365000', '164548.368000', '164548.371000', '164548.374000', '164548.377000', '164548.379000', '164548.382000', '164548.385000', '164548.388000', '164548.391000', '164548.393000', '164548.396000', '164548.399000', '164548.402000', '164548.405000', '164548.408000', '164548.410000', '164548.413000', '164548.416000', '164548.419000', '164548.422000', '164548.424000', '164548.427000', '164608.305000', '164608.308000', '164608.311000', '164608.314000', '164608.317000', '164608.319000', '164608.322000', '164608.325000', '164608.328000', '164608.330000', '164608.333000', '164608.336000', '164608.339000', '164608.342000', '164608.345000', '164608.348000', '164608.350000', '164608.353000', '164608.356000', '164608.359000', '164608.363000', '164608.367000', '164608.370000', '164608.373000', '164608.376000', '164608.378000', '164608.381000', '164608.384000', '164608.387000', '164608.390000', '164608.393000', '164608.395000', '164608.398000', '164608.401000', '164608.404000', '164608.407000', '164608.410000', '164608.412000', '164608.415000', '164608.418000', '164608.425000', '164608.428000', '164608.431000', '164628.305000', '164628.308000', '164628.311000', '164628.314000', '164628.316000', '164628.319000', '164628.322000', '164628.325000', '164628.328000', '164628.330000', '164628.333000', '164628.336000', '164628.339000', '164628.342000', '164628.344000', '164628.347000', '164628.350000', '164628.353000', '164628.356000', '164628.359000', '164628.361000', '164628.364000', '164628.367000', '164628.370000', '164628.373000', '164628.375000', '164628.378000', '164628.381000', '164628.384000', '164628.387000', '164628.390000', '164628.392000', '164628.395000', '164628.398000', '164628.401000', '164628.404000', '164628.406000', '164628.409000', '164628.412000', '164628.415000', '164628.418000', '164628.420000', '164628.423000', '164628.426000', '164648.305000', '164648.308000', '164648.311000', '164648.313000', '164648.316000', '164648.319000', '164648.322000', '164648.325000', '164648.328000', '164648.331000', '164648.333000', '164648.336000', '164648.339000', '164648.342000', '164648.344000', '164648.347000', '164648.350000', '164648.353000', '164648.356000', '164648.359000', '164648.361000', '164648.369000', '164648.372000', '164648.376000', '164648.378000', '164648.381000', '164648.384000', '164648.387000', '164648.390000', '164648.393000', '164648.395000', '164648.398000', '164648.401000', '164648.404000', '164648.407000', '164648.410000', '164648.412000', '164648.415000', '164648.418000', '164648.421000', '164648.424000', '164648.426000', '164648.429000', '164708.305000', '164708.308000', '164708.311000', '164708.314000', '164708.316000', '164708.319000', '164708.322000', '164708.325000', '164708.328000', '164708.331000', '164708.334000', '164708.336000', '164708.339000', '164708.342000', '164708.345000', '164708.348000', '164708.351000', '164708.353000', '164708.356000', '164708.359000', '164708.362000', '164708.365000', '164708.368000', '164708.370000', '164708.373000', '164708.376000', '164708.379000', '164708.382000', '164708.385000', '164708.388000', '164708.391000', '164708.393000', '164708.396000', '164708.399000', '164708.402000', '164708.405000', '164708.408000', '164708.410000', '164708.413000', '164708.416000', '164708.419000', '164708.422000', '164708.425000', '164708.428000', '164728.306000', '164728.309000', '164728.312000', '164728.314000', '164728.322000', '164728.325000', '164728.328000', '164728.331000', '164728.335000', '164728.337000', '164728.340000', '164728.343000', '164728.346000', '164728.349000', '164728.352000', '164728.355000', '164728.358000', '164728.360000', '164728.363000', '164728.366000', '164728.369000', '164728.372000', '164728.375000', '164728.377000', '164728.380000', '164728.385000', '164728.390000', '164728.393000', '164728.396000', '164728.399000', '164728.402000', '164728.405000', '164728.408000', '164728.411000', '164728.414000', '164728.416000', '164728.419000', '164728.422000', '164728.425000', '164728.428000', '164728.431000', '164728.433000', '164728.437000', '164748.306000', '164748.309000', '164748.312000', '164748.315000', '164748.318000', '164748.320000', '164748.323000', '164748.326000', '164748.329000', '164748.332000', '164748.335000', '164748.337000', '164748.340000', '164748.343000', '164748.346000', '164748.349000', '164748.352000', '164748.354000', '164748.357000', '164748.360000', '164748.363000', '164748.366000', '164748.369000', '164748.371000', '164748.374000', '164748.377000', '164748.380000', '164748.383000', '164748.386000', '164748.388000', '164748.391000', '164748.394000', '164748.397000', '164748.400000', '164748.403000', '164748.405000', '164748.408000', '164748.411000', '164748.414000', '164748.416000', '164748.419000', '164748.422000', '164748.425000', '164748.428000', '164808.306000', '164808.309000', '164808.312000', '164808.315000', '164808.317000', '164808.320000', '164808.323000', '164808.326000', '164808.329000', '164808.331000', '164808.334000', '164808.337000', '164808.340000', '164808.343000', '164808.345000', '164808.348000', '164808.351000', '164808.354000', '164808.357000', '164808.359000', '164808.362000', '164808.365000', '164808.368000', '164808.370000', '164808.373000', '164808.376000', '164808.379000', '164808.382000', '164808.385000', '164808.387000', '164808.390000', '164808.393000', '164808.396000', '164808.399000', '164808.402000', '164808.404000', '164808.407000', '164808.411000', '164808.414000', '164808.417000', '164808.419000', '164808.422000', '164808.425000', '164828.305000', '164828.308000', '164828.311000', '164828.313000', '164828.316000', '164828.319000', '164828.322000', '164828.325000', '164828.328000', '164828.330000', '164828.333000', '164828.336000', '164828.339000', '164828.342000', '164828.344000', '164828.347000', '164828.350000', '164828.353000', '164828.356000', '164828.358000', '164828.361000', '164828.364000', '164828.367000', '164828.370000', '164828.373000', '164828.375000', '164828.378000', '164828.381000', '164828.384000', '164828.387000', '164828.389000', '164828.392000', '164828.395000', '164828.398000', '164828.401000', '164828.403000', '164828.406000', '164828.409000', '164828.412000', '164828.415000', '164828.418000', '164828.421000', '164828.423000', '164828.426000', '164848.305000', '164848.308000', '164848.311000', '164848.313000', '164848.316000', '164848.319000', '164848.322000', '164848.325000', '164848.328000', '164848.331000', '164848.333000', '164848.336000', '164848.339000', '164848.342000', '164848.345000', '164848.347000', '164848.350000', '164848.353000', '164848.356000', '164848.359000', '164848.362000', '164848.364000', '164848.369000', '164848.372000', '164848.374000', '164848.377000', '164848.380000', '164848.383000', '164848.386000', '164848.389000', '164848.392000', '164848.394000', '164848.397000', '164848.400000', '164848.403000', '164848.406000', '164848.409000', '164848.411000', '164848.414000', '164848.417000', '164848.420000', '164848.423000', '164848.426000', '164908.305000', '164908.308000', '164908.311000', '164908.314000', '164908.316000', '164908.319000', '164908.322000', '164908.325000', '164908.328000', '164908.331000', '164908.334000', '164908.336000', '164908.339000', '164908.342000', '164908.345000', '164908.348000', '164908.350000', '164908.353000', '164908.356000', '164908.359000', '164908.362000', '164908.364000', '164908.367000', '164908.370000', '164908.373000', '164908.376000', '164908.379000', '164908.381000', '164908.384000', '164908.387000', '164908.390000', '164908.393000', '164908.396000', '164908.398000', '164908.401000', '164908.404000', '164908.407000', '164908.410000', '164908.412000', '164908.415000', '164908.418000', '164908.421000', '164908.424000', '164908.427000', '164928.305000', '164928.308000', '164928.311000', '164928.313000', '164928.316000', '164928.319000', '164928.322000', '164928.325000', '164928.328000', '164928.330000', '164928.333000', '164928.336000', '164928.339000', '164928.342000', '164928.344000', '164928.347000', '164928.350000', '164928.353000', '164928.356000', '164928.359000', '164928.361000', '164928.364000', '164928.367000', '164928.370000', '164928.373000', '164928.376000', '164928.378000', '164928.381000', '164928.384000', '164928.387000', '164928.390000', '164928.392000', '164928.395000', '164928.398000', '164928.401000', '164928.404000', '164928.407000', '164928.410000', '164928.412000', '164928.415000', '164928.418000', '164928.421000', '164928.424000', '164948.306000', '164948.309000', '164948.312000', '164948.315000', '164948.317000', '164948.320000', '164948.323000', '164948.326000', '164948.329000', '164948.332000', '164948.334000', '164948.337000', '164948.340000', '164948.343000', '164948.346000', '164948.348000', '164948.351000', '164948.354000', '164948.357000', '164948.360000', '164948.363000', '164948.365000', '164948.368000', '164948.371000', '164948.374000', '164948.377000', '164948.379000', '164948.382000', '164948.385000', '164948.388000', '164948.391000', '164948.394000', '164948.396000', '164948.399000', '164948.416000', '164948.419000', '164948.422000', '164948.425000', '164948.428000', '164948.430000', '164948.433000', '164948.436000', '164948.439000', '164948.442000', '164957.483000', '164957.486000', '164957.489000', '164957.493000', '164957.496000', '164957.499000', '164957.502000', '164957.505000', '164957.508000', '164957.511000', '164957.514000', '164957.517000', '164957.520000', '164957.523000', '164957.526000', '164957.529000', '164957.532000', '164957.535000', '164957.538000', '164957.541000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [10499, 8470, 10023, 7931, 10175, 8052, 9951, 7994, 10269, 8137, 10607, 8274, 8356, 8594, 8167, 8383, 8552, 8276, 8360, 8579, 9288, 8301, 8767, 12453, 9748, 12261, 8345, 11711, 9592, 10934, 7708, 9650, 8076, 8434, 8403, 8352, 8074, 8469, 10453, 8464, 11099, 8029, 9002, 8472, 8425, 8075, 8588, 9984, 7970, 10354, 9252, 8122, 8356, 8340, 9079, 8929, 12828, 9265, 12629, 8288, 11340, 7630, 12743, 10225, 12958, 9852, 10544, 8319, 13766, 9690, 12493, 8625, 10921, 7972, 8838, 7609, 8108, 10075, 8311, 10996, 8231, 9646, 8303, 9173, 8133, 8720, 8179, 10749, 8338, 11341, 7755, 11269, 7937, 11136, 7690, 10315, 8138, 8441, 8258, 8432, 8441, 8522, 10000, 8262, 12182, 8864, 9242, 8434, 8724, 8575, 8477, 9824, 9085, 13504, 8268, 11429, 8581, 8196, 8582, 8084, 12021, 9458, 9691, 9395, 8925, 8430, 7729, 8151, 11511, 8404, 12921, 8112, 11747, 9338, 11913, 7957, 10781, 7956, 9814, 8415, 8404, 8037, 7735, 8288, 7899, 8742, 7829, 10165, 7859, 10529, 7472, 11236, 8323, 9580, 8537, 8436, 8256, 8511, 7461, 8135, 7843, 8641, 8078, 8365, 7833, 9680, 8235, 8734, 8436, 8291, 8342, 11969, 8602, 12793, 8268, 11805, 9590, 10844, 8085, 9255, 8853, 8591, 8030, 8730, 7890, 8565, 8010, 8350, 8347, 8513, 8012, 8361, 8007, 9629, 8176, 8469, 8912, 8248, 8655, 8295, 7869, 8419, 8072, 8582, 9182, 8463, 9906, 9211, 7646, 8606, 7924, 8554, 7549, 9774, 8738, 8391, 8245, 8187, 9616, 7959, 9365, 8954, 9377, 8554, 10945, 8130, 9286, 7909, 9840, 8096, 9332, 8593, 9305, 8354, 8788, 8079, 9388, 8012, 9407, 7846, 9652, 7785, 10114, 7840, 10490, 8403, 8112, 8206, 8879, 8348, 8226, 8289, 8594, 8873, 8143, 9741, 8127, 10342, 9714, 10154, 8942, 10603, 8557, 9383, 8159, 9152, 8850, 8653, 9412, 8542, 9401, 9193, 12205, 8770, 11704, 8559, 11670, 8755, 12428, 7623, 12855, 9115, 12844, 9268, 9001, 12443, 10684, 13763, 8955, 13094, 10157, 14021, 10284, 12624, 8647, 9534, 8568, 8539, 9500, 8407, 12195, 7860, 11783, 8479, 10569, 7830, 8605, 8147, 8371, 8260, 8481, 8219, 8304, 9829, 8407, 11561, 7961, 11755, 8015, 11678, 7853, 11273, 8004, 10519, 8257, 9040, 8126, 8750, 7524, 8339, 8777, 8432, 8596, 8245, 8707, 9064, 8314, 8379, 8563, 9167, 8054, 8128, 11129, 8709, 10873, 7956, 8969, 10224, 7979, 12668, 8258, 11434, 8240, 9507, 10526, 7780, 11445, 7836, 10868, 8361, 8778, 10659, 8433, 9612, 7628, 9405, 7765, 9663, 7670, 10752, 8957, 12263, 8816, 7921, 8399, 7728, 9825, 8218, 7908, 9840, 7581, 10628, 7961, 10742, 7624, 10541, 7833, 10288, 8230, 9490, 7853, 9335, 7703, 9151, 8016, 8431, 9953, 8556, 10205, 8027, 8971, 10205, 8168, 12296, 7811, 11126, 8230, 9307, 10231, 8256, 11175, 7650, 11101, 7965, 12053, 9823, 10071, 9427, 8350, 8664, 9087, 8392, 12230, 8514, 12029, 8037, 12115, 8992, 7801, 8367, 8053, 8440, 7972, 10493, 8140, 11584, 8906, 11714, 8128, 11502, 7997, 11490, 8320, 10669, 8147, 10507, 8298, 10085, 8154, 8832, 8642, 9604, 8371, 10134, 8833, 10714, 8291, 10990, 7986, 10943, 8284, 11548, 8229, 11855, 8816, 11822, 9722, 11377, 8246, 11559, 8223, 11635, 8178, 11301, 8261, 9311, 8838, 8791, 9607, 8429, 9605, 8998, 8778, 11746, 9148, 10466, 8581, 8281, 10127, 7952, 9641, 10140, 9607, 13422, 8172, 11756, 8369, 11867, 10298, 9505, 10816, 7889, 8777, 8195, 8517, 9832, 8485, 12862, 8302, 12113, 7906, 11161, 8129, 10018, 7939, 8222, 7853, 9338, 8021, 9773, 8267, 10592, 8301, 10293, 8098, 11066, 8150, 11106, 8252, 11136, 8395, 10788, 8689, 11062, 8515, 9967, 8042, 9443, 9323, 8373, 9120, 8137, 11709, 8501, 12377, 8349, 12230, 8424, 11899, 8506, 11183, 8312, 11093, 8276, 8761, 8625, 8295, 10323, 8904, 7812, 12039, 7892, 11710, 8190, 13608, 10779, 13166, 10247, 12326, 7717, 12081, 9234, 11544, 9474, 13460, 8025, 11041, 8453, 8769, 7397, 8712, 12517, 8069, 11612, 8775, 10806, 7433, 10112, 8029, 8312, 7949, 8577, 7712, 9323, 7964, 9163, 8262, 8717, 7739, 9281, 7868, 10517, 8798, 8317, 8694, 7795, 9586, 7866, 11357, 8155, 12257, 9144, 8979, 8557, 9194, 11416, 8333, 12070, 7721, 11393, 8136, 10592, 8197, 9073, 8906, 8626, 9194, 8293, 9038, 8928, 8762, 9145, 8419, 9125, 9218, 8498, 11506, 8781, 9160, 8749, 9569, 9439, 11710, 10349, 9035, 8505, 8221, 8999, 8694, 12103, 8871, 11642, 8696, 9083, 14364, 8346, 12509, 7680, 10322, 8257, 8539, 10616, 8572, 11586, 8509, 9818, 8499, 8356, 8302, 7850, 9829, 8013, 8516, 8273, 7901, 10064, 8794, 11636, 8714, 8549, 8540, 8363, 8056, 11459, 7983, 10541, 7696, 10415, 7891, 10580, 7679, 11960, 8397, 9212, 8605, 8305, 10777, 8497, 11994, 7805, 11674, 7784, 10869, 8120, 8498, 8292, 8098, 8612, 7921, 8234, 8101, 8368, 8451, 8299, 8488, 9875, 10557, 11834, 10095, 12277, 8277, 12117, 8156, 11800, 10374, 12599, 8277, 11269, 8155, 8990, 7478, 8496, 9714, 8675, 11937, 8022, 11485, 9154, 11227, 7955, 9392, 8400, 8684, 8360, 10889, 8531, 10607, 8948, 7944, 8521, 8089, 8370, 8963, 8555, 12988, 8747, 12065, 9004, 11498, 7692, 11369, 7991, 11372, 8413, 11259, 8296, 11263, 8682, 9929, 8331, 8577, 8509, 10235, 8365, 9664, 8412, 8455, 9208, 8083, 9267, 8312, 9166, 8310, 8420, 12212, 8853, 8107, 8450, 8266, 10711, 8951, 13121, 10488, 8239, 8678, 8099, 9985, 8208, 13279, 9105, 11467, 8053, 9941, 9119, 9180, 7079, 8735, 11466, 8650, 11660, 9314, 8275, 8651, 7517, 8674, 8564, 8701, 8013, 8572, 7907, 8678, 8405, 8701, 8288, 8544, 7858, 8611, 8347, 8684, 8153, 8697, 8975, 8799, 8113, 9494, 8374, 10811, 8597, 11962, 9039, 11555, 9063, 11677, 8380, 11800, 8076, 11218, 8133, 11470, 9307, 11646, 8105, 11156, 8459, 11280, 8450, 10984, 8926, 10973, 8708, 11562, 8138, 11113, 8264, 10985, 8347, 11846, 8261, 11828, 9628, 12070, 8593, 11709, 8208, 11343, 8290, 11538, 9815, 11028, 9495, 8851, 8666, 9237, 8505, 8531, 8395, 7913, 9725, 8715, 10408, 8281, 10370, 8265, 10861, 8041, 9786, 9686, 8599, 9110, 8113, 10679, 7612, 10949, 8002, 10438, 8703, 9913, 8606, 9144, 8215, 9130, 8123, 9900, 8003, 8618, 8721, 7645, 9615, 8088, 9918, 8590, 9124, 8296, 8322, 12455, 9536, 12211, 8440, 12014, 7831, 11282, 8106, 10714, 8299, 9734, 8029, 9537, 8535, 8366, 9073, 9478, 9202, 10380, 8454, 9995, 8589, 9668, 10201, 12146, 8174, 11277, 10258, 9107, 12565, 9096, 11475, 7596, 11443, 8049, 9676, 8634, 8414, 11425, 8077, 11807, 8185, 11376, 8127, 11221, 8000, 11238, 8760, 10908, 8372, 11285, 8174, 9320, 8081, 8885, 8789, 8605, 8737, 8808, 8649, 8512, 9062, 8506, 10128, 8635, 11871, 9375, 11304, 8372, 11588, 8085, 11394, 7871, 11122, 9584, 11536, 8057, 11340, 8125, 11176, 8294, 10899, 7915, 10549, 8294, 10738, 8165, 9942, 8032, 8914, 8011, 9025, 8467, 9398, 8514, 10918, 8401, 11914, 8791, 8877, 8649, 8408, 10153, 8351, 11365, 10014, 8536, 8658, 8284, 9063, 8483, 8883, 9830, 9178, 11219, 8714, 9385, 8930, 8264, 8847, 8167, 9050, 8824, 8664, 8270, 9586, 8633, 9628, 8447, 9663, 8499, 11592, 8686, 11446, 9001, 11738, 9491, 9326, 8645, 8413, 8601, 8519, 9339, 8828, 8550, 9701, 8632, 9510, 9176, 8051, 12533, 9316, 11758, 8643, 9597, 9576, 9301, 12340, 9230, 10648, 8040, 8594, 10740, 8940, 12892, 8483, 11967, 9014, 11753, 8115, 9078, 8647, 8875, 9445, 9073, 8836, 8714, 9250, 8796, 8477, 9225, 8550, 8968, 8635, 8574, 11518, 8706, 8739, 8816, 8968, 9572, 9657, 12057, 8624, 9341, 8236, 9614, 8237, 12946, 9748, 12624, 8516, 9737, 8710, 7557, 9861, 8619, 13084, 8408, 11395, 8536, 9163, 8750, 8628, 10565, 9109, 10648, 7776, 10059, 8276, 10045, 8789, 8177, 9480, 9265, 8782, 9037, 8694, 8940, 8839, 7897, 8899, 8634, 8654, 8311, 8834, 8389, 8721, 8322, 9353, 8678, 8726, 8662, 8425, 9526, 8560, 8570, 8725, 8056, 12033, 9555, 8681, 8709, 8524, 11207, 8923, 13110, 10854, 9981, 8863, 9430, 9050, 13622, 9179, 12547, 9897, 12154, 8563, 11766, 8114, 10438, 8425, 10295, 8497, 9745, 8571, 9620, 8237, 9773, 8198, 9568, 8428, 10003, 8436, 10520, 9006, 10627, 9683, 10518, 9295, 10414, 8335, 9185, 8584, 8973, 8820, 9915, 8626, 9243, 8456, 9910, 9076, 9729, 9884, 9561, 9489, 8960, 9385, 9264, 8698, 9725, 9303, 9593, 11582, 9314, 9328, 9508, 8804, 12181, 9142, 13701, 11122, 9826, 10445, 8286, 13633, 10688, 14467, 11687, 13896, 10263, 9851, 8506, 8888, 13240, 10089, 13967, 8127, 7263, 8211, 8689, 13289, 8968, 14219, 8724, 12325, 8194, 10667, 8901, 8938, 9854, 7422, 8398, 12716, 8519, 12241, 8165, 11196, 7884, 9660, 8682, 8245, 7036, 8103, 7670, 8527, 7648, 8500, 8315, 8561, 7819, 8273, 8436, 7911, 8372, 8250, 10553, 8448, 13269, 11351, 10517, 9886, 7917, 8395, 8540, 8237, 9430, 7892, 10582, 8200, 11786, 9645, 12562, 10156, 9104, 9087, 8750, 11401, 8251, 12428, 8580, 9414, 11344, 8689, 12466, 7800, 11196, 8252, 6783, 8389, 8436], 'WindowCenter': [3817.0, 3768.0, 3775.0, 3752.0, 3771.0, 3748.0, 3756.0, 3735.0, 3766.0, 3737.0, 3767.0, 3747.0, 3748.0, 3759.0, 3760.0, 3756.0, 3774.0, 3776.0, 3774.0, 3776.0, 3775.0, 3763.0, 3763.0, 3790.0, 3759.0, 3791.0, 3763.0, 3791.0, 3769.0, 3767.0, 3734.0, 3756.0, 3733.0, 3734.0, 3734.0, 3748.0, 3734.0, 3747.0, 3763.0, 3747.0, 3778.0, 3747.0, 3758.0, 3760.0, 3762.0, 3756.0, 3774.0, 3796.0, 3773.0, 3795.0, 3787.0, 3761.0, 3763.0, 3759.0, 3774.0, 3773.0, 3803.0, 3761.0, 3791.0, 3747.0, 3768.0, 3737.0, 3786.0, 3767.0, 3777.0, 3756.0, 3754.0, 3733.0, 3773.0, 3745.0, 3764.0, 3734.0, 3754.0, 3722.0, 3730.0, 3706.0, 3719.0, 3727.0, 3718.0, 3748.0, 3732.0, 3755.0, 3746.0, 3742.0, 3735.0, 3744.0, 3735.0, 3765.0, 3735.0, 3767.0, 3736.0, 3780.0, 3762.0, 3781.0, 3736.0, 3767.0, 3748.0, 3748.0, 3748.0, 3745.0, 3760.0, 3761.0, 3783.0, 3763.0, 3793.0, 3762.0, 3771.0, 3761.0, 3760.0, 3757.0, 3749.0, 3772.0, 3760.0, 3805.0, 3749.0, 3767.0, 3747.0, 3746.0, 3743.0, 3736.0, 3780.0, 3770.0, 3759.0, 3747.0, 3748.0, 3737.0, 3724.0, 3724.0, 3749.0, 3733.0, 3777.0, 3731.0, 3759.0, 3731.0, 3761.0, 3720.0, 3750.0, 3721.0, 3741.0, 3733.0, 3734.0, 3746.0, 3736.0, 3747.0, 3748.0, 3759.0, 3749.0, 3770.0, 3751.0, 3784.0, 3754.0, 3779.0, 3749.0, 3760.0, 3748.0, 3747.0, 3746.0, 3746.0, 3724.0, 3737.0, 3734.0, 3745.0, 3736.0, 3747.0, 3738.0, 3766.0, 3763.0, 3773.0, 3761.0, 3750.0, 3750.0, 3779.0, 3748.0, 3778.0, 3747.0, 3792.0, 3770.0, 3767.0, 3722.0, 3744.0, 3743.0, 3733.0, 3721.0, 3732.0, 3734.0, 3746.0, 3731.0, 3746.0, 3743.0, 3746.0, 3747.0, 3747.0, 3748.0, 3771.0, 3761.0, 3763.0, 3772.0, 3758.0, 3759.0, 3748.0, 3748.0, 3748.0, 3746.0, 3748.0, 3753.0, 3747.0, 3756.0, 3756.0, 3736.0, 3743.0, 3734.0, 3745.0, 3748.0, 3768.0, 3755.0, 3748.0, 3747.0, 3748.0, 3758.0, 3736.0, 3747.0, 3746.0, 3759.0, 3744.0, 3751.0, 3721.0, 3742.0, 3721.0, 3740.0, 3722.0, 3744.0, 3745.0, 3745.0, 3733.0, 3731.0, 3732.0, 3743.0, 3732.0, 3741.0, 3736.0, 3768.0, 3749.0, 3766.0, 3734.0, 3766.0, 3746.0, 3735.0, 3744.0, 3759.0, 3761.0, 3762.0, 3760.0, 3761.0, 3773.0, 3764.0, 3780.0, 3765.0, 3795.0, 3799.0, 3795.0, 3772.0, 3782.0, 3773.0, 3785.0, 3762.0, 3786.0, 3786.0, 3789.0, 3797.0, 3791.0, 3800.0, 3801.0, 3819.0, 3788.0, 3808.0, 3764.0, 3785.0, 3763.0, 3789.0, 3736.0, 3775.0, 3747.0, 3778.0, 3758.0, 3746.0, 3778.0, 3768.0, 3774.0, 3743.0, 3773.0, 3755.0, 3788.0, 3757.0, 3763.0, 3720.0, 3730.0, 3718.0, 3720.0, 3727.0, 3718.0, 3748.0, 3708.0, 3765.0, 3732.0, 3739.0, 3707.0, 3720.0, 3708.0, 3719.0, 3718.0, 3720.0, 3732.0, 3745.0, 3753.0, 3733.0, 3764.0, 3722.0, 3761.0, 3720.0, 3763.0, 3735.0, 3766.0, 3733.0, 3752.0, 3732.0, 3743.0, 3733.0, 3733.0, 3722.0, 3733.0, 3732.0, 3733.0, 3745.0, 3745.0, 3743.0, 3758.0, 3762.0, 3748.0, 3748.0, 3754.0, 3749.0, 3750.0, 3778.0, 3761.0, 3783.0, 3751.0, 3761.0, 3770.0, 3748.0, 3790.0, 3736.0, 3767.0, 3746.0, 3757.0, 3768.0, 3725.0, 3763.0, 3723.0, 3753.0, 3732.0, 3746.0, 3768.0, 3735.0, 3744.0, 3721.0, 3731.0, 3708.0, 3742.0, 3722.0, 3752.0, 3744.0, 3762.0, 3731.0, 3720.0, 3720.0, 3722.0, 3753.0, 3746.0, 3735.0, 3757.0, 3736.0, 3768.0, 3735.0, 3768.0, 3737.0, 3768.0, 3736.0, 3754.0, 3720.0, 3742.0, 3720.0, 3744.0, 3735.0, 3756.0, 3747.0, 3748.0, 3768.0, 3746.0, 3767.0, 3749.0, 3771.0, 3777.0, 3748.0, 3790.0, 3737.0, 3780.0, 3748.0, 3759.0, 3769.0, 3748.0, 3767.0, 3725.0, 3766.0, 3735.0, 3790.0, 3770.0, 3756.0, 3758.0, 3733.0, 3734.0, 3733.0, 3733.0, 3764.0, 3734.0, 3763.0, 3722.0, 3764.0, 3743.0, 3723.0, 3730.0, 3734.0, 3735.0, 3748.0, 3783.0, 3764.0, 3793.0, 3760.0, 3780.0, 3749.0, 3779.0, 3737.0, 3767.0, 3735.0, 3768.0, 3750.0, 3766.0, 3735.0, 3755.0, 3723.0, 3743.0, 3745.0, 3752.0, 3747.0, 3782.0, 3770.0, 3781.0, 3749.0, 3776.0, 3750.0, 3779.0, 3749.0, 3780.0, 3751.0, 3790.0, 3773.0, 3791.0, 3759.0, 3777.0, 3750.0, 3779.0, 3746.0, 3777.0, 3746.0, 3779.0, 3748.0, 3758.0, 3759.0, 3761.0, 3782.0, 3774.0, 3779.0, 3774.0, 3763.0, 3794.0, 3771.0, 3783.0, 3762.0, 3750.0, 3784.0, 3752.0, 3756.0, 3771.0, 3759.0, 3793.0, 3738.0, 3767.0, 3736.0, 3767.0, 3771.0, 3758.0, 3757.0, 3723.0, 3724.0, 3722.0, 3722.0, 3730.0, 3720.0, 3761.0, 3721.0, 3765.0, 3734.0, 3752.0, 3709.0, 3731.0, 3720.0, 3717.0, 3722.0, 3743.0, 3734.0, 3769.0, 3764.0, 3784.0, 3760.0, 3772.0, 3752.0, 3781.0, 3752.0, 3780.0, 3763.0, 3796.0, 3767.0, 3785.0, 3763.0, 3782.0, 3762.0, 3773.0, 3738.0, 3760.0, 3756.0, 3752.0, 3772.0, 3751.0, 3778.0, 3750.0, 3779.0, 3737.0, 3779.0, 3746.0, 3791.0, 3761.0, 3779.0, 3749.0, 3783.0, 3750.0, 3762.0, 3762.0, 3763.0, 3784.0, 3773.0, 3753.0, 3803.0, 3752.0, 3789.0, 3751.0, 3804.0, 3782.0, 3791.0, 3760.0, 3778.0, 3726.0, 3762.0, 3746.0, 3768.0, 3757.0, 3775.0, 3722.0, 3753.0, 3719.0, 3720.0, 3709.0, 3732.0, 3762.0, 3722.0, 3752.0, 3731.0, 3741.0, 3708.0, 3740.0, 3720.0, 3720.0, 3721.0, 3732.0, 3723.0, 3757.0, 3749.0, 3745.0, 3735.0, 3744.0, 3722.0, 3745.0, 3736.0, 3764.0, 3748.0, 3744.0, 3746.0, 3737.0, 3759.0, 3736.0, 3783.0, 3750.0, 3792.0, 3747.0, 3745.0, 3731.0, 3745.0, 3764.0, 3733.0, 3764.0, 3736.0, 3777.0, 3734.0, 3754.0, 3732.0, 3742.0, 3743.0, 3742.0, 3740.0, 3733.0, 3757.0, 3756.0, 3756.0, 3771.0, 3761.0, 3784.0, 3784.0, 3776.0, 3808.0, 3776.0, 3775.0, 3764.0, 3773.0, 3775.0, 3793.0, 3773.0, 3749.0, 3736.0, 3735.0, 3746.0, 3747.0, 3782.0, 3745.0, 3767.0, 3731.0, 3732.0, 3772.0, 3719.0, 3751.0, 3709.0, 3755.0, 3733.0, 3730.0, 3737.0, 3718.0, 3748.0, 3730.0, 3739.0, 3731.0, 3730.0, 3732.0, 3736.0, 3768.0, 3748.0, 3756.0, 3749.0, 3749.0, 3772.0, 3759.0, 3782.0, 3748.0, 3748.0, 3745.0, 3735.0, 3736.0, 3767.0, 3735.0, 3755.0, 3724.0, 3754.0, 3723.0, 3768.0, 3738.0, 3777.0, 3732.0, 3743.0, 3731.0, 3730.0, 3751.0, 3730.0, 3762.0, 3721.0, 3763.0, 3721.0, 3753.0, 3722.0, 3745.0, 3733.0, 3748.0, 3758.0, 3763.0, 3763.0, 3763.0, 3764.0, 3765.0, 3762.0, 3761.0, 3769.0, 3783.0, 3779.0, 3771.0, 3767.0, 3735.0, 3761.0, 3723.0, 3766.0, 3754.0, 3764.0, 3721.0, 3751.0, 3708.0, 3730.0, 3706.0, 3720.0, 3728.0, 3731.0, 3764.0, 3720.0, 3751.0, 3741.0, 3751.0, 3721.0, 3741.0, 3736.0, 3733.0, 3749.0, 3779.0, 3747.0, 3766.0, 3747.0, 3737.0, 3747.0, 3735.0, 3746.0, 3746.0, 3747.0, 3789.0, 3748.0, 3779.0, 3747.0, 3766.0, 3724.0, 3765.0, 3734.0, 3763.0, 3747.0, 3780.0, 3761.0, 3780.0, 3760.0, 3756.0, 3749.0, 3747.0, 3759.0, 3768.0, 3748.0, 3756.0, 3749.0, 3749.0, 3758.0, 3748.0, 3758.0, 3749.0, 3770.0, 3760.0, 3761.0, 3793.0, 3774.0, 3749.0, 3751.0, 3751.0, 3782.0, 3761.0, 3792.0, 3771.0, 3747.0, 3747.0, 3736.0, 3767.0, 3749.0, 3789.0, 3745.0, 3766.0, 3723.0, 3742.0, 3730.0, 3729.0, 3694.0, 3732.0, 3765.0, 3733.0, 3750.0, 3730.0, 3719.0, 3730.0, 3709.0, 3731.0, 3730.0, 3742.0, 3737.0, 3748.0, 3734.0, 3733.0, 3734.0, 3732.0, 3733.0, 3744.0, 3735.0, 3747.0, 3747.0, 3760.0, 3737.0, 3744.0, 3747.0, 3748.0, 3737.0, 3758.0, 3750.0, 3781.0, 3775.0, 3803.0, 3784.0, 3793.0, 3763.0, 3793.0, 3750.0, 3780.0, 3738.0, 3780.0, 3751.0, 3792.0, 3772.0, 3781.0, 3738.0, 3768.0, 3736.0, 3768.0, 3747.0, 3780.0, 3759.0, 3767.0, 3747.0, 3778.0, 3736.0, 3778.0, 3749.0, 3769.0, 3748.0, 3792.0, 3762.0, 3780.0, 3768.0, 3778.0, 3748.0, 3779.0, 3745.0, 3768.0, 3748.0, 3781.0, 3767.0, 3767.0, 3756.0, 3744.0, 3744.0, 3744.0, 3745.0, 3734.0, 3747.0, 3749.0, 3757.0, 3745.0, 3765.0, 3746.0, 3766.0, 3746.0, 3767.0, 3748.0, 3768.0, 3758.0, 3747.0, 3757.0, 3737.0, 3767.0, 3724.0, 3767.0, 3736.0, 3769.0, 3746.0, 3754.0, 3729.0, 3742.0, 3731.0, 3742.0, 3721.0, 3749.0, 3735.0, 3746.0, 3746.0, 3735.0, 3757.0, 3735.0, 3757.0, 3745.0, 3757.0, 3746.0, 3747.0, 3775.0, 3741.0, 3760.0, 3731.0, 3764.0, 3721.0, 3761.0, 3732.0, 3767.0, 3747.0, 3754.0, 3732.0, 3753.0, 3742.0, 3745.0, 3757.0, 3766.0, 3772.0, 3791.0, 3775.0, 3796.0, 3776.0, 3785.0, 3799.0, 3806.0, 3753.0, 3793.0, 3784.0, 3761.0, 3778.0, 3747.0, 3767.0, 3723.0, 3765.0, 3722.0, 3745.0, 3734.0, 3746.0, 3765.0, 3734.0, 3764.0, 3733.0, 3766.0, 3735.0, 3766.0, 3734.0, 3779.0, 3760.0, 3769.0, 3749.0, 3767.0, 3733.0, 3743.0, 3723.0, 3743.0, 3745.0, 3746.0, 3744.0, 3745.0, 3733.0, 3744.0, 3743.0, 3734.0, 3755.0, 3747.0, 3777.0, 3747.0, 3764.0, 3734.0, 3765.0, 3733.0, 3763.0, 3734.0, 3766.0, 3757.0, 3764.0, 3734.0, 3767.0, 3734.0, 3765.0, 3733.0, 3764.0, 3733.0, 3767.0, 3747.0, 3763.0, 3733.0, 3742.0, 3722.0, 3731.0, 3720.0, 3742.0, 3732.0, 3741.0, 3744.0, 3765.0, 3734.0, 3775.0, 3747.0, 3744.0, 3745.0, 3746.0, 3768.0, 3760.0, 3777.0, 3769.0, 3747.0, 3747.0, 3736.0, 3748.0, 3747.0, 3761.0, 3758.0, 3746.0, 3752.0, 3733.0, 3742.0, 3743.0, 3731.0, 3744.0, 3731.0, 3745.0, 3757.0, 3746.0, 3746.0, 3756.0, 3748.0, 3754.0, 3748.0, 3770.0, 3759.0, 3788.0, 3775.0, 3789.0, 3760.0, 3776.0, 3760.0, 3758.0, 3759.0, 3749.0, 3760.0, 3757.0, 3772.0, 3774.0, 3763.0, 3770.0, 3763.0, 3773.0, 3776.0, 3752.0, 3805.0, 3761.0, 3781.0, 3750.0, 3759.0, 3774.0, 3761.0, 3781.0, 3746.0, 3756.0, 3722.0, 3733.0, 3741.0, 3746.0, 3777.0, 3734.0, 3751.0, 3729.0, 3750.0, 3717.0, 3730.0, 3730.0, 3731.0, 3741.0, 3743.0, 3742.0, 3744.0, 3745.0, 3746.0, 3747.0, 3757.0, 3760.0, 3761.0, 3761.0, 3773.0, 3794.0, 3764.0, 3763.0, 3774.0, 3762.0, 3775.0, 3771.0, 3794.0, 3749.0, 3747.0, 3735.0, 3745.0, 3736.0, 3777.0, 3742.0, 3765.0, 3733.0, 3741.0, 3732.0, 3722.0, 3756.0, 3734.0, 3775.0, 3733.0, 3765.0, 3733.0, 3743.0, 3734.0, 3732.0, 3754.0, 3733.0, 3752.0, 3711.0, 3738.0, 3721.0, 3754.0, 3748.0, 3735.0, 3746.0, 3743.0, 3732.0, 3733.0, 3734.0, 3732.0, 3745.0, 3732.0, 3746.0, 3733.0, 3732.0, 3732.0, 3743.0, 3730.0, 3744.0, 3734.0, 3755.0, 3748.0, 3756.0, 3761.0, 3762.0, 3769.0, 3763.0, 3763.0, 3763.0, 3765.0, 3795.0, 3774.0, 3762.0, 3760.0, 3762.0, 3780.0, 3763.0, 3792.0, 3783.0, 3760.0, 3748.0, 3746.0, 3747.0, 3785.0, 3759.0, 3779.0, 3745.0, 3763.0, 3721.0, 3750.0, 3719.0, 3737.0, 3719.0, 3741.0, 3730.0, 3741.0, 3747.0, 3757.0, 3735.0, 3756.0, 3735.0, 3755.0, 3736.0, 3757.0, 3744.0, 3782.0, 3774.0, 3793.0, 3772.0, 3770.0, 3771.0, 3782.0, 3762.0, 3771.0, 3762.0, 3772.0, 3789.0, 3795.0, 3776.0, 3785.0, 3762.0, 3784.0, 3786.0, 3786.0, 3786.0, 3786.0, 3786.0, 3785.0, 3802.0, 3797.0, 3790.0, 3802.0, 3801.0, 3791.0, 3810.0, 3790.0, 3778.0, 3791.0, 3777.0, 3797.0, 3764.0, 3805.0, 3786.0, 3762.0, 3771.0, 3738.0, 3792.0, 3772.0, 3790.0, 3768.0, 3777.0, 3744.0, 3729.0, 3722.0, 3733.0, 3766.0, 3744.0, 3775.0, 3722.0, 3713.0, 3722.0, 3735.0, 3778.0, 3734.0, 3776.0, 3723.0, 3753.0, 3721.0, 3743.0, 3746.0, 3733.0, 3744.0, 3700.0, 3723.0, 3763.0, 3733.0, 3764.0, 3722.0, 3752.0, 3722.0, 3743.0, 3732.0, 3721.0, 3700.0, 3722.0, 3711.0, 3733.0, 3721.0, 3729.0, 3734.0, 3746.0, 3737.0, 3749.0, 3747.0, 3750.0, 3747.0, 3750.0, 3782.0, 3763.0, 3806.0, 3796.0, 3784.0, 3772.0, 3738.0, 3748.0, 3747.0, 3736.0, 3746.0, 3736.0, 3770.0, 3737.0, 3768.0, 3747.0, 3776.0, 3757.0, 3733.0, 3731.0, 3721.0, 3753.0, 3720.0, 3753.0, 3722.0, 3730.0, 3741.0, 3719.0, 3751.0, 3698.0, 3738.0, 3708.0, 3686.0, 3708.0, 3709.0], 'WindowWidth': [8575.0, 8491.0, 8492.0, 8455.0, 8476.0, 8444.0, 8448.0, 8421.0, 8464.0, 8425.0, 8465.0, 8440.0, 8442.0, 8458.0, 8462.0, 8456.0, 8489.0, 8497.0, 8492.0, 8491.0, 8491.0, 8469.0, 8469.0, 8501.0, 8457.0, 8504.0, 8470.0, 8504.0, 8472.0, 8465.0, 8419.0, 8448.0, 8415.0, 8417.0, 8418.0, 8440.0, 8421.0, 8439.0, 8458.0, 8439.0, 8483.0, 8443.0, 8457.0, 8464.0, 8468.0, 8458.0, 8490.0, 8521.0, 8492.0, 8520.0, 8510.0, 8469.0, 8472.0, 8463.0, 8488.0, 8484.0, 8526.0, 8463.0, 8502.0, 8441.0, 8467.0, 8427.0, 8492.0, 8465.0, 8478.0, 8448.0, 8442.0, 8414.0, 8469.0, 8433.0, 8455.0, 8417.0, 8442.0, 8397.0, 8402.0, 8366.0, 8386.0, 8396.0, 8383.0, 8425.0, 8409.0, 8448.0, 8439.0, 8425.0, 8420.0, 8431.0, 8422.0, 8460.0, 8421.0, 8463.0, 8422.0, 8486.0, 8469.0, 8490.0, 8425.0, 8467.0, 8442.0, 8442.0, 8444.0, 8438.0, 8461.0, 8465.0, 8496.0, 8472.0, 8510.0, 8469.0, 8479.0, 8464.0, 8461.0, 8455.0, 8444.0, 8481.0, 8462.0, 8526.0, 8443.0, 8463.0, 8436.0, 8436.0, 8430.0, 8424.0, 8485.0, 8475.0, 8455.0, 8439.0, 8439.0, 8425.0, 8402.0, 8401.0, 8429.0, 8412.0, 8480.0, 8412.0, 8442.0, 8406.0, 8446.0, 8390.0, 8429.0, 8394.0, 8421.0, 8415.0, 8418.0, 8438.0, 8424.0, 8440.0, 8443.0, 8457.0, 8447.0, 8475.0, 8452.0, 8500.0, 8462.0, 8488.0, 8444.0, 8460.0, 8440.0, 8438.0, 8434.0, 8435.0, 8406.0, 8427.0, 8420.0, 8437.0, 8423.0, 8439.0, 8429.0, 8467.0, 8473.0, 8487.0, 8465.0, 8449.0, 8450.0, 8483.0, 8442.0, 8480.0, 8438.0, 8507.0, 8477.0, 8463.0, 8399.0, 8428.0, 8424.0, 8412.0, 8395.0, 8411.0, 8418.0, 8439.0, 8412.0, 8436.0, 8431.0, 8439.0, 8440.0, 8441.0, 8445.0, 8478.0, 8465.0, 8473.0, 8484.0, 8459.0, 8461.0, 8441.0, 8443.0, 8445.0, 8439.0, 8442.0, 8446.0, 8442.0, 8451.0, 8452.0, 8424.0, 8431.0, 8419.0, 8435.0, 8446.0, 8472.0, 8453.0, 8444.0, 8439.0, 8442.0, 8454.0, 8423.0, 8438.0, 8437.0, 8457.0, 8431.0, 8438.0, 8396.0, 8422.0, 8394.0, 8419.0, 8398.0, 8431.0, 8435.0, 8432.0, 8413.0, 8407.0, 8413.0, 8429.0, 8413.0, 8423.0, 8426.0, 8470.0, 8448.0, 8462.0, 8419.0, 8463.0, 8437.0, 8422.0, 8436.0, 8462.0, 8467.0, 8471.0, 8466.0, 8468.0, 8486.0, 8477.0, 8494.0, 8478.0, 8518.0, 8533.0, 8519.0, 8484.0, 8495.0, 8485.0, 8505.0, 8473.0, 8509.0, 8512.0, 8522.0, 8530.0, 8525.0, 8537.0, 8539.0, 8559.0, 8515.0, 8542.0, 8474.0, 8503.0, 8469.0, 8502.0, 8423.0, 8474.0, 8438.0, 8482.0, 8454.0, 8436.0, 8482.0, 8468.0, 8472.0, 8427.0, 8467.0, 8446.0, 8498.0, 8452.0, 8455.0, 8390.0, 8402.0, 8382.0, 8389.0, 8393.0, 8384.0, 8424.0, 8371.0, 8457.0, 8411.0, 8415.0, 8369.0, 8389.0, 8371.0, 8386.0, 8385.0, 8388.0, 8411.0, 8435.0, 8442.0, 8412.0, 8453.0, 8397.0, 8448.0, 8393.0, 8451.0, 8420.0, 8462.0, 8415.0, 8437.0, 8410.0, 8426.0, 8413.0, 8414.0, 8399.0, 8414.0, 8412.0, 8415.0, 8432.0, 8434.0, 8432.0, 8455.0, 8466.0, 8442.0, 8441.0, 8448.0, 8446.0, 8449.0, 8485.0, 8464.0, 8497.0, 8453.0, 8465.0, 8477.0, 8443.0, 8502.0, 8423.0, 8466.0, 8438.0, 8452.0, 8470.0, 8407.0, 8455.0, 8401.0, 8441.0, 8414.0, 8437.0, 8468.0, 8417.0, 8426.0, 8393.0, 8406.0, 8373.0, 8421.0, 8397.0, 8435.0, 8427.0, 8450.0, 8408.0, 8393.0, 8392.0, 8398.0, 8443.0, 8437.0, 8419.0, 8451.0, 8422.0, 8465.0, 8421.0, 8467.0, 8424.0, 8467.0, 8426.0, 8443.0, 8393.0, 8423.0, 8393.0, 8429.0, 8419.0, 8448.0, 8442.0, 8442.0, 8467.0, 8439.0, 8468.0, 8446.0, 8479.0, 8484.0, 8444.0, 8501.0, 8428.0, 8485.0, 8441.0, 8458.0, 8473.0, 8442.0, 8466.0, 8406.0, 8460.0, 8421.0, 8502.0, 8475.0, 8448.0, 8453.0, 8413.0, 8414.0, 8411.0, 8413.0, 8455.0, 8415.0, 8452.0, 8398.0, 8454.0, 8426.0, 8399.0, 8406.0, 8418.0, 8420.0, 8443.0, 8498.0, 8475.0, 8509.0, 8460.0, 8486.0, 8444.0, 8482.0, 8425.0, 8463.0, 8420.0, 8467.0, 8448.0, 8463.0, 8418.0, 8444.0, 8400.0, 8425.0, 8431.0, 8439.0, 8438.0, 8495.0, 8478.0, 8491.0, 8446.0, 8479.0, 8448.0, 8485.0, 8445.0, 8486.0, 8450.0, 8504.0, 8484.0, 8504.0, 8458.0, 8479.0, 8447.0, 8482.0, 8437.0, 8477.0, 8437.0, 8481.0, 8441.0, 8455.0, 8458.0, 8465.0, 8498.0, 8491.0, 8491.0, 8488.0, 8472.0, 8514.0, 8479.0, 8494.0, 8465.0, 8448.0, 8497.0, 8453.0, 8453.0, 8475.0, 8457.0, 8507.0, 8426.0, 8463.0, 8420.0, 8462.0, 8476.0, 8454.0, 8447.0, 8395.0, 8398.0, 8393.0, 8393.0, 8400.0, 8387.0, 8443.0, 8388.0, 8453.0, 8415.0, 8432.0, 8372.0, 8400.0, 8388.0, 8384.0, 8395.0, 8424.0, 8417.0, 8471.0, 8475.0, 8498.0, 8461.0, 8477.0, 8451.0, 8488.0, 8452.0, 8488.0, 8467.0, 8517.0, 8481.0, 8500.0, 8468.0, 8491.0, 8465.0, 8478.0, 8427.0, 8457.0, 8449.0, 8453.0, 8480.0, 8449.0, 8480.0, 8444.0, 8482.0, 8424.0, 8480.0, 8435.0, 8503.0, 8464.0, 8483.0, 8441.0, 8493.0, 8447.0, 8466.0, 8465.0, 8469.0, 8498.0, 8483.0, 8456.0, 8524.0, 8452.0, 8499.0, 8449.0, 8524.0, 8491.0, 8502.0, 8457.0, 8478.0, 8406.0, 8451.0, 8433.0, 8466.0, 8450.0, 8471.0, 8394.0, 8435.0, 8387.0, 8390.0, 8372.0, 8407.0, 8447.0, 8395.0, 8434.0, 8406.0, 8415.0, 8372.0, 8415.0, 8388.0, 8390.0, 8391.0, 8407.0, 8400.0, 8452.0, 8445.0, 8432.0, 8418.0, 8430.0, 8399.0, 8431.0, 8424.0, 8460.0, 8440.0, 8433.0, 8438.0, 8425.0, 8454.0, 8425.0, 8495.0, 8452.0, 8507.0, 8436.0, 8432.0, 8409.0, 8430.0, 8453.0, 8410.0, 8454.0, 8423.0, 8479.0, 8418.0, 8443.0, 8409.0, 8423.0, 8424.0, 8424.0, 8421.0, 8414.0, 8454.0, 8452.0, 8455.0, 8479.0, 8467.0, 8502.0, 8503.0, 8494.0, 8540.0, 8493.0, 8490.0, 8474.0, 8484.0, 8491.0, 8508.0, 8482.0, 8443.0, 8420.0, 8417.0, 8433.0, 8440.0, 8493.0, 8431.0, 8462.0, 8407.0, 8407.0, 8460.0, 8386.0, 8429.0, 8375.0, 8444.0, 8413.0, 8406.0, 8409.0, 8384.0, 8426.0, 8403.0, 8414.0, 8407.0, 8407.0, 8413.0, 8423.0, 8471.0, 8444.0, 8453.0, 8447.0, 8446.0, 8480.0, 8459.0, 8492.0, 8442.0, 8440.0, 8433.0, 8421.0, 8423.0, 8466.0, 8419.0, 8443.0, 8402.0, 8440.0, 8400.0, 8467.0, 8430.0, 8477.0, 8410.0, 8424.0, 8406.0, 8405.0, 8432.0, 8404.0, 8448.0, 8393.0, 8451.0, 8396.0, 8438.0, 8398.0, 8432.0, 8417.0, 8443.0, 8458.0, 8471.0, 8471.0, 8474.0, 8474.0, 8476.0, 8468.0, 8465.0, 8473.0, 8496.0, 8485.0, 8474.0, 8464.0, 8418.0, 8450.0, 8401.0, 8464.0, 8444.0, 8454.0, 8393.0, 8432.0, 8370.0, 8402.0, 8366.0, 8390.0, 8397.0, 8408.0, 8453.0, 8393.0, 8433.0, 8420.0, 8433.0, 8394.0, 8421.0, 8419.0, 8415.0, 8445.0, 8485.0, 8440.0, 8463.0, 8438.0, 8424.0, 8437.0, 8420.0, 8437.0, 8435.0, 8439.0, 8499.0, 8442.0, 8483.0, 8436.0, 8461.0, 8402.0, 8459.0, 8417.0, 8454.0, 8439.0, 8488.0, 8465.0, 8489.0, 8461.0, 8450.0, 8443.0, 8440.0, 8459.0, 8469.0, 8442.0, 8453.0, 8446.0, 8444.0, 8455.0, 8442.0, 8457.0, 8446.0, 8476.0, 8464.0, 8467.0, 8511.0, 8486.0, 8448.0, 8452.0, 8452.0, 8495.0, 8465.0, 8507.0, 8477.0, 8440.0, 8439.0, 8423.0, 8469.0, 8446.0, 8499.0, 8432.0, 8460.0, 8397.0, 8423.0, 8402.0, 8401.0, 8350.0, 8411.0, 8457.0, 8412.0, 8431.0, 8404.0, 8388.0, 8405.0, 8375.0, 8407.0, 8407.0, 8427.0, 8427.0, 8441.0, 8415.0, 8415.0, 8416.0, 8412.0, 8414.0, 8431.0, 8420.0, 8438.0, 8441.0, 8460.0, 8427.0, 8433.0, 8437.0, 8440.0, 8427.0, 8456.0, 8448.0, 8490.0, 8490.0, 8526.0, 8504.0, 8509.0, 8470.0, 8509.0, 8448.0, 8487.0, 8429.0, 8488.0, 8453.0, 8508.0, 8484.0, 8489.0, 8430.0, 8467.0, 8422.0, 8465.0, 8439.0, 8487.0, 8460.0, 8466.0, 8438.0, 8480.0, 8424.0, 8481.0, 8445.0, 8470.0, 8444.0, 8509.0, 8470.0, 8487.0, 8469.0, 8482.0, 8442.0, 8484.0, 8436.0, 8467.0, 8442.0, 8492.0, 8470.0, 8466.0, 8450.0, 8431.0, 8432.0, 8430.0, 8433.0, 8417.0, 8441.0, 8447.0, 8452.0, 8433.0, 8461.0, 8437.0, 8463.0, 8437.0, 8465.0, 8443.0, 8468.0, 8456.0, 8440.0, 8454.0, 8424.0, 8465.0, 8404.0, 8464.0, 8421.0, 8472.0, 8438.0, 8442.0, 8402.0, 8422.0, 8408.0, 8422.0, 8396.0, 8435.0, 8423.0, 8439.0, 8439.0, 8423.0, 8453.0, 8421.0, 8452.0, 8433.0, 8452.0, 8440.0, 8440.0, 8472.0, 8422.0, 8447.0, 8410.0, 8456.0, 8396.0, 8448.0, 8410.0, 8464.0, 8444.0, 8444.0, 8413.0, 8440.0, 8426.0, 8434.0, 8454.0, 8467.0, 8483.0, 8514.0, 8496.0, 8523.0, 8496.0, 8508.0, 8530.0, 8535.0, 8456.0, 8514.0, 8501.0, 8464.0, 8480.0, 8439.0, 8464.0, 8401.0, 8458.0, 8397.0, 8430.0, 8414.0, 8437.0, 8460.0, 8418.0, 8455.0, 8414.0, 8460.0, 8418.0, 8462.0, 8419.0, 8483.0, 8462.0, 8470.0, 8446.0, 8464.0, 8415.0, 8427.0, 8399.0, 8425.0, 8434.0, 8438.0, 8432.0, 8432.0, 8414.0, 8431.0, 8427.0, 8416.0, 8446.0, 8440.0, 8478.0, 8436.0, 8455.0, 8417.0, 8459.0, 8416.0, 8454.0, 8418.0, 8463.0, 8452.0, 8457.0, 8417.0, 8461.0, 8417.0, 8456.0, 8413.0, 8457.0, 8416.0, 8465.0, 8441.0, 8455.0, 8412.0, 8424.0, 8397.0, 8408.0, 8392.0, 8424.0, 8412.0, 8423.0, 8430.0, 8460.0, 8419.0, 8473.0, 8440.0, 8434.0, 8434.0, 8437.0, 8471.0, 8464.0, 8482.0, 8471.0, 8439.0, 8437.0, 8422.0, 8439.0, 8437.0, 8464.0, 8455.0, 8434.0, 8436.0, 8410.0, 8422.0, 8426.0, 8408.0, 8427.0, 8408.0, 8432.0, 8453.0, 8439.0, 8436.0, 8449.0, 8440.0, 8446.0, 8444.0, 8473.0, 8460.0, 8499.0, 8491.0, 8502.0, 8463.0, 8478.0, 8459.0, 8457.0, 8459.0, 8446.0, 8462.0, 8459.0, 8482.0, 8486.0, 8473.0, 8478.0, 8471.0, 8486.0, 8492.0, 8454.0, 8529.0, 8465.0, 8490.0, 8446.0, 8460.0, 8487.0, 8464.0, 8488.0, 8434.0, 8449.0, 8397.0, 8412.0, 8418.0, 8432.0, 8477.0, 8415.0, 8432.0, 8399.0, 8428.0, 8382.0, 8403.0, 8402.0, 8408.0, 8420.0, 8425.0, 8426.0, 8431.0, 8432.0, 8437.0, 8440.0, 8454.0, 8461.0, 8464.0, 8467.0, 8486.0, 8516.0, 8473.0, 8471.0, 8485.0, 8470.0, 8488.0, 8476.0, 8512.0, 8443.0, 8438.0, 8418.0, 8432.0, 8423.0, 8478.0, 8427.0, 8457.0, 8411.0, 8420.0, 8410.0, 8399.0, 8446.0, 8416.0, 8473.0, 8412.0, 8456.0, 8411.0, 8424.0, 8414.0, 8408.0, 8440.0, 8409.0, 8435.0, 8377.0, 8411.0, 8393.0, 8443.0, 8441.0, 8419.0, 8432.0, 8424.0, 8407.0, 8411.0, 8413.0, 8408.0, 8430.0, 8415.0, 8435.0, 8415.0, 8410.0, 8411.0, 8425.0, 8407.0, 8428.0, 8418.0, 8447.0, 8441.0, 8454.0, 8463.0, 8468.0, 8475.0, 8470.0, 8471.0, 8471.0, 8475.0, 8514.0, 8487.0, 8467.0, 8463.0, 8465.0, 8489.0, 8469.0, 8506.0, 8493.0, 8457.0, 8440.0, 8433.0, 8438.0, 8487.0, 8456.0, 8482.0, 8430.0, 8451.0, 8391.0, 8429.0, 8387.0, 8409.0, 8388.0, 8419.0, 8405.0, 8422.0, 8441.0, 8450.0, 8418.0, 8447.0, 8419.0, 8444.0, 8423.0, 8449.0, 8432.0, 8493.0, 8489.0, 8511.0, 8482.0, 8472.0, 8478.0, 8496.0, 8469.0, 8478.0, 8469.0, 8481.0, 8515.0, 8521.0, 8494.0, 8504.0, 8468.0, 8500.0, 8506.0, 8506.0, 8506.0, 8508.0, 8507.0, 8509.0, 8539.0, 8527.0, 8522.0, 8539.0, 8537.0, 8519.0, 8542.0, 8517.0, 8498.0, 8517.0, 8494.0, 8522.0, 8473.0, 8528.0, 8502.0, 8464.0, 8473.0, 8426.0, 8502.0, 8474.0, 8499.0, 8465.0, 8473.0, 8426.0, 8401.0, 8394.0, 8410.0, 8458.0, 8425.0, 8469.0, 8393.0, 8382.0, 8394.0, 8416.0, 8477.0, 8412.0, 8472.0, 8396.0, 8434.0, 8391.0, 8422.0, 8432.0, 8409.0, 8426.0, 8361.0, 8395.0, 8448.0, 8409.0, 8452.0, 8394.0, 8432.0, 8395.0, 8423.0, 8409.0, 8391.0, 8362.0, 8394.0, 8377.0, 8408.0, 8392.0, 8402.0, 8415.0, 8434.0, 8426.0, 8443.0, 8440.0, 8447.0, 8439.0, 8447.0, 8491.0, 8469.0, 8530.0, 8520.0, 8498.0, 8476.0, 8427.0, 8441.0, 8437.0, 8421.0, 8434.0, 8420.0, 8468.0, 8424.0, 8465.0, 8436.0, 8474.0, 8448.0, 8412.0, 8405.0, 8388.0, 8431.0, 8387.0, 8433.0, 8389.0, 8400.0, 8419.0, 8384.0, 8428.0, 8353.0, 8407.0, 8365.0, 8335.0, 8365.0, 8370.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.0004330711610486891</td></tr>
<tr><td colspan=3>aqi</td><td>0.022758029513108614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.989442419257855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1522802977361313</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025836848350809</td></tr>
<tr><td colspan=3>efc</td><td>0.5113</td></tr>
<tr><td colspan=3>fber</td><td>2512.8811</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09972335948446377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8202247191011236</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5945057254166337</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.576477211299269</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7767659337967414</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4302740311538904</td></tr>
<tr><td colspan=3>gcor</td><td>0.0231666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014980784617364407</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019039075821638107</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.590903325868322</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>19.1458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.7473</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.7327</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297299.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1110.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.2699</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7834</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.1846</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2901.438</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.6162</td></tr>
<tr><td colspan=3>tsnr</td><td>35.28921577008441</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>