<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-02/func/sub-0029_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>ac38572506d903aeb765830bb6c7fab5</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:11:49.025000</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.999311, -0.0249788, -0.027448, 0.0261679, 0.998695, 0.043852]</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.122135</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7792, -7201, 567, -36, -205, -27, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40b11711-f8d2-4b23-8610-097f7022d823||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.6810786724090576, 0.07020646333694458, -0.07105540484189987, 112.77140808105469], [0.06701622903347015, 2.679426431655884, 0.12025821208953857, -87.65119171142578], [-0.07364097982645035, -0.1176517978310585, 2.6963844299316406, -27.04118537902832], [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': ['131149.025000', '131149.485000', '131149.945000', '131150.405000', '131150.865000', '131151.325000', '131151.785000', '131152.245000', '131152.705000', '131153.165000', '131153.625000', '131154.085000', '131154.545000', '131155.005000', '131155.465000', '131155.925000', '131156.385000', '131156.845000', '131157.305000', '131157.765000', '131158.225000', '131158.685000', '131159.145000', '131159.605000', '131200.065000', '131200.525000', '131200.985000', '131201.445000', '131201.905000', '131202.365000', '131202.825000', '131203.285000', '131203.745000', '131204.205000', '131204.665000', '131205.125000', '131205.585000', '131206.045000', '131206.505000', '131206.965000', '131207.425000', '131207.885000', '131208.345000', '131208.805000', '131209.265000', '131209.725000', '131210.185000', '131210.645000', '131211.105000', '131211.565000', '131212.025000', '131212.485000', '131212.945000', '131213.405000', '131213.865000', '131214.325000', '131214.785000', '131215.245000', '131215.705000', '131216.165000', '131216.625000', '131217.085000', '131217.545000', '131218.005000', '131218.465000', '131218.925000', '131219.385000', '131219.845000', '131220.305000', '131220.765000', '131221.225000', '131221.685000', '131222.145000', '131222.605000', '131223.065000', '131223.525000', '131223.985000', '131224.445000', '131224.905000', '131225.365000', '131225.825000', '131226.285000', '131226.745000', '131227.205000', '131227.665000', '131228.125000', '131228.585000', '131229.045000', '131229.505000', '131229.965000', '131230.425000', '131230.885000', '131231.345000', '131231.805000', '131232.265000', '131232.725000', '131233.185000', '131233.645000', '131234.105000', '131234.565000', '131235.025000', '131235.485000', '131235.945000', '131236.405000', '131236.865000', '131237.325000', '131237.785000', '131238.245000', '131238.705000', '131239.165000', '131239.625000', '131240.085000', '131240.545000', '131241.005000', '131241.465000', '131241.925000', '131242.385000', '131242.845000', '131243.305000', '131243.765000', '131244.225000', '131244.685000', '131245.145000', '131245.605000', '131246.065000', '131246.525000', '131246.985000', '131247.445000', '131247.905000', '131248.365000', '131248.825000', '131249.285000', '131249.745000', '131250.205000', '131250.665000', '131251.125000', '131251.585000', '131252.045000', '131252.505000', '131252.965000', '131253.425000', '131253.885000', '131254.345000', '131254.805000', '131255.265000', '131255.725000', '131256.185000', '131256.645000', '131257.105000', '131257.565000', '131258.025000', '131258.485000', '131258.945000', '131259.405000', '131259.865000', '131300.325000', '131300.785000', '131301.245000', '131301.705000', '131302.165000', '131302.625000', '131303.085000', '131303.545000', '131304.005000', '131304.465000', '131304.925000', '131305.385000', '131305.845000', '131306.305000', '131306.765000', '131307.225000', '131307.685000', '131308.145000', '131308.605000', '131309.065000', '131309.525000', '131309.985000', '131310.445000', '131310.905000', '131311.365000', '131311.825000', '131312.285000', '131312.745000', '131313.205000', '131313.665000', '131314.125000', '131314.585000', '131315.045000', '131315.505000', '131315.965000', '131316.425000', '131316.885000', '131317.345000', '131317.805000', '131318.265000', '131318.725000', '131319.185000', '131319.645000', '131320.105000', '131320.565000', '131321.025000', '131321.485000', '131321.945000', '131322.405000', '131322.865000', '131323.325000', '131323.785000', '131324.245000', '131324.705000', '131325.165000', '131325.625000', '131326.085000', '131326.545000', '131327.005000', '131327.465000', '131327.925000', '131328.385000', '131328.845000', '131329.305000', '131329.765000', '131330.225000', '131330.685000', '131331.145000', '131331.605000', '131332.065000', '131332.525000', '131332.985000', '131333.445000', '131333.905000', '131334.365000', '131334.825000', '131335.285000', '131335.745000', '131336.205000', '131336.665000', '131337.125000', '131337.585000', '131338.045000', '131338.505000', '131338.965000', '131339.425000', '131339.885000', '131340.345000', '131340.805000', '131341.265000', '131341.725000', '131342.185000', '131342.645000', '131343.105000', '131343.565000', '131344.025000', '131344.485000', '131344.945000', '131345.405000', '131345.865000', '131346.325000', '131346.785000', '131347.245000', '131347.705000', '131348.165000', '131348.625000', '131349.085000', '131349.545000', '131350.005000', '131350.465000', '131350.925000', '131351.385000', '131351.845000', '131352.305000', '131352.765000', '131353.225000', '131353.685000', '131354.145000', '131354.605000', '131355.065000', '131355.525000', '131355.985000', '131356.445000', '131356.905000', '131357.365000', '131357.825000', '131358.285000', '131358.745000', '131359.205000', '131359.665000', '131400.125000', '131400.585000', '131401.045000', '131401.505000', '131401.965000', '131402.425000', '131402.885000', '131403.345000', '131403.805000', '131404.265000', '131404.725000', '131405.185000', '131405.645000', '131406.105000', '131406.565000', '131407.025000', '131407.485000', '131407.945000', '131408.405000', '131408.865000', '131409.325000', '131409.785000', '131410.245000', '131410.705000', '131411.165000', '131411.625000', '131412.085000', '131412.545000', '131413.005000', '131413.465000', '131413.925000', '131414.385000', '131414.845000', '131415.305000', '131415.765000', '131416.225000', '131416.685000', '131417.145000', '131417.605000', '131418.065000', '131418.525000', '131418.985000', '131419.445000', '131419.905000', '131420.365000', '131420.825000', '131421.285000', '131421.745000', '131422.205000', '131422.665000', '131423.125000', '131423.585000', '131424.045000', '131424.505000', '131424.965000', '131425.425000', '131425.885000', '131426.345000', '131426.805000', '131427.265000', '131427.725000', '131428.185000', '131428.645000', '131429.105000', '131429.565000', '131430.025000', '131430.485000', '131430.945000', '131431.405000', '131431.865000', '131432.325000', '131432.785000', '131433.245000', '131433.705000', '131434.165000', '131434.625000', '131435.085000', '131435.545000', '131436.005000', '131436.465000', '131436.925000', '131437.385000', '131437.845000', '131438.305000', '131438.765000', '131439.225000', '131439.685000', '131440.145000', '131440.605000', '131441.065000', '131441.525000', '131441.985000', '131442.445000', '131442.905000', '131443.365000', '131443.825000', '131444.285000', '131444.745000', '131445.205000', '131445.665000', '131446.125000', '131446.585000', '131447.045000', '131447.505000', '131447.965000', '131448.425000', '131448.885000', '131449.345000', '131449.805000', '131450.265000', '131450.725000', '131451.185000', '131451.645000', '131452.105000', '131452.565000', '131453.025000', '131453.485000', '131453.945000', '131454.405000', '131454.865000', '131455.325000', '131455.785000', '131456.245000', '131456.705000', '131457.165000', '131457.625000', '131458.085000', '131458.545000', '131459.005000', '131459.465000', '131459.925000', '131500.385000', '131500.845000', '131501.305000', '131501.765000', '131502.225000', '131502.685000', '131503.145000', '131503.605000', '131504.065000', '131504.525000', '131504.985000', '131505.445000', '131505.905000', '131506.365000', '131506.825000', '131507.285000', '131507.745000', '131508.205000', '131508.665000', '131509.125000', '131509.585000', '131510.045000', '131510.505000', '131510.965000', '131511.425000', '131511.885000', '131512.345000', '131512.805000', '131513.265000', '131513.725000', '131514.185000', '131514.645000', '131515.105000', '131515.565000', '131516.025000', '131516.485000', '131516.945000', '131517.405000', '131517.865000', '131518.325000', '131518.785000', '131519.245000', '131519.705000', '131520.165000', '131520.625000', '131521.085000', '131521.545000', '131522.005000', '131522.465000', '131522.925000', '131523.385000', '131523.845000', '131524.305000', '131524.765000', '131525.225000', '131525.685000', '131526.145000', '131526.605000', '131527.065000', '131527.525000', '131527.985000', '131528.445000', '131528.905000', '131529.365000', '131529.825000', '131530.285000', '131530.745000', '131531.205000', '131531.665000', '131532.125000', '131532.585000', '131533.045000', '131533.505000', '131533.965000', '131534.425000', '131534.885000', '131535.345000', '131535.805000', '131536.265000', '131536.725000', '131537.185000', '131537.645000', '131538.105000', '131538.565000', '131539.025000', '131539.485000', '131539.945000', '131540.405000', '131540.865000', '131541.325000', '131541.785000', '131542.245000', '131542.705000', '131543.165000', '131543.625000', '131544.085000', '131544.545000', '131545.005000', '131545.465000', '131545.925000', '131546.385000', '131546.845000', '131547.305000', '131547.765000', '131548.225000', '131548.685000', '131549.145000', '131549.605000', '131550.065000', '131550.525000', '131550.985000', '131551.445000', '131551.905000', '131552.365000', '131552.825000', '131553.285000', '131553.745000', '131554.205000', '131554.665000', '131555.125000', '131555.585000', '131556.045000', '131556.505000', '131556.965000', '131557.425000', '131557.885000', '131558.345000', '131558.805000', '131559.265000', '131559.725000', '131600.185000', '131600.645000', '131601.105000', '131601.565000', '131602.025000', '131602.485000', '131602.945000', '131603.405000', '131603.865000', '131604.325000', '131604.785000', '131605.245000', '131605.705000', '131606.165000', '131606.625000', '131607.085000', '131607.545000', '131608.005000', '131608.465000', '131608.925000', '131609.385000', '131609.845000', '131610.305000', '131610.765000', '131611.225000', '131611.685000', '131612.145000', '131612.605000', '131613.065000', '131613.525000', '131613.985000', '131614.445000', '131614.905000', '131615.365000', '131615.825000', '131616.285000', '131616.745000', '131617.205000', '131617.665000', '131618.125000', '131618.585000', '131619.045000', '131619.505000', '131619.965000', '131620.425000', '131620.885000', '131621.345000', '131621.805000', '131622.265000', '131622.725000', '131623.185000', '131623.645000', '131624.105000', '131624.565000', '131625.025000', '131625.485000', '131625.945000', '131626.405000', '131626.865000', '131627.325000', '131627.785000', '131628.245000', '131628.705000', '131629.165000', '131629.625000', '131630.085000', '131630.545000', '131631.005000', '131631.465000', '131631.925000', '131632.385000', '131632.845000', '131633.305000', '131633.765000', '131634.225000', '131634.685000', '131635.145000', '131635.605000', '131636.065000', '131636.525000', '131636.985000', '131637.445000', '131637.905000', '131638.365000', '131638.825000', '131639.285000', '131639.745000', '131640.205000', '131640.665000', '131641.125000', '131641.585000', '131642.045000', '131642.505000', '131642.965000', '131643.425000', '131643.885000', '131644.345000', '131644.805000', '131645.265000', '131645.725000', '131646.185000', '131646.645000', '131647.105000', '131647.565000', '131648.025000', '131648.485000', '131648.945000', '131649.405000', '131649.865000', '131650.325000', '131650.785000', '131651.245000', '131651.705000', '131652.165000', '131652.625000', '131653.085000', '131653.545000', '131654.005000', '131654.465000', '131654.925000', '131655.385000', '131655.845000', '131656.305000', '131656.765000', '131657.225000', '131657.685000', '131658.145000', '131658.605000', '131659.065000', '131659.525000', '131659.985000', '131700.445000', '131700.905000', '131701.365000', '131701.825000', '131702.285000', '131702.745000', '131703.205000', '131703.665000', '131704.125000', '131704.585000', '131705.045000', '131705.505000', '131705.965000', '131706.425000', '131706.885000', '131707.345000', '131707.805000', '131708.265000', '131708.725000', '131709.185000', '131709.645000', '131710.105000', '131710.565000', '131711.025000', '131711.485000', '131711.945000', '131712.405000', '131712.865000', '131713.325000', '131713.785000', '131714.245000', '131714.705000', '131715.165000', '131715.625000', '131716.085000', '131716.545000', '131717.005000', '131717.465000', '131717.925000', '131718.385000', '131718.845000', '131719.305000', '131719.765000', '131720.225000', '131720.685000', '131721.145000', '131721.605000', '131722.065000', '131722.525000', '131722.985000', '131723.445000', '131723.905000', '131724.365000', '131724.825000', '131725.285000', '131725.745000', '131726.205000', '131726.665000', '131727.125000', '131727.585000', '131728.045000', '131728.505000', '131728.965000', '131729.425000', '131729.885000', '131730.345000', '131730.805000', '131731.265000', '131731.725000', '131732.185000', '131732.645000', '131733.105000', '131733.565000', '131734.025000', '131734.485000', '131734.945000', '131735.405000', '131735.865000', '131736.325000', '131736.785000', '131737.245000', '131737.705000', '131738.165000', '131738.625000', '131739.085000', '131739.545000', '131740.005000', '131740.465000', '131740.925000', '131741.385000', '131741.845000', '131742.305000', '131742.765000', '131743.225000', '131743.685000', '131744.145000', '131744.605000', '131745.065000', '131745.525000', '131745.985000', '131746.445000', '131746.905000', '131747.365000', '131747.825000', '131748.285000', '131748.745000', '131749.205000', '131749.665000', '131750.125000', '131750.585000', '131751.045000', '131751.505000', '131751.965000', '131752.425000', '131752.885000', '131753.345000', '131753.805000', '131754.265000', '131754.725000', '131755.185000', '131755.645000', '131756.105000', '131756.565000', '131757.025000', '131757.485000', '131757.945000', '131758.405000', '131758.865000', '131759.325000', '131759.785000', '131800.245000', '131800.705000', '131801.165000', '131801.625000', '131802.085000', '131802.545000', '131803.005000', '131803.465000', '131803.925000', '131804.385000', '131804.845000', '131805.305000', '131805.765000', '131806.225000', '131806.685000', '131807.145000', '131807.605000', '131808.065000', '131808.525000', '131808.985000', '131809.445000', '131809.905000', '131810.365000', '131810.825000', '131811.285000', '131811.745000', '131812.205000', '131812.665000', '131813.125000', '131813.585000', '131814.045000', '131814.505000', '131814.965000', '131815.425000', '131815.885000', '131816.345000', '131816.805000', '131817.265000', '131817.725000', '131818.185000', '131818.645000', '131819.105000', '131819.565000', '131820.025000', '131820.485000', '131820.945000', '131821.405000', '131821.865000', '131822.325000', '131822.785000', '131823.245000', '131823.705000', '131824.165000', '131824.625000', '131825.085000', '131825.545000', '131826.005000', '131826.465000', '131826.925000', '131827.385000', '131827.845000', '131828.305000', '131828.765000', '131829.225000', '131829.685000', '131830.145000', '131830.605000', '131831.065000', '131831.525000', '131831.985000', '131832.445000', '131832.905000', '131833.365000', '131833.825000', '131834.285000', '131834.745000', '131835.205000', '131835.665000', '131836.125000', '131836.585000', '131837.045000', '131837.505000', '131837.965000', '131838.425000', '131838.885000', '131839.345000', '131839.805000', '131840.265000', '131840.725000', '131841.185000', '131841.645000', '131842.105000', '131842.565000', '131843.025000', '131843.485000', '131843.945000', '131844.405000', '131844.865000', '131845.325000', '131845.785000', '131846.245000', '131846.705000', '131847.165000', '131847.625000', '131848.085000', '131848.545000', '131849.005000', '131849.465000', '131849.925000', '131850.385000', '131850.845000', '131851.305000', '131851.765000', '131852.225000', '131852.685000', '131853.145000', '131853.605000', '131854.065000', '131854.525000', '131854.985000', '131855.445000', '131855.905000', '131856.365000', '131856.825000', '131857.285000', '131857.745000', '131858.205000', '131858.665000', '131859.125000', '131859.585000', '131900.045000', '131900.505000', '131900.965000', '131901.425000', '131901.885000', '131902.345000', '131902.805000', '131903.265000', '131903.725000', '131904.185000', '131904.645000', '131905.105000', '131905.565000', '131906.025000', '131906.485000', '131906.945000', '131907.405000', '131907.865000', '131908.325000', '131908.785000', '131909.245000', '131909.705000', '131910.165000', '131910.625000', '131911.085000', '131911.545000', '131912.005000', '131912.465000', '131912.925000', '131913.385000', '131913.845000', '131914.305000', '131914.765000', '131915.225000', '131915.685000', '131916.145000', '131916.605000', '131917.065000', '131917.525000', '131917.985000', '131918.445000', '131918.905000', '131919.365000', '131919.825000', '131920.285000', '131920.745000', '131921.205000', '131921.665000', '131922.125000', '131922.585000', '131923.045000', '131923.505000', '131923.965000', '131924.425000', '131924.885000', '131925.345000', '131925.805000', '131926.265000', '131926.725000', '131927.185000', '131927.645000', '131928.105000', '131928.565000', '131929.025000', '131929.485000', '131929.945000', '131930.405000', '131930.865000', '131931.325000', '131931.785000', '131932.245000', '131932.705000', '131933.165000', '131933.625000', '131934.085000', '131934.545000', '131935.005000', '131935.465000', '131935.925000', '131936.385000', '131936.845000', '131937.305000', '131937.765000', '131938.225000', '131938.685000', '131939.145000', '131939.605000', '131940.065000', '131940.525000', '131940.985000', '131941.445000', '131941.905000', '131942.365000', '131942.825000', '131943.285000', '131943.745000', '131944.205000', '131944.665000', '131945.125000', '131945.585000', '131946.045000', '131946.505000', '131946.965000', '131947.425000', '131947.885000', '131948.345000', '131948.805000', '131949.265000', '131949.725000', '131950.185000', '131950.645000', '131951.105000', '131951.565000', '131952.025000', '131952.485000', '131952.945000', '131953.405000', '131953.865000', '131954.325000', '131954.785000', '131955.245000', '131955.705000', '131956.165000', '131956.625000', '131957.085000', '131957.545000', '131958.005000', '131958.465000', '131958.925000', '131959.385000', '131959.845000', '132000.305000', '132000.765000', '132001.225000', '132001.685000', '132002.145000', '132002.605000', '132003.065000', '132003.525000', '132003.985000', '132004.445000', '132004.905000', '132005.365000', '132005.825000', '132006.285000', '132006.745000', '132007.205000', '132007.665000', '132008.125000', '132008.585000', '132009.045000', '132009.505000', '132009.965000', '132010.425000', '132010.885000', '132011.345000', '132011.805000', '132012.265000', '132012.725000', '132013.185000', '132013.645000', '132014.105000', '132014.565000', '132015.025000', '132015.485000', '132015.945000', '132016.405000', '132016.865000', '132017.325000', '132017.785000', '132018.245000', '132018.705000', '132019.165000', '132019.625000', '132020.085000', '132020.545000', '132021.005000', '132021.465000', '132021.925000', '132022.385000', '132022.845000', '132023.305000', '132023.765000', '132024.225000', '132024.685000', '132025.145000', '132025.605000', '132026.065000', '132026.525000', '132026.985000', '132027.445000', '132027.905000', '132028.365000', '132028.825000', '132029.285000', '132029.745000', '132030.205000', '132030.665000', '132031.125000', '132031.585000', '132032.045000', '132032.505000', '132032.965000', '132033.425000', '132033.885000', '132034.345000', '132034.805000', '132035.265000', '132035.725000', '132036.185000', '132036.645000', '132037.105000', '132037.565000', '132038.025000', '132038.485000', '132038.945000', '132039.405000', '132039.865000', '132040.325000', '132040.785000', '132041.245000'], 'ContentTime': ['131218.623000', '131218.629000', '131218.632000', '131218.635000', '131218.638000', '131218.641000', '131218.644000', '131218.646000', '131218.649000', '131218.653000', '131218.658000', '131218.661000', '131218.664000', '131218.667000', '131218.671000', '131218.674000', '131218.677000', '131218.680000', '131218.683000', '131218.686000', '131218.689000', '131218.700000', '131218.703000', '131218.707000', '131218.710000', '131218.713000', '131218.716000', '131218.719000', '131218.722000', '131218.725000', '131218.729000', '131218.732000', '131218.735000', '131218.738000', '131218.741000', '131218.744000', '131218.747000', '131218.751000', '131218.754000', '131218.757000', '131218.760000', '131218.763000', '131218.766000', '131218.769000', '131218.772000', '131218.775000', '131218.778000', '131218.781000', '131218.784000', '131218.787000', '131218.790000', '131218.793000', '131218.796000', '131218.799000', '131218.802000', '131218.805000', '131218.808000', '131218.811000', '131218.814000', '131218.817000', '131218.823000', '131218.826000', '131238.576000', '131238.579000', '131238.582000', '131238.585000', '131238.588000', '131238.590000', '131238.593000', '131238.596000', '131238.599000', '131238.602000', '131238.605000', '131238.608000', '131238.611000', '131238.613000', '131238.616000', '131238.619000', '131238.622000', '131238.625000', '131238.628000', '131238.630000', '131238.633000', '131238.636000', '131238.639000', '131238.642000', '131238.645000', '131238.648000', '131238.651000', '131238.653000', '131238.656000', '131238.659000', '131238.662000', '131238.665000', '131238.668000', '131238.670000', '131238.673000', '131238.676000', '131238.679000', '131238.682000', '131238.685000', '131238.688000', '131238.691000', '131238.693000', '131238.696000', '131238.699000', '131258.576000', '131258.579000', '131258.582000', '131258.585000', '131258.588000', '131258.591000', '131258.594000', '131258.596000', '131258.599000', '131258.602000', '131258.605000', '131258.608000', '131258.611000', '131258.614000', '131258.616000', '131258.619000', '131258.622000', '131258.625000', '131258.628000', '131258.631000', '131258.634000', '131258.637000', '131258.639000', '131258.642000', '131258.645000', '131258.648000', '131258.651000', '131258.654000', '131258.656000', '131258.659000', '131258.662000', '131258.665000', '131258.668000', '131258.671000', '131258.674000', '131258.677000', '131258.680000', '131258.682000', '131258.685000', '131258.688000', '131258.691000', '131258.694000', '131258.697000', '131318.576000', '131318.579000', '131318.582000', '131318.585000', '131318.588000', '131318.590000', '131318.593000', '131318.596000', '131318.599000', '131318.602000', '131318.605000', '131318.608000', '131318.611000', '131318.614000', '131318.616000', '131318.619000', '131318.622000', '131318.625000', '131318.628000', '131318.631000', '131318.634000', '131318.637000', '131318.640000', '131318.642000', '131318.645000', '131318.648000', '131318.651000', '131318.654000', '131318.657000', '131318.660000', '131318.663000', '131318.665000', '131318.668000', '131318.671000', '131318.674000', '131318.677000', '131318.680000', '131318.683000', '131318.686000', '131318.688000', '131318.691000', '131318.694000', '131318.697000', '131318.700000', '131338.575000', '131338.578000', '131338.581000', '131338.584000', '131338.587000', '131338.590000', '131338.592000', '131338.595000', '131338.598000', '131338.601000', '131338.604000', '131338.607000', '131338.610000', '131338.612000', '131338.615000', '131338.618000', '131338.621000', '131338.624000', '131338.643000', '131338.645000', '131338.648000', '131338.651000', '131338.654000', '131338.657000', '131338.660000', '131338.662000', '131338.665000', '131338.668000', '131338.671000', '131338.674000', '131338.677000', '131338.680000', '131338.683000', '131338.686000', '131338.688000', '131338.692000', '131338.695000', '131338.698000', '131338.701000', '131338.704000', '131338.707000', '131338.710000', '131338.713000', '131358.576000', '131358.579000', '131358.582000', '131358.585000', '131358.588000', '131358.591000', '131358.594000', '131358.596000', '131358.599000', '131358.602000', '131358.605000', '131358.608000', '131358.611000', '131358.614000', '131358.616000', '131358.619000', '131358.622000', '131358.625000', '131358.628000', '131358.631000', '131358.634000', '131358.637000', '131358.640000', '131358.643000', '131358.645000', '131358.648000', '131358.651000', '131358.654000', '131358.657000', '131358.660000', '131358.663000', '131358.666000', '131358.669000', '131358.671000', '131358.674000', '131358.677000', '131358.680000', '131358.683000', '131358.686000', '131358.689000', '131358.692000', '131358.695000', '131358.698000', '131418.576000', '131418.579000', '131418.582000', '131418.585000', '131418.588000', '131418.590000', '131418.593000', '131418.596000', '131418.599000', '131418.602000', '131418.605000', '131418.608000', '131418.611000', '131418.614000', '131418.617000', '131418.620000', '131418.622000', '131418.625000', '131418.628000', '131418.631000', '131418.634000', '131418.637000', '131418.640000', '131418.643000', '131418.646000', '131418.648000', '131418.651000', '131418.654000', '131418.657000', '131418.660000', '131418.663000', '131418.666000', '131418.669000', '131418.672000', '131418.674000', '131418.677000', '131418.680000', '131418.683000', '131418.686000', '131418.689000', '131418.692000', '131418.695000', '131418.697000', '131418.700000', '131438.576000', '131438.579000', '131438.582000', '131438.585000', '131438.588000', '131438.591000', '131438.594000', '131438.596000', '131438.599000', '131438.602000', '131438.605000', '131438.608000', '131438.611000', '131438.614000', '131438.617000', '131438.619000', '131438.622000', '131438.625000', '131438.628000', '131438.631000', '131438.634000', '131438.637000', '131438.640000', '131438.643000', '131438.645000', '131438.648000', '131438.651000', '131438.654000', '131438.657000', '131438.660000', '131438.663000', '131438.666000', '131438.669000', '131438.672000', '131438.674000', '131438.677000', '131438.680000', '131438.683000', '131438.686000', '131438.689000', '131438.691000', '131438.694000', '131438.697000', '131438.700000', '131458.576000', '131458.579000', '131458.582000', '131458.585000', '131458.588000', '131458.591000', '131458.594000', '131458.597000', '131458.600000', '131458.602000', '131458.605000', '131458.608000', '131458.611000', '131458.614000', '131458.617000', '131458.620000', '131458.623000', '131458.626000', '131458.628000', '131458.631000', '131458.634000', '131458.637000', '131458.640000', '131458.643000', '131458.646000', '131458.648000', '131458.651000', '131458.654000', '131458.657000', '131458.660000', '131458.663000', '131458.666000', '131458.669000', '131458.671000', '131458.674000', '131458.677000', '131458.680000', '131458.683000', '131458.686000', '131458.689000', '131458.692000', '131458.694000', '131458.697000', '131518.588000', '131518.591000', '131518.594000', '131518.597000', '131518.599000', '131518.602000', '131518.605000', '131518.608000', '131518.611000', '131518.614000', '131518.617000', '131518.620000', '131518.623000', '131518.625000', '131518.628000', '131518.631000', '131518.634000', '131518.637000', '131518.640000', '131518.643000', '131518.646000', '131518.648000', '131518.651000', '131518.654000', '131518.657000', '131518.660000', '131518.663000', '131518.666000', '131518.668000', '131518.671000', '131518.674000', '131518.677000', '131518.680000', '131518.683000', '131518.686000', '131518.688000', '131518.691000', '131518.694000', '131518.697000', '131518.700000', '131518.703000', '131518.706000', '131518.709000', '131538.576000', '131538.579000', '131538.582000', '131538.585000', '131538.588000', '131538.590000', '131538.593000', '131538.596000', '131538.599000', '131538.602000', '131538.605000', '131538.608000', '131538.611000', '131538.613000', '131538.616000', '131538.619000', '131538.622000', '131538.625000', '131538.628000', '131538.631000', '131538.634000', '131538.637000', '131538.639000', '131538.642000', '131538.645000', '131538.648000', '131538.651000', '131538.654000', '131538.657000', '131538.660000', '131538.662000', '131538.665000', '131538.668000', '131538.671000', '131538.674000', '131538.677000', '131538.680000', '131538.683000', '131538.685000', '131538.688000', '131538.691000', '131538.694000', '131538.697000', '131538.700000', '131558.575000', '131558.578000', '131558.581000', '131558.584000', '131558.587000', '131558.590000', '131558.594000', '131558.597000', '131558.600000', '131558.603000', '131558.606000', '131558.608000', '131558.611000', '131558.614000', '131558.617000', '131558.620000', '131558.623000', '131558.626000', '131558.629000', '131558.632000', '131558.634000', '131558.637000', '131558.640000', '131558.643000', '131558.646000', '131558.649000', '131558.652000', '131558.655000', '131558.658000', '131558.661000', '131558.663000', '131558.666000', '131558.669000', '131558.672000', '131558.675000', '131558.678000', '131558.681000', '131558.683000', '131558.686000', '131558.689000', '131558.692000', '131558.695000', '131558.707000', '131618.576000', '131618.579000', '131618.582000', '131618.585000', '131618.588000', '131618.591000', '131618.593000', '131618.596000', '131618.599000', '131618.602000', '131618.605000', '131618.608000', '131618.611000', '131618.613000', '131618.616000', '131618.619000', '131618.622000', '131618.625000', '131618.628000', '131618.631000', '131618.633000', '131618.636000', '131618.639000', '131618.642000', '131618.645000', '131618.648000', '131618.651000', '131618.654000', '131618.656000', '131618.659000', '131618.662000', '131618.665000', '131618.668000', '131618.671000', '131618.674000', '131618.676000', '131618.679000', '131618.682000', '131618.685000', '131618.688000', '131618.691000', '131618.694000', '131618.697000', '131618.699000', '131638.576000', '131638.579000', '131638.582000', '131638.585000', '131638.588000', '131638.591000', '131638.594000', '131638.596000', '131638.599000', '131638.602000', '131638.605000', '131638.608000', '131638.611000', '131638.614000', '131638.617000', '131638.620000', '131638.623000', '131638.626000', '131638.629000', '131638.632000', '131638.634000', '131638.637000', '131638.640000', '131638.643000', '131638.646000', '131638.659000', '131638.662000', '131638.665000', '131638.668000', '131638.670000', '131638.673000', '131638.676000', '131638.679000', '131638.682000', '131638.685000', '131638.688000', '131638.690000', '131638.693000', '131638.696000', '131638.699000', '131638.702000', '131638.705000', '131638.708000', '131658.576000', '131658.579000', '131658.582000', '131658.585000', '131658.588000', '131658.591000', '131658.593000', '131658.596000', '131658.599000', '131658.602000', '131658.605000', '131658.608000', '131658.611000', '131658.614000', '131658.616000', '131658.619000', '131658.622000', '131658.625000', '131658.628000', '131658.631000', '131658.634000', '131658.637000', '131658.640000', '131658.642000', '131658.645000', '131658.648000', '131658.651000', '131658.654000', '131658.657000', '131658.660000', '131658.663000', '131658.665000', '131658.668000', '131658.671000', '131658.674000', '131658.677000', '131658.680000', '131658.683000', '131658.686000', '131658.689000', '131658.691000', '131658.694000', '131658.697000', '131658.700000', '131718.576000', '131718.579000', '131718.582000', '131718.585000', '131718.588000', '131718.591000', '131718.593000', '131718.596000', '131718.599000', '131718.602000', '131718.605000', '131718.608000', '131718.611000', '131718.614000', '131718.619000', '131718.622000', '131718.625000', '131718.628000', '131718.631000', '131718.634000', '131718.637000', '131718.640000', '131718.644000', '131718.647000', '131718.650000', '131718.653000', '131718.656000', '131718.658000', '131718.661000', '131718.664000', '131718.667000', '131718.670000', '131718.673000', '131718.676000', '131718.678000', '131718.681000', '131718.684000', '131718.687000', '131718.690000', '131718.693000', '131718.696000', '131718.699000', '131718.701000', '131738.576000', '131738.579000', '131738.582000', '131738.585000', '131738.588000', '131738.591000', '131738.593000', '131738.596000', '131738.599000', '131738.602000', '131738.605000', '131738.608000', '131738.611000', '131738.613000', '131738.616000', '131738.619000', '131738.622000', '131738.625000', '131738.628000', '131738.631000', '131738.633000', '131738.636000', '131738.639000', '131738.642000', '131738.645000', '131738.648000', '131738.651000', '131738.653000', '131738.656000', '131738.659000', '131738.662000', '131738.665000', '131738.668000', '131738.671000', '131738.673000', '131738.676000', '131738.679000', '131738.682000', '131738.685000', '131738.688000', '131738.691000', '131738.694000', '131738.696000', '131738.699000', '131758.576000', '131758.579000', '131758.582000', '131758.585000', '131758.588000', '131758.591000', '131758.593000', '131758.596000', '131758.599000', '131758.602000', '131758.605000', '131758.608000', '131758.611000', '131758.614000', '131758.617000', '131758.619000', '131758.622000', '131758.625000', '131758.628000', '131758.631000', '131758.634000', '131758.637000', '131758.639000', '131758.642000', '131758.645000', '131758.648000', '131758.651000', '131758.654000', '131758.657000', '131758.660000', '131758.663000', '131758.666000', '131758.669000', '131758.672000', '131758.674000', '131758.677000', '131758.680000', '131758.683000', '131758.686000', '131758.689000', '131758.692000', '131758.694000', '131758.697000', '131818.575000', '131818.578000', '131818.581000', '131818.584000', '131818.587000', '131818.590000', '131818.592000', '131818.595000', '131818.598000', '131818.601000', '131818.604000', '131818.607000', '131818.610000', '131818.613000', '131818.616000', '131818.618000', '131818.621000', '131818.624000', '131818.627000', '131818.630000', '131818.633000', '131818.636000', '131818.639000', '131818.642000', '131818.644000', '131818.647000', '131818.650000', '131818.653000', '131818.656000', '131818.659000', '131818.662000', '131818.664000', '131818.667000', '131818.670000', '131818.673000', '131818.676000', '131818.679000', '131818.682000', '131818.685000', '131818.687000', '131818.690000', '131818.693000', '131818.696000', '131818.699000', '131838.576000', '131838.579000', '131838.582000', '131838.585000', '131838.588000', '131838.591000', '131838.594000', '131838.597000', '131838.599000', '131838.602000', '131838.606000', '131838.609000', '131838.612000', '131838.615000', '131838.618000', '131838.621000', '131838.624000', '131838.627000', '131838.630000', '131838.632000', '131838.635000', '131838.638000', '131838.641000', '131838.644000', '131838.647000', '131838.650000', '131838.653000', '131838.656000', '131838.659000', '131838.662000', '131838.665000', '131838.667000', '131838.670000', '131838.673000', '131838.676000', '131838.682000', '131838.686000', '131838.689000', '131838.691000', '131838.694000', '131838.697000', '131838.700000', '131838.703000', '131858.576000', '131858.579000', '131858.582000', '131858.585000', '131858.588000', '131858.591000', '131858.594000', '131858.596000', '131858.599000', '131858.602000', '131858.605000', '131858.608000', '131858.611000', '131858.614000', '131858.617000', '131858.619000', '131858.622000', '131858.625000', '131858.628000', '131858.631000', '131858.634000', '131858.637000', '131858.640000', '131858.642000', '131858.645000', '131858.648000', '131858.651000', '131858.654000', '131858.657000', '131858.660000', '131858.663000', '131858.665000', '131858.668000', '131858.671000', '131858.674000', '131858.677000', '131858.680000', '131858.683000', '131858.686000', '131858.688000', '131858.691000', '131858.694000', '131858.697000', '131858.700000', '131918.576000', '131918.579000', '131918.582000', '131918.585000', '131918.588000', '131918.591000', '131918.594000', '131918.597000', '131918.600000', '131918.602000', '131918.605000', '131918.608000', '131918.611000', '131918.614000', '131918.617000', '131918.620000', '131918.623000', '131918.626000', '131918.629000', '131918.632000', '131918.634000', '131918.637000', '131918.640000', '131918.643000', '131918.646000', '131918.649000', '131918.652000', '131918.655000', '131918.658000', '131918.660000', '131918.663000', '131918.666000', '131918.669000', '131918.672000', '131918.675000', '131918.678000', '131918.683000', '131918.685000', '131918.688000', '131918.691000', '131918.694000', '131918.697000', '131918.700000', '131938.576000', '131938.579000', '131938.582000', '131938.585000', '131938.588000', '131938.591000', '131938.594000', '131938.596000', '131938.599000', '131938.602000', '131938.605000', '131938.608000', '131938.611000', '131938.614000', '131938.617000', '131938.619000', '131938.622000', '131938.625000', '131938.628000', '131938.631000', '131938.634000', '131938.637000', '131938.640000', '131938.643000', '131938.646000', '131938.648000', '131938.651000', '131938.654000', '131938.657000', '131938.660000', '131938.663000', '131938.666000', '131938.669000', '131938.672000', '131938.674000', '131938.677000', '131938.680000', '131938.683000', '131938.686000', '131938.689000', '131938.692000', '131938.694000', '131938.697000', '131938.700000', '131958.576000', '131958.579000', '131958.582000', '131958.585000', '131958.588000', '131958.591000', '131958.594000', '131958.597000', '131958.600000', '131958.602000', '131958.605000', '131958.608000', '131958.611000', '131958.614000', '131958.617000', '131958.620000', '131958.622000', '131958.625000', '131958.628000', '131958.631000', '131958.634000', '131958.637000', '131958.640000', '131958.644000', '131958.648000', '131958.651000', '131958.654000', '131958.656000', '131958.659000', '131958.662000', '131958.665000', '131958.668000', '131958.671000', '131958.674000', '131958.677000', '131958.680000', '131958.682000', '131958.685000', '131958.688000', '131958.691000', '131958.694000', '131958.697000', '131958.700000', '132018.575000', '132018.578000', '132018.581000', '132018.584000', '132018.587000', '132018.590000', '132018.592000', '132018.595000', '132018.598000', '132018.601000', '132018.604000', '132018.608000', '132018.611000', '132018.614000', '132018.617000', '132018.620000', '132018.622000', '132018.625000', '132018.628000', '132018.631000', '132018.634000', '132018.637000', '132018.640000', '132018.642000', '132018.645000', '132018.648000', '132018.651000', '132018.654000', '132018.657000', '132018.660000', '132018.663000', '132018.666000', '132018.669000', '132018.672000', '132018.675000', '132018.678000', '132018.681000', '132018.683000', '132018.686000', '132018.689000', '132018.692000', '132018.695000', '132018.698000', '132018.701000', '132038.575000', '132038.578000', '132038.581000', '132038.584000', '132038.587000', '132038.590000', '132038.593000', '132038.596000', '132038.599000', '132038.601000', '132038.604000', '132038.607000', '132038.610000', '132038.613000', '132038.616000', '132038.619000', '132038.622000', '132038.625000', '132038.627000', '132038.630000', '132038.633000', '132038.636000', '132038.639000', '132038.642000', '132038.645000', '132038.648000', '132038.650000', '132038.653000', '132038.656000', '132038.659000', '132038.662000', '132038.665000', '132038.668000', '132038.671000', '132038.674000', '132038.676000', '132038.679000', '132038.682000', '132038.685000', '132038.688000', '132038.691000', '132038.694000', '132038.697000', '132042.501000', '132042.505000', '132042.508000', '132042.511000', '132042.514000', '132042.517000', '132042.520000', '132042.523000', '132042.525000'], 'InstanceCreationTime': ['131218.623000', '131218.629000', '131218.632000', '131218.635000', '131218.638000', '131218.641000', '131218.644000', '131218.646000', '131218.649000', '131218.653000', '131218.658000', '131218.661000', '131218.664000', '131218.667000', '131218.671000', '131218.674000', '131218.677000', '131218.680000', '131218.683000', '131218.686000', '131218.689000', '131218.700000', '131218.703000', '131218.707000', '131218.710000', '131218.713000', '131218.716000', '131218.719000', '131218.722000', '131218.725000', '131218.729000', '131218.732000', '131218.735000', '131218.738000', '131218.741000', '131218.744000', '131218.747000', '131218.751000', '131218.754000', '131218.757000', '131218.760000', '131218.763000', '131218.766000', '131218.769000', '131218.772000', '131218.775000', '131218.778000', '131218.781000', '131218.784000', '131218.787000', '131218.790000', '131218.793000', '131218.796000', '131218.799000', '131218.802000', '131218.805000', '131218.808000', '131218.811000', '131218.814000', '131218.817000', '131218.823000', '131218.826000', '131238.576000', '131238.579000', '131238.582000', '131238.585000', '131238.588000', '131238.590000', '131238.593000', '131238.596000', '131238.599000', '131238.602000', '131238.605000', '131238.608000', '131238.611000', '131238.613000', '131238.616000', '131238.619000', '131238.622000', '131238.625000', '131238.628000', '131238.630000', '131238.633000', '131238.636000', '131238.639000', '131238.642000', '131238.645000', '131238.648000', '131238.651000', '131238.653000', '131238.656000', '131238.659000', '131238.662000', '131238.665000', '131238.668000', '131238.670000', '131238.673000', '131238.676000', '131238.679000', '131238.682000', '131238.685000', '131238.688000', '131238.691000', '131238.693000', '131238.696000', '131238.699000', '131258.576000', '131258.579000', '131258.582000', '131258.585000', '131258.588000', '131258.591000', '131258.594000', '131258.596000', '131258.599000', '131258.602000', '131258.605000', '131258.608000', '131258.611000', '131258.614000', '131258.616000', '131258.619000', '131258.622000', '131258.625000', '131258.628000', '131258.631000', '131258.634000', '131258.637000', '131258.639000', '131258.642000', '131258.645000', '131258.648000', '131258.651000', '131258.654000', '131258.656000', '131258.659000', '131258.662000', '131258.665000', '131258.668000', '131258.671000', '131258.674000', '131258.677000', '131258.680000', '131258.682000', '131258.685000', '131258.688000', '131258.691000', '131258.694000', '131258.697000', '131318.576000', '131318.579000', '131318.582000', '131318.585000', '131318.588000', '131318.590000', '131318.593000', '131318.596000', '131318.599000', '131318.602000', '131318.605000', '131318.608000', '131318.611000', '131318.614000', '131318.616000', '131318.619000', '131318.622000', '131318.625000', '131318.628000', '131318.631000', '131318.634000', '131318.637000', '131318.640000', '131318.642000', '131318.645000', '131318.648000', '131318.651000', '131318.654000', '131318.657000', '131318.660000', '131318.663000', '131318.665000', '131318.668000', '131318.671000', '131318.674000', '131318.677000', '131318.680000', '131318.683000', '131318.686000', '131318.688000', '131318.691000', '131318.694000', '131318.697000', '131318.700000', '131338.575000', '131338.578000', '131338.581000', '131338.584000', '131338.587000', '131338.590000', '131338.592000', '131338.595000', '131338.598000', '131338.601000', '131338.604000', '131338.607000', '131338.610000', '131338.612000', '131338.615000', '131338.618000', '131338.621000', '131338.624000', '131338.643000', '131338.645000', '131338.648000', '131338.651000', '131338.654000', '131338.657000', '131338.660000', '131338.662000', '131338.665000', '131338.668000', '131338.671000', '131338.674000', '131338.677000', '131338.680000', '131338.683000', '131338.686000', '131338.688000', '131338.692000', '131338.695000', '131338.698000', '131338.701000', '131338.704000', '131338.707000', '131338.710000', '131338.713000', '131358.576000', '131358.579000', '131358.582000', '131358.585000', '131358.588000', '131358.591000', '131358.594000', '131358.596000', '131358.599000', '131358.602000', '131358.605000', '131358.608000', '131358.611000', '131358.614000', '131358.616000', '131358.619000', '131358.622000', '131358.625000', '131358.628000', '131358.631000', '131358.634000', '131358.637000', '131358.640000', '131358.643000', '131358.645000', '131358.648000', '131358.651000', '131358.654000', '131358.657000', '131358.660000', '131358.663000', '131358.666000', '131358.669000', '131358.671000', '131358.674000', '131358.677000', '131358.680000', '131358.683000', '131358.686000', '131358.689000', '131358.692000', '131358.695000', '131358.698000', '131418.576000', '131418.579000', '131418.582000', '131418.585000', '131418.588000', '131418.590000', '131418.593000', '131418.596000', '131418.599000', '131418.602000', '131418.605000', '131418.608000', '131418.611000', '131418.614000', '131418.617000', '131418.620000', '131418.622000', '131418.625000', '131418.628000', '131418.631000', '131418.634000', '131418.637000', '131418.640000', '131418.643000', '131418.646000', '131418.648000', '131418.651000', '131418.654000', '131418.657000', '131418.660000', '131418.663000', '131418.666000', '131418.669000', '131418.672000', '131418.674000', '131418.677000', '131418.680000', '131418.683000', '131418.686000', '131418.689000', '131418.692000', '131418.695000', '131418.697000', '131418.700000', '131438.576000', '131438.579000', '131438.582000', '131438.585000', '131438.588000', '131438.591000', '131438.594000', '131438.596000', '131438.599000', '131438.602000', '131438.605000', '131438.608000', '131438.611000', '131438.614000', '131438.617000', '131438.619000', '131438.622000', '131438.625000', '131438.628000', '131438.631000', '131438.634000', '131438.637000', '131438.640000', '131438.643000', '131438.645000', '131438.648000', '131438.651000', '131438.654000', '131438.657000', '131438.660000', '131438.663000', '131438.666000', '131438.669000', '131438.672000', '131438.674000', '131438.677000', '131438.680000', '131438.683000', '131438.686000', '131438.689000', '131438.691000', '131438.694000', '131438.697000', '131438.700000', '131458.576000', '131458.579000', '131458.582000', '131458.585000', '131458.588000', '131458.591000', '131458.594000', '131458.597000', '131458.600000', '131458.602000', '131458.605000', '131458.608000', '131458.611000', '131458.614000', '131458.617000', '131458.620000', '131458.623000', '131458.626000', '131458.628000', '131458.631000', '131458.634000', '131458.637000', '131458.640000', '131458.643000', '131458.646000', '131458.648000', '131458.651000', '131458.654000', '131458.657000', '131458.660000', '131458.663000', '131458.666000', '131458.669000', '131458.671000', '131458.674000', '131458.677000', '131458.680000', '131458.683000', '131458.686000', '131458.689000', '131458.692000', '131458.694000', '131458.697000', '131518.588000', '131518.591000', '131518.594000', '131518.597000', '131518.599000', '131518.602000', '131518.605000', '131518.608000', '131518.611000', '131518.614000', '131518.617000', '131518.620000', '131518.623000', '131518.625000', '131518.628000', '131518.631000', '131518.634000', '131518.637000', '131518.640000', '131518.643000', '131518.646000', '131518.648000', '131518.651000', '131518.654000', '131518.657000', '131518.660000', '131518.663000', '131518.666000', '131518.668000', '131518.671000', '131518.674000', '131518.677000', '131518.680000', '131518.683000', '131518.686000', '131518.688000', '131518.691000', '131518.694000', '131518.697000', '131518.700000', '131518.703000', '131518.706000', '131518.709000', '131538.576000', '131538.579000', '131538.582000', '131538.585000', '131538.588000', '131538.590000', '131538.593000', '131538.596000', '131538.599000', '131538.602000', '131538.605000', '131538.608000', '131538.611000', '131538.613000', '131538.616000', '131538.619000', '131538.622000', '131538.625000', '131538.628000', '131538.631000', '131538.634000', '131538.637000', '131538.639000', '131538.642000', '131538.645000', '131538.648000', '131538.651000', '131538.654000', '131538.657000', '131538.660000', '131538.662000', '131538.665000', '131538.668000', '131538.671000', '131538.674000', '131538.677000', '131538.680000', '131538.683000', '131538.685000', '131538.688000', '131538.691000', '131538.694000', '131538.697000', '131538.700000', '131558.575000', '131558.578000', '131558.581000', '131558.584000', '131558.587000', '131558.590000', '131558.594000', '131558.597000', '131558.600000', '131558.603000', '131558.606000', '131558.608000', '131558.611000', '131558.614000', '131558.617000', '131558.620000', '131558.623000', '131558.626000', '131558.629000', '131558.632000', '131558.634000', '131558.637000', '131558.640000', '131558.643000', '131558.646000', '131558.649000', '131558.652000', '131558.655000', '131558.658000', '131558.661000', '131558.663000', '131558.666000', '131558.669000', '131558.672000', '131558.675000', '131558.678000', '131558.681000', '131558.683000', '131558.686000', '131558.689000', '131558.692000', '131558.695000', '131558.707000', '131618.576000', '131618.579000', '131618.582000', '131618.585000', '131618.588000', '131618.591000', '131618.593000', '131618.596000', '131618.599000', '131618.602000', '131618.605000', '131618.608000', '131618.611000', '131618.613000', '131618.616000', '131618.619000', '131618.622000', '131618.625000', '131618.628000', '131618.631000', '131618.633000', '131618.636000', '131618.639000', '131618.642000', '131618.645000', '131618.648000', '131618.651000', '131618.654000', '131618.656000', '131618.659000', '131618.662000', '131618.665000', '131618.668000', '131618.671000', '131618.674000', '131618.676000', '131618.679000', '131618.682000', '131618.685000', '131618.688000', '131618.691000', '131618.694000', '131618.697000', '131618.699000', '131638.576000', '131638.579000', '131638.582000', '131638.585000', '131638.588000', '131638.591000', '131638.594000', '131638.596000', '131638.599000', '131638.602000', '131638.605000', '131638.608000', '131638.611000', '131638.614000', '131638.617000', '131638.620000', '131638.623000', '131638.626000', '131638.629000', '131638.632000', '131638.634000', '131638.637000', '131638.640000', '131638.643000', '131638.646000', '131638.659000', '131638.662000', '131638.665000', '131638.668000', '131638.670000', '131638.673000', '131638.676000', '131638.679000', '131638.682000', '131638.685000', '131638.688000', '131638.690000', '131638.693000', '131638.696000', '131638.699000', '131638.702000', '131638.705000', '131638.708000', '131658.576000', '131658.579000', '131658.582000', '131658.585000', '131658.588000', '131658.591000', '131658.593000', '131658.596000', '131658.599000', '131658.602000', '131658.605000', '131658.608000', '131658.611000', '131658.614000', '131658.616000', '131658.619000', '131658.622000', '131658.625000', '131658.628000', '131658.631000', '131658.634000', '131658.637000', '131658.640000', '131658.642000', '131658.645000', '131658.648000', '131658.651000', '131658.654000', '131658.657000', '131658.660000', '131658.663000', '131658.665000', '131658.668000', '131658.671000', '131658.674000', '131658.677000', '131658.680000', '131658.683000', '131658.686000', '131658.689000', '131658.691000', '131658.694000', '131658.697000', '131658.700000', '131718.576000', '131718.579000', '131718.582000', '131718.585000', '131718.588000', '131718.591000', '131718.593000', '131718.596000', '131718.599000', '131718.602000', '131718.605000', '131718.608000', '131718.611000', '131718.614000', '131718.619000', '131718.622000', '131718.625000', '131718.628000', '131718.631000', '131718.634000', '131718.637000', '131718.640000', '131718.644000', '131718.647000', '131718.650000', '131718.653000', '131718.656000', '131718.658000', '131718.661000', '131718.664000', '131718.667000', '131718.670000', '131718.673000', '131718.676000', '131718.678000', '131718.681000', '131718.684000', '131718.687000', '131718.690000', '131718.693000', '131718.696000', '131718.699000', '131718.701000', '131738.576000', '131738.579000', '131738.582000', '131738.585000', '131738.588000', '131738.591000', '131738.593000', '131738.596000', '131738.599000', '131738.602000', '131738.605000', '131738.608000', '131738.611000', '131738.613000', '131738.616000', '131738.619000', '131738.622000', '131738.625000', '131738.628000', '131738.631000', '131738.633000', '131738.636000', '131738.639000', '131738.642000', '131738.645000', '131738.648000', '131738.651000', '131738.653000', '131738.656000', '131738.659000', '131738.662000', '131738.665000', '131738.668000', '131738.671000', '131738.673000', '131738.676000', '131738.679000', '131738.682000', '131738.685000', '131738.688000', '131738.691000', '131738.694000', '131738.696000', '131738.699000', '131758.576000', '131758.579000', '131758.582000', '131758.585000', '131758.588000', '131758.591000', '131758.593000', '131758.596000', '131758.599000', '131758.602000', '131758.605000', '131758.608000', '131758.611000', '131758.614000', '131758.617000', '131758.619000', '131758.622000', '131758.625000', '131758.628000', '131758.631000', '131758.634000', '131758.637000', '131758.639000', '131758.642000', '131758.645000', '131758.648000', '131758.651000', '131758.654000', '131758.657000', '131758.660000', '131758.663000', '131758.666000', '131758.669000', '131758.672000', '131758.674000', '131758.677000', '131758.680000', '131758.683000', '131758.686000', '131758.689000', '131758.692000', '131758.694000', '131758.697000', '131818.575000', '131818.578000', '131818.581000', '131818.584000', '131818.587000', '131818.590000', '131818.592000', '131818.595000', '131818.598000', '131818.601000', '131818.604000', '131818.607000', '131818.610000', '131818.613000', '131818.616000', '131818.618000', '131818.621000', '131818.624000', '131818.627000', '131818.630000', '131818.633000', '131818.636000', '131818.639000', '131818.642000', '131818.644000', '131818.647000', '131818.650000', '131818.653000', '131818.656000', '131818.659000', '131818.662000', '131818.664000', '131818.667000', '131818.670000', '131818.673000', '131818.676000', '131818.679000', '131818.682000', '131818.685000', '131818.687000', '131818.690000', '131818.693000', '131818.696000', '131818.699000', '131838.576000', '131838.579000', '131838.582000', '131838.585000', '131838.588000', '131838.591000', '131838.594000', '131838.597000', '131838.599000', '131838.602000', '131838.606000', '131838.609000', '131838.612000', '131838.615000', '131838.618000', '131838.621000', '131838.624000', '131838.627000', '131838.630000', '131838.632000', '131838.635000', '131838.638000', '131838.641000', '131838.644000', '131838.647000', '131838.650000', '131838.653000', '131838.656000', '131838.659000', '131838.662000', '131838.665000', '131838.667000', '131838.670000', '131838.673000', '131838.676000', '131838.682000', '131838.686000', '131838.689000', '131838.691000', '131838.694000', '131838.697000', '131838.700000', '131838.703000', '131858.576000', '131858.579000', '131858.582000', '131858.585000', '131858.588000', '131858.591000', '131858.594000', '131858.596000', '131858.599000', '131858.602000', '131858.605000', '131858.608000', '131858.611000', '131858.614000', '131858.617000', '131858.619000', '131858.622000', '131858.625000', '131858.628000', '131858.631000', '131858.634000', '131858.637000', '131858.640000', '131858.642000', '131858.645000', '131858.648000', '131858.651000', '131858.654000', '131858.657000', '131858.660000', '131858.663000', '131858.665000', '131858.668000', '131858.671000', '131858.674000', '131858.677000', '131858.680000', '131858.683000', '131858.686000', '131858.688000', '131858.691000', '131858.694000', '131858.697000', '131858.700000', '131918.576000', '131918.579000', '131918.582000', '131918.585000', '131918.588000', '131918.591000', '131918.594000', '131918.597000', '131918.600000', '131918.602000', '131918.605000', '131918.608000', '131918.611000', '131918.614000', '131918.617000', '131918.620000', '131918.623000', '131918.626000', '131918.629000', '131918.632000', '131918.634000', '131918.637000', '131918.640000', '131918.643000', '131918.646000', '131918.649000', '131918.652000', '131918.655000', '131918.658000', '131918.660000', '131918.663000', '131918.666000', '131918.669000', '131918.672000', '131918.675000', '131918.678000', '131918.683000', '131918.685000', '131918.688000', '131918.691000', '131918.694000', '131918.697000', '131918.700000', '131938.576000', '131938.579000', '131938.582000', '131938.585000', '131938.588000', '131938.591000', '131938.594000', '131938.596000', '131938.599000', '131938.602000', '131938.605000', '131938.608000', '131938.611000', '131938.614000', '131938.617000', '131938.619000', '131938.622000', '131938.625000', '131938.628000', '131938.631000', '131938.634000', '131938.637000', '131938.640000', '131938.643000', '131938.646000', '131938.648000', '131938.651000', '131938.654000', '131938.657000', '131938.660000', '131938.663000', '131938.666000', '131938.669000', '131938.672000', '131938.674000', '131938.677000', '131938.680000', '131938.683000', '131938.686000', '131938.689000', '131938.692000', '131938.694000', '131938.697000', '131938.700000', '131958.576000', '131958.579000', '131958.582000', '131958.585000', '131958.588000', '131958.591000', '131958.594000', '131958.597000', '131958.600000', '131958.602000', '131958.605000', '131958.608000', '131958.611000', '131958.614000', '131958.617000', '131958.620000', '131958.622000', '131958.625000', '131958.628000', '131958.631000', '131958.634000', '131958.637000', '131958.640000', '131958.644000', '131958.648000', '131958.651000', '131958.654000', '131958.656000', '131958.659000', '131958.662000', '131958.665000', '131958.668000', '131958.671000', '131958.674000', '131958.677000', '131958.680000', '131958.682000', '131958.685000', '131958.688000', '131958.691000', '131958.694000', '131958.697000', '131958.700000', '132018.575000', '132018.578000', '132018.581000', '132018.584000', '132018.587000', '132018.590000', '132018.592000', '132018.595000', '132018.598000', '132018.601000', '132018.604000', '132018.608000', '132018.611000', '132018.614000', '132018.617000', '132018.620000', '132018.622000', '132018.625000', '132018.628000', '132018.631000', '132018.634000', '132018.637000', '132018.640000', '132018.642000', '132018.645000', '132018.648000', '132018.651000', '132018.654000', '132018.657000', '132018.660000', '132018.663000', '132018.666000', '132018.669000', '132018.672000', '132018.675000', '132018.678000', '132018.681000', '132018.683000', '132018.686000', '132018.689000', '132018.692000', '132018.695000', '132018.698000', '132018.701000', '132038.575000', '132038.578000', '132038.581000', '132038.584000', '132038.587000', '132038.590000', '132038.593000', '132038.596000', '132038.599000', '132038.601000', '132038.604000', '132038.607000', '132038.610000', '132038.613000', '132038.616000', '132038.619000', '132038.622000', '132038.625000', '132038.627000', '132038.630000', '132038.633000', '132038.636000', '132038.639000', '132038.642000', '132038.645000', '132038.648000', '132038.650000', '132038.653000', '132038.656000', '132038.659000', '132038.662000', '132038.665000', '132038.668000', '132038.671000', '132038.674000', '132038.676000', '132038.679000', '132038.682000', '132038.685000', '132038.688000', '132038.691000', '132038.694000', '132038.697000', '132042.501000', '132042.505000', '132042.508000', '132042.511000', '132042.514000', '132042.517000', '132042.520000', '132042.523000', '132042.525000'], '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': [17955, 9197, 13549, 9100, 13309, 9142, 12246, 8535, 11472, 8542, 10598, 8133, 9370, 8025, 9793, 9191, 9326, 11851, 9009, 12320, 8507, 10339, 8301, 9307, 7811, 9541, 13143, 8509, 9976, 19172, 8836, 9817, 8370, 9470, 10099, 8036, 9448, 7814, 9427, 8137, 9257, 11479, 7994, 9397, 14429, 8246, 10167, 7711, 9771, 11722, 7993, 9328, 14090, 8289, 9500, 8048, 9361, 13265, 8214, 9586, 7550, 8818, 11573, 8160, 9771, 7351, 9097, 12047, 8070, 9707, 7796, 9252, 14107, 8194, 10187, 7958, 9368, 12154, 8207, 10037, 7522, 8956, 8968, 8323, 10916, 7672, 8968, 12816, 8145, 10158, 7350, 8942, 13018, 8356, 10057, 7647, 8775, 12269, 8426, 10123, 8448, 9655, 8009, 9023, 10362, 8844, 11931, 8360, 9754, 9115, 8807, 13751, 8134, 9557, 7813, 8859, 11974, 8359, 9116, 8424, 8706, 11668, 8506, 9836, 7799, 8899, 12255, 8332, 9791, 8239, 8945, 8210, 9010, 7616, 8944, 8256, 8606, 14137, 8880, 12595, 8488, 11271, 9195, 10383, 8786, 9608, 8396, 9834, 7811, 9153, 11427, 9056, 16982, 8667, 13227, 18101, 8979, 15645, 8331, 9009, 10965, 8236, 9075, 7150, 8514, 9617, 8316, 8907, 7251, 8430, 11102, 8165, 8724, 9405, 8658, 11558, 8052, 8793, 12935, 8660, 10466, 8686, 9015, 8641, 8614, 12162, 8772, 10175, 8009, 8915, 14661, 8573, 10981, 8247, 8924, 14927, 8993, 10152, 7932, 8710, 9218, 8650, 10943, 8621, 10199, 7825, 8675, 7349, 8686, 8485, 9027, 12576, 8791, 11222, 8260, 9867, 8431, 9476, 8182, 9134, 16354, 8929, 16398, 9178, 12852, 9024, 11158, 8221, 9079, 12253, 8892, 8328, 8934, 10504, 9069, 11576, 8886, 10203, 8868, 9761, 8881, 9433, 8336, 9254, 10114, 9538, 8301, 9211, 13310, 9122, 15106, 8952, 11919, 9009, 9985, 8719, 9444, 9903, 9040, 7815, 9367, 7896, 8974, 11675, 8922, 11231, 9047, 10419, 8862, 10316, 8710, 10435, 9067, 10055, 8950, 10411, 8524, 11203, 8906, 10280, 8777, 9734, 8248, 9487, 9264, 9904, 7954, 9592, 9668, 9081, 15311, 9091, 11542, 9067, 11627, 8845, 14683, 9151, 13010, 9067, 12060, 9017, 10729, 8766, 11285, 8654, 9547, 8934, 9703, 8413, 9553, 13227, 9465, 8017, 9325, 11062, 9155, 12901, 8601, 10615, 8767, 9742, 9197, 9626, 9524, 9371, 9501, 8187, 9953, 8642, 9717, 8449, 11616, 8698, 10525, 8587, 10075, 8594, 10294, 8872, 9838, 8566, 9432, 8383, 9976, 7998, 9641, 8460, 9689, 8264, 9610, 8153, 9509, 8048, 9861, 8404, 9930, 8090, 9665, 13630, 9196, 10501, 9713, 13342, 9406, 14836, 9036, 11871, 8962, 11408, 9068, 10076, 8541, 9700, 8758, 9496, 8649, 9634, 7881, 9666, 8536, 9659, 11387, 9592, 12344, 9590, 12046, 9308, 10663, 8992, 10140, 8960, 10377, 8608, 11440, 8597, 9754, 8804, 9885, 8794, 10455, 8899, 9927, 8773, 9939, 8073, 9963, 11538, 10131, 7857, 9461, 12773, 8841, 10827, 8490, 9463, 8496, 9664, 8264, 9379, 7346, 9615, 8834, 9106, 7953, 9085, 11353, 8784, 10897, 8782, 9862, 8795, 9839, 8808, 10346, 8523, 10212, 8564, 9666, 8645, 9585, 7822, 9996, 14374, 9582, 10666, 9361, 11704, 9306, 11704, 8871, 10312, 8815, 10715, 8777, 10363, 8790, 9982, 8768, 9286, 8917, 10143, 8733, 10098, 8273, 9742, 8182, 10005, 7780, 9804, 9164, 9446, 9302, 9479, 11679, 8980, 10264, 8713, 9517, 8352, 9918, 8494, 10057, 8104, 9779, 9671, 9349, 7878, 9407, 12297, 8738, 10995, 8617, 9661, 8879, 9890, 8547, 9807, 8643, 9761, 8619, 9757, 8317, 9500, 15740, 8799, 12136, 8937, 10831, 8885, 9658, 8774, 9646, 8273, 9475, 8588, 9887, 7942, 9762, 15446, 9017, 11871, 8946, 10644, 8998, 9773, 8511, 9552, 8770, 9457, 8759, 9786, 8472, 9863, 8420, 9701, 8727, 9693, 8321, 9561, 16132, 9639, 14082, 9233, 12515, 9023, 12088, 9681, 11461, 9131, 9983, 9132, 9450, 8652, 9527, 8474, 9448, 9449, 9131, 11730, 8885, 9928, 8858, 9681, 8069, 9505, 12550, 7979, 9514, 11449, 8455, 9355, 7663, 9076, 9408, 8837, 9250, 7840, 9203, 10618, 8764, 10110, 8162, 9046, 10194, 9139, 11346, 8921, 10223, 8094, 9150, 15077, 8956, 11644, 8159, 9097, 15153, 8948, 11030, 8750, 9237, 7522, 8970, 13007, 8927, 10074, 8588, 9185, 8359, 8816, 14271, 8612, 10863, 8786, 9908, 8210, 9327, 10797, 9096, 15183, 8935, 12142, 8298, 9519, 17680, 8934, 13993, 8708, 10711, 8313, 9507, 7452, 9139, 8877, 8884, 11547, 8395, 10346, 9705, 9377, 15189, 8597, 10650, 8210, 9434, 8673, 9455, 10716, 8827, 10428, 8340, 9555, 8960, 9315, 15794, 8663, 12165, 8215, 9584, 12733, 9309, 13815, 8668, 10074, 8376, 9436, 7891, 9751, 7664, 9498, 13056, 8981, 10855, 8360, 9475, 8413, 9445, 7779, 9601, 16818, 10075, 9680, 19040, 9058, 10003, 8271, 9827, 11539, 8801, 9190, 8659, 9610, 8037, 9591, 10777, 9067, 10593, 8264, 9417, 8665, 9332, 10282, 8909, 9645, 8547, 8808, 8435, 9665, 7973, 9836, 13724, 9465, 12213, 8646, 12401, 16550, 10005, 18282, 9204, 15082, 8614, 10544, 8160, 9479, 11590, 9506, 12525, 8866, 11000, 8467, 9002, 15970, 9247, 11607, 9021, 9396, 8681, 9212, 8290, 9250, 8355, 9535, 8124, 9479, 16247, 9352, 12805, 17312, 13027, 9367, 9512, 7847, 9383, 8049, 9047, 11607, 8764, 10757, 8536, 9539, 17964, 13419, 12607, 16643, 8829, 9417, 12697, 9527, 12431, 9058, 10209, 19339, 9313, 12814, 8318, 9709, 11320, 9088, 8520, 8661, 9649, 8296, 9580, 9014, 9191, 10187, 8605, 9445, 7933, 9489, 14674, 8776, 9749, 8765, 9306, 7779, 8957, 8435, 9318, 8297, 9317, 10769, 8833, 10821, 8792, 10380, 8840, 9746, 8379, 9264, 10242, 9325, 15289, 8903, 10892, 19057, 8664, 10395, 8182, 9026, 9748, 8570, 9622, 8636, 9164, 9337, 8491, 9583, 10990, 8957, 9586, 8410, 9859, 13901, 8771, 11199, 8384, 9542, 13955, 8809, 10334, 8495, 9145, 14156, 8605, 10616, 8489, 10043, 16094, 8881, 11518, 8296, 9263, 10010, 9084, 11954, 9026, 9693, 9843, 9297, 12036, 9032, 9464, 8359, 8784, 7437, 9203, 7684, 7725, 7704, 8616, 8369, 11783, 8724, 14117, 10257, 16963, 12156, 17937, 10663, 16702, 10792, 11766, 8947, 9195, 8715, 9231, 13936, 9369, 8154, 9138, 8134, 8989, 15329, 8787, 13260, 8736, 11533, 8810, 9385, 8602, 9299, 8375, 9042, 8681, 9058, 8660, 8783, 10644, 8850, 11837, 8901, 11968, 8685, 10861, 8571, 10963, 8753, 11430, 8772, 10776, 8488, 10750, 8701, 10361, 8781, 10225, 8603, 9841, 8517, 9390, 8889, 9752, 8544, 10074, 8304, 10175, 8998, 10493, 8698, 10230, 11228, 9254, 9700, 9046, 11750, 8801, 13062, 8570, 11323, 8798, 10686, 8687, 9849, 8631, 9812, 8543, 9101, 8337, 9205, 10760, 8653, 13817, 8789, 10973, 8870, 9669, 8639, 9618, 8695, 8856, 8524, 8938, 9091, 8907, 14195, 8725, 9880, 8775, 9184, 8821, 8907, 7903, 8900, 8260, 8802, 9914, 8722, 11357, 8725, 10016, 8236, 9173, 14299, 8740, 10423, 8757, 10286, 8155, 8791, 8216, 8677, 8025, 8888, 10398, 8822, 11343, 8828, 9919, 8637, 10726, 8480, 8718, 13400, 8663, 12095, 8928, 11519, 8584, 10642, 8200, 8935, 8625, 8928, 9652, 9334, 17461, 8847, 14259, 8884, 12612, 8868, 10467, 8930, 10012, 8441, 8887, 12956, 8749, 9779, 8855, 12798, 8802, 10660, 8511, 8940, 8687, 8906, 8035, 8768, 12149, 8781, 9872, 8864, 8977, 8623, 8772, 9618, 9001, 10841, 8813, 10030, 8826, 9385, 8766, 9121, 8533, 8881, 8554, 8889, 8546, 8775, 15380, 8897, 11765, 8791, 10083, 8544, 8791, 13905, 8916, 11933, 9004, 10533, 8848, 10350, 8891, 9525, 8791, 9214, 8617, 9099, 8135, 8715, 8348, 9091, 16649, 8825, 13719, 9711, 8857, 8708, 8587, 8319, 8913, 13801, 8720, 10759, 8697, 10410, 8976, 10034, 8644, 9146, 8610, 8974, 8388, 8903, 10285, 8852, 12930, 8845, 10888, 8889, 10728, 8573, 9020, 16057, 8747, 11910, 8879, 9466, 8810, 9350, 8387, 8829, 8381, 9036, 9673, 8966, 10652, 8576, 9404, 8985, 9136, 8725, 8681, 8278, 8665, 13909, 8912, 13582, 8853, 12237, 8574, 10513, 8812, 9257], 'WindowCenter': [4347.0, 4260.0, 4286.0, 4236.0, 4261.0, 4239.0, 4258.0, 4222.0, 4251.0, 4226.0, 4246.0, 4209.0, 4218.0, 4210.0, 4228.0, 4217.0, 4218.0, 4247.0, 4226.0, 4248.0, 4219.0, 4230.0, 4208.0, 4217.0, 4200.0, 4224.0, 4247.0, 4207.0, 4236.0, 4277.0, 4206.0, 4213.0, 4200.0, 4214.0, 4215.0, 4194.0, 4214.0, 4197.0, 4225.0, 4215.0, 4231.0, 4257.0, 4208.0, 4230.0, 4257.0, 4208.0, 4227.0, 4195.0, 4235.0, 4256.0, 4208.0, 4218.0, 4262.0, 4214.0, 4216.0, 4196.0, 4220.0, 4259.0, 4209.0, 4218.0, 4197.0, 4224.0, 4236.0, 4215.0, 4230.0, 4196.0, 4225.0, 4247.0, 4216.0, 4232.0, 4196.0, 4237.0, 4260.0, 4211.0, 4228.0, 4208.0, 4230.0, 4247.0, 4220.0, 4229.0, 4215.0, 4219.0, 4218.0, 4227.0, 4240.0, 4198.0, 4220.0, 4260.0, 4210.0, 4240.0, 4197.0, 4227.0, 4254.0, 4213.0, 4226.0, 4208.0, 4232.0, 4257.0, 4219.0, 4241.0, 4220.0, 4230.0, 4211.0, 4243.0, 4240.0, 4228.0, 4257.0, 4226.0, 4235.0, 4220.0, 4238.0, 4261.0, 4209.0, 4231.0, 4199.0, 4218.0, 4255.0, 4210.0, 4219.0, 4213.0, 4219.0, 4241.0, 4228.0, 4229.0, 4198.0, 4238.0, 4261.0, 4222.0, 4231.0, 4221.0, 4231.0, 4222.0, 4232.0, 4224.0, 4234.0, 4222.0, 4233.0, 4273.0, 4239.0, 4268.0, 4233.0, 4248.0, 4236.0, 4242.0, 4228.0, 4237.0, 4221.0, 4241.0, 4211.0, 4232.0, 4249.0, 4238.0, 4281.0, 4228.0, 4276.0, 4279.0, 4220.0, 4273.0, 4212.0, 4221.0, 4226.0, 4208.0, 4218.0, 4187.0, 4220.0, 4228.0, 4221.0, 4232.0, 4200.0, 4221.0, 4250.0, 4222.0, 4221.0, 4231.0, 4222.0, 4255.0, 4212.0, 4223.0, 4261.0, 4221.0, 4241.0, 4220.0, 4233.0, 4232.0, 4240.0, 4252.0, 4228.0, 4248.0, 4212.0, 4232.0, 4280.0, 4233.0, 4250.0, 4221.0, 4231.0, 4270.0, 4238.0, 4241.0, 4225.0, 4240.0, 4230.0, 4221.0, 4240.0, 4222.0, 4242.0, 4219.0, 4232.0, 4212.0, 4233.0, 4221.0, 4233.0, 4270.0, 4235.0, 4254.0, 4221.0, 4249.0, 4222.0, 4251.0, 4221.0, 4234.0, 4294.0, 4239.0, 4284.0, 4238.0, 4260.0, 4220.0, 4252.0, 4228.0, 4232.0, 4250.0, 4220.0, 4208.0, 4224.0, 4239.0, 4232.0, 4253.0, 4232.0, 4240.0, 4231.0, 4249.0, 4220.0, 4232.0, 4221.0, 4232.0, 4231.0, 4234.0, 4209.0, 4237.0, 4261.0, 4233.0, 4272.0, 4221.0, 4255.0, 4220.0, 4237.0, 4221.0, 4235.0, 4228.0, 4219.0, 4210.0, 4238.0, 4209.0, 4232.0, 4251.0, 4231.0, 4252.0, 4238.0, 4241.0, 4240.0, 4242.0, 4240.0, 4241.0, 4233.0, 4241.0, 4239.0, 4245.0, 4222.0, 4250.0, 4221.0, 4241.0, 4220.0, 4236.0, 4221.0, 4228.0, 4219.0, 4235.0, 4209.0, 4229.0, 4234.0, 4238.0, 4270.0, 4217.0, 4245.0, 4221.0, 4249.0, 4225.0, 4271.0, 4219.0, 4248.0, 4219.0, 4247.0, 4221.0, 4239.0, 4211.0, 4238.0, 4208.0, 4223.0, 4217.0, 4224.0, 4206.0, 4230.0, 4248.0, 4217.0, 4202.0, 4222.0, 4230.0, 4217.0, 4247.0, 4209.0, 4226.0, 4213.0, 4214.0, 4217.0, 4227.0, 4228.0, 4215.0, 4237.0, 4215.0, 4229.0, 4218.0, 4237.0, 4228.0, 4252.0, 4226.0, 4238.0, 4208.0, 4229.0, 4205.0, 4227.0, 4217.0, 4228.0, 4213.0, 4218.0, 4208.0, 4230.0, 4204.0, 4228.0, 4214.0, 4229.0, 4214.0, 4229.0, 4209.0, 4236.0, 4208.0, 4236.0, 4213.0, 4237.0, 4208.0, 4232.0, 4261.0, 4220.0, 4227.0, 4229.0, 4259.0, 4231.0, 4277.0, 4220.0, 4238.0, 4219.0, 4243.0, 4218.0, 4229.0, 4209.0, 4224.0, 4214.0, 4218.0, 4206.0, 4228.0, 4209.0, 4228.0, 4214.0, 4236.0, 4241.0, 4228.0, 4248.0, 4229.0, 4248.0, 4225.0, 4234.0, 4224.0, 4226.0, 4217.0, 4228.0, 4220.0, 4245.0, 4208.0, 4217.0, 4207.0, 4233.0, 4208.0, 4229.0, 4207.0, 4224.0, 4206.0, 4216.0, 4215.0, 4228.0, 4242.0, 4234.0, 4194.0, 4218.0, 4247.0, 4224.0, 4243.0, 4206.0, 4217.0, 4207.0, 4216.0, 4204.0, 4218.0, 4205.0, 4229.0, 4218.0, 4229.0, 4210.0, 4231.0, 4250.0, 4232.0, 4240.0, 4221.0, 4233.0, 4219.0, 4229.0, 4218.0, 4244.0, 4221.0, 4247.0, 4226.0, 4229.0, 4226.0, 4237.0, 4209.0, 4231.0, 4265.0, 4229.0, 4238.0, 4237.0, 4249.0, 4232.0, 4252.0, 4221.0, 4236.0, 4225.0, 4239.0, 4220.0, 4228.0, 4220.0, 4235.0, 4220.0, 4220.0, 4219.0, 4236.0, 4221.0, 4249.0, 4208.0, 4226.0, 4209.0, 4236.0, 4197.0, 4231.0, 4229.0, 4232.0, 4225.0, 4238.0, 4240.0, 4219.0, 4243.0, 4221.0, 4227.0, 4207.0, 4229.0, 4215.0, 4237.0, 4209.0, 4242.0, 4230.0, 4219.0, 4214.0, 4229.0, 4249.0, 4221.0, 4241.0, 4228.0, 4229.0, 4218.0, 4229.0, 4219.0, 4241.0, 4220.0, 4238.0, 4226.0, 4236.0, 4208.0, 4230.0, 4273.0, 4219.0, 4248.0, 4223.0, 4238.0, 4220.0, 4229.0, 4220.0, 4237.0, 4209.0, 4230.0, 4220.0, 4234.0, 4208.0, 4230.0, 4270.0, 4227.0, 4239.0, 4219.0, 4228.0, 4220.0, 4230.0, 4219.0, 4219.0, 4209.0, 4229.0, 4223.0, 4237.0, 4221.0, 4238.0, 4211.0, 4228.0, 4219.0, 4238.0, 4211.0, 4231.0, 4272.0, 4237.0, 4258.0, 4219.0, 4249.0, 4220.0, 4255.0, 4219.0, 4237.0, 4220.0, 4232.0, 4220.0, 4232.0, 4209.0, 4232.0, 4206.0, 4234.0, 4237.0, 4232.0, 4251.0, 4220.0, 4228.0, 4230.0, 4230.0, 4215.0, 4229.0, 4249.0, 4201.0, 4216.0, 4237.0, 4207.0, 4228.0, 4202.0, 4219.0, 4217.0, 4233.0, 4233.0, 4209.0, 4231.0, 4241.0, 4233.0, 4241.0, 4219.0, 4230.0, 4239.0, 4232.0, 4255.0, 4232.0, 4254.0, 4220.0, 4230.0, 4285.0, 4232.0, 4252.0, 4221.0, 4232.0, 4278.0, 4231.0, 4252.0, 4236.0, 4246.0, 4224.0, 4244.0, 4273.0, 4232.0, 4241.0, 4232.0, 4243.0, 4232.0, 4243.0, 4285.0, 4232.0, 4251.0, 4233.0, 4240.0, 4233.0, 4252.0, 4255.0, 4232.0, 4283.0, 4232.0, 4266.0, 4222.0, 4243.0, 4306.0, 4232.0, 4271.0, 4233.0, 4239.0, 4231.0, 4242.0, 4209.0, 4231.0, 4229.0, 4231.0, 4252.0, 4232.0, 4252.0, 4229.0, 4231.0, 4280.0, 4229.0, 4241.0, 4219.0, 4248.0, 4224.0, 4229.0, 4237.0, 4234.0, 4257.0, 4233.0, 4243.0, 4231.0, 4231.0, 4280.0, 4218.0, 4263.0, 4221.0, 4240.0, 4266.0, 4229.0, 4258.0, 4219.0, 4239.0, 4227.0, 4231.0, 4209.0, 4228.0, 4206.0, 4227.0, 4259.0, 4231.0, 4248.0, 4219.0, 4225.0, 4217.0, 4228.0, 4208.0, 4228.0, 4280.0, 4226.0, 4227.0, 4279.0, 4214.0, 4226.0, 4204.0, 4229.0, 4234.0, 4216.0, 4215.0, 4217.0, 4236.0, 4213.0, 4229.0, 4240.0, 4217.0, 4242.0, 4203.0, 4218.0, 4205.0, 4215.0, 4236.0, 4229.0, 4227.0, 4219.0, 4227.0, 4220.0, 4240.0, 4220.0, 4245.0, 4273.0, 4237.0, 4250.0, 4219.0, 4260.0, 4279.0, 4239.0, 4279.0, 4218.0, 4267.0, 4224.0, 4240.0, 4207.0, 4229.0, 4255.0, 4229.0, 4254.0, 4217.0, 4237.0, 4207.0, 4231.0, 4278.0, 4216.0, 4235.0, 4218.0, 4231.0, 4220.0, 4229.0, 4220.0, 4229.0, 4215.0, 4236.0, 4207.0, 4228.0, 4281.0, 4230.0, 4258.0, 4265.0, 4245.0, 4203.0, 4216.0, 4202.0, 4218.0, 4211.0, 4228.0, 4247.0, 4219.0, 4243.0, 4216.0, 4226.0, 4279.0, 4251.0, 4241.0, 4269.0, 4203.0, 4204.0, 4230.0, 4212.0, 4231.0, 4201.0, 4223.0, 4270.0, 4203.0, 4239.0, 4203.0, 4214.0, 4220.0, 4202.0, 4189.0, 4198.0, 4219.0, 4205.0, 4226.0, 4204.0, 4216.0, 4222.0, 4205.0, 4227.0, 4214.0, 4234.0, 4256.0, 4204.0, 4213.0, 4205.0, 4228.0, 4208.0, 4216.0, 4207.0, 4229.0, 4208.0, 4229.0, 4250.0, 4232.0, 4238.0, 4221.0, 4240.0, 4237.0, 4230.0, 4220.0, 4236.0, 4238.0, 4230.0, 4269.0, 4219.0, 4243.0, 4289.0, 4218.0, 4227.0, 4212.0, 4216.0, 4215.0, 4218.0, 4229.0, 4215.0, 4230.0, 4228.0, 4219.0, 4241.0, 4250.0, 4241.0, 4239.0, 4228.0, 4241.0, 4269.0, 4219.0, 4250.0, 4220.0, 4242.0, 4270.0, 4231.0, 4244.0, 4219.0, 4230.0, 4271.0, 4231.0, 4244.0, 4224.0, 4248.0, 4278.0, 4229.0, 4258.0, 4219.0, 4230.0, 4235.0, 4236.0, 4259.0, 4227.0, 4241.0, 4239.0, 4229.0, 4260.0, 4230.0, 4241.0, 4219.0, 4230.0, 4211.0, 4244.0, 4221.0, 4225.0, 4221.0, 4249.0, 4236.0, 4274.0, 4247.0, 4287.0, 4256.0, 4295.0, 4263.0, 4293.0, 4253.0, 4281.0, 4242.0, 4250.0, 4219.0, 4229.0, 4218.0, 4231.0, 4271.0, 4227.0, 4214.0, 4227.0, 4206.0, 4219.0, 4269.0, 4220.0, 4258.0, 4219.0, 4245.0, 4219.0, 4217.0, 4232.0, 4228.0, 4218.0, 4218.0, 4217.0, 4236.0, 4218.0, 4227.0, 4258.0, 4237.0, 4247.0, 4218.0, 4248.0, 4219.0, 4250.0, 4221.0, 4240.0, 4220.0, 4250.0, 4227.0, 4256.0, 4230.0, 4248.0, 4220.0, 4246.0, 4220.0, 4238.0, 4230.0, 4242.0, 4220.0, 4229.0, 4217.0, 4229.0, 4222.0, 4240.0, 4219.0, 4247.0, 4236.0, 4240.0, 4220.0, 4247.0, 4249.0, 4237.0, 4230.0, 4238.0, 4251.0, 4219.0, 4259.0, 4220.0, 4238.0, 4222.0, 4237.0, 4224.0, 4228.0, 4219.0, 4233.0, 4225.0, 4218.0, 4207.0, 4228.0, 4241.0, 4221.0, 4259.0, 4218.0, 4238.0, 4218.0, 4235.0, 4218.0, 4228.0, 4218.0, 4219.0, 4225.0, 4219.0, 4224.0, 4218.0, 4259.0, 4220.0, 4226.0, 4218.0, 4227.0, 4217.0, 4225.0, 4211.0, 4229.0, 4207.0, 4230.0, 4235.0, 4219.0, 4249.0, 4220.0, 4240.0, 4208.0, 4218.0, 4265.0, 4226.0, 4238.0, 4219.0, 4239.0, 4208.0, 4218.0, 4208.0, 4220.0, 4216.0, 4230.0, 4250.0, 4233.0, 4258.0, 4235.0, 4241.0, 4238.0, 4258.0, 4219.0, 4232.0, 4260.0, 4220.0, 4260.0, 4231.0, 4251.0, 4228.0, 4242.0, 4220.0, 4230.0, 4227.0, 4237.0, 4230.0, 4229.0, 4289.0, 4231.0, 4270.0, 4220.0, 4248.0, 4227.0, 4237.0, 4219.0, 4240.0, 4220.0, 4238.0, 4258.0, 4219.0, 4235.0, 4237.0, 4259.0, 4229.0, 4238.0, 4223.0, 4220.0, 4224.0, 4218.0, 4207.0, 4220.0, 4260.0, 4227.0, 4228.0, 4220.0, 4220.0, 4220.0, 4219.0, 4229.0, 4230.0, 4238.0, 4238.0, 4247.0, 4232.0, 4235.0, 4232.0, 4230.0, 4226.0, 4238.0, 4220.0, 4232.0, 4225.0, 4229.0, 4270.0, 4230.0, 4251.0, 4220.0, 4240.0, 4220.0, 4222.0, 4260.0, 4220.0, 4249.0, 4230.0, 4246.0, 4228.0, 4242.0, 4230.0, 4229.0, 4228.0, 4235.0, 4221.0, 4231.0, 4218.0, 4220.0, 4227.0, 4230.0, 4281.0, 4227.0, 4261.0, 4236.0, 4218.0, 4224.0, 4219.0, 4207.0, 4220.0, 4260.0, 4220.0, 4244.0, 4227.0, 4239.0, 4226.0, 4236.0, 4229.0, 4238.0, 4219.0, 4223.0, 4215.0, 4226.0, 4238.0, 4230.0, 4260.0, 4220.0, 4246.0, 4219.0, 4239.0, 4225.0, 4219.0, 4276.0, 4208.0, 4239.0, 4215.0, 4216.0, 4224.0, 4237.0, 4215.0, 4225.0, 4214.0, 4226.0, 4234.0, 4226.0, 4247.0, 4222.0, 4236.0, 4227.0, 4229.0, 4219.0, 4221.0, 4221.0, 4219.0, 4257.0, 4231.0, 4259.0, 4220.0, 4251.0, 4224.0, 4245.0, 4218.0, 4225.0], 'WindowWidth': [9574.0, 9439.0, 9466.0, 9395.0, 9421.0, 9397.0, 9420.0, 9366.0, 9404.0, 9374.0, 9397.0, 9345.0, 9356.0, 9346.0, 9368.0, 9353.0, 9356.0, 9391.0, 9372.0, 9396.0, 9358.0, 9371.0, 9339.0, 9351.0, 9329.0, 9364.0, 9391.0, 9338.0, 9385.0, 9433.0, 9332.0, 9341.0, 9326.0, 9342.0, 9343.0, 9317.0, 9343.0, 9325.0, 9368.0, 9357.0, 9378.0, 9416.0, 9344.0, 9375.0, 9406.0, 9340.0, 9365.0, 9318.0, 9381.0, 9414.0, 9341.0, 9354.0, 9414.0, 9352.0, 9349.0, 9323.0, 9357.0, 9413.0, 9343.0, 9355.0, 9325.0, 9367.0, 9377.0, 9357.0, 9375.0, 9324.0, 9370.0, 9393.0, 9358.0, 9378.0, 9323.0, 9388.0, 9417.0, 9348.0, 9368.0, 9341.0, 9372.0, 9390.0, 9361.0, 9373.0, 9358.0, 9359.0, 9355.0, 9375.0, 9387.0, 9330.0, 9361.0, 9417.0, 9349.0, 9388.0, 9327.0, 9376.0, 9408.0, 9353.0, 9364.0, 9343.0, 9381.0, 9415.0, 9359.0, 9389.0, 9362.0, 9376.0, 9351.0, 9398.0, 9390.0, 9378.0, 9417.0, 9373.0, 9385.0, 9360.0, 9391.0, 9418.0, 9344.0, 9374.0, 9329.0, 9355.0, 9410.0, 9346.0, 9358.0, 9353.0, 9358.0, 9389.0, 9377.0, 9372.0, 9329.0, 9391.0, 9420.0, 9368.0, 9376.0, 9366.0, 9378.0, 9367.0, 9381.0, 9375.0, 9388.0, 9369.0, 9384.0, 9439.0, 9396.0, 9433.0, 9384.0, 9399.0, 9388.0, 9394.0, 9380.0, 9391.0, 9365.0, 9394.0, 9352.0, 9379.0, 9398.0, 9393.0, 9448.0, 9378.0, 9447.0, 9440.0, 9358.0, 9433.0, 9346.0, 9360.0, 9361.0, 9343.0, 9357.0, 9313.0, 9361.0, 9369.0, 9364.0, 9379.0, 9335.0, 9367.0, 9403.0, 9367.0, 9366.0, 9376.0, 9367.0, 9413.0, 9354.0, 9369.0, 9418.0, 9364.0, 9392.0, 9363.0, 9383.0, 9383.0, 9398.0, 9409.0, 9380.0, 9408.0, 9352.0, 9381.0, 9452.0, 9385.0, 9404.0, 9364.0, 9379.0, 9429.0, 9392.0, 9391.0, 9374.0, 9397.0, 9374.0, 9364.0, 9388.0, 9366.0, 9394.0, 9370.0, 9383.0, 9354.0, 9385.0, 9366.0, 9385.0, 9440.0, 9389.0, 9415.0, 9367.0, 9410.0, 9367.0, 9413.0, 9365.0, 9385.0, 9469.0, 9397.0, 9453.0, 9391.0, 9413.0, 9362.0, 9406.0, 9378.0, 9379.0, 9402.0, 9361.0, 9341.0, 9371.0, 9386.0, 9379.0, 9409.0, 9381.0, 9388.0, 9378.0, 9407.0, 9362.0, 9382.0, 9365.0, 9379.0, 9376.0, 9382.0, 9344.0, 9389.0, 9417.0, 9383.0, 9435.0, 9363.0, 9410.0, 9362.0, 9388.0, 9363.0, 9386.0, 9370.0, 9356.0, 9347.0, 9390.0, 9344.0, 9380.0, 9406.0, 9380.0, 9407.0, 9393.0, 9390.0, 9399.0, 9397.0, 9398.0, 9391.0, 9384.0, 9392.0, 9396.0, 9401.0, 9367.0, 9402.0, 9363.0, 9389.0, 9363.0, 9387.0, 9366.0, 9372.0, 9358.0, 9384.0, 9343.0, 9371.0, 9382.0, 9391.0, 9428.0, 9354.0, 9396.0, 9363.0, 9397.0, 9373.0, 9434.0, 9359.0, 9395.0, 9356.0, 9390.0, 9360.0, 9382.0, 9346.0, 9380.0, 9339.0, 9362.0, 9350.0, 9366.0, 9336.0, 9372.0, 9394.0, 9349.0, 9332.0, 9361.0, 9369.0, 9352.0, 9395.0, 9343.0, 9360.0, 9349.0, 9344.0, 9353.0, 9367.0, 9368.0, 9351.0, 9390.0, 9358.0, 9372.0, 9356.0, 9388.0, 9378.0, 9407.0, 9374.0, 9383.0, 9341.0, 9369.0, 9334.0, 9365.0, 9350.0, 9365.0, 9347.0, 9352.0, 9339.0, 9370.0, 9339.0, 9367.0, 9351.0, 9370.0, 9352.0, 9372.0, 9347.0, 9385.0, 9342.0, 9386.0, 9352.0, 9387.0, 9343.0, 9376.0, 9413.0, 9358.0, 9365.0, 9371.0, 9408.0, 9376.0, 9443.0, 9359.0, 9380.0, 9357.0, 9389.0, 9354.0, 9370.0, 9342.0, 9365.0, 9351.0, 9352.0, 9334.0, 9368.0, 9345.0, 9369.0, 9353.0, 9384.0, 9386.0, 9367.0, 9395.0, 9370.0, 9394.0, 9369.0, 9376.0, 9366.0, 9361.0, 9352.0, 9368.0, 9360.0, 9393.0, 9339.0, 9349.0, 9337.0, 9376.0, 9341.0, 9370.0, 9336.0, 9364.0, 9333.0, 9347.0, 9356.0, 9367.0, 9386.0, 9375.0, 9316.0, 9352.0, 9391.0, 9365.0, 9391.0, 9338.0, 9350.0, 9336.0, 9349.0, 9330.0, 9353.0, 9346.0, 9371.0, 9354.0, 9372.0, 9347.0, 9377.0, 9402.0, 9382.0, 9390.0, 9362.0, 9378.0, 9358.0, 9370.0, 9357.0, 9396.0, 9363.0, 9401.0, 9370.0, 9371.0, 9369.0, 9386.0, 9346.0, 9375.0, 9423.0, 9368.0, 9379.0, 9388.0, 9398.0, 9379.0, 9406.0, 9362.0, 9383.0, 9370.0, 9382.0, 9360.0, 9369.0, 9360.0, 9382.0, 9360.0, 9358.0, 9358.0, 9384.0, 9362.0, 9406.0, 9342.0, 9370.0, 9341.0, 9385.0, 9325.0, 9375.0, 9373.0, 9377.0, 9368.0, 9389.0, 9386.0, 9357.0, 9394.0, 9363.0, 9372.0, 9338.0, 9369.0, 9354.0, 9385.0, 9346.0, 9392.0, 9372.0, 9356.0, 9352.0, 9372.0, 9398.0, 9364.0, 9388.0, 9376.0, 9370.0, 9355.0, 9370.0, 9357.0, 9390.0, 9359.0, 9388.0, 9370.0, 9385.0, 9341.0, 9372.0, 9437.0, 9357.0, 9395.0, 9365.0, 9380.0, 9357.0, 9368.0, 9360.0, 9386.0, 9344.0, 9373.0, 9357.0, 9380.0, 9340.0, 9375.0, 9429.0, 9372.0, 9382.0, 9357.0, 9367.0, 9358.0, 9371.0, 9356.0, 9355.0, 9343.0, 9370.0, 9365.0, 9387.0, 9363.0, 9389.0, 9348.0, 9368.0, 9358.0, 9391.0, 9348.0, 9378.0, 9432.0, 9385.0, 9407.0, 9356.0, 9395.0, 9358.0, 9408.0, 9356.0, 9376.0, 9357.0, 9375.0, 9359.0, 9378.0, 9343.0, 9375.0, 9335.0, 9380.0, 9386.0, 9379.0, 9401.0, 9359.0, 9368.0, 9374.0, 9375.0, 9356.0, 9371.0, 9400.0, 9333.0, 9348.0, 9375.0, 9338.0, 9369.0, 9335.0, 9358.0, 9353.0, 9380.0, 9383.0, 9346.0, 9381.0, 9392.0, 9386.0, 9394.0, 9360.0, 9377.0, 9387.0, 9381.0, 9413.0, 9384.0, 9414.0, 9363.0, 9378.0, 9456.0, 9381.0, 9410.0, 9367.0, 9383.0, 9449.0, 9380.0, 9408.0, 9390.0, 9404.0, 9375.0, 9403.0, 9441.0, 9381.0, 9393.0, 9385.0, 9401.0, 9384.0, 9401.0, 9459.0, 9384.0, 9407.0, 9386.0, 9393.0, 9388.0, 9420.0, 9416.0, 9385.0, 9453.0, 9384.0, 9433.0, 9369.0, 9401.0, 9487.0, 9382.0, 9432.0, 9383.0, 9389.0, 9382.0, 9399.0, 9350.0, 9381.0, 9376.0, 9381.0, 9409.0, 9384.0, 9411.0, 9375.0, 9379.0, 9444.0, 9375.0, 9393.0, 9362.0, 9407.0, 9371.0, 9375.0, 9384.0, 9386.0, 9419.0, 9387.0, 9399.0, 9380.0, 9379.0, 9446.0, 9358.0, 9424.0, 9366.0, 9391.0, 9426.0, 9373.0, 9412.0, 9360.0, 9388.0, 9379.0, 9380.0, 9347.0, 9371.0, 9340.0, 9370.0, 9415.0, 9379.0, 9400.0, 9360.0, 9365.0, 9355.0, 9372.0, 9344.0, 9371.0, 9446.0, 9365.0, 9368.0, 9439.0, 9346.0, 9362.0, 9331.0, 9370.0, 9372.0, 9350.0, 9348.0, 9356.0, 9389.0, 9351.0, 9371.0, 9387.0, 9357.0, 9391.0, 9329.0, 9354.0, 9333.0, 9348.0, 9379.0, 9374.0, 9368.0, 9360.0, 9369.0, 9363.0, 9390.0, 9366.0, 9404.0, 9438.0, 9390.0, 9401.0, 9360.0, 9419.0, 9439.0, 9387.0, 9442.0, 9355.0, 9418.0, 9369.0, 9388.0, 9340.0, 9373.0, 9412.0, 9370.0, 9406.0, 9354.0, 9380.0, 9339.0, 9378.0, 9437.0, 9351.0, 9374.0, 9356.0, 9374.0, 9361.0, 9373.0, 9363.0, 9372.0, 9359.0, 9387.0, 9339.0, 9370.0, 9448.0, 9376.0, 9412.0, 9415.0, 9387.0, 9326.0, 9347.0, 9334.0, 9355.0, 9348.0, 9371.0, 9396.0, 9359.0, 9396.0, 9350.0, 9365.0, 9446.0, 9396.0, 9385.0, 9425.0, 9328.0, 9328.0, 9358.0, 9336.0, 9361.0, 9321.0, 9355.0, 9421.0, 9324.0, 9378.0, 9328.0, 9342.0, 9343.0, 9322.0, 9302.0, 9322.0, 9352.0, 9333.0, 9362.0, 9330.0, 9350.0, 9352.0, 9333.0, 9368.0, 9356.0, 9380.0, 9404.0, 9330.0, 9342.0, 9333.0, 9370.0, 9343.0, 9351.0, 9339.0, 9372.0, 9342.0, 9376.0, 9405.0, 9381.0, 9384.0, 9366.0, 9388.0, 9390.0, 9375.0, 9363.0, 9388.0, 9382.0, 9375.0, 9426.0, 9359.0, 9396.0, 9456.0, 9357.0, 9367.0, 9346.0, 9349.0, 9347.0, 9355.0, 9371.0, 9351.0, 9375.0, 9370.0, 9360.0, 9393.0, 9404.0, 9395.0, 9389.0, 9380.0, 9394.0, 9429.0, 9362.0, 9404.0, 9363.0, 9396.0, 9433.0, 9378.0, 9400.0, 9360.0, 9376.0, 9436.0, 9379.0, 9399.0, 9371.0, 9406.0, 9440.0, 9375.0, 9422.0, 9362.0, 9375.0, 9384.0, 9389.0, 9414.0, 9370.0, 9395.0, 9389.0, 9376.0, 9419.0, 9378.0, 9393.0, 9361.0, 9381.0, 9356.0, 9403.0, 9369.0, 9379.0, 9368.0, 9415.0, 9396.0, 9445.0, 9414.0, 9467.0, 9423.0, 9473.0, 9428.0, 9468.0, 9414.0, 9452.0, 9393.0, 9403.0, 9358.0, 9374.0, 9357.0, 9379.0, 9432.0, 9367.0, 9354.0, 9368.0, 9337.0, 9359.0, 9429.0, 9365.0, 9410.0, 9358.0, 9396.0, 9359.0, 9353.0, 9382.0, 9372.0, 9359.0, 9357.0, 9354.0, 9386.0, 9355.0, 9379.0, 9421.0, 9391.0, 9394.0, 9358.0, 9397.0, 9360.0, 9405.0, 9365.0, 9388.0, 9363.0, 9402.0, 9379.0, 9415.0, 9378.0, 9399.0, 9363.0, 9400.0, 9364.0, 9385.0, 9379.0, 9395.0, 9364.0, 9373.0, 9357.0, 9374.0, 9367.0, 9391.0, 9362.0, 9403.0, 9388.0, 9389.0, 9361.0, 9404.0, 9399.0, 9388.0, 9374.0, 9392.0, 9401.0, 9360.0, 9414.0, 9363.0, 9382.0, 9367.0, 9381.0, 9369.0, 9370.0, 9359.0, 9383.0, 9369.0, 9356.0, 9339.0, 9370.0, 9389.0, 9364.0, 9412.0, 9356.0, 9382.0, 9357.0, 9383.0, 9358.0, 9370.0, 9357.0, 9358.0, 9370.0, 9357.0, 9365.0, 9356.0, 9413.0, 9361.0, 9364.0, 9355.0, 9367.0, 9354.0, 9371.0, 9352.0, 9375.0, 9341.0, 9376.0, 9385.0, 9361.0, 9400.0, 9363.0, 9390.0, 9342.0, 9358.0, 9423.0, 9373.0, 9382.0, 9358.0, 9387.0, 9345.0, 9358.0, 9344.0, 9363.0, 9360.0, 9378.0, 9406.0, 9386.0, 9421.0, 9389.0, 9392.0, 9395.0, 9422.0, 9361.0, 9382.0, 9417.0, 9363.0, 9416.0, 9383.0, 9404.0, 9379.0, 9394.0, 9362.0, 9376.0, 9375.0, 9390.0, 9374.0, 9373.0, 9456.0, 9379.0, 9431.0, 9361.0, 9396.0, 9376.0, 9382.0, 9359.0, 9389.0, 9361.0, 9391.0, 9411.0, 9358.0, 9384.0, 9390.0, 9414.0, 9371.0, 9385.0, 9368.0, 9361.0, 9367.0, 9358.0, 9340.0, 9364.0, 9416.0, 9377.0, 9370.0, 9362.0, 9361.0, 9362.0, 9361.0, 9375.0, 9377.0, 9385.0, 9394.0, 9406.0, 9382.0, 9388.0, 9383.0, 9377.0, 9375.0, 9393.0, 9362.0, 9380.0, 9372.0, 9382.0, 9430.0, 9376.0, 9403.0, 9363.0, 9390.0, 9362.0, 9369.0, 9415.0, 9360.0, 9398.0, 9374.0, 9400.0, 9373.0, 9393.0, 9376.0, 9371.0, 9379.0, 9386.0, 9364.0, 9380.0, 9364.0, 9361.0, 9375.0, 9376.0, 9445.0, 9374.0, 9418.0, 9385.0, 9354.0, 9367.0, 9357.0, 9338.0, 9360.0, 9415.0, 9361.0, 9395.0, 9375.0, 9384.0, 9373.0, 9386.0, 9381.0, 9391.0, 9356.0, 9365.0, 9354.0, 9373.0, 9382.0, 9376.0, 9416.0, 9361.0, 9399.0, 9360.0, 9387.0, 9370.0, 9359.0, 9439.0, 9342.0, 9382.0, 9350.0, 9350.0, 9365.0, 9387.0, 9355.0, 9368.0, 9352.0, 9372.0, 9379.0, 9373.0, 9401.0, 9366.0, 9385.0, 9375.0, 9372.0, 9359.0, 9364.0, 9363.0, 9361.0, 9408.0, 9377.0, 9412.0, 9362.0, 9405.0, 9370.0, 9396.0, 9355.0, 9370.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.0002533622183708839</td></tr>
<tr><td colspan=3>aqi</td><td>0.02284687322357019</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.45727823267128</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2221051694015617</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9889241398352141</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>5322.6982</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07647892148135557</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4552923984734414</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3648613072536766</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.714386298920351</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.286629589246298</td></tr>
<tr><td colspan=3>gcor</td><td>0.00692958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017163772135972977</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017968609929084778</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9065092756543494</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>33.5241</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0258</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.1146</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304963.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.8671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3208</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.096</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3477.3413</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.2908</td></tr>
<tr><td colspan=3>tsnr</td><td>40.050733275711536</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>