<?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-0122_ses-02_task-narratives_acq-mb8_run-04_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-0122_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0122_suffix-bold_task-narratives" 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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-04_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-0122/ses-02/func/sub-0122_ses-02_task-narratives_acq-mb8_run-04_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>4998908fae7e1010570505ba92394b6b</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>21:19:30.085000</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.999735, 0.0226404, 0.00416075, -0.0228617, 0.997657, 0.0644778]</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-04_task-narratives_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.0820689</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7635, -7101, 878, -170, 296, -456, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d6177a8-d49c-4dbb-b58d-71009fb4dcc3||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.682215929031372, -0.06133631244301796, 0.007266220636665821, 112.47217559814453], [-0.06074260175228119, 2.6766414642333984, 0.17430077493190765, -97.40086364746094], [0.011162974871695042, -0.17298923432826996, 2.6943583488464355, -53.669227600097656], [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, 1156]</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], 'AcquisitionTime': ['211930.085000', '211930.545000', '211931.005000', '211931.465000', '211931.925000', '211932.385000', '211932.845000', '211933.305000', '211933.765000', '211934.225000', '211934.685000', '211935.145000', '211935.605000', '211936.065000', '211936.525000', '211936.985000', '211937.445000', '211937.905000', '211938.365000', '211938.825000', '211939.285000', '211939.745000', '211940.205000', '211940.665000', '211941.125000', '211941.585000', '211942.045000', '211942.505000', '211942.965000', '211943.425000', '211943.885000', '211944.345000', '211944.805000', '211945.265000', '211945.725000', '211946.185000', '211946.645000', '211947.105000', '211947.565000', '211948.025000', '211948.485000', '211948.945000', '211949.405000', '211949.865000', '211950.325000', '211950.785000', '211951.245000', '211951.705000', '211952.165000', '211952.625000', '211953.085000', '211953.545000', '211954.005000', '211954.465000', '211954.925000', '211955.385000', '211955.845000', '211956.305000', '211956.765000', '211957.225000', '211957.685000', '211958.145000', '211958.605000', '211959.065000', '211959.525000', '211959.985000', '212000.445000', '212000.905000', '212001.365000', '212001.825000', '212002.285000', '212002.745000', '212003.205000', '212003.665000', '212004.125000', '212004.585000', '212005.045000', '212005.505000', '212005.965000', '212006.425000', '212006.885000', '212007.345000', '212007.805000', '212008.265000', '212008.725000', '212009.185000', '212009.645000', '212010.105000', '212010.565000', '212011.025000', '212011.485000', '212011.945000', '212012.405000', '212012.865000', '212013.325000', '212013.785000', '212014.245000', '212014.705000', '212015.165000', '212015.625000', '212016.085000', '212016.545000', '212017.005000', '212017.465000', '212017.925000', '212018.385000', '212018.845000', '212019.305000', '212019.765000', '212020.225000', '212020.685000', '212021.145000', '212021.605000', '212022.065000', '212022.525000', '212022.985000', '212023.445000', '212023.905000', '212024.365000', '212024.825000', '212025.285000', '212025.745000', '212026.205000', '212026.665000', '212027.125000', '212027.585000', '212028.045000', '212028.505000', '212028.965000', '212029.425000', '212029.885000', '212030.345000', '212030.805000', '212031.265000', '212031.725000', '212032.185000', '212032.645000', '212033.105000', '212033.565000', '212034.025000', '212034.485000', '212034.945000', '212035.405000', '212035.865000', '212036.325000', '212036.785000', '212037.245000', '212037.705000', '212038.165000', '212038.625000', '212039.085000', '212039.545000', '212040.005000', '212040.465000', '212040.925000', '212041.385000', '212041.845000', '212042.305000', '212042.765000', '212043.225000', '212043.685000', '212044.145000', '212044.605000', '212045.065000', '212045.525000', '212045.985000', '212046.445000', '212046.905000', '212047.365000', '212047.825000', '212048.285000', '212048.745000', '212049.205000', '212049.665000', '212050.125000', '212050.585000', '212051.045000', '212051.505000', '212051.965000', '212052.425000', '212052.885000', '212053.345000', '212053.805000', '212054.265000', '212054.725000', '212055.185000', '212055.645000', '212056.105000', '212056.565000', '212057.025000', '212057.485000', '212057.945000', '212058.405000', '212058.865000', '212059.325000', '212059.785000', '212100.245000', '212100.705000', '212101.165000', '212101.625000', '212102.085000', '212102.545000', '212103.005000', '212103.465000', '212103.925000', '212104.385000', '212104.845000', '212105.305000', '212105.765000', '212106.225000', '212106.685000', '212107.145000', '212107.605000', '212108.065000', '212108.525000', '212108.985000', '212109.445000', '212109.905000', '212110.365000', '212110.825000', '212111.285000', '212111.745000', '212112.205000', '212112.665000', '212113.125000', '212113.585000', '212114.045000', '212114.505000', '212114.965000', '212115.425000', '212115.885000', '212116.345000', '212116.805000', '212117.265000', '212117.725000', '212118.185000', '212118.645000', '212119.105000', '212119.565000', '212120.025000', '212120.485000', '212120.945000', '212121.405000', '212121.865000', '212122.325000', '212122.785000', '212123.245000', '212123.705000', '212124.165000', '212124.625000', '212125.085000', '212125.545000', '212126.005000', '212126.465000', '212126.925000', '212127.385000', '212127.845000', '212128.305000', '212128.765000', '212129.225000', '212129.685000', '212130.145000', '212130.605000', '212131.065000', '212131.525000', '212131.985000', '212132.445000', '212132.905000', '212133.365000', '212133.825000', '212134.285000', '212134.745000', '212135.205000', '212135.665000', '212136.125000', '212136.585000', '212137.045000', '212137.505000', '212137.965000', '212138.425000', '212138.885000', '212139.345000', '212139.805000', '212140.265000', '212140.725000', '212141.185000', '212141.645000', '212142.105000', '212142.565000', '212143.025000', '212143.485000', '212143.945000', '212144.405000', '212144.865000', '212145.325000', '212145.785000', '212146.245000', '212146.705000', '212147.165000', '212147.625000', '212148.085000', '212148.545000', '212149.005000', '212149.465000', '212149.925000', '212150.385000', '212150.845000', '212151.305000', '212151.765000', '212152.225000', '212152.685000', '212153.145000', '212153.605000', '212154.065000', '212154.525000', '212154.985000', '212155.445000', '212155.905000', '212156.365000', '212156.825000', '212157.285000', '212157.745000', '212158.205000', '212158.665000', '212159.125000', '212159.585000', '212200.045000', '212200.505000', '212200.965000', '212201.425000', '212201.885000', '212202.345000', '212202.805000', '212203.265000', '212203.725000', '212204.185000', '212204.645000', '212205.105000', '212205.565000', '212206.025000', '212206.485000', '212206.945000', '212207.405000', '212207.865000', '212208.325000', '212208.785000', '212209.245000', '212209.705000', '212210.165000', '212210.625000', '212211.085000', '212211.545000', '212212.005000', '212212.465000', '212212.925000', '212213.385000', '212213.845000', '212214.305000', '212214.765000', '212215.225000', '212215.685000', '212216.145000', '212216.605000', '212217.065000', '212217.525000', '212217.985000', '212218.445000', '212218.905000', '212219.365000', '212219.825000', '212220.285000', '212220.745000', '212221.205000', '212221.665000', '212222.125000', '212222.585000', '212223.045000', '212223.505000', '212223.965000', '212224.425000', '212224.885000', '212225.345000', '212225.805000', '212226.265000', '212226.725000', '212227.185000', '212227.645000', '212228.105000', '212228.565000', '212229.025000', '212229.485000', '212229.945000', '212230.405000', '212230.865000', '212231.325000', '212231.785000', '212232.245000', '212232.705000', '212233.165000', '212233.625000', '212234.085000', '212234.545000', '212235.005000', '212235.465000', '212235.925000', '212236.385000', '212236.845000', '212237.305000', '212237.765000', '212238.225000', '212238.685000', '212239.145000', '212239.605000', '212240.065000', '212240.525000', '212240.985000', '212241.445000', '212241.905000', '212242.365000', '212242.825000', '212243.285000', '212243.745000', '212244.205000', '212244.665000', '212245.125000', '212245.585000', '212246.045000', '212246.505000', '212246.965000', '212247.425000', '212247.885000', '212248.345000', '212248.805000', '212249.265000', '212249.725000', '212250.185000', '212250.645000', '212251.105000', '212251.565000', '212252.025000', '212252.485000', '212252.945000', '212253.405000', '212253.865000', '212254.325000', '212254.785000', '212255.245000', '212255.705000', '212256.165000', '212256.625000', '212257.085000', '212257.545000', '212258.005000', '212258.465000', '212258.925000', '212259.385000', '212259.845000', '212300.305000', '212300.765000', '212301.225000', '212301.685000', '212302.145000', '212302.605000', '212303.065000', '212303.525000', '212303.985000', '212304.445000', '212304.905000', '212305.365000', '212305.825000', '212306.285000', '212306.745000', '212307.205000', '212307.665000', '212308.125000', '212308.585000', '212309.045000', '212309.505000', '212309.965000', '212310.425000', '212310.885000', '212311.345000', '212311.805000', '212312.265000', '212312.725000', '212313.185000', '212313.645000', '212314.105000', '212314.565000', '212315.025000', '212315.485000', '212315.945000', '212316.405000', '212316.865000', '212317.325000', '212317.785000', '212318.245000', '212318.705000', '212319.165000', '212319.625000', '212320.085000', '212320.545000', '212321.005000', '212321.465000', '212321.925000', '212322.385000', '212322.845000', '212323.305000', '212323.765000', '212324.225000', '212324.685000', '212325.145000', '212325.605000', '212326.065000', '212326.525000', '212326.985000', '212327.445000', '212327.905000', '212328.365000', '212328.825000', '212329.285000', '212329.745000', '212330.205000', '212330.665000', '212331.125000', '212331.585000', '212332.045000', '212332.505000', '212332.965000', '212333.425000', '212333.885000', '212334.345000', '212334.805000', '212335.265000', '212335.725000', '212336.185000', '212336.645000', '212337.105000', '212337.565000', '212338.025000', '212338.485000', '212338.945000', '212339.405000', '212339.865000', '212340.325000', '212340.785000', '212341.245000', '212341.705000', '212342.165000', '212342.625000', '212343.085000', '212343.545000', '212344.005000', '212344.465000', '212344.925000', '212345.385000', '212345.845000', '212346.305000', '212346.765000', '212347.225000', '212347.685000', '212348.145000', '212348.605000', '212349.065000', '212349.525000', '212349.985000', '212350.445000', '212350.905000', '212351.365000', '212351.825000', '212352.285000', '212352.745000', '212353.205000', '212353.665000', '212354.125000', '212354.585000', '212355.045000', '212355.505000', '212355.965000', '212356.425000', '212356.885000', '212357.345000', '212357.805000', '212358.265000', '212358.725000', '212359.185000', '212359.645000', '212400.105000', '212400.565000', '212401.025000', '212401.485000', '212401.945000', '212402.405000', '212402.865000', '212403.325000', '212403.785000', '212404.245000', '212404.705000', '212405.165000', '212405.625000', '212406.085000', '212406.545000', '212407.005000', '212407.465000', '212407.925000', '212408.385000', '212408.845000', '212409.305000', '212409.765000', '212410.225000', '212410.685000', '212411.145000', '212411.605000', '212412.065000', '212412.525000', '212412.985000', '212413.445000', '212413.905000', '212414.365000', '212414.825000', '212415.285000', '212415.745000', '212416.205000', '212416.665000', '212417.125000', '212417.585000', '212418.045000', '212418.505000', '212418.965000', '212419.425000', '212419.885000', '212420.345000', '212420.805000', '212421.265000', '212421.725000', '212422.185000', '212422.645000', '212423.105000', '212423.565000', '212424.025000', '212424.485000', '212424.945000', '212425.405000', '212425.865000', '212426.325000', '212426.785000', '212427.245000', '212427.705000', '212428.165000', '212428.625000', '212429.085000', '212429.545000', '212430.005000', '212430.465000', '212430.925000', '212431.385000', '212431.845000', '212432.305000', '212432.765000', '212433.225000', '212433.685000', '212434.145000', '212434.605000', '212435.065000', '212435.525000', '212435.985000', '212436.445000', '212436.905000', '212437.365000', '212437.825000', '212438.285000', '212438.745000', '212439.205000', '212439.665000', '212440.125000', '212440.585000', '212441.045000', '212441.505000', '212441.965000', '212442.425000', '212442.885000', '212443.345000', '212443.805000', '212444.265000', '212444.725000', '212445.185000', '212445.645000', '212446.105000', '212446.565000', '212447.025000', '212447.485000', '212447.945000', '212448.405000', '212448.865000', '212449.325000', '212449.785000', '212450.245000', '212450.705000', '212451.165000', '212451.625000', '212452.085000', '212452.545000', '212453.005000', '212453.465000', '212453.925000', '212454.385000', '212454.845000', '212455.305000', '212455.765000', '212456.225000', '212456.685000', '212457.145000', '212457.605000', '212458.065000', '212458.525000', '212458.985000', '212459.445000', '212459.905000', '212500.365000', '212500.825000', '212501.285000', '212501.745000', '212502.205000', '212502.665000', '212503.125000', '212503.585000', '212504.045000', '212504.505000', '212504.965000', '212505.425000', '212505.885000', '212506.345000', '212506.805000', '212507.265000', '212507.725000', '212508.185000', '212508.645000', '212509.105000', '212509.565000', '212510.025000', '212510.485000', '212510.945000', '212511.405000', '212511.865000', '212512.325000', '212512.785000', '212513.245000', '212513.705000', '212514.165000', '212514.625000', '212515.085000', '212515.545000', '212516.005000', '212516.465000', '212516.925000', '212517.385000', '212517.845000', '212518.305000', '212518.765000', '212519.225000', '212519.685000', '212520.145000', '212520.605000', '212521.065000', '212521.525000', '212521.985000', '212522.445000', '212522.905000', '212523.365000', '212523.825000', '212524.285000', '212524.745000', '212525.205000', '212525.665000', '212526.125000', '212526.585000', '212527.045000', '212527.505000', '212527.965000', '212528.425000', '212528.885000', '212529.345000', '212529.805000', '212530.265000', '212530.725000', '212531.185000', '212531.645000', '212532.105000', '212532.565000', '212533.025000', '212533.485000', '212533.945000', '212534.405000', '212534.865000', '212535.325000', '212535.785000', '212536.245000', '212536.705000', '212537.165000', '212537.625000', '212538.085000', '212538.545000', '212539.005000', '212539.465000', '212539.925000', '212540.385000', '212540.845000', '212541.305000', '212541.765000', '212542.225000', '212542.685000', '212543.145000', '212543.605000', '212544.065000', '212544.525000', '212544.985000', '212545.445000', '212545.905000', '212546.365000', '212546.825000', '212547.285000', '212547.745000', '212548.205000', '212548.665000', '212549.125000', '212549.585000', '212550.045000', '212550.505000', '212550.965000', '212551.425000', '212551.885000', '212552.345000', '212552.805000', '212553.265000', '212553.725000', '212554.185000', '212554.645000', '212555.105000', '212555.565000', '212556.025000', '212556.485000', '212556.945000', '212557.405000', '212557.865000', '212558.325000', '212558.785000', '212559.245000', '212559.705000', '212600.165000', '212600.625000', '212601.085000', '212601.545000', '212602.005000', '212602.465000', '212602.925000', '212603.385000', '212603.845000', '212604.305000', '212604.765000', '212605.225000', '212605.685000', '212606.145000', '212606.605000', '212607.065000', '212607.525000', '212607.985000', '212608.445000', '212608.905000', '212609.365000', '212609.825000', '212610.285000', '212610.745000', '212611.205000', '212611.665000', '212612.125000', '212612.585000', '212613.045000', '212613.505000', '212613.965000', '212614.425000', '212614.885000', '212615.345000', '212615.805000', '212616.265000', '212616.725000', '212617.185000', '212617.645000', '212618.105000', '212618.565000', '212619.025000', '212619.485000', '212619.945000', '212620.405000', '212620.865000', '212621.325000', '212621.785000', '212622.245000', '212622.705000', '212623.165000', '212623.625000', '212624.085000', '212624.545000', '212625.005000', '212625.465000', '212625.925000', '212626.385000', '212626.845000', '212627.305000', '212627.765000', '212628.225000', '212628.685000', '212629.145000', '212629.605000', '212630.065000', '212630.525000', '212630.985000', '212631.445000', '212631.905000', '212632.365000', '212632.825000', '212633.285000', '212633.745000', '212634.205000', '212634.665000', '212635.125000', '212635.585000', '212636.045000', '212636.505000', '212636.965000', '212637.425000', '212637.885000', '212638.345000', '212638.805000', '212639.265000', '212639.725000', '212640.185000', '212640.645000', '212641.105000', '212641.565000', '212642.025000', '212642.485000', '212642.945000', '212643.405000', '212643.865000', '212644.325000', '212644.785000', '212645.245000', '212645.705000', '212646.165000', '212646.625000', '212647.085000', '212647.545000', '212648.005000', '212648.465000', '212648.925000', '212649.385000', '212649.845000', '212650.305000', '212650.765000', '212651.225000', '212651.685000', '212652.145000', '212652.605000', '212653.065000', '212653.525000', '212653.985000', '212654.445000', '212654.905000', '212655.365000', '212655.825000', '212656.285000', '212656.745000', '212657.205000', '212657.665000', '212658.125000', '212658.585000', '212659.045000', '212659.505000', '212659.965000', '212700.425000', '212700.885000', '212701.345000', '212701.805000', '212702.265000', '212702.725000', '212703.185000', '212703.645000', '212704.105000', '212704.565000', '212705.025000', '212705.485000', '212705.945000', '212706.405000', '212706.865000', '212707.325000', '212707.785000', '212708.245000', '212708.705000', '212709.165000', '212709.625000', '212710.085000', '212710.545000', '212711.005000', '212711.465000', '212711.925000', '212712.385000', '212712.845000', '212713.305000', '212713.765000', '212714.225000', '212714.685000', '212715.145000', '212715.605000', '212716.065000', '212716.525000', '212716.985000', '212717.445000', '212717.905000', '212718.365000', '212718.825000', '212719.285000', '212719.745000', '212720.205000', '212720.665000', '212721.125000', '212721.585000', '212722.045000', '212722.505000', '212722.965000', '212723.425000', '212723.885000', '212724.345000', '212724.805000', '212725.265000', '212725.725000', '212726.185000', '212726.645000', '212727.105000', '212727.565000', '212728.025000', '212728.485000', '212728.945000', '212729.405000', '212729.865000', '212730.325000', '212730.785000', '212731.245000', '212731.705000', '212732.165000', '212732.625000', '212733.085000', '212733.545000', '212734.005000', '212734.465000', '212734.925000', '212735.385000', '212735.845000', '212736.305000', '212736.765000', '212737.225000', '212737.685000', '212738.145000', '212738.605000', '212739.065000', '212739.525000', '212739.985000', '212740.445000', '212740.905000', '212741.365000', '212741.825000', '212742.285000', '212742.745000', '212743.205000', '212743.665000', '212744.125000', '212744.585000', '212745.045000', '212745.505000', '212745.965000', '212746.425000', '212746.885000', '212747.345000', '212747.805000', '212748.265000', '212748.725000', '212749.185000', '212749.645000', '212750.105000', '212750.565000', '212751.025000', '212751.485000', '212751.945000', '212752.405000', '212752.865000', '212753.325000', '212753.785000', '212754.245000', '212754.705000', '212755.165000', '212755.625000', '212756.085000', '212756.545000', '212757.005000', '212757.465000', '212757.925000', '212758.385000', '212758.845000', '212759.305000', '212759.765000', '212800.225000', '212800.685000', '212801.145000', '212801.605000', '212802.065000', '212802.525000', '212802.985000', '212803.445000', '212803.905000', '212804.365000', '212804.825000', '212805.285000', '212805.745000', '212806.205000', '212806.665000', '212807.125000', '212807.585000', '212808.045000', '212808.505000', '212808.965000', '212809.425000', '212809.885000', '212810.345000', '212810.805000', '212811.265000', '212811.725000', '212812.185000', '212812.645000', '212813.105000', '212813.565000', '212814.025000', '212814.485000', '212814.945000', '212815.405000', '212815.865000', '212816.325000', '212816.785000', '212817.245000', '212817.705000', '212818.165000', '212818.625000', '212819.085000', '212819.545000', '212820.005000', '212820.465000', '212820.925000', '212821.385000'], 'ContentTime': ['211958.235000', '211958.238000', '211958.241000', '211958.244000', '211958.247000', '211958.249000', '211958.252000', '211958.254000', '211958.257000', '211958.260000', '211958.262000', '211958.265000', '211958.267000', '211958.293000', '211958.296000', '211958.298000', '211958.301000', '211958.309000', '211958.316000', '211958.318000', '211958.321000', '211958.324000', '211958.326000', '211958.329000', '211958.331000', '211958.334000', '211958.336000', '211958.339000', '211958.342000', '211958.344000', '211958.347000', '211958.349000', '211958.352000', '211958.355000', '211958.357000', '211958.360000', '211958.363000', '211958.365000', '211958.368000', '211958.370000', '211958.373000', '211958.375000', '211958.378000', '211958.381000', '211958.383000', '211958.386000', '211958.388000', '211958.391000', '211958.393000', '211958.396000', '211958.398000', '211958.406000', '211958.409000', '211958.412000', '211958.414000', '211958.417000', '211958.419000', '211958.422000', '211958.424000', '211958.427000', '212018.203000', '212018.206000', '212018.210000', '212018.212000', '212018.215000', '212018.228000', '212018.230000', '212018.233000', '212018.235000', '212018.238000', '212018.240000', '212018.243000', '212018.245000', '212018.248000', '212018.250000', '212018.253000', '212018.256000', '212018.258000', '212018.261000', '212018.263000', '212018.266000', '212018.269000', '212018.271000', '212018.274000', '212018.276000', '212018.279000', '212018.281000', '212018.284000', '212018.287000', '212018.289000', '212018.292000', '212018.294000', '212018.297000', '212018.300000', '212018.302000', '212018.305000', '212018.307000', '212018.310000', '212018.312000', '212018.315000', '212018.318000', '212018.320000', '212018.323000', '212038.204000', '212038.207000', '212038.209000', '212038.212000', '212038.214000', '212038.217000', '212038.219000', '212038.222000', '212038.224000', '212038.227000', '212038.230000', '212038.232000', '212038.235000', '212038.237000', '212038.240000', '212038.242000', '212038.245000', '212038.248000', '212038.250000', '212038.253000', '212038.256000', '212038.258000', '212038.261000', '212038.263000', '212038.266000', '212038.269000', '212038.271000', '212038.274000', '212038.276000', '212038.279000', '212038.282000', '212038.284000', '212038.287000', '212038.289000', '212038.292000', '212038.295000', '212038.298000', '212038.300000', '212038.303000', '212038.306000', '212038.308000', '212038.311000', '212038.313000', '212038.316000', '212058.203000', '212058.206000', '212058.209000', '212058.211000', '212058.214000', '212058.217000', '212058.219000', '212058.222000', '212058.224000', '212058.227000', '212058.229000', '212058.232000', '212058.235000', '212058.237000', '212058.240000', '212058.242000', '212058.245000', '212058.247000', '212058.250000', '212058.252000', '212058.255000', '212058.257000', '212058.260000', '212058.263000', '212058.265000', '212058.268000', '212058.270000', '212058.273000', '212058.275000', '212058.278000', '212058.281000', '212058.283000', '212058.286000', '212058.289000', '212058.291000', '212058.294000', '212058.296000', '212058.299000', '212058.301000', '212058.304000', '212058.307000', '212058.309000', '212058.312000', '212118.203000', '212118.205000', '212118.214000', '212118.216000', '212118.219000', '212118.222000', '212118.224000', '212118.227000', '212118.229000', '212118.232000', '212118.235000', '212118.237000', '212118.240000', '212118.243000', '212118.245000', '212118.248000', '212118.251000', '212118.253000', '212118.256000', '212118.259000', '212118.261000', '212118.264000', '212118.270000', '212118.272000', '212118.275000', '212118.278000', '212118.280000', '212118.283000', '212118.285000', '212118.288000', '212118.291000', '212118.293000', '212118.296000', '212118.298000', '212118.301000', '212118.303000', '212118.315000', '212118.318000', '212118.320000', '212118.323000', '212118.325000', '212118.328000', '212118.331000', '212118.333000', '212138.203000', '212138.205000', '212138.208000', '212138.211000', '212138.214000', '212138.239000', '212138.242000', '212138.245000', '212138.247000', '212138.250000', '212138.252000', '212138.255000', '212138.257000', '212138.260000', '212138.263000', '212138.265000', '212138.268000', '212138.270000', '212138.273000', '212138.276000', '212138.278000', '212138.281000', '212138.283000', '212138.286000', '212138.289000', '212138.291000', '212138.294000', '212138.296000', '212138.299000', '212138.302000', '212138.304000', '212138.307000', '212138.310000', '212138.312000', '212138.315000', '212138.317000', '212138.320000', '212138.323000', '212138.325000', '212138.328000', '212138.330000', '212138.333000', '212138.335000', '212158.202000', '212158.205000', '212158.208000', '212158.211000', '212158.213000', '212158.216000', '212158.218000', '212158.221000', '212158.224000', '212158.226000', '212158.229000', '212158.231000', '212158.234000', '212158.236000', '212158.239000', '212158.242000', '212158.244000', '212158.247000', '212158.249000', '212158.252000', '212158.255000', '212158.257000', '212158.260000', '212158.262000', '212158.265000', '212158.268000', '212158.270000', '212158.273000', '212158.276000', '212158.278000', '212158.285000', '212158.288000', '212158.291000', '212158.293000', '212158.296000', '212158.299000', '212158.301000', '212158.304000', '212158.307000', '212158.309000', '212158.312000', '212158.314000', '212158.317000', '212218.203000', '212218.205000', '212218.208000', '212218.211000', '212218.213000', '212218.216000', '212218.218000', '212218.221000', '212218.224000', '212218.226000', '212218.229000', '212218.231000', '212218.234000', '212218.237000', '212218.239000', '212218.242000', '212218.244000', '212218.247000', '212218.249000', '212218.252000', '212218.255000', '212218.257000', '212218.260000', '212218.262000', '212218.265000', '212218.267000', '212218.270000', '212218.273000', '212218.275000', '212218.278000', '212218.280000', '212218.283000', '212218.286000', '212218.288000', '212218.291000', '212218.293000', '212218.296000', '212218.299000', '212218.301000', '212218.304000', '212218.306000', '212218.309000', '212218.311000', '212218.314000', '212238.203000', '212238.206000', '212238.209000', '212238.211000', '212238.214000', '212238.217000', '212238.219000', '212238.222000', '212238.225000', '212238.228000', '212238.231000', '212238.234000', '212238.237000', '212238.240000', '212238.242000', '212238.245000', '212238.248000', '212238.250000', '212238.253000', '212238.256000', '212238.258000', '212238.261000', '212238.263000', '212238.266000', '212238.268000', '212238.271000', '212238.274000', '212238.276000', '212238.279000', '212238.282000', '212238.284000', '212238.287000', '212238.289000', '212238.292000', '212238.295000', '212238.297000', '212238.300000', '212238.302000', '212238.305000', '212238.307000', '212238.310000', '212238.313000', '212238.315000', '212258.203000', '212258.206000', '212258.209000', '212258.212000', '212258.214000', '212258.217000', '212258.219000', '212258.222000', '212258.224000', '212258.227000', '212258.230000', '212258.232000', '212258.235000', '212258.247000', '212258.250000', '212258.253000', '212258.255000', '212258.258000', '212258.276000', '212258.278000', '212258.281000', '212258.283000', '212258.286000', '212258.288000', '212258.291000', '212258.294000', '212258.296000', '212258.299000', '212258.301000', '212258.304000', '212258.307000', '212258.309000', '212258.312000', '212258.314000', '212258.317000', '212258.320000', '212258.322000', '212258.325000', '212258.327000', '212258.330000', '212258.333000', '212258.335000', '212258.338000', '212258.340000', '212318.204000', '212318.206000', '212318.209000', '212318.212000', '212318.214000', '212318.217000', '212318.220000', '212318.223000', '212318.226000', '212318.229000', '212318.231000', '212318.234000', '212318.236000', '212318.239000', '212318.242000', '212318.244000', '212318.247000', '212318.249000', '212318.252000', '212318.255000', '212318.257000', '212318.260000', '212318.262000', '212318.265000', '212318.268000', '212318.270000', '212318.273000', '212318.275000', '212318.278000', '212318.281000', '212318.283000', '212318.286000', '212318.289000', '212318.291000', '212318.294000', '212318.296000', '212318.299000', '212318.301000', '212318.304000', '212318.307000', '212318.309000', '212318.312000', '212318.314000', '212338.203000', '212338.205000', '212338.208000', '212338.211000', '212338.213000', '212338.216000', '212338.218000', '212338.221000', '212338.232000', '212338.235000', '212338.238000', '212338.240000', '212338.243000', '212338.245000', '212338.248000', '212338.250000', '212338.264000', '212338.267000', '212338.269000', '212338.272000', '212338.274000', '212338.277000', '212338.280000', '212338.282000', '212338.285000', '212338.287000', '212338.290000', '212338.293000', '212338.295000', '212338.298000', '212338.300000', '212338.303000', '212338.306000', '212338.308000', '212338.311000', '212338.313000', '212338.316000', '212338.319000', '212338.321000', '212338.324000', '212338.326000', '212338.329000', '212338.332000', '212338.334000', '212358.203000', '212358.206000', '212358.208000', '212358.211000', '212358.214000', '212358.216000', '212358.219000', '212358.221000', '212358.224000', '212358.226000', '212358.229000', '212358.232000', '212358.234000', '212358.237000', '212358.239000', '212358.242000', '212358.245000', '212358.247000', '212358.250000', '212358.252000', '212358.255000', '212358.258000', '212358.260000', '212358.263000', '212358.266000', '212358.268000', '212358.272000', '212358.275000', '212358.277000', '212358.280000', '212358.283000', '212358.285000', '212358.288000', '212358.290000', '212358.293000', '212358.295000', '212358.298000', '212358.301000', '212358.303000', '212358.306000', '212358.308000', '212358.311000', '212358.314000', '212418.202000', '212418.205000', '212418.208000', '212418.210000', '212418.213000', '212418.216000', '212418.218000', '212418.221000', '212418.223000', '212418.226000', '212418.229000', '212418.231000', '212418.234000', '212418.237000', '212418.239000', '212418.242000', '212418.245000', '212418.247000', '212418.250000', '212418.252000', '212418.255000', '212418.257000', '212418.260000', '212418.263000', '212418.265000', '212418.268000', '212418.270000', '212418.273000', '212418.276000', '212418.278000', '212418.281000', '212418.284000', '212418.286000', '212418.289000', '212418.291000', '212418.294000', '212418.296000', '212418.299000', '212418.302000', '212418.304000', '212418.307000', '212418.309000', '212418.320000', '212418.323000', '212438.203000', '212438.205000', '212438.208000', '212438.211000', '212438.214000', '212438.216000', '212438.219000', '212438.221000', '212438.224000', '212438.227000', '212438.229000', '212438.232000', '212438.235000', '212438.238000', '212438.241000', '212438.243000', '212438.246000', '212438.248000', '212438.251000', '212438.253000', '212438.256000', '212438.259000', '212438.261000', '212438.264000', '212438.266000', '212438.269000', '212438.271000', '212438.274000', '212438.277000', '212438.279000', '212438.282000', '212438.284000', '212438.287000', '212438.289000', '212438.292000', '212438.295000', '212438.297000', '212438.300000', '212438.302000', '212438.305000', '212438.308000', '212438.310000', '212438.313000', '212458.204000', '212458.206000', '212458.209000', '212458.212000', '212458.214000', '212458.217000', '212458.219000', '212458.222000', '212458.224000', '212458.227000', '212458.229000', '212458.232000', '212458.235000', '212458.237000', '212458.240000', '212458.242000', '212458.245000', '212458.248000', '212458.250000', '212458.253000', '212458.255000', '212458.258000', '212458.261000', '212458.263000', '212458.266000', '212458.276000', '212458.278000', '212458.281000', '212458.284000', '212458.286000', '212458.289000', '212458.291000', '212458.294000', '212458.297000', '212458.299000', '212458.302000', '212458.304000', '212458.307000', '212458.309000', '212458.312000', '212458.315000', '212458.317000', '212458.320000', '212458.322000', '212518.204000', '212518.207000', '212518.209000', '212518.212000', '212518.214000', '212518.217000', '212518.219000', '212518.222000', '212518.225000', '212518.227000', '212518.230000', '212518.232000', '212518.235000', '212518.238000', '212518.240000', '212518.243000', '212518.246000', '212518.248000', '212518.251000', '212518.253000', '212518.256000', '212518.258000', '212518.261000', '212518.264000', '212518.266000', '212518.269000', '212518.271000', '212518.274000', '212518.277000', '212518.279000', '212518.282000', '212518.285000', '212518.287000', '212518.290000', '212518.292000', '212518.295000', '212518.298000', '212518.300000', '212518.303000', '212518.307000', '212518.309000', '212518.312000', '212518.314000', '212538.203000', '212538.206000', '212538.209000', '212538.212000', '212538.214000', '212538.217000', '212538.219000', '212538.222000', '212538.224000', '212538.227000', '212538.230000', '212538.232000', '212538.235000', '212538.237000', '212538.240000', '212538.243000', '212538.245000', '212538.248000', '212538.250000', '212538.253000', '212538.255000', '212538.258000', '212538.260000', '212538.263000', '212538.266000', '212538.268000', '212538.271000', '212538.273000', '212538.276000', '212538.279000', '212538.281000', '212538.284000', '212538.286000', '212538.289000', '212538.291000', '212538.294000', '212538.297000', '212538.299000', '212538.302000', '212538.304000', '212538.307000', '212538.310000', '212538.312000', '212538.315000', '212558.202000', '212558.205000', '212558.208000', '212558.211000', '212558.213000', '212558.216000', '212558.218000', '212558.221000', '212558.223000', '212558.232000', '212558.235000', '212558.238000', '212558.240000', '212558.243000', '212558.245000', '212558.248000', '212558.250000', '212558.253000', '212558.256000', '212558.258000', '212558.261000', '212558.264000', '212558.266000', '212558.269000', '212558.272000', '212558.274000', '212558.277000', '212558.279000', '212558.282000', '212558.284000', '212558.287000', '212558.289000', '212558.292000', '212558.295000', '212558.297000', '212558.300000', '212558.302000', '212558.305000', '212558.308000', '212558.310000', '212558.313000', '212558.315000', '212558.318000', '212618.203000', '212618.205000', '212618.208000', '212618.211000', '212618.213000', '212618.216000', '212618.218000', '212618.221000', '212618.224000', '212618.226000', '212618.229000', '212618.231000', '212618.234000', '212618.237000', '212618.239000', '212618.242000', '212618.244000', '212618.247000', '212618.249000', '212618.252000', '212618.255000', '212618.257000', '212618.260000', '212618.263000', '212618.265000', '212618.268000', '212618.270000', '212618.273000', '212618.276000', '212618.278000', '212618.281000', '212618.283000', '212618.286000', '212618.288000', '212618.291000', '212618.294000', '212618.296000', '212618.299000', '212618.301000', '212618.304000', '212618.307000', '212618.309000', '212618.312000', '212618.314000', '212638.202000', '212638.205000', '212638.208000', '212638.211000', '212638.213000', '212638.216000', '212638.219000', '212638.221000', '212638.224000', '212638.226000', '212638.229000', '212638.232000', '212638.234000', '212638.237000', '212638.239000', '212638.242000', '212638.245000', '212638.247000', '212638.250000', '212638.252000', '212638.255000', '212638.257000', '212638.260000', '212638.263000', '212638.265000', '212638.268000', '212638.271000', '212638.273000', '212638.276000', '212638.278000', '212638.281000', '212638.283000', '212638.286000', '212638.289000', '212638.291000', '212638.294000', '212638.296000', '212638.299000', '212638.302000', '212638.304000', '212638.307000', '212638.309000', '212638.312000', '212658.204000', '212658.206000', '212658.209000', '212658.212000', '212658.214000', '212658.217000', '212658.219000', '212658.222000', '212658.225000', '212658.227000', '212658.230000', '212658.232000', '212658.235000', '212658.237000', '212658.240000', '212658.243000', '212658.245000', '212658.248000', '212658.250000', '212658.253000', '212658.255000', '212658.258000', '212658.261000', '212658.263000', '212658.266000', '212658.268000', '212658.271000', '212658.273000', '212658.276000', '212658.279000', '212658.281000', '212658.284000', '212658.286000', '212658.289000', '212658.292000', '212658.294000', '212658.297000', '212658.300000', '212658.302000', '212658.305000', '212658.308000', '212658.310000', '212658.313000', '212658.315000', '212718.204000', '212718.206000', '212718.209000', '212718.212000', '212718.215000', '212718.217000', '212718.220000', '212718.222000', '212718.225000', '212718.228000', '212718.230000', '212718.233000', '212718.235000', '212718.238000', '212718.241000', '212718.243000', '212718.246000', '212718.248000', '212718.251000', '212718.253000', '212718.265000', '212718.268000', '212718.270000', '212718.273000', '212718.276000', '212718.278000', '212718.281000', '212718.283000', '212718.286000', '212718.289000', '212718.291000', '212718.294000', '212718.296000', '212718.299000', '212718.302000', '212718.304000', '212718.307000', '212718.310000', '212718.312000', '212718.315000', '212718.317000', '212718.320000', '212718.323000', '212738.204000', '212738.206000', '212738.209000', '212738.212000', '212738.214000', '212738.217000', '212738.220000', '212738.222000', '212738.225000', '212738.228000', '212738.230000', '212738.233000', '212738.235000', '212738.238000', '212738.241000', '212738.243000', '212738.246000', '212738.248000', '212738.251000', '212738.254000', '212738.256000', '212738.259000', '212738.261000', '212738.264000', '212738.267000', '212738.269000', '212738.272000', '212738.275000', '212738.277000', '212738.280000', '212738.282000', '212738.285000', '212738.288000', '212738.290000', '212738.293000', '212738.296000', '212738.298000', '212738.301000', '212738.304000', '212738.306000', '212738.309000', '212738.311000', '212738.314000', '212738.326000', '212758.204000', '212758.206000', '212758.209000', '212758.212000', '212758.214000', '212758.217000', '212758.220000', '212758.222000', '212758.225000', '212758.227000', '212758.230000', '212758.232000', '212758.235000', '212758.238000', '212758.240000', '212758.243000', '212758.246000', '212758.248000', '212758.251000', '212758.253000', '212758.256000', '212758.259000', '212758.261000', '212758.264000', '212758.266000', '212758.269000', '212758.271000', '212758.274000', '212758.277000', '212758.279000', '212758.282000', '212758.284000', '212758.287000', '212758.290000', '212758.292000', '212758.295000', '212758.298000', '212758.300000', '212758.303000', '212758.305000', '212758.308000', '212758.311000', '212758.313000', '212818.203000', '212818.206000', '212818.208000', '212818.211000', '212818.213000', '212818.216000', '212818.219000', '212818.221000', '212818.224000', '212818.226000', '212818.229000', '212818.232000', '212818.234000', '212818.237000', '212818.239000', '212818.242000', '212818.244000', '212818.247000', '212818.250000', '212818.252000', '212818.255000', '212818.257000', '212818.260000', '212818.263000', '212818.265000', '212818.268000', '212818.270000', '212818.273000', '212818.276000', '212818.278000', '212818.281000', '212818.283000', '212818.286000', '212818.289000', '212818.291000', '212818.294000', '212818.297000', '212818.299000', '212818.302000', '212818.305000', '212818.307000', '212818.310000', '212818.313000', '212818.315000', '212822.271000', '212822.274000', '212822.277000', '212822.279000', '212822.282000', '212822.284000', '212822.287000', '212822.290000', '212822.292000'], 'InstanceCreationTime': ['211958.235000', '211958.238000', '211958.241000', '211958.244000', '211958.247000', '211958.249000', '211958.252000', '211958.254000', '211958.257000', '211958.260000', '211958.262000', '211958.265000', '211958.267000', '211958.293000', '211958.296000', '211958.298000', '211958.301000', '211958.309000', '211958.316000', '211958.318000', '211958.321000', '211958.324000', '211958.326000', '211958.329000', '211958.331000', '211958.334000', '211958.336000', '211958.339000', '211958.342000', '211958.344000', '211958.347000', '211958.349000', '211958.352000', '211958.355000', '211958.357000', '211958.360000', '211958.363000', '211958.365000', '211958.368000', '211958.370000', '211958.373000', '211958.375000', '211958.378000', '211958.381000', '211958.383000', '211958.386000', '211958.388000', '211958.391000', '211958.393000', '211958.396000', '211958.398000', '211958.406000', '211958.409000', '211958.412000', '211958.414000', '211958.417000', '211958.419000', '211958.422000', '211958.424000', '211958.427000', '212018.203000', '212018.206000', '212018.210000', '212018.212000', '212018.215000', '212018.228000', '212018.230000', '212018.233000', '212018.235000', '212018.238000', '212018.240000', '212018.243000', '212018.245000', '212018.248000', '212018.250000', '212018.253000', '212018.256000', '212018.258000', '212018.261000', '212018.263000', '212018.266000', '212018.269000', '212018.271000', '212018.274000', '212018.276000', '212018.279000', '212018.281000', '212018.284000', '212018.287000', '212018.289000', '212018.292000', '212018.294000', '212018.297000', '212018.300000', '212018.302000', '212018.305000', '212018.307000', '212018.310000', '212018.312000', '212018.315000', '212018.318000', '212018.320000', '212018.323000', '212038.204000', '212038.207000', '212038.209000', '212038.212000', '212038.214000', '212038.217000', '212038.219000', '212038.222000', '212038.224000', '212038.227000', '212038.230000', '212038.232000', '212038.235000', '212038.237000', '212038.240000', '212038.242000', '212038.245000', '212038.248000', '212038.250000', '212038.253000', '212038.256000', '212038.258000', '212038.261000', '212038.263000', '212038.266000', '212038.269000', '212038.271000', '212038.274000', '212038.276000', '212038.279000', '212038.282000', '212038.284000', '212038.287000', '212038.289000', '212038.292000', '212038.295000', '212038.298000', '212038.300000', '212038.303000', '212038.306000', '212038.308000', '212038.311000', '212038.313000', '212038.316000', '212058.203000', '212058.206000', '212058.209000', '212058.211000', '212058.214000', '212058.217000', '212058.219000', '212058.222000', '212058.224000', '212058.227000', '212058.229000', '212058.232000', '212058.235000', '212058.237000', '212058.240000', '212058.242000', '212058.245000', '212058.247000', '212058.250000', '212058.252000', '212058.255000', '212058.257000', '212058.260000', '212058.263000', '212058.265000', '212058.268000', '212058.270000', '212058.273000', '212058.275000', '212058.278000', '212058.281000', '212058.283000', '212058.286000', '212058.289000', '212058.291000', '212058.294000', '212058.296000', '212058.299000', '212058.301000', '212058.304000', '212058.307000', '212058.309000', '212058.312000', '212118.203000', '212118.205000', '212118.214000', '212118.216000', '212118.219000', '212118.222000', '212118.224000', '212118.227000', '212118.229000', '212118.232000', '212118.235000', '212118.237000', '212118.240000', '212118.243000', '212118.245000', '212118.248000', '212118.251000', '212118.253000', '212118.256000', '212118.259000', '212118.261000', '212118.264000', '212118.270000', '212118.272000', '212118.275000', '212118.278000', '212118.280000', '212118.283000', '212118.285000', '212118.288000', '212118.291000', '212118.293000', '212118.296000', '212118.298000', '212118.301000', '212118.303000', '212118.315000', '212118.318000', '212118.320000', '212118.323000', '212118.325000', '212118.328000', '212118.331000', '212118.333000', '212138.203000', '212138.205000', '212138.208000', '212138.211000', '212138.214000', '212138.239000', '212138.242000', '212138.245000', '212138.247000', '212138.250000', '212138.252000', '212138.255000', '212138.257000', '212138.260000', '212138.263000', '212138.265000', '212138.268000', '212138.270000', '212138.273000', '212138.276000', '212138.278000', '212138.281000', '212138.283000', '212138.286000', '212138.289000', '212138.291000', '212138.294000', '212138.296000', '212138.299000', '212138.302000', '212138.304000', '212138.307000', '212138.310000', '212138.312000', '212138.315000', '212138.317000', '212138.320000', '212138.323000', '212138.325000', '212138.328000', '212138.330000', '212138.333000', '212138.335000', '212158.202000', '212158.205000', '212158.208000', '212158.211000', '212158.213000', '212158.216000', '212158.218000', '212158.221000', '212158.224000', '212158.226000', '212158.229000', '212158.231000', '212158.234000', '212158.236000', '212158.239000', '212158.242000', '212158.244000', '212158.247000', '212158.249000', '212158.252000', '212158.255000', '212158.257000', '212158.260000', '212158.262000', '212158.265000', '212158.268000', '212158.270000', '212158.273000', '212158.276000', '212158.278000', '212158.285000', '212158.288000', '212158.291000', '212158.293000', '212158.296000', '212158.299000', '212158.301000', '212158.304000', '212158.307000', '212158.309000', '212158.312000', '212158.314000', '212158.317000', '212218.203000', '212218.205000', '212218.208000', '212218.211000', '212218.213000', '212218.216000', '212218.218000', '212218.221000', '212218.224000', '212218.226000', '212218.229000', '212218.231000', '212218.234000', '212218.237000', '212218.239000', '212218.242000', '212218.244000', '212218.247000', '212218.249000', '212218.252000', '212218.255000', '212218.257000', '212218.260000', '212218.262000', '212218.265000', '212218.267000', '212218.270000', '212218.273000', '212218.275000', '212218.278000', '212218.280000', '212218.283000', '212218.286000', '212218.288000', '212218.291000', '212218.293000', '212218.296000', '212218.299000', '212218.301000', '212218.304000', '212218.306000', '212218.309000', '212218.311000', '212218.314000', '212238.203000', '212238.206000', '212238.209000', '212238.211000', '212238.214000', '212238.217000', '212238.219000', '212238.222000', '212238.225000', '212238.228000', '212238.231000', '212238.234000', '212238.237000', '212238.240000', '212238.242000', '212238.245000', '212238.248000', '212238.250000', '212238.253000', '212238.256000', '212238.258000', '212238.261000', '212238.263000', '212238.266000', '212238.268000', '212238.271000', '212238.274000', '212238.276000', '212238.279000', '212238.282000', '212238.284000', '212238.287000', '212238.289000', '212238.292000', '212238.295000', '212238.297000', '212238.300000', '212238.302000', '212238.305000', '212238.307000', '212238.310000', '212238.313000', '212238.315000', '212258.203000', '212258.206000', '212258.209000', '212258.212000', '212258.214000', '212258.217000', '212258.219000', '212258.222000', '212258.224000', '212258.227000', '212258.230000', '212258.232000', '212258.235000', '212258.247000', '212258.250000', '212258.253000', '212258.255000', '212258.258000', '212258.276000', '212258.278000', '212258.281000', '212258.283000', '212258.286000', '212258.288000', '212258.291000', '212258.294000', '212258.296000', '212258.299000', '212258.301000', '212258.304000', '212258.307000', '212258.309000', '212258.312000', '212258.314000', '212258.317000', '212258.320000', '212258.322000', '212258.325000', '212258.327000', '212258.330000', '212258.333000', '212258.335000', '212258.338000', '212258.340000', '212318.204000', '212318.206000', '212318.209000', '212318.212000', '212318.214000', '212318.217000', '212318.220000', '212318.223000', '212318.226000', '212318.229000', '212318.231000', '212318.234000', '212318.236000', '212318.239000', '212318.242000', '212318.244000', '212318.247000', '212318.249000', '212318.252000', '212318.255000', '212318.257000', '212318.260000', '212318.262000', '212318.265000', '212318.268000', '212318.270000', '212318.273000', '212318.275000', '212318.278000', '212318.281000', '212318.283000', '212318.286000', '212318.289000', '212318.291000', '212318.294000', '212318.296000', '212318.299000', '212318.301000', '212318.304000', '212318.307000', '212318.309000', '212318.312000', '212318.314000', '212338.203000', '212338.205000', '212338.208000', '212338.211000', '212338.213000', '212338.216000', '212338.218000', '212338.221000', '212338.232000', '212338.235000', '212338.238000', '212338.240000', '212338.243000', '212338.245000', '212338.248000', '212338.250000', '212338.264000', '212338.267000', '212338.269000', '212338.272000', '212338.274000', '212338.277000', '212338.280000', '212338.282000', '212338.285000', '212338.287000', '212338.290000', '212338.293000', '212338.295000', '212338.298000', '212338.300000', '212338.303000', '212338.306000', '212338.308000', '212338.311000', '212338.313000', '212338.316000', '212338.319000', '212338.321000', '212338.324000', '212338.326000', '212338.329000', '212338.332000', '212338.334000', '212358.203000', '212358.206000', '212358.208000', '212358.211000', '212358.214000', '212358.216000', '212358.219000', '212358.221000', '212358.224000', '212358.226000', '212358.229000', '212358.232000', '212358.234000', '212358.237000', '212358.239000', '212358.242000', '212358.245000', '212358.247000', '212358.250000', '212358.252000', '212358.255000', '212358.258000', '212358.260000', '212358.263000', '212358.266000', '212358.268000', '212358.272000', '212358.275000', '212358.277000', '212358.280000', '212358.283000', '212358.285000', '212358.288000', '212358.290000', '212358.293000', '212358.295000', '212358.298000', '212358.301000', '212358.303000', '212358.306000', '212358.308000', '212358.311000', '212358.314000', '212418.202000', '212418.205000', '212418.208000', '212418.210000', '212418.213000', '212418.216000', '212418.218000', '212418.221000', '212418.223000', '212418.226000', '212418.229000', '212418.231000', '212418.234000', '212418.237000', '212418.239000', '212418.242000', '212418.245000', '212418.247000', '212418.250000', '212418.252000', '212418.255000', '212418.257000', '212418.260000', '212418.263000', '212418.265000', '212418.268000', '212418.270000', '212418.273000', '212418.276000', '212418.278000', '212418.281000', '212418.284000', '212418.286000', '212418.289000', '212418.291000', '212418.294000', '212418.296000', '212418.299000', '212418.302000', '212418.304000', '212418.307000', '212418.309000', '212418.320000', '212418.323000', '212438.203000', '212438.205000', '212438.208000', '212438.211000', '212438.214000', '212438.216000', '212438.219000', '212438.221000', '212438.224000', '212438.227000', '212438.229000', '212438.232000', '212438.235000', '212438.238000', '212438.241000', '212438.243000', '212438.246000', '212438.248000', '212438.251000', '212438.253000', '212438.256000', '212438.259000', '212438.261000', '212438.264000', '212438.266000', '212438.269000', '212438.271000', '212438.274000', '212438.277000', '212438.279000', '212438.282000', '212438.284000', '212438.287000', '212438.289000', '212438.292000', '212438.295000', '212438.297000', '212438.300000', '212438.302000', '212438.305000', '212438.308000', '212438.310000', '212438.313000', '212458.204000', '212458.206000', '212458.209000', '212458.212000', '212458.214000', '212458.217000', '212458.219000', '212458.222000', '212458.224000', '212458.227000', '212458.229000', '212458.232000', '212458.235000', '212458.237000', '212458.240000', '212458.242000', '212458.245000', '212458.248000', '212458.250000', '212458.253000', '212458.255000', '212458.258000', '212458.261000', '212458.263000', '212458.266000', '212458.276000', '212458.278000', '212458.281000', '212458.284000', '212458.286000', '212458.289000', '212458.291000', '212458.294000', '212458.297000', '212458.299000', '212458.302000', '212458.304000', '212458.307000', '212458.309000', '212458.312000', '212458.315000', '212458.317000', '212458.320000', '212458.322000', '212518.204000', '212518.207000', '212518.209000', '212518.212000', '212518.214000', '212518.217000', '212518.219000', '212518.222000', '212518.225000', '212518.227000', '212518.230000', '212518.232000', '212518.235000', '212518.238000', '212518.240000', '212518.243000', '212518.246000', '212518.248000', '212518.251000', '212518.253000', '212518.256000', '212518.258000', '212518.261000', '212518.264000', '212518.266000', '212518.269000', '212518.271000', '212518.274000', '212518.277000', '212518.279000', '212518.282000', '212518.285000', '212518.287000', '212518.290000', '212518.292000', '212518.295000', '212518.298000', '212518.300000', '212518.303000', '212518.307000', '212518.309000', '212518.312000', '212518.314000', '212538.203000', '212538.206000', '212538.209000', '212538.212000', '212538.214000', '212538.217000', '212538.219000', '212538.222000', '212538.224000', '212538.227000', '212538.230000', '212538.232000', '212538.235000', '212538.237000', '212538.240000', '212538.243000', '212538.245000', '212538.248000', '212538.250000', '212538.253000', '212538.255000', '212538.258000', '212538.260000', '212538.263000', '212538.266000', '212538.268000', '212538.271000', '212538.273000', '212538.276000', '212538.279000', '212538.281000', '212538.284000', '212538.286000', '212538.289000', '212538.291000', '212538.294000', '212538.297000', '212538.299000', '212538.302000', '212538.304000', '212538.307000', '212538.310000', '212538.312000', '212538.315000', '212558.202000', '212558.205000', '212558.208000', '212558.211000', '212558.213000', '212558.216000', '212558.218000', '212558.221000', '212558.223000', '212558.232000', '212558.235000', '212558.238000', '212558.240000', '212558.243000', '212558.245000', '212558.248000', '212558.250000', '212558.253000', '212558.256000', '212558.258000', '212558.261000', '212558.264000', '212558.266000', '212558.269000', '212558.272000', '212558.274000', '212558.277000', '212558.279000', '212558.282000', '212558.284000', '212558.287000', '212558.289000', '212558.292000', '212558.295000', '212558.297000', '212558.300000', '212558.302000', '212558.305000', '212558.308000', '212558.310000', '212558.313000', '212558.315000', '212558.318000', '212618.203000', '212618.205000', '212618.208000', '212618.211000', '212618.213000', '212618.216000', '212618.218000', '212618.221000', '212618.224000', '212618.226000', '212618.229000', '212618.231000', '212618.234000', '212618.237000', '212618.239000', '212618.242000', '212618.244000', '212618.247000', '212618.249000', '212618.252000', '212618.255000', '212618.257000', '212618.260000', '212618.263000', '212618.265000', '212618.268000', '212618.270000', '212618.273000', '212618.276000', '212618.278000', '212618.281000', '212618.283000', '212618.286000', '212618.288000', '212618.291000', '212618.294000', '212618.296000', '212618.299000', '212618.301000', '212618.304000', '212618.307000', '212618.309000', '212618.312000', '212618.314000', '212638.202000', '212638.205000', '212638.208000', '212638.211000', '212638.213000', '212638.216000', '212638.219000', '212638.221000', '212638.224000', '212638.226000', '212638.229000', '212638.232000', '212638.234000', '212638.237000', '212638.239000', '212638.242000', '212638.245000', '212638.247000', '212638.250000', '212638.252000', '212638.255000', '212638.257000', '212638.260000', '212638.263000', '212638.265000', '212638.268000', '212638.271000', '212638.273000', '212638.276000', '212638.278000', '212638.281000', '212638.283000', '212638.286000', '212638.289000', '212638.291000', '212638.294000', '212638.296000', '212638.299000', '212638.302000', '212638.304000', '212638.307000', '212638.309000', '212638.312000', '212658.204000', '212658.206000', '212658.209000', '212658.212000', '212658.214000', '212658.217000', '212658.219000', '212658.222000', '212658.225000', '212658.227000', '212658.230000', '212658.232000', '212658.235000', '212658.237000', '212658.240000', '212658.243000', '212658.245000', '212658.248000', '212658.250000', '212658.253000', '212658.255000', '212658.258000', '212658.261000', '212658.263000', '212658.266000', '212658.268000', '212658.271000', '212658.273000', '212658.276000', '212658.279000', '212658.281000', '212658.284000', '212658.286000', '212658.289000', '212658.292000', '212658.294000', '212658.297000', '212658.300000', '212658.302000', '212658.305000', '212658.308000', '212658.310000', '212658.313000', '212658.315000', '212718.204000', '212718.206000', '212718.209000', '212718.212000', '212718.215000', '212718.217000', '212718.220000', '212718.222000', '212718.225000', '212718.228000', '212718.230000', '212718.233000', '212718.235000', '212718.238000', '212718.241000', '212718.243000', '212718.246000', '212718.248000', '212718.251000', '212718.253000', '212718.265000', '212718.268000', '212718.270000', '212718.273000', '212718.276000', '212718.278000', '212718.281000', '212718.283000', '212718.286000', '212718.289000', '212718.291000', '212718.294000', '212718.296000', '212718.299000', '212718.302000', '212718.304000', '212718.307000', '212718.310000', '212718.312000', '212718.315000', '212718.317000', '212718.320000', '212718.323000', '212738.204000', '212738.206000', '212738.209000', '212738.212000', '212738.214000', '212738.217000', '212738.220000', '212738.222000', '212738.225000', '212738.228000', '212738.230000', '212738.233000', '212738.235000', '212738.238000', '212738.241000', '212738.243000', '212738.246000', '212738.248000', '212738.251000', '212738.254000', '212738.256000', '212738.259000', '212738.261000', '212738.264000', '212738.267000', '212738.269000', '212738.272000', '212738.275000', '212738.277000', '212738.280000', '212738.282000', '212738.285000', '212738.288000', '212738.290000', '212738.293000', '212738.296000', '212738.298000', '212738.301000', '212738.304000', '212738.306000', '212738.309000', '212738.311000', '212738.314000', '212738.326000', '212758.204000', '212758.206000', '212758.209000', '212758.212000', '212758.214000', '212758.217000', '212758.220000', '212758.222000', '212758.225000', '212758.227000', '212758.230000', '212758.232000', '212758.235000', '212758.238000', '212758.240000', '212758.243000', '212758.246000', '212758.248000', '212758.251000', '212758.253000', '212758.256000', '212758.259000', '212758.261000', '212758.264000', '212758.266000', '212758.269000', '212758.271000', '212758.274000', '212758.277000', '212758.279000', '212758.282000', '212758.284000', '212758.287000', '212758.290000', '212758.292000', '212758.295000', '212758.298000', '212758.300000', '212758.303000', '212758.305000', '212758.308000', '212758.311000', '212758.313000', '212818.203000', '212818.206000', '212818.208000', '212818.211000', '212818.213000', '212818.216000', '212818.219000', '212818.221000', '212818.224000', '212818.226000', '212818.229000', '212818.232000', '212818.234000', '212818.237000', '212818.239000', '212818.242000', '212818.244000', '212818.247000', '212818.250000', '212818.252000', '212818.255000', '212818.257000', '212818.260000', '212818.263000', '212818.265000', '212818.268000', '212818.270000', '212818.273000', '212818.276000', '212818.278000', '212818.281000', '212818.283000', '212818.286000', '212818.289000', '212818.291000', '212818.294000', '212818.297000', '212818.299000', '212818.302000', '212818.305000', '212818.307000', '212818.310000', '212818.313000', '212818.315000', '212822.271000', '212822.274000', '212822.277000', '212822.279000', '212822.282000', '212822.284000', '212822.287000', '212822.290000', '212822.292000'], '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], 'LargestImagePixelValue': [10181, 9214, 9849, 10802, 7971, 10991, 9132, 8657, 10239, 8248, 10245, 7941, 10220, 10142, 9643, 11098, 8726, 9441, 9922, 9070, 11196, 8584, 10732, 9896, 9433, 10749, 8536, 10482, 9186, 8832, 10702, 8557, 10274, 9623, 9722, 10260, 9247, 11312, 8466, 9019, 9785, 8637, 10727, 8526, 9061, 10157, 8045, 10097, 8723, 9371, 9994, 8236, 9666, 9541, 8174, 9824, 8120, 10188, 7823, 9248, 9931, 8743, 10510, 8326, 10272, 8781, 8920, 10549, 9115, 10792, 8753, 11528, 8579, 9979, 10610, 8783, 11236, 8779, 10472, 10059, 8916, 11028, 8231, 9570, 9302, 9594, 10807, 8549, 9308, 9923, 8280, 9904, 8197, 8983, 8885, 9133, 8840, 10152, 9747, 8658, 10912, 8367, 9225, 10170, 8550, 10547, 10358, 8426, 10523, 8375, 9990, 9978, 8487, 10933, 9009, 8670, 10271, 8331, 9940, 9910, 8829, 10566, 8644, 8859, 10331, 9097, 9689, 9109, 11730, 9264, 11991, 9323, 10674, 11079, 8708, 11693, 8721, 9575, 10763, 8545, 11171, 8947, 10558, 10920, 8025, 10629, 10384, 8244, 10510, 8757, 10314, 10569, 8238, 10594, 9366, 8833, 9979, 8003, 10481, 8909, 8792, 10649, 8745, 9188, 9590, 8072, 10555, 8984, 8660, 10030, 7974, 9493, 8778, 8512, 10336, 8196, 10121, 10199, 8377, 10212, 8070, 9863, 9077, 9546, 10753, 8233, 10501, 8334, 9956, 8842, 8932, 10892, 8812, 9108, 10218, 8419, 10590, 8368, 10656, 9602, 8468, 11071, 8124, 9906, 9219, 9339, 10589, 8527, 10927, 9195, 8757, 10276, 8277, 10958, 9425, 9987, 10488, 7992, 10337, 9453, 8883, 10496, 8032, 9868, 10129, 7947, 10131, 8869, 9176, 10219, 7992, 9551, 10236, 8001, 9681, 8518, 9652, 9552, 8557, 10124, 8864, 8881, 9618, 8697, 10957, 8490, 8739, 9695, 8465, 9791, 8730, 8665, 10477, 8591, 9492, 9772, 8204, 10169, 8884, 9054, 9854, 8113, 9860, 9607, 8422, 9774, 8380, 8813, 9499, 7956, 9909, 9070, 8315, 10245, 8003, 9703, 9527, 8600, 9705, 8298, 9300, 9516, 8775, 10065, 8698, 8438, 9713, 8139, 10206, 9146, 8852, 10685, 8587, 9205, 9418, 8871, 10387, 8580, 9088, 9595, 8110, 9749, 8642, 9428, 9483, 8864, 10165, 8341, 8554, 9856, 8975, 10946, 8884, 11202, 9878, 8543, 11021, 8702, 9980, 10265, 8664, 11198, 10173, 8191, 10605, 8300, 10076, 9918, 8557, 10421, 8617, 9029, 10026, 8360, 10294, 8253, 9369, 10018, 8247, 10134, 8554, 9634, 10018, 8669, 11062, 9129, 8544, 9724, 8363, 10046, 8171, 8854, 9888, 8821, 9551, 8534, 9155, 8263, 10993, 8851, 11339, 9694, 8510, 10718, 8912, 8433, 10030, 8559, 10735, 8455, 9591, 9762, 8251, 10160, 8877, 9131, 10496, 8683, 11118, 9712, 8191, 10617, 7851, 10680, 9955, 8189, 11032, 7645, 9084, 9442, 7992, 10512, 8234, 10480, 9421, 9235, 10262, 8321, 10632, 7994, 9371, 10286, 8939, 9961, 9240, 8648, 10803, 7893, 9808, 10182, 8099, 9958, 7982, 9711, 9830, 8028, 10880, 8853, 8109, 10005, 8042, 10421, 9378, 8027, 10254, 7682, 8603, 10154, 8241, 10202, 9319, 8195, 9868, 8069, 8963, 9404, 8098, 10572, 8615, 9033, 9731, 8143, 8912, 8889, 8185, 9971, 7709, 8567, 9234, 8100, 9175, 7843, 8439, 9813, 8648, 10330, 8617, 8444, 9353, 8108, 9840, 8907, 8249, 10200, 8093, 8598, 8571, 8238, 9388, 8394, 10176, 8008, 8548, 9786, 8109, 10692, 8580, 9903, 10309, 8750, 11364, 9159, 8117, 10243, 8689, 10149, 9546, 8366, 10534, 8770, 8729, 9586, 8619, 10012, 9373, 8297, 10368, 7991, 9760, 9118, 9373, 10682, 8048, 10645, 10755, 7999, 10000, 8052, 8924, 9955, 8593, 10245, 9022, 8257, 9698, 8476, 9772, 7966, 8465, 9881, 7872, 9459, 7752, 8658, 9322, 8284, 10244, 8486, 9912, 9186, 8287, 10684, 8936, 9989, 9742, 8594, 11277, 9421, 8427, 10222, 8707, 10885, 9053, 9204, 10281, 8355, 9602, 9292, 8472, 10432, 7803, 9848, 10026, 8367, 10098, 8989, 8804, 10006, 8226, 10099, 9329, 8509, 10112, 8323, 9735, 9382, 8795, 10211, 8139, 9019, 8013, 8335, 9818, 8650, 10185, 9057, 8349, 10213, 8589, 10665, 9198, 8563, 9961, 8557, 9749, 8104, 9048, 9937, 8613, 10944, 8211, 8526, 9836, 8375, 10768, 8079, 9437, 10235, 8641, 9760, 8031, 9893, 7852, 9008, 8229, 8396, 7894, 8174, 10201, 8831, 10622, 8722, 11450, 8782, 11840, 9819, 10779, 10858, 8680, 10756, 10951, 8912, 10539, 8752, 8650, 9681, 8287, 10538, 7513, 9432, 10149, 8387, 10528, 8048, 9405, 10371, 8658, 11002, 9349, 8362, 10426, 8576, 10636, 8487, 9205, 10654, 8635, 11370, 9736, 8980, 11085, 8670, 10741, 10812, 8437, 10864, 9087, 9150, 10444, 8399, 10521, 9818, 8317, 10914, 8097, 10070, 10446, 8833, 10776, 9419, 9256, 10575, 8364, 11406, 9593, 9279, 10272, 8715, 10718, 8404, 9567, 10499, 8879, 10737, 9286, 8668, 10312, 8923, 11524, 9673, 8509, 10218, 8952, 10785, 9422, 9246, 10683, 8566, 10671, 9176, 9981, 10899, 8452, 11347, 9750, 8429, 10570, 7786, 10806, 9863, 8640, 11253, 9601, 9906, 10346, 8689, 10785, 9329, 9447, 10997, 7704, 9802, 9485, 8903, 10646, 8805, 10600, 10158, 8534, 10907, 8554, 10605, 10273, 8885, 11717, 9336, 9331, 10004, 8975, 10729, 8536, 9296, 10157, 8732, 10680, 9345, 9503, 10060, 8805, 11078, 9828, 8719, 10119, 8705, 10902, 9647, 8582, 10619, 8166, 9895, 9259, 8613, 10657, 8230, 10302, 10892, 8776, 10855, 8990, 9051, 10095, 8848, 11396, 9801, 8359, 10295, 8423, 10146, 9686, 9223, 11554, 8324, 10060, 9692, 8975, 11104, 8831, 11023, 10191, 8840, 10821, 8722, 10165, 10261, 9084, 10878, 9386, 8489, 10175, 8862, 10305, 9915, 8784, 10586, 9112, 8784, 9596, 8948, 10315, 8488, 9004, 9557, 8807, 10614, 8639, 9777, 10005, 8824, 11165, 9050, 9002, 9997, 8990, 9686, 8980, 8866, 10759, 8267, 9218, 9332, 8896, 10435, 9040, 9208, 10261, 8483, 10233, 9272, 9675, 10782, 8963, 11027, 9750, 8648, 10845, 8539, 10047, 10049, 8801, 11073, 9492, 9143, 9907, 9107, 10540, 8992, 9580, 10318, 8699, 10165, 8734, 9558, 9923, 8934, 11198, 8408, 9360, 9479, 9696, 10954, 9116, 10997, 9798, 9244, 10262, 8675, 10990, 9799, 9760, 10655, 8916, 10036, 9047, 9281, 10140, 8550, 10837, 9557, 8570, 10866, 8197, 10380, 9922, 8782, 10712, 9524, 9292, 10133, 8608, 10375, 9099, 9358, 10149, 8934, 10536, 8897, 9283, 10645, 8798, 10897, 9732, 9156, 10917, 8317, 9663, 10201, 8964, 10844, 9655, 8851, 10396, 8423, 9732, 8959, 9311, 10222, 9074, 10766, 9434, 8782, 10875, 8820, 10203, 8509, 9830, 10441, 8902, 11593, 9459, 9610, 10643, 9130, 11248, 9311, 9345, 10558, 8690, 9951, 8986, 9402, 10723, 8604, 10452, 9713, 8573, 10509, 8351, 10532, 9839, 8810, 10992, 8917, 9405, 9740, 9303, 10571, 8545, 10263, 10076, 8706, 10849, 8809, 10111, 10244, 8974, 10898, 9414, 8771, 10451, 8606, 10080, 10044, 8738, 10875, 8693, 8535, 10232, 9021, 10488, 9620, 8849, 10773, 8540, 9535, 9556, 8855, 10760, 8617, 10084, 9696, 8962, 10184, 8834, 9776, 9479, 9505, 10808, 8608, 9027, 10137, 9113, 10499, 8845, 9611, 10443, 8879, 11092, 8904, 9188, 10169, 9208, 10952, 9662, 8783, 11012, 8559, 10844, 9718, 9835, 10899, 8867, 11354, 8611, 10166, 10342, 8873, 11530, 8966, 11814, 10142, 8662, 11186, 8856, 11214, 9902, 8994, 11061, 8953, 10930, 8827, 10562, 9966, 8968, 11130, 8443, 10308, 9831, 9063, 10896, 8523, 10027, 10264, 8756, 11020, 8866, 9598, 10383, 8976, 11195, 9040, 8826, 10591, 8565, 10446, 8923, 10019, 10389, 8954, 11374, 8916, 8793, 9371, 9421, 10248, 9201, 10195, 10233, 10324, 9179, 9347, 9258, 11099, 11034, 9606, 10907, 9211, 9764, 10782, 9190, 11041, 9560, 9760, 10573, 8973, 11924, 9510, 8935, 10893, 8686, 11187, 10024, 9006, 11557, 9606, 8927, 10757, 8969, 11476, 9987, 9494, 11183, 8588, 10271, 10184, 8931, 10662, 9682, 9134, 11009, 8424, 9896, 10006, 9056, 10534, 9339, 9253, 10329, 8421, 9552, 9469, 9113, 10264, 8561, 10550, 9236, 8992, 10348, 8827, 10366, 9293, 9648, 10177, 8586, 10199, 9446, 9389], 'WindowCenter': [4777.0, 4742.0, 4734.0, 4732.0, 4688.0, 4728.0, 4708.0, 4697.0, 4705.0, 4685.0, 4717.0, 4685.0, 4715.0, 4716.0, 4702.0, 4726.0, 4698.0, 4707.0, 4719.0, 4707.0, 4730.0, 4694.0, 4725.0, 4714.0, 4694.0, 4717.0, 4695.0, 4716.0, 4695.0, 4692.0, 4717.0, 4692.0, 4703.0, 4695.0, 4701.0, 4706.0, 4693.0, 4724.0, 4682.0, 4706.0, 4706.0, 4682.0, 4716.0, 4683.0, 4696.0, 4715.0, 4697.0, 4729.0, 4694.0, 4693.0, 4705.0, 4673.0, 4691.0, 4694.0, 4683.0, 4705.0, 4674.0, 4711.0, 4683.0, 4709.0, 4718.0, 4707.0, 4728.0, 4697.0, 4728.0, 4707.0, 4723.0, 4729.0, 4721.0, 4740.0, 4696.0, 4738.0, 4698.0, 4717.0, 4726.0, 4700.0, 4740.0, 4696.0, 4714.0, 4703.0, 4682.0, 4714.0, 4685.0, 4691.0, 4704.0, 4693.0, 4713.0, 4682.0, 4692.0, 4715.0, 4682.0, 4706.0, 4694.0, 4721.0, 4707.0, 4720.0, 4717.0, 4739.0, 4729.0, 4709.0, 4726.0, 4694.0, 4704.0, 4715.0, 4682.0, 4702.0, 4716.0, 4684.0, 4701.0, 4682.0, 4694.0, 4703.0, 4670.0, 4699.0, 4683.0, 4682.0, 4700.0, 4670.0, 4691.0, 4692.0, 4668.0, 4701.0, 4684.0, 4682.0, 4714.0, 4699.0, 4707.0, 4706.0, 4726.0, 4708.0, 4737.0, 4720.0, 4714.0, 4711.0, 4671.0, 4712.0, 4682.0, 4689.0, 4703.0, 4682.0, 4701.0, 4681.0, 4690.0, 4702.0, 4656.0, 4688.0, 4689.0, 4669.0, 4689.0, 4668.0, 4687.0, 4689.0, 4656.0, 4691.0, 4693.0, 4679.0, 4690.0, 4669.0, 4699.0, 4681.0, 4682.0, 4714.0, 4682.0, 4707.0, 4704.0, 4670.0, 4703.0, 4683.0, 4682.0, 4702.0, 4684.0, 4707.0, 4694.0, 4681.0, 4705.0, 4683.0, 4701.0, 4704.0, 4682.0, 4703.0, 4673.0, 4705.0, 4694.0, 4702.0, 4715.0, 4697.0, 4727.0, 4696.0, 4718.0, 4708.0, 4707.0, 4727.0, 4705.0, 4709.0, 4717.0, 4685.0, 4716.0, 4683.0, 4712.0, 4705.0, 4671.0, 4711.0, 4673.0, 4691.0, 4682.0, 4692.0, 4703.0, 4681.0, 4700.0, 4692.0, 4693.0, 4703.0, 4668.0, 4703.0, 4691.0, 4689.0, 4704.0, 4672.0, 4703.0, 4691.0, 4681.0, 4702.0, 4662.0, 4688.0, 4701.0, 4669.0, 4701.0, 4681.0, 4681.0, 4702.0, 4668.0, 4692.0, 4715.0, 4674.0, 4691.0, 4683.0, 4690.0, 4702.0, 4684.0, 4717.0, 4695.0, 4693.0, 4706.0, 4694.0, 4726.0, 4694.0, 4696.0, 4727.0, 4696.0, 4715.0, 4707.0, 4696.0, 4727.0, 4692.0, 4707.0, 4719.0, 4682.0, 4706.0, 4695.0, 4691.0, 4705.0, 4671.0, 4712.0, 4704.0, 4671.0, 4703.0, 4683.0, 4689.0, 4704.0, 4670.0, 4714.0, 4694.0, 4682.0, 4715.0, 4673.0, 4705.0, 4704.0, 4694.0, 4705.0, 4682.0, 4705.0, 4705.0, 4685.0, 4704.0, 4696.0, 4698.0, 4717.0, 4685.0, 4716.0, 4704.0, 4693.0, 4727.0, 4696.0, 4702.0, 4707.0, 4696.0, 4713.0, 4682.0, 4696.0, 4718.0, 4684.0, 4704.0, 4693.0, 4704.0, 4705.0, 4695.0, 4729.0, 4697.0, 4697.0, 4717.0, 4707.0, 4727.0, 4707.0, 4736.0, 4726.0, 4695.0, 4715.0, 4695.0, 4705.0, 4706.0, 4682.0, 4701.0, 4705.0, 4680.0, 4700.0, 4669.0, 4691.0, 4689.0, 4666.0, 4701.0, 4681.0, 4682.0, 4690.0, 4668.0, 4698.0, 4670.0, 4679.0, 4704.0, 4681.0, 4702.0, 4693.0, 4702.0, 4704.0, 4681.0, 4713.0, 4708.0, 4694.0, 4702.0, 4682.0, 4703.0, 4699.0, 4707.0, 4705.0, 4706.0, 4729.0, 4721.0, 4719.0, 4698.0, 4730.0, 4706.0, 4737.0, 4706.0, 4695.0, 4716.0, 4695.0, 4671.0, 4693.0, 4681.0, 4712.0, 4671.0, 4688.0, 4704.0, 4682.0, 4702.0, 4681.0, 4694.0, 4714.0, 4682.0, 4714.0, 4704.0, 4683.0, 4704.0, 4674.0, 4702.0, 4692.0, 4670.0, 4702.0, 4673.0, 4693.0, 4692.0, 4672.0, 4702.0, 4680.0, 4712.0, 4706.0, 4704.0, 4715.0, 4683.0, 4714.0, 4686.0, 4702.0, 4715.0, 4703.0, 4703.0, 4692.0, 4681.0, 4703.0, 4671.0, 4690.0, 4704.0, 4673.0, 4691.0, 4668.0, 4688.0, 4692.0, 4669.0, 4702.0, 4692.0, 4681.0, 4703.0, 4671.0, 4713.0, 4693.0, 4672.0, 4714.0, 4685.0, 4694.0, 4715.0, 4682.0, 4702.0, 4693.0, 4681.0, 4716.0, 4685.0, 4693.0, 4694.0, 4682.0, 4716.0, 4682.0, 4682.0, 4705.0, 4685.0, 4693.0, 4694.0, 4682.0, 4705.0, 4673.0, 4682.0, 4709.0, 4685.0, 4696.0, 4684.0, 4696.0, 4716.0, 4693.0, 4713.0, 4710.0, 4697.0, 4707.0, 4685.0, 4715.0, 4706.0, 4684.0, 4729.0, 4695.0, 4706.0, 4698.0, 4685.0, 4705.0, 4698.0, 4727.0, 4695.0, 4709.0, 4730.0, 4696.0, 4727.0, 4707.0, 4716.0, 4719.0, 4684.0, 4725.0, 4707.0, 4682.0, 4704.0, 4682.0, 4703.0, 4692.0, 4673.0, 4702.0, 4682.0, 4684.0, 4692.0, 4682.0, 4703.0, 4692.0, 4682.0, 4715.0, 4684.0, 4706.0, 4695.0, 4693.0, 4714.0, 4671.0, 4713.0, 4724.0, 4682.0, 4704.0, 4674.0, 4684.0, 4703.0, 4681.0, 4702.0, 4693.0, 4686.0, 4705.0, 4684.0, 4705.0, 4685.0, 4685.0, 4717.0, 4684.0, 4704.0, 4674.0, 4694.0, 4705.0, 4698.0, 4727.0, 4695.0, 4727.0, 4720.0, 4697.0, 4716.0, 4695.0, 4718.0, 4707.0, 4683.0, 4714.0, 4695.0, 4683.0, 4703.0, 4681.0, 4704.0, 4680.0, 4680.0, 4702.0, 4681.0, 4691.0, 4683.0, 4671.0, 4700.0, 4658.0, 4690.0, 4703.0, 4682.0, 4703.0, 4681.0, 4683.0, 4692.0, 4670.0, 4700.0, 4704.0, 4695.0, 4715.0, 4684.0, 4704.0, 4694.0, 4692.0, 4727.0, 4686.0, 4694.0, 4687.0, 4693.0, 4717.0, 4694.0, 4715.0, 4707.0, 4698.0, 4729.0, 4698.0, 4728.0, 4707.0, 4706.0, 4729.0, 4706.0, 4717.0, 4698.0, 4708.0, 4718.0, 4707.0, 4728.0, 4709.0, 4709.0, 4716.0, 4684.0, 4724.0, 4683.0, 4695.0, 4716.0, 4693.0, 4702.0, 4672.0, 4704.0, 4687.0, 4707.0, 4707.0, 4695.0, 4696.0, 4709.0, 4729.0, 4709.0, 4729.0, 4696.0, 4727.0, 4697.0, 4737.0, 4715.0, 4715.0, 4704.0, 4681.0, 4702.0, 4704.0, 4669.0, 4701.0, 4682.0, 4668.0, 4692.0, 4669.0, 4700.0, 4659.0, 4690.0, 4712.0, 4682.0, 4700.0, 4684.0, 4693.0, 4703.0, 4682.0, 4714.0, 4705.0, 4696.0, 4714.0, 4695.0, 4714.0, 4683.0, 4695.0, 4715.0, 4696.0, 4725.0, 4705.0, 4682.0, 4703.0, 4670.0, 4698.0, 4702.0, 4672.0, 4700.0, 4683.0, 4681.0, 4700.0, 4668.0, 4701.0, 4705.0, 4672.0, 4700.0, 4671.0, 4689.0, 4703.0, 4692.0, 4714.0, 4692.0, 4691.0, 4703.0, 4684.0, 4723.0, 4703.0, 4705.0, 4715.0, 4681.0, 4717.0, 4681.0, 4704.0, 4715.0, 4705.0, 4725.0, 4695.0, 4694.0, 4715.0, 4681.0, 4712.0, 4692.0, 4695.0, 4704.0, 4679.0, 4702.0, 4692.0, 4690.0, 4703.0, 4683.0, 4716.0, 4695.0, 4695.0, 4714.0, 4670.0, 4711.0, 4691.0, 4684.0, 4703.0, 4660.0, 4702.0, 4692.0, 4670.0, 4712.0, 4689.0, 4703.0, 4703.0, 4669.0, 4704.0, 4681.0, 4681.0, 4703.0, 4673.0, 4702.0, 4693.0, 4693.0, 4714.0, 4691.0, 4713.0, 4716.0, 4694.0, 4716.0, 4694.0, 4714.0, 4715.0, 4694.0, 4726.0, 4705.0, 4705.0, 4706.0, 4693.0, 4715.0, 4692.0, 4701.0, 4714.0, 4695.0, 4713.0, 4705.0, 4707.0, 4706.0, 4695.0, 4724.0, 4706.0, 4709.0, 4715.0, 4683.0, 4713.0, 4703.0, 4685.0, 4715.0, 4684.0, 4704.0, 4692.0, 4681.0, 4703.0, 4672.0, 4702.0, 4705.0, 4682.0, 4701.0, 4683.0, 4681.0, 4694.0, 4670.0, 4700.0, 4691.0, 4670.0, 4692.0, 4670.0, 4702.0, 4692.0, 4692.0, 4719.0, 4695.0, 4715.0, 4705.0, 4696.0, 4727.0, 4695.0, 4726.0, 4716.0, 4706.0, 4716.0, 4684.0, 4702.0, 4704.0, 4679.0, 4701.0, 4692.0, 4681.0, 4702.0, 4680.0, 4702.0, 4702.0, 4679.0, 4702.0, 4692.0, 4682.0, 4704.0, 4692.0, 4713.0, 4695.0, 4705.0, 4717.0, 4706.0, 4728.0, 4694.0, 4716.0, 4715.0, 4694.0, 4727.0, 4695.0, 4704.0, 4716.0, 4695.0, 4705.0, 4695.0, 4693.0, 4716.0, 4683.0, 4706.0, 4693.0, 4694.0, 4716.0, 4683.0, 4693.0, 4705.0, 4693.0, 4707.0, 4695.0, 4692.0, 4716.0, 4691.0, 4714.0, 4706.0, 4695.0, 4716.0, 4695.0, 4702.0, 4705.0, 4691.0, 4722.0, 4706.0, 4704.0, 4717.0, 4694.0, 4714.0, 4695.0, 4705.0, 4729.0, 4695.0, 4716.0, 4693.0, 4705.0, 4715.0, 4694.0, 4725.0, 4697.0, 4705.0, 4709.0, 4705.0, 4729.0, 4697.0, 4723.0, 4716.0, 4706.0, 4716.0, 4683.0, 4715.0, 4702.0, 4691.0, 4702.0, 4691.0, 4704.0, 4683.0, 4681.0, 4702.0, 4666.0, 4699.0, 4690.0, 4683.0, 4712.0, 4672.0, 4701.0, 4693.0, 4670.0, 4701.0, 4689.0, 4691.0, 4704.0, 4670.0, 4703.0, 4681.0, 4694.0, 4705.0, 4682.0, 4713.0, 4707.0, 4695.0, 4715.0, 4683.0, 4712.0, 4703.0, 4692.0, 4716.0, 4693.0, 4704.0, 4716.0, 4694.0, 4716.0, 4694.0, 4682.0, 4716.0, 4685.0, 4694.0, 4693.0, 4694.0, 4702.0, 4694.0, 4713.0, 4705.0, 4696.0, 4724.0, 4694.0, 4719.0, 4695.0, 4717.0, 4727.0, 4693.0, 4736.0, 4707.0, 4706.0, 4715.0, 4696.0, 4714.0, 4693.0, 4694.0, 4715.0, 4696.0, 4703.0, 4684.0, 4691.0, 4702.0, 4680.0, 4700.0, 4693.0, 4681.0, 4701.0, 4671.0, 4703.0, 4691.0, 4679.0, 4703.0, 4682.0, 4694.0, 4694.0, 4693.0, 4704.0, 4680.0, 4704.0, 4717.0, 4695.0, 4714.0, 4695.0, 4703.0, 4716.0, 4681.0, 4715.0, 4707.0, 4683.0, 4705.0, 4683.0, 4704.0, 4703.0, 4681.0, 4714.0, 4683.0, 4684.0, 4706.0, 4693.0, 4714.0, 4694.0, 4692.0, 4729.0, 4693.0, 4706.0, 4706.0, 4694.0, 4727.0, 4692.0, 4715.0, 4718.0, 4708.0, 4727.0, 4707.0, 4728.0, 4720.0, 4718.0, 4740.0, 4708.0, 4705.0, 4717.0, 4694.0, 4715.0, 4695.0, 4703.0, 4716.0, 4706.0, 4726.0, 4694.0, 4695.0, 4705.0, 4693.0, 4712.0, 4695.0, 4685.0, 4714.0, 4672.0, 4704.0, 4693.0, 4691.0, 4703.0, 4683.0, 4727.0, 4694.0, 4704.0, 4716.0, 4695.0, 4725.0, 4694.0, 4725.0, 4717.0, 4684.0, 4712.0, 4683.0, 4714.0, 4702.0, 4681.0, 4712.0, 4694.0, 4713.0, 4696.0, 4714.0, 4705.0, 4692.0, 4725.0, 4683.0, 4716.0, 4702.0, 4682.0, 4703.0, 4680.0, 4690.0, 4703.0, 4681.0, 4702.0, 4683.0, 4691.0, 4703.0, 4681.0, 4712.0, 4693.0, 4695.0, 4717.0, 4685.0, 4716.0, 4693.0, 4704.0, 4714.0, 4704.0, 4725.0, 4709.0, 4697.0, 4707.0, 4721.0, 4729.0, 4718.0, 4716.0, 4731.0, 4742.0, 4720.0, 4709.0, 4698.0, 4701.0, 4704.0, 4694.0, 4715.0, 4693.0, 4693.0, 4716.0, 4682.0, 4702.0, 4682.0, 4692.0, 4703.0, 4683.0, 4711.0, 4692.0, 4683.0, 4714.0, 4684.0, 4702.0, 4692.0, 4679.0, 4713.0, 4693.0, 4694.0, 4704.0, 4680.0, 4713.0, 4691.0, 4683.0, 4711.0, 4684.0, 4704.0, 4703.0, 4683.0, 4706.0, 4692.0, 4692.0, 4713.0, 4687.0, 4705.0, 4703.0, 4682.0, 4704.0, 4694.0, 4681.0, 4716.0, 4683.0, 4704.0, 4694.0, 4695.0, 4718.0, 4683.0, 4728.0, 4719.0, 4707.0, 4717.0, 4705.0, 4719.0, 4705.0, 4718.0, 4744.0, 4713.0, 4722.0, 4719.0, 4708.0], 'WindowWidth': [10455.0, 10392.0, 10363.0, 10353.0, 10287.0, 10339.0, 10309.0, 10294.0, 10302.0, 10272.0, 10318.0, 10274.0, 10317.0, 10316.0, 10294.0, 10332.0, 10295.0, 10305.0, 10325.0, 10304.0, 10340.0, 10286.0, 10329.0, 10314.0, 10285.0, 10319.0, 10286.0, 10313.0, 10286.0, 10278.0, 10316.0, 10279.0, 10295.0, 10284.0, 10290.0, 10299.0, 10281.0, 10325.0, 10268.0, 10305.0, 10302.0, 10265.0, 10313.0, 10267.0, 10286.0, 10313.0, 10296.0, 10343.0, 10284.0, 10280.0, 10299.0, 10251.0, 10275.0, 10280.0, 10267.0, 10297.0, 10255.0, 10306.0, 10271.0, 10311.0, 10323.0, 10311.0, 10339.0, 10295.0, 10338.0, 10309.0, 10336.0, 10341.0, 10337.0, 10358.0, 10292.0, 10353.0, 10295.0, 10319.0, 10331.0, 10301.0, 10359.0, 10289.0, 10309.0, 10292.0, 10262.0, 10308.0, 10273.0, 10277.0, 10298.0, 10281.0, 10307.0, 10264.0, 10279.0, 10314.0, 10265.0, 10300.0, 10287.0, 10334.0, 10308.0, 10331.0, 10326.0, 10356.0, 10344.0, 10316.0, 10332.0, 10285.0, 10298.0, 10314.0, 10264.0, 10291.0, 10315.0, 10270.0, 10287.0, 10264.0, 10279.0, 10291.0, 10243.0, 10281.0, 10265.0, 10264.0, 10285.0, 10245.0, 10273.0, 10273.0, 10236.0, 10284.0, 10267.0, 10263.0, 10313.0, 10295.0, 10307.0, 10304.0, 10329.0, 10310.0, 10350.0, 10331.0, 10313.0, 10301.0, 10245.0, 10301.0, 10260.0, 10270.0, 10290.0, 10263.0, 10286.0, 10259.0, 10268.0, 10284.0, 10219.0, 10264.0, 10266.0, 10242.0, 10268.0, 10237.0, 10261.0, 10266.0, 10220.0, 10270.0, 10278.0, 10257.0, 10272.0, 10241.0, 10282.0, 10260.0, 10263.0, 10308.0, 10267.0, 10305.0, 10296.0, 10246.0, 10293.0, 10264.0, 10265.0, 10292.0, 10269.0, 10305.0, 10283.0, 10262.0, 10297.0, 10265.0, 10289.0, 10294.0, 10267.0, 10294.0, 10251.0, 10297.0, 10281.0, 10292.0, 10314.0, 10296.0, 10335.0, 10289.0, 10324.0, 10309.0, 10308.0, 10335.0, 10302.0, 10313.0, 10319.0, 10271.0, 10314.0, 10268.0, 10306.0, 10299.0, 10248.0, 10303.0, 10254.0, 10275.0, 10262.0, 10275.0, 10291.0, 10259.0, 10286.0, 10276.0, 10283.0, 10292.0, 10239.0, 10292.0, 10274.0, 10270.0, 10293.0, 10252.0, 10292.0, 10273.0, 10259.0, 10288.0, 10232.0, 10266.0, 10288.0, 10244.0, 10287.0, 10262.0, 10259.0, 10289.0, 10240.0, 10277.0, 10314.0, 10255.0, 10276.0, 10266.0, 10274.0, 10291.0, 10269.0, 10320.0, 10287.0, 10283.0, 10303.0, 10285.0, 10332.0, 10287.0, 10291.0, 10337.0, 10293.0, 10316.0, 10308.0, 10291.0, 10334.0, 10281.0, 10306.0, 10324.0, 10266.0, 10301.0, 10285.0, 10277.0, 10298.0, 10250.0, 10308.0, 10298.0, 10247.0, 10295.0, 10265.0, 10272.0, 10295.0, 10248.0, 10312.0, 10283.0, 10263.0, 10313.0, 10252.0, 10298.0, 10297.0, 10288.0, 10301.0, 10266.0, 10300.0, 10299.0, 10270.0, 10298.0, 10292.0, 10298.0, 10320.0, 10274.0, 10317.0, 10299.0, 10281.0, 10334.0, 10289.0, 10295.0, 10304.0, 10288.0, 10309.0, 10266.0, 10288.0, 10324.0, 10272.0, 10297.0, 10283.0, 10298.0, 10301.0, 10287.0, 10340.0, 10297.0, 10295.0, 10319.0, 10308.0, 10335.0, 10306.0, 10347.0, 10337.0, 10292.0, 10315.0, 10287.0, 10299.0, 10301.0, 10263.0, 10286.0, 10300.0, 10262.0, 10285.0, 10243.0, 10271.0, 10269.0, 10233.0, 10286.0, 10262.0, 10264.0, 10272.0, 10241.0, 10282.0, 10244.0, 10257.0, 10298.0, 10264.0, 10291.0, 10282.0, 10293.0, 10298.0, 10263.0, 10308.0, 10311.0, 10286.0, 10292.0, 10264.0, 10296.0, 10299.0, 10306.0, 10300.0, 10306.0, 10346.0, 10337.0, 10329.0, 10296.0, 10342.0, 10305.0, 10348.0, 10306.0, 10287.0, 10317.0, 10284.0, 10248.0, 10279.0, 10260.0, 10303.0, 10248.0, 10267.0, 10294.0, 10263.0, 10290.0, 10262.0, 10282.0, 10309.0, 10264.0, 10309.0, 10297.0, 10271.0, 10295.0, 10252.0, 10289.0, 10274.0, 10243.0, 10291.0, 10255.0, 10280.0, 10275.0, 10250.0, 10289.0, 10259.0, 10304.0, 10303.0, 10302.0, 10313.0, 10269.0, 10312.0, 10274.0, 10295.0, 10316.0, 10300.0, 10296.0, 10279.0, 10260.0, 10291.0, 10245.0, 10269.0, 10295.0, 10253.0, 10273.0, 10241.0, 10267.0, 10275.0, 10243.0, 10289.0, 10280.0, 10266.0, 10293.0, 10250.0, 10307.0, 10280.0, 10249.0, 10311.0, 10274.0, 10284.0, 10314.0, 10265.0, 10292.0, 10279.0, 10261.0, 10317.0, 10274.0, 10281.0, 10284.0, 10265.0, 10313.0, 10264.0, 10262.0, 10299.0, 10274.0, 10282.0, 10284.0, 10264.0, 10298.0, 10252.0, 10264.0, 10311.0, 10276.0, 10289.0, 10272.0, 10289.0, 10317.0, 10280.0, 10310.0, 10315.0, 10295.0, 10305.0, 10274.0, 10315.0, 10303.0, 10270.0, 10338.0, 10291.0, 10308.0, 10292.0, 10273.0, 10302.0, 10295.0, 10337.0, 10290.0, 10313.0, 10346.0, 10293.0, 10333.0, 10309.0, 10318.0, 10324.0, 10271.0, 10324.0, 10307.0, 10268.0, 10295.0, 10265.0, 10292.0, 10277.0, 10250.0, 10289.0, 10264.0, 10271.0, 10277.0, 10262.0, 10294.0, 10277.0, 10263.0, 10313.0, 10273.0, 10303.0, 10285.0, 10280.0, 10311.0, 10250.0, 10307.0, 10326.0, 10269.0, 10295.0, 10254.0, 10268.0, 10293.0, 10260.0, 10289.0, 10283.0, 10276.0, 10298.0, 10270.0, 10298.0, 10271.0, 10272.0, 10320.0, 10274.0, 10298.0, 10257.0, 10285.0, 10301.0, 10294.0, 10335.0, 10290.0, 10337.0, 10331.0, 10292.0, 10316.0, 10287.0, 10319.0, 10304.0, 10267.0, 10308.0, 10286.0, 10269.0, 10293.0, 10262.0, 10294.0, 10259.0, 10257.0, 10289.0, 10265.0, 10276.0, 10263.0, 10247.0, 10284.0, 10227.0, 10270.0, 10294.0, 10266.0, 10291.0, 10263.0, 10264.0, 10276.0, 10244.0, 10286.0, 10299.0, 10287.0, 10312.0, 10270.0, 10298.0, 10284.0, 10281.0, 10335.0, 10277.0, 10286.0, 10277.0, 10285.0, 10321.0, 10285.0, 10316.0, 10309.0, 10296.0, 10339.0, 10297.0, 10338.0, 10306.0, 10308.0, 10343.0, 10307.0, 10322.0, 10297.0, 10310.0, 10323.0, 10307.0, 10339.0, 10315.0, 10313.0, 10319.0, 10272.0, 10326.0, 10270.0, 10286.0, 10318.0, 10283.0, 10292.0, 10251.0, 10299.0, 10278.0, 10307.0, 10311.0, 10293.0, 10292.0, 10315.0, 10339.0, 10311.0, 10338.0, 10291.0, 10333.0, 10292.0, 10346.0, 10317.0, 10312.0, 10294.0, 10261.0, 10289.0, 10292.0, 10239.0, 10287.0, 10261.0, 10240.0, 10274.0, 10240.0, 10283.0, 10229.0, 10271.0, 10306.0, 10266.0, 10287.0, 10270.0, 10280.0, 10294.0, 10263.0, 10308.0, 10301.0, 10289.0, 10310.0, 10286.0, 10311.0, 10268.0, 10285.0, 10312.0, 10289.0, 10326.0, 10299.0, 10263.0, 10291.0, 10243.0, 10281.0, 10289.0, 10250.0, 10285.0, 10267.0, 10258.0, 10284.0, 10238.0, 10288.0, 10298.0, 10250.0, 10287.0, 10246.0, 10269.0, 10290.0, 10279.0, 10310.0, 10276.0, 10275.0, 10294.0, 10268.0, 10322.0, 10294.0, 10304.0, 10313.0, 10263.0, 10317.0, 10265.0, 10298.0, 10314.0, 10302.0, 10329.0, 10285.0, 10283.0, 10313.0, 10263.0, 10304.0, 10279.0, 10288.0, 10295.0, 10256.0, 10292.0, 10275.0, 10273.0, 10291.0, 10269.0, 10316.0, 10284.0, 10283.0, 10308.0, 10244.0, 10301.0, 10275.0, 10270.0, 10292.0, 10231.0, 10288.0, 10273.0, 10244.0, 10301.0, 10268.0, 10294.0, 10290.0, 10242.0, 10291.0, 10258.0, 10259.0, 10289.0, 10254.0, 10293.0, 10278.0, 10280.0, 10310.0, 10277.0, 10308.0, 10316.0, 10287.0, 10314.0, 10283.0, 10310.0, 10312.0, 10282.0, 10328.0, 10301.0, 10302.0, 10300.0, 10282.0, 10311.0, 10279.0, 10292.0, 10313.0, 10291.0, 10309.0, 10300.0, 10303.0, 10302.0, 10286.0, 10326.0, 10302.0, 10310.0, 10313.0, 10266.0, 10309.0, 10294.0, 10271.0, 10311.0, 10271.0, 10298.0, 10277.0, 10262.0, 10293.0, 10248.0, 10288.0, 10294.0, 10265.0, 10288.0, 10264.0, 10259.0, 10279.0, 10242.0, 10284.0, 10274.0, 10244.0, 10275.0, 10244.0, 10288.0, 10276.0, 10276.0, 10313.0, 10290.0, 10317.0, 10301.0, 10291.0, 10332.0, 10287.0, 10329.0, 10318.0, 10305.0, 10314.0, 10268.0, 10289.0, 10292.0, 10253.0, 10285.0, 10278.0, 10263.0, 10289.0, 10258.0, 10289.0, 10289.0, 10256.0, 10290.0, 10277.0, 10266.0, 10296.0, 10279.0, 10309.0, 10286.0, 10301.0, 10320.0, 10307.0, 10335.0, 10285.0, 10316.0, 10315.0, 10284.0, 10332.0, 10287.0, 10302.0, 10316.0, 10284.0, 10299.0, 10284.0, 10280.0, 10313.0, 10267.0, 10303.0, 10280.0, 10281.0, 10312.0, 10266.0, 10278.0, 10297.0, 10282.0, 10303.0, 10285.0, 10279.0, 10313.0, 10275.0, 10308.0, 10303.0, 10288.0, 10314.0, 10285.0, 10294.0, 10300.0, 10276.0, 10320.0, 10304.0, 10300.0, 10318.0, 10283.0, 10311.0, 10285.0, 10298.0, 10339.0, 10289.0, 10317.0, 10282.0, 10300.0, 10315.0, 10285.0, 10329.0, 10295.0, 10303.0, 10310.0, 10302.0, 10336.0, 10290.0, 10324.0, 10317.0, 10305.0, 10316.0, 10266.0, 10310.0, 10291.0, 10274.0, 10291.0, 10276.0, 10295.0, 10264.0, 10259.0, 10289.0, 10236.0, 10282.0, 10271.0, 10268.0, 10306.0, 10248.0, 10288.0, 10278.0, 10243.0, 10287.0, 10270.0, 10277.0, 10295.0, 10244.0, 10291.0, 10261.0, 10281.0, 10298.0, 10262.0, 10310.0, 10307.0, 10287.0, 10313.0, 10269.0, 10307.0, 10294.0, 10276.0, 10314.0, 10285.0, 10297.0, 10315.0, 10282.0, 10312.0, 10282.0, 10264.0, 10316.0, 10272.0, 10282.0, 10278.0, 10281.0, 10293.0, 10282.0, 10309.0, 10299.0, 10294.0, 10327.0, 10283.0, 10323.0, 10289.0, 10320.0, 10336.0, 10283.0, 10343.0, 10306.0, 10301.0, 10313.0, 10286.0, 10310.0, 10281.0, 10281.0, 10310.0, 10289.0, 10294.0, 10269.0, 10275.0, 10290.0, 10257.0, 10285.0, 10280.0, 10262.0, 10286.0, 10246.0, 10290.0, 10274.0, 10254.0, 10290.0, 10264.0, 10283.0, 10281.0, 10281.0, 10296.0, 10259.0, 10295.0, 10318.0, 10289.0, 10311.0, 10286.0, 10295.0, 10313.0, 10262.0, 10312.0, 10304.0, 10268.0, 10297.0, 10266.0, 10294.0, 10292.0, 10260.0, 10312.0, 10269.0, 10268.0, 10301.0, 10279.0, 10309.0, 10281.0, 10279.0, 10336.0, 10280.0, 10301.0, 10301.0, 10286.0, 10332.0, 10282.0, 10316.0, 10324.0, 10312.0, 10336.0, 10308.0, 10338.0, 10327.0, 10323.0, 10356.0, 10313.0, 10303.0, 10318.0, 10284.0, 10313.0, 10285.0, 10296.0, 10315.0, 10305.0, 10330.0, 10283.0, 10284.0, 10298.0, 10279.0, 10304.0, 10284.0, 10271.0, 10309.0, 10246.0, 10294.0, 10278.0, 10273.0, 10292.0, 10264.0, 10333.0, 10286.0, 10299.0, 10317.0, 10287.0, 10327.0, 10284.0, 10324.0, 10318.0, 10272.0, 10304.0, 10265.0, 10308.0, 10290.0, 10261.0, 10306.0, 10287.0, 10309.0, 10286.0, 10310.0, 10298.0, 10279.0, 10326.0, 10271.0, 10315.0, 10290.0, 10262.0, 10292.0, 10258.0, 10271.0, 10292.0, 10263.0, 10290.0, 10264.0, 10275.0, 10292.0, 10261.0, 10303.0, 10280.0, 10288.0, 10316.0, 10270.0, 10314.0, 10282.0, 10297.0, 10311.0, 10301.0, 10329.0, 10315.0, 10293.0, 10305.0, 10330.0, 10341.0, 10326.0, 10319.0, 10345.0, 10365.0, 10333.0, 10310.0, 10288.0, 10287.0, 10293.0, 10281.0, 10312.0, 10279.0, 10276.0, 10312.0, 10263.0, 10288.0, 10259.0, 10272.0, 10290.0, 10263.0, 10301.0, 10277.0, 10267.0, 10306.0, 10265.0, 10289.0, 10276.0, 10256.0, 10304.0, 10279.0, 10284.0, 10293.0, 10257.0, 10302.0, 10273.0, 10262.0, 10299.0, 10269.0, 10296.0, 10293.0, 10265.0, 10299.0, 10276.0, 10275.0, 10306.0, 10277.0, 10300.0, 10293.0, 10263.0, 10294.0, 10279.0, 10259.0, 10315.0, 10268.0, 10295.0, 10282.0, 10284.0, 10319.0, 10268.0, 10336.0, 10327.0, 10306.0, 10318.0, 10301.0, 10323.0, 10301.0, 10326.0, 10370.0, 10323.0, 10332.0, 10326.0, 10310.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.0004541543798785776</td></tr>
<tr><td colspan=3>aqi</td><td>0.016808883434518647</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.611340728159746</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2253262987673614</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0063210630121522</td></tr>
<tr><td colspan=3>efc</td><td>0.4802</td></tr>
<tr><td colspan=3>fber</td><td>6197.4326</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07989723743710252</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1274934952298352</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.299265419842659</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3207080355790994</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4399956690986975</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.13709255485018</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112147</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012578369118273258</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024075893685221672</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.229360280679384</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>23.9706</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9847</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.3469</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297236.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>935.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.2027</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9298</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.0664</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3931.8123</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.1517</td></tr>
<tr><td colspan=3>tsnr</td><td>45.800857912399806</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>