<?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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-02/func/sub-0127_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>7ce3e07cd0407001e40b55e696594fc3</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>17:26:36.020000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99643, 0.0788355, -0.0301871, -0.0801709, 0.995722, -0.0459281]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0868134</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>[4202, -7760, -7235, 333, -198, 111, -16, 175]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74efb052-d70b-482d-9e72-2c7990577db2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6733500957489014, -0.21509259939193726, -0.07138051092624664, 124.0252456665039], [-0.2115098536014557, 2.671450614929199, -0.1300976574420929, -91.5510025024414], [-0.08098983764648438, 0.12322180718183517, 2.6959190368652344, -80.79126739501953], [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': ['172636.020000', '172636.480000', '172636.940000', '172637.400000', '172637.860000', '172638.320000', '172638.780000', '172639.240000', '172639.700000', '172640.160000', '172640.620000', '172641.080000', '172641.540000', '172642.000000', '172642.460000', '172642.920000', '172643.380000', '172643.840000', '172644.300000', '172644.760000', '172645.220000', '172645.680000', '172646.140000', '172646.600000', '172647.060000', '172647.520000', '172647.980000', '172648.440000', '172648.900000', '172649.360000', '172649.820000', '172650.280000', '172650.740000', '172651.200000', '172651.660000', '172652.120000', '172652.580000', '172653.040000', '172653.500000', '172653.960000', '172654.420000', '172654.880000', '172655.340000', '172655.800000', '172656.260000', '172656.720000', '172657.180000', '172657.640000', '172658.100000', '172658.560000', '172659.020000', '172659.480000', '172659.940000', '172700.400000', '172700.860000', '172701.320000', '172701.780000', '172702.240000', '172702.700000', '172703.160000', '172703.620000', '172704.080000', '172704.540000', '172705.000000', '172705.460000', '172705.920000', '172706.380000', '172706.840000', '172707.300000', '172707.760000', '172708.220000', '172708.680000', '172709.140000', '172709.600000', '172710.060000', '172710.520000', '172710.980000', '172711.440000', '172711.900000', '172712.360000', '172712.820000', '172713.280000', '172713.740000', '172714.200000', '172714.660000', '172715.120000', '172715.580000', '172716.040000', '172716.500000', '172716.960000', '172717.420000', '172717.880000', '172718.340000', '172718.800000', '172719.260000', '172719.720000', '172720.180000', '172720.640000', '172721.100000', '172721.560000', '172722.020000', '172722.480000', '172722.940000', '172723.400000', '172723.860000', '172724.320000', '172724.780000', '172725.240000', '172725.700000', '172726.160000', '172726.620000', '172727.080000', '172727.540000', '172728.000000', '172728.460000', '172728.920000', '172729.380000', '172729.840000', '172730.300000', '172730.760000', '172731.220000', '172731.680000', '172732.140000', '172732.600000', '172733.060000', '172733.520000', '172733.980000', '172734.440000', '172734.900000', '172735.360000', '172735.820000', '172736.280000', '172736.740000', '172737.200000', '172737.660000', '172738.120000', '172738.580000', '172739.040000', '172739.500000', '172739.960000', '172740.420000', '172740.880000', '172741.340000', '172741.800000', '172742.260000', '172742.720000', '172743.180000', '172743.640000', '172744.100000', '172744.560000', '172745.020000', '172745.480000', '172745.940000', '172746.400000', '172746.860000', '172747.320000', '172747.780000', '172748.240000', '172748.700000', '172749.160000', '172749.620000', '172750.080000', '172750.540000', '172751.000000', '172751.460000', '172751.920000', '172752.380000', '172752.840000', '172753.300000', '172753.760000', '172754.220000', '172754.680000', '172755.140000', '172755.600000', '172756.060000', '172756.520000', '172756.980000', '172757.440000', '172757.900000', '172758.360000', '172758.820000', '172759.280000', '172759.740000', '172800.200000', '172800.660000', '172801.120000', '172801.580000', '172802.040000', '172802.500000', '172802.960000', '172803.420000', '172803.880000', '172804.340000', '172804.800000', '172805.260000', '172805.720000', '172806.180000', '172806.640000', '172807.100000', '172807.560000', '172808.020000', '172808.480000', '172808.940000', '172809.400000', '172809.860000', '172810.320000', '172810.780000', '172811.240000', '172811.700000', '172812.160000', '172812.620000', '172813.080000', '172813.540000', '172814.000000', '172814.460000', '172814.920000', '172815.380000', '172815.840000', '172816.300000', '172816.760000', '172817.220000', '172817.680000', '172818.140000', '172818.600000', '172819.060000', '172819.520000', '172819.980000', '172820.440000', '172820.900000', '172821.360000', '172821.820000', '172822.280000', '172822.740000', '172823.200000', '172823.660000', '172824.120000', '172824.580000', '172825.040000', '172825.500000', '172825.960000', '172826.420000', '172826.880000', '172827.340000', '172827.800000', '172828.260000', '172828.720000', '172829.180000', '172829.640000', '172830.100000', '172830.560000', '172831.020000', '172831.480000', '172831.940000', '172832.400000', '172832.860000', '172833.320000', '172833.780000', '172834.240000', '172834.700000', '172835.160000', '172835.620000', '172836.080000', '172836.540000', '172837.000000', '172837.460000', '172837.920000', '172838.380000', '172838.840000', '172839.300000', '172839.760000', '172840.220000', '172840.680000', '172841.140000', '172841.600000', '172842.060000', '172842.520000', '172842.980000', '172843.440000', '172843.900000', '172844.360000', '172844.820000', '172845.280000', '172845.740000', '172846.200000', '172846.660000', '172847.120000', '172847.580000', '172848.040000', '172848.500000', '172848.960000', '172849.420000', '172849.880000', '172850.340000', '172850.800000', '172851.260000', '172851.720000', '172852.180000', '172852.640000', '172853.100000', '172853.560000', '172854.020000', '172854.480000', '172854.940000', '172855.400000', '172855.860000', '172856.320000', '172856.780000', '172857.240000', '172857.700000', '172858.160000', '172858.620000', '172859.080000', '172859.540000', '172900.000000', '172900.460000', '172900.920000', '172901.380000', '172901.840000', '172902.300000', '172902.760000', '172903.220000', '172903.680000', '172904.140000', '172904.600000', '172905.060000', '172905.520000', '172905.980000', '172906.440000', '172906.900000', '172907.360000', '172907.820000', '172908.280000', '172908.740000', '172909.200000', '172909.660000', '172910.120000', '172910.580000', '172911.040000', '172911.500000', '172911.960000', '172912.420000', '172912.880000', '172913.340000', '172913.800000', '172914.260000', '172914.720000', '172915.180000', '172915.640000', '172916.100000', '172916.560000', '172917.020000', '172917.480000', '172917.940000', '172918.400000', '172918.860000', '172919.320000', '172919.780000', '172920.240000', '172920.700000', '172921.160000', '172921.620000', '172922.080000', '172922.540000', '172923.000000', '172923.460000', '172923.920000', '172924.380000', '172924.840000', '172925.300000', '172925.760000', '172926.220000', '172926.680000', '172927.140000', '172927.600000', '172928.060000', '172928.520000', '172928.980000', '172929.440000', '172929.900000', '172930.360000', '172930.820000', '172931.280000', '172931.740000', '172932.200000', '172932.660000', '172933.120000', '172933.580000', '172934.040000', '172934.500000', '172934.960000', '172935.420000', '172935.880000', '172936.340000', '172936.800000', '172937.260000', '172937.720000', '172938.180000', '172938.640000', '172939.100000', '172939.560000', '172940.020000', '172940.480000', '172940.940000', '172941.400000', '172941.860000', '172942.320000', '172942.780000', '172943.240000', '172943.700000', '172944.160000', '172944.620000', '172945.080000', '172945.540000', '172946.000000', '172946.460000', '172946.920000', '172947.380000', '172947.840000', '172948.300000', '172948.760000', '172949.220000', '172949.680000', '172950.140000', '172950.600000', '172951.060000', '172951.520000', '172951.980000', '172952.440000', '172952.900000', '172953.360000', '172953.820000', '172954.280000', '172954.740000', '172955.200000', '172955.660000', '172956.120000', '172956.580000', '172957.040000', '172957.500000', '172957.960000', '172958.420000', '172958.880000', '172959.340000', '172959.800000', '173000.260000', '173000.720000', '173001.180000', '173001.640000', '173002.100000', '173002.560000', '173003.020000', '173003.480000', '173003.940000', '173004.400000', '173004.860000', '173005.320000', '173005.780000', '173006.240000', '173006.700000', '173007.160000', '173007.620000', '173008.080000', '173008.540000', '173009.000000', '173009.460000', '173009.920000', '173010.380000', '173010.840000', '173011.300000', '173011.760000', '173012.220000', '173012.680000', '173013.140000', '173013.600000', '173014.060000', '173014.520000', '173014.980000', '173015.440000', '173015.900000', '173016.360000', '173016.820000', '173017.280000', '173017.740000', '173018.200000', '173018.660000', '173019.120000', '173019.580000', '173020.040000', '173020.500000', '173020.960000', '173021.420000', '173021.880000', '173022.340000', '173022.800000', '173023.260000', '173023.720000', '173024.180000', '173024.640000', '173025.100000', '173025.560000', '173026.020000', '173026.480000', '173026.940000', '173027.400000', '173027.860000', '173028.320000', '173028.780000', '173029.240000', '173029.700000', '173030.160000', '173030.620000', '173031.080000', '173031.540000', '173032.000000', '173032.460000', '173032.920000', '173033.380000', '173033.840000', '173034.300000', '173034.760000', '173035.220000', '173035.680000', '173036.140000', '173036.600000', '173037.060000', '173037.520000', '173037.980000', '173038.440000', '173038.900000', '173039.360000', '173039.820000', '173040.280000', '173040.740000', '173041.200000', '173041.660000', '173042.120000', '173042.580000', '173043.040000', '173043.500000', '173043.960000', '173044.420000', '173044.880000', '173045.340000', '173045.800000', '173046.260000', '173046.720000', '173047.180000', '173047.640000', '173048.100000', '173048.560000', '173049.020000', '173049.480000', '173049.940000', '173050.400000', '173050.860000', '173051.320000', '173051.780000', '173052.240000', '173052.700000', '173053.160000', '173053.620000', '173054.080000', '173054.540000', '173055.000000', '173055.460000', '173055.920000', '173056.380000', '173056.840000', '173057.300000', '173057.760000', '173058.220000', '173058.680000', '173059.140000', '173059.600000', '173100.060000', '173100.520000', '173100.980000', '173101.440000', '173101.900000', '173102.360000', '173102.820000', '173103.280000', '173103.740000', '173104.200000', '173104.660000', '173105.120000', '173105.580000', '173106.040000', '173106.500000', '173106.960000', '173107.420000', '173107.880000', '173108.340000', '173108.800000', '173109.260000', '173109.720000', '173110.180000', '173110.640000', '173111.100000', '173111.560000', '173112.020000', '173112.480000', '173112.940000', '173113.400000', '173113.860000', '173114.320000', '173114.780000', '173115.240000', '173115.700000', '173116.160000', '173116.620000', '173117.080000', '173117.540000', '173118.000000', '173118.460000', '173118.920000', '173119.380000', '173119.840000', '173120.300000', '173120.760000', '173121.220000', '173121.680000', '173122.140000', '173122.600000', '173123.060000', '173123.520000', '173123.980000', '173124.440000', '173124.900000', '173125.360000', '173125.820000', '173126.280000', '173126.740000', '173127.200000', '173127.660000', '173128.120000', '173128.580000', '173129.040000', '173129.500000', '173129.960000', '173130.420000', '173130.880000', '173131.340000', '173131.800000', '173132.260000', '173132.720000', '173133.180000', '173133.640000', '173134.100000', '173134.560000', '173135.020000', '173135.480000', '173135.940000', '173136.400000', '173136.860000', '173137.320000', '173137.780000', '173138.240000', '173138.700000', '173139.160000', '173139.620000', '173140.080000', '173140.540000', '173141.000000', '173141.460000', '173141.920000', '173142.380000', '173142.840000', '173143.300000', '173143.760000', '173144.220000', '173144.680000', '173145.140000', '173145.600000', '173146.060000', '173146.520000', '173146.980000', '173147.440000', '173147.900000', '173148.360000', '173148.820000', '173149.280000', '173149.740000', '173150.200000', '173150.660000', '173151.120000', '173151.580000', '173152.040000', '173152.500000', '173152.960000', '173153.420000', '173153.880000', '173154.340000', '173154.800000', '173155.260000', '173155.720000', '173156.180000', '173156.640000', '173157.100000', '173157.560000', '173158.020000', '173158.480000', '173158.940000', '173159.400000', '173159.860000', '173200.320000', '173200.780000', '173201.240000', '173201.700000', '173202.160000', '173202.620000', '173203.080000', '173203.540000', '173204.000000', '173204.460000', '173204.920000', '173205.380000', '173205.840000', '173206.300000', '173206.760000', '173207.220000', '173207.680000', '173208.140000', '173208.600000', '173209.060000', '173209.520000', '173209.980000', '173210.440000', '173210.900000', '173211.360000', '173211.820000', '173212.280000', '173212.740000', '173213.200000', '173213.660000', '173214.120000', '173214.580000', '173215.040000', '173215.500000', '173215.960000', '173216.420000', '173216.880000', '173217.340000', '173217.800000', '173218.260000', '173218.720000', '173219.180000', '173219.640000', '173220.100000', '173220.560000', '173221.020000', '173221.480000', '173221.940000', '173222.400000', '173222.860000', '173223.320000', '173223.780000', '173224.240000', '173224.700000', '173225.160000', '173225.620000', '173226.080000', '173226.540000', '173227.000000', '173227.460000', '173227.920000', '173228.380000', '173228.840000', '173229.300000', '173229.760000', '173230.220000', '173230.680000', '173231.140000', '173231.600000', '173232.060000', '173232.520000', '173232.980000', '173233.440000', '173233.900000', '173234.360000', '173234.820000', '173235.280000', '173235.740000', '173236.200000', '173236.660000', '173237.120000', '173237.580000', '173238.040000', '173238.500000', '173238.960000', '173239.420000', '173239.880000', '173240.340000', '173240.800000', '173241.260000', '173241.720000', '173242.180000', '173242.640000', '173243.100000', '173243.560000', '173244.020000', '173244.480000', '173244.940000', '173245.400000', '173245.860000', '173246.320000', '173246.780000', '173247.240000', '173247.700000', '173248.160000', '173248.620000', '173249.080000', '173249.540000', '173250.000000', '173250.460000', '173250.920000', '173251.380000', '173251.840000', '173252.300000', '173252.760000', '173253.220000', '173253.680000', '173254.140000', '173254.600000', '173255.060000', '173255.520000', '173255.980000', '173256.440000', '173256.900000', '173257.360000', '173257.820000', '173258.280000', '173258.740000', '173259.200000', '173259.660000', '173300.120000', '173300.580000', '173301.040000', '173301.500000', '173301.960000', '173302.420000', '173302.880000', '173303.340000', '173303.800000', '173304.260000', '173304.720000', '173305.180000', '173305.640000', '173306.100000', '173306.560000', '173307.020000', '173307.480000', '173307.940000', '173308.400000', '173308.860000', '173309.320000', '173309.780000', '173310.240000', '173310.700000', '173311.160000', '173311.620000', '173312.080000', '173312.540000', '173313.000000', '173313.460000', '173313.920000', '173314.380000', '173314.840000', '173315.300000', '173315.760000', '173316.220000', '173316.680000', '173317.140000', '173317.600000', '173318.060000', '173318.520000', '173318.980000', '173319.440000', '173319.900000', '173320.360000', '173320.820000', '173321.280000', '173321.740000', '173322.200000', '173322.660000', '173323.120000', '173323.580000', '173324.040000', '173324.500000', '173324.960000', '173325.420000', '173325.880000', '173326.340000', '173326.800000', '173327.260000', '173327.720000', '173328.180000', '173328.640000', '173329.100000', '173329.560000', '173330.020000', '173330.480000', '173330.940000', '173331.400000', '173331.860000', '173332.320000', '173332.780000', '173333.240000', '173333.700000', '173334.160000', '173334.620000', '173335.080000', '173335.540000', '173336.000000', '173336.460000', '173336.920000', '173337.380000', '173337.840000', '173338.300000', '173338.760000', '173339.220000', '173339.680000', '173340.140000', '173340.600000', '173341.060000', '173341.520000', '173341.980000', '173342.440000', '173342.900000', '173343.360000', '173343.820000', '173344.280000', '173344.740000', '173345.200000', '173345.660000', '173346.120000', '173346.580000', '173347.040000', '173347.500000', '173347.960000', '173348.420000', '173348.880000', '173349.340000', '173349.800000', '173350.260000', '173350.720000', '173351.180000', '173351.640000', '173352.100000', '173352.560000', '173353.020000', '173353.480000', '173353.940000', '173354.400000', '173354.860000', '173355.320000', '173355.780000', '173356.240000', '173356.700000', '173357.160000', '173357.620000', '173358.080000', '173358.540000', '173359.000000', '173359.460000', '173359.920000', '173400.380000', '173400.840000', '173401.300000', '173401.760000', '173402.220000', '173402.680000', '173403.140000', '173403.600000', '173404.060000', '173404.520000', '173404.980000', '173405.440000', '173405.900000', '173406.360000', '173406.820000', '173407.280000', '173407.740000', '173408.200000', '173408.660000', '173409.120000', '173409.580000', '173410.040000', '173410.500000', '173410.960000', '173411.420000', '173411.880000', '173412.340000', '173412.800000', '173413.260000', '173413.720000', '173414.180000', '173414.640000', '173415.100000', '173415.560000', '173416.020000', '173416.480000', '173416.940000', '173417.400000', '173417.860000', '173418.320000', '173418.780000', '173419.240000', '173419.700000', '173420.160000', '173420.620000', '173421.080000', '173421.540000', '173422.000000', '173422.460000', '173422.920000', '173423.380000', '173423.840000', '173424.300000', '173424.760000', '173425.220000', '173425.680000', '173426.140000', '173426.600000', '173427.060000', '173427.520000', '173427.980000', '173428.440000', '173428.900000', '173429.360000', '173429.820000', '173430.280000', '173430.740000', '173431.200000', '173431.660000', '173432.120000', '173432.580000', '173433.040000', '173433.500000', '173433.960000', '173434.420000', '173434.880000', '173435.340000', '173435.800000', '173436.260000', '173436.720000', '173437.180000', '173437.640000', '173438.100000', '173438.560000', '173439.020000', '173439.480000', '173439.940000', '173440.400000', '173440.860000', '173441.320000', '173441.780000', '173442.240000', '173442.700000', '173443.160000', '173443.620000', '173444.080000', '173444.540000', '173445.000000', '173445.460000', '173445.920000', '173446.380000', '173446.840000', '173447.300000', '173447.760000', '173448.220000', '173448.680000', '173449.140000', '173449.600000', '173450.060000', '173450.520000', '173450.980000', '173451.440000', '173451.900000', '173452.360000', '173452.820000', '173453.280000', '173453.740000', '173454.200000', '173454.660000', '173455.120000', '173455.580000', '173456.040000', '173456.500000', '173456.960000', '173457.420000', '173457.880000', '173458.340000', '173458.800000', '173459.260000', '173459.720000', '173500.180000', '173500.640000', '173501.100000', '173501.560000', '173502.020000', '173502.480000', '173502.940000', '173503.400000', '173503.860000', '173504.320000', '173504.780000', '173505.240000', '173505.700000', '173506.160000', '173506.620000', '173507.080000', '173507.540000', '173508.000000', '173508.460000', '173508.920000', '173509.380000', '173509.840000', '173510.300000', '173510.760000', '173511.220000', '173511.680000', '173512.140000', '173512.600000', '173513.060000', '173513.520000', '173513.980000', '173514.440000', '173514.900000', '173515.360000', '173515.820000', '173516.280000', '173516.740000', '173517.200000', '173517.660000', '173518.120000', '173518.580000', '173519.040000', '173519.500000', '173519.960000', '173520.420000', '173520.880000', '173521.340000', '173521.800000', '173522.260000', '173522.720000', '173523.180000', '173523.640000', '173524.100000', '173524.560000', '173525.020000', '173525.480000', '173525.940000', '173526.400000', '173526.860000', '173527.320000'], 'ContentTime': ['172650.134000', '172650.137000', '172650.140000', '172650.142000', '172650.145000', '172650.148000', '172650.150000', '172650.153000', '172650.163000', '172650.165000', '172650.168000', '172650.171000', '172650.173000', '172650.176000', '172650.178000', '172650.181000', '172650.183000', '172650.186000', '172650.188000', '172650.191000', '172650.194000', '172650.196000', '172650.199000', '172650.201000', '172650.204000', '172650.206000', '172650.212000', '172650.215000', '172709.958000', '172709.961000', '172709.964000', '172709.966000', '172709.969000', '172709.972000', '172709.974000', '172709.977000', '172709.979000', '172709.982000', '172709.985000', '172709.987000', '172709.990000', '172709.992000', '172709.995000', '172709.997000', '172710.000000', '172710.003000', '172710.005000', '172710.008000', '172710.010000', '172710.013000', '172710.019000', '172710.022000', '172710.024000', '172710.027000', '172710.029000', '172710.032000', '172710.034000', '172710.037000', '172710.039000', '172710.042000', '172710.044000', '172710.047000', '172710.049000', '172710.052000', '172710.055000', '172710.057000', '172710.060000', '172710.062000', '172710.065000', '172710.067000', '172710.070000', '172729.958000', '172729.961000', '172729.964000', '172729.966000', '172729.969000', '172729.971000', '172729.974000', '172729.976000', '172729.979000', '172729.982000', '172729.984000', '172729.987000', '172729.989000', '172729.992000', '172729.994000', '172729.997000', '172730.000000', '172730.003000', '172730.006000', '172730.008000', '172730.011000', '172730.013000', '172730.016000', '172730.018000', '172730.021000', '172730.023000', '172730.026000', '172730.029000', '172730.031000', '172730.034000', '172730.036000', '172730.046000', '172730.048000', '172730.051000', '172730.054000', '172730.056000', '172730.059000', '172730.061000', '172730.064000', '172730.066000', '172730.069000', '172730.071000', '172730.074000', '172749.959000', '172749.962000', '172749.965000', '172749.967000', '172749.970000', '172749.972000', '172749.975000', '172749.977000', '172749.980000', '172749.982000', '172749.985000', '172749.987000', '172749.990000', '172749.993000', '172749.995000', '172749.998000', '172750.001000', '172750.004000', '172750.007000', '172750.009000', '172750.012000', '172750.014000', '172750.017000', '172750.019000', '172750.022000', '172750.024000', '172750.027000', '172750.030000', '172750.032000', '172750.035000', '172750.037000', '172750.040000', '172750.043000', '172750.045000', '172750.048000', '172750.050000', '172750.053000', '172750.055000', '172750.058000', '172750.060000', '172750.063000', '172750.066000', '172750.068000', '172750.071000', '172809.959000', '172809.962000', '172809.965000', '172809.967000', '172809.970000', '172809.972000', '172809.975000', '172809.977000', '172809.980000', '172809.983000', '172809.985000', '172810.000000', '172810.003000', '172810.005000', '172810.008000', '172810.011000', '172810.013000', '172810.016000', '172810.018000', '172810.021000', '172810.023000', '172810.026000', '172810.028000', '172810.031000', '172810.033000', '172810.036000', '172810.039000', '172810.041000', '172810.044000', '172810.047000', '172810.049000', '172810.052000', '172810.055000', '172810.057000', '172810.060000', '172810.062000', '172810.065000', '172810.067000', '172810.070000', '172810.073000', '172810.075000', '172810.078000', '172810.080000', '172810.083000', '172829.959000', '172829.962000', '172829.965000', '172829.968000', '172829.970000', '172829.973000', '172829.975000', '172829.978000', '172829.980000', '172829.983000', '172829.986000', '172829.988000', '172829.991000', '172829.993000', '172829.996000', '172829.998000', '172830.002000', '172830.005000', '172830.007000', '172830.010000', '172830.012000', '172830.015000', '172830.017000', '172830.020000', '172830.022000', '172830.025000', '172830.028000', '172830.030000', '172830.033000', '172830.035000', '172830.038000', '172830.040000', '172830.043000', '172830.045000', '172830.048000', '172830.051000', '172830.053000', '172830.056000', '172830.058000', '172830.061000', '172830.063000', '172830.066000', '172830.069000', '172849.959000', '172849.962000', '172849.965000', '172849.967000', '172849.970000', '172849.972000', '172849.975000', '172849.977000', '172849.980000', '172849.983000', '172849.985000', '172849.988000', '172849.991000', '172849.994000', '172849.997000', '172850.001000', '172850.003000', '172850.006000', '172850.008000', '172850.011000', '172850.013000', '172850.016000', '172850.019000', '172850.021000', '172850.024000', '172850.026000', '172850.029000', '172850.032000', '172850.034000', '172850.037000', '172850.039000', '172850.042000', '172850.044000', '172850.047000', '172850.049000', '172850.052000', '172850.055000', '172850.057000', '172850.060000', '172850.063000', '172850.065000', '172850.068000', '172850.070000', '172909.960000', '172909.962000', '172909.965000', '172909.967000', '172909.970000', '172909.973000', '172909.975000', '172909.978000', '172909.980000', '172909.983000', '172909.985000', '172909.988000', '172909.990000', '172909.993000', '172909.995000', '172909.998000', '172910.002000', '172910.004000', '172910.007000', '172910.009000', '172910.012000', '172910.014000', '172910.017000', '172910.020000', '172910.022000', '172910.025000', '172910.027000', '172910.030000', '172910.033000', '172910.035000', '172910.038000', '172910.040000', '172910.043000', '172910.045000', '172910.048000', '172910.050000', '172910.053000', '172910.056000', '172910.058000', '172910.061000', '172910.063000', '172910.066000', '172910.068000', '172910.071000', '172929.958000', '172930.019000', '172930.021000', '172930.024000', '172930.026000', '172930.030000', '172930.033000', '172930.036000', '172930.038000', '172930.041000', '172930.043000', '172930.046000', '172930.049000', '172930.051000', '172930.054000', '172930.056000', '172930.059000', '172930.061000', '172930.064000', '172930.066000', '172930.069000', '172930.072000', '172930.074000', '172930.077000', '172930.079000', '172930.082000', '172930.085000', '172930.088000', '172930.090000', '172930.093000', '172930.095000', '172930.098000', '172930.100000', '172930.103000', '172930.106000', '172930.108000', '172930.111000', '172930.113000', '172930.116000', '172930.118000', '172930.121000', '172930.124000', '172930.126000', '172949.958000', '172949.961000', '172949.964000', '172949.966000', '172949.969000', '172949.971000', '172949.974000', '172949.987000', '172949.990000', '172949.993000', '172949.995000', '172949.998000', '172950.002000', '172950.004000', '172950.007000', '172950.009000', '172950.012000', '172950.014000', '172950.017000', '172950.019000', '172950.022000', '172950.025000', '172950.027000', '172950.030000', '172950.032000', '172950.035000', '172950.037000', '172950.040000', '172950.042000', '172950.045000', '172950.048000', '172950.050000', '172950.053000', '172950.055000', '172950.058000', '172950.060000', '172950.063000', '172950.065000', '172950.068000', '172950.070000', '172950.073000', '172950.076000', '172950.078000', '172950.081000', '173009.959000', '173009.962000', '173009.965000', '173009.967000', '173009.970000', '173009.972000', '173009.975000', '173009.977000', '173009.980000', '173009.983000', '173009.985000', '173009.988000', '173009.990000', '173009.993000', '173009.996000', '173009.998000', '173010.002000', '173010.004000', '173010.007000', '173010.009000', '173010.012000', '173010.015000', '173010.017000', '173010.020000', '173010.022000', '173010.025000', '173010.027000', '173010.030000', '173010.033000', '173010.035000', '173010.038000', '173010.040000', '173010.043000', '173010.046000', '173010.048000', '173010.051000', '173010.053000', '173010.056000', '173010.059000', '173010.062000', '173010.065000', '173010.068000', '173010.071000', '173029.960000', '173029.962000', '173029.965000', '173029.968000', '173029.970000', '173029.973000', '173029.975000', '173029.978000', '173029.980000', '173029.983000', '173029.986000', '173029.988000', '173029.991000', '173029.993000', '173029.996000', '173030.000000', '173030.002000', '173030.005000', '173030.007000', '173030.010000', '173030.013000', '173030.015000', '173030.018000', '173030.020000', '173030.023000', '173030.026000', '173030.028000', '173030.031000', '173030.033000', '173030.036000', '173030.039000', '173030.041000', '173030.044000', '173030.046000', '173030.049000', '173030.051000', '173030.054000', '173030.057000', '173030.059000', '173030.062000', '173030.064000', '173030.067000', '173030.069000', '173030.072000', '173049.960000', '173049.962000', '173049.965000', '173049.967000', '173049.970000', '173049.973000', '173049.975000', '173049.978000', '173049.980000', '173049.983000', '173049.986000', '173049.988000', '173049.991000', '173049.993000', '173049.996000', '173050.000000', '173050.002000', '173050.005000', '173050.007000', '173050.010000', '173050.013000', '173050.015000', '173050.018000', '173050.020000', '173050.023000', '173050.025000', '173050.028000', '173050.031000', '173050.033000', '173050.036000', '173050.038000', '173050.041000', '173050.043000', '173050.046000', '173050.049000', '173050.052000', '173050.055000', '173050.057000', '173050.060000', '173050.063000', '173050.065000', '173050.068000', '173050.071000', '173109.959000', '173109.962000', '173109.965000', '173109.967000', '173109.970000', '173109.972000', '173109.975000', '173109.978000', '173109.980000', '173109.983000', '173109.985000', '173109.988000', '173109.990000', '173109.993000', '173109.995000', '173109.998000', '173110.001000', '173110.004000', '173110.007000', '173110.009000', '173110.012000', '173110.014000', '173110.017000', '173110.019000', '173110.022000', '173110.024000', '173110.027000', '173110.030000', '173110.032000', '173110.035000', '173110.037000', '173110.040000', '173110.059000', '173110.062000', '173110.064000', '173110.067000', '173110.069000', '173110.072000', '173110.074000', '173110.077000', '173110.080000', '173110.082000', '173110.085000', '173110.087000', '173129.960000', '173129.962000', '173129.965000', '173129.968000', '173129.970000', '173129.973000', '173129.975000', '173129.978000', '173129.980000', '173129.983000', '173129.985000', '173129.988000', '173129.991000', '173129.993000', '173129.996000', '173129.998000', '173130.002000', '173130.005000', '173130.007000', '173130.010000', '173130.012000', '173130.015000', '173130.018000', '173130.021000', '173130.024000', '173130.026000', '173130.029000', '173130.032000', '173130.034000', '173130.037000', '173130.040000', '173130.042000', '173130.045000', '173130.047000', '173130.050000', '173130.053000', '173130.055000', '173130.058000', '173130.060000', '173130.063000', '173130.066000', '173130.068000', '173130.071000', '173149.958000', '173149.961000', '173149.964000', '173149.966000', '173149.969000', '173149.972000', '173149.974000', '173149.977000', '173149.979000', '173149.982000', '173149.984000', '173149.987000', '173149.989000', '173149.992000', '173149.995000', '173149.997000', '173150.001000', '173150.003000', '173150.006000', '173150.009000', '173150.011000', '173150.014000', '173150.016000', '173150.019000', '173150.021000', '173150.024000', '173150.027000', '173150.029000', '173150.032000', '173150.034000', '173150.037000', '173150.039000', '173150.042000', '173150.044000', '173150.047000', '173150.050000', '173150.052000', '173150.055000', '173150.057000', '173150.060000', '173150.063000', '173150.065000', '173150.068000', '173150.070000', '173209.959000', '173209.962000', '173209.964000', '173209.967000', '173209.969000', '173209.972000', '173209.975000', '173209.977000', '173209.980000', '173209.982000', '173209.985000', '173209.988000', '173209.990000', '173209.993000', '173209.996000', '173209.998000', '173210.002000', '173210.004000', '173210.007000', '173210.009000', '173210.012000', '173210.015000', '173210.017000', '173210.020000', '173210.022000', '173210.025000', '173210.027000', '173210.030000', '173210.033000', '173210.035000', '173210.038000', '173210.040000', '173210.043000', '173210.045000', '173210.048000', '173210.051000', '173210.053000', '173210.056000', '173210.058000', '173210.061000', '173210.063000', '173210.066000', '173210.068000', '173229.960000', '173229.962000', '173229.965000', '173229.968000', '173229.970000', '173229.973000', '173229.975000', '173229.978000', '173229.981000', '173229.983000', '173229.986000', '173229.988000', '173229.991000', '173229.993000', '173229.996000', '173230.000000', '173230.002000', '173230.005000', '173230.008000', '173230.010000', '173230.013000', '173230.016000', '173230.018000', '173230.021000', '173230.023000', '173230.026000', '173230.029000', '173230.031000', '173230.034000', '173230.036000', '173230.039000', '173230.041000', '173230.044000', '173230.047000', '173230.051000', '173230.053000', '173230.056000', '173230.059000', '173230.061000', '173230.064000', '173230.066000', '173230.069000', '173230.072000', '173249.960000', '173249.962000', '173249.965000', '173249.967000', '173249.970000', '173249.973000', '173249.975000', '173249.978000', '173249.980000', '173249.983000', '173249.985000', '173249.988000', '173249.991000', '173249.993000', '173249.996000', '173249.998000', '173250.002000', '173250.004000', '173250.008000', '173250.010000', '173250.013000', '173250.016000', '173250.018000', '173250.021000', '173250.023000', '173250.026000', '173250.029000', '173250.031000', '173250.034000', '173250.036000', '173250.039000', '173250.041000', '173250.044000', '173250.047000', '173250.049000', '173250.052000', '173250.054000', '173250.057000', '173250.059000', '173250.062000', '173250.064000', '173250.067000', '173250.070000', '173250.072000', '173309.959000', '173309.962000', '173309.965000', '173309.968000', '173309.970000', '173309.973000', '173309.975000', '173309.978000', '173309.981000', '173309.983000', '173309.986000', '173309.988000', '173309.991000', '173309.993000', '173309.996000', '173309.998000', '173310.002000', '173310.005000', '173310.007000', '173310.010000', '173310.012000', '173310.015000', '173310.018000', '173310.020000', '173310.023000', '173310.025000', '173310.028000', '173310.030000', '173310.033000', '173310.036000', '173310.038000', '173310.041000', '173310.043000', '173310.046000', '173310.048000', '173310.051000', '173310.053000', '173310.056000', '173310.059000', '173310.061000', '173310.064000', '173310.066000', '173310.069000', '173310.072000', '173329.960000', '173329.962000', '173329.965000', '173329.967000', '173329.970000', '173329.973000', '173329.976000', '173329.978000', '173329.989000', '173329.992000', '173329.994000', '173329.997000', '173330.000000', '173330.003000', '173330.006000', '173330.009000', '173330.011000', '173330.014000', '173330.016000', '173330.019000', '173330.022000', '173330.024000', '173330.027000', '173330.030000', '173330.032000', '173330.035000', '173330.037000', '173330.040000', '173330.042000', '173330.045000', '173330.048000', '173330.050000', '173330.053000', '173330.055000', '173330.058000', '173330.060000', '173330.063000', '173330.066000', '173330.068000', '173330.071000', '173330.073000', '173330.076000', '173330.078000', '173349.959000', '173349.962000', '173349.965000', '173349.968000', '173349.970000', '173349.973000', '173349.975000', '173349.978000', '173349.980000', '173349.983000', '173349.985000', '173349.988000', '173349.991000', '173349.993000', '173349.996000', '173350.000000', '173350.002000', '173350.005000', '173350.007000', '173350.010000', '173350.012000', '173350.015000', '173350.018000', '173350.020000', '173350.023000', '173350.025000', '173350.028000', '173350.030000', '173350.033000', '173350.036000', '173350.038000', '173350.041000', '173350.043000', '173350.046000', '173350.048000', '173350.051000', '173350.054000', '173350.056000', '173350.059000', '173350.061000', '173350.064000', '173350.066000', '173350.069000', '173350.071000', '173409.959000', '173409.962000', '173409.965000', '173409.967000', '173409.970000', '173409.972000', '173409.975000', '173409.978000', '173409.980000', '173409.983000', '173409.985000', '173409.988000', '173409.990000', '173409.993000', '173409.996000', '173409.998000', '173410.002000', '173410.004000', '173410.007000', '173410.009000', '173410.012000', '173410.015000', '173410.017000', '173410.020000', '173410.022000', '173410.025000', '173410.027000', '173410.030000', '173410.033000', '173410.035000', '173410.038000', '173410.041000', '173410.043000', '173410.046000', '173410.048000', '173410.051000', '173410.054000', '173410.056000', '173410.059000', '173410.061000', '173410.064000', '173410.066000', '173410.069000', '173429.958000', '173429.961000', '173429.964000', '173429.966000', '173429.969000', '173429.972000', '173429.974000', '173429.977000', '173429.979000', '173429.982000', '173429.985000', '173429.987000', '173429.990000', '173429.993000', '173429.995000', '173429.998000', '173430.001000', '173430.004000', '173430.007000', '173430.010000', '173430.012000', '173430.015000', '173430.017000', '173430.020000', '173430.022000', '173430.025000', '173430.028000', '173430.030000', '173430.033000', '173430.035000', '173430.038000', '173430.041000', '173430.043000', '173430.046000', '173430.048000', '173430.051000', '173430.054000', '173430.056000', '173430.059000', '173430.062000', '173430.064000', '173430.067000', '173430.070000', '173430.072000', '173449.960000', '173449.963000', '173449.967000', '173449.970000', '173449.972000', '173449.975000', '173449.977000', '173449.980000', '173449.982000', '173449.985000', '173449.988000', '173449.990000', '173449.993000', '173449.995000', '173449.998000', '173450.001000', '173450.004000', '173450.007000', '173450.009000', '173450.012000', '173450.014000', '173450.017000', '173450.020000', '173450.022000', '173450.025000', '173450.027000', '173450.030000', '173450.032000', '173450.035000', '173450.037000', '173450.040000', '173450.043000', '173450.045000', '173450.048000', '173450.050000', '173450.053000', '173450.055000', '173450.058000', '173450.061000', '173450.063000', '173450.066000', '173450.069000', '173450.071000', '173509.959000', '173509.962000', '173509.965000', '173509.967000', '173509.970000', '173509.973000', '173509.975000', '173509.978000', '173509.980000', '173509.983000', '173509.986000', '173509.988000', '173509.991000', '173509.994000', '173509.996000', '173510.000000', '173510.002000', '173510.006000', '173510.008000', '173510.011000', '173510.013000', '173510.016000', '173510.019000', '173510.021000', '173510.024000', '173510.027000', '173510.029000', '173510.032000', '173510.034000', '173510.037000', '173510.039000', '173510.042000', '173510.045000', '173510.047000', '173510.050000', '173510.052000', '173510.065000', '173510.068000', '173510.070000', '173510.073000', '173510.076000', '173510.078000', '173510.081000', '173528.802000', '173528.805000', '173528.808000', '173528.810000', '173528.813000', '173528.816000', '173528.819000', '173528.821000', '173528.824000', '173528.827000', '173528.829000', '173528.832000', '173528.834000', '173528.837000', '173528.840000', '173528.842000', '173528.845000', '173528.847000', '173528.850000', '173528.852000', '173528.855000', '173528.857000', '173528.860000', '173528.863000', '173528.865000', '173528.868000', '173528.870000', '173528.873000', '173528.875000', '173528.878000', '173528.881000', '173528.883000', '173528.886000', '173528.888000', '173528.891000', '173528.894000', '173528.896000', '173528.899000', '173528.902000', '173528.904000', '173528.907000', '173528.909000'], 'InstanceCreationTime': ['172650.134000', '172650.137000', '172650.140000', '172650.142000', '172650.145000', '172650.148000', '172650.150000', '172650.153000', '172650.163000', '172650.165000', '172650.168000', '172650.171000', '172650.173000', '172650.176000', '172650.178000', '172650.181000', '172650.183000', '172650.186000', '172650.188000', '172650.191000', '172650.194000', '172650.196000', '172650.199000', '172650.201000', '172650.204000', '172650.206000', '172650.212000', '172650.215000', '172709.958000', '172709.961000', '172709.964000', '172709.966000', '172709.969000', '172709.972000', '172709.974000', '172709.977000', '172709.979000', '172709.982000', '172709.985000', '172709.987000', '172709.990000', '172709.992000', '172709.995000', '172709.997000', '172710.000000', '172710.003000', '172710.005000', '172710.008000', '172710.010000', '172710.013000', '172710.019000', '172710.022000', '172710.024000', '172710.027000', '172710.029000', '172710.032000', '172710.034000', '172710.037000', '172710.039000', '172710.042000', '172710.044000', '172710.047000', '172710.049000', '172710.052000', '172710.055000', '172710.057000', '172710.060000', '172710.062000', '172710.065000', '172710.067000', '172710.070000', '172729.958000', '172729.961000', '172729.964000', '172729.966000', '172729.969000', '172729.971000', '172729.974000', '172729.976000', '172729.979000', '172729.982000', '172729.984000', '172729.987000', '172729.989000', '172729.992000', '172729.994000', '172729.997000', '172730.000000', '172730.003000', '172730.006000', '172730.008000', '172730.011000', '172730.013000', '172730.016000', '172730.018000', '172730.021000', '172730.023000', '172730.026000', '172730.029000', '172730.031000', '172730.034000', '172730.036000', '172730.046000', '172730.048000', '172730.051000', '172730.054000', '172730.056000', '172730.059000', '172730.061000', '172730.064000', '172730.066000', '172730.069000', '172730.071000', '172730.074000', '172749.959000', '172749.962000', '172749.965000', '172749.967000', '172749.970000', '172749.972000', '172749.975000', '172749.977000', '172749.980000', '172749.982000', '172749.985000', '172749.987000', '172749.990000', '172749.993000', '172749.995000', '172749.998000', '172750.001000', '172750.004000', '172750.007000', '172750.009000', '172750.012000', '172750.014000', '172750.017000', '172750.019000', '172750.022000', '172750.024000', '172750.027000', '172750.030000', '172750.032000', '172750.035000', '172750.037000', '172750.040000', '172750.043000', '172750.045000', '172750.048000', '172750.050000', '172750.053000', '172750.055000', '172750.058000', '172750.060000', '172750.063000', '172750.066000', '172750.068000', '172750.071000', '172809.959000', '172809.962000', '172809.965000', '172809.967000', '172809.970000', '172809.972000', '172809.975000', '172809.977000', '172809.980000', '172809.983000', '172809.985000', '172810.000000', '172810.003000', '172810.005000', '172810.008000', '172810.011000', '172810.013000', '172810.016000', '172810.018000', '172810.021000', '172810.023000', '172810.026000', '172810.028000', '172810.031000', '172810.033000', '172810.036000', '172810.039000', '172810.041000', '172810.044000', '172810.047000', '172810.049000', '172810.052000', '172810.055000', '172810.057000', '172810.060000', '172810.062000', '172810.065000', '172810.067000', '172810.070000', '172810.073000', '172810.075000', '172810.078000', '172810.080000', '172810.083000', '172829.959000', '172829.962000', '172829.965000', '172829.968000', '172829.970000', '172829.973000', '172829.975000', '172829.978000', '172829.980000', '172829.983000', '172829.986000', '172829.988000', '172829.991000', '172829.993000', '172829.996000', '172829.998000', '172830.002000', '172830.005000', '172830.007000', '172830.010000', '172830.012000', '172830.015000', '172830.017000', '172830.020000', '172830.022000', '172830.025000', '172830.028000', '172830.030000', '172830.033000', '172830.035000', '172830.038000', '172830.040000', '172830.043000', '172830.045000', '172830.048000', '172830.051000', '172830.053000', '172830.056000', '172830.058000', '172830.061000', '172830.063000', '172830.066000', '172830.069000', '172849.959000', '172849.962000', '172849.965000', '172849.967000', '172849.970000', '172849.972000', '172849.975000', '172849.977000', '172849.980000', '172849.983000', '172849.985000', '172849.988000', '172849.991000', '172849.994000', '172849.997000', '172850.001000', '172850.003000', '172850.006000', '172850.008000', '172850.011000', '172850.013000', '172850.016000', '172850.019000', '172850.021000', '172850.024000', '172850.026000', '172850.029000', '172850.032000', '172850.034000', '172850.037000', '172850.039000', '172850.042000', '172850.044000', '172850.047000', '172850.049000', '172850.052000', '172850.055000', '172850.057000', '172850.060000', '172850.063000', '172850.065000', '172850.068000', '172850.070000', '172909.960000', '172909.962000', '172909.965000', '172909.967000', '172909.970000', '172909.973000', '172909.975000', '172909.978000', '172909.980000', '172909.983000', '172909.985000', '172909.988000', '172909.990000', '172909.993000', '172909.995000', '172909.998000', '172910.002000', '172910.004000', '172910.007000', '172910.009000', '172910.012000', '172910.014000', '172910.017000', '172910.020000', '172910.022000', '172910.025000', '172910.027000', '172910.030000', '172910.033000', '172910.035000', '172910.038000', '172910.040000', '172910.043000', '172910.045000', '172910.048000', '172910.050000', '172910.053000', '172910.056000', '172910.058000', '172910.061000', '172910.063000', '172910.066000', '172910.068000', '172910.071000', '172929.958000', '172930.019000', '172930.021000', '172930.024000', '172930.026000', '172930.030000', '172930.033000', '172930.036000', '172930.038000', '172930.041000', '172930.043000', '172930.046000', '172930.049000', '172930.051000', '172930.054000', '172930.056000', '172930.059000', '172930.061000', '172930.064000', '172930.066000', '172930.069000', '172930.072000', '172930.074000', '172930.077000', '172930.079000', '172930.082000', '172930.085000', '172930.088000', '172930.090000', '172930.093000', '172930.095000', '172930.098000', '172930.100000', '172930.103000', '172930.106000', '172930.108000', '172930.111000', '172930.113000', '172930.116000', '172930.118000', '172930.121000', '172930.124000', '172930.126000', '172949.958000', '172949.961000', '172949.964000', '172949.966000', '172949.969000', '172949.971000', '172949.974000', '172949.987000', '172949.990000', '172949.993000', '172949.995000', '172949.998000', '172950.002000', '172950.004000', '172950.007000', '172950.009000', '172950.012000', '172950.014000', '172950.017000', '172950.019000', '172950.022000', '172950.025000', '172950.027000', '172950.030000', '172950.032000', '172950.035000', '172950.037000', '172950.040000', '172950.042000', '172950.045000', '172950.048000', '172950.050000', '172950.053000', '172950.055000', '172950.058000', '172950.060000', '172950.063000', '172950.065000', '172950.068000', '172950.070000', '172950.073000', '172950.076000', '172950.078000', '172950.081000', '173009.959000', '173009.962000', '173009.965000', '173009.967000', '173009.970000', '173009.972000', '173009.975000', '173009.977000', '173009.980000', '173009.983000', '173009.985000', '173009.988000', '173009.990000', '173009.993000', '173009.996000', '173009.998000', '173010.002000', '173010.004000', '173010.007000', '173010.009000', '173010.012000', '173010.015000', '173010.017000', '173010.020000', '173010.022000', '173010.025000', '173010.027000', '173010.030000', '173010.033000', '173010.035000', '173010.038000', '173010.040000', '173010.043000', '173010.046000', '173010.048000', '173010.051000', '173010.053000', '173010.056000', '173010.059000', '173010.062000', '173010.065000', '173010.068000', '173010.071000', '173029.960000', '173029.962000', '173029.965000', '173029.968000', '173029.970000', '173029.973000', '173029.975000', '173029.978000', '173029.980000', '173029.983000', '173029.986000', '173029.988000', '173029.991000', '173029.993000', '173029.996000', '173030.000000', '173030.002000', '173030.005000', '173030.007000', '173030.010000', '173030.013000', '173030.015000', '173030.018000', '173030.020000', '173030.023000', '173030.026000', '173030.028000', '173030.031000', '173030.033000', '173030.036000', '173030.039000', '173030.041000', '173030.044000', '173030.046000', '173030.049000', '173030.051000', '173030.054000', '173030.057000', '173030.059000', '173030.062000', '173030.064000', '173030.067000', '173030.069000', '173030.072000', '173049.960000', '173049.962000', '173049.965000', '173049.967000', '173049.970000', '173049.973000', '173049.975000', '173049.978000', '173049.980000', '173049.983000', '173049.986000', '173049.988000', '173049.991000', '173049.993000', '173049.996000', '173050.000000', '173050.002000', '173050.005000', '173050.007000', '173050.010000', '173050.013000', '173050.015000', '173050.018000', '173050.020000', '173050.023000', '173050.025000', '173050.028000', '173050.031000', '173050.033000', '173050.036000', '173050.038000', '173050.041000', '173050.043000', '173050.046000', '173050.049000', '173050.052000', '173050.055000', '173050.057000', '173050.060000', '173050.063000', '173050.065000', '173050.068000', '173050.071000', '173109.959000', '173109.962000', '173109.965000', '173109.967000', '173109.970000', '173109.972000', '173109.975000', '173109.978000', '173109.980000', '173109.983000', '173109.985000', '173109.988000', '173109.990000', '173109.993000', '173109.995000', '173109.998000', '173110.001000', '173110.004000', '173110.007000', '173110.009000', '173110.012000', '173110.014000', '173110.017000', '173110.019000', '173110.022000', '173110.024000', '173110.027000', '173110.030000', '173110.032000', '173110.035000', '173110.037000', '173110.040000', '173110.059000', '173110.062000', '173110.064000', '173110.067000', '173110.069000', '173110.072000', '173110.074000', '173110.077000', '173110.080000', '173110.082000', '173110.085000', '173110.087000', '173129.960000', '173129.962000', '173129.965000', '173129.968000', '173129.970000', '173129.973000', '173129.975000', '173129.978000', '173129.980000', '173129.983000', '173129.985000', '173129.988000', '173129.991000', '173129.993000', '173129.996000', '173129.998000', '173130.002000', '173130.005000', '173130.007000', '173130.010000', '173130.012000', '173130.015000', '173130.018000', '173130.021000', '173130.024000', '173130.026000', '173130.029000', '173130.032000', '173130.034000', '173130.037000', '173130.040000', '173130.042000', '173130.045000', '173130.047000', '173130.050000', '173130.053000', '173130.055000', '173130.058000', '173130.060000', '173130.063000', '173130.066000', '173130.068000', '173130.071000', '173149.958000', '173149.961000', '173149.964000', '173149.966000', '173149.969000', '173149.972000', '173149.974000', '173149.977000', '173149.979000', '173149.982000', '173149.984000', '173149.987000', '173149.989000', '173149.992000', '173149.995000', '173149.997000', '173150.001000', '173150.003000', '173150.006000', '173150.009000', '173150.011000', '173150.014000', '173150.016000', '173150.019000', '173150.021000', '173150.024000', '173150.027000', '173150.029000', '173150.032000', '173150.034000', '173150.037000', '173150.039000', '173150.042000', '173150.044000', '173150.047000', '173150.050000', '173150.052000', '173150.055000', '173150.057000', '173150.060000', '173150.063000', '173150.065000', '173150.068000', '173150.070000', '173209.959000', '173209.962000', '173209.964000', '173209.967000', '173209.969000', '173209.972000', '173209.975000', '173209.977000', '173209.980000', '173209.982000', '173209.985000', '173209.988000', '173209.990000', '173209.993000', '173209.996000', '173209.998000', '173210.002000', '173210.004000', '173210.007000', '173210.009000', '173210.012000', '173210.015000', '173210.017000', '173210.020000', '173210.022000', '173210.025000', '173210.027000', '173210.030000', '173210.033000', '173210.035000', '173210.038000', '173210.040000', '173210.043000', '173210.045000', '173210.048000', '173210.051000', '173210.053000', '173210.056000', '173210.058000', '173210.061000', '173210.063000', '173210.066000', '173210.068000', '173229.960000', '173229.962000', '173229.965000', '173229.968000', '173229.970000', '173229.973000', '173229.975000', '173229.978000', '173229.981000', '173229.983000', '173229.986000', '173229.988000', '173229.991000', '173229.993000', '173229.996000', '173230.000000', '173230.002000', '173230.005000', '173230.008000', '173230.010000', '173230.013000', '173230.016000', '173230.018000', '173230.021000', '173230.023000', '173230.026000', '173230.029000', '173230.031000', '173230.034000', '173230.036000', '173230.039000', '173230.041000', '173230.044000', '173230.047000', '173230.051000', '173230.053000', '173230.056000', '173230.059000', '173230.061000', '173230.064000', '173230.066000', '173230.069000', '173230.072000', '173249.960000', '173249.962000', '173249.965000', '173249.967000', '173249.970000', '173249.973000', '173249.975000', '173249.978000', '173249.980000', '173249.983000', '173249.985000', '173249.988000', '173249.991000', '173249.993000', '173249.996000', '173249.998000', '173250.002000', '173250.004000', '173250.008000', '173250.010000', '173250.013000', '173250.016000', '173250.018000', '173250.021000', '173250.023000', '173250.026000', '173250.029000', '173250.031000', '173250.034000', '173250.036000', '173250.039000', '173250.041000', '173250.044000', '173250.047000', '173250.049000', '173250.052000', '173250.054000', '173250.057000', '173250.059000', '173250.062000', '173250.064000', '173250.067000', '173250.070000', '173250.072000', '173309.959000', '173309.962000', '173309.965000', '173309.968000', '173309.970000', '173309.973000', '173309.975000', '173309.978000', '173309.981000', '173309.983000', '173309.986000', '173309.988000', '173309.991000', '173309.993000', '173309.996000', '173309.998000', '173310.002000', '173310.005000', '173310.007000', '173310.010000', '173310.012000', '173310.015000', '173310.018000', '173310.020000', '173310.023000', '173310.025000', '173310.028000', '173310.030000', '173310.033000', '173310.036000', '173310.038000', '173310.041000', '173310.043000', '173310.046000', '173310.048000', '173310.051000', '173310.053000', '173310.056000', '173310.059000', '173310.061000', '173310.064000', '173310.066000', '173310.069000', '173310.072000', '173329.960000', '173329.962000', '173329.965000', '173329.967000', '173329.970000', '173329.973000', '173329.976000', '173329.978000', '173329.989000', '173329.992000', '173329.994000', '173329.997000', '173330.000000', '173330.003000', '173330.006000', '173330.009000', '173330.011000', '173330.014000', '173330.016000', '173330.019000', '173330.022000', '173330.024000', '173330.027000', '173330.030000', '173330.032000', '173330.035000', '173330.037000', '173330.040000', '173330.042000', '173330.045000', '173330.048000', '173330.050000', '173330.053000', '173330.055000', '173330.058000', '173330.060000', '173330.063000', '173330.066000', '173330.068000', '173330.071000', '173330.073000', '173330.076000', '173330.078000', '173349.959000', '173349.962000', '173349.965000', '173349.968000', '173349.970000', '173349.973000', '173349.975000', '173349.978000', '173349.980000', '173349.983000', '173349.985000', '173349.988000', '173349.991000', '173349.993000', '173349.996000', '173350.000000', '173350.002000', '173350.005000', '173350.007000', '173350.010000', '173350.012000', '173350.015000', '173350.018000', '173350.020000', '173350.023000', '173350.025000', '173350.028000', '173350.030000', '173350.033000', '173350.036000', '173350.038000', '173350.041000', '173350.043000', '173350.046000', '173350.048000', '173350.051000', '173350.054000', '173350.056000', '173350.059000', '173350.061000', '173350.064000', '173350.066000', '173350.069000', '173350.071000', '173409.959000', '173409.962000', '173409.965000', '173409.967000', '173409.970000', '173409.972000', '173409.975000', '173409.978000', '173409.980000', '173409.983000', '173409.985000', '173409.988000', '173409.990000', '173409.993000', '173409.996000', '173409.998000', '173410.002000', '173410.004000', '173410.007000', '173410.009000', '173410.012000', '173410.015000', '173410.017000', '173410.020000', '173410.022000', '173410.025000', '173410.027000', '173410.030000', '173410.033000', '173410.035000', '173410.038000', '173410.041000', '173410.043000', '173410.046000', '173410.048000', '173410.051000', '173410.054000', '173410.056000', '173410.059000', '173410.061000', '173410.064000', '173410.066000', '173410.069000', '173429.958000', '173429.961000', '173429.964000', '173429.966000', '173429.969000', '173429.972000', '173429.974000', '173429.977000', '173429.979000', '173429.982000', '173429.985000', '173429.987000', '173429.990000', '173429.993000', '173429.995000', '173429.998000', '173430.001000', '173430.004000', '173430.007000', '173430.010000', '173430.012000', '173430.015000', '173430.017000', '173430.020000', '173430.022000', '173430.025000', '173430.028000', '173430.030000', '173430.033000', '173430.035000', '173430.038000', '173430.041000', '173430.043000', '173430.046000', '173430.048000', '173430.051000', '173430.054000', '173430.056000', '173430.059000', '173430.062000', '173430.064000', '173430.067000', '173430.070000', '173430.072000', '173449.960000', '173449.963000', '173449.967000', '173449.970000', '173449.972000', '173449.975000', '173449.977000', '173449.980000', '173449.982000', '173449.985000', '173449.988000', '173449.990000', '173449.993000', '173449.995000', '173449.998000', '173450.001000', '173450.004000', '173450.007000', '173450.009000', '173450.012000', '173450.014000', '173450.017000', '173450.020000', '173450.022000', '173450.025000', '173450.027000', '173450.030000', '173450.032000', '173450.035000', '173450.037000', '173450.040000', '173450.043000', '173450.045000', '173450.048000', '173450.050000', '173450.053000', '173450.055000', '173450.058000', '173450.061000', '173450.063000', '173450.066000', '173450.069000', '173450.071000', '173509.959000', '173509.962000', '173509.965000', '173509.967000', '173509.970000', '173509.973000', '173509.975000', '173509.978000', '173509.980000', '173509.983000', '173509.986000', '173509.988000', '173509.991000', '173509.994000', '173509.996000', '173510.000000', '173510.002000', '173510.006000', '173510.008000', '173510.011000', '173510.013000', '173510.016000', '173510.019000', '173510.021000', '173510.024000', '173510.027000', '173510.029000', '173510.032000', '173510.034000', '173510.037000', '173510.039000', '173510.042000', '173510.045000', '173510.047000', '173510.050000', '173510.052000', '173510.065000', '173510.068000', '173510.070000', '173510.073000', '173510.076000', '173510.078000', '173510.081000', '173528.802000', '173528.805000', '173528.808000', '173528.810000', '173528.813000', '173528.816000', '173528.819000', '173528.821000', '173528.824000', '173528.827000', '173528.829000', '173528.832000', '173528.834000', '173528.837000', '173528.840000', '173528.842000', '173528.845000', '173528.847000', '173528.850000', '173528.852000', '173528.855000', '173528.857000', '173528.860000', '173528.863000', '173528.865000', '173528.868000', '173528.870000', '173528.873000', '173528.875000', '173528.878000', '173528.881000', '173528.883000', '173528.886000', '173528.888000', '173528.891000', '173528.894000', '173528.896000', '173528.899000', '173528.902000', '173528.904000', '173528.907000', '173528.909000'], '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': [13142, 11440, 10353, 11561, 16221, 10009, 11991, 17192, 9402, 13698, 8755, 12934, 8511, 12229, 8679, 13365, 14129, 9612, 12969, 8532, 10506, 12758, 8073, 13800, 8422, 10693, 14698, 8777, 11942, 11916, 7711, 13064, 9982, 8494, 14071, 8515, 9590, 13799, 7699, 12444, 15079, 8996, 15104, 16814, 9346, 7608, 9293, 10946, 8077, 11345, 13563, 8544, 11725, 7761, 12078, 9271, 9688, 14238, 8574, 11653, 13124, 11100, 18361, 11113, 10658, 16795, 11755, 10371, 16245, 10108, 11425, 16507, 8433, 11561, 14823, 8918, 12037, 13108, 8542, 13361, 11665, 8787, 13338, 11005, 8845, 13032, 11386, 8714, 13210, 11544, 8480, 13383, 10846, 8730, 12782, 8481, 8921, 14067, 8342, 9058, 14225, 8064, 9634, 13904, 7918, 11959, 11869, 8610, 13965, 8167, 12543, 14151, 8022, 12052, 14173, 8180, 11241, 13862, 8029, 11729, 14589, 8154, 10517, 14504, 8643, 10725, 14033, 7760, 11737, 14576, 8384, 11543, 14197, 8960, 11736, 13994, 7936, 11045, 14608, 8184, 11067, 14467, 8271, 10733, 14187, 8162, 10626, 14769, 7823, 10504, 14291, 7803, 11769, 14544, 8317, 11341, 14582, 8969, 11024, 14589, 7976, 11680, 15218, 8378, 11668, 14679, 9102, 12629, 13231, 7887, 13029, 15285, 8622, 12599, 14533, 8211, 12016, 14898, 8259, 12289, 14963, 8580, 11576, 15018, 8299, 10691, 15655, 9095, 10121, 12308, 8030, 14834, 15759, 8629, 12927, 14595, 9554, 12888, 14617, 8100, 12501, 15577, 8967, 12969, 14095, 8788, 13231, 13383, 8125, 13515, 13672, 9162, 13156, 7951, 8889, 15303, 9151, 9904, 15586, 8627, 10747, 15173, 7987, 10390, 15585, 8511, 11003, 13198, 8037, 14275, 13934, 8492, 14538, 9035, 9764, 13391, 8104, 14337, 15497, 8755, 13049, 15159, 9416, 11882, 14465, 7746, 11542, 15063, 8352, 11419, 15409, 8818, 11654, 14625, 7863, 11531, 15142, 8992, 12080, 14346, 7950, 11544, 15230, 8405, 12077, 15403, 9380, 11653, 11378, 7812, 13766, 11848, 8282, 14529, 10629, 8818, 14807, 11970, 7763, 13858, 10371, 9096, 15063, 8003, 13809, 15792, 8239, 12486, 15533, 9323, 11851, 15397, 7880, 12943, 15992, 9131, 13011, 15071, 8827, 13458, 12997, 7940, 14767, 12158, 9398, 14335, 8363, 10432, 16072, 8907, 9146, 16145, 8992, 9841, 15104, 8179, 9430, 16059, 8482, 10399, 8309, 9786, 16183, 11772, 8561, 15408, 11011, 9165, 15121, 9284, 8371, 15587, 11155, 8843, 16211, 8829, 11068, 15962, 8041, 11912, 16456, 8224, 11617, 15981, 9611, 12649, 14849, 7863, 13805, 16018, 8892, 13487, 14349, 8891, 13738, 8516, 8643, 16161, 8834, 11111, 15769, 9469, 12210, 7917, 15188, 15264, 8504, 14298, 15285, 9728, 12729, 8281, 9894, 15793, 10636, 10069, 17014, 12849, 9218, 15605, 8290, 9576, 15991, 9203, 10594, 16132, 8635, 11672, 15891, 8243, 10595, 16011, 8984, 10944, 15586, 7890, 10878, 15688, 8674, 11318, 15116, 8151, 12058, 12494, 8104, 14075, 9228, 9712, 15532, 8102, 11635, 16052, 8274, 12512, 16054, 9485, 12634, 14576, 7887, 14432, 15501, 8546, 14182, 10817, 9296, 15346, 7980, 12338, 16508, 8593, 13189, 14593, 8996, 14647, 15354, 7917, 13707, 16160, 9622, 12565, 15472, 7576, 12038, 12216, 8347, 15084, 8094, 13228, 8910, 9944, 8756, 11777, 14372, 14445, 8568, 8088, 10536, 8475, 15148, 18518, 15526, 14649, 9995, 10982, 14696, 10364, 12829, 13673, 9509, 14007, 8108, 12026, 12824, 7745, 13459, 7952, 9686, 14687, 8370, 12746, 8681, 8300, 13699, 8411, 10555, 15127, 9133, 14424, 10903, 8593, 15028, 11146, 9554, 16061, 9313, 12042, 15831, 8411, 11173, 16324, 8464, 11860, 16698, 9797, 13010, 17286, 8499, 12391, 16312, 8978, 12639, 16285, 10202, 12266, 13359, 7784, 13336, 15852, 8778, 13292, 16011, 9804, 12233, 15271, 7799, 11279, 15439, 8875, 12233, 15702, 9458, 11687, 15399, 7813, 11086, 15332, 8923, 12780, 15748, 9433, 12213, 15020, 7784, 11934, 15420, 8653, 12338, 15508, 9739, 12762, 12347, 8003, 13842, 13818, 8717, 14523, 11038, 9517, 14983, 9598, 8735, 14493, 12053, 8830, 14918, 8277, 9264, 15037, 8122, 9275, 15427, 8817, 10416, 13673, 8056, 13914, 16270, 8353, 12718, 16072, 9354, 11553, 15469, 7894, 11007, 15524, 8510, 13129, 13304, 9234, 13602, 10292, 8173, 13914, 13212, 8655, 14113, 15348, 8524, 13599, 10840, 8282, 13756, 11539, 8921, 13250, 8405, 9074, 14425, 8240, 9874, 15524, 8278, 10500, 14938, 8013, 9668, 14818, 8017, 10357, 15351, 9208, 11607, 15212, 7836, 10021, 14928, 8501, 11912, 15824, 8732, 12568, 14702, 7822, 11751, 13534, 8683, 12447, 8395, 7928, 13725, 8383, 9248, 16834, 9502, 12021, 8302, 8460, 16242, 11117, 13465, 8871, 13430, 16468, 10585, 12624, 8574, 9011, 14889, 7917, 10863, 15264, 9540, 12289, 8447, 8614, 14452, 8055, 10123, 14892, 8343, 10315, 14070, 7869, 11990, 13588, 7887, 13094, 8115, 9069, 14177, 8185, 9745, 14168, 7738, 10547, 15446, 9129, 11687, 12317, 7817, 13451, 8236, 9632, 15181, 8818, 11389, 11774, 7782, 13883, 15541, 8630, 11734, 15152, 9278, 11393, 15718, 8278, 9962, 15247, 8809, 9580, 14739, 7756, 10448, 14319, 8405, 8058, 13681, 9748, 7991, 13564, 10064, 7824, 13107, 12873, 8349, 11735, 13843, 7617, 11468, 14227, 8091, 10542, 14168, 8007, 11142, 14130, 7682, 10138, 14236, 8394, 10152, 13854, 8079, 9964, 14193, 7853, 10799, 12910, 8658, 13198, 8485, 8097, 14087, 8860, 9860, 11433, 9233, 14395, 10068, 8379, 14251, 13898, 8965, 12828, 9704, 7915, 14310, 13258, 8839, 13888, 13874, 8704, 12424, 9742, 7627, 13226, 12424, 8173, 13136, 11406, 8473, 13355, 10809, 8007, 12994, 10503, 8811, 13760, 9700, 7774, 13419, 14269, 8009, 11660, 12679, 7937, 12205, 8102, 7996, 12995, 8065, 9395, 14535, 8329, 12003, 15454, 7856, 10077, 15010, 8590, 10728, 14349, 7870, 10415, 15373, 8320, 11205, 16039, 9066, 11925, 14174, 7659, 11852, 16316, 8597, 12181, 15246, 8064, 10811, 15097, 7983, 10572, 15545, 8635, 9592, 14071, 7819, 9681, 14409, 8142, 9546, 15040, 8255, 10004, 14583, 7811, 9973, 14585, 7809, 10284, 14609, 8226, 10844, 14830, 7901, 11002, 15215, 9044, 11473, 9732, 7847, 14083, 9783, 9951, 14693, 8248, 11998, 15827, 8449, 12782, 10929, 8839, 13911, 7665, 10396, 14886, 7960, 10761, 15595, 8896, 11062, 15198, 8302, 10506, 14869, 8560, 11090, 15550, 8778, 11191, 15261, 7810, 10724, 14953, 8186, 13060, 14075, 8552, 12401, 11194, 7843, 12480, 12834, 8557, 12117, 11661, 8047, 12601, 15551, 8164, 11568, 14934, 7906, 11301, 14298, 7763, 11399, 15418, 9147, 11192, 10271, 7672, 12986, 7931, 9723, 14595, 7789, 11768, 15737, 7769, 11908, 14710, 8418, 12932, 15056, 7647, 11218, 16133, 8048, 11317, 15785, 8508, 12003, 15475, 7815, 11311, 15857, 9213, 11485, 15390, 7692, 11025, 15144, 8547, 11888, 11757, 8901, 13563, 7900, 10676, 14937, 8276, 11426, 15754, 9191, 11674, 12865, 7724, 12072, 15580, 8361, 12296, 14774, 8741, 12380, 13917, 7855, 11886, 12847, 8604, 12347, 7897, 8819, 14297, 9241, 7918, 13386, 10068, 8589, 12705, 8245, 7956, 13089, 10196, 7982, 13569, 8453, 8253, 13665, 7841, 7776, 13450, 7823, 8581, 14346, 7865, 10780, 15264, 7718, 11499, 10749, 8774, 14947, 7872, 11025, 15301, 7727, 10773, 16188, 9654, 12023, 8012, 10185, 15698, 8561, 9348, 15510, 8513, 10125, 15170, 8072, 9991, 15519, 8055, 11655, 15867, 9537, 13548, 7892, 8346, 15213, 10704, 8842, 15386, 9795, 9088, 14314, 8272, 8391, 14862, 8954, 9801, 14698, 7892, 9666, 14831, 7914, 9283, 14843, 8567, 10619, 14762, 7889, 10845, 15874, 8343, 11170, 14114, 7761, 12050, 15320, 8036, 12456, 14407, 8614, 12183, 11094, 7748, 12701, 12407, 8251, 14079, 8257, 11389, 15156, 7762, 10621, 14563, 7945, 11137, 7943, 9398, 14401, 7899, 8385, 13661, 12092, 7970, 13404, 12925, 8405, 12348, 10042, 7812, 12938, 13568, 8092, 12670, 11001, 7661, 13178, 11053, 7838, 12660, 11248, 8181, 12284, 7675, 7891, 13110, 7660, 8744, 13975, 7736, 9653, 14207, 7835, 9311, 14590, 8026, 9152, 13764, 7543, 8150, 13406, 7980, 8975, 15238, 7736, 10015, 14328, 7862, 10794, 15439, 8330, 11790, 7532, 11481, 15339, 7945, 10221, 15050, 8116, 9960], 'WindowCenter': [4721.0, 4688.0, 4660.0, 4686.0, 4705.0, 4652.0, 4659.0, 4687.0, 4621.0, 4666.0, 4628.0, 4661.0, 4639.0, 4666.0, 4638.0, 4679.0, 4665.0, 4626.0, 4656.0, 4623.0, 4644.0, 4649.0, 4614.0, 4665.0, 4613.0, 4646.0, 4677.0, 4627.0, 4657.0, 4654.0, 4616.0, 4662.0, 4631.0, 4627.0, 4679.0, 4638.0, 4651.0, 4677.0, 4634.0, 4695.0, 4706.0, 4629.0, 4670.0, 4680.0, 4538.0, 4571.0, 4636.0, 4717.0, 4641.0, 4695.0, 4680.0, 4635.0, 4666.0, 4629.0, 4704.0, 4673.0, 4690.0, 4719.0, 4655.0, 4685.0, 4689.0, 4684.0, 4715.0, 4671.0, 4655.0, 4702.0, 4657.0, 4644.0, 4685.0, 4648.0, 4654.0, 4684.0, 4620.0, 4655.0, 4663.0, 4622.0, 4655.0, 4648.0, 4623.0, 4664.0, 4644.0, 4622.0, 4663.0, 4644.0, 4622.0, 4653.0, 4643.0, 4611.0, 4654.0, 4636.0, 4611.0, 4665.0, 4643.0, 4622.0, 4652.0, 4623.0, 4634.0, 4674.0, 4612.0, 4636.0, 4675.0, 4625.0, 4648.0, 4672.0, 4624.0, 4668.0, 4664.0, 4649.0, 4698.0, 4653.0, 4688.0, 4687.0, 4640.0, 4681.0, 4691.0, 4641.0, 4673.0, 4685.0, 4625.0, 4670.0, 4690.0, 4628.0, 4671.0, 4692.0, 4642.0, 4673.0, 4685.0, 4629.0, 4664.0, 4672.0, 4627.0, 4667.0, 4673.0, 4632.0, 4668.0, 4671.0, 4621.0, 4656.0, 4675.0, 4625.0, 4655.0, 4676.0, 4624.0, 4656.0, 4669.0, 4625.0, 4655.0, 4675.0, 4616.0, 4657.0, 4671.0, 4628.0, 4668.0, 4671.0, 4626.0, 4669.0, 4684.0, 4633.0, 4653.0, 4682.0, 4629.0, 4670.0, 4688.0, 4640.0, 4665.0, 4689.0, 4644.0, 4681.0, 4673.0, 4638.0, 4684.0, 4698.0, 4649.0, 4693.0, 4686.0, 4637.0, 4691.0, 4696.0, 4636.0, 4680.0, 4696.0, 4635.0, 4671.0, 4688.0, 4634.0, 4659.0, 4699.0, 4645.0, 4654.0, 4674.0, 4640.0, 4701.0, 4697.0, 4632.0, 4679.0, 4682.0, 4643.0, 4673.0, 4674.0, 4625.0, 4666.0, 4685.0, 4630.0, 4676.0, 4674.0, 4630.0, 4675.0, 4662.0, 4623.0, 4674.0, 4669.0, 4636.0, 4664.0, 4623.0, 4636.0, 4680.0, 4633.0, 4646.0, 4681.0, 4623.0, 4654.0, 4674.0, 4622.0, 4645.0, 4683.0, 4622.0, 4654.0, 4669.0, 4625.0, 4688.0, 4670.0, 4635.0, 4686.0, 4636.0, 4653.0, 4687.0, 4639.0, 4701.0, 4689.0, 4637.0, 4677.0, 4683.0, 4632.0, 4668.0, 4676.0, 4616.0, 4664.0, 4672.0, 4624.0, 4655.0, 4684.0, 4635.0, 4655.0, 4671.0, 4613.0, 4653.0, 4672.0, 4634.0, 4664.0, 4670.0, 4611.0, 4654.0, 4672.0, 4617.0, 4662.0, 4671.0, 4631.0, 4653.0, 4650.0, 4611.0, 4671.0, 4645.0, 4621.0, 4672.0, 4643.0, 4634.0, 4673.0, 4650.0, 4612.0, 4674.0, 4637.0, 4633.0, 4683.0, 4625.0, 4688.0, 4686.0, 4620.0, 4678.0, 4681.0, 4641.0, 4667.0, 4684.0, 4621.0, 4677.0, 4685.0, 4634.0, 4675.0, 4686.0, 4635.0, 4670.0, 4658.0, 4621.0, 4685.0, 4665.0, 4636.0, 4675.0, 4625.0, 4656.0, 4686.0, 4635.0, 4642.0, 4695.0, 4635.0, 4645.0, 4684.0, 4624.0, 4645.0, 4696.0, 4636.0, 4640.0, 4636.0, 4658.0, 4699.0, 4661.0, 4638.0, 4698.0, 4653.0, 4647.0, 4687.0, 4629.0, 4635.0, 4695.0, 4649.0, 4637.0, 4698.0, 4634.0, 4667.0, 4696.0, 4621.0, 4667.0, 4686.0, 4626.0, 4667.0, 4686.0, 4642.0, 4677.0, 4680.0, 4625.0, 4686.0, 4686.0, 4635.0, 4678.0, 4681.0, 4635.0, 4675.0, 4634.0, 4636.0, 4692.0, 4635.0, 4667.0, 4697.0, 4674.0, 4675.0, 4640.0, 4713.0, 4700.0, 4650.0, 4702.0, 4695.0, 4659.0, 4681.0, 4640.0, 4656.0, 4695.0, 4657.0, 4660.0, 4698.0, 4665.0, 4647.0, 4685.0, 4623.0, 4633.0, 4684.0, 4621.0, 4643.0, 4677.0, 4621.0, 4650.0, 4670.0, 4609.0, 4640.0, 4670.0, 4620.0, 4640.0, 4667.0, 4609.0, 4641.0, 4668.0, 4619.0, 4642.0, 4670.0, 4612.0, 4651.0, 4653.0, 4622.0, 4674.0, 4630.0, 4644.0, 4685.0, 4625.0, 4667.0, 4696.0, 4625.0, 4676.0, 4693.0, 4647.0, 4678.0, 4687.0, 4639.0, 4688.0, 4686.0, 4638.0, 4690.0, 4665.0, 4661.0, 4698.0, 4640.0, 4676.0, 4709.0, 4648.0, 4691.0, 4701.0, 4651.0, 4701.0, 4700.0, 4639.0, 4690.0, 4693.0, 4662.0, 4680.0, 4694.0, 4641.0, 4687.0, 4680.0, 4648.0, 4721.0, 4627.0, 4700.0, 4651.0, 4663.0, 4652.0, 4695.0, 4709.0, 4690.0, 4571.0, 4665.0, 4672.0, 4641.0, 4712.0, 4714.0, 4690.0, 4677.0, 4632.0, 4659.0, 4687.0, 4661.0, 4695.0, 4691.0, 4649.0, 4675.0, 4626.0, 4650.0, 4651.0, 4598.0, 4665.0, 4614.0, 4643.0, 4684.0, 4636.0, 4692.0, 4646.0, 4640.0, 4688.0, 4639.0, 4670.0, 4700.0, 4660.0, 4698.0, 4668.0, 4653.0, 4709.0, 4666.0, 4656.0, 4712.0, 4649.0, 4675.0, 4695.0, 4636.0, 4665.0, 4694.0, 4625.0, 4663.0, 4697.0, 4646.0, 4671.0, 4694.0, 4634.0, 4666.0, 4684.0, 4628.0, 4659.0, 4684.0, 4639.0, 4663.0, 4672.0, 4625.0, 4671.0, 4682.0, 4633.0, 4675.0, 4684.0, 4639.0, 4660.0, 4672.0, 4608.0, 4654.0, 4682.0, 4628.0, 4660.0, 4683.0, 4632.0, 4663.0, 4682.0, 4623.0, 4653.0, 4682.0, 4629.0, 4675.0, 4684.0, 4629.0, 4665.0, 4682.0, 4615.0, 4664.0, 4684.0, 4625.0, 4664.0, 4684.0, 4640.0, 4675.0, 4661.0, 4624.0, 4685.0, 4669.0, 4631.0, 4687.0, 4650.0, 4646.0, 4686.0, 4638.0, 4636.0, 4685.0, 4659.0, 4633.0, 4680.0, 4622.0, 4639.0, 4680.0, 4622.0, 4645.0, 4680.0, 4630.0, 4651.0, 4670.0, 4632.0, 4687.0, 4694.0, 4629.0, 4672.0, 4695.0, 4641.0, 4668.0, 4683.0, 4632.0, 4663.0, 4690.0, 4632.0, 4682.0, 4681.0, 4643.0, 4682.0, 4652.0, 4631.0, 4687.0, 4669.0, 4631.0, 4687.0, 4679.0, 4628.0, 4670.0, 4636.0, 4617.0, 4673.0, 4647.0, 4628.0, 4674.0, 4622.0, 4633.0, 4685.0, 4623.0, 4640.0, 4679.0, 4619.0, 4650.0, 4677.0, 4624.0, 4643.0, 4668.0, 4622.0, 4649.0, 4682.0, 4631.0, 4664.0, 4680.0, 4608.0, 4641.0, 4669.0, 4617.0, 4663.0, 4683.0, 4628.0, 4669.0, 4667.0, 4618.0, 4664.0, 4671.0, 4628.0, 4674.0, 4619.0, 4631.0, 4681.0, 4635.0, 4653.0, 4703.0, 4660.0, 4687.0, 4650.0, 4620.0, 4694.0, 4679.0, 4702.0, 4658.0, 4699.0, 4700.0, 4654.0, 4673.0, 4632.0, 4644.0, 4685.0, 4620.0, 4654.0, 4684.0, 4639.0, 4660.0, 4637.0, 4631.0, 4686.0, 4620.0, 4651.0, 4679.0, 4634.0, 4651.0, 4669.0, 4632.0, 4677.0, 4668.0, 4623.0, 4672.0, 4618.0, 4631.0, 4670.0, 4636.0, 4641.0, 4680.0, 4620.0, 4652.0, 4691.0, 4646.0, 4666.0, 4671.0, 4625.0, 4676.0, 4631.0, 4659.0, 4693.0, 4648.0, 4679.0, 4674.0, 4642.0, 4697.0, 4699.0, 4648.0, 4675.0, 4700.0, 4644.0, 4675.0, 4682.0, 4630.0, 4652.0, 4687.0, 4630.0, 4647.0, 4686.0, 4622.0, 4663.0, 4682.0, 4624.0, 4622.0, 4682.0, 4640.0, 4625.0, 4671.0, 4639.0, 4620.0, 4677.0, 4669.0, 4626.0, 4667.0, 4675.0, 4620.0, 4666.0, 4673.0, 4619.0, 4656.0, 4675.0, 4619.0, 4655.0, 4673.0, 4608.0, 4639.0, 4669.0, 4619.0, 4651.0, 4669.0, 4625.0, 4647.0, 4674.0, 4626.0, 4657.0, 4671.0, 4643.0, 4683.0, 4632.0, 4632.0, 4682.0, 4641.0, 4653.0, 4674.0, 4661.0, 4702.0, 4652.0, 4633.0, 4684.0, 4681.0, 4636.0, 4672.0, 4640.0, 4626.0, 4682.0, 4670.0, 4630.0, 4671.0, 4669.0, 4618.0, 4662.0, 4627.0, 4618.0, 4673.0, 4657.0, 4623.0, 4674.0, 4647.0, 4618.0, 4668.0, 4635.0, 4606.0, 4657.0, 4635.0, 4631.0, 4666.0, 4625.0, 4610.0, 4673.0, 4655.0, 4611.0, 4651.0, 4655.0, 4606.0, 4662.0, 4605.0, 4617.0, 4668.0, 4617.0, 4639.0, 4683.0, 4631.0, 4671.0, 4685.0, 4623.0, 4640.0, 4685.0, 4630.0, 4650.0, 4683.0, 4635.0, 4651.0, 4679.0, 4622.0, 4660.0, 4683.0, 4629.0, 4660.0, 4668.0, 4620.0, 4661.0, 4689.0, 4630.0, 4672.0, 4686.0, 4621.0, 4651.0, 4679.0, 4619.0, 4650.0, 4683.0, 4629.0, 4645.0, 4668.0, 4619.0, 4644.0, 4669.0, 4618.0, 4645.0, 4686.0, 4618.0, 4646.0, 4684.0, 4619.0, 4639.0, 4678.0, 4613.0, 4655.0, 4685.0, 4619.0, 4656.0, 4679.0, 4620.0, 4656.0, 4684.0, 4641.0, 4667.0, 4640.0, 4632.0, 4682.0, 4640.0, 4658.0, 4696.0, 4635.0, 4675.0, 4691.0, 4631.0, 4672.0, 4661.0, 4642.0, 4682.0, 4633.0, 4664.0, 4693.0, 4626.0, 4662.0, 4699.0, 4641.0, 4661.0, 4679.0, 4630.0, 4650.0, 4684.0, 4628.0, 4649.0, 4683.0, 4628.0, 4649.0, 4682.0, 4608.0, 4648.0, 4682.0, 4618.0, 4669.0, 4672.0, 4628.0, 4659.0, 4645.0, 4617.0, 4663.0, 4656.0, 4632.0, 4664.0, 4646.0, 4617.0, 4663.0, 4680.0, 4622.0, 4648.0, 4672.0, 4617.0, 4648.0, 4665.0, 4606.0, 4658.0, 4682.0, 4633.0, 4654.0, 4637.0, 4608.0, 4674.0, 4617.0, 4651.0, 4684.0, 4621.0, 4672.0, 4690.0, 4621.0, 4678.0, 4681.0, 4632.0, 4673.0, 4691.0, 4636.0, 4666.0, 4693.0, 4619.0, 4661.0, 4694.0, 4630.0, 4676.0, 4684.0, 4619.0, 4666.0, 4678.0, 4634.0, 4660.0, 4683.0, 4619.0, 4649.0, 4681.0, 4629.0, 4659.0, 4657.0, 4628.0, 4668.0, 4636.0, 4650.0, 4684.0, 4619.0, 4661.0, 4695.0, 4640.0, 4661.0, 4668.0, 4619.0, 4661.0, 4684.0, 4635.0, 4666.0, 4685.0, 4630.0, 4676.0, 4668.0, 4624.0, 4665.0, 4658.0, 4634.0, 4664.0, 4619.0, 4640.0, 4685.0, 4629.0, 4624.0, 4669.0, 4637.0, 4618.0, 4658.0, 4616.0, 4617.0, 4657.0, 4636.0, 4622.0, 4668.0, 4617.0, 4618.0, 4673.0, 4622.0, 4618.0, 4673.0, 4607.0, 4635.0, 4686.0, 4619.0, 4667.0, 4678.0, 4638.0, 4672.0, 4661.0, 4642.0, 4693.0, 4638.0, 4663.0, 4691.0, 4621.0, 4664.0, 4698.0, 4641.0, 4661.0, 4632.0, 4664.0, 4693.0, 4630.0, 4642.0, 4692.0, 4636.0, 4652.0, 4681.0, 4631.0, 4652.0, 4691.0, 4620.0, 4666.0, 4691.0, 4652.0, 4682.0, 4631.0, 4633.0, 4692.0, 4649.0, 4630.0, 4680.0, 4638.0, 4631.0, 4684.0, 4616.0, 4623.0, 4672.0, 4632.0, 4643.0, 4671.0, 4616.0, 4643.0, 4667.0, 4610.0, 4631.0, 4666.0, 4617.0, 4648.0, 4682.0, 4617.0, 4654.0, 4682.0, 4617.0, 4655.0, 4673.0, 4619.0, 4670.0, 4683.0, 4618.0, 4675.0, 4668.0, 4628.0, 4663.0, 4646.0, 4608.0, 4674.0, 4657.0, 4623.0, 4684.0, 4634.0, 4661.0, 4684.0, 4619.0, 4650.0, 4682.0, 4619.0, 4660.0, 4631.0, 4653.0, 4698.0, 4631.0, 4638.0, 4682.0, 4659.0, 4626.0, 4687.0, 4669.0, 4635.0, 4674.0, 4638.0, 4625.0, 4670.0, 4667.0, 4618.0, 4677.0, 4648.0, 4618.0, 4673.0, 4645.0, 4623.0, 4674.0, 4646.0, 4622.0, 4663.0, 4612.0, 4618.0, 4667.0, 4624.0, 4636.0, 4685.0, 4619.0, 4651.0, 4685.0, 4620.0, 4641.0, 4686.0, 4626.0, 4641.0, 4686.0, 4624.0, 4630.0, 4670.0, 4619.0, 4647.0, 4699.0, 4619.0, 4657.0, 4685.0, 4632.0, 4663.0, 4698.0, 4637.0, 4674.0, 4633.0, 4674.0, 4693.0, 4632.0, 4665.0, 4692.0, 4637.0, 4658.0], 'WindowWidth': [10319.0, 10262.0, 10212.0, 10250.0, 10277.0, 10198.0, 10199.0, 10236.0, 10143.0, 10205.0, 10154.0, 10197.0, 10175.0, 10207.0, 10173.0, 10229.0, 10205.0, 10148.0, 10192.0, 10145.0, 10172.0, 10176.0, 10132.0, 10204.0, 10131.0, 10177.0, 10220.0, 10155.0, 10194.0, 10188.0, 10140.0, 10200.0, 10156.0, 10157.0, 10229.0, 10173.0, 10192.0, 10226.0, 10174.0, 10260.0, 10275.0, 10154.0, 10209.0, 10222.0, 9976.0, 10057.0, 10170.0, 10328.0, 10189.0, 10269.0, 10236.0, 10167.0, 10211.0, 10165.0, 10280.0, 10236.0, 10265.0, 10305.0, 10207.0, 10249.0, 10248.0, 10245.0, 10291.0, 10219.0, 10197.0, 10270.0, 10194.0, 10178.0, 10238.0, 10183.0, 10192.0, 10235.0, 10141.0, 10190.0, 10199.0, 10142.0, 10190.0, 10174.0, 10145.0, 10203.0, 10172.0, 10142.0, 10200.0, 10171.0, 10140.0, 10186.0, 10168.0, 10126.0, 10186.0, 10155.0, 10125.0, 10204.0, 10170.0, 10142.0, 10182.0, 10144.0, 10162.0, 10216.0, 10129.0, 10164.0, 10220.0, 10150.0, 10187.0, 10215.0, 10152.0, 10214.0, 10209.0, 10191.0, 10261.0, 10201.0, 10247.0, 10244.0, 10182.0, 10238.0, 10252.0, 10182.0, 10226.0, 10239.0, 10156.0, 10220.0, 10248.0, 10159.0, 10224.0, 10255.0, 10184.0, 10229.0, 10239.0, 10163.0, 10206.0, 10216.0, 10156.0, 10212.0, 10219.0, 10160.0, 10214.0, 10213.0, 10144.0, 10194.0, 10219.0, 10152.0, 10194.0, 10223.0, 10149.0, 10194.0, 10208.0, 10151.0, 10194.0, 10220.0, 10141.0, 10196.0, 10212.0, 10159.0, 10215.0, 10216.0, 10157.0, 10216.0, 10234.0, 10163.0, 10193.0, 10229.0, 10163.0, 10220.0, 10242.0, 10179.0, 10211.0, 10245.0, 10181.0, 10238.0, 10222.0, 10178.0, 10239.0, 10259.0, 10192.0, 10257.0, 10242.0, 10178.0, 10253.0, 10255.0, 10175.0, 10238.0, 10259.0, 10171.0, 10224.0, 10245.0, 10166.0, 10204.0, 10263.0, 10184.0, 10196.0, 10226.0, 10185.0, 10268.0, 10258.0, 10164.0, 10232.0, 10233.0, 10178.0, 10219.0, 10221.0, 10153.0, 10211.0, 10235.0, 10159.0, 10224.0, 10221.0, 10158.0, 10222.0, 10200.0, 10146.0, 10220.0, 10208.0, 10167.0, 10204.0, 10149.0, 10170.0, 10227.0, 10160.0, 10182.0, 10230.0, 10147.0, 10191.0, 10219.0, 10144.0, 10177.0, 10231.0, 10146.0, 10192.0, 10209.0, 10156.0, 10244.0, 10212.0, 10169.0, 10239.0, 10171.0, 10192.0, 10242.0, 10180.0, 10266.0, 10247.0, 10173.0, 10228.0, 10233.0, 10161.0, 10213.0, 10225.0, 10142.0, 10206.0, 10215.0, 10149.0, 10193.0, 10234.0, 10165.0, 10191.0, 10213.0, 10134.0, 10190.0, 10214.0, 10163.0, 10204.0, 10210.0, 10131.0, 10191.0, 10211.0, 10134.0, 10199.0, 10211.0, 10153.0, 10187.0, 10181.0, 10129.0, 10211.0, 10171.0, 10144.0, 10215.0, 10174.0, 10162.0, 10217.0, 10180.0, 10131.0, 10218.0, 10163.0, 10163.0, 10231.0, 10158.0, 10245.0, 10238.0, 10146.0, 10230.0, 10229.0, 10173.0, 10212.0, 10235.0, 10149.0, 10228.0, 10235.0, 10166.0, 10224.0, 10237.0, 10167.0, 10214.0, 10194.0, 10145.0, 10236.0, 10208.0, 10169.0, 10221.0, 10152.0, 10197.0, 10239.0, 10165.0, 10177.0, 10253.0, 10166.0, 10181.0, 10235.0, 10151.0, 10181.0, 10252.0, 10168.0, 10172.0, 10172.0, 10204.0, 10263.0, 10204.0, 10175.0, 10259.0, 10193.0, 10187.0, 10241.0, 10156.0, 10168.0, 10252.0, 10184.0, 10172.0, 10258.0, 10166.0, 10214.0, 10252.0, 10148.0, 10212.0, 10238.0, 10156.0, 10213.0, 10240.0, 10177.0, 10227.0, 10227.0, 10156.0, 10240.0, 10239.0, 10168.0, 10230.0, 10231.0, 10168.0, 10223.0, 10164.0, 10172.0, 10247.0, 10169.0, 10217.0, 10256.0, 10236.0, 10227.0, 10182.0, 10286.0, 10264.0, 10198.0, 10270.0, 10256.0, 10206.0, 10237.0, 10183.0, 10203.0, 10256.0, 10200.0, 10209.0, 10263.0, 10207.0, 10184.0, 10237.0, 10147.0, 10162.0, 10232.0, 10141.0, 10173.0, 10218.0, 10140.0, 10180.0, 10206.0, 10121.0, 10166.0, 10205.0, 10136.0, 10165.0, 10199.0, 10122.0, 10168.0, 10202.0, 10136.0, 10170.0, 10207.0, 10130.0, 10185.0, 10186.0, 10147.0, 10220.0, 10156.0, 10179.0, 10235.0, 10155.0, 10214.0, 10252.0, 10154.0, 10226.0, 10247.0, 10186.0, 10229.0, 10242.0, 10178.0, 10246.0, 10238.0, 10177.0, 10252.0, 10213.0, 10211.0, 10259.0, 10182.0, 10229.0, 10276.0, 10192.0, 10252.0, 10266.0, 10199.0, 10270.0, 10264.0, 10181.0, 10251.0, 10251.0, 10211.0, 10237.0, 10252.0, 10185.0, 10249.0, 10238.0, 10197.0, 10303.0, 10154.0, 10274.0, 10194.0, 10210.0, 10196.0, 10266.0, 10287.0, 10245.0, 10046.0, 10236.0, 10233.0, 10186.0, 10301.0, 10298.0, 10249.0, 10224.0, 10157.0, 10201.0, 10242.0, 10211.0, 10263.0, 10253.0, 10192.0, 10220.0, 10154.0, 10181.0, 10181.0, 10109.0, 10204.0, 10136.0, 10179.0, 10237.0, 10177.0, 10256.0, 10188.0, 10184.0, 10244.0, 10177.0, 10223.0, 10263.0, 10210.0, 10265.0, 10221.0, 10206.0, 10281.0, 10215.0, 10202.0, 10286.0, 10192.0, 10225.0, 10257.0, 10176.0, 10214.0, 10253.0, 10153.0, 10205.0, 10258.0, 10184.0, 10215.0, 10249.0, 10166.0, 10211.0, 10232.0, 10152.0, 10198.0, 10235.0, 10169.0, 10206.0, 10217.0, 10155.0, 10216.0, 10228.0, 10163.0, 10223.0, 10233.0, 10168.0, 10199.0, 10216.0, 10125.0, 10193.0, 10228.0, 10153.0, 10199.0, 10232.0, 10161.0, 10203.0, 10227.0, 10151.0, 10193.0, 10230.0, 10156.0, 10224.0, 10235.0, 10158.0, 10210.0, 10229.0, 10140.0, 10209.0, 10234.0, 10153.0, 10208.0, 10234.0, 10173.0, 10226.0, 10202.0, 10155.0, 10240.0, 10211.0, 10163.0, 10245.0, 10186.0, 10185.0, 10242.0, 10168.0, 10170.0, 10239.0, 10196.0, 10164.0, 10229.0, 10147.0, 10172.0, 10228.0, 10148.0, 10182.0, 10230.0, 10161.0, 10190.0, 10214.0, 10167.0, 10244.0, 10251.0, 10160.0, 10221.0, 10252.0, 10177.0, 10216.0, 10235.0, 10165.0, 10209.0, 10243.0, 10167.0, 10235.0, 10232.0, 10181.0, 10237.0, 10191.0, 10164.0, 10246.0, 10213.0, 10162.0, 10244.0, 10224.0, 10153.0, 10214.0, 10160.0, 10138.0, 10221.0, 10179.0, 10154.0, 10220.0, 10147.0, 10164.0, 10239.0, 10150.0, 10174.0, 10230.0, 10142.0, 10187.0, 10221.0, 10151.0, 10178.0, 10210.0, 10149.0, 10183.0, 10230.0, 10158.0, 10207.0, 10227.0, 10128.0, 10175.0, 10210.0, 10139.0, 10207.0, 10232.0, 10154.0, 10213.0, 10207.0, 10142.0, 10210.0, 10215.0, 10156.0, 10222.0, 10146.0, 10166.0, 10233.0, 10170.0, 10199.0, 10269.0, 10213.0, 10247.0, 10200.0, 10141.0, 10251.0, 10240.0, 10274.0, 10212.0, 10268.0, 10268.0, 10196.0, 10222.0, 10162.0, 10184.0, 10238.0, 10145.0, 10194.0, 10236.0, 10170.0, 10200.0, 10172.0, 10162.0, 10241.0, 10144.0, 10188.0, 10226.0, 10166.0, 10188.0, 10210.0, 10165.0, 10231.0, 10209.0, 10149.0, 10218.0, 10140.0, 10161.0, 10214.0, 10171.0, 10178.0, 10227.0, 10146.0, 10192.0, 10245.0, 10184.0, 10214.0, 10217.0, 10158.0, 10227.0, 10162.0, 10206.0, 10251.0, 10191.0, 10237.0, 10228.0, 10190.0, 10265.0, 10266.0, 10193.0, 10231.0, 10267.0, 10183.0, 10227.0, 10237.0, 10160.0, 10192.0, 10244.0, 10161.0, 10186.0, 10238.0, 10154.0, 10210.0, 10236.0, 10153.0, 10151.0, 10234.0, 10174.0, 10157.0, 10220.0, 10170.0, 10146.0, 10229.0, 10213.0, 10156.0, 10214.0, 10224.0, 10145.0, 10213.0, 10220.0, 10144.0, 10198.0, 10223.0, 10143.0, 10196.0, 10218.0, 10127.0, 10171.0, 10211.0, 10144.0, 10188.0, 10211.0, 10155.0, 10186.0, 10221.0, 10157.0, 10202.0, 10218.0, 10182.0, 10238.0, 10165.0, 10166.0, 10235.0, 10175.0, 10196.0, 10226.0, 10214.0, 10272.0, 10193.0, 10169.0, 10243.0, 10232.0, 10172.0, 10219.0, 10171.0, 10158.0, 10234.0, 10217.0, 10158.0, 10218.0, 10210.0, 10140.0, 10204.0, 10152.0, 10142.0, 10218.0, 10192.0, 10148.0, 10221.0, 10179.0, 10139.0, 10209.0, 10157.0, 10120.0, 10192.0, 10157.0, 10157.0, 10204.0, 10143.0, 10129.0, 10216.0, 10185.0, 10129.0, 10185.0, 10187.0, 10120.0, 10200.0, 10120.0, 10139.0, 10208.0, 10139.0, 10171.0, 10234.0, 10162.0, 10219.0, 10237.0, 10151.0, 10174.0, 10237.0, 10158.0, 10187.0, 10231.0, 10170.0, 10190.0, 10226.0, 10149.0, 10199.0, 10233.0, 10157.0, 10203.0, 10211.0, 10146.0, 10205.0, 10241.0, 10161.0, 10222.0, 10241.0, 10149.0, 10191.0, 10226.0, 10143.0, 10188.0, 10235.0, 10155.0, 10179.0, 10210.0, 10145.0, 10181.0, 10212.0, 10142.0, 10182.0, 10241.0, 10142.0, 10184.0, 10234.0, 10143.0, 10172.0, 10224.0, 10136.0, 10196.0, 10237.0, 10145.0, 10199.0, 10226.0, 10149.0, 10200.0, 10236.0, 10178.0, 10215.0, 10173.0, 10166.0, 10237.0, 10175.0, 10205.0, 10256.0, 10174.0, 10232.0, 10246.0, 10164.0, 10222.0, 10203.0, 10179.0, 10235.0, 10171.0, 10213.0, 10254.0, 10160.0, 10207.0, 10262.0, 10176.0, 10205.0, 10228.0, 10159.0, 10188.0, 10236.0, 10155.0, 10185.0, 10233.0, 10154.0, 10186.0, 10230.0, 10126.0, 10183.0, 10228.0, 10141.0, 10214.0, 10218.0, 10154.0, 10199.0, 10172.0, 10136.0, 10206.0, 10189.0, 10159.0, 10206.0, 10174.0, 10137.0, 10204.0, 10225.0, 10147.0, 10183.0, 10215.0, 10138.0, 10181.0, 10201.0, 10123.0, 10195.0, 10229.0, 10162.0, 10193.0, 10165.0, 10128.0, 10220.0, 10140.0, 10190.0, 10236.0, 10152.0, 10222.0, 10244.0, 10150.0, 10232.0, 10231.0, 10165.0, 10225.0, 10247.0, 10174.0, 10215.0, 10248.0, 10144.0, 10203.0, 10251.0, 10160.0, 10227.0, 10234.0, 10143.0, 10212.0, 10225.0, 10166.0, 10200.0, 10233.0, 10143.0, 10186.0, 10228.0, 10158.0, 10199.0, 10192.0, 10154.0, 10209.0, 10173.0, 10189.0, 10236.0, 10143.0, 10205.0, 10254.0, 10173.0, 10203.0, 10210.0, 10145.0, 10204.0, 10235.0, 10168.0, 10214.0, 10237.0, 10159.0, 10228.0, 10209.0, 10154.0, 10211.0, 10195.0, 10165.0, 10208.0, 10144.0, 10175.0, 10240.0, 10154.0, 10152.0, 10213.0, 10164.0, 10139.0, 10195.0, 10135.0, 10138.0, 10194.0, 10161.0, 10147.0, 10210.0, 10136.0, 10142.0, 10218.0, 10145.0, 10140.0, 10217.0, 10124.0, 10168.0, 10241.0, 10144.0, 10216.0, 10225.0, 10179.0, 10223.0, 10203.0, 10180.0, 10254.0, 10177.0, 10213.0, 10247.0, 10151.0, 10215.0, 10262.0, 10177.0, 10203.0, 10167.0, 10213.0, 10253.0, 10161.0, 10180.0, 10249.0, 10171.0, 10193.0, 10232.0, 10163.0, 10193.0, 10245.0, 10149.0, 10214.0, 10247.0, 10195.0, 10235.0, 10163.0, 10170.0, 10252.0, 10185.0, 10162.0, 10231.0, 10168.0, 10162.0, 10237.0, 10134.0, 10149.0, 10217.0, 10159.0, 10175.0, 10213.0, 10135.0, 10177.0, 10208.0, 10128.0, 10160.0, 10206.0, 10137.0, 10184.0, 10231.0, 10139.0, 10195.0, 10231.0, 10140.0, 10195.0, 10219.0, 10146.0, 10216.0, 10231.0, 10142.0, 10223.0, 10209.0, 10153.0, 10205.0, 10176.0, 10127.0, 10222.0, 10191.0, 10150.0, 10235.0, 10168.0, 10204.0, 10237.0, 10147.0, 10189.0, 10232.0, 10145.0, 10201.0, 10164.0, 10196.0, 10264.0, 10163.0, 10177.0, 10236.0, 10199.0, 10158.0, 10244.0, 10213.0, 10170.0, 10223.0, 10169.0, 10158.0, 10218.0, 10209.0, 10142.0, 10227.0, 10181.0, 10143.0, 10219.0, 10172.0, 10148.0, 10222.0, 10175.0, 10147.0, 10204.0, 10133.0, 10143.0, 10209.0, 10154.0, 10173.0, 10239.0, 10146.0, 10191.0, 10239.0, 10148.0, 10179.0, 10244.0, 10158.0, 10178.0, 10242.0, 10152.0, 10162.0, 10217.0, 10145.0, 10190.0, 10263.0, 10146.0, 10202.0, 10240.0, 10168.0, 10212.0, 10261.0, 10176.0, 10227.0, 10172.0, 10230.0, 10254.0, 10168.0, 10214.0, 10252.0, 10175.0, 10203.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.0042932207792207785</td></tr>
<tr><td colspan=3>aqi</td><td>0.059189151601731604</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.98243186785963</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2098692587261681</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9638480219497401</td></tr>
<tr><td colspan=3>efc</td><td>0.5079</td></tr>
<tr><td colspan=3>fber</td><td>5473.1719</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12479424988871171</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32034632034632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.517878252656331</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.350619398502321</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.694974663019524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.508040696447148</td></tr>
<tr><td colspan=3>gcor</td><td>0.00677657</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017012592405080795</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05123353749513626</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.659108935865615</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>22.5769</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5844</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.5853</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291917.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1094.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.8889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7131</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.8514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.4898</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.6062</td></tr>
<tr><td colspan=3>tsnr</td><td>30.282590840477496</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>