<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-03/func/sub-0112_ses-03_task-alignvideo_acq-mb8_run-01_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>5bee6b4f1ee18b53a1facb293e20e9cd</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>19:59:29.530000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990293, 0.0789699, 0.11438, -0.086117, 0.99454, 0.0589483]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0775018</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7798, -7280, 182, -161, -177, -153, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1fd17f8f-3815-4fde-a95a-e74b3bd22716||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6568849086761475, -0.2310456931591034, 0.2945701777935028, 116.5915756225586], [-0.21187032759189606, 2.6682770252227783, 0.18421049416065216, -97.740234375], [0.30687254667282104, -0.15815384685993195, 2.67755389213562, -94.690185546875], [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, 1157]</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], 'AcquisitionTime': ['195929.530000', '195929.990000', '195930.450000', '195930.910000', '195931.370000', '195931.830000', '195932.290000', '195932.750000', '195933.210000', '195933.670000', '195934.130000', '195934.590000', '195935.050000', '195935.510000', '195935.970000', '195936.430000', '195936.890000', '195937.350000', '195937.810000', '195938.270000', '195938.730000', '195939.190000', '195939.650000', '195940.110000', '195940.570000', '195941.030000', '195941.490000', '195941.950000', '195942.410000', '195942.870000', '195943.330000', '195943.790000', '195944.250000', '195944.710000', '195945.170000', '195945.630000', '195946.090000', '195946.550000', '195947.010000', '195947.470000', '195947.930000', '195948.390000', '195948.850000', '195949.310000', '195949.770000', '195950.230000', '195950.690000', '195951.150000', '195951.610000', '195952.070000', '195952.530000', '195952.990000', '195953.450000', '195953.910000', '195954.370000', '195954.830000', '195955.290000', '195955.750000', '195956.210000', '195956.670000', '195957.130000', '195957.590000', '195958.050000', '195958.510000', '195958.970000', '195959.430000', '195959.890000', '200000.350000', '200000.810000', '200001.270000', '200001.730000', '200002.190000', '200002.650000', '200003.110000', '200003.570000', '200004.030000', '200004.490000', '200004.950000', '200005.410000', '200005.870000', '200006.330000', '200006.790000', '200007.250000', '200007.710000', '200008.170000', '200008.630000', '200009.090000', '200009.550000', '200010.010000', '200010.470000', '200010.930000', '200011.390000', '200011.850000', '200012.310000', '200012.770000', '200013.230000', '200013.690000', '200014.150000', '200014.610000', '200015.070000', '200015.530000', '200015.990000', '200016.450000', '200016.910000', '200017.370000', '200017.830000', '200018.290000', '200018.750000', '200019.210000', '200019.670000', '200020.130000', '200020.590000', '200021.050000', '200021.510000', '200021.970000', '200022.430000', '200022.890000', '200023.350000', '200023.810000', '200024.270000', '200024.730000', '200025.190000', '200025.650000', '200026.110000', '200026.570000', '200027.030000', '200027.490000', '200027.950000', '200028.410000', '200028.870000', '200029.330000', '200029.790000', '200030.250000', '200030.710000', '200031.170000', '200031.630000', '200032.090000', '200032.550000', '200033.010000', '200033.470000', '200033.930000', '200034.390000', '200034.850000', '200035.310000', '200035.770000', '200036.230000', '200036.690000', '200037.150000', '200037.610000', '200038.070000', '200038.530000', '200038.990000', '200039.450000', '200039.910000', '200040.370000', '200040.830000', '200041.290000', '200041.750000', '200042.210000', '200042.670000', '200043.130000', '200043.590000', '200044.050000', '200044.510000', '200044.970000', '200045.430000', '200045.890000', '200046.350000', '200046.810000', '200047.270000', '200047.730000', '200048.190000', '200048.650000', '200049.110000', '200049.570000', '200050.030000', '200050.490000', '200050.950000', '200051.410000', '200051.870000', '200052.330000', '200052.790000', '200053.250000', '200053.710000', '200054.170000', '200054.630000', '200055.090000', '200055.550000', '200056.010000', '200056.470000', '200056.930000', '200057.390000', '200057.850000', '200058.310000', '200058.770000', '200059.230000', '200059.690000', '200100.150000', '200100.610000', '200101.070000', '200101.530000', '200101.990000', '200102.450000', '200102.910000', '200103.370000', '200103.830000', '200104.290000', '200104.750000', '200105.210000', '200105.670000', '200106.130000', '200106.590000', '200107.050000', '200107.510000', '200107.970000', '200108.430000', '200108.890000', '200109.350000', '200109.810000', '200110.270000', '200110.730000', '200111.190000', '200111.650000', '200112.110000', '200112.570000', '200113.030000', '200113.490000', '200113.950000', '200114.410000', '200114.870000', '200115.330000', '200115.790000', '200116.250000', '200116.710000', '200117.170000', '200117.630000', '200118.090000', '200118.550000', '200119.010000', '200119.470000', '200119.930000', '200120.390000', '200120.850000', '200121.310000', '200121.770000', '200122.230000', '200122.690000', '200123.150000', '200123.610000', '200124.070000', '200124.530000', '200124.990000', '200125.450000', '200125.910000', '200126.370000', '200126.830000', '200127.290000', '200127.750000', '200128.210000', '200128.670000', '200129.130000', '200129.590000', '200130.050000', '200130.510000', '200130.970000', '200131.430000', '200131.890000', '200132.350000', '200132.810000', '200133.270000', '200133.730000', '200134.190000', '200134.650000', '200135.110000', '200135.570000', '200136.030000', '200136.490000', '200136.950000', '200137.410000', '200137.870000', '200138.330000', '200138.790000', '200139.250000', '200139.710000', '200140.170000', '200140.630000', '200141.090000', '200141.550000', '200142.010000', '200142.470000', '200142.930000', '200143.390000', '200143.850000', '200144.310000', '200144.770000', '200145.230000', '200145.690000', '200146.150000', '200146.610000', '200147.070000', '200147.530000', '200147.990000', '200148.450000', '200148.910000', '200149.370000', '200149.830000', '200150.290000', '200150.750000', '200151.210000', '200151.670000', '200152.130000', '200152.590000', '200153.050000', '200153.510000', '200153.970000', '200154.430000', '200154.890000', '200155.350000', '200155.810000', '200156.270000', '200156.730000', '200157.190000', '200157.650000', '200158.110000', '200158.570000', '200159.030000', '200159.490000', '200159.950000', '200200.410000', '200200.870000', '200201.330000', '200201.790000', '200202.250000', '200202.710000', '200203.170000', '200203.630000', '200204.090000', '200204.550000', '200205.010000', '200205.470000', '200205.930000', '200206.390000', '200206.850000', '200207.310000', '200207.770000', '200208.230000', '200208.690000', '200209.150000', '200209.610000', '200210.070000', '200210.530000', '200210.990000', '200211.450000', '200211.910000', '200212.370000', '200212.830000', '200213.290000', '200213.750000', '200214.210000', '200214.670000', '200215.130000', '200215.590000', '200216.050000', '200216.510000', '200216.970000', '200217.430000', '200217.890000', '200218.350000', '200218.810000', '200219.270000', '200219.730000', '200220.190000', '200220.650000', '200221.110000', '200221.570000', '200222.030000', '200222.490000', '200222.950000', '200223.410000', '200223.870000', '200224.330000', '200224.790000', '200225.250000', '200225.710000', '200226.170000', '200226.630000', '200227.090000', '200227.550000', '200228.010000', '200228.470000', '200228.930000', '200229.390000', '200229.850000', '200230.310000', '200230.770000', '200231.230000', '200231.690000', '200232.150000', '200232.610000', '200233.070000', '200233.530000', '200233.990000', '200234.450000', '200234.910000', '200235.370000', '200235.830000', '200236.290000', '200236.750000', '200237.210000', '200237.670000', '200238.130000', '200238.590000', '200239.050000', '200239.510000', '200239.970000', '200240.430000', '200240.890000', '200241.350000', '200241.810000', '200242.270000', '200242.730000', '200243.190000', '200243.650000', '200244.110000', '200244.570000', '200245.030000', '200245.490000', '200245.950000', '200246.410000', '200246.870000', '200247.330000', '200247.790000', '200248.250000', '200248.710000', '200249.170000', '200249.630000', '200250.090000', '200250.550000', '200251.010000', '200251.470000', '200251.930000', '200252.390000', '200252.850000', '200253.310000', '200253.770000', '200254.230000', '200254.690000', '200255.150000', '200255.610000', '200256.070000', '200256.530000', '200256.990000', '200257.450000', '200257.910000', '200258.370000', '200258.830000', '200259.290000', '200259.750000', '200300.210000', '200300.670000', '200301.130000', '200301.590000', '200302.050000', '200302.510000', '200302.970000', '200303.430000', '200303.890000', '200304.350000', '200304.810000', '200305.270000', '200305.730000', '200306.190000', '200306.650000', '200307.110000', '200307.570000', '200308.030000', '200308.490000', '200308.950000', '200309.410000', '200309.870000', '200310.330000', '200310.790000', '200311.250000', '200311.710000', '200312.170000', '200312.630000', '200313.090000', '200313.550000', '200314.010000', '200314.470000', '200314.930000', '200315.390000', '200315.850000', '200316.310000', '200316.770000', '200317.230000', '200317.690000', '200318.150000', '200318.610000', '200319.070000', '200319.530000', '200319.990000', '200320.450000', '200320.910000', '200321.370000', '200321.830000', '200322.290000', '200322.750000', '200323.210000', '200323.670000', '200324.130000', '200324.590000', '200325.050000', '200325.510000', '200325.970000', '200326.430000', '200326.890000', '200327.350000', '200327.810000', '200328.270000', '200328.730000', '200329.190000', '200329.650000', '200330.110000', '200330.570000', '200331.030000', '200331.490000', '200331.950000', '200332.410000', '200332.870000', '200333.330000', '200333.790000', '200334.250000', '200334.710000', '200335.170000', '200335.630000', '200336.090000', '200336.550000', '200337.010000', '200337.470000', '200337.930000', '200338.390000', '200338.850000', '200339.310000', '200339.770000', '200340.230000', '200340.690000', '200341.150000', '200341.610000', '200342.070000', '200342.530000', '200342.990000', '200343.450000', '200343.910000', '200344.370000', '200344.830000', '200345.290000', '200345.750000', '200346.210000', '200346.670000', '200347.130000', '200347.590000', '200348.050000', '200348.510000', '200348.970000', '200349.430000', '200349.890000', '200350.350000', '200350.810000', '200351.270000', '200351.730000', '200352.190000', '200352.650000', '200353.110000', '200353.570000', '200354.030000', '200354.490000', '200354.950000', '200355.410000', '200355.870000', '200356.330000', '200356.790000', '200357.250000', '200357.710000', '200358.170000', '200358.630000', '200359.090000', '200359.550000', '200400.010000', '200400.470000', '200400.930000', '200401.390000', '200401.850000', '200402.310000', '200402.770000', '200403.230000', '200403.690000', '200404.150000', '200404.610000', '200405.070000', '200405.530000', '200405.990000', '200406.450000', '200406.910000', '200407.370000', '200407.830000', '200408.290000', '200408.750000', '200409.210000', '200409.670000', '200410.130000', '200410.590000', '200411.050000', '200411.510000', '200411.970000', '200412.430000', '200412.890000', '200413.350000', '200413.810000', '200414.270000', '200414.730000', '200415.190000', '200415.650000', '200416.110000', '200416.570000', '200417.030000', '200417.490000', '200417.950000', '200418.410000', '200418.870000', '200419.330000', '200419.790000', '200420.250000', '200420.710000', '200421.170000', '200421.630000', '200422.090000', '200422.550000', '200423.010000', '200423.470000', '200423.930000', '200424.390000', '200424.850000', '200425.310000', '200425.770000', '200426.230000', '200426.690000', '200427.150000', '200427.610000', '200428.070000', '200428.530000', '200428.990000', '200429.450000', '200429.910000', '200430.370000', '200430.830000', '200431.290000', '200431.750000', '200432.210000', '200432.670000', '200433.130000', '200433.590000', '200434.050000', '200434.510000', '200434.970000', '200435.430000', '200435.890000', '200436.350000', '200436.810000', '200437.270000', '200437.730000', '200438.190000', '200438.650000', '200439.110000', '200439.570000', '200440.030000', '200440.490000', '200440.950000', '200441.410000', '200441.870000', '200442.330000', '200442.790000', '200443.250000', '200443.710000', '200444.170000', '200444.630000', '200445.090000', '200445.550000', '200446.010000', '200446.470000', '200446.930000', '200447.390000', '200447.850000', '200448.310000', '200448.770000', '200449.230000', '200449.690000', '200450.150000', '200450.610000', '200451.070000', '200451.530000', '200451.990000', '200452.450000', '200452.910000', '200453.370000', '200453.830000', '200454.290000', '200454.750000', '200455.210000', '200455.670000', '200456.130000', '200456.590000', '200457.050000', '200457.510000', '200457.970000', '200458.430000', '200458.890000', '200459.350000', '200459.810000', '200500.270000', '200500.730000', '200501.190000', '200501.650000', '200502.110000', '200502.570000', '200503.030000', '200503.490000', '200503.950000', '200504.410000', '200504.870000', '200505.330000', '200505.790000', '200506.250000', '200506.710000', '200507.170000', '200507.630000', '200508.090000', '200508.550000', '200509.010000', '200509.470000', '200509.930000', '200510.390000', '200510.850000', '200511.310000', '200511.770000', '200512.230000', '200512.690000', '200513.150000', '200513.610000', '200514.070000', '200514.530000', '200514.990000', '200515.450000', '200515.910000', '200516.370000', '200516.830000', '200517.290000', '200517.750000', '200518.210000', '200518.670000', '200519.130000', '200519.590000', '200520.050000', '200520.510000', '200520.970000', '200521.430000', '200521.890000', '200522.350000', '200522.810000', '200523.270000', '200523.730000', '200524.190000', '200524.650000', '200525.110000', '200525.570000', '200526.030000', '200526.490000', '200526.950000', '200527.410000', '200527.870000', '200528.330000', '200528.790000', '200529.250000', '200529.710000', '200530.170000', '200530.630000', '200531.090000', '200531.550000', '200532.010000', '200532.470000', '200532.930000', '200533.390000', '200533.850000', '200534.310000', '200534.770000', '200535.230000', '200535.690000', '200536.150000', '200536.610000', '200537.070000', '200537.530000', '200537.990000', '200538.450000', '200538.910000', '200539.370000', '200539.830000', '200540.290000', '200540.750000', '200541.210000', '200541.670000', '200542.130000', '200542.590000', '200543.050000', '200543.510000', '200543.970000', '200544.430000', '200544.890000', '200545.350000', '200545.810000', '200546.270000', '200546.730000', '200547.190000', '200547.650000', '200548.110000', '200548.570000', '200549.030000', '200549.490000', '200549.950000', '200550.410000', '200550.870000', '200551.330000', '200551.790000', '200552.250000', '200552.710000', '200553.170000', '200553.630000', '200554.090000', '200554.550000', '200555.010000', '200555.470000', '200555.930000', '200556.390000', '200556.850000', '200557.310000', '200557.770000', '200558.230000', '200558.690000', '200559.150000', '200559.610000', '200600.070000', '200600.530000', '200600.990000', '200601.450000', '200601.910000', '200602.370000', '200602.830000', '200603.290000', '200603.750000', '200604.210000', '200604.670000', '200605.130000', '200605.590000', '200606.050000', '200606.510000', '200606.970000', '200607.430000', '200607.890000', '200608.350000', '200608.810000', '200609.270000', '200609.730000', '200610.190000', '200610.650000', '200611.110000', '200611.570000', '200612.030000', '200612.490000', '200612.950000', '200613.410000', '200613.870000', '200614.330000', '200614.790000', '200615.250000', '200615.710000', '200616.170000', '200616.630000', '200617.090000', '200617.550000', '200618.010000', '200618.470000', '200618.930000', '200619.390000', '200619.850000', '200620.310000', '200620.770000', '200621.230000', '200621.690000', '200622.150000', '200622.610000', '200623.070000', '200623.530000', '200623.990000', '200624.450000', '200624.910000', '200625.370000', '200625.830000', '200626.290000', '200626.750000', '200627.210000', '200627.670000', '200628.130000', '200628.590000', '200629.050000', '200629.510000', '200629.970000', '200630.430000', '200630.890000', '200631.350000', '200631.810000', '200632.270000', '200632.730000', '200633.190000', '200633.650000', '200634.110000', '200634.570000', '200635.030000', '200635.490000', '200635.950000', '200636.410000', '200636.870000', '200637.330000', '200637.790000', '200638.250000', '200638.710000', '200639.170000', '200639.630000', '200640.090000', '200640.550000', '200641.010000', '200641.470000', '200641.930000', '200642.390000', '200642.850000', '200643.310000', '200643.770000', '200644.230000', '200644.690000', '200645.150000', '200645.610000', '200646.070000', '200646.530000', '200646.990000', '200647.450000', '200647.910000', '200648.370000', '200648.830000', '200649.290000', '200649.750000', '200650.210000', '200650.670000', '200651.130000', '200651.590000', '200652.050000', '200652.510000', '200652.970000', '200653.430000', '200653.890000', '200654.350000', '200654.810000', '200655.270000', '200655.730000', '200656.190000', '200656.650000', '200657.110000', '200657.570000', '200658.030000', '200658.490000', '200658.950000', '200659.410000', '200659.870000', '200700.330000', '200700.790000', '200701.250000', '200701.710000', '200702.170000', '200702.630000', '200703.090000', '200703.550000', '200704.010000', '200704.470000', '200704.930000', '200705.390000', '200705.850000', '200706.310000', '200706.770000', '200707.230000', '200707.690000', '200708.150000', '200708.610000', '200709.070000', '200709.530000', '200709.990000', '200710.450000', '200710.910000', '200711.370000', '200711.830000', '200712.290000', '200712.750000', '200713.210000', '200713.670000', '200714.130000', '200714.590000', '200715.050000', '200715.510000', '200715.970000', '200716.430000', '200716.890000', '200717.350000', '200717.810000', '200718.270000', '200718.730000', '200719.190000', '200719.650000', '200720.110000', '200720.570000', '200721.030000', '200721.490000', '200721.950000', '200722.410000', '200722.870000', '200723.330000', '200723.790000', '200724.250000', '200724.710000', '200725.170000', '200725.630000', '200726.090000', '200726.550000', '200727.010000', '200727.470000', '200727.930000', '200728.390000', '200728.850000', '200729.310000', '200729.770000', '200730.230000', '200730.690000', '200731.150000', '200731.610000', '200732.070000', '200732.530000', '200732.990000', '200733.450000', '200733.910000', '200734.370000', '200734.830000', '200735.290000', '200735.750000', '200736.210000', '200736.670000', '200737.130000', '200737.590000', '200738.050000', '200738.510000', '200738.970000', '200739.430000', '200739.890000', '200740.350000', '200740.810000', '200741.270000', '200741.730000', '200742.190000', '200742.650000', '200743.110000', '200743.570000', '200744.030000', '200744.490000', '200744.950000', '200745.410000', '200745.870000', '200746.330000', '200746.790000', '200747.250000', '200747.710000', '200748.170000', '200748.630000', '200749.090000', '200749.550000', '200750.010000', '200750.470000', '200750.930000', '200751.390000', '200751.850000', '200752.310000', '200752.770000', '200753.230000', '200753.690000', '200754.150000', '200754.610000', '200755.070000', '200755.530000', '200755.990000', '200756.450000', '200756.910000', '200757.370000', '200757.830000', '200758.290000', '200758.750000', '200759.210000', '200759.670000', '200800.130000', '200800.590000', '200801.050000', '200801.510000', '200801.970000', '200802.430000', '200802.890000', '200803.350000', '200803.810000', '200804.270000', '200804.730000', '200805.190000', '200805.650000', '200806.110000', '200806.570000', '200807.030000', '200807.490000', '200807.950000', '200808.410000', '200808.870000', '200809.330000', '200809.790000', '200810.250000', '200810.710000', '200811.170000', '200811.630000', '200812.090000', '200812.550000', '200813.010000', '200813.470000', '200813.930000', '200814.390000', '200814.850000', '200815.310000', '200815.770000', '200816.230000', '200816.690000', '200817.150000', '200817.610000', '200818.070000', '200818.530000', '200818.990000', '200819.450000', '200819.910000', '200820.370000', '200820.830000', '200821.290000'], 'ContentTime': ['195946.299000', '195946.302000', '195946.312000', '195946.314000', '195946.317000', '195946.319000', '195946.322000', '195946.324000', '195946.327000', '195946.330000', '195946.332000', '195946.335000', '195946.337000', '195946.340000', '195946.346000', '195946.348000', '195946.351000', '195946.354000', '195946.356000', '195946.359000', '195946.361000', '195946.364000', '195946.374000', '195946.376000', '195946.379000', '195946.381000', '195946.384000', '195946.386000', '195946.389000', '195946.392000', '195946.394000', '195946.397000', '195946.399000', '195946.402000', '195946.404000', '200006.255000', '200006.258000', '200006.261000', '200006.263000', '200006.286000', '200006.289000', '200006.291000', '200006.294000', '200006.297000', '200006.299000', '200006.302000', '200006.304000', '200006.307000', '200006.309000', '200006.312000', '200006.315000', '200006.317000', '200006.320000', '200006.322000', '200006.325000', '200006.327000', '200006.330000', '200006.333000', '200006.335000', '200006.339000', '200006.342000', '200006.344000', '200006.347000', '200006.350000', '200006.352000', '200006.355000', '200006.357000', '200006.360000', '200006.362000', '200006.365000', '200006.367000', '200006.370000', '200006.372000', '200006.375000', '200006.378000', '200006.380000', '200006.383000', '200006.385000', '200026.255000', '200026.258000', '200026.261000', '200026.264000', '200026.266000', '200026.269000', '200026.271000', '200026.274000', '200026.283000', '200026.286000', '200026.288000', '200026.291000', '200026.293000', '200026.296000', '200026.299000', '200026.301000', '200026.304000', '200026.306000', '200026.309000', '200026.311000', '200026.323000', '200026.326000', '200026.329000', '200026.331000', '200026.334000', '200026.336000', '200026.339000', '200026.342000', '200026.344000', '200026.347000', '200026.349000', '200026.352000', '200026.354000', '200026.357000', '200026.360000', '200026.362000', '200026.365000', '200026.367000', '200026.370000', '200026.373000', '200026.375000', '200026.378000', '200026.380000', '200026.383000', '200046.255000', '200046.258000', '200046.261000', '200046.263000', '200046.266000', '200046.269000', '200046.271000', '200046.274000', '200046.276000', '200046.279000', '200046.281000', '200046.284000', '200046.287000', '200046.289000', '200046.292000', '200046.294000', '200046.297000', '200046.299000', '200046.302000', '200046.305000', '200046.307000', '200046.310000', '200046.312000', '200046.315000', '200046.318000', '200046.320000', '200046.323000', '200046.325000', '200046.328000', '200046.330000', '200046.333000', '200046.336000', '200046.338000', '200046.341000', '200046.343000', '200046.346000', '200046.349000', '200046.351000', '200046.354000', '200046.357000', '200046.366000', '200046.369000', '200046.372000', '200106.255000', '200106.257000', '200106.260000', '200106.263000', '200106.265000', '200106.268000', '200106.270000', '200106.273000', '200106.276000', '200106.278000', '200106.281000', '200106.283000', '200106.286000', '200106.289000', '200106.291000', '200106.295000', '200106.297000', '200106.300000', '200106.303000', '200106.305000', '200106.308000', '200106.310000', '200106.313000', '200106.316000', '200106.318000', '200106.321000', '200106.323000', '200106.326000', '200106.328000', '200106.331000', '200106.334000', '200106.336000', '200106.339000', '200106.341000', '200106.344000', '200106.347000', '200106.349000', '200106.352000', '200106.354000', '200106.357000', '200106.359000', '200106.362000', '200106.365000', '200106.367000', '200126.255000', '200126.258000', '200126.261000', '200126.264000', '200126.266000', '200126.269000', '200126.271000', '200126.274000', '200126.277000', '200126.279000', '200126.282000', '200126.285000', '200126.287000', '200126.290000', '200126.292000', '200126.295000', '200126.298000', '200126.300000', '200126.303000', '200126.305000', '200126.308000', '200126.311000', '200126.313000', '200126.316000', '200126.318000', '200126.321000', '200126.323000', '200126.326000', '200126.329000', '200126.331000', '200126.334000', '200126.336000', '200126.339000', '200126.342000', '200126.344000', '200126.347000', '200126.349000', '200126.352000', '200126.355000', '200126.357000', '200126.360000', '200126.362000', '200126.365000', '200146.255000', '200146.258000', '200146.261000', '200146.264000', '200146.266000', '200146.269000', '200146.271000', '200146.274000', '200146.277000', '200146.279000', '200146.282000', '200146.284000', '200146.287000', '200146.290000', '200146.292000', '200146.295000', '200146.298000', '200146.300000', '200146.303000', '200146.306000', '200146.308000', '200146.311000', '200146.313000', '200146.316000', '200146.319000', '200146.321000', '200146.324000', '200146.326000', '200146.329000', '200146.331000', '200146.334000', '200146.337000', '200146.339000', '200146.342000', '200146.344000', '200146.347000', '200146.350000', '200146.352000', '200146.355000', '200146.357000', '200146.360000', '200146.362000', '200146.365000', '200146.368000', '200206.255000', '200206.258000', '200206.261000', '200206.264000', '200206.266000', '200206.269000', '200206.271000', '200206.274000', '200206.277000', '200206.279000', '200206.282000', '200206.284000', '200206.287000', '200206.290000', '200206.292000', '200206.336000', '200206.339000', '200206.341000', '200206.344000', '200206.347000', '200206.349000', '200206.352000', '200206.354000', '200206.357000', '200206.359000', '200206.362000', '200206.365000', '200206.367000', '200206.370000', '200206.372000', '200206.375000', '200206.378000', '200206.380000', '200206.383000', '200206.386000', '200206.388000', '200206.391000', '200206.393000', '200206.396000', '200206.398000', '200206.401000', '200206.404000', '200206.406000', '200226.255000', '200226.258000', '200226.261000', '200226.264000', '200226.266000', '200226.269000', '200226.271000', '200226.274000', '200226.276000', '200226.279000', '200226.282000', '200226.284000', '200226.287000', '200226.289000', '200226.292000', '200226.295000', '200226.297000', '200226.300000', '200226.303000', '200226.305000', '200226.308000', '200226.310000', '200226.313000', '200226.316000', '200226.318000', '200226.321000', '200226.323000', '200226.326000', '200226.328000', '200226.331000', '200226.334000', '200226.336000', '200226.339000', '200226.341000', '200226.344000', '200226.347000', '200226.349000', '200226.352000', '200226.354000', '200226.357000', '200226.360000', '200226.362000', '200226.365000', '200226.367000', '200246.255000', '200246.258000', '200246.261000', '200246.263000', '200246.266000', '200246.269000', '200246.271000', '200246.274000', '200246.276000', '200246.279000', '200246.282000', '200246.284000', '200246.287000', '200246.290000', '200246.292000', '200246.295000', '200246.297000', '200246.300000', '200246.303000', '200246.305000', '200246.308000', '200246.310000', '200246.313000', '200246.316000', '200246.318000', '200246.321000', '200246.323000', '200246.326000', '200246.329000', '200246.331000', '200246.334000', '200246.336000', '200246.339000', '200246.342000', '200246.344000', '200246.347000', '200246.349000', '200246.352000', '200246.354000', '200246.357000', '200246.360000', '200246.362000', '200246.365000', '200306.255000', '200306.258000', '200306.262000', '200306.265000', '200306.267000', '200306.270000', '200306.272000', '200306.275000', '200306.278000', '200306.280000', '200306.283000', '200306.285000', '200306.288000', '200306.291000', '200306.293000', '200306.296000', '200306.299000', '200306.304000', '200306.307000', '200306.310000', '200306.312000', '200306.315000', '200306.318000', '200306.320000', '200306.323000', '200306.326000', '200306.328000', '200306.331000', '200306.334000', '200306.337000', '200306.339000', '200306.342000', '200306.344000', '200306.347000', '200306.350000', '200306.352000', '200306.355000', '200306.358000', '200306.360000', '200306.363000', '200306.365000', '200306.368000', '200306.371000', '200306.373000', '200326.256000', '200326.258000', '200326.261000', '200326.264000', '200326.266000', '200326.269000', '200326.271000', '200326.274000', '200326.277000', '200326.279000', '200326.282000', '200326.285000', '200326.287000', '200326.290000', '200326.292000', '200326.295000', '200326.298000', '200326.300000', '200326.303000', '200326.305000', '200326.308000', '200326.311000', '200326.313000', '200326.316000', '200326.319000', '200326.321000', '200326.324000', '200326.326000', '200326.329000', '200326.332000', '200326.334000', '200326.337000', '200326.339000', '200326.342000', '200326.344000', '200326.347000', '200326.350000', '200326.352000', '200326.355000', '200326.358000', '200326.375000', '200326.378000', '200326.381000', '200346.255000', '200346.258000', '200346.261000', '200346.264000', '200346.266000', '200346.269000', '200346.271000', '200346.274000', '200346.277000', '200346.279000', '200346.282000', '200346.285000', '200346.287000', '200346.290000', '200346.293000', '200346.295000', '200346.298000', '200346.300000', '200346.303000', '200346.306000', '200346.308000', '200346.311000', '200346.313000', '200346.316000', '200346.319000', '200346.321000', '200346.324000', '200346.327000', '200346.329000', '200346.332000', '200346.334000', '200346.337000', '200346.340000', '200346.342000', '200346.345000', '200346.347000', '200346.350000', '200346.353000', '200346.355000', '200346.358000', '200346.360000', '200346.363000', '200346.366000', '200346.368000', '200406.255000', '200406.258000', '200406.261000', '200406.264000', '200406.266000', '200406.269000', '200406.271000', '200406.274000', '200406.277000', '200406.279000', '200406.282000', '200406.284000', '200406.287000', '200406.290000', '200406.292000', '200406.295000', '200406.297000', '200406.300000', '200406.303000', '200406.305000', '200406.308000', '200406.311000', '200406.313000', '200406.316000', '200406.318000', '200406.321000', '200406.324000', '200406.326000', '200406.329000', '200406.332000', '200406.334000', '200406.337000', '200406.340000', '200406.342000', '200406.345000', '200406.347000', '200406.350000', '200406.352000', '200406.355000', '200406.358000', '200406.361000', '200406.363000', '200406.366000', '200426.256000', '200426.259000', '200426.261000', '200426.264000', '200426.266000', '200426.269000', '200426.272000', '200426.283000', '200426.286000', '200426.289000', '200426.291000', '200426.294000', '200426.297000', '200426.301000', '200426.303000', '200426.306000', '200426.309000', '200426.311000', '200426.314000', '200426.317000', '200426.319000', '200426.322000', '200426.324000', '200426.327000', '200426.330000', '200426.332000', '200426.335000', '200426.338000', '200426.340000', '200426.343000', '200426.345000', '200426.348000', '200426.351000', '200426.353000', '200426.356000', '200426.359000', '200426.361000', '200426.364000', '200426.366000', '200426.369000', '200426.372000', '200426.374000', '200426.377000', '200426.379000', '200446.255000', '200446.258000', '200446.261000', '200446.264000', '200446.266000', '200446.269000', '200446.277000', '200446.280000', '200446.282000', '200446.285000', '200446.288000', '200446.290000', '200446.293000', '200446.295000', '200446.298000', '200446.301000', '200446.303000', '200446.306000', '200446.308000', '200446.311000', '200446.314000', '200446.316000', '200446.319000', '200446.322000', '200446.324000', '200446.327000', '200446.329000', '200446.332000', '200446.334000', '200446.337000', '200446.340000', '200446.342000', '200446.345000', '200446.347000', '200446.350000', '200446.352000', '200446.355000', '200446.358000', '200446.360000', '200446.363000', '200446.366000', '200446.368000', '200446.371000', '200506.255000', '200506.258000', '200506.261000', '200506.264000', '200506.266000', '200506.269000', '200506.271000', '200506.287000', '200506.290000', '200506.293000', '200506.295000', '200506.298000', '200506.301000', '200506.303000', '200506.306000', '200506.308000', '200506.311000', '200506.314000', '200506.317000', '200506.319000', '200506.322000', '200506.324000', '200506.327000', '200506.330000', '200506.332000', '200506.337000', '200506.339000', '200506.342000', '200506.345000', '200506.347000', '200506.350000', '200506.352000', '200506.355000', '200506.357000', '200506.360000', '200506.363000', '200506.365000', '200506.368000', '200506.371000', '200506.373000', '200506.376000', '200506.378000', '200506.381000', '200526.255000', '200526.258000', '200526.261000', '200526.263000', '200526.266000', '200526.269000', '200526.271000', '200526.274000', '200526.277000', '200526.279000', '200526.282000', '200526.284000', '200526.287000', '200526.290000', '200526.292000', '200526.295000', '200526.297000', '200526.300000', '200526.303000', '200526.305000', '200526.308000', '200526.310000', '200526.313000', '200526.316000', '200526.318000', '200526.321000', '200526.323000', '200526.326000', '200526.329000', '200526.331000', '200526.334000', '200526.336000', '200526.339000', '200526.341000', '200526.344000', '200526.347000', '200526.349000', '200526.352000', '200526.355000', '200526.357000', '200526.360000', '200526.362000', '200526.365000', '200526.367000', '200546.256000', '200546.259000', '200546.261000', '200546.264000', '200546.266000', '200546.269000', '200546.272000', '200546.274000', '200546.277000', '200546.280000', '200546.283000', '200546.286000', '200546.289000', '200546.292000', '200546.295000', '200546.297000', '200546.300000', '200546.302000', '200546.305000', '200546.308000', '200546.310000', '200546.313000', '200546.315000', '200546.318000', '200546.321000', '200546.323000', '200546.326000', '200546.328000', '200546.331000', '200546.334000', '200546.336000', '200546.339000', '200546.342000', '200546.345000', '200546.348000', '200546.350000', '200546.353000', '200546.356000', '200546.358000', '200546.361000', '200546.363000', '200546.366000', '200546.369000', '200606.256000', '200606.259000', '200606.261000', '200606.264000', '200606.266000', '200606.269000', '200606.272000', '200606.274000', '200606.277000', '200606.279000', '200606.282000', '200606.285000', '200606.295000', '200606.297000', '200606.300000', '200606.303000', '200606.305000', '200606.308000', '200606.311000', '200606.313000', '200606.316000', '200606.319000', '200606.321000', '200606.324000', '200606.327000', '200606.329000', '200606.339000', '200606.342000', '200606.344000', '200606.347000', '200606.350000', '200606.352000', '200606.355000', '200606.357000', '200606.360000', '200606.362000', '200606.365000', '200606.368000', '200606.370000', '200606.373000', '200606.376000', '200606.378000', '200606.381000', '200606.383000', '200626.256000', '200626.259000', '200626.261000', '200626.264000', '200626.266000', '200626.269000', '200626.272000', '200626.275000', '200626.277000', '200626.280000', '200626.282000', '200626.285000', '200626.288000', '200626.290000', '200626.293000', '200626.295000', '200626.298000', '200626.301000', '200626.315000', '200626.318000', '200626.321000', '200626.324000', '200626.327000', '200626.329000', '200626.332000', '200626.334000', '200626.337000', '200626.340000', '200626.342000', '200626.345000', '200626.347000', '200626.350000', '200626.353000', '200626.355000', '200626.358000', '200626.360000', '200626.363000', '200626.366000', '200626.368000', '200626.371000', '200626.373000', '200626.376000', '200626.379000', '200646.256000', '200646.259000', '200646.261000', '200646.264000', '200646.266000', '200646.269000', '200646.272000', '200646.274000', '200646.277000', '200646.280000', '200646.282000', '200646.285000', '200646.287000', '200646.290000', '200646.293000', '200646.295000', '200646.298000', '200646.301000', '200646.303000', '200646.306000', '200646.309000', '200646.311000', '200646.314000', '200646.316000', '200646.319000', '200646.321000', '200646.325000', '200646.327000', '200646.330000', '200646.332000', '200646.335000', '200646.337000', '200646.340000', '200646.343000', '200646.345000', '200646.348000', '200646.351000', '200646.353000', '200646.356000', '200646.358000', '200646.361000', '200646.363000', '200646.366000', '200646.369000', '200706.256000', '200706.259000', '200706.261000', '200706.264000', '200706.267000', '200706.269000', '200706.272000', '200706.274000', '200706.277000', '200706.280000', '200706.282000', '200706.285000', '200706.287000', '200706.290000', '200706.293000', '200706.295000', '200706.298000', '200706.300000', '200706.303000', '200706.306000', '200706.308000', '200706.311000', '200706.313000', '200706.316000', '200706.319000', '200706.321000', '200706.324000', '200706.326000', '200706.329000', '200706.331000', '200706.335000', '200706.338000', '200706.340000', '200706.343000', '200706.346000', '200706.348000', '200706.351000', '200706.353000', '200706.356000', '200706.359000', '200706.361000', '200706.364000', '200706.366000', '200726.256000', '200726.259000', '200726.261000', '200726.264000', '200726.267000', '200726.269000', '200726.272000', '200726.274000', '200726.277000', '200726.280000', '200726.282000', '200726.285000', '200726.287000', '200726.290000', '200726.293000', '200726.295000', '200726.298000', '200726.301000', '200726.303000', '200726.306000', '200726.308000', '200726.311000', '200726.314000', '200726.316000', '200726.319000', '200726.321000', '200726.324000', '200726.327000', '200726.329000', '200726.332000', '200726.334000', '200726.337000', '200726.340000', '200726.342000', '200726.352000', '200726.354000', '200726.357000', '200726.359000', '200726.362000', '200726.365000', '200726.367000', '200726.370000', '200726.373000', '200726.375000', '200746.256000', '200746.259000', '200746.261000', '200746.264000', '200746.267000', '200746.269000', '200746.272000', '200746.274000', '200746.277000', '200746.280000', '200746.282000', '200746.285000', '200746.287000', '200746.290000', '200746.293000', '200746.318000', '200746.321000', '200746.324000', '200746.327000', '200746.330000', '200746.333000', '200746.336000', '200746.339000', '200746.341000', '200746.344000', '200746.347000', '200746.349000', '200746.352000', '200746.354000', '200746.357000', '200746.360000', '200746.362000', '200746.375000', '200746.377000', '200746.380000', '200746.383000', '200746.385000', '200746.388000', '200746.390000', '200746.393000', '200746.395000', '200746.398000', '200746.401000', '200806.256000', '200806.259000', '200806.262000', '200806.264000', '200806.267000', '200806.269000', '200806.272000', '200806.274000', '200806.277000', '200806.280000', '200806.282000', '200806.285000', '200806.287000', '200806.290000', '200806.293000', '200806.295000', '200806.298000', '200806.301000', '200806.303000', '200806.306000', '200806.308000', '200806.311000', '200806.314000', '200806.316000', '200806.319000', '200806.321000', '200806.324000', '200806.327000', '200806.329000', '200806.332000', '200806.334000', '200806.337000', '200806.340000', '200806.342000', '200806.345000', '200806.347000', '200806.350000', '200806.353000', '200806.355000', '200806.358000', '200806.361000', '200806.363000', '200806.366000', '200806.368000', '200822.218000', '200822.221000', '200822.224000', '200822.227000', '200822.230000', '200822.233000', '200822.236000', '200822.239000', '200822.242000', '200822.245000', '200822.247000', '200822.250000', '200822.253000', '200822.256000', '200822.259000', '200822.261000', '200822.264000', '200822.267000', '200822.269000', '200822.272000', '200822.275000', '200822.277000', '200822.280000', '200822.283000', '200822.286000', '200822.289000', '200822.292000', '200822.295000', '200822.298000', '200822.301000', '200822.303000', '200822.306000', '200822.309000', '200822.311000', '200822.314000'], 'InstanceCreationTime': ['195946.299000', '195946.302000', '195946.312000', '195946.314000', '195946.317000', '195946.319000', '195946.322000', '195946.324000', '195946.327000', '195946.330000', '195946.332000', '195946.335000', '195946.337000', '195946.340000', '195946.346000', '195946.348000', '195946.351000', '195946.354000', '195946.356000', '195946.359000', '195946.361000', '195946.364000', '195946.374000', '195946.376000', '195946.379000', '195946.381000', '195946.384000', '195946.386000', '195946.389000', '195946.392000', '195946.394000', '195946.397000', '195946.399000', '195946.402000', '195946.404000', '200006.255000', '200006.258000', '200006.261000', '200006.263000', '200006.286000', '200006.289000', '200006.291000', '200006.294000', '200006.297000', '200006.299000', '200006.302000', '200006.304000', '200006.307000', '200006.309000', '200006.312000', '200006.315000', '200006.317000', '200006.320000', '200006.322000', '200006.325000', '200006.327000', '200006.330000', '200006.333000', '200006.335000', '200006.339000', '200006.342000', '200006.344000', '200006.347000', '200006.350000', '200006.352000', '200006.355000', '200006.357000', '200006.360000', '200006.362000', '200006.365000', '200006.367000', '200006.370000', '200006.372000', '200006.375000', '200006.378000', '200006.380000', '200006.383000', '200006.385000', '200026.255000', '200026.258000', '200026.261000', '200026.264000', '200026.266000', '200026.269000', '200026.271000', '200026.274000', '200026.283000', '200026.286000', '200026.288000', '200026.291000', '200026.293000', '200026.296000', '200026.299000', '200026.301000', '200026.304000', '200026.306000', '200026.309000', '200026.311000', '200026.323000', '200026.326000', '200026.329000', '200026.331000', '200026.334000', '200026.336000', '200026.339000', '200026.342000', '200026.344000', '200026.347000', '200026.349000', '200026.352000', '200026.354000', '200026.357000', '200026.360000', '200026.362000', '200026.365000', '200026.367000', '200026.370000', '200026.373000', '200026.375000', '200026.378000', '200026.380000', '200026.383000', '200046.255000', '200046.258000', '200046.261000', '200046.263000', '200046.266000', '200046.269000', '200046.271000', '200046.274000', '200046.276000', '200046.279000', '200046.281000', '200046.284000', '200046.287000', '200046.289000', '200046.292000', '200046.294000', '200046.297000', '200046.299000', '200046.302000', '200046.305000', '200046.307000', '200046.310000', '200046.312000', '200046.315000', '200046.318000', '200046.320000', '200046.323000', '200046.325000', '200046.328000', '200046.330000', '200046.333000', '200046.336000', '200046.338000', '200046.341000', '200046.343000', '200046.346000', '200046.349000', '200046.351000', '200046.354000', '200046.357000', '200046.366000', '200046.369000', '200046.372000', '200106.255000', '200106.257000', '200106.260000', '200106.263000', '200106.265000', '200106.268000', '200106.270000', '200106.273000', '200106.276000', '200106.278000', '200106.281000', '200106.283000', '200106.286000', '200106.289000', '200106.291000', '200106.295000', '200106.297000', '200106.300000', '200106.303000', '200106.305000', '200106.308000', '200106.310000', '200106.313000', '200106.316000', '200106.318000', '200106.321000', '200106.323000', '200106.326000', '200106.328000', '200106.331000', '200106.334000', '200106.336000', '200106.339000', '200106.341000', '200106.344000', '200106.347000', '200106.349000', '200106.352000', '200106.354000', '200106.357000', '200106.359000', '200106.362000', '200106.365000', '200106.367000', '200126.255000', '200126.258000', '200126.261000', '200126.264000', '200126.266000', '200126.269000', '200126.271000', '200126.274000', '200126.277000', '200126.279000', '200126.282000', '200126.285000', '200126.287000', '200126.290000', '200126.292000', '200126.295000', '200126.298000', '200126.300000', '200126.303000', '200126.305000', '200126.308000', '200126.311000', '200126.313000', '200126.316000', '200126.318000', '200126.321000', '200126.323000', '200126.326000', '200126.329000', '200126.331000', '200126.334000', '200126.336000', '200126.339000', '200126.342000', '200126.344000', '200126.347000', '200126.349000', '200126.352000', '200126.355000', '200126.357000', '200126.360000', '200126.362000', '200126.365000', '200146.255000', '200146.258000', '200146.261000', '200146.264000', '200146.266000', '200146.269000', '200146.271000', '200146.274000', '200146.277000', '200146.279000', '200146.282000', '200146.284000', '200146.287000', '200146.290000', '200146.292000', '200146.295000', '200146.298000', '200146.300000', '200146.303000', '200146.306000', '200146.308000', '200146.311000', '200146.313000', '200146.316000', '200146.319000', '200146.321000', '200146.324000', '200146.326000', '200146.329000', '200146.331000', '200146.334000', '200146.337000', '200146.339000', '200146.342000', '200146.344000', '200146.347000', '200146.350000', '200146.352000', '200146.355000', '200146.357000', '200146.360000', '200146.362000', '200146.365000', '200146.368000', '200206.255000', '200206.258000', '200206.261000', '200206.264000', '200206.266000', '200206.269000', '200206.271000', '200206.274000', '200206.277000', '200206.279000', '200206.282000', '200206.284000', '200206.287000', '200206.290000', '200206.292000', '200206.336000', '200206.339000', '200206.341000', '200206.344000', '200206.347000', '200206.349000', '200206.352000', '200206.354000', '200206.357000', '200206.359000', '200206.362000', '200206.365000', '200206.367000', '200206.370000', '200206.372000', '200206.375000', '200206.378000', '200206.380000', '200206.383000', '200206.386000', '200206.388000', '200206.391000', '200206.393000', '200206.396000', '200206.398000', '200206.401000', '200206.404000', '200206.406000', '200226.255000', '200226.258000', '200226.261000', '200226.264000', '200226.266000', '200226.269000', '200226.271000', '200226.274000', '200226.276000', '200226.279000', '200226.282000', '200226.284000', '200226.287000', '200226.289000', '200226.292000', '200226.295000', '200226.297000', '200226.300000', '200226.303000', '200226.305000', '200226.308000', '200226.310000', '200226.313000', '200226.316000', '200226.318000', '200226.321000', '200226.323000', '200226.326000', '200226.328000', '200226.331000', '200226.334000', '200226.336000', '200226.339000', '200226.341000', '200226.344000', '200226.347000', '200226.349000', '200226.352000', '200226.354000', '200226.357000', '200226.360000', '200226.362000', '200226.365000', '200226.367000', '200246.255000', '200246.258000', '200246.261000', '200246.263000', '200246.266000', '200246.269000', '200246.271000', '200246.274000', '200246.276000', '200246.279000', '200246.282000', '200246.284000', '200246.287000', '200246.290000', '200246.292000', '200246.295000', '200246.297000', '200246.300000', '200246.303000', '200246.305000', '200246.308000', '200246.310000', '200246.313000', '200246.316000', '200246.318000', '200246.321000', '200246.323000', '200246.326000', '200246.329000', '200246.331000', '200246.334000', '200246.336000', '200246.339000', '200246.342000', '200246.344000', '200246.347000', '200246.349000', '200246.352000', '200246.354000', '200246.357000', '200246.360000', '200246.362000', '200246.365000', '200306.255000', '200306.258000', '200306.262000', '200306.265000', '200306.267000', '200306.270000', '200306.272000', '200306.275000', '200306.278000', '200306.280000', '200306.283000', '200306.285000', '200306.288000', '200306.291000', '200306.293000', '200306.296000', '200306.299000', '200306.304000', '200306.307000', '200306.310000', '200306.312000', '200306.315000', '200306.318000', '200306.320000', '200306.323000', '200306.326000', '200306.328000', '200306.331000', '200306.334000', '200306.337000', '200306.339000', '200306.342000', '200306.344000', '200306.347000', '200306.350000', '200306.352000', '200306.355000', '200306.358000', '200306.360000', '200306.363000', '200306.365000', '200306.368000', '200306.371000', '200306.373000', '200326.256000', '200326.258000', '200326.261000', '200326.264000', '200326.266000', '200326.269000', '200326.271000', '200326.274000', '200326.277000', '200326.279000', '200326.282000', '200326.285000', '200326.287000', '200326.290000', '200326.292000', '200326.295000', '200326.298000', '200326.300000', '200326.303000', '200326.305000', '200326.308000', '200326.311000', '200326.313000', '200326.316000', '200326.319000', '200326.321000', '200326.324000', '200326.326000', '200326.329000', '200326.332000', '200326.334000', '200326.337000', '200326.339000', '200326.342000', '200326.344000', '200326.347000', '200326.350000', '200326.352000', '200326.355000', '200326.358000', '200326.375000', '200326.378000', '200326.381000', '200346.255000', '200346.258000', '200346.261000', '200346.264000', '200346.266000', '200346.269000', '200346.271000', '200346.274000', '200346.277000', '200346.279000', '200346.282000', '200346.285000', '200346.287000', '200346.290000', '200346.293000', '200346.295000', '200346.298000', '200346.300000', '200346.303000', '200346.306000', '200346.308000', '200346.311000', '200346.313000', '200346.316000', '200346.319000', '200346.321000', '200346.324000', '200346.327000', '200346.329000', '200346.332000', '200346.334000', '200346.337000', '200346.340000', '200346.342000', '200346.345000', '200346.347000', '200346.350000', '200346.353000', '200346.355000', '200346.358000', '200346.360000', '200346.363000', '200346.366000', '200346.368000', '200406.255000', '200406.258000', '200406.261000', '200406.264000', '200406.266000', '200406.269000', '200406.271000', '200406.274000', '200406.277000', '200406.279000', '200406.282000', '200406.284000', '200406.287000', '200406.290000', '200406.292000', '200406.295000', '200406.297000', '200406.300000', '200406.303000', '200406.305000', '200406.308000', '200406.311000', '200406.313000', '200406.316000', '200406.318000', '200406.321000', '200406.324000', '200406.326000', '200406.329000', '200406.332000', '200406.334000', '200406.337000', '200406.340000', '200406.342000', '200406.345000', '200406.347000', '200406.350000', '200406.352000', '200406.355000', '200406.358000', '200406.361000', '200406.363000', '200406.366000', '200426.256000', '200426.259000', '200426.261000', '200426.264000', '200426.266000', '200426.269000', '200426.272000', '200426.283000', '200426.286000', '200426.289000', '200426.291000', '200426.294000', '200426.297000', '200426.301000', '200426.303000', '200426.306000', '200426.309000', '200426.311000', '200426.314000', '200426.317000', '200426.319000', '200426.322000', '200426.324000', '200426.327000', '200426.330000', '200426.332000', '200426.335000', '200426.338000', '200426.340000', '200426.343000', '200426.345000', '200426.348000', '200426.351000', '200426.353000', '200426.356000', '200426.359000', '200426.361000', '200426.364000', '200426.366000', '200426.369000', '200426.372000', '200426.374000', '200426.377000', '200426.379000', '200446.255000', '200446.258000', '200446.261000', '200446.264000', '200446.266000', '200446.269000', '200446.277000', '200446.280000', '200446.282000', '200446.285000', '200446.288000', '200446.290000', '200446.293000', '200446.295000', '200446.298000', '200446.301000', '200446.303000', '200446.306000', '200446.308000', '200446.311000', '200446.314000', '200446.316000', '200446.319000', '200446.322000', '200446.324000', '200446.327000', '200446.329000', '200446.332000', '200446.334000', '200446.337000', '200446.340000', '200446.342000', '200446.345000', '200446.347000', '200446.350000', '200446.352000', '200446.355000', '200446.358000', '200446.360000', '200446.363000', '200446.366000', '200446.368000', '200446.371000', '200506.255000', '200506.258000', '200506.261000', '200506.264000', '200506.266000', '200506.269000', '200506.271000', '200506.287000', '200506.290000', '200506.293000', '200506.295000', '200506.298000', '200506.301000', '200506.303000', '200506.306000', '200506.308000', '200506.311000', '200506.314000', '200506.317000', '200506.319000', '200506.322000', '200506.324000', '200506.327000', '200506.330000', '200506.332000', '200506.337000', '200506.339000', '200506.342000', '200506.345000', '200506.347000', '200506.350000', '200506.352000', '200506.355000', '200506.357000', '200506.360000', '200506.363000', '200506.365000', '200506.368000', '200506.371000', '200506.373000', '200506.376000', '200506.378000', '200506.381000', '200526.255000', '200526.258000', '200526.261000', '200526.263000', '200526.266000', '200526.269000', '200526.271000', '200526.274000', '200526.277000', '200526.279000', '200526.282000', '200526.284000', '200526.287000', '200526.290000', '200526.292000', '200526.295000', '200526.297000', '200526.300000', '200526.303000', '200526.305000', '200526.308000', '200526.310000', '200526.313000', '200526.316000', '200526.318000', '200526.321000', '200526.323000', '200526.326000', '200526.329000', '200526.331000', '200526.334000', '200526.336000', '200526.339000', '200526.341000', '200526.344000', '200526.347000', '200526.349000', '200526.352000', '200526.355000', '200526.357000', '200526.360000', '200526.362000', '200526.365000', '200526.367000', '200546.256000', '200546.259000', '200546.261000', '200546.264000', '200546.266000', '200546.269000', '200546.272000', '200546.274000', '200546.277000', '200546.280000', '200546.283000', '200546.286000', '200546.289000', '200546.292000', '200546.295000', '200546.297000', '200546.300000', '200546.302000', '200546.305000', '200546.308000', '200546.310000', '200546.313000', '200546.315000', '200546.318000', '200546.321000', '200546.323000', '200546.326000', '200546.328000', '200546.331000', '200546.334000', '200546.336000', '200546.339000', '200546.342000', '200546.345000', '200546.348000', '200546.350000', '200546.353000', '200546.356000', '200546.358000', '200546.361000', '200546.363000', '200546.366000', '200546.369000', '200606.256000', '200606.259000', '200606.261000', '200606.264000', '200606.266000', '200606.269000', '200606.272000', '200606.274000', '200606.277000', '200606.279000', '200606.282000', '200606.285000', '200606.295000', '200606.297000', '200606.300000', '200606.303000', '200606.305000', '200606.308000', '200606.311000', '200606.313000', '200606.316000', '200606.319000', '200606.321000', '200606.324000', '200606.327000', '200606.329000', '200606.339000', '200606.342000', '200606.344000', '200606.347000', '200606.350000', '200606.352000', '200606.355000', '200606.357000', '200606.360000', '200606.362000', '200606.365000', '200606.368000', '200606.370000', '200606.373000', '200606.376000', '200606.378000', '200606.381000', '200606.383000', '200626.256000', '200626.259000', '200626.261000', '200626.264000', '200626.266000', '200626.269000', '200626.272000', '200626.275000', '200626.277000', '200626.280000', '200626.282000', '200626.285000', '200626.288000', '200626.290000', '200626.293000', '200626.295000', '200626.298000', '200626.301000', '200626.315000', '200626.318000', '200626.321000', '200626.324000', '200626.327000', '200626.329000', '200626.332000', '200626.334000', '200626.337000', '200626.340000', '200626.342000', '200626.345000', '200626.347000', '200626.350000', '200626.353000', '200626.355000', '200626.358000', '200626.360000', '200626.363000', '200626.366000', '200626.368000', '200626.371000', '200626.373000', '200626.376000', '200626.379000', '200646.256000', '200646.259000', '200646.261000', '200646.264000', '200646.266000', '200646.269000', '200646.272000', '200646.274000', '200646.277000', '200646.280000', '200646.282000', '200646.285000', '200646.287000', '200646.290000', '200646.293000', '200646.295000', '200646.298000', '200646.301000', '200646.303000', '200646.306000', '200646.309000', '200646.311000', '200646.314000', '200646.316000', '200646.319000', '200646.321000', '200646.325000', '200646.327000', '200646.330000', '200646.332000', '200646.335000', '200646.337000', '200646.340000', '200646.343000', '200646.345000', '200646.348000', '200646.351000', '200646.353000', '200646.356000', '200646.358000', '200646.361000', '200646.363000', '200646.366000', '200646.369000', '200706.256000', '200706.259000', '200706.261000', '200706.264000', '200706.267000', '200706.269000', '200706.272000', '200706.274000', '200706.277000', '200706.280000', '200706.282000', '200706.285000', '200706.287000', '200706.290000', '200706.293000', '200706.295000', '200706.298000', '200706.300000', '200706.303000', '200706.306000', '200706.308000', '200706.311000', '200706.313000', '200706.316000', '200706.319000', '200706.321000', '200706.324000', '200706.326000', '200706.329000', '200706.331000', '200706.335000', '200706.338000', '200706.340000', '200706.343000', '200706.346000', '200706.348000', '200706.351000', '200706.353000', '200706.356000', '200706.359000', '200706.361000', '200706.364000', '200706.366000', '200726.256000', '200726.259000', '200726.261000', '200726.264000', '200726.267000', '200726.269000', '200726.272000', '200726.274000', '200726.277000', '200726.280000', '200726.282000', '200726.285000', '200726.287000', '200726.290000', '200726.293000', '200726.295000', '200726.298000', '200726.301000', '200726.303000', '200726.306000', '200726.308000', '200726.311000', '200726.314000', '200726.316000', '200726.319000', '200726.321000', '200726.324000', '200726.327000', '200726.329000', '200726.332000', '200726.334000', '200726.337000', '200726.340000', '200726.342000', '200726.352000', '200726.354000', '200726.357000', '200726.359000', '200726.362000', '200726.365000', '200726.367000', '200726.370000', '200726.373000', '200726.375000', '200746.256000', '200746.259000', '200746.261000', '200746.264000', '200746.267000', '200746.269000', '200746.272000', '200746.274000', '200746.277000', '200746.280000', '200746.282000', '200746.285000', '200746.287000', '200746.290000', '200746.293000', '200746.318000', '200746.321000', '200746.324000', '200746.327000', '200746.330000', '200746.333000', '200746.336000', '200746.339000', '200746.341000', '200746.344000', '200746.347000', '200746.349000', '200746.352000', '200746.354000', '200746.357000', '200746.360000', '200746.362000', '200746.375000', '200746.377000', '200746.380000', '200746.383000', '200746.385000', '200746.388000', '200746.390000', '200746.393000', '200746.395000', '200746.398000', '200746.401000', '200806.256000', '200806.259000', '200806.262000', '200806.264000', '200806.267000', '200806.269000', '200806.272000', '200806.274000', '200806.277000', '200806.280000', '200806.282000', '200806.285000', '200806.287000', '200806.290000', '200806.293000', '200806.295000', '200806.298000', '200806.301000', '200806.303000', '200806.306000', '200806.308000', '200806.311000', '200806.314000', '200806.316000', '200806.319000', '200806.321000', '200806.324000', '200806.327000', '200806.329000', '200806.332000', '200806.334000', '200806.337000', '200806.340000', '200806.342000', '200806.345000', '200806.347000', '200806.350000', '200806.353000', '200806.355000', '200806.358000', '200806.361000', '200806.363000', '200806.366000', '200806.368000', '200822.218000', '200822.221000', '200822.224000', '200822.227000', '200822.230000', '200822.233000', '200822.236000', '200822.239000', '200822.242000', '200822.245000', '200822.247000', '200822.250000', '200822.253000', '200822.256000', '200822.259000', '200822.261000', '200822.264000', '200822.267000', '200822.269000', '200822.272000', '200822.275000', '200822.277000', '200822.280000', '200822.283000', '200822.286000', '200822.289000', '200822.292000', '200822.295000', '200822.298000', '200822.301000', '200822.303000', '200822.306000', '200822.309000', '200822.311000', '200822.314000'], '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], 'LargestImagePixelValue': [9699, 9582, 13861, 10528, 13507, 10624, 14099, 11538, 14290, 11949, 9322, 9861, 12562, 8184, 12350, 9110, 10645, 8365, 7244, 7105, 7238, 7131, 7255, 7228, 7271, 7237, 6910, 7194, 7373, 7270, 7140, 8706, 7174, 9552, 7171, 7835, 6950, 10084, 10103, 10476, 7236, 8631, 7244, 8011, 9419, 8602, 12546, 10892, 7309, 7959, 10330, 8161, 14889, 11102, 13029, 10906, 12700, 9124, 9334, 9532, 8110, 14707, 6920, 12628, 10148, 9288, 6972, 7138, 7367, 7080, 7175, 7078, 10664, 6800, 7915, 7193, 12094, 7095, 11447, 9573, 10090, 7539, 8804, 6947, 8294, 7795, 7424, 11974, 9329, 7740, 7201, 13114, 6865, 12499, 8659, 11450, 10194, 11448, 6884, 10207, 7167, 9851, 9252, 10433, 7191, 8619, 7309, 8302, 8620, 7967, 12631, 10618, 7882, 7902, 8299, 8226, 11888, 8188, 15042, 11586, 8999, 7477, 11531, 7106, 13716, 9082, 12129, 10519, 12070, 7558, 11879, 8636, 11275, 9422, 10975, 8248, 8719, 7115, 7858, 7857, 7312, 13383, 11059, 8957, 7494, 8822, 7055, 12991, 7032, 12164, 9985, 12263, 7166, 11820, 6925, 11517, 9905, 11348, 8490, 10572, 6884, 11415, 8246, 12957, 11288, 13309, 8951, 12831, 9736, 11122, 8169, 12726, 8510, 12759, 6950, 10709, 7567, 12823, 8578, 13015, 8871, 10595, 7150, 8139, 6992, 7059, 7332, 7043, 7387, 7202, 7031, 7281, 7374, 7325, 7310, 7999, 7095, 7615, 6992, 9920, 7133, 10318, 7091, 10499, 6881, 8942, 6862, 11397, 6880, 12973, 9424, 10895, 8218, 7807, 7169, 10612, 7853, 11884, 10373, 7321, 8888, 7539, 7593, 11420, 8736, 12330, 9961, 7097, 8553, 11046, 8274, 12813, 9657, 11378, 10316, 7397, 8849, 13230, 10342, 14944, 11415, 13995, 12047, 10538, 7040, 12293, 8124, 10491, 9319, 8110, 7320, 8164, 12877, 7073, 12690, 8236, 11670, 9790, 10688, 7309, 7920, 7828, 7339, 14229, 10029, 12607, 7236, 12359, 7465, 7394, 7052, 7269, 7203, 9233, 6981, 11358, 7656, 12702, 9540, 13716, 12203, 13698, 9106, 11301, 7830, 11906, 10123, 11243, 7934, 8884, 8460, 7742, 9481, 7551, 10922, 8197, 14415, 7051, 12934, 6987, 12027, 8493, 9690, 7183, 8050, 7286, 7756, 7609, 7438, 9404, 7281, 7472, 6918, 11147, 7053, 11745, 7096, 11541, 9198, 10871, 7351, 10937, 7319, 10601, 8036, 11650, 9799, 10300, 7277, 9235, 7703, 8215, 11707, 9712, 8535, 7637, 13239, 6921, 13934, 6901, 13240, 10889, 12433, 7180, 12281, 7014, 11631, 8642, 11104, 9676, 9106, 7056, 9074, 7432, 9373, 7954, 11748, 9277, 12787, 7761, 9890, 8019, 11753, 10662, 11116, 7345, 9537, 8536, 7975, 11901, 10232, 11532, 9785, 7778, 7896, 7082, 7773, 12054, 10743, 10502, 9842, 12809, 7661, 11505, 7207, 11869, 10574, 8414, 7969, 10515, 7556, 10192, 6997, 12178, 10122, 7138, 7752, 9216, 7387, 9912, 9274, 11689, 13081, 8064, 10453, 8314, 7994, 8309, 7441, 13225, 10639, 12381, 7863, 14319, 6979, 11794, 7087, 9236, 7272, 7159, 7467, 7396, 7785, 7142, 7660, 7326, 8601, 7160, 10738, 7122, 13126, 7144, 10838, 7253, 11045, 8093, 11860, 8669, 12883, 8308, 10571, 8068, 10353, 10381, 10229, 7358, 8395, 10759, 8204, 11321, 8268, 12460, 10230, 10249, 7959, 12246, 7642, 13851, 11127, 14024, 11416, 9928, 8417, 12513, 9583, 13361, 11711, 13122, 14089, 8567, 9251, 7178, 8032, 7646, 11223, 11347, 14186, 9849, 13750, 7475, 12432, 8811, 10117, 7063, 11526, 7171, 9957, 7032, 7330, 7389, 7390, 7647, 7036, 10501, 7957, 7289, 9378, 7164, 7859, 10219, 9013, 12394, 9406, 8177, 10119, 8271, 13855, 10578, 7723, 7500, 7466, 9782, 7337, 12054, 10818, 9066, 9182, 6998, 10323, 7053, 7369, 10327, 9366, 9978, 13323, 8048, 11885, 9744, 8904, 13879, 11870, 13327, 8671, 7305, 7671, 7459, 11487, 8512, 7145, 8026, 7347, 8114, 7132, 8341, 8292, 7525, 10261, 7284, 9376, 7312, 12546, 10026, 8412, 8592, 7097, 7964, 7856, 10175, 11201, 12143, 7347, 9688, 6943, 9820, 7507, 12115, 10198, 12964, 9153, 12000, 6924, 12075, 8249, 12298, 11127, 8609, 10789, 8204, 8622, 14367, 12785, 12830, 10481, 9522, 7057, 8860, 7440, 8324, 7561, 10163, 8415, 9781, 7331, 10977, 7138, 11218, 9166, 12166, 9576, 8751, 7393, 8840, 7028, 12333, 9101, 13499, 10648, 8088, 7981, 7593, 7145, 8309, 8625, 12090, 12304, 7145, 7079, 7160, 10503, 9622, 13721, 11863, 11130, 7103, 11314, 7255, 13010, 10234, 9352, 7528, 7413, 6951, 7195, 11643, 9749, 13718, 9918, 12102, 9475, 11059, 9417, 13160, 10937, 13059, 9523, 12377, 7260, 11370, 8562, 12656, 9730, 11212, 8414, 11354, 7291, 10574, 7002, 11489, 9468, 7730, 7872, 7193, 7206, 7073, 7076, 7311, 10298, 7554, 7362, 7384, 7281, 7303, 7177, 8910, 9525, 7458, 7450, 7398, 7207, 7339, 7358, 7860, 8655, 7308, 7151, 7305, 7098, 7571, 7216, 7400, 7219, 9674, 9553, 7174, 7057, 7546, 7066, 12999, 7161, 11470, 9426, 8978, 7168, 8789, 7288, 7953, 7186, 8751, 7373, 8927, 7191, 9411, 7213, 9070, 8787, 7709, 7363, 8904, 7469, 10835, 7693, 10248, 12035, 9693, 12676, 10073, 7311, 7385, 14239, 10438, 12561, 10601, 12222, 10028, 12368, 8240, 12299, 9290, 11436, 7383, 6998, 7388, 7018, 7439, 7575, 7060, 8204, 7176, 8966, 7379, 10035, 7487, 9431, 6893, 8593, 7252, 9517, 7766, 9670, 7503, 9197, 6901, 8320, 7502, 9426, 8109, 10795, 7260, 10124, 7296, 8603, 7324, 9492, 8782, 9679, 7395, 9968, 7284, 10297, 8556, 12277, 9693, 9310, 7650, 8970, 7187, 11327, 11267, 8017, 11827, 7260, 9493, 7214, 12234, 10696, 12419, 7362, 11673, 7409, 11416, 9935, 12480, 9774, 7748, 7629, 7856, 7164, 11942, 8393, 7370, 8992, 7055, 8060, 7282, 7520, 11673, 8943, 11907, 9228, 7313, 7185, 12092, 7276, 11197, 8480, 9772, 7935, 8156, 7231, 7335, 7032, 7220, 9410, 7425, 12569, 9351, 7161, 7224, 7451, 7177, 9055, 6924, 7368, 7379, 9776, 7072, 10724, 7074, 11447, 8497, 12277, 9414, 8717, 7196, 7318, 7294, 7254, 8619, 7259, 13261, 10843, 11023, 7448, 10748, 7196, 8403, 7325, 9097, 7071, 10939, 8269, 7504, 7112, 10353, 6932, 11443, 7251, 12337, 9501, 11330, 8072, 11804, 6939, 11038, 7583, 10832, 8565, 9237, 7227, 8372, 7158, 7417, 7465, 6955, 7982, 7035, 7306, 7347, 10208, 7015, 10197, 7053, 9395, 7518, 7917, 7386, 8343, 7201, 7323, 7634, 7016, 9558, 7187, 9385, 7011, 10682, 7356, 9995, 7170, 9919, 7048, 9370, 7843, 9627, 7359, 9797, 7180, 9539, 7170, 10136, 9055, 10805, 7311, 10159, 7425, 9200, 7271, 11244, 7941, 11629, 8170, 7832, 7248, 7099, 7417, 6828, 7397, 6966, 8555, 7164, 7461, 7011, 7854, 6989, 9820, 7027, 10129, 7494, 9718, 7210, 10521, 7149, 10715, 7085, 10266, 7160, 8866, 7227, 8562, 7216, 11129, 8298, 9761, 8462, 12053, 7287, 11614, 8989, 12447, 9723, 7507, 7764, 10776, 8166, 12717, 9927, 9904, 7437, 7561, 7802, 7435, 8554, 11475, 9918, 10472, 10929, 9223, 8253, 9334, 9065, 12193, 10024, 12767, 10312, 7423, 7960, 10917, 7320, 14685, 8983, 13216, 11316, 12123, 7362, 11435, 7400, 8929, 7285, 7911, 7440, 7353, 7474, 7729, 7698, 7833, 7516, 8185, 7423, 9267, 7366, 9645, 7380, 9533, 7329, 11013, 8599, 12258, 7829, 12926, 7308, 12274, 9238, 11876, 10865, 11451, 7768, 10799, 7531, 10963, 9155, 8498, 8254, 11026, 8103, 11617, 9273, 7224, 7891, 7300, 7894, 7608, 8798, 7387, 11588, 9107, 13887, 7405, 12149, 8655, 12496, 9915, 13402, 11051, 12528, 9912, 8225, 8409, 10219, 10423, 12231, 11348, 9867, 10098, 7347, 8091, 7143, 10303, 7781, 12884, 10251, 14021, 7172, 12780, 7226, 11275, 9281, 9906, 11296, 8699, 9271, 9928, 11450, 10503, 12975, 7422, 11645, 7668, 11621, 8381, 13466, 10532, 13871, 10303, 12275, 7228, 8258, 7477, 11069, 9686, 12730, 10474, 14304, 11248, 9168, 7203, 7323, 7040, 9174, 8456, 10739, 8659, 10823, 9058, 12491, 12040, 12154, 13903, 11086, 14556, 12093, 14222, 11369, 14108, 9481, 12503, 8062, 7790, 7409, 7961, 7517, 8283, 7497, 8314, 7607, 7576, 7634, 7683], 'WindowCenter': [4404.0, 4387.0, 4405.0, 4373.0, 4389.0, 4360.0, 4388.0, 4370.0, 4388.0, 4368.0, 4336.0, 4346.0, 4365.0, 4325.0, 4364.0, 4336.0, 4344.0, 4325.0, 4303.0, 4306.0, 4315.0, 4319.0, 4333.0, 4318.0, 4330.0, 4316.0, 4306.0, 4305.0, 4316.0, 4317.0, 4307.0, 4339.0, 4319.0, 4359.0, 4320.0, 4329.0, 4318.0, 4357.0, 4357.0, 4358.0, 4317.0, 4337.0, 4317.0, 4328.0, 4347.0, 4340.0, 4377.0, 4359.0, 4318.0, 4329.0, 4346.0, 4327.0, 4386.0, 4357.0, 4365.0, 4356.0, 4365.0, 4334.0, 4335.0, 4335.0, 4315.0, 4375.0, 4305.0, 4363.0, 4345.0, 4332.0, 4305.0, 4306.0, 4305.0, 4306.0, 4306.0, 4318.0, 4356.0, 4307.0, 4326.0, 4308.0, 4366.0, 4319.0, 4367.0, 4349.0, 4356.0, 4317.0, 4336.0, 4309.0, 4338.0, 4328.0, 4319.0, 4370.0, 4348.0, 4317.0, 4319.0, 4379.0, 4308.0, 4378.0, 4340.0, 4368.0, 4359.0, 4367.0, 4307.0, 4358.0, 4319.0, 4359.0, 4349.0, 4360.0, 4318.0, 4338.0, 4319.0, 4338.0, 4338.0, 4329.0, 4380.0, 4358.0, 4329.0, 4329.0, 4326.0, 4339.0, 4367.0, 4340.0, 4389.0, 4369.0, 4337.0, 4319.0, 4369.0, 4320.0, 4388.0, 4350.0, 4378.0, 4360.0, 4367.0, 4327.0, 4367.0, 4337.0, 4369.0, 4350.0, 4357.0, 4337.0, 4337.0, 4309.0, 4327.0, 4328.0, 4319.0, 4379.0, 4369.0, 4349.0, 4318.0, 4348.0, 4318.0, 4378.0, 4321.0, 4380.0, 4360.0, 4380.0, 4320.0, 4378.0, 4320.0, 4380.0, 4371.0, 4369.0, 4351.0, 4358.0, 4319.0, 4368.0, 4339.0, 4379.0, 4371.0, 4379.0, 4338.0, 4376.0, 4348.0, 4357.0, 4327.0, 4377.0, 4336.0, 4368.0, 4307.0, 4354.0, 4316.0, 4366.0, 4336.0, 4365.0, 4335.0, 4345.0, 4306.0, 4325.0, 4306.0, 4306.0, 4307.0, 4306.0, 4318.0, 4318.0, 4308.0, 4316.0, 4317.0, 4318.0, 4331.0, 4342.0, 4322.0, 4330.0, 4321.0, 4360.0, 4320.0, 4371.0, 4321.0, 4372.0, 4323.0, 4351.0, 4321.0, 4382.0, 4323.0, 4390.0, 4361.0, 4372.0, 4352.0, 4329.0, 4323.0, 4370.0, 4342.0, 4381.0, 4370.0, 4320.0, 4352.0, 4329.0, 4331.0, 4379.0, 4351.0, 4381.0, 4360.0, 4320.0, 4352.0, 4369.0, 4341.0, 4378.0, 4360.0, 4368.0, 4359.0, 4318.0, 4350.0, 4379.0, 4359.0, 4386.0, 4368.0, 4389.0, 4370.0, 4357.0, 4319.0, 4378.0, 4328.0, 4359.0, 4347.0, 4328.0, 4316.0, 4340.0, 4378.0, 4307.0, 4378.0, 4338.0, 4367.0, 4360.0, 4357.0, 4317.0, 4328.0, 4330.0, 4330.0, 4387.0, 4348.0, 4366.0, 4316.0, 4366.0, 4315.0, 4315.0, 4319.0, 4318.0, 4329.0, 4349.0, 4320.0, 4368.0, 4331.0, 4380.0, 4361.0, 4389.0, 4379.0, 4379.0, 4336.0, 4367.0, 4328.0, 4368.0, 4357.0, 4367.0, 4327.0, 4338.0, 4327.0, 4329.0, 4347.0, 4328.0, 4357.0, 4329.0, 4387.0, 4307.0, 4377.0, 4307.0, 4377.0, 4339.0, 4346.0, 4319.0, 4328.0, 4319.0, 4329.0, 4327.0, 4331.0, 4350.0, 4319.0, 4318.0, 4319.0, 4368.0, 4318.0, 4378.0, 4320.0, 4368.0, 4350.0, 4369.0, 4330.0, 4370.0, 4318.0, 4369.0, 4340.0, 4369.0, 4359.0, 4358.0, 4320.0, 4349.0, 4328.0, 4341.0, 4379.0, 4360.0, 4336.0, 4329.0, 4379.0, 4319.0, 4389.0, 4321.0, 4389.0, 4369.0, 4380.0, 4319.0, 4378.0, 4320.0, 4380.0, 4351.0, 4367.0, 4360.0, 4347.0, 4320.0, 4349.0, 4331.0, 4360.0, 4341.0, 4380.0, 4360.0, 4379.0, 4329.0, 4358.0, 4340.0, 4380.0, 4369.0, 4369.0, 4320.0, 4359.0, 4337.0, 4339.0, 4380.0, 4358.0, 4368.0, 4358.0, 4317.0, 4327.0, 4308.0, 4329.0, 4378.0, 4369.0, 4359.0, 4358.0, 4378.0, 4327.0, 4366.0, 4320.0, 4368.0, 4357.0, 4338.0, 4328.0, 4357.0, 4328.0, 4357.0, 4320.0, 4379.0, 4359.0, 4307.0, 4327.0, 4346.0, 4318.0, 4358.0, 4349.0, 4378.0, 4379.0, 4329.0, 4358.0, 4326.0, 4328.0, 4328.0, 4317.0, 4379.0, 4358.0, 4378.0, 4328.0, 4387.0, 4307.0, 4368.0, 4307.0, 4346.0, 4316.0, 4306.0, 4318.0, 4318.0, 4327.0, 4317.0, 4328.0, 4331.0, 4348.0, 4319.0, 4370.0, 4319.0, 4388.0, 4320.0, 4368.0, 4330.0, 4370.0, 4340.0, 4378.0, 4351.0, 4378.0, 4339.0, 4369.0, 4339.0, 4361.0, 4360.0, 4358.0, 4317.0, 4339.0, 4369.0, 4340.0, 4369.0, 4339.0, 4379.0, 4360.0, 4360.0, 4338.0, 4377.0, 4329.0, 4390.0, 4380.0, 4388.0, 4371.0, 4360.0, 4340.0, 4378.0, 4349.0, 4388.0, 4379.0, 4379.0, 4388.0, 4337.0, 4348.0, 4307.0, 4327.0, 4329.0, 4382.0, 4370.0, 4404.0, 4361.0, 4378.0, 4321.0, 4379.0, 4351.0, 4372.0, 4319.0, 4380.0, 4319.0, 4327.0, 4278.0, 4274.0, 4276.0, 4289.0, 4288.0, 4291.0, 4340.0, 4313.0, 4303.0, 4330.0, 4272.0, 4301.0, 4335.0, 4313.0, 4356.0, 4329.0, 4318.0, 4348.0, 4327.0, 4375.0, 4362.0, 4317.0, 4292.0, 4291.0, 4317.0, 4297.0, 4353.0, 4380.0, 4362.0, 4375.0, 4336.0, 4369.0, 4288.0, 4327.0, 4367.0, 4347.0, 4356.0, 4376.0, 4326.0, 4365.0, 4347.0, 4346.0, 4387.0, 4377.0, 4374.0, 4335.0, 4314.0, 4316.0, 4317.0, 4365.0, 4337.0, 4317.0, 4326.0, 4317.0, 4336.0, 4318.0, 4338.0, 4340.0, 4341.0, 4368.0, 4330.0, 4347.0, 4327.0, 4388.0, 4361.0, 4339.0, 4337.0, 4317.0, 4328.0, 4328.0, 4356.0, 4367.0, 4367.0, 4316.0, 4345.0, 4306.0, 4346.0, 4315.0, 4367.0, 4356.0, 4373.0, 4348.0, 4365.0, 4305.0, 4366.0, 4338.0, 4375.0, 4367.0, 4335.0, 4356.0, 4324.0, 4335.0, 4375.0, 4365.0, 4363.0, 4344.0, 4330.0, 4304.0, 4333.0, 4314.0, 4326.0, 4325.0, 4354.0, 4327.0, 4343.0, 4316.0, 4354.0, 4306.0, 4365.0, 4344.0, 4378.0, 4346.0, 4334.0, 4317.0, 4333.0, 4318.0, 4375.0, 4348.0, 4385.0, 4358.0, 4325.0, 4328.0, 4314.0, 4316.0, 4334.0, 4338.0, 4375.0, 4377.0, 4305.0, 4318.0, 4329.0, 4370.0, 4359.0, 4389.0, 4378.0, 4366.0, 4306.0, 4353.0, 4316.0, 4373.0, 4357.0, 4343.0, 4316.0, 4314.0, 4303.0, 4306.0, 4366.0, 4345.0, 4375.0, 4345.0, 4364.0, 4343.0, 4353.0, 4334.0, 4364.0, 4354.0, 4363.0, 4334.0, 4352.0, 4303.0, 4351.0, 4322.0, 4361.0, 4331.0, 4339.0, 4313.0, 4341.0, 4301.0, 4341.0, 4293.0, 4352.0, 4333.0, 4300.0, 4312.0, 4292.0, 4302.0, 4291.0, 4303.0, 4300.0, 4344.0, 4312.0, 4304.0, 4303.0, 4304.0, 4301.0, 4304.0, 4333.0, 4345.0, 4301.0, 4304.0, 4302.0, 4303.0, 4302.0, 4315.0, 4324.0, 4334.0, 4305.0, 4304.0, 4302.0, 4305.0, 4313.0, 4315.0, 4315.0, 4316.0, 4344.0, 4346.0, 4306.0, 4306.0, 4312.0, 4306.0, 4373.0, 4305.0, 4364.0, 4334.0, 4333.0, 4306.0, 4333.0, 4315.0, 4326.0, 4306.0, 4333.0, 4317.0, 4334.0, 4307.0, 4345.0, 4316.0, 4345.0, 4336.0, 4316.0, 4317.0, 4347.0, 4318.0, 4357.0, 4316.0, 4355.0, 4365.0, 4345.0, 4374.0, 4346.0, 4306.0, 4316.0, 4373.0, 4354.0, 4364.0, 4344.0, 4364.0, 4344.0, 4362.0, 4326.0, 4379.0, 4346.0, 4366.0, 4314.0, 4303.0, 4313.0, 4302.0, 4314.0, 4314.0, 4306.0, 4325.0, 4305.0, 4336.0, 4317.0, 4345.0, 4316.0, 4342.0, 4307.0, 4334.0, 4315.0, 4347.0, 4326.0, 4345.0, 4317.0, 4345.0, 4317.0, 4325.0, 4314.0, 4345.0, 4325.0, 4354.0, 4315.0, 4353.0, 4317.0, 4334.0, 4318.0, 4356.0, 4337.0, 4344.0, 4316.0, 4354.0, 4317.0, 4355.0, 4337.0, 4376.0, 4347.0, 4345.0, 4327.0, 4333.0, 4306.0, 4365.0, 4368.0, 4326.0, 4366.0, 4313.0, 4344.0, 4316.0, 4375.0, 4355.0, 4374.0, 4316.0, 4363.0, 4316.0, 4366.0, 4344.0, 4373.0, 4346.0, 4314.0, 4316.0, 4324.0, 4305.0, 4363.0, 4335.0, 4314.0, 4336.0, 4304.0, 4325.0, 4313.0, 4315.0, 4363.0, 4336.0, 4363.0, 4334.0, 4302.0, 4304.0, 4363.0, 4314.0, 4354.0, 4335.0, 4344.0, 4313.0, 4312.0, 4313.0, 4302.0, 4303.0, 4314.0, 4331.0, 4314.0, 4361.0, 4334.0, 4301.0, 4314.0, 4312.0, 4305.0, 4345.0, 4317.0, 4313.0, 4318.0, 4358.0, 4320.0, 4366.0, 4317.0, 4364.0, 4334.0, 4366.0, 4343.0, 4334.0, 4305.0, 4314.0, 4313.0, 4315.0, 4333.0, 4316.0, 4374.0, 4356.0, 4353.0, 4315.0, 4353.0, 4305.0, 4322.0, 4314.0, 4334.0, 4317.0, 4364.0, 4336.0, 4313.0, 4307.0, 4353.0, 4305.0, 4363.0, 4315.0, 4375.0, 4346.0, 4354.0, 4326.0, 4364.0, 4305.0, 4353.0, 4326.0, 4365.0, 4336.0, 4335.0, 4315.0, 4325.0, 4303.0, 4313.0, 4314.0, 4316.0, 4324.0, 4305.0, 4313.0, 4316.0, 4353.0, 4305.0, 4355.0, 4306.0, 4346.0, 4316.0, 4324.0, 4317.0, 4336.0, 4315.0, 4317.0, 4324.0, 4318.0, 4345.0, 4318.0, 4345.0, 4316.0, 4354.0, 4315.0, 4354.0, 4315.0, 4355.0, 4316.0, 4345.0, 4326.0, 4345.0, 4316.0, 4355.0, 4305.0, 4347.0, 4316.0, 4356.0, 4347.0, 4355.0, 4316.0, 4355.0, 4316.0, 4347.0, 4317.0, 4365.0, 4326.0, 4366.0, 4324.0, 4316.0, 4314.0, 4306.0, 4313.0, 4307.0, 4314.0, 4305.0, 4335.0, 4305.0, 4315.0, 4316.0, 4324.0, 4318.0, 4354.0, 4318.0, 4356.0, 4316.0, 4345.0, 4318.0, 4366.0, 4318.0, 4366.0, 4319.0, 4356.0, 4317.0, 4345.0, 4329.0, 4348.0, 4331.0, 4379.0, 4352.0, 4374.0, 4353.0, 4390.0, 4329.0, 4379.0, 4349.0, 4378.0, 4358.0, 4318.0, 4329.0, 4369.0, 4351.0, 4388.0, 4370.0, 4358.0, 4328.0, 4328.0, 4330.0, 4329.0, 4350.0, 4379.0, 4359.0, 4369.0, 4369.0, 4348.0, 4339.0, 4348.0, 4347.0, 4377.0, 4357.0, 4377.0, 4356.0, 4317.0, 4326.0, 4353.0, 4318.0, 4386.0, 4346.0, 4375.0, 4355.0, 4363.0, 4313.0, 4363.0, 4313.0, 4334.0, 4315.0, 4326.0, 4318.0, 4317.0, 4318.0, 4327.0, 4329.0, 4329.0, 4328.0, 4339.0, 4329.0, 4349.0, 4331.0, 4358.0, 4330.0, 4358.0, 4329.0, 4369.0, 4351.0, 4380.0, 4329.0, 4388.0, 4329.0, 4390.0, 4361.0, 4378.0, 4370.0, 4377.0, 4329.0, 4368.0, 4341.0, 4369.0, 4359.0, 4349.0, 4340.0, 4368.0, 4340.0, 4379.0, 4362.0, 4329.0, 4329.0, 4329.0, 4339.0, 4341.0, 4352.0, 4342.0, 4391.0, 4362.0, 4401.0, 4332.0, 4391.0, 4351.0, 4390.0, 4370.0, 4400.0, 4382.0, 4388.0, 4371.0, 4351.0, 4351.0, 4368.0, 4370.0, 4390.0, 4370.0, 4359.0, 4358.0, 4320.0, 4338.0, 4318.0, 4369.0, 4331.0, 4391.0, 4370.0, 4389.0, 4319.0, 4388.0, 4329.0, 4380.0, 4360.0, 4359.0, 4369.0, 4337.0, 4349.0, 4357.0, 4370.0, 4357.0, 4379.0, 4318.0, 4368.0, 4327.0, 4367.0, 4327.0, 4389.0, 4359.0, 4377.0, 4356.0, 4363.0, 4304.0, 4322.0, 4314.0, 4367.0, 4345.0, 4376.0, 4357.0, 4385.0, 4368.0, 4334.0, 4304.0, 4315.0, 4307.0, 4345.0, 4326.0, 4356.0, 4336.0, 4367.0, 4337.0, 4378.0, 4364.0, 4365.0, 4361.0, 4341.0, 4348.0, 4339.0, 4349.0, 4328.0, 4336.0, 4305.0, 4325.0, 4284.0, 4275.0, 4286.0, 4300.0, 4286.0, 4309.0, 4289.0, 4323.0, 4301.0, 4300.0, 4312.0, 4311.0], 'WindowWidth': [9703.0, 9664.0, 9681.0, 9633.0, 9650.0, 9611.0, 9646.0, 9625.0, 9646.0, 9617.0, 9573.0, 9586.0, 9608.0, 9555.0, 9605.0, 9572.0, 9580.0, 9558.0, 9526.0, 9535.0, 9546.0, 9559.0, 9580.0, 9554.0, 9573.0, 9547.0, 9535.0, 9530.0, 9546.0, 9549.0, 9537.0, 9581.0, 9556.0, 9609.0, 9560.0, 9570.0, 9554.0, 9606.0, 9605.0, 9604.0, 9551.0, 9576.0, 9551.0, 9567.0, 9590.0, 9586.0, 9630.0, 9607.0, 9551.0, 9566.0, 9587.0, 9562.0, 9641.0, 9600.0, 9612.0, 9600.0, 9608.0, 9567.0, 9568.0, 9566.0, 9541.0, 9619.0, 9530.0, 9605.0, 9583.0, 9561.0, 9529.0, 9530.0, 9531.0, 9535.0, 9535.0, 9554.0, 9600.0, 9535.0, 9561.0, 9540.0, 9614.0, 9555.0, 9619.0, 9595.0, 9601.0, 9550.0, 9573.0, 9541.0, 9580.0, 9568.0, 9558.0, 9624.0, 9593.0, 9551.0, 9555.0, 9634.0, 9541.0, 9633.0, 9586.0, 9621.0, 9609.0, 9616.0, 9539.0, 9607.0, 9557.0, 9611.0, 9596.0, 9609.0, 9553.0, 9581.0, 9557.0, 9582.0, 9580.0, 9571.0, 9638.0, 9607.0, 9569.0, 9568.0, 9563.0, 9582.0, 9618.0, 9585.0, 9649.0, 9622.0, 9578.0, 9557.0, 9623.0, 9558.0, 9647.0, 9601.0, 9636.0, 9611.0, 9617.0, 9564.0, 9618.0, 9579.0, 9623.0, 9599.0, 9604.0, 9576.0, 9577.0, 9543.0, 9566.0, 9567.0, 9557.0, 9636.0, 9622.0, 9594.0, 9555.0, 9593.0, 9555.0, 9635.0, 9563.0, 9639.0, 9613.0, 9638.0, 9559.0, 9634.0, 9560.0, 9643.0, 9632.0, 9624.0, 9601.0, 9608.0, 9558.0, 9620.0, 9583.0, 9637.0, 9630.0, 9636.0, 9579.0, 9628.0, 9591.0, 9603.0, 9563.0, 9630.0, 9573.0, 9617.0, 9536.0, 9596.0, 9547.0, 9612.0, 9573.0, 9611.0, 9570.0, 9583.0, 9534.0, 9558.0, 9532.0, 9533.0, 9536.0, 9534.0, 9553.0, 9553.0, 9540.0, 9549.0, 9553.0, 9554.0, 9578.0, 9595.0, 9567.0, 9573.0, 9563.0, 9612.0, 9563.0, 9629.0, 9565.0, 9635.0, 9570.0, 9605.0, 9564.0, 9644.0, 9568.0, 9655.0, 9617.0, 9631.0, 9607.0, 9574.0, 9568.0, 9628.0, 9593.0, 9643.0, 9628.0, 9562.0, 9605.0, 9571.0, 9576.0, 9639.0, 9603.0, 9642.0, 9614.0, 9560.0, 9604.0, 9624.0, 9589.0, 9636.0, 9613.0, 9622.0, 9611.0, 9555.0, 9599.0, 9635.0, 9610.0, 9644.0, 9620.0, 9649.0, 9623.0, 9604.0, 9557.0, 9635.0, 9567.0, 9611.0, 9591.0, 9568.0, 9549.0, 9583.0, 9633.0, 9538.0, 9634.0, 9582.0, 9618.0, 9610.0, 9602.0, 9551.0, 9567.0, 9575.0, 9576.0, 9646.0, 9592.0, 9614.0, 9547.0, 9613.0, 9545.0, 9546.0, 9557.0, 9555.0, 9571.0, 9599.0, 9562.0, 9623.0, 9575.0, 9639.0, 9616.0, 9650.0, 9637.0, 9636.0, 9576.0, 9617.0, 9566.0, 9621.0, 9606.0, 9617.0, 9564.0, 9579.0, 9563.0, 9567.0, 9592.0, 9568.0, 9603.0, 9567.0, 9644.0, 9537.0, 9629.0, 9539.0, 9631.0, 9583.0, 9588.0, 9556.0, 9567.0, 9555.0, 9569.0, 9568.0, 9576.0, 9600.0, 9557.0, 9554.0, 9558.0, 9619.0, 9555.0, 9635.0, 9560.0, 9622.0, 9599.0, 9625.0, 9574.0, 9626.0, 9556.0, 9623.0, 9588.0, 9625.0, 9610.0, 9608.0, 9559.0, 9598.0, 9568.0, 9590.0, 9639.0, 9612.0, 9579.0, 9572.0, 9636.0, 9557.0, 9650.0, 9563.0, 9652.0, 9625.0, 9640.0, 9558.0, 9635.0, 9561.0, 9641.0, 9603.0, 9620.0, 9612.0, 9593.0, 9560.0, 9598.0, 9577.0, 9614.0, 9591.0, 9641.0, 9615.0, 9639.0, 9573.0, 9610.0, 9589.0, 9641.0, 9625.0, 9623.0, 9559.0, 9610.0, 9579.0, 9585.0, 9639.0, 9609.0, 9620.0, 9608.0, 9552.0, 9566.0, 9540.0, 9572.0, 9635.0, 9624.0, 9609.0, 9607.0, 9632.0, 9563.0, 9615.0, 9559.0, 9621.0, 9606.0, 9580.0, 9568.0, 9604.0, 9566.0, 9604.0, 9559.0, 9637.0, 9608.0, 9539.0, 9566.0, 9589.0, 9554.0, 9608.0, 9598.0, 9635.0, 9637.0, 9568.0, 9607.0, 9562.0, 9567.0, 9565.0, 9553.0, 9635.0, 9608.0, 9632.0, 9566.0, 9645.0, 9538.0, 9618.0, 9538.0, 9589.0, 9550.0, 9538.0, 9554.0, 9554.0, 9564.0, 9553.0, 9568.0, 9577.0, 9596.0, 9560.0, 9624.0, 9559.0, 9648.0, 9561.0, 9622.0, 9575.0, 9626.0, 9588.0, 9636.0, 9601.0, 9635.0, 9583.0, 9622.0, 9586.0, 9617.0, 9612.0, 9607.0, 9553.0, 9585.0, 9623.0, 9586.0, 9625.0, 9586.0, 9638.0, 9612.0, 9611.0, 9583.0, 9633.0, 9571.0, 9654.0, 9642.0, 9651.0, 9628.0, 9610.0, 9586.0, 9634.0, 9596.0, 9648.0, 9638.0, 9634.0, 9648.0, 9575.0, 9593.0, 9538.0, 9564.0, 9571.0, 9649.0, 9626.0, 9679.0, 9612.0, 9630.0, 9561.0, 9634.0, 9601.0, 9633.0, 9560.0, 9641.0, 9556.0, 9551.0, 9485.0, 9471.0, 9476.0, 9499.0, 9497.0, 9510.0, 9569.0, 9540.0, 9527.0, 9561.0, 9469.0, 9511.0, 9562.0, 9532.0, 9595.0, 9560.0, 9545.0, 9589.0, 9563.0, 9624.0, 9612.0, 9547.0, 9501.0, 9502.0, 9527.0, 9517.0, 9588.0, 9644.0, 9622.0, 9645.0, 9593.0, 9626.0, 9496.0, 9570.0, 9620.0, 9593.0, 9602.0, 9629.0, 9563.0, 9613.0, 9593.0, 9592.0, 9648.0, 9631.0, 9623.0, 9573.0, 9544.0, 9547.0, 9550.0, 9614.0, 9579.0, 9551.0, 9563.0, 9553.0, 9579.0, 9557.0, 9583.0, 9587.0, 9589.0, 9624.0, 9574.0, 9593.0, 9568.0, 9649.0, 9616.0, 9585.0, 9580.0, 9553.0, 9568.0, 9567.0, 9604.0, 9619.0, 9617.0, 9548.0, 9585.0, 9535.0, 9588.0, 9547.0, 9617.0, 9603.0, 9622.0, 9593.0, 9611.0, 9533.0, 9613.0, 9581.0, 9626.0, 9616.0, 9572.0, 9599.0, 9555.0, 9572.0, 9623.0, 9609.0, 9606.0, 9581.0, 9558.0, 9528.0, 9564.0, 9543.0, 9560.0, 9561.0, 9596.0, 9563.0, 9582.0, 9548.0, 9596.0, 9535.0, 9611.0, 9586.0, 9633.0, 9589.0, 9570.0, 9552.0, 9570.0, 9555.0, 9627.0, 9594.0, 9641.0, 9605.0, 9560.0, 9567.0, 9544.0, 9550.0, 9572.0, 9581.0, 9625.0, 9630.0, 9532.0, 9557.0, 9574.0, 9628.0, 9615.0, 9652.0, 9635.0, 9615.0, 9534.0, 9592.0, 9548.0, 9620.0, 9606.0, 9581.0, 9549.0, 9544.0, 9530.0, 9534.0, 9615.0, 9584.0, 9624.0, 9582.0, 9606.0, 9579.0, 9591.0, 9567.0, 9609.0, 9595.0, 9605.0, 9566.0, 9587.0, 9524.0, 9584.0, 9547.0, 9599.0, 9558.0, 9567.0, 9537.0, 9570.0, 9519.0, 9572.0, 9512.0, 9588.0, 9565.0, 9518.0, 9536.0, 9508.0, 9522.0, 9505.0, 9526.0, 9519.0, 9580.0, 9536.0, 9527.0, 9525.0, 9528.0, 9521.0, 9529.0, 9565.0, 9583.0, 9522.0, 9529.0, 9525.0, 9528.0, 9524.0, 9545.0, 9556.0, 9570.0, 9530.0, 9530.0, 9525.0, 9531.0, 9540.0, 9546.0, 9546.0, 9550.0, 9586.0, 9588.0, 9534.0, 9534.0, 9538.0, 9535.0, 9619.0, 9532.0, 9609.0, 9569.0, 9566.0, 9534.0, 9567.0, 9547.0, 9561.0, 9536.0, 9569.0, 9553.0, 9570.0, 9538.0, 9587.0, 9551.0, 9589.0, 9576.0, 9549.0, 9554.0, 9593.0, 9554.0, 9605.0, 9549.0, 9601.0, 9613.0, 9588.0, 9622.0, 9587.0, 9534.0, 9549.0, 9620.0, 9595.0, 9608.0, 9580.0, 9607.0, 9580.0, 9602.0, 9560.0, 9639.0, 9592.0, 9615.0, 9546.0, 9526.0, 9541.0, 9524.0, 9543.0, 9542.0, 9535.0, 9560.0, 9534.0, 9575.0, 9551.0, 9585.0, 9549.0, 9580.0, 9538.0, 9571.0, 9549.0, 9592.0, 9564.0, 9586.0, 9553.0, 9586.0, 9553.0, 9560.0, 9547.0, 9586.0, 9561.0, 9597.0, 9547.0, 9595.0, 9552.0, 9573.0, 9555.0, 9604.0, 9580.0, 9586.0, 9551.0, 9599.0, 9552.0, 9601.0, 9581.0, 9631.0, 9594.0, 9587.0, 9566.0, 9569.0, 9537.0, 9615.0, 9621.0, 9562.0, 9614.0, 9544.0, 9585.0, 9549.0, 9627.0, 9600.0, 9624.0, 9548.0, 9608.0, 9549.0, 9613.0, 9585.0, 9623.0, 9588.0, 9542.0, 9547.0, 9557.0, 9531.0, 9608.0, 9573.0, 9545.0, 9575.0, 9532.0, 9561.0, 9542.0, 9546.0, 9608.0, 9575.0, 9607.0, 9569.0, 9524.0, 9531.0, 9606.0, 9542.0, 9595.0, 9571.0, 9582.0, 9539.0, 9537.0, 9540.0, 9525.0, 9526.0, 9541.0, 9562.0, 9543.0, 9603.0, 9567.0, 9521.0, 9542.0, 9540.0, 9535.0, 9588.0, 9554.0, 9542.0, 9557.0, 9610.0, 9562.0, 9616.0, 9553.0, 9612.0, 9571.0, 9615.0, 9581.0, 9570.0, 9531.0, 9543.0, 9542.0, 9545.0, 9568.0, 9547.0, 9624.0, 9601.0, 9594.0, 9544.0, 9592.0, 9532.0, 9552.0, 9544.0, 9571.0, 9553.0, 9611.0, 9575.0, 9543.0, 9538.0, 9594.0, 9534.0, 9608.0, 9546.0, 9627.0, 9589.0, 9598.0, 9562.0, 9609.0, 9533.0, 9594.0, 9563.0, 9613.0, 9575.0, 9572.0, 9546.0, 9558.0, 9528.0, 9542.0, 9544.0, 9550.0, 9558.0, 9534.0, 9543.0, 9550.0, 9596.0, 9535.0, 9599.0, 9537.0, 9589.0, 9551.0, 9559.0, 9552.0, 9576.0, 9546.0, 9551.0, 9557.0, 9554.0, 9589.0, 9554.0, 9587.0, 9550.0, 9598.0, 9547.0, 9598.0, 9549.0, 9601.0, 9552.0, 9589.0, 9564.0, 9587.0, 9552.0, 9601.0, 9535.0, 9592.0, 9551.0, 9604.0, 9592.0, 9600.0, 9550.0, 9601.0, 9549.0, 9590.0, 9551.0, 9612.0, 9563.0, 9614.0, 9558.0, 9547.0, 9544.0, 9534.0, 9542.0, 9537.0, 9545.0, 9535.0, 9575.0, 9535.0, 9547.0, 9551.0, 9559.0, 9556.0, 9599.0, 9556.0, 9603.0, 9551.0, 9588.0, 9554.0, 9616.0, 9556.0, 9618.0, 9558.0, 9605.0, 9553.0, 9590.0, 9572.0, 9597.0, 9578.0, 9638.0, 9609.0, 9641.0, 9614.0, 9657.0, 9573.0, 9639.0, 9599.0, 9636.0, 9610.0, 9555.0, 9572.0, 9626.0, 9608.0, 9655.0, 9631.0, 9610.0, 9569.0, 9571.0, 9574.0, 9572.0, 9602.0, 9640.0, 9613.0, 9625.0, 9625.0, 9594.0, 9584.0, 9594.0, 9593.0, 9632.0, 9605.0, 9630.0, 9601.0, 9549.0, 9562.0, 9594.0, 9552.0, 9641.0, 9590.0, 9628.0, 9600.0, 9606.0, 9542.0, 9606.0, 9542.0, 9571.0, 9549.0, 9563.0, 9555.0, 9552.0, 9557.0, 9565.0, 9572.0, 9571.0, 9572.0, 9586.0, 9575.0, 9599.0, 9577.0, 9609.0, 9575.0, 9611.0, 9576.0, 9627.0, 9606.0, 9640.0, 9573.0, 9651.0, 9574.0, 9656.0, 9620.0, 9638.0, 9628.0, 9636.0, 9573.0, 9623.0, 9592.0, 9628.0, 9614.0, 9599.0, 9589.0, 9622.0, 9589.0, 9641.0, 9621.0, 9574.0, 9571.0, 9574.0, 9587.0, 9592.0, 9610.0, 9598.0, 9660.0, 9624.0, 9673.0, 9583.0, 9659.0, 9607.0, 9656.0, 9630.0, 9672.0, 9650.0, 9651.0, 9634.0, 9606.0, 9605.0, 9625.0, 9631.0, 9657.0, 9629.0, 9613.0, 9609.0, 9560.0, 9583.0, 9558.0, 9626.0, 9579.0, 9657.0, 9629.0, 9653.0, 9559.0, 9649.0, 9573.0, 9641.0, 9615.0, 9611.0, 9624.0, 9580.0, 9597.0, 9606.0, 9627.0, 9606.0, 9637.0, 9553.0, 9620.0, 9565.0, 9617.0, 9564.0, 9650.0, 9608.0, 9630.0, 9602.0, 9605.0, 9528.0, 9552.0, 9543.0, 9618.0, 9585.0, 9628.0, 9606.0, 9642.0, 9621.0, 9567.0, 9529.0, 9547.0, 9538.0, 9587.0, 9562.0, 9602.0, 9575.0, 9618.0, 9578.0, 9633.0, 9608.0, 9609.0, 9598.0, 9570.0, 9576.0, 9562.0, 9574.0, 9543.0, 9553.0, 9508.0, 9535.0, 9479.0, 9470.0, 9489.0, 9515.0, 9488.0, 9523.0, 9498.0, 9552.0, 9520.0, 9516.0, 9535.0, 9535.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.002608857142857143</td></tr>
<tr><td colspan=3>aqi</td><td>0.058467518787878786</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.641079117721</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0594043643240898</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.945962070857886</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>4448.3354</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1233920557968041</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.13852813852814</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6844062734850573</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6654956637223584</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8274083871347853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.560314769598029</td></tr>
<tr><td colspan=3>gcor</td><td>0.00513047</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003739161416888237</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01928120106458664</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.899572078605687</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>24.2758</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.5803</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5772</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.1604</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1165</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.2598</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3570.3289</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.87</td></tr>
<tr><td colspan=3>tsnr</td><td>29.74481313477736</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>