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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0009_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-02/func/sub-0009_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>bf884d389fc9d36eda321d933e63d24c</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>13:26:4.620000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998019, -0.0210373, 0.059292, 0.0188145, 0.999108, 0.0378022]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0888537</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7695, -7232, 572, -5, 18, 5, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>35379650-10b2-4ac7-ba4d-441e1bc8d20c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677612066268921, 0.05047789216041565, 0.1620928794145584, 110.55265808105469], [0.05644167214632034, 2.6805338859558105, 0.09885186702013016, -99.83153533935547], [0.15907615423202515, -0.10142064094543457, 2.693316698074341, -44.31338882446289], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['132604.620000', '132605.080000', '132605.540000', '132606.000000', '132606.460000', '132606.920000', '132607.380000', '132607.840000', '132608.300000', '132608.760000', '132609.220000', '132609.680000', '132610.140000', '132610.600000', '132611.060000', '132611.520000', '132611.980000', '132612.440000', '132612.900000', '132613.360000', '132613.820000', '132614.280000', '132614.740000', '132615.200000', '132615.660000', '132616.120000', '132616.580000', '132617.040000', '132617.500000', '132617.960000', '132618.420000', '132618.880000', '132619.340000', '132619.800000', '132620.260000', '132620.720000', '132621.180000', '132621.640000', '132622.100000', '132622.560000', '132623.020000', '132623.480000', '132623.940000', '132624.400000', '132624.860000', '132625.320000', '132625.780000', '132626.240000', '132626.700000', '132627.160000', '132627.620000', '132628.080000', '132628.540000', '132629.000000', '132629.460000', '132629.920000', '132630.380000', '132630.840000', '132631.300000', '132631.760000', '132632.220000', '132632.680000', '132633.140000', '132633.600000', '132634.060000', '132634.520000', '132634.980000', '132635.440000', '132635.900000', '132636.360000', '132636.820000', '132637.280000', '132637.740000', '132638.200000', '132638.660000', '132639.120000', '132639.580000', '132640.040000', '132640.500000', '132640.960000', '132641.420000', '132641.880000', '132642.340000', '132642.800000', '132643.260000', '132643.720000', '132644.180000', '132644.640000', '132645.100000', '132645.560000', '132646.020000', '132646.480000', '132646.940000', '132647.400000', '132647.860000', '132648.320000', '132648.780000', '132649.240000', '132649.700000', '132650.160000', '132650.620000', '132651.080000', '132651.540000', '132652.000000', '132652.460000', '132652.920000', '132653.380000', '132653.840000', '132654.300000', '132654.760000', '132655.220000', '132655.680000', '132656.140000', '132656.600000', '132657.060000', '132657.520000', '132657.980000', '132658.440000', '132658.900000', '132659.360000', '132659.820000', '132700.280000', '132700.740000', '132701.200000', '132701.660000', '132702.120000', '132702.580000', '132703.040000', '132703.500000', '132703.960000', '132704.420000', '132704.880000', '132705.340000', '132705.800000', '132706.260000', '132706.720000', '132707.180000', '132707.640000', '132708.100000', '132708.560000', '132709.020000', '132709.480000', '132709.940000', '132710.400000', '132710.860000', '132711.320000', '132711.780000', '132712.240000', '132712.700000', '132713.160000', '132713.620000', '132714.080000', '132714.540000', '132715.000000', '132715.460000', '132715.920000', '132716.380000', '132716.840000', '132717.300000', '132717.760000', '132718.220000', '132718.680000', '132719.140000', '132719.600000', '132720.060000', '132720.520000', '132720.980000', '132721.440000', '132721.900000', '132722.360000', '132722.820000', '132723.280000', '132723.740000', '132724.200000', '132724.660000', '132725.120000', '132725.580000', '132726.040000', '132726.500000', '132726.960000', '132727.420000', '132727.880000', '132728.340000', '132728.800000', '132729.260000', '132729.720000', '132730.180000', '132730.640000', '132731.100000', '132731.560000', '132732.020000', '132732.480000', '132732.940000', '132733.400000', '132733.860000', '132734.320000', '132734.780000', '132735.240000', '132735.700000', '132736.160000', '132736.620000', '132737.080000', '132737.540000', '132738.000000', '132738.460000', '132738.920000', '132739.380000', '132739.840000', '132740.300000', '132740.760000', '132741.220000', '132741.680000', '132742.140000', '132742.600000', '132743.060000', '132743.520000', '132743.980000', '132744.440000', '132744.900000', '132745.360000', '132745.820000', '132746.280000', '132746.740000', '132747.200000', '132747.660000', '132748.120000', '132748.580000', '132749.040000', '132749.500000', '132749.960000', '132750.420000', '132750.880000', '132751.340000', '132751.800000', '132752.260000', '132752.720000', '132753.180000', '132753.640000', '132754.100000', '132754.560000', '132755.020000', '132755.480000', '132755.940000', '132756.400000', '132756.860000', '132757.320000', '132757.780000', '132758.240000', '132758.700000', '132759.160000', '132759.620000', '132800.080000', '132800.540000', '132801.000000', '132801.460000', '132801.920000', '132802.380000', '132802.840000', '132803.300000', '132803.760000', '132804.220000', '132804.680000', '132805.140000', '132805.600000', '132806.060000', '132806.520000', '132806.980000', '132807.440000', '132807.900000', '132808.360000', '132808.820000', '132809.280000', '132809.740000', '132810.200000', '132810.660000', '132811.120000', '132811.580000', '132812.040000', '132812.500000', '132812.960000', '132813.420000', '132813.880000', '132814.340000', '132814.800000', '132815.260000', '132815.720000', '132816.180000', '132816.640000', '132817.100000', '132817.560000', '132818.020000', '132818.480000', '132818.940000', '132819.400000', '132819.860000', '132820.320000', '132820.780000', '132821.240000', '132821.700000', '132822.160000', '132822.620000', '132823.080000', '132823.540000', '132824.000000', '132824.460000', '132824.920000', '132825.380000', '132825.840000', '132826.300000', '132826.760000', '132827.220000', '132827.680000', '132828.140000', '132828.600000', '132829.060000', '132829.520000', '132829.980000', '132830.440000', '132830.900000', '132831.360000', '132831.820000', '132832.280000', '132832.740000', '132833.200000', '132833.660000', '132834.120000', '132834.580000', '132835.040000', '132835.500000', '132835.960000', '132836.420000', '132836.880000', '132837.340000', '132837.800000', '132838.260000', '132838.720000', '132839.180000', '132839.640000', '132840.100000', '132840.560000', '132841.020000', '132841.480000', '132841.940000', '132842.400000', '132842.860000', '132843.320000', '132843.780000', '132844.240000', '132844.700000', '132845.160000', '132845.620000', '132846.080000', '132846.540000', '132847.000000', '132847.460000', '132847.920000', '132848.380000', '132848.840000', '132849.300000', '132849.760000', '132850.220000', '132850.680000', '132851.140000', '132851.600000', '132852.060000', '132852.520000', '132852.980000', '132853.440000', '132853.900000', '132854.360000', '132854.820000', '132855.280000', '132855.740000', '132856.200000', '132856.660000', '132857.120000', '132857.580000', '132858.040000', '132858.500000', '132858.960000', '132859.420000', '132859.880000', '132900.340000', '132900.800000', '132901.260000', '132901.720000', '132902.180000', '132902.640000', '132903.100000', '132903.560000', '132904.020000', '132904.480000', '132904.940000', '132905.400000', '132905.860000', '132906.320000', '132906.780000', '132907.240000', '132907.700000', '132908.160000', '132908.620000', '132909.080000', '132909.540000', '132910.000000', '132910.460000', '132910.920000', '132911.380000', '132911.840000', '132912.300000', '132912.760000', '132913.220000', '132913.680000', '132914.140000', '132914.600000', '132915.060000', '132915.520000', '132915.980000', '132916.440000', '132916.900000', '132917.360000', '132917.820000', '132918.280000', '132918.740000', '132919.200000', '132919.660000', '132920.120000', '132920.580000', '132921.040000', '132921.500000', '132921.960000', '132922.420000', '132922.880000', '132923.340000', '132923.800000', '132924.260000', '132924.720000', '132925.180000', '132925.640000', '132926.100000', '132926.560000', '132927.020000', '132927.480000', '132927.940000', '132928.400000', '132928.860000', '132929.320000', '132929.780000', '132930.240000', '132930.700000', '132931.160000', '132931.620000', '132932.080000', '132932.540000', '132933.000000', '132933.460000', '132933.920000', '132934.380000', '132934.840000', '132935.300000', '132935.760000', '132936.220000', '132936.680000', '132937.140000', '132937.600000', '132938.060000', '132938.520000', '132938.980000', '132939.440000', '132939.900000', '132940.360000', '132940.820000', '132941.280000', '132941.740000', '132942.200000', '132942.660000', '132943.120000', '132943.580000', '132944.040000', '132944.500000', '132944.960000', '132945.420000', '132945.880000', '132946.340000', '132946.800000', '132947.260000', '132947.720000', '132948.180000', '132948.640000', '132949.100000', '132949.560000', '132950.020000', '132950.480000', '132950.940000', '132951.400000', '132951.860000', '132952.320000', '132952.780000', '132953.240000', '132953.700000', '132954.160000', '132954.620000', '132955.080000', '132955.540000', '132956.000000', '132956.460000', '132956.920000', '132957.380000', '132957.840000', '132958.300000', '132958.760000', '132959.220000', '132959.680000', '133000.140000', '133000.600000', '133001.060000', '133001.520000', '133001.980000', '133002.440000', '133002.900000', '133003.360000', '133003.820000', '133004.280000', '133004.740000', '133005.200000', '133005.660000', '133006.120000', '133006.580000', '133007.040000', '133007.500000', '133007.960000', '133008.420000', '133008.880000', '133009.340000', '133009.800000', '133010.260000', '133010.720000', '133011.180000', '133011.640000', '133012.100000', '133012.560000', '133013.020000', '133013.480000', '133013.940000', '133014.400000', '133014.860000', '133015.320000', '133015.780000', '133016.240000', '133016.700000', '133017.160000', '133017.620000', '133018.080000', '133018.540000', '133019.000000', '133019.460000', '133019.920000', '133020.380000', '133020.840000', '133021.300000', '133021.760000', '133022.220000', '133022.680000', '133023.140000', '133023.600000', '133024.060000', '133024.520000', '133024.980000', '133025.440000', '133025.900000', '133026.360000', '133026.820000', '133027.280000', '133027.740000', '133028.200000', '133028.660000', '133029.120000', '133029.580000', '133030.040000', '133030.500000', '133030.960000', '133031.420000', '133031.880000', '133032.340000', '133032.800000', '133033.260000', '133033.720000', '133034.180000', '133034.640000', '133035.100000', '133035.560000', '133036.020000', '133036.480000', '133036.940000', '133037.400000', '133037.860000', '133038.320000', '133038.780000', '133039.240000', '133039.700000', '133040.160000', '133040.620000', '133041.080000', '133041.540000', '133042.000000', '133042.460000', '133042.920000', '133043.380000', '133043.840000', '133044.300000', '133044.760000', '133045.220000', '133045.680000', '133046.140000', '133046.600000', '133047.060000', '133047.520000', '133047.980000', '133048.440000', '133048.900000', '133049.360000', '133049.820000', '133050.280000', '133050.740000', '133051.200000', '133051.660000', '133052.120000', '133052.580000', '133053.040000', '133053.500000', '133053.960000', '133054.420000', '133054.880000', '133055.340000', '133055.800000', '133056.260000', '133056.720000', '133057.180000', '133057.640000', '133058.100000', '133058.560000', '133059.020000', '133059.480000', '133059.940000', '133100.400000', '133100.860000', '133101.320000', '133101.780000', '133102.240000', '133102.700000', '133103.160000', '133103.620000', '133104.080000', '133104.540000', '133105.000000', '133105.460000', '133105.920000', '133106.380000', '133106.840000', '133107.300000', '133107.760000', '133108.220000', '133108.680000', '133109.140000', '133109.600000', '133110.060000', '133110.520000', '133110.980000', '133111.440000', '133111.900000', '133112.360000', '133112.820000', '133113.280000', '133113.740000', '133114.200000', '133114.660000', '133115.120000', '133115.580000', '133116.040000', '133116.500000', '133116.960000', '133117.420000', '133117.880000', '133118.340000', '133118.800000', '133119.260000', '133119.720000', '133120.180000', '133120.640000', '133121.100000', '133121.560000', '133122.020000', '133122.480000', '133122.940000', '133123.400000', '133123.860000', '133124.320000', '133124.780000', '133125.240000', '133125.700000', '133126.160000', '133126.620000', '133127.080000', '133127.540000', '133128.000000', '133128.460000', '133128.920000', '133129.380000', '133129.840000', '133130.300000', '133130.760000', '133131.220000', '133131.680000', '133132.140000', '133132.600000', '133133.060000', '133133.520000', '133133.980000', '133134.440000', '133134.900000', '133135.360000', '133135.820000', '133136.280000', '133136.740000', '133137.200000', '133137.660000', '133138.120000', '133138.580000', '133139.040000', '133139.500000', '133139.960000', '133140.420000', '133140.880000', '133141.340000', '133141.800000', '133142.260000', '133142.720000', '133143.180000', '133143.640000', '133144.100000', '133144.560000', '133145.020000', '133145.480000', '133145.940000', '133146.400000', '133146.860000', '133147.320000', '133147.780000', '133148.240000', '133148.700000', '133149.160000', '133149.620000', '133150.080000', '133150.540000', '133151.000000', '133151.460000', '133151.920000', '133152.380000', '133152.840000', '133153.300000', '133153.760000', '133154.220000', '133154.680000', '133155.140000', '133155.600000', '133156.060000', '133156.520000', '133156.980000', '133157.440000', '133157.900000', '133158.360000', '133158.820000', '133159.280000', '133159.740000', '133200.200000', '133200.660000', '133201.120000', '133201.580000', '133202.040000', '133202.500000', '133202.960000', '133203.420000', '133203.880000', '133204.340000', '133204.800000', '133205.260000', '133205.720000', '133206.180000', '133206.640000', '133207.100000', '133207.560000', '133208.020000', '133208.480000', '133208.940000', '133209.400000', '133209.860000', '133210.320000', '133210.780000', '133211.240000', '133211.700000', '133212.160000', '133212.620000', '133213.080000', '133213.540000', '133214.000000', '133214.460000', '133214.920000', '133215.380000', '133215.840000', '133216.300000', '133216.760000', '133217.220000', '133217.680000', '133218.140000', '133218.600000', '133219.060000', '133219.520000', '133219.980000', '133220.440000', '133220.900000', '133221.360000', '133221.820000', '133222.280000', '133222.740000', '133223.200000', '133223.660000', '133224.120000', '133224.580000', '133225.040000', '133225.500000', '133225.960000', '133226.420000', '133226.880000', '133227.340000', '133227.800000', '133228.260000', '133228.720000', '133229.180000', '133229.640000', '133230.100000', '133230.560000', '133231.020000', '133231.480000', '133231.940000', '133232.400000', '133232.860000', '133233.320000', '133233.780000', '133234.240000', '133234.700000', '133235.160000', '133235.620000', '133236.080000', '133236.540000', '133237.000000', '133237.460000', '133237.920000', '133238.380000', '133238.840000', '133239.300000', '133239.760000', '133240.220000', '133240.680000', '133241.140000', '133241.600000', '133242.060000', '133242.520000', '133242.980000', '133243.440000', '133243.900000', '133244.360000', '133244.820000', '133245.280000', '133245.740000', '133246.200000', '133246.660000', '133247.120000', '133247.580000', '133248.040000', '133248.500000', '133248.960000', '133249.420000', '133249.880000', '133250.340000', '133250.800000', '133251.260000', '133251.720000', '133252.180000', '133252.640000', '133253.100000', '133253.560000', '133254.020000', '133254.480000', '133254.940000', '133255.400000', '133255.860000', '133256.320000', '133256.780000', '133257.240000', '133257.700000', '133258.160000', '133258.620000', '133259.080000', '133259.540000', '133300.000000', '133300.460000', '133300.920000', '133301.380000', '133301.840000', '133302.300000', '133302.760000', '133303.220000', '133303.680000', '133304.140000', '133304.600000', '133305.060000', '133305.520000', '133305.980000', '133306.440000', '133306.900000', '133307.360000', '133307.820000', '133308.280000', '133308.740000', '133309.200000', '133309.660000', '133310.120000', '133310.580000', '133311.040000', '133311.500000', '133311.960000', '133312.420000', '133312.880000', '133313.340000', '133313.800000', '133314.260000', '133314.720000', '133315.180000', '133315.640000', '133316.100000', '133316.560000', '133317.020000', '133317.480000', '133317.940000', '133318.400000', '133318.860000', '133319.320000', '133319.780000', '133320.240000', '133320.700000', '133321.160000', '133321.620000', '133322.080000', '133322.540000', '133323.000000', '133323.460000', '133323.920000', '133324.380000', '133324.840000', '133325.300000', '133325.760000', '133326.220000', '133326.680000', '133327.140000', '133327.600000', '133328.060000', '133328.520000', '133328.980000', '133329.440000', '133329.900000', '133330.360000', '133330.820000', '133331.280000', '133331.740000', '133332.200000', '133332.660000', '133333.120000', '133333.580000', '133334.040000', '133334.500000', '133334.960000', '133335.420000', '133335.880000', '133336.340000', '133336.800000', '133337.260000', '133337.720000', '133338.180000', '133338.640000', '133339.100000', '133339.560000', '133340.020000', '133340.480000', '133340.940000', '133341.400000', '133341.860000', '133342.320000', '133342.780000', '133343.240000', '133343.700000', '133344.160000', '133344.620000', '133345.080000', '133345.540000', '133346.000000', '133346.460000', '133346.920000', '133347.380000', '133347.840000', '133348.300000', '133348.760000', '133349.220000', '133349.680000', '133350.140000', '133350.600000', '133351.060000', '133351.520000', '133351.980000', '133352.440000', '133352.900000', '133353.360000', '133353.820000', '133354.280000', '133354.740000', '133355.200000', '133355.660000', '133356.120000', '133356.580000', '133357.040000', '133357.500000', '133357.960000', '133358.420000', '133358.880000', '133359.340000', '133359.800000', '133400.260000', '133400.720000', '133401.180000', '133401.640000', '133402.100000', '133402.560000', '133403.020000', '133403.480000', '133403.940000', '133404.400000', '133404.860000', '133405.320000', '133405.780000', '133406.240000', '133406.700000', '133407.160000', '133407.620000', '133408.080000', '133408.540000', '133409.000000', '133409.460000', '133409.920000', '133410.380000', '133410.840000', '133411.300000', '133411.760000', '133412.220000', '133412.680000', '133413.140000', '133413.600000', '133414.060000', '133414.520000', '133414.980000', '133415.440000', '133415.900000', '133416.360000', '133416.820000', '133417.280000', '133417.740000', '133418.200000', '133418.660000', '133419.120000', '133419.580000', '133420.040000', '133420.500000', '133420.960000', '133421.420000', '133421.880000', '133422.340000', '133422.800000', '133423.260000', '133423.720000', '133424.180000', '133424.640000', '133425.100000', '133425.560000', '133426.020000', '133426.480000', '133426.940000', '133427.400000', '133427.860000', '133428.320000', '133428.780000', '133429.240000', '133429.700000', '133430.160000', '133430.620000', '133431.080000', '133431.540000', '133432.000000', '133432.460000', '133432.920000', '133433.380000', '133433.840000', '133434.300000', '133434.760000', '133435.220000', '133435.680000', '133436.140000', '133436.600000', '133437.060000', '133437.520000', '133437.980000', '133438.440000', '133438.900000', '133439.360000', '133439.820000', '133440.280000', '133440.740000', '133441.200000', '133441.660000', '133442.120000', '133442.580000', '133443.040000', '133443.500000', '133443.960000', '133444.420000', '133444.880000', '133445.340000', '133445.800000', '133446.260000', '133446.720000', '133447.180000', '133447.640000', '133448.100000', '133448.560000', '133449.020000', '133449.480000', '133449.940000', '133450.400000', '133450.860000', '133451.320000', '133451.780000', '133452.240000', '133452.700000', '133453.160000', '133453.620000', '133454.080000', '133454.540000', '133455.000000', '133455.460000', '133455.920000', '133456.380000', '133456.840000'], 'ContentTime': ['132619.143000', '132619.147000', '132619.159000', '132619.162000', '132619.173000', '132619.176000', '132619.179000', '132619.182000', '132619.185000', '132619.188000', '132619.191000', '132619.201000', '132619.204000', '132619.219000', '132619.222000', '132619.225000', '132619.228000', '132619.231000', '132619.234000', '132619.237000', '132619.240000', '132619.242000', '132619.248000', '132619.251000', '132619.254000', '132619.257000', '132619.260000', '132619.263000', '132619.266000', '132639.108000', '132639.111000', '132639.118000', '132639.121000', '132639.124000', '132639.127000', '132639.130000', '132639.133000', '132639.136000', '132639.139000', '132639.142000', '132639.145000', '132639.148000', '132639.151000', '132639.154000', '132639.157000', '132639.160000', '132639.163000', '132639.166000', '132639.169000', '132639.173000', '132639.176000', '132639.180000', '132639.182000', '132639.185000', '132639.188000', '132639.191000', '132639.194000', '132639.197000', '132639.200000', '132639.205000', '132639.208000', '132639.211000', '132639.214000', '132639.217000', '132639.220000', '132639.223000', '132639.227000', '132639.230000', '132639.233000', '132639.236000', '132639.239000', '132639.242000', '132659.108000', '132659.111000', '132659.114000', '132659.117000', '132659.120000', '132659.123000', '132659.126000', '132659.129000', '132659.132000', '132659.135000', '132659.148000', '132659.151000', '132659.154000', '132659.157000', '132659.160000', '132659.163000', '132659.166000', '132659.169000', '132659.172000', '132659.175000', '132659.178000', '132659.181000', '132659.184000', '132659.187000', '132659.190000', '132659.193000', '132659.196000', '132659.199000', '132659.202000', '132659.205000', '132659.208000', '132659.211000', '132659.214000', '132659.217000', '132659.220000', '132659.223000', '132659.226000', '132659.229000', '132659.232000', '132659.235000', '132659.238000', '132659.241000', '132659.244000', '132659.246000', '132719.108000', '132719.111000', '132719.114000', '132719.117000', '132719.120000', '132719.122000', '132719.125000', '132719.128000', '132719.131000', '132719.134000', '132719.137000', '132719.139000', '132719.142000', '132719.145000', '132719.148000', '132719.151000', '132719.154000', '132719.157000', '132719.159000', '132719.162000', '132719.165000', '132719.168000', '132719.171000', '132719.174000', '132719.177000', '132719.179000', '132719.182000', '132719.185000', '132719.188000', '132719.191000', '132719.194000', '132719.196000', '132719.199000', '132719.202000', '132719.205000', '132719.208000', '132719.210000', '132719.213000', '132719.216000', '132719.219000', '132719.222000', '132719.225000', '132719.227000', '132739.108000', '132739.111000', '132739.123000', '132739.126000', '132739.129000', '132739.131000', '132739.134000', '132739.137000', '132739.140000', '132739.143000', '132739.146000', '132739.149000', '132739.151000', '132739.154000', '132739.157000', '132739.160000', '132739.163000', '132739.166000', '132739.169000', '132739.172000', '132739.175000', '132739.178000', '132739.181000', '132739.183000', '132739.186000', '132739.189000', '132739.192000', '132739.195000', '132739.198000', '132739.201000', '132739.204000', '132739.207000', '132739.210000', '132739.212000', '132739.215000', '132739.218000', '132739.221000', '132739.224000', '132739.241000', '132739.244000', '132739.247000', '132739.250000', '132739.253000', '132739.256000', '132759.108000', '132759.111000', '132759.114000', '132759.117000', '132759.120000', '132759.123000', '132759.125000', '132759.128000', '132759.131000', '132759.134000', '132759.137000', '132759.140000', '132759.143000', '132759.145000', '132759.148000', '132759.151000', '132759.154000', '132759.157000', '132759.160000', '132759.163000', '132759.166000', '132759.168000', '132759.171000', '132759.174000', '132759.177000', '132759.180000', '132759.183000', '132759.186000', '132759.189000', '132759.191000', '132759.194000', '132759.197000', '132759.200000', '132759.203000', '132759.206000', '132759.210000', '132759.213000', '132759.216000', '132759.219000', '132759.222000', '132759.225000', '132759.228000', '132759.230000', '132819.108000', '132819.111000', '132819.114000', '132819.117000', '132819.119000', '132819.122000', '132819.125000', '132819.128000', '132819.131000', '132819.134000', '132819.137000', '132819.139000', '132819.142000', '132819.145000', '132819.148000', '132819.151000', '132819.154000', '132819.157000', '132819.160000', '132819.162000', '132819.165000', '132819.168000', '132819.171000', '132819.174000', '132819.177000', '132819.180000', '132819.183000', '132819.185000', '132819.188000', '132819.191000', '132819.194000', '132819.197000', '132819.200000', '132819.203000', '132819.205000', '132819.208000', '132819.211000', '132819.214000', '132819.217000', '132819.219000', '132819.222000', '132819.225000', '132819.228000', '132819.231000', '132839.108000', '132839.111000', '132839.114000', '132839.117000', '132839.120000', '132839.122000', '132839.125000', '132839.128000', '132839.131000', '132839.134000', '132839.137000', '132839.140000', '132839.142000', '132839.145000', '132839.148000', '132839.151000', '132839.154000', '132839.157000', '132839.160000', '132839.163000', '132839.165000', '132839.168000', '132839.171000', '132839.174000', '132839.177000', '132839.180000', '132839.183000', '132839.185000', '132839.188000', '132839.191000', '132839.194000', '132839.197000', '132839.200000', '132839.203000', '132839.205000', '132839.208000', '132839.211000', '132839.214000', '132839.217000', '132839.220000', '132839.223000', '132839.225000', '132839.228000', '132859.108000', '132859.111000', '132859.114000', '132859.117000', '132859.120000', '132859.122000', '132859.125000', '132859.128000', '132859.131000', '132859.134000', '132859.137000', '132859.140000', '132859.143000', '132859.145000', '132859.148000', '132859.151000', '132859.154000', '132859.157000', '132859.160000', '132859.162000', '132859.165000', '132859.168000', '132859.171000', '132859.174000', '132859.177000', '132859.180000', '132859.183000', '132859.185000', '132859.188000', '132859.191000', '132859.194000', '132859.197000', '132859.209000', '132859.212000', '132859.214000', '132859.217000', '132859.220000', '132859.223000', '132859.226000', '132859.229000', '132859.232000', '132859.234000', '132859.237000', '132859.240000', '132919.108000', '132919.111000', '132919.114000', '132919.117000', '132919.120000', '132919.123000', '132919.126000', '132919.129000', '132919.131000', '132919.134000', '132919.137000', '132919.140000', '132919.143000', '132919.146000', '132919.149000', '132919.151000', '132919.154000', '132919.157000', '132919.160000', '132919.169000', '132919.172000', '132919.174000', '132919.177000', '132919.180000', '132919.183000', '132919.186000', '132919.189000', '132919.192000', '132919.195000', '132919.197000', '132919.200000', '132919.203000', '132919.206000', '132919.209000', '132919.212000', '132919.215000', '132919.218000', '132919.220000', '132919.223000', '132919.226000', '132919.229000', '132919.232000', '132919.235000', '132939.108000', '132939.111000', '132939.114000', '132939.117000', '132939.120000', '132939.122000', '132939.125000', '132939.128000', '132939.131000', '132939.134000', '132939.137000', '132939.140000', '132939.143000', '132939.145000', '132939.148000', '132939.151000', '132939.154000', '132939.157000', '132939.160000', '132939.163000', '132939.166000', '132939.169000', '132939.172000', '132939.175000', '132939.177000', '132939.180000', '132939.183000', '132939.186000', '132939.189000', '132939.192000', '132939.195000', '132939.198000', '132939.200000', '132939.203000', '132939.206000', '132939.209000', '132939.212000', '132939.215000', '132939.217000', '132939.221000', '132939.223000', '132939.226000', '132939.229000', '132939.232000', '132959.108000', '132959.111000', '132959.114000', '132959.117000', '132959.120000', '132959.123000', '132959.125000', '132959.128000', '132959.131000', '132959.134000', '132959.137000', '132959.140000', '132959.142000', '132959.146000', '132959.148000', '132959.151000', '132959.154000', '132959.157000', '132959.160000', '132959.163000', '132959.166000', '132959.169000', '132959.172000', '132959.174000', '132959.177000', '132959.180000', '132959.183000', '132959.186000', '132959.189000', '132959.191000', '132959.194000', '132959.197000', '132959.200000', '132959.203000', '132959.206000', '132959.209000', '132959.212000', '132959.215000', '132959.217000', '132959.220000', '132959.223000', '132959.226000', '132959.229000', '133019.108000', '133019.111000', '133019.114000', '133019.117000', '133019.120000', '133019.123000', '133019.126000', '133019.128000', '133019.131000', '133019.134000', '133019.137000', '133019.140000', '133019.143000', '133019.146000', '133019.149000', '133019.151000', '133019.154000', '133019.157000', '133019.160000', '133019.163000', '133019.166000', '133019.169000', '133019.172000', '133019.175000', '133019.177000', '133019.180000', '133019.183000', '133019.186000', '133019.189000', '133019.192000', '133019.195000', '133019.198000', '133019.200000', '133019.203000', '133019.206000', '133019.209000', '133019.212000', '133019.215000', '133019.218000', '133019.220000', '133019.223000', '133019.226000', '133019.229000', '133039.108000', '133039.111000', '133039.114000', '133039.117000', '133039.120000', '133039.123000', '133039.126000', '133039.128000', '133039.131000', '133039.134000', '133039.137000', '133039.140000', '133039.142000', '133039.145000', '133039.148000', '133039.151000', '133039.154000', '133039.157000', '133039.160000', '133039.163000', '133039.166000', '133039.169000', '133039.171000', '133039.174000', '133039.177000', '133039.180000', '133039.183000', '133039.186000', '133039.189000', '133039.191000', '133039.194000', '133039.197000', '133039.200000', '133039.203000', '133039.206000', '133039.209000', '133039.211000', '133039.214000', '133039.217000', '133039.220000', '133039.223000', '133039.226000', '133039.229000', '133039.231000', '133059.108000', '133059.125000', '133059.129000', '133059.132000', '133059.135000', '133059.138000', '133059.141000', '133059.144000', '133059.147000', '133059.150000', '133059.153000', '133059.155000', '133059.158000', '133059.162000', '133059.164000', '133059.167000', '133059.170000', '133059.173000', '133059.176000', '133059.179000', '133059.182000', '133059.185000', '133059.187000', '133059.190000', '133059.193000', '133059.196000', '133059.199000', '133059.202000', '133059.205000', '133059.208000', '133059.211000', '133059.213000', '133059.216000', '133059.219000', '133059.222000', '133059.225000', '133059.228000', '133059.231000', '133059.234000', '133059.236000', '133059.239000', '133059.242000', '133059.245000', '133119.108000', '133119.111000', '133119.114000', '133119.117000', '133119.120000', '133119.123000', '133119.125000', '133119.128000', '133119.131000', '133119.134000', '133119.137000', '133119.140000', '133119.143000', '133119.146000', '133119.148000', '133119.151000', '133119.154000', '133119.157000', '133119.160000', '133119.163000', '133119.166000', '133119.169000', '133119.172000', '133119.174000', '133119.177000', '133119.180000', '133119.183000', '133119.186000', '133119.189000', '133119.192000', '133119.195000', '133119.197000', '133119.200000', '133119.203000', '133119.206000', '133119.209000', '133119.212000', '133119.215000', '133119.217000', '133119.220000', '133119.223000', '133119.228000', '133119.231000', '133119.234000', '133139.108000', '133139.111000', '133139.114000', '133139.117000', '133139.120000', '133139.122000', '133139.125000', '133139.128000', '133139.131000', '133139.134000', '133139.137000', '133139.140000', '133139.142000', '133139.146000', '133139.149000', '133139.152000', '133139.155000', '133139.158000', '133139.161000', '133139.164000', '133139.167000', '133139.169000', '133139.172000', '133139.175000', '133139.178000', '133139.181000', '133139.184000', '133139.187000', '133139.190000', '133139.192000', '133139.195000', '133139.198000', '133139.201000', '133139.204000', '133139.207000', '133139.209000', '133139.219000', '133139.222000', '133139.224000', '133139.227000', '133139.230000', '133139.233000', '133139.236000', '133159.108000', '133159.111000', '133159.114000', '133159.117000', '133159.120000', '133159.122000', '133159.125000', '133159.128000', '133159.131000', '133159.134000', '133159.137000', '133159.140000', '133159.142000', '133159.145000', '133159.148000', '133159.151000', '133159.154000', '133159.157000', '133159.160000', '133159.163000', '133159.165000', '133159.168000', '133159.171000', '133159.174000', '133159.177000', '133159.180000', '133159.183000', '133159.186000', '133159.188000', '133159.191000', '133159.194000', '133159.197000', '133159.200000', '133159.203000', '133159.205000', '133159.208000', '133159.211000', '133159.214000', '133159.217000', '133159.220000', '133159.222000', '133159.225000', '133159.228000', '133159.231000', '133219.108000', '133219.111000', '133219.114000', '133219.117000', '133219.120000', '133219.123000', '133219.126000', '133219.128000', '133219.131000', '133219.134000', '133219.137000', '133219.140000', '133219.156000', '133219.159000', '133219.162000', '133219.165000', '133219.168000', '133219.171000', '133219.174000', '133219.177000', '133219.179000', '133219.182000', '133219.185000', '133219.188000', '133219.191000', '133219.194000', '133219.197000', '133219.200000', '133219.202000', '133219.205000', '133219.208000', '133219.211000', '133219.214000', '133219.217000', '133219.219000', '133219.222000', '133219.225000', '133219.228000', '133219.231000', '133219.234000', '133219.237000', '133219.240000', '133219.242000', '133239.108000', '133239.111000', '133239.114000', '133239.117000', '133239.120000', '133239.123000', '133239.126000', '133239.128000', '133239.131000', '133239.134000', '133239.137000', '133239.140000', '133239.143000', '133239.146000', '133239.149000', '133239.151000', '133239.154000', '133239.157000', '133239.160000', '133239.163000', '133239.166000', '133239.169000', '133239.172000', '133239.175000', '133239.177000', '133239.180000', '133239.183000', '133239.186000', '133239.189000', '133239.192000', '133239.195000', '133239.197000', '133239.200000', '133239.203000', '133239.206000', '133239.209000', '133239.212000', '133239.214000', '133239.217000', '133239.220000', '133239.223000', '133239.226000', '133239.229000', '133239.232000', '133259.108000', '133259.111000', '133259.114000', '133259.117000', '133259.120000', '133259.124000', '133259.127000', '133259.130000', '133259.133000', '133259.136000', '133259.139000', '133259.142000', '133259.145000', '133259.147000', '133259.150000', '133259.153000', '133259.156000', '133259.159000', '133259.162000', '133259.165000', '133259.168000', '133259.171000', '133259.174000', '133259.177000', '133259.180000', '133259.183000', '133259.185000', '133259.188000', '133259.191000', '133259.194000', '133259.197000', '133259.200000', '133259.203000', '133259.206000', '133259.209000', '133259.211000', '133259.214000', '133259.217000', '133259.220000', '133259.223000', '133259.226000', '133259.228000', '133259.231000', '133319.108000', '133319.111000', '133319.114000', '133319.117000', '133319.120000', '133319.123000', '133319.126000', '133319.128000', '133319.131000', '133319.134000', '133319.137000', '133319.140000', '133319.143000', '133319.146000', '133319.148000', '133319.151000', '133319.154000', '133319.157000', '133319.160000', '133319.163000', '133319.166000', '133319.169000', '133319.172000', '133319.174000', '133319.177000', '133319.180000', '133319.183000', '133319.186000', '133319.189000', '133319.192000', '133319.195000', '133319.197000', '133319.200000', '133319.203000', '133319.206000', '133319.209000', '133319.212000', '133319.214000', '133319.217000', '133319.220000', '133319.223000', '133319.226000', '133319.229000', '133319.232000', '133339.108000', '133339.111000', '133339.114000', '133339.117000', '133339.120000', '133339.122000', '133339.125000', '133339.128000', '133339.131000', '133339.134000', '133339.137000', '133339.140000', '133339.142000', '133339.145000', '133339.148000', '133339.151000', '133339.154000', '133339.157000', '133339.160000', '133339.162000', '133339.165000', '133339.168000', '133339.181000', '133339.184000', '133339.187000', '133339.190000', '133339.193000', '133339.196000', '133339.198000', '133339.201000', '133339.204000', '133339.207000', '133339.210000', '133339.213000', '133339.216000', '133339.219000', '133339.221000', '133339.225000', '133339.227000', '133339.230000', '133339.233000', '133339.236000', '133339.239000', '133359.108000', '133359.111000', '133359.114000', '133359.117000', '133359.120000', '133359.122000', '133359.125000', '133359.128000', '133359.131000', '133359.134000', '133359.137000', '133359.139000', '133359.142000', '133359.145000', '133359.148000', '133359.151000', '133359.154000', '133359.157000', '133359.160000', '133359.162000', '133359.165000', '133359.168000', '133359.171000', '133359.174000', '133359.177000', '133359.180000', '133359.183000', '133359.185000', '133359.188000', '133359.191000', '133359.194000', '133359.197000', '133359.200000', '133359.202000', '133359.205000', '133359.208000', '133359.211000', '133359.214000', '133359.217000', '133359.220000', '133359.223000', '133359.225000', '133359.228000', '133359.231000', '133419.108000', '133419.111000', '133419.114000', '133419.117000', '133419.120000', '133419.123000', '133419.126000', '133419.129000', '133419.131000', '133419.134000', '133419.137000', '133419.140000', '133419.143000', '133419.146000', '133419.149000', '133419.151000', '133419.154000', '133419.157000', '133419.162000', '133419.165000', '133419.168000', '133419.171000', '133419.174000', '133419.176000', '133419.179000', '133419.182000', '133419.185000', '133419.188000', '133419.191000', '133419.193000', '133419.196000', '133419.199000', '133419.202000', '133419.205000', '133419.208000', '133419.211000', '133419.214000', '133419.217000', '133419.220000', '133419.222000', '133419.225000', '133419.228000', '133419.231000', '133439.108000', '133439.111000', '133439.114000', '133439.117000', '133439.120000', '133439.123000', '133439.126000', '133439.130000', '133439.132000', '133439.135000', '133439.138000', '133439.141000', '133439.144000', '133439.147000', '133439.149000', '133439.152000', '133439.155000', '133439.158000', '133439.161000', '133439.164000', '133439.167000', '133439.169000', '133439.172000', '133439.175000', '133439.178000', '133439.181000', '133439.184000', '133439.187000', '133439.190000', '133439.192000', '133439.195000', '133439.198000', '133439.201000', '133439.204000', '133439.207000', '133439.210000', '133439.212000', '133439.215000', '133439.218000', '133439.221000', '133439.224000', '133439.227000', '133439.230000', '133439.233000', '133458.395000', '133458.398000', '133458.401000', '133458.405000', '133458.408000', '133458.411000', '133458.415000', '133458.418000', '133458.420000', '133458.423000', '133458.426000', '133458.429000', '133458.432000', '133458.435000', '133458.438000', '133458.441000', '133458.444000', '133458.447000', '133458.450000', '133458.470000', '133458.473000', '133458.476000', '133458.479000', '133458.482000', '133458.485000', '133458.488000', '133458.491000', '133458.494000', '133458.497000', '133458.500000', '133458.503000', '133458.506000', '133458.509000', '133458.512000', '133458.515000', '133458.518000', '133458.521000', '133458.524000', '133458.527000', '133458.530000', '133458.533000', '133458.535000'], 'InstanceCreationTime': ['132619.143000', '132619.147000', '132619.159000', '132619.162000', '132619.173000', '132619.176000', '132619.179000', '132619.182000', '132619.185000', '132619.188000', '132619.191000', '132619.201000', '132619.204000', '132619.219000', '132619.222000', '132619.225000', '132619.228000', '132619.231000', '132619.234000', '132619.237000', '132619.240000', '132619.242000', '132619.248000', '132619.251000', '132619.254000', '132619.257000', '132619.260000', '132619.263000', '132619.266000', '132639.108000', '132639.111000', '132639.118000', '132639.121000', '132639.124000', '132639.127000', '132639.130000', '132639.133000', '132639.136000', '132639.139000', '132639.142000', '132639.145000', '132639.148000', '132639.151000', '132639.154000', '132639.157000', '132639.160000', '132639.163000', '132639.166000', '132639.169000', '132639.173000', '132639.176000', '132639.180000', '132639.182000', '132639.185000', '132639.188000', '132639.191000', '132639.194000', '132639.197000', '132639.200000', '132639.205000', '132639.208000', '132639.211000', '132639.214000', '132639.217000', '132639.220000', '132639.223000', '132639.227000', '132639.230000', '132639.233000', '132639.236000', '132639.239000', '132639.242000', '132659.108000', '132659.111000', '132659.114000', '132659.117000', '132659.120000', '132659.123000', '132659.126000', '132659.129000', '132659.132000', '132659.135000', '132659.148000', '132659.151000', '132659.154000', '132659.157000', '132659.160000', '132659.163000', '132659.166000', '132659.169000', '132659.172000', '132659.175000', '132659.178000', '132659.181000', '132659.184000', '132659.187000', '132659.190000', '132659.193000', '132659.196000', '132659.199000', '132659.202000', '132659.205000', '132659.208000', '132659.211000', '132659.214000', '132659.217000', '132659.220000', '132659.223000', '132659.226000', '132659.229000', '132659.232000', '132659.235000', '132659.238000', '132659.241000', '132659.244000', '132659.246000', '132719.108000', '132719.111000', '132719.114000', '132719.117000', '132719.120000', '132719.122000', '132719.125000', '132719.128000', '132719.131000', '132719.134000', '132719.137000', '132719.139000', '132719.142000', '132719.145000', '132719.148000', '132719.151000', '132719.154000', '132719.157000', '132719.159000', '132719.162000', '132719.165000', '132719.168000', '132719.171000', '132719.174000', '132719.177000', '132719.179000', '132719.182000', '132719.185000', '132719.188000', '132719.191000', '132719.194000', '132719.196000', '132719.199000', '132719.202000', '132719.205000', '132719.208000', '132719.210000', '132719.213000', '132719.216000', '132719.219000', '132719.222000', '132719.225000', '132719.227000', '132739.108000', '132739.111000', '132739.123000', '132739.126000', '132739.129000', '132739.131000', '132739.134000', '132739.137000', '132739.140000', '132739.143000', '132739.146000', '132739.149000', '132739.151000', '132739.154000', '132739.157000', '132739.160000', '132739.163000', '132739.166000', '132739.169000', '132739.172000', '132739.175000', '132739.178000', '132739.181000', '132739.183000', '132739.186000', '132739.189000', '132739.192000', '132739.195000', '132739.198000', '132739.201000', '132739.204000', '132739.207000', '132739.210000', '132739.212000', '132739.215000', '132739.218000', '132739.221000', '132739.224000', '132739.241000', '132739.244000', '132739.247000', '132739.250000', '132739.253000', '132739.256000', '132759.108000', '132759.111000', '132759.114000', '132759.117000', '132759.120000', '132759.123000', '132759.125000', '132759.128000', '132759.131000', '132759.134000', '132759.137000', '132759.140000', '132759.143000', '132759.145000', '132759.148000', '132759.151000', '132759.154000', '132759.157000', '132759.160000', '132759.163000', '132759.166000', '132759.168000', '132759.171000', '132759.174000', '132759.177000', '132759.180000', '132759.183000', '132759.186000', '132759.189000', '132759.191000', '132759.194000', '132759.197000', '132759.200000', '132759.203000', '132759.206000', '132759.210000', '132759.213000', '132759.216000', '132759.219000', '132759.222000', '132759.225000', '132759.228000', '132759.230000', '132819.108000', '132819.111000', '132819.114000', '132819.117000', '132819.119000', '132819.122000', '132819.125000', '132819.128000', '132819.131000', '132819.134000', '132819.137000', '132819.139000', '132819.142000', '132819.145000', '132819.148000', '132819.151000', '132819.154000', '132819.157000', '132819.160000', '132819.162000', '132819.165000', '132819.168000', '132819.171000', '132819.174000', '132819.177000', '132819.180000', '132819.183000', '132819.185000', '132819.188000', '132819.191000', '132819.194000', '132819.197000', '132819.200000', '132819.203000', '132819.205000', '132819.208000', '132819.211000', '132819.214000', '132819.217000', '132819.219000', '132819.222000', '132819.225000', '132819.228000', '132819.231000', '132839.108000', '132839.111000', '132839.114000', '132839.117000', '132839.120000', '132839.122000', '132839.125000', '132839.128000', '132839.131000', '132839.134000', '132839.137000', '132839.140000', '132839.142000', '132839.145000', '132839.148000', '132839.151000', '132839.154000', '132839.157000', '132839.160000', '132839.163000', '132839.165000', '132839.168000', '132839.171000', '132839.174000', '132839.177000', '132839.180000', '132839.183000', '132839.185000', '132839.188000', '132839.191000', '132839.194000', '132839.197000', '132839.200000', '132839.203000', '132839.205000', '132839.208000', '132839.211000', '132839.214000', '132839.217000', '132839.220000', '132839.223000', '132839.225000', '132839.228000', '132859.108000', '132859.111000', '132859.114000', '132859.117000', '132859.120000', '132859.122000', '132859.125000', '132859.128000', '132859.131000', '132859.134000', '132859.137000', '132859.140000', '132859.143000', '132859.145000', '132859.148000', '132859.151000', '132859.154000', '132859.157000', '132859.160000', '132859.162000', '132859.165000', '132859.168000', '132859.171000', '132859.174000', '132859.177000', '132859.180000', '132859.183000', '132859.185000', '132859.188000', '132859.191000', '132859.194000', '132859.197000', '132859.209000', '132859.212000', '132859.214000', '132859.217000', '132859.220000', '132859.223000', '132859.226000', '132859.229000', '132859.232000', '132859.234000', '132859.237000', '132859.240000', '132919.108000', '132919.111000', '132919.114000', '132919.117000', '132919.120000', '132919.123000', '132919.126000', '132919.129000', '132919.131000', '132919.134000', '132919.137000', '132919.140000', '132919.143000', '132919.146000', '132919.149000', '132919.151000', '132919.154000', '132919.157000', '132919.160000', '132919.169000', '132919.172000', '132919.174000', '132919.177000', '132919.180000', '132919.183000', '132919.186000', '132919.189000', '132919.192000', '132919.195000', '132919.197000', '132919.200000', '132919.203000', '132919.206000', '132919.209000', '132919.212000', '132919.215000', '132919.218000', '132919.220000', '132919.223000', '132919.226000', '132919.229000', '132919.232000', '132919.235000', '132939.108000', '132939.111000', '132939.114000', '132939.117000', '132939.120000', '132939.122000', '132939.125000', '132939.128000', '132939.131000', '132939.134000', '132939.137000', '132939.140000', '132939.143000', '132939.145000', '132939.148000', '132939.151000', '132939.154000', '132939.157000', '132939.160000', '132939.163000', '132939.166000', '132939.169000', '132939.172000', '132939.175000', '132939.177000', '132939.180000', '132939.183000', '132939.186000', '132939.189000', '132939.192000', '132939.195000', '132939.198000', '132939.200000', '132939.203000', '132939.206000', '132939.209000', '132939.212000', '132939.215000', '132939.217000', '132939.221000', '132939.223000', '132939.226000', '132939.229000', '132939.232000', '132959.108000', '132959.111000', '132959.114000', '132959.117000', '132959.120000', '132959.123000', '132959.125000', '132959.128000', '132959.131000', '132959.134000', '132959.137000', '132959.140000', '132959.142000', '132959.146000', '132959.148000', '132959.151000', '132959.154000', '132959.157000', '132959.160000', '132959.163000', '132959.166000', '132959.169000', '132959.172000', '132959.174000', '132959.177000', '132959.180000', '132959.183000', '132959.186000', '132959.189000', '132959.191000', '132959.194000', '132959.197000', '132959.200000', '132959.203000', '132959.206000', '132959.209000', '132959.212000', '132959.215000', '132959.217000', '132959.220000', '132959.223000', '132959.226000', '132959.229000', '133019.108000', '133019.111000', '133019.114000', '133019.117000', '133019.120000', '133019.123000', '133019.126000', '133019.128000', '133019.131000', '133019.134000', '133019.137000', '133019.140000', '133019.143000', '133019.146000', '133019.149000', '133019.151000', '133019.154000', '133019.157000', '133019.160000', '133019.163000', '133019.166000', '133019.169000', '133019.172000', '133019.175000', '133019.177000', '133019.180000', '133019.183000', '133019.186000', '133019.189000', '133019.192000', '133019.195000', '133019.198000', '133019.200000', '133019.203000', '133019.206000', '133019.209000', '133019.212000', '133019.215000', '133019.218000', '133019.220000', '133019.223000', '133019.226000', '133019.229000', '133039.108000', '133039.111000', '133039.114000', '133039.117000', '133039.120000', '133039.123000', '133039.126000', '133039.128000', '133039.131000', '133039.134000', '133039.137000', '133039.140000', '133039.142000', '133039.145000', '133039.148000', '133039.151000', '133039.154000', '133039.157000', '133039.160000', '133039.163000', '133039.166000', '133039.169000', '133039.171000', '133039.174000', '133039.177000', '133039.180000', '133039.183000', '133039.186000', '133039.189000', '133039.191000', '133039.194000', '133039.197000', '133039.200000', '133039.203000', '133039.206000', '133039.209000', '133039.211000', '133039.214000', '133039.217000', '133039.220000', '133039.223000', '133039.226000', '133039.229000', '133039.231000', '133059.108000', '133059.125000', '133059.129000', '133059.132000', '133059.135000', '133059.138000', '133059.141000', '133059.144000', '133059.147000', '133059.150000', '133059.153000', '133059.155000', '133059.158000', '133059.162000', '133059.164000', '133059.167000', '133059.170000', '133059.173000', '133059.176000', '133059.179000', '133059.182000', '133059.185000', '133059.187000', '133059.190000', '133059.193000', '133059.196000', '133059.199000', '133059.202000', '133059.205000', '133059.208000', '133059.211000', '133059.213000', '133059.216000', '133059.219000', '133059.222000', '133059.225000', '133059.228000', '133059.231000', '133059.234000', '133059.236000', '133059.239000', '133059.242000', '133059.245000', '133119.108000', '133119.111000', '133119.114000', '133119.117000', '133119.120000', '133119.123000', '133119.125000', '133119.128000', '133119.131000', '133119.134000', '133119.137000', '133119.140000', '133119.143000', '133119.146000', '133119.148000', '133119.151000', '133119.154000', '133119.157000', '133119.160000', '133119.163000', '133119.166000', '133119.169000', '133119.172000', '133119.174000', '133119.177000', '133119.180000', '133119.183000', '133119.186000', '133119.189000', '133119.192000', '133119.195000', '133119.197000', '133119.200000', '133119.203000', '133119.206000', '133119.209000', '133119.212000', '133119.215000', '133119.217000', '133119.220000', '133119.223000', '133119.228000', '133119.231000', '133119.234000', '133139.108000', '133139.111000', '133139.114000', '133139.117000', '133139.120000', '133139.122000', '133139.125000', '133139.128000', '133139.131000', '133139.134000', '133139.137000', '133139.140000', '133139.142000', '133139.146000', '133139.149000', '133139.152000', '133139.155000', '133139.158000', '133139.161000', '133139.164000', '133139.167000', '133139.169000', '133139.172000', '133139.175000', '133139.178000', '133139.181000', '133139.184000', '133139.187000', '133139.190000', '133139.192000', '133139.195000', '133139.198000', '133139.201000', '133139.204000', '133139.207000', '133139.209000', '133139.219000', '133139.222000', '133139.224000', '133139.227000', '133139.230000', '133139.233000', '133139.236000', '133159.108000', '133159.111000', '133159.114000', '133159.117000', '133159.120000', '133159.122000', '133159.125000', '133159.128000', '133159.131000', '133159.134000', '133159.137000', '133159.140000', '133159.142000', '133159.145000', '133159.148000', '133159.151000', '133159.154000', '133159.157000', '133159.160000', '133159.163000', '133159.165000', '133159.168000', '133159.171000', '133159.174000', '133159.177000', '133159.180000', '133159.183000', '133159.186000', '133159.188000', '133159.191000', '133159.194000', '133159.197000', '133159.200000', '133159.203000', '133159.205000', '133159.208000', '133159.211000', '133159.214000', '133159.217000', '133159.220000', '133159.222000', '133159.225000', '133159.228000', '133159.231000', '133219.108000', '133219.111000', '133219.114000', '133219.117000', '133219.120000', '133219.123000', '133219.126000', '133219.128000', '133219.131000', '133219.134000', '133219.137000', '133219.140000', '133219.156000', '133219.159000', '133219.162000', '133219.165000', '133219.168000', '133219.171000', '133219.174000', '133219.177000', '133219.179000', '133219.182000', '133219.185000', '133219.188000', '133219.191000', '133219.194000', '133219.197000', '133219.200000', '133219.202000', '133219.205000', '133219.208000', '133219.211000', '133219.214000', '133219.217000', '133219.219000', '133219.222000', '133219.225000', '133219.228000', '133219.231000', '133219.234000', '133219.237000', '133219.240000', '133219.242000', '133239.108000', '133239.111000', '133239.114000', '133239.117000', '133239.120000', '133239.123000', '133239.126000', '133239.128000', '133239.131000', '133239.134000', '133239.137000', '133239.140000', '133239.143000', '133239.146000', '133239.149000', '133239.151000', '133239.154000', '133239.157000', '133239.160000', '133239.163000', '133239.166000', '133239.169000', '133239.172000', '133239.175000', '133239.177000', '133239.180000', '133239.183000', '133239.186000', '133239.189000', '133239.192000', '133239.195000', '133239.197000', '133239.200000', '133239.203000', '133239.206000', '133239.209000', '133239.212000', '133239.214000', '133239.217000', '133239.220000', '133239.223000', '133239.226000', '133239.229000', '133239.232000', '133259.108000', '133259.111000', '133259.114000', '133259.117000', '133259.120000', '133259.124000', '133259.127000', '133259.130000', '133259.133000', '133259.136000', '133259.139000', '133259.142000', '133259.145000', '133259.147000', '133259.150000', '133259.153000', '133259.156000', '133259.159000', '133259.162000', '133259.165000', '133259.168000', '133259.171000', '133259.174000', '133259.177000', '133259.180000', '133259.183000', '133259.185000', '133259.188000', '133259.191000', '133259.194000', '133259.197000', '133259.200000', '133259.203000', '133259.206000', '133259.209000', '133259.211000', '133259.214000', '133259.217000', '133259.220000', '133259.223000', '133259.226000', '133259.228000', '133259.231000', '133319.108000', '133319.111000', '133319.114000', '133319.117000', '133319.120000', '133319.123000', '133319.126000', '133319.128000', '133319.131000', '133319.134000', '133319.137000', '133319.140000', '133319.143000', '133319.146000', '133319.148000', '133319.151000', '133319.154000', '133319.157000', '133319.160000', '133319.163000', '133319.166000', '133319.169000', '133319.172000', '133319.174000', '133319.177000', '133319.180000', '133319.183000', '133319.186000', '133319.189000', '133319.192000', '133319.195000', '133319.197000', '133319.200000', '133319.203000', '133319.206000', '133319.209000', '133319.212000', '133319.214000', '133319.217000', '133319.220000', '133319.223000', '133319.226000', '133319.229000', '133319.232000', '133339.108000', '133339.111000', '133339.114000', '133339.117000', '133339.120000', '133339.122000', '133339.125000', '133339.128000', '133339.131000', '133339.134000', '133339.137000', '133339.140000', '133339.142000', '133339.145000', '133339.148000', '133339.151000', '133339.154000', '133339.157000', '133339.160000', '133339.162000', '133339.165000', '133339.168000', '133339.181000', '133339.184000', '133339.187000', '133339.190000', '133339.193000', '133339.196000', '133339.198000', '133339.201000', '133339.204000', '133339.207000', '133339.210000', '133339.213000', '133339.216000', '133339.219000', '133339.221000', '133339.225000', '133339.227000', '133339.230000', '133339.233000', '133339.236000', '133339.239000', '133359.108000', '133359.111000', '133359.114000', '133359.117000', '133359.120000', '133359.122000', '133359.125000', '133359.128000', '133359.131000', '133359.134000', '133359.137000', '133359.139000', '133359.142000', '133359.145000', '133359.148000', '133359.151000', '133359.154000', '133359.157000', '133359.160000', '133359.162000', '133359.165000', '133359.168000', '133359.171000', '133359.174000', '133359.177000', '133359.180000', '133359.183000', '133359.185000', '133359.188000', '133359.191000', '133359.194000', '133359.197000', '133359.200000', '133359.202000', '133359.205000', '133359.208000', '133359.211000', '133359.214000', '133359.217000', '133359.220000', '133359.223000', '133359.225000', '133359.228000', '133359.231000', '133419.108000', '133419.111000', '133419.114000', '133419.117000', '133419.120000', '133419.123000', '133419.126000', '133419.129000', '133419.131000', '133419.134000', '133419.137000', '133419.140000', '133419.143000', '133419.146000', '133419.149000', '133419.151000', '133419.154000', '133419.157000', '133419.162000', '133419.165000', '133419.168000', '133419.171000', '133419.174000', '133419.176000', '133419.179000', '133419.182000', '133419.185000', '133419.188000', '133419.191000', '133419.193000', '133419.196000', '133419.199000', '133419.202000', '133419.205000', '133419.208000', '133419.211000', '133419.214000', '133419.217000', '133419.220000', '133419.222000', '133419.225000', '133419.228000', '133419.231000', '133439.108000', '133439.111000', '133439.114000', '133439.117000', '133439.120000', '133439.123000', '133439.126000', '133439.130000', '133439.132000', '133439.135000', '133439.138000', '133439.141000', '133439.144000', '133439.147000', '133439.149000', '133439.152000', '133439.155000', '133439.158000', '133439.161000', '133439.164000', '133439.167000', '133439.169000', '133439.172000', '133439.175000', '133439.178000', '133439.181000', '133439.184000', '133439.187000', '133439.190000', '133439.192000', '133439.195000', '133439.198000', '133439.201000', '133439.204000', '133439.207000', '133439.210000', '133439.212000', '133439.215000', '133439.218000', '133439.221000', '133439.224000', '133439.227000', '133439.230000', '133439.233000', '133458.395000', '133458.398000', '133458.401000', '133458.405000', '133458.408000', '133458.411000', '133458.415000', '133458.418000', '133458.420000', '133458.423000', '133458.426000', '133458.429000', '133458.432000', '133458.435000', '133458.438000', '133458.441000', '133458.444000', '133458.447000', '133458.450000', '133458.470000', '133458.473000', '133458.476000', '133458.479000', '133458.482000', '133458.485000', '133458.488000', '133458.491000', '133458.494000', '133458.497000', '133458.500000', '133458.503000', '133458.506000', '133458.509000', '133458.512000', '133458.515000', '133458.518000', '133458.521000', '133458.524000', '133458.527000', '133458.530000', '133458.533000', '133458.535000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [12046, 9206, 15800, 8945, 10186, 9084, 8632, 9066, 9059, 8942, 9673, 8889, 8839, 9238, 8734, 9883, 8674, 8445, 8595, 8634, 9760, 9181, 8174, 8583, 8380, 8809, 8203, 9642, 8777, 8615, 7981, 8107, 8388, 8104, 9156, 8648, 8971, 8934, 8125, 8815, 7615, 8744, 8145, 10135, 8138, 9241, 7968, 8994, 8201, 8696, 8720, 7744, 7777, 7888, 8584, 7970, 8727, 9046, 8791, 11776, 8718, 12017, 8801, 11679, 8967, 7584, 7949, 7954, 8322, 8137, 9100, 8112, 9181, 7968, 8805, 7649, 8730, 13488, 10794, 12116, 8901, 15206, 8854, 13888, 11421, 13658, 9383, 10864, 8124, 8728, 8188, 8316, 8158, 8912, 8129, 8971, 7998, 9167, 8494, 9155, 8635, 11856, 8386, 10314, 8422, 9931, 13973, 13228, 14735, 8944, 15715, 8908, 12160, 8460, 11120, 8918, 10510, 8537, 9128, 8362, 8821, 9453, 8746, 9344, 8896, 8952, 8838, 9612, 8818, 9680, 8511, 10241, 8246, 9472, 8231, 9045, 8106, 8897, 11286, 9018, 12281, 9066, 10028, 8872, 9839, 8683, 12303, 8808, 9767, 8350, 9496, 8420, 9579, 8946, 8954, 8177, 9004, 11980, 9036, 10698, 8586, 11677, 8511, 9856, 8260, 9401, 8078, 9261, 8430, 9147, 8607, 9328, 8172, 9222, 8436, 8839, 12024, 9092, 11583, 8754, 10025, 8155, 9396, 8362, 9264, 9175, 9088, 9551, 8828, 9438, 8701, 9540, 8810, 9689, 8932, 9773, 8490, 9670, 8009, 9492, 8084, 8916, 10332, 8995, 13040, 8792, 10565, 8375, 9953, 8237, 9412, 8430, 9555, 8414, 8282, 8849, 8830, 8890, 8271, 8733, 8346, 8979, 8544, 8641, 9987, 8698, 11434, 8676, 13177, 8969, 12594, 8727, 10613, 8628, 10313, 8899, 8521, 8613, 7919, 8748, 7949, 9208, 8610, 8538, 8622, 8343, 8692, 8710, 8627, 11159, 8610, 14055, 9907, 14596, 8727, 12639, 9617, 13068, 10409, 8117, 8703, 8206, 8971, 8188, 14085, 8908, 12961, 8491, 8052, 8626, 8137, 8844, 8090, 8147, 8614, 8227, 10266, 8414, 9628, 11619, 8846, 13021, 13408, 9498, 8012, 9256, 7996, 12230, 8796, 13216, 9301, 8100, 10384, 8340, 9244, 10702, 12358, 16359, 12656, 11239, 13207, 9052, 14594, 10557, 16162, 11975, 8649, 8981, 8740, 9634, 8480, 8901, 8925, 8426, 9886, 8361, 8490, 9429, 8321, 8565, 9077, 8256, 8389, 9503, 9220, 8385, 8971, 8592, 9334, 8205, 10548, 8694, 14061, 9895, 8397, 8837, 8592, 8412, 9533, 8350, 9750, 8613, 8132, 8775, 7980, 11068, 8221, 12728, 8788, 10950, 8867, 8364, 9371, 7992, 9813, 8258, 9181, 8675, 8187, 8661, 8017, 9065, 8280, 8454, 8480, 8208, 9486, 8009, 9352, 8229, 8400, 8427, 8208, 9828, 8029, 9749, 8529, 7775, 8598, 7997, 9998, 8008, 10067, 8378, 9724, 8470, 8130, 9732, 8001, 8716, 8450, 7980, 8629, 8098, 10150, 7892, 9249, 8516, 9358, 8981, 8989, 8855, 7776, 8463, 7727, 9158, 8358, 14594, 8504, 12465, 8398, 10357, 8617, 8057, 9245, 8330, 8540, 8112, 8728, 8189, 9199, 8180, 9063, 8093, 9337, 8620, 9638, 8949, 8845, 8799, 8890, 8605, 10152, 8922, 10155, 8796, 12969, 8723, 10610, 8845, 10240, 9090, 12153, 8729, 15378, 8601, 13974, 11072, 15545, 12628, 15079, 9005, 12017, 8719, 10962, 9228, 14610, 8855, 12294, 8810, 10763, 10174, 14626, 10635, 15038, 8851, 11803, 8636, 10674, 8628, 11590, 8597, 10107, 8536, 9555, 8125, 9591, 8577, 10279, 8463, 9655, 8223, 9075, 8332, 9673, 8526, 8942, 8056, 8797, 8069, 8944, 8158, 9183, 7941, 8641, 7914, 8897, 8134, 9592, 8454, 9166, 8269, 9452, 8162, 9414, 8629, 10333, 9131, 8715, 9220, 8167, 8884, 8554, 8865, 10386, 9098, 13754, 8681, 12006, 10462, 12375, 8422, 10710, 8657, 9400, 8677, 8687, 8742, 8851, 8613, 9219, 8614, 9655, 8411, 10032, 8401, 9536, 7735, 9101, 10800, 9204, 7815, 9231, 7684, 8953, 8226, 9405, 8433, 9257, 8351, 9672, 8303, 9511, 8361, 9740, 8692, 9977, 8289, 9797, 8356, 9031, 8562, 7947, 9192, 8009, 8805, 7814, 8744, 7773, 8668, 7945, 8751, 7384, 8704, 7966, 8626, 8440, 9173, 8054, 9277, 8221, 9489, 8489, 9212, 8060, 9545, 8471, 9331, 8722, 9277, 8182, 9313, 8526, 9147, 8888, 9069, 8604, 7934, 8445, 8407, 8816, 8087, 9664, 11213, 9139, 14999, 10306, 14385, 10177, 12892, 8315, 8431, 8893, 7997, 9160, 8386, 9251, 7901, 9736, 8024, 10246, 8011, 10327, 8468, 13224, 8021, 11546, 8088, 9929, 8132, 10273, 8045, 9508, 8207, 9259, 8565, 8624, 8300, 8964, 8284, 7925, 8536, 8021, 8518, 7540, 8350, 7670, 9027, 7783, 9945, 8044, 9395, 8011, 10029, 8243, 14058, 8176, 9795, 8398, 8107, 10582, 8420, 13296, 8144, 12409, 8957, 14913, 10800, 15334, 9861, 13673, 11161, 13736, 10906, 14550, 8403, 12165, 8286, 10151, 8846, 7963, 8531, 9641, 8560, 10650, 8393, 10817, 8362, 11294, 8416, 9776, 8469, 9473, 8876, 9128, 8473, 9224, 8458, 8912, 8511, 9378, 8628, 13562, 8927, 11974, 8802, 10604, 8801, 8249, 8872, 8048, 9251, 8296, 10734, 8233, 8020, 8952, 8008, 8534, 8566, 8161, 8645, 9035, 10237, 11679, 11124, 13293, 12539, 10717, 14670, 10689, 14142, 11919, 10303, 9694, 8917, 8958, 8829, 8445, 9384, 9060, 9077, 9147, 8895, 9249, 9902, 15051, 10562, 13120, 9437, 9908, 9475, 8786, 13175, 8965, 15843, 11499, 14120, 10643, 12308, 9859, 13052, 8703, 10878, 8546, 9577, 8722, 9165, 8756, 9098, 8776, 9021, 8729, 8905, 8615, 9098, 8539, 9190, 8418, 8890, 8592, 8748, 8744, 8502, 8096, 8566, 8139, 9426, 8028, 9219, 8228, 10292, 8624, 13292, 8411, 11237, 8544, 11304, 8627, 10233, 10032, 8108, 8334, 8335, 7880, 9923, 9026, 7606, 9138, 8447, 15493, 11645, 15672, 12438, 13753, 8929, 10258, 11226, 10994, 15121, 9005, 14096, 8669, 11155, 8263, 9040, 8283, 9035, 8105, 8717, 8058, 8503, 8248, 8814, 8015, 8863, 7917, 9283, 8327, 8935, 8248, 8859, 10713, 8868, 12722, 8718, 10471, 8375, 8936, 8097, 8875, 8283, 8795, 8571, 9589, 8688, 9537, 7928, 9903, 8551, 11162, 15184, 8997, 14708, 10864, 12480, 8246, 10516, 8509, 8828, 7883, 8928, 8577, 8523, 8686, 7736, 8483, 9970, 8680, 11514, 8856, 13634, 8668, 12016, 9947, 14523, 10819, 15691, 8835, 12501, 8605, 10487, 9790, 9328, 15224, 12102, 8502, 8408, 8515, 8565, 9500, 8662, 11485, 8456, 15106, 11228, 14697, 10935, 14214, 10872, 15017, 11786, 12763, 11849, 8959, 15572, 12217, 12868, 9566, 13331, 10412, 12869, 13248, 9155, 10987, 8977, 8697, 8656, 8609, 9735, 8965, 8694, 8365, 9021, 8748, 8573, 9240, 8347, 8964, 9204, 8353, 9925, 8716, 10925, 8924, 9770, 9189, 8952, 8912, 9617, 9145, 8441, 9442, 8394, 12163, 8660, 8549, 8537, 8482, 9056, 8280, 8533, 8747, 8354, 9205, 8468, 10096, 8512, 11094, 8571, 9822, 8457, 9226, 8954, 8942, 8715, 8244, 8970, 8380, 9189, 8523, 8767, 8564, 9101, 8304, 9510, 8356, 9611, 8369, 9248, 8322, 9537, 8109, 9405, 8138, 9208, 8187, 8607, 8325, 8533, 8247, 8770, 8343, 9209, 8308, 9879, 8232, 9705, 8457, 8941, 8409, 7829, 8389, 7078, 7993, 7877, 7846, 10118, 8218, 12073, 9784, 9857, 11852, 9222, 14159, 11000, 14910, 11572, 14978, 12545, 15302, 12177, 14869, 11010, 13899, 10339, 9563, 9012, 8464, 13234, 9281, 14170, 8827, 11756, 8587, 10072, 8789, 9522, 9452, 9407, 9131, 8651, 9441, 8591, 10999, 8550, 9170, 8723, 8538, 8889, 8789, 9260, 8582, 9251, 8591, 9400, 8593, 9127, 8851, 9638, 8317, 9849, 8453, 9726, 8420, 8507, 8664, 8743, 9099, 8309, 9191, 8175, 9482, 8181, 8664, 9575, 7846, 7901, 8524, 8294, 8101, 9009, 8404, 9516, 8647, 10974, 9419, 13418, 10560, 12095, 8789, 10507, 12762, 11495, 14399, 15058, 12067, 8427, 9258, 8105, 8696, 9254, 8476, 9705, 8488, 9528, 8730, 9405, 9367, 10803, 9722, 12258, 11533, 11521, 12402, 11793, 10924, 14656, 9394, 12215, 8742, 8474, 8919, 8247, 8521, 8108, 8711, 9419, 9424, 8649, 8046, 8833, 8893, 8512, 8547, 8956, 9204, 8465, 11296, 8752, 11517, 8294, 9771, 8649, 8994, 9301, 8903, 9368], 'WindowCenter': [3957.0, 3921.0, 3950.0, 3894.0, 3903.0, 3891.0, 3892.0, 3892.0, 3891.0, 3891.0, 3901.0, 3902.0, 3902.0, 3902.0, 3904.0, 3914.0, 3904.0, 3904.0, 3917.0, 3918.0, 3917.0, 3917.0, 3908.0, 3917.0, 3906.0, 3919.0, 3920.0, 3928.0, 3921.0, 3919.0, 3911.0, 3910.0, 3919.0, 3922.0, 3932.0, 3933.0, 3930.0, 3934.0, 3921.0, 3929.0, 3924.0, 3932.0, 3920.0, 3943.0, 3923.0, 3931.0, 3921.0, 3931.0, 3921.0, 3931.0, 3935.0, 3925.0, 3925.0, 3934.0, 3936.0, 3924.0, 3938.0, 3934.0, 3936.0, 3967.0, 3935.0, 3967.0, 3931.0, 3952.0, 3934.0, 3922.0, 3924.0, 3925.0, 3935.0, 3936.0, 3947.0, 3935.0, 3947.0, 3934.0, 3947.0, 3926.0, 3936.0, 3976.0, 3954.0, 3967.0, 3935.0, 3974.0, 3933.0, 3964.0, 3953.0, 3964.0, 3929.0, 3938.0, 3911.0, 3921.0, 3921.0, 3921.0, 3922.0, 3934.0, 3922.0, 3934.0, 3921.0, 3930.0, 3935.0, 3945.0, 3936.0, 3952.0, 3923.0, 3943.0, 3922.0, 3943.0, 3962.0, 3966.0, 3960.0, 3918.0, 3962.0, 3918.0, 3938.0, 3907.0, 3927.0, 3917.0, 3928.0, 3906.0, 3916.0, 3905.0, 3913.0, 3912.0, 3908.0, 3916.0, 3907.0, 3907.0, 3917.0, 3916.0, 3918.0, 3918.0, 3920.0, 3928.0, 3907.0, 3917.0, 3905.0, 3917.0, 3906.0, 3918.0, 3938.0, 3918.0, 3935.0, 3918.0, 3916.0, 3916.0, 3917.0, 3908.0, 3938.0, 3906.0, 3917.0, 3905.0, 3916.0, 3906.0, 3917.0, 3906.0, 3906.0, 3905.0, 3915.0, 3937.0, 3904.0, 3926.0, 3907.0, 3926.0, 3905.0, 3916.0, 3905.0, 3915.0, 3896.0, 3914.0, 3906.0, 3917.0, 3919.0, 3919.0, 3908.0, 3930.0, 3909.0, 3917.0, 3940.0, 3919.0, 3938.0, 3908.0, 3918.0, 3907.0, 3918.0, 3906.0, 3918.0, 3917.0, 3913.0, 3917.0, 3917.0, 3917.0, 3906.0, 3917.0, 3918.0, 3917.0, 3917.0, 3928.0, 3919.0, 3928.0, 3907.0, 3919.0, 3907.0, 3919.0, 3928.0, 3915.0, 3949.0, 3907.0, 3925.0, 3907.0, 3916.0, 3907.0, 3916.0, 3908.0, 3918.0, 3920.0, 3909.0, 3931.0, 3921.0, 3921.0, 3921.0, 3919.0, 3917.0, 3920.0, 3920.0, 3919.0, 3931.0, 3917.0, 3940.0, 3917.0, 3950.0, 3917.0, 3937.0, 3920.0, 3928.0, 3920.0, 3926.0, 3919.0, 3919.0, 3919.0, 3910.0, 3917.0, 3910.0, 3932.0, 3922.0, 3923.0, 3933.0, 3923.0, 3934.0, 3934.0, 3935.0, 3956.0, 3936.0, 3976.0, 3941.0, 3972.0, 3921.0, 3954.0, 3931.0, 3964.0, 3943.0, 3909.0, 3920.0, 3919.0, 3919.0, 3921.0, 3962.0, 3920.0, 3951.0, 3918.0, 3921.0, 3919.0, 3923.0, 3931.0, 3922.0, 3924.0, 3934.0, 3934.0, 3957.0, 3936.0, 3946.0, 3968.0, 3930.0, 3963.0, 3960.0, 3942.0, 3922.0, 3931.0, 3921.0, 3966.0, 3932.0, 3965.0, 3930.0, 3922.0, 3929.0, 3919.0, 3919.0, 3939.0, 3941.0, 3961.0, 3938.0, 3914.0, 3924.0, 3892.0, 3932.0, 3902.0, 3932.0, 3910.0, 3875.0, 3874.0, 3877.0, 3884.0, 3877.0, 3888.0, 3888.0, 3879.0, 3899.0, 3879.0, 3890.0, 3901.0, 3892.0, 3903.0, 3905.0, 3904.0, 3907.0, 3918.0, 3917.0, 3906.0, 3907.0, 3908.0, 3917.0, 3908.0, 3929.0, 3908.0, 3950.0, 3916.0, 3904.0, 3904.0, 3907.0, 3909.0, 3930.0, 3918.0, 3931.0, 3921.0, 3911.0, 3921.0, 3912.0, 3942.0, 3920.0, 3953.0, 3922.0, 3941.0, 3921.0, 3921.0, 3921.0, 3910.0, 3929.0, 3920.0, 3921.0, 3922.0, 3920.0, 3921.0, 3909.0, 3919.0, 3922.0, 3922.0, 3934.0, 3923.0, 3934.0, 3921.0, 3932.0, 3923.0, 3923.0, 3924.0, 3935.0, 3944.0, 3925.0, 3933.0, 3932.0, 3922.0, 3934.0, 3923.0, 3944.0, 3923.0, 3945.0, 3925.0, 3935.0, 3924.0, 3924.0, 3945.0, 3924.0, 3934.0, 3935.0, 3925.0, 3935.0, 3937.0, 3958.0, 3937.0, 3948.0, 3938.0, 3946.0, 3937.0, 3948.0, 3948.0, 3924.0, 3936.0, 3927.0, 3946.0, 3933.0, 3974.0, 3936.0, 3963.0, 3936.0, 3945.0, 3932.0, 3922.0, 3945.0, 3923.0, 3935.0, 3925.0, 3935.0, 3924.0, 3947.0, 3925.0, 3934.0, 3924.0, 3933.0, 3933.0, 3942.0, 3949.0, 3936.0, 3937.0, 3936.0, 3936.0, 3947.0, 3937.0, 3945.0, 3938.0, 3967.0, 3936.0, 3945.0, 3935.0, 3945.0, 3936.0, 3967.0, 3935.0, 3976.0, 3934.0, 3964.0, 3943.0, 3975.0, 3954.0, 3961.0, 3922.0, 3942.0, 3921.0, 3930.0, 3933.0, 3963.0, 3921.0, 3951.0, 3921.0, 3928.0, 3932.0, 3962.0, 3931.0, 3959.0, 3907.0, 3927.0, 3908.0, 3927.0, 3905.0, 3927.0, 3908.0, 3928.0, 3908.0, 3918.0, 3907.0, 3916.0, 3920.0, 3927.0, 3908.0, 3918.0, 3908.0, 3919.0, 3909.0, 3920.0, 3907.0, 3919.0, 3905.0, 3908.0, 3904.0, 3919.0, 3898.0, 3919.0, 3898.0, 3906.0, 3907.0, 3918.0, 3907.0, 3919.0, 3905.0, 3917.0, 3906.0, 3918.0, 3909.0, 3919.0, 3921.0, 3930.0, 3918.0, 3919.0, 3921.0, 3920.0, 3922.0, 3921.0, 3922.0, 3932.0, 3918.0, 3963.0, 3920.0, 3941.0, 3930.0, 3938.0, 3906.0, 3929.0, 3907.0, 3918.0, 3919.0, 3919.0, 3921.0, 3932.0, 3921.0, 3932.0, 3931.0, 3933.0, 3925.0, 3944.0, 3920.0, 3933.0, 3910.0, 3922.0, 3940.0, 3932.0, 3911.0, 3919.0, 3911.0, 3919.0, 3922.0, 3929.0, 3922.0, 3934.0, 3924.0, 3934.0, 3924.0, 3933.0, 3923.0, 3934.0, 3934.0, 3944.0, 3923.0, 3941.0, 3920.0, 3932.0, 3935.0, 3924.0, 3946.0, 3922.0, 3932.0, 3922.0, 3932.0, 3923.0, 3934.0, 3924.0, 3920.0, 3911.0, 3922.0, 3924.0, 3923.0, 3924.0, 3931.0, 3924.0, 3930.0, 3923.0, 3932.0, 3921.0, 3931.0, 3923.0, 3933.0, 3924.0, 3933.0, 3921.0, 3932.0, 3925.0, 3933.0, 3934.0, 3935.0, 3937.0, 3935.0, 3937.0, 3935.0, 3934.0, 3937.0, 3933.0, 3926.0, 3944.0, 3958.0, 3936.0, 3976.0, 3947.0, 3977.0, 3944.0, 3965.0, 3922.0, 3924.0, 3936.0, 3926.0, 3946.0, 3934.0, 3935.0, 3926.0, 3945.0, 3922.0, 3944.0, 3923.0, 3943.0, 3922.0, 3966.0, 3921.0, 3955.0, 3923.0, 3934.0, 3915.0, 3941.0, 3911.0, 3934.0, 3922.0, 3932.0, 3925.0, 3924.0, 3926.0, 3932.0, 3937.0, 3926.0, 3935.0, 3927.0, 3938.0, 3926.0, 3936.0, 3928.0, 3937.0, 3925.0, 3947.0, 3925.0, 3933.0, 3923.0, 3947.0, 3935.0, 3975.0, 3926.0, 3945.0, 3923.0, 3923.0, 3955.0, 3922.0, 3964.0, 3925.0, 3953.0, 3935.0, 3978.0, 3945.0, 3975.0, 3936.0, 3963.0, 3943.0, 3950.0, 3934.0, 3963.0, 3909.0, 3941.0, 3908.0, 3930.0, 3922.0, 3907.0, 3909.0, 3919.0, 3921.0, 3930.0, 3907.0, 3932.0, 3909.0, 3941.0, 3910.0, 3919.0, 3911.0, 3919.0, 3922.0, 3919.0, 3909.0, 3921.0, 3908.0, 3918.0, 3921.0, 3919.0, 3910.0, 3948.0, 3920.0, 3940.0, 3917.0, 3931.0, 3919.0, 3909.0, 3910.0, 3910.0, 3921.0, 3920.0, 3942.0, 3912.0, 3912.0, 3933.0, 3923.0, 3923.0, 3918.0, 3935.0, 3936.0, 3935.0, 3944.0, 3953.0, 3942.0, 3965.0, 3952.0, 3931.0, 3949.0, 3916.0, 3938.0, 3927.0, 3904.0, 3904.0, 3893.0, 3904.0, 3903.0, 3896.0, 3906.0, 3907.0, 3906.0, 3907.0, 3907.0, 3917.0, 3918.0, 3950.0, 3917.0, 3937.0, 3906.0, 3916.0, 3916.0, 3905.0, 3937.0, 3908.0, 3948.0, 3927.0, 3936.0, 3914.0, 3923.0, 3903.0, 3922.0, 3892.0, 3913.0, 3893.0, 3900.0, 3891.0, 3890.0, 3892.0, 3892.0, 3894.0, 3902.0, 3905.0, 3903.0, 3906.0, 3905.0, 3907.0, 3906.0, 3907.0, 3907.0, 3907.0, 3907.0, 3907.0, 3921.0, 3910.0, 3922.0, 3922.0, 3934.0, 3922.0, 3934.0, 3936.0, 3944.0, 3923.0, 3967.0, 3923.0, 3941.0, 3923.0, 3953.0, 3935.0, 3945.0, 3933.0, 3923.0, 3922.0, 3925.0, 3923.0, 3948.0, 3937.0, 3924.0, 3933.0, 3937.0, 3978.0, 3957.0, 3977.0, 3952.0, 3962.0, 3921.0, 3931.0, 3931.0, 3930.0, 3946.0, 3908.0, 3937.0, 3894.0, 3914.0, 3895.0, 3904.0, 3895.0, 3905.0, 3898.0, 3907.0, 3909.0, 3908.0, 3909.0, 3919.0, 3910.0, 3919.0, 3910.0, 3920.0, 3911.0, 3922.0, 3909.0, 3919.0, 3928.0, 3919.0, 3939.0, 3908.0, 3929.0, 3909.0, 3919.0, 3912.0, 3919.0, 3923.0, 3923.0, 3921.0, 3934.0, 3924.0, 3933.0, 3924.0, 3947.0, 3924.0, 3944.0, 3974.0, 3922.0, 3962.0, 3930.0, 3941.0, 3909.0, 3927.0, 3907.0, 3917.0, 3911.0, 3921.0, 3924.0, 3922.0, 3935.0, 3923.0, 3936.0, 3943.0, 3936.0, 3958.0, 3934.0, 3965.0, 3923.0, 3955.0, 3935.0, 3965.0, 3944.0, 3975.0, 3922.0, 3954.0, 3923.0, 3956.0, 3944.0, 3933.0, 3972.0, 3953.0, 3920.0, 3909.0, 3918.0, 3919.0, 3931.0, 3921.0, 3954.0, 3922.0, 3974.0, 3940.0, 3948.0, 3928.0, 3937.0, 3916.0, 3936.0, 3925.0, 3924.0, 3913.0, 3891.0, 3933.0, 3912.0, 3921.0, 3888.0, 3920.0, 3888.0, 3896.0, 3907.0, 3875.0, 3897.0, 3876.0, 3875.0, 3874.0, 3876.0, 3887.0, 3885.0, 3889.0, 3877.0, 3888.0, 3889.0, 3889.0, 3889.0, 3890.0, 3890.0, 3890.0, 3891.0, 3901.0, 3892.0, 3911.0, 3891.0, 3903.0, 3891.0, 3890.0, 3890.0, 3900.0, 3889.0, 3879.0, 3899.0, 3880.0, 3911.0, 3890.0, 3889.0, 3890.0, 3892.0, 3891.0, 3894.0, 3905.0, 3904.0, 3906.0, 3918.0, 3908.0, 3927.0, 3908.0, 3927.0, 3907.0, 3916.0, 3906.0, 3917.0, 3918.0, 3906.0, 3906.0, 3907.0, 3907.0, 3907.0, 3917.0, 3920.0, 3909.0, 3918.0, 3917.0, 3909.0, 3917.0, 3910.0, 3919.0, 3908.0, 3916.0, 3909.0, 3917.0, 3909.0, 3918.0, 3910.0, 3920.0, 3921.0, 3921.0, 3924.0, 3921.0, 3924.0, 3922.0, 3925.0, 3932.0, 3922.0, 3944.0, 3938.0, 3956.0, 3933.0, 3943.0, 3921.0, 3909.0, 3921.0, 3909.0, 3934.0, 3934.0, 3936.0, 3955.0, 3948.0, 3981.0, 3955.0, 3946.0, 3952.0, 3932.0, 3964.0, 3941.0, 3964.0, 3942.0, 3962.0, 3939.0, 3948.0, 3927.0, 3936.0, 3914.0, 3923.0, 3898.0, 3889.0, 3886.0, 3878.0, 3909.0, 3888.0, 3919.0, 3876.0, 3897.0, 3877.0, 3886.0, 3877.0, 3887.0, 3887.0, 3886.0, 3886.0, 3876.0, 3885.0, 3877.0, 3897.0, 3889.0, 3888.0, 3877.0, 3878.0, 3887.0, 3889.0, 3901.0, 3890.0, 3899.0, 3891.0, 3889.0, 3891.0, 3900.0, 3892.0, 3901.0, 3892.0, 3900.0, 3892.0, 3902.0, 3892.0, 3892.0, 3892.0, 3904.0, 3902.0, 3904.0, 3916.0, 3919.0, 3917.0, 3906.0, 3907.0, 3927.0, 3906.0, 3920.0, 3918.0, 3935.0, 3934.0, 3934.0, 3936.0, 3958.0, 3935.0, 3954.0, 3935.0, 3962.0, 3943.0, 3950.0, 3921.0, 3942.0, 3953.0, 3939.0, 3960.0, 3962.0, 3940.0, 3906.0, 3915.0, 3905.0, 3905.0, 3918.0, 3919.0, 3930.0, 3918.0, 3917.0, 3906.0, 3904.0, 3904.0, 3915.0, 3903.0, 3925.0, 3911.0, 3913.0, 3907.0, 3899.0, 3899.0, 3919.0, 3875.0, 3895.0, 3864.0, 3863.0, 3874.0, 3863.0, 3874.0, 3864.0, 3874.0, 3886.0, 3887.0, 3890.0, 3877.0, 3888.0, 3889.0, 3888.0, 3890.0, 3891.0, 3903.0, 3891.0, 3913.0, 3905.0, 3938.0, 3895.0, 3913.0, 3892.0, 3903.0, 3902.0, 3891.0, 3902.0], 'WindowWidth': [8852.0, 8791.0, 8828.0, 8740.0, 8748.0, 8730.0, 8733.0, 8731.0, 8729.0, 8731.0, 8746.0, 8748.0, 8746.0, 8747.0, 8754.0, 8767.0, 8751.0, 8754.0, 8777.0, 8779.0, 8775.0, 8775.0, 8765.0, 8775.0, 8762.0, 8780.0, 8786.0, 8793.0, 8788.0, 8784.0, 8774.0, 8771.0, 8783.0, 8791.0, 8804.0, 8809.0, 8802.0, 8809.0, 8792.0, 8801.0, 8796.0, 8806.0, 8789.0, 8823.0, 8793.0, 8803.0, 8792.0, 8804.0, 8792.0, 8805.0, 8813.0, 8801.0, 8802.0, 8814.0, 8819.0, 8800.0, 8822.0, 8814.0, 8817.0, 8859.0, 8813.0, 8859.0, 8806.0, 8834.0, 8811.0, 8794.0, 8800.0, 8802.0, 8815.0, 8817.0, 8835.0, 8815.0, 8833.0, 8813.0, 8832.0, 8806.0, 8818.0, 8873.0, 8843.0, 8858.0, 8813.0, 8869.0, 8808.0, 8852.0, 8834.0, 8852.0, 8798.0, 8809.0, 8776.0, 8787.0, 8790.0, 8790.0, 8791.0, 8813.0, 8791.0, 8810.0, 8792.0, 8804.0, 8816.0, 8828.0, 8819.0, 8837.0, 8797.0, 8822.0, 8792.0, 8821.0, 8846.0, 8858.0, 8842.0, 8781.0, 8846.0, 8779.0, 8807.0, 8764.0, 8789.0, 8776.0, 8792.0, 8759.0, 8773.0, 8756.0, 8769.0, 8766.0, 8764.0, 8772.0, 8763.0, 8762.0, 8775.0, 8775.0, 8779.0, 8779.0, 8784.0, 8793.0, 8763.0, 8776.0, 8759.0, 8777.0, 8762.0, 8777.0, 8807.0, 8777.0, 8800.0, 8777.0, 8774.0, 8774.0, 8775.0, 8767.0, 8805.0, 8759.0, 8774.0, 8758.0, 8772.0, 8761.0, 8776.0, 8759.0, 8759.0, 8757.0, 8771.0, 8802.0, 8756.0, 8787.0, 8762.0, 8787.0, 8756.0, 8771.0, 8758.0, 8770.0, 8747.0, 8769.0, 8762.0, 8776.0, 8783.0, 8782.0, 8767.0, 8799.0, 8769.0, 8780.0, 8813.0, 8780.0, 8808.0, 8766.0, 8778.0, 8764.0, 8778.0, 8759.0, 8778.0, 8775.0, 8768.0, 8775.0, 8777.0, 8776.0, 8763.0, 8776.0, 8779.0, 8776.0, 8778.0, 8792.0, 8780.0, 8793.0, 8766.0, 8782.0, 8764.0, 8782.0, 8793.0, 8773.0, 8823.0, 8764.0, 8786.0, 8762.0, 8774.0, 8763.0, 8773.0, 8765.0, 8777.0, 8785.0, 8768.0, 8803.0, 8787.0, 8788.0, 8787.0, 8787.0, 8783.0, 8787.0, 8785.0, 8783.0, 8801.0, 8779.0, 8812.0, 8779.0, 8828.0, 8779.0, 8805.0, 8783.0, 8794.0, 8786.0, 8791.0, 8784.0, 8783.0, 8781.0, 8772.0, 8778.0, 8773.0, 8804.0, 8794.0, 8795.0, 8810.0, 8796.0, 8811.0, 8813.0, 8814.0, 8844.0, 8818.0, 8872.0, 8819.0, 8863.0, 8790.0, 8836.0, 8803.0, 8852.0, 8822.0, 8771.0, 8784.0, 8783.0, 8783.0, 8786.0, 8846.0, 8785.0, 8827.0, 8780.0, 8789.0, 8784.0, 8795.0, 8804.0, 8793.0, 8797.0, 8810.0, 8812.0, 8849.0, 8818.0, 8830.0, 8864.0, 8804.0, 8850.0, 8843.0, 8821.0, 8792.0, 8804.0, 8791.0, 8859.0, 8810.0, 8855.0, 8805.0, 8792.0, 8798.0, 8783.0, 8782.0, 8810.0, 8813.0, 8843.0, 8805.0, 8766.0, 8781.0, 8734.0, 8790.0, 8745.0, 8787.0, 8752.0, 8701.0, 8695.0, 8702.0, 8708.0, 8704.0, 8719.0, 8720.0, 8709.0, 8737.0, 8709.0, 8729.0, 8745.0, 8735.0, 8752.0, 8755.0, 8755.0, 8762.0, 8777.0, 8776.0, 8759.0, 8762.0, 8763.0, 8774.0, 8762.0, 8792.0, 8765.0, 8823.0, 8772.0, 8755.0, 8754.0, 8762.0, 8769.0, 8796.0, 8781.0, 8799.0, 8786.0, 8773.0, 8787.0, 8775.0, 8818.0, 8786.0, 8832.0, 8789.0, 8813.0, 8787.0, 8787.0, 8787.0, 8771.0, 8796.0, 8786.0, 8786.0, 8789.0, 8785.0, 8788.0, 8770.0, 8784.0, 8791.0, 8791.0, 8810.0, 8793.0, 8808.0, 8788.0, 8803.0, 8793.0, 8795.0, 8796.0, 8813.0, 8824.0, 8799.0, 8809.0, 8806.0, 8793.0, 8810.0, 8795.0, 8825.0, 8794.0, 8825.0, 8799.0, 8811.0, 8798.0, 8798.0, 8828.0, 8798.0, 8812.0, 8813.0, 8800.0, 8814.0, 8820.0, 8848.0, 8819.0, 8834.0, 8822.0, 8831.0, 8821.0, 8835.0, 8834.0, 8799.0, 8816.0, 8806.0, 8829.0, 8810.0, 8870.0, 8817.0, 8850.0, 8816.0, 8826.0, 8809.0, 8795.0, 8827.0, 8796.0, 8812.0, 8799.0, 8812.0, 8796.0, 8832.0, 8799.0, 8811.0, 8797.0, 8808.0, 8809.0, 8820.0, 8838.0, 8817.0, 8819.0, 8815.0, 8816.0, 8831.0, 8819.0, 8826.0, 8824.0, 8858.0, 8816.0, 8826.0, 8815.0, 8826.0, 8819.0, 8858.0, 8813.0, 8872.0, 8809.0, 8852.0, 8822.0, 8869.0, 8835.0, 8845.0, 8790.0, 8815.0, 8788.0, 8798.0, 8808.0, 8847.0, 8787.0, 8828.0, 8787.0, 8794.0, 8803.0, 8844.0, 8800.0, 8837.0, 8762.0, 8788.0, 8765.0, 8788.0, 8759.0, 8789.0, 8762.0, 8788.0, 8766.0, 8776.0, 8763.0, 8774.0, 8784.0, 8790.0, 8764.0, 8778.0, 8765.0, 8779.0, 8767.0, 8783.0, 8762.0, 8779.0, 8759.0, 8764.0, 8758.0, 8779.0, 8750.0, 8779.0, 8750.0, 8759.0, 8762.0, 8776.0, 8763.0, 8779.0, 8758.0, 8773.0, 8762.0, 8776.0, 8768.0, 8780.0, 8786.0, 8798.0, 8780.0, 8782.0, 8786.0, 8784.0, 8789.0, 8788.0, 8791.0, 8804.0, 8782.0, 8848.0, 8784.0, 8813.0, 8798.0, 8806.0, 8762.0, 8794.0, 8763.0, 8780.0, 8783.0, 8782.0, 8789.0, 8804.0, 8792.0, 8806.0, 8804.0, 8808.0, 8799.0, 8822.0, 8788.0, 8808.0, 8773.0, 8789.0, 8814.0, 8803.0, 8774.0, 8783.0, 8774.0, 8782.0, 8790.0, 8799.0, 8794.0, 8808.0, 8798.0, 8809.0, 8798.0, 8807.0, 8795.0, 8808.0, 8811.0, 8823.0, 8795.0, 8818.0, 8790.0, 8808.0, 8814.0, 8799.0, 8830.0, 8794.0, 8808.0, 8795.0, 8807.0, 8795.0, 8810.0, 8796.0, 8788.0, 8776.0, 8791.0, 8794.0, 8793.0, 8794.0, 8803.0, 8796.0, 8801.0, 8796.0, 8804.0, 8791.0, 8802.0, 8794.0, 8806.0, 8798.0, 8807.0, 8791.0, 8805.0, 8797.0, 8809.0, 8813.0, 8813.0, 8819.0, 8812.0, 8818.0, 8816.0, 8814.0, 8817.0, 8813.0, 8802.0, 8827.0, 8845.0, 8817.0, 8872.0, 8832.0, 8873.0, 8825.0, 8852.0, 8793.0, 8795.0, 8815.0, 8802.0, 8830.0, 8811.0, 8813.0, 8801.0, 8825.0, 8795.0, 8824.0, 8799.0, 8823.0, 8795.0, 8855.0, 8791.0, 8838.0, 8795.0, 8809.0, 8784.0, 8816.0, 8775.0, 8809.0, 8792.0, 8803.0, 8798.0, 8795.0, 8801.0, 8805.0, 8819.0, 8802.0, 8815.0, 8803.0, 8819.0, 8801.0, 8816.0, 8806.0, 8817.0, 8801.0, 8832.0, 8799.0, 8810.0, 8797.0, 8830.0, 8816.0, 8869.0, 8801.0, 8826.0, 8797.0, 8795.0, 8843.0, 8792.0, 8852.0, 8799.0, 8836.0, 8814.0, 8874.0, 8827.0, 8869.0, 8812.0, 8847.0, 8820.0, 8826.0, 8807.0, 8846.0, 8769.0, 8811.0, 8766.0, 8795.0, 8786.0, 8763.0, 8769.0, 8781.0, 8787.0, 8798.0, 8765.0, 8799.0, 8769.0, 8810.0, 8768.0, 8779.0, 8771.0, 8779.0, 8787.0, 8780.0, 8767.0, 8785.0, 8767.0, 8778.0, 8786.0, 8779.0, 8769.0, 8818.0, 8783.0, 8810.0, 8777.0, 8798.0, 8779.0, 8766.0, 8767.0, 8769.0, 8784.0, 8786.0, 8815.0, 8777.0, 8775.0, 8808.0, 8794.0, 8795.0, 8784.0, 8815.0, 8819.0, 8815.0, 8822.0, 8837.0, 8816.0, 8855.0, 8832.0, 8802.0, 8822.0, 8773.0, 8805.0, 8789.0, 8749.0, 8750.0, 8736.0, 8750.0, 8748.0, 8744.0, 8759.0, 8761.0, 8758.0, 8760.0, 8759.0, 8774.0, 8775.0, 8825.0, 8775.0, 8800.0, 8757.0, 8769.0, 8770.0, 8757.0, 8802.0, 8762.0, 8819.0, 8787.0, 8799.0, 8764.0, 8775.0, 8748.0, 8773.0, 8732.0, 8759.0, 8733.0, 8739.0, 8729.0, 8728.0, 8733.0, 8733.0, 8739.0, 8746.0, 8754.0, 8750.0, 8759.0, 8756.0, 8761.0, 8758.0, 8765.0, 8761.0, 8761.0, 8762.0, 8762.0, 8786.0, 8771.0, 8791.0, 8792.0, 8809.0, 8792.0, 8809.0, 8816.0, 8828.0, 8795.0, 8858.0, 8793.0, 8814.0, 8794.0, 8835.0, 8815.0, 8826.0, 8807.0, 8793.0, 8793.0, 8799.0, 8795.0, 8836.0, 8819.0, 8799.0, 8809.0, 8818.0, 8877.0, 8845.0, 8877.0, 8832.0, 8847.0, 8785.0, 8801.0, 8799.0, 8798.0, 8815.0, 8760.0, 8802.0, 8740.0, 8766.0, 8742.0, 8753.0, 8742.0, 8753.0, 8749.0, 8760.0, 8768.0, 8763.0, 8768.0, 8779.0, 8771.0, 8783.0, 8772.0, 8783.0, 8773.0, 8790.0, 8767.0, 8781.0, 8791.0, 8779.0, 8808.0, 8764.0, 8795.0, 8769.0, 8781.0, 8776.0, 8781.0, 8794.0, 8793.0, 8792.0, 8809.0, 8797.0, 8807.0, 8797.0, 8830.0, 8796.0, 8825.0, 8863.0, 8789.0, 8847.0, 8799.0, 8814.0, 8765.0, 8790.0, 8764.0, 8777.0, 8773.0, 8785.0, 8797.0, 8791.0, 8811.0, 8795.0, 8816.0, 8824.0, 8817.0, 8847.0, 8811.0, 8855.0, 8796.0, 8839.0, 8811.0, 8853.0, 8823.0, 8867.0, 8790.0, 8836.0, 8794.0, 8843.0, 8827.0, 8808.0, 8863.0, 8836.0, 8784.0, 8769.0, 8779.0, 8781.0, 8804.0, 8788.0, 8841.0, 8795.0, 8868.0, 8813.0, 8824.0, 8791.0, 8805.0, 8775.0, 8801.0, 8785.0, 8781.0, 8763.0, 8730.0, 8792.0, 8761.0, 8769.0, 8720.0, 8766.0, 8722.0, 8727.0, 8746.0, 8698.0, 8732.0, 8702.0, 8699.0, 8696.0, 8701.0, 8718.0, 8713.0, 8725.0, 8705.0, 8721.0, 8724.0, 8725.0, 8723.0, 8729.0, 8728.0, 8726.0, 8731.0, 8742.0, 8734.0, 8757.0, 8732.0, 8748.0, 8731.0, 8726.0, 8725.0, 8740.0, 8722.0, 8712.0, 8738.0, 8716.0, 8756.0, 8728.0, 8725.0, 8726.0, 8733.0, 8731.0, 8740.0, 8756.0, 8753.0, 8760.0, 8779.0, 8767.0, 8789.0, 8766.0, 8788.0, 8763.0, 8771.0, 8762.0, 8775.0, 8778.0, 8759.0, 8759.0, 8762.0, 8761.0, 8763.0, 8775.0, 8786.0, 8767.0, 8781.0, 8776.0, 8767.0, 8777.0, 8771.0, 8779.0, 8767.0, 8775.0, 8767.0, 8777.0, 8769.0, 8779.0, 8771.0, 8784.0, 8786.0, 8786.0, 8795.0, 8790.0, 8797.0, 8791.0, 8798.0, 8804.0, 8793.0, 8822.0, 8825.0, 8846.0, 8816.0, 8826.0, 8788.0, 8770.0, 8788.0, 8771.0, 8812.0, 8813.0, 8817.0, 8844.0, 8839.0, 8887.0, 8843.0, 8830.0, 8833.0, 8804.0, 8853.0, 8818.0, 8854.0, 8818.0, 8848.0, 8811.0, 8822.0, 8789.0, 8801.0, 8768.0, 8778.0, 8737.0, 8723.0, 8714.0, 8705.0, 8753.0, 8720.0, 8766.0, 8702.0, 8731.0, 8703.0, 8715.0, 8705.0, 8718.0, 8717.0, 8714.0, 8713.0, 8701.0, 8711.0, 8706.0, 8732.0, 8722.0, 8719.0, 8704.0, 8705.0, 8718.0, 8723.0, 8741.0, 8727.0, 8738.0, 8728.0, 8724.0, 8732.0, 8740.0, 8732.0, 8742.0, 8732.0, 8740.0, 8733.0, 8745.0, 8733.0, 8733.0, 8734.0, 8752.0, 8748.0, 8754.0, 8773.0, 8783.0, 8774.0, 8758.0, 8762.0, 8790.0, 8764.0, 8787.0, 8782.0, 8816.0, 8814.0, 8812.0, 8815.0, 8851.0, 8817.0, 8838.0, 8816.0, 8848.0, 8819.0, 8829.0, 8788.0, 8816.0, 8836.0, 8810.0, 8844.0, 8851.0, 8815.0, 8760.0, 8771.0, 8757.0, 8758.0, 8778.0, 8784.0, 8801.0, 8778.0, 8775.0, 8758.0, 8754.0, 8753.0, 8771.0, 8748.0, 8785.0, 8757.0, 8761.0, 8746.0, 8737.0, 8733.0, 8766.0, 8697.0, 8725.0, 8680.0, 8677.0, 8692.0, 8677.0, 8695.0, 8682.0, 8696.0, 8714.0, 8716.0, 8727.0, 8707.0, 8722.0, 8725.0, 8721.0, 8727.0, 8728.0, 8744.0, 8728.0, 8761.0, 8757.0, 8806.0, 8742.0, 8762.0, 8733.0, 8749.0, 8746.0, 8731.0, 8744.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.004546373056994818</td></tr>
<tr><td colspan=3>aqi</td><td>0.03693762141623489</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.17904941351771</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2539860055747618</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.070039457986172</td></tr>
<tr><td colspan=3>efc</td><td>0.4937</td></tr>
<tr><td colspan=3>fber</td><td>4390.4092</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09212402776216794</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.267702936096718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.517897963934882</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3980824882798037</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7839632972615065</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3716481062633354</td></tr>
<tr><td colspan=3>gcor</td><td>0.022263</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012013941071927547</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034640103578567505</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.839189907825361</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>16.9345</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3641</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.6723</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>961.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.0895</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2545</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.9294</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3115.4055</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4098.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.1555</td></tr>
<tr><td colspan=3>tsnr</td><td>33.012025184580125</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>