<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-01/func/sub-0040_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>b2a65843ec288f1ac837d81f005b672f</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>17:42:12.110000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999495, -0.00530394, -0.0313332, 0.00401226, 0.999145, -0.0411437]</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.0784641</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>[4133, -7738, -7213, 637, -51, -47, 53, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59f394cb-3c3f-4968-8037-9b95337990d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815717220306396, 0.010764609090983868, -0.08511663228273392, 116.17227935791016], [0.014230071566998959, 2.680633544921875, -0.11069238185882568, -94.14674377441406], [-0.0840647891163826, 0.1103854775428772, 2.6963868141174316, -47.3158073425293], [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': ['174212.110000', '174212.570000', '174213.030000', '174213.490000', '174213.950000', '174214.410000', '174214.870000', '174215.330000', '174215.790000', '174216.250000', '174216.710000', '174217.170000', '174217.630000', '174218.090000', '174218.550000', '174219.010000', '174219.470000', '174219.930000', '174220.390000', '174220.850000', '174221.310000', '174221.770000', '174222.230000', '174222.690000', '174223.150000', '174223.610000', '174224.070000', '174224.530000', '174224.990000', '174225.450000', '174225.910000', '174226.370000', '174226.830000', '174227.290000', '174227.750000', '174228.210000', '174228.670000', '174229.130000', '174229.590000', '174230.050000', '174230.510000', '174230.970000', '174231.430000', '174231.890000', '174232.350000', '174232.810000', '174233.270000', '174233.730000', '174234.190000', '174234.650000', '174235.110000', '174235.570000', '174236.030000', '174236.490000', '174236.950000', '174237.410000', '174237.870000', '174238.330000', '174238.790000', '174239.250000', '174239.710000', '174240.170000', '174240.630000', '174241.090000', '174241.550000', '174242.010000', '174242.470000', '174242.930000', '174243.390000', '174243.850000', '174244.310000', '174244.770000', '174245.230000', '174245.690000', '174246.150000', '174246.610000', '174247.070000', '174247.530000', '174247.990000', '174248.450000', '174248.910000', '174249.370000', '174249.830000', '174250.290000', '174250.750000', '174251.210000', '174251.670000', '174252.130000', '174252.590000', '174253.050000', '174253.510000', '174253.970000', '174254.430000', '174254.890000', '174255.350000', '174255.810000', '174256.270000', '174256.730000', '174257.190000', '174257.650000', '174258.110000', '174258.570000', '174259.030000', '174259.490000', '174259.950000', '174300.410000', '174300.870000', '174301.330000', '174301.790000', '174302.250000', '174302.710000', '174303.170000', '174303.630000', '174304.090000', '174304.550000', '174305.010000', '174305.470000', '174305.930000', '174306.390000', '174306.850000', '174307.310000', '174307.770000', '174308.230000', '174308.690000', '174309.150000', '174309.610000', '174310.070000', '174310.530000', '174310.990000', '174311.450000', '174311.910000', '174312.370000', '174312.830000', '174313.290000', '174313.750000', '174314.210000', '174314.670000', '174315.130000', '174315.590000', '174316.050000', '174316.510000', '174316.970000', '174317.430000', '174317.890000', '174318.350000', '174318.810000', '174319.270000', '174319.730000', '174320.190000', '174320.650000', '174321.110000', '174321.570000', '174322.030000', '174322.490000', '174322.950000', '174323.410000', '174323.870000', '174324.330000', '174324.790000', '174325.250000', '174325.710000', '174326.170000', '174326.630000', '174327.090000', '174327.550000', '174328.010000', '174328.470000', '174328.930000', '174329.390000', '174329.850000', '174330.310000', '174330.770000', '174331.230000', '174331.690000', '174332.150000', '174332.610000', '174333.070000', '174333.530000', '174333.990000', '174334.450000', '174334.910000', '174335.370000', '174335.830000', '174336.290000', '174336.750000', '174337.210000', '174337.670000', '174338.130000', '174338.590000', '174339.050000', '174339.510000', '174339.970000', '174340.430000', '174340.890000', '174341.350000', '174341.810000', '174342.270000', '174342.730000', '174343.190000', '174343.650000', '174344.110000', '174344.570000', '174345.030000', '174345.490000', '174345.950000', '174346.410000', '174346.870000', '174347.330000', '174347.790000', '174348.250000', '174348.710000', '174349.170000', '174349.630000', '174350.090000', '174350.550000', '174351.010000', '174351.470000', '174351.930000', '174352.390000', '174352.850000', '174353.310000', '174353.770000', '174354.230000', '174354.690000', '174355.150000', '174355.610000', '174356.070000', '174356.530000', '174356.990000', '174357.450000', '174357.910000', '174358.370000', '174358.830000', '174359.290000', '174359.750000', '174400.210000', '174400.670000', '174401.130000', '174401.590000', '174402.050000', '174402.510000', '174402.970000', '174403.430000', '174403.890000', '174404.350000', '174404.810000', '174405.270000', '174405.730000', '174406.190000', '174406.650000', '174407.110000', '174407.570000', '174408.030000', '174408.490000', '174408.950000', '174409.410000', '174409.870000', '174410.330000', '174410.790000', '174411.250000', '174411.710000', '174412.170000', '174412.630000', '174413.090000', '174413.550000', '174414.010000', '174414.470000', '174414.930000', '174415.390000', '174415.850000', '174416.310000', '174416.770000', '174417.230000', '174417.690000', '174418.150000', '174418.610000', '174419.070000', '174419.530000', '174419.990000', '174420.450000', '174420.910000', '174421.370000', '174421.830000', '174422.290000', '174422.750000', '174423.210000', '174423.670000', '174424.130000', '174424.590000', '174425.050000', '174425.510000', '174425.970000', '174426.430000', '174426.890000', '174427.350000', '174427.810000', '174428.270000', '174428.730000', '174429.190000', '174429.650000', '174430.110000', '174430.570000', '174431.030000', '174431.490000', '174431.950000', '174432.410000', '174432.870000', '174433.330000', '174433.790000', '174434.250000', '174434.710000', '174435.170000', '174435.630000', '174436.090000', '174436.550000', '174437.010000', '174437.470000', '174437.930000', '174438.390000', '174438.850000', '174439.310000', '174439.770000', '174440.230000', '174440.690000', '174441.150000', '174441.610000', '174442.070000', '174442.530000', '174442.990000', '174443.450000', '174443.910000', '174444.370000', '174444.830000', '174445.290000', '174445.750000', '174446.210000', '174446.670000', '174447.130000', '174447.590000', '174448.050000', '174448.510000', '174448.970000', '174449.430000', '174449.890000', '174450.350000', '174450.810000', '174451.270000', '174451.730000', '174452.190000', '174452.650000', '174453.110000', '174453.570000', '174454.030000', '174454.490000', '174454.950000', '174455.410000', '174455.870000', '174456.330000', '174456.790000', '174457.250000', '174457.710000', '174458.170000', '174458.630000', '174459.090000', '174459.550000', '174500.010000', '174500.470000', '174500.930000', '174501.390000', '174501.850000', '174502.310000', '174502.770000', '174503.230000', '174503.690000', '174504.150000', '174504.610000', '174505.070000', '174505.530000', '174505.990000', '174506.450000', '174506.910000', '174507.370000', '174507.830000', '174508.290000', '174508.750000', '174509.210000', '174509.670000', '174510.130000', '174510.590000', '174511.050000', '174511.510000', '174511.970000', '174512.430000', '174512.890000', '174513.350000', '174513.810000', '174514.270000', '174514.730000', '174515.190000', '174515.650000', '174516.110000', '174516.570000', '174517.030000', '174517.490000', '174517.950000', '174518.410000', '174518.870000', '174519.330000', '174519.790000', '174520.250000', '174520.710000', '174521.170000', '174521.630000', '174522.090000', '174522.550000', '174523.010000', '174523.470000', '174523.930000', '174524.390000', '174524.850000', '174525.310000', '174525.770000', '174526.230000', '174526.690000', '174527.150000', '174527.610000', '174528.070000', '174528.530000', '174528.990000', '174529.450000', '174529.910000', '174530.370000', '174530.830000', '174531.290000', '174531.750000', '174532.210000', '174532.670000', '174533.130000', '174533.590000', '174534.050000', '174534.510000', '174534.970000', '174535.430000', '174535.890000', '174536.350000', '174536.810000', '174537.270000', '174537.730000', '174538.190000', '174538.650000', '174539.110000', '174539.570000', '174540.030000', '174540.490000', '174540.950000', '174541.410000', '174541.870000', '174542.330000', '174542.790000', '174543.250000', '174543.710000', '174544.170000', '174544.630000', '174545.090000', '174545.550000', '174546.010000', '174546.470000', '174546.930000', '174547.390000', '174547.850000', '174548.310000', '174548.770000', '174549.230000', '174549.690000', '174550.150000', '174550.610000', '174551.070000', '174551.530000', '174551.990000', '174552.450000', '174552.910000', '174553.370000', '174553.830000', '174554.290000', '174554.750000', '174555.210000', '174555.670000', '174556.130000', '174556.590000', '174557.050000', '174557.510000', '174557.970000', '174558.430000', '174558.890000', '174559.350000', '174559.810000', '174600.270000', '174600.730000', '174601.190000', '174601.650000', '174602.110000', '174602.570000', '174603.030000', '174603.490000', '174603.950000', '174604.410000', '174604.870000', '174605.330000', '174605.790000', '174606.250000', '174606.710000', '174607.170000', '174607.630000', '174608.090000', '174608.550000', '174609.010000', '174609.470000', '174609.930000', '174610.390000', '174610.850000', '174611.310000', '174611.770000', '174612.230000', '174612.690000', '174613.150000', '174613.610000', '174614.070000', '174614.530000', '174614.990000', '174615.450000', '174615.910000', '174616.370000', '174616.830000', '174617.290000', '174617.750000', '174618.210000', '174618.670000', '174619.130000', '174619.590000', '174620.050000', '174620.510000', '174620.970000', '174621.430000', '174621.890000', '174622.350000', '174622.810000', '174623.270000', '174623.730000', '174624.190000', '174624.650000', '174625.110000', '174625.570000', '174626.030000', '174626.490000', '174626.950000', '174627.410000', '174627.870000', '174628.330000', '174628.790000', '174629.250000', '174629.710000', '174630.170000', '174630.630000', '174631.090000', '174631.550000', '174632.010000', '174632.470000', '174632.930000', '174633.390000', '174633.850000', '174634.310000', '174634.770000', '174635.230000', '174635.690000', '174636.150000', '174636.610000', '174637.070000', '174637.530000', '174637.990000', '174638.450000', '174638.910000', '174639.370000', '174639.830000', '174640.290000', '174640.750000', '174641.210000', '174641.670000', '174642.130000', '174642.590000', '174643.050000', '174643.510000', '174643.970000', '174644.430000', '174644.890000', '174645.350000', '174645.810000', '174646.270000', '174646.730000', '174647.190000', '174647.650000', '174648.110000', '174648.570000', '174649.030000', '174649.490000', '174649.950000', '174650.410000', '174650.870000', '174651.330000', '174651.790000', '174652.250000', '174652.710000', '174653.170000', '174653.630000', '174654.090000', '174654.550000', '174655.010000', '174655.470000', '174655.930000', '174656.390000', '174656.850000', '174657.310000', '174657.770000', '174658.230000', '174658.690000', '174659.150000', '174659.610000', '174700.070000', '174700.530000', '174700.990000', '174701.450000', '174701.910000', '174702.370000', '174702.830000', '174703.290000', '174703.750000', '174704.210000', '174704.670000', '174705.130000', '174705.590000', '174706.050000', '174706.510000', '174706.970000', '174707.430000', '174707.890000', '174708.350000', '174708.810000', '174709.270000', '174709.730000', '174710.190000', '174710.650000', '174711.110000', '174711.570000', '174712.030000', '174712.490000', '174712.950000', '174713.410000', '174713.870000', '174714.330000', '174714.790000', '174715.250000', '174715.710000', '174716.170000', '174716.630000', '174717.090000', '174717.550000', '174718.010000', '174718.470000', '174718.930000', '174719.390000', '174719.850000', '174720.310000', '174720.770000', '174721.230000', '174721.690000', '174722.150000', '174722.610000', '174723.070000', '174723.530000', '174723.990000', '174724.450000', '174724.910000', '174725.370000', '174725.830000', '174726.290000', '174726.750000', '174727.210000', '174727.670000', '174728.130000', '174728.590000', '174729.050000', '174729.510000', '174729.970000', '174730.430000', '174730.890000', '174731.350000', '174731.810000', '174732.270000', '174732.730000', '174733.190000', '174733.650000', '174734.110000', '174734.570000', '174735.030000', '174735.490000', '174735.950000', '174736.410000', '174736.870000', '174737.330000', '174737.790000', '174738.250000', '174738.710000', '174739.170000', '174739.630000', '174740.090000', '174740.550000', '174741.010000', '174741.470000', '174741.930000', '174742.390000', '174742.850000', '174743.310000', '174743.770000', '174744.230000', '174744.690000', '174745.150000', '174745.610000', '174746.070000', '174746.530000', '174746.990000', '174747.450000', '174747.910000', '174748.370000', '174748.830000', '174749.290000', '174749.750000', '174750.210000', '174750.670000', '174751.130000', '174751.590000', '174752.050000', '174752.510000', '174752.970000', '174753.430000', '174753.890000', '174754.350000', '174754.810000', '174755.270000', '174755.730000', '174756.190000', '174756.650000', '174757.110000', '174757.570000', '174758.030000', '174758.490000', '174758.950000', '174759.410000', '174759.870000', '174800.330000', '174800.790000', '174801.250000', '174801.710000', '174802.170000', '174802.630000', '174803.090000', '174803.550000', '174804.010000', '174804.470000', '174804.930000', '174805.390000', '174805.850000', '174806.310000', '174806.770000', '174807.230000', '174807.690000', '174808.150000', '174808.610000', '174809.070000', '174809.530000', '174809.990000', '174810.450000', '174810.910000', '174811.370000', '174811.830000', '174812.290000', '174812.750000', '174813.210000', '174813.670000', '174814.130000', '174814.590000', '174815.050000', '174815.510000', '174815.970000', '174816.430000', '174816.890000', '174817.350000', '174817.810000', '174818.270000', '174818.730000', '174819.190000', '174819.650000', '174820.110000', '174820.570000', '174821.030000', '174821.490000', '174821.950000', '174822.410000', '174822.870000', '174823.330000', '174823.790000', '174824.250000', '174824.710000', '174825.170000', '174825.630000', '174826.090000', '174826.550000', '174827.010000', '174827.470000', '174827.930000', '174828.390000', '174828.850000', '174829.310000', '174829.770000', '174830.230000', '174830.690000', '174831.150000', '174831.610000', '174832.070000', '174832.530000', '174832.990000', '174833.450000', '174833.910000', '174834.370000', '174834.830000', '174835.290000', '174835.750000', '174836.210000', '174836.670000', '174837.130000', '174837.590000', '174838.050000', '174838.510000', '174838.970000', '174839.430000', '174839.890000', '174840.350000', '174840.810000', '174841.270000', '174841.730000', '174842.190000', '174842.650000', '174843.110000', '174843.570000', '174844.030000', '174844.490000', '174844.950000', '174845.410000', '174845.870000', '174846.330000', '174846.790000', '174847.250000', '174847.710000', '174848.170000', '174848.630000', '174849.090000', '174849.550000', '174850.010000', '174850.470000', '174850.930000', '174851.390000', '174851.850000', '174852.310000', '174852.770000', '174853.230000', '174853.690000', '174854.150000', '174854.610000', '174855.070000', '174855.530000', '174855.990000', '174856.450000', '174856.910000', '174857.370000', '174857.830000', '174858.290000', '174858.750000', '174859.210000', '174859.670000', '174900.130000', '174900.590000', '174901.050000', '174901.510000', '174901.970000', '174902.430000', '174902.890000', '174903.350000', '174903.810000', '174904.270000', '174904.730000', '174905.190000', '174905.650000', '174906.110000', '174906.570000', '174907.030000', '174907.490000', '174907.950000', '174908.410000', '174908.870000', '174909.330000', '174909.790000', '174910.250000', '174910.710000', '174911.170000', '174911.630000', '174912.090000', '174912.550000', '174913.010000', '174913.470000', '174913.930000', '174914.390000', '174914.850000', '174915.310000', '174915.770000', '174916.230000', '174916.690000', '174917.150000', '174917.610000', '174918.070000', '174918.530000', '174918.990000', '174919.450000', '174919.910000', '174920.370000', '174920.830000', '174921.290000', '174921.750000', '174922.210000', '174922.670000', '174923.130000', '174923.590000', '174924.050000', '174924.510000', '174924.970000', '174925.430000', '174925.890000', '174926.350000', '174926.810000', '174927.270000', '174927.730000', '174928.190000', '174928.650000', '174929.110000', '174929.570000', '174930.030000', '174930.490000', '174930.950000', '174931.410000', '174931.870000', '174932.330000', '174932.790000', '174933.250000', '174933.710000', '174934.170000', '174934.630000', '174935.090000', '174935.550000', '174936.010000', '174936.470000', '174936.930000', '174937.390000', '174937.850000', '174938.310000', '174938.770000', '174939.230000', '174939.690000', '174940.150000', '174940.610000', '174941.070000', '174941.530000', '174941.990000', '174942.450000', '174942.910000', '174943.370000', '174943.830000', '174944.290000', '174944.750000', '174945.210000', '174945.670000', '174946.130000', '174946.590000', '174947.050000', '174947.510000', '174947.970000', '174948.430000', '174948.890000', '174949.350000', '174949.810000', '174950.270000', '174950.730000', '174951.190000', '174951.650000', '174952.110000', '174952.570000', '174953.030000', '174953.490000', '174953.950000', '174954.410000', '174954.870000', '174955.330000', '174955.790000', '174956.250000', '174956.710000', '174957.170000', '174957.630000', '174958.090000', '174958.550000', '174959.010000', '174959.470000', '174959.930000', '175000.390000', '175000.850000', '175001.310000', '175001.770000', '175002.230000', '175002.690000', '175003.150000', '175003.610000', '175004.070000', '175004.530000', '175004.990000', '175005.450000', '175005.910000', '175006.370000', '175006.830000', '175007.290000', '175007.750000', '175008.210000', '175008.670000', '175009.130000', '175009.590000', '175010.050000', '175010.510000', '175010.970000', '175011.430000', '175011.890000', '175012.350000', '175012.810000', '175013.270000', '175013.730000', '175014.190000', '175014.650000', '175015.110000', '175015.570000', '175016.030000', '175016.490000', '175016.950000', '175017.410000', '175017.870000', '175018.330000', '175018.790000', '175019.250000', '175019.710000', '175020.170000', '175020.630000', '175021.090000', '175021.550000', '175022.010000', '175022.470000', '175022.930000', '175023.390000', '175023.850000', '175024.310000', '175024.770000', '175025.230000', '175025.690000', '175026.150000', '175026.610000', '175027.070000', '175027.530000', '175027.990000', '175028.450000', '175028.910000', '175029.370000', '175029.830000', '175030.290000', '175030.750000', '175031.210000', '175031.670000', '175032.130000', '175032.590000', '175033.050000', '175033.510000', '175033.970000', '175034.430000', '175034.890000', '175035.350000', '175035.810000', '175036.270000', '175036.730000', '175037.190000', '175037.650000', '175038.110000', '175038.570000', '175039.030000', '175039.490000', '175039.950000', '175040.410000', '175040.870000', '175041.330000', '175041.790000', '175042.250000', '175042.710000', '175043.170000', '175043.630000', '175044.090000', '175044.550000', '175045.010000', '175045.470000', '175045.930000', '175046.390000', '175046.850000', '175047.310000', '175047.770000', '175048.230000', '175048.690000', '175049.150000', '175049.610000', '175050.070000', '175050.530000', '175050.990000', '175051.450000', '175051.910000', '175052.370000', '175052.830000', '175053.290000', '175053.750000', '175054.210000', '175054.670000', '175055.130000', '175055.590000', '175056.050000', '175056.510000', '175056.970000', '175057.430000', '175057.890000', '175058.350000', '175058.810000', '175059.270000', '175059.730000', '175100.190000', '175100.650000', '175101.110000', '175101.570000', '175102.030000', '175102.490000', '175102.950000', '175103.410000', '175103.870000', '175104.330000', '175104.790000', '175105.250000', '175105.710000', '175106.170000', '175106.630000', '175107.090000', '175107.550000', '175108.010000', '175108.470000', '175108.930000', '175109.390000', '175109.850000', '175110.310000', '175110.770000', '175111.230000', '175111.690000', '175112.150000', '175112.610000', '175113.070000', '175113.530000', '175113.990000', '175114.450000', '175114.910000', '175115.370000', '175115.830000', '175116.290000', '175116.750000', '175117.210000', '175117.670000', '175118.130000', '175118.590000', '175119.050000', '175119.510000', '175119.970000', '175120.430000', '175120.890000', '175121.350000', '175121.810000', '175122.270000', '175122.730000', '175123.190000', '175123.650000', '175124.110000', '175124.570000', '175125.030000', '175125.490000', '175125.950000', '175126.410000', '175126.870000', '175127.330000', '175127.790000', '175128.250000', '175128.710000', '175129.170000', '175129.630000', '175130.090000', '175130.550000', '175131.010000', '175131.470000', '175131.930000', '175132.390000', '175132.850000', '175133.310000', '175133.770000', '175134.230000', '175134.690000', '175135.150000', '175135.610000', '175136.070000', '175136.530000', '175136.990000', '175137.450000', '175137.910000', '175138.370000', '175138.830000', '175139.290000', '175139.750000', '175140.210000', '175140.670000', '175141.130000', '175141.590000', '175142.050000', '175142.510000', '175142.970000', '175143.430000', '175143.890000', '175144.350000', '175144.810000', '175145.270000', '175145.730000', '175146.190000', '175146.650000', '175147.110000', '175147.570000', '175148.030000', '175148.490000', '175148.950000', '175149.410000', '175149.870000', '175150.330000', '175150.790000', '175151.250000', '175151.710000', '175152.170000', '175152.630000', '175153.090000', '175153.550000', '175154.010000', '175154.470000', '175154.930000', '175155.390000', '175155.850000', '175156.310000', '175156.770000', '175157.230000', '175157.690000', '175158.150000', '175158.610000', '175159.070000', '175159.530000', '175159.990000', '175200.450000', '175200.910000', '175201.370000', '175201.830000', '175202.290000', '175202.750000', '175203.210000', '175203.670000', '175204.130000', '175204.590000', '175205.050000', '175205.510000', '175205.970000', '175206.430000', '175206.890000', '175207.350000', '175207.810000', '175208.270000', '175208.730000', '175209.190000', '175209.650000', '175210.110000', '175210.570000', '175211.030000', '175211.490000', '175211.950000', '175212.410000', '175212.870000', '175213.330000', '175213.790000', '175214.250000', '175214.710000', '175215.170000', '175215.630000', '175216.090000', '175216.550000', '175217.010000', '175217.470000', '175217.930000', '175218.390000', '175218.850000', '175219.310000', '175219.770000', '175220.230000', '175220.690000', '175221.150000', '175221.610000', '175222.070000', '175222.530000', '175222.990000', '175223.450000', '175223.910000', '175224.370000', '175224.830000', '175225.290000', '175225.750000', '175226.210000', '175226.670000', '175227.130000', '175227.590000', '175228.050000', '175228.510000', '175228.970000', '175229.430000', '175229.890000', '175230.350000', '175230.810000', '175231.270000', '175231.730000', '175232.190000', '175232.650000', '175233.110000', '175233.570000', '175234.030000', '175234.490000', '175234.950000', '175235.410000', '175235.870000', '175236.330000', '175236.790000', '175237.250000', '175237.710000', '175238.170000', '175238.630000', '175239.090000', '175239.550000', '175240.010000', '175240.470000', '175240.930000', '175241.390000', '175241.850000', '175242.310000', '175242.770000', '175243.230000', '175243.690000', '175244.150000', '175244.610000'], 'ContentTime': ['174235.174000', '174235.177000', '174235.180000', '174235.184000', '174235.186000', '174235.189000', '174235.192000', '174235.195000', '174235.198000', '174235.201000', '174235.204000', '174235.207000', '174235.210000', '174235.213000', '174235.222000', '174235.225000', '174235.228000', '174235.231000', '174235.234000', '174235.237000', '174235.240000', '174235.243000', '174235.246000', '174235.249000', '174235.252000', '174235.255000', '174235.257000', '174235.260000', '174235.263000', '174235.266000', '174235.269000', '174235.272000', '174235.275000', '174235.286000', '174235.289000', '174235.292000', '174235.295000', '174235.298000', '174235.301000', '174235.304000', '174235.307000', '174235.310000', '174235.313000', '174235.316000', '174235.319000', '174235.322000', '174235.325000', '174235.328000', '174255.123000', '174255.126000', '174255.129000', '174255.132000', '174255.135000', '174255.138000', '174255.140000', '174255.143000', '174255.146000', '174255.149000', '174255.152000', '174255.155000', '174255.158000', '174255.160000', '174255.163000', '174255.166000', '174255.169000', '174255.172000', '174255.180000', '174255.183000', '174255.186000', '174255.189000', '174255.192000', '174255.194000', '174255.197000', '174255.200000', '174255.203000', '174255.206000', '174255.209000', '174255.211000', '174255.214000', '174255.217000', '174255.220000', '174255.223000', '174255.225000', '174255.228000', '174255.231000', '174255.234000', '174255.237000', '174255.240000', '174255.243000', '174255.245000', '174255.248000', '174315.123000', '174315.126000', '174315.129000', '174315.132000', '174315.134000', '174315.137000', '174315.140000', '174315.143000', '174315.146000', '174315.149000', '174315.152000', '174315.154000', '174315.157000', '174315.160000', '174315.163000', '174315.166000', '174315.169000', '174315.172000', '174315.174000', '174315.177000', '174315.180000', '174315.183000', '174315.186000', '174315.189000', '174315.191000', '174315.194000', '174315.197000', '174315.200000', '174315.203000', '174315.206000', '174315.208000', '174315.211000', '174315.214000', '174315.217000', '174315.220000', '174315.223000', '174315.225000', '174315.228000', '174315.235000', '174315.238000', '174315.241000', '174315.244000', '174315.247000', '174315.249000', '174335.123000', '174335.126000', '174335.129000', '174335.132000', '174335.134000', '174335.137000', '174335.140000', '174335.143000', '174335.146000', '174335.149000', '174335.152000', '174335.154000', '174335.157000', '174335.160000', '174335.163000', '174335.166000', '174335.169000', '174335.173000', '174335.176000', '174335.179000', '174335.182000', '174335.184000', '174335.187000', '174335.190000', '174335.193000', '174335.196000', '174335.199000', '174335.202000', '174335.204000', '174335.207000', '174335.210000', '174335.213000', '174335.216000', '174335.219000', '174335.221000', '174335.224000', '174335.227000', '174335.230000', '174335.233000', '174335.236000', '174335.239000', '174335.241000', '174335.244000', '174355.123000', '174355.126000', '174355.129000', '174355.132000', '174355.135000', '174355.137000', '174355.140000', '174355.143000', '174355.146000', '174355.149000', '174355.152000', '174355.155000', '174355.158000', '174355.161000', '174355.163000', '174355.195000', '174355.197000', '174355.200000', '174355.203000', '174355.206000', '174355.209000', '174355.212000', '174355.215000', '174355.217000', '174355.220000', '174355.223000', '174355.226000', '174355.229000', '174355.232000', '174355.235000', '174355.237000', '174355.240000', '174355.243000', '174355.260000', '174355.263000', '174355.266000', '174355.276000', '174355.279000', '174355.282000', '174355.285000', '174355.288000', '174355.291000', '174355.293000', '174355.296000', '174415.123000', '174415.126000', '174415.129000', '174415.132000', '174415.134000', '174415.137000', '174415.140000', '174415.143000', '174415.146000', '174415.149000', '174415.152000', '174415.155000', '174415.157000', '174415.160000', '174415.163000', '174415.166000', '174415.169000', '174415.172000', '174415.175000', '174415.178000', '174415.180000', '174415.183000', '174415.186000', '174415.189000', '174415.192000', '174415.194000', '174415.197000', '174415.200000', '174415.203000', '174415.206000', '174415.209000', '174415.211000', '174415.214000', '174415.217000', '174415.220000', '174415.223000', '174415.226000', '174415.229000', '174415.232000', '174415.234000', '174415.237000', '174415.240000', '174415.243000', '174435.124000', '174435.127000', '174435.130000', '174435.133000', '174435.136000', '174435.139000', '174435.142000', '174435.145000', '174435.148000', '174435.151000', '174435.154000', '174435.157000', '174435.160000', '174435.162000', '174435.165000', '174435.168000', '174435.171000', '174435.174000', '174435.177000', '174435.180000', '174435.183000', '174435.185000', '174435.188000', '174435.191000', '174435.194000', '174435.197000', '174435.200000', '174435.202000', '174435.205000', '174435.208000', '174435.211000', '174435.214000', '174435.217000', '174435.220000', '174435.222000', '174435.225000', '174435.228000', '174435.231000', '174435.234000', '174435.237000', '174435.240000', '174435.242000', '174435.245000', '174455.123000', '174455.126000', '174455.129000', '174455.132000', '174455.135000', '174455.137000', '174455.141000', '174455.143000', '174455.146000', '174455.149000', '174455.152000', '174455.155000', '174455.158000', '174455.199000', '174455.202000', '174455.205000', '174455.208000', '174455.210000', '174455.213000', '174455.216000', '174455.219000', '174455.222000', '174455.225000', '174455.228000', '174455.231000', '174455.242000', '174455.245000', '174455.247000', '174455.250000', '174455.253000', '174455.256000', '174455.259000', '174455.262000', '174455.265000', '174455.268000', '174455.270000', '174455.273000', '174455.276000', '174455.279000', '174455.282000', '174455.285000', '174455.288000', '174455.290000', '174455.293000', '174515.123000', '174515.126000', '174515.129000', '174515.131000', '174515.135000', '174515.137000', '174515.140000', '174515.143000', '174515.146000', '174515.149000', '174515.152000', '174515.155000', '174515.158000', '174515.191000', '174515.194000', '174515.197000', '174515.200000', '174515.203000', '174515.206000', '174515.209000', '174515.211000', '174515.214000', '174515.217000', '174515.220000', '174515.223000', '174515.226000', '174515.229000', '174515.232000', '174515.234000', '174515.237000', '174515.240000', '174515.243000', '174515.246000', '174515.249000', '174515.252000', '174515.254000', '174515.257000', '174515.260000', '174515.263000', '174515.266000', '174515.269000', '174515.272000', '174515.275000', '174535.123000', '174535.126000', '174535.129000', '174535.132000', '174535.135000', '174535.138000', '174535.141000', '174535.143000', '174535.146000', '174535.149000', '174535.152000', '174535.155000', '174535.158000', '174535.161000', '174535.164000', '174535.176000', '174535.179000', '174535.182000', '174535.185000', '174535.188000', '174535.191000', '174535.194000', '174535.197000', '174535.200000', '174535.202000', '174535.205000', '174535.208000', '174535.211000', '174535.214000', '174535.217000', '174535.220000', '174535.223000', '174535.225000', '174535.228000', '174535.231000', '174535.234000', '174535.237000', '174535.240000', '174535.243000', '174535.246000', '174535.248000', '174535.251000', '174535.254000', '174535.257000', '174555.123000', '174555.126000', '174555.129000', '174555.132000', '174555.135000', '174555.138000', '174555.140000', '174555.143000', '174555.146000', '174555.149000', '174555.152000', '174555.156000', '174555.187000', '174555.190000', '174555.193000', '174555.196000', '174555.199000', '174555.202000', '174555.205000', '174555.208000', '174555.210000', '174555.213000', '174555.216000', '174555.219000', '174555.222000', '174555.225000', '174555.228000', '174555.230000', '174555.233000', '174555.236000', '174555.239000', '174555.242000', '174555.245000', '174555.248000', '174555.250000', '174555.253000', '174555.256000', '174555.259000', '174555.262000', '174555.265000', '174555.267000', '174555.270000', '174555.273000', '174615.123000', '174615.126000', '174615.129000', '174615.131000', '174615.135000', '174615.137000', '174615.140000', '174615.143000', '174615.146000', '174615.149000', '174615.152000', '174615.154000', '174615.157000', '174615.206000', '174615.209000', '174615.212000', '174615.215000', '174615.218000', '174615.220000', '174615.223000', '174615.226000', '174615.229000', '174615.232000', '174615.235000', '174615.238000', '174615.240000', '174615.243000', '174615.246000', '174615.249000', '174615.252000', '174615.255000', '174615.258000', '174615.260000', '174615.263000', '174615.266000', '174615.269000', '174615.272000', '174615.275000', '174615.278000', '174615.280000', '174615.283000', '174615.286000', '174615.289000', '174615.292000', '174635.123000', '174635.126000', '174635.129000', '174635.132000', '174635.135000', '174635.137000', '174635.140000', '174635.143000', '174635.146000', '174635.149000', '174635.152000', '174635.155000', '174635.158000', '174635.203000', '174635.206000', '174635.209000', '174635.212000', '174635.215000', '174635.218000', '174635.221000', '174635.224000', '174635.227000', '174635.229000', '174635.232000', '174635.235000', '174635.238000', '174635.241000', '174635.244000', '174635.247000', '174635.250000', '174635.252000', '174635.255000', '174635.258000', '174635.261000', '174635.264000', '174635.267000', '174635.270000', '174635.273000', '174635.275000', '174635.278000', '174635.281000', '174635.284000', '174635.287000', '174655.123000', '174655.126000', '174655.129000', '174655.132000', '174655.135000', '174655.137000', '174655.140000', '174655.143000', '174655.146000', '174655.149000', '174655.152000', '174655.155000', '174655.157000', '174655.217000', '174655.220000', '174655.223000', '174655.225000', '174655.228000', '174655.231000', '174655.234000', '174655.237000', '174655.240000', '174655.242000', '174655.245000', '174655.248000', '174655.251000', '174655.254000', '174655.257000', '174655.260000', '174655.263000', '174655.266000', '174655.269000', '174655.271000', '174655.274000', '174655.277000', '174655.280000', '174655.283000', '174655.286000', '174655.288000', '174655.292000', '174655.305000', '174655.308000', '174655.311000', '174655.321000', '174715.123000', '174715.126000', '174715.129000', '174715.132000', '174715.134000', '174715.138000', '174715.141000', '174715.144000', '174715.147000', '174715.150000', '174715.153000', '174715.156000', '174715.158000', '174715.235000', '174715.238000', '174715.241000', '174715.244000', '174715.247000', '174715.250000', '174715.253000', '174715.256000', '174715.258000', '174715.261000', '174715.264000', '174715.267000', '174715.270000', '174715.273000', '174715.276000', '174715.279000', '174715.281000', '174715.284000', '174715.287000', '174715.290000', '174715.293000', '174715.296000', '174715.299000', '174715.302000', '174715.304000', '174715.307000', '174715.310000', '174715.313000', '174715.316000', '174715.319000', '174735.123000', '174735.126000', '174735.129000', '174735.132000', '174735.135000', '174735.137000', '174735.140000', '174735.143000', '174735.146000', '174735.149000', '174735.152000', '174735.155000', '174735.158000', '174735.186000', '174735.189000', '174735.192000', '174735.194000', '174735.197000', '174735.200000', '174735.203000', '174735.206000', '174735.209000', '174735.212000', '174735.214000', '174735.217000', '174735.220000', '174735.223000', '174735.226000', '174735.229000', '174735.232000', '174735.235000', '174735.238000', '174735.240000', '174735.243000', '174735.246000', '174735.249000', '174735.252000', '174735.255000', '174735.258000', '174735.261000', '174735.263000', '174735.266000', '174735.269000', '174735.272000', '174755.123000', '174755.126000', '174755.129000', '174755.132000', '174755.135000', '174755.138000', '174755.140000', '174755.143000', '174755.146000', '174755.151000', '174755.154000', '174755.157000', '174755.204000', '174755.206000', '174755.209000', '174755.212000', '174755.215000', '174755.218000', '174755.221000', '174755.223000', '174755.226000', '174755.229000', '174755.233000', '174755.236000', '174755.239000', '174755.242000', '174755.245000', '174755.247000', '174755.250000', '174755.253000', '174755.256000', '174755.259000', '174755.262000', '174755.265000', '174755.268000', '174755.271000', '174755.274000', '174755.277000', '174755.280000', '174755.282000', '174755.285000', '174755.288000', '174755.291000', '174815.123000', '174815.126000', '174815.129000', '174815.132000', '174815.135000', '174815.138000', '174815.140000', '174815.143000', '174815.146000', '174815.149000', '174815.152000', '174815.155000', '174815.158000', '174815.206000', '174815.209000', '174815.212000', '174815.214000', '174815.217000', '174815.220000', '174815.223000', '174815.226000', '174815.229000', '174815.232000', '174815.234000', '174815.237000', '174815.240000', '174815.243000', '174815.246000', '174815.249000', '174815.252000', '174815.255000', '174815.257000', '174815.260000', '174815.263000', '174815.266000', '174815.269000', '174815.272000', '174815.275000', '174815.277000', '174815.280000', '174815.283000', '174815.286000', '174815.289000', '174815.292000', '174835.123000', '174835.126000', '174835.129000', '174835.132000', '174835.135000', '174835.138000', '174835.140000', '174835.152000', '174835.155000', '174835.158000', '174835.160000', '174835.163000', '174835.166000', '174835.169000', '174835.172000', '174835.175000', '174835.179000', '174835.182000', '174835.185000', '174835.188000', '174835.190000', '174835.193000', '174835.196000', '174835.199000', '174835.202000', '174835.205000', '174835.208000', '174835.211000', '174835.214000', '174835.217000', '174835.219000', '174835.222000', '174835.225000', '174835.228000', '174835.231000', '174835.234000', '174835.237000', '174835.240000', '174835.244000', '174835.247000', '174835.250000', '174835.254000', '174835.257000', '174855.123000', '174855.126000', '174855.129000', '174855.132000', '174855.135000', '174855.137000', '174855.140000', '174855.143000', '174855.146000', '174855.149000', '174855.152000', '174855.155000', '174855.206000', '174855.208000', '174855.211000', '174855.214000', '174855.217000', '174855.220000', '174855.223000', '174855.225000', '174855.228000', '174855.231000', '174855.234000', '174855.237000', '174855.240000', '174855.243000', '174855.246000', '174855.249000', '174855.252000', '174855.255000', '174855.257000', '174855.260000', '174855.263000', '174855.266000', '174855.269000', '174855.272000', '174855.275000', '174855.278000', '174855.280000', '174855.283000', '174855.286000', '174855.289000', '174855.292000', '174855.295000', '174915.123000', '174915.126000', '174915.129000', '174915.132000', '174915.135000', '174915.137000', '174915.140000', '174915.143000', '174915.146000', '174915.149000', '174915.152000', '174915.155000', '174915.157000', '174915.254000', '174915.257000', '174915.260000', '174915.264000', '174915.266000', '174915.269000', '174915.272000', '174915.275000', '174915.278000', '174915.281000', '174915.284000', '174915.287000', '174915.289000', '174915.292000', '174915.295000', '174915.298000', '174915.301000', '174915.304000', '174915.312000', '174915.315000', '174915.317000', '174915.320000', '174915.323000', '174915.326000', '174915.329000', '174915.332000', '174915.335000', '174915.337000', '174915.340000', '174915.343000', '174935.123000', '174935.126000', '174935.129000', '174935.132000', '174935.135000', '174935.137000', '174935.140000', '174935.143000', '174935.146000', '174935.149000', '174935.152000', '174935.155000', '174935.158000', '174935.210000', '174935.212000', '174935.215000', '174935.218000', '174935.221000', '174935.224000', '174935.227000', '174935.230000', '174935.232000', '174935.235000', '174935.238000', '174935.241000', '174935.244000', '174935.247000', '174935.250000', '174935.253000', '174935.255000', '174935.258000', '174935.261000', '174935.264000', '174935.267000', '174935.270000', '174935.273000', '174935.275000', '174935.278000', '174935.281000', '174935.284000', '174935.287000', '174935.290000', '174935.292000', '174935.295000', '174955.123000', '174955.126000', '174955.129000', '174955.143000', '174955.146000', '174955.149000', '174955.152000', '174955.155000', '174955.158000', '174955.208000', '174955.211000', '174955.214000', '174955.218000', '174955.221000', '174955.224000', '174955.226000', '174955.229000', '174955.232000', '174955.235000', '174955.238000', '174955.241000', '174955.244000', '174955.246000', '174955.249000', '174955.252000', '174955.255000', '174955.258000', '174955.261000', '174955.264000', '174955.266000', '174955.270000', '174955.273000', '174955.276000', '174955.279000', '174955.282000', '174955.285000', '174955.287000', '174955.290000', '174955.293000', '174955.296000', '174955.299000', '174955.302000', '174955.305000', '175015.123000', '175015.126000', '175015.129000', '175015.132000', '175015.135000', '175015.138000', '175015.141000', '175015.143000', '175015.146000', '175015.149000', '175015.152000', '175015.155000', '175015.158000', '175015.250000', '175015.253000', '175015.256000', '175015.259000', '175015.262000', '175015.265000', '175015.267000', '175015.270000', '175015.273000', '175015.276000', '175015.279000', '175015.282000', '175015.284000', '175015.287000', '175015.290000', '175015.293000', '175015.296000', '175015.299000', '175015.302000', '175015.305000', '175015.307000', '175015.310000', '175015.313000', '175015.316000', '175015.319000', '175015.331000', '175015.333000', '175015.336000', '175015.340000', '175015.343000', '175015.345000', '175035.123000', '175035.126000', '175035.129000', '175035.132000', '175035.135000', '175035.138000', '175035.140000', '175035.143000', '175035.146000', '175035.149000', '175035.152000', '175035.155000', '175035.193000', '175035.196000', '175035.199000', '175035.202000', '175035.205000', '175035.208000', '175035.210000', '175035.213000', '175035.216000', '175035.219000', '175035.222000', '175035.225000', '175035.228000', '175035.230000', '175035.233000', '175035.236000', '175035.239000', '175035.242000', '175035.245000', '175035.248000', '175035.251000', '175035.253000', '175035.256000', '175035.259000', '175035.262000', '175035.265000', '175035.268000', '175035.270000', '175035.273000', '175035.276000', '175035.279000', '175055.123000', '175055.126000', '175055.129000', '175055.132000', '175055.135000', '175055.138000', '175055.140000', '175055.143000', '175055.146000', '175055.149000', '175055.152000', '175055.155000', '175055.157000', '175055.236000', '175055.238000', '175055.241000', '175055.244000', '175055.247000', '175055.250000', '175055.253000', '175055.255000', '175055.258000', '175055.261000', '175055.264000', '175055.267000', '175055.270000', '175055.273000', '175055.275000', '175055.278000', '175055.281000', '175055.284000', '175055.287000', '175055.290000', '175055.293000', '175055.296000', '175055.299000', '175055.302000', '175055.305000', '175055.307000', '175055.310000', '175055.313000', '175055.316000', '175055.319000', '175055.322000', '175115.134000', '175115.137000', '175115.140000', '175115.143000', '175115.146000', '175115.149000', '175115.151000', '175115.155000', '175115.157000', '175115.231000', '175115.234000', '175115.237000', '175115.240000', '175115.243000', '175115.246000', '175115.249000', '175115.252000', '175115.256000', '175115.258000', '175115.261000', '175115.264000', '175115.267000', '175115.270000', '175115.273000', '175115.276000', '175115.279000', '175115.281000', '175115.284000', '175115.287000', '175115.290000', '175115.293000', '175115.296000', '175115.299000', '175115.302000', '175115.305000', '175115.308000', '175115.311000', '175115.314000', '175115.317000', '175115.320000', '175115.323000', '175115.326000', '175115.329000', '175135.123000', '175135.126000', '175135.129000', '175135.132000', '175135.135000', '175135.138000', '175135.140000', '175135.143000', '175135.146000', '175135.149000', '175135.152000', '175135.155000', '175135.158000', '175135.225000', '175135.227000', '175135.230000', '175135.233000', '175135.236000', '175135.239000', '175135.242000', '175135.244000', '175135.248000', '175135.250000', '175135.253000', '175135.256000', '175135.259000', '175135.262000', '175135.265000', '175135.268000', '175135.271000', '175135.273000', '175135.276000', '175135.279000', '175135.282000', '175135.285000', '175135.288000', '175135.290000', '175135.293000', '175135.296000', '175135.299000', '175135.302000', '175135.305000', '175135.308000', '175135.311000', '175155.123000', '175155.126000', '175155.129000', '175155.132000', '175155.135000', '175155.138000', '175155.141000', '175155.144000', '175155.146000', '175155.149000', '175155.152000', '175155.155000', '175155.158000', '175155.161000', '175155.164000', '175155.167000', '175155.169000', '175155.189000', '175155.192000', '175155.195000', '175155.198000', '175155.201000', '175155.204000', '175155.207000', '175155.210000', '175155.212000', '175155.215000', '175155.218000', '175155.221000', '175155.224000', '175155.227000', '175155.230000', '175155.233000', '175155.235000', '175155.238000', '175155.241000', '175155.244000', '175155.247000', '175155.250000', '175155.253000', '175155.255000', '175155.258000', '175155.261000', '175215.123000', '175215.126000', '175215.129000', '175215.132000', '175215.135000', '175215.138000', '175215.141000', '175215.144000', '175215.146000', '175215.149000', '175215.152000', '175215.155000', '175215.158000', '175215.204000', '175215.207000', '175215.210000', '175215.213000', '175215.216000', '175215.218000', '175215.221000', '175215.224000', '175215.227000', '175215.230000', '175215.233000', '175215.236000', '175215.238000', '175215.241000', '175215.244000', '175215.247000', '175215.250000', '175215.253000', '175215.256000', '175215.259000', '175215.261000', '175215.264000', '175215.267000', '175215.270000', '175215.273000', '175215.276000', '175215.278000', '175215.281000', '175215.284000', '175215.287000', '175235.123000', '175235.126000', '175235.129000', '175235.132000', '175235.135000', '175235.138000', '175235.141000', '175235.144000', '175235.146000', '175235.149000', '175235.152000', '175235.155000', '175235.158000', '175235.239000', '175235.242000', '175235.245000', '175235.247000', '175235.250000', '175235.253000', '175235.256000', '175235.259000', '175235.262000', '175235.265000', '175235.268000', '175235.270000', '175235.273000', '175235.276000', '175235.279000', '175235.282000', '175235.285000', '175235.288000', '175235.292000', '175235.295000', '175235.298000', '175235.301000', '175235.304000', '175235.307000', '175235.310000', '175235.313000', '175235.316000', '175235.318000', '175235.321000', '175235.324000', '175235.327000', '175245.998000', '175246.003000', '175246.006000', '175246.021000', '175246.024000', '175246.027000', '175246.030000', '175246.033000', '175246.036000', '175246.038000', '175246.041000', '175246.045000', '175246.048000', '175246.051000', '175246.054000', '175246.057000', '175246.060000', '175246.062000', '175246.065000', '175246.068000', '175246.071000', '175246.074000', '175246.077000', '175246.080000'], 'InstanceCreationTime': ['174235.174000', '174235.177000', '174235.180000', '174235.184000', '174235.186000', '174235.189000', '174235.192000', '174235.195000', '174235.198000', '174235.201000', '174235.204000', '174235.207000', '174235.210000', '174235.213000', '174235.222000', '174235.225000', '174235.228000', '174235.231000', '174235.234000', '174235.237000', '174235.240000', '174235.243000', '174235.246000', '174235.249000', '174235.252000', '174235.255000', '174235.257000', '174235.260000', '174235.263000', '174235.266000', '174235.269000', '174235.272000', '174235.275000', '174235.286000', '174235.289000', '174235.292000', '174235.295000', '174235.298000', '174235.301000', '174235.304000', '174235.307000', '174235.310000', '174235.313000', '174235.316000', '174235.319000', '174235.322000', '174235.325000', '174235.328000', '174255.123000', '174255.126000', '174255.129000', '174255.132000', '174255.135000', '174255.138000', '174255.140000', '174255.143000', '174255.146000', '174255.149000', '174255.152000', '174255.155000', '174255.158000', '174255.160000', '174255.163000', '174255.166000', '174255.169000', '174255.172000', '174255.180000', '174255.183000', '174255.186000', '174255.189000', '174255.192000', '174255.194000', '174255.197000', '174255.200000', '174255.203000', '174255.206000', '174255.209000', '174255.211000', '174255.214000', '174255.217000', '174255.220000', '174255.223000', '174255.225000', '174255.228000', '174255.231000', '174255.234000', '174255.237000', '174255.240000', '174255.243000', '174255.245000', '174255.248000', '174315.123000', '174315.126000', '174315.129000', '174315.132000', '174315.134000', '174315.137000', '174315.140000', '174315.143000', '174315.146000', '174315.149000', '174315.152000', '174315.154000', '174315.157000', '174315.160000', '174315.163000', '174315.166000', '174315.169000', '174315.172000', '174315.174000', '174315.177000', '174315.180000', '174315.183000', '174315.186000', '174315.189000', '174315.191000', '174315.194000', '174315.197000', '174315.200000', '174315.203000', '174315.206000', '174315.208000', '174315.211000', '174315.214000', '174315.217000', '174315.220000', '174315.223000', '174315.225000', '174315.228000', '174315.235000', '174315.238000', '174315.241000', '174315.244000', '174315.247000', '174315.249000', '174335.123000', '174335.126000', '174335.129000', '174335.132000', '174335.134000', '174335.137000', '174335.140000', '174335.143000', '174335.146000', '174335.149000', '174335.152000', '174335.154000', '174335.157000', '174335.160000', '174335.163000', '174335.166000', '174335.169000', '174335.173000', '174335.176000', '174335.179000', '174335.182000', '174335.184000', '174335.187000', '174335.190000', '174335.193000', '174335.196000', '174335.199000', '174335.202000', '174335.204000', '174335.207000', '174335.210000', '174335.213000', '174335.216000', '174335.219000', '174335.221000', '174335.224000', '174335.227000', '174335.230000', '174335.233000', '174335.236000', '174335.239000', '174335.241000', '174335.244000', '174355.123000', '174355.126000', '174355.129000', '174355.132000', '174355.135000', '174355.137000', '174355.140000', '174355.143000', '174355.146000', '174355.149000', '174355.152000', '174355.155000', '174355.158000', '174355.161000', '174355.163000', '174355.195000', '174355.197000', '174355.200000', '174355.203000', '174355.206000', '174355.209000', '174355.212000', '174355.215000', '174355.217000', '174355.220000', '174355.223000', '174355.226000', '174355.229000', '174355.232000', '174355.235000', '174355.237000', '174355.240000', '174355.243000', '174355.260000', '174355.263000', '174355.266000', '174355.276000', '174355.279000', '174355.282000', '174355.285000', '174355.288000', '174355.291000', '174355.293000', '174355.296000', '174415.123000', '174415.126000', '174415.129000', '174415.132000', '174415.134000', '174415.137000', '174415.140000', '174415.143000', '174415.146000', '174415.149000', '174415.152000', '174415.155000', '174415.157000', '174415.160000', '174415.163000', '174415.166000', '174415.169000', '174415.172000', '174415.175000', '174415.178000', '174415.180000', '174415.183000', '174415.186000', '174415.189000', '174415.192000', '174415.194000', '174415.197000', '174415.200000', '174415.203000', '174415.206000', '174415.209000', '174415.211000', '174415.214000', '174415.217000', '174415.220000', '174415.223000', '174415.226000', '174415.229000', '174415.232000', '174415.234000', '174415.237000', '174415.240000', '174415.243000', '174435.124000', '174435.127000', '174435.130000', '174435.133000', '174435.136000', '174435.139000', '174435.142000', '174435.145000', '174435.148000', '174435.151000', '174435.154000', '174435.157000', '174435.160000', '174435.162000', '174435.165000', '174435.168000', '174435.171000', '174435.174000', '174435.177000', '174435.180000', '174435.183000', '174435.185000', '174435.188000', '174435.191000', '174435.194000', '174435.197000', '174435.200000', '174435.202000', '174435.205000', '174435.208000', '174435.211000', '174435.214000', '174435.217000', '174435.220000', '174435.222000', '174435.225000', '174435.228000', '174435.231000', '174435.234000', '174435.237000', '174435.240000', '174435.242000', '174435.245000', '174455.123000', '174455.126000', '174455.129000', '174455.132000', '174455.135000', '174455.137000', '174455.141000', '174455.143000', '174455.146000', '174455.149000', '174455.152000', '174455.155000', '174455.158000', '174455.199000', '174455.202000', '174455.205000', '174455.208000', '174455.210000', '174455.213000', '174455.216000', '174455.219000', '174455.222000', '174455.225000', '174455.228000', '174455.231000', '174455.242000', '174455.245000', '174455.247000', '174455.250000', '174455.253000', '174455.256000', '174455.259000', '174455.262000', '174455.265000', '174455.268000', '174455.270000', '174455.273000', '174455.276000', '174455.279000', '174455.282000', '174455.285000', '174455.288000', '174455.290000', '174455.293000', '174515.123000', '174515.126000', '174515.129000', '174515.131000', '174515.135000', '174515.137000', '174515.140000', '174515.143000', '174515.146000', '174515.149000', '174515.152000', '174515.155000', '174515.158000', '174515.191000', '174515.194000', '174515.197000', '174515.200000', '174515.203000', '174515.206000', '174515.209000', '174515.211000', '174515.214000', '174515.217000', '174515.220000', '174515.223000', '174515.226000', '174515.229000', '174515.232000', '174515.234000', '174515.237000', '174515.240000', '174515.243000', '174515.246000', '174515.249000', '174515.252000', '174515.254000', '174515.257000', '174515.260000', '174515.263000', '174515.266000', '174515.269000', '174515.272000', '174515.275000', '174535.123000', '174535.126000', '174535.129000', '174535.132000', '174535.135000', '174535.138000', '174535.141000', '174535.143000', '174535.146000', '174535.149000', '174535.152000', '174535.155000', '174535.158000', '174535.161000', '174535.164000', '174535.176000', '174535.179000', '174535.182000', '174535.185000', '174535.188000', '174535.191000', '174535.194000', '174535.197000', '174535.200000', '174535.202000', '174535.205000', '174535.208000', '174535.211000', '174535.214000', '174535.217000', '174535.220000', '174535.223000', '174535.225000', '174535.228000', '174535.231000', '174535.234000', '174535.237000', '174535.240000', '174535.243000', '174535.246000', '174535.248000', '174535.251000', '174535.254000', '174535.257000', '174555.123000', '174555.126000', '174555.129000', '174555.132000', '174555.135000', '174555.138000', '174555.140000', '174555.143000', '174555.146000', '174555.149000', '174555.152000', '174555.156000', '174555.187000', '174555.190000', '174555.193000', '174555.196000', '174555.199000', '174555.202000', '174555.205000', '174555.208000', '174555.210000', '174555.213000', '174555.216000', '174555.219000', '174555.222000', '174555.225000', '174555.228000', '174555.230000', '174555.233000', '174555.236000', '174555.239000', '174555.242000', '174555.245000', '174555.248000', '174555.250000', '174555.253000', '174555.256000', '174555.259000', '174555.262000', '174555.265000', '174555.267000', '174555.270000', '174555.273000', '174615.123000', '174615.126000', '174615.129000', '174615.131000', '174615.135000', '174615.137000', '174615.140000', '174615.143000', '174615.146000', '174615.149000', '174615.152000', '174615.154000', '174615.157000', '174615.206000', '174615.209000', '174615.212000', '174615.215000', '174615.218000', '174615.220000', '174615.223000', '174615.226000', '174615.229000', '174615.232000', '174615.235000', '174615.238000', '174615.240000', '174615.243000', '174615.246000', '174615.249000', '174615.252000', '174615.255000', '174615.258000', '174615.260000', '174615.263000', '174615.266000', '174615.269000', '174615.272000', '174615.275000', '174615.278000', '174615.280000', '174615.283000', '174615.286000', '174615.289000', '174615.292000', '174635.123000', '174635.126000', '174635.129000', '174635.132000', '174635.135000', '174635.137000', '174635.140000', '174635.143000', '174635.146000', '174635.149000', '174635.152000', '174635.155000', '174635.158000', '174635.203000', '174635.206000', '174635.209000', '174635.212000', '174635.215000', '174635.218000', '174635.221000', '174635.224000', '174635.227000', '174635.229000', '174635.232000', '174635.235000', '174635.238000', '174635.241000', '174635.244000', '174635.247000', '174635.250000', '174635.252000', '174635.255000', '174635.258000', '174635.261000', '174635.264000', '174635.267000', '174635.270000', '174635.273000', '174635.275000', '174635.278000', '174635.281000', '174635.284000', '174635.287000', '174655.123000', '174655.126000', '174655.129000', '174655.132000', '174655.135000', '174655.137000', '174655.140000', '174655.143000', '174655.146000', '174655.149000', '174655.152000', '174655.155000', '174655.157000', '174655.217000', '174655.220000', '174655.223000', '174655.225000', '174655.228000', '174655.231000', '174655.234000', '174655.237000', '174655.240000', '174655.242000', '174655.245000', '174655.248000', '174655.251000', '174655.254000', '174655.257000', '174655.260000', '174655.263000', '174655.266000', '174655.269000', '174655.271000', '174655.274000', '174655.277000', '174655.280000', '174655.283000', '174655.286000', '174655.288000', '174655.292000', '174655.305000', '174655.308000', '174655.311000', '174655.321000', '174715.123000', '174715.126000', '174715.129000', '174715.132000', '174715.134000', '174715.138000', '174715.141000', '174715.144000', '174715.147000', '174715.150000', '174715.153000', '174715.156000', '174715.158000', '174715.235000', '174715.238000', '174715.241000', '174715.244000', '174715.247000', '174715.250000', '174715.253000', '174715.256000', '174715.258000', '174715.261000', '174715.264000', '174715.267000', '174715.270000', '174715.273000', '174715.276000', '174715.279000', '174715.281000', '174715.284000', '174715.287000', '174715.290000', '174715.293000', '174715.296000', '174715.299000', '174715.302000', '174715.304000', '174715.307000', '174715.310000', '174715.313000', '174715.316000', '174715.319000', '174735.123000', '174735.126000', '174735.129000', '174735.132000', '174735.135000', '174735.137000', '174735.140000', '174735.143000', '174735.146000', '174735.149000', '174735.152000', '174735.155000', '174735.158000', '174735.186000', '174735.189000', '174735.192000', '174735.194000', '174735.197000', '174735.200000', '174735.203000', '174735.206000', '174735.209000', '174735.212000', '174735.214000', '174735.217000', '174735.220000', '174735.223000', '174735.226000', '174735.229000', '174735.232000', '174735.235000', '174735.238000', '174735.240000', '174735.243000', '174735.246000', '174735.249000', '174735.252000', '174735.255000', '174735.258000', '174735.261000', '174735.263000', '174735.266000', '174735.269000', '174735.272000', '174755.123000', '174755.126000', '174755.129000', '174755.132000', '174755.135000', '174755.138000', '174755.140000', '174755.143000', '174755.146000', '174755.151000', '174755.154000', '174755.157000', '174755.204000', '174755.206000', '174755.209000', '174755.212000', '174755.215000', '174755.218000', '174755.221000', '174755.223000', '174755.226000', '174755.229000', '174755.233000', '174755.236000', '174755.239000', '174755.242000', '174755.245000', '174755.247000', '174755.250000', '174755.253000', '174755.256000', '174755.259000', '174755.262000', '174755.265000', '174755.268000', '174755.271000', '174755.274000', '174755.277000', '174755.280000', '174755.282000', '174755.285000', '174755.288000', '174755.291000', '174815.123000', '174815.126000', '174815.129000', '174815.132000', '174815.135000', '174815.138000', '174815.140000', '174815.143000', '174815.146000', '174815.149000', '174815.152000', '174815.155000', '174815.158000', '174815.206000', '174815.209000', '174815.212000', '174815.214000', '174815.217000', '174815.220000', '174815.223000', '174815.226000', '174815.229000', '174815.232000', '174815.234000', '174815.237000', '174815.240000', '174815.243000', '174815.246000', '174815.249000', '174815.252000', '174815.255000', '174815.257000', '174815.260000', '174815.263000', '174815.266000', '174815.269000', '174815.272000', '174815.275000', '174815.277000', '174815.280000', '174815.283000', '174815.286000', '174815.289000', '174815.292000', '174835.123000', '174835.126000', '174835.129000', '174835.132000', '174835.135000', '174835.138000', '174835.140000', '174835.152000', '174835.155000', '174835.158000', '174835.160000', '174835.163000', '174835.166000', '174835.169000', '174835.172000', '174835.175000', '174835.179000', '174835.182000', '174835.185000', '174835.188000', '174835.190000', '174835.193000', '174835.196000', '174835.199000', '174835.202000', '174835.205000', '174835.208000', '174835.211000', '174835.214000', '174835.217000', '174835.219000', '174835.222000', '174835.225000', '174835.228000', '174835.231000', '174835.234000', '174835.237000', '174835.240000', '174835.244000', '174835.247000', '174835.250000', '174835.254000', '174835.257000', '174855.123000', '174855.126000', '174855.129000', '174855.132000', '174855.135000', '174855.137000', '174855.140000', '174855.143000', '174855.146000', '174855.149000', '174855.152000', '174855.155000', '174855.206000', '174855.208000', '174855.211000', '174855.214000', '174855.217000', '174855.220000', '174855.223000', '174855.225000', '174855.228000', '174855.231000', '174855.234000', '174855.237000', '174855.240000', '174855.243000', '174855.246000', '174855.249000', '174855.252000', '174855.255000', '174855.257000', '174855.260000', '174855.263000', '174855.266000', '174855.269000', '174855.272000', '174855.275000', '174855.278000', '174855.280000', '174855.283000', '174855.286000', '174855.289000', '174855.292000', '174855.295000', '174915.123000', '174915.126000', '174915.129000', '174915.132000', '174915.135000', '174915.137000', '174915.140000', '174915.143000', '174915.146000', '174915.149000', '174915.152000', '174915.155000', '174915.157000', '174915.254000', '174915.257000', '174915.260000', '174915.264000', '174915.266000', '174915.269000', '174915.272000', '174915.275000', '174915.278000', '174915.281000', '174915.284000', '174915.287000', '174915.289000', '174915.292000', '174915.295000', '174915.298000', '174915.301000', '174915.304000', '174915.312000', '174915.315000', '174915.317000', '174915.320000', '174915.323000', '174915.326000', '174915.329000', '174915.332000', '174915.335000', '174915.337000', '174915.340000', '174915.343000', '174935.123000', '174935.126000', '174935.129000', '174935.132000', '174935.135000', '174935.137000', '174935.140000', '174935.143000', '174935.146000', '174935.149000', '174935.152000', '174935.155000', '174935.158000', '174935.210000', '174935.212000', '174935.215000', '174935.218000', '174935.221000', '174935.224000', '174935.227000', '174935.230000', '174935.232000', '174935.235000', '174935.238000', '174935.241000', '174935.244000', '174935.247000', '174935.250000', '174935.253000', '174935.255000', '174935.258000', '174935.261000', '174935.264000', '174935.267000', '174935.270000', '174935.273000', '174935.275000', '174935.278000', '174935.281000', '174935.284000', '174935.287000', '174935.290000', '174935.292000', '174935.295000', '174955.123000', '174955.126000', '174955.129000', '174955.143000', '174955.146000', '174955.149000', '174955.152000', '174955.155000', '174955.158000', '174955.208000', '174955.211000', '174955.214000', '174955.218000', '174955.221000', '174955.224000', '174955.226000', '174955.229000', '174955.232000', '174955.235000', '174955.238000', '174955.241000', '174955.244000', '174955.246000', '174955.249000', '174955.252000', '174955.255000', '174955.258000', '174955.261000', '174955.264000', '174955.266000', '174955.270000', '174955.273000', '174955.276000', '174955.279000', '174955.282000', '174955.285000', '174955.287000', '174955.290000', '174955.293000', '174955.296000', '174955.299000', '174955.302000', '174955.305000', '175015.123000', '175015.126000', '175015.129000', '175015.132000', '175015.135000', '175015.138000', '175015.141000', '175015.143000', '175015.146000', '175015.149000', '175015.152000', '175015.155000', '175015.158000', '175015.250000', '175015.253000', '175015.256000', '175015.259000', '175015.262000', '175015.265000', '175015.267000', '175015.270000', '175015.273000', '175015.276000', '175015.279000', '175015.282000', '175015.284000', '175015.287000', '175015.290000', '175015.293000', '175015.296000', '175015.299000', '175015.302000', '175015.305000', '175015.307000', '175015.310000', '175015.313000', '175015.316000', '175015.319000', '175015.331000', '175015.333000', '175015.336000', '175015.340000', '175015.343000', '175015.345000', '175035.123000', '175035.126000', '175035.129000', '175035.132000', '175035.135000', '175035.138000', '175035.140000', '175035.143000', '175035.146000', '175035.149000', '175035.152000', '175035.155000', '175035.193000', '175035.196000', '175035.199000', '175035.202000', '175035.205000', '175035.208000', '175035.210000', '175035.213000', '175035.216000', '175035.219000', '175035.222000', '175035.225000', '175035.228000', '175035.230000', '175035.233000', '175035.236000', '175035.239000', '175035.242000', '175035.245000', '175035.248000', '175035.251000', '175035.253000', '175035.256000', '175035.259000', '175035.262000', '175035.265000', '175035.268000', '175035.270000', '175035.273000', '175035.276000', '175035.279000', '175055.123000', '175055.126000', '175055.129000', '175055.132000', '175055.135000', '175055.138000', '175055.140000', '175055.143000', '175055.146000', '175055.149000', '175055.152000', '175055.155000', '175055.157000', '175055.236000', '175055.238000', '175055.241000', '175055.244000', '175055.247000', '175055.250000', '175055.253000', '175055.255000', '175055.258000', '175055.261000', '175055.264000', '175055.267000', '175055.270000', '175055.273000', '175055.275000', '175055.278000', '175055.281000', '175055.284000', '175055.287000', '175055.290000', '175055.293000', '175055.296000', '175055.299000', '175055.302000', '175055.305000', '175055.307000', '175055.310000', '175055.313000', '175055.316000', '175055.319000', '175055.322000', '175115.134000', '175115.137000', '175115.140000', '175115.143000', '175115.146000', '175115.149000', '175115.151000', '175115.155000', '175115.157000', '175115.231000', '175115.234000', '175115.237000', '175115.240000', '175115.243000', '175115.246000', '175115.249000', '175115.252000', '175115.256000', '175115.258000', '175115.261000', '175115.264000', '175115.267000', '175115.270000', '175115.273000', '175115.276000', '175115.279000', '175115.281000', '175115.284000', '175115.287000', '175115.290000', '175115.293000', '175115.296000', '175115.299000', '175115.302000', '175115.305000', '175115.308000', '175115.311000', '175115.314000', '175115.317000', '175115.320000', '175115.323000', '175115.326000', '175115.329000', '175135.123000', '175135.126000', '175135.129000', '175135.132000', '175135.135000', '175135.138000', '175135.140000', '175135.143000', '175135.146000', '175135.149000', '175135.152000', '175135.155000', '175135.158000', '175135.225000', '175135.227000', '175135.230000', '175135.233000', '175135.236000', '175135.239000', '175135.242000', '175135.244000', '175135.248000', '175135.250000', '175135.253000', '175135.256000', '175135.259000', '175135.262000', '175135.265000', '175135.268000', '175135.271000', '175135.273000', '175135.276000', '175135.279000', '175135.282000', '175135.285000', '175135.288000', '175135.290000', '175135.293000', '175135.296000', '175135.299000', '175135.302000', '175135.305000', '175135.308000', '175135.311000', '175155.123000', '175155.126000', '175155.129000', '175155.132000', '175155.135000', '175155.138000', '175155.141000', '175155.144000', '175155.146000', '175155.149000', '175155.152000', '175155.155000', '175155.158000', '175155.161000', '175155.164000', '175155.167000', '175155.169000', '175155.189000', '175155.192000', '175155.195000', '175155.198000', '175155.201000', '175155.204000', '175155.207000', '175155.210000', '175155.212000', '175155.215000', '175155.218000', '175155.221000', '175155.224000', '175155.227000', '175155.230000', '175155.233000', '175155.235000', '175155.238000', '175155.241000', '175155.244000', '175155.247000', '175155.250000', '175155.253000', '175155.255000', '175155.258000', '175155.261000', '175215.123000', '175215.126000', '175215.129000', '175215.132000', '175215.135000', '175215.138000', '175215.141000', '175215.144000', '175215.146000', '175215.149000', '175215.152000', '175215.155000', '175215.158000', '175215.204000', '175215.207000', '175215.210000', '175215.213000', '175215.216000', '175215.218000', '175215.221000', '175215.224000', '175215.227000', '175215.230000', '175215.233000', '175215.236000', '175215.238000', '175215.241000', '175215.244000', '175215.247000', '175215.250000', '175215.253000', '175215.256000', '175215.259000', '175215.261000', '175215.264000', '175215.267000', '175215.270000', '175215.273000', '175215.276000', '175215.278000', '175215.281000', '175215.284000', '175215.287000', '175235.123000', '175235.126000', '175235.129000', '175235.132000', '175235.135000', '175235.138000', '175235.141000', '175235.144000', '175235.146000', '175235.149000', '175235.152000', '175235.155000', '175235.158000', '175235.239000', '175235.242000', '175235.245000', '175235.247000', '175235.250000', '175235.253000', '175235.256000', '175235.259000', '175235.262000', '175235.265000', '175235.268000', '175235.270000', '175235.273000', '175235.276000', '175235.279000', '175235.282000', '175235.285000', '175235.288000', '175235.292000', '175235.295000', '175235.298000', '175235.301000', '175235.304000', '175235.307000', '175235.310000', '175235.313000', '175235.316000', '175235.318000', '175235.321000', '175235.324000', '175235.327000', '175245.998000', '175246.003000', '175246.006000', '175246.021000', '175246.024000', '175246.027000', '175246.030000', '175246.033000', '175246.036000', '175246.038000', '175246.041000', '175246.045000', '175246.048000', '175246.051000', '175246.054000', '175246.057000', '175246.060000', '175246.062000', '175246.065000', '175246.068000', '175246.071000', '175246.074000', '175246.077000', '175246.080000'], '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': [8761, 9804, 7592, 10468, 8418, 11198, 7875, 10851, 6373, 11347, 7068, 11534, 7880, 11212, 7821, 11332, 7131, 10759, 7451, 11255, 8423, 10398, 7579, 9800, 8115, 9286, 10067, 7475, 9801, 6575, 9771, 7578, 10583, 7334, 10587, 6645, 10320, 7164, 11040, 7435, 11103, 6501, 11110, 6984, 11358, 7692, 11181, 7663, 11388, 7243, 11524, 7987, 11313, 8646, 10497, 7647, 10291, 8673, 9638, 10123, 7864, 10088, 7120, 10208, 7721, 11044, 7267, 10828, 6296, 10955, 6713, 11251, 8440, 10836, 7381, 11630, 7591, 11812, 8464, 10520, 9563, 8463, 9057, 7857, 9925, 8367, 10711, 8011, 10376, 6549, 10390, 6720, 10954, 7852, 11130, 6828, 11266, 7366, 11131, 9668, 10757, 8409, 9441, 8869, 8981, 10212, 8156, 10343, 6628, 10229, 6614, 10839, 7144, 10917, 7197, 11083, 7054, 10840, 7572, 11263, 9759, 9189, 8855, 9209, 9383, 9200, 10028, 8403, 10579, 7047, 10002, 6678, 10550, 7047, 11087, 6648, 11040, 6930, 10966, 8507, 11130, 9613, 10625, 7937, 10110, 8579, 9494, 10463, 7368, 10326, 6660, 10151, 7373, 10955, 7326, 10881, 6313, 11133, 6553, 11055, 8141, 11018, 7945, 11642, 7442, 11046, 8482, 9652, 10525, 6758, 10379, 6885, 10873, 7029, 10629, 7200, 11378, 7226, 11078, 6487, 10997, 7371, 10818, 8828, 10857, 7511, 11412, 7676, 11381, 9519, 10927, 7856, 11141, 7106, 11038, 8008, 11079, 7967, 11022, 7905, 10920, 8965, 9653, 8657, 8559, 8780, 9162, 9016, 9320, 9707, 8458, 9708, 7442, 9623, 7919, 9431, 8749, 9964, 6586, 9850, 6486, 9850, 7164, 10103, 7282, 10431, 6402, 10238, 6523, 10507, 7215, 10535, 6850, 10240, 7160, 10080, 8170, 9411, 8885, 10382, 7900, 9872, 8148, 9407, 9775, 8582, 10717, 9472, 10037, 8355, 11447, 8213, 11856, 8388, 11347, 7214, 11101, 7310, 11091, 8351, 10461, 7454, 10917, 7424, 10821, 7174, 10796, 6582, 10567, 6353, 10505, 6536, 10184, 6328, 10169, 6314, 9996, 7206, 10307, 6666, 10194, 7087, 9474, 9074, 9258, 9909, 8743, 10191, 8570, 11669, 7741, 11563, 7847, 11094, 7742, 11053, 7375, 10962, 7984, 10748, 7336, 11029, 7717, 11231, 7813, 10619, 7267, 11123, 7002, 10806, 6698, 10903, 6451, 10790, 6454, 10614, 6897, 10274, 6710, 9767, 6872, 9429, 9137, 9438, 8772, 10031, 6478, 10663, 6406, 10677, 7677, 9775, 9239, 9821, 7915, 9568, 9557, 9410, 12989, 8887, 13971, 9794, 10626, 8006, 10391, 7876, 11590, 8138, 11289, 7859, 10969, 7382, 10407, 7561, 10297, 8604, 7814, 8645, 8182, 8741, 9101, 10023, 6304, 11356, 6435, 11094, 8429, 11743, 8807, 13541, 9331, 10112, 7780, 10356, 8628, 10448, 9700, 7843, 10341, 6535, 11073, 6798, 11189, 7192, 11762, 6441, 11477, 7454, 11705, 7988, 11265, 8725, 11722, 7294, 11408, 7483, 11162, 8656, 10778, 7757, 11306, 7784, 11294, 7919, 11490, 9426, 10873, 7812, 8937, 8485, 8800, 9562, 8376, 10793, 6520, 11019, 6354, 11471, 7618, 11434, 8220, 10943, 7922, 11389, 7987, 11443, 9169, 9852, 8725, 6420, 9075, 6532, 10670, 6977, 10824, 6758, 10988, 6566, 10960, 6586, 11682, 7600, 11329, 7433, 11184, 7938, 11210, 9192, 12891, 8156, 10668, 7646, 9470, 9047, 9026, 10314, 6387, 10626, 6418, 11088, 6777, 11163, 8020, 11615, 7572, 11240, 8190, 12539, 9342, 13932, 7544, 11477, 7918, 10947, 10008, 9048, 8383, 8786, 8759, 10010, 8413, 10720, 8971, 10520, 8490, 9794, 7881, 10094, 8675, 10599, 9858, 8480, 8512, 9867, 8692, 10575, 8718, 10310, 8925, 7643, 8508, 9000, 9468, 9375, 10683, 7161, 10589, 6420, 10515, 6869, 10857, 7430, 10810, 6484, 11105, 6472, 11489, 7123, 11492, 7384, 11914, 6409, 11097, 6305, 11607, 6928, 11479, 6866, 11178, 6458, 11112, 6716, 11685, 6961, 11396, 6790, 11186, 6827, 11461, 7004, 11545, 7363, 11280, 7387, 11240, 6723, 11340, 6794, 11407, 7065, 11049, 7020, 11066, 7087, 11208, 7567, 11082, 7839, 11230, 8922, 11021, 7735, 11330, 7396, 11109, 8612, 11157, 8122, 12118, 7908, 11939, 7828, 11672, 9257, 13601, 13253, 6371, 6427, 7875, 6711, 10001, 10738, 7810, 11942, 7880, 11676, 8733, 12442, 8112, 12486, 8515, 13905, 9451, 14374, 10376, 13662, 9176, 12895, 8381, 6349, 10050, 6404, 11671, 7119, 11493, 6915, 10695, 6634, 11161, 6990, 11135, 7367, 9733, 8215, 9796, 8446, 7730, 10090, 6718, 11536, 7440, 6545, 10256, 7672, 10361, 8936, 9707, 6544, 10684, 6449, 11352, 7778, 10024, 8501, 9317, 9926, 6423, 11121, 6761, 11557, 7933, 11564, 8995, 8101, 9441, 6449, 11824, 7381, 11640, 7981, 11585, 8226, 11424, 7531, 8468, 8594, 6922, 10871, 7112, 11279, 7243, 11493, 7281, 11278, 7688, 10923, 8476, 7409, 10483, 6397, 11650, 7825, 11395, 8276, 8007, 10191, 6409, 11756, 7944, 11781, 8391, 11229, 9200, 6336, 10129, 6460, 11487, 7236, 10901, 7459, 11449, 7487, 11444, 7898, 8506, 9645, 6703, 11762, 7659, 11388, 8357, 11736, 8256, 12483, 8025, 6754, 8163, 6478, 11061, 7163, 11283, 8320, 10621, 7732, 7352, 9873, 8715, 10530, 7443, 10935, 6323, 11269, 7222, 11443, 8019, 9930, 9019, 6389, 10931, 6969, 11660, 8052, 11181, 9038, 6392, 10175, 6427, 11618, 7908, 11496, 9843, 6488, 11009, 7760, 6438, 11487, 7643, 10950, 7388, 12692, 7488, 6380, 10715, 7484, 11981, 8401, 6508, 11486, 7582, 11793, 9985, 7278, 10985, 6535, 12210, 8325, 13031, 9014, 14932, 9651, 6470, 10345, 6673, 12414, 8628, 11711, 10169, 6528, 10508, 6472, 12291, 6984, 12066, 8156, 13034, 7907, 6366, 10938, 6443, 12259, 8702, 10769, 8629, 6734, 10404, 7957, 9994, 11933, 8295, 11404, 9108, 6310, 10308, 6562, 11753, 6420, 11790, 7056, 11723, 7624, 11737, 7478, 8400, 8743, 6529, 11918, 7031, 12009, 8027, 11858, 8369, 11143, 7652, 8680, 8779, 8956, 10465, 7315, 10890, 6415, 11852, 6942, 11495, 7345, 11327, 7258, 11092, 7035, 11711, 7539, 11643, 8145, 11332, 7949, 10440, 8211, 10396, 8099, 11962, 8218, 11503, 8250, 11787, 7772, 11204, 7894, 11130, 8169, 10782, 9481, 6499, 10643, 6417, 11697, 7842, 11818, 8654, 11132, 7811, 11945, 8220, 11743, 9303, 10809, 8128, 9849, 8916, 10853, 9054, 8981, 9364, 6272, 10889, 6284, 12046, 7389, 12123, 7693, 11489, 7820, 11519, 7815, 11648, 8270, 11320, 7670, 11986, 7876, 11662, 8130, 11295, 9040, 7606, 9066, 7743, 9381, 10573, 8578, 10655, 8963, 6503, 10062, 6454, 11093, 7207, 11790, 7291, 11740, 7425, 11746, 7645, 11893, 8247, 11358, 8060, 11363, 7839, 11429, 8091, 11376, 9480, 13983, 8119, 6993, 9038, 8583, 9228, 12154, 8897, 9352, 9659, 6594, 11469, 7226, 11812, 8255, 11836, 9926, 11942, 8314, 10831, 8567, 11465, 10082, 9412, 9485, 9246, 9386, 14158, 8911, 10369, 9472, 6376, 10398, 6313, 11899, 7353, 11742, 7983, 12210, 7857, 9324, 9423, 11063, 9863, 9893, 9578, 6657, 10750, 7365, 10890, 7792, 11127, 6597, 11427, 6545, 11286, 8295, 11232, 9232, 6411, 11756, 9282, 10106, 9924, 6571, 11441, 6638, 11567, 7326, 11379, 7003, 12687, 7260, 10485, 8427, 6495, 11062, 7231, 11776, 7957, 11641, 8099, 10997, 8733, 12159, 10147, 9018, 10140, 6554, 11418, 6747, 11616, 8225, 13511, 7704, 11874, 8350, 10554, 9994, 7727, 11154, 6462, 11596, 7430, 11540, 7956, 11535, 8234, 11414, 7455, 11695, 7835, 11068, 8172, 10853, 8521, 6529, 10697, 6450, 11947, 8869, 7577, 9517, 6550, 11731, 7929, 11213, 7858, 12044, 6569, 11667, 7429, 12195, 8013, 11536, 8229, 11768, 7459, 11202, 8143, 10632, 8301, 10217, 9788, 6481, 11437, 6538, 11912, 7865, 11460, 8338, 10401, 8501, 6457, 10750, 6806, 11108, 7294, 11593, 7658, 11634, 8306, 12077, 8488, 10223, 10019, 6413, 11258, 6915, 11929, 7928, 11496, 8411, 11204, 7719, 12204, 8267, 12101, 8994, 10035, 8836, 6324, 11172, 6948, 11820, 8038, 11309, 8214, 11827, 7856, 8106, 10130, 7480, 11680, 7838, 11942, 8327, 11972, 8263, 11820, 8926, 6634, 9511, 6550, 10932, 6764, 11449, 7228, 12149, 7617, 7972, 9405, 8792, 10965, 7648, 11251, 6841, 11558, 7482, 11798, 7702, 13771, 7844, 12394, 7579, 10408, 8240, 9986, 9518, 7213, 11180, 6556, 11757, 7915, 11520, 8348, 11745, 8705, 9514, 8205, 8858, 9156, 9427, 10973, 6480, 10887, 6491, 11578, 7915, 11424, 8827, 7429, 9287, 7564, 10863, 8497, 11119, 8219, 11233, 6383, 11669, 7805, 11809, 9398, 13452, 9980, 6391, 10409, 6510, 11640, 7774, 11441, 7424, 11759, 7288, 11787, 7863, 11818, 8631, 11721, 7785, 10571, 8021, 6894, 10118, 7264, 11463, 7766, 11441, 7344, 11272, 8209, 9068, 10507, 7925, 11170, 7238, 11534, 7980, 11829, 8099, 12142, 8326, 12865, 7552, 11465, 7802, 9911, 8568, 10607, 9377, 8701, 10169, 6548, 10967, 7096, 11860, 8052, 11246, 9400, 11092, 8203, 6804, 9479, 9459, 9472, 11005, 8837, 10614, 10093, 6542, 10204, 6380, 11841, 6884, 11672, 7636, 11424, 7356, 11855, 6655, 11643, 7756, 11264, 7850, 11560, 8313, 8528, 8912, 6451, 10722, 6852, 11412, 8163, 11337, 7737, 11786, 8061, 11906, 8404, 11861, 8960, 13289, 8033, 8502, 9133, 10218, 9009, 13099, 8810, 8573, 9322, 6328, 10766, 6769, 11594, 8208, 11155, 8237, 9322, 8647, 7266, 10484, 7668, 11384, 7758, 11270, 7905, 11905, 8172, 12453, 9077, 8676, 9155, 6421, 12041, 8642, 6609, 11285, 9390, 9874, 9643, 6788, 11382, 7396, 13227, 8393, 13798, 6988, 11795, 7104, 11491, 7936, 11687, 9026, 8478, 9730, 6497, 11444, 7383, 11948, 8077, 11226, 9563, 10622, 8408, 6588, 10003, 8103, 10509, 9309, 10899, 6996, 10332, 6647, 11281, 7135, 11535, 7970, 7771, 9009, 6580, 11377, 8000, 10776], 'WindowCenter': [4250.0, 4246.0, 4212.0, 4241.0, 4210.0, 4238.0, 4196.0, 4226.0, 4175.0, 4225.0, 4174.0, 4224.0, 4195.0, 4225.0, 4195.0, 4225.0, 4185.0, 4227.0, 4196.0, 4225.0, 4206.0, 4215.0, 4196.0, 4216.0, 4207.0, 4217.0, 4228.0, 4197.0, 4227.0, 4175.0, 4227.0, 4196.0, 4227.0, 4186.0, 4227.0, 4175.0, 4227.0, 4186.0, 4227.0, 4185.0, 4226.0, 4175.0, 4225.0, 4185.0, 4226.0, 4196.0, 4227.0, 4197.0, 4226.0, 4185.0, 4237.0, 4207.0, 4226.0, 4207.0, 4227.0, 4196.0, 4226.0, 4207.0, 4217.0, 4227.0, 4195.0, 4226.0, 4185.0, 4215.0, 4195.0, 4226.0, 4184.0, 4225.0, 4174.0, 4224.0, 4175.0, 4225.0, 4195.0, 4226.0, 4185.0, 4225.0, 4195.0, 4235.0, 4206.0, 4225.0, 4216.0, 4205.0, 4205.0, 4194.0, 4216.0, 4205.0, 4226.0, 4194.0, 4214.0, 4162.0, 4213.0, 4174.0, 4224.0, 4194.0, 4225.0, 4174.0, 4225.0, 4196.0, 4226.0, 4216.0, 4225.0, 4195.0, 4214.0, 4205.0, 4205.0, 4225.0, 4194.0, 4216.0, 4173.0, 4214.0, 4174.0, 4225.0, 4185.0, 4225.0, 4185.0, 4225.0, 4186.0, 4226.0, 4208.0, 4237.0, 4228.0, 4217.0, 4217.0, 4216.0, 4217.0, 4217.0, 4218.0, 4195.0, 4226.0, 4173.0, 4214.0, 4175.0, 4226.0, 4184.0, 4225.0, 4175.0, 4225.0, 4185.0, 4226.0, 4207.0, 4226.0, 4217.0, 4226.0, 4196.0, 4225.0, 4206.0, 4216.0, 4226.0, 4185.0, 4226.0, 4174.0, 4225.0, 4196.0, 4226.0, 4184.0, 4225.0, 4164.0, 4224.0, 4175.0, 4226.0, 4196.0, 4226.0, 4196.0, 4225.0, 4196.0, 4226.0, 4207.0, 4216.0, 4226.0, 4175.0, 4225.0, 4184.0, 4226.0, 4185.0, 4226.0, 4185.0, 4226.0, 4184.0, 4224.0, 4163.0, 4224.0, 4185.0, 4224.0, 4205.0, 4225.0, 4185.0, 4225.0, 4196.0, 4225.0, 4215.0, 4213.0, 4193.0, 4223.0, 4173.0, 4224.0, 4194.0, 4223.0, 4194.0, 4224.0, 4196.0, 4225.0, 4205.0, 4213.0, 4204.0, 4203.0, 4204.0, 4203.0, 4206.0, 4215.0, 4216.0, 4205.0, 4217.0, 4196.0, 4216.0, 4196.0, 4216.0, 4205.0, 4216.0, 4174.0, 4216.0, 4175.0, 4227.0, 4197.0, 4228.0, 4196.0, 4227.0, 4177.0, 4228.0, 4177.0, 4239.0, 4197.0, 4229.0, 4186.0, 4228.0, 4186.0, 4228.0, 4207.0, 4218.0, 4217.0, 4227.0, 4195.0, 4216.0, 4195.0, 4216.0, 4216.0, 4218.0, 4227.0, 4217.0, 4216.0, 4207.0, 4238.0, 4208.0, 4237.0, 4206.0, 4226.0, 4196.0, 4227.0, 4197.0, 4237.0, 4207.0, 4227.0, 4186.0, 4227.0, 4198.0, 4227.0, 4186.0, 4226.0, 4175.0, 4226.0, 4176.0, 4226.0, 4164.0, 4226.0, 4173.0, 4227.0, 4188.0, 4228.0, 4197.0, 4228.0, 4186.0, 4228.0, 4187.0, 4228.0, 4206.0, 4216.0, 4225.0, 4207.0, 4226.0, 4207.0, 4226.0, 4197.0, 4238.0, 4197.0, 4226.0, 4196.0, 4227.0, 4198.0, 4227.0, 4197.0, 4227.0, 4197.0, 4238.0, 4198.0, 4238.0, 4198.0, 4227.0, 4186.0, 4225.0, 4187.0, 4227.0, 4187.0, 4227.0, 4175.0, 4227.0, 4175.0, 4228.0, 4186.0, 4226.0, 4176.0, 4217.0, 4175.0, 4217.0, 4216.0, 4217.0, 4205.0, 4218.0, 4176.0, 4227.0, 4177.0, 4228.0, 4209.0, 4229.0, 4218.0, 4229.0, 4197.0, 4218.0, 4216.0, 4217.0, 4247.0, 4207.0, 4246.0, 4216.0, 4215.0, 4195.0, 4214.0, 4196.0, 4237.0, 4196.0, 4224.0, 4197.0, 4225.0, 4186.0, 4227.0, 4198.0, 4227.0, 4207.0, 4197.0, 4219.0, 4208.0, 4220.0, 4230.0, 4244.0, 4202.0, 4252.0, 4190.0, 4251.0, 4221.0, 4265.0, 4233.0, 4250.0, 4220.0, 4226.0, 4199.0, 4225.0, 4207.0, 4228.0, 4218.0, 4196.0, 4216.0, 4174.0, 4226.0, 4185.0, 4227.0, 4174.0, 4238.0, 4174.0, 4226.0, 4183.0, 4236.0, 4196.0, 4227.0, 4207.0, 4225.0, 4184.0, 4223.0, 4184.0, 4227.0, 4205.0, 4225.0, 4184.0, 4223.0, 4184.0, 4223.0, 4195.0, 4224.0, 4204.0, 4214.0, 4183.0, 4192.0, 4193.0, 4202.0, 4215.0, 4194.0, 4224.0, 4163.0, 4225.0, 4173.0, 4226.0, 4196.0, 4226.0, 4206.0, 4225.0, 4194.0, 4224.0, 4196.0, 4236.0, 4204.0, 4214.0, 4207.0, 4174.0, 4204.0, 4161.0, 4213.0, 4185.0, 4225.0, 4173.0, 4225.0, 4173.0, 4226.0, 4174.0, 4236.0, 4195.0, 4224.0, 4183.0, 4225.0, 4196.0, 4226.0, 4216.0, 4236.0, 4195.0, 4212.0, 4184.0, 4214.0, 4205.0, 4204.0, 4216.0, 4173.0, 4224.0, 4174.0, 4238.0, 4187.0, 4227.0, 4196.0, 4226.0, 4185.0, 4226.0, 4207.0, 4236.0, 4206.0, 4234.0, 4183.0, 4224.0, 4194.0, 4213.0, 4213.0, 4192.0, 4192.0, 4192.0, 4192.0, 4202.0, 4193.0, 4213.0, 4204.0, 4211.0, 4192.0, 4201.0, 4183.0, 4213.0, 4204.0, 4213.0, 4214.0, 4191.0, 4192.0, 4201.0, 4194.0, 4215.0, 4205.0, 4213.0, 4204.0, 4183.0, 4204.0, 4202.0, 4216.0, 4216.0, 4226.0, 4173.0, 4215.0, 4162.0, 4214.0, 4174.0, 4225.0, 4183.0, 4225.0, 4162.0, 4223.0, 4161.0, 4224.0, 4184.0, 4224.0, 4172.0, 4224.0, 4161.0, 4212.0, 4161.0, 4212.0, 4172.0, 4212.0, 4161.0, 4213.0, 4161.0, 4210.0, 4171.0, 4223.0, 4173.0, 4223.0, 4162.0, 4212.0, 4162.0, 4223.0, 4173.0, 4224.0, 4183.0, 4223.0, 4183.0, 4212.0, 4161.0, 4212.0, 4173.0, 4224.0, 4173.0, 4224.0, 4183.0, 4224.0, 4184.0, 4224.0, 4195.0, 4237.0, 4208.0, 4237.0, 4217.0, 4227.0, 4196.0, 4226.0, 4196.0, 4238.0, 4207.0, 4227.0, 4197.0, 4225.0, 4195.0, 4224.0, 4196.0, 4237.0, 4228.0, 4249.0, 4239.0, 4164.0, 4188.0, 4193.0, 4201.0, 4230.0, 4227.0, 4197.0, 4225.0, 4196.0, 4226.0, 4205.0, 4225.0, 4194.0, 4223.0, 4193.0, 4222.0, 4191.0, 4221.0, 4189.0, 4220.0, 4189.0, 4208.0, 4178.0, 4146.0, 4187.0, 4147.0, 4208.0, 4157.0, 4207.0, 4158.0, 4199.0, 4157.0, 4207.0, 4158.0, 4208.0, 4169.0, 4189.0, 4180.0, 4199.0, 4180.0, 4181.0, 4201.0, 4160.0, 4222.0, 4182.0, 4173.0, 4225.0, 4183.0, 4215.0, 4204.0, 4204.0, 4162.0, 4214.0, 4163.0, 4224.0, 4195.0, 4215.0, 4206.0, 4215.0, 4215.0, 4164.0, 4225.0, 4173.0, 4225.0, 4196.0, 4226.0, 4204.0, 4194.0, 4204.0, 4174.0, 4225.0, 4184.0, 4225.0, 4207.0, 4225.0, 4194.0, 4224.0, 4194.0, 4194.0, 4204.0, 4184.0, 4225.0, 4184.0, 4225.0, 4184.0, 4225.0, 4183.0, 4224.0, 4184.0, 4225.0, 4194.0, 4183.0, 4214.0, 4172.0, 4225.0, 4195.0, 4236.0, 4206.0, 4196.0, 4226.0, 4175.0, 4236.0, 4207.0, 4237.0, 4207.0, 4226.0, 4216.0, 4174.0, 4226.0, 4175.0, 4226.0, 4196.0, 4226.0, 4184.0, 4225.0, 4183.0, 4211.0, 4192.0, 4192.0, 4214.0, 4174.0, 4235.0, 4196.0, 4236.0, 4207.0, 4238.0, 4206.0, 4235.0, 4195.0, 4172.0, 4194.0, 4175.0, 4226.0, 4186.0, 4226.0, 4206.0, 4226.0, 4196.0, 4185.0, 4227.0, 4206.0, 4226.0, 4184.0, 4214.0, 4162.0, 4224.0, 4184.0, 4224.0, 4194.0, 4213.0, 4203.0, 4162.0, 4224.0, 4184.0, 4235.0, 4206.0, 4225.0, 4205.0, 4174.0, 4215.0, 4174.0, 4225.0, 4196.0, 4238.0, 4229.0, 4188.0, 4238.0, 4208.0, 4186.0, 4250.0, 4207.0, 4227.0, 4199.0, 4292.0, 4224.0, 4188.0, 4227.0, 4196.0, 4238.0, 4206.0, 4176.0, 4237.0, 4209.0, 4249.0, 4227.0, 4197.0, 4227.0, 4177.0, 4237.0, 4206.0, 4247.0, 4206.0, 4245.0, 4216.0, 4163.0, 4214.0, 4174.0, 4246.0, 4205.0, 4225.0, 4216.0, 4173.0, 4214.0, 4163.0, 4224.0, 4184.0, 4224.0, 4194.0, 4224.0, 4193.0, 4163.0, 4224.0, 4175.0, 4236.0, 4206.0, 4226.0, 4206.0, 4174.0, 4225.0, 4193.0, 4214.0, 4225.0, 4194.0, 4221.0, 4203.0, 4162.0, 4213.0, 4173.0, 4233.0, 4174.0, 4235.0, 4184.0, 4237.0, 4183.0, 4224.0, 4183.0, 4207.0, 4219.0, 4176.0, 4249.0, 4199.0, 4250.0, 4197.0, 4226.0, 4207.0, 4224.0, 4196.0, 4205.0, 4206.0, 4203.0, 4225.0, 4184.0, 4226.0, 4174.0, 4225.0, 4174.0, 4225.0, 4184.0, 4223.0, 4172.0, 4214.0, 4172.0, 4224.0, 4183.0, 4222.0, 4193.0, 4213.0, 4183.0, 4213.0, 4194.0, 4213.0, 4194.0, 4224.0, 4194.0, 4213.0, 4193.0, 4223.0, 4183.0, 4213.0, 4193.0, 4224.0, 4194.0, 4213.0, 4204.0, 4162.0, 4214.0, 4163.0, 4225.0, 4197.0, 4225.0, 4205.0, 4225.0, 4185.0, 4225.0, 4196.0, 4223.0, 4204.0, 4212.0, 4194.0, 4203.0, 4202.0, 4214.0, 4194.0, 4191.0, 4201.0, 4162.0, 4214.0, 4162.0, 4224.0, 4186.0, 4224.0, 4184.0, 4224.0, 4184.0, 4224.0, 4195.0, 4225.0, 4195.0, 4224.0, 4184.0, 4224.0, 4195.0, 4225.0, 4196.0, 4225.0, 4205.0, 4184.0, 4206.0, 4194.0, 4214.0, 4226.0, 4206.0, 4225.0, 4205.0, 4174.0, 4215.0, 4175.0, 4237.0, 4196.0, 4236.0, 4186.0, 4237.0, 4186.0, 4236.0, 4197.0, 4239.0, 4209.0, 4227.0, 4207.0, 4228.0, 4197.0, 4226.0, 4207.0, 4227.0, 4217.0, 4236.0, 4195.0, 4184.0, 4205.0, 4194.0, 4204.0, 4236.0, 4205.0, 4204.0, 4215.0, 4174.0, 4226.0, 4195.0, 4237.0, 4208.0, 4237.0, 4228.0, 4252.0, 4210.0, 4227.0, 4218.0, 4238.0, 4227.0, 4215.0, 4215.0, 4204.0, 4204.0, 4247.0, 4205.0, 4213.0, 4203.0, 4162.0, 4213.0, 4163.0, 4225.0, 4184.0, 4224.0, 4194.0, 4235.0, 4195.0, 4215.0, 4217.0, 4237.0, 4215.0, 4214.0, 4214.0, 4173.0, 4223.0, 4183.0, 4225.0, 4193.0, 4224.0, 4172.0, 4225.0, 4190.0, 4227.0, 4206.0, 4225.0, 4205.0, 4177.0, 4250.0, 4232.0, 4229.0, 4216.0, 4175.0, 4225.0, 4174.0, 4225.0, 4183.0, 4224.0, 4173.0, 4224.0, 4173.0, 4214.0, 4195.0, 4175.0, 4237.0, 4197.0, 4237.0, 4194.0, 4227.0, 4197.0, 4225.0, 4208.0, 4237.0, 4216.0, 4206.0, 4215.0, 4163.0, 4224.0, 4174.0, 4224.0, 4194.0, 4234.0, 4183.0, 4223.0, 4194.0, 4225.0, 4215.0, 4183.0, 4225.0, 4164.0, 4223.0, 4183.0, 4224.0, 4195.0, 4223.0, 4193.0, 4213.0, 4172.0, 4223.0, 4184.0, 4225.0, 4205.0, 4225.0, 4220.0, 4176.0, 4226.0, 4177.0, 4236.0, 4206.0, 4195.0, 4215.0, 4175.0, 4238.0, 4196.0, 4226.0, 4195.0, 4226.0, 4174.0, 4223.0, 4184.0, 4225.0, 4195.0, 4224.0, 4193.0, 4223.0, 4183.0, 4224.0, 4194.0, 4213.0, 4205.0, 4214.0, 4214.0, 4162.0, 4226.0, 4174.0, 4235.0, 4205.0, 4237.0, 4207.0, 4226.0, 4206.0, 4175.0, 4226.0, 4186.0, 4237.0, 4186.0, 4226.0, 4195.0, 4225.0, 4206.0, 4236.0, 4207.0, 4215.0, 4215.0, 4174.0, 4225.0, 4185.0, 4236.0, 4207.0, 4226.0, 4196.0, 4226.0, 4195.0, 4235.0, 4206.0, 4237.0, 4205.0, 4215.0, 4204.0, 4163.0, 4223.0, 4184.0, 4225.0, 4195.0, 4224.0, 4194.0, 4223.0, 4193.0, 4194.0, 4215.0, 4184.0, 4225.0, 4184.0, 4224.0, 4195.0, 4225.0, 4195.0, 4224.0, 4204.0, 4173.0, 4204.0, 4173.0, 4225.0, 4175.0, 4225.0, 4184.0, 4236.0, 4195.0, 4195.0, 4217.0, 4217.0, 4227.0, 4195.0, 4226.0, 4174.0, 4225.0, 4184.0, 4225.0, 4185.0, 4235.0, 4184.0, 4225.0, 4183.0, 4213.0, 4194.0, 4215.0, 4215.0, 4184.0, 4225.0, 4175.0, 4236.0, 4207.0, 4238.0, 4208.0, 4236.0, 4206.0, 4215.0, 4206.0, 4206.0, 4217.0, 4216.0, 4226.0, 4175.0, 4225.0, 4175.0, 4236.0, 4208.0, 4226.0, 4217.0, 4196.0, 4217.0, 4195.0, 4227.0, 4206.0, 4226.0, 4194.0, 4225.0, 4164.0, 4225.0, 4194.0, 4235.0, 4216.0, 4235.0, 4215.0, 4173.0, 4214.0, 4173.0, 4225.0, 4195.0, 4225.0, 4183.0, 4224.0, 4184.0, 4223.0, 4193.0, 4224.0, 4204.0, 4223.0, 4183.0, 4212.0, 4193.0, 4172.0, 4214.0, 4195.0, 4225.0, 4184.0, 4225.0, 4185.0, 4225.0, 4205.0, 4216.0, 4226.0, 4195.0, 4226.0, 4185.0, 4225.0, 4195.0, 4225.0, 4193.0, 4224.0, 4194.0, 4223.0, 4183.0, 4222.0, 4183.0, 4203.0, 4203.0, 4214.0, 4204.0, 4193.0, 4213.0, 4162.0, 4224.0, 4184.0, 4224.0, 4196.0, 4226.0, 4205.0, 4224.0, 4194.0, 4173.0, 4215.0, 4203.0, 4214.0, 4215.0, 4205.0, 4213.0, 4214.0, 4162.0, 4214.0, 4173.0, 4235.0, 4184.0, 4226.0, 4195.0, 4225.0, 4183.0, 4226.0, 4174.0, 4225.0, 4184.0, 4225.0, 4196.0, 4224.0, 4194.0, 4204.0, 4205.0, 4174.0, 4226.0, 4187.0, 4237.0, 4207.0, 4227.0, 4197.0, 4237.0, 4197.0, 4237.0, 4207.0, 4226.0, 4205.0, 4235.0, 4194.0, 4194.0, 4205.0, 4214.0, 4204.0, 4236.0, 4204.0, 4193.0, 4203.0, 4174.0, 4225.0, 4186.0, 4237.0, 4208.0, 4227.0, 4208.0, 4217.0, 4207.0, 4197.0, 4228.0, 4198.0, 4239.0, 4197.0, 4227.0, 4196.0, 4236.0, 4206.0, 4235.0, 4205.0, 4205.0, 4231.0, 4178.0, 4249.0, 4218.0, 4199.0, 4251.0, 4229.0, 4228.0, 4218.0, 4186.0, 4226.0, 4184.0, 4237.0, 4195.0, 4234.0, 4172.0, 4212.0, 4171.0, 4211.0, 4183.0, 4223.0, 4203.0, 4192.0, 4202.0, 4162.0, 4224.0, 4184.0, 4225.0, 4196.0, 4226.0, 4205.0, 4214.0, 4194.0, 4174.0, 4215.0, 4195.0, 4226.0, 4204.0, 4215.0, 4172.0, 4213.0, 4172.0, 4224.0, 4183.0, 4224.0, 4194.0, 4194.0, 4205.0, 4175.0, 4238.0, 4196.0, 4228.0], 'WindowWidth': [9430.0, 9413.0, 9360.0, 9395.0, 9351.0, 9386.0, 9324.0, 9366.0, 9294.0, 9360.0, 9291.0, 9359.0, 9321.0, 9362.0, 9321.0, 9360.0, 9308.0, 9366.0, 9326.0, 9362.0, 9338.0, 9349.0, 9324.0, 9351.0, 9342.0, 9354.0, 9369.0, 9328.0, 9367.0, 9296.0, 9367.0, 9326.0, 9368.0, 9310.0, 9366.0, 9294.0, 9366.0, 9313.0, 9367.0, 9309.0, 9365.0, 9296.0, 9362.0, 9309.0, 9365.0, 9326.0, 9367.0, 9327.0, 9363.0, 9309.0, 9381.0, 9342.0, 9365.0, 9339.0, 9366.0, 9325.0, 9365.0, 9343.0, 9353.0, 9368.0, 9321.0, 9363.0, 9308.0, 9349.0, 9321.0, 9364.0, 9305.0, 9362.0, 9291.0, 9358.0, 9296.0, 9363.0, 9322.0, 9363.0, 9308.0, 9361.0, 9321.0, 9377.0, 9339.0, 9362.0, 9350.0, 9333.0, 9335.0, 9318.0, 9350.0, 9335.0, 9364.0, 9316.0, 9345.0, 9274.0, 9342.0, 9293.0, 9359.0, 9319.0, 9361.0, 9293.0, 9361.0, 9326.0, 9364.0, 9352.0, 9363.0, 9322.0, 9346.0, 9333.0, 9334.0, 9362.0, 9318.0, 9350.0, 9288.0, 9343.0, 9291.0, 9361.0, 9309.0, 9360.0, 9307.0, 9361.0, 9311.0, 9366.0, 9345.0, 9382.0, 9372.0, 9354.0, 9354.0, 9350.0, 9353.0, 9353.0, 9354.0, 9322.0, 9363.0, 9289.0, 9345.0, 9295.0, 9364.0, 9306.0, 9363.0, 9294.0, 9360.0, 9308.0, 9365.0, 9342.0, 9366.0, 9355.0, 9365.0, 9323.0, 9363.0, 9338.0, 9350.0, 9363.0, 9307.0, 9363.0, 9292.0, 9362.0, 9324.0, 9363.0, 9305.0, 9362.0, 9278.0, 9359.0, 9296.0, 9364.0, 9323.0, 9364.0, 9324.0, 9363.0, 9324.0, 9365.0, 9341.0, 9351.0, 9364.0, 9294.0, 9361.0, 9306.0, 9362.0, 9307.0, 9363.0, 9309.0, 9364.0, 9304.0, 9358.0, 9276.0, 9356.0, 9308.0, 9359.0, 9333.0, 9360.0, 9307.0, 9360.0, 9324.0, 9362.0, 9346.0, 9343.0, 9315.0, 9355.0, 9289.0, 9359.0, 9319.0, 9356.0, 9319.0, 9359.0, 9324.0, 9363.0, 9334.0, 9343.0, 9331.0, 9329.0, 9331.0, 9329.0, 9336.0, 9350.0, 9349.0, 9334.0, 9352.0, 9324.0, 9350.0, 9324.0, 9352.0, 9335.0, 9350.0, 9294.0, 9351.0, 9296.0, 9367.0, 9330.0, 9371.0, 9325.0, 9368.0, 9302.0, 9371.0, 9302.0, 9387.0, 9330.0, 9373.0, 9312.0, 9370.0, 9312.0, 9369.0, 9341.0, 9356.0, 9356.0, 9367.0, 9322.0, 9351.0, 9321.0, 9350.0, 9353.0, 9356.0, 9368.0, 9353.0, 9352.0, 9340.0, 9384.0, 9344.0, 9380.0, 9338.0, 9364.0, 9325.0, 9367.0, 9330.0, 9379.0, 9340.0, 9367.0, 9312.0, 9366.0, 9330.0, 9366.0, 9310.0, 9364.0, 9294.0, 9364.0, 9299.0, 9363.0, 9278.0, 9362.0, 9290.0, 9365.0, 9317.0, 9370.0, 9326.0, 9369.0, 9311.0, 9368.0, 9314.0, 9371.0, 9338.0, 9350.0, 9362.0, 9339.0, 9364.0, 9339.0, 9366.0, 9326.0, 9383.0, 9327.0, 9365.0, 9324.0, 9366.0, 9330.0, 9368.0, 9327.0, 9366.0, 9328.0, 9382.0, 9331.0, 9385.0, 9329.0, 9367.0, 9312.0, 9362.0, 9313.0, 9367.0, 9313.0, 9367.0, 9295.0, 9366.0, 9295.0, 9369.0, 9312.0, 9364.0, 9297.0, 9353.0, 9295.0, 9352.0, 9351.0, 9354.0, 9335.0, 9355.0, 9298.0, 9367.0, 9300.0, 9371.0, 9349.0, 9373.0, 9355.0, 9371.0, 9326.0, 9354.0, 9351.0, 9352.0, 9397.0, 9341.0, 9391.0, 9349.0, 9346.0, 9320.0, 9344.0, 9322.0, 9380.0, 9325.0, 9359.0, 9324.0, 9361.0, 9311.0, 9368.0, 9331.0, 9366.0, 9340.0, 9328.0, 9358.0, 9343.0, 9364.0, 9377.0, 9402.0, 9345.0, 9409.0, 9325.0, 9406.0, 9368.0, 9437.0, 9386.0, 9406.0, 9361.0, 9364.0, 9330.0, 9362.0, 9341.0, 9370.0, 9355.0, 9322.0, 9349.0, 9290.0, 9362.0, 9309.0, 9364.0, 9290.0, 9385.0, 9290.0, 9362.0, 9302.0, 9376.0, 9324.0, 9364.0, 9337.0, 9361.0, 9304.0, 9354.0, 9306.0, 9367.0, 9335.0, 9360.0, 9304.0, 9355.0, 9303.0, 9355.0, 9320.0, 9357.0, 9330.0, 9343.0, 9301.0, 9311.0, 9314.0, 9325.0, 9345.0, 9316.0, 9358.0, 9274.0, 9360.0, 9288.0, 9362.0, 9323.0, 9362.0, 9336.0, 9361.0, 9316.0, 9357.0, 9322.0, 9378.0, 9331.0, 9341.0, 9340.0, 9293.0, 9330.0, 9271.0, 9341.0, 9308.0, 9360.0, 9288.0, 9359.0, 9288.0, 9360.0, 9293.0, 9375.0, 9320.0, 9358.0, 9302.0, 9358.0, 9323.0, 9364.0, 9350.0, 9376.0, 9319.0, 9339.0, 9303.0, 9344.0, 9335.0, 9331.0, 9349.0, 9289.0, 9358.0, 9292.0, 9381.0, 9316.0, 9365.0, 9324.0, 9364.0, 9306.0, 9363.0, 9339.0, 9376.0, 9335.0, 9372.0, 9300.0, 9357.0, 9318.0, 9342.0, 9342.0, 9311.0, 9310.0, 9309.0, 9311.0, 9322.0, 9314.0, 9341.0, 9328.0, 9336.0, 9311.0, 9321.0, 9299.0, 9342.0, 9331.0, 9339.0, 9343.0, 9308.0, 9311.0, 9321.0, 9316.0, 9347.0, 9332.0, 9341.0, 9330.0, 9300.0, 9330.0, 9326.0, 9350.0, 9350.0, 9361.0, 9287.0, 9345.0, 9273.0, 9342.0, 9293.0, 9359.0, 9299.0, 9359.0, 9271.0, 9353.0, 9269.0, 9356.0, 9305.0, 9359.0, 9285.0, 9356.0, 9268.0, 9335.0, 9266.0, 9337.0, 9286.0, 9338.0, 9268.0, 9337.0, 9267.0, 9332.0, 9281.0, 9355.0, 9289.0, 9352.0, 9270.0, 9337.0, 9271.0, 9351.0, 9289.0, 9356.0, 9302.0, 9356.0, 9299.0, 9337.0, 9269.0, 9336.0, 9289.0, 9356.0, 9289.0, 9356.0, 9302.0, 9356.0, 9305.0, 9358.0, 9321.0, 9380.0, 9346.0, 9381.0, 9354.0, 9366.0, 9323.0, 9363.0, 9325.0, 9382.0, 9340.0, 9366.0, 9325.0, 9362.0, 9320.0, 9360.0, 9323.0, 9382.0, 9374.0, 9402.0, 9386.0, 9278.0, 9320.0, 9311.0, 9343.0, 9375.0, 9366.0, 9325.0, 9362.0, 9323.0, 9364.0, 9334.0, 9360.0, 9316.0, 9355.0, 9311.0, 9352.0, 9306.0, 9348.0, 9301.0, 9344.0, 9302.0, 9324.0, 9282.0, 9239.0, 9295.0, 9241.0, 9324.0, 9254.0, 9323.0, 9257.0, 9312.0, 9256.0, 9323.0, 9259.0, 9326.0, 9276.0, 9301.0, 9292.0, 9315.0, 9291.0, 9293.0, 9319.0, 9266.0, 9349.0, 9298.0, 9288.0, 9359.0, 9302.0, 9346.0, 9331.0, 9329.0, 9272.0, 9342.0, 9276.0, 9358.0, 9320.0, 9347.0, 9336.0, 9345.0, 9347.0, 9276.0, 9360.0, 9290.0, 9360.0, 9324.0, 9363.0, 9331.0, 9316.0, 9330.0, 9291.0, 9360.0, 9304.0, 9361.0, 9339.0, 9362.0, 9318.0, 9359.0, 9318.0, 9317.0, 9331.0, 9304.0, 9360.0, 9305.0, 9361.0, 9304.0, 9359.0, 9302.0, 9356.0, 9303.0, 9359.0, 9319.0, 9301.0, 9344.0, 9287.0, 9359.0, 9322.0, 9378.0, 9336.0, 9323.0, 9362.0, 9296.0, 9378.0, 9339.0, 9383.0, 9342.0, 9363.0, 9350.0, 9293.0, 9362.0, 9295.0, 9364.0, 9324.0, 9363.0, 9305.0, 9362.0, 9303.0, 9335.0, 9309.0, 9311.0, 9342.0, 9291.0, 9376.0, 9324.0, 9378.0, 9339.0, 9385.0, 9338.0, 9376.0, 9320.0, 9288.0, 9319.0, 9298.0, 9364.0, 9311.0, 9367.0, 9337.0, 9363.0, 9323.0, 9309.0, 9367.0, 9338.0, 9365.0, 9304.0, 9345.0, 9271.0, 9359.0, 9306.0, 9358.0, 9319.0, 9342.0, 9329.0, 9273.0, 9359.0, 9306.0, 9375.0, 9338.0, 9362.0, 9334.0, 9292.0, 9347.0, 9293.0, 9362.0, 9325.0, 9387.0, 9375.0, 9321.0, 9385.0, 9345.0, 9314.0, 9403.0, 9344.0, 9370.0, 9335.0, 9488.0, 9379.0, 9321.0, 9368.0, 9325.0, 9385.0, 9340.0, 9299.0, 9381.0, 9348.0, 9401.0, 9369.0, 9327.0, 9366.0, 9300.0, 9381.0, 9337.0, 9396.0, 9338.0, 9391.0, 9348.0, 9275.0, 9343.0, 9291.0, 9393.0, 9337.0, 9361.0, 9349.0, 9289.0, 9343.0, 9274.0, 9356.0, 9306.0, 9358.0, 9316.0, 9358.0, 9314.0, 9274.0, 9357.0, 9297.0, 9379.0, 9338.0, 9364.0, 9336.0, 9292.0, 9361.0, 9316.0, 9344.0, 9362.0, 9317.0, 9350.0, 9326.0, 9271.0, 9340.0, 9288.0, 9368.0, 9291.0, 9374.0, 9307.0, 9380.0, 9301.0, 9356.0, 9302.0, 9340.0, 9361.0, 9300.0, 9401.0, 9336.0, 9406.0, 9327.0, 9362.0, 9342.0, 9360.0, 9324.0, 9333.0, 9336.0, 9330.0, 9362.0, 9304.0, 9362.0, 9292.0, 9360.0, 9290.0, 9359.0, 9304.0, 9356.0, 9285.0, 9342.0, 9285.0, 9354.0, 9300.0, 9352.0, 9314.0, 9340.0, 9300.0, 9339.0, 9315.0, 9340.0, 9315.0, 9358.0, 9317.0, 9340.0, 9313.0, 9352.0, 9300.0, 9339.0, 9314.0, 9355.0, 9318.0, 9340.0, 9329.0, 9272.0, 9342.0, 9275.0, 9359.0, 9325.0, 9360.0, 9334.0, 9361.0, 9306.0, 9362.0, 9323.0, 9357.0, 9330.0, 9339.0, 9316.0, 9325.0, 9325.0, 9344.0, 9315.0, 9307.0, 9322.0, 9271.0, 9342.0, 9272.0, 9358.0, 9308.0, 9357.0, 9303.0, 9357.0, 9303.0, 9356.0, 9320.0, 9359.0, 9319.0, 9357.0, 9305.0, 9358.0, 9319.0, 9361.0, 9323.0, 9359.0, 9333.0, 9303.0, 9335.0, 9318.0, 9345.0, 9363.0, 9336.0, 9359.0, 9335.0, 9293.0, 9348.0, 9293.0, 9380.0, 9325.0, 9377.0, 9310.0, 9378.0, 9309.0, 9376.0, 9327.0, 9384.0, 9345.0, 9366.0, 9341.0, 9368.0, 9325.0, 9365.0, 9341.0, 9367.0, 9351.0, 9377.0, 9320.0, 9305.0, 9333.0, 9316.0, 9331.0, 9378.0, 9333.0, 9329.0, 9346.0, 9291.0, 9364.0, 9323.0, 9384.0, 9345.0, 9381.0, 9369.0, 9412.0, 9349.0, 9365.0, 9358.0, 9386.0, 9365.0, 9347.0, 9347.0, 9329.0, 9331.0, 9395.0, 9332.0, 9339.0, 9325.0, 9270.0, 9339.0, 9274.0, 9361.0, 9306.0, 9357.0, 9318.0, 9374.0, 9324.0, 9350.0, 9357.0, 9383.0, 9349.0, 9345.0, 9346.0, 9288.0, 9357.0, 9302.0, 9361.0, 9318.0, 9358.0, 9287.0, 9361.0, 9324.0, 9366.0, 9338.0, 9358.0, 9333.0, 9299.0, 9405.0, 9382.0, 9371.0, 9350.0, 9293.0, 9359.0, 9289.0, 9359.0, 9302.0, 9356.0, 9287.0, 9357.0, 9286.0, 9341.0, 9318.0, 9294.0, 9379.0, 9325.0, 9378.0, 9318.0, 9365.0, 9324.0, 9359.0, 9341.0, 9381.0, 9348.0, 9333.0, 9346.0, 9273.0, 9355.0, 9290.0, 9358.0, 9315.0, 9372.0, 9301.0, 9354.0, 9318.0, 9361.0, 9346.0, 9299.0, 9357.0, 9275.0, 9354.0, 9300.0, 9357.0, 9320.0, 9355.0, 9312.0, 9340.0, 9285.0, 9353.0, 9303.0, 9360.0, 9335.0, 9361.0, 9365.0, 9298.0, 9362.0, 9301.0, 9378.0, 9336.0, 9321.0, 9348.0, 9294.0, 9380.0, 9325.0, 9365.0, 9318.0, 9362.0, 9289.0, 9355.0, 9302.0, 9359.0, 9321.0, 9357.0, 9312.0, 9355.0, 9301.0, 9356.0, 9316.0, 9341.0, 9333.0, 9346.0, 9345.0, 9273.0, 9360.0, 9292.0, 9373.0, 9336.0, 9379.0, 9339.0, 9363.0, 9337.0, 9293.0, 9364.0, 9312.0, 9380.0, 9310.0, 9365.0, 9322.0, 9362.0, 9336.0, 9379.0, 9341.0, 9348.0, 9347.0, 9291.0, 9361.0, 9307.0, 9377.0, 9341.0, 9363.0, 9323.0, 9363.0, 9321.0, 9374.0, 9337.0, 9379.0, 9334.0, 9345.0, 9329.0, 9274.0, 9355.0, 9304.0, 9361.0, 9321.0, 9359.0, 9318.0, 9355.0, 9313.0, 9316.0, 9346.0, 9302.0, 9361.0, 9305.0, 9359.0, 9320.0, 9361.0, 9321.0, 9358.0, 9330.0, 9288.0, 9330.0, 9288.0, 9361.0, 9295.0, 9359.0, 9304.0, 9374.0, 9321.0, 9321.0, 9353.0, 9355.0, 9367.0, 9320.0, 9363.0, 9291.0, 9360.0, 9305.0, 9361.0, 9306.0, 9373.0, 9303.0, 9358.0, 9301.0, 9340.0, 9318.0, 9348.0, 9347.0, 9304.0, 9362.0, 9296.0, 9377.0, 9340.0, 9384.0, 9342.0, 9378.0, 9337.0, 9347.0, 9335.0, 9337.0, 9352.0, 9348.0, 9363.0, 9293.0, 9361.0, 9293.0, 9378.0, 9342.0, 9364.0, 9352.0, 9323.0, 9352.0, 9322.0, 9367.0, 9338.0, 9364.0, 9317.0, 9360.0, 9277.0, 9360.0, 9318.0, 9377.0, 9349.0, 9375.0, 9346.0, 9289.0, 9344.0, 9289.0, 9361.0, 9321.0, 9360.0, 9302.0, 9358.0, 9303.0, 9355.0, 9315.0, 9358.0, 9332.0, 9354.0, 9299.0, 9337.0, 9313.0, 9285.0, 9343.0, 9321.0, 9360.0, 9304.0, 9361.0, 9307.0, 9359.0, 9333.0, 9351.0, 9364.0, 9320.0, 9365.0, 9307.0, 9362.0, 9319.0, 9360.0, 9315.0, 9359.0, 9317.0, 9355.0, 9300.0, 9352.0, 9301.0, 9327.0, 9328.0, 9345.0, 9331.0, 9312.0, 9340.0, 9272.0, 9356.0, 9304.0, 9359.0, 9323.0, 9363.0, 9335.0, 9358.0, 9317.0, 9290.0, 9347.0, 9329.0, 9343.0, 9347.0, 9332.0, 9342.0, 9341.0, 9272.0, 9342.0, 9289.0, 9372.0, 9304.0, 9363.0, 9321.0, 9361.0, 9302.0, 9361.0, 9290.0, 9360.0, 9304.0, 9360.0, 9324.0, 9359.0, 9318.0, 9331.0, 9332.0, 9292.0, 9363.0, 9316.0, 9381.0, 9339.0, 9368.0, 9327.0, 9380.0, 9327.0, 9380.0, 9338.0, 9364.0, 9333.0, 9373.0, 9317.0, 9315.0, 9332.0, 9343.0, 9331.0, 9377.0, 9331.0, 9314.0, 9328.0, 9290.0, 9360.0, 9312.0, 9382.0, 9344.0, 9367.0, 9343.0, 9353.0, 9341.0, 9329.0, 9371.0, 9330.0, 9385.0, 9327.0, 9368.0, 9324.0, 9380.0, 9338.0, 9376.0, 9334.0, 9333.0, 9381.0, 9303.0, 9403.0, 9356.0, 9336.0, 9407.0, 9375.0, 9371.0, 9355.0, 9310.0, 9364.0, 9304.0, 9381.0, 9321.0, 9371.0, 9283.0, 9337.0, 9282.0, 9335.0, 9300.0, 9354.0, 9326.0, 9310.0, 9324.0, 9273.0, 9355.0, 9306.0, 9361.0, 9325.0, 9364.0, 9334.0, 9344.0, 9317.0, 9289.0, 9346.0, 9319.0, 9363.0, 9331.0, 9344.0, 9285.0, 9340.0, 9285.0, 9358.0, 9303.0, 9356.0, 9318.0, 9317.0, 9333.0, 9294.0, 9382.0, 9324.0, 9368.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.0003762490895848507</td></tr>
<tr><td colspan=3>aqi</td><td>0.020588162199563</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.34602617306125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2093308488921262</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858844286661816</td></tr>
<tr><td colspan=3>efc</td><td>0.4605</td></tr>
<tr><td colspan=3>fber</td><td>8548.0117</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07899216941431972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3306627822286963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6560374187983173</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6296803009398997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.848128295731694</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4903036597233585</td></tr>
<tr><td colspan=3>gcor</td><td>0.00616422</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009872743859887123</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031345415860414505</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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.8448178899157175</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>25.4468</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3949</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.7126</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299093.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>613.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.7677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3501</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.7773</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3390.4372</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.7183</td></tr>
<tr><td colspan=3>tsnr</td><td>41.059830655111</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>