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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:59:9.620000</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.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0985273</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>[4175, -7742, -7278, 530, 41, -47, 112, 55]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07ab48af-3076-4aaa-8f0d-c2d93b302cd7||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.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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': ['125909.620000', '125910.080000', '125910.540000', '125911.000000', '125911.460000', '125911.920000', '125912.380000', '125912.840000', '125913.300000', '125913.760000', '125914.220000', '125914.680000', '125915.140000', '125915.600000', '125916.060000', '125916.520000', '125916.980000', '125917.440000', '125917.900000', '125918.360000', '125918.820000', '125919.280000', '125919.740000', '125920.200000', '125920.660000', '125921.120000', '125921.580000', '125922.040000', '125922.500000', '125922.960000', '125923.420000', '125923.880000', '125924.340000', '125924.800000', '125925.260000', '125925.720000', '125926.180000', '125926.640000', '125927.100000', '125927.560000', '125928.020000', '125928.480000', '125928.940000', '125929.400000', '125929.860000', '125930.320000', '125930.780000', '125931.240000', '125931.700000', '125932.160000', '125932.620000', '125933.080000', '125933.540000', '125934.000000', '125934.460000', '125934.920000', '125935.380000', '125935.840000', '125936.300000', '125936.760000', '125937.220000', '125937.680000', '125938.140000', '125938.600000', '125939.060000', '125939.520000', '125939.980000', '125940.440000', '125940.900000', '125941.360000', '125941.820000', '125942.280000', '125942.740000', '125943.200000', '125943.660000', '125944.120000', '125944.580000', '125945.040000', '125945.500000', '125945.960000', '125946.420000', '125946.880000', '125947.340000', '125947.800000', '125948.260000', '125948.720000', '125949.180000', '125949.640000', '125950.100000', '125950.560000', '125951.020000', '125951.480000', '125951.940000', '125952.400000', '125952.860000', '125953.320000', '125953.780000', '125954.240000', '125954.700000', '125955.160000', '125955.620000', '125956.080000', '125956.540000', '125957.000000', '125957.460000', '125957.920000', '125958.380000', '125958.840000', '125959.300000', '125959.760000', '130000.220000', '130000.680000', '130001.140000', '130001.600000', '130002.060000', '130002.520000', '130002.980000', '130003.440000', '130003.900000', '130004.360000', '130004.820000', '130005.280000', '130005.740000', '130006.200000', '130006.660000', '130007.120000', '130007.580000', '130008.040000', '130008.500000', '130008.960000', '130009.420000', '130009.880000', '130010.340000', '130010.800000', '130011.260000', '130011.720000', '130012.180000', '130012.640000', '130013.100000', '130013.560000', '130014.020000', '130014.480000', '130014.940000', '130015.400000', '130015.860000', '130016.320000', '130016.780000', '130017.240000', '130017.700000', '130018.160000', '130018.620000', '130019.080000', '130019.540000', '130020.000000', '130020.460000', '130020.920000', '130021.380000', '130021.840000', '130022.300000', '130022.760000', '130023.220000', '130023.680000', '130024.140000', '130024.600000', '130025.060000', '130025.520000', '130025.980000', '130026.440000', '130026.900000', '130027.360000', '130027.820000', '130028.280000', '130028.740000', '130029.200000', '130029.660000', '130030.120000', '130030.580000', '130031.040000', '130031.500000', '130031.960000', '130032.420000', '130032.880000', '130033.340000', '130033.800000', '130034.260000', '130034.720000', '130035.180000', '130035.640000', '130036.100000', '130036.560000', '130037.020000', '130037.480000', '130037.940000', '130038.400000', '130038.860000', '130039.320000', '130039.780000', '130040.240000', '130040.700000', '130041.160000', '130041.620000', '130042.080000', '130042.540000', '130043.000000', '130043.460000', '130043.920000', '130044.380000', '130044.840000', '130045.300000', '130045.760000', '130046.220000', '130046.680000', '130047.140000', '130047.600000', '130048.060000', '130048.520000', '130048.980000', '130049.440000', '130049.900000', '130050.360000', '130050.820000', '130051.280000', '130051.740000', '130052.200000', '130052.660000', '130053.120000', '130053.580000', '130054.040000', '130054.500000', '130054.960000', '130055.420000', '130055.880000', '130056.340000', '130056.800000', '130057.260000', '130057.720000', '130058.180000', '130058.640000', '130059.100000', '130059.560000', '130100.020000', '130100.480000', '130100.940000', '130101.400000', '130101.860000', '130102.320000', '130102.780000', '130103.240000', '130103.700000', '130104.160000', '130104.620000', '130105.080000', '130105.540000', '130106.000000', '130106.460000', '130106.920000', '130107.380000', '130107.840000', '130108.300000', '130108.760000', '130109.220000', '130109.680000', '130110.140000', '130110.600000', '130111.060000', '130111.520000', '130111.980000', '130112.440000', '130112.900000', '130113.360000', '130113.820000', '130114.280000', '130114.740000', '130115.200000', '130115.660000', '130116.120000', '130116.580000', '130117.040000', '130117.500000', '130117.960000', '130118.420000', '130118.880000', '130119.340000', '130119.800000', '130120.260000', '130120.720000', '130121.180000', '130121.640000', '130122.100000', '130122.560000', '130123.020000', '130123.480000', '130123.940000', '130124.400000', '130124.860000', '130125.320000', '130125.780000', '130126.240000', '130126.700000', '130127.160000', '130127.620000', '130128.080000', '130128.540000', '130129.000000', '130129.460000', '130129.920000', '130130.380000', '130130.840000', '130131.300000', '130131.760000', '130132.220000', '130132.680000', '130133.140000', '130133.600000', '130134.060000', '130134.520000', '130134.980000', '130135.440000', '130135.900000', '130136.360000', '130136.820000', '130137.280000', '130137.740000', '130138.200000', '130138.660000', '130139.120000', '130139.580000', '130140.040000', '130140.500000', '130140.960000', '130141.420000', '130141.880000', '130142.340000', '130142.800000', '130143.260000', '130143.720000', '130144.180000', '130144.640000', '130145.100000', '130145.560000', '130146.020000', '130146.480000', '130146.940000', '130147.400000', '130147.860000', '130148.320000', '130148.780000', '130149.240000', '130149.700000', '130150.160000', '130150.620000', '130151.080000', '130151.540000', '130152.000000', '130152.460000', '130152.920000', '130153.380000', '130153.840000', '130154.300000', '130154.760000', '130155.220000', '130155.680000', '130156.140000', '130156.600000', '130157.060000', '130157.520000', '130157.980000', '130158.440000', '130158.900000', '130159.360000', '130159.820000', '130200.280000', '130200.740000', '130201.200000', '130201.660000', '130202.120000', '130202.580000', '130203.040000', '130203.500000', '130203.960000', '130204.420000', '130204.880000', '130205.340000', '130205.800000', '130206.260000', '130206.720000', '130207.180000', '130207.640000', '130208.100000', '130208.560000', '130209.020000', '130209.480000', '130209.940000', '130210.400000', '130210.860000', '130211.320000', '130211.780000', '130212.240000', '130212.700000', '130213.160000', '130213.620000', '130214.080000', '130214.540000', '130215.000000', '130215.460000', '130215.920000', '130216.380000', '130216.840000', '130217.300000', '130217.760000', '130218.220000', '130218.680000', '130219.140000', '130219.600000', '130220.060000', '130220.520000', '130220.980000', '130221.440000', '130221.900000', '130222.360000', '130222.820000', '130223.280000', '130223.740000', '130224.200000', '130224.660000', '130225.120000', '130225.580000', '130226.040000', '130226.500000', '130226.960000', '130227.420000', '130227.880000', '130228.340000', '130228.800000', '130229.260000', '130229.720000', '130230.180000', '130230.640000', '130231.100000', '130231.560000', '130232.020000', '130232.480000', '130232.940000', '130233.400000', '130233.860000', '130234.320000', '130234.780000', '130235.240000', '130235.700000', '130236.160000', '130236.620000', '130237.080000', '130237.540000', '130238.000000', '130238.460000', '130238.920000', '130239.380000', '130239.840000', '130240.300000', '130240.760000', '130241.220000', '130241.680000', '130242.140000', '130242.600000', '130243.060000', '130243.520000', '130243.980000', '130244.440000', '130244.900000', '130245.360000', '130245.820000', '130246.280000', '130246.740000', '130247.200000', '130247.660000', '130248.120000', '130248.580000', '130249.040000', '130249.500000', '130249.960000', '130250.420000', '130250.880000', '130251.340000', '130251.800000', '130252.260000', '130252.720000', '130253.180000', '130253.640000', '130254.100000', '130254.560000', '130255.020000', '130255.480000', '130255.940000', '130256.400000', '130256.860000', '130257.320000', '130257.780000', '130258.240000', '130258.700000', '130259.160000', '130259.620000', '130300.080000', '130300.540000', '130301.000000', '130301.460000', '130301.920000', '130302.380000', '130302.840000', '130303.300000', '130303.760000', '130304.220000', '130304.680000', '130305.140000', '130305.600000', '130306.060000', '130306.520000', '130306.980000', '130307.440000', '130307.900000', '130308.360000', '130308.820000', '130309.280000', '130309.740000', '130310.200000', '130310.660000', '130311.120000', '130311.580000', '130312.040000', '130312.500000', '130312.960000', '130313.420000', '130313.880000', '130314.340000', '130314.800000', '130315.260000', '130315.720000', '130316.180000', '130316.640000', '130317.100000', '130317.560000', '130318.020000', '130318.480000', '130318.940000', '130319.400000', '130319.860000', '130320.320000', '130320.780000', '130321.240000', '130321.700000', '130322.160000', '130322.620000', '130323.080000', '130323.540000', '130324.000000', '130324.460000', '130324.920000', '130325.380000', '130325.840000', '130326.300000', '130326.760000', '130327.220000', '130327.680000', '130328.140000', '130328.600000', '130329.060000', '130329.520000', '130329.980000', '130330.440000', '130330.900000', '130331.360000', '130331.820000', '130332.280000', '130332.740000', '130333.200000', '130333.660000', '130334.120000', '130334.580000', '130335.040000', '130335.500000', '130335.960000', '130336.420000', '130336.880000', '130337.340000', '130337.800000', '130338.260000', '130338.720000', '130339.180000', '130339.640000', '130340.100000', '130340.560000', '130341.020000', '130341.480000', '130341.940000', '130342.400000', '130342.860000', '130343.320000', '130343.780000', '130344.240000', '130344.700000', '130345.160000', '130345.620000', '130346.080000', '130346.540000', '130347.000000', '130347.460000', '130347.920000', '130348.380000', '130348.840000', '130349.300000', '130349.760000', '130350.220000', '130350.680000', '130351.140000', '130351.600000', '130352.060000', '130352.520000', '130352.980000', '130353.440000', '130353.900000', '130354.360000', '130354.820000', '130355.280000', '130355.740000', '130356.200000', '130356.660000', '130357.120000', '130357.580000', '130358.040000', '130358.500000', '130358.960000', '130359.420000', '130359.880000', '130400.340000', '130400.800000', '130401.260000', '130401.720000', '130402.180000', '130402.640000', '130403.100000', '130403.560000', '130404.020000', '130404.480000', '130404.940000', '130405.400000', '130405.860000', '130406.320000', '130406.780000', '130407.240000', '130407.700000', '130408.160000', '130408.620000', '130409.080000', '130409.540000', '130410.000000', '130410.460000', '130410.920000', '130411.380000', '130411.840000', '130412.300000', '130412.760000', '130413.220000', '130413.680000', '130414.140000', '130414.600000', '130415.060000', '130415.520000', '130415.980000', '130416.440000', '130416.900000', '130417.360000', '130417.820000', '130418.280000', '130418.740000', '130419.200000', '130419.660000', '130420.120000', '130420.580000', '130421.040000', '130421.500000', '130421.960000', '130422.420000', '130422.880000', '130423.340000', '130423.800000', '130424.260000', '130424.720000', '130425.180000', '130425.640000', '130426.100000', '130426.560000', '130427.020000', '130427.480000', '130427.940000', '130428.400000', '130428.860000', '130429.320000', '130429.780000', '130430.240000', '130430.700000', '130431.160000', '130431.620000', '130432.080000', '130432.540000', '130433.000000', '130433.460000', '130433.920000', '130434.380000', '130434.840000', '130435.300000', '130435.760000', '130436.220000', '130436.680000', '130437.140000', '130437.600000', '130438.060000', '130438.520000', '130438.980000', '130439.440000', '130439.900000', '130440.360000', '130440.820000', '130441.280000', '130441.740000', '130442.200000', '130442.660000', '130443.120000', '130443.580000', '130444.040000', '130444.500000', '130444.960000', '130445.420000', '130445.880000', '130446.340000', '130446.800000', '130447.260000', '130447.720000', '130448.180000', '130448.640000', '130449.100000', '130449.560000', '130450.020000', '130450.480000', '130450.940000', '130451.400000', '130451.860000', '130452.320000', '130452.780000', '130453.240000', '130453.700000', '130454.160000', '130454.620000', '130455.080000', '130455.540000', '130456.000000', '130456.460000', '130456.920000', '130457.380000', '130457.840000', '130458.300000', '130458.760000', '130459.220000', '130459.680000', '130500.140000', '130500.600000', '130501.060000', '130501.520000', '130501.980000', '130502.440000', '130502.900000', '130503.360000', '130503.820000', '130504.280000', '130504.740000', '130505.200000', '130505.660000', '130506.120000', '130506.580000', '130507.040000', '130507.500000', '130507.960000', '130508.420000', '130508.880000', '130509.340000', '130509.800000', '130510.260000', '130510.720000', '130511.180000', '130511.640000', '130512.100000', '130512.560000', '130513.020000', '130513.480000', '130513.940000', '130514.400000', '130514.860000', '130515.320000', '130515.780000', '130516.240000', '130516.700000', '130517.160000', '130517.620000', '130518.080000', '130518.540000', '130519.000000', '130519.460000', '130519.920000', '130520.380000', '130520.840000', '130521.300000', '130521.760000', '130522.220000', '130522.680000', '130523.140000', '130523.600000', '130524.060000', '130524.520000', '130524.980000', '130525.440000', '130525.900000', '130526.360000', '130526.820000', '130527.280000', '130527.740000', '130528.200000', '130528.660000', '130529.120000', '130529.580000', '130530.040000', '130530.500000', '130530.960000', '130531.420000', '130531.880000', '130532.340000', '130532.800000', '130533.260000', '130533.720000', '130534.180000', '130534.640000', '130535.100000', '130535.560000', '130536.020000', '130536.480000', '130536.940000', '130537.400000', '130537.860000', '130538.320000', '130538.780000', '130539.240000', '130539.700000', '130540.160000', '130540.620000', '130541.080000', '130541.540000', '130542.000000', '130542.460000', '130542.920000', '130543.380000', '130543.840000', '130544.300000', '130544.760000', '130545.220000', '130545.680000', '130546.140000', '130546.600000', '130547.060000', '130547.520000', '130547.980000', '130548.440000', '130548.900000', '130549.360000', '130549.820000', '130550.280000', '130550.740000', '130551.200000', '130551.660000', '130552.120000', '130552.580000', '130553.040000', '130553.500000', '130553.960000', '130554.420000', '130554.880000', '130555.340000', '130555.800000', '130556.260000', '130556.720000', '130557.180000', '130557.640000', '130558.100000', '130558.560000', '130559.020000', '130559.480000', '130559.940000', '130600.400000', '130600.860000', '130601.320000', '130601.780000', '130602.240000', '130602.700000', '130603.160000', '130603.620000', '130604.080000', '130604.540000', '130605.000000', '130605.460000', '130605.920000', '130606.380000', '130606.840000', '130607.300000', '130607.760000', '130608.220000', '130608.680000', '130609.140000', '130609.600000', '130610.060000', '130610.520000', '130610.980000', '130611.440000', '130611.900000', '130612.360000', '130612.820000', '130613.280000', '130613.740000', '130614.200000', '130614.660000', '130615.120000', '130615.580000', '130616.040000', '130616.500000', '130616.960000', '130617.420000', '130617.880000', '130618.340000', '130618.800000', '130619.260000', '130619.720000', '130620.180000', '130620.640000', '130621.100000', '130621.560000', '130622.020000', '130622.480000', '130622.940000', '130623.400000', '130623.860000', '130624.320000', '130624.780000', '130625.240000', '130625.700000', '130626.160000', '130626.620000', '130627.080000', '130627.540000', '130628.000000', '130628.460000', '130628.920000', '130629.380000', '130629.840000', '130630.300000', '130630.760000', '130631.220000', '130631.680000', '130632.140000', '130632.600000', '130633.060000', '130633.520000', '130633.980000', '130634.440000', '130634.900000', '130635.360000', '130635.820000', '130636.280000', '130636.740000', '130637.200000', '130637.660000', '130638.120000', '130638.580000', '130639.040000', '130639.500000', '130639.960000', '130640.420000', '130640.880000', '130641.340000', '130641.800000', '130642.260000', '130642.720000', '130643.180000', '130643.640000', '130644.100000', '130644.560000', '130645.020000', '130645.480000', '130645.940000', '130646.400000', '130646.860000', '130647.320000', '130647.780000', '130648.240000', '130648.700000', '130649.160000', '130649.620000', '130650.080000', '130650.540000', '130651.000000', '130651.460000', '130651.920000', '130652.380000', '130652.840000', '130653.300000', '130653.760000', '130654.220000', '130654.680000', '130655.140000', '130655.600000', '130656.060000', '130656.520000', '130656.980000', '130657.440000', '130657.900000', '130658.360000', '130658.820000', '130659.280000', '130659.740000', '130700.200000', '130700.660000', '130701.120000', '130701.580000', '130702.040000', '130702.500000', '130702.960000', '130703.420000', '130703.880000', '130704.340000', '130704.800000', '130705.260000', '130705.720000', '130706.180000', '130706.640000', '130707.100000', '130707.560000', '130708.020000', '130708.480000', '130708.940000', '130709.400000', '130709.860000', '130710.320000', '130710.780000', '130711.240000', '130711.700000', '130712.160000', '130712.620000', '130713.080000', '130713.540000', '130714.000000', '130714.460000', '130714.920000', '130715.380000', '130715.840000', '130716.300000', '130716.760000', '130717.220000', '130717.680000', '130718.140000', '130718.600000', '130719.060000', '130719.520000', '130719.980000', '130720.440000', '130720.900000', '130721.360000', '130721.820000', '130722.280000', '130722.740000', '130723.200000', '130723.660000', '130724.120000', '130724.580000', '130725.040000', '130725.500000', '130725.960000', '130726.420000', '130726.880000', '130727.340000', '130727.800000', '130728.260000', '130728.720000', '130729.180000', '130729.640000', '130730.100000', '130730.560000', '130731.020000', '130731.480000', '130731.940000', '130732.400000', '130732.860000', '130733.320000', '130733.780000', '130734.240000', '130734.700000', '130735.160000', '130735.620000', '130736.080000', '130736.540000', '130737.000000', '130737.460000', '130737.920000', '130738.380000', '130738.840000', '130739.300000', '130739.760000', '130740.220000', '130740.680000', '130741.140000', '130741.600000', '130742.060000', '130742.520000', '130742.980000', '130743.440000', '130743.900000', '130744.360000', '130744.820000', '130745.280000', '130745.740000', '130746.200000', '130746.660000', '130747.120000', '130747.580000', '130748.040000', '130748.500000', '130748.960000', '130749.420000', '130749.880000', '130750.340000', '130750.800000', '130751.260000', '130751.720000', '130752.180000', '130752.640000', '130753.100000', '130753.560000', '130754.020000', '130754.480000', '130754.940000', '130755.400000', '130755.860000', '130756.320000', '130756.780000', '130757.240000', '130757.700000', '130758.160000', '130758.620000', '130759.080000', '130759.540000', '130800.000000', '130800.460000', '130800.920000'], 'ContentTime': ['125936.522000', '125936.525000', '125936.528000', '125936.531000', '125936.533000', '125936.536000', '125936.538000', '125936.541000', '125936.545000', '125936.548000', '125936.550000', '125936.553000', '125936.555000', '125936.558000', '125936.561000', '125936.563000', '125936.566000', '125936.568000', '125936.571000', '125936.574000', '125936.576000', '125936.579000', '125936.581000', '125936.584000', '125936.587000', '125936.589000', '125936.593000', '125936.595000', '125936.598000', '125936.601000', '125936.611000', '125936.614000', '125936.616000', '125936.619000', '125936.622000', '125936.624000', '125936.627000', '125936.629000', '125936.632000', '125936.635000', '125936.637000', '125936.640000', '125936.642000', '125936.645000', '125936.647000', '125936.650000', '125936.653000', '125936.655000', '125936.658000', '125936.670000', '125936.672000', '125936.675000', '125936.677000', '125936.680000', '125936.683000', '125936.685000', '125956.478000', '125956.481000', '125956.484000', '125956.491000', '125956.493000', '125956.496000', '125956.499000', '125956.501000', '125956.504000', '125956.506000', '125956.509000', '125956.512000', '125956.514000', '125956.517000', '125956.520000', '125956.522000', '125956.525000', '125956.527000', '125956.530000', '125956.533000', '125956.535000', '125956.538000', '125956.540000', '125956.543000', '125956.545000', '125956.548000', '125956.551000', '125956.553000', '125956.556000', '125956.558000', '125956.561000', '125956.563000', '125956.566000', '125956.568000', '125956.571000', '125956.574000', '125956.576000', '125956.579000', '125956.581000', '125956.584000', '125956.586000', '125956.589000', '125956.592000', '125956.594000', '130016.476000', '130016.507000', '130016.509000', '130016.512000', '130016.515000', '130016.517000', '130016.520000', '130016.522000', '130016.526000', '130016.528000', '130016.531000', '130016.533000', '130016.536000', '130016.538000', '130016.541000', '130016.544000', '130016.546000', '130016.549000', '130016.551000', '130016.554000', '130016.557000', '130016.559000', '130016.562000', '130016.564000', '130016.567000', '130016.569000', '130016.572000', '130016.575000', '130016.577000', '130016.580000', '130016.583000', '130016.585000', '130016.588000', '130016.591000', '130016.593000', '130016.596000', '130016.598000', '130016.601000', '130016.604000', '130016.606000', '130016.609000', '130016.611000', '130016.614000', '130036.478000', '130036.481000', '130036.484000', '130036.486000', '130036.489000', '130036.492000', '130036.494000', '130036.497000', '130036.499000', '130036.502000', '130036.505000', '130036.507000', '130036.510000', '130036.512000', '130036.515000', '130036.518000', '130036.520000', '130036.523000', '130036.526000', '130036.528000', '130036.531000', '130036.534000', '130036.536000', '130036.539000', '130036.541000', '130036.544000', '130036.546000', '130036.549000', '130036.552000', '130036.554000', '130036.557000', '130036.559000', '130036.562000', '130036.565000', '130036.567000', '130036.570000', '130036.572000', '130036.575000', '130036.578000', '130036.580000', '130036.583000', '130036.585000', '130036.588000', '130036.591000', '130056.477000', '130056.480000', '130056.483000', '130056.486000', '130056.488000', '130056.491000', '130056.493000', '130056.496000', '130056.499000', '130056.502000', '130056.504000', '130056.507000', '130056.510000', '130056.512000', '130056.515000', '130056.517000', '130056.520000', '130056.523000', '130056.525000', '130056.528000', '130056.530000', '130056.533000', '130056.536000', '130056.538000', '130056.559000', '130056.561000', '130056.564000', '130056.566000', '130056.569000', '130056.572000', '130056.574000', '130056.577000', '130056.580000', '130056.582000', '130056.585000', '130056.587000', '130056.590000', '130056.593000', '130056.595000', '130056.598000', '130056.601000', '130056.603000', '130056.606000', '130116.478000', '130116.481000', '130116.483000', '130116.486000', '130116.489000', '130116.492000', '130116.494000', '130116.497000', '130116.500000', '130116.502000', '130116.505000', '130116.508000', '130116.510000', '130116.513000', '130116.515000', '130116.518000', '130116.521000', '130116.523000', '130116.526000', '130116.528000', '130116.531000', '130116.534000', '130116.536000', '130116.539000', '130116.542000', '130116.544000', '130116.547000', '130116.549000', '130116.552000', '130116.555000', '130116.557000', '130116.560000', '130116.563000', '130116.565000', '130116.568000', '130116.570000', '130116.573000', '130116.575000', '130116.580000', '130116.582000', '130116.585000', '130116.588000', '130116.590000', '130116.593000', '130136.477000', '130136.480000', '130136.483000', '130136.486000', '130136.488000', '130136.491000', '130136.493000', '130136.496000', '130136.499000', '130136.501000', '130136.504000', '130136.506000', '130136.509000', '130136.512000', '130136.514000', '130136.517000', '130136.519000', '130136.522000', '130136.525000', '130136.527000', '130136.530000', '130136.532000', '130136.535000', '130136.538000', '130136.540000', '130136.543000', '130136.546000', '130136.548000', '130136.551000', '130136.553000', '130136.556000', '130136.559000', '130136.561000', '130136.564000', '130136.566000', '130136.569000', '130136.571000', '130136.574000', '130136.577000', '130136.579000', '130136.582000', '130136.584000', '130136.587000', '130156.477000', '130156.480000', '130156.483000', '130156.486000', '130156.488000', '130156.491000', '130156.493000', '130156.496000', '130156.499000', '130156.501000', '130156.504000', '130156.507000', '130156.509000', '130156.512000', '130156.514000', '130156.517000', '130156.519000', '130156.522000', '130156.525000', '130156.527000', '130156.530000', '130156.532000', '130156.535000', '130156.538000', '130156.540000', '130156.543000', '130156.545000', '130156.548000', '130156.551000', '130156.553000', '130156.556000', '130156.558000', '130156.561000', '130156.564000', '130156.566000', '130156.569000', '130156.571000', '130156.574000', '130156.576000', '130156.579000', '130156.582000', '130156.584000', '130156.587000', '130156.590000', '130216.478000', '130216.481000', '130216.483000', '130216.486000', '130216.488000', '130216.491000', '130216.494000', '130216.496000', '130216.499000', '130216.501000', '130216.504000', '130216.506000', '130216.509000', '130216.512000', '130216.514000', '130216.517000', '130216.519000', '130216.522000', '130216.525000', '130216.527000', '130216.530000', '130216.533000', '130216.535000', '130216.538000', '130216.540000', '130216.543000', '130216.546000', '130216.548000', '130216.551000', '130216.554000', '130216.556000', '130216.559000', '130216.561000', '130216.564000', '130216.567000', '130216.569000', '130216.572000', '130216.575000', '130216.577000', '130216.580000', '130216.582000', '130216.585000', '130216.588000', '130236.477000', '130236.480000', '130236.482000', '130236.485000', '130236.488000', '130236.490000', '130236.501000', '130236.503000', '130236.506000', '130236.509000', '130236.512000', '130236.514000', '130236.517000', '130236.520000', '130236.522000', '130236.525000', '130236.527000', '130236.530000', '130236.533000', '130236.535000', '130236.538000', '130236.540000', '130236.543000', '130236.546000', '130236.548000', '130236.551000', '130236.554000', '130236.556000', '130236.559000', '130236.561000', '130236.564000', '130236.567000', '130236.569000', '130236.572000', '130236.575000', '130236.577000', '130236.580000', '130236.582000', '130236.585000', '130236.588000', '130236.590000', '130236.593000', '130236.596000', '130236.598000', '130256.477000', '130256.480000', '130256.483000', '130256.485000', '130256.488000', '130256.491000', '130256.493000', '130256.496000', '130256.499000', '130256.501000', '130256.504000', '130256.506000', '130256.509000', '130256.512000', '130256.514000', '130256.517000', '130256.520000', '130256.522000', '130256.525000', '130256.528000', '130256.530000', '130256.533000', '130256.536000', '130256.538000', '130256.541000', '130256.543000', '130256.546000', '130256.549000', '130256.551000', '130256.554000', '130256.557000', '130256.559000', '130256.562000', '130256.565000', '130256.567000', '130256.570000', '130256.572000', '130256.575000', '130256.577000', '130256.580000', '130256.583000', '130256.585000', '130256.588000', '130316.477000', '130316.480000', '130316.483000', '130316.486000', '130316.488000', '130316.491000', '130316.494000', '130316.496000', '130316.499000', '130316.502000', '130316.504000', '130316.507000', '130316.509000', '130316.512000', '130316.515000', '130316.517000', '130316.520000', '130316.523000', '130316.525000', '130316.528000', '130316.530000', '130316.533000', '130316.536000', '130316.538000', '130316.541000', '130316.543000', '130316.546000', '130316.549000', '130316.551000', '130316.554000', '130316.556000', '130316.559000', '130316.562000', '130316.564000', '130316.567000', '130316.569000', '130316.572000', '130316.575000', '130316.577000', '130316.580000', '130316.582000', '130316.585000', '130316.588000', '130316.590000', '130336.478000', '130336.480000', '130336.483000', '130336.486000', '130336.488000', '130336.491000', '130336.494000', '130336.496000', '130336.499000', '130336.501000', '130336.504000', '130336.507000', '130336.509000', '130336.512000', '130336.515000', '130336.517000', '130336.520000', '130336.523000', '130336.525000', '130336.528000', '130336.530000', '130336.533000', '130336.536000', '130336.538000', '130336.541000', '130336.544000', '130336.546000', '130336.549000', '130336.551000', '130336.554000', '130336.557000', '130336.559000', '130336.562000', '130336.564000', '130336.567000', '130336.570000', '130336.572000', '130336.575000', '130336.577000', '130336.580000', '130336.583000', '130336.585000', '130336.588000', '130356.477000', '130356.480000', '130356.483000', '130356.485000', '130356.488000', '130356.491000', '130356.493000', '130356.496000', '130356.500000', '130356.502000', '130356.505000', '130356.507000', '130356.510000', '130356.513000', '130356.516000', '130356.518000', '130356.521000', '130356.524000', '130356.526000', '130356.529000', '130356.531000', '130356.534000', '130356.537000', '130356.539000', '130356.542000', '130356.544000', '130356.547000', '130356.550000', '130356.553000', '130356.555000', '130356.558000', '130356.568000', '130356.570000', '130356.573000', '130356.576000', '130356.578000', '130356.581000', '130356.584000', '130356.586000', '130356.589000', '130356.591000', '130356.594000', '130356.597000', '130356.599000', '130416.478000', '130416.480000', '130416.483000', '130416.486000', '130416.488000', '130416.491000', '130416.494000', '130416.496000', '130416.499000', '130416.501000', '130416.504000', '130416.507000', '130416.509000', '130416.512000', '130416.522000', '130416.525000', '130416.528000', '130416.530000', '130416.533000', '130416.536000', '130416.538000', '130416.541000', '130416.543000', '130416.546000', '130416.549000', '130416.551000', '130416.554000', '130416.556000', '130416.559000', '130416.562000', '130416.564000', '130416.567000', '130416.570000', '130416.572000', '130416.575000', '130416.577000', '130416.580000', '130416.582000', '130416.585000', '130416.588000', '130416.590000', '130416.593000', '130416.596000', '130436.478000', '130436.481000', '130436.483000', '130436.486000', '130436.488000', '130436.491000', '130436.494000', '130436.496000', '130436.499000', '130436.501000', '130436.504000', '130436.507000', '130436.509000', '130436.512000', '130436.514000', '130436.517000', '130436.520000', '130436.522000', '130436.525000', '130436.528000', '130436.530000', '130436.533000', '130436.536000', '130436.538000', '130436.541000', '130436.543000', '130436.546000', '130436.549000', '130436.551000', '130436.554000', '130436.557000', '130436.559000', '130436.562000', '130436.564000', '130436.567000', '130436.570000', '130436.572000', '130436.575000', '130436.577000', '130436.580000', '130436.583000', '130436.585000', '130436.588000', '130456.477000', '130456.479000', '130456.482000', '130456.485000', '130456.487000', '130456.490000', '130456.493000', '130456.495000', '130456.498000', '130456.500000', '130456.503000', '130456.506000', '130456.508000', '130456.511000', '130456.513000', '130456.516000', '130456.519000', '130456.521000', '130456.524000', '130456.526000', '130456.529000', '130456.531000', '130456.534000', '130456.537000', '130456.539000', '130456.542000', '130456.545000', '130456.547000', '130456.550000', '130456.553000', '130456.555000', '130456.558000', '130456.560000', '130456.563000', '130456.566000', '130456.568000', '130456.571000', '130456.573000', '130456.576000', '130456.579000', '130456.581000', '130456.584000', '130456.587000', '130456.589000', '130516.478000', '130516.480000', '130516.483000', '130516.485000', '130516.488000', '130516.491000', '130516.493000', '130516.496000', '130516.499000', '130516.501000', '130516.504000', '130516.506000', '130516.509000', '130516.512000', '130516.514000', '130516.517000', '130516.520000', '130516.522000', '130516.525000', '130516.527000', '130516.530000', '130516.532000', '130516.535000', '130516.538000', '130516.541000', '130516.544000', '130516.546000', '130516.549000', '130516.552000', '130516.554000', '130516.557000', '130516.560000', '130516.562000', '130516.565000', '130516.567000', '130516.570000', '130516.573000', '130516.575000', '130516.578000', '130516.580000', '130516.583000', '130516.586000', '130516.601000', '130536.477000', '130536.481000', '130536.483000', '130536.486000', '130536.488000', '130536.491000', '130536.494000', '130536.496000', '130536.499000', '130536.501000', '130536.504000', '130536.506000', '130536.509000', '130536.512000', '130536.514000', '130536.517000', '130536.520000', '130536.523000', '130536.525000', '130536.528000', '130536.530000', '130536.533000', '130536.535000', '130536.538000', '130536.541000', '130536.543000', '130536.546000', '130536.549000', '130536.551000', '130536.554000', '130536.557000', '130536.559000', '130536.562000', '130536.564000', '130536.567000', '130536.569000', '130536.572000', '130536.575000', '130536.577000', '130536.580000', '130536.583000', '130536.585000', '130536.588000', '130536.591000', '130556.477000', '130556.480000', '130556.483000', '130556.486000', '130556.488000', '130556.491000', '130556.493000', '130556.496000', '130556.499000', '130556.501000', '130556.504000', '130556.507000', '130556.509000', '130556.512000', '130556.515000', '130556.517000', '130556.520000', '130556.523000', '130556.525000', '130556.528000', '130556.530000', '130556.533000', '130556.536000', '130556.538000', '130556.541000', '130556.544000', '130556.546000', '130556.549000', '130556.551000', '130556.554000', '130556.557000', '130556.559000', '130556.562000', '130556.565000', '130556.567000', '130556.570000', '130556.572000', '130556.575000', '130556.578000', '130556.580000', '130556.583000', '130556.585000', '130556.588000', '130616.478000', '130616.481000', '130616.483000', '130616.486000', '130616.489000', '130616.491000', '130616.494000', '130616.497000', '130616.499000', '130616.502000', '130616.504000', '130616.507000', '130616.510000', '130616.512000', '130616.515000', '130616.518000', '130616.520000', '130616.523000', '130616.525000', '130616.528000', '130616.531000', '130616.533000', '130616.536000', '130616.538000', '130616.541000', '130616.543000', '130616.546000', '130616.549000', '130616.552000', '130616.554000', '130616.557000', '130616.559000', '130616.562000', '130616.564000', '130616.567000', '130616.570000', '130616.572000', '130616.575000', '130616.578000', '130616.580000', '130616.583000', '130616.585000', '130616.588000', '130616.591000', '130636.478000', '130636.480000', '130636.483000', '130636.486000', '130636.488000', '130636.491000', '130636.494000', '130636.496000', '130636.499000', '130636.501000', '130636.504000', '130636.516000', '130636.519000', '130636.521000', '130636.524000', '130636.527000', '130636.530000', '130636.533000', '130636.535000', '130636.538000', '130636.541000', '130636.543000', '130636.546000', '130636.548000', '130636.551000', '130636.554000', '130636.557000', '130636.559000', '130636.562000', '130636.564000', '130636.567000', '130636.570000', '130636.572000', '130636.575000', '130636.578000', '130636.581000', '130636.584000', '130636.587000', '130636.590000', '130636.592000', '130636.595000', '130636.597000', '130636.600000', '130656.477000', '130656.480000', '130656.483000', '130656.486000', '130656.488000', '130656.491000', '130656.494000', '130656.496000', '130656.499000', '130656.501000', '130656.504000', '130656.507000', '130656.510000', '130656.512000', '130656.515000', '130656.517000', '130656.520000', '130656.523000', '130656.525000', '130656.528000', '130656.530000', '130656.533000', '130656.536000', '130656.538000', '130656.541000', '130656.543000', '130656.546000', '130656.549000', '130656.551000', '130656.554000', '130656.557000', '130656.559000', '130656.562000', '130656.564000', '130656.567000', '130656.570000', '130656.572000', '130656.575000', '130656.577000', '130656.580000', '130656.583000', '130656.585000', '130656.588000', '130656.591000', '130716.477000', '130716.480000', '130716.482000', '130716.485000', '130716.487000', '130716.490000', '130716.493000', '130716.495000', '130716.498000', '130716.501000', '130716.503000', '130716.506000', '130716.508000', '130716.511000', '130716.513000', '130716.516000', '130716.519000', '130716.521000', '130716.524000', '130716.527000', '130716.529000', '130716.532000', '130716.534000', '130716.537000', '130716.540000', '130716.543000', '130716.545000', '130716.549000', '130716.551000', '130716.554000', '130716.557000', '130716.559000', '130716.562000', '130716.564000', '130716.567000', '130716.570000', '130716.572000', '130716.575000', '130716.578000', '130716.580000', '130716.583000', '130716.586000', '130716.588000', '130736.478000', '130736.481000', '130736.484000', '130736.486000', '130736.489000', '130736.491000', '130736.494000', '130736.497000', '130736.499000', '130736.502000', '130736.505000', '130736.507000', '130736.510000', '130736.512000', '130736.515000', '130736.518000', '130736.520000', '130736.523000', '130736.525000', '130736.528000', '130736.531000', '130736.533000', '130736.536000', '130736.538000', '130736.541000', '130736.544000', '130736.546000', '130736.549000', '130736.551000', '130736.554000', '130736.557000', '130736.559000', '130736.562000', '130736.565000', '130736.567000', '130736.570000', '130736.573000', '130736.575000', '130736.578000', '130736.580000', '130736.583000', '130736.586000', '130736.588000', '130736.591000', '130756.478000', '130756.480000', '130756.483000', '130756.486000', '130756.488000', '130756.491000', '130756.494000', '130756.496000', '130756.499000', '130756.502000', '130756.504000', '130756.507000', '130756.509000', '130756.512000', '130756.515000', '130756.517000', '130756.520000', '130756.523000', '130756.525000', '130756.528000', '130756.530000', '130756.533000', '130756.536000', '130756.538000', '130756.541000', '130756.544000', '130756.546000', '130756.549000', '130756.551000', '130756.554000', '130756.556000', '130756.559000', '130756.562000', '130756.564000', '130756.567000', '130756.570000', '130756.573000', '130756.575000', '130756.578000', '130756.580000', '130756.583000', '130756.585000', '130756.588000', '130802.079000', '130802.082000', '130802.084000', '130802.087000', '130802.090000', '130802.092000', '130802.105000', '130802.107000', '130802.110000', '130802.113000', '130802.115000', '130802.118000', '130802.121000'], 'InstanceCreationTime': ['125936.522000', '125936.525000', '125936.528000', '125936.531000', '125936.533000', '125936.536000', '125936.538000', '125936.541000', '125936.545000', '125936.548000', '125936.550000', '125936.553000', '125936.555000', '125936.558000', '125936.561000', '125936.563000', '125936.566000', '125936.568000', '125936.571000', '125936.574000', '125936.576000', '125936.579000', '125936.581000', '125936.584000', '125936.587000', '125936.589000', '125936.593000', '125936.595000', '125936.598000', '125936.601000', '125936.611000', '125936.614000', '125936.616000', '125936.619000', '125936.622000', '125936.624000', '125936.627000', '125936.629000', '125936.632000', '125936.635000', '125936.637000', '125936.640000', '125936.642000', '125936.645000', '125936.647000', '125936.650000', '125936.653000', '125936.655000', '125936.658000', '125936.670000', '125936.672000', '125936.675000', '125936.677000', '125936.680000', '125936.683000', '125936.685000', '125956.478000', '125956.481000', '125956.484000', '125956.491000', '125956.493000', '125956.496000', '125956.499000', '125956.501000', '125956.504000', '125956.506000', '125956.509000', '125956.512000', '125956.514000', '125956.517000', '125956.520000', '125956.522000', '125956.525000', '125956.527000', '125956.530000', '125956.533000', '125956.535000', '125956.538000', '125956.540000', '125956.543000', '125956.545000', '125956.548000', '125956.551000', '125956.553000', '125956.556000', '125956.558000', '125956.561000', '125956.563000', '125956.566000', '125956.568000', '125956.571000', '125956.574000', '125956.576000', '125956.579000', '125956.581000', '125956.584000', '125956.586000', '125956.589000', '125956.592000', '125956.594000', '130016.476000', '130016.507000', '130016.509000', '130016.512000', '130016.515000', '130016.517000', '130016.520000', '130016.522000', '130016.526000', '130016.528000', '130016.531000', '130016.533000', '130016.536000', '130016.538000', '130016.541000', '130016.544000', '130016.546000', '130016.549000', '130016.551000', '130016.554000', '130016.557000', '130016.559000', '130016.562000', '130016.564000', '130016.567000', '130016.569000', '130016.572000', '130016.575000', '130016.577000', '130016.580000', '130016.583000', '130016.585000', '130016.588000', '130016.591000', '130016.593000', '130016.596000', '130016.598000', '130016.601000', '130016.604000', '130016.606000', '130016.609000', '130016.611000', '130016.614000', '130036.478000', '130036.481000', '130036.484000', '130036.486000', '130036.489000', '130036.492000', '130036.494000', '130036.497000', '130036.499000', '130036.502000', '130036.505000', '130036.507000', '130036.510000', '130036.512000', '130036.515000', '130036.518000', '130036.520000', '130036.523000', '130036.526000', '130036.528000', '130036.531000', '130036.534000', '130036.536000', '130036.539000', '130036.541000', '130036.544000', '130036.546000', '130036.549000', '130036.552000', '130036.554000', '130036.557000', '130036.559000', '130036.562000', '130036.565000', '130036.567000', '130036.570000', '130036.572000', '130036.575000', '130036.578000', '130036.580000', '130036.583000', '130036.585000', '130036.588000', '130036.591000', '130056.477000', '130056.480000', '130056.483000', '130056.486000', '130056.488000', '130056.491000', '130056.493000', '130056.496000', '130056.499000', '130056.502000', '130056.504000', '130056.507000', '130056.510000', '130056.512000', '130056.515000', '130056.517000', '130056.520000', '130056.523000', '130056.525000', '130056.528000', '130056.530000', '130056.533000', '130056.536000', '130056.538000', '130056.559000', '130056.561000', '130056.564000', '130056.566000', '130056.569000', '130056.572000', '130056.574000', '130056.577000', '130056.580000', '130056.582000', '130056.585000', '130056.587000', '130056.590000', '130056.593000', '130056.595000', '130056.598000', '130056.601000', '130056.603000', '130056.606000', '130116.478000', '130116.481000', '130116.483000', '130116.486000', '130116.489000', '130116.492000', '130116.494000', '130116.497000', '130116.500000', '130116.502000', '130116.505000', '130116.508000', '130116.510000', '130116.513000', '130116.515000', '130116.518000', '130116.521000', '130116.523000', '130116.526000', '130116.528000', '130116.531000', '130116.534000', '130116.536000', '130116.539000', '130116.542000', '130116.544000', '130116.547000', '130116.549000', '130116.552000', '130116.555000', '130116.557000', '130116.560000', '130116.563000', '130116.565000', '130116.568000', '130116.570000', '130116.573000', '130116.575000', '130116.580000', '130116.582000', '130116.585000', '130116.588000', '130116.590000', '130116.593000', '130136.477000', '130136.480000', '130136.483000', '130136.486000', '130136.488000', '130136.491000', '130136.493000', '130136.496000', '130136.499000', '130136.501000', '130136.504000', '130136.506000', '130136.509000', '130136.512000', '130136.514000', '130136.517000', '130136.519000', '130136.522000', '130136.525000', '130136.527000', '130136.530000', '130136.532000', '130136.535000', '130136.538000', '130136.540000', '130136.543000', '130136.546000', '130136.548000', '130136.551000', '130136.553000', '130136.556000', '130136.559000', '130136.561000', '130136.564000', '130136.566000', '130136.569000', '130136.571000', '130136.574000', '130136.577000', '130136.579000', '130136.582000', '130136.584000', '130136.587000', '130156.477000', '130156.480000', '130156.483000', '130156.486000', '130156.488000', '130156.491000', '130156.493000', '130156.496000', '130156.499000', '130156.501000', '130156.504000', '130156.507000', '130156.509000', '130156.512000', '130156.514000', '130156.517000', '130156.519000', '130156.522000', '130156.525000', '130156.527000', '130156.530000', '130156.532000', '130156.535000', '130156.538000', '130156.540000', '130156.543000', '130156.545000', '130156.548000', '130156.551000', '130156.553000', '130156.556000', '130156.558000', '130156.561000', '130156.564000', '130156.566000', '130156.569000', '130156.571000', '130156.574000', '130156.576000', '130156.579000', '130156.582000', '130156.584000', '130156.587000', '130156.590000', '130216.478000', '130216.481000', '130216.483000', '130216.486000', '130216.488000', '130216.491000', '130216.494000', '130216.496000', '130216.499000', '130216.501000', '130216.504000', '130216.506000', '130216.509000', '130216.512000', '130216.514000', '130216.517000', '130216.519000', '130216.522000', '130216.525000', '130216.527000', '130216.530000', '130216.533000', '130216.535000', '130216.538000', '130216.540000', '130216.543000', '130216.546000', '130216.548000', '130216.551000', '130216.554000', '130216.556000', '130216.559000', '130216.561000', '130216.564000', '130216.567000', '130216.569000', '130216.572000', '130216.575000', '130216.577000', '130216.580000', '130216.582000', '130216.585000', '130216.588000', '130236.477000', '130236.480000', '130236.482000', '130236.485000', '130236.488000', '130236.490000', '130236.501000', '130236.503000', '130236.506000', '130236.509000', '130236.512000', '130236.514000', '130236.517000', '130236.520000', '130236.522000', '130236.525000', '130236.527000', '130236.530000', '130236.533000', '130236.535000', '130236.538000', '130236.540000', '130236.543000', '130236.546000', '130236.548000', '130236.551000', '130236.554000', '130236.556000', '130236.559000', '130236.561000', '130236.564000', '130236.567000', '130236.569000', '130236.572000', '130236.575000', '130236.577000', '130236.580000', '130236.582000', '130236.585000', '130236.588000', '130236.590000', '130236.593000', '130236.596000', '130236.598000', '130256.477000', '130256.480000', '130256.483000', '130256.485000', '130256.488000', '130256.491000', '130256.493000', '130256.496000', '130256.499000', '130256.501000', '130256.504000', '130256.506000', '130256.509000', '130256.512000', '130256.514000', '130256.517000', '130256.520000', '130256.522000', '130256.525000', '130256.528000', '130256.530000', '130256.533000', '130256.536000', '130256.538000', '130256.541000', '130256.543000', '130256.546000', '130256.549000', '130256.551000', '130256.554000', '130256.557000', '130256.559000', '130256.562000', '130256.565000', '130256.567000', '130256.570000', '130256.572000', '130256.575000', '130256.577000', '130256.580000', '130256.583000', '130256.585000', '130256.588000', '130316.477000', '130316.480000', '130316.483000', '130316.486000', '130316.488000', '130316.491000', '130316.494000', '130316.496000', '130316.499000', '130316.502000', '130316.504000', '130316.507000', '130316.509000', '130316.512000', '130316.515000', '130316.517000', '130316.520000', '130316.523000', '130316.525000', '130316.528000', '130316.530000', '130316.533000', '130316.536000', '130316.538000', '130316.541000', '130316.543000', '130316.546000', '130316.549000', '130316.551000', '130316.554000', '130316.556000', '130316.559000', '130316.562000', '130316.564000', '130316.567000', '130316.569000', '130316.572000', '130316.575000', '130316.577000', '130316.580000', '130316.582000', '130316.585000', '130316.588000', '130316.590000', '130336.478000', '130336.480000', '130336.483000', '130336.486000', '130336.488000', '130336.491000', '130336.494000', '130336.496000', '130336.499000', '130336.501000', '130336.504000', '130336.507000', '130336.509000', '130336.512000', '130336.515000', '130336.517000', '130336.520000', '130336.523000', '130336.525000', '130336.528000', '130336.530000', '130336.533000', '130336.536000', '130336.538000', '130336.541000', '130336.544000', '130336.546000', '130336.549000', '130336.551000', '130336.554000', '130336.557000', '130336.559000', '130336.562000', '130336.564000', '130336.567000', '130336.570000', '130336.572000', '130336.575000', '130336.577000', '130336.580000', '130336.583000', '130336.585000', '130336.588000', '130356.477000', '130356.480000', '130356.483000', '130356.485000', '130356.488000', '130356.491000', '130356.493000', '130356.496000', '130356.500000', '130356.502000', '130356.505000', '130356.507000', '130356.510000', '130356.513000', '130356.516000', '130356.518000', '130356.521000', '130356.524000', '130356.526000', '130356.529000', '130356.531000', '130356.534000', '130356.537000', '130356.539000', '130356.542000', '130356.544000', '130356.547000', '130356.550000', '130356.553000', '130356.555000', '130356.558000', '130356.568000', '130356.570000', '130356.573000', '130356.576000', '130356.578000', '130356.581000', '130356.584000', '130356.586000', '130356.589000', '130356.591000', '130356.594000', '130356.597000', '130356.599000', '130416.478000', '130416.480000', '130416.483000', '130416.486000', '130416.488000', '130416.491000', '130416.494000', '130416.496000', '130416.499000', '130416.501000', '130416.504000', '130416.507000', '130416.509000', '130416.512000', '130416.522000', '130416.525000', '130416.528000', '130416.530000', '130416.533000', '130416.536000', '130416.538000', '130416.541000', '130416.543000', '130416.546000', '130416.549000', '130416.551000', '130416.554000', '130416.556000', '130416.559000', '130416.562000', '130416.564000', '130416.567000', '130416.570000', '130416.572000', '130416.575000', '130416.577000', '130416.580000', '130416.582000', '130416.585000', '130416.588000', '130416.590000', '130416.593000', '130416.596000', '130436.478000', '130436.481000', '130436.483000', '130436.486000', '130436.488000', '130436.491000', '130436.494000', '130436.496000', '130436.499000', '130436.501000', '130436.504000', '130436.507000', '130436.509000', '130436.512000', '130436.514000', '130436.517000', '130436.520000', '130436.522000', '130436.525000', '130436.528000', '130436.530000', '130436.533000', '130436.536000', '130436.538000', '130436.541000', '130436.543000', '130436.546000', '130436.549000', '130436.551000', '130436.554000', '130436.557000', '130436.559000', '130436.562000', '130436.564000', '130436.567000', '130436.570000', '130436.572000', '130436.575000', '130436.577000', '130436.580000', '130436.583000', '130436.585000', '130436.588000', '130456.477000', '130456.479000', '130456.482000', '130456.485000', '130456.487000', '130456.490000', '130456.493000', '130456.495000', '130456.498000', '130456.500000', '130456.503000', '130456.506000', '130456.508000', '130456.511000', '130456.513000', '130456.516000', '130456.519000', '130456.521000', '130456.524000', '130456.526000', '130456.529000', '130456.531000', '130456.534000', '130456.537000', '130456.539000', '130456.542000', '130456.545000', '130456.547000', '130456.550000', '130456.553000', '130456.555000', '130456.558000', '130456.560000', '130456.563000', '130456.566000', '130456.568000', '130456.571000', '130456.573000', '130456.576000', '130456.579000', '130456.581000', '130456.584000', '130456.587000', '130456.589000', '130516.478000', '130516.480000', '130516.483000', '130516.485000', '130516.488000', '130516.491000', '130516.493000', '130516.496000', '130516.499000', '130516.501000', '130516.504000', '130516.506000', '130516.509000', '130516.512000', '130516.514000', '130516.517000', '130516.520000', '130516.522000', '130516.525000', '130516.527000', '130516.530000', '130516.532000', '130516.535000', '130516.538000', '130516.541000', '130516.544000', '130516.546000', '130516.549000', '130516.552000', '130516.554000', '130516.557000', '130516.560000', '130516.562000', '130516.565000', '130516.567000', '130516.570000', '130516.573000', '130516.575000', '130516.578000', '130516.580000', '130516.583000', '130516.586000', '130516.601000', '130536.477000', '130536.481000', '130536.483000', '130536.486000', '130536.488000', '130536.491000', '130536.494000', '130536.496000', '130536.499000', '130536.501000', '130536.504000', '130536.506000', '130536.509000', '130536.512000', '130536.514000', '130536.517000', '130536.520000', '130536.523000', '130536.525000', '130536.528000', '130536.530000', '130536.533000', '130536.535000', '130536.538000', '130536.541000', '130536.543000', '130536.546000', '130536.549000', '130536.551000', '130536.554000', '130536.557000', '130536.559000', '130536.562000', '130536.564000', '130536.567000', '130536.569000', '130536.572000', '130536.575000', '130536.577000', '130536.580000', '130536.583000', '130536.585000', '130536.588000', '130536.591000', '130556.477000', '130556.480000', '130556.483000', '130556.486000', '130556.488000', '130556.491000', '130556.493000', '130556.496000', '130556.499000', '130556.501000', '130556.504000', '130556.507000', '130556.509000', '130556.512000', '130556.515000', '130556.517000', '130556.520000', '130556.523000', '130556.525000', '130556.528000', '130556.530000', '130556.533000', '130556.536000', '130556.538000', '130556.541000', '130556.544000', '130556.546000', '130556.549000', '130556.551000', '130556.554000', '130556.557000', '130556.559000', '130556.562000', '130556.565000', '130556.567000', '130556.570000', '130556.572000', '130556.575000', '130556.578000', '130556.580000', '130556.583000', '130556.585000', '130556.588000', '130616.478000', '130616.481000', '130616.483000', '130616.486000', '130616.489000', '130616.491000', '130616.494000', '130616.497000', '130616.499000', '130616.502000', '130616.504000', '130616.507000', '130616.510000', '130616.512000', '130616.515000', '130616.518000', '130616.520000', '130616.523000', '130616.525000', '130616.528000', '130616.531000', '130616.533000', '130616.536000', '130616.538000', '130616.541000', '130616.543000', '130616.546000', '130616.549000', '130616.552000', '130616.554000', '130616.557000', '130616.559000', '130616.562000', '130616.564000', '130616.567000', '130616.570000', '130616.572000', '130616.575000', '130616.578000', '130616.580000', '130616.583000', '130616.585000', '130616.588000', '130616.591000', '130636.478000', '130636.480000', '130636.483000', '130636.486000', '130636.488000', '130636.491000', '130636.494000', '130636.496000', '130636.499000', '130636.501000', '130636.504000', '130636.516000', '130636.519000', '130636.521000', '130636.524000', '130636.527000', '130636.530000', '130636.533000', '130636.535000', '130636.538000', '130636.541000', '130636.543000', '130636.546000', '130636.548000', '130636.551000', '130636.554000', '130636.557000', '130636.559000', '130636.562000', '130636.564000', '130636.567000', '130636.570000', '130636.572000', '130636.575000', '130636.578000', '130636.581000', '130636.584000', '130636.587000', '130636.590000', '130636.592000', '130636.595000', '130636.597000', '130636.600000', '130656.477000', '130656.480000', '130656.483000', '130656.486000', '130656.488000', '130656.491000', '130656.494000', '130656.496000', '130656.499000', '130656.501000', '130656.504000', '130656.507000', '130656.510000', '130656.512000', '130656.515000', '130656.517000', '130656.520000', '130656.523000', '130656.525000', '130656.528000', '130656.530000', '130656.533000', '130656.536000', '130656.538000', '130656.541000', '130656.543000', '130656.546000', '130656.549000', '130656.551000', '130656.554000', '130656.557000', '130656.559000', '130656.562000', '130656.564000', '130656.567000', '130656.570000', '130656.572000', '130656.575000', '130656.577000', '130656.580000', '130656.583000', '130656.585000', '130656.588000', '130656.591000', '130716.477000', '130716.480000', '130716.482000', '130716.485000', '130716.487000', '130716.490000', '130716.493000', '130716.495000', '130716.498000', '130716.501000', '130716.503000', '130716.506000', '130716.508000', '130716.511000', '130716.513000', '130716.516000', '130716.519000', '130716.521000', '130716.524000', '130716.527000', '130716.529000', '130716.532000', '130716.534000', '130716.537000', '130716.540000', '130716.543000', '130716.545000', '130716.549000', '130716.551000', '130716.554000', '130716.557000', '130716.559000', '130716.562000', '130716.564000', '130716.567000', '130716.570000', '130716.572000', '130716.575000', '130716.578000', '130716.580000', '130716.583000', '130716.586000', '130716.588000', '130736.478000', '130736.481000', '130736.484000', '130736.486000', '130736.489000', '130736.491000', '130736.494000', '130736.497000', '130736.499000', '130736.502000', '130736.505000', '130736.507000', '130736.510000', '130736.512000', '130736.515000', '130736.518000', '130736.520000', '130736.523000', '130736.525000', '130736.528000', '130736.531000', '130736.533000', '130736.536000', '130736.538000', '130736.541000', '130736.544000', '130736.546000', '130736.549000', '130736.551000', '130736.554000', '130736.557000', '130736.559000', '130736.562000', '130736.565000', '130736.567000', '130736.570000', '130736.573000', '130736.575000', '130736.578000', '130736.580000', '130736.583000', '130736.586000', '130736.588000', '130736.591000', '130756.478000', '130756.480000', '130756.483000', '130756.486000', '130756.488000', '130756.491000', '130756.494000', '130756.496000', '130756.499000', '130756.502000', '130756.504000', '130756.507000', '130756.509000', '130756.512000', '130756.515000', '130756.517000', '130756.520000', '130756.523000', '130756.525000', '130756.528000', '130756.530000', '130756.533000', '130756.536000', '130756.538000', '130756.541000', '130756.544000', '130756.546000', '130756.549000', '130756.551000', '130756.554000', '130756.556000', '130756.559000', '130756.562000', '130756.564000', '130756.567000', '130756.570000', '130756.573000', '130756.575000', '130756.578000', '130756.580000', '130756.583000', '130756.585000', '130756.588000', '130802.079000', '130802.082000', '130802.084000', '130802.087000', '130802.090000', '130802.092000', '130802.105000', '130802.107000', '130802.110000', '130802.113000', '130802.115000', '130802.118000', '130802.121000'], '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': [14698, 8558, 12327, 7823, 11057, 8625, 11634, 8823, 12586, 9071, 9001, 7943, 11108, 8679, 11154, 8337, 7850, 16036, 8736, 7919, 9231, 7860, 14301, 13439, 16548, 10626, 15677, 8324, 13092, 8957, 13995, 10373, 16149, 9931, 7758, 8816, 8388, 9063, 10159, 9597, 7725, 13088, 7672, 12385, 7779, 11643, 8152, 10911, 7921, 8497, 12223, 7746, 10658, 7668, 15235, 9278, 11679, 8022, 10795, 8243, 7719, 9479, 7820, 7661, 8219, 7788, 9681, 8849, 7936, 13118, 13734, 12609, 16273, 12897, 15616, 13650, 12865, 10311, 13065, 10334, 9383, 13102, 8649, 12002, 7909, 8022, 8512, 14559, 10432, 12503, 9712, 7611, 8888, 7579, 9827, 7886, 13679, 8494, 9286, 7860, 7560, 9367, 7943, 13803, 9623, 8033, 9209, 7931, 10506, 12246, 8310, 9649, 8019, 7871, 11088, 9780, 7856, 10837, 7687, 7985, 9281, 7798, 14868, 11658, 8616, 8057, 7621, 8352, 11308, 11781, 14738, 11451, 8683, 16037, 12177, 9609, 8399, 12377, 9280, 12984, 15979, 8460, 8212, 10458, 7873, 13528, 9586, 12327, 10415, 7831, 11443, 8859, 9605, 9808, 7734, 12903, 7787, 11730, 8103, 14796, 13683, 18795, 8999, 7770, 9094, 7842, 11544, 9262, 8094, 9123, 7879, 10487, 8544, 14276, 10938, 16196, 12726, 15775, 10343, 13656, 9743, 14228, 10941, 10611, 8660, 7871, 9620, 7870, 10069, 7961, 12397, 8283, 8043, 9050, 10367, 9656, 7790, 11957, 8388, 10440, 7947, 8021, 9142, 13573, 9866, 13926, 10928, 8013, 9972, 7677, 9724, 8050, 11988, 8277, 8723, 8043, 9738, 7774, 12070, 8682, 10657, 10317, 7892, 12298, 18581, 18136, 11101, 10735, 8391, 12315, 10168, 18463, 12597, 7858, 9698, 8448, 8536, 8547, 7408, 7421, 8856, 7460, 10815, 9554, 9712, 14933, 13359, 17861, 16962, 18884, 16749, 18850, 11353, 13711, 8319, 10589, 8808, 7755, 11779, 7709, 8535, 7458, 7972, 9061, 7899, 10496, 8200, 12713, 8008, 10427, 7732, 10490, 7977, 11266, 8250, 8287, 7657, 9082, 7805, 7640, 10506, 10226, 14181, 7592, 8153, 7673, 7523, 9493, 7996, 11250, 8776, 7778, 10350, 7918, 12655, 11874, 11634, 10472, 16404, 8051, 10375, 7853, 9266, 8256, 10583, 9157, 11249, 12757, 7705, 9967, 8008, 11878, 8197, 9614, 7906, 7914, 8929, 7812, 10238, 8456, 13035, 9751, 7713, 9025, 8125, 9279, 8327, 14122, 10824, 17984, 8066, 7841, 8550, 7996, 10777, 9260, 8087, 9568, 7957, 11894, 8346, 14843, 13037, 18927, 10262, 14935, 8672, 12581, 9521, 13030, 8406, 7959, 8357, 9253, 7777, 7901, 9797, 7931, 9616, 7859, 9540, 7762, 11646, 8774, 15488, 7778, 12136, 8302, 12836, 8416, 13161, 8994, 8878, 7903, 7950, 8237, 11441, 8609, 9828, 12043, 7550, 9719, 7722, 13194, 9996, 17593, 12256, 14547, 8256, 13360, 9772, 11212, 10268, 19266, 12537, 7885, 9330, 7976, 10851, 8685, 15201, 11118, 17082, 11453, 11103, 8419, 15521, 9018, 12453, 9479, 13811, 8242, 8862, 7940, 10103, 8509, 9881, 10498, 7978, 9333, 7656, 9336, 7795, 11341, 7948, 14617, 8672, 7861, 8485, 16390, 13555, 12016, 8329, 14140, 10126, 17278, 12132, 17060, 11131, 8495, 10119, 7960, 9233, 8162, 15811, 10364, 15236, 11925, 12877, 8260, 7917, 9534, 7794, 12407, 8183, 11869, 8756, 7736, 9703, 7774, 12384, 7835, 8020, 16491, 12706, 8755, 13539, 7903, 11647, 7590, 10652, 8147, 10295, 8034, 10772, 8134, 11472, 8736, 7587, 10535, 7778, 8953, 8321, 17041, 11319, 15514, 11280, 14568, 9779, 12359, 7818, 9714, 7744, 7806, 9221, 7483, 10514, 8169, 11054, 10676, 7343, 7812, 9078, 7659, 12684, 8244, 13260, 8371, 11321, 7747, 11135, 8208, 11465, 7893, 9705, 7811, 9601, 7609, 9629, 7974, 9534, 7570, 7889, 7746, 9335, 7974, 7949, 9864, 8039, 10178, 7993, 7634, 8488, 7752, 11722, 8581, 14264, 8660, 15322, 9597, 14410, 10368, 15988, 13490, 7984, 11518, 16091, 10043, 14116, 10832, 8537, 13097, 7985, 11671, 8199, 10959, 8391, 12129, 13659, 18646, 16510, 11109, 9914, 7679, 10753, 8078, 10118, 8147, 12182, 8337, 7658, 9962, 8191, 13049, 8848, 14232, 13225, 16662, 10927, 14618, 8752, 11980, 8501, 12711, 9353, 8283, 9278, 7903, 10497, 8025, 12144, 8273, 10044, 7918, 7901, 9019, 7911, 10204, 8484, 14728, 7973, 9239, 9823, 15362, 17079, 13848, 15445, 11491, 7703, 10422, 9006, 7762, 9893, 7559, 7513, 11965, 9054, 7749, 13187, 9830, 7556, 11695, 7924, 16802, 12750, 17701, 12251, 17490, 11073, 7998, 9820, 8016, 9648, 8151, 7963, 11337, 7966, 7835, 9438, 7712, 11747, 8708, 14099, 8291, 7973, 8762, 7879, 10627, 9104, 15170, 8801, 10837, 17040, 9356, 11726, 8195, 12660, 14582, 7743, 9267, 7437, 7654, 9965, 7614, 8047, 10546, 8286, 11195, 10678, 7941, 11136, 9117, 8062, 11343, 10715, 16102, 9595, 8429, 9844, 8124, 14168, 11492, 17768, 13327, 9060, 12363, 8209, 9794, 9659, 7777, 11272, 8667, 7831, 10838, 9043, 7718, 7763, 10102, 7947, 14671, 12662, 11580, 15656, 10419, 15620, 9371, 14186, 8821, 11759, 8753, 7967, 10078, 7903, 8150, 9824, 7861, 11439, 7745, 13979, 8357, 12225, 9304, 8879, 9091, 7749, 9328, 7966, 11170, 8536, 12202, 8659, 14725, 8168, 14578, 9362, 12702, 10504, 9087, 8351, 7778, 9266, 8009, 10412, 8036, 13062, 7989, 11135, 7990, 10968, 10118, 16569, 12184, 7467, 10275, 8197, 14406, 8060, 14663, 16708, 10553, 8829, 8130, 9033, 8059, 8051, 12678, 10006, 11169, 12011, 11508, 13428, 9761, 7414, 10109, 8447, 13991, 9652, 15143, 11549, 16353, 10131, 7836, 9340, 7713, 10506, 7775, 10537, 8247, 7808, 8419, 7720, 10107, 7808, 10153, 8136, 14718, 7621, 11036, 7944, 12359, 8433, 11202, 9457, 7574, 9057, 7728, 9235, 7672, 10564, 8437, 9540, 8306, 7630, 9538, 7824, 10809, 8058, 16432, 10360, 14206, 8437, 13593, 8788, 12593, 10284, 11960, 8305, 7518, 9538, 7942, 10755, 7804, 10545, 8534, 16045, 7864, 9636, 7694, 11937, 8235, 12263, 9746, 17099, 18111, 14182, 17543, 9139, 10190, 8980, 7546, 10947, 8174, 11170, 13420, 10357, 7568, 13526, 17833, 17743, 17391, 12411, 15239, 11482, 12221, 8370, 17012, 10902, 8761, 13185, 9011, 7337, 11561, 8175, 7607, 9428, 7519, 7368, 7541, 7690, 7681, 7483, 9950, 7972, 7428, 10376, 7724, 14599, 10555, 16239, 12229, 17187, 12772, 15690, 11485, 13654, 8927, 13282, 8447, 10900, 8305, 7642, 8677, 7658, 9907, 7743, 11108, 8041, 12084, 7693, 11553, 8199, 13867, 8216, 12959, 8218, 12208, 7942, 11392, 8088, 9920, 8025, 7771, 8044, 8220, 13817, 8397, 9261, 7433, 7769, 9648, 11189, 9863, 9996, 9392, 7761, 11854, 7910, 8977, 8029, 11920, 8584, 15273, 10789, 17280, 12559, 14579, 8854, 18340, 10369, 16638, 10447, 11211, 7989, 10839, 8304, 7975, 7781, 7780, 7793, 9712, 8261, 11555, 8903, 8308, 7881, 14186, 8540, 11876, 8353, 11723, 8174, 8220, 7420, 8472, 7450, 10870, 7719, 9843, 7953, 7718, 7928, 12356, 8227, 9718, 8879, 8803, 16830, 7778, 11480, 18456, 12014, 19059, 11648, 14694, 10594, 7830, 8379, 7922, 8309, 7488, 7917, 10253, 9205, 14787, 7467, 10640, 11597, 9368, 13229, 18037, 10495, 8678, 7815, 7845, 9631, 9571, 12856, 10333, 14627, 7638, 9269, 7642, 9446, 7745, 10389, 8176, 13685, 7857, 7981, 7525, 8095, 8455, 7364, 11823, 7460, 10057, 7542, 11311, 8553, 13802, 10033, 12907, 7808, 10871, 7552, 15612, 10244, 14867, 10673, 7635, 8053, 7449, 9233, 7866, 12025, 10723, 16833, 8238, 15937, 17746, 18699, 10540, 7847, 8649, 11842, 8257, 11097, 7800, 9088, 14405, 7601, 7530, 9591, 8556, 7473, 13491, 7402, 12729, 15957, 11606, 17345, 12373, 13359, 11752, 7364, 10563, 7799, 12088, 8334, 9242, 8334, 7410, 9784, 7549, 7905, 8715, 7486, 12355, 7493, 7947, 7515, 13433, 9325, 11856, 12112, 7431, 9755, 7478, 10452, 8428, 11872, 8873, 10844, 8301, 7720, 9033, 8180, 8783, 8232, 12624, 7851, 12090, 7779, 9346, 8110, 11639, 8560, 11705, 9200, 8952, 7726, 11824, 7637, 11248, 8747, 13974, 17527, 9749, 12381, 7514, 9480, 8127, 9382, 7599, 8517, 14526, 18479, 15387, 9165, 11394, 9589, 11796, 9497, 17650, 17501, 12228], 'WindowCenter': [4664.0, 4586.0, 4595.0, 4531.0, 4554.0, 4524.0, 4550.0, 4520.0, 4549.0, 4507.0, 4505.0, 4493.0, 4524.0, 4504.0, 4524.0, 4507.0, 4506.0, 4579.0, 4519.0, 4508.0, 4530.0, 4522.0, 4583.0, 4559.0, 4581.0, 4527.0, 4555.0, 4494.0, 4535.0, 4506.0, 4547.0, 4525.0, 4567.0, 4511.0, 4482.0, 4491.0, 4481.0, 4502.0, 4514.0, 4503.0, 4494.0, 4546.0, 4496.0, 4534.0, 4496.0, 4535.0, 4495.0, 4525.0, 4495.0, 4508.0, 4549.0, 4497.0, 4529.0, 4497.0, 4557.0, 4518.0, 4525.0, 4496.0, 4524.0, 4496.0, 4483.0, 4486.0, 4467.0, 4471.0, 4493.0, 4498.0, 4517.0, 4522.0, 4498.0, 4549.0, 4545.0, 4535.0, 4567.0, 4536.0, 4555.0, 4534.0, 4521.0, 4498.0, 4520.0, 4498.0, 4490.0, 4531.0, 4492.0, 4520.0, 4482.0, 4481.0, 4493.0, 4543.0, 4513.0, 4523.0, 4490.0, 4469.0, 4490.0, 4481.0, 4501.0, 4481.0, 4545.0, 4494.0, 4503.0, 4480.0, 4484.0, 4504.0, 4484.0, 4559.0, 4518.0, 4496.0, 4519.0, 4538.0, 4557.0, 4552.0, 4493.0, 4490.0, 4451.0, 4479.0, 4526.0, 4544.0, 4512.0, 4473.0, 4412.0, 4437.0, 4476.0, 4499.0, 4559.0, 4554.0, 4521.0, 4541.0, 4494.0, 4490.0, 4510.0, 4520.0, 4527.0, 4521.0, 4493.0, 4555.0, 4523.0, 4504.0, 4495.0, 4535.0, 4504.0, 4535.0, 4554.0, 4482.0, 4481.0, 4501.0, 4482.0, 4520.0, 4504.0, 4534.0, 4513.0, 4484.0, 4524.0, 4492.0, 4504.0, 4502.0, 4471.0, 4534.0, 4485.0, 4521.0, 4479.0, 4555.0, 4545.0, 4576.0, 4506.0, 4497.0, 4504.0, 4508.0, 4525.0, 4517.0, 4497.0, 4505.0, 4496.0, 4514.0, 4508.0, 4548.0, 4528.0, 4559.0, 4534.0, 4543.0, 4500.0, 4519.0, 4492.0, 4532.0, 4502.0, 4499.0, 4479.0, 4482.0, 4504.0, 4480.0, 4502.0, 4494.0, 4522.0, 4495.0, 4512.0, 4508.0, 4527.0, 4559.0, 4500.0, 4525.0, 4496.0, 4513.0, 4480.0, 4482.0, 4493.0, 4533.0, 4502.0, 4533.0, 4513.0, 4482.0, 4502.0, 4471.0, 4491.0, 4483.0, 4523.0, 4482.0, 4482.0, 4482.0, 4492.0, 4483.0, 4521.0, 4481.0, 4515.0, 4502.0, 4481.0, 4537.0, 4590.0, 4580.0, 4528.0, 4515.0, 4494.0, 4526.0, 4514.0, 4575.0, 4526.0, 4469.0, 4500.0, 4484.0, 4480.0, 4493.0, 4473.0, 4486.0, 4505.0, 4498.0, 4539.0, 4521.0, 4532.0, 4560.0, 4546.0, 4568.0, 4555.0, 4555.0, 4543.0, 4551.0, 4513.0, 4519.0, 4468.0, 4489.0, 4491.0, 4441.0, 4454.0, 4413.0, 4436.0, 4404.0, 4426.0, 4450.0, 4414.0, 4472.0, 4455.0, 4495.0, 4558.0, 4585.0, 4529.0, 4531.0, 4497.0, 4514.0, 4493.0, 4494.0, 4481.0, 4492.0, 4471.0, 4471.0, 4527.0, 4528.0, 4547.0, 4498.0, 4497.0, 4495.0, 4537.0, 4519.0, 4496.0, 4525.0, 4452.0, 4426.0, 4470.0, 4467.0, 4508.0, 4480.0, 4511.0, 4513.0, 4553.0, 4485.0, 4503.0, 4480.0, 4491.0, 4480.0, 4501.0, 4493.0, 4512.0, 4520.0, 4472.0, 4503.0, 4524.0, 4552.0, 4510.0, 4517.0, 4484.0, 4495.0, 4493.0, 4456.0, 4486.0, 4479.0, 4519.0, 4474.0, 4454.0, 4479.0, 4494.0, 4519.0, 4495.0, 4546.0, 4527.0, 4590.0, 4496.0, 4482.0, 4465.0, 4498.0, 4541.0, 4532.0, 4566.0, 4545.0, 4498.0, 4523.0, 4484.0, 4543.0, 4536.0, 4565.0, 4513.0, 4542.0, 4493.0, 4522.0, 4501.0, 4531.0, 4479.0, 4479.0, 4480.0, 4490.0, 4481.0, 4483.0, 4514.0, 4484.0, 4504.0, 4493.0, 4504.0, 4485.0, 4524.0, 4494.0, 4544.0, 4483.0, 4522.0, 4481.0, 4521.0, 4484.0, 4533.0, 4492.0, 4494.0, 4483.0, 4481.0, 4493.0, 4524.0, 4494.0, 4504.0, 4526.0, 4483.0, 4501.0, 4483.0, 4535.0, 4517.0, 4565.0, 4524.0, 4545.0, 4483.0, 4532.0, 4501.0, 4512.0, 4527.0, 4590.0, 4535.0, 4497.0, 4517.0, 4509.0, 4525.0, 4507.0, 4556.0, 4527.0, 4578.0, 4526.0, 4526.0, 4507.0, 4555.0, 4494.0, 4521.0, 4504.0, 4532.0, 4482.0, 4492.0, 4492.0, 4512.0, 4519.0, 4517.0, 4514.0, 4495.0, 4505.0, 4496.0, 4503.0, 4485.0, 4526.0, 4498.0, 4556.0, 4507.0, 4510.0, 4521.0, 4593.0, 4561.0, 4549.0, 4511.0, 4550.0, 4518.0, 4554.0, 4535.0, 4552.0, 4511.0, 4493.0, 4499.0, 4482.0, 4490.0, 4491.0, 4552.0, 4501.0, 4541.0, 4526.0, 4493.0, 4437.0, 4454.0, 4488.0, 4471.0, 4507.0, 4479.0, 4523.0, 4493.0, 4485.0, 4488.0, 4457.0, 4418.0, 4452.0, 4552.0, 4595.0, 4549.0, 4508.0, 4534.0, 4471.0, 4512.0, 4470.0, 4500.0, 4469.0, 4502.0, 4495.0, 4524.0, 4441.0, 4483.0, 4464.0, 4458.0, 4498.0, 4456.0, 4476.0, 4480.0, 4553.0, 4512.0, 4541.0, 4511.0, 4518.0, 4486.0, 4494.0, 4443.0, 4472.0, 4453.0, 4455.0, 4474.0, 4456.0, 4501.0, 4481.0, 4509.0, 4511.0, 4474.0, 4471.0, 4490.0, 4469.0, 4519.0, 4468.0, 4520.0, 4467.0, 4499.0, 4457.0, 4497.0, 4467.0, 4498.0, 4468.0, 4476.0, 4457.0, 4487.0, 4469.0, 4489.0, 4481.0, 4501.0, 4481.0, 4481.0, 4482.0, 4502.0, 4498.0, 4496.0, 4488.0, 4529.0, 4519.0, 4473.0, 4459.0, 4468.0, 4460.0, 4511.0, 4440.0, 4462.0, 4503.0, 4622.0, 4554.0, 4613.0, 4554.0, 4567.0, 4534.0, 4481.0, 4513.0, 4543.0, 4503.0, 4541.0, 4512.0, 4492.0, 4532.0, 4481.0, 4511.0, 4480.0, 4510.0, 4505.0, 4546.0, 4579.0, 4602.0, 4588.0, 4550.0, 4538.0, 4496.0, 4523.0, 4493.0, 4511.0, 4489.0, 4531.0, 4505.0, 4495.0, 4524.0, 4506.0, 4543.0, 4503.0, 4543.0, 4532.0, 4565.0, 4511.0, 4542.0, 4479.0, 4520.0, 4489.0, 4531.0, 4490.0, 4491.0, 4501.0, 4509.0, 4526.0, 4495.0, 4522.0, 4490.0, 4499.0, 4480.0, 4478.0, 4446.0, 4409.0, 4426.0, 4435.0, 4528.0, 4497.0, 4517.0, 4530.0, 4570.0, 4554.0, 4533.0, 4555.0, 4539.0, 4483.0, 4528.0, 4522.0, 4483.0, 4498.0, 4509.0, 4486.0, 4538.0, 4507.0, 4484.0, 4536.0, 4502.0, 4471.0, 4526.0, 4484.0, 4554.0, 4522.0, 4526.0, 4495.0, 4524.0, 4495.0, 4469.0, 4486.0, 4471.0, 4489.0, 4481.0, 4468.0, 4512.0, 4479.0, 4485.0, 4505.0, 4485.0, 4522.0, 4494.0, 4544.0, 4509.0, 4508.0, 4507.0, 4507.0, 4525.0, 4519.0, 4557.0, 4505.0, 4539.0, 4592.0, 4517.0, 4537.0, 4508.0, 4549.0, 4545.0, 4487.0, 4503.0, 4500.0, 4497.0, 4526.0, 4513.0, 4495.0, 4510.0, 4495.0, 4551.0, 4540.0, 4508.0, 4525.0, 4508.0, 4508.0, 4526.0, 4529.0, 4554.0, 4503.0, 4495.0, 4556.0, 4539.0, 4545.0, 4507.0, 4565.0, 4558.0, 4503.0, 4532.0, 4481.0, 4499.0, 4501.0, 4481.0, 4525.0, 4494.0, 4497.0, 4537.0, 4519.0, 4499.0, 4498.0, 4528.0, 4497.0, 4559.0, 4549.0, 4551.0, 4584.0, 4541.0, 4568.0, 4520.0, 4547.0, 4494.0, 4524.0, 4493.0, 4536.0, 4543.0, 4506.0, 4494.0, 4517.0, 4495.0, 4534.0, 4509.0, 4572.0, 4506.0, 4535.0, 4505.0, 4504.0, 4505.0, 4495.0, 4505.0, 4494.0, 4526.0, 4494.0, 4535.0, 4494.0, 4543.0, 4493.0, 4543.0, 4505.0, 4523.0, 4514.0, 4492.0, 4482.0, 4471.0, 4501.0, 4483.0, 4514.0, 4484.0, 4535.0, 4494.0, 4521.0, 4495.0, 4538.0, 4528.0, 4570.0, 4536.0, 4485.0, 4527.0, 4496.0, 4559.0, 4499.0, 4557.0, 4568.0, 4501.0, 4493.0, 4497.0, 4505.0, 4496.0, 4497.0, 4535.0, 4504.0, 4513.0, 4524.0, 4541.0, 4547.0, 4515.0, 4486.0, 4513.0, 4497.0, 4533.0, 4493.0, 4530.0, 4500.0, 4555.0, 4501.0, 4458.0, 4477.0, 4459.0, 4488.0, 4473.0, 4498.0, 4469.0, 4460.0, 4469.0, 4471.0, 4501.0, 4473.0, 4502.0, 4470.0, 4531.0, 4469.0, 4501.0, 4481.0, 4521.0, 4484.0, 4513.0, 4494.0, 4485.0, 4491.0, 4474.0, 4491.0, 4484.0, 4514.0, 4484.0, 4502.0, 4495.0, 4484.0, 4504.0, 4472.0, 4516.0, 4484.0, 4556.0, 4505.0, 4532.0, 4480.0, 4520.0, 4494.0, 4524.0, 4503.0, 4521.0, 4481.0, 4471.0, 4490.0, 4483.0, 4512.0, 4473.0, 4513.0, 4494.0, 4555.0, 4483.0, 4502.0, 4482.0, 4512.0, 4493.0, 4539.0, 4508.0, 4553.0, 4574.0, 4549.0, 4580.0, 4517.0, 4516.0, 4493.0, 4471.0, 4537.0, 4519.0, 4538.0, 4533.0, 4499.0, 4482.0, 4535.0, 4544.0, 4544.0, 4534.0, 4500.0, 4522.0, 4501.0, 4498.0, 4458.0, 4516.0, 4475.0, 4455.0, 4471.0, 4439.0, 4419.0, 4459.0, 4429.0, 4428.0, 4449.0, 4433.0, 4444.0, 4443.0, 4455.0, 4456.0, 4455.0, 4476.0, 4457.0, 4447.0, 4488.0, 4457.0, 4531.0, 4502.0, 4528.0, 4497.0, 4528.0, 4507.0, 4515.0, 4485.0, 4493.0, 4465.0, 4504.0, 4456.0, 4486.0, 4465.0, 4457.0, 4468.0, 4457.0, 4487.0, 4470.0, 4499.0, 4470.0, 4508.0, 4470.0, 4510.0, 4481.0, 4520.0, 4482.0, 4521.0, 4481.0, 4522.0, 4483.0, 4512.0, 4481.0, 4500.0, 4482.0, 4484.0, 4509.0, 4520.0, 4561.0, 4497.0, 4507.0, 4489.0, 4488.0, 4519.0, 4529.0, 4517.0, 4530.0, 4505.0, 4485.0, 4524.0, 4496.0, 4507.0, 4499.0, 4537.0, 4507.0, 4555.0, 4526.0, 4566.0, 4535.0, 4544.0, 4493.0, 4566.0, 4519.0, 4555.0, 4514.0, 4510.0, 4470.0, 4500.0, 4480.0, 4470.0, 4471.0, 4468.0, 4471.0, 4502.0, 4482.0, 4524.0, 4490.0, 4481.0, 4472.0, 4530.0, 4481.0, 4513.0, 4482.0, 4521.0, 4482.0, 4481.0, 4472.0, 4483.0, 4473.0, 4514.0, 4487.0, 4504.0, 4496.0, 4486.0, 4499.0, 4535.0, 4494.0, 4504.0, 4494.0, 4505.0, 4564.0, 4473.0, 4514.0, 4562.0, 4522.0, 4590.0, 4526.0, 4563.0, 4530.0, 4485.0, 4494.0, 4495.0, 4493.0, 4485.0, 4481.0, 4515.0, 4492.0, 4532.0, 4472.0, 4502.0, 4512.0, 4490.0, 4520.0, 4565.0, 4500.0, 4483.0, 4470.0, 4481.0, 4502.0, 4501.0, 4523.0, 4503.0, 4532.0, 4470.0, 4488.0, 4470.0, 4489.0, 4472.0, 4501.0, 4482.0, 4531.0, 4481.0, 4480.0, 4481.0, 4482.0, 4483.0, 4472.0, 4522.0, 4473.0, 4501.0, 4483.0, 4511.0, 4494.0, 4532.0, 4505.0, 4521.0, 4471.0, 4499.0, 4471.0, 4543.0, 4501.0, 4544.0, 4501.0, 4470.0, 4469.0, 4472.0, 4502.0, 4483.0, 4521.0, 4525.0, 4553.0, 4496.0, 4570.0, 4583.0, 4579.0, 4515.0, 4485.0, 4493.0, 4510.0, 4470.0, 4501.0, 4474.0, 4486.0, 4534.0, 4473.0, 4488.0, 4504.0, 4496.0, 4475.0, 4535.0, 4489.0, 4537.0, 4545.0, 4502.0, 4529.0, 4498.0, 4507.0, 4482.0, 4446.0, 4474.0, 4446.0, 4496.0, 4469.0, 4477.0, 4467.0, 4457.0, 4489.0, 4472.0, 4458.0, 4469.0, 4459.0, 4510.0, 4461.0, 4470.0, 4473.0, 4521.0, 4481.0, 4508.0, 4510.0, 4459.0, 4478.0, 4458.0, 4488.0, 4471.0, 4511.0, 4482.0, 4500.0, 4468.0, 4458.0, 4478.0, 4483.0, 4480.0, 4471.0, 4511.0, 4471.0, 4508.0, 4469.0, 4478.0, 4472.0, 4512.0, 4481.0, 4512.0, 4492.0, 4482.0, 4472.0, 4511.0, 4473.0, 4515.0, 4481.0, 4534.0, 4554.0, 4493.0, 4524.0, 4488.0, 4506.0, 4498.0, 4518.0, 4498.0, 4507.0, 4558.0, 4593.0, 4559.0, 4509.0, 4525.0, 4505.0, 4525.0, 4518.0, 4566.0, 4569.0, 4515.0], 'WindowWidth': [10222.0, 10098.0, 10084.0, 9987.0, 10002.0, 9960.0, 9988.0, 9947.0, 9983.0, 9921.0, 9916.0, 9896.0, 9940.0, 9915.0, 9939.0, 9922.0, 9922.0, 10029.0, 9943.0, 9927.0, 9960.0, 9952.0, 10038.0, 9994.0, 10030.0, 9948.0, 9984.0, 9900.0, 9956.0, 9917.0, 9977.0, 9943.0, 10003.0, 9917.0, 9879.0, 9889.0, 9875.0, 9907.0, 9926.0, 9908.0, 9901.0, 9976.0, 9904.0, 9954.0, 9906.0, 9956.0, 9902.0, 9943.0, 9902.0, 9925.0, 9981.0, 9909.0, 9952.0, 9907.0, 9991.0, 9934.0, 9941.0, 9903.0, 9938.0, 9903.0, 9880.0, 9869.0, 9847.0, 9858.0, 9895.0, 9908.0, 9932.0, 9949.0, 9909.0, 9979.0, 9966.0, 9955.0, 10001.0, 9955.0, 9981.0, 9951.0, 9926.0, 9893.0, 9925.0, 9895.0, 9884.0, 9946.0, 9893.0, 9926.0, 9877.0, 9874.0, 9895.0, 9966.0, 9920.0, 9936.0, 9885.0, 9858.0, 9886.0, 9876.0, 9903.0, 9878.0, 9969.0, 9896.0, 9906.0, 9873.0, 9886.0, 9912.0, 9885.0, 9996.0, 9939.0, 9907.0, 9941.0, 9983.0, 10007.0, 9990.0, 9898.0, 9883.0, 9818.0, 9867.0, 9942.0, 9981.0, 9937.0, 9846.0, 9746.0, 9787.0, 9859.0, 9917.0, 9998.0, 9996.0, 9949.0, 9993.0, 9902.0, 9887.0, 9914.0, 9925.0, 9930.0, 9927.0, 9892.0, 9983.0, 9935.0, 9909.0, 9899.0, 9955.0, 9912.0, 9952.0, 9978.0, 9878.0, 9873.0, 9901.0, 9880.0, 9928.0, 9913.0, 9951.0, 9919.0, 9884.0, 9937.0, 9891.0, 9912.0, 9907.0, 9863.0, 9954.0, 9887.0, 9929.0, 9872.0, 9984.0, 9972.0, 10016.0, 9918.0, 9907.0, 9916.0, 9924.0, 9941.0, 9933.0, 9904.0, 9913.0, 9903.0, 9925.0, 9922.0, 9977.0, 9948.0, 9996.0, 9951.0, 9959.0, 9897.0, 9923.0, 9889.0, 9945.0, 9903.0, 9895.0, 9868.0, 9879.0, 9908.0, 9874.0, 9907.0, 9898.0, 9929.0, 9901.0, 9938.0, 9924.0, 9948.0, 10013.0, 9915.0, 9941.0, 9903.0, 9919.0, 9872.0, 9876.0, 9891.0, 9944.0, 9900.0, 9946.0, 9917.0, 9876.0, 9903.0, 9859.0, 9887.0, 9878.0, 9934.0, 9877.0, 9876.0, 9876.0, 9890.0, 9878.0, 9929.0, 9875.0, 9923.0, 9904.0, 9876.0, 9960.0, 10040.0, 10031.0, 9947.0, 9925.0, 9894.0, 9942.0, 9923.0, 10011.0, 9937.0, 9853.0, 9897.0, 9881.0, 9870.0, 9891.0, 9865.0, 9887.0, 9915.0, 9909.0, 9968.0, 9943.0, 9959.0, 9998.0, 9969.0, 10007.0, 9980.0, 9983.0, 9957.0, 9970.0, 9917.0, 9918.0, 9849.0, 9878.0, 9887.0, 9803.0, 9803.0, 9748.0, 9786.0, 9736.0, 9771.0, 9813.0, 9752.0, 9843.0, 9828.0, 9881.0, 10032.0, 10063.0, 9974.0, 9960.0, 9909.0, 9925.0, 9896.0, 9897.0, 9875.0, 9891.0, 9863.0, 9859.0, 9947.0, 9949.0, 9973.0, 9911.0, 9906.0, 9902.0, 9984.0, 9939.0, 9905.0, 9938.0, 9817.0, 9770.0, 9837.0, 9846.0, 9904.0, 9853.0, 9914.0, 9919.0, 9977.0, 9889.0, 9910.0, 9875.0, 9889.0, 9872.0, 9901.0, 9894.0, 9916.0, 9925.0, 9864.0, 9908.0, 9959.0, 9992.0, 9929.0, 9934.0, 9882.0, 9900.0, 9893.0, 9830.0, 9871.0, 9868.0, 9922.0, 9851.0, 9824.0, 9867.0, 9900.0, 9944.0, 9902.0, 9972.0, 9947.0, 10040.0, 9903.0, 9878.0, 9841.0, 9909.0, 9974.0, 9966.0, 10039.0, 9987.0, 9911.0, 9936.0, 9882.0, 9962.0, 9955.0, 9998.0, 9919.0, 9958.0, 9894.0, 9930.0, 9902.0, 9945.0, 9869.0, 9870.0, 9872.0, 9886.0, 9876.0, 9879.0, 9926.0, 9882.0, 9908.0, 9895.0, 9911.0, 9887.0, 9936.0, 9898.0, 9963.0, 9880.0, 9932.0, 9875.0, 9931.0, 9881.0, 9948.0, 9892.0, 9895.0, 9879.0, 9874.0, 9896.0, 9937.0, 9897.0, 9908.0, 9940.0, 9880.0, 9901.0, 9882.0, 9952.0, 9933.0, 9998.0, 9933.0, 9967.0, 9877.0, 9945.0, 9900.0, 9919.0, 9950.0, 10041.0, 9952.0, 9905.0, 9934.0, 9927.0, 9940.0, 9919.0, 9985.0, 9948.0, 10019.0, 9944.0, 9944.0, 9919.0, 9984.0, 9897.0, 9932.0, 9910.0, 9949.0, 9876.0, 9889.0, 9895.0, 9923.0, 9942.0, 9934.0, 9925.0, 9901.0, 9914.0, 9902.0, 9908.0, 9888.0, 9944.0, 9907.0, 9985.0, 9920.0, 9932.0, 9949.0, 10055.0, 9999.0, 9978.0, 9926.0, 9982.0, 9934.0, 9981.0, 9956.0, 9973.0, 9915.0, 9894.0, 9897.0, 9880.0, 9886.0, 9891.0, 9976.0, 9903.0, 9958.0, 9942.0, 9874.0, 9791.0, 9823.0, 9878.0, 9862.0, 9905.0, 9871.0, 9937.0, 9896.0, 9887.0, 9881.0, 9835.0, 9729.0, 9823.0, 10018.0, 10061.0, 9980.0, 9920.0, 9948.0, 9859.0, 9918.0, 9854.0, 9895.0, 9854.0, 9906.0, 9906.0, 9941.0, 9802.0, 9860.0, 9839.0, 9838.0, 9891.0, 9835.0, 9861.0, 9872.0, 9979.0, 9920.0, 9959.0, 9915.0, 9920.0, 9874.0, 9881.0, 9812.0, 9848.0, 9824.0, 9829.0, 9856.0, 9833.0, 9902.0, 9875.0, 9911.0, 9916.0, 9872.0, 9862.0, 9884.0, 9854.0, 9922.0, 9852.0, 9923.0, 9849.0, 9894.0, 9836.0, 9889.0, 9850.0, 9890.0, 9852.0, 9860.0, 9838.0, 9876.0, 9857.0, 9883.0, 9878.0, 9905.0, 9876.0, 9876.0, 9879.0, 9905.0, 9912.0, 9901.0, 9874.0, 9970.0, 9936.0, 9861.0, 9835.0, 9845.0, 9839.0, 9912.0, 9795.0, 9806.0, 9908.0, 10108.0, 10002.0, 10099.0, 10000.0, 10003.0, 9950.0, 9874.0, 9921.0, 9960.0, 9905.0, 9956.0, 9919.0, 9890.0, 9946.0, 9875.0, 9917.0, 9873.0, 9914.0, 9921.0, 9983.0, 10034.0, 10081.0, 10049.0, 9988.0, 9973.0, 9909.0, 9940.0, 9898.0, 9920.0, 9889.0, 9947.0, 9919.0, 9904.0, 9944.0, 9922.0, 9971.0, 9911.0, 9968.0, 9949.0, 10002.0, 9918.0, 9964.0, 9872.0, 9931.0, 9885.0, 9947.0, 9888.0, 9896.0, 9905.0, 9933.0, 9950.0, 9902.0, 9936.0, 9890.0, 9900.0, 9874.0, 9869.0, 9804.0, 9738.0, 9756.0, 9785.0, 9938.0, 9909.0, 9937.0, 9961.0, 10014.0, 9984.0, 9952.0, 9981.0, 9971.0, 9885.0, 9953.0, 9953.0, 9883.0, 9897.0, 9934.0, 9896.0, 9968.0, 9922.0, 9884.0, 9956.0, 9904.0, 9859.0, 9943.0, 9883.0, 9981.0, 9928.0, 9927.0, 9881.0, 9920.0, 9885.0, 9857.0, 9874.0, 9860.0, 9881.0, 9877.0, 9851.0, 9920.0, 9870.0, 9889.0, 9913.0, 9887.0, 9933.0, 9899.0, 9966.0, 9929.0, 9928.0, 9924.0, 9924.0, 9946.0, 9942.0, 9989.0, 9918.0, 9968.0, 10049.0, 9934.0, 9961.0, 9927.0, 9981.0, 9970.0, 9892.0, 9907.0, 9920.0, 9905.0, 9946.0, 9942.0, 9901.0, 9911.0, 9901.0, 9987.0, 9970.0, 9927.0, 9940.0, 9922.0, 9924.0, 9946.0, 9951.0, 9983.0, 9906.0, 9898.0, 10004.0, 9990.0, 9971.0, 9904.0, 10002.0, 9993.0, 9911.0, 9948.0, 9874.0, 9897.0, 9904.0, 9878.0, 9942.0, 9897.0, 9908.0, 9963.0, 9941.0, 9915.0, 9909.0, 9950.0, 9907.0, 9996.0, 9983.0, 9986.0, 10039.0, 9974.0, 10008.0, 9946.0, 9975.0, 9896.0, 9936.0, 9894.0, 9981.0, 9983.0, 9921.0, 9899.0, 9933.0, 9903.0, 9954.0, 9930.0, 10024.0, 9919.0, 9955.0, 9913.0, 9913.0, 9913.0, 9903.0, 9913.0, 9899.0, 9943.0, 9897.0, 9955.0, 9898.0, 9963.0, 9893.0, 9967.0, 9912.0, 9936.0, 9925.0, 9892.0, 9878.0, 9861.0, 9901.0, 9881.0, 9923.0, 9882.0, 9957.0, 9896.0, 9932.0, 9902.0, 9967.0, 9952.0, 10014.0, 9957.0, 9884.0, 9948.0, 9903.0, 9993.0, 9911.0, 9989.0, 10003.0, 9896.0, 9890.0, 9905.0, 9911.0, 9903.0, 9904.0, 9954.0, 9909.0, 9919.0, 9937.0, 9968.0, 9970.0, 9924.0, 9889.0, 9920.0, 9901.0, 9947.0, 9887.0, 9937.0, 9893.0, 9977.0, 9897.0, 9833.0, 9858.0, 9837.0, 9876.0, 9863.0, 9890.0, 9854.0, 9840.0, 9854.0, 9855.0, 9898.0, 9863.0, 9900.0, 9855.0, 9940.0, 9855.0, 9898.0, 9872.0, 9927.0, 9880.0, 9918.0, 9892.0, 9882.0, 9885.0, 9865.0, 9885.0, 9883.0, 9922.0, 9881.0, 9904.0, 9897.0, 9879.0, 9905.0, 9863.0, 9926.0, 9882.0, 9984.0, 9908.0, 9942.0, 9871.0, 9927.0, 9894.0, 9936.0, 9905.0, 9928.0, 9872.0, 9859.0, 9883.0, 9878.0, 9916.0, 9865.0, 9918.0, 9895.0, 9978.0, 9879.0, 9904.0, 9876.0, 9918.0, 9893.0, 9967.0, 9920.0, 9979.0, 10040.0, 9980.0, 10023.0, 9935.0, 9929.0, 9893.0, 9861.0, 9965.0, 9944.0, 9965.0, 9952.0, 9897.0, 9877.0, 9949.0, 9973.0, 9966.0, 9952.0, 9889.0, 9923.0, 9891.0, 9884.0, 9830.0, 9907.0, 9848.0, 9823.0, 9836.0, 9788.0, 9763.0, 9817.0, 9780.0, 9777.0, 9809.0, 9793.0, 9809.0, 9809.0, 9830.0, 9833.0, 9829.0, 9856.0, 9832.0, 9819.0, 9874.0, 9833.0, 9938.0, 9902.0, 9933.0, 9885.0, 9931.0, 9899.0, 9907.0, 9864.0, 9876.0, 9839.0, 9891.0, 9828.0, 9868.0, 9842.0, 9832.0, 9850.0, 9834.0, 9875.0, 9857.0, 9893.0, 9855.0, 9905.0, 9856.0, 9909.0, 9871.0, 9925.0, 9874.0, 9927.0, 9874.0, 9930.0, 9879.0, 9917.0, 9874.0, 9898.0, 9876.0, 9882.0, 9927.0, 9942.0, 10000.0, 9906.0, 9917.0, 9895.0, 9893.0, 9936.0, 9950.0, 9933.0, 9954.0, 9914.0, 9885.0, 9937.0, 9903.0, 9919.0, 9909.0, 9959.0, 9917.0, 9987.0, 9943.0, 9998.0, 9954.0, 9962.0, 9891.0, 10001.0, 9938.0, 9987.0, 9924.0, 9914.0, 9856.0, 9898.0, 9871.0, 9856.0, 9858.0, 9851.0, 9858.0, 9904.0, 9874.0, 9935.0, 9886.0, 9872.0, 9861.0, 9940.0, 9872.0, 9919.0, 9875.0, 9929.0, 9877.0, 9874.0, 9862.0, 9877.0, 9867.0, 9925.0, 9890.0, 9908.0, 9903.0, 9889.0, 9910.0, 9954.0, 9896.0, 9909.0, 9894.0, 9913.0, 9994.0, 9866.0, 9923.0, 9984.0, 9929.0, 10042.0, 9940.0, 10001.0, 9952.0, 9888.0, 9897.0, 9899.0, 9893.0, 9886.0, 9874.0, 9924.0, 9886.0, 9942.0, 9859.0, 9903.0, 9916.0, 9883.0, 9922.0, 9994.0, 9896.0, 9879.0, 9856.0, 9873.0, 9903.0, 9900.0, 9933.0, 9904.0, 9942.0, 9858.0, 9879.0, 9856.0, 9880.0, 9862.0, 9898.0, 9877.0, 9941.0, 9873.0, 9871.0, 9873.0, 9876.0, 9879.0, 9863.0, 9930.0, 9866.0, 9902.0, 9879.0, 9915.0, 9894.0, 9945.0, 9910.0, 9927.0, 9859.0, 9895.0, 9859.0, 9965.0, 9899.0, 9960.0, 9899.0, 9856.0, 9855.0, 9861.0, 9905.0, 9881.0, 9927.0, 9940.0, 9974.0, 9901.0, 10015.0, 10037.0, 10021.0, 9921.0, 9885.0, 9891.0, 9907.0, 9852.0, 9897.0, 9863.0, 9881.0, 9947.0, 9861.0, 9890.0, 9905.0, 9898.0, 9867.0, 9947.0, 9894.0, 9956.0, 9964.0, 9899.0, 9932.0, 9887.0, 9894.0, 9859.0, 9813.0, 9848.0, 9814.0, 9882.0, 9853.0, 9859.0, 9842.0, 9832.0, 9876.0, 9859.0, 9832.0, 9851.0, 9838.0, 9909.0, 9843.0, 9855.0, 9865.0, 9923.0, 9869.0, 9903.0, 9907.0, 9835.0, 9861.0, 9836.0, 9876.0, 9856.0, 9912.0, 9873.0, 9894.0, 9848.0, 9835.0, 9862.0, 9875.0, 9867.0, 9854.0, 9913.0, 9856.0, 9905.0, 9852.0, 9863.0, 9860.0, 9915.0, 9873.0, 9915.0, 9888.0, 9873.0, 9859.0, 9914.0, 9865.0, 9924.0, 9873.0, 9950.0, 9978.0, 9888.0, 9933.0, 9890.0, 9910.0, 9906.0, 9935.0, 9908.0, 9919.0, 9997.0, 10055.0, 9990.0, 9921.0, 9938.0, 9909.0, 9935.0, 9935.0, 9998.0, 10010.0, 9919.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.00335625</td></tr>
<tr><td colspan=3>aqi</td><td>0.03230398810763889</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.54978446393574</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2091766354039961</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.037219334396178</td></tr>
<tr><td colspan=3>efc</td><td>0.5129</td></tr>
<tr><td colspan=3>fber</td><td>4649.542</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1848713924015306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>321</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.864583333333332</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4917221397166776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3595424891986685</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6418237551958317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4738001747555325</td></tr>
<tr><td colspan=3>gcor</td><td>0.0235475</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01014596689492464</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05078217759728432</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.134820250205029</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2901</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.5465</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293186.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1315.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>476.1762</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8879</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.7156</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.5812</td></tr>
<tr><td colspan=3>tsnr</td><td>30.534409222193062</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>