<?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-0007_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0007_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0007_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0007_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0007_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0007_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0007_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-02/func/sub-0007_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>eb2074b2d8a894f19ad4f5262bd3754f</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>15:42:2.522500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0936136</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51f56410-775f-4f39-ab67-bac44551b0aa||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['154202.522500', '154202.982500', '154203.442500', '154203.902500', '154204.362500', '154204.822500', '154205.282500', '154205.742500', '154206.202500', '154206.662500', '154207.122500', '154207.582500', '154208.042500', '154208.502500', '154208.962500', '154209.422500', '154209.882500', '154210.342500', '154210.802500', '154211.262500', '154211.722500', '154212.182500', '154212.642500', '154213.102500', '154213.562500', '154214.022500', '154214.482500', '154214.942500', '154215.402500', '154215.862500', '154216.322500', '154216.782500', '154217.242500', '154217.702500', '154218.162500', '154218.622500', '154219.082500', '154219.542500', '154220.002500', '154220.462500', '154220.922500', '154221.382500', '154221.842500', '154222.302500', '154222.762500', '154223.222500', '154223.682500', '154224.142500', '154224.602500', '154225.062500', '154225.522500', '154225.982500', '154226.442500', '154226.902500', '154227.362500', '154227.822500', '154228.282500', '154228.742500', '154229.202500', '154229.662500', '154230.122500', '154230.582500', '154231.042500', '154231.502500', '154231.962500', '154232.422500', '154232.882500', '154233.342500', '154233.802500', '154234.262500', '154234.722500', '154235.182500', '154235.642500', '154236.102500', '154236.562500', '154237.022500', '154237.482500', '154237.942500', '154238.402500', '154238.862500', '154239.322500', '154239.782500', '154240.242500', '154240.702500', '154241.162500', '154241.622500', '154242.082500', '154242.542500', '154243.002500', '154243.462500', '154243.922500', '154244.382500', '154244.842500', '154245.302500', '154245.762500', '154246.222500', '154246.682500', '154247.142500', '154247.602500', '154248.062500', '154248.522500', '154248.982500', '154249.442500', '154249.902500', '154250.362500', '154250.822500', '154251.282500', '154251.742500', '154252.202500', '154252.662500', '154253.122500', '154253.582500', '154254.042500', '154254.502500', '154254.962500', '154255.422500', '154255.882500', '154256.342500', '154256.802500', '154257.262500', '154257.722500', '154258.182500', '154258.642500', '154259.102500', '154259.562500', '154300.022500', '154300.482500', '154300.942500', '154301.402500', '154301.862500', '154302.322500', '154302.782500', '154303.242500', '154303.702500', '154304.162500', '154304.622500', '154305.082500', '154305.542500', '154306.002500', '154306.462500', '154306.922500', '154307.382500', '154307.842500', '154308.302500', '154308.762500', '154309.222500', '154309.682500', '154310.142500', '154310.602500', '154311.062500', '154311.522500', '154311.982500', '154312.442500', '154312.902500', '154313.362500', '154313.822500', '154314.282500', '154314.742500', '154315.202500', '154315.662500', '154316.122500', '154316.582500', '154317.042500', '154317.502500', '154317.962500', '154318.422500', '154318.882500', '154319.342500', '154319.802500', '154320.262500', '154320.722500', '154321.182500', '154321.642500', '154322.102500', '154322.562500', '154323.022500', '154323.482500', '154323.942500', '154324.402500', '154324.862500', '154325.322500', '154325.782500', '154326.242500', '154326.702500', '154327.162500', '154327.622500', '154328.082500', '154328.542500', '154329.002500', '154329.462500', '154329.922500', '154330.382500', '154330.842500', '154331.302500', '154331.762500', '154332.222500', '154332.682500', '154333.142500', '154333.602500', '154334.062500', '154334.522500', '154334.982500', '154335.442500', '154335.902500', '154336.362500', '154336.822500', '154337.282500', '154337.742500', '154338.202500', '154338.662500', '154339.122500', '154339.582500', '154340.042500', '154340.502500', '154340.962500', '154341.422500', '154341.882500', '154342.342500', '154342.802500', '154343.262500', '154343.722500', '154344.182500', '154344.642500', '154345.102500', '154345.562500', '154346.022500', '154346.482500', '154346.942500', '154347.402500', '154347.862500', '154348.322500', '154348.782500', '154349.242500', '154349.702500', '154350.162500', '154350.622500', '154351.082500', '154351.542500', '154352.002500', '154352.462500', '154352.922500', '154353.382500', '154353.842500', '154354.302500', '154354.762500', '154355.222500', '154355.682500', '154356.142500', '154356.602500', '154357.062500', '154357.522500', '154357.982500', '154358.442500', '154358.902500', '154359.362500', '154359.822500', '154400.282500', '154400.742500', '154401.202500', '154401.662500', '154402.122500', '154402.582500', '154403.042500', '154403.502500', '154403.962500', '154404.422500', '154404.882500', '154405.342500', '154405.802500', '154406.262500', '154406.722500', '154407.182500', '154407.642500', '154408.102500', '154408.562500', '154409.022500', '154409.482500', '154409.942500', '154410.402500', '154410.862500', '154411.322500', '154411.782500', '154412.242500', '154412.702500', '154413.162500', '154413.622500', '154414.082500', '154414.542500', '154415.002500', '154415.462500', '154415.922500', '154416.382500', '154416.842500', '154417.302500', '154417.762500', '154418.222500', '154418.682500', '154419.142500', '154419.602500', '154420.062500', '154420.522500', '154420.982500', '154421.442500', '154421.902500', '154422.362500', '154422.822500', '154423.282500', '154423.742500', '154424.202500', '154424.662500', '154425.122500', '154425.582500', '154426.042500', '154426.502500', '154426.962500', '154427.422500', '154427.882500', '154428.342500', '154428.802500', '154429.262500', '154429.722500', '154430.182500', '154430.642500', '154431.102500', '154431.562500', '154432.022500', '154432.482500', '154432.942500', '154433.402500', '154433.862500', '154434.322500', '154434.782500', '154435.242500', '154435.702500', '154436.162500', '154436.622500', '154437.082500', '154437.542500', '154438.002500', '154438.462500', '154438.922500', '154439.382500', '154439.842500', '154440.302500', '154440.762500', '154441.222500', '154441.682500', '154442.142500', '154442.602500', '154443.062500', '154443.522500', '154443.982500', '154444.442500', '154444.902500', '154445.362500', '154445.822500', '154446.282500', '154446.742500', '154447.202500', '154447.662500', '154448.122500', '154448.582500', '154449.042500', '154449.502500', '154449.962500', '154450.422500', '154450.882500', '154451.342500', '154451.802500', '154452.262500', '154452.722500', '154453.182500', '154453.642500', '154454.102500', '154454.562500', '154455.022500', '154455.482500', '154455.942500', '154456.402500', '154456.862500', '154457.322500', '154457.782500', '154458.242500', '154458.702500', '154459.162500', '154459.622500', '154500.082500', '154500.542500', '154501.002500', '154501.462500', '154501.922500', '154502.382500', '154502.842500', '154503.302500', '154503.762500', '154504.222500', '154504.682500', '154505.142500', '154505.602500', '154506.062500', '154506.522500', '154506.982500', '154507.442500', '154507.902500', '154508.362500', '154508.822500', '154509.282500', '154509.742500', '154510.202500', '154510.662500', '154511.122500', '154511.582500', '154512.042500', '154512.502500', '154512.962500', '154513.422500', '154513.882500', '154514.342500', '154514.802500', '154515.262500', '154515.722500', '154516.182500', '154516.642500', '154517.102500', '154517.562500', '154518.022500', '154518.482500', '154518.942500', '154519.402500', '154519.862500', '154520.322500', '154520.782500', '154521.242500', '154521.702500', '154522.162500', '154522.622500', '154523.082500', '154523.542500', '154524.002500', '154524.462500', '154524.922500', '154525.382500', '154525.842500', '154526.302500', '154526.762500', '154527.222500', '154527.682500', '154528.142500', '154528.602500', '154529.062500', '154529.522500', '154529.982500', '154530.442500', '154530.902500', '154531.362500', '154531.822500', '154532.282500', '154532.742500', '154533.202500', '154533.662500', '154534.122500', '154534.582500', '154535.042500', '154535.502500', '154535.962500', '154536.422500', '154536.882500', '154537.342500', '154537.802500', '154538.262500', '154538.722500', '154539.182500', '154539.642500', '154540.102500', '154540.562500', '154541.022500', '154541.482500', '154541.942500', '154542.402500', '154542.862500', '154543.322500', '154543.782500', '154544.242500', '154544.702500', '154545.162500', '154545.622500', '154546.082500', '154546.542500', '154547.002500', '154547.462500', '154547.922500', '154548.382500', '154548.842500', '154549.302500', '154549.762500', '154550.222500', '154550.682500', '154551.142500', '154551.602500', '154552.062500', '154552.522500', '154552.982500', '154553.442500', '154553.902500', '154554.362500', '154554.822500', '154555.282500', '154555.742500', '154556.202500', '154556.662500', '154557.122500', '154557.582500', '154558.042500', '154558.502500', '154558.962500', '154559.422500', '154559.882500', '154600.342500', '154600.802500', '154601.262500', '154601.722500', '154602.182500', '154602.642500', '154603.102500', '154603.562500', '154604.022500', '154604.482500', '154604.942500', '154605.402500', '154605.862500', '154606.322500', '154606.782500', '154607.242500', '154607.702500', '154608.162500', '154608.622500', '154609.082500', '154609.542500', '154610.002500', '154610.462500', '154610.922500', '154611.382500', '154611.842500', '154612.302500', '154612.762500', '154613.222500', '154613.682500', '154614.142500', '154614.602500', '154615.062500', '154615.522500', '154615.982500', '154616.442500', '154616.902500', '154617.362500', '154617.822500', '154618.282500', '154618.742500', '154619.202500', '154619.662500', '154620.122500', '154620.582500', '154621.042500', '154621.502500', '154621.962500', '154622.422500', '154622.882500', '154623.342500', '154623.802500', '154624.262500', '154624.722500', '154625.182500', '154625.642500', '154626.102500', '154626.562500', '154627.022500', '154627.482500', '154627.942500', '154628.402500', '154628.862500', '154629.322500', '154629.782500', '154630.242500', '154630.702500', '154631.162500', '154631.622500', '154632.082500', '154632.542500', '154633.002500', '154633.462500', '154633.922500', '154634.382500', '154634.842500', '154635.302500', '154635.762500', '154636.222500', '154636.682500', '154637.142500', '154637.602500', '154638.062500', '154638.522500', '154638.982500', '154639.442500', '154639.902500', '154640.362500', '154640.822500', '154641.282500', '154641.742500', '154642.202500', '154642.662500', '154643.122500', '154643.582500', '154644.042500', '154644.502500', '154644.962500', '154645.422500', '154645.882500', '154646.342500', '154646.802500', '154647.262500', '154647.722500', '154648.182500', '154648.642500', '154649.102500', '154649.562500', '154650.022500', '154650.482500', '154650.942500', '154651.402500', '154651.862500', '154652.322500', '154652.782500', '154653.242500', '154653.702500', '154654.162500', '154654.622500', '154655.082500', '154655.542500', '154656.002500', '154656.462500', '154656.922500', '154657.382500', '154657.842500', '154658.302500', '154658.762500', '154659.222500', '154659.682500', '154700.142500', '154700.602500', '154701.062500', '154701.522500', '154701.982500', '154702.442500', '154702.902500', '154703.362500', '154703.822500', '154704.282500', '154704.742500', '154705.202500', '154705.662500', '154706.122500', '154706.582500', '154707.042500', '154707.502500', '154707.962500', '154708.422500', '154708.882500', '154709.342500', '154709.802500', '154710.262500', '154710.722500', '154711.182500', '154711.642500', '154712.102500', '154712.562500', '154713.022500', '154713.482500', '154713.942500', '154714.402500', '154714.862500', '154715.322500', '154715.782500', '154716.242500', '154716.702500', '154717.162500', '154717.622500', '154718.082500', '154718.542500', '154719.002500', '154719.462500', '154719.922500', '154720.382500', '154720.842500', '154721.302500', '154721.762500', '154722.222500', '154722.682500', '154723.142500', '154723.602500', '154724.062500', '154724.522500', '154724.982500', '154725.442500', '154725.902500', '154726.362500', '154726.822500', '154727.282500', '154727.742500', '154728.202500', '154728.662500', '154729.122500', '154729.582500', '154730.042500', '154730.502500', '154730.962500', '154731.422500', '154731.882500', '154732.342500', '154732.802500', '154733.262500', '154733.722500', '154734.182500', '154734.642500', '154735.102500', '154735.562500', '154736.022500', '154736.482500', '154736.942500', '154737.402500', '154737.862500', '154738.322500', '154738.782500', '154739.242500', '154739.702500', '154740.162500', '154740.622500', '154741.082500', '154741.542500', '154742.002500', '154742.462500', '154742.922500', '154743.382500', '154743.842500', '154744.302500', '154744.762500', '154745.222500', '154745.682500', '154746.142500', '154746.602500', '154747.062500', '154747.522500', '154747.982500', '154748.442500', '154748.902500', '154749.362500', '154749.822500', '154750.282500', '154750.742500', '154751.202500', '154751.662500', '154752.122500', '154752.582500', '154753.042500', '154753.502500', '154753.962500', '154754.422500', '154754.882500', '154755.342500', '154755.802500', '154756.262500', '154756.722500', '154757.182500', '154757.642500', '154758.102500', '154758.562500', '154759.022500', '154759.482500', '154759.942500', '154800.402500', '154800.862500', '154801.322500', '154801.782500', '154802.242500', '154802.702500', '154803.162500', '154803.622500', '154804.082500', '154804.542500', '154805.002500', '154805.462500', '154805.922500', '154806.382500', '154806.842500', '154807.302500', '154807.762500', '154808.222500', '154808.682500', '154809.142500', '154809.602500', '154810.062500', '154810.522500', '154810.982500', '154811.442500', '154811.902500', '154812.362500', '154812.822500', '154813.282500', '154813.742500', '154814.202500', '154814.662500', '154815.122500', '154815.582500', '154816.042500', '154816.502500', '154816.962500', '154817.422500', '154817.882500', '154818.342500', '154818.802500', '154819.262500', '154819.722500', '154820.182500', '154820.642500', '154821.102500', '154821.562500', '154822.022500', '154822.482500', '154822.942500', '154823.402500', '154823.862500', '154824.322500', '154824.782500', '154825.242500', '154825.702500', '154826.162500', '154826.622500', '154827.082500', '154827.542500', '154828.002500', '154828.462500', '154828.922500', '154829.382500', '154829.842500', '154830.302500', '154830.762500', '154831.222500', '154831.682500', '154832.142500', '154832.602500', '154833.062500', '154833.522500', '154833.982500', '154834.442500', '154834.902500', '154835.362500', '154835.822500', '154836.282500', '154836.742500', '154837.202500', '154837.662500', '154838.122500', '154838.582500', '154839.042500', '154839.502500', '154839.962500', '154840.422500', '154840.882500', '154841.342500', '154841.802500', '154842.262500', '154842.722500', '154843.182500', '154843.642500', '154844.102500', '154844.562500', '154845.022500', '154845.482500', '154845.942500', '154846.402500', '154846.862500', '154847.322500', '154847.782500', '154848.242500', '154848.702500', '154849.162500', '154849.622500', '154850.082500', '154850.542500', '154851.002500', '154851.462500', '154851.922500', '154852.382500', '154852.842500', '154853.302500', '154853.762500', '154854.222500', '154854.682500', '154855.142500', '154855.602500', '154856.062500', '154856.522500', '154856.982500', '154857.442500', '154857.902500', '154858.362500', '154858.822500', '154859.282500', '154859.742500', '154900.202500', '154900.662500', '154901.122500', '154901.582500', '154902.042500', '154902.502500', '154902.962500', '154903.422500', '154903.882500', '154904.342500', '154904.802500', '154905.262500', '154905.722500', '154906.182500', '154906.642500', '154907.102500', '154907.562500', '154908.022500', '154908.482500', '154908.942500', '154909.402500', '154909.862500', '154910.322500', '154910.782500', '154911.242500', '154911.702500', '154912.162500', '154912.622500', '154913.082500', '154913.542500', '154914.002500', '154914.462500', '154914.922500', '154915.382500', '154915.842500', '154916.302500', '154916.762500', '154917.222500', '154917.682500', '154918.142500', '154918.602500', '154919.062500', '154919.522500', '154919.982500', '154920.442500', '154920.902500', '154921.362500', '154921.822500', '154922.282500', '154922.742500', '154923.202500', '154923.662500', '154924.122500', '154924.582500', '154925.042500', '154925.502500', '154925.962500', '154926.422500', '154926.882500', '154927.342500', '154927.802500', '154928.262500', '154928.722500', '154929.182500', '154929.642500', '154930.102500', '154930.562500', '154931.022500', '154931.482500', '154931.942500', '154932.402500', '154932.862500', '154933.322500', '154933.782500', '154934.242500', '154934.702500', '154935.162500', '154935.622500', '154936.082500', '154936.542500', '154937.002500', '154937.462500', '154937.922500', '154938.382500', '154938.842500', '154939.302500', '154939.762500', '154940.222500', '154940.682500', '154941.142500', '154941.602500', '154942.062500', '154942.522500', '154942.982500', '154943.442500', '154943.902500', '154944.362500', '154944.822500', '154945.282500', '154945.742500', '154946.202500', '154946.662500', '154947.122500', '154947.582500', '154948.042500', '154948.502500', '154948.962500', '154949.422500', '154949.882500', '154950.342500', '154950.802500', '154951.262500', '154951.722500', '154952.182500', '154952.642500', '154953.102500', '154953.562500', '154954.022500', '154954.482500', '154954.942500', '154955.402500', '154955.862500', '154956.322500', '154956.782500', '154957.242500', '154957.702500', '154958.162500', '154958.622500', '154959.082500', '154959.542500', '155000.002500', '155000.462500', '155000.922500', '155001.382500', '155001.842500', '155002.302500', '155002.762500', '155003.222500', '155003.682500', '155004.142500', '155004.602500', '155005.062500', '155005.522500', '155005.982500', '155006.442500', '155006.902500', '155007.362500', '155007.822500', '155008.282500', '155008.742500', '155009.202500', '155009.662500', '155010.122500', '155010.582500', '155011.042500', '155011.502500', '155011.962500', '155012.422500', '155012.882500', '155013.342500', '155013.802500', '155014.262500', '155014.722500', '155015.182500', '155015.642500', '155016.102500', '155016.562500', '155017.022500', '155017.482500', '155017.942500', '155018.402500', '155018.862500', '155019.322500', '155019.782500', '155020.242500', '155020.702500', '155021.162500', '155021.622500', '155022.082500', '155022.542500', '155023.002500', '155023.462500', '155023.922500', '155024.382500', '155024.842500', '155025.302500', '155025.762500', '155026.222500', '155026.682500', '155027.142500', '155027.602500', '155028.062500', '155028.522500', '155028.982500', '155029.442500', '155029.902500', '155030.362500', '155030.822500', '155031.282500', '155031.742500', '155032.202500', '155032.662500', '155033.122500', '155033.582500', '155034.042500', '155034.502500', '155034.962500', '155035.422500', '155035.882500', '155036.342500', '155036.802500', '155037.262500', '155037.722500', '155038.182500', '155038.642500', '155039.102500', '155039.562500', '155040.022500', '155040.482500', '155040.942500', '155041.402500', '155041.862500', '155042.322500', '155042.782500', '155043.242500', '155043.702500', '155044.162500', '155044.622500', '155045.082500', '155045.542500', '155046.002500', '155046.462500', '155046.922500', '155047.382500', '155047.842500', '155048.302500', '155048.762500', '155049.222500', '155049.682500', '155050.142500', '155050.602500', '155051.062500', '155051.522500', '155051.982500', '155052.442500', '155052.902500', '155053.362500', '155053.822500'], 'ContentTime': ['154214.338000', '154214.341000', '154214.345000', '154214.348000', '154214.351000', '154214.354000', '154214.357000', '154214.360000', '154214.363000', '154214.366000', '154214.368000', '154214.371000', '154214.374000', '154214.377000', '154214.380000', '154214.391000', '154214.394000', '154214.397000', '154214.407000', '154214.410000', '154214.413000', '154214.416000', '154214.419000', '154234.301000', '154234.304000', '154234.310000', '154234.313000', '154234.316000', '154234.319000', '154234.322000', '154234.325000', '154234.328000', '154234.331000', '154234.333000', '154234.336000', '154234.339000', '154234.342000', '154234.345000', '154234.348000', '154234.352000', '154234.355000', '154234.358000', '154234.361000', '154234.364000', '154234.367000', '154234.370000', '154234.373000', '154234.376000', '154234.379000', '154234.382000', '154234.385000', '154234.388000', '154234.391000', '154234.394000', '154234.397000', '154234.406000', '154234.409000', '154234.411000', '154234.415000', '154234.417000', '154234.420000', '154234.423000', '154234.426000', '154234.429000', '154234.432000', '154234.435000', '154234.438000', '154254.301000', '154254.306000', '154254.309000', '154254.312000', '154254.315000', '154254.318000', '154254.320000', '154254.323000', '154254.326000', '154254.329000', '154254.332000', '154254.335000', '154254.338000', '154254.340000', '154254.343000', '154254.346000', '154254.349000', '154254.352000', '154254.355000', '154254.358000', '154254.361000', '154254.363000', '154254.366000', '154254.369000', '154254.372000', '154254.375000', '154254.377000', '154254.380000', '154254.383000', '154254.386000', '154254.389000', '154254.392000', '154254.395000', '154254.398000', '154254.401000', '154254.404000', '154254.407000', '154254.410000', '154254.413000', '154254.416000', '154254.418000', '154254.421000', '154254.424000', '154314.301000', '154314.304000', '154314.307000', '154314.309000', '154314.321000', '154314.324000', '154314.327000', '154314.329000', '154314.332000', '154314.335000', '154314.338000', '154314.341000', '154314.344000', '154314.347000', '154314.349000', '154314.352000', '154314.355000', '154314.358000', '154314.361000', '154314.364000', '154314.367000', '154314.369000', '154314.372000', '154314.375000', '154314.378000', '154314.381000', '154314.384000', '154314.386000', '154314.389000', '154314.392000', '154314.409000', '154314.412000', '154314.424000', '154314.427000', '154314.430000', '154314.433000', '154314.436000', '154314.438000', '154314.441000', '154314.444000', '154314.447000', '154314.450000', '154314.452000', '154314.455000', '154334.301000', '154334.304000', '154334.307000', '154334.310000', '154334.313000', '154334.315000', '154334.318000', '154334.321000', '154334.324000', '154334.327000', '154334.330000', '154334.332000', '154334.335000', '154334.338000', '154334.341000', '154334.344000', '154334.347000', '154334.350000', '154334.353000', '154334.355000', '154334.358000', '154334.361000', '154334.364000', '154334.367000', '154334.369000', '154334.372000', '154334.375000', '154334.378000', '154334.381000', '154334.384000', '154334.387000', '154334.389000', '154334.392000', '154334.395000', '154334.398000', '154334.401000', '154334.404000', '154334.406000', '154334.409000', '154334.412000', '154334.415000', '154334.418000', '154334.421000', '154354.300000', '154354.303000', '154354.305000', '154354.309000', '154354.311000', '154354.314000', '154354.317000', '154354.320000', '154354.323000', '154354.326000', '154354.328000', '154354.331000', '154354.334000', '154354.337000', '154354.340000', '154354.343000', '154354.346000', '154354.348000', '154354.351000', '154354.354000', '154354.357000', '154354.360000', '154354.362000', '154354.365000', '154354.368000', '154354.371000', '154354.374000', '154354.377000', '154354.380000', '154354.383000', '154354.386000', '154354.389000', '154354.392000', '154354.394000', '154354.397000', '154354.400000', '154354.403000', '154354.406000', '154354.409000', '154354.411000', '154354.414000', '154354.417000', '154354.420000', '154354.423000', '154414.300000', '154414.303000', '154414.306000', '154414.309000', '154414.311000', '154414.314000', '154414.317000', '154414.320000', '154414.323000', '154414.326000', '154414.329000', '154414.331000', '154414.334000', '154414.337000', '154414.340000', '154414.343000', '154414.346000', '154414.348000', '154414.351000', '154414.354000', '154414.357000', '154414.360000', '154414.363000', '154414.366000', '154414.368000', '154414.371000', '154414.374000', '154414.377000', '154414.380000', '154414.383000', '154414.386000', '154414.388000', '154414.391000', '154414.394000', '154414.397000', '154414.400000', '154414.403000', '154414.406000', '154414.408000', '154414.411000', '154414.414000', '154414.417000', '154414.420000', '154434.300000', '154434.303000', '154434.306000', '154434.309000', '154434.311000', '154434.314000', '154434.317000', '154434.320000', '154434.323000', '154434.326000', '154434.329000', '154434.331000', '154434.334000', '154434.337000', '154434.340000', '154434.343000', '154434.346000', '154434.349000', '154434.351000', '154434.354000', '154434.357000', '154434.360000', '154434.363000', '154434.366000', '154434.368000', '154434.371000', '154434.374000', '154434.377000', '154434.380000', '154434.383000', '154434.386000', '154434.388000', '154434.391000', '154434.394000', '154434.397000', '154434.400000', '154434.403000', '154434.405000', '154434.408000', '154434.411000', '154434.414000', '154434.417000', '154434.420000', '154434.423000', '154454.301000', '154454.304000', '154454.307000', '154454.310000', '154454.313000', '154454.316000', '154454.318000', '154454.321000', '154454.324000', '154454.327000', '154454.330000', '154454.342000', '154454.345000', '154454.348000', '154454.351000', '154454.354000', '154454.357000', '154454.366000', '154454.368000', '154454.371000', '154454.374000', '154454.377000', '154454.380000', '154454.383000', '154454.386000', '154454.389000', '154454.392000', '154454.395000', '154454.398000', '154454.400000', '154454.403000', '154454.406000', '154454.409000', '154454.412000', '154454.415000', '154454.417000', '154454.420000', '154454.423000', '154454.426000', '154454.429000', '154454.432000', '154454.435000', '154454.437000', '154514.301000', '154514.304000', '154514.308000', '154514.311000', '154514.313000', '154514.316000', '154514.319000', '154514.322000', '154514.325000', '154514.328000', '154514.331000', '154514.333000', '154514.336000', '154514.339000', '154514.342000', '154514.345000', '154514.348000', '154514.351000', '154514.354000', '154514.356000', '154514.359000', '154514.362000', '154514.365000', '154514.368000', '154514.371000', '154514.374000', '154514.376000', '154514.379000', '154514.382000', '154514.385000', '154514.388000', '154514.391000', '154514.393000', '154514.396000', '154514.399000', '154514.402000', '154514.405000', '154514.408000', '154514.411000', '154514.413000', '154514.416000', '154514.419000', '154514.422000', '154534.301000', '154534.304000', '154534.307000', '154534.314000', '154534.317000', '154534.320000', '154534.323000', '154534.326000', '154534.329000', '154534.331000', '154534.334000', '154534.337000', '154534.340000', '154534.343000', '154534.346000', '154534.349000', '154534.352000', '154534.354000', '154534.357000', '154534.360000', '154534.363000', '154534.366000', '154534.369000', '154534.371000', '154534.374000', '154534.377000', '154534.380000', '154534.383000', '154534.386000', '154534.389000', '154534.391000', '154534.394000', '154534.397000', '154534.400000', '154534.403000', '154534.406000', '154534.409000', '154534.411000', '154534.414000', '154534.417000', '154534.420000', '154534.423000', '154534.426000', '154534.428000', '154554.301000', '154554.304000', '154554.307000', '154554.310000', '154554.313000', '154554.316000', '154554.319000', '154554.322000', '154554.325000', '154554.328000', '154554.331000', '154554.334000', '154554.337000', '154554.340000', '154554.342000', '154554.345000', '154554.348000', '154554.351000', '154554.354000', '154554.357000', '154554.360000', '154554.362000', '154554.365000', '154554.368000', '154554.371000', '154554.374000', '154554.377000', '154554.380000', '154554.383000', '154554.385000', '154554.388000', '154554.391000', '154554.394000', '154554.397000', '154554.400000', '154554.403000', '154554.406000', '154554.409000', '154554.412000', '154554.414000', '154554.417000', '154554.420000', '154554.423000', '154614.300000', '154614.303000', '154614.306000', '154614.309000', '154614.312000', '154614.315000', '154614.317000', '154614.320000', '154614.323000', '154614.326000', '154614.329000', '154614.332000', '154614.335000', '154614.338000', '154614.340000', '154614.343000', '154614.346000', '154614.349000', '154614.352000', '154614.355000', '154614.358000', '154614.360000', '154614.363000', '154614.366000', '154614.369000', '154614.372000', '154614.375000', '154614.378000', '154614.380000', '154614.383000', '154614.386000', '154614.389000', '154614.392000', '154614.395000', '154614.397000', '154614.400000', '154614.403000', '154614.406000', '154614.409000', '154614.412000', '154614.415000', '154614.417000', '154614.420000', '154614.423000', '154634.300000', '154634.303000', '154634.306000', '154634.309000', '154634.312000', '154634.315000', '154634.318000', '154634.320000', '154634.323000', '154634.326000', '154634.329000', '154634.332000', '154634.335000', '154634.338000', '154634.341000', '154634.344000', '154634.347000', '154634.350000', '154634.353000', '154634.356000', '154634.358000', '154634.361000', '154634.364000', '154634.367000', '154634.370000', '154634.373000', '154634.376000', '154634.379000', '154634.381000', '154634.384000', '154634.387000', '154634.390000', '154634.393000', '154634.396000', '154634.398000', '154634.401000', '154634.404000', '154634.407000', '154634.410000', '154634.413000', '154634.416000', '154634.419000', '154634.421000', '154654.300000', '154654.303000', '154654.306000', '154654.309000', '154654.312000', '154654.314000', '154654.317000', '154654.320000', '154654.323000', '154654.326000', '154654.329000', '154654.332000', '154654.335000', '154654.338000', '154654.341000', '154654.343000', '154654.346000', '154654.349000', '154654.352000', '154654.355000', '154654.358000', '154654.361000', '154654.364000', '154654.366000', '154654.369000', '154654.372000', '154654.376000', '154654.378000', '154654.381000', '154654.384000', '154654.387000', '154654.390000', '154654.393000', '154654.395000', '154654.398000', '154654.401000', '154654.404000', '154654.407000', '154654.410000', '154654.413000', '154654.416000', '154654.419000', '154654.422000', '154654.425000', '154714.301000', '154714.304000', '154714.307000', '154714.310000', '154714.313000', '154714.315000', '154714.318000', '154714.321000', '154714.324000', '154714.327000', '154714.330000', '154714.333000', '154714.336000', '154714.338000', '154714.341000', '154714.344000', '154714.347000', '154714.350000', '154714.353000', '154714.356000', '154714.359000', '154714.362000', '154714.365000', '154714.368000', '154714.371000', '154714.374000', '154714.377000', '154714.379000', '154714.382000', '154714.385000', '154714.388000', '154714.391000', '154714.394000', '154714.397000', '154714.400000', '154714.403000', '154714.405000', '154714.408000', '154714.411000', '154714.414000', '154714.417000', '154714.420000', '154714.423000', '154734.301000', '154734.304000', '154734.307000', '154734.310000', '154734.313000', '154734.316000', '154734.319000', '154734.321000', '154734.324000', '154734.327000', '154734.330000', '154734.333000', '154734.336000', '154734.339000', '154734.341000', '154734.344000', '154734.347000', '154734.350000', '154734.353000', '154734.356000', '154734.359000', '154734.362000', '154734.364000', '154734.367000', '154734.370000', '154734.373000', '154734.376000', '154734.379000', '154734.381000', '154734.384000', '154734.387000', '154734.390000', '154734.393000', '154734.396000', '154734.399000', '154734.401000', '154734.404000', '154734.407000', '154734.410000', '154734.413000', '154734.416000', '154734.419000', '154734.421000', '154734.424000', '154754.301000', '154754.304000', '154754.308000', '154754.311000', '154754.314000', '154754.317000', '154754.320000', '154754.323000', '154754.325000', '154754.328000', '154754.331000', '154754.334000', '154754.337000', '154754.340000', '154754.342000', '154754.345000', '154754.348000', '154754.351000', '154754.364000', '154754.367000', '154754.370000', '154754.374000', '154754.377000', '154754.381000', '154754.384000', '154754.386000', '154754.389000', '154754.392000', '154754.395000', '154754.398000', '154754.401000', '154754.404000', '154754.407000', '154754.410000', '154754.412000', '154754.415000', '154754.418000', '154754.423000', '154754.425000', '154754.428000', '154754.431000', '154754.434000', '154754.437000', '154814.301000', '154814.304000', '154814.307000', '154814.310000', '154814.313000', '154814.316000', '154814.318000', '154814.321000', '154814.324000', '154814.327000', '154814.330000', '154814.333000', '154814.336000', '154814.338000', '154814.341000', '154814.344000', '154814.347000', '154814.350000', '154814.353000', '154814.355000', '154814.358000', '154814.361000', '154814.364000', '154814.367000', '154814.370000', '154814.373000', '154814.375000', '154814.378000', '154814.381000', '154814.384000', '154814.387000', '154814.390000', '154814.393000', '154814.395000', '154814.398000', '154814.401000', '154814.404000', '154814.407000', '154814.410000', '154814.412000', '154814.415000', '154814.418000', '154814.421000', '154814.424000', '154834.300000', '154834.303000', '154834.306000', '154834.309000', '154834.312000', '154834.314000', '154834.317000', '154834.320000', '154834.323000', '154834.326000', '154834.329000', '154834.332000', '154834.334000', '154834.337000', '154834.340000', '154834.343000', '154834.346000', '154834.349000', '154834.352000', '154834.355000', '154834.358000', '154834.360000', '154834.363000', '154834.366000', '154834.369000', '154834.372000', '154834.375000', '154834.378000', '154834.380000', '154834.383000', '154834.386000', '154834.389000', '154834.392000', '154834.395000', '154834.398000', '154834.401000', '154834.404000', '154834.407000', '154834.409000', '154834.412000', '154834.415000', '154834.418000', '154834.421000', '154854.300000', '154854.303000', '154854.306000', '154854.309000', '154854.312000', '154854.314000', '154854.317000', '154854.320000', '154854.323000', '154854.326000', '154854.329000', '154854.332000', '154854.335000', '154854.337000', '154854.340000', '154854.343000', '154854.346000', '154854.349000', '154854.352000', '154854.355000', '154854.357000', '154854.360000', '154854.363000', '154854.366000', '154854.369000', '154854.372000', '154854.374000', '154854.377000', '154854.380000', '154854.383000', '154854.386000', '154854.389000', '154854.392000', '154854.395000', '154854.397000', '154854.400000', '154854.403000', '154854.406000', '154854.409000', '154854.412000', '154854.415000', '154854.417000', '154854.420000', '154854.423000', '154914.300000', '154914.303000', '154914.306000', '154914.309000', '154914.312000', '154914.315000', '154914.318000', '154914.320000', '154914.323000', '154914.326000', '154914.329000', '154914.332000', '154914.334000', '154914.337000', '154914.340000', '154914.356000', '154914.359000', '154914.362000', '154914.365000', '154914.368000', '154914.371000', '154914.373000', '154914.376000', '154914.379000', '154914.382000', '154914.385000', '154914.388000', '154914.391000', '154914.393000', '154914.396000', '154914.399000', '154914.402000', '154914.405000', '154914.408000', '154914.411000', '154914.414000', '154914.419000', '154914.423000', '154914.426000', '154914.429000', '154914.432000', '154914.434000', '154914.437000', '154934.301000', '154934.304000', '154934.307000', '154934.310000', '154934.313000', '154934.316000', '154934.319000', '154934.321000', '154934.324000', '154934.327000', '154934.330000', '154934.333000', '154934.336000', '154934.339000', '154934.342000', '154934.345000', '154934.347000', '154934.350000', '154934.353000', '154934.356000', '154934.359000', '154934.362000', '154934.365000', '154934.367000', '154934.370000', '154934.373000', '154934.376000', '154934.379000', '154934.382000', '154934.385000', '154934.388000', '154934.390000', '154934.393000', '154934.396000', '154934.399000', '154934.402000', '154934.405000', '154934.407000', '154934.410000', '154934.413000', '154934.416000', '154934.419000', '154934.422000', '154934.425000', '154954.301000', '154954.304000', '154954.307000', '154954.310000', '154954.313000', '154954.315000', '154954.318000', '154954.321000', '154954.324000', '154954.327000', '154954.330000', '154954.332000', '154954.335000', '154954.338000', '154954.341000', '154954.344000', '154954.347000', '154954.350000', '154954.353000', '154954.356000', '154954.359000', '154954.361000', '154954.364000', '154954.367000', '154954.370000', '154954.373000', '154954.376000', '154954.379000', '154954.381000', '154954.384000', '154954.387000', '154954.390000', '154954.393000', '154954.396000', '154954.399000', '154954.401000', '154954.404000', '154954.407000', '154954.410000', '154954.413000', '154954.416000', '154954.419000', '154954.423000', '155014.301000', '155014.304000', '155014.307000', '155014.310000', '155014.313000', '155014.316000', '155014.318000', '155014.321000', '155014.324000', '155014.327000', '155014.330000', '155014.333000', '155014.335000', '155014.338000', '155014.341000', '155014.344000', '155014.347000', '155014.350000', '155014.353000', '155014.355000', '155014.358000', '155014.361000', '155014.364000', '155014.367000', '155014.370000', '155014.373000', '155014.376000', '155014.378000', '155014.381000', '155014.384000', '155014.387000', '155014.390000', '155014.393000', '155014.404000', '155014.407000', '155014.410000', '155014.412000', '155014.415000', '155014.418000', '155014.421000', '155014.424000', '155014.427000', '155014.430000', '155014.433000', '155034.301000', '155034.304000', '155034.307000', '155034.310000', '155034.313000', '155034.316000', '155034.318000', '155034.321000', '155034.324000', '155034.327000', '155034.330000', '155034.346000', '155034.348000', '155034.351000', '155034.354000', '155034.357000', '155034.360000', '155034.363000', '155034.365000', '155034.368000', '155034.371000', '155034.374000', '155034.377000', '155034.380000', '155034.384000', '155034.387000', '155034.390000', '155034.393000', '155034.396000', '155034.399000', '155034.402000', '155034.405000', '155034.407000', '155034.410000', '155034.413000', '155034.416000', '155034.419000', '155034.422000', '155034.424000', '155034.427000', '155034.430000', '155034.433000', '155034.437000', '155054.300000', '155054.303000', '155054.306000', '155054.308000', '155054.311000', '155054.314000', '155054.317000', '155054.320000', '155054.323000', '155054.326000', '155054.329000', '155054.331000', '155054.334000', '155054.337000', '155054.340000', '155054.343000', '155054.346000', '155054.349000', '155054.352000', '155054.355000', '155054.358000', '155054.361000', '155054.363000', '155054.366000', '155054.369000', '155054.372000', '155054.375000', '155054.378000', '155054.381000', '155054.384000', '155054.386000', '155054.389000', '155054.392000', '155054.395000', '155054.398000', '155054.401000', '155054.404000', '155054.407000', '155054.409000', '155054.412000', '155054.415000', '155054.418000', '155054.421000', '155054.424000', '155055.206000', '155055.209000'], 'InstanceCreationTime': ['154214.338000', '154214.341000', '154214.345000', '154214.348000', '154214.351000', '154214.354000', '154214.357000', '154214.360000', '154214.363000', '154214.366000', '154214.368000', '154214.371000', '154214.374000', '154214.377000', '154214.380000', '154214.391000', '154214.394000', '154214.397000', '154214.407000', '154214.410000', '154214.413000', '154214.416000', '154214.419000', '154234.301000', '154234.304000', '154234.310000', '154234.313000', '154234.316000', '154234.319000', '154234.322000', '154234.325000', '154234.328000', '154234.331000', '154234.333000', '154234.336000', '154234.339000', '154234.342000', '154234.345000', '154234.348000', '154234.352000', '154234.355000', '154234.358000', '154234.361000', '154234.364000', '154234.367000', '154234.370000', '154234.373000', '154234.376000', '154234.379000', '154234.382000', '154234.385000', '154234.388000', '154234.391000', '154234.394000', '154234.397000', '154234.406000', '154234.409000', '154234.411000', '154234.415000', '154234.417000', '154234.420000', '154234.423000', '154234.426000', '154234.429000', '154234.432000', '154234.435000', '154234.438000', '154254.301000', '154254.306000', '154254.309000', '154254.312000', '154254.315000', '154254.318000', '154254.320000', '154254.323000', '154254.326000', '154254.329000', '154254.332000', '154254.335000', '154254.338000', '154254.340000', '154254.343000', '154254.346000', '154254.349000', '154254.352000', '154254.355000', '154254.358000', '154254.361000', '154254.363000', '154254.366000', '154254.369000', '154254.372000', '154254.375000', '154254.377000', '154254.380000', '154254.383000', '154254.386000', '154254.389000', '154254.392000', '154254.395000', '154254.398000', '154254.401000', '154254.404000', '154254.407000', '154254.410000', '154254.413000', '154254.416000', '154254.418000', '154254.421000', '154254.424000', '154314.301000', '154314.304000', '154314.307000', '154314.309000', '154314.321000', '154314.324000', '154314.327000', '154314.329000', '154314.332000', '154314.335000', '154314.338000', '154314.341000', '154314.344000', '154314.347000', '154314.349000', '154314.352000', '154314.355000', '154314.358000', '154314.361000', '154314.364000', '154314.367000', '154314.369000', '154314.372000', '154314.375000', '154314.378000', '154314.381000', '154314.384000', '154314.386000', '154314.389000', '154314.392000', '154314.409000', '154314.412000', '154314.424000', '154314.427000', '154314.430000', '154314.433000', '154314.436000', '154314.438000', '154314.441000', '154314.444000', '154314.447000', '154314.450000', '154314.452000', '154314.455000', '154334.301000', '154334.304000', '154334.307000', '154334.310000', '154334.313000', '154334.315000', '154334.318000', '154334.321000', '154334.324000', '154334.327000', '154334.330000', '154334.332000', '154334.335000', '154334.338000', '154334.341000', '154334.344000', '154334.347000', '154334.350000', '154334.353000', '154334.355000', '154334.358000', '154334.361000', '154334.364000', '154334.367000', '154334.369000', '154334.372000', '154334.375000', '154334.378000', '154334.381000', '154334.384000', '154334.387000', '154334.389000', '154334.392000', '154334.395000', '154334.398000', '154334.401000', '154334.404000', '154334.406000', '154334.409000', '154334.412000', '154334.415000', '154334.418000', '154334.421000', '154354.300000', '154354.303000', '154354.305000', '154354.309000', '154354.311000', '154354.314000', '154354.317000', '154354.320000', '154354.323000', '154354.326000', '154354.328000', '154354.331000', '154354.334000', '154354.337000', '154354.340000', '154354.343000', '154354.346000', '154354.348000', '154354.351000', '154354.354000', '154354.357000', '154354.360000', '154354.362000', '154354.365000', '154354.368000', '154354.371000', '154354.374000', '154354.377000', '154354.380000', '154354.383000', '154354.386000', '154354.389000', '154354.392000', '154354.394000', '154354.397000', '154354.400000', '154354.403000', '154354.406000', '154354.409000', '154354.411000', '154354.414000', '154354.417000', '154354.420000', '154354.423000', '154414.300000', '154414.303000', '154414.306000', '154414.309000', '154414.311000', '154414.314000', '154414.317000', '154414.320000', '154414.323000', '154414.326000', '154414.329000', '154414.331000', '154414.334000', '154414.337000', '154414.340000', '154414.343000', '154414.346000', '154414.348000', '154414.351000', '154414.354000', '154414.357000', '154414.360000', '154414.363000', '154414.366000', '154414.368000', '154414.371000', '154414.374000', '154414.377000', '154414.380000', '154414.383000', '154414.386000', '154414.388000', '154414.391000', '154414.394000', '154414.397000', '154414.400000', '154414.403000', '154414.406000', '154414.408000', '154414.411000', '154414.414000', '154414.417000', '154414.420000', '154434.300000', '154434.303000', '154434.306000', '154434.309000', '154434.311000', '154434.314000', '154434.317000', '154434.320000', '154434.323000', '154434.326000', '154434.329000', '154434.331000', '154434.334000', '154434.337000', '154434.340000', '154434.343000', '154434.346000', '154434.349000', '154434.351000', '154434.354000', '154434.357000', '154434.360000', '154434.363000', '154434.366000', '154434.368000', '154434.371000', '154434.374000', '154434.377000', '154434.380000', '154434.383000', '154434.386000', '154434.388000', '154434.391000', '154434.394000', '154434.397000', '154434.400000', '154434.403000', '154434.405000', '154434.408000', '154434.411000', '154434.414000', '154434.417000', '154434.420000', '154434.423000', '154454.301000', '154454.304000', '154454.307000', '154454.310000', '154454.313000', '154454.316000', '154454.318000', '154454.321000', '154454.324000', '154454.327000', '154454.330000', '154454.342000', '154454.345000', '154454.348000', '154454.351000', '154454.354000', '154454.357000', '154454.366000', '154454.368000', '154454.371000', '154454.374000', '154454.377000', '154454.380000', '154454.383000', '154454.386000', '154454.389000', '154454.392000', '154454.395000', '154454.398000', '154454.400000', '154454.403000', '154454.406000', '154454.409000', '154454.412000', '154454.415000', '154454.417000', '154454.420000', '154454.423000', '154454.426000', '154454.429000', '154454.432000', '154454.435000', '154454.437000', '154514.301000', '154514.304000', '154514.308000', '154514.311000', '154514.313000', '154514.316000', '154514.319000', '154514.322000', '154514.325000', '154514.328000', '154514.331000', '154514.333000', '154514.336000', '154514.339000', '154514.342000', '154514.345000', '154514.348000', '154514.351000', '154514.354000', '154514.356000', '154514.359000', '154514.362000', '154514.365000', '154514.368000', '154514.371000', '154514.374000', '154514.376000', '154514.379000', '154514.382000', '154514.385000', '154514.388000', '154514.391000', '154514.393000', '154514.396000', '154514.399000', '154514.402000', '154514.405000', '154514.408000', '154514.411000', '154514.413000', '154514.416000', '154514.419000', '154514.422000', '154534.301000', '154534.304000', '154534.307000', '154534.314000', '154534.317000', '154534.320000', '154534.323000', '154534.326000', '154534.329000', '154534.331000', '154534.334000', '154534.337000', '154534.340000', '154534.343000', '154534.346000', '154534.349000', '154534.352000', '154534.354000', '154534.357000', '154534.360000', '154534.363000', '154534.366000', '154534.369000', '154534.371000', '154534.374000', '154534.377000', '154534.380000', '154534.383000', '154534.386000', '154534.389000', '154534.391000', '154534.394000', '154534.397000', '154534.400000', '154534.403000', '154534.406000', '154534.409000', '154534.411000', '154534.414000', '154534.417000', '154534.420000', '154534.423000', '154534.426000', '154534.428000', '154554.301000', '154554.304000', '154554.307000', '154554.310000', '154554.313000', '154554.316000', '154554.319000', '154554.322000', '154554.325000', '154554.328000', '154554.331000', '154554.334000', '154554.337000', '154554.340000', '154554.342000', '154554.345000', '154554.348000', '154554.351000', '154554.354000', '154554.357000', '154554.360000', '154554.362000', '154554.365000', '154554.368000', '154554.371000', '154554.374000', '154554.377000', '154554.380000', '154554.383000', '154554.385000', '154554.388000', '154554.391000', '154554.394000', '154554.397000', '154554.400000', '154554.403000', '154554.406000', '154554.409000', '154554.412000', '154554.414000', '154554.417000', '154554.420000', '154554.423000', '154614.300000', '154614.303000', '154614.306000', '154614.309000', '154614.312000', '154614.315000', '154614.317000', '154614.320000', '154614.323000', '154614.326000', '154614.329000', '154614.332000', '154614.335000', '154614.338000', '154614.340000', '154614.343000', '154614.346000', '154614.349000', '154614.352000', '154614.355000', '154614.358000', '154614.360000', '154614.363000', '154614.366000', '154614.369000', '154614.372000', '154614.375000', '154614.378000', '154614.380000', '154614.383000', '154614.386000', '154614.389000', '154614.392000', '154614.395000', '154614.397000', '154614.400000', '154614.403000', '154614.406000', '154614.409000', '154614.412000', '154614.415000', '154614.417000', '154614.420000', '154614.423000', '154634.300000', '154634.303000', '154634.306000', '154634.309000', '154634.312000', '154634.315000', '154634.318000', '154634.320000', '154634.323000', '154634.326000', '154634.329000', '154634.332000', '154634.335000', '154634.338000', '154634.341000', '154634.344000', '154634.347000', '154634.350000', '154634.353000', '154634.356000', '154634.358000', '154634.361000', '154634.364000', '154634.367000', '154634.370000', '154634.373000', '154634.376000', '154634.379000', '154634.381000', '154634.384000', '154634.387000', '154634.390000', '154634.393000', '154634.396000', '154634.398000', '154634.401000', '154634.404000', '154634.407000', '154634.410000', '154634.413000', '154634.416000', '154634.419000', '154634.421000', '154654.300000', '154654.303000', '154654.306000', '154654.309000', '154654.312000', '154654.314000', '154654.317000', '154654.320000', '154654.323000', '154654.326000', '154654.329000', '154654.332000', '154654.335000', '154654.338000', '154654.341000', '154654.343000', '154654.346000', '154654.349000', '154654.352000', '154654.355000', '154654.358000', '154654.361000', '154654.364000', '154654.366000', '154654.369000', '154654.372000', '154654.376000', '154654.378000', '154654.381000', '154654.384000', '154654.387000', '154654.390000', '154654.393000', '154654.395000', '154654.398000', '154654.401000', '154654.404000', '154654.407000', '154654.410000', '154654.413000', '154654.416000', '154654.419000', '154654.422000', '154654.425000', '154714.301000', '154714.304000', '154714.307000', '154714.310000', '154714.313000', '154714.315000', '154714.318000', '154714.321000', '154714.324000', '154714.327000', '154714.330000', '154714.333000', '154714.336000', '154714.338000', '154714.341000', '154714.344000', '154714.347000', '154714.350000', '154714.353000', '154714.356000', '154714.359000', '154714.362000', '154714.365000', '154714.368000', '154714.371000', '154714.374000', '154714.377000', '154714.379000', '154714.382000', '154714.385000', '154714.388000', '154714.391000', '154714.394000', '154714.397000', '154714.400000', '154714.403000', '154714.405000', '154714.408000', '154714.411000', '154714.414000', '154714.417000', '154714.420000', '154714.423000', '154734.301000', '154734.304000', '154734.307000', '154734.310000', '154734.313000', '154734.316000', '154734.319000', '154734.321000', '154734.324000', '154734.327000', '154734.330000', '154734.333000', '154734.336000', '154734.339000', '154734.341000', '154734.344000', '154734.347000', '154734.350000', '154734.353000', '154734.356000', '154734.359000', '154734.362000', '154734.364000', '154734.367000', '154734.370000', '154734.373000', '154734.376000', '154734.379000', '154734.381000', '154734.384000', '154734.387000', '154734.390000', '154734.393000', '154734.396000', '154734.399000', '154734.401000', '154734.404000', '154734.407000', '154734.410000', '154734.413000', '154734.416000', '154734.419000', '154734.421000', '154734.424000', '154754.301000', '154754.304000', '154754.308000', '154754.311000', '154754.314000', '154754.317000', '154754.320000', '154754.323000', '154754.325000', '154754.328000', '154754.331000', '154754.334000', '154754.337000', '154754.340000', '154754.342000', '154754.345000', '154754.348000', '154754.351000', '154754.364000', '154754.367000', '154754.370000', '154754.374000', '154754.377000', '154754.381000', '154754.384000', '154754.386000', '154754.389000', '154754.392000', '154754.395000', '154754.398000', '154754.401000', '154754.404000', '154754.407000', '154754.410000', '154754.412000', '154754.415000', '154754.418000', '154754.423000', '154754.425000', '154754.428000', '154754.431000', '154754.434000', '154754.437000', '154814.301000', '154814.304000', '154814.307000', '154814.310000', '154814.313000', '154814.316000', '154814.318000', '154814.321000', '154814.324000', '154814.327000', '154814.330000', '154814.333000', '154814.336000', '154814.338000', '154814.341000', '154814.344000', '154814.347000', '154814.350000', '154814.353000', '154814.355000', '154814.358000', '154814.361000', '154814.364000', '154814.367000', '154814.370000', '154814.373000', '154814.375000', '154814.378000', '154814.381000', '154814.384000', '154814.387000', '154814.390000', '154814.393000', '154814.395000', '154814.398000', '154814.401000', '154814.404000', '154814.407000', '154814.410000', '154814.412000', '154814.415000', '154814.418000', '154814.421000', '154814.424000', '154834.300000', '154834.303000', '154834.306000', '154834.309000', '154834.312000', '154834.314000', '154834.317000', '154834.320000', '154834.323000', '154834.326000', '154834.329000', '154834.332000', '154834.334000', '154834.337000', '154834.340000', '154834.343000', '154834.346000', '154834.349000', '154834.352000', '154834.355000', '154834.358000', '154834.360000', '154834.363000', '154834.366000', '154834.369000', '154834.372000', '154834.375000', '154834.378000', '154834.380000', '154834.383000', '154834.386000', '154834.389000', '154834.392000', '154834.395000', '154834.398000', '154834.401000', '154834.404000', '154834.407000', '154834.409000', '154834.412000', '154834.415000', '154834.418000', '154834.421000', '154854.300000', '154854.303000', '154854.306000', '154854.309000', '154854.312000', '154854.314000', '154854.317000', '154854.320000', '154854.323000', '154854.326000', '154854.329000', '154854.332000', '154854.335000', '154854.337000', '154854.340000', '154854.343000', '154854.346000', '154854.349000', '154854.352000', '154854.355000', '154854.357000', '154854.360000', '154854.363000', '154854.366000', '154854.369000', '154854.372000', '154854.374000', '154854.377000', '154854.380000', '154854.383000', '154854.386000', '154854.389000', '154854.392000', '154854.395000', '154854.397000', '154854.400000', '154854.403000', '154854.406000', '154854.409000', '154854.412000', '154854.415000', '154854.417000', '154854.420000', '154854.423000', '154914.300000', '154914.303000', '154914.306000', '154914.309000', '154914.312000', '154914.315000', '154914.318000', '154914.320000', '154914.323000', '154914.326000', '154914.329000', '154914.332000', '154914.334000', '154914.337000', '154914.340000', '154914.356000', '154914.359000', '154914.362000', '154914.365000', '154914.368000', '154914.371000', '154914.373000', '154914.376000', '154914.379000', '154914.382000', '154914.385000', '154914.388000', '154914.391000', '154914.393000', '154914.396000', '154914.399000', '154914.402000', '154914.405000', '154914.408000', '154914.411000', '154914.414000', '154914.419000', '154914.423000', '154914.426000', '154914.429000', '154914.432000', '154914.434000', '154914.437000', '154934.301000', '154934.304000', '154934.307000', '154934.310000', '154934.313000', '154934.316000', '154934.319000', '154934.321000', '154934.324000', '154934.327000', '154934.330000', '154934.333000', '154934.336000', '154934.339000', '154934.342000', '154934.345000', '154934.347000', '154934.350000', '154934.353000', '154934.356000', '154934.359000', '154934.362000', '154934.365000', '154934.367000', '154934.370000', '154934.373000', '154934.376000', '154934.379000', '154934.382000', '154934.385000', '154934.388000', '154934.390000', '154934.393000', '154934.396000', '154934.399000', '154934.402000', '154934.405000', '154934.407000', '154934.410000', '154934.413000', '154934.416000', '154934.419000', '154934.422000', '154934.425000', '154954.301000', '154954.304000', '154954.307000', '154954.310000', '154954.313000', '154954.315000', '154954.318000', '154954.321000', '154954.324000', '154954.327000', '154954.330000', '154954.332000', '154954.335000', '154954.338000', '154954.341000', '154954.344000', '154954.347000', '154954.350000', '154954.353000', '154954.356000', '154954.359000', '154954.361000', '154954.364000', '154954.367000', '154954.370000', '154954.373000', '154954.376000', '154954.379000', '154954.381000', '154954.384000', '154954.387000', '154954.390000', '154954.393000', '154954.396000', '154954.399000', '154954.401000', '154954.404000', '154954.407000', '154954.410000', '154954.413000', '154954.416000', '154954.419000', '154954.423000', '155014.301000', '155014.304000', '155014.307000', '155014.310000', '155014.313000', '155014.316000', '155014.318000', '155014.321000', '155014.324000', '155014.327000', '155014.330000', '155014.333000', '155014.335000', '155014.338000', '155014.341000', '155014.344000', '155014.347000', '155014.350000', '155014.353000', '155014.355000', '155014.358000', '155014.361000', '155014.364000', '155014.367000', '155014.370000', '155014.373000', '155014.376000', '155014.378000', '155014.381000', '155014.384000', '155014.387000', '155014.390000', '155014.393000', '155014.404000', '155014.407000', '155014.410000', '155014.412000', '155014.415000', '155014.418000', '155014.421000', '155014.424000', '155014.427000', '155014.430000', '155014.433000', '155034.301000', '155034.304000', '155034.307000', '155034.310000', '155034.313000', '155034.316000', '155034.318000', '155034.321000', '155034.324000', '155034.327000', '155034.330000', '155034.346000', '155034.348000', '155034.351000', '155034.354000', '155034.357000', '155034.360000', '155034.363000', '155034.365000', '155034.368000', '155034.371000', '155034.374000', '155034.377000', '155034.380000', '155034.384000', '155034.387000', '155034.390000', '155034.393000', '155034.396000', '155034.399000', '155034.402000', '155034.405000', '155034.407000', '155034.410000', '155034.413000', '155034.416000', '155034.419000', '155034.422000', '155034.424000', '155034.427000', '155034.430000', '155034.433000', '155034.437000', '155054.300000', '155054.303000', '155054.306000', '155054.308000', '155054.311000', '155054.314000', '155054.317000', '155054.320000', '155054.323000', '155054.326000', '155054.329000', '155054.331000', '155054.334000', '155054.337000', '155054.340000', '155054.343000', '155054.346000', '155054.349000', '155054.352000', '155054.355000', '155054.358000', '155054.361000', '155054.363000', '155054.366000', '155054.369000', '155054.372000', '155054.375000', '155054.378000', '155054.381000', '155054.384000', '155054.386000', '155054.389000', '155054.392000', '155054.395000', '155054.398000', '155054.401000', '155054.404000', '155054.407000', '155054.409000', '155054.412000', '155054.415000', '155054.418000', '155054.421000', '155054.424000', '155055.206000', '155055.209000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [12908, 18592, 9376, 10626, 9716, 11119, 9766, 11992, 9915, 11690, 9697, 12053, 10159, 11616, 10076, 10880, 10031, 10499, 10213, 9854, 10093, 9870, 14636, 9871, 16540, 10206, 14154, 10451, 11067, 10409, 10869, 10783, 9909, 10525, 10007, 10765, 10352, 11809, 10285, 12412, 10453, 11783, 10677, 12025, 11337, 10478, 11045, 10763, 11820, 10912, 11373, 10840, 11701, 10884, 11286, 10678, 13701, 10850, 12124, 10748, 10225, 10647, 10439, 21262, 15765, 19805, 10623, 17164, 10587, 14893, 10664, 18577, 15078, 19017, 13594, 10434, 17800, 10392, 18069, 10695, 13933, 10311, 9661, 10724, 10322, 11420, 10452, 11686, 10445, 11314, 10473, 11371, 10531, 10375, 10700, 10397, 15354, 10433, 13101, 10605, 13931, 10423, 11448, 10604, 10434, 16033, 10363, 15174, 10651, 12568, 10549, 11321, 10747, 10367, 14956, 11869, 19707, 10521, 16530, 10575, 11321, 10427, 10341, 20134, 13463, 17202, 10586, 11486, 10496, 11008, 10488, 12035, 12731, 10580, 16784, 10496, 11392, 10380, 10885, 10372, 14225, 10317, 11835, 14579, 10533, 13531, 10404, 11898, 10733, 14209, 10503, 11127, 10470, 10429, 10719, 10459, 14650, 10532, 15205, 10474, 11181, 10297, 10282, 10335, 9874, 10887, 10610, 14426, 10550, 10863, 10399, 10813, 10455, 10940, 10591, 10987, 10661, 10653, 10581, 10385, 17287, 10538, 15702, 10729, 12974, 10501, 10918, 10518, 10579, 11215, 10045, 11226, 10632, 13990, 10581, 12262, 10753, 11393, 10516, 10941, 10795, 11132, 10959, 11849, 10753, 10531, 12626, 10606, 19268, 13712, 20303, 12483, 15576, 11453, 10517, 21534, 10513, 17566, 11956, 14829, 10561, 10384, 15272, 10375, 12020, 10455, 10999, 10242, 11294, 10399, 10503, 10500, 10298, 11812, 10445, 11342, 10332, 10896, 10501, 11318, 10765, 10535, 10374, 12478, 11087, 10584, 15396, 10662, 18330, 10902, 17909, 13292, 19243, 10515, 10520, 15699, 10311, 15633, 10716, 13116, 10632, 13534, 10403, 10260, 10725, 10395, 10853, 10466, 11078, 10582, 11161, 10433, 10671, 10506, 10285, 11022, 10277, 15266, 10562, 13530, 10486, 11138, 10415, 12078, 10665, 11926, 10383, 10972, 10559, 10358, 11935, 10367, 16283, 11034, 17196, 10654, 13282, 10728, 11965, 10449, 13209, 10685, 16029, 10699, 10359, 10808, 10360, 11775, 10243, 13310, 10652, 13641, 10558, 11746, 10648, 12831, 10657, 20077, 10566, 11368, 10744, 10380, 10780, 10377, 20083, 11387, 19362, 10154, 12680, 10248, 11047, 10569, 10372, 10925, 10281, 10840, 10164, 11115, 10182, 11423, 10511, 10440, 10528, 10209, 10914, 10354, 11130, 10429, 10940, 10540, 10986, 10476, 10313, 18747, 13010, 17529, 10476, 12718, 10479, 10294, 10336, 14178, 11061, 10483, 10551, 10713, 10827, 10113, 14114, 10667, 13867, 10360, 12413, 10301, 13729, 10242, 20434, 10445, 15099, 10347, 10322, 16022, 10390, 21574, 15839, 18329, 10571, 13326, 10216, 10894, 10418, 10239, 11712, 10207, 10814, 10176, 10192, 10247, 10393, 10470, 10785, 10786, 10140, 10809, 10066, 14559, 10127, 13080, 10286, 18667, 11025, 11229, 13652, 10470, 18186, 10150, 12343, 10597, 11314, 10882, 10606, 10776, 10501, 10823, 10763, 10849, 10513, 10642, 10763, 11254, 10656, 10328, 11586, 10454, 11371, 10436, 15973, 10259, 15628, 10588, 17126, 11906, 17709, 11170, 10312, 11313, 10360, 13323, 10340, 12189, 10619, 10737, 10869, 10499, 11032, 10344, 18388, 10281, 14528, 10353, 11440, 10620, 10541, 10911, 11277, 11147, 10701, 11101, 10100, 11724, 10199, 19009, 13516, 18945, 10494, 13620, 10737, 14565, 11233, 11362, 11158, 11639, 10715, 10553, 10847, 9954, 14332, 10742, 12544, 10305, 13572, 10307, 17588, 11308, 20502, 14476, 19765, 10088, 10481, 12182, 10332, 20435, 10265, 15410, 10320, 10799, 10316, 10357, 10533, 10260, 10146, 10127, 10414, 10259, 11953, 10098, 10534, 10062, 10269, 17851, 10095, 13827, 10320, 11616, 10494, 10417, 10267, 10174, 11748, 10067, 10989, 10303, 14409, 10350, 11342, 10648, 11315, 10889, 12962, 10411, 10309, 13819, 10198, 12928, 10557, 16777, 10227, 10530, 9975, 10281, 11040, 10492, 20238, 13111, 17479, 10304, 12482, 10097, 10877, 9974, 10278, 11704, 10589, 11280, 10458, 10487, 10378, 11206, 10387, 11366, 10174, 10415, 10385, 10635, 13880, 10510, 13583, 10847, 12125, 10317, 11377, 10373, 10557, 20538, 15392, 18035, 12396, 14043, 10248, 10566, 10102, 10335, 15451, 10295, 13451, 10689, 10501, 10895, 10492, 10483, 10976, 10366, 11193, 10360, 10216, 10417, 10371, 10262, 15542, 10710, 14533, 13863, 10229, 16835, 10160, 12927, 10183, 10657, 10453, 10834, 10767, 10241, 10628, 10061, 10803, 10101, 12743, 10106, 11620, 10378, 10379, 10638, 10819, 10726, 10135, 10871, 10160, 11388, 10438, 15572, 10394, 12925, 10361, 16428, 10735, 10504, 10826, 11299, 10607, 10265, 11081, 9760, 10817, 10174, 15641, 10418, 11582, 10552, 10922, 10428, 16325, 10830, 10572, 10585, 10447, 10803, 10467, 10164, 11281, 10945, 11070, 10892, 10913, 15312, 11000, 19466, 16257, 20114, 10875, 10542, 12478, 10112, 19158, 10251, 16575, 11834, 15962, 10463, 10222, 10745, 10337, 10557, 9873, 12209, 10035, 17386, 10122, 12821, 10424, 9894, 10570, 9178, 10694, 10679, 10464, 9841, 11937, 10339, 14232, 10582, 12659, 10583, 10480, 10983, 9783, 10838, 9016, 10576, 9602, 10731, 13538, 11253, 10275, 12069, 10391, 20352, 13852, 17930, 11295, 11416, 11227, 9797, 11263, 10413, 10497, 10498, 15183, 10585, 11915, 11431, 16917, 11068, 12190, 10591, 9707, 16479, 10099, 15707, 10698, 14201, 11085, 9061, 10818, 9864, 10673, 10299, 14245, 10393, 11287, 10532, 9662, 10838, 10001, 10237, 10610, 10493, 11024, 9499, 10820, 9881, 10777, 10566, 10979, 10359, 14470, 13203, 13654, 10727, 18056, 10862, 17083, 14461, 19033, 11343, 17144, 10744, 10135, 18304, 10330, 15515, 10732, 12078, 10770, 9658, 10539, 10264, 10252, 10446, 9807, 10494, 9513, 10589, 10222, 10160, 10273, 17679, 10595, 13046, 11213, 14728, 10790, 11089, 10756, 9954, 13759, 11909, 17028, 11865, 16489, 10283, 13329, 10324, 11817, 10780, 10267, 10764, 10082, 17393, 10300, 9747, 10694, 10380, 10849, 9491, 10592, 9145, 10304, 10118, 17675, 10408, 14251, 10830, 11744, 10736, 9894, 10791, 10474, 17088, 10565, 14687, 10654, 10153, 10667, 9939, 17212, 10421, 11580, 10942, 9380, 10794, 8809, 10515, 10364, 10005, 10515, 10201, 10406, 10622, 10037, 10367, 10377, 18437, 11232, 16746, 10491, 14677, 10653, 15133, 10571, 16648, 12952, 19282, 11912, 17767, 10623, 10593, 10501, 9838, 17147, 10150, 19155, 11206, 14184, 10220, 9221, 10372, 9871, 10098, 9282, 10218, 13128, 10151, 9894, 17481, 10274, 15833, 11298, 15221, 10658, 9947, 10328, 9843, 14877, 10208, 12225, 10264, 10974, 10155, 9022, 10155, 9768, 10180, 9771, 10650, 10024, 14199, 9919, 13174, 10014, 11224, 10338, 10796, 10518, 10293, 11130, 10822, 17580, 17095, 10194, 10248, 9857, 9713, 10227, 10275, 10793, 11071, 10325, 12598, 12274, 11812, 17983, 13705, 18840, 9966, 17738, 11732, 13881, 10945, 10143, 19473, 9936, 16565, 10251, 10891, 10210, 10564, 9939, 10007, 10018, 9810, 10946, 9935, 9497, 9803, 9945, 9637, 9881, 9313, 9885, 9749, 10405, 10013, 10535, 11314, 10317, 10137, 12436, 10198, 18630, 14750, 17642, 10839, 13646, 10669, 10199, 19701, 10483, 16125, 10643, 10451, 10123, 10018, 9970, 10573, 13228, 10465, 11857, 10323, 10021, 10636, 10208, 15817, 10726, 15251, 10607, 11283, 10545, 10050, 10806, 10174, 10425, 10493, 12113, 10427, 10145, 10843, 9044, 10246, 9778, 10307, 9943, 10402, 11606, 10816, 10705, 10842, 11876, 10589, 12311, 12272, 16190, 10732, 9217, 10165, 10902, 10655, 10641, 16405, 12378, 17643, 10551, 17874, 11292, 18758, 13046, 18427, 10728, 12246, 10261, 10371, 11873, 10464, 10158, 10090, 9632, 9786, 10256, 9118, 9981, 8998, 9873, 9511, 10376, 10945, 10451, 16505, 10262, 16267, 12646, 16280, 10800, 9238, 10288, 10214, 13863, 10427, 16438, 10445, 13290, 10355, 10335, 9996, 9137, 9995, 9760, 10145, 9843, 10628, 10495, 10553, 11335, 10212, 15575, 10578, 17477, 10439, 10075, 15939, 10476, 19179, 13555, 16652, 11827, 16551, 10601, 10475, 9992, 10279, 9724, 10276, 10133, 10186, 8806, 9948, 8609, 9362, 9456, 9144, 8947, 9854, 10264, 9603, 10640, 17493, 10586, 13684, 12059, 11435, 10386, 8918, 9712, 10560, 10148, 10652, 9631, 10435, 12526, 9802, 12824, 9909, 11468, 10529, 11309, 10174, 9364, 9738], 'WindowCenter': [4316.0, 4331.0, 4259.0, 4265.0, 4256.0, 4276.0, 4265.0, 4274.0, 4264.0, 4275.0, 4268.0, 4287.0, 4266.0, 4275.0, 4265.0, 4274.0, 4267.0, 4278.0, 4267.0, 4268.0, 4276.0, 4267.0, 4308.0, 4279.0, 4317.0, 4266.0, 4294.0, 4275.0, 4277.0, 4278.0, 4279.0, 4290.0, 4281.0, 4280.0, 4280.0, 4290.0, 4279.0, 4289.0, 4279.0, 4300.0, 4291.0, 4301.0, 4291.0, 4301.0, 4292.0, 4290.0, 4300.0, 4302.0, 4302.0, 4305.0, 4302.0, 4316.0, 4314.0, 4315.0, 4316.0, 4306.0, 4325.0, 4305.0, 4313.0, 4303.0, 4293.0, 4291.0, 4292.0, 4342.0, 4334.0, 4341.0, 4290.0, 4319.0, 4278.0, 4311.0, 4280.0, 4320.0, 4308.0, 4321.0, 4287.0, 4266.0, 4307.0, 4265.0, 4306.0, 4264.0, 4295.0, 4265.0, 4255.0, 4264.0, 4265.0, 4273.0, 4263.0, 4275.0, 4277.0, 4278.0, 4276.0, 4289.0, 4277.0, 4267.0, 4265.0, 4266.0, 4306.0, 4279.0, 4297.0, 4276.0, 4298.0, 4276.0, 4285.0, 4277.0, 4278.0, 4318.0, 4279.0, 4307.0, 4279.0, 4286.0, 4277.0, 4277.0, 4276.0, 4279.0, 4308.0, 4286.0, 4319.0, 4267.0, 4305.0, 4265.0, 4265.0, 4263.0, 4266.0, 4317.0, 4287.0, 4305.0, 4264.0, 4273.0, 4264.0, 4275.0, 4264.0, 4285.0, 4284.0, 4262.0, 4304.0, 4265.0, 4272.0, 4264.0, 4264.0, 4263.0, 4296.0, 4252.0, 4274.0, 4292.0, 4262.0, 4282.0, 4263.0, 4274.0, 4263.0, 4283.0, 4262.0, 4273.0, 4262.0, 4263.0, 4263.0, 4263.0, 4292.0, 4264.0, 4293.0, 4262.0, 4263.0, 4261.0, 4276.0, 4264.0, 4265.0, 4264.0, 4264.0, 4293.0, 4264.0, 4264.0, 4264.0, 4276.0, 4278.0, 4277.0, 4277.0, 4276.0, 4277.0, 4278.0, 4276.0, 4277.0, 4317.0, 4278.0, 4308.0, 4276.0, 4296.0, 4265.0, 4274.0, 4274.0, 4276.0, 4276.0, 4267.0, 4276.0, 4276.0, 4296.0, 4277.0, 4285.0, 4277.0, 4286.0, 4278.0, 4277.0, 4278.0, 4287.0, 4286.0, 4300.0, 4289.0, 4292.0, 4299.0, 4291.0, 4331.0, 4309.0, 4331.0, 4287.0, 4307.0, 4273.0, 4265.0, 4315.0, 4263.0, 4303.0, 4274.0, 4293.0, 4251.0, 4263.0, 4291.0, 4253.0, 4273.0, 4262.0, 4276.0, 4264.0, 4276.0, 4264.0, 4277.0, 4277.0, 4279.0, 4297.0, 4290.0, 4290.0, 4280.0, 4288.0, 4290.0, 4288.0, 4300.0, 4304.0, 4291.0, 4301.0, 4290.0, 4290.0, 4320.0, 4279.0, 4320.0, 4279.0, 4330.0, 4298.0, 4319.0, 4262.0, 4264.0, 4304.0, 4263.0, 4295.0, 4274.0, 4296.0, 4266.0, 4296.0, 4264.0, 4264.0, 4262.0, 4264.0, 4273.0, 4275.0, 4287.0, 4278.0, 4288.0, 4275.0, 4276.0, 4274.0, 4278.0, 4289.0, 4278.0, 4309.0, 4277.0, 4296.0, 4277.0, 4288.0, 4279.0, 4287.0, 4276.0, 4287.0, 4278.0, 4277.0, 4274.0, 4277.0, 4288.0, 4277.0, 4317.0, 4277.0, 4316.0, 4277.0, 4295.0, 4276.0, 4288.0, 4276.0, 4297.0, 4276.0, 4308.0, 4264.0, 4267.0, 4275.0, 4279.0, 4287.0, 4277.0, 4297.0, 4278.0, 4296.0, 4277.0, 4288.0, 4290.0, 4299.0, 4276.0, 4328.0, 4277.0, 4287.0, 4277.0, 4265.0, 4277.0, 4277.0, 4326.0, 4276.0, 4316.0, 4265.0, 4283.0, 4264.0, 4275.0, 4263.0, 4265.0, 4263.0, 4265.0, 4263.0, 4263.0, 4276.0, 4277.0, 4285.0, 4276.0, 4278.0, 4275.0, 4277.0, 4275.0, 4279.0, 4288.0, 4278.0, 4289.0, 4289.0, 4289.0, 4276.0, 4278.0, 4328.0, 4298.0, 4315.0, 4266.0, 4284.0, 4265.0, 4265.0, 4266.0, 4307.0, 4276.0, 4277.0, 4288.0, 4290.0, 4288.0, 4279.0, 4309.0, 4302.0, 4309.0, 4279.0, 4298.0, 4266.0, 4296.0, 4264.0, 4328.0, 4265.0, 4295.0, 4253.0, 4251.0, 4293.0, 4252.0, 4313.0, 4293.0, 4291.0, 4251.0, 4270.0, 4250.0, 4260.0, 4249.0, 4252.0, 4272.0, 4253.0, 4260.0, 4264.0, 4252.0, 4262.0, 4265.0, 4276.0, 4277.0, 4276.0, 4278.0, 4275.0, 4268.0, 4305.0, 4278.0, 4296.0, 4267.0, 4318.0, 4264.0, 4274.0, 4283.0, 4263.0, 4304.0, 4253.0, 4283.0, 4275.0, 4274.0, 4272.0, 4274.0, 4276.0, 4277.0, 4288.0, 4287.0, 4287.0, 4277.0, 4289.0, 4289.0, 4299.0, 4288.0, 4290.0, 4302.0, 4292.0, 4291.0, 4290.0, 4319.0, 4278.0, 4320.0, 4277.0, 4320.0, 4286.0, 4317.0, 4273.0, 4265.0, 4275.0, 4266.0, 4296.0, 4277.0, 4286.0, 4276.0, 4276.0, 4276.0, 4276.0, 4275.0, 4278.0, 4318.0, 4277.0, 4293.0, 4266.0, 4274.0, 4277.0, 4289.0, 4290.0, 4289.0, 4302.0, 4292.0, 4301.0, 4291.0, 4312.0, 4293.0, 4332.0, 4311.0, 4330.0, 4278.0, 4309.0, 4290.0, 4308.0, 4288.0, 4288.0, 4287.0, 4288.0, 4277.0, 4288.0, 4276.0, 4279.0, 4309.0, 4291.0, 4300.0, 4279.0, 4297.0, 4278.0, 4317.0, 4289.0, 4329.0, 4297.0, 4317.0, 4254.0, 4262.0, 4271.0, 4263.0, 4313.0, 4252.0, 4293.0, 4264.0, 4263.0, 4261.0, 4264.0, 4263.0, 4264.0, 4264.0, 4277.0, 4276.0, 4278.0, 4287.0, 4277.0, 4278.0, 4265.0, 4276.0, 4315.0, 4266.0, 4285.0, 4264.0, 4273.0, 4262.0, 4263.0, 4265.0, 4266.0, 4287.0, 4279.0, 4287.0, 4280.0, 4305.0, 4266.0, 4275.0, 4279.0, 4289.0, 4277.0, 4300.0, 4276.0, 4278.0, 4296.0, 4279.0, 4297.0, 4276.0, 4305.0, 4265.0, 4264.0, 4254.0, 4264.0, 4274.0, 4277.0, 4317.0, 4285.0, 4302.0, 4262.0, 4272.0, 4252.0, 4263.0, 4264.0, 4276.0, 4288.0, 4275.0, 4272.0, 4263.0, 4275.0, 4276.0, 4287.0, 4278.0, 4299.0, 4279.0, 4290.0, 4279.0, 4290.0, 4310.0, 4291.0, 4309.0, 4290.0, 4299.0, 4279.0, 4287.0, 4267.0, 4277.0, 4330.0, 4309.0, 4316.0, 4287.0, 4296.0, 4265.0, 4265.0, 4265.0, 4277.0, 4306.0, 4276.0, 4308.0, 4290.0, 4277.0, 4288.0, 4275.0, 4276.0, 4276.0, 4279.0, 4287.0, 4279.0, 4278.0, 4277.0, 4278.0, 4279.0, 4309.0, 4266.0, 4298.0, 4294.0, 4265.0, 4305.0, 4265.0, 4284.0, 4266.0, 4276.0, 4265.0, 4275.0, 4274.0, 4265.0, 4274.0, 4278.0, 4275.0, 4279.0, 4310.0, 4279.0, 4288.0, 4279.0, 4277.0, 4279.0, 4287.0, 4290.0, 4291.0, 4289.0, 4280.0, 4289.0, 4290.0, 4320.0, 4292.0, 4298.0, 4277.0, 4318.0, 4277.0, 4277.0, 4277.0, 4286.0, 4278.0, 4290.0, 4290.0, 4281.0, 4288.0, 4279.0, 4319.0, 4279.0, 4289.0, 4278.0, 4291.0, 4276.0, 4320.0, 4290.0, 4289.0, 4290.0, 4276.0, 4289.0, 4290.0, 4304.0, 4303.0, 4304.0, 4303.0, 4292.0, 4291.0, 4321.0, 4280.0, 4330.0, 4308.0, 4321.0, 4266.0, 4265.0, 4274.0, 4254.0, 4304.0, 4254.0, 4303.0, 4274.0, 4293.0, 4265.0, 4254.0, 4263.0, 4254.0, 4263.0, 4254.0, 4286.0, 4267.0, 4304.0, 4264.0, 4274.0, 4265.0, 4253.0, 4265.0, 4244.0, 4265.0, 4266.0, 4264.0, 4265.0, 4274.0, 4264.0, 4295.0, 4265.0, 4285.0, 4279.0, 4276.0, 4289.0, 4279.0, 4290.0, 4272.0, 4293.0, 4283.0, 4304.0, 4313.0, 4290.0, 4281.0, 4300.0, 4293.0, 4340.0, 4311.0, 4330.0, 4290.0, 4288.0, 4278.0, 4268.0, 4288.0, 4280.0, 4278.0, 4279.0, 4308.0, 4280.0, 4287.0, 4289.0, 4318.0, 4278.0, 4288.0, 4265.0, 4255.0, 4293.0, 4267.0, 4306.0, 4277.0, 4296.0, 4274.0, 4245.0, 4275.0, 4269.0, 4277.0, 4277.0, 4306.0, 4276.0, 4276.0, 4278.0, 4267.0, 4277.0, 4278.0, 4278.0, 4290.0, 4290.0, 4291.0, 4281.0, 4304.0, 4282.0, 4302.0, 4294.0, 4306.0, 4294.0, 4322.0, 4314.0, 4310.0, 4291.0, 4319.0, 4277.0, 4319.0, 4310.0, 4319.0, 4277.0, 4308.0, 4263.0, 4255.0, 4305.0, 4265.0, 4294.0, 4264.0, 4274.0, 4263.0, 4253.0, 4263.0, 4266.0, 4265.0, 4277.0, 4277.0, 4275.0, 4257.0, 4277.0, 4278.0, 4267.0, 4279.0, 4319.0, 4277.0, 4296.0, 4278.0, 4298.0, 4278.0, 4275.0, 4276.0, 4255.0, 4298.0, 4287.0, 4304.0, 4277.0, 4295.0, 4253.0, 4283.0, 4253.0, 4272.0, 4265.0, 4254.0, 4263.0, 4253.0, 4304.0, 4264.0, 4254.0, 4275.0, 4266.0, 4277.0, 4267.0, 4278.0, 4256.0, 4266.0, 4278.0, 4320.0, 4278.0, 4298.0, 4278.0, 4277.0, 4265.0, 4265.0, 4265.0, 4277.0, 4318.0, 4267.0, 4296.0, 4266.0, 4265.0, 4265.0, 4265.0, 4316.0, 4267.0, 4275.0, 4275.0, 4257.0, 4277.0, 4255.0, 4277.0, 4292.0, 4293.0, 4304.0, 4293.0, 4306.0, 4306.0, 4294.0, 4292.0, 4292.0, 4344.0, 4304.0, 4332.0, 4282.0, 4308.0, 4281.0, 4308.0, 4279.0, 4319.0, 4300.0, 4331.0, 4289.0, 4318.0, 4265.0, 4265.0, 4264.0, 4266.0, 4315.0, 4267.0, 4317.0, 4276.0, 4293.0, 4265.0, 4253.0, 4265.0, 4265.0, 4278.0, 4268.0, 4276.0, 4310.0, 4267.0, 4267.0, 4316.0, 4265.0, 4306.0, 4277.0, 4305.0, 4265.0, 4253.0, 4253.0, 4263.0, 4293.0, 4277.0, 4285.0, 4266.0, 4265.0, 4265.0, 4243.0, 4275.0, 4265.0, 4277.0, 4267.0, 4291.0, 4282.0, 4309.0, 4294.0, 4311.0, 4280.0, 4288.0, 4278.0, 4277.0, 4277.0, 4267.0, 4277.0, 4278.0, 4331.0, 4344.0, 4277.0, 4278.0, 4277.0, 4267.0, 4289.0, 4289.0, 4302.0, 4301.0, 4292.0, 4313.0, 4299.0, 4302.0, 4330.0, 4310.0, 4316.0, 4255.0, 4304.0, 4273.0, 4283.0, 4262.0, 4253.0, 4301.0, 4251.0, 4292.0, 4251.0, 4262.0, 4252.0, 4260.0, 4250.0, 4252.0, 4249.0, 4253.0, 4273.0, 4266.0, 4266.0, 4266.0, 4276.0, 4266.0, 4276.0, 4266.0, 4280.0, 4268.0, 4291.0, 4281.0, 4293.0, 4291.0, 4290.0, 4279.0, 4300.0, 4279.0, 4330.0, 4309.0, 4319.0, 4277.0, 4296.0, 4265.0, 4265.0, 4315.0, 4264.0, 4305.0, 4264.0, 4277.0, 4275.0, 4265.0, 4266.0, 4275.0, 4297.0, 4289.0, 4287.0, 4278.0, 4267.0, 4277.0, 4277.0, 4307.0, 4277.0, 4306.0, 4277.0, 4276.0, 4275.0, 4266.0, 4276.0, 4276.0, 4275.0, 4279.0, 4298.0, 4288.0, 4279.0, 4289.0, 4270.0, 4291.0, 4289.0, 4290.0, 4265.0, 4276.0, 4316.0, 4319.0, 4291.0, 4289.0, 4298.0, 4290.0, 4298.0, 4315.0, 4332.0, 4291.0, 4283.0, 4291.0, 4292.0, 4278.0, 4290.0, 4320.0, 4313.0, 4331.0, 4279.0, 4318.0, 4276.0, 4329.0, 4299.0, 4316.0, 4263.0, 4272.0, 4251.0, 4253.0, 4271.0, 4264.0, 4264.0, 4277.0, 4265.0, 4266.0, 4276.0, 4255.0, 4279.0, 4267.0, 4281.0, 4280.0, 4291.0, 4289.0, 4292.0, 4330.0, 4291.0, 4332.0, 4299.0, 4318.0, 4276.0, 4255.0, 4266.0, 4278.0, 4307.0, 4279.0, 4318.0, 4276.0, 4295.0, 4276.0, 4277.0, 4292.0, 4280.0, 4279.0, 4279.0, 4290.0, 4277.0, 4291.0, 4289.0, 4290.0, 4290.0, 4279.0, 4319.0, 4279.0, 4331.0, 4277.0, 4268.0, 4305.0, 4264.0, 4315.0, 4284.0, 4305.0, 4275.0, 4303.0, 4264.0, 4262.0, 4251.0, 4252.0, 4252.0, 4264.0, 4263.0, 4265.0, 4254.0, 4265.0, 4257.0, 4267.0, 4278.0, 4280.0, 4271.0, 4282.0, 4290.0, 4280.0, 4291.0, 4329.0, 4291.0, 4311.0, 4303.0, 4289.0, 4280.0, 4257.0, 4293.0, 4304.0, 4291.0, 4293.0, 4281.0, 4291.0, 4310.0, 4280.0, 4310.0, 4281.0, 4290.0, 4292.0, 4291.0, 4281.0, 4269.0, 4270.0], 'WindowWidth': [9537.0, 9543.0, 9443.0, 9442.0, 9431.0, 9455.0, 9441.0, 9451.0, 9438.0, 9455.0, 9450.0, 9471.0, 9444.0, 9453.0, 9441.0, 9450.0, 9446.0, 9461.0, 9446.0, 9449.0, 9458.0, 9446.0, 9505.0, 9467.0, 9517.0, 9445.0, 9479.0, 9456.0, 9459.0, 9462.0, 9465.0, 9482.0, 9474.0, 9470.0, 9470.0, 9482.0, 9468.0, 9481.0, 9469.0, 9495.0, 9486.0, 9500.0, 9487.0, 9500.0, 9488.0, 9486.0, 9499.0, 9506.0, 9504.0, 9511.0, 9503.0, 9529.0, 9523.0, 9528.0, 9531.0, 9517.0, 9542.0, 9511.0, 9521.0, 9506.0, 9492.0, 9489.0, 9492.0, 9562.0, 9550.0, 9558.0, 9484.0, 9521.0, 9465.0, 9511.0, 9470.0, 9527.0, 9503.0, 9526.0, 9472.0, 9444.0, 9501.0, 9441.0, 9499.0, 9438.0, 9480.0, 9441.0, 9427.0, 9436.0, 9441.0, 9449.0, 9437.0, 9454.0, 9463.0, 9464.0, 9461.0, 9478.0, 9460.0, 9448.0, 9441.0, 9446.0, 9502.0, 9467.0, 9488.0, 9460.0, 9488.0, 9458.0, 9469.0, 9460.0, 9464.0, 9520.0, 9467.0, 9501.0, 9466.0, 9472.0, 9462.0, 9460.0, 9458.0, 9466.0, 9504.0, 9473.0, 9521.0, 9447.0, 9495.0, 9439.0, 9442.0, 9437.0, 9444.0, 9515.0, 9471.0, 9495.0, 9439.0, 9449.0, 9438.0, 9454.0, 9440.0, 9468.0, 9465.0, 9435.0, 9492.0, 9439.0, 9445.0, 9437.0, 9439.0, 9436.0, 9482.0, 9419.0, 9450.0, 9472.0, 9433.0, 9458.0, 9436.0, 9451.0, 9434.0, 9462.0, 9433.0, 9448.0, 9432.0, 9437.0, 9435.0, 9435.0, 9475.0, 9439.0, 9475.0, 9431.0, 9433.0, 9432.0, 9459.0, 9442.0, 9441.0, 9438.0, 9439.0, 9475.0, 9439.0, 9437.0, 9439.0, 9459.0, 9463.0, 9459.0, 9460.0, 9457.0, 9461.0, 9465.0, 9459.0, 9463.0, 9517.0, 9465.0, 9502.0, 9458.0, 9486.0, 9442.0, 9454.0, 9453.0, 9461.0, 9461.0, 9448.0, 9460.0, 9459.0, 9486.0, 9461.0, 9469.0, 9461.0, 9472.0, 9464.0, 9462.0, 9462.0, 9477.0, 9475.0, 9500.0, 9483.0, 9489.0, 9496.0, 9488.0, 9543.0, 9510.0, 9541.0, 9474.0, 9502.0, 9448.0, 9440.0, 9512.0, 9434.0, 9492.0, 9452.0, 9476.0, 9415.0, 9435.0, 9471.0, 9421.0, 9449.0, 9436.0, 9456.0, 9440.0, 9456.0, 9440.0, 9461.0, 9460.0, 9468.0, 9489.0, 9484.0, 9482.0, 9471.0, 9479.0, 9484.0, 9478.0, 9501.0, 9511.0, 9489.0, 9503.0, 9484.0, 9483.0, 9523.0, 9467.0, 9523.0, 9466.0, 9539.0, 9491.0, 9522.0, 9433.0, 9440.0, 9494.0, 9435.0, 9480.0, 9455.0, 9485.0, 9444.0, 9484.0, 9439.0, 9438.0, 9433.0, 9440.0, 9449.0, 9457.0, 9474.0, 9466.0, 9477.0, 9458.0, 9458.0, 9454.0, 9465.0, 9483.0, 9465.0, 9508.0, 9463.0, 9485.0, 9460.0, 9478.0, 9467.0, 9474.0, 9460.0, 9475.0, 9464.0, 9460.0, 9453.0, 9462.0, 9478.0, 9463.0, 9516.0, 9462.0, 9513.0, 9461.0, 9482.0, 9459.0, 9478.0, 9464.0, 9487.0, 9458.0, 9503.0, 9438.0, 9446.0, 9454.0, 9469.0, 9478.0, 9462.0, 9488.0, 9464.0, 9486.0, 9462.0, 9476.0, 9485.0, 9494.0, 9459.0, 9533.0, 9461.0, 9473.0, 9460.0, 9443.0, 9462.0, 9461.0, 9530.0, 9457.0, 9513.0, 9443.0, 9462.0, 9440.0, 9455.0, 9437.0, 9440.0, 9434.0, 9440.0, 9436.0, 9438.0, 9460.0, 9461.0, 9469.0, 9457.0, 9464.0, 9456.0, 9462.0, 9458.0, 9469.0, 9480.0, 9468.0, 9482.0, 9480.0, 9480.0, 9458.0, 9465.0, 9534.0, 9492.0, 9510.0, 9442.0, 9466.0, 9440.0, 9442.0, 9443.0, 9502.0, 9456.0, 9459.0, 9480.0, 9487.0, 9478.0, 9468.0, 9508.0, 9507.0, 9508.0, 9467.0, 9490.0, 9445.0, 9484.0, 9437.0, 9531.0, 9439.0, 9482.0, 9419.0, 9417.0, 9475.0, 9417.0, 9506.0, 9476.0, 9469.0, 9414.0, 9438.0, 9410.0, 9425.0, 9409.0, 9418.0, 9444.0, 9420.0, 9427.0, 9436.0, 9416.0, 9434.0, 9440.0, 9460.0, 9462.0, 9458.0, 9464.0, 9457.0, 9451.0, 9497.0, 9463.0, 9486.0, 9448.0, 9519.0, 9438.0, 9452.0, 9461.0, 9435.0, 9491.0, 9422.0, 9461.0, 9455.0, 9451.0, 9447.0, 9454.0, 9459.0, 9462.0, 9482.0, 9479.0, 9477.0, 9463.0, 9482.0, 9482.0, 9496.0, 9479.0, 9486.0, 9504.0, 9489.0, 9485.0, 9484.0, 9521.0, 9463.0, 9522.0, 9461.0, 9526.0, 9472.0, 9517.0, 9450.0, 9441.0, 9453.0, 9444.0, 9486.0, 9464.0, 9472.0, 9458.0, 9459.0, 9456.0, 9458.0, 9456.0, 9463.0, 9521.0, 9461.0, 9478.0, 9445.0, 9452.0, 9461.0, 9481.0, 9486.0, 9481.0, 9503.0, 9491.0, 9500.0, 9488.0, 9519.0, 9494.0, 9545.0, 9514.0, 9538.0, 9464.0, 9511.0, 9483.0, 9504.0, 9476.0, 9479.0, 9474.0, 9476.0, 9461.0, 9479.0, 9462.0, 9466.0, 9507.0, 9485.0, 9494.0, 9466.0, 9488.0, 9463.0, 9519.0, 9481.0, 9538.0, 9489.0, 9519.0, 9424.0, 9432.0, 9443.0, 9433.0, 9505.0, 9420.0, 9476.0, 9437.0, 9434.0, 9430.0, 9437.0, 9434.0, 9439.0, 9438.0, 9464.0, 9460.0, 9465.0, 9476.0, 9461.0, 9463.0, 9442.0, 9459.0, 9513.0, 9444.0, 9466.0, 9439.0, 9449.0, 9433.0, 9437.0, 9442.0, 9444.0, 9477.0, 9470.0, 9478.0, 9472.0, 9497.0, 9445.0, 9454.0, 9467.0, 9479.0, 9461.0, 9496.0, 9461.0, 9464.0, 9484.0, 9469.0, 9489.0, 9460.0, 9497.0, 9441.0, 9439.0, 9425.0, 9438.0, 9452.0, 9462.0, 9517.0, 9467.0, 9486.0, 9433.0, 9445.0, 9418.0, 9435.0, 9440.0, 9460.0, 9478.0, 9456.0, 9447.0, 9435.0, 9455.0, 9460.0, 9473.0, 9465.0, 9496.0, 9469.0, 9486.0, 9467.0, 9486.0, 9513.0, 9487.0, 9507.0, 9483.0, 9494.0, 9466.0, 9475.0, 9447.0, 9462.0, 9542.0, 9508.0, 9513.0, 9474.0, 9485.0, 9439.0, 9438.0, 9441.0, 9460.0, 9498.0, 9458.0, 9509.0, 9486.0, 9462.0, 9478.0, 9456.0, 9460.0, 9458.0, 9467.0, 9475.0, 9469.0, 9465.0, 9462.0, 9463.0, 9468.0, 9509.0, 9445.0, 9490.0, 9479.0, 9442.0, 9496.0, 9441.0, 9466.0, 9445.0, 9458.0, 9443.0, 9454.0, 9452.0, 9442.0, 9453.0, 9465.0, 9458.0, 9468.0, 9511.0, 9471.0, 9478.0, 9467.0, 9462.0, 9467.0, 9476.0, 9486.0, 9487.0, 9481.0, 9471.0, 9480.0, 9482.0, 9525.0, 9492.0, 9493.0, 9462.0, 9517.0, 9462.0, 9460.0, 9463.0, 9474.0, 9464.0, 9484.0, 9486.0, 9473.0, 9480.0, 9470.0, 9523.0, 9468.0, 9481.0, 9466.0, 9486.0, 9461.0, 9526.0, 9486.0, 9483.0, 9486.0, 9459.0, 9484.0, 9485.0, 9511.0, 9510.0, 9510.0, 9506.0, 9490.0, 9486.0, 9528.0, 9468.0, 9542.0, 9504.0, 9530.0, 9443.0, 9440.0, 9451.0, 9421.0, 9493.0, 9424.0, 9489.0, 9449.0, 9473.0, 9438.0, 9421.0, 9434.0, 9423.0, 9433.0, 9423.0, 9471.0, 9444.0, 9493.0, 9438.0, 9447.0, 9437.0, 9421.0, 9439.0, 9410.0, 9441.0, 9443.0, 9438.0, 9441.0, 9452.0, 9437.0, 9480.0, 9442.0, 9468.0, 9466.0, 9460.0, 9480.0, 9466.0, 9485.0, 9465.0, 9493.0, 9481.0, 9508.0, 9520.0, 9484.0, 9473.0, 9497.0, 9491.0, 9558.0, 9515.0, 9540.0, 9484.0, 9476.0, 9463.0, 9450.0, 9479.0, 9470.0, 9464.0, 9469.0, 9506.0, 9468.0, 9476.0, 9481.0, 9518.0, 9462.0, 9475.0, 9439.0, 9427.0, 9478.0, 9448.0, 9499.0, 9460.0, 9483.0, 9451.0, 9412.0, 9454.0, 9453.0, 9464.0, 9462.0, 9498.0, 9459.0, 9457.0, 9461.0, 9446.0, 9462.0, 9465.0, 9465.0, 9483.0, 9483.0, 9487.0, 9472.0, 9508.0, 9476.0, 9504.0, 9497.0, 9517.0, 9496.0, 9530.0, 9521.0, 9512.0, 9484.0, 9521.0, 9461.0, 9522.0, 9510.0, 9523.0, 9459.0, 9505.0, 9433.0, 9426.0, 9497.0, 9440.0, 9478.0, 9436.0, 9447.0, 9432.0, 9420.0, 9436.0, 9444.0, 9439.0, 9461.0, 9463.0, 9456.0, 9430.0, 9460.0, 9463.0, 9445.0, 9465.0, 9521.0, 9463.0, 9485.0, 9463.0, 9487.0, 9460.0, 9453.0, 9456.0, 9428.0, 9490.0, 9472.0, 9494.0, 9457.0, 9480.0, 9422.0, 9459.0, 9420.0, 9445.0, 9441.0, 9423.0, 9433.0, 9421.0, 9492.0, 9436.0, 9424.0, 9456.0, 9443.0, 9462.0, 9447.0, 9463.0, 9433.0, 9444.0, 9463.0, 9523.0, 9465.0, 9489.0, 9463.0, 9458.0, 9440.0, 9440.0, 9440.0, 9459.0, 9518.0, 9448.0, 9483.0, 9443.0, 9439.0, 9440.0, 9440.0, 9512.0, 9446.0, 9454.0, 9456.0, 9432.0, 9461.0, 9430.0, 9462.0, 9489.0, 9496.0, 9511.0, 9494.0, 9517.0, 9516.0, 9498.0, 9492.0, 9490.0, 9567.0, 9513.0, 9545.0, 9476.0, 9507.0, 9472.0, 9505.0, 9468.0, 9523.0, 9496.0, 9544.0, 9482.0, 9519.0, 9443.0, 9441.0, 9437.0, 9443.0, 9511.0, 9447.0, 9520.0, 9456.0, 9477.0, 9441.0, 9421.0, 9442.0, 9441.0, 9465.0, 9451.0, 9461.0, 9512.0, 9447.0, 9447.0, 9514.0, 9441.0, 9500.0, 9463.0, 9496.0, 9440.0, 9423.0, 9421.0, 9436.0, 9479.0, 9461.0, 9468.0, 9446.0, 9439.0, 9442.0, 9411.0, 9459.0, 9443.0, 9463.0, 9448.0, 9489.0, 9476.0, 9508.0, 9498.0, 9516.0, 9473.0, 9477.0, 9464.0, 9462.0, 9462.0, 9448.0, 9459.0, 9464.0, 9543.0, 9569.0, 9464.0, 9465.0, 9464.0, 9449.0, 9484.0, 9484.0, 9506.0, 9505.0, 9493.0, 9521.0, 9496.0, 9504.0, 9543.0, 9511.0, 9516.0, 9426.0, 9492.0, 9447.0, 9461.0, 9432.0, 9419.0, 9488.0, 9416.0, 9474.0, 9418.0, 9432.0, 9419.0, 9427.0, 9413.0, 9419.0, 9412.0, 9423.0, 9448.0, 9445.0, 9446.0, 9445.0, 9462.0, 9444.0, 9461.0, 9447.0, 9472.0, 9454.0, 9488.0, 9475.0, 9494.0, 9488.0, 9487.0, 9470.0, 9496.0, 9469.0, 9542.0, 9510.0, 9522.0, 9462.0, 9486.0, 9442.0, 9443.0, 9513.0, 9438.0, 9495.0, 9441.0, 9460.0, 9459.0, 9446.0, 9445.0, 9459.0, 9490.0, 9482.0, 9477.0, 9464.0, 9448.0, 9463.0, 9463.0, 9504.0, 9461.0, 9501.0, 9463.0, 9458.0, 9457.0, 9445.0, 9459.0, 9460.0, 9457.0, 9468.0, 9495.0, 9480.0, 9468.0, 9483.0, 9462.0, 9490.0, 9486.0, 9487.0, 9443.0, 9459.0, 9530.0, 9540.0, 9491.0, 9484.0, 9494.0, 9486.0, 9493.0, 9528.0, 9547.0, 9488.0, 9481.0, 9489.0, 9491.0, 9468.0, 9485.0, 9526.0, 9523.0, 9544.0, 9468.0, 9521.0, 9460.0, 9537.0, 9495.0, 9514.0, 9436.0, 9447.0, 9416.0, 9422.0, 9442.0, 9439.0, 9439.0, 9465.0, 9443.0, 9445.0, 9460.0, 9432.0, 9471.0, 9453.0, 9477.0, 9474.0, 9490.0, 9485.0, 9490.0, 9541.0, 9491.0, 9545.0, 9498.0, 9520.0, 9461.0, 9429.0, 9444.0, 9463.0, 9506.0, 9467.0, 9519.0, 9460.0, 9483.0, 9460.0, 9464.0, 9494.0, 9475.0, 9470.0, 9473.0, 9486.0, 9464.0, 9491.0, 9484.0, 9488.0, 9487.0, 9470.0, 9525.0, 9468.0, 9543.0, 9462.0, 9449.0, 9497.0, 9440.0, 9512.0, 9466.0, 9496.0, 9454.0, 9490.0, 9436.0, 9432.0, 9415.0, 9420.0, 9419.0, 9439.0, 9436.0, 9442.0, 9425.0, 9445.0, 9434.0, 9451.0, 9467.0, 9473.0, 9463.0, 9478.0, 9488.0, 9473.0, 9487.0, 9538.0, 9487.0, 9513.0, 9510.0, 9479.0, 9470.0, 9437.0, 9497.0, 9513.0, 9491.0, 9496.0, 9474.0, 9488.0, 9513.0, 9474.0, 9513.0, 9477.0, 9484.0, 9491.0, 9486.0, 9473.0, 9454.0, 9457.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.000720121107266436</td></tr>
<tr><td colspan=3>aqi</td><td>0.0436880357266436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.583796860337635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1941890816450236</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9426742461904751</td></tr>
<tr><td colspan=3>efc</td><td>0.4559</td></tr>
<tr><td colspan=3>fber</td><td>7601.8423</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12442393115122635</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.418685121107266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.507279960751275</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.413110851557863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7709364793902718</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3377925513056903</td></tr>
<tr><td colspan=3>gcor</td><td>0.00841472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011824971064925194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026247495785355568</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.712774862672143</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>32.0954</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4791</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.9385</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303909.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.5267</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1037</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.3429</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3463.4425</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.4722</td></tr>
<tr><td colspan=3>tsnr</td><td>31.901336847804487</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>