<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-03/func/sub-0011_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>90c78894080888f607d2c1928092bbcd</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:27:19.637500</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.999253, -0.00506796, 0.0383053, 0.00872033, 0.995363, -0.0957924]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0758838</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>[4168, -7739, -7239, 566, -39, -123, 8, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1b713df9-ad54-43d6-8112-a0101cee2b7a||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.6809234619140625, 0.023396000266075134, 0.10163387656211853, 109.1491928100586], [0.013596970587968826, 2.6704864501953125, -0.25934821367263794, -87.98818969726562], [0.10277022421360016, 0.2570039927959442, 2.6855928897857666, -69.30348205566406], [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': ['162719.637500', '162720.097500', '162720.557500', '162721.017500', '162721.477500', '162721.937500', '162722.397500', '162722.857500', '162723.317500', '162723.777500', '162724.237500', '162724.697500', '162725.157500', '162725.617500', '162726.077500', '162726.537500', '162726.997500', '162727.457500', '162727.917500', '162728.377500', '162728.837500', '162729.297500', '162729.757500', '162730.217500', '162730.677500', '162731.137500', '162731.597500', '162732.057500', '162732.517500', '162732.977500', '162733.437500', '162733.897500', '162734.357500', '162734.817500', '162735.277500', '162735.737500', '162736.197500', '162736.657500', '162737.117500', '162737.577500', '162738.037500', '162738.497500', '162738.957500', '162739.417500', '162739.877500', '162740.337500', '162740.797500', '162741.257500', '162741.717500', '162742.177500', '162742.637500', '162743.097500', '162743.557500', '162744.017500', '162744.477500', '162744.937500', '162745.397500', '162745.857500', '162746.317500', '162746.777500', '162747.237500', '162747.697500', '162748.157500', '162748.617500', '162749.077500', '162749.537500', '162749.997500', '162750.457500', '162750.917500', '162751.377500', '162751.837500', '162752.297500', '162752.757500', '162753.217500', '162753.677500', '162754.137500', '162754.597500', '162755.057500', '162755.517500', '162755.977500', '162756.437500', '162756.897500', '162757.357500', '162757.817500', '162758.277500', '162758.737500', '162759.197500', '162759.657500', '162800.117500', '162800.577500', '162801.037500', '162801.497500', '162801.957500', '162802.417500', '162802.877500', '162803.337500', '162803.797500', '162804.257500', '162804.717500', '162805.177500', '162805.637500', '162806.097500', '162806.557500', '162807.017500', '162807.477500', '162807.937500', '162808.397500', '162808.857500', '162809.317500', '162809.777500', '162810.237500', '162810.697500', '162811.157500', '162811.617500', '162812.077500', '162812.537500', '162812.997500', '162813.457500', '162813.917500', '162814.377500', '162814.837500', '162815.297500', '162815.757500', '162816.217500', '162816.677500', '162817.137500', '162817.597500', '162818.057500', '162818.517500', '162818.977500', '162819.437500', '162819.897500', '162820.357500', '162820.817500', '162821.277500', '162821.737500', '162822.197500', '162822.657500', '162823.117500', '162823.577500', '162824.037500', '162824.497500', '162824.957500', '162825.417500', '162825.877500', '162826.337500', '162826.797500', '162827.257500', '162827.717500', '162828.177500', '162828.637500', '162829.097500', '162829.557500', '162830.017500', '162830.477500', '162830.937500', '162831.397500', '162831.857500', '162832.317500', '162832.777500', '162833.237500', '162833.697500', '162834.157500', '162834.617500', '162835.077500', '162835.537500', '162835.997500', '162836.457500', '162836.917500', '162837.377500', '162837.837500', '162838.297500', '162838.757500', '162839.217500', '162839.677500', '162840.137500', '162840.597500', '162841.057500', '162841.517500', '162841.977500', '162842.437500', '162842.897500', '162843.357500', '162843.817500', '162844.277500', '162844.737500', '162845.197500', '162845.657500', '162846.117500', '162846.577500', '162847.037500', '162847.497500', '162847.957500', '162848.417500', '162848.877500', '162849.337500', '162849.797500', '162850.257500', '162850.717500', '162851.177500', '162851.637500', '162852.097500', '162852.557500', '162853.017500', '162853.477500', '162853.937500', '162854.397500', '162854.857500', '162855.317500', '162855.777500', '162856.237500', '162856.697500', '162857.157500', '162857.617500', '162858.077500', '162858.537500', '162858.997500', '162859.457500', '162859.917500', '162900.377500', '162900.837500', '162901.297500', '162901.757500', '162902.217500', '162902.677500', '162903.137500', '162903.597500', '162904.057500', '162904.517500', '162904.977500', '162905.437500', '162905.897500', '162906.357500', '162906.817500', '162907.277500', '162907.737500', '162908.197500', '162908.657500', '162909.117500', '162909.577500', '162910.037500', '162910.497500', '162910.957500', '162911.417500', '162911.877500', '162912.337500', '162912.797500', '162913.257500', '162913.717500', '162914.177500', '162914.637500', '162915.097500', '162915.557500', '162916.017500', '162916.477500', '162916.937500', '162917.397500', '162917.857500', '162918.317500', '162918.777500', '162919.237500', '162919.697500', '162920.157500', '162920.617500', '162921.077500', '162921.537500', '162921.997500', '162922.457500', '162922.917500', '162923.377500', '162923.837500', '162924.297500', '162924.757500', '162925.217500', '162925.677500', '162926.137500', '162926.597500', '162927.057500', '162927.517500', '162927.977500', '162928.437500', '162928.897500', '162929.357500', '162929.817500', '162930.277500', '162930.737500', '162931.197500', '162931.657500', '162932.117500', '162932.577500', '162933.037500', '162933.497500', '162933.957500', '162934.417500', '162934.877500', '162935.337500', '162935.797500', '162936.257500', '162936.717500', '162937.177500', '162937.637500', '162938.097500', '162938.557500', '162939.017500', '162939.477500', '162939.937500', '162940.397500', '162940.857500', '162941.317500', '162941.777500', '162942.237500', '162942.697500', '162943.157500', '162943.617500', '162944.077500', '162944.537500', '162944.997500', '162945.457500', '162945.917500', '162946.377500', '162946.837500', '162947.297500', '162947.757500', '162948.217500', '162948.677500', '162949.137500', '162949.597500', '162950.057500', '162950.517500', '162950.977500', '162951.437500', '162951.897500', '162952.357500', '162952.817500', '162953.277500', '162953.737500', '162954.197500', '162954.657500', '162955.117500', '162955.577500', '162956.037500', '162956.497500', '162956.957500', '162957.417500', '162957.877500', '162958.337500', '162958.797500', '162959.257500', '162959.717500', '163000.177500', '163000.637500', '163001.097500', '163001.557500', '163002.017500', '163002.477500', '163002.937500', '163003.397500', '163003.857500', '163004.317500', '163004.777500', '163005.237500', '163005.697500', '163006.157500', '163006.617500', '163007.077500', '163007.537500', '163007.997500', '163008.457500', '163008.917500', '163009.377500', '163009.837500', '163010.297500', '163010.757500', '163011.217500', '163011.677500', '163012.137500', '163012.597500', '163013.057500', '163013.517500', '163013.977500', '163014.437500', '163014.897500', '163015.357500', '163015.817500', '163016.277500', '163016.737500', '163017.197500', '163017.657500', '163018.117500', '163018.577500', '163019.037500', '163019.497500', '163019.957500', '163020.417500', '163020.877500', '163021.337500', '163021.797500', '163022.257500', '163022.717500', '163023.177500', '163023.637500', '163024.097500', '163024.557500', '163025.017500', '163025.477500', '163025.937500', '163026.397500', '163026.857500', '163027.317500', '163027.777500', '163028.237500', '163028.697500', '163029.157500', '163029.617500', '163030.077500', '163030.537500', '163030.997500', '163031.457500', '163031.917500', '163032.377500', '163032.837500', '163033.297500', '163033.757500', '163034.217500', '163034.677500', '163035.137500', '163035.597500', '163036.057500', '163036.517500', '163036.977500', '163037.437500', '163037.897500', '163038.357500', '163038.817500', '163039.277500', '163039.737500', '163040.197500', '163040.657500', '163041.117500', '163041.577500', '163042.037500', '163042.497500', '163042.957500', '163043.417500', '163043.877500', '163044.337500', '163044.797500', '163045.257500', '163045.717500', '163046.177500', '163046.637500', '163047.097500', '163047.557500', '163048.017500', '163048.477500', '163048.937500', '163049.397500', '163049.857500', '163050.317500', '163050.777500', '163051.237500', '163051.697500', '163052.157500', '163052.617500', '163053.077500', '163053.537500', '163053.997500', '163054.457500', '163054.917500', '163055.377500', '163055.837500', '163056.297500', '163056.757500', '163057.217500', '163057.677500', '163058.137500', '163058.597500', '163059.057500', '163059.517500', '163059.977500', '163100.437500', '163100.897500', '163101.357500', '163101.817500', '163102.277500', '163102.737500', '163103.197500', '163103.657500', '163104.117500', '163104.577500', '163105.037500', '163105.497500', '163105.957500', '163106.417500', '163106.877500', '163107.337500', '163107.797500', '163108.257500', '163108.717500', '163109.177500', '163109.637500', '163110.097500', '163110.557500', '163111.017500', '163111.477500', '163111.937500', '163112.397500', '163112.857500', '163113.317500', '163113.777500', '163114.237500', '163114.697500', '163115.157500', '163115.617500', '163116.077500', '163116.537500', '163116.997500', '163117.457500', '163117.917500', '163118.377500', '163118.837500', '163119.297500', '163119.757500', '163120.217500', '163120.677500', '163121.137500', '163121.597500', '163122.057500', '163122.517500', '163122.977500', '163123.437500', '163123.897500', '163124.357500', '163124.817500', '163125.277500', '163125.737500', '163126.197500', '163126.657500', '163127.117500', '163127.577500', '163128.037500', '163128.497500', '163128.957500', '163129.417500', '163129.877500', '163130.337500', '163130.797500', '163131.257500', '163131.717500', '163132.177500', '163132.637500', '163133.097500', '163133.557500', '163134.017500', '163134.477500', '163134.937500', '163135.397500', '163135.857500', '163136.317500', '163136.777500', '163137.237500', '163137.697500', '163138.157500', '163138.617500', '163139.077500', '163139.537500', '163139.997500', '163140.457500', '163140.917500', '163141.377500', '163141.837500', '163142.297500', '163142.757500', '163143.217500', '163143.677500', '163144.137500', '163144.597500', '163145.057500', '163145.517500', '163145.977500', '163146.437500', '163146.897500', '163147.357500', '163147.817500', '163148.277500', '163148.737500', '163149.197500', '163149.657500', '163150.117500', '163150.577500', '163151.037500', '163151.497500', '163151.957500', '163152.417500', '163152.877500', '163153.337500', '163153.797500', '163154.257500', '163154.717500', '163155.177500', '163155.637500', '163156.097500', '163156.557500', '163157.017500', '163157.477500', '163157.937500', '163158.397500', '163158.857500', '163159.317500', '163159.777500', '163200.237500', '163200.697500', '163201.157500', '163201.617500', '163202.077500', '163202.537500', '163202.997500', '163203.457500', '163203.917500', '163204.377500', '163204.837500', '163205.297500', '163205.757500', '163206.217500', '163206.677500', '163207.137500', '163207.597500', '163208.057500', '163208.517500', '163208.977500', '163209.437500', '163209.897500', '163210.357500', '163210.817500', '163211.277500', '163211.737500', '163212.197500', '163212.657500', '163213.117500', '163213.577500', '163214.037500', '163214.497500', '163214.957500', '163215.417500', '163215.877500', '163216.337500', '163216.797500', '163217.257500', '163217.717500', '163218.177500', '163218.637500', '163219.097500', '163219.557500', '163220.017500', '163220.477500', '163220.937500', '163221.397500', '163221.857500', '163222.317500', '163222.777500', '163223.237500', '163223.697500', '163224.157500', '163224.617500', '163225.077500', '163225.537500', '163225.997500', '163226.457500', '163226.917500', '163227.377500', '163227.837500', '163228.297500', '163228.757500', '163229.217500', '163229.677500', '163230.137500', '163230.597500', '163231.057500', '163231.517500', '163231.977500', '163232.437500', '163232.897500', '163233.357500', '163233.817500', '163234.277500', '163234.737500', '163235.197500', '163235.657500', '163236.117500', '163236.577500', '163237.037500', '163237.497500', '163237.957500', '163238.417500', '163238.877500', '163239.337500', '163239.797500', '163240.257500', '163240.717500', '163241.177500', '163241.637500', '163242.097500', '163242.557500', '163243.017500', '163243.477500', '163243.937500', '163244.397500', '163244.857500', '163245.317500', '163245.777500', '163246.237500', '163246.697500', '163247.157500', '163247.617500', '163248.077500', '163248.537500', '163248.997500', '163249.457500', '163249.917500', '163250.377500', '163250.837500', '163251.297500', '163251.757500', '163252.217500', '163252.677500', '163253.137500', '163253.597500', '163254.057500', '163254.517500', '163254.977500', '163255.437500', '163255.897500', '163256.357500', '163256.817500', '163257.277500', '163257.737500', '163258.197500', '163258.657500', '163259.117500', '163259.577500', '163300.037500', '163300.497500', '163300.957500', '163301.417500', '163301.877500', '163302.337500', '163302.797500', '163303.257500', '163303.717500', '163304.177500', '163304.637500', '163305.097500', '163305.557500', '163306.017500', '163306.477500', '163306.937500', '163307.397500', '163307.857500', '163308.317500', '163308.777500', '163309.237500', '163309.697500', '163310.157500', '163310.617500', '163311.077500', '163311.537500', '163311.997500', '163312.457500', '163312.917500', '163313.377500', '163313.837500', '163314.297500', '163314.757500', '163315.217500', '163315.677500', '163316.137500', '163316.597500', '163317.057500', '163317.517500', '163317.977500', '163318.437500', '163318.897500', '163319.357500', '163319.817500', '163320.277500', '163320.737500', '163321.197500', '163321.657500', '163322.117500', '163322.577500', '163323.037500', '163323.497500', '163323.957500', '163324.417500', '163324.877500', '163325.337500', '163325.797500', '163326.257500', '163326.717500', '163327.177500', '163327.637500', '163328.097500', '163328.557500', '163329.017500', '163329.477500', '163329.937500', '163330.397500', '163330.857500', '163331.317500', '163331.777500', '163332.237500', '163332.697500', '163333.157500', '163333.617500', '163334.077500', '163334.537500', '163334.997500', '163335.457500', '163335.917500', '163336.377500', '163336.837500', '163337.297500', '163337.757500', '163338.217500', '163338.677500', '163339.137500', '163339.597500', '163340.057500', '163340.517500', '163340.977500', '163341.437500', '163341.897500', '163342.357500', '163342.817500', '163343.277500', '163343.737500', '163344.197500', '163344.657500', '163345.117500', '163345.577500', '163346.037500', '163346.497500', '163346.957500', '163347.417500', '163347.877500', '163348.337500', '163348.797500', '163349.257500', '163349.717500', '163350.177500', '163350.637500', '163351.097500', '163351.557500', '163352.017500', '163352.477500', '163352.937500', '163353.397500', '163353.857500', '163354.317500', '163354.777500', '163355.237500', '163355.697500', '163356.157500', '163356.617500', '163357.077500', '163357.537500', '163357.997500', '163358.457500', '163358.917500', '163359.377500', '163359.837500', '163400.297500', '163400.757500', '163401.217500', '163401.677500', '163402.137500', '163402.597500', '163403.057500', '163403.517500', '163403.977500', '163404.437500', '163404.897500', '163405.357500', '163405.817500', '163406.277500', '163406.737500', '163407.197500', '163407.657500', '163408.117500', '163408.577500', '163409.037500', '163409.497500', '163409.957500', '163410.417500', '163410.877500', '163411.337500', '163411.797500', '163412.257500', '163412.717500', '163413.177500', '163413.637500', '163414.097500', '163414.557500', '163415.017500', '163415.477500', '163415.937500', '163416.397500', '163416.857500', '163417.317500', '163417.777500', '163418.237500', '163418.697500', '163419.157500', '163419.617500', '163420.077500', '163420.537500', '163420.997500', '163421.457500', '163421.917500', '163422.377500', '163422.837500', '163423.297500', '163423.757500', '163424.217500', '163424.677500', '163425.137500', '163425.597500', '163426.057500', '163426.517500', '163426.977500', '163427.437500', '163427.897500', '163428.357500', '163428.817500', '163429.277500', '163429.737500', '163430.197500', '163430.657500', '163431.117500', '163431.577500', '163432.037500', '163432.497500', '163432.957500', '163433.417500', '163433.877500', '163434.337500', '163434.797500', '163435.257500', '163435.717500', '163436.177500', '163436.637500', '163437.097500', '163437.557500', '163438.017500', '163438.477500', '163438.937500', '163439.397500', '163439.857500', '163440.317500', '163440.777500', '163441.237500', '163441.697500', '163442.157500', '163442.617500', '163443.077500', '163443.537500', '163443.997500', '163444.457500', '163444.917500', '163445.377500', '163445.837500', '163446.297500', '163446.757500', '163447.217500', '163447.677500', '163448.137500', '163448.597500', '163449.057500', '163449.517500', '163449.977500', '163450.437500', '163450.897500', '163451.357500', '163451.817500', '163452.277500', '163452.737500', '163453.197500', '163453.657500', '163454.117500', '163454.577500', '163455.037500', '163455.497500', '163455.957500', '163456.417500', '163456.877500', '163457.337500', '163457.797500', '163458.257500', '163458.717500', '163459.177500', '163459.637500', '163500.097500', '163500.557500', '163501.017500', '163501.477500', '163501.937500', '163502.397500', '163502.857500', '163503.317500', '163503.777500', '163504.237500', '163504.697500', '163505.157500', '163505.617500', '163506.077500', '163506.537500', '163506.997500', '163507.457500', '163507.917500', '163508.377500', '163508.837500', '163509.297500', '163509.757500', '163510.217500', '163510.677500', '163511.137500', '163511.597500', '163512.057500', '163512.517500', '163512.977500', '163513.437500', '163513.897500', '163514.357500', '163514.817500', '163515.277500', '163515.737500', '163516.197500', '163516.657500', '163517.117500', '163517.577500', '163518.037500', '163518.497500', '163518.957500', '163519.417500', '163519.877500', '163520.337500', '163520.797500', '163521.257500', '163521.717500', '163522.177500', '163522.637500', '163523.097500', '163523.557500', '163524.017500', '163524.477500', '163524.937500', '163525.397500', '163525.857500', '163526.317500', '163526.777500', '163527.237500', '163527.697500', '163528.157500', '163528.617500', '163529.077500', '163529.537500', '163529.997500', '163530.457500', '163530.917500', '163531.377500', '163531.837500', '163532.297500', '163532.757500', '163533.217500', '163533.677500', '163534.137500', '163534.597500', '163535.057500', '163535.517500', '163535.977500', '163536.437500', '163536.897500', '163537.357500', '163537.817500', '163538.277500', '163538.737500', '163539.197500', '163539.657500', '163540.117500', '163540.577500', '163541.037500', '163541.497500', '163541.957500', '163542.417500', '163542.877500', '163543.337500', '163543.797500', '163544.257500', '163544.717500', '163545.177500', '163545.637500', '163546.097500', '163546.557500', '163547.017500', '163547.477500', '163547.937500', '163548.397500', '163548.857500', '163549.317500', '163549.777500', '163550.237500', '163550.697500', '163551.157500', '163551.617500', '163552.077500', '163552.537500', '163552.997500', '163553.457500', '163553.917500', '163554.377500', '163554.837500', '163555.297500', '163555.757500', '163556.217500', '163556.677500', '163557.137500', '163557.597500', '163558.057500', '163558.517500', '163558.977500', '163559.437500', '163559.897500', '163600.357500', '163600.817500', '163601.277500', '163601.737500', '163602.197500', '163602.657500', '163603.117500', '163603.577500', '163604.037500', '163604.497500', '163604.957500', '163605.417500', '163605.877500', '163606.337500', '163606.797500', '163607.257500', '163607.717500', '163608.177500', '163608.637500', '163609.097500', '163609.557500', '163610.017500', '163610.477500', '163610.937500', '163611.397500', '163611.857500', '163612.317500', '163612.777500', '163613.237500', '163613.697500', '163614.157500', '163614.617500', '163615.077500', '163615.537500', '163615.997500', '163616.457500', '163616.917500', '163617.377500', '163617.837500', '163618.297500', '163618.757500', '163619.217500', '163619.677500', '163620.137500', '163620.597500', '163621.057500', '163621.517500', '163621.977500', '163622.437500', '163622.897500', '163623.357500', '163623.817500', '163624.277500', '163624.737500', '163625.197500', '163625.657500', '163626.117500', '163626.577500', '163627.037500', '163627.497500', '163627.957500', '163628.417500', '163628.877500', '163629.337500', '163629.797500', '163630.257500', '163630.717500', '163631.177500', '163631.637500', '163632.097500', '163632.557500', '163633.017500', '163633.477500', '163633.937500', '163634.397500', '163634.857500', '163635.317500', '163635.777500', '163636.237500', '163636.697500', '163637.157500', '163637.617500', '163638.077500', '163638.537500', '163638.997500', '163639.457500', '163639.917500', '163640.377500', '163640.837500', '163641.297500', '163641.757500', '163642.217500', '163642.677500', '163643.137500', '163643.597500', '163644.057500', '163644.517500', '163644.977500', '163645.437500', '163645.897500', '163646.357500', '163646.817500', '163647.277500', '163647.737500', '163648.197500', '163648.657500', '163649.117500', '163649.577500', '163650.037500', '163650.497500', '163650.957500', '163651.417500', '163651.877500', '163652.337500', '163652.797500', '163653.257500', '163653.717500', '163654.177500', '163654.637500', '163655.097500', '163655.557500', '163656.017500', '163656.477500', '163656.937500', '163657.397500', '163657.857500', '163658.317500', '163658.777500', '163659.237500', '163659.697500', '163700.157500', '163700.617500', '163701.077500', '163701.537500', '163701.997500', '163702.457500', '163702.917500', '163703.377500', '163703.837500', '163704.297500', '163704.757500', '163705.217500', '163705.677500', '163706.137500', '163706.597500', '163707.057500', '163707.517500', '163707.977500', '163708.437500', '163708.897500', '163709.357500', '163709.817500', '163710.277500', '163710.737500', '163711.197500', '163711.657500', '163712.117500', '163712.577500', '163713.037500', '163713.497500', '163713.957500', '163714.417500', '163714.877500', '163715.337500', '163715.797500', '163716.257500', '163716.717500', '163717.177500', '163717.637500', '163718.097500', '163718.557500', '163719.017500', '163719.477500', '163719.937500', '163720.397500', '163720.857500', '163721.317500', '163721.777500', '163722.237500', '163722.697500', '163723.157500', '163723.617500', '163724.077500', '163724.537500', '163724.997500', '163725.457500', '163725.917500', '163726.377500', '163726.837500', '163727.297500', '163727.757500', '163728.217500', '163728.677500', '163729.137500', '163729.597500', '163730.057500', '163730.517500', '163730.977500', '163731.437500', '163731.897500', '163732.357500', '163732.817500', '163733.277500'], 'ContentTime': ['162743.598000', '162743.601000', '162743.616000', '162743.619000', '162743.622000', '162743.625000', '162743.628000', '162743.631000', '162743.633000', '162743.636000', '162743.639000', '162743.642000', '162743.645000', '162743.648000', '162743.651000', '162743.654000', '162743.657000', '162743.659000', '162743.662000', '162743.665000', '162743.668000', '162743.671000', '162743.674000', '162743.676000', '162743.679000', '162743.682000', '162743.685000', '162743.688000', '162743.691000', '162743.694000', '162743.697000', '162743.699000', '162743.702000', '162743.705000', '162743.708000', '162743.711000', '162743.716000', '162743.719000', '162743.722000', '162743.725000', '162743.728000', '162743.731000', '162743.734000', '162743.737000', '162743.739000', '162743.742000', '162743.745000', '162743.748000', '162743.751000', '162743.754000', '162803.562000', '162803.565000', '162803.568000', '162803.571000', '162803.574000', '162803.577000', '162803.580000', '162803.582000', '162803.585000', '162803.588000', '162803.591000', '162803.594000', '162803.597000', '162803.600000', '162803.603000', '162803.605000', '162803.608000', '162803.611000', '162803.614000', '162803.617000', '162803.620000', '162803.623000', '162803.626000', '162803.628000', '162803.635000', '162803.638000', '162803.641000', '162803.644000', '162803.647000', '162803.650000', '162803.653000', '162803.655000', '162803.658000', '162803.661000', '162803.678000', '162803.680000', '162803.683000', '162803.686000', '162803.689000', '162803.692000', '162803.695000', '162803.698000', '162803.701000', '162803.703000', '162823.562000', '162823.565000', '162823.568000', '162823.571000', '162823.574000', '162823.577000', '162823.580000', '162823.583000', '162823.586000', '162823.588000', '162823.591000', '162823.594000', '162823.597000', '162823.600000', '162823.603000', '162823.606000', '162823.608000', '162823.615000', '162823.618000', '162823.621000', '162823.626000', '162823.629000', '162823.632000', '162823.635000', '162823.638000', '162823.640000', '162823.643000', '162823.646000', '162823.649000', '162823.652000', '162823.655000', '162823.658000', '162823.661000', '162823.664000', '162823.666000', '162823.669000', '162823.672000', '162823.675000', '162823.678000', '162823.681000', '162823.684000', '162823.686000', '162823.689000', '162843.562000', '162843.565000', '162843.568000', '162843.571000', '162843.574000', '162843.577000', '162843.580000', '162843.582000', '162843.585000', '162843.588000', '162843.591000', '162843.594000', '162843.597000', '162843.600000', '162843.603000', '162843.605000', '162843.608000', '162843.611000', '162843.614000', '162843.617000', '162843.620000', '162843.623000', '162843.626000', '162843.628000', '162843.631000', '162843.634000', '162843.637000', '162843.640000', '162843.643000', '162843.646000', '162843.649000', '162843.651000', '162843.654000', '162843.657000', '162843.660000', '162843.663000', '162843.666000', '162843.669000', '162843.672000', '162843.675000', '162843.678000', '162843.680000', '162843.683000', '162843.686000', '162903.562000', '162903.565000', '162903.568000', '162903.571000', '162903.580000', '162903.583000', '162903.586000', '162903.589000', '162903.592000', '162903.594000', '162903.597000', '162903.600000', '162903.603000', '162903.606000', '162903.609000', '162903.612000', '162903.615000', '162903.618000', '162903.621000', '162903.623000', '162903.626000', '162903.631000', '162903.636000', '162903.639000', '162903.642000', '162903.645000', '162903.648000', '162903.650000', '162903.653000', '162903.656000', '162903.659000', '162903.662000', '162903.665000', '162903.668000', '162903.671000', '162903.674000', '162903.677000', '162903.679000', '162903.682000', '162903.685000', '162903.688000', '162903.691000', '162903.694000', '162923.562000', '162923.565000', '162923.568000', '162923.571000', '162923.574000', '162923.577000', '162923.580000', '162923.583000', '162923.586000', '162923.588000', '162923.591000', '162923.594000', '162923.597000', '162923.600000', '162923.603000', '162923.606000', '162923.609000', '162923.612000', '162923.615000', '162923.617000', '162923.620000', '162923.623000', '162923.626000', '162923.629000', '162923.632000', '162923.635000', '162923.638000', '162923.641000', '162923.644000', '162923.646000', '162923.649000', '162923.652000', '162923.655000', '162923.658000', '162923.661000', '162923.664000', '162923.667000', '162923.673000', '162923.675000', '162923.678000', '162923.681000', '162923.684000', '162923.687000', '162923.690000', '162943.562000', '162943.565000', '162943.568000', '162943.571000', '162943.574000', '162943.577000', '162943.580000', '162943.583000', '162943.585000', '162943.588000', '162943.591000', '162943.594000', '162943.597000', '162943.600000', '162943.603000', '162943.606000', '162943.609000', '162943.612000', '162943.615000', '162943.618000', '162943.620000', '162943.623000', '162943.626000', '162943.629000', '162943.632000', '162943.635000', '162943.638000', '162943.641000', '162943.644000', '162943.660000', '162943.663000', '162943.666000', '162943.669000', '162943.672000', '162943.675000', '162943.678000', '162943.681000', '162943.684000', '162943.687000', '162943.689000', '162943.692000', '162943.695000', '162943.698000', '163003.561000', '163003.564000', '163003.567000', '163003.570000', '163003.573000', '163003.576000', '163003.579000', '163003.582000', '163003.584000', '163003.590000', '163003.593000', '163003.596000', '163003.599000', '163003.601000', '163003.604000', '163003.607000', '163003.610000', '163003.613000', '163003.616000', '163003.619000', '163003.622000', '163003.625000', '163003.628000', '163003.631000', '163003.634000', '163003.636000', '163003.639000', '163003.642000', '163003.645000', '163003.648000', '163003.651000', '163003.654000', '163003.657000', '163003.660000', '163003.663000', '163003.666000', '163003.668000', '163003.671000', '163003.674000', '163003.677000', '163003.680000', '163003.683000', '163003.686000', '163003.710000', '163023.562000', '163023.565000', '163023.568000', '163023.571000', '163023.574000', '163023.577000', '163023.580000', '163023.583000', '163023.586000', '163023.589000', '163023.591000', '163023.594000', '163023.597000', '163023.600000', '163023.603000', '163023.606000', '163023.609000', '163023.612000', '163023.616000', '163023.619000', '163023.621000', '163023.624000', '163023.627000', '163023.630000', '163023.633000', '163023.636000', '163023.639000', '163023.642000', '163023.645000', '163023.648000', '163023.650000', '163023.653000', '163023.656000', '163023.659000', '163023.662000', '163023.665000', '163023.668000', '163023.671000', '163023.674000', '163023.677000', '163023.680000', '163023.685000', '163023.688000', '163043.562000', '163043.565000', '163043.568000', '163043.571000', '163043.574000', '163043.579000', '163043.582000', '163043.585000', '163043.588000', '163043.591000', '163043.594000', '163043.596000', '163043.599000', '163043.602000', '163043.605000', '163043.608000', '163043.611000', '163043.614000', '163043.617000', '163043.620000', '163043.623000', '163043.626000', '163043.628000', '163043.631000', '163043.634000', '163043.637000', '163043.640000', '163043.643000', '163043.646000', '163043.649000', '163043.652000', '163043.654000', '163043.657000', '163043.660000', '163043.663000', '163043.666000', '163043.669000', '163043.672000', '163043.675000', '163043.678000', '163043.680000', '163043.683000', '163043.686000', '163043.689000', '163103.562000', '163103.565000', '163103.568000', '163103.571000', '163103.574000', '163103.577000', '163103.580000', '163103.583000', '163103.586000', '163103.589000', '163103.591000', '163103.594000', '163103.597000', '163103.600000', '163103.603000', '163103.606000', '163103.609000', '163103.612000', '163103.615000', '163103.618000', '163103.620000', '163103.623000', '163103.626000', '163103.629000', '163103.632000', '163103.635000', '163103.638000', '163103.641000', '163103.644000', '163103.646000', '163103.649000', '163103.652000', '163103.655000', '163103.658000', '163103.661000', '163103.664000', '163103.667000', '163103.670000', '163103.673000', '163103.676000', '163103.679000', '163103.682000', '163103.684000', '163123.562000', '163123.565000', '163123.568000', '163123.571000', '163123.574000', '163123.577000', '163123.580000', '163123.583000', '163123.586000', '163123.588000', '163123.591000', '163123.606000', '163123.609000', '163123.612000', '163123.615000', '163123.618000', '163123.621000', '163123.624000', '163123.626000', '163123.629000', '163123.632000', '163123.635000', '163123.638000', '163123.641000', '163123.644000', '163123.647000', '163123.650000', '163123.653000', '163123.655000', '163123.658000', '163123.661000', '163123.664000', '163123.667000', '163123.670000', '163123.673000', '163123.676000', '163123.679000', '163123.682000', '163123.684000', '163123.687000', '163123.690000', '163123.693000', '163123.696000', '163123.699000', '163143.562000', '163143.565000', '163143.568000', '163143.571000', '163143.574000', '163143.577000', '163143.580000', '163143.583000', '163143.585000', '163143.588000', '163143.591000', '163143.594000', '163143.597000', '163143.600000', '163143.603000', '163143.606000', '163143.609000', '163143.612000', '163143.614000', '163143.617000', '163143.620000', '163143.623000', '163143.626000', '163143.629000', '163143.632000', '163143.635000', '163143.638000', '163143.641000', '163143.643000', '163143.646000', '163143.649000', '163143.653000', '163143.656000', '163143.659000', '163143.662000', '163143.665000', '163143.668000', '163143.671000', '163143.674000', '163143.677000', '163143.680000', '163143.683000', '163143.685000', '163203.562000', '163203.565000', '163203.568000', '163203.571000', '163203.574000', '163203.577000', '163203.580000', '163203.582000', '163203.585000', '163203.588000', '163203.591000', '163203.594000', '163203.597000', '163203.600000', '163203.603000', '163203.606000', '163203.609000', '163203.611000', '163203.614000', '163203.617000', '163203.620000', '163203.623000', '163203.626000', '163203.629000', '163203.632000', '163203.635000', '163203.638000', '163203.640000', '163203.643000', '163203.646000', '163203.649000', '163203.652000', '163203.655000', '163203.658000', '163203.661000', '163203.663000', '163203.666000', '163203.669000', '163203.672000', '163203.675000', '163203.678000', '163203.681000', '163203.684000', '163203.687000', '163223.561000', '163223.564000', '163223.567000', '163223.570000', '163223.573000', '163223.576000', '163223.579000', '163223.582000', '163223.585000', '163223.588000', '163223.590000', '163223.593000', '163223.596000', '163223.599000', '163223.602000', '163223.605000', '163223.608000', '163223.611000', '163223.614000', '163223.616000', '163223.619000', '163223.622000', '163223.625000', '163223.628000', '163223.631000', '163223.634000', '163223.637000', '163223.639000', '163223.642000', '163223.645000', '163223.648000', '163223.651000', '163223.654000', '163223.657000', '163223.660000', '163223.663000', '163223.666000', '163223.669000', '163223.672000', '163223.674000', '163223.677000', '163223.680000', '163223.683000', '163243.562000', '163243.565000', '163243.568000', '163243.571000', '163243.574000', '163243.577000', '163243.580000', '163243.583000', '163243.586000', '163243.588000', '163243.591000', '163243.594000', '163243.597000', '163243.600000', '163243.603000', '163243.606000', '163243.609000', '163243.611000', '163243.614000', '163243.617000', '163243.620000', '163243.635000', '163243.638000', '163243.641000', '163243.644000', '163243.647000', '163243.650000', '163243.653000', '163243.656000', '163243.658000', '163243.661000', '163243.664000', '163243.667000', '163243.670000', '163243.673000', '163243.676000', '163243.679000', '163243.682000', '163243.684000', '163243.687000', '163243.690000', '163243.693000', '163243.696000', '163243.701000', '163303.562000', '163303.565000', '163303.568000', '163303.571000', '163303.574000', '163303.577000', '163303.580000', '163303.583000', '163303.586000', '163303.589000', '163303.591000', '163303.594000', '163303.597000', '163303.600000', '163303.603000', '163303.606000', '163303.609000', '163303.612000', '163303.614000', '163303.617000', '163303.620000', '163303.623000', '163303.626000', '163303.629000', '163303.632000', '163303.634000', '163303.637000', '163303.640000', '163303.643000', '163303.646000', '163303.649000', '163303.652000', '163303.655000', '163303.658000', '163303.661000', '163303.664000', '163303.666000', '163303.669000', '163303.672000', '163303.675000', '163303.678000', '163303.681000', '163303.684000', '163323.562000', '163323.565000', '163323.568000', '163323.571000', '163323.574000', '163323.577000', '163323.580000', '163323.583000', '163323.586000', '163323.588000', '163323.591000', '163323.594000', '163323.597000', '163323.600000', '163323.603000', '163323.606000', '163323.609000', '163323.611000', '163323.614000', '163323.617000', '163323.620000', '163323.623000', '163323.626000', '163323.629000', '163323.632000', '163323.634000', '163323.637000', '163323.640000', '163323.643000', '163323.646000', '163323.649000', '163323.652000', '163323.655000', '163323.658000', '163323.661000', '163323.663000', '163323.666000', '163323.669000', '163323.672000', '163323.675000', '163323.678000', '163323.681000', '163323.684000', '163323.686000', '163343.562000', '163343.565000', '163343.568000', '163343.571000', '163343.574000', '163343.577000', '163343.580000', '163343.583000', '163343.586000', '163343.589000', '163343.591000', '163343.594000', '163343.597000', '163343.600000', '163343.603000', '163343.606000', '163343.609000', '163343.612000', '163343.615000', '163343.617000', '163343.620000', '163343.623000', '163343.626000', '163343.629000', '163343.632000', '163343.635000', '163343.638000', '163343.641000', '163343.643000', '163343.646000', '163343.649000', '163343.652000', '163343.655000', '163343.658000', '163343.661000', '163343.664000', '163343.667000', '163343.670000', '163343.673000', '163343.675000', '163343.678000', '163343.681000', '163343.684000', '163403.562000', '163403.565000', '163403.568000', '163403.571000', '163403.574000', '163403.577000', '163403.580000', '163403.583000', '163403.586000', '163403.589000', '163403.592000', '163403.595000', '163403.598000', '163403.600000', '163403.603000', '163403.606000', '163403.609000', '163403.612000', '163403.615000', '163403.618000', '163403.621000', '163403.624000', '163403.627000', '163403.629000', '163403.632000', '163403.635000', '163403.638000', '163403.641000', '163403.644000', '163403.647000', '163403.650000', '163403.652000', '163403.672000', '163403.675000', '163403.678000', '163403.680000', '163403.683000', '163403.686000', '163403.689000', '163403.692000', '163403.695000', '163403.698000', '163403.701000', '163423.562000', '163423.565000', '163423.568000', '163423.571000', '163423.574000', '163423.577000', '163423.580000', '163423.583000', '163423.586000', '163423.589000', '163423.592000', '163423.594000', '163423.597000', '163423.600000', '163423.603000', '163423.606000', '163423.609000', '163423.612000', '163423.615000', '163423.618000', '163423.621000', '163423.623000', '163423.626000', '163423.629000', '163423.632000', '163423.635000', '163423.638000', '163423.641000', '163423.644000', '163423.646000', '163423.649000', '163423.652000', '163423.655000', '163423.658000', '163423.661000', '163423.664000', '163423.667000', '163423.670000', '163423.673000', '163423.676000', '163423.678000', '163423.681000', '163423.684000', '163423.687000', '163443.561000', '163443.564000', '163443.567000', '163443.570000', '163443.573000', '163443.578000', '163443.582000', '163443.585000', '163443.588000', '163443.590000', '163443.593000', '163443.596000', '163443.599000', '163443.602000', '163443.605000', '163443.608000', '163443.611000', '163443.613000', '163443.616000', '163443.619000', '163443.622000', '163443.625000', '163443.628000', '163443.631000', '163443.634000', '163443.637000', '163443.639000', '163443.642000', '163443.645000', '163443.648000', '163443.651000', '163443.654000', '163443.657000', '163443.660000', '163443.663000', '163443.666000', '163443.669000', '163443.671000', '163443.674000', '163443.677000', '163443.680000', '163443.683000', '163443.686000', '163503.562000', '163503.565000', '163503.568000', '163503.571000', '163503.574000', '163503.577000', '163503.580000', '163503.583000', '163503.586000', '163503.588000', '163503.591000', '163503.594000', '163503.597000', '163503.600000', '163503.603000', '163503.606000', '163503.609000', '163503.612000', '163503.615000', '163503.618000', '163503.620000', '163503.623000', '163503.626000', '163503.629000', '163503.632000', '163503.635000', '163503.638000', '163503.641000', '163503.644000', '163503.647000', '163503.650000', '163503.653000', '163503.656000', '163503.658000', '163503.661000', '163503.664000', '163503.667000', '163503.670000', '163503.673000', '163503.676000', '163503.679000', '163503.682000', '163503.684000', '163503.687000', '163523.562000', '163523.565000', '163523.568000', '163523.571000', '163523.574000', '163523.577000', '163523.580000', '163523.583000', '163523.586000', '163523.589000', '163523.593000', '163523.597000', '163523.600000', '163523.603000', '163523.606000', '163523.609000', '163523.612000', '163523.615000', '163523.617000', '163523.620000', '163523.623000', '163523.626000', '163523.629000', '163523.632000', '163523.635000', '163523.638000', '163523.641000', '163523.643000', '163523.646000', '163523.649000', '163523.652000', '163523.655000', '163523.658000', '163523.661000', '163523.664000', '163523.667000', '163523.669000', '163523.672000', '163523.675000', '163523.678000', '163523.681000', '163523.684000', '163523.687000', '163543.562000', '163543.565000', '163543.568000', '163543.571000', '163543.574000', '163543.577000', '163543.580000', '163543.583000', '163543.586000', '163543.589000', '163543.592000', '163543.595000', '163543.597000', '163543.600000', '163543.603000', '163543.606000', '163543.609000', '163543.612000', '163543.615000', '163543.618000', '163543.621000', '163543.624000', '163543.627000', '163543.630000', '163543.633000', '163543.636000', '163543.639000', '163543.642000', '163543.645000', '163543.648000', '163543.650000', '163543.653000', '163543.656000', '163543.659000', '163543.662000', '163543.665000', '163543.668000', '163543.671000', '163543.674000', '163543.677000', '163543.680000', '163543.683000', '163543.686000', '163543.689000', '163603.562000', '163603.565000', '163603.568000', '163603.571000', '163603.574000', '163603.577000', '163603.580000', '163603.583000', '163603.586000', '163603.589000', '163603.592000', '163603.594000', '163603.597000', '163603.600000', '163603.603000', '163603.606000', '163603.609000', '163603.612000', '163603.615000', '163603.618000', '163603.621000', '163603.624000', '163603.627000', '163603.630000', '163603.632000', '163603.635000', '163603.638000', '163603.641000', '163603.644000', '163603.647000', '163603.650000', '163603.653000', '163603.656000', '163603.659000', '163603.662000', '163603.665000', '163603.667000', '163603.670000', '163603.673000', '163603.676000', '163603.679000', '163603.682000', '163603.685000', '163623.562000', '163623.565000', '163623.568000', '163623.571000', '163623.574000', '163623.577000', '163623.580000', '163623.583000', '163623.586000', '163623.589000', '163623.591000', '163623.594000', '163623.597000', '163623.600000', '163623.603000', '163623.606000', '163623.609000', '163623.612000', '163623.615000', '163623.618000', '163623.621000', '163623.624000', '163623.627000', '163623.629000', '163623.632000', '163623.635000', '163623.638000', '163623.641000', '163623.644000', '163623.647000', '163623.650000', '163623.653000', '163623.656000', '163623.659000', '163623.662000', '163623.664000', '163623.667000', '163623.670000', '163623.673000', '163623.676000', '163623.679000', '163623.682000', '163623.685000', '163623.688000', '163643.563000', '163643.566000', '163643.569000', '163643.572000', '163643.575000', '163643.578000', '163643.581000', '163643.584000', '163643.587000', '163643.590000', '163643.593000', '163643.596000', '163643.598000', '163643.601000', '163643.604000', '163643.607000', '163643.610000', '163643.613000', '163643.616000', '163643.619000', '163643.622000', '163643.625000', '163643.628000', '163643.631000', '163643.634000', '163643.648000', '163643.651000', '163643.654000', '163643.657000', '163643.660000', '163643.663000', '163643.665000', '163643.668000', '163643.671000', '163643.674000', '163643.677000', '163643.680000', '163643.683000', '163643.686000', '163643.689000', '163643.692000', '163643.694000', '163643.697000', '163703.561000', '163703.564000', '163703.567000', '163703.570000', '163703.573000', '163703.576000', '163703.579000', '163703.582000', '163703.585000', '163703.588000', '163703.591000', '163703.593000', '163703.596000', '163703.599000', '163703.602000', '163703.605000', '163703.608000', '163703.611000', '163703.614000', '163703.617000', '163703.619000', '163703.622000', '163703.625000', '163703.628000', '163703.631000', '163703.634000', '163703.637000', '163703.640000', '163703.643000', '163703.645000', '163703.648000', '163703.651000', '163703.654000', '163703.657000', '163703.660000', '163703.663000', '163703.666000', '163703.669000', '163703.672000', '163703.675000', '163703.678000', '163703.681000', '163703.683000', '163703.686000', '163723.562000', '163723.565000', '163723.568000', '163723.571000', '163723.574000', '163723.577000', '163723.580000', '163723.583000', '163723.586000', '163723.589000', '163723.592000', '163723.595000', '163723.597000', '163723.600000', '163723.603000', '163723.606000', '163723.609000', '163723.612000', '163723.615000', '163723.618000', '163723.620000', '163723.623000', '163723.626000', '163723.629000', '163723.632000', '163723.636000', '163723.639000', '163723.642000', '163723.645000', '163723.648000', '163723.651000', '163723.654000', '163723.657000', '163723.660000', '163723.663000', '163723.666000', '163723.669000', '163723.672000', '163723.674000', '163723.677000', '163723.680000', '163723.683000', '163723.686000', '163734.279000', '163734.283000', '163734.286000', '163734.289000', '163734.292000', '163734.295000', '163734.298000', '163734.302000', '163734.305000', '163734.308000', '163734.311000', '163734.314000', '163734.317000', '163734.320000', '163734.323000', '163734.326000', '163734.329000', '163734.332000', '163734.335000', '163734.338000', '163734.341000', '163734.343000', '163734.347000', '163734.350000'], 'InstanceCreationTime': ['162743.598000', '162743.601000', '162743.616000', '162743.619000', '162743.622000', '162743.625000', '162743.628000', '162743.631000', '162743.633000', '162743.636000', '162743.639000', '162743.642000', '162743.645000', '162743.648000', '162743.651000', '162743.654000', '162743.657000', '162743.659000', '162743.662000', '162743.665000', '162743.668000', '162743.671000', '162743.674000', '162743.676000', '162743.679000', '162743.682000', '162743.685000', '162743.688000', '162743.691000', '162743.694000', '162743.697000', '162743.699000', '162743.702000', '162743.705000', '162743.708000', '162743.711000', '162743.716000', '162743.719000', '162743.722000', '162743.725000', '162743.728000', '162743.731000', '162743.734000', '162743.737000', '162743.739000', '162743.742000', '162743.745000', '162743.748000', '162743.751000', '162743.754000', '162803.562000', '162803.565000', '162803.568000', '162803.571000', '162803.574000', '162803.577000', '162803.580000', '162803.582000', '162803.585000', '162803.588000', '162803.591000', '162803.594000', '162803.597000', '162803.600000', '162803.603000', '162803.605000', '162803.608000', '162803.611000', '162803.614000', '162803.617000', '162803.620000', '162803.623000', '162803.626000', '162803.628000', '162803.635000', '162803.638000', '162803.641000', '162803.644000', '162803.647000', '162803.650000', '162803.653000', '162803.655000', '162803.658000', '162803.661000', '162803.678000', '162803.680000', '162803.683000', '162803.686000', '162803.689000', '162803.692000', '162803.695000', '162803.698000', '162803.701000', '162803.703000', '162823.562000', '162823.565000', '162823.568000', '162823.571000', '162823.574000', '162823.577000', '162823.580000', '162823.583000', '162823.586000', '162823.588000', '162823.591000', '162823.594000', '162823.597000', '162823.600000', '162823.603000', '162823.606000', '162823.608000', '162823.615000', '162823.618000', '162823.621000', '162823.626000', '162823.629000', '162823.632000', '162823.635000', '162823.638000', '162823.640000', '162823.643000', '162823.646000', '162823.649000', '162823.652000', '162823.655000', '162823.658000', '162823.661000', '162823.664000', '162823.666000', '162823.669000', '162823.672000', '162823.675000', '162823.678000', '162823.681000', '162823.684000', '162823.686000', '162823.689000', '162843.562000', '162843.565000', '162843.568000', '162843.571000', '162843.574000', '162843.577000', '162843.580000', '162843.582000', '162843.585000', '162843.588000', '162843.591000', '162843.594000', '162843.597000', '162843.600000', '162843.603000', '162843.605000', '162843.608000', '162843.611000', '162843.614000', '162843.617000', '162843.620000', '162843.623000', '162843.626000', '162843.628000', '162843.631000', '162843.634000', '162843.637000', '162843.640000', '162843.643000', '162843.646000', '162843.649000', '162843.651000', '162843.654000', '162843.657000', '162843.660000', '162843.663000', '162843.666000', '162843.669000', '162843.672000', '162843.675000', '162843.678000', '162843.680000', '162843.683000', '162843.686000', '162903.562000', '162903.565000', '162903.568000', '162903.571000', '162903.580000', '162903.583000', '162903.586000', '162903.589000', '162903.592000', '162903.594000', '162903.597000', '162903.600000', '162903.603000', '162903.606000', '162903.609000', '162903.612000', '162903.615000', '162903.618000', '162903.621000', '162903.623000', '162903.626000', '162903.631000', '162903.636000', '162903.639000', '162903.642000', '162903.645000', '162903.648000', '162903.650000', '162903.653000', '162903.656000', '162903.659000', '162903.662000', '162903.665000', '162903.668000', '162903.671000', '162903.674000', '162903.677000', '162903.679000', '162903.682000', '162903.685000', '162903.688000', '162903.691000', '162903.694000', '162923.562000', '162923.565000', '162923.568000', '162923.571000', '162923.574000', '162923.577000', '162923.580000', '162923.583000', '162923.586000', '162923.588000', '162923.591000', '162923.594000', '162923.597000', '162923.600000', '162923.603000', '162923.606000', '162923.609000', '162923.612000', '162923.615000', '162923.617000', '162923.620000', '162923.623000', '162923.626000', '162923.629000', '162923.632000', '162923.635000', '162923.638000', '162923.641000', '162923.644000', '162923.646000', '162923.649000', '162923.652000', '162923.655000', '162923.658000', '162923.661000', '162923.664000', '162923.667000', '162923.673000', '162923.675000', '162923.678000', '162923.681000', '162923.684000', '162923.687000', '162923.690000', '162943.562000', '162943.565000', '162943.568000', '162943.571000', '162943.574000', '162943.577000', '162943.580000', '162943.583000', '162943.585000', '162943.588000', '162943.591000', '162943.594000', '162943.597000', '162943.600000', '162943.603000', '162943.606000', '162943.609000', '162943.612000', '162943.615000', '162943.618000', '162943.620000', '162943.623000', '162943.626000', '162943.629000', '162943.632000', '162943.635000', '162943.638000', '162943.641000', '162943.644000', '162943.660000', '162943.663000', '162943.666000', '162943.669000', '162943.672000', '162943.675000', '162943.678000', '162943.681000', '162943.684000', '162943.687000', '162943.689000', '162943.692000', '162943.695000', '162943.698000', '163003.561000', '163003.564000', '163003.567000', '163003.570000', '163003.573000', '163003.576000', '163003.579000', '163003.582000', '163003.584000', '163003.590000', '163003.593000', '163003.596000', '163003.599000', '163003.601000', '163003.604000', '163003.607000', '163003.610000', '163003.613000', '163003.616000', '163003.619000', '163003.622000', '163003.625000', '163003.628000', '163003.631000', '163003.634000', '163003.636000', '163003.639000', '163003.642000', '163003.645000', '163003.648000', '163003.651000', '163003.654000', '163003.657000', '163003.660000', '163003.663000', '163003.666000', '163003.668000', '163003.671000', '163003.674000', '163003.677000', '163003.680000', '163003.683000', '163003.686000', '163003.710000', '163023.562000', '163023.565000', '163023.568000', '163023.571000', '163023.574000', '163023.577000', '163023.580000', '163023.583000', '163023.586000', '163023.589000', '163023.591000', '163023.594000', '163023.597000', '163023.600000', '163023.603000', '163023.606000', '163023.609000', '163023.612000', '163023.616000', '163023.619000', '163023.621000', '163023.624000', '163023.627000', '163023.630000', '163023.633000', '163023.636000', '163023.639000', '163023.642000', '163023.645000', '163023.648000', '163023.650000', '163023.653000', '163023.656000', '163023.659000', '163023.662000', '163023.665000', '163023.668000', '163023.671000', '163023.674000', '163023.677000', '163023.680000', '163023.685000', '163023.688000', '163043.562000', '163043.565000', '163043.568000', '163043.571000', '163043.574000', '163043.579000', '163043.582000', '163043.585000', '163043.588000', '163043.591000', '163043.594000', '163043.596000', '163043.599000', '163043.602000', '163043.605000', '163043.608000', '163043.611000', '163043.614000', '163043.617000', '163043.620000', '163043.623000', '163043.626000', '163043.628000', '163043.631000', '163043.634000', '163043.637000', '163043.640000', '163043.643000', '163043.646000', '163043.649000', '163043.652000', '163043.654000', '163043.657000', '163043.660000', '163043.663000', '163043.666000', '163043.669000', '163043.672000', '163043.675000', '163043.678000', '163043.680000', '163043.683000', '163043.686000', '163043.689000', '163103.562000', '163103.565000', '163103.568000', '163103.571000', '163103.574000', '163103.577000', '163103.580000', '163103.583000', '163103.586000', '163103.589000', '163103.591000', '163103.594000', '163103.597000', '163103.600000', '163103.603000', '163103.606000', '163103.609000', '163103.612000', '163103.615000', '163103.618000', '163103.620000', '163103.623000', '163103.626000', '163103.629000', '163103.632000', '163103.635000', '163103.638000', '163103.641000', '163103.644000', '163103.646000', '163103.649000', '163103.652000', '163103.655000', '163103.658000', '163103.661000', '163103.664000', '163103.667000', '163103.670000', '163103.673000', '163103.676000', '163103.679000', '163103.682000', '163103.684000', '163123.562000', '163123.565000', '163123.568000', '163123.571000', '163123.574000', '163123.577000', '163123.580000', '163123.583000', '163123.586000', '163123.588000', '163123.591000', '163123.606000', '163123.609000', '163123.612000', '163123.615000', '163123.618000', '163123.621000', '163123.624000', '163123.626000', '163123.629000', '163123.632000', '163123.635000', '163123.638000', '163123.641000', '163123.644000', '163123.647000', '163123.650000', '163123.653000', '163123.655000', '163123.658000', '163123.661000', '163123.664000', '163123.667000', '163123.670000', '163123.673000', '163123.676000', '163123.679000', '163123.682000', '163123.684000', '163123.687000', '163123.690000', '163123.693000', '163123.696000', '163123.699000', '163143.562000', '163143.565000', '163143.568000', '163143.571000', '163143.574000', '163143.577000', '163143.580000', '163143.583000', '163143.585000', '163143.588000', '163143.591000', '163143.594000', '163143.597000', '163143.600000', '163143.603000', '163143.606000', '163143.609000', '163143.612000', '163143.614000', '163143.617000', '163143.620000', '163143.623000', '163143.626000', '163143.629000', '163143.632000', '163143.635000', '163143.638000', '163143.641000', '163143.643000', '163143.646000', '163143.649000', '163143.653000', '163143.656000', '163143.659000', '163143.662000', '163143.665000', '163143.668000', '163143.671000', '163143.674000', '163143.677000', '163143.680000', '163143.683000', '163143.685000', '163203.562000', '163203.565000', '163203.568000', '163203.571000', '163203.574000', '163203.577000', '163203.580000', '163203.582000', '163203.585000', '163203.588000', '163203.591000', '163203.594000', '163203.597000', '163203.600000', '163203.603000', '163203.606000', '163203.609000', '163203.611000', '163203.614000', '163203.617000', '163203.620000', '163203.623000', '163203.626000', '163203.629000', '163203.632000', '163203.635000', '163203.638000', '163203.640000', '163203.643000', '163203.646000', '163203.649000', '163203.652000', '163203.655000', '163203.658000', '163203.661000', '163203.663000', '163203.666000', '163203.669000', '163203.672000', '163203.675000', '163203.678000', '163203.681000', '163203.684000', '163203.687000', '163223.561000', '163223.564000', '163223.567000', '163223.570000', '163223.573000', '163223.576000', '163223.579000', '163223.582000', '163223.585000', '163223.588000', '163223.590000', '163223.593000', '163223.596000', '163223.599000', '163223.602000', '163223.605000', '163223.608000', '163223.611000', '163223.614000', '163223.616000', '163223.619000', '163223.622000', '163223.625000', '163223.628000', '163223.631000', '163223.634000', '163223.637000', '163223.639000', '163223.642000', '163223.645000', '163223.648000', '163223.651000', '163223.654000', '163223.657000', '163223.660000', '163223.663000', '163223.666000', '163223.669000', '163223.672000', '163223.674000', '163223.677000', '163223.680000', '163223.683000', '163243.562000', '163243.565000', '163243.568000', '163243.571000', '163243.574000', '163243.577000', '163243.580000', '163243.583000', '163243.586000', '163243.588000', '163243.591000', '163243.594000', '163243.597000', '163243.600000', '163243.603000', '163243.606000', '163243.609000', '163243.611000', '163243.614000', '163243.617000', '163243.620000', '163243.635000', '163243.638000', '163243.641000', '163243.644000', '163243.647000', '163243.650000', '163243.653000', '163243.656000', '163243.658000', '163243.661000', '163243.664000', '163243.667000', '163243.670000', '163243.673000', '163243.676000', '163243.679000', '163243.682000', '163243.684000', '163243.687000', '163243.690000', '163243.693000', '163243.696000', '163243.701000', '163303.562000', '163303.565000', '163303.568000', '163303.571000', '163303.574000', '163303.577000', '163303.580000', '163303.583000', '163303.586000', '163303.589000', '163303.591000', '163303.594000', '163303.597000', '163303.600000', '163303.603000', '163303.606000', '163303.609000', '163303.612000', '163303.614000', '163303.617000', '163303.620000', '163303.623000', '163303.626000', '163303.629000', '163303.632000', '163303.634000', '163303.637000', '163303.640000', '163303.643000', '163303.646000', '163303.649000', '163303.652000', '163303.655000', '163303.658000', '163303.661000', '163303.664000', '163303.666000', '163303.669000', '163303.672000', '163303.675000', '163303.678000', '163303.681000', '163303.684000', '163323.562000', '163323.565000', '163323.568000', '163323.571000', '163323.574000', '163323.577000', '163323.580000', '163323.583000', '163323.586000', '163323.588000', '163323.591000', '163323.594000', '163323.597000', '163323.600000', '163323.603000', '163323.606000', '163323.609000', '163323.611000', '163323.614000', '163323.617000', '163323.620000', '163323.623000', '163323.626000', '163323.629000', '163323.632000', '163323.634000', '163323.637000', '163323.640000', '163323.643000', '163323.646000', '163323.649000', '163323.652000', '163323.655000', '163323.658000', '163323.661000', '163323.663000', '163323.666000', '163323.669000', '163323.672000', '163323.675000', '163323.678000', '163323.681000', '163323.684000', '163323.686000', '163343.562000', '163343.565000', '163343.568000', '163343.571000', '163343.574000', '163343.577000', '163343.580000', '163343.583000', '163343.586000', '163343.589000', '163343.591000', '163343.594000', '163343.597000', '163343.600000', '163343.603000', '163343.606000', '163343.609000', '163343.612000', '163343.615000', '163343.617000', '163343.620000', '163343.623000', '163343.626000', '163343.629000', '163343.632000', '163343.635000', '163343.638000', '163343.641000', '163343.643000', '163343.646000', '163343.649000', '163343.652000', '163343.655000', '163343.658000', '163343.661000', '163343.664000', '163343.667000', '163343.670000', '163343.673000', '163343.675000', '163343.678000', '163343.681000', '163343.684000', '163403.562000', '163403.565000', '163403.568000', '163403.571000', '163403.574000', '163403.577000', '163403.580000', '163403.583000', '163403.586000', '163403.589000', '163403.592000', '163403.595000', '163403.598000', '163403.600000', '163403.603000', '163403.606000', '163403.609000', '163403.612000', '163403.615000', '163403.618000', '163403.621000', '163403.624000', '163403.627000', '163403.629000', '163403.632000', '163403.635000', '163403.638000', '163403.641000', '163403.644000', '163403.647000', '163403.650000', '163403.652000', '163403.672000', '163403.675000', '163403.678000', '163403.680000', '163403.683000', '163403.686000', '163403.689000', '163403.692000', '163403.695000', '163403.698000', '163403.701000', '163423.562000', '163423.565000', '163423.568000', '163423.571000', '163423.574000', '163423.577000', '163423.580000', '163423.583000', '163423.586000', '163423.589000', '163423.592000', '163423.594000', '163423.597000', '163423.600000', '163423.603000', '163423.606000', '163423.609000', '163423.612000', '163423.615000', '163423.618000', '163423.621000', '163423.623000', '163423.626000', '163423.629000', '163423.632000', '163423.635000', '163423.638000', '163423.641000', '163423.644000', '163423.646000', '163423.649000', '163423.652000', '163423.655000', '163423.658000', '163423.661000', '163423.664000', '163423.667000', '163423.670000', '163423.673000', '163423.676000', '163423.678000', '163423.681000', '163423.684000', '163423.687000', '163443.561000', '163443.564000', '163443.567000', '163443.570000', '163443.573000', '163443.578000', '163443.582000', '163443.585000', '163443.588000', '163443.590000', '163443.593000', '163443.596000', '163443.599000', '163443.602000', '163443.605000', '163443.608000', '163443.611000', '163443.613000', '163443.616000', '163443.619000', '163443.622000', '163443.625000', '163443.628000', '163443.631000', '163443.634000', '163443.637000', '163443.639000', '163443.642000', '163443.645000', '163443.648000', '163443.651000', '163443.654000', '163443.657000', '163443.660000', '163443.663000', '163443.666000', '163443.669000', '163443.671000', '163443.674000', '163443.677000', '163443.680000', '163443.683000', '163443.686000', '163503.562000', '163503.565000', '163503.568000', '163503.571000', '163503.574000', '163503.577000', '163503.580000', '163503.583000', '163503.586000', '163503.588000', '163503.591000', '163503.594000', '163503.597000', '163503.600000', '163503.603000', '163503.606000', '163503.609000', '163503.612000', '163503.615000', '163503.618000', '163503.620000', '163503.623000', '163503.626000', '163503.629000', '163503.632000', '163503.635000', '163503.638000', '163503.641000', '163503.644000', '163503.647000', '163503.650000', '163503.653000', '163503.656000', '163503.658000', '163503.661000', '163503.664000', '163503.667000', '163503.670000', '163503.673000', '163503.676000', '163503.679000', '163503.682000', '163503.684000', '163503.687000', '163523.562000', '163523.565000', '163523.568000', '163523.571000', '163523.574000', '163523.577000', '163523.580000', '163523.583000', '163523.586000', '163523.589000', '163523.593000', '163523.597000', '163523.600000', '163523.603000', '163523.606000', '163523.609000', '163523.612000', '163523.615000', '163523.617000', '163523.620000', '163523.623000', '163523.626000', '163523.629000', '163523.632000', '163523.635000', '163523.638000', '163523.641000', '163523.643000', '163523.646000', '163523.649000', '163523.652000', '163523.655000', '163523.658000', '163523.661000', '163523.664000', '163523.667000', '163523.669000', '163523.672000', '163523.675000', '163523.678000', '163523.681000', '163523.684000', '163523.687000', '163543.562000', '163543.565000', '163543.568000', '163543.571000', '163543.574000', '163543.577000', '163543.580000', '163543.583000', '163543.586000', '163543.589000', '163543.592000', '163543.595000', '163543.597000', '163543.600000', '163543.603000', '163543.606000', '163543.609000', '163543.612000', '163543.615000', '163543.618000', '163543.621000', '163543.624000', '163543.627000', '163543.630000', '163543.633000', '163543.636000', '163543.639000', '163543.642000', '163543.645000', '163543.648000', '163543.650000', '163543.653000', '163543.656000', '163543.659000', '163543.662000', '163543.665000', '163543.668000', '163543.671000', '163543.674000', '163543.677000', '163543.680000', '163543.683000', '163543.686000', '163543.689000', '163603.562000', '163603.565000', '163603.568000', '163603.571000', '163603.574000', '163603.577000', '163603.580000', '163603.583000', '163603.586000', '163603.589000', '163603.592000', '163603.594000', '163603.597000', '163603.600000', '163603.603000', '163603.606000', '163603.609000', '163603.612000', '163603.615000', '163603.618000', '163603.621000', '163603.624000', '163603.627000', '163603.630000', '163603.632000', '163603.635000', '163603.638000', '163603.641000', '163603.644000', '163603.647000', '163603.650000', '163603.653000', '163603.656000', '163603.659000', '163603.662000', '163603.665000', '163603.667000', '163603.670000', '163603.673000', '163603.676000', '163603.679000', '163603.682000', '163603.685000', '163623.562000', '163623.565000', '163623.568000', '163623.571000', '163623.574000', '163623.577000', '163623.580000', '163623.583000', '163623.586000', '163623.589000', '163623.591000', '163623.594000', '163623.597000', '163623.600000', '163623.603000', '163623.606000', '163623.609000', '163623.612000', '163623.615000', '163623.618000', '163623.621000', '163623.624000', '163623.627000', '163623.629000', '163623.632000', '163623.635000', '163623.638000', '163623.641000', '163623.644000', '163623.647000', '163623.650000', '163623.653000', '163623.656000', '163623.659000', '163623.662000', '163623.664000', '163623.667000', '163623.670000', '163623.673000', '163623.676000', '163623.679000', '163623.682000', '163623.685000', '163623.688000', '163643.563000', '163643.566000', '163643.569000', '163643.572000', '163643.575000', '163643.578000', '163643.581000', '163643.584000', '163643.587000', '163643.590000', '163643.593000', '163643.596000', '163643.598000', '163643.601000', '163643.604000', '163643.607000', '163643.610000', '163643.613000', '163643.616000', '163643.619000', '163643.622000', '163643.625000', '163643.628000', '163643.631000', '163643.634000', '163643.648000', '163643.651000', '163643.654000', '163643.657000', '163643.660000', '163643.663000', '163643.665000', '163643.668000', '163643.671000', '163643.674000', '163643.677000', '163643.680000', '163643.683000', '163643.686000', '163643.689000', '163643.692000', '163643.694000', '163643.697000', '163703.561000', '163703.564000', '163703.567000', '163703.570000', '163703.573000', '163703.576000', '163703.579000', '163703.582000', '163703.585000', '163703.588000', '163703.591000', '163703.593000', '163703.596000', '163703.599000', '163703.602000', '163703.605000', '163703.608000', '163703.611000', '163703.614000', '163703.617000', '163703.619000', '163703.622000', '163703.625000', '163703.628000', '163703.631000', '163703.634000', '163703.637000', '163703.640000', '163703.643000', '163703.645000', '163703.648000', '163703.651000', '163703.654000', '163703.657000', '163703.660000', '163703.663000', '163703.666000', '163703.669000', '163703.672000', '163703.675000', '163703.678000', '163703.681000', '163703.683000', '163703.686000', '163723.562000', '163723.565000', '163723.568000', '163723.571000', '163723.574000', '163723.577000', '163723.580000', '163723.583000', '163723.586000', '163723.589000', '163723.592000', '163723.595000', '163723.597000', '163723.600000', '163723.603000', '163723.606000', '163723.609000', '163723.612000', '163723.615000', '163723.618000', '163723.620000', '163723.623000', '163723.626000', '163723.629000', '163723.632000', '163723.636000', '163723.639000', '163723.642000', '163723.645000', '163723.648000', '163723.651000', '163723.654000', '163723.657000', '163723.660000', '163723.663000', '163723.666000', '163723.669000', '163723.672000', '163723.674000', '163723.677000', '163723.680000', '163723.683000', '163723.686000', '163734.279000', '163734.283000', '163734.286000', '163734.289000', '163734.292000', '163734.295000', '163734.298000', '163734.302000', '163734.305000', '163734.308000', '163734.311000', '163734.314000', '163734.317000', '163734.320000', '163734.323000', '163734.326000', '163734.329000', '163734.332000', '163734.335000', '163734.338000', '163734.341000', '163734.343000', '163734.347000', '163734.350000'], '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': [8106, 9689, 8643, 8913, 8431, 10878, 8595, 10531, 8723, 12704, 9079, 9462, 10203, 8717, 12369, 8520, 11168, 8466, 8812, 8449, 10575, 8203, 8625, 11836, 8413, 11766, 8212, 7869, 8119, 10030, 8079, 8063, 8153, 9978, 8018, 7873, 8257, 7776, 8220, 12254, 8684, 10861, 8664, 9676, 8460, 7672, 8268, 13024, 9307, 11573, 8376, 7552, 8521, 9220, 8393, 12455, 8453, 11981, 8239, 11037, 8978, 8364, 11012, 8246, 12089, 8228, 11818, 8011, 8320, 10173, 8069, 8428, 8122, 9841, 8085, 11959, 8138, 11156, 9647, 8473, 13267, 8379, 12234, 8247, 11964, 11774, 8362, 12668, 8143, 11017, 8070, 8241, 12808, 8231, 11068, 8083, 8685, 10838, 8112, 11082, 8020, 9732, 7691, 8124, 11844, 7960, 11757, 8370, 8075, 11582, 8002, 10045, 7800, 9724, 9608, 7700, 10751, 7815, 8827, 7546, 10393, 9401, 7796, 11887, 7679, 11265, 7641, 9419, 11618, 7706, 11939, 7765, 11198, 7604, 9676, 11192, 7767, 12100, 7957, 11831, 7699, 10918, 11603, 7958, 12557, 7957, 11114, 7723, 11150, 10113, 7860, 12993, 8010, 11840, 7658, 11576, 8939, 9045, 9537, 7898, 12212, 7695, 10838, 7708, 10521, 7485, 7938, 12368, 7880, 11866, 7572, 10599, 7337, 8008, 11303, 7908, 10937, 7491, 8575, 7547, 9489, 7489, 8085, 12062, 7829, 11452, 7600, 10627, 7436, 8207, 11993, 7733, 11588, 7384, 9480, 7370, 11026, 7358, 9738, 7456, 8801, 7305, 9072, 7372, 11918, 7509, 7591, 7592, 11128, 7927, 12691, 10090, 11075, 7400, 8818, 9343, 8026, 13038, 7829, 11316, 7582, 10091, 7365, 8491, 8537, 7710, 9744, 7581, 9229, 7338, 10172, 7147, 8340, 7203, 7834, 11428, 7620, 10652, 7516, 11307, 7251, 8752, 13158, 7765, 11637, 7504, 10148, 8090, 8080, 12103, 7653, 10101, 7403, 8806, 9420, 7911, 11856, 7598, 10004, 7200, 9105, 8293, 7806, 12383, 7589, 11136, 7363, 9249, 7297, 9481, 10738, 7847, 11603, 7516, 9914, 7450, 10141, 9781, 7869, 12427, 7797, 11060, 7500, 10281, 7756, 8133, 8062, 7761, 11783, 7775, 11068, 7678, 9437, 7301, 7990, 11332, 7902, 11591, 7678, 9496, 7392, 7988, 11664, 7931, 10197, 7604, 8574, 7287, 7928, 10070, 7916, 10469, 7776, 8855, 7527, 9109, 7531, 8079, 11991, 7896, 11201, 7667, 9995, 7588, 9241, 10669, 7730, 11448, 7680, 9566, 7550, 9756, 9367, 7988, 9733, 7850, 9880, 8119, 7703, 8389, 7826, 8353, 8165, 10905, 8332, 11878, 9685, 12610, 8635, 11567, 8166, 11110, 8226, 11130, 9169, 10776, 8189, 10796, 8296, 9972, 8371, 11093, 8645, 11316, 8098, 10014, 10958, 8262, 11644, 8233, 10926, 8114, 9766, 8115, 8288, 7950, 9396, 8003, 9130, 7750, 8678, 8918, 8131, 11704, 8074, 11693, 8043, 11010, 7997, 8646, 8227, 10014, 7768, 7828, 7937, 9346, 7881, 9554, 7725, 8129, 7838, 8217, 7937, 8340, 10481, 9551, 7986, 8248, 8516, 8134, 11484, 8130, 11893, 7897, 10679, 7958, 10769, 7908, 10480, 9630, 8020, 11056, 8037, 10950, 7918, 9572, 7934, 8428, 7677, 8013, 10902, 7907, 9743, 7774, 8944, 7661, 8088, 9401, 7842, 10047, 7691, 8769, 7635, 8070, 8219, 7766, 10293, 7697, 10846, 7495, 7962, 10283, 7865, 10152, 7578, 10485, 7503, 8052, 7415, 7829, 10858, 7958, 10178, 7622, 9212, 7649, 10378, 8567, 8160, 7596, 8049, 10752, 8248, 12123, 7881, 11176, 7934, 9862, 7875, 10428, 8725, 8214, 7449, 7901, 9475, 7952, 11502, 7929, 11030, 8034, 9654, 7731, 10040, 8507, 9050, 9677, 8203, 11552, 8372, 11956, 8118, 12358, 8176, 12367, 8205, 12247, 8209, 11696, 8235, 10884, 9663, 8987, 10440, 8239, 12293, 8167, 11479, 8339, 8990, 8015, 8328, 8348, 8255, 11967, 8089, 11029, 8134, 11247, 8214, 10471, 8292, 8230, 10206, 8298, 11439, 8563, 10326, 12827, 8222, 12500, 8225, 10404, 8262, 7995, 8102, 8148, 7731, 8096, 10853, 7985, 9919, 8050, 10331, 7787, 10446, 7642, 8086, 7231, 8088, 10938, 7863, 10673, 7635, 9908, 7552, 8489, 10349, 8106, 11892, 7883, 11287, 8118, 9353, 7453, 8088, 12487, 8014, 11597, 7726, 9348, 7586, 8102, 12485, 7873, 11144, 7655, 8420, 7562, 7830, 7455, 8037, 11192, 7969, 11372, 7670, 10805, 7743, 8342, 7776, 8678, 7728, 8765, 7793, 9882, 8009, 8983, 8858, 10191, 10870, 9059, 11979, 10148, 8438, 13160, 8325, 11569, 8177, 10425, 8173, 8873, 8139, 9310, 8069, 7342, 7886, 7737, 7888, 10463, 8915, 9377, 7833, 10086, 8414, 7966, 11448, 8169, 12236, 7979, 11988, 8314, 10899, 8130, 11615, 9542, 9449, 7871, 8660, 8791, 8155, 13184, 8207, 12061, 8093, 10432, 7941, 9112, 10031, 8216, 8714, 8008, 7674, 8018, 9655, 8080, 11501, 7960, 10789, 7946, 9822, 7646, 9423, 8063, 11329, 8104, 11690, 8062, 12170, 9423, 10374, 11245, 7952, 12938, 8021, 10845, 8153, 10695, 8122, 7995, 7776, 8099, 10084, 8007, 10843, 7977, 9771, 7870, 9473, 7948, 9741, 8240, 8251, 9082, 7870, 11887, 8106, 12030, 8015, 10531, 7958, 9945, 7927, 7989, 12696, 8550, 12435, 8066, 10458, 8061, 8397, 7982, 8782, 9359, 8150, 11026, 10344, 9232, 12959, 8291, 12100, 8284, 11381, 8356, 8231, 11751, 8137, 12470, 8185, 10834, 8176, 8194, 8165, 7651, 7794, 7636, 7258, 8209, 7218, 10244, 7318, 11687, 7893, 11006, 8839, 11133, 10814, 10645, 14119, 11179, 14400, 9774, 13435, 8279, 12273, 8190, 11142, 8940, 9564, 11775, 7463, 13854, 7759, 12557, 7835, 10578, 7684, 10039, 7781, 8397, 7424, 7658, 9399, 7397, 12242, 7211, 12421, 7276, 11932, 7499, 10735, 7567, 9682, 7518, 10253, 7617, 8874, 7618, 7406, 11237, 7286, 12387, 7530, 10987, 7520, 9801, 7774, 7922, 9960, 7268, 12482, 7368, 10862, 7514, 8641, 7561, 8635, 7485, 8142, 7339, 8122, 7009, 8762, 7441, 8578, 8573, 7132, 12056, 9637, 12372, 7862, 12075, 10440, 8076, 12329, 8721, 10719, 7207, 10439, 7441, 8150, 10721, 7248, 10982, 7305, 10574, 7285, 12004, 7938, 7938, 9290, 7535, 10899, 7075, 9488, 7921, 7969, 11762, 7311, 12285, 7209, 7737, 11727, 7235, 10327, 7027, 8966, 7345, 7630, 10996, 7113, 11840, 8090, 8340, 7394, 7402, 10904, 7095, 12119, 8740, 7862, 7456, 7658, 11898, 7573, 11288, 7080, 11718, 7348, 11069, 7210, 11608, 8726, 10365, 9151, 8144, 13590, 7211, 12973, 8376, 11748, 7236, 8294, 11771, 7104, 12900, 7016, 10096, 7167, 8454, 9174, 7374, 11908, 7043, 8795, 7104, 8930, 7565, 7491, 12435, 7145, 11506, 7251, 9912, 8898, 7570, 12584, 7088, 11154, 7163, 9013, 9254, 7405, 12153, 6956, 9713, 7259, 8512, 8900, 7393, 12003, 7128, 10017, 7110, 9515, 9782, 7263, 12352, 7079, 11309, 7259, 9644, 9382, 7575, 13176, 7224, 12018, 7370, 11035, 7389, 9270, 8749, 8430, 8021, 7808, 12549, 7772, 12818, 7861, 11581, 7563, 12047, 7779, 10177, 10355, 8158, 11201, 7587, 13228, 7568, 12008, 7677, 10766, 7697, 11429, 7576, 9574, 10146, 7943, 13263, 7237, 13144, 7550, 11602, 7724, 11987, 7557, 10076, 7372, 9241, 7510, 8076, 12512, 7202, 10251, 7438, 7747, 8410, 7558, 8904, 7675, 12601, 10461, 10826, 11126, 7788, 13337, 7445, 12764, 9710, 10364, 8231, 7916, 13699, 7332, 11221, 7541, 8274, 7541, 7600, 7484, 7303, 12010, 7487, 11713, 7579, 10895, 7584, 8607, 9827, 7588, 13296, 7553, 12309, 7683, 11064, 7756, 10459, 10256, 9046, 11811, 7605, 13140, 7689, 11741, 7864, 9967, 7482, 7921, 11767, 7568, 12402, 7662, 10782, 7788, 8246, 12137, 7277, 11675, 7623, 10738, 7583, 7667, 7554, 7527, 12229, 7498, 12312, 7488, 10083, 7491, 7688, 13276, 7435, 11663, 7603, 9578, 7437, 7635, 13241, 7380, 11743, 7749, 8320, 7370, 7458, 12732, 7352, 11024, 7487, 8831, 8489, 7519, 13468, 7479, 11119, 7128, 9005, 7319, 10959, 7486, 9022, 9682, 8710, 7589, 7965, 7404, 9689, 7182, 14075, 9935, 11006, 10567, 8361, 11722, 7441, 13832, 9678, 13200, 9316, 11426, 7450, 9067, 8040, 8797, 11391, 7409, 7832, 7569, 8673, 7456, 10430, 7788, 7237, 9160, 7340, 9514, 8563, 10464, 10633, 10321, 7153, 9524, 7225, 12599, 8218, 11759, 10701, 11553, 10329, 8508, 13710, 7123, 13375, 7969, 12550, 7516, 10476, 7371, 8412, 7614, 6823, 9387, 7403, 10727, 8798, 11049, 8723, 11477, 7285, 12539, 7412, 13504, 9282, 13154, 9678, 12992, 9246, 12011, 9505, 11039, 10710, 9847, 14693, 7960, 13179, 7227, 11177, 7378, 9252, 7537, 8867, 7384, 8362, 8917, 8113, 13208, 7671, 12217, 7661, 11829, 7336, 11384, 7260, 10368, 6899, 10090, 6953, 11263, 6864, 8843, 7983, 8206, 10002, 7989, 7407, 8244, 8106, 8026, 13052, 7745, 13132, 7415, 12381, 7557, 12864, 7510, 12445, 7300, 12069, 7252, 11829, 7109, 9840, 10722, 7911, 10664, 7581, 10673, 7523, 11594, 7271, 12396, 7731, 11541, 7865, 12948, 7378, 12935, 7780, 12850, 7379, 11861, 7189, 10899, 9233, 8148, 10196, 7242, 12576, 9283, 8823, 10472, 7378, 12260, 7964, 12644, 8448, 12800, 7321, 12245, 7172, 12931, 7540, 12921, 7212, 13459, 7529, 13089, 8068, 12118, 7303, 11504, 7265, 11624, 7618, 11246, 7468, 9018, 6711, 11264, 7001, 11081, 8487, 10170, 6732, 11263, 7066, 11677, 9287, 11749, 7942, 11011, 9744, 9319, 10913, 9082, 8908, 10284, 7855, 9697, 10924, 9307, 10504, 9101, 10980, 7829, 11993, 7606, 9716, 8222, 6941, 9224, 6608, 10278, 7845, 11339], 'WindowCenter': [4001.0, 4004.0, 3982.0, 3979.0, 3968.0, 3988.0, 3979.0, 3988.0, 3967.0, 3998.0, 3966.0, 3965.0, 3973.0, 3953.0, 3983.0, 3955.0, 3984.0, 3952.0, 3966.0, 3955.0, 3986.0, 3953.0, 3966.0, 3985.0, 3955.0, 3985.0, 3951.0, 3954.0, 3955.0, 3986.0, 3968.0, 3968.0, 3964.0, 3988.0, 3956.0, 3968.0, 3968.0, 3959.0, 3980.0, 4012.0, 3980.0, 3988.0, 3968.0, 3978.0, 3968.0, 3957.0, 3968.0, 4010.0, 3964.0, 3989.0, 3955.0, 3944.0, 3967.0, 3978.0, 3966.0, 3998.0, 3967.0, 3998.0, 3954.0, 3987.0, 3965.0, 3956.0, 3975.0, 3955.0, 3984.0, 3957.0, 3987.0, 3945.0, 3957.0, 3975.0, 3954.0, 3954.0, 3957.0, 3977.0, 3968.0, 4001.0, 3958.0, 3999.0, 3977.0, 3966.0, 3998.0, 3956.0, 3987.0, 3955.0, 3988.0, 3985.0, 3953.0, 3984.0, 3942.0, 3977.0, 3943.0, 3954.0, 3983.0, 3953.0, 3975.0, 3942.0, 3956.0, 3973.0, 3944.0, 3985.0, 3944.0, 3966.0, 3943.0, 3955.0, 3985.0, 3955.0, 3988.0, 3954.0, 3956.0, 3983.0, 3955.0, 3975.0, 3943.0, 3977.0, 3965.0, 3944.0, 3985.0, 3956.0, 3966.0, 3956.0, 3989.0, 3979.0, 3957.0, 3997.0, 3959.0, 3998.0, 3956.0, 3981.0, 3997.0, 3957.0, 3998.0, 3958.0, 4001.0, 3958.0, 3992.0, 3997.0, 3958.0, 4009.0, 3969.0, 4009.0, 3958.0, 3999.0, 3998.0, 3958.0, 3996.0, 3957.0, 3988.0, 3957.0, 4000.0, 3987.0, 3958.0, 3998.0, 3957.0, 3998.0, 3956.0, 3997.0, 3966.0, 3967.0, 3976.0, 3956.0, 3997.0, 3958.0, 3988.0, 3956.0, 3986.0, 3944.0, 3965.0, 3997.0, 3956.0, 3997.0, 3945.0, 3986.0, 3946.0, 3956.0, 3985.0, 3957.0, 3986.0, 3945.0, 3963.0, 3956.0, 3976.0, 3946.0, 3968.0, 3998.0, 3955.0, 3996.0, 3955.0, 3986.0, 3945.0, 3968.0, 3995.0, 3956.0, 3985.0, 3945.0, 3975.0, 3946.0, 3999.0, 3946.0, 3976.0, 3947.0, 3977.0, 3957.0, 3979.0, 3958.0, 3999.0, 3945.0, 3958.0, 3959.0, 4000.0, 3969.0, 4013.0, 3989.0, 3990.0, 3946.0, 3966.0, 3964.0, 3954.0, 3995.0, 3944.0, 3973.0, 3945.0, 3974.0, 3933.0, 3966.0, 3953.0, 3945.0, 3963.0, 3955.0, 3965.0, 3946.0, 3990.0, 3945.0, 3967.0, 3945.0, 3958.0, 3997.0, 3958.0, 3987.0, 3955.0, 4001.0, 3946.0, 3979.0, 4008.0, 3956.0, 3996.0, 3946.0, 3988.0, 3955.0, 3958.0, 3997.0, 3944.0, 3976.0, 3945.0, 3967.0, 3966.0, 3956.0, 3986.0, 3945.0, 3975.0, 3944.0, 3967.0, 3955.0, 3956.0, 3999.0, 3945.0, 3984.0, 3946.0, 3968.0, 3944.0, 3977.0, 3986.0, 3955.0, 3987.0, 3946.0, 3975.0, 3946.0, 3988.0, 3976.0, 3956.0, 3995.0, 3946.0, 3986.0, 3944.0, 3977.0, 3944.0, 3956.0, 3954.0, 3956.0, 3987.0, 3946.0, 3987.0, 3945.0, 3966.0, 3934.0, 3943.0, 3971.0, 3943.0, 3983.0, 3932.0, 3966.0, 3932.0, 3955.0, 3973.0, 3944.0, 3976.0, 3943.0, 3949.0, 3932.0, 3956.0, 3975.0, 3956.0, 3975.0, 3945.0, 3966.0, 3957.0, 3979.0, 3945.0, 3958.0, 3987.0, 3957.0, 3984.0, 3948.0, 3978.0, 3944.0, 3977.0, 3975.0, 3946.0, 3986.0, 3956.0, 3979.0, 3958.0, 3979.0, 3976.0, 3957.0, 3975.0, 3967.0, 3987.0, 3971.0, 3971.0, 3980.0, 3969.0, 3980.0, 3983.0, 4011.0, 3983.0, 4012.0, 3992.0, 4012.0, 3964.0, 3988.0, 3955.0, 3986.0, 3953.0, 3975.0, 3956.0, 3972.0, 3942.0, 3974.0, 3942.0, 3952.0, 3940.0, 3961.0, 3939.0, 3962.0, 3930.0, 3949.0, 3947.0, 3929.0, 3961.0, 3928.0, 3958.0, 3928.0, 3947.0, 3931.0, 3925.0, 3928.0, 3951.0, 3930.0, 3952.0, 3930.0, 3940.0, 3950.0, 3942.0, 3975.0, 3942.0, 3970.0, 3931.0, 3959.0, 3941.0, 3944.0, 3954.0, 3963.0, 3943.0, 3943.0, 3942.0, 3963.0, 3944.0, 3974.0, 3945.0, 3955.0, 3945.0, 3954.0, 3945.0, 3954.0, 3973.0, 3964.0, 3942.0, 3954.0, 3952.0, 3955.0, 3985.0, 3955.0, 3984.0, 3943.0, 3971.0, 3942.0, 3974.0, 3942.0, 3974.0, 3951.0, 3943.0, 3972.0, 3943.0, 3971.0, 3931.0, 3952.0, 3929.0, 3942.0, 3930.0, 3941.0, 3960.0, 3941.0, 3952.0, 3932.0, 3954.0, 3931.0, 3942.0, 3952.0, 3944.0, 3962.0, 3932.0, 3954.0, 3943.0, 3945.0, 3953.0, 3945.0, 3974.0, 3945.0, 3986.0, 3944.0, 3956.0, 3974.0, 3945.0, 3975.0, 3945.0, 3976.0, 3933.0, 3956.0, 3933.0, 3957.0, 3986.0, 3957.0, 3977.0, 3956.0, 3976.0, 3959.0, 3989.0, 3968.0, 3968.0, 3957.0, 3967.0, 3987.0, 3968.0, 3999.0, 3959.0, 3987.0, 3957.0, 3977.0, 3958.0, 3989.0, 3966.0, 3967.0, 3946.0, 3969.0, 3976.0, 3970.0, 3999.0, 3957.0, 3988.0, 3957.0, 3977.0, 3956.0, 3989.0, 3967.0, 3968.0, 3975.0, 3957.0, 3987.0, 3957.0, 3999.0, 3959.0, 3997.0, 3955.0, 3997.0, 3956.0, 3997.0, 3957.0, 3989.0, 3958.0, 3978.0, 3953.0, 3954.0, 3963.0, 3944.0, 3972.0, 3942.0, 3972.0, 3941.0, 3941.0, 3929.0, 3942.0, 3941.0, 3953.0, 3983.0, 3943.0, 3972.0, 3944.0, 3985.0, 3957.0, 3985.0, 3956.0, 3957.0, 3988.0, 3956.0, 3988.0, 3954.0, 3977.0, 3984.0, 3943.0, 3984.0, 3943.0, 3961.0, 3940.0, 3930.0, 3931.0, 3941.0, 3931.0, 3946.0, 3973.0, 3942.0, 3961.0, 3944.0, 3973.0, 3945.0, 3986.0, 3943.0, 3955.0, 3933.0, 3957.0, 3974.0, 3955.0, 3975.0, 3944.0, 3977.0, 3944.0, 3956.0, 3975.0, 3944.0, 3985.0, 3945.0, 3986.0, 3943.0, 3965.0, 3932.0, 3944.0, 3983.0, 3943.0, 3985.0, 3932.0, 3953.0, 3932.0, 3945.0, 3982.0, 3945.0, 3974.0, 3933.0, 3943.0, 3932.0, 3946.0, 3932.0, 3958.0, 3986.0, 3955.0, 3987.0, 3944.0, 3987.0, 3955.0, 3955.0, 3945.0, 3966.0, 3957.0, 3965.0, 3957.0, 3989.0, 3967.0, 3979.0, 3980.0, 3988.0, 4000.0, 3969.0, 3999.0, 3975.0, 3957.0, 3995.0, 3942.0, 3973.0, 3944.0, 3963.0, 3941.0, 3953.0, 3941.0, 3953.0, 3944.0, 3931.0, 3944.0, 3944.0, 3956.0, 3988.0, 3966.0, 3967.0, 3944.0, 3976.0, 3942.0, 3944.0, 3983.0, 3954.0, 3984.0, 3944.0, 3984.0, 3954.0, 3975.0, 3944.0, 3985.0, 3964.0, 3966.0, 3942.0, 3954.0, 3940.0, 3942.0, 3982.0, 3942.0, 3982.0, 3941.0, 3963.0, 3930.0, 3953.0, 3963.0, 3941.0, 3941.0, 3942.0, 3930.0, 3944.0, 3964.0, 3953.0, 3983.0, 3944.0, 3985.0, 3956.0, 3975.0, 3944.0, 3963.0, 3945.0, 3985.0, 3944.0, 3983.0, 3945.0, 3986.0, 3963.0, 3976.0, 3969.0, 3932.0, 3969.0, 3929.0, 3959.0, 3929.0, 3961.0, 3928.0, 3930.0, 3917.0, 3930.0, 3959.0, 3941.0, 3972.0, 3941.0, 3961.0, 3942.0, 3962.0, 3945.0, 3964.0, 3942.0, 3942.0, 3951.0, 3943.0, 3982.0, 3943.0, 3983.0, 3941.0, 3963.0, 3930.0, 3964.0, 3931.0, 3942.0, 3984.0, 3967.0, 3996.0, 3954.0, 3972.0, 3956.0, 3955.0, 3967.0, 3965.0, 3978.0, 3956.0, 3999.0, 3974.0, 3975.0, 3996.0, 3953.0, 3982.0, 3941.0, 3973.0, 3940.0, 3941.0, 3970.0, 3942.0, 3971.0, 3940.0, 3960.0, 3928.0, 3940.0, 3955.0, 3955.0, 3942.0, 3943.0, 3944.0, 3966.0, 3958.0, 3989.0, 3945.0, 3996.0, 3943.0, 3987.0, 3966.0, 3999.0, 3974.0, 3975.0, 3994.0, 3973.0, 3982.0, 3950.0, 3969.0, 3917.0, 3956.0, 3914.0, 3945.0, 3912.0, 3923.0, 3943.0, 3892.0, 3952.0, 3891.0, 3941.0, 3892.0, 3932.0, 3891.0, 3932.0, 3901.0, 3912.0, 3891.0, 3904.0, 3924.0, 3904.0, 3955.0, 3918.0, 3964.0, 3916.0, 3956.0, 3917.0, 3957.0, 3929.0, 3950.0, 3920.0, 3960.0, 3929.0, 3951.0, 3929.0, 3930.0, 3970.0, 3933.0, 3982.0, 3931.0, 3970.0, 3933.0, 3963.0, 3941.0, 3953.0, 3972.0, 3932.0, 3982.0, 3944.0, 3983.0, 3944.0, 3965.0, 3944.0, 3965.0, 3944.0, 3955.0, 3944.0, 3968.0, 3958.0, 3978.0, 3958.0, 3992.0, 3992.0, 3973.0, 4025.0, 3991.0, 4022.0, 3969.0, 4010.0, 3988.0, 3970.0, 4009.0, 3966.0, 3975.0, 3943.0, 3975.0, 3932.0, 3955.0, 3984.0, 3945.0, 3983.0, 3945.0, 3973.0, 3944.0, 3997.0, 3955.0, 3957.0, 3963.0, 3955.0, 3984.0, 3933.0, 3977.0, 3956.0, 3957.0, 3986.0, 3943.0, 3995.0, 3943.0, 3956.0, 3994.0, 3956.0, 3986.0, 3945.0, 3965.0, 3943.0, 3956.0, 3985.0, 3946.0, 3999.0, 3956.0, 3965.0, 3945.0, 3946.0, 3985.0, 3945.0, 4010.0, 3966.0, 3957.0, 3944.0, 3957.0, 3998.0, 3968.0, 3998.0, 3947.0, 3996.0, 3957.0, 3998.0, 3970.0, 4009.0, 3967.0, 3988.0, 3975.0, 3957.0, 4007.0, 3945.0, 3996.0, 3954.0, 3986.0, 3931.0, 3954.0, 3982.0, 3933.0, 3993.0, 3931.0, 3972.0, 3931.0, 3953.0, 3950.0, 3943.0, 3982.0, 3933.0, 3952.0, 3933.0, 3966.0, 3943.0, 3946.0, 3997.0, 3933.0, 3986.0, 3944.0, 3976.0, 3963.0, 3945.0, 3995.0, 3934.0, 3984.0, 3932.0, 3964.0, 3963.0, 3943.0, 3995.0, 3933.0, 3963.0, 3930.0, 3964.0, 3963.0, 3945.0, 3996.0, 3945.0, 3973.0, 3933.0, 3976.0, 3972.0, 3944.0, 3995.0, 3944.0, 3986.0, 3943.0, 3976.0, 3963.0, 3945.0, 3997.0, 3944.0, 3982.0, 3943.0, 3985.0, 3944.0, 3978.0, 3968.0, 3979.0, 3957.0, 3957.0, 4007.0, 3956.0, 4007.0, 3956.0, 3995.0, 3955.0, 3997.0, 3943.0, 3977.0, 3975.0, 3955.0, 3984.0, 3944.0, 3993.0, 3943.0, 3995.0, 3944.0, 3984.0, 3942.0, 3983.0, 3941.0, 3963.0, 3973.0, 3953.0, 3992.0, 3932.0, 3991.0, 3942.0, 3981.0, 3943.0, 3985.0, 3943.0, 3962.0, 3930.0, 3963.0, 3933.0, 3956.0, 3996.0, 3943.0, 3973.0, 3941.0, 3944.0, 3964.0, 3954.0, 3976.0, 3958.0, 4011.0, 3987.0, 3982.0, 3973.0, 3944.0, 3983.0, 3931.0, 3983.0, 3951.0, 3961.0, 3928.0, 3930.0, 3978.0, 3919.0, 3969.0, 3930.0, 3938.0, 3927.0, 3931.0, 3932.0, 3931.0, 3982.0, 3943.0, 3985.0, 3943.0, 3974.0, 3942.0, 3954.0, 3962.0, 3946.0, 3995.0, 3943.0, 3984.0, 3942.0, 3985.0, 3942.0, 3976.0, 3963.0, 3965.0, 3983.0, 3943.0, 3994.0, 3941.0, 3984.0, 3942.0, 3964.0, 3930.0, 3955.0, 3982.0, 3944.0, 3984.0, 3943.0, 3975.0, 3931.0, 3953.0, 3980.0, 3931.0, 3970.0, 3944.0, 3973.0, 3931.0, 3931.0, 3940.0, 3942.0, 3983.0, 3944.0, 3995.0, 3942.0, 3974.0, 3932.0, 3945.0, 3993.0, 3932.0, 3984.0, 3943.0, 3963.0, 3930.0, 3943.0, 3982.0, 3932.0, 3984.0, 3942.0, 3943.0, 3931.0, 3932.0, 3982.0, 3931.0, 3974.0, 3943.0, 3964.0, 3954.0, 3946.0, 3993.0, 3944.0, 3997.0, 3945.0, 3977.0, 3945.0, 3987.0, 3945.0, 3978.0, 3976.0, 3978.0, 3955.0, 3967.0, 3956.0, 3989.0, 3958.0, 4031.0, 4000.0, 3987.0, 3988.0, 3966.0, 3998.0, 3946.0, 4008.0, 3965.0, 3996.0, 3954.0, 3973.0, 3920.0, 3949.0, 3929.0, 3941.0, 3971.0, 3919.0, 3928.0, 3932.0, 3939.0, 3932.0, 3972.0, 3943.0, 3931.0, 3963.0, 3942.0, 3974.0, 3953.0, 3986.0, 3976.0, 3974.0, 3931.0, 3962.0, 3944.0, 3995.0, 3955.0, 3988.0, 3974.0, 3984.0, 3962.0, 3952.0, 3980.0, 3920.0, 3981.0, 3930.0, 3969.0, 3930.0, 3972.0, 3945.0, 3965.0, 3968.0, 3947.0, 3978.0, 3959.0, 3988.0, 3954.0, 3971.0, 3941.0, 3972.0, 3931.0, 3982.0, 3933.0, 3984.0, 3952.0, 3983.0, 3938.0, 3957.0, 3923.0, 3943.0, 3911.0, 3922.0, 3919.0, 3911.0, 3937.0, 3887.0, 3940.0, 3877.0, 3917.0, 3877.0, 3908.0, 3888.0, 3911.0, 3888.0, 3912.0, 3909.0, 3914.0, 3954.0, 3917.0, 3943.0, 3904.0, 3954.0, 3906.0, 3955.0, 3918.0, 3947.0, 3920.0, 3958.0, 3919.0, 3959.0, 3907.0, 3941.0, 3928.0, 3941.0, 3962.0, 3942.0, 3931.0, 3954.0, 3941.0, 3953.0, 3994.0, 3943.0, 3992.0, 3932.0, 3982.0, 3945.0, 3993.0, 3933.0, 3994.0, 3944.0, 3984.0, 3932.0, 3984.0, 3932.0, 3975.0, 3985.0, 3944.0, 3972.0, 3943.0, 3972.0, 3943.0, 3995.0, 3947.0, 3996.0, 3956.0, 3996.0, 3967.0, 4006.0, 3958.0, 4008.0, 3956.0, 4007.0, 3946.0, 3996.0, 3946.0, 3986.0, 3977.0, 3957.0, 3988.0, 3958.0, 4021.0, 3991.0, 3979.0, 3997.0, 3956.0, 4007.0, 3969.0, 3998.0, 3955.0, 3996.0, 3945.0, 3985.0, 3945.0, 3994.0, 3945.0, 3993.0, 3946.0, 3995.0, 3943.0, 3997.0, 3955.0, 3983.0, 3933.0, 3985.0, 3944.0, 3986.0, 3955.0, 3985.0, 3943.0, 3964.0, 3933.0, 3996.0, 3946.0, 3999.0, 3966.0, 3986.0, 3934.0, 3996.0, 3945.0, 3997.0, 3976.0, 3997.0, 3954.0, 3988.0, 3964.0, 3976.0, 3987.0, 3963.0, 3960.0, 3973.0, 3942.0, 3974.0, 3985.0, 3964.0, 3973.0, 3963.0, 3975.0, 3943.0, 3980.0, 3941.0, 3960.0, 3941.0, 3931.0, 3963.0, 3934.0, 3975.0, 3954.0, 3982.0], 'WindowWidth': [8933.0, 8925.0, 8887.0, 8877.0, 8861.0, 8887.0, 8877.0, 8887.0, 8855.0, 8896.0, 8850.0, 8847.0, 8855.0, 8828.0, 8869.0, 8834.0, 8872.0, 8827.0, 8850.0, 8834.0, 8877.0, 8831.0, 8851.0, 8875.0, 8834.0, 8874.0, 8828.0, 8832.0, 8834.0, 8881.0, 8860.0, 8861.0, 8849.0, 8885.0, 8841.0, 8860.0, 8860.0, 8848.0, 8879.0, 8924.0, 8878.0, 8884.0, 8858.0, 8871.0, 8858.0, 8844.0, 8859.0, 8916.0, 8844.0, 8882.0, 8833.0, 8819.0, 8853.0, 8869.0, 8854.0, 8897.0, 8856.0, 8897.0, 8833.0, 8879.0, 8848.0, 8837.0, 8860.0, 8834.0, 8871.0, 8838.0, 8878.0, 8820.0, 8839.0, 8859.0, 8833.0, 8833.0, 8842.0, 8869.0, 8858.0, 8905.0, 8845.0, 8900.0, 8867.0, 8854.0, 8895.0, 8838.0, 8880.0, 8833.0, 8883.0, 8871.0, 8828.0, 8869.0, 8812.0, 8865.0, 8813.0, 8832.0, 8867.0, 8828.0, 8859.0, 8812.0, 8837.0, 8854.0, 8819.0, 8872.0, 8819.0, 8850.0, 8815.0, 8835.0, 8873.0, 8835.0, 8882.0, 8831.0, 8837.0, 8868.0, 8834.0, 8861.0, 8816.0, 8866.0, 8847.0, 8819.0, 8874.0, 8839.0, 8852.0, 8841.0, 8887.0, 8873.0, 8843.0, 8896.0, 8847.0, 8898.0, 8841.0, 8879.0, 8896.0, 8844.0, 8898.0, 8845.0, 8906.0, 8847.0, 8895.0, 8897.0, 8847.0, 8914.0, 8863.0, 8916.0, 8846.0, 8901.0, 8898.0, 8844.0, 8894.0, 8842.0, 8885.0, 8841.0, 8901.0, 8882.0, 8844.0, 8896.0, 8843.0, 8896.0, 8838.0, 8895.0, 8852.0, 8854.0, 8864.0, 8840.0, 8895.0, 8844.0, 8884.0, 8840.0, 8879.0, 8822.0, 8851.0, 8894.0, 8840.0, 8893.0, 8823.0, 8879.0, 8824.0, 8839.0, 8875.0, 8842.0, 8878.0, 8824.0, 8845.0, 8839.0, 8867.0, 8826.0, 8859.0, 8896.0, 8839.0, 8891.0, 8838.0, 8881.0, 8825.0, 8859.0, 8889.0, 8839.0, 8875.0, 8825.0, 8865.0, 8828.0, 8900.0, 8827.0, 8868.0, 8830.0, 8870.0, 8844.0, 8876.0, 8847.0, 8900.0, 8827.0, 8846.0, 8850.0, 8906.0, 8865.0, 8927.0, 8886.0, 8887.0, 8824.0, 8851.0, 8845.0, 8832.0, 8885.0, 8817.0, 8856.0, 8820.0, 8860.0, 8803.0, 8851.0, 8828.0, 8822.0, 8844.0, 8838.0, 8850.0, 8826.0, 8888.0, 8826.0, 8857.0, 8825.0, 8848.0, 8896.0, 8845.0, 8883.0, 8840.0, 8906.0, 8827.0, 8875.0, 8911.0, 8840.0, 8892.0, 8828.0, 8885.0, 8836.0, 8844.0, 8895.0, 8820.0, 8863.0, 8822.0, 8855.0, 8850.0, 8839.0, 8877.0, 8823.0, 8862.0, 8822.0, 8855.0, 8837.0, 8840.0, 8898.0, 8823.0, 8873.0, 8825.0, 8857.0, 8821.0, 8869.0, 8876.0, 8835.0, 8880.0, 8825.0, 8863.0, 8824.0, 8883.0, 8864.0, 8839.0, 8888.0, 8826.0, 8878.0, 8821.0, 8868.0, 8821.0, 8838.0, 8833.0, 8839.0, 8880.0, 8824.0, 8881.0, 8821.0, 8850.0, 8805.0, 8818.0, 8851.0, 8815.0, 8869.0, 8800.0, 8848.0, 8800.0, 8835.0, 8855.0, 8818.0, 8862.0, 8815.0, 8820.0, 8802.0, 8837.0, 8861.0, 8837.0, 8863.0, 8824.0, 8852.0, 8843.0, 8874.0, 8825.0, 8844.0, 8880.0, 8842.0, 8874.0, 8829.0, 8869.0, 8821.0, 8869.0, 8861.0, 8825.0, 8879.0, 8839.0, 8873.0, 8845.0, 8874.0, 8867.0, 8841.0, 8864.0, 8858.0, 8884.0, 8870.0, 8871.0, 8880.0, 8865.0, 8880.0, 8890.0, 8923.0, 8889.0, 8924.0, 8900.0, 8924.0, 8850.0, 8885.0, 8836.0, 8877.0, 8828.0, 8861.0, 8834.0, 8850.0, 8809.0, 8855.0, 8808.0, 8823.0, 8805.0, 8834.0, 8802.0, 8836.0, 8789.0, 8816.0, 8808.0, 8787.0, 8830.0, 8784.0, 8824.0, 8784.0, 8808.0, 8793.0, 8779.0, 8786.0, 8820.0, 8793.0, 8823.0, 8791.0, 8807.0, 8819.0, 8813.0, 8856.0, 8811.0, 8846.0, 8795.0, 8829.0, 8808.0, 8815.0, 8830.0, 8841.0, 8816.0, 8814.0, 8812.0, 8841.0, 8818.0, 8859.0, 8821.0, 8836.0, 8820.0, 8831.0, 8818.0, 8830.0, 8853.0, 8845.0, 8814.0, 8833.0, 8827.0, 8834.0, 8874.0, 8835.0, 8871.0, 8816.0, 8850.0, 8812.0, 8856.0, 8813.0, 8857.0, 8821.0, 8813.0, 8849.0, 8812.0, 8847.0, 8795.0, 8823.0, 8790.0, 8811.0, 8792.0, 8810.0, 8833.0, 8811.0, 8825.0, 8799.0, 8830.0, 8796.0, 8814.0, 8824.0, 8817.0, 8840.0, 8800.0, 8830.0, 8815.0, 8821.0, 8828.0, 8822.0, 8860.0, 8822.0, 8877.0, 8819.0, 8839.0, 8859.0, 8823.0, 8860.0, 8821.0, 8864.0, 8804.0, 8839.0, 8805.0, 8843.0, 8878.0, 8842.0, 8867.0, 8841.0, 8866.0, 8847.0, 8887.0, 8859.0, 8859.0, 8841.0, 8858.0, 8883.0, 8860.0, 8903.0, 8848.0, 8882.0, 8843.0, 8870.0, 8844.0, 8889.0, 8852.0, 8855.0, 8826.0, 8862.0, 8867.0, 8864.0, 8902.0, 8844.0, 8884.0, 8842.0, 8869.0, 8840.0, 8888.0, 8856.0, 8858.0, 8863.0, 8843.0, 8879.0, 8840.0, 8901.0, 8849.0, 8893.0, 8838.0, 8892.0, 8839.0, 8892.0, 8840.0, 8885.0, 8841.0, 8869.0, 8828.0, 8830.0, 8838.0, 8816.0, 8851.0, 8812.0, 8851.0, 8807.0, 8808.0, 8789.0, 8812.0, 8809.0, 8830.0, 8866.0, 8815.0, 8853.0, 8819.0, 8875.0, 8841.0, 8875.0, 8840.0, 8842.0, 8883.0, 8838.0, 8883.0, 8833.0, 8867.0, 8869.0, 8815.0, 8869.0, 8812.0, 8833.0, 8805.0, 8791.0, 8794.0, 8809.0, 8797.0, 8822.0, 8854.0, 8812.0, 8835.0, 8819.0, 8854.0, 8823.0, 8877.0, 8818.0, 8835.0, 8802.0, 8840.0, 8857.0, 8835.0, 8862.0, 8818.0, 8865.0, 8818.0, 8838.0, 8858.0, 8820.0, 8875.0, 8822.0, 8877.0, 8815.0, 8846.0, 8800.0, 8818.0, 8868.0, 8817.0, 8874.0, 8798.0, 8827.0, 8798.0, 8821.0, 8863.0, 8819.0, 8855.0, 8801.0, 8815.0, 8800.0, 8822.0, 8799.0, 8841.0, 8876.0, 8835.0, 8878.0, 8819.0, 8880.0, 8837.0, 8836.0, 8823.0, 8851.0, 8842.0, 8849.0, 8842.0, 8888.0, 8859.0, 8875.0, 8879.0, 8885.0, 8905.0, 8860.0, 8900.0, 8862.0, 8840.0, 8890.0, 8813.0, 8853.0, 8816.0, 8837.0, 8807.0, 8826.0, 8810.0, 8827.0, 8817.0, 8797.0, 8819.0, 8819.0, 8839.0, 8885.0, 8851.0, 8852.0, 8819.0, 8865.0, 8813.0, 8819.0, 8868.0, 8832.0, 8871.0, 8819.0, 8870.0, 8832.0, 8859.0, 8818.0, 8874.0, 8842.0, 8849.0, 8810.0, 8831.0, 8806.0, 8812.0, 8866.0, 8813.0, 8865.0, 8808.0, 8840.0, 8793.0, 8827.0, 8842.0, 8809.0, 8807.0, 8811.0, 8795.0, 8818.0, 8844.0, 8831.0, 8871.0, 8819.0, 8875.0, 8838.0, 8860.0, 8819.0, 8843.0, 8820.0, 8874.0, 8820.0, 8870.0, 8822.0, 8878.0, 8841.0, 8863.0, 8842.0, 8796.0, 8841.0, 8790.0, 8829.0, 8788.0, 8834.0, 8786.0, 8792.0, 8769.0, 8792.0, 8829.0, 8810.0, 8851.0, 8809.0, 8835.0, 8811.0, 8838.0, 8818.0, 8845.0, 8812.0, 8813.0, 8822.0, 8814.0, 8864.0, 8814.0, 8867.0, 8809.0, 8840.0, 8792.0, 8843.0, 8794.0, 8813.0, 8870.0, 8856.0, 8891.0, 8833.0, 8852.0, 8838.0, 8838.0, 8857.0, 8851.0, 8871.0, 8842.0, 8901.0, 8860.0, 8864.0, 8893.0, 8831.0, 8866.0, 8807.0, 8852.0, 8805.0, 8807.0, 8844.0, 8810.0, 8846.0, 8803.0, 8830.0, 8786.0, 8807.0, 8836.0, 8837.0, 8816.0, 8817.0, 8821.0, 8853.0, 8848.0, 8888.0, 8825.0, 8891.0, 8817.0, 8880.0, 8849.0, 8900.0, 8860.0, 8862.0, 8884.0, 8855.0, 8866.0, 8817.0, 8838.0, 8766.0, 8815.0, 8756.0, 8800.0, 8750.0, 8766.0, 8793.0, 8725.0, 8803.0, 8723.0, 8786.0, 8723.0, 8775.0, 8721.0, 8779.0, 8735.0, 8751.0, 8722.0, 8744.0, 8768.0, 8745.0, 8814.0, 8771.0, 8826.0, 8767.0, 8818.0, 8768.0, 8822.0, 8787.0, 8816.0, 8778.0, 8830.0, 8788.0, 8820.0, 8789.0, 8794.0, 8846.0, 8802.0, 8864.0, 8795.0, 8845.0, 8800.0, 8842.0, 8811.0, 8831.0, 8854.0, 8802.0, 8866.0, 8821.0, 8869.0, 8820.0, 8848.0, 8822.0, 8849.0, 8820.0, 8835.0, 8823.0, 8860.0, 8850.0, 8873.0, 8850.0, 8900.0, 8901.0, 8879.0, 8950.0, 8898.0, 8938.0, 8862.0, 8920.0, 8885.0, 8864.0, 8915.0, 8852.0, 8861.0, 8817.0, 8861.0, 8801.0, 8838.0, 8873.0, 8822.0, 8869.0, 8822.0, 8856.0, 8821.0, 8895.0, 8839.0, 8841.0, 8844.0, 8838.0, 8873.0, 8805.0, 8867.0, 8840.0, 8844.0, 8877.0, 8819.0, 8889.0, 8817.0, 8840.0, 8887.0, 8840.0, 8881.0, 8823.0, 8851.0, 8818.0, 8842.0, 8877.0, 8827.0, 8902.0, 8841.0, 8852.0, 8824.0, 8827.0, 8878.0, 8826.0, 8917.0, 8855.0, 8844.0, 8823.0, 8844.0, 8901.0, 8862.0, 8898.0, 8831.0, 8893.0, 8843.0, 8900.0, 8868.0, 8916.0, 8858.0, 8887.0, 8864.0, 8844.0, 8908.0, 8824.0, 8892.0, 8833.0, 8877.0, 8798.0, 8832.0, 8866.0, 8803.0, 8882.0, 8798.0, 8851.0, 8796.0, 8829.0, 8821.0, 8818.0, 8869.0, 8803.0, 8828.0, 8805.0, 8852.0, 8817.0, 8826.0, 8895.0, 8808.0, 8878.0, 8820.0, 8865.0, 8844.0, 8823.0, 8890.0, 8806.0, 8872.0, 8801.0, 8848.0, 8841.0, 8819.0, 8888.0, 8805.0, 8843.0, 8799.0, 8847.0, 8844.0, 8823.0, 8892.0, 8824.0, 8858.0, 8807.0, 8868.0, 8856.0, 8822.0, 8891.0, 8822.0, 8879.0, 8817.0, 8866.0, 8844.0, 8824.0, 8895.0, 8820.0, 8866.0, 8817.0, 8875.0, 8823.0, 8872.0, 8861.0, 8877.0, 8842.0, 8846.0, 8910.0, 8844.0, 8911.0, 8842.0, 8889.0, 8838.0, 8894.0, 8817.0, 8867.0, 8862.0, 8836.0, 8871.0, 8819.0, 8884.0, 8818.0, 8888.0, 8822.0, 8872.0, 8815.0, 8869.0, 8811.0, 8844.0, 8858.0, 8832.0, 8879.0, 8801.0, 8877.0, 8814.0, 8864.0, 8816.0, 8875.0, 8818.0, 8840.0, 8797.0, 8842.0, 8802.0, 8839.0, 8892.0, 8818.0, 8858.0, 8813.0, 8818.0, 8850.0, 8837.0, 8868.0, 8846.0, 8922.0, 8882.0, 8870.0, 8855.0, 8817.0, 8867.0, 8796.0, 8866.0, 8819.0, 8834.0, 8786.0, 8791.0, 8852.0, 8775.0, 8841.0, 8792.0, 8801.0, 8787.0, 8796.0, 8797.0, 8800.0, 8867.0, 8818.0, 8874.0, 8817.0, 8860.0, 8814.0, 8833.0, 8839.0, 8824.0, 8886.0, 8817.0, 8871.0, 8815.0, 8873.0, 8815.0, 8864.0, 8842.0, 8849.0, 8868.0, 8815.0, 8883.0, 8812.0, 8872.0, 8812.0, 8843.0, 8796.0, 8834.0, 8866.0, 8818.0, 8871.0, 8817.0, 8860.0, 8795.0, 8830.0, 8860.0, 8796.0, 8847.0, 8817.0, 8855.0, 8796.0, 8797.0, 8808.0, 8816.0, 8868.0, 8819.0, 8888.0, 8817.0, 8860.0, 8800.0, 8822.0, 8881.0, 8800.0, 8872.0, 8815.0, 8844.0, 8796.0, 8818.0, 8867.0, 8801.0, 8873.0, 8813.0, 8815.0, 8796.0, 8801.0, 8866.0, 8800.0, 8858.0, 8818.0, 8846.0, 8831.0, 8826.0, 8883.0, 8820.0, 8896.0, 8824.0, 8870.0, 8824.0, 8882.0, 8823.0, 8872.0, 8868.0, 8873.0, 8838.0, 8858.0, 8844.0, 8889.0, 8850.0, 8951.0, 8908.0, 8882.0, 8887.0, 8854.0, 8897.0, 8827.0, 8911.0, 8847.0, 8891.0, 8829.0, 8852.0, 8776.0, 8815.0, 8788.0, 8807.0, 8845.0, 8775.0, 8786.0, 8797.0, 8803.0, 8801.0, 8852.0, 8816.0, 8797.0, 8843.0, 8814.0, 8860.0, 8831.0, 8879.0, 8862.0, 8857.0, 8798.0, 8841.0, 8820.0, 8889.0, 8834.0, 8883.0, 8859.0, 8869.0, 8837.0, 8824.0, 8859.0, 8780.0, 8861.0, 8792.0, 8840.0, 8795.0, 8852.0, 8824.0, 8849.0, 8861.0, 8832.0, 8872.0, 8850.0, 8886.0, 8831.0, 8847.0, 8807.0, 8849.0, 8795.0, 8864.0, 8800.0, 8869.0, 8824.0, 8867.0, 8798.0, 8819.0, 8767.0, 8793.0, 8746.0, 8762.0, 8751.0, 8743.0, 8773.0, 8707.0, 8781.0, 8695.0, 8744.0, 8693.0, 8735.0, 8712.0, 8747.0, 8713.0, 8752.0, 8744.0, 8756.0, 8810.0, 8765.0, 8794.0, 8746.0, 8810.0, 8750.0, 8814.0, 8770.0, 8809.0, 8777.0, 8825.0, 8774.0, 8828.0, 8757.0, 8807.0, 8787.0, 8808.0, 8837.0, 8811.0, 8795.0, 8830.0, 8808.0, 8830.0, 8884.0, 8817.0, 8878.0, 8800.0, 8863.0, 8820.0, 8882.0, 8803.0, 8885.0, 8820.0, 8870.0, 8801.0, 8872.0, 8799.0, 8862.0, 8873.0, 8818.0, 8853.0, 8816.0, 8853.0, 8818.0, 8889.0, 8828.0, 8890.0, 8840.0, 8892.0, 8858.0, 8907.0, 8846.0, 8910.0, 8840.0, 8909.0, 8827.0, 8892.0, 8829.0, 8879.0, 8870.0, 8842.0, 8884.0, 8848.0, 8938.0, 8895.0, 8875.0, 8897.0, 8840.0, 8909.0, 8862.0, 8895.0, 8837.0, 8892.0, 8821.0, 8872.0, 8824.0, 8884.0, 8821.0, 8883.0, 8825.0, 8888.0, 8817.0, 8893.0, 8835.0, 8869.0, 8803.0, 8873.0, 8820.0, 8877.0, 8837.0, 8875.0, 8816.0, 8846.0, 8805.0, 8894.0, 8827.0, 8901.0, 8853.0, 8881.0, 8810.0, 8891.0, 8826.0, 8897.0, 8867.0, 8893.0, 8834.0, 8885.0, 8846.0, 8865.0, 8879.0, 8845.0, 8837.0, 8857.0, 8813.0, 8860.0, 8876.0, 8846.0, 8854.0, 8843.0, 8859.0, 8817.0, 8860.0, 8810.0, 8833.0, 8811.0, 8797.0, 8843.0, 8806.0, 8863.0, 8833.0, 8868.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.005674752623688157</td></tr>
<tr><td colspan=3>aqi</td><td>0.03937048508245877</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.91258262928728</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2557740962115527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.059531916519131</td></tr>
<tr><td colspan=3>efc</td><td>0.4393</td></tr>
<tr><td colspan=3>fber</td><td>6764.2544</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08489758700535531</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6731634182908546</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4597778789353124</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3581149437781583</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6328298463193542</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3883888467084238</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135897</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01770198531448841</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0200481116771698</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</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.858612104356682</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>39.9691</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9582</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.4392</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>605.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.5716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.216</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.9724</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3223.3852</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3416.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.4153</td></tr>
<tr><td colspan=3>tsnr</td><td>32.237736702896655</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>