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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-03/func/sub-0086_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c6b90302bc06a9fbf3a0339727488051</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>10:07:55.710000</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.999815, 0.0103039, 0.0162648, -0.0115176, 0.997012, 0.0763796]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0953506</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 650, -41, -137, 93, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f987d41-3504-4047-9e13-e6765c8d6456||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.682429552078247, -0.03090076893568039, 0.041658904403448105, 112.9860610961914], [-0.027644634246826172, 2.6749110221862793, 0.2066923826932907, -100.24541473388672], [0.043637339025735855, -0.20492078363895416, 2.6917545795440674, -65.5566177368164], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['100755.710000', '100756.170000', '100756.630000', '100757.090000', '100757.550000', '100758.010000', '100758.470000', '100758.930000', '100759.390000', '100759.850000', '100800.310000', '100800.770000', '100801.230000', '100801.690000', '100802.150000', '100802.610000', '100803.070000', '100803.530000', '100803.990000', '100804.450000', '100804.910000', '100805.370000', '100805.830000', '100806.290000', '100806.750000', '100807.210000', '100807.670000', '100808.130000', '100808.590000', '100809.050000', '100809.510000', '100809.970000', '100810.430000', '100810.890000', '100811.350000', '100811.810000', '100812.270000', '100812.730000', '100813.190000', '100813.650000', '100814.110000', '100814.570000', '100815.030000', '100815.490000', '100815.950000', '100816.410000', '100816.870000', '100817.330000', '100817.790000', '100818.250000', '100818.710000', '100819.170000', '100819.630000', '100820.090000', '100820.550000', '100821.010000', '100821.470000', '100821.930000', '100822.390000', '100822.850000', '100823.310000', '100823.770000', '100824.230000', '100824.690000', '100825.150000', '100825.610000', '100826.070000', '100826.530000', '100826.990000', '100827.450000', '100827.910000', '100828.370000', '100828.830000', '100829.290000', '100829.750000', '100830.210000', '100830.670000', '100831.130000', '100831.590000', '100832.050000', '100832.510000', '100832.970000', '100833.430000', '100833.890000', '100834.350000', '100834.810000', '100835.270000', '100835.730000', '100836.190000', '100836.650000', '100837.110000', '100837.570000', '100838.030000', '100838.490000', '100838.950000', '100839.410000', '100839.870000', '100840.330000', '100840.790000', '100841.250000', '100841.710000', '100842.170000', '100842.630000', '100843.090000', '100843.550000', '100844.010000', '100844.470000', '100844.930000', '100845.390000', '100845.850000', '100846.310000', '100846.770000', '100847.230000', '100847.690000', '100848.150000', '100848.610000', '100849.070000', '100849.530000', '100849.990000', '100850.450000', '100850.910000', '100851.370000', '100851.830000', '100852.290000', '100852.750000', '100853.210000', '100853.670000', '100854.130000', '100854.590000', '100855.050000', '100855.510000', '100855.970000', '100856.430000', '100856.890000', '100857.350000', '100857.810000', '100858.270000', '100858.730000', '100859.190000', '100859.650000', '100900.110000', '100900.570000', '100901.030000', '100901.490000', '100901.950000', '100902.410000', '100902.870000', '100903.330000', '100903.790000', '100904.250000', '100904.710000', '100905.170000', '100905.630000', '100906.090000', '100906.550000', '100907.010000', '100907.470000', '100907.930000', '100908.390000', '100908.850000', '100909.310000', '100909.770000', '100910.230000', '100910.690000', '100911.150000', '100911.610000', '100912.070000', '100912.530000', '100912.990000', '100913.450000', '100913.910000', '100914.370000', '100914.830000', '100915.290000', '100915.750000', '100916.210000', '100916.670000', '100917.130000', '100917.590000', '100918.050000', '100918.510000', '100918.970000', '100919.430000', '100919.890000', '100920.350000', '100920.810000', '100921.270000', '100921.730000', '100922.190000', '100922.650000', '100923.110000', '100923.570000', '100924.030000', '100924.490000', '100924.950000', '100925.410000', '100925.870000', '100926.330000', '100926.790000', '100927.250000', '100927.710000', '100928.170000', '100928.630000', '100929.090000', '100929.550000', '100930.010000', '100930.470000', '100930.930000', '100931.390000', '100931.850000', '100932.310000', '100932.770000', '100933.230000', '100933.690000', '100934.150000', '100934.610000', '100935.070000', '100935.530000', '100935.990000', '100936.450000', '100936.910000', '100937.370000', '100937.830000', '100938.290000', '100938.750000', '100939.210000', '100939.670000', '100940.130000', '100940.590000', '100941.050000', '100941.510000', '100941.970000', '100942.430000', '100942.890000', '100943.350000', '100943.810000', '100944.270000', '100944.730000', '100945.190000', '100945.650000', '100946.110000', '100946.570000', '100947.030000', '100947.490000', '100947.950000', '100948.410000', '100948.870000', '100949.330000', '100949.790000', '100950.250000', '100950.710000', '100951.170000', '100951.630000', '100952.090000', '100952.550000', '100953.010000', '100953.470000', '100953.930000', '100954.390000', '100954.850000', '100955.310000', '100955.770000', '100956.230000', '100956.690000', '100957.150000', '100957.610000', '100958.070000', '100958.530000', '100958.990000', '100959.450000', '100959.910000', '101000.370000', '101000.830000', '101001.290000', '101001.750000', '101002.210000', '101002.670000', '101003.130000', '101003.590000', '101004.050000', '101004.510000', '101004.970000', '101005.430000', '101005.890000', '101006.350000', '101006.810000', '101007.270000', '101007.730000', '101008.190000', '101008.650000', '101009.110000', '101009.570000', '101010.030000', '101010.490000', '101010.950000', '101011.410000', '101011.870000', '101012.330000', '101012.790000', '101013.250000', '101013.710000', '101014.170000', '101014.630000', '101015.090000', '101015.550000', '101016.010000', '101016.470000', '101016.930000', '101017.390000', '101017.850000', '101018.310000', '101018.770000', '101019.230000', '101019.690000', '101020.150000', '101020.610000', '101021.070000', '101021.530000', '101021.990000', '101022.450000', '101022.910000', '101023.370000', '101023.830000', '101024.290000', '101024.750000', '101025.210000', '101025.670000', '101026.130000', '101026.590000', '101027.050000', '101027.510000', '101027.970000', '101028.430000', '101028.890000', '101029.350000', '101029.810000', '101030.270000', '101030.730000', '101031.190000', '101031.650000', '101032.110000', '101032.570000', '101033.030000', '101033.490000', '101033.950000', '101034.410000', '101034.870000', '101035.330000', '101035.790000', '101036.250000', '101036.710000', '101037.170000', '101037.630000', '101038.090000', '101038.550000', '101039.010000', '101039.470000', '101039.930000', '101040.390000', '101040.850000', '101041.310000', '101041.770000', '101042.230000', '101042.690000', '101043.150000', '101043.610000', '101044.070000', '101044.530000', '101044.990000', '101045.450000', '101045.910000', '101046.370000', '101046.830000', '101047.290000', '101047.750000', '101048.210000', '101048.670000', '101049.130000', '101049.590000', '101050.050000', '101050.510000', '101050.970000', '101051.430000', '101051.890000', '101052.350000', '101052.810000', '101053.270000', '101053.730000', '101054.190000', '101054.650000', '101055.110000', '101055.570000', '101056.030000', '101056.490000', '101056.950000', '101057.410000', '101057.870000', '101058.330000', '101058.790000', '101059.250000', '101059.710000', '101100.170000', '101100.630000', '101101.090000', '101101.550000', '101102.010000', '101102.470000', '101102.930000', '101103.390000', '101103.850000', '101104.310000', '101104.770000', '101105.230000', '101105.690000', '101106.150000', '101106.610000', '101107.070000', '101107.530000', '101107.990000', '101108.450000', '101108.910000', '101109.370000', '101109.830000', '101110.290000', '101110.750000', '101111.210000', '101111.670000', '101112.130000', '101112.590000', '101113.050000', '101113.510000', '101113.970000', '101114.430000', '101114.890000', '101115.350000', '101115.810000', '101116.270000', '101116.730000', '101117.190000', '101117.650000', '101118.110000', '101118.570000', '101119.030000', '101119.490000', '101119.950000', '101120.410000', '101120.870000', '101121.330000', '101121.790000', '101122.250000', '101122.710000', '101123.170000', '101123.630000', '101124.090000', '101124.550000', '101125.010000', '101125.470000', '101125.930000', '101126.390000', '101126.850000', '101127.310000', '101127.770000', '101128.230000', '101128.690000', '101129.150000', '101129.610000', '101130.070000', '101130.530000', '101130.990000', '101131.450000', '101131.910000', '101132.370000', '101132.830000', '101133.290000', '101133.750000', '101134.210000', '101134.670000', '101135.130000', '101135.590000', '101136.050000', '101136.510000', '101136.970000', '101137.430000', '101137.890000', '101138.350000', '101138.810000', '101139.270000', '101139.730000', '101140.190000', '101140.650000', '101141.110000', '101141.570000', '101142.030000', '101142.490000', '101142.950000', '101143.410000', '101143.870000', '101144.330000', '101144.790000', '101145.250000', '101145.710000', '101146.170000', '101146.630000', '101147.090000', '101147.550000', '101148.010000', '101148.470000', '101148.930000', '101149.390000', '101149.850000', '101150.310000', '101150.770000', '101151.230000', '101151.690000', '101152.150000', '101152.610000', '101153.070000', '101153.530000', '101153.990000', '101154.450000', '101154.910000', '101155.370000', '101155.830000', '101156.290000', '101156.750000', '101157.210000', '101157.670000', '101158.130000', '101158.590000', '101159.050000', '101159.510000', '101159.970000', '101200.430000', '101200.890000', '101201.350000', '101201.810000', '101202.270000', '101202.730000', '101203.190000', '101203.650000', '101204.110000', '101204.570000', '101205.030000', '101205.490000', '101205.950000', '101206.410000', '101206.870000', '101207.330000', '101207.790000', '101208.250000', '101208.710000', '101209.170000', '101209.630000', '101210.090000', '101210.550000', '101211.010000', '101211.470000', '101211.930000', '101212.390000', '101212.850000', '101213.310000', '101213.770000', '101214.230000', '101214.690000', '101215.150000', '101215.610000', '101216.070000', '101216.530000', '101216.990000', '101217.450000', '101217.910000', '101218.370000', '101218.830000', '101219.290000', '101219.750000', '101220.210000', '101220.670000', '101221.130000', '101221.590000', '101222.050000', '101222.510000', '101222.970000', '101223.430000', '101223.890000', '101224.350000', '101224.810000', '101225.270000', '101225.730000', '101226.190000', '101226.650000', '101227.110000', '101227.570000', '101228.030000', '101228.490000', '101228.950000', '101229.410000', '101229.870000', '101230.330000', '101230.790000', '101231.250000', '101231.710000', '101232.170000', '101232.630000', '101233.090000', '101233.550000', '101234.010000', '101234.470000', '101234.930000', '101235.390000', '101235.850000', '101236.310000', '101236.770000', '101237.230000', '101237.690000', '101238.150000', '101238.610000', '101239.070000', '101239.530000', '101239.990000', '101240.450000', '101240.910000', '101241.370000', '101241.830000', '101242.290000', '101242.750000', '101243.210000', '101243.670000', '101244.130000', '101244.590000', '101245.050000', '101245.510000', '101245.970000', '101246.430000', '101246.890000', '101247.350000', '101247.810000', '101248.270000', '101248.730000', '101249.190000', '101249.650000', '101250.110000', '101250.570000', '101251.030000', '101251.490000', '101251.950000', '101252.410000', '101252.870000', '101253.330000', '101253.790000', '101254.250000', '101254.710000', '101255.170000', '101255.630000', '101256.090000', '101256.550000', '101257.010000', '101257.470000', '101257.930000', '101258.390000', '101258.850000', '101259.310000', '101259.770000', '101300.230000', '101300.690000', '101301.150000', '101301.610000', '101302.070000', '101302.530000', '101302.990000', '101303.450000', '101303.910000', '101304.370000', '101304.830000', '101305.290000', '101305.750000', '101306.210000', '101306.670000', '101307.130000', '101307.590000', '101308.050000', '101308.510000', '101308.970000', '101309.430000', '101309.890000', '101310.350000', '101310.810000', '101311.270000', '101311.730000', '101312.190000', '101312.650000', '101313.110000', '101313.570000', '101314.030000', '101314.490000', '101314.950000', '101315.410000', '101315.870000', '101316.330000', '101316.790000', '101317.250000', '101317.710000', '101318.170000', '101318.630000', '101319.090000', '101319.550000', '101320.010000', '101320.470000', '101320.930000', '101321.390000', '101321.850000', '101322.310000', '101322.770000', '101323.230000', '101323.690000', '101324.150000', '101324.610000', '101325.070000', '101325.530000', '101325.990000', '101326.450000', '101326.910000', '101327.370000', '101327.830000', '101328.290000', '101328.750000', '101329.210000', '101329.670000', '101330.130000', '101330.590000', '101331.050000', '101331.510000', '101331.970000', '101332.430000', '101332.890000', '101333.350000', '101333.810000', '101334.270000', '101334.730000', '101335.190000', '101335.650000', '101336.110000', '101336.570000', '101337.030000', '101337.490000', '101337.950000', '101338.410000', '101338.870000', '101339.330000', '101339.790000', '101340.250000', '101340.710000', '101341.170000', '101341.630000', '101342.090000', '101342.550000', '101343.010000', '101343.470000', '101343.930000', '101344.390000', '101344.850000', '101345.310000', '101345.770000', '101346.230000', '101346.690000', '101347.150000', '101347.610000', '101348.070000', '101348.530000', '101348.990000', '101349.450000', '101349.910000', '101350.370000', '101350.830000', '101351.290000', '101351.750000', '101352.210000', '101352.670000', '101353.130000', '101353.590000', '101354.050000', '101354.510000', '101354.970000', '101355.430000', '101355.890000', '101356.350000', '101356.810000', '101357.270000', '101357.730000', '101358.190000', '101358.650000', '101359.110000', '101359.570000', '101400.030000', '101400.490000', '101400.950000', '101401.410000', '101401.870000', '101402.330000', '101402.790000', '101403.250000', '101403.710000', '101404.170000', '101404.630000', '101405.090000', '101405.550000', '101406.010000', '101406.470000', '101406.930000', '101407.390000', '101407.850000', '101408.310000', '101408.770000', '101409.230000', '101409.690000', '101410.150000', '101410.610000', '101411.070000', '101411.530000', '101411.990000', '101412.450000', '101412.910000', '101413.370000', '101413.830000', '101414.290000', '101414.750000', '101415.210000', '101415.670000', '101416.130000', '101416.590000', '101417.050000', '101417.510000', '101417.970000', '101418.430000', '101418.890000', '101419.350000', '101419.810000', '101420.270000', '101420.730000', '101421.190000', '101421.650000', '101422.110000', '101422.570000', '101423.030000', '101423.490000', '101423.950000', '101424.410000', '101424.870000', '101425.330000', '101425.790000', '101426.250000', '101426.710000', '101427.170000', '101427.630000', '101428.090000', '101428.550000', '101429.010000', '101429.470000', '101429.930000', '101430.390000', '101430.850000', '101431.310000', '101431.770000', '101432.230000', '101432.690000', '101433.150000', '101433.610000', '101434.070000', '101434.530000', '101434.990000', '101435.450000', '101435.910000', '101436.370000', '101436.830000', '101437.290000', '101437.750000', '101438.210000', '101438.670000', '101439.130000', '101439.590000', '101440.050000', '101440.510000', '101440.970000', '101441.430000', '101441.890000', '101442.350000', '101442.810000', '101443.270000', '101443.730000', '101444.190000', '101444.650000', '101445.110000', '101445.570000', '101446.030000', '101446.490000', '101446.950000', '101447.410000', '101447.870000', '101448.330000', '101448.790000', '101449.250000', '101449.710000', '101450.170000', '101450.630000', '101451.090000', '101451.550000', '101452.010000', '101452.470000', '101452.930000', '101453.390000', '101453.850000', '101454.310000', '101454.770000', '101455.230000', '101455.690000', '101456.150000', '101456.610000', '101457.070000', '101457.530000', '101457.990000', '101458.450000', '101458.910000', '101459.370000', '101459.830000', '101500.290000', '101500.750000', '101501.210000', '101501.670000', '101502.130000', '101502.590000', '101503.050000', '101503.510000', '101503.970000', '101504.430000', '101504.890000', '101505.350000', '101505.810000', '101506.270000', '101506.730000', '101507.190000', '101507.650000', '101508.110000', '101508.570000', '101509.030000', '101509.490000', '101509.950000', '101510.410000', '101510.870000', '101511.330000', '101511.790000', '101512.250000', '101512.710000', '101513.170000', '101513.630000', '101514.090000', '101514.550000', '101515.010000', '101515.470000', '101515.930000', '101516.390000', '101516.850000', '101517.310000', '101517.770000', '101518.230000', '101518.690000', '101519.150000', '101519.610000', '101520.070000', '101520.530000', '101520.990000', '101521.450000', '101521.910000', '101522.370000', '101522.830000', '101523.290000', '101523.750000', '101524.210000', '101524.670000', '101525.130000', '101525.590000', '101526.050000', '101526.510000', '101526.970000', '101527.430000', '101527.890000', '101528.350000', '101528.810000', '101529.270000', '101529.730000', '101530.190000', '101530.650000', '101531.110000', '101531.570000', '101532.030000', '101532.490000', '101532.950000', '101533.410000', '101533.870000', '101534.330000', '101534.790000', '101535.250000', '101535.710000', '101536.170000', '101536.630000', '101537.090000', '101537.550000', '101538.010000', '101538.470000', '101538.930000', '101539.390000', '101539.850000', '101540.310000', '101540.770000', '101541.230000', '101541.690000', '101542.150000', '101542.610000', '101543.070000', '101543.530000', '101543.990000', '101544.450000', '101544.910000', '101545.370000', '101545.830000', '101546.290000', '101546.750000', '101547.210000', '101547.670000', '101548.130000', '101548.590000', '101549.050000', '101549.510000', '101549.970000', '101550.430000', '101550.890000', '101551.350000', '101551.810000', '101552.270000', '101552.730000', '101553.190000', '101553.650000', '101554.110000', '101554.570000', '101555.030000', '101555.490000', '101555.950000', '101556.410000', '101556.870000', '101557.330000', '101557.790000', '101558.250000', '101558.710000', '101559.170000', '101559.630000', '101600.090000', '101600.550000', '101601.010000', '101601.470000', '101601.930000', '101602.390000', '101602.850000', '101603.310000', '101603.770000', '101604.230000', '101604.690000', '101605.150000', '101605.610000', '101606.070000', '101606.530000', '101606.990000', '101607.450000', '101607.910000', '101608.370000', '101608.830000', '101609.290000', '101609.750000', '101610.210000', '101610.670000', '101611.130000', '101611.590000', '101612.050000', '101612.510000', '101612.970000', '101613.430000', '101613.890000', '101614.350000', '101614.810000', '101615.270000', '101615.730000', '101616.190000', '101616.650000', '101617.110000', '101617.570000', '101618.030000', '101618.490000', '101618.950000', '101619.410000', '101619.870000', '101620.330000', '101620.790000', '101621.250000', '101621.710000', '101622.170000', '101622.630000', '101623.090000', '101623.550000', '101624.010000', '101624.470000', '101624.930000', '101625.390000', '101625.850000', '101626.310000', '101626.770000', '101627.230000', '101627.690000', '101628.150000', '101628.610000', '101629.070000', '101629.530000', '101629.990000', '101630.450000', '101630.910000', '101631.370000', '101631.830000', '101632.290000', '101632.750000', '101633.210000', '101633.670000', '101634.130000', '101634.590000', '101635.050000', '101635.510000', '101635.970000', '101636.430000', '101636.890000', '101637.350000', '101637.810000', '101638.270000', '101638.730000', '101639.190000', '101639.650000', '101640.110000', '101640.570000', '101641.030000', '101641.490000', '101641.950000', '101642.410000', '101642.870000', '101643.330000', '101643.790000', '101644.250000', '101644.710000', '101645.170000', '101645.630000', '101646.090000', '101646.550000', '101647.010000', '101647.470000'], 'ContentTime': ['100814.548000', '100814.551000', '100814.554000', '100814.557000', '100814.559000', '100814.562000', '100814.564000', '100814.573000', '100814.575000', '100814.578000', '100814.580000', '100814.583000', '100814.585000', '100814.588000', '100814.591000', '100814.593000', '100814.596000', '100814.599000', '100814.601000', '100814.604000', '100814.606000', '100814.609000', '100814.612000', '100814.614000', '100814.617000', '100814.619000', '100814.622000', '100814.659000', '100814.662000', '100814.664000', '100814.667000', '100814.669000', '100814.672000', '100814.674000', '100814.677000', '100814.679000', '100814.682000', '100814.685000', '100814.687000', '100834.516000', '100834.519000', '100834.522000', '100834.537000', '100834.539000', '100834.542000', '100834.544000', '100834.547000', '100834.549000', '100834.552000', '100834.555000', '100834.557000', '100834.560000', '100834.562000', '100834.565000', '100834.567000', '100834.570000', '100834.573000', '100834.575000', '100834.578000', '100834.580000', '100834.583000', '100834.585000', '100834.588000', '100834.591000', '100834.593000', '100834.596000', '100834.598000', '100834.601000', '100834.604000', '100834.618000', '100834.620000', '100834.623000', '100834.625000', '100834.628000', '100834.630000', '100834.633000', '100834.635000', '100834.638000', '100834.640000', '100834.643000', '100834.646000', '100834.648000', '100834.651000', '100854.516000', '100854.519000', '100854.522000', '100854.524000', '100854.527000', '100854.530000', '100854.532000', '100854.535000', '100854.537000', '100854.540000', '100854.543000', '100854.545000', '100854.548000', '100854.550000', '100854.553000', '100854.556000', '100854.558000', '100854.561000', '100854.564000', '100854.566000', '100854.569000', '100854.571000', '100854.574000', '100854.577000', '100854.579000', '100854.582000', '100854.585000', '100854.587000', '100854.590000', '100854.592000', '100854.595000', '100854.597000', '100854.600000', '100854.603000', '100854.605000', '100854.615000', '100854.618000', '100854.621000', '100854.623000', '100854.626000', '100854.628000', '100854.631000', '100854.633000', '100914.516000', '100914.519000', '100914.522000', '100914.524000', '100914.527000', '100914.530000', '100914.532000', '100914.535000', '100914.538000', '100914.540000', '100914.543000', '100914.545000', '100914.548000', '100914.550000', '100914.553000', '100914.556000', '100914.558000', '100914.561000', '100914.564000', '100914.566000', '100914.569000', '100914.571000', '100914.581000', '100914.584000', '100914.586000', '100914.589000', '100914.592000', '100914.596000', '100914.598000', '100914.601000', '100914.604000', '100914.606000', '100914.609000', '100914.612000', '100914.614000', '100914.617000', '100914.619000', '100914.622000', '100914.624000', '100914.627000', '100914.630000', '100914.632000', '100914.635000', '100934.518000', '100934.521000', '100934.523000', '100934.526000', '100934.528000', '100934.531000', '100934.534000', '100934.536000', '100934.539000', '100934.542000', '100934.544000', '100934.547000', '100934.549000', '100934.552000', '100934.554000', '100934.557000', '100934.560000', '100934.562000', '100934.565000', '100934.568000', '100934.570000', '100934.573000', '100934.575000', '100934.578000', '100934.581000', '100934.583000', '100934.586000', '100934.588000', '100934.591000', '100934.602000', '100934.605000', '100934.607000', '100934.610000', '100934.613000', '100934.615000', '100934.618000', '100934.620000', '100934.623000', '100934.626000', '100934.628000', '100934.631000', '100934.633000', '100934.636000', '100934.638000', '100954.518000', '100954.520000', '100954.523000', '100954.526000', '100954.528000', '100954.531000', '100954.534000', '100954.536000', '100954.539000', '100954.541000', '100954.544000', '100954.546000', '100954.549000', '100954.552000', '100954.554000', '100954.557000', '100954.559000', '100954.562000', '100954.565000', '100954.567000', '100954.570000', '100954.572000', '100954.575000', '100954.578000', '100954.580000', '100954.583000', '100954.585000', '100954.588000', '100954.591000', '100954.593000', '100954.596000', '100954.598000', '100954.601000', '100954.604000', '100954.606000', '100954.609000', '100954.611000', '100954.614000', '100954.616000', '100954.619000', '100954.622000', '100954.625000', '100954.627000', '101014.517000', '101014.520000', '101014.523000', '101014.525000', '101014.528000', '101014.531000', '101014.534000', '101014.536000', '101014.539000', '101014.541000', '101014.544000', '101014.547000', '101014.549000', '101014.552000', '101014.555000', '101014.557000', '101014.560000', '101014.562000', '101014.565000', '101014.568000', '101014.570000', '101014.573000', '101014.575000', '101014.578000', '101014.581000', '101014.583000', '101014.598000', '101014.601000', '101014.604000', '101014.606000', '101014.609000', '101014.611000', '101014.614000', '101014.624000', '101014.626000', '101014.629000', '101014.631000', '101014.634000', '101014.637000', '101014.639000', '101014.642000', '101014.645000', '101014.647000', '101014.650000', '101034.517000', '101034.520000', '101034.523000', '101034.525000', '101034.528000', '101034.531000', '101034.533000', '101034.536000', '101034.538000', '101034.541000', '101034.544000', '101034.546000', '101034.549000', '101034.552000', '101034.554000', '101034.557000', '101034.559000', '101034.562000', '101034.564000', '101034.567000', '101034.570000', '101034.572000', '101034.575000', '101034.577000', '101034.580000', '101034.583000', '101034.586000', '101034.588000', '101034.591000', '101034.593000', '101034.596000', '101034.599000', '101034.601000', '101034.604000', '101034.607000', '101034.609000', '101034.612000', '101034.614000', '101034.617000', '101034.620000', '101034.622000', '101034.625000', '101034.628000', '101054.517000', '101054.519000', '101054.522000', '101054.525000', '101054.527000', '101054.530000', '101054.532000', '101054.535000', '101054.538000', '101054.540000', '101054.543000', '101054.545000', '101054.548000', '101054.551000', '101054.553000', '101054.557000', '101054.559000', '101054.562000', '101054.564000', '101054.567000', '101054.570000', '101054.573000', '101054.575000', '101054.578000', '101054.581000', '101054.583000', '101054.586000', '101054.588000', '101054.591000', '101054.594000', '101054.596000', '101054.599000', '101054.602000', '101054.605000', '101054.607000', '101054.610000', '101054.613000', '101054.615000', '101054.618000', '101054.621000', '101054.623000', '101054.626000', '101054.629000', '101054.631000', '101114.517000', '101114.519000', '101114.522000', '101114.525000', '101114.527000', '101114.530000', '101114.533000', '101114.535000', '101114.538000', '101114.540000', '101114.543000', '101114.546000', '101114.548000', '101114.551000', '101114.553000', '101114.556000', '101114.559000', '101114.561000', '101114.564000', '101114.566000', '101114.569000', '101114.572000', '101114.574000', '101114.577000', '101114.579000', '101114.582000', '101114.585000', '101114.587000', '101114.590000', '101114.593000', '101114.595000', '101114.598000', '101114.601000', '101114.603000', '101114.606000', '101114.609000', '101114.611000', '101114.614000', '101114.616000', '101114.619000', '101114.622000', '101114.624000', '101114.627000', '101134.517000', '101134.519000', '101134.522000', '101134.525000', '101134.527000', '101134.530000', '101134.532000', '101134.535000', '101134.538000', '101134.540000', '101134.543000', '101134.545000', '101134.548000', '101134.551000', '101134.553000', '101134.556000', '101134.558000', '101134.561000', '101134.564000', '101134.566000', '101134.569000', '101134.571000', '101134.574000', '101134.577000', '101134.596000', '101134.599000', '101134.602000', '101134.604000', '101134.607000', '101134.609000', '101134.612000', '101134.615000', '101134.617000', '101134.620000', '101134.623000', '101134.625000', '101134.628000', '101134.631000', '101134.633000', '101134.636000', '101134.638000', '101134.641000', '101134.644000', '101134.646000', '101154.518000', '101154.520000', '101154.523000', '101154.526000', '101154.528000', '101154.531000', '101154.533000', '101154.545000', '101154.547000', '101154.550000', '101154.553000', '101154.555000', '101154.558000', '101154.560000', '101154.563000', '101154.566000', '101154.568000', '101154.571000', '101154.573000', '101154.576000', '101154.579000', '101154.581000', '101154.584000', '101154.587000', '101154.589000', '101154.592000', '101154.595000', '101154.597000', '101154.600000', '101154.603000', '101154.605000', '101154.608000', '101154.611000', '101154.613000', '101154.616000', '101154.619000', '101154.621000', '101154.624000', '101154.627000', '101154.629000', '101154.632000', '101154.634000', '101154.637000', '101214.518000', '101214.520000', '101214.523000', '101214.526000', '101214.528000', '101214.531000', '101214.533000', '101214.536000', '101214.539000', '101214.541000', '101214.544000', '101214.546000', '101214.549000', '101214.552000', '101214.554000', '101214.557000', '101214.559000', '101214.562000', '101214.564000', '101214.567000', '101214.570000', '101214.572000', '101214.575000', '101214.578000', '101214.580000', '101214.583000', '101214.586000', '101214.588000', '101214.591000', '101214.594000', '101214.596000', '101214.599000', '101214.602000', '101214.604000', '101214.607000', '101214.610000', '101214.612000', '101214.615000', '101214.618000', '101214.620000', '101214.623000', '101214.625000', '101214.628000', '101214.631000', '101234.518000', '101234.520000', '101234.523000', '101234.547000', '101234.550000', '101234.552000', '101234.555000', '101234.558000', '101234.561000', '101234.563000', '101234.566000', '101234.569000', '101234.571000', '101234.574000', '101234.576000', '101234.579000', '101234.582000', '101234.584000', '101234.587000', '101234.590000', '101234.592000', '101234.595000', '101234.598000', '101234.600000', '101234.603000', '101234.606000', '101234.608000', '101234.611000', '101234.614000', '101234.616000', '101234.619000', '101234.621000', '101234.624000', '101234.627000', '101234.629000', '101234.632000', '101234.635000', '101234.637000', '101234.640000', '101234.643000', '101234.645000', '101234.648000', '101234.650000', '101254.517000', '101254.520000', '101254.523000', '101254.526000', '101254.528000', '101254.531000', '101254.534000', '101254.536000', '101254.539000', '101254.542000', '101254.544000', '101254.547000', '101254.549000', '101254.552000', '101254.555000', '101254.557000', '101254.560000', '101254.562000', '101254.565000', '101254.568000', '101254.570000', '101254.573000', '101254.575000', '101254.578000', '101254.580000', '101254.583000', '101254.586000', '101254.588000', '101254.591000', '101254.594000', '101254.596000', '101254.599000', '101254.602000', '101254.604000', '101254.607000', '101254.610000', '101254.612000', '101254.615000', '101254.617000', '101254.620000', '101254.623000', '101254.625000', '101254.628000', '101254.630000', '101314.516000', '101314.519000', '101314.522000', '101314.525000', '101314.527000', '101314.530000', '101314.533000', '101314.535000', '101314.538000', '101314.541000', '101314.543000', '101314.546000', '101314.549000', '101314.551000', '101314.554000', '101314.556000', '101314.559000', '101314.562000', '101314.564000', '101314.567000', '101314.570000', '101314.572000', '101314.575000', '101314.578000', '101314.580000', '101314.583000', '101314.585000', '101314.588000', '101314.591000', '101314.593000', '101314.596000', '101314.599000', '101314.611000', '101314.613000', '101314.616000', '101314.619000', '101314.621000', '101314.624000', '101314.626000', '101314.629000', '101314.632000', '101314.634000', '101314.637000', '101334.517000', '101334.520000', '101334.522000', '101334.525000', '101334.528000', '101334.530000', '101334.533000', '101334.536000', '101334.538000', '101334.541000', '101334.543000', '101334.547000', '101334.549000', '101334.552000', '101334.554000', '101334.559000', '101334.561000', '101334.564000', '101334.567000', '101334.569000', '101334.572000', '101334.575000', '101334.577000', '101334.580000', '101334.582000', '101334.585000', '101334.588000', '101334.590000', '101334.593000', '101334.596000', '101334.598000', '101334.601000', '101334.604000', '101334.606000', '101334.609000', '101334.612000', '101334.614000', '101334.617000', '101334.619000', '101334.622000', '101334.632000', '101334.634000', '101334.637000', '101334.639000', '101354.517000', '101354.520000', '101354.522000', '101354.525000', '101354.527000', '101354.530000', '101354.533000', '101354.535000', '101354.538000', '101354.541000', '101354.543000', '101354.547000', '101354.549000', '101354.552000', '101354.555000', '101354.557000', '101354.560000', '101354.563000', '101354.565000', '101354.568000', '101354.571000', '101354.573000', '101354.576000', '101354.579000', '101354.581000', '101354.584000', '101354.586000', '101354.589000', '101354.592000', '101354.594000', '101354.597000', '101354.600000', '101354.602000', '101354.605000', '101354.608000', '101354.610000', '101354.613000', '101354.616000', '101354.618000', '101354.621000', '101354.623000', '101354.626000', '101354.629000', '101414.517000', '101414.520000', '101414.523000', '101414.526000', '101414.528000', '101414.531000', '101414.534000', '101414.536000', '101414.539000', '101414.542000', '101414.544000', '101414.547000', '101414.549000', '101414.552000', '101414.555000', '101414.557000', '101414.560000', '101414.563000', '101414.565000', '101414.568000', '101414.571000', '101414.573000', '101414.576000', '101414.578000', '101414.581000', '101414.584000', '101414.586000', '101414.589000', '101414.591000', '101414.594000', '101414.597000', '101414.600000', '101414.602000', '101414.605000', '101414.607000', '101414.610000', '101414.613000', '101414.615000', '101414.618000', '101414.621000', '101414.623000', '101414.626000', '101414.629000', '101414.631000', '101434.518000', '101434.521000', '101434.523000', '101434.526000', '101434.529000', '101434.532000', '101434.534000', '101434.537000', '101434.540000', '101434.543000', '101434.545000', '101434.548000', '101434.551000', '101434.553000', '101434.556000', '101434.558000', '101434.561000', '101434.564000', '101434.566000', '101434.569000', '101434.572000', '101434.574000', '101434.577000', '101434.579000', '101434.582000', '101434.585000', '101434.587000', '101434.590000', '101434.592000', '101434.595000', '101434.598000', '101434.600000', '101434.603000', '101434.606000', '101434.608000', '101434.611000', '101434.614000', '101434.616000', '101434.619000', '101434.622000', '101434.624000', '101434.627000', '101434.630000', '101454.517000', '101454.520000', '101454.523000', '101454.525000', '101454.528000', '101454.531000', '101454.533000', '101454.536000', '101454.539000', '101454.541000', '101454.544000', '101454.546000', '101454.549000', '101454.552000', '101454.554000', '101454.557000', '101454.560000', '101454.562000', '101454.565000', '101454.567000', '101454.570000', '101454.573000', '101454.575000', '101454.578000', '101454.580000', '101454.583000', '101454.586000', '101454.588000', '101454.591000', '101454.594000', '101454.596000', '101454.599000', '101454.602000', '101454.604000', '101454.607000', '101454.610000', '101454.612000', '101454.615000', '101454.617000', '101454.620000', '101454.623000', '101454.625000', '101454.628000', '101454.631000', '101514.518000', '101514.520000', '101514.523000', '101514.526000', '101514.529000', '101514.531000', '101514.534000', '101514.537000', '101514.539000', '101514.542000', '101514.544000', '101514.547000', '101514.550000', '101514.552000', '101514.555000', '101514.558000', '101514.560000', '101514.563000', '101514.566000', '101514.568000', '101514.571000', '101514.574000', '101514.576000', '101514.579000', '101514.582000', '101514.584000', '101514.587000', '101514.590000', '101514.592000', '101514.595000', '101514.597000', '101514.600000', '101514.603000', '101514.605000', '101514.608000', '101514.611000', '101514.613000', '101514.616000', '101514.618000', '101514.621000', '101514.624000', '101514.626000', '101514.629000', '101534.517000', '101534.520000', '101534.522000', '101534.525000', '101534.528000', '101534.530000', '101534.533000', '101534.535000', '101534.538000', '101534.541000', '101534.543000', '101534.546000', '101534.549000', '101534.551000', '101534.554000', '101534.557000', '101534.560000', '101534.563000', '101534.565000', '101534.568000', '101534.571000', '101534.574000', '101534.576000', '101534.579000', '101534.581000', '101534.584000', '101534.587000', '101534.589000', '101534.592000', '101534.595000', '101534.597000', '101534.600000', '101534.603000', '101534.605000', '101534.608000', '101534.610000', '101534.613000', '101534.616000', '101534.618000', '101534.621000', '101534.623000', '101534.626000', '101534.629000', '101554.517000', '101554.520000', '101554.522000', '101554.525000', '101554.528000', '101554.530000', '101554.533000', '101554.535000', '101554.538000', '101554.541000', '101554.543000', '101554.546000', '101554.549000', '101554.552000', '101554.554000', '101554.557000', '101554.560000', '101554.562000', '101554.565000', '101554.567000', '101554.570000', '101554.573000', '101554.575000', '101554.578000', '101554.581000', '101554.583000', '101554.586000', '101554.589000', '101554.591000', '101554.594000', '101554.596000', '101554.599000', '101554.602000', '101554.604000', '101554.607000', '101554.610000', '101554.612000', '101554.615000', '101554.617000', '101554.620000', '101554.623000', '101554.651000', '101554.654000', '101554.657000', '101614.518000', '101614.521000', '101614.523000', '101614.526000', '101614.529000', '101614.531000', '101614.534000', '101614.538000', '101614.540000', '101614.543000', '101614.546000', '101614.548000', '101614.557000', '101614.559000', '101614.562000', '101614.564000', '101614.567000', '101614.570000', '101614.572000', '101614.575000', '101614.578000', '101614.580000', '101614.583000', '101614.586000', '101614.588000', '101614.591000', '101614.593000', '101614.596000', '101614.599000', '101614.601000', '101614.604000', '101614.607000', '101614.609000', '101614.612000', '101614.615000', '101614.617000', '101614.620000', '101614.623000', '101614.625000', '101614.628000', '101614.631000', '101614.633000', '101614.636000', '101634.517000', '101634.520000', '101634.523000', '101634.526000', '101634.528000', '101634.531000', '101634.534000', '101634.536000', '101634.539000', '101634.541000', '101634.544000', '101634.547000', '101634.549000', '101634.552000', '101634.555000', '101634.557000', '101634.560000', '101634.563000', '101634.565000', '101634.568000', '101634.571000', '101634.573000', '101634.576000', '101634.579000', '101634.581000', '101634.584000', '101634.587000', '101634.589000', '101634.592000', '101634.595000', '101634.597000', '101634.600000', '101634.602000', '101634.605000', '101634.608000', '101634.610000', '101634.613000', '101634.616000', '101634.618000', '101634.621000', '101634.623000', '101634.626000', '101634.629000', '101634.631000', '101648.568000', '101648.572000', '101648.574000', '101648.577000', '101648.580000', '101648.583000', '101648.586000', '101648.589000', '101648.593000', '101648.596000', '101648.599000', '101648.601000', '101648.605000', '101648.608000', '101648.610000', '101648.613000', '101648.623000', '101648.626000', '101648.628000', '101648.631000', '101648.634000', '101648.636000', '101648.639000', '101648.642000', '101648.645000', '101648.648000', '101648.650000', '101648.653000', '101648.656000', '101648.659000', '101648.662000'], 'InstanceCreationTime': ['100814.548000', '100814.551000', '100814.554000', '100814.557000', '100814.559000', '100814.562000', '100814.564000', '100814.573000', '100814.575000', '100814.578000', '100814.580000', '100814.583000', '100814.585000', '100814.588000', '100814.591000', '100814.593000', '100814.596000', '100814.599000', '100814.601000', '100814.604000', '100814.606000', '100814.609000', '100814.612000', '100814.614000', '100814.617000', '100814.619000', '100814.622000', '100814.659000', '100814.662000', '100814.664000', '100814.667000', '100814.669000', '100814.672000', '100814.674000', '100814.677000', '100814.679000', '100814.682000', '100814.685000', '100814.687000', '100834.516000', '100834.519000', '100834.522000', '100834.537000', '100834.539000', '100834.542000', '100834.544000', '100834.547000', '100834.549000', '100834.552000', '100834.555000', '100834.557000', '100834.560000', '100834.562000', '100834.565000', '100834.567000', '100834.570000', '100834.573000', '100834.575000', '100834.578000', '100834.580000', '100834.583000', '100834.585000', '100834.588000', '100834.591000', '100834.593000', '100834.596000', '100834.598000', '100834.601000', '100834.604000', '100834.618000', '100834.620000', '100834.623000', '100834.625000', '100834.628000', '100834.630000', '100834.633000', '100834.635000', '100834.638000', '100834.640000', '100834.643000', '100834.646000', '100834.648000', '100834.651000', '100854.516000', '100854.519000', '100854.522000', '100854.524000', '100854.527000', '100854.530000', '100854.532000', '100854.535000', '100854.537000', '100854.540000', '100854.543000', '100854.545000', '100854.548000', '100854.550000', '100854.553000', '100854.556000', '100854.558000', '100854.561000', '100854.564000', '100854.566000', '100854.569000', '100854.571000', '100854.574000', '100854.577000', '100854.579000', '100854.582000', '100854.585000', '100854.587000', '100854.590000', '100854.592000', '100854.595000', '100854.597000', '100854.600000', '100854.603000', '100854.605000', '100854.615000', '100854.618000', '100854.621000', '100854.623000', '100854.626000', '100854.628000', '100854.631000', '100854.633000', '100914.516000', '100914.519000', '100914.522000', '100914.524000', '100914.527000', '100914.530000', '100914.532000', '100914.535000', '100914.538000', '100914.540000', '100914.543000', '100914.545000', '100914.548000', '100914.550000', '100914.553000', '100914.556000', '100914.558000', '100914.561000', '100914.564000', '100914.566000', '100914.569000', '100914.571000', '100914.581000', '100914.584000', '100914.586000', '100914.589000', '100914.592000', '100914.596000', '100914.598000', '100914.601000', '100914.604000', '100914.606000', '100914.609000', '100914.612000', '100914.614000', '100914.617000', '100914.619000', '100914.622000', '100914.624000', '100914.627000', '100914.630000', '100914.632000', '100914.635000', '100934.518000', '100934.521000', '100934.523000', '100934.526000', '100934.528000', '100934.531000', '100934.534000', '100934.536000', '100934.539000', '100934.542000', '100934.544000', '100934.547000', '100934.549000', '100934.552000', '100934.554000', '100934.557000', '100934.560000', '100934.562000', '100934.565000', '100934.568000', '100934.570000', '100934.573000', '100934.575000', '100934.578000', '100934.581000', '100934.583000', '100934.586000', '100934.588000', '100934.591000', '100934.602000', '100934.605000', '100934.607000', '100934.610000', '100934.613000', '100934.615000', '100934.618000', '100934.620000', '100934.623000', '100934.626000', '100934.628000', '100934.631000', '100934.633000', '100934.636000', '100934.638000', '100954.518000', '100954.520000', '100954.523000', '100954.526000', '100954.528000', '100954.531000', '100954.534000', '100954.536000', '100954.539000', '100954.541000', '100954.544000', '100954.546000', '100954.549000', '100954.552000', '100954.554000', '100954.557000', '100954.559000', '100954.562000', '100954.565000', '100954.567000', '100954.570000', '100954.572000', '100954.575000', '100954.578000', '100954.580000', '100954.583000', '100954.585000', '100954.588000', '100954.591000', '100954.593000', '100954.596000', '100954.598000', '100954.601000', '100954.604000', '100954.606000', '100954.609000', '100954.611000', '100954.614000', '100954.616000', '100954.619000', '100954.622000', '100954.625000', '100954.627000', '101014.517000', '101014.520000', '101014.523000', '101014.525000', '101014.528000', '101014.531000', '101014.534000', '101014.536000', '101014.539000', '101014.541000', '101014.544000', '101014.547000', '101014.549000', '101014.552000', '101014.555000', '101014.557000', '101014.560000', '101014.562000', '101014.565000', '101014.568000', '101014.570000', '101014.573000', '101014.575000', '101014.578000', '101014.581000', '101014.583000', '101014.598000', '101014.601000', '101014.604000', '101014.606000', '101014.609000', '101014.611000', '101014.614000', '101014.624000', '101014.626000', '101014.629000', '101014.631000', '101014.634000', '101014.637000', '101014.639000', '101014.642000', '101014.645000', '101014.647000', '101014.650000', '101034.517000', '101034.520000', '101034.523000', '101034.525000', '101034.528000', '101034.531000', '101034.533000', '101034.536000', '101034.538000', '101034.541000', '101034.544000', '101034.546000', '101034.549000', '101034.552000', '101034.554000', '101034.557000', '101034.559000', '101034.562000', '101034.564000', '101034.567000', '101034.570000', '101034.572000', '101034.575000', '101034.577000', '101034.580000', '101034.583000', '101034.586000', '101034.588000', '101034.591000', '101034.593000', '101034.596000', '101034.599000', '101034.601000', '101034.604000', '101034.607000', '101034.609000', '101034.612000', '101034.614000', '101034.617000', '101034.620000', '101034.622000', '101034.625000', '101034.628000', '101054.517000', '101054.519000', '101054.522000', '101054.525000', '101054.527000', '101054.530000', '101054.532000', '101054.535000', '101054.538000', '101054.540000', '101054.543000', '101054.545000', '101054.548000', '101054.551000', '101054.553000', '101054.557000', '101054.559000', '101054.562000', '101054.564000', '101054.567000', '101054.570000', '101054.573000', '101054.575000', '101054.578000', '101054.581000', '101054.583000', '101054.586000', '101054.588000', '101054.591000', '101054.594000', '101054.596000', '101054.599000', '101054.602000', '101054.605000', '101054.607000', '101054.610000', '101054.613000', '101054.615000', '101054.618000', '101054.621000', '101054.623000', '101054.626000', '101054.629000', '101054.631000', '101114.517000', '101114.519000', '101114.522000', '101114.525000', '101114.527000', '101114.530000', '101114.533000', '101114.535000', '101114.538000', '101114.540000', '101114.543000', '101114.546000', '101114.548000', '101114.551000', '101114.553000', '101114.556000', '101114.559000', '101114.561000', '101114.564000', '101114.566000', '101114.569000', '101114.572000', '101114.574000', '101114.577000', '101114.579000', '101114.582000', '101114.585000', '101114.587000', '101114.590000', '101114.593000', '101114.595000', '101114.598000', '101114.601000', '101114.603000', '101114.606000', '101114.609000', '101114.611000', '101114.614000', '101114.616000', '101114.619000', '101114.622000', '101114.624000', '101114.627000', '101134.517000', '101134.519000', '101134.522000', '101134.525000', '101134.527000', '101134.530000', '101134.532000', '101134.535000', '101134.538000', '101134.540000', '101134.543000', '101134.545000', '101134.548000', '101134.551000', '101134.553000', '101134.556000', '101134.558000', '101134.561000', '101134.564000', '101134.566000', '101134.569000', '101134.571000', '101134.574000', '101134.577000', '101134.596000', '101134.599000', '101134.602000', '101134.604000', '101134.607000', '101134.609000', '101134.612000', '101134.615000', '101134.617000', '101134.620000', '101134.623000', '101134.625000', '101134.628000', '101134.631000', '101134.633000', '101134.636000', '101134.638000', '101134.641000', '101134.644000', '101134.646000', '101154.518000', '101154.520000', '101154.523000', '101154.526000', '101154.528000', '101154.531000', '101154.533000', '101154.545000', '101154.547000', '101154.550000', '101154.553000', '101154.555000', '101154.558000', '101154.560000', '101154.563000', '101154.566000', '101154.568000', '101154.571000', '101154.573000', '101154.576000', '101154.579000', '101154.581000', '101154.584000', '101154.587000', '101154.589000', '101154.592000', '101154.595000', '101154.597000', '101154.600000', '101154.603000', '101154.605000', '101154.608000', '101154.611000', '101154.613000', '101154.616000', '101154.619000', '101154.621000', '101154.624000', '101154.627000', '101154.629000', '101154.632000', '101154.634000', '101154.637000', '101214.518000', '101214.520000', '101214.523000', '101214.526000', '101214.528000', '101214.531000', '101214.533000', '101214.536000', '101214.539000', '101214.541000', '101214.544000', '101214.546000', '101214.549000', '101214.552000', '101214.554000', '101214.557000', '101214.559000', '101214.562000', '101214.564000', '101214.567000', '101214.570000', '101214.572000', '101214.575000', '101214.578000', '101214.580000', '101214.583000', '101214.586000', '101214.588000', '101214.591000', '101214.594000', '101214.596000', '101214.599000', '101214.602000', '101214.604000', '101214.607000', '101214.610000', '101214.612000', '101214.615000', '101214.618000', '101214.620000', '101214.623000', '101214.625000', '101214.628000', '101214.631000', '101234.518000', '101234.520000', '101234.523000', '101234.547000', '101234.550000', '101234.552000', '101234.555000', '101234.558000', '101234.561000', '101234.563000', '101234.566000', '101234.569000', '101234.571000', '101234.574000', '101234.576000', '101234.579000', '101234.582000', '101234.584000', '101234.587000', '101234.590000', '101234.592000', '101234.595000', '101234.598000', '101234.600000', '101234.603000', '101234.606000', '101234.608000', '101234.611000', '101234.614000', '101234.616000', '101234.619000', '101234.621000', '101234.624000', '101234.627000', '101234.629000', '101234.632000', '101234.635000', '101234.637000', '101234.640000', '101234.643000', '101234.645000', '101234.648000', '101234.650000', '101254.517000', '101254.520000', '101254.523000', '101254.526000', '101254.528000', '101254.531000', '101254.534000', '101254.536000', '101254.539000', '101254.542000', '101254.544000', '101254.547000', '101254.549000', '101254.552000', '101254.555000', '101254.557000', '101254.560000', '101254.562000', '101254.565000', '101254.568000', '101254.570000', '101254.573000', '101254.575000', '101254.578000', '101254.580000', '101254.583000', '101254.586000', '101254.588000', '101254.591000', '101254.594000', '101254.596000', '101254.599000', '101254.602000', '101254.604000', '101254.607000', '101254.610000', '101254.612000', '101254.615000', '101254.617000', '101254.620000', '101254.623000', '101254.625000', '101254.628000', '101254.630000', '101314.516000', '101314.519000', '101314.522000', '101314.525000', '101314.527000', '101314.530000', '101314.533000', '101314.535000', '101314.538000', '101314.541000', '101314.543000', '101314.546000', '101314.549000', '101314.551000', '101314.554000', '101314.556000', '101314.559000', '101314.562000', '101314.564000', '101314.567000', '101314.570000', '101314.572000', '101314.575000', '101314.578000', '101314.580000', '101314.583000', '101314.585000', '101314.588000', '101314.591000', '101314.593000', '101314.596000', '101314.599000', '101314.611000', '101314.613000', '101314.616000', '101314.619000', '101314.621000', '101314.624000', '101314.626000', '101314.629000', '101314.632000', '101314.634000', '101314.637000', '101334.517000', '101334.520000', '101334.522000', '101334.525000', '101334.528000', '101334.530000', '101334.533000', '101334.536000', '101334.538000', '101334.541000', '101334.543000', '101334.547000', '101334.549000', '101334.552000', '101334.554000', '101334.559000', '101334.561000', '101334.564000', '101334.567000', '101334.569000', '101334.572000', '101334.575000', '101334.577000', '101334.580000', '101334.582000', '101334.585000', '101334.588000', '101334.590000', '101334.593000', '101334.596000', '101334.598000', '101334.601000', '101334.604000', '101334.606000', '101334.609000', '101334.612000', '101334.614000', '101334.617000', '101334.619000', '101334.622000', '101334.632000', '101334.634000', '101334.637000', '101334.639000', '101354.517000', '101354.520000', '101354.522000', '101354.525000', '101354.527000', '101354.530000', '101354.533000', '101354.535000', '101354.538000', '101354.541000', '101354.543000', '101354.547000', '101354.549000', '101354.552000', '101354.555000', '101354.557000', '101354.560000', '101354.563000', '101354.565000', '101354.568000', '101354.571000', '101354.573000', '101354.576000', '101354.579000', '101354.581000', '101354.584000', '101354.586000', '101354.589000', '101354.592000', '101354.594000', '101354.597000', '101354.600000', '101354.602000', '101354.605000', '101354.608000', '101354.610000', '101354.613000', '101354.616000', '101354.618000', '101354.621000', '101354.623000', '101354.626000', '101354.629000', '101414.517000', '101414.520000', '101414.523000', '101414.526000', '101414.528000', '101414.531000', '101414.534000', '101414.536000', '101414.539000', '101414.542000', '101414.544000', '101414.547000', '101414.549000', '101414.552000', '101414.555000', '101414.557000', '101414.560000', '101414.563000', '101414.565000', '101414.568000', '101414.571000', '101414.573000', '101414.576000', '101414.578000', '101414.581000', '101414.584000', '101414.586000', '101414.589000', '101414.591000', '101414.594000', '101414.597000', '101414.600000', '101414.602000', '101414.605000', '101414.607000', '101414.610000', '101414.613000', '101414.615000', '101414.618000', '101414.621000', '101414.623000', '101414.626000', '101414.629000', '101414.631000', '101434.518000', '101434.521000', '101434.523000', '101434.526000', '101434.529000', '101434.532000', '101434.534000', '101434.537000', '101434.540000', '101434.543000', '101434.545000', '101434.548000', '101434.551000', '101434.553000', '101434.556000', '101434.558000', '101434.561000', '101434.564000', '101434.566000', '101434.569000', '101434.572000', '101434.574000', '101434.577000', '101434.579000', '101434.582000', '101434.585000', '101434.587000', '101434.590000', '101434.592000', '101434.595000', '101434.598000', '101434.600000', '101434.603000', '101434.606000', '101434.608000', '101434.611000', '101434.614000', '101434.616000', '101434.619000', '101434.622000', '101434.624000', '101434.627000', '101434.630000', '101454.517000', '101454.520000', '101454.523000', '101454.525000', '101454.528000', '101454.531000', '101454.533000', '101454.536000', '101454.539000', '101454.541000', '101454.544000', '101454.546000', '101454.549000', '101454.552000', '101454.554000', '101454.557000', '101454.560000', '101454.562000', '101454.565000', '101454.567000', '101454.570000', '101454.573000', '101454.575000', '101454.578000', '101454.580000', '101454.583000', '101454.586000', '101454.588000', '101454.591000', '101454.594000', '101454.596000', '101454.599000', '101454.602000', '101454.604000', '101454.607000', '101454.610000', '101454.612000', '101454.615000', '101454.617000', '101454.620000', '101454.623000', '101454.625000', '101454.628000', '101454.631000', '101514.518000', '101514.520000', '101514.523000', '101514.526000', '101514.529000', '101514.531000', '101514.534000', '101514.537000', '101514.539000', '101514.542000', '101514.544000', '101514.547000', '101514.550000', '101514.552000', '101514.555000', '101514.558000', '101514.560000', '101514.563000', '101514.566000', '101514.568000', '101514.571000', '101514.574000', '101514.576000', '101514.579000', '101514.582000', '101514.584000', '101514.587000', '101514.590000', '101514.592000', '101514.595000', '101514.597000', '101514.600000', '101514.603000', '101514.605000', '101514.608000', '101514.611000', '101514.613000', '101514.616000', '101514.618000', '101514.621000', '101514.624000', '101514.626000', '101514.629000', '101534.517000', '101534.520000', '101534.522000', '101534.525000', '101534.528000', '101534.530000', '101534.533000', '101534.535000', '101534.538000', '101534.541000', '101534.543000', '101534.546000', '101534.549000', '101534.551000', '101534.554000', '101534.557000', '101534.560000', '101534.563000', '101534.565000', '101534.568000', '101534.571000', '101534.574000', '101534.576000', '101534.579000', '101534.581000', '101534.584000', '101534.587000', '101534.589000', '101534.592000', '101534.595000', '101534.597000', '101534.600000', '101534.603000', '101534.605000', '101534.608000', '101534.610000', '101534.613000', '101534.616000', '101534.618000', '101534.621000', '101534.623000', '101534.626000', '101534.629000', '101554.517000', '101554.520000', '101554.522000', '101554.525000', '101554.528000', '101554.530000', '101554.533000', '101554.535000', '101554.538000', '101554.541000', '101554.543000', '101554.546000', '101554.549000', '101554.552000', '101554.554000', '101554.557000', '101554.560000', '101554.562000', '101554.565000', '101554.567000', '101554.570000', '101554.573000', '101554.575000', '101554.578000', '101554.581000', '101554.583000', '101554.586000', '101554.589000', '101554.591000', '101554.594000', '101554.596000', '101554.599000', '101554.602000', '101554.604000', '101554.607000', '101554.610000', '101554.612000', '101554.615000', '101554.617000', '101554.620000', '101554.623000', '101554.651000', '101554.654000', '101554.657000', '101614.518000', '101614.521000', '101614.523000', '101614.526000', '101614.529000', '101614.531000', '101614.534000', '101614.538000', '101614.540000', '101614.543000', '101614.546000', '101614.548000', '101614.557000', '101614.559000', '101614.562000', '101614.564000', '101614.567000', '101614.570000', '101614.572000', '101614.575000', '101614.578000', '101614.580000', '101614.583000', '101614.586000', '101614.588000', '101614.591000', '101614.593000', '101614.596000', '101614.599000', '101614.601000', '101614.604000', '101614.607000', '101614.609000', '101614.612000', '101614.615000', '101614.617000', '101614.620000', '101614.623000', '101614.625000', '101614.628000', '101614.631000', '101614.633000', '101614.636000', '101634.517000', '101634.520000', '101634.523000', '101634.526000', '101634.528000', '101634.531000', '101634.534000', '101634.536000', '101634.539000', '101634.541000', '101634.544000', '101634.547000', '101634.549000', '101634.552000', '101634.555000', '101634.557000', '101634.560000', '101634.563000', '101634.565000', '101634.568000', '101634.571000', '101634.573000', '101634.576000', '101634.579000', '101634.581000', '101634.584000', '101634.587000', '101634.589000', '101634.592000', '101634.595000', '101634.597000', '101634.600000', '101634.602000', '101634.605000', '101634.608000', '101634.610000', '101634.613000', '101634.616000', '101634.618000', '101634.621000', '101634.623000', '101634.626000', '101634.629000', '101634.631000', '101648.568000', '101648.572000', '101648.574000', '101648.577000', '101648.580000', '101648.583000', '101648.586000', '101648.589000', '101648.593000', '101648.596000', '101648.599000', '101648.601000', '101648.605000', '101648.608000', '101648.610000', '101648.613000', '101648.623000', '101648.626000', '101648.628000', '101648.631000', '101648.634000', '101648.636000', '101648.639000', '101648.642000', '101648.645000', '101648.648000', '101648.650000', '101648.653000', '101648.656000', '101648.659000', '101648.662000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [9935, 11974, 10396, 9423, 14237, 10110, 10199, 13939, 9257, 12295, 9804, 9370, 13803, 10046, 9313, 7973, 8938, 13256, 9502, 10396, 11910, 9414, 11958, 9277, 10244, 14928, 9919, 10403, 9194, 10402, 13731, 9269, 12673, 10302, 10254, 10667, 9126, 12867, 9856, 10943, 14772, 10394, 10268, 12808, 9273, 12203, 10445, 9702, 12894, 9893, 9735, 13301, 9654, 9470, 13477, 9362, 9817, 12750, 8911, 9978, 8088, 8524, 11431, 8759, 8986, 10325, 8518, 10961, 10866, 9538, 11657, 9446, 9899, 14242, 9370, 10706, 14941, 9760, 10715, 12791, 8972, 11554, 12080, 9455, 11310, 8711, 9624, 13526, 8635, 9978, 10606, 8967, 11328, 8313, 9491, 13611, 10293, 9691, 13478, 9042, 10871, 12925, 9187, 11219, 8952, 8972, 7624, 8232, 11311, 8528, 9167, 9922, 8770, 12213, 9418, 9914, 14616, 11008, 9816, 13596, 9241, 9741, 14709, 9080, 10102, 15005, 8676, 10203, 8367, 8470, 11693, 9992, 9361, 10540, 8638, 9117, 13643, 8977, 9433, 12964, 8626, 10531, 11246, 8835, 11818, 9854, 9070, 11269, 8425, 10292, 9991, 9529, 12163, 8980, 10002, 9191, 9194, 13402, 10191, 10025, 12750, 9306, 14047, 11958, 10129, 13088, 9426, 10209, 17985, 9201, 11269, 16583, 9472, 10793, 9187, 9184, 12281, 9400, 9264, 12187, 9246, 9230, 11590, 8262, 9372, 13735, 8614, 9399, 12043, 8785, 10517, 12959, 9077, 11005, 10592, 9214, 11777, 8974, 8996, 11966, 9132, 9490, 12969, 8986, 10118, 12098, 8484, 11150, 11747, 9349, 10783, 8613, 9010, 12396, 9710, 9049, 11951, 9194, 9069, 14004, 8235, 9969, 12428, 8768, 10346, 9000, 8871, 12678, 10269, 9433, 12538, 9631, 10401, 14542, 8932, 9770, 14124, 8332, 9740, 7985, 8709, 12458, 8350, 9734, 13471, 8679, 10539, 9915, 9020, 12384, 11013, 9417, 12447, 8555, 10421, 11576, 8797, 11331, 8417, 9970, 13190, 8781, 11480, 10008, 9601, 13473, 8753, 10452, 15840, 8761, 10382, 11080, 8583, 11648, 8276, 9427, 13141, 8317, 9880, 7836, 9747, 9682, 9174, 12635, 8448, 10588, 7965, 10297, 15429, 9144, 10526, 8398, 10443, 15770, 9241, 12105, 10314, 10373, 14937, 9723, 10726, 14466, 9805, 10235, 15663, 8762, 11391, 14542, 9438, 11258, 8827, 9256, 12438, 9125, 8900, 11456, 8347, 8683, 8666, 8231, 11301, 11476, 9374, 12160, 9523, 9988, 13998, 9455, 10299, 13547, 9645, 10525, 14721, 8881, 9819, 13426, 8324, 9704, 10433, 7980, 11076, 10448, 9191, 11204, 9221, 9142, 13592, 10788, 8999, 11808, 9655, 8925, 11713, 7813, 9830, 14805, 8414, 10243, 9909, 8205, 11487, 11035, 8867, 11933, 11466, 8967, 11928, 10410, 9035, 12681, 10363, 9355, 11434, 8477, 9771, 14110, 10065, 9384, 12753, 9508, 9048, 11960, 9018, 8460, 11834, 8977, 8361, 11214, 7756, 9864, 13117, 8290, 10583, 9139, 9255, 13319, 10788, 10089, 13905, 9852, 9827, 10435, 8091, 11920, 10821, 9333, 12036, 9003, 10006, 14125, 9292, 10773, 14435, 9564, 9177, 13776, 7878, 10627, 12440, 8094, 11399, 8871, 9786, 13803, 9771, 10033, 13498, 9937, 10152, 14575, 8149, 10355, 14240, 8673, 10421, 13786, 8439, 10020, 9322, 7902, 11606, 9736, 9315, 12187, 8052, 10777, 14510, 9616, 10388, 13592, 8907, 10450, 13612, 8414, 10044, 13704, 8920, 9137, 13139, 8003, 10696, 13794, 8457, 10651, 13207, 8599, 11737, 9786, 8333, 12239, 9877, 8835, 11698, 7635, 10529, 9669, 8440, 11348, 8973, 9545, 8371, 9703, 10225, 9395, 9697, 9330, 12936, 12562, 9959, 9484, 9146, 14017, 8438, 12482, 11565, 10086, 10173, 10050, 14686, 9410, 12225, 9439, 11124, 16119, 11154, 10520, 11289, 9410, 13643, 9648, 11206, 14641, 8879, 12134, 12134, 9291, 12297, 8396, 10934, 14665, 8819, 11363, 10619, 8822, 12358, 9758, 9175, 12557, 8957, 9943, 11944, 8044, 11885, 12544, 9229, 11770, 9363, 10442, 14026, 9052, 11286, 10039, 8713, 12438, 10074, 9489, 13152, 9938, 9127, 11651, 8499, 11081, 7781, 11123, 8695, 10251, 7775, 11152, 15048, 10186, 11599, 13455, 9421, 12972, 13355, 9776, 13218, 12282, 11059, 13528, 8852, 11214, 13590, 9161, 11295, 8992, 10325, 7660, 10438, 7941, 9558, 10296, 8837, 10224, 9255, 12230, 8720, 11468, 8093, 11797, 12684, 9253, 13838, 10550, 10030, 8029, 9334, 12681, 8755, 11625, 14347, 9598, 11519, 8318, 11476, 11763, 9206, 12159, 9452, 10987, 14221, 8562, 11908, 11382, 9182, 12285, 8607, 11136, 14003, 9175, 11835, 12747, 9075, 11529, 7914, 10842, 13823, 8876, 10477, 10439, 8750, 12272, 9941, 8986, 12930, 9350, 9420, 9310, 8282, 12291, 9027, 10528, 13503, 8678, 11430, 9743, 9679, 13961, 10218, 9661, 13018, 8136, 12118, 11186, 8762, 12326, 10178, 9686, 13213, 9202, 10093, 13017, 8489, 11228, 8897, 8599, 12660, 11142, 8777, 11893, 8720, 8751, 12510, 8357, 10234, 13213, 8607, 11477, 8730, 9525, 13743, 10873, 9852, 12308, 8823, 10384, 14096, 9285, 9980, 12673, 8924, 10914, 14274, 8021, 11005, 10616, 7935, 12012, 9167, 9430, 10647, 8050, 12422, 11231, 9548, 13327, 9849, 11604, 14271, 8551, 12238, 13297, 9194, 11911, 8340, 9446, 13298, 8328, 10834, 13613, 8398, 11348, 8226, 10340, 14110, 9515, 10440, 14057, 8935, 11648, 7983, 9578, 12665, 8553, 11162, 7910, 9013, 13197, 8962, 9525, 11229, 8588, 12537, 10464, 9616, 12546, 9911, 10583, 14716, 9967, 10420, 13820, 8609, 9732, 12844, 8898, 9879, 8265, 8048, 12298, 9512, 9365, 11815, 8110, 11250, 14025, 9129, 11842, 10717, 9325, 13001, 10714, 9659, 12835, 9807, 8870, 12882, 8708, 9070, 12701, 8321, 10349, 13317, 8175, 11091, 7805, 10115, 13247, 9462, 9851, 13071, 8279, 11752, 8951, 10400, 13564, 9804, 10168, 14511, 8767, 11851, 15028, 9283, 10751, 9642, 9270, 12632, 9934, 9089, 12701, 9258, 8772, 12430, 8528, 9494, 12175, 8595, 9143, 11017, 7871, 11856, 9157, 9368, 11876, 9001, 10936, 12521, 8382, 12361, 12180, 8852, 12281, 8826, 9777, 13330, 8585, 11204, 10049, 8719, 12236, 8839, 10293, 14309, 10165, 9955, 13309, 8802, 12218, 11734, 8600, 11104, 10418, 8044, 11875, 7763, 9878, 13498, 8242, 10275, 7956, 8575, 12979, 9327, 9506, 12751, 9380, 10683, 14614, 8778, 11253, 14304, 8662, 10194, 11479, 8541, 11176, 11942, 8532, 10818, 9910, 8714, 10745, 8774, 8580, 11920, 9098, 8824, 12254, 8486, 10113, 9370, 8983, 12232, 10801, 9470, 12084, 8730, 10436, 12176, 8858, 11164, 10919, 8979, 11014, 8391, 8631, 12343, 9149, 9100, 12446, 10207, 9226, 12076, 8108, 9292, 11468, 8547, 9537, 8849, 9085, 12641, 9366, 9705, 10899, 10381, 11352, 8714, 10128, 14138, 9127, 10677, 9941, 9693, 12962, 10946, 9336, 12518, 10219, 9096, 11089, 8249, 8909, 12262, 8647, 9323, 13389, 8765, 9715, 8426, 8715, 11838, 9400, 9060, 10642, 8626, 11537, 11130, 9701, 13192, 11218, 9926, 13532, 10151, 9549, 13689, 10096, 9268, 11757, 8570, 8957, 14296, 9292, 9051, 13051, 8214, 9629, 8669, 8673, 12101, 9478, 9475, 14016, 11385, 9565, 12280, 8270, 9334, 13759, 8997, 9518, 10673, 8534, 11620, 9389, 9165, 12531, 9416, 9707, 13766, 8425, 9993, 14531, 9703, 9584, 12104, 8243, 10338, 9250, 8570, 11541, 10069, 8582, 11033, 8460, 9240, 13286, 9377, 9577, 13544, 9167, 10050, 11028, 8114, 11406, 11316, 9148, 11775, 9271, 10017, 11058, 8306, 12244, 11886, 9663, 12115, 8720, 10242, 14502, 9468, 10285, 13936, 8802, 9891, 8751, 8580, 12120, 9036, 8824, 9907, 8398, 10873, 8781, 9113, 8133, 10541, 8210, 11235, 9529, 11133, 15616, 9484, 11503, 15507, 10260, 10281, 14459, 8696, 11066, 9778, 9284, 12065, 8956, 9622, 7453, 9741, 12427, 8079, 9591, 12260, 8790, 10304, 9087, 8579, 11783, 8565, 9656, 11971, 8079, 10035, 9714, 8838, 10274, 7792, 9911, 10128, 9023, 8754, 8440, 8944, 9009, 13469, 9301, 10463, 9220, 13862, 9282, 13317, 9531, 10719, 15435, 10348, 13916, 10647, 11056, 15008, 9498, 11054, 14881, 9727, 10254, 12110, 8979, 11639, 13761, 8319, 11798, 13024, 8473, 10423, 7839, 9139, 11319, 8033, 9078, 8870, 8008, 10813, 10243, 9733, 12512, 10103, 10640, 10634, 8450, 11893, 11547, 9449, 11814, 8345, 10719, 14248, 8888, 11073, 13984, 9282, 10530, 13185], 'WindowCenter': [4726.0, 4702.0, 4665.0, 4642.0, 4692.0, 4662.0, 4648.0, 4664.0, 4623.0, 4643.0, 4620.0, 4622.0, 4663.0, 4622.0, 4610.0, 4590.0, 4612.0, 4651.0, 4634.0, 4635.0, 4641.0, 4622.0, 4641.0, 4610.0, 4631.0, 4673.0, 4633.0, 4632.0, 4622.0, 4631.0, 4659.0, 4621.0, 4653.0, 4621.0, 4622.0, 4630.0, 4612.0, 4639.0, 4608.0, 4632.0, 4660.0, 4608.0, 4608.0, 4636.0, 4596.0, 4625.0, 4606.0, 4607.0, 4627.0, 4594.0, 4595.0, 4624.0, 4583.0, 4593.0, 4624.0, 4597.0, 4607.0, 4622.0, 4582.0, 4593.0, 4561.0, 4585.0, 4625.0, 4585.0, 4596.0, 4607.0, 4597.0, 4619.0, 4621.0, 4623.0, 4628.0, 4608.0, 4609.0, 4646.0, 4599.0, 4621.0, 4660.0, 4609.0, 4618.0, 4627.0, 4587.0, 4616.0, 4627.0, 4609.0, 4615.0, 4585.0, 4595.0, 4635.0, 4600.0, 4624.0, 4619.0, 4601.0, 4630.0, 4589.0, 4609.0, 4650.0, 4620.0, 4610.0, 4650.0, 4599.0, 4619.0, 4637.0, 4613.0, 4631.0, 4598.0, 4599.0, 4590.0, 4601.0, 4632.0, 4616.0, 4625.0, 4623.0, 4617.0, 4657.0, 4625.0, 4637.0, 4676.0, 4634.0, 4623.0, 4652.0, 4612.0, 4610.0, 4650.0, 4600.0, 4623.0, 4647.0, 4587.0, 4607.0, 4587.0, 4587.0, 4629.0, 4607.0, 4597.0, 4618.0, 4587.0, 4598.0, 4648.0, 4599.0, 4610.0, 4638.0, 4598.0, 4619.0, 4616.0, 4601.0, 4640.0, 4609.0, 4598.0, 4629.0, 4599.0, 4619.0, 4620.0, 4625.0, 4641.0, 4612.0, 4621.0, 4611.0, 4613.0, 4662.0, 4634.0, 4621.0, 4651.0, 4612.0, 4651.0, 4641.0, 4624.0, 4640.0, 4600.0, 4608.0, 4668.0, 4598.0, 4618.0, 4656.0, 4597.0, 4605.0, 4583.0, 4583.0, 4613.0, 4582.0, 4595.0, 4614.0, 4583.0, 4584.0, 4603.0, 4575.0, 4595.0, 4635.0, 4588.0, 4597.0, 4625.0, 4587.0, 4607.0, 4625.0, 4599.0, 4630.0, 4606.0, 4595.0, 4615.0, 4584.0, 4584.0, 4614.0, 4597.0, 4610.0, 4636.0, 4599.0, 4608.0, 4627.0, 4589.0, 4630.0, 4629.0, 4610.0, 4619.0, 4589.0, 4599.0, 4637.0, 4608.0, 4610.0, 4628.0, 4599.0, 4599.0, 4648.0, 4591.0, 4622.0, 4641.0, 4601.0, 4622.0, 4610.0, 4612.0, 4650.0, 4622.0, 4624.0, 4642.0, 4636.0, 4634.0, 4661.0, 4599.0, 4624.0, 4663.0, 4601.0, 4611.0, 4590.0, 4611.0, 4640.0, 4613.0, 4635.0, 4662.0, 4613.0, 4634.0, 4622.0, 4624.0, 4655.0, 4633.0, 4623.0, 4653.0, 4614.0, 4634.0, 4645.0, 4616.0, 4643.0, 4614.0, 4634.0, 4663.0, 4616.0, 4655.0, 4624.0, 4626.0, 4654.0, 4614.0, 4636.0, 4673.0, 4616.0, 4623.0, 4630.0, 4601.0, 4631.0, 4602.0, 4624.0, 4663.0, 4602.0, 4622.0, 4605.0, 4635.0, 4635.0, 4638.0, 4665.0, 4617.0, 4646.0, 4616.0, 4647.0, 4687.0, 4627.0, 4646.0, 4618.0, 4647.0, 4685.0, 4627.0, 4656.0, 4634.0, 4636.0, 4664.0, 4613.0, 4634.0, 4650.0, 4609.0, 4611.0, 4659.0, 4587.0, 4631.0, 4648.0, 4599.0, 4616.0, 4600.0, 4611.0, 4628.0, 4595.0, 4610.0, 4629.0, 4587.0, 4598.0, 4587.0, 4588.0, 4631.0, 4641.0, 4612.0, 4640.0, 4610.0, 4621.0, 4648.0, 4622.0, 4622.0, 4650.0, 4623.0, 4621.0, 4647.0, 4597.0, 4621.0, 4638.0, 4587.0, 4597.0, 4606.0, 4589.0, 4644.0, 4632.0, 4624.0, 4630.0, 4610.0, 4613.0, 4653.0, 4620.0, 4612.0, 4641.0, 4609.0, 4599.0, 4628.0, 4580.0, 4621.0, 4661.0, 4603.0, 4621.0, 4621.0, 4602.0, 4642.0, 4631.0, 4625.0, 4654.0, 4631.0, 4611.0, 4641.0, 4619.0, 4601.0, 4651.0, 4621.0, 4610.0, 4630.0, 4601.0, 4622.0, 4651.0, 4610.0, 4624.0, 4651.0, 4598.0, 4598.0, 4642.0, 4600.0, 4599.0, 4629.0, 4598.0, 4590.0, 4628.0, 4590.0, 4635.0, 4664.0, 4604.0, 4633.0, 4623.0, 4638.0, 4666.0, 4633.0, 4646.0, 4676.0, 4624.0, 4624.0, 4632.0, 4603.0, 4654.0, 4645.0, 4626.0, 4653.0, 4614.0, 4636.0, 4676.0, 4638.0, 4647.0, 4676.0, 4624.0, 4613.0, 4651.0, 4601.0, 4633.0, 4653.0, 4605.0, 4644.0, 4623.0, 4635.0, 4663.0, 4624.0, 4637.0, 4664.0, 4623.0, 4637.0, 4664.0, 4592.0, 4621.0, 4650.0, 4602.0, 4634.0, 4650.0, 4591.0, 4622.0, 4610.0, 4605.0, 4655.0, 4623.0, 4613.0, 4642.0, 4606.0, 4645.0, 4664.0, 4625.0, 4636.0, 4652.0, 4602.0, 4622.0, 4651.0, 4602.0, 4624.0, 4665.0, 4614.0, 4624.0, 4654.0, 4605.0, 4635.0, 4663.0, 4616.0, 4647.0, 4664.0, 4615.0, 4655.0, 4634.0, 4617.0, 4669.0, 4647.0, 4627.0, 4656.0, 4620.0, 4659.0, 4638.0, 4658.0, 4686.0, 4656.0, 4663.0, 4643.0, 4663.0, 4647.0, 4640.0, 4650.0, 4664.0, 4706.0, 4682.0, 4650.0, 4651.0, 4653.0, 4691.0, 4630.0, 4669.0, 4671.0, 4661.0, 4660.0, 4663.0, 4690.0, 4640.0, 4668.0, 4626.0, 4646.0, 4689.0, 4658.0, 4635.0, 4633.0, 4614.0, 4653.0, 4611.0, 4632.0, 4660.0, 4614.0, 4643.0, 4641.0, 4612.0, 4641.0, 4601.0, 4633.0, 4649.0, 4600.0, 4629.0, 4619.0, 4599.0, 4629.0, 4597.0, 4611.0, 4639.0, 4597.0, 4608.0, 4627.0, 4589.0, 4630.0, 4639.0, 4610.0, 4630.0, 4610.0, 4620.0, 4649.0, 4612.0, 4631.0, 4610.0, 4602.0, 4640.0, 4608.0, 4609.0, 4650.0, 4636.0, 4625.0, 4642.0, 4613.0, 4655.0, 4604.0, 4643.0, 4627.0, 4660.0, 4607.0, 4657.0, 4676.0, 4661.0, 4670.0, 4666.0, 4625.0, 4654.0, 4652.0, 4634.0, 4679.0, 4654.0, 4647.0, 4651.0, 4601.0, 4632.0, 4652.0, 4625.0, 4632.0, 4610.0, 4646.0, 4617.0, 4647.0, 4602.0, 4635.0, 4632.0, 4623.0, 4646.0, 4638.0, 4665.0, 4616.0, 4653.0, 4615.0, 4654.0, 4651.0, 4625.0, 4664.0, 4630.0, 4621.0, 4590.0, 4611.0, 4650.0, 4612.0, 4654.0, 4662.0, 4623.0, 4654.0, 4614.0, 4642.0, 4641.0, 4625.0, 4667.0, 4623.0, 4632.0, 4650.0, 4599.0, 4640.0, 4630.0, 4610.0, 4641.0, 4600.0, 4630.0, 4649.0, 4610.0, 4655.0, 4651.0, 4599.0, 4628.0, 4587.0, 4629.0, 4648.0, 4611.0, 4631.0, 4619.0, 4600.0, 4639.0, 4608.0, 4611.0, 4652.0, 4622.0, 4611.0, 4623.0, 4627.0, 4653.0, 4625.0, 4658.0, 4675.0, 4614.0, 4643.0, 4622.0, 4634.0, 4676.0, 4634.0, 4623.0, 4664.0, 4603.0, 4642.0, 4643.0, 4614.0, 4651.0, 4621.0, 4610.0, 4639.0, 4610.0, 4632.0, 4649.0, 4613.0, 4643.0, 4609.0, 4600.0, 4651.0, 4632.0, 4613.0, 4642.0, 4599.0, 4600.0, 4639.0, 4601.0, 4633.0, 4651.0, 4612.0, 4643.0, 4601.0, 4622.0, 4665.0, 4633.0, 4622.0, 4652.0, 4611.0, 4620.0, 4649.0, 4612.0, 4634.0, 4650.0, 4611.0, 4632.0, 4662.0, 4601.0, 4631.0, 4631.0, 4615.0, 4654.0, 4623.0, 4624.0, 4633.0, 4604.0, 4664.0, 4643.0, 4636.0, 4664.0, 4634.0, 4646.0, 4663.0, 4614.0, 4654.0, 4664.0, 4623.0, 4641.0, 4601.0, 4621.0, 4649.0, 4612.0, 4643.0, 4662.0, 4602.0, 4642.0, 4601.0, 4632.0, 4662.0, 4622.0, 4632.0, 4661.0, 4612.0, 4629.0, 4602.0, 4623.0, 4650.0, 4611.0, 4643.0, 4614.0, 4624.0, 4651.0, 4611.0, 4636.0, 4643.0, 4613.0, 4652.0, 4633.0, 4634.0, 4652.0, 4621.0, 4631.0, 4662.0, 4609.0, 4618.0, 4649.0, 4600.0, 4610.0, 4637.0, 4598.0, 4608.0, 4588.0, 4600.0, 4651.0, 4620.0, 4611.0, 4641.0, 4602.0, 4643.0, 4663.0, 4624.0, 4654.0, 4632.0, 4612.0, 4652.0, 4620.0, 4611.0, 4640.0, 4609.0, 4600.0, 4638.0, 4597.0, 4598.0, 4638.0, 4612.0, 4645.0, 4663.0, 4602.0, 4631.0, 4591.0, 4632.0, 4663.0, 4624.0, 4633.0, 4663.0, 4613.0, 4643.0, 4611.0, 4644.0, 4663.0, 4621.0, 4632.0, 4660.0, 4600.0, 4640.0, 4660.0, 4610.0, 4621.0, 4609.0, 4609.0, 4638.0, 4606.0, 4610.0, 4638.0, 4598.0, 4587.0, 4627.0, 4586.0, 4611.0, 4640.0, 4600.0, 4608.0, 4617.0, 4589.0, 4639.0, 4610.0, 4623.0, 4640.0, 4612.0, 4643.0, 4651.0, 4602.0, 4653.0, 4666.0, 4623.0, 4641.0, 4610.0, 4620.0, 4651.0, 4613.0, 4644.0, 4621.0, 4613.0, 4653.0, 4612.0, 4632.0, 4673.0, 4633.0, 4622.0, 4661.0, 4612.0, 4652.0, 4654.0, 4617.0, 4648.0, 4620.0, 4590.0, 4616.0, 4565.0, 4620.0, 4649.0, 4590.0, 4620.0, 4589.0, 4600.0, 4650.0, 4613.0, 4624.0, 4640.0, 4600.0, 4620.0, 4663.0, 4602.0, 4632.0, 4649.0, 4588.0, 4620.0, 4630.0, 4599.0, 4618.0, 4615.0, 4589.0, 4618.0, 4607.0, 4600.0, 4618.0, 4586.0, 4588.0, 4628.0, 4599.0, 4613.0, 4639.0, 4601.0, 4622.0, 4610.0, 4612.0, 4642.0, 4643.0, 4623.0, 4642.0, 4615.0, 4634.0, 4641.0, 4613.0, 4633.0, 4632.0, 4612.0, 4632.0, 4590.0, 4601.0, 4641.0, 4613.0, 4626.0, 4666.0, 4633.0, 4623.0, 4641.0, 4603.0, 4637.0, 4656.0, 4614.0, 4635.0, 4625.0, 4626.0, 4665.0, 4653.0, 4650.0, 4660.0, 4662.0, 4647.0, 4617.0, 4648.0, 4677.0, 4626.0, 4635.0, 4637.0, 4650.0, 4667.0, 4633.0, 4625.0, 4654.0, 4621.0, 4615.0, 4644.0, 4602.0, 4612.0, 4641.0, 4614.0, 4626.0, 4664.0, 4614.0, 4623.0, 4603.0, 4615.0, 4655.0, 4638.0, 4638.0, 4647.0, 4628.0, 4668.0, 4658.0, 4663.0, 4681.0, 4657.0, 4637.0, 4666.0, 4635.0, 4625.0, 4665.0, 4637.0, 4626.0, 4643.0, 4614.0, 4640.0, 4677.0, 4625.0, 4638.0, 4677.0, 4628.0, 4636.0, 4627.0, 4628.0, 4666.0, 4637.0, 4663.0, 4692.0, 4656.0, 4637.0, 4657.0, 4618.0, 4640.0, 4676.0, 4625.0, 4626.0, 4646.0, 4615.0, 4644.0, 4624.0, 4628.0, 4655.0, 4614.0, 4625.0, 4677.0, 4616.0, 4636.0, 4677.0, 4624.0, 4623.0, 4642.0, 4603.0, 4633.0, 4611.0, 4613.0, 4644.0, 4635.0, 4615.0, 4644.0, 4615.0, 4626.0, 4665.0, 4626.0, 4638.0, 4677.0, 4638.0, 4637.0, 4645.0, 4616.0, 4658.0, 4656.0, 4638.0, 4667.0, 4639.0, 4649.0, 4657.0, 4631.0, 4669.0, 4656.0, 4637.0, 4656.0, 4617.0, 4648.0, 4676.0, 4624.0, 4637.0, 4675.0, 4613.0, 4623.0, 4612.0, 4626.0, 4666.0, 4639.0, 4641.0, 4649.0, 4631.0, 4658.0, 4629.0, 4638.0, 4629.0, 4646.0, 4628.0, 4658.0, 4651.0, 4660.0, 4687.0, 4626.0, 4645.0, 4675.0, 4635.0, 4622.0, 4650.0, 4589.0, 4617.0, 4607.0, 4610.0, 4628.0, 4599.0, 4610.0, 4579.0, 4620.0, 4639.0, 4604.0, 4625.0, 4643.0, 4601.0, 4620.0, 4599.0, 4614.0, 4642.0, 4601.0, 4622.0, 4639.0, 4590.0, 4623.0, 4624.0, 4614.0, 4633.0, 4618.0, 4648.0, 4647.0, 4630.0, 4627.0, 4616.0, 4638.0, 4638.0, 4691.0, 4652.0, 4659.0, 4639.0, 4676.0, 4640.0, 4678.0, 4636.0, 4646.0, 4686.0, 4649.0, 4666.0, 4635.0, 4633.0, 4661.0, 4611.0, 4620.0, 4650.0, 4610.0, 4608.0, 4627.0, 4600.0, 4630.0, 4638.0, 4577.0, 4614.0, 4622.0, 4574.0, 4604.0, 4565.0, 4608.0, 4629.0, 4591.0, 4598.0, 4600.0, 4591.0, 4631.0, 4621.0, 4625.0, 4654.0, 4634.0, 4634.0, 4632.0, 4603.0, 4644.0, 4644.0, 4625.0, 4643.0, 4604.0, 4633.0, 4662.0, 4613.0, 4645.0, 4663.0, 4612.0, 4623.0, 4640.0], 'WindowWidth': [10355.0, 10295.0, 10229.0, 10189.0, 10257.0, 10216.0, 10188.0, 10204.0, 10143.0, 10169.0, 10135.0, 10142.0, 10198.0, 10141.0, 10120.0, 10096.0, 10128.0, 10179.0, 10162.0, 10164.0, 10167.0, 10142.0, 10166.0, 10122.0, 10152.0, 10215.0, 10159.0, 10156.0, 10141.0, 10152.0, 10188.0, 10140.0, 10188.0, 10139.0, 10139.0, 10147.0, 10124.0, 10159.0, 10117.0, 10154.0, 10192.0, 10114.0, 10112.0, 10148.0, 10095.0, 10133.0, 10107.0, 10113.0, 10138.0, 10088.0, 10090.0, 10127.0, 10071.0, 10083.0, 10127.0, 10096.0, 10110.0, 10123.0, 10071.0, 10085.0, 10042.0, 10079.0, 10134.0, 10080.0, 10095.0, 10112.0, 10099.0, 10130.0, 10135.0, 10141.0, 10142.0, 10115.0, 10117.0, 10164.0, 10102.0, 10134.0, 10188.0, 10116.0, 10126.0, 10136.0, 10081.0, 10121.0, 10137.0, 10115.0, 10117.0, 10077.0, 10091.0, 10144.0, 10108.0, 10146.0, 10129.0, 10108.0, 10147.0, 10089.0, 10117.0, 10174.0, 10132.0, 10120.0, 10174.0, 10103.0, 10130.0, 10152.0, 10128.0, 10151.0, 10102.0, 10104.0, 10095.0, 10110.0, 10153.0, 10138.0, 10150.0, 10145.0, 10140.0, 10197.0, 10151.0, 10168.0, 10223.0, 10158.0, 10142.0, 10180.0, 10123.0, 10119.0, 10173.0, 10107.0, 10140.0, 10166.0, 10085.0, 10110.0, 10083.0, 10085.0, 10144.0, 10114.0, 10099.0, 10126.0, 10085.0, 10101.0, 10167.0, 10105.0, 10120.0, 10155.0, 10102.0, 10131.0, 10124.0, 10108.0, 10162.0, 10117.0, 10102.0, 10144.0, 10106.0, 10133.0, 10136.0, 10148.0, 10165.0, 10128.0, 10138.0, 10124.0, 10129.0, 10196.0, 10159.0, 10139.0, 10178.0, 10126.0, 10178.0, 10163.0, 10144.0, 10160.0, 10104.0, 10115.0, 10195.0, 10098.0, 10128.0, 10177.0, 10095.0, 10103.0, 10071.0, 10072.0, 10111.0, 10068.0, 10092.0, 10116.0, 10071.0, 10074.0, 10098.0, 10063.0, 10090.0, 10145.0, 10085.0, 10096.0, 10135.0, 10083.0, 10109.0, 10132.0, 10105.0, 10147.0, 10106.0, 10090.0, 10117.0, 10075.0, 10076.0, 10117.0, 10098.0, 10119.0, 10150.0, 10101.0, 10113.0, 10138.0, 10088.0, 10146.0, 10144.0, 10117.0, 10130.0, 10088.0, 10102.0, 10153.0, 10114.0, 10120.0, 10141.0, 10103.0, 10104.0, 10169.0, 10095.0, 10139.0, 10164.0, 10108.0, 10137.0, 10121.0, 10125.0, 10175.0, 10139.0, 10144.0, 10166.0, 10166.0, 10160.0, 10190.0, 10105.0, 10145.0, 10199.0, 10111.0, 10122.0, 10094.0, 10123.0, 10163.0, 10132.0, 10162.0, 10195.0, 10131.0, 10159.0, 10139.0, 10148.0, 10191.0, 10157.0, 10144.0, 10184.0, 10132.0, 10159.0, 10175.0, 10139.0, 10171.0, 10133.0, 10160.0, 10198.0, 10140.0, 10192.0, 10146.0, 10149.0, 10186.0, 10133.0, 10165.0, 10214.0, 10138.0, 10142.0, 10148.0, 10109.0, 10150.0, 10113.0, 10148.0, 10199.0, 10114.0, 10143.0, 10124.0, 10162.0, 10165.0, 10173.0, 10206.0, 10144.0, 10182.0, 10141.0, 10184.0, 10241.0, 10155.0, 10181.0, 10146.0, 10181.0, 10234.0, 10156.0, 10193.0, 10160.0, 10162.0, 10200.0, 10128.0, 10161.0, 10178.0, 10116.0, 10119.0, 10184.0, 10084.0, 10147.0, 10171.0, 10100.0, 10120.0, 10109.0, 10124.0, 10142.0, 10092.0, 10121.0, 10147.0, 10086.0, 10099.0, 10085.0, 10089.0, 10153.0, 10165.0, 10126.0, 10160.0, 10121.0, 10137.0, 10170.0, 10140.0, 10139.0, 10174.0, 10143.0, 10136.0, 10166.0, 10097.0, 10137.0, 10154.0, 10082.0, 10098.0, 10109.0, 10092.0, 10175.0, 10155.0, 10146.0, 10149.0, 10119.0, 10129.0, 10186.0, 10135.0, 10126.0, 10164.0, 10118.0, 10103.0, 10141.0, 10080.0, 10136.0, 10195.0, 10118.0, 10137.0, 10136.0, 10114.0, 10168.0, 10151.0, 10150.0, 10188.0, 10149.0, 10123.0, 10163.0, 10131.0, 10108.0, 10179.0, 10137.0, 10120.0, 10148.0, 10110.0, 10138.0, 10179.0, 10119.0, 10145.0, 10176.0, 10098.0, 10097.0, 10167.0, 10108.0, 10106.0, 10144.0, 10100.0, 10092.0, 10141.0, 10094.0, 10164.0, 10203.0, 10119.0, 10156.0, 10145.0, 10173.0, 10208.0, 10157.0, 10179.0, 10221.0, 10146.0, 10144.0, 10154.0, 10117.0, 10187.0, 10178.0, 10152.0, 10184.0, 10133.0, 10165.0, 10222.0, 10172.0, 10183.0, 10221.0, 10145.0, 10129.0, 10177.0, 10110.0, 10156.0, 10184.0, 10123.0, 10173.0, 10145.0, 10161.0, 10198.0, 10146.0, 10169.0, 10201.0, 10141.0, 10168.0, 10199.0, 10097.0, 10134.0, 10175.0, 10112.0, 10156.0, 10174.0, 10094.0, 10139.0, 10120.0, 10125.0, 10191.0, 10144.0, 10128.0, 10168.0, 10124.0, 10174.0, 10199.0, 10149.0, 10162.0, 10179.0, 10110.0, 10137.0, 10175.0, 10112.0, 10146.0, 10203.0, 10133.0, 10143.0, 10186.0, 10120.0, 10159.0, 10199.0, 10137.0, 10181.0, 10202.0, 10135.0, 10190.0, 10159.0, 10142.0, 10219.0, 10187.0, 10156.0, 10195.0, 10152.0, 10201.0, 10175.0, 10219.0, 10253.0, 10212.0, 10217.0, 10191.0, 10216.0, 10186.0, 10179.0, 10194.0, 10218.0, 10281.0, 10240.0, 10192.0, 10195.0, 10202.0, 10250.0, 10165.0, 10216.0, 10224.0, 10209.0, 10207.0, 10216.0, 10247.0, 10177.0, 10211.0, 10152.0, 10178.0, 10246.0, 10199.0, 10160.0, 10155.0, 10131.0, 10183.0, 10123.0, 10150.0, 10189.0, 10132.0, 10168.0, 10164.0, 10125.0, 10164.0, 10110.0, 10154.0, 10171.0, 10106.0, 10143.0, 10129.0, 10101.0, 10142.0, 10096.0, 10121.0, 10157.0, 10098.0, 10114.0, 10138.0, 10088.0, 10145.0, 10159.0, 10119.0, 10146.0, 10119.0, 10132.0, 10171.0, 10125.0, 10150.0, 10120.0, 10113.0, 10159.0, 10113.0, 10117.0, 10175.0, 10167.0, 10149.0, 10167.0, 10130.0, 10193.0, 10121.0, 10169.0, 10159.0, 10206.0, 10130.0, 10194.0, 10223.0, 10208.0, 10219.0, 10206.0, 10148.0, 10186.0, 10180.0, 10159.0, 10230.0, 10189.0, 10182.0, 10176.0, 10105.0, 10151.0, 10180.0, 10150.0, 10152.0, 10120.0, 10180.0, 10147.0, 10184.0, 10114.0, 10165.0, 10157.0, 10143.0, 10183.0, 10175.0, 10205.0, 10138.0, 10187.0, 10138.0, 10186.0, 10181.0, 10152.0, 10202.0, 10150.0, 10136.0, 10094.0, 10123.0, 10174.0, 10130.0, 10189.0, 10197.0, 10144.0, 10189.0, 10134.0, 10168.0, 10164.0, 10150.0, 10215.0, 10145.0, 10153.0, 10176.0, 10106.0, 10162.0, 10149.0, 10120.0, 10163.0, 10108.0, 10148.0, 10172.0, 10122.0, 10189.0, 10182.0, 10105.0, 10143.0, 10086.0, 10143.0, 10171.0, 10124.0, 10149.0, 10132.0, 10107.0, 10159.0, 10115.0, 10125.0, 10184.0, 10142.0, 10123.0, 10144.0, 10158.0, 10186.0, 10152.0, 10203.0, 10220.0, 10134.0, 10173.0, 10143.0, 10162.0, 10222.0, 10161.0, 10143.0, 10202.0, 10118.0, 10166.0, 10173.0, 10135.0, 10178.0, 10137.0, 10119.0, 10159.0, 10121.0, 10152.0, 10171.0, 10130.0, 10168.0, 10119.0, 10106.0, 10178.0, 10154.0, 10132.0, 10166.0, 10104.0, 10108.0, 10158.0, 10111.0, 10159.0, 10179.0, 10127.0, 10167.0, 10110.0, 10141.0, 10203.0, 10159.0, 10140.0, 10182.0, 10124.0, 10134.0, 10173.0, 10127.0, 10160.0, 10176.0, 10125.0, 10154.0, 10197.0, 10112.0, 10151.0, 10154.0, 10139.0, 10189.0, 10146.0, 10146.0, 10159.0, 10122.0, 10202.0, 10172.0, 10165.0, 10201.0, 10160.0, 10176.0, 10199.0, 10132.0, 10187.0, 10204.0, 10144.0, 10164.0, 10110.0, 10137.0, 10172.0, 10129.0, 10173.0, 10198.0, 10114.0, 10170.0, 10112.0, 10153.0, 10195.0, 10142.0, 10153.0, 10192.0, 10129.0, 10145.0, 10115.0, 10146.0, 10177.0, 10125.0, 10173.0, 10137.0, 10149.0, 10181.0, 10126.0, 10166.0, 10174.0, 10130.0, 10183.0, 10159.0, 10162.0, 10181.0, 10138.0, 10151.0, 10193.0, 10116.0, 10127.0, 10172.0, 10108.0, 10119.0, 10153.0, 10101.0, 10116.0, 10089.0, 10108.0, 10181.0, 10137.0, 10126.0, 10165.0, 10117.0, 10171.0, 10200.0, 10149.0, 10187.0, 10153.0, 10127.0, 10183.0, 10134.0, 10123.0, 10161.0, 10116.0, 10106.0, 10155.0, 10100.0, 10102.0, 10156.0, 10131.0, 10177.0, 10198.0, 10113.0, 10152.0, 10097.0, 10154.0, 10198.0, 10148.0, 10158.0, 10199.0, 10131.0, 10171.0, 10126.0, 10174.0, 10198.0, 10139.0, 10154.0, 10192.0, 10109.0, 10163.0, 10192.0, 10121.0, 10134.0, 10118.0, 10118.0, 10155.0, 10109.0, 10120.0, 10153.0, 10100.0, 10084.0, 10136.0, 10083.0, 10122.0, 10163.0, 10107.0, 10115.0, 10125.0, 10091.0, 10157.0, 10121.0, 10143.0, 10163.0, 10127.0, 10169.0, 10181.0, 10115.0, 10183.0, 10211.0, 10145.0, 10165.0, 10121.0, 10135.0, 10177.0, 10132.0, 10173.0, 10140.0, 10130.0, 10184.0, 10127.0, 10156.0, 10213.0, 10160.0, 10142.0, 10194.0, 10128.0, 10183.0, 10192.0, 10141.0, 10184.0, 10131.0, 10091.0, 10117.0, 10048.0, 10132.0, 10172.0, 10089.0, 10131.0, 10088.0, 10104.0, 10173.0, 10129.0, 10146.0, 10159.0, 10104.0, 10131.0, 10199.0, 10112.0, 10150.0, 10172.0, 10086.0, 10132.0, 10146.0, 10104.0, 10126.0, 10118.0, 10087.0, 10126.0, 10108.0, 10105.0, 10126.0, 10080.0, 10086.0, 10140.0, 10105.0, 10127.0, 10158.0, 10110.0, 10138.0, 10121.0, 10125.0, 10168.0, 10170.0, 10142.0, 10168.0, 10136.0, 10158.0, 10166.0, 10128.0, 10156.0, 10153.0, 10127.0, 10153.0, 10093.0, 10107.0, 10162.0, 10131.0, 10152.0, 10208.0, 10158.0, 10141.0, 10165.0, 10118.0, 10172.0, 10194.0, 10134.0, 10164.0, 10150.0, 10151.0, 10208.0, 10204.0, 10192.0, 10208.0, 10211.0, 10183.0, 10142.0, 10184.0, 10224.0, 10153.0, 10162.0, 10167.0, 10193.0, 10211.0, 10156.0, 10146.0, 10185.0, 10136.0, 10134.0, 10173.0, 10111.0, 10124.0, 10164.0, 10132.0, 10150.0, 10199.0, 10131.0, 10144.0, 10116.0, 10136.0, 10191.0, 10174.0, 10173.0, 10184.0, 10158.0, 10215.0, 10201.0, 10217.0, 10239.0, 10196.0, 10166.0, 10209.0, 10164.0, 10148.0, 10203.0, 10168.0, 10152.0, 10169.0, 10133.0, 10181.0, 10223.0, 10150.0, 10172.0, 10225.0, 10161.0, 10166.0, 10154.0, 10159.0, 10208.0, 10168.0, 10217.0, 10254.0, 10194.0, 10169.0, 10196.0, 10147.0, 10181.0, 10222.0, 10151.0, 10151.0, 10179.0, 10135.0, 10174.0, 10145.0, 10155.0, 10189.0, 10131.0, 10146.0, 10224.0, 10140.0, 10167.0, 10224.0, 10145.0, 10140.0, 10168.0, 10115.0, 10155.0, 10122.0, 10130.0, 10175.0, 10163.0, 10136.0, 10174.0, 10135.0, 10151.0, 10204.0, 10154.0, 10173.0, 10225.0, 10171.0, 10169.0, 10177.0, 10140.0, 10198.0, 10194.0, 10173.0, 10211.0, 10176.0, 10187.0, 10197.0, 10169.0, 10217.0, 10194.0, 10167.0, 10192.0, 10140.0, 10184.0, 10220.0, 10146.0, 10167.0, 10219.0, 10130.0, 10143.0, 10126.0, 10153.0, 10208.0, 10180.0, 10185.0, 10193.0, 10169.0, 10199.0, 10163.0, 10173.0, 10163.0, 10180.0, 10160.0, 10201.0, 10196.0, 10206.0, 10239.0, 10150.0, 10176.0, 10221.0, 10162.0, 10137.0, 10174.0, 10087.0, 10125.0, 10109.0, 10120.0, 10140.0, 10102.0, 10120.0, 10080.0, 10134.0, 10159.0, 10121.0, 10150.0, 10171.0, 10109.0, 10132.0, 10105.0, 10133.0, 10169.0, 10113.0, 10140.0, 10160.0, 10095.0, 10145.0, 10147.0, 10132.0, 10158.0, 10148.0, 10189.0, 10187.0, 10163.0, 10157.0, 10139.0, 10175.0, 10175.0, 10253.0, 10197.0, 10205.0, 10175.0, 10220.0, 10180.0, 10226.0, 10166.0, 10178.0, 10234.0, 10187.0, 10208.0, 10163.0, 10156.0, 10192.0, 10121.0, 10131.0, 10175.0, 10119.0, 10110.0, 10136.0, 10107.0, 10147.0, 10157.0, 10070.0, 10114.0, 10121.0, 10059.0, 10099.0, 10052.0, 10114.0, 10147.0, 10096.0, 10102.0, 10106.0, 10096.0, 10150.0, 10136.0, 10150.0, 10186.0, 10158.0, 10159.0, 10155.0, 10116.0, 10173.0, 10174.0, 10149.0, 10170.0, 10119.0, 10156.0, 10194.0, 10128.0, 10176.0, 10197.0, 10127.0, 10139.0, 10162.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.004668279756733276</td></tr>
<tr><td colspan=3>aqi</td><td>0.04425759782797567</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.09541669089572</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.169757407608695</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0263047976347808</td></tr>
<tr><td colspan=3>efc</td><td>0.5038</td></tr>
<tr><td colspan=3>fber</td><td>5490.5107</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10784111308982527</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.90616854908775</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5835964172057166</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.483537668060575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.754003479793986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5132481037625896</td></tr>
<tr><td colspan=3>gcor</td><td>0.00928039</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013917015865445137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043114591389894485</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.191193060041575</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.6461</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.8229</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291473.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1022.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.4889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9366</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.4608</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3796.0233</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.2539</td></tr>
<tr><td colspan=3>tsnr</td><td>29.64268183754757</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>