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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-02/func/sub-0101_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3a87d872cae9940a567f2426d49f76da</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:57:19.570000</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>[1, 0, 0, 0, 1, 0]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.130162</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7768, -7220, 17, -128, 14, -92, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.987</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d13ead3e-aefa-45bb-9e07-2a40cdee1a14||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -107.31707763671875], [0.0, 0.0, 2.700000047683716, -74.25], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['205719.570000', '205720.030000', '205720.490000', '205720.950000', '205721.410000', '205721.870000', '205722.330000', '205722.790000', '205723.250000', '205723.710000', '205724.170000', '205724.630000', '205725.090000', '205725.550000', '205726.010000', '205726.470000', '205726.930000', '205727.390000', '205727.850000', '205728.310000', '205728.770000', '205729.230000', '205729.690000', '205730.150000', '205730.610000', '205731.070000', '205731.530000', '205731.990000', '205732.450000', '205732.910000', '205733.370000', '205733.830000', '205734.290000', '205734.750000', '205735.210000', '205735.670000', '205736.130000', '205736.590000', '205737.050000', '205737.510000', '205737.970000', '205738.430000', '205738.890000', '205739.350000', '205739.810000', '205740.270000', '205740.730000', '205741.190000', '205741.650000', '205742.110000', '205742.570000', '205743.030000', '205743.490000', '205743.950000', '205744.410000', '205744.870000', '205745.330000', '205745.790000', '205746.250000', '205746.710000', '205747.170000', '205747.630000', '205748.090000', '205748.550000', '205749.010000', '205749.470000', '205749.930000', '205750.390000', '205750.850000', '205751.310000', '205751.770000', '205752.230000', '205752.690000', '205753.150000', '205753.610000', '205754.070000', '205754.530000', '205754.990000', '205755.450000', '205755.910000', '205756.370000', '205756.830000', '205757.290000', '205757.750000', '205758.210000', '205758.670000', '205759.130000', '205759.590000', '205800.050000', '205800.510000', '205800.970000', '205801.430000', '205801.890000', '205802.350000', '205802.810000', '205803.270000', '205803.730000', '205804.190000', '205804.650000', '205805.110000', '205805.570000', '205806.030000', '205806.490000', '205806.950000', '205807.410000', '205807.870000', '205808.330000', '205808.790000', '205809.250000', '205809.710000', '205810.170000', '205810.630000', '205811.090000', '205811.550000', '205812.010000', '205812.470000', '205812.930000', '205813.390000', '205813.850000', '205814.310000', '205814.770000', '205815.230000', '205815.690000', '205816.150000', '205816.610000', '205817.070000', '205817.530000', '205817.990000', '205818.450000', '205818.910000', '205819.370000', '205819.830000', '205820.290000', '205820.750000', '205821.210000', '205821.670000', '205822.130000', '205822.590000', '205823.050000', '205823.510000', '205823.970000', '205824.430000', '205824.890000', '205825.350000', '205825.810000', '205826.270000', '205826.730000', '205827.190000', '205827.650000', '205828.110000', '205828.570000', '205829.030000', '205829.490000', '205829.950000', '205830.410000', '205830.870000', '205831.330000', '205831.790000', '205832.250000', '205832.710000', '205833.170000', '205833.630000', '205834.090000', '205834.550000', '205835.010000', '205835.470000', '205835.930000', '205836.390000', '205836.850000', '205837.310000', '205837.770000', '205838.230000', '205838.690000', '205839.150000', '205839.610000', '205840.070000', '205840.530000', '205840.990000', '205841.450000', '205841.910000', '205842.370000', '205842.830000', '205843.290000', '205843.750000', '205844.210000', '205844.670000', '205845.130000', '205845.590000', '205846.050000', '205846.510000', '205846.970000', '205847.430000', '205847.890000', '205848.350000', '205848.810000', '205849.270000', '205849.730000', '205850.190000', '205850.650000', '205851.110000', '205851.570000', '205852.030000', '205852.490000', '205852.950000', '205853.410000', '205853.870000', '205854.330000', '205854.790000', '205855.250000', '205855.710000', '205856.170000', '205856.630000', '205857.090000', '205857.550000', '205858.010000', '205858.470000', '205858.930000', '205859.390000', '205859.850000', '205900.310000', '205900.770000', '205901.230000', '205901.690000', '205902.150000', '205902.610000', '205903.070000', '205903.530000', '205903.990000', '205904.450000', '205904.910000', '205905.370000', '205905.830000', '205906.290000', '205906.750000', '205907.210000', '205907.670000', '205908.130000', '205908.590000', '205909.050000', '205909.510000', '205909.970000', '205910.430000', '205910.890000', '205911.350000', '205911.810000', '205912.270000', '205912.730000', '205913.190000', '205913.650000', '205914.110000', '205914.570000', '205915.030000', '205915.490000', '205915.950000', '205916.410000', '205916.870000', '205917.330000', '205917.790000', '205918.250000', '205918.710000', '205919.170000', '205919.630000', '205920.090000', '205920.550000', '205921.010000', '205921.470000', '205921.930000', '205922.390000', '205922.850000', '205923.310000', '205923.770000', '205924.230000', '205924.690000', '205925.150000', '205925.610000', '205926.070000', '205926.530000', '205926.990000', '205927.450000', '205927.910000', '205928.370000', '205928.830000', '205929.290000', '205929.750000', '205930.210000', '205930.670000', '205931.130000', '205931.590000', '205932.050000', '205932.510000', '205932.970000', '205933.430000', '205933.890000', '205934.350000', '205934.810000', '205935.270000', '205935.730000', '205936.190000', '205936.650000', '205937.110000', '205937.570000', '205938.030000', '205938.490000', '205938.950000', '205939.410000', '205939.870000', '205940.330000', '205940.790000', '205941.250000', '205941.710000', '205942.170000', '205942.630000', '205943.090000', '205943.550000', '205944.010000', '205944.470000', '205944.930000', '205945.390000', '205945.850000', '205946.310000', '205946.770000', '205947.230000', '205947.690000', '205948.150000', '205948.610000', '205949.070000', '205949.530000', '205949.990000', '205950.450000', '205950.910000', '205951.370000', '205951.830000', '205952.290000', '205952.750000', '205953.210000', '205953.670000', '205954.130000', '205954.590000', '205955.050000', '205955.510000', '205955.970000', '205956.430000', '205956.890000', '205957.350000', '205957.810000', '205958.270000', '205958.730000', '205959.190000', '205959.650000', '210000.110000', '210000.570000', '210001.030000', '210001.490000', '210001.950000', '210002.410000', '210002.870000', '210003.330000', '210003.790000', '210004.250000', '210004.710000', '210005.170000', '210005.630000', '210006.090000', '210006.550000', '210007.010000', '210007.470000', '210007.930000', '210008.390000', '210008.850000', '210009.310000', '210009.770000', '210010.230000', '210010.690000', '210011.150000', '210011.610000', '210012.070000', '210012.530000', '210012.990000', '210013.450000', '210013.910000', '210014.370000', '210014.830000', '210015.290000', '210015.750000', '210016.210000', '210016.670000', '210017.130000', '210017.590000', '210018.050000', '210018.510000', '210018.970000', '210019.430000', '210019.890000', '210020.350000', '210020.810000', '210021.270000', '210021.730000', '210022.190000', '210022.650000', '210023.110000', '210023.570000', '210024.030000', '210024.490000', '210024.950000', '210025.410000', '210025.870000', '210026.330000', '210026.790000', '210027.250000', '210027.710000', '210028.170000', '210028.630000', '210029.090000', '210029.550000', '210030.010000', '210030.470000', '210030.930000', '210031.390000', '210031.850000', '210032.310000', '210032.770000', '210033.230000', '210033.690000', '210034.150000', '210034.610000', '210035.070000', '210035.530000', '210035.990000', '210036.450000', '210036.910000', '210037.370000', '210037.830000', '210038.290000', '210038.750000', '210039.210000', '210039.670000', '210040.130000', '210040.590000', '210041.050000', '210041.510000', '210041.970000', '210042.430000', '210042.890000', '210043.350000', '210043.810000', '210044.270000', '210044.730000', '210045.190000', '210045.650000', '210046.110000', '210046.570000', '210047.030000', '210047.490000', '210047.950000', '210048.410000', '210048.870000', '210049.330000', '210049.790000', '210050.250000', '210050.710000', '210051.170000', '210051.630000', '210052.090000', '210052.550000', '210053.010000', '210053.470000', '210053.930000', '210054.390000', '210054.850000', '210055.310000', '210055.770000', '210056.230000', '210056.690000', '210057.150000', '210057.610000', '210058.070000', '210058.530000', '210058.990000', '210059.450000', '210059.910000', '210100.370000', '210100.830000', '210101.290000', '210101.750000', '210102.210000', '210102.670000', '210103.130000', '210103.590000', '210104.050000', '210104.510000', '210104.970000', '210105.430000', '210105.890000', '210106.350000', '210106.810000', '210107.270000', '210107.730000', '210108.190000', '210108.650000', '210109.110000', '210109.570000', '210110.030000', '210110.490000', '210110.950000', '210111.410000', '210111.870000', '210112.330000', '210112.790000', '210113.250000', '210113.710000', '210114.170000', '210114.630000', '210115.090000', '210115.550000', '210116.010000', '210116.470000', '210116.930000', '210117.390000', '210117.850000', '210118.310000', '210118.770000', '210119.230000', '210119.690000', '210120.150000', '210120.610000', '210121.070000', '210121.530000', '210121.990000', '210122.450000', '210122.910000', '210123.370000', '210123.830000', '210124.290000', '210124.750000', '210125.210000', '210125.670000', '210126.130000', '210126.590000', '210127.050000', '210127.510000', '210127.970000', '210128.430000', '210128.890000', '210129.350000', '210129.810000', '210130.270000', '210130.730000', '210131.190000', '210131.650000', '210132.110000', '210132.570000', '210133.030000', '210133.490000', '210133.950000', '210134.410000', '210134.870000', '210135.330000', '210135.790000', '210136.250000', '210136.710000', '210137.170000', '210137.630000', '210138.090000', '210138.550000', '210139.010000', '210139.470000', '210139.930000', '210140.390000', '210140.850000', '210141.310000', '210141.770000', '210142.230000', '210142.690000', '210143.150000', '210143.610000', '210144.070000', '210144.530000', '210144.990000', '210145.450000', '210145.910000', '210146.370000', '210146.830000', '210147.290000', '210147.750000', '210148.210000', '210148.670000', '210149.130000', '210149.590000', '210150.050000', '210150.510000', '210150.970000', '210151.430000', '210151.890000', '210152.350000', '210152.810000', '210153.270000', '210153.730000', '210154.190000', '210154.650000', '210155.110000', '210155.570000', '210156.030000', '210156.490000', '210156.950000', '210157.410000', '210157.870000', '210158.330000', '210158.790000', '210159.250000', '210159.710000', '210200.170000', '210200.630000', '210201.090000', '210201.550000', '210202.010000', '210202.470000', '210202.930000', '210203.390000', '210203.850000', '210204.310000', '210204.770000', '210205.230000', '210205.690000', '210206.150000', '210206.610000', '210207.070000', '210207.530000', '210207.990000', '210208.450000', '210208.910000', '210209.370000', '210209.830000', '210210.290000', '210210.750000', '210211.210000', '210211.670000', '210212.130000', '210212.590000', '210213.050000', '210213.510000', '210213.970000', '210214.430000', '210214.890000', '210215.350000', '210215.810000', '210216.270000', '210216.730000', '210217.190000', '210217.650000', '210218.110000', '210218.570000', '210219.030000', '210219.490000', '210219.950000', '210220.410000', '210220.870000', '210221.330000', '210221.790000', '210222.250000', '210222.710000', '210223.170000', '210223.630000', '210224.090000', '210224.550000', '210225.010000', '210225.470000', '210225.930000', '210226.390000', '210226.850000', '210227.310000', '210227.770000', '210228.230000', '210228.690000', '210229.150000', '210229.610000', '210230.070000', '210230.530000', '210230.990000', '210231.450000', '210231.910000', '210232.370000', '210232.830000', '210233.290000', '210233.750000', '210234.210000', '210234.670000', '210235.130000', '210235.590000', '210236.050000', '210236.510000', '210236.970000', '210237.430000', '210237.890000', '210238.350000', '210238.810000', '210239.270000', '210239.730000', '210240.190000', '210240.650000', '210241.110000', '210241.570000', '210242.030000', '210242.490000', '210242.950000', '210243.410000', '210243.870000', '210244.330000', '210244.790000', '210245.250000', '210245.710000', '210246.170000', '210246.630000', '210247.090000', '210247.550000', '210248.010000', '210248.470000', '210248.930000', '210249.390000', '210249.850000', '210250.310000', '210250.770000', '210251.230000', '210251.690000', '210252.150000', '210252.610000', '210253.070000', '210253.530000', '210253.990000', '210254.450000', '210254.910000', '210255.370000', '210255.830000', '210256.290000', '210256.750000', '210257.210000', '210257.670000', '210258.130000', '210258.590000', '210259.050000', '210259.510000', '210259.970000', '210300.430000', '210300.890000', '210301.350000', '210301.810000', '210302.270000', '210302.730000', '210303.190000', '210303.650000', '210304.110000', '210304.570000', '210305.030000', '210305.490000', '210305.950000', '210306.410000', '210306.870000', '210307.330000', '210307.790000', '210308.250000', '210308.710000', '210309.170000', '210309.630000', '210310.090000', '210310.550000', '210311.010000', '210311.470000', '210311.930000', '210312.390000', '210312.850000', '210313.310000', '210313.770000', '210314.230000', '210314.690000', '210315.150000', '210315.610000', '210316.070000', '210316.530000', '210316.990000', '210317.450000', '210317.910000', '210318.370000', '210318.830000', '210319.290000', '210319.750000', '210320.210000', '210320.670000', '210321.130000', '210321.590000', '210322.050000', '210322.510000', '210322.970000', '210323.430000', '210323.890000', '210324.350000', '210324.810000', '210325.270000', '210325.730000', '210326.190000', '210326.650000', '210327.110000', '210327.570000', '210328.030000', '210328.490000', '210328.950000', '210329.410000', '210329.870000', '210330.330000', '210330.790000', '210331.250000', '210331.710000', '210332.170000', '210332.630000', '210333.090000', '210333.550000', '210334.010000', '210334.470000', '210334.930000', '210335.390000', '210335.850000', '210336.310000', '210336.770000', '210337.230000', '210337.690000', '210338.150000', '210338.610000', '210339.070000', '210339.530000', '210339.990000', '210340.450000', '210340.910000', '210341.370000', '210341.830000', '210342.290000', '210342.750000', '210343.210000', '210343.670000', '210344.130000', '210344.590000', '210345.050000', '210345.510000', '210345.970000', '210346.430000', '210346.890000', '210347.350000', '210347.810000', '210348.270000', '210348.730000', '210349.190000', '210349.650000', '210350.110000', '210350.570000', '210351.030000', '210351.490000', '210351.950000', '210352.410000', '210352.870000', '210353.330000', '210353.790000', '210354.250000', '210354.710000', '210355.170000', '210355.630000', '210356.090000', '210356.550000', '210357.010000', '210357.470000', '210357.930000', '210358.390000', '210358.850000', '210359.310000', '210359.770000', '210400.230000', '210400.690000', '210401.150000', '210401.610000', '210402.070000', '210402.530000', '210402.990000', '210403.450000', '210403.910000', '210404.370000', '210404.830000', '210405.290000', '210405.750000', '210406.210000', '210406.670000', '210407.130000', '210407.590000', '210408.050000', '210408.510000', '210408.970000', '210409.430000', '210409.890000', '210410.350000', '210410.810000', '210411.270000', '210411.730000', '210412.190000', '210412.650000', '210413.110000', '210413.570000', '210414.030000', '210414.490000', '210414.950000', '210415.410000', '210415.870000', '210416.330000', '210416.790000', '210417.250000', '210417.710000', '210418.170000', '210418.630000', '210419.090000', '210419.550000', '210420.010000', '210420.470000', '210420.930000', '210421.390000', '210421.850000', '210422.310000', '210422.770000', '210423.230000', '210423.690000', '210424.150000', '210424.610000', '210425.070000', '210425.530000', '210425.990000', '210426.450000', '210426.910000', '210427.370000', '210427.830000', '210428.290000', '210428.750000', '210429.210000', '210429.670000', '210430.130000', '210430.590000', '210431.050000', '210431.510000', '210431.970000', '210432.430000', '210432.890000', '210433.350000', '210433.810000', '210434.270000', '210434.730000', '210435.190000', '210435.650000', '210436.110000', '210436.570000', '210437.030000', '210437.490000', '210437.950000', '210438.410000', '210438.870000', '210439.330000', '210439.790000', '210440.250000', '210440.710000', '210441.170000', '210441.630000', '210442.090000', '210442.550000', '210443.010000', '210443.470000', '210443.930000', '210444.390000', '210444.850000', '210445.310000', '210445.770000', '210446.230000', '210446.690000', '210447.150000', '210447.610000', '210448.070000', '210448.530000', '210448.990000', '210449.450000', '210449.910000', '210450.370000', '210450.830000', '210451.290000', '210451.750000', '210452.210000', '210452.670000', '210453.130000', '210453.590000', '210454.050000', '210454.510000', '210454.970000', '210455.430000', '210455.890000', '210456.350000', '210456.810000', '210457.270000', '210457.730000', '210458.190000', '210458.650000', '210459.110000', '210459.570000', '210500.030000', '210500.490000', '210500.950000', '210501.410000', '210501.870000', '210502.330000', '210502.790000', '210503.250000', '210503.710000', '210504.170000', '210504.630000', '210505.090000', '210505.550000', '210506.010000', '210506.470000', '210506.930000', '210507.390000', '210507.850000', '210508.310000', '210508.770000', '210509.230000', '210509.690000', '210510.150000', '210510.610000', '210511.070000', '210511.530000', '210511.990000', '210512.450000', '210512.910000', '210513.370000', '210513.830000', '210514.290000', '210514.750000', '210515.210000', '210515.670000', '210516.130000', '210516.590000', '210517.050000', '210517.510000', '210517.970000', '210518.430000', '210518.890000', '210519.350000', '210519.810000', '210520.270000', '210520.730000', '210521.190000', '210521.650000', '210522.110000', '210522.570000', '210523.030000', '210523.490000', '210523.950000', '210524.410000', '210524.870000', '210525.330000', '210525.790000', '210526.250000', '210526.710000', '210527.170000', '210527.630000', '210528.090000', '210528.550000', '210529.010000', '210529.470000', '210529.930000', '210530.390000', '210530.850000', '210531.310000', '210531.770000', '210532.230000', '210532.690000', '210533.150000', '210533.610000', '210534.070000', '210534.530000', '210534.990000', '210535.450000', '210535.910000', '210536.370000', '210536.830000', '210537.290000', '210537.750000', '210538.210000', '210538.670000', '210539.130000', '210539.590000', '210540.050000', '210540.510000', '210540.970000', '210541.430000', '210541.890000', '210542.350000', '210542.810000', '210543.270000', '210543.730000', '210544.190000', '210544.650000', '210545.110000', '210545.570000', '210546.030000', '210546.490000', '210546.950000', '210547.410000', '210547.870000', '210548.330000', '210548.790000', '210549.250000', '210549.710000', '210550.170000', '210550.630000', '210551.090000', '210551.550000', '210552.010000', '210552.470000', '210552.930000', '210553.390000', '210553.850000', '210554.310000', '210554.770000', '210555.230000', '210555.690000', '210556.150000', '210556.610000', '210557.070000', '210557.530000', '210557.990000', '210558.450000', '210558.910000', '210559.370000', '210559.830000', '210600.290000', '210600.750000', '210601.210000', '210601.670000', '210602.130000', '210602.590000', '210603.050000', '210603.510000', '210603.970000', '210604.430000', '210604.890000', '210605.350000', '210605.810000', '210606.270000', '210606.730000', '210607.190000', '210607.650000', '210608.110000', '210608.570000', '210609.030000', '210609.490000', '210609.950000', '210610.410000', '210610.870000', '210611.330000', '210611.790000'], 'ContentTime': ['205748.613000', '205748.617000', '205748.621000', '205748.624000', '205748.626000', '205748.629000', '205748.632000', '205748.634000', '205748.637000', '205748.648000', '205748.651000', '205748.653000', '205748.656000', '205748.659000', '205748.661000', '205748.664000', '205748.666000', '205748.669000', '205748.672000', '205748.674000', '205748.677000', '205748.679000', '205748.682000', '205748.685000', '205748.687000', '205748.690000', '205748.698000', '205748.700000', '205748.703000', '205748.706000', '205748.708000', '205748.711000', '205748.713000', '205748.716000', '205748.719000', '205748.721000', '205748.724000', '205748.726000', '205748.729000', '205748.732000', '205748.734000', '205748.737000', '205748.739000', '205748.742000', '205748.744000', '205748.747000', '205748.750000', '205748.752000', '205748.755000', '205748.757000', '205748.760000', '205748.762000', '205748.765000', '205748.767000', '205748.770000', '205748.773000', '205748.775000', '205748.778000', '205748.781000', '205748.783000', '205808.560000', '205808.570000', '205808.573000', '205808.575000', '205808.578000', '205808.581000', '205808.583000', '205808.586000', '205808.588000', '205808.591000', '205808.593000', '205808.596000', '205808.599000', '205808.602000', '205808.604000', '205808.607000', '205808.610000', '205808.612000', '205808.615000', '205808.618000', '205808.620000', '205808.623000', '205808.625000', '205808.628000', '205808.631000', '205808.633000', '205808.636000', '205808.639000', '205808.641000', '205808.644000', '205808.646000', '205808.649000', '205808.652000', '205808.654000', '205808.657000', '205808.660000', '205808.662000', '205808.665000', '205808.668000', '205808.670000', '205808.673000', '205808.675000', '205808.678000', '205828.562000', '205828.564000', '205828.567000', '205828.570000', '205828.573000', '205828.575000', '205828.578000', '205828.580000', '205828.583000', '205828.586000', '205828.588000', '205828.591000', '205828.593000', '205828.596000', '205828.599000', '205828.601000', '205828.604000', '205828.607000', '205828.609000', '205828.619000', '205828.622000', '205828.624000', '205828.627000', '205828.643000', '205828.645000', '205828.648000', '205828.650000', '205828.653000', '205828.656000', '205828.658000', '205828.661000', '205828.670000', '205828.672000', '205828.675000', '205828.677000', '205828.680000', '205828.682000', '205828.685000', '205828.688000', '205828.690000', '205828.693000', '205828.696000', '205828.698000', '205828.701000', '205848.561000', '205848.563000', '205848.573000', '205848.576000', '205848.578000', '205848.581000', '205848.584000', '205848.586000', '205848.589000', '205848.592000', '205848.594000', '205848.597000', '205848.600000', '205848.602000', '205848.605000', '205848.608000', '205848.610000', '205848.613000', '205848.616000', '205848.618000', '205848.621000', '205848.623000', '205848.626000', '205848.629000', '205848.631000', '205848.634000', '205848.637000', '205848.639000', '205848.642000', '205848.644000', '205848.647000', '205848.650000', '205848.652000', '205848.655000', '205848.658000', '205848.660000', '205848.663000', '205848.666000', '205848.668000', '205848.671000', '205848.674000', '205848.676000', '205848.679000', '205908.561000', '205908.563000', '205908.566000', '205908.569000', '205908.571000', '205908.574000', '205908.577000', '205908.579000', '205908.582000', '205908.586000', '205908.589000', '205908.591000', '205908.594000', '205908.597000', '205908.599000', '205908.602000', '205908.604000', '205908.607000', '205908.610000', '205908.612000', '205908.615000', '205908.618000', '205908.620000', '205908.623000', '205908.625000', '205908.628000', '205908.631000', '205908.633000', '205908.636000', '205908.638000', '205908.641000', '205908.644000', '205908.646000', '205908.649000', '205908.651000', '205908.654000', '205908.657000', '205908.659000', '205908.662000', '205908.664000', '205908.667000', '205908.670000', '205908.672000', '205908.675000', '205928.560000', '205928.563000', '205928.566000', '205928.569000', '205928.571000', '205928.574000', '205928.576000', '205928.579000', '205928.582000', '205928.584000', '205928.587000', '205928.589000', '205928.599000', '205928.601000', '205928.604000', '205928.607000', '205928.609000', '205928.612000', '205928.614000', '205928.617000', '205928.620000', '205928.622000', '205928.634000', '205928.636000', '205928.639000', '205928.641000', '205928.644000', '205928.647000', '205928.649000', '205928.652000', '205928.655000', '205928.657000', '205928.660000', '205928.662000', '205928.665000', '205928.668000', '205928.670000', '205928.673000', '205928.676000', '205928.678000', '205928.681000', '205928.683000', '205928.687000', '205948.560000', '205948.563000', '205948.566000', '205948.569000', '205948.571000', '205948.574000', '205948.576000', '205948.579000', '205948.582000', '205948.584000', '205948.587000', '205948.589000', '205948.592000', '205948.594000', '205948.597000', '205948.606000', '205948.609000', '205948.611000', '205948.614000', '205948.617000', '205948.619000', '205948.622000', '205948.625000', '205948.627000', '205948.630000', '205948.632000', '205948.635000', '205948.638000', '205948.640000', '205948.643000', '205948.645000', '205948.648000', '205948.651000', '205948.653000', '205948.656000', '205948.659000', '205948.661000', '205948.664000', '205948.666000', '205948.669000', '205948.672000', '205948.674000', '205948.677000', '210008.561000', '210008.564000', '210008.566000', '210008.569000', '210008.571000', '210008.574000', '210008.577000', '210008.579000', '210008.582000', '210008.584000', '210008.587000', '210008.590000', '210008.592000', '210008.595000', '210008.597000', '210008.600000', '210008.603000', '210008.605000', '210008.608000', '210008.622000', '210008.625000', '210008.627000', '210008.630000', '210008.633000', '210008.635000', '210008.638000', '210008.640000', '210008.643000', '210008.646000', '210008.648000', '210008.651000', '210008.653000', '210008.656000', '210008.659000', '210008.661000', '210008.664000', '210008.666000', '210008.669000', '210008.672000', '210008.675000', '210008.678000', '210008.681000', '210008.684000', '210008.686000', '210028.561000', '210028.563000', '210028.566000', '210028.569000', '210028.571000', '210028.574000', '210028.577000', '210028.579000', '210028.582000', '210028.585000', '210028.587000', '210028.590000', '210028.593000', '210028.595000', '210028.598000', '210028.601000', '210028.603000', '210028.606000', '210028.609000', '210028.611000', '210028.614000', '210028.617000', '210028.619000', '210028.622000', '210028.624000', '210028.627000', '210028.630000', '210028.632000', '210028.635000', '210028.637000', '210028.640000', '210028.643000', '210028.645000', '210028.648000', '210028.651000', '210028.653000', '210028.656000', '210028.659000', '210028.661000', '210028.664000', '210028.666000', '210028.669000', '210028.671000', '210028.674000', '210048.562000', '210048.564000', '210048.567000', '210048.570000', '210048.572000', '210048.575000', '210048.578000', '210048.580000', '210048.583000', '210048.585000', '210048.588000', '210048.590000', '210048.593000', '210048.596000', '210048.598000', '210048.601000', '210048.604000', '210048.606000', '210048.609000', '210048.612000', '210048.614000', '210048.617000', '210048.619000', '210048.622000', '210048.625000', '210048.627000', '210048.630000', '210048.632000', '210048.635000', '210048.638000', '210048.640000', '210048.643000', '210048.646000', '210048.648000', '210048.651000', '210048.654000', '210048.656000', '210048.659000', '210048.661000', '210048.664000', '210048.667000', '210048.669000', '210048.672000', '210108.560000', '210108.563000', '210108.566000', '210108.569000', '210108.571000', '210108.574000', '210108.577000', '210108.579000', '210108.582000', '210108.585000', '210108.587000', '210108.590000', '210108.593000', '210108.595000', '210108.598000', '210108.601000', '210108.603000', '210108.606000', '210108.609000', '210108.611000', '210108.614000', '210108.616000', '210108.619000', '210108.622000', '210108.624000', '210108.634000', '210108.637000', '210108.640000', '210108.642000', '210108.645000', '210108.648000', '210108.650000', '210108.653000', '210108.656000', '210108.658000', '210108.661000', '210108.663000', '210108.666000', '210108.669000', '210108.671000', '210108.674000', '210108.676000', '210108.679000', '210108.682000', '210128.561000', '210128.563000', '210128.566000', '210128.569000', '210128.571000', '210128.574000', '210128.577000', '210128.579000', '210128.582000', '210128.584000', '210128.587000', '210128.590000', '210128.592000', '210128.595000', '210128.597000', '210128.600000', '210128.603000', '210128.605000', '210128.608000', '210128.611000', '210128.613000', '210128.616000', '210128.618000', '210128.621000', '210128.624000', '210128.626000', '210128.629000', '210128.631000', '210128.634000', '210128.637000', '210128.639000', '210128.642000', '210128.644000', '210128.647000', '210128.650000', '210128.652000', '210128.655000', '210128.657000', '210128.660000', '210128.663000', '210128.665000', '210128.668000', '210128.671000', '210148.561000', '210148.563000', '210148.566000', '210148.570000', '210148.573000', '210148.575000', '210148.578000', '210148.580000', '210148.583000', '210148.586000', '210148.588000', '210148.591000', '210148.593000', '210148.596000', '210148.599000', '210148.601000', '210148.604000', '210148.607000', '210148.609000', '210148.612000', '210148.615000', '210148.617000', '210148.620000', '210148.623000', '210148.625000', '210148.628000', '210148.630000', '210148.633000', '210148.636000', '210148.639000', '210148.641000', '210148.644000', '210148.646000', '210148.649000', '210148.652000', '210148.654000', '210148.657000', '210148.659000', '210148.662000', '210148.665000', '210148.667000', '210148.670000', '210148.672000', '210148.675000', '210208.561000', '210208.563000', '210208.566000', '210208.569000', '210208.571000', '210208.574000', '210208.577000', '210208.579000', '210208.582000', '210208.584000', '210208.587000', '210208.590000', '210208.592000', '210208.595000', '210208.598000', '210208.600000', '210208.603000', '210208.606000', '210208.608000', '210208.611000', '210208.613000', '210208.616000', '210208.619000', '210208.621000', '210208.624000', '210208.627000', '210208.629000', '210208.632000', '210208.635000', '210208.637000', '210208.640000', '210208.642000', '210208.645000', '210208.648000', '210208.650000', '210208.653000', '210208.655000', '210208.658000', '210208.661000', '210208.663000', '210208.666000', '210208.669000', '210208.671000', '210228.561000', '210228.563000', '210228.566000', '210228.569000', '210228.571000', '210228.574000', '210228.577000', '210228.579000', '210228.582000', '210228.584000', '210228.587000', '210228.590000', '210228.592000', '210228.595000', '210228.598000', '210228.600000', '210228.603000', '210228.606000', '210228.608000', '210228.611000', '210228.614000', '210228.616000', '210228.619000', '210228.621000', '210228.624000', '210228.627000', '210228.629000', '210228.632000', '210228.635000', '210228.637000', '210228.640000', '210228.642000', '210228.645000', '210228.648000', '210228.650000', '210228.653000', '210228.655000', '210228.658000', '210228.661000', '210228.663000', '210228.666000', '210228.669000', '210228.671000', '210228.674000', '210248.561000', '210248.564000', '210248.569000', '210248.571000', '210248.574000', '210248.576000', '210248.579000', '210248.582000', '210248.584000', '210248.587000', '210248.589000', '210248.592000', '210248.595000', '210248.597000', '210248.600000', '210248.603000', '210248.605000', '210248.608000', '210248.610000', '210248.613000', '210248.616000', '210248.618000', '210248.621000', '210248.623000', '210248.626000', '210248.629000', '210248.631000', '210248.653000', '210248.656000', '210248.658000', '210248.661000', '210248.664000', '210248.666000', '210248.669000', '210248.671000', '210248.674000', '210248.677000', '210248.679000', '210248.682000', '210248.684000', '210248.687000', '210248.691000', '210248.693000', '210308.562000', '210308.565000', '210308.568000', '210308.571000', '210308.573000', '210308.576000', '210308.578000', '210308.581000', '210308.584000', '210308.586000', '210308.589000', '210308.615000', '210308.618000', '210308.620000', '210308.623000', '210308.625000', '210308.628000', '210308.631000', '210308.633000', '210308.636000', '210308.647000', '210308.649000', '210308.652000', '210308.655000', '210308.657000', '210308.660000', '210308.663000', '210308.665000', '210308.668000', '210308.670000', '210308.673000', '210308.676000', '210308.678000', '210308.681000', '210308.684000', '210308.686000', '210308.689000', '210308.691000', '210308.694000', '210308.697000', '210308.699000', '210308.702000', '210308.705000', '210328.560000', '210328.563000', '210328.566000', '210328.569000', '210328.571000', '210328.574000', '210328.576000', '210328.579000', '210328.582000', '210328.584000', '210328.587000', '210328.590000', '210328.592000', '210328.595000', '210328.598000', '210328.600000', '210328.603000', '210328.606000', '210328.608000', '210328.611000', '210328.613000', '210328.616000', '210328.618000', '210328.621000', '210328.624000', '210328.626000', '210328.629000', '210328.632000', '210328.634000', '210328.637000', '210328.639000', '210328.642000', '210328.645000', '210328.647000', '210328.650000', '210328.652000', '210328.655000', '210328.657000', '210328.660000', '210328.663000', '210328.665000', '210328.668000', '210328.671000', '210328.673000', '210348.561000', '210348.564000', '210348.566000', '210348.569000', '210348.571000', '210348.574000', '210348.577000', '210348.579000', '210348.582000', '210348.585000', '210348.588000', '210348.590000', '210348.593000', '210348.596000', '210348.599000', '210348.601000', '210348.604000', '210348.607000', '210348.609000', '210348.622000', '210348.625000', '210348.628000', '210348.630000', '210348.633000', '210348.636000', '210348.638000', '210348.641000', '210348.644000', '210348.646000', '210348.649000', '210348.652000', '210348.654000', '210348.657000', '210348.659000', '210348.662000', '210348.665000', '210348.667000', '210348.670000', '210348.672000', '210348.675000', '210348.678000', '210348.680000', '210348.683000', '210408.561000', '210408.564000', '210408.566000', '210408.569000', '210408.571000', '210408.574000', '210408.577000', '210408.579000', '210408.582000', '210408.585000', '210408.587000', '210408.590000', '210408.592000', '210408.595000', '210408.598000', '210408.600000', '210408.603000', '210408.605000', '210408.608000', '210408.611000', '210408.621000', '210408.624000', '210408.627000', '210408.629000', '210408.632000', '210408.635000', '210408.637000', '210408.640000', '210408.643000', '210408.645000', '210408.648000', '210408.650000', '210408.653000', '210408.655000', '210408.658000', '210408.661000', '210408.663000', '210408.666000', '210408.669000', '210408.671000', '210408.674000', '210408.677000', '210408.679000', '210408.682000', '210428.561000', '210428.564000', '210428.566000', '210428.569000', '210428.571000', '210428.575000', '210428.578000', '210428.581000', '210428.584000', '210428.586000', '210428.589000', '210428.592000', '210428.594000', '210428.597000', '210428.600000', '210428.603000', '210428.605000', '210428.608000', '210428.610000', '210428.613000', '210428.616000', '210428.618000', '210428.644000', '210428.647000', '210428.650000', '210428.653000', '210428.655000', '210428.658000', '210428.661000', '210428.663000', '210428.666000', '210428.668000', '210428.671000', '210428.674000', '210428.676000', '210428.679000', '210428.682000', '210428.684000', '210428.687000', '210428.689000', '210428.692000', '210428.695000', '210428.697000', '210448.560000', '210448.563000', '210448.566000', '210448.569000', '210448.571000', '210448.574000', '210448.576000', '210448.579000', '210448.582000', '210448.584000', '210448.590000', '210448.593000', '210448.595000', '210448.598000', '210448.601000', '210448.604000', '210448.606000', '210448.609000', '210448.612000', '210448.614000', '210448.617000', '210448.620000', '210448.622000', '210448.625000', '210448.628000', '210448.630000', '210448.633000', '210448.635000', '210448.638000', '210448.641000', '210448.643000', '210448.646000', '210448.649000', '210448.651000', '210448.654000', '210448.656000', '210448.659000', '210448.662000', '210448.664000', '210448.667000', '210448.670000', '210448.672000', '210448.675000', '210448.677000', '210508.562000', '210508.565000', '210508.567000', '210508.570000', '210508.573000', '210508.575000', '210508.578000', '210508.581000', '210508.583000', '210508.586000', '210508.588000', '210508.591000', '210508.594000', '210508.596000', '210508.599000', '210508.602000', '210508.604000', '210508.607000', '210508.610000', '210508.612000', '210508.615000', '210508.618000', '210508.620000', '210508.623000', '210508.626000', '210508.628000', '210508.631000', '210508.633000', '210508.636000', '210508.639000', '210508.642000', '210508.645000', '210508.647000', '210508.650000', '210508.653000', '210508.655000', '210508.658000', '210508.661000', '210508.663000', '210508.666000', '210508.669000', '210508.671000', '210508.674000', '210528.562000', '210528.564000', '210528.567000', '210528.570000', '210528.572000', '210528.575000', '210528.577000', '210528.580000', '210528.583000', '210528.585000', '210528.588000', '210528.590000', '210528.593000', '210528.596000', '210528.599000', '210528.601000', '210528.604000', '210528.606000', '210528.609000', '210528.612000', '210528.614000', '210528.617000', '210528.620000', '210528.622000', '210528.625000', '210528.627000', '210528.630000', '210528.633000', '210528.635000', '210528.638000', '210528.640000', '210528.643000', '210528.646000', '210528.648000', '210528.651000', '210528.653000', '210528.656000', '210528.659000', '210528.661000', '210528.664000', '210528.666000', '210528.669000', '210528.672000', '210528.674000', '210548.561000', '210548.563000', '210548.566000', '210548.569000', '210548.572000', '210548.574000', '210548.577000', '210548.580000', '210548.582000', '210548.585000', '210548.588000', '210548.590000', '210548.593000', '210548.595000', '210548.598000', '210548.601000', '210548.603000', '210548.606000', '210548.620000', '210548.623000', '210548.626000', '210548.628000', '210548.631000', '210548.634000', '210548.636000', '210548.639000', '210548.641000', '210548.644000', '210548.647000', '210548.650000', '210548.652000', '210548.655000', '210548.657000', '210548.660000', '210548.663000', '210548.665000', '210548.668000', '210548.671000', '210548.673000', '210548.676000', '210548.678000', '210548.681000', '210548.684000', '210608.561000', '210608.564000', '210608.566000', '210608.569000', '210608.572000', '210608.574000', '210608.577000', '210608.580000', '210608.582000', '210608.585000', '210608.587000', '210608.590000', '210608.592000', '210608.595000', '210608.598000', '210608.600000', '210608.603000', '210608.606000', '210608.608000', '210608.611000', '210608.614000', '210608.616000', '210608.619000', '210608.621000', '210608.624000', '210608.627000', '210608.629000', '210608.632000', '210608.634000', '210608.637000', '210608.640000', '210608.642000', '210608.645000', '210608.648000', '210608.651000', '210608.653000', '210608.656000', '210608.659000', '210608.661000', '210608.664000', '210608.667000', '210608.669000', '210608.672000', '210608.675000', '210613.463000', '210613.466000', '210613.469000', '210613.472000', '210613.475000', '210613.477000', '210613.480000', '210613.483000', '210613.486000', '210613.488000', '210613.491000'], 'InstanceCreationTime': ['205748.613000', '205748.617000', '205748.621000', '205748.624000', '205748.626000', '205748.629000', '205748.632000', '205748.634000', '205748.637000', '205748.648000', '205748.651000', '205748.653000', '205748.656000', '205748.659000', '205748.661000', '205748.664000', '205748.666000', '205748.669000', '205748.672000', '205748.674000', '205748.677000', '205748.679000', '205748.682000', '205748.685000', '205748.687000', '205748.690000', '205748.698000', '205748.700000', '205748.703000', '205748.706000', '205748.708000', '205748.711000', '205748.713000', '205748.716000', '205748.719000', '205748.721000', '205748.724000', '205748.726000', '205748.729000', '205748.732000', '205748.734000', '205748.737000', '205748.739000', '205748.742000', '205748.744000', '205748.747000', '205748.750000', '205748.752000', '205748.755000', '205748.757000', '205748.760000', '205748.762000', '205748.765000', '205748.767000', '205748.770000', '205748.773000', '205748.775000', '205748.778000', '205748.781000', '205748.783000', '205808.560000', '205808.570000', '205808.573000', '205808.575000', '205808.578000', '205808.581000', '205808.583000', '205808.586000', '205808.588000', '205808.591000', '205808.593000', '205808.596000', '205808.599000', '205808.602000', '205808.604000', '205808.607000', '205808.610000', '205808.612000', '205808.615000', '205808.618000', '205808.620000', '205808.623000', '205808.625000', '205808.628000', '205808.631000', '205808.633000', '205808.636000', '205808.639000', '205808.641000', '205808.644000', '205808.646000', '205808.649000', '205808.652000', '205808.654000', '205808.657000', '205808.660000', '205808.662000', '205808.665000', '205808.668000', '205808.670000', '205808.673000', '205808.675000', '205808.678000', '205828.562000', '205828.564000', '205828.567000', '205828.570000', '205828.573000', '205828.575000', '205828.578000', '205828.580000', '205828.583000', '205828.586000', '205828.588000', '205828.591000', '205828.593000', '205828.596000', '205828.599000', '205828.601000', '205828.604000', '205828.607000', '205828.609000', '205828.619000', '205828.622000', '205828.624000', '205828.627000', '205828.643000', '205828.645000', '205828.648000', '205828.650000', '205828.653000', '205828.656000', '205828.658000', '205828.661000', '205828.670000', '205828.672000', '205828.675000', '205828.677000', '205828.680000', '205828.682000', '205828.685000', '205828.688000', '205828.690000', '205828.693000', '205828.696000', '205828.698000', '205828.701000', '205848.561000', '205848.563000', '205848.573000', '205848.576000', '205848.578000', '205848.581000', '205848.584000', '205848.586000', '205848.589000', '205848.592000', '205848.594000', '205848.597000', '205848.600000', '205848.602000', '205848.605000', '205848.608000', '205848.610000', '205848.613000', '205848.616000', '205848.618000', '205848.621000', '205848.623000', '205848.626000', '205848.629000', '205848.631000', '205848.634000', '205848.637000', '205848.639000', '205848.642000', '205848.644000', '205848.647000', '205848.650000', '205848.652000', '205848.655000', '205848.658000', '205848.660000', '205848.663000', '205848.666000', '205848.668000', '205848.671000', '205848.674000', '205848.676000', '205848.679000', '205908.561000', '205908.563000', '205908.566000', '205908.569000', '205908.571000', '205908.574000', '205908.577000', '205908.579000', '205908.582000', '205908.586000', '205908.589000', '205908.591000', '205908.594000', '205908.597000', '205908.599000', '205908.602000', '205908.604000', '205908.607000', '205908.610000', '205908.612000', '205908.615000', '205908.618000', '205908.620000', '205908.623000', '205908.625000', '205908.628000', '205908.631000', '205908.633000', '205908.636000', '205908.638000', '205908.641000', '205908.644000', '205908.646000', '205908.649000', '205908.651000', '205908.654000', '205908.657000', '205908.659000', '205908.662000', '205908.664000', '205908.667000', '205908.670000', '205908.672000', '205908.675000', '205928.560000', '205928.563000', '205928.566000', '205928.569000', '205928.571000', '205928.574000', '205928.576000', '205928.579000', '205928.582000', '205928.584000', '205928.587000', '205928.589000', '205928.599000', '205928.601000', '205928.604000', '205928.607000', '205928.609000', '205928.612000', '205928.614000', '205928.617000', '205928.620000', '205928.622000', '205928.634000', '205928.636000', '205928.639000', '205928.641000', '205928.644000', '205928.647000', '205928.649000', '205928.652000', '205928.655000', '205928.657000', '205928.660000', '205928.662000', '205928.665000', '205928.668000', '205928.670000', '205928.673000', '205928.676000', '205928.678000', '205928.681000', '205928.683000', '205928.687000', '205948.560000', '205948.563000', '205948.566000', '205948.569000', '205948.571000', '205948.574000', '205948.576000', '205948.579000', '205948.582000', '205948.584000', '205948.587000', '205948.589000', '205948.592000', '205948.594000', '205948.597000', '205948.606000', '205948.609000', '205948.611000', '205948.614000', '205948.617000', '205948.619000', '205948.622000', '205948.625000', '205948.627000', '205948.630000', '205948.632000', '205948.635000', '205948.638000', '205948.640000', '205948.643000', '205948.645000', '205948.648000', '205948.651000', '205948.653000', '205948.656000', '205948.659000', '205948.661000', '205948.664000', '205948.666000', '205948.669000', '205948.672000', '205948.674000', '205948.677000', '210008.561000', '210008.564000', '210008.566000', '210008.569000', '210008.571000', '210008.574000', '210008.577000', '210008.579000', '210008.582000', '210008.584000', '210008.587000', '210008.590000', '210008.592000', '210008.595000', '210008.597000', '210008.600000', '210008.603000', '210008.605000', '210008.608000', '210008.622000', '210008.625000', '210008.627000', '210008.630000', '210008.633000', '210008.635000', '210008.638000', '210008.640000', '210008.643000', '210008.646000', '210008.648000', '210008.651000', '210008.653000', '210008.656000', '210008.659000', '210008.661000', '210008.664000', '210008.666000', '210008.669000', '210008.672000', '210008.675000', '210008.678000', '210008.681000', '210008.684000', '210008.686000', '210028.561000', '210028.563000', '210028.566000', '210028.569000', '210028.571000', '210028.574000', '210028.577000', '210028.579000', '210028.582000', '210028.585000', '210028.587000', '210028.590000', '210028.593000', '210028.595000', '210028.598000', '210028.601000', '210028.603000', '210028.606000', '210028.609000', '210028.611000', '210028.614000', '210028.617000', '210028.619000', '210028.622000', '210028.624000', '210028.627000', '210028.630000', '210028.632000', '210028.635000', '210028.637000', '210028.640000', '210028.643000', '210028.645000', '210028.648000', '210028.651000', '210028.653000', '210028.656000', '210028.659000', '210028.661000', '210028.664000', '210028.666000', '210028.669000', '210028.671000', '210028.674000', '210048.562000', '210048.564000', '210048.567000', '210048.570000', '210048.572000', '210048.575000', '210048.578000', '210048.580000', '210048.583000', '210048.585000', '210048.588000', '210048.590000', '210048.593000', '210048.596000', '210048.598000', '210048.601000', '210048.604000', '210048.606000', '210048.609000', '210048.612000', '210048.614000', '210048.617000', '210048.619000', '210048.622000', '210048.625000', '210048.627000', '210048.630000', '210048.632000', '210048.635000', '210048.638000', '210048.640000', '210048.643000', '210048.646000', '210048.648000', '210048.651000', '210048.654000', '210048.656000', '210048.659000', '210048.661000', '210048.664000', '210048.667000', '210048.669000', '210048.672000', '210108.560000', '210108.563000', '210108.566000', '210108.569000', '210108.571000', '210108.574000', '210108.577000', '210108.579000', '210108.582000', '210108.585000', '210108.587000', '210108.590000', '210108.593000', '210108.595000', '210108.598000', '210108.601000', '210108.603000', '210108.606000', '210108.609000', '210108.611000', '210108.614000', '210108.616000', '210108.619000', '210108.622000', '210108.624000', '210108.634000', '210108.637000', '210108.640000', '210108.642000', '210108.645000', '210108.648000', '210108.650000', '210108.653000', '210108.656000', '210108.658000', '210108.661000', '210108.663000', '210108.666000', '210108.669000', '210108.671000', '210108.674000', '210108.676000', '210108.679000', '210108.682000', '210128.561000', '210128.563000', '210128.566000', '210128.569000', '210128.571000', '210128.574000', '210128.577000', '210128.579000', '210128.582000', '210128.584000', '210128.587000', '210128.590000', '210128.592000', '210128.595000', '210128.597000', '210128.600000', '210128.603000', '210128.605000', '210128.608000', '210128.611000', '210128.613000', '210128.616000', '210128.618000', '210128.621000', '210128.624000', '210128.626000', '210128.629000', '210128.631000', '210128.634000', '210128.637000', '210128.639000', '210128.642000', '210128.644000', '210128.647000', '210128.650000', '210128.652000', '210128.655000', '210128.657000', '210128.660000', '210128.663000', '210128.665000', '210128.668000', '210128.671000', '210148.561000', '210148.563000', '210148.566000', '210148.570000', '210148.573000', '210148.575000', '210148.578000', '210148.580000', '210148.583000', '210148.586000', '210148.588000', '210148.591000', '210148.593000', '210148.596000', '210148.599000', '210148.601000', '210148.604000', '210148.607000', '210148.609000', '210148.612000', '210148.615000', '210148.617000', '210148.620000', '210148.623000', '210148.625000', '210148.628000', '210148.630000', '210148.633000', '210148.636000', '210148.639000', '210148.641000', '210148.644000', '210148.646000', '210148.649000', '210148.652000', '210148.654000', '210148.657000', '210148.659000', '210148.662000', '210148.665000', '210148.667000', '210148.670000', '210148.672000', '210148.675000', '210208.561000', '210208.563000', '210208.566000', '210208.569000', '210208.571000', '210208.574000', '210208.577000', '210208.579000', '210208.582000', '210208.584000', '210208.587000', '210208.590000', '210208.592000', '210208.595000', '210208.598000', '210208.600000', '210208.603000', '210208.606000', '210208.608000', '210208.611000', '210208.613000', '210208.616000', '210208.619000', '210208.621000', '210208.624000', '210208.627000', '210208.629000', '210208.632000', '210208.635000', '210208.637000', '210208.640000', '210208.642000', '210208.645000', '210208.648000', '210208.650000', '210208.653000', '210208.655000', '210208.658000', '210208.661000', '210208.663000', '210208.666000', '210208.669000', '210208.671000', '210228.561000', '210228.563000', '210228.566000', '210228.569000', '210228.571000', '210228.574000', '210228.577000', '210228.579000', '210228.582000', '210228.584000', '210228.587000', '210228.590000', '210228.592000', '210228.595000', '210228.598000', '210228.600000', '210228.603000', '210228.606000', '210228.608000', '210228.611000', '210228.614000', '210228.616000', '210228.619000', '210228.621000', '210228.624000', '210228.627000', '210228.629000', '210228.632000', '210228.635000', '210228.637000', '210228.640000', '210228.642000', '210228.645000', '210228.648000', '210228.650000', '210228.653000', '210228.655000', '210228.658000', '210228.661000', '210228.663000', '210228.666000', '210228.669000', '210228.671000', '210228.674000', '210248.561000', '210248.564000', '210248.569000', '210248.571000', '210248.574000', '210248.576000', '210248.579000', '210248.582000', '210248.584000', '210248.587000', '210248.589000', '210248.592000', '210248.595000', '210248.597000', '210248.600000', '210248.603000', '210248.605000', '210248.608000', '210248.610000', '210248.613000', '210248.616000', '210248.618000', '210248.621000', '210248.623000', '210248.626000', '210248.629000', '210248.631000', '210248.653000', '210248.656000', '210248.658000', '210248.661000', '210248.664000', '210248.666000', '210248.669000', '210248.671000', '210248.674000', '210248.677000', '210248.679000', '210248.682000', '210248.684000', '210248.687000', '210248.691000', '210248.693000', '210308.562000', '210308.565000', '210308.568000', '210308.571000', '210308.573000', '210308.576000', '210308.578000', '210308.581000', '210308.584000', '210308.586000', '210308.589000', '210308.615000', '210308.618000', '210308.620000', '210308.623000', '210308.625000', '210308.628000', '210308.631000', '210308.633000', '210308.636000', '210308.647000', '210308.649000', '210308.652000', '210308.655000', '210308.657000', '210308.660000', '210308.663000', '210308.665000', '210308.668000', '210308.670000', '210308.673000', '210308.676000', '210308.678000', '210308.681000', '210308.684000', '210308.686000', '210308.689000', '210308.691000', '210308.694000', '210308.697000', '210308.699000', '210308.702000', '210308.705000', '210328.560000', '210328.563000', '210328.566000', '210328.569000', '210328.571000', '210328.574000', '210328.576000', '210328.579000', '210328.582000', '210328.584000', '210328.587000', '210328.590000', '210328.592000', '210328.595000', '210328.598000', '210328.600000', '210328.603000', '210328.606000', '210328.608000', '210328.611000', '210328.613000', '210328.616000', '210328.618000', '210328.621000', '210328.624000', '210328.626000', '210328.629000', '210328.632000', '210328.634000', '210328.637000', '210328.639000', '210328.642000', '210328.645000', '210328.647000', '210328.650000', '210328.652000', '210328.655000', '210328.657000', '210328.660000', '210328.663000', '210328.665000', '210328.668000', '210328.671000', '210328.673000', '210348.561000', '210348.564000', '210348.566000', '210348.569000', '210348.571000', '210348.574000', '210348.577000', '210348.579000', '210348.582000', '210348.585000', '210348.588000', '210348.590000', '210348.593000', '210348.596000', '210348.599000', '210348.601000', '210348.604000', '210348.607000', '210348.609000', '210348.622000', '210348.625000', '210348.628000', '210348.630000', '210348.633000', '210348.636000', '210348.638000', '210348.641000', '210348.644000', '210348.646000', '210348.649000', '210348.652000', '210348.654000', '210348.657000', '210348.659000', '210348.662000', '210348.665000', '210348.667000', '210348.670000', '210348.672000', '210348.675000', '210348.678000', '210348.680000', '210348.683000', '210408.561000', '210408.564000', '210408.566000', '210408.569000', '210408.571000', '210408.574000', '210408.577000', '210408.579000', '210408.582000', '210408.585000', '210408.587000', '210408.590000', '210408.592000', '210408.595000', '210408.598000', '210408.600000', '210408.603000', '210408.605000', '210408.608000', '210408.611000', '210408.621000', '210408.624000', '210408.627000', '210408.629000', '210408.632000', '210408.635000', '210408.637000', '210408.640000', '210408.643000', '210408.645000', '210408.648000', '210408.650000', '210408.653000', '210408.655000', '210408.658000', '210408.661000', '210408.663000', '210408.666000', '210408.669000', '210408.671000', '210408.674000', '210408.677000', '210408.679000', '210408.682000', '210428.561000', '210428.564000', '210428.566000', '210428.569000', '210428.571000', '210428.575000', '210428.578000', '210428.581000', '210428.584000', '210428.586000', '210428.589000', '210428.592000', '210428.594000', '210428.597000', '210428.600000', '210428.603000', '210428.605000', '210428.608000', '210428.610000', '210428.613000', '210428.616000', '210428.618000', '210428.644000', '210428.647000', '210428.650000', '210428.653000', '210428.655000', '210428.658000', '210428.661000', '210428.663000', '210428.666000', '210428.668000', '210428.671000', '210428.674000', '210428.676000', '210428.679000', '210428.682000', '210428.684000', '210428.687000', '210428.689000', '210428.692000', '210428.695000', '210428.697000', '210448.560000', '210448.563000', '210448.566000', '210448.569000', '210448.571000', '210448.574000', '210448.576000', '210448.579000', '210448.582000', '210448.584000', '210448.590000', '210448.593000', '210448.595000', '210448.598000', '210448.601000', '210448.604000', '210448.606000', '210448.609000', '210448.612000', '210448.614000', '210448.617000', '210448.620000', '210448.622000', '210448.625000', '210448.628000', '210448.630000', '210448.633000', '210448.635000', '210448.638000', '210448.641000', '210448.643000', '210448.646000', '210448.649000', '210448.651000', '210448.654000', '210448.656000', '210448.659000', '210448.662000', '210448.664000', '210448.667000', '210448.670000', '210448.672000', '210448.675000', '210448.677000', '210508.562000', '210508.565000', '210508.567000', '210508.570000', '210508.573000', '210508.575000', '210508.578000', '210508.581000', '210508.583000', '210508.586000', '210508.588000', '210508.591000', '210508.594000', '210508.596000', '210508.599000', '210508.602000', '210508.604000', '210508.607000', '210508.610000', '210508.612000', '210508.615000', '210508.618000', '210508.620000', '210508.623000', '210508.626000', '210508.628000', '210508.631000', '210508.633000', '210508.636000', '210508.639000', '210508.642000', '210508.645000', '210508.647000', '210508.650000', '210508.653000', '210508.655000', '210508.658000', '210508.661000', '210508.663000', '210508.666000', '210508.669000', '210508.671000', '210508.674000', '210528.562000', '210528.564000', '210528.567000', '210528.570000', '210528.572000', '210528.575000', '210528.577000', '210528.580000', '210528.583000', '210528.585000', '210528.588000', '210528.590000', '210528.593000', '210528.596000', '210528.599000', '210528.601000', '210528.604000', '210528.606000', '210528.609000', '210528.612000', '210528.614000', '210528.617000', '210528.620000', '210528.622000', '210528.625000', '210528.627000', '210528.630000', '210528.633000', '210528.635000', '210528.638000', '210528.640000', '210528.643000', '210528.646000', '210528.648000', '210528.651000', '210528.653000', '210528.656000', '210528.659000', '210528.661000', '210528.664000', '210528.666000', '210528.669000', '210528.672000', '210528.674000', '210548.561000', '210548.563000', '210548.566000', '210548.569000', '210548.572000', '210548.574000', '210548.577000', '210548.580000', '210548.582000', '210548.585000', '210548.588000', '210548.590000', '210548.593000', '210548.595000', '210548.598000', '210548.601000', '210548.603000', '210548.606000', '210548.620000', '210548.623000', '210548.626000', '210548.628000', '210548.631000', '210548.634000', '210548.636000', '210548.639000', '210548.641000', '210548.644000', '210548.647000', '210548.650000', '210548.652000', '210548.655000', '210548.657000', '210548.660000', '210548.663000', '210548.665000', '210548.668000', '210548.671000', '210548.673000', '210548.676000', '210548.678000', '210548.681000', '210548.684000', '210608.561000', '210608.564000', '210608.566000', '210608.569000', '210608.572000', '210608.574000', '210608.577000', '210608.580000', '210608.582000', '210608.585000', '210608.587000', '210608.590000', '210608.592000', '210608.595000', '210608.598000', '210608.600000', '210608.603000', '210608.606000', '210608.608000', '210608.611000', '210608.614000', '210608.616000', '210608.619000', '210608.621000', '210608.624000', '210608.627000', '210608.629000', '210608.632000', '210608.634000', '210608.637000', '210608.640000', '210608.642000', '210608.645000', '210608.648000', '210608.651000', '210608.653000', '210608.656000', '210608.659000', '210608.661000', '210608.664000', '210608.667000', '210608.669000', '210608.672000', '210608.675000', '210613.463000', '210613.466000', '210613.469000', '210613.472000', '210613.475000', '210613.477000', '210613.480000', '210613.483000', '210613.486000', '210613.488000', '210613.491000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [13461, 14456, 13386, 13445, 14176, 12825, 14068, 14648, 13731, 11340, 11569, 13531, 13701, 11206, 8431, 9357, 8262, 9555, 7070, 7681, 7063, 7039, 7661, 8041, 7312, 7120, 9023, 10563, 10715, 8197, 6986, 7213, 7125, 7058, 8126, 8036, 7140, 7093, 6988, 8738, 7193, 7041, 7644, 8437, 7177, 7154, 7691, 7449, 7090, 7130, 8082, 7238, 7044, 7087, 9897, 7248, 6996, 7015, 8281, 7362, 6927, 8035, 7542, 7051, 7004, 9237, 7428, 7367, 7841, 9163, 8685, 9753, 7340, 7646, 7208, 7004, 8593, 7877, 7037, 7418, 8994, 7033, 7383, 7098, 9249, 7951, 7123, 7020, 7539, 7062, 6993, 8497, 7411, 7094, 7031, 8569, 7499, 6984, 7047, 8058, 7108, 7037, 9056, 9259, 8816, 7807, 8761, 6997, 7032, 7560, 8427, 7128, 7086, 9253, 8565, 7101, 7024, 9080, 7508, 11112, 14028, 10978, 6978, 7045, 7946, 8116, 7097, 7052, 8460, 7026, 7188, 7407, 8812, 7041, 6940, 7221, 8695, 7242, 7022, 8017, 7157, 7088, 7148, 10533, 7308, 7103, 7036, 8028, 7171, 7028, 7772, 7712, 7031, 7029, 8926, 8336, 6995, 6999, 7896, 7452, 7178, 9782, 8102, 6980, 7147, 7689, 9639, 7049, 6954, 6999, 8951, 7182, 6963, 7923, 7658, 7062, 7015, 8542, 8405, 7073, 7064, 8298, 7276, 7090, 11635, 11646, 7028, 6980, 7015, 7101, 7015, 6925, 8097, 7963, 7733, 8514, 7678, 7047, 7078, 7070, 9202, 9177, 7578, 6935, 7053, 7293, 7011, 7010, 7186, 7503, 7039, 7024, 8176, 7259, 7025, 7234, 8189, 7159, 7085, 8591, 8651, 6939, 7021, 7088, 9553, 7848, 8441, 6944, 7598, 7374, 7125, 7681, 9190, 7055, 6997, 7590, 7123, 7021, 7638, 9006, 7061, 7072, 7109, 9696, 10403, 9585, 7885, 7653, 7059, 7073, 11866, 8896, 6924, 7002, 8109, 7019, 7055, 7966, 7448, 6999, 7079, 7805, 8035, 7220, 8191, 8030, 7076, 7127, 7044, 10256, 8045, 8178, 8919, 7634, 7042, 7011, 7231, 8730, 7165, 7062, 7076, 7536, 7024, 6973, 10641, 12137, 8089, 7075, 7199, 7436, 7059, 7104, 9381, 7265, 7043, 6966, 8105, 7130, 7124, 7312, 9334, 6986, 7247, 6968, 8653, 7194, 7093, 9415, 9506, 7004, 7025, 6976, 8089, 6969, 7051, 7624, 7258, 6979, 6997, 8182, 7944, 7053, 6944, 7928, 7023, 7029, 7046, 8041, 6978, 6996, 10111, 12576, 11626, 10745, 10285, 7896, 7053, 7029, 7595, 8126, 7249, 7046, 7514, 7058, 7051, 7003, 9570, 7640, 7058, 6988, 8950, 8186, 7796, 7449, 7858, 7107, 7010, 7087, 8454, 7066, 7045, 6952, 8870, 7470, 7094, 7086, 7894, 7121, 7216, 7927, 8678, 7005, 6985, 7894, 8087, 7522, 8471, 8306, 7049, 7051, 7401, 12257, 8709, 7180, 7092, 7499, 7087, 7068, 9051, 7119, 7085, 7050, 8337, 7149, 7048, 8100, 8561, 7002, 6978, 7008, 9099, 7472, 7029, 7123, 7448, 7027, 7120, 7548, 7328, 7069, 7099, 7856, 8948, 7003, 7104, 7644, 7391, 7118, 7100, 9780, 7050, 7096, 6994, 8924, 7342, 8758, 9928, 7650, 7114, 7139, 7707, 9221, 7075, 7076, 7085, 7431, 7134, 7125, 8607, 7840, 7120, 7031, 7198, 7436, 7082, 7100, 9692, 7171, 7227, 7011, 7921, 7077, 7024, 7552, 10082, 7006, 7021, 6981, 7990, 7098, 7021, 8150, 7858, 6988, 6944, 7737, 7997, 7497, 8186, 8396, 7257, 7177, 7176, 9856, 8295, 7049, 7137, 8200, 7006, 6997, 8571, 8538, 7092, 7046, 7137, 8206, 7401, 7011, 7603, 7080, 6979, 6990, 10101, 8745, 9349, 7028, 8282, 6990, 6951, 7610, 9513, 7010, 7040, 6997, 8053, 6930, 6939, 8228, 8863, 8685, 10457, 7891, 7030, 6973, 7058, 9445, 7663, 6882, 7025, 7405, 6983, 7084, 6999, 8731, 6922, 7055, 6950, 7826, 6923, 6939, 6853, 7652, 7072, 7009, 8221, 7740, 6951, 6961, 8614, 8443, 7377, 7028, 8352, 7032, 6954, 7475, 9050, 7016, 6995, 7195, 8661, 7348, 9053, 7590, 7257, 6971, 7008, 9251, 7986, 6983, 6961, 8433, 7127, 6980, 7795, 7552, 6976, 6939, 7006, 8689, 7456, 7405, 8894, 7055, 6947, 6977, 8724, 8106, 7951, 10084, 8734, 6995, 7026, 6929, 9613, 8384, 9013, 8030, 8222, 7146, 6999, 12571, 8610, 6965, 6952, 7211, 8874, 7489, 7476, 8254, 6988, 7161, 6994, 9216, 8521, 7038, 7007, 8505, 6931, 7248, 6904, 8646, 6937, 7026, 6991, 8906, 7468, 6934, 6891, 7557, 7027, 7013, 8035, 8677, 7033, 6906, 7127, 7523, 6890, 7007, 8207, 6987, 6963, 6939, 8852, 7666, 6907, 6943, 7781, 7042, 7064, 6997, 9165, 8244, 7660, 6981, 8384, 6889, 7049, 8557, 12893, 11544, 10046, 7017, 7736, 6940, 7114, 9755, 8083, 7068, 6866, 8943, 7519, 7232, 9313, 8981, 6906, 6847, 7245, 8192, 6947, 7125, 9873, 7764, 6845, 6863, 7454, 7360, 7044, 7031, 9981, 7910, 6858, 6891, 9381, 7628, 7284, 6849, 8296, 6931, 6954, 7390, 8778, 7103, 6913, 6922, 7755, 7040, 6987, 7406, 7420, 7159, 6817, 7696, 7577, 7094, 7062, 8720, 6942, 6978, 7119, 10005, 8067, 8999, 6939, 7421, 6927, 6929, 8111, 8702, 7018, 6889, 8503, 7039, 6829, 8139, 8227, 6877, 6841, 7083, 8560, 7093, 7030, 8127, 8483, 8872, 7702, 8656, 7259, 7026, 12831, 13637, 12541, 13010, 10741, 7027, 6937, 6944, 9235, 8253, 7064, 6951, 7946, 6821, 7108, 7073, 8926, 6910, 6856, 7045, 8983, 7598, 8195, 9217, 7670, 6872, 6938, 8916, 8514, 8210, 6826, 8299, 8489, 7824, 6960, 8319, 7139, 6835, 6861, 7928, 7294, 6999, 7817, 9904, 7559, 6958, 6910, 7168, 8383, 7043, 7079, 6910, 7530, 7215, 6930, 8345, 7340, 7110, 6898, 8332, 6973, 7012, 6854, 8304, 7059, 6858, 8046, 7970, 6970, 6920, 6947, 9229, 8168, 10929, 7963, 7616, 6912, 6983, 7436, 9788, 7188, 6976, 6908, 7171, 6892, 7076, 9768, 7459, 6928, 6944, 8372, 7160, 8808, 12620, 10512, 6931, 6977, 8023, 7321, 13779, 13628, 12188, 6944, 6874, 6866, 9477, 7813, 8819, 8793, 7319, 6958, 6922, 7485, 8026, 6884, 7110, 9311, 6900, 6864, 7003, 9403, 8129, 8800, 7769, 7240, 7032, 6994, 8581, 6996, 7012, 7353, 7023, 6942, 6987, 9766, 8108, 7259, 6915, 7715, 6883, 6920, 8635, 7429, 6937, 7004, 9369, 7715, 8486, 11426, 9246, 6955, 6944, 7297, 7605, 7114, 7721, 10230, 7962, 7102, 6900, 7339, 6938, 7020, 7581, 8243, 7207, 6978, 8391, 7793, 7091, 9737, 12765, 11283, 9965, 8176, 8257, 6914, 7007, 7513, 8870, 6935, 7007, 6810, 7607, 6954, 6998, 9825, 7776, 7014, 6955, 8039, 7548, 7196, 7166, 7929, 6916, 7174, 6931, 8590, 7500, 7109, 7092, 8048, 6974, 6941, 8842, 8235, 6991, 7039, 8581, 6960, 6946, 8157, 8770, 6923, 6936, 8624, 6958, 6848, 7090, 9007, 7458, 8340, 11627, 6840, 6884, 6899, 8443, 6874, 7130, 8531, 7608, 7153, 6925, 7955, 6896, 7054, 7515, 8226, 6874, 6740, 8473, 8861, 7221, 6814, 8126, 7852, 7109, 11169, 9335, 7013, 7164, 7687, 9504, 7109, 6910, 7470, 7683, 7128, 7385, 8557, 6950, 6802, 7027, 8457, 7454, 7351, 7067, 8059, 6869, 6904, 7837, 9208, 7142, 6793, 8331, 7697, 7148, 13566, 10374, 6909, 6795, 6918, 9021, 7151, 7139, 12081, 10440, 6802, 6906, 7004, 8381, 7175, 7899, 11046, 7372, 6841, 6818, 8152, 7533, 7501, 8843, 9174, 6818, 6935, 6980, 8396, 7325, 6860, 7080, 7849, 6830, 7169, 8536, 8788, 6895, 6874, 7938, 7389, 7185, 7188, 8259, 6875, 6955, 8292, 8388, 7096, 6826, 7028, 7600, 6785, 6824, 8255, 6830, 6846, 7170, 8805, 6920, 7097, 6805, 8622, 6975, 6980, 6851, 7525, 6854, 6847, 7625, 8579, 7334, 8222, 7943, 7067, 6905, 7564, 10440, 6878, 7033, 6909, 8546, 7262, 7722, 11429, 7277, 6861, 6861, 8493, 7006, 7115, 7392, 8332, 6949, 6887, 8105, 9267, 7910, 6869, 7914, 7798, 6983, 11811, 13788, 11816, 11990, 12349, 8826, 6949, 6922, 6952, 7895, 6890, 7220, 7050, 7410, 6952, 7018, 7185, 8225, 7021, 6938, 8028, 8856, 6934, 6988, 9514, 9323, 8785, 7010, 7481, 6917, 6925, 6925, 9452, 7180, 6861, 7204, 7462, 6864], 'WindowCenter': [4580.0, 4563.0, 4525.0, 4504.0, 4490.0, 4480.0, 4479.0, 4477.0, 4462.0, 4431.0, 4440.0, 4449.0, 4462.0, 4428.0, 4397.0, 4404.0, 4400.0, 4407.0, 4367.0, 4375.0, 4368.0, 4364.0, 4376.0, 4399.0, 4388.0, 4378.0, 4409.0, 4416.0, 4416.0, 4395.0, 4367.0, 4374.0, 4378.0, 4376.0, 4398.0, 4386.0, 4369.0, 4377.0, 4378.0, 4397.0, 4378.0, 4378.0, 4388.0, 4397.0, 4379.0, 4378.0, 4388.0, 4376.0, 4380.0, 4378.0, 4386.0, 4376.0, 4380.0, 4377.0, 4430.0, 4390.0, 4380.0, 4377.0, 4395.0, 4378.0, 4380.0, 4388.0, 4387.0, 4379.0, 4377.0, 4404.0, 4377.0, 4376.0, 4399.0, 4407.0, 4401.0, 4420.0, 4376.0, 4375.0, 4379.0, 4379.0, 4396.0, 4387.0, 4368.0, 4375.0, 4394.0, 4367.0, 4377.0, 4377.0, 4404.0, 4400.0, 4377.0, 4377.0, 4386.0, 4381.0, 4378.0, 4410.0, 4375.0, 4367.0, 4376.0, 4408.0, 4389.0, 4379.0, 4378.0, 4396.0, 4379.0, 4379.0, 4409.0, 4416.0, 4409.0, 4386.0, 4394.0, 4368.0, 4378.0, 4378.0, 4382.0, 4377.0, 4376.0, 4407.0, 4395.0, 4365.0, 4364.0, 4395.0, 4376.0, 4427.0, 4448.0, 4425.0, 4365.0, 4363.0, 4386.0, 4382.0, 4368.0, 4364.0, 4383.0, 4365.0, 4378.0, 4377.0, 4406.0, 4367.0, 4368.0, 4388.0, 4394.0, 4380.0, 4363.0, 4383.0, 4362.0, 4376.0, 4365.0, 4417.0, 4377.0, 4363.0, 4364.0, 4386.0, 4365.0, 4366.0, 4375.0, 4372.0, 4364.0, 4366.0, 4393.0, 4384.0, 4365.0, 4364.0, 4384.0, 4376.0, 4377.0, 4405.0, 4382.0, 4365.0, 4377.0, 4374.0, 4404.0, 4366.0, 4367.0, 4380.0, 4404.0, 4377.0, 4376.0, 4386.0, 4374.0, 4366.0, 4365.0, 4397.0, 4385.0, 4367.0, 4364.0, 4395.0, 4379.0, 4367.0, 4427.0, 4425.0, 4366.0, 4364.0, 4361.0, 4349.0, 4353.0, 4365.0, 4386.0, 4385.0, 4377.0, 4395.0, 4373.0, 4360.0, 4364.0, 4364.0, 4407.0, 4404.0, 4386.0, 4376.0, 4378.0, 4375.0, 4366.0, 4367.0, 4365.0, 4374.0, 4378.0, 4377.0, 4397.0, 4376.0, 4378.0, 4377.0, 4396.0, 4380.0, 4377.0, 4400.0, 4396.0, 4367.0, 4368.0, 4376.0, 4413.0, 4399.0, 4399.0, 4377.0, 4385.0, 4376.0, 4377.0, 4388.0, 4407.0, 4364.0, 4379.0, 4384.0, 4378.0, 4380.0, 4386.0, 4405.0, 4377.0, 4374.0, 4376.0, 4405.0, 4431.0, 4407.0, 4385.0, 4374.0, 4375.0, 4381.0, 4439.0, 4396.0, 4363.0, 4362.0, 4381.0, 4364.0, 4376.0, 4388.0, 4376.0, 4366.0, 4364.0, 4389.0, 4386.0, 4379.0, 4398.0, 4385.0, 4361.0, 4366.0, 4375.0, 4418.0, 4388.0, 4398.0, 4406.0, 4386.0, 4364.0, 4364.0, 4372.0, 4392.0, 4364.0, 4366.0, 4376.0, 4385.0, 4379.0, 4377.0, 4430.0, 4435.0, 4386.0, 4363.0, 4360.0, 4359.0, 4365.0, 4367.0, 4406.0, 4372.0, 4368.0, 4365.0, 4381.0, 4364.0, 4364.0, 4376.0, 4393.0, 4363.0, 4374.0, 4364.0, 4392.0, 4365.0, 4376.0, 4408.0, 4405.0, 4366.0, 4364.0, 4365.0, 4380.0, 4377.0, 4376.0, 4384.0, 4372.0, 4374.0, 4375.0, 4397.0, 4395.0, 4379.0, 4378.0, 4383.0, 4363.0, 4367.0, 4364.0, 4396.0, 4376.0, 4380.0, 4426.0, 4446.0, 4440.0, 4429.0, 4416.0, 4372.0, 4362.0, 4363.0, 4374.0, 4383.0, 4376.0, 4377.0, 4373.0, 4376.0, 4363.0, 4365.0, 4402.0, 4371.0, 4365.0, 4364.0, 4393.0, 4383.0, 4387.0, 4374.0, 4372.0, 4375.0, 4365.0, 4366.0, 4381.0, 4361.0, 4365.0, 4366.0, 4393.0, 4378.0, 4376.0, 4366.0, 4383.0, 4375.0, 4375.0, 4388.0, 4392.0, 4366.0, 4366.0, 4386.0, 4383.0, 4387.0, 4387.0, 4383.0, 4363.0, 4365.0, 4376.0, 4426.0, 4384.0, 4365.0, 4352.0, 4372.0, 4365.0, 4365.0, 4395.0, 4364.0, 4364.0, 4363.0, 4379.0, 4362.0, 4363.0, 4387.0, 4392.0, 4365.0, 4363.0, 4363.0, 4395.0, 4376.0, 4364.0, 4365.0, 4362.0, 4364.0, 4377.0, 4374.0, 4373.0, 4364.0, 4377.0, 4386.0, 4405.0, 4365.0, 4364.0, 4374.0, 4362.0, 4366.0, 4363.0, 4406.0, 4365.0, 4362.0, 4363.0, 4393.0, 4362.0, 4384.0, 4402.0, 4374.0, 4352.0, 4361.0, 4372.0, 4391.0, 4364.0, 4363.0, 4361.0, 4361.0, 4364.0, 4365.0, 4395.0, 4383.0, 4365.0, 4365.0, 4364.0, 4372.0, 4365.0, 4365.0, 4405.0, 4363.0, 4375.0, 4363.0, 4381.0, 4364.0, 4362.0, 4377.0, 4416.0, 4366.0, 4376.0, 4364.0, 4381.0, 4366.0, 4374.0, 4389.0, 4382.0, 4364.0, 4363.0, 4373.0, 4383.0, 4376.0, 4387.0, 4383.0, 4362.0, 4362.0, 4364.0, 4406.0, 4397.0, 4365.0, 4364.0, 4384.0, 4377.0, 4363.0, 4396.0, 4383.0, 4363.0, 4364.0, 4363.0, 4383.0, 4376.0, 4364.0, 4373.0, 4360.0, 4379.0, 4365.0, 4416.0, 4392.0, 4396.0, 4363.0, 4383.0, 4362.0, 4365.0, 4375.0, 4403.0, 4362.0, 4363.0, 4352.0, 4371.0, 4362.0, 4353.0, 4385.0, 4390.0, 4385.0, 4414.0, 4372.0, 4349.0, 4352.0, 4352.0, 4390.0, 4375.0, 4365.0, 4363.0, 4361.0, 4351.0, 4364.0, 4363.0, 4393.0, 4365.0, 4365.0, 4364.0, 4384.0, 4376.0, 4377.0, 4364.0, 4372.0, 4365.0, 4375.0, 4398.0, 4385.0, 4366.0, 4376.0, 4393.0, 4396.0, 4375.0, 4364.0, 4383.0, 4365.0, 4365.0, 4377.0, 4392.0, 4363.0, 4366.0, 4366.0, 4393.0, 4376.0, 4398.0, 4376.0, 4362.0, 4363.0, 4377.0, 4405.0, 4384.0, 4364.0, 4363.0, 4393.0, 4367.0, 4377.0, 4386.0, 4385.0, 4376.0, 4364.0, 4374.0, 4393.0, 4376.0, 4376.0, 4407.0, 4374.0, 4366.0, 4366.0, 4394.0, 4384.0, 4388.0, 4412.0, 4395.0, 4365.0, 4366.0, 4365.0, 4404.0, 4384.0, 4394.0, 4373.0, 4386.0, 4366.0, 4366.0, 4436.0, 4385.0, 4364.0, 4363.0, 4375.0, 4391.0, 4375.0, 4365.0, 4383.0, 4364.0, 4365.0, 4373.0, 4404.0, 4394.0, 4364.0, 4363.0, 4381.0, 4365.0, 4363.0, 4364.0, 4382.0, 4364.0, 4365.0, 4368.0, 4390.0, 4377.0, 4377.0, 4365.0, 4372.0, 4363.0, 4362.0, 4386.0, 4393.0, 4365.0, 4364.0, 4364.0, 4384.0, 4366.0, 4365.0, 4398.0, 4364.0, 4380.0, 4377.0, 4406.0, 4384.0, 4377.0, 4366.0, 4373.0, 4364.0, 4377.0, 4379.0, 4419.0, 4400.0, 4387.0, 4365.0, 4383.0, 4365.0, 4377.0, 4393.0, 4438.0, 4428.0, 4406.0, 4363.0, 4370.0, 4365.0, 4365.0, 4407.0, 4384.0, 4366.0, 4366.0, 4408.0, 4377.0, 4375.0, 4403.0, 4391.0, 4365.0, 4354.0, 4363.0, 4384.0, 4366.0, 4365.0, 4406.0, 4373.0, 4363.0, 4368.0, 4376.0, 4373.0, 4364.0, 4363.0, 4403.0, 4376.0, 4355.0, 4365.0, 4406.0, 4377.0, 4378.0, 4365.0, 4385.0, 4361.0, 4366.0, 4376.0, 4384.0, 4365.0, 4367.0, 4361.0, 4374.0, 4367.0, 4378.0, 4376.0, 4373.0, 4362.0, 4355.0, 4373.0, 4373.0, 4368.0, 4378.0, 4395.0, 4366.0, 4365.0, 4367.0, 4415.0, 4389.0, 4409.0, 4367.0, 4371.0, 4363.0, 4365.0, 4384.0, 4397.0, 4366.0, 4364.0, 4395.0, 4377.0, 4366.0, 4385.0, 4396.0, 4363.0, 4354.0, 4367.0, 4395.0, 4366.0, 4366.0, 4385.0, 4395.0, 4409.0, 4388.0, 4392.0, 4374.0, 4378.0, 4437.0, 4442.0, 4436.0, 4446.0, 4417.0, 4361.0, 4363.0, 4362.0, 4392.0, 4384.0, 4367.0, 4365.0, 4382.0, 4365.0, 4375.0, 4363.0, 4393.0, 4364.0, 4364.0, 4366.0, 4392.0, 4388.0, 4396.0, 4407.0, 4375.0, 4366.0, 4376.0, 4407.0, 4395.0, 4387.0, 4352.0, 4383.0, 4398.0, 4389.0, 4376.0, 4385.0, 4365.0, 4355.0, 4356.0, 4376.0, 4373.0, 4366.0, 4374.0, 4419.0, 4373.0, 4365.0, 4376.0, 4365.0, 4394.0, 4365.0, 4367.0, 4378.0, 4386.0, 4388.0, 4389.0, 4412.0, 4375.0, 4379.0, 4375.0, 4396.0, 4375.0, 4378.0, 4369.0, 4397.0, 4378.0, 4366.0, 4389.0, 4384.0, 4379.0, 4377.0, 4379.0, 4406.0, 4400.0, 4429.0, 4387.0, 4373.0, 4365.0, 4365.0, 4376.0, 4418.0, 4377.0, 4376.0, 4367.0, 4364.0, 4379.0, 4377.0, 4417.0, 4377.0, 4379.0, 4375.0, 4409.0, 4379.0, 4410.0, 4437.0, 4416.0, 4367.0, 4366.0, 4383.0, 4376.0, 4437.0, 4422.0, 4410.0, 4351.0, 4352.0, 4355.0, 4405.0, 4375.0, 4397.0, 4386.0, 4361.0, 4351.0, 4352.0, 4361.0, 4371.0, 4363.0, 4364.0, 4408.0, 4367.0, 4367.0, 4365.0, 4403.0, 4385.0, 4395.0, 4370.0, 4363.0, 4361.0, 4362.0, 4381.0, 4365.0, 4367.0, 4375.0, 4363.0, 4365.0, 4364.0, 4404.0, 4389.0, 4376.0, 4367.0, 4376.0, 4365.0, 4365.0, 4396.0, 4372.0, 4365.0, 4366.0, 4406.0, 4387.0, 4395.0, 4429.0, 4405.0, 4376.0, 4361.0, 4376.0, 4375.0, 4364.0, 4373.0, 4417.0, 4386.0, 4377.0, 4377.0, 4375.0, 4365.0, 4362.0, 4372.0, 4383.0, 4378.0, 4366.0, 4396.0, 4389.0, 4378.0, 4407.0, 4437.0, 4430.0, 4418.0, 4385.0, 4381.0, 4363.0, 4365.0, 4375.0, 4394.0, 4365.0, 4376.0, 4363.0, 4370.0, 4366.0, 4365.0, 4416.0, 4374.0, 4364.0, 4365.0, 4383.0, 4374.0, 4379.0, 4376.0, 4386.0, 4376.0, 4366.0, 4364.0, 4395.0, 4377.0, 4377.0, 4378.0, 4386.0, 4377.0, 4377.0, 4396.0, 4385.0, 4365.0, 4365.0, 4393.0, 4366.0, 4365.0, 4386.0, 4395.0, 4368.0, 4364.0, 4393.0, 4365.0, 4353.0, 4363.0, 4393.0, 4376.0, 4395.0, 4427.0, 4365.0, 4366.0, 4364.0, 4372.0, 4353.0, 4363.0, 4383.0, 4373.0, 4380.0, 4382.0, 4384.0, 4379.0, 4364.0, 4363.0, 4382.0, 4354.0, 4367.0, 4396.0, 4405.0, 4378.0, 4366.0, 4384.0, 4384.0, 4379.0, 4426.0, 4406.0, 4364.0, 4377.0, 4386.0, 4405.0, 4366.0, 4367.0, 4373.0, 4385.0, 4377.0, 4380.0, 4394.0, 4364.0, 4366.0, 4364.0, 4396.0, 4377.0, 4378.0, 4366.0, 4382.0, 4353.0, 4367.0, 4373.0, 4404.0, 4366.0, 4354.0, 4383.0, 4375.0, 4365.0, 4448.0, 4414.0, 4364.0, 4353.0, 4363.0, 4391.0, 4365.0, 4363.0, 4437.0, 4415.0, 4366.0, 4364.0, 4360.0, 4382.0, 4366.0, 4385.0, 4428.0, 4373.0, 4365.0, 4352.0, 4385.0, 4373.0, 4374.0, 4395.0, 4404.0, 4353.0, 4363.0, 4363.0, 4381.0, 4376.0, 4352.0, 4355.0, 4370.0, 4351.0, 4364.0, 4411.0, 4400.0, 4367.0, 4353.0, 4355.0, 4360.0, 4363.0, 4363.0, 4381.0, 4353.0, 4363.0, 4384.0, 4383.0, 4365.0, 4355.0, 4364.0, 4371.0, 4353.0, 4356.0, 4384.0, 4366.0, 4365.0, 4367.0, 4394.0, 4363.0, 4364.0, 4352.0, 4392.0, 4367.0, 4377.0, 4365.0, 4373.0, 4365.0, 4363.0, 4387.0, 4393.0, 4378.0, 4385.0, 4383.0, 4374.0, 4377.0, 4385.0, 4426.0, 4365.0, 4366.0, 4363.0, 4390.0, 4375.0, 4386.0, 4437.0, 4376.0, 4366.0, 4362.0, 4393.0, 4366.0, 4364.0, 4374.0, 4382.0, 4364.0, 4376.0, 4386.0, 4405.0, 4387.0, 4356.0, 4370.0, 4370.0, 4364.0, 4434.0, 4444.0, 4434.0, 4437.0, 4438.0, 4404.0, 4362.0, 4361.0, 4351.0, 4371.0, 4362.0, 4373.0, 4363.0, 4372.0, 4376.0, 4375.0, 4367.0, 4381.0, 4364.0, 4362.0, 4375.0, 4392.0, 4363.0, 4363.0, 4404.0, 4404.0, 4396.0, 4374.0, 4373.0, 4361.0, 4360.0, 4360.0, 4400.0, 4376.0, 4365.0, 4375.0, 4375.0, 4365.0], 'WindowWidth': [10062.0, 10015.0, 9938.0, 9892.0, 9866.0, 9846.0, 9842.0, 9835.0, 9807.0, 9761.0, 9773.0, 9785.0, 9802.0, 9751.0, 9712.0, 9719.0, 9716.0, 9722.0, 9667.0, 9675.0, 9667.0, 9660.0, 9679.0, 9718.0, 9700.0, 9690.0, 9729.0, 9732.0, 9733.0, 9705.0, 9666.0, 9679.0, 9688.0, 9684.0, 9713.0, 9693.0, 9673.0, 9681.0, 9685.0, 9712.0, 9684.0, 9685.0, 9699.0, 9711.0, 9688.0, 9687.0, 9701.0, 9683.0, 9691.0, 9685.0, 9696.0, 9683.0, 9693.0, 9687.0, 9763.0, 9705.0, 9690.0, 9682.0, 9708.0, 9683.0, 9689.0, 9697.0, 9695.0, 9688.0, 9682.0, 9719.0, 9683.0, 9682.0, 9715.0, 9724.0, 9717.0, 9742.0, 9678.0, 9676.0, 9687.0, 9688.0, 9707.0, 9697.0, 9671.0, 9680.0, 9703.0, 9668.0, 9682.0, 9684.0, 9719.0, 9717.0, 9684.0, 9683.0, 9697.0, 9695.0, 9688.0, 9730.0, 9679.0, 9669.0, 9682.0, 9728.0, 9704.0, 9691.0, 9688.0, 9709.0, 9691.0, 9690.0, 9729.0, 9739.0, 9727.0, 9693.0, 9704.0, 9670.0, 9686.0, 9682.0, 9685.0, 9683.0, 9682.0, 9725.0, 9705.0, 9665.0, 9659.0, 9705.0, 9680.0, 9748.0, 9776.0, 9744.0, 9662.0, 9657.0, 9693.0, 9685.0, 9672.0, 9661.0, 9686.0, 9662.0, 9688.0, 9682.0, 9722.0, 9668.0, 9670.0, 9702.0, 9704.0, 9689.0, 9660.0, 9684.0, 9658.0, 9681.0, 9666.0, 9737.0, 9680.0, 9658.0, 9660.0, 9697.0, 9664.0, 9667.0, 9675.0, 9669.0, 9660.0, 9667.0, 9701.0, 9689.0, 9663.0, 9660.0, 9692.0, 9682.0, 9684.0, 9717.0, 9684.0, 9663.0, 9685.0, 9677.0, 9717.0, 9665.0, 9668.0, 9691.0, 9716.0, 9683.0, 9680.0, 9692.0, 9674.0, 9665.0, 9664.0, 9709.0, 9692.0, 9667.0, 9661.0, 9708.0, 9688.0, 9667.0, 9747.0, 9744.0, 9664.0, 9660.0, 9652.0, 9632.0, 9643.0, 9663.0, 9694.0, 9695.0, 9681.0, 9703.0, 9672.0, 9652.0, 9662.0, 9663.0, 9721.0, 9716.0, 9692.0, 9680.0, 9684.0, 9677.0, 9663.0, 9663.0, 9662.0, 9673.0, 9685.0, 9684.0, 9709.0, 9680.0, 9684.0, 9682.0, 9706.0, 9689.0, 9683.0, 9715.0, 9706.0, 9667.0, 9669.0, 9682.0, 9729.0, 9716.0, 9715.0, 9684.0, 9692.0, 9680.0, 9684.0, 9697.0, 9724.0, 9664.0, 9685.0, 9689.0, 9689.0, 9691.0, 9696.0, 9720.0, 9681.0, 9676.0, 9682.0, 9719.0, 9757.0, 9721.0, 9688.0, 9672.0, 9680.0, 9692.0, 9771.0, 9704.0, 9655.0, 9656.0, 9684.0, 9661.0, 9680.0, 9696.0, 9680.0, 9664.0, 9662.0, 9700.0, 9695.0, 9687.0, 9711.0, 9691.0, 9656.0, 9665.0, 9678.0, 9737.0, 9698.0, 9713.0, 9722.0, 9694.0, 9661.0, 9661.0, 9671.0, 9700.0, 9663.0, 9665.0, 9679.0, 9695.0, 9689.0, 9683.0, 9756.0, 9759.0, 9692.0, 9658.0, 9650.0, 9650.0, 9660.0, 9666.0, 9720.0, 9671.0, 9669.0, 9663.0, 9681.0, 9659.0, 9660.0, 9677.0, 9696.0, 9656.0, 9673.0, 9659.0, 9697.0, 9664.0, 9680.0, 9724.0, 9719.0, 9665.0, 9661.0, 9662.0, 9682.0, 9682.0, 9680.0, 9689.0, 9671.0, 9678.0, 9683.0, 9711.0, 9706.0, 9688.0, 9684.0, 9687.0, 9659.0, 9668.0, 9663.0, 9709.0, 9684.0, 9691.0, 9752.0, 9779.0, 9769.0, 9753.0, 9731.0, 9667.0, 9653.0, 9657.0, 9672.0, 9688.0, 9679.0, 9682.0, 9675.0, 9680.0, 9661.0, 9662.0, 9709.0, 9665.0, 9659.0, 9658.0, 9698.0, 9688.0, 9696.0, 9676.0, 9669.0, 9679.0, 9663.0, 9667.0, 9681.0, 9653.0, 9660.0, 9666.0, 9701.0, 9686.0, 9681.0, 9666.0, 9686.0, 9680.0, 9678.0, 9698.0, 9699.0, 9664.0, 9663.0, 9692.0, 9687.0, 9697.0, 9693.0, 9685.0, 9659.0, 9666.0, 9677.0, 9747.0, 9686.0, 9660.0, 9640.0, 9669.0, 9664.0, 9664.0, 9704.0, 9661.0, 9659.0, 9655.0, 9676.0, 9656.0, 9660.0, 9695.0, 9697.0, 9660.0, 9659.0, 9660.0, 9703.0, 9680.0, 9660.0, 9659.0, 9656.0, 9662.0, 9681.0, 9676.0, 9673.0, 9660.0, 9684.0, 9693.0, 9720.0, 9662.0, 9660.0, 9672.0, 9657.0, 9666.0, 9659.0, 9719.0, 9662.0, 9655.0, 9656.0, 9698.0, 9656.0, 9686.0, 9707.0, 9670.0, 9639.0, 9654.0, 9670.0, 9695.0, 9660.0, 9658.0, 9653.0, 9653.0, 9660.0, 9663.0, 9705.0, 9686.0, 9662.0, 9661.0, 9660.0, 9671.0, 9663.0, 9664.0, 9720.0, 9660.0, 9675.0, 9658.0, 9682.0, 9663.0, 9660.0, 9682.0, 9735.0, 9668.0, 9680.0, 9660.0, 9681.0, 9665.0, 9677.0, 9699.0, 9685.0, 9661.0, 9659.0, 9675.0, 9686.0, 9680.0, 9693.0, 9684.0, 9653.0, 9653.0, 9662.0, 9717.0, 9710.0, 9663.0, 9661.0, 9688.0, 9681.0, 9660.0, 9705.0, 9683.0, 9656.0, 9659.0, 9661.0, 9685.0, 9682.0, 9660.0, 9672.0, 9653.0, 9690.0, 9665.0, 9733.0, 9697.0, 9703.0, 9657.0, 9681.0, 9653.0, 9663.0, 9675.0, 9710.0, 9654.0, 9655.0, 9639.0, 9662.0, 9652.0, 9642.0, 9689.0, 9692.0, 9688.0, 9722.0, 9666.0, 9634.0, 9637.0, 9640.0, 9690.0, 9674.0, 9661.0, 9658.0, 9652.0, 9637.0, 9657.0, 9657.0, 9700.0, 9661.0, 9662.0, 9662.0, 9690.0, 9681.0, 9681.0, 9661.0, 9672.0, 9666.0, 9680.0, 9713.0, 9690.0, 9665.0, 9681.0, 9702.0, 9707.0, 9678.0, 9660.0, 9684.0, 9663.0, 9662.0, 9680.0, 9697.0, 9658.0, 9662.0, 9665.0, 9701.0, 9681.0, 9709.0, 9679.0, 9656.0, 9659.0, 9681.0, 9718.0, 9690.0, 9660.0, 9658.0, 9701.0, 9668.0, 9682.0, 9694.0, 9691.0, 9679.0, 9661.0, 9677.0, 9702.0, 9683.0, 9681.0, 9722.0, 9678.0, 9667.0, 9664.0, 9705.0, 9690.0, 9696.0, 9723.0, 9705.0, 9664.0, 9666.0, 9663.0, 9718.0, 9688.0, 9700.0, 9669.0, 9690.0, 9667.0, 9666.0, 9757.0, 9688.0, 9660.0, 9657.0, 9678.0, 9695.0, 9676.0, 9661.0, 9682.0, 9659.0, 9660.0, 9676.0, 9714.0, 9701.0, 9660.0, 9656.0, 9679.0, 9659.0, 9657.0, 9657.0, 9681.0, 9658.0, 9661.0, 9671.0, 9693.0, 9681.0, 9683.0, 9661.0, 9667.0, 9657.0, 9657.0, 9694.0, 9703.0, 9664.0, 9662.0, 9661.0, 9689.0, 9666.0, 9664.0, 9708.0, 9662.0, 9692.0, 9685.0, 9722.0, 9688.0, 9680.0, 9665.0, 9672.0, 9662.0, 9683.0, 9691.0, 9744.0, 9719.0, 9694.0, 9662.0, 9684.0, 9662.0, 9686.0, 9702.0, 9764.0, 9750.0, 9718.0, 9659.0, 9663.0, 9662.0, 9662.0, 9723.0, 9685.0, 9662.0, 9664.0, 9728.0, 9682.0, 9676.0, 9711.0, 9694.0, 9661.0, 9644.0, 9655.0, 9690.0, 9666.0, 9664.0, 9717.0, 9672.0, 9660.0, 9671.0, 9680.0, 9670.0, 9658.0, 9657.0, 9713.0, 9674.0, 9648.0, 9664.0, 9719.0, 9680.0, 9684.0, 9664.0, 9686.0, 9653.0, 9665.0, 9677.0, 9686.0, 9662.0, 9665.0, 9654.0, 9676.0, 9668.0, 9684.0, 9678.0, 9672.0, 9657.0, 9649.0, 9672.0, 9673.0, 9669.0, 9683.0, 9703.0, 9666.0, 9663.0, 9667.0, 9732.0, 9699.0, 9726.0, 9668.0, 9669.0, 9657.0, 9664.0, 9690.0, 9710.0, 9667.0, 9662.0, 9704.0, 9685.0, 9669.0, 9692.0, 9707.0, 9660.0, 9647.0, 9669.0, 9703.0, 9666.0, 9668.0, 9693.0, 9705.0, 9726.0, 9697.0, 9697.0, 9674.0, 9685.0, 9758.0, 9766.0, 9757.0, 9771.0, 9733.0, 9655.0, 9656.0, 9654.0, 9697.0, 9690.0, 9666.0, 9664.0, 9684.0, 9663.0, 9678.0, 9661.0, 9701.0, 9660.0, 9662.0, 9666.0, 9698.0, 9696.0, 9707.0, 9721.0, 9676.0, 9667.0, 9681.0, 9721.0, 9704.0, 9693.0, 9643.0, 9684.0, 9708.0, 9698.0, 9681.0, 9691.0, 9663.0, 9649.0, 9650.0, 9676.0, 9671.0, 9665.0, 9675.0, 9737.0, 9674.0, 9662.0, 9682.0, 9664.0, 9702.0, 9661.0, 9666.0, 9684.0, 9695.0, 9699.0, 9704.0, 9738.0, 9680.0, 9687.0, 9679.0, 9706.0, 9681.0, 9687.0, 9673.0, 9708.0, 9683.0, 9667.0, 9699.0, 9690.0, 9685.0, 9682.0, 9688.0, 9721.0, 9716.0, 9751.0, 9694.0, 9673.0, 9661.0, 9660.0, 9677.0, 9740.0, 9682.0, 9679.0, 9666.0, 9660.0, 9685.0, 9683.0, 9739.0, 9682.0, 9684.0, 9678.0, 9732.0, 9688.0, 9727.0, 9760.0, 9730.0, 9667.0, 9664.0, 9684.0, 9676.0, 9759.0, 9730.0, 9712.0, 9633.0, 9638.0, 9648.0, 9714.0, 9675.0, 9706.0, 9689.0, 9650.0, 9636.0, 9638.0, 9651.0, 9664.0, 9656.0, 9660.0, 9721.0, 9665.0, 9667.0, 9666.0, 9712.0, 9690.0, 9699.0, 9662.0, 9654.0, 9651.0, 9653.0, 9681.0, 9662.0, 9667.0, 9677.0, 9659.0, 9663.0, 9662.0, 9716.0, 9699.0, 9681.0, 9667.0, 9675.0, 9660.0, 9661.0, 9703.0, 9669.0, 9661.0, 9667.0, 9721.0, 9695.0, 9706.0, 9753.0, 9722.0, 9679.0, 9654.0, 9681.0, 9676.0, 9661.0, 9672.0, 9737.0, 9692.0, 9683.0, 9682.0, 9678.0, 9660.0, 9653.0, 9669.0, 9687.0, 9680.0, 9663.0, 9706.0, 9703.0, 9686.0, 9723.0, 9764.0, 9753.0, 9738.0, 9687.0, 9677.0, 9655.0, 9661.0, 9675.0, 9701.0, 9663.0, 9680.0, 9659.0, 9665.0, 9663.0, 9662.0, 9734.0, 9674.0, 9661.0, 9662.0, 9687.0, 9676.0, 9686.0, 9681.0, 9695.0, 9680.0, 9664.0, 9661.0, 9705.0, 9684.0, 9684.0, 9684.0, 9693.0, 9681.0, 9685.0, 9706.0, 9691.0, 9663.0, 9661.0, 9698.0, 9662.0, 9663.0, 9693.0, 9705.0, 9668.0, 9660.0, 9697.0, 9660.0, 9644.0, 9658.0, 9700.0, 9679.0, 9704.0, 9749.0, 9665.0, 9666.0, 9656.0, 9665.0, 9641.0, 9655.0, 9682.0, 9670.0, 9691.0, 9696.0, 9688.0, 9684.0, 9659.0, 9655.0, 9678.0, 9644.0, 9665.0, 9707.0, 9719.0, 9685.0, 9666.0, 9688.0, 9689.0, 9687.0, 9748.0, 9718.0, 9660.0, 9685.0, 9694.0, 9721.0, 9665.0, 9664.0, 9671.0, 9693.0, 9681.0, 9688.0, 9702.0, 9661.0, 9664.0, 9659.0, 9709.0, 9683.0, 9684.0, 9663.0, 9683.0, 9645.0, 9666.0, 9673.0, 9716.0, 9664.0, 9647.0, 9684.0, 9677.0, 9665.0, 9776.0, 9729.0, 9659.0, 9643.0, 9656.0, 9694.0, 9663.0, 9659.0, 9760.0, 9733.0, 9666.0, 9659.0, 9650.0, 9682.0, 9665.0, 9690.0, 9748.0, 9673.0, 9663.0, 9642.0, 9687.0, 9671.0, 9674.0, 9702.0, 9714.0, 9645.0, 9657.0, 9658.0, 9681.0, 9679.0, 9642.0, 9646.0, 9663.0, 9637.0, 9659.0, 9735.0, 9716.0, 9669.0, 9640.0, 9633.0, 9649.0, 9656.0, 9655.0, 9677.0, 9643.0, 9658.0, 9688.0, 9685.0, 9661.0, 9647.0, 9658.0, 9666.0, 9644.0, 9649.0, 9685.0, 9666.0, 9663.0, 9667.0, 9702.0, 9659.0, 9659.0, 9642.0, 9698.0, 9669.0, 9681.0, 9665.0, 9673.0, 9663.0, 9659.0, 9696.0, 9701.0, 9687.0, 9690.0, 9686.0, 9679.0, 9685.0, 9692.0, 9749.0, 9662.0, 9664.0, 9659.0, 9694.0, 9678.0, 9695.0, 9766.0, 9681.0, 9665.0, 9656.0, 9700.0, 9666.0, 9664.0, 9674.0, 9683.0, 9660.0, 9681.0, 9692.0, 9718.0, 9695.0, 9651.0, 9664.0, 9665.0, 9660.0, 9754.0, 9771.0, 9758.0, 9762.0, 9762.0, 9717.0, 9658.0, 9651.0, 9638.0, 9667.0, 9655.0, 9673.0, 9659.0, 9672.0, 9682.0, 9680.0, 9667.0, 9683.0, 9658.0, 9654.0, 9672.0, 9695.0, 9657.0, 9658.0, 9716.0, 9717.0, 9708.0, 9678.0, 9673.0, 9651.0, 9650.0, 9651.0, 9706.0, 9681.0, 9665.0, 9678.0, 9679.0, 9665.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.0001244483058210252</td></tr>
<tr><td colspan=3>aqi</td><td>0.020228742137271938</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.6055466494174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.125075168860868</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954826915913058</td></tr>
<tr><td colspan=3>efc</td><td>0.5162</td></tr>
<tr><td colspan=3>fber</td><td>4522.5649</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09767382117189814</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.994787141615986</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4469890047177993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3331422171008276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7280952076844143</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.279729589368156</td></tr>
<tr><td colspan=3>gcor</td><td>0.00438797</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007483914960175753</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0817064419388771</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.465420259717164</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>25.2737</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.5064</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.1161</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291217.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1123.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.1563</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2887</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.7152</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3590.0795</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.0015</td></tr>
<tr><td colspan=3>tsnr</td><td>38.59800612553954</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>