<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-01/func/sub-0003_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>82ac1cb9af8af4aaca12fad37f1f5054</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>13:56:3.167500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999526, -0.0100957, -0.0290721, 0.0134335, 0.99304, 0.117009]</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.103755</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7757, -7277, 567, -12, -39, 45, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cad77a54-06a4-4484-94a2-d887684bbf38||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816561222076416, 0.03604097291827202, -0.07475881278514862, 114.80985260009766], [0.02708595059812069, 2.6642537117004395, 0.3168281614780426, -101.72257995605469], [-0.07799824327230453, -0.3139256536960602, 2.6803042888641357, -48.0401496887207], [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, 1383]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'AcquisitionTime': ['135603.167500', '135603.627500', '135604.087500', '135604.547500', '135605.007500', '135605.467500', '135605.927500', '135606.387500', '135606.847500', '135607.307500', '135607.767500', '135608.227500', '135608.687500', '135609.147500', '135609.607500', '135610.067500', '135610.527500', '135610.987500', '135611.447500', '135611.907500', '135612.367500', '135612.827500', '135613.287500', '135613.747500', '135614.207500', '135614.667500', '135615.127500', '135615.587500', '135616.047500', '135616.507500', '135616.967500', '135617.427500', '135617.887500', '135618.347500', '135618.807500', '135619.267500', '135619.727500', '135620.187500', '135620.647500', '135621.107500', '135621.567500', '135622.027500', '135622.487500', '135622.947500', '135623.407500', '135623.867500', '135624.327500', '135624.787500', '135625.247500', '135625.707500', '135626.167500', '135626.627500', '135627.087500', '135627.547500', '135628.007500', '135628.467500', '135628.927500', '135629.387500', '135629.847500', '135630.307500', '135630.767500', '135631.227500', '135631.687500', '135632.147500', '135632.607500', '135633.067500', '135633.527500', '135633.987500', '135634.447500', '135634.907500', '135635.367500', '135635.827500', '135636.287500', '135636.747500', '135637.207500', '135637.667500', '135638.127500', '135638.587500', '135639.047500', '135639.507500', '135639.967500', '135640.427500', '135640.887500', '135641.347500', '135641.807500', '135642.267500', '135642.727500', '135643.187500', '135643.647500', '135644.107500', '135644.567500', '135645.027500', '135645.487500', '135645.947500', '135646.407500', '135646.867500', '135647.327500', '135647.787500', '135648.247500', '135648.707500', '135649.167500', '135649.627500', '135650.087500', '135650.547500', '135651.007500', '135651.467500', '135651.927500', '135652.387500', '135652.847500', '135653.307500', '135653.767500', '135654.227500', '135654.687500', '135655.147500', '135655.607500', '135656.067500', '135656.527500', '135656.987500', '135657.447500', '135657.907500', '135658.367500', '135658.827500', '135659.287500', '135659.747500', '135700.207500', '135700.667500', '135701.127500', '135701.587500', '135702.047500', '135702.507500', '135702.967500', '135703.427500', '135703.887500', '135704.347500', '135704.807500', '135705.267500', '135705.727500', '135706.187500', '135706.647500', '135707.107500', '135707.567500', '135708.027500', '135708.487500', '135708.947500', '135709.407500', '135709.867500', '135710.327500', '135710.787500', '135711.247500', '135711.707500', '135712.167500', '135712.627500', '135713.087500', '135713.547500', '135714.007500', '135714.467500', '135714.927500', '135715.387500', '135715.847500', '135716.307500', '135716.767500', '135717.227500', '135717.687500', '135718.147500', '135718.607500', '135719.067500', '135719.527500', '135719.987500', '135720.447500', '135720.907500', '135721.367500', '135721.827500', '135722.287500', '135722.747500', '135723.207500', '135723.667500', '135724.127500', '135724.587500', '135725.047500', '135725.507500', '135725.967500', '135726.427500', '135726.887500', '135727.347500', '135727.807500', '135728.267500', '135728.727500', '135729.187500', '135729.647500', '135730.107500', '135730.567500', '135731.027500', '135731.487500', '135731.947500', '135732.407500', '135732.867500', '135733.327500', '135733.787500', '135734.247500', '135734.707500', '135735.167500', '135735.627500', '135736.087500', '135736.547500', '135737.007500', '135737.467500', '135737.927500', '135738.387500', '135738.847500', '135739.307500', '135739.767500', '135740.227500', '135740.687500', '135741.147500', '135741.607500', '135742.067500', '135742.527500', '135742.987500', '135743.447500', '135743.907500', '135744.367500', '135744.827500', '135745.287500', '135745.747500', '135746.207500', '135746.667500', '135747.127500', '135747.587500', '135748.047500', '135748.507500', '135748.967500', '135749.427500', '135749.887500', '135750.347500', '135750.807500', '135751.267500', '135751.727500', '135752.187500', '135752.647500', '135753.107500', '135753.567500', '135754.027500', '135754.487500', '135754.947500', '135755.407500', '135755.867500', '135756.327500', '135756.787500', '135757.247500', '135757.707500', '135758.167500', '135758.627500', '135759.087500', '135759.547500', '135800.007500', '135800.467500', '135800.927500', '135801.387500', '135801.847500', '135802.307500', '135802.767500', '135803.227500', '135803.687500', '135804.147500', '135804.607500', '135805.067500', '135805.527500', '135805.987500', '135806.447500', '135806.907500', '135807.367500', '135807.827500', '135808.287500', '135808.747500', '135809.207500', '135809.667500', '135810.127500', '135810.587500', '135811.047500', '135811.507500', '135811.967500', '135812.427500', '135812.887500', '135813.347500', '135813.807500', '135814.267500', '135814.727500', '135815.187500', '135815.647500', '135816.107500', '135816.567500', '135817.027500', '135817.487500', '135817.947500', '135818.407500', '135818.867500', '135819.327500', '135819.787500', '135820.247500', '135820.707500', '135821.167500', '135821.627500', '135822.087500', '135822.547500', '135823.007500', '135823.467500', '135823.927500', '135824.387500', '135824.847500', '135825.307500', '135825.767500', '135826.227500', '135826.687500', '135827.147500', '135827.607500', '135828.067500', '135828.527500', '135828.987500', '135829.447500', '135829.907500', '135830.367500', '135830.827500', '135831.287500', '135831.747500', '135832.207500', '135832.667500', '135833.127500', '135833.587500', '135834.047500', '135834.507500', '135834.967500', '135835.427500', '135835.887500', '135836.347500', '135836.807500', '135837.267500', '135837.727500', '135838.187500', '135838.647500', '135839.107500', '135839.567500', '135840.027500', '135840.487500', '135840.947500', '135841.407500', '135841.867500', '135842.327500', '135842.787500', '135843.247500', '135843.707500', '135844.167500', '135844.627500', '135845.087500', '135845.547500', '135846.007500', '135846.467500', '135846.927500', '135847.387500', '135847.847500', '135848.307500', '135848.767500', '135849.227500', '135849.687500', '135850.147500', '135850.607500', '135851.067500', '135851.527500', '135851.987500', '135852.447500', '135852.907500', '135853.367500', '135853.827500', '135854.287500', '135854.747500', '135855.207500', '135855.667500', '135856.127500', '135856.587500', '135857.047500', '135857.507500', '135857.967500', '135858.427500', '135858.887500', '135859.347500', '135859.807500', '135900.267500', '135900.727500', '135901.187500', '135901.647500', '135902.107500', '135902.567500', '135903.027500', '135903.487500', '135903.947500', '135904.407500', '135904.867500', '135905.327500', '135905.787500', '135906.247500', '135906.707500', '135907.167500', '135907.627500', '135908.087500', '135908.547500', '135909.007500', '135909.467500', '135909.927500', '135910.387500', '135910.847500', '135911.307500', '135911.767500', '135912.227500', '135912.687500', '135913.147500', '135913.607500', '135914.067500', '135914.527500', '135914.987500', '135915.447500', '135915.907500', '135916.367500', '135916.827500', '135917.287500', '135917.747500', '135918.207500', '135918.667500', '135919.127500', '135919.587500', '135920.047500', '135920.507500', '135920.967500', '135921.427500', '135921.887500', '135922.347500', '135922.807500', '135923.267500', '135923.727500', '135924.187500', '135924.647500', '135925.107500', '135925.567500', '135926.027500', '135926.487500', '135926.947500', '135927.407500', '135927.867500', '135928.327500', '135928.787500', '135929.247500', '135929.707500', '135930.167500', '135930.627500', '135931.087500', '135931.547500', '135932.007500', '135932.467500', '135932.927500', '135933.387500', '135933.847500', '135934.307500', '135934.767500', '135935.227500', '135935.687500', '135936.147500', '135936.607500', '135937.067500', '135937.527500', '135937.987500', '135938.447500', '135938.907500', '135939.367500', '135939.827500', '135940.287500', '135940.747500', '135941.207500', '135941.667500', '135942.127500', '135942.587500', '135943.047500', '135943.507500', '135943.967500', '135944.427500', '135944.887500', '135945.347500', '135945.807500', '135946.267500', '135946.727500', '135947.187500', '135947.647500', '135948.107500', '135948.567500', '135949.027500', '135949.487500', '135949.947500', '135950.407500', '135950.867500', '135951.327500', '135951.787500', '135952.247500', '135952.707500', '135953.167500', '135953.627500', '135954.087500', '135954.547500', '135955.007500', '135955.467500', '135955.927500', '135956.387500', '135956.847500', '135957.307500', '135957.767500', '135958.227500', '135958.687500', '135959.147500', '135959.607500', '140000.067500', '140000.527500', '140000.987500', '140001.447500', '140001.907500', '140002.367500', '140002.827500', '140003.287500', '140003.747500', '140004.207500', '140004.667500', '140005.127500', '140005.587500', '140006.047500', '140006.507500', '140006.967500', '140007.427500', '140007.887500', '140008.347500', '140008.807500', '140009.267500', '140009.727500', '140010.187500', '140010.647500', '140011.107500', '140011.567500', '140012.027500', '140012.487500', '140012.947500', '140013.407500', '140013.867500', '140014.327500', '140014.787500', '140015.247500', '140015.707500', '140016.167500', '140016.627500', '140017.087500', '140017.547500', '140018.007500', '140018.467500', '140018.927500', '140019.387500', '140019.847500', '140020.307500', '140020.767500', '140021.227500', '140021.687500', '140022.147500', '140022.607500', '140023.067500', '140023.527500', '140023.987500', '140024.447500', '140024.907500', '140025.367500', '140025.827500', '140026.287500', '140026.747500', '140027.207500', '140027.667500', '140028.127500', '140028.587500', '140029.047500', '140029.507500', '140029.967500', '140030.427500', '140030.887500', '140031.347500', '140031.807500', '140032.267500', '140032.727500', '140033.187500', '140033.647500', '140034.107500', '140034.567500', '140035.027500', '140035.487500', '140035.947500', '140036.407500', '140036.867500', '140037.327500', '140037.787500', '140038.247500', '140038.707500', '140039.167500', '140039.627500', '140040.087500', '140040.547500', '140041.007500', '140041.467500', '140041.927500', '140042.387500', '140042.847500', '140043.307500', '140043.767500', '140044.227500', '140044.687500', '140045.147500', '140045.607500', '140046.067500', '140046.527500', '140046.987500', '140047.447500', '140047.907500', '140048.367500', '140048.827500', '140049.287500', '140049.747500', '140050.207500', '140050.667500', '140051.127500', '140051.587500', '140052.047500', '140052.507500', '140052.967500', '140053.427500', '140053.887500', '140054.347500', '140054.807500', '140055.267500', '140055.727500', '140056.187500', '140056.647500', '140057.107500', '140057.567500', '140058.027500', '140058.487500', '140058.947500', '140059.407500', '140059.867500', '140100.327500', '140100.787500', '140101.247500', '140101.707500', '140102.167500', '140102.627500', '140103.087500', '140103.547500', '140104.007500', '140104.467500', '140104.927500', '140105.387500', '140105.847500', '140106.307500', '140106.767500', '140107.227500', '140107.687500', '140108.147500', '140108.607500', '140109.067500', '140109.527500', '140109.987500', '140110.447500', '140110.907500', '140111.367500', '140111.827500', '140112.287500', '140112.747500', '140113.207500', '140113.667500', '140114.127500', '140114.587500', '140115.047500', '140115.507500', '140115.967500', '140116.427500', '140116.887500', '140117.347500', '140117.807500', '140118.267500', '140118.727500', '140119.187500', '140119.647500', '140120.107500', '140120.567500', '140121.027500', '140121.487500', '140121.947500', '140122.407500', '140122.867500', '140123.327500', '140123.787500', '140124.247500', '140124.707500', '140125.167500', '140125.627500', '140126.087500', '140126.547500', '140127.007500', '140127.467500', '140127.927500', '140128.387500', '140128.847500', '140129.307500', '140129.767500', '140130.227500', '140130.687500', '140131.147500', '140131.607500', '140132.067500', '140132.527500', '140132.987500', '140133.447500', '140133.907500', '140134.367500', '140134.827500', '140135.287500', '140135.747500', '140136.207500', '140136.667500', '140137.127500', '140137.587500', '140138.047500', '140138.507500', '140138.967500', '140139.427500', '140139.887500', '140140.347500', '140140.807500', '140141.267500', '140141.727500', '140142.187500', '140142.647500', '140143.107500', '140143.567500', '140144.027500', '140144.487500', '140144.947500', '140145.407500', '140145.867500', '140146.327500', '140146.787500', '140147.247500', '140147.707500', '140148.167500', '140148.627500', '140149.087500', '140149.547500', '140150.007500', '140150.467500', '140150.927500', '140151.387500', '140151.847500', '140152.307500', '140152.767500', '140153.227500', '140153.687500', '140154.147500', '140154.607500', '140155.067500', '140155.527500', '140155.987500', '140156.447500', '140156.907500', '140157.367500', '140157.827500', '140158.287500', '140158.747500', '140159.207500', '140159.667500', '140200.127500', '140200.587500', '140201.047500', '140201.507500', '140201.967500', '140202.427500', '140202.887500', '140203.347500', '140203.807500', '140204.267500', '140204.727500', '140205.187500', '140205.647500', '140206.107500', '140206.567500', '140207.027500', '140207.487500', '140207.947500', '140208.407500', '140208.867500', '140209.327500', '140209.787500', '140210.247500', '140210.707500', '140211.167500', '140211.627500', '140212.087500', '140212.547500', '140213.007500', '140213.467500', '140213.927500', '140214.387500', '140214.847500', '140215.307500', '140215.767500', '140216.227500', '140216.687500', '140217.147500', '140217.607500', '140218.067500', '140218.527500', '140218.987500', '140219.447500', '140219.907500', '140220.367500', '140220.827500', '140221.287500', '140221.747500', '140222.207500', '140222.667500', '140223.127500', '140223.587500', '140224.047500', '140224.507500', '140224.967500', '140225.427500', '140225.887500', '140226.347500', '140226.807500', '140227.267500', '140227.727500', '140228.187500', '140228.647500', '140229.107500', '140229.567500', '140230.027500', '140230.487500', '140230.947500', '140231.407500', '140231.867500', '140232.327500', '140232.787500', '140233.247500', '140233.707500', '140234.167500', '140234.627500', '140235.087500', '140235.547500', '140236.007500', '140236.467500', '140236.927500', '140237.387500', '140237.847500', '140238.307500', '140238.767500', '140239.227500', '140239.687500', '140240.147500', '140240.607500', '140241.067500', '140241.527500', '140241.987500', '140242.447500', '140242.907500', '140243.367500', '140243.827500', '140244.287500', '140244.747500', '140245.207500', '140245.667500', '140246.127500', '140246.587500', '140247.047500', '140247.507500', '140247.967500', '140248.427500', '140248.887500', '140249.347500', '140249.807500', '140250.267500', '140250.727500', '140251.187500', '140251.647500', '140252.107500', '140252.567500', '140253.027500', '140253.487500', '140253.947500', '140254.407500', '140254.867500', '140255.327500', '140255.787500', '140256.247500', '140256.707500', '140257.167500', '140257.627500', '140258.087500', '140258.547500', '140259.007500', '140259.467500', '140259.927500', '140300.387500', '140300.847500', '140301.307500', '140301.767500', '140302.227500', '140302.687500', '140303.147500', '140303.607500', '140304.067500', '140304.527500', '140304.987500', '140305.447500', '140305.907500', '140306.367500', '140306.827500', '140307.287500', '140307.747500', '140308.207500', '140308.667500', '140309.127500', '140309.587500', '140310.047500', '140310.507500', '140310.967500', '140311.427500', '140311.887500', '140312.347500', '140312.807500', '140313.267500', '140313.727500', '140314.187500', '140314.647500', '140315.107500', '140315.567500', '140316.027500', '140316.487500', '140316.947500', '140317.407500', '140317.867500', '140318.327500', '140318.787500', '140319.247500', '140319.707500', '140320.167500', '140320.627500', '140321.087500', '140321.547500', '140322.007500', '140322.467500', '140322.927500', '140323.387500', '140323.847500', '140324.307500', '140324.767500', '140325.227500', '140325.687500', '140326.147500', '140326.607500', '140327.067500', '140327.527500', '140327.987500', '140328.447500', '140328.907500', '140329.367500', '140329.827500', '140330.287500', '140330.747500', '140331.207500', '140331.667500', '140332.127500', '140332.587500', '140333.047500', '140333.507500', '140333.967500', '140334.427500', '140334.887500', '140335.347500', '140335.807500', '140336.267500', '140336.727500', '140337.187500', '140337.647500', '140338.107500', '140338.567500', '140339.027500', '140339.487500', '140339.947500', '140340.407500', '140340.867500', '140341.327500', '140341.787500', '140342.247500', '140342.707500', '140343.167500', '140343.627500', '140344.087500', '140344.547500', '140345.007500', '140345.467500', '140345.927500', '140346.387500', '140346.847500', '140347.307500', '140347.767500', '140348.227500', '140348.687500', '140349.147500', '140349.607500', '140350.067500', '140350.527500', '140350.987500', '140351.447500', '140351.907500', '140352.367500', '140352.827500', '140353.287500', '140353.747500', '140354.207500', '140354.667500', '140355.127500', '140355.587500', '140356.047500', '140356.507500', '140356.967500', '140357.427500', '140357.887500', '140358.347500', '140358.807500', '140359.267500', '140359.727500', '140400.187500', '140400.647500', '140401.107500', '140401.567500', '140402.027500', '140402.487500', '140402.947500', '140403.407500', '140403.867500', '140404.327500', '140404.787500', '140405.247500', '140405.707500', '140406.167500', '140406.627500', '140407.087500', '140407.547500', '140408.007500', '140408.467500', '140408.927500', '140409.387500', '140409.847500', '140410.307500', '140410.767500', '140411.227500', '140411.687500', '140412.147500', '140412.607500', '140413.067500', '140413.527500', '140413.987500', '140414.447500', '140414.907500', '140415.367500', '140415.827500', '140416.287500', '140416.747500', '140417.207500', '140417.667500', '140418.127500', '140418.587500', '140419.047500', '140419.507500', '140419.967500', '140420.427500', '140420.887500', '140421.347500', '140421.807500', '140422.267500', '140422.727500', '140423.187500', '140423.647500', '140424.107500', '140424.567500', '140425.027500', '140425.487500', '140425.947500', '140426.407500', '140426.867500', '140427.327500', '140427.787500', '140428.247500', '140428.707500', '140429.167500', '140429.627500', '140430.087500', '140430.547500', '140431.007500', '140431.467500', '140431.927500', '140432.387500', '140432.847500', '140433.307500', '140433.767500', '140434.227500', '140434.687500', '140435.147500', '140435.607500', '140436.067500', '140436.527500', '140436.987500', '140437.447500', '140437.907500', '140438.367500', '140438.827500', '140439.287500', '140439.747500', '140440.207500', '140440.667500', '140441.127500', '140441.587500', '140442.047500', '140442.507500', '140442.967500', '140443.427500', '140443.887500', '140444.347500', '140444.807500', '140445.267500', '140445.727500', '140446.187500', '140446.647500', '140447.107500', '140447.567500', '140448.027500', '140448.487500', '140448.947500', '140449.407500', '140449.867500', '140450.327500', '140450.787500', '140451.247500', '140451.707500', '140452.167500', '140452.627500', '140453.087500', '140453.547500', '140454.007500', '140454.467500', '140454.927500', '140455.387500', '140455.847500', '140456.307500', '140456.767500', '140457.227500', '140457.687500', '140458.147500', '140458.607500', '140459.067500', '140459.527500', '140459.987500', '140500.447500', '140500.907500', '140501.367500', '140501.827500', '140502.287500', '140502.747500', '140503.207500', '140503.667500', '140504.127500', '140504.587500', '140505.047500', '140505.507500', '140505.967500', '140506.427500', '140506.887500', '140507.347500', '140507.807500', '140508.267500', '140508.727500', '140509.187500', '140509.647500', '140510.107500', '140510.567500', '140511.027500', '140511.487500', '140511.947500', '140512.407500', '140512.867500', '140513.327500', '140513.787500', '140514.247500', '140514.707500', '140515.167500', '140515.627500', '140516.087500', '140516.547500', '140517.007500', '140517.467500', '140517.927500', '140518.387500', '140518.847500', '140519.307500', '140519.767500', '140520.227500', '140520.687500', '140521.147500', '140521.607500', '140522.067500', '140522.527500', '140522.987500', '140523.447500', '140523.907500', '140524.367500', '140524.827500', '140525.287500', '140525.747500', '140526.207500', '140526.667500', '140527.127500', '140527.587500', '140528.047500', '140528.507500', '140528.967500', '140529.427500', '140529.887500', '140530.347500', '140530.807500', '140531.267500', '140531.727500', '140532.187500', '140532.647500', '140533.107500', '140533.567500', '140534.027500', '140534.487500', '140534.947500', '140535.407500', '140535.867500', '140536.327500', '140536.787500', '140537.247500', '140537.707500', '140538.167500', '140538.627500', '140539.087500', '140539.547500', '140540.007500', '140540.467500', '140540.927500', '140541.387500', '140541.847500', '140542.307500', '140542.767500', '140543.227500', '140543.687500', '140544.147500', '140544.607500', '140545.067500', '140545.527500', '140545.987500', '140546.447500', '140546.907500', '140547.367500', '140547.827500', '140548.287500', '140548.747500', '140549.207500', '140549.667500', '140550.127500', '140550.587500', '140551.047500', '140551.507500', '140551.967500', '140552.427500', '140552.887500', '140553.347500', '140553.807500', '140554.267500', '140554.727500', '140555.187500', '140555.647500', '140556.107500', '140556.567500', '140557.027500', '140557.487500', '140557.947500', '140558.407500', '140558.867500', '140559.327500', '140559.787500', '140600.247500', '140600.707500', '140601.167500', '140601.627500', '140602.087500', '140602.547500', '140603.007500', '140603.467500', '140603.927500', '140604.387500', '140604.847500', '140605.307500', '140605.767500', '140606.227500', '140606.687500', '140607.147500', '140607.607500', '140608.067500', '140608.527500', '140608.987500', '140609.447500', '140609.907500', '140610.367500', '140610.827500', '140611.287500', '140611.747500', '140612.207500', '140612.667500', '140613.127500', '140613.587500', '140614.047500', '140614.507500', '140614.967500', '140615.427500', '140615.887500', '140616.347500', '140616.807500', '140617.267500', '140617.727500', '140618.187500', '140618.647500', '140619.107500', '140619.567500', '140620.027500', '140620.487500', '140620.947500', '140621.407500', '140621.867500', '140622.327500', '140622.787500', '140623.247500', '140623.707500', '140624.167500', '140624.627500', '140625.087500', '140625.547500', '140626.007500', '140626.467500', '140626.927500', '140627.387500', '140627.847500', '140628.307500', '140628.767500', '140629.227500', '140629.687500', '140630.147500', '140630.607500', '140631.067500', '140631.527500', '140631.987500', '140632.447500', '140632.907500', '140633.367500', '140633.827500', '140634.287500', '140634.747500', '140635.207500', '140635.667500', '140636.127500', '140636.587500', '140637.047500', '140637.507500', '140637.967500', '140638.427500', '140638.887500'], 'ContentTime': ['135631.779000', '135631.782000', '135631.785000', '135631.788000', '135631.791000', '135631.794000', '135631.797000', '135631.800000', '135631.802000', '135631.805000', '135631.808000', '135631.811000', '135631.819000', '135631.822000', '135631.825000', '135631.828000', '135631.831000', '135631.833000', '135631.836000', '135631.840000', '135631.843000', '135631.846000', '135631.849000', '135631.852000', '135631.854000', '135631.857000', '135631.860000', '135631.863000', '135631.866000', '135631.869000', '135631.871000', '135631.874000', '135631.877000', '135631.880000', '135631.883000', '135631.885000', '135631.888000', '135631.891000', '135631.900000', '135631.904000', '135631.906000', '135631.909000', '135631.912000', '135631.915000', '135631.918000', '135631.921000', '135631.924000', '135631.926000', '135631.929000', '135631.932000', '135631.935000', '135631.937000', '135631.940000', '135631.943000', '135631.946000', '135631.949000', '135631.952000', '135631.954000', '135631.957000', '135631.960000', '135651.749000', '135651.752000', '135651.755000', '135651.757000', '135651.760000', '135651.763000', '135651.766000', '135651.769000', '135651.771000', '135651.784000', '135651.786000', '135651.789000', '135651.792000', '135651.795000', '135651.798000', '135651.800000', '135651.818000', '135651.821000', '135651.824000', '135651.827000', '135651.829000', '135651.832000', '135651.835000', '135651.838000', '135651.853000', '135651.864000', '135651.866000', '135651.869000', '135651.872000', '135651.875000', '135651.878000', '135651.880000', '135651.883000', '135651.886000', '135651.889000', '135651.892000', '135651.895000', '135651.909000', '135651.913000', '135651.916000', '135651.918000', '135651.921000', '135651.924000', '135651.927000', '135711.749000', '135711.752000', '135711.755000', '135711.766000', '135711.769000', '135711.771000', '135711.774000', '135711.777000', '135711.780000', '135711.783000', '135711.786000', '135711.789000', '135711.791000', '135711.794000', '135711.797000', '135711.818000', '135711.821000', '135711.824000', '135711.827000', '135711.830000', '135711.832000', '135711.835000', '135711.838000', '135711.841000', '135711.844000', '135711.847000', '135711.850000', '135711.853000', '135711.855000', '135711.858000', '135711.861000', '135711.864000', '135711.867000', '135711.869000', '135711.872000', '135711.875000', '135711.878000', '135711.881000', '135711.884000', '135711.887000', '135711.889000', '135711.892000', '135711.895000', '135731.748000', '135731.751000', '135731.754000', '135731.757000', '135731.760000', '135731.763000', '135731.765000', '135731.768000', '135731.771000', '135731.774000', '135731.777000', '135731.779000', '135731.782000', '135731.785000', '135731.788000', '135731.791000', '135731.794000', '135731.797000', '135731.799000', '135731.802000', '135731.805000', '135731.808000', '135731.811000', '135731.814000', '135731.817000', '135731.819000', '135731.822000', '135731.825000', '135731.828000', '135731.831000', '135731.834000', '135731.836000', '135731.839000', '135731.842000', '135731.845000', '135731.848000', '135731.851000', '135731.853000', '135731.856000', '135731.859000', '135731.862000', '135731.865000', '135731.868000', '135731.870000', '135751.748000', '135751.751000', '135751.754000', '135751.757000', '135751.759000', '135751.762000', '135751.765000', '135751.768000', '135751.771000', '135751.774000', '135751.777000', '135751.780000', '135751.782000', '135751.785000', '135751.788000', '135751.791000', '135751.794000', '135751.796000', '135751.799000', '135751.802000', '135751.805000', '135751.808000', '135751.811000', '135751.814000', '135751.817000', '135751.819000', '135751.822000', '135751.825000', '135751.828000', '135751.831000', '135751.834000', '135751.836000', '135751.839000', '135751.842000', '135751.845000', '135751.848000', '135751.851000', '135751.853000', '135751.856000', '135751.859000', '135751.862000', '135751.865000', '135751.868000', '135811.748000', '135811.751000', '135811.754000', '135811.756000', '135811.759000', '135811.762000', '135811.765000', '135811.768000', '135811.771000', '135811.774000', '135811.776000', '135811.779000', '135811.782000', '135811.785000', '135811.788000', '135811.791000', '135811.794000', '135811.796000', '135811.799000', '135811.802000', '135811.805000', '135811.808000', '135811.810000', '135811.813000', '135811.822000', '135811.825000', '135811.828000', '135811.831000', '135811.833000', '135811.836000', '135811.839000', '135811.842000', '135811.845000', '135811.847000', '135811.850000', '135811.853000', '135811.856000', '135811.859000', '135811.862000', '135811.865000', '135811.867000', '135811.870000', '135811.873000', '135811.876000', '135831.748000', '135831.751000', '135831.754000', '135831.757000', '135831.760000', '135831.763000', '135831.766000', '135831.769000', '135831.771000', '135831.774000', '135831.777000', '135831.780000', '135831.783000', '135831.786000', '135831.789000', '135831.791000', '135831.794000', '135831.797000', '135831.800000', '135831.813000', '135831.816000', '135831.819000', '135831.822000', '135831.824000', '135831.827000', '135831.830000', '135831.833000', '135831.836000', '135831.839000', '135831.842000', '135831.844000', '135831.847000', '135831.855000', '135831.858000', '135831.861000', '135831.864000', '135831.867000', '135831.870000', '135831.873000', '135831.876000', '135831.878000', '135831.881000', '135831.884000', '135851.749000', '135851.752000', '135851.755000', '135851.758000', '135851.761000', '135851.764000', '135851.767000', '135851.770000', '135851.773000', '135851.776000', '135851.779000', '135851.781000', '135851.784000', '135851.787000', '135851.790000', '135851.793000', '135851.796000', '135851.798000', '135851.801000', '135851.804000', '135851.807000', '135851.810000', '135851.813000', '135851.816000', '135851.818000', '135851.821000', '135851.824000', '135851.827000', '135851.830000', '135851.833000', '135851.836000', '135851.838000', '135851.841000', '135851.844000', '135851.847000', '135851.850000', '135851.853000', '135851.855000', '135851.858000', '135851.861000', '135851.864000', '135851.867000', '135851.870000', '135911.749000', '135911.752000', '135911.755000', '135911.758000', '135911.761000', '135911.764000', '135911.766000', '135911.769000', '135911.772000', '135911.775000', '135911.778000', '135911.781000', '135911.783000', '135911.786000', '135911.789000', '135911.792000', '135911.795000', '135911.798000', '135911.801000', '135911.803000', '135911.806000', '135911.809000', '135911.812000', '135911.815000', '135911.818000', '135911.821000', '135911.823000', '135911.826000', '135911.829000', '135911.832000', '135911.835000', '135911.838000', '135911.840000', '135911.843000', '135911.846000', '135911.849000', '135911.852000', '135911.855000', '135911.858000', '135911.860000', '135911.863000', '135911.873000', '135911.876000', '135911.878000', '135931.749000', '135931.758000', '135931.761000', '135931.763000', '135931.766000', '135931.769000', '135931.772000', '135931.775000', '135931.778000', '135931.781000', '135931.784000', '135931.787000', '135931.789000', '135931.792000', '135931.795000', '135931.798000', '135931.801000', '135931.804000', '135931.807000', '135931.809000', '135931.812000', '135931.815000', '135931.818000', '135931.821000', '135931.824000', '135931.827000', '135931.829000', '135931.832000', '135931.835000', '135931.838000', '135931.841000', '135931.844000', '135931.847000', '135931.855000', '135931.858000', '135931.861000', '135931.864000', '135931.867000', '135931.869000', '135931.872000', '135931.875000', '135931.878000', '135931.882000', '135951.748000', '135951.758000', '135951.760000', '135951.763000', '135951.766000', '135951.769000', '135951.772000', '135951.775000', '135951.778000', '135951.780000', '135951.783000', '135951.786000', '135951.789000', '135951.792000', '135951.794000', '135951.797000', '135951.800000', '135951.803000', '135951.806000', '135951.809000', '135951.812000', '135951.815000', '135951.817000', '135951.820000', '135951.823000', '135951.826000', '135951.829000', '135951.832000', '135951.835000', '135951.837000', '135951.840000', '135951.843000', '135951.846000', '135951.849000', '135951.852000', '135951.854000', '135951.857000', '135951.860000', '135951.863000', '135951.866000', '135951.869000', '135951.872000', '135951.874000', '135951.877000', '140011.748000', '140011.773000', '140011.776000', '140011.779000', '140011.782000', '140011.785000', '140011.788000', '140011.791000', '140011.794000', '140011.796000', '140011.799000', '140011.802000', '140011.805000', '140011.808000', '140011.811000', '140011.813000', '140011.816000', '140011.819000', '140011.822000', '140011.825000', '140011.828000', '140011.831000', '140011.833000', '140011.836000', '140011.858000', '140011.860000', '140011.863000', '140011.866000', '140011.869000', '140011.872000', '140011.875000', '140011.878000', '140011.881000', '140011.883000', '140011.886000', '140011.889000', '140011.892000', '140011.895000', '140011.897000', '140011.900000', '140011.903000', '140011.906000', '140011.909000', '140031.748000', '140031.751000', '140031.754000', '140031.757000', '140031.760000', '140031.763000', '140031.765000', '140031.775000', '140031.778000', '140031.781000', '140031.784000', '140031.787000', '140031.789000', '140031.792000', '140031.795000', '140031.798000', '140031.801000', '140031.804000', '140031.807000', '140031.810000', '140031.813000', '140031.816000', '140031.818000', '140031.821000', '140031.824000', '140031.827000', '140031.830000', '140031.833000', '140031.836000', '140031.839000', '140031.841000', '140031.844000', '140031.847000', '140031.850000', '140031.853000', '140031.856000', '140031.859000', '140031.861000', '140031.864000', '140031.867000', '140031.870000', '140031.873000', '140031.876000', '140031.879000', '140051.748000', '140051.751000', '140051.754000', '140051.757000', '140051.760000', '140051.763000', '140051.765000', '140051.768000', '140051.771000', '140051.774000', '140051.777000', '140051.780000', '140051.783000', '140051.786000', '140051.788000', '140051.791000', '140051.794000', '140051.797000', '140051.800000', '140051.803000', '140051.805000', '140051.809000', '140051.811000', '140051.814000', '140051.817000', '140051.820000', '140051.823000', '140051.826000', '140051.829000', '140051.831000', '140051.834000', '140051.837000', '140051.840000', '140051.843000', '140051.846000', '140051.849000', '140051.852000', '140051.854000', '140051.857000', '140051.860000', '140051.863000', '140051.866000', '140051.869000', '140111.749000', '140111.752000', '140111.755000', '140111.758000', '140111.761000', '140111.763000', '140111.766000', '140111.769000', '140111.772000', '140111.775000', '140111.778000', '140111.781000', '140111.783000', '140111.786000', '140111.789000', '140111.792000', '140111.795000', '140111.797000', '140111.800000', '140111.803000', '140111.806000', '140111.809000', '140111.812000', '140111.815000', '140111.817000', '140111.820000', '140111.823000', '140111.826000', '140111.829000', '140111.832000', '140111.835000', '140111.838000', '140111.840000', '140111.843000', '140111.846000', '140111.849000', '140111.852000', '140111.855000', '140111.857000', '140111.860000', '140111.863000', '140111.866000', '140111.869000', '140111.872000', '140131.749000', '140131.753000', '140131.756000', '140131.759000', '140131.762000', '140131.765000', '140131.767000', '140131.770000', '140131.773000', '140131.776000', '140131.779000', '140131.797000', '140131.800000', '140131.803000', '140131.806000', '140131.809000', '140131.812000', '140131.815000', '140131.818000', '140131.821000', '140131.824000', '140131.827000', '140131.830000', '140131.833000', '140131.836000', '140131.839000', '140131.859000', '140131.862000', '140131.865000', '140131.868000', '140131.871000', '140131.874000', '140131.876000', '140131.879000', '140131.882000', '140131.885000', '140131.888000', '140131.891000', '140131.894000', '140131.896000', '140131.899000', '140131.902000', '140131.905000', '140151.749000', '140151.752000', '140151.755000', '140151.758000', '140151.760000', '140151.763000', '140151.766000', '140151.769000', '140151.772000', '140151.775000', '140151.778000', '140151.780000', '140151.783000', '140151.786000', '140151.789000', '140151.792000', '140151.795000', '140151.798000', '140151.800000', '140151.803000', '140151.806000', '140151.809000', '140151.812000', '140151.815000', '140151.817000', '140151.821000', '140151.823000', '140151.826000', '140151.829000', '140151.832000', '140151.835000', '140151.837000', '140151.840000', '140151.843000', '140151.846000', '140151.849000', '140151.852000', '140151.855000', '140151.857000', '140151.860000', '140151.863000', '140151.866000', '140151.869000', '140151.872000', '140211.748000', '140211.751000', '140211.754000', '140211.757000', '140211.760000', '140211.762000', '140211.765000', '140211.768000', '140211.771000', '140211.774000', '140211.777000', '140211.780000', '140211.782000', '140211.785000', '140211.788000', '140211.791000', '140211.794000', '140211.796000', '140211.799000', '140211.802000', '140211.805000', '140211.808000', '140211.811000', '140211.814000', '140211.816000', '140211.819000', '140211.822000', '140211.825000', '140211.828000', '140211.830000', '140211.833000', '140211.836000', '140211.840000', '140211.844000', '140211.847000', '140211.850000', '140211.853000', '140211.856000', '140211.859000', '140211.861000', '140211.864000', '140211.867000', '140211.870000', '140231.748000', '140231.751000', '140231.754000', '140231.757000', '140231.760000', '140231.762000', '140231.765000', '140231.768000', '140231.771000', '140231.774000', '140231.777000', '140231.779000', '140231.782000', '140231.785000', '140231.792000', '140231.795000', '140231.798000', '140231.801000', '140231.804000', '140231.807000', '140231.809000', '140231.812000', '140231.815000', '140231.818000', '140231.821000', '140231.824000', '140231.826000', '140231.829000', '140231.833000', '140231.835000', '140231.838000', '140231.841000', '140231.844000', '140231.847000', '140231.849000', '140231.852000', '140231.855000', '140231.858000', '140231.861000', '140231.864000', '140231.867000', '140231.869000', '140231.872000', '140231.875000', '140251.748000', '140251.751000', '140251.754000', '140251.757000', '140251.760000', '140251.762000', '140251.765000', '140251.768000', '140251.771000', '140251.774000', '140251.777000', '140251.780000', '140251.782000', '140251.785000', '140251.789000', '140251.792000', '140251.795000', '140251.798000', '140251.801000', '140251.804000', '140251.807000', '140251.809000', '140251.824000', '140251.827000', '140251.830000', '140251.833000', '140251.836000', '140251.839000', '140251.841000', '140251.844000', '140251.847000', '140251.851000', '140251.854000', '140251.857000', '140251.860000', '140251.863000', '140251.866000', '140251.869000', '140251.871000', '140251.874000', '140251.877000', '140251.880000', '140251.883000', '140311.748000', '140311.751000', '140311.754000', '140311.757000', '140311.760000', '140311.762000', '140311.765000', '140311.768000', '140311.771000', '140311.774000', '140311.777000', '140311.780000', '140311.783000', '140311.785000', '140311.788000', '140311.791000', '140311.794000', '140311.797000', '140311.799000', '140311.802000', '140311.805000', '140311.814000', '140311.816000', '140311.819000', '140311.822000', '140311.825000', '140311.828000', '140311.831000', '140311.834000', '140311.836000', '140311.839000', '140311.842000', '140311.845000', '140311.848000', '140311.851000', '140311.854000', '140311.856000', '140311.859000', '140311.862000', '140311.865000', '140311.868000', '140311.871000', '140311.873000', '140311.876000', '140331.749000', '140331.752000', '140331.755000', '140331.758000', '140331.761000', '140331.764000', '140331.767000', '140331.770000', '140331.772000', '140331.775000', '140331.778000', '140331.781000', '140331.784000', '140331.787000', '140331.790000', '140331.792000', '140331.795000', '140331.798000', '140331.801000', '140331.804000', '140331.807000', '140331.810000', '140331.812000', '140331.815000', '140331.818000', '140331.821000', '140331.824000', '140331.826000', '140331.829000', '140331.832000', '140331.835000', '140331.838000', '140331.841000', '140331.844000', '140331.847000', '140331.850000', '140331.853000', '140331.856000', '140331.858000', '140331.865000', '140331.868000', '140331.871000', '140331.874000', '140351.749000', '140351.752000', '140351.755000', '140351.758000', '140351.761000', '140351.763000', '140351.766000', '140351.769000', '140351.772000', '140351.775000', '140351.778000', '140351.781000', '140351.783000', '140351.786000', '140351.789000', '140351.792000', '140351.795000', '140351.798000', '140351.800000', '140351.803000', '140351.806000', '140351.809000', '140351.812000', '140351.815000', '140351.818000', '140351.820000', '140351.823000', '140351.826000', '140351.829000', '140351.832000', '140351.835000', '140351.837000', '140351.840000', '140351.843000', '140351.846000', '140351.849000', '140351.852000', '140351.855000', '140351.858000', '140351.860000', '140351.863000', '140351.866000', '140351.869000', '140351.872000', '140411.749000', '140411.752000', '140411.755000', '140411.758000', '140411.761000', '140411.764000', '140411.766000', '140411.769000', '140411.779000', '140411.782000', '140411.785000', '140411.788000', '140411.791000', '140411.794000', '140411.796000', '140411.799000', '140411.802000', '140411.805000', '140411.808000', '140411.811000', '140411.814000', '140411.816000', '140411.819000', '140411.822000', '140411.825000', '140411.829000', '140411.832000', '140411.835000', '140411.838000', '140411.841000', '140411.843000', '140411.846000', '140411.849000', '140411.862000', '140411.864000', '140411.867000', '140411.870000', '140411.873000', '140411.876000', '140411.879000', '140411.882000', '140411.886000', '140411.888000', '140431.748000', '140431.751000', '140431.754000', '140431.757000', '140431.760000', '140431.773000', '140431.776000', '140431.779000', '140431.782000', '140431.785000', '140431.787000', '140431.790000', '140431.793000', '140431.796000', '140431.799000', '140431.802000', '140431.804000', '140431.807000', '140431.810000', '140431.813000', '140431.816000', '140431.819000', '140431.822000', '140431.825000', '140431.827000', '140431.830000', '140431.833000', '140431.836000', '140431.839000', '140431.842000', '140431.845000', '140431.847000', '140431.850000', '140431.853000', '140431.856000', '140431.859000', '140431.862000', '140431.865000', '140431.875000', '140431.878000', '140431.880000', '140431.883000', '140431.886000', '140431.889000', '140451.748000', '140451.751000', '140451.754000', '140451.757000', '140451.760000', '140451.763000', '140451.765000', '140451.768000', '140451.771000', '140451.774000', '140451.777000', '140451.780000', '140451.783000', '140451.785000', '140451.788000', '140451.791000', '140451.794000', '140451.797000', '140451.800000', '140451.803000', '140451.805000', '140451.808000', '140451.811000', '140451.814000', '140451.817000', '140451.820000', '140451.822000', '140451.825000', '140451.828000', '140451.831000', '140451.834000', '140451.837000', '140451.840000', '140451.842000', '140451.845000', '140451.848000', '140451.851000', '140451.854000', '140451.857000', '140451.860000', '140451.862000', '140451.865000', '140451.868000', '140511.748000', '140511.751000', '140511.754000', '140511.757000', '140511.760000', '140511.762000', '140511.765000', '140511.768000', '140511.771000', '140511.774000', '140511.777000', '140511.779000', '140511.782000', '140511.785000', '140511.788000', '140511.791000', '140511.794000', '140511.797000', '140511.800000', '140511.802000', '140511.805000', '140511.808000', '140511.811000', '140511.814000', '140511.817000', '140511.820000', '140511.822000', '140511.825000', '140511.834000', '140511.837000', '140511.840000', '140511.842000', '140511.845000', '140511.848000', '140511.851000', '140511.854000', '140511.857000', '140511.860000', '140511.862000', '140511.865000', '140511.868000', '140511.871000', '140511.874000', '140511.876000', '140531.748000', '140531.751000', '140531.754000', '140531.757000', '140531.760000', '140531.763000', '140531.766000', '140531.768000', '140531.771000', '140531.774000', '140531.777000', '140531.780000', '140531.783000', '140531.786000', '140531.789000', '140531.791000', '140531.794000', '140531.797000', '140531.800000', '140531.803000', '140531.806000', '140531.808000', '140531.811000', '140531.814000', '140531.817000', '140531.820000', '140531.823000', '140531.826000', '140531.828000', '140531.852000', '140531.855000', '140531.858000', '140531.861000', '140531.863000', '140531.868000', '140531.871000', '140531.874000', '140531.876000', '140531.879000', '140531.883000', '140531.886000', '140531.888000', '140531.891000', '140551.749000', '140551.752000', '140551.755000', '140551.758000', '140551.761000', '140551.763000', '140551.766000', '140551.769000', '140551.772000', '140551.775000', '140551.778000', '140551.781000', '140551.784000', '140551.786000', '140551.789000', '140551.792000', '140551.795000', '140551.798000', '140551.801000', '140551.804000', '140551.806000', '140551.809000', '140551.812000', '140551.815000', '140551.818000', '140551.821000', '140551.823000', '140551.826000', '140551.829000', '140551.832000', '140551.835000', '140551.838000', '140551.841000', '140551.843000', '140551.846000', '140551.849000', '140551.852000', '140551.855000', '140551.858000', '140551.861000', '140551.864000', '140551.866000', '140551.869000', '140551.872000', '140611.749000', '140611.752000', '140611.755000', '140611.758000', '140611.761000', '140611.764000', '140611.767000', '140611.769000', '140611.772000', '140611.775000', '140611.778000', '140611.781000', '140611.784000', '140611.787000', '140611.789000', '140611.792000', '140611.795000', '140611.798000', '140611.801000', '140611.804000', '140611.807000', '140611.809000', '140611.822000', '140611.824000', '140611.827000', '140611.830000', '140611.833000', '140611.836000', '140611.839000', '140611.842000', '140611.844000', '140611.847000', '140611.850000', '140611.853000', '140611.856000', '140611.859000', '140611.861000', '140611.864000', '140611.867000', '140611.870000', '140611.873000', '140611.876000', '140611.879000', '140631.749000', '140631.752000', '140631.755000', '140631.758000', '140631.760000', '140631.763000', '140631.775000', '140631.778000', '140631.781000', '140631.784000', '140631.787000', '140631.790000', '140631.792000', '140631.795000', '140631.798000', '140631.801000', '140631.804000', '140631.807000', '140631.810000', '140631.812000', '140631.815000', '140631.818000', '140631.821000', '140631.824000', '140631.826000', '140631.829000', '140631.832000', '140631.835000', '140631.838000', '140631.841000', '140631.844000', '140631.847000', '140631.850000', '140631.852000', '140631.855000', '140631.858000', '140631.861000', '140631.864000', '140631.867000', '140631.870000', '140631.872000', '140631.875000', '140631.878000', '140631.881000', '140640.070000', '140640.074000', '140640.077000', '140640.080000', '140640.084000', '140640.087000', '140640.090000', '140640.093000', '140640.096000', '140640.099000', '140640.103000', '140640.106000', '140640.108000', '140640.111000', '140640.114000', '140640.117000', '140640.120000', '140640.123000'], 'InstanceCreationTime': ['135631.779000', '135631.782000', '135631.785000', '135631.788000', '135631.791000', '135631.794000', '135631.797000', '135631.800000', '135631.802000', '135631.805000', '135631.808000', '135631.811000', '135631.819000', '135631.822000', '135631.825000', '135631.828000', '135631.831000', '135631.833000', '135631.836000', '135631.840000', '135631.843000', '135631.846000', '135631.849000', '135631.852000', '135631.854000', '135631.857000', '135631.860000', '135631.863000', '135631.866000', '135631.869000', '135631.871000', '135631.874000', '135631.877000', '135631.880000', '135631.883000', '135631.885000', '135631.888000', '135631.891000', '135631.900000', '135631.904000', '135631.906000', '135631.909000', '135631.912000', '135631.915000', '135631.918000', '135631.921000', '135631.924000', '135631.926000', '135631.929000', '135631.932000', '135631.935000', '135631.937000', '135631.940000', '135631.943000', '135631.946000', '135631.949000', '135631.952000', '135631.954000', '135631.957000', '135631.960000', '135651.749000', '135651.752000', '135651.755000', '135651.757000', '135651.760000', '135651.763000', '135651.766000', '135651.769000', '135651.771000', '135651.784000', '135651.786000', '135651.789000', '135651.792000', '135651.795000', '135651.798000', '135651.800000', '135651.818000', '135651.821000', '135651.824000', '135651.827000', '135651.829000', '135651.832000', '135651.835000', '135651.838000', '135651.853000', '135651.864000', '135651.866000', '135651.869000', '135651.872000', '135651.875000', '135651.878000', '135651.880000', '135651.883000', '135651.886000', '135651.889000', '135651.892000', '135651.895000', '135651.909000', '135651.913000', '135651.916000', '135651.918000', '135651.921000', '135651.924000', '135651.927000', '135711.749000', '135711.752000', '135711.755000', '135711.766000', '135711.769000', '135711.771000', '135711.774000', '135711.777000', '135711.780000', '135711.783000', '135711.786000', '135711.789000', '135711.791000', '135711.794000', '135711.797000', '135711.818000', '135711.821000', '135711.824000', '135711.827000', '135711.830000', '135711.832000', '135711.835000', '135711.838000', '135711.841000', '135711.844000', '135711.847000', '135711.850000', '135711.853000', '135711.855000', '135711.858000', '135711.861000', '135711.864000', '135711.867000', '135711.869000', '135711.872000', '135711.875000', '135711.878000', '135711.881000', '135711.884000', '135711.887000', '135711.889000', '135711.892000', '135711.895000', '135731.748000', '135731.751000', '135731.754000', '135731.757000', '135731.760000', '135731.763000', '135731.765000', '135731.768000', '135731.771000', '135731.774000', '135731.777000', '135731.779000', '135731.782000', '135731.785000', '135731.788000', '135731.791000', '135731.794000', '135731.797000', '135731.799000', '135731.802000', '135731.805000', '135731.808000', '135731.811000', '135731.814000', '135731.817000', '135731.819000', '135731.822000', '135731.825000', '135731.828000', '135731.831000', '135731.834000', '135731.836000', '135731.839000', '135731.842000', '135731.845000', '135731.848000', '135731.851000', '135731.853000', '135731.856000', '135731.859000', '135731.862000', '135731.865000', '135731.868000', '135731.870000', '135751.748000', '135751.751000', '135751.754000', '135751.757000', '135751.759000', '135751.762000', '135751.765000', '135751.768000', '135751.771000', '135751.774000', '135751.777000', '135751.780000', '135751.782000', '135751.785000', '135751.788000', '135751.791000', '135751.794000', '135751.796000', '135751.799000', '135751.802000', '135751.805000', '135751.808000', '135751.811000', '135751.814000', '135751.817000', '135751.819000', '135751.822000', '135751.825000', '135751.828000', '135751.831000', '135751.834000', '135751.836000', '135751.839000', '135751.842000', '135751.845000', '135751.848000', '135751.851000', '135751.853000', '135751.856000', '135751.859000', '135751.862000', '135751.865000', '135751.868000', '135811.748000', '135811.751000', '135811.754000', '135811.756000', '135811.759000', '135811.762000', '135811.765000', '135811.768000', '135811.771000', '135811.774000', '135811.776000', '135811.779000', '135811.782000', '135811.785000', '135811.788000', '135811.791000', '135811.794000', '135811.796000', '135811.799000', '135811.802000', '135811.805000', '135811.808000', '135811.810000', '135811.813000', '135811.822000', '135811.825000', '135811.828000', '135811.831000', '135811.833000', '135811.836000', '135811.839000', '135811.842000', '135811.845000', '135811.847000', '135811.850000', '135811.853000', '135811.856000', '135811.859000', '135811.862000', '135811.865000', '135811.867000', '135811.870000', '135811.873000', '135811.876000', '135831.748000', '135831.751000', '135831.754000', '135831.757000', '135831.760000', '135831.763000', '135831.766000', '135831.769000', '135831.771000', '135831.774000', '135831.777000', '135831.780000', '135831.783000', '135831.786000', '135831.789000', '135831.791000', '135831.794000', '135831.797000', '135831.800000', '135831.813000', '135831.816000', '135831.819000', '135831.822000', '135831.824000', '135831.827000', '135831.830000', '135831.833000', '135831.836000', '135831.839000', '135831.842000', '135831.844000', '135831.847000', '135831.855000', '135831.858000', '135831.861000', '135831.864000', '135831.867000', '135831.870000', '135831.873000', '135831.876000', '135831.878000', '135831.881000', '135831.884000', '135851.749000', '135851.752000', '135851.755000', '135851.758000', '135851.761000', '135851.764000', '135851.767000', '135851.770000', '135851.773000', '135851.776000', '135851.779000', '135851.781000', '135851.784000', '135851.787000', '135851.790000', '135851.793000', '135851.796000', '135851.798000', '135851.801000', '135851.804000', '135851.807000', '135851.810000', '135851.813000', '135851.816000', '135851.818000', '135851.821000', '135851.824000', '135851.827000', '135851.830000', '135851.833000', '135851.836000', '135851.838000', '135851.841000', '135851.844000', '135851.847000', '135851.850000', '135851.853000', '135851.855000', '135851.858000', '135851.861000', '135851.864000', '135851.867000', '135851.870000', '135911.749000', '135911.752000', '135911.755000', '135911.758000', '135911.761000', '135911.764000', '135911.766000', '135911.769000', '135911.772000', '135911.775000', '135911.778000', '135911.781000', '135911.783000', '135911.786000', '135911.789000', '135911.792000', '135911.795000', '135911.798000', '135911.801000', '135911.803000', '135911.806000', '135911.809000', '135911.812000', '135911.815000', '135911.818000', '135911.821000', '135911.823000', '135911.826000', '135911.829000', '135911.832000', '135911.835000', '135911.838000', '135911.840000', '135911.843000', '135911.846000', '135911.849000', '135911.852000', '135911.855000', '135911.858000', '135911.860000', '135911.863000', '135911.873000', '135911.876000', '135911.878000', '135931.749000', '135931.758000', '135931.761000', '135931.763000', '135931.766000', '135931.769000', '135931.772000', '135931.775000', '135931.778000', '135931.781000', '135931.784000', '135931.787000', '135931.789000', '135931.792000', '135931.795000', '135931.798000', '135931.801000', '135931.804000', '135931.807000', '135931.809000', '135931.812000', '135931.815000', '135931.818000', '135931.821000', '135931.824000', '135931.827000', '135931.829000', '135931.832000', '135931.835000', '135931.838000', '135931.841000', '135931.844000', '135931.847000', '135931.855000', '135931.858000', '135931.861000', '135931.864000', '135931.867000', '135931.869000', '135931.872000', '135931.875000', '135931.878000', '135931.882000', '135951.748000', '135951.758000', '135951.760000', '135951.763000', '135951.766000', '135951.769000', '135951.772000', '135951.775000', '135951.778000', '135951.780000', '135951.783000', '135951.786000', '135951.789000', '135951.792000', '135951.794000', '135951.797000', '135951.800000', '135951.803000', '135951.806000', '135951.809000', '135951.812000', '135951.815000', '135951.817000', '135951.820000', '135951.823000', '135951.826000', '135951.829000', '135951.832000', '135951.835000', '135951.837000', '135951.840000', '135951.843000', '135951.846000', '135951.849000', '135951.852000', '135951.854000', '135951.857000', '135951.860000', '135951.863000', '135951.866000', '135951.869000', '135951.872000', '135951.874000', '135951.877000', '140011.748000', '140011.773000', '140011.776000', '140011.779000', '140011.782000', '140011.785000', '140011.788000', '140011.791000', '140011.794000', '140011.796000', '140011.799000', '140011.802000', '140011.805000', '140011.808000', '140011.811000', '140011.813000', '140011.816000', '140011.819000', '140011.822000', '140011.825000', '140011.828000', '140011.831000', '140011.833000', '140011.836000', '140011.858000', '140011.860000', '140011.863000', '140011.866000', '140011.869000', '140011.872000', '140011.875000', '140011.878000', '140011.881000', '140011.883000', '140011.886000', '140011.889000', '140011.892000', '140011.895000', '140011.897000', '140011.900000', '140011.903000', '140011.906000', '140011.909000', '140031.748000', '140031.751000', '140031.754000', '140031.757000', '140031.760000', '140031.763000', '140031.765000', '140031.775000', '140031.778000', '140031.781000', '140031.784000', '140031.787000', '140031.789000', '140031.792000', '140031.795000', '140031.798000', '140031.801000', '140031.804000', '140031.807000', '140031.810000', '140031.813000', '140031.816000', '140031.818000', '140031.821000', '140031.824000', '140031.827000', '140031.830000', '140031.833000', '140031.836000', '140031.839000', '140031.841000', '140031.844000', '140031.847000', '140031.850000', '140031.853000', '140031.856000', '140031.859000', '140031.861000', '140031.864000', '140031.867000', '140031.870000', '140031.873000', '140031.876000', '140031.879000', '140051.748000', '140051.751000', '140051.754000', '140051.757000', '140051.760000', '140051.763000', '140051.765000', '140051.768000', '140051.771000', '140051.774000', '140051.777000', '140051.780000', '140051.783000', '140051.786000', '140051.788000', '140051.791000', '140051.794000', '140051.797000', '140051.800000', '140051.803000', '140051.805000', '140051.809000', '140051.811000', '140051.814000', '140051.817000', '140051.820000', '140051.823000', '140051.826000', '140051.829000', '140051.831000', '140051.834000', '140051.837000', '140051.840000', '140051.843000', '140051.846000', '140051.849000', '140051.852000', '140051.854000', '140051.857000', '140051.860000', '140051.863000', '140051.866000', '140051.869000', '140111.749000', '140111.752000', '140111.755000', '140111.758000', '140111.761000', '140111.763000', '140111.766000', '140111.769000', '140111.772000', '140111.775000', '140111.778000', '140111.781000', '140111.783000', '140111.786000', '140111.789000', '140111.792000', '140111.795000', '140111.797000', '140111.800000', '140111.803000', '140111.806000', '140111.809000', '140111.812000', '140111.815000', '140111.817000', '140111.820000', '140111.823000', '140111.826000', '140111.829000', '140111.832000', '140111.835000', '140111.838000', '140111.840000', '140111.843000', '140111.846000', '140111.849000', '140111.852000', '140111.855000', '140111.857000', '140111.860000', '140111.863000', '140111.866000', '140111.869000', '140111.872000', '140131.749000', '140131.753000', '140131.756000', '140131.759000', '140131.762000', '140131.765000', '140131.767000', '140131.770000', '140131.773000', '140131.776000', '140131.779000', '140131.797000', '140131.800000', '140131.803000', '140131.806000', '140131.809000', '140131.812000', '140131.815000', '140131.818000', '140131.821000', '140131.824000', '140131.827000', '140131.830000', '140131.833000', '140131.836000', '140131.839000', '140131.859000', '140131.862000', '140131.865000', '140131.868000', '140131.871000', '140131.874000', '140131.876000', '140131.879000', '140131.882000', '140131.885000', '140131.888000', '140131.891000', '140131.894000', '140131.896000', '140131.899000', '140131.902000', '140131.905000', '140151.749000', '140151.752000', '140151.755000', '140151.758000', '140151.760000', '140151.763000', '140151.766000', '140151.769000', '140151.772000', '140151.775000', '140151.778000', '140151.780000', '140151.783000', '140151.786000', '140151.789000', '140151.792000', '140151.795000', '140151.798000', '140151.800000', '140151.803000', '140151.806000', '140151.809000', '140151.812000', '140151.815000', '140151.817000', '140151.821000', '140151.823000', '140151.826000', '140151.829000', '140151.832000', '140151.835000', '140151.837000', '140151.840000', '140151.843000', '140151.846000', '140151.849000', '140151.852000', '140151.855000', '140151.857000', '140151.860000', '140151.863000', '140151.866000', '140151.869000', '140151.872000', '140211.748000', '140211.751000', '140211.754000', '140211.757000', '140211.760000', '140211.762000', '140211.765000', '140211.768000', '140211.771000', '140211.774000', '140211.777000', '140211.780000', '140211.782000', '140211.785000', '140211.788000', '140211.791000', '140211.794000', '140211.796000', '140211.799000', '140211.802000', '140211.805000', '140211.808000', '140211.811000', '140211.814000', '140211.816000', '140211.819000', '140211.822000', '140211.825000', '140211.828000', '140211.830000', '140211.833000', '140211.836000', '140211.840000', '140211.844000', '140211.847000', '140211.850000', '140211.853000', '140211.856000', '140211.859000', '140211.861000', '140211.864000', '140211.867000', '140211.870000', '140231.748000', '140231.751000', '140231.754000', '140231.757000', '140231.760000', '140231.762000', '140231.765000', '140231.768000', '140231.771000', '140231.774000', '140231.777000', '140231.779000', '140231.782000', '140231.785000', '140231.792000', '140231.795000', '140231.798000', '140231.801000', '140231.804000', '140231.807000', '140231.809000', '140231.812000', '140231.815000', '140231.818000', '140231.821000', '140231.824000', '140231.826000', '140231.829000', '140231.833000', '140231.835000', '140231.838000', '140231.841000', '140231.844000', '140231.847000', '140231.849000', '140231.852000', '140231.855000', '140231.858000', '140231.861000', '140231.864000', '140231.867000', '140231.869000', '140231.872000', '140231.875000', '140251.748000', '140251.751000', '140251.754000', '140251.757000', '140251.760000', '140251.762000', '140251.765000', '140251.768000', '140251.771000', '140251.774000', '140251.777000', '140251.780000', '140251.782000', '140251.785000', '140251.789000', '140251.792000', '140251.795000', '140251.798000', '140251.801000', '140251.804000', '140251.807000', '140251.809000', '140251.824000', '140251.827000', '140251.830000', '140251.833000', '140251.836000', '140251.839000', '140251.841000', '140251.844000', '140251.847000', '140251.851000', '140251.854000', '140251.857000', '140251.860000', '140251.863000', '140251.866000', '140251.869000', '140251.871000', '140251.874000', '140251.877000', '140251.880000', '140251.883000', '140311.748000', '140311.751000', '140311.754000', '140311.757000', '140311.760000', '140311.762000', '140311.765000', '140311.768000', '140311.771000', '140311.774000', '140311.777000', '140311.780000', '140311.783000', '140311.785000', '140311.788000', '140311.791000', '140311.794000', '140311.797000', '140311.799000', '140311.802000', '140311.805000', '140311.814000', '140311.816000', '140311.819000', '140311.822000', '140311.825000', '140311.828000', '140311.831000', '140311.834000', '140311.836000', '140311.839000', '140311.842000', '140311.845000', '140311.848000', '140311.851000', '140311.854000', '140311.856000', '140311.859000', '140311.862000', '140311.865000', '140311.868000', '140311.871000', '140311.873000', '140311.876000', '140331.749000', '140331.752000', '140331.755000', '140331.758000', '140331.761000', '140331.764000', '140331.767000', '140331.770000', '140331.772000', '140331.775000', '140331.778000', '140331.781000', '140331.784000', '140331.787000', '140331.790000', '140331.792000', '140331.795000', '140331.798000', '140331.801000', '140331.804000', '140331.807000', '140331.810000', '140331.812000', '140331.815000', '140331.818000', '140331.821000', '140331.824000', '140331.826000', '140331.829000', '140331.832000', '140331.835000', '140331.838000', '140331.841000', '140331.844000', '140331.847000', '140331.850000', '140331.853000', '140331.856000', '140331.858000', '140331.865000', '140331.868000', '140331.871000', '140331.874000', '140351.749000', '140351.752000', '140351.755000', '140351.758000', '140351.761000', '140351.763000', '140351.766000', '140351.769000', '140351.772000', '140351.775000', '140351.778000', '140351.781000', '140351.783000', '140351.786000', '140351.789000', '140351.792000', '140351.795000', '140351.798000', '140351.800000', '140351.803000', '140351.806000', '140351.809000', '140351.812000', '140351.815000', '140351.818000', '140351.820000', '140351.823000', '140351.826000', '140351.829000', '140351.832000', '140351.835000', '140351.837000', '140351.840000', '140351.843000', '140351.846000', '140351.849000', '140351.852000', '140351.855000', '140351.858000', '140351.860000', '140351.863000', '140351.866000', '140351.869000', '140351.872000', '140411.749000', '140411.752000', '140411.755000', '140411.758000', '140411.761000', '140411.764000', '140411.766000', '140411.769000', '140411.779000', '140411.782000', '140411.785000', '140411.788000', '140411.791000', '140411.794000', '140411.796000', '140411.799000', '140411.802000', '140411.805000', '140411.808000', '140411.811000', '140411.814000', '140411.816000', '140411.819000', '140411.822000', '140411.825000', '140411.829000', '140411.832000', '140411.835000', '140411.838000', '140411.841000', '140411.843000', '140411.846000', '140411.849000', '140411.862000', '140411.864000', '140411.867000', '140411.870000', '140411.873000', '140411.876000', '140411.879000', '140411.882000', '140411.886000', '140411.888000', '140431.748000', '140431.751000', '140431.754000', '140431.757000', '140431.760000', '140431.773000', '140431.776000', '140431.779000', '140431.782000', '140431.785000', '140431.787000', '140431.790000', '140431.793000', '140431.796000', '140431.799000', '140431.802000', '140431.804000', '140431.807000', '140431.810000', '140431.813000', '140431.816000', '140431.819000', '140431.822000', '140431.825000', '140431.827000', '140431.830000', '140431.833000', '140431.836000', '140431.839000', '140431.842000', '140431.845000', '140431.847000', '140431.850000', '140431.853000', '140431.856000', '140431.859000', '140431.862000', '140431.865000', '140431.875000', '140431.878000', '140431.880000', '140431.883000', '140431.886000', '140431.889000', '140451.748000', '140451.751000', '140451.754000', '140451.757000', '140451.760000', '140451.763000', '140451.765000', '140451.768000', '140451.771000', '140451.774000', '140451.777000', '140451.780000', '140451.783000', '140451.785000', '140451.788000', '140451.791000', '140451.794000', '140451.797000', '140451.800000', '140451.803000', '140451.805000', '140451.808000', '140451.811000', '140451.814000', '140451.817000', '140451.820000', '140451.822000', '140451.825000', '140451.828000', '140451.831000', '140451.834000', '140451.837000', '140451.840000', '140451.842000', '140451.845000', '140451.848000', '140451.851000', '140451.854000', '140451.857000', '140451.860000', '140451.862000', '140451.865000', '140451.868000', '140511.748000', '140511.751000', '140511.754000', '140511.757000', '140511.760000', '140511.762000', '140511.765000', '140511.768000', '140511.771000', '140511.774000', '140511.777000', '140511.779000', '140511.782000', '140511.785000', '140511.788000', '140511.791000', '140511.794000', '140511.797000', '140511.800000', '140511.802000', '140511.805000', '140511.808000', '140511.811000', '140511.814000', '140511.817000', '140511.820000', '140511.822000', '140511.825000', '140511.834000', '140511.837000', '140511.840000', '140511.842000', '140511.845000', '140511.848000', '140511.851000', '140511.854000', '140511.857000', '140511.860000', '140511.862000', '140511.865000', '140511.868000', '140511.871000', '140511.874000', '140511.876000', '140531.748000', '140531.751000', '140531.754000', '140531.757000', '140531.760000', '140531.763000', '140531.766000', '140531.768000', '140531.771000', '140531.774000', '140531.777000', '140531.780000', '140531.783000', '140531.786000', '140531.789000', '140531.791000', '140531.794000', '140531.797000', '140531.800000', '140531.803000', '140531.806000', '140531.808000', '140531.811000', '140531.814000', '140531.817000', '140531.820000', '140531.823000', '140531.826000', '140531.828000', '140531.852000', '140531.855000', '140531.858000', '140531.861000', '140531.863000', '140531.868000', '140531.871000', '140531.874000', '140531.876000', '140531.879000', '140531.883000', '140531.886000', '140531.888000', '140531.891000', '140551.749000', '140551.752000', '140551.755000', '140551.758000', '140551.761000', '140551.763000', '140551.766000', '140551.769000', '140551.772000', '140551.775000', '140551.778000', '140551.781000', '140551.784000', '140551.786000', '140551.789000', '140551.792000', '140551.795000', '140551.798000', '140551.801000', '140551.804000', '140551.806000', '140551.809000', '140551.812000', '140551.815000', '140551.818000', '140551.821000', '140551.823000', '140551.826000', '140551.829000', '140551.832000', '140551.835000', '140551.838000', '140551.841000', '140551.843000', '140551.846000', '140551.849000', '140551.852000', '140551.855000', '140551.858000', '140551.861000', '140551.864000', '140551.866000', '140551.869000', '140551.872000', '140611.749000', '140611.752000', '140611.755000', '140611.758000', '140611.761000', '140611.764000', '140611.767000', '140611.769000', '140611.772000', '140611.775000', '140611.778000', '140611.781000', '140611.784000', '140611.787000', '140611.789000', '140611.792000', '140611.795000', '140611.798000', '140611.801000', '140611.804000', '140611.807000', '140611.809000', '140611.822000', '140611.824000', '140611.827000', '140611.830000', '140611.833000', '140611.836000', '140611.839000', '140611.842000', '140611.844000', '140611.847000', '140611.850000', '140611.853000', '140611.856000', '140611.859000', '140611.861000', '140611.864000', '140611.867000', '140611.870000', '140611.873000', '140611.876000', '140611.879000', '140631.749000', '140631.752000', '140631.755000', '140631.758000', '140631.760000', '140631.763000', '140631.775000', '140631.778000', '140631.781000', '140631.784000', '140631.787000', '140631.790000', '140631.792000', '140631.795000', '140631.798000', '140631.801000', '140631.804000', '140631.807000', '140631.810000', '140631.812000', '140631.815000', '140631.818000', '140631.821000', '140631.824000', '140631.826000', '140631.829000', '140631.832000', '140631.835000', '140631.838000', '140631.841000', '140631.844000', '140631.847000', '140631.850000', '140631.852000', '140631.855000', '140631.858000', '140631.861000', '140631.864000', '140631.867000', '140631.870000', '140631.872000', '140631.875000', '140631.878000', '140631.881000', '140640.070000', '140640.074000', '140640.077000', '140640.080000', '140640.084000', '140640.087000', '140640.090000', '140640.093000', '140640.096000', '140640.099000', '140640.103000', '140640.106000', '140640.108000', '140640.111000', '140640.114000', '140640.117000', '140640.120000', '140640.123000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'LargestImagePixelValue': [7907, 10718, 7916, 7392, 9240, 8686, 7382, 7533, 9663, 7656, 6924, 9878, 7698, 7082, 10093, 7760, 7120, 9789, 7526, 7080, 10507, 7664, 7120, 8830, 8319, 7250, 7879, 8813, 7223, 8614, 9168, 7307, 7299, 9534, 7277, 7761, 9781, 7354, 7850, 9846, 7414, 8176, 9651, 7597, 7240, 9838, 7487, 7247, 9892, 7185, 7921, 9780, 7599, 7498, 9911, 7763, 7094, 10199, 7560, 7224, 10287, 7672, 7066, 10439, 7859, 7076, 9811, 7181, 7105, 9122, 7595, 7191, 9994, 8710, 7002, 11758, 8366, 10048, 9752, 7177, 13985, 8190, 7507, 9858, 7393, 8411, 9287, 7440, 8748, 8339, 7419, 8611, 8764, 7170, 10300, 8517, 7038, 10508, 7673, 7173, 10070, 7461, 6981, 9964, 7599, 7229, 10201, 8004, 7402, 10386, 8366, 7138, 10719, 8736, 7339, 9711, 9413, 7375, 8863, 10254, 7689, 7118, 10517, 8145, 8020, 13049, 8084, 7353, 9761, 8268, 7310, 10576, 8831, 7483, 7614, 8669, 7501, 7022, 10364, 7679, 6975, 10924, 7788, 7092, 9117, 8792, 7351, 9210, 9602, 7572, 7298, 10548, 7991, 7340, 10681, 8967, 7716, 7270, 9692, 7233, 7646, 10574, 8442, 7257, 10043, 8716, 7803, 7238, 9670, 7344, 7079, 11322, 8921, 7650, 8024, 9446, 8290, 7416, 10458, 8341, 8007, 13793, 8125, 8192, 7228, 9646, 7561, 7215, 10346, 8411, 7583, 7510, 9651, 7718, 7313, 11089, 8532, 7324, 12686, 8368, 7304, 11099, 7737, 7247, 9506, 8190, 7413, 7292, 8827, 7303, 7797, 9285, 7506, 11915, 8915, 7045, 11271, 8274, 7195, 10534, 8207, 7106, 10290, 7135, 7131, 10026, 7581, 7149, 10176, 7387, 7272, 9093, 8152, 7359, 9717, 8662, 7395, 8535, 9079, 7593, 10587, 9065, 7781, 13961, 7867, 7126, 10285, 7547, 7361, 10407, 8166, 7081, 10159, 7522, 10138, 8641, 7201, 10047, 7335, 9461, 7777, 7251, 9026, 7636, 7133, 10788, 8171, 7068, 9992, 7694, 7000, 10339, 7585, 10154, 8805, 7259, 10023, 7845, 7265, 9517, 7424, 7175, 10347, 7699, 7183, 10164, 7312, 9219, 8266, 7450, 12038, 8081, 10067, 7931, 7137, 8933, 7866, 7336, 9316, 8221, 7194, 9257, 7910, 7399, 11013, 8021, 7137, 10623, 8049, 9186, 9373, 7802, 11773, 9765, 7590, 11427, 7913, 7271, 9306, 7753, 8712, 8989, 7607, 7049, 9727, 7847, 7110, 10083, 7561, 7084, 10282, 7910, 7099, 10242, 8380, 11826, 10503, 7887, 8926, 8194, 7771, 10910, 8368, 7281, 9971, 7462, 8803, 7689, 7230, 9750, 7375, 6947, 9883, 7646, 6952, 9847, 7507, 7628, 9721, 7339, 9916, 8300, 7204, 11256, 9915, 7228, 11661, 7703, 7132, 10366, 7729, 7076, 10442, 7548, 7362, 9508, 7537, 7404, 9785, 9297, 7527, 7277, 10066, 7509, 7259, 10156, 7967, 7337, 10754, 8762, 7649, 7180, 10025, 7753, 7809, 7545, 9794, 7562, 7284, 8021, 9095, 7603, 7166, 10694, 7802, 7377, 7432, 9976, 7457, 7634, 9568, 8644, 7742, 7083, 9787, 7773, 7306, 9226, 8585, 7724, 7418, 9926, 7514, 8020, 10198, 7714, 12516, 10989, 7893, 7246, 8899, 8122, 7398, 10284, 7771, 7397, 9476, 7826, 7080, 10505, 7545, 7369, 10534, 7599, 7023, 9975, 7546, 7303, 9393, 7804, 7450, 8709, 7745, 7622, 7240, 10045, 7890, 9826, 9771, 7704, 11120, 9406, 7627, 10599, 9145, 7860, 13265, 9498, 7491, 8361, 9086, 7520, 8709, 9512, 7504, 8289, 9075, 7202, 10603, 8400, 7301, 11015, 7968, 7282, 10149, 7455, 8522, 9572, 7482, 8836, 8362, 7324, 10624, 8277, 7393, 11341, 7661, 7131, 9763, 7896, 9181, 9044, 7297, 8940, 8405, 7482, 7734, 9536, 7603, 7011, 10587, 7573, 7217, 8417, 9019, 7684, 10680, 10189, 7563, 7282, 10426, 7557, 7249, 12423, 8809, 7293, 8354, 7942, 7502, 8126, 9446, 7524, 7223, 9097, 7264, 9573, 8042, 7331, 10431, 7438, 7944, 8514, 7376, 9071, 8242, 7471, 9324, 7894, 7198, 9582, 7989, 7348, 9507, 8174, 7279, 8437, 8682, 7189, 9130, 9312, 7280, 8187, 9045, 7411, 10403, 8888, 7343, 8579, 8519, 7400, 8721, 8631, 7507, 9380, 8599, 7436, 7544, 9620, 7499, 7434, 10184, 8046, 7339, 10193, 7713, 7534, 9630, 8665, 7456, 7488, 8750, 7425, 8284, 8595, 7233, 11797, 8413, 7332, 9174, 7981, 7414, 8175, 9067, 7568, 7068, 9489, 8319, 7463, 7055, 10317, 8046, 7873, 9009, 10060, 7810, 7128, 9909, 8392, 8078, 8228, 12751, 8475, 7189, 8310, 7690, 7393, 7442, 9777, 7402, 6993, 9630, 7670, 7363, 7093, 9007, 7480, 7010, 9814, 7631, 7188, 10647, 7596, 7209, 9681, 7276, 9930, 8735, 7407, 7527, 7705, 7284, 7072, 8728, 7422, 7226, 9705, 7705, 7329, 10138, 7664, 9124, 9493, 7229, 10464, 8306, 7355, 7972, 8843, 7329, 8081, 8852, 7492, 7260, 9818, 7532, 7625, 9646, 7472, 10182, 8659, 7404, 9180, 8591, 7388, 11326, 8540, 7585, 8344, 8409, 7242, 8345, 8390, 7712, 7384, 9200, 7615, 7212, 9945, 7544, 7145, 9827, 7534, 7427, 9888, 7659, 7383, 9989, 7658, 7235, 9442, 7607, 7002, 10131, 7619, 7045, 11383, 7631, 7241, 9907, 8471, 7040, 11575, 8546, 7443, 7982, 8027, 7578, 7355, 9419, 7502, 7226, 9681, 7442, 7209, 10108, 7621, 7180, 11201, 7666, 7165, 8145, 7349, 7335, 7148, 9719, 7358, 7172, 8440, 8514, 7426, 7305, 11460, 8450, 7810, 12247, 10737, 7424, 7384, 9039, 7636, 6991, 10176, 7566, 7168, 7614, 8163, 7703, 7281, 9797, 7262, 7171, 7737, 8752, 7670, 7030, 7400, 9360, 7507, 7132, 9242, 7156, 7865, 8344, 10749, 9610, 11954, 11771, 7907, 7092, 9134, 7543, 7372, 7399, 9597, 7382, 7392, 7638, 9305, 7565, 7384, 11021, 8791, 7457, 7865, 8945, 7721, 7288, 9816, 8030, 7276, 11130, 8193, 7497, 7982, 9359, 7369, 7125, 9749, 8000, 7434, 11091, 8936, 7617, 14662, 11687, 7193, 8745, 8063, 7238, 8150, 8833, 7347, 7629, 8804, 7486, 7806, 9137, 7419, 8335, 9772, 7658, 7226, 10048, 7318, 6974, 11055, 7610, 7374, 7432, 8149, 7507, 7199, 10920, 8367, 7146, 11191, 8486, 7118, 10242, 8812, 7500, 7284, 10790, 8926, 7862, 7285, 8282, 9474, 7525, 7238, 8582, 9106, 7428, 7341, 13043, 9434, 7351, 9798, 8730, 7429, 7231, 10751, 8516, 7572, 7020, 9161, 7997, 7339, 7091, 8920, 8301, 7479, 6942, 8794, 8726, 7781, 7021, 8127, 11919, 10086, 10450, 13355, 11431, 8458, 7228, 8797, 9560, 7549, 7690, 8244, 10984, 8559, 7381, 7333, 9923, 9524, 7790, 7203, 9686, 8809, 7729, 7090, 11714, 8972, 7404, 8358, 10067, 7920, 7176, 11203, 8872, 7312, 8158, 10023, 7658, 7413, 8999, 9235, 7943, 7179, 9750, 8288, 7885, 7410, 11283, 8901, 7704, 7195, 10407, 8502, 7395, 7913, 11532, 8344, 7637, 7062, 10532, 8242, 7412, 9748, 9776, 7739, 7308, 8644, 9089, 7894, 7383, 9298, 8477, 7399, 6895, 8465, 9784, 7663, 7211, 7985, 9780, 7463, 7161, 11646, 9466, 7218, 12003, 8187, 8927, 7805, 10564, 8945, 7328, 7143, 10539, 8372, 7672, 7128, 8263, 8932, 7281, 10888, 9293, 8032, 10589, 8871, 7846, 7018, 10408, 8293, 7013, 11683, 8470, 7644, 7084, 10226, 7949, 7093, 12307, 8045, 7453, 7713, 9984, 7862, 7343, 11418, 8307, 7083, 8502, 8279, 7554, 7971, 9569, 7520, 7085, 8662, 7738, 7114, 12270, 8406, 7137, 10592, 7936, 7177, 7178, 8181, 7472, 7089, 8757, 8820, 7471, 7329, 9866, 7576, 7159, 9963, 7849, 9014, 11146, 7986, 7087, 10182, 8022, 7596, 10398, 7859, 7420, 7736, 8962, 7570, 7157, 10171, 7984, 7691, 9629, 7950, 7456, 7330, 8532, 7959, 7372, 7355, 9881, 7972, 7392, 8064, 8430, 7583, 6965, 9477, 8006, 7367, 9079, 8672, 7666, 7423, 9762, 7497, 8451, 12506, 8271, 7956, 9492, 7871, 7393, 8020, 7482, 7368, 9837, 8474, 7643, 7530, 8920, 7434, 7381, 7506, 8355, 8135, 7282, 7380, 9850, 10089, 7835, 7504, 8364, 10826, 8052, 7359, 8827, 8691, 7561, 8439, 11818, 8953, 7570, 9842, 7728, 7219, 8914, 7864, 7515, 7340, 9320, 7527, 7408, 8430, 8295, 7408, 10284, 9392, 7591, 7420, 9105, 7393, 7317, 11289, 8211, 7114, 8205, 7861, 7408, 7411, 9015, 7720, 7457, 7545, 8177, 7606, 8885, 8697, 7421, 12339, 10302, 7143, 9656, 8292, 7451, 10112, 9410, 7598, 7328, 9490, 7793, 7420, 10680, 7965, 7087, 12761, 7935, 7393, 8217, 8708, 7516, 8448, 9158, 7638, 7169, 9675, 7571, 7500, 9251, 8099, 7552, 8917, 8117, 7751, 7444, 9413, 7560, 7279, 10600, 7961, 7307, 10112, 8032, 7562, 9127, 8148, 7182, 7215, 9374, 7537, 7211, 7530, 9454, 7345, 7270, 8538, 7980, 7431, 7352, 10203, 8312, 7392, 7414, 9026, 7631, 7167, 10169, 8051, 7457, 7564, 9081, 7355, 7347, 10326, 7779, 7479, 9088, 8369, 7521, 7143, 9656, 7866, 7306, 8916, 8331, 7454, 7231, 9915, 7749, 7242, 10692, 8078, 7423, 8589, 8137, 7538, 7316, 9995, 7805, 7353, 7238, 9692, 7901, 7508, 7607, 9264, 7755, 7167, 7437, 9692, 7537, 7273, 7461, 8498, 7612, 7069, 9681, 8279, 7312, 9500, 8873, 7279, 7079, 9607, 7526, 7366, 9987, 7689, 7662, 10754, 8108, 7228, 9342, 7711, 7138, 7879, 8769, 7325, 7074, 10506, 7908, 7325, 10336, 8016, 7326, 10155, 7586, 6989, 10221, 7797, 7445, 8103, 7888, 7268, 7232, 9634, 7555, 7409, 10658, 7824, 7249, 9915, 7823, 7201, 10108, 8409, 7325, 7458, 7858, 7931, 7111, 9338, 7690, 7473, 10272, 7628, 7163, 7204, 8941, 7458, 7184, 7543, 8833, 7364, 6978, 9532, 7534, 7946, 10829, 7722, 8066, 8618, 8586, 7567, 12375, 9362, 7608, 8489, 9055, 7600, 7424, 8516, 7466, 7660, 7483, 9357, 7811, 7420, 10358, 7450, 7502, 7881, 9095, 7875, 7871], 'WindowCenter': [4292.0, 4295.0, 4259.0, 4246.0, 4255.0, 4253.0, 4232.0, 4231.0, 4250.0, 4230.0, 4229.0, 4249.0, 4229.0, 4218.0, 4247.0, 4229.0, 4216.0, 4248.0, 4230.0, 4230.0, 4258.0, 4226.0, 4219.0, 4251.0, 4240.0, 4242.0, 4255.0, 4263.0, 4256.0, 4252.0, 4251.0, 4230.0, 4230.0, 4249.0, 4231.0, 4241.0, 4259.0, 4229.0, 4239.0, 4260.0, 4229.0, 4239.0, 4250.0, 4240.0, 4230.0, 4260.0, 4231.0, 4230.0, 4259.0, 4228.0, 4241.0, 4260.0, 4239.0, 4230.0, 4260.0, 4240.0, 4230.0, 4260.0, 4229.0, 4229.0, 4259.0, 4229.0, 4229.0, 4260.0, 4243.0, 4232.0, 4260.0, 4228.0, 4231.0, 4262.0, 4241.0, 4243.0, 4274.0, 4253.0, 4243.0, 4284.0, 4254.0, 4262.0, 4261.0, 4232.0, 4292.0, 4240.0, 4230.0, 4259.0, 4230.0, 4251.0, 4248.0, 4230.0, 4249.0, 4238.0, 4229.0, 4249.0, 4249.0, 4231.0, 4270.0, 4250.0, 4231.0, 4271.0, 4241.0, 4230.0, 4261.0, 4240.0, 4229.0, 4261.0, 4241.0, 4241.0, 4270.0, 4252.0, 4246.0, 4276.0, 4254.0, 4230.0, 4273.0, 4277.0, 4257.0, 4275.0, 4263.0, 4242.0, 4252.0, 4261.0, 4241.0, 4228.0, 4270.0, 4241.0, 4240.0, 4281.0, 4238.0, 4241.0, 4259.0, 4238.0, 4229.0, 4258.0, 4249.0, 4228.0, 4239.0, 4249.0, 4228.0, 4228.0, 4258.0, 4239.0, 4230.0, 4269.0, 4239.0, 4229.0, 4248.0, 4250.0, 4230.0, 4251.0, 4261.0, 4240.0, 4230.0, 4257.0, 4229.0, 4229.0, 4260.0, 4239.0, 4229.0, 4228.0, 4249.0, 4229.0, 4228.0, 4259.0, 4238.0, 4229.0, 4258.0, 4238.0, 4229.0, 4229.0, 4248.0, 4229.0, 4229.0, 4270.0, 4250.0, 4240.0, 4238.0, 4251.0, 4240.0, 4229.0, 4259.0, 4239.0, 4227.0, 4277.0, 4225.0, 4236.0, 4215.0, 4245.0, 4228.0, 4228.0, 4260.0, 4251.0, 4242.0, 4242.0, 4262.0, 4242.0, 4243.0, 4272.0, 4252.0, 4232.0, 4280.0, 4238.0, 4228.0, 4258.0, 4228.0, 4230.0, 4248.0, 4239.0, 4227.0, 4228.0, 4249.0, 4229.0, 4243.0, 4262.0, 4231.0, 4282.0, 4264.0, 4231.0, 4271.0, 4241.0, 4228.0, 4259.0, 4240.0, 4217.0, 4247.0, 4217.0, 4229.0, 4260.0, 4238.0, 4229.0, 4257.0, 4228.0, 4229.0, 4250.0, 4240.0, 4229.0, 4260.0, 4249.0, 4229.0, 4238.0, 4247.0, 4228.0, 4259.0, 4237.0, 4239.0, 4279.0, 4237.0, 4229.0, 4257.0, 4238.0, 4226.0, 4273.0, 4252.0, 4230.0, 4259.0, 4226.0, 4246.0, 4238.0, 4228.0, 4272.0, 4227.0, 4246.0, 4225.0, 4226.0, 4235.0, 4237.0, 4228.0, 4270.0, 4239.0, 4229.0, 4259.0, 4238.0, 4230.0, 4272.0, 4241.0, 4273.0, 4249.0, 4228.0, 4258.0, 4239.0, 4230.0, 4259.0, 4239.0, 4240.0, 4271.0, 4242.0, 4244.0, 4273.0, 4242.0, 4261.0, 4254.0, 4256.0, 4295.0, 4257.0, 4272.0, 4239.0, 4229.0, 4247.0, 4238.0, 4229.0, 4247.0, 4251.0, 4233.0, 4249.0, 4240.0, 4241.0, 4272.0, 4250.0, 4241.0, 4275.0, 4254.0, 4261.0, 4250.0, 4240.0, 4268.0, 4259.0, 4228.0, 4258.0, 4226.0, 4226.0, 4245.0, 4226.0, 4239.0, 4249.0, 4227.0, 4228.0, 4247.0, 4237.0, 4228.0, 4260.0, 4239.0, 4230.0, 4259.0, 4238.0, 4227.0, 4259.0, 4237.0, 4267.0, 4248.0, 4225.0, 4235.0, 4226.0, 4215.0, 4244.0, 4225.0, 4215.0, 4243.0, 4215.0, 4233.0, 4224.0, 4224.0, 4248.0, 4228.0, 4230.0, 4259.0, 4239.0, 4228.0, 4260.0, 4252.0, 4251.0, 4273.0, 4242.0, 4262.0, 4250.0, 4241.0, 4273.0, 4261.0, 4230.0, 4269.0, 4227.0, 4228.0, 4259.0, 4239.0, 4229.0, 4256.0, 4226.0, 4228.0, 4247.0, 4226.0, 4228.0, 4257.0, 4249.0, 4226.0, 4228.0, 4246.0, 4226.0, 4227.0, 4257.0, 4237.0, 4228.0, 4257.0, 4235.0, 4225.0, 4217.0, 4257.0, 4228.0, 4238.0, 4226.0, 4259.0, 4225.0, 4228.0, 4226.0, 4248.0, 4228.0, 4229.0, 4257.0, 4227.0, 4227.0, 4227.0, 4257.0, 4228.0, 4241.0, 4259.0, 4251.0, 4238.0, 4229.0, 4258.0, 4239.0, 4242.0, 4259.0, 4249.0, 4240.0, 4228.0, 4259.0, 4228.0, 4238.0, 4258.0, 4227.0, 4280.0, 4259.0, 4239.0, 4227.0, 4247.0, 4238.0, 4228.0, 4258.0, 4239.0, 4229.0, 4259.0, 4237.0, 4229.0, 4257.0, 4238.0, 4239.0, 4259.0, 4240.0, 4228.0, 4258.0, 4240.0, 4252.0, 4259.0, 4254.0, 4256.0, 4262.0, 4254.0, 4255.0, 4255.0, 4278.0, 4266.0, 4276.0, 4276.0, 4243.0, 4271.0, 4249.0, 4240.0, 4260.0, 4249.0, 4240.0, 4280.0, 4247.0, 4227.0, 4237.0, 4247.0, 4241.0, 4248.0, 4264.0, 4229.0, 4239.0, 4247.0, 4229.0, 4270.0, 4239.0, 4230.0, 4258.0, 4228.0, 4226.0, 4258.0, 4227.0, 4250.0, 4247.0, 4228.0, 4248.0, 4236.0, 4226.0, 4269.0, 4250.0, 4229.0, 4270.0, 4226.0, 4218.0, 4247.0, 4240.0, 4249.0, 4248.0, 4227.0, 4236.0, 4237.0, 4226.0, 4227.0, 4262.0, 4241.0, 4230.0, 4285.0, 4256.0, 4242.0, 4249.0, 4250.0, 4238.0, 4272.0, 4259.0, 4228.0, 4227.0, 4258.0, 4226.0, 4228.0, 4266.0, 4236.0, 4216.0, 4237.0, 4225.0, 4215.0, 4225.0, 4245.0, 4226.0, 4214.0, 4236.0, 4226.0, 4248.0, 4237.0, 4215.0, 4258.0, 4214.0, 4225.0, 4236.0, 4227.0, 4248.0, 4237.0, 4226.0, 4247.0, 4227.0, 4230.0, 4249.0, 4238.0, 4229.0, 4260.0, 4240.0, 4229.0, 4239.0, 4250.0, 4231.0, 4250.0, 4251.0, 4228.0, 4240.0, 4250.0, 4226.0, 4258.0, 4247.0, 4227.0, 4238.0, 4237.0, 4227.0, 4237.0, 4250.0, 4227.0, 4248.0, 4235.0, 4225.0, 4226.0, 4247.0, 4227.0, 4227.0, 4258.0, 4239.0, 4228.0, 4246.0, 4226.0, 4226.0, 4247.0, 4238.0, 4228.0, 4228.0, 4234.0, 4227.0, 4236.0, 4236.0, 4214.0, 4267.0, 4235.0, 4215.0, 4234.0, 4224.0, 4228.0, 4237.0, 4248.0, 4244.0, 4232.0, 4261.0, 4251.0, 4241.0, 4230.0, 4259.0, 4265.0, 4252.0, 4251.0, 4262.0, 4230.0, 4217.0, 4259.0, 4237.0, 4241.0, 4239.0, 4269.0, 4238.0, 4216.0, 4224.0, 4224.0, 4214.0, 4214.0, 4245.0, 4214.0, 4215.0, 4247.0, 4228.0, 4229.0, 4229.0, 4247.0, 4229.0, 4229.0, 4259.0, 4229.0, 4229.0, 4259.0, 4228.0, 4229.0, 4248.0, 4228.0, 4260.0, 4236.0, 4228.0, 4225.0, 4226.0, 4228.0, 4227.0, 4249.0, 4229.0, 4241.0, 4259.0, 4242.0, 4240.0, 4274.0, 4255.0, 4261.0, 4249.0, 4230.0, 4259.0, 4238.0, 4228.0, 4237.0, 4249.0, 4229.0, 4238.0, 4248.0, 4228.0, 4228.0, 4258.0, 4240.0, 4240.0, 4250.0, 4227.0, 4259.0, 4240.0, 4230.0, 4248.0, 4238.0, 4228.0, 4258.0, 4238.0, 4227.0, 4238.0, 4237.0, 4227.0, 4239.0, 4251.0, 4253.0, 4240.0, 4250.0, 4239.0, 4229.0, 4261.0, 4240.0, 4230.0, 4259.0, 4239.0, 4230.0, 4248.0, 4230.0, 4229.0, 4258.0, 4238.0, 4229.0, 4258.0, 4240.0, 4231.0, 4270.0, 4240.0, 4231.0, 4273.0, 4242.0, 4243.0, 4260.0, 4238.0, 4227.0, 4270.0, 4239.0, 4227.0, 4237.0, 4228.0, 4239.0, 4229.0, 4259.0, 4230.0, 4229.0, 4249.0, 4229.0, 4228.0, 4259.0, 4239.0, 4243.0, 4271.0, 4229.0, 4218.0, 4228.0, 4226.0, 4227.0, 4228.0, 4259.0, 4228.0, 4231.0, 4250.0, 4250.0, 4229.0, 4230.0, 4270.0, 4240.0, 4229.0, 4270.0, 4258.0, 4230.0, 4230.0, 4250.0, 4228.0, 4216.0, 4247.0, 4227.0, 4216.0, 4225.0, 4237.0, 4239.0, 4239.0, 4258.0, 4231.0, 4233.0, 4242.0, 4251.0, 4242.0, 4243.0, 4255.0, 4265.0, 4244.0, 4244.0, 4277.0, 4243.0, 4242.0, 4251.0, 4274.0, 4264.0, 4285.0, 4271.0, 4242.0, 4228.0, 4249.0, 4227.0, 4227.0, 4229.0, 4248.0, 4241.0, 4241.0, 4241.0, 4261.0, 4242.0, 4244.0, 4273.0, 4253.0, 4243.0, 4242.0, 4252.0, 4244.0, 4244.0, 4273.0, 4254.0, 4242.0, 4273.0, 4240.0, 4231.0, 4240.0, 4250.0, 4230.0, 4229.0, 4260.0, 4239.0, 4230.0, 4272.0, 4253.0, 4229.0, 4281.0, 4268.0, 4219.0, 4236.0, 4238.0, 4228.0, 4239.0, 4248.0, 4227.0, 4228.0, 4249.0, 4231.0, 4241.0, 4260.0, 4229.0, 4240.0, 4259.0, 4239.0, 4228.0, 4259.0, 4230.0, 4230.0, 4270.0, 4241.0, 4232.0, 4242.0, 4251.0, 4241.0, 4244.0, 4274.0, 4256.0, 4244.0, 4284.0, 4252.0, 4245.0, 4276.0, 4254.0, 4244.0, 4231.0, 4274.0, 4251.0, 4241.0, 4243.0, 4265.0, 4263.0, 4254.0, 4243.0, 4252.0, 4253.0, 4242.0, 4243.0, 4282.0, 4263.0, 4230.0, 4261.0, 4250.0, 4229.0, 4229.0, 4269.0, 4249.0, 4239.0, 4233.0, 4262.0, 4252.0, 4240.0, 4229.0, 4262.0, 4253.0, 4242.0, 4244.0, 4266.0, 4264.0, 4267.0, 4258.0, 4279.0, 4310.0, 4289.0, 4299.0, 4310.0, 4298.0, 4265.0, 4244.0, 4264.0, 4276.0, 4267.0, 4252.0, 4256.0, 4272.0, 4264.0, 4255.0, 4241.0, 4273.0, 4263.0, 4242.0, 4242.0, 4260.0, 4250.0, 4240.0, 4228.0, 4281.0, 4263.0, 4240.0, 4251.0, 4259.0, 4239.0, 4231.0, 4269.0, 4250.0, 4228.0, 4238.0, 4259.0, 4237.0, 4240.0, 4250.0, 4249.0, 4240.0, 4229.0, 4259.0, 4239.0, 4239.0, 4229.0, 4269.0, 4250.0, 4239.0, 4229.0, 4269.0, 4250.0, 4240.0, 4240.0, 4282.0, 4250.0, 4240.0, 4230.0, 4272.0, 4241.0, 4229.0, 4262.0, 4260.0, 4239.0, 4240.0, 4251.0, 4252.0, 4242.0, 4244.0, 4262.0, 4250.0, 4240.0, 4242.0, 4263.0, 4263.0, 4253.0, 4242.0, 4252.0, 4275.0, 4242.0, 4231.0, 4283.0, 4262.0, 4232.0, 4284.0, 4253.0, 4264.0, 4240.0, 4260.0, 4248.0, 4228.0, 4228.0, 4268.0, 4240.0, 4240.0, 4229.0, 4251.0, 4251.0, 4241.0, 4272.0, 4251.0, 4241.0, 4260.0, 4237.0, 4237.0, 4227.0, 4257.0, 4238.0, 4228.0, 4268.0, 4237.0, 4226.0, 4229.0, 4258.0, 4237.0, 4229.0, 4268.0, 4227.0, 4227.0, 4227.0, 4259.0, 4251.0, 4229.0, 4271.0, 4238.0, 4229.0, 4238.0, 4239.0, 4240.0, 4238.0, 4248.0, 4229.0, 4228.0, 4238.0, 4226.0, 4217.0, 4269.0, 4238.0, 4228.0, 4259.0, 4227.0, 4216.0, 4216.0, 4237.0, 4226.0, 4229.0, 4249.0, 4251.0, 4230.0, 4229.0, 4260.0, 4238.0, 4229.0, 4259.0, 4239.0, 4249.0, 4259.0, 4238.0, 4228.0, 4260.0, 4240.0, 4240.0, 4258.0, 4239.0, 4228.0, 4228.0, 4237.0, 4227.0, 4231.0, 4257.0, 4237.0, 4240.0, 4261.0, 4239.0, 4240.0, 4240.0, 4250.0, 4237.0, 4226.0, 4228.0, 4258.0, 4238.0, 4230.0, 4240.0, 4240.0, 4239.0, 4231.0, 4262.0, 4240.0, 4231.0, 4252.0, 4250.0, 4241.0, 4229.0, 4260.0, 4228.0, 4240.0, 4268.0, 4238.0, 4227.0, 4236.0, 4224.0, 4229.0, 4227.0, 4217.0, 4226.0, 4248.0, 4237.0, 4240.0, 4228.0, 4247.0, 4225.0, 4227.0, 4227.0, 4238.0, 4252.0, 4242.0, 4240.0, 4271.0, 4273.0, 4255.0, 4243.0, 4251.0, 4272.0, 4243.0, 4230.0, 4250.0, 4239.0, 4229.0, 4241.0, 4271.0, 4248.0, 4227.0, 4248.0, 4226.0, 4216.0, 4236.0, 4226.0, 4229.0, 4230.0, 4248.0, 4239.0, 4241.0, 4253.0, 4252.0, 4243.0, 4261.0, 4264.0, 4242.0, 4229.0, 4237.0, 4229.0, 4228.0, 4258.0, 4240.0, 4216.0, 4237.0, 4238.0, 4241.0, 4241.0, 4250.0, 4243.0, 4241.0, 4254.0, 4265.0, 4254.0, 4265.0, 4266.0, 4245.0, 4284.0, 4273.0, 4232.0, 4262.0, 4251.0, 4242.0, 4261.0, 4264.0, 4241.0, 4230.0, 4260.0, 4239.0, 4230.0, 4260.0, 4239.0, 4227.0, 4280.0, 4238.0, 4227.0, 4237.0, 4237.0, 4229.0, 4237.0, 4248.0, 4226.0, 4217.0, 4246.0, 4226.0, 4228.0, 4249.0, 4240.0, 4240.0, 4250.0, 4238.0, 4240.0, 4230.0, 4261.0, 4241.0, 4229.0, 4259.0, 4238.0, 4228.0, 4258.0, 4238.0, 4253.0, 4261.0, 4238.0, 4230.0, 4228.0, 4248.0, 4237.0, 4229.0, 4240.0, 4259.0, 4241.0, 4230.0, 4238.0, 4238.0, 4230.0, 4231.0, 4260.0, 4240.0, 4229.0, 4230.0, 4250.0, 4240.0, 4230.0, 4260.0, 4241.0, 4241.0, 4240.0, 4251.0, 4241.0, 4241.0, 4260.0, 4240.0, 4230.0, 4250.0, 4237.0, 4228.0, 4219.0, 4247.0, 4227.0, 4227.0, 4249.0, 4239.0, 4226.0, 4226.0, 4249.0, 4228.0, 4230.0, 4261.0, 4228.0, 4229.0, 4239.0, 4229.0, 4228.0, 4230.0, 4262.0, 4241.0, 4242.0, 4242.0, 4261.0, 4241.0, 4231.0, 4241.0, 4249.0, 4242.0, 4231.0, 4230.0, 4249.0, 4229.0, 4230.0, 4229.0, 4239.0, 4228.0, 4228.0, 4247.0, 4238.0, 4229.0, 4249.0, 4249.0, 4229.0, 4218.0, 4250.0, 4229.0, 4228.0, 4247.0, 4229.0, 4229.0, 4260.0, 4238.0, 4229.0, 4248.0, 4227.0, 4217.0, 4239.0, 4238.0, 4229.0, 4228.0, 4260.0, 4241.0, 4230.0, 4260.0, 4239.0, 4229.0, 4261.0, 4229.0, 4217.0, 4247.0, 4226.0, 4228.0, 4227.0, 4227.0, 4227.0, 4227.0, 4249.0, 4230.0, 4229.0, 4258.0, 4228.0, 4216.0, 4247.0, 4225.0, 4229.0, 4245.0, 4225.0, 4214.0, 4215.0, 4224.0, 4225.0, 4215.0, 4233.0, 4213.0, 4215.0, 4248.0, 4227.0, 4228.0, 4239.0, 4248.0, 4240.0, 4230.0, 4238.0, 4249.0, 4230.0, 4229.0, 4249.0, 4239.0, 4238.0, 4260.0, 4229.0, 4237.0, 4235.0, 4235.0, 4226.0, 4266.0, 4236.0, 4224.0, 4223.0, 4236.0, 4225.0, 4215.0, 4236.0, 4226.0, 4226.0, 4225.0, 4246.0, 4239.0, 4241.0, 4261.0, 4229.0, 4240.0, 4242.0, 4248.0, 4255.0, 4240.0], 'WindowWidth': [9535.0, 9519.0, 9458.0, 9433.0, 9440.0, 9434.0, 9405.0, 9401.0, 9424.0, 9396.0, 9394.0, 9420.0, 9394.0, 9378.0, 9415.0, 9392.0, 9370.0, 9413.0, 9398.0, 9395.0, 9430.0, 9386.0, 9379.0, 9427.0, 9411.0, 9418.0, 9440.0, 9448.0, 9445.0, 9431.0, 9426.0, 9399.0, 9397.0, 9421.0, 9401.0, 9415.0, 9436.0, 9396.0, 9409.0, 9436.0, 9395.0, 9410.0, 9423.0, 9411.0, 9397.0, 9438.0, 9401.0, 9398.0, 9437.0, 9393.0, 9414.0, 9437.0, 9408.0, 9397.0, 9436.0, 9411.0, 9398.0, 9437.0, 9396.0, 9394.0, 9434.0, 9395.0, 9395.0, 9439.0, 9419.0, 9404.0, 9438.0, 9395.0, 9401.0, 9444.0, 9417.0, 9420.0, 9465.0, 9436.0, 9422.0, 9477.0, 9437.0, 9445.0, 9443.0, 9404.0, 9486.0, 9413.0, 9399.0, 9435.0, 9399.0, 9428.0, 9421.0, 9397.0, 9421.0, 9406.0, 9396.0, 9425.0, 9425.0, 9402.0, 9456.0, 9427.0, 9402.0, 9454.0, 9416.0, 9399.0, 9443.0, 9414.0, 9399.0, 9443.0, 9417.0, 9418.0, 9454.0, 9432.0, 9429.0, 9469.0, 9438.0, 9401.0, 9463.0, 9477.0, 9451.0, 9468.0, 9449.0, 9419.0, 9431.0, 9441.0, 9415.0, 9396.0, 9454.0, 9416.0, 9413.0, 9472.0, 9407.0, 9415.0, 9439.0, 9407.0, 9395.0, 9435.0, 9424.0, 9393.0, 9412.0, 9423.0, 9395.0, 9395.0, 9434.0, 9408.0, 9398.0, 9450.0, 9408.0, 9397.0, 9421.0, 9425.0, 9399.0, 9429.0, 9441.0, 9411.0, 9396.0, 9431.0, 9394.0, 9393.0, 9440.0, 9408.0, 9397.0, 9395.0, 9421.0, 9394.0, 9392.0, 9436.0, 9409.0, 9397.0, 9435.0, 9407.0, 9395.0, 9395.0, 9419.0, 9397.0, 9397.0, 9453.0, 9427.0, 9413.0, 9404.0, 9427.0, 9412.0, 9399.0, 9436.0, 9411.0, 9390.0, 9458.0, 9383.0, 9400.0, 9370.0, 9411.0, 9390.0, 9392.0, 9439.0, 9428.0, 9417.0, 9419.0, 9446.0, 9419.0, 9420.0, 9455.0, 9432.0, 9403.0, 9466.0, 9405.0, 9391.0, 9432.0, 9393.0, 9399.0, 9419.0, 9406.0, 9390.0, 9393.0, 9421.0, 9397.0, 9420.0, 9445.0, 9402.0, 9472.0, 9450.0, 9399.0, 9455.0, 9414.0, 9393.0, 9436.0, 9412.0, 9375.0, 9415.0, 9376.0, 9395.0, 9442.0, 9409.0, 9395.0, 9431.0, 9392.0, 9395.0, 9426.0, 9413.0, 9396.0, 9439.0, 9421.0, 9394.0, 9406.0, 9416.0, 9391.0, 9437.0, 9405.0, 9412.0, 9464.0, 9403.0, 9396.0, 9431.0, 9407.0, 9389.0, 9464.0, 9435.0, 9396.0, 9433.0, 9388.0, 9413.0, 9404.0, 9393.0, 9461.0, 9391.0, 9413.0, 9385.0, 9387.0, 9399.0, 9407.0, 9395.0, 9455.0, 9410.0, 9398.0, 9437.0, 9409.0, 9399.0, 9458.0, 9418.0, 9461.0, 9422.0, 9394.0, 9436.0, 9411.0, 9400.0, 9439.0, 9410.0, 9415.0, 9458.0, 9419.0, 9428.0, 9462.0, 9419.0, 9443.0, 9438.0, 9444.0, 9497.0, 9445.0, 9462.0, 9410.0, 9394.0, 9417.0, 9404.0, 9396.0, 9419.0, 9428.0, 9408.0, 9425.0, 9412.0, 9413.0, 9459.0, 9429.0, 9417.0, 9468.0, 9436.0, 9442.0, 9425.0, 9413.0, 9449.0, 9437.0, 9393.0, 9431.0, 9388.0, 9385.0, 9412.0, 9387.0, 9408.0, 9421.0, 9390.0, 9392.0, 9417.0, 9404.0, 9393.0, 9437.0, 9411.0, 9397.0, 9435.0, 9407.0, 9391.0, 9435.0, 9402.0, 9446.0, 9417.0, 9384.0, 9396.0, 9382.0, 9368.0, 9406.0, 9381.0, 9369.0, 9405.0, 9369.0, 9392.0, 9380.0, 9383.0, 9420.0, 9393.0, 9401.0, 9439.0, 9411.0, 9396.0, 9440.0, 9436.0, 9432.0, 9464.0, 9421.0, 9444.0, 9426.0, 9416.0, 9460.0, 9441.0, 9398.0, 9448.0, 9391.0, 9393.0, 9437.0, 9410.0, 9395.0, 9431.0, 9389.0, 9392.0, 9417.0, 9389.0, 9393.0, 9433.0, 9424.0, 9388.0, 9390.0, 9414.0, 9387.0, 9389.0, 9430.0, 9402.0, 9394.0, 9432.0, 9399.0, 9385.0, 9376.0, 9430.0, 9393.0, 9406.0, 9388.0, 9433.0, 9385.0, 9390.0, 9387.0, 9420.0, 9393.0, 9395.0, 9432.0, 9391.0, 9391.0, 9390.0, 9430.0, 9394.0, 9415.0, 9437.0, 9428.0, 9407.0, 9395.0, 9433.0, 9412.0, 9421.0, 9437.0, 9423.0, 9412.0, 9394.0, 9435.0, 9393.0, 9406.0, 9434.0, 9390.0, 9465.0, 9434.0, 9413.0, 9391.0, 9418.0, 9406.0, 9393.0, 9436.0, 9411.0, 9397.0, 9437.0, 9407.0, 9397.0, 9434.0, 9410.0, 9412.0, 9435.0, 9414.0, 9395.0, 9434.0, 9412.0, 9437.0, 9440.0, 9440.0, 9443.0, 9446.0, 9439.0, 9441.0, 9444.0, 9474.0, 9459.0, 9471.0, 9469.0, 9420.0, 9455.0, 9423.0, 9410.0, 9438.0, 9423.0, 9408.0, 9465.0, 9417.0, 9390.0, 9403.0, 9418.0, 9415.0, 9420.0, 9449.0, 9396.0, 9406.0, 9417.0, 9396.0, 9453.0, 9408.0, 9397.0, 9435.0, 9392.0, 9388.0, 9430.0, 9391.0, 9424.0, 9417.0, 9394.0, 9418.0, 9401.0, 9389.0, 9453.0, 9425.0, 9397.0, 9452.0, 9389.0, 9377.0, 9414.0, 9412.0, 9423.0, 9419.0, 9389.0, 9400.0, 9401.0, 9387.0, 9388.0, 9444.0, 9417.0, 9398.0, 9482.0, 9445.0, 9419.0, 9423.0, 9424.0, 9407.0, 9458.0, 9436.0, 9392.0, 9388.0, 9430.0, 9385.0, 9390.0, 9441.0, 9401.0, 9372.0, 9401.0, 9382.0, 9370.0, 9386.0, 9409.0, 9386.0, 9369.0, 9400.0, 9388.0, 9419.0, 9403.0, 9372.0, 9430.0, 9369.0, 9382.0, 9399.0, 9387.0, 9419.0, 9403.0, 9387.0, 9418.0, 9389.0, 9400.0, 9423.0, 9407.0, 9395.0, 9439.0, 9412.0, 9395.0, 9411.0, 9428.0, 9400.0, 9426.0, 9428.0, 9393.0, 9412.0, 9422.0, 9387.0, 9432.0, 9416.0, 9389.0, 9405.0, 9402.0, 9389.0, 9404.0, 9426.0, 9388.0, 9418.0, 9397.0, 9385.0, 9386.0, 9415.0, 9388.0, 9389.0, 9431.0, 9410.0, 9390.0, 9413.0, 9385.0, 9387.0, 9415.0, 9404.0, 9391.0, 9390.0, 9396.0, 9387.0, 9400.0, 9402.0, 9369.0, 9443.0, 9399.0, 9370.0, 9394.0, 9382.0, 9391.0, 9405.0, 9419.0, 9422.0, 9403.0, 9442.0, 9427.0, 9414.0, 9399.0, 9438.0, 9457.0, 9432.0, 9427.0, 9444.0, 9397.0, 9375.0, 9436.0, 9403.0, 9412.0, 9407.0, 9447.0, 9404.0, 9373.0, 9382.0, 9381.0, 9368.0, 9367.0, 9408.0, 9367.0, 9371.0, 9416.0, 9392.0, 9396.0, 9399.0, 9418.0, 9396.0, 9396.0, 9435.0, 9396.0, 9395.0, 9436.0, 9394.0, 9395.0, 9420.0, 9393.0, 9439.0, 9402.0, 9390.0, 9385.0, 9388.0, 9396.0, 9391.0, 9421.0, 9395.0, 9416.0, 9437.0, 9419.0, 9414.0, 9462.0, 9442.0, 9444.0, 9424.0, 9399.0, 9435.0, 9404.0, 9392.0, 9402.0, 9421.0, 9395.0, 9406.0, 9419.0, 9393.0, 9394.0, 9434.0, 9412.0, 9413.0, 9425.0, 9393.0, 9435.0, 9410.0, 9399.0, 9423.0, 9407.0, 9392.0, 9434.0, 9406.0, 9389.0, 9404.0, 9402.0, 9389.0, 9408.0, 9431.0, 9436.0, 9413.0, 9425.0, 9410.0, 9396.0, 9445.0, 9415.0, 9399.0, 9438.0, 9410.0, 9397.0, 9420.0, 9397.0, 9396.0, 9434.0, 9407.0, 9395.0, 9435.0, 9412.0, 9401.0, 9454.0, 9415.0, 9401.0, 9460.0, 9415.0, 9421.0, 9438.0, 9407.0, 9390.0, 9450.0, 9406.0, 9389.0, 9404.0, 9391.0, 9409.0, 9395.0, 9438.0, 9397.0, 9396.0, 9423.0, 9396.0, 9394.0, 9435.0, 9409.0, 9424.0, 9456.0, 9394.0, 9378.0, 9392.0, 9388.0, 9392.0, 9394.0, 9436.0, 9394.0, 9400.0, 9427.0, 9425.0, 9396.0, 9397.0, 9451.0, 9412.0, 9392.0, 9451.0, 9431.0, 9399.0, 9399.0, 9425.0, 9393.0, 9373.0, 9415.0, 9387.0, 9371.0, 9384.0, 9401.0, 9408.0, 9411.0, 9434.0, 9400.0, 9405.0, 9417.0, 9428.0, 9417.0, 9420.0, 9442.0, 9453.0, 9423.0, 9425.0, 9473.0, 9424.0, 9416.0, 9427.0, 9464.0, 9451.0, 9478.0, 9454.0, 9414.0, 9393.0, 9421.0, 9389.0, 9390.0, 9396.0, 9421.0, 9416.0, 9415.0, 9414.0, 9441.0, 9419.0, 9425.0, 9461.0, 9434.0, 9419.0, 9417.0, 9429.0, 9421.0, 9424.0, 9462.0, 9436.0, 9417.0, 9461.0, 9413.0, 9399.0, 9412.0, 9423.0, 9398.0, 9396.0, 9438.0, 9410.0, 9398.0, 9459.0, 9433.0, 9394.0, 9467.0, 9444.0, 9378.0, 9401.0, 9405.0, 9394.0, 9406.0, 9418.0, 9391.0, 9392.0, 9420.0, 9398.0, 9413.0, 9439.0, 9395.0, 9412.0, 9435.0, 9408.0, 9392.0, 9434.0, 9399.0, 9396.0, 9452.0, 9414.0, 9403.0, 9420.0, 9431.0, 9418.0, 9424.0, 9464.0, 9443.0, 9423.0, 9477.0, 9431.0, 9428.0, 9468.0, 9434.0, 9423.0, 9400.0, 9462.0, 9428.0, 9415.0, 9423.0, 9455.0, 9447.0, 9437.0, 9422.0, 9432.0, 9432.0, 9419.0, 9421.0, 9472.0, 9448.0, 9397.0, 9439.0, 9423.0, 9395.0, 9393.0, 9450.0, 9422.0, 9409.0, 9407.0, 9444.0, 9431.0, 9413.0, 9399.0, 9446.0, 9434.0, 9420.0, 9424.0, 9458.0, 9453.0, 9460.0, 9450.0, 9481.0, 9524.0, 9494.0, 9509.0, 9523.0, 9505.0, 9458.0, 9425.0, 9452.0, 9472.0, 9463.0, 9433.0, 9440.0, 9460.0, 9452.0, 9443.0, 9417.0, 9461.0, 9448.0, 9418.0, 9417.0, 9441.0, 9426.0, 9412.0, 9395.0, 9470.0, 9449.0, 9413.0, 9427.0, 9435.0, 9410.0, 9400.0, 9450.0, 9425.0, 9392.0, 9407.0, 9435.0, 9405.0, 9414.0, 9424.0, 9423.0, 9413.0, 9395.0, 9437.0, 9410.0, 9411.0, 9396.0, 9451.0, 9425.0, 9410.0, 9396.0, 9451.0, 9426.0, 9412.0, 9413.0, 9473.0, 9426.0, 9412.0, 9400.0, 9457.0, 9413.0, 9397.0, 9443.0, 9438.0, 9410.0, 9412.0, 9428.0, 9431.0, 9417.0, 9422.0, 9446.0, 9427.0, 9413.0, 9420.0, 9450.0, 9446.0, 9435.0, 9418.0, 9432.0, 9463.0, 9419.0, 9403.0, 9475.0, 9447.0, 9402.0, 9477.0, 9436.0, 9449.0, 9411.0, 9439.0, 9422.0, 9393.0, 9396.0, 9450.0, 9412.0, 9412.0, 9396.0, 9428.0, 9428.0, 9416.0, 9460.0, 9430.0, 9414.0, 9437.0, 9402.0, 9403.0, 9390.0, 9432.0, 9406.0, 9393.0, 9448.0, 9403.0, 9388.0, 9394.0, 9432.0, 9404.0, 9394.0, 9446.0, 9389.0, 9389.0, 9390.0, 9439.0, 9429.0, 9396.0, 9455.0, 9407.0, 9396.0, 9405.0, 9408.0, 9412.0, 9406.0, 9420.0, 9393.0, 9393.0, 9406.0, 9388.0, 9376.0, 9450.0, 9406.0, 9395.0, 9435.0, 9389.0, 9373.0, 9375.0, 9403.0, 9388.0, 9394.0, 9423.0, 9427.0, 9397.0, 9393.0, 9437.0, 9406.0, 9393.0, 9437.0, 9408.0, 9421.0, 9433.0, 9405.0, 9393.0, 9436.0, 9411.0, 9413.0, 9433.0, 9407.0, 9391.0, 9391.0, 9402.0, 9388.0, 9399.0, 9430.0, 9403.0, 9409.0, 9441.0, 9408.0, 9412.0, 9412.0, 9426.0, 9403.0, 9386.0, 9390.0, 9433.0, 9407.0, 9397.0, 9411.0, 9411.0, 9408.0, 9400.0, 9444.0, 9412.0, 9399.0, 9431.0, 9425.0, 9413.0, 9396.0, 9437.0, 9393.0, 9410.0, 9446.0, 9405.0, 9386.0, 9397.0, 9381.0, 9396.0, 9388.0, 9374.0, 9386.0, 9419.0, 9404.0, 9411.0, 9392.0, 9417.0, 9384.0, 9389.0, 9391.0, 9405.0, 9432.0, 9420.0, 9413.0, 9457.0, 9463.0, 9441.0, 9422.0, 9431.0, 9457.0, 9419.0, 9397.0, 9424.0, 9408.0, 9393.0, 9415.0, 9453.0, 9419.0, 9391.0, 9418.0, 9385.0, 9370.0, 9399.0, 9384.0, 9394.0, 9399.0, 9420.0, 9408.0, 9416.0, 9436.0, 9432.0, 9419.0, 9443.0, 9451.0, 9414.0, 9397.0, 9401.0, 9394.0, 9391.0, 9432.0, 9412.0, 9374.0, 9402.0, 9405.0, 9414.0, 9415.0, 9425.0, 9421.0, 9417.0, 9436.0, 9454.0, 9438.0, 9454.0, 9458.0, 9427.0, 9479.0, 9462.0, 9404.0, 9444.0, 9428.0, 9418.0, 9442.0, 9450.0, 9413.0, 9398.0, 9438.0, 9408.0, 9396.0, 9436.0, 9407.0, 9392.0, 9465.0, 9405.0, 9390.0, 9403.0, 9401.0, 9394.0, 9403.0, 9418.0, 9387.0, 9374.0, 9413.0, 9388.0, 9392.0, 9423.0, 9410.0, 9411.0, 9424.0, 9406.0, 9411.0, 9397.0, 9443.0, 9413.0, 9396.0, 9435.0, 9405.0, 9393.0, 9433.0, 9406.0, 9437.0, 9443.0, 9407.0, 9398.0, 9392.0, 9419.0, 9405.0, 9394.0, 9413.0, 9435.0, 9414.0, 9398.0, 9406.0, 9405.0, 9398.0, 9400.0, 9438.0, 9412.0, 9395.0, 9398.0, 9424.0, 9409.0, 9396.0, 9438.0, 9414.0, 9416.0, 9412.0, 9428.0, 9414.0, 9415.0, 9439.0, 9411.0, 9396.0, 9424.0, 9402.0, 9390.0, 9379.0, 9415.0, 9387.0, 9388.0, 9421.0, 9409.0, 9388.0, 9389.0, 9420.0, 9390.0, 9394.0, 9438.0, 9391.0, 9391.0, 9409.0, 9393.0, 9392.0, 9397.0, 9444.0, 9415.0, 9418.0, 9417.0, 9441.0, 9412.0, 9399.0, 9415.0, 9423.0, 9413.0, 9399.0, 9397.0, 9423.0, 9396.0, 9395.0, 9393.0, 9405.0, 9391.0, 9391.0, 9416.0, 9403.0, 9393.0, 9419.0, 9421.0, 9394.0, 9377.0, 9422.0, 9393.0, 9389.0, 9415.0, 9392.0, 9394.0, 9438.0, 9406.0, 9393.0, 9416.0, 9389.0, 9376.0, 9407.0, 9404.0, 9394.0, 9393.0, 9436.0, 9412.0, 9397.0, 9437.0, 9409.0, 9392.0, 9438.0, 9393.0, 9373.0, 9413.0, 9384.0, 9391.0, 9388.0, 9388.0, 9388.0, 9390.0, 9421.0, 9396.0, 9393.0, 9432.0, 9391.0, 9372.0, 9412.0, 9383.0, 9390.0, 9408.0, 9382.0, 9366.0, 9368.0, 9379.0, 9380.0, 9368.0, 9390.0, 9362.0, 9368.0, 9418.0, 9387.0, 9391.0, 9411.0, 9422.0, 9413.0, 9397.0, 9406.0, 9422.0, 9396.0, 9395.0, 9421.0, 9408.0, 9405.0, 9434.0, 9394.0, 9403.0, 9395.0, 9395.0, 9384.0, 9437.0, 9396.0, 9379.0, 9377.0, 9398.0, 9382.0, 9367.0, 9399.0, 9384.0, 9385.0, 9384.0, 9413.0, 9410.0, 9417.0, 9441.0, 9396.0, 9413.0, 9417.0, 9419.0, 9439.0, 9410.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.0003905366207396664</td></tr>
<tr><td colspan=3>aqi</td><td>0.02182818781725888</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.11069765905658</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1910845357837445</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007058519448482</td></tr>
<tr><td colspan=3>efc</td><td>0.5002</td></tr>
<tr><td colspan=3>fber</td><td>5042.123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10233161099609642</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.438723712835388</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4538794918433786</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3395009442219505</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6469375732557268</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375199958052459</td></tr>
<tr><td colspan=3>gcor</td><td>0.00746464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004354426171630621</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036700718104839325</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1379</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.892981567429014</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>15.3594</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7939</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.1478</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295169.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>1143.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.3074</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5342</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.9834</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.9908</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.5335</td></tr>
<tr><td colspan=3>tsnr</td><td>38.73085117083974</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>