<?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-0120_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-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0120/figures/sub-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120/ses-01/func/sub-0120_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>f99c4b1874ecf2cba91bbc7f9cc7798c</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>11:55:0.992500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99974, -0.00714784, -0.0216639, 0.00977166, 0.992291, 0.123541]</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.259</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.141733</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>[4238, -7807, -7218, 305, -67, -21, 34, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e3e7285-58c1-49cc-bfd7-1af1fd903dfd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822285652160645, 0.026216639205813408, -0.055657386779785156, 113.16731262207031], [0.01917712390422821, 2.662245273590088, 0.33404508233070374, -107.17112731933594], [-0.058122649788856506, -0.33145108819007874, 2.678678035736084, -35.32230758666992], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['115500.992500', '115501.452500', '115501.912500', '115502.372500', '115502.832500', '115503.292500', '115503.752500', '115504.212500', '115504.672500', '115505.132500', '115505.592500', '115506.052500', '115506.512500', '115506.972500', '115507.432500', '115507.892500', '115508.352500', '115508.812500', '115509.272500', '115509.732500', '115510.192500', '115510.652500', '115511.112500', '115511.572500', '115512.032500', '115512.492500', '115512.952500', '115513.412500', '115513.872500', '115514.332500', '115514.792500', '115515.252500', '115515.712500', '115516.172500', '115516.632500', '115517.092500', '115517.552500', '115518.012500', '115518.472500', '115518.932500', '115519.392500', '115519.852500', '115520.312500', '115520.772500', '115521.232500', '115521.692500', '115522.152500', '115522.612500', '115523.072500', '115523.532500', '115523.992500', '115524.452500', '115524.912500', '115525.372500', '115525.832500', '115526.292500', '115526.752500', '115527.212500', '115527.672500', '115528.132500', '115528.592500', '115529.052500', '115529.512500', '115529.972500', '115530.432500', '115530.892500', '115531.352500', '115531.812500', '115532.272500', '115532.732500', '115533.192500', '115533.652500', '115534.112500', '115534.572500', '115535.032500', '115535.492500', '115535.952500', '115536.412500', '115536.872500', '115537.332500', '115537.792500', '115538.252500', '115538.712500', '115539.172500', '115539.632500', '115540.092500', '115540.552500', '115541.012500', '115541.472500', '115541.932500', '115542.392500', '115542.852500', '115543.312500', '115543.772500', '115544.232500', '115544.692500', '115545.152500', '115545.612500', '115546.072500', '115546.532500', '115546.992500', '115547.452500', '115547.912500', '115548.372500', '115548.832500', '115549.292500', '115549.752500', '115550.212500', '115550.672500', '115551.132500', '115551.592500', '115552.052500', '115552.512500', '115552.972500', '115553.432500', '115553.892500', '115554.352500', '115554.812500', '115555.272500', '115555.732500', '115556.192500', '115556.652500', '115557.112500', '115557.572500', '115558.032500', '115558.492500', '115558.952500', '115559.412500', '115559.872500', '115600.332500', '115600.792500', '115601.252500', '115601.712500', '115602.172500', '115602.632500', '115603.092500', '115603.552500', '115604.012500', '115604.472500', '115604.932500', '115605.392500', '115605.852500', '115606.312500', '115606.772500', '115607.232500', '115607.692500', '115608.152500', '115608.612500', '115609.072500', '115609.532500', '115609.992500', '115610.452500', '115610.912500', '115611.372500', '115611.832500', '115612.292500', '115612.752500', '115613.212500', '115613.672500', '115614.132500', '115614.592500', '115615.052500', '115615.512500', '115615.972500', '115616.432500', '115616.892500', '115617.352500', '115617.812500', '115618.272500', '115618.732500', '115619.192500', '115619.652500', '115620.112500', '115620.572500', '115621.032500', '115621.492500', '115621.952500', '115622.412500', '115622.872500', '115623.332500', '115623.792500', '115624.252500', '115624.712500', '115625.172500', '115625.632500', '115626.092500', '115626.552500', '115627.012500', '115627.472500', '115627.932500', '115628.392500', '115628.852500', '115629.312500', '115629.772500', '115630.232500', '115630.692500', '115631.152500', '115631.612500', '115632.072500', '115632.532500', '115632.992500', '115633.452500', '115633.912500', '115634.372500', '115634.832500', '115635.292500', '115635.752500', '115636.212500', '115636.672500', '115637.132500', '115637.592500', '115638.052500', '115638.512500', '115638.972500', '115639.432500', '115639.892500', '115640.352500', '115640.812500', '115641.272500', '115641.732500', '115642.192500', '115642.652500', '115643.112500', '115643.572500', '115644.032500', '115644.492500', '115644.952500', '115645.412500', '115645.872500', '115646.332500', '115646.792500', '115647.252500', '115647.712500', '115648.172500', '115648.632500', '115649.092500', '115649.552500', '115650.012500', '115650.472500', '115650.932500', '115651.392500', '115651.852500', '115652.312500', '115652.772500', '115653.232500', '115653.692500', '115654.152500', '115654.612500', '115655.072500', '115655.532500', '115655.992500', '115656.452500', '115656.912500', '115657.372500', '115657.832500', '115658.292500', '115658.752500', '115659.212500', '115659.672500', '115700.132500', '115700.592500', '115701.052500', '115701.512500', '115701.972500', '115702.432500', '115702.892500', '115703.352500', '115703.812500', '115704.272500', '115704.732500', '115705.192500', '115705.652500', '115706.112500', '115706.572500', '115707.032500', '115707.492500', '115707.952500', '115708.412500', '115708.872500', '115709.332500', '115709.792500', '115710.252500', '115710.712500', '115711.172500', '115711.632500', '115712.092500', '115712.552500', '115713.012500', '115713.472500', '115713.932500', '115714.392500', '115714.852500', '115715.312500', '115715.772500', '115716.232500', '115716.692500', '115717.152500', '115717.612500', '115718.072500', '115718.532500', '115718.992500', '115719.452500', '115719.912500', '115720.372500', '115720.832500', '115721.292500', '115721.752500', '115722.212500', '115722.672500', '115723.132500', '115723.592500', '115724.052500', '115724.512500', '115724.972500', '115725.432500', '115725.892500', '115726.352500', '115726.812500', '115727.272500', '115727.732500', '115728.192500', '115728.652500', '115729.112500', '115729.572500', '115730.032500', '115730.492500', '115730.952500', '115731.412500', '115731.872500', '115732.332500', '115732.792500', '115733.252500', '115733.712500', '115734.172500', '115734.632500', '115735.092500', '115735.552500', '115736.012500', '115736.472500', '115736.932500', '115737.392500', '115737.852500', '115738.312500', '115738.772500', '115739.232500', '115739.692500', '115740.152500', '115740.612500', '115741.072500', '115741.532500', '115741.992500', '115742.452500', '115742.912500', '115743.372500', '115743.832500', '115744.292500', '115744.752500', '115745.212500', '115745.672500', '115746.132500', '115746.592500', '115747.052500', '115747.512500', '115747.972500', '115748.432500', '115748.892500', '115749.352500', '115749.812500', '115750.272500', '115750.732500', '115751.192500', '115751.652500', '115752.112500', '115752.572500', '115753.032500', '115753.492500', '115753.952500', '115754.412500', '115754.872500', '115755.332500', '115755.792500', '115756.252500', '115756.712500', '115757.172500', '115757.632500', '115758.092500', '115758.552500', '115759.012500', '115759.472500', '115759.932500', '115800.392500', '115800.852500', '115801.312500', '115801.772500', '115802.232500', '115802.692500', '115803.152500', '115803.612500', '115804.072500', '115804.532500', '115804.992500', '115805.452500', '115805.912500', '115806.372500', '115806.832500', '115807.292500', '115807.752500', '115808.212500', '115808.672500', '115809.132500', '115809.592500', '115810.052500', '115810.512500', '115810.972500', '115811.432500', '115811.892500', '115812.352500', '115812.812500', '115813.272500', '115813.732500', '115814.192500', '115814.652500', '115815.112500', '115815.572500', '115816.032500', '115816.492500', '115816.952500', '115817.412500', '115817.872500', '115818.332500', '115818.792500', '115819.252500', '115819.712500', '115820.172500', '115820.632500', '115821.092500', '115821.552500', '115822.012500', '115822.472500', '115822.932500', '115823.392500', '115823.852500', '115824.312500', '115824.772500', '115825.232500', '115825.692500', '115826.152500', '115826.612500', '115827.072500', '115827.532500', '115827.992500', '115828.452500', '115828.912500', '115829.372500', '115829.832500', '115830.292500', '115830.752500', '115831.212500', '115831.672500', '115832.132500', '115832.592500', '115833.052500', '115833.512500', '115833.972500', '115834.432500', '115834.892500', '115835.352500', '115835.812500', '115836.272500', '115836.732500', '115837.192500', '115837.652500', '115838.112500', '115838.572500', '115839.032500', '115839.492500', '115839.952500', '115840.412500', '115840.872500', '115841.332500', '115841.792500', '115842.252500', '115842.712500', '115843.172500', '115843.632500', '115844.092500', '115844.552500', '115845.012500', '115845.472500', '115845.932500', '115846.392500', '115846.852500', '115847.312500', '115847.772500', '115848.232500', '115848.692500', '115849.152500', '115849.612500', '115850.072500', '115850.532500', '115850.992500', '115851.452500', '115851.912500', '115852.372500', '115852.832500', '115853.292500', '115853.752500', '115854.212500', '115854.672500', '115855.132500', '115855.592500', '115856.052500', '115856.512500', '115856.972500', '115857.432500', '115857.892500', '115858.352500', '115858.812500', '115859.272500', '115859.732500', '115900.192500', '115900.652500', '115901.112500', '115901.572500', '115902.032500', '115902.492500', '115902.952500', '115903.412500', '115903.872500', '115904.332500', '115904.792500', '115905.252500', '115905.712500', '115906.172500', '115906.632500', '115907.092500', '115907.552500', '115908.012500', '115908.472500', '115908.932500', '115909.392500', '115909.852500', '115910.312500', '115910.772500', '115911.232500', '115911.692500', '115912.152500', '115912.612500', '115913.072500', '115913.532500', '115913.992500', '115914.452500', '115914.912500', '115915.372500', '115915.832500', '115916.292500', '115916.752500', '115917.212500', '115917.672500', '115918.132500', '115918.592500', '115919.052500', '115919.512500', '115919.972500', '115920.432500', '115920.892500', '115921.352500', '115921.812500', '115922.272500', '115922.732500', '115923.192500', '115923.652500', '115924.112500', '115924.572500', '115925.032500', '115925.492500', '115925.952500', '115926.412500', '115926.872500', '115927.332500', '115927.792500', '115928.252500', '115928.712500', '115929.172500', '115929.632500', '115930.092500', '115930.552500', '115931.012500', '115931.472500', '115931.932500', '115932.392500', '115932.852500', '115933.312500', '115933.772500', '115934.232500', '115934.692500', '115935.152500', '115935.612500', '115936.072500', '115936.532500', '115936.992500', '115937.452500', '115937.912500', '115938.372500', '115938.832500', '115939.292500', '115939.752500', '115940.212500', '115940.672500', '115941.132500', '115941.592500', '115942.052500', '115942.512500', '115942.972500', '115943.432500', '115943.892500', '115944.352500', '115944.812500', '115945.272500', '115945.732500', '115946.192500', '115946.652500', '115947.112500', '115947.572500', '115948.032500', '115948.492500', '115948.952500', '115949.412500', '115949.872500', '115950.332500', '115950.792500', '115951.252500', '115951.712500', '115952.172500', '115952.632500', '115953.092500', '115953.552500', '115954.012500', '115954.472500', '115954.932500', '115955.392500', '115955.852500', '115956.312500', '115956.772500', '115957.232500', '115957.692500', '115958.152500', '115958.612500', '115959.072500', '115959.532500', '115959.992500', '120000.452500', '120000.912500', '120001.372500', '120001.832500', '120002.292500', '120002.752500', '120003.212500', '120003.672500', '120004.132500', '120004.592500', '120005.052500', '120005.512500', '120005.972500', '120006.432500', '120006.892500', '120007.352500', '120007.812500', '120008.272500', '120008.732500', '120009.192500', '120009.652500', '120010.112500', '120010.572500', '120011.032500', '120011.492500', '120011.952500', '120012.412500', '120012.872500', '120013.332500', '120013.792500', '120014.252500', '120014.712500', '120015.172500', '120015.632500', '120016.092500', '120016.552500', '120017.012500', '120017.472500', '120017.932500', '120018.392500', '120018.852500', '120019.312500', '120019.772500', '120020.232500', '120020.692500', '120021.152500', '120021.612500', '120022.072500', '120022.532500', '120022.992500', '120023.452500', '120023.912500', '120024.372500', '120024.832500', '120025.292500', '120025.752500', '120026.212500', '120026.672500', '120027.132500', '120027.592500', '120028.052500', '120028.512500', '120028.972500', '120029.432500', '120029.892500', '120030.352500', '120030.812500', '120031.272500', '120031.732500', '120032.192500', '120032.652500', '120033.112500', '120033.572500', '120034.032500', '120034.492500', '120034.952500', '120035.412500', '120035.872500', '120036.332500', '120036.792500', '120037.252500', '120037.712500', '120038.172500', '120038.632500', '120039.092500', '120039.552500', '120040.012500', '120040.472500', '120040.932500', '120041.392500', '120041.852500', '120042.312500', '120042.772500', '120043.232500', '120043.692500', '120044.152500', '120044.612500', '120045.072500', '120045.532500', '120045.992500', '120046.452500', '120046.912500', '120047.372500', '120047.832500', '120048.292500', '120048.752500', '120049.212500', '120049.672500', '120050.132500', '120050.592500', '120051.052500', '120051.512500', '120051.972500', '120052.432500', '120052.892500', '120053.352500', '120053.812500', '120054.272500', '120054.732500', '120055.192500', '120055.652500', '120056.112500', '120056.572500', '120057.032500', '120057.492500', '120057.952500', '120058.412500', '120058.872500', '120059.332500', '120059.792500', '120100.252500', '120100.712500', '120101.172500', '120101.632500', '120102.092500', '120102.552500', '120103.012500', '120103.472500', '120103.932500', '120104.392500', '120104.852500', '120105.312500', '120105.772500', '120106.232500', '120106.692500', '120107.152500', '120107.612500', '120108.072500', '120108.532500', '120108.992500', '120109.452500', '120109.912500', '120110.372500', '120110.832500', '120111.292500', '120111.752500', '120112.212500', '120112.672500', '120113.132500', '120113.592500', '120114.052500', '120114.512500', '120114.972500', '120115.432500', '120115.892500', '120116.352500', '120116.812500', '120117.272500', '120117.732500', '120118.192500', '120118.652500', '120119.112500', '120119.572500', '120120.032500', '120120.492500', '120120.952500', '120121.412500', '120121.872500', '120122.332500', '120122.792500', '120123.252500', '120123.712500', '120124.172500', '120124.632500', '120125.092500', '120125.552500', '120126.012500', '120126.472500', '120126.932500', '120127.392500', '120127.852500', '120128.312500', '120128.772500', '120129.232500', '120129.692500', '120130.152500', '120130.612500', '120131.072500', '120131.532500', '120131.992500', '120132.452500', '120132.912500', '120133.372500', '120133.832500', '120134.292500', '120134.752500', '120135.212500', '120135.672500', '120136.132500', '120136.592500', '120137.052500', '120137.512500', '120137.972500', '120138.432500', '120138.892500', '120139.352500', '120139.812500', '120140.272500', '120140.732500', '120141.192500', '120141.652500', '120142.112500', '120142.572500', '120143.032500', '120143.492500', '120143.952500', '120144.412500', '120144.872500', '120145.332500', '120145.792500', '120146.252500', '120146.712500', '120147.172500', '120147.632500', '120148.092500', '120148.552500', '120149.012500', '120149.472500', '120149.932500', '120150.392500', '120150.852500', '120151.312500', '120151.772500', '120152.232500', '120152.692500', '120153.152500', '120153.612500', '120154.072500', '120154.532500', '120154.992500', '120155.452500', '120155.912500', '120156.372500', '120156.832500', '120157.292500', '120157.752500', '120158.212500', '120158.672500', '120159.132500', '120159.592500', '120200.052500', '120200.512500', '120200.972500', '120201.432500', '120201.892500', '120202.352500', '120202.812500', '120203.272500', '120203.732500', '120204.192500', '120204.652500', '120205.112500', '120205.572500', '120206.032500', '120206.492500', '120206.952500', '120207.412500', '120207.872500', '120208.332500', '120208.792500', '120209.252500', '120209.712500', '120210.172500', '120210.632500', '120211.092500', '120211.552500', '120212.012500', '120212.472500', '120212.932500', '120213.392500', '120213.852500', '120214.312500', '120214.772500', '120215.232500', '120215.692500', '120216.152500', '120216.612500', '120217.072500', '120217.532500', '120217.992500', '120218.452500', '120218.912500', '120219.372500', '120219.832500', '120220.292500', '120220.752500', '120221.212500', '120221.672500', '120222.132500', '120222.592500', '120223.052500', '120223.512500', '120223.972500', '120224.432500', '120224.892500', '120225.352500', '120225.812500', '120226.272500', '120226.732500', '120227.192500', '120227.652500', '120228.112500', '120228.572500', '120229.032500', '120229.492500', '120229.952500', '120230.412500', '120230.872500', '120231.332500', '120231.792500', '120232.252500', '120232.712500', '120233.172500', '120233.632500', '120234.092500', '120234.552500', '120235.012500', '120235.472500', '120235.932500', '120236.392500', '120236.852500', '120237.312500', '120237.772500', '120238.232500', '120238.692500', '120239.152500', '120239.612500', '120240.072500', '120240.532500', '120240.992500', '120241.452500', '120241.912500', '120242.372500', '120242.832500', '120243.292500', '120243.752500', '120244.212500', '120244.672500', '120245.132500', '120245.592500', '120246.052500', '120246.512500', '120246.972500', '120247.432500', '120247.892500', '120248.352500', '120248.812500', '120249.272500', '120249.732500', '120250.192500', '120250.652500', '120251.112500', '120251.572500', '120252.032500', '120252.492500', '120252.952500', '120253.412500', '120253.872500', '120254.332500', '120254.792500', '120255.252500', '120255.712500', '120256.172500', '120256.632500', '120257.092500', '120257.552500', '120258.012500', '120258.472500', '120258.932500', '120259.392500', '120259.852500', '120300.312500', '120300.772500', '120301.232500', '120301.692500', '120302.152500', '120302.612500', '120303.072500', '120303.532500', '120303.992500', '120304.452500', '120304.912500', '120305.372500', '120305.832500', '120306.292500', '120306.752500', '120307.212500', '120307.672500', '120308.132500', '120308.592500', '120309.052500', '120309.512500', '120309.972500', '120310.432500', '120310.892500', '120311.352500', '120311.812500', '120312.272500', '120312.732500', '120313.192500', '120313.652500', '120314.112500', '120314.572500', '120315.032500', '120315.492500', '120315.952500', '120316.412500', '120316.872500', '120317.332500', '120317.792500', '120318.252500', '120318.712500', '120319.172500', '120319.632500', '120320.092500', '120320.552500', '120321.012500', '120321.472500', '120321.932500', '120322.392500', '120322.852500', '120323.312500', '120323.772500', '120324.232500', '120324.692500', '120325.152500', '120325.612500', '120326.072500', '120326.532500', '120326.992500', '120327.452500', '120327.912500', '120328.372500', '120328.832500', '120329.292500', '120329.752500', '120330.212500', '120330.672500', '120331.132500', '120331.592500', '120332.052500', '120332.512500', '120332.972500', '120333.432500', '120333.892500', '120334.352500', '120334.812500', '120335.272500', '120335.732500', '120336.192500', '120336.652500', '120337.112500', '120337.572500', '120338.032500', '120338.492500', '120338.952500', '120339.412500', '120339.872500', '120340.332500', '120340.792500', '120341.252500', '120341.712500', '120342.172500', '120342.632500', '120343.092500', '120343.552500', '120344.012500', '120344.472500', '120344.932500', '120345.392500', '120345.852500', '120346.312500', '120346.772500', '120347.232500', '120347.692500', '120348.152500', '120348.612500', '120349.072500', '120349.532500', '120349.992500', '120350.452500', '120350.912500', '120351.372500', '120351.832500', '120352.292500', '120352.752500', '120353.212500', '120353.672500', '120354.132500', '120354.592500', '120355.052500', '120355.512500', '120355.972500', '120356.432500', '120356.892500', '120357.352500', '120357.812500', '120358.272500', '120358.732500', '120359.192500', '120359.652500', '120400.112500', '120400.572500', '120401.032500', '120401.492500', '120401.952500', '120402.412500', '120402.872500', '120403.332500', '120403.792500', '120404.252500', '120404.712500', '120405.172500', '120405.632500', '120406.092500', '120406.552500', '120407.012500', '120407.472500', '120407.932500', '120408.392500', '120408.852500', '120409.312500', '120409.772500', '120410.232500', '120410.692500', '120411.152500', '120411.612500', '120412.072500', '120412.532500', '120412.992500', '120413.452500', '120413.912500', '120414.372500', '120414.832500', '120415.292500', '120415.752500', '120416.212500', '120416.672500', '120417.132500', '120417.592500', '120418.052500', '120418.512500', '120418.972500', '120419.432500', '120419.892500', '120420.352500', '120420.812500', '120421.272500', '120421.732500', '120422.192500', '120422.652500', '120423.112500', '120423.572500', '120424.032500', '120424.492500', '120424.952500', '120425.412500', '120425.872500', '120426.332500', '120426.792500', '120427.252500', '120427.712500', '120428.172500', '120428.632500', '120429.092500', '120429.552500', '120430.012500', '120430.472500', '120430.932500', '120431.392500', '120431.852500', '120432.312500', '120432.772500', '120433.232500', '120433.692500', '120434.152500', '120434.612500', '120435.072500', '120435.532500', '120435.992500', '120436.452500', '120436.912500', '120437.372500', '120437.832500', '120438.292500', '120438.752500', '120439.212500', '120439.672500', '120440.132500', '120440.592500', '120441.052500', '120441.512500', '120441.972500', '120442.432500', '120442.892500', '120443.352500', '120443.812500', '120444.272500', '120444.732500', '120445.192500', '120445.652500', '120446.112500', '120446.572500', '120447.032500', '120447.492500', '120447.952500', '120448.412500', '120448.872500', '120449.332500', '120449.792500', '120450.252500', '120450.712500', '120451.172500', '120451.632500', '120452.092500', '120452.552500', '120453.012500', '120453.472500', '120453.932500', '120454.392500', '120454.852500', '120455.312500', '120455.772500', '120456.232500', '120456.692500', '120457.152500', '120457.612500', '120458.072500', '120458.532500', '120458.992500', '120459.452500', '120459.912500', '120500.372500', '120500.832500', '120501.292500', '120501.752500', '120502.212500', '120502.672500', '120503.132500', '120503.592500', '120504.052500', '120504.512500', '120504.972500', '120505.432500', '120505.892500', '120506.352500', '120506.812500', '120507.272500', '120507.732500', '120508.192500', '120508.652500', '120509.112500', '120509.572500', '120510.032500', '120510.492500', '120510.952500', '120511.412500', '120511.872500', '120512.332500', '120512.792500', '120513.252500', '120513.712500', '120514.172500', '120514.632500', '120515.092500', '120515.552500', '120516.012500', '120516.472500', '120516.932500', '120517.392500', '120517.852500', '120518.312500', '120518.772500', '120519.232500', '120519.692500', '120520.152500', '120520.612500', '120521.072500', '120521.532500', '120521.992500', '120522.452500', '120522.912500', '120523.372500', '120523.832500', '120524.292500', '120524.752500', '120525.212500', '120525.672500', '120526.132500', '120526.592500', '120527.052500', '120527.512500', '120527.972500', '120528.432500', '120528.892500', '120529.352500', '120529.812500', '120530.272500', '120530.732500', '120531.192500', '120531.652500', '120532.112500', '120532.572500', '120533.032500', '120533.492500'], 'ContentTime': ['115511.654000', '115511.668000', '115511.671000', '115511.674000', '115511.676000', '115511.679000', '115511.682000', '115511.684000', '115511.687000', '115511.690000', '115511.692000', '115511.695000', '115511.698000', '115511.700000', '115511.703000', '115511.706000', '115511.708000', '115511.741000', '115511.744000', '115511.747000', '115511.750000', '115531.627000', '115531.630000', '115531.633000', '115531.635000', '115531.638000', '115531.641000', '115531.644000', '115531.647000', '115531.649000', '115531.652000', '115531.654000', '115531.657000', '115531.659000', '115531.670000', '115531.672000', '115531.675000', '115531.677000', '115531.680000', '115531.682000', '115531.685000', '115531.688000', '115531.690000', '115531.693000', '115531.696000', '115531.698000', '115531.701000', '115531.703000', '115531.706000', '115531.709000', '115531.715000', '115531.718000', '115531.720000', '115531.723000', '115531.725000', '115531.728000', '115531.730000', '115531.733000', '115531.736000', '115531.738000', '115531.741000', '115531.743000', '115531.746000', '115531.749000', '115551.648000', '115551.651000', '115551.654000', '115551.656000', '115551.659000', '115551.661000', '115551.664000', '115551.667000', '115551.670000', '115551.672000', '115551.675000', '115551.677000', '115551.680000', '115551.682000', '115551.685000', '115551.688000', '115551.690000', '115551.693000', '115551.695000', '115551.698000', '115551.701000', '115551.703000', '115551.706000', '115551.709000', '115551.711000', '115551.714000', '115551.716000', '115551.719000', '115551.722000', '115551.724000', '115551.727000', '115551.729000', '115551.732000', '115551.735000', '115551.749000', '115551.752000', '115551.754000', '115551.757000', '115551.759000', '115551.762000', '115551.764000', '115551.767000', '115551.770000', '115551.772000', '115611.628000', '115611.631000', '115611.634000', '115611.636000', '115611.639000', '115611.641000', '115611.644000', '115611.647000', '115611.655000', '115611.658000', '115611.661000', '115611.663000', '115611.666000', '115611.668000', '115611.671000', '115611.673000', '115611.676000', '115611.679000', '115611.681000', '115611.684000', '115611.687000', '115611.689000', '115611.692000', '115611.694000', '115611.697000', '115611.699000', '115611.702000', '115611.705000', '115611.707000', '115611.710000', '115611.712000', '115611.715000', '115611.718000', '115611.720000', '115611.723000', '115611.725000', '115611.728000', '115611.730000', '115611.733000', '115611.735000', '115611.738000', '115611.741000', '115611.743000', '115631.629000', '115631.631000', '115631.634000', '115631.637000', '115631.645000', '115631.647000', '115631.650000', '115631.653000', '115631.655000', '115631.658000', '115631.660000', '115631.663000', '115631.665000', '115631.668000', '115631.671000', '115631.673000', '115631.676000', '115631.678000', '115631.681000', '115631.684000', '115631.686000', '115631.689000', '115631.691000', '115631.694000', '115631.696000', '115631.699000', '115631.702000', '115631.704000', '115631.707000', '115631.709000', '115631.712000', '115631.714000', '115631.717000', '115631.720000', '115631.722000', '115631.725000', '115631.727000', '115631.730000', '115631.732000', '115631.735000', '115631.738000', '115631.740000', '115631.743000', '115631.745000', '115651.627000', '115651.630000', '115651.633000', '115651.636000', '115651.638000', '115651.641000', '115651.644000', '115651.646000', '115651.649000', '115651.651000', '115651.654000', '115651.657000', '115651.660000', '115651.662000', '115651.665000', '115651.668000', '115651.671000', '115651.674000', '115651.676000', '115651.679000', '115651.681000', '115651.684000', '115651.687000', '115651.690000', '115651.692000', '115651.695000', '115651.698000', '115651.700000', '115651.703000', '115651.706000', '115651.708000', '115651.711000', '115651.714000', '115651.716000', '115651.719000', '115651.722000', '115651.724000', '115651.727000', '115651.729000', '115651.732000', '115651.735000', '115651.738000', '115651.740000', '115711.627000', '115711.630000', '115711.633000', '115711.636000', '115711.638000', '115711.641000', '115711.644000', '115711.646000', '115711.649000', '115711.651000', '115711.654000', '115711.657000', '115711.659000', '115711.662000', '115711.665000', '115711.668000', '115711.671000', '115711.673000', '115711.676000', '115711.678000', '115711.681000', '115711.684000', '115711.686000', '115711.689000', '115711.692000', '115711.694000', '115711.697000', '115711.699000', '115711.702000', '115711.705000', '115711.707000', '115711.710000', '115711.713000', '115711.715000', '115711.718000', '115711.720000', '115711.723000', '115711.726000', '115711.728000', '115711.731000', '115711.733000', '115711.736000', '115711.739000', '115711.741000', '115731.628000', '115731.630000', '115731.633000', '115731.636000', '115731.638000', '115731.641000', '115731.643000', '115731.646000', '115731.649000', '115731.651000', '115731.654000', '115731.656000', '115731.659000', '115731.661000', '115731.664000', '115731.667000', '115731.669000', '115731.672000', '115731.674000', '115731.677000', '115731.680000', '115731.682000', '115731.685000', '115731.687000', '115731.690000', '115731.692000', '115731.695000', '115731.697000', '115731.700000', '115731.703000', '115731.705000', '115731.708000', '115731.710000', '115731.713000', '115731.716000', '115731.718000', '115731.721000', '115731.723000', '115731.726000', '115731.728000', '115731.731000', '115731.734000', '115731.736000', '115751.627000', '115751.630000', '115751.633000', '115751.635000', '115751.638000', '115751.640000', '115751.643000', '115751.646000', '115751.648000', '115751.651000', '115751.653000', '115751.656000', '115751.658000', '115751.661000', '115751.664000', '115751.666000', '115751.669000', '115751.672000', '115751.674000', '115751.677000', '115751.680000', '115751.682000', '115751.685000', '115751.687000', '115751.690000', '115751.693000', '115751.695000', '115751.698000', '115751.700000', '115751.703000', '115751.706000', '115751.708000', '115751.711000', '115751.713000', '115751.716000', '115751.718000', '115751.721000', '115751.724000', '115751.726000', '115751.729000', '115751.731000', '115751.734000', '115751.736000', '115751.739000', '115811.629000', '115811.631000', '115811.634000', '115811.637000', '115811.639000', '115811.642000', '115811.644000', '115811.647000', '115811.650000', '115811.652000', '115811.655000', '115811.657000', '115811.660000', '115811.663000', '115811.665000', '115811.668000', '115811.670000', '115811.673000', '115811.676000', '115811.678000', '115811.681000', '115811.683000', '115811.686000', '115811.688000', '115811.691000', '115811.694000', '115811.696000', '115811.699000', '115811.701000', '115811.704000', '115811.707000', '115811.709000', '115811.712000', '115811.714000', '115811.717000', '115811.719000', '115811.722000', '115811.725000', '115811.727000', '115811.730000', '115811.732000', '115811.735000', '115811.738000', '115831.628000', '115831.631000', '115831.634000', '115831.637000', '115831.639000', '115831.642000', '115831.644000', '115831.647000', '115831.649000', '115831.653000', '115831.656000', '115831.658000', '115831.661000', '115831.664000', '115831.666000', '115831.669000', '115831.680000', '115831.682000', '115831.685000', '115831.687000', '115831.690000', '115831.693000', '115831.695000', '115831.698000', '115831.700000', '115831.703000', '115831.705000', '115831.708000', '115831.711000', '115831.713000', '115831.716000', '115831.718000', '115831.721000', '115831.724000', '115831.726000', '115831.729000', '115831.731000', '115831.734000', '115831.737000', '115831.739000', '115831.742000', '115831.744000', '115831.747000', '115851.628000', '115851.631000', '115851.634000', '115851.636000', '115851.639000', '115851.641000', '115851.644000', '115851.647000', '115851.649000', '115851.652000', '115851.654000', '115851.657000', '115851.660000', '115851.662000', '115851.665000', '115851.667000', '115851.670000', '115851.672000', '115851.675000', '115851.678000', '115851.680000', '115851.683000', '115851.685000', '115851.688000', '115851.690000', '115851.693000', '115851.696000', '115851.698000', '115851.701000', '115851.703000', '115851.706000', '115851.708000', '115851.711000', '115851.714000', '115851.716000', '115851.719000', '115851.721000', '115851.724000', '115851.727000', '115851.729000', '115851.732000', '115851.734000', '115851.737000', '115851.740000', '115911.628000', '115911.631000', '115911.633000', '115911.636000', '115911.639000', '115911.641000', '115911.644000', '115911.646000', '115911.649000', '115911.651000', '115911.654000', '115911.671000', '115911.674000', '115911.676000', '115911.679000', '115911.682000', '115911.684000', '115911.687000', '115911.690000', '115911.692000', '115911.695000', '115911.706000', '115911.708000', '115911.711000', '115911.714000', '115911.716000', '115911.719000', '115911.721000', '115911.724000', '115911.727000', '115911.729000', '115911.732000', '115911.734000', '115911.737000', '115911.740000', '115911.742000', '115911.745000', '115911.747000', '115911.750000', '115911.752000', '115911.755000', '115911.758000', '115911.761000', '115931.627000', '115931.630000', '115931.633000', '115931.635000', '115931.638000', '115931.641000', '115931.643000', '115931.646000', '115931.648000', '115931.651000', '115931.653000', '115931.656000', '115931.659000', '115931.661000', '115931.664000', '115931.666000', '115931.669000', '115931.671000', '115931.674000', '115931.677000', '115931.679000', '115931.682000', '115931.684000', '115931.687000', '115931.689000', '115931.692000', '115931.695000', '115931.697000', '115931.700000', '115931.702000', '115931.705000', '115931.707000', '115931.710000', '115931.713000', '115931.715000', '115931.718000', '115931.720000', '115931.723000', '115931.725000', '115931.728000', '115931.731000', '115931.733000', '115931.736000', '115931.738000', '115951.628000', '115951.630000', '115951.633000', '115951.636000', '115951.638000', '115951.641000', '115951.643000', '115951.646000', '115951.648000', '115951.651000', '115951.654000', '115951.656000', '115951.659000', '115951.661000', '115951.664000', '115951.666000', '115951.669000', '115951.672000', '115951.674000', '115951.677000', '115951.679000', '115951.682000', '115951.685000', '115951.687000', '115951.691000', '115951.694000', '115951.697000', '115951.699000', '115951.702000', '115951.705000', '115951.707000', '115951.710000', '115951.712000', '115951.715000', '115951.718000', '115951.720000', '115951.723000', '115951.725000', '115951.728000', '115951.731000', '115951.733000', '115951.736000', '115951.738000', '120011.628000', '120011.630000', '120011.633000', '120011.636000', '120011.638000', '120011.641000', '120011.643000', '120011.646000', '120011.648000', '120011.651000', '120011.654000', '120011.656000', '120011.660000', '120011.663000', '120011.665000', '120011.668000', '120011.670000', '120011.673000', '120011.676000', '120011.678000', '120011.681000', '120011.683000', '120011.686000', '120011.689000', '120011.691000', '120011.694000', '120011.697000', '120011.699000', '120011.702000', '120011.704000', '120011.707000', '120011.710000', '120011.712000', '120011.715000', '120011.717000', '120011.720000', '120011.723000', '120011.725000', '120011.728000', '120011.731000', '120011.733000', '120011.736000', '120011.738000', '120011.741000', '120031.628000', '120031.631000', '120031.634000', '120031.636000', '120031.639000', '120031.642000', '120031.644000', '120031.647000', '120031.649000', '120031.652000', '120031.654000', '120031.657000', '120031.660000', '120031.662000', '120031.665000', '120031.667000', '120031.670000', '120031.673000', '120031.675000', '120031.678000', '120031.680000', '120031.683000', '120031.686000', '120031.688000', '120031.703000', '120031.706000', '120031.709000', '120031.711000', '120031.714000', '120031.716000', '120031.719000', '120031.721000', '120031.724000', '120031.727000', '120031.729000', '120031.732000', '120031.739000', '120031.741000', '120031.744000', '120031.746000', '120031.749000', '120031.752000', '120031.756000', '120031.759000', '120051.629000', '120051.631000', '120051.634000', '120051.637000', '120051.639000', '120051.642000', '120051.645000', '120051.647000', '120051.650000', '120051.652000', '120051.655000', '120051.657000', '120051.660000', '120051.663000', '120051.665000', '120051.668000', '120051.670000', '120051.673000', '120051.675000', '120051.678000', '120051.681000', '120051.684000', '120051.686000', '120051.689000', '120051.691000', '120051.694000', '120051.696000', '120051.699000', '120051.702000', '120051.704000', '120051.707000', '120051.709000', '120051.712000', '120051.715000', '120051.717000', '120051.720000', '120051.722000', '120051.725000', '120051.727000', '120051.730000', '120051.733000', '120051.735000', '120051.738000', '120111.629000', '120111.632000', '120111.634000', '120111.637000', '120111.639000', '120111.642000', '120111.645000', '120111.647000', '120111.650000', '120111.652000', '120111.655000', '120111.657000', '120111.660000', '120111.663000', '120111.665000', '120111.668000', '120111.671000', '120111.674000', '120111.676000', '120111.679000', '120111.681000', '120111.684000', '120111.687000', '120111.689000', '120111.692000', '120111.694000', '120111.697000', '120111.699000', '120111.702000', '120111.705000', '120111.707000', '120111.710000', '120111.712000', '120111.715000', '120111.718000', '120111.720000', '120111.723000', '120111.726000', '120111.728000', '120111.732000', '120111.735000', '120111.738000', '120111.740000', '120131.627000', '120131.630000', '120131.633000', '120131.636000', '120131.638000', '120131.641000', '120131.643000', '120131.646000', '120131.649000', '120131.651000', '120131.654000', '120131.656000', '120131.659000', '120131.662000', '120131.664000', '120131.667000', '120131.669000', '120131.672000', '120131.675000', '120131.677000', '120131.680000', '120131.682000', '120131.685000', '120131.688000', '120131.690000', '120131.693000', '120131.696000', '120131.698000', '120131.701000', '120131.703000', '120131.706000', '120131.708000', '120131.711000', '120131.714000', '120131.716000', '120131.719000', '120131.721000', '120131.724000', '120131.727000', '120131.729000', '120131.732000', '120131.734000', '120131.737000', '120131.739000', '120151.628000', '120151.630000', '120151.633000', '120151.636000', '120151.638000', '120151.641000', '120151.643000', '120151.646000', '120151.648000', '120151.651000', '120151.654000', '120151.656000', '120151.659000', '120151.661000', '120151.664000', '120151.667000', '120151.669000', '120151.672000', '120151.674000', '120151.677000', '120151.680000', '120151.682000', '120151.685000', '120151.687000', '120151.690000', '120151.692000', '120151.695000', '120151.698000', '120151.700000', '120151.703000', '120151.706000', '120151.708000', '120151.724000', '120151.727000', '120151.729000', '120151.732000', '120151.735000', '120151.737000', '120151.740000', '120151.742000', '120151.745000', '120151.747000', '120151.750000', '120211.628000', '120211.630000', '120211.633000', '120211.636000', '120211.638000', '120211.641000', '120211.643000', '120211.646000', '120211.648000', '120211.651000', '120211.654000', '120211.656000', '120211.659000', '120211.661000', '120211.664000', '120211.667000', '120211.669000', '120211.672000', '120211.674000', '120211.677000', '120211.679000', '120211.682000', '120211.685000', '120211.687000', '120211.690000', '120211.692000', '120211.695000', '120211.697000', '120211.700000', '120211.703000', '120211.705000', '120211.708000', '120211.710000', '120211.713000', '120211.715000', '120211.718000', '120211.721000', '120211.723000', '120211.726000', '120211.728000', '120211.731000', '120211.733000', '120211.736000', '120211.739000', '120231.628000', '120231.631000', '120231.633000', '120231.636000', '120231.639000', '120231.641000', '120231.644000', '120231.647000', '120231.649000', '120231.652000', '120231.655000', '120231.657000', '120231.660000', '120231.663000', '120231.665000', '120231.668000', '120231.671000', '120231.673000', '120231.676000', '120231.679000', '120231.682000', '120231.685000', '120231.688000', '120231.691000', '120231.693000', '120231.696000', '120231.699000', '120231.702000', '120231.705000', '120231.707000', '120231.710000', '120231.713000', '120231.716000', '120231.718000', '120231.721000', '120231.724000', '120231.726000', '120231.729000', '120231.732000', '120231.734000', '120231.737000', '120231.740000', '120231.743000', '120251.643000', '120251.647000', '120251.653000', '120251.656000', '120251.658000', '120251.661000', '120251.670000', '120251.673000', '120251.675000', '120251.678000', '120251.680000', '120251.683000', '120251.685000', '120251.688000', '120251.691000', '120251.701000', '120251.703000', '120251.706000', '120251.709000', '120251.711000', '120251.714000', '120251.717000', '120251.719000', '120251.722000', '120251.724000', '120251.727000', '120251.730000', '120251.732000', '120251.735000', '120251.737000', '120251.740000', '120251.743000', '120251.745000', '120251.748000', '120251.751000', '120251.753000', '120251.756000', '120251.759000', '120251.761000', '120251.764000', '120251.766000', '120251.769000', '120251.772000', '120251.774000', '120311.629000', '120311.631000', '120311.634000', '120311.637000', '120311.639000', '120311.642000', '120311.644000', '120311.647000', '120311.650000', '120311.652000', '120311.655000', '120311.658000', '120311.660000', '120311.663000', '120311.666000', '120311.668000', '120311.671000', '120311.673000', '120311.676000', '120311.679000', '120311.681000', '120311.684000', '120311.687000', '120311.689000', '120311.692000', '120311.694000', '120311.697000', '120311.700000', '120311.702000', '120311.705000', '120311.707000', '120311.710000', '120311.713000', '120311.715000', '120311.718000', '120311.726000', '120311.729000', '120311.732000', '120311.734000', '120311.737000', '120311.740000', '120311.742000', '120311.745000', '120331.629000', '120331.631000', '120331.634000', '120331.637000', '120331.639000', '120331.642000', '120331.645000', '120331.647000', '120331.650000', '120331.653000', '120331.655000', '120331.658000', '120331.660000', '120331.663000', '120331.666000', '120331.668000', '120331.671000', '120331.673000', '120331.676000', '120331.679000', '120331.681000', '120331.684000', '120331.686000', '120331.689000', '120331.692000', '120331.694000', '120331.697000', '120331.700000', '120331.702000', '120331.705000', '120331.708000', '120331.710000', '120331.713000', '120331.715000', '120331.718000', '120331.720000', '120331.723000', '120331.726000', '120331.728000', '120331.738000', '120331.741000', '120331.744000', '120331.746000', '120331.749000', '120351.628000', '120351.630000', '120351.633000', '120351.636000', '120351.638000', '120351.641000', '120351.644000', '120351.646000', '120351.649000', '120351.652000', '120351.654000', '120351.657000', '120351.659000', '120351.662000', '120351.665000', '120351.667000', '120351.670000', '120351.672000', '120351.675000', '120351.678000', '120351.681000', '120351.683000', '120351.686000', '120351.688000', '120351.691000', '120351.694000', '120351.696000', '120351.699000', '120351.702000', '120351.704000', '120351.707000', '120351.709000', '120351.712000', '120351.715000', '120351.717000', '120351.720000', '120351.722000', '120351.725000', '120351.728000', '120351.730000', '120351.733000', '120351.735000', '120351.738000', '120411.628000', '120411.630000', '120411.633000', '120411.636000', '120411.638000', '120411.641000', '120411.643000', '120411.646000', '120411.649000', '120411.651000', '120411.654000', '120411.656000', '120411.659000', '120411.662000', '120411.664000', '120411.667000', '120411.669000', '120411.672000', '120411.674000', '120411.677000', '120411.680000', '120411.682000', '120411.685000', '120411.688000', '120411.690000', '120411.693000', '120411.695000', '120411.698000', '120411.701000', '120411.703000', '120411.706000', '120411.709000', '120411.711000', '120411.714000', '120411.716000', '120411.719000', '120411.722000', '120411.725000', '120411.727000', '120411.730000', '120411.733000', '120411.735000', '120411.738000', '120411.741000', '120431.627000', '120431.630000', '120431.633000', '120431.636000', '120431.638000', '120431.641000', '120431.644000', '120431.646000', '120431.649000', '120431.651000', '120431.654000', '120431.657000', '120431.659000', '120431.662000', '120431.665000', '120431.667000', '120431.670000', '120431.673000', '120431.675000', '120431.678000', '120431.680000', '120431.683000', '120431.686000', '120431.689000', '120431.691000', '120431.694000', '120431.697000', '120431.699000', '120431.702000', '120431.704000', '120431.707000', '120431.710000', '120431.712000', '120431.715000', '120431.717000', '120431.720000', '120431.728000', '120431.731000', '120431.733000', '120431.770000', '120431.773000', '120431.775000', '120431.778000', '120451.628000', '120451.630000', '120451.634000', '120451.636000', '120451.639000', '120451.641000', '120451.644000', '120451.647000', '120451.649000', '120451.652000', '120451.655000', '120451.657000', '120451.660000', '120451.663000', '120451.666000', '120451.668000', '120451.671000', '120451.674000', '120451.676000', '120451.679000', '120451.682000', '120451.684000', '120451.687000', '120451.690000', '120451.692000', '120451.695000', '120451.697000', '120451.700000', '120451.703000', '120451.705000', '120451.708000', '120451.711000', '120451.713000', '120451.716000', '120451.719000', '120451.721000', '120451.724000', '120451.726000', '120451.729000', '120451.732000', '120451.735000', '120451.737000', '120451.740000', '120451.742000', '120511.629000', '120511.631000', '120511.634000', '120511.637000', '120511.639000', '120511.642000', '120511.644000', '120511.647000', '120511.650000', '120511.652000', '120511.655000', '120511.658000', '120511.660000', '120511.663000', '120511.665000', '120511.668000', '120511.671000', '120511.673000', '120511.676000', '120511.678000', '120511.681000', '120511.684000', '120511.686000', '120511.689000', '120511.691000', '120511.694000', '120511.697000', '120511.699000', '120511.702000', '120511.704000', '120511.707000', '120511.710000', '120511.713000', '120511.722000', '120511.725000', '120511.727000', '120511.730000', '120511.733000', '120511.735000', '120511.738000', '120511.741000', '120511.743000', '120511.746000', '120531.629000', '120531.631000', '120531.634000', '120531.637000', '120531.640000', '120531.642000', '120531.645000', '120531.647000', '120531.650000', '120531.653000', '120531.655000', '120531.658000', '120531.661000', '120531.663000', '120531.666000', '120531.669000', '120531.671000', '120531.674000', '120531.677000', '120531.679000', '120531.682000', '120531.684000', '120531.687000', '120531.690000', '120531.692000', '120531.695000', '120531.697000', '120531.700000', '120531.703000', '120531.705000', '120531.708000', '120531.711000', '120531.713000', '120531.716000', '120531.718000', '120531.721000', '120531.724000', '120531.726000', '120531.729000', '120531.731000', '120531.734000', '120531.737000', '120531.739000', '120534.860000', '120534.864000', '120534.866000', '120534.869000', '120534.872000', '120534.875000', '120534.878000', '120534.881000'], 'InstanceCreationTime': ['115511.654000', '115511.668000', '115511.671000', '115511.674000', '115511.676000', '115511.679000', '115511.682000', '115511.684000', '115511.687000', '115511.690000', '115511.692000', '115511.695000', '115511.698000', '115511.700000', '115511.703000', '115511.706000', '115511.708000', '115511.741000', '115511.744000', '115511.747000', '115511.750000', '115531.627000', '115531.630000', '115531.633000', '115531.635000', '115531.638000', '115531.641000', '115531.644000', '115531.647000', '115531.649000', '115531.652000', '115531.654000', '115531.657000', '115531.659000', '115531.670000', '115531.672000', '115531.675000', '115531.677000', '115531.680000', '115531.682000', '115531.685000', '115531.688000', '115531.690000', '115531.693000', '115531.696000', '115531.698000', '115531.701000', '115531.703000', '115531.706000', '115531.709000', '115531.715000', '115531.718000', '115531.720000', '115531.723000', '115531.725000', '115531.728000', '115531.730000', '115531.733000', '115531.736000', '115531.738000', '115531.741000', '115531.743000', '115531.746000', '115531.749000', '115551.648000', '115551.651000', '115551.654000', '115551.656000', '115551.659000', '115551.661000', '115551.664000', '115551.667000', '115551.670000', '115551.672000', '115551.675000', '115551.677000', '115551.680000', '115551.682000', '115551.685000', '115551.688000', '115551.690000', '115551.693000', '115551.695000', '115551.698000', '115551.701000', '115551.703000', '115551.706000', '115551.709000', '115551.711000', '115551.714000', '115551.716000', '115551.719000', '115551.722000', '115551.724000', '115551.727000', '115551.729000', '115551.732000', '115551.735000', '115551.749000', '115551.752000', '115551.754000', '115551.757000', '115551.759000', '115551.762000', '115551.764000', '115551.767000', '115551.770000', '115551.772000', '115611.628000', '115611.631000', '115611.634000', '115611.636000', '115611.639000', '115611.641000', '115611.644000', '115611.647000', '115611.655000', '115611.658000', '115611.661000', '115611.663000', '115611.666000', '115611.668000', '115611.671000', '115611.673000', '115611.676000', '115611.679000', '115611.681000', '115611.684000', '115611.687000', '115611.689000', '115611.692000', '115611.694000', '115611.697000', '115611.699000', '115611.702000', '115611.705000', '115611.707000', '115611.710000', '115611.712000', '115611.715000', '115611.718000', '115611.720000', '115611.723000', '115611.725000', '115611.728000', '115611.730000', '115611.733000', '115611.735000', '115611.738000', '115611.741000', '115611.743000', '115631.629000', '115631.631000', '115631.634000', '115631.637000', '115631.645000', '115631.647000', '115631.650000', '115631.653000', '115631.655000', '115631.658000', '115631.660000', '115631.663000', '115631.665000', '115631.668000', '115631.671000', '115631.673000', '115631.676000', '115631.678000', '115631.681000', '115631.684000', '115631.686000', '115631.689000', '115631.691000', '115631.694000', '115631.696000', '115631.699000', '115631.702000', '115631.704000', '115631.707000', '115631.709000', '115631.712000', '115631.714000', '115631.717000', '115631.720000', '115631.722000', '115631.725000', '115631.727000', '115631.730000', '115631.732000', '115631.735000', '115631.738000', '115631.740000', '115631.743000', '115631.745000', '115651.627000', '115651.630000', '115651.633000', '115651.636000', '115651.638000', '115651.641000', '115651.644000', '115651.646000', '115651.649000', '115651.651000', '115651.654000', '115651.657000', '115651.660000', '115651.662000', '115651.665000', '115651.668000', '115651.671000', '115651.674000', '115651.676000', '115651.679000', '115651.681000', '115651.684000', '115651.687000', '115651.690000', '115651.692000', '115651.695000', '115651.698000', '115651.700000', '115651.703000', '115651.706000', '115651.708000', '115651.711000', '115651.714000', '115651.716000', '115651.719000', '115651.722000', '115651.724000', '115651.727000', '115651.729000', '115651.732000', '115651.735000', '115651.738000', '115651.740000', '115711.627000', '115711.630000', '115711.633000', '115711.636000', '115711.638000', '115711.641000', '115711.644000', '115711.646000', '115711.649000', '115711.651000', '115711.654000', '115711.657000', '115711.659000', '115711.662000', '115711.665000', '115711.668000', '115711.671000', '115711.673000', '115711.676000', '115711.678000', '115711.681000', '115711.684000', '115711.686000', '115711.689000', '115711.692000', '115711.694000', '115711.697000', '115711.699000', '115711.702000', '115711.705000', '115711.707000', '115711.710000', '115711.713000', '115711.715000', '115711.718000', '115711.720000', '115711.723000', '115711.726000', '115711.728000', '115711.731000', '115711.733000', '115711.736000', '115711.739000', '115711.741000', '115731.628000', '115731.630000', '115731.633000', '115731.636000', '115731.638000', '115731.641000', '115731.643000', '115731.646000', '115731.649000', '115731.651000', '115731.654000', '115731.656000', '115731.659000', '115731.661000', '115731.664000', '115731.667000', '115731.669000', '115731.672000', '115731.674000', '115731.677000', '115731.680000', '115731.682000', '115731.685000', '115731.687000', '115731.690000', '115731.692000', '115731.695000', '115731.697000', '115731.700000', '115731.703000', '115731.705000', '115731.708000', '115731.710000', '115731.713000', '115731.716000', '115731.718000', '115731.721000', '115731.723000', '115731.726000', '115731.728000', '115731.731000', '115731.734000', '115731.736000', '115751.627000', '115751.630000', '115751.633000', '115751.635000', '115751.638000', '115751.640000', '115751.643000', '115751.646000', '115751.648000', '115751.651000', '115751.653000', '115751.656000', '115751.658000', '115751.661000', '115751.664000', '115751.666000', '115751.669000', '115751.672000', '115751.674000', '115751.677000', '115751.680000', '115751.682000', '115751.685000', '115751.687000', '115751.690000', '115751.693000', '115751.695000', '115751.698000', '115751.700000', '115751.703000', '115751.706000', '115751.708000', '115751.711000', '115751.713000', '115751.716000', '115751.718000', '115751.721000', '115751.724000', '115751.726000', '115751.729000', '115751.731000', '115751.734000', '115751.736000', '115751.739000', '115811.629000', '115811.631000', '115811.634000', '115811.637000', '115811.639000', '115811.642000', '115811.644000', '115811.647000', '115811.650000', '115811.652000', '115811.655000', '115811.657000', '115811.660000', '115811.663000', '115811.665000', '115811.668000', '115811.670000', '115811.673000', '115811.676000', '115811.678000', '115811.681000', '115811.683000', '115811.686000', '115811.688000', '115811.691000', '115811.694000', '115811.696000', '115811.699000', '115811.701000', '115811.704000', '115811.707000', '115811.709000', '115811.712000', '115811.714000', '115811.717000', '115811.719000', '115811.722000', '115811.725000', '115811.727000', '115811.730000', '115811.732000', '115811.735000', '115811.738000', '115831.628000', '115831.631000', '115831.634000', '115831.637000', '115831.639000', '115831.642000', '115831.644000', '115831.647000', '115831.649000', '115831.653000', '115831.656000', '115831.658000', '115831.661000', '115831.664000', '115831.666000', '115831.669000', '115831.680000', '115831.682000', '115831.685000', '115831.687000', '115831.690000', '115831.693000', '115831.695000', '115831.698000', '115831.700000', '115831.703000', '115831.705000', '115831.708000', '115831.711000', '115831.713000', '115831.716000', '115831.718000', '115831.721000', '115831.724000', '115831.726000', '115831.729000', '115831.731000', '115831.734000', '115831.737000', '115831.739000', '115831.742000', '115831.744000', '115831.747000', '115851.628000', '115851.631000', '115851.634000', '115851.636000', '115851.639000', '115851.641000', '115851.644000', '115851.647000', '115851.649000', '115851.652000', '115851.654000', '115851.657000', '115851.660000', '115851.662000', '115851.665000', '115851.667000', '115851.670000', '115851.672000', '115851.675000', '115851.678000', '115851.680000', '115851.683000', '115851.685000', '115851.688000', '115851.690000', '115851.693000', '115851.696000', '115851.698000', '115851.701000', '115851.703000', '115851.706000', '115851.708000', '115851.711000', '115851.714000', '115851.716000', '115851.719000', '115851.721000', '115851.724000', '115851.727000', '115851.729000', '115851.732000', '115851.734000', '115851.737000', '115851.740000', '115911.628000', '115911.631000', '115911.633000', '115911.636000', '115911.639000', '115911.641000', '115911.644000', '115911.646000', '115911.649000', '115911.651000', '115911.654000', '115911.671000', '115911.674000', '115911.676000', '115911.679000', '115911.682000', '115911.684000', '115911.687000', '115911.690000', '115911.692000', '115911.695000', '115911.706000', '115911.708000', '115911.711000', '115911.714000', '115911.716000', '115911.719000', '115911.721000', '115911.724000', '115911.727000', '115911.729000', '115911.732000', '115911.734000', '115911.737000', '115911.740000', '115911.742000', '115911.745000', '115911.747000', '115911.750000', '115911.752000', '115911.755000', '115911.758000', '115911.761000', '115931.627000', '115931.630000', '115931.633000', '115931.635000', '115931.638000', '115931.641000', '115931.643000', '115931.646000', '115931.648000', '115931.651000', '115931.653000', '115931.656000', '115931.659000', '115931.661000', '115931.664000', '115931.666000', '115931.669000', '115931.671000', '115931.674000', '115931.677000', '115931.679000', '115931.682000', '115931.684000', '115931.687000', '115931.689000', '115931.692000', '115931.695000', '115931.697000', '115931.700000', '115931.702000', '115931.705000', '115931.707000', '115931.710000', '115931.713000', '115931.715000', '115931.718000', '115931.720000', '115931.723000', '115931.725000', '115931.728000', '115931.731000', '115931.733000', '115931.736000', '115931.738000', '115951.628000', '115951.630000', '115951.633000', '115951.636000', '115951.638000', '115951.641000', '115951.643000', '115951.646000', '115951.648000', '115951.651000', '115951.654000', '115951.656000', '115951.659000', '115951.661000', '115951.664000', '115951.666000', '115951.669000', '115951.672000', '115951.674000', '115951.677000', '115951.679000', '115951.682000', '115951.685000', '115951.687000', '115951.691000', '115951.694000', '115951.697000', '115951.699000', '115951.702000', '115951.705000', '115951.707000', '115951.710000', '115951.712000', '115951.715000', '115951.718000', '115951.720000', '115951.723000', '115951.725000', '115951.728000', '115951.731000', '115951.733000', '115951.736000', '115951.738000', '120011.628000', '120011.630000', '120011.633000', '120011.636000', '120011.638000', '120011.641000', '120011.643000', '120011.646000', '120011.648000', '120011.651000', '120011.654000', '120011.656000', '120011.660000', '120011.663000', '120011.665000', '120011.668000', '120011.670000', '120011.673000', '120011.676000', '120011.678000', '120011.681000', '120011.683000', '120011.686000', '120011.689000', '120011.691000', '120011.694000', '120011.697000', '120011.699000', '120011.702000', '120011.704000', '120011.707000', '120011.710000', '120011.712000', '120011.715000', '120011.717000', '120011.720000', '120011.723000', '120011.725000', '120011.728000', '120011.731000', '120011.733000', '120011.736000', '120011.738000', '120011.741000', '120031.628000', '120031.631000', '120031.634000', '120031.636000', '120031.639000', '120031.642000', '120031.644000', '120031.647000', '120031.649000', '120031.652000', '120031.654000', '120031.657000', '120031.660000', '120031.662000', '120031.665000', '120031.667000', '120031.670000', '120031.673000', '120031.675000', '120031.678000', '120031.680000', '120031.683000', '120031.686000', '120031.688000', '120031.703000', '120031.706000', '120031.709000', '120031.711000', '120031.714000', '120031.716000', '120031.719000', '120031.721000', '120031.724000', '120031.727000', '120031.729000', '120031.732000', '120031.739000', '120031.741000', '120031.744000', '120031.746000', '120031.749000', '120031.752000', '120031.756000', '120031.759000', '120051.629000', '120051.631000', '120051.634000', '120051.637000', '120051.639000', '120051.642000', '120051.645000', '120051.647000', '120051.650000', '120051.652000', '120051.655000', '120051.657000', '120051.660000', '120051.663000', '120051.665000', '120051.668000', '120051.670000', '120051.673000', '120051.675000', '120051.678000', '120051.681000', '120051.684000', '120051.686000', '120051.689000', '120051.691000', '120051.694000', '120051.696000', '120051.699000', '120051.702000', '120051.704000', '120051.707000', '120051.709000', '120051.712000', '120051.715000', '120051.717000', '120051.720000', '120051.722000', '120051.725000', '120051.727000', '120051.730000', '120051.733000', '120051.735000', '120051.738000', '120111.629000', '120111.632000', '120111.634000', '120111.637000', '120111.639000', '120111.642000', '120111.645000', '120111.647000', '120111.650000', '120111.652000', '120111.655000', '120111.657000', '120111.660000', '120111.663000', '120111.665000', '120111.668000', '120111.671000', '120111.674000', '120111.676000', '120111.679000', '120111.681000', '120111.684000', '120111.687000', '120111.689000', '120111.692000', '120111.694000', '120111.697000', '120111.699000', '120111.702000', '120111.705000', '120111.707000', '120111.710000', '120111.712000', '120111.715000', '120111.718000', '120111.720000', '120111.723000', '120111.726000', '120111.728000', '120111.732000', '120111.735000', '120111.738000', '120111.740000', '120131.627000', '120131.630000', '120131.633000', '120131.636000', '120131.638000', '120131.641000', '120131.643000', '120131.646000', '120131.649000', '120131.651000', '120131.654000', '120131.656000', '120131.659000', '120131.662000', '120131.664000', '120131.667000', '120131.669000', '120131.672000', '120131.675000', '120131.677000', '120131.680000', '120131.682000', '120131.685000', '120131.688000', '120131.690000', '120131.693000', '120131.696000', '120131.698000', '120131.701000', '120131.703000', '120131.706000', '120131.708000', '120131.711000', '120131.714000', '120131.716000', '120131.719000', '120131.721000', '120131.724000', '120131.727000', '120131.729000', '120131.732000', '120131.734000', '120131.737000', '120131.739000', '120151.628000', '120151.630000', '120151.633000', '120151.636000', '120151.638000', '120151.641000', '120151.643000', '120151.646000', '120151.648000', '120151.651000', '120151.654000', '120151.656000', '120151.659000', '120151.661000', '120151.664000', '120151.667000', '120151.669000', '120151.672000', '120151.674000', '120151.677000', '120151.680000', '120151.682000', '120151.685000', '120151.687000', '120151.690000', '120151.692000', '120151.695000', '120151.698000', '120151.700000', '120151.703000', '120151.706000', '120151.708000', '120151.724000', '120151.727000', '120151.729000', '120151.732000', '120151.735000', '120151.737000', '120151.740000', '120151.742000', '120151.745000', '120151.747000', '120151.750000', '120211.628000', '120211.630000', '120211.633000', '120211.636000', '120211.638000', '120211.641000', '120211.643000', '120211.646000', '120211.648000', '120211.651000', '120211.654000', '120211.656000', '120211.659000', '120211.661000', '120211.664000', '120211.667000', '120211.669000', '120211.672000', '120211.674000', '120211.677000', '120211.679000', '120211.682000', '120211.685000', '120211.687000', '120211.690000', '120211.692000', '120211.695000', '120211.697000', '120211.700000', '120211.703000', '120211.705000', '120211.708000', '120211.710000', '120211.713000', '120211.715000', '120211.718000', '120211.721000', '120211.723000', '120211.726000', '120211.728000', '120211.731000', '120211.733000', '120211.736000', '120211.739000', '120231.628000', '120231.631000', '120231.633000', '120231.636000', '120231.639000', '120231.641000', '120231.644000', '120231.647000', '120231.649000', '120231.652000', '120231.655000', '120231.657000', '120231.660000', '120231.663000', '120231.665000', '120231.668000', '120231.671000', '120231.673000', '120231.676000', '120231.679000', '120231.682000', '120231.685000', '120231.688000', '120231.691000', '120231.693000', '120231.696000', '120231.699000', '120231.702000', '120231.705000', '120231.707000', '120231.710000', '120231.713000', '120231.716000', '120231.718000', '120231.721000', '120231.724000', '120231.726000', '120231.729000', '120231.732000', '120231.734000', '120231.737000', '120231.740000', '120231.743000', '120251.643000', '120251.647000', '120251.653000', '120251.656000', '120251.658000', '120251.661000', '120251.670000', '120251.673000', '120251.675000', '120251.678000', '120251.680000', '120251.683000', '120251.685000', '120251.688000', '120251.691000', '120251.701000', '120251.703000', '120251.706000', '120251.709000', '120251.711000', '120251.714000', '120251.717000', '120251.719000', '120251.722000', '120251.724000', '120251.727000', '120251.730000', '120251.732000', '120251.735000', '120251.737000', '120251.740000', '120251.743000', '120251.745000', '120251.748000', '120251.751000', '120251.753000', '120251.756000', '120251.759000', '120251.761000', '120251.764000', '120251.766000', '120251.769000', '120251.772000', '120251.774000', '120311.629000', '120311.631000', '120311.634000', '120311.637000', '120311.639000', '120311.642000', '120311.644000', '120311.647000', '120311.650000', '120311.652000', '120311.655000', '120311.658000', '120311.660000', '120311.663000', '120311.666000', '120311.668000', '120311.671000', '120311.673000', '120311.676000', '120311.679000', '120311.681000', '120311.684000', '120311.687000', '120311.689000', '120311.692000', '120311.694000', '120311.697000', '120311.700000', '120311.702000', '120311.705000', '120311.707000', '120311.710000', '120311.713000', '120311.715000', '120311.718000', '120311.726000', '120311.729000', '120311.732000', '120311.734000', '120311.737000', '120311.740000', '120311.742000', '120311.745000', '120331.629000', '120331.631000', '120331.634000', '120331.637000', '120331.639000', '120331.642000', '120331.645000', '120331.647000', '120331.650000', '120331.653000', '120331.655000', '120331.658000', '120331.660000', '120331.663000', '120331.666000', '120331.668000', '120331.671000', '120331.673000', '120331.676000', '120331.679000', '120331.681000', '120331.684000', '120331.686000', '120331.689000', '120331.692000', '120331.694000', '120331.697000', '120331.700000', '120331.702000', '120331.705000', '120331.708000', '120331.710000', '120331.713000', '120331.715000', '120331.718000', '120331.720000', '120331.723000', '120331.726000', '120331.728000', '120331.738000', '120331.741000', '120331.744000', '120331.746000', '120331.749000', '120351.628000', '120351.630000', '120351.633000', '120351.636000', '120351.638000', '120351.641000', '120351.644000', '120351.646000', '120351.649000', '120351.652000', '120351.654000', '120351.657000', '120351.659000', '120351.662000', '120351.665000', '120351.667000', '120351.670000', '120351.672000', '120351.675000', '120351.678000', '120351.681000', '120351.683000', '120351.686000', '120351.688000', '120351.691000', '120351.694000', '120351.696000', '120351.699000', '120351.702000', '120351.704000', '120351.707000', '120351.709000', '120351.712000', '120351.715000', '120351.717000', '120351.720000', '120351.722000', '120351.725000', '120351.728000', '120351.730000', '120351.733000', '120351.735000', '120351.738000', '120411.628000', '120411.630000', '120411.633000', '120411.636000', '120411.638000', '120411.641000', '120411.643000', '120411.646000', '120411.649000', '120411.651000', '120411.654000', '120411.656000', '120411.659000', '120411.662000', '120411.664000', '120411.667000', '120411.669000', '120411.672000', '120411.674000', '120411.677000', '120411.680000', '120411.682000', '120411.685000', '120411.688000', '120411.690000', '120411.693000', '120411.695000', '120411.698000', '120411.701000', '120411.703000', '120411.706000', '120411.709000', '120411.711000', '120411.714000', '120411.716000', '120411.719000', '120411.722000', '120411.725000', '120411.727000', '120411.730000', '120411.733000', '120411.735000', '120411.738000', '120411.741000', '120431.627000', '120431.630000', '120431.633000', '120431.636000', '120431.638000', '120431.641000', '120431.644000', '120431.646000', '120431.649000', '120431.651000', '120431.654000', '120431.657000', '120431.659000', '120431.662000', '120431.665000', '120431.667000', '120431.670000', '120431.673000', '120431.675000', '120431.678000', '120431.680000', '120431.683000', '120431.686000', '120431.689000', '120431.691000', '120431.694000', '120431.697000', '120431.699000', '120431.702000', '120431.704000', '120431.707000', '120431.710000', '120431.712000', '120431.715000', '120431.717000', '120431.720000', '120431.728000', '120431.731000', '120431.733000', '120431.770000', '120431.773000', '120431.775000', '120431.778000', '120451.628000', '120451.630000', '120451.634000', '120451.636000', '120451.639000', '120451.641000', '120451.644000', '120451.647000', '120451.649000', '120451.652000', '120451.655000', '120451.657000', '120451.660000', '120451.663000', '120451.666000', '120451.668000', '120451.671000', '120451.674000', '120451.676000', '120451.679000', '120451.682000', '120451.684000', '120451.687000', '120451.690000', '120451.692000', '120451.695000', '120451.697000', '120451.700000', '120451.703000', '120451.705000', '120451.708000', '120451.711000', '120451.713000', '120451.716000', '120451.719000', '120451.721000', '120451.724000', '120451.726000', '120451.729000', '120451.732000', '120451.735000', '120451.737000', '120451.740000', '120451.742000', '120511.629000', '120511.631000', '120511.634000', '120511.637000', '120511.639000', '120511.642000', '120511.644000', '120511.647000', '120511.650000', '120511.652000', '120511.655000', '120511.658000', '120511.660000', '120511.663000', '120511.665000', '120511.668000', '120511.671000', '120511.673000', '120511.676000', '120511.678000', '120511.681000', '120511.684000', '120511.686000', '120511.689000', '120511.691000', '120511.694000', '120511.697000', '120511.699000', '120511.702000', '120511.704000', '120511.707000', '120511.710000', '120511.713000', '120511.722000', '120511.725000', '120511.727000', '120511.730000', '120511.733000', '120511.735000', '120511.738000', '120511.741000', '120511.743000', '120511.746000', '120531.629000', '120531.631000', '120531.634000', '120531.637000', '120531.640000', '120531.642000', '120531.645000', '120531.647000', '120531.650000', '120531.653000', '120531.655000', '120531.658000', '120531.661000', '120531.663000', '120531.666000', '120531.669000', '120531.671000', '120531.674000', '120531.677000', '120531.679000', '120531.682000', '120531.684000', '120531.687000', '120531.690000', '120531.692000', '120531.695000', '120531.697000', '120531.700000', '120531.703000', '120531.705000', '120531.708000', '120531.711000', '120531.713000', '120531.716000', '120531.718000', '120531.721000', '120531.724000', '120531.726000', '120531.729000', '120531.731000', '120531.734000', '120531.737000', '120531.739000', '120534.860000', '120534.864000', '120534.866000', '120534.869000', '120534.872000', '120534.875000', '120534.878000', '120534.881000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [12128, 14762, 12633, 9154, 18764, 12814, 9229, 17842, 10735, 8064, 12250, 9779, 8313, 11948, 9235, 10749, 10225, 8336, 12225, 10314, 8228, 16615, 12336, 8491, 12537, 9868, 9987, 14477, 9983, 17472, 11831, 8345, 14586, 10943, 14737, 14210, 8747, 14312, 10193, 7872, 14441, 11277, 16029, 12445, 8264, 13435, 10385, 8388, 15881, 11248, 13641, 10632, 7880, 12750, 10106, 8628, 17190, 12036, 11042, 12213, 8929, 18899, 14063, 14500, 16392, 10449, 17122, 11338, 8529, 15901, 11033, 8769, 12217, 9262, 8405, 11895, 9766, 18345, 13693, 9069, 13580, 10022, 8986, 14222, 9689, 19679, 13619, 7925, 12414, 9831, 7630, 16063, 11339, 8425, 12408, 9646, 8365, 13794, 10061, 17392, 12384, 8853, 12988, 9710, 17747, 13401, 8765, 13454, 10214, 7794, 13462, 10355, 13226, 12730, 9186, 12665, 10557, 8004, 18281, 13757, 9962, 15652, 10888, 12975, 13661, 9708, 20521, 14861, 9427, 15612, 11099, 9674, 19403, 14336, 10185, 14349, 10698, 8957, 17695, 12597, 12069, 11558, 8939, 12778, 11406, 9124, 13693, 10841, 8542, 11629, 10648, 8154, 17340, 12672, 9067, 12966, 10522, 14083, 11111, 17765, 10419, 14793, 10322, 7624, 11741, 9777, 7700, 12760, 9766, 7814, 11552, 9609, 15984, 12303, 15112, 12972, 8660, 14399, 9764, 18472, 14232, 10110, 14879, 10569, 9314, 10752, 7821, 17068, 13310, 8850, 14566, 10370, 8593, 13028, 9849, 19030, 14147, 18125, 12027, 8727, 14063, 11081, 17527, 13596, 8712, 15482, 10938, 14983, 10205, 8337, 12852, 7798, 15408, 11501, 9964, 10201, 7586, 12666, 8804, 15329, 11714, 9336, 11278, 7686, 13471, 10376, 7985, 14004, 9657, 11071, 10322, 7766, 16190, 11800, 8179, 13547, 9877, 15015, 12618, 10405, 15928, 11505, 10448, 12007, 8080, 18764, 13991, 10281, 13523, 9558, 12607, 11301, 7899, 17245, 12635, 8436, 13254, 10009, 12132, 13360, 8550, 15313, 10733, 8317, 16495, 12044, 18431, 12120, 8043, 15426, 11591, 14208, 13295, 8750, 13009, 10600, 7818, 16871, 12496, 7763, 11809, 9395, 7489, 15431, 11831, 8457, 11982, 9467, 7713, 15793, 11724, 10985, 11887, 9166, 17049, 12530, 9943, 16452, 10817, 8555, 18488, 12612, 9197, 14219, 10505, 8086, 7816, 13177, 10063, 7558, 15969, 12345, 9589, 15406, 11143, 8135, 17599, 13644, 20757, 14290, 8135, 13234, 9904, 8325, 16605, 11378, 15841, 11364, 7726, 12169, 9852, 8277, 15928, 11782, 10051, 10758, 8080, 14542, 11426, 9223, 16623, 11554, 7808, 11979, 9647, 10617, 14642, 9396, 13705, 9983, 7712, 14464, 11292, 13246, 15645, 10649, 8257, 12400, 9625, 16062, 14379, 10013, 8843, 10397, 8777, 13821, 14612, 10406, 8970, 12222, 9290, 15493, 13479, 10211, 21593, 13169, 8389, 13555, 11238, 9449, 20399, 13937, 8891, 13598, 9910, 13491, 14380, 9407, 18912, 11398, 7808, 13560, 10672, 13857, 16299, 10287, 8462, 10787, 8911, 9137, 12498, 9854, 15185, 10836, 8391, 12977, 10318, 9251, 15645, 10242, 10315, 10351, 8101, 19590, 13513, 8593, 11669, 9059, 7319, 14778, 10499, 7897, 12592, 9215, 7467, 14218, 11107, 12054, 13260, 9726, 8000, 11941, 9363, 19643, 13164, 8699, 12785, 9680, 8097, 15899, 11844, 8329, 11849, 9214, 7556, 15468, 11593, 8981, 12779, 9564, 7870, 12413, 9554, 16838, 12190, 8650, 13117, 9966, 8151, 15904, 12208, 9566, 13498, 9637, 7906, 13500, 10686, 13229, 16659, 10551, 11291, 10607, 8601, 20224, 14957, 10683, 16187, 9917, 7971, 11838, 9013, 12589, 13184, 8867, 12863, 9515, 7909, 14206, 10983, 9183, 13538, 9562, 8527, 10336, 7920, 16029, 11895, 8316, 11864, 8937, 9954, 10954, 8380, 15585, 11050, 7990, 12446, 9542, 11851, 13224, 8839, 16055, 10608, 7942, 13483, 10279, 10171, 16267, 10766, 8618, 11748, 8503, 16559, 12219, 9483, 14814, 9672, 7793, 12532, 9764, 14733, 12216, 8922, 14057, 8694, 13517, 8146, 14116, 8675, 14527, 10434, 9278, 9257, 7771, 12208, 8146, 13427, 10277, 8645, 9432, 7880, 13225, 9902, 7723, 11534, 8958, 8074, 13505, 10735, 9952, 11196, 9183, 10417, 13957, 10791, 20738, 16769, 9999, 16548, 11005, 8095, 20637, 15242, 10377, 16485, 11122, 8108, 15870, 12121, 18806, 18175, 11551, 10682, 12358, 9167, 21015, 14604, 10577, 15720, 10697, 8091, 15185, 12027, 12799, 18853, 11320, 8177, 12340, 9765, 12291, 16302, 11029, 9459, 12211, 9114, 15870, 11853, 9875, 19485, 11639, 8709, 11919, 8654, 17985, 12833, 10754, 15685, 10024, 8906, 10644, 8604, 15451, 12257, 8968, 9465, 9979, 8338, 12830, 10862, 8404, 13267, 9617, 8190, 12934, 10540, 12969, 15899, 10192, 17093, 10671, 17120, 11070, 18073, 13923, 8329, 12423, 9183, 7891, 10798, 9076, 8167, 13125, 9082, 12278, 9398, 7919, 14919, 9954, 18160, 11294, 9036, 11376, 7857, 17880, 12513, 10136, 13793, 9822, 8037, 10187, 8195, 13817, 11964, 8300, 12879, 10256, 8263, 14521, 11421, 9589, 16285, 10821, 8670, 12663, 9464, 18094, 14694, 9822, 14620, 10518, 7683, 18588, 12759, 8963, 12076, 9423, 7821, 13178, 10649, 12273, 13369, 9728, 7877, 11911, 9521, 8504, 8200, 12337, 9123, 12981, 10677, 8615, 18586, 16744, 11319, 8397, 11962, 10058, 8716, 17934, 14404, 10641, 8613, 11154, 7064, 7487, 12668, 10320, 8501, 12263, 19305, 14372, 9807, 8843, 12802, 10106, 16109, 19959, 14539, 9533, 12923, 10045, 7698, 14800, 11294, 8908, 17756, 10860, 8193, 12405, 9929, 7982, 16877, 13769, 9327, 9203, 10290, 8854, 7951, 15661, 11979, 8478, 12858, 9605, 7803, 13131, 10577, 18132, 9941, 14960, 10254, 7698, 11479, 9749, 8076, 13453, 10296, 7978, 10986, 10240, 16018, 12022, 10531, 11108, 7733, 13495, 11350, 10092, 17753, 10781, 8102, 11435, 9067, 14072, 13519, 9995, 12450, 11056, 8666, 13728, 11792, 9109, 17523, 11413, 8293, 12776, 8256, 19594, 13796, 10346, 12300, 9357, 8174, 12790, 10219, 10601, 14146, 10168, 8258, 13347, 11135, 19527, 16158, 10141, 17874, 10513, 17993, 13296, 13212, 20523, 12101, 9494, 10121, 7836, 14372, 11085, 8514, 13065, 9703, 7688, 12931, 10997, 8804, 17125, 11925, 8257, 12440, 9709, 7865, 17518, 12628, 8674, 13076, 9961, 8528, 13443, 9004, 20072, 13395, 8156, 12463, 10060, 7860, 17793, 12686, 9756, 8911, 11136, 9107, 12218, 16582, 11200, 8362, 11325, 8884, 8545, 15062, 11302, 8683, 12276, 9494, 7795, 15536, 11554, 11477, 14563, 9904, 8161, 12239, 9615, 13925, 16197, 10485, 8507, 11944, 8689, 14518, 12513, 9350, 20459, 13310, 8171, 13181, 10076, 7870, 18443, 13019, 9320, 9173, 10607, 8566, 8359, 12846, 9444, 16574, 11557, 8509, 10147, 10562, 8911, 15555, 15336, 10812, 8354, 11702, 9694, 8291, 18964, 14385, 9663, 15569, 9944, 7827, 14351, 11599, 9740, 19365, 10917, 8220, 12763, 10109, 8146, 14105, 11712, 9059, 10787, 10284, 9742, 7774, 17932, 12189, 9612, 7784, 13915, 11425, 17847, 20279, 12924, 7952, 12532, 9758, 7544, 16037, 12245, 8901, 12293, 9806, 8668, 8368, 14458, 11996, 10927, 14795, 10613, 7945, 14241, 11651, 12607, 20847, 14759, 8683, 13082, 9655, 8098, 15180, 11830, 14555, 12149, 8570, 9990, 8927, 8510, 17541, 12749, 8407, 11543, 9367, 13541, 10019, 14916, 11121, 9011, 13182, 9221, 8064, 10326, 8411, 7788, 12612, 10147, 9697, 11635, 9010, 13806, 10016, 19255, 13750, 20786, 16304, 11896, 11235, 8409, 12774, 9797, 8027, 17703, 12850, 14876, 13530, 9476, 11685, 10421, 8075, 15184, 12128, 15878, 19548, 11530, 14926, 10769, 7876, 14403, 10732, 8706, 13114, 9739, 19162, 12761, 9599, 8210, 11562, 9520, 10609, 15232, 11154, 9769, 11387, 8629, 14598, 11583, 9968, 18780, 11318, 8756, 11067, 9092, 12407, 12005, 8292, 9165, 13057, 10387, 8165, 14719, 14979, 14316, 10010, 15584, 9691, 7829, 13859, 10209, 21408, 15419, 8829, 12072, 9591, 7990, 11496, 9698, 8553, 15150, 10889, 7974, 11664, 9403, 8021, 14237, 11155, 15754, 10916, 8082, 12111, 9559, 8632, 14514, 10663, 18170, 11493, 8256, 11822, 10113, 7964, 17545, 12798, 9090, 13395, 10071, 7995, 16100, 12006, 11392, 14140, 10032, 9095, 12798, 10141, 20751, 15575, 10869, 10596, 10769, 8665, 14302, 11669, 9244, 18471, 10920, 8154, 13459, 10067, 12257, 16306, 12351, 16323, 11472, 9347, 8349, 14024, 11226, 13638, 16581, 11270, 8538, 14591, 11113, 13036, 17576, 11791, 10591, 12659, 9777, 7963, 14306, 10819, 8894, 14169, 10302, 7894, 13037, 10339, 8965, 16284, 11712, 8272, 13426, 10434, 7962, 17358, 12651, 8950, 12935, 10027, 7622, 14746, 11450, 9112, 15516, 10761, 8203, 13906, 11060, 8523, 17992, 11487, 8401, 14283, 10894, 8175, 19088, 12700, 8707, 13615, 10330, 8226, 15128, 11481, 14231, 13306, 10016, 8056, 13352, 10155, 13016, 15717, 10700, 7960, 13247, 10135, 8701, 16506, 11809, 9179, 13138, 9799, 7982, 16087, 12259, 9322, 16201, 11257, 8220, 14134, 10644, 12586, 14906, 10076, 8182, 12470, 9752, 8162, 16868, 12526, 8844, 13850, 10533, 7751, 14362, 11428, 9813, 17339, 11120, 8119, 12690, 9822, 8010, 16228, 12583, 11973, 13835, 10011, 7946, 13084, 10228, 9489, 15418, 11332, 11876, 11217, 8135, 13572, 10180, 7865, 16693, 12522, 17606, 11942, 9244, 8073, 10847, 8829, 10678, 11396, 8425, 17478, 12630, 8383, 13326, 9812, 14264, 11252, 18450, 14889, 8893, 15268, 10392, 7877, 12652, 9716, 7722, 15441, 11069, 8061, 13045, 10089, 8387, 16265, 12433, 17261, 13310, 9748, 12119, 10562, 8138, 19645, 13465, 8564, 14119, 10440, 7607, 15122, 11428, 8418, 14445, 9811, 7940, 12878, 11068, 9469, 14538, 12142, 9959, 11128, 10886, 8125, 17624, 12384, 8849, 13970, 9916, 14252, 11565, 9297, 16557, 11296, 8525, 12919, 9531, 16481, 12166, 8416, 13969, 10044, 8091, 13659, 10473, 9030, 15970, 11085, 7802, 12833, 9846, 7636, 15902, 11463, 8282, 13456, 9905, 7678, 16360, 12687, 12721, 17125, 11228, 8569, 13538], 'WindowCenter': [4252.0, 4257.0, 4232.0, 4191.0, 4260.0, 4217.0, 4187.0, 4249.0, 4207.0, 4165.0, 4215.0, 4185.0, 4163.0, 4215.0, 4196.0, 4206.0, 4197.0, 4191.0, 4220.0, 4210.0, 4180.0, 4263.0, 4231.0, 4190.0, 4220.0, 4198.0, 4198.0, 4240.0, 4200.0, 4262.0, 4218.0, 4176.0, 4238.0, 4206.0, 4237.0, 4228.0, 4177.0, 4239.0, 4198.0, 4178.0, 4240.0, 4219.0, 4251.0, 4219.0, 4177.0, 4229.0, 4198.0, 4177.0, 4249.0, 4220.0, 4230.0, 4210.0, 4180.0, 4231.0, 4210.0, 4190.0, 4274.0, 4234.0, 4222.0, 4232.0, 4191.0, 4273.0, 4243.0, 4242.0, 4251.0, 4209.0, 4248.0, 4206.0, 4175.0, 4237.0, 4208.0, 4179.0, 4230.0, 4201.0, 4190.0, 4227.0, 4200.0, 4274.0, 4242.0, 4192.0, 4243.0, 4212.0, 4187.0, 4238.0, 4199.0, 4272.0, 4229.0, 4178.0, 4219.0, 4200.0, 4168.0, 4252.0, 4221.0, 4191.0, 4232.0, 4202.0, 4191.0, 4243.0, 4212.0, 4263.0, 4233.0, 4199.0, 4231.0, 4200.0, 4263.0, 4241.0, 4189.0, 4240.0, 4210.0, 4178.0, 4239.0, 4211.0, 4240.0, 4241.0, 4202.0, 4241.0, 4221.0, 4190.0, 4272.0, 4252.0, 4211.0, 4252.0, 4220.0, 4229.0, 4240.0, 4197.0, 4283.0, 4239.0, 4199.0, 4249.0, 4218.0, 4197.0, 4272.0, 4239.0, 4199.0, 4239.0, 4207.0, 4187.0, 4259.0, 4227.0, 4217.0, 4206.0, 4186.0, 4215.0, 4219.0, 4199.0, 4239.0, 4220.0, 4189.0, 4219.0, 4210.0, 4178.0, 4263.0, 4241.0, 4202.0, 4243.0, 4208.0, 4240.0, 4207.0, 4260.0, 4196.0, 4238.0, 4196.0, 4167.0, 4218.0, 4210.0, 4179.0, 4242.0, 4222.0, 4194.0, 4234.0, 4213.0, 4262.0, 4233.0, 4252.0, 4242.0, 4188.0, 4240.0, 4199.0, 4262.0, 4241.0, 4197.0, 4240.0, 4208.0, 4187.0, 4207.0, 4166.0, 4261.0, 4241.0, 4200.0, 4251.0, 4211.0, 4189.0, 4243.0, 4209.0, 4273.0, 4241.0, 4262.0, 4220.0, 4189.0, 4240.0, 4209.0, 4261.0, 4231.0, 4188.0, 4249.0, 4209.0, 4239.0, 4209.0, 4174.0, 4228.0, 4167.0, 4250.0, 4221.0, 4198.0, 4210.0, 4169.0, 4230.0, 4190.0, 4251.0, 4232.0, 4199.0, 4221.0, 4168.0, 4241.0, 4211.0, 4179.0, 4240.0, 4211.0, 4220.0, 4211.0, 4180.0, 4263.0, 4233.0, 4192.0, 4244.0, 4212.0, 4251.0, 4242.0, 4221.0, 4263.0, 4231.0, 4211.0, 4231.0, 4179.0, 4274.0, 4252.0, 4213.0, 4241.0, 4212.0, 4231.0, 4233.0, 4190.0, 4275.0, 4245.0, 4192.0, 4244.0, 4224.0, 4243.0, 4254.0, 4202.0, 4266.0, 4233.0, 4191.0, 4276.0, 4244.0, 4275.0, 4233.0, 4180.0, 4252.0, 4234.0, 4243.0, 4243.0, 4204.0, 4241.0, 4210.0, 4182.0, 4275.0, 4243.0, 4194.0, 4244.0, 4213.0, 4183.0, 4266.0, 4246.0, 4206.0, 4246.0, 4227.0, 4192.0, 4278.0, 4246.0, 4237.0, 4234.0, 4212.0, 4264.0, 4235.0, 4211.0, 4264.0, 4223.0, 4191.0, 4275.0, 4245.0, 4203.0, 4252.0, 4223.0, 4190.0, 4194.0, 4246.0, 4224.0, 4193.0, 4277.0, 4247.0, 4227.0, 4269.0, 4236.0, 4181.0, 4262.0, 4244.0, 4274.0, 4242.0, 4179.0, 4229.0, 4199.0, 4178.0, 4251.0, 4221.0, 4252.0, 4220.0, 4168.0, 4219.0, 4201.0, 4179.0, 4252.0, 4219.0, 4199.0, 4211.0, 4181.0, 4241.0, 4221.0, 4199.0, 4252.0, 4220.0, 4169.0, 4218.0, 4201.0, 4208.0, 4242.0, 4201.0, 4242.0, 4211.0, 4170.0, 4240.0, 4221.0, 4242.0, 4253.0, 4211.0, 4181.0, 4229.0, 4199.0, 4252.0, 4241.0, 4212.0, 4201.0, 4212.0, 4204.0, 4243.0, 4253.0, 4222.0, 4202.0, 4233.0, 4201.0, 4250.0, 4242.0, 4211.0, 4283.0, 4232.0, 4179.0, 4228.0, 4220.0, 4198.0, 4273.0, 4240.0, 4187.0, 4227.0, 4197.0, 4227.0, 4239.0, 4188.0, 4260.0, 4207.0, 4166.0, 4226.0, 4206.0, 4227.0, 4248.0, 4198.0, 4176.0, 4206.0, 4188.0, 4185.0, 4218.0, 4198.0, 4239.0, 4208.0, 4176.0, 4227.0, 4198.0, 4188.0, 4249.0, 4207.0, 4197.0, 4197.0, 4165.0, 4270.0, 4230.0, 4177.0, 4218.0, 4187.0, 4166.0, 4239.0, 4209.0, 4178.0, 4229.0, 4200.0, 4168.0, 4241.0, 4221.0, 4231.0, 4241.0, 4200.0, 4178.0, 4218.0, 4188.0, 4261.0, 4228.0, 4188.0, 4217.0, 4186.0, 4164.0, 4248.0, 4218.0, 4175.0, 4217.0, 4185.0, 4168.0, 4238.0, 4218.0, 4187.0, 4228.0, 4197.0, 4165.0, 4214.0, 4196.0, 4248.0, 4218.0, 4177.0, 4226.0, 4196.0, 4165.0, 4237.0, 4216.0, 4196.0, 4227.0, 4197.0, 4165.0, 4226.0, 4207.0, 4226.0, 4250.0, 4206.0, 4206.0, 4194.0, 4175.0, 4268.0, 4236.0, 4197.0, 4235.0, 4196.0, 4162.0, 4202.0, 4174.0, 4214.0, 4227.0, 4186.0, 4225.0, 4197.0, 4164.0, 4226.0, 4207.0, 4186.0, 4228.0, 4197.0, 4175.0, 4196.0, 4176.0, 4249.0, 4219.0, 4176.0, 4217.0, 4187.0, 4196.0, 4207.0, 4176.0, 4250.0, 4218.0, 4177.0, 4229.0, 4197.0, 4216.0, 4227.0, 4188.0, 4249.0, 4208.0, 4176.0, 4239.0, 4208.0, 4197.0, 4249.0, 4208.0, 4176.0, 4217.0, 4175.0, 4248.0, 4216.0, 4187.0, 4238.0, 4197.0, 4166.0, 4227.0, 4196.0, 4237.0, 4219.0, 4187.0, 4239.0, 4176.0, 4225.0, 4162.0, 4224.0, 4175.0, 4225.0, 4194.0, 4182.0, 4186.0, 4164.0, 4216.0, 4176.0, 4238.0, 4207.0, 4187.0, 4197.0, 4177.0, 4227.0, 4210.0, 4178.0, 4219.0, 4201.0, 4190.0, 4255.0, 4224.0, 4211.0, 4220.0, 4200.0, 4208.0, 4241.0, 4219.0, 4285.0, 4262.0, 4209.0, 4249.0, 4209.0, 4166.0, 4269.0, 4249.0, 4209.0, 4259.0, 4219.0, 4177.0, 4248.0, 4228.0, 4271.0, 4261.0, 4219.0, 4207.0, 4216.0, 4186.0, 4269.0, 4239.0, 4197.0, 4247.0, 4196.0, 4164.0, 4236.0, 4216.0, 4214.0, 4257.0, 4205.0, 4174.0, 4215.0, 4195.0, 4216.0, 4249.0, 4207.0, 4197.0, 4217.0, 4186.0, 4235.0, 4216.0, 4195.0, 4271.0, 4208.0, 4175.0, 4216.0, 4173.0, 4247.0, 4215.0, 4193.0, 4237.0, 4184.0, 4173.0, 4192.0, 4175.0, 4236.0, 4215.0, 4185.0, 4185.0, 4195.0, 4174.0, 4216.0, 4205.0, 4178.0, 4229.0, 4197.0, 4177.0, 4226.0, 4207.0, 4227.0, 4249.0, 4194.0, 4247.0, 4195.0, 4234.0, 4194.0, 4233.0, 4212.0, 4160.0, 4213.0, 4184.0, 4162.0, 4204.0, 4184.0, 4174.0, 4227.0, 4186.0, 4228.0, 4197.0, 4176.0, 4239.0, 4197.0, 4259.0, 4206.0, 4184.0, 4204.0, 4164.0, 4246.0, 4216.0, 4194.0, 4226.0, 4194.0, 4162.0, 4195.0, 4175.0, 4227.0, 4218.0, 4188.0, 4229.0, 4208.0, 4186.0, 4238.0, 4218.0, 4197.0, 4249.0, 4208.0, 4187.0, 4227.0, 4195.0, 4257.0, 4237.0, 4196.0, 4237.0, 4207.0, 4164.0, 4258.0, 4228.0, 4186.0, 4217.0, 4187.0, 4164.0, 4226.0, 4206.0, 4218.0, 4239.0, 4210.0, 4179.0, 4229.0, 4199.0, 4189.0, 4177.0, 4228.0, 4199.0, 4228.0, 4208.0, 4189.0, 4272.0, 4264.0, 4220.0, 4189.0, 4217.0, 4197.0, 4177.0, 4258.0, 4240.0, 4209.0, 4188.0, 4220.0, 4169.0, 4167.0, 4229.0, 4210.0, 4190.0, 4230.0, 4284.0, 4252.0, 4213.0, 4190.0, 4230.0, 4210.0, 4250.0, 4272.0, 4240.0, 4197.0, 4228.0, 4197.0, 4165.0, 4236.0, 4207.0, 4187.0, 4260.0, 4217.0, 4188.0, 4228.0, 4198.0, 4178.0, 4259.0, 4240.0, 4187.0, 4186.0, 4196.0, 4187.0, 4177.0, 4251.0, 4230.0, 4189.0, 4228.0, 4210.0, 4177.0, 4242.0, 4208.0, 4261.0, 4197.0, 4237.0, 4207.0, 4166.0, 4216.0, 4199.0, 4177.0, 4241.0, 4220.0, 4190.0, 4219.0, 4223.0, 4251.0, 4230.0, 4207.0, 4208.0, 4167.0, 4226.0, 4205.0, 4207.0, 4261.0, 4208.0, 4175.0, 4217.0, 4186.0, 4237.0, 4240.0, 4209.0, 4228.0, 4219.0, 4189.0, 4238.0, 4218.0, 4199.0, 4260.0, 4219.0, 4187.0, 4229.0, 4175.0, 4271.0, 4227.0, 4197.0, 4216.0, 4187.0, 4175.0, 4228.0, 4208.0, 4220.0, 4251.0, 4220.0, 4188.0, 4241.0, 4220.0, 4270.0, 4250.0, 4207.0, 4260.0, 4208.0, 4246.0, 4225.0, 4213.0, 4266.0, 4215.0, 4182.0, 4192.0, 4152.0, 4225.0, 4207.0, 4186.0, 4226.0, 4197.0, 4177.0, 4226.0, 4207.0, 4187.0, 4259.0, 4229.0, 4177.0, 4228.0, 4196.0, 4175.0, 4258.0, 4229.0, 4186.0, 4227.0, 4199.0, 4184.0, 4226.0, 4187.0, 4270.0, 4238.0, 4177.0, 4227.0, 4197.0, 4175.0, 4259.0, 4228.0, 4199.0, 4187.0, 4218.0, 4186.0, 4227.0, 4260.0, 4218.0, 4177.0, 4218.0, 4188.0, 4185.0, 4249.0, 4218.0, 4188.0, 4228.0, 4208.0, 4178.0, 4259.0, 4229.0, 4220.0, 4251.0, 4210.0, 4176.0, 4228.0, 4199.0, 4238.0, 4259.0, 4218.0, 4187.0, 4228.0, 4188.0, 4237.0, 4230.0, 4198.0, 4282.0, 4239.0, 4177.0, 4226.0, 4196.0, 4165.0, 4258.0, 4227.0, 4197.0, 4198.0, 4207.0, 4187.0, 4186.0, 4229.0, 4209.0, 4260.0, 4230.0, 4199.0, 4209.0, 4209.0, 4199.0, 4260.0, 4250.0, 4219.0, 4188.0, 4229.0, 4199.0, 4176.0, 4273.0, 4249.0, 4198.0, 4250.0, 4197.0, 4165.0, 4237.0, 4217.0, 4198.0, 4271.0, 4219.0, 4175.0, 4226.0, 4208.0, 4178.0, 4239.0, 4218.0, 4200.0, 4220.0, 4207.0, 4196.0, 4178.0, 4273.0, 4229.0, 4209.0, 4167.0, 4228.0, 4217.0, 4259.0, 4271.0, 4227.0, 4177.0, 4227.0, 4195.0, 4165.0, 4248.0, 4218.0, 4186.0, 4217.0, 4196.0, 4187.0, 4187.0, 4249.0, 4230.0, 4220.0, 4249.0, 4219.0, 4178.0, 4238.0, 4218.0, 4217.0, 4271.0, 4238.0, 4174.0, 4226.0, 4195.0, 4164.0, 4237.0, 4217.0, 4235.0, 4215.0, 4175.0, 4184.0, 4172.0, 4173.0, 4246.0, 4216.0, 4175.0, 4215.0, 4186.0, 4225.0, 4194.0, 4235.0, 4204.0, 4184.0, 4224.0, 4183.0, 4175.0, 4205.0, 4186.0, 4177.0, 4240.0, 4221.0, 4210.0, 4230.0, 4200.0, 4240.0, 4197.0, 4259.0, 4226.0, 4267.0, 4236.0, 4203.0, 4202.0, 4161.0, 4211.0, 4194.0, 4163.0, 4256.0, 4226.0, 4237.0, 4237.0, 4196.0, 4214.0, 4205.0, 4163.0, 4236.0, 4217.0, 4246.0, 4257.0, 4205.0, 4235.0, 4192.0, 4162.0, 4222.0, 4193.0, 4171.0, 4213.0, 4183.0, 4254.0, 4225.0, 4195.0, 4174.0, 4214.0, 4194.0, 4206.0, 4247.0, 4218.0, 4196.0, 4215.0, 4186.0, 4235.0, 4216.0, 4196.0, 4269.0, 4205.0, 4173.0, 4204.0, 4185.0, 4215.0, 4217.0, 4186.0, 4182.0, 4226.0, 4206.0, 4174.0, 4248.0, 4249.0, 4238.0, 4197.0, 4248.0, 4195.0, 4166.0, 4227.0, 4195.0, 4266.0, 4238.0, 4185.0, 4215.0, 4194.0, 4162.0, 4214.0, 4194.0, 4185.0, 4248.0, 4217.0, 4188.0, 4229.0, 4198.0, 4176.0, 4240.0, 4220.0, 4249.0, 4208.0, 4177.0, 4217.0, 4196.0, 4174.0, 4235.0, 4206.0, 4256.0, 4215.0, 4176.0, 4213.0, 4195.0, 4175.0, 4258.0, 4228.0, 4186.0, 4227.0, 4196.0, 4165.0, 4247.0, 4228.0, 4217.0, 4237.0, 4196.0, 4185.0, 4227.0, 4208.0, 4279.0, 4248.0, 4206.0, 4205.0, 4206.0, 4175.0, 4236.0, 4205.0, 4186.0, 4258.0, 4207.0, 4175.0, 4226.0, 4194.0, 4214.0, 4247.0, 4215.0, 4246.0, 4203.0, 4184.0, 4172.0, 4234.0, 4204.0, 4237.0, 4248.0, 4216.0, 4175.0, 4234.0, 4203.0, 4212.0, 4245.0, 4213.0, 4192.0, 4212.0, 4193.0, 4163.0, 4234.0, 4204.0, 4184.0, 4235.0, 4205.0, 4174.0, 4225.0, 4195.0, 4185.0, 4247.0, 4214.0, 4175.0, 4225.0, 4203.0, 4163.0, 4246.0, 4226.0, 4185.0, 4226.0, 4194.0, 4163.0, 4235.0, 4215.0, 4185.0, 4235.0, 4204.0, 4173.0, 4223.0, 4204.0, 4175.0, 4257.0, 4214.0, 4175.0, 4236.0, 4205.0, 4174.0, 4257.0, 4226.0, 4173.0, 4223.0, 4194.0, 4172.0, 4235.0, 4205.0, 4235.0, 4225.0, 4194.0, 4163.0, 4224.0, 4194.0, 4224.0, 4246.0, 4205.0, 4174.0, 4224.0, 4192.0, 4161.0, 4245.0, 4215.0, 4182.0, 4223.0, 4194.0, 4162.0, 4245.0, 4214.0, 4181.0, 4246.0, 4204.0, 4161.0, 4222.0, 4191.0, 4211.0, 4234.0, 4194.0, 4172.0, 4214.0, 4183.0, 4170.0, 4245.0, 4215.0, 4185.0, 4225.0, 4204.0, 4152.0, 4224.0, 4202.0, 4183.0, 4245.0, 4203.0, 4162.0, 4214.0, 4194.0, 4161.0, 4245.0, 4215.0, 4214.0, 4224.0, 4194.0, 4162.0, 4224.0, 4193.0, 4181.0, 4235.0, 4204.0, 4203.0, 4203.0, 4162.0, 4213.0, 4193.0, 4161.0, 4234.0, 4214.0, 4246.0, 4204.0, 4182.0, 4161.0, 4191.0, 4184.0, 4193.0, 4205.0, 4175.0, 4258.0, 4226.0, 4175.0, 4226.0, 4195.0, 4224.0, 4204.0, 4244.0, 4224.0, 4173.0, 4234.0, 4193.0, 4162.0, 4212.0, 4181.0, 4151.0, 4234.0, 4203.0, 4163.0, 4225.0, 4195.0, 4173.0, 4247.0, 4216.0, 4246.0, 4225.0, 4183.0, 4203.0, 4192.0, 4161.0, 4256.0, 4225.0, 4173.0, 4222.0, 4193.0, 4150.0, 4234.0, 4214.0, 4175.0, 4235.0, 4194.0, 4175.0, 4225.0, 4206.0, 4196.0, 4237.0, 4216.0, 4197.0, 4204.0, 4204.0, 4163.0, 4256.0, 4213.0, 4185.0, 4235.0, 4194.0, 4224.0, 4203.0, 4182.0, 4245.0, 4204.0, 4171.0, 4212.0, 4183.0, 4242.0, 4214.0, 4174.0, 4223.0, 4194.0, 4162.0, 4225.0, 4204.0, 4186.0, 4259.0, 4217.0, 4176.0, 4225.0, 4195.0, 4165.0, 4247.0, 4218.0, 4177.0, 4238.0, 4196.0, 4164.0, 4248.0, 4228.0, 4227.0, 4247.0, 4204.0, 4172.0, 4213.0], 'WindowWidth': [9413.0, 9408.0, 9364.0, 9303.0, 9397.0, 9332.0, 9290.0, 9380.0, 9318.0, 9261.0, 9326.0, 9286.0, 9256.0, 9328.0, 9307.0, 9320.0, 9308.0, 9305.0, 9342.0, 9329.0, 9288.0, 9404.0, 9359.0, 9301.0, 9340.0, 9310.0, 9308.0, 9368.0, 9314.0, 9402.0, 9337.0, 9278.0, 9361.0, 9318.0, 9361.0, 9348.0, 9278.0, 9363.0, 9309.0, 9281.0, 9366.0, 9338.0, 9384.0, 9338.0, 9281.0, 9349.0, 9309.0, 9279.0, 9380.0, 9342.0, 9354.0, 9327.0, 9288.0, 9356.0, 9328.0, 9303.0, 9423.0, 9366.0, 9348.0, 9359.0, 9304.0, 9420.0, 9378.0, 9374.0, 9384.0, 9323.0, 9378.0, 9317.0, 9274.0, 9361.0, 9321.0, 9285.0, 9354.0, 9318.0, 9302.0, 9349.0, 9314.0, 9424.0, 9378.0, 9307.0, 9375.0, 9331.0, 9293.0, 9364.0, 9312.0, 9420.0, 9353.0, 9283.0, 9338.0, 9313.0, 9270.0, 9387.0, 9346.0, 9306.0, 9360.0, 9321.0, 9305.0, 9378.0, 9335.0, 9410.0, 9365.0, 9314.0, 9358.0, 9315.0, 9408.0, 9374.0, 9301.0, 9370.0, 9329.0, 9286.0, 9368.0, 9333.0, 9371.0, 9374.0, 9323.0, 9373.0, 9347.0, 9304.0, 9422.0, 9393.0, 9332.0, 9390.0, 9343.0, 9355.0, 9370.0, 9307.0, 9441.0, 9370.0, 9313.0, 9382.0, 9338.0, 9307.0, 9420.0, 9369.0, 9312.0, 9365.0, 9321.0, 9291.0, 9396.0, 9349.0, 9333.0, 9317.0, 9293.0, 9328.0, 9339.0, 9314.0, 9367.0, 9342.0, 9302.0, 9341.0, 9330.0, 9289.0, 9406.0, 9375.0, 9321.0, 9378.0, 9325.0, 9367.0, 9318.0, 9399.0, 9305.0, 9363.0, 9305.0, 9268.0, 9338.0, 9331.0, 9291.0, 9378.0, 9352.0, 9316.0, 9368.0, 9341.0, 9405.0, 9368.0, 9392.0, 9375.0, 9299.0, 9369.0, 9313.0, 9405.0, 9373.0, 9308.0, 9367.0, 9325.0, 9293.0, 9321.0, 9269.0, 9399.0, 9374.0, 9316.0, 9387.0, 9333.0, 9301.0, 9378.0, 9326.0, 9426.0, 9373.0, 9406.0, 9342.0, 9297.0, 9367.0, 9327.0, 9402.0, 9359.0, 9297.0, 9382.0, 9327.0, 9367.0, 9325.0, 9274.0, 9350.0, 9268.0, 9382.0, 9345.0, 9310.0, 9328.0, 9274.0, 9356.0, 9302.0, 9386.0, 9362.0, 9313.0, 9343.0, 9273.0, 9370.0, 9332.0, 9287.0, 9369.0, 9333.0, 9343.0, 9333.0, 9292.0, 9407.0, 9367.0, 9309.0, 9381.0, 9337.0, 9389.0, 9378.0, 9346.0, 9409.0, 9362.0, 9331.0, 9359.0, 9286.0, 9425.0, 9392.0, 9338.0, 9373.0, 9336.0, 9361.0, 9364.0, 9306.0, 9428.0, 9385.0, 9311.0, 9382.0, 9355.0, 9381.0, 9397.0, 9325.0, 9414.0, 9368.0, 9309.0, 9429.0, 9383.0, 9429.0, 9366.0, 9292.0, 9390.0, 9365.0, 9379.0, 9377.0, 9329.0, 9373.0, 9329.0, 9295.0, 9429.0, 9382.0, 9316.0, 9383.0, 9341.0, 9300.0, 9416.0, 9389.0, 9334.0, 9389.0, 9363.0, 9313.0, 9436.0, 9390.0, 9375.0, 9368.0, 9337.0, 9410.0, 9371.0, 9334.0, 9410.0, 9351.0, 9306.0, 9427.0, 9384.0, 9325.0, 9389.0, 9352.0, 9309.0, 9318.0, 9385.0, 9355.0, 9312.0, 9430.0, 9393.0, 9364.0, 9426.0, 9372.0, 9292.0, 9407.0, 9381.0, 9425.0, 9373.0, 9284.0, 9352.0, 9312.0, 9282.0, 9385.0, 9343.0, 9388.0, 9340.0, 9271.0, 9337.0, 9315.0, 9283.0, 9388.0, 9339.0, 9313.0, 9330.0, 9290.0, 9371.0, 9344.0, 9313.0, 9391.0, 9341.0, 9271.0, 9336.0, 9317.0, 9323.0, 9374.0, 9317.0, 9374.0, 9330.0, 9274.0, 9370.0, 9346.0, 9375.0, 9393.0, 9332.0, 9289.0, 9351.0, 9313.0, 9387.0, 9374.0, 9333.0, 9319.0, 9333.0, 9328.0, 9377.0, 9393.0, 9350.0, 9322.0, 9364.0, 9319.0, 9385.0, 9375.0, 9331.0, 9441.0, 9362.0, 9287.0, 9351.0, 9340.0, 9310.0, 9423.0, 9371.0, 9292.0, 9346.0, 9307.0, 9346.0, 9365.0, 9294.0, 9399.0, 9320.0, 9264.0, 9343.0, 9315.0, 9345.0, 9379.0, 9309.0, 9278.0, 9317.0, 9294.0, 9287.0, 9332.0, 9309.0, 9368.0, 9322.0, 9277.0, 9346.0, 9309.0, 9296.0, 9382.0, 9322.0, 9307.0, 9307.0, 9261.0, 9415.0, 9356.0, 9282.0, 9336.0, 9293.0, 9266.0, 9367.0, 9329.0, 9286.0, 9355.0, 9318.0, 9271.0, 9372.0, 9346.0, 9359.0, 9374.0, 9317.0, 9284.0, 9336.0, 9295.0, 9404.0, 9352.0, 9296.0, 9334.0, 9289.0, 9258.0, 9377.0, 9337.0, 9275.0, 9333.0, 9289.0, 9267.0, 9364.0, 9338.0, 9293.0, 9348.0, 9307.0, 9262.0, 9326.0, 9305.0, 9380.0, 9336.0, 9280.0, 9346.0, 9304.0, 9261.0, 9362.0, 9335.0, 9305.0, 9349.0, 9307.0, 9263.0, 9345.0, 9321.0, 9344.0, 9384.0, 9319.0, 9319.0, 9300.0, 9273.0, 9410.0, 9362.0, 9305.0, 9358.0, 9302.0, 9254.0, 9305.0, 9271.0, 9326.0, 9347.0, 9291.0, 9344.0, 9306.0, 9259.0, 9346.0, 9321.0, 9293.0, 9351.0, 9307.0, 9276.0, 9304.0, 9278.0, 9383.0, 9339.0, 9279.0, 9334.0, 9295.0, 9305.0, 9322.0, 9279.0, 9386.0, 9339.0, 9282.0, 9351.0, 9309.0, 9331.0, 9348.0, 9296.0, 9381.0, 9322.0, 9279.0, 9367.0, 9324.0, 9308.0, 9382.0, 9325.0, 9280.0, 9333.0, 9276.0, 9377.0, 9333.0, 9292.0, 9366.0, 9309.0, 9266.0, 9347.0, 9307.0, 9361.0, 9340.0, 9294.0, 9367.0, 9275.0, 9341.0, 9252.0, 9336.0, 9274.0, 9341.0, 9301.0, 9282.0, 9290.0, 9261.0, 9332.0, 9279.0, 9363.0, 9324.0, 9294.0, 9308.0, 9282.0, 9346.0, 9331.0, 9288.0, 9342.0, 9321.0, 9306.0, 9402.0, 9355.0, 9336.0, 9345.0, 9315.0, 9323.0, 9374.0, 9343.0, 9445.0, 9410.0, 9329.0, 9382.0, 9327.0, 9265.0, 9415.0, 9384.0, 9326.0, 9397.0, 9340.0, 9281.0, 9378.0, 9352.0, 9415.0, 9402.0, 9340.0, 9321.0, 9331.0, 9291.0, 9413.0, 9369.0, 9306.0, 9378.0, 9302.0, 9259.0, 9356.0, 9331.0, 9325.0, 9392.0, 9317.0, 9272.0, 9327.0, 9301.0, 9329.0, 9383.0, 9323.0, 9307.0, 9332.0, 9291.0, 9357.0, 9331.0, 9300.0, 9415.0, 9321.0, 9276.0, 9329.0, 9270.0, 9376.0, 9330.0, 9296.0, 9359.0, 9283.0, 9266.0, 9291.0, 9275.0, 9358.0, 9329.0, 9290.0, 9287.0, 9301.0, 9274.0, 9330.0, 9318.0, 9283.0, 9353.0, 9309.0, 9282.0, 9344.0, 9322.0, 9348.0, 9382.0, 9301.0, 9378.0, 9302.0, 9353.0, 9297.0, 9350.0, 9319.0, 9248.0, 9323.0, 9286.0, 9256.0, 9311.0, 9288.0, 9275.0, 9349.0, 9295.0, 9352.0, 9309.0, 9278.0, 9369.0, 9309.0, 9398.0, 9320.0, 9285.0, 9311.0, 9257.0, 9374.0, 9331.0, 9298.0, 9344.0, 9300.0, 9254.0, 9301.0, 9276.0, 9347.0, 9337.0, 9297.0, 9354.0, 9325.0, 9295.0, 9365.0, 9339.0, 9309.0, 9384.0, 9323.0, 9293.0, 9347.0, 9303.0, 9393.0, 9366.0, 9307.0, 9364.0, 9319.0, 9259.0, 9395.0, 9351.0, 9293.0, 9333.0, 9295.0, 9260.0, 9346.0, 9319.0, 9338.0, 9369.0, 9330.0, 9288.0, 9354.0, 9315.0, 9302.0, 9283.0, 9352.0, 9314.0, 9353.0, 9324.0, 9300.0, 9424.0, 9412.0, 9347.0, 9302.0, 9335.0, 9306.0, 9279.0, 9395.0, 9370.0, 9326.0, 9297.0, 9340.0, 9275.0, 9269.0, 9354.0, 9331.0, 9302.0, 9358.0, 9442.0, 9389.0, 9338.0, 9302.0, 9354.0, 9327.0, 9381.0, 9422.0, 9369.0, 9307.0, 9348.0, 9306.0, 9261.0, 9359.0, 9320.0, 9293.0, 9402.0, 9337.0, 9298.0, 9351.0, 9311.0, 9283.0, 9398.0, 9372.0, 9297.0, 9294.0, 9304.0, 9296.0, 9280.0, 9384.0, 9357.0, 9299.0, 9350.0, 9331.0, 9283.0, 9377.0, 9323.0, 9407.0, 9308.0, 9365.0, 9322.0, 9267.0, 9332.0, 9313.0, 9285.0, 9375.0, 9344.0, 9306.0, 9342.0, 9352.0, 9390.0, 9359.0, 9321.0, 9322.0, 9265.0, 9345.0, 9317.0, 9319.0, 9399.0, 9325.0, 9278.0, 9334.0, 9295.0, 9363.0, 9370.0, 9327.0, 9354.0, 9341.0, 9301.0, 9366.0, 9339.0, 9314.0, 9403.0, 9341.0, 9298.0, 9354.0, 9275.0, 9417.0, 9349.0, 9306.0, 9332.0, 9295.0, 9277.0, 9350.0, 9325.0, 9343.0, 9387.0, 9345.0, 9300.0, 9372.0, 9343.0, 9417.0, 9389.0, 9324.0, 9398.0, 9322.0, 9374.0, 9343.0, 9322.0, 9404.0, 9326.0, 9279.0, 9292.0, 9241.0, 9341.0, 9320.0, 9293.0, 9348.0, 9310.0, 9282.0, 9347.0, 9324.0, 9295.0, 9400.0, 9355.0, 9283.0, 9351.0, 9306.0, 9276.0, 9396.0, 9355.0, 9294.0, 9349.0, 9313.0, 9288.0, 9347.0, 9296.0, 9417.0, 9366.0, 9281.0, 9349.0, 9308.0, 9278.0, 9397.0, 9352.0, 9315.0, 9297.0, 9337.0, 9295.0, 9348.0, 9401.0, 9340.0, 9284.0, 9338.0, 9299.0, 9292.0, 9383.0, 9340.0, 9301.0, 9355.0, 9329.0, 9286.0, 9397.0, 9356.0, 9344.0, 9387.0, 9331.0, 9281.0, 9351.0, 9314.0, 9366.0, 9399.0, 9341.0, 9297.0, 9352.0, 9299.0, 9363.0, 9356.0, 9312.0, 9435.0, 9367.0, 9282.0, 9347.0, 9305.0, 9261.0, 9396.0, 9350.0, 9309.0, 9313.0, 9324.0, 9299.0, 9295.0, 9355.0, 9330.0, 9400.0, 9359.0, 9316.0, 9328.0, 9327.0, 9315.0, 9399.0, 9388.0, 9342.0, 9300.0, 9355.0, 9315.0, 9280.0, 9423.0, 9386.0, 9313.0, 9386.0, 9307.0, 9264.0, 9363.0, 9337.0, 9311.0, 9419.0, 9341.0, 9278.0, 9347.0, 9325.0, 9284.0, 9370.0, 9341.0, 9318.0, 9344.0, 9322.0, 9309.0, 9287.0, 9424.0, 9358.0, 9329.0, 9270.0, 9350.0, 9336.0, 9394.0, 9420.0, 9350.0, 9282.0, 9348.0, 9304.0, 9263.0, 9381.0, 9340.0, 9294.0, 9337.0, 9307.0, 9297.0, 9298.0, 9383.0, 9358.0, 9343.0, 9386.0, 9343.0, 9284.0, 9365.0, 9337.0, 9333.0, 9420.0, 9364.0, 9274.0, 9344.0, 9302.0, 9260.0, 9361.0, 9335.0, 9356.0, 9328.0, 9275.0, 9285.0, 9267.0, 9269.0, 9375.0, 9334.0, 9275.0, 9329.0, 9293.0, 9343.0, 9299.0, 9355.0, 9315.0, 9285.0, 9340.0, 9287.0, 9279.0, 9318.0, 9296.0, 9285.0, 9372.0, 9351.0, 9334.0, 9361.0, 9320.0, 9376.0, 9308.0, 9406.0, 9346.0, 9410.0, 9361.0, 9310.0, 9307.0, 9252.0, 9319.0, 9299.0, 9255.0, 9387.0, 9347.0, 9361.0, 9362.0, 9308.0, 9330.0, 9317.0, 9260.0, 9359.0, 9335.0, 9373.0, 9394.0, 9315.0, 9356.0, 9295.0, 9254.0, 9334.0, 9297.0, 9264.0, 9319.0, 9283.0, 9385.0, 9342.0, 9304.0, 9274.0, 9328.0, 9301.0, 9319.0, 9377.0, 9337.0, 9306.0, 9331.0, 9294.0, 9359.0, 9334.0, 9305.0, 9412.0, 9318.0, 9273.0, 9312.0, 9289.0, 9330.0, 9334.0, 9295.0, 9281.0, 9346.0, 9320.0, 9276.0, 9381.0, 9383.0, 9369.0, 9310.0, 9381.0, 9306.0, 9265.0, 9347.0, 9302.0, 9409.0, 9367.0, 9290.0, 9331.0, 9301.0, 9256.0, 9327.0, 9302.0, 9289.0, 9382.0, 9339.0, 9300.0, 9356.0, 9311.0, 9283.0, 9371.0, 9343.0, 9384.0, 9325.0, 9280.0, 9333.0, 9307.0, 9272.0, 9357.0, 9317.0, 9389.0, 9330.0, 9280.0, 9326.0, 9303.0, 9277.0, 9396.0, 9353.0, 9294.0, 9348.0, 9306.0, 9263.0, 9378.0, 9352.0, 9335.0, 9363.0, 9306.0, 9288.0, 9347.0, 9326.0, 9430.0, 9384.0, 9321.0, 9317.0, 9317.0, 9276.0, 9358.0, 9317.0, 9292.0, 9396.0, 9322.0, 9277.0, 9346.0, 9302.0, 9326.0, 9376.0, 9329.0, 9374.0, 9310.0, 9287.0, 9269.0, 9354.0, 9316.0, 9361.0, 9381.0, 9334.0, 9277.0, 9355.0, 9310.0, 9321.0, 9373.0, 9324.0, 9294.0, 9322.0, 9297.0, 9256.0, 9354.0, 9313.0, 9286.0, 9356.0, 9316.0, 9273.0, 9344.0, 9305.0, 9289.0, 9379.0, 9328.0, 9275.0, 9341.0, 9311.0, 9257.0, 9375.0, 9347.0, 9289.0, 9343.0, 9300.0, 9257.0, 9357.0, 9331.0, 9289.0, 9360.0, 9314.0, 9272.0, 9338.0, 9314.0, 9276.0, 9394.0, 9328.0, 9278.0, 9360.0, 9318.0, 9272.0, 9394.0, 9347.0, 9271.0, 9336.0, 9301.0, 9268.0, 9356.0, 9316.0, 9357.0, 9342.0, 9302.0, 9257.0, 9340.0, 9301.0, 9341.0, 9374.0, 9317.0, 9276.0, 9340.0, 9297.0, 9251.0, 9373.0, 9329.0, 9283.0, 9339.0, 9300.0, 9255.0, 9370.0, 9329.0, 9280.0, 9374.0, 9313.0, 9251.0, 9334.0, 9291.0, 9318.0, 9353.0, 9299.0, 9269.0, 9324.0, 9284.0, 9264.0, 9372.0, 9331.0, 9288.0, 9342.0, 9315.0, 9242.0, 9339.0, 9308.0, 9281.0, 9374.0, 9310.0, 9256.0, 9324.0, 9300.0, 9253.0, 9372.0, 9330.0, 9328.0, 9342.0, 9302.0, 9256.0, 9338.0, 9297.0, 9277.0, 9355.0, 9312.0, 9310.0, 9308.0, 9254.0, 9322.0, 9297.0, 9250.0, 9352.0, 9325.0, 9375.0, 9313.0, 9280.0, 9251.0, 9292.0, 9285.0, 9297.0, 9314.0, 9276.0, 9396.0, 9347.0, 9278.0, 9345.0, 9303.0, 9339.0, 9311.0, 9368.0, 9341.0, 9267.0, 9352.0, 9296.0, 9254.0, 9320.0, 9277.0, 9237.0, 9353.0, 9311.0, 9258.0, 9343.0, 9304.0, 9271.0, 9376.0, 9334.0, 9375.0, 9343.0, 9284.0, 9310.0, 9294.0, 9252.0, 9391.0, 9344.0, 9270.0, 9336.0, 9296.0, 9235.0, 9354.0, 9327.0, 9276.0, 9357.0, 9299.0, 9277.0, 9343.0, 9320.0, 9307.0, 9364.0, 9332.0, 9308.0, 9313.0, 9310.0, 9258.0, 9390.0, 9325.0, 9288.0, 9355.0, 9300.0, 9340.0, 9310.0, 9280.0, 9371.0, 9312.0, 9266.0, 9322.0, 9283.0, 9363.0, 9326.0, 9271.0, 9338.0, 9299.0, 9252.0, 9342.0, 9314.0, 9292.0, 9400.0, 9336.0, 9282.0, 9345.0, 9304.0, 9262.0, 9378.0, 9339.0, 9282.0, 9365.0, 9306.0, 9259.0, 9380.0, 9352.0, 9348.0, 9378.0, 9314.0, 9267.0, 9323.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.0007141120815138283</td></tr>
<tr><td colspan=3>aqi</td><td>0.02899512729257642</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.507534421624165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2568577961689749</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9777643965185729</td></tr>
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
<tr><td colspan=3>fber</td><td>4443.6611</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0851430289372198</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2561863173216885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3949674974198634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2731927639846794</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690569026760927</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.221140701513985</td></tr>
<tr><td colspan=3>gcor</td><td>0.00504551</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0165274515748024</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032621193677186966</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.896515949165475</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>13.6263</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1595</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.5315</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300460.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1170.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.0609</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2126</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.9377</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.5877</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.0732</td></tr>
<tr><td colspan=3>tsnr</td><td>34.88545496016741</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>