<?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-0080_ses-02_task-narratives_acq-mb8_run-04_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-0080_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0080_suffix-bold_task-narratives" 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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0080_suffix-bold_task-narratives" 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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-04_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-0080/ses-02/func/sub-0080_ses-02_task-narratives_acq-mb8_run-04_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>01c2edc552defba5540505556e158390</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>21:06:14.172500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998252, -0.0582247, -0.0101064, 0.0589574, 0.992927, 0.103052]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.102067</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7238, 518, -35, -280, 40, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fecbfea7-5e1a-41af-8228-0cee60dd76c6||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.6782381534576416, 0.1581784188747406, -0.010893895290791988, 103.1011962890625], [0.15621262788772583, 2.6639509201049805, 0.2793620526790619, -102.52864837646484], [-0.027114758267998695, -0.276480108499527, 2.6854865550994873, -49.669273376464844], [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, 1156]</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], 'AcquisitionTime': ['210614.172500', '210614.632500', '210615.092500', '210615.552500', '210616.012500', '210616.472500', '210616.932500', '210617.392500', '210617.852500', '210618.312500', '210618.772500', '210619.232500', '210619.692500', '210620.152500', '210620.612500', '210621.072500', '210621.532500', '210621.992500', '210622.452500', '210622.912500', '210623.372500', '210623.832500', '210624.292500', '210624.752500', '210625.212500', '210625.672500', '210626.132500', '210626.592500', '210627.052500', '210627.512500', '210627.972500', '210628.432500', '210628.892500', '210629.352500', '210629.812500', '210630.272500', '210630.732500', '210631.192500', '210631.652500', '210632.112500', '210632.572500', '210633.032500', '210633.492500', '210633.952500', '210634.412500', '210634.872500', '210635.332500', '210635.792500', '210636.252500', '210636.712500', '210637.172500', '210637.632500', '210638.092500', '210638.552500', '210639.012500', '210639.472500', '210639.932500', '210640.392500', '210640.852500', '210641.312500', '210641.772500', '210642.232500', '210642.692500', '210643.152500', '210643.612500', '210644.072500', '210644.532500', '210644.992500', '210645.452500', '210645.912500', '210646.372500', '210646.832500', '210647.292500', '210647.752500', '210648.212500', '210648.672500', '210649.132500', '210649.592500', '210650.052500', '210650.512500', '210650.972500', '210651.432500', '210651.892500', '210652.352500', '210652.812500', '210653.272500', '210653.732500', '210654.192500', '210654.652500', '210655.112500', '210655.572500', '210656.032500', '210656.492500', '210656.952500', '210657.412500', '210657.872500', '210658.332500', '210658.792500', '210659.252500', '210659.712500', '210700.172500', '210700.632500', '210701.092500', '210701.552500', '210702.012500', '210702.472500', '210702.932500', '210703.392500', '210703.852500', '210704.312500', '210704.772500', '210705.232500', '210705.692500', '210706.152500', '210706.612500', '210707.072500', '210707.532500', '210707.992500', '210708.452500', '210708.912500', '210709.372500', '210709.832500', '210710.292500', '210710.752500', '210711.212500', '210711.672500', '210712.132500', '210712.592500', '210713.052500', '210713.512500', '210713.972500', '210714.432500', '210714.892500', '210715.352500', '210715.812500', '210716.272500', '210716.732500', '210717.192500', '210717.652500', '210718.112500', '210718.572500', '210719.032500', '210719.492500', '210719.952500', '210720.412500', '210720.872500', '210721.332500', '210721.792500', '210722.252500', '210722.712500', '210723.172500', '210723.632500', '210724.092500', '210724.552500', '210725.012500', '210725.472500', '210725.932500', '210726.392500', '210726.852500', '210727.312500', '210727.772500', '210728.232500', '210728.692500', '210729.152500', '210729.612500', '210730.072500', '210730.532500', '210730.992500', '210731.452500', '210731.912500', '210732.372500', '210732.832500', '210733.292500', '210733.752500', '210734.212500', '210734.672500', '210735.132500', '210735.592500', '210736.052500', '210736.512500', '210736.972500', '210737.432500', '210737.892500', '210738.352500', '210738.812500', '210739.272500', '210739.732500', '210740.192500', '210740.652500', '210741.112500', '210741.572500', '210742.032500', '210742.492500', '210742.952500', '210743.412500', '210743.872500', '210744.332500', '210744.792500', '210745.252500', '210745.712500', '210746.172500', '210746.632500', '210747.092500', '210747.552500', '210748.012500', '210748.472500', '210748.932500', '210749.392500', '210749.852500', '210750.312500', '210750.772500', '210751.232500', '210751.692500', '210752.152500', '210752.612500', '210753.072500', '210753.532500', '210753.992500', '210754.452500', '210754.912500', '210755.372500', '210755.832500', '210756.292500', '210756.752500', '210757.212500', '210757.672500', '210758.132500', '210758.592500', '210759.052500', '210759.512500', '210759.972500', '210800.432500', '210800.892500', '210801.352500', '210801.812500', '210802.272500', '210802.732500', '210803.192500', '210803.652500', '210804.112500', '210804.572500', '210805.032500', '210805.492500', '210805.952500', '210806.412500', '210806.872500', '210807.332500', '210807.792500', '210808.252500', '210808.712500', '210809.172500', '210809.632500', '210810.092500', '210810.552500', '210811.012500', '210811.472500', '210811.932500', '210812.392500', '210812.852500', '210813.312500', '210813.772500', '210814.232500', '210814.692500', '210815.152500', '210815.612500', '210816.072500', '210816.532500', '210816.992500', '210817.452500', '210817.912500', '210818.372500', '210818.832500', '210819.292500', '210819.752500', '210820.212500', '210820.672500', '210821.132500', '210821.592500', '210822.052500', '210822.512500', '210822.972500', '210823.432500', '210823.892500', '210824.352500', '210824.812500', '210825.272500', '210825.732500', '210826.192500', '210826.652500', '210827.112500', '210827.572500', '210828.032500', '210828.492500', '210828.952500', '210829.412500', '210829.872500', '210830.332500', '210830.792500', '210831.252500', '210831.712500', '210832.172500', '210832.632500', '210833.092500', '210833.552500', '210834.012500', '210834.472500', '210834.932500', '210835.392500', '210835.852500', '210836.312500', '210836.772500', '210837.232500', '210837.692500', '210838.152500', '210838.612500', '210839.072500', '210839.532500', '210839.992500', '210840.452500', '210840.912500', '210841.372500', '210841.832500', '210842.292500', '210842.752500', '210843.212500', '210843.672500', '210844.132500', '210844.592500', '210845.052500', '210845.512500', '210845.972500', '210846.432500', '210846.892500', '210847.352500', '210847.812500', '210848.272500', '210848.732500', '210849.192500', '210849.652500', '210850.112500', '210850.572500', '210851.032500', '210851.492500', '210851.952500', '210852.412500', '210852.872500', '210853.332500', '210853.792500', '210854.252500', '210854.712500', '210855.172500', '210855.632500', '210856.092500', '210856.552500', '210857.012500', '210857.472500', '210857.932500', '210858.392500', '210858.852500', '210859.312500', '210859.772500', '210900.232500', '210900.692500', '210901.152500', '210901.612500', '210902.072500', '210902.532500', '210902.992500', '210903.452500', '210903.912500', '210904.372500', '210904.832500', '210905.292500', '210905.752500', '210906.212500', '210906.672500', '210907.132500', '210907.592500', '210908.052500', '210908.512500', '210908.972500', '210909.432500', '210909.892500', '210910.352500', '210910.812500', '210911.272500', '210911.732500', '210912.192500', '210912.652500', '210913.112500', '210913.572500', '210914.032500', '210914.492500', '210914.952500', '210915.412500', '210915.872500', '210916.332500', '210916.792500', '210917.252500', '210917.712500', '210918.172500', '210918.632500', '210919.092500', '210919.552500', '210920.012500', '210920.472500', '210920.932500', '210921.392500', '210921.852500', '210922.312500', '210922.772500', '210923.232500', '210923.692500', '210924.152500', '210924.612500', '210925.072500', '210925.532500', '210925.992500', '210926.452500', '210926.912500', '210927.372500', '210927.832500', '210928.292500', '210928.752500', '210929.212500', '210929.672500', '210930.132500', '210930.592500', '210931.052500', '210931.512500', '210931.972500', '210932.432500', '210932.892500', '210933.352500', '210933.812500', '210934.272500', '210934.732500', '210935.192500', '210935.652500', '210936.112500', '210936.572500', '210937.032500', '210937.492500', '210937.952500', '210938.412500', '210938.872500', '210939.332500', '210939.792500', '210940.252500', '210940.712500', '210941.172500', '210941.632500', '210942.092500', '210942.552500', '210943.012500', '210943.472500', '210943.932500', '210944.392500', '210944.852500', '210945.312500', '210945.772500', '210946.232500', '210946.692500', '210947.152500', '210947.612500', '210948.072500', '210948.532500', '210948.992500', '210949.452500', '210949.912500', '210950.372500', '210950.832500', '210951.292500', '210951.752500', '210952.212500', '210952.672500', '210953.132500', '210953.592500', '210954.052500', '210954.512500', '210954.972500', '210955.432500', '210955.892500', '210956.352500', '210956.812500', '210957.272500', '210957.732500', '210958.192500', '210958.652500', '210959.112500', '210959.572500', '211000.032500', '211000.492500', '211000.952500', '211001.412500', '211001.872500', '211002.332500', '211002.792500', '211003.252500', '211003.712500', '211004.172500', '211004.632500', '211005.092500', '211005.552500', '211006.012500', '211006.472500', '211006.932500', '211007.392500', '211007.852500', '211008.312500', '211008.772500', '211009.232500', '211009.692500', '211010.152500', '211010.612500', '211011.072500', '211011.532500', '211011.992500', '211012.452500', '211012.912500', '211013.372500', '211013.832500', '211014.292500', '211014.752500', '211015.212500', '211015.672500', '211016.132500', '211016.592500', '211017.052500', '211017.512500', '211017.972500', '211018.432500', '211018.892500', '211019.352500', '211019.812500', '211020.272500', '211020.732500', '211021.192500', '211021.652500', '211022.112500', '211022.572500', '211023.032500', '211023.492500', '211023.952500', '211024.412500', '211024.872500', '211025.332500', '211025.792500', '211026.252500', '211026.712500', '211027.172500', '211027.632500', '211028.092500', '211028.552500', '211029.012500', '211029.472500', '211029.932500', '211030.392500', '211030.852500', '211031.312500', '211031.772500', '211032.232500', '211032.692500', '211033.152500', '211033.612500', '211034.072500', '211034.532500', '211034.992500', '211035.452500', '211035.912500', '211036.372500', '211036.832500', '211037.292500', '211037.752500', '211038.212500', '211038.672500', '211039.132500', '211039.592500', '211040.052500', '211040.512500', '211040.972500', '211041.432500', '211041.892500', '211042.352500', '211042.812500', '211043.272500', '211043.732500', '211044.192500', '211044.652500', '211045.112500', '211045.572500', '211046.032500', '211046.492500', '211046.952500', '211047.412500', '211047.872500', '211048.332500', '211048.792500', '211049.252500', '211049.712500', '211050.172500', '211050.632500', '211051.092500', '211051.552500', '211052.012500', '211052.472500', '211052.932500', '211053.392500', '211053.852500', '211054.312500', '211054.772500', '211055.232500', '211055.692500', '211056.152500', '211056.612500', '211057.072500', '211057.532500', '211057.992500', '211058.452500', '211058.912500', '211059.372500', '211059.832500', '211100.292500', '211100.752500', '211101.212500', '211101.672500', '211102.132500', '211102.592500', '211103.052500', '211103.512500', '211103.972500', '211104.432500', '211104.892500', '211105.352500', '211105.812500', '211106.272500', '211106.732500', '211107.192500', '211107.652500', '211108.112500', '211108.572500', '211109.032500', '211109.492500', '211109.952500', '211110.412500', '211110.872500', '211111.332500', '211111.792500', '211112.252500', '211112.712500', '211113.172500', '211113.632500', '211114.092500', '211114.552500', '211115.012500', '211115.472500', '211115.932500', '211116.392500', '211116.852500', '211117.312500', '211117.772500', '211118.232500', '211118.692500', '211119.152500', '211119.612500', '211120.072500', '211120.532500', '211120.992500', '211121.452500', '211121.912500', '211122.372500', '211122.832500', '211123.292500', '211123.752500', '211124.212500', '211124.672500', '211125.132500', '211125.592500', '211126.052500', '211126.512500', '211126.972500', '211127.432500', '211127.892500', '211128.352500', '211128.812500', '211129.272500', '211129.732500', '211130.192500', '211130.652500', '211131.112500', '211131.572500', '211132.032500', '211132.492500', '211132.952500', '211133.412500', '211133.872500', '211134.332500', '211134.792500', '211135.252500', '211135.712500', '211136.172500', '211136.632500', '211137.092500', '211137.552500', '211138.012500', '211138.472500', '211138.932500', '211139.392500', '211139.852500', '211140.312500', '211140.772500', '211141.232500', '211141.692500', '211142.152500', '211142.612500', '211143.072500', '211143.532500', '211143.992500', '211144.452500', '211144.912500', '211145.372500', '211145.832500', '211146.292500', '211146.752500', '211147.212500', '211147.672500', '211148.132500', '211148.592500', '211149.052500', '211149.512500', '211149.972500', '211150.432500', '211150.892500', '211151.352500', '211151.812500', '211152.272500', '211152.732500', '211153.192500', '211153.652500', '211154.112500', '211154.572500', '211155.032500', '211155.492500', '211155.952500', '211156.412500', '211156.872500', '211157.332500', '211157.792500', '211158.252500', '211158.712500', '211159.172500', '211159.632500', '211200.092500', '211200.552500', '211201.012500', '211201.472500', '211201.932500', '211202.392500', '211202.852500', '211203.312500', '211203.772500', '211204.232500', '211204.692500', '211205.152500', '211205.612500', '211206.072500', '211206.532500', '211206.992500', '211207.452500', '211207.912500', '211208.372500', '211208.832500', '211209.292500', '211209.752500', '211210.212500', '211210.672500', '211211.132500', '211211.592500', '211212.052500', '211212.512500', '211212.972500', '211213.432500', '211213.892500', '211214.352500', '211214.812500', '211215.272500', '211215.732500', '211216.192500', '211216.652500', '211217.112500', '211217.572500', '211218.032500', '211218.492500', '211218.952500', '211219.412500', '211219.872500', '211220.332500', '211220.792500', '211221.252500', '211221.712500', '211222.172500', '211222.632500', '211223.092500', '211223.552500', '211224.012500', '211224.472500', '211224.932500', '211225.392500', '211225.852500', '211226.312500', '211226.772500', '211227.232500', '211227.692500', '211228.152500', '211228.612500', '211229.072500', '211229.532500', '211229.992500', '211230.452500', '211230.912500', '211231.372500', '211231.832500', '211232.292500', '211232.752500', '211233.212500', '211233.672500', '211234.132500', '211234.592500', '211235.052500', '211235.512500', '211235.972500', '211236.432500', '211236.892500', '211237.352500', '211237.812500', '211238.272500', '211238.732500', '211239.192500', '211239.652500', '211240.112500', '211240.572500', '211241.032500', '211241.492500', '211241.952500', '211242.412500', '211242.872500', '211243.332500', '211243.792500', '211244.252500', '211244.712500', '211245.172500', '211245.632500', '211246.092500', '211246.552500', '211247.012500', '211247.472500', '211247.932500', '211248.392500', '211248.852500', '211249.312500', '211249.772500', '211250.232500', '211250.692500', '211251.152500', '211251.612500', '211252.072500', '211252.532500', '211252.992500', '211253.452500', '211253.912500', '211254.372500', '211254.832500', '211255.292500', '211255.752500', '211256.212500', '211256.672500', '211257.132500', '211257.592500', '211258.052500', '211258.512500', '211258.972500', '211259.432500', '211259.892500', '211300.352500', '211300.812500', '211301.272500', '211301.732500', '211302.192500', '211302.652500', '211303.112500', '211303.572500', '211304.032500', '211304.492500', '211304.952500', '211305.412500', '211305.872500', '211306.332500', '211306.792500', '211307.252500', '211307.712500', '211308.172500', '211308.632500', '211309.092500', '211309.552500', '211310.012500', '211310.472500', '211310.932500', '211311.392500', '211311.852500', '211312.312500', '211312.772500', '211313.232500', '211313.692500', '211314.152500', '211314.612500', '211315.072500', '211315.532500', '211315.992500', '211316.452500', '211316.912500', '211317.372500', '211317.832500', '211318.292500', '211318.752500', '211319.212500', '211319.672500', '211320.132500', '211320.592500', '211321.052500', '211321.512500', '211321.972500', '211322.432500', '211322.892500', '211323.352500', '211323.812500', '211324.272500', '211324.732500', '211325.192500', '211325.652500', '211326.112500', '211326.572500', '211327.032500', '211327.492500', '211327.952500', '211328.412500', '211328.872500', '211329.332500', '211329.792500', '211330.252500', '211330.712500', '211331.172500', '211331.632500', '211332.092500', '211332.552500', '211333.012500', '211333.472500', '211333.932500', '211334.392500', '211334.852500', '211335.312500', '211335.772500', '211336.232500', '211336.692500', '211337.152500', '211337.612500', '211338.072500', '211338.532500', '211338.992500', '211339.452500', '211339.912500', '211340.372500', '211340.832500', '211341.292500', '211341.752500', '211342.212500', '211342.672500', '211343.132500', '211343.592500', '211344.052500', '211344.512500', '211344.972500', '211345.432500', '211345.892500', '211346.352500', '211346.812500', '211347.272500', '211347.732500', '211348.192500', '211348.652500', '211349.112500', '211349.572500', '211350.032500', '211350.492500', '211350.952500', '211351.412500', '211351.872500', '211352.332500', '211352.792500', '211353.252500', '211353.712500', '211354.172500', '211354.632500', '211355.092500', '211355.552500', '211356.012500', '211356.472500', '211356.932500', '211357.392500', '211357.852500', '211358.312500', '211358.772500', '211359.232500', '211359.692500', '211400.152500', '211400.612500', '211401.072500', '211401.532500', '211401.992500', '211402.452500', '211402.912500', '211403.372500', '211403.832500', '211404.292500', '211404.752500', '211405.212500', '211405.672500', '211406.132500', '211406.592500', '211407.052500', '211407.512500', '211407.972500', '211408.432500', '211408.892500', '211409.352500', '211409.812500', '211410.272500', '211410.732500', '211411.192500', '211411.652500', '211412.112500', '211412.572500', '211413.032500', '211413.492500', '211413.952500', '211414.412500', '211414.872500', '211415.332500', '211415.792500', '211416.252500', '211416.712500', '211417.172500', '211417.632500', '211418.092500', '211418.552500', '211419.012500', '211419.472500', '211419.932500', '211420.392500', '211420.852500', '211421.312500', '211421.772500', '211422.232500', '211422.692500', '211423.152500', '211423.612500', '211424.072500', '211424.532500', '211424.992500', '211425.452500', '211425.912500', '211426.372500', '211426.832500', '211427.292500', '211427.752500', '211428.212500', '211428.672500', '211429.132500', '211429.592500', '211430.052500', '211430.512500', '211430.972500', '211431.432500', '211431.892500', '211432.352500', '211432.812500', '211433.272500', '211433.732500', '211434.192500', '211434.652500', '211435.112500', '211435.572500', '211436.032500', '211436.492500', '211436.952500', '211437.412500', '211437.872500', '211438.332500', '211438.792500', '211439.252500', '211439.712500', '211440.172500', '211440.632500', '211441.092500', '211441.552500', '211442.012500', '211442.472500', '211442.932500', '211443.392500', '211443.852500', '211444.312500', '211444.772500', '211445.232500', '211445.692500', '211446.152500', '211446.612500', '211447.072500', '211447.532500', '211447.992500', '211448.452500', '211448.912500', '211449.372500', '211449.832500', '211450.292500', '211450.752500', '211451.212500', '211451.672500', '211452.132500', '211452.592500', '211453.052500', '211453.512500', '211453.972500', '211454.432500', '211454.892500', '211455.352500', '211455.812500', '211456.272500', '211456.732500', '211457.192500', '211457.652500', '211458.112500', '211458.572500', '211459.032500', '211459.492500', '211459.952500', '211500.412500', '211500.872500', '211501.332500', '211501.792500', '211502.252500', '211502.712500', '211503.172500', '211503.632500', '211504.092500', '211504.552500', '211505.012500', '211505.472500'], 'ContentTime': ['210637.820000', '210637.826000', '210637.829000', '210637.832000', '210637.835000', '210637.837000', '210637.840000', '210637.842000', '210637.845000', '210637.848000', '210637.850000', '210637.853000', '210637.856000', '210637.858000', '210637.861000', '210637.863000', '210637.866000', '210637.869000', '210637.871000', '210637.874000', '210637.877000', '210637.879000', '210637.882000', '210637.884000', '210637.887000', '210637.890000', '210637.898000', '210637.901000', '210637.904000', '210637.906000', '210637.909000', '210637.912000', '210637.914000', '210637.917000', '210637.919000', '210637.922000', '210637.925000', '210637.927000', '210637.930000', '210637.933000', '210637.936000', '210637.938000', '210637.941000', '210637.944000', '210637.946000', '210637.949000', '210637.951000', '210637.954000', '210657.744000', '210657.747000', '210657.750000', '210657.752000', '210657.755000', '210657.758000', '210657.761000', '210657.763000', '210657.766000', '210657.769000', '210657.771000', '210657.774000', '210657.777000', '210657.779000', '210657.782000', '210657.784000', '210657.787000', '210657.790000', '210657.793000', '210657.795000', '210657.798000', '210657.801000', '210657.803000', '210657.806000', '210657.808000', '210657.811000', '210657.814000', '210657.816000', '210657.819000', '210657.822000', '210657.824000', '210657.827000', '210657.829000', '210657.832000', '210657.835000', '210657.837000', '210657.840000', '210657.847000', '210657.850000', '210657.852000', '210657.855000', '210657.858000', '210657.860000', '210657.863000', '210717.745000', '210717.748000', '210717.751000', '210717.753000', '210717.756000', '210717.758000', '210717.761000', '210717.764000', '210717.766000', '210717.769000', '210717.772000', '210717.774000', '210717.777000', '210717.779000', '210717.782000', '210717.785000', '210717.787000', '210717.790000', '210717.793000', '210717.795000', '210717.798000', '210717.800000', '210717.803000', '210717.806000', '210717.808000', '210717.811000', '210717.813000', '210717.816000', '210717.819000', '210717.821000', '210717.824000', '210717.826000', '210717.829000', '210717.832000', '210717.834000', '210717.837000', '210717.839000', '210717.842000', '210717.854000', '210717.856000', '210717.859000', '210717.862000', '210717.864000', '210737.744000', '210737.746000', '210737.749000', '210737.752000', '210737.754000', '210737.757000', '210737.760000', '210737.762000', '210737.765000', '210737.768000', '210737.770000', '210737.773000', '210737.775000', '210737.778000', '210737.781000', '210737.783000', '210737.786000', '210737.789000', '210737.791000', '210737.794000', '210737.797000', '210737.799000', '210737.802000', '210737.805000', '210737.807000', '210737.817000', '210737.820000', '210737.823000', '210737.825000', '210737.828000', '210737.830000', '210737.833000', '210737.836000', '210737.838000', '210737.841000', '210737.844000', '210737.846000', '210737.849000', '210737.851000', '210737.854000', '210737.857000', '210737.859000', '210737.862000', '210737.864000', '210757.745000', '210757.748000', '210757.750000', '210757.753000', '210757.756000', '210757.759000', '210757.761000', '210757.764000', '210757.767000', '210757.769000', '210757.772000', '210757.775000', '210757.777000', '210757.780000', '210757.783000', '210757.785000', '210757.788000', '210757.790000', '210757.793000', '210757.796000', '210757.807000', '210757.809000', '210757.812000', '210757.814000', '210757.817000', '210757.820000', '210757.822000', '210757.825000', '210757.827000', '210757.830000', '210757.833000', '210757.835000', '210757.838000', '210757.841000', '210757.843000', '210757.846000', '210757.849000', '210757.851000', '210757.854000', '210757.856000', '210757.859000', '210757.862000', '210757.864000', '210817.745000', '210817.747000', '210817.750000', '210817.753000', '210817.768000', '210817.771000', '210817.774000', '210817.776000', '210817.779000', '210817.781000', '210817.784000', '210817.787000', '210817.789000', '210817.792000', '210817.795000', '210817.797000', '210817.800000', '210817.802000', '210817.805000', '210817.808000', '210817.810000', '210817.813000', '210817.816000', '210817.818000', '210817.821000', '210817.823000', '210817.826000', '210817.829000', '210817.832000', '210817.834000', '210817.837000', '210817.840000', '210817.842000', '210817.845000', '210817.848000', '210817.850000', '210817.853000', '210817.855000', '210817.858000', '210817.861000', '210817.869000', '210817.872000', '210817.875000', '210817.877000', '210837.745000', '210837.748000', '210837.750000', '210837.753000', '210837.756000', '210837.759000', '210837.761000', '210837.764000', '210837.766000', '210837.769000', '210837.771000', '210837.774000', '210837.777000', '210837.779000', '210837.782000', '210837.784000', '210837.787000', '210837.789000', '210837.792000', '210837.795000', '210837.797000', '210837.800000', '210837.802000', '210837.805000', '210837.808000', '210837.810000', '210837.813000', '210837.815000', '210837.818000', '210837.821000', '210837.823000', '210837.826000', '210837.829000', '210837.831000', '210837.834000', '210837.836000', '210837.839000', '210837.842000', '210837.844000', '210837.847000', '210837.850000', '210837.852000', '210837.855000', '210857.745000', '210857.748000', '210857.750000', '210857.753000', '210857.756000', '210857.758000', '210857.761000', '210857.764000', '210857.766000', '210857.769000', '210857.779000', '210857.782000', '210857.784000', '210857.787000', '210857.790000', '210857.793000', '210857.795000', '210857.798000', '210857.801000', '210857.803000', '210857.806000', '210857.809000', '210857.811000', '210857.814000', '210857.816000', '210857.819000', '210857.822000', '210857.824000', '210857.827000', '210857.830000', '210857.832000', '210857.835000', '210857.837000', '210857.840000', '210857.843000', '210857.845000', '210857.848000', '210857.851000', '210857.853000', '210857.856000', '210857.859000', '210857.861000', '210857.864000', '210857.866000', '210917.745000', '210917.747000', '210917.750000', '210917.753000', '210917.755000', '210917.758000', '210917.761000', '210917.763000', '210917.766000', '210917.768000', '210917.771000', '210917.774000', '210917.776000', '210917.779000', '210917.782000', '210917.784000', '210917.787000', '210917.790000', '210917.792000', '210917.795000', '210917.797000', '210917.800000', '210917.803000', '210917.805000', '210917.808000', '210917.811000', '210917.813000', '210917.816000', '210917.819000', '210917.821000', '210917.824000', '210917.827000', '210917.829000', '210917.832000', '210917.835000', '210917.838000', '210917.841000', '210917.843000', '210917.846000', '210917.849000', '210917.851000', '210917.854000', '210917.856000', '210937.745000', '210937.748000', '210937.750000', '210937.753000', '210937.755000', '210937.758000', '210937.761000', '210937.763000', '210937.766000', '210937.768000', '210937.771000', '210937.773000', '210937.776000', '210937.779000', '210937.781000', '210937.784000', '210937.786000', '210937.789000', '210937.792000', '210937.795000', '210937.797000', '210937.800000', '210937.803000', '210937.805000', '210937.808000', '210937.810000', '210937.813000', '210937.816000', '210937.818000', '210937.834000', '210937.837000', '210937.839000', '210937.842000', '210937.845000', '210937.847000', '210937.850000', '210937.853000', '210937.855000', '210937.858000', '210937.861000', '210937.863000', '210937.866000', '210937.869000', '210937.871000', '210957.743000', '210957.746000', '210957.749000', '210957.752000', '210957.754000', '210957.757000', '210957.760000', '210957.762000', '210957.765000', '210957.767000', '210957.770000', '210957.773000', '210957.775000', '210957.778000', '210957.781000', '210957.783000', '210957.786000', '210957.788000', '210957.791000', '210957.793000', '210957.796000', '210957.799000', '210957.801000', '210957.804000', '210957.806000', '210957.809000', '210957.812000', '210957.814000', '210957.817000', '210957.819000', '210957.822000', '210957.825000', '210957.827000', '210957.830000', '210957.832000', '210957.835000', '210957.837000', '210957.840000', '210957.843000', '210957.845000', '210957.848000', '210957.850000', '210957.853000', '211017.745000', '211017.747000', '211017.750000', '211017.753000', '211017.755000', '211017.758000', '211017.760000', '211017.763000', '211017.765000', '211017.768000', '211017.771000', '211017.773000', '211017.784000', '211017.786000', '211017.789000', '211017.792000', '211017.794000', '211017.797000', '211017.799000', '211017.802000', '211017.805000', '211017.807000', '211017.810000', '211017.812000', '211017.815000', '211017.818000', '211017.820000', '211017.823000', '211017.825000', '211017.828000', '211017.831000', '211017.833000', '211017.836000', '211017.839000', '211017.841000', '211017.844000', '211017.846000', '211017.849000', '211017.852000', '211017.854000', '211017.857000', '211017.859000', '211017.862000', '211017.865000', '211037.744000', '211037.747000', '211037.750000', '211037.753000', '211037.755000', '211037.758000', '211037.761000', '211037.763000', '211037.766000', '211037.769000', '211037.771000', '211037.774000', '211037.776000', '211037.779000', '211037.782000', '211037.784000', '211037.787000', '211037.790000', '211037.792000', '211037.795000', '211037.798000', '211037.800000', '211037.803000', '211037.806000', '211037.808000', '211037.811000', '211037.814000', '211037.816000', '211037.819000', '211037.821000', '211037.824000', '211037.827000', '211037.829000', '211037.832000', '211037.835000', '211037.837000', '211037.840000', '211037.842000', '211037.845000', '211037.848000', '211037.850000', '211037.853000', '211037.856000', '211057.745000', '211057.747000', '211057.750000', '211057.753000', '211057.755000', '211057.758000', '211057.761000', '211057.763000', '211057.766000', '211057.769000', '211057.771000', '211057.774000', '211057.777000', '211057.780000', '211057.783000', '211057.785000', '211057.788000', '211057.791000', '211057.793000', '211057.796000', '211057.799000', '211057.801000', '211057.804000', '211057.806000', '211057.809000', '211057.812000', '211057.815000', '211057.817000', '211057.820000', '211057.822000', '211057.825000', '211057.828000', '211057.831000', '211057.833000', '211057.836000', '211057.839000', '211057.841000', '211057.844000', '211057.846000', '211057.849000', '211057.852000', '211057.854000', '211057.857000', '211057.860000', '211117.745000', '211117.747000', '211117.750000', '211117.753000', '211117.755000', '211117.758000', '211117.761000', '211117.763000', '211117.766000', '211117.793000', '211117.795000', '211117.798000', '211117.801000', '211117.803000', '211117.806000', '211117.809000', '211117.811000', '211117.814000', '211117.817000', '211117.819000', '211117.822000', '211117.824000', '211117.827000', '211117.830000', '211117.832000', '211117.835000', '211117.837000', '211117.840000', '211117.843000', '211117.845000', '211117.848000', '211117.851000', '211117.853000', '211117.856000', '211117.859000', '211117.861000', '211117.864000', '211117.867000', '211117.869000', '211117.872000', '211117.875000', '211117.877000', '211117.880000', '211137.745000', '211137.748000', '211137.750000', '211137.753000', '211137.756000', '211137.758000', '211137.761000', '211137.764000', '211137.766000', '211137.769000', '211137.772000', '211137.774000', '211137.777000', '211137.780000', '211137.782000', '211137.785000', '211137.788000', '211137.790000', '211137.793000', '211137.796000', '211137.798000', '211137.803000', '211137.806000', '211137.808000', '211137.811000', '211137.814000', '211137.816000', '211137.819000', '211137.821000', '211137.824000', '211137.827000', '211137.829000', '211137.832000', '211137.835000', '211137.837000', '211137.840000', '211137.842000', '211137.845000', '211137.848000', '211137.850000', '211137.853000', '211137.855000', '211137.858000', '211137.861000', '211157.745000', '211157.748000', '211157.750000', '211157.753000', '211157.756000', '211157.758000', '211157.761000', '211157.764000', '211157.767000', '211157.769000', '211157.772000', '211157.774000', '211157.777000', '211157.780000', '211157.782000', '211157.785000', '211157.788000', '211157.790000', '211157.793000', '211157.796000', '211157.798000', '211157.801000', '211157.803000', '211157.806000', '211157.809000', '211157.811000', '211157.814000', '211157.817000', '211157.819000', '211157.822000', '211157.825000', '211157.827000', '211157.830000', '211157.833000', '211157.835000', '211157.838000', '211157.841000', '211157.843000', '211157.846000', '211157.849000', '211157.851000', '211157.854000', '211157.857000', '211217.744000', '211217.746000', '211217.749000', '211217.752000', '211217.755000', '211217.757000', '211217.760000', '211217.763000', '211217.767000', '211217.770000', '211217.772000', '211217.775000', '211217.778000', '211217.780000', '211217.783000', '211217.786000', '211217.788000', '211217.791000', '211217.794000', '211217.796000', '211217.799000', '211217.802000', '211217.804000', '211217.807000', '211217.810000', '211217.812000', '211217.816000', '211217.819000', '211217.821000', '211217.824000', '211217.827000', '211217.829000', '211217.832000', '211217.835000', '211217.837000', '211217.840000', '211217.843000', '211217.845000', '211217.848000', '211217.851000', '211217.853000', '211217.856000', '211217.858000', '211237.744000', '211237.747000', '211237.750000', '211237.753000', '211237.756000', '211237.758000', '211237.761000', '211237.764000', '211237.766000', '211237.769000', '211237.771000', '211237.774000', '211237.777000', '211237.779000', '211237.782000', '211237.785000', '211237.787000', '211237.790000', '211237.792000', '211237.795000', '211237.798000', '211237.812000', '211237.814000', '211237.817000', '211237.820000', '211237.822000', '211237.825000', '211237.828000', '211237.830000', '211237.833000', '211237.835000', '211237.838000', '211237.841000', '211237.843000', '211237.846000', '211237.849000', '211237.851000', '211237.854000', '211237.857000', '211237.859000', '211237.862000', '211237.865000', '211237.867000', '211237.870000', '211257.745000', '211257.748000', '211257.757000', '211257.760000', '211257.762000', '211257.765000', '211257.768000', '211257.770000', '211257.773000', '211257.776000', '211257.778000', '211257.781000', '211257.784000', '211257.787000', '211257.789000', '211257.792000', '211257.795000', '211257.798000', '211257.801000', '211257.804000', '211257.807000', '211257.810000', '211257.813000', '211257.815000', '211257.818000', '211257.821000', '211257.823000', '211257.826000', '211257.829000', '211257.831000', '211257.834000', '211257.837000', '211257.839000', '211257.842000', '211257.844000', '211257.847000', '211257.850000', '211257.852000', '211257.855000', '211257.858000', '211257.861000', '211257.863000', '211257.866000', '211317.744000', '211317.747000', '211317.750000', '211317.753000', '211317.755000', '211317.758000', '211317.761000', '211317.764000', '211317.766000', '211317.769000', '211317.772000', '211317.774000', '211317.777000', '211317.780000', '211317.783000', '211317.785000', '211317.788000', '211317.791000', '211317.793000', '211317.796000', '211317.799000', '211317.801000', '211317.804000', '211317.807000', '211317.809000', '211317.812000', '211317.815000', '211317.817000', '211317.820000', '211317.822000', '211317.825000', '211317.828000', '211317.830000', '211317.833000', '211317.836000', '211317.838000', '211317.841000', '211317.843000', '211317.846000', '211317.849000', '211317.851000', '211317.854000', '211317.857000', '211317.859000', '211337.745000', '211337.747000', '211337.750000', '211337.753000', '211337.756000', '211337.758000', '211337.761000', '211337.763000', '211337.766000', '211337.769000', '211337.771000', '211337.774000', '211337.777000', '211337.779000', '211337.782000', '211337.785000', '211337.787000', '211337.791000', '211337.794000', '211337.796000', '211337.799000', '211337.802000', '211337.805000', '211337.807000', '211337.810000', '211337.813000', '211337.816000', '211337.818000', '211337.821000', '211337.824000', '211337.826000', '211337.829000', '211337.832000', '211337.834000', '211337.837000', '211337.840000', '211337.843000', '211337.845000', '211337.848000', '211337.851000', '211337.854000', '211337.857000', '211337.860000', '211357.745000', '211357.748000', '211357.750000', '211357.753000', '211357.756000', '211357.758000', '211357.761000', '211357.764000', '211357.766000', '211357.769000', '211357.772000', '211357.774000', '211357.777000', '211357.780000', '211357.782000', '211357.785000', '211357.788000', '211357.790000', '211357.805000', '211357.808000', '211357.810000', '211357.814000', '211357.825000', '211357.828000', '211357.831000', '211357.833000', '211357.836000', '211357.839000', '211357.841000', '211357.844000', '211357.847000', '211357.849000', '211357.852000', '211357.855000', '211357.857000', '211357.860000', '211357.862000', '211357.865000', '211357.868000', '211357.870000', '211357.873000', '211357.876000', '211357.878000', '211357.881000', '211417.745000', '211417.747000', '211417.750000', '211417.753000', '211417.756000', '211417.758000', '211417.761000', '211417.764000', '211417.766000', '211417.769000', '211417.771000', '211417.774000', '211417.777000', '211417.779000', '211417.782000', '211417.785000', '211417.787000', '211417.790000', '211417.793000', '211417.795000', '211417.798000', '211417.801000', '211417.803000', '211417.806000', '211417.809000', '211417.812000', '211417.814000', '211417.817000', '211417.820000', '211417.822000', '211417.825000', '211417.828000', '211417.830000', '211417.833000', '211417.836000', '211417.838000', '211417.841000', '211417.844000', '211417.846000', '211417.849000', '211417.851000', '211417.854000', '211417.857000', '211437.744000', '211437.747000', '211437.749000', '211437.752000', '211437.754000', '211437.757000', '211437.760000', '211437.762000', '211437.765000', '211437.767000', '211437.770000', '211437.773000', '211437.775000', '211437.778000', '211437.780000', '211437.783000', '211437.786000', '211437.788000', '211437.791000', '211437.793000', '211437.796000', '211437.799000', '211437.801000', '211437.804000', '211437.807000', '211437.809000', '211437.812000', '211437.815000', '211437.817000', '211437.820000', '211437.822000', '211437.825000', '211437.828000', '211437.830000', '211437.833000', '211437.835000', '211437.838000', '211437.841000', '211437.843000', '211437.846000', '211437.848000', '211437.851000', '211437.854000', '211437.856000', '211457.745000', '211457.748000', '211457.750000', '211457.753000', '211457.755000', '211457.758000', '211457.761000', '211457.763000', '211457.766000', '211457.768000', '211457.771000', '211457.774000', '211457.776000', '211457.779000', '211457.781000', '211457.784000', '211457.787000', '211457.789000', '211457.792000', '211457.794000', '211457.797000', '211457.800000', '211457.803000', '211457.805000', '211457.808000', '211457.810000', '211457.813000', '211457.816000', '211457.818000', '211457.821000', '211457.823000', '211457.826000', '211457.829000', '211457.832000', '211457.835000', '211457.838000', '211457.841000', '211457.843000', '211457.846000', '211457.848000', '211457.851000', '211457.854000', '211457.856000', '211507.051000', '211507.054000', '211507.056000', '211507.059000', '211507.061000', '211507.064000', '211507.067000', '211507.069000', '211507.072000', '211507.074000', '211507.077000', '211507.080000', '211507.082000', '211507.085000', '211507.087000', '211507.090000', '211507.093000', '211507.095000', '211507.098000', '211507.101000', '211507.103000'], 'InstanceCreationTime': ['210637.820000', '210637.826000', '210637.829000', '210637.832000', '210637.835000', '210637.837000', '210637.840000', '210637.842000', '210637.845000', '210637.848000', '210637.850000', '210637.853000', '210637.856000', '210637.858000', '210637.861000', '210637.863000', '210637.866000', '210637.869000', '210637.871000', '210637.874000', '210637.877000', '210637.879000', '210637.882000', '210637.884000', '210637.887000', '210637.890000', '210637.898000', '210637.901000', '210637.904000', '210637.906000', '210637.909000', '210637.912000', '210637.914000', '210637.917000', '210637.919000', '210637.922000', '210637.925000', '210637.927000', '210637.930000', '210637.933000', '210637.936000', '210637.938000', '210637.941000', '210637.944000', '210637.946000', '210637.949000', '210637.951000', '210637.954000', '210657.744000', '210657.747000', '210657.750000', '210657.752000', '210657.755000', '210657.758000', '210657.761000', '210657.763000', '210657.766000', '210657.769000', '210657.771000', '210657.774000', '210657.777000', '210657.779000', '210657.782000', '210657.784000', '210657.787000', '210657.790000', '210657.793000', '210657.795000', '210657.798000', '210657.801000', '210657.803000', '210657.806000', '210657.808000', '210657.811000', '210657.814000', '210657.816000', '210657.819000', '210657.822000', '210657.824000', '210657.827000', '210657.829000', '210657.832000', '210657.835000', '210657.837000', '210657.840000', '210657.847000', '210657.850000', '210657.852000', '210657.855000', '210657.858000', '210657.860000', '210657.863000', '210717.745000', '210717.748000', '210717.751000', '210717.753000', '210717.756000', '210717.758000', '210717.761000', '210717.764000', '210717.766000', '210717.769000', '210717.772000', '210717.774000', '210717.777000', '210717.779000', '210717.782000', '210717.785000', '210717.787000', '210717.790000', '210717.793000', '210717.795000', '210717.798000', '210717.800000', '210717.803000', '210717.806000', '210717.808000', '210717.811000', '210717.813000', '210717.816000', '210717.819000', '210717.821000', '210717.824000', '210717.826000', '210717.829000', '210717.832000', '210717.834000', '210717.837000', '210717.839000', '210717.842000', '210717.854000', '210717.856000', '210717.859000', '210717.862000', '210717.864000', '210737.744000', '210737.746000', '210737.749000', '210737.752000', '210737.754000', '210737.757000', '210737.760000', '210737.762000', '210737.765000', '210737.768000', '210737.770000', '210737.773000', '210737.775000', '210737.778000', '210737.781000', '210737.783000', '210737.786000', '210737.789000', '210737.791000', '210737.794000', '210737.797000', '210737.799000', '210737.802000', '210737.805000', '210737.807000', '210737.817000', '210737.820000', '210737.823000', '210737.825000', '210737.828000', '210737.830000', '210737.833000', '210737.836000', '210737.838000', '210737.841000', '210737.844000', '210737.846000', '210737.849000', '210737.851000', '210737.854000', '210737.857000', '210737.859000', '210737.862000', '210737.864000', '210757.745000', '210757.748000', '210757.750000', '210757.753000', '210757.756000', '210757.759000', '210757.761000', '210757.764000', '210757.767000', '210757.769000', '210757.772000', '210757.775000', '210757.777000', '210757.780000', '210757.783000', '210757.785000', '210757.788000', '210757.790000', '210757.793000', '210757.796000', '210757.807000', '210757.809000', '210757.812000', '210757.814000', '210757.817000', '210757.820000', '210757.822000', '210757.825000', '210757.827000', '210757.830000', '210757.833000', '210757.835000', '210757.838000', '210757.841000', '210757.843000', '210757.846000', '210757.849000', '210757.851000', '210757.854000', '210757.856000', '210757.859000', '210757.862000', '210757.864000', '210817.745000', '210817.747000', '210817.750000', '210817.753000', '210817.768000', '210817.771000', '210817.774000', '210817.776000', '210817.779000', '210817.781000', '210817.784000', '210817.787000', '210817.789000', '210817.792000', '210817.795000', '210817.797000', '210817.800000', '210817.802000', '210817.805000', '210817.808000', '210817.810000', '210817.813000', '210817.816000', '210817.818000', '210817.821000', '210817.823000', '210817.826000', '210817.829000', '210817.832000', '210817.834000', '210817.837000', '210817.840000', '210817.842000', '210817.845000', '210817.848000', '210817.850000', '210817.853000', '210817.855000', '210817.858000', '210817.861000', '210817.869000', '210817.872000', '210817.875000', '210817.877000', '210837.745000', '210837.748000', '210837.750000', '210837.753000', '210837.756000', '210837.759000', '210837.761000', '210837.764000', '210837.766000', '210837.769000', '210837.771000', '210837.774000', '210837.777000', '210837.779000', '210837.782000', '210837.784000', '210837.787000', '210837.789000', '210837.792000', '210837.795000', '210837.797000', '210837.800000', '210837.802000', '210837.805000', '210837.808000', '210837.810000', '210837.813000', '210837.815000', '210837.818000', '210837.821000', '210837.823000', '210837.826000', '210837.829000', '210837.831000', '210837.834000', '210837.836000', '210837.839000', '210837.842000', '210837.844000', '210837.847000', '210837.850000', '210837.852000', '210837.855000', '210857.745000', '210857.748000', '210857.750000', '210857.753000', '210857.756000', '210857.758000', '210857.761000', '210857.764000', '210857.766000', '210857.769000', '210857.779000', '210857.782000', '210857.784000', '210857.787000', '210857.790000', '210857.793000', '210857.795000', '210857.798000', '210857.801000', '210857.803000', '210857.806000', '210857.809000', '210857.811000', '210857.814000', '210857.816000', '210857.819000', '210857.822000', '210857.824000', '210857.827000', '210857.830000', '210857.832000', '210857.835000', '210857.837000', '210857.840000', '210857.843000', '210857.845000', '210857.848000', '210857.851000', '210857.853000', '210857.856000', '210857.859000', '210857.861000', '210857.864000', '210857.866000', '210917.745000', '210917.747000', '210917.750000', '210917.753000', '210917.755000', '210917.758000', '210917.761000', '210917.763000', '210917.766000', '210917.768000', '210917.771000', '210917.774000', '210917.776000', '210917.779000', '210917.782000', '210917.784000', '210917.787000', '210917.790000', '210917.792000', '210917.795000', '210917.797000', '210917.800000', '210917.803000', '210917.805000', '210917.808000', '210917.811000', '210917.813000', '210917.816000', '210917.819000', '210917.821000', '210917.824000', '210917.827000', '210917.829000', '210917.832000', '210917.835000', '210917.838000', '210917.841000', '210917.843000', '210917.846000', '210917.849000', '210917.851000', '210917.854000', '210917.856000', '210937.745000', '210937.748000', '210937.750000', '210937.753000', '210937.755000', '210937.758000', '210937.761000', '210937.763000', '210937.766000', '210937.768000', '210937.771000', '210937.773000', '210937.776000', '210937.779000', '210937.781000', '210937.784000', '210937.786000', '210937.789000', '210937.792000', '210937.795000', '210937.797000', '210937.800000', '210937.803000', '210937.805000', '210937.808000', '210937.810000', '210937.813000', '210937.816000', '210937.818000', '210937.834000', '210937.837000', '210937.839000', '210937.842000', '210937.845000', '210937.847000', '210937.850000', '210937.853000', '210937.855000', '210937.858000', '210937.861000', '210937.863000', '210937.866000', '210937.869000', '210937.871000', '210957.743000', '210957.746000', '210957.749000', '210957.752000', '210957.754000', '210957.757000', '210957.760000', '210957.762000', '210957.765000', '210957.767000', '210957.770000', '210957.773000', '210957.775000', '210957.778000', '210957.781000', '210957.783000', '210957.786000', '210957.788000', '210957.791000', '210957.793000', '210957.796000', '210957.799000', '210957.801000', '210957.804000', '210957.806000', '210957.809000', '210957.812000', '210957.814000', '210957.817000', '210957.819000', '210957.822000', '210957.825000', '210957.827000', '210957.830000', '210957.832000', '210957.835000', '210957.837000', '210957.840000', '210957.843000', '210957.845000', '210957.848000', '210957.850000', '210957.853000', '211017.745000', '211017.747000', '211017.750000', '211017.753000', '211017.755000', '211017.758000', '211017.760000', '211017.763000', '211017.765000', '211017.768000', '211017.771000', '211017.773000', '211017.784000', '211017.786000', '211017.789000', '211017.792000', '211017.794000', '211017.797000', '211017.799000', '211017.802000', '211017.805000', '211017.807000', '211017.810000', '211017.812000', '211017.815000', '211017.818000', '211017.820000', '211017.823000', '211017.825000', '211017.828000', '211017.831000', '211017.833000', '211017.836000', '211017.839000', '211017.841000', '211017.844000', '211017.846000', '211017.849000', '211017.852000', '211017.854000', '211017.857000', '211017.859000', '211017.862000', '211017.865000', '211037.744000', '211037.747000', '211037.750000', '211037.753000', '211037.755000', '211037.758000', '211037.761000', '211037.763000', '211037.766000', '211037.769000', '211037.771000', '211037.774000', '211037.776000', '211037.779000', '211037.782000', '211037.784000', '211037.787000', '211037.790000', '211037.792000', '211037.795000', '211037.798000', '211037.800000', '211037.803000', '211037.806000', '211037.808000', '211037.811000', '211037.814000', '211037.816000', '211037.819000', '211037.821000', '211037.824000', '211037.827000', '211037.829000', '211037.832000', '211037.835000', '211037.837000', '211037.840000', '211037.842000', '211037.845000', '211037.848000', '211037.850000', '211037.853000', '211037.856000', '211057.745000', '211057.747000', '211057.750000', '211057.753000', '211057.755000', '211057.758000', '211057.761000', '211057.763000', '211057.766000', '211057.769000', '211057.771000', '211057.774000', '211057.777000', '211057.780000', '211057.783000', '211057.785000', '211057.788000', '211057.791000', '211057.793000', '211057.796000', '211057.799000', '211057.801000', '211057.804000', '211057.806000', '211057.809000', '211057.812000', '211057.815000', '211057.817000', '211057.820000', '211057.822000', '211057.825000', '211057.828000', '211057.831000', '211057.833000', '211057.836000', '211057.839000', '211057.841000', '211057.844000', '211057.846000', '211057.849000', '211057.852000', '211057.854000', '211057.857000', '211057.860000', '211117.745000', '211117.747000', '211117.750000', '211117.753000', '211117.755000', '211117.758000', '211117.761000', '211117.763000', '211117.766000', '211117.793000', '211117.795000', '211117.798000', '211117.801000', '211117.803000', '211117.806000', '211117.809000', '211117.811000', '211117.814000', '211117.817000', '211117.819000', '211117.822000', '211117.824000', '211117.827000', '211117.830000', '211117.832000', '211117.835000', '211117.837000', '211117.840000', '211117.843000', '211117.845000', '211117.848000', '211117.851000', '211117.853000', '211117.856000', '211117.859000', '211117.861000', '211117.864000', '211117.867000', '211117.869000', '211117.872000', '211117.875000', '211117.877000', '211117.880000', '211137.745000', '211137.748000', '211137.750000', '211137.753000', '211137.756000', '211137.758000', '211137.761000', '211137.764000', '211137.766000', '211137.769000', '211137.772000', '211137.774000', '211137.777000', '211137.780000', '211137.782000', '211137.785000', '211137.788000', '211137.790000', '211137.793000', '211137.796000', '211137.798000', '211137.803000', '211137.806000', '211137.808000', '211137.811000', '211137.814000', '211137.816000', '211137.819000', '211137.821000', '211137.824000', '211137.827000', '211137.829000', '211137.832000', '211137.835000', '211137.837000', '211137.840000', '211137.842000', '211137.845000', '211137.848000', '211137.850000', '211137.853000', '211137.855000', '211137.858000', '211137.861000', '211157.745000', '211157.748000', '211157.750000', '211157.753000', '211157.756000', '211157.758000', '211157.761000', '211157.764000', '211157.767000', '211157.769000', '211157.772000', '211157.774000', '211157.777000', '211157.780000', '211157.782000', '211157.785000', '211157.788000', '211157.790000', '211157.793000', '211157.796000', '211157.798000', '211157.801000', '211157.803000', '211157.806000', '211157.809000', '211157.811000', '211157.814000', '211157.817000', '211157.819000', '211157.822000', '211157.825000', '211157.827000', '211157.830000', '211157.833000', '211157.835000', '211157.838000', '211157.841000', '211157.843000', '211157.846000', '211157.849000', '211157.851000', '211157.854000', '211157.857000', '211217.744000', '211217.746000', '211217.749000', '211217.752000', '211217.755000', '211217.757000', '211217.760000', '211217.763000', '211217.767000', '211217.770000', '211217.772000', '211217.775000', '211217.778000', '211217.780000', '211217.783000', '211217.786000', '211217.788000', '211217.791000', '211217.794000', '211217.796000', '211217.799000', '211217.802000', '211217.804000', '211217.807000', '211217.810000', '211217.812000', '211217.816000', '211217.819000', '211217.821000', '211217.824000', '211217.827000', '211217.829000', '211217.832000', '211217.835000', '211217.837000', '211217.840000', '211217.843000', '211217.845000', '211217.848000', '211217.851000', '211217.853000', '211217.856000', '211217.858000', '211237.744000', '211237.747000', '211237.750000', '211237.753000', '211237.756000', '211237.758000', '211237.761000', '211237.764000', '211237.766000', '211237.769000', '211237.771000', '211237.774000', '211237.777000', '211237.779000', '211237.782000', '211237.785000', '211237.787000', '211237.790000', '211237.792000', '211237.795000', '211237.798000', '211237.812000', '211237.814000', '211237.817000', '211237.820000', '211237.822000', '211237.825000', '211237.828000', '211237.830000', '211237.833000', '211237.835000', '211237.838000', '211237.841000', '211237.843000', '211237.846000', '211237.849000', '211237.851000', '211237.854000', '211237.857000', '211237.859000', '211237.862000', '211237.865000', '211237.867000', '211237.870000', '211257.745000', '211257.748000', '211257.757000', '211257.760000', '211257.762000', '211257.765000', '211257.768000', '211257.770000', '211257.773000', '211257.776000', '211257.778000', '211257.781000', '211257.784000', '211257.787000', '211257.789000', '211257.792000', '211257.795000', '211257.798000', '211257.801000', '211257.804000', '211257.807000', '211257.810000', '211257.813000', '211257.815000', '211257.818000', '211257.821000', '211257.823000', '211257.826000', '211257.829000', '211257.831000', '211257.834000', '211257.837000', '211257.839000', '211257.842000', '211257.844000', '211257.847000', '211257.850000', '211257.852000', '211257.855000', '211257.858000', '211257.861000', '211257.863000', '211257.866000', '211317.744000', '211317.747000', '211317.750000', '211317.753000', '211317.755000', '211317.758000', '211317.761000', '211317.764000', '211317.766000', '211317.769000', '211317.772000', '211317.774000', '211317.777000', '211317.780000', '211317.783000', '211317.785000', '211317.788000', '211317.791000', '211317.793000', '211317.796000', '211317.799000', '211317.801000', '211317.804000', '211317.807000', '211317.809000', '211317.812000', '211317.815000', '211317.817000', '211317.820000', '211317.822000', '211317.825000', '211317.828000', '211317.830000', '211317.833000', '211317.836000', '211317.838000', '211317.841000', '211317.843000', '211317.846000', '211317.849000', '211317.851000', '211317.854000', '211317.857000', '211317.859000', '211337.745000', '211337.747000', '211337.750000', '211337.753000', '211337.756000', '211337.758000', '211337.761000', '211337.763000', '211337.766000', '211337.769000', '211337.771000', '211337.774000', '211337.777000', '211337.779000', '211337.782000', '211337.785000', '211337.787000', '211337.791000', '211337.794000', '211337.796000', '211337.799000', '211337.802000', '211337.805000', '211337.807000', '211337.810000', '211337.813000', '211337.816000', '211337.818000', '211337.821000', '211337.824000', '211337.826000', '211337.829000', '211337.832000', '211337.834000', '211337.837000', '211337.840000', '211337.843000', '211337.845000', '211337.848000', '211337.851000', '211337.854000', '211337.857000', '211337.860000', '211357.745000', '211357.748000', '211357.750000', '211357.753000', '211357.756000', '211357.758000', '211357.761000', '211357.764000', '211357.766000', '211357.769000', '211357.772000', '211357.774000', '211357.777000', '211357.780000', '211357.782000', '211357.785000', '211357.788000', '211357.790000', '211357.805000', '211357.808000', '211357.810000', '211357.814000', '211357.825000', '211357.828000', '211357.831000', '211357.833000', '211357.836000', '211357.839000', '211357.841000', '211357.844000', '211357.847000', '211357.849000', '211357.852000', '211357.855000', '211357.857000', '211357.860000', '211357.862000', '211357.865000', '211357.868000', '211357.870000', '211357.873000', '211357.876000', '211357.878000', '211357.881000', '211417.745000', '211417.747000', '211417.750000', '211417.753000', '211417.756000', '211417.758000', '211417.761000', '211417.764000', '211417.766000', '211417.769000', '211417.771000', '211417.774000', '211417.777000', '211417.779000', '211417.782000', '211417.785000', '211417.787000', '211417.790000', '211417.793000', '211417.795000', '211417.798000', '211417.801000', '211417.803000', '211417.806000', '211417.809000', '211417.812000', '211417.814000', '211417.817000', '211417.820000', '211417.822000', '211417.825000', '211417.828000', '211417.830000', '211417.833000', '211417.836000', '211417.838000', '211417.841000', '211417.844000', '211417.846000', '211417.849000', '211417.851000', '211417.854000', '211417.857000', '211437.744000', '211437.747000', '211437.749000', '211437.752000', '211437.754000', '211437.757000', '211437.760000', '211437.762000', '211437.765000', '211437.767000', '211437.770000', '211437.773000', '211437.775000', '211437.778000', '211437.780000', '211437.783000', '211437.786000', '211437.788000', '211437.791000', '211437.793000', '211437.796000', '211437.799000', '211437.801000', '211437.804000', '211437.807000', '211437.809000', '211437.812000', '211437.815000', '211437.817000', '211437.820000', '211437.822000', '211437.825000', '211437.828000', '211437.830000', '211437.833000', '211437.835000', '211437.838000', '211437.841000', '211437.843000', '211437.846000', '211437.848000', '211437.851000', '211437.854000', '211437.856000', '211457.745000', '211457.748000', '211457.750000', '211457.753000', '211457.755000', '211457.758000', '211457.761000', '211457.763000', '211457.766000', '211457.768000', '211457.771000', '211457.774000', '211457.776000', '211457.779000', '211457.781000', '211457.784000', '211457.787000', '211457.789000', '211457.792000', '211457.794000', '211457.797000', '211457.800000', '211457.803000', '211457.805000', '211457.808000', '211457.810000', '211457.813000', '211457.816000', '211457.818000', '211457.821000', '211457.823000', '211457.826000', '211457.829000', '211457.832000', '211457.835000', '211457.838000', '211457.841000', '211457.843000', '211457.846000', '211457.848000', '211457.851000', '211457.854000', '211457.856000', '211507.051000', '211507.054000', '211507.056000', '211507.059000', '211507.061000', '211507.064000', '211507.067000', '211507.069000', '211507.072000', '211507.074000', '211507.077000', '211507.080000', '211507.082000', '211507.085000', '211507.087000', '211507.090000', '211507.093000', '211507.095000', '211507.098000', '211507.101000', '211507.103000'], '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], 'LargestImagePixelValue': [14509, 11945, 13636, 12711, 15729, 13018, 9529, 11669, 9698, 13096, 12916, 12479, 14620, 13417, 10051, 12805, 10174, 12926, 11472, 13235, 11175, 12837, 14891, 13411, 14032, 12509, 8958, 11858, 8690, 12282, 11960, 11973, 12613, 12051, 8489, 11103, 8427, 12063, 8804, 12411, 10112, 13447, 11455, 13094, 10518, 12720, 12502, 12790, 15329, 14394, 15918, 13152, 10253, 11430, 14614, 12570, 12537, 10257, 13260, 10869, 12951, 9060, 12040, 8949, 12348, 9573, 12052, 13608, 12695, 10692, 10863, 10009, 10888, 13504, 12104, 12839, 12875, 11959, 11682, 8605, 12042, 14681, 12732, 13352, 12044, 13991, 12373, 10633, 10801, 11576, 11565, 14993, 12678, 14009, 12468, 9268, 11752, 9304, 13387, 10804, 13023, 12894, 14048, 11958, 14103, 10610, 13157, 10339, 13314, 9937, 12402, 16107, 14145, 14835, 12775, 8843, 10622, 11545, 11146, 13552, 11713, 12861, 11259, 13270, 10627, 12054, 10417, 11996, 10355, 12284, 13465, 12770, 12926, 12624, 8853, 11821, 8527, 12715, 12643, 12301, 13929, 12971, 14318, 11921, 13354, 10990, 13150, 11042, 12402, 9799, 12209, 10999, 12618, 8727, 12032, 9009, 12474, 9921, 12100, 13669, 12165, 13300, 11721, 12951, 10597, 12492, 10528, 12394, 10542, 12346, 10309, 12710, 9196, 12279, 8954, 12527, 13653, 12242, 13160, 11256, 13588, 11825, 12841, 10713, 13339, 11624, 12721, 11132, 12686, 12086, 10824, 11080, 8673, 12088, 9548, 12019, 16071, 13672, 14008, 12878, 9746, 11898, 15050, 13034, 13855, 12535, 13040, 12489, 12273, 11986, 8477, 13138, 10521, 13552, 11280, 12946, 16466, 14034, 12219, 11725, 12365, 11761, 14016, 12005, 12817, 10625, 13368, 9450, 12410, 8899, 12583, 8945, 12468, 10989, 11994, 11763, 12147, 8502, 12046, 9968, 12661, 9506, 12095, 10425, 12581, 8731, 12168, 10807, 13135, 12115, 12498, 10444, 13204, 12066, 13178, 11792, 13171, 10944, 12803, 11419, 12943, 11047, 13168, 9820, 12094, 13466, 12102, 13751, 12086, 13309, 12294, 14290, 10407, 13281, 11079, 12947, 10939, 13262, 10633, 13031, 9525, 12431, 10857, 13034, 10332, 12480, 12767, 13235, 11324, 12199, 13495, 11955, 13679, 12376, 12801, 12446, 11447, 11224, 8733, 11813, 9013, 12798, 10973, 13175, 10738, 12947, 8761, 12834, 11851, 13220, 11520, 13596, 13017, 13980, 11771, 14122, 12639, 13166, 11186, 13175, 10652, 13887, 11060, 12809, 11173, 12944, 10034, 12349, 9462, 12123, 10532, 12852, 8811, 12194, 10326, 12731, 9692, 12291, 10559, 13070, 10184, 12672, 10657, 12524, 10046, 12792, 11470, 12454, 14080, 13059, 11786, 11704, 14257, 12086, 13280, 12382, 15088, 13094, 8978, 11538, 14798, 12432, 12730, 10318, 13598, 11080, 13242, 10502, 13897, 11126, 12528, 10202, 12336, 11272, 12765, 9220, 12152, 8725, 12154, 14479, 12136, 12961, 10805, 13575, 10975, 12726, 10611, 14260, 11171, 12571, 11681, 13407, 11229, 8660, 11068, 9871, 10383, 13055, 10633, 8472, 14064, 11285, 9894, 15426, 13173, 15513, 13719, 18152, 14994, 20167, 14706, 16106, 13609, 15131, 12880, 14942, 11588, 13297, 11628, 12603, 11195, 11982, 10656, 11999, 8628, 11668, 8375, 11771, 11521, 10845, 12464, 11978, 12562, 10948, 9403, 10235, 12499, 10592, 12076, 11264, 12790, 10973, 12548, 10510, 12374, 11012, 12165, 12193, 11932, 9564, 12935, 9674, 10495, 10255, 13285, 10323, 12896, 13424, 12204, 14400, 12414, 12490, 11509, 13221, 12013, 13723, 12245, 14454, 12403, 14015, 11544, 12980, 11639, 12668, 10896, 13000, 11646, 14227, 11270, 13278, 11048, 13048, 10699, 12941, 13535, 13334, 9535, 13010, 9205, 12809, 9554, 11864, 13464, 12070, 12735, 11316, 12919, 10702, 12162, 10447, 12103, 9856, 12155, 10285, 13537, 10818, 12919, 9300, 12437, 9307, 13233, 11975, 12038, 11447, 12682, 9114, 12694, 10724, 12569, 10182, 12457, 11039, 13367, 10023, 12647, 8826, 12551, 10100, 12456, 11019, 12283, 11705, 12867, 9186, 12720, 10422, 12991, 9932, 12315, 11203, 12531, 13459, 12419, 8605, 12065, 13459, 11741, 13157, 11690, 13137, 11657, 13151, 9259, 12318, 9600, 12453, 10323, 11823, 11825, 12274, 12598, 12892, 8653, 10785, 7842, 11810, 13039, 11960, 12639, 10538, 13119, 11199, 11792, 10549, 8230, 12478, 14560, 12214, 12890, 11016, 13686, 10886, 9116, 8004, 11311, 12465, 11174, 10412, 13814, 11686, 14755, 11763, 14498, 13262, 15550, 10981, 15607, 11932, 15822, 13617, 15760, 12658, 14128, 11020, 14681, 11998, 11562, 10755, 11932, 11586, 12859, 12020, 12307, 12125, 9067, 11153, 8431, 12203, 9701, 11994, 13342, 11498, 9193, 12036, 9145, 12617, 10643, 12263, 10022, 12671, 10521, 11848, 12562, 12048, 8664, 12208, 9669, 12488, 10631, 12201, 9975, 12263, 10929, 12995, 10275, 13260, 10434, 12702, 12279, 12922, 11279, 12504, 10348, 13747, 11584, 11720, 10760, 9654, 12285, 13060, 12736, 13984, 12799, 9294, 11622, 9184, 12122, 14030, 11953, 13941, 12208, 9625, 12496, 8862, 12980, 11005, 12217, 10581, 13605, 9990, 13935, 10604, 13115, 10976, 12604, 10699, 12775, 11455, 13935, 10373, 12699, 10646, 13498, 12383, 12610, 11666, 14681, 12668, 13222, 11069, 13678, 12004, 12581, 9985, 12882, 9836, 13305, 9149, 12656, 8922, 12280, 10694, 11959, 8958, 12570, 9670, 12913, 10232, 12258, 11273, 12199, 9981, 13302, 10903, 13511, 10642, 12629, 9798, 12859, 12425, 13772, 9531, 13202, 9394, 13450, 10236, 13565, 10388, 13508, 10006, 13178, 10201, 12906, 9263, 12763, 11579, 12941, 10158, 13156, 9818, 13198, 10806, 13182, 9500, 12675, 11000, 13386, 9095, 13030, 9197, 13102, 13359, 11800, 15609, 12591, 9526, 11700, 9574, 11959, 14491, 12549, 14502, 11710, 9490, 12530, 8859, 13020, 10564, 12870, 14127, 12348, 14903, 12344, 10327, 11765, 11344, 11396, 14502, 12790, 14276, 12227, 8971, 12304, 8323, 13283, 11376, 12006, 14719, 12747, 9303, 13183, 9686, 13068, 10944, 12518, 11925, 12914, 8755, 13192, 8553, 13273, 9025, 12749, 10281, 13102, 10359, 13849, 10529, 13279, 11608, 12133, 10328, 12772, 10641, 13913, 10647, 13389, 11474, 13083, 11075, 12711, 11513, 13254, 10500, 13345, 10535, 12683, 10562, 11952, 10138, 12938, 9729, 13189, 10222, 13121, 10635, 12907, 10157, 12170, 10703, 12879, 10551, 13349, 10909, 12775, 10865, 12163, 10392, 12741, 9067, 12450, 8695, 12146, 8863, 12037, 10476, 13139, 9540, 13447, 9898, 13312, 10833, 12492, 10302, 12860, 9538, 13703, 10381, 13328, 10919, 12730, 10892, 13059, 15468, 13349, 10076, 12814, 8880, 13759, 14272, 12262, 15032, 13390, 15344, 11280, 8292, 12055, 8238, 13357, 10587, 12752, 11950, 13210, 9051, 12913, 9450, 13586, 11947, 12807, 15717, 13918, 15213, 11490, 8430, 12243, 9033, 13188, 12917, 12525, 13999, 12455, 12398, 10931, 8351, 12296, 14722, 11559, 13246, 11593, 12699, 11302, 12775, 10035, 8638, 12029, 9339, 12957, 9569, 7644, 12547, 10747, 9694, 13739, 11165, 10195, 10490, 8949, 13876, 12184, 12424, 19407, 21845, 18247, 19075, 14042, 13790, 11420, 12723, 14832, 12264, 16594, 11704, 13428, 12522, 12605, 9857, 12929, 11416, 11673, 14407, 11588, 12850, 9571, 11498, 13375, 10453, 13116, 10311, 11747, 8965, 11040, 8230, 11238, 8486, 11011, 9611, 11053, 12745, 10536, 12720, 10747, 11633, 11163, 13059, 10740, 8280, 10469, 8212, 11855, 12109, 11731, 14310, 11891, 12451, 9941, 12226, 9805, 11834, 14231, 11098, 13731, 11445, 7986, 11769, 9304, 12323, 8794, 12310, 14286, 11782, 12585, 10316, 13344, 9430, 13361, 9964, 12810, 11069, 12770, 10971, 12428, 12817, 12293, 14418, 13499, 12494, 11604, 8662, 12216, 9123, 12594, 13206, 12274, 13982, 12957, 9370, 12992, 9953, 13216, 13595, 12640, 15609, 12934, 15183, 11678, 9474, 11798, 9051, 12781, 12188, 12458, 13888, 13226, 13482, 12053, 11789, 11569, 13529, 12200, 14080, 12934, 12592, 11848, 13457, 11660, 12767, 10551, 13125, 10964, 12847, 12051, 13306, 12295, 10695, 11354, 8505, 11778, 9072, 12888, 11784, 11341, 12732, 13694, 9307, 13210, 10040, 13055, 12708, 12894, 14383, 13413, 9556, 13568, 10222, 13628, 10434, 12982, 14365, 13465, 12454, 12783, 9229, 12981, 11887, 12299, 14564, 12455, 13675, 12233, 8819, 11528, 8559, 12703, 10768, 11760, 14507, 12556, 12967, 12129, 9724, 12517, 12421, 12408, 15289, 12825, 13343, 10166, 13616, 10712, 13862, 10723, 12817, 11200, 13079, 11016, 13254, 10973, 12790, 9578, 12894, 11168, 12717, 9997, 12456, 12056, 12344], 'WindowCenter': [4287.0, 4252.0, 4247.0, 4236.0, 4245.0, 4223.0, 4191.0, 4212.0, 4191.0, 4223.0, 4221.0, 4210.0, 4230.0, 4220.0, 4189.0, 4220.0, 4199.0, 4220.0, 4209.0, 4221.0, 4199.0, 4210.0, 4218.0, 4209.0, 4218.0, 4207.0, 4167.0, 4208.0, 4168.0, 4210.0, 4208.0, 4209.0, 4209.0, 4209.0, 4180.0, 4210.0, 4182.0, 4221.0, 4193.0, 4223.0, 4203.0, 4234.0, 4214.0, 4222.0, 4203.0, 4223.0, 4210.0, 4211.0, 4220.0, 4220.0, 4229.0, 4209.0, 4187.0, 4200.0, 4220.0, 4209.0, 4208.0, 4187.0, 4205.0, 4187.0, 4208.0, 4167.0, 4196.0, 4166.0, 4210.0, 4178.0, 4211.0, 4219.0, 4221.0, 4189.0, 4201.0, 4190.0, 4202.0, 4222.0, 4212.0, 4222.0, 4223.0, 4211.0, 4210.0, 4181.0, 4223.0, 4232.0, 4222.0, 4221.0, 4211.0, 4220.0, 4221.0, 4200.0, 4201.0, 4211.0, 4213.0, 4232.0, 4223.0, 4233.0, 4222.0, 4192.0, 4212.0, 4193.0, 4233.0, 4203.0, 4223.0, 4211.0, 4233.0, 4211.0, 4220.0, 4200.0, 4208.0, 4189.0, 4209.0, 4175.0, 4197.0, 4218.0, 4218.0, 4216.0, 4206.0, 4166.0, 4187.0, 4196.0, 4198.0, 4208.0, 4197.0, 4208.0, 4198.0, 4208.0, 4189.0, 4198.0, 4188.0, 4199.0, 4188.0, 4209.0, 4208.0, 4208.0, 4208.0, 4208.0, 4168.0, 4198.0, 4169.0, 4221.0, 4209.0, 4209.0, 4219.0, 4209.0, 4219.0, 4199.0, 4217.0, 4199.0, 4207.0, 4198.0, 4209.0, 4177.0, 4198.0, 4188.0, 4209.0, 4169.0, 4208.0, 4179.0, 4221.0, 4188.0, 4210.0, 4220.0, 4209.0, 4220.0, 4210.0, 4208.0, 4199.0, 4209.0, 4199.0, 4210.0, 4189.0, 4210.0, 4190.0, 4210.0, 4180.0, 4210.0, 4180.0, 4222.0, 4220.0, 4210.0, 4220.0, 4199.0, 4220.0, 4210.0, 4220.0, 4201.0, 4221.0, 4212.0, 4223.0, 4213.0, 4221.0, 4224.0, 4213.0, 4213.0, 4183.0, 4224.0, 4193.0, 4225.0, 4244.0, 4235.0, 4232.0, 4222.0, 4192.0, 4213.0, 4231.0, 4222.0, 4221.0, 4221.0, 4221.0, 4211.0, 4210.0, 4211.0, 4171.0, 4220.0, 4201.0, 4224.0, 4200.0, 4211.0, 4231.0, 4220.0, 4197.0, 4198.0, 4195.0, 4198.0, 4218.0, 4198.0, 4197.0, 4176.0, 4207.0, 4165.0, 4195.0, 4166.0, 4196.0, 4166.0, 4209.0, 4198.0, 4198.0, 4198.0, 4208.0, 4169.0, 4209.0, 4191.0, 4222.0, 4191.0, 4211.0, 4201.0, 4211.0, 4181.0, 4222.0, 4213.0, 4233.0, 4224.0, 4224.0, 4203.0, 4223.0, 4223.0, 4222.0, 4212.0, 4221.0, 4201.0, 4222.0, 4201.0, 4211.0, 4199.0, 4209.0, 4189.0, 4209.0, 4217.0, 4209.0, 4219.0, 4209.0, 4219.0, 4209.0, 4218.0, 4190.0, 4219.0, 4199.0, 4210.0, 4199.0, 4220.0, 4190.0, 4220.0, 4180.0, 4210.0, 4200.0, 4221.0, 4191.0, 4212.0, 4209.0, 4221.0, 4199.0, 4210.0, 4220.0, 4211.0, 4221.0, 4221.0, 4209.0, 4221.0, 4211.0, 4200.0, 4182.0, 4211.0, 4193.0, 4224.0, 4201.0, 4221.0, 4201.0, 4221.0, 4182.0, 4222.0, 4213.0, 4223.0, 4213.0, 4222.0, 4223.0, 4232.0, 4211.0, 4221.0, 4211.0, 4211.0, 4199.0, 4209.0, 4188.0, 4208.0, 4188.0, 4207.0, 4199.0, 4210.0, 4179.0, 4209.0, 4177.0, 4197.0, 4187.0, 4208.0, 4168.0, 4208.0, 4190.0, 4209.0, 4191.0, 4211.0, 4190.0, 4221.0, 4189.0, 4210.0, 4201.0, 4210.0, 4189.0, 4222.0, 4200.0, 4210.0, 4221.0, 4221.0, 4199.0, 4210.0, 4219.0, 4210.0, 4221.0, 4209.0, 4220.0, 4209.0, 4168.0, 4200.0, 4219.0, 4210.0, 4210.0, 4178.0, 4208.0, 4188.0, 4207.0, 4189.0, 4219.0, 4200.0, 4210.0, 4191.0, 4210.0, 4188.0, 4209.0, 4178.0, 4208.0, 4168.0, 4210.0, 4219.0, 4199.0, 4208.0, 4188.0, 4219.0, 4187.0, 4209.0, 4190.0, 4231.0, 4213.0, 4223.0, 4225.0, 4233.0, 4226.0, 4184.0, 4213.0, 4203.0, 4218.0, 4250.0, 4230.0, 4187.0, 4248.0, 4229.0, 4219.0, 4271.0, 4253.0, 4262.0, 4250.0, 4257.0, 4235.0, 4255.0, 4222.0, 4220.0, 4208.0, 4207.0, 4196.0, 4215.0, 4185.0, 4193.0, 4183.0, 4183.0, 4172.0, 4182.0, 4162.0, 4182.0, 4153.0, 4184.0, 4154.0, 4195.0, 4195.0, 4187.0, 4197.0, 4199.0, 4208.0, 4198.0, 4178.0, 4190.0, 4210.0, 4201.0, 4211.0, 4200.0, 4211.0, 4201.0, 4210.0, 4200.0, 4211.0, 4201.0, 4211.0, 4209.0, 4210.0, 4190.0, 4223.0, 4193.0, 4214.0, 4216.0, 4236.0, 4204.0, 4225.0, 4222.0, 4213.0, 4233.0, 4224.0, 4223.0, 4214.0, 4234.0, 4224.0, 4236.0, 4224.0, 4234.0, 4224.0, 4221.0, 4213.0, 4222.0, 4213.0, 4222.0, 4202.0, 4220.0, 4211.0, 4221.0, 4211.0, 4221.0, 4212.0, 4222.0, 4200.0, 4211.0, 4209.0, 4219.0, 4178.0, 4209.0, 4180.0, 4221.0, 4179.0, 4210.0, 4219.0, 4211.0, 4209.0, 4201.0, 4221.0, 4203.0, 4222.0, 4202.0, 4222.0, 4192.0, 4212.0, 4202.0, 4222.0, 4201.0, 4221.0, 4191.0, 4211.0, 4181.0, 4222.0, 4210.0, 4210.0, 4210.0, 4220.0, 4182.0, 4223.0, 4214.0, 4223.0, 4203.0, 4222.0, 4200.0, 4233.0, 4191.0, 4221.0, 4181.0, 4221.0, 4202.0, 4222.0, 4212.0, 4223.0, 4212.0, 4221.0, 4181.0, 4221.0, 4202.0, 4222.0, 4191.0, 4212.0, 4200.0, 4211.0, 4219.0, 4209.0, 4168.0, 4210.0, 4219.0, 4198.0, 4209.0, 4210.0, 4209.0, 4198.0, 4220.0, 4167.0, 4208.0, 4179.0, 4210.0, 4188.0, 4210.0, 4210.0, 4210.0, 4209.0, 4210.0, 4169.0, 4200.0, 4170.0, 4212.0, 4220.0, 4211.0, 4211.0, 4189.0, 4209.0, 4201.0, 4211.0, 4202.0, 4183.0, 4236.0, 4245.0, 4225.0, 4223.0, 4202.0, 4233.0, 4215.0, 4192.0, 4183.0, 4224.0, 4235.0, 4227.0, 4228.0, 4248.0, 4238.0, 4248.0, 4226.0, 4245.0, 4224.0, 4244.0, 4202.0, 4242.0, 4212.0, 4232.0, 4221.0, 4220.0, 4197.0, 4206.0, 4174.0, 4206.0, 4185.0, 4185.0, 4186.0, 4195.0, 4186.0, 4195.0, 4196.0, 4195.0, 4196.0, 4164.0, 4186.0, 4157.0, 4198.0, 4177.0, 4198.0, 4208.0, 4198.0, 4178.0, 4208.0, 4180.0, 4210.0, 4202.0, 4211.0, 4190.0, 4211.0, 4201.0, 4210.0, 4209.0, 4209.0, 4170.0, 4211.0, 4192.0, 4222.0, 4203.0, 4212.0, 4203.0, 4212.0, 4202.0, 4221.0, 4203.0, 4222.0, 4203.0, 4222.0, 4223.0, 4223.0, 4201.0, 4211.0, 4190.0, 4221.0, 4211.0, 4211.0, 4202.0, 4191.0, 4223.0, 4222.0, 4222.0, 4231.0, 4222.0, 4180.0, 4211.0, 4181.0, 4212.0, 4232.0, 4212.0, 4221.0, 4210.0, 4190.0, 4220.0, 4182.0, 4222.0, 4213.0, 4223.0, 4203.0, 4232.0, 4191.0, 4231.0, 4201.0, 4220.0, 4202.0, 4221.0, 4201.0, 4221.0, 4210.0, 4231.0, 4190.0, 4221.0, 4201.0, 4221.0, 4223.0, 4211.0, 4201.0, 4231.0, 4211.0, 4219.0, 4200.0, 4219.0, 4210.0, 4209.0, 4177.0, 4207.0, 4176.0, 4206.0, 4167.0, 4207.0, 4168.0, 4208.0, 4186.0, 4209.0, 4179.0, 4220.0, 4191.0, 4222.0, 4203.0, 4223.0, 4214.0, 4223.0, 4192.0, 4222.0, 4202.0, 4232.0, 4203.0, 4212.0, 4192.0, 4212.0, 4209.0, 4220.0, 4178.0, 4209.0, 4179.0, 4219.0, 4202.0, 4221.0, 4190.0, 4232.0, 4191.0, 4219.0, 4201.0, 4221.0, 4180.0, 4222.0, 4210.0, 4221.0, 4190.0, 4220.0, 4191.0, 4220.0, 4202.0, 4222.0, 4191.0, 4221.0, 4200.0, 4221.0, 4179.0, 4221.0, 4180.0, 4222.0, 4221.0, 4199.0, 4229.0, 4209.0, 4177.0, 4209.0, 4178.0, 4211.0, 4231.0, 4209.0, 4229.0, 4209.0, 4179.0, 4209.0, 4179.0, 4220.0, 4200.0, 4221.0, 4219.0, 4209.0, 4228.0, 4208.0, 4186.0, 4198.0, 4197.0, 4199.0, 4230.0, 4209.0, 4217.0, 4209.0, 4168.0, 4209.0, 4169.0, 4221.0, 4211.0, 4209.0, 4218.0, 4210.0, 4179.0, 4219.0, 4180.0, 4221.0, 4202.0, 4210.0, 4209.0, 4210.0, 4168.0, 4219.0, 4169.0, 4220.0, 4181.0, 4220.0, 4190.0, 4221.0, 4201.0, 4231.0, 4202.0, 4222.0, 4213.0, 4211.0, 4191.0, 4221.0, 4201.0, 4221.0, 4202.0, 4220.0, 4213.0, 4223.0, 4201.0, 4210.0, 4200.0, 4208.0, 4189.0, 4219.0, 4189.0, 4209.0, 4200.0, 4199.0, 4188.0, 4209.0, 4178.0, 4219.0, 4188.0, 4220.0, 4201.0, 4221.0, 4190.0, 4209.0, 4200.0, 4210.0, 4201.0, 4220.0, 4201.0, 4220.0, 4212.0, 4211.0, 4189.0, 4210.0, 4178.0, 4209.0, 4168.0, 4210.0, 4181.0, 4210.0, 4199.0, 4230.0, 4192.0, 4231.0, 4204.0, 4234.0, 4215.0, 4222.0, 4203.0, 4223.0, 4192.0, 4232.0, 4203.0, 4222.0, 4202.0, 4221.0, 4203.0, 4222.0, 4231.0, 4208.0, 4178.0, 4208.0, 4182.0, 4234.0, 4229.0, 4224.0, 4244.0, 4233.0, 4242.0, 4199.0, 4167.0, 4208.0, 4170.0, 4221.0, 4202.0, 4222.0, 4211.0, 4220.0, 4180.0, 4220.0, 4190.0, 4221.0, 4210.0, 4221.0, 4230.0, 4219.0, 4228.0, 4197.0, 4158.0, 4209.0, 4168.0, 4219.0, 4220.0, 4210.0, 4219.0, 4209.0, 4207.0, 4188.0, 4168.0, 4212.0, 4231.0, 4200.0, 4220.0, 4199.0, 4208.0, 4199.0, 4219.0, 4202.0, 4183.0, 4235.0, 4206.0, 4235.0, 4203.0, 4174.0, 4234.0, 4226.0, 4217.0, 4260.0, 4227.0, 4216.0, 4217.0, 4197.0, 4236.0, 4223.0, 4225.0, 4297.0, 4283.0, 4257.0, 4245.0, 4220.0, 4208.0, 4185.0, 4194.0, 4204.0, 4183.0, 4212.0, 4171.0, 4180.0, 4180.0, 4170.0, 4148.0, 4168.0, 4156.0, 4156.0, 4176.0, 4155.0, 4154.0, 4122.0, 4142.0, 4162.0, 4143.0, 4164.0, 4145.0, 4166.0, 4135.0, 4156.0, 4139.0, 4169.0, 4151.0, 4173.0, 4161.0, 4183.0, 4194.0, 4175.0, 4194.0, 4185.0, 4185.0, 4185.0, 4195.0, 4188.0, 4169.0, 4200.0, 4183.0, 4213.0, 4211.0, 4210.0, 4220.0, 4200.0, 4209.0, 4179.0, 4210.0, 4179.0, 4210.0, 4232.0, 4212.0, 4232.0, 4211.0, 4172.0, 4224.0, 4206.0, 4237.0, 4184.0, 4226.0, 4234.0, 4214.0, 4223.0, 4203.0, 4223.0, 4193.0, 4221.0, 4205.0, 4235.0, 4215.0, 4226.0, 4203.0, 4224.0, 4224.0, 4225.0, 4233.0, 4237.0, 4224.0, 4214.0, 4183.0, 4224.0, 4194.0, 4226.0, 4234.0, 4226.0, 4236.0, 4224.0, 4194.0, 4234.0, 4192.0, 4226.0, 4223.0, 4224.0, 4246.0, 4223.0, 4232.0, 4212.0, 4191.0, 4212.0, 4183.0, 4224.0, 4223.0, 4225.0, 4234.0, 4224.0, 4223.0, 4223.0, 4212.0, 4214.0, 4223.0, 4213.0, 4233.0, 4223.0, 4212.0, 4212.0, 4222.0, 4213.0, 4222.0, 4203.0, 4223.0, 4203.0, 4222.0, 4224.0, 4223.0, 4214.0, 4202.0, 4214.0, 4196.0, 4227.0, 4194.0, 4225.0, 4225.0, 4214.0, 4224.0, 4235.0, 4181.0, 4223.0, 4193.0, 4224.0, 4212.0, 4211.0, 4232.0, 4222.0, 4181.0, 4221.0, 4191.0, 4223.0, 4190.0, 4211.0, 4220.0, 4210.0, 4210.0, 4209.0, 4179.0, 4210.0, 4199.0, 4199.0, 4220.0, 4199.0, 4219.0, 4200.0, 4168.0, 4201.0, 4171.0, 4223.0, 4202.0, 4212.0, 4221.0, 4212.0, 4211.0, 4201.0, 4181.0, 4212.0, 4209.0, 4211.0, 4219.0, 4209.0, 4209.0, 4178.0, 4208.0, 4178.0, 4207.0, 4189.0, 4208.0, 4200.0, 4210.0, 4190.0, 4210.0, 4190.0, 4212.0, 4180.0, 4211.0, 4203.0, 4212.0, 4181.0, 4212.0, 4199.0, 4200.0], 'WindowWidth': [9469.0, 9411.0, 9397.0, 9376.0, 9388.0, 9351.0, 9307.0, 9336.0, 9307.0, 9353.0, 9347.0, 9330.0, 9357.0, 9343.0, 9299.0, 9342.0, 9316.0, 9344.0, 9329.0, 9348.0, 9312.0, 9329.0, 9337.0, 9324.0, 9335.0, 9320.0, 9268.0, 9323.0, 9270.0, 9328.0, 9324.0, 9328.0, 9327.0, 9327.0, 9291.0, 9331.0, 9295.0, 9347.0, 9312.0, 9353.0, 9325.0, 9370.0, 9341.0, 9351.0, 9324.0, 9354.0, 9329.0, 9331.0, 9347.0, 9344.0, 9354.0, 9324.0, 9293.0, 9314.0, 9343.0, 9325.0, 9324.0, 9293.0, 9318.0, 9292.0, 9321.0, 9267.0, 9306.0, 9266.0, 9328.0, 9285.0, 9331.0, 9341.0, 9345.0, 9299.0, 9317.0, 9301.0, 9321.0, 9350.0, 9336.0, 9349.0, 9351.0, 9331.0, 9330.0, 9293.0, 9353.0, 9365.0, 9348.0, 9348.0, 9331.0, 9344.0, 9344.0, 9316.0, 9320.0, 9332.0, 9338.0, 9365.0, 9351.0, 9364.0, 9347.0, 9308.0, 9336.0, 9311.0, 9368.0, 9323.0, 9354.0, 9332.0, 9366.0, 9330.0, 9343.0, 9315.0, 9325.0, 9298.0, 9328.0, 9274.0, 9305.0, 9339.0, 9335.0, 9332.0, 9316.0, 9262.0, 9293.0, 9304.0, 9308.0, 9325.0, 9307.0, 9323.0, 9310.0, 9321.0, 9298.0, 9309.0, 9297.0, 9312.0, 9294.0, 9326.0, 9323.0, 9323.0, 9321.0, 9321.0, 9270.0, 9311.0, 9272.0, 9347.0, 9327.0, 9325.0, 9341.0, 9326.0, 9339.0, 9311.0, 9335.0, 9313.0, 9323.0, 9309.0, 9325.0, 9278.0, 9308.0, 9296.0, 9325.0, 9273.0, 9325.0, 9288.0, 9347.0, 9296.0, 9329.0, 9345.0, 9327.0, 9342.0, 9328.0, 9324.0, 9314.0, 9326.0, 9314.0, 9329.0, 9298.0, 9328.0, 9301.0, 9329.0, 9288.0, 9330.0, 9289.0, 9348.0, 9343.0, 9330.0, 9344.0, 9313.0, 9341.0, 9329.0, 9343.0, 9320.0, 9347.0, 9337.0, 9353.0, 9341.0, 9348.0, 9355.0, 9337.0, 9338.0, 9301.0, 9357.0, 9313.0, 9359.0, 9385.0, 9372.0, 9362.0, 9349.0, 9308.0, 9339.0, 9363.0, 9348.0, 9348.0, 9345.0, 9345.0, 9332.0, 9330.0, 9332.0, 9279.0, 9345.0, 9319.0, 9357.0, 9317.0, 9331.0, 9361.0, 9341.0, 9305.0, 9308.0, 9302.0, 9308.0, 9338.0, 9309.0, 9308.0, 9274.0, 9319.0, 9258.0, 9299.0, 9261.0, 9304.0, 9263.0, 9328.0, 9309.0, 9308.0, 9309.0, 9323.0, 9272.0, 9326.0, 9305.0, 9348.0, 9306.0, 9331.0, 9317.0, 9332.0, 9294.0, 9350.0, 9339.0, 9367.0, 9355.0, 9355.0, 9323.0, 9353.0, 9350.0, 9348.0, 9335.0, 9345.0, 9318.0, 9348.0, 9316.0, 9332.0, 9312.0, 9326.0, 9298.0, 9326.0, 9333.0, 9325.0, 9342.0, 9325.0, 9340.0, 9326.0, 9337.0, 9301.0, 9339.0, 9312.0, 9331.0, 9314.0, 9342.0, 9300.0, 9340.0, 9288.0, 9328.0, 9316.0, 9346.0, 9305.0, 9334.0, 9326.0, 9343.0, 9312.0, 9329.0, 9341.0, 9330.0, 9348.0, 9345.0, 9329.0, 9346.0, 9330.0, 9316.0, 9294.0, 9334.0, 9312.0, 9357.0, 9319.0, 9348.0, 9317.0, 9343.0, 9293.0, 9348.0, 9337.0, 9353.0, 9339.0, 9352.0, 9351.0, 9361.0, 9332.0, 9346.0, 9331.0, 9333.0, 9313.0, 9327.0, 9294.0, 9324.0, 9293.0, 9319.0, 9312.0, 9329.0, 9284.0, 9324.0, 9279.0, 9305.0, 9291.0, 9321.0, 9267.0, 9324.0, 9301.0, 9328.0, 9304.0, 9333.0, 9300.0, 9344.0, 9299.0, 9328.0, 9317.0, 9329.0, 9300.0, 9350.0, 9316.0, 9328.0, 9345.0, 9343.0, 9311.0, 9328.0, 9340.0, 9329.0, 9346.0, 9326.0, 9344.0, 9324.0, 9268.0, 9314.0, 9339.0, 9328.0, 9330.0, 9280.0, 9323.0, 9295.0, 9319.0, 9299.0, 9339.0, 9314.0, 9330.0, 9304.0, 9328.0, 9293.0, 9323.0, 9280.0, 9322.0, 9268.0, 9328.0, 9340.0, 9311.0, 9324.0, 9296.0, 9340.0, 9293.0, 9324.0, 9303.0, 9361.0, 9337.0, 9354.0, 9357.0, 9367.0, 9363.0, 9300.0, 9336.0, 9324.0, 9354.0, 9403.0, 9372.0, 9310.0, 9395.0, 9371.0, 9359.0, 9435.0, 9410.0, 9424.0, 9404.0, 9412.0, 9373.0, 9408.0, 9348.0, 9346.0, 9320.0, 9321.0, 9302.0, 9326.0, 9286.0, 9295.0, 9279.0, 9279.0, 9259.0, 9274.0, 9246.0, 9275.0, 9237.0, 9281.0, 9244.0, 9300.0, 9298.0, 9292.0, 9306.0, 9310.0, 9320.0, 9308.0, 9283.0, 9301.0, 9329.0, 9318.0, 9332.0, 9315.0, 9331.0, 9317.0, 9329.0, 9316.0, 9333.0, 9316.0, 9331.0, 9326.0, 9328.0, 9302.0, 9350.0, 9312.0, 9341.0, 9349.0, 9376.0, 9326.0, 9357.0, 9348.0, 9337.0, 9365.0, 9353.0, 9350.0, 9342.0, 9366.0, 9356.0, 9376.0, 9355.0, 9369.0, 9352.0, 9348.0, 9338.0, 9349.0, 9336.0, 9350.0, 9321.0, 9344.0, 9331.0, 9347.0, 9331.0, 9346.0, 9334.0, 9350.0, 9313.0, 9332.0, 9323.0, 9339.0, 9282.0, 9325.0, 9289.0, 9347.0, 9285.0, 9328.0, 9342.0, 9330.0, 9327.0, 9318.0, 9345.0, 9324.0, 9348.0, 9321.0, 9348.0, 9307.0, 9335.0, 9320.0, 9348.0, 9317.0, 9344.0, 9306.0, 9331.0, 9291.0, 9348.0, 9328.0, 9328.0, 9328.0, 9343.0, 9295.0, 9352.0, 9340.0, 9352.0, 9324.0, 9351.0, 9315.0, 9364.0, 9303.0, 9343.0, 9292.0, 9344.0, 9321.0, 9350.0, 9335.0, 9350.0, 9333.0, 9344.0, 9290.0, 9343.0, 9320.0, 9347.0, 9303.0, 9334.0, 9313.0, 9330.0, 9340.0, 9324.0, 9269.0, 9329.0, 9336.0, 9309.0, 9327.0, 9326.0, 9325.0, 9308.0, 9341.0, 9266.0, 9321.0, 9286.0, 9329.0, 9296.0, 9329.0, 9331.0, 9327.0, 9327.0, 9328.0, 9272.0, 9315.0, 9275.0, 9335.0, 9345.0, 9332.0, 9332.0, 9299.0, 9327.0, 9318.0, 9332.0, 9322.0, 9298.0, 9373.0, 9387.0, 9357.0, 9354.0, 9319.0, 9365.0, 9344.0, 9309.0, 9300.0, 9357.0, 9375.0, 9367.0, 9370.0, 9398.0, 9379.0, 9397.0, 9360.0, 9386.0, 9354.0, 9383.0, 9322.0, 9378.0, 9334.0, 9363.0, 9344.0, 9344.0, 9303.0, 9317.0, 9270.0, 9316.0, 9286.0, 9286.0, 9286.0, 9299.0, 9286.0, 9300.0, 9301.0, 9300.0, 9302.0, 9257.0, 9288.0, 9253.0, 9308.0, 9277.0, 9308.0, 9320.0, 9308.0, 9280.0, 9322.0, 9287.0, 9329.0, 9320.0, 9331.0, 9302.0, 9331.0, 9315.0, 9326.0, 9324.0, 9325.0, 9274.0, 9330.0, 9308.0, 9348.0, 9324.0, 9337.0, 9324.0, 9336.0, 9320.0, 9347.0, 9322.0, 9350.0, 9326.0, 9350.0, 9352.0, 9351.0, 9319.0, 9332.0, 9302.0, 9345.0, 9332.0, 9333.0, 9321.0, 9306.0, 9350.0, 9351.0, 9347.0, 9360.0, 9348.0, 9289.0, 9331.0, 9291.0, 9333.0, 9360.0, 9333.0, 9344.0, 9330.0, 9301.0, 9343.0, 9293.0, 9347.0, 9339.0, 9353.0, 9324.0, 9363.0, 9305.0, 9357.0, 9318.0, 9343.0, 9321.0, 9347.0, 9318.0, 9344.0, 9330.0, 9358.0, 9303.0, 9344.0, 9319.0, 9348.0, 9349.0, 9333.0, 9317.0, 9358.0, 9331.0, 9339.0, 9314.0, 9341.0, 9328.0, 9327.0, 9280.0, 9321.0, 9276.0, 9317.0, 9265.0, 9319.0, 9270.0, 9323.0, 9291.0, 9325.0, 9286.0, 9343.0, 9307.0, 9351.0, 9325.0, 9353.0, 9342.0, 9351.0, 9308.0, 9350.0, 9323.0, 9363.0, 9324.0, 9336.0, 9310.0, 9335.0, 9325.0, 9343.0, 9283.0, 9324.0, 9286.0, 9340.0, 9322.0, 9347.0, 9303.0, 9362.0, 9304.0, 9342.0, 9320.0, 9345.0, 9290.0, 9348.0, 9329.0, 9345.0, 9301.0, 9342.0, 9305.0, 9343.0, 9321.0, 9348.0, 9306.0, 9346.0, 9316.0, 9346.0, 9286.0, 9344.0, 9289.0, 9349.0, 9344.0, 9312.0, 9353.0, 9325.0, 9280.0, 9324.0, 9282.0, 9330.0, 9358.0, 9325.0, 9352.0, 9325.0, 9284.0, 9325.0, 9287.0, 9344.0, 9316.0, 9347.0, 9340.0, 9325.0, 9349.0, 9321.0, 9289.0, 9307.0, 9304.0, 9312.0, 9355.0, 9325.0, 9334.0, 9324.0, 9270.0, 9325.0, 9274.0, 9346.0, 9331.0, 9327.0, 9336.0, 9329.0, 9284.0, 9340.0, 9288.0, 9346.0, 9322.0, 9329.0, 9325.0, 9328.0, 9270.0, 9338.0, 9271.0, 9342.0, 9294.0, 9343.0, 9300.0, 9344.0, 9319.0, 9361.0, 9323.0, 9351.0, 9339.0, 9334.0, 9304.0, 9344.0, 9318.0, 9345.0, 9320.0, 9344.0, 9336.0, 9354.0, 9318.0, 9327.0, 9314.0, 9324.0, 9299.0, 9338.0, 9299.0, 9327.0, 9316.0, 9315.0, 9296.0, 9324.0, 9283.0, 9338.0, 9298.0, 9342.0, 9318.0, 9346.0, 9303.0, 9327.0, 9315.0, 9329.0, 9318.0, 9345.0, 9319.0, 9343.0, 9336.0, 9333.0, 9298.0, 9329.0, 9283.0, 9327.0, 9271.0, 9330.0, 9292.0, 9329.0, 9314.0, 9359.0, 9309.0, 9362.0, 9330.0, 9369.0, 9344.0, 9353.0, 9324.0, 9352.0, 9308.0, 9363.0, 9324.0, 9349.0, 9323.0, 9349.0, 9324.0, 9348.0, 9358.0, 9323.0, 9281.0, 9323.0, 9296.0, 9370.0, 9354.0, 9358.0, 9387.0, 9365.0, 9377.0, 9315.0, 9268.0, 9324.0, 9275.0, 9347.0, 9323.0, 9349.0, 9332.0, 9344.0, 9290.0, 9344.0, 9303.0, 9347.0, 9328.0, 9345.0, 9360.0, 9340.0, 9348.0, 9305.0, 9256.0, 9325.0, 9268.0, 9339.0, 9345.0, 9328.0, 9341.0, 9327.0, 9320.0, 9296.0, 9270.0, 9334.0, 9360.0, 9316.0, 9342.0, 9312.0, 9321.0, 9313.0, 9340.0, 9323.0, 9299.0, 9373.0, 9336.0, 9372.0, 9325.0, 9292.0, 9373.0, 9368.0, 9355.0, 9417.0, 9368.0, 9349.0, 9350.0, 9322.0, 9373.0, 9351.0, 9357.0, 9493.0, 9473.0, 9415.0, 9399.0, 9345.0, 9324.0, 9286.0, 9298.0, 9309.0, 9278.0, 9319.0, 9259.0, 9273.0, 9269.0, 9256.0, 9222.0, 9251.0, 9228.0, 9229.0, 9259.0, 9225.0, 9224.0, 9175.0, 9205.0, 9228.0, 9206.0, 9236.0, 9212.0, 9242.0, 9201.0, 9229.0, 9213.0, 9253.0, 9234.0, 9266.0, 9246.0, 9278.0, 9292.0, 9271.0, 9297.0, 9286.0, 9285.0, 9284.0, 9299.0, 9295.0, 9270.0, 9315.0, 9299.0, 9339.0, 9330.0, 9328.0, 9342.0, 9313.0, 9324.0, 9284.0, 9328.0, 9283.0, 9327.0, 9359.0, 9334.0, 9358.0, 9331.0, 9283.0, 9353.0, 9335.0, 9377.0, 9301.0, 9357.0, 9369.0, 9337.0, 9351.0, 9324.0, 9351.0, 9310.0, 9345.0, 9330.0, 9370.0, 9343.0, 9360.0, 9323.0, 9353.0, 9353.0, 9355.0, 9365.0, 9376.0, 9352.0, 9341.0, 9299.0, 9353.0, 9313.0, 9362.0, 9369.0, 9360.0, 9373.0, 9354.0, 9315.0, 9369.0, 9310.0, 9361.0, 9350.0, 9352.0, 9389.0, 9350.0, 9362.0, 9333.0, 9302.0, 9333.0, 9298.0, 9355.0, 9348.0, 9357.0, 9368.0, 9353.0, 9351.0, 9351.0, 9334.0, 9339.0, 9351.0, 9336.0, 9365.0, 9348.0, 9336.0, 9334.0, 9348.0, 9335.0, 9347.0, 9324.0, 9350.0, 9323.0, 9349.0, 9353.0, 9351.0, 9341.0, 9321.0, 9339.0, 9321.0, 9364.0, 9315.0, 9356.0, 9357.0, 9340.0, 9354.0, 9369.0, 9292.0, 9352.0, 9310.0, 9353.0, 9332.0, 9332.0, 9360.0, 9346.0, 9290.0, 9344.0, 9303.0, 9351.0, 9301.0, 9331.0, 9341.0, 9327.0, 9323.0, 9324.0, 9284.0, 9327.0, 9309.0, 9311.0, 9341.0, 9309.0, 9338.0, 9313.0, 9269.0, 9317.0, 9278.0, 9348.0, 9319.0, 9332.0, 9344.0, 9331.0, 9329.0, 9314.0, 9288.0, 9333.0, 9324.0, 9327.0, 9341.0, 9322.0, 9322.0, 9279.0, 9321.0, 9278.0, 9317.0, 9297.0, 9320.0, 9313.0, 9326.0, 9299.0, 9328.0, 9298.0, 9333.0, 9286.0, 9330.0, 9321.0, 9334.0, 9289.0, 9333.0, 9308.0, 9310.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.0012634575389948008</td></tr>
<tr><td colspan=3>aqi</td><td>0.026007809878682838</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.762752705021654</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.225326501084129</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038181258109284</td></tr>
<tr><td colspan=3>efc</td><td>0.4891</td></tr>
<tr><td colspan=3>fber</td><td>4845.0571</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08883015526032624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.592720970537262</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.496430640046884</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3922232156922267</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.747339116316513</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.349729588131912</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132186</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014464552514255047</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025229161605238914</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9088100416170826</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.43</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0407</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.9982</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297880.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>899.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.0671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6565</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.5045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3383.4333</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.0598</td></tr>
<tr><td colspan=3>tsnr</td><td>37.21801590488758</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>