<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-01/func/sub-0069_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>ee59bac11136866d2079e1f1198c2697</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:12:41.017500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99929, 0.0297138, 0.0231522, -0.0312294, 0.997189, 0.0681142]</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.0775305</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>52</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7765, -7347, 661, -42, -203, 60, 60]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5375fb71-90fc-42a3-8af7-a2b5b4d45b2d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681022882461548, -0.08378628641366959, 0.056870654225349426, 114.41546630859375], [-0.07971998304128647, 2.675384283065796, 0.18573009967803955, -100.2589111328125], [0.062115736305713654, -0.18274551630020142, 2.6930038928985596, -86.65815734863281], [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': ['171241.017500', '171241.477500', '171241.937500', '171242.397500', '171242.857500', '171243.317500', '171243.777500', '171244.237500', '171244.697500', '171245.157500', '171245.617500', '171246.077500', '171246.537500', '171246.997500', '171247.457500', '171247.917500', '171248.377500', '171248.837500', '171249.297500', '171249.757500', '171250.217500', '171250.677500', '171251.137500', '171251.597500', '171252.057500', '171252.517500', '171252.977500', '171253.437500', '171253.897500', '171254.357500', '171254.817500', '171255.277500', '171255.737500', '171256.197500', '171256.657500', '171257.117500', '171257.577500', '171258.037500', '171258.497500', '171258.957500', '171259.417500', '171259.877500', '171300.337500', '171300.797500', '171301.257500', '171301.717500', '171302.177500', '171302.637500', '171303.097500', '171303.557500', '171304.017500', '171304.477500', '171304.937500', '171305.397500', '171305.857500', '171306.317500', '171306.777500', '171307.237500', '171307.697500', '171308.157500', '171308.617500', '171309.077500', '171309.537500', '171309.997500', '171310.457500', '171310.917500', '171311.377500', '171311.837500', '171312.297500', '171312.757500', '171313.217500', '171313.677500', '171314.137500', '171314.597500', '171315.057500', '171315.517500', '171315.977500', '171316.437500', '171316.897500', '171317.357500', '171317.817500', '171318.277500', '171318.737500', '171319.197500', '171319.657500', '171320.117500', '171320.577500', '171321.037500', '171321.497500', '171321.957500', '171322.417500', '171322.877500', '171323.337500', '171323.797500', '171324.257500', '171324.717500', '171325.177500', '171325.637500', '171326.097500', '171326.557500', '171327.017500', '171327.477500', '171327.937500', '171328.397500', '171328.857500', '171329.317500', '171329.777500', '171330.237500', '171330.697500', '171331.157500', '171331.617500', '171332.077500', '171332.537500', '171332.997500', '171333.457500', '171333.917500', '171334.377500', '171334.837500', '171335.297500', '171335.757500', '171336.217500', '171336.677500', '171337.137500', '171337.597500', '171338.057500', '171338.517500', '171338.977500', '171339.437500', '171339.897500', '171340.357500', '171340.817500', '171341.277500', '171341.737500', '171342.197500', '171342.657500', '171343.117500', '171343.577500', '171344.037500', '171344.497500', '171344.957500', '171345.417500', '171345.877500', '171346.337500', '171346.797500', '171347.257500', '171347.717500', '171348.177500', '171348.637500', '171349.097500', '171349.557500', '171350.017500', '171350.477500', '171350.937500', '171351.397500', '171351.857500', '171352.317500', '171352.777500', '171353.237500', '171353.697500', '171354.157500', '171354.617500', '171355.077500', '171355.537500', '171355.997500', '171356.457500', '171356.917500', '171357.377500', '171357.837500', '171358.297500', '171358.757500', '171359.217500', '171359.677500', '171400.137500', '171400.597500', '171401.057500', '171401.517500', '171401.977500', '171402.437500', '171402.897500', '171403.357500', '171403.817500', '171404.277500', '171404.737500', '171405.197500', '171405.657500', '171406.117500', '171406.577500', '171407.037500', '171407.497500', '171407.957500', '171408.417500', '171408.877500', '171409.337500', '171409.797500', '171410.257500', '171410.717500', '171411.177500', '171411.637500', '171412.097500', '171412.557500', '171413.017500', '171413.477500', '171413.937500', '171414.397500', '171414.857500', '171415.317500', '171415.777500', '171416.237500', '171416.697500', '171417.157500', '171417.617500', '171418.077500', '171418.537500', '171418.997500', '171419.457500', '171419.917500', '171420.377500', '171420.837500', '171421.297500', '171421.757500', '171422.217500', '171422.677500', '171423.137500', '171423.597500', '171424.057500', '171424.517500', '171424.977500', '171425.437500', '171425.897500', '171426.357500', '171426.817500', '171427.277500', '171427.737500', '171428.197500', '171428.657500', '171429.117500', '171429.577500', '171430.037500', '171430.497500', '171430.957500', '171431.417500', '171431.877500', '171432.337500', '171432.797500', '171433.257500', '171433.717500', '171434.177500', '171434.637500', '171435.097500', '171435.557500', '171436.017500', '171436.477500', '171436.937500', '171437.397500', '171437.857500', '171438.317500', '171438.777500', '171439.237500', '171439.697500', '171440.157500', '171440.617500', '171441.077500', '171441.537500', '171441.997500', '171442.457500', '171442.917500', '171443.377500', '171443.837500', '171444.297500', '171444.757500', '171445.217500', '171445.677500', '171446.137500', '171446.597500', '171447.057500', '171447.517500', '171447.977500', '171448.437500', '171448.897500', '171449.357500', '171449.817500', '171450.277500', '171450.737500', '171451.197500', '171451.657500', '171452.117500', '171452.577500', '171453.037500', '171453.497500', '171453.957500', '171454.417500', '171454.877500', '171455.337500', '171455.797500', '171456.257500', '171456.717500', '171457.177500', '171457.637500', '171458.097500', '171458.557500', '171459.017500', '171459.477500', '171459.937500', '171500.397500', '171500.857500', '171501.317500', '171501.777500', '171502.237500', '171502.697500', '171503.157500', '171503.617500', '171504.077500', '171504.537500', '171504.997500', '171505.457500', '171505.917500', '171506.377500', '171506.837500', '171507.297500', '171507.757500', '171508.217500', '171508.677500', '171509.137500', '171509.597500', '171510.057500', '171510.517500', '171510.977500', '171511.437500', '171511.897500', '171512.357500', '171512.817500', '171513.277500', '171513.737500', '171514.197500', '171514.657500', '171515.117500', '171515.577500', '171516.037500', '171516.497500', '171516.957500', '171517.417500', '171517.877500', '171518.337500', '171518.797500', '171519.257500', '171519.717500', '171520.177500', '171520.637500', '171521.097500', '171521.557500', '171522.017500', '171522.477500', '171522.937500', '171523.397500', '171523.857500', '171524.317500', '171524.777500', '171525.237500', '171525.697500', '171526.157500', '171526.617500', '171527.077500', '171527.537500', '171527.997500', '171528.457500', '171528.917500', '171529.377500', '171529.837500', '171530.297500', '171530.757500', '171531.217500', '171531.677500', '171532.137500', '171532.597500', '171533.057500', '171533.517500', '171533.977500', '171534.437500', '171534.897500', '171535.357500', '171535.817500', '171536.277500', '171536.737500', '171537.197500', '171537.657500', '171538.117500', '171538.577500', '171539.037500', '171539.497500', '171539.957500', '171540.417500', '171540.877500', '171541.337500', '171541.797500', '171542.257500', '171542.717500', '171543.177500', '171543.637500', '171544.097500', '171544.557500', '171545.017500', '171545.477500', '171545.937500', '171546.397500', '171546.857500', '171547.317500', '171547.777500', '171548.237500', '171548.697500', '171549.157500', '171549.617500', '171550.077500', '171550.537500', '171550.997500', '171551.457500', '171551.917500', '171552.377500', '171552.837500', '171553.297500', '171553.757500', '171554.217500', '171554.677500', '171555.137500', '171555.597500', '171556.057500', '171556.517500', '171556.977500', '171557.437500', '171557.897500', '171558.357500', '171558.817500', '171559.277500', '171559.737500', '171600.197500', '171600.657500', '171601.117500', '171601.577500', '171602.037500', '171602.497500', '171602.957500', '171603.417500', '171603.877500', '171604.337500', '171604.797500', '171605.257500', '171605.717500', '171606.177500', '171606.637500', '171607.097500', '171607.557500', '171608.017500', '171608.477500', '171608.937500', '171609.397500', '171609.857500', '171610.317500', '171610.777500', '171611.237500', '171611.697500', '171612.157500', '171612.617500', '171613.077500', '171613.537500', '171613.997500', '171614.457500', '171614.917500', '171615.377500', '171615.837500', '171616.297500', '171616.757500', '171617.217500', '171617.677500', '171618.137500', '171618.597500', '171619.057500', '171619.517500', '171619.977500', '171620.437500', '171620.897500', '171621.357500', '171621.817500', '171622.277500', '171622.737500', '171623.197500', '171623.657500', '171624.117500', '171624.577500', '171625.037500', '171625.497500', '171625.957500', '171626.417500', '171626.877500', '171627.337500', '171627.797500', '171628.257500', '171628.717500', '171629.177500', '171629.637500', '171630.097500', '171630.557500', '171631.017500', '171631.477500', '171631.937500', '171632.397500', '171632.857500', '171633.317500', '171633.777500', '171634.237500', '171634.697500', '171635.157500', '171635.617500', '171636.077500', '171636.537500', '171636.997500', '171637.457500', '171637.917500', '171638.377500', '171638.837500', '171639.297500', '171639.757500', '171640.217500', '171640.677500', '171641.137500', '171641.597500', '171642.057500', '171642.517500', '171642.977500', '171643.437500', '171643.897500', '171644.357500', '171644.817500', '171645.277500', '171645.737500', '171646.197500', '171646.657500', '171647.117500', '171647.577500', '171648.037500', '171648.497500', '171648.957500', '171649.417500', '171649.877500', '171650.337500', '171650.797500', '171651.257500', '171651.717500', '171652.177500', '171652.637500', '171653.097500', '171653.557500', '171654.017500', '171654.477500', '171654.937500', '171655.397500', '171655.857500', '171656.317500', '171656.777500', '171657.237500', '171657.697500', '171658.157500', '171658.617500', '171659.077500', '171659.537500', '171659.997500', '171700.457500', '171700.917500', '171701.377500', '171701.837500', '171702.297500', '171702.757500', '171703.217500', '171703.677500', '171704.137500', '171704.597500', '171705.057500', '171705.517500', '171705.977500', '171706.437500', '171706.897500', '171707.357500', '171707.817500', '171708.277500', '171708.737500', '171709.197500', '171709.657500', '171710.117500', '171710.577500', '171711.037500', '171711.497500', '171711.957500', '171712.417500', '171712.877500', '171713.337500', '171713.797500', '171714.257500', '171714.717500', '171715.177500', '171715.637500', '171716.097500', '171716.557500', '171717.017500', '171717.477500', '171717.937500', '171718.397500', '171718.857500', '171719.317500', '171719.777500', '171720.237500', '171720.697500', '171721.157500', '171721.617500', '171722.077500', '171722.537500', '171722.997500', '171723.457500', '171723.917500', '171724.377500', '171724.837500', '171725.297500', '171725.757500', '171726.217500', '171726.677500', '171727.137500', '171727.597500', '171728.057500', '171728.517500', '171728.977500', '171729.437500', '171729.897500', '171730.357500', '171730.817500', '171731.277500', '171731.737500', '171732.197500', '171732.657500', '171733.117500', '171733.577500', '171734.037500', '171734.497500', '171734.957500', '171735.417500', '171735.877500', '171736.337500', '171736.797500', '171737.257500', '171737.717500', '171738.177500', '171738.637500', '171739.097500', '171739.557500', '171740.017500', '171740.477500', '171740.937500', '171741.397500', '171741.857500', '171742.317500', '171742.777500', '171743.237500', '171743.697500', '171744.157500', '171744.617500', '171745.077500', '171745.537500', '171745.997500', '171746.457500', '171746.917500', '171747.377500', '171747.837500', '171748.297500', '171748.757500', '171749.217500', '171749.677500', '171750.137500', '171750.597500', '171751.057500', '171751.517500', '171751.977500', '171752.437500', '171752.897500', '171753.357500', '171753.817500', '171754.277500', '171754.737500', '171755.197500', '171755.657500', '171756.117500', '171756.577500', '171757.037500', '171757.497500', '171757.957500', '171758.417500', '171758.877500', '171759.337500', '171759.797500', '171800.257500', '171800.717500', '171801.177500', '171801.637500', '171802.097500', '171802.557500', '171803.017500', '171803.477500', '171803.937500', '171804.397500', '171804.857500', '171805.317500', '171805.777500', '171806.237500', '171806.697500', '171807.157500', '171807.617500', '171808.077500', '171808.537500', '171808.997500', '171809.457500', '171809.917500', '171810.377500', '171810.837500', '171811.297500', '171811.757500', '171812.217500', '171812.677500', '171813.137500', '171813.597500', '171814.057500', '171814.517500', '171814.977500', '171815.437500', '171815.897500', '171816.357500', '171816.817500', '171817.277500', '171817.737500', '171818.197500', '171818.657500', '171819.117500', '171819.577500', '171820.037500', '171820.497500', '171820.957500', '171821.417500', '171821.877500', '171822.337500', '171822.797500', '171823.257500', '171823.717500', '171824.177500', '171824.637500', '171825.097500', '171825.557500', '171826.017500', '171826.477500', '171826.937500', '171827.397500', '171827.857500', '171828.317500', '171828.777500', '171829.237500', '171829.697500', '171830.157500', '171830.617500', '171831.077500', '171831.537500', '171831.997500', '171832.457500', '171832.917500', '171833.377500', '171833.837500', '171834.297500', '171834.757500', '171835.217500', '171835.677500', '171836.137500', '171836.597500', '171837.057500', '171837.517500', '171837.977500', '171838.437500', '171838.897500', '171839.357500', '171839.817500', '171840.277500', '171840.737500', '171841.197500', '171841.657500', '171842.117500', '171842.577500', '171843.037500', '171843.497500', '171843.957500', '171844.417500', '171844.877500', '171845.337500', '171845.797500', '171846.257500', '171846.717500', '171847.177500', '171847.637500', '171848.097500', '171848.557500', '171849.017500', '171849.477500', '171849.937500', '171850.397500', '171850.857500', '171851.317500', '171851.777500', '171852.237500', '171852.697500', '171853.157500', '171853.617500', '171854.077500', '171854.537500', '171854.997500', '171855.457500', '171855.917500', '171856.377500', '171856.837500', '171857.297500', '171857.757500', '171858.217500', '171858.677500', '171859.137500', '171859.597500', '171900.057500', '171900.517500', '171900.977500', '171901.437500', '171901.897500', '171902.357500', '171902.817500', '171903.277500', '171903.737500', '171904.197500', '171904.657500', '171905.117500', '171905.577500', '171906.037500', '171906.497500', '171906.957500', '171907.417500', '171907.877500', '171908.337500', '171908.797500', '171909.257500', '171909.717500', '171910.177500', '171910.637500', '171911.097500', '171911.557500', '171912.017500', '171912.477500', '171912.937500', '171913.397500', '171913.857500', '171914.317500', '171914.777500', '171915.237500', '171915.697500', '171916.157500', '171916.617500', '171917.077500', '171917.537500', '171917.997500', '171918.457500', '171918.917500', '171919.377500', '171919.837500', '171920.297500', '171920.757500', '171921.217500', '171921.677500', '171922.137500', '171922.597500', '171923.057500', '171923.517500', '171923.977500', '171924.437500', '171924.897500', '171925.357500', '171925.817500', '171926.277500', '171926.737500', '171927.197500', '171927.657500', '171928.117500', '171928.577500', '171929.037500', '171929.497500', '171929.957500', '171930.417500', '171930.877500', '171931.337500', '171931.797500', '171932.257500', '171932.717500', '171933.177500', '171933.637500', '171934.097500', '171934.557500', '171935.017500', '171935.477500', '171935.937500', '171936.397500', '171936.857500', '171937.317500', '171937.777500', '171938.237500', '171938.697500', '171939.157500', '171939.617500', '171940.077500', '171940.537500', '171940.997500', '171941.457500', '171941.917500', '171942.377500', '171942.837500', '171943.297500', '171943.757500', '171944.217500', '171944.677500', '171945.137500', '171945.597500', '171946.057500', '171946.517500', '171946.977500', '171947.437500', '171947.897500', '171948.357500', '171948.817500', '171949.277500', '171949.737500', '171950.197500', '171950.657500', '171951.117500', '171951.577500', '171952.037500', '171952.497500', '171952.957500', '171953.417500', '171953.877500', '171954.337500', '171954.797500', '171955.257500', '171955.717500', '171956.177500', '171956.637500', '171957.097500', '171957.557500', '171958.017500', '171958.477500', '171958.937500', '171959.397500', '171959.857500', '172000.317500', '172000.777500', '172001.237500', '172001.697500', '172002.157500', '172002.617500', '172003.077500', '172003.537500', '172003.997500', '172004.457500', '172004.917500', '172005.377500', '172005.837500', '172006.297500', '172006.757500', '172007.217500', '172007.677500', '172008.137500', '172008.597500', '172009.057500', '172009.517500', '172009.977500', '172010.437500', '172010.897500', '172011.357500', '172011.817500', '172012.277500', '172012.737500', '172013.197500', '172013.657500', '172014.117500', '172014.577500', '172015.037500', '172015.497500', '172015.957500', '172016.417500', '172016.877500', '172017.337500', '172017.797500', '172018.257500', '172018.717500', '172019.177500', '172019.637500', '172020.097500', '172020.557500', '172021.017500', '172021.477500', '172021.937500', '172022.397500', '172022.857500', '172023.317500', '172023.777500', '172024.237500', '172024.697500', '172025.157500', '172025.617500', '172026.077500', '172026.537500', '172026.997500', '172027.457500', '172027.917500', '172028.377500', '172028.837500', '172029.297500', '172029.757500', '172030.217500', '172030.677500', '172031.137500', '172031.597500', '172032.057500', '172032.517500', '172032.977500', '172033.437500', '172033.897500', '172034.357500', '172034.817500', '172035.277500', '172035.737500', '172036.197500', '172036.657500', '172037.117500', '172037.577500', '172038.037500', '172038.497500', '172038.957500', '172039.417500', '172039.877500', '172040.337500', '172040.797500', '172041.257500', '172041.717500', '172042.177500', '172042.637500', '172043.097500', '172043.557500', '172044.017500', '172044.477500', '172044.937500', '172045.397500', '172045.857500', '172046.317500', '172046.777500', '172047.237500', '172047.697500', '172048.157500', '172048.617500', '172049.077500', '172049.537500', '172049.997500', '172050.457500', '172050.917500', '172051.377500', '172051.837500', '172052.297500', '172052.757500', '172053.217500', '172053.677500', '172054.137500', '172054.597500', '172055.057500', '172055.517500', '172055.977500', '172056.437500', '172056.897500', '172057.357500', '172057.817500', '172058.277500', '172058.737500', '172059.197500', '172059.657500', '172100.117500', '172100.577500', '172101.037500', '172101.497500', '172101.957500', '172102.417500', '172102.877500', '172103.337500', '172103.797500', '172104.257500', '172104.717500', '172105.177500', '172105.637500', '172106.097500', '172106.557500', '172107.017500', '172107.477500', '172107.937500', '172108.397500', '172108.857500', '172109.317500', '172109.777500', '172110.237500', '172110.697500', '172111.157500', '172111.617500', '172112.077500', '172112.537500', '172112.997500', '172113.457500', '172113.917500', '172114.377500', '172114.837500', '172115.297500', '172115.757500', '172116.217500', '172116.677500', '172117.137500', '172117.597500', '172118.057500', '172118.517500', '172118.977500', '172119.437500', '172119.897500', '172120.357500', '172120.817500', '172121.277500', '172121.737500', '172122.197500', '172122.657500', '172123.117500', '172123.577500', '172124.037500', '172124.497500', '172124.957500', '172125.417500', '172125.877500', '172126.337500', '172126.797500', '172127.257500', '172127.717500', '172128.177500', '172128.637500', '172129.097500', '172129.557500', '172130.017500', '172130.477500', '172130.937500', '172131.397500', '172131.857500', '172132.317500', '172132.777500', '172133.237500', '172133.697500', '172134.157500', '172134.617500', '172135.077500', '172135.537500', '172135.997500', '172136.457500', '172136.917500', '172137.377500', '172137.837500', '172138.297500', '172138.757500', '172139.217500', '172139.677500', '172140.137500', '172140.597500', '172141.057500', '172141.517500', '172141.977500', '172142.437500', '172142.897500', '172143.357500', '172143.817500', '172144.277500', '172144.737500', '172145.197500', '172145.657500', '172146.117500', '172146.577500', '172147.037500', '172147.497500', '172147.957500', '172148.417500', '172148.877500', '172149.337500', '172149.797500', '172150.257500', '172150.717500', '172151.177500', '172151.637500', '172152.097500', '172152.557500', '172153.017500', '172153.477500', '172153.937500', '172154.397500', '172154.857500', '172155.317500', '172155.777500', '172156.237500', '172156.697500', '172157.157500', '172157.617500', '172158.077500', '172158.537500', '172158.997500', '172159.457500', '172159.917500', '172200.377500', '172200.837500', '172201.297500', '172201.757500', '172202.217500', '172202.677500', '172203.137500', '172203.597500', '172204.057500', '172204.517500', '172204.977500', '172205.437500', '172205.897500', '172206.357500', '172206.817500', '172207.277500', '172207.737500', '172208.197500', '172208.657500', '172209.117500', '172209.577500', '172210.037500', '172210.497500', '172210.957500', '172211.417500', '172211.877500', '172212.337500', '172212.797500', '172213.257500', '172213.717500', '172214.177500', '172214.637500', '172215.097500', '172215.557500', '172216.017500', '172216.477500', '172216.937500', '172217.397500', '172217.857500', '172218.317500', '172218.777500', '172219.237500', '172219.697500', '172220.157500', '172220.617500', '172221.077500', '172221.537500', '172221.997500', '172222.457500', '172222.917500', '172223.377500', '172223.837500', '172224.297500', '172224.757500', '172225.217500', '172225.677500', '172226.137500', '172226.597500', '172227.057500', '172227.517500', '172227.977500', '172228.437500', '172228.897500', '172229.357500', '172229.817500', '172230.277500', '172230.737500', '172231.197500', '172231.657500', '172232.117500', '172232.577500', '172233.037500', '172233.497500', '172233.957500', '172234.417500', '172234.877500', '172235.337500', '172235.797500', '172236.257500', '172236.717500', '172237.177500', '172237.637500', '172238.097500', '172238.557500', '172239.017500', '172239.477500', '172239.937500', '172240.397500', '172240.857500', '172241.317500', '172241.777500', '172242.237500', '172242.697500', '172243.157500', '172243.617500', '172244.077500', '172244.537500', '172244.997500', '172245.457500', '172245.917500', '172246.377500', '172246.837500', '172247.297500', '172247.757500', '172248.217500', '172248.677500', '172249.137500', '172249.597500', '172250.057500', '172250.517500', '172250.977500', '172251.437500', '172251.897500', '172252.357500', '172252.817500', '172253.277500', '172253.737500', '172254.197500', '172254.657500', '172255.117500', '172255.577500', '172256.037500', '172256.497500', '172256.957500', '172257.417500', '172257.877500', '172258.337500', '172258.797500', '172259.257500', '172259.717500', '172300.177500', '172300.637500', '172301.097500', '172301.557500', '172302.017500', '172302.477500', '172302.937500', '172303.397500', '172303.857500', '172304.317500', '172304.777500', '172305.237500', '172305.697500', '172306.157500', '172306.617500', '172307.077500', '172307.537500', '172307.997500', '172308.457500', '172308.917500', '172309.377500', '172309.837500', '172310.297500', '172310.757500', '172311.217500', '172311.677500', '172312.137500', '172312.597500', '172313.057500', '172313.517500'], 'ContentTime': ['171253.509000', '171253.512000', '171253.515000', '171253.518000', '171253.520000', '171253.523000', '171253.525000', '171253.528000', '171253.530000', '171253.533000', '171253.536000', '171253.538000', '171253.541000', '171253.544000', '171253.546000', '171253.549000', '171253.552000', '171253.557000', '171253.563000', '171253.566000', '171253.569000', '171253.571000', '171253.574000', '171253.577000', '171253.579000', '171313.476000', '171313.478000', '171313.481000', '171313.483000', '171313.486000', '171313.489000', '171313.491000', '171313.494000', '171313.496000', '171313.499000', '171313.501000', '171313.504000', '171313.506000', '171313.509000', '171313.511000', '171313.514000', '171313.526000', '171313.528000', '171313.531000', '171313.533000', '171313.536000', '171313.538000', '171313.541000', '171313.543000', '171313.546000', '171313.548000', '171313.551000', '171313.554000', '171313.556000', '171313.559000', '171313.561000', '171313.564000', '171313.566000', '171313.569000', '171313.572000', '171313.574000', '171313.577000', '171313.579000', '171313.582000', '171313.584000', '171313.593000', '171313.596000', '171313.599000', '171313.601000', '171333.475000', '171333.478000', '171333.481000', '171333.483000', '171333.486000', '171333.488000', '171333.491000', '171333.493000', '171333.496000', '171333.499000', '171333.501000', '171333.504000', '171333.506000', '171333.509000', '171333.511000', '171333.522000', '171333.524000', '171333.527000', '171333.529000', '171333.532000', '171333.534000', '171333.537000', '171333.539000', '171333.542000', '171333.544000', '171333.547000', '171333.550000', '171333.552000', '171333.555000', '171333.557000', '171333.560000', '171333.562000', '171333.565000', '171333.568000', '171333.570000', '171333.573000', '171333.575000', '171333.578000', '171333.580000', '171333.583000', '171333.585000', '171333.588000', '171333.590000', '171333.593000', '171353.475000', '171353.478000', '171353.481000', '171353.483000', '171353.486000', '171353.489000', '171353.491000', '171353.494000', '171353.496000', '171353.499000', '171353.501000', '171353.504000', '171353.506000', '171353.509000', '171353.512000', '171353.514000', '171353.517000', '171353.519000', '171353.522000', '171353.524000', '171353.527000', '171353.529000', '171353.532000', '171353.535000', '171353.537000', '171353.540000', '171353.542000', '171353.545000', '171353.547000', '171353.550000', '171353.553000', '171353.555000', '171353.558000', '171353.560000', '171353.563000', '171353.566000', '171353.568000', '171353.571000', '171353.573000', '171353.576000', '171353.578000', '171353.581000', '171353.583000', '171413.475000', '171413.478000', '171413.481000', '171413.484000', '171413.487000', '171413.490000', '171413.493000', '171413.495000', '171413.498000', '171413.500000', '171413.503000', '171413.505000', '171413.508000', '171413.511000', '171413.513000', '171413.516000', '171413.518000', '171413.521000', '171413.523000', '171413.526000', '171413.529000', '171413.532000', '171413.534000', '171413.537000', '171413.540000', '171413.542000', '171413.545000', '171413.547000', '171413.550000', '171413.553000', '171413.555000', '171413.558000', '171413.560000', '171413.563000', '171413.565000', '171413.568000', '171413.571000', '171413.573000', '171413.576000', '171413.578000', '171413.581000', '171413.584000', '171413.586000', '171433.475000', '171433.478000', '171433.481000', '171433.483000', '171433.486000', '171433.489000', '171433.491000', '171433.494000', '171433.496000', '171433.499000', '171433.502000', '171433.504000', '171433.507000', '171433.509000', '171433.512000', '171433.514000', '171433.517000', '171433.520000', '171433.522000', '171433.525000', '171433.527000', '171433.530000', '171433.532000', '171433.535000', '171433.537000', '171433.540000', '171433.543000', '171433.560000', '171433.562000', '171433.565000', '171433.567000', '171433.570000', '171433.573000', '171433.575000', '171433.578000', '171433.580000', '171433.583000', '171433.585000', '171433.588000', '171433.590000', '171433.593000', '171433.596000', '171433.598000', '171433.601000', '171453.475000', '171453.478000', '171453.481000', '171453.483000', '171453.486000', '171453.489000', '171453.491000', '171453.494000', '171453.496000', '171453.499000', '171453.501000', '171453.505000', '171453.507000', '171453.510000', '171453.513000', '171453.515000', '171453.518000', '171453.521000', '171453.523000', '171453.526000', '171453.528000', '171453.531000', '171453.533000', '171453.536000', '171453.538000', '171453.541000', '171453.544000', '171453.546000', '171453.549000', '171453.551000', '171453.554000', '171453.557000', '171453.559000', '171453.562000', '171453.564000', '171453.567000', '171453.569000', '171453.572000', '171453.575000', '171453.577000', '171453.580000', '171453.582000', '171453.585000', '171513.475000', '171513.477000', '171513.480000', '171513.483000', '171513.485000', '171513.488000', '171513.490000', '171513.493000', '171513.495000', '171513.498000', '171513.500000', '171513.503000', '171513.506000', '171513.508000', '171513.511000', '171513.513000', '171513.516000', '171513.518000', '171513.521000', '171513.524000', '171513.526000', '171513.529000', '171513.531000', '171513.534000', '171513.536000', '171513.539000', '171513.542000', '171513.544000', '171513.547000', '171513.549000', '171513.552000', '171513.555000', '171513.557000', '171513.560000', '171513.563000', '171513.565000', '171513.568000', '171513.570000', '171513.573000', '171513.576000', '171513.578000', '171513.581000', '171513.583000', '171513.586000', '171533.475000', '171533.478000', '171533.481000', '171533.483000', '171533.486000', '171533.489000', '171533.491000', '171533.494000', '171533.496000', '171533.499000', '171533.501000', '171533.504000', '171533.507000', '171533.509000', '171533.512000', '171533.514000', '171533.517000', '171533.519000', '171533.522000', '171533.524000', '171533.527000', '171533.529000', '171533.532000', '171533.535000', '171533.537000', '171533.540000', '171533.543000', '171533.546000', '171533.549000', '171533.552000', '171533.554000', '171533.557000', '171533.559000', '171533.562000', '171533.565000', '171533.568000', '171533.571000', '171533.573000', '171533.576000', '171533.579000', '171533.581000', '171533.584000', '171533.586000', '171553.475000', '171553.478000', '171553.481000', '171553.483000', '171553.486000', '171553.488000', '171553.491000', '171553.494000', '171553.496000', '171553.499000', '171553.501000', '171553.504000', '171553.506000', '171553.509000', '171553.512000', '171553.514000', '171553.517000', '171553.519000', '171553.522000', '171553.524000', '171553.527000', '171553.529000', '171553.532000', '171553.535000', '171553.537000', '171553.540000', '171553.542000', '171553.545000', '171553.548000', '171553.550000', '171553.553000', '171553.555000', '171553.558000', '171553.561000', '171553.563000', '171553.566000', '171553.568000', '171553.571000', '171553.574000', '171553.576000', '171553.579000', '171553.581000', '171553.584000', '171553.586000', '171613.475000', '171613.478000', '171613.481000', '171613.484000', '171613.486000', '171613.489000', '171613.491000', '171613.494000', '171613.496000', '171613.499000', '171613.502000', '171613.504000', '171613.507000', '171613.509000', '171613.512000', '171613.515000', '171613.517000', '171613.520000', '171613.522000', '171613.525000', '171613.528000', '171613.530000', '171613.558000', '171613.561000', '171613.564000', '171613.566000', '171613.569000', '171613.572000', '171613.575000', '171613.578000', '171613.581000', '171613.583000', '171613.586000', '171613.588000', '171613.591000', '171613.593000', '171613.596000', '171613.599000', '171613.601000', '171613.604000', '171613.606000', '171613.609000', '171613.611000', '171633.476000', '171633.478000', '171633.481000', '171633.484000', '171633.486000', '171633.489000', '171633.491000', '171633.494000', '171633.496000', '171633.499000', '171633.502000', '171633.504000', '171633.507000', '171633.509000', '171633.512000', '171633.514000', '171633.517000', '171633.519000', '171633.522000', '171633.525000', '171633.527000', '171633.530000', '171633.532000', '171633.535000', '171633.538000', '171633.540000', '171633.543000', '171633.545000', '171633.548000', '171633.551000', '171633.553000', '171633.556000', '171633.558000', '171633.561000', '171633.564000', '171633.566000', '171633.569000', '171633.571000', '171633.574000', '171633.577000', '171633.579000', '171633.582000', '171633.584000', '171633.587000', '171653.476000', '171653.478000', '171653.481000', '171653.484000', '171653.486000', '171653.489000', '171653.492000', '171653.494000', '171653.497000', '171653.499000', '171653.502000', '171653.504000', '171653.507000', '171653.509000', '171653.512000', '171653.515000', '171653.517000', '171653.520000', '171653.522000', '171653.525000', '171653.528000', '171653.530000', '171653.533000', '171653.535000', '171653.538000', '171653.540000', '171653.543000', '171653.546000', '171653.548000', '171653.551000', '171653.554000', '171653.556000', '171653.559000', '171653.562000', '171653.565000', '171653.567000', '171653.570000', '171653.573000', '171653.575000', '171653.578000', '171653.580000', '171653.583000', '171653.586000', '171713.475000', '171713.478000', '171713.481000', '171713.483000', '171713.486000', '171713.489000', '171713.491000', '171713.494000', '171713.496000', '171713.499000', '171713.501000', '171713.504000', '171713.506000', '171713.509000', '171713.512000', '171713.514000', '171713.517000', '171713.519000', '171713.522000', '171713.524000', '171713.527000', '171713.530000', '171713.532000', '171713.535000', '171713.537000', '171713.540000', '171713.543000', '171713.545000', '171713.548000', '171713.550000', '171713.553000', '171713.555000', '171713.558000', '171713.560000', '171713.563000', '171713.566000', '171713.568000', '171713.571000', '171713.573000', '171713.576000', '171713.579000', '171713.581000', '171713.584000', '171713.586000', '171733.475000', '171733.477000', '171733.480000', '171733.482000', '171733.485000', '171733.488000', '171733.490000', '171733.493000', '171733.495000', '171733.498000', '171733.500000', '171733.503000', '171733.505000', '171733.508000', '171733.511000', '171733.513000', '171733.516000', '171733.518000', '171733.521000', '171733.524000', '171733.526000', '171733.529000', '171733.531000', '171733.534000', '171733.536000', '171733.539000', '171733.542000', '171733.544000', '171733.547000', '171733.549000', '171733.552000', '171733.555000', '171733.557000', '171733.560000', '171733.563000', '171733.565000', '171733.568000', '171733.570000', '171733.573000', '171733.576000', '171733.578000', '171733.581000', '171733.583000', '171753.475000', '171753.478000', '171753.481000', '171753.484000', '171753.486000', '171753.489000', '171753.491000', '171753.494000', '171753.497000', '171753.499000', '171753.502000', '171753.504000', '171753.507000', '171753.509000', '171753.512000', '171753.515000', '171753.517000', '171753.520000', '171753.522000', '171753.525000', '171753.528000', '171753.530000', '171753.533000', '171753.535000', '171753.538000', '171753.540000', '171753.543000', '171753.546000', '171753.548000', '171753.551000', '171753.553000', '171753.556000', '171753.559000', '171753.561000', '171753.564000', '171753.567000', '171753.569000', '171753.572000', '171753.574000', '171753.577000', '171753.579000', '171753.582000', '171753.585000', '171753.587000', '171813.475000', '171813.478000', '171813.481000', '171813.483000', '171813.486000', '171813.489000', '171813.491000', '171813.494000', '171813.496000', '171813.499000', '171813.501000', '171813.504000', '171813.507000', '171813.509000', '171813.512000', '171813.514000', '171813.517000', '171813.519000', '171813.522000', '171813.525000', '171813.527000', '171813.532000', '171813.534000', '171813.537000', '171813.539000', '171813.542000', '171813.544000', '171813.547000', '171813.550000', '171813.552000', '171813.555000', '171813.558000', '171813.560000', '171813.563000', '171813.565000', '171813.568000', '171813.570000', '171813.574000', '171813.577000', '171813.580000', '171813.582000', '171813.585000', '171813.588000', '171833.476000', '171833.479000', '171833.481000', '171833.484000', '171833.486000', '171833.489000', '171833.492000', '171833.494000', '171833.497000', '171833.499000', '171833.502000', '171833.504000', '171833.507000', '171833.510000', '171833.512000', '171833.515000', '171833.517000', '171833.520000', '171833.522000', '171833.525000', '171833.528000', '171833.530000', '171833.533000', '171833.535000', '171833.538000', '171833.540000', '171833.543000', '171833.546000', '171833.548000', '171833.551000', '171833.553000', '171833.556000', '171833.559000', '171833.561000', '171833.564000', '171833.566000', '171833.569000', '171833.572000', '171833.574000', '171833.577000', '171833.579000', '171833.582000', '171833.585000', '171833.587000', '171853.476000', '171853.478000', '171853.481000', '171853.484000', '171853.486000', '171853.489000', '171853.491000', '171853.494000', '171853.496000', '171853.499000', '171853.502000', '171853.504000', '171853.507000', '171853.509000', '171853.512000', '171853.515000', '171853.517000', '171853.520000', '171853.522000', '171853.525000', '171853.527000', '171853.530000', '171853.533000', '171853.535000', '171853.538000', '171853.540000', '171853.543000', '171853.545000', '171853.548000', '171853.551000', '171853.553000', '171853.556000', '171853.558000', '171853.561000', '171853.564000', '171853.566000', '171853.569000', '171853.571000', '171853.574000', '171853.576000', '171853.579000', '171853.582000', '171853.584000', '171913.483000', '171913.486000', '171913.488000', '171913.491000', '171913.493000', '171913.496000', '171913.499000', '171913.502000', '171913.504000', '171913.507000', '171913.509000', '171913.512000', '171913.514000', '171913.517000', '171913.520000', '171913.522000', '171913.525000', '171913.527000', '171913.530000', '171913.533000', '171913.535000', '171913.538000', '171913.540000', '171913.543000', '171913.546000', '171913.548000', '171913.551000', '171913.553000', '171913.556000', '171913.559000', '171913.561000', '171913.564000', '171913.566000', '171913.569000', '171913.572000', '171913.574000', '171913.577000', '171913.579000', '171913.582000', '171913.585000', '171913.587000', '171913.590000', '171913.592000', '171913.595000', '171933.476000', '171933.478000', '171933.481000', '171933.484000', '171933.486000', '171933.489000', '171933.491000', '171933.494000', '171933.496000', '171933.499000', '171933.523000', '171933.526000', '171933.528000', '171933.531000', '171933.533000', '171933.536000', '171933.538000', '171933.541000', '171933.544000', '171933.546000', '171933.549000', '171933.551000', '171933.554000', '171933.556000', '171933.559000', '171933.561000', '171933.564000', '171933.567000', '171933.569000', '171933.572000', '171933.574000', '171933.577000', '171933.580000', '171933.582000', '171933.585000', '171933.587000', '171933.590000', '171933.593000', '171933.595000', '171933.598000', '171933.600000', '171933.603000', '171933.606000', '171953.475000', '171953.477000', '171953.480000', '171953.482000', '171953.485000', '171953.488000', '171953.490000', '171953.493000', '171953.495000', '171953.498000', '171953.500000', '171953.503000', '171953.506000', '171953.508000', '171953.511000', '171953.513000', '171953.516000', '171953.519000', '171953.521000', '171953.524000', '171953.526000', '171953.529000', '171953.532000', '171953.534000', '171953.537000', '171953.539000', '171953.542000', '171953.545000', '171953.547000', '171953.550000', '171953.552000', '171953.555000', '171953.558000', '171953.560000', '171953.563000', '171953.565000', '171953.568000', '171953.570000', '171953.573000', '171953.576000', '171953.578000', '171953.581000', '171953.583000', '171953.586000', '172013.475000', '172013.478000', '172013.481000', '172013.483000', '172013.486000', '172013.488000', '172013.491000', '172013.494000', '172013.496000', '172013.499000', '172013.501000', '172013.504000', '172013.506000', '172013.509000', '172013.512000', '172013.514000', '172013.517000', '172013.519000', '172013.522000', '172013.525000', '172013.527000', '172013.530000', '172013.532000', '172013.535000', '172013.537000', '172013.540000', '172013.543000', '172013.545000', '172013.548000', '172013.550000', '172013.553000', '172013.556000', '172013.558000', '172013.561000', '172013.563000', '172013.566000', '172013.568000', '172013.571000', '172013.574000', '172013.576000', '172013.579000', '172013.581000', '172013.584000', '172033.476000', '172033.478000', '172033.481000', '172033.483000', '172033.487000', '172033.489000', '172033.492000', '172033.495000', '172033.497000', '172033.500000', '172033.502000', '172033.515000', '172033.518000', '172033.520000', '172033.523000', '172033.525000', '172033.528000', '172033.531000', '172033.533000', '172033.536000', '172033.538000', '172033.541000', '172033.544000', '172033.546000', '172033.549000', '172033.552000', '172033.554000', '172033.557000', '172033.560000', '172033.562000', '172033.565000', '172033.567000', '172033.570000', '172033.573000', '172033.575000', '172033.578000', '172033.580000', '172033.583000', '172033.585000', '172033.588000', '172033.591000', '172033.593000', '172033.596000', '172033.598000', '172053.475000', '172053.478000', '172053.481000', '172053.484000', '172053.486000', '172053.489000', '172053.491000', '172053.494000', '172053.496000', '172053.499000', '172053.502000', '172053.504000', '172053.507000', '172053.509000', '172053.512000', '172053.515000', '172053.517000', '172053.520000', '172053.522000', '172053.525000', '172053.528000', '172053.530000', '172053.533000', '172053.535000', '172053.538000', '172053.541000', '172053.543000', '172053.546000', '172053.549000', '172053.551000', '172053.554000', '172053.556000', '172053.559000', '172053.561000', '172053.564000', '172053.566000', '172053.569000', '172053.572000', '172053.574000', '172053.577000', '172053.579000', '172053.582000', '172053.585000', '172113.476000', '172113.478000', '172113.481000', '172113.484000', '172113.486000', '172113.489000', '172113.491000', '172113.494000', '172113.496000', '172113.499000', '172113.502000', '172113.504000', '172113.507000', '172113.509000', '172113.512000', '172113.515000', '172113.517000', '172113.520000', '172113.522000', '172113.525000', '172113.527000', '172113.530000', '172113.533000', '172113.535000', '172113.538000', '172113.540000', '172113.543000', '172113.545000', '172113.548000', '172113.551000', '172113.553000', '172113.556000', '172113.559000', '172113.561000', '172113.564000', '172113.567000', '172113.569000', '172113.572000', '172113.574000', '172113.577000', '172113.580000', '172113.582000', '172113.585000', '172113.587000', '172133.476000', '172133.478000', '172133.481000', '172133.484000', '172133.486000', '172133.489000', '172133.491000', '172133.494000', '172133.496000', '172133.499000', '172133.502000', '172133.504000', '172133.507000', '172133.509000', '172133.512000', '172133.515000', '172133.517000', '172133.520000', '172133.522000', '172133.525000', '172133.528000', '172133.530000', '172133.533000', '172133.535000', '172133.538000', '172133.540000', '172133.543000', '172133.546000', '172133.548000', '172133.551000', '172133.553000', '172133.556000', '172133.559000', '172133.561000', '172133.564000', '172133.566000', '172133.569000', '172133.572000', '172133.574000', '172133.577000', '172133.579000', '172133.582000', '172133.585000', '172153.476000', '172153.479000', '172153.481000', '172153.484000', '172153.486000', '172153.489000', '172153.492000', '172153.494000', '172153.497000', '172153.500000', '172153.503000', '172153.506000', '172153.509000', '172153.511000', '172153.514000', '172153.516000', '172153.519000', '172153.522000', '172153.525000', '172153.528000', '172153.530000', '172153.533000', '172153.535000', '172153.538000', '172153.541000', '172153.543000', '172153.546000', '172153.549000', '172153.551000', '172153.554000', '172153.556000', '172153.559000', '172153.562000', '172153.564000', '172153.567000', '172153.570000', '172153.572000', '172153.575000', '172153.577000', '172153.580000', '172153.583000', '172153.585000', '172153.588000', '172213.475000', '172213.477000', '172213.480000', '172213.483000', '172213.485000', '172213.488000', '172213.490000', '172213.494000', '172213.497000', '172213.499000', '172213.502000', '172213.505000', '172213.507000', '172213.510000', '172213.512000', '172213.515000', '172213.517000', '172213.520000', '172213.523000', '172213.525000', '172213.528000', '172213.530000', '172213.533000', '172213.535000', '172213.538000', '172213.541000', '172213.543000', '172213.546000', '172213.548000', '172213.551000', '172213.554000', '172213.556000', '172213.559000', '172213.561000', '172213.564000', '172213.567000', '172213.569000', '172213.572000', '172213.574000', '172213.577000', '172213.579000', '172213.582000', '172213.585000', '172213.587000', '172233.476000', '172233.479000', '172233.482000', '172233.484000', '172233.487000', '172233.490000', '172233.492000', '172233.495000', '172233.497000', '172233.500000', '172233.503000', '172233.505000', '172233.508000', '172233.510000', '172233.513000', '172233.516000', '172233.518000', '172233.521000', '172233.524000', '172233.526000', '172233.529000', '172233.531000', '172233.534000', '172233.537000', '172233.539000', '172233.542000', '172233.544000', '172233.547000', '172233.550000', '172233.552000', '172233.555000', '172233.557000', '172233.560000', '172233.563000', '172233.565000', '172233.568000', '172233.570000', '172233.573000', '172233.576000', '172233.578000', '172233.581000', '172233.584000', '172233.586000', '172253.476000', '172253.479000', '172253.481000', '172253.484000', '172253.486000', '172253.489000', '172253.491000', '172253.494000', '172253.497000', '172253.499000', '172253.502000', '172253.504000', '172253.507000', '172253.509000', '172253.512000', '172253.515000', '172253.517000', '172253.520000', '172253.522000', '172253.525000', '172253.528000', '172253.530000', '172253.533000', '172253.535000', '172253.538000', '172253.541000', '172253.543000', '172253.546000', '172253.548000', '172253.551000', '172253.554000', '172253.557000', '172253.559000', '172253.562000', '172253.564000', '172253.567000', '172253.569000', '172253.572000', '172253.575000', '172253.577000', '172253.580000', '172253.582000', '172253.585000', '172253.587000', '172313.476000', '172313.478000', '172313.481000', '172313.484000', '172313.486000', '172313.489000', '172313.491000', '172313.494000', '172313.497000', '172313.499000', '172313.502000', '172313.504000', '172313.507000', '172313.510000', '172313.512000', '172313.515000', '172313.518000', '172313.520000', '172313.523000', '172313.526000', '172313.528000', '172313.531000', '172313.533000', '172313.536000', '172313.539000', '172313.541000', '172313.544000', '172313.547000', '172313.549000', '172313.552000', '172313.555000', '172313.557000', '172313.560000', '172313.563000', '172313.566000', '172313.569000', '172313.572000', '172313.575000', '172313.577000', '172313.580000', '172313.582000', '172313.585000', '172313.588000', '172314.430000', '172314.433000', '172314.436000'], 'InstanceCreationTime': ['171253.509000', '171253.512000', '171253.515000', '171253.518000', '171253.520000', '171253.523000', '171253.525000', '171253.528000', '171253.530000', '171253.533000', '171253.536000', '171253.538000', '171253.541000', '171253.544000', '171253.546000', '171253.549000', '171253.552000', '171253.557000', '171253.563000', '171253.566000', '171253.569000', '171253.571000', '171253.574000', '171253.577000', '171253.579000', '171313.476000', '171313.478000', '171313.481000', '171313.483000', '171313.486000', '171313.489000', '171313.491000', '171313.494000', '171313.496000', '171313.499000', '171313.501000', '171313.504000', '171313.506000', '171313.509000', '171313.511000', '171313.514000', '171313.526000', '171313.528000', '171313.531000', '171313.533000', '171313.536000', '171313.538000', '171313.541000', '171313.543000', '171313.546000', '171313.548000', '171313.551000', '171313.554000', '171313.556000', '171313.559000', '171313.561000', '171313.564000', '171313.566000', '171313.569000', '171313.572000', '171313.574000', '171313.577000', '171313.579000', '171313.582000', '171313.584000', '171313.593000', '171313.596000', '171313.599000', '171313.601000', '171333.475000', '171333.478000', '171333.481000', '171333.483000', '171333.486000', '171333.488000', '171333.491000', '171333.493000', '171333.496000', '171333.499000', '171333.501000', '171333.504000', '171333.506000', '171333.509000', '171333.511000', '171333.522000', '171333.524000', '171333.527000', '171333.529000', '171333.532000', '171333.534000', '171333.537000', '171333.539000', '171333.542000', '171333.544000', '171333.547000', '171333.550000', '171333.552000', '171333.555000', '171333.557000', '171333.560000', '171333.562000', '171333.565000', '171333.568000', '171333.570000', '171333.573000', '171333.575000', '171333.578000', '171333.580000', '171333.583000', '171333.585000', '171333.588000', '171333.590000', '171333.593000', '171353.475000', '171353.478000', '171353.481000', '171353.483000', '171353.486000', '171353.489000', '171353.491000', '171353.494000', '171353.496000', '171353.499000', '171353.501000', '171353.504000', '171353.506000', '171353.509000', '171353.512000', '171353.514000', '171353.517000', '171353.519000', '171353.522000', '171353.524000', '171353.527000', '171353.529000', '171353.532000', '171353.535000', '171353.537000', '171353.540000', '171353.542000', '171353.545000', '171353.547000', '171353.550000', '171353.553000', '171353.555000', '171353.558000', '171353.560000', '171353.563000', '171353.566000', '171353.568000', '171353.571000', '171353.573000', '171353.576000', '171353.578000', '171353.581000', '171353.583000', '171413.475000', '171413.478000', '171413.481000', '171413.484000', '171413.487000', '171413.490000', '171413.493000', '171413.495000', '171413.498000', '171413.500000', '171413.503000', '171413.505000', '171413.508000', '171413.511000', '171413.513000', '171413.516000', '171413.518000', '171413.521000', '171413.523000', '171413.526000', '171413.529000', '171413.532000', '171413.534000', '171413.537000', '171413.540000', '171413.542000', '171413.545000', '171413.547000', '171413.550000', '171413.553000', '171413.555000', '171413.558000', '171413.560000', '171413.563000', '171413.565000', '171413.568000', '171413.571000', '171413.573000', '171413.576000', '171413.578000', '171413.581000', '171413.584000', '171413.586000', '171433.475000', '171433.478000', '171433.481000', '171433.483000', '171433.486000', '171433.489000', '171433.491000', '171433.494000', '171433.496000', '171433.499000', '171433.502000', '171433.504000', '171433.507000', '171433.509000', '171433.512000', '171433.514000', '171433.517000', '171433.520000', '171433.522000', '171433.525000', '171433.527000', '171433.530000', '171433.532000', '171433.535000', '171433.537000', '171433.540000', '171433.543000', '171433.560000', '171433.562000', '171433.565000', '171433.567000', '171433.570000', '171433.573000', '171433.575000', '171433.578000', '171433.580000', '171433.583000', '171433.585000', '171433.588000', '171433.590000', '171433.593000', '171433.596000', '171433.598000', '171433.601000', '171453.475000', '171453.478000', '171453.481000', '171453.483000', '171453.486000', '171453.489000', '171453.491000', '171453.494000', '171453.496000', '171453.499000', '171453.501000', '171453.505000', '171453.507000', '171453.510000', '171453.513000', '171453.515000', '171453.518000', '171453.521000', '171453.523000', '171453.526000', '171453.528000', '171453.531000', '171453.533000', '171453.536000', '171453.538000', '171453.541000', '171453.544000', '171453.546000', '171453.549000', '171453.551000', '171453.554000', '171453.557000', '171453.559000', '171453.562000', '171453.564000', '171453.567000', '171453.569000', '171453.572000', '171453.575000', '171453.577000', '171453.580000', '171453.582000', '171453.585000', '171513.475000', '171513.477000', '171513.480000', '171513.483000', '171513.485000', '171513.488000', '171513.490000', '171513.493000', '171513.495000', '171513.498000', '171513.500000', '171513.503000', '171513.506000', '171513.508000', '171513.511000', '171513.513000', '171513.516000', '171513.518000', '171513.521000', '171513.524000', '171513.526000', '171513.529000', '171513.531000', '171513.534000', '171513.536000', '171513.539000', '171513.542000', '171513.544000', '171513.547000', '171513.549000', '171513.552000', '171513.555000', '171513.557000', '171513.560000', '171513.563000', '171513.565000', '171513.568000', '171513.570000', '171513.573000', '171513.576000', '171513.578000', '171513.581000', '171513.583000', '171513.586000', '171533.475000', '171533.478000', '171533.481000', '171533.483000', '171533.486000', '171533.489000', '171533.491000', '171533.494000', '171533.496000', '171533.499000', '171533.501000', '171533.504000', '171533.507000', '171533.509000', '171533.512000', '171533.514000', '171533.517000', '171533.519000', '171533.522000', '171533.524000', '171533.527000', '171533.529000', '171533.532000', '171533.535000', '171533.537000', '171533.540000', '171533.543000', '171533.546000', '171533.549000', '171533.552000', '171533.554000', '171533.557000', '171533.559000', '171533.562000', '171533.565000', '171533.568000', '171533.571000', '171533.573000', '171533.576000', '171533.579000', '171533.581000', '171533.584000', '171533.586000', '171553.475000', '171553.478000', '171553.481000', '171553.483000', '171553.486000', '171553.488000', '171553.491000', '171553.494000', '171553.496000', '171553.499000', '171553.501000', '171553.504000', '171553.506000', '171553.509000', '171553.512000', '171553.514000', '171553.517000', '171553.519000', '171553.522000', '171553.524000', '171553.527000', '171553.529000', '171553.532000', '171553.535000', '171553.537000', '171553.540000', '171553.542000', '171553.545000', '171553.548000', '171553.550000', '171553.553000', '171553.555000', '171553.558000', '171553.561000', '171553.563000', '171553.566000', '171553.568000', '171553.571000', '171553.574000', '171553.576000', '171553.579000', '171553.581000', '171553.584000', '171553.586000', '171613.475000', '171613.478000', '171613.481000', '171613.484000', '171613.486000', '171613.489000', '171613.491000', '171613.494000', '171613.496000', '171613.499000', '171613.502000', '171613.504000', '171613.507000', '171613.509000', '171613.512000', '171613.515000', '171613.517000', '171613.520000', '171613.522000', '171613.525000', '171613.528000', '171613.530000', '171613.558000', '171613.561000', '171613.564000', '171613.566000', '171613.569000', '171613.572000', '171613.575000', '171613.578000', '171613.581000', '171613.583000', '171613.586000', '171613.588000', '171613.591000', '171613.593000', '171613.596000', '171613.599000', '171613.601000', '171613.604000', '171613.606000', '171613.609000', '171613.611000', '171633.476000', '171633.478000', '171633.481000', '171633.484000', '171633.486000', '171633.489000', '171633.491000', '171633.494000', '171633.496000', '171633.499000', '171633.502000', '171633.504000', '171633.507000', '171633.509000', '171633.512000', '171633.514000', '171633.517000', '171633.519000', '171633.522000', '171633.525000', '171633.527000', '171633.530000', '171633.532000', '171633.535000', '171633.538000', '171633.540000', '171633.543000', '171633.545000', '171633.548000', '171633.551000', '171633.553000', '171633.556000', '171633.558000', '171633.561000', '171633.564000', '171633.566000', '171633.569000', '171633.571000', '171633.574000', '171633.577000', '171633.579000', '171633.582000', '171633.584000', '171633.587000', '171653.476000', '171653.478000', '171653.481000', '171653.484000', '171653.486000', '171653.489000', '171653.492000', '171653.494000', '171653.497000', '171653.499000', '171653.502000', '171653.504000', '171653.507000', '171653.509000', '171653.512000', '171653.515000', '171653.517000', '171653.520000', '171653.522000', '171653.525000', '171653.528000', '171653.530000', '171653.533000', '171653.535000', '171653.538000', '171653.540000', '171653.543000', '171653.546000', '171653.548000', '171653.551000', '171653.554000', '171653.556000', '171653.559000', '171653.562000', '171653.565000', '171653.567000', '171653.570000', '171653.573000', '171653.575000', '171653.578000', '171653.580000', '171653.583000', '171653.586000', '171713.475000', '171713.478000', '171713.481000', '171713.483000', '171713.486000', '171713.489000', '171713.491000', '171713.494000', '171713.496000', '171713.499000', '171713.501000', '171713.504000', '171713.506000', '171713.509000', '171713.512000', '171713.514000', '171713.517000', '171713.519000', '171713.522000', '171713.524000', '171713.527000', '171713.530000', '171713.532000', '171713.535000', '171713.537000', '171713.540000', '171713.543000', '171713.545000', '171713.548000', '171713.550000', '171713.553000', '171713.555000', '171713.558000', '171713.560000', '171713.563000', '171713.566000', '171713.568000', '171713.571000', '171713.573000', '171713.576000', '171713.579000', '171713.581000', '171713.584000', '171713.586000', '171733.475000', '171733.477000', '171733.480000', '171733.482000', '171733.485000', '171733.488000', '171733.490000', '171733.493000', '171733.495000', '171733.498000', '171733.500000', '171733.503000', '171733.505000', '171733.508000', '171733.511000', '171733.513000', '171733.516000', '171733.518000', '171733.521000', '171733.524000', '171733.526000', '171733.529000', '171733.531000', '171733.534000', '171733.536000', '171733.539000', '171733.542000', '171733.544000', '171733.547000', '171733.549000', '171733.552000', '171733.555000', '171733.557000', '171733.560000', '171733.563000', '171733.565000', '171733.568000', '171733.570000', '171733.573000', '171733.576000', '171733.578000', '171733.581000', '171733.583000', '171753.475000', '171753.478000', '171753.481000', '171753.484000', '171753.486000', '171753.489000', '171753.491000', '171753.494000', '171753.497000', '171753.499000', '171753.502000', '171753.504000', '171753.507000', '171753.509000', '171753.512000', '171753.515000', '171753.517000', '171753.520000', '171753.522000', '171753.525000', '171753.528000', '171753.530000', '171753.533000', '171753.535000', '171753.538000', '171753.540000', '171753.543000', '171753.546000', '171753.548000', '171753.551000', '171753.553000', '171753.556000', '171753.559000', '171753.561000', '171753.564000', '171753.567000', '171753.569000', '171753.572000', '171753.574000', '171753.577000', '171753.579000', '171753.582000', '171753.585000', '171753.587000', '171813.475000', '171813.478000', '171813.481000', '171813.483000', '171813.486000', '171813.489000', '171813.491000', '171813.494000', '171813.496000', '171813.499000', '171813.501000', '171813.504000', '171813.507000', '171813.509000', '171813.512000', '171813.514000', '171813.517000', '171813.519000', '171813.522000', '171813.525000', '171813.527000', '171813.532000', '171813.534000', '171813.537000', '171813.539000', '171813.542000', '171813.544000', '171813.547000', '171813.550000', '171813.552000', '171813.555000', '171813.558000', '171813.560000', '171813.563000', '171813.565000', '171813.568000', '171813.570000', '171813.574000', '171813.577000', '171813.580000', '171813.582000', '171813.585000', '171813.588000', '171833.476000', '171833.479000', '171833.481000', '171833.484000', '171833.486000', '171833.489000', '171833.492000', '171833.494000', '171833.497000', '171833.499000', '171833.502000', '171833.504000', '171833.507000', '171833.510000', '171833.512000', '171833.515000', '171833.517000', '171833.520000', '171833.522000', '171833.525000', '171833.528000', '171833.530000', '171833.533000', '171833.535000', '171833.538000', '171833.540000', '171833.543000', '171833.546000', '171833.548000', '171833.551000', '171833.553000', '171833.556000', '171833.559000', '171833.561000', '171833.564000', '171833.566000', '171833.569000', '171833.572000', '171833.574000', '171833.577000', '171833.579000', '171833.582000', '171833.585000', '171833.587000', '171853.476000', '171853.478000', '171853.481000', '171853.484000', '171853.486000', '171853.489000', '171853.491000', '171853.494000', '171853.496000', '171853.499000', '171853.502000', '171853.504000', '171853.507000', '171853.509000', '171853.512000', '171853.515000', '171853.517000', '171853.520000', '171853.522000', '171853.525000', '171853.527000', '171853.530000', '171853.533000', '171853.535000', '171853.538000', '171853.540000', '171853.543000', '171853.545000', '171853.548000', '171853.551000', '171853.553000', '171853.556000', '171853.558000', '171853.561000', '171853.564000', '171853.566000', '171853.569000', '171853.571000', '171853.574000', '171853.576000', '171853.579000', '171853.582000', '171853.584000', '171913.483000', '171913.486000', '171913.488000', '171913.491000', '171913.493000', '171913.496000', '171913.499000', '171913.502000', '171913.504000', '171913.507000', '171913.509000', '171913.512000', '171913.514000', '171913.517000', '171913.520000', '171913.522000', '171913.525000', '171913.527000', '171913.530000', '171913.533000', '171913.535000', '171913.538000', '171913.540000', '171913.543000', '171913.546000', '171913.548000', '171913.551000', '171913.553000', '171913.556000', '171913.559000', '171913.561000', '171913.564000', '171913.566000', '171913.569000', '171913.572000', '171913.574000', '171913.577000', '171913.579000', '171913.582000', '171913.585000', '171913.587000', '171913.590000', '171913.592000', '171913.595000', '171933.476000', '171933.478000', '171933.481000', '171933.484000', '171933.486000', '171933.489000', '171933.491000', '171933.494000', '171933.496000', '171933.499000', '171933.523000', '171933.526000', '171933.528000', '171933.531000', '171933.533000', '171933.536000', '171933.538000', '171933.541000', '171933.544000', '171933.546000', '171933.549000', '171933.551000', '171933.554000', '171933.556000', '171933.559000', '171933.561000', '171933.564000', '171933.567000', '171933.569000', '171933.572000', '171933.574000', '171933.577000', '171933.580000', '171933.582000', '171933.585000', '171933.587000', '171933.590000', '171933.593000', '171933.595000', '171933.598000', '171933.600000', '171933.603000', '171933.606000', '171953.475000', '171953.477000', '171953.480000', '171953.482000', '171953.485000', '171953.488000', '171953.490000', '171953.493000', '171953.495000', '171953.498000', '171953.500000', '171953.503000', '171953.506000', '171953.508000', '171953.511000', '171953.513000', '171953.516000', '171953.519000', '171953.521000', '171953.524000', '171953.526000', '171953.529000', '171953.532000', '171953.534000', '171953.537000', '171953.539000', '171953.542000', '171953.545000', '171953.547000', '171953.550000', '171953.552000', '171953.555000', '171953.558000', '171953.560000', '171953.563000', '171953.565000', '171953.568000', '171953.570000', '171953.573000', '171953.576000', '171953.578000', '171953.581000', '171953.583000', '171953.586000', '172013.475000', '172013.478000', '172013.481000', '172013.483000', '172013.486000', '172013.488000', '172013.491000', '172013.494000', '172013.496000', '172013.499000', '172013.501000', '172013.504000', '172013.506000', '172013.509000', '172013.512000', '172013.514000', '172013.517000', '172013.519000', '172013.522000', '172013.525000', '172013.527000', '172013.530000', '172013.532000', '172013.535000', '172013.537000', '172013.540000', '172013.543000', '172013.545000', '172013.548000', '172013.550000', '172013.553000', '172013.556000', '172013.558000', '172013.561000', '172013.563000', '172013.566000', '172013.568000', '172013.571000', '172013.574000', '172013.576000', '172013.579000', '172013.581000', '172013.584000', '172033.476000', '172033.478000', '172033.481000', '172033.483000', '172033.487000', '172033.489000', '172033.492000', '172033.495000', '172033.497000', '172033.500000', '172033.502000', '172033.515000', '172033.518000', '172033.520000', '172033.523000', '172033.525000', '172033.528000', '172033.531000', '172033.533000', '172033.536000', '172033.538000', '172033.541000', '172033.544000', '172033.546000', '172033.549000', '172033.552000', '172033.554000', '172033.557000', '172033.560000', '172033.562000', '172033.565000', '172033.567000', '172033.570000', '172033.573000', '172033.575000', '172033.578000', '172033.580000', '172033.583000', '172033.585000', '172033.588000', '172033.591000', '172033.593000', '172033.596000', '172033.598000', '172053.475000', '172053.478000', '172053.481000', '172053.484000', '172053.486000', '172053.489000', '172053.491000', '172053.494000', '172053.496000', '172053.499000', '172053.502000', '172053.504000', '172053.507000', '172053.509000', '172053.512000', '172053.515000', '172053.517000', '172053.520000', '172053.522000', '172053.525000', '172053.528000', '172053.530000', '172053.533000', '172053.535000', '172053.538000', '172053.541000', '172053.543000', '172053.546000', '172053.549000', '172053.551000', '172053.554000', '172053.556000', '172053.559000', '172053.561000', '172053.564000', '172053.566000', '172053.569000', '172053.572000', '172053.574000', '172053.577000', '172053.579000', '172053.582000', '172053.585000', '172113.476000', '172113.478000', '172113.481000', '172113.484000', '172113.486000', '172113.489000', '172113.491000', '172113.494000', '172113.496000', '172113.499000', '172113.502000', '172113.504000', '172113.507000', '172113.509000', '172113.512000', '172113.515000', '172113.517000', '172113.520000', '172113.522000', '172113.525000', '172113.527000', '172113.530000', '172113.533000', '172113.535000', '172113.538000', '172113.540000', '172113.543000', '172113.545000', '172113.548000', '172113.551000', '172113.553000', '172113.556000', '172113.559000', '172113.561000', '172113.564000', '172113.567000', '172113.569000', '172113.572000', '172113.574000', '172113.577000', '172113.580000', '172113.582000', '172113.585000', '172113.587000', '172133.476000', '172133.478000', '172133.481000', '172133.484000', '172133.486000', '172133.489000', '172133.491000', '172133.494000', '172133.496000', '172133.499000', '172133.502000', '172133.504000', '172133.507000', '172133.509000', '172133.512000', '172133.515000', '172133.517000', '172133.520000', '172133.522000', '172133.525000', '172133.528000', '172133.530000', '172133.533000', '172133.535000', '172133.538000', '172133.540000', '172133.543000', '172133.546000', '172133.548000', '172133.551000', '172133.553000', '172133.556000', '172133.559000', '172133.561000', '172133.564000', '172133.566000', '172133.569000', '172133.572000', '172133.574000', '172133.577000', '172133.579000', '172133.582000', '172133.585000', '172153.476000', '172153.479000', '172153.481000', '172153.484000', '172153.486000', '172153.489000', '172153.492000', '172153.494000', '172153.497000', '172153.500000', '172153.503000', '172153.506000', '172153.509000', '172153.511000', '172153.514000', '172153.516000', '172153.519000', '172153.522000', '172153.525000', '172153.528000', '172153.530000', '172153.533000', '172153.535000', '172153.538000', '172153.541000', '172153.543000', '172153.546000', '172153.549000', '172153.551000', '172153.554000', '172153.556000', '172153.559000', '172153.562000', '172153.564000', '172153.567000', '172153.570000', '172153.572000', '172153.575000', '172153.577000', '172153.580000', '172153.583000', '172153.585000', '172153.588000', '172213.475000', '172213.477000', '172213.480000', '172213.483000', '172213.485000', '172213.488000', '172213.490000', '172213.494000', '172213.497000', '172213.499000', '172213.502000', '172213.505000', '172213.507000', '172213.510000', '172213.512000', '172213.515000', '172213.517000', '172213.520000', '172213.523000', '172213.525000', '172213.528000', '172213.530000', '172213.533000', '172213.535000', '172213.538000', '172213.541000', '172213.543000', '172213.546000', '172213.548000', '172213.551000', '172213.554000', '172213.556000', '172213.559000', '172213.561000', '172213.564000', '172213.567000', '172213.569000', '172213.572000', '172213.574000', '172213.577000', '172213.579000', '172213.582000', '172213.585000', '172213.587000', '172233.476000', '172233.479000', '172233.482000', '172233.484000', '172233.487000', '172233.490000', '172233.492000', '172233.495000', '172233.497000', '172233.500000', '172233.503000', '172233.505000', '172233.508000', '172233.510000', '172233.513000', '172233.516000', '172233.518000', '172233.521000', '172233.524000', '172233.526000', '172233.529000', '172233.531000', '172233.534000', '172233.537000', '172233.539000', '172233.542000', '172233.544000', '172233.547000', '172233.550000', '172233.552000', '172233.555000', '172233.557000', '172233.560000', '172233.563000', '172233.565000', '172233.568000', '172233.570000', '172233.573000', '172233.576000', '172233.578000', '172233.581000', '172233.584000', '172233.586000', '172253.476000', '172253.479000', '172253.481000', '172253.484000', '172253.486000', '172253.489000', '172253.491000', '172253.494000', '172253.497000', '172253.499000', '172253.502000', '172253.504000', '172253.507000', '172253.509000', '172253.512000', '172253.515000', '172253.517000', '172253.520000', '172253.522000', '172253.525000', '172253.528000', '172253.530000', '172253.533000', '172253.535000', '172253.538000', '172253.541000', '172253.543000', '172253.546000', '172253.548000', '172253.551000', '172253.554000', '172253.557000', '172253.559000', '172253.562000', '172253.564000', '172253.567000', '172253.569000', '172253.572000', '172253.575000', '172253.577000', '172253.580000', '172253.582000', '172253.585000', '172253.587000', '172313.476000', '172313.478000', '172313.481000', '172313.484000', '172313.486000', '172313.489000', '172313.491000', '172313.494000', '172313.497000', '172313.499000', '172313.502000', '172313.504000', '172313.507000', '172313.510000', '172313.512000', '172313.515000', '172313.518000', '172313.520000', '172313.523000', '172313.526000', '172313.528000', '172313.531000', '172313.533000', '172313.536000', '172313.539000', '172313.541000', '172313.544000', '172313.547000', '172313.549000', '172313.552000', '172313.555000', '172313.557000', '172313.560000', '172313.563000', '172313.566000', '172313.569000', '172313.572000', '172313.575000', '172313.577000', '172313.580000', '172313.582000', '172313.585000', '172313.588000', '172314.430000', '172314.433000', '172314.436000'], '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': [9384, 11238, 8706, 11446, 9358, 11523, 9299, 11587, 9531, 8117, 9670, 8405, 10312, 8465, 11131, 8344, 11010, 9169, 10241, 9638, 8533, 9694, 8480, 9970, 8633, 11056, 8454, 11247, 8917, 13093, 9351, 9536, 9307, 8428, 10459, 8434, 11229, 9169, 12750, 9277, 9422, 9532, 8020, 10157, 8674, 11158, 8555, 12788, 9473, 10650, 9465, 7857, 9631, 9093, 11198, 8693, 11309, 9192, 11005, 9352, 10823, 9300, 8412, 10111, 9128, 10688, 8600, 11291, 8504, 11238, 9528, 10863, 9762, 8317, 9762, 8450, 9958, 9441, 10922, 8635, 11229, 9198, 10912, 9340, 11137, 9488, 12334, 9792, 11963, 9638, 10238, 9376, 8568, 9709, 8061, 10140, 8504, 10899, 8751, 10718, 8563, 12804, 9818, 8813, 9135, 7956, 10052, 9271, 11254, 9289, 9538, 9220, 8187, 10466, 8542, 11614, 9043, 12286, 9939, 10015, 9307, 8881, 10663, 8667, 11464, 8757, 11041, 8796, 12560, 9408, 10358, 9141, 7463, 9644, 8374, 10321, 8440, 11862, 8771, 11205, 9105, 10825, 8845, 11407, 9444, 12371, 9566, 10572, 9437, 9609, 9304, 8220, 9935, 8198, 10171, 8260, 10122, 9356, 10958, 8458, 11475, 9257, 10330, 9273, 9629, 9300, 7963, 10212, 8589, 10565, 8901, 10869, 9133, 11299, 8588, 12153, 9483, 8668, 9301, 8131, 10157, 8505, 10572, 8397, 10318, 8323, 10214, 8438, 10614, 9533, 11643, 8395, 11113, 8376, 11118, 8900, 12056, 9457, 11902, 9337, 11416, 9370, 10461, 9455, 8615, 9743, 7963, 9903, 8411, 10195, 8223, 9939, 9022, 9712, 10134, 9193, 11452, 9084, 10777, 9058, 8358, 9431, 7477, 9753, 8468, 9754, 9573, 9382, 11083, 9063, 10908, 9446, 7577, 9500, 7751, 10361, 9459, 11146, 7986, 11103, 8075, 10903, 8241, 11124, 8341, 11130, 8121, 10952, 8189, 10734, 8356, 11044, 8637, 12131, 8541, 11536, 8470, 12170, 8563, 11608, 8697, 10461, 8485, 10282, 8209, 10955, 8693, 10921, 8714, 10707, 8610, 10560, 8520, 12089, 8613, 12046, 8548, 12387, 8583, 12564, 8414, 12274, 8725, 10950, 8419, 11960, 8361, 12421, 8331, 12114, 8594, 10243, 8577, 8768, 8941, 8771, 9522, 8164, 10384, 7236, 10364, 7539, 10375, 7775, 10310, 7688, 10434, 7406, 9940, 8368, 9776, 8746, 10177, 7516, 10087, 7419, 10121, 8031, 10643, 8432, 10844, 8518, 10605, 7735, 10128, 8176, 10287, 8239, 9859, 8820, 9790, 12366, 8915, 14551, 9440, 11524, 9571, 10836, 8877, 10633, 8584, 10835, 8950, 10725, 8442, 10816, 8373, 10377, 8373, 10687, 8718, 12199, 9108, 8683, 9434, 8728, 10000, 8296, 7456, 10552, 8728, 13056, 9248, 13460, 10508, 11479, 9961, 8651, 10136, 8795, 11900, 8810, 12551, 9512, 7942, 9961, 9431, 11134, 8535, 13140, 9489, 8715, 9619, 8104, 9887, 8766, 10517, 9684, 11215, 8409, 12113, 9337, 11705, 9562, 9413, 9797, 8733, 9845, 8636, 11712, 8845, 11251, 9478, 8279, 9833, 8563, 10093, 9172, 10453, 9841, 10749, 8943, 10526, 8490, 11318, 8476, 12065, 9415, 10384, 9780, 8061, 9751, 9640, 10718, 8156, 10551, 8629, 11118, 8870, 12948, 9393, 10936, 8691, 10613, 8212, 10553, 9062, 10643, 8708, 10268, 8627, 10131, 9369, 10091, 9835, 10491, 8586, 10750, 8312, 10566, 8936, 11264, 9089, 11781, 9377, 11669, 9328, 12608, 9421, 11952, 8929, 12507, 9078, 12124, 9282, 11253, 9551, 9687, 9454, 8192, 9635, 8680, 9716, 9157, 10276, 9754, 10461, 8827, 10202, 8956, 11360, 8788, 11444, 8485, 12550, 9121, 11489, 9595, 9730, 9601, 8234, 9601, 8635, 9894, 9438, 11002, 9349, 11124, 8056, 10557, 8138, 11360, 8517, 12783, 9086, 11171, 9099, 11121, 9723, 9765, 9309, 8240, 9488, 8642, 9856, 9255, 10921, 9870, 10825, 9415, 10210, 9575, 10605, 9150, 11334, 8788, 10681, 9007, 10442, 9001, 10570, 8567, 10896, 9029, 10618, 8528, 9608, 9058, 9578, 8669, 10086, 8257, 9555, 9727, 10846, 8577, 9594, 9449, 7380, 9753, 8665, 10328, 8316, 10292, 8712, 11636, 8730, 9125, 9076, 7639, 10844, 10163, 10823, 10551, 9438, 11275, 8947, 10923, 9565, 13850, 10363, 10955, 9880, 10378, 9680, 10622, 9181, 12067, 9635, 8959, 9884, 9429, 10341, 8744, 10514, 8776, 10004, 9116, 8455, 9329, 8441, 8409, 9212, 8582, 10348, 9861, 11824, 9881, 13811, 9785, 11380, 9380, 10752, 9029, 10482, 9086, 11963, 9879, 8722, 9532, 9525, 12121, 10419, 9869, 10778, 10194, 11062, 8942, 10382, 8993, 9920, 9296, 10218, 9583, 10624, 9541, 10588, 9982, 9534, 10042, 9245, 9573, 10102, 9598, 10260, 10161, 10900, 10320, 10603, 9883, 8721, 10345, 10046, 10770, 9007, 11106, 9566, 9903, 9605, 8405, 10484, 9063, 11234, 9309, 10221, 9232, 10054, 9710, 10248, 10158, 8553, 10382, 8761, 11000, 9776, 11338, 9164, 13018, 9880, 10160, 9910, 8310, 10066, 8837, 10972, 9715, 11112, 8941, 11346, 9466, 11625, 9469, 9808, 9787, 8154, 10412, 9060, 10965, 9957, 11124, 9098, 12436, 9337, 10039, 9716, 9439, 9907, 8458, 10740, 9558, 10938, 8889, 11045, 8987, 11137, 9608, 11961, 9200, 9045, 9899, 8228, 10303, 9063, 11261, 9038, 11457, 9279, 11269, 9441, 11376, 9399, 8431, 10021, 8360, 10547, 9897, 11062, 9307, 11580, 9288, 11285, 9516, 8963, 9702, 8493, 10136, 9387, 10938, 8690, 11224, 9569, 12633, 9188, 9773, 9872, 8144, 10236, 9040, 10545, 9754, 11873, 9504, 12715, 9463, 10597, 9638, 8689, 9912, 9409, 10937, 8690, 11731, 9211, 9634, 9866, 8877, 10686, 8753, 11149, 9125, 11100, 9623, 11919, 9636, 8212, 10398, 9505, 11059, 8866, 10825, 9776, 8065, 10334, 9333, 10701, 8883, 12106, 9525, 8127, 10079, 9459, 11009, 9208, 13149, 9696, 8472, 9700, 9564, 10841, 9041, 12560, 9603, 8346, 9942, 9627, 11077, 9114, 12102, 9390, 8492, 10237, 9447, 10913, 9003, 11332, 9551, 10387, 9787, 8371, 10212, 8792, 11166, 9353, 9472, 9559, 9045, 10687, 8752, 11479, 9226, 10910, 9288, 8377, 10103, 9071, 10954, 9305, 11938, 9441, 8493, 10155, 8973, 10614, 9112, 11427, 9502, 9908, 9860, 8548, 10987, 8967, 11365, 9412, 9922, 9913, 8191, 10643, 9046, 10997, 9354, 11257, 9557, 8158, 10559, 8647, 11003, 9236, 10751, 9611, 8153, 10513, 8788, 11192, 9328, 11805, 9522, 8300, 9863, 9163, 11095, 9341, 11540, 9547, 8251, 10189, 9353, 10738, 8906, 10778, 9324, 10055, 9543, 8296, 10734, 9211, 10832, 9025, 11186, 9603, 10421, 9935, 8874, 9799, 8237, 10037, 9500, 10796, 8834, 12674, 9490, 10794, 9557, 8342, 10045, 9317, 10621, 9114, 13025, 9444, 8361, 10566, 9104, 9590, 9609, 8058, 10862, 9497, 11503, 9530, 10680, 10021, 9046, 9727, 8991, 10780, 8916, 10588, 8986, 10852, 8932, 10856, 8741, 12672, 9653, 8563, 9960, 8184, 10587, 9185, 10594, 8972, 11261, 9776, 10668, 9997, 8364, 10029, 8562, 9964, 9170, 11263, 8937, 11640, 10681, 7894, 9748, 9645, 9700, 8865, 10753, 9416, 10191, 9927, 9107, 13621, 9581, 8584, 10198, 9458, 13286, 10738, 9849, 10073, 9244, 12174, 10593, 9233, 10647, 9281, 11512, 10495, 10485, 10190, 8715, 11370, 9265, 11704, 10480, 10419, 10376, 8661, 11251, 9326, 11873, 9690, 11583, 10718, 10575, 10053, 8910, 11464, 9813, 11615, 9946, 13345, 10929, 11152, 10505, 8597, 10666, 9079, 11804, 10290, 11834, 10568, 10084, 10782, 10239, 10628, 10247, 10610, 8661, 10403, 8648, 10728, 8793, 11277, 8874, 11260, 9150, 11519, 9529, 11490, 9825, 11651, 10226, 12094, 10515, 11313, 10505, 10253, 10639, 8709, 10488, 8795, 10640, 8885, 11590, 9599, 12048, 10202, 12224, 10511, 11976, 10446, 11686, 10598, 8878, 10593, 8644, 10601, 9335, 10314, 9348, 11232, 9367, 11258, 9962, 11203, 10625, 10553, 9563, 8979, 10854, 9754, 11318, 9769, 11243, 10168, 12675, 10477, 12522, 10478, 12139, 10795, 10933, 10687, 8762, 10236, 9249, 10893, 9223, 11268, 10156, 12501, 10596, 11754, 10649, 11254, 10940, 10909, 10689, 8993, 9928, 9604, 10767, 9618, 10910, 9931, 11622, 10570, 12313, 10732, 9599, 10543, 9225, 10652, 9639, 11351, 10351, 11957, 10871, 9817, 9748, 9761, 10813, 9797, 10889, 10701, 9690, 9709, 9347, 11015, 9830, 10943, 10433, 12722, 10997, 9954, 9257, 9426, 9871, 9044, 11564, 8842, 9136, 10088, 10486, 9324, 8699, 9045, 11290, 10672, 8262, 9740, 9651, 12479, 10884, 9638, 11036, 9315, 12278, 8832, 9481, 11340, 9282, 9464, 11580, 10703, 9090, 9963, 9633, 11299, 10337, 14488, 10544, 8604, 10251, 9783, 11187, 10207, 12991, 9368, 9328, 10741, 10332, 11892, 11037, 9860, 10128, 9391, 11119, 9558, 11435, 10451, 12409, 10909, 9150, 10362, 9386, 10809, 9420, 11267, 9781, 12108, 11102, 9626, 9940, 9343, 11098, 9248, 11689, 10617, 11122, 11014, 10055, 10844, 9379, 10174, 9453, 11633, 10432, 10722, 11107, 9790, 10488, 9358, 11334, 10567, 9890, 9015, 9153, 11058, 9376, 11597, 10132, 13841, 11128, 11016, 11150, 9558, 10858, 8845, 10714, 9631, 11694, 9803, 11451, 10311, 11192, 10824, 12223, 10975, 8741, 10888, 8734, 10941, 8988, 10831, 9180, 10663, 9371, 10717, 9374, 11239, 9680, 11139, 9973, 11205, 10584, 13324, 10925, 12367, 10760, 12400, 10869, 9777, 11114, 8763, 10763, 8370, 10815, 9042, 10854, 9171, 10431, 9062, 10604, 8913, 10867, 9204, 11312, 10238, 10856, 10490, 8178, 9743, 8573, 10928, 8998, 11823, 9983, 11610, 10323, 13120, 10831, 8994, 10088, 8960, 11107, 9888, 12012, 10927, 10417, 10062, 9098, 10301, 9327, 11163, 9435, 11531, 9927, 12071, 10595, 10766, 11087, 8855, 10614, 9427, 11344, 10227, 11417, 10466, 10881, 10984, 13158, 11102, 10005, 11270, 9207, 10927, 9366, 10718, 9543, 10975, 9816, 11219, 10090, 12678, 11152, 8626, 10035, 9475, 10931, 9510, 10983, 9302, 11578, 10378, 12320, 11119, 10557, 11388, 9938, 10963, 9185], 'WindowCenter': [4431.0, 4427.0, 4392.0, 4412.0, 4401.0, 4410.0, 4402.0, 4409.0, 4389.0, 4379.0, 4387.0, 4377.0, 4397.0, 4379.0, 4421.0, 4405.0, 4412.0, 4403.0, 4400.0, 4399.0, 4389.0, 4401.0, 4389.0, 4401.0, 4389.0, 4410.0, 4380.0, 4408.0, 4389.0, 4430.0, 4401.0, 4399.0, 4402.0, 4389.0, 4400.0, 4390.0, 4410.0, 4404.0, 4432.0, 4403.0, 4401.0, 4400.0, 4378.0, 4398.0, 4391.0, 4411.0, 4390.0, 4422.0, 4401.0, 4409.0, 4400.0, 4394.0, 4401.0, 4390.0, 4409.0, 4392.0, 4411.0, 4400.0, 4408.0, 4403.0, 4411.0, 4401.0, 4390.0, 4400.0, 4389.0, 4397.0, 4389.0, 4411.0, 4390.0, 4409.0, 4400.0, 4397.0, 4398.0, 4379.0, 4400.0, 4389.0, 4399.0, 4399.0, 4410.0, 4389.0, 4407.0, 4399.0, 4409.0, 4401.0, 4406.0, 4399.0, 4407.0, 4398.0, 4408.0, 4398.0, 4399.0, 4398.0, 4391.0, 4400.0, 4380.0, 4408.0, 4389.0, 4409.0, 4392.0, 4410.0, 4392.0, 4422.0, 4402.0, 4389.0, 4400.0, 4392.0, 4413.0, 4414.0, 4422.0, 4401.0, 4402.0, 4401.0, 4389.0, 4412.0, 4390.0, 4421.0, 4400.0, 4422.0, 4400.0, 4399.0, 4388.0, 4388.0, 4397.0, 4388.0, 4409.0, 4392.0, 4410.0, 4390.0, 4419.0, 4389.0, 4397.0, 4387.0, 4369.0, 4411.0, 4392.0, 4414.0, 4393.0, 4422.0, 4392.0, 4411.0, 4402.0, 4422.0, 4403.0, 4411.0, 4403.0, 4419.0, 4400.0, 4409.0, 4401.0, 4400.0, 4400.0, 4378.0, 4400.0, 4378.0, 4398.0, 4378.0, 4399.0, 4400.0, 4409.0, 4390.0, 4410.0, 4400.0, 4411.0, 4403.0, 4402.0, 4403.0, 4391.0, 4409.0, 4391.0, 4411.0, 4403.0, 4410.0, 4402.0, 4410.0, 4392.0, 4420.0, 4400.0, 4391.0, 4403.0, 4392.0, 4413.0, 4392.0, 4411.0, 4391.0, 4401.0, 4389.0, 4412.0, 4391.0, 4411.0, 4400.0, 4410.0, 4379.0, 4409.0, 4379.0, 4409.0, 4401.0, 4419.0, 4402.0, 4409.0, 4390.0, 4408.0, 4401.0, 4409.0, 4400.0, 4388.0, 4400.0, 4379.0, 4399.0, 4379.0, 4400.0, 4391.0, 4411.0, 4390.0, 4399.0, 4399.0, 4388.0, 4408.0, 4388.0, 4408.0, 4389.0, 4378.0, 4399.0, 4369.0, 4401.0, 4391.0, 4401.0, 4401.0, 4403.0, 4412.0, 4401.0, 4410.0, 4401.0, 4379.0, 4399.0, 4381.0, 4412.0, 4402.0, 4412.0, 4380.0, 4411.0, 4391.0, 4411.0, 4392.0, 4422.0, 4392.0, 4419.0, 4391.0, 4412.0, 4392.0, 4423.0, 4394.0, 4421.0, 4392.0, 4420.0, 4392.0, 4420.0, 4392.0, 4421.0, 4402.0, 4421.0, 4393.0, 4412.0, 4403.0, 4411.0, 4394.0, 4411.0, 4391.0, 4411.0, 4403.0, 4409.0, 4401.0, 4411.0, 4404.0, 4422.0, 4403.0, 4420.0, 4392.0, 4420.0, 4393.0, 4433.0, 4394.0, 4421.0, 4403.0, 4411.0, 4393.0, 4422.0, 4393.0, 4432.0, 4404.0, 4433.0, 4404.0, 4412.0, 4402.0, 4391.0, 4403.0, 4402.0, 4415.0, 4393.0, 4414.0, 4384.0, 4414.0, 4393.0, 4427.0, 4396.0, 4425.0, 4382.0, 4414.0, 4382.0, 4413.0, 4403.0, 4413.0, 4403.0, 4413.0, 4381.0, 4412.0, 4382.0, 4422.0, 4392.0, 4424.0, 4393.0, 4423.0, 4402.0, 4412.0, 4394.0, 4424.0, 4393.0, 4413.0, 4392.0, 4412.0, 4400.0, 4412.0, 4433.0, 4402.0, 4431.0, 4401.0, 4410.0, 4389.0, 4398.0, 4390.0, 4398.0, 4376.0, 4398.0, 4377.0, 4395.0, 4377.0, 4410.0, 4389.0, 4397.0, 4378.0, 4397.0, 4401.0, 4419.0, 4415.0, 4400.0, 4414.0, 4403.0, 4410.0, 4403.0, 4394.0, 4422.0, 4403.0, 4434.0, 4414.0, 4445.0, 4424.0, 4423.0, 4399.0, 4388.0, 4399.0, 4389.0, 4420.0, 4401.0, 4419.0, 4399.0, 4378.0, 4398.0, 4398.0, 4420.0, 4400.0, 4429.0, 4399.0, 4387.0, 4397.0, 4377.0, 4410.0, 4390.0, 4411.0, 4399.0, 4407.0, 4378.0, 4406.0, 4398.0, 4418.0, 4398.0, 4399.0, 4397.0, 4389.0, 4397.0, 4388.0, 4419.0, 4400.0, 4409.0, 4399.0, 4377.0, 4397.0, 4387.0, 4409.0, 4400.0, 4409.0, 4398.0, 4406.0, 4386.0, 4395.0, 4386.0, 4407.0, 4377.0, 4417.0, 4387.0, 4396.0, 4397.0, 4379.0, 4399.0, 4399.0, 4407.0, 4379.0, 4406.0, 4390.0, 4419.0, 4400.0, 4430.0, 4401.0, 4409.0, 4389.0, 4398.0, 4388.0, 4409.0, 4388.0, 4408.0, 4389.0, 4396.0, 4376.0, 4397.0, 4387.0, 4397.0, 4398.0, 4397.0, 4387.0, 4407.0, 4377.0, 4407.0, 4399.0, 4408.0, 4401.0, 4419.0, 4398.0, 4407.0, 4398.0, 4419.0, 4400.0, 4418.0, 4400.0, 4417.0, 4388.0, 4417.0, 4399.0, 4419.0, 4410.0, 4399.0, 4398.0, 4387.0, 4399.0, 4389.0, 4409.0, 4399.0, 4410.0, 4398.0, 4407.0, 4387.0, 4408.0, 4400.0, 4419.0, 4400.0, 4418.0, 4388.0, 4417.0, 4399.0, 4418.0, 4398.0, 4398.0, 4397.0, 4376.0, 4396.0, 4389.0, 4398.0, 4396.0, 4409.0, 4387.0, 4406.0, 4376.0, 4406.0, 4389.0, 4417.0, 4389.0, 4418.0, 4389.0, 4407.0, 4389.0, 4408.0, 4398.0, 4398.0, 4398.0, 4376.0, 4396.0, 4386.0, 4399.0, 4398.0, 4408.0, 4396.0, 4396.0, 4385.0, 4395.0, 4396.0, 4396.0, 4385.0, 4395.0, 4374.0, 4394.0, 4385.0, 4394.0, 4386.0, 4395.0, 4377.0, 4394.0, 4385.0, 4393.0, 4374.0, 4383.0, 4373.0, 4384.0, 4373.0, 4395.0, 4389.0, 4397.0, 4387.0, 4395.0, 4387.0, 4396.0, 4396.0, 4366.0, 4399.0, 4400.0, 4422.0, 4404.0, 4424.0, 4416.0, 4423.0, 4402.0, 4400.0, 4400.0, 4380.0, 4424.0, 4413.0, 4412.0, 4413.0, 4389.0, 4410.0, 4386.0, 4396.0, 4387.0, 4416.0, 4384.0, 4383.0, 4372.0, 4370.0, 4371.0, 4379.0, 4373.0, 4403.0, 4384.0, 4373.0, 4383.0, 4384.0, 4383.0, 4375.0, 4396.0, 4402.0, 4398.0, 4388.0, 4379.0, 4386.0, 4375.0, 4379.0, 4388.0, 4390.0, 4395.0, 4425.0, 4419.0, 4400.0, 4418.0, 4399.0, 4409.0, 4387.0, 4397.0, 4376.0, 4382.0, 4375.0, 4394.0, 4385.0, 4374.0, 4373.0, 4371.0, 4379.0, 4369.0, 4357.0, 4367.0, 4358.0, 4366.0, 4344.0, 4356.0, 4344.0, 4355.0, 4345.0, 4355.0, 4354.0, 4382.0, 4357.0, 4354.0, 4357.0, 4369.0, 4370.0, 4369.0, 4370.0, 4371.0, 4371.0, 4369.0, 4371.0, 4379.0, 4372.0, 4382.0, 4384.0, 4363.0, 4383.0, 4372.0, 4381.0, 4362.0, 4380.0, 4373.0, 4382.0, 4385.0, 4365.0, 4395.0, 4376.0, 4396.0, 4389.0, 4397.0, 4389.0, 4399.0, 4400.0, 4398.0, 4400.0, 4377.0, 4397.0, 4376.0, 4397.0, 4399.0, 4408.0, 4388.0, 4418.0, 4398.0, 4396.0, 4397.0, 4377.0, 4399.0, 4387.0, 4398.0, 4387.0, 4396.0, 4387.0, 4396.0, 4398.0, 4409.0, 4400.0, 4398.0, 4399.0, 4377.0, 4397.0, 4386.0, 4398.0, 4400.0, 4409.0, 4389.0, 4419.0, 4389.0, 4398.0, 4399.0, 4399.0, 4400.0, 4379.0, 4410.0, 4387.0, 4398.0, 4388.0, 4409.0, 4389.0, 4407.0, 4400.0, 4408.0, 4389.0, 4386.0, 4397.0, 4390.0, 4400.0, 4389.0, 4409.0, 4387.0, 4408.0, 4388.0, 4408.0, 4401.0, 4410.0, 4400.0, 4378.0, 4397.0, 4377.0, 4408.0, 4400.0, 4410.0, 4389.0, 4409.0, 4387.0, 4407.0, 4398.0, 4388.0, 4400.0, 4388.0, 4399.0, 4387.0, 4396.0, 4377.0, 4407.0, 4399.0, 4419.0, 4390.0, 4399.0, 4398.0, 4376.0, 4396.0, 4389.0, 4409.0, 4399.0, 4408.0, 4397.0, 4417.0, 4386.0, 4397.0, 4399.0, 4376.0, 4400.0, 4388.0, 4397.0, 4389.0, 4419.0, 4401.0, 4399.0, 4399.0, 4389.0, 4409.0, 4387.0, 4407.0, 4398.0, 4407.0, 4399.0, 4409.0, 4388.0, 4376.0, 4396.0, 4386.0, 4407.0, 4389.0, 4397.0, 4398.0, 4376.0, 4396.0, 4398.0, 4408.0, 4389.0, 4417.0, 4399.0, 4378.0, 4396.0, 4387.0, 4408.0, 4399.0, 4417.0, 4399.0, 4376.0, 4385.0, 4386.0, 4397.0, 4389.0, 4419.0, 4398.0, 4378.0, 4398.0, 4389.0, 4407.0, 4389.0, 4419.0, 4388.0, 4389.0, 4397.0, 4388.0, 4396.0, 4387.0, 4407.0, 4388.0, 4396.0, 4386.0, 4364.0, 4385.0, 4376.0, 4396.0, 4388.0, 4386.0, 4387.0, 4387.0, 4396.0, 4377.0, 4408.0, 4400.0, 4408.0, 4388.0, 4378.0, 4397.0, 4387.0, 4396.0, 4399.0, 4419.0, 4398.0, 4389.0, 4397.0, 4388.0, 4396.0, 4388.0, 4409.0, 4400.0, 4398.0, 4397.0, 4377.0, 4407.0, 4389.0, 4419.0, 4401.0, 4400.0, 4399.0, 4377.0, 4398.0, 4390.0, 4408.0, 4388.0, 4409.0, 4386.0, 4377.0, 4396.0, 4389.0, 4408.0, 4399.0, 4408.0, 4398.0, 4378.0, 4409.0, 4389.0, 4411.0, 4401.0, 4420.0, 4399.0, 4377.0, 4397.0, 4386.0, 4409.0, 4398.0, 4408.0, 4400.0, 4375.0, 4396.0, 4386.0, 4407.0, 4389.0, 4407.0, 4389.0, 4397.0, 4388.0, 4376.0, 4398.0, 4388.0, 4409.0, 4389.0, 4397.0, 4397.0, 4397.0, 4397.0, 4387.0, 4398.0, 4377.0, 4398.0, 4398.0, 4407.0, 4390.0, 4417.0, 4399.0, 4409.0, 4399.0, 4378.0, 4399.0, 4412.0, 4411.0, 4402.0, 4418.0, 4400.0, 4389.0, 4411.0, 4400.0, 4399.0, 4400.0, 4392.0, 4423.0, 4401.0, 4420.0, 4399.0, 4398.0, 4399.0, 4389.0, 4399.0, 4389.0, 4409.0, 4377.0, 4397.0, 4387.0, 4396.0, 4386.0, 4407.0, 4388.0, 4418.0, 4398.0, 4389.0, 4396.0, 4377.0, 4408.0, 4401.0, 4411.0, 4390.0, 4409.0, 4398.0, 4397.0, 4398.0, 4377.0, 4399.0, 4389.0, 4398.0, 4388.0, 4409.0, 4378.0, 4395.0, 4397.0, 4376.0, 4397.0, 4399.0, 4398.0, 4405.0, 4408.0, 4399.0, 4410.0, 4411.0, 4404.0, 4431.0, 4415.0, 4406.0, 4425.0, 4415.0, 4419.0, 4397.0, 4388.0, 4387.0, 4391.0, 4407.0, 4397.0, 4388.0, 4399.0, 4402.0, 4409.0, 4399.0, 4397.0, 4396.0, 4376.0, 4397.0, 4390.0, 4409.0, 4399.0, 4398.0, 4401.0, 4377.0, 4409.0, 4390.0, 4422.0, 4401.0, 4408.0, 4401.0, 4398.0, 4399.0, 4389.0, 4409.0, 4389.0, 4410.0, 4388.0, 4418.0, 4396.0, 4396.0, 4395.0, 4376.0, 4397.0, 4389.0, 4409.0, 4399.0, 4409.0, 4398.0, 4396.0, 4412.0, 4399.0, 4410.0, 4398.0, 4400.0, 4378.0, 4398.0, 4378.0, 4399.0, 4379.0, 4400.0, 4376.0, 4397.0, 4389.0, 4409.0, 4398.0, 4409.0, 4398.0, 4410.0, 4399.0, 4409.0, 4399.0, 4410.0, 4413.0, 4400.0, 4411.0, 4379.0, 4400.0, 4377.0, 4410.0, 4401.0, 4409.0, 4389.0, 4408.0, 4399.0, 4409.0, 4411.0, 4421.0, 4410.0, 4409.0, 4410.0, 4388.0, 4399.0, 4389.0, 4412.0, 4390.0, 4400.0, 4389.0, 4408.0, 4389.0, 4408.0, 4399.0, 4410.0, 4411.0, 4400.0, 4399.0, 4388.0, 4408.0, 4399.0, 4422.0, 4414.0, 4410.0, 4400.0, 4418.0, 4400.0, 4409.0, 4401.0, 4410.0, 4409.0, 4396.0, 4396.0, 4375.0, 4386.0, 4375.0, 4398.0, 4389.0, 4398.0, 4399.0, 4407.0, 4399.0, 4407.0, 4399.0, 4409.0, 4399.0, 4398.0, 4396.0, 4376.0, 4386.0, 4385.0, 4396.0, 4386.0, 4395.0, 4385.0, 4395.0, 4396.0, 4395.0, 4395.0, 4387.0, 4397.0, 4388.0, 4397.0, 4386.0, 4394.0, 4386.0, 4408.0, 4398.0, 4386.0, 4387.0, 4386.0, 4395.0, 4399.0, 4396.0, 4397.0, 4388.0, 4387.0, 4385.0, 4397.0, 4399.0, 4397.0, 4399.0, 4408.0, 4397.0, 4386.0, 4386.0, 4400.0, 4411.0, 4402.0, 4408.0, 4392.0, 4387.0, 4396.0, 4410.0, 4401.0, 4390.0, 4401.0, 4411.0, 4412.0, 4390.0, 4401.0, 4402.0, 4434.0, 4413.0, 4413.0, 4422.0, 4403.0, 4422.0, 4402.0, 4412.0, 4423.0, 4403.0, 4402.0, 4410.0, 4411.0, 4389.0, 4400.0, 4416.0, 4413.0, 4402.0, 4431.0, 4397.0, 4377.0, 4398.0, 4391.0, 4412.0, 4399.0, 4417.0, 4388.0, 4389.0, 4399.0, 4400.0, 4409.0, 4412.0, 4400.0, 4402.0, 4390.0, 4411.0, 4391.0, 4411.0, 4413.0, 4420.0, 4410.0, 4388.0, 4397.0, 4386.0, 4396.0, 4392.0, 4409.0, 4400.0, 4408.0, 4408.0, 4386.0, 4387.0, 4390.0, 4410.0, 4391.0, 4411.0, 4400.0, 4407.0, 4409.0, 4399.0, 4413.0, 4402.0, 4400.0, 4401.0, 4409.0, 4399.0, 4398.0, 4409.0, 4400.0, 4412.0, 4389.0, 4412.0, 4411.0, 4398.0, 4389.0, 4401.0, 4410.0, 4403.0, 4411.0, 4401.0, 4419.0, 4399.0, 4396.0, 4396.0, 4386.0, 4398.0, 4378.0, 4398.0, 4385.0, 4396.0, 4385.0, 4394.0, 4386.0, 4395.0, 4398.0, 4406.0, 4397.0, 4376.0, 4395.0, 4375.0, 4395.0, 4376.0, 4397.0, 4377.0, 4397.0, 4374.0, 4386.0, 4375.0, 4394.0, 4387.0, 4397.0, 4387.0, 4397.0, 4399.0, 4417.0, 4398.0, 4408.0, 4400.0, 4420.0, 4397.0, 4387.0, 4397.0, 4376.0, 4398.0, 4365.0, 4398.0, 4389.0, 4397.0, 4387.0, 4398.0, 4388.0, 4397.0, 4386.0, 4408.0, 4400.0, 4409.0, 4412.0, 4411.0, 4411.0, 4389.0, 4401.0, 4404.0, 4423.0, 4404.0, 4424.0, 4412.0, 4410.0, 4413.0, 4432.0, 4412.0, 4391.0, 4400.0, 4390.0, 4410.0, 4411.0, 4421.0, 4410.0, 4411.0, 4400.0, 4387.0, 4398.0, 4400.0, 4410.0, 4388.0, 4410.0, 4388.0, 4406.0, 4397.0, 4396.0, 4408.0, 4388.0, 4398.0, 4388.0, 4398.0, 4397.0, 4408.0, 4409.0, 4399.0, 4410.0, 4416.0, 4396.0, 4384.0, 4398.0, 4386.0, 4396.0, 4377.0, 4397.0, 4375.0, 4383.0, 4384.0, 4397.0, 4396.0, 4406.0, 4396.0, 4375.0, 4385.0, 4385.0, 4397.0, 4388.0, 4398.0, 4389.0, 4409.0, 4399.0, 4408.0, 4409.0, 4397.0, 4409.0, 4398.0, 4397.0, 4387.0], 'WindowWidth': [9770.0, 9756.0, 9700.0, 9723.0, 9708.0, 9719.0, 9713.0, 9718.0, 9690.0, 9675.0, 9683.0, 9671.0, 9697.0, 9676.0, 9737.0, 9724.0, 9725.0, 9717.0, 9706.0, 9704.0, 9690.0, 9708.0, 9692.0, 9708.0, 9690.0, 9721.0, 9677.0, 9713.0, 9691.0, 9748.0, 9711.0, 9704.0, 9710.0, 9689.0, 9705.0, 9693.0, 9719.0, 9719.0, 9753.0, 9715.0, 9711.0, 9705.0, 9673.0, 9701.0, 9698.0, 9723.0, 9694.0, 9737.0, 9708.0, 9715.0, 9706.0, 9707.0, 9710.0, 9693.0, 9720.0, 9700.0, 9722.0, 9707.0, 9715.0, 9717.0, 9724.0, 9710.0, 9691.0, 9705.0, 9689.0, 9698.0, 9691.0, 9722.0, 9693.0, 9716.0, 9707.0, 9699.0, 9699.0, 9675.0, 9707.0, 9690.0, 9704.0, 9703.0, 9718.0, 9688.0, 9711.0, 9703.0, 9718.0, 9708.0, 9710.0, 9704.0, 9711.0, 9701.0, 9712.0, 9702.0, 9705.0, 9704.0, 9694.0, 9707.0, 9677.0, 9715.0, 9691.0, 9718.0, 9699.0, 9723.0, 9701.0, 9738.0, 9712.0, 9692.0, 9707.0, 9700.0, 9730.0, 9733.0, 9739.0, 9708.0, 9710.0, 9711.0, 9691.0, 9724.0, 9695.0, 9738.0, 9710.0, 9738.0, 9708.0, 9704.0, 9685.0, 9686.0, 9697.0, 9687.0, 9716.0, 9697.0, 9718.0, 9692.0, 9729.0, 9689.0, 9698.0, 9685.0, 9662.0, 9724.0, 9702.0, 9731.0, 9703.0, 9740.0, 9699.0, 9722.0, 9714.0, 9741.0, 9715.0, 9722.0, 9716.0, 9731.0, 9705.0, 9716.0, 9711.0, 9705.0, 9705.0, 9675.0, 9705.0, 9673.0, 9700.0, 9673.0, 9702.0, 9708.0, 9717.0, 9693.0, 9717.0, 9706.0, 9722.0, 9716.0, 9712.0, 9714.0, 9694.0, 9717.0, 9694.0, 9720.0, 9713.0, 9721.0, 9711.0, 9720.0, 9699.0, 9733.0, 9707.0, 9694.0, 9716.0, 9699.0, 9728.0, 9699.0, 9725.0, 9695.0, 9708.0, 9690.0, 9723.0, 9698.0, 9722.0, 9707.0, 9720.0, 9678.0, 9715.0, 9677.0, 9717.0, 9709.0, 9731.0, 9710.0, 9717.0, 9692.0, 9716.0, 9708.0, 9718.0, 9706.0, 9687.0, 9706.0, 9674.0, 9701.0, 9675.0, 9705.0, 9695.0, 9724.0, 9691.0, 9704.0, 9700.0, 9685.0, 9712.0, 9687.0, 9714.0, 9690.0, 9675.0, 9705.0, 9664.0, 9710.0, 9695.0, 9709.0, 9708.0, 9714.0, 9725.0, 9710.0, 9719.0, 9708.0, 9676.0, 9704.0, 9683.0, 9726.0, 9712.0, 9723.0, 9680.0, 9721.0, 9695.0, 9724.0, 9700.0, 9739.0, 9700.0, 9732.0, 9697.0, 9723.0, 9702.0, 9741.0, 9704.0, 9736.0, 9699.0, 9735.0, 9699.0, 9735.0, 9700.0, 9738.0, 9714.0, 9736.0, 9702.0, 9725.0, 9715.0, 9724.0, 9704.0, 9723.0, 9697.0, 9724.0, 9715.0, 9720.0, 9711.0, 9725.0, 9719.0, 9741.0, 9716.0, 9736.0, 9700.0, 9734.0, 9701.0, 9754.0, 9706.0, 9738.0, 9716.0, 9723.0, 9702.0, 9738.0, 9701.0, 9754.0, 9720.0, 9756.0, 9719.0, 9727.0, 9713.0, 9696.0, 9715.0, 9715.0, 9735.0, 9702.0, 9732.0, 9690.0, 9731.0, 9706.0, 9755.0, 9711.0, 9749.0, 9687.0, 9731.0, 9685.0, 9731.0, 9718.0, 9732.0, 9716.0, 9728.0, 9684.0, 9726.0, 9686.0, 9742.0, 9704.0, 9747.0, 9704.0, 9744.0, 9714.0, 9728.0, 9706.0, 9747.0, 9703.0, 9731.0, 9700.0, 9727.0, 9707.0, 9728.0, 9757.0, 9713.0, 9753.0, 9709.0, 9719.0, 9689.0, 9700.0, 9694.0, 9700.0, 9670.0, 9699.0, 9670.0, 9692.0, 9670.0, 9722.0, 9692.0, 9701.0, 9675.0, 9698.0, 9713.0, 9730.0, 9738.0, 9711.0, 9739.0, 9719.0, 9721.0, 9718.0, 9707.0, 9742.0, 9720.0, 9760.0, 9735.0, 9780.0, 9749.0, 9744.0, 9706.0, 9688.0, 9703.0, 9691.0, 9736.0, 9711.0, 9735.0, 9707.0, 9675.0, 9703.0, 9703.0, 9735.0, 9711.0, 9746.0, 9707.0, 9687.0, 9700.0, 9673.0, 9722.0, 9695.0, 9725.0, 9704.0, 9712.0, 9676.0, 9709.0, 9703.0, 9730.0, 9704.0, 9705.0, 9700.0, 9691.0, 9700.0, 9690.0, 9733.0, 9710.0, 9721.0, 9705.0, 9672.0, 9701.0, 9687.0, 9720.0, 9710.0, 9721.0, 9702.0, 9711.0, 9682.0, 9695.0, 9684.0, 9713.0, 9675.0, 9726.0, 9687.0, 9696.0, 9701.0, 9680.0, 9705.0, 9706.0, 9714.0, 9677.0, 9711.0, 9694.0, 9733.0, 9711.0, 9748.0, 9711.0, 9717.0, 9693.0, 9701.0, 9689.0, 9718.0, 9691.0, 9716.0, 9690.0, 9696.0, 9670.0, 9697.0, 9686.0, 9701.0, 9702.0, 9699.0, 9686.0, 9711.0, 9674.0, 9712.0, 9708.0, 9717.0, 9711.0, 9734.0, 9705.0, 9714.0, 9705.0, 9733.0, 9710.0, 9730.0, 9710.0, 9728.0, 9690.0, 9726.0, 9707.0, 9734.0, 9723.0, 9708.0, 9705.0, 9688.0, 9705.0, 9694.0, 9722.0, 9706.0, 9723.0, 9703.0, 9714.0, 9688.0, 9718.0, 9711.0, 9733.0, 9710.0, 9730.0, 9691.0, 9728.0, 9708.0, 9732.0, 9706.0, 9705.0, 9701.0, 9669.0, 9697.0, 9692.0, 9703.0, 9700.0, 9722.0, 9687.0, 9709.0, 9671.0, 9711.0, 9693.0, 9729.0, 9693.0, 9731.0, 9692.0, 9714.0, 9691.0, 9717.0, 9705.0, 9702.0, 9704.0, 9669.0, 9696.0, 9685.0, 9705.0, 9702.0, 9716.0, 9697.0, 9696.0, 9680.0, 9692.0, 9697.0, 9696.0, 9680.0, 9694.0, 9665.0, 9691.0, 9680.0, 9691.0, 9685.0, 9695.0, 9673.0, 9692.0, 9682.0, 9689.0, 9663.0, 9674.0, 9662.0, 9678.0, 9659.0, 9695.0, 9693.0, 9700.0, 9687.0, 9693.0, 9685.0, 9698.0, 9698.0, 9659.0, 9706.0, 9709.0, 9744.0, 9721.0, 9748.0, 9743.0, 9744.0, 9717.0, 9711.0, 9706.0, 9682.0, 9747.0, 9730.0, 9727.0, 9728.0, 9691.0, 9718.0, 9681.0, 9695.0, 9685.0, 9722.0, 9675.0, 9671.0, 9655.0, 9650.0, 9651.0, 9661.0, 9659.0, 9700.0, 9677.0, 9659.0, 9671.0, 9675.0, 9673.0, 9667.0, 9697.0, 9719.0, 9703.0, 9690.0, 9676.0, 9680.0, 9665.0, 9675.0, 9686.0, 9690.0, 9690.0, 9750.0, 9732.0, 9706.0, 9731.0, 9706.0, 9719.0, 9684.0, 9696.0, 9667.0, 9671.0, 9666.0, 9689.0, 9679.0, 9661.0, 9656.0, 9652.0, 9660.0, 9647.0, 9628.0, 9640.0, 9627.0, 9637.0, 9605.0, 9621.0, 9604.0, 9619.0, 9606.0, 9619.0, 9618.0, 9669.0, 9629.0, 9618.0, 9626.0, 9645.0, 9648.0, 9646.0, 9646.0, 9648.0, 9649.0, 9645.0, 9649.0, 9658.0, 9652.0, 9667.0, 9674.0, 9642.0, 9668.0, 9653.0, 9664.0, 9639.0, 9660.0, 9655.0, 9669.0, 9678.0, 9649.0, 9689.0, 9666.0, 9691.0, 9688.0, 9697.0, 9689.0, 9703.0, 9706.0, 9700.0, 9704.0, 9669.0, 9696.0, 9667.0, 9695.0, 9703.0, 9713.0, 9686.0, 9725.0, 9699.0, 9694.0, 9697.0, 9672.0, 9703.0, 9684.0, 9702.0, 9684.0, 9694.0, 9683.0, 9694.0, 9701.0, 9718.0, 9705.0, 9699.0, 9702.0, 9669.0, 9697.0, 9682.0, 9699.0, 9706.0, 9716.0, 9692.0, 9729.0, 9689.0, 9699.0, 9703.0, 9706.0, 9706.0, 9676.0, 9719.0, 9685.0, 9699.0, 9686.0, 9717.0, 9693.0, 9712.0, 9706.0, 9714.0, 9691.0, 9684.0, 9700.0, 9693.0, 9706.0, 9691.0, 9719.0, 9686.0, 9712.0, 9687.0, 9716.0, 9709.0, 9719.0, 9706.0, 9674.0, 9698.0, 9672.0, 9713.0, 9709.0, 9720.0, 9690.0, 9717.0, 9687.0, 9711.0, 9700.0, 9688.0, 9708.0, 9688.0, 9704.0, 9685.0, 9696.0, 9672.0, 9712.0, 9706.0, 9732.0, 9693.0, 9704.0, 9701.0, 9669.0, 9697.0, 9690.0, 9719.0, 9703.0, 9715.0, 9699.0, 9724.0, 9683.0, 9700.0, 9705.0, 9670.0, 9707.0, 9688.0, 9699.0, 9690.0, 9732.0, 9710.0, 9707.0, 9705.0, 9690.0, 9717.0, 9685.0, 9710.0, 9701.0, 9712.0, 9703.0, 9716.0, 9686.0, 9667.0, 9694.0, 9681.0, 9712.0, 9691.0, 9699.0, 9700.0, 9668.0, 9695.0, 9703.0, 9716.0, 9693.0, 9726.0, 9704.0, 9674.0, 9696.0, 9685.0, 9715.0, 9705.0, 9727.0, 9703.0, 9668.0, 9679.0, 9682.0, 9697.0, 9690.0, 9730.0, 9702.0, 9674.0, 9699.0, 9687.0, 9710.0, 9691.0, 9733.0, 9689.0, 9689.0, 9697.0, 9686.0, 9693.0, 9682.0, 9712.0, 9687.0, 9694.0, 9683.0, 9648.0, 9677.0, 9667.0, 9695.0, 9687.0, 9682.0, 9685.0, 9682.0, 9695.0, 9671.0, 9715.0, 9708.0, 9715.0, 9688.0, 9673.0, 9697.0, 9683.0, 9695.0, 9704.0, 9731.0, 9702.0, 9690.0, 9698.0, 9685.0, 9696.0, 9688.0, 9719.0, 9706.0, 9703.0, 9699.0, 9670.0, 9710.0, 9692.0, 9731.0, 9709.0, 9706.0, 9705.0, 9671.0, 9701.0, 9693.0, 9716.0, 9690.0, 9719.0, 9684.0, 9671.0, 9696.0, 9692.0, 9715.0, 9704.0, 9716.0, 9701.0, 9674.0, 9715.0, 9691.0, 9723.0, 9710.0, 9733.0, 9705.0, 9672.0, 9697.0, 9683.0, 9716.0, 9704.0, 9716.0, 9704.0, 9667.0, 9696.0, 9683.0, 9711.0, 9692.0, 9711.0, 9690.0, 9699.0, 9686.0, 9668.0, 9698.0, 9687.0, 9715.0, 9690.0, 9698.0, 9699.0, 9697.0, 9697.0, 9684.0, 9703.0, 9673.0, 9700.0, 9701.0, 9712.0, 9692.0, 9726.0, 9706.0, 9720.0, 9706.0, 9674.0, 9707.0, 9730.0, 9722.0, 9713.0, 9729.0, 9707.0, 9691.0, 9723.0, 9707.0, 9704.0, 9707.0, 9700.0, 9742.0, 9712.0, 9736.0, 9706.0, 9703.0, 9704.0, 9690.0, 9705.0, 9690.0, 9716.0, 9670.0, 9698.0, 9683.0, 9694.0, 9682.0, 9711.0, 9689.0, 9728.0, 9702.0, 9690.0, 9698.0, 9672.0, 9714.0, 9710.0, 9722.0, 9694.0, 9717.0, 9703.0, 9699.0, 9699.0, 9670.0, 9703.0, 9691.0, 9703.0, 9687.0, 9717.0, 9671.0, 9693.0, 9696.0, 9668.0, 9701.0, 9703.0, 9700.0, 9722.0, 9711.0, 9702.0, 9721.0, 9724.0, 9718.0, 9750.0, 9736.0, 9723.0, 9749.0, 9731.0, 9729.0, 9697.0, 9683.0, 9683.0, 9692.0, 9710.0, 9697.0, 9683.0, 9701.0, 9709.0, 9714.0, 9700.0, 9697.0, 9693.0, 9664.0, 9693.0, 9689.0, 9713.0, 9701.0, 9699.0, 9704.0, 9669.0, 9713.0, 9689.0, 9736.0, 9708.0, 9712.0, 9706.0, 9697.0, 9701.0, 9685.0, 9713.0, 9686.0, 9716.0, 9685.0, 9726.0, 9693.0, 9690.0, 9689.0, 9667.0, 9698.0, 9689.0, 9713.0, 9701.0, 9713.0, 9698.0, 9694.0, 9719.0, 9703.0, 9718.0, 9699.0, 9701.0, 9671.0, 9697.0, 9671.0, 9701.0, 9673.0, 9702.0, 9666.0, 9695.0, 9684.0, 9713.0, 9700.0, 9714.0, 9699.0, 9716.0, 9701.0, 9714.0, 9702.0, 9719.0, 9725.0, 9706.0, 9720.0, 9674.0, 9703.0, 9671.0, 9719.0, 9709.0, 9718.0, 9688.0, 9715.0, 9703.0, 9715.0, 9721.0, 9736.0, 9721.0, 9716.0, 9719.0, 9685.0, 9702.0, 9689.0, 9723.0, 9690.0, 9704.0, 9688.0, 9713.0, 9687.0, 9711.0, 9705.0, 9719.0, 9722.0, 9703.0, 9703.0, 9686.0, 9714.0, 9701.0, 9739.0, 9728.0, 9719.0, 9704.0, 9726.0, 9702.0, 9714.0, 9704.0, 9717.0, 9716.0, 9693.0, 9693.0, 9663.0, 9678.0, 9662.0, 9697.0, 9689.0, 9697.0, 9699.0, 9708.0, 9699.0, 9708.0, 9702.0, 9717.0, 9702.0, 9697.0, 9693.0, 9663.0, 9679.0, 9675.0, 9693.0, 9681.0, 9691.0, 9675.0, 9689.0, 9691.0, 9689.0, 9689.0, 9682.0, 9695.0, 9681.0, 9696.0, 9678.0, 9687.0, 9677.0, 9711.0, 9698.0, 9678.0, 9681.0, 9677.0, 9690.0, 9701.0, 9692.0, 9697.0, 9684.0, 9682.0, 9677.0, 9694.0, 9702.0, 9698.0, 9700.0, 9711.0, 9697.0, 9679.0, 9679.0, 9708.0, 9725.0, 9711.0, 9716.0, 9697.0, 9683.0, 9693.0, 9719.0, 9707.0, 9693.0, 9710.0, 9723.0, 9725.0, 9691.0, 9707.0, 9711.0, 9757.0, 9728.0, 9729.0, 9739.0, 9715.0, 9736.0, 9709.0, 9725.0, 9743.0, 9714.0, 9711.0, 9719.0, 9721.0, 9689.0, 9707.0, 9735.0, 9727.0, 9709.0, 9747.0, 9696.0, 9668.0, 9695.0, 9688.0, 9721.0, 9704.0, 9724.0, 9686.0, 9686.0, 9699.0, 9703.0, 9714.0, 9722.0, 9705.0, 9709.0, 9691.0, 9718.0, 9691.0, 9718.0, 9726.0, 9732.0, 9720.0, 9685.0, 9697.0, 9679.0, 9694.0, 9695.0, 9715.0, 9702.0, 9712.0, 9711.0, 9681.0, 9682.0, 9690.0, 9717.0, 9694.0, 9720.0, 9704.0, 9710.0, 9715.0, 9699.0, 9724.0, 9709.0, 9705.0, 9705.0, 9714.0, 9702.0, 9699.0, 9715.0, 9706.0, 9726.0, 9690.0, 9724.0, 9720.0, 9699.0, 9688.0, 9706.0, 9720.0, 9714.0, 9721.0, 9707.0, 9730.0, 9700.0, 9693.0, 9692.0, 9679.0, 9697.0, 9670.0, 9698.0, 9676.0, 9691.0, 9674.0, 9685.0, 9679.0, 9692.0, 9698.0, 9706.0, 9696.0, 9664.0, 9689.0, 9662.0, 9689.0, 9669.0, 9695.0, 9666.0, 9695.0, 9660.0, 9677.0, 9662.0, 9688.0, 9681.0, 9696.0, 9682.0, 9695.0, 9701.0, 9720.0, 9696.0, 9709.0, 9704.0, 9732.0, 9697.0, 9681.0, 9695.0, 9665.0, 9695.0, 9649.0, 9700.0, 9688.0, 9697.0, 9681.0, 9699.0, 9685.0, 9695.0, 9681.0, 9714.0, 9708.0, 9717.0, 9725.0, 9721.0, 9721.0, 9691.0, 9708.0, 9716.0, 9741.0, 9717.0, 9743.0, 9724.0, 9719.0, 9728.0, 9752.0, 9725.0, 9695.0, 9705.0, 9691.0, 9717.0, 9722.0, 9734.0, 9719.0, 9722.0, 9704.0, 9684.0, 9699.0, 9705.0, 9719.0, 9687.0, 9717.0, 9683.0, 9706.0, 9694.0, 9694.0, 9712.0, 9684.0, 9701.0, 9685.0, 9697.0, 9696.0, 9710.0, 9716.0, 9701.0, 9717.0, 9721.0, 9693.0, 9675.0, 9697.0, 9681.0, 9694.0, 9667.0, 9694.0, 9660.0, 9671.0, 9673.0, 9695.0, 9692.0, 9705.0, 9694.0, 9663.0, 9676.0, 9677.0, 9694.0, 9685.0, 9701.0, 9688.0, 9715.0, 9701.0, 9712.0, 9713.0, 9695.0, 9713.0, 9701.0, 9697.0, 9682.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.0010388719068413392</td></tr>
<tr><td colspan=3>aqi</td><td>0.03339873770014556</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.03283306340858</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.239506368368538</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9638367170502554</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>5968.0137</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08540148082280388</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.585152838427947</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.379874725766671</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.272492036728659</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5716988477768306</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2954332927945225</td></tr>
<tr><td colspan=3>gcor</td><td>0.00905137</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010679176077246666</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02850983664393425</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>4.368086240323408</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>21.8786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8379</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5166</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292099.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>906.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.132</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3324</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3585.4652</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.9762</td></tr>
<tr><td colspan=3>tsnr</td><td>36.67276594648138</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>