<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-01/func/sub-0037_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>ee0e2e2720c3b1d30a870433055e5813</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>12:04:20.705000</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.999379, 0.00537113, 0.0348293, -0.00645386, 0.999497, 0.0310493]</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.100551</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>[4155, -7752, -7249, 596, -56, -219, 53, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4907d9b8-05f5-4d45-87f7-104df5937572||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.681260347366333, -0.017315231263637543, 0.0935414656996727, 111.1883316040039], [-0.014410344883799553, 2.681577444076538, 0.08438784629106522, -87.11260986328125], [0.09344439953565598, -0.08330290019512177, 2.697059392929077, -79.98076629638672], [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': ['120420.705000', '120421.165000', '120421.625000', '120422.085000', '120422.545000', '120423.005000', '120423.465000', '120423.925000', '120424.385000', '120424.845000', '120425.305000', '120425.765000', '120426.225000', '120426.685000', '120427.145000', '120427.605000', '120428.065000', '120428.525000', '120428.985000', '120429.445000', '120429.905000', '120430.365000', '120430.825000', '120431.285000', '120431.745000', '120432.205000', '120432.665000', '120433.125000', '120433.585000', '120434.045000', '120434.505000', '120434.965000', '120435.425000', '120435.885000', '120436.345000', '120436.805000', '120437.265000', '120437.725000', '120438.185000', '120438.645000', '120439.105000', '120439.565000', '120440.025000', '120440.485000', '120440.945000', '120441.405000', '120441.865000', '120442.325000', '120442.785000', '120443.245000', '120443.705000', '120444.165000', '120444.625000', '120445.085000', '120445.545000', '120446.005000', '120446.465000', '120446.925000', '120447.385000', '120447.845000', '120448.305000', '120448.765000', '120449.225000', '120449.685000', '120450.145000', '120450.605000', '120451.065000', '120451.525000', '120451.985000', '120452.445000', '120452.905000', '120453.365000', '120453.825000', '120454.285000', '120454.745000', '120455.205000', '120455.665000', '120456.125000', '120456.585000', '120457.045000', '120457.505000', '120457.965000', '120458.425000', '120458.885000', '120459.345000', '120459.805000', '120500.265000', '120500.725000', '120501.185000', '120501.645000', '120502.105000', '120502.565000', '120503.025000', '120503.485000', '120503.945000', '120504.405000', '120504.865000', '120505.325000', '120505.785000', '120506.245000', '120506.705000', '120507.165000', '120507.625000', '120508.085000', '120508.545000', '120509.005000', '120509.465000', '120509.925000', '120510.385000', '120510.845000', '120511.305000', '120511.765000', '120512.225000', '120512.685000', '120513.145000', '120513.605000', '120514.065000', '120514.525000', '120514.985000', '120515.445000', '120515.905000', '120516.365000', '120516.825000', '120517.285000', '120517.745000', '120518.205000', '120518.665000', '120519.125000', '120519.585000', '120520.045000', '120520.505000', '120520.965000', '120521.425000', '120521.885000', '120522.345000', '120522.805000', '120523.265000', '120523.725000', '120524.185000', '120524.645000', '120525.105000', '120525.565000', '120526.025000', '120526.485000', '120526.945000', '120527.405000', '120527.865000', '120528.325000', '120528.785000', '120529.245000', '120529.705000', '120530.165000', '120530.625000', '120531.085000', '120531.545000', '120532.005000', '120532.465000', '120532.925000', '120533.385000', '120533.845000', '120534.305000', '120534.765000', '120535.225000', '120535.685000', '120536.145000', '120536.605000', '120537.065000', '120537.525000', '120537.985000', '120538.445000', '120538.905000', '120539.365000', '120539.825000', '120540.285000', '120540.745000', '120541.205000', '120541.665000', '120542.125000', '120542.585000', '120543.045000', '120543.505000', '120543.965000', '120544.425000', '120544.885000', '120545.345000', '120545.805000', '120546.265000', '120546.725000', '120547.185000', '120547.645000', '120548.105000', '120548.565000', '120549.025000', '120549.485000', '120549.945000', '120550.405000', '120550.865000', '120551.325000', '120551.785000', '120552.245000', '120552.705000', '120553.165000', '120553.625000', '120554.085000', '120554.545000', '120555.005000', '120555.465000', '120555.925000', '120556.385000', '120556.845000', '120557.305000', '120557.765000', '120558.225000', '120558.685000', '120559.145000', '120559.605000', '120600.065000', '120600.525000', '120600.985000', '120601.445000', '120601.905000', '120602.365000', '120602.825000', '120603.285000', '120603.745000', '120604.205000', '120604.665000', '120605.125000', '120605.585000', '120606.045000', '120606.505000', '120606.965000', '120607.425000', '120607.885000', '120608.345000', '120608.805000', '120609.265000', '120609.725000', '120610.185000', '120610.645000', '120611.105000', '120611.565000', '120612.025000', '120612.485000', '120612.945000', '120613.405000', '120613.865000', '120614.325000', '120614.785000', '120615.245000', '120615.705000', '120616.165000', '120616.625000', '120617.085000', '120617.545000', '120618.005000', '120618.465000', '120618.925000', '120619.385000', '120619.845000', '120620.305000', '120620.765000', '120621.225000', '120621.685000', '120622.145000', '120622.605000', '120623.065000', '120623.525000', '120623.985000', '120624.445000', '120624.905000', '120625.365000', '120625.825000', '120626.285000', '120626.745000', '120627.205000', '120627.665000', '120628.125000', '120628.585000', '120629.045000', '120629.505000', '120629.965000', '120630.425000', '120630.885000', '120631.345000', '120631.805000', '120632.265000', '120632.725000', '120633.185000', '120633.645000', '120634.105000', '120634.565000', '120635.025000', '120635.485000', '120635.945000', '120636.405000', '120636.865000', '120637.325000', '120637.785000', '120638.245000', '120638.705000', '120639.165000', '120639.625000', '120640.085000', '120640.545000', '120641.005000', '120641.465000', '120641.925000', '120642.385000', '120642.845000', '120643.305000', '120643.765000', '120644.225000', '120644.685000', '120645.145000', '120645.605000', '120646.065000', '120646.525000', '120646.985000', '120647.445000', '120647.905000', '120648.365000', '120648.825000', '120649.285000', '120649.745000', '120650.205000', '120650.665000', '120651.125000', '120651.585000', '120652.045000', '120652.505000', '120652.965000', '120653.425000', '120653.885000', '120654.345000', '120654.805000', '120655.265000', '120655.725000', '120656.185000', '120656.645000', '120657.105000', '120657.565000', '120658.025000', '120658.485000', '120658.945000', '120659.405000', '120659.865000', '120700.325000', '120700.785000', '120701.245000', '120701.705000', '120702.165000', '120702.625000', '120703.085000', '120703.545000', '120704.005000', '120704.465000', '120704.925000', '120705.385000', '120705.845000', '120706.305000', '120706.765000', '120707.225000', '120707.685000', '120708.145000', '120708.605000', '120709.065000', '120709.525000', '120709.985000', '120710.445000', '120710.905000', '120711.365000', '120711.825000', '120712.285000', '120712.745000', '120713.205000', '120713.665000', '120714.125000', '120714.585000', '120715.045000', '120715.505000', '120715.965000', '120716.425000', '120716.885000', '120717.345000', '120717.805000', '120718.265000', '120718.725000', '120719.185000', '120719.645000', '120720.105000', '120720.565000', '120721.025000', '120721.485000', '120721.945000', '120722.405000', '120722.865000', '120723.325000', '120723.785000', '120724.245000', '120724.705000', '120725.165000', '120725.625000', '120726.085000', '120726.545000', '120727.005000', '120727.465000', '120727.925000', '120728.385000', '120728.845000', '120729.305000', '120729.765000', '120730.225000', '120730.685000', '120731.145000', '120731.605000', '120732.065000', '120732.525000', '120732.985000', '120733.445000', '120733.905000', '120734.365000', '120734.825000', '120735.285000', '120735.745000', '120736.205000', '120736.665000', '120737.125000', '120737.585000', '120738.045000', '120738.505000', '120738.965000', '120739.425000', '120739.885000', '120740.345000', '120740.805000', '120741.265000', '120741.725000', '120742.185000', '120742.645000', '120743.105000', '120743.565000', '120744.025000', '120744.485000', '120744.945000', '120745.405000', '120745.865000', '120746.325000', '120746.785000', '120747.245000', '120747.705000', '120748.165000', '120748.625000', '120749.085000', '120749.545000', '120750.005000', '120750.465000', '120750.925000', '120751.385000', '120751.845000', '120752.305000', '120752.765000', '120753.225000', '120753.685000', '120754.145000', '120754.605000', '120755.065000', '120755.525000', '120755.985000', '120756.445000', '120756.905000', '120757.365000', '120757.825000', '120758.285000', '120758.745000', '120759.205000', '120759.665000', '120800.125000', '120800.585000', '120801.045000', '120801.505000', '120801.965000', '120802.425000', '120802.885000', '120803.345000', '120803.805000', '120804.265000', '120804.725000', '120805.185000', '120805.645000', '120806.105000', '120806.565000', '120807.025000', '120807.485000', '120807.945000', '120808.405000', '120808.865000', '120809.325000', '120809.785000', '120810.245000', '120810.705000', '120811.165000', '120811.625000', '120812.085000', '120812.545000', '120813.005000', '120813.465000', '120813.925000', '120814.385000', '120814.845000', '120815.305000', '120815.765000', '120816.225000', '120816.685000', '120817.145000', '120817.605000', '120818.065000', '120818.525000', '120818.985000', '120819.445000', '120819.905000', '120820.365000', '120820.825000', '120821.285000', '120821.745000', '120822.205000', '120822.665000', '120823.125000', '120823.585000', '120824.045000', '120824.505000', '120824.965000', '120825.425000', '120825.885000', '120826.345000', '120826.805000', '120827.265000', '120827.725000', '120828.185000', '120828.645000', '120829.105000', '120829.565000', '120830.025000', '120830.485000', '120830.945000', '120831.405000', '120831.865000', '120832.325000', '120832.785000', '120833.245000', '120833.705000', '120834.165000', '120834.625000', '120835.085000', '120835.545000', '120836.005000', '120836.465000', '120836.925000', '120837.385000', '120837.845000', '120838.305000', '120838.765000', '120839.225000', '120839.685000', '120840.145000', '120840.605000', '120841.065000', '120841.525000', '120841.985000', '120842.445000', '120842.905000', '120843.365000', '120843.825000', '120844.285000', '120844.745000', '120845.205000', '120845.665000', '120846.125000', '120846.585000', '120847.045000', '120847.505000', '120847.965000', '120848.425000', '120848.885000', '120849.345000', '120849.805000', '120850.265000', '120850.725000', '120851.185000', '120851.645000', '120852.105000', '120852.565000', '120853.025000', '120853.485000', '120853.945000', '120854.405000', '120854.865000', '120855.325000', '120855.785000', '120856.245000', '120856.705000', '120857.165000', '120857.625000', '120858.085000', '120858.545000', '120859.005000', '120859.465000', '120859.925000', '120900.385000', '120900.845000', '120901.305000', '120901.765000', '120902.225000', '120902.685000', '120903.145000', '120903.605000', '120904.065000', '120904.525000', '120904.985000', '120905.445000', '120905.905000', '120906.365000', '120906.825000', '120907.285000', '120907.745000', '120908.205000', '120908.665000', '120909.125000', '120909.585000', '120910.045000', '120910.505000', '120910.965000', '120911.425000', '120911.885000', '120912.345000', '120912.805000', '120913.265000', '120913.725000', '120914.185000', '120914.645000', '120915.105000', '120915.565000', '120916.025000', '120916.485000', '120916.945000', '120917.405000', '120917.865000', '120918.325000', '120918.785000', '120919.245000', '120919.705000', '120920.165000', '120920.625000', '120921.085000', '120921.545000', '120922.005000', '120922.465000', '120922.925000', '120923.385000', '120923.845000', '120924.305000', '120924.765000', '120925.225000', '120925.685000', '120926.145000', '120926.605000', '120927.065000', '120927.525000', '120927.985000', '120928.445000', '120928.905000', '120929.365000', '120929.825000', '120930.285000', '120930.745000', '120931.205000', '120931.665000', '120932.125000', '120932.585000', '120933.045000', '120933.505000', '120933.965000', '120934.425000', '120934.885000', '120935.345000', '120935.805000', '120936.265000', '120936.725000', '120937.185000', '120937.645000', '120938.105000', '120938.565000', '120939.025000', '120939.485000', '120939.945000', '120940.405000', '120940.865000', '120941.325000', '120941.785000', '120942.245000', '120942.705000', '120943.165000', '120943.625000', '120944.085000', '120944.545000', '120945.005000', '120945.465000', '120945.925000', '120946.385000', '120946.845000', '120947.305000', '120947.765000', '120948.225000', '120948.685000', '120949.145000', '120949.605000', '120950.065000', '120950.525000', '120950.985000', '120951.445000', '120951.905000', '120952.365000', '120952.825000', '120953.285000', '120953.745000', '120954.205000', '120954.665000', '120955.125000', '120955.585000', '120956.045000', '120956.505000', '120956.965000', '120957.425000', '120957.885000', '120958.345000', '120958.805000', '120959.265000', '120959.725000', '121000.185000', '121000.645000', '121001.105000', '121001.565000', '121002.025000', '121002.485000', '121002.945000', '121003.405000', '121003.865000', '121004.325000', '121004.785000', '121005.245000', '121005.705000', '121006.165000', '121006.625000', '121007.085000', '121007.545000', '121008.005000', '121008.465000', '121008.925000', '121009.385000', '121009.845000', '121010.305000', '121010.765000', '121011.225000', '121011.685000', '121012.145000', '121012.605000', '121013.065000', '121013.525000', '121013.985000', '121014.445000', '121014.905000', '121015.365000', '121015.825000', '121016.285000', '121016.745000', '121017.205000', '121017.665000', '121018.125000', '121018.585000', '121019.045000', '121019.505000', '121019.965000', '121020.425000', '121020.885000', '121021.345000', '121021.805000', '121022.265000', '121022.725000', '121023.185000', '121023.645000', '121024.105000', '121024.565000', '121025.025000', '121025.485000', '121025.945000', '121026.405000', '121026.865000', '121027.325000', '121027.785000', '121028.245000', '121028.705000', '121029.165000', '121029.625000', '121030.085000', '121030.545000', '121031.005000', '121031.465000', '121031.925000', '121032.385000', '121032.845000', '121033.305000', '121033.765000', '121034.225000', '121034.685000', '121035.145000', '121035.605000', '121036.065000', '121036.525000', '121036.985000', '121037.445000', '121037.905000', '121038.365000', '121038.825000', '121039.285000', '121039.745000', '121040.205000', '121040.665000', '121041.125000', '121041.585000', '121042.045000', '121042.505000', '121042.965000', '121043.425000', '121043.885000', '121044.345000', '121044.805000', '121045.265000', '121045.725000', '121046.185000', '121046.645000', '121047.105000', '121047.565000', '121048.025000', '121048.485000', '121048.945000', '121049.405000', '121049.865000', '121050.325000', '121050.785000', '121051.245000', '121051.705000', '121052.165000', '121052.625000', '121053.085000', '121053.545000', '121054.005000', '121054.465000', '121054.925000', '121055.385000', '121055.845000', '121056.305000', '121056.765000', '121057.225000', '121057.685000', '121058.145000', '121058.605000', '121059.065000', '121059.525000', '121059.985000', '121100.445000', '121100.905000', '121101.365000', '121101.825000', '121102.285000', '121102.745000', '121103.205000', '121103.665000', '121104.125000', '121104.585000', '121105.045000', '121105.505000', '121105.965000', '121106.425000', '121106.885000', '121107.345000', '121107.805000', '121108.265000', '121108.725000', '121109.185000', '121109.645000', '121110.105000', '121110.565000', '121111.025000', '121111.485000', '121111.945000', '121112.405000', '121112.865000', '121113.325000', '121113.785000', '121114.245000', '121114.705000', '121115.165000', '121115.625000', '121116.085000', '121116.545000', '121117.005000', '121117.465000', '121117.925000', '121118.385000', '121118.845000', '121119.305000', '121119.765000', '121120.225000', '121120.685000', '121121.145000', '121121.605000', '121122.065000', '121122.525000', '121122.985000', '121123.445000', '121123.905000', '121124.365000', '121124.825000', '121125.285000', '121125.745000', '121126.205000', '121126.665000', '121127.125000', '121127.585000', '121128.045000', '121128.505000', '121128.965000', '121129.425000', '121129.885000', '121130.345000', '121130.805000', '121131.265000', '121131.725000', '121132.185000', '121132.645000', '121133.105000', '121133.565000', '121134.025000', '121134.485000', '121134.945000', '121135.405000', '121135.865000', '121136.325000', '121136.785000', '121137.245000', '121137.705000', '121138.165000', '121138.625000', '121139.085000', '121139.545000', '121140.005000', '121140.465000', '121140.925000', '121141.385000', '121141.845000', '121142.305000', '121142.765000', '121143.225000', '121143.685000', '121144.145000', '121144.605000', '121145.065000', '121145.525000', '121145.985000', '121146.445000', '121146.905000', '121147.365000', '121147.825000', '121148.285000', '121148.745000', '121149.205000', '121149.665000', '121150.125000', '121150.585000', '121151.045000', '121151.505000', '121151.965000', '121152.425000', '121152.885000', '121153.345000', '121153.805000', '121154.265000', '121154.725000', '121155.185000', '121155.645000', '121156.105000', '121156.565000', '121157.025000', '121157.485000', '121157.945000', '121158.405000', '121158.865000', '121159.325000', '121159.785000', '121200.245000', '121200.705000', '121201.165000', '121201.625000', '121202.085000', '121202.545000', '121203.005000', '121203.465000', '121203.925000', '121204.385000', '121204.845000', '121205.305000', '121205.765000', '121206.225000', '121206.685000', '121207.145000', '121207.605000', '121208.065000', '121208.525000', '121208.985000', '121209.445000', '121209.905000', '121210.365000', '121210.825000', '121211.285000', '121211.745000', '121212.205000', '121212.665000', '121213.125000', '121213.585000', '121214.045000', '121214.505000', '121214.965000', '121215.425000', '121215.885000', '121216.345000', '121216.805000', '121217.265000', '121217.725000', '121218.185000', '121218.645000', '121219.105000', '121219.565000', '121220.025000', '121220.485000', '121220.945000', '121221.405000', '121221.865000', '121222.325000', '121222.785000', '121223.245000', '121223.705000', '121224.165000', '121224.625000', '121225.085000', '121225.545000', '121226.005000', '121226.465000', '121226.925000', '121227.385000', '121227.845000', '121228.305000', '121228.765000', '121229.225000', '121229.685000', '121230.145000', '121230.605000', '121231.065000', '121231.525000', '121231.985000', '121232.445000', '121232.905000', '121233.365000', '121233.825000', '121234.285000', '121234.745000', '121235.205000', '121235.665000', '121236.125000', '121236.585000', '121237.045000', '121237.505000', '121237.965000', '121238.425000', '121238.885000', '121239.345000', '121239.805000', '121240.265000', '121240.725000', '121241.185000', '121241.645000', '121242.105000', '121242.565000', '121243.025000', '121243.485000', '121243.945000', '121244.405000', '121244.865000', '121245.325000', '121245.785000', '121246.245000', '121246.705000', '121247.165000', '121247.625000', '121248.085000', '121248.545000', '121249.005000', '121249.465000', '121249.925000', '121250.385000', '121250.845000', '121251.305000', '121251.765000', '121252.225000', '121252.685000', '121253.145000', '121253.605000', '121254.065000', '121254.525000', '121254.985000', '121255.445000', '121255.905000', '121256.365000', '121256.825000', '121257.285000', '121257.745000', '121258.205000', '121258.665000', '121259.125000', '121259.585000', '121300.045000', '121300.505000', '121300.965000', '121301.425000', '121301.885000', '121302.345000', '121302.805000', '121303.265000', '121303.725000', '121304.185000', '121304.645000', '121305.105000', '121305.565000', '121306.025000', '121306.485000', '121306.945000', '121307.405000', '121307.865000', '121308.325000', '121308.785000', '121309.245000', '121309.705000', '121310.165000', '121310.625000', '121311.085000', '121311.545000', '121312.005000', '121312.465000', '121312.925000', '121313.385000', '121313.845000', '121314.305000', '121314.765000', '121315.225000', '121315.685000', '121316.145000', '121316.605000', '121317.065000', '121317.525000', '121317.985000', '121318.445000', '121318.905000', '121319.365000', '121319.825000', '121320.285000', '121320.745000', '121321.205000', '121321.665000', '121322.125000', '121322.585000', '121323.045000', '121323.505000', '121323.965000', '121324.425000', '121324.885000', '121325.345000', '121325.805000', '121326.265000', '121326.725000', '121327.185000', '121327.645000', '121328.105000', '121328.565000', '121329.025000', '121329.485000', '121329.945000', '121330.405000', '121330.865000', '121331.325000', '121331.785000', '121332.245000', '121332.705000', '121333.165000', '121333.625000', '121334.085000', '121334.545000', '121335.005000', '121335.465000', '121335.925000', '121336.385000', '121336.845000', '121337.305000', '121337.765000', '121338.225000', '121338.685000', '121339.145000', '121339.605000', '121340.065000', '121340.525000', '121340.985000', '121341.445000', '121341.905000', '121342.365000', '121342.825000', '121343.285000', '121343.745000', '121344.205000', '121344.665000', '121345.125000', '121345.585000', '121346.045000', '121346.505000', '121346.965000', '121347.425000', '121347.885000', '121348.345000', '121348.805000', '121349.265000', '121349.725000', '121350.185000', '121350.645000', '121351.105000', '121351.565000', '121352.025000', '121352.485000', '121352.945000', '121353.405000', '121353.865000', '121354.325000', '121354.785000', '121355.245000', '121355.705000', '121356.165000', '121356.625000', '121357.085000', '121357.545000', '121358.005000', '121358.465000', '121358.925000', '121359.385000', '121359.845000', '121400.305000', '121400.765000', '121401.225000', '121401.685000', '121402.145000', '121402.605000', '121403.065000', '121403.525000', '121403.985000', '121404.445000', '121404.905000', '121405.365000', '121405.825000', '121406.285000', '121406.745000', '121407.205000', '121407.665000', '121408.125000', '121408.585000', '121409.045000', '121409.505000', '121409.965000', '121410.425000', '121410.885000', '121411.345000', '121411.805000', '121412.265000', '121412.725000', '121413.185000', '121413.645000', '121414.105000', '121414.565000', '121415.025000', '121415.485000', '121415.945000', '121416.405000', '121416.865000', '121417.325000', '121417.785000', '121418.245000', '121418.705000', '121419.165000', '121419.625000', '121420.085000', '121420.545000', '121421.005000', '121421.465000', '121421.925000', '121422.385000', '121422.845000', '121423.305000', '121423.765000', '121424.225000', '121424.685000', '121425.145000', '121425.605000', '121426.065000', '121426.525000', '121426.985000', '121427.445000', '121427.905000', '121428.365000', '121428.825000', '121429.285000', '121429.745000', '121430.205000', '121430.665000', '121431.125000', '121431.585000', '121432.045000', '121432.505000', '121432.965000', '121433.425000', '121433.885000', '121434.345000', '121434.805000', '121435.265000', '121435.725000', '121436.185000', '121436.645000', '121437.105000', '121437.565000', '121438.025000', '121438.485000', '121438.945000', '121439.405000', '121439.865000', '121440.325000', '121440.785000', '121441.245000', '121441.705000', '121442.165000', '121442.625000', '121443.085000', '121443.545000', '121444.005000', '121444.465000', '121444.925000', '121445.385000', '121445.845000', '121446.305000', '121446.765000', '121447.225000', '121447.685000', '121448.145000', '121448.605000', '121449.065000', '121449.525000', '121449.985000', '121450.445000', '121450.905000', '121451.365000', '121451.825000', '121452.285000', '121452.745000', '121453.205000'], 'ContentTime': ['120435.100000', '120435.103000', '120435.106000', '120435.110000', '120435.113000', '120435.116000', '120435.119000', '120435.122000', '120435.125000', '120435.128000', '120435.130000', '120435.133000', '120435.136000', '120435.139000', '120435.142000', '120435.146000', '120435.148000', '120435.151000', '120435.154000', '120435.157000', '120435.160000', '120435.163000', '120435.166000', '120435.169000', '120435.172000', '120435.179000', '120435.183000', '120435.186000', '120435.189000', '120435.192000', '120455.052000', '120455.055000', '120455.058000', '120455.061000', '120455.064000', '120455.066000', '120455.069000', '120455.072000', '120455.075000', '120455.083000', '120455.086000', '120455.088000', '120455.091000', '120455.094000', '120455.097000', '120455.100000', '120455.103000', '120455.106000', '120455.109000', '120455.112000', '120455.115000', '120455.117000', '120455.120000', '120455.123000', '120455.126000', '120455.129000', '120455.132000', '120455.134000', '120455.137000', '120455.140000', '120455.143000', '120455.146000', '120455.148000', '120455.151000', '120455.154000', '120455.157000', '120455.160000', '120455.162000', '120455.165000', '120455.168000', '120455.171000', '120455.181000', '120455.184000', '120515.052000', '120515.055000', '120515.058000', '120515.061000', '120515.063000', '120515.066000', '120515.069000', '120515.072000', '120515.075000', '120515.078000', '120515.080000', '120515.083000', '120515.086000', '120515.093000', '120515.096000', '120515.099000', '120515.102000', '120515.105000', '120515.107000', '120515.110000', '120515.113000', '120515.116000', '120515.119000', '120515.121000', '120515.124000', '120515.127000', '120515.130000', '120515.133000', '120515.136000', '120515.139000', '120515.141000', '120515.144000', '120515.147000', '120515.150000', '120515.160000', '120515.162000', '120515.165000', '120515.168000', '120515.171000', '120515.174000', '120515.177000', '120515.180000', '120515.182000', '120515.185000', '120535.052000', '120535.055000', '120535.058000', '120535.062000', '120535.064000', '120535.067000', '120535.070000', '120535.073000', '120535.076000', '120535.079000', '120535.082000', '120535.085000', '120535.087000', '120535.090000', '120535.093000', '120535.096000', '120535.099000', '120535.101000', '120535.104000', '120535.107000', '120535.110000', '120535.113000', '120535.116000', '120535.119000', '120535.122000', '120535.125000', '120535.128000', '120535.131000', '120535.133000', '120535.136000', '120535.139000', '120535.142000', '120535.145000', '120535.147000', '120535.150000', '120535.153000', '120535.156000', '120535.159000', '120535.173000', '120535.176000', '120535.179000', '120535.182000', '120535.185000', '120555.052000', '120555.055000', '120555.057000', '120555.060000', '120555.063000', '120555.066000', '120555.069000', '120555.072000', '120555.075000', '120555.078000', '120555.080000', '120555.083000', '120555.086000', '120555.089000', '120555.092000', '120555.095000', '120555.098000', '120555.100000', '120555.103000', '120555.106000', '120555.109000', '120555.112000', '120555.115000', '120555.117000', '120555.120000', '120555.123000', '120555.126000', '120555.129000', '120555.132000', '120555.135000', '120555.137000', '120555.140000', '120555.143000', '120555.146000', '120555.149000', '120555.152000', '120555.154000', '120555.157000', '120555.160000', '120555.163000', '120555.166000', '120555.169000', '120555.172000', '120555.174000', '120615.052000', '120615.055000', '120615.058000', '120615.060000', '120615.063000', '120615.066000', '120615.069000', '120615.072000', '120615.075000', '120615.077000', '120615.081000', '120615.083000', '120615.086000', '120615.089000', '120615.092000', '120615.095000', '120615.098000', '120615.100000', '120615.103000', '120615.106000', '120615.109000', '120615.112000', '120615.115000', '120615.118000', '120615.121000', '120615.123000', '120615.126000', '120615.129000', '120615.132000', '120615.135000', '120615.138000', '120615.141000', '120615.143000', '120615.147000', '120615.149000', '120615.152000', '120615.155000', '120615.158000', '120615.161000', '120615.164000', '120615.167000', '120615.170000', '120615.172000', '120635.052000', '120635.055000', '120635.058000', '120635.061000', '120635.063000', '120635.066000', '120635.069000', '120635.072000', '120635.075000', '120635.078000', '120635.080000', '120635.083000', '120635.086000', '120635.089000', '120635.092000', '120635.095000', '120635.098000', '120635.100000', '120635.103000', '120635.106000', '120635.109000', '120635.112000', '120635.115000', '120635.118000', '120635.120000', '120635.123000', '120635.126000', '120635.129000', '120635.132000', '120635.135000', '120635.137000', '120635.140000', '120635.143000', '120635.146000', '120635.149000', '120635.152000', '120635.155000', '120635.157000', '120635.160000', '120635.163000', '120635.166000', '120635.169000', '120635.172000', '120635.175000', '120655.052000', '120655.055000', '120655.058000', '120655.061000', '120655.063000', '120655.066000', '120655.069000', '120655.072000', '120655.075000', '120655.078000', '120655.081000', '120655.083000', '120655.086000', '120655.089000', '120655.092000', '120655.096000', '120655.099000', '120655.102000', '120655.105000', '120655.108000', '120655.111000', '120655.114000', '120655.117000', '120655.120000', '120655.122000', '120655.125000', '120655.128000', '120655.131000', '120655.134000', '120655.137000', '120655.140000', '120655.142000', '120655.145000', '120655.148000', '120655.151000', '120655.154000', '120655.157000', '120655.160000', '120655.163000', '120655.167000', '120655.172000', '120655.175000', '120655.177000', '120715.052000', '120715.055000', '120715.058000', '120715.061000', '120715.063000', '120715.066000', '120715.069000', '120715.072000', '120715.075000', '120715.078000', '120715.081000', '120715.084000', '120715.087000', '120715.090000', '120715.093000', '120715.095000', '120715.098000', '120715.101000', '120715.104000', '120715.107000', '120715.110000', '120715.113000', '120715.116000', '120715.118000', '120715.121000', '120715.124000', '120715.127000', '120715.130000', '120715.133000', '120715.135000', '120715.138000', '120715.141000', '120715.144000', '120715.147000', '120715.163000', '120715.166000', '120715.169000', '120715.172000', '120715.175000', '120715.178000', '120715.180000', '120715.183000', '120715.186000', '120715.189000', '120735.052000', '120735.055000', '120735.058000', '120735.060000', '120735.064000', '120735.066000', '120735.069000', '120735.072000', '120735.075000', '120735.078000', '120735.081000', '120735.083000', '120735.087000', '120735.089000', '120735.092000', '120735.095000', '120735.098000', '120735.101000', '120735.104000', '120735.106000', '120735.109000', '120735.112000', '120735.115000', '120735.118000', '120735.121000', '120735.124000', '120735.126000', '120735.129000', '120735.132000', '120735.135000', '120735.138000', '120735.140000', '120735.143000', '120735.146000', '120735.149000', '120735.152000', '120735.155000', '120735.158000', '120735.161000', '120735.163000', '120735.166000', '120735.169000', '120735.172000', '120755.052000', '120755.055000', '120755.058000', '120755.061000', '120755.063000', '120755.067000', '120755.070000', '120755.073000', '120755.075000', '120755.078000', '120755.081000', '120755.084000', '120755.087000', '120755.090000', '120755.093000', '120755.095000', '120755.098000', '120755.101000', '120755.104000', '120755.107000', '120755.110000', '120755.113000', '120755.115000', '120755.118000', '120755.121000', '120755.124000', '120755.127000', '120755.130000', '120755.133000', '120755.136000', '120755.138000', '120755.141000', '120755.144000', '120755.147000', '120755.150000', '120755.153000', '120755.155000', '120755.158000', '120755.161000', '120755.164000', '120755.167000', '120755.170000', '120755.173000', '120755.175000', '120815.052000', '120815.055000', '120815.058000', '120815.061000', '120815.064000', '120815.066000', '120815.069000', '120815.072000', '120815.075000', '120815.078000', '120815.081000', '120815.084000', '120815.086000', '120815.089000', '120815.092000', '120815.095000', '120815.098000', '120815.101000', '120815.104000', '120815.107000', '120815.109000', '120815.112000', '120815.115000', '120815.118000', '120815.121000', '120815.124000', '120815.126000', '120815.129000', '120815.133000', '120815.137000', '120815.140000', '120815.143000', '120815.145000', '120815.148000', '120815.151000', '120815.154000', '120815.157000', '120815.159000', '120815.162000', '120815.165000', '120815.168000', '120815.171000', '120815.174000', '120835.052000', '120835.055000', '120835.058000', '120835.060000', '120835.063000', '120835.066000', '120835.069000', '120835.072000', '120835.075000', '120835.077000', '120835.080000', '120835.083000', '120835.086000', '120835.089000', '120835.092000', '120835.094000', '120835.098000', '120835.100000', '120835.103000', '120835.106000', '120835.109000', '120835.112000', '120835.115000', '120835.117000', '120835.120000', '120835.123000', '120835.126000', '120835.129000', '120835.132000', '120835.135000', '120835.137000', '120835.140000', '120835.143000', '120835.146000', '120835.149000', '120835.152000', '120835.155000', '120835.157000', '120835.160000', '120835.163000', '120835.166000', '120835.169000', '120835.172000', '120835.174000', '120855.052000', '120855.055000', '120855.058000', '120855.061000', '120855.064000', '120855.067000', '120855.070000', '120855.072000', '120855.075000', '120855.078000', '120855.081000', '120855.084000', '120855.087000', '120855.089000', '120855.092000', '120855.109000', '120855.112000', '120855.115000', '120855.118000', '120855.120000', '120855.123000', '120855.126000', '120855.129000', '120855.132000', '120855.135000', '120855.137000', '120855.140000', '120855.143000', '120855.146000', '120855.149000', '120855.152000', '120855.155000', '120855.158000', '120855.161000', '120855.164000', '120855.166000', '120855.169000', '120855.172000', '120855.175000', '120855.178000', '120855.181000', '120855.183000', '120855.186000', '120915.052000', '120915.055000', '120915.058000', '120915.061000', '120915.064000', '120915.066000', '120915.069000', '120915.072000', '120915.075000', '120915.078000', '120915.081000', '120915.084000', '120915.086000', '120915.089000', '120915.092000', '120915.095000', '120915.098000', '120915.101000', '120915.104000', '120915.107000', '120915.110000', '120915.112000', '120915.115000', '120915.118000', '120915.121000', '120915.124000', '120915.127000', '120915.130000', '120915.132000', '120915.135000', '120915.138000', '120915.141000', '120915.144000', '120915.147000', '120915.149000', '120915.152000', '120915.155000', '120915.158000', '120915.161000', '120915.164000', '120915.167000', '120915.170000', '120915.172000', '120915.175000', '120935.052000', '120935.062000', '120935.065000', '120935.068000', '120935.071000', '120935.074000', '120935.076000', '120935.079000', '120935.082000', '120935.085000', '120935.088000', '120935.091000', '120935.093000', '120935.096000', '120935.099000', '120935.102000', '120935.105000', '120935.108000', '120935.111000', '120935.114000', '120935.116000', '120935.119000', '120935.122000', '120935.125000', '120935.128000', '120935.131000', '120935.134000', '120935.137000', '120935.139000', '120935.142000', '120935.145000', '120935.148000', '120935.151000', '120935.154000', '120935.156000', '120935.159000', '120935.162000', '120935.165000', '120935.168000', '120935.172000', '120935.175000', '120935.178000', '120935.181000', '120955.052000', '120955.055000', '120955.058000', '120955.061000', '120955.064000', '120955.066000', '120955.069000', '120955.072000', '120955.075000', '120955.078000', '120955.081000', '120955.083000', '120955.086000', '120955.089000', '120955.092000', '120955.095000', '120955.098000', '120955.100000', '120955.103000', '120955.106000', '120955.109000', '120955.112000', '120955.115000', '120955.118000', '120955.121000', '120955.123000', '120955.126000', '120955.129000', '120955.132000', '120955.135000', '120955.138000', '120955.142000', '120955.145000', '120955.148000', '120955.151000', '120955.154000', '120955.157000', '120955.160000', '120955.163000', '120955.165000', '120955.168000', '120955.171000', '120955.174000', '120955.177000', '121015.052000', '121015.055000', '121015.058000', '121015.061000', '121015.064000', '121015.066000', '121015.069000', '121015.072000', '121015.075000', '121015.078000', '121015.081000', '121015.083000', '121015.086000', '121015.089000', '121015.092000', '121015.095000', '121015.098000', '121015.101000', '121015.103000', '121015.106000', '121015.109000', '121015.112000', '121015.115000', '121015.118000', '121015.121000', '121015.138000', '121015.141000', '121015.143000', '121015.146000', '121015.149000', '121015.152000', '121015.155000', '121015.158000', '121015.160000', '121015.163000', '121015.166000', '121015.169000', '121015.172000', '121015.175000', '121015.177000', '121015.181000', '121015.183000', '121015.186000', '121035.052000', '121035.055000', '121035.058000', '121035.060000', '121035.063000', '121035.066000', '121035.069000', '121035.072000', '121035.075000', '121035.078000', '121035.080000', '121035.083000', '121035.086000', '121035.089000', '121035.092000', '121035.095000', '121035.097000', '121035.100000', '121035.103000', '121035.106000', '121035.109000', '121035.112000', '121035.115000', '121035.117000', '121035.120000', '121035.123000', '121035.126000', '121035.129000', '121035.132000', '121035.135000', '121035.137000', '121035.140000', '121035.143000', '121035.146000', '121035.149000', '121035.151000', '121035.154000', '121035.157000', '121035.160000', '121035.163000', '121035.166000', '121035.169000', '121035.172000', '121035.175000', '121055.052000', '121055.055000', '121055.058000', '121055.061000', '121055.064000', '121055.066000', '121055.069000', '121055.072000', '121055.075000', '121055.078000', '121055.081000', '121055.084000', '121055.086000', '121055.089000', '121055.092000', '121055.095000', '121055.098000', '121055.100000', '121055.103000', '121055.106000', '121055.109000', '121055.112000', '121055.115000', '121055.118000', '121055.121000', '121055.124000', '121055.126000', '121055.129000', '121055.132000', '121055.135000', '121055.138000', '121055.141000', '121055.144000', '121055.146000', '121055.149000', '121055.152000', '121055.155000', '121055.158000', '121055.161000', '121055.164000', '121055.167000', '121055.169000', '121055.172000', '121115.052000', '121115.055000', '121115.058000', '121115.061000', '121115.064000', '121115.067000', '121115.070000', '121115.073000', '121115.075000', '121115.078000', '121115.081000', '121115.084000', '121115.087000', '121115.090000', '121115.092000', '121115.095000', '121115.098000', '121115.101000', '121115.104000', '121115.107000', '121115.109000', '121115.112000', '121115.115000', '121115.118000', '121115.121000', '121115.124000', '121115.127000', '121115.129000', '121115.132000', '121115.135000', '121115.138000', '121115.141000', '121115.144000', '121115.146000', '121115.149000', '121115.152000', '121115.159000', '121115.162000', '121115.165000', '121115.167000', '121115.170000', '121115.173000', '121115.176000', '121135.052000', '121135.055000', '121135.058000', '121135.061000', '121135.063000', '121135.066000', '121135.069000', '121135.072000', '121135.075000', '121135.078000', '121135.080000', '121135.083000', '121135.086000', '121135.089000', '121135.092000', '121135.095000', '121135.097000', '121135.100000', '121135.103000', '121135.106000', '121135.109000', '121135.111000', '121135.114000', '121135.117000', '121135.120000', '121135.123000', '121135.126000', '121135.128000', '121135.131000', '121135.134000', '121135.137000', '121135.140000', '121135.142000', '121135.145000', '121135.148000', '121135.151000', '121135.154000', '121135.170000', '121135.173000', '121135.176000', '121135.179000', '121135.182000', '121135.184000', '121135.187000', '121155.052000', '121155.055000', '121155.058000', '121155.061000', '121155.064000', '121155.067000', '121155.070000', '121155.072000', '121155.075000', '121155.078000', '121155.081000', '121155.084000', '121155.087000', '121155.090000', '121155.093000', '121155.096000', '121155.098000', '121155.101000', '121155.104000', '121155.107000', '121155.109000', '121155.112000', '121155.115000', '121155.118000', '121155.121000', '121155.124000', '121155.127000', '121155.129000', '121155.132000', '121155.135000', '121155.138000', '121155.141000', '121155.143000', '121155.146000', '121155.149000', '121155.152000', '121155.155000', '121155.158000', '121155.160000', '121155.163000', '121155.166000', '121155.169000', '121155.172000', '121215.052000', '121215.055000', '121215.058000', '121215.060000', '121215.063000', '121215.066000', '121215.069000', '121215.072000', '121215.075000', '121215.077000', '121215.080000', '121215.083000', '121215.086000', '121215.089000', '121215.100000', '121215.103000', '121215.106000', '121215.109000', '121215.112000', '121215.115000', '121215.117000', '121215.120000', '121215.123000', '121215.126000', '121215.129000', '121215.132000', '121215.135000', '121215.137000', '121215.140000', '121215.143000', '121215.146000', '121215.149000', '121215.151000', '121215.154000', '121215.157000', '121215.160000', '121215.163000', '121215.166000', '121215.168000', '121215.171000', '121215.174000', '121215.177000', '121215.180000', '121215.182000', '121235.052000', '121235.055000', '121235.058000', '121235.060000', '121235.064000', '121235.066000', '121235.069000', '121235.072000', '121235.075000', '121235.078000', '121235.083000', '121235.087000', '121235.090000', '121235.093000', '121235.096000', '121235.099000', '121235.101000', '121235.104000', '121235.107000', '121235.110000', '121235.113000', '121235.115000', '121235.118000', '121235.121000', '121235.124000', '121235.127000', '121235.130000', '121235.132000', '121235.135000', '121235.138000', '121235.141000', '121235.144000', '121235.146000', '121235.149000', '121235.152000', '121235.155000', '121235.158000', '121235.161000', '121235.163000', '121235.166000', '121235.169000', '121235.172000', '121235.175000', '121255.052000', '121255.055000', '121255.058000', '121255.061000', '121255.063000', '121255.066000', '121255.069000', '121255.072000', '121255.075000', '121255.078000', '121255.080000', '121255.083000', '121255.086000', '121255.089000', '121255.092000', '121255.094000', '121255.097000', '121255.100000', '121255.103000', '121255.106000', '121255.109000', '121255.111000', '121255.114000', '121255.117000', '121255.120000', '121255.123000', '121255.125000', '121255.128000', '121255.131000', '121255.134000', '121255.137000', '121255.139000', '121255.142000', '121255.145000', '121255.156000', '121255.159000', '121255.162000', '121255.165000', '121255.168000', '121255.171000', '121255.173000', '121255.183000', '121255.186000', '121255.188000', '121315.052000', '121315.055000', '121315.058000', '121315.061000', '121315.064000', '121315.067000', '121315.069000', '121315.072000', '121315.075000', '121315.078000', '121315.081000', '121315.084000', '121315.086000', '121315.089000', '121315.092000', '121315.095000', '121315.098000', '121315.101000', '121315.103000', '121315.106000', '121315.109000', '121315.112000', '121315.115000', '121315.118000', '121315.121000', '121315.124000', '121315.126000', '121315.129000', '121315.132000', '121315.135000', '121315.138000', '121315.141000', '121315.144000', '121315.147000', '121315.150000', '121315.152000', '121315.155000', '121315.158000', '121315.161000', '121315.164000', '121315.167000', '121315.169000', '121315.172000', '121335.052000', '121335.055000', '121335.058000', '121335.061000', '121335.064000', '121335.067000', '121335.069000', '121335.072000', '121335.075000', '121335.078000', '121335.081000', '121335.084000', '121335.086000', '121335.089000', '121335.092000', '121335.095000', '121335.098000', '121335.100000', '121335.103000', '121335.106000', '121335.109000', '121335.112000', '121335.115000', '121335.117000', '121335.120000', '121335.123000', '121335.126000', '121335.129000', '121335.131000', '121335.134000', '121335.137000', '121335.140000', '121335.143000', '121335.146000', '121335.148000', '121335.151000', '121335.154000', '121335.157000', '121335.160000', '121335.163000', '121335.165000', '121335.168000', '121335.171000', '121335.174000', '121355.052000', '121355.055000', '121355.058000', '121355.061000', '121355.064000', '121355.066000', '121355.069000', '121355.072000', '121355.075000', '121355.078000', '121355.081000', '121355.084000', '121355.087000', '121355.089000', '121355.092000', '121355.095000', '121355.098000', '121355.101000', '121355.104000', '121355.107000', '121355.110000', '121355.112000', '121355.115000', '121355.118000', '121355.121000', '121355.124000', '121355.126000', '121355.129000', '121355.132000', '121355.135000', '121355.138000', '121355.142000', '121355.145000', '121355.148000', '121355.151000', '121355.154000', '121355.156000', '121355.159000', '121355.162000', '121355.165000', '121355.168000', '121355.171000', '121355.173000', '121415.052000', '121415.055000', '121415.058000', '121415.061000', '121415.064000', '121415.066000', '121415.069000', '121415.072000', '121415.075000', '121415.078000', '121415.081000', '121415.083000', '121415.086000', '121415.089000', '121415.099000', '121415.102000', '121415.117000', '121415.120000', '121415.123000', '121415.126000', '121415.129000', '121415.132000', '121415.135000', '121415.137000', '121415.140000', '121415.143000', '121415.146000', '121415.149000', '121415.152000', '121415.155000', '121415.157000', '121415.160000', '121415.163000', '121415.166000', '121415.169000', '121415.172000', '121415.175000', '121415.177000', '121415.180000', '121415.183000', '121415.186000', '121415.189000', '121415.191000', '121415.194000', '121435.052000', '121435.055000', '121435.058000', '121435.061000', '121435.064000', '121435.067000', '121435.069000', '121435.072000', '121435.075000', '121435.078000', '121435.081000', '121435.085000', '121435.088000', '121435.091000', '121435.094000', '121435.097000', '121435.100000', '121435.103000', '121435.105000', '121435.108000', '121435.111000', '121435.114000', '121435.117000', '121435.120000', '121435.123000', '121435.126000', '121435.128000', '121435.131000', '121435.134000', '121435.137000', '121435.140000', '121435.143000', '121435.146000', '121435.149000', '121435.152000', '121435.155000', '121435.158000', '121435.160000', '121435.163000', '121435.166000', '121435.169000', '121435.172000', '121435.175000', '121454.108000', '121454.111000', '121454.115000', '121454.118000', '121454.120000', '121454.123000', '121454.126000', '121454.129000', '121454.132000', '121454.135000', '121454.138000', '121454.141000', '121454.144000', '121454.147000', '121454.150000', '121454.153000', '121454.155000', '121454.158000', '121454.221000', '121454.223000', '121454.226000', '121454.229000', '121454.232000', '121454.235000', '121454.238000', '121454.240000', '121454.243000', '121454.246000', '121454.249000', '121454.252000', '121454.255000', '121454.258000', '121454.261000', '121454.263000', '121454.266000', '121454.269000', '121454.272000', '121454.275000', '121454.278000', '121454.282000', '121454.284000', '121454.288000'], 'InstanceCreationTime': ['120435.100000', '120435.103000', '120435.106000', '120435.110000', '120435.113000', '120435.116000', '120435.119000', '120435.122000', '120435.125000', '120435.128000', '120435.130000', '120435.133000', '120435.136000', '120435.139000', '120435.142000', '120435.146000', '120435.148000', '120435.151000', '120435.154000', '120435.157000', '120435.160000', '120435.163000', '120435.166000', '120435.169000', '120435.172000', '120435.179000', '120435.183000', '120435.186000', '120435.189000', '120435.192000', '120455.052000', '120455.055000', '120455.058000', '120455.061000', '120455.064000', '120455.066000', '120455.069000', '120455.072000', '120455.075000', '120455.083000', '120455.086000', '120455.088000', '120455.091000', '120455.094000', '120455.097000', '120455.100000', '120455.103000', '120455.106000', '120455.109000', '120455.112000', '120455.115000', '120455.117000', '120455.120000', '120455.123000', '120455.126000', '120455.129000', '120455.132000', '120455.134000', '120455.137000', '120455.140000', '120455.143000', '120455.146000', '120455.148000', '120455.151000', '120455.154000', '120455.157000', '120455.160000', '120455.162000', '120455.165000', '120455.168000', '120455.171000', '120455.181000', '120455.184000', '120515.052000', '120515.055000', '120515.058000', '120515.061000', '120515.063000', '120515.066000', '120515.069000', '120515.072000', '120515.075000', '120515.078000', '120515.080000', '120515.083000', '120515.086000', '120515.093000', '120515.096000', '120515.099000', '120515.102000', '120515.105000', '120515.107000', '120515.110000', '120515.113000', '120515.116000', '120515.119000', '120515.121000', '120515.124000', '120515.127000', '120515.130000', '120515.133000', '120515.136000', '120515.139000', '120515.141000', '120515.144000', '120515.147000', '120515.150000', '120515.160000', '120515.162000', '120515.165000', '120515.168000', '120515.171000', '120515.174000', '120515.177000', '120515.180000', '120515.182000', '120515.185000', '120535.052000', '120535.055000', '120535.058000', '120535.062000', '120535.064000', '120535.067000', '120535.070000', '120535.073000', '120535.076000', '120535.079000', '120535.082000', '120535.085000', '120535.087000', '120535.090000', '120535.093000', '120535.096000', '120535.099000', '120535.101000', '120535.104000', '120535.107000', '120535.110000', '120535.113000', '120535.116000', '120535.119000', '120535.122000', '120535.125000', '120535.128000', '120535.131000', '120535.133000', '120535.136000', '120535.139000', '120535.142000', '120535.145000', '120535.147000', '120535.150000', '120535.153000', '120535.156000', '120535.159000', '120535.173000', '120535.176000', '120535.179000', '120535.182000', '120535.185000', '120555.052000', '120555.055000', '120555.057000', '120555.060000', '120555.063000', '120555.066000', '120555.069000', '120555.072000', '120555.075000', '120555.078000', '120555.080000', '120555.083000', '120555.086000', '120555.089000', '120555.092000', '120555.095000', '120555.098000', '120555.100000', '120555.103000', '120555.106000', '120555.109000', '120555.112000', '120555.115000', '120555.117000', '120555.120000', '120555.123000', '120555.126000', '120555.129000', '120555.132000', '120555.135000', '120555.137000', '120555.140000', '120555.143000', '120555.146000', '120555.149000', '120555.152000', '120555.154000', '120555.157000', '120555.160000', '120555.163000', '120555.166000', '120555.169000', '120555.172000', '120555.174000', '120615.052000', '120615.055000', '120615.058000', '120615.060000', '120615.063000', '120615.066000', '120615.069000', '120615.072000', '120615.075000', '120615.077000', '120615.081000', '120615.083000', '120615.086000', '120615.089000', '120615.092000', '120615.095000', '120615.098000', '120615.100000', '120615.103000', '120615.106000', '120615.109000', '120615.112000', '120615.115000', '120615.118000', '120615.121000', '120615.123000', '120615.126000', '120615.129000', '120615.132000', '120615.135000', '120615.138000', '120615.141000', '120615.143000', '120615.147000', '120615.149000', '120615.152000', '120615.155000', '120615.158000', '120615.161000', '120615.164000', '120615.167000', '120615.170000', '120615.172000', '120635.052000', '120635.055000', '120635.058000', '120635.061000', '120635.063000', '120635.066000', '120635.069000', '120635.072000', '120635.075000', '120635.078000', '120635.080000', '120635.083000', '120635.086000', '120635.089000', '120635.092000', '120635.095000', '120635.098000', '120635.100000', '120635.103000', '120635.106000', '120635.109000', '120635.112000', '120635.115000', '120635.118000', '120635.120000', '120635.123000', '120635.126000', '120635.129000', '120635.132000', '120635.135000', '120635.137000', '120635.140000', '120635.143000', '120635.146000', '120635.149000', '120635.152000', '120635.155000', '120635.157000', '120635.160000', '120635.163000', '120635.166000', '120635.169000', '120635.172000', '120635.175000', '120655.052000', '120655.055000', '120655.058000', '120655.061000', '120655.063000', '120655.066000', '120655.069000', '120655.072000', '120655.075000', '120655.078000', '120655.081000', '120655.083000', '120655.086000', '120655.089000', '120655.092000', '120655.096000', '120655.099000', '120655.102000', '120655.105000', '120655.108000', '120655.111000', '120655.114000', '120655.117000', '120655.120000', '120655.122000', '120655.125000', '120655.128000', '120655.131000', '120655.134000', '120655.137000', '120655.140000', '120655.142000', '120655.145000', '120655.148000', '120655.151000', '120655.154000', '120655.157000', '120655.160000', '120655.163000', '120655.167000', '120655.172000', '120655.175000', '120655.177000', '120715.052000', '120715.055000', '120715.058000', '120715.061000', '120715.063000', '120715.066000', '120715.069000', '120715.072000', '120715.075000', '120715.078000', '120715.081000', '120715.084000', '120715.087000', '120715.090000', '120715.093000', '120715.095000', '120715.098000', '120715.101000', '120715.104000', '120715.107000', '120715.110000', '120715.113000', '120715.116000', '120715.118000', '120715.121000', '120715.124000', '120715.127000', '120715.130000', '120715.133000', '120715.135000', '120715.138000', '120715.141000', '120715.144000', '120715.147000', '120715.163000', '120715.166000', '120715.169000', '120715.172000', '120715.175000', '120715.178000', '120715.180000', '120715.183000', '120715.186000', '120715.189000', '120735.052000', '120735.055000', '120735.058000', '120735.060000', '120735.064000', '120735.066000', '120735.069000', '120735.072000', '120735.075000', '120735.078000', '120735.081000', '120735.083000', '120735.087000', '120735.089000', '120735.092000', '120735.095000', '120735.098000', '120735.101000', '120735.104000', '120735.106000', '120735.109000', '120735.112000', '120735.115000', '120735.118000', '120735.121000', '120735.124000', '120735.126000', '120735.129000', '120735.132000', '120735.135000', '120735.138000', '120735.140000', '120735.143000', '120735.146000', '120735.149000', '120735.152000', '120735.155000', '120735.158000', '120735.161000', '120735.163000', '120735.166000', '120735.169000', '120735.172000', '120755.052000', '120755.055000', '120755.058000', '120755.061000', '120755.063000', '120755.067000', '120755.070000', '120755.073000', '120755.075000', '120755.078000', '120755.081000', '120755.084000', '120755.087000', '120755.090000', '120755.093000', '120755.095000', '120755.098000', '120755.101000', '120755.104000', '120755.107000', '120755.110000', '120755.113000', '120755.115000', '120755.118000', '120755.121000', '120755.124000', '120755.127000', '120755.130000', '120755.133000', '120755.136000', '120755.138000', '120755.141000', '120755.144000', '120755.147000', '120755.150000', '120755.153000', '120755.155000', '120755.158000', '120755.161000', '120755.164000', '120755.167000', '120755.170000', '120755.173000', '120755.175000', '120815.052000', '120815.055000', '120815.058000', '120815.061000', '120815.064000', '120815.066000', '120815.069000', '120815.072000', '120815.075000', '120815.078000', '120815.081000', '120815.084000', '120815.086000', '120815.089000', '120815.092000', '120815.095000', '120815.098000', '120815.101000', '120815.104000', '120815.107000', '120815.109000', '120815.112000', '120815.115000', '120815.118000', '120815.121000', '120815.124000', '120815.126000', '120815.129000', '120815.133000', '120815.137000', '120815.140000', '120815.143000', '120815.145000', '120815.148000', '120815.151000', '120815.154000', '120815.157000', '120815.159000', '120815.162000', '120815.165000', '120815.168000', '120815.171000', '120815.174000', '120835.052000', '120835.055000', '120835.058000', '120835.060000', '120835.063000', '120835.066000', '120835.069000', '120835.072000', '120835.075000', '120835.077000', '120835.080000', '120835.083000', '120835.086000', '120835.089000', '120835.092000', '120835.094000', '120835.098000', '120835.100000', '120835.103000', '120835.106000', '120835.109000', '120835.112000', '120835.115000', '120835.117000', '120835.120000', '120835.123000', '120835.126000', '120835.129000', '120835.132000', '120835.135000', '120835.137000', '120835.140000', '120835.143000', '120835.146000', '120835.149000', '120835.152000', '120835.155000', '120835.157000', '120835.160000', '120835.163000', '120835.166000', '120835.169000', '120835.172000', '120835.174000', '120855.052000', '120855.055000', '120855.058000', '120855.061000', '120855.064000', '120855.067000', '120855.070000', '120855.072000', '120855.075000', '120855.078000', '120855.081000', '120855.084000', '120855.087000', '120855.089000', '120855.092000', '120855.109000', '120855.112000', '120855.115000', '120855.118000', '120855.120000', '120855.123000', '120855.126000', '120855.129000', '120855.132000', '120855.135000', '120855.137000', '120855.140000', '120855.143000', '120855.146000', '120855.149000', '120855.152000', '120855.155000', '120855.158000', '120855.161000', '120855.164000', '120855.166000', '120855.169000', '120855.172000', '120855.175000', '120855.178000', '120855.181000', '120855.183000', '120855.186000', '120915.052000', '120915.055000', '120915.058000', '120915.061000', '120915.064000', '120915.066000', '120915.069000', '120915.072000', '120915.075000', '120915.078000', '120915.081000', '120915.084000', '120915.086000', '120915.089000', '120915.092000', '120915.095000', '120915.098000', '120915.101000', '120915.104000', '120915.107000', '120915.110000', '120915.112000', '120915.115000', '120915.118000', '120915.121000', '120915.124000', '120915.127000', '120915.130000', '120915.132000', '120915.135000', '120915.138000', '120915.141000', '120915.144000', '120915.147000', '120915.149000', '120915.152000', '120915.155000', '120915.158000', '120915.161000', '120915.164000', '120915.167000', '120915.170000', '120915.172000', '120915.175000', '120935.052000', '120935.062000', '120935.065000', '120935.068000', '120935.071000', '120935.074000', '120935.076000', '120935.079000', '120935.082000', '120935.085000', '120935.088000', '120935.091000', '120935.093000', '120935.096000', '120935.099000', '120935.102000', '120935.105000', '120935.108000', '120935.111000', '120935.114000', '120935.116000', '120935.119000', '120935.122000', '120935.125000', '120935.128000', '120935.131000', '120935.134000', '120935.137000', '120935.139000', '120935.142000', '120935.145000', '120935.148000', '120935.151000', '120935.154000', '120935.156000', '120935.159000', '120935.162000', '120935.165000', '120935.168000', '120935.172000', '120935.175000', '120935.178000', '120935.181000', '120955.052000', '120955.055000', '120955.058000', '120955.061000', '120955.064000', '120955.066000', '120955.069000', '120955.072000', '120955.075000', '120955.078000', '120955.081000', '120955.083000', '120955.086000', '120955.089000', '120955.092000', '120955.095000', '120955.098000', '120955.100000', '120955.103000', '120955.106000', '120955.109000', '120955.112000', '120955.115000', '120955.118000', '120955.121000', '120955.123000', '120955.126000', '120955.129000', '120955.132000', '120955.135000', '120955.138000', '120955.142000', '120955.145000', '120955.148000', '120955.151000', '120955.154000', '120955.157000', '120955.160000', '120955.163000', '120955.165000', '120955.168000', '120955.171000', '120955.174000', '120955.177000', '121015.052000', '121015.055000', '121015.058000', '121015.061000', '121015.064000', '121015.066000', '121015.069000', '121015.072000', '121015.075000', '121015.078000', '121015.081000', '121015.083000', '121015.086000', '121015.089000', '121015.092000', '121015.095000', '121015.098000', '121015.101000', '121015.103000', '121015.106000', '121015.109000', '121015.112000', '121015.115000', '121015.118000', '121015.121000', '121015.138000', '121015.141000', '121015.143000', '121015.146000', '121015.149000', '121015.152000', '121015.155000', '121015.158000', '121015.160000', '121015.163000', '121015.166000', '121015.169000', '121015.172000', '121015.175000', '121015.177000', '121015.181000', '121015.183000', '121015.186000', '121035.052000', '121035.055000', '121035.058000', '121035.060000', '121035.063000', '121035.066000', '121035.069000', '121035.072000', '121035.075000', '121035.078000', '121035.080000', '121035.083000', '121035.086000', '121035.089000', '121035.092000', '121035.095000', '121035.097000', '121035.100000', '121035.103000', '121035.106000', '121035.109000', '121035.112000', '121035.115000', '121035.117000', '121035.120000', '121035.123000', '121035.126000', '121035.129000', '121035.132000', '121035.135000', '121035.137000', '121035.140000', '121035.143000', '121035.146000', '121035.149000', '121035.151000', '121035.154000', '121035.157000', '121035.160000', '121035.163000', '121035.166000', '121035.169000', '121035.172000', '121035.175000', '121055.052000', '121055.055000', '121055.058000', '121055.061000', '121055.064000', '121055.066000', '121055.069000', '121055.072000', '121055.075000', '121055.078000', '121055.081000', '121055.084000', '121055.086000', '121055.089000', '121055.092000', '121055.095000', '121055.098000', '121055.100000', '121055.103000', '121055.106000', '121055.109000', '121055.112000', '121055.115000', '121055.118000', '121055.121000', '121055.124000', '121055.126000', '121055.129000', '121055.132000', '121055.135000', '121055.138000', '121055.141000', '121055.144000', '121055.146000', '121055.149000', '121055.152000', '121055.155000', '121055.158000', '121055.161000', '121055.164000', '121055.167000', '121055.169000', '121055.172000', '121115.052000', '121115.055000', '121115.058000', '121115.061000', '121115.064000', '121115.067000', '121115.070000', '121115.073000', '121115.075000', '121115.078000', '121115.081000', '121115.084000', '121115.087000', '121115.090000', '121115.092000', '121115.095000', '121115.098000', '121115.101000', '121115.104000', '121115.107000', '121115.109000', '121115.112000', '121115.115000', '121115.118000', '121115.121000', '121115.124000', '121115.127000', '121115.129000', '121115.132000', '121115.135000', '121115.138000', '121115.141000', '121115.144000', '121115.146000', '121115.149000', '121115.152000', '121115.159000', '121115.162000', '121115.165000', '121115.167000', '121115.170000', '121115.173000', '121115.176000', '121135.052000', '121135.055000', '121135.058000', '121135.061000', '121135.063000', '121135.066000', '121135.069000', '121135.072000', '121135.075000', '121135.078000', '121135.080000', '121135.083000', '121135.086000', '121135.089000', '121135.092000', '121135.095000', '121135.097000', '121135.100000', '121135.103000', '121135.106000', '121135.109000', '121135.111000', '121135.114000', '121135.117000', '121135.120000', '121135.123000', '121135.126000', '121135.128000', '121135.131000', '121135.134000', '121135.137000', '121135.140000', '121135.142000', '121135.145000', '121135.148000', '121135.151000', '121135.154000', '121135.170000', '121135.173000', '121135.176000', '121135.179000', '121135.182000', '121135.184000', '121135.187000', '121155.052000', '121155.055000', '121155.058000', '121155.061000', '121155.064000', '121155.067000', '121155.070000', '121155.072000', '121155.075000', '121155.078000', '121155.081000', '121155.084000', '121155.087000', '121155.090000', '121155.093000', '121155.096000', '121155.098000', '121155.101000', '121155.104000', '121155.107000', '121155.109000', '121155.112000', '121155.115000', '121155.118000', '121155.121000', '121155.124000', '121155.127000', '121155.129000', '121155.132000', '121155.135000', '121155.138000', '121155.141000', '121155.143000', '121155.146000', '121155.149000', '121155.152000', '121155.155000', '121155.158000', '121155.160000', '121155.163000', '121155.166000', '121155.169000', '121155.172000', '121215.052000', '121215.055000', '121215.058000', '121215.060000', '121215.063000', '121215.066000', '121215.069000', '121215.072000', '121215.075000', '121215.077000', '121215.080000', '121215.083000', '121215.086000', '121215.089000', '121215.100000', '121215.103000', '121215.106000', '121215.109000', '121215.112000', '121215.115000', '121215.117000', '121215.120000', '121215.123000', '121215.126000', '121215.129000', '121215.132000', '121215.135000', '121215.137000', '121215.140000', '121215.143000', '121215.146000', '121215.149000', '121215.151000', '121215.154000', '121215.157000', '121215.160000', '121215.163000', '121215.166000', '121215.168000', '121215.171000', '121215.174000', '121215.177000', '121215.180000', '121215.182000', '121235.052000', '121235.055000', '121235.058000', '121235.060000', '121235.064000', '121235.066000', '121235.069000', '121235.072000', '121235.075000', '121235.078000', '121235.083000', '121235.087000', '121235.090000', '121235.093000', '121235.096000', '121235.099000', '121235.101000', '121235.104000', '121235.107000', '121235.110000', '121235.113000', '121235.115000', '121235.118000', '121235.121000', '121235.124000', '121235.127000', '121235.130000', '121235.132000', '121235.135000', '121235.138000', '121235.141000', '121235.144000', '121235.146000', '121235.149000', '121235.152000', '121235.155000', '121235.158000', '121235.161000', '121235.163000', '121235.166000', '121235.169000', '121235.172000', '121235.175000', '121255.052000', '121255.055000', '121255.058000', '121255.061000', '121255.063000', '121255.066000', '121255.069000', '121255.072000', '121255.075000', '121255.078000', '121255.080000', '121255.083000', '121255.086000', '121255.089000', '121255.092000', '121255.094000', '121255.097000', '121255.100000', '121255.103000', '121255.106000', '121255.109000', '121255.111000', '121255.114000', '121255.117000', '121255.120000', '121255.123000', '121255.125000', '121255.128000', '121255.131000', '121255.134000', '121255.137000', '121255.139000', '121255.142000', '121255.145000', '121255.156000', '121255.159000', '121255.162000', '121255.165000', '121255.168000', '121255.171000', '121255.173000', '121255.183000', '121255.186000', '121255.188000', '121315.052000', '121315.055000', '121315.058000', '121315.061000', '121315.064000', '121315.067000', '121315.069000', '121315.072000', '121315.075000', '121315.078000', '121315.081000', '121315.084000', '121315.086000', '121315.089000', '121315.092000', '121315.095000', '121315.098000', '121315.101000', '121315.103000', '121315.106000', '121315.109000', '121315.112000', '121315.115000', '121315.118000', '121315.121000', '121315.124000', '121315.126000', '121315.129000', '121315.132000', '121315.135000', '121315.138000', '121315.141000', '121315.144000', '121315.147000', '121315.150000', '121315.152000', '121315.155000', '121315.158000', '121315.161000', '121315.164000', '121315.167000', '121315.169000', '121315.172000', '121335.052000', '121335.055000', '121335.058000', '121335.061000', '121335.064000', '121335.067000', '121335.069000', '121335.072000', '121335.075000', '121335.078000', '121335.081000', '121335.084000', '121335.086000', '121335.089000', '121335.092000', '121335.095000', '121335.098000', '121335.100000', '121335.103000', '121335.106000', '121335.109000', '121335.112000', '121335.115000', '121335.117000', '121335.120000', '121335.123000', '121335.126000', '121335.129000', '121335.131000', '121335.134000', '121335.137000', '121335.140000', '121335.143000', '121335.146000', '121335.148000', '121335.151000', '121335.154000', '121335.157000', '121335.160000', '121335.163000', '121335.165000', '121335.168000', '121335.171000', '121335.174000', '121355.052000', '121355.055000', '121355.058000', '121355.061000', '121355.064000', '121355.066000', '121355.069000', '121355.072000', '121355.075000', '121355.078000', '121355.081000', '121355.084000', '121355.087000', '121355.089000', '121355.092000', '121355.095000', '121355.098000', '121355.101000', '121355.104000', '121355.107000', '121355.110000', '121355.112000', '121355.115000', '121355.118000', '121355.121000', '121355.124000', '121355.126000', '121355.129000', '121355.132000', '121355.135000', '121355.138000', '121355.142000', '121355.145000', '121355.148000', '121355.151000', '121355.154000', '121355.156000', '121355.159000', '121355.162000', '121355.165000', '121355.168000', '121355.171000', '121355.173000', '121415.052000', '121415.055000', '121415.058000', '121415.061000', '121415.064000', '121415.066000', '121415.069000', '121415.072000', '121415.075000', '121415.078000', '121415.081000', '121415.083000', '121415.086000', '121415.089000', '121415.099000', '121415.102000', '121415.117000', '121415.120000', '121415.123000', '121415.126000', '121415.129000', '121415.132000', '121415.135000', '121415.137000', '121415.140000', '121415.143000', '121415.146000', '121415.149000', '121415.152000', '121415.155000', '121415.157000', '121415.160000', '121415.163000', '121415.166000', '121415.169000', '121415.172000', '121415.175000', '121415.177000', '121415.180000', '121415.183000', '121415.186000', '121415.189000', '121415.191000', '121415.194000', '121435.052000', '121435.055000', '121435.058000', '121435.061000', '121435.064000', '121435.067000', '121435.069000', '121435.072000', '121435.075000', '121435.078000', '121435.081000', '121435.085000', '121435.088000', '121435.091000', '121435.094000', '121435.097000', '121435.100000', '121435.103000', '121435.105000', '121435.108000', '121435.111000', '121435.114000', '121435.117000', '121435.120000', '121435.123000', '121435.126000', '121435.128000', '121435.131000', '121435.134000', '121435.137000', '121435.140000', '121435.143000', '121435.146000', '121435.149000', '121435.152000', '121435.155000', '121435.158000', '121435.160000', '121435.163000', '121435.166000', '121435.169000', '121435.172000', '121435.175000', '121454.108000', '121454.111000', '121454.115000', '121454.118000', '121454.120000', '121454.123000', '121454.126000', '121454.129000', '121454.132000', '121454.135000', '121454.138000', '121454.141000', '121454.144000', '121454.147000', '121454.150000', '121454.153000', '121454.155000', '121454.158000', '121454.221000', '121454.223000', '121454.226000', '121454.229000', '121454.232000', '121454.235000', '121454.238000', '121454.240000', '121454.243000', '121454.246000', '121454.249000', '121454.252000', '121454.255000', '121454.258000', '121454.261000', '121454.263000', '121454.266000', '121454.269000', '121454.272000', '121454.275000', '121454.278000', '121454.282000', '121454.284000', '121454.288000'], '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': [9471, 13239, 10774, 9974, 14393, 9848, 13182, 10157, 9156, 13502, 10131, 9558, 9452, 9266, 13179, 9871, 11484, 10368, 9379, 13318, 9822, 10490, 9561, 9707, 12369, 9951, 9112, 13461, 10026, 8803, 9535, 9631, 12019, 9270, 8930, 14531, 9984, 11698, 10024, 8883, 13585, 9355, 9052, 14139, 9770, 9904, 9129, 8901, 14011, 9693, 11331, 9679, 8965, 12942, 10013, 8777, 9529, 9350, 12398, 10128, 8803, 10167, 9469, 12687, 10181, 9105, 12655, 9429, 13046, 9838, 9307, 13588, 10068, 9763, 9939, 9358, 13209, 10011, 10355, 11083, 9582, 12737, 9775, 9197, 10494, 9679, 11905, 9611, 8946, 14718, 10136, 10879, 9930, 9454, 12160, 9780, 10500, 9126, 9775, 12546, 10207, 9234, 13950, 10089, 11485, 10004, 9730, 12764, 9696, 12038, 9711, 9432, 12511, 10032, 11991, 9136, 9295, 11215, 10083, 12568, 9587, 9176, 14266, 9959, 10916, 9692, 9414, 13236, 9639, 10606, 11301, 9445, 12480, 9970, 9080, 13254, 9960, 10688, 9974, 9622, 9801, 9682, 11911, 9821, 10013, 13296, 10029, 11766, 13168, 9751, 12625, 10113, 9340, 13385, 9987, 10051, 10908, 10099, 11818, 9928, 9544, 13121, 9871, 9258, 9125, 10027, 12377, 8957, 9475, 13643, 9891, 11213, 11782, 9765, 12470, 9494, 9519, 13415, 10089, 10453, 8948, 9610, 12806, 10055, 9387, 11112, 10347, 10480, 9007, 9790, 12700, 9962, 10540, 9031, 9760, 12770, 10193, 9828, 8989, 9956, 12702, 9808, 8797, 9493, 10130, 13271, 9773, 11263, 13131, 10271, 12190, 9443, 9392, 13758, 10157, 10710, 9456, 9704, 12385, 10176, 9312, 9381, 10485, 11378, 9954, 9590, 12432, 10122, 12184, 10329, 10444, 9111, 9764, 14304, 10215, 12912, 10418, 10652, 15360, 10129, 12609, 10300, 9661, 13639, 10122, 12998, 9350, 9517, 9155, 10241, 11495, 10035, 10263, 9465, 10078, 12500, 10255, 10382, 10676, 10327, 12355, 10499, 9618, 11736, 10373, 12399, 10630, 11132, 14717, 10526, 12189, 9864, 9825, 12848, 10327, 9133, 14383, 10110, 11172, 10319, 9169, 9165, 9543, 12484, 9740, 9167, 9377, 9739, 12027, 10022, 10772, 10272, 9333, 9060, 9762, 13260, 10138, 11595, 9364, 9441, 14519, 10020, 12617, 10437, 9274, 11050, 9883, 13076, 10250, 11896, 9760, 9391, 14825, 9976, 12895, 10412, 9812, 9597, 9349, 13638, 10086, 12067, 10307, 9751, 9227, 9619, 13252, 10202, 11753, 9385, 10026, 12899, 9643, 9620, 9503, 10068, 11235, 10019, 12101, 9824, 9583, 9539, 10286, 12682, 9707, 9173, 14510, 10495, 11523, 9670, 9580, 13080, 10256, 9906, 10482, 10513, 10030, 11217, 9828, 10443, 12735, 10095, 9559, 14554, 10111, 12438, 10378, 9167, 14362, 10105, 11672, 10181, 10890, 14841, 9315, 13187, 10316, 9443, 10073, 9296, 13013, 9996, 11148, 10181, 8952, 10210, 9160, 10458, 9204, 13713, 10101, 10188, 10008, 9105, 14087, 9858, 12298, 10171, 9345, 10401, 9054, 13907, 9982, 9476, 9974, 9139, 12993, 9310, 12847, 9951, 10857, 9984, 10931, 14037, 9022, 13611, 9706, 11900, 10195, 10649, 13784, 9270, 12754, 9918, 11502, 9927, 9706, 10424, 9198, 9259, 9536, 12550, 10081, 11654, 10052, 9820, 9348, 10462, 10104, 10058, 9408, 14377, 10354, 13928, 10273, 9426, 10021, 9180, 13097, 9343, 12944, 10094, 12155, 10170, 9329, 10430, 10174, 9940, 12857, 9743, 10462, 9348, 9852, 9454, 13851, 10761, 14029, 10275, 13082, 9629, 13038, 9701, 13080, 9940, 13005, 9670, 12228, 9801, 12141, 10163, 11170, 12812, 9233, 10950, 9118, 12288, 9979, 12068, 10236, 10542, 10530, 10359, 10452, 10799, 10461, 8877, 10443, 9681, 13200, 10389, 12565, 10806, 10762, 10144, 9189, 15128, 9810, 13650, 10196, 12404, 10290, 12189, 10151, 9402, 9873, 9263, 13799, 9007, 13646, 10047, 12365, 10198, 11778, 10045, 11317, 13568, 10511, 14640, 9133, 12866, 9717, 12738, 9764, 9288, 10269, 9200, 12540, 9629, 12219, 10309, 9186, 10259, 9309, 12267, 9956, 11749, 9884, 9618, 12406, 10145, 11440, 10004, 9604, 10222, 9131, 10303, 9354, 13349, 10141, 11683, 10117, 9482, 9976, 9706, 12724, 9797, 9398, 10173, 9228, 10227, 9302, 12277, 10603, 11538, 10631, 9542, 9970, 12663, 15238, 11224, 13435, 9420, 10369, 9985, 9322, 13324, 9352, 12251, 9722, 10605, 9607, 11029, 10235, 9041, 9987, 9339, 12148, 10323, 10349, 10177, 9011, 9991, 9288, 12574, 10148, 9329, 9850, 9357, 12440, 10550, 9065, 13310, 10013, 12584, 10542, 9572, 11703, 9843, 11744, 10303, 9458, 12452, 10226, 10788, 12033, 9621, 12503, 10145, 9334, 9661, 10219, 12131, 9962, 9400, 14011, 10079, 11962, 10462, 9513, 13458, 10234, 10675, 9768, 9498, 12354, 10197, 9033, 13805, 10040, 11271, 10304, 9428, 12361, 10291, 8988, 9836, 9893, 11660, 10074, 9404, 12499, 10285, 10856, 10085, 9531, 12796, 10155, 11138, 10091, 9447, 13197, 10246, 11121, 10338, 9494, 12444, 10029, 9311, 12989, 10010, 11429, 9434, 9319, 9448, 10009, 12585, 10452, 10311, 14248, 9791, 12273, 9981, 9363, 9575, 10066, 11866, 10235, 9122, 12543, 9938, 12280, 10504, 10047, 9671, 9627, 13606, 10280, 12174, 9903, 9300, 13763, 9502, 12738, 10161, 11627, 9959, 9669, 11643, 9352, 13131, 10350, 11164, 10174, 9447, 9571, 9537, 9364, 10481, 11426, 10105, 11558, 10334, 9766, 10333, 9650, 13804, 9618, 13450, 9962, 10741, 10225, 9407, 12261, 9904, 12514, 10317, 11017, 10231, 8698, 10027, 9696, 13092, 10418, 12204, 10427, 10021, 13607, 9728, 12388, 10185, 12224, 10398, 10553, 9838, 9533, 12787, 9809, 12053, 10191, 12019, 10380, 11207, 10275, 9158, 9823, 9862, 11944, 9891, 13381, 10513, 12215, 10562, 9972, 9598, 9395, 12981, 9203, 10190, 9889, 12463, 10072, 12046, 10249, 11207, 10529, 9757, 10663, 9807, 10982, 9983, 13863, 10528, 12334, 10665, 10770, 10161, 9677, 13658, 10208, 12808, 10445, 9926, 10510, 9619, 10581, 10274, 13014, 10601, 10476, 10110, 9729, 13145, 9915, 12666, 10259, 10078, 10275, 9449, 9482, 9615, 12674, 10219, 11564, 10591, 9891, 10132, 9859, 9711, 9424, 9662, 9748, 10002, 9718, 12114, 9735, 9812, 9509, 9931, 9758, 12431, 10238, 11012, 9505, 10010, 9598, 14794, 11186, 13773, 9825, 12668, 10357, 11819, 10042, 12240, 9931, 11974, 9590, 9904, 9530, 9723, 9591, 10000, 9461, 10488, 10075, 10336, 10044, 14223, 9866, 14329, 10285, 11426, 9476, 9912, 9685, 11403, 9785, 10456, 9860, 9679, 9850, 9484, 9650, 11778, 9930, 9715, 9784, 13637, 10574, 12133, 10029, 9587, 9448, 10319, 9872, 10127, 9758, 10337, 9552, 10341, 11856, 9704, 10035, 9521, 10297, 13391, 10389, 13022, 10186, 9448, 9673, 9522, 14642, 10323, 12494, 10018, 9207, 9797, 9705, 13012, 10235, 12064, 10340, 8812, 10403, 9509, 12510, 10072, 12758, 10224, 9351, 9918, 9427, 13022, 9894, 12552, 10633, 10396, 10400, 9331, 13356, 9775, 12941, 10591, 9779, 10542, 8461, 10057, 9240, 9888, 8632, 10273, 9332, 10278, 9374, 14326, 10120, 13685, 10114, 11418, 10571, 11841, 10095, 9885, 10314, 9402, 13761, 9424, 13021, 10359, 9630, 9951, 9379, 12487, 10195, 11979, 10297, 9402, 10075, 9504, 10911, 10187, 11860, 10510, 9744, 12774, 9512, 13018, 10080, 11875, 10836, 9112, 14156, 10198, 10895, 10240, 9512, 9438, 9762, 12030, 10448, 9325, 10210, 9632, 12089, 10333, 11725, 9829, 9342, 11025, 9761, 12228, 9972, 9744, 9857, 9351, 11965, 10117, 12100, 9769, 9121, 15133, 9428, 12919, 10559, 10656, 9930, 9084, 13944, 10391, 12272, 10587, 9446, 12986, 9811, 12285, 10289, 9705, 12733, 9306, 13622, 9804, 11451, 10178, 9224, 14099, 9426, 12099, 10099, 9205, 9580, 9488, 11914, 10249, 10344, 11646, 9302, 13320, 10191, 11656, 14008, 9130, 13185, 9847, 9623, 9424, 9163, 9434, 10030, 10871, 9753, 9484, 12737, 10096, 9313, 9690, 9896, 11823, 9821, 9301, 13678, 10189, 11727, 9765, 9486, 12535, 10307, 9287, 9497, 9746, 11639, 10070, 11003, 11380, 9897, 12535, 10317, 9246, 13052, 9400, 12607, 10025, 9226, 9436, 9708, 12384, 10239, 9528, 9383, 9526, 12710, 10039, 11185, 10090, 9233, 9396, 9311, 9670, 10089, 12262, 10190, 10701, 11129, 9220, 13657, 9789, 11848, 10174, 9327, 9164, 9695, 13865, 9639, 12590, 10207, 11520, 10002, 9323, 14126, 10519, 13101, 10174, 11461, 10179, 9362, 13726, 9715, 13178, 10362, 9539, 10187, 10101, 10123, 12804, 11230, 10088, 11807, 10125, 12118, 9639, 9190, 9578, 8700, 9557, 9194, 13406, 9822, 13173, 10042, 10868, 10280, 10109, 9511, 9074, 14679, 9695, 12937, 10282, 11334, 10319, 11271, 9876, 9671, 9495, 10025, 13107, 10166, 13702, 9552, 13338, 10132, 12249, 11188, 9866, 10044, 9042, 10094, 9084, 9706, 9306, 10364, 8588, 10005, 9363, 13040, 9902, 12932, 10109, 10697, 10024, 8899, 9983, 9678, 10137, 9208, 9899, 10709, 10398, 10924, 10860, 10799, 13507, 10080, 11286, 12872, 9239, 12657, 9700, 11474, 10065, 9434, 13833, 9847, 11459, 10608, 9693, 10197, 9656, 10005, 10062, 10608, 9751, 10342, 10293, 15163, 11660, 13273, 10144, 11716, 12352, 9275, 12996, 9936, 9455, 9583, 9527, 9682, 10120, 11306, 10008, 9434, 13211, 9405, 9356, 9228, 9163, 9664, 9643, 11788, 13648, 9544, 12606, 9539, 9132, 13884, 9690, 10815, 9300, 8996, 11894, 9186, 11843, 11694, 9226, 12410, 9216, 8948, 13249, 9887, 9339, 12806, 8945, 11593, 8928, 9088, 9579, 9862, 9628, 9788, 9200, 12177, 9138, 9102, 12317, 9478, 9899, 14657, 9247, 11984, 9590, 9164, 12657, 9186, 10236, 14433, 8868, 11903, 9819, 8771, 13978, 10028, 12005, 9571, 9767, 9804, 9512, 14177, 10169, 10806, 9273, 9297, 12408, 9047, 8839, 14179, 9367, 9704, 9092, 9221, 11901, 9176, 9170, 14379, 9558, 10300, 9213, 9143, 9543, 9371, 10527, 9367, 9954, 9200, 12223, 9287, 13825, 10585, 13130, 9464, 12300, 13435, 9190, 13542, 9307, 9291, 9202], 'WindowCenter': [3834.0, 3850.0, 3826.0, 3816.0, 3844.0, 3802.0, 3834.0, 3800.0, 3790.0, 3831.0, 3810.0, 3800.0, 3799.0, 3801.0, 3831.0, 3813.0, 3823.0, 3813.0, 3804.0, 3834.0, 3802.0, 3813.0, 3801.0, 3802.0, 3823.0, 3799.0, 3791.0, 3833.0, 3801.0, 3790.0, 3801.0, 3802.0, 3823.0, 3789.0, 3791.0, 3833.0, 3801.0, 3822.0, 3799.0, 3789.0, 3821.0, 3787.0, 3778.0, 3819.0, 3787.0, 3787.0, 3786.0, 3777.0, 3829.0, 3787.0, 3807.0, 3786.0, 3787.0, 3818.0, 3786.0, 3775.0, 3786.0, 3788.0, 3819.0, 3798.0, 3787.0, 3798.0, 3789.0, 3820.0, 3799.0, 3790.0, 3818.0, 3789.0, 3832.0, 3799.0, 3790.0, 3819.0, 3799.0, 3799.0, 3798.0, 3788.0, 3820.0, 3800.0, 3811.0, 3809.0, 3800.0, 3821.0, 3799.0, 3790.0, 3798.0, 3800.0, 3821.0, 3788.0, 3788.0, 3830.0, 3800.0, 3809.0, 3800.0, 3800.0, 3819.0, 3800.0, 3810.0, 3790.0, 3801.0, 3820.0, 3810.0, 3801.0, 3832.0, 3800.0, 3811.0, 3800.0, 3802.0, 3822.0, 3801.0, 3822.0, 3800.0, 3801.0, 3821.0, 3802.0, 3821.0, 3789.0, 3801.0, 3810.0, 3812.0, 3821.0, 3800.0, 3789.0, 3832.0, 3799.0, 3810.0, 3788.0, 3788.0, 3820.0, 3788.0, 3799.0, 3808.0, 3788.0, 3819.0, 3799.0, 3789.0, 3819.0, 3800.0, 3810.0, 3801.0, 3802.0, 3800.0, 3802.0, 3823.0, 3812.0, 3813.0, 3833.0, 3813.0, 3824.0, 3832.0, 3801.0, 3822.0, 3812.0, 3802.0, 3832.0, 3801.0, 3801.0, 3811.0, 3812.0, 3821.0, 3811.0, 3802.0, 3833.0, 3802.0, 3800.0, 3802.0, 3813.0, 3834.0, 3791.0, 3801.0, 3832.0, 3812.0, 3824.0, 3821.0, 3801.0, 3821.0, 3800.0, 3801.0, 3831.0, 3811.0, 3811.0, 3788.0, 3800.0, 3821.0, 3801.0, 3801.0, 3810.0, 3811.0, 3810.0, 3790.0, 3801.0, 3831.0, 3813.0, 3813.0, 3791.0, 3813.0, 3834.0, 3813.0, 3812.0, 3790.0, 3812.0, 3833.0, 3812.0, 3791.0, 3801.0, 3813.0, 3834.0, 3812.0, 3824.0, 3833.0, 3811.0, 3823.0, 3799.0, 3791.0, 3832.0, 3800.0, 3811.0, 3799.0, 3800.0, 3821.0, 3800.0, 3800.0, 3800.0, 3812.0, 3822.0, 3812.0, 3813.0, 3833.0, 3812.0, 3834.0, 3813.0, 3823.0, 3801.0, 3813.0, 3845.0, 3813.0, 3833.0, 3812.0, 3815.0, 3843.0, 3812.0, 3822.0, 3812.0, 3802.0, 3832.0, 3810.0, 3833.0, 3789.0, 3799.0, 3789.0, 3811.0, 3821.0, 3811.0, 3812.0, 3801.0, 3813.0, 3832.0, 3811.0, 3812.0, 3810.0, 3811.0, 3823.0, 3811.0, 3802.0, 3823.0, 3812.0, 3833.0, 3813.0, 3825.0, 3844.0, 3813.0, 3822.0, 3799.0, 3801.0, 3820.0, 3799.0, 3789.0, 3831.0, 3800.0, 3809.0, 3810.0, 3800.0, 3788.0, 3799.0, 3821.0, 3800.0, 3788.0, 3800.0, 3801.0, 3821.0, 3801.0, 3811.0, 3813.0, 3802.0, 3800.0, 3812.0, 3833.0, 3812.0, 3822.0, 3800.0, 3802.0, 3844.0, 3812.0, 3834.0, 3813.0, 3802.0, 3821.0, 3812.0, 3834.0, 3812.0, 3824.0, 3811.0, 3801.0, 3844.0, 3801.0, 3831.0, 3810.0, 3801.0, 3798.0, 3799.0, 3832.0, 3812.0, 3822.0, 3813.0, 3802.0, 3801.0, 3801.0, 3832.0, 3813.0, 3823.0, 3801.0, 3812.0, 3832.0, 3800.0, 3801.0, 3800.0, 3812.0, 3821.0, 3813.0, 3834.0, 3812.0, 3803.0, 3801.0, 3814.0, 3834.0, 3800.0, 3801.0, 3844.0, 3811.0, 3822.0, 3799.0, 3799.0, 3830.0, 3811.0, 3812.0, 3825.0, 3824.0, 3827.0, 3839.0, 3827.0, 3826.0, 3847.0, 3815.0, 3814.0, 3846.0, 3815.0, 3834.0, 3812.0, 3803.0, 3843.0, 3812.0, 3821.0, 3812.0, 3824.0, 3843.0, 3801.0, 3832.0, 3810.0, 3800.0, 3800.0, 3799.0, 3829.0, 3799.0, 3810.0, 3811.0, 3790.0, 3811.0, 3802.0, 3812.0, 3800.0, 3833.0, 3811.0, 3812.0, 3800.0, 3789.0, 3830.0, 3800.0, 3820.0, 3799.0, 3800.0, 3809.0, 3788.0, 3831.0, 3798.0, 3788.0, 3797.0, 3788.0, 3819.0, 3787.0, 3820.0, 3800.0, 3810.0, 3800.0, 3812.0, 3830.0, 3790.0, 3830.0, 3800.0, 3821.0, 3799.0, 3810.0, 3831.0, 3788.0, 3820.0, 3799.0, 3809.0, 3799.0, 3800.0, 3810.0, 3800.0, 3801.0, 3800.0, 3820.0, 3800.0, 3810.0, 3812.0, 3813.0, 3804.0, 3814.0, 3813.0, 3812.0, 3802.0, 3833.0, 3800.0, 3831.0, 3799.0, 3788.0, 3798.0, 3789.0, 3818.0, 3788.0, 3818.0, 3800.0, 3808.0, 3810.0, 3799.0, 3812.0, 3810.0, 3812.0, 3834.0, 3804.0, 3814.0, 3805.0, 3815.0, 3805.0, 3834.0, 3813.0, 3833.0, 3803.0, 3833.0, 3802.0, 3832.0, 3800.0, 3821.0, 3800.0, 3833.0, 3802.0, 3821.0, 3801.0, 3820.0, 3799.0, 3810.0, 3821.0, 3789.0, 3798.0, 3778.0, 3808.0, 3798.0, 3818.0, 3798.0, 3798.0, 3810.0, 3810.0, 3812.0, 3812.0, 3812.0, 3791.0, 3812.0, 3803.0, 3833.0, 3813.0, 3821.0, 3812.0, 3813.0, 3801.0, 3802.0, 3843.0, 3801.0, 3832.0, 3811.0, 3820.0, 3801.0, 3822.0, 3800.0, 3789.0, 3801.0, 3800.0, 3830.0, 3789.0, 3832.0, 3801.0, 3820.0, 3800.0, 3809.0, 3799.0, 3810.0, 3821.0, 3801.0, 3830.0, 3789.0, 3818.0, 3787.0, 3807.0, 3786.0, 3776.0, 3797.0, 3787.0, 3808.0, 3788.0, 3807.0, 3798.0, 3787.0, 3799.0, 3789.0, 3819.0, 3798.0, 3809.0, 3798.0, 3798.0, 3818.0, 3800.0, 3810.0, 3798.0, 3801.0, 3811.0, 3800.0, 3812.0, 3802.0, 3833.0, 3800.0, 3822.0, 3801.0, 3801.0, 3801.0, 3802.0, 3821.0, 3801.0, 3790.0, 3810.0, 3801.0, 3812.0, 3803.0, 3823.0, 3799.0, 3811.0, 3812.0, 3800.0, 3814.0, 3837.0, 3845.0, 3812.0, 3821.0, 3789.0, 3798.0, 3786.0, 3787.0, 3818.0, 3787.0, 3807.0, 3788.0, 3797.0, 3799.0, 3810.0, 3799.0, 3787.0, 3798.0, 3788.0, 3809.0, 3798.0, 3798.0, 3798.0, 3789.0, 3800.0, 3800.0, 3820.0, 3799.0, 3789.0, 3800.0, 3789.0, 3821.0, 3810.0, 3789.0, 3820.0, 3788.0, 3821.0, 3799.0, 3800.0, 3808.0, 3799.0, 3809.0, 3799.0, 3800.0, 3820.0, 3810.0, 3811.0, 3820.0, 3800.0, 3822.0, 3799.0, 3790.0, 3799.0, 3801.0, 3821.0, 3799.0, 3789.0, 3831.0, 3801.0, 3821.0, 3811.0, 3801.0, 3821.0, 3799.0, 3800.0, 3798.0, 3788.0, 3820.0, 3798.0, 3778.0, 3819.0, 3788.0, 3798.0, 3797.0, 3787.0, 3807.0, 3798.0, 3776.0, 3787.0, 3799.0, 3807.0, 3800.0, 3788.0, 3820.0, 3799.0, 3810.0, 3812.0, 3801.0, 3832.0, 3800.0, 3811.0, 3801.0, 3801.0, 3833.0, 3801.0, 3811.0, 3799.0, 3799.0, 3821.0, 3799.0, 3791.0, 3820.0, 3800.0, 3810.0, 3789.0, 3790.0, 3800.0, 3801.0, 3821.0, 3810.0, 3801.0, 3830.0, 3800.0, 3820.0, 3798.0, 3789.0, 3788.0, 3801.0, 3809.0, 3798.0, 3790.0, 3820.0, 3800.0, 3821.0, 3811.0, 3801.0, 3799.0, 3800.0, 3831.0, 3800.0, 3820.0, 3799.0, 3789.0, 3830.0, 3788.0, 3819.0, 3799.0, 3809.0, 3797.0, 3788.0, 3809.0, 3787.0, 3819.0, 3799.0, 3808.0, 3798.0, 3788.0, 3798.0, 3799.0, 3788.0, 3812.0, 3820.0, 3812.0, 3823.0, 3811.0, 3802.0, 3812.0, 3803.0, 3832.0, 3801.0, 3833.0, 3801.0, 3811.0, 3800.0, 3790.0, 3820.0, 3800.0, 3822.0, 3799.0, 3811.0, 3811.0, 3791.0, 3801.0, 3803.0, 3832.0, 3812.0, 3822.0, 3811.0, 3801.0, 3832.0, 3800.0, 3821.0, 3812.0, 3820.0, 3811.0, 3811.0, 3799.0, 3800.0, 3832.0, 3801.0, 3822.0, 3813.0, 3822.0, 3811.0, 3811.0, 3801.0, 3801.0, 3801.0, 3812.0, 3823.0, 3800.0, 3833.0, 3811.0, 3821.0, 3811.0, 3800.0, 3789.0, 3788.0, 3820.0, 3788.0, 3799.0, 3801.0, 3819.0, 3799.0, 3822.0, 3811.0, 3811.0, 3813.0, 3801.0, 3812.0, 3814.0, 3813.0, 3813.0, 3834.0, 3813.0, 3832.0, 3812.0, 3812.0, 3810.0, 3802.0, 3831.0, 3801.0, 3821.0, 3811.0, 3799.0, 3811.0, 3801.0, 3810.0, 3811.0, 3820.0, 3810.0, 3811.0, 3800.0, 3802.0, 3832.0, 3800.0, 3821.0, 3800.0, 3799.0, 3799.0, 3799.0, 3788.0, 3789.0, 3820.0, 3799.0, 3809.0, 3812.0, 3801.0, 3811.0, 3800.0, 3799.0, 3790.0, 3800.0, 3801.0, 3799.0, 3801.0, 3822.0, 3802.0, 3801.0, 3803.0, 3813.0, 3813.0, 3833.0, 3814.0, 3814.0, 3803.0, 3812.0, 3803.0, 3845.0, 3813.0, 3833.0, 3801.0, 3820.0, 3800.0, 3809.0, 3800.0, 3820.0, 3802.0, 3820.0, 3801.0, 3813.0, 3802.0, 3801.0, 3802.0, 3813.0, 3802.0, 3814.0, 3814.0, 3814.0, 3814.0, 3833.0, 3801.0, 3833.0, 3801.0, 3810.0, 3801.0, 3800.0, 3801.0, 3822.0, 3802.0, 3812.0, 3813.0, 3802.0, 3814.0, 3802.0, 3814.0, 3835.0, 3815.0, 3813.0, 3816.0, 3845.0, 3813.0, 3824.0, 3801.0, 3801.0, 3801.0, 3813.0, 3812.0, 3825.0, 3814.0, 3828.0, 3816.0, 3840.0, 3850.0, 3818.0, 3828.0, 3817.0, 3827.0, 3848.0, 3816.0, 3838.0, 3814.0, 3804.0, 3803.0, 3804.0, 3845.0, 3812.0, 3822.0, 3800.0, 3791.0, 3801.0, 3801.0, 3831.0, 3800.0, 3820.0, 3799.0, 3789.0, 3810.0, 3802.0, 3822.0, 3800.0, 3822.0, 3801.0, 3790.0, 3799.0, 3791.0, 3821.0, 3800.0, 3821.0, 3810.0, 3799.0, 3811.0, 3789.0, 3831.0, 3799.0, 3820.0, 3810.0, 3799.0, 3812.0, 3779.0, 3800.0, 3800.0, 3801.0, 3792.0, 3813.0, 3803.0, 3812.0, 3803.0, 3844.0, 3802.0, 3832.0, 3801.0, 3810.0, 3811.0, 3821.0, 3800.0, 3801.0, 3800.0, 3790.0, 3832.0, 3788.0, 3821.0, 3798.0, 3789.0, 3798.0, 3789.0, 3819.0, 3799.0, 3808.0, 3798.0, 3789.0, 3800.0, 3800.0, 3810.0, 3812.0, 3821.0, 3812.0, 3802.0, 3822.0, 3802.0, 3832.0, 3812.0, 3824.0, 3811.0, 3789.0, 3832.0, 3800.0, 3810.0, 3800.0, 3800.0, 3788.0, 3801.0, 3820.0, 3811.0, 3801.0, 3811.0, 3814.0, 3823.0, 3812.0, 3823.0, 3801.0, 3802.0, 3811.0, 3813.0, 3823.0, 3802.0, 3802.0, 3801.0, 3803.0, 3822.0, 3814.0, 3824.0, 3800.0, 3791.0, 3843.0, 3791.0, 3821.0, 3812.0, 3812.0, 3799.0, 3790.0, 3832.0, 3801.0, 3821.0, 3810.0, 3801.0, 3820.0, 3800.0, 3821.0, 3799.0, 3789.0, 3820.0, 3789.0, 3831.0, 3799.0, 3810.0, 3798.0, 3788.0, 3829.0, 3789.0, 3819.0, 3800.0, 3799.0, 3800.0, 3801.0, 3822.0, 3801.0, 3802.0, 3822.0, 3801.0, 3833.0, 3812.0, 3822.0, 3830.0, 3789.0, 3820.0, 3787.0, 3788.0, 3789.0, 3789.0, 3788.0, 3812.0, 3811.0, 3799.0, 3800.0, 3820.0, 3811.0, 3790.0, 3800.0, 3812.0, 3823.0, 3799.0, 3790.0, 3831.0, 3800.0, 3822.0, 3800.0, 3801.0, 3821.0, 3799.0, 3789.0, 3800.0, 3801.0, 3821.0, 3801.0, 3813.0, 3821.0, 3801.0, 3822.0, 3801.0, 3791.0, 3821.0, 3789.0, 3822.0, 3800.0, 3790.0, 3789.0, 3800.0, 3820.0, 3798.0, 3789.0, 3789.0, 3799.0, 3820.0, 3800.0, 3811.0, 3801.0, 3789.0, 3789.0, 3790.0, 3800.0, 3812.0, 3821.0, 3811.0, 3813.0, 3812.0, 3802.0, 3833.0, 3802.0, 3823.0, 3813.0, 3803.0, 3802.0, 3803.0, 3844.0, 3804.0, 3835.0, 3815.0, 3826.0, 3802.0, 3802.0, 3833.0, 3813.0, 3832.0, 3813.0, 3822.0, 3812.0, 3803.0, 3831.0, 3801.0, 3833.0, 3814.0, 3813.0, 3826.0, 3825.0, 3826.0, 3848.0, 3826.0, 3815.0, 3826.0, 3815.0, 3834.0, 3801.0, 3801.0, 3802.0, 3791.0, 3802.0, 3802.0, 3834.0, 3801.0, 3833.0, 3801.0, 3811.0, 3812.0, 3812.0, 3799.0, 3790.0, 3843.0, 3801.0, 3821.0, 3811.0, 3811.0, 3800.0, 3809.0, 3812.0, 3803.0, 3814.0, 3815.0, 3848.0, 3816.0, 3846.0, 3804.0, 3834.0, 3799.0, 3811.0, 3810.0, 3787.0, 3787.0, 3777.0, 3798.0, 3788.0, 3790.0, 3789.0, 3812.0, 3791.0, 3801.0, 3802.0, 3832.0, 3801.0, 3822.0, 3802.0, 3800.0, 3800.0, 3789.0, 3801.0, 3800.0, 3811.0, 3802.0, 3814.0, 3824.0, 3816.0, 3825.0, 3828.0, 3828.0, 3837.0, 3802.0, 3814.0, 3822.0, 3790.0, 3822.0, 3803.0, 3838.0, 3802.0, 3789.0, 3819.0, 3800.0, 3808.0, 3799.0, 3788.0, 3800.0, 3800.0, 3802.0, 3803.0, 3815.0, 3803.0, 3814.0, 3814.0, 3844.0, 3825.0, 3822.0, 3801.0, 3824.0, 3820.0, 3789.0, 3820.0, 3788.0, 3789.0, 3788.0, 3801.0, 3801.0, 3810.0, 3812.0, 3799.0, 3789.0, 3822.0, 3790.0, 3790.0, 3789.0, 3791.0, 3801.0, 3802.0, 3825.0, 3831.0, 3789.0, 3822.0, 3789.0, 3789.0, 3832.0, 3790.0, 3800.0, 3789.0, 3789.0, 3808.0, 3788.0, 3809.0, 3808.0, 3787.0, 3810.0, 3787.0, 3789.0, 3819.0, 3800.0, 3788.0, 3818.0, 3776.0, 3807.0, 3776.0, 3789.0, 3787.0, 3800.0, 3800.0, 3798.0, 3790.0, 3822.0, 3790.0, 3790.0, 3820.0, 3800.0, 3801.0, 3831.0, 3789.0, 3820.0, 3800.0, 3802.0, 3821.0, 3791.0, 3800.0, 3832.0, 3790.0, 3821.0, 3800.0, 3789.0, 3831.0, 3800.0, 3820.0, 3800.0, 3800.0, 3812.0, 3802.0, 3842.0, 3801.0, 3811.0, 3789.0, 3801.0, 3822.0, 3788.0, 3789.0, 3832.0, 3789.0, 3799.0, 3789.0, 3800.0, 3820.0, 3787.0, 3789.0, 3830.0, 3788.0, 3798.0, 3787.0, 3788.0, 3788.0, 3787.0, 3798.0, 3800.0, 3812.0, 3803.0, 3835.0, 3804.0, 3845.0, 3815.0, 3834.0, 3802.0, 3824.0, 3820.0, 3789.0, 3821.0, 3788.0, 3787.0, 3788.0], 'WindowWidth': [8611.0, 8626.0, 8585.0, 8570.0, 8606.0, 8543.0, 8589.0, 8538.0, 8522.0, 8581.0, 8551.0, 8537.0, 8533.0, 8539.0, 8582.0, 8557.0, 8572.0, 8560.0, 8549.0, 8590.0, 8543.0, 8559.0, 8539.0, 8542.0, 8574.0, 8536.0, 8525.0, 8585.0, 8540.0, 8524.0, 8540.0, 8544.0, 8573.0, 8522.0, 8526.0, 8588.0, 8540.0, 8570.0, 8534.0, 8521.0, 8569.0, 8515.0, 8502.0, 8561.0, 8514.0, 8516.0, 8512.0, 8499.0, 8574.0, 8515.0, 8543.0, 8511.0, 8515.0, 8557.0, 8512.0, 8497.0, 8510.0, 8517.0, 8559.0, 8531.0, 8516.0, 8531.0, 8518.0, 8563.0, 8533.0, 8523.0, 8559.0, 8520.0, 8581.0, 8533.0, 8522.0, 8563.0, 8534.0, 8534.0, 8531.0, 8518.0, 8564.0, 8538.0, 8553.0, 8547.0, 8534.0, 8566.0, 8533.0, 8522.0, 8531.0, 8536.0, 8567.0, 8517.0, 8518.0, 8578.0, 8535.0, 8546.0, 8536.0, 8537.0, 8560.0, 8537.0, 8552.0, 8524.0, 8540.0, 8566.0, 8551.0, 8540.0, 8582.0, 8536.0, 8552.0, 8537.0, 8541.0, 8570.0, 8538.0, 8570.0, 8536.0, 8539.0, 8566.0, 8541.0, 8567.0, 8521.0, 8539.0, 8550.0, 8554.0, 8569.0, 8537.0, 8523.0, 8584.0, 8534.0, 8548.0, 8518.0, 8519.0, 8563.0, 8518.0, 8534.0, 8544.0, 8517.0, 8560.0, 8532.0, 8520.0, 8559.0, 8536.0, 8550.0, 8541.0, 8543.0, 8539.0, 8543.0, 8573.0, 8558.0, 8560.0, 8586.0, 8557.0, 8576.0, 8583.0, 8539.0, 8571.0, 8555.0, 8542.0, 8584.0, 8539.0, 8540.0, 8553.0, 8554.0, 8567.0, 8553.0, 8543.0, 8586.0, 8542.0, 8539.0, 8543.0, 8560.0, 8592.0, 8527.0, 8541.0, 8585.0, 8555.0, 8574.0, 8567.0, 8538.0, 8568.0, 8536.0, 8539.0, 8581.0, 8552.0, 8554.0, 8518.0, 8537.0, 8567.0, 8539.0, 8540.0, 8551.0, 8552.0, 8552.0, 8523.0, 8539.0, 8582.0, 8559.0, 8561.0, 8527.0, 8559.0, 8589.0, 8559.0, 8558.0, 8525.0, 8557.0, 8585.0, 8557.0, 8529.0, 8542.0, 8561.0, 8592.0, 8556.0, 8575.0, 8586.0, 8553.0, 8572.0, 8534.0, 8525.0, 8584.0, 8536.0, 8552.0, 8533.0, 8536.0, 8566.0, 8538.0, 8537.0, 8537.0, 8556.0, 8571.0, 8557.0, 8559.0, 8587.0, 8558.0, 8588.0, 8561.0, 8575.0, 8542.0, 8558.0, 8604.0, 8559.0, 8588.0, 8558.0, 8566.0, 8602.0, 8556.0, 8571.0, 8557.0, 8544.0, 8582.0, 8552.0, 8586.0, 8520.0, 8535.0, 8522.0, 8553.0, 8568.0, 8553.0, 8557.0, 8541.0, 8558.0, 8585.0, 8555.0, 8556.0, 8552.0, 8553.0, 8572.0, 8555.0, 8545.0, 8572.0, 8557.0, 8587.0, 8561.0, 8580.0, 8608.0, 8559.0, 8571.0, 8536.0, 8539.0, 8565.0, 8534.0, 8521.0, 8583.0, 8536.0, 8547.0, 8552.0, 8539.0, 8520.0, 8536.0, 8566.0, 8537.0, 8521.0, 8537.0, 8541.0, 8567.0, 8541.0, 8554.0, 8558.0, 8546.0, 8539.0, 8557.0, 8587.0, 8555.0, 8572.0, 8539.0, 8543.0, 8603.0, 8558.0, 8588.0, 8559.0, 8545.0, 8568.0, 8556.0, 8588.0, 8558.0, 8576.0, 8555.0, 8542.0, 8603.0, 8540.0, 8582.0, 8551.0, 8542.0, 8533.0, 8536.0, 8583.0, 8555.0, 8569.0, 8560.0, 8546.0, 8540.0, 8542.0, 8587.0, 8559.0, 8573.0, 8541.0, 8557.0, 8587.0, 8538.0, 8540.0, 8538.0, 8558.0, 8569.0, 8561.0, 8591.0, 8556.0, 8546.0, 8541.0, 8562.0, 8591.0, 8540.0, 8542.0, 8604.0, 8554.0, 8570.0, 8533.0, 8535.0, 8577.0, 8553.0, 8557.0, 8581.0, 8579.0, 8587.0, 8606.0, 8585.0, 8584.0, 8614.0, 8566.0, 8563.0, 8611.0, 8565.0, 8591.0, 8557.0, 8545.0, 8602.0, 8556.0, 8569.0, 8560.0, 8576.0, 8601.0, 8540.0, 8583.0, 8552.0, 8537.0, 8538.0, 8535.0, 8577.0, 8535.0, 8548.0, 8552.0, 8524.0, 8555.0, 8544.0, 8556.0, 8539.0, 8588.0, 8554.0, 8555.0, 8537.0, 8523.0, 8580.0, 8537.0, 8562.0, 8535.0, 8538.0, 8547.0, 8518.0, 8582.0, 8530.0, 8515.0, 8528.0, 8518.0, 8559.0, 8514.0, 8561.0, 8536.0, 8550.0, 8538.0, 8557.0, 8576.0, 8522.0, 8577.0, 8537.0, 8565.0, 8535.0, 8550.0, 8579.0, 8519.0, 8563.0, 8534.0, 8547.0, 8533.0, 8537.0, 8550.0, 8539.0, 8537.0, 8534.0, 8563.0, 8535.0, 8550.0, 8556.0, 8559.0, 8548.0, 8562.0, 8561.0, 8556.0, 8544.0, 8589.0, 8536.0, 8582.0, 8532.0, 8517.0, 8529.0, 8519.0, 8558.0, 8516.0, 8559.0, 8534.0, 8543.0, 8550.0, 8536.0, 8557.0, 8550.0, 8556.0, 8588.0, 8549.0, 8561.0, 8551.0, 8563.0, 8550.0, 8592.0, 8558.0, 8588.0, 8544.0, 8585.0, 8540.0, 8583.0, 8537.0, 8565.0, 8537.0, 8583.0, 8540.0, 8566.0, 8538.0, 8565.0, 8534.0, 8550.0, 8563.0, 8517.0, 8528.0, 8502.0, 8543.0, 8529.0, 8557.0, 8531.0, 8530.0, 8550.0, 8550.0, 8554.0, 8556.0, 8555.0, 8526.0, 8554.0, 8544.0, 8585.0, 8556.0, 8568.0, 8555.0, 8558.0, 8538.0, 8542.0, 8601.0, 8540.0, 8582.0, 8554.0, 8565.0, 8538.0, 8569.0, 8538.0, 8521.0, 8537.0, 8537.0, 8576.0, 8519.0, 8583.0, 8537.0, 8563.0, 8537.0, 8546.0, 8534.0, 8552.0, 8564.0, 8537.0, 8576.0, 8519.0, 8559.0, 8513.0, 8543.0, 8509.0, 8498.0, 8524.0, 8512.0, 8542.0, 8515.0, 8542.0, 8530.0, 8514.0, 8533.0, 8521.0, 8561.0, 8531.0, 8548.0, 8530.0, 8531.0, 8557.0, 8534.0, 8549.0, 8531.0, 8538.0, 8552.0, 8538.0, 8556.0, 8544.0, 8588.0, 8537.0, 8568.0, 8539.0, 8539.0, 8540.0, 8541.0, 8568.0, 8537.0, 8524.0, 8550.0, 8540.0, 8554.0, 8543.0, 8571.0, 8532.0, 8552.0, 8553.0, 8538.0, 8560.0, 8599.0, 8607.0, 8554.0, 8566.0, 8517.0, 8529.0, 8508.0, 8513.0, 8556.0, 8511.0, 8541.0, 8518.0, 8528.0, 8533.0, 8548.0, 8531.0, 8515.0, 8528.0, 8517.0, 8546.0, 8529.0, 8531.0, 8529.0, 8520.0, 8536.0, 8538.0, 8564.0, 8532.0, 8520.0, 8534.0, 8521.0, 8566.0, 8549.0, 8521.0, 8563.0, 8515.0, 8567.0, 8532.0, 8534.0, 8543.0, 8533.0, 8547.0, 8532.0, 8534.0, 8563.0, 8550.0, 8554.0, 8561.0, 8534.0, 8568.0, 8532.0, 8521.0, 8532.0, 8538.0, 8566.0, 8534.0, 8521.0, 8579.0, 8538.0, 8565.0, 8551.0, 8538.0, 8567.0, 8534.0, 8536.0, 8529.0, 8517.0, 8562.0, 8528.0, 8503.0, 8561.0, 8516.0, 8531.0, 8526.0, 8512.0, 8540.0, 8527.0, 8498.0, 8514.0, 8532.0, 8542.0, 8533.0, 8519.0, 8561.0, 8535.0, 8551.0, 8554.0, 8542.0, 8584.0, 8537.0, 8552.0, 8537.0, 8538.0, 8584.0, 8538.0, 8553.0, 8533.0, 8534.0, 8566.0, 8535.0, 8525.0, 8564.0, 8537.0, 8552.0, 8521.0, 8524.0, 8536.0, 8539.0, 8567.0, 8551.0, 8540.0, 8580.0, 8534.0, 8563.0, 8531.0, 8520.0, 8517.0, 8538.0, 8548.0, 8532.0, 8522.0, 8563.0, 8537.0, 8566.0, 8552.0, 8541.0, 8534.0, 8536.0, 8582.0, 8537.0, 8565.0, 8532.0, 8519.0, 8577.0, 8517.0, 8560.0, 8533.0, 8547.0, 8529.0, 8518.0, 8546.0, 8515.0, 8560.0, 8532.0, 8543.0, 8529.0, 8517.0, 8530.0, 8533.0, 8520.0, 8555.0, 8565.0, 8555.0, 8573.0, 8555.0, 8544.0, 8556.0, 8546.0, 8586.0, 8539.0, 8587.0, 8539.0, 8552.0, 8536.0, 8524.0, 8563.0, 8537.0, 8567.0, 8533.0, 8551.0, 8552.0, 8526.0, 8541.0, 8545.0, 8585.0, 8554.0, 8570.0, 8552.0, 8540.0, 8583.0, 8538.0, 8565.0, 8554.0, 8565.0, 8552.0, 8553.0, 8533.0, 8535.0, 8581.0, 8538.0, 8568.0, 8558.0, 8570.0, 8554.0, 8554.0, 8538.0, 8539.0, 8538.0, 8557.0, 8570.0, 8538.0, 8585.0, 8553.0, 8564.0, 8551.0, 8536.0, 8518.0, 8518.0, 8563.0, 8519.0, 8533.0, 8538.0, 8561.0, 8535.0, 8567.0, 8552.0, 8552.0, 8558.0, 8542.0, 8558.0, 8562.0, 8558.0, 8557.0, 8590.0, 8558.0, 8584.0, 8556.0, 8558.0, 8551.0, 8542.0, 8583.0, 8539.0, 8569.0, 8554.0, 8535.0, 8552.0, 8541.0, 8550.0, 8552.0, 8565.0, 8551.0, 8554.0, 8536.0, 8542.0, 8582.0, 8535.0, 8566.0, 8536.0, 8534.0, 8533.0, 8535.0, 8518.0, 8520.0, 8563.0, 8535.0, 8547.0, 8554.0, 8540.0, 8554.0, 8538.0, 8536.0, 8524.0, 8536.0, 8540.0, 8536.0, 8541.0, 8569.0, 8543.0, 8541.0, 8546.0, 8558.0, 8560.0, 8587.0, 8561.0, 8561.0, 8546.0, 8556.0, 8546.0, 8607.0, 8557.0, 8586.0, 8540.0, 8565.0, 8537.0, 8547.0, 8534.0, 8562.0, 8540.0, 8565.0, 8541.0, 8557.0, 8544.0, 8541.0, 8543.0, 8560.0, 8546.0, 8560.0, 8564.0, 8561.0, 8560.0, 8588.0, 8539.0, 8587.0, 8540.0, 8551.0, 8540.0, 8537.0, 8540.0, 8567.0, 8543.0, 8557.0, 8558.0, 8543.0, 8561.0, 8543.0, 8562.0, 8591.0, 8564.0, 8561.0, 8567.0, 8607.0, 8557.0, 8575.0, 8540.0, 8539.0, 8540.0, 8559.0, 8556.0, 8578.0, 8565.0, 8589.0, 8572.0, 8607.0, 8623.0, 8574.0, 8587.0, 8570.0, 8585.0, 8616.0, 8566.0, 8600.0, 8561.0, 8549.0, 8546.0, 8548.0, 8607.0, 8555.0, 8571.0, 8537.0, 8525.0, 8537.0, 8539.0, 8582.0, 8535.0, 8563.0, 8534.0, 8521.0, 8551.0, 8543.0, 8569.0, 8536.0, 8569.0, 8537.0, 8524.0, 8535.0, 8526.0, 8567.0, 8535.0, 8566.0, 8549.0, 8535.0, 8550.0, 8521.0, 8580.0, 8533.0, 8563.0, 8549.0, 8532.0, 8554.0, 8509.0, 8536.0, 8538.0, 8540.0, 8529.0, 8557.0, 8547.0, 8556.0, 8544.0, 8603.0, 8543.0, 8583.0, 8538.0, 8552.0, 8553.0, 8568.0, 8536.0, 8539.0, 8536.0, 8523.0, 8584.0, 8518.0, 8567.0, 8530.0, 8518.0, 8529.0, 8520.0, 8560.0, 8532.0, 8543.0, 8530.0, 8522.0, 8535.0, 8535.0, 8550.0, 8557.0, 8567.0, 8555.0, 8543.0, 8569.0, 8541.0, 8582.0, 8555.0, 8575.0, 8551.0, 8520.0, 8583.0, 8536.0, 8549.0, 8536.0, 8538.0, 8519.0, 8539.0, 8564.0, 8552.0, 8539.0, 8555.0, 8562.0, 8574.0, 8556.0, 8572.0, 8539.0, 8541.0, 8553.0, 8558.0, 8571.0, 8541.0, 8542.0, 8539.0, 8543.0, 8569.0, 8560.0, 8576.0, 8538.0, 8526.0, 8599.0, 8525.0, 8567.0, 8555.0, 8556.0, 8533.0, 8522.0, 8582.0, 8538.0, 8565.0, 8550.0, 8539.0, 8563.0, 8536.0, 8567.0, 8533.0, 8522.0, 8561.0, 8519.0, 8577.0, 8533.0, 8549.0, 8530.0, 8518.0, 8575.0, 8520.0, 8560.0, 8537.0, 8535.0, 8536.0, 8539.0, 8568.0, 8539.0, 8542.0, 8568.0, 8539.0, 8587.0, 8554.0, 8571.0, 8576.0, 8519.0, 8562.0, 8514.0, 8516.0, 8519.0, 8520.0, 8520.0, 8556.0, 8554.0, 8533.0, 8537.0, 8565.0, 8552.0, 8524.0, 8537.0, 8556.0, 8572.0, 8535.0, 8523.0, 8582.0, 8535.0, 8568.0, 8534.0, 8537.0, 8565.0, 8534.0, 8521.0, 8538.0, 8541.0, 8568.0, 8541.0, 8558.0, 8567.0, 8539.0, 8568.0, 8539.0, 8526.0, 8565.0, 8520.0, 8568.0, 8535.0, 8522.0, 8519.0, 8535.0, 8563.0, 8530.0, 8519.0, 8518.0, 8533.0, 8562.0, 8537.0, 8552.0, 8539.0, 8522.0, 8521.0, 8524.0, 8537.0, 8556.0, 8568.0, 8553.0, 8558.0, 8554.0, 8541.0, 8584.0, 8542.0, 8571.0, 8558.0, 8545.0, 8541.0, 8545.0, 8602.0, 8547.0, 8591.0, 8564.0, 8581.0, 8543.0, 8543.0, 8588.0, 8558.0, 8582.0, 8556.0, 8568.0, 8556.0, 8546.0, 8582.0, 8540.0, 8586.0, 8563.0, 8561.0, 8582.0, 8580.0, 8582.0, 8617.0, 8582.0, 8563.0, 8579.0, 8563.0, 8589.0, 8540.0, 8541.0, 8540.0, 8527.0, 8542.0, 8544.0, 8589.0, 8541.0, 8584.0, 8540.0, 8552.0, 8555.0, 8557.0, 8535.0, 8522.0, 8599.0, 8538.0, 8567.0, 8554.0, 8550.0, 8533.0, 8547.0, 8556.0, 8546.0, 8562.0, 8565.0, 8612.0, 8567.0, 8607.0, 8546.0, 8590.0, 8532.0, 8552.0, 8546.0, 8513.0, 8512.0, 8501.0, 8531.0, 8517.0, 8520.0, 8521.0, 8555.0, 8525.0, 8540.0, 8541.0, 8581.0, 8538.0, 8569.0, 8538.0, 8537.0, 8534.0, 8519.0, 8537.0, 8535.0, 8552.0, 8541.0, 8560.0, 8576.0, 8566.0, 8579.0, 8585.0, 8585.0, 8601.0, 8543.0, 8558.0, 8568.0, 8520.0, 8565.0, 8547.0, 8601.0, 8540.0, 8518.0, 8557.0, 8531.0, 8542.0, 8532.0, 8517.0, 8536.0, 8537.0, 8541.0, 8543.0, 8564.0, 8545.0, 8560.0, 8561.0, 8603.0, 8573.0, 8569.0, 8538.0, 8574.0, 8561.0, 8517.0, 8561.0, 8515.0, 8519.0, 8516.0, 8536.0, 8535.0, 8551.0, 8555.0, 8534.0, 8520.0, 8567.0, 8522.0, 8521.0, 8519.0, 8524.0, 8537.0, 8542.0, 8576.0, 8579.0, 8519.0, 8569.0, 8518.0, 8520.0, 8582.0, 8520.0, 8534.0, 8516.0, 8519.0, 8542.0, 8517.0, 8548.0, 8541.0, 8514.0, 8547.0, 8512.0, 8518.0, 8561.0, 8534.0, 8518.0, 8557.0, 8496.0, 8541.0, 8498.0, 8517.0, 8514.0, 8536.0, 8538.0, 8532.0, 8522.0, 8567.0, 8521.0, 8523.0, 8564.0, 8536.0, 8539.0, 8579.0, 8520.0, 8562.0, 8538.0, 8543.0, 8567.0, 8525.0, 8538.0, 8582.0, 8523.0, 8567.0, 8535.0, 8519.0, 8579.0, 8536.0, 8562.0, 8535.0, 8537.0, 8556.0, 8542.0, 8598.0, 8539.0, 8551.0, 8521.0, 8539.0, 8569.0, 8517.0, 8520.0, 8583.0, 8519.0, 8534.0, 8519.0, 8536.0, 8563.0, 8515.0, 8519.0, 8579.0, 8517.0, 8533.0, 8514.0, 8515.0, 8515.0, 8511.0, 8530.0, 8536.0, 8555.0, 8548.0, 8591.0, 8550.0, 8607.0, 8564.0, 8588.0, 8542.0, 8575.0, 8563.0, 8518.0, 8566.0, 8515.0, 8514.0, 8516.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.00032559679767103344</td></tr>
<tr><td colspan=3>aqi</td><td>0.019279632387190684</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.32152505410776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1905198250182074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0086592963729066</td></tr>
<tr><td colspan=3>efc</td><td>0.506</td></tr>
<tr><td colspan=3>fber</td><td>3147.8706</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07275971608212037</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8005822416302766</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4068649830985467</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3677872162748264</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.635781846248973</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.21702588677184</td></tr>
<tr><td colspan=3>gcor</td><td>0.00711629</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020769858732819557</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025087475776672363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9189063554956944</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>24.3012</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5695</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.0268</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.0159</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3802</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.0321</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3003.81</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>810.1698</td></tr>
<tr><td colspan=3>tsnr</td><td>41.16849276423454</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>