<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-02/func/sub-0029_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>8fd7c630daaacfd3d622c423a8d1de16</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>12:05:37.260000</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_VE11C_LATEST_20160120</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.999199, -0.0339544, -0.0211742, 0.0357659, 0.995113, 0.0920324]</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.122134</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7795, -7204, 570, -35, -220, -27, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1d11cf49-f413-47ce-9dbf-dba4f6b6df30||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807780265808105, 0.09595724940299988, -0.04845375195145607, 112.40705871582031], [0.09109728038311005, 2.669816732406616, 0.250333309173584, -93.83434295654297], [-0.05680886283516884, -0.24691632390022278, 2.6879332065582275, -24.729276657104492], [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': ['120537.260000', '120537.720000', '120538.180000', '120538.640000', '120539.100000', '120539.560000', '120540.020000', '120540.480000', '120540.940000', '120541.400000', '120541.860000', '120542.320000', '120542.780000', '120543.240000', '120543.700000', '120544.160000', '120544.620000', '120545.080000', '120545.540000', '120546.000000', '120546.460000', '120546.920000', '120547.380000', '120547.840000', '120548.300000', '120548.760000', '120549.220000', '120549.680000', '120550.140000', '120550.600000', '120551.060000', '120551.520000', '120551.980000', '120552.440000', '120552.900000', '120553.360000', '120553.820000', '120554.280000', '120554.740000', '120555.200000', '120555.660000', '120556.120000', '120556.580000', '120557.040000', '120557.500000', '120557.960000', '120558.420000', '120558.880000', '120559.340000', '120559.800000', '120600.260000', '120600.720000', '120601.180000', '120601.640000', '120602.100000', '120602.560000', '120603.020000', '120603.480000', '120603.940000', '120604.400000', '120604.860000', '120605.320000', '120605.780000', '120606.240000', '120606.700000', '120607.160000', '120607.620000', '120608.080000', '120608.540000', '120609.000000', '120609.460000', '120609.920000', '120610.380000', '120610.840000', '120611.300000', '120611.760000', '120612.220000', '120612.680000', '120613.140000', '120613.600000', '120614.060000', '120614.520000', '120614.980000', '120615.440000', '120615.900000', '120616.360000', '120616.820000', '120617.280000', '120617.740000', '120618.200000', '120618.660000', '120619.120000', '120619.580000', '120620.040000', '120620.500000', '120620.960000', '120621.420000', '120621.880000', '120622.340000', '120622.800000', '120623.260000', '120623.720000', '120624.180000', '120624.640000', '120625.100000', '120625.560000', '120626.020000', '120626.480000', '120626.940000', '120627.400000', '120627.860000', '120628.320000', '120628.780000', '120629.240000', '120629.700000', '120630.160000', '120630.620000', '120631.080000', '120631.540000', '120632.000000', '120632.460000', '120632.920000', '120633.380000', '120633.840000', '120634.300000', '120634.760000', '120635.220000', '120635.680000', '120636.140000', '120636.600000', '120637.060000', '120637.520000', '120637.980000', '120638.440000', '120638.900000', '120639.360000', '120639.820000', '120640.280000', '120640.740000', '120641.200000', '120641.660000', '120642.120000', '120642.580000', '120643.040000', '120643.500000', '120643.960000', '120644.420000', '120644.880000', '120645.340000', '120645.800000', '120646.260000', '120646.720000', '120647.180000', '120647.640000', '120648.100000', '120648.560000', '120649.020000', '120649.480000', '120649.940000', '120650.400000', '120650.860000', '120651.320000', '120651.780000', '120652.240000', '120652.700000', '120653.160000', '120653.620000', '120654.080000', '120654.540000', '120655.000000', '120655.460000', '120655.920000', '120656.380000', '120656.840000', '120657.300000', '120657.760000', '120658.220000', '120658.680000', '120659.140000', '120659.600000', '120700.060000', '120700.520000', '120700.980000', '120701.440000', '120701.900000', '120702.360000', '120702.820000', '120703.280000', '120703.740000', '120704.200000', '120704.660000', '120705.120000', '120705.580000', '120706.040000', '120706.500000', '120706.960000', '120707.420000', '120707.880000', '120708.340000', '120708.800000', '120709.260000', '120709.720000', '120710.180000', '120710.640000', '120711.100000', '120711.560000', '120712.020000', '120712.480000', '120712.940000', '120713.400000', '120713.860000', '120714.320000', '120714.780000', '120715.240000', '120715.700000', '120716.160000', '120716.620000', '120717.080000', '120717.540000', '120718.000000', '120718.460000', '120718.920000', '120719.380000', '120719.840000', '120720.300000', '120720.760000', '120721.220000', '120721.680000', '120722.140000', '120722.600000', '120723.060000', '120723.520000', '120723.980000', '120724.440000', '120724.900000', '120725.360000', '120725.820000', '120726.280000', '120726.740000', '120727.200000', '120727.660000', '120728.120000', '120728.580000', '120729.040000', '120729.500000', '120729.960000', '120730.420000', '120730.880000', '120731.340000', '120731.800000', '120732.260000', '120732.720000', '120733.180000', '120733.640000', '120734.100000', '120734.560000', '120735.020000', '120735.480000', '120735.940000', '120736.400000', '120736.860000', '120737.320000', '120737.780000', '120738.240000', '120738.700000', '120739.160000', '120739.620000', '120740.080000', '120740.540000', '120741.000000', '120741.460000', '120741.920000', '120742.380000', '120742.840000', '120743.300000', '120743.760000', '120744.220000', '120744.680000', '120745.140000', '120745.600000', '120746.060000', '120746.520000', '120746.980000', '120747.440000', '120747.900000', '120748.360000', '120748.820000', '120749.280000', '120749.740000', '120750.200000', '120750.660000', '120751.120000', '120751.580000', '120752.040000', '120752.500000', '120752.960000', '120753.420000', '120753.880000', '120754.340000', '120754.800000', '120755.260000', '120755.720000', '120756.180000', '120756.640000', '120757.100000', '120757.560000', '120758.020000', '120758.480000', '120758.940000', '120759.400000', '120759.860000', '120800.320000', '120800.780000', '120801.240000', '120801.700000', '120802.160000', '120802.620000', '120803.080000', '120803.540000', '120804.000000', '120804.460000', '120804.920000', '120805.380000', '120805.840000', '120806.300000', '120806.760000', '120807.220000', '120807.680000', '120808.140000', '120808.600000', '120809.060000', '120809.520000', '120809.980000', '120810.440000', '120810.900000', '120811.360000', '120811.820000', '120812.280000', '120812.740000', '120813.200000', '120813.660000', '120814.120000', '120814.580000', '120815.040000', '120815.500000', '120815.960000', '120816.420000', '120816.880000', '120817.340000', '120817.800000', '120818.260000', '120818.720000', '120819.180000', '120819.640000', '120820.100000', '120820.560000', '120821.020000', '120821.480000', '120821.940000', '120822.400000', '120822.860000', '120823.320000', '120823.780000', '120824.240000', '120824.700000', '120825.160000', '120825.620000', '120826.080000', '120826.540000', '120827.000000', '120827.460000', '120827.920000', '120828.380000', '120828.840000', '120829.300000', '120829.760000', '120830.220000', '120830.680000', '120831.140000', '120831.600000', '120832.060000', '120832.520000', '120832.980000', '120833.440000', '120833.900000', '120834.360000', '120834.820000', '120835.280000', '120835.740000', '120836.200000', '120836.660000', '120837.120000', '120837.580000', '120838.040000', '120838.500000', '120838.960000', '120839.420000', '120839.880000', '120840.340000', '120840.800000', '120841.260000', '120841.720000', '120842.180000', '120842.640000', '120843.100000', '120843.560000', '120844.020000', '120844.480000', '120844.940000', '120845.400000', '120845.860000', '120846.320000', '120846.780000', '120847.240000', '120847.700000', '120848.160000', '120848.620000', '120849.080000', '120849.540000', '120850.000000', '120850.460000', '120850.920000', '120851.380000', '120851.840000', '120852.300000', '120852.760000', '120853.220000', '120853.680000', '120854.140000', '120854.600000', '120855.060000', '120855.520000', '120855.980000', '120856.440000', '120856.900000', '120857.360000', '120857.820000', '120858.280000', '120858.740000', '120859.200000', '120859.660000', '120900.120000', '120900.580000', '120901.040000', '120901.500000', '120901.960000', '120902.420000', '120902.880000', '120903.340000', '120903.800000', '120904.260000', '120904.720000', '120905.180000', '120905.640000', '120906.100000', '120906.560000', '120907.020000', '120907.480000', '120907.940000', '120908.400000', '120908.860000', '120909.320000', '120909.780000', '120910.240000', '120910.700000', '120911.160000', '120911.620000', '120912.080000', '120912.540000', '120913.000000', '120913.460000', '120913.920000', '120914.380000', '120914.840000', '120915.300000', '120915.760000', '120916.220000', '120916.680000', '120917.140000', '120917.600000', '120918.060000', '120918.520000', '120918.980000', '120919.440000', '120919.900000', '120920.360000', '120920.820000', '120921.280000', '120921.740000', '120922.200000', '120922.660000', '120923.120000', '120923.580000', '120924.040000', '120924.500000', '120924.960000', '120925.420000', '120925.880000', '120926.340000', '120926.800000', '120927.260000', '120927.720000', '120928.180000', '120928.640000', '120929.100000', '120929.560000', '120930.020000', '120930.480000', '120930.940000', '120931.400000', '120931.860000', '120932.320000', '120932.780000', '120933.240000', '120933.700000', '120934.160000', '120934.620000', '120935.080000', '120935.540000', '120936.000000', '120936.460000', '120936.920000', '120937.380000', '120937.840000', '120938.300000', '120938.760000', '120939.220000', '120939.680000', '120940.140000', '120940.600000', '120941.060000', '120941.520000', '120941.980000', '120942.440000', '120942.900000', '120943.360000', '120943.820000', '120944.280000', '120944.740000', '120945.200000', '120945.660000', '120946.120000', '120946.580000', '120947.040000', '120947.500000', '120947.960000', '120948.420000', '120948.880000', '120949.340000', '120949.800000', '120950.260000', '120950.720000', '120951.180000', '120951.640000', '120952.100000', '120952.560000', '120953.020000', '120953.480000', '120953.940000', '120954.400000', '120954.860000', '120955.320000', '120955.780000', '120956.240000', '120956.700000', '120957.160000', '120957.620000', '120958.080000', '120958.540000', '120959.000000', '120959.460000', '120959.920000', '121000.380000', '121000.840000', '121001.300000', '121001.760000', '121002.220000', '121002.680000', '121003.140000', '121003.600000', '121004.060000', '121004.520000', '121004.980000', '121005.440000', '121005.900000', '121006.360000', '121006.820000', '121007.280000', '121007.740000', '121008.200000', '121008.660000', '121009.120000', '121009.580000', '121010.040000', '121010.500000', '121010.960000', '121011.420000', '121011.880000', '121012.340000', '121012.800000', '121013.260000', '121013.720000', '121014.180000', '121014.640000', '121015.100000', '121015.560000', '121016.020000', '121016.480000', '121016.940000', '121017.400000', '121017.860000', '121018.320000', '121018.780000', '121019.240000', '121019.700000', '121020.160000', '121020.620000', '121021.080000', '121021.540000', '121022.000000', '121022.460000', '121022.920000', '121023.380000', '121023.840000', '121024.300000', '121024.760000', '121025.220000', '121025.680000', '121026.140000', '121026.600000', '121027.060000', '121027.520000', '121027.980000', '121028.440000', '121028.900000', '121029.360000', '121029.820000', '121030.280000', '121030.740000', '121031.200000', '121031.660000', '121032.120000', '121032.580000', '121033.040000', '121033.500000', '121033.960000', '121034.420000', '121034.880000', '121035.340000', '121035.800000', '121036.260000', '121036.720000', '121037.180000', '121037.640000', '121038.100000', '121038.560000', '121039.020000', '121039.480000', '121039.940000', '121040.400000', '121040.860000', '121041.320000', '121041.780000', '121042.240000', '121042.700000', '121043.160000', '121043.620000', '121044.080000', '121044.540000', '121045.000000', '121045.460000', '121045.920000', '121046.380000', '121046.840000', '121047.300000', '121047.760000', '121048.220000', '121048.680000', '121049.140000', '121049.600000', '121050.060000', '121050.520000', '121050.980000', '121051.440000', '121051.900000', '121052.360000', '121052.820000', '121053.280000', '121053.740000', '121054.200000', '121054.660000', '121055.120000', '121055.580000', '121056.040000', '121056.500000', '121056.960000', '121057.420000', '121057.880000', '121058.340000', '121058.800000', '121059.260000', '121059.720000', '121100.180000', '121100.640000', '121101.100000', '121101.560000', '121102.020000', '121102.480000', '121102.940000', '121103.400000', '121103.860000', '121104.320000', '121104.780000', '121105.240000', '121105.700000', '121106.160000', '121106.620000', '121107.080000', '121107.540000', '121108.000000', '121108.460000', '121108.920000', '121109.380000', '121109.840000', '121110.300000', '121110.760000', '121111.220000', '121111.680000', '121112.140000', '121112.600000', '121113.060000', '121113.520000', '121113.980000', '121114.440000', '121114.900000', '121115.360000', '121115.820000', '121116.280000', '121116.740000', '121117.200000', '121117.660000', '121118.120000', '121118.580000', '121119.040000', '121119.500000', '121119.960000', '121120.420000', '121120.880000', '121121.340000', '121121.800000', '121122.260000', '121122.720000', '121123.180000', '121123.640000', '121124.100000', '121124.560000', '121125.020000', '121125.480000', '121125.940000', '121126.400000', '121126.860000', '121127.320000', '121127.780000', '121128.240000', '121128.700000', '121129.160000', '121129.620000', '121130.080000', '121130.540000', '121131.000000', '121131.460000', '121131.920000', '121132.380000', '121132.840000', '121133.300000', '121133.760000', '121134.220000', '121134.680000', '121135.140000', '121135.600000', '121136.060000', '121136.520000', '121136.980000', '121137.440000', '121137.900000', '121138.360000', '121138.820000', '121139.280000', '121139.740000', '121140.200000', '121140.660000', '121141.120000', '121141.580000', '121142.040000', '121142.500000', '121142.960000', '121143.420000', '121143.880000', '121144.340000', '121144.800000', '121145.260000', '121145.720000', '121146.180000', '121146.640000', '121147.100000', '121147.560000', '121148.020000', '121148.480000', '121148.940000', '121149.400000', '121149.860000', '121150.320000', '121150.780000', '121151.240000', '121151.700000', '121152.160000', '121152.620000', '121153.080000', '121153.540000', '121154.000000', '121154.460000', '121154.920000', '121155.380000', '121155.840000', '121156.300000', '121156.760000', '121157.220000', '121157.680000', '121158.140000', '121158.600000', '121159.060000', '121159.520000', '121159.980000', '121200.440000', '121200.900000', '121201.360000', '121201.820000', '121202.280000', '121202.740000', '121203.200000', '121203.660000', '121204.120000', '121204.580000', '121205.040000', '121205.500000', '121205.960000', '121206.420000', '121206.880000', '121207.340000', '121207.800000', '121208.260000', '121208.720000', '121209.180000', '121209.640000', '121210.100000', '121210.560000', '121211.020000', '121211.480000', '121211.940000', '121212.400000', '121212.860000', '121213.320000', '121213.780000', '121214.240000', '121214.700000', '121215.160000', '121215.620000', '121216.080000', '121216.540000', '121217.000000', '121217.460000', '121217.920000', '121218.380000', '121218.840000', '121219.300000', '121219.760000', '121220.220000', '121220.680000', '121221.140000', '121221.600000', '121222.060000', '121222.520000', '121222.980000', '121223.440000', '121223.900000', '121224.360000', '121224.820000', '121225.280000', '121225.740000', '121226.200000', '121226.660000', '121227.120000', '121227.580000', '121228.040000', '121228.500000', '121228.960000', '121229.420000', '121229.880000', '121230.340000', '121230.800000', '121231.260000', '121231.720000', '121232.180000', '121232.640000', '121233.100000', '121233.560000', '121234.020000', '121234.480000', '121234.940000', '121235.400000', '121235.860000', '121236.320000', '121236.780000', '121237.240000', '121237.700000', '121238.160000', '121238.620000', '121239.080000', '121239.540000', '121240.000000', '121240.460000', '121240.920000', '121241.380000', '121241.840000', '121242.300000', '121242.760000', '121243.220000', '121243.680000', '121244.140000', '121244.600000', '121245.060000', '121245.520000', '121245.980000', '121246.440000', '121246.900000', '121247.360000', '121247.820000', '121248.280000', '121248.740000', '121249.200000', '121249.660000', '121250.120000', '121250.580000', '121251.040000', '121251.500000', '121251.960000', '121252.420000', '121252.880000', '121253.340000', '121253.800000', '121254.260000', '121254.720000', '121255.180000', '121255.640000', '121256.100000', '121256.560000', '121257.020000', '121257.480000', '121257.940000', '121258.400000', '121258.860000', '121259.320000', '121259.780000', '121300.240000', '121300.700000', '121301.160000', '121301.620000', '121302.080000', '121302.540000', '121303.000000', '121303.460000', '121303.920000', '121304.380000', '121304.840000', '121305.300000', '121305.760000', '121306.220000', '121306.680000', '121307.140000', '121307.600000', '121308.060000', '121308.520000', '121308.980000', '121309.440000', '121309.900000', '121310.360000', '121310.820000', '121311.280000', '121311.740000', '121312.200000', '121312.660000', '121313.120000', '121313.580000', '121314.040000', '121314.500000', '121314.960000', '121315.420000', '121315.880000', '121316.340000', '121316.800000', '121317.260000', '121317.720000', '121318.180000', '121318.640000', '121319.100000', '121319.560000', '121320.020000', '121320.480000', '121320.940000', '121321.400000', '121321.860000', '121322.320000', '121322.780000', '121323.240000', '121323.700000', '121324.160000', '121324.620000', '121325.080000', '121325.540000', '121326.000000', '121326.460000', '121326.920000', '121327.380000', '121327.840000', '121328.300000', '121328.760000', '121329.220000', '121329.680000', '121330.140000', '121330.600000', '121331.060000', '121331.520000', '121331.980000', '121332.440000', '121332.900000', '121333.360000', '121333.820000', '121334.280000', '121334.740000', '121335.200000', '121335.660000', '121336.120000', '121336.580000', '121337.040000', '121337.500000', '121337.960000', '121338.420000', '121338.880000', '121339.340000', '121339.800000', '121340.260000', '121340.720000', '121341.180000', '121341.640000', '121342.100000', '121342.560000', '121343.020000', '121343.480000', '121343.940000', '121344.400000', '121344.860000', '121345.320000', '121345.780000', '121346.240000', '121346.700000', '121347.160000', '121347.620000', '121348.080000', '121348.540000', '121349.000000', '121349.460000', '121349.920000', '121350.380000', '121350.840000', '121351.300000', '121351.760000', '121352.220000', '121352.680000', '121353.140000', '121353.600000', '121354.060000', '121354.520000', '121354.980000', '121355.440000', '121355.900000', '121356.360000', '121356.820000', '121357.280000', '121357.740000', '121358.200000', '121358.660000', '121359.120000', '121359.580000', '121400.040000', '121400.500000', '121400.960000', '121401.420000', '121401.880000', '121402.340000', '121402.800000', '121403.260000', '121403.720000', '121404.180000', '121404.640000', '121405.100000', '121405.560000', '121406.020000', '121406.480000', '121406.940000', '121407.400000', '121407.860000', '121408.320000', '121408.780000', '121409.240000', '121409.700000', '121410.160000', '121410.620000', '121411.080000', '121411.540000', '121412.000000', '121412.460000', '121412.920000', '121413.380000', '121413.840000', '121414.300000', '121414.760000', '121415.220000', '121415.680000', '121416.140000', '121416.600000', '121417.060000', '121417.520000', '121417.980000', '121418.440000', '121418.900000', '121419.360000', '121419.820000', '121420.280000', '121420.740000', '121421.200000', '121421.660000', '121422.120000', '121422.580000', '121423.040000', '121423.500000', '121423.960000', '121424.420000', '121424.880000', '121425.340000', '121425.800000', '121426.260000', '121426.720000', '121427.180000', '121427.640000', '121428.100000', '121428.560000'], 'ContentTime': ['120558.622000', '120558.626000', '120558.629000', '120558.634000', '120558.637000', '120558.641000', '120558.644000', '120558.647000', '120558.650000', '120558.653000', '120558.656000', '120558.659000', '120558.662000', '120558.665000', '120558.668000', '120558.671000', '120558.674000', '120558.677000', '120558.680000', '120558.683000', '120558.686000', '120558.689000', '120558.692000', '120558.695000', '120558.698000', '120558.701000', '120558.704000', '120558.719000', '120558.722000', '120558.725000', '120558.728000', '120558.730000', '120558.733000', '120558.736000', '120558.739000', '120558.742000', '120558.745000', '120558.755000', '120558.758000', '120558.761000', '120558.764000', '120558.767000', '120558.770000', '120558.772000', '120558.775000', '120618.575000', '120618.578000', '120618.581000', '120618.584000', '120618.587000', '120618.590000', '120618.593000', '120618.595000', '120618.598000', '120618.601000', '120618.604000', '120618.607000', '120618.610000', '120618.613000', '120618.616000', '120618.619000', '120618.621000', '120618.624000', '120618.627000', '120618.630000', '120618.633000', '120618.636000', '120618.639000', '120618.642000', '120618.645000', '120618.648000', '120618.650000', '120618.653000', '120618.656000', '120618.659000', '120618.662000', '120618.665000', '120618.668000', '120618.671000', '120618.673000', '120618.676000', '120618.679000', '120618.682000', '120618.685000', '120618.688000', '120618.691000', '120618.694000', '120618.697000', '120618.699000', '120638.576000', '120638.579000', '120638.583000', '120638.586000', '120638.589000', '120638.592000', '120638.594000', '120638.597000', '120638.600000', '120638.603000', '120638.606000', '120638.609000', '120638.612000', '120638.615000', '120638.618000', '120638.621000', '120638.623000', '120638.626000', '120638.629000', '120638.632000', '120638.635000', '120638.638000', '120638.641000', '120638.644000', '120638.647000', '120638.650000', '120638.653000', '120638.656000', '120638.659000', '120638.662000', '120638.664000', '120638.667000', '120638.670000', '120638.673000', '120638.676000', '120638.679000', '120638.682000', '120638.685000', '120638.688000', '120638.690000', '120638.693000', '120638.696000', '120638.699000', '120658.576000', '120658.579000', '120658.582000', '120658.585000', '120658.588000', '120658.591000', '120658.594000', '120658.596000', '120658.599000', '120658.602000', '120658.605000', '120658.608000', '120658.611000', '120658.614000', '120658.617000', '120658.619000', '120658.623000', '120658.625000', '120658.628000', '120658.631000', '120658.634000', '120658.637000', '120658.640000', '120658.643000', '120658.646000', '120658.649000', '120658.651000', '120658.654000', '120658.657000', '120658.660000', '120658.663000', '120658.666000', '120658.669000', '120658.672000', '120658.675000', '120658.678000', '120658.681000', '120658.684000', '120658.686000', '120658.689000', '120658.692000', '120658.695000', '120658.698000', '120658.701000', '120718.576000', '120718.579000', '120718.582000', '120718.585000', '120718.588000', '120718.591000', '120718.594000', '120718.597000', '120718.599000', '120718.602000', '120718.605000', '120718.608000', '120718.611000', '120718.614000', '120718.617000', '120718.620000', '120718.623000', '120718.625000', '120718.628000', '120718.631000', '120718.634000', '120718.637000', '120718.640000', '120718.643000', '120718.646000', '120718.649000', '120718.652000', '120718.654000', '120718.657000', '120718.660000', '120718.663000', '120718.666000', '120718.669000', '120718.672000', '120718.675000', '120718.679000', '120718.682000', '120718.684000', '120718.687000', '120718.690000', '120718.693000', '120718.696000', '120718.699000', '120738.576000', '120738.579000', '120738.582000', '120738.585000', '120738.588000', '120738.591000', '120738.594000', '120738.597000', '120738.599000', '120738.602000', '120738.605000', '120738.608000', '120738.611000', '120738.614000', '120738.617000', '120738.634000', '120738.637000', '120738.640000', '120738.643000', '120738.646000', '120738.648000', '120738.658000', '120738.661000', '120738.664000', '120738.667000', '120738.669000', '120738.672000', '120738.675000', '120738.678000', '120738.681000', '120738.684000', '120738.687000', '120738.690000', '120738.693000', '120738.696000', '120738.699000', '120738.702000', '120738.704000', '120738.707000', '120738.710000', '120738.713000', '120738.716000', '120738.719000', '120738.722000', '120758.576000', '120758.579000', '120758.582000', '120758.585000', '120758.588000', '120758.591000', '120758.594000', '120758.596000', '120758.599000', '120758.602000', '120758.605000', '120758.608000', '120758.611000', '120758.614000', '120758.617000', '120758.621000', '120758.624000', '120758.627000', '120758.630000', '120758.633000', '120758.636000', '120758.639000', '120758.642000', '120758.644000', '120758.647000', '120758.650000', '120758.653000', '120758.656000', '120758.659000', '120758.662000', '120758.665000', '120758.668000', '120758.670000', '120758.674000', '120758.677000', '120758.680000', '120758.683000', '120758.686000', '120758.689000', '120758.692000', '120758.695000', '120758.698000', '120758.701000', '120818.576000', '120818.579000', '120818.582000', '120818.585000', '120818.588000', '120818.591000', '120818.594000', '120818.597000', '120818.600000', '120818.603000', '120818.606000', '120818.609000', '120818.612000', '120818.615000', '120818.618000', '120818.621000', '120818.623000', '120818.626000', '120818.636000', '120818.639000', '120818.641000', '120818.644000', '120818.647000', '120818.650000', '120818.653000', '120818.656000', '120818.659000', '120818.662000', '120818.665000', '120818.668000', '120818.671000', '120818.674000', '120818.676000', '120818.679000', '120818.682000', '120818.685000', '120818.688000', '120818.691000', '120818.694000', '120818.697000', '120818.700000', '120818.703000', '120818.706000', '120818.708000', '120838.575000', '120838.578000', '120838.581000', '120838.584000', '120838.587000', '120838.590000', '120838.593000', '120838.595000', '120838.598000', '120838.601000', '120838.604000', '120838.607000', '120838.610000', '120838.613000', '120838.616000', '120838.619000', '120838.622000', '120838.625000', '120838.628000', '120838.630000', '120838.633000', '120838.636000', '120838.639000', '120838.642000', '120838.645000', '120838.648000', '120838.651000', '120838.653000', '120838.656000', '120838.659000', '120838.662000', '120838.665000', '120838.668000', '120838.671000', '120838.674000', '120838.677000', '120838.680000', '120838.683000', '120838.685000', '120838.688000', '120838.691000', '120838.694000', '120838.697000', '120858.576000', '120858.579000', '120858.582000', '120858.585000', '120858.588000', '120858.591000', '120858.594000', '120858.597000', '120858.600000', '120858.603000', '120858.606000', '120858.609000', '120858.611000', '120858.614000', '120858.617000', '120858.620000', '120858.623000', '120858.626000', '120858.629000', '120858.632000', '120858.635000', '120858.638000', '120858.641000', '120858.643000', '120858.646000', '120858.649000', '120858.652000', '120858.655000', '120858.658000', '120858.661000', '120858.664000', '120858.667000', '120858.670000', '120858.673000', '120858.676000', '120858.678000', '120858.681000', '120858.684000', '120858.687000', '120858.690000', '120858.693000', '120858.696000', '120858.699000', '120858.702000', '120918.576000', '120918.579000', '120918.597000', '120918.600000', '120918.603000', '120918.606000', '120918.609000', '120918.612000', '120918.615000', '120918.617000', '120918.620000', '120918.623000', '120918.626000', '120918.629000', '120918.632000', '120918.635000', '120918.638000', '120918.641000', '120918.643000', '120918.647000', '120918.649000', '120918.652000', '120918.655000', '120918.660000', '120918.663000', '120918.665000', '120918.668000', '120918.671000', '120918.674000', '120918.677000', '120918.680000', '120918.683000', '120918.686000', '120918.689000', '120918.692000', '120918.695000', '120918.698000', '120918.700000', '120918.703000', '120918.706000', '120918.709000', '120918.712000', '120918.717000', '120938.576000', '120938.579000', '120938.582000', '120938.585000', '120938.593000', '120938.596000', '120938.598000', '120938.601000', '120938.604000', '120938.607000', '120938.610000', '120938.613000', '120938.616000', '120938.619000', '120938.622000', '120938.625000', '120938.628000', '120938.631000', '120938.634000', '120938.637000', '120938.640000', '120938.642000', '120938.645000', '120938.648000', '120938.651000', '120938.654000', '120938.657000', '120938.660000', '120938.663000', '120938.666000', '120938.669000', '120938.672000', '120938.675000', '120938.678000', '120938.680000', '120938.683000', '120938.686000', '120938.689000', '120938.692000', '120938.695000', '120938.698000', '120938.701000', '120938.704000', '120938.706000', '120958.576000', '120958.579000', '120958.582000', '120958.585000', '120958.588000', '120958.591000', '120958.594000', '120958.597000', '120958.599000', '120958.602000', '120958.605000', '120958.608000', '120958.611000', '120958.614000', '120958.617000', '120958.620000', '120958.623000', '120958.626000', '120958.629000', '120958.632000', '120958.635000', '120958.637000', '120958.640000', '120958.643000', '120958.646000', '120958.649000', '120958.652000', '120958.655000', '120958.658000', '120958.661000', '120958.664000', '120958.667000', '120958.670000', '120958.672000', '120958.675000', '120958.678000', '120958.681000', '120958.684000', '120958.687000', '120958.690000', '120958.693000', '120958.696000', '120958.699000', '121018.576000', '121018.579000', '121018.582000', '121018.585000', '121018.588000', '121018.591000', '121018.594000', '121018.597000', '121018.600000', '121018.602000', '121018.605000', '121018.608000', '121018.611000', '121018.614000', '121018.617000', '121018.620000', '121018.623000', '121018.626000', '121018.629000', '121018.632000', '121018.634000', '121018.637000', '121018.640000', '121018.643000', '121018.646000', '121018.649000', '121018.652000', '121018.655000', '121018.658000', '121018.661000', '121018.663000', '121018.667000', '121018.669000', '121018.672000', '121018.675000', '121018.678000', '121018.681000', '121018.684000', '121018.687000', '121018.690000', '121018.693000', '121018.695000', '121018.698000', '121018.701000', '121038.576000', '121038.579000', '121038.582000', '121038.585000', '121038.588000', '121038.591000', '121038.594000', '121038.597000', '121038.600000', '121038.603000', '121038.605000', '121038.608000', '121038.622000', '121038.625000', '121038.628000', '121038.630000', '121038.633000', '121038.636000', '121038.639000', '121038.642000', '121038.645000', '121038.648000', '121038.651000', '121038.654000', '121038.656000', '121038.659000', '121038.662000', '121038.665000', '121038.668000', '121038.671000', '121038.674000', '121038.677000', '121038.680000', '121038.683000', '121038.686000', '121038.689000', '121038.691000', '121038.696000', '121038.699000', '121038.702000', '121038.705000', '121038.708000', '121038.711000', '121058.575000', '121058.578000', '121058.581000', '121058.584000', '121058.587000', '121058.590000', '121058.593000', '121058.596000', '121058.599000', '121058.601000', '121058.604000', '121058.607000', '121058.610000', '121058.613000', '121058.616000', '121058.619000', '121058.622000', '121058.625000', '121058.628000', '121058.631000', '121058.634000', '121058.636000', '121058.639000', '121058.642000', '121058.645000', '121058.648000', '121058.651000', '121058.654000', '121058.657000', '121058.660000', '121058.663000', '121058.666000', '121058.669000', '121058.671000', '121058.675000', '121058.677000', '121058.680000', '121058.683000', '121058.686000', '121058.689000', '121058.692000', '121058.695000', '121058.698000', '121058.701000', '121118.576000', '121118.579000', '121118.582000', '121118.585000', '121118.588000', '121118.591000', '121118.594000', '121118.597000', '121118.600000', '121118.602000', '121118.605000', '121118.608000', '121118.611000', '121118.614000', '121118.617000', '121118.620000', '121118.623000', '121118.626000', '121118.629000', '121118.631000', '121118.634000', '121118.637000', '121118.640000', '121118.643000', '121118.646000', '121118.649000', '121118.652000', '121118.655000', '121118.658000', '121118.661000', '121118.664000', '121118.666000', '121118.669000', '121118.672000', '121118.675000', '121118.678000', '121118.681000', '121118.684000', '121118.687000', '121118.690000', '121118.693000', '121118.696000', '121118.699000', '121138.576000', '121138.579000', '121138.582000', '121138.585000', '121138.588000', '121138.591000', '121138.594000', '121138.597000', '121138.599000', '121138.602000', '121138.605000', '121138.608000', '121138.611000', '121138.616000', '121138.619000', '121138.622000', '121138.625000', '121138.628000', '121138.630000', '121138.633000', '121138.636000', '121138.639000', '121138.642000', '121138.645000', '121138.648000', '121138.651000', '121138.654000', '121138.657000', '121138.660000', '121138.663000', '121138.666000', '121138.669000', '121138.671000', '121138.674000', '121138.677000', '121138.680000', '121138.683000', '121138.686000', '121138.689000', '121138.692000', '121138.695000', '121138.698000', '121138.701000', '121138.703000', '121158.576000', '121158.579000', '121158.582000', '121158.585000', '121158.588000', '121158.591000', '121158.594000', '121158.597000', '121158.600000', '121158.619000', '121158.622000', '121158.625000', '121158.628000', '121158.631000', '121158.633000', '121158.636000', '121158.639000', '121158.642000', '121158.645000', '121158.648000', '121158.651000', '121158.654000', '121158.657000', '121158.660000', '121158.663000', '121158.665000', '121158.668000', '121158.671000', '121158.674000', '121158.677000', '121158.680000', '121158.683000', '121158.686000', '121158.689000', '121158.691000', '121158.694000', '121158.697000', '121158.700000', '121158.703000', '121158.706000', '121158.709000', '121158.712000', '121158.715000', '121218.577000', '121218.580000', '121218.583000', '121218.586000', '121218.589000', '121218.592000', '121218.595000', '121218.598000', '121218.601000', '121218.604000', '121218.607000', '121218.609000', '121218.613000', '121218.615000', '121218.618000', '121218.621000', '121218.624000', '121218.627000', '121218.630000', '121218.633000', '121218.636000', '121218.639000', '121218.642000', '121218.645000', '121218.648000', '121218.650000', '121218.653000', '121218.656000', '121218.659000', '121218.662000', '121218.665000', '121218.668000', '121218.671000', '121218.674000', '121218.677000', '121218.680000', '121218.683000', '121218.686000', '121218.688000', '121218.691000', '121218.694000', '121218.697000', '121218.700000', '121238.576000', '121238.579000', '121238.582000', '121238.585000', '121238.588000', '121238.591000', '121238.594000', '121238.597000', '121238.600000', '121238.603000', '121238.605000', '121238.608000', '121238.611000', '121238.614000', '121238.617000', '121238.620000', '121238.623000', '121238.626000', '121238.628000', '121238.631000', '121238.634000', '121238.637000', '121238.640000', '121238.643000', '121238.646000', '121238.649000', '121238.652000', '121238.655000', '121238.658000', '121238.661000', '121238.664000', '121238.667000', '121238.669000', '121238.672000', '121238.675000', '121238.678000', '121238.681000', '121238.684000', '121238.687000', '121238.690000', '121238.693000', '121238.696000', '121238.698000', '121238.701000', '121258.576000', '121258.579000', '121258.582000', '121258.585000', '121258.588000', '121258.591000', '121258.594000', '121258.597000', '121258.600000', '121258.603000', '121258.606000', '121258.609000', '121258.612000', '121258.615000', '121258.618000', '121258.621000', '121258.624000', '121258.627000', '121258.630000', '121258.633000', '121258.636000', '121258.638000', '121258.641000', '121258.644000', '121258.647000', '121258.650000', '121258.653000', '121258.656000', '121258.659000', '121258.662000', '121258.664000', '121258.667000', '121258.670000', '121258.673000', '121258.676000', '121258.679000', '121258.682000', '121258.686000', '121258.688000', '121258.691000', '121258.694000', '121258.697000', '121258.700000', '121318.575000', '121318.578000', '121318.581000', '121318.584000', '121318.587000', '121318.590000', '121318.593000', '121318.596000', '121318.599000', '121318.601000', '121318.604000', '121318.607000', '121318.610000', '121318.613000', '121318.616000', '121318.619000', '121318.622000', '121318.624000', '121318.627000', '121318.630000', '121318.633000', '121318.651000', '121318.654000', '121318.657000', '121318.660000', '121318.662000', '121318.665000', '121318.668000', '121318.671000', '121318.674000', '121318.677000', '121318.680000', '121318.683000', '121318.686000', '121318.689000', '121318.692000', '121318.694000', '121318.697000', '121318.700000', '121318.703000', '121318.706000', '121318.709000', '121318.712000', '121318.715000', '121338.576000', '121338.579000', '121338.582000', '121338.585000', '121338.588000', '121338.591000', '121338.594000', '121338.597000', '121338.600000', '121338.603000', '121338.605000', '121338.608000', '121338.611000', '121338.616000', '121338.619000', '121338.622000', '121338.625000', '121338.628000', '121338.631000', '121338.634000', '121338.637000', '121338.640000', '121338.643000', '121338.646000', '121338.648000', '121338.651000', '121338.654000', '121338.657000', '121338.660000', '121338.663000', '121338.666000', '121338.669000', '121338.672000', '121338.675000', '121338.678000', '121338.680000', '121338.683000', '121338.686000', '121338.689000', '121338.692000', '121338.695000', '121338.698000', '121338.701000', '121358.576000', '121358.579000', '121358.582000', '121358.585000', '121358.588000', '121358.591000', '121358.594000', '121358.597000', '121358.600000', '121358.603000', '121358.606000', '121358.608000', '121358.611000', '121358.614000', '121358.617000', '121358.620000', '121358.623000', '121358.626000', '121358.629000', '121358.632000', '121358.635000', '121358.637000', '121358.640000', '121358.643000', '121358.646000', '121358.649000', '121358.652000', '121358.655000', '121358.658000', '121358.661000', '121358.664000', '121358.666000', '121358.669000', '121358.672000', '121358.675000', '121358.678000', '121358.681000', '121358.684000', '121358.687000', '121358.690000', '121358.693000', '121358.696000', '121358.698000', '121358.701000', '121418.576000', '121418.579000', '121418.582000', '121418.585000', '121418.588000', '121418.591000', '121418.594000', '121418.597000', '121418.600000', '121418.603000', '121418.606000', '121418.609000', '121418.612000', '121418.615000', '121418.618000', '121418.620000', '121418.623000', '121418.628000', '121418.632000', '121418.635000', '121418.638000', '121418.641000', '121418.644000', '121418.647000', '121418.650000', '121418.652000', '121418.655000', '121418.658000', '121418.661000', '121418.664000', '121418.667000', '121418.670000', '121418.673000', '121418.676000', '121418.679000', '121418.681000', '121418.684000', '121418.687000', '121418.690000', '121418.693000', '121418.696000', '121418.699000', '121418.702000', '121429.268000', '121429.271000', '121429.274000', '121429.278000', '121429.282000', '121429.285000', '121429.289000', '121429.296000', '121429.300000', '121429.303000', '121429.307000', '121429.310000', '121429.313000', '121429.316000', '121429.319000', '121429.324000', '121429.328000', '121429.331000', '121429.337000', '121429.341000', '121429.345000', '121429.350000', '121429.353000', '121429.356000'], 'InstanceCreationTime': ['120558.622000', '120558.626000', '120558.629000', '120558.634000', '120558.637000', '120558.641000', '120558.644000', '120558.647000', '120558.650000', '120558.653000', '120558.656000', '120558.659000', '120558.662000', '120558.665000', '120558.668000', '120558.671000', '120558.674000', '120558.677000', '120558.680000', '120558.683000', '120558.686000', '120558.689000', '120558.692000', '120558.695000', '120558.698000', '120558.701000', '120558.704000', '120558.719000', '120558.722000', '120558.725000', '120558.728000', '120558.730000', '120558.733000', '120558.736000', '120558.739000', '120558.742000', '120558.745000', '120558.755000', '120558.758000', '120558.761000', '120558.764000', '120558.767000', '120558.770000', '120558.772000', '120558.775000', '120618.575000', '120618.578000', '120618.581000', '120618.584000', '120618.587000', '120618.590000', '120618.593000', '120618.595000', '120618.598000', '120618.601000', '120618.604000', '120618.607000', '120618.610000', '120618.613000', '120618.616000', '120618.619000', '120618.621000', '120618.624000', '120618.627000', '120618.630000', '120618.633000', '120618.636000', '120618.639000', '120618.642000', '120618.645000', '120618.648000', '120618.650000', '120618.653000', '120618.656000', '120618.659000', '120618.662000', '120618.665000', '120618.668000', '120618.671000', '120618.673000', '120618.676000', '120618.679000', '120618.682000', '120618.685000', '120618.688000', '120618.691000', '120618.694000', '120618.697000', '120618.699000', '120638.576000', '120638.579000', '120638.583000', '120638.586000', '120638.589000', '120638.592000', '120638.594000', '120638.597000', '120638.600000', '120638.603000', '120638.606000', '120638.609000', '120638.612000', '120638.615000', '120638.618000', '120638.621000', '120638.623000', '120638.626000', '120638.629000', '120638.632000', '120638.635000', '120638.638000', '120638.641000', '120638.644000', '120638.647000', '120638.650000', '120638.653000', '120638.656000', '120638.659000', '120638.662000', '120638.664000', '120638.667000', '120638.670000', '120638.673000', '120638.676000', '120638.679000', '120638.682000', '120638.685000', '120638.688000', '120638.690000', '120638.693000', '120638.696000', '120638.699000', '120658.576000', '120658.579000', '120658.582000', '120658.585000', '120658.588000', '120658.591000', '120658.594000', '120658.596000', '120658.599000', '120658.602000', '120658.605000', '120658.608000', '120658.611000', '120658.614000', '120658.617000', '120658.619000', '120658.623000', '120658.625000', '120658.628000', '120658.631000', '120658.634000', '120658.637000', '120658.640000', '120658.643000', '120658.646000', '120658.649000', '120658.651000', '120658.654000', '120658.657000', '120658.660000', '120658.663000', '120658.666000', '120658.669000', '120658.672000', '120658.675000', '120658.678000', '120658.681000', '120658.684000', '120658.686000', '120658.689000', '120658.692000', '120658.695000', '120658.698000', '120658.701000', '120718.576000', '120718.579000', '120718.582000', '120718.585000', '120718.588000', '120718.591000', '120718.594000', '120718.597000', '120718.599000', '120718.602000', '120718.605000', '120718.608000', '120718.611000', '120718.614000', '120718.617000', '120718.620000', '120718.623000', '120718.625000', '120718.628000', '120718.631000', '120718.634000', '120718.637000', '120718.640000', '120718.643000', '120718.646000', '120718.649000', '120718.652000', '120718.654000', '120718.657000', '120718.660000', '120718.663000', '120718.666000', '120718.669000', '120718.672000', '120718.675000', '120718.679000', '120718.682000', '120718.684000', '120718.687000', '120718.690000', '120718.693000', '120718.696000', '120718.699000', '120738.576000', '120738.579000', '120738.582000', '120738.585000', '120738.588000', '120738.591000', '120738.594000', '120738.597000', '120738.599000', '120738.602000', '120738.605000', '120738.608000', '120738.611000', '120738.614000', '120738.617000', '120738.634000', '120738.637000', '120738.640000', '120738.643000', '120738.646000', '120738.648000', '120738.658000', '120738.661000', '120738.664000', '120738.667000', '120738.669000', '120738.672000', '120738.675000', '120738.678000', '120738.681000', '120738.684000', '120738.687000', '120738.690000', '120738.693000', '120738.696000', '120738.699000', '120738.702000', '120738.704000', '120738.707000', '120738.710000', '120738.713000', '120738.716000', '120738.719000', '120738.722000', '120758.576000', '120758.579000', '120758.582000', '120758.585000', '120758.588000', '120758.591000', '120758.594000', '120758.596000', '120758.599000', '120758.602000', '120758.605000', '120758.608000', '120758.611000', '120758.614000', '120758.617000', '120758.621000', '120758.624000', '120758.627000', '120758.630000', '120758.633000', '120758.636000', '120758.639000', '120758.642000', '120758.644000', '120758.647000', '120758.650000', '120758.653000', '120758.656000', '120758.659000', '120758.662000', '120758.665000', '120758.668000', '120758.670000', '120758.674000', '120758.677000', '120758.680000', '120758.683000', '120758.686000', '120758.689000', '120758.692000', '120758.695000', '120758.698000', '120758.701000', '120818.576000', '120818.579000', '120818.582000', '120818.585000', '120818.588000', '120818.591000', '120818.594000', '120818.597000', '120818.600000', '120818.603000', '120818.606000', '120818.609000', '120818.612000', '120818.615000', '120818.618000', '120818.621000', '120818.623000', '120818.626000', '120818.636000', '120818.639000', '120818.641000', '120818.644000', '120818.647000', '120818.650000', '120818.653000', '120818.656000', '120818.659000', '120818.662000', '120818.665000', '120818.668000', '120818.671000', '120818.674000', '120818.676000', '120818.679000', '120818.682000', '120818.685000', '120818.688000', '120818.691000', '120818.694000', '120818.697000', '120818.700000', '120818.703000', '120818.706000', '120818.708000', '120838.575000', '120838.578000', '120838.581000', '120838.584000', '120838.587000', '120838.590000', '120838.593000', '120838.595000', '120838.598000', '120838.601000', '120838.604000', '120838.607000', '120838.610000', '120838.613000', '120838.616000', '120838.619000', '120838.622000', '120838.625000', '120838.628000', '120838.630000', '120838.633000', '120838.636000', '120838.639000', '120838.642000', '120838.645000', '120838.648000', '120838.651000', '120838.653000', '120838.656000', '120838.659000', '120838.662000', '120838.665000', '120838.668000', '120838.671000', '120838.674000', '120838.677000', '120838.680000', '120838.683000', '120838.685000', '120838.688000', '120838.691000', '120838.694000', '120838.697000', '120858.576000', '120858.579000', '120858.582000', '120858.585000', '120858.588000', '120858.591000', '120858.594000', '120858.597000', '120858.600000', '120858.603000', '120858.606000', '120858.609000', '120858.611000', '120858.614000', '120858.617000', '120858.620000', '120858.623000', '120858.626000', '120858.629000', '120858.632000', '120858.635000', '120858.638000', '120858.641000', '120858.643000', '120858.646000', '120858.649000', '120858.652000', '120858.655000', '120858.658000', '120858.661000', '120858.664000', '120858.667000', '120858.670000', '120858.673000', '120858.676000', '120858.678000', '120858.681000', '120858.684000', '120858.687000', '120858.690000', '120858.693000', '120858.696000', '120858.699000', '120858.702000', '120918.576000', '120918.579000', '120918.597000', '120918.600000', '120918.603000', '120918.606000', '120918.609000', '120918.612000', '120918.615000', '120918.617000', '120918.620000', '120918.623000', '120918.626000', '120918.629000', '120918.632000', '120918.635000', '120918.638000', '120918.641000', '120918.643000', '120918.647000', '120918.649000', '120918.652000', '120918.655000', '120918.660000', '120918.663000', '120918.665000', '120918.668000', '120918.671000', '120918.674000', '120918.677000', '120918.680000', '120918.683000', '120918.686000', '120918.689000', '120918.692000', '120918.695000', '120918.698000', '120918.700000', '120918.703000', '120918.706000', '120918.709000', '120918.712000', '120918.717000', '120938.576000', '120938.579000', '120938.582000', '120938.585000', '120938.593000', '120938.596000', '120938.598000', '120938.601000', '120938.604000', '120938.607000', '120938.610000', '120938.613000', '120938.616000', '120938.619000', '120938.622000', '120938.625000', '120938.628000', '120938.631000', '120938.634000', '120938.637000', '120938.640000', '120938.642000', '120938.645000', '120938.648000', '120938.651000', '120938.654000', '120938.657000', '120938.660000', '120938.663000', '120938.666000', '120938.669000', '120938.672000', '120938.675000', '120938.678000', '120938.680000', '120938.683000', '120938.686000', '120938.689000', '120938.692000', '120938.695000', '120938.698000', '120938.701000', '120938.704000', '120938.706000', '120958.576000', '120958.579000', '120958.582000', '120958.585000', '120958.588000', '120958.591000', '120958.594000', '120958.597000', '120958.599000', '120958.602000', '120958.605000', '120958.608000', '120958.611000', '120958.614000', '120958.617000', '120958.620000', '120958.623000', '120958.626000', '120958.629000', '120958.632000', '120958.635000', '120958.637000', '120958.640000', '120958.643000', '120958.646000', '120958.649000', '120958.652000', '120958.655000', '120958.658000', '120958.661000', '120958.664000', '120958.667000', '120958.670000', '120958.672000', '120958.675000', '120958.678000', '120958.681000', '120958.684000', '120958.687000', '120958.690000', '120958.693000', '120958.696000', '120958.699000', '121018.576000', '121018.579000', '121018.582000', '121018.585000', '121018.588000', '121018.591000', '121018.594000', '121018.597000', '121018.600000', '121018.602000', '121018.605000', '121018.608000', '121018.611000', '121018.614000', '121018.617000', '121018.620000', '121018.623000', '121018.626000', '121018.629000', '121018.632000', '121018.634000', '121018.637000', '121018.640000', '121018.643000', '121018.646000', '121018.649000', '121018.652000', '121018.655000', '121018.658000', '121018.661000', '121018.663000', '121018.667000', '121018.669000', '121018.672000', '121018.675000', '121018.678000', '121018.681000', '121018.684000', '121018.687000', '121018.690000', '121018.693000', '121018.695000', '121018.698000', '121018.701000', '121038.576000', '121038.579000', '121038.582000', '121038.585000', '121038.588000', '121038.591000', '121038.594000', '121038.597000', '121038.600000', '121038.603000', '121038.605000', '121038.608000', '121038.622000', '121038.625000', '121038.628000', '121038.630000', '121038.633000', '121038.636000', '121038.639000', '121038.642000', '121038.645000', '121038.648000', '121038.651000', '121038.654000', '121038.656000', '121038.659000', '121038.662000', '121038.665000', '121038.668000', '121038.671000', '121038.674000', '121038.677000', '121038.680000', '121038.683000', '121038.686000', '121038.689000', '121038.691000', '121038.696000', '121038.699000', '121038.702000', '121038.705000', '121038.708000', '121038.711000', '121058.575000', '121058.578000', '121058.581000', '121058.584000', '121058.587000', '121058.590000', '121058.593000', '121058.596000', '121058.599000', '121058.601000', '121058.604000', '121058.607000', '121058.610000', '121058.613000', '121058.616000', '121058.619000', '121058.622000', '121058.625000', '121058.628000', '121058.631000', '121058.634000', '121058.636000', '121058.639000', '121058.642000', '121058.645000', '121058.648000', '121058.651000', '121058.654000', '121058.657000', '121058.660000', '121058.663000', '121058.666000', '121058.669000', '121058.671000', '121058.675000', '121058.677000', '121058.680000', '121058.683000', '121058.686000', '121058.689000', '121058.692000', '121058.695000', '121058.698000', '121058.701000', '121118.576000', '121118.579000', '121118.582000', '121118.585000', '121118.588000', '121118.591000', '121118.594000', '121118.597000', '121118.600000', '121118.602000', '121118.605000', '121118.608000', '121118.611000', '121118.614000', '121118.617000', '121118.620000', '121118.623000', '121118.626000', '121118.629000', '121118.631000', '121118.634000', '121118.637000', '121118.640000', '121118.643000', '121118.646000', '121118.649000', '121118.652000', '121118.655000', '121118.658000', '121118.661000', '121118.664000', '121118.666000', '121118.669000', '121118.672000', '121118.675000', '121118.678000', '121118.681000', '121118.684000', '121118.687000', '121118.690000', '121118.693000', '121118.696000', '121118.699000', '121138.576000', '121138.579000', '121138.582000', '121138.585000', '121138.588000', '121138.591000', '121138.594000', '121138.597000', '121138.599000', '121138.602000', '121138.605000', '121138.608000', '121138.611000', '121138.616000', '121138.619000', '121138.622000', '121138.625000', '121138.628000', '121138.630000', '121138.633000', '121138.636000', '121138.639000', '121138.642000', '121138.645000', '121138.648000', '121138.651000', '121138.654000', '121138.657000', '121138.660000', '121138.663000', '121138.666000', '121138.669000', '121138.671000', '121138.674000', '121138.677000', '121138.680000', '121138.683000', '121138.686000', '121138.689000', '121138.692000', '121138.695000', '121138.698000', '121138.701000', '121138.703000', '121158.576000', '121158.579000', '121158.582000', '121158.585000', '121158.588000', '121158.591000', '121158.594000', '121158.597000', '121158.600000', '121158.619000', '121158.622000', '121158.625000', '121158.628000', '121158.631000', '121158.633000', '121158.636000', '121158.639000', '121158.642000', '121158.645000', '121158.648000', '121158.651000', '121158.654000', '121158.657000', '121158.660000', '121158.663000', '121158.665000', '121158.668000', '121158.671000', '121158.674000', '121158.677000', '121158.680000', '121158.683000', '121158.686000', '121158.689000', '121158.691000', '121158.694000', '121158.697000', '121158.700000', '121158.703000', '121158.706000', '121158.709000', '121158.712000', '121158.715000', '121218.577000', '121218.580000', '121218.583000', '121218.586000', '121218.589000', '121218.592000', '121218.595000', '121218.598000', '121218.601000', '121218.604000', '121218.607000', '121218.609000', '121218.613000', '121218.615000', '121218.618000', '121218.621000', '121218.624000', '121218.627000', '121218.630000', '121218.633000', '121218.636000', '121218.639000', '121218.642000', '121218.645000', '121218.648000', '121218.650000', '121218.653000', '121218.656000', '121218.659000', '121218.662000', '121218.665000', '121218.668000', '121218.671000', '121218.674000', '121218.677000', '121218.680000', '121218.683000', '121218.686000', '121218.688000', '121218.691000', '121218.694000', '121218.697000', '121218.700000', '121238.576000', '121238.579000', '121238.582000', '121238.585000', '121238.588000', '121238.591000', '121238.594000', '121238.597000', '121238.600000', '121238.603000', '121238.605000', '121238.608000', '121238.611000', '121238.614000', '121238.617000', '121238.620000', '121238.623000', '121238.626000', '121238.628000', '121238.631000', '121238.634000', '121238.637000', '121238.640000', '121238.643000', '121238.646000', '121238.649000', '121238.652000', '121238.655000', '121238.658000', '121238.661000', '121238.664000', '121238.667000', '121238.669000', '121238.672000', '121238.675000', '121238.678000', '121238.681000', '121238.684000', '121238.687000', '121238.690000', '121238.693000', '121238.696000', '121238.698000', '121238.701000', '121258.576000', '121258.579000', '121258.582000', '121258.585000', '121258.588000', '121258.591000', '121258.594000', '121258.597000', '121258.600000', '121258.603000', '121258.606000', '121258.609000', '121258.612000', '121258.615000', '121258.618000', '121258.621000', '121258.624000', '121258.627000', '121258.630000', '121258.633000', '121258.636000', '121258.638000', '121258.641000', '121258.644000', '121258.647000', '121258.650000', '121258.653000', '121258.656000', '121258.659000', '121258.662000', '121258.664000', '121258.667000', '121258.670000', '121258.673000', '121258.676000', '121258.679000', '121258.682000', '121258.686000', '121258.688000', '121258.691000', '121258.694000', '121258.697000', '121258.700000', '121318.575000', '121318.578000', '121318.581000', '121318.584000', '121318.587000', '121318.590000', '121318.593000', '121318.596000', '121318.599000', '121318.601000', '121318.604000', '121318.607000', '121318.610000', '121318.613000', '121318.616000', '121318.619000', '121318.622000', '121318.624000', '121318.627000', '121318.630000', '121318.633000', '121318.651000', '121318.654000', '121318.657000', '121318.660000', '121318.662000', '121318.665000', '121318.668000', '121318.671000', '121318.674000', '121318.677000', '121318.680000', '121318.683000', '121318.686000', '121318.689000', '121318.692000', '121318.694000', '121318.697000', '121318.700000', '121318.703000', '121318.706000', '121318.709000', '121318.712000', '121318.715000', '121338.576000', '121338.579000', '121338.582000', '121338.585000', '121338.588000', '121338.591000', '121338.594000', '121338.597000', '121338.600000', '121338.603000', '121338.605000', '121338.608000', '121338.611000', '121338.616000', '121338.619000', '121338.622000', '121338.625000', '121338.628000', '121338.631000', '121338.634000', '121338.637000', '121338.640000', '121338.643000', '121338.646000', '121338.648000', '121338.651000', '121338.654000', '121338.657000', '121338.660000', '121338.663000', '121338.666000', '121338.669000', '121338.672000', '121338.675000', '121338.678000', '121338.680000', '121338.683000', '121338.686000', '121338.689000', '121338.692000', '121338.695000', '121338.698000', '121338.701000', '121358.576000', '121358.579000', '121358.582000', '121358.585000', '121358.588000', '121358.591000', '121358.594000', '121358.597000', '121358.600000', '121358.603000', '121358.606000', '121358.608000', '121358.611000', '121358.614000', '121358.617000', '121358.620000', '121358.623000', '121358.626000', '121358.629000', '121358.632000', '121358.635000', '121358.637000', '121358.640000', '121358.643000', '121358.646000', '121358.649000', '121358.652000', '121358.655000', '121358.658000', '121358.661000', '121358.664000', '121358.666000', '121358.669000', '121358.672000', '121358.675000', '121358.678000', '121358.681000', '121358.684000', '121358.687000', '121358.690000', '121358.693000', '121358.696000', '121358.698000', '121358.701000', '121418.576000', '121418.579000', '121418.582000', '121418.585000', '121418.588000', '121418.591000', '121418.594000', '121418.597000', '121418.600000', '121418.603000', '121418.606000', '121418.609000', '121418.612000', '121418.615000', '121418.618000', '121418.620000', '121418.623000', '121418.628000', '121418.632000', '121418.635000', '121418.638000', '121418.641000', '121418.644000', '121418.647000', '121418.650000', '121418.652000', '121418.655000', '121418.658000', '121418.661000', '121418.664000', '121418.667000', '121418.670000', '121418.673000', '121418.676000', '121418.679000', '121418.681000', '121418.684000', '121418.687000', '121418.690000', '121418.693000', '121418.696000', '121418.699000', '121418.702000', '121429.268000', '121429.271000', '121429.274000', '121429.278000', '121429.282000', '121429.285000', '121429.289000', '121429.296000', '121429.300000', '121429.303000', '121429.307000', '121429.310000', '121429.313000', '121429.316000', '121429.319000', '121429.324000', '121429.328000', '121429.331000', '121429.337000', '121429.341000', '121429.345000', '121429.350000', '121429.353000', '121429.356000'], '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': [8591, 11747, 8706, 10401, 8668, 10970, 8547, 10464, 8417, 10394, 9092, 9812, 14869, 9936, 17235, 9606, 13933, 9092, 12687, 9164, 11907, 8524, 10334, 8510, 9754, 8583, 11040, 8249, 10845, 7916, 10613, 8022, 11189, 8144, 11266, 8509, 10886, 8045, 10850, 8136, 11144, 8192, 9972, 11810, 9564, 9019, 9688, 8671, 9625, 11475, 8884, 10324, 9053, 11300, 8793, 11800, 8804, 10475, 8895, 11186, 8804, 11495, 8620, 10806, 8840, 11514, 8917, 11534, 8625, 12102, 9438, 13103, 9397, 13296, 8993, 13842, 8484, 14611, 8677, 12892, 8317, 10811, 8643, 10128, 12294, 9656, 15365, 9032, 10469, 9791, 12568, 9216, 11978, 9132, 10611, 9056, 10241, 8783, 9977, 8635, 9418, 8504, 10779, 8173, 10757, 8379, 9648, 8682, 9369, 8216, 9549, 11196, 9070, 8313, 9308, 11707, 9129, 12655, 8874, 11631, 8962, 11649, 9379, 11409, 8457, 10244, 9382, 9594, 8564, 9352, 7935, 9505, 11226, 9488, 12368, 9578, 11175, 9193, 10692, 8620, 10430, 9529, 9494, 9699, 9415, 13242, 9756, 13939, 9569, 11162, 9373, 9868, 9136, 10312, 8931, 9566, 9677, 11140, 8685, 10282, 8018, 9645, 8128, 9325, 8206, 9988, 8332, 9516, 8682, 9770, 8350, 9425, 13045, 9243, 15297, 9461, 12417, 8967, 10949, 9097, 11325, 9199, 9678, 9155, 10708, 8750, 10789, 8484, 10920, 8714, 11100, 8705, 11320, 8713, 11473, 8623, 12178, 8934, 11263, 8638, 10446, 12396, 9625, 11916, 8967, 10300, 9936, 13112, 9742, 11942, 9389, 10515, 8495, 9152, 8319, 9406, 7589, 9525, 13042, 9164, 10868, 8470, 9437, 7845, 9558, 7706, 9470, 9139, 9147, 9628, 8932, 8777, 8040, 10028, 8665, 12056, 9173, 13027, 9414, 13291, 9114, 13748, 9915, 13908, 9406, 13136, 9261, 12345, 9220, 11928, 9186, 10574, 9251, 10607, 9138, 10594, 8888, 11011, 9000, 10686, 8727, 10675, 8166, 9811, 15609, 9339, 12839, 9455, 12443, 9395, 11073, 9390, 9801, 9061, 9802, 9286, 10247, 8998, 11361, 8874, 10794, 8333, 10235, 8224, 9590, 9727, 9664, 8921, 9498, 8479, 9309, 8646, 9694, 9832, 9648, 8928, 9769, 8571, 9941, 12266, 10067, 11037, 9256, 11242, 9973, 15627, 9529, 13395, 10099, 11718, 9672, 10861, 9048, 9759, 8666, 9856, 14408, 9645, 11358, 9511, 10570, 9577, 9843, 9025, 8969, 8451, 9032, 8113, 8932, 7867, 8957, 11530, 9678, 13077, 9550, 11533, 9667, 11997, 9666, 11505, 9627, 11138, 9812, 9876, 9822, 10814, 9658, 10749, 9558, 9709, 9579, 10403, 9528, 11127, 9703, 10340, 9418, 10521, 9397, 10740, 9124, 10237, 9430, 11517, 9152, 11629, 9227, 10228, 9395, 11869, 9401, 11806, 9392, 12046, 9536, 11640, 9820, 11727, 9579, 13846, 9537, 13786, 11101, 11560, 9191, 9862, 9588, 9489, 14781, 9195, 10573, 8735, 8717, 10074, 12681, 9901, 12617, 9904, 11456, 9752, 9548, 9288, 9054, 9365, 8524, 8452, 8787, 7983, 9666, 13297, 9975, 11758, 9634, 9847, 9170, 8636, 8404, 8356, 7805, 8896, 8540, 8387, 7615, 8915, 9248, 9554, 11648, 9674, 9932, 9599, 12140, 9734, 10975, 9787, 10204, 9307, 11484, 9777, 11305, 9834, 10786, 9656, 11423, 9813, 12009, 9725, 11788, 9782, 12769, 9826, 12605, 9562, 13228, 9548, 11168, 11042, 9433, 10207, 8642, 12260, 10033, 17114, 10017, 13883, 9867, 12404, 9866, 11150, 8608, 8611, 8802, 8467, 8686, 10178, 8864, 8818, 8649, 8070, 8961, 11050, 9240, 10904, 9990, 14119, 9874, 11850, 9787, 10634, 9803, 10553, 9454, 9952, 8989, 9824, 14799, 9985, 11362, 9784, 9855, 9138, 8975, 8447, 9812, 7809, 9685, 12716, 9740, 12157, 9551, 10645, 9111, 9285, 8611, 10076, 13898, 9661, 12042, 9374, 9392, 8918, 9160, 8400, 9068, 8625, 9148, 8736, 9311, 8700, 9688, 14419, 9500, 12679, 10185, 12939, 9282, 12627, 8789, 9637, 15499, 9675, 16956, 9556, 13927, 9736, 11312, 9264, 9805, 8333, 9359, 8446, 9194, 8005, 9457, 11515, 9608, 11487, 9823, 10950, 9590, 11527, 9174, 10831, 9385, 9975, 8999, 10346, 8568, 10117, 8855, 9453, 8932, 9556, 10767, 9126, 10662, 9307, 8818, 9628, 9039, 9978, 8661, 9989, 8683, 12602, 9266, 13531, 9599, 14014, 9558, 13112, 10099, 16095, 11385, 14059, 9776, 9314, 9579, 14398, 9727, 14840, 9803, 9396, 9743, 8742, 9443, 8945, 9887, 8504, 9933, 8924, 10695, 8779, 10913, 9546, 9751, 15421, 9725, 12899, 9720, 11661, 9647, 9376, 9394, 9564, 8140, 9977, 12879, 9664, 10524, 9566, 10045, 9688, 9716, 9095, 9639, 8635, 9937, 9014, 9005, 8080, 9532, 12397, 9465, 11292, 9648, 10695, 9553, 10854, 9405, 10555, 9525, 10382, 9682, 9730, 9740, 10807, 9850, 11745, 9808, 11568, 9925, 11104, 9789, 12070, 9980, 11263, 9765, 11793, 9757, 12164, 9626, 11138, 9785, 11641, 9875, 11638, 9402, 11270, 9327, 10731, 9050, 9971, 16118, 10530, 14482, 9171, 12729, 9935, 13776, 9932, 12545, 10157, 10848, 10064, 10600, 9841, 10247, 9425, 10055, 16968, 9747, 15467, 9723, 9454, 9337, 9235, 8608, 9804, 13196, 10162, 10390, 9947, 9355, 10039, 9977, 9727, 9880, 8700, 9877, 9321, 9598, 9142, 9725, 12708, 9997, 11288, 9923, 10190, 9218, 9464, 9358, 9500, 8893, 9636, 8553, 9513, 8576, 9743, 9865, 9891, 15012, 9767, 12266, 9658, 9892, 9000, 9053, 9285, 9785, 13423, 9499, 9403, 8546, 7578, 8695, 8346, 8774, 8248, 8733, 8034, 8531, 10390, 9221, 8452, 9680, 11339, 9805, 15289, 9752, 13090, 10048, 12118, 9759, 11606, 10132, 12003, 9930, 12464, 10003, 13861, 9281, 11033, 9383, 9541, 9366, 9799, 8838, 9749, 13490, 9502, 8698, 9583, 11121, 9772, 10159, 10030, 13383, 9917, 11272, 9570, 9671, 10042, 9802, 9945, 9638, 9602, 10185, 9875, 10324, 9678, 10745, 10021, 10611, 10031, 11680, 9763, 11159, 10032, 10867, 9979, 11477, 10152, 11870, 9787, 11406, 9409, 10202, 9192, 9716, 16926, 9979, 13765, 10117, 12021, 10393, 10095, 9282, 9139, 8364, 9863, 12724, 9897, 8550, 9946, 10279, 9858, 10022, 9735, 9576, 10135, 10206, 9552, 10129, 8676, 9462, 12646, 9541, 10822, 10134, 11406, 10135, 10812, 9760, 9425, 9255, 8447, 10053, 11036, 9499, 9207, 9997, 11924, 9714, 11589, 9772, 10244, 9878, 11655, 10152, 13404, 9946, 11661, 9912, 12317, 9918, 11806, 10328, 10793, 9950, 10948, 10052, 11120, 10218, 11352, 9544, 10542, 9586, 9546, 10071, 10576, 8872, 11468, 9179, 10091, 16314, 9335, 8862, 9648, 8696, 9551, 8776, 9529, 12612, 9942, 14683, 9836, 11030, 9900, 10175, 10079, 9492, 9788, 8518, 9793, 8469, 9670, 9195, 9759, 9137, 10233, 10068, 9877, 11851, 9298, 9768, 7972, 8912, 9326, 8986, 11621, 9738, 13980, 9671, 11972, 8888, 12782, 9392, 16575, 12690, 13874, 9776, 9988, 10190, 12358, 9609, 15781, 9363, 15681, 8778, 10867, 9690, 13097, 9492, 12241, 9564, 10183, 9506, 10354, 9543, 10061, 9842, 8841, 9789, 10259, 9434, 10441, 9348, 9902, 9213, 9344, 9239, 9872, 14390, 9879, 12197, 9730, 9900, 9453, 10137, 9491, 9445, 9303, 9892, 13366, 9462, 9865, 14218, 9841, 9609, 9666, 8620, 8595, 9654, 11587, 9566, 9982, 9073, 9391, 11433, 9585, 11586, 9890, 10060, 9066, 8630, 8131, 9823, 11913, 9703, 10774, 9642, 9345, 9703, 10056, 9450, 10158, 9076, 9659, 8763, 8866, 8546, 9027, 10653, 9032, 12078, 8914, 10220, 9623, 12323, 9285, 11134, 9731, 13022, 9992, 13663, 9705, 14231, 10458, 12022, 9618, 10949, 9851, 11877, 10409, 13521, 9937, 12007, 10193, 14015, 9994, 13373, 9685, 9623, 17607, 9899, 13230, 9855, 12192, 9855, 8995, 9190, 8612, 8161, 9245, 8075, 9460, 11103, 9585, 10627, 9567, 9376, 9072, 8956, 8941, 8776, 9061, 9443, 14182, 9385, 10747, 9568, 10992, 9765, 10959, 9442, 9709, 9580, 11111, 9680, 11888, 9743, 12095, 9795, 11985, 9748, 13637, 11074, 9845, 13977, 10246, 16361, 10094, 13005, 10012, 11534, 9516, 8867, 8874, 8847, 8627, 9944, 12531, 10012, 11135, 9778, 9472, 8938, 8730, 7901, 9890, 12605, 9759, 10763, 9365, 9233, 9195, 9037, 8303, 8573, 7744, 8535, 7913, 8992, 9658, 9281, 11817, 9533, 9799, 9455, 10024, 9473, 9717, 8241, 8471, 8505, 8389], 'WindowCenter': [4275.0, 4287.0, 4244.0, 4252.0, 4231.0, 4249.0, 4231.0, 4250.0, 4218.0, 4238.0, 4216.0, 4236.0, 4265.0, 4235.0, 4276.0, 4224.0, 4255.0, 4215.0, 4243.0, 4214.0, 4245.0, 4215.0, 4233.0, 4215.0, 4224.0, 4215.0, 4234.0, 4214.0, 4245.0, 4205.0, 4235.0, 4204.0, 4234.0, 4204.0, 4245.0, 4215.0, 4235.0, 4204.0, 4235.0, 4204.0, 4235.0, 4204.0, 4236.0, 4244.0, 4225.0, 4214.0, 4224.0, 4212.0, 4237.0, 4247.0, 4227.0, 4235.0, 4227.0, 4245.0, 4226.0, 4256.0, 4227.0, 4235.0, 4227.0, 4235.0, 4216.0, 4246.0, 4217.0, 4234.0, 4215.0, 4245.0, 4215.0, 4246.0, 4215.0, 4245.0, 4224.0, 4255.0, 4215.0, 4254.0, 4215.0, 4255.0, 4214.0, 4253.0, 4203.0, 4243.0, 4203.0, 4233.0, 4200.0, 4223.0, 4231.0, 4212.0, 4252.0, 4214.0, 4222.0, 4222.0, 4242.0, 4214.0, 4244.0, 4214.0, 4221.0, 4214.0, 4221.0, 4214.0, 4224.0, 4214.0, 4214.0, 4214.0, 4235.0, 4205.0, 4246.0, 4204.0, 4225.0, 4214.0, 4225.0, 4214.0, 4226.0, 4233.0, 4215.0, 4203.0, 4226.0, 4244.0, 4227.0, 4256.0, 4216.0, 4235.0, 4216.0, 4234.0, 4214.0, 4244.0, 4203.0, 4224.0, 4212.0, 4213.0, 4202.0, 4213.0, 4192.0, 4224.0, 4233.0, 4225.0, 4243.0, 4225.0, 4233.0, 4214.0, 4223.0, 4203.0, 4235.0, 4213.0, 4214.0, 4213.0, 4214.0, 4243.0, 4213.0, 4255.0, 4214.0, 4221.0, 4213.0, 4212.0, 4225.0, 4224.0, 4214.0, 4224.0, 4224.0, 4234.0, 4204.0, 4225.0, 4205.0, 4225.0, 4204.0, 4215.0, 4204.0, 4236.0, 4218.0, 4226.0, 4214.0, 4226.0, 4205.0, 4227.0, 4255.0, 4227.0, 4266.0, 4226.0, 4244.0, 4215.0, 4234.0, 4214.0, 4245.0, 4224.0, 4223.0, 4225.0, 4234.0, 4215.0, 4234.0, 4215.0, 4234.0, 4214.0, 4234.0, 4216.0, 4244.0, 4215.0, 4246.0, 4214.0, 4244.0, 4214.0, 4235.0, 4214.0, 4235.0, 4244.0, 4214.0, 4233.0, 4214.0, 4234.0, 4224.0, 4243.0, 4223.0, 4243.0, 4212.0, 4221.0, 4202.0, 4212.0, 4201.0, 4214.0, 4191.0, 4225.0, 4254.0, 4215.0, 4234.0, 4204.0, 4213.0, 4193.0, 4214.0, 4207.0, 4225.0, 4227.0, 4227.0, 4228.0, 4227.0, 4230.0, 4218.0, 4249.0, 4241.0, 4261.0, 4241.0, 4270.0, 4241.0, 4271.0, 4230.0, 4270.0, 4240.0, 4258.0, 4227.0, 4257.0, 4228.0, 4257.0, 4229.0, 4247.0, 4229.0, 4237.0, 4227.0, 4235.0, 4227.0, 4246.0, 4227.0, 4246.0, 4227.0, 4237.0, 4217.0, 4237.0, 4203.0, 4237.0, 4266.0, 4226.0, 4255.0, 4225.0, 4244.0, 4225.0, 4246.0, 4227.0, 4225.0, 4216.0, 4225.0, 4227.0, 4236.0, 4228.0, 4247.0, 4229.0, 4249.0, 4217.0, 4237.0, 4216.0, 4239.0, 4227.0, 4227.0, 4215.0, 4227.0, 4215.0, 4227.0, 4227.0, 4237.0, 4237.0, 4226.0, 4225.0, 4236.0, 4216.0, 4237.0, 4246.0, 4236.0, 4248.0, 4227.0, 4245.0, 4237.0, 4266.0, 4226.0, 4255.0, 4235.0, 4244.0, 4224.0, 4234.0, 4213.0, 4224.0, 4202.0, 4225.0, 4265.0, 4224.0, 4233.0, 4224.0, 4223.0, 4223.0, 4222.0, 4214.0, 4225.0, 4215.0, 4216.0, 4204.0, 4226.0, 4205.0, 4227.0, 4246.0, 4239.0, 4256.0, 4238.0, 4246.0, 4236.0, 4246.0, 4227.0, 4245.0, 4238.0, 4247.0, 4236.0, 4236.0, 4236.0, 4246.0, 4236.0, 4247.0, 4238.0, 4226.0, 4236.0, 4237.0, 4238.0, 4248.0, 4240.0, 4237.0, 4229.0, 4247.0, 4238.0, 4247.0, 4239.0, 4237.0, 4229.0, 4247.0, 4238.0, 4248.0, 4228.0, 4238.0, 4228.0, 4257.0, 4228.0, 4258.0, 4227.0, 4259.0, 4227.0, 4248.0, 4235.0, 4246.0, 4224.0, 4257.0, 4225.0, 4266.0, 4235.0, 4244.0, 4213.0, 4224.0, 4213.0, 4223.0, 4265.0, 4212.0, 4222.0, 4202.0, 4201.0, 4223.0, 4242.0, 4222.0, 4243.0, 4224.0, 4232.0, 4221.0, 4211.0, 4211.0, 4211.0, 4212.0, 4212.0, 4202.0, 4213.0, 4202.0, 4225.0, 4253.0, 4223.0, 4244.0, 4225.0, 4224.0, 4213.0, 4214.0, 4202.0, 4214.0, 4204.0, 4227.0, 4215.0, 4216.0, 4205.0, 4225.0, 4237.0, 4239.0, 4247.0, 4238.0, 4236.0, 4239.0, 4257.0, 4240.0, 4247.0, 4238.0, 4247.0, 4239.0, 4256.0, 4239.0, 4259.0, 4239.0, 4247.0, 4239.0, 4258.0, 4239.0, 4258.0, 4239.0, 4258.0, 4238.0, 4256.0, 4237.0, 4257.0, 4226.0, 4256.0, 4226.0, 4247.0, 4234.0, 4214.0, 4223.0, 4214.0, 4243.0, 4223.0, 4276.0, 4224.0, 4243.0, 4224.0, 4243.0, 4225.0, 4234.0, 4215.0, 4215.0, 4227.0, 4215.0, 4217.0, 4235.0, 4216.0, 4214.0, 4216.0, 4216.0, 4228.0, 4245.0, 4227.0, 4236.0, 4239.0, 4268.0, 4252.0, 4261.0, 4251.0, 4248.0, 4238.0, 4235.0, 4224.0, 4225.0, 4213.0, 4225.0, 4254.0, 4224.0, 4232.0, 4224.0, 4223.0, 4213.0, 4213.0, 4203.0, 4224.0, 4192.0, 4225.0, 4244.0, 4223.0, 4244.0, 4224.0, 4236.0, 4214.0, 4213.0, 4203.0, 4225.0, 4253.0, 4223.0, 4244.0, 4224.0, 4212.0, 4214.0, 4214.0, 4213.0, 4227.0, 4228.0, 4239.0, 4228.0, 4239.0, 4229.0, 4250.0, 4281.0, 4241.0, 4269.0, 4239.0, 4268.0, 4228.0, 4259.0, 4216.0, 4237.0, 4277.0, 4237.0, 4277.0, 4235.0, 4265.0, 4236.0, 4245.0, 4225.0, 4226.0, 4216.0, 4227.0, 4216.0, 4226.0, 4205.0, 4238.0, 4258.0, 4238.0, 4245.0, 4238.0, 4246.0, 4239.0, 4247.0, 4228.0, 4248.0, 4228.0, 4237.0, 4227.0, 4238.0, 4228.0, 4238.0, 4227.0, 4237.0, 4215.0, 4226.0, 4248.0, 4228.0, 4246.0, 4228.0, 4226.0, 4239.0, 4227.0, 4248.0, 4216.0, 4238.0, 4227.0, 4268.0, 4238.0, 4269.0, 4240.0, 4278.0, 4239.0, 4268.0, 4250.0, 4277.0, 4246.0, 4265.0, 4225.0, 4224.0, 4224.0, 4265.0, 4224.0, 4266.0, 4224.0, 4213.0, 4221.0, 4212.0, 4222.0, 4213.0, 4235.0, 4214.0, 4235.0, 4226.0, 4247.0, 4227.0, 4248.0, 4237.0, 4236.0, 4266.0, 4224.0, 4254.0, 4224.0, 4246.0, 4223.0, 4213.0, 4212.0, 4223.0, 4201.0, 4223.0, 4253.0, 4224.0, 4232.0, 4224.0, 4223.0, 4223.0, 4224.0, 4214.0, 4226.0, 4214.0, 4236.0, 4214.0, 4226.0, 4204.0, 4237.0, 4256.0, 4237.0, 4247.0, 4238.0, 4247.0, 4239.0, 4248.0, 4238.0, 4247.0, 4239.0, 4248.0, 4250.0, 4238.0, 4251.0, 4260.0, 4253.0, 4271.0, 4252.0, 4260.0, 4250.0, 4259.0, 4251.0, 4269.0, 4251.0, 4258.0, 4251.0, 4258.0, 4240.0, 4270.0, 4251.0, 4258.0, 4248.0, 4258.0, 4238.0, 4259.0, 4227.0, 4259.0, 4227.0, 4247.0, 4226.0, 4239.0, 4289.0, 4248.0, 4266.0, 4226.0, 4255.0, 4235.0, 4268.0, 4236.0, 4244.0, 4235.0, 4233.0, 4225.0, 4234.0, 4224.0, 4224.0, 4213.0, 4225.0, 4274.0, 4222.0, 4263.0, 4223.0, 4212.0, 4212.0, 4223.0, 4212.0, 4224.0, 4254.0, 4235.0, 4233.0, 4235.0, 4223.0, 4236.0, 4234.0, 4236.0, 4237.0, 4216.0, 4238.0, 4226.0, 4236.0, 4225.0, 4236.0, 4256.0, 4237.0, 4245.0, 4236.0, 4236.0, 4227.0, 4237.0, 4227.0, 4237.0, 4225.0, 4239.0, 4229.0, 4239.0, 4228.0, 4238.0, 4238.0, 4238.0, 4279.0, 4249.0, 4258.0, 4238.0, 4237.0, 4226.0, 4226.0, 4226.0, 4239.0, 4267.0, 4238.0, 4226.0, 4229.0, 4206.0, 4229.0, 4231.0, 4242.0, 4231.0, 4231.0, 4229.0, 4243.0, 4251.0, 4241.0, 4230.0, 4242.0, 4260.0, 4252.0, 4292.0, 4241.0, 4267.0, 4249.0, 4259.0, 4239.0, 4258.0, 4249.0, 4257.0, 4237.0, 4258.0, 4236.0, 4268.0, 4226.0, 4237.0, 4225.0, 4225.0, 4224.0, 4236.0, 4225.0, 4237.0, 4256.0, 4225.0, 4214.0, 4226.0, 4246.0, 4236.0, 4234.0, 4237.0, 4255.0, 4236.0, 4246.0, 4225.0, 4225.0, 4237.0, 4236.0, 4238.0, 4238.0, 4238.0, 4236.0, 4250.0, 4237.0, 4239.0, 4248.0, 4240.0, 4247.0, 4249.0, 4258.0, 4249.0, 4248.0, 4239.0, 4247.0, 4238.0, 4247.0, 4238.0, 4257.0, 4236.0, 4247.0, 4227.0, 4236.0, 4226.0, 4237.0, 4276.0, 4236.0, 4254.0, 4235.0, 4244.0, 4234.0, 4233.0, 4213.0, 4223.0, 4214.0, 4234.0, 4253.0, 4224.0, 4212.0, 4235.0, 4234.0, 4236.0, 4236.0, 4236.0, 4236.0, 4248.0, 4237.0, 4237.0, 4237.0, 4217.0, 4237.0, 4255.0, 4226.0, 4233.0, 4236.0, 4244.0, 4237.0, 4249.0, 4238.0, 4225.0, 4239.0, 4228.0, 4251.0, 4259.0, 4240.0, 4239.0, 4250.0, 4269.0, 4250.0, 4259.0, 4252.0, 4248.0, 4250.0, 4259.0, 4251.0, 4269.0, 4240.0, 4258.0, 4249.0, 4259.0, 4249.0, 4260.0, 4248.0, 4247.0, 4239.0, 4247.0, 4237.0, 4245.0, 4237.0, 4247.0, 4237.0, 4237.0, 4225.0, 4226.0, 4236.0, 4237.0, 4215.0, 4247.0, 4225.0, 4236.0, 4276.0, 4225.0, 4214.0, 4226.0, 4215.0, 4226.0, 4214.0, 4237.0, 4256.0, 4248.0, 4278.0, 4235.0, 4233.0, 4235.0, 4223.0, 4224.0, 4224.0, 4236.0, 4215.0, 4236.0, 4215.0, 4238.0, 4238.0, 4240.0, 4236.0, 4250.0, 4239.0, 4250.0, 4260.0, 4241.0, 4239.0, 4219.0, 4227.0, 4240.0, 4230.0, 4261.0, 4251.0, 4281.0, 4253.0, 4272.0, 4242.0, 4269.0, 4241.0, 4290.0, 4283.0, 4279.0, 4239.0, 4239.0, 4249.0, 4257.0, 4227.0, 4277.0, 4241.0, 4289.0, 4217.0, 4234.0, 4225.0, 4245.0, 4226.0, 4246.0, 4228.0, 4237.0, 4240.0, 4238.0, 4238.0, 4237.0, 4239.0, 4227.0, 4238.0, 4237.0, 4227.0, 4238.0, 4227.0, 4239.0, 4228.0, 4225.0, 4227.0, 4238.0, 4266.0, 4237.0, 4257.0, 4225.0, 4225.0, 4225.0, 4236.0, 4226.0, 4227.0, 4224.0, 4236.0, 4258.0, 4224.0, 4226.0, 4255.0, 4224.0, 4224.0, 4225.0, 4214.0, 4214.0, 4237.0, 4257.0, 4238.0, 4237.0, 4227.0, 4229.0, 4247.0, 4228.0, 4247.0, 4237.0, 4238.0, 4226.0, 4217.0, 4206.0, 4238.0, 4247.0, 4240.0, 4248.0, 4239.0, 4239.0, 4240.0, 4238.0, 4240.0, 4249.0, 4242.0, 4241.0, 4230.0, 4231.0, 4229.0, 4241.0, 4249.0, 4240.0, 4259.0, 4231.0, 4251.0, 4252.0, 4269.0, 4241.0, 4249.0, 4239.0, 4269.0, 4240.0, 4269.0, 4238.0, 4268.0, 4238.0, 4257.0, 4228.0, 4247.0, 4250.0, 4260.0, 4250.0, 4282.0, 4253.0, 4258.0, 4239.0, 4268.0, 4227.0, 4259.0, 4226.0, 4228.0, 4277.0, 4225.0, 4243.0, 4224.0, 4233.0, 4213.0, 4203.0, 4213.0, 4215.0, 4203.0, 4215.0, 4204.0, 4226.0, 4235.0, 4226.0, 4236.0, 4239.0, 4227.0, 4217.0, 4229.0, 4227.0, 4218.0, 4227.0, 4242.0, 4281.0, 4229.0, 4247.0, 4239.0, 4248.0, 4251.0, 4249.0, 4241.0, 4238.0, 4240.0, 4261.0, 4241.0, 4260.0, 4241.0, 4259.0, 4240.0, 4259.0, 4238.0, 4271.0, 4249.0, 4228.0, 4266.0, 4237.0, 4277.0, 4236.0, 4245.0, 4225.0, 4248.0, 4215.0, 4215.0, 4214.0, 4214.0, 4202.0, 4223.0, 4244.0, 4225.0, 4235.0, 4226.0, 4224.0, 4214.0, 4216.0, 4204.0, 4226.0, 4245.0, 4226.0, 4236.0, 4226.0, 4225.0, 4226.0, 4216.0, 4206.0, 4228.0, 4206.0, 4217.0, 4206.0, 4229.0, 4227.0, 4239.0, 4260.0, 4239.0, 4238.0, 4240.0, 4238.0, 4239.0, 4240.0, 4230.0, 4230.0, 4229.0, 4230.0], 'WindowWidth': [9477.0, 9476.0, 9414.0, 9417.0, 9386.0, 9405.0, 9387.0, 9410.0, 9361.0, 9386.0, 9355.0, 9381.0, 9419.0, 9380.0, 9440.0, 9362.0, 9405.0, 9352.0, 9385.0, 9348.0, 9391.0, 9354.0, 9373.0, 9351.0, 9362.0, 9352.0, 9376.0, 9351.0, 9393.0, 9339.0, 9379.0, 9337.0, 9375.0, 9336.0, 9392.0, 9354.0, 9377.0, 9335.0, 9380.0, 9336.0, 9377.0, 9336.0, 9382.0, 9390.0, 9363.0, 9348.0, 9364.0, 9343.0, 9386.0, 9399.0, 9371.0, 9379.0, 9370.0, 9393.0, 9370.0, 9411.0, 9371.0, 9378.0, 9370.0, 9378.0, 9354.0, 9395.0, 9358.0, 9376.0, 9353.0, 9391.0, 9353.0, 9394.0, 9353.0, 9390.0, 9364.0, 9404.0, 9350.0, 9402.0, 9353.0, 9406.0, 9349.0, 9401.0, 9333.0, 9385.0, 9332.0, 9371.0, 9323.0, 9357.0, 9366.0, 9342.0, 9396.0, 9347.0, 9354.0, 9356.0, 9382.0, 9350.0, 9391.0, 9348.0, 9353.0, 9347.0, 9352.0, 9348.0, 9362.0, 9350.0, 9346.0, 9349.0, 9377.0, 9338.0, 9394.0, 9336.0, 9365.0, 9347.0, 9364.0, 9350.0, 9368.0, 9373.0, 9351.0, 9333.0, 9367.0, 9389.0, 9372.0, 9408.0, 9353.0, 9376.0, 9353.0, 9375.0, 9349.0, 9389.0, 9334.0, 9363.0, 9343.0, 9345.0, 9328.0, 9344.0, 9314.0, 9361.0, 9372.0, 9362.0, 9385.0, 9364.0, 9371.0, 9347.0, 9359.0, 9331.0, 9378.0, 9344.0, 9345.0, 9342.0, 9346.0, 9382.0, 9344.0, 9404.0, 9345.0, 9352.0, 9344.0, 9342.0, 9363.0, 9360.0, 9348.0, 9358.0, 9362.0, 9375.0, 9334.0, 9364.0, 9340.0, 9364.0, 9334.0, 9351.0, 9337.0, 9381.0, 9360.0, 9367.0, 9348.0, 9367.0, 9337.0, 9368.0, 9407.0, 9369.0, 9421.0, 9366.0, 9388.0, 9352.0, 9376.0, 9350.0, 9392.0, 9362.0, 9357.0, 9364.0, 9375.0, 9352.0, 9377.0, 9354.0, 9375.0, 9349.0, 9376.0, 9355.0, 9389.0, 9353.0, 9395.0, 9349.0, 9389.0, 9349.0, 9379.0, 9347.0, 9377.0, 9389.0, 9346.0, 9372.0, 9347.0, 9376.0, 9362.0, 9387.0, 9359.0, 9384.0, 9343.0, 9354.0, 9329.0, 9343.0, 9325.0, 9346.0, 9314.0, 9363.0, 9402.0, 9350.0, 9375.0, 9335.0, 9346.0, 9318.0, 9348.0, 9342.0, 9364.0, 9371.0, 9368.0, 9373.0, 9371.0, 9380.0, 9363.0, 9405.0, 9398.0, 9424.0, 9398.0, 9434.0, 9396.0, 9437.0, 9381.0, 9434.0, 9391.0, 9412.0, 9370.0, 9409.0, 9370.0, 9410.0, 9378.0, 9395.0, 9375.0, 9381.0, 9368.0, 9377.0, 9368.0, 9395.0, 9372.0, 9396.0, 9371.0, 9384.0, 9358.0, 9384.0, 9335.0, 9384.0, 9427.0, 9368.0, 9405.0, 9365.0, 9390.0, 9365.0, 9394.0, 9370.0, 9363.0, 9354.0, 9364.0, 9370.0, 9381.0, 9374.0, 9400.0, 9375.0, 9401.0, 9357.0, 9383.0, 9354.0, 9388.0, 9370.0, 9369.0, 9350.0, 9370.0, 9352.0, 9372.0, 9373.0, 9387.0, 9385.0, 9370.0, 9367.0, 9382.0, 9354.0, 9386.0, 9397.0, 9382.0, 9401.0, 9373.0, 9394.0, 9384.0, 9427.0, 9369.0, 9407.0, 9378.0, 9389.0, 9362.0, 9376.0, 9346.0, 9361.0, 9330.0, 9364.0, 9420.0, 9361.0, 9371.0, 9362.0, 9358.0, 9360.0, 9356.0, 9348.0, 9365.0, 9352.0, 9355.0, 9338.0, 9369.0, 9341.0, 9372.0, 9398.0, 9391.0, 9411.0, 9387.0, 9395.0, 9384.0, 9396.0, 9371.0, 9394.0, 9390.0, 9397.0, 9381.0, 9380.0, 9382.0, 9395.0, 9384.0, 9399.0, 9387.0, 9369.0, 9383.0, 9384.0, 9388.0, 9404.0, 9393.0, 9385.0, 9376.0, 9399.0, 9389.0, 9400.0, 9390.0, 9385.0, 9376.0, 9399.0, 9388.0, 9401.0, 9375.0, 9388.0, 9375.0, 9413.0, 9376.0, 9415.0, 9374.0, 9421.0, 9373.0, 9402.0, 9381.0, 9397.0, 9365.0, 9414.0, 9365.0, 9427.0, 9378.0, 9390.0, 9346.0, 9362.0, 9345.0, 9361.0, 9419.0, 9342.0, 9357.0, 9329.0, 9327.0, 9360.0, 9385.0, 9357.0, 9386.0, 9361.0, 9370.0, 9354.0, 9340.0, 9340.0, 9340.0, 9341.0, 9344.0, 9328.0, 9347.0, 9330.0, 9365.0, 9400.0, 9361.0, 9391.0, 9365.0, 9362.0, 9345.0, 9349.0, 9331.0, 9351.0, 9338.0, 9372.0, 9353.0, 9357.0, 9341.0, 9370.0, 9388.0, 9393.0, 9401.0, 9389.0, 9383.0, 9391.0, 9414.0, 9394.0, 9401.0, 9389.0, 9401.0, 9393.0, 9411.0, 9392.0, 9418.0, 9393.0, 9399.0, 9392.0, 9417.0, 9391.0, 9417.0, 9394.0, 9415.0, 9387.0, 9411.0, 9385.0, 9413.0, 9368.0, 9415.0, 9370.0, 9398.0, 9375.0, 9349.0, 9359.0, 9348.0, 9387.0, 9361.0, 9440.0, 9363.0, 9386.0, 9360.0, 9384.0, 9366.0, 9377.0, 9352.0, 9351.0, 9371.0, 9352.0, 9358.0, 9381.0, 9356.0, 9350.0, 9355.0, 9357.0, 9372.0, 9393.0, 9371.0, 9383.0, 9393.0, 9431.0, 9415.0, 9427.0, 9410.0, 9402.0, 9388.0, 9378.0, 9362.0, 9365.0, 9345.0, 9362.0, 9404.0, 9360.0, 9368.0, 9360.0, 9356.0, 9347.0, 9347.0, 9331.0, 9362.0, 9316.0, 9364.0, 9390.0, 9361.0, 9389.0, 9361.0, 9380.0, 9349.0, 9347.0, 9333.0, 9364.0, 9403.0, 9360.0, 9388.0, 9362.0, 9342.0, 9348.0, 9349.0, 9349.0, 9373.0, 9378.0, 9393.0, 9377.0, 9393.0, 9379.0, 9410.0, 9456.0, 9398.0, 9435.0, 9393.0, 9429.0, 9376.0, 9421.0, 9357.0, 9387.0, 9439.0, 9387.0, 9446.0, 9382.0, 9422.0, 9384.0, 9394.0, 9366.0, 9369.0, 9356.0, 9372.0, 9355.0, 9369.0, 9339.0, 9387.0, 9415.0, 9390.0, 9396.0, 9389.0, 9398.0, 9392.0, 9400.0, 9374.0, 9401.0, 9374.0, 9385.0, 9372.0, 9387.0, 9376.0, 9388.0, 9372.0, 9385.0, 9353.0, 9370.0, 9405.0, 9375.0, 9398.0, 9374.0, 9368.0, 9392.0, 9375.0, 9403.0, 9357.0, 9390.0, 9375.0, 9431.0, 9391.0, 9435.0, 9395.0, 9444.0, 9392.0, 9432.0, 9408.0, 9443.0, 9398.0, 9421.0, 9366.0, 9363.0, 9364.0, 9420.0, 9365.0, 9424.0, 9363.0, 9345.0, 9356.0, 9345.0, 9359.0, 9349.0, 9380.0, 9352.0, 9382.0, 9371.0, 9401.0, 9375.0, 9405.0, 9386.0, 9385.0, 9429.0, 9364.0, 9407.0, 9365.0, 9398.0, 9362.0, 9347.0, 9343.0, 9359.0, 9329.0, 9361.0, 9403.0, 9365.0, 9371.0, 9363.0, 9360.0, 9363.0, 9364.0, 9350.0, 9370.0, 9352.0, 9384.0, 9351.0, 9370.0, 9338.0, 9386.0, 9411.0, 9389.0, 9401.0, 9391.0, 9401.0, 9394.0, 9401.0, 9390.0, 9402.0, 9395.0, 9404.0, 9411.0, 9393.0, 9415.0, 9423.0, 9419.0, 9443.0, 9416.0, 9425.0, 9412.0, 9421.0, 9415.0, 9437.0, 9413.0, 9420.0, 9413.0, 9418.0, 9398.0, 9438.0, 9413.0, 9417.0, 9405.0, 9418.0, 9391.0, 9421.0, 9374.0, 9421.0, 9374.0, 9401.0, 9371.0, 9393.0, 9463.0, 9403.0, 9425.0, 9371.0, 9407.0, 9381.0, 9433.0, 9385.0, 9393.0, 9381.0, 9376.0, 9367.0, 9377.0, 9365.0, 9366.0, 9348.0, 9366.0, 9435.0, 9359.0, 9416.0, 9360.0, 9343.0, 9344.0, 9361.0, 9344.0, 9364.0, 9406.0, 9381.0, 9376.0, 9381.0, 9361.0, 9383.0, 9378.0, 9383.0, 9386.0, 9357.0, 9390.0, 9372.0, 9385.0, 9369.0, 9386.0, 9411.0, 9385.0, 9394.0, 9386.0, 9387.0, 9373.0, 9386.0, 9373.0, 9387.0, 9370.0, 9395.0, 9380.0, 9392.0, 9376.0, 9393.0, 9390.0, 9391.0, 9450.0, 9407.0, 9420.0, 9390.0, 9389.0, 9372.0, 9373.0, 9369.0, 9391.0, 9426.0, 9389.0, 9370.0, 9378.0, 9346.0, 9383.0, 9387.0, 9402.0, 9385.0, 9386.0, 9383.0, 9406.0, 9412.0, 9399.0, 9383.0, 9402.0, 9423.0, 9415.0, 9472.0, 9400.0, 9430.0, 9408.0, 9422.0, 9394.0, 9417.0, 9406.0, 9414.0, 9390.0, 9418.0, 9386.0, 9434.0, 9371.0, 9386.0, 9367.0, 9367.0, 9364.0, 9382.0, 9367.0, 9389.0, 9411.0, 9368.0, 9351.0, 9372.0, 9398.0, 9384.0, 9378.0, 9385.0, 9406.0, 9383.0, 9397.0, 9368.0, 9365.0, 9385.0, 9381.0, 9388.0, 9392.0, 9391.0, 9385.0, 9409.0, 9388.0, 9395.0, 9405.0, 9395.0, 9402.0, 9407.0, 9419.0, 9408.0, 9402.0, 9394.0, 9401.0, 9391.0, 9400.0, 9390.0, 9415.0, 9386.0, 9402.0, 9373.0, 9387.0, 9370.0, 9387.0, 9441.0, 9384.0, 9409.0, 9380.0, 9392.0, 9378.0, 9376.0, 9346.0, 9361.0, 9351.0, 9380.0, 9402.0, 9364.0, 9345.0, 9382.0, 9378.0, 9386.0, 9387.0, 9387.0, 9384.0, 9403.0, 9387.0, 9387.0, 9389.0, 9358.0, 9386.0, 9410.0, 9369.0, 9375.0, 9383.0, 9390.0, 9385.0, 9405.0, 9390.0, 9370.0, 9393.0, 9377.0, 9414.0, 9422.0, 9396.0, 9392.0, 9410.0, 9436.0, 9410.0, 9421.0, 9415.0, 9406.0, 9410.0, 9420.0, 9413.0, 9437.0, 9397.0, 9416.0, 9407.0, 9419.0, 9407.0, 9423.0, 9404.0, 9401.0, 9391.0, 9401.0, 9389.0, 9395.0, 9388.0, 9400.0, 9388.0, 9385.0, 9367.0, 9371.0, 9382.0, 9386.0, 9354.0, 9400.0, 9366.0, 9384.0, 9438.0, 9366.0, 9350.0, 9369.0, 9353.0, 9370.0, 9353.0, 9385.0, 9414.0, 9405.0, 9448.0, 9381.0, 9376.0, 9380.0, 9360.0, 9362.0, 9362.0, 9383.0, 9352.0, 9382.0, 9352.0, 9387.0, 9391.0, 9397.0, 9384.0, 9409.0, 9391.0, 9410.0, 9423.0, 9397.0, 9394.0, 9367.0, 9373.0, 9395.0, 9380.0, 9426.0, 9414.0, 9454.0, 9419.0, 9442.0, 9403.0, 9435.0, 9400.0, 9466.0, 9459.0, 9446.0, 9396.0, 9393.0, 9405.0, 9410.0, 9370.0, 9438.0, 9398.0, 9461.0, 9359.0, 9376.0, 9364.0, 9389.0, 9367.0, 9393.0, 9372.0, 9383.0, 9395.0, 9387.0, 9388.0, 9385.0, 9389.0, 9370.0, 9386.0, 9384.0, 9371.0, 9387.0, 9373.0, 9390.0, 9373.0, 9369.0, 9372.0, 9387.0, 9426.0, 9385.0, 9414.0, 9368.0, 9367.0, 9368.0, 9382.0, 9368.0, 9372.0, 9365.0, 9381.0, 9414.0, 9362.0, 9368.0, 9406.0, 9362.0, 9361.0, 9364.0, 9350.0, 9350.0, 9385.0, 9413.0, 9389.0, 9386.0, 9372.0, 9378.0, 9398.0, 9374.0, 9398.0, 9386.0, 9391.0, 9368.0, 9359.0, 9341.0, 9387.0, 9396.0, 9393.0, 9404.0, 9393.0, 9393.0, 9395.0, 9392.0, 9397.0, 9408.0, 9402.0, 9398.0, 9380.0, 9383.0, 9379.0, 9399.0, 9408.0, 9396.0, 9421.0, 9384.0, 9412.0, 9414.0, 9434.0, 9396.0, 9406.0, 9393.0, 9434.0, 9396.0, 9435.0, 9389.0, 9429.0, 9386.0, 9410.0, 9374.0, 9400.0, 9411.0, 9422.0, 9410.0, 9457.0, 9418.0, 9419.0, 9393.0, 9432.0, 9372.0, 9419.0, 9368.0, 9374.0, 9440.0, 9363.0, 9387.0, 9361.0, 9370.0, 9343.0, 9331.0, 9346.0, 9351.0, 9333.0, 9352.0, 9335.0, 9368.0, 9379.0, 9369.0, 9380.0, 9392.0, 9373.0, 9358.0, 9377.0, 9371.0, 9362.0, 9370.0, 9400.0, 9452.0, 9378.0, 9397.0, 9390.0, 9401.0, 9410.0, 9406.0, 9397.0, 9388.0, 9395.0, 9424.0, 9397.0, 9420.0, 9398.0, 9419.0, 9395.0, 9419.0, 9388.0, 9439.0, 9402.0, 9373.0, 9421.0, 9384.0, 9439.0, 9381.0, 9392.0, 9364.0, 9400.0, 9350.0, 9351.0, 9347.0, 9349.0, 9331.0, 9360.0, 9389.0, 9366.0, 9379.0, 9368.0, 9365.0, 9348.0, 9354.0, 9335.0, 9368.0, 9393.0, 9367.0, 9381.0, 9368.0, 9365.0, 9368.0, 9356.0, 9340.0, 9376.0, 9344.0, 9359.0, 9344.0, 9378.0, 9372.0, 9393.0, 9424.0, 9393.0, 9389.0, 9394.0, 9389.0, 9393.0, 9395.0, 9382.0, 9383.0, 9379.0, 9382.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.0013184448305821027</td></tr>
<tr><td colspan=3>aqi</td><td>0.027807299218071246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.094634203747816</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2396726330956513</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0127569411739143</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>5223.4131</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0751638860305551</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6081668114682884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.475164487864119</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.37241276161909</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7287362985782204</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3243444033950453</td></tr>
<tr><td colspan=3>gcor</td><td>0.00649493</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017609240487217903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018892666324973106</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.949723582468087</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>32.8301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3815</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.4308</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>304700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.6546</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2571</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.4905</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3471.0008</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3669.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.9193</td></tr>
<tr><td colspan=3>tsnr</td><td>36.2945455131121</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>