<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-03/func/sub-0081_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>8fd8f870a48e2dda5930c325cc0c4220</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:18:23.600000</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.999836, -0.00333934, -0.0177815, 0.00506074, 0.995207, 0.0976619]</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.0846419</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4123, -7713, -7266, 612, -87, 40, 73, 95]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>530f0404-32cc-49fc-891a-ac2775171f20||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.682487726211548, 0.013577583245933056, -0.046899255365133286, 108.83623504638672], [0.008959210477769375, 2.670067071914673, 0.26388707756996155, -101.69355010986328], [-0.04770633578300476, -0.2620198726654053, 2.68666410446167, -54.69221878051758], [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': ['201823.600000', '201824.060000', '201824.520000', '201824.980000', '201825.440000', '201825.900000', '201826.360000', '201826.820000', '201827.280000', '201827.740000', '201828.200000', '201828.660000', '201829.120000', '201829.580000', '201830.040000', '201830.500000', '201830.960000', '201831.420000', '201831.880000', '201832.340000', '201832.800000', '201833.260000', '201833.720000', '201834.180000', '201834.640000', '201835.100000', '201835.560000', '201836.020000', '201836.480000', '201836.940000', '201837.400000', '201837.860000', '201838.320000', '201838.780000', '201839.240000', '201839.700000', '201840.160000', '201840.620000', '201841.080000', '201841.540000', '201842.000000', '201842.460000', '201842.920000', '201843.380000', '201843.840000', '201844.300000', '201844.760000', '201845.220000', '201845.680000', '201846.140000', '201846.600000', '201847.060000', '201847.520000', '201847.980000', '201848.440000', '201848.900000', '201849.360000', '201849.820000', '201850.280000', '201850.740000', '201851.200000', '201851.660000', '201852.120000', '201852.580000', '201853.040000', '201853.500000', '201853.960000', '201854.420000', '201854.880000', '201855.340000', '201855.800000', '201856.260000', '201856.720000', '201857.180000', '201857.640000', '201858.100000', '201858.560000', '201859.020000', '201859.480000', '201859.940000', '201900.400000', '201900.860000', '201901.320000', '201901.780000', '201902.240000', '201902.700000', '201903.160000', '201903.620000', '201904.080000', '201904.540000', '201905.000000', '201905.460000', '201905.920000', '201906.380000', '201906.840000', '201907.300000', '201907.760000', '201908.220000', '201908.680000', '201909.140000', '201909.600000', '201910.060000', '201910.520000', '201910.980000', '201911.440000', '201911.900000', '201912.360000', '201912.820000', '201913.280000', '201913.740000', '201914.200000', '201914.660000', '201915.120000', '201915.580000', '201916.040000', '201916.500000', '201916.960000', '201917.420000', '201917.880000', '201918.340000', '201918.800000', '201919.260000', '201919.720000', '201920.180000', '201920.640000', '201921.100000', '201921.560000', '201922.020000', '201922.480000', '201922.940000', '201923.400000', '201923.860000', '201924.320000', '201924.780000', '201925.240000', '201925.700000', '201926.160000', '201926.620000', '201927.080000', '201927.540000', '201928.000000', '201928.460000', '201928.920000', '201929.380000', '201929.840000', '201930.300000', '201930.760000', '201931.220000', '201931.680000', '201932.140000', '201932.600000', '201933.060000', '201933.520000', '201933.980000', '201934.440000', '201934.900000', '201935.360000', '201935.820000', '201936.280000', '201936.740000', '201937.200000', '201937.660000', '201938.120000', '201938.580000', '201939.040000', '201939.500000', '201939.960000', '201940.420000', '201940.880000', '201941.340000', '201941.800000', '201942.260000', '201942.720000', '201943.180000', '201943.640000', '201944.100000', '201944.560000', '201945.020000', '201945.480000', '201945.940000', '201946.400000', '201946.860000', '201947.320000', '201947.780000', '201948.240000', '201948.700000', '201949.160000', '201949.620000', '201950.080000', '201950.540000', '201951.000000', '201951.460000', '201951.920000', '201952.380000', '201952.840000', '201953.300000', '201953.760000', '201954.220000', '201954.680000', '201955.140000', '201955.600000', '201956.060000', '201956.520000', '201956.980000', '201957.440000', '201957.900000', '201958.360000', '201958.820000', '201959.280000', '201959.740000', '202000.200000', '202000.660000', '202001.120000', '202001.580000', '202002.040000', '202002.500000', '202002.960000', '202003.420000', '202003.880000', '202004.340000', '202004.800000', '202005.260000', '202005.720000', '202006.180000', '202006.640000', '202007.100000', '202007.560000', '202008.020000', '202008.480000', '202008.940000', '202009.400000', '202009.860000', '202010.320000', '202010.780000', '202011.240000', '202011.700000', '202012.160000', '202012.620000', '202013.080000', '202013.540000', '202014.000000', '202014.460000', '202014.920000', '202015.380000', '202015.840000', '202016.300000', '202016.760000', '202017.220000', '202017.680000', '202018.140000', '202018.600000', '202019.060000', '202019.520000', '202019.980000', '202020.440000', '202020.900000', '202021.360000', '202021.820000', '202022.280000', '202022.740000', '202023.200000', '202023.660000', '202024.120000', '202024.580000', '202025.040000', '202025.500000', '202025.960000', '202026.420000', '202026.880000', '202027.340000', '202027.800000', '202028.260000', '202028.720000', '202029.180000', '202029.640000', '202030.100000', '202030.560000', '202031.020000', '202031.480000', '202031.940000', '202032.400000', '202032.860000', '202033.320000', '202033.780000', '202034.240000', '202034.700000', '202035.160000', '202035.620000', '202036.080000', '202036.540000', '202037.000000', '202037.460000', '202037.920000', '202038.380000', '202038.840000', '202039.300000', '202039.760000', '202040.220000', '202040.680000', '202041.140000', '202041.600000', '202042.060000', '202042.520000', '202042.980000', '202043.440000', '202043.900000', '202044.360000', '202044.820000', '202045.280000', '202045.740000', '202046.200000', '202046.660000', '202047.120000', '202047.580000', '202048.040000', '202048.500000', '202048.960000', '202049.420000', '202049.880000', '202050.340000', '202050.800000', '202051.260000', '202051.720000', '202052.180000', '202052.640000', '202053.100000', '202053.560000', '202054.020000', '202054.480000', '202054.940000', '202055.400000', '202055.860000', '202056.320000', '202056.780000', '202057.240000', '202057.700000', '202058.160000', '202058.620000', '202059.080000', '202059.540000', '202100.000000', '202100.460000', '202100.920000', '202101.380000', '202101.840000', '202102.300000', '202102.760000', '202103.220000', '202103.680000', '202104.140000', '202104.600000', '202105.060000', '202105.520000', '202105.980000', '202106.440000', '202106.900000', '202107.360000', '202107.820000', '202108.280000', '202108.740000', '202109.200000', '202109.660000', '202110.120000', '202110.580000', '202111.040000', '202111.500000', '202111.960000', '202112.420000', '202112.880000', '202113.340000', '202113.800000', '202114.260000', '202114.720000', '202115.180000', '202115.640000', '202116.100000', '202116.560000', '202117.020000', '202117.480000', '202117.940000', '202118.400000', '202118.860000', '202119.320000', '202119.780000', '202120.240000', '202120.700000', '202121.160000', '202121.620000', '202122.080000', '202122.540000', '202123.000000', '202123.460000', '202123.920000', '202124.380000', '202124.840000', '202125.300000', '202125.760000', '202126.220000', '202126.680000', '202127.140000', '202127.600000', '202128.060000', '202128.520000', '202128.980000', '202129.440000', '202129.900000', '202130.360000', '202130.820000', '202131.280000', '202131.740000', '202132.200000', '202132.660000', '202133.120000', '202133.580000', '202134.040000', '202134.500000', '202134.960000', '202135.420000', '202135.880000', '202136.340000', '202136.800000', '202137.260000', '202137.720000', '202138.180000', '202138.640000', '202139.100000', '202139.560000', '202140.020000', '202140.480000', '202140.940000', '202141.400000', '202141.860000', '202142.320000', '202142.780000', '202143.240000', '202143.700000', '202144.160000', '202144.620000', '202145.080000', '202145.540000', '202146.000000', '202146.460000', '202146.920000', '202147.380000', '202147.840000', '202148.300000', '202148.760000', '202149.220000', '202149.680000', '202150.140000', '202150.600000', '202151.060000', '202151.520000', '202151.980000', '202152.440000', '202152.900000', '202153.360000', '202153.820000', '202154.280000', '202154.740000', '202155.200000', '202155.660000', '202156.120000', '202156.580000', '202157.040000', '202157.500000', '202157.960000', '202158.420000', '202158.880000', '202159.340000', '202159.800000', '202200.260000', '202200.720000', '202201.180000', '202201.640000', '202202.100000', '202202.560000', '202203.020000', '202203.480000', '202203.940000', '202204.400000', '202204.860000', '202205.320000', '202205.780000', '202206.240000', '202206.700000', '202207.160000', '202207.620000', '202208.080000', '202208.540000', '202209.000000', '202209.460000', '202209.920000', '202210.380000', '202210.840000', '202211.300000', '202211.760000', '202212.220000', '202212.680000', '202213.140000', '202213.600000', '202214.060000', '202214.520000', '202214.980000', '202215.440000', '202215.900000', '202216.360000', '202216.820000', '202217.280000', '202217.740000', '202218.200000', '202218.660000', '202219.120000', '202219.580000', '202220.040000', '202220.500000', '202220.960000', '202221.420000', '202221.880000', '202222.340000', '202222.800000', '202223.260000', '202223.720000', '202224.180000', '202224.640000', '202225.100000', '202225.560000', '202226.020000', '202226.480000', '202226.940000', '202227.400000', '202227.860000', '202228.320000', '202228.780000', '202229.240000', '202229.700000', '202230.160000', '202230.620000', '202231.080000', '202231.540000', '202232.000000', '202232.460000', '202232.920000', '202233.380000', '202233.840000', '202234.300000', '202234.760000', '202235.220000', '202235.680000', '202236.140000', '202236.600000', '202237.060000', '202237.520000', '202237.980000', '202238.440000', '202238.900000', '202239.360000', '202239.820000', '202240.280000', '202240.740000', '202241.200000', '202241.660000', '202242.120000', '202242.580000', '202243.040000', '202243.500000', '202243.960000', '202244.420000', '202244.880000', '202245.340000', '202245.800000', '202246.260000', '202246.720000', '202247.180000', '202247.640000', '202248.100000', '202248.560000', '202249.020000', '202249.480000', '202249.940000', '202250.400000', '202250.860000', '202251.320000', '202251.780000', '202252.240000', '202252.700000', '202253.160000', '202253.620000', '202254.080000', '202254.540000', '202255.000000', '202255.460000', '202255.920000', '202256.380000', '202256.840000', '202257.300000', '202257.760000', '202258.220000', '202258.680000', '202259.140000', '202259.600000', '202300.060000', '202300.520000', '202300.980000', '202301.440000', '202301.900000', '202302.360000', '202302.820000', '202303.280000', '202303.740000', '202304.200000', '202304.660000', '202305.120000', '202305.580000', '202306.040000', '202306.500000', '202306.960000', '202307.420000', '202307.880000', '202308.340000', '202308.800000', '202309.260000', '202309.720000', '202310.180000', '202310.640000', '202311.100000', '202311.560000', '202312.020000', '202312.480000', '202312.940000', '202313.400000', '202313.860000', '202314.320000', '202314.780000', '202315.240000', '202315.700000', '202316.160000', '202316.620000', '202317.080000', '202317.540000', '202318.000000', '202318.460000', '202318.920000', '202319.380000', '202319.840000', '202320.300000', '202320.760000', '202321.220000', '202321.680000', '202322.140000', '202322.600000', '202323.060000', '202323.520000', '202323.980000', '202324.440000', '202324.900000', '202325.360000', '202325.820000', '202326.280000', '202326.740000', '202327.200000', '202327.660000', '202328.120000', '202328.580000', '202329.040000', '202329.500000', '202329.960000', '202330.420000', '202330.880000', '202331.340000', '202331.800000', '202332.260000', '202332.720000', '202333.180000', '202333.640000', '202334.100000', '202334.560000', '202335.020000', '202335.480000', '202335.940000', '202336.400000', '202336.860000', '202337.320000', '202337.780000', '202338.240000', '202338.700000', '202339.160000', '202339.620000', '202340.080000', '202340.540000', '202341.000000', '202341.460000', '202341.920000', '202342.380000', '202342.840000', '202343.300000', '202343.760000', '202344.220000', '202344.680000', '202345.140000', '202345.600000', '202346.060000', '202346.520000', '202346.980000', '202347.440000', '202347.900000', '202348.360000', '202348.820000', '202349.280000', '202349.740000', '202350.200000', '202350.660000', '202351.120000', '202351.580000', '202352.040000', '202352.500000', '202352.960000', '202353.420000', '202353.880000', '202354.340000', '202354.800000', '202355.260000', '202355.720000', '202356.180000', '202356.640000', '202357.100000', '202357.560000', '202358.020000', '202358.480000', '202358.940000', '202359.400000', '202359.860000', '202400.320000', '202400.780000', '202401.240000', '202401.700000', '202402.160000', '202402.620000', '202403.080000', '202403.540000', '202404.000000', '202404.460000', '202404.920000', '202405.380000', '202405.840000', '202406.300000', '202406.760000', '202407.220000', '202407.680000', '202408.140000', '202408.600000', '202409.060000', '202409.520000', '202409.980000', '202410.440000', '202410.900000', '202411.360000', '202411.820000', '202412.280000', '202412.740000', '202413.200000', '202413.660000', '202414.120000', '202414.580000', '202415.040000', '202415.500000', '202415.960000', '202416.420000', '202416.880000', '202417.340000', '202417.800000', '202418.260000', '202418.720000', '202419.180000', '202419.640000', '202420.100000', '202420.560000', '202421.020000', '202421.480000', '202421.940000', '202422.400000', '202422.860000', '202423.320000', '202423.780000', '202424.240000', '202424.700000', '202425.160000', '202425.620000', '202426.080000', '202426.540000', '202427.000000', '202427.460000', '202427.920000', '202428.380000', '202428.840000', '202429.300000', '202429.760000', '202430.220000', '202430.680000', '202431.140000', '202431.600000', '202432.060000', '202432.520000', '202432.980000', '202433.440000', '202433.900000', '202434.360000', '202434.820000', '202435.280000', '202435.740000', '202436.200000', '202436.660000', '202437.120000', '202437.580000', '202438.040000', '202438.500000', '202438.960000', '202439.420000', '202439.880000', '202440.340000', '202440.800000', '202441.260000', '202441.720000', '202442.180000', '202442.640000', '202443.100000', '202443.560000', '202444.020000', '202444.480000', '202444.940000', '202445.400000', '202445.860000', '202446.320000', '202446.780000', '202447.240000', '202447.700000', '202448.160000', '202448.620000', '202449.080000', '202449.540000', '202450.000000', '202450.460000', '202450.920000', '202451.380000', '202451.840000', '202452.300000', '202452.760000', '202453.220000', '202453.680000', '202454.140000', '202454.600000', '202455.060000', '202455.520000', '202455.980000', '202456.440000', '202456.900000', '202457.360000', '202457.820000', '202458.280000', '202458.740000', '202459.200000', '202459.660000', '202500.120000', '202500.580000', '202501.040000', '202501.500000', '202501.960000', '202502.420000', '202502.880000', '202503.340000', '202503.800000', '202504.260000', '202504.720000', '202505.180000', '202505.640000', '202506.100000', '202506.560000', '202507.020000', '202507.480000', '202507.940000', '202508.400000', '202508.860000', '202509.320000', '202509.780000', '202510.240000', '202510.700000', '202511.160000', '202511.620000', '202512.080000', '202512.540000', '202513.000000', '202513.460000', '202513.920000', '202514.380000', '202514.840000', '202515.300000', '202515.760000', '202516.220000', '202516.680000', '202517.140000', '202517.600000', '202518.060000', '202518.520000', '202518.980000', '202519.440000', '202519.900000', '202520.360000', '202520.820000', '202521.280000', '202521.740000', '202522.200000', '202522.660000', '202523.120000', '202523.580000', '202524.040000', '202524.500000', '202524.960000', '202525.420000', '202525.880000', '202526.340000', '202526.800000', '202527.260000', '202527.720000', '202528.180000', '202528.640000', '202529.100000', '202529.560000', '202530.020000', '202530.480000', '202530.940000', '202531.400000', '202531.860000', '202532.320000', '202532.780000', '202533.240000', '202533.700000', '202534.160000', '202534.620000', '202535.080000', '202535.540000', '202536.000000', '202536.460000', '202536.920000', '202537.380000', '202537.840000', '202538.300000', '202538.760000', '202539.220000', '202539.680000', '202540.140000', '202540.600000', '202541.060000', '202541.520000', '202541.980000', '202542.440000', '202542.900000', '202543.360000', '202543.820000', '202544.280000', '202544.740000', '202545.200000', '202545.660000', '202546.120000', '202546.580000', '202547.040000', '202547.500000', '202547.960000', '202548.420000', '202548.880000', '202549.340000', '202549.800000', '202550.260000', '202550.720000', '202551.180000', '202551.640000', '202552.100000', '202552.560000', '202553.020000', '202553.480000', '202553.940000', '202554.400000', '202554.860000', '202555.320000', '202555.780000', '202556.240000', '202556.700000', '202557.160000', '202557.620000', '202558.080000', '202558.540000', '202559.000000', '202559.460000', '202559.920000', '202600.380000', '202600.840000', '202601.300000', '202601.760000', '202602.220000', '202602.680000', '202603.140000', '202603.600000', '202604.060000', '202604.520000', '202604.980000', '202605.440000', '202605.900000', '202606.360000', '202606.820000', '202607.280000', '202607.740000', '202608.200000', '202608.660000', '202609.120000', '202609.580000', '202610.040000', '202610.500000', '202610.960000', '202611.420000', '202611.880000', '202612.340000', '202612.800000', '202613.260000', '202613.720000', '202614.180000', '202614.640000', '202615.100000', '202615.560000', '202616.020000', '202616.480000', '202616.940000', '202617.400000', '202617.860000', '202618.320000', '202618.780000', '202619.240000', '202619.700000', '202620.160000', '202620.620000', '202621.080000', '202621.540000', '202622.000000', '202622.460000', '202622.920000', '202623.380000', '202623.840000', '202624.300000', '202624.760000', '202625.220000', '202625.680000', '202626.140000', '202626.600000', '202627.060000', '202627.520000', '202627.980000', '202628.440000', '202628.900000', '202629.360000', '202629.820000', '202630.280000', '202630.740000', '202631.200000', '202631.660000', '202632.120000', '202632.580000', '202633.040000', '202633.500000', '202633.960000', '202634.420000', '202634.880000', '202635.340000', '202635.800000', '202636.260000', '202636.720000', '202637.180000', '202637.640000', '202638.100000', '202638.560000', '202639.020000', '202639.480000', '202639.940000', '202640.400000', '202640.860000', '202641.320000', '202641.780000', '202642.240000', '202642.700000', '202643.160000', '202643.620000', '202644.080000', '202644.540000', '202645.000000', '202645.460000', '202645.920000', '202646.380000', '202646.840000', '202647.300000', '202647.760000', '202648.220000', '202648.680000', '202649.140000', '202649.600000', '202650.060000', '202650.520000', '202650.980000', '202651.440000', '202651.900000', '202652.360000', '202652.820000', '202653.280000', '202653.740000', '202654.200000', '202654.660000', '202655.120000', '202655.580000', '202656.040000', '202656.500000', '202656.960000', '202657.420000', '202657.880000', '202658.340000', '202658.800000', '202659.260000', '202659.720000', '202700.180000', '202700.640000', '202701.100000', '202701.560000', '202702.020000', '202702.480000', '202702.940000', '202703.400000', '202703.860000', '202704.320000', '202704.780000', '202705.240000', '202705.700000', '202706.160000', '202706.620000', '202707.080000', '202707.540000', '202708.000000', '202708.460000', '202708.920000', '202709.380000', '202709.840000', '202710.300000', '202710.760000', '202711.220000', '202711.680000', '202712.140000', '202712.600000', '202713.060000', '202713.520000', '202713.980000', '202714.440000', '202714.900000', '202715.360000'], 'ContentTime': ['201847.641000', '201847.644000', '201847.647000', '201847.649000', '201847.652000', '201847.655000', '201847.657000', '201847.660000', '201847.662000', '201847.665000', '201847.668000', '201847.670000', '201847.673000', '201847.675000', '201847.678000', '201847.681000', '201847.683000', '201847.686000', '201847.688000', '201847.691000', '201847.694000', '201847.696000', '201847.699000', '201847.701000', '201847.704000', '201847.707000', '201847.709000', '201847.721000', '201847.724000', '201847.727000', '201847.729000', '201847.732000', '201847.734000', '201847.737000', '201847.740000', '201847.742000', '201847.745000', '201847.747000', '201847.750000', '201847.753000', '201847.755000', '201847.758000', '201847.760000', '201847.763000', '201847.766000', '201847.775000', '201847.778000', '201847.780000', '201847.788000', '201907.610000', '201907.614000', '201907.616000', '201907.619000', '201907.622000', '201907.624000', '201907.627000', '201907.630000', '201907.632000', '201907.635000', '201907.637000', '201907.640000', '201907.643000', '201907.645000', '201907.648000', '201907.650000', '201907.653000', '201907.656000', '201907.658000', '201907.661000', '201907.663000', '201907.666000', '201907.669000', '201907.671000', '201907.674000', '201907.677000', '201907.679000', '201907.682000', '201907.685000', '201907.687000', '201907.690000', '201907.692000', '201907.695000', '201907.697000', '201907.700000', '201907.703000', '201907.705000', '201907.708000', '201907.710000', '201907.713000', '201907.720000', '201907.723000', '201907.725000', '201927.609000', '201927.612000', '201927.615000', '201927.618000', '201927.620000', '201927.623000', '201927.625000', '201927.628000', '201927.631000', '201927.633000', '201927.636000', '201927.638000', '201927.641000', '201927.644000', '201927.646000', '201927.649000', '201927.656000', '201927.659000', '201927.661000', '201927.664000', '201927.667000', '201927.669000', '201927.672000', '201927.675000', '201927.677000', '201927.680000', '201927.682000', '201927.685000', '201927.688000', '201927.690000', '201927.693000', '201927.696000', '201927.698000', '201927.701000', '201927.703000', '201927.706000', '201927.709000', '201927.711000', '201927.714000', '201927.716000', '201927.719000', '201927.722000', '201927.724000', '201927.727000', '201947.610000', '201947.612000', '201947.615000', '201947.618000', '201947.620000', '201947.623000', '201947.625000', '201947.628000', '201947.631000', '201947.633000', '201947.636000', '201947.638000', '201947.641000', '201947.644000', '201947.646000', '201947.649000', '201947.651000', '201947.654000', '201947.657000', '201947.659000', '201947.662000', '201947.664000', '201947.667000', '201947.670000', '201947.672000', '201947.675000', '201947.677000', '201947.680000', '201947.683000', '201947.685000', '201947.688000', '201947.690000', '201947.693000', '201947.696000', '201947.698000', '201947.708000', '201947.710000', '201947.713000', '201947.716000', '201947.718000', '201947.721000', '201947.724000', '201947.726000', '202007.609000', '202007.612000', '202007.615000', '202007.617000', '202007.620000', '202007.623000', '202007.625000', '202007.628000', '202007.630000', '202007.633000', '202007.636000', '202007.638000', '202007.641000', '202007.644000', '202007.646000', '202007.649000', '202007.652000', '202007.654000', '202007.657000', '202007.659000', '202007.662000', '202007.665000', '202007.667000', '202007.670000', '202007.673000', '202007.675000', '202007.686000', '202007.689000', '202007.692000', '202007.694000', '202007.697000', '202007.700000', '202007.702000', '202007.705000', '202007.708000', '202007.710000', '202007.713000', '202007.716000', '202007.718000', '202007.721000', '202007.724000', '202007.726000', '202007.729000', '202007.731000', '202027.611000', '202027.613000', '202027.616000', '202027.619000', '202027.621000', '202027.624000', '202027.626000', '202027.629000', '202027.632000', '202027.634000', '202027.637000', '202027.640000', '202027.642000', '202027.645000', '202027.648000', '202027.650000', '202027.653000', '202027.655000', '202027.658000', '202027.661000', '202027.663000', '202027.666000', '202027.669000', '202027.671000', '202027.674000', '202027.676000', '202027.679000', '202027.682000', '202027.684000', '202027.687000', '202027.690000', '202027.702000', '202027.704000', '202027.707000', '202027.710000', '202027.712000', '202027.715000', '202027.718000', '202027.720000', '202027.723000', '202027.726000', '202027.728000', '202027.731000', '202047.611000', '202047.613000', '202047.616000', '202047.619000', '202047.621000', '202047.624000', '202047.627000', '202047.630000', '202047.632000', '202047.635000', '202047.637000', '202047.640000', '202047.643000', '202047.645000', '202047.648000', '202047.651000', '202047.653000', '202047.656000', '202047.659000', '202047.661000', '202047.664000', '202047.666000', '202047.669000', '202047.672000', '202047.674000', '202047.677000', '202047.679000', '202047.682000', '202047.685000', '202047.687000', '202047.690000', '202047.693000', '202047.695000', '202047.698000', '202047.701000', '202047.703000', '202047.706000', '202047.709000', '202047.711000', '202047.714000', '202047.716000', '202047.719000', '202047.722000', '202047.724000', '202107.611000', '202107.615000', '202107.617000', '202107.620000', '202107.622000', '202107.625000', '202107.628000', '202107.630000', '202107.633000', '202107.635000', '202107.638000', '202107.641000', '202107.643000', '202107.646000', '202107.649000', '202107.651000', '202107.654000', '202107.657000', '202107.659000', '202107.669000', '202107.671000', '202107.674000', '202107.677000', '202107.679000', '202107.682000', '202107.685000', '202107.687000', '202107.690000', '202107.692000', '202107.695000', '202107.698000', '202107.700000', '202107.703000', '202107.706000', '202107.708000', '202107.711000', '202107.713000', '202107.716000', '202107.719000', '202107.721000', '202107.724000', '202107.726000', '202107.729000', '202127.611000', '202127.613000', '202127.616000', '202127.619000', '202127.621000', '202127.624000', '202127.626000', '202127.629000', '202127.632000', '202127.634000', '202127.637000', '202127.639000', '202127.642000', '202127.645000', '202127.647000', '202127.650000', '202127.653000', '202127.655000', '202127.658000', '202127.661000', '202127.663000', '202127.666000', '202127.669000', '202127.671000', '202127.674000', '202127.677000', '202127.679000', '202127.682000', '202127.684000', '202127.687000', '202127.690000', '202127.692000', '202127.695000', '202127.698000', '202127.700000', '202127.703000', '202127.706000', '202127.708000', '202127.711000', '202127.713000', '202127.716000', '202127.719000', '202127.721000', '202127.724000', '202147.610000', '202147.612000', '202147.615000', '202147.618000', '202147.620000', '202147.623000', '202147.626000', '202147.628000', '202147.631000', '202147.633000', '202147.636000', '202147.639000', '202147.641000', '202147.644000', '202147.646000', '202147.649000', '202147.652000', '202147.654000', '202147.657000', '202147.659000', '202147.662000', '202147.665000', '202147.667000', '202147.670000', '202147.673000', '202147.675000', '202147.678000', '202147.681000', '202147.683000', '202147.686000', '202147.689000', '202147.691000', '202147.694000', '202147.697000', '202147.699000', '202147.702000', '202147.705000', '202147.707000', '202147.710000', '202147.712000', '202147.715000', '202147.718000', '202147.720000', '202207.609000', '202207.613000', '202207.616000', '202207.619000', '202207.621000', '202207.624000', '202207.627000', '202207.629000', '202207.632000', '202207.634000', '202207.637000', '202207.640000', '202207.642000', '202207.653000', '202207.656000', '202207.658000', '202207.661000', '202207.663000', '202207.666000', '202207.669000', '202207.672000', '202207.674000', '202207.677000', '202207.680000', '202207.682000', '202207.685000', '202207.688000', '202207.690000', '202207.693000', '202207.696000', '202207.698000', '202207.701000', '202207.704000', '202207.706000', '202207.709000', '202207.711000', '202207.714000', '202207.717000', '202207.719000', '202207.722000', '202207.724000', '202207.727000', '202207.730000', '202227.609000', '202227.612000', '202227.615000', '202227.618000', '202227.620000', '202227.623000', '202227.626000', '202227.628000', '202227.631000', '202227.634000', '202227.636000', '202227.639000', '202227.642000', '202227.644000', '202227.647000', '202227.649000', '202227.652000', '202227.655000', '202227.657000', '202227.660000', '202227.662000', '202227.665000', '202227.668000', '202227.670000', '202227.673000', '202227.676000', '202227.678000', '202227.681000', '202227.684000', '202227.686000', '202227.689000', '202227.692000', '202227.694000', '202227.697000', '202227.700000', '202227.702000', '202227.705000', '202227.708000', '202227.710000', '202227.713000', '202227.715000', '202227.718000', '202227.721000', '202227.723000', '202247.611000', '202247.613000', '202247.616000', '202247.619000', '202247.621000', '202247.624000', '202247.626000', '202247.629000', '202247.632000', '202247.634000', '202247.637000', '202247.640000', '202247.642000', '202247.645000', '202247.648000', '202247.650000', '202247.653000', '202247.655000', '202247.658000', '202247.661000', '202247.663000', '202247.666000', '202247.668000', '202247.671000', '202247.674000', '202247.676000', '202247.679000', '202247.682000', '202247.684000', '202247.687000', '202247.690000', '202247.692000', '202247.695000', '202247.697000', '202247.700000', '202247.703000', '202247.705000', '202247.708000', '202247.710000', '202247.713000', '202247.716000', '202247.718000', '202247.721000', '202307.610000', '202307.613000', '202307.616000', '202307.619000', '202307.621000', '202307.624000', '202307.626000', '202307.629000', '202307.632000', '202307.634000', '202307.637000', '202307.640000', '202307.642000', '202307.645000', '202307.647000', '202307.650000', '202307.653000', '202307.655000', '202307.658000', '202307.660000', '202307.663000', '202307.666000', '202307.668000', '202307.671000', '202307.673000', '202307.676000', '202307.679000', '202307.681000', '202307.684000', '202307.687000', '202307.689000', '202307.692000', '202307.694000', '202307.697000', '202307.700000', '202307.702000', '202307.705000', '202307.708000', '202307.710000', '202307.713000', '202307.716000', '202307.718000', '202307.721000', '202307.724000', '202327.610000', '202327.613000', '202327.616000', '202327.619000', '202327.621000', '202327.624000', '202327.627000', '202327.629000', '202327.632000', '202327.634000', '202327.637000', '202327.640000', '202327.642000', '202327.645000', '202327.647000', '202327.650000', '202327.653000', '202327.657000', '202327.660000', '202327.663000', '202327.666000', '202327.668000', '202327.671000', '202327.673000', '202327.676000', '202327.679000', '202327.681000', '202327.684000', '202327.687000', '202327.689000', '202327.692000', '202327.695000', '202327.697000', '202327.700000', '202327.702000', '202327.705000', '202327.708000', '202327.711000', '202327.731000', '202327.734000', '202327.737000', '202327.739000', '202327.742000', '202327.744000', '202347.611000', '202347.614000', '202347.616000', '202347.619000', '202347.622000', '202347.624000', '202347.627000', '202347.629000', '202347.632000', '202347.635000', '202347.637000', '202347.640000', '202347.642000', '202347.645000', '202347.648000', '202347.650000', '202347.653000', '202347.656000', '202347.658000', '202347.661000', '202347.663000', '202347.666000', '202347.669000', '202347.671000', '202347.674000', '202347.677000', '202347.679000', '202347.682000', '202347.684000', '202347.687000', '202347.690000', '202347.692000', '202347.695000', '202347.698000', '202347.700000', '202347.703000', '202347.705000', '202347.708000', '202347.711000', '202347.713000', '202347.716000', '202347.719000', '202347.721000', '202407.609000', '202407.612000', '202407.615000', '202407.617000', '202407.620000', '202407.623000', '202407.625000', '202407.628000', '202407.631000', '202407.633000', '202407.636000', '202407.639000', '202407.641000', '202407.644000', '202407.646000', '202407.649000', '202407.652000', '202407.654000', '202407.657000', '202407.660000', '202407.662000', '202407.665000', '202407.668000', '202407.670000', '202407.673000', '202407.676000', '202407.678000', '202407.681000', '202407.683000', '202407.686000', '202407.689000', '202407.693000', '202407.696000', '202407.698000', '202407.701000', '202407.704000', '202407.706000', '202407.709000', '202407.712000', '202407.714000', '202407.717000', '202407.719000', '202407.722000', '202427.610000', '202427.613000', '202427.615000', '202427.618000', '202427.620000', '202427.623000', '202427.626000', '202427.628000', '202427.631000', '202427.634000', '202427.636000', '202427.639000', '202427.641000', '202427.644000', '202427.647000', '202427.649000', '202427.652000', '202427.655000', '202427.657000', '202427.660000', '202427.663000', '202427.665000', '202427.668000', '202427.670000', '202427.673000', '202427.676000', '202427.678000', '202427.681000', '202427.683000', '202427.686000', '202427.689000', '202427.691000', '202427.694000', '202427.696000', '202427.699000', '202427.702000', '202427.704000', '202427.707000', '202427.710000', '202427.712000', '202427.715000', '202427.718000', '202427.720000', '202427.723000', '202447.610000', '202447.612000', '202447.615000', '202447.618000', '202447.620000', '202447.623000', '202447.626000', '202447.628000', '202447.631000', '202447.633000', '202447.637000', '202447.640000', '202447.643000', '202447.645000', '202447.648000', '202447.650000', '202447.653000', '202447.656000', '202447.658000', '202447.661000', '202447.664000', '202447.666000', '202447.669000', '202447.672000', '202447.674000', '202447.677000', '202447.679000', '202447.682000', '202447.685000', '202447.687000', '202447.690000', '202447.694000', '202447.696000', '202447.699000', '202447.702000', '202447.704000', '202447.707000', '202447.710000', '202447.712000', '202447.715000', '202447.718000', '202447.720000', '202447.723000', '202507.610000', '202507.613000', '202507.616000', '202507.619000', '202507.621000', '202507.624000', '202507.626000', '202507.629000', '202507.632000', '202507.634000', '202507.637000', '202507.640000', '202507.642000', '202507.645000', '202507.648000', '202507.650000', '202507.653000', '202507.655000', '202507.658000', '202507.661000', '202507.663000', '202507.666000', '202507.669000', '202507.671000', '202507.674000', '202507.677000', '202507.679000', '202507.682000', '202507.684000', '202507.687000', '202507.690000', '202507.692000', '202507.695000', '202507.698000', '202507.700000', '202507.703000', '202507.705000', '202507.708000', '202507.711000', '202507.713000', '202507.716000', '202507.719000', '202507.721000', '202507.724000', '202527.610000', '202527.613000', '202527.616000', '202527.619000', '202527.621000', '202527.624000', '202527.627000', '202527.629000', '202527.632000', '202527.634000', '202527.637000', '202527.640000', '202527.642000', '202527.645000', '202527.648000', '202527.651000', '202527.654000', '202527.657000', '202527.660000', '202527.662000', '202527.665000', '202527.668000', '202527.670000', '202527.673000', '202527.676000', '202527.678000', '202527.681000', '202527.683000', '202527.687000', '202527.689000', '202527.692000', '202527.694000', '202527.697000', '202527.700000', '202527.703000', '202527.705000', '202527.708000', '202527.711000', '202527.713000', '202527.716000', '202527.718000', '202527.721000', '202527.724000', '202547.611000', '202547.614000', '202547.616000', '202547.619000', '202547.621000', '202547.624000', '202547.627000', '202547.629000', '202547.632000', '202547.635000', '202547.637000', '202547.640000', '202547.642000', '202547.645000', '202547.648000', '202547.650000', '202547.653000', '202547.655000', '202547.658000', '202547.661000', '202547.663000', '202547.666000', '202547.669000', '202547.671000', '202547.674000', '202547.676000', '202547.679000', '202547.682000', '202547.684000', '202547.687000', '202547.689000', '202547.692000', '202547.695000', '202547.697000', '202547.700000', '202547.703000', '202547.705000', '202547.708000', '202547.710000', '202547.713000', '202547.716000', '202547.718000', '202547.721000', '202547.724000', '202607.610000', '202607.612000', '202607.615000', '202607.618000', '202607.620000', '202607.623000', '202607.626000', '202607.628000', '202607.631000', '202607.634000', '202607.636000', '202607.639000', '202607.641000', '202607.644000', '202607.647000', '202607.649000', '202607.652000', '202607.655000', '202607.657000', '202607.660000', '202607.662000', '202607.669000', '202607.672000', '202607.674000', '202607.677000', '202607.680000', '202607.682000', '202607.685000', '202607.688000', '202607.690000', '202607.693000', '202607.696000', '202607.698000', '202607.701000', '202607.704000', '202607.706000', '202607.709000', '202607.711000', '202607.714000', '202607.717000', '202607.719000', '202607.722000', '202607.725000', '202627.610000', '202627.612000', '202627.629000', '202627.632000', '202627.635000', '202627.637000', '202627.640000', '202627.643000', '202627.645000', '202627.648000', '202627.650000', '202627.653000', '202627.656000', '202627.658000', '202627.661000', '202627.664000', '202627.666000', '202627.669000', '202627.671000', '202627.674000', '202627.677000', '202627.679000', '202627.682000', '202627.684000', '202627.687000', '202627.690000', '202627.692000', '202627.695000', '202627.698000', '202627.700000', '202627.703000', '202627.706000', '202627.708000', '202627.711000', '202627.714000', '202627.717000', '202627.719000', '202627.722000', '202627.725000', '202627.727000', '202627.730000', '202627.732000', '202627.735000', '202627.738000', '202647.610000', '202647.613000', '202647.615000', '202647.618000', '202647.621000', '202647.623000', '202647.626000', '202647.628000', '202647.631000', '202647.634000', '202647.636000', '202647.639000', '202647.642000', '202647.644000', '202647.647000', '202647.650000', '202647.652000', '202647.655000', '202647.657000', '202647.660000', '202647.663000', '202647.665000', '202647.668000', '202647.671000', '202647.673000', '202647.676000', '202647.678000', '202647.681000', '202647.684000', '202647.686000', '202647.689000', '202647.691000', '202647.694000', '202647.697000', '202647.699000', '202647.702000', '202647.704000', '202647.707000', '202647.710000', '202647.712000', '202647.715000', '202647.718000', '202647.720000', '202707.610000', '202707.613000', '202707.615000', '202707.618000', '202707.620000', '202707.623000', '202707.626000', '202707.628000', '202707.631000', '202707.634000', '202707.636000', '202707.639000', '202707.642000', '202707.645000', '202707.647000', '202707.650000', '202707.653000', '202707.655000', '202707.658000', '202707.661000', '202707.663000', '202707.666000', '202707.669000', '202707.671000', '202707.674000', '202707.676000', '202707.679000', '202707.682000', '202707.684000', '202707.687000', '202707.690000', '202707.692000', '202707.695000', '202707.697000', '202707.700000', '202707.703000', '202707.705000', '202707.708000', '202707.711000', '202707.713000', '202707.716000', '202707.719000', '202707.721000', '202707.724000', '202717.140000', '202717.143000', '202717.146000', '202717.149000', '202717.151000', '202717.155000', '202717.158000', '202717.161000', '202717.164000', '202717.166000', '202717.170000', '202717.173000', '202717.176000', '202717.179000', '202717.182000', '202717.185000', '202717.188000', '202717.190000', '202717.193000', '202717.196000', '202717.199000'], 'InstanceCreationTime': ['201847.641000', '201847.644000', '201847.647000', '201847.649000', '201847.652000', '201847.655000', '201847.657000', '201847.660000', '201847.662000', '201847.665000', '201847.668000', '201847.670000', '201847.673000', '201847.675000', '201847.678000', '201847.681000', '201847.683000', '201847.686000', '201847.688000', '201847.691000', '201847.694000', '201847.696000', '201847.699000', '201847.701000', '201847.704000', '201847.707000', '201847.709000', '201847.721000', '201847.724000', '201847.727000', '201847.729000', '201847.732000', '201847.734000', '201847.737000', '201847.740000', '201847.742000', '201847.745000', '201847.747000', '201847.750000', '201847.753000', '201847.755000', '201847.758000', '201847.760000', '201847.763000', '201847.766000', '201847.775000', '201847.778000', '201847.780000', '201847.788000', '201907.610000', '201907.614000', '201907.616000', '201907.619000', '201907.622000', '201907.624000', '201907.627000', '201907.630000', '201907.632000', '201907.635000', '201907.637000', '201907.640000', '201907.643000', '201907.645000', '201907.648000', '201907.650000', '201907.653000', '201907.656000', '201907.658000', '201907.661000', '201907.663000', '201907.666000', '201907.669000', '201907.671000', '201907.674000', '201907.677000', '201907.679000', '201907.682000', '201907.685000', '201907.687000', '201907.690000', '201907.692000', '201907.695000', '201907.697000', '201907.700000', '201907.703000', '201907.705000', '201907.708000', '201907.710000', '201907.713000', '201907.720000', '201907.723000', '201907.725000', '201927.609000', '201927.612000', '201927.615000', '201927.618000', '201927.620000', '201927.623000', '201927.625000', '201927.628000', '201927.631000', '201927.633000', '201927.636000', '201927.638000', '201927.641000', '201927.644000', '201927.646000', '201927.649000', '201927.656000', '201927.659000', '201927.661000', '201927.664000', '201927.667000', '201927.669000', '201927.672000', '201927.675000', '201927.677000', '201927.680000', '201927.682000', '201927.685000', '201927.688000', '201927.690000', '201927.693000', '201927.696000', '201927.698000', '201927.701000', '201927.703000', '201927.706000', '201927.709000', '201927.711000', '201927.714000', '201927.716000', '201927.719000', '201927.722000', '201927.724000', '201927.727000', '201947.610000', '201947.612000', '201947.615000', '201947.618000', '201947.620000', '201947.623000', '201947.625000', '201947.628000', '201947.631000', '201947.633000', '201947.636000', '201947.638000', '201947.641000', '201947.644000', '201947.646000', '201947.649000', '201947.651000', '201947.654000', '201947.657000', '201947.659000', '201947.662000', '201947.664000', '201947.667000', '201947.670000', '201947.672000', '201947.675000', '201947.677000', '201947.680000', '201947.683000', '201947.685000', '201947.688000', '201947.690000', '201947.693000', '201947.696000', '201947.698000', '201947.708000', '201947.710000', '201947.713000', '201947.716000', '201947.718000', '201947.721000', '201947.724000', '201947.726000', '202007.609000', '202007.612000', '202007.615000', '202007.617000', '202007.620000', '202007.623000', '202007.625000', '202007.628000', '202007.630000', '202007.633000', '202007.636000', '202007.638000', '202007.641000', '202007.644000', '202007.646000', '202007.649000', '202007.652000', '202007.654000', '202007.657000', '202007.659000', '202007.662000', '202007.665000', '202007.667000', '202007.670000', '202007.673000', '202007.675000', '202007.686000', '202007.689000', '202007.692000', '202007.694000', '202007.697000', '202007.700000', '202007.702000', '202007.705000', '202007.708000', '202007.710000', '202007.713000', '202007.716000', '202007.718000', '202007.721000', '202007.724000', '202007.726000', '202007.729000', '202007.731000', '202027.611000', '202027.613000', '202027.616000', '202027.619000', '202027.621000', '202027.624000', '202027.626000', '202027.629000', '202027.632000', '202027.634000', '202027.637000', '202027.640000', '202027.642000', '202027.645000', '202027.648000', '202027.650000', '202027.653000', '202027.655000', '202027.658000', '202027.661000', '202027.663000', '202027.666000', '202027.669000', '202027.671000', '202027.674000', '202027.676000', '202027.679000', '202027.682000', '202027.684000', '202027.687000', '202027.690000', '202027.702000', '202027.704000', '202027.707000', '202027.710000', '202027.712000', '202027.715000', '202027.718000', '202027.720000', '202027.723000', '202027.726000', '202027.728000', '202027.731000', '202047.611000', '202047.613000', '202047.616000', '202047.619000', '202047.621000', '202047.624000', '202047.627000', '202047.630000', '202047.632000', '202047.635000', '202047.637000', '202047.640000', '202047.643000', '202047.645000', '202047.648000', '202047.651000', '202047.653000', '202047.656000', '202047.659000', '202047.661000', '202047.664000', '202047.666000', '202047.669000', '202047.672000', '202047.674000', '202047.677000', '202047.679000', '202047.682000', '202047.685000', '202047.687000', '202047.690000', '202047.693000', '202047.695000', '202047.698000', '202047.701000', '202047.703000', '202047.706000', '202047.709000', '202047.711000', '202047.714000', '202047.716000', '202047.719000', '202047.722000', '202047.724000', '202107.611000', '202107.615000', '202107.617000', '202107.620000', '202107.622000', '202107.625000', '202107.628000', '202107.630000', '202107.633000', '202107.635000', '202107.638000', '202107.641000', '202107.643000', '202107.646000', '202107.649000', '202107.651000', '202107.654000', '202107.657000', '202107.659000', '202107.669000', '202107.671000', '202107.674000', '202107.677000', '202107.679000', '202107.682000', '202107.685000', '202107.687000', '202107.690000', '202107.692000', '202107.695000', '202107.698000', '202107.700000', '202107.703000', '202107.706000', '202107.708000', '202107.711000', '202107.713000', '202107.716000', '202107.719000', '202107.721000', '202107.724000', '202107.726000', '202107.729000', '202127.611000', '202127.613000', '202127.616000', '202127.619000', '202127.621000', '202127.624000', '202127.626000', '202127.629000', '202127.632000', '202127.634000', '202127.637000', '202127.639000', '202127.642000', '202127.645000', '202127.647000', '202127.650000', '202127.653000', '202127.655000', '202127.658000', '202127.661000', '202127.663000', '202127.666000', '202127.669000', '202127.671000', '202127.674000', '202127.677000', '202127.679000', '202127.682000', '202127.684000', '202127.687000', '202127.690000', '202127.692000', '202127.695000', '202127.698000', '202127.700000', '202127.703000', '202127.706000', '202127.708000', '202127.711000', '202127.713000', '202127.716000', '202127.719000', '202127.721000', '202127.724000', '202147.610000', '202147.612000', '202147.615000', '202147.618000', '202147.620000', '202147.623000', '202147.626000', '202147.628000', '202147.631000', '202147.633000', '202147.636000', '202147.639000', '202147.641000', '202147.644000', '202147.646000', '202147.649000', '202147.652000', '202147.654000', '202147.657000', '202147.659000', '202147.662000', '202147.665000', '202147.667000', '202147.670000', '202147.673000', '202147.675000', '202147.678000', '202147.681000', '202147.683000', '202147.686000', '202147.689000', '202147.691000', '202147.694000', '202147.697000', '202147.699000', '202147.702000', '202147.705000', '202147.707000', '202147.710000', '202147.712000', '202147.715000', '202147.718000', '202147.720000', '202207.609000', '202207.613000', '202207.616000', '202207.619000', '202207.621000', '202207.624000', '202207.627000', '202207.629000', '202207.632000', '202207.634000', '202207.637000', '202207.640000', '202207.642000', '202207.653000', '202207.656000', '202207.658000', '202207.661000', '202207.663000', '202207.666000', '202207.669000', '202207.672000', '202207.674000', '202207.677000', '202207.680000', '202207.682000', '202207.685000', '202207.688000', '202207.690000', '202207.693000', '202207.696000', '202207.698000', '202207.701000', '202207.704000', '202207.706000', '202207.709000', '202207.711000', '202207.714000', '202207.717000', '202207.719000', '202207.722000', '202207.724000', '202207.727000', '202207.730000', '202227.609000', '202227.612000', '202227.615000', '202227.618000', '202227.620000', '202227.623000', '202227.626000', '202227.628000', '202227.631000', '202227.634000', '202227.636000', '202227.639000', '202227.642000', '202227.644000', '202227.647000', '202227.649000', '202227.652000', '202227.655000', '202227.657000', '202227.660000', '202227.662000', '202227.665000', '202227.668000', '202227.670000', '202227.673000', '202227.676000', '202227.678000', '202227.681000', '202227.684000', '202227.686000', '202227.689000', '202227.692000', '202227.694000', '202227.697000', '202227.700000', '202227.702000', '202227.705000', '202227.708000', '202227.710000', '202227.713000', '202227.715000', '202227.718000', '202227.721000', '202227.723000', '202247.611000', '202247.613000', '202247.616000', '202247.619000', '202247.621000', '202247.624000', '202247.626000', '202247.629000', '202247.632000', '202247.634000', '202247.637000', '202247.640000', '202247.642000', '202247.645000', '202247.648000', '202247.650000', '202247.653000', '202247.655000', '202247.658000', '202247.661000', '202247.663000', '202247.666000', '202247.668000', '202247.671000', '202247.674000', '202247.676000', '202247.679000', '202247.682000', '202247.684000', '202247.687000', '202247.690000', '202247.692000', '202247.695000', '202247.697000', '202247.700000', '202247.703000', '202247.705000', '202247.708000', '202247.710000', '202247.713000', '202247.716000', '202247.718000', '202247.721000', '202307.610000', '202307.613000', '202307.616000', '202307.619000', '202307.621000', '202307.624000', '202307.626000', '202307.629000', '202307.632000', '202307.634000', '202307.637000', '202307.640000', '202307.642000', '202307.645000', '202307.647000', '202307.650000', '202307.653000', '202307.655000', '202307.658000', '202307.660000', '202307.663000', '202307.666000', '202307.668000', '202307.671000', '202307.673000', '202307.676000', '202307.679000', '202307.681000', '202307.684000', '202307.687000', '202307.689000', '202307.692000', '202307.694000', '202307.697000', '202307.700000', '202307.702000', '202307.705000', '202307.708000', '202307.710000', '202307.713000', '202307.716000', '202307.718000', '202307.721000', '202307.724000', '202327.610000', '202327.613000', '202327.616000', '202327.619000', '202327.621000', '202327.624000', '202327.627000', '202327.629000', '202327.632000', '202327.634000', '202327.637000', '202327.640000', '202327.642000', '202327.645000', '202327.647000', '202327.650000', '202327.653000', '202327.657000', '202327.660000', '202327.663000', '202327.666000', '202327.668000', '202327.671000', '202327.673000', '202327.676000', '202327.679000', '202327.681000', '202327.684000', '202327.687000', '202327.689000', '202327.692000', '202327.695000', '202327.697000', '202327.700000', '202327.702000', '202327.705000', '202327.708000', '202327.711000', '202327.731000', '202327.734000', '202327.737000', '202327.739000', '202327.742000', '202327.744000', '202347.611000', '202347.614000', '202347.616000', '202347.619000', '202347.622000', '202347.624000', '202347.627000', '202347.629000', '202347.632000', '202347.635000', '202347.637000', '202347.640000', '202347.642000', '202347.645000', '202347.648000', '202347.650000', '202347.653000', '202347.656000', '202347.658000', '202347.661000', '202347.663000', '202347.666000', '202347.669000', '202347.671000', '202347.674000', '202347.677000', '202347.679000', '202347.682000', '202347.684000', '202347.687000', '202347.690000', '202347.692000', '202347.695000', '202347.698000', '202347.700000', '202347.703000', '202347.705000', '202347.708000', '202347.711000', '202347.713000', '202347.716000', '202347.719000', '202347.721000', '202407.609000', '202407.612000', '202407.615000', '202407.617000', '202407.620000', '202407.623000', '202407.625000', '202407.628000', '202407.631000', '202407.633000', '202407.636000', '202407.639000', '202407.641000', '202407.644000', '202407.646000', '202407.649000', '202407.652000', '202407.654000', '202407.657000', '202407.660000', '202407.662000', '202407.665000', '202407.668000', '202407.670000', '202407.673000', '202407.676000', '202407.678000', '202407.681000', '202407.683000', '202407.686000', '202407.689000', '202407.693000', '202407.696000', '202407.698000', '202407.701000', '202407.704000', '202407.706000', '202407.709000', '202407.712000', '202407.714000', '202407.717000', '202407.719000', '202407.722000', '202427.610000', '202427.613000', '202427.615000', '202427.618000', '202427.620000', '202427.623000', '202427.626000', '202427.628000', '202427.631000', '202427.634000', '202427.636000', '202427.639000', '202427.641000', '202427.644000', '202427.647000', '202427.649000', '202427.652000', '202427.655000', '202427.657000', '202427.660000', '202427.663000', '202427.665000', '202427.668000', '202427.670000', '202427.673000', '202427.676000', '202427.678000', '202427.681000', '202427.683000', '202427.686000', '202427.689000', '202427.691000', '202427.694000', '202427.696000', '202427.699000', '202427.702000', '202427.704000', '202427.707000', '202427.710000', '202427.712000', '202427.715000', '202427.718000', '202427.720000', '202427.723000', '202447.610000', '202447.612000', '202447.615000', '202447.618000', '202447.620000', '202447.623000', '202447.626000', '202447.628000', '202447.631000', '202447.633000', '202447.637000', '202447.640000', '202447.643000', '202447.645000', '202447.648000', '202447.650000', '202447.653000', '202447.656000', '202447.658000', '202447.661000', '202447.664000', '202447.666000', '202447.669000', '202447.672000', '202447.674000', '202447.677000', '202447.679000', '202447.682000', '202447.685000', '202447.687000', '202447.690000', '202447.694000', '202447.696000', '202447.699000', '202447.702000', '202447.704000', '202447.707000', '202447.710000', '202447.712000', '202447.715000', '202447.718000', '202447.720000', '202447.723000', '202507.610000', '202507.613000', '202507.616000', '202507.619000', '202507.621000', '202507.624000', '202507.626000', '202507.629000', '202507.632000', '202507.634000', '202507.637000', '202507.640000', '202507.642000', '202507.645000', '202507.648000', '202507.650000', '202507.653000', '202507.655000', '202507.658000', '202507.661000', '202507.663000', '202507.666000', '202507.669000', '202507.671000', '202507.674000', '202507.677000', '202507.679000', '202507.682000', '202507.684000', '202507.687000', '202507.690000', '202507.692000', '202507.695000', '202507.698000', '202507.700000', '202507.703000', '202507.705000', '202507.708000', '202507.711000', '202507.713000', '202507.716000', '202507.719000', '202507.721000', '202507.724000', '202527.610000', '202527.613000', '202527.616000', '202527.619000', '202527.621000', '202527.624000', '202527.627000', '202527.629000', '202527.632000', '202527.634000', '202527.637000', '202527.640000', '202527.642000', '202527.645000', '202527.648000', '202527.651000', '202527.654000', '202527.657000', '202527.660000', '202527.662000', '202527.665000', '202527.668000', '202527.670000', '202527.673000', '202527.676000', '202527.678000', '202527.681000', '202527.683000', '202527.687000', '202527.689000', '202527.692000', '202527.694000', '202527.697000', '202527.700000', '202527.703000', '202527.705000', '202527.708000', '202527.711000', '202527.713000', '202527.716000', '202527.718000', '202527.721000', '202527.724000', '202547.611000', '202547.614000', '202547.616000', '202547.619000', '202547.621000', '202547.624000', '202547.627000', '202547.629000', '202547.632000', '202547.635000', '202547.637000', '202547.640000', '202547.642000', '202547.645000', '202547.648000', '202547.650000', '202547.653000', '202547.655000', '202547.658000', '202547.661000', '202547.663000', '202547.666000', '202547.669000', '202547.671000', '202547.674000', '202547.676000', '202547.679000', '202547.682000', '202547.684000', '202547.687000', '202547.689000', '202547.692000', '202547.695000', '202547.697000', '202547.700000', '202547.703000', '202547.705000', '202547.708000', '202547.710000', '202547.713000', '202547.716000', '202547.718000', '202547.721000', '202547.724000', '202607.610000', '202607.612000', '202607.615000', '202607.618000', '202607.620000', '202607.623000', '202607.626000', '202607.628000', '202607.631000', '202607.634000', '202607.636000', '202607.639000', '202607.641000', '202607.644000', '202607.647000', '202607.649000', '202607.652000', '202607.655000', '202607.657000', '202607.660000', '202607.662000', '202607.669000', '202607.672000', '202607.674000', '202607.677000', '202607.680000', '202607.682000', '202607.685000', '202607.688000', '202607.690000', '202607.693000', '202607.696000', '202607.698000', '202607.701000', '202607.704000', '202607.706000', '202607.709000', '202607.711000', '202607.714000', '202607.717000', '202607.719000', '202607.722000', '202607.725000', '202627.610000', '202627.612000', '202627.629000', '202627.632000', '202627.635000', '202627.637000', '202627.640000', '202627.643000', '202627.645000', '202627.648000', '202627.650000', '202627.653000', '202627.656000', '202627.658000', '202627.661000', '202627.664000', '202627.666000', '202627.669000', '202627.671000', '202627.674000', '202627.677000', '202627.679000', '202627.682000', '202627.684000', '202627.687000', '202627.690000', '202627.692000', '202627.695000', '202627.698000', '202627.700000', '202627.703000', '202627.706000', '202627.708000', '202627.711000', '202627.714000', '202627.717000', '202627.719000', '202627.722000', '202627.725000', '202627.727000', '202627.730000', '202627.732000', '202627.735000', '202627.738000', '202647.610000', '202647.613000', '202647.615000', '202647.618000', '202647.621000', '202647.623000', '202647.626000', '202647.628000', '202647.631000', '202647.634000', '202647.636000', '202647.639000', '202647.642000', '202647.644000', '202647.647000', '202647.650000', '202647.652000', '202647.655000', '202647.657000', '202647.660000', '202647.663000', '202647.665000', '202647.668000', '202647.671000', '202647.673000', '202647.676000', '202647.678000', '202647.681000', '202647.684000', '202647.686000', '202647.689000', '202647.691000', '202647.694000', '202647.697000', '202647.699000', '202647.702000', '202647.704000', '202647.707000', '202647.710000', '202647.712000', '202647.715000', '202647.718000', '202647.720000', '202707.610000', '202707.613000', '202707.615000', '202707.618000', '202707.620000', '202707.623000', '202707.626000', '202707.628000', '202707.631000', '202707.634000', '202707.636000', '202707.639000', '202707.642000', '202707.645000', '202707.647000', '202707.650000', '202707.653000', '202707.655000', '202707.658000', '202707.661000', '202707.663000', '202707.666000', '202707.669000', '202707.671000', '202707.674000', '202707.676000', '202707.679000', '202707.682000', '202707.684000', '202707.687000', '202707.690000', '202707.692000', '202707.695000', '202707.697000', '202707.700000', '202707.703000', '202707.705000', '202707.708000', '202707.711000', '202707.713000', '202707.716000', '202707.719000', '202707.721000', '202707.724000', '202717.140000', '202717.143000', '202717.146000', '202717.149000', '202717.151000', '202717.155000', '202717.158000', '202717.161000', '202717.164000', '202717.166000', '202717.170000', '202717.173000', '202717.176000', '202717.179000', '202717.182000', '202717.185000', '202717.188000', '202717.190000', '202717.193000', '202717.196000', '202717.199000'], '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': [9579, 8622, 10558, 7631, 8781, 11866, 7732, 8974, 11721, 8004, 9469, 12012, 8073, 9490, 7260, 8221, 9459, 6784, 8394, 9883, 7553, 8691, 11648, 7696, 9418, 12098, 8017, 10322, 7216, 8230, 10054, 7101, 8670, 11817, 7800, 9947, 9581, 8318, 10523, 7263, 8251, 10687, 7268, 8605, 11750, 7478, 9739, 11082, 8025, 10175, 7231, 8101, 10366, 6951, 8385, 11199, 7573, 8773, 12130, 7586, 10441, 8365, 7969, 14336, 7677, 8352, 6877, 8820, 8075, 12519, 8316, 7690, 7036, 7949, 12289, 15842, 8986, 10093, 11208, 8088, 9153, 10725, 8406, 10231, 7782, 8223, 10409, 7474, 8564, 8224, 8035, 14400, 7331, 8631, 7424, 9352, 7318, 8788, 7018, 10156, 13320, 7853, 11169, 8137, 9664, 15187, 7649, 8611, 12541, 8094, 10584, 7383, 7939, 10142, 8107, 10064, 7870, 7991, 8551, 8347, 10752, 8304, 11568, 14722, 8093, 11484, 7791, 8429, 11096, 6973, 8597, 13478, 7478, 8669, 12047, 7903, 8543, 11223, 7622, 8517, 7888, 8059, 8839, 7171, 8228, 9748, 7301, 8156, 7844, 7874, 7825, 8308, 11691, 7398, 9249, 7610, 11112, 7642, 8844, 8756, 11966, 8082, 11818, 16847, 9122, 8451, 10721, 7233, 8156, 12080, 7531, 8157, 14048, 7473, 8233, 13654, 7431, 8052, 12447, 7481, 9773, 7634, 7821, 10332, 7151, 7379, 10502, 6916, 11850, 8378, 8088, 6807, 8615, 8697, 8581, 13458, 7900, 8289, 11083, 8056, 8140, 12748, 6946, 8428, 11317, 6922, 8304, 10963, 7239, 8345, 12914, 7543, 8587, 7416, 7565, 8950, 7438, 8323, 11615, 6896, 11312, 9237, 7825, 10092, 7538, 11174, 7653, 11166, 10284, 7789, 12494, 7051, 9063, 7095, 8441, 13181, 7345, 13649, 11102, 8058, 10570, 7840, 9814, 7180, 8377, 12884, 7596, 8472, 13700, 7699, 9864, 13540, 7626, 10756, 7513, 8019, 10121, 6950, 8151, 13046, 7046, 8198, 13045, 7512, 8722, 9047, 7656, 10265, 6786, 8293, 11688, 7620, 7905, 11126, 7639, 10145, 8121, 8198, 11406, 7017, 8318, 11832, 7512, 9501, 12223, 7694, 10471, 7197, 8262, 10673, 7258, 7877, 14385, 7324, 13304, 7107, 7839, 7658, 8298, 8497, 8318, 12435, 9953, 7884, 11383, 6669, 7974, 11999, 7279, 8108, 14165, 7261, 13493, 8502, 8488, 6531, 8000, 10053, 7707, 13066, 8626, 8217, 13577, 7491, 8270, 13907, 7147, 8279, 13853, 7705, 8309, 11699, 7384, 8148, 10551, 7551, 9725, 7476, 7784, 9638, 7571, 8027, 10386, 7504, 9248, 7687, 8082, 11345, 8364, 8870, 7372, 8524, 6966, 8371, 14299, 7407, 8347, 13043, 7109, 8237, 12566, 7850, 8534, 12382, 7249, 8323, 11036, 7755, 9955, 8452, 7272, 11835, 8397, 8642, 7309, 8126, 7230, 8253, 12583, 7582, 8497, 11949, 8085, 10640, 6682, 8443, 7258, 7770, 9178, 9644, 15389, 8573, 10257, 7654, 9113, 7560, 11465, 15130, 7084, 8034, 12837, 7213, 8352, 13010, 7485, 10687, 7995, 8206, 10462, 7231, 7921, 10516, 7330, 8054, 8276, 7488, 8481, 7081, 7695, 9197, 7584, 7865, 12394, 8045, 12860, 7505, 8648, 7419, 7667, 7536, 7930, 12428, 8155, 7869, 13495, 7784, 8103, 13692, 8146, 10215, 13352, 7726, 9504, 8101, 7792, 10119, 7500, 7834, 11348, 7794, 7909, 12412, 7832, 7704, 12588, 7636, 10001, 7334, 7981, 15119, 7727, 9871, 7049, 8252, 9844, 8053, 12986, 6681, 8197, 12908, 6707, 7856, 11012, 7280, 8387, 8811, 9089, 7826, 8166, 8519, 8270, 7549, 7681, 8321, 9091, 8075, 9347, 14222, 8110, 9509, 11544, 7947, 8708, 10754, 8194, 9444, 8113, 8811, 10198, 8031, 8887, 10162, 7879, 8746, 10469, 7854, 8569, 7264, 7972, 10018, 8441, 9047, 8872, 8705, 8947, 9049, 13965, 7900, 9075, 9579, 8367, 10035, 6988, 8671, 7205, 8253, 8699, 8735, 7384, 8483, 8848, 11740, 8609, 9433, 8071, 8778, 9315, 9773, 8806, 11663, 8306, 11997, 7606, 8950, 7718, 8943, 10109, 8149, 9011, 12362, 8224, 8881, 10869, 8101, 8872, 10150, 8382, 9269, 10390, 8215, 9360, 7683, 8494, 9274, 7756, 8530, 9634, 7521, 8924, 9635, 7778, 8787, 10333, 8236, 9090, 9160, 8275, 9574, 7246, 8934, 10453, 7653, 8710, 11242, 7769, 8659, 11132, 8132, 9116, 11272, 8445, 9582, 8872, 8636, 10334, 7393, 9399, 13448, 8396, 9727, 9073, 8694, 7555, 9079, 11689, 7114, 9133, 10674, 7916, 9331, 12444, 8668, 9855, 8524, 8309, 13441, 7821, 7719, 7733, 8361, 8236, 11501, 8694, 9011, 7817, 7951, 8347, 10639, 15053, 9024, 8178, 13341, 9168, 16336, 8242, 8450, 9769, 8047, 8289, 9805, 7616, 10431, 8580, 8027, 6907, 8546, 8323, 7867, 8789, 9937, 8876, 11376, 8175, 8301, 9835, 9005, 8568, 8672, 9054, 8387, 8685, 10846, 8026, 8705, 7536, 8864, 7793, 8399, 8359, 8118, 8499, 9248, 8684, 10110, 9355, 8549, 8905, 7262, 8636, 8930, 7912, 8359, 10045, 7381, 8699, 10823, 7379, 8739, 11329, 7725, 8939, 7448, 8283, 8354, 7481, 8519, 7128, 7656, 8958, 7651, 8183, 8008, 8173, 9335, 7881, 12085, 8114, 7764, 7891, 8493, 8832, 8511, 9805, 7766, 8553, 10541, 8241, 8349, 10461, 8099, 9085, 7543, 8272, 10082, 8185, 8185, 8008, 7617, 10119, 8267, 9990, 8127, 7809, 8111, 8822, 7354, 8502, 12356, 7918, 8175, 13917, 8123, 8184, 7650, 8504, 11940, 8148, 8018, 11964, 8010, 8515, 10946, 8028, 12140, 7388, 8125, 14544, 8034, 10728, 7937, 9417, 7452, 8673, 14439, 8268, 11427, 10067, 7884, 9453, 7213, 7372, 15217, 9777, 9064, 6813, 8041, 9248, 7693, 11343, 7173, 8081, 11947, 7714, 9210, 14750, 8006, 11671, 8434, 8261, 10321, 6928, 8290, 11071, 7693, 8288, 10168, 7788, 8933, 9908, 7752, 9093, 7941, 8053, 10147, 8055, 7802, 6901, 8022, 8575, 8646, 9780, 7882, 8101, 14725, 8571, 13863, 9174, 8347, 9551, 8637, 10436, 8098, 10842, 7698, 8119, 10048, 8090, 10856, 9816, 8054, 11677, 7641, 9198, 6876, 8558, 12633, 8667, 11518, 8502, 8280, 7879, 9296, 11375, 7926, 10783, 8704, 8913, 10662, 8606, 10808, 8353, 9325, 14569, 8380, 11643, 7702, 8428, 13862, 8975, 9154, 16294, 9559, 9934, 15001, 8301, 10584, 9473, 10682, 10355, 9043, 8515, 8541, 9200, 9526, 8412, 9253, 11839, 7799, 12947, 8087, 7170, 7694, 8791, 10662, 8844, 10432, 8049, 8622, 12434, 8405, 8519, 12337, 8725, 9638, 8713, 8801, 10189, 8008, 8660, 11720, 8389, 9725, 6596, 9779, 8907, 8315, 7157, 7892, 9085, 7946, 9648, 13309, 8616, 9133, 12490, 8072, 8891, 14151, 8188, 9248, 13719, 8195, 9941, 7036, 8117, 9489, 7560, 8139, 11279, 7941, 8342, 11915, 8047, 8425, 13025, 8306, 8939, 12173, 8264, 9503, 10543, 8137, 9553, 7088, 8200, 9537, 7461, 8532, 10643, 7904, 8950, 7028, 8047, 9010, 6406, 8373, 10135, 7304, 8096, 14551, 8736, 11141, 7283, 7709, 6970, 7728, 12903, 7613, 7724, 13007, 7515, 7867, 12195, 7847, 9097, 14029, 7812, 8625, 12946, 8068, 10282, 10698, 7933, 10903, 7725, 7868, 12412, 8160, 9244, 12543, 8003, 10890, 8691, 8739, 7205, 7231, 6570, 8430, 12046, 7977, 10701, 15173, 9962, 13061, 7547, 7903, 8083, 8128, 10050, 7047, 8167, 10837, 7973, 8345, 13235, 7771, 9904, 7270, 8150, 11273, 7885, 8934, 11341, 7944, 11547, 6893, 7614, 10224, 8054, 8895, 7990, 9301, 8087, 10249, 7530, 8036, 13199, 7790, 9070, 13793, 7836, 10533, 10467, 8020, 11299, 7029, 8291, 10909, 7701, 8170, 12286, 7712, 9285, 6798, 8132, 9334, 6877, 7915, 11035, 7544, 8515, 8034, 7316, 13767, 8044, 8246, 6817, 8069, 8323, 8351, 13402, 7868, 11075, 12810, 8356, 10403, 12548, 8322, 10759, 7697, 8195, 9733, 6874, 8188, 12228, 7686, 11514, 6754, 7580, 8319, 7956, 9584, 7872, 9841, 13689, 8111, 10806, 11042, 8433, 10305, 14002, 8262, 10981, 9585, 8426, 10883, 7035, 8225, 10902, 7364, 8393, 13613, 7783, 9079, 7477, 7747, 8640, 7415, 8022, 11216, 8147, 10051, 7022, 8348, 8616, 8014, 11192, 14268, 9015, 13569, 9544, 11697, 7335, 7717, 9075, 8170, 10886, 8025, 7848, 14123, 7696, 8809, 12052, 7791, 10181, 7793, 8159, 9821, 7945, 7947, 10430, 7927, 8992, 10191, 8116, 10485, 7528], 'WindowCenter': [3595.0, 3569.0, 3578.0, 3554.0, 3553.0, 3573.0, 3540.0, 3551.0, 3572.0, 3540.0, 3562.0, 3572.0, 3540.0, 3562.0, 3540.0, 3551.0, 3562.0, 3530.0, 3552.0, 3562.0, 3552.0, 3564.0, 3585.0, 3553.0, 3564.0, 3584.0, 3552.0, 3574.0, 3541.0, 3552.0, 3574.0, 3543.0, 3553.0, 3584.0, 3552.0, 3564.0, 3562.0, 3553.0, 3574.0, 3541.0, 3552.0, 3562.0, 3540.0, 3551.0, 3584.0, 3542.0, 3563.0, 3573.0, 3551.0, 3562.0, 3540.0, 3551.0, 3562.0, 3541.0, 3552.0, 3573.0, 3541.0, 3552.0, 3585.0, 3552.0, 3577.0, 3567.0, 3557.0, 3599.0, 3544.0, 3553.0, 3534.0, 3567.0, 3548.0, 3579.0, 3554.0, 3543.0, 3532.0, 3553.0, 3587.0, 3596.0, 3540.0, 3551.0, 3559.0, 3539.0, 3550.0, 3561.0, 3540.0, 3561.0, 3527.0, 3552.0, 3562.0, 3528.0, 3551.0, 3538.0, 3544.0, 3589.0, 3544.0, 3554.0, 3531.0, 3553.0, 3530.0, 3541.0, 3533.0, 3568.0, 3576.0, 3557.0, 3576.0, 3543.0, 3553.0, 3584.0, 3530.0, 3540.0, 3558.0, 3527.0, 3550.0, 3517.0, 3528.0, 3550.0, 3540.0, 3555.0, 3534.0, 3545.0, 3555.0, 3544.0, 3562.0, 3540.0, 3563.0, 3573.0, 3528.0, 3548.0, 3516.0, 3527.0, 3547.0, 3516.0, 3539.0, 3571.0, 3516.0, 3527.0, 3558.0, 3527.0, 3528.0, 3548.0, 3528.0, 3539.0, 3527.0, 3528.0, 3538.0, 3517.0, 3540.0, 3550.0, 3545.0, 3546.0, 3533.0, 3545.0, 3545.0, 3554.0, 3575.0, 3531.0, 3554.0, 3548.0, 3567.0, 3545.0, 3570.0, 3568.0, 3574.0, 3542.0, 3575.0, 3598.0, 3541.0, 3530.0, 3550.0, 3518.0, 3528.0, 3560.0, 3528.0, 3530.0, 3571.0, 3518.0, 3528.0, 3570.0, 3517.0, 3528.0, 3571.0, 3528.0, 3549.0, 3527.0, 3529.0, 3551.0, 3529.0, 3532.0, 3550.0, 3520.0, 3580.0, 3545.0, 3545.0, 3534.0, 3553.0, 3543.0, 3541.0, 3573.0, 3529.0, 3528.0, 3561.0, 3530.0, 3529.0, 3571.0, 3517.0, 3528.0, 3548.0, 3517.0, 3527.0, 3550.0, 3529.0, 3540.0, 3571.0, 3529.0, 3539.0, 3527.0, 3529.0, 3551.0, 3530.0, 3553.0, 3574.0, 3534.0, 3580.0, 3544.0, 3546.0, 3565.0, 3543.0, 3576.0, 3543.0, 3577.0, 3565.0, 3530.0, 3574.0, 3520.0, 3553.0, 3533.0, 3543.0, 3575.0, 3547.0, 3592.0, 3566.0, 3545.0, 3563.0, 3531.0, 3554.0, 3532.0, 3542.0, 3573.0, 3530.0, 3541.0, 3572.0, 3531.0, 3554.0, 3572.0, 3529.0, 3550.0, 3517.0, 3527.0, 3549.0, 3529.0, 3540.0, 3571.0, 3517.0, 3528.0, 3571.0, 3517.0, 3539.0, 3539.0, 3528.0, 3550.0, 3517.0, 3528.0, 3560.0, 3529.0, 3529.0, 3560.0, 3530.0, 3551.0, 3530.0, 3541.0, 3560.0, 3517.0, 3539.0, 3561.0, 3529.0, 3551.0, 3560.0, 3529.0, 3550.0, 3518.0, 3540.0, 3549.0, 3529.0, 3540.0, 3585.0, 3534.0, 3588.0, 3521.0, 3543.0, 3544.0, 3543.0, 3553.0, 3556.0, 3576.0, 3553.0, 3531.0, 3561.0, 3520.0, 3531.0, 3563.0, 3531.0, 3532.0, 3571.0, 3531.0, 3589.0, 3543.0, 3543.0, 3522.0, 3541.0, 3553.0, 3543.0, 3574.0, 3555.0, 3543.0, 3572.0, 3530.0, 3541.0, 3572.0, 3516.0, 3542.0, 3571.0, 3527.0, 3526.0, 3557.0, 3516.0, 3527.0, 3547.0, 3526.0, 3537.0, 3514.0, 3528.0, 3537.0, 3515.0, 3526.0, 3545.0, 3528.0, 3550.0, 3543.0, 3543.0, 3564.0, 3531.0, 3542.0, 3533.0, 3541.0, 3530.0, 3542.0, 3586.0, 3518.0, 3528.0, 3559.0, 3515.0, 3527.0, 3572.0, 3527.0, 3537.0, 3559.0, 3516.0, 3527.0, 3548.0, 3528.0, 3551.0, 3528.0, 3518.0, 3565.0, 3531.0, 3526.0, 3531.0, 3529.0, 3527.0, 3539.0, 3574.0, 3532.0, 3541.0, 3563.0, 3533.0, 3552.0, 3521.0, 3543.0, 3531.0, 3530.0, 3555.0, 3544.0, 3588.0, 3544.0, 3553.0, 3531.0, 3539.0, 3530.0, 3562.0, 3582.0, 3517.0, 3528.0, 3559.0, 3517.0, 3528.0, 3558.0, 3516.0, 3547.0, 3515.0, 3526.0, 3536.0, 3515.0, 3527.0, 3547.0, 3516.0, 3541.0, 3539.0, 3529.0, 3538.0, 3518.0, 3529.0, 3539.0, 3529.0, 3543.0, 3588.0, 3547.0, 3578.0, 3520.0, 3554.0, 3531.0, 3528.0, 3529.0, 3541.0, 3572.0, 3528.0, 3529.0, 3571.0, 3528.0, 3539.0, 3572.0, 3528.0, 3549.0, 3568.0, 3527.0, 3537.0, 3525.0, 3527.0, 3549.0, 3526.0, 3526.0, 3547.0, 3525.0, 3525.0, 3558.0, 3526.0, 3526.0, 3558.0, 3530.0, 3551.0, 3520.0, 3531.0, 3574.0, 3531.0, 3550.0, 3519.0, 3540.0, 3550.0, 3527.0, 3560.0, 3507.0, 3528.0, 3560.0, 3505.0, 3526.0, 3564.0, 3545.0, 3530.0, 3542.0, 3542.0, 3530.0, 3542.0, 3545.0, 3547.0, 3548.0, 3548.0, 3558.0, 3553.0, 3542.0, 3554.0, 3585.0, 3530.0, 3540.0, 3559.0, 3527.0, 3540.0, 3562.0, 3540.0, 3552.0, 3529.0, 3539.0, 3550.0, 3527.0, 3538.0, 3548.0, 3527.0, 3540.0, 3551.0, 3544.0, 3541.0, 3518.0, 3531.0, 3545.0, 3533.0, 3545.0, 3545.0, 3545.0, 3557.0, 3557.0, 3576.0, 3530.0, 3543.0, 3541.0, 3530.0, 3539.0, 3507.0, 3542.0, 3524.0, 3536.0, 3528.0, 3543.0, 3530.0, 3540.0, 3540.0, 3559.0, 3526.0, 3536.0, 3525.0, 3537.0, 3538.0, 3551.0, 3541.0, 3563.0, 3535.0, 3555.0, 3485.0, 3551.0, 3528.0, 3537.0, 3548.0, 3526.0, 3537.0, 3558.0, 3526.0, 3537.0, 3547.0, 3526.0, 3536.0, 3546.0, 3527.0, 3538.0, 3547.0, 3527.0, 3538.0, 3515.0, 3526.0, 3537.0, 3526.0, 3537.0, 3548.0, 3527.0, 3538.0, 3548.0, 3527.0, 3539.0, 3549.0, 3538.0, 3551.0, 3551.0, 3540.0, 3551.0, 3528.0, 3550.0, 3550.0, 3528.0, 3540.0, 3562.0, 3529.0, 3540.0, 3561.0, 3539.0, 3552.0, 3561.0, 3540.0, 3551.0, 3540.0, 3541.0, 3565.0, 3535.0, 3559.0, 3575.0, 3533.0, 3554.0, 3553.0, 3541.0, 3541.0, 3556.0, 3577.0, 3520.0, 3553.0, 3563.0, 3542.0, 3552.0, 3573.0, 3540.0, 3554.0, 3544.0, 3536.0, 3565.0, 3533.0, 3532.0, 3534.0, 3545.0, 3548.0, 3568.0, 3558.0, 3558.0, 3547.0, 3544.0, 3558.0, 3581.0, 3602.0, 3544.0, 3518.0, 3592.0, 3558.0, 3604.0, 3558.0, 3546.0, 3554.0, 3532.0, 3543.0, 3540.0, 3530.0, 3557.0, 3531.0, 3535.0, 3533.0, 3542.0, 3530.0, 3531.0, 3544.0, 3553.0, 3541.0, 3550.0, 3529.0, 3533.0, 3542.0, 3530.0, 3529.0, 3529.0, 3529.0, 3518.0, 3526.0, 3548.0, 3518.0, 3514.0, 3505.0, 3515.0, 3504.0, 3516.0, 3514.0, 3514.0, 3515.0, 3525.0, 3514.0, 3537.0, 3525.0, 3514.0, 3514.0, 3503.0, 3514.0, 3525.0, 3514.0, 3514.0, 3525.0, 3503.0, 3525.0, 3536.0, 3504.0, 3526.0, 3547.0, 3516.0, 3528.0, 3517.0, 3544.0, 3544.0, 3533.0, 3544.0, 3520.0, 3520.0, 3543.0, 3531.0, 3530.0, 3532.0, 3543.0, 3539.0, 3531.0, 3564.0, 3515.0, 3530.0, 3529.0, 3540.0, 3540.0, 3540.0, 3550.0, 3527.0, 3539.0, 3562.0, 3540.0, 3541.0, 3562.0, 3544.0, 3555.0, 3543.0, 3544.0, 3564.0, 3543.0, 3556.0, 3548.0, 3547.0, 3568.0, 3546.0, 3538.0, 3558.0, 3543.0, 3543.0, 3553.0, 3531.0, 3554.0, 3574.0, 3543.0, 3544.0, 3599.0, 3544.0, 3554.0, 3541.0, 3551.0, 3573.0, 3528.0, 3528.0, 3561.0, 3539.0, 3551.0, 3562.0, 3543.0, 3574.0, 3518.0, 3533.0, 3577.0, 3532.0, 3564.0, 3531.0, 3539.0, 3519.0, 3542.0, 3584.0, 3530.0, 3562.0, 3539.0, 3528.0, 3538.0, 3516.0, 3532.0, 3591.0, 3544.0, 3543.0, 3521.0, 3531.0, 3539.0, 3530.0, 3562.0, 3518.0, 3527.0, 3559.0, 3517.0, 3540.0, 3582.0, 3528.0, 3561.0, 3527.0, 3527.0, 3538.0, 3516.0, 3527.0, 3560.0, 3528.0, 3528.0, 3548.0, 3528.0, 3539.0, 3538.0, 3517.0, 3540.0, 3530.0, 3543.0, 3566.0, 3544.0, 3556.0, 3542.0, 3540.0, 3536.0, 3533.0, 3520.0, 3570.0, 3433.0, 3597.0, 3532.0, 3561.0, 3508.0, 3542.0, 3549.0, 3541.0, 3563.0, 3554.0, 3575.0, 3543.0, 3552.0, 3559.0, 3525.0, 3559.0, 3547.0, 3526.0, 3557.0, 3525.0, 3548.0, 3527.0, 3551.0, 3585.0, 3541.0, 3545.0, 3540.0, 3538.0, 3527.0, 3551.0, 3559.0, 3531.0, 3564.0, 3541.0, 3552.0, 3551.0, 3552.0, 3561.0, 3539.0, 3552.0, 3582.0, 3527.0, 3548.0, 3516.0, 3527.0, 3559.0, 3525.0, 3525.0, 3567.0, 3523.0, 3522.0, 3553.0, 3512.0, 3531.0, 3519.0, 3533.0, 3530.0, 3507.0, 3522.0, 3524.0, 3536.0, 3539.0, 3516.0, 3526.0, 3532.0, 3505.0, 3534.0, 3500.0, 3503.0, 3511.0, 3523.0, 3534.0, 3525.0, 3547.0, 3515.0, 3524.0, 3546.0, 3512.0, 3512.0, 3543.0, 3523.0, 3522.0, 3524.0, 3524.0, 3536.0, 3525.0, 3538.0, 3560.0, 3539.0, 3539.0, 3509.0, 3541.0, 3529.0, 3542.0, 3531.0, 3543.0, 3554.0, 3543.0, 3566.0, 3586.0, 3541.0, 3541.0, 3562.0, 3529.0, 3541.0, 3573.0, 3540.0, 3554.0, 3584.0, 3540.0, 3551.0, 3517.0, 3529.0, 3551.0, 3529.0, 3529.0, 3562.0, 3541.0, 3540.0, 3560.0, 3541.0, 3541.0, 3571.0, 3539.0, 3540.0, 3560.0, 3540.0, 3552.0, 3549.0, 3539.0, 3550.0, 3518.0, 3539.0, 3549.0, 3542.0, 3554.0, 3575.0, 3540.0, 3553.0, 3530.0, 3540.0, 3551.0, 3520.0, 3541.0, 3576.0, 3543.0, 3557.0, 3588.0, 3543.0, 3566.0, 3543.0, 3543.0, 3531.0, 3545.0, 3587.0, 3531.0, 3542.0, 3572.0, 3530.0, 3542.0, 3575.0, 3543.0, 3552.0, 3583.0, 3530.0, 3541.0, 3572.0, 3539.0, 3564.0, 3563.0, 3540.0, 3560.0, 3528.0, 3528.0, 3570.0, 3539.0, 3551.0, 3585.0, 3543.0, 3565.0, 3543.0, 3553.0, 3554.0, 3556.0, 3543.0, 3564.0, 3586.0, 3543.0, 3565.0, 3587.0, 3555.0, 3570.0, 3523.0, 3508.0, 3516.0, 3529.0, 3548.0, 3515.0, 3526.0, 3547.0, 3527.0, 3537.0, 3568.0, 3526.0, 3535.0, 3515.0, 3525.0, 3546.0, 3526.0, 3537.0, 3558.0, 3524.0, 3546.0, 3516.0, 3529.0, 3540.0, 3516.0, 3539.0, 3528.0, 3551.0, 3529.0, 3548.0, 3527.0, 3528.0, 3559.0, 3515.0, 3528.0, 3570.0, 3529.0, 3551.0, 3547.0, 3527.0, 3547.0, 3515.0, 3526.0, 3547.0, 3514.0, 3526.0, 3560.0, 3527.0, 3538.0, 3504.0, 3527.0, 3536.0, 3506.0, 3528.0, 3560.0, 3528.0, 3539.0, 3541.0, 3532.0, 3578.0, 3531.0, 3542.0, 3520.0, 3541.0, 3542.0, 3541.0, 3571.0, 3528.0, 3561.0, 3571.0, 3527.0, 3551.0, 3571.0, 3527.0, 3549.0, 3527.0, 3528.0, 3538.0, 3518.0, 3540.0, 3574.0, 3531.0, 3564.0, 3506.0, 3531.0, 3541.0, 3542.0, 3550.0, 3541.0, 3563.0, 3573.0, 3529.0, 3561.0, 3549.0, 3529.0, 3551.0, 3571.0, 3528.0, 3549.0, 3536.0, 3526.0, 3547.0, 3515.0, 3527.0, 3548.0, 3527.0, 3539.0, 3569.0, 3528.0, 3540.0, 3529.0, 3529.0, 3537.0, 3514.0, 3527.0, 3547.0, 3526.0, 3563.0, 3515.0, 3524.0, 3521.0, 3524.0, 3577.0, 3600.0, 3556.0, 3588.0, 3552.0, 3573.0, 3528.0, 3527.0, 3536.0, 3527.0, 3563.0, 3530.0, 3529.0, 3571.0, 3528.0, 3539.0, 3558.0, 3526.0, 3549.0, 3526.0, 3526.0, 3537.0, 3527.0, 3528.0, 3548.0, 3527.0, 3538.0, 3548.0, 3527.0, 3549.0, 3527.0], 'WindowWidth': [8143.0, 8098.0, 8105.0, 8064.0, 8063.0, 8090.0, 8039.0, 8054.0, 8083.0, 8040.0, 8071.0, 8084.0, 8038.0, 8070.0, 8038.0, 8057.0, 8074.0, 8028.0, 8060.0, 8074.0, 8060.0, 8078.0, 8106.0, 8064.0, 8080.0, 8106.0, 8060.0, 8091.0, 8043.0, 8059.0, 8092.0, 8049.0, 8062.0, 8105.0, 8060.0, 8078.0, 8072.0, 8061.0, 8092.0, 8043.0, 8059.0, 8071.0, 8040.0, 8057.0, 8106.0, 8046.0, 8076.0, 8086.0, 8056.0, 8073.0, 8039.0, 8057.0, 8074.0, 8043.0, 8060.0, 8087.0, 8042.0, 8060.0, 8108.0, 8060.0, 8103.0, 8086.0, 8069.0, 8127.0, 8051.0, 8061.0, 8036.0, 8085.0, 8057.0, 8101.0, 8062.0, 8049.0, 8031.0, 8061.0, 8116.0, 8126.0, 8037.0, 8052.0, 8061.0, 8032.0, 8051.0, 8067.0, 8037.0, 8067.0, 8017.0, 8057.0, 8069.0, 8019.0, 8054.0, 8031.0, 8048.0, 8114.0, 8049.0, 8062.0, 8027.0, 8058.0, 8023.0, 8038.0, 8030.0, 8083.0, 8089.0, 8070.0, 8093.0, 8045.0, 8060.0, 8104.0, 8024.0, 8035.0, 8055.0, 8013.0, 8047.0, 8000.0, 8016.0, 8048.0, 8036.0, 8063.0, 8031.0, 8050.0, 8062.0, 8047.0, 8066.0, 8035.0, 8071.0, 8082.0, 8013.0, 8044.0, 7997.0, 8013.0, 8041.0, 7998.0, 8031.0, 8077.0, 7997.0, 8012.0, 8054.0, 8011.0, 8016.0, 8041.0, 8016.0, 8033.0, 8014.0, 8017.0, 8030.0, 8001.0, 8035.0, 8048.0, 8049.0, 8053.0, 8029.0, 8050.0, 8051.0, 8062.0, 8090.0, 8025.0, 8058.0, 8056.0, 8077.0, 8049.0, 8090.0, 8086.0, 8088.0, 8041.0, 8091.0, 8130.0, 8037.0, 8020.0, 8048.0, 8001.0, 8017.0, 8063.0, 8017.0, 8023.0, 8079.0, 8002.0, 8017.0, 8074.0, 7999.0, 8016.0, 8078.0, 8017.0, 8047.0, 8014.0, 8017.0, 8051.0, 8021.0, 8027.0, 8048.0, 8009.0, 8100.0, 8046.0, 8050.0, 8035.0, 8059.0, 8042.0, 8038.0, 8085.0, 8018.0, 8016.0, 8064.0, 8021.0, 8021.0, 8080.0, 8000.0, 8016.0, 8044.0, 7999.0, 8013.0, 8048.0, 8021.0, 8035.0, 8076.0, 8018.0, 8033.0, 8016.0, 8020.0, 8053.0, 8025.0, 8061.0, 8087.0, 8037.0, 8102.0, 8042.0, 8053.0, 8076.0, 8043.0, 8092.0, 8047.0, 8095.0, 8073.0, 8021.0, 8084.0, 8008.0, 8057.0, 8029.0, 8044.0, 8089.0, 8056.0, 8123.0, 8074.0, 8049.0, 8070.0, 8022.0, 8057.0, 8027.0, 8038.0, 8081.0, 8020.0, 8037.0, 8082.0, 8025.0, 8058.0, 8080.0, 8018.0, 8048.0, 7999.0, 8015.0, 8046.0, 8022.0, 8035.0, 8078.0, 8001.0, 8016.0, 8076.0, 8001.0, 8033.0, 8033.0, 8018.0, 8048.0, 8000.0, 8016.0, 8062.0, 8018.0, 8019.0, 8063.0, 8022.0, 8053.0, 8020.0, 8036.0, 8063.0, 8003.0, 8033.0, 8066.0, 8020.0, 8053.0, 8061.0, 8018.0, 8049.0, 8002.0, 8033.0, 8047.0, 8021.0, 8036.0, 8102.0, 8034.0, 8109.0, 8010.0, 8045.0, 8045.0, 8043.0, 8058.0, 8065.0, 8096.0, 8056.0, 8025.0, 8065.0, 8007.0, 8023.0, 8071.0, 8024.0, 8026.0, 8077.0, 8024.0, 8113.0, 8041.0, 8041.0, 8014.0, 8038.0, 8058.0, 8043.0, 8089.0, 8064.0, 8044.0, 8080.0, 8024.0, 8038.0, 8080.0, 7996.0, 8044.0, 8080.0, 8013.0, 8009.0, 8052.0, 7996.0, 8013.0, 8039.0, 8012.0, 8027.0, 7991.0, 8017.0, 8028.0, 7994.0, 8012.0, 8037.0, 8017.0, 8050.0, 8046.0, 8043.0, 8072.0, 8021.0, 8039.0, 8031.0, 8039.0, 8024.0, 8042.0, 8106.0, 8002.0, 8016.0, 8058.0, 7995.0, 8015.0, 8081.0, 8014.0, 8028.0, 8057.0, 7997.0, 8015.0, 8040.0, 8016.0, 8050.0, 8018.0, 8003.0, 8074.0, 8021.0, 8007.0, 8027.0, 8019.0, 8014.0, 8034.0, 8091.0, 8028.0, 8037.0, 8068.0, 8026.0, 8051.0, 8010.0, 8042.0, 8023.0, 8021.0, 8060.0, 8043.0, 8108.0, 8044.0, 8054.0, 8024.0, 8030.0, 8020.0, 8068.0, 8094.0, 7998.0, 8015.0, 8055.0, 7997.0, 8014.0, 8055.0, 7997.0, 8039.0, 7992.0, 8008.0, 8022.0, 7992.0, 8010.0, 8037.0, 7998.0, 8037.0, 8032.0, 8018.0, 8031.0, 8004.0, 8019.0, 8033.0, 8020.0, 8048.0, 8109.0, 8053.0, 8093.0, 8006.0, 8062.0, 8025.0, 8017.0, 8018.0, 8037.0, 8083.0, 8017.0, 8019.0, 8078.0, 8017.0, 8032.0, 8082.0, 8015.0, 8046.0, 8069.0, 8012.0, 8026.0, 8008.0, 8012.0, 8047.0, 8012.0, 8012.0, 8042.0, 8008.0, 8009.0, 8057.0, 8010.0, 8011.0, 8057.0, 8024.0, 8054.0, 8005.0, 8022.0, 8084.0, 8022.0, 8048.0, 8006.0, 8036.0, 8049.0, 8014.0, 8060.0, 7985.0, 8015.0, 8062.0, 7981.0, 8011.0, 8073.0, 8053.0, 8019.0, 8037.0, 8040.0, 8021.0, 8038.0, 8048.0, 8052.0, 8059.0, 8059.0, 8075.0, 8059.0, 8041.0, 8061.0, 8104.0, 8021.0, 8036.0, 8057.0, 8014.0, 8036.0, 8067.0, 8038.0, 8057.0, 8020.0, 8032.0, 8048.0, 8013.0, 8029.0, 8042.0, 8012.0, 8034.0, 8051.0, 8046.0, 8037.0, 8001.0, 8020.0, 8045.0, 8023.0, 8046.0, 8046.0, 8045.0, 8067.0, 8068.0, 8090.0, 8019.0, 8043.0, 8033.0, 8018.0, 8028.0, 7983.0, 8037.0, 8014.0, 8031.0, 8013.0, 8043.0, 8023.0, 8034.0, 8034.0, 8059.0, 8009.0, 8025.0, 8009.0, 8026.0, 8029.0, 8052.0, 8036.0, 8069.0, 8028.0, 8053.0, 7935.0, 8052.0, 8014.0, 8024.0, 8041.0, 8011.0, 8026.0, 8056.0, 8010.0, 8026.0, 8041.0, 8010.0, 8024.0, 8039.0, 8012.0, 8030.0, 8039.0, 8011.0, 8028.0, 7996.0, 8010.0, 8026.0, 8011.0, 8028.0, 8044.0, 8014.0, 8029.0, 8043.0, 8013.0, 8032.0, 8046.0, 8030.0, 8052.0, 8052.0, 8036.0, 8052.0, 8019.0, 8050.0, 8050.0, 8018.0, 8037.0, 8068.0, 8022.0, 8037.0, 8065.0, 8035.0, 8055.0, 8066.0, 8037.0, 8054.0, 8037.0, 8039.0, 8079.0, 8035.0, 8072.0, 8084.0, 8029.0, 8060.0, 8056.0, 8037.0, 8040.0, 8066.0, 8098.0, 8009.0, 8056.0, 8071.0, 8040.0, 8057.0, 8085.0, 8034.0, 8062.0, 8043.0, 8034.0, 8072.0, 8027.0, 8026.0, 8032.0, 8049.0, 8056.0, 8080.0, 8071.0, 8072.0, 8057.0, 8047.0, 8074.0, 8109.0, 8143.0, 8048.0, 7999.0, 8123.0, 8067.0, 8151.0, 8073.0, 8050.0, 8057.0, 8024.0, 8042.0, 8030.0, 8019.0, 8063.0, 8017.0, 8033.0, 8031.0, 8040.0, 8019.0, 8021.0, 8044.0, 8055.0, 8034.0, 8046.0, 8013.0, 8027.0, 8035.0, 8017.0, 8016.0, 8014.0, 8015.0, 7999.0, 8009.0, 8039.0, 7996.0, 7985.0, 7970.0, 7983.0, 7972.0, 7992.0, 7986.0, 7987.0, 7990.0, 8000.0, 7987.0, 8022.0, 8003.0, 7987.0, 7988.0, 7971.0, 7987.0, 8002.0, 7986.0, 7987.0, 8003.0, 7971.0, 8004.0, 8021.0, 7976.0, 8006.0, 8034.0, 7992.0, 8011.0, 7997.0, 8048.0, 8047.0, 8029.0, 8043.0, 8004.0, 8004.0, 8041.0, 8023.0, 8019.0, 8025.0, 8040.0, 8030.0, 8020.0, 8069.0, 7992.0, 8023.0, 8016.0, 8033.0, 8036.0, 8033.0, 8048.0, 8012.0, 8031.0, 8067.0, 8035.0, 8037.0, 8067.0, 8046.0, 8061.0, 8043.0, 8045.0, 8072.0, 8041.0, 8067.0, 8057.0, 8054.0, 8082.0, 8047.0, 8027.0, 8075.0, 8049.0, 8046.0, 8058.0, 8025.0, 8061.0, 8091.0, 8043.0, 8048.0, 8130.0, 8046.0, 8062.0, 8040.0, 8052.0, 8084.0, 8016.0, 8016.0, 8064.0, 8033.0, 8052.0, 8069.0, 8045.0, 8085.0, 8003.0, 8028.0, 8089.0, 8022.0, 8070.0, 8022.0, 8030.0, 8004.0, 8041.0, 8100.0, 8020.0, 8065.0, 8030.0, 8015.0, 8028.0, 7994.0, 8024.0, 8117.0, 8040.0, 8041.0, 8010.0, 8022.0, 8028.0, 8017.0, 8064.0, 8001.0, 8011.0, 8056.0, 8000.0, 8035.0, 8092.0, 8015.0, 8063.0, 8009.0, 8012.0, 8027.0, 7995.0, 8011.0, 8061.0, 8015.0, 8016.0, 8041.0, 8013.0, 8031.0, 8028.0, 7997.0, 8034.0, 8021.0, 8043.0, 8079.0, 8051.0, 8072.0, 8046.0, 8038.0, 8025.0, 8020.0, 7985.0, 8092.0, 7825.0, 8132.0, 8027.0, 8063.0, 7966.0, 8042.0, 8047.0, 8038.0, 8070.0, 8063.0, 8092.0, 8045.0, 8057.0, 8062.0, 8009.0, 8062.0, 8040.0, 8011.0, 8053.0, 8010.0, 8045.0, 8018.0, 8059.0, 8110.0, 8041.0, 8032.0, 8036.0, 8030.0, 8013.0, 8050.0, 8058.0, 8023.0, 8070.0, 8034.0, 8055.0, 8050.0, 8054.0, 8065.0, 8030.0, 8054.0, 8095.0, 8012.0, 8043.0, 7996.0, 8011.0, 8058.0, 8004.0, 8005.0, 8067.0, 7997.0, 7995.0, 8039.0, 7983.0, 8009.0, 7989.0, 8018.0, 8009.0, 7968.0, 7998.0, 8004.0, 8021.0, 8030.0, 7993.0, 8003.0, 8005.0, 7973.0, 8011.0, 7960.0, 7970.0, 7978.0, 7996.0, 8014.0, 8003.0, 8037.0, 7991.0, 8002.0, 8033.0, 7982.0, 7980.0, 8026.0, 7997.0, 7998.0, 8000.0, 8001.0, 8020.0, 8005.0, 8028.0, 8059.0, 8032.0, 8030.0, 7988.0, 8033.0, 8012.0, 8036.0, 8023.0, 8042.0, 8057.0, 8042.0, 8079.0, 8105.0, 8037.0, 8037.0, 8064.0, 8019.0, 8037.0, 8081.0, 8035.0, 8060.0, 8101.0, 8034.0, 8050.0, 8001.0, 8019.0, 8049.0, 8018.0, 8019.0, 8068.0, 8038.0, 8036.0, 8063.0, 8035.0, 8039.0, 8077.0, 8032.0, 8035.0, 8061.0, 8035.0, 8055.0, 8046.0, 8031.0, 8048.0, 8003.0, 8032.0, 8047.0, 8044.0, 8063.0, 8090.0, 8038.0, 8059.0, 8022.0, 8037.0, 8052.0, 8008.0, 8040.0, 8095.0, 8046.0, 8070.0, 8112.0, 8041.0, 8076.0, 8045.0, 8043.0, 8026.0, 8050.0, 8111.0, 8026.0, 8041.0, 8083.0, 8022.0, 8042.0, 8093.0, 8045.0, 8056.0, 8097.0, 8023.0, 8040.0, 8081.0, 8034.0, 8075.0, 8072.0, 8037.0, 8063.0, 8017.0, 8018.0, 8077.0, 8036.0, 8053.0, 8106.0, 8048.0, 8078.0, 8045.0, 8058.0, 8067.0, 8072.0, 8050.0, 8080.0, 8110.0, 8045.0, 8078.0, 8110.0, 8058.0, 8087.0, 8006.0, 7980.0, 7990.0, 8018.0, 8042.0, 7995.0, 8010.0, 8040.0, 8016.0, 8028.0, 8067.0, 8009.0, 8023.0, 7993.0, 8008.0, 8038.0, 8008.0, 8028.0, 8056.0, 8004.0, 8036.0, 7998.0, 8018.0, 8028.0, 7994.0, 8030.0, 8015.0, 8050.0, 8018.0, 8042.0, 8012.0, 8015.0, 8055.0, 7992.0, 8013.0, 8072.0, 8019.0, 8050.0, 8038.0, 8010.0, 8038.0, 7993.0, 8009.0, 8038.0, 7991.0, 8011.0, 8061.0, 8014.0, 8028.0, 7979.0, 8011.0, 8024.0, 7982.0, 8016.0, 8061.0, 8017.0, 8032.0, 8038.0, 8026.0, 8094.0, 8020.0, 8040.0, 8010.0, 8038.0, 8041.0, 8036.0, 8077.0, 8015.0, 8063.0, 8074.0, 8012.0, 8050.0, 8078.0, 8012.0, 8044.0, 8011.0, 8014.0, 8029.0, 8007.0, 8036.0, 8084.0, 8023.0, 8069.0, 7981.0, 8023.0, 8036.0, 8039.0, 8047.0, 8038.0, 8071.0, 8082.0, 8018.0, 8064.0, 8045.0, 8016.0, 8049.0, 8078.0, 8015.0, 8044.0, 8023.0, 8010.0, 8040.0, 7994.0, 8012.0, 8043.0, 8015.0, 8032.0, 8073.0, 8017.0, 8036.0, 8018.0, 8020.0, 8029.0, 7989.0, 8014.0, 8039.0, 8010.0, 8071.0, 7995.0, 8005.0, 7993.0, 8005.0, 8102.0, 8134.0, 8068.0, 8114.0, 8054.0, 8086.0, 8018.0, 8013.0, 8025.0, 8014.0, 8074.0, 8024.0, 8022.0, 8079.0, 8018.0, 8034.0, 8056.0, 8011.0, 8047.0, 8012.0, 8012.0, 8026.0, 8013.0, 8015.0, 8045.0, 8016.0, 8032.0, 8043.0, 8013.0, 8046.0, 8015.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.00999419410745234</td></tr>
<tr><td colspan=3>aqi</td><td>0.08675939965337955</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.286058434154455</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.165969637562881</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0763236595663486</td></tr>
<tr><td colspan=3>efc</td><td>0.4854</td></tr>
<tr><td colspan=3>fber</td><td>4746.4634</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4243831759997739</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>429</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>37.175043327556324</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9097975075976197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6424238460906153</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.318409466337499</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.768559210364744</td></tr>
<tr><td colspan=3>gcor</td><td>0.00837994</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008033335208892822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02855866774916649</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.619547711527842</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>15.1961</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3969</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.9168</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.9193</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6911</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.8517</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2728.731</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.8423</td></tr>
<tr><td colspan=3>tsnr</td><td>21.193806746741757</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>