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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-01/func/sub-0087_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>310d7815a8313c2c86b73bb6ece0066e</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>22:50:17.710000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999311, 0.0331416, -0.0167186, -0.0305317, 0.99002, 0.137581]</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.0947014</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7782, -7246, 540, -37, -23, 37, 60]</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>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5380d033-5f4f-46e4-95a7-0baf2cba3f20||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810779571533203, -0.08191429823637009, -0.05700075998902321, 118.06758880615234], [-0.08891642093658447, 2.6561508178710938, 0.36983534693717957, -99.9625473022461], [-0.04485474154353142, -0.36912059783935547, 2.673943281173706, -52.67265319824219], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['225017.710000', '225018.170000', '225018.630000', '225019.090000', '225019.550000', '225020.010000', '225020.470000', '225020.930000', '225021.390000', '225021.850000', '225022.310000', '225022.770000', '225023.230000', '225023.690000', '225024.150000', '225024.610000', '225025.070000', '225025.530000', '225025.990000', '225026.450000', '225026.910000', '225027.370000', '225027.830000', '225028.290000', '225028.750000', '225029.210000', '225029.670000', '225030.130000', '225030.590000', '225031.050000', '225031.510000', '225031.970000', '225032.430000', '225032.890000', '225033.350000', '225033.810000', '225034.270000', '225034.730000', '225035.190000', '225035.650000', '225036.110000', '225036.570000', '225037.030000', '225037.490000', '225037.950000', '225038.410000', '225038.870000', '225039.330000', '225039.790000', '225040.250000', '225040.710000', '225041.170000', '225041.630000', '225042.090000', '225042.550000', '225043.010000', '225043.470000', '225043.930000', '225044.390000', '225044.850000', '225045.310000', '225045.770000', '225046.230000', '225046.690000', '225047.150000', '225047.610000', '225048.070000', '225048.530000', '225048.990000', '225049.450000', '225049.910000', '225050.370000', '225050.830000', '225051.290000', '225051.750000', '225052.210000', '225052.670000', '225053.130000', '225053.590000', '225054.050000', '225054.510000', '225054.970000', '225055.430000', '225055.890000', '225056.350000', '225056.810000', '225057.270000', '225057.730000', '225058.190000', '225058.650000', '225059.110000', '225059.570000', '225100.030000', '225100.490000', '225100.950000', '225101.410000', '225101.870000', '225102.330000', '225102.790000', '225103.250000', '225103.710000', '225104.170000', '225104.630000', '225105.090000', '225105.550000', '225106.010000', '225106.470000', '225106.930000', '225107.390000', '225107.850000', '225108.310000', '225108.770000', '225109.230000', '225109.690000', '225110.150000', '225110.610000', '225111.070000', '225111.530000', '225111.990000', '225112.450000', '225112.910000', '225113.370000', '225113.830000', '225114.290000', '225114.750000', '225115.210000', '225115.670000', '225116.130000', '225116.590000', '225117.050000', '225117.510000', '225117.970000', '225118.430000', '225118.890000', '225119.350000', '225119.810000', '225120.270000', '225120.730000', '225121.190000', '225121.650000', '225122.110000', '225122.570000', '225123.030000', '225123.490000', '225123.950000', '225124.410000', '225124.870000', '225125.330000', '225125.790000', '225126.250000', '225126.710000', '225127.170000', '225127.630000', '225128.090000', '225128.550000', '225129.010000', '225129.470000', '225129.930000', '225130.390000', '225130.850000', '225131.310000', '225131.770000', '225132.230000', '225132.690000', '225133.150000', '225133.610000', '225134.070000', '225134.530000', '225134.990000', '225135.450000', '225135.910000', '225136.370000', '225136.830000', '225137.290000', '225137.750000', '225138.210000', '225138.670000', '225139.130000', '225139.590000', '225140.050000', '225140.510000', '225140.970000', '225141.430000', '225141.890000', '225142.350000', '225142.810000', '225143.270000', '225143.730000', '225144.190000', '225144.650000', '225145.110000', '225145.570000', '225146.030000', '225146.490000', '225146.950000', '225147.410000', '225147.870000', '225148.330000', '225148.790000', '225149.250000', '225149.710000', '225150.170000', '225150.630000', '225151.090000', '225151.550000', '225152.010000', '225152.470000', '225152.930000', '225153.390000', '225153.850000', '225154.310000', '225154.770000', '225155.230000', '225155.690000', '225156.150000', '225156.610000', '225157.070000', '225157.530000', '225157.990000', '225158.450000', '225158.910000', '225159.370000', '225159.830000', '225200.290000', '225200.750000', '225201.210000', '225201.670000', '225202.130000', '225202.590000', '225203.050000', '225203.510000', '225203.970000', '225204.430000', '225204.890000', '225205.350000', '225205.810000', '225206.270000', '225206.730000', '225207.190000', '225207.650000', '225208.110000', '225208.570000', '225209.030000', '225209.490000', '225209.950000', '225210.410000', '225210.870000', '225211.330000', '225211.790000', '225212.250000', '225212.710000', '225213.170000', '225213.630000', '225214.090000', '225214.550000', '225215.010000', '225215.470000', '225215.930000', '225216.390000', '225216.850000', '225217.310000', '225217.770000', '225218.230000', '225218.690000', '225219.150000', '225219.610000', '225220.070000', '225220.530000', '225220.990000', '225221.450000', '225221.910000', '225222.370000', '225222.830000', '225223.290000', '225223.750000', '225224.210000', '225224.670000', '225225.130000', '225225.590000', '225226.050000', '225226.510000', '225226.970000', '225227.430000', '225227.890000', '225228.350000', '225228.810000', '225229.270000', '225229.730000', '225230.190000', '225230.650000', '225231.110000', '225231.570000', '225232.030000', '225232.490000', '225232.950000', '225233.410000', '225233.870000', '225234.330000', '225234.790000', '225235.250000', '225235.710000', '225236.170000', '225236.630000', '225237.090000', '225237.550000', '225238.010000', '225238.470000', '225238.930000', '225239.390000', '225239.850000', '225240.310000', '225240.770000', '225241.230000', '225241.690000', '225242.150000', '225242.610000', '225243.070000', '225243.530000', '225243.990000', '225244.450000', '225244.910000', '225245.370000', '225245.830000', '225246.290000', '225246.750000', '225247.210000', '225247.670000', '225248.130000', '225248.590000', '225249.050000', '225249.510000', '225249.970000', '225250.430000', '225250.890000', '225251.350000', '225251.810000', '225252.270000', '225252.730000', '225253.190000', '225253.650000', '225254.110000', '225254.570000', '225255.030000', '225255.490000', '225255.950000', '225256.410000', '225256.870000', '225257.330000', '225257.790000', '225258.250000', '225258.710000', '225259.170000', '225259.630000', '225300.090000', '225300.550000', '225301.010000', '225301.470000', '225301.930000', '225302.390000', '225302.850000', '225303.310000', '225303.770000', '225304.230000', '225304.690000', '225305.150000', '225305.610000', '225306.070000', '225306.530000', '225306.990000', '225307.450000', '225307.910000', '225308.370000', '225308.830000', '225309.290000', '225309.750000', '225310.210000', '225310.670000', '225311.130000', '225311.590000', '225312.050000', '225312.510000', '225312.970000', '225313.430000', '225313.890000', '225314.350000', '225314.810000', '225315.270000', '225315.730000', '225316.190000', '225316.650000', '225317.110000', '225317.570000', '225318.030000', '225318.490000', '225318.950000', '225319.410000', '225319.870000', '225320.330000', '225320.790000', '225321.250000', '225321.710000', '225322.170000', '225322.630000', '225323.090000', '225323.550000', '225324.010000', '225324.470000', '225324.930000', '225325.390000', '225325.850000', '225326.310000', '225326.770000', '225327.230000', '225327.690000', '225328.150000', '225328.610000', '225329.070000', '225329.530000', '225329.990000', '225330.450000', '225330.910000', '225331.370000', '225331.830000', '225332.290000', '225332.750000', '225333.210000', '225333.670000', '225334.130000', '225334.590000', '225335.050000', '225335.510000', '225335.970000', '225336.430000', '225336.890000', '225337.350000', '225337.810000', '225338.270000', '225338.730000', '225339.190000', '225339.650000', '225340.110000', '225340.570000', '225341.030000', '225341.490000', '225341.950000', '225342.410000', '225342.870000', '225343.330000', '225343.790000', '225344.250000', '225344.710000', '225345.170000', '225345.630000', '225346.090000', '225346.550000', '225347.010000', '225347.470000', '225347.930000', '225348.390000', '225348.850000', '225349.310000', '225349.770000', '225350.230000', '225350.690000', '225351.150000', '225351.610000', '225352.070000', '225352.530000', '225352.990000', '225353.450000', '225353.910000', '225354.370000', '225354.830000', '225355.290000', '225355.750000', '225356.210000', '225356.670000', '225357.130000', '225357.590000', '225358.050000', '225358.510000', '225358.970000', '225359.430000', '225359.890000', '225400.350000', '225400.810000', '225401.270000', '225401.730000', '225402.190000', '225402.650000', '225403.110000', '225403.570000', '225404.030000', '225404.490000', '225404.950000', '225405.410000', '225405.870000', '225406.330000', '225406.790000', '225407.250000', '225407.710000', '225408.170000', '225408.630000', '225409.090000', '225409.550000', '225410.010000', '225410.470000', '225410.930000', '225411.390000', '225411.850000', '225412.310000', '225412.770000', '225413.230000', '225413.690000', '225414.150000', '225414.610000', '225415.070000', '225415.530000', '225415.990000', '225416.450000', '225416.910000', '225417.370000', '225417.830000', '225418.290000', '225418.750000', '225419.210000', '225419.670000', '225420.130000', '225420.590000', '225421.050000', '225421.510000', '225421.970000', '225422.430000', '225422.890000', '225423.350000', '225423.810000', '225424.270000', '225424.730000', '225425.190000', '225425.650000', '225426.110000', '225426.570000', '225427.030000', '225427.490000', '225427.950000', '225428.410000', '225428.870000', '225429.330000', '225429.790000', '225430.250000', '225430.710000', '225431.170000', '225431.630000', '225432.090000', '225432.550000', '225433.010000', '225433.470000', '225433.930000', '225434.390000', '225434.850000', '225435.310000', '225435.770000', '225436.230000', '225436.690000', '225437.150000', '225437.610000', '225438.070000', '225438.530000', '225438.990000', '225439.450000', '225439.910000', '225440.370000', '225440.830000', '225441.290000', '225441.750000', '225442.210000', '225442.670000', '225443.130000', '225443.590000', '225444.050000', '225444.510000', '225444.970000', '225445.430000', '225445.890000', '225446.350000', '225446.810000', '225447.270000', '225447.730000', '225448.190000', '225448.650000', '225449.110000', '225449.570000', '225450.030000', '225450.490000', '225450.950000', '225451.410000', '225451.870000', '225452.330000', '225452.790000', '225453.250000', '225453.710000', '225454.170000', '225454.630000', '225455.090000', '225455.550000', '225456.010000', '225456.470000', '225456.930000', '225457.390000', '225457.850000', '225458.310000', '225458.770000', '225459.230000', '225459.690000', '225500.150000', '225500.610000', '225501.070000', '225501.530000', '225501.990000', '225502.450000', '225502.910000', '225503.370000', '225503.830000', '225504.290000', '225504.750000', '225505.210000', '225505.670000', '225506.130000', '225506.590000', '225507.050000', '225507.510000', '225507.970000', '225508.430000', '225508.890000', '225509.350000', '225509.810000', '225510.270000', '225510.730000', '225511.190000', '225511.650000', '225512.110000', '225512.570000', '225513.030000', '225513.490000', '225513.950000', '225514.410000', '225514.870000', '225515.330000', '225515.790000', '225516.250000', '225516.710000', '225517.170000', '225517.630000', '225518.090000', '225518.550000', '225519.010000', '225519.470000', '225519.930000', '225520.390000', '225520.850000', '225521.310000', '225521.770000', '225522.230000', '225522.690000', '225523.150000', '225523.610000', '225524.070000', '225524.530000', '225524.990000', '225525.450000', '225525.910000', '225526.370000', '225526.830000', '225527.290000', '225527.750000', '225528.210000', '225528.670000', '225529.130000', '225529.590000', '225530.050000', '225530.510000', '225530.970000', '225531.430000', '225531.890000', '225532.350000', '225532.810000', '225533.270000', '225533.730000', '225534.190000', '225534.650000', '225535.110000', '225535.570000', '225536.030000', '225536.490000', '225536.950000', '225537.410000', '225537.870000', '225538.330000', '225538.790000', '225539.250000', '225539.710000', '225540.170000', '225540.630000', '225541.090000', '225541.550000', '225542.010000', '225542.470000', '225542.930000', '225543.390000', '225543.850000', '225544.310000', '225544.770000', '225545.230000', '225545.690000', '225546.150000', '225546.610000', '225547.070000', '225547.530000', '225547.990000', '225548.450000', '225548.910000', '225549.370000', '225549.830000', '225550.290000', '225550.750000', '225551.210000', '225551.670000', '225552.130000', '225552.590000', '225553.050000', '225553.510000', '225553.970000', '225554.430000', '225554.890000', '225555.350000', '225555.810000', '225556.270000', '225556.730000', '225557.190000', '225557.650000', '225558.110000', '225558.570000', '225559.030000', '225559.490000', '225559.950000', '225600.410000', '225600.870000', '225601.330000', '225601.790000', '225602.250000', '225602.710000', '225603.170000', '225603.630000', '225604.090000', '225604.550000', '225605.010000', '225605.470000', '225605.930000', '225606.390000', '225606.850000', '225607.310000', '225607.770000', '225608.230000', '225608.690000', '225609.150000', '225609.610000', '225610.070000', '225610.530000', '225610.990000', '225611.450000', '225611.910000', '225612.370000', '225612.830000', '225613.290000', '225613.750000', '225614.210000', '225614.670000', '225615.130000', '225615.590000', '225616.050000', '225616.510000', '225616.970000', '225617.430000', '225617.890000', '225618.350000', '225618.810000', '225619.270000', '225619.730000', '225620.190000', '225620.650000', '225621.110000', '225621.570000', '225622.030000', '225622.490000', '225622.950000', '225623.410000', '225623.870000', '225624.330000', '225624.790000', '225625.250000', '225625.710000', '225626.170000', '225626.630000', '225627.090000', '225627.550000', '225628.010000', '225628.470000', '225628.930000', '225629.390000', '225629.850000', '225630.310000', '225630.770000', '225631.230000', '225631.690000', '225632.150000', '225632.610000', '225633.070000', '225633.530000', '225633.990000', '225634.450000', '225634.910000', '225635.370000', '225635.830000', '225636.290000', '225636.750000', '225637.210000', '225637.670000', '225638.130000', '225638.590000', '225639.050000', '225639.510000', '225639.970000', '225640.430000', '225640.890000', '225641.350000', '225641.810000', '225642.270000', '225642.730000', '225643.190000', '225643.650000', '225644.110000', '225644.570000', '225645.030000', '225645.490000', '225645.950000', '225646.410000', '225646.870000', '225647.330000', '225647.790000', '225648.250000', '225648.710000', '225649.170000', '225649.630000', '225650.090000', '225650.550000', '225651.010000', '225651.470000', '225651.930000', '225652.390000', '225652.850000', '225653.310000', '225653.770000', '225654.230000', '225654.690000', '225655.150000', '225655.610000', '225656.070000', '225656.530000', '225656.990000', '225657.450000', '225657.910000', '225658.370000', '225658.830000', '225659.290000', '225659.750000', '225700.210000', '225700.670000', '225701.130000', '225701.590000', '225702.050000', '225702.510000', '225702.970000', '225703.430000', '225703.890000', '225704.350000', '225704.810000', '225705.270000', '225705.730000', '225706.190000', '225706.650000', '225707.110000', '225707.570000', '225708.030000', '225708.490000', '225708.950000', '225709.410000', '225709.870000', '225710.330000', '225710.790000', '225711.250000', '225711.710000', '225712.170000', '225712.630000', '225713.090000', '225713.550000', '225714.010000', '225714.470000', '225714.930000', '225715.390000', '225715.850000', '225716.310000', '225716.770000', '225717.230000', '225717.690000', '225718.150000', '225718.610000', '225719.070000', '225719.530000', '225719.990000', '225720.450000', '225720.910000', '225721.370000', '225721.830000', '225722.290000', '225722.750000', '225723.210000', '225723.670000', '225724.130000', '225724.590000', '225725.050000', '225725.510000', '225725.970000', '225726.430000', '225726.890000', '225727.350000', '225727.810000', '225728.270000', '225728.730000', '225729.190000', '225729.650000', '225730.110000', '225730.570000', '225731.030000', '225731.490000', '225731.950000', '225732.410000', '225732.870000', '225733.330000', '225733.790000', '225734.250000', '225734.710000', '225735.170000', '225735.630000', '225736.090000', '225736.550000', '225737.010000', '225737.470000', '225737.930000', '225738.390000', '225738.850000', '225739.310000', '225739.770000', '225740.230000', '225740.690000', '225741.150000', '225741.610000', '225742.070000', '225742.530000', '225742.990000', '225743.450000', '225743.910000', '225744.370000', '225744.830000', '225745.290000', '225745.750000', '225746.210000', '225746.670000', '225747.130000', '225747.590000', '225748.050000', '225748.510000', '225748.970000', '225749.430000', '225749.890000', '225750.350000', '225750.810000', '225751.270000', '225751.730000', '225752.190000', '225752.650000', '225753.110000', '225753.570000', '225754.030000', '225754.490000', '225754.950000', '225755.410000', '225755.870000', '225756.330000', '225756.790000', '225757.250000', '225757.710000', '225758.170000', '225758.630000', '225759.090000', '225759.550000', '225800.010000', '225800.470000', '225800.930000', '225801.390000', '225801.850000', '225802.310000', '225802.770000', '225803.230000', '225803.690000', '225804.150000', '225804.610000', '225805.070000', '225805.530000', '225805.990000', '225806.450000', '225806.910000', '225807.370000', '225807.830000', '225808.290000', '225808.750000', '225809.210000', '225809.670000', '225810.130000', '225810.590000', '225811.050000', '225811.510000', '225811.970000', '225812.430000', '225812.890000', '225813.350000', '225813.810000', '225814.270000', '225814.730000', '225815.190000', '225815.650000', '225816.110000', '225816.570000', '225817.030000', '225817.490000', '225817.950000', '225818.410000', '225818.870000', '225819.330000', '225819.790000', '225820.250000', '225820.710000', '225821.170000', '225821.630000', '225822.090000', '225822.550000', '225823.010000', '225823.470000', '225823.930000', '225824.390000', '225824.850000', '225825.310000', '225825.770000', '225826.230000', '225826.690000', '225827.150000', '225827.610000', '225828.070000', '225828.530000', '225828.990000', '225829.450000', '225829.910000', '225830.370000', '225830.830000', '225831.290000', '225831.750000', '225832.210000', '225832.670000', '225833.130000', '225833.590000', '225834.050000', '225834.510000', '225834.970000', '225835.430000', '225835.890000', '225836.350000', '225836.810000', '225837.270000', '225837.730000', '225838.190000', '225838.650000', '225839.110000', '225839.570000', '225840.030000', '225840.490000', '225840.950000', '225841.410000', '225841.870000', '225842.330000', '225842.790000', '225843.250000', '225843.710000', '225844.170000', '225844.630000', '225845.090000', '225845.550000', '225846.010000', '225846.470000', '225846.930000', '225847.390000', '225847.850000', '225848.310000', '225848.770000', '225849.230000', '225849.690000', '225850.150000', '225850.610000', '225851.070000', '225851.530000', '225851.990000', '225852.450000', '225852.910000', '225853.370000', '225853.830000', '225854.290000', '225854.750000', '225855.210000', '225855.670000', '225856.130000', '225856.590000', '225857.050000', '225857.510000', '225857.970000', '225858.430000', '225858.890000', '225859.350000', '225859.810000', '225900.270000', '225900.730000', '225901.190000', '225901.650000', '225902.110000', '225902.570000', '225903.030000', '225903.490000', '225903.950000', '225904.410000', '225904.870000', '225905.330000', '225905.790000', '225906.250000', '225906.710000', '225907.170000', '225907.630000', '225908.090000', '225908.550000', '225909.010000', '225909.470000', '225909.930000', '225910.390000', '225910.850000', '225911.310000', '225911.770000', '225912.230000', '225912.690000', '225913.150000', '225913.610000', '225914.070000', '225914.530000', '225914.990000', '225915.450000', '225915.910000', '225916.370000', '225916.830000', '225917.290000', '225917.750000', '225918.210000', '225918.670000', '225919.130000', '225919.590000', '225920.050000', '225920.510000', '225920.970000', '225921.430000', '225921.890000', '225922.350000', '225922.810000', '225923.270000', '225923.730000', '225924.190000', '225924.650000', '225925.110000', '225925.570000', '225926.030000', '225926.490000', '225926.950000', '225927.410000', '225927.870000', '225928.330000', '225928.790000', '225929.250000', '225929.710000', '225930.170000', '225930.630000', '225931.090000', '225931.550000', '225932.010000', '225932.470000', '225932.930000', '225933.390000', '225933.850000', '225934.310000', '225934.770000', '225935.230000', '225935.690000', '225936.150000', '225936.610000', '225937.070000', '225937.530000', '225937.990000', '225938.450000', '225938.910000', '225939.370000', '225939.830000', '225940.290000', '225940.750000', '225941.210000', '225941.670000', '225942.130000', '225942.590000', '225943.050000', '225943.510000', '225943.970000', '225944.430000', '225944.890000', '225945.350000', '225945.810000', '225946.270000', '225946.730000', '225947.190000', '225947.650000', '225948.110000', '225948.570000', '225949.030000', '225949.490000', '225949.950000', '225950.410000', '225950.870000', '225951.330000', '225951.790000', '225952.250000', '225952.710000', '225953.170000', '225953.630000', '225954.090000', '225954.550000', '225955.010000', '225955.470000', '225955.930000', '225956.390000', '225956.850000', '225957.310000', '225957.770000', '225958.230000', '225958.690000', '225959.150000', '225959.610000', '230000.070000', '230000.530000', '230000.990000', '230001.450000', '230001.910000', '230002.370000', '230002.830000', '230003.290000', '230003.750000', '230004.210000', '230004.670000', '230005.130000', '230005.590000', '230006.050000', '230006.510000', '230006.970000', '230007.430000', '230007.890000', '230008.350000', '230008.810000', '230009.270000', '230009.730000', '230010.190000', '230010.650000', '230011.110000', '230011.570000', '230012.030000', '230012.490000', '230012.950000', '230013.410000', '230013.870000', '230014.330000', '230014.790000', '230015.250000', '230015.710000', '230016.170000', '230016.630000', '230017.090000', '230017.550000', '230018.010000', '230018.470000', '230018.930000', '230019.390000', '230019.850000', '230020.310000', '230020.770000', '230021.230000', '230021.690000', '230022.150000', '230022.610000', '230023.070000', '230023.530000', '230023.990000', '230024.450000', '230024.910000', '230025.370000', '230025.830000', '230026.290000', '230026.750000', '230027.210000', '230027.670000', '230028.130000', '230028.590000', '230029.050000', '230029.510000', '230029.970000', '230030.430000', '230030.890000', '230031.350000', '230031.810000', '230032.270000', '230032.730000', '230033.190000', '230033.650000', '230034.110000', '230034.570000', '230035.030000', '230035.490000', '230035.950000', '230036.410000', '230036.870000', '230037.330000', '230037.790000', '230038.250000', '230038.710000', '230039.170000', '230039.630000', '230040.090000', '230040.550000', '230041.010000', '230041.470000', '230041.930000', '230042.390000', '230042.850000', '230043.310000', '230043.770000', '230044.230000', '230044.690000', '230045.150000', '230045.610000', '230046.070000', '230046.530000', '230046.990000', '230047.450000', '230047.910000', '230048.370000', '230048.830000', '230049.290000', '230049.750000', '230050.210000'], 'ContentTime': ['225045.536000', '225045.539000', '225045.542000', '225045.545000', '225045.547000', '225045.550000', '225045.552000', '225045.555000', '225045.558000', '225045.560000', '225045.563000', '225045.565000', '225045.568000', '225045.570000', '225045.573000', '225045.575000', '225045.578000', '225045.581000', '225045.583000', '225045.586000', '225045.588000', '225045.595000', '225045.598000', '225045.601000', '225045.603000', '225045.606000', '225045.608000', '225045.611000', '225045.613000', '225045.616000', '225045.618000', '225045.621000', '225045.624000', '225045.626000', '225045.629000', '225045.631000', '225045.634000', '225045.636000', '225045.639000', '225045.641000', '225045.644000', '225045.647000', '225045.649000', '225045.652000', '225045.654000', '225045.657000', '225045.659000', '225045.662000', '225045.665000', '225045.667000', '225045.670000', '225045.672000', '225045.675000', '225045.677000', '225045.680000', '225045.683000', '225045.685000', '225105.503000', '225105.505000', '225105.508000', '225105.511000', '225105.513000', '225105.526000', '225105.529000', '225105.532000', '225105.534000', '225105.537000', '225105.539000', '225105.542000', '225105.567000', '225105.569000', '225105.572000', '225105.575000', '225105.577000', '225105.580000', '225105.582000', '225105.585000', '225105.587000', '225105.590000', '225105.592000', '225105.595000', '225105.597000', '225105.600000', '225105.603000', '225105.605000', '225105.608000', '225105.610000', '225105.613000', '225105.615000', '225105.618000', '225105.621000', '225105.623000', '225105.626000', '225105.628000', '225105.631000', '225105.633000', '225105.636000', '225105.638000', '225105.641000', '225105.644000', '225125.502000', '225125.505000', '225125.508000', '225125.511000', '225125.513000', '225125.516000', '225125.518000', '225125.521000', '225125.523000', '225125.526000', '225125.529000', '225125.531000', '225125.534000', '225125.536000', '225125.539000', '225125.541000', '225125.544000', '225125.546000', '225125.549000', '225125.552000', '225125.554000', '225125.557000', '225125.559000', '225125.562000', '225125.564000', '225125.567000', '225125.569000', '225125.572000', '225125.575000', '225125.577000', '225125.580000', '225125.582000', '225125.585000', '225125.587000', '225125.590000', '225125.592000', '225125.595000', '225125.597000', '225125.600000', '225125.603000', '225125.605000', '225125.608000', '225125.610000', '225125.613000', '225145.503000', '225145.506000', '225145.509000', '225145.511000', '225145.514000', '225145.517000', '225145.519000', '225145.522000', '225145.524000', '225145.527000', '225145.529000', '225145.532000', '225145.535000', '225145.537000', '225145.540000', '225145.542000', '225145.545000', '225145.547000', '225145.550000', '225145.552000', '225145.555000', '225145.558000', '225145.560000', '225145.563000', '225145.565000', '225145.568000', '225145.570000', '225145.573000', '225145.576000', '225145.578000', '225145.581000', '225145.583000', '225145.586000', '225145.588000', '225145.591000', '225145.594000', '225145.598000', '225145.600000', '225145.603000', '225145.606000', '225145.608000', '225145.611000', '225145.614000', '225205.503000', '225205.506000', '225205.509000', '225205.511000', '225205.514000', '225205.516000', '225205.519000', '225205.522000', '225205.524000', '225205.527000', '225205.529000', '225205.532000', '225205.535000', '225205.537000', '225205.540000', '225205.542000', '225205.545000', '225205.548000', '225205.550000', '225205.553000', '225205.555000', '225205.573000', '225205.576000', '225205.579000', '225205.581000', '225205.584000', '225205.586000', '225205.589000', '225205.592000', '225205.594000', '225205.597000', '225205.600000', '225205.602000', '225205.605000', '225205.607000', '225205.610000', '225205.612000', '225205.615000', '225205.618000', '225205.620000', '225205.623000', '225205.625000', '225205.628000', '225205.631000', '225225.503000', '225225.506000', '225225.509000', '225225.511000', '225225.514000', '225225.516000', '225225.519000', '225225.522000', '225225.524000', '225225.527000', '225225.530000', '225225.532000', '225225.535000', '225225.537000', '225225.540000', '225225.542000', '225225.545000', '225225.548000', '225225.550000', '225225.553000', '225225.555000', '225225.558000', '225225.561000', '225225.563000', '225225.566000', '225225.569000', '225225.571000', '225225.574000', '225225.576000', '225225.579000', '225225.581000', '225225.584000', '225225.587000', '225225.589000', '225225.592000', '225225.595000', '225225.597000', '225225.600000', '225225.603000', '225225.605000', '225225.608000', '225225.610000', '225225.613000', '225245.503000', '225245.506000', '225245.509000', '225245.511000', '225245.514000', '225245.517000', '225245.519000', '225245.522000', '225245.535000', '225245.537000', '225245.540000', '225245.543000', '225245.545000', '225245.548000', '225245.550000', '225245.553000', '225245.555000', '225245.558000', '225245.560000', '225245.563000', '225245.566000', '225245.568000', '225245.571000', '225245.573000', '225245.576000', '225245.579000', '225245.581000', '225245.584000', '225245.586000', '225245.589000', '225245.592000', '225245.594000', '225245.597000', '225245.600000', '225245.602000', '225245.605000', '225245.607000', '225245.610000', '225245.612000', '225245.615000', '225245.618000', '225245.620000', '225245.623000', '225245.625000', '225305.502000', '225305.505000', '225305.508000', '225305.510000', '225305.513000', '225305.516000', '225305.518000', '225305.521000', '225305.523000', '225305.526000', '225305.528000', '225305.531000', '225305.540000', '225305.543000', '225305.545000', '225305.548000', '225305.550000', '225305.553000', '225305.555000', '225305.558000', '225305.561000', '225305.563000', '225305.566000', '225305.569000', '225305.571000', '225305.574000', '225305.576000', '225305.579000', '225305.582000', '225305.584000', '225305.587000', '225305.590000', '225305.592000', '225305.595000', '225305.597000', '225305.600000', '225305.603000', '225305.605000', '225305.608000', '225305.610000', '225305.613000', '225305.615000', '225305.618000', '225325.502000', '225325.505000', '225325.508000', '225325.510000', '225325.513000', '225325.516000', '225325.518000', '225325.521000', '225325.523000', '225325.526000', '225325.529000', '225325.531000', '225325.534000', '225325.536000', '225325.539000', '225325.542000', '225325.544000', '225325.547000', '225325.549000', '225325.552000', '225325.554000', '225325.557000', '225325.560000', '225325.562000', '225325.565000', '225325.567000', '225325.570000', '225325.573000', '225325.575000', '225325.578000', '225325.580000', '225325.583000', '225325.585000', '225325.588000', '225325.591000', '225325.593000', '225325.596000', '225325.599000', '225325.601000', '225325.604000', '225325.606000', '225325.609000', '225325.611000', '225325.614000', '225345.502000', '225345.505000', '225345.508000', '225345.511000', '225345.513000', '225345.516000', '225345.518000', '225345.521000', '225345.524000', '225345.526000', '225345.529000', '225345.531000', '225345.534000', '225345.537000', '225345.539000', '225345.542000', '225345.544000', '225345.547000', '225345.550000', '225345.552000', '225345.555000', '225345.557000', '225345.560000', '225345.563000', '225345.565000', '225345.568000', '225345.570000', '225345.573000', '225345.575000', '225345.578000', '225345.581000', '225345.583000', '225345.586000', '225345.588000', '225345.591000', '225345.594000', '225345.596000', '225345.599000', '225345.601000', '225345.604000', '225345.607000', '225345.609000', '225345.612000', '225405.504000', '225405.507000', '225405.509000', '225405.512000', '225405.514000', '225405.517000', '225405.520000', '225405.522000', '225405.525000', '225405.527000', '225405.530000', '225405.533000', '225405.535000', '225405.538000', '225405.540000', '225405.543000', '225405.546000', '225405.548000', '225405.551000', '225405.554000', '225405.556000', '225405.559000', '225405.561000', '225405.564000', '225405.567000', '225405.569000', '225405.572000', '225405.575000', '225405.577000', '225405.580000', '225405.582000', '225405.585000', '225405.588000', '225405.596000', '225405.599000', '225405.602000', '225405.604000', '225405.607000', '225405.609000', '225405.612000', '225405.615000', '225405.617000', '225405.620000', '225405.622000', '225425.503000', '225425.506000', '225425.509000', '225425.511000', '225425.514000', '225425.517000', '225425.519000', '225425.522000', '225425.524000', '225425.527000', '225425.529000', '225425.532000', '225425.535000', '225425.537000', '225425.540000', '225425.542000', '225425.545000', '225425.547000', '225425.550000', '225425.553000', '225425.555000', '225425.558000', '225425.561000', '225425.563000', '225425.566000', '225425.568000', '225425.571000', '225425.573000', '225425.576000', '225425.579000', '225425.581000', '225425.584000', '225425.586000', '225425.589000', '225425.592000', '225425.594000', '225425.597000', '225425.599000', '225425.602000', '225425.605000', '225425.607000', '225425.610000', '225425.618000', '225445.503000', '225445.506000', '225445.509000', '225445.511000', '225445.514000', '225445.517000', '225445.519000', '225445.522000', '225445.524000', '225445.527000', '225445.529000', '225445.532000', '225445.535000', '225445.537000', '225445.540000', '225445.542000', '225445.545000', '225445.547000', '225445.550000', '225445.553000', '225445.555000', '225445.558000', '225445.560000', '225445.563000', '225445.565000', '225445.568000', '225445.571000', '225445.573000', '225445.576000', '225445.578000', '225445.581000', '225445.584000', '225445.586000', '225445.589000', '225445.591000', '225445.594000', '225445.596000', '225445.599000', '225445.602000', '225445.604000', '225445.607000', '225445.609000', '225445.612000', '225505.504000', '225505.506000', '225505.509000', '225505.512000', '225505.514000', '225505.517000', '225505.519000', '225505.522000', '225505.525000', '225505.527000', '225505.530000', '225505.532000', '225505.535000', '225505.538000', '225505.540000', '225505.543000', '225505.545000', '225505.548000', '225505.551000', '225505.553000', '225505.556000', '225505.558000', '225505.561000', '225505.564000', '225505.566000', '225505.569000', '225505.571000', '225505.574000', '225505.576000', '225505.579000', '225505.582000', '225505.584000', '225505.587000', '225505.590000', '225505.592000', '225505.595000', '225505.597000', '225505.600000', '225505.603000', '225505.605000', '225505.608000', '225505.611000', '225505.613000', '225505.616000', '225525.503000', '225525.506000', '225525.508000', '225525.511000', '225525.513000', '225525.516000', '225525.519000', '225525.521000', '225525.524000', '225525.526000', '225525.529000', '225525.531000', '225525.534000', '225525.537000', '225525.539000', '225525.542000', '225525.544000', '225525.547000', '225525.550000', '225525.552000', '225525.555000', '225525.558000', '225525.560000', '225525.563000', '225525.566000', '225525.568000', '225525.571000', '225525.573000', '225525.576000', '225525.578000', '225525.581000', '225525.584000', '225525.586000', '225525.589000', '225525.591000', '225525.594000', '225525.596000', '225525.599000', '225525.602000', '225525.604000', '225525.607000', '225525.609000', '225525.612000', '225525.615000', '225545.503000', '225545.506000', '225545.508000', '225545.511000', '225545.513000', '225545.523000', '225545.526000', '225545.528000', '225545.531000', '225545.533000', '225545.536000', '225545.538000', '225545.541000', '225545.544000', '225545.565000', '225545.568000', '225545.570000', '225545.573000', '225545.576000', '225545.578000', '225545.581000', '225545.583000', '225545.586000', '225545.589000', '225545.591000', '225545.594000', '225545.596000', '225545.599000', '225545.602000', '225545.604000', '225545.607000', '225545.609000', '225545.612000', '225545.614000', '225545.617000', '225545.620000', '225545.622000', '225545.625000', '225545.627000', '225545.630000', '225545.632000', '225545.635000', '225545.638000', '225605.502000', '225605.507000', '225605.510000', '225605.513000', '225605.515000', '225605.518000', '225605.520000', '225605.523000', '225605.525000', '225605.528000', '225605.531000', '225605.533000', '225605.536000', '225605.538000', '225605.541000', '225605.543000', '225605.546000', '225605.549000', '225605.551000', '225605.554000', '225605.556000', '225605.559000', '225605.562000', '225605.564000', '225605.567000', '225605.569000', '225605.572000', '225605.574000', '225605.577000', '225605.580000', '225605.582000', '225605.585000', '225605.588000', '225605.590000', '225605.593000', '225605.595000', '225605.598000', '225605.601000', '225605.603000', '225605.606000', '225605.609000', '225605.611000', '225605.614000', '225625.504000', '225625.506000', '225625.509000', '225625.512000', '225625.514000', '225625.517000', '225625.520000', '225625.522000', '225625.525000', '225625.528000', '225625.530000', '225625.533000', '225625.535000', '225625.538000', '225625.540000', '225625.543000', '225625.546000', '225625.548000', '225625.551000', '225625.553000', '225625.556000', '225625.558000', '225625.561000', '225625.563000', '225625.566000', '225625.569000', '225625.571000', '225625.574000', '225625.576000', '225625.579000', '225625.582000', '225625.584000', '225625.587000', '225625.589000', '225625.592000', '225625.595000', '225625.597000', '225625.600000', '225625.602000', '225625.605000', '225625.608000', '225625.610000', '225625.613000', '225625.615000', '225645.503000', '225645.506000', '225645.509000', '225645.511000', '225645.514000', '225645.517000', '225645.519000', '225645.522000', '225645.525000', '225645.527000', '225645.530000', '225645.533000', '225645.536000', '225645.539000', '225645.542000', '225645.544000', '225645.547000', '225645.549000', '225645.552000', '225645.555000', '225645.558000', '225645.561000', '225645.564000', '225645.566000', '225645.569000', '225645.571000', '225645.574000', '225645.577000', '225645.579000', '225645.582000', '225645.585000', '225645.587000', '225645.590000', '225645.592000', '225645.595000', '225645.598000', '225645.600000', '225645.603000', '225645.605000', '225645.608000', '225645.611000', '225645.613000', '225645.616000', '225705.504000', '225705.507000', '225705.509000', '225705.512000', '225705.515000', '225705.517000', '225705.520000', '225705.522000', '225705.525000', '225705.527000', '225705.530000', '225705.533000', '225705.535000', '225705.538000', '225705.540000', '225705.543000', '225705.546000', '225705.548000', '225705.551000', '225705.553000', '225705.556000', '225705.558000', '225705.561000', '225705.564000', '225705.566000', '225705.569000', '225705.599000', '225705.602000', '225705.604000', '225705.607000', '225705.609000', '225705.612000', '225705.615000', '225705.617000', '225705.620000', '225705.622000', '225705.625000', '225705.627000', '225705.630000', '225705.633000', '225705.635000', '225705.638000', '225705.640000', '225705.643000', '225725.503000', '225725.506000', '225725.509000', '225725.511000', '225725.514000', '225725.517000', '225725.519000', '225725.522000', '225725.524000', '225725.527000', '225725.530000', '225725.532000', '225725.535000', '225725.538000', '225725.541000', '225725.543000', '225725.546000', '225725.548000', '225725.551000', '225725.554000', '225725.556000', '225725.559000', '225725.561000', '225725.564000', '225725.566000', '225725.569000', '225725.572000', '225725.574000', '225725.577000', '225725.579000', '225725.582000', '225725.584000', '225725.587000', '225725.590000', '225725.592000', '225725.595000', '225725.598000', '225725.600000', '225725.603000', '225725.606000', '225725.608000', '225725.611000', '225725.613000', '225745.502000', '225745.505000', '225745.508000', '225745.510000', '225745.513000', '225745.516000', '225745.518000', '225745.521000', '225745.523000', '225745.526000', '225745.528000', '225745.531000', '225745.534000', '225745.536000', '225745.539000', '225745.541000', '225745.544000', '225745.546000', '225745.549000', '225745.551000', '225745.554000', '225745.557000', '225745.559000', '225745.562000', '225745.564000', '225745.567000', '225745.570000', '225745.572000', '225745.575000', '225745.578000', '225745.580000', '225745.583000', '225745.585000', '225745.588000', '225745.590000', '225745.593000', '225745.596000', '225745.598000', '225745.601000', '225745.603000', '225745.606000', '225745.609000', '225745.611000', '225745.614000', '225805.502000', '225805.505000', '225805.508000', '225805.511000', '225805.513000', '225805.516000', '225805.518000', '225805.521000', '225805.523000', '225805.526000', '225805.529000', '225805.531000', '225805.534000', '225805.536000', '225805.539000', '225805.542000', '225805.544000', '225805.547000', '225805.549000', '225805.552000', '225805.554000', '225805.557000', '225805.560000', '225805.563000', '225805.566000', '225805.569000', '225805.572000', '225805.575000', '225805.578000', '225805.581000', '225805.583000', '225805.586000', '225805.588000', '225805.591000', '225805.594000', '225805.596000', '225805.599000', '225805.601000', '225805.604000', '225805.607000', '225805.609000', '225805.612000', '225805.614000', '225825.502000', '225825.505000', '225825.508000', '225825.510000', '225825.513000', '225825.516000', '225825.518000', '225825.521000', '225825.523000', '225825.526000', '225825.529000', '225825.531000', '225825.534000', '225825.536000', '225825.539000', '225825.542000', '225825.544000', '225825.547000', '225825.549000', '225825.552000', '225825.554000', '225825.557000', '225825.560000', '225825.574000', '225825.576000', '225825.579000', '225825.582000', '225825.584000', '225825.587000', '225825.589000', '225825.592000', '225825.594000', '225825.597000', '225825.600000', '225825.602000', '225825.605000', '225825.607000', '225825.610000', '225825.613000', '225825.615000', '225825.618000', '225825.621000', '225825.623000', '225825.626000', '225845.504000', '225845.506000', '225845.509000', '225845.511000', '225845.514000', '225845.517000', '225845.519000', '225845.522000', '225845.524000', '225845.527000', '225845.530000', '225845.532000', '225845.535000', '225845.537000', '225845.540000', '225845.543000', '225845.545000', '225845.548000', '225845.550000', '225845.553000', '225845.555000', '225845.558000', '225845.561000', '225845.563000', '225845.566000', '225845.568000', '225845.571000', '225845.573000', '225845.576000', '225845.579000', '225845.581000', '225845.584000', '225845.586000', '225845.589000', '225845.591000', '225845.594000', '225845.597000', '225845.599000', '225845.602000', '225845.605000', '225845.607000', '225845.610000', '225845.612000', '225845.615000', '225905.504000', '225905.506000', '225905.509000', '225905.512000', '225905.514000', '225905.517000', '225905.519000', '225905.522000', '225905.525000', '225905.527000', '225905.530000', '225905.532000', '225905.535000', '225905.537000', '225905.540000', '225905.543000', '225905.545000', '225905.548000', '225905.551000', '225905.553000', '225905.556000', '225905.558000', '225905.561000', '225905.564000', '225905.566000', '225905.569000', '225905.571000', '225905.574000', '225905.577000', '225905.579000', '225905.582000', '225905.584000', '225905.587000', '225905.589000', '225905.592000', '225905.595000', '225905.597000', '225905.600000', '225905.603000', '225905.605000', '225905.608000', '225905.610000', '225905.613000', '225925.503000', '225925.506000', '225925.509000', '225925.512000', '225925.514000', '225925.517000', '225925.519000', '225925.522000', '225925.524000', '225925.527000', '225925.530000', '225925.532000', '225925.535000', '225925.537000', '225925.540000', '225925.542000', '225925.545000', '225925.548000', '225925.550000', '225925.553000', '225925.555000', '225925.558000', '225925.561000', '225925.563000', '225925.566000', '225925.568000', '225925.571000', '225925.573000', '225925.576000', '225925.579000', '225925.583000', '225925.586000', '225925.588000', '225925.591000', '225925.594000', '225925.596000', '225925.599000', '225925.602000', '225925.604000', '225925.607000', '225925.609000', '225925.613000', '225925.616000', '225945.504000', '225945.506000', '225945.509000', '225945.512000', '225945.514000', '225945.530000', '225945.533000', '225945.535000', '225945.538000', '225945.540000', '225945.543000', '225945.546000', '225945.548000', '225945.551000', '225945.553000', '225945.556000', '225945.558000', '225945.561000', '225945.571000', '225945.573000', '225945.576000', '225945.579000', '225945.581000', '225945.584000', '225945.586000', '225945.589000', '225945.592000', '225945.594000', '225945.597000', '225945.599000', '225945.602000', '225945.605000', '225945.607000', '225945.610000', '225945.612000', '225945.615000', '225945.618000', '225945.620000', '225945.623000', '225945.625000', '225945.628000', '225945.630000', '225945.633000', '225945.636000', '230005.503000', '230005.506000', '230005.508000', '230005.511000', '230005.514000', '230005.516000', '230005.519000', '230005.521000', '230005.524000', '230005.526000', '230005.529000', '230005.532000', '230005.534000', '230005.537000', '230005.539000', '230005.542000', '230005.545000', '230005.547000', '230005.550000', '230005.552000', '230005.555000', '230005.558000', '230005.560000', '230005.563000', '230005.565000', '230005.568000', '230005.571000', '230005.573000', '230005.576000', '230005.578000', '230005.581000', '230005.583000', '230005.586000', '230005.589000', '230005.591000', '230005.594000', '230005.596000', '230005.599000', '230005.602000', '230005.604000', '230005.607000', '230005.610000', '230005.612000', '230025.503000', '230025.506000', '230025.508000', '230025.511000', '230025.514000', '230025.516000', '230025.519000', '230025.521000', '230025.524000', '230025.527000', '230025.529000', '230025.532000', '230025.534000', '230025.537000', '230025.540000', '230025.542000', '230025.545000', '230025.547000', '230025.550000', '230025.552000', '230025.555000', '230025.558000', '230025.560000', '230025.563000', '230025.565000', '230025.568000', '230025.570000', '230025.573000', '230025.576000', '230025.578000', '230025.581000', '230025.583000', '230025.586000', '230025.588000', '230025.591000', '230025.594000', '230025.596000', '230025.599000', '230025.602000', '230025.604000', '230025.607000', '230025.609000', '230025.612000', '230045.502000', '230045.505000', '230045.508000', '230045.511000', '230045.513000', '230045.516000', '230045.518000', '230045.521000', '230045.524000', '230045.526000', '230045.529000', '230045.531000', '230045.534000', '230045.536000', '230045.539000', '230045.542000', '230045.544000', '230045.547000', '230045.549000', '230045.552000', '230045.555000', '230045.557000', '230045.560000', '230045.562000', '230045.565000', '230045.567000', '230045.570000', '230045.573000', '230045.575000', '230045.578000', '230045.580000', '230045.583000', '230045.586000', '230045.588000', '230045.591000', '230045.593000', '230045.596000', '230045.599000', '230045.601000', '230045.604000', '230045.607000', '230045.609000', '230045.612000', '230045.614000', '230052.054000', '230052.057000', '230052.060000', '230052.063000', '230052.065000', '230052.068000', '230052.070000', '230052.073000', '230052.076000', '230052.078000', '230052.081000', '230052.084000', '230052.086000', '230052.089000', '230052.091000'], 'InstanceCreationTime': ['225045.536000', '225045.539000', '225045.542000', '225045.545000', '225045.547000', '225045.550000', '225045.552000', '225045.555000', '225045.558000', '225045.560000', '225045.563000', '225045.565000', '225045.568000', '225045.570000', '225045.573000', '225045.575000', '225045.578000', '225045.581000', '225045.583000', '225045.586000', '225045.588000', '225045.595000', '225045.598000', '225045.601000', '225045.603000', '225045.606000', '225045.608000', '225045.611000', '225045.613000', '225045.616000', '225045.618000', '225045.621000', '225045.624000', '225045.626000', '225045.629000', '225045.631000', '225045.634000', '225045.636000', '225045.639000', '225045.641000', '225045.644000', '225045.647000', '225045.649000', '225045.652000', '225045.654000', '225045.657000', '225045.659000', '225045.662000', '225045.665000', '225045.667000', '225045.670000', '225045.672000', '225045.675000', '225045.677000', '225045.680000', '225045.683000', '225045.685000', '225105.503000', '225105.505000', '225105.508000', '225105.511000', '225105.513000', '225105.526000', '225105.529000', '225105.532000', '225105.534000', '225105.537000', '225105.539000', '225105.542000', '225105.567000', '225105.569000', '225105.572000', '225105.575000', '225105.577000', '225105.580000', '225105.582000', '225105.585000', '225105.587000', '225105.590000', '225105.592000', '225105.595000', '225105.597000', '225105.600000', '225105.603000', '225105.605000', '225105.608000', '225105.610000', '225105.613000', '225105.615000', '225105.618000', '225105.621000', '225105.623000', '225105.626000', '225105.628000', '225105.631000', '225105.633000', '225105.636000', '225105.638000', '225105.641000', '225105.644000', '225125.502000', '225125.505000', '225125.508000', '225125.511000', '225125.513000', '225125.516000', '225125.518000', '225125.521000', '225125.523000', '225125.526000', '225125.529000', '225125.531000', '225125.534000', '225125.536000', '225125.539000', '225125.541000', '225125.544000', '225125.546000', '225125.549000', '225125.552000', '225125.554000', '225125.557000', '225125.559000', '225125.562000', '225125.564000', '225125.567000', '225125.569000', '225125.572000', '225125.575000', '225125.577000', '225125.580000', '225125.582000', '225125.585000', '225125.587000', '225125.590000', '225125.592000', '225125.595000', '225125.597000', '225125.600000', '225125.603000', '225125.605000', '225125.608000', '225125.610000', '225125.613000', '225145.503000', '225145.506000', '225145.509000', '225145.511000', '225145.514000', '225145.517000', '225145.519000', '225145.522000', '225145.524000', '225145.527000', '225145.529000', '225145.532000', '225145.535000', '225145.537000', '225145.540000', '225145.542000', '225145.545000', '225145.547000', '225145.550000', '225145.552000', '225145.555000', '225145.558000', '225145.560000', '225145.563000', '225145.565000', '225145.568000', '225145.570000', '225145.573000', '225145.576000', '225145.578000', '225145.581000', '225145.583000', '225145.586000', '225145.588000', '225145.591000', '225145.594000', '225145.598000', '225145.600000', '225145.603000', '225145.606000', '225145.608000', '225145.611000', '225145.614000', '225205.503000', '225205.506000', '225205.509000', '225205.511000', '225205.514000', '225205.516000', '225205.519000', '225205.522000', '225205.524000', '225205.527000', '225205.529000', '225205.532000', '225205.535000', '225205.537000', '225205.540000', '225205.542000', '225205.545000', '225205.548000', '225205.550000', '225205.553000', '225205.555000', '225205.573000', '225205.576000', '225205.579000', '225205.581000', '225205.584000', '225205.586000', '225205.589000', '225205.592000', '225205.594000', '225205.597000', '225205.600000', '225205.602000', '225205.605000', '225205.607000', '225205.610000', '225205.612000', '225205.615000', '225205.618000', '225205.620000', '225205.623000', '225205.625000', '225205.628000', '225205.631000', '225225.503000', '225225.506000', '225225.509000', '225225.511000', '225225.514000', '225225.516000', '225225.519000', '225225.522000', '225225.524000', '225225.527000', '225225.530000', '225225.532000', '225225.535000', '225225.537000', '225225.540000', '225225.542000', '225225.545000', '225225.548000', '225225.550000', '225225.553000', '225225.555000', '225225.558000', '225225.561000', '225225.563000', '225225.566000', '225225.569000', '225225.571000', '225225.574000', '225225.576000', '225225.579000', '225225.581000', '225225.584000', '225225.587000', '225225.589000', '225225.592000', '225225.595000', '225225.597000', '225225.600000', '225225.603000', '225225.605000', '225225.608000', '225225.610000', '225225.613000', '225245.503000', '225245.506000', '225245.509000', '225245.511000', '225245.514000', '225245.517000', '225245.519000', '225245.522000', '225245.535000', '225245.537000', '225245.540000', '225245.543000', '225245.545000', '225245.548000', '225245.550000', '225245.553000', '225245.555000', '225245.558000', '225245.560000', '225245.563000', '225245.566000', '225245.568000', '225245.571000', '225245.573000', '225245.576000', '225245.579000', '225245.581000', '225245.584000', '225245.586000', '225245.589000', '225245.592000', '225245.594000', '225245.597000', '225245.600000', '225245.602000', '225245.605000', '225245.607000', '225245.610000', '225245.612000', '225245.615000', '225245.618000', '225245.620000', '225245.623000', '225245.625000', '225305.502000', '225305.505000', '225305.508000', '225305.510000', '225305.513000', '225305.516000', '225305.518000', '225305.521000', '225305.523000', '225305.526000', '225305.528000', '225305.531000', '225305.540000', '225305.543000', '225305.545000', '225305.548000', '225305.550000', '225305.553000', '225305.555000', '225305.558000', '225305.561000', '225305.563000', '225305.566000', '225305.569000', '225305.571000', '225305.574000', '225305.576000', '225305.579000', '225305.582000', '225305.584000', '225305.587000', '225305.590000', '225305.592000', '225305.595000', '225305.597000', '225305.600000', '225305.603000', '225305.605000', '225305.608000', '225305.610000', '225305.613000', '225305.615000', '225305.618000', '225325.502000', '225325.505000', '225325.508000', '225325.510000', '225325.513000', '225325.516000', '225325.518000', '225325.521000', '225325.523000', '225325.526000', '225325.529000', '225325.531000', '225325.534000', '225325.536000', '225325.539000', '225325.542000', '225325.544000', '225325.547000', '225325.549000', '225325.552000', '225325.554000', '225325.557000', '225325.560000', '225325.562000', '225325.565000', '225325.567000', '225325.570000', '225325.573000', '225325.575000', '225325.578000', '225325.580000', '225325.583000', '225325.585000', '225325.588000', '225325.591000', '225325.593000', '225325.596000', '225325.599000', '225325.601000', '225325.604000', '225325.606000', '225325.609000', '225325.611000', '225325.614000', '225345.502000', '225345.505000', '225345.508000', '225345.511000', '225345.513000', '225345.516000', '225345.518000', '225345.521000', '225345.524000', '225345.526000', '225345.529000', '225345.531000', '225345.534000', '225345.537000', '225345.539000', '225345.542000', '225345.544000', '225345.547000', '225345.550000', '225345.552000', '225345.555000', '225345.557000', '225345.560000', '225345.563000', '225345.565000', '225345.568000', '225345.570000', '225345.573000', '225345.575000', '225345.578000', '225345.581000', '225345.583000', '225345.586000', '225345.588000', '225345.591000', '225345.594000', '225345.596000', '225345.599000', '225345.601000', '225345.604000', '225345.607000', '225345.609000', '225345.612000', '225405.504000', '225405.507000', '225405.509000', '225405.512000', '225405.514000', '225405.517000', '225405.520000', '225405.522000', '225405.525000', '225405.527000', '225405.530000', '225405.533000', '225405.535000', '225405.538000', '225405.540000', '225405.543000', '225405.546000', '225405.548000', '225405.551000', '225405.554000', '225405.556000', '225405.559000', '225405.561000', '225405.564000', '225405.567000', '225405.569000', '225405.572000', '225405.575000', '225405.577000', '225405.580000', '225405.582000', '225405.585000', '225405.588000', '225405.596000', '225405.599000', '225405.602000', '225405.604000', '225405.607000', '225405.609000', '225405.612000', '225405.615000', '225405.617000', '225405.620000', '225405.622000', '225425.503000', '225425.506000', '225425.509000', '225425.511000', '225425.514000', '225425.517000', '225425.519000', '225425.522000', '225425.524000', '225425.527000', '225425.529000', '225425.532000', '225425.535000', '225425.537000', '225425.540000', '225425.542000', '225425.545000', '225425.547000', '225425.550000', '225425.553000', '225425.555000', '225425.558000', '225425.561000', '225425.563000', '225425.566000', '225425.568000', '225425.571000', '225425.573000', '225425.576000', '225425.579000', '225425.581000', '225425.584000', '225425.586000', '225425.589000', '225425.592000', '225425.594000', '225425.597000', '225425.599000', '225425.602000', '225425.605000', '225425.607000', '225425.610000', '225425.618000', '225445.503000', '225445.506000', '225445.509000', '225445.511000', '225445.514000', '225445.517000', '225445.519000', '225445.522000', '225445.524000', '225445.527000', '225445.529000', '225445.532000', '225445.535000', '225445.537000', '225445.540000', '225445.542000', '225445.545000', '225445.547000', '225445.550000', '225445.553000', '225445.555000', '225445.558000', '225445.560000', '225445.563000', '225445.565000', '225445.568000', '225445.571000', '225445.573000', '225445.576000', '225445.578000', '225445.581000', '225445.584000', '225445.586000', '225445.589000', '225445.591000', '225445.594000', '225445.596000', '225445.599000', '225445.602000', '225445.604000', '225445.607000', '225445.609000', '225445.612000', '225505.504000', '225505.506000', '225505.509000', '225505.512000', '225505.514000', '225505.517000', '225505.519000', '225505.522000', '225505.525000', '225505.527000', '225505.530000', '225505.532000', '225505.535000', '225505.538000', '225505.540000', '225505.543000', '225505.545000', '225505.548000', '225505.551000', '225505.553000', '225505.556000', '225505.558000', '225505.561000', '225505.564000', '225505.566000', '225505.569000', '225505.571000', '225505.574000', '225505.576000', '225505.579000', '225505.582000', '225505.584000', '225505.587000', '225505.590000', '225505.592000', '225505.595000', '225505.597000', '225505.600000', '225505.603000', '225505.605000', '225505.608000', '225505.611000', '225505.613000', '225505.616000', '225525.503000', '225525.506000', '225525.508000', '225525.511000', '225525.513000', '225525.516000', '225525.519000', '225525.521000', '225525.524000', '225525.526000', '225525.529000', '225525.531000', '225525.534000', '225525.537000', '225525.539000', '225525.542000', '225525.544000', '225525.547000', '225525.550000', '225525.552000', '225525.555000', '225525.558000', '225525.560000', '225525.563000', '225525.566000', '225525.568000', '225525.571000', '225525.573000', '225525.576000', '225525.578000', '225525.581000', '225525.584000', '225525.586000', '225525.589000', '225525.591000', '225525.594000', '225525.596000', '225525.599000', '225525.602000', '225525.604000', '225525.607000', '225525.609000', '225525.612000', '225525.615000', '225545.503000', '225545.506000', '225545.508000', '225545.511000', '225545.513000', '225545.523000', '225545.526000', '225545.528000', '225545.531000', '225545.533000', '225545.536000', '225545.538000', '225545.541000', '225545.544000', '225545.565000', '225545.568000', '225545.570000', '225545.573000', '225545.576000', '225545.578000', '225545.581000', '225545.583000', '225545.586000', '225545.589000', '225545.591000', '225545.594000', '225545.596000', '225545.599000', '225545.602000', '225545.604000', '225545.607000', '225545.609000', '225545.612000', '225545.614000', '225545.617000', '225545.620000', '225545.622000', '225545.625000', '225545.627000', '225545.630000', '225545.632000', '225545.635000', '225545.638000', '225605.502000', '225605.507000', '225605.510000', '225605.513000', '225605.515000', '225605.518000', '225605.520000', '225605.523000', '225605.525000', '225605.528000', '225605.531000', '225605.533000', '225605.536000', '225605.538000', '225605.541000', '225605.543000', '225605.546000', '225605.549000', '225605.551000', '225605.554000', '225605.556000', '225605.559000', '225605.562000', '225605.564000', '225605.567000', '225605.569000', '225605.572000', '225605.574000', '225605.577000', '225605.580000', '225605.582000', '225605.585000', '225605.588000', '225605.590000', '225605.593000', '225605.595000', '225605.598000', '225605.601000', '225605.603000', '225605.606000', '225605.609000', '225605.611000', '225605.614000', '225625.504000', '225625.506000', '225625.509000', '225625.512000', '225625.514000', '225625.517000', '225625.520000', '225625.522000', '225625.525000', '225625.528000', '225625.530000', '225625.533000', '225625.535000', '225625.538000', '225625.540000', '225625.543000', '225625.546000', '225625.548000', '225625.551000', '225625.553000', '225625.556000', '225625.558000', '225625.561000', '225625.563000', '225625.566000', '225625.569000', '225625.571000', '225625.574000', '225625.576000', '225625.579000', '225625.582000', '225625.584000', '225625.587000', '225625.589000', '225625.592000', '225625.595000', '225625.597000', '225625.600000', '225625.602000', '225625.605000', '225625.608000', '225625.610000', '225625.613000', '225625.615000', '225645.503000', '225645.506000', '225645.509000', '225645.511000', '225645.514000', '225645.517000', '225645.519000', '225645.522000', '225645.525000', '225645.527000', '225645.530000', '225645.533000', '225645.536000', '225645.539000', '225645.542000', '225645.544000', '225645.547000', '225645.549000', '225645.552000', '225645.555000', '225645.558000', '225645.561000', '225645.564000', '225645.566000', '225645.569000', '225645.571000', '225645.574000', '225645.577000', '225645.579000', '225645.582000', '225645.585000', '225645.587000', '225645.590000', '225645.592000', '225645.595000', '225645.598000', '225645.600000', '225645.603000', '225645.605000', '225645.608000', '225645.611000', '225645.613000', '225645.616000', '225705.504000', '225705.507000', '225705.509000', '225705.512000', '225705.515000', '225705.517000', '225705.520000', '225705.522000', '225705.525000', '225705.527000', '225705.530000', '225705.533000', '225705.535000', '225705.538000', '225705.540000', '225705.543000', '225705.546000', '225705.548000', '225705.551000', '225705.553000', '225705.556000', '225705.558000', '225705.561000', '225705.564000', '225705.566000', '225705.569000', '225705.599000', '225705.602000', '225705.604000', '225705.607000', '225705.609000', '225705.612000', '225705.615000', '225705.617000', '225705.620000', '225705.622000', '225705.625000', '225705.627000', '225705.630000', '225705.633000', '225705.635000', '225705.638000', '225705.640000', '225705.643000', '225725.503000', '225725.506000', '225725.509000', '225725.511000', '225725.514000', '225725.517000', '225725.519000', '225725.522000', '225725.524000', '225725.527000', '225725.530000', '225725.532000', '225725.535000', '225725.538000', '225725.541000', '225725.543000', '225725.546000', '225725.548000', '225725.551000', '225725.554000', '225725.556000', '225725.559000', '225725.561000', '225725.564000', '225725.566000', '225725.569000', '225725.572000', '225725.574000', '225725.577000', '225725.579000', '225725.582000', '225725.584000', '225725.587000', '225725.590000', '225725.592000', '225725.595000', '225725.598000', '225725.600000', '225725.603000', '225725.606000', '225725.608000', '225725.611000', '225725.613000', '225745.502000', '225745.505000', '225745.508000', '225745.510000', '225745.513000', '225745.516000', '225745.518000', '225745.521000', '225745.523000', '225745.526000', '225745.528000', '225745.531000', '225745.534000', '225745.536000', '225745.539000', '225745.541000', '225745.544000', '225745.546000', '225745.549000', '225745.551000', '225745.554000', '225745.557000', '225745.559000', '225745.562000', '225745.564000', '225745.567000', '225745.570000', '225745.572000', '225745.575000', '225745.578000', '225745.580000', '225745.583000', '225745.585000', '225745.588000', '225745.590000', '225745.593000', '225745.596000', '225745.598000', '225745.601000', '225745.603000', '225745.606000', '225745.609000', '225745.611000', '225745.614000', '225805.502000', '225805.505000', '225805.508000', '225805.511000', '225805.513000', '225805.516000', '225805.518000', '225805.521000', '225805.523000', '225805.526000', '225805.529000', '225805.531000', '225805.534000', '225805.536000', '225805.539000', '225805.542000', '225805.544000', '225805.547000', '225805.549000', '225805.552000', '225805.554000', '225805.557000', '225805.560000', '225805.563000', '225805.566000', '225805.569000', '225805.572000', '225805.575000', '225805.578000', '225805.581000', '225805.583000', '225805.586000', '225805.588000', '225805.591000', '225805.594000', '225805.596000', '225805.599000', '225805.601000', '225805.604000', '225805.607000', '225805.609000', '225805.612000', '225805.614000', '225825.502000', '225825.505000', '225825.508000', '225825.510000', '225825.513000', '225825.516000', '225825.518000', '225825.521000', '225825.523000', '225825.526000', '225825.529000', '225825.531000', '225825.534000', '225825.536000', '225825.539000', '225825.542000', '225825.544000', '225825.547000', '225825.549000', '225825.552000', '225825.554000', '225825.557000', '225825.560000', '225825.574000', '225825.576000', '225825.579000', '225825.582000', '225825.584000', '225825.587000', '225825.589000', '225825.592000', '225825.594000', '225825.597000', '225825.600000', '225825.602000', '225825.605000', '225825.607000', '225825.610000', '225825.613000', '225825.615000', '225825.618000', '225825.621000', '225825.623000', '225825.626000', '225845.504000', '225845.506000', '225845.509000', '225845.511000', '225845.514000', '225845.517000', '225845.519000', '225845.522000', '225845.524000', '225845.527000', '225845.530000', '225845.532000', '225845.535000', '225845.537000', '225845.540000', '225845.543000', '225845.545000', '225845.548000', '225845.550000', '225845.553000', '225845.555000', '225845.558000', '225845.561000', '225845.563000', '225845.566000', '225845.568000', '225845.571000', '225845.573000', '225845.576000', '225845.579000', '225845.581000', '225845.584000', '225845.586000', '225845.589000', '225845.591000', '225845.594000', '225845.597000', '225845.599000', '225845.602000', '225845.605000', '225845.607000', '225845.610000', '225845.612000', '225845.615000', '225905.504000', '225905.506000', '225905.509000', '225905.512000', '225905.514000', '225905.517000', '225905.519000', '225905.522000', '225905.525000', '225905.527000', '225905.530000', '225905.532000', '225905.535000', '225905.537000', '225905.540000', '225905.543000', '225905.545000', '225905.548000', '225905.551000', '225905.553000', '225905.556000', '225905.558000', '225905.561000', '225905.564000', '225905.566000', '225905.569000', '225905.571000', '225905.574000', '225905.577000', '225905.579000', '225905.582000', '225905.584000', '225905.587000', '225905.589000', '225905.592000', '225905.595000', '225905.597000', '225905.600000', '225905.603000', '225905.605000', '225905.608000', '225905.610000', '225905.613000', '225925.503000', '225925.506000', '225925.509000', '225925.512000', '225925.514000', '225925.517000', '225925.519000', '225925.522000', '225925.524000', '225925.527000', '225925.530000', '225925.532000', '225925.535000', '225925.537000', '225925.540000', '225925.542000', '225925.545000', '225925.548000', '225925.550000', '225925.553000', '225925.555000', '225925.558000', '225925.561000', '225925.563000', '225925.566000', '225925.568000', '225925.571000', '225925.573000', '225925.576000', '225925.579000', '225925.583000', '225925.586000', '225925.588000', '225925.591000', '225925.594000', '225925.596000', '225925.599000', '225925.602000', '225925.604000', '225925.607000', '225925.609000', '225925.613000', '225925.616000', '225945.504000', '225945.506000', '225945.509000', '225945.512000', '225945.514000', '225945.530000', '225945.533000', '225945.535000', '225945.538000', '225945.540000', '225945.543000', '225945.546000', '225945.548000', '225945.551000', '225945.553000', '225945.556000', '225945.558000', '225945.561000', '225945.571000', '225945.573000', '225945.576000', '225945.579000', '225945.581000', '225945.584000', '225945.586000', '225945.589000', '225945.592000', '225945.594000', '225945.597000', '225945.599000', '225945.602000', '225945.605000', '225945.607000', '225945.610000', '225945.612000', '225945.615000', '225945.618000', '225945.620000', '225945.623000', '225945.625000', '225945.628000', '225945.630000', '225945.633000', '225945.636000', '230005.503000', '230005.506000', '230005.508000', '230005.511000', '230005.514000', '230005.516000', '230005.519000', '230005.521000', '230005.524000', '230005.526000', '230005.529000', '230005.532000', '230005.534000', '230005.537000', '230005.539000', '230005.542000', '230005.545000', '230005.547000', '230005.550000', '230005.552000', '230005.555000', '230005.558000', '230005.560000', '230005.563000', '230005.565000', '230005.568000', '230005.571000', '230005.573000', '230005.576000', '230005.578000', '230005.581000', '230005.583000', '230005.586000', '230005.589000', '230005.591000', '230005.594000', '230005.596000', '230005.599000', '230005.602000', '230005.604000', '230005.607000', '230005.610000', '230005.612000', '230025.503000', '230025.506000', '230025.508000', '230025.511000', '230025.514000', '230025.516000', '230025.519000', '230025.521000', '230025.524000', '230025.527000', '230025.529000', '230025.532000', '230025.534000', '230025.537000', '230025.540000', '230025.542000', '230025.545000', '230025.547000', '230025.550000', '230025.552000', '230025.555000', '230025.558000', '230025.560000', '230025.563000', '230025.565000', '230025.568000', '230025.570000', '230025.573000', '230025.576000', '230025.578000', '230025.581000', '230025.583000', '230025.586000', '230025.588000', '230025.591000', '230025.594000', '230025.596000', '230025.599000', '230025.602000', '230025.604000', '230025.607000', '230025.609000', '230025.612000', '230045.502000', '230045.505000', '230045.508000', '230045.511000', '230045.513000', '230045.516000', '230045.518000', '230045.521000', '230045.524000', '230045.526000', '230045.529000', '230045.531000', '230045.534000', '230045.536000', '230045.539000', '230045.542000', '230045.544000', '230045.547000', '230045.549000', '230045.552000', '230045.555000', '230045.557000', '230045.560000', '230045.562000', '230045.565000', '230045.567000', '230045.570000', '230045.573000', '230045.575000', '230045.578000', '230045.580000', '230045.583000', '230045.586000', '230045.588000', '230045.591000', '230045.593000', '230045.596000', '230045.599000', '230045.601000', '230045.604000', '230045.607000', '230045.609000', '230045.612000', '230045.614000', '230052.054000', '230052.057000', '230052.060000', '230052.063000', '230052.065000', '230052.068000', '230052.070000', '230052.073000', '230052.076000', '230052.078000', '230052.081000', '230052.084000', '230052.086000', '230052.089000', '230052.091000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10929, 12209, 10485, 13545, 10834, 11073, 10384, 9305, 10193, 8643, 10423, 8590, 10420, 7971, 10824, 8066, 11108, 9235, 11109, 10202, 11834, 9928, 11904, 10038, 13360, 10134, 11141, 9876, 9099, 10043, 8139, 10648, 8156, 11219, 8493, 11624, 9408, 12197, 10891, 12843, 10686, 13851, 10085, 10010, 9913, 8701, 10124, 8322, 11247, 8237, 11655, 10086, 11983, 10557, 13846, 10811, 12185, 9977, 11094, 9762, 8563, 10416, 8300, 10877, 8261, 11533, 9298, 11649, 10658, 12077, 10390, 11115, 10160, 8553, 9730, 8033, 10079, 8138, 10464, 8931, 10970, 9961, 11835, 10025, 13530, 10440, 12256, 10225, 11933, 9879, 9775, 9872, 8801, 9909, 8903, 9862, 8680, 10404, 8307, 10761, 8285, 11610, 10076, 12409, 10634, 12520, 10066, 8958, 9770, 8306, 10775, 8075, 11913, 9922, 12493, 10513, 13635, 10312, 11698, 10190, 8632, 10503, 8466, 10983, 8440, 12073, 10352, 13351, 10487, 12635, 10182, 9591, 10584, 8438, 11038, 8419, 11791, 10140, 12175, 10712, 12519, 10590, 14222, 10147, 9338, 10102, 8164, 10474, 8398, 11668, 9098, 11771, 10340, 11639, 10406, 13508, 10173, 9892, 9929, 8095, 9770, 7679, 10462, 9005, 10649, 9840, 11062, 9853, 10896, 9605, 8872, 9597, 7786, 10012, 7727, 11184, 9681, 11580, 10440, 10434, 10737, 8266, 10260, 9750, 9608, 10062, 8493, 12405, 10384, 13552, 10276, 14530, 10601, 13167, 10205, 11914, 9864, 13172, 9428, 11251, 9351, 11022, 9311, 10846, 9082, 8822, 9322, 8044, 10020, 7632, 9891, 7564, 10176, 7575, 10268, 8324, 10602, 9627, 11511, 10046, 12171, 10150, 14213, 10300, 11932, 9940, 10440, 10125, 8742, 10993, 8575, 11563, 8480, 12732, 10064, 12682, 10862, 13190, 10717, 14615, 10531, 10557, 10182, 9020, 10729, 8858, 11396, 8593, 11502, 9314, 12787, 10481, 12596, 10889, 12842, 10442, 14159, 10455, 10647, 10052, 9400, 10269, 8547, 10520, 8237, 11013, 8400, 11668, 10183, 11385, 10184, 13021, 10298, 10625, 9882, 9519, 9889, 8139, 10217, 8335, 10408, 8075, 10760, 8005, 10690, 8506, 11076, 8589, 11266, 9734, 11318, 10058, 12322, 10623, 12843, 10276, 11117, 9937, 8165, 10701, 8404, 11370, 9295, 12810, 10308, 12703, 10721, 12750, 10602, 12857, 10656, 12356, 10799, 12330, 10003, 13581, 10545, 12813, 9863, 13773, 10014, 11006, 10292, 9598, 10323, 9337, 10331, 8643, 10506, 8801, 10807, 8820, 10667, 8690, 10818, 8541, 10825, 8249, 10732, 8032, 11205, 8742, 11288, 9403, 11412, 9205, 11379, 9537, 11244, 10276, 12036, 9869, 10570, 9555, 8858, 10852, 7908, 10140, 9394, 10720, 9501, 8279, 10054, 7891, 10492, 9186, 11421, 10170, 13689, 10056, 8611, 10291, 8077, 10935, 9377, 12317, 10580, 12252, 10511, 8585, 11341, 9947, 11888, 10109, 9012, 12671, 10471, 11484, 11351, 8842, 14698, 11196, 15930, 12429, 11142, 12027, 9202, 9239, 9226, 8345, 9321, 8496, 9473, 9010, 9602, 11598, 9919, 13646, 10677, 13465, 10259, 12117, 10431, 9436, 13797, 10713, 15772, 11637, 15903, 11462, 15284, 11596, 15718, 11127, 15570, 10656, 14738, 10660, 13458, 10475, 13105, 10263, 12520, 9780, 12472, 9513, 11889, 9728, 11599, 9427, 11478, 9246, 11626, 9645, 11124, 9442, 10685, 9260, 10690, 9412, 10787, 9636, 10807, 9637, 11437, 9611, 12067, 9800, 11585, 10056, 11093, 10055, 9287, 10698, 8732, 10206, 8481, 9982, 7838, 10176, 7789, 10272, 7698, 10079, 7680, 10567, 7920, 10580, 8081, 10918, 8076, 10843, 8140, 10754, 8231, 10472, 8801, 10670, 9441, 10667, 9564, 10555, 9511, 11129, 9242, 10907, 9361, 12693, 10044, 12421, 9949, 12228, 9708, 11340, 10164, 10210, 10189, 10380, 10323, 8701, 10786, 8335, 11520, 8473, 11694, 9040, 12355, 10543, 12911, 10729, 14475, 11156, 15069, 11491, 13785, 10714, 14530, 10687, 12212, 9910, 11181, 10148, 9212, 10295, 9143, 10320, 11502, 9610, 13331, 9806, 11961, 10022, 11142, 9783, 10814, 9268, 10527, 9205, 10177, 7990, 9795, 8319, 9321, 8080, 9461, 8525, 9946, 8729, 9813, 8516, 9836, 9062, 10143, 9140, 10228, 8996, 10284, 9128, 10861, 9638, 11883, 9380, 11656, 9304, 11394, 9053, 10477, 9551, 9307, 10180, 8639, 9899, 7890, 10542, 8304, 11051, 10029, 12713, 9866, 8781, 10504, 8507, 12233, 10266, 10555, 10330, 8698, 12311, 9330, 13245, 11217, 14598, 10940, 10057, 10216, 8877, 10193, 8503, 10263, 8146, 10545, 8826, 10895, 9687, 10304, 9266, 7873, 10001, 7422, 10028, 7886, 10945, 9471, 11271, 9555, 13059, 9658, 11389, 9485, 10523, 9164, 8570, 9997, 8061, 10458, 7927, 10459, 8058, 11468, 8944, 11371, 9446, 11842, 9669, 11992, 9806, 11810, 10306, 12249, 9629, 12076, 9672, 10207, 9766, 8994, 9924, 8078, 11007, 7888, 11424, 9246, 11740, 9768, 12640, 10233, 11253, 9567, 8969, 10030, 7946, 11129, 9030, 11808, 9693, 12736, 10109, 11693, 9822, 11101, 9309, 8347, 9751, 8009, 10442, 7820, 10619, 9089, 11726, 9763, 9784, 8970, 7836, 9725, 7845, 10609, 9020, 8320, 9861, 8690, 11895, 9700, 9540, 9512, 8396, 11069, 9577, 8046, 12345, 10269, 13330, 10475, 12257, 10735, 8149, 11552, 8914, 11308, 9388, 11754, 10060, 12036, 9991, 10734, 9127, 8214, 9287, 7739, 10122, 8184, 10627, 9238, 11846, 9999, 13109, 10202, 13580, 9822, 9729, 9996, 8240, 10951, 8504, 11351, 9468, 12269, 10398, 13884, 10484, 11730, 10195, 8755, 10650, 8536, 11365, 8925, 11895, 9716, 12193, 10366, 11830, 10487, 12711, 10670, 11134, 9767, 10495, 9800, 10408, 9756, 8347, 10257, 8284, 10385, 8066, 10467, 7954, 10600, 8619, 10599, 8978, 10823, 8971, 11252, 9035, 11008, 9529, 11107, 9876, 11971, 9753, 11694, 9432, 10152, 9225, 8168, 9629, 8355, 9495, 8022, 9889, 7793, 10336, 7903, 10080, 7904, 10236, 8860, 10851, 9525, 10756, 9695, 11381, 9731, 9732, 9566, 8499, 10016, 8131, 10742, 8240, 11361, 9792, 11914, 10230, 13651, 10623, 13004, 9769, 10744, 10039, 8583, 10758, 8159, 11201, 8791, 12043, 9841, 11989, 10337, 13505, 10202, 10938, 9710, 9086, 9835, 8619, 9771, 7940, 10656, 7957, 10513, 8127, 10712, 9287, 10953, 9871, 11035, 9542, 11764, 9814, 10919, 9657, 10014, 8902, 8742, 9698, 7885, 10708, 8156, 10777, 8879, 11567, 9906, 12544, 10363, 13419, 10042, 9853, 9670, 9262, 9902, 9245, 10668, 8246, 11388, 8454, 11249, 9223, 11672, 10281, 12169, 10434, 12582, 10004, 9899, 9866, 8037, 10365, 7814, 10704, 8765, 10822, 9358, 11149, 9437, 10866, 9436, 11568, 9979, 11400, 9814, 11059, 9292, 8465, 10273, 8152, 10609, 8281, 11006, 9150, 11513, 10192, 13025, 10218, 10321, 10193, 8507, 11155, 8378, 12265, 9509, 12698, 10044, 12411, 10539, 13712, 10683, 9187, 10742, 8527, 11371, 8750, 12064, 9837, 13302, 10511, 10613, 9777, 8497, 11109, 9185, 10430, 9977, 8162, 13085, 10168, 8443, 11060, 8380, 12730, 10667, 14037, 10949, 12321, 10539, 10386, 10567, 8473, 11034, 8066, 11180, 9882, 11770, 10377, 12259, 10012, 11698, 9438, 9445, 9781, 8359, 10642, 8599, 10320, 8522, 10817, 7763, 11303, 9100, 11385, 9969, 11879, 9862, 11396, 9668, 11556, 9840, 12254, 9818, 12225, 9996, 10819, 9466, 8392, 10309, 8421, 10639, 8677, 11308, 8387, 11965, 9493, 11984, 9424, 12912, 10119, 12512, 10139, 12061, 10470, 14000, 10482, 10690, 10038, 9754, 9914, 8700, 10798, 8168, 11251, 8311, 11259, 9765, 12180, 10247, 12093, 10335, 12931, 10370, 11600, 9877, 9217, 10261, 8427, 10634, 7840, 11029, 9075, 11123, 9751, 11776, 10308, 13124, 10494, 12868, 9936, 11634, 9657, 10264, 9510, 9766, 9799, 8604, 10465, 7932, 11177, 8278, 11005, 9849, 11659, 10289, 11895, 9990, 10350, 10008, 8476, 11239, 8724, 11512, 8950, 11995, 9682, 12516, 10718, 13642, 10785, 11418, 10452, 9192, 10907, 8644, 11855, 8688, 11882, 9836, 12011, 10209, 12456, 10585, 12307, 10198, 11477, 9812, 12065, 9923, 12377, 9789, 11593, 9615, 8527, 9353, 7836, 9721, 7737, 9824, 7548, 10099, 8720, 10359, 9166, 11356, 9664, 9367, 9504, 7947, 10459, 8051, 11528, 9022, 12127, 10213, 13187, 10655, 13397, 10913, 13718, 10645, 11475, 10562, 8824, 11056, 8444, 11400, 8603, 12208, 10327, 12514, 10378, 13119, 11037, 12459, 10546, 10266, 10401, 8735, 10973, 8208, 11099, 8121, 11525, 9439, 11554, 10076, 12263, 9973, 11238, 9948, 9086, 9820, 8589, 10102, 8314, 10662, 9054, 11784, 10327, 8453, 9863, 8011, 10798, 9766, 8756, 10460, 8723, 12736, 10183, 12644, 10332, 9021, 10748, 8575, 11738, 9082, 11929, 8408, 12134, 9969, 12428, 10673, 12495, 10318, 10323, 9848, 9684, 10411, 8028, 11199, 8382, 11460, 8888, 12512, 9574, 12129, 10060, 11797, 10699, 11624, 8564, 8447, 8751, 8260, 8432, 8424, 13050, 9629, 11268, 9568, 10929, 9445, 11603, 9675, 11711, 10066, 12350, 10318, 12035, 15724, 11169, 18290, 12955, 8669, 10607, 10081, 13958, 11733, 14348, 12009, 15054, 11199, 9941, 11531, 9110, 12155, 9165, 11992, 9390, 11029, 9295, 10450, 9047, 10189, 8633, 9632, 8359, 9596, 8674, 9168, 8599, 9227, 8700, 10067, 9370, 10711, 9292, 10510, 9506, 10539, 9808, 10657, 9156, 11130, 9229, 11005, 10072, 12298, 9458, 13729, 10009, 13317, 10807, 12873, 9687, 11590, 10485, 8618, 10421, 8806, 11183, 9349, 12468, 9910, 12476, 10630, 12727, 10475, 9982, 10372, 8458, 11461, 8423, 12030, 8759, 12017, 10257, 12122, 10463, 9182, 9383, 8570, 11972, 10454, 9976, 11985, 9580, 13021, 9609, 13896, 11435, 13681, 11653, 15265, 12085, 12336, 10486, 9328, 11420, 8700, 12617, 8992, 12215, 9526, 11491, 10205, 12151, 10234, 12706, 10587, 11544, 10230, 9627, 10430, 8805, 11127, 9115, 11453, 9463, 12495, 10341, 12331, 10568, 12920, 10990, 13654, 10998, 11323, 10135, 10493, 10548, 9245, 11243, 9003, 11274, 9044, 12065, 10514, 11851], 'WindowCenter': [4277.0, 4271.0, 4249.0, 4265.0, 4233.0, 4228.0, 4221.0, 4210.0, 4220.0, 4187.0, 4218.0, 4188.0, 4231.0, 4188.0, 4217.0, 4176.0, 4217.0, 4198.0, 4218.0, 4208.0, 4227.0, 4207.0, 4216.0, 4209.0, 4251.0, 4219.0, 4228.0, 4221.0, 4198.0, 4219.0, 4188.0, 4219.0, 4177.0, 4217.0, 4198.0, 4229.0, 4198.0, 4227.0, 4218.0, 4226.0, 4219.0, 4250.0, 4219.0, 4208.0, 4208.0, 4186.0, 4220.0, 4201.0, 4229.0, 4188.0, 4228.0, 4217.0, 4228.0, 4221.0, 4238.0, 4231.0, 4228.0, 4209.0, 4230.0, 4209.0, 4187.0, 4218.0, 4187.0, 4219.0, 4189.0, 4228.0, 4210.0, 4229.0, 4219.0, 4240.0, 4232.0, 4229.0, 4219.0, 4198.0, 4209.0, 4189.0, 4220.0, 4189.0, 4219.0, 4198.0, 4219.0, 4220.0, 4230.0, 4210.0, 4238.0, 4219.0, 4227.0, 4219.0, 4240.0, 4210.0, 4208.0, 4210.0, 4197.0, 4209.0, 4199.0, 4209.0, 4187.0, 4218.0, 4187.0, 4217.0, 4189.0, 4229.0, 4209.0, 4240.0, 4232.0, 4240.0, 4221.0, 4199.0, 4220.0, 4188.0, 4230.0, 4190.0, 4230.0, 4220.0, 4239.0, 4220.0, 4250.0, 4221.0, 4229.0, 4220.0, 4188.0, 4219.0, 4189.0, 4219.0, 4189.0, 4228.0, 4209.0, 4238.0, 4219.0, 4240.0, 4220.0, 4208.0, 4219.0, 4187.0, 4218.0, 4189.0, 4228.0, 4208.0, 4228.0, 4219.0, 4227.0, 4220.0, 4249.0, 4208.0, 4198.0, 4218.0, 4186.0, 4218.0, 4189.0, 4217.0, 4187.0, 4217.0, 4207.0, 4217.0, 4219.0, 4237.0, 4219.0, 4207.0, 4208.0, 4189.0, 4209.0, 4178.0, 4218.0, 4198.0, 4218.0, 4220.0, 4218.0, 4209.0, 4218.0, 4210.0, 4199.0, 4211.0, 4179.0, 4210.0, 4180.0, 4230.0, 4211.0, 4230.0, 4232.0, 4232.0, 4232.0, 4200.0, 4220.0, 4222.0, 4223.0, 4222.0, 4201.0, 4242.0, 4221.0, 4252.0, 4223.0, 4251.0, 4220.0, 4238.0, 4209.0, 4227.0, 4209.0, 4240.0, 4199.0, 4217.0, 4198.0, 4217.0, 4199.0, 4219.0, 4199.0, 4199.0, 4211.0, 4189.0, 4221.0, 4192.0, 4221.0, 4179.0, 4222.0, 4180.0, 4222.0, 4202.0, 4220.0, 4211.0, 4230.0, 4211.0, 4242.0, 4222.0, 4250.0, 4221.0, 4228.0, 4222.0, 4221.0, 4221.0, 4199.0, 4220.0, 4200.0, 4231.0, 4201.0, 4241.0, 4223.0, 4241.0, 4231.0, 4252.0, 4222.0, 4250.0, 4222.0, 4218.0, 4220.0, 4211.0, 4220.0, 4198.0, 4229.0, 4187.0, 4229.0, 4209.0, 4238.0, 4219.0, 4227.0, 4218.0, 4238.0, 4219.0, 4237.0, 4219.0, 4217.0, 4209.0, 4197.0, 4208.0, 4187.0, 4208.0, 4189.0, 4218.0, 4189.0, 4229.0, 4219.0, 4229.0, 4219.0, 4238.0, 4219.0, 4218.0, 4220.0, 4207.0, 4208.0, 4177.0, 4209.0, 4189.0, 4219.0, 4178.0, 4218.0, 4188.0, 4219.0, 4200.0, 4218.0, 4188.0, 4218.0, 4208.0, 4229.0, 4210.0, 4239.0, 4220.0, 4240.0, 4233.0, 4230.0, 4223.0, 4203.0, 4231.0, 4203.0, 4244.0, 4223.0, 4251.0, 4221.0, 4239.0, 4230.0, 4240.0, 4220.0, 4238.0, 4219.0, 4227.0, 4230.0, 4239.0, 4209.0, 4237.0, 4219.0, 4226.0, 4209.0, 4238.0, 4208.0, 4217.0, 4208.0, 4194.0, 4208.0, 4197.0, 4207.0, 4185.0, 4207.0, 4185.0, 4217.0, 4197.0, 4207.0, 4186.0, 4217.0, 4185.0, 4217.0, 4187.0, 4217.0, 4176.0, 4216.0, 4186.0, 4216.0, 4209.0, 4227.0, 4198.0, 4227.0, 4209.0, 4218.0, 4209.0, 4227.0, 4209.0, 4220.0, 4222.0, 4199.0, 4231.0, 4191.0, 4234.0, 4226.0, 4233.0, 4223.0, 4201.0, 4221.0, 4188.0, 4233.0, 4212.0, 4230.0, 4222.0, 4263.0, 4222.0, 4200.0, 4220.0, 4191.0, 4232.0, 4210.0, 4229.0, 4232.0, 4240.0, 4232.0, 4201.0, 4231.0, 4223.0, 4254.0, 4234.0, 4212.0, 4255.0, 4234.0, 4243.0, 4244.0, 4200.0, 4264.0, 4245.0, 4275.0, 4241.0, 4218.0, 4226.0, 4195.0, 4195.0, 4195.0, 4173.0, 4195.0, 4173.0, 4196.0, 4184.0, 4197.0, 4215.0, 4196.0, 4225.0, 4205.0, 4223.0, 4180.0, 4199.0, 4189.0, 4167.0, 4211.0, 4190.0, 4222.0, 4218.0, 4220.0, 4216.0, 4221.0, 4188.0, 4206.0, 4190.0, 4230.0, 4190.0, 4220.0, 4191.0, 4209.0, 4190.0, 4210.0, 4190.0, 4197.0, 4179.0, 4211.0, 4193.0, 4212.0, 4194.0, 4213.0, 4195.0, 4214.0, 4197.0, 4215.0, 4196.0, 4215.0, 4196.0, 4206.0, 4198.0, 4206.0, 4197.0, 4205.0, 4208.0, 4216.0, 4209.0, 4217.0, 4209.0, 4227.0, 4208.0, 4217.0, 4220.0, 4218.0, 4208.0, 4197.0, 4218.0, 4187.0, 4220.0, 4199.0, 4209.0, 4178.0, 4220.0, 4177.0, 4232.0, 4192.0, 4219.0, 4179.0, 4231.0, 4188.0, 4219.0, 4191.0, 4219.0, 4189.0, 4219.0, 4188.0, 4218.0, 4200.0, 4218.0, 4199.0, 4218.0, 4209.0, 4219.0, 4211.0, 4219.0, 4211.0, 4230.0, 4211.0, 4229.0, 4212.0, 4241.0, 4223.0, 4240.0, 4221.0, 4239.0, 4222.0, 4229.0, 4222.0, 4219.0, 4221.0, 4222.0, 4221.0, 4200.0, 4231.0, 4189.0, 4241.0, 4203.0, 4241.0, 4211.0, 4242.0, 4232.0, 4254.0, 4234.0, 4262.0, 4245.0, 4277.0, 4245.0, 4253.0, 4234.0, 4262.0, 4221.0, 4239.0, 4222.0, 4229.0, 4219.0, 4195.0, 4208.0, 4196.0, 4219.0, 4227.0, 4206.0, 4236.0, 4207.0, 4227.0, 4208.0, 4215.0, 4208.0, 4217.0, 4197.0, 4217.0, 4210.0, 4231.0, 4161.0, 4193.0, 4197.0, 4209.0, 4188.0, 4208.0, 4199.0, 4219.0, 4199.0, 4219.0, 4199.0, 4220.0, 4210.0, 4220.0, 4211.0, 4232.0, 4211.0, 4219.0, 4212.0, 4229.0, 4223.0, 4240.0, 4212.0, 4230.0, 4210.0, 4243.0, 4223.0, 4230.0, 4211.0, 4208.0, 4220.0, 4201.0, 4223.0, 4201.0, 4243.0, 4213.0, 4241.0, 4221.0, 4252.0, 4224.0, 4211.0, 4232.0, 4200.0, 4240.0, 4221.0, 4230.0, 4222.0, 4201.0, 4254.0, 4224.0, 4240.0, 4229.0, 4247.0, 4218.0, 4206.0, 4219.0, 4198.0, 4221.0, 4198.0, 4219.0, 4177.0, 4217.0, 4210.0, 4231.0, 4221.0, 4218.0, 4209.0, 4186.0, 4208.0, 4192.0, 4220.0, 4189.0, 4231.0, 4210.0, 4230.0, 4222.0, 4250.0, 4210.0, 4228.0, 4209.0, 4230.0, 4210.0, 4198.0, 4233.0, 4190.0, 4230.0, 4200.0, 4232.0, 4189.0, 4230.0, 4200.0, 4229.0, 4209.0, 4241.0, 4209.0, 4228.0, 4220.0, 4227.0, 4219.0, 4240.0, 4210.0, 4227.0, 4208.0, 4207.0, 4208.0, 4197.0, 4209.0, 4177.0, 4219.0, 4187.0, 4227.0, 4210.0, 4228.0, 4209.0, 4237.0, 4218.0, 4229.0, 4210.0, 4197.0, 4209.0, 4187.0, 4228.0, 4199.0, 4239.0, 4209.0, 4238.0, 4220.0, 4227.0, 4220.0, 4229.0, 4199.0, 4187.0, 4208.0, 4176.0, 4218.0, 4189.0, 4218.0, 4198.0, 4227.0, 4218.0, 4218.0, 4211.0, 4190.0, 4220.0, 4189.0, 4230.0, 4212.0, 4201.0, 4220.0, 4213.0, 4241.0, 4220.0, 4222.0, 4235.0, 4215.0, 4244.0, 4224.0, 4202.0, 4242.0, 4222.0, 4254.0, 4233.0, 4241.0, 4219.0, 4188.0, 4229.0, 4198.0, 4229.0, 4209.0, 4227.0, 4219.0, 4227.0, 4220.0, 4230.0, 4210.0, 4199.0, 4211.0, 4189.0, 4221.0, 4202.0, 4230.0, 4212.0, 4241.0, 4223.0, 4241.0, 4222.0, 4252.0, 4222.0, 4209.0, 4220.0, 4189.0, 4219.0, 4199.0, 4230.0, 4210.0, 4238.0, 4220.0, 4249.0, 4220.0, 4241.0, 4220.0, 4198.0, 4219.0, 4197.0, 4229.0, 4211.0, 4228.0, 4208.0, 4227.0, 4208.0, 4228.0, 4219.0, 4236.0, 4218.0, 4216.0, 4208.0, 4217.0, 4207.0, 4217.0, 4196.0, 4185.0, 4208.0, 4185.0, 4216.0, 4189.0, 4217.0, 4177.0, 4216.0, 4187.0, 4217.0, 4198.0, 4217.0, 4198.0, 4216.0, 4198.0, 4217.0, 4209.0, 4217.0, 4219.0, 4227.0, 4209.0, 4239.0, 4210.0, 4219.0, 4210.0, 4187.0, 4209.0, 4189.0, 4210.0, 4188.0, 4219.0, 4177.0, 4217.0, 4189.0, 4218.0, 4190.0, 4218.0, 4199.0, 4218.0, 4211.0, 4231.0, 4221.0, 4229.0, 4221.0, 4207.0, 4221.0, 4201.0, 4221.0, 4189.0, 4230.0, 4189.0, 4230.0, 4221.0, 4239.0, 4220.0, 4249.0, 4232.0, 4250.0, 4221.0, 4219.0, 4209.0, 4187.0, 4218.0, 4187.0, 4229.0, 4187.0, 4228.0, 4207.0, 4228.0, 4219.0, 4248.0, 4219.0, 4218.0, 4210.0, 4198.0, 4219.0, 4198.0, 4209.0, 4188.0, 4218.0, 4188.0, 4219.0, 4190.0, 4218.0, 4209.0, 4228.0, 4221.0, 4229.0, 4221.0, 4240.0, 4221.0, 4229.0, 4210.0, 4221.0, 4211.0, 4199.0, 4210.0, 4190.0, 4231.0, 4190.0, 4231.0, 4211.0, 4230.0, 4221.0, 4240.0, 4233.0, 4252.0, 4221.0, 4219.0, 4221.0, 4209.0, 4220.0, 4210.0, 4221.0, 4188.0, 4230.0, 4188.0, 4230.0, 4210.0, 4230.0, 4221.0, 4240.0, 4221.0, 4241.0, 4221.0, 4219.0, 4221.0, 4190.0, 4221.0, 4191.0, 4231.0, 4202.0, 4230.0, 4212.0, 4230.0, 4210.0, 4230.0, 4211.0, 4231.0, 4223.0, 4240.0, 4222.0, 4242.0, 4223.0, 4200.0, 4232.0, 4190.0, 4233.0, 4203.0, 4231.0, 4212.0, 4241.0, 4222.0, 4251.0, 4233.0, 4221.0, 4222.0, 4201.0, 4232.0, 4200.0, 4241.0, 4221.0, 4241.0, 4220.0, 4240.0, 4232.0, 4250.0, 4231.0, 4210.0, 4229.0, 4200.0, 4231.0, 4199.0, 4239.0, 4221.0, 4249.0, 4230.0, 4230.0, 4222.0, 4213.0, 4243.0, 4222.0, 4231.0, 4219.0, 4200.0, 4250.0, 4220.0, 4200.0, 4230.0, 4201.0, 4241.0, 4222.0, 4250.0, 4219.0, 4228.0, 4219.0, 4207.0, 4207.0, 4175.0, 4218.0, 4176.0, 4218.0, 4208.0, 4226.0, 4220.0, 4227.0, 4208.0, 4230.0, 4199.0, 4208.0, 4208.0, 4187.0, 4218.0, 4198.0, 4208.0, 4186.0, 4218.0, 4175.0, 4216.0, 4197.0, 4228.0, 4208.0, 4226.0, 4209.0, 4228.0, 4211.0, 4228.0, 4208.0, 4226.0, 4208.0, 4227.0, 4209.0, 4217.0, 4208.0, 4187.0, 4208.0, 4187.0, 4219.0, 4188.0, 4218.0, 4188.0, 4226.0, 4197.0, 4228.0, 4197.0, 4227.0, 4208.0, 4227.0, 4207.0, 4227.0, 4217.0, 4236.0, 4217.0, 4205.0, 4207.0, 4207.0, 4207.0, 4186.0, 4217.0, 4186.0, 4218.0, 4188.0, 4217.0, 4207.0, 4227.0, 4208.0, 4226.0, 4208.0, 4227.0, 4207.0, 4216.0, 4208.0, 4196.0, 4218.0, 4187.0, 4218.0, 4176.0, 4217.0, 4198.0, 4217.0, 4209.0, 4226.0, 4219.0, 4237.0, 4219.0, 4239.0, 4209.0, 4227.0, 4208.0, 4206.0, 4207.0, 4207.0, 4207.0, 4187.0, 4217.0, 4176.0, 4217.0, 4189.0, 4217.0, 4208.0, 4227.0, 4220.0, 4228.0, 4219.0, 4218.0, 4209.0, 4189.0, 4229.0, 4200.0, 4229.0, 4197.0, 4228.0, 4207.0, 4227.0, 4218.0, 4238.0, 4218.0, 4216.0, 4218.0, 4196.0, 4217.0, 4186.0, 4227.0, 4185.0, 4226.0, 4218.0, 4237.0, 4218.0, 4235.0, 4217.0, 4224.0, 4205.0, 4215.0, 4206.0, 4226.0, 4207.0, 4226.0, 4207.0, 4227.0, 4208.0, 4185.0, 4196.0, 4175.0, 4206.0, 4178.0, 4207.0, 4177.0, 4217.0, 4198.0, 4218.0, 4210.0, 4218.0, 4210.0, 4198.0, 4209.0, 4191.0, 4220.0, 4189.0, 4230.0, 4200.0, 4241.0, 4221.0, 4239.0, 4220.0, 4239.0, 4219.0, 4251.0, 4220.0, 4227.0, 4219.0, 4197.0, 4228.0, 4200.0, 4229.0, 4198.0, 4238.0, 4219.0, 4239.0, 4222.0, 4238.0, 4219.0, 4227.0, 4218.0, 4219.0, 4218.0, 4187.0, 4217.0, 4187.0, 4218.0, 4186.0, 4228.0, 4208.0, 4226.0, 4208.0, 4239.0, 4208.0, 4217.0, 4208.0, 4196.0, 4209.0, 4187.0, 4218.0, 4188.0, 4217.0, 4211.0, 4241.0, 4221.0, 4199.0, 4219.0, 4200.0, 4229.0, 4220.0, 4199.0, 4231.0, 4212.0, 4251.0, 4234.0, 4251.0, 4221.0, 4199.0, 4218.0, 4187.0, 4228.0, 4185.0, 4227.0, 4185.0, 4226.0, 4208.0, 4226.0, 4218.0, 4226.0, 4207.0, 4206.0, 4208.0, 4197.0, 4217.0, 4187.0, 4228.0, 4187.0, 4228.0, 4197.0, 4228.0, 4207.0, 4226.0, 4218.0, 4240.0, 4220.0, 4231.0, 4199.0, 4187.0, 4209.0, 4198.0, 4199.0, 4200.0, 4236.0, 4207.0, 4217.0, 4196.0, 4216.0, 4221.0, 4241.0, 4221.0, 4226.0, 4209.0, 4240.0, 4207.0, 4225.0, 4246.0, 4215.0, 4255.0, 4237.0, 4184.0, 4206.0, 4206.0, 4222.0, 4201.0, 4207.0, 4199.0, 4207.0, 4177.0, 4165.0, 4187.0, 4156.0, 4196.0, 4167.0, 4187.0, 4154.0, 4162.0, 4151.0, 4174.0, 4154.0, 4175.0, 4156.0, 4167.0, 4143.0, 4167.0, 4155.0, 4166.0, 4155.0, 4168.0, 4170.0, 4206.0, 4181.0, 4202.0, 4183.0, 4201.0, 4194.0, 4205.0, 4192.0, 4204.0, 4195.0, 4214.0, 4195.0, 4219.0, 4234.0, 4311.0, 4255.0, 4265.0, 4210.0, 4212.0, 4250.0, 4273.0, 4229.0, 4220.0, 4190.0, 4110.0, 4131.0, 4168.0, 4216.0, 4205.0, 4236.0, 4219.0, 4222.0, 4214.0, 4235.0, 4219.0, 4220.0, 4234.0, 4212.0, 4254.0, 4212.0, 4253.0, 4224.0, 4250.0, 4220.0, 4240.0, 4244.0, 4224.0, 4235.0, 4213.0, 4255.0, 4247.0, 4234.0, 4256.0, 4221.0, 4264.0, 4234.0, 4263.0, 4243.0, 4251.0, 4243.0, 4250.0, 4241.0, 4251.0, 4218.0, 4206.0, 4241.0, 4210.0, 4240.0, 4195.0, 4227.0, 4206.0, 4228.0, 4220.0, 4240.0, 4219.0, 4238.0, 4243.0, 4238.0, 4233.0, 4219.0, 4217.0, 4208.0, 4228.0, 4198.0, 4230.0, 4222.0, 4249.0, 4219.0, 4239.0, 4230.0, 4252.0, 4231.0, 4247.0, 4229.0, 4226.0, 4217.0, 4229.0, 4218.0, 4208.0, 4228.0, 4196.0, 4229.0, 4211.0, 4239.0, 4217.0, 4226.0], 'WindowWidth': [9472.0, 9452.0, 9417.0, 9429.0, 9383.0, 9365.0, 9363.0, 9348.0, 9358.0, 9310.0, 9352.0, 9313.0, 9376.0, 9315.0, 9349.0, 9293.0, 9348.0, 9325.0, 9351.0, 9338.0, 9361.0, 9336.0, 9346.0, 9342.0, 9402.0, 9356.0, 9366.0, 9362.0, 9325.0, 9356.0, 9312.0, 9354.0, 9294.0, 9350.0, 9325.0, 9370.0, 9324.0, 9361.0, 9352.0, 9359.0, 9355.0, 9401.0, 9355.0, 9338.0, 9339.0, 9306.0, 9357.0, 9335.0, 9368.0, 9311.0, 9365.0, 9350.0, 9367.0, 9361.0, 9381.0, 9375.0, 9364.0, 9343.0, 9373.0, 9340.0, 9308.0, 9353.0, 9308.0, 9354.0, 9317.0, 9365.0, 9345.0, 9369.0, 9355.0, 9386.0, 9379.0, 9368.0, 9355.0, 9325.0, 9341.0, 9317.0, 9359.0, 9315.0, 9355.0, 9327.0, 9353.0, 9359.0, 9372.0, 9345.0, 9380.0, 9356.0, 9362.0, 9354.0, 9386.0, 9344.0, 9337.0, 9344.0, 9322.0, 9339.0, 9329.0, 9341.0, 9307.0, 9350.0, 9307.0, 9348.0, 9317.0, 9367.0, 9342.0, 9384.0, 9377.0, 9386.0, 9362.0, 9328.0, 9357.0, 9312.0, 9371.0, 9321.0, 9371.0, 9357.0, 9382.0, 9358.0, 9398.0, 9361.0, 9368.0, 9356.0, 9312.0, 9355.0, 9315.0, 9356.0, 9314.0, 9365.0, 9340.0, 9378.0, 9354.0, 9383.0, 9355.0, 9336.0, 9353.0, 9307.0, 9352.0, 9314.0, 9364.0, 9338.0, 9362.0, 9354.0, 9362.0, 9357.0, 9395.0, 9338.0, 9323.0, 9351.0, 9306.0, 9352.0, 9314.0, 9349.0, 9307.0, 9347.0, 9334.0, 9350.0, 9356.0, 9375.0, 9355.0, 9335.0, 9336.0, 9315.0, 9340.0, 9297.0, 9350.0, 9325.0, 9350.0, 9358.0, 9352.0, 9342.0, 9351.0, 9343.0, 9327.0, 9346.0, 9303.0, 9343.0, 9304.0, 9369.0, 9345.0, 9372.0, 9379.0, 9380.0, 9376.0, 9332.0, 9357.0, 9366.0, 9370.0, 9364.0, 9336.0, 9391.0, 9360.0, 9404.0, 9367.0, 9404.0, 9358.0, 9376.0, 9341.0, 9360.0, 9338.0, 9383.0, 9328.0, 9347.0, 9324.0, 9345.0, 9325.0, 9356.0, 9329.0, 9326.0, 9347.0, 9315.0, 9360.0, 9324.0, 9361.0, 9302.0, 9364.0, 9303.0, 9362.0, 9339.0, 9356.0, 9346.0, 9369.0, 9346.0, 9389.0, 9363.0, 9397.0, 9361.0, 9365.0, 9365.0, 9361.0, 9359.0, 9327.0, 9359.0, 9330.0, 9376.0, 9333.0, 9387.0, 9366.0, 9386.0, 9372.0, 9406.0, 9363.0, 9397.0, 9362.0, 9351.0, 9355.0, 9347.0, 9357.0, 9325.0, 9368.0, 9308.0, 9369.0, 9342.0, 9377.0, 9352.0, 9362.0, 9351.0, 9379.0, 9355.0, 9376.0, 9353.0, 9346.0, 9341.0, 9320.0, 9339.0, 9306.0, 9337.0, 9315.0, 9351.0, 9314.0, 9367.0, 9354.0, 9369.0, 9355.0, 9377.0, 9354.0, 9351.0, 9356.0, 9336.0, 9339.0, 9296.0, 9340.0, 9317.0, 9354.0, 9297.0, 9352.0, 9310.0, 9356.0, 9331.0, 9352.0, 9310.0, 9349.0, 9338.0, 9367.0, 9344.0, 9381.0, 9359.0, 9386.0, 9381.0, 9372.0, 9368.0, 9342.0, 9376.0, 9341.0, 9398.0, 9367.0, 9403.0, 9360.0, 9381.0, 9370.0, 9385.0, 9356.0, 9378.0, 9354.0, 9362.0, 9371.0, 9383.0, 9342.0, 9376.0, 9354.0, 9359.0, 9340.0, 9380.0, 9338.0, 9346.0, 9338.0, 9314.0, 9338.0, 9322.0, 9335.0, 9303.0, 9334.0, 9303.0, 9348.0, 9320.0, 9335.0, 9304.0, 9349.0, 9302.0, 9347.0, 9308.0, 9347.0, 9292.0, 9346.0, 9306.0, 9346.0, 9341.0, 9362.0, 9324.0, 9362.0, 9340.0, 9352.0, 9339.0, 9361.0, 9339.0, 9358.0, 9364.0, 9330.0, 9375.0, 9323.0, 9385.0, 9378.0, 9381.0, 9369.0, 9336.0, 9362.0, 9313.0, 9380.0, 9351.0, 9369.0, 9362.0, 9423.0, 9363.0, 9331.0, 9358.0, 9322.0, 9376.0, 9343.0, 9368.0, 9377.0, 9387.0, 9379.0, 9336.0, 9376.0, 9367.0, 9413.0, 9386.0, 9351.0, 9415.0, 9384.0, 9394.0, 9398.0, 9331.0, 9427.0, 9402.0, 9442.0, 9389.0, 9347.0, 9359.0, 9318.0, 9316.0, 9317.0, 9285.0, 9315.0, 9283.0, 9317.0, 9298.0, 9319.0, 9342.0, 9318.0, 9357.0, 9328.0, 9349.0, 9288.0, 9309.0, 9295.0, 9264.0, 9330.0, 9296.0, 9349.0, 9354.0, 9340.0, 9346.0, 9344.0, 9293.0, 9315.0, 9300.0, 9356.0, 9299.0, 9341.0, 9301.0, 9324.0, 9300.0, 9327.0, 9299.0, 9303.0, 9282.0, 9330.0, 9308.0, 9333.0, 9313.0, 9334.0, 9314.0, 9341.0, 9322.0, 9341.0, 9319.0, 9341.0, 9319.0, 9332.0, 9326.0, 9330.0, 9322.0, 9329.0, 9336.0, 9344.0, 9342.0, 9347.0, 9340.0, 9361.0, 9338.0, 9347.0, 9357.0, 9350.0, 9338.0, 9321.0, 9353.0, 9310.0, 9358.0, 9328.0, 9342.0, 9298.0, 9357.0, 9297.0, 9378.0, 9326.0, 9356.0, 9303.0, 9374.0, 9314.0, 9356.0, 9321.0, 9355.0, 9314.0, 9354.0, 9312.0, 9352.0, 9334.0, 9352.0, 9330.0, 9352.0, 9342.0, 9356.0, 9349.0, 9354.0, 9347.0, 9370.0, 9346.0, 9371.0, 9352.0, 9389.0, 9366.0, 9386.0, 9362.0, 9385.0, 9365.0, 9369.0, 9364.0, 9357.0, 9361.0, 9365.0, 9362.0, 9330.0, 9375.0, 9316.0, 9389.0, 9342.0, 9390.0, 9349.0, 9392.0, 9377.0, 9412.0, 9385.0, 9421.0, 9402.0, 9450.0, 9402.0, 9412.0, 9385.0, 9420.0, 9362.0, 9383.0, 9366.0, 9370.0, 9354.0, 9318.0, 9339.0, 9320.0, 9354.0, 9363.0, 9333.0, 9373.0, 9336.0, 9364.0, 9340.0, 9344.0, 9340.0, 9348.0, 9323.0, 9349.0, 9349.0, 9378.0, 9262.0, 9309.0, 9325.0, 9346.0, 9315.0, 9338.0, 9330.0, 9356.0, 9330.0, 9356.0, 9333.0, 9358.0, 9348.0, 9358.0, 9350.0, 9379.0, 9349.0, 9356.0, 9351.0, 9370.0, 9369.0, 9387.0, 9351.0, 9372.0, 9348.0, 9396.0, 9372.0, 9376.0, 9348.0, 9341.0, 9359.0, 9336.0, 9370.0, 9339.0, 9399.0, 9357.0, 9392.0, 9366.0, 9410.0, 9373.0, 9353.0, 9380.0, 9333.0, 9388.0, 9363.0, 9375.0, 9366.0, 9335.0, 9415.0, 9374.0, 9385.0, 9369.0, 9393.0, 9352.0, 9333.0, 9354.0, 9328.0, 9361.0, 9327.0, 9354.0, 9298.0, 9351.0, 9346.0, 9376.0, 9366.0, 9354.0, 9343.0, 9309.0, 9340.0, 9328.0, 9360.0, 9318.0, 9374.0, 9345.0, 9374.0, 9367.0, 9398.0, 9347.0, 9367.0, 9343.0, 9374.0, 9347.0, 9326.0, 9382.0, 9318.0, 9373.0, 9336.0, 9378.0, 9319.0, 9373.0, 9331.0, 9370.0, 9344.0, 9389.0, 9343.0, 9367.0, 9358.0, 9363.0, 9355.0, 9388.0, 9347.0, 9363.0, 9339.0, 9336.0, 9340.0, 9327.0, 9341.0, 9298.0, 9356.0, 9310.0, 9365.0, 9346.0, 9366.0, 9342.0, 9377.0, 9353.0, 9369.0, 9346.0, 9326.0, 9342.0, 9311.0, 9367.0, 9329.0, 9384.0, 9344.0, 9380.0, 9357.0, 9363.0, 9358.0, 9371.0, 9328.0, 9310.0, 9340.0, 9293.0, 9353.0, 9317.0, 9353.0, 9327.0, 9364.0, 9355.0, 9355.0, 9348.0, 9319.0, 9359.0, 9318.0, 9374.0, 9352.0, 9334.0, 9361.0, 9356.0, 9389.0, 9362.0, 9364.0, 9389.0, 9362.0, 9400.0, 9371.0, 9341.0, 9393.0, 9366.0, 9413.0, 9383.0, 9389.0, 9358.0, 9312.0, 9368.0, 9326.0, 9371.0, 9343.0, 9364.0, 9355.0, 9363.0, 9357.0, 9373.0, 9346.0, 9330.0, 9351.0, 9318.0, 9362.0, 9341.0, 9374.0, 9352.0, 9388.0, 9367.0, 9388.0, 9365.0, 9409.0, 9364.0, 9343.0, 9358.0, 9314.0, 9355.0, 9331.0, 9372.0, 9343.0, 9381.0, 9358.0, 9396.0, 9360.0, 9390.0, 9358.0, 9326.0, 9357.0, 9323.0, 9369.0, 9348.0, 9369.0, 9339.0, 9365.0, 9338.0, 9365.0, 9356.0, 9377.0, 9352.0, 9348.0, 9340.0, 9348.0, 9338.0, 9350.0, 9322.0, 9305.0, 9338.0, 9303.0, 9349.0, 9317.0, 9351.0, 9296.0, 9348.0, 9309.0, 9349.0, 9326.0, 9349.0, 9324.0, 9348.0, 9325.0, 9350.0, 9343.0, 9348.0, 9358.0, 9365.0, 9341.0, 9384.0, 9346.0, 9354.0, 9344.0, 9311.0, 9342.0, 9317.0, 9345.0, 9312.0, 9357.0, 9298.0, 9351.0, 9317.0, 9356.0, 9319.0, 9353.0, 9330.0, 9354.0, 9347.0, 9375.0, 9363.0, 9370.0, 9363.0, 9339.0, 9363.0, 9336.0, 9362.0, 9317.0, 9374.0, 9315.0, 9373.0, 9364.0, 9384.0, 9360.0, 9397.0, 9377.0, 9399.0, 9362.0, 9357.0, 9342.0, 9310.0, 9353.0, 9313.0, 9369.0, 9311.0, 9366.0, 9339.0, 9366.0, 9358.0, 9396.0, 9357.0, 9352.0, 9344.0, 9325.0, 9356.0, 9328.0, 9343.0, 9313.0, 9354.0, 9313.0, 9356.0, 9319.0, 9355.0, 9345.0, 9368.0, 9361.0, 9372.0, 9364.0, 9385.0, 9363.0, 9370.0, 9347.0, 9361.0, 9349.0, 9330.0, 9346.0, 9319.0, 9375.0, 9321.0, 9376.0, 9348.0, 9373.0, 9363.0, 9387.0, 9380.0, 9406.0, 9363.0, 9358.0, 9361.0, 9343.0, 9360.0, 9346.0, 9361.0, 9314.0, 9371.0, 9313.0, 9373.0, 9345.0, 9370.0, 9360.0, 9384.0, 9360.0, 9388.0, 9363.0, 9358.0, 9361.0, 9319.0, 9362.0, 9322.0, 9376.0, 9338.0, 9373.0, 9350.0, 9371.0, 9347.0, 9373.0, 9350.0, 9373.0, 9368.0, 9387.0, 9367.0, 9394.0, 9367.0, 9334.0, 9380.0, 9319.0, 9380.0, 9342.0, 9377.0, 9352.0, 9388.0, 9364.0, 9406.0, 9381.0, 9361.0, 9364.0, 9333.0, 9376.0, 9336.0, 9391.0, 9362.0, 9389.0, 9360.0, 9387.0, 9379.0, 9400.0, 9374.0, 9344.0, 9369.0, 9334.0, 9376.0, 9331.0, 9384.0, 9363.0, 9397.0, 9373.0, 9374.0, 9366.0, 9358.0, 9396.0, 9366.0, 9374.0, 9358.0, 9333.0, 9401.0, 9363.0, 9333.0, 9373.0, 9337.0, 9390.0, 9361.0, 9400.0, 9353.0, 9367.0, 9354.0, 9334.0, 9334.0, 9289.0, 9349.0, 9291.0, 9351.0, 9337.0, 9359.0, 9355.0, 9361.0, 9339.0, 9370.0, 9328.0, 9336.0, 9340.0, 9310.0, 9354.0, 9326.0, 9337.0, 9305.0, 9350.0, 9290.0, 9345.0, 9325.0, 9365.0, 9338.0, 9360.0, 9340.0, 9363.0, 9347.0, 9363.0, 9337.0, 9358.0, 9338.0, 9361.0, 9341.0, 9349.0, 9338.0, 9309.0, 9339.0, 9308.0, 9355.0, 9311.0, 9351.0, 9309.0, 9359.0, 9320.0, 9363.0, 9323.0, 9362.0, 9338.0, 9361.0, 9335.0, 9362.0, 9349.0, 9373.0, 9349.0, 9330.0, 9333.0, 9337.0, 9335.0, 9304.0, 9349.0, 9304.0, 9350.0, 9312.0, 9348.0, 9335.0, 9360.0, 9336.0, 9357.0, 9339.0, 9362.0, 9336.0, 9346.0, 9338.0, 9317.0, 9351.0, 9311.0, 9351.0, 9293.0, 9348.0, 9324.0, 9350.0, 9343.0, 9361.0, 9355.0, 9377.0, 9354.0, 9383.0, 9343.0, 9361.0, 9338.0, 9332.0, 9335.0, 9336.0, 9335.0, 9308.0, 9350.0, 9292.0, 9349.0, 9316.0, 9350.0, 9338.0, 9361.0, 9356.0, 9365.0, 9357.0, 9352.0, 9341.0, 9315.0, 9369.0, 9330.0, 9370.0, 9323.0, 9365.0, 9336.0, 9362.0, 9351.0, 9380.0, 9353.0, 9346.0, 9351.0, 9318.0, 9349.0, 9308.0, 9363.0, 9304.0, 9363.0, 9354.0, 9382.0, 9358.0, 9374.0, 9349.0, 9354.0, 9330.0, 9343.0, 9333.0, 9358.0, 9336.0, 9357.0, 9335.0, 9365.0, 9337.0, 9303.0, 9320.0, 9290.0, 9334.0, 9300.0, 9336.0, 9296.0, 9348.0, 9325.0, 9351.0, 9344.0, 9350.0, 9346.0, 9326.0, 9341.0, 9320.0, 9358.0, 9317.0, 9373.0, 9331.0, 9387.0, 9363.0, 9384.0, 9359.0, 9382.0, 9354.0, 9400.0, 9358.0, 9362.0, 9355.0, 9323.0, 9366.0, 9332.0, 9368.0, 9327.0, 9380.0, 9354.0, 9384.0, 9363.0, 9379.0, 9356.0, 9364.0, 9352.0, 9356.0, 9352.0, 9310.0, 9350.0, 9307.0, 9351.0, 9309.0, 9364.0, 9340.0, 9360.0, 9338.0, 9382.0, 9341.0, 9349.0, 9339.0, 9319.0, 9340.0, 9310.0, 9352.0, 9313.0, 9350.0, 9350.0, 9391.0, 9363.0, 9331.0, 9356.0, 9335.0, 9370.0, 9361.0, 9331.0, 9376.0, 9352.0, 9404.0, 9385.0, 9404.0, 9362.0, 9328.0, 9353.0, 9310.0, 9367.0, 9304.0, 9363.0, 9304.0, 9359.0, 9339.0, 9360.0, 9351.0, 9361.0, 9335.0, 9335.0, 9338.0, 9322.0, 9350.0, 9311.0, 9367.0, 9308.0, 9366.0, 9325.0, 9365.0, 9334.0, 9358.0, 9353.0, 9386.0, 9361.0, 9377.0, 9329.0, 9310.0, 9345.0, 9327.0, 9331.0, 9334.0, 9375.0, 9337.0, 9348.0, 9320.0, 9347.0, 9364.0, 9390.0, 9363.0, 9364.0, 9343.0, 9389.0, 9339.0, 9360.0, 9392.0, 9345.0, 9403.0, 9380.0, 9304.0, 9335.0, 9335.0, 9350.0, 9316.0, 9316.0, 9307.0, 9315.0, 9275.0, 9256.0, 9290.0, 9247.0, 9302.0, 9262.0, 9292.0, 9239.0, 9247.0, 9229.0, 9267.0, 9239.0, 9272.0, 9246.0, 9262.0, 9227.0, 9262.0, 9243.0, 9261.0, 9246.0, 9268.0, 9273.0, 9333.0, 9290.0, 9319.0, 9294.0, 9317.0, 9311.0, 9327.0, 9307.0, 9325.0, 9316.0, 9339.0, 9313.0, 9352.0, 9385.0, 9522.0, 9431.0, 9423.0, 9339.0, 9328.0, 9410.0, 9447.0, 9380.0, 9353.0, 9295.0, 9151.0, 9180.0, 9261.0, 9343.0, 9331.0, 9376.0, 9357.0, 9349.0, 9341.0, 9373.0, 9356.0, 9363.0, 9386.0, 9354.0, 9416.0, 9355.0, 9409.0, 9374.0, 9403.0, 9359.0, 9387.0, 9400.0, 9371.0, 9388.0, 9357.0, 9420.0, 9408.0, 9388.0, 9421.0, 9363.0, 9428.0, 9387.0, 9424.0, 9396.0, 9406.0, 9395.0, 9398.0, 9388.0, 9404.0, 9353.0, 9333.0, 9390.0, 9349.0, 9386.0, 9319.0, 9365.0, 9334.0, 9366.0, 9360.0, 9385.0, 9356.0, 9380.0, 9399.0, 9383.0, 9384.0, 9359.0, 9353.0, 9340.0, 9368.0, 9327.0, 9373.0, 9365.0, 9398.0, 9358.0, 9383.0, 9373.0, 9409.0, 9375.0, 9392.0, 9370.0, 9362.0, 9352.0, 9371.0, 9354.0, 9340.0, 9369.0, 9323.0, 9374.0, 9350.0, 9382.0, 9351.0, 9360.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.016752514577259476</td></tr>
<tr><td colspan=3>aqi</td><td>0.04125860619533528</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.16269998530265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.352052453238511</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3060354083078056</td></tr>
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
<tr><td colspan=3>fber</td><td>4318.9668</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12485128511133724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.693877551020408</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7405061946997002</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.703614480995353</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9608671112256086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.557036991878139</td></tr>
<tr><td colspan=3>gcor</td><td>0.00890108</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0009257197962142527</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023487385362386703</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</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.804280356366813</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.4378</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.0642</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.829</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298435.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.7556</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.4983</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3387.7299</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.8736</td></tr>
<tr><td colspan=3>tsnr</td><td>29.812640513991937</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>