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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-02/func/sub-0115_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e80d7fc4cd4e4029adf3863414327bbf</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>20:04:23.770000</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.999589, -0.0282534, 0.0049166, 0.0286194, 0.993725, -0.108124]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105192</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>50</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7748, -7277, 201, -77, -90, -38, 55]</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>250.16</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>68940f4d-a6a7-4820-b44a-77af995554c3||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.681823492050171, 0.07678388804197311, 0.004943410400301218, 107.77877044677734], [0.07580168545246124, 2.66609263420105, -0.292193740606308, -104.63568878173828], [0.013190874829888344, 0.29008787870407104, 2.684138298034668, -91.58489227294922], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['200423.770000', '200424.230000', '200424.690000', '200425.150000', '200425.610000', '200426.070000', '200426.530000', '200426.990000', '200427.450000', '200427.910000', '200428.370000', '200428.830000', '200429.290000', '200429.750000', '200430.210000', '200430.670000', '200431.130000', '200431.590000', '200432.050000', '200432.510000', '200432.970000', '200433.430000', '200433.890000', '200434.350000', '200434.810000', '200435.270000', '200435.730000', '200436.190000', '200436.650000', '200437.110000', '200437.570000', '200438.030000', '200438.490000', '200438.950000', '200439.410000', '200439.870000', '200440.330000', '200440.790000', '200441.250000', '200441.710000', '200442.170000', '200442.630000', '200443.090000', '200443.550000', '200444.010000', '200444.470000', '200444.930000', '200445.390000', '200445.850000', '200446.310000', '200446.770000', '200447.230000', '200447.690000', '200448.150000', '200448.610000', '200449.070000', '200449.530000', '200449.990000', '200450.450000', '200450.910000', '200451.370000', '200451.830000', '200452.290000', '200452.750000', '200453.210000', '200453.670000', '200454.130000', '200454.590000', '200455.050000', '200455.510000', '200455.970000', '200456.430000', '200456.890000', '200457.350000', '200457.810000', '200458.270000', '200458.730000', '200459.190000', '200459.650000', '200500.110000', '200500.570000', '200501.030000', '200501.490000', '200501.950000', '200502.410000', '200502.870000', '200503.330000', '200503.790000', '200504.250000', '200504.710000', '200505.170000', '200505.630000', '200506.090000', '200506.550000', '200507.010000', '200507.470000', '200507.930000', '200508.390000', '200508.850000', '200509.310000', '200509.770000', '200510.230000', '200510.690000', '200511.150000', '200511.610000', '200512.070000', '200512.530000', '200512.990000', '200513.450000', '200513.910000', '200514.370000', '200514.830000', '200515.290000', '200515.750000', '200516.210000', '200516.670000', '200517.130000', '200517.590000', '200518.050000', '200518.510000', '200518.970000', '200519.430000', '200519.890000', '200520.350000', '200520.810000', '200521.270000', '200521.730000', '200522.190000', '200522.650000', '200523.110000', '200523.570000', '200524.030000', '200524.490000', '200524.950000', '200525.410000', '200525.870000', '200526.330000', '200526.790000', '200527.250000', '200527.710000', '200528.170000', '200528.630000', '200529.090000', '200529.550000', '200530.010000', '200530.470000', '200530.930000', '200531.390000', '200531.850000', '200532.310000', '200532.770000', '200533.230000', '200533.690000', '200534.150000', '200534.610000', '200535.070000', '200535.530000', '200535.990000', '200536.450000', '200536.910000', '200537.370000', '200537.830000', '200538.290000', '200538.750000', '200539.210000', '200539.670000', '200540.130000', '200540.590000', '200541.050000', '200541.510000', '200541.970000', '200542.430000', '200542.890000', '200543.350000', '200543.810000', '200544.270000', '200544.730000', '200545.190000', '200545.650000', '200546.110000', '200546.570000', '200547.030000', '200547.490000', '200547.950000', '200548.410000', '200548.870000', '200549.330000', '200549.790000', '200550.250000', '200550.710000', '200551.170000', '200551.630000', '200552.090000', '200552.550000', '200553.010000', '200553.470000', '200553.930000', '200554.390000', '200554.850000', '200555.310000', '200555.770000', '200556.230000', '200556.690000', '200557.150000', '200557.610000', '200558.070000', '200558.530000', '200558.990000', '200559.450000', '200559.910000', '200600.370000', '200600.830000', '200601.290000', '200601.750000', '200602.210000', '200602.670000', '200603.130000', '200603.590000', '200604.050000', '200604.510000', '200604.970000', '200605.430000', '200605.890000', '200606.350000', '200606.810000', '200607.270000', '200607.730000', '200608.190000', '200608.650000', '200609.110000', '200609.570000', '200610.030000', '200610.490000', '200610.950000', '200611.410000', '200611.870000', '200612.330000', '200612.790000', '200613.250000', '200613.710000', '200614.170000', '200614.630000', '200615.090000', '200615.550000', '200616.010000', '200616.470000', '200616.930000', '200617.390000', '200617.850000', '200618.310000', '200618.770000', '200619.230000', '200619.690000', '200620.150000', '200620.610000', '200621.070000', '200621.530000', '200621.990000', '200622.450000', '200622.910000', '200623.370000', '200623.830000', '200624.290000', '200624.750000', '200625.210000', '200625.670000', '200626.130000', '200626.590000', '200627.050000', '200627.510000', '200627.970000', '200628.430000', '200628.890000', '200629.350000', '200629.810000', '200630.270000', '200630.730000', '200631.190000', '200631.650000', '200632.110000', '200632.570000', '200633.030000', '200633.490000', '200633.950000', '200634.410000', '200634.870000', '200635.330000', '200635.790000', '200636.250000', '200636.710000', '200637.170000', '200637.630000', '200638.090000', '200638.550000', '200639.010000', '200639.470000', '200639.930000', '200640.390000', '200640.850000', '200641.310000', '200641.770000', '200642.230000', '200642.690000', '200643.150000', '200643.610000', '200644.070000', '200644.530000', '200644.990000', '200645.450000', '200645.910000', '200646.370000', '200646.830000', '200647.290000', '200647.750000', '200648.210000', '200648.670000', '200649.130000', '200649.590000', '200650.050000', '200650.510000', '200650.970000', '200651.430000', '200651.890000', '200652.350000', '200652.810000', '200653.270000', '200653.730000', '200654.190000', '200654.650000', '200655.110000', '200655.570000', '200656.030000', '200656.490000', '200656.950000', '200657.410000', '200657.870000', '200658.330000', '200658.790000', '200659.250000', '200659.710000', '200700.170000', '200700.630000', '200701.090000', '200701.550000', '200702.010000', '200702.470000', '200702.930000', '200703.390000', '200703.850000', '200704.310000', '200704.770000', '200705.230000', '200705.690000', '200706.150000', '200706.610000', '200707.070000', '200707.530000', '200707.990000', '200708.450000', '200708.910000', '200709.370000', '200709.830000', '200710.290000', '200710.750000', '200711.210000', '200711.670000', '200712.130000', '200712.590000', '200713.050000', '200713.510000', '200713.970000', '200714.430000', '200714.890000', '200715.350000', '200715.810000', '200716.270000', '200716.730000', '200717.190000', '200717.650000', '200718.110000', '200718.570000', '200719.030000', '200719.490000', '200719.950000', '200720.410000', '200720.870000', '200721.330000', '200721.790000', '200722.250000', '200722.710000', '200723.170000', '200723.630000', '200724.090000', '200724.550000', '200725.010000', '200725.470000', '200725.930000', '200726.390000', '200726.850000', '200727.310000', '200727.770000', '200728.230000', '200728.690000', '200729.150000', '200729.610000', '200730.070000', '200730.530000', '200730.990000', '200731.450000', '200731.910000', '200732.370000', '200732.830000', '200733.290000', '200733.750000', '200734.210000', '200734.670000', '200735.130000', '200735.590000', '200736.050000', '200736.510000', '200736.970000', '200737.430000', '200737.890000', '200738.350000', '200738.810000', '200739.270000', '200739.730000', '200740.190000', '200740.650000', '200741.110000', '200741.570000', '200742.030000', '200742.490000', '200742.950000', '200743.410000', '200743.870000', '200744.330000', '200744.790000', '200745.250000', '200745.710000', '200746.170000', '200746.630000', '200747.090000', '200747.550000', '200748.010000', '200748.470000', '200748.930000', '200749.390000', '200749.850000', '200750.310000', '200750.770000', '200751.230000', '200751.690000', '200752.150000', '200752.610000', '200753.070000', '200753.530000', '200753.990000', '200754.450000', '200754.910000', '200755.370000', '200755.830000', '200756.290000', '200756.750000', '200757.210000', '200757.670000', '200758.130000', '200758.590000', '200759.050000', '200759.510000', '200759.970000', '200800.430000', '200800.890000', '200801.350000', '200801.810000', '200802.270000', '200802.730000', '200803.190000', '200803.650000', '200804.110000', '200804.570000', '200805.030000', '200805.490000', '200805.950000', '200806.410000', '200806.870000', '200807.330000', '200807.790000', '200808.250000', '200808.710000', '200809.170000', '200809.630000', '200810.090000', '200810.550000', '200811.010000', '200811.470000', '200811.930000', '200812.390000', '200812.850000', '200813.310000', '200813.770000', '200814.230000', '200814.690000', '200815.150000', '200815.610000', '200816.070000', '200816.530000', '200816.990000', '200817.450000', '200817.910000', '200818.370000', '200818.830000', '200819.290000', '200819.750000', '200820.210000', '200820.670000', '200821.130000', '200821.590000', '200822.050000', '200822.510000', '200822.970000', '200823.430000', '200823.890000', '200824.350000', '200824.810000', '200825.270000', '200825.730000', '200826.190000', '200826.650000', '200827.110000', '200827.570000', '200828.030000', '200828.490000', '200828.950000', '200829.410000', '200829.870000', '200830.330000', '200830.790000', '200831.250000', '200831.710000', '200832.170000', '200832.630000', '200833.090000', '200833.550000', '200834.010000', '200834.470000', '200834.930000', '200835.390000', '200835.850000', '200836.310000', '200836.770000', '200837.230000', '200837.690000', '200838.150000', '200838.610000', '200839.070000', '200839.530000', '200839.990000', '200840.450000', '200840.910000', '200841.370000', '200841.830000', '200842.290000', '200842.750000', '200843.210000', '200843.670000', '200844.130000', '200844.590000', '200845.050000', '200845.510000', '200845.970000', '200846.430000', '200846.890000', '200847.350000', '200847.810000', '200848.270000', '200848.730000', '200849.190000', '200849.650000', '200850.110000', '200850.570000', '200851.030000', '200851.490000', '200851.950000', '200852.410000', '200852.870000', '200853.330000', '200853.790000', '200854.250000', '200854.710000', '200855.170000', '200855.630000', '200856.090000', '200856.550000', '200857.010000', '200857.470000', '200857.930000', '200858.390000', '200858.850000', '200859.310000', '200859.770000', '200900.230000', '200900.690000', '200901.150000', '200901.610000', '200902.070000', '200902.530000', '200902.990000', '200903.450000', '200903.910000', '200904.370000', '200904.830000', '200905.290000', '200905.750000', '200906.210000', '200906.670000', '200907.130000', '200907.590000', '200908.050000', '200908.510000', '200908.970000', '200909.430000', '200909.890000', '200910.350000', '200910.810000', '200911.270000', '200911.730000', '200912.190000', '200912.650000', '200913.110000', '200913.570000', '200914.030000', '200914.490000', '200914.950000', '200915.410000', '200915.870000', '200916.330000', '200916.790000', '200917.250000', '200917.710000', '200918.170000', '200918.630000', '200919.090000', '200919.550000', '200920.010000', '200920.470000', '200920.930000', '200921.390000', '200921.850000', '200922.310000', '200922.770000', '200923.230000', '200923.690000', '200924.150000', '200924.610000', '200925.070000', '200925.530000', '200925.990000', '200926.450000', '200926.910000', '200927.370000', '200927.830000', '200928.290000', '200928.750000', '200929.210000', '200929.670000', '200930.130000', '200930.590000', '200931.050000', '200931.510000', '200931.970000', '200932.430000', '200932.890000', '200933.350000', '200933.810000', '200934.270000', '200934.730000', '200935.190000', '200935.650000', '200936.110000', '200936.570000', '200937.030000', '200937.490000', '200937.950000', '200938.410000', '200938.870000', '200939.330000', '200939.790000', '200940.250000', '200940.710000', '200941.170000', '200941.630000', '200942.090000', '200942.550000', '200943.010000', '200943.470000', '200943.930000', '200944.390000', '200944.850000', '200945.310000', '200945.770000', '200946.230000', '200946.690000', '200947.150000', '200947.610000', '200948.070000', '200948.530000', '200948.990000', '200949.450000', '200949.910000', '200950.370000', '200950.830000', '200951.290000', '200951.750000', '200952.210000', '200952.670000', '200953.130000', '200953.590000', '200954.050000', '200954.510000', '200954.970000', '200955.430000', '200955.890000', '200956.350000', '200956.810000', '200957.270000', '200957.730000', '200958.190000', '200958.650000', '200959.110000', '200959.570000', '201000.030000', '201000.490000', '201000.950000', '201001.410000', '201001.870000', '201002.330000', '201002.790000', '201003.250000', '201003.710000', '201004.170000', '201004.630000', '201005.090000', '201005.550000', '201006.010000', '201006.470000', '201006.930000', '201007.390000', '201007.850000', '201008.310000', '201008.770000', '201009.230000', '201009.690000', '201010.150000', '201010.610000', '201011.070000', '201011.530000', '201011.990000', '201012.450000', '201012.910000', '201013.370000', '201013.830000', '201014.290000', '201014.750000', '201015.210000', '201015.670000', '201016.130000', '201016.590000', '201017.050000', '201017.510000', '201017.970000', '201018.430000', '201018.890000', '201019.350000', '201019.810000', '201020.270000', '201020.730000', '201021.190000', '201021.650000', '201022.110000', '201022.570000', '201023.030000', '201023.490000', '201023.950000', '201024.410000', '201024.870000', '201025.330000', '201025.790000', '201026.250000', '201026.710000', '201027.170000', '201027.630000', '201028.090000', '201028.550000', '201029.010000', '201029.470000', '201029.930000', '201030.390000', '201030.850000', '201031.310000', '201031.770000', '201032.230000', '201032.690000', '201033.150000', '201033.610000', '201034.070000', '201034.530000', '201034.990000', '201035.450000', '201035.910000', '201036.370000', '201036.830000', '201037.290000', '201037.750000', '201038.210000', '201038.670000', '201039.130000', '201039.590000', '201040.050000', '201040.510000', '201040.970000', '201041.430000', '201041.890000', '201042.350000', '201042.810000', '201043.270000', '201043.730000', '201044.190000', '201044.650000', '201045.110000', '201045.570000', '201046.030000', '201046.490000', '201046.950000', '201047.410000', '201047.870000', '201048.330000', '201048.790000', '201049.250000', '201049.710000', '201050.170000', '201050.630000', '201051.090000', '201051.550000', '201052.010000', '201052.470000', '201052.930000', '201053.390000', '201053.850000', '201054.310000', '201054.770000', '201055.230000', '201055.690000', '201056.150000', '201056.610000', '201057.070000', '201057.530000', '201057.990000', '201058.450000', '201058.910000', '201059.370000', '201059.830000', '201100.290000', '201100.750000', '201101.210000', '201101.670000', '201102.130000', '201102.590000', '201103.050000', '201103.510000', '201103.970000', '201104.430000', '201104.890000', '201105.350000', '201105.810000', '201106.270000', '201106.730000', '201107.190000', '201107.650000', '201108.110000', '201108.570000', '201109.030000', '201109.490000', '201109.950000', '201110.410000', '201110.870000', '201111.330000', '201111.790000', '201112.250000', '201112.710000', '201113.170000', '201113.630000', '201114.090000', '201114.550000', '201115.010000', '201115.470000', '201115.930000', '201116.390000', '201116.850000', '201117.310000', '201117.770000', '201118.230000', '201118.690000', '201119.150000', '201119.610000', '201120.070000', '201120.530000', '201120.990000', '201121.450000', '201121.910000', '201122.370000', '201122.830000', '201123.290000', '201123.750000', '201124.210000', '201124.670000', '201125.130000', '201125.590000', '201126.050000', '201126.510000', '201126.970000', '201127.430000', '201127.890000', '201128.350000', '201128.810000', '201129.270000', '201129.730000', '201130.190000', '201130.650000', '201131.110000', '201131.570000', '201132.030000', '201132.490000', '201132.950000', '201133.410000', '201133.870000', '201134.330000', '201134.790000', '201135.250000', '201135.710000', '201136.170000', '201136.630000', '201137.090000', '201137.550000', '201138.010000', '201138.470000', '201138.930000', '201139.390000', '201139.850000', '201140.310000', '201140.770000', '201141.230000', '201141.690000', '201142.150000', '201142.610000', '201143.070000', '201143.530000', '201143.990000', '201144.450000', '201144.910000', '201145.370000', '201145.830000', '201146.290000', '201146.750000', '201147.210000', '201147.670000', '201148.130000', '201148.590000', '201149.050000', '201149.510000', '201149.970000', '201150.430000', '201150.890000', '201151.350000', '201151.810000', '201152.270000', '201152.730000', '201153.190000', '201153.650000', '201154.110000', '201154.570000', '201155.030000', '201155.490000', '201155.950000', '201156.410000', '201156.870000', '201157.330000', '201157.790000', '201158.250000', '201158.710000', '201159.170000', '201159.630000', '201200.090000', '201200.550000', '201201.010000', '201201.470000', '201201.930000', '201202.390000', '201202.850000', '201203.310000', '201203.770000', '201204.230000', '201204.690000', '201205.150000', '201205.610000', '201206.070000', '201206.530000', '201206.990000', '201207.450000', '201207.910000', '201208.370000', '201208.830000', '201209.290000', '201209.750000', '201210.210000', '201210.670000', '201211.130000', '201211.590000', '201212.050000', '201212.510000', '201212.970000', '201213.430000', '201213.890000', '201214.350000', '201214.810000', '201215.270000', '201215.730000', '201216.190000', '201216.650000', '201217.110000', '201217.570000', '201218.030000', '201218.490000', '201218.950000', '201219.410000', '201219.870000', '201220.330000', '201220.790000', '201221.250000', '201221.710000', '201222.170000', '201222.630000', '201223.090000', '201223.550000', '201224.010000', '201224.470000', '201224.930000', '201225.390000', '201225.850000', '201226.310000', '201226.770000', '201227.230000', '201227.690000', '201228.150000', '201228.610000', '201229.070000', '201229.530000', '201229.990000', '201230.450000', '201230.910000', '201231.370000', '201231.830000', '201232.290000', '201232.750000', '201233.210000', '201233.670000', '201234.130000', '201234.590000', '201235.050000', '201235.510000', '201235.970000', '201236.430000', '201236.890000', '201237.350000', '201237.810000', '201238.270000', '201238.730000', '201239.190000', '201239.650000', '201240.110000', '201240.570000', '201241.030000', '201241.490000', '201241.950000', '201242.410000', '201242.870000', '201243.330000', '201243.790000', '201244.250000', '201244.710000', '201245.170000', '201245.630000', '201246.090000', '201246.550000', '201247.010000', '201247.470000', '201247.930000', '201248.390000', '201248.850000', '201249.310000', '201249.770000', '201250.230000', '201250.690000', '201251.150000', '201251.610000', '201252.070000', '201252.530000', '201252.990000', '201253.450000', '201253.910000', '201254.370000', '201254.830000', '201255.290000', '201255.750000', '201256.210000', '201256.670000', '201257.130000', '201257.590000', '201258.050000', '201258.510000', '201258.970000', '201259.430000', '201259.890000', '201300.350000', '201300.810000', '201301.270000', '201301.730000', '201302.190000', '201302.650000', '201303.110000', '201303.570000', '201304.030000', '201304.490000', '201304.950000', '201305.410000', '201305.870000', '201306.330000', '201306.790000', '201307.250000', '201307.710000', '201308.170000', '201308.630000', '201309.090000', '201309.550000', '201310.010000', '201310.470000', '201310.930000', '201311.390000', '201311.850000', '201312.310000', '201312.770000', '201313.230000', '201313.690000', '201314.150000', '201314.610000', '201315.070000', '201315.530000', '201315.990000'], 'ContentTime': ['200451.972000', '200451.975000', '200451.978000', '200451.981000', '200451.993000', '200451.995000', '200451.998000', '200452.002000', '200452.004000', '200452.007000', '200452.009000', '200452.012000', '200452.015000', '200452.017000', '200452.020000', '200452.023000', '200452.025000', '200452.028000', '200452.030000', '200452.034000', '200452.037000', '200452.039000', '200452.042000', '200452.044000', '200452.047000', '200452.050000', '200452.052000', '200452.055000', '200452.057000', '200452.060000', '200452.063000', '200452.065000', '200452.068000', '200452.071000', '200452.074000', '200452.077000', '200452.080000', '200452.082000', '200452.085000', '200452.087000', '200452.091000', '200452.104000', '200452.106000', '200452.109000', '200452.111000', '200452.114000', '200452.117000', '200452.119000', '200452.122000', '200452.124000', '200452.127000', '200452.129000', '200452.132000', '200452.134000', '200452.137000', '200452.140000', '200452.142000', '200452.145000', '200452.150000', '200511.937000', '200511.939000', '200511.949000', '200511.951000', '200511.954000', '200511.957000', '200511.959000', '200511.962000', '200511.964000', '200511.967000', '200511.970000', '200511.972000', '200511.975000', '200511.977000', '200511.980000', '200511.983000', '200511.985000', '200511.988000', '200511.991000', '200511.993000', '200511.996000', '200511.998000', '200512.002000', '200512.005000', '200512.007000', '200512.010000', '200512.013000', '200512.015000', '200512.018000', '200512.021000', '200512.023000', '200512.026000', '200512.028000', '200512.031000', '200512.034000', '200512.036000', '200512.039000', '200512.042000', '200512.044000', '200512.047000', '200512.050000', '200512.052000', '200512.055000', '200531.936000', '200531.939000', '200531.942000', '200531.945000', '200531.947000', '200531.950000', '200531.953000', '200531.955000', '200531.958000', '200531.961000', '200531.963000', '200531.966000', '200531.969000', '200531.971000', '200531.974000', '200531.977000', '200531.979000', '200531.982000', '200531.984000', '200531.987000', '200531.990000', '200531.992000', '200531.995000', '200531.997000', '200532.001000', '200532.004000', '200532.007000', '200532.009000', '200532.012000', '200532.014000', '200532.017000', '200532.020000', '200532.022000', '200532.025000', '200532.027000', '200532.030000', '200532.033000', '200532.035000', '200532.038000', '200532.041000', '200532.043000', '200532.046000', '200532.048000', '200532.051000', '200551.938000', '200551.940000', '200551.943000', '200551.946000', '200551.949000', '200551.951000', '200551.954000', '200551.957000', '200551.959000', '200551.962000', '200551.965000', '200551.967000', '200551.970000', '200551.972000', '200551.975000', '200551.978000', '200551.980000', '200551.983000', '200551.986000', '200551.988000', '200551.991000', '200551.993000', '200551.996000', '200552.000000', '200552.003000', '200552.005000', '200552.008000', '200552.010000', '200552.013000', '200552.016000', '200552.018000', '200552.021000', '200552.023000', '200552.026000', '200552.029000', '200552.031000', '200552.034000', '200552.037000', '200552.040000', '200552.042000', '200552.045000', '200552.048000', '200552.050000', '200552.053000', '200611.937000', '200611.940000', '200611.943000', '200611.945000', '200611.948000', '200611.951000', '200611.954000', '200611.956000', '200611.959000', '200611.962000', '200611.964000', '200611.967000', '200611.970000', '200611.972000', '200611.975000', '200611.977000', '200611.984000', '200611.986000', '200611.989000', '200611.991000', '200611.994000', '200611.997000', '200612.000000', '200612.003000', '200612.006000', '200612.008000', '200612.011000', '200612.013000', '200612.016000', '200612.019000', '200612.021000', '200612.024000', '200612.026000', '200612.029000', '200612.031000', '200612.034000', '200612.037000', '200612.039000', '200612.042000', '200612.044000', '200612.047000', '200612.050000', '200612.052000', '200631.937000', '200631.940000', '200631.943000', '200631.946000', '200631.948000', '200631.951000', '200631.954000', '200631.956000', '200631.959000', '200631.962000', '200631.964000', '200631.967000', '200631.970000', '200631.972000', '200631.975000', '200631.978000', '200631.980000', '200631.983000', '200631.986000', '200631.988000', '200631.991000', '200632.005000', '200632.007000', '200632.010000', '200632.013000', '200632.016000', '200632.018000', '200632.021000', '200632.023000', '200632.026000', '200632.029000', '200632.031000', '200632.034000', '200632.037000', '200632.039000', '200632.042000', '200632.045000', '200632.047000', '200632.050000', '200632.052000', '200632.055000', '200632.058000', '200632.060000', '200632.063000', '200651.937000', '200651.940000', '200651.943000', '200651.945000', '200651.948000', '200651.951000', '200651.953000', '200651.956000', '200651.958000', '200651.961000', '200651.964000', '200651.966000', '200651.969000', '200651.971000', '200651.974000', '200651.977000', '200651.979000', '200651.982000', '200651.984000', '200651.987000', '200651.990000', '200651.992000', '200651.995000', '200651.998000', '200652.001000', '200652.004000', '200652.006000', '200652.009000', '200652.012000', '200652.014000', '200652.017000', '200652.019000', '200652.022000', '200652.025000', '200652.027000', '200652.030000', '200652.033000', '200652.035000', '200652.038000', '200652.040000', '200652.043000', '200652.046000', '200652.048000', '200711.937000', '200711.939000', '200711.942000', '200711.945000', '200711.947000', '200711.950000', '200711.953000', '200711.955000', '200711.958000', '200711.960000', '200711.963000', '200711.966000', '200711.968000', '200711.971000', '200711.973000', '200711.976000', '200711.979000', '200711.982000', '200711.984000', '200711.987000', '200711.990000', '200711.993000', '200711.995000', '200711.998000', '200712.002000', '200712.004000', '200712.007000', '200712.010000', '200712.012000', '200712.015000', '200712.018000', '200712.020000', '200712.023000', '200712.025000', '200712.028000', '200712.031000', '200712.033000', '200712.036000', '200712.039000', '200712.041000', '200712.044000', '200712.046000', '200712.049000', '200712.051000', '200731.936000', '200731.939000', '200731.942000', '200731.945000', '200731.948000', '200731.950000', '200731.953000', '200731.956000', '200731.958000', '200731.961000', '200731.964000', '200731.966000', '200731.969000', '200731.971000', '200731.974000', '200731.977000', '200731.979000', '200731.982000', '200731.985000', '200731.987000', '200731.990000', '200731.992000', '200731.995000', '200731.998000', '200732.001000', '200732.004000', '200732.006000', '200732.009000', '200732.012000', '200732.014000', '200732.017000', '200732.020000', '200732.022000', '200732.025000', '200732.028000', '200732.030000', '200732.033000', '200732.036000', '200732.038000', '200732.041000', '200732.043000', '200732.046000', '200732.049000', '200751.936000', '200752.005000', '200752.008000', '200752.011000', '200752.013000', '200752.016000', '200752.018000', '200752.021000', '200752.024000', '200752.026000', '200752.029000', '200752.031000', '200752.034000', '200752.037000', '200752.039000', '200752.042000', '200752.045000', '200752.048000', '200752.050000', '200752.053000', '200752.056000', '200752.058000', '200752.061000', '200752.063000', '200752.066000', '200752.069000', '200752.071000', '200752.074000', '200752.078000', '200752.081000', '200752.083000', '200752.086000', '200752.089000', '200752.091000', '200752.094000', '200752.097000', '200752.099000', '200752.102000', '200752.107000', '200752.110000', '200752.112000', '200752.115000', '200752.118000', '200811.938000', '200811.941000', '200811.943000', '200811.957000', '200811.959000', '200811.962000', '200811.965000', '200811.967000', '200811.970000', '200811.972000', '200811.975000', '200811.978000', '200811.980000', '200811.983000', '200811.985000', '200811.988000', '200811.991000', '200811.993000', '200811.996000', '200811.998000', '200812.002000', '200812.005000', '200812.007000', '200812.010000', '200812.012000', '200812.015000', '200812.018000', '200812.020000', '200812.023000', '200812.025000', '200812.028000', '200812.031000', '200812.033000', '200812.036000', '200812.038000', '200812.041000', '200812.044000', '200812.046000', '200812.049000', '200812.051000', '200812.054000', '200812.057000', '200812.059000', '200812.062000', '200831.937000', '200831.940000', '200831.943000', '200831.946000', '200831.948000', '200831.951000', '200831.953000', '200831.956000', '200831.959000', '200831.961000', '200831.964000', '200831.967000', '200831.970000', '200831.973000', '200831.976000', '200831.978000', '200831.981000', '200831.984000', '200831.988000', '200831.991000', '200831.993000', '200831.996000', '200832.000000', '200832.002000', '200832.005000', '200832.007000', '200832.010000', '200832.013000', '200832.015000', '200832.018000', '200832.021000', '200832.027000', '200832.030000', '200832.032000', '200832.035000', '200832.038000', '200832.040000', '200832.043000', '200832.045000', '200832.048000', '200832.051000', '200832.053000', '200832.056000', '200851.937000', '200851.941000', '200851.944000', '200851.947000', '200851.949000', '200851.952000', '200851.955000', '200851.957000', '200851.960000', '200851.963000', '200851.965000', '200851.968000', '200851.970000', '200851.973000', '200851.976000', '200851.978000', '200851.981000', '200851.984000', '200851.986000', '200851.989000', '200851.991000', '200851.994000', '200851.997000', '200852.000000', '200852.003000', '200852.006000', '200852.008000', '200852.011000', '200852.014000', '200852.016000', '200852.019000', '200852.022000', '200852.024000', '200852.027000', '200852.029000', '200852.032000', '200852.035000', '200852.037000', '200852.040000', '200852.043000', '200852.045000', '200852.048000', '200852.050000', '200852.053000', '200911.938000', '200911.940000', '200911.943000', '200911.946000', '200911.949000', '200911.951000', '200911.954000', '200911.957000', '200911.960000', '200911.962000', '200911.966000', '200911.969000', '200911.971000', '200911.974000', '200911.977000', '200911.980000', '200911.982000', '200911.985000', '200911.988000', '200911.990000', '200911.993000', '200911.996000', '200911.998000', '200912.002000', '200912.005000', '200912.008000', '200912.010000', '200912.013000', '200912.015000', '200912.018000', '200912.021000', '200912.023000', '200912.026000', '200912.029000', '200912.031000', '200912.034000', '200912.037000', '200912.039000', '200912.042000', '200912.044000', '200912.047000', '200912.050000', '200912.052000', '200931.937000', '200931.939000', '200931.942000', '200931.945000', '200931.947000', '200931.950000', '200931.952000', '200931.955000', '200931.958000', '200931.960000', '200931.963000', '200931.966000', '200931.968000', '200931.971000', '200931.974000', '200931.976000', '200931.979000', '200931.981000', '200931.984000', '200931.986000', '200931.989000', '200931.992000', '200931.994000', '200931.997000', '200932.001000', '200932.003000', '200932.006000', '200932.008000', '200932.026000', '200932.029000', '200932.031000', '200932.034000', '200932.037000', '200932.039000', '200932.042000', '200932.045000', '200932.047000', '200932.050000', '200932.053000', '200932.056000', '200932.058000', '200932.061000', '200932.066000', '200932.068000', '200951.937000', '200951.939000', '200951.943000', '200951.945000', '200951.948000', '200951.950000', '200951.953000', '200951.956000', '200951.958000', '200951.961000', '200951.963000', '200951.966000', '200951.969000', '200951.971000', '200951.974000', '200951.977000', '200951.979000', '200951.982000', '200951.985000', '200951.987000', '200951.990000', '200951.992000', '200951.995000', '200951.998000', '200952.001000', '200952.013000', '200952.016000', '200952.019000', '200952.021000', '200952.024000', '200952.027000', '200952.029000', '200952.032000', '200952.034000', '200952.037000', '200952.040000', '200952.042000', '200952.050000', '200952.053000', '200952.056000', '200952.058000', '200952.061000', '200952.064000', '201011.937000', '201011.940000', '201011.942000', '201011.945000', '201011.948000', '201011.950000', '201011.953000', '201011.956000', '201011.958000', '201011.961000', '201011.964000', '201011.966000', '201011.969000', '201011.972000', '201011.974000', '201011.977000', '201011.980000', '201011.982000', '201011.985000', '201011.988000', '201011.990000', '201011.993000', '201011.995000', '201011.998000', '201012.002000', '201012.004000', '201012.007000', '201012.010000', '201012.012000', '201012.015000', '201012.018000', '201012.020000', '201012.023000', '201012.025000', '201012.028000', '201012.031000', '201012.033000', '201012.036000', '201012.038000', '201012.041000', '201012.044000', '201012.047000', '201012.049000', '201012.057000', '201031.938000', '201031.940000', '201031.943000', '201031.946000', '201031.948000', '201031.951000', '201031.954000', '201031.956000', '201031.959000', '201031.962000', '201031.964000', '201031.967000', '201031.969000', '201031.972000', '201031.975000', '201031.977000', '201031.980000', '201031.983000', '201031.985000', '201031.988000', '201031.991000', '201031.993000', '201031.996000', '201032.000000', '201032.003000', '201032.006000', '201032.009000', '201032.011000', '201032.014000', '201032.017000', '201032.019000', '201032.022000', '201032.025000', '201032.027000', '201032.030000', '201032.032000', '201032.035000', '201032.038000', '201032.040000', '201032.043000', '201032.045000', '201032.048000', '201032.051000', '201051.938000', '201051.940000', '201051.943000', '201051.946000', '201051.948000', '201051.951000', '201051.953000', '201051.956000', '201051.959000', '201051.961000', '201051.964000', '201051.967000', '201051.969000', '201051.972000', '201051.974000', '201051.977000', '201051.980000', '201051.982000', '201051.985000', '201051.987000', '201051.990000', '201051.993000', '201051.995000', '201051.998000', '201052.001000', '201052.004000', '201052.007000', '201052.009000', '201052.012000', '201052.014000', '201052.017000', '201052.020000', '201052.022000', '201052.025000', '201052.027000', '201052.030000', '201052.032000', '201052.035000', '201052.038000', '201052.051000', '201052.054000', '201052.056000', '201052.059000', '201052.061000', '201111.938000', '201111.940000', '201111.943000', '201111.946000', '201111.948000', '201111.951000', '201111.954000', '201111.956000', '201111.959000', '201111.962000', '201111.964000', '201111.967000', '201111.970000', '201111.979000', '201111.981000', '201111.984000', '201111.987000', '201111.989000', '201111.992000', '201111.994000', '201111.997000', '201112.001000', '201112.004000', '201112.006000', '201112.009000', '201112.012000', '201112.014000', '201112.017000', '201112.020000', '201112.022000', '201112.025000', '201112.027000', '201112.030000', '201112.033000', '201112.035000', '201112.038000', '201112.040000', '201112.043000', '201112.046000', '201112.049000', '201112.052000', '201112.055000', '201112.058000', '201131.937000', '201131.940000', '201131.943000', '201131.946000', '201131.948000', '201131.951000', '201131.954000', '201131.956000', '201131.959000', '201131.962000', '201131.964000', '201131.967000', '201131.970000', '201131.972000', '201131.975000', '201131.977000', '201131.980000', '201131.983000', '201131.985000', '201131.988000', '201131.991000', '201131.993000', '201131.996000', '201132.000000', '201132.003000', '201132.005000', '201132.008000', '201132.011000', '201132.013000', '201132.016000', '201132.019000', '201132.021000', '201132.024000', '201132.027000', '201132.029000', '201132.032000', '201132.034000', '201132.037000', '201132.040000', '201132.042000', '201132.045000', '201132.047000', '201132.050000', '201132.053000', '201151.937000', '201151.940000', '201151.942000', '201151.945000', '201151.948000', '201151.951000', '201151.953000', '201151.956000', '201151.958000', '201151.961000', '201151.964000', '201151.966000', '201151.969000', '201151.971000', '201151.975000', '201151.978000', '201151.980000', '201151.983000', '201151.987000', '201151.989000', '201151.992000', '201151.995000', '201151.997000', '201152.001000', '201152.003000', '201152.006000', '201152.009000', '201152.012000', '201152.014000', '201152.017000', '201152.019000', '201152.022000', '201152.024000', '201152.027000', '201152.029000', '201152.032000', '201152.035000', '201152.037000', '201152.040000', '201152.042000', '201152.045000', '201152.048000', '201152.050000', '201211.936000', '201211.939000', '201211.942000', '201211.944000', '201211.947000', '201211.950000', '201211.953000', '201211.955000', '201211.958000', '201211.960000', '201211.963000', '201211.966000', '201211.968000', '201211.971000', '201211.974000', '201211.976000', '201211.979000', '201211.982000', '201211.984000', '201211.987000', '201211.989000', '201211.992000', '201211.995000', '201211.997000', '201212.001000', '201212.004000', '201212.006000', '201212.009000', '201212.012000', '201212.014000', '201212.017000', '201212.019000', '201212.022000', '201212.025000', '201212.028000', '201212.030000', '201212.033000', '201212.035000', '201212.038000', '201212.041000', '201212.043000', '201212.046000', '201212.049000', '201212.051000', '201231.937000', '201231.939000', '201231.942000', '201231.945000', '201231.947000', '201231.950000', '201231.953000', '201231.955000', '201231.958000', '201231.960000', '201231.963000', '201231.966000', '201231.968000', '201231.971000', '201231.974000', '201231.976000', '201231.979000', '201231.982000', '201231.984000', '201231.987000', '201231.990000', '201231.992000', '201231.995000', '201232.003000', '201232.005000', '201232.008000', '201232.011000', '201232.013000', '201232.016000', '201232.018000', '201232.021000', '201232.024000', '201232.026000', '201232.029000', '201232.032000', '201232.034000', '201232.037000', '201232.039000', '201232.042000', '201232.046000', '201232.048000', '201232.051000', '201232.054000', '201251.938000', '201251.940000', '201251.943000', '201251.946000', '201251.948000', '201251.951000', '201251.954000', '201251.956000', '201251.959000', '201251.962000', '201251.964000', '201251.967000', '201251.970000', '201251.972000', '201251.975000', '201251.978000', '201251.980000', '201251.983000', '201251.985000', '201251.988000', '201251.991000', '201251.993000', '201251.996000', '201252.000000', '201252.002000', '201252.005000', '201252.008000', '201252.010000', '201252.013000', '201252.015000', '201252.018000', '201252.021000', '201252.023000', '201252.026000', '201252.028000', '201252.031000', '201252.034000', '201252.037000', '201252.039000', '201252.042000', '201252.044000', '201252.047000', '201252.050000', '201252.052000', '201311.937000', '201311.941000', '201311.943000', '201311.946000', '201311.948000', '201311.951000', '201311.954000', '201311.956000', '201311.959000', '201311.962000', '201311.964000', '201311.967000', '201311.970000', '201311.972000', '201311.975000', '201311.977000', '201311.980000', '201311.983000', '201311.985000', '201311.988000', '201311.991000', '201311.993000', '201311.996000', '201312.000000', '201312.002000', '201312.005000', '201312.008000', '201312.010000', '201312.013000', '201312.015000', '201312.018000', '201312.021000', '201312.023000', '201312.026000', '201312.029000', '201312.031000', '201312.034000', '201312.037000', '201312.039000', '201312.042000', '201312.044000', '201312.047000', '201312.050000', '201317.120000', '201317.123000', '201317.126000', '201317.130000', '201317.133000', '201317.135000', '201317.138000', '201317.141000', '201317.144000', '201317.147000', '201317.152000', '201317.156000'], 'InstanceCreationTime': ['200451.972000', '200451.975000', '200451.978000', '200451.981000', '200451.993000', '200451.995000', '200451.998000', '200452.002000', '200452.004000', '200452.007000', '200452.009000', '200452.012000', '200452.015000', '200452.017000', '200452.020000', '200452.023000', '200452.025000', '200452.028000', '200452.030000', '200452.034000', '200452.037000', '200452.039000', '200452.042000', '200452.044000', '200452.047000', '200452.050000', '200452.052000', '200452.055000', '200452.057000', '200452.060000', '200452.063000', '200452.065000', '200452.068000', '200452.071000', '200452.074000', '200452.077000', '200452.080000', '200452.082000', '200452.085000', '200452.087000', '200452.091000', '200452.104000', '200452.106000', '200452.109000', '200452.111000', '200452.114000', '200452.117000', '200452.119000', '200452.122000', '200452.124000', '200452.127000', '200452.129000', '200452.132000', '200452.134000', '200452.137000', '200452.140000', '200452.142000', '200452.145000', '200452.150000', '200511.937000', '200511.939000', '200511.949000', '200511.951000', '200511.954000', '200511.957000', '200511.959000', '200511.962000', '200511.964000', '200511.967000', '200511.970000', '200511.972000', '200511.975000', '200511.977000', '200511.980000', '200511.983000', '200511.985000', '200511.988000', '200511.991000', '200511.993000', '200511.996000', '200511.998000', '200512.002000', '200512.005000', '200512.007000', '200512.010000', '200512.013000', '200512.015000', '200512.018000', '200512.021000', '200512.023000', '200512.026000', '200512.028000', '200512.031000', '200512.034000', '200512.036000', '200512.039000', '200512.042000', '200512.044000', '200512.047000', '200512.050000', '200512.052000', '200512.055000', '200531.936000', '200531.939000', '200531.942000', '200531.945000', '200531.947000', '200531.950000', '200531.953000', '200531.955000', '200531.958000', '200531.961000', '200531.963000', '200531.966000', '200531.969000', '200531.971000', '200531.974000', '200531.977000', '200531.979000', '200531.982000', '200531.984000', '200531.987000', '200531.990000', '200531.992000', '200531.995000', '200531.997000', '200532.001000', '200532.004000', '200532.007000', '200532.009000', '200532.012000', '200532.014000', '200532.017000', '200532.020000', '200532.022000', '200532.025000', '200532.027000', '200532.030000', '200532.033000', '200532.035000', '200532.038000', '200532.041000', '200532.043000', '200532.046000', '200532.048000', '200532.051000', '200551.938000', '200551.940000', '200551.943000', '200551.946000', '200551.949000', '200551.951000', '200551.954000', '200551.957000', '200551.959000', '200551.962000', '200551.965000', '200551.967000', '200551.970000', '200551.972000', '200551.975000', '200551.978000', '200551.980000', '200551.983000', '200551.986000', '200551.988000', '200551.991000', '200551.993000', '200551.996000', '200552.000000', '200552.003000', '200552.005000', '200552.008000', '200552.010000', '200552.013000', '200552.016000', '200552.018000', '200552.021000', '200552.023000', '200552.026000', '200552.029000', '200552.031000', '200552.034000', '200552.037000', '200552.040000', '200552.042000', '200552.045000', '200552.048000', '200552.050000', '200552.053000', '200611.937000', '200611.940000', '200611.943000', '200611.945000', '200611.948000', '200611.951000', '200611.954000', '200611.956000', '200611.959000', '200611.962000', '200611.964000', '200611.967000', '200611.970000', '200611.972000', '200611.975000', '200611.977000', '200611.984000', '200611.986000', '200611.989000', '200611.991000', '200611.994000', '200611.997000', '200612.000000', '200612.003000', '200612.006000', '200612.008000', '200612.011000', '200612.013000', '200612.016000', '200612.019000', '200612.021000', '200612.024000', '200612.026000', '200612.029000', '200612.031000', '200612.034000', '200612.037000', '200612.039000', '200612.042000', '200612.044000', '200612.047000', '200612.050000', '200612.052000', '200631.937000', '200631.940000', '200631.943000', '200631.946000', '200631.948000', '200631.951000', '200631.954000', '200631.956000', '200631.959000', '200631.962000', '200631.964000', '200631.967000', '200631.970000', '200631.972000', '200631.975000', '200631.978000', '200631.980000', '200631.983000', '200631.986000', '200631.988000', '200631.991000', '200632.005000', '200632.007000', '200632.010000', '200632.013000', '200632.016000', '200632.018000', '200632.021000', '200632.023000', '200632.026000', '200632.029000', '200632.031000', '200632.034000', '200632.037000', '200632.039000', '200632.042000', '200632.045000', '200632.047000', '200632.050000', '200632.052000', '200632.055000', '200632.058000', '200632.060000', '200632.063000', '200651.937000', '200651.940000', '200651.943000', '200651.945000', '200651.948000', '200651.951000', '200651.953000', '200651.956000', '200651.958000', '200651.961000', '200651.964000', '200651.966000', '200651.969000', '200651.971000', '200651.974000', '200651.977000', '200651.979000', '200651.982000', '200651.984000', '200651.987000', '200651.990000', '200651.992000', '200651.995000', '200651.998000', '200652.001000', '200652.004000', '200652.006000', '200652.009000', '200652.012000', '200652.014000', '200652.017000', '200652.019000', '200652.022000', '200652.025000', '200652.027000', '200652.030000', '200652.033000', '200652.035000', '200652.038000', '200652.040000', '200652.043000', '200652.046000', '200652.048000', '200711.937000', '200711.939000', '200711.942000', '200711.945000', '200711.947000', '200711.950000', '200711.953000', '200711.955000', '200711.958000', '200711.960000', '200711.963000', '200711.966000', '200711.968000', '200711.971000', '200711.973000', '200711.976000', '200711.979000', '200711.982000', '200711.984000', '200711.987000', '200711.990000', '200711.993000', '200711.995000', '200711.998000', '200712.002000', '200712.004000', '200712.007000', '200712.010000', '200712.012000', '200712.015000', '200712.018000', '200712.020000', '200712.023000', '200712.025000', '200712.028000', '200712.031000', '200712.033000', '200712.036000', '200712.039000', '200712.041000', '200712.044000', '200712.046000', '200712.049000', '200712.051000', '200731.936000', '200731.939000', '200731.942000', '200731.945000', '200731.948000', '200731.950000', '200731.953000', '200731.956000', '200731.958000', '200731.961000', '200731.964000', '200731.966000', '200731.969000', '200731.971000', '200731.974000', '200731.977000', '200731.979000', '200731.982000', '200731.985000', '200731.987000', '200731.990000', '200731.992000', '200731.995000', '200731.998000', '200732.001000', '200732.004000', '200732.006000', '200732.009000', '200732.012000', '200732.014000', '200732.017000', '200732.020000', '200732.022000', '200732.025000', '200732.028000', '200732.030000', '200732.033000', '200732.036000', '200732.038000', '200732.041000', '200732.043000', '200732.046000', '200732.049000', '200751.936000', '200752.005000', '200752.008000', '200752.011000', '200752.013000', '200752.016000', '200752.018000', '200752.021000', '200752.024000', '200752.026000', '200752.029000', '200752.031000', '200752.034000', '200752.037000', '200752.039000', '200752.042000', '200752.045000', '200752.048000', '200752.050000', '200752.053000', '200752.056000', '200752.058000', '200752.061000', '200752.063000', '200752.066000', '200752.069000', '200752.071000', '200752.074000', '200752.078000', '200752.081000', '200752.083000', '200752.086000', '200752.089000', '200752.091000', '200752.094000', '200752.097000', '200752.099000', '200752.102000', '200752.107000', '200752.110000', '200752.112000', '200752.115000', '200752.118000', '200811.938000', '200811.941000', '200811.943000', '200811.957000', '200811.959000', '200811.962000', '200811.965000', '200811.967000', '200811.970000', '200811.972000', '200811.975000', '200811.978000', '200811.980000', '200811.983000', '200811.985000', '200811.988000', '200811.991000', '200811.993000', '200811.996000', '200811.998000', '200812.002000', '200812.005000', '200812.007000', '200812.010000', '200812.012000', '200812.015000', '200812.018000', '200812.020000', '200812.023000', '200812.025000', '200812.028000', '200812.031000', '200812.033000', '200812.036000', '200812.038000', '200812.041000', '200812.044000', '200812.046000', '200812.049000', '200812.051000', '200812.054000', '200812.057000', '200812.059000', '200812.062000', '200831.937000', '200831.940000', '200831.943000', '200831.946000', '200831.948000', '200831.951000', '200831.953000', '200831.956000', '200831.959000', '200831.961000', '200831.964000', '200831.967000', '200831.970000', '200831.973000', '200831.976000', '200831.978000', '200831.981000', '200831.984000', '200831.988000', '200831.991000', '200831.993000', '200831.996000', '200832.000000', '200832.002000', '200832.005000', '200832.007000', '200832.010000', '200832.013000', '200832.015000', '200832.018000', '200832.021000', '200832.027000', '200832.030000', '200832.032000', '200832.035000', '200832.038000', '200832.040000', '200832.043000', '200832.045000', '200832.048000', '200832.051000', '200832.053000', '200832.056000', '200851.937000', '200851.941000', '200851.944000', '200851.947000', '200851.949000', '200851.952000', '200851.955000', '200851.957000', '200851.960000', '200851.963000', '200851.965000', '200851.968000', '200851.970000', '200851.973000', '200851.976000', '200851.978000', '200851.981000', '200851.984000', '200851.986000', '200851.989000', '200851.991000', '200851.994000', '200851.997000', '200852.000000', '200852.003000', '200852.006000', '200852.008000', '200852.011000', '200852.014000', '200852.016000', '200852.019000', '200852.022000', '200852.024000', '200852.027000', '200852.029000', '200852.032000', '200852.035000', '200852.037000', '200852.040000', '200852.043000', '200852.045000', '200852.048000', '200852.050000', '200852.053000', '200911.938000', '200911.940000', '200911.943000', '200911.946000', '200911.949000', '200911.951000', '200911.954000', '200911.957000', '200911.960000', '200911.962000', '200911.966000', '200911.969000', '200911.971000', '200911.974000', '200911.977000', '200911.980000', '200911.982000', '200911.985000', '200911.988000', '200911.990000', '200911.993000', '200911.996000', '200911.998000', '200912.002000', '200912.005000', '200912.008000', '200912.010000', '200912.013000', '200912.015000', '200912.018000', '200912.021000', '200912.023000', '200912.026000', '200912.029000', '200912.031000', '200912.034000', '200912.037000', '200912.039000', '200912.042000', '200912.044000', '200912.047000', '200912.050000', '200912.052000', '200931.937000', '200931.939000', '200931.942000', '200931.945000', '200931.947000', '200931.950000', '200931.952000', '200931.955000', '200931.958000', '200931.960000', '200931.963000', '200931.966000', '200931.968000', '200931.971000', '200931.974000', '200931.976000', '200931.979000', '200931.981000', '200931.984000', '200931.986000', '200931.989000', '200931.992000', '200931.994000', '200931.997000', '200932.001000', '200932.003000', '200932.006000', '200932.008000', '200932.026000', '200932.029000', '200932.031000', '200932.034000', '200932.037000', '200932.039000', '200932.042000', '200932.045000', '200932.047000', '200932.050000', '200932.053000', '200932.056000', '200932.058000', '200932.061000', '200932.066000', '200932.068000', '200951.937000', '200951.939000', '200951.943000', '200951.945000', '200951.948000', '200951.950000', '200951.953000', '200951.956000', '200951.958000', '200951.961000', '200951.963000', '200951.966000', '200951.969000', '200951.971000', '200951.974000', '200951.977000', '200951.979000', '200951.982000', '200951.985000', '200951.987000', '200951.990000', '200951.992000', '200951.995000', '200951.998000', '200952.001000', '200952.013000', '200952.016000', '200952.019000', '200952.021000', '200952.024000', '200952.027000', '200952.029000', '200952.032000', '200952.034000', '200952.037000', '200952.040000', '200952.042000', '200952.050000', '200952.053000', '200952.056000', '200952.058000', '200952.061000', '200952.064000', '201011.937000', '201011.940000', '201011.942000', '201011.945000', '201011.948000', '201011.950000', '201011.953000', '201011.956000', '201011.958000', '201011.961000', '201011.964000', '201011.966000', '201011.969000', '201011.972000', '201011.974000', '201011.977000', '201011.980000', '201011.982000', '201011.985000', '201011.988000', '201011.990000', '201011.993000', '201011.995000', '201011.998000', '201012.002000', '201012.004000', '201012.007000', '201012.010000', '201012.012000', '201012.015000', '201012.018000', '201012.020000', '201012.023000', '201012.025000', '201012.028000', '201012.031000', '201012.033000', '201012.036000', '201012.038000', '201012.041000', '201012.044000', '201012.047000', '201012.049000', '201012.057000', '201031.938000', '201031.940000', '201031.943000', '201031.946000', '201031.948000', '201031.951000', '201031.954000', '201031.956000', '201031.959000', '201031.962000', '201031.964000', '201031.967000', '201031.969000', '201031.972000', '201031.975000', '201031.977000', '201031.980000', '201031.983000', '201031.985000', '201031.988000', '201031.991000', '201031.993000', '201031.996000', '201032.000000', '201032.003000', '201032.006000', '201032.009000', '201032.011000', '201032.014000', '201032.017000', '201032.019000', '201032.022000', '201032.025000', '201032.027000', '201032.030000', '201032.032000', '201032.035000', '201032.038000', '201032.040000', '201032.043000', '201032.045000', '201032.048000', '201032.051000', '201051.938000', '201051.940000', '201051.943000', '201051.946000', '201051.948000', '201051.951000', '201051.953000', '201051.956000', '201051.959000', '201051.961000', '201051.964000', '201051.967000', '201051.969000', '201051.972000', '201051.974000', '201051.977000', '201051.980000', '201051.982000', '201051.985000', '201051.987000', '201051.990000', '201051.993000', '201051.995000', '201051.998000', '201052.001000', '201052.004000', '201052.007000', '201052.009000', '201052.012000', '201052.014000', '201052.017000', '201052.020000', '201052.022000', '201052.025000', '201052.027000', '201052.030000', '201052.032000', '201052.035000', '201052.038000', '201052.051000', '201052.054000', '201052.056000', '201052.059000', '201052.061000', '201111.938000', '201111.940000', '201111.943000', '201111.946000', '201111.948000', '201111.951000', '201111.954000', '201111.956000', '201111.959000', '201111.962000', '201111.964000', '201111.967000', '201111.970000', '201111.979000', '201111.981000', '201111.984000', '201111.987000', '201111.989000', '201111.992000', '201111.994000', '201111.997000', '201112.001000', '201112.004000', '201112.006000', '201112.009000', '201112.012000', '201112.014000', '201112.017000', '201112.020000', '201112.022000', '201112.025000', '201112.027000', '201112.030000', '201112.033000', '201112.035000', '201112.038000', '201112.040000', '201112.043000', '201112.046000', '201112.049000', '201112.052000', '201112.055000', '201112.058000', '201131.937000', '201131.940000', '201131.943000', '201131.946000', '201131.948000', '201131.951000', '201131.954000', '201131.956000', '201131.959000', '201131.962000', '201131.964000', '201131.967000', '201131.970000', '201131.972000', '201131.975000', '201131.977000', '201131.980000', '201131.983000', '201131.985000', '201131.988000', '201131.991000', '201131.993000', '201131.996000', '201132.000000', '201132.003000', '201132.005000', '201132.008000', '201132.011000', '201132.013000', '201132.016000', '201132.019000', '201132.021000', '201132.024000', '201132.027000', '201132.029000', '201132.032000', '201132.034000', '201132.037000', '201132.040000', '201132.042000', '201132.045000', '201132.047000', '201132.050000', '201132.053000', '201151.937000', '201151.940000', '201151.942000', '201151.945000', '201151.948000', '201151.951000', '201151.953000', '201151.956000', '201151.958000', '201151.961000', '201151.964000', '201151.966000', '201151.969000', '201151.971000', '201151.975000', '201151.978000', '201151.980000', '201151.983000', '201151.987000', '201151.989000', '201151.992000', '201151.995000', '201151.997000', '201152.001000', '201152.003000', '201152.006000', '201152.009000', '201152.012000', '201152.014000', '201152.017000', '201152.019000', '201152.022000', '201152.024000', '201152.027000', '201152.029000', '201152.032000', '201152.035000', '201152.037000', '201152.040000', '201152.042000', '201152.045000', '201152.048000', '201152.050000', '201211.936000', '201211.939000', '201211.942000', '201211.944000', '201211.947000', '201211.950000', '201211.953000', '201211.955000', '201211.958000', '201211.960000', '201211.963000', '201211.966000', '201211.968000', '201211.971000', '201211.974000', '201211.976000', '201211.979000', '201211.982000', '201211.984000', '201211.987000', '201211.989000', '201211.992000', '201211.995000', '201211.997000', '201212.001000', '201212.004000', '201212.006000', '201212.009000', '201212.012000', '201212.014000', '201212.017000', '201212.019000', '201212.022000', '201212.025000', '201212.028000', '201212.030000', '201212.033000', '201212.035000', '201212.038000', '201212.041000', '201212.043000', '201212.046000', '201212.049000', '201212.051000', '201231.937000', '201231.939000', '201231.942000', '201231.945000', '201231.947000', '201231.950000', '201231.953000', '201231.955000', '201231.958000', '201231.960000', '201231.963000', '201231.966000', '201231.968000', '201231.971000', '201231.974000', '201231.976000', '201231.979000', '201231.982000', '201231.984000', '201231.987000', '201231.990000', '201231.992000', '201231.995000', '201232.003000', '201232.005000', '201232.008000', '201232.011000', '201232.013000', '201232.016000', '201232.018000', '201232.021000', '201232.024000', '201232.026000', '201232.029000', '201232.032000', '201232.034000', '201232.037000', '201232.039000', '201232.042000', '201232.046000', '201232.048000', '201232.051000', '201232.054000', '201251.938000', '201251.940000', '201251.943000', '201251.946000', '201251.948000', '201251.951000', '201251.954000', '201251.956000', '201251.959000', '201251.962000', '201251.964000', '201251.967000', '201251.970000', '201251.972000', '201251.975000', '201251.978000', '201251.980000', '201251.983000', '201251.985000', '201251.988000', '201251.991000', '201251.993000', '201251.996000', '201252.000000', '201252.002000', '201252.005000', '201252.008000', '201252.010000', '201252.013000', '201252.015000', '201252.018000', '201252.021000', '201252.023000', '201252.026000', '201252.028000', '201252.031000', '201252.034000', '201252.037000', '201252.039000', '201252.042000', '201252.044000', '201252.047000', '201252.050000', '201252.052000', '201311.937000', '201311.941000', '201311.943000', '201311.946000', '201311.948000', '201311.951000', '201311.954000', '201311.956000', '201311.959000', '201311.962000', '201311.964000', '201311.967000', '201311.970000', '201311.972000', '201311.975000', '201311.977000', '201311.980000', '201311.983000', '201311.985000', '201311.988000', '201311.991000', '201311.993000', '201311.996000', '201312.000000', '201312.002000', '201312.005000', '201312.008000', '201312.010000', '201312.013000', '201312.015000', '201312.018000', '201312.021000', '201312.023000', '201312.026000', '201312.029000', '201312.031000', '201312.034000', '201312.037000', '201312.039000', '201312.042000', '201312.044000', '201312.047000', '201312.050000', '201317.120000', '201317.123000', '201317.126000', '201317.130000', '201317.133000', '201317.135000', '201317.138000', '201317.141000', '201317.144000', '201317.147000', '201317.152000', '201317.156000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7674, 14912, 7404, 9591, 7809, 9420, 8064, 7676, 7745, 7716, 8048, 7584, 7881, 7768, 7681, 7989, 7637, 8102, 7763, 8242, 7908, 7737, 7830, 8871, 7930, 9202, 7707, 9786, 7721, 8056, 8094, 7822, 7949, 7729, 8192, 7827, 7949, 7775, 12134, 7570, 11247, 7400, 8294, 8384, 7718, 8297, 9035, 10202, 7674, 10559, 7586, 8669, 7674, 8316, 7894, 7787, 8150, 7948, 8780, 7835, 15186, 8019, 12041, 8030, 9005, 8262, 8096, 10299, 7771, 9112, 7748, 8146, 7947, 8109, 8019, 7757, 8082, 7703, 8196, 8189, 7774, 8180, 7847, 7810, 7975, 11131, 7566, 9369, 7232, 8040, 8012, 8034, 9618, 8219, 13338, 7569, 8191, 7895, 8448, 8086, 8153, 7772, 7866, 8204, 8122, 7932, 8288, 8683, 7882, 13754, 7662, 10689, 8063, 11559, 8046, 9889, 8162, 7730, 8345, 8434, 15121, 8368, 15036, 8008, 10439, 7792, 8858, 7412, 8596, 7496, 8350, 8038, 8495, 7395, 8223, 7502, 8343, 7730, 8000, 10662, 7583, 11993, 7760, 9842, 7603, 8328, 7755, 8225, 9873, 7998, 12226, 7956, 8834, 7986, 8271, 7858, 7898, 7723, 8242, 7684, 8111, 9101, 7943, 9570, 8045, 8476, 8028, 9892, 8332, 8298, 9095, 7909, 7938, 8173, 8212, 7909, 7958, 7780, 8151, 8032, 8252, 10030, 7970, 8525, 7824, 8033, 7879, 8075, 12043, 8192, 9119, 7807, 8129, 7648, 8424, 12256, 7709, 8978, 7414, 8131, 7771, 8060, 7908, 8338, 7653, 8006, 7674, 8082, 7607, 8397, 12931, 8315, 11278, 7652, 8631, 7747, 8574, 12370, 8162, 16007, 7997, 11653, 8023, 10134, 11380, 8286, 15860, 7960, 8830, 8099, 8376, 8503, 8462, 7550, 8591, 8271, 8330, 9130, 8186, 9134, 7732, 8351, 7623, 8356, 7955, 8294, 12467, 8026, 9207, 7756, 8312, 7886, 8539, 11566, 8713, 12488, 8165, 8830, 8005, 8576, 7791, 11112, 7515, 7633, 8578, 7732, 7342, 7982, 7804, 9354, 8149, 9156, 8019, 7567, 8084, 7898, 9021, 14005, 13327, 11232, 8375, 13146, 8133, 13297, 8782, 13405, 7887, 9516, 7953, 8296, 7917, 8429, 10311, 8157, 10577, 7977, 9467, 8119, 10199, 8329, 10799, 7702, 9111, 8309, 9729, 8890, 12204, 7699, 8181, 8083, 8688, 8930, 8454, 15506, 8190, 8891, 7677, 8387, 7861, 8319, 7588, 8152, 8068, 8282, 8146, 8731, 8919, 8270, 8038, 8475, 7966, 12428, 7809, 10648, 7657, 8504, 8185, 12461, 8675, 12711, 7935, 8008, 7673, 8584, 8049, 8427, 7565, 8022, 7951, 7736, 8844, 8070, 11139, 7976, 9724, 7318, 8227, 8447, 8703, 7800, 9599, 7795, 7911, 7864, 8095, 12038, 8364, 16412, 7992, 12382, 7541, 9983, 8402, 11265, 7762, 8656, 7856, 7906, 7855, 8188, 10175, 8297, 12759, 7762, 8836, 7699, 8936, 7973, 11142, 7746, 8075, 7902, 8256, 8569, 8216, 12210, 7911, 8786, 7917, 8286, 7989, 8585, 7405, 8429, 7360, 8262, 8358, 11187, 7582, 8611, 7751, 8291, 13951, 8181, 9724, 8044, 8630, 7446, 9945, 8031, 8034, 7959, 8058, 8209, 8279, 9061, 7998, 8526, 7949, 8435, 8066, 8273, 7596, 8034, 7894, 8110, 9812, 8220, 10466, 8182, 10965, 7384, 8171, 8186, 8330, 12297, 8251, 10854, 7853, 8167, 7719, 8228, 8427, 8224, 12647, 8150, 8751, 7575, 8448, 8422, 8644, 7596, 7949, 7971, 8142, 10321, 8332, 9815, 7968, 8132, 8101, 8261, 7851, 8444, 9004, 8081, 11017, 7939, 8616, 7974, 8978, 7679, 8195, 7868, 8270, 8297, 7875, 7816, 7906, 7710, 8311, 8160, 7987, 7566, 8032, 7847, 8525, 12176, 9141, 14086, 7825, 10237, 8204, 9808, 7899, 8772, 7925, 8146, 7776, 8320, 8324, 8477, 11374, 7953, 9976, 7792, 9242, 8152, 9804, 7625, 8246, 7924, 8135, 12222, 8082, 11185, 7660, 8077, 7442, 8192, 7655, 8385, 8107, 8009, 10813, 8049, 9695, 8037, 10691, 7668, 8293, 7417, 8157, 11433, 8177, 11711, 8112, 8299, 7379, 8385, 9204, 8279, 8486, 8111, 8405, 7473, 8306, 8278, 8323, 8521, 8357, 8416, 7334, 8297, 9488, 8370, 9307, 7933, 8370, 7660, 8268, 9356, 8223, 8687, 7688, 8430, 7497, 8417, 9544, 8198, 8438, 7674, 8135, 7476, 8282, 9005, 8299, 8764, 8166, 8232, 7771, 8270, 7542, 8326, 9791, 8402, 10063, 7738, 8134, 7544, 8680, 9924, 8247, 10618, 8121, 8165, 7919, 8336, 9551, 8541, 13965, 8094, 8532, 8061, 8589, 7669, 8570, 13885, 8342, 9082, 7803, 8363, 7757, 8587, 12085, 7888, 8481, 7871, 8130, 7698, 8549, 11283, 8110, 8442, 7860, 8083, 7567, 8343, 8864, 8333, 10784, 7946, 8163, 8227, 8472, 7483, 8328, 10886, 7908, 8298, 7836, 8431, 7374, 8396, 9610, 8278, 10581, 7970, 9967, 8325, 8506, 7076, 8312, 9596, 8126, 10200, 8192, 9188, 7786, 8242, 8023, 8467, 8180, 8744, 7618, 8559, 12070, 8540, 14347, 8822, 12057, 7637, 8246, 8442, 8393, 16908, 9476, 13940, 8074, 8426, 7412, 8322, 15037, 8157, 11718, 7775, 8151, 7633, 8528, 9513, 8818, 14828, 8035, 9506, 8189, 8444, 7938, 8649, 7592, 8574, 8368, 8326, 11243, 8438, 11045, 8401, 11032, 8261, 8705, 7864, 8600, 8340, 9839, 7992, 8424, 8036, 8621, 7676, 8736, 10726, 9836, 7396, 8168, 8036, 8544, 7614, 8514, 7587, 9437, 9030, 13841, 8084, 10813, 8319, 11968, 9127, 16863, 10952, 14728, 8277, 11297, 8598, 10808, 9238, 15039, 10488, 9725, 7935, 8297, 8355, 8556, 7629, 8397, 8915, 8674, 7548, 9387, 8070, 13561, 12786, 12955, 7544, 8884, 8048, 9096, 18327, 13414, 15820, 8416, 11845, 8193, 9394, 8158, 8533, 7577, 8755, 7578, 8820, 9112, 8511, 9878, 8678, 9474, 8086, 8739, 8736, 9903, 8134, 8560, 7387, 9065, 11676, 8802, 14564, 8844, 12126, 8684, 9315, 8072, 10339, 8714, 11223, 7730, 8830, 7728, 8743, 12127, 8985, 10687, 8393, 8666, 8428, 8841, 7458, 8712, 11041, 8470, 9025, 8782, 8616, 8027, 8615, 8329, 8838, 7635, 8942, 10841, 8786, 11900, 8704, 9711, 7954, 8597, 7634, 8548, 8112, 8657, 8994, 8951, 8837, 8581, 8938, 7906, 9996, 8074, 8588, 7695, 8559, 8227, 8978, 12760, 8571, 13538, 8030, 8789, 8382, 8729, 8182, 9001, 7795, 8396, 7487, 8650, 7950, 10322, 7481, 8417, 7759, 8528, 8621, 10455, 8412, 10433, 7833, 8823, 7683, 8749, 14199, 8609, 13748, 8231, 9471, 7823, 8318, 8380, 8589, 10405, 9189, 8482, 8774, 10318, 8805, 12046, 9045, 14599, 8489, 9707, 7867, 8482, 8055, 9513, 7732, 8805, 7816, 8822, 9361, 8813, 11921, 8518, 12145, 8017, 8745, 7872, 8906, 8420, 10772, 8150, 8669, 8122, 8475, 16365, 8406, 12540, 9624, 11152, 7329, 7876, 7425, 8100, 7386, 8274, 12950, 9481, 12843, 7876, 9371, 7656, 7905, 7414, 8463, 12248, 8191, 13577, 7876, 9211, 7572, 8294, 8088, 8511, 7748, 8549, 8154, 8186, 7673, 8381, 7919, 10009, 8303, 11996, 8311, 9600, 8669, 10603, 8754, 11819, 7998, 8420, 8130, 8203, 8352, 8503, 7482, 8615, 7517, 8553, 12072, 8633, 12324, 8232, 9523, 8068, 9490, 7320, 8479, 10923, 8702, 9768, 8179, 9501, 7669, 8462, 7545, 8549, 7331, 8393, 7882, 8455, 9030, 8248, 10673, 8131, 9602, 8033, 8515, 7638, 8532, 12807, 8749, 10934, 8526, 9286, 8598, 9341, 8044, 9773, 8325, 8389, 7399, 8625, 9475, 8752, 13094, 8549, 9316, 8490, 9181, 8045, 11750, 8130, 8496, 7446, 8534, 11043, 8601, 17717, 9128, 13259, 8125, 8565, 7876, 8633, 8327, 8791, 7390, 8511, 7472, 8777, 9901, 8649, 11131, 8330, 9348, 8187, 8533, 8168, 10024, 8076, 8494, 7274, 8623, 9188, 8623, 12539, 8454, 9875, 7654, 8533, 8285, 8521, 8073, 8608, 8067, 8405, 8623, 12302, 8402, 8546, 7541, 8286, 7873, 8821, 9116, 13493, 8310, 8620, 7441, 8612, 7846, 8669, 14524, 8624, 13487, 8234, 9451, 8256, 8374, 8104, 9124, 7501, 8491, 11640, 8560, 10436, 8110, 12115, 8614, 9437, 8989, 8684, 11809, 8674, 9979, 8417, 11195, 7905, 8709, 7796, 8683, 9148, 8762, 9559, 8048, 8478, 8413, 8414, 7325, 8760, 11058, 8648, 11090, 8342, 8442, 8384, 8579, 10270, 8631, 14629, 8410, 7905, 7731, 9052, 8257, 10779, 7728, 8320, 7554, 8194, 7809], 'WindowCenter': [3911.0, 3977.0, 3894.0, 3921.0, 3876.0, 3893.0, 3870.0, 3860.0, 3857.0, 3858.0, 3869.0, 3871.0, 3870.0, 3871.0, 3858.0, 3870.0, 3871.0, 3871.0, 3872.0, 3871.0, 3871.0, 3860.0, 3860.0, 3881.0, 3872.0, 3892.0, 3873.0, 3892.0, 3861.0, 3871.0, 3873.0, 3871.0, 3871.0, 3860.0, 3870.0, 3860.0, 3870.0, 3872.0, 3913.0, 3873.0, 3902.0, 3861.0, 3869.0, 3871.0, 3861.0, 3871.0, 3882.0, 3890.0, 3859.0, 3900.0, 3860.0, 3881.0, 3860.0, 3869.0, 3871.0, 3859.0, 3869.0, 3871.0, 3882.0, 3871.0, 3934.0, 3870.0, 3910.0, 3859.0, 3879.0, 3869.0, 3870.0, 3889.0, 3859.0, 3878.0, 3858.0, 3869.0, 3869.0, 3870.0, 3858.0, 3859.0, 3858.0, 3858.0, 3870.0, 3871.0, 3861.0, 3868.0, 3870.0, 3858.0, 3869.0, 3900.0, 3860.0, 3892.0, 3861.0, 3869.0, 3870.0, 3869.0, 3892.0, 3870.0, 3921.0, 3860.0, 3870.0, 3870.0, 3881.0, 3872.0, 3872.0, 3860.0, 3870.0, 3870.0, 3871.0, 3871.0, 3882.0, 3882.0, 3872.0, 3934.0, 3871.0, 3902.0, 3870.0, 3912.0, 3870.0, 3891.0, 3870.0, 3859.0, 3869.0, 3869.0, 3933.0, 3870.0, 3931.0, 3869.0, 3889.0, 3859.0, 3879.0, 3859.0, 3878.0, 3846.0, 3867.0, 3858.0, 3869.0, 3859.0, 3870.0, 3858.0, 3870.0, 3858.0, 3870.0, 3901.0, 3870.0, 3912.0, 3859.0, 3889.0, 3859.0, 3868.0, 3858.0, 3868.0, 3890.0, 3869.0, 3909.0, 3868.0, 3878.0, 3869.0, 3868.0, 3858.0, 3857.0, 3858.0, 3869.0, 3858.0, 3869.0, 3880.0, 3868.0, 3879.0, 3857.0, 3868.0, 3857.0, 3890.0, 3868.0, 3868.0, 3878.0, 3858.0, 3856.0, 3869.0, 3868.0, 3869.0, 3870.0, 3858.0, 3870.0, 3869.0, 3869.0, 3890.0, 3869.0, 3879.0, 3860.0, 3869.0, 3868.0, 3870.0, 3911.0, 3869.0, 3879.0, 3859.0, 3869.0, 3858.0, 3869.0, 3911.0, 3859.0, 3880.0, 3859.0, 3870.0, 3870.0, 3871.0, 3871.0, 3882.0, 3871.0, 3871.0, 3871.0, 3872.0, 3871.0, 3883.0, 3924.0, 3883.0, 3913.0, 3871.0, 3881.0, 3871.0, 3882.0, 3925.0, 3881.0, 3933.0, 3870.0, 3911.0, 3870.0, 3891.0, 3911.0, 3869.0, 3932.0, 3869.0, 3879.0, 3869.0, 3868.0, 3870.0, 3869.0, 3858.0, 3880.0, 3868.0, 3868.0, 3880.0, 3869.0, 3879.0, 3859.0, 3869.0, 3859.0, 3881.0, 3870.0, 3870.0, 3911.0, 3870.0, 3879.0, 3859.0, 3869.0, 3870.0, 3880.0, 3901.0, 3880.0, 3911.0, 3870.0, 3892.0, 3871.0, 3881.0, 3872.0, 3912.0, 3861.0, 3871.0, 3881.0, 3872.0, 3873.0, 3883.0, 3886.0, 3920.0, 3888.0, 3907.0, 3886.0, 3873.0, 3872.0, 3873.0, 3894.0, 3938.0, 3936.0, 3915.0, 3883.0, 3922.0, 3870.0, 3922.0, 3881.0, 3922.0, 3870.0, 3890.0, 3869.0, 3869.0, 3869.0, 3882.0, 3902.0, 3870.0, 3902.0, 3870.0, 3890.0, 3870.0, 3902.0, 3871.0, 3900.0, 3858.0, 3879.0, 3870.0, 3891.0, 3880.0, 3911.0, 3858.0, 3870.0, 3868.0, 3869.0, 3879.0, 3869.0, 3931.0, 3869.0, 3867.0, 3857.0, 3867.0, 3857.0, 3867.0, 3857.0, 3869.0, 3859.0, 3869.0, 3856.0, 3867.0, 3877.0, 3867.0, 3869.0, 3869.0, 3871.0, 3922.0, 3859.0, 3901.0, 3860.0, 3868.0, 3870.0, 3911.0, 3869.0, 3909.0, 3858.0, 3857.0, 3857.0, 3880.0, 3871.0, 3870.0, 3858.0, 3869.0, 3869.0, 3858.0, 3881.0, 3871.0, 3901.0, 3871.0, 3890.0, 3859.0, 3870.0, 3870.0, 3880.0, 3859.0, 3891.0, 3858.0, 3858.0, 3868.0, 3869.0, 3911.0, 3870.0, 3944.0, 3870.0, 3910.0, 3859.0, 3890.0, 3870.0, 3900.0, 3860.0, 3868.0, 3858.0, 3858.0, 3859.0, 3868.0, 3888.0, 3868.0, 3910.0, 3857.0, 3877.0, 3858.0, 3879.0, 3857.0, 3899.0, 3857.0, 3856.0, 3857.0, 3867.0, 3868.0, 3868.0, 3908.0, 3856.0, 3866.0, 3857.0, 3867.0, 3859.0, 3868.0, 3848.0, 3867.0, 3848.0, 3869.0, 3871.0, 3902.0, 3859.0, 3879.0, 3858.0, 3868.0, 3921.0, 3868.0, 3878.0, 3868.0, 3879.0, 3860.0, 3889.0, 3869.0, 3868.0, 3856.0, 3857.0, 3867.0, 3869.0, 3879.0, 3871.0, 3868.0, 3870.0, 3870.0, 3871.0, 3870.0, 3859.0, 3870.0, 3869.0, 3869.0, 3889.0, 3870.0, 3901.0, 3871.0, 3900.0, 3858.0, 3868.0, 3869.0, 3868.0, 3910.0, 3870.0, 3899.0, 3857.0, 3868.0, 3857.0, 3869.0, 3870.0, 3854.0, 3910.0, 3855.0, 3866.0, 3846.0, 3868.0, 3867.0, 3867.0, 3857.0, 3869.0, 3841.0, 3855.0, 3901.0, 3866.0, 3875.0, 3858.0, 3869.0, 3855.0, 3869.0, 3868.0, 3881.0, 3866.0, 3843.0, 3886.0, 3843.0, 3864.0, 3869.0, 3881.0, 3859.0, 3869.0, 3869.0, 3871.0, 3867.0, 3869.0, 3859.0, 3872.0, 3873.0, 3882.0, 3882.0, 3870.0, 3870.0, 3870.0, 3870.0, 3881.0, 3912.0, 3892.0, 3921.0, 3859.0, 3889.0, 3869.0, 3891.0, 3869.0, 3879.0, 3869.0, 3868.0, 3858.0, 3870.0, 3869.0, 3870.0, 3910.0, 3869.0, 3890.0, 3859.0, 3890.0, 3870.0, 3890.0, 3858.0, 3868.0, 3857.0, 3857.0, 3911.0, 3869.0, 3899.0, 3857.0, 3857.0, 3848.0, 3868.0, 3857.0, 3868.0, 3857.0, 3857.0, 3899.0, 3868.0, 3889.0, 3857.0, 3888.0, 3857.0, 3856.0, 3845.0, 3856.0, 3898.0, 3867.0, 3897.0, 3856.0, 3856.0, 3844.0, 3855.0, 3876.0, 3856.0, 3867.0, 3856.0, 3883.0, 3846.0, 3867.0, 3867.0, 3867.0, 3866.0, 3867.0, 3868.0, 3846.0, 3867.0, 3877.0, 3869.0, 3878.0, 3868.0, 3853.0, 3857.0, 3869.0, 3879.0, 3867.0, 3869.0, 3858.0, 3868.0, 3858.0, 3869.0, 3890.0, 3870.0, 3869.0, 3859.0, 3857.0, 3858.0, 3869.0, 3879.0, 3880.0, 3880.0, 3870.0, 3868.0, 3870.0, 3880.0, 3869.0, 3881.0, 3891.0, 3881.0, 3902.0, 3871.0, 3870.0, 3870.0, 3882.0, 3891.0, 3881.0, 3901.0, 3870.0, 3881.0, 3871.0, 3882.0, 3891.0, 3881.0, 3933.0, 3870.0, 3880.0, 3870.0, 3881.0, 3870.0, 3881.0, 3933.0, 3870.0, 3881.0, 3859.0, 3870.0, 3860.0, 3881.0, 3912.0, 3870.0, 3880.0, 3871.0, 3870.0, 3871.0, 3882.0, 3912.0, 3871.0, 3881.0, 3871.0, 3872.0, 3872.0, 3881.0, 3881.0, 3882.0, 3912.0, 3871.0, 3881.0, 3882.0, 3882.0, 3861.0, 3882.0, 3912.0, 3872.0, 3882.0, 3872.0, 3882.0, 3862.0, 3883.0, 3892.0, 3882.0, 3903.0, 3873.0, 3903.0, 3882.0, 3882.0, 3860.0, 3881.0, 3891.0, 3883.0, 3902.0, 3883.0, 3892.0, 3872.0, 3882.0, 3883.0, 3881.0, 3883.0, 3893.0, 3872.0, 3894.0, 3925.0, 3894.0, 3935.0, 3893.0, 3923.0, 3871.0, 3881.0, 3881.0, 3881.0, 3944.0, 3893.0, 3933.0, 3870.0, 3869.0, 3859.0, 3880.0, 3932.0, 3870.0, 3910.0, 3859.0, 3869.0, 3859.0, 3881.0, 3890.0, 3880.0, 3931.0, 3869.0, 3889.0, 3869.0, 3869.0, 3871.0, 3880.0, 3859.0, 3880.0, 3869.0, 3870.0, 3911.0, 3881.0, 3912.0, 3881.0, 3912.0, 3881.0, 3880.0, 3872.0, 3881.0, 3882.0, 3902.0, 3872.0, 3881.0, 3871.0, 3881.0, 3871.0, 3883.0, 3917.0, 3904.0, 3862.0, 3882.0, 3882.0, 3882.0, 3872.0, 3882.0, 3874.0, 3905.0, 3894.0, 3936.0, 3872.0, 3900.0, 3881.0, 3923.0, 3906.0, 3945.0, 3903.0, 3932.0, 3870.0, 3900.0, 3880.0, 3900.0, 3891.0, 3932.0, 3902.0, 3890.0, 3869.0, 3868.0, 3869.0, 3879.0, 3870.0, 3881.0, 3891.0, 3881.0, 3871.0, 3891.0, 3873.0, 3935.0, 3923.0, 3912.0, 3857.0, 3867.0, 3856.0, 3868.0, 3942.0, 3921.0, 3919.0, 3867.0, 3897.0, 3867.0, 3878.0, 3857.0, 3867.0, 3845.0, 3867.0, 3846.0, 3868.0, 3879.0, 3869.0, 3876.0, 3858.0, 3870.0, 3869.0, 3882.0, 3881.0, 3890.0, 3858.0, 3868.0, 3859.0, 3881.0, 3900.0, 3880.0, 3920.0, 3867.0, 3898.0, 3867.0, 3877.0, 3858.0, 3889.0, 3868.0, 3899.0, 3857.0, 3878.0, 3856.0, 3867.0, 3909.0, 3879.0, 3888.0, 3857.0, 3866.0, 3867.0, 3878.0, 3847.0, 3868.0, 3899.0, 3868.0, 3867.0, 3867.0, 3868.0, 3869.0, 3868.0, 3867.0, 3879.0, 3857.0, 3879.0, 3900.0, 3879.0, 3898.0, 3867.0, 3878.0, 3858.0, 3867.0, 3859.0, 3869.0, 3858.0, 3868.0, 3879.0, 3879.0, 3878.0, 3880.0, 3880.0, 3870.0, 3890.0, 3869.0, 3868.0, 3858.0, 3869.0, 3868.0, 3879.0, 3911.0, 3869.0, 3921.0, 3858.0, 3867.0, 3868.0, 3880.0, 3869.0, 3880.0, 3858.0, 3869.0, 3859.0, 3851.0, 3858.0, 3888.0, 3844.0, 3868.0, 3885.0, 3894.0, 3895.0, 3915.0, 3883.0, 3903.0, 3860.0, 3881.0, 3859.0, 3881.0, 3934.0, 3883.0, 3922.0, 3870.0, 3890.0, 3859.0, 3869.0, 3871.0, 3883.0, 3903.0, 3893.0, 3870.0, 3882.0, 3890.0, 3879.0, 3911.0, 3881.0, 3932.0, 3869.0, 3879.0, 3869.0, 3869.0, 3870.0, 3890.0, 3858.0, 3878.0, 3857.0, 3868.0, 3877.0, 3879.0, 3899.0, 3880.0, 3910.0, 3869.0, 3866.0, 3869.0, 3879.0, 3869.0, 3900.0, 3858.0, 3882.0, 3870.0, 3869.0, 3932.0, 3870.0, 3924.0, 3891.0, 3901.0, 3859.0, 3857.0, 3857.0, 3868.0, 3858.0, 3869.0, 3921.0, 3891.0, 3910.0, 3868.0, 3877.0, 3856.0, 3856.0, 3845.0, 3866.0, 3898.0, 3868.0, 3909.0, 3856.0, 3876.0, 3856.0, 3856.0, 3857.0, 3866.0, 3856.0, 3866.0, 3856.0, 3866.0, 3857.0, 3868.0, 3870.0, 3890.0, 3881.0, 3910.0, 3869.0, 3878.0, 3880.0, 3889.0, 3880.0, 3910.0, 3869.0, 3867.0, 3869.0, 3869.0, 3869.0, 3868.0, 3847.0, 3868.0, 3859.0, 3879.0, 3910.0, 3868.0, 3909.0, 3868.0, 3878.0, 3869.0, 3879.0, 3847.0, 3867.0, 3887.0, 3867.0, 3889.0, 3868.0, 3878.0, 3857.0, 3867.0, 3857.0, 3879.0, 3857.0, 3868.0, 3857.0, 3868.0, 3878.0, 3869.0, 3899.0, 3869.0, 3889.0, 3858.0, 3867.0, 3858.0, 3880.0, 3910.0, 3880.0, 3899.0, 3879.0, 3877.0, 3879.0, 3879.0, 3869.0, 3890.0, 3868.0, 3868.0, 3847.0, 3869.0, 3891.0, 3879.0, 3920.0, 3868.0, 3878.0, 3879.0, 3890.0, 3870.0, 3910.0, 3858.0, 3868.0, 3847.0, 3868.0, 3899.0, 3868.0, 3941.0, 3879.0, 3908.0, 3857.0, 3866.0, 3857.0, 3868.0, 3867.0, 3868.0, 3846.0, 3867.0, 3857.0, 3879.0, 3889.0, 3879.0, 3899.0, 3868.0, 3877.0, 3868.0, 3878.0, 3869.0, 3889.0, 3868.0, 3868.0, 3857.0, 3879.0, 3879.0, 3879.0, 3910.0, 3869.0, 3888.0, 3858.0, 3878.0, 3868.0, 3867.0, 3868.0, 3879.0, 3870.0, 3882.0, 3896.0, 3925.0, 3881.0, 3880.0, 3859.0, 3868.0, 3869.0, 3893.0, 3895.0, 3923.0, 3881.0, 3879.0, 3858.0, 3879.0, 3868.0, 3880.0, 3933.0, 3880.0, 3921.0, 3869.0, 3888.0, 3868.0, 3869.0, 3872.0, 3891.0, 3859.0, 3879.0, 3899.0, 3868.0, 3899.0, 3869.0, 3912.0, 3868.0, 3878.0, 3877.0, 3867.0, 3898.0, 3867.0, 3889.0, 3869.0, 3900.0, 3856.0, 3866.0, 3855.0, 3868.0, 3877.0, 3878.0, 3890.0, 3857.0, 3866.0, 3867.0, 3868.0, 3858.0, 3879.0, 3911.0, 3880.0, 3899.0, 3868.0, 3867.0, 3867.0, 3867.0, 3889.0, 3868.0, 3919.0, 3867.0, 3855.0, 3856.0, 3878.0, 3868.0, 3886.0, 3856.0, 3867.0, 3856.0, 3868.0, 3857.0], 'WindowWidth': [8787.0, 8864.0, 8749.0, 8776.0, 8706.0, 8723.0, 8686.0, 8673.0, 8666.0, 8668.0, 8685.0, 8690.0, 8686.0, 8690.0, 8670.0, 8687.0, 8688.0, 8691.0, 8691.0, 8690.0, 8690.0, 8673.0, 8672.0, 8703.0, 8692.0, 8718.0, 8693.0, 8716.0, 8675.0, 8689.0, 8694.0, 8688.0, 8688.0, 8672.0, 8686.0, 8672.0, 8685.0, 8690.0, 8746.0, 8694.0, 8731.0, 8674.0, 8682.0, 8688.0, 8674.0, 8688.0, 8704.0, 8712.0, 8670.0, 8724.0, 8673.0, 8701.0, 8672.0, 8684.0, 8687.0, 8669.0, 8684.0, 8690.0, 8706.0, 8688.0, 8776.0, 8685.0, 8739.0, 8670.0, 8695.0, 8682.0, 8686.0, 8709.0, 8669.0, 8694.0, 8669.0, 8683.0, 8682.0, 8684.0, 8667.0, 8669.0, 8667.0, 8668.0, 8684.0, 8687.0, 8674.0, 8681.0, 8685.0, 8668.0, 8684.0, 8727.0, 8672.0, 8718.0, 8677.0, 8684.0, 8685.0, 8684.0, 8716.0, 8686.0, 8755.0, 8672.0, 8685.0, 8688.0, 8703.0, 8692.0, 8691.0, 8673.0, 8687.0, 8687.0, 8689.0, 8690.0, 8705.0, 8705.0, 8690.0, 8777.0, 8689.0, 8731.0, 8688.0, 8742.0, 8684.0, 8714.0, 8685.0, 8670.0, 8682.0, 8684.0, 8772.0, 8685.0, 8768.0, 8683.0, 8707.0, 8669.0, 8697.0, 8670.0, 8693.0, 8647.0, 8676.0, 8666.0, 8682.0, 8671.0, 8685.0, 8669.0, 8687.0, 8669.0, 8685.0, 8729.0, 8687.0, 8744.0, 8672.0, 8710.0, 8670.0, 8679.0, 8667.0, 8681.0, 8710.0, 8682.0, 8736.0, 8680.0, 8693.0, 8683.0, 8678.0, 8667.0, 8664.0, 8666.0, 8682.0, 8667.0, 8683.0, 8696.0, 8680.0, 8696.0, 8665.0, 8679.0, 8666.0, 8710.0, 8678.0, 8679.0, 8693.0, 8666.0, 8661.0, 8681.0, 8680.0, 8682.0, 8685.0, 8667.0, 8686.0, 8683.0, 8684.0, 8711.0, 8684.0, 8696.0, 8671.0, 8683.0, 8681.0, 8685.0, 8740.0, 8684.0, 8696.0, 8670.0, 8684.0, 8669.0, 8684.0, 8740.0, 8672.0, 8699.0, 8672.0, 8685.0, 8689.0, 8689.0, 8690.0, 8705.0, 8689.0, 8690.0, 8690.0, 8692.0, 8691.0, 8708.0, 8764.0, 8707.0, 8748.0, 8691.0, 8704.0, 8690.0, 8705.0, 8765.0, 8703.0, 8775.0, 8685.0, 8741.0, 8687.0, 8714.0, 8739.0, 8684.0, 8770.0, 8682.0, 8695.0, 8682.0, 8680.0, 8684.0, 8682.0, 8666.0, 8699.0, 8680.0, 8681.0, 8697.0, 8682.0, 8697.0, 8672.0, 8684.0, 8671.0, 8702.0, 8687.0, 8686.0, 8743.0, 8687.0, 8698.0, 8671.0, 8685.0, 8686.0, 8699.0, 8726.0, 8698.0, 8741.0, 8688.0, 8719.0, 8692.0, 8703.0, 8691.0, 8746.0, 8679.0, 8691.0, 8705.0, 8692.0, 8696.0, 8709.0, 8719.0, 8771.0, 8724.0, 8747.0, 8718.0, 8696.0, 8692.0, 8694.0, 8726.0, 8787.0, 8782.0, 8752.0, 8707.0, 8758.0, 8686.0, 8758.0, 8701.0, 8756.0, 8685.0, 8711.0, 8684.0, 8682.0, 8685.0, 8707.0, 8730.0, 8686.0, 8729.0, 8685.0, 8712.0, 8685.0, 8730.0, 8690.0, 8724.0, 8668.0, 8695.0, 8686.0, 8714.0, 8699.0, 8740.0, 8666.0, 8687.0, 8681.0, 8682.0, 8696.0, 8683.0, 8767.0, 8681.0, 8675.0, 8664.0, 8677.0, 8665.0, 8676.0, 8664.0, 8682.0, 8668.0, 8681.0, 8663.0, 8676.0, 8691.0, 8678.0, 8683.0, 8684.0, 8690.0, 8757.0, 8671.0, 8729.0, 8673.0, 8681.0, 8687.0, 8740.0, 8684.0, 8736.0, 8668.0, 8664.0, 8665.0, 8698.0, 8691.0, 8685.0, 8669.0, 8683.0, 8681.0, 8668.0, 8701.0, 8689.0, 8728.0, 8689.0, 8711.0, 8670.0, 8685.0, 8687.0, 8698.0, 8669.0, 8714.0, 8667.0, 8667.0, 8680.0, 8684.0, 8743.0, 8686.0, 8789.0, 8685.0, 8737.0, 8668.0, 8711.0, 8685.0, 8723.0, 8671.0, 8680.0, 8664.0, 8665.0, 8668.0, 8680.0, 8707.0, 8678.0, 8737.0, 8662.0, 8690.0, 8666.0, 8694.0, 8664.0, 8721.0, 8663.0, 8659.0, 8662.0, 8676.0, 8678.0, 8680.0, 8732.0, 8662.0, 8675.0, 8664.0, 8678.0, 8670.0, 8679.0, 8653.0, 8677.0, 8655.0, 8683.0, 8688.0, 8729.0, 8669.0, 8696.0, 8666.0, 8681.0, 8754.0, 8679.0, 8692.0, 8680.0, 8695.0, 8672.0, 8709.0, 8682.0, 8680.0, 8663.0, 8663.0, 8679.0, 8684.0, 8695.0, 8688.0, 8681.0, 8686.0, 8684.0, 8690.0, 8687.0, 8672.0, 8686.0, 8683.0, 8683.0, 8710.0, 8685.0, 8726.0, 8688.0, 8725.0, 8666.0, 8681.0, 8681.0, 8677.0, 8739.0, 8685.0, 8720.0, 8665.0, 8679.0, 8664.0, 8682.0, 8685.0, 8652.0, 8736.0, 8657.0, 8675.0, 8645.0, 8681.0, 8677.0, 8677.0, 8663.0, 8682.0, 8633.0, 8658.0, 8728.0, 8674.0, 8683.0, 8665.0, 8683.0, 8656.0, 8685.0, 8682.0, 8702.0, 8675.0, 8637.0, 8700.0, 8639.0, 8668.0, 8683.0, 8700.0, 8671.0, 8682.0, 8684.0, 8688.0, 8677.0, 8684.0, 8672.0, 8692.0, 8696.0, 8705.0, 8705.0, 8687.0, 8688.0, 8687.0, 8687.0, 8702.0, 8745.0, 8718.0, 8756.0, 8669.0, 8710.0, 8685.0, 8713.0, 8684.0, 8694.0, 8683.0, 8680.0, 8669.0, 8686.0, 8685.0, 8686.0, 8739.0, 8683.0, 8712.0, 8672.0, 8713.0, 8685.0, 8713.0, 8667.0, 8679.0, 8665.0, 8664.0, 8740.0, 8683.0, 8721.0, 8665.0, 8663.0, 8654.0, 8680.0, 8665.0, 8680.0, 8665.0, 8665.0, 8721.0, 8682.0, 8709.0, 8666.0, 8706.0, 8663.0, 8660.0, 8645.0, 8660.0, 8720.0, 8678.0, 8717.0, 8660.0, 8661.0, 8643.0, 8659.0, 8687.0, 8660.0, 8674.0, 8661.0, 8711.0, 8649.0, 8676.0, 8676.0, 8678.0, 8674.0, 8677.0, 8680.0, 8649.0, 8678.0, 8691.0, 8681.0, 8693.0, 8680.0, 8652.0, 8662.0, 8682.0, 8697.0, 8678.0, 8682.0, 8668.0, 8681.0, 8666.0, 8683.0, 8712.0, 8685.0, 8683.0, 8670.0, 8663.0, 8668.0, 8685.0, 8696.0, 8701.0, 8701.0, 8687.0, 8680.0, 8687.0, 8701.0, 8685.0, 8704.0, 8715.0, 8703.0, 8731.0, 8688.0, 8687.0, 8686.0, 8704.0, 8715.0, 8702.0, 8726.0, 8685.0, 8702.0, 8688.0, 8704.0, 8717.0, 8703.0, 8775.0, 8688.0, 8700.0, 8687.0, 8701.0, 8688.0, 8702.0, 8774.0, 8687.0, 8701.0, 8672.0, 8686.0, 8674.0, 8701.0, 8744.0, 8688.0, 8700.0, 8689.0, 8688.0, 8690.0, 8705.0, 8745.0, 8690.0, 8702.0, 8691.0, 8692.0, 8693.0, 8701.0, 8704.0, 8705.0, 8745.0, 8691.0, 8703.0, 8706.0, 8704.0, 8676.0, 8704.0, 8746.0, 8692.0, 8705.0, 8692.0, 8707.0, 8679.0, 8709.0, 8720.0, 8706.0, 8734.0, 8695.0, 8734.0, 8704.0, 8705.0, 8674.0, 8704.0, 8717.0, 8709.0, 8733.0, 8710.0, 8720.0, 8693.0, 8707.0, 8711.0, 8704.0, 8710.0, 8724.0, 8694.0, 8725.0, 8768.0, 8727.0, 8779.0, 8721.0, 8761.0, 8691.0, 8703.0, 8704.0, 8703.0, 8791.0, 8721.0, 8774.0, 8687.0, 8682.0, 8671.0, 8701.0, 8772.0, 8685.0, 8739.0, 8671.0, 8683.0, 8671.0, 8701.0, 8714.0, 8699.0, 8769.0, 8684.0, 8710.0, 8686.0, 8686.0, 8690.0, 8699.0, 8671.0, 8701.0, 8685.0, 8687.0, 8743.0, 8703.0, 8745.0, 8704.0, 8744.0, 8704.0, 8701.0, 8693.0, 8704.0, 8707.0, 8731.0, 8692.0, 8703.0, 8690.0, 8703.0, 8690.0, 8709.0, 8760.0, 8737.0, 8681.0, 8707.0, 8706.0, 8706.0, 8695.0, 8706.0, 8698.0, 8741.0, 8727.0, 8781.0, 8692.0, 8726.0, 8701.0, 8763.0, 8745.0, 8793.0, 8735.0, 8771.0, 8686.0, 8725.0, 8698.0, 8725.0, 8717.0, 8771.0, 8730.0, 8713.0, 8685.0, 8681.0, 8685.0, 8698.0, 8687.0, 8702.0, 8717.0, 8702.0, 8690.0, 8717.0, 8696.0, 8781.0, 8760.0, 8743.0, 8664.0, 8675.0, 8661.0, 8678.0, 8783.0, 8755.0, 8750.0, 8676.0, 8715.0, 8676.0, 8692.0, 8663.0, 8676.0, 8645.0, 8675.0, 8648.0, 8679.0, 8698.0, 8684.0, 8683.0, 8657.0, 8674.0, 8682.0, 8708.0, 8702.0, 8712.0, 8668.0, 8680.0, 8670.0, 8703.0, 8724.0, 8697.0, 8752.0, 8677.0, 8718.0, 8677.0, 8690.0, 8667.0, 8709.0, 8680.0, 8723.0, 8663.0, 8691.0, 8661.0, 8678.0, 8735.0, 8695.0, 8705.0, 8662.0, 8674.0, 8675.0, 8692.0, 8652.0, 8680.0, 8720.0, 8678.0, 8676.0, 8677.0, 8679.0, 8684.0, 8680.0, 8676.0, 8696.0, 8665.0, 8695.0, 8723.0, 8696.0, 8717.0, 8676.0, 8692.0, 8666.0, 8678.0, 8669.0, 8683.0, 8668.0, 8680.0, 8694.0, 8696.0, 8693.0, 8697.0, 8698.0, 8686.0, 8713.0, 8683.0, 8681.0, 8667.0, 8681.0, 8679.0, 8695.0, 8740.0, 8683.0, 8752.0, 8668.0, 8677.0, 8680.0, 8699.0, 8684.0, 8698.0, 8667.0, 8683.0, 8669.0, 8641.0, 8667.0, 8702.0, 8640.0, 8680.0, 8717.0, 8727.0, 8728.0, 8752.0, 8709.0, 8732.0, 8672.0, 8701.0, 8671.0, 8703.0, 8778.0, 8709.0, 8758.0, 8686.0, 8710.0, 8670.0, 8684.0, 8689.0, 8708.0, 8735.0, 8720.0, 8684.0, 8704.0, 8712.0, 8695.0, 8739.0, 8700.0, 8770.0, 8682.0, 8695.0, 8683.0, 8681.0, 8685.0, 8711.0, 8668.0, 8693.0, 8663.0, 8677.0, 8689.0, 8694.0, 8721.0, 8698.0, 8736.0, 8681.0, 8674.0, 8684.0, 8696.0, 8685.0, 8723.0, 8668.0, 8706.0, 8686.0, 8682.0, 8772.0, 8687.0, 8763.0, 8715.0, 8726.0, 8670.0, 8664.0, 8665.0, 8681.0, 8666.0, 8684.0, 8754.0, 8713.0, 8739.0, 8680.0, 8690.0, 8662.0, 8659.0, 8644.0, 8674.0, 8718.0, 8678.0, 8733.0, 8661.0, 8687.0, 8662.0, 8661.0, 8664.0, 8674.0, 8661.0, 8673.0, 8661.0, 8674.0, 8665.0, 8680.0, 8687.0, 8712.0, 8702.0, 8738.0, 8682.0, 8692.0, 8698.0, 8709.0, 8700.0, 8736.0, 8681.0, 8678.0, 8684.0, 8683.0, 8682.0, 8679.0, 8652.0, 8680.0, 8668.0, 8696.0, 8736.0, 8681.0, 8736.0, 8678.0, 8692.0, 8682.0, 8694.0, 8649.0, 8677.0, 8704.0, 8678.0, 8707.0, 8681.0, 8691.0, 8664.0, 8677.0, 8665.0, 8695.0, 8665.0, 8680.0, 8665.0, 8680.0, 8693.0, 8684.0, 8723.0, 8683.0, 8707.0, 8666.0, 8678.0, 8666.0, 8698.0, 8739.0, 8700.0, 8723.0, 8695.0, 8691.0, 8696.0, 8697.0, 8684.0, 8711.0, 8681.0, 8679.0, 8652.0, 8684.0, 8712.0, 8697.0, 8750.0, 8680.0, 8693.0, 8696.0, 8713.0, 8685.0, 8739.0, 8667.0, 8680.0, 8651.0, 8679.0, 8722.0, 8680.0, 8782.0, 8694.0, 8733.0, 8663.0, 8674.0, 8665.0, 8679.0, 8678.0, 8681.0, 8649.0, 8678.0, 8666.0, 8696.0, 8708.0, 8697.0, 8720.0, 8678.0, 8690.0, 8679.0, 8694.0, 8684.0, 8709.0, 8680.0, 8679.0, 8664.0, 8695.0, 8696.0, 8696.0, 8738.0, 8682.0, 8708.0, 8670.0, 8693.0, 8681.0, 8678.0, 8681.0, 8695.0, 8688.0, 8705.0, 8734.0, 8766.0, 8704.0, 8699.0, 8672.0, 8682.0, 8686.0, 8723.0, 8728.0, 8762.0, 8702.0, 8698.0, 8668.0, 8696.0, 8682.0, 8700.0, 8775.0, 8699.0, 8754.0, 8682.0, 8707.0, 8681.0, 8682.0, 8691.0, 8715.0, 8669.0, 8697.0, 8721.0, 8679.0, 8721.0, 8684.0, 8743.0, 8680.0, 8691.0, 8689.0, 8675.0, 8717.0, 8676.0, 8707.0, 8682.0, 8723.0, 8661.0, 8675.0, 8659.0, 8680.0, 8691.0, 8693.0, 8712.0, 8663.0, 8674.0, 8677.0, 8678.0, 8667.0, 8697.0, 8742.0, 8698.0, 8722.0, 8679.0, 8675.0, 8676.0, 8678.0, 8707.0, 8680.0, 8749.0, 8678.0, 8658.0, 8662.0, 8695.0, 8679.0, 8699.0, 8662.0, 8678.0, 8663.0, 8680.0, 8665.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.00022197745013009546</td></tr>
<tr><td colspan=3>aqi</td><td>0.018368390633130966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.884684135408044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.163927963958332</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9993134143749993</td></tr>
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
<tr><td colspan=3>fber</td><td>3035.145</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06970445968360524</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5203816131830009</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4674794610817616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5096136674388747</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.582824756602477</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3099999592039326</td></tr>
<tr><td colspan=3>gcor</td><td>0.00634281</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003135155187919736</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022625943645834923</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.8737976081415457</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>23.6216</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4632</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.8682</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.5411</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5837</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.5352</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3057.1601</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.7995</td></tr>
<tr><td colspan=3>tsnr</td><td>39.52209616731852</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>