<?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-0114_ses-02_task-alignvideo_acq-mb8_run-03_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-0114_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0114_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_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-0114/ses-02/func/sub-0114_ses-02_task-alignvideo_acq-mb8_run-03_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>2b2a9ef8b9ecabe58892a0f813dfe7c8</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:45:44.575000</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.999043, 0.0144687, 0.0412751, -0.0219736, 0.981994, 0.187629]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0935556</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7787, -7153, 352, -150, 17, 117, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f4f5edc4-19c1-430b-ad7c-73087b6184f9||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.680359363555908, -0.0589536651968956, 0.10210645943880081, 113.15240478515625], [-0.03881854563951492, 2.6346187591552734, 0.508561372756958, -110.64530181884766], [0.11073821038007736, -0.5033939480781555, 2.649705410003662, -26.70807456970215], [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, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['214544.575000', '214545.035000', '214545.495000', '214545.955000', '214546.415000', '214546.875000', '214547.335000', '214547.795000', '214548.255000', '214548.715000', '214549.175000', '214549.635000', '214550.095000', '214550.555000', '214551.015000', '214551.475000', '214551.935000', '214552.395000', '214552.855000', '214553.315000', '214553.775000', '214554.235000', '214554.695000', '214555.155000', '214555.615000', '214556.075000', '214556.535000', '214556.995000', '214557.455000', '214557.915000', '214558.375000', '214558.835000', '214559.295000', '214559.755000', '214600.215000', '214600.675000', '214601.135000', '214601.595000', '214602.055000', '214602.515000', '214602.975000', '214603.435000', '214603.895000', '214604.355000', '214604.815000', '214605.275000', '214605.735000', '214606.195000', '214606.655000', '214607.115000', '214607.575000', '214608.035000', '214608.495000', '214608.955000', '214609.415000', '214609.875000', '214610.335000', '214610.795000', '214611.255000', '214611.715000', '214612.175000', '214612.635000', '214613.095000', '214613.555000', '214614.015000', '214614.475000', '214614.935000', '214615.395000', '214615.855000', '214616.315000', '214616.775000', '214617.235000', '214617.695000', '214618.155000', '214618.615000', '214619.075000', '214619.535000', '214619.995000', '214620.455000', '214620.915000', '214621.375000', '214621.835000', '214622.295000', '214622.755000', '214623.215000', '214623.675000', '214624.135000', '214624.595000', '214625.055000', '214625.515000', '214625.975000', '214626.435000', '214626.895000', '214627.355000', '214627.815000', '214628.275000', '214628.735000', '214629.195000', '214629.655000', '214630.115000', '214630.575000', '214631.035000', '214631.495000', '214631.955000', '214632.415000', '214632.875000', '214633.335000', '214633.795000', '214634.255000', '214634.715000', '214635.175000', '214635.635000', '214636.095000', '214636.555000', '214637.015000', '214637.475000', '214637.935000', '214638.395000', '214638.855000', '214639.315000', '214639.775000', '214640.235000', '214640.695000', '214641.155000', '214641.615000', '214642.075000', '214642.535000', '214642.995000', '214643.455000', '214643.915000', '214644.375000', '214644.835000', '214645.295000', '214645.755000', '214646.215000', '214646.675000', '214647.135000', '214647.595000', '214648.055000', '214648.515000', '214648.975000', '214649.435000', '214649.895000', '214650.355000', '214650.815000', '214651.275000', '214651.735000', '214652.195000', '214652.655000', '214653.115000', '214653.575000', '214654.035000', '214654.495000', '214654.955000', '214655.415000', '214655.875000', '214656.335000', '214656.795000', '214657.255000', '214657.715000', '214658.175000', '214658.635000', '214659.095000', '214659.555000', '214700.015000', '214700.475000', '214700.935000', '214701.395000', '214701.855000', '214702.315000', '214702.775000', '214703.235000', '214703.695000', '214704.155000', '214704.615000', '214705.075000', '214705.535000', '214705.995000', '214706.455000', '214706.915000', '214707.375000', '214707.835000', '214708.295000', '214708.755000', '214709.215000', '214709.675000', '214710.135000', '214710.595000', '214711.055000', '214711.515000', '214711.975000', '214712.435000', '214712.895000', '214713.355000', '214713.815000', '214714.275000', '214714.735000', '214715.195000', '214715.655000', '214716.115000', '214716.575000', '214717.035000', '214717.495000', '214717.955000', '214718.415000', '214718.875000', '214719.335000', '214719.795000', '214720.255000', '214720.715000', '214721.175000', '214721.635000', '214722.095000', '214722.555000', '214723.015000', '214723.475000', '214723.935000', '214724.395000', '214724.855000', '214725.315000', '214725.775000', '214726.235000', '214726.695000', '214727.155000', '214727.615000', '214728.075000', '214728.535000', '214728.995000', '214729.455000', '214729.915000', '214730.375000', '214730.835000', '214731.295000', '214731.755000', '214732.215000', '214732.675000', '214733.135000', '214733.595000', '214734.055000', '214734.515000', '214734.975000', '214735.435000', '214735.895000', '214736.355000', '214736.815000', '214737.275000', '214737.735000', '214738.195000', '214738.655000', '214739.115000', '214739.575000', '214740.035000', '214740.495000', '214740.955000', '214741.415000', '214741.875000', '214742.335000', '214742.795000', '214743.255000', '214743.715000', '214744.175000', '214744.635000', '214745.095000', '214745.555000', '214746.015000', '214746.475000', '214746.935000', '214747.395000', '214747.855000', '214748.315000', '214748.775000', '214749.235000', '214749.695000', '214750.155000', '214750.615000', '214751.075000', '214751.535000', '214751.995000', '214752.455000', '214752.915000', '214753.375000', '214753.835000', '214754.295000', '214754.755000', '214755.215000', '214755.675000', '214756.135000', '214756.595000', '214757.055000', '214757.515000', '214757.975000', '214758.435000', '214758.895000', '214759.355000', '214759.815000', '214800.275000', '214800.735000', '214801.195000', '214801.655000', '214802.115000', '214802.575000', '214803.035000', '214803.495000', '214803.955000', '214804.415000', '214804.875000', '214805.335000', '214805.795000', '214806.255000', '214806.715000', '214807.175000', '214807.635000', '214808.095000', '214808.555000', '214809.015000', '214809.475000', '214809.935000', '214810.395000', '214810.855000', '214811.315000', '214811.775000', '214812.235000', '214812.695000', '214813.155000', '214813.615000', '214814.075000', '214814.535000', '214814.995000', '214815.455000', '214815.915000', '214816.375000', '214816.835000', '214817.295000', '214817.755000', '214818.215000', '214818.675000', '214819.135000', '214819.595000', '214820.055000', '214820.515000', '214820.975000', '214821.435000', '214821.895000', '214822.355000', '214822.815000', '214823.275000', '214823.735000', '214824.195000', '214824.655000', '214825.115000', '214825.575000', '214826.035000', '214826.495000', '214826.955000', '214827.415000', '214827.875000', '214828.335000', '214828.795000', '214829.255000', '214829.715000', '214830.175000', '214830.635000', '214831.095000', '214831.555000', '214832.015000', '214832.475000', '214832.935000', '214833.395000', '214833.855000', '214834.315000', '214834.775000', '214835.235000', '214835.695000', '214836.155000', '214836.615000', '214837.075000', '214837.535000', '214837.995000', '214838.455000', '214838.915000', '214839.375000', '214839.835000', '214840.295000', '214840.755000', '214841.215000', '214841.675000', '214842.135000', '214842.595000', '214843.055000', '214843.515000', '214843.975000', '214844.435000', '214844.895000', '214845.355000', '214845.815000', '214846.275000', '214846.735000', '214847.195000', '214847.655000', '214848.115000', '214848.575000', '214849.035000', '214849.495000', '214849.955000', '214850.415000', '214850.875000', '214851.335000', '214851.795000', '214852.255000', '214852.715000', '214853.175000', '214853.635000', '214854.095000', '214854.555000', '214855.015000', '214855.475000', '214855.935000', '214856.395000', '214856.855000', '214857.315000', '214857.775000', '214858.235000', '214858.695000', '214859.155000', '214859.615000', '214900.075000', '214900.535000', '214900.995000', '214901.455000', '214901.915000', '214902.375000', '214902.835000', '214903.295000', '214903.755000', '214904.215000', '214904.675000', '214905.135000', '214905.595000', '214906.055000', '214906.515000', '214906.975000', '214907.435000', '214907.895000', '214908.355000', '214908.815000', '214909.275000', '214909.735000', '214910.195000', '214910.655000', '214911.115000', '214911.575000', '214912.035000', '214912.495000', '214912.955000', '214913.415000', '214913.875000', '214914.335000', '214914.795000', '214915.255000', '214915.715000', '214916.175000', '214916.635000', '214917.095000', '214917.555000', '214918.015000', '214918.475000', '214918.935000', '214919.395000', '214919.855000', '214920.315000', '214920.775000', '214921.235000', '214921.695000', '214922.155000', '214922.615000', '214923.075000', '214923.535000', '214923.995000', '214924.455000', '214924.915000', '214925.375000', '214925.835000', '214926.295000', '214926.755000', '214927.215000', '214927.675000', '214928.135000', '214928.595000', '214929.055000', '214929.515000', '214929.975000', '214930.435000', '214930.895000', '214931.355000', '214931.815000', '214932.275000', '214932.735000', '214933.195000', '214933.655000', '214934.115000', '214934.575000', '214935.035000', '214935.495000', '214935.955000', '214936.415000', '214936.875000', '214937.335000', '214937.795000', '214938.255000', '214938.715000', '214939.175000', '214939.635000', '214940.095000', '214940.555000', '214941.015000', '214941.475000', '214941.935000', '214942.395000', '214942.855000', '214943.315000', '214943.775000', '214944.235000', '214944.695000', '214945.155000', '214945.615000', '214946.075000', '214946.535000', '214946.995000', '214947.455000', '214947.915000', '214948.375000', '214948.835000', '214949.295000', '214949.755000', '214950.215000', '214950.675000', '214951.135000', '214951.595000', '214952.055000', '214952.515000', '214952.975000', '214953.435000', '214953.895000', '214954.355000', '214954.815000', '214955.275000', '214955.735000', '214956.195000', '214956.655000', '214957.115000', '214957.575000', '214958.035000', '214958.495000', '214958.955000', '214959.415000', '214959.875000', '215000.335000', '215000.795000', '215001.255000', '215001.715000', '215002.175000', '215002.635000', '215003.095000', '215003.555000', '215004.015000', '215004.475000', '215004.935000', '215005.395000', '215005.855000', '215006.315000', '215006.775000', '215007.235000', '215007.695000', '215008.155000', '215008.615000', '215009.075000', '215009.535000', '215009.995000', '215010.455000', '215010.915000', '215011.375000', '215011.835000', '215012.295000', '215012.755000', '215013.215000', '215013.675000', '215014.135000', '215014.595000', '215015.055000', '215015.515000', '215015.975000', '215016.435000', '215016.895000', '215017.355000', '215017.815000', '215018.275000', '215018.735000', '215019.195000', '215019.655000', '215020.115000', '215020.575000', '215021.035000', '215021.495000', '215021.955000', '215022.415000', '215022.875000', '215023.335000', '215023.795000', '215024.255000', '215024.715000', '215025.175000', '215025.635000', '215026.095000', '215026.555000', '215027.015000', '215027.475000', '215027.935000', '215028.395000', '215028.855000', '215029.315000', '215029.775000', '215030.235000', '215030.695000', '215031.155000', '215031.615000', '215032.075000', '215032.535000', '215032.995000', '215033.455000', '215033.915000', '215034.375000', '215034.835000', '215035.295000', '215035.755000', '215036.215000', '215036.675000', '215037.135000', '215037.595000', '215038.055000', '215038.515000', '215038.975000', '215039.435000', '215039.895000', '215040.355000', '215040.815000', '215041.275000', '215041.735000', '215042.195000', '215042.655000', '215043.115000', '215043.575000', '215044.035000', '215044.495000', '215044.955000', '215045.415000', '215045.875000', '215046.335000', '215046.795000', '215047.255000', '215047.715000', '215048.175000', '215048.635000', '215049.095000', '215049.555000', '215050.015000', '215050.475000', '215050.935000', '215051.395000', '215051.855000', '215052.315000', '215052.775000', '215053.235000', '215053.695000', '215054.155000', '215054.615000', '215055.075000', '215055.535000', '215055.995000', '215056.455000', '215056.915000', '215057.375000', '215057.835000', '215058.295000', '215058.755000', '215059.215000', '215059.675000', '215100.135000', '215100.595000', '215101.055000', '215101.515000', '215101.975000', '215102.435000', '215102.895000', '215103.355000', '215103.815000', '215104.275000', '215104.735000', '215105.195000', '215105.655000', '215106.115000', '215106.575000', '215107.035000', '215107.495000', '215107.955000', '215108.415000', '215108.875000', '215109.335000', '215109.795000', '215110.255000', '215110.715000', '215111.175000', '215111.635000', '215112.095000', '215112.555000', '215113.015000', '215113.475000', '215113.935000', '215114.395000', '215114.855000', '215115.315000', '215115.775000', '215116.235000', '215116.695000', '215117.155000', '215117.615000', '215118.075000', '215118.535000', '215118.995000', '215119.455000', '215119.915000', '215120.375000', '215120.835000', '215121.295000', '215121.755000', '215122.215000', '215122.675000', '215123.135000', '215123.595000', '215124.055000', '215124.515000', '215124.975000', '215125.435000', '215125.895000', '215126.355000', '215126.815000', '215127.275000', '215127.735000', '215128.195000', '215128.655000', '215129.115000', '215129.575000', '215130.035000', '215130.495000', '215130.955000', '215131.415000', '215131.875000', '215132.335000', '215132.795000', '215133.255000', '215133.715000', '215134.175000', '215134.635000', '215135.095000', '215135.555000', '215136.015000', '215136.475000', '215136.935000', '215137.395000', '215137.855000', '215138.315000', '215138.775000', '215139.235000', '215139.695000', '215140.155000', '215140.615000', '215141.075000', '215141.535000', '215141.995000', '215142.455000', '215142.915000', '215143.375000', '215143.835000', '215144.295000', '215144.755000', '215145.215000', '215145.675000', '215146.135000', '215146.595000', '215147.055000', '215147.515000', '215147.975000', '215148.435000', '215148.895000', '215149.355000', '215149.815000', '215150.275000', '215150.735000', '215151.195000', '215151.655000', '215152.115000', '215152.575000', '215153.035000', '215153.495000', '215153.955000', '215154.415000', '215154.875000', '215155.335000', '215155.795000', '215156.255000', '215156.715000', '215157.175000', '215157.635000', '215158.095000', '215158.555000', '215159.015000', '215159.475000', '215159.935000', '215200.395000', '215200.855000', '215201.315000', '215201.775000', '215202.235000', '215202.695000', '215203.155000', '215203.615000', '215204.075000', '215204.535000', '215204.995000', '215205.455000', '215205.915000', '215206.375000', '215206.835000', '215207.295000', '215207.755000', '215208.215000', '215208.675000', '215209.135000', '215209.595000', '215210.055000', '215210.515000', '215210.975000', '215211.435000', '215211.895000', '215212.355000', '215212.815000', '215213.275000', '215213.735000', '215214.195000', '215214.655000', '215215.115000', '215215.575000', '215216.035000', '215216.495000', '215216.955000', '215217.415000', '215217.875000', '215218.335000', '215218.795000', '215219.255000', '215219.715000', '215220.175000', '215220.635000', '215221.095000', '215221.555000', '215222.015000', '215222.475000', '215222.935000', '215223.395000', '215223.855000', '215224.315000', '215224.775000', '215225.235000', '215225.695000', '215226.155000', '215226.615000', '215227.075000', '215227.535000', '215227.995000', '215228.455000', '215228.915000', '215229.375000', '215229.835000', '215230.295000', '215230.755000', '215231.215000', '215231.675000', '215232.135000', '215232.595000', '215233.055000', '215233.515000', '215233.975000', '215234.435000', '215234.895000', '215235.355000', '215235.815000', '215236.275000', '215236.735000', '215237.195000', '215237.655000', '215238.115000', '215238.575000', '215239.035000', '215239.495000', '215239.955000', '215240.415000', '215240.875000', '215241.335000', '215241.795000', '215242.255000', '215242.715000', '215243.175000', '215243.635000', '215244.095000', '215244.555000', '215245.015000', '215245.475000', '215245.935000', '215246.395000', '215246.855000', '215247.315000', '215247.775000', '215248.235000', '215248.695000', '215249.155000', '215249.615000', '215250.075000', '215250.535000', '215250.995000', '215251.455000', '215251.915000', '215252.375000', '215252.835000', '215253.295000', '215253.755000', '215254.215000', '215254.675000', '215255.135000', '215255.595000', '215256.055000', '215256.515000', '215256.975000', '215257.435000', '215257.895000', '215258.355000', '215258.815000', '215259.275000', '215259.735000', '215300.195000', '215300.655000', '215301.115000', '215301.575000', '215302.035000', '215302.495000', '215302.955000', '215303.415000', '215303.875000', '215304.335000', '215304.795000', '215305.255000', '215305.715000', '215306.175000', '215306.635000', '215307.095000', '215307.555000', '215308.015000', '215308.475000', '215308.935000', '215309.395000', '215309.855000', '215310.315000', '215310.775000', '215311.235000', '215311.695000', '215312.155000', '215312.615000', '215313.075000', '215313.535000', '215313.995000', '215314.455000', '215314.915000', '215315.375000', '215315.835000', '215316.295000', '215316.755000', '215317.215000', '215317.675000', '215318.135000', '215318.595000', '215319.055000', '215319.515000', '215319.975000', '215320.435000', '215320.895000', '215321.355000', '215321.815000', '215322.275000', '215322.735000', '215323.195000', '215323.655000', '215324.115000', '215324.575000', '215325.035000', '215325.495000', '215325.955000', '215326.415000', '215326.875000', '215327.335000', '215327.795000', '215328.255000', '215328.715000', '215329.175000', '215329.635000', '215330.095000', '215330.555000', '215331.015000', '215331.475000', '215331.935000', '215332.395000', '215332.855000', '215333.315000', '215333.775000', '215334.235000', '215334.695000', '215335.155000', '215335.615000', '215336.075000', '215336.535000', '215336.995000', '215337.455000', '215337.915000', '215338.375000', '215338.835000', '215339.295000', '215339.755000', '215340.215000', '215340.675000', '215341.135000', '215341.595000', '215342.055000', '215342.515000', '215342.975000', '215343.435000', '215343.895000', '215344.355000', '215344.815000', '215345.275000', '215345.735000', '215346.195000', '215346.655000', '215347.115000', '215347.575000', '215348.035000', '215348.495000', '215348.955000', '215349.415000', '215349.875000', '215350.335000', '215350.795000', '215351.255000', '215351.715000', '215352.175000', '215352.635000', '215353.095000', '215353.555000', '215354.015000', '215354.475000', '215354.935000', '215355.395000', '215355.855000', '215356.315000', '215356.775000', '215357.235000', '215357.695000', '215358.155000', '215358.615000', '215359.075000', '215359.535000', '215359.995000', '215400.455000', '215400.915000', '215401.375000', '215401.835000', '215402.295000', '215402.755000', '215403.215000', '215403.675000', '215404.135000', '215404.595000', '215405.055000', '215405.515000', '215405.975000', '215406.435000', '215406.895000', '215407.355000', '215407.815000', '215408.275000', '215408.735000', '215409.195000', '215409.655000', '215410.115000', '215410.575000', '215411.035000', '215411.495000', '215411.955000', '215412.415000', '215412.875000', '215413.335000', '215413.795000', '215414.255000', '215414.715000', '215415.175000', '215415.635000', '215416.095000', '215416.555000', '215417.015000', '215417.475000', '215417.935000', '215418.395000', '215418.855000', '215419.315000', '215419.775000', '215420.235000', '215420.695000', '215421.155000', '215421.615000', '215422.075000', '215422.535000', '215422.995000', '215423.455000', '215423.915000', '215424.375000', '215424.835000', '215425.295000', '215425.755000', '215426.215000', '215426.675000', '215427.135000', '215427.595000', '215428.055000', '215428.515000', '215428.975000', '215429.435000', '215429.895000', '215430.355000', '215430.815000', '215431.275000', '215431.735000', '215432.195000', '215432.655000', '215433.115000', '215433.575000', '215434.035000', '215434.495000', '215434.955000', '215435.415000', '215435.875000', '215436.335000', '215436.795000'], 'ContentTime': ['214601.830000', '214601.850000', '214601.853000', '214601.863000', '214601.869000', '214601.872000', '214601.875000', '214601.878000', '214601.880000', '214601.883000', '214601.885000', '214601.888000', '214601.892000', '214601.894000', '214601.897000', '214601.900000', '214601.902000', '214601.905000', '214601.908000', '214601.911000', '214601.914000', '214601.916000', '214601.919000', '214601.922000', '214601.925000', '214601.928000', '214601.939000', '214601.942000', '214601.945000', '214601.947000', '214601.950000', '214601.953000', '214601.955000', '214601.958000', '214601.961000', '214601.963000', '214621.798000', '214621.801000', '214621.804000', '214621.806000', '214621.809000', '214621.812000', '214621.814000', '214621.817000', '214621.820000', '214621.822000', '214621.825000', '214621.828000', '214621.830000', '214621.833000', '214621.836000', '214621.839000', '214621.841000', '214621.844000', '214621.846000', '214621.849000', '214621.852000', '214621.854000', '214621.857000', '214621.860000', '214621.862000', '214621.865000', '214621.868000', '214621.870000', '214621.873000', '214621.875000', '214621.878000', '214621.881000', '214621.883000', '214621.886000', '214621.888000', '214621.891000', '214621.894000', '214621.896000', '214621.899000', '214621.901000', '214621.904000', '214621.906000', '214621.909000', '214641.799000', '214641.803000', '214641.805000', '214641.808000', '214641.811000', '214641.813000', '214641.816000', '214641.818000', '214641.821000', '214641.824000', '214641.826000', '214641.829000', '214641.831000', '214641.834000', '214641.837000', '214641.839000', '214641.842000', '214641.844000', '214641.847000', '214641.850000', '214641.852000', '214641.855000', '214641.858000', '214641.860000', '214641.863000', '214641.866000', '214641.868000', '214641.871000', '214641.873000', '214641.876000', '214641.879000', '214641.881000', '214641.884000', '214641.886000', '214641.889000', '214641.892000', '214641.894000', '214641.897000', '214641.899000', '214641.902000', '214641.904000', '214641.907000', '214641.910000', '214641.912000', '214701.799000', '214701.802000', '214701.805000', '214701.807000', '214701.810000', '214701.813000', '214701.815000', '214701.818000', '214701.821000', '214701.823000', '214701.826000', '214701.828000', '214701.831000', '214701.834000', '214701.836000', '214701.839000', '214701.841000', '214701.844000', '214701.847000', '214701.849000', '214701.852000', '214701.855000', '214701.857000', '214701.860000', '214701.862000', '214701.865000', '214701.868000', '214701.870000', '214701.873000', '214701.875000', '214701.878000', '214701.881000', '214701.893000', '214701.896000', '214701.898000', '214701.901000', '214701.903000', '214701.906000', '214701.909000', '214701.911000', '214701.914000', '214701.916000', '214701.919000', '214701.921000', '214721.799000', '214721.802000', '214721.822000', '214721.825000', '214721.827000', '214721.830000', '214721.833000', '214721.835000', '214721.838000', '214721.841000', '214721.843000', '214721.846000', '214721.848000', '214721.851000', '214721.854000', '214721.856000', '214721.859000', '214721.861000', '214721.864000', '214721.867000', '214721.869000', '214721.872000', '214721.874000', '214721.877000', '214721.879000', '214721.882000', '214721.885000', '214721.887000', '214721.890000', '214721.892000', '214721.895000', '214721.898000', '214721.900000', '214721.903000', '214721.906000', '214721.908000', '214721.911000', '214721.914000', '214721.916000', '214721.919000', '214721.922000', '214721.924000', '214721.927000', '214741.799000', '214741.802000', '214741.805000', '214741.807000', '214741.810000', '214741.812000', '214741.815000', '214741.818000', '214741.820000', '214741.823000', '214741.826000', '214741.829000', '214741.832000', '214741.835000', '214741.837000', '214741.840000', '214741.842000', '214741.845000', '214741.848000', '214741.850000', '214741.853000', '214741.855000', '214741.858000', '214741.860000', '214741.863000', '214741.865000', '214741.868000', '214741.871000', '214741.873000', '214741.877000', '214741.880000', '214741.882000', '214741.885000', '214741.888000', '214741.890000', '214741.893000', '214741.896000', '214741.899000', '214741.901000', '214741.904000', '214741.907000', '214741.909000', '214741.912000', '214801.799000', '214801.802000', '214801.805000', '214801.808000', '214801.810000', '214801.813000', '214801.816000', '214801.818000', '214801.821000', '214801.824000', '214801.826000', '214801.829000', '214801.832000', '214801.834000', '214801.837000', '214801.840000', '214801.842000', '214801.845000', '214801.848000', '214801.850000', '214801.853000', '214801.855000', '214801.858000', '214801.861000', '214801.863000', '214801.866000', '214801.868000', '214801.871000', '214801.874000', '214801.876000', '214801.879000', '214801.881000', '214801.884000', '214801.887000', '214801.889000', '214801.892000', '214801.894000', '214801.897000', '214801.899000', '214801.902000', '214801.905000', '214801.907000', '214801.910000', '214801.913000', '214821.799000', '214821.802000', '214821.805000', '214821.807000', '214821.810000', '214821.813000', '214821.815000', '214821.818000', '214821.820000', '214821.823000', '214821.825000', '214821.828000', '214821.830000', '214821.833000', '214821.836000', '214821.838000', '214821.841000', '214821.844000', '214821.846000', '214821.849000', '214821.852000', '214821.855000', '214821.858000', '214821.867000', '214821.869000', '214821.872000', '214821.874000', '214821.877000', '214821.880000', '214821.882000', '214821.885000', '214821.887000', '214821.890000', '214821.893000', '214821.895000', '214821.898000', '214821.900000', '214821.903000', '214821.906000', '214821.908000', '214821.911000', '214821.913000', '214821.916000', '214841.799000', '214841.801000', '214841.804000', '214841.807000', '214841.809000', '214841.812000', '214841.815000', '214841.817000', '214841.820000', '214841.822000', '214841.826000', '214841.828000', '214841.831000', '214841.834000', '214841.836000', '214841.839000', '214841.842000', '214841.844000', '214841.847000', '214841.849000', '214841.852000', '214841.855000', '214841.857000', '214841.860000', '214841.862000', '214841.865000', '214841.868000', '214841.870000', '214841.873000', '214841.876000', '214841.878000', '214841.881000', '214841.883000', '214841.886000', '214841.889000', '214841.891000', '214841.894000', '214841.897000', '214841.899000', '214841.902000', '214841.904000', '214841.907000', '214841.918000', '214841.921000', '214901.799000', '214901.802000', '214901.805000', '214901.807000', '214901.810000', '214901.813000', '214901.815000', '214901.818000', '214901.820000', '214901.823000', '214901.825000', '214901.828000', '214901.831000', '214901.833000', '214901.836000', '214901.838000', '214901.841000', '214901.844000', '214901.846000', '214901.849000', '214901.851000', '214901.854000', '214901.857000', '214901.860000', '214901.863000', '214901.866000', '214901.869000', '214901.871000', '214901.874000', '214901.876000', '214901.879000', '214901.882000', '214901.884000', '214901.887000', '214901.889000', '214901.892000', '214901.894000', '214901.897000', '214901.900000', '214901.902000', '214901.905000', '214901.908000', '214901.911000', '214921.799000', '214921.802000', '214921.805000', '214921.808000', '214921.810000', '214921.813000', '214921.815000', '214921.818000', '214921.821000', '214921.823000', '214921.826000', '214921.829000', '214921.831000', '214921.834000', '214921.836000', '214921.839000', '214921.842000', '214921.844000', '214921.847000', '214921.849000', '214921.852000', '214921.855000', '214921.857000', '214921.860000', '214921.862000', '214921.865000', '214921.868000', '214921.870000', '214921.873000', '214921.875000', '214921.878000', '214921.880000', '214921.883000', '214921.886000', '214921.888000', '214921.891000', '214921.893000', '214921.896000', '214921.899000', '214921.901000', '214921.915000', '214921.918000', '214921.920000', '214921.923000', '214941.799000', '214941.802000', '214941.805000', '214941.808000', '214941.810000', '214941.813000', '214941.815000', '214941.818000', '214941.821000', '214941.823000', '214941.826000', '214941.828000', '214941.831000', '214941.834000', '214941.836000', '214941.839000', '214941.842000', '214941.844000', '214941.847000', '214941.849000', '214941.852000', '214941.855000', '214941.857000', '214941.860000', '214941.862000', '214941.865000', '214941.868000', '214941.870000', '214941.873000', '214941.875000', '214941.878000', '214941.881000', '214941.883000', '214941.886000', '214941.888000', '214941.891000', '214941.894000', '214941.896000', '214941.899000', '214941.901000', '214941.904000', '214941.907000', '214941.909000', '215001.799000', '215001.802000', '215001.805000', '215001.807000', '215001.810000', '215001.813000', '215001.815000', '215001.818000', '215001.820000', '215001.823000', '215001.826000', '215001.828000', '215001.831000', '215001.833000', '215001.836000', '215001.839000', '215001.841000', '215001.844000', '215001.846000', '215001.849000', '215001.852000', '215001.854000', '215001.857000', '215001.859000', '215001.862000', '215001.865000', '215001.867000', '215001.870000', '215001.872000', '215001.875000', '215001.877000', '215001.880000', '215001.883000', '215001.885000', '215001.888000', '215001.890000', '215001.893000', '215001.896000', '215001.898000', '215001.901000', '215001.903000', '215001.906000', '215001.909000', '215001.911000', '215021.800000', '215021.802000', '215021.805000', '215021.808000', '215021.810000', '215021.813000', '215021.815000', '215021.818000', '215021.821000', '215021.823000', '215021.826000', '215021.829000', '215021.831000', '215021.834000', '215021.836000', '215021.839000', '215021.841000', '215021.844000', '215021.847000', '215021.849000', '215021.852000', '215021.854000', '215021.857000', '215021.875000', '215021.878000', '215021.880000', '215021.883000', '215021.885000', '215021.888000', '215021.890000', '215021.893000', '215021.896000', '215021.898000', '215021.901000', '215021.903000', '215021.906000', '215021.909000', '215021.911000', '215021.914000', '215021.917000', '215021.919000', '215021.922000', '215021.925000', '215041.799000', '215041.801000', '215041.804000', '215041.807000', '215041.809000', '215041.812000', '215041.814000', '215041.817000', '215041.820000', '215041.822000', '215041.825000', '215041.828000', '215041.830000', '215041.833000', '215041.835000', '215041.838000', '215041.841000', '215041.843000', '215041.846000', '215041.848000', '215041.851000', '215041.854000', '215041.856000', '215041.859000', '215041.862000', '215041.864000', '215041.867000', '215041.869000', '215041.872000', '215041.875000', '215041.877000', '215041.880000', '215041.883000', '215041.885000', '215041.888000', '215041.890000', '215041.893000', '215041.896000', '215041.898000', '215041.901000', '215041.904000', '215041.906000', '215041.909000', '215041.912000', '215101.800000', '215101.803000', '215101.805000', '215101.808000', '215101.810000', '215101.813000', '215101.816000', '215101.818000', '215101.821000', '215101.824000', '215101.826000', '215101.829000', '215101.831000', '215101.834000', '215101.836000', '215101.839000', '215101.842000', '215101.844000', '215101.847000', '215101.850000', '215101.852000', '215101.855000', '215101.857000', '215101.860000', '215101.863000', '215101.865000', '215101.868000', '215101.871000', '215101.873000', '215101.876000', '215101.878000', '215101.883000', '215101.886000', '215101.888000', '215101.891000', '215101.894000', '215101.896000', '215101.899000', '215101.901000', '215101.904000', '215101.907000', '215101.909000', '215101.912000', '215121.799000', '215121.802000', '215121.805000', '215121.808000', '215121.810000', '215121.813000', '215121.816000', '215121.818000', '215121.821000', '215121.824000', '215121.826000', '215121.829000', '215121.831000', '215121.834000', '215121.836000', '215121.839000', '215121.842000', '215121.844000', '215121.847000', '215121.849000', '215121.852000', '215121.855000', '215121.857000', '215121.860000', '215121.862000', '215121.865000', '215121.867000', '215121.870000', '215121.873000', '215121.875000', '215121.878000', '215121.880000', '215121.883000', '215121.885000', '215121.888000', '215121.891000', '215121.893000', '215121.896000', '215121.899000', '215121.901000', '215121.904000', '215121.906000', '215121.909000', '215121.912000', '215141.800000', '215141.802000', '215141.805000', '215141.808000', '215141.810000', '215141.813000', '215141.815000', '215141.818000', '215141.821000', '215141.823000', '215141.826000', '215141.828000', '215141.831000', '215141.833000', '215141.836000', '215141.839000', '215141.841000', '215141.844000', '215141.846000', '215141.849000', '215141.852000', '215141.854000', '215141.857000', '215141.859000', '215141.862000', '215141.865000', '215141.867000', '215141.870000', '215141.872000', '215141.875000', '215141.878000', '215141.880000', '215141.883000', '215141.885000', '215141.923000', '215141.926000', '215141.928000', '215141.931000', '215141.934000', '215141.936000', '215141.939000', '215141.942000', '215141.944000', '215201.800000', '215201.802000', '215201.805000', '215201.808000', '215201.810000', '215201.813000', '215201.815000', '215201.818000', '215201.821000', '215201.823000', '215201.826000', '215201.829000', '215201.831000', '215201.834000', '215201.837000', '215201.839000', '215201.842000', '215201.844000', '215201.847000', '215201.850000', '215201.852000', '215201.855000', '215201.857000', '215201.860000', '215201.863000', '215201.865000', '215201.868000', '215201.870000', '215201.873000', '215201.876000', '215201.878000', '215201.881000', '215201.884000', '215201.887000', '215201.889000', '215201.892000', '215201.894000', '215201.897000', '215201.900000', '215201.902000', '215201.905000', '215201.908000', '215201.910000', '215201.913000', '215221.799000', '215221.802000', '215221.805000', '215221.808000', '215221.810000', '215221.813000', '215221.815000', '215221.818000', '215221.821000', '215221.823000', '215221.826000', '215221.828000', '215221.831000', '215221.833000', '215221.836000', '215221.839000', '215221.841000', '215221.844000', '215221.846000', '215221.849000', '215221.852000', '215221.854000', '215221.857000', '215221.859000', '215221.862000', '215221.865000', '215221.867000', '215221.870000', '215221.872000', '215221.875000', '215221.877000', '215221.880000', '215221.883000', '215221.885000', '215221.888000', '215221.890000', '215221.893000', '215221.895000', '215221.898000', '215221.901000', '215221.903000', '215221.906000', '215221.909000', '215241.800000', '215241.802000', '215241.805000', '215241.808000', '215241.810000', '215241.813000', '215241.816000', '215241.818000', '215241.821000', '215241.824000', '215241.826000', '215241.829000', '215241.831000', '215241.834000', '215241.837000', '215241.839000', '215241.842000', '215241.845000', '215241.847000', '215241.850000', '215241.853000', '215241.855000', '215241.858000', '215241.861000', '215241.863000', '215241.866000', '215241.868000', '215241.871000', '215241.874000', '215241.876000', '215241.879000', '215241.882000', '215241.884000', '215241.887000', '215241.889000', '215241.892000', '215241.895000', '215241.897000', '215241.900000', '215241.903000', '215241.905000', '215241.908000', '215241.911000', '215301.799000', '215301.801000', '215301.804000', '215301.807000', '215301.809000', '215301.812000', '215301.815000', '215301.817000', '215301.820000', '215301.822000', '215301.825000', '215301.827000', '215301.830000', '215301.833000', '215301.835000', '215301.838000', '215301.840000', '215301.843000', '215301.846000', '215301.848000', '215301.851000', '215301.853000', '215301.856000', '215301.859000', '215301.861000', '215301.864000', '215301.866000', '215301.869000', '215301.871000', '215301.874000', '215301.877000', '215301.879000', '215301.882000', '215301.884000', '215301.887000', '215301.890000', '215301.892000', '215301.895000', '215301.897000', '215301.900000', '215301.903000', '215301.905000', '215301.908000', '215301.910000', '215321.800000', '215321.803000', '215321.805000', '215321.808000', '215321.810000', '215321.813000', '215321.816000', '215321.818000', '215321.821000', '215321.824000', '215321.826000', '215321.829000', '215321.831000', '215321.834000', '215321.837000', '215321.839000', '215321.842000', '215321.844000', '215321.847000', '215321.850000', '215321.852000', '215321.855000', '215321.858000', '215321.860000', '215321.863000', '215321.865000', '215321.868000', '215321.870000', '215321.873000', '215321.876000', '215321.878000', '215321.881000', '215321.883000', '215321.886000', '215321.889000', '215321.891000', '215321.894000', '215321.896000', '215321.899000', '215321.902000', '215321.904000', '215321.907000', '215321.909000', '215321.912000', '215341.800000', '215341.802000', '215341.805000', '215341.808000', '215341.810000', '215341.813000', '215341.815000', '215341.818000', '215341.821000', '215341.823000', '215341.826000', '215341.829000', '215341.831000', '215341.834000', '215341.837000', '215341.839000', '215341.842000', '215341.845000', '215341.847000', '215341.850000', '215341.852000', '215341.855000', '215341.858000', '215341.860000', '215341.863000', '215341.866000', '215341.868000', '215341.871000', '215341.873000', '215341.876000', '215341.879000', '215341.881000', '215341.884000', '215341.887000', '215341.889000', '215341.892000', '215341.894000', '215341.897000', '215341.900000', '215341.902000', '215341.905000', '215341.908000', '215341.910000', '215401.800000', '215401.802000', '215401.805000', '215401.808000', '215401.810000', '215401.813000', '215401.815000', '215401.818000', '215401.821000', '215401.824000', '215401.826000', '215401.829000', '215401.831000', '215401.835000', '215401.838000', '215401.840000', '215401.843000', '215401.845000', '215401.848000', '215401.851000', '215401.853000', '215401.856000', '215401.858000', '215401.861000', '215401.864000', '215401.866000', '215401.869000', '215401.871000', '215401.874000', '215401.877000', '215401.879000', '215401.882000', '215401.884000', '215401.887000', '215401.891000', '215401.893000', '215401.896000', '215401.898000', '215401.901000', '215401.904000', '215401.906000', '215401.909000', '215401.912000', '215401.914000', '215421.799000', '215421.803000', '215421.805000', '215421.808000', '215421.811000', '215421.813000', '215421.816000', '215421.818000', '215421.821000', '215421.824000', '215421.826000', '215421.829000', '215421.831000', '215421.834000', '215421.837000', '215421.839000', '215421.842000', '215421.845000', '215421.847000', '215421.850000', '215421.852000', '215421.855000', '215421.858000', '215421.860000', '215421.863000', '215421.865000', '215421.868000', '215421.871000', '215421.873000', '215421.876000', '215421.879000', '215421.881000', '215421.884000', '215421.886000', '215421.889000', '215421.892000', '215421.894000', '215421.897000', '215421.899000', '215421.902000', '215421.905000', '215421.915000', '215421.918000', '215437.649000', '215437.652000', '215437.655000', '215437.657000', '215437.660000', '215437.663000', '215437.666000', '215437.668000', '215437.671000', '215437.674000', '215437.676000', '215437.679000', '215437.682000', '215437.685000', '215437.688000', '215437.690000', '215437.693000', '215437.696000', '215437.699000', '215437.701000', '215437.704000', '215437.707000', '215437.709000', '215437.712000', '215437.715000', '215437.718000', '215437.721000', '215437.724000', '215437.727000', '215437.730000', '215437.732000', '215437.735000', '215437.738000', '215437.740000', '215437.744000'], 'InstanceCreationTime': ['214601.830000', '214601.850000', '214601.853000', '214601.863000', '214601.869000', '214601.872000', '214601.875000', '214601.878000', '214601.880000', '214601.883000', '214601.885000', '214601.888000', '214601.892000', '214601.894000', '214601.897000', '214601.900000', '214601.902000', '214601.905000', '214601.908000', '214601.911000', '214601.914000', '214601.916000', '214601.919000', '214601.922000', '214601.925000', '214601.928000', '214601.939000', '214601.942000', '214601.945000', '214601.947000', '214601.950000', '214601.953000', '214601.955000', '214601.958000', '214601.961000', '214601.963000', '214621.798000', '214621.801000', '214621.804000', '214621.806000', '214621.809000', '214621.812000', '214621.814000', '214621.817000', '214621.820000', '214621.822000', '214621.825000', '214621.828000', '214621.830000', '214621.833000', '214621.836000', '214621.839000', '214621.841000', '214621.844000', '214621.846000', '214621.849000', '214621.852000', '214621.854000', '214621.857000', '214621.860000', '214621.862000', '214621.865000', '214621.868000', '214621.870000', '214621.873000', '214621.875000', '214621.878000', '214621.881000', '214621.883000', '214621.886000', '214621.888000', '214621.891000', '214621.894000', '214621.896000', '214621.899000', '214621.901000', '214621.904000', '214621.906000', '214621.909000', '214641.799000', '214641.803000', '214641.805000', '214641.808000', '214641.811000', '214641.813000', '214641.816000', '214641.818000', '214641.821000', '214641.824000', '214641.826000', '214641.829000', '214641.831000', '214641.834000', '214641.837000', '214641.839000', '214641.842000', '214641.844000', '214641.847000', '214641.850000', '214641.852000', '214641.855000', '214641.858000', '214641.860000', '214641.863000', '214641.866000', '214641.868000', '214641.871000', '214641.873000', '214641.876000', '214641.879000', '214641.881000', '214641.884000', '214641.886000', '214641.889000', '214641.892000', '214641.894000', '214641.897000', '214641.899000', '214641.902000', '214641.904000', '214641.907000', '214641.910000', '214641.912000', '214701.799000', '214701.802000', '214701.805000', '214701.807000', '214701.810000', '214701.813000', '214701.815000', '214701.818000', '214701.821000', '214701.823000', '214701.826000', '214701.828000', '214701.831000', '214701.834000', '214701.836000', '214701.839000', '214701.841000', '214701.844000', '214701.847000', '214701.849000', '214701.852000', '214701.855000', '214701.857000', '214701.860000', '214701.862000', '214701.865000', '214701.868000', '214701.870000', '214701.873000', '214701.875000', '214701.878000', '214701.881000', '214701.893000', '214701.896000', '214701.898000', '214701.901000', '214701.903000', '214701.906000', '214701.909000', '214701.911000', '214701.914000', '214701.916000', '214701.919000', '214701.921000', '214721.799000', '214721.802000', '214721.822000', '214721.825000', '214721.827000', '214721.830000', '214721.833000', '214721.835000', '214721.838000', '214721.841000', '214721.843000', '214721.846000', '214721.848000', '214721.851000', '214721.854000', '214721.856000', '214721.859000', '214721.861000', '214721.864000', '214721.867000', '214721.869000', '214721.872000', '214721.874000', '214721.877000', '214721.879000', '214721.882000', '214721.885000', '214721.887000', '214721.890000', '214721.892000', '214721.895000', '214721.898000', '214721.900000', '214721.903000', '214721.906000', '214721.908000', '214721.911000', '214721.914000', '214721.916000', '214721.919000', '214721.922000', '214721.924000', '214721.927000', '214741.799000', '214741.802000', '214741.805000', '214741.807000', '214741.810000', '214741.812000', '214741.815000', '214741.818000', '214741.820000', '214741.823000', '214741.826000', '214741.829000', '214741.832000', '214741.835000', '214741.837000', '214741.840000', '214741.842000', '214741.845000', '214741.848000', '214741.850000', '214741.853000', '214741.855000', '214741.858000', '214741.860000', '214741.863000', '214741.865000', '214741.868000', '214741.871000', '214741.873000', '214741.877000', '214741.880000', '214741.882000', '214741.885000', '214741.888000', '214741.890000', '214741.893000', '214741.896000', '214741.899000', '214741.901000', '214741.904000', '214741.907000', '214741.909000', '214741.912000', '214801.799000', '214801.802000', '214801.805000', '214801.808000', '214801.810000', '214801.813000', '214801.816000', '214801.818000', '214801.821000', '214801.824000', '214801.826000', '214801.829000', '214801.832000', '214801.834000', '214801.837000', '214801.840000', '214801.842000', '214801.845000', '214801.848000', '214801.850000', '214801.853000', '214801.855000', '214801.858000', '214801.861000', '214801.863000', '214801.866000', '214801.868000', '214801.871000', '214801.874000', '214801.876000', '214801.879000', '214801.881000', '214801.884000', '214801.887000', '214801.889000', '214801.892000', '214801.894000', '214801.897000', '214801.899000', '214801.902000', '214801.905000', '214801.907000', '214801.910000', '214801.913000', '214821.799000', '214821.802000', '214821.805000', '214821.807000', '214821.810000', '214821.813000', '214821.815000', '214821.818000', '214821.820000', '214821.823000', '214821.825000', '214821.828000', '214821.830000', '214821.833000', '214821.836000', '214821.838000', '214821.841000', '214821.844000', '214821.846000', '214821.849000', '214821.852000', '214821.855000', '214821.858000', '214821.867000', '214821.869000', '214821.872000', '214821.874000', '214821.877000', '214821.880000', '214821.882000', '214821.885000', '214821.887000', '214821.890000', '214821.893000', '214821.895000', '214821.898000', '214821.900000', '214821.903000', '214821.906000', '214821.908000', '214821.911000', '214821.913000', '214821.916000', '214841.799000', '214841.801000', '214841.804000', '214841.807000', '214841.809000', '214841.812000', '214841.815000', '214841.817000', '214841.820000', '214841.822000', '214841.826000', '214841.828000', '214841.831000', '214841.834000', '214841.836000', '214841.839000', '214841.842000', '214841.844000', '214841.847000', '214841.849000', '214841.852000', '214841.855000', '214841.857000', '214841.860000', '214841.862000', '214841.865000', '214841.868000', '214841.870000', '214841.873000', '214841.876000', '214841.878000', '214841.881000', '214841.883000', '214841.886000', '214841.889000', '214841.891000', '214841.894000', '214841.897000', '214841.899000', '214841.902000', '214841.904000', '214841.907000', '214841.918000', '214841.921000', '214901.799000', '214901.802000', '214901.805000', '214901.807000', '214901.810000', '214901.813000', '214901.815000', '214901.818000', '214901.820000', '214901.823000', '214901.825000', '214901.828000', '214901.831000', '214901.833000', '214901.836000', '214901.838000', '214901.841000', '214901.844000', '214901.846000', '214901.849000', '214901.851000', '214901.854000', '214901.857000', '214901.860000', '214901.863000', '214901.866000', '214901.869000', '214901.871000', '214901.874000', '214901.876000', '214901.879000', '214901.882000', '214901.884000', '214901.887000', '214901.889000', '214901.892000', '214901.894000', '214901.897000', '214901.900000', '214901.902000', '214901.905000', '214901.908000', '214901.911000', '214921.799000', '214921.802000', '214921.805000', '214921.808000', '214921.810000', '214921.813000', '214921.815000', '214921.818000', '214921.821000', '214921.823000', '214921.826000', '214921.829000', '214921.831000', '214921.834000', '214921.836000', '214921.839000', '214921.842000', '214921.844000', '214921.847000', '214921.849000', '214921.852000', '214921.855000', '214921.857000', '214921.860000', '214921.862000', '214921.865000', '214921.868000', '214921.870000', '214921.873000', '214921.875000', '214921.878000', '214921.880000', '214921.883000', '214921.886000', '214921.888000', '214921.891000', '214921.893000', '214921.896000', '214921.899000', '214921.901000', '214921.915000', '214921.918000', '214921.920000', '214921.923000', '214941.799000', '214941.802000', '214941.805000', '214941.808000', '214941.810000', '214941.813000', '214941.815000', '214941.818000', '214941.821000', '214941.823000', '214941.826000', '214941.828000', '214941.831000', '214941.834000', '214941.836000', '214941.839000', '214941.842000', '214941.844000', '214941.847000', '214941.849000', '214941.852000', '214941.855000', '214941.857000', '214941.860000', '214941.862000', '214941.865000', '214941.868000', '214941.870000', '214941.873000', '214941.875000', '214941.878000', '214941.881000', '214941.883000', '214941.886000', '214941.888000', '214941.891000', '214941.894000', '214941.896000', '214941.899000', '214941.901000', '214941.904000', '214941.907000', '214941.909000', '215001.799000', '215001.802000', '215001.805000', '215001.807000', '215001.810000', '215001.813000', '215001.815000', '215001.818000', '215001.820000', '215001.823000', '215001.826000', '215001.828000', '215001.831000', '215001.833000', '215001.836000', '215001.839000', '215001.841000', '215001.844000', '215001.846000', '215001.849000', '215001.852000', '215001.854000', '215001.857000', '215001.859000', '215001.862000', '215001.865000', '215001.867000', '215001.870000', '215001.872000', '215001.875000', '215001.877000', '215001.880000', '215001.883000', '215001.885000', '215001.888000', '215001.890000', '215001.893000', '215001.896000', '215001.898000', '215001.901000', '215001.903000', '215001.906000', '215001.909000', '215001.911000', '215021.800000', '215021.802000', '215021.805000', '215021.808000', '215021.810000', '215021.813000', '215021.815000', '215021.818000', '215021.821000', '215021.823000', '215021.826000', '215021.829000', '215021.831000', '215021.834000', '215021.836000', '215021.839000', '215021.841000', '215021.844000', '215021.847000', '215021.849000', '215021.852000', '215021.854000', '215021.857000', '215021.875000', '215021.878000', '215021.880000', '215021.883000', '215021.885000', '215021.888000', '215021.890000', '215021.893000', '215021.896000', '215021.898000', '215021.901000', '215021.903000', '215021.906000', '215021.909000', '215021.911000', '215021.914000', '215021.917000', '215021.919000', '215021.922000', '215021.925000', '215041.799000', '215041.801000', '215041.804000', '215041.807000', '215041.809000', '215041.812000', '215041.814000', '215041.817000', '215041.820000', '215041.822000', '215041.825000', '215041.828000', '215041.830000', '215041.833000', '215041.835000', '215041.838000', '215041.841000', '215041.843000', '215041.846000', '215041.848000', '215041.851000', '215041.854000', '215041.856000', '215041.859000', '215041.862000', '215041.864000', '215041.867000', '215041.869000', '215041.872000', '215041.875000', '215041.877000', '215041.880000', '215041.883000', '215041.885000', '215041.888000', '215041.890000', '215041.893000', '215041.896000', '215041.898000', '215041.901000', '215041.904000', '215041.906000', '215041.909000', '215041.912000', '215101.800000', '215101.803000', '215101.805000', '215101.808000', '215101.810000', '215101.813000', '215101.816000', '215101.818000', '215101.821000', '215101.824000', '215101.826000', '215101.829000', '215101.831000', '215101.834000', '215101.836000', '215101.839000', '215101.842000', '215101.844000', '215101.847000', '215101.850000', '215101.852000', '215101.855000', '215101.857000', '215101.860000', '215101.863000', '215101.865000', '215101.868000', '215101.871000', '215101.873000', '215101.876000', '215101.878000', '215101.883000', '215101.886000', '215101.888000', '215101.891000', '215101.894000', '215101.896000', '215101.899000', '215101.901000', '215101.904000', '215101.907000', '215101.909000', '215101.912000', '215121.799000', '215121.802000', '215121.805000', '215121.808000', '215121.810000', '215121.813000', '215121.816000', '215121.818000', '215121.821000', '215121.824000', '215121.826000', '215121.829000', '215121.831000', '215121.834000', '215121.836000', '215121.839000', '215121.842000', '215121.844000', '215121.847000', '215121.849000', '215121.852000', '215121.855000', '215121.857000', '215121.860000', '215121.862000', '215121.865000', '215121.867000', '215121.870000', '215121.873000', '215121.875000', '215121.878000', '215121.880000', '215121.883000', '215121.885000', '215121.888000', '215121.891000', '215121.893000', '215121.896000', '215121.899000', '215121.901000', '215121.904000', '215121.906000', '215121.909000', '215121.912000', '215141.800000', '215141.802000', '215141.805000', '215141.808000', '215141.810000', '215141.813000', '215141.815000', '215141.818000', '215141.821000', '215141.823000', '215141.826000', '215141.828000', '215141.831000', '215141.833000', '215141.836000', '215141.839000', '215141.841000', '215141.844000', '215141.846000', '215141.849000', '215141.852000', '215141.854000', '215141.857000', '215141.859000', '215141.862000', '215141.865000', '215141.867000', '215141.870000', '215141.872000', '215141.875000', '215141.878000', '215141.880000', '215141.883000', '215141.885000', '215141.923000', '215141.926000', '215141.928000', '215141.931000', '215141.934000', '215141.936000', '215141.939000', '215141.942000', '215141.944000', '215201.800000', '215201.802000', '215201.805000', '215201.808000', '215201.810000', '215201.813000', '215201.815000', '215201.818000', '215201.821000', '215201.823000', '215201.826000', '215201.829000', '215201.831000', '215201.834000', '215201.837000', '215201.839000', '215201.842000', '215201.844000', '215201.847000', '215201.850000', '215201.852000', '215201.855000', '215201.857000', '215201.860000', '215201.863000', '215201.865000', '215201.868000', '215201.870000', '215201.873000', '215201.876000', '215201.878000', '215201.881000', '215201.884000', '215201.887000', '215201.889000', '215201.892000', '215201.894000', '215201.897000', '215201.900000', '215201.902000', '215201.905000', '215201.908000', '215201.910000', '215201.913000', '215221.799000', '215221.802000', '215221.805000', '215221.808000', '215221.810000', '215221.813000', '215221.815000', '215221.818000', '215221.821000', '215221.823000', '215221.826000', '215221.828000', '215221.831000', '215221.833000', '215221.836000', '215221.839000', '215221.841000', '215221.844000', '215221.846000', '215221.849000', '215221.852000', '215221.854000', '215221.857000', '215221.859000', '215221.862000', '215221.865000', '215221.867000', '215221.870000', '215221.872000', '215221.875000', '215221.877000', '215221.880000', '215221.883000', '215221.885000', '215221.888000', '215221.890000', '215221.893000', '215221.895000', '215221.898000', '215221.901000', '215221.903000', '215221.906000', '215221.909000', '215241.800000', '215241.802000', '215241.805000', '215241.808000', '215241.810000', '215241.813000', '215241.816000', '215241.818000', '215241.821000', '215241.824000', '215241.826000', '215241.829000', '215241.831000', '215241.834000', '215241.837000', '215241.839000', '215241.842000', '215241.845000', '215241.847000', '215241.850000', '215241.853000', '215241.855000', '215241.858000', '215241.861000', '215241.863000', '215241.866000', '215241.868000', '215241.871000', '215241.874000', '215241.876000', '215241.879000', '215241.882000', '215241.884000', '215241.887000', '215241.889000', '215241.892000', '215241.895000', '215241.897000', '215241.900000', '215241.903000', '215241.905000', '215241.908000', '215241.911000', '215301.799000', '215301.801000', '215301.804000', '215301.807000', '215301.809000', '215301.812000', '215301.815000', '215301.817000', '215301.820000', '215301.822000', '215301.825000', '215301.827000', '215301.830000', '215301.833000', '215301.835000', '215301.838000', '215301.840000', '215301.843000', '215301.846000', '215301.848000', '215301.851000', '215301.853000', '215301.856000', '215301.859000', '215301.861000', '215301.864000', '215301.866000', '215301.869000', '215301.871000', '215301.874000', '215301.877000', '215301.879000', '215301.882000', '215301.884000', '215301.887000', '215301.890000', '215301.892000', '215301.895000', '215301.897000', '215301.900000', '215301.903000', '215301.905000', '215301.908000', '215301.910000', '215321.800000', '215321.803000', '215321.805000', '215321.808000', '215321.810000', '215321.813000', '215321.816000', '215321.818000', '215321.821000', '215321.824000', '215321.826000', '215321.829000', '215321.831000', '215321.834000', '215321.837000', '215321.839000', '215321.842000', '215321.844000', '215321.847000', '215321.850000', '215321.852000', '215321.855000', '215321.858000', '215321.860000', '215321.863000', '215321.865000', '215321.868000', '215321.870000', '215321.873000', '215321.876000', '215321.878000', '215321.881000', '215321.883000', '215321.886000', '215321.889000', '215321.891000', '215321.894000', '215321.896000', '215321.899000', '215321.902000', '215321.904000', '215321.907000', '215321.909000', '215321.912000', '215341.800000', '215341.802000', '215341.805000', '215341.808000', '215341.810000', '215341.813000', '215341.815000', '215341.818000', '215341.821000', '215341.823000', '215341.826000', '215341.829000', '215341.831000', '215341.834000', '215341.837000', '215341.839000', '215341.842000', '215341.845000', '215341.847000', '215341.850000', '215341.852000', '215341.855000', '215341.858000', '215341.860000', '215341.863000', '215341.866000', '215341.868000', '215341.871000', '215341.873000', '215341.876000', '215341.879000', '215341.881000', '215341.884000', '215341.887000', '215341.889000', '215341.892000', '215341.894000', '215341.897000', '215341.900000', '215341.902000', '215341.905000', '215341.908000', '215341.910000', '215401.800000', '215401.802000', '215401.805000', '215401.808000', '215401.810000', '215401.813000', '215401.815000', '215401.818000', '215401.821000', '215401.824000', '215401.826000', '215401.829000', '215401.831000', '215401.835000', '215401.838000', '215401.840000', '215401.843000', '215401.845000', '215401.848000', '215401.851000', '215401.853000', '215401.856000', '215401.858000', '215401.861000', '215401.864000', '215401.866000', '215401.869000', '215401.871000', '215401.874000', '215401.877000', '215401.879000', '215401.882000', '215401.884000', '215401.887000', '215401.891000', '215401.893000', '215401.896000', '215401.898000', '215401.901000', '215401.904000', '215401.906000', '215401.909000', '215401.912000', '215401.914000', '215421.799000', '215421.803000', '215421.805000', '215421.808000', '215421.811000', '215421.813000', '215421.816000', '215421.818000', '215421.821000', '215421.824000', '215421.826000', '215421.829000', '215421.831000', '215421.834000', '215421.837000', '215421.839000', '215421.842000', '215421.845000', '215421.847000', '215421.850000', '215421.852000', '215421.855000', '215421.858000', '215421.860000', '215421.863000', '215421.865000', '215421.868000', '215421.871000', '215421.873000', '215421.876000', '215421.879000', '215421.881000', '215421.884000', '215421.886000', '215421.889000', '215421.892000', '215421.894000', '215421.897000', '215421.899000', '215421.902000', '215421.905000', '215421.915000', '215421.918000', '215437.649000', '215437.652000', '215437.655000', '215437.657000', '215437.660000', '215437.663000', '215437.666000', '215437.668000', '215437.671000', '215437.674000', '215437.676000', '215437.679000', '215437.682000', '215437.685000', '215437.688000', '215437.690000', '215437.693000', '215437.696000', '215437.699000', '215437.701000', '215437.704000', '215437.707000', '215437.709000', '215437.712000', '215437.715000', '215437.718000', '215437.721000', '215437.724000', '215437.727000', '215437.730000', '215437.732000', '215437.735000', '215437.738000', '215437.740000', '215437.744000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [13157, 21275, 14423, 15364, 10803, 15538, 10705, 14688, 13061, 8497, 12890, 8173, 13218, 8199, 14628, 10527, 13232, 10094, 13587, 11473, 13417, 10831, 13513, 9761, 14311, 11570, 14019, 10067, 12914, 9769, 13606, 11036, 15740, 10740, 13032, 10270, 12535, 11293, 10731, 12452, 9222, 11689, 8880, 12809, 9842, 13843, 8085, 12736, 8437, 13920, 10045, 14345, 10304, 14244, 10221, 13026, 13144, 8976, 12988, 8209, 13930, 10620, 16371, 12963, 17017, 10673, 14107, 11083, 12584, 13697, 8225, 12291, 8178, 13102, 8577, 15987, 9472, 14144, 10543, 13609, 11400, 15298, 12062, 9512, 12250, 8448, 13545, 9447, 14544, 8482, 13100, 8761, 13457, 11608, 14682, 11001, 12699, 9917, 15162, 11179, 14714, 11838, 9233, 12006, 8172, 13036, 9126, 14550, 8129, 13230, 7941, 13067, 8758, 15312, 9811, 13961, 9783, 13690, 10585, 14925, 11844, 13610, 10140, 12624, 10333, 9965, 13299, 8066, 12963, 8921, 14088, 11441, 15222, 11735, 15803, 10436, 13890, 12061, 11844, 13673, 8282, 12948, 8538, 15369, 10090, 15672, 9564, 13414, 11130, 17711, 11948, 9149, 11664, 8158, 13754, 9363, 15428, 11336, 13059, 10642, 14953, 11324, 11353, 12354, 7897, 12688, 8311, 14481, 12269, 14779, 10596, 9618, 11516, 8616, 14794, 8538, 12671, 8488, 13351, 9534, 15368, 11356, 14697, 9422, 13850, 10013, 14989, 10133, 13654, 8800, 12276, 8325, 14083, 9324, 12908, 8932, 12101, 9958, 13005, 11287, 13311, 10196, 13341, 10403, 13244, 12548, 9441, 12366, 8298, 12406, 9187, 15367, 8934, 13494, 8315, 13105, 8825, 15651, 9611, 14133, 9860, 12834, 11145, 16849, 11658, 8904, 11219, 7902, 13878, 10570, 14491, 10755, 14575, 10397, 14493, 12260, 10054, 12097, 8588, 12205, 8758, 15538, 10601, 14150, 9921, 13018, 10696, 16762, 11462, 8756, 11968, 7854, 13539, 8730, 14252, 9241, 13828, 10529, 14538, 11412, 10219, 13123, 8426, 13798, 10374, 14293, 11985, 13091, 12027, 9198, 11734, 8330, 15575, 9136, 15374, 9318, 14926, 11134, 16135, 11977, 14039, 10959, 8687, 10414, 9839, 16020, 12976, 11555, 8614, 9036, 13262, 8144, 14796, 9370, 16290, 9452, 15383, 12804, 14895, 13790, 9982, 17146, 10874, 17794, 12156, 16171, 12683, 14590, 11756, 14436, 12425, 8859, 14074, 9370, 15392, 11279, 14753, 11319, 11406, 12688, 8471, 14341, 11167, 10515, 12709, 9759, 14405, 12047, 10066, 11857, 8609, 13383, 8559, 14994, 11167, 15006, 11087, 12295, 12146, 8934, 13571, 8495, 14584, 9825, 14249, 11678, 12230, 11493, 8807, 12998, 8407, 14876, 9379, 14637, 10780, 13961, 11426, 11945, 13048, 8065, 13552, 8943, 15438, 12286, 14664, 10938, 14709, 10866, 14545, 11367, 13446, 11019, 13955, 10761, 14003, 10952, 15679, 11847, 11400, 11246, 8582, 12568, 8401, 14615, 8659, 14327, 8312, 14844, 10001, 15100, 11040, 15166, 10978, 13995, 11469, 13599, 12833, 8040, 13231, 8323, 13958, 8481, 14975, 11385, 14916, 10336, 14244, 11207, 16593, 12031, 16672, 11158, 15609, 11228, 17378, 11994, 14304, 10962, 13000, 11048, 11846, 12969, 8503, 13650, 8018, 13516, 7887, 15072, 8777, 14905, 8169, 14501, 9188, 14782, 9021, 14889, 9857, 14893, 9704, 14560, 9765, 14702, 10220, 14578, 11095, 14526, 10497, 14310, 10313, 14835, 11380, 12433, 11943, 8856, 12477, 8714, 14021, 8526, 14530, 8335, 14725, 9780, 14620, 11721, 15158, 10900, 11662, 11489, 9413, 13232, 8608, 14299, 7990, 13735, 8686, 14569, 10826, 15038, 10060, 14181, 10532, 15838, 11652, 8891, 12733, 8265, 12962, 8351, 15025, 10361, 14590, 11151, 14512, 11163, 16909, 12513, 13575, 12001, 8777, 13268, 9023, 14737, 8196, 14301, 8878, 14609, 11434, 13821, 11140, 13229, 11684, 9962, 13706, 8209, 13750, 8517, 14446, 8975, 15026, 10246, 15054, 10556, 14825, 11779, 12630, 12063, 7802, 12026, 8353, 14388, 9737, 14660, 11349, 14018, 11595, 13455, 12505, 14102, 12405, 13163, 14069, 10721, 14342, 8009, 14166, 8526, 13592, 8153, 14606, 8575, 13843, 8436, 14339, 10734, 14122, 10706, 12937, 10478, 13385, 11659, 9146, 13410, 7849, 13147, 9796, 13798, 8230, 13214, 8004, 12843, 8303, 13066, 10863, 13324, 9960, 11896, 10667, 12007, 9067, 13232, 8079, 13053, 8645, 13366, 7790, 14760, 9764, 15169, 9814, 14730, 10278, 14454, 11504, 14813, 10230, 14414, 10298, 14880, 11417, 13955, 10800, 14518, 10374, 14068, 11176, 14911, 11602, 12773, 11329, 13162, 12154, 10210, 14113, 7924, 13615, 8263, 14764, 8421, 15180, 10445, 15065, 10142, 14299, 10855, 14155, 11627, 15283, 11302, 15994, 11191, 14936, 11773, 14118, 11374, 13741, 10836, 11961, 11907, 8306, 12392, 8421, 12987, 8105, 14655, 8450, 15178, 8446, 14594, 8093, 14720, 9782, 14669, 9454, 13924, 8786, 13268, 8197, 14655, 8368, 14545, 8312, 14177, 8670, 15075, 9614, 15218, 10393, 14512, 10929, 14760, 12797, 12552, 13475, 9521, 13407, 9111, 15758, 10222, 16699, 14658, 16818, 12700, 10336, 14011, 13238, 15392, 17840, 14971, 14251, 12581, 9059, 13578, 9308, 14442, 12868, 14809, 13473, 14135, 12323, 12910, 15906, 12831, 15440, 13018, 15321, 11734, 14601, 10816, 14298, 9247, 13993, 10048, 14004, 9663, 14268, 9131, 14794, 10997, 14456, 11156, 14989, 10310, 14317, 10798, 14389, 11747, 14251, 10717, 13906, 10881, 14214, 10432, 14043, 11350, 13943, 10205, 12869, 10629, 9473, 12729, 8046, 12519, 9435, 13503, 8908, 14431, 9567, 14182, 9686, 13567, 9615, 14181, 10347, 15100, 9826, 14893, 11800, 15256, 12096, 13721, 10857, 12185, 11564, 10491, 14808, 8682, 13243, 11405, 15639, 11946, 11637, 14400, 9389, 13534, 9012, 15115, 10046, 17670, 12312, 14675, 11381, 15215, 12879, 9240, 13809, 8429, 13783, 10074, 15983, 13044, 12400, 10995, 7980, 12403, 8337, 15553, 9442, 13879, 9852, 14168, 11365, 15585, 12213, 14424, 10267, 8582, 12257, 8559, 12735, 8577, 12072, 9743, 8936, 12410, 9051, 14021, 8228, 13830, 8059, 14338, 9641, 14532, 7816, 13089, 7991, 13539, 8204, 14425, 8447, 14098, 9307, 14454, 10264, 14117, 11725, 14647, 11261, 14062, 11892, 9872, 13523, 8292, 14382, 7891, 14208, 9189, 14482, 11394, 14879, 11054, 14789, 11655, 16294, 12500, 12020, 12754, 11017, 12985, 11302, 14259, 9227, 13444, 8711, 13172, 10228, 15352, 8928, 12941, 8534, 13377, 8983, 14874, 11010, 13958, 10604, 9854, 14820, 9539, 14705, 10601, 14655, 11502, 18727, 13059, 10129, 11919, 8581, 13148, 9137, 16958, 9910, 14622, 10049, 14282, 11589, 17261, 12170, 8608, 10854, 10641, 16978, 13842, 9803, 15587, 11443, 10051, 16097, 13752, 13466, 14490, 13748, 13937, 10548, 16907, 12176, 15493, 11463, 14758, 11308, 14861, 9849, 15247, 8393, 15624, 9726, 16018, 9622, 14423, 9090, 14141, 8516, 15291, 9648, 12522, 13862, 9992, 13054, 14190, 10719, 16068, 12660, 15268, 11661, 15164, 12125, 14695, 9549, 14673, 9476, 15301, 9698, 14700, 9282, 14312, 10013, 14334, 11041, 10449, 11970, 9988, 12281, 9568, 13314, 8012, 14336, 8763, 14340, 9550, 15074, 8149, 14273, 9101, 15149, 11467, 14981, 10733, 14391, 11136, 14626, 11997, 16098, 11140, 10649, 12163, 12256, 13090, 10977, 14604, 10996, 12837, 8531, 13081, 14622, 14453, 9342, 12735, 8312, 13226, 9948, 14905, 8971, 13358, 8649, 13435, 9159, 14948, 9073, 14092, 9301, 12318, 8693, 15040, 8569, 13637, 8681, 13784, 8651, 14658, 9262, 16349, 10946, 14710, 10440, 13859, 11024, 15791, 12674, 9529, 13058, 10235, 12484, 9660, 16058, 9628, 15200, 8818, 14475, 8818, 15955, 10303, 16130, 8767, 13913, 8865, 15685, 13251, 16586, 10470, 8789, 10697, 8386, 14472, 11702, 14851, 10582, 14943, 11050, 16629, 12000, 16080, 13839, 10565, 16599, 12080, 14328, 8149, 12007, 7831, 11280, 12808, 12652, 9160, 11264, 12522, 10562, 11237, 12870, 9341, 11756, 8282, 12315, 9068, 15572, 8953, 14103, 9727, 14312, 11821, 14649, 11518, 8814, 14792, 9704, 14464, 10268, 14305, 10725, 9424, 14472, 8419, 13471, 9201, 15435, 13752, 12526, 11369, 8200, 12696, 8719, 14716, 12203, 14784, 10936, 8118, 15908, 11573, 10505, 14006, 10431, 17183, 12139, 14874, 10552, 14195, 11139, 14634, 10224, 13500, 10502, 12553, 12715, 7992, 13133, 8653, 13643, 11597, 15666, 11413, 8453, 12376, 9343, 14413, 11692, 13861, 10522, 16078, 11013, 17035, 12731, 9868, 12234, 8640, 14452, 9598, 16750, 11959, 16475, 11140], 'WindowCenter': [4663.0, 4674.0, 4620.0, 4602.0, 4560.0, 4598.0, 4559.0, 4586.0, 4578.0, 4525.0, 4573.0, 4524.0, 4589.0, 4539.0, 4597.0, 4557.0, 4575.0, 4557.0, 4599.0, 4580.0, 4588.0, 4568.0, 4585.0, 4559.0, 4601.0, 4569.0, 4586.0, 4545.0, 4563.0, 4547.0, 4588.0, 4567.0, 4594.0, 4556.0, 4574.0, 4555.0, 4587.0, 4568.0, 4568.0, 4577.0, 4534.0, 4566.0, 4548.0, 4587.0, 4558.0, 4588.0, 4515.0, 4573.0, 4538.0, 4598.0, 4559.0, 4597.0, 4557.0, 4585.0, 4570.0, 4590.0, 4600.0, 4549.0, 4588.0, 4526.0, 4601.0, 4581.0, 4609.0, 4591.0, 4596.0, 4556.0, 4585.0, 4568.0, 4566.0, 4587.0, 4513.0, 4563.0, 4512.0, 4576.0, 4536.0, 4595.0, 4545.0, 4574.0, 4555.0, 4586.0, 4567.0, 4596.0, 4565.0, 4533.0, 4563.0, 4527.0, 4587.0, 4546.0, 4586.0, 4524.0, 4574.0, 4535.0, 4598.0, 4578.0, 4597.0, 4567.0, 4575.0, 4546.0, 4598.0, 4569.0, 4598.0, 4578.0, 4535.0, 4565.0, 4526.0, 4587.0, 4546.0, 4587.0, 4515.0, 4575.0, 4526.0, 4588.0, 4538.0, 4598.0, 4547.0, 4585.0, 4545.0, 4585.0, 4558.0, 4596.0, 4578.0, 4574.0, 4545.0, 4588.0, 4571.0, 4558.0, 4600.0, 4528.0, 4588.0, 4549.0, 4611.0, 4592.0, 4611.0, 4581.0, 4598.0, 4569.0, 4600.0, 4580.0, 4579.0, 4589.0, 4526.0, 4576.0, 4539.0, 4597.0, 4558.0, 4596.0, 4545.0, 4586.0, 4568.0, 4607.0, 4578.0, 4535.0, 4565.0, 4525.0, 4588.0, 4548.0, 4608.0, 4567.0, 4575.0, 4556.0, 4608.0, 4568.0, 4568.0, 4579.0, 4526.0, 4576.0, 4541.0, 4598.0, 4590.0, 4597.0, 4558.0, 4547.0, 4581.0, 4550.0, 4612.0, 4539.0, 4588.0, 4539.0, 4601.0, 4574.0, 4610.0, 4581.0, 4597.0, 4535.0, 4589.0, 4559.0, 4597.0, 4557.0, 4574.0, 4524.0, 4565.0, 4527.0, 4584.0, 4535.0, 4563.0, 4524.0, 4564.0, 4558.0, 4586.0, 4568.0, 4586.0, 4558.0, 4586.0, 4569.0, 4589.0, 4590.0, 4548.0, 4578.0, 4527.0, 4590.0, 4549.0, 4599.0, 4536.0, 4575.0, 4524.0, 4588.0, 4537.0, 4597.0, 4545.0, 4574.0, 4545.0, 4586.0, 4569.0, 4606.0, 4568.0, 4536.0, 4566.0, 4539.0, 4600.0, 4569.0, 4598.0, 4557.0, 4585.0, 4558.0, 4598.0, 4568.0, 4546.0, 4565.0, 4523.0, 4577.0, 4538.0, 4596.0, 4556.0, 4573.0, 4533.0, 4576.0, 4556.0, 4595.0, 4567.0, 4523.0, 4564.0, 4527.0, 4576.0, 4536.0, 4585.0, 4534.0, 4573.0, 4556.0, 4600.0, 4581.0, 4559.0, 4590.0, 4526.0, 4586.0, 4557.0, 4599.0, 4579.0, 4577.0, 4565.0, 4534.0, 4566.0, 4527.0, 4599.0, 4537.0, 4597.0, 4524.0, 4583.0, 4555.0, 4583.0, 4555.0, 4587.0, 4567.0, 4535.0, 4542.0, 4530.0, 4582.0, 4562.0, 4553.0, 4523.0, 4532.0, 4575.0, 4514.0, 4587.0, 4535.0, 4585.0, 4535.0, 4585.0, 4576.0, 4584.0, 4562.0, 4520.0, 4572.0, 4517.0, 4557.0, 4515.0, 4543.0, 4512.0, 4518.0, 4499.0, 4517.0, 4507.0, 4465.0, 4517.0, 4477.0, 4527.0, 4497.0, 4527.0, 4510.0, 4520.0, 4521.0, 4494.0, 4544.0, 4525.0, 4526.0, 4549.0, 4533.0, 4571.0, 4563.0, 4531.0, 4552.0, 4522.0, 4574.0, 4525.0, 4586.0, 4555.0, 4583.0, 4555.0, 4565.0, 4565.0, 4524.0, 4573.0, 4523.0, 4585.0, 4571.0, 4588.0, 4580.0, 4566.0, 4566.0, 4537.0, 4590.0, 4537.0, 4596.0, 4536.0, 4585.0, 4567.0, 4600.0, 4579.0, 4578.0, 4576.0, 4515.0, 4575.0, 4550.0, 4598.0, 4580.0, 4586.0, 4556.0, 4584.0, 4557.0, 4586.0, 4567.0, 4574.0, 4555.0, 4572.0, 4555.0, 4586.0, 4556.0, 4595.0, 4564.0, 4551.0, 4552.0, 4537.0, 4577.0, 4537.0, 4595.0, 4525.0, 4586.0, 4526.0, 4598.0, 4558.0, 4596.0, 4566.0, 4585.0, 4556.0, 4588.0, 4580.0, 4588.0, 4579.0, 4526.0, 4576.0, 4539.0, 4600.0, 4550.0, 4611.0, 4580.0, 4598.0, 4583.0, 4613.0, 4582.0, 4621.0, 4592.0, 4608.0, 4568.0, 4610.0, 4581.0, 4609.0, 4580.0, 4586.0, 4566.0, 4588.0, 4582.0, 4591.0, 4590.0, 4538.0, 4588.0, 4516.0, 4588.0, 4540.0, 4599.0, 4538.0, 4598.0, 4525.0, 4585.0, 4535.0, 4585.0, 4548.0, 4598.0, 4557.0, 4586.0, 4535.0, 4573.0, 4533.0, 4585.0, 4557.0, 4585.0, 4567.0, 4584.0, 4554.0, 4586.0, 4571.0, 4599.0, 4581.0, 4578.0, 4577.0, 4537.0, 4590.0, 4551.0, 4599.0, 4539.0, 4599.0, 4527.0, 4599.0, 4573.0, 4599.0, 4581.0, 4598.0, 4569.0, 4568.0, 4581.0, 4563.0, 4592.0, 4550.0, 4601.0, 4528.0, 4590.0, 4551.0, 4599.0, 4572.0, 4598.0, 4548.0, 4589.0, 4573.0, 4610.0, 4583.0, 4550.0, 4590.0, 4540.0, 4604.0, 4554.0, 4614.0, 4573.0, 4600.0, 4582.0, 4614.0, 4584.0, 4623.0, 4594.0, 4587.0, 4578.0, 4540.0, 4591.0, 4538.0, 4601.0, 4526.0, 4586.0, 4549.0, 4599.0, 4581.0, 4588.0, 4569.0, 4589.0, 4593.0, 4560.0, 4601.0, 4528.0, 4588.0, 4540.0, 4600.0, 4550.0, 4600.0, 4558.0, 4587.0, 4559.0, 4598.0, 4577.0, 4577.0, 4578.0, 4517.0, 4590.0, 4551.0, 4601.0, 4562.0, 4600.0, 4582.0, 4616.0, 4594.0, 4601.0, 4593.0, 4589.0, 4579.0, 4590.0, 4590.0, 4557.0, 4587.0, 4514.0, 4587.0, 4538.0, 4577.0, 4514.0, 4585.0, 4523.0, 4573.0, 4538.0, 4597.0, 4568.0, 4586.0, 4558.0, 4576.0, 4570.0, 4601.0, 4580.0, 4549.0, 4589.0, 4528.0, 4601.0, 4560.0, 4590.0, 4528.0, 4577.0, 4516.0, 4577.0, 4540.0, 4588.0, 4568.0, 4588.0, 4545.0, 4567.0, 4570.0, 4579.0, 4536.0, 4588.0, 4527.0, 4587.0, 4549.0, 4602.0, 4532.0, 4611.0, 4561.0, 4599.0, 4560.0, 4612.0, 4585.0, 4601.0, 4582.0, 4599.0, 4559.0, 4598.0, 4573.0, 4611.0, 4581.0, 4589.0, 4570.0, 4587.0, 4571.0, 4612.0, 4581.0, 4600.0, 4581.0, 4589.0, 4580.0, 4602.0, 4593.0, 4571.0, 4601.0, 4528.0, 4588.0, 4541.0, 4611.0, 4542.0, 4612.0, 4569.0, 4599.0, 4570.0, 4613.0, 4582.0, 4600.0, 4581.0, 4598.0, 4580.0, 4623.0, 4582.0, 4599.0, 4580.0, 4587.0, 4568.0, 4599.0, 4581.0, 4578.0, 4580.0, 4539.0, 4589.0, 4540.0, 4613.0, 4553.0, 4613.0, 4553.0, 4613.0, 4541.0, 4601.0, 4556.0, 4613.0, 4561.0, 4601.0, 4547.0, 4587.0, 4550.0, 4602.0, 4539.0, 4599.0, 4527.0, 4586.0, 4524.0, 4612.0, 4550.0, 4599.0, 4560.0, 4597.0, 4558.0, 4598.0, 4581.0, 4611.0, 4605.0, 4593.0, 4603.0, 4560.0, 4588.0, 4549.0, 4609.0, 4573.0, 4611.0, 4601.0, 4608.0, 4577.0, 4545.0, 4575.0, 4578.0, 4612.0, 4609.0, 4588.0, 4574.0, 4564.0, 4510.0, 4561.0, 4509.0, 4573.0, 4564.0, 4574.0, 4561.0, 4572.0, 4550.0, 4551.0, 4570.0, 4564.0, 4572.0, 4563.0, 4570.0, 4540.0, 4558.0, 4555.0, 4584.0, 4534.0, 4573.0, 4532.0, 4559.0, 4520.0, 4570.0, 4521.0, 4584.0, 4556.0, 4575.0, 4555.0, 4584.0, 4546.0, 4573.0, 4556.0, 4586.0, 4568.0, 4574.0, 4544.0, 4562.0, 4554.0, 4585.0, 4557.0, 4586.0, 4556.0, 4572.0, 4544.0, 4563.0, 4556.0, 4546.0, 4578.0, 4516.0, 4566.0, 4548.0, 4601.0, 4550.0, 4599.0, 4547.0, 4586.0, 4546.0, 4601.0, 4548.0, 4589.0, 4571.0, 4599.0, 4546.0, 4584.0, 4567.0, 4586.0, 4566.0, 4575.0, 4557.0, 4577.0, 4581.0, 4570.0, 4600.0, 4538.0, 4588.0, 4569.0, 4610.0, 4593.0, 4581.0, 4601.0, 4548.0, 4578.0, 4539.0, 4601.0, 4562.0, 4609.0, 4567.0, 4585.0, 4555.0, 4597.0, 4577.0, 4536.0, 4576.0, 4515.0, 4574.0, 4547.0, 4595.0, 4578.0, 4564.0, 4568.0, 4517.0, 4565.0, 4526.0, 4598.0, 4546.0, 4575.0, 4548.0, 4587.0, 4566.0, 4585.0, 4567.0, 4573.0, 4533.0, 4524.0, 4565.0, 4525.0, 4576.0, 4524.0, 4563.0, 4545.0, 4550.0, 4590.0, 4551.0, 4600.0, 4527.0, 4589.0, 4515.0, 4602.0, 4547.0, 4586.0, 4502.0, 4561.0, 4501.0, 4571.0, 4526.0, 4584.0, 4513.0, 4572.0, 4522.0, 4584.0, 4558.0, 4583.0, 4567.0, 4583.0, 4554.0, 4573.0, 4577.0, 4558.0, 4586.0, 4526.0, 4586.0, 4516.0, 4599.0, 4560.0, 4599.0, 4579.0, 4586.0, 4568.0, 4610.0, 4578.0, 4609.0, 4578.0, 4565.0, 4576.0, 4568.0, 4588.0, 4565.0, 4599.0, 4533.0, 4575.0, 4526.0, 4600.0, 4558.0, 4611.0, 4537.0, 4577.0, 4535.0, 4600.0, 4549.0, 4599.0, 4568.0, 4598.0, 4571.0, 4573.0, 4612.0, 4562.0, 4601.0, 4571.0, 4611.0, 4581.0, 4621.0, 4603.0, 4558.0, 4580.0, 4539.0, 4589.0, 4548.0, 4610.0, 4547.0, 4586.0, 4546.0, 4587.0, 4568.0, 4608.0, 4568.0, 4527.0, 4556.0, 4557.0, 4609.0, 4589.0, 4558.0, 4598.0, 4568.0, 4560.0, 4623.0, 4602.0, 4588.0, 4587.0, 4576.0, 4585.0, 4558.0, 4593.0, 4552.0, 4570.0, 4542.0, 4570.0, 4553.0, 4573.0, 4545.0, 4584.0, 4512.0, 4571.0, 4508.0, 4559.0, 4494.0, 4536.0, 4482.0, 4534.0, 4472.0, 4543.0, 4506.0, 4535.0, 4546.0, 4519.0, 4547.0, 4557.0, 4529.0, 4569.0, 4549.0, 4558.0, 4540.0, 4558.0, 4538.0, 4546.0, 4505.0, 4558.0, 4521.0, 4568.0, 4518.0, 4556.0, 4508.0, 4583.0, 4545.0, 4583.0, 4554.0, 4543.0, 4565.0, 4559.0, 4591.0, 4549.0, 4589.0, 4528.0, 4588.0, 4550.0, 4601.0, 4550.0, 4599.0, 4517.0, 4586.0, 4550.0, 4610.0, 4580.0, 4599.0, 4558.0, 4586.0, 4570.0, 4613.0, 4582.0, 4610.0, 4570.0, 4557.0, 4579.0, 4592.0, 4602.0, 4570.0, 4602.0, 4556.0, 4579.0, 4527.0, 4578.0, 4586.0, 4600.0, 4535.0, 4565.0, 4514.0, 4586.0, 4548.0, 4598.0, 4536.0, 4576.0, 4525.0, 4587.0, 4548.0, 4598.0, 4536.0, 4585.0, 4535.0, 4579.0, 4550.0, 4599.0, 4537.0, 4585.0, 4537.0, 4587.0, 4526.0, 4586.0, 4549.0, 4609.0, 4570.0, 4587.0, 4557.0, 4586.0, 4569.0, 4610.0, 4590.0, 4549.0, 4589.0, 4557.0, 4591.0, 4573.0, 4612.0, 4550.0, 4599.0, 4537.0, 4588.0, 4553.0, 4610.0, 4560.0, 4599.0, 4527.0, 4576.0, 4539.0, 4609.0, 4589.0, 4609.0, 4557.0, 4538.0, 4570.0, 4553.0, 4613.0, 4607.0, 4614.0, 4586.0, 4625.0, 4599.0, 4627.0, 4594.0, 4601.0, 4578.0, 4547.0, 4611.0, 4568.0, 4587.0, 4503.0, 4554.0, 4502.0, 4554.0, 4562.0, 4577.0, 4522.0, 4542.0, 4551.0, 4555.0, 4554.0, 4576.0, 4523.0, 4565.0, 4511.0, 4564.0, 4524.0, 4596.0, 4524.0, 4584.0, 4535.0, 4597.0, 4580.0, 4586.0, 4568.0, 4551.0, 4599.0, 4550.0, 4599.0, 4559.0, 4600.0, 4557.0, 4549.0, 4590.0, 4514.0, 4563.0, 4523.0, 4573.0, 4587.0, 4566.0, 4555.0, 4513.0, 4563.0, 4536.0, 4586.0, 4579.0, 4585.0, 4558.0, 4519.0, 4597.0, 4567.0, 4558.0, 4589.0, 4558.0, 4597.0, 4565.0, 4572.0, 4532.0, 4573.0, 4556.0, 4572.0, 4532.0, 4559.0, 4542.0, 4562.0, 4563.0, 4501.0, 4563.0, 4525.0, 4574.0, 4554.0, 4595.0, 4566.0, 4525.0, 4576.0, 4560.0, 4599.0, 4581.0, 4589.0, 4558.0, 4596.0, 4558.0, 4597.0, 4579.0, 4535.0, 4566.0, 4526.0, 4588.0, 4549.0, 4598.0, 4567.0, 4595.0, 4567.0], 'WindowWidth': [10218.0, 10220.0, 10130.0, 10090.0, 10026.0, 10074.0, 10024.0, 10056.0, 10050.0, 9970.0, 10035.0, 9970.0, 10067.0, 10001.0, 10074.0, 10019.0, 10039.0, 10020.0, 10081.0, 10057.0, 10062.0, 10036.0, 10054.0, 10029.0, 10085.0, 10039.0, 10055.0, 9998.0, 10018.0, 10006.0, 10064.0, 10034.0, 10067.0, 10016.0, 10038.0, 10014.0, 10065.0, 10039.0, 10037.0, 10047.0, 9984.0, 10028.0, 10011.0, 10062.0, 10021.0, 10065.0, 9958.0, 10035.0, 9997.0, 10078.0, 10026.0, 10074.0, 10019.0, 10055.0, 10042.0, 10070.0, 10084.0, 10012.0, 10063.0, 9978.0, 10089.0, 10061.0, 10095.0, 10074.0, 10073.0, 10015.0, 10054.0, 10036.0, 10028.0, 10062.0, 9951.0, 10020.0, 9948.0, 10043.0, 9988.0, 10071.0, 9998.0, 10036.0, 10013.0, 10059.0, 10035.0, 10070.0, 10028.0, 9980.0, 10021.0, 9979.0, 10060.0, 10001.0, 10058.0, 9971.0, 10036.0, 9988.0, 10077.0, 10050.0, 10073.0, 10034.0, 10040.0, 10003.0, 10079.0, 10038.0, 10076.0, 10048.0, 9985.0, 10025.0, 9976.0, 10061.0, 10002.0, 10062.0, 9958.0, 10041.0, 9974.0, 10065.0, 9998.0, 10078.0, 10005.0, 10052.0, 10000.0, 10054.0, 10024.0, 10070.0, 10051.0, 10037.0, 10000.0, 10065.0, 10046.0, 10023.0, 10084.0, 9983.0, 10063.0, 10011.0, 10100.0, 10075.0, 10102.0, 10058.0, 10076.0, 10038.0, 10084.0, 10054.0, 10053.0, 10068.0, 9975.0, 10044.0, 9999.0, 10076.0, 10023.0, 10070.0, 9999.0, 10056.0, 10036.0, 10089.0, 10049.0, 9987.0, 10026.0, 9973.0, 10063.0, 10009.0, 10092.0, 10032.0, 10040.0, 10016.0, 10092.0, 10036.0, 10037.0, 10052.0, 9977.0, 10044.0, 10006.0, 10078.0, 10071.0, 10075.0, 10022.0, 10005.0, 10058.0, 10016.0, 10103.0, 9997.0, 10063.0, 9997.0, 10087.0, 10055.0, 10096.0, 10058.0, 10075.0, 9988.0, 10066.0, 10027.0, 10075.0, 10017.0, 10035.0, 9967.0, 10027.0, 9980.0, 10050.0, 9987.0, 10019.0, 9968.0, 10024.0, 10024.0, 10058.0, 10037.0, 10055.0, 10023.0, 10055.0, 10040.0, 10066.0, 10068.0, 10008.0, 10049.0, 9977.0, 10071.0, 10012.0, 10081.0, 9987.0, 10040.0, 9970.0, 10063.0, 9992.0, 10073.0, 10000.0, 10038.0, 9999.0, 10059.0, 10038.0, 10085.0, 10034.0, 9987.0, 10028.0, 9999.0, 10085.0, 10040.0, 10077.0, 10020.0, 10053.0, 10020.0, 10077.0, 10034.0, 9999.0, 10026.0, 9965.0, 10047.0, 9994.0, 10071.0, 10017.0, 10034.0, 9979.0, 10043.0, 10017.0, 10067.0, 10031.0, 9966.0, 10022.0, 9979.0, 10043.0, 9989.0, 10055.0, 9982.0, 10032.0, 10017.0, 10083.0, 10058.0, 10025.0, 10069.0, 9975.0, 10054.0, 10019.0, 10079.0, 10052.0, 10044.0, 10027.0, 9982.0, 10027.0, 9978.0, 10080.0, 9991.0, 10074.0, 9966.0, 10048.0, 10014.0, 10048.0, 10012.0, 10061.0, 10034.0, 9989.0, 9990.0, 9968.0, 10044.0, 10016.0, 10006.0, 9965.0, 9977.0, 10039.0, 9958.0, 10060.0, 9981.0, 10050.0, 9982.0, 10052.0, 10042.0, 10051.0, 10018.0, 9954.0, 10035.0, 9946.0, 10008.0, 9940.0, 9975.0, 9929.0, 9932.0, 9905.0, 9926.0, 9914.0, 9855.0, 9928.0, 9873.0, 9944.0, 9903.0, 9941.0, 9923.0, 9938.0, 9940.0, 9909.0, 9975.0, 9954.0, 9955.0, 9992.0, 9977.0, 10028.0, 10021.0, 9971.0, 10000.0, 9959.0, 10034.0, 9971.0, 10057.0, 10011.0, 10046.0, 10010.0, 10027.0, 10024.0, 9965.0, 10033.0, 9964.0, 10053.0, 10044.0, 10062.0, 10056.0, 10027.0, 10027.0, 9991.0, 10069.0, 9991.0, 10073.0, 9986.0, 10051.0, 10031.0, 10085.0, 10052.0, 10047.0, 10042.0, 9958.0, 10038.0, 10013.0, 10075.0, 10055.0, 10056.0, 10015.0, 10048.0, 10017.0, 10056.0, 10033.0, 10036.0, 10010.0, 10030.0, 10013.0, 10057.0, 10015.0, 10067.0, 10024.0, 9999.0, 10002.0, 9992.0, 10045.0, 9991.0, 10069.0, 9971.0, 10053.0, 9976.0, 10078.0, 10023.0, 10070.0, 10028.0, 10052.0, 10015.0, 10063.0, 10055.0, 10062.0, 10050.0, 9975.0, 10042.0, 9997.0, 10084.0, 10015.0, 10100.0, 10056.0, 10076.0, 10065.0, 10107.0, 10061.0, 10113.0, 10073.0, 10092.0, 10035.0, 10098.0, 10058.0, 10096.0, 10057.0, 10058.0, 10031.0, 10063.0, 10061.0, 10071.0, 10070.0, 9993.0, 10060.0, 9960.0, 10062.0, 10000.0, 10080.0, 9994.0, 10075.0, 9972.0, 10051.0, 9983.0, 10053.0, 10010.0, 10079.0, 10018.0, 10058.0, 9982.0, 10031.0, 9979.0, 10053.0, 10019.0, 10052.0, 10034.0, 10048.0, 10011.0, 10055.0, 10046.0, 10080.0, 10058.0, 10049.0, 10047.0, 9991.0, 10068.0, 10019.0, 10080.0, 9997.0, 10078.0, 9978.0, 10079.0, 10050.0, 10077.0, 10058.0, 10075.0, 10038.0, 10034.0, 10057.0, 10038.0, 10072.0, 10013.0, 10083.0, 9979.0, 10066.0, 10015.0, 10078.0, 10045.0, 10076.0, 10007.0, 10062.0, 10050.0, 10097.0, 10063.0, 10014.0, 10066.0, 10000.0, 10093.0, 10026.0, 10107.0, 10049.0, 10082.0, 10058.0, 10110.0, 10066.0, 10117.0, 10079.0, 10060.0, 10047.0, 10001.0, 10069.0, 9992.0, 10084.0, 9973.0, 10054.0, 10010.0, 10077.0, 10056.0, 10060.0, 10035.0, 10066.0, 10075.0, 10025.0, 10085.0, 9979.0, 10059.0, 9999.0, 10082.0, 10011.0, 10081.0, 10018.0, 10057.0, 10024.0, 10075.0, 10046.0, 10045.0, 10047.0, 9964.0, 10069.0, 10018.0, 10085.0, 10033.0, 10081.0, 10061.0, 10114.0, 10080.0, 10086.0, 10078.0, 10063.0, 10050.0, 10066.0, 10069.0, 10015.0, 10059.0, 9953.0, 10055.0, 9993.0, 10042.0, 9952.0, 10052.0, 9963.0, 10032.0, 9993.0, 10073.0, 10033.0, 10056.0, 10022.0, 10041.0, 10038.0, 10084.0, 10055.0, 10011.0, 10065.0, 9979.0, 10085.0, 10026.0, 10068.0, 9978.0, 10043.0, 9958.0, 10044.0, 10001.0, 10062.0, 10033.0, 10059.0, 9997.0, 10030.0, 10043.0, 10050.0, 9990.0, 10062.0, 9975.0, 10058.0, 10011.0, 10088.0, 9994.0, 10098.0, 10030.0, 10079.0, 10027.0, 10102.0, 10072.0, 10084.0, 10062.0, 10078.0, 10025.0, 10074.0, 10051.0, 10097.0, 10059.0, 10064.0, 10039.0, 10058.0, 10044.0, 10103.0, 10057.0, 10081.0, 10058.0, 10063.0, 10055.0, 10090.0, 10076.0, 10042.0, 10085.0, 9982.0, 10063.0, 10005.0, 10102.0, 10006.0, 10105.0, 10039.0, 10078.0, 10041.0, 10105.0, 10061.0, 10083.0, 10057.0, 10078.0, 10056.0, 10122.0, 10061.0, 10080.0, 10055.0, 10059.0, 10033.0, 10081.0, 10059.0, 10050.0, 10056.0, 9997.0, 10065.0, 10002.0, 10106.0, 10025.0, 10106.0, 10024.0, 10104.0, 10004.0, 10084.0, 10032.0, 10106.0, 10030.0, 10085.0, 10003.0, 10055.0, 10014.0, 10090.0, 9998.0, 10082.0, 9975.0, 10055.0, 9971.0, 10102.0, 10016.0, 10080.0, 10026.0, 10073.0, 10023.0, 10075.0, 10060.0, 10100.0, 10096.0, 10077.0, 10091.0, 10029.0, 10062.0, 10011.0, 10093.0, 10051.0, 10099.0, 10085.0, 10091.0, 10044.0, 9996.0, 10037.0, 10046.0, 10102.0, 10095.0, 10065.0, 10032.0, 10021.0, 9940.0, 10009.0, 9938.0, 10029.0, 10022.0, 10034.0, 10011.0, 10029.0, 9994.0, 9996.0, 10024.0, 10022.0, 10028.0, 10018.0, 10020.0, 9980.0, 9999.0, 10009.0, 10052.0, 9982.0, 10032.0, 9973.0, 10002.0, 9953.0, 10020.0, 9958.0, 10049.0, 10014.0, 10036.0, 10011.0, 10046.0, 9999.0, 10030.0, 10013.0, 10053.0, 10031.0, 10034.0, 9994.0, 10014.0, 10008.0, 10052.0, 10018.0, 10051.0, 10011.0, 10027.0, 9993.0, 10016.0, 10012.0, 9999.0, 10046.0, 9958.0, 10026.0, 10005.0, 10084.0, 10012.0, 10077.0, 10001.0, 10052.0, 10001.0, 10084.0, 10008.0, 10064.0, 10044.0, 10078.0, 9998.0, 10048.0, 10028.0, 10054.0, 10026.0, 10038.0, 10016.0, 10042.0, 10055.0, 10040.0, 10079.0, 9993.0, 10058.0, 10035.0, 10095.0, 10073.0, 10054.0, 10085.0, 10004.0, 10047.0, 9993.0, 10085.0, 10031.0, 10093.0, 10030.0, 10051.0, 10011.0, 10071.0, 10044.0, 9987.0, 10041.0, 9957.0, 10034.0, 10004.0, 10067.0, 10047.0, 10022.0, 10034.0, 9963.0, 10025.0, 9972.0, 10079.0, 10001.0, 10038.0, 10007.0, 10057.0, 10028.0, 10053.0, 10031.0, 10033.0, 9979.0, 9969.0, 10025.0, 9972.0, 10042.0, 9971.0, 10021.0, 10002.0, 10018.0, 10071.0, 10019.0, 10083.0, 9977.0, 10063.0, 9957.0, 10090.0, 10005.0, 10058.0, 9934.0, 10012.0, 9931.0, 10027.0, 9975.0, 10051.0, 9951.0, 10029.0, 9963.0, 10051.0, 10024.0, 10047.0, 10032.0, 10046.0, 10010.0, 10032.0, 10047.0, 10022.0, 10058.0, 9976.0, 10057.0, 9961.0, 10081.0, 10028.0, 10079.0, 10053.0, 10055.0, 10035.0, 10099.0, 10052.0, 10093.0, 10050.0, 10027.0, 10043.0, 10035.0, 10062.0, 10026.0, 10081.0, 9981.0, 10039.0, 9974.0, 10084.0, 10022.0, 10100.0, 9990.0, 10045.0, 9984.0, 10082.0, 10013.0, 10081.0, 10036.0, 10076.0, 10044.0, 10051.0, 10102.0, 10035.0, 10086.0, 10043.0, 10101.0, 10060.0, 10115.0, 10091.0, 10021.0, 10054.0, 9995.0, 10064.0, 10005.0, 10097.0, 10000.0, 10057.0, 9999.0, 10059.0, 10034.0, 10091.0, 10035.0, 9977.0, 10017.0, 10019.0, 10094.0, 10066.0, 10021.0, 10074.0, 10036.0, 10031.0, 10119.0, 10087.0, 10062.0, 10059.0, 10043.0, 10051.0, 10023.0, 10061.0, 9999.0, 10020.0, 9986.0, 10020.0, 10005.0, 10031.0, 9997.0, 10047.0, 9947.0, 10025.0, 9932.0, 10009.0, 9907.0, 9967.0, 9885.0, 9962.0, 9872.0, 9973.0, 9927.0, 9964.0, 9983.0, 9953.0, 9987.0, 10001.0, 9964.0, 10019.0, 9992.0, 10002.0, 9982.0, 10003.0, 9974.0, 9981.0, 9925.0, 10001.0, 9957.0, 10015.0, 9947.0, 9996.0, 9935.0, 10044.0, 9999.0, 10044.0, 10009.0, 9992.0, 10024.0, 10026.0, 10070.0, 10011.0, 10065.0, 9980.0, 10059.0, 10013.0, 10086.0, 10012.0, 10080.0, 9962.0, 10053.0, 10012.0, 10096.0, 10053.0, 10076.0, 10020.0, 10053.0, 10040.0, 10105.0, 10059.0, 10094.0, 10039.0, 10018.0, 10050.0, 10076.0, 10089.0, 10041.0, 10089.0, 10014.0, 10052.0, 9975.0, 10047.0, 10055.0, 10080.0, 9982.0, 10024.0, 9954.0, 10056.0, 10007.0, 10077.0, 9985.0, 10040.0, 9970.0, 10058.0, 10009.0, 10075.0, 9987.0, 10055.0, 9982.0, 10050.0, 10016.0, 10079.0, 9992.0, 10054.0, 9990.0, 10058.0, 9973.0, 10056.0, 10010.0, 10093.0, 10040.0, 10058.0, 10018.0, 10054.0, 10036.0, 10095.0, 10069.0, 10009.0, 10065.0, 10018.0, 10070.0, 10050.0, 10103.0, 10012.0, 10078.0, 9988.0, 10060.0, 10021.0, 10096.0, 10028.0, 10079.0, 9975.0, 10040.0, 9997.0, 10093.0, 10066.0, 10092.0, 10020.0, 9994.0, 10041.0, 10027.0, 10107.0, 10105.0, 10108.0, 10072.0, 10125.0, 10096.0, 10135.0, 10079.0, 10089.0, 10046.0, 10003.0, 10103.0, 10036.0, 10060.0, 9937.0, 10007.0, 9936.0, 10009.0, 10015.0, 10043.0, 9959.0, 9988.0, 9998.0, 10010.0, 10006.0, 10041.0, 9962.0, 10021.0, 9946.0, 10020.0, 9966.0, 10068.0, 9968.0, 10050.0, 9983.0, 10073.0, 10053.0, 10056.0, 10035.0, 10017.0, 10080.0, 10012.0, 10080.0, 10024.0, 10083.0, 10019.0, 10013.0, 10067.0, 9951.0, 10016.0, 9963.0, 10030.0, 10059.0, 10026.0, 10009.0, 9952.0, 10018.0, 9988.0, 10054.0, 10052.0, 10052.0, 10019.0, 9967.0, 10070.0, 10030.0, 10021.0, 10063.0, 10018.0, 10074.0, 10025.0, 10030.0, 9974.0, 10032.0, 10014.0, 10026.0, 9974.0, 10005.0, 9987.0, 10014.0, 10017.0, 9932.0, 10018.0, 9969.0, 10034.0, 10010.0, 10065.0, 10027.0, 9972.0, 10040.0, 10029.0, 10082.0, 10056.0, 10063.0, 10020.0, 10066.0, 10018.0, 10071.0, 10051.0, 9983.0, 10026.0, 9971.0, 10063.0, 10008.0, 10077.0, 10031.0, 10066.0, 10032.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.0006956017316017316</td></tr>
<tr><td colspan=3>aqi</td><td>0.026582701385281383</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.535106123344896</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2606539722616974</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9930251296967066</td></tr>
<tr><td colspan=3>efc</td><td>0.4907</td></tr>
<tr><td colspan=3>fber</td><td>5721.0039</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11657733425107707</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.043290043290042</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4183744095578033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2995930360825207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6188339375621332</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3366962550287553</td></tr>
<tr><td colspan=3>gcor</td><td>0.020439</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022236669436097145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03386986628174782</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.13080534990902</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>25.1551</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.08</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.3908</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>294609.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.2917</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.107</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.0484</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3756.2689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.2988</td></tr>
<tr><td colspan=3>tsnr</td><td>39.563486984116025</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>