<?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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-02/func/sub-0112_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>67cb85631f11d8340db7e7174f2b4c5b</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>14:06:59.895000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996088, 0.0649093, 0.0599567, -0.0644141, 0.997872, -0.0101578]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880296</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4232, -7789, -7268, 216, -179, -170, -29, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>133d051b-ee0f-407b-a40b-5401e843734b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6724321842193604, -0.17281833291053772, 0.16331878304481506, 115.25556182861328], [-0.17414698004722595, 2.6772165298461914, -0.016891341656446457, -98.87989044189453], [0.16085948050022125, 0.02725275605916977, 2.695003032684326, -76.5939712524414], [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': ['140659.895000', '140700.355000', '140700.815000', '140701.275000', '140701.735000', '140702.195000', '140702.655000', '140703.115000', '140703.575000', '140704.035000', '140704.495000', '140704.955000', '140705.415000', '140705.875000', '140706.335000', '140706.795000', '140707.255000', '140707.715000', '140708.175000', '140708.635000', '140709.095000', '140709.555000', '140710.015000', '140710.475000', '140710.935000', '140711.395000', '140711.855000', '140712.315000', '140712.775000', '140713.235000', '140713.695000', '140714.155000', '140714.615000', '140715.075000', '140715.535000', '140715.995000', '140716.455000', '140716.915000', '140717.375000', '140717.835000', '140718.295000', '140718.755000', '140719.215000', '140719.675000', '140720.135000', '140720.595000', '140721.055000', '140721.515000', '140721.975000', '140722.435000', '140722.895000', '140723.355000', '140723.815000', '140724.275000', '140724.735000', '140725.195000', '140725.655000', '140726.115000', '140726.575000', '140727.035000', '140727.495000', '140727.955000', '140728.415000', '140728.875000', '140729.335000', '140729.795000', '140730.255000', '140730.715000', '140731.175000', '140731.635000', '140732.095000', '140732.555000', '140733.015000', '140733.475000', '140733.935000', '140734.395000', '140734.855000', '140735.315000', '140735.775000', '140736.235000', '140736.695000', '140737.155000', '140737.615000', '140738.075000', '140738.535000', '140738.995000', '140739.455000', '140739.915000', '140740.375000', '140740.835000', '140741.295000', '140741.755000', '140742.215000', '140742.675000', '140743.135000', '140743.595000', '140744.055000', '140744.515000', '140744.975000', '140745.435000', '140745.895000', '140746.355000', '140746.815000', '140747.275000', '140747.735000', '140748.195000', '140748.655000', '140749.115000', '140749.575000', '140750.035000', '140750.495000', '140750.955000', '140751.415000', '140751.875000', '140752.335000', '140752.795000', '140753.255000', '140753.715000', '140754.175000', '140754.635000', '140755.095000', '140755.555000', '140756.015000', '140756.475000', '140756.935000', '140757.395000', '140757.855000', '140758.315000', '140758.775000', '140759.235000', '140759.695000', '140800.155000', '140800.615000', '140801.075000', '140801.535000', '140801.995000', '140802.455000', '140802.915000', '140803.375000', '140803.835000', '140804.295000', '140804.755000', '140805.215000', '140805.675000', '140806.135000', '140806.595000', '140807.055000', '140807.515000', '140807.975000', '140808.435000', '140808.895000', '140809.355000', '140809.815000', '140810.275000', '140810.735000', '140811.195000', '140811.655000', '140812.115000', '140812.575000', '140813.035000', '140813.495000', '140813.955000', '140814.415000', '140814.875000', '140815.335000', '140815.795000', '140816.255000', '140816.715000', '140817.175000', '140817.635000', '140818.095000', '140818.555000', '140819.015000', '140819.475000', '140819.935000', '140820.395000', '140820.855000', '140821.315000', '140821.775000', '140822.235000', '140822.695000', '140823.155000', '140823.615000', '140824.075000', '140824.535000', '140824.995000', '140825.455000', '140825.915000', '140826.375000', '140826.835000', '140827.295000', '140827.755000', '140828.215000', '140828.675000', '140829.135000', '140829.595000', '140830.055000', '140830.515000', '140830.975000', '140831.435000', '140831.895000', '140832.355000', '140832.815000', '140833.275000', '140833.735000', '140834.195000', '140834.655000', '140835.115000', '140835.575000', '140836.035000', '140836.495000', '140836.955000', '140837.415000', '140837.875000', '140838.335000', '140838.795000', '140839.255000', '140839.715000', '140840.175000', '140840.635000', '140841.095000', '140841.555000', '140842.015000', '140842.475000', '140842.935000', '140843.395000', '140843.855000', '140844.315000', '140844.775000', '140845.235000', '140845.695000', '140846.155000', '140846.615000', '140847.075000', '140847.535000', '140847.995000', '140848.455000', '140848.915000', '140849.375000', '140849.835000', '140850.295000', '140850.755000', '140851.215000', '140851.675000', '140852.135000', '140852.595000', '140853.055000', '140853.515000', '140853.975000', '140854.435000', '140854.895000', '140855.355000', '140855.815000', '140856.275000', '140856.735000', '140857.195000', '140857.655000', '140858.115000', '140858.575000', '140859.035000', '140859.495000', '140859.955000', '140900.415000', '140900.875000', '140901.335000', '140901.795000', '140902.255000', '140902.715000', '140903.175000', '140903.635000', '140904.095000', '140904.555000', '140905.015000', '140905.475000', '140905.935000', '140906.395000', '140906.855000', '140907.315000', '140907.775000', '140908.235000', '140908.695000', '140909.155000', '140909.615000', '140910.075000', '140910.535000', '140910.995000', '140911.455000', '140911.915000', '140912.375000', '140912.835000', '140913.295000', '140913.755000', '140914.215000', '140914.675000', '140915.135000', '140915.595000', '140916.055000', '140916.515000', '140916.975000', '140917.435000', '140917.895000', '140918.355000', '140918.815000', '140919.275000', '140919.735000', '140920.195000', '140920.655000', '140921.115000', '140921.575000', '140922.035000', '140922.495000', '140922.955000', '140923.415000', '140923.875000', '140924.335000', '140924.795000', '140925.255000', '140925.715000', '140926.175000', '140926.635000', '140927.095000', '140927.555000', '140928.015000', '140928.475000', '140928.935000', '140929.395000', '140929.855000', '140930.315000', '140930.775000', '140931.235000', '140931.695000', '140932.155000', '140932.615000', '140933.075000', '140933.535000', '140933.995000', '140934.455000', '140934.915000', '140935.375000', '140935.835000', '140936.295000', '140936.755000', '140937.215000', '140937.675000', '140938.135000', '140938.595000', '140939.055000', '140939.515000', '140939.975000', '140940.435000', '140940.895000', '140941.355000', '140941.815000', '140942.275000', '140942.735000', '140943.195000', '140943.655000', '140944.115000', '140944.575000', '140945.035000', '140945.495000', '140945.955000', '140946.415000', '140946.875000', '140947.335000', '140947.795000', '140948.255000', '140948.715000', '140949.175000', '140949.635000', '140950.095000', '140950.555000', '140951.015000', '140951.475000', '140951.935000', '140952.395000', '140952.855000', '140953.315000', '140953.775000', '140954.235000', '140954.695000', '140955.155000', '140955.615000', '140956.075000', '140956.535000', '140956.995000', '140957.455000', '140957.915000', '140958.375000', '140958.835000', '140959.295000', '140959.755000', '141000.215000', '141000.675000', '141001.135000', '141001.595000', '141002.055000', '141002.515000', '141002.975000', '141003.435000', '141003.895000', '141004.355000', '141004.815000', '141005.275000', '141005.735000', '141006.195000', '141006.655000', '141007.115000', '141007.575000', '141008.035000', '141008.495000', '141008.955000', '141009.415000', '141009.875000', '141010.335000', '141010.795000', '141011.255000', '141011.715000', '141012.175000', '141012.635000', '141013.095000', '141013.555000', '141014.015000', '141014.475000', '141014.935000', '141015.395000', '141015.855000', '141016.315000', '141016.775000', '141017.235000', '141017.695000', '141018.155000', '141018.615000', '141019.075000', '141019.535000', '141019.995000', '141020.455000', '141020.915000', '141021.375000', '141021.835000', '141022.295000', '141022.755000', '141023.215000', '141023.675000', '141024.135000', '141024.595000', '141025.055000', '141025.515000', '141025.975000', '141026.435000', '141026.895000', '141027.355000', '141027.815000', '141028.275000', '141028.735000', '141029.195000', '141029.655000', '141030.115000', '141030.575000', '141031.035000', '141031.495000', '141031.955000', '141032.415000', '141032.875000', '141033.335000', '141033.795000', '141034.255000', '141034.715000', '141035.175000', '141035.635000', '141036.095000', '141036.555000', '141037.015000', '141037.475000', '141037.935000', '141038.395000', '141038.855000', '141039.315000', '141039.775000', '141040.235000', '141040.695000', '141041.155000', '141041.615000', '141042.075000', '141042.535000', '141042.995000', '141043.455000', '141043.915000', '141044.375000', '141044.835000', '141045.295000', '141045.755000', '141046.215000', '141046.675000', '141047.135000', '141047.595000', '141048.055000', '141048.515000', '141048.975000', '141049.435000', '141049.895000', '141050.355000', '141050.815000', '141051.275000', '141051.735000', '141052.195000', '141052.655000', '141053.115000', '141053.575000', '141054.035000', '141054.495000', '141054.955000', '141055.415000', '141055.875000', '141056.335000', '141056.795000', '141057.255000', '141057.715000', '141058.175000', '141058.635000', '141059.095000', '141059.555000', '141100.015000', '141100.475000', '141100.935000', '141101.395000', '141101.855000', '141102.315000', '141102.775000', '141103.235000', '141103.695000', '141104.155000', '141104.615000', '141105.075000', '141105.535000', '141105.995000', '141106.455000', '141106.915000', '141107.375000', '141107.835000', '141108.295000', '141108.755000', '141109.215000', '141109.675000', '141110.135000', '141110.595000', '141111.055000', '141111.515000', '141111.975000', '141112.435000', '141112.895000', '141113.355000', '141113.815000', '141114.275000', '141114.735000', '141115.195000', '141115.655000', '141116.115000', '141116.575000', '141117.035000', '141117.495000', '141117.955000', '141118.415000', '141118.875000', '141119.335000', '141119.795000', '141120.255000', '141120.715000', '141121.175000', '141121.635000', '141122.095000', '141122.555000', '141123.015000', '141123.475000', '141123.935000', '141124.395000', '141124.855000', '141125.315000', '141125.775000', '141126.235000', '141126.695000', '141127.155000', '141127.615000', '141128.075000', '141128.535000', '141128.995000', '141129.455000', '141129.915000', '141130.375000', '141130.835000', '141131.295000', '141131.755000', '141132.215000', '141132.675000', '141133.135000', '141133.595000', '141134.055000', '141134.515000', '141134.975000', '141135.435000', '141135.895000', '141136.355000', '141136.815000', '141137.275000', '141137.735000', '141138.195000', '141138.655000', '141139.115000', '141139.575000', '141140.035000', '141140.495000', '141140.955000', '141141.415000', '141141.875000', '141142.335000', '141142.795000', '141143.255000', '141143.715000', '141144.175000', '141144.635000', '141145.095000', '141145.555000', '141146.015000', '141146.475000', '141146.935000', '141147.395000', '141147.855000', '141148.315000', '141148.775000', '141149.235000', '141149.695000', '141150.155000', '141150.615000', '141151.075000', '141151.535000', '141151.995000', '141152.455000', '141152.915000', '141153.375000', '141153.835000', '141154.295000', '141154.755000', '141155.215000', '141155.675000', '141156.135000', '141156.595000', '141157.055000', '141157.515000', '141157.975000', '141158.435000', '141158.895000', '141159.355000', '141159.815000', '141200.275000', '141200.735000', '141201.195000', '141201.655000', '141202.115000', '141202.575000', '141203.035000', '141203.495000', '141203.955000', '141204.415000', '141204.875000', '141205.335000', '141205.795000', '141206.255000', '141206.715000', '141207.175000', '141207.635000', '141208.095000', '141208.555000', '141209.015000', '141209.475000', '141209.935000', '141210.395000', '141210.855000', '141211.315000', '141211.775000', '141212.235000', '141212.695000', '141213.155000', '141213.615000', '141214.075000', '141214.535000', '141214.995000', '141215.455000', '141215.915000', '141216.375000', '141216.835000', '141217.295000', '141217.755000', '141218.215000', '141218.675000', '141219.135000', '141219.595000', '141220.055000', '141220.515000', '141220.975000', '141221.435000', '141221.895000', '141222.355000', '141222.815000', '141223.275000', '141223.735000', '141224.195000', '141224.655000', '141225.115000', '141225.575000', '141226.035000', '141226.495000', '141226.955000', '141227.415000', '141227.875000', '141228.335000', '141228.795000', '141229.255000', '141229.715000', '141230.175000', '141230.635000', '141231.095000', '141231.555000', '141232.015000', '141232.475000', '141232.935000', '141233.395000', '141233.855000', '141234.315000', '141234.775000', '141235.235000', '141235.695000', '141236.155000', '141236.615000', '141237.075000', '141237.535000', '141237.995000', '141238.455000', '141238.915000', '141239.375000', '141239.835000', '141240.295000', '141240.755000', '141241.215000', '141241.675000', '141242.135000', '141242.595000', '141243.055000', '141243.515000', '141243.975000', '141244.435000', '141244.895000', '141245.355000', '141245.815000', '141246.275000', '141246.735000', '141247.195000', '141247.655000', '141248.115000', '141248.575000', '141249.035000', '141249.495000', '141249.955000', '141250.415000', '141250.875000', '141251.335000', '141251.795000', '141252.255000', '141252.715000', '141253.175000', '141253.635000', '141254.095000', '141254.555000', '141255.015000', '141255.475000', '141255.935000', '141256.395000', '141256.855000', '141257.315000', '141257.775000', '141258.235000', '141258.695000', '141259.155000', '141259.615000', '141300.075000', '141300.535000', '141300.995000', '141301.455000', '141301.915000', '141302.375000', '141302.835000', '141303.295000', '141303.755000', '141304.215000', '141304.675000', '141305.135000', '141305.595000', '141306.055000', '141306.515000', '141306.975000', '141307.435000', '141307.895000', '141308.355000', '141308.815000', '141309.275000', '141309.735000', '141310.195000', '141310.655000', '141311.115000', '141311.575000', '141312.035000', '141312.495000', '141312.955000', '141313.415000', '141313.875000', '141314.335000', '141314.795000', '141315.255000', '141315.715000', '141316.175000', '141316.635000', '141317.095000', '141317.555000', '141318.015000', '141318.475000', '141318.935000', '141319.395000', '141319.855000', '141320.315000', '141320.775000', '141321.235000', '141321.695000', '141322.155000', '141322.615000', '141323.075000', '141323.535000', '141323.995000', '141324.455000', '141324.915000', '141325.375000', '141325.835000', '141326.295000', '141326.755000', '141327.215000', '141327.675000', '141328.135000', '141328.595000', '141329.055000', '141329.515000', '141329.975000', '141330.435000', '141330.895000', '141331.355000', '141331.815000', '141332.275000', '141332.735000', '141333.195000', '141333.655000', '141334.115000', '141334.575000', '141335.035000', '141335.495000', '141335.955000', '141336.415000', '141336.875000', '141337.335000', '141337.795000', '141338.255000', '141338.715000', '141339.175000', '141339.635000', '141340.095000', '141340.555000', '141341.015000', '141341.475000', '141341.935000', '141342.395000', '141342.855000', '141343.315000', '141343.775000', '141344.235000', '141344.695000', '141345.155000', '141345.615000', '141346.075000', '141346.535000', '141346.995000', '141347.455000', '141347.915000', '141348.375000', '141348.835000', '141349.295000', '141349.755000', '141350.215000', '141350.675000', '141351.135000', '141351.595000', '141352.055000', '141352.515000', '141352.975000', '141353.435000', '141353.895000', '141354.355000', '141354.815000', '141355.275000', '141355.735000', '141356.195000', '141356.655000', '141357.115000', '141357.575000', '141358.035000', '141358.495000', '141358.955000', '141359.415000', '141359.875000', '141400.335000', '141400.795000', '141401.255000', '141401.715000', '141402.175000', '141402.635000', '141403.095000', '141403.555000', '141404.015000', '141404.475000', '141404.935000', '141405.395000', '141405.855000', '141406.315000', '141406.775000', '141407.235000', '141407.695000', '141408.155000', '141408.615000', '141409.075000', '141409.535000', '141409.995000', '141410.455000', '141410.915000', '141411.375000', '141411.835000', '141412.295000', '141412.755000', '141413.215000', '141413.675000', '141414.135000', '141414.595000', '141415.055000', '141415.515000', '141415.975000', '141416.435000', '141416.895000', '141417.355000', '141417.815000', '141418.275000', '141418.735000', '141419.195000', '141419.655000', '141420.115000', '141420.575000', '141421.035000', '141421.495000', '141421.955000', '141422.415000', '141422.875000', '141423.335000', '141423.795000', '141424.255000', '141424.715000', '141425.175000', '141425.635000', '141426.095000', '141426.555000', '141427.015000', '141427.475000', '141427.935000', '141428.395000', '141428.855000', '141429.315000', '141429.775000', '141430.235000', '141430.695000', '141431.155000', '141431.615000', '141432.075000', '141432.535000', '141432.995000', '141433.455000', '141433.915000', '141434.375000', '141434.835000', '141435.295000', '141435.755000', '141436.215000', '141436.675000', '141437.135000', '141437.595000', '141438.055000', '141438.515000', '141438.975000', '141439.435000', '141439.895000', '141440.355000', '141440.815000', '141441.275000', '141441.735000', '141442.195000', '141442.655000', '141443.115000', '141443.575000', '141444.035000', '141444.495000', '141444.955000', '141445.415000', '141445.875000', '141446.335000', '141446.795000', '141447.255000', '141447.715000', '141448.175000', '141448.635000', '141449.095000', '141449.555000', '141450.015000', '141450.475000', '141450.935000', '141451.395000', '141451.855000', '141452.315000', '141452.775000', '141453.235000', '141453.695000', '141454.155000', '141454.615000', '141455.075000', '141455.535000', '141455.995000', '141456.455000', '141456.915000', '141457.375000', '141457.835000', '141458.295000', '141458.755000', '141459.215000', '141459.675000', '141500.135000', '141500.595000', '141501.055000', '141501.515000', '141501.975000', '141502.435000', '141502.895000', '141503.355000', '141503.815000', '141504.275000', '141504.735000', '141505.195000', '141505.655000', '141506.115000', '141506.575000', '141507.035000', '141507.495000', '141507.955000', '141508.415000', '141508.875000', '141509.335000', '141509.795000', '141510.255000', '141510.715000', '141511.175000', '141511.635000', '141512.095000', '141512.555000', '141513.015000', '141513.475000', '141513.935000', '141514.395000', '141514.855000', '141515.315000', '141515.775000', '141516.235000', '141516.695000', '141517.155000', '141517.615000', '141518.075000', '141518.535000', '141518.995000', '141519.455000', '141519.915000', '141520.375000', '141520.835000', '141521.295000', '141521.755000', '141522.215000', '141522.675000', '141523.135000', '141523.595000', '141524.055000', '141524.515000', '141524.975000', '141525.435000', '141525.895000', '141526.355000', '141526.815000', '141527.275000', '141527.735000', '141528.195000', '141528.655000', '141529.115000', '141529.575000', '141530.035000', '141530.495000', '141530.955000', '141531.415000', '141531.875000', '141532.335000', '141532.795000', '141533.255000', '141533.715000', '141534.175000', '141534.635000', '141535.095000', '141535.555000', '141536.015000', '141536.475000', '141536.935000', '141537.395000', '141537.855000', '141538.315000', '141538.775000', '141539.235000', '141539.695000', '141540.155000', '141540.615000', '141541.075000', '141541.535000', '141541.995000', '141542.455000', '141542.915000', '141543.375000', '141543.835000', '141544.295000', '141544.755000', '141545.215000', '141545.675000', '141546.135000', '141546.595000', '141547.055000', '141547.515000', '141547.975000', '141548.435000', '141548.895000', '141549.355000', '141549.815000', '141550.275000', '141550.735000', '141551.195000'], 'ContentTime': ['140722.840000', '140722.843000', '140722.846000', '140722.849000', '140722.852000', '140722.855000', '140722.858000', '140722.861000', '140722.863000', '140722.866000', '140722.869000', '140722.871000', '140722.874000', '140722.877000', '140722.880000', '140722.882000', '140722.885000', '140722.888000', '140722.890000', '140722.893000', '140722.896000', '140722.898000', '140722.901000', '140722.904000', '140722.907000', '140722.909000', '140722.912000', '140722.915000', '140722.917000', '140722.920000', '140722.922000', '140722.925000', '140722.928000', '140722.930000', '140722.933000', '140722.935000', '140722.938000', '140722.953000', '140722.955000', '140722.958000', '140722.960000', '140722.963000', '140722.966000', '140722.968000', '140722.971000', '140722.973000', '140722.976000', '140742.783000', '140742.786000', '140742.789000', '140742.792000', '140742.794000', '140742.797000', '140742.799000', '140742.802000', '140742.804000', '140742.807000', '140742.810000', '140742.812000', '140742.815000', '140742.818000', '140742.820000', '140742.823000', '140742.826000', '140742.828000', '140742.831000', '140742.834000', '140742.836000', '140742.839000', '140742.842000', '140742.845000', '140742.847000', '140742.850000', '140742.852000', '140742.855000', '140742.858000', '140742.860000', '140742.863000', '140742.865000', '140742.868000', '140742.871000', '140742.873000', '140742.876000', '140742.879000', '140742.881000', '140742.884000', '140742.887000', '140742.889000', '140742.892000', '140742.895000', '140742.905000', '140802.784000', '140802.786000', '140802.789000', '140802.792000', '140802.795000', '140802.798000', '140802.801000', '140802.804000', '140802.806000', '140802.809000', '140802.811000', '140802.814000', '140802.816000', '140802.819000', '140802.822000', '140802.824000', '140802.827000', '140802.829000', '140802.832000', '140802.834000', '140802.837000', '140802.840000', '140802.842000', '140802.845000', '140802.847000', '140802.850000', '140802.852000', '140802.855000', '140802.858000', '140802.860000', '140802.876000', '140802.878000', '140802.881000', '140802.883000', '140802.886000', '140802.889000', '140802.891000', '140802.900000', '140802.903000', '140802.906000', '140802.908000', '140802.911000', '140802.913000', '140822.785000', '140822.787000', '140822.790000', '140822.793000', '140822.799000', '140822.801000', '140822.804000', '140822.807000', '140822.809000', '140822.812000', '140822.815000', '140822.817000', '140822.820000', '140822.822000', '140822.825000', '140822.827000', '140822.830000', '140822.833000', '140822.835000', '140822.838000', '140822.840000', '140822.843000', '140822.846000', '140822.848000', '140822.851000', '140822.853000', '140822.856000', '140822.858000', '140822.861000', '140822.864000', '140822.866000', '140822.869000', '140822.871000', '140822.874000', '140822.876000', '140822.894000', '140822.897000', '140822.899000', '140822.902000', '140822.905000', '140822.907000', '140822.910000', '140822.912000', '140822.915000', '140842.784000', '140842.787000', '140842.790000', '140842.800000', '140842.803000', '140842.806000', '140842.808000', '140842.811000', '140842.813000', '140842.816000', '140842.818000', '140842.821000', '140842.824000', '140842.826000', '140842.829000', '140842.831000', '140842.834000', '140842.837000', '140842.840000', '140842.843000', '140842.846000', '140842.849000', '140842.852000', '140842.855000', '140842.858000', '140842.860000', '140842.863000', '140842.865000', '140842.868000', '140842.870000', '140842.873000', '140842.876000', '140842.878000', '140842.881000', '140842.884000', '140842.886000', '140842.889000', '140842.891000', '140842.894000', '140842.897000', '140842.899000', '140842.902000', '140842.904000', '140902.783000', '140902.786000', '140902.789000', '140902.791000', '140902.794000', '140902.797000', '140902.799000', '140902.802000', '140902.805000', '140902.807000', '140902.810000', '140902.812000', '140902.815000', '140902.818000', '140902.820000', '140902.823000', '140902.832000', '140902.835000', '140902.837000', '140902.840000', '140902.843000', '140902.845000', '140902.848000', '140902.850000', '140902.853000', '140902.855000', '140902.858000', '140902.861000', '140902.863000', '140902.866000', '140902.868000', '140902.871000', '140902.873000', '140902.876000', '140902.879000', '140902.881000', '140902.884000', '140902.886000', '140902.889000', '140902.892000', '140902.894000', '140902.897000', '140902.899000', '140902.902000', '140922.783000', '140922.786000', '140922.789000', '140922.792000', '140922.794000', '140922.797000', '140922.799000', '140922.802000', '140922.804000', '140922.807000', '140922.810000', '140922.812000', '140922.815000', '140922.817000', '140922.820000', '140922.823000', '140922.825000', '140922.828000', '140922.830000', '140922.833000', '140922.835000', '140922.838000', '140922.841000', '140922.843000', '140922.846000', '140922.848000', '140922.851000', '140922.853000', '140922.856000', '140922.859000', '140922.861000', '140922.864000', '140922.866000', '140922.869000', '140922.872000', '140922.875000', '140922.878000', '140922.881000', '140922.884000', '140922.886000', '140922.889000', '140922.891000', '140922.894000', '140942.783000', '140942.786000', '140942.789000', '140942.791000', '140942.794000', '140942.797000', '140942.799000', '140942.802000', '140942.804000', '140942.807000', '140942.809000', '140942.812000', '140942.815000', '140942.817000', '140942.820000', '140942.822000', '140942.825000', '140942.827000', '140942.830000', '140942.833000', '140942.835000', '140942.838000', '140942.840000', '140942.843000', '140942.846000', '140942.848000', '140942.851000', '140942.853000', '140942.856000', '140942.858000', '140942.861000', '140942.864000', '140942.866000', '140942.869000', '140942.871000', '140942.874000', '140942.877000', '140942.879000', '140942.882000', '140942.892000', '140942.895000', '140942.898000', '140942.900000', '140942.903000', '141002.783000', '141002.786000', '141002.789000', '141002.792000', '141002.794000', '141002.797000', '141002.800000', '141002.802000', '141002.805000', '141002.807000', '141002.810000', '141002.813000', '141002.815000', '141002.818000', '141002.820000', '141002.823000', '141002.835000', '141002.837000', '141002.840000', '141002.842000', '141002.845000', '141002.848000', '141002.850000', '141002.853000', '141002.856000', '141002.859000', '141002.862000', '141002.865000', '141002.867000', '141002.870000', '141002.872000', '141002.875000', '141002.878000', '141002.881000', '141002.883000', '141002.886000', '141002.889000', '141002.891000', '141002.894000', '141002.897000', '141002.899000', '141002.902000', '141002.904000', '141022.783000', '141022.786000', '141022.789000', '141022.791000', '141022.794000', '141022.797000', '141022.799000', '141022.802000', '141022.804000', '141022.807000', '141022.810000', '141022.812000', '141022.815000', '141022.817000', '141022.820000', '141022.823000', '141022.825000', '141022.828000', '141022.830000', '141022.833000', '141022.835000', '141022.838000', '141022.841000', '141022.843000', '141022.846000', '141022.848000', '141022.851000', '141022.853000', '141022.856000', '141022.858000', '141022.861000', '141022.864000', '141022.866000', '141022.881000', '141022.884000', '141022.886000', '141022.889000', '141022.892000', '141022.894000', '141022.897000', '141022.899000', '141022.902000', '141022.905000', '141022.907000', '141042.784000', '141042.787000', '141042.790000', '141042.792000', '141042.795000', '141042.798000', '141042.800000', '141042.803000', '141042.806000', '141042.808000', '141042.811000', '141042.813000', '141042.816000', '141042.818000', '141042.821000', '141042.844000', '141042.847000', '141042.850000', '141042.852000', '141042.855000', '141042.857000', '141042.860000', '141042.863000', '141042.865000', '141042.868000', '141042.870000', '141042.873000', '141042.875000', '141042.878000', '141042.881000', '141042.883000', '141042.886000', '141042.889000', '141042.891000', '141042.894000', '141042.896000', '141042.899000', '141042.902000', '141042.905000', '141042.908000', '141042.911000', '141042.914000', '141042.916000', '141102.784000', '141102.787000', '141102.790000', '141102.793000', '141102.795000', '141102.798000', '141102.801000', '141102.803000', '141102.806000', '141102.809000', '141102.811000', '141102.814000', '141102.816000', '141102.819000', '141102.821000', '141102.824000', '141102.827000', '141102.829000', '141102.832000', '141102.834000', '141102.837000', '141102.839000', '141102.842000', '141102.845000', '141102.847000', '141102.850000', '141102.852000', '141102.855000', '141102.858000', '141102.860000', '141102.863000', '141102.866000', '141102.868000', '141102.871000', '141102.873000', '141102.876000', '141102.879000', '141102.881000', '141102.884000', '141102.886000', '141102.889000', '141102.891000', '141102.894000', '141102.897000', '141122.783000', '141122.786000', '141122.789000', '141122.792000', '141122.794000', '141122.797000', '141122.799000', '141122.802000', '141122.805000', '141122.807000', '141122.810000', '141122.812000', '141122.815000', '141122.818000', '141122.820000', '141122.823000', '141122.826000', '141122.828000', '141122.831000', '141122.833000', '141122.836000', '141122.838000', '141122.841000', '141122.844000', '141122.846000', '141122.849000', '141122.852000', '141122.854000', '141122.857000', '141122.860000', '141122.862000', '141122.865000', '141122.867000', '141122.870000', '141122.873000', '141122.875000', '141122.881000', '141122.884000', '141122.886000', '141122.889000', '141122.891000', '141122.894000', '141122.897000', '141142.783000', '141142.786000', '141142.789000', '141142.791000', '141142.794000', '141142.796000', '141142.799000', '141142.802000', '141142.804000', '141142.807000', '141142.810000', '141142.812000', '141142.815000', '141142.818000', '141142.820000', '141142.823000', '141142.825000', '141142.828000', '141142.831000', '141142.833000', '141142.836000', '141142.838000', '141142.841000', '141142.843000', '141142.846000', '141142.849000', '141142.851000', '141142.854000', '141142.856000', '141142.859000', '141142.862000', '141142.864000', '141142.867000', '141142.869000', '141142.872000', '141142.874000', '141142.877000', '141142.880000', '141142.882000', '141142.885000', '141142.887000', '141142.890000', '141142.893000', '141142.895000', '141202.784000', '141202.786000', '141202.789000', '141202.792000', '141202.794000', '141202.797000', '141202.799000', '141202.802000', '141202.805000', '141202.807000', '141202.810000', '141202.812000', '141202.815000', '141202.818000', '141202.820000', '141202.823000', '141202.825000', '141202.828000', '141202.830000', '141202.833000', '141202.836000', '141202.838000', '141202.841000', '141202.843000', '141202.846000', '141202.849000', '141202.851000', '141202.854000', '141202.857000', '141202.859000', '141202.862000', '141202.864000', '141202.867000', '141202.869000', '141202.872000', '141202.875000', '141202.877000', '141202.880000', '141202.882000', '141202.885000', '141202.888000', '141202.890000', '141202.893000', '141222.784000', '141222.786000', '141222.789000', '141222.792000', '141222.794000', '141222.797000', '141222.799000', '141222.802000', '141222.805000', '141222.807000', '141222.810000', '141222.812000', '141222.815000', '141222.818000', '141222.820000', '141222.823000', '141222.825000', '141222.828000', '141222.830000', '141222.833000', '141222.836000', '141222.838000', '141222.841000', '141222.843000', '141222.846000', '141222.849000', '141222.851000', '141222.854000', '141222.857000', '141222.859000', '141222.862000', '141222.864000', '141222.867000', '141222.870000', '141222.872000', '141222.875000', '141222.877000', '141222.880000', '141222.883000', '141222.885000', '141222.888000', '141222.891000', '141222.893000', '141222.896000', '141242.784000', '141242.786000', '141242.789000', '141242.792000', '141242.794000', '141242.797000', '141242.800000', '141242.802000', '141242.805000', '141242.807000', '141242.810000', '141242.813000', '141242.815000', '141242.818000', '141242.820000', '141242.823000', '141242.826000', '141242.828000', '141242.831000', '141242.833000', '141242.836000', '141242.839000', '141242.841000', '141242.844000', '141242.846000', '141242.857000', '141242.860000', '141242.863000', '141242.865000', '141242.868000', '141242.870000', '141242.873000', '141242.876000', '141242.878000', '141242.881000', '141242.883000', '141242.886000', '141242.889000', '141242.891000', '141242.894000', '141242.896000', '141242.899000', '141242.901000', '141302.785000', '141302.787000', '141302.790000', '141302.793000', '141302.795000', '141302.798000', '141302.800000', '141302.803000', '141302.819000', '141302.821000', '141302.825000', '141302.828000', '141302.831000', '141302.833000', '141302.836000', '141302.838000', '141302.841000', '141302.844000', '141302.846000', '141302.849000', '141302.851000', '141302.854000', '141302.857000', '141302.859000', '141302.862000', '141302.864000', '141302.867000', '141302.870000', '141302.872000', '141302.875000', '141302.877000', '141302.880000', '141302.882000', '141302.885000', '141302.888000', '141302.890000', '141302.893000', '141302.895000', '141302.898000', '141302.901000', '141302.903000', '141302.906000', '141302.908000', '141302.911000', '141322.785000', '141322.787000', '141322.790000', '141322.793000', '141322.795000', '141322.798000', '141322.800000', '141322.803000', '141322.806000', '141322.808000', '141322.811000', '141322.814000', '141322.816000', '141322.819000', '141322.821000', '141322.824000', '141322.827000', '141322.829000', '141322.832000', '141322.834000', '141322.837000', '141322.840000', '141322.842000', '141322.845000', '141322.847000', '141322.850000', '141322.853000', '141322.855000', '141322.858000', '141322.860000', '141322.863000', '141322.866000', '141322.868000', '141322.871000', '141322.874000', '141322.876000', '141322.879000', '141322.881000', '141322.884000', '141322.887000', '141322.889000', '141322.892000', '141322.895000', '141342.784000', '141342.787000', '141342.789000', '141342.792000', '141342.794000', '141342.797000', '141342.800000', '141342.802000', '141342.805000', '141342.808000', '141342.810000', '141342.813000', '141342.816000', '141342.818000', '141342.821000', '141342.824000', '141342.826000', '141342.829000', '141342.831000', '141342.834000', '141342.836000', '141342.839000', '141342.842000', '141342.844000', '141342.847000', '141342.850000', '141342.852000', '141342.855000', '141342.857000', '141342.860000', '141342.862000', '141342.865000', '141342.868000', '141342.870000', '141342.873000', '141342.875000', '141342.878000', '141342.881000', '141342.883000', '141342.886000', '141342.888000', '141342.891000', '141342.894000', '141342.896000', '141402.784000', '141402.787000', '141402.789000', '141402.792000', '141402.794000', '141402.797000', '141402.800000', '141402.802000', '141402.805000', '141402.807000', '141402.810000', '141402.813000', '141402.815000', '141402.818000', '141402.820000', '141402.823000', '141402.826000', '141402.828000', '141402.831000', '141402.833000', '141402.836000', '141402.839000', '141402.841000', '141402.844000', '141402.846000', '141402.849000', '141402.851000', '141402.854000', '141402.857000', '141402.859000', '141402.862000', '141402.864000', '141402.867000', '141402.870000', '141402.872000', '141402.875000', '141402.878000', '141402.880000', '141402.883000', '141402.885000', '141402.888000', '141402.890000', '141402.893000', '141422.783000', '141422.786000', '141422.789000', '141422.792000', '141422.794000', '141422.797000', '141422.800000', '141422.802000', '141422.805000', '141422.807000', '141422.810000', '141422.812000', '141422.815000', '141422.818000', '141422.820000', '141422.823000', '141422.825000', '141422.828000', '141422.831000', '141422.845000', '141422.848000', '141422.850000', '141422.853000', '141422.855000', '141422.858000', '141422.860000', '141422.863000', '141422.866000', '141422.868000', '141422.871000', '141422.873000', '141422.876000', '141422.878000', '141422.881000', '141422.884000', '141422.886000', '141422.889000', '141422.892000', '141422.894000', '141422.897000', '141422.899000', '141422.902000', '141422.905000', '141422.907000', '141442.783000', '141442.786000', '141442.789000', '141442.792000', '141442.794000', '141442.797000', '141442.800000', '141442.802000', '141442.805000', '141442.807000', '141442.810000', '141442.813000', '141442.815000', '141442.818000', '141442.820000', '141442.823000', '141442.826000', '141442.828000', '141442.831000', '141442.834000', '141442.836000', '141442.839000', '141442.841000', '141442.844000', '141442.847000', '141442.849000', '141442.852000', '141442.854000', '141442.857000', '141442.859000', '141442.862000', '141442.865000', '141442.867000', '141442.870000', '141442.873000', '141442.875000', '141442.878000', '141442.880000', '141442.883000', '141442.885000', '141442.888000', '141442.891000', '141442.893000', '141502.784000', '141502.787000', '141502.789000', '141502.792000', '141502.795000', '141502.799000', '141502.802000', '141502.805000', '141502.807000', '141502.810000', '141502.812000', '141502.815000', '141502.818000', '141502.820000', '141502.823000', '141502.826000', '141502.828000', '141502.831000', '141502.833000', '141502.836000', '141502.839000', '141502.841000', '141502.844000', '141502.846000', '141502.849000', '141502.852000', '141502.854000', '141502.857000', '141502.860000', '141502.862000', '141502.865000', '141502.867000', '141502.870000', '141502.873000', '141502.875000', '141502.878000', '141502.880000', '141502.883000', '141502.886000', '141502.888000', '141502.891000', '141502.893000', '141502.896000', '141522.784000', '141522.787000', '141522.790000', '141522.793000', '141522.795000', '141522.798000', '141522.801000', '141522.803000', '141522.806000', '141522.808000', '141522.811000', '141522.813000', '141522.816000', '141522.819000', '141522.821000', '141522.824000', '141522.826000', '141522.829000', '141522.832000', '141522.834000', '141522.837000', '141522.839000', '141522.842000', '141522.845000', '141522.847000', '141522.850000', '141522.852000', '141522.855000', '141522.858000', '141522.860000', '141522.863000', '141522.865000', '141522.868000', '141522.871000', '141522.873000', '141522.876000', '141522.878000', '141522.881000', '141522.884000', '141522.886000', '141522.889000', '141522.891000', '141522.894000', '141522.896000', '141542.785000', '141542.788000', '141542.790000', '141542.793000', '141542.796000', '141542.798000', '141542.801000', '141542.803000', '141542.806000', '141542.809000', '141542.811000', '141542.814000', '141542.816000', '141542.819000', '141542.822000', '141542.824000', '141542.845000', '141542.848000', '141542.851000', '141542.853000', '141542.856000', '141542.859000', '141542.861000', '141542.864000', '141542.866000', '141542.869000', '141542.872000', '141542.874000', '141542.877000', '141542.879000', '141542.882000', '141542.885000', '141542.887000', '141542.890000', '141542.892000', '141542.895000', '141542.897000', '141542.900000', '141542.903000', '141542.905000', '141542.908000', '141542.911000', '141542.913000', '141552.422000', '141552.425000', '141552.428000', '141552.431000', '141552.433000', '141552.436000', '141552.438000', '141552.441000', '141552.443000', '141552.446000', '141552.449000', '141552.451000', '141552.454000', '141552.456000', '141552.459000', '141552.461000', '141552.464000', '141552.467000', '141552.469000', '141552.472000', '141552.474000', '141552.477000'], 'InstanceCreationTime': ['140722.840000', '140722.843000', '140722.846000', '140722.849000', '140722.852000', '140722.855000', '140722.858000', '140722.861000', '140722.863000', '140722.866000', '140722.869000', '140722.871000', '140722.874000', '140722.877000', '140722.880000', '140722.882000', '140722.885000', '140722.888000', '140722.890000', '140722.893000', '140722.896000', '140722.898000', '140722.901000', '140722.904000', '140722.907000', '140722.909000', '140722.912000', '140722.915000', '140722.917000', '140722.920000', '140722.922000', '140722.925000', '140722.928000', '140722.930000', '140722.933000', '140722.935000', '140722.938000', '140722.953000', '140722.955000', '140722.958000', '140722.960000', '140722.963000', '140722.966000', '140722.968000', '140722.971000', '140722.973000', '140722.976000', '140742.783000', '140742.786000', '140742.789000', '140742.792000', '140742.794000', '140742.797000', '140742.799000', '140742.802000', '140742.804000', '140742.807000', '140742.810000', '140742.812000', '140742.815000', '140742.818000', '140742.820000', '140742.823000', '140742.826000', '140742.828000', '140742.831000', '140742.834000', '140742.836000', '140742.839000', '140742.842000', '140742.845000', '140742.847000', '140742.850000', '140742.852000', '140742.855000', '140742.858000', '140742.860000', '140742.863000', '140742.865000', '140742.868000', '140742.871000', '140742.873000', '140742.876000', '140742.879000', '140742.881000', '140742.884000', '140742.887000', '140742.889000', '140742.892000', '140742.895000', '140742.905000', '140802.784000', '140802.786000', '140802.789000', '140802.792000', '140802.795000', '140802.798000', '140802.801000', '140802.804000', '140802.806000', '140802.809000', '140802.811000', '140802.814000', '140802.816000', '140802.819000', '140802.822000', '140802.824000', '140802.827000', '140802.829000', '140802.832000', '140802.834000', '140802.837000', '140802.840000', '140802.842000', '140802.845000', '140802.847000', '140802.850000', '140802.852000', '140802.855000', '140802.858000', '140802.860000', '140802.876000', '140802.878000', '140802.881000', '140802.883000', '140802.886000', '140802.889000', '140802.891000', '140802.900000', '140802.903000', '140802.906000', '140802.908000', '140802.911000', '140802.913000', '140822.785000', '140822.787000', '140822.790000', '140822.793000', '140822.799000', '140822.801000', '140822.804000', '140822.807000', '140822.809000', '140822.812000', '140822.815000', '140822.817000', '140822.820000', '140822.822000', '140822.825000', '140822.827000', '140822.830000', '140822.833000', '140822.835000', '140822.838000', '140822.840000', '140822.843000', '140822.846000', '140822.848000', '140822.851000', '140822.853000', '140822.856000', '140822.858000', '140822.861000', '140822.864000', '140822.866000', '140822.869000', '140822.871000', '140822.874000', '140822.876000', '140822.894000', '140822.897000', '140822.899000', '140822.902000', '140822.905000', '140822.907000', '140822.910000', '140822.912000', '140822.915000', '140842.784000', '140842.787000', '140842.790000', '140842.800000', '140842.803000', '140842.806000', '140842.808000', '140842.811000', '140842.813000', '140842.816000', '140842.818000', '140842.821000', '140842.824000', '140842.826000', '140842.829000', '140842.831000', '140842.834000', '140842.837000', '140842.840000', '140842.843000', '140842.846000', '140842.849000', '140842.852000', '140842.855000', '140842.858000', '140842.860000', '140842.863000', '140842.865000', '140842.868000', '140842.870000', '140842.873000', '140842.876000', '140842.878000', '140842.881000', '140842.884000', '140842.886000', '140842.889000', '140842.891000', '140842.894000', '140842.897000', '140842.899000', '140842.902000', '140842.904000', '140902.783000', '140902.786000', '140902.789000', '140902.791000', '140902.794000', '140902.797000', '140902.799000', '140902.802000', '140902.805000', '140902.807000', '140902.810000', '140902.812000', '140902.815000', '140902.818000', '140902.820000', '140902.823000', '140902.832000', '140902.835000', '140902.837000', '140902.840000', '140902.843000', '140902.845000', '140902.848000', '140902.850000', '140902.853000', '140902.855000', '140902.858000', '140902.861000', '140902.863000', '140902.866000', '140902.868000', '140902.871000', '140902.873000', '140902.876000', '140902.879000', '140902.881000', '140902.884000', '140902.886000', '140902.889000', '140902.892000', '140902.894000', '140902.897000', '140902.899000', '140902.902000', '140922.783000', '140922.786000', '140922.789000', '140922.792000', '140922.794000', '140922.797000', '140922.799000', '140922.802000', '140922.804000', '140922.807000', '140922.810000', '140922.812000', '140922.815000', '140922.817000', '140922.820000', '140922.823000', '140922.825000', '140922.828000', '140922.830000', '140922.833000', '140922.835000', '140922.838000', '140922.841000', '140922.843000', '140922.846000', '140922.848000', '140922.851000', '140922.853000', '140922.856000', '140922.859000', '140922.861000', '140922.864000', '140922.866000', '140922.869000', '140922.872000', '140922.875000', '140922.878000', '140922.881000', '140922.884000', '140922.886000', '140922.889000', '140922.891000', '140922.894000', '140942.783000', '140942.786000', '140942.789000', '140942.791000', '140942.794000', '140942.797000', '140942.799000', '140942.802000', '140942.804000', '140942.807000', '140942.809000', '140942.812000', '140942.815000', '140942.817000', '140942.820000', '140942.822000', '140942.825000', '140942.827000', '140942.830000', '140942.833000', '140942.835000', '140942.838000', '140942.840000', '140942.843000', '140942.846000', '140942.848000', '140942.851000', '140942.853000', '140942.856000', '140942.858000', '140942.861000', '140942.864000', '140942.866000', '140942.869000', '140942.871000', '140942.874000', '140942.877000', '140942.879000', '140942.882000', '140942.892000', '140942.895000', '140942.898000', '140942.900000', '140942.903000', '141002.783000', '141002.786000', '141002.789000', '141002.792000', '141002.794000', '141002.797000', '141002.800000', '141002.802000', '141002.805000', '141002.807000', '141002.810000', '141002.813000', '141002.815000', '141002.818000', '141002.820000', '141002.823000', '141002.835000', '141002.837000', '141002.840000', '141002.842000', '141002.845000', '141002.848000', '141002.850000', '141002.853000', '141002.856000', '141002.859000', '141002.862000', '141002.865000', '141002.867000', '141002.870000', '141002.872000', '141002.875000', '141002.878000', '141002.881000', '141002.883000', '141002.886000', '141002.889000', '141002.891000', '141002.894000', '141002.897000', '141002.899000', '141002.902000', '141002.904000', '141022.783000', '141022.786000', '141022.789000', '141022.791000', '141022.794000', '141022.797000', '141022.799000', '141022.802000', '141022.804000', '141022.807000', '141022.810000', '141022.812000', '141022.815000', '141022.817000', '141022.820000', '141022.823000', '141022.825000', '141022.828000', '141022.830000', '141022.833000', '141022.835000', '141022.838000', '141022.841000', '141022.843000', '141022.846000', '141022.848000', '141022.851000', '141022.853000', '141022.856000', '141022.858000', '141022.861000', '141022.864000', '141022.866000', '141022.881000', '141022.884000', '141022.886000', '141022.889000', '141022.892000', '141022.894000', '141022.897000', '141022.899000', '141022.902000', '141022.905000', '141022.907000', '141042.784000', '141042.787000', '141042.790000', '141042.792000', '141042.795000', '141042.798000', '141042.800000', '141042.803000', '141042.806000', '141042.808000', '141042.811000', '141042.813000', '141042.816000', '141042.818000', '141042.821000', '141042.844000', '141042.847000', '141042.850000', '141042.852000', '141042.855000', '141042.857000', '141042.860000', '141042.863000', '141042.865000', '141042.868000', '141042.870000', '141042.873000', '141042.875000', '141042.878000', '141042.881000', '141042.883000', '141042.886000', '141042.889000', '141042.891000', '141042.894000', '141042.896000', '141042.899000', '141042.902000', '141042.905000', '141042.908000', '141042.911000', '141042.914000', '141042.916000', '141102.784000', '141102.787000', '141102.790000', '141102.793000', '141102.795000', '141102.798000', '141102.801000', '141102.803000', '141102.806000', '141102.809000', '141102.811000', '141102.814000', '141102.816000', '141102.819000', '141102.821000', '141102.824000', '141102.827000', '141102.829000', '141102.832000', '141102.834000', '141102.837000', '141102.839000', '141102.842000', '141102.845000', '141102.847000', '141102.850000', '141102.852000', '141102.855000', '141102.858000', '141102.860000', '141102.863000', '141102.866000', '141102.868000', '141102.871000', '141102.873000', '141102.876000', '141102.879000', '141102.881000', '141102.884000', '141102.886000', '141102.889000', '141102.891000', '141102.894000', '141102.897000', '141122.783000', '141122.786000', '141122.789000', '141122.792000', '141122.794000', '141122.797000', '141122.799000', '141122.802000', '141122.805000', '141122.807000', '141122.810000', '141122.812000', '141122.815000', '141122.818000', '141122.820000', '141122.823000', '141122.826000', '141122.828000', '141122.831000', '141122.833000', '141122.836000', '141122.838000', '141122.841000', '141122.844000', '141122.846000', '141122.849000', '141122.852000', '141122.854000', '141122.857000', '141122.860000', '141122.862000', '141122.865000', '141122.867000', '141122.870000', '141122.873000', '141122.875000', '141122.881000', '141122.884000', '141122.886000', '141122.889000', '141122.891000', '141122.894000', '141122.897000', '141142.783000', '141142.786000', '141142.789000', '141142.791000', '141142.794000', '141142.796000', '141142.799000', '141142.802000', '141142.804000', '141142.807000', '141142.810000', '141142.812000', '141142.815000', '141142.818000', '141142.820000', '141142.823000', '141142.825000', '141142.828000', '141142.831000', '141142.833000', '141142.836000', '141142.838000', '141142.841000', '141142.843000', '141142.846000', '141142.849000', '141142.851000', '141142.854000', '141142.856000', '141142.859000', '141142.862000', '141142.864000', '141142.867000', '141142.869000', '141142.872000', '141142.874000', '141142.877000', '141142.880000', '141142.882000', '141142.885000', '141142.887000', '141142.890000', '141142.893000', '141142.895000', '141202.784000', '141202.786000', '141202.789000', '141202.792000', '141202.794000', '141202.797000', '141202.799000', '141202.802000', '141202.805000', '141202.807000', '141202.810000', '141202.812000', '141202.815000', '141202.818000', '141202.820000', '141202.823000', '141202.825000', '141202.828000', '141202.830000', '141202.833000', '141202.836000', '141202.838000', '141202.841000', '141202.843000', '141202.846000', '141202.849000', '141202.851000', '141202.854000', '141202.857000', '141202.859000', '141202.862000', '141202.864000', '141202.867000', '141202.869000', '141202.872000', '141202.875000', '141202.877000', '141202.880000', '141202.882000', '141202.885000', '141202.888000', '141202.890000', '141202.893000', '141222.784000', '141222.786000', '141222.789000', '141222.792000', '141222.794000', '141222.797000', '141222.799000', '141222.802000', '141222.805000', '141222.807000', '141222.810000', '141222.812000', '141222.815000', '141222.818000', '141222.820000', '141222.823000', '141222.825000', '141222.828000', '141222.830000', '141222.833000', '141222.836000', '141222.838000', '141222.841000', '141222.843000', '141222.846000', '141222.849000', '141222.851000', '141222.854000', '141222.857000', '141222.859000', '141222.862000', '141222.864000', '141222.867000', '141222.870000', '141222.872000', '141222.875000', '141222.877000', '141222.880000', '141222.883000', '141222.885000', '141222.888000', '141222.891000', '141222.893000', '141222.896000', '141242.784000', '141242.786000', '141242.789000', '141242.792000', '141242.794000', '141242.797000', '141242.800000', '141242.802000', '141242.805000', '141242.807000', '141242.810000', '141242.813000', '141242.815000', '141242.818000', '141242.820000', '141242.823000', '141242.826000', '141242.828000', '141242.831000', '141242.833000', '141242.836000', '141242.839000', '141242.841000', '141242.844000', '141242.846000', '141242.857000', '141242.860000', '141242.863000', '141242.865000', '141242.868000', '141242.870000', '141242.873000', '141242.876000', '141242.878000', '141242.881000', '141242.883000', '141242.886000', '141242.889000', '141242.891000', '141242.894000', '141242.896000', '141242.899000', '141242.901000', '141302.785000', '141302.787000', '141302.790000', '141302.793000', '141302.795000', '141302.798000', '141302.800000', '141302.803000', '141302.819000', '141302.821000', '141302.825000', '141302.828000', '141302.831000', '141302.833000', '141302.836000', '141302.838000', '141302.841000', '141302.844000', '141302.846000', '141302.849000', '141302.851000', '141302.854000', '141302.857000', '141302.859000', '141302.862000', '141302.864000', '141302.867000', '141302.870000', '141302.872000', '141302.875000', '141302.877000', '141302.880000', '141302.882000', '141302.885000', '141302.888000', '141302.890000', '141302.893000', '141302.895000', '141302.898000', '141302.901000', '141302.903000', '141302.906000', '141302.908000', '141302.911000', '141322.785000', '141322.787000', '141322.790000', '141322.793000', '141322.795000', '141322.798000', '141322.800000', '141322.803000', '141322.806000', '141322.808000', '141322.811000', '141322.814000', '141322.816000', '141322.819000', '141322.821000', '141322.824000', '141322.827000', '141322.829000', '141322.832000', '141322.834000', '141322.837000', '141322.840000', '141322.842000', '141322.845000', '141322.847000', '141322.850000', '141322.853000', '141322.855000', '141322.858000', '141322.860000', '141322.863000', '141322.866000', '141322.868000', '141322.871000', '141322.874000', '141322.876000', '141322.879000', '141322.881000', '141322.884000', '141322.887000', '141322.889000', '141322.892000', '141322.895000', '141342.784000', '141342.787000', '141342.789000', '141342.792000', '141342.794000', '141342.797000', '141342.800000', '141342.802000', '141342.805000', '141342.808000', '141342.810000', '141342.813000', '141342.816000', '141342.818000', '141342.821000', '141342.824000', '141342.826000', '141342.829000', '141342.831000', '141342.834000', '141342.836000', '141342.839000', '141342.842000', '141342.844000', '141342.847000', '141342.850000', '141342.852000', '141342.855000', '141342.857000', '141342.860000', '141342.862000', '141342.865000', '141342.868000', '141342.870000', '141342.873000', '141342.875000', '141342.878000', '141342.881000', '141342.883000', '141342.886000', '141342.888000', '141342.891000', '141342.894000', '141342.896000', '141402.784000', '141402.787000', '141402.789000', '141402.792000', '141402.794000', '141402.797000', '141402.800000', '141402.802000', '141402.805000', '141402.807000', '141402.810000', '141402.813000', '141402.815000', '141402.818000', '141402.820000', '141402.823000', '141402.826000', '141402.828000', '141402.831000', '141402.833000', '141402.836000', '141402.839000', '141402.841000', '141402.844000', '141402.846000', '141402.849000', '141402.851000', '141402.854000', '141402.857000', '141402.859000', '141402.862000', '141402.864000', '141402.867000', '141402.870000', '141402.872000', '141402.875000', '141402.878000', '141402.880000', '141402.883000', '141402.885000', '141402.888000', '141402.890000', '141402.893000', '141422.783000', '141422.786000', '141422.789000', '141422.792000', '141422.794000', '141422.797000', '141422.800000', '141422.802000', '141422.805000', '141422.807000', '141422.810000', '141422.812000', '141422.815000', '141422.818000', '141422.820000', '141422.823000', '141422.825000', '141422.828000', '141422.831000', '141422.845000', '141422.848000', '141422.850000', '141422.853000', '141422.855000', '141422.858000', '141422.860000', '141422.863000', '141422.866000', '141422.868000', '141422.871000', '141422.873000', '141422.876000', '141422.878000', '141422.881000', '141422.884000', '141422.886000', '141422.889000', '141422.892000', '141422.894000', '141422.897000', '141422.899000', '141422.902000', '141422.905000', '141422.907000', '141442.783000', '141442.786000', '141442.789000', '141442.792000', '141442.794000', '141442.797000', '141442.800000', '141442.802000', '141442.805000', '141442.807000', '141442.810000', '141442.813000', '141442.815000', '141442.818000', '141442.820000', '141442.823000', '141442.826000', '141442.828000', '141442.831000', '141442.834000', '141442.836000', '141442.839000', '141442.841000', '141442.844000', '141442.847000', '141442.849000', '141442.852000', '141442.854000', '141442.857000', '141442.859000', '141442.862000', '141442.865000', '141442.867000', '141442.870000', '141442.873000', '141442.875000', '141442.878000', '141442.880000', '141442.883000', '141442.885000', '141442.888000', '141442.891000', '141442.893000', '141502.784000', '141502.787000', '141502.789000', '141502.792000', '141502.795000', '141502.799000', '141502.802000', '141502.805000', '141502.807000', '141502.810000', '141502.812000', '141502.815000', '141502.818000', '141502.820000', '141502.823000', '141502.826000', '141502.828000', '141502.831000', '141502.833000', '141502.836000', '141502.839000', '141502.841000', '141502.844000', '141502.846000', '141502.849000', '141502.852000', '141502.854000', '141502.857000', '141502.860000', '141502.862000', '141502.865000', '141502.867000', '141502.870000', '141502.873000', '141502.875000', '141502.878000', '141502.880000', '141502.883000', '141502.886000', '141502.888000', '141502.891000', '141502.893000', '141502.896000', '141522.784000', '141522.787000', '141522.790000', '141522.793000', '141522.795000', '141522.798000', '141522.801000', '141522.803000', '141522.806000', '141522.808000', '141522.811000', '141522.813000', '141522.816000', '141522.819000', '141522.821000', '141522.824000', '141522.826000', '141522.829000', '141522.832000', '141522.834000', '141522.837000', '141522.839000', '141522.842000', '141522.845000', '141522.847000', '141522.850000', '141522.852000', '141522.855000', '141522.858000', '141522.860000', '141522.863000', '141522.865000', '141522.868000', '141522.871000', '141522.873000', '141522.876000', '141522.878000', '141522.881000', '141522.884000', '141522.886000', '141522.889000', '141522.891000', '141522.894000', '141522.896000', '141542.785000', '141542.788000', '141542.790000', '141542.793000', '141542.796000', '141542.798000', '141542.801000', '141542.803000', '141542.806000', '141542.809000', '141542.811000', '141542.814000', '141542.816000', '141542.819000', '141542.822000', '141542.824000', '141542.845000', '141542.848000', '141542.851000', '141542.853000', '141542.856000', '141542.859000', '141542.861000', '141542.864000', '141542.866000', '141542.869000', '141542.872000', '141542.874000', '141542.877000', '141542.879000', '141542.882000', '141542.885000', '141542.887000', '141542.890000', '141542.892000', '141542.895000', '141542.897000', '141542.900000', '141542.903000', '141542.905000', '141542.908000', '141542.911000', '141542.913000', '141552.422000', '141552.425000', '141552.428000', '141552.431000', '141552.433000', '141552.436000', '141552.438000', '141552.441000', '141552.443000', '141552.446000', '141552.449000', '141552.451000', '141552.454000', '141552.456000', '141552.459000', '141552.461000', '141552.464000', '141552.467000', '141552.469000', '141552.472000', '141552.474000', '141552.477000'], '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': [12992, 10490, 13698, 9278, 15799, 12316, 14247, 14358, 11132, 10551, 9181, 15215, 8448, 15201, 14608, 12864, 12811, 9374, 16034, 13635, 14362, 13522, 10787, 15994, 11529, 13089, 8215, 7859, 10714, 7697, 9283, 7791, 7808, 11071, 7345, 8417, 7867, 7914, 8528, 7923, 8095, 8106, 7937, 8410, 8279, 8764, 8133, 7999, 7947, 7875, 8156, 7778, 12905, 8082, 11031, 9706, 9084, 7801, 11666, 8835, 11904, 14166, 13499, 14717, 11465, 15397, 11592, 15956, 13612, 10751, 15638, 10532, 13733, 11356, 9982, 7725, 7991, 7868, 7919, 10935, 8156, 9085, 7826, 7661, 7811, 7667, 8690, 7926, 11230, 8424, 9217, 7624, 9577, 7861, 8851, 14135, 11265, 11456, 9668, 15245, 12493, 12805, 11707, 13961, 13805, 13924, 11749, 7630, 13177, 8579, 7935, 8143, 7746, 14273, 9386, 11014, 7652, 7719, 8220, 7814, 11568, 8018, 8346, 7937, 7843, 8138, 7700, 9926, 8465, 8001, 7969, 7822, 7708, 7913, 9202, 8399, 8101, 8009, 7889, 7944, 7987, 8451, 8044, 11388, 8358, 9572, 8004, 11704, 10683, 9048, 8791, 7762, 11918, 7920, 11566, 8105, 10272, 11004, 10712, 8964, 8374, 13538, 7946, 14370, 11117, 13675, 12784, 12598, 11037, 13910, 14800, 12296, 15055, 14292, 12745, 8818, 15976, 12831, 13928, 14180, 13020, 13713, 13847, 8219, 7768, 7991, 7729, 13764, 11189, 9743, 7973, 10983, 7634, 10569, 10488, 11044, 8475, 9636, 7923, 13545, 11721, 13441, 15075, 12295, 15893, 11862, 10336, 8123, 8204, 14665, 8370, 12646, 9825, 8475, 8108, 7898, 8964, 8128, 8009, 8219, 7882, 11668, 8230, 8226, 8451, 8103, 8277, 8327, 9761, 8492, 8230, 8471, 8081, 8378, 8282, 9312, 8460, 8945, 8177, 7736, 8079, 7735, 10541, 8539, 10391, 8464, 8590, 7787, 9928, 10917, 9487, 14156, 11560, 13672, 11441, 14829, 10179, 14450, 13765, 15031, 15110, 15581, 15946, 13944, 15196, 14689, 12614, 14695, 11810, 15590, 14477, 11556, 7890, 8949, 13225, 7774, 10468, 10680, 9898, 7996, 7777, 14143, 7687, 10674, 7849, 8026, 13705, 10061, 10890, 8071, 8008, 8145, 7871, 11052, 7923, 7785, 7563, 7636, 7935, 7628, 9870, 7919, 10672, 7599, 7679, 7693, 7655, 9095, 8582, 7967, 7724, 12935, 8035, 10939, 10496, 13443, 7496, 7877, 8674, 7595, 11163, 8242, 11246, 9834, 12236, 12006, 11462, 14452, 12226, 9088, 7641, 9984, 7753, 9684, 7750, 11090, 8531, 10733, 7883, 7827, 7884, 7885, 12922, 7677, 11195, 8558, 9460, 7829, 7561, 8986, 7963, 10089, 7993, 10441, 7661, 7854, 7578, 8695, 8058, 9703, 8841, 7699, 12025, 11756, 9988, 13420, 11084, 13373, 10971, 11902, 8795, 12194, 9573, 12268, 9705, 13515, 11046, 14242, 9431, 8578, 7937, 7766, 11476, 8609, 14129, 10867, 7974, 7702, 9565, 7669, 12187, 9048, 8140, 7756, 12935, 7901, 11386, 9575, 9236, 7965, 10436, 7887, 9544, 7611, 10516, 10954, 12335, 7751, 7770, 14346, 10754, 12806, 10027, 8684, 11298, 7688, 12645, 8748, 7931, 7795, 7614, 8091, 7777, 7909, 7827, 7969, 7744, 12724, 8246, 8567, 7685, 8623, 7892, 8187, 7762, 7942, 8063, 7975, 9699, 8243, 8703, 7773, 7988, 10398, 7756, 10483, 8183, 7737, 8470, 7714, 7556, 7520, 8488, 7351, 7550, 8065, 7624, 7962, 11371, 9216, 9723, 7558, 13571, 11567, 14133, 11889, 13455, 10780, 14652, 11561, 14576, 14392, 14741, 11311, 13494, 13635, 13374, 15339, 13728, 14545, 11873, 11845, 10867, 13263, 12713, 7710, 8021, 7835, 7898, 8027, 7948, 12834, 10185, 9869, 7588, 7812, 7936, 7864, 11635, 7668, 8639, 7691, 7900, 8012, 7753, 10267, 7931, 7955, 8227, 7838, 11018, 8288, 8121, 8040, 7813, 8072, 7981, 9858, 8078, 7709, 8069, 7577, 8327, 7490, 7861, 8253, 8379, 8139, 13310, 11027, 11173, 9374, 12793, 9428, 13734, 10796, 12569, 12537, 13459, 11183, 8182, 13714, 10047, 11887, 9860, 12290, 9530, 10358, 7576, 7895, 7823, 8080, 12782, 9344, 9758, 8293, 10928, 8425, 8333, 8096, 8506, 8905, 8060, 14379, 11493, 11283, 9030, 8860, 7955, 8117, 7814, 8058, 7999, 7774, 7945, 7606, 9260, 7748, 7729, 7600, 8660, 7747, 12144, 8419, 13123, 11051, 13436, 8663, 11786, 9407, 13514, 10791, 14381, 12567, 13997, 7904, 8145, 9677, 12454, 9915, 8750, 11652, 10924, 9971, 12051, 12276, 15675, 8583, 13983, 11401, 9853, 12968, 8404, 9626, 8517, 9911, 11338, 8071, 10970, 8250, 9019, 7874, 11266, 9340, 12076, 8513, 8774, 8297, 8329, 9321, 8161, 12016, 8289, 9933, 8234, 10788, 8589, 12311, 10463, 13991, 12679, 14032, 9065, 11033, 8256, 10749, 8260, 8685, 12321, 10304, 15696, 12968, 8761, 8262, 10729, 8326, 10375, 7725, 8256, 7881, 8072, 7975, 7948, 7869, 7674, 10400, 7886, 10069, 8715, 9773, 7997, 9924, 7935, 8404, 7878, 9166, 8206, 11690, 8452, 10634, 8213, 8703, 13466, 11047, 11807, 9001, 10524, 8135, 13528, 10829, 16111, 12060, 10429, 8914, 9276, 8044, 12062, 10044, 10097, 10722, 11157, 8169, 13744, 11469, 15078, 12153, 15478, 14568, 15035, 8133, 8670, 7618, 7814, 12978, 8756, 11994, 10803, 10534, 7636, 8082, 7956, 7969, 7825, 8034, 7709, 8224, 7627, 7824, 7856, 7876, 9500, 8069, 12638, 9838, 11142, 7951, 9951, 7926, 9801, 7973, 10904, 8830, 12201, 8339, 11433, 7875, 9477, 7623, 10913, 9644, 11612, 7543, 9501, 8171, 10234, 8407, 12174, 10213, 8567, 8282, 12534, 9084, 14173, 11460, 13809, 9551, 10233, 7740, 10331, 7915, 11820, 8780, 13097, 10540, 12126, 8357, 10322, 8128, 10402, 8159, 10830, 9140, 13131, 8383, 7983, 10413, 8246, 8804, 8389, 10201, 8605, 9696, 8209, 9179, 8520, 8511, 8363, 8218, 8361, 8237, 8705, 9152, 8141, 9322, 8753, 10846, 10553, 11525, 8472, 8290, 7834, 8811, 8402, 12254, 10571, 7808, 7835, 7600, 8548, 8074, 9891, 8720, 11386, 11537, 11714, 14801, 11900, 14979, 12597, 14651, 10135, 14166, 10119, 12778, 13993, 11138, 11548, 8232, 9366, 7974, 8951, 8091, 8096, 7988, 8037, 8294, 8431, 7947, 9106, 8208, 8050, 8261, 8222, 7838, 8144, 8512, 8347, 7853, 7878, 8205, 8078, 8011, 8098, 10080, 10365, 11210, 11534, 13103, 13349, 12749, 13819, 11449, 14688, 12384, 13915, 9501, 11930, 8030, 10825, 9154, 10509, 7800, 10101, 9020, 12871, 7714, 8081, 7912, 8038, 7938, 8121, 7938, 9501, 7974, 7751, 8350, 8779, 7808, 9864, 10808, 12566, 7961, 7827, 7830, 7678, 14146, 7739, 11890, 11577, 10762, 7994, 7870, 7822, 8104, 10956, 8125, 13398, 10363, 10695, 7834, 9166, 8319, 7532, 7820, 8310, 8250, 8206, 8144, 8067, 8745, 11807, 11093, 11151, 7753, 8703, 7822, 12352, 10119, 11142, 9118, 14488, 12259, 14372, 11911, 14394, 11602, 14875, 13104, 13245, 8996, 8181, 8187, 8250, 7687, 8037, 7857, 7977, 8080, 8597, 7870, 8345, 8131, 7605, 7977, 7904, 7904, 7822, 9919, 10420, 12074, 7560, 7830, 8480, 9685, 11946, 10735, 14537, 11448, 8277, 8913, 8934, 8085, 12362, 8570, 11956, 9604, 11728, 8123, 9019, 7809, 7996, 8111, 7874, 8050, 7800, 8155, 11196, 7859, 10756, 8597, 8057, 7946, 8617, 7800, 7930, 8503, 8223, 11804, 13471, 11427, 14222, 10490, 11936, 11565, 13835, 8326, 7715, 12191, 7908, 12594, 9651, 12001, 10951, 11224, 7824, 7850, 9341, 8263, 8734, 8253, 8142, 7939, 7991, 7904, 7893, 7900, 8045, 8623, 7927, 8298, 8123, 7916, 7756, 7768, 7650, 8283, 8019, 9291, 8018, 8598, 7997, 8478, 7706, 8257, 8017, 12099, 7583, 7967, 10174, 10133, 14273, 12506, 12800, 10449, 13756, 7781, 10220, 7846, 10710, 9374, 12433, 7888, 9368, 7593, 8317, 8067, 8450, 8240, 12334, 8235, 8029, 8157, 7953, 12216, 10402, 15863, 12511, 14118, 9942, 11859, 8404, 11769, 8093, 8211, 12316, 7969, 13347, 9642, 8566, 8085, 8394, 8242, 8249, 8039, 8140, 8044, 10413, 7805, 10916, 8064, 8595, 7639, 7962, 8755, 7966, 7782, 7714, 7878, 7702, 8656, 10804, 10482, 15234, 15053, 14905, 14368, 10919, 13484, 10474, 15344, 13906, 15943, 12457, 15265, 11954, 13268, 8760, 11694, 7912, 7883, 7960, 7957, 8134, 7938, 7836, 7928, 7883, 7685, 10587, 8067, 8168, 8167, 8011, 7732, 7934, 8558], 'WindowCenter': [4760.0, 4716.0, 4731.0, 4683.0, 4727.0, 4697.0, 4707.0, 4705.0, 4686.0, 4673.0, 4666.0, 4714.0, 4655.0, 4714.0, 4715.0, 4694.0, 4694.0, 4663.0, 4699.0, 4691.0, 4689.0, 4679.0, 4659.0, 4688.0, 4669.0, 4680.0, 4630.0, 4632.0, 4660.0, 4631.0, 4651.0, 4632.0, 4633.0, 4670.0, 4622.0, 4642.0, 4643.0, 4645.0, 4652.0, 4642.0, 4643.0, 4641.0, 4642.0, 4644.0, 4656.0, 4655.0, 4657.0, 4658.0, 4658.0, 4658.0, 4645.0, 4648.0, 4695.0, 4648.0, 4686.0, 4676.0, 4667.0, 4648.0, 4694.0, 4676.0, 4695.0, 4703.0, 4704.0, 4702.0, 4684.0, 4701.0, 4682.0, 4714.0, 4691.0, 4672.0, 4699.0, 4673.0, 4691.0, 4686.0, 4664.0, 4632.0, 4643.0, 4632.0, 4643.0, 4683.0, 4643.0, 4652.0, 4635.0, 4634.0, 4632.0, 4644.0, 4653.0, 4654.0, 4683.0, 4654.0, 4664.0, 4644.0, 4676.0, 4655.0, 4665.0, 4703.0, 4684.0, 4681.0, 4663.0, 4710.0, 4692.0, 4691.0, 4681.0, 4702.0, 4690.0, 4690.0, 4668.0, 4621.0, 4677.0, 4638.0, 4630.0, 4630.0, 4633.0, 4689.0, 4652.0, 4660.0, 4620.0, 4621.0, 4630.0, 4633.0, 4669.0, 4642.0, 4641.0, 4633.0, 4644.0, 4631.0, 4633.0, 4660.0, 4654.0, 4644.0, 4642.0, 4634.0, 4632.0, 4645.0, 4663.0, 4656.0, 4645.0, 4657.0, 4658.0, 4659.0, 4671.0, 4657.0, 4658.0, 4697.0, 4670.0, 4689.0, 4660.0, 4710.0, 4700.0, 4681.0, 4670.0, 4659.0, 4707.0, 4670.0, 4708.0, 4670.0, 4700.0, 4700.0, 4697.0, 4679.0, 4670.0, 4717.0, 4660.0, 4717.0, 4697.0, 4704.0, 4706.0, 4697.0, 4675.0, 4704.0, 4714.0, 4696.0, 4702.0, 4703.0, 4691.0, 4652.0, 4699.0, 4690.0, 4701.0, 4692.0, 4678.0, 4690.0, 4703.0, 4642.0, 4642.0, 4629.0, 4631.0, 4689.0, 4669.0, 4663.0, 4643.0, 4672.0, 4643.0, 4670.0, 4660.0, 4668.0, 4642.0, 4660.0, 4630.0, 4690.0, 4678.0, 4690.0, 4685.0, 4667.0, 4685.0, 4654.0, 4645.0, 4613.0, 4616.0, 4673.0, 4617.0, 4664.0, 4634.0, 4615.0, 4604.0, 4616.0, 4625.0, 4617.0, 4617.0, 4628.0, 4630.0, 4668.0, 4643.0, 4631.0, 4630.0, 4631.0, 4641.0, 4644.0, 4662.0, 4656.0, 4655.0, 4655.0, 4656.0, 4656.0, 4668.0, 4676.0, 4667.0, 4679.0, 4668.0, 4673.0, 4668.0, 4660.0, 4685.0, 4678.0, 4687.0, 4658.0, 4668.0, 4648.0, 4686.0, 4685.0, 4677.0, 4705.0, 4686.0, 4705.0, 4695.0, 4714.0, 4675.0, 4703.0, 4705.0, 4706.0, 4693.0, 4705.0, 4690.0, 4681.0, 4690.0, 4676.0, 4668.0, 4674.0, 4667.0, 4686.0, 4676.0, 4655.0, 4613.0, 4627.0, 4661.0, 4605.0, 4645.0, 4643.0, 4636.0, 4614.0, 4617.0, 4674.0, 4616.0, 4656.0, 4627.0, 4628.0, 4673.0, 4645.0, 4656.0, 4627.0, 4627.0, 4627.0, 4628.0, 4665.0, 4629.0, 4617.0, 4628.0, 4630.0, 4638.0, 4632.0, 4659.0, 4643.0, 4683.0, 4645.0, 4644.0, 4631.0, 4643.0, 4653.0, 4653.0, 4671.0, 4620.0, 4679.0, 4635.0, 4675.0, 4664.0, 4681.0, 4615.0, 4635.0, 4636.0, 4614.0, 4664.0, 4624.0, 4652.0, 4642.0, 4662.0, 4650.0, 4653.0, 4662.0, 4653.0, 4609.0, 4600.0, 4630.0, 4598.0, 4628.0, 4597.0, 4612.0, 4584.0, 4624.0, 4586.0, 4586.0, 4585.0, 4587.0, 4634.0, 4587.0, 4626.0, 4595.0, 4604.0, 4624.0, 4658.0, 4679.0, 4644.0, 4658.0, 4634.0, 4673.0, 4645.0, 4644.0, 4636.0, 4666.0, 4658.0, 4675.0, 4678.0, 4661.0, 4709.0, 4696.0, 4677.0, 4693.0, 4684.0, 4693.0, 4674.0, 4681.0, 4654.0, 4681.0, 4664.0, 4682.0, 4665.0, 4692.0, 4671.0, 4692.0, 4650.0, 4640.0, 4629.0, 4622.0, 4668.0, 4640.0, 4691.0, 4671.0, 4630.0, 4633.0, 4674.0, 4646.0, 4691.0, 4665.0, 4647.0, 4645.0, 4701.0, 4642.0, 4681.0, 4663.0, 4653.0, 4646.0, 4672.0, 4644.0, 4664.0, 4635.0, 4674.0, 4672.0, 4692.0, 4632.0, 4635.0, 4699.0, 4671.0, 4681.0, 4660.0, 4641.0, 4668.0, 4631.0, 4679.0, 4639.0, 4629.0, 4631.0, 4632.0, 4642.0, 4644.0, 4644.0, 4644.0, 4642.0, 4633.0, 4690.0, 4645.0, 4653.0, 4635.0, 4654.0, 4644.0, 4656.0, 4634.0, 4644.0, 4645.0, 4647.0, 4676.0, 4657.0, 4656.0, 4646.0, 4647.0, 4675.0, 4645.0, 4673.0, 4669.0, 4658.0, 4668.0, 4659.0, 4649.0, 4649.0, 4669.0, 4648.0, 4660.0, 4659.0, 4648.0, 4659.0, 4698.0, 4679.0, 4689.0, 4662.0, 4716.0, 4697.0, 4704.0, 4696.0, 4694.0, 4675.0, 4702.0, 4683.0, 4705.0, 4693.0, 4692.0, 4673.0, 4680.0, 4679.0, 4681.0, 4676.0, 4665.0, 4674.0, 4656.0, 4655.0, 4645.0, 4667.0, 4653.0, 4606.0, 4614.0, 4604.0, 4617.0, 4613.0, 4617.0, 4666.0, 4646.0, 4646.0, 4606.0, 4616.0, 4614.0, 4619.0, 4654.0, 4618.0, 4627.0, 4616.0, 4618.0, 4617.0, 4618.0, 4646.0, 4629.0, 4629.0, 4640.0, 4630.0, 4668.0, 4641.0, 4641.0, 4642.0, 4633.0, 4640.0, 4642.0, 4670.0, 4644.0, 4643.0, 4643.0, 4644.0, 4655.0, 4636.0, 4656.0, 4656.0, 4652.0, 4646.0, 4693.0, 4674.0, 4683.0, 4665.0, 4690.0, 4653.0, 4692.0, 4672.0, 4695.0, 4692.0, 4693.0, 4660.0, 4631.0, 4689.0, 4664.0, 4681.0, 4650.0, 4669.0, 4650.0, 4659.0, 4632.0, 4644.0, 4620.0, 4643.0, 4692.0, 4665.0, 4666.0, 4645.0, 4670.0, 4631.0, 4628.0, 4630.0, 4640.0, 4639.0, 4632.0, 4690.0, 4683.0, 4669.0, 4640.0, 4642.0, 4631.0, 4629.0, 4633.0, 4644.0, 4642.0, 4633.0, 4640.0, 4641.0, 4663.0, 4644.0, 4643.0, 4645.0, 4653.0, 4645.0, 4693.0, 4656.0, 4703.0, 4687.0, 4703.0, 4655.0, 4681.0, 4664.0, 4692.0, 4684.0, 4718.0, 4679.0, 4632.0, 4588.0, 4598.0, 4607.0, 4706.0, 4653.0, 4632.0, 4670.0, 4670.0, 4662.0, 4666.0, 4672.0, 4699.0, 4654.0, 4707.0, 4687.0, 4652.0, 4693.0, 4642.0, 4649.0, 4640.0, 4662.0, 4671.0, 4643.0, 4671.0, 4642.0, 4650.0, 4642.0, 4682.0, 4666.0, 4693.0, 4655.0, 4653.0, 4653.0, 4667.0, 4675.0, 4656.0, 4684.0, 4669.0, 4675.0, 4659.0, 4683.0, 4658.0, 4682.0, 4672.0, 4691.0, 4682.0, 4689.0, 4641.0, 4659.0, 4641.0, 4673.0, 4632.0, 4640.0, 4680.0, 4661.0, 4699.0, 4679.0, 4640.0, 4641.0, 4660.0, 4629.0, 4661.0, 4629.0, 4641.0, 4643.0, 4643.0, 4641.0, 4643.0, 4642.0, 4634.0, 4671.0, 4644.0, 4673.0, 4665.0, 4674.0, 4656.0, 4675.0, 4655.0, 4655.0, 4656.0, 4677.0, 4658.0, 4721.0, 4684.0, 4711.0, 4668.0, 4655.0, 4702.0, 4684.0, 4695.0, 4667.0, 4674.0, 4645.0, 4705.0, 4699.0, 4755.0, 4699.0, 4697.0, 4666.0, 4663.0, 4644.0, 4682.0, 4663.0, 4660.0, 4671.0, 4669.0, 4641.0, 4689.0, 4681.0, 4700.0, 4681.0, 4700.0, 4701.0, 4700.0, 4628.0, 4627.0, 4616.0, 4619.0, 4674.0, 4638.0, 4666.0, 4658.0, 4658.0, 4618.0, 4628.0, 4629.0, 4630.0, 4620.0, 4631.0, 4630.0, 4641.0, 4644.0, 4644.0, 4644.0, 4643.0, 4663.0, 4645.0, 4691.0, 4661.0, 4670.0, 4632.0, 4660.0, 4643.0, 4673.0, 4656.0, 4682.0, 4666.0, 4693.0, 4654.0, 4694.0, 4645.0, 4672.0, 4646.0, 4684.0, 4675.0, 4680.0, 4645.0, 4673.0, 4656.0, 4685.0, 4669.0, 4706.0, 4687.0, 4654.0, 4655.0, 4703.0, 4679.0, 4690.0, 4699.0, 4709.0, 4668.0, 4665.0, 4627.0, 4653.0, 4623.0, 4670.0, 4635.0, 4682.0, 4665.0, 4673.0, 4625.0, 4666.0, 4638.0, 4664.0, 4622.0, 4652.0, 4631.0, 4672.0, 4620.0, 4622.0, 4673.0, 4659.0, 4655.0, 4643.0, 4672.0, 4641.0, 4648.0, 4630.0, 4639.0, 4645.0, 4642.0, 4643.0, 4632.0, 4644.0, 4643.0, 4655.0, 4652.0, 4644.0, 4652.0, 4654.0, 4673.0, 4676.0, 4682.0, 4656.0, 4656.0, 4648.0, 4667.0, 4654.0, 4692.0, 4685.0, 4646.0, 4645.0, 4644.0, 4653.0, 4644.0, 4673.0, 4654.0, 4683.0, 4684.0, 4684.0, 4700.0, 4682.0, 4688.0, 4667.0, 4676.0, 4635.0, 4677.0, 4645.0, 4666.0, 4663.0, 4643.0, 4641.0, 4614.0, 4621.0, 4616.0, 4623.0, 4615.0, 4615.0, 4616.0, 4617.0, 4639.0, 4628.0, 4630.0, 4651.0, 4640.0, 4641.0, 4655.0, 4652.0, 4643.0, 4656.0, 4666.0, 4666.0, 4668.0, 4669.0, 4668.0, 4666.0, 4672.0, 4658.0, 4687.0, 4688.0, 4697.0, 4695.0, 4708.0, 4705.0, 4697.0, 4695.0, 4674.0, 4699.0, 4683.0, 4687.0, 4661.0, 4667.0, 4632.0, 4659.0, 4650.0, 4659.0, 4618.0, 4661.0, 4639.0, 4681.0, 4632.0, 4631.0, 4631.0, 4632.0, 4630.0, 4641.0, 4631.0, 4662.0, 4642.0, 4632.0, 4642.0, 4651.0, 4632.0, 4662.0, 4671.0, 4692.0, 4643.0, 4633.0, 4632.0, 4634.0, 4690.0, 4632.0, 4681.0, 4682.0, 4670.0, 4631.0, 4634.0, 4631.0, 4634.0, 4669.0, 4641.0, 4691.0, 4672.0, 4670.0, 4634.0, 4662.0, 4643.0, 4645.0, 4646.0, 4652.0, 4667.0, 4659.0, 4659.0, 4655.0, 4682.0, 4707.0, 4684.0, 4694.0, 4657.0, 4664.0, 4646.0, 4705.0, 4687.0, 4684.0, 4664.0, 4702.0, 4682.0, 4691.0, 4683.0, 4690.0, 4672.0, 4691.0, 4692.0, 4680.0, 4654.0, 4644.0, 4641.0, 4641.0, 4630.0, 4629.0, 4641.0, 4628.0, 4629.0, 4649.0, 4643.0, 4653.0, 4646.0, 4644.0, 4655.0, 4655.0, 4644.0, 4643.0, 4672.0, 4671.0, 4694.0, 4631.0, 4633.0, 4651.0, 4665.0, 4681.0, 4682.0, 4701.0, 4682.0, 4639.0, 4650.0, 4648.0, 4641.0, 4689.0, 4653.0, 4680.0, 4661.0, 4678.0, 4643.0, 4649.0, 4632.0, 4639.0, 4641.0, 4642.0, 4655.0, 4643.0, 4657.0, 4691.0, 4655.0, 4693.0, 4676.0, 4666.0, 4669.0, 4679.0, 4660.0, 4666.0, 4667.0, 4668.0, 4706.0, 4703.0, 4694.0, 4702.0, 4660.0, 4710.0, 4697.0, 4703.0, 4642.0, 4621.0, 4667.0, 4630.0, 4666.0, 4648.0, 4669.0, 4659.0, 4669.0, 4618.0, 4629.0, 4638.0, 4628.0, 4626.0, 4625.0, 4616.0, 4617.0, 4628.0, 4628.0, 4641.0, 4641.0, 4644.0, 4649.0, 4641.0, 4640.0, 4631.0, 4640.0, 4644.0, 4643.0, 4646.0, 4655.0, 4644.0, 4665.0, 4645.0, 4654.0, 4644.0, 4652.0, 4643.0, 4653.0, 4643.0, 4692.0, 4644.0, 4643.0, 4672.0, 4671.0, 4702.0, 4692.0, 4690.0, 4671.0, 4690.0, 4630.0, 4661.0, 4641.0, 4671.0, 4663.0, 4702.0, 4657.0, 4663.0, 4644.0, 4653.0, 4642.0, 4641.0, 4641.0, 4679.0, 4652.0, 4641.0, 4641.0, 4644.0, 4690.0, 4672.0, 4700.0, 4681.0, 4688.0, 4673.0, 4681.0, 4638.0, 4667.0, 4627.0, 4628.0, 4677.0, 4629.0, 4687.0, 4648.0, 4638.0, 4629.0, 4639.0, 4639.0, 4639.0, 4631.0, 4642.0, 4644.0, 4695.0, 4644.0, 4682.0, 4656.0, 4657.0, 4649.0, 4661.0, 4658.0, 4650.0, 4580.0, 4550.0, 4560.0, 4534.0, 4536.0, 4714.0, 4808.0, 4797.0, 4840.0, 4773.0, 4735.0, 4699.0, 4705.0, 4662.0, 4688.0, 4677.0, 4677.0, 4645.0, 4661.0, 4640.0, 4638.0, 4600.0, 4627.0, 4589.0, 4589.0, 4590.0, 4590.0, 4600.0, 4604.0, 4605.0, 4616.0, 4626.0, 4620.0, 4658.0, 4631.0, 4640.0, 4642.0, 4644.0, 4644.0, 4646.0, 4655.0], 'WindowWidth': [10372.0, 10302.0, 10312.0, 10245.0, 10301.0, 10255.0, 10270.0, 10263.0, 10235.0, 10215.0, 10210.0, 10271.0, 10196.0, 10276.0, 10277.0, 10245.0, 10243.0, 10201.0, 10246.0, 10234.0, 10231.0, 10215.0, 10187.0, 10226.0, 10200.0, 10215.0, 10151.0, 10155.0, 10190.0, 10154.0, 10179.0, 10155.0, 10158.0, 10204.0, 10143.0, 10171.0, 10172.0, 10179.0, 10185.0, 10173.0, 10173.0, 10171.0, 10173.0, 10177.0, 10199.0, 10195.0, 10201.0, 10206.0, 10205.0, 10202.0, 10181.0, 10188.0, 10250.0, 10186.0, 10237.0, 10226.0, 10213.0, 10191.0, 10248.0, 10230.0, 10253.0, 10259.0, 10261.0, 10254.0, 10231.0, 10252.0, 10225.0, 10274.0, 10238.0, 10212.0, 10245.0, 10213.0, 10236.0, 10237.0, 10205.0, 10158.0, 10174.0, 10158.0, 10174.0, 10229.0, 10176.0, 10185.0, 10164.0, 10163.0, 10160.0, 10180.0, 10190.0, 10195.0, 10231.0, 10192.0, 10204.0, 10178.0, 10224.0, 10195.0, 10210.0, 10257.0, 10232.0, 10225.0, 10203.0, 10264.0, 10240.0, 10237.0, 10223.0, 10254.0, 10233.0, 10233.0, 10198.0, 10139.0, 10211.0, 10162.0, 10153.0, 10151.0, 10162.0, 10232.0, 10183.0, 10191.0, 10139.0, 10139.0, 10151.0, 10158.0, 10204.0, 10171.0, 10167.0, 10159.0, 10176.0, 10154.0, 10162.0, 10194.0, 10194.0, 10176.0, 10174.0, 10164.0, 10161.0, 10182.0, 10202.0, 10199.0, 10183.0, 10202.0, 10204.0, 10209.0, 10226.0, 10203.0, 10205.0, 10256.0, 10224.0, 10249.0, 10212.0, 10279.0, 10264.0, 10242.0, 10226.0, 10209.0, 10270.0, 10224.0, 10275.0, 10227.0, 10266.0, 10267.0, 10259.0, 10235.0, 10225.0, 10285.0, 10211.0, 10286.0, 10256.0, 10262.0, 10264.0, 10252.0, 10221.0, 10264.0, 10276.0, 10253.0, 10256.0, 10257.0, 10235.0, 10185.0, 10244.0, 10235.0, 10255.0, 10239.0, 10215.0, 10234.0, 10256.0, 10174.0, 10174.0, 10151.0, 10154.0, 10229.0, 10203.0, 10201.0, 10174.0, 10214.0, 10177.0, 10205.0, 10191.0, 10202.0, 10173.0, 10193.0, 10154.0, 10233.0, 10217.0, 10232.0, 10221.0, 10195.0, 10216.0, 10174.0, 10162.0, 10117.0, 10124.0, 10197.0, 10124.0, 10185.0, 10145.0, 10120.0, 10104.0, 10123.0, 10132.0, 10127.0, 10127.0, 10143.0, 10149.0, 10199.0, 10173.0, 10152.0, 10150.0, 10152.0, 10166.0, 10176.0, 10200.0, 10197.0, 10193.0, 10195.0, 10198.0, 10199.0, 10218.0, 10226.0, 10218.0, 10235.0, 10219.0, 10237.0, 10221.0, 10211.0, 10238.0, 10234.0, 10243.0, 10204.0, 10218.0, 10191.0, 10239.0, 10237.0, 10228.0, 10264.0, 10237.0, 10263.0, 10249.0, 10275.0, 10222.0, 10259.0, 10261.0, 10266.0, 10242.0, 10259.0, 10232.0, 10219.0, 10228.0, 10207.0, 10196.0, 10201.0, 10195.0, 10222.0, 10208.0, 10174.0, 10117.0, 10138.0, 10177.0, 10108.0, 10160.0, 10159.0, 10150.0, 10121.0, 10128.0, 10199.0, 10127.0, 10180.0, 10143.0, 10145.0, 10198.0, 10162.0, 10178.0, 10143.0, 10144.0, 10144.0, 10146.0, 10193.0, 10150.0, 10130.0, 10148.0, 10152.0, 10163.0, 10159.0, 10191.0, 10173.0, 10233.0, 10182.0, 10179.0, 10157.0, 10176.0, 10189.0, 10190.0, 10234.0, 10136.0, 10213.0, 10159.0, 10219.0, 10200.0, 10218.0, 10131.0, 10161.0, 10157.0, 10124.0, 10190.0, 10137.0, 10172.0, 10158.0, 10185.0, 10166.0, 10171.0, 10183.0, 10171.0, 10105.0, 10098.0, 10137.0, 10091.0, 10133.0, 10089.0, 10097.0, 10060.0, 10117.0, 10070.0, 10068.0, 10067.0, 10071.0, 10130.0, 10071.0, 10121.0, 10080.0, 10092.0, 10145.0, 10205.0, 10236.0, 10178.0, 10186.0, 10161.0, 10214.0, 10178.0, 10176.0, 10167.0, 10211.0, 10207.0, 10222.0, 10234.0, 10214.0, 10275.0, 10252.0, 10225.0, 10241.0, 10230.0, 10242.0, 10217.0, 10223.0, 10190.0, 10222.0, 10202.0, 10223.0, 10204.0, 10239.0, 10208.0, 10237.0, 10176.0, 10164.0, 10148.0, 10142.0, 10199.0, 10165.0, 10237.0, 10207.0, 10152.0, 10160.0, 10222.0, 10184.0, 10240.0, 10209.0, 10186.0, 10182.0, 10254.0, 10173.0, 10223.0, 10201.0, 10187.0, 10183.0, 10212.0, 10177.0, 10205.0, 10165.0, 10218.0, 10213.0, 10240.0, 10159.0, 10166.0, 10247.0, 10210.0, 10222.0, 10192.0, 10166.0, 10200.0, 10153.0, 10214.0, 10163.0, 10148.0, 10155.0, 10158.0, 10174.0, 10178.0, 10177.0, 10177.0, 10170.0, 10160.0, 10234.0, 10178.0, 10187.0, 10165.0, 10191.0, 10180.0, 10198.0, 10166.0, 10178.0, 10179.0, 10185.0, 10223.0, 10200.0, 10196.0, 10185.0, 10186.0, 10221.0, 10183.0, 10217.0, 10224.0, 10205.0, 10223.0, 10211.0, 10192.0, 10193.0, 10219.0, 10191.0, 10210.0, 10208.0, 10192.0, 10208.0, 10259.0, 10235.0, 10250.0, 10216.0, 10283.0, 10256.0, 10263.0, 10251.0, 10245.0, 10220.0, 10253.0, 10226.0, 10259.0, 10243.0, 10236.0, 10210.0, 10217.0, 10213.0, 10217.0, 10205.0, 10189.0, 10199.0, 10174.0, 10173.0, 10159.0, 10191.0, 10168.0, 10110.0, 10117.0, 10106.0, 10124.0, 10118.0, 10129.0, 10193.0, 10166.0, 10165.0, 10111.0, 10125.0, 10119.0, 10132.0, 10174.0, 10133.0, 10142.0, 10125.0, 10130.0, 10126.0, 10131.0, 10165.0, 10149.0, 10149.0, 10163.0, 10153.0, 10201.0, 10169.0, 10169.0, 10173.0, 10161.0, 10167.0, 10173.0, 10209.0, 10180.0, 10175.0, 10177.0, 10180.0, 10195.0, 10170.0, 10199.0, 10197.0, 10189.0, 10183.0, 10245.0, 10218.0, 10228.0, 10205.0, 10236.0, 10187.0, 10238.0, 10210.0, 10250.0, 10240.0, 10240.0, 10189.0, 10152.0, 10231.0, 10204.0, 10221.0, 10178.0, 10201.0, 10178.0, 10188.0, 10157.0, 10176.0, 10137.0, 10174.0, 10239.0, 10207.0, 10208.0, 10177.0, 10204.0, 10151.0, 10145.0, 10149.0, 10164.0, 10162.0, 10157.0, 10234.0, 10227.0, 10203.0, 10166.0, 10168.0, 10155.0, 10149.0, 10161.0, 10177.0, 10172.0, 10161.0, 10167.0, 10172.0, 10205.0, 10178.0, 10178.0, 10186.0, 10192.0, 10183.0, 10246.0, 10198.0, 10259.0, 10240.0, 10257.0, 10196.0, 10226.0, 10205.0, 10241.0, 10234.0, 10288.0, 10217.0, 10117.0, 10067.0, 10095.0, 10106.0, 10291.0, 10192.0, 10163.0, 10213.0, 10213.0, 10206.0, 10190.0, 10206.0, 10241.0, 10191.0, 10265.0, 10237.0, 10179.0, 10241.0, 10170.0, 10175.0, 10167.0, 10197.0, 10210.0, 10173.0, 10208.0, 10171.0, 10180.0, 10173.0, 10227.0, 10210.0, 10242.0, 10193.0, 10189.0, 10191.0, 10216.0, 10224.0, 10200.0, 10230.0, 10223.0, 10221.0, 10204.0, 10230.0, 10201.0, 10227.0, 10212.0, 10237.0, 10224.0, 10229.0, 10167.0, 10188.0, 10168.0, 10212.0, 10155.0, 10165.0, 10216.0, 10192.0, 10241.0, 10215.0, 10164.0, 10167.0, 10190.0, 10150.0, 10194.0, 10152.0, 10171.0, 10174.0, 10175.0, 10169.0, 10174.0, 10171.0, 10165.0, 10211.0, 10179.0, 10218.0, 10210.0, 10221.0, 10199.0, 10225.0, 10196.0, 10195.0, 10200.0, 10228.0, 10205.0, 10296.0, 10255.0, 10285.0, 10221.0, 10193.0, 10255.0, 10233.0, 10248.0, 10212.0, 10218.0, 10180.0, 10265.0, 10263.0, 10359.0, 10261.0, 10258.0, 10212.0, 10203.0, 10178.0, 10227.0, 10199.0, 10192.0, 10208.0, 10203.0, 10166.0, 10229.0, 10222.0, 10249.0, 10224.0, 10250.0, 10250.0, 10245.0, 10145.0, 10141.0, 10127.0, 10136.0, 10205.0, 10158.0, 10194.0, 10184.0, 10186.0, 10131.0, 10144.0, 10146.0, 10150.0, 10137.0, 10154.0, 10151.0, 10168.0, 10180.0, 10179.0, 10178.0, 10176.0, 10204.0, 10181.0, 10238.0, 10196.0, 10207.0, 10159.0, 10194.0, 10175.0, 10216.0, 10199.0, 10230.0, 10215.0, 10245.0, 10195.0, 10246.0, 10183.0, 10214.0, 10186.0, 10234.0, 10225.0, 10225.0, 10183.0, 10218.0, 10198.0, 10241.0, 10224.0, 10270.0, 10244.0, 10194.0, 10195.0, 10258.0, 10236.0, 10233.0, 10260.0, 10270.0, 10211.0, 10197.0, 10150.0, 10178.0, 10141.0, 10199.0, 10158.0, 10217.0, 10198.0, 10206.0, 10144.0, 10204.0, 10170.0, 10196.0, 10134.0, 10174.0, 10144.0, 10202.0, 10129.0, 10136.0, 10214.0, 10204.0, 10193.0, 10174.0, 10211.0, 10165.0, 10171.0, 10147.0, 10159.0, 10177.0, 10170.0, 10174.0, 10156.0, 10175.0, 10174.0, 10193.0, 10186.0, 10177.0, 10186.0, 10191.0, 10214.0, 10223.0, 10224.0, 10199.0, 10200.0, 10191.0, 10212.0, 10193.0, 10242.0, 10235.0, 10186.0, 10181.0, 10179.0, 10189.0, 10179.0, 10218.0, 10191.0, 10231.0, 10231.0, 10233.0, 10249.0, 10225.0, 10230.0, 10198.0, 10207.0, 10148.0, 10207.0, 10162.0, 10192.0, 10180.0, 10154.0, 10149.0, 10117.0, 10123.0, 10123.0, 10130.0, 10121.0, 10121.0, 10124.0, 10127.0, 10165.0, 10147.0, 10154.0, 10183.0, 10169.0, 10171.0, 10195.0, 10189.0, 10179.0, 10201.0, 10217.0, 10215.0, 10221.0, 10225.0, 10222.0, 10218.0, 10231.0, 10206.0, 10246.0, 10245.0, 10257.0, 10250.0, 10271.0, 10262.0, 10253.0, 10247.0, 10214.0, 10246.0, 10226.0, 10225.0, 10196.0, 10198.0, 10156.0, 10189.0, 10177.0, 10188.0, 10134.0, 10193.0, 10163.0, 10220.0, 10157.0, 10154.0, 10155.0, 10157.0, 10152.0, 10168.0, 10156.0, 10199.0, 10173.0, 10159.0, 10174.0, 10184.0, 10158.0, 10199.0, 10209.0, 10238.0, 10174.0, 10160.0, 10159.0, 10164.0, 10234.0, 10159.0, 10225.0, 10225.0, 10207.0, 10157.0, 10162.0, 10156.0, 10162.0, 10205.0, 10170.0, 10237.0, 10212.0, 10207.0, 10164.0, 10199.0, 10175.0, 10180.0, 10182.0, 10188.0, 10217.0, 10207.0, 10209.0, 10199.0, 10245.0, 10269.0, 10232.0, 10248.0, 10203.0, 10207.0, 10186.0, 10263.0, 10241.0, 10233.0, 10206.0, 10253.0, 10226.0, 10236.0, 10227.0, 10233.0, 10209.0, 10236.0, 10238.0, 10221.0, 10187.0, 10179.0, 10168.0, 10167.0, 10151.0, 10149.0, 10169.0, 10146.0, 10151.0, 10181.0, 10178.0, 10190.0, 10185.0, 10182.0, 10199.0, 10197.0, 10181.0, 10178.0, 10217.0, 10213.0, 10248.0, 10159.0, 10162.0, 10185.0, 10209.0, 10225.0, 10228.0, 10254.0, 10228.0, 10164.0, 10182.0, 10175.0, 10170.0, 10232.0, 10188.0, 10222.0, 10198.0, 10218.0, 10176.0, 10180.0, 10161.0, 10168.0, 10175.0, 10176.0, 10200.0, 10182.0, 10203.0, 10243.0, 10198.0, 10247.0, 10231.0, 10220.0, 10224.0, 10238.0, 10213.0, 10218.0, 10219.0, 10221.0, 10271.0, 10261.0, 10247.0, 10257.0, 10193.0, 10278.0, 10255.0, 10258.0, 10171.0, 10140.0, 10196.0, 10149.0, 10193.0, 10171.0, 10200.0, 10189.0, 10201.0, 10131.0, 10148.0, 10157.0, 10144.0, 10138.0, 10137.0, 10126.0, 10127.0, 10144.0, 10147.0, 10172.0, 10171.0, 10177.0, 10178.0, 10169.0, 10166.0, 10155.0, 10166.0, 10180.0, 10178.0, 10186.0, 10198.0, 10181.0, 10209.0, 10182.0, 10195.0, 10181.0, 10188.0, 10177.0, 10191.0, 10177.0, 10242.0, 10180.0, 10177.0, 10213.0, 10212.0, 10254.0, 10240.0, 10233.0, 10210.0, 10234.0, 10155.0, 10197.0, 10172.0, 10212.0, 10204.0, 10258.0, 10204.0, 10205.0, 10180.0, 10192.0, 10173.0, 10170.0, 10170.0, 10219.0, 10187.0, 10170.0, 10170.0, 10178.0, 10236.0, 10213.0, 10249.0, 10222.0, 10230.0, 10218.0, 10224.0, 10161.0, 10199.0, 10145.0, 10148.0, 10210.0, 10150.0, 10225.0, 10175.0, 10160.0, 10151.0, 10163.0, 10165.0, 10164.0, 10155.0, 10173.0, 10180.0, 10253.0, 10183.0, 10226.0, 10202.0, 10199.0, 10191.0, 10211.0, 10198.0, 10191.0, 10058.0, 9996.0, 10011.0, 9966.0, 9966.0, 10294.0, 10472.0, 10438.0, 10522.0, 10398.0, 10320.0, 10261.0, 10261.0, 10195.0, 10230.0, 10209.0, 10207.0, 10159.0, 10172.0, 10144.0, 10137.0, 10088.0, 10120.0, 10071.0, 10071.0, 10075.0, 10076.0, 10092.0, 10103.0, 10106.0, 10126.0, 10140.0, 10137.0, 10187.0, 10155.0, 10168.0, 10174.0, 10178.0, 10177.0, 10185.0, 10194.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.017232495667244368</td></tr>
<tr><td colspan=3>aqi</td><td>0.10657326802426345</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.993186434622785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1434345795490046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0952599553339122</td></tr>
<tr><td colspan=3>efc</td><td>0.4609</td></tr>
<tr><td colspan=3>fber</td><td>5284.1094</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2068263541955512</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>220</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.064124783362217</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.754027981357766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6853843905209014</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9109477487794155</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.665751804772981</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005200295243412256</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017987292259931564</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.139383540357029</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>22.6475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.4956</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.9827</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.0846</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3048</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.5595</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3931.3894</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.1871</td></tr>
<tr><td colspan=3>tsnr</td><td>21.547035916068126</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>