<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>4b751788985aff7d790c3252b5d61ee1</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>13:19:56.172500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</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.100294</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f470ec2e-059f-4c18-a8ff-e0f18b6c9af4||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['131956.172500', '131956.632500', '131957.092500', '131957.552500', '131958.012500', '131958.472500', '131958.932500', '131959.392500', '131959.852500', '132000.312500', '132000.772500', '132001.232500', '132001.692500', '132002.152500', '132002.612500', '132003.072500', '132003.532500', '132003.992500', '132004.452500', '132004.912500', '132005.372500', '132005.832500', '132006.292500', '132006.752500', '132007.212500', '132007.672500', '132008.132500', '132008.592500', '132009.052500', '132009.512500', '132009.972500', '132010.432500', '132010.892500', '132011.352500', '132011.812500', '132012.272500', '132012.732500', '132013.192500', '132013.652500', '132014.112500', '132014.572500', '132015.032500', '132015.492500', '132015.952500', '132016.412500', '132016.872500', '132017.332500', '132017.792500', '132018.252500', '132018.712500', '132019.172500', '132019.632500', '132020.092500', '132020.552500', '132021.012500', '132021.472500', '132021.932500', '132022.392500', '132022.852500', '132023.312500', '132023.772500', '132024.232500', '132024.692500', '132025.152500', '132025.612500', '132026.072500', '132026.532500', '132026.992500', '132027.452500', '132027.912500', '132028.372500', '132028.832500', '132029.292500', '132029.752500', '132030.212500', '132030.672500', '132031.132500', '132031.592500', '132032.052500', '132032.512500', '132032.972500', '132033.432500', '132033.892500', '132034.352500', '132034.812500', '132035.272500', '132035.732500', '132036.192500', '132036.652500', '132037.112500', '132037.572500', '132038.032500', '132038.492500', '132038.952500', '132039.412500', '132039.872500', '132040.332500', '132040.792500', '132041.252500', '132041.712500', '132042.172500', '132042.632500', '132043.092500', '132043.552500', '132044.012500', '132044.472500', '132044.932500', '132045.392500', '132045.852500', '132046.312500', '132046.772500', '132047.232500', '132047.692500', '132048.152500', '132048.612500', '132049.072500', '132049.532500', '132049.992500', '132050.452500', '132050.912500', '132051.372500', '132051.832500', '132052.292500', '132052.752500', '132053.212500', '132053.672500', '132054.132500', '132054.592500', '132055.052500', '132055.512500', '132055.972500', '132056.432500', '132056.892500', '132057.352500', '132057.812500', '132058.272500', '132058.732500', '132059.192500', '132059.652500', '132100.112500', '132100.572500', '132101.032500', '132101.492500', '132101.952500', '132102.412500', '132102.872500', '132103.332500', '132103.792500', '132104.252500', '132104.712500', '132105.172500', '132105.632500', '132106.092500', '132106.552500', '132107.012500', '132107.472500', '132107.932500', '132108.392500', '132108.852500', '132109.312500', '132109.772500', '132110.232500', '132110.692500', '132111.152500', '132111.612500', '132112.072500', '132112.532500', '132112.992500', '132113.452500', '132113.912500', '132114.372500', '132114.832500', '132115.292500', '132115.752500', '132116.212500', '132116.672500', '132117.132500', '132117.592500', '132118.052500', '132118.512500', '132118.972500', '132119.432500', '132119.892500', '132120.352500', '132120.812500', '132121.272500', '132121.732500', '132122.192500', '132122.652500', '132123.112500', '132123.572500', '132124.032500', '132124.492500', '132124.952500', '132125.412500', '132125.872500', '132126.332500', '132126.792500', '132127.252500', '132127.712500', '132128.172500', '132128.632500', '132129.092500', '132129.552500', '132130.012500', '132130.472500', '132130.932500', '132131.392500', '132131.852500', '132132.312500', '132132.772500', '132133.232500', '132133.692500', '132134.152500', '132134.612500', '132135.072500', '132135.532500', '132135.992500', '132136.452500', '132136.912500', '132137.372500', '132137.832500', '132138.292500', '132138.752500', '132139.212500', '132139.672500', '132140.132500', '132140.592500', '132141.052500', '132141.512500', '132141.972500', '132142.432500', '132142.892500', '132143.352500', '132143.812500', '132144.272500', '132144.732500', '132145.192500', '132145.652500', '132146.112500', '132146.572500', '132147.032500', '132147.492500', '132147.952500', '132148.412500', '132148.872500', '132149.332500', '132149.792500', '132150.252500', '132150.712500', '132151.172500', '132151.632500', '132152.092500', '132152.552500', '132153.012500', '132153.472500', '132153.932500', '132154.392500', '132154.852500', '132155.312500', '132155.772500', '132156.232500', '132156.692500', '132157.152500', '132157.612500', '132158.072500', '132158.532500', '132158.992500', '132159.452500', '132159.912500', '132200.372500', '132200.832500', '132201.292500', '132201.752500', '132202.212500', '132202.672500', '132203.132500', '132203.592500', '132204.052500', '132204.512500', '132204.972500', '132205.432500', '132205.892500', '132206.352500', '132206.812500', '132207.272500', '132207.732500', '132208.192500', '132208.652500', '132209.112500', '132209.572500', '132210.032500', '132210.492500', '132210.952500', '132211.412500', '132211.872500', '132212.332500', '132212.792500', '132213.252500', '132213.712500', '132214.172500', '132214.632500', '132215.092500', '132215.552500', '132216.012500', '132216.472500', '132216.932500', '132217.392500', '132217.852500', '132218.312500', '132218.772500', '132219.232500', '132219.692500', '132220.152500', '132220.612500', '132221.072500', '132221.532500', '132221.992500', '132222.452500', '132222.912500', '132223.372500', '132223.832500', '132224.292500', '132224.752500', '132225.212500', '132225.672500', '132226.132500', '132226.592500', '132227.052500', '132227.512500', '132227.972500', '132228.432500', '132228.892500', '132229.352500', '132229.812500', '132230.272500', '132230.732500', '132231.192500', '132231.652500', '132232.112500', '132232.572500', '132233.032500', '132233.492500', '132233.952500', '132234.412500', '132234.872500', '132235.332500', '132235.792500', '132236.252500', '132236.712500', '132237.172500', '132237.632500', '132238.092500', '132238.552500', '132239.012500', '132239.472500', '132239.932500', '132240.392500', '132240.852500', '132241.312500', '132241.772500', '132242.232500', '132242.692500', '132243.152500', '132243.612500', '132244.072500', '132244.532500', '132244.992500', '132245.452500', '132245.912500', '132246.372500', '132246.832500', '132247.292500', '132247.752500', '132248.212500', '132248.672500', '132249.132500', '132249.592500', '132250.052500', '132250.512500', '132250.972500', '132251.432500', '132251.892500', '132252.352500', '132252.812500', '132253.272500', '132253.732500', '132254.192500', '132254.652500', '132255.112500', '132255.572500', '132256.032500', '132256.492500', '132256.952500', '132257.412500', '132257.872500', '132258.332500', '132258.792500', '132259.252500', '132259.712500', '132300.172500', '132300.632500', '132301.092500', '132301.552500', '132302.012500', '132302.472500', '132302.932500', '132303.392500', '132303.852500', '132304.312500', '132304.772500', '132305.232500', '132305.692500', '132306.152500', '132306.612500', '132307.072500', '132307.532500', '132307.992500', '132308.452500', '132308.912500', '132309.372500', '132309.832500', '132310.292500', '132310.752500', '132311.212500', '132311.672500', '132312.132500', '132312.592500', '132313.052500', '132313.512500', '132313.972500', '132314.432500', '132314.892500', '132315.352500', '132315.812500', '132316.272500', '132316.732500', '132317.192500', '132317.652500', '132318.112500', '132318.572500', '132319.032500', '132319.492500', '132319.952500', '132320.412500', '132320.872500', '132321.332500', '132321.792500', '132322.252500', '132322.712500', '132323.172500', '132323.632500', '132324.092500', '132324.552500', '132325.012500', '132325.472500', '132325.932500', '132326.392500', '132326.852500', '132327.312500', '132327.772500', '132328.232500', '132328.692500', '132329.152500', '132329.612500', '132330.072500', '132330.532500', '132330.992500', '132331.452500', '132331.912500', '132332.372500', '132332.832500', '132333.292500', '132333.752500', '132334.212500', '132334.672500', '132335.132500', '132335.592500', '132336.052500', '132336.512500', '132336.972500', '132337.432500', '132337.892500', '132338.352500', '132338.812500', '132339.272500', '132339.732500', '132340.192500', '132340.652500', '132341.112500', '132341.572500', '132342.032500', '132342.492500', '132342.952500', '132343.412500', '132343.872500', '132344.332500', '132344.792500', '132345.252500', '132345.712500', '132346.172500', '132346.632500', '132347.092500', '132347.552500', '132348.012500', '132348.472500', '132348.932500', '132349.392500', '132349.852500', '132350.312500', '132350.772500', '132351.232500', '132351.692500', '132352.152500', '132352.612500', '132353.072500', '132353.532500', '132353.992500', '132354.452500', '132354.912500', '132355.372500', '132355.832500', '132356.292500', '132356.752500', '132357.212500', '132357.672500', '132358.132500', '132358.592500', '132359.052500', '132359.512500', '132359.972500', '132400.432500', '132400.892500', '132401.352500', '132401.812500', '132402.272500', '132402.732500', '132403.192500', '132403.652500', '132404.112500', '132404.572500', '132405.032500', '132405.492500', '132405.952500', '132406.412500', '132406.872500', '132407.332500', '132407.792500', '132408.252500', '132408.712500', '132409.172500', '132409.632500', '132410.092500', '132410.552500', '132411.012500', '132411.472500', '132411.932500', '132412.392500', '132412.852500', '132413.312500', '132413.772500', '132414.232500', '132414.692500', '132415.152500', '132415.612500', '132416.072500', '132416.532500', '132416.992500', '132417.452500', '132417.912500', '132418.372500', '132418.832500', '132419.292500', '132419.752500', '132420.212500', '132420.672500', '132421.132500', '132421.592500', '132422.052500', '132422.512500', '132422.972500', '132423.432500', '132423.892500', '132424.352500', '132424.812500', '132425.272500', '132425.732500', '132426.192500', '132426.652500', '132427.112500', '132427.572500', '132428.032500', '132428.492500', '132428.952500', '132429.412500', '132429.872500', '132430.332500', '132430.792500', '132431.252500', '132431.712500', '132432.172500', '132432.632500', '132433.092500', '132433.552500', '132434.012500', '132434.472500', '132434.932500', '132435.392500', '132435.852500', '132436.312500', '132436.772500', '132437.232500', '132437.692500', '132438.152500', '132438.612500', '132439.072500', '132439.532500', '132439.992500', '132440.452500', '132440.912500', '132441.372500', '132441.832500', '132442.292500', '132442.752500', '132443.212500', '132443.672500', '132444.132500', '132444.592500', '132445.052500', '132445.512500', '132445.972500', '132446.432500', '132446.892500', '132447.352500', '132447.812500', '132448.272500', '132448.732500', '132449.192500', '132449.652500', '132450.112500', '132450.572500', '132451.032500', '132451.492500', '132451.952500', '132452.412500', '132452.872500', '132453.332500', '132453.792500', '132454.252500', '132454.712500', '132455.172500', '132455.632500', '132456.092500', '132456.552500', '132457.012500', '132457.472500', '132457.932500', '132458.392500', '132458.852500', '132459.312500', '132459.772500', '132500.232500', '132500.692500', '132501.152500', '132501.612500', '132502.072500', '132502.532500', '132502.992500', '132503.452500', '132503.912500', '132504.372500', '132504.832500', '132505.292500', '132505.752500', '132506.212500', '132506.672500', '132507.132500', '132507.592500', '132508.052500', '132508.512500', '132508.972500', '132509.432500', '132509.892500', '132510.352500', '132510.812500', '132511.272500', '132511.732500', '132512.192500', '132512.652500', '132513.112500', '132513.572500', '132514.032500', '132514.492500', '132514.952500', '132515.412500', '132515.872500', '132516.332500', '132516.792500', '132517.252500', '132517.712500', '132518.172500', '132518.632500', '132519.092500', '132519.552500', '132520.012500', '132520.472500', '132520.932500', '132521.392500', '132521.852500', '132522.312500', '132522.772500', '132523.232500', '132523.692500', '132524.152500', '132524.612500', '132525.072500', '132525.532500', '132525.992500', '132526.452500', '132526.912500', '132527.372500', '132527.832500', '132528.292500', '132528.752500', '132529.212500', '132529.672500', '132530.132500', '132530.592500', '132531.052500', '132531.512500', '132531.972500', '132532.432500', '132532.892500', '132533.352500', '132533.812500', '132534.272500', '132534.732500', '132535.192500', '132535.652500', '132536.112500', '132536.572500', '132537.032500', '132537.492500', '132537.952500', '132538.412500', '132538.872500', '132539.332500', '132539.792500', '132540.252500', '132540.712500', '132541.172500', '132541.632500', '132542.092500', '132542.552500', '132543.012500', '132543.472500', '132543.932500', '132544.392500', '132544.852500', '132545.312500', '132545.772500', '132546.232500', '132546.692500', '132547.152500', '132547.612500', '132548.072500', '132548.532500', '132548.992500', '132549.452500', '132549.912500', '132550.372500', '132550.832500', '132551.292500', '132551.752500', '132552.212500', '132552.672500', '132553.132500', '132553.592500', '132554.052500', '132554.512500', '132554.972500', '132555.432500', '132555.892500', '132556.352500', '132556.812500', '132557.272500', '132557.732500', '132558.192500', '132558.652500', '132559.112500', '132559.572500', '132600.032500', '132600.492500', '132600.952500', '132601.412500', '132601.872500', '132602.332500', '132602.792500', '132603.252500', '132603.712500', '132604.172500', '132604.632500', '132605.092500', '132605.552500', '132606.012500', '132606.472500', '132606.932500', '132607.392500', '132607.852500', '132608.312500', '132608.772500', '132609.232500', '132609.692500', '132610.152500', '132610.612500', '132611.072500', '132611.532500', '132611.992500', '132612.452500', '132612.912500', '132613.372500', '132613.832500', '132614.292500', '132614.752500', '132615.212500', '132615.672500', '132616.132500', '132616.592500', '132617.052500', '132617.512500', '132617.972500', '132618.432500', '132618.892500', '132619.352500', '132619.812500', '132620.272500', '132620.732500', '132621.192500', '132621.652500', '132622.112500', '132622.572500', '132623.032500', '132623.492500', '132623.952500', '132624.412500', '132624.872500', '132625.332500', '132625.792500', '132626.252500', '132626.712500', '132627.172500', '132627.632500', '132628.092500', '132628.552500', '132629.012500', '132629.472500', '132629.932500', '132630.392500', '132630.852500', '132631.312500', '132631.772500', '132632.232500', '132632.692500', '132633.152500', '132633.612500', '132634.072500', '132634.532500', '132634.992500', '132635.452500', '132635.912500', '132636.372500', '132636.832500', '132637.292500', '132637.752500', '132638.212500', '132638.672500', '132639.132500', '132639.592500', '132640.052500', '132640.512500', '132640.972500', '132641.432500', '132641.892500', '132642.352500', '132642.812500', '132643.272500', '132643.732500', '132644.192500', '132644.652500', '132645.112500', '132645.572500', '132646.032500', '132646.492500', '132646.952500', '132647.412500', '132647.872500', '132648.332500', '132648.792500', '132649.252500', '132649.712500', '132650.172500', '132650.632500', '132651.092500', '132651.552500', '132652.012500', '132652.472500', '132652.932500', '132653.392500', '132653.852500', '132654.312500', '132654.772500', '132655.232500', '132655.692500', '132656.152500', '132656.612500', '132657.072500', '132657.532500', '132657.992500', '132658.452500', '132658.912500', '132659.372500', '132659.832500', '132700.292500', '132700.752500', '132701.212500', '132701.672500', '132702.132500', '132702.592500', '132703.052500', '132703.512500', '132703.972500', '132704.432500', '132704.892500', '132705.352500', '132705.812500', '132706.272500', '132706.732500', '132707.192500', '132707.652500', '132708.112500', '132708.572500', '132709.032500', '132709.492500', '132709.952500', '132710.412500', '132710.872500', '132711.332500', '132711.792500', '132712.252500', '132712.712500', '132713.172500', '132713.632500', '132714.092500', '132714.552500', '132715.012500', '132715.472500', '132715.932500', '132716.392500', '132716.852500', '132717.312500', '132717.772500', '132718.232500', '132718.692500', '132719.152500', '132719.612500', '132720.072500', '132720.532500', '132720.992500', '132721.452500', '132721.912500', '132722.372500', '132722.832500', '132723.292500', '132723.752500', '132724.212500', '132724.672500', '132725.132500', '132725.592500', '132726.052500', '132726.512500', '132726.972500', '132727.432500', '132727.892500', '132728.352500', '132728.812500', '132729.272500', '132729.732500', '132730.192500', '132730.652500', '132731.112500', '132731.572500', '132732.032500', '132732.492500', '132732.952500', '132733.412500', '132733.872500', '132734.332500', '132734.792500', '132735.252500', '132735.712500', '132736.172500', '132736.632500', '132737.092500', '132737.552500', '132738.012500', '132738.472500', '132738.932500', '132739.392500', '132739.852500', '132740.312500', '132740.772500', '132741.232500', '132741.692500', '132742.152500', '132742.612500', '132743.072500', '132743.532500', '132743.992500', '132744.452500', '132744.912500', '132745.372500', '132745.832500', '132746.292500', '132746.752500', '132747.212500', '132747.672500', '132748.132500', '132748.592500', '132749.052500', '132749.512500', '132749.972500', '132750.432500', '132750.892500', '132751.352500', '132751.812500', '132752.272500', '132752.732500', '132753.192500', '132753.652500', '132754.112500', '132754.572500', '132755.032500', '132755.492500', '132755.952500', '132756.412500', '132756.872500', '132757.332500', '132757.792500', '132758.252500', '132758.712500', '132759.172500', '132759.632500', '132800.092500', '132800.552500', '132801.012500', '132801.472500', '132801.932500', '132802.392500', '132802.852500', '132803.312500', '132803.772500', '132804.232500', '132804.692500', '132805.152500', '132805.612500', '132806.072500', '132806.532500', '132806.992500', '132807.452500', '132807.912500', '132808.372500', '132808.832500', '132809.292500', '132809.752500', '132810.212500', '132810.672500', '132811.132500', '132811.592500', '132812.052500', '132812.512500', '132812.972500', '132813.432500', '132813.892500', '132814.352500', '132814.812500', '132815.272500', '132815.732500', '132816.192500', '132816.652500', '132817.112500', '132817.572500', '132818.032500', '132818.492500', '132818.952500', '132819.412500', '132819.872500', '132820.332500', '132820.792500', '132821.252500', '132821.712500', '132822.172500', '132822.632500', '132823.092500', '132823.552500', '132824.012500', '132824.472500', '132824.932500', '132825.392500', '132825.852500', '132826.312500', '132826.772500', '132827.232500', '132827.692500', '132828.152500', '132828.612500', '132829.072500', '132829.532500', '132829.992500', '132830.452500', '132830.912500', '132831.372500', '132831.832500', '132832.292500', '132832.752500', '132833.212500', '132833.672500', '132834.132500', '132834.592500', '132835.052500', '132835.512500', '132835.972500', '132836.432500', '132836.892500', '132837.352500', '132837.812500', '132838.272500', '132838.732500', '132839.192500', '132839.652500', '132840.112500', '132840.572500', '132841.032500', '132841.492500', '132841.952500', '132842.412500', '132842.872500', '132843.332500', '132843.792500', '132844.252500', '132844.712500', '132845.172500', '132845.632500', '132846.092500', '132846.552500', '132847.012500', '132847.472500'], 'ContentTime': ['132013.578000', '132013.581000', '132013.584000', '132013.587000', '132013.589000', '132013.592000', '132013.595000', '132013.597000', '132013.600000', '132013.602000', '132013.605000', '132013.608000', '132013.610000', '132013.613000', '132013.616000', '132013.619000', '132013.621000', '132013.624000', '132013.627000', '132013.630000', '132013.632000', '132013.635000', '132013.638000', '132013.640000', '132013.643000', '132013.646000', '132013.649000', '132013.652000', '132013.654000', '132013.657000', '132013.659000', '132013.662000', '132013.664000', '132013.667000', '132013.670000', '132033.550000', '132033.553000', '132033.556000', '132033.558000', '132033.561000', '132033.563000', '132033.566000', '132033.588000', '132033.591000', '132033.594000', '132033.596000', '132033.599000', '132033.601000', '132033.604000', '132033.606000', '132033.609000', '132033.611000', '132033.614000', '132033.616000', '132033.619000', '132033.621000', '132033.624000', '132033.627000', '132033.629000', '132033.632000', '132033.634000', '132033.637000', '132033.639000', '132033.642000', '132033.644000', '132033.647000', '132033.649000', '132033.652000', '132033.654000', '132033.657000', '132033.659000', '132033.662000', '132033.664000', '132033.667000', '132033.669000', '132033.672000', '132033.674000', '132033.677000', '132053.551000', '132053.553000', '132053.557000', '132053.560000', '132053.562000', '132053.565000', '132053.568000', '132053.570000', '132053.573000', '132053.575000', '132053.579000', '132053.582000', '132053.584000', '132053.587000', '132053.589000', '132053.592000', '132053.594000', '132053.597000', '132053.599000', '132053.602000', '132053.605000', '132053.607000', '132053.610000', '132053.612000', '132053.615000', '132053.617000', '132053.620000', '132053.622000', '132053.625000', '132053.627000', '132053.630000', '132053.633000', '132053.635000', '132053.638000', '132053.667000', '132053.669000', '132053.672000', '132053.675000', '132053.677000', '132053.680000', '132053.682000', '132053.685000', '132053.687000', '132113.551000', '132113.554000', '132113.557000', '132113.559000', '132113.562000', '132113.565000', '132113.567000', '132113.570000', '132113.572000', '132113.575000', '132113.577000', '132113.580000', '132113.582000', '132113.585000', '132113.587000', '132113.590000', '132113.593000', '132113.595000', '132113.598000', '132113.600000', '132113.603000', '132113.605000', '132113.608000', '132113.611000', '132113.613000', '132113.616000', '132113.618000', '132113.621000', '132113.624000', '132113.626000', '132113.629000', '132113.631000', '132113.634000', '132113.636000', '132113.639000', '132113.641000', '132113.644000', '132113.647000', '132113.649000', '132113.652000', '132113.654000', '132113.657000', '132113.659000', '132113.662000', '132133.552000', '132133.554000', '132133.557000', '132133.559000', '132133.562000', '132133.565000', '132133.568000', '132133.571000', '132133.574000', '132133.576000', '132133.579000', '132133.582000', '132133.584000', '132133.587000', '132133.589000', '132133.592000', '132133.595000', '132133.597000', '132133.600000', '132133.602000', '132133.605000', '132133.607000', '132133.610000', '132133.612000', '132133.615000', '132133.617000', '132133.620000', '132133.622000', '132133.625000', '132133.628000', '132133.630000', '132133.633000', '132133.635000', '132133.638000', '132133.641000', '132133.643000', '132133.646000', '132133.648000', '132133.651000', '132133.653000', '132133.656000', '132133.658000', '132133.661000', '132153.550000', '132153.553000', '132153.556000', '132153.558000', '132153.561000', '132153.563000', '132153.566000', '132153.569000', '132153.571000', '132153.574000', '132153.576000', '132153.579000', '132153.581000', '132153.584000', '132153.587000', '132153.589000', '132153.592000', '132153.594000', '132153.597000', '132153.600000', '132153.602000', '132153.605000', '132153.607000', '132153.610000', '132153.612000', '132153.615000', '132153.617000', '132153.620000', '132153.623000', '132153.625000', '132153.628000', '132153.630000', '132153.633000', '132153.635000', '132153.638000', '132153.640000', '132153.643000', '132153.646000', '132153.648000', '132153.651000', '132153.653000', '132153.656000', '132153.658000', '132153.661000', '132213.550000', '132213.553000', '132213.556000', '132213.558000', '132213.561000', '132213.564000', '132213.566000', '132213.569000', '132213.571000', '132213.574000', '132213.576000', '132213.579000', '132213.581000', '132213.584000', '132213.587000', '132213.589000', '132213.592000', '132213.595000', '132213.597000', '132213.600000', '132213.602000', '132213.605000', '132213.607000', '132213.610000', '132213.612000', '132213.615000', '132213.618000', '132213.621000', '132213.624000', '132213.626000', '132213.629000', '132213.631000', '132213.634000', '132213.636000', '132213.639000', '132213.642000', '132213.644000', '132213.647000', '132213.649000', '132213.652000', '132213.654000', '132213.657000', '132213.659000', '132233.550000', '132233.553000', '132233.556000', '132233.559000', '132233.561000', '132233.564000', '132233.566000', '132233.569000', '132233.571000', '132233.574000', '132233.576000', '132233.579000', '132233.582000', '132233.584000', '132233.587000', '132233.589000', '132233.611000', '132233.614000', '132233.616000', '132233.619000', '132233.622000', '132233.624000', '132233.627000', '132233.629000', '132233.632000', '132233.634000', '132233.637000', '132233.640000', '132233.642000', '132233.645000', '132233.647000', '132233.650000', '132233.652000', '132233.655000', '132233.658000', '132233.660000', '132233.663000', '132233.665000', '132233.668000', '132233.670000', '132233.673000', '132233.675000', '132233.678000', '132233.680000', '132253.551000', '132253.553000', '132253.556000', '132253.559000', '132253.561000', '132253.564000', '132253.566000', '132253.569000', '132253.571000', '132253.574000', '132253.576000', '132253.579000', '132253.581000', '132253.584000', '132253.587000', '132253.589000', '132253.592000', '132253.595000', '132253.597000', '132253.600000', '132253.602000', '132253.605000', '132253.607000', '132253.610000', '132253.612000', '132253.615000', '132253.618000', '132253.620000', '132253.623000', '132253.626000', '132253.628000', '132253.631000', '132253.633000', '132253.636000', '132253.638000', '132253.641000', '132253.643000', '132253.646000', '132253.649000', '132253.651000', '132253.654000', '132253.656000', '132253.659000', '132313.550000', '132313.553000', '132313.556000', '132313.558000', '132313.561000', '132313.563000', '132313.566000', '132313.569000', '132313.571000', '132313.574000', '132313.576000', '132313.579000', '132313.581000', '132313.584000', '132313.587000', '132313.589000', '132313.592000', '132313.594000', '132313.597000', '132313.599000', '132313.602000', '132313.605000', '132313.607000', '132313.610000', '132313.612000', '132313.615000', '132313.617000', '132313.620000', '132313.623000', '132313.625000', '132313.628000', '132313.630000', '132313.633000', '132313.635000', '132313.638000', '132313.640000', '132313.643000', '132313.645000', '132313.648000', '132313.651000', '132313.653000', '132313.656000', '132313.658000', '132313.661000', '132333.552000', '132333.554000', '132333.557000', '132333.560000', '132333.562000', '132333.565000', '132333.567000', '132333.570000', '132333.572000', '132333.575000', '132333.578000', '132333.580000', '132333.583000', '132333.585000', '132333.588000', '132333.591000', '132333.593000', '132333.596000', '132333.598000', '132333.601000', '132333.603000', '132333.606000', '132333.609000', '132333.611000', '132333.614000', '132333.616000', '132333.619000', '132333.621000', '132333.624000', '132333.627000', '132333.629000', '132333.632000', '132333.636000', '132333.639000', '132333.641000', '132333.644000', '132333.646000', '132333.649000', '132333.651000', '132333.654000', '132333.658000', '132333.660000', '132333.663000', '132353.551000', '132353.554000', '132353.557000', '132353.559000', '132353.562000', '132353.564000', '132353.567000', '132353.570000', '132353.572000', '132353.575000', '132353.577000', '132353.580000', '132353.582000', '132353.585000', '132353.587000', '132353.590000', '132353.593000', '132353.595000', '132353.598000', '132353.600000', '132353.603000', '132353.605000', '132353.608000', '132353.611000', '132353.613000', '132353.616000', '132353.618000', '132353.621000', '132353.624000', '132353.626000', '132353.629000', '132353.631000', '132353.634000', '132353.636000', '132353.639000', '132353.642000', '132353.644000', '132353.647000', '132353.649000', '132353.652000', '132353.654000', '132353.667000', '132353.669000', '132353.672000', '132413.550000', '132413.553000', '132413.556000', '132413.558000', '132413.561000', '132413.563000', '132413.566000', '132413.569000', '132413.571000', '132413.574000', '132413.577000', '132413.580000', '132413.583000', '132413.585000', '132413.588000', '132413.591000', '132413.593000', '132413.596000', '132413.599000', '132413.601000', '132413.604000', '132413.606000', '132413.609000', '132413.612000', '132413.614000', '132413.617000', '132413.619000', '132413.622000', '132413.625000', '132413.627000', '132413.630000', '132413.632000', '132413.635000', '132413.637000', '132413.640000', '132413.643000', '132413.645000', '132413.648000', '132413.650000', '132413.653000', '132413.655000', '132413.658000', '132413.661000', '132433.551000', '132433.553000', '132433.556000', '132433.559000', '132433.561000', '132433.564000', '132433.566000', '132433.569000', '132433.571000', '132433.574000', '132433.576000', '132433.579000', '132433.582000', '132433.584000', '132433.587000', '132433.589000', '132433.592000', '132433.595000', '132433.597000', '132433.600000', '132433.602000', '132433.605000', '132433.607000', '132433.610000', '132433.613000', '132433.615000', '132433.618000', '132433.620000', '132433.623000', '132433.625000', '132433.628000', '132433.631000', '132433.633000', '132433.636000', '132433.638000', '132433.641000', '132433.643000', '132433.646000', '132433.649000', '132433.651000', '132433.654000', '132433.656000', '132433.659000', '132433.661000', '132453.551000', '132453.553000', '132453.556000', '132453.559000', '132453.561000', '132453.564000', '132453.566000', '132453.569000', '132453.571000', '132453.574000', '132453.577000', '132453.579000', '132453.582000', '132453.584000', '132453.587000', '132453.590000', '132453.592000', '132453.595000', '132453.597000', '132453.600000', '132453.603000', '132453.605000', '132453.608000', '132453.610000', '132453.613000', '132453.616000', '132453.618000', '132453.621000', '132453.623000', '132453.626000', '132453.629000', '132453.631000', '132453.634000', '132453.636000', '132453.639000', '132453.642000', '132453.644000', '132453.647000', '132453.649000', '132453.652000', '132453.654000', '132453.657000', '132453.660000', '132513.551000', '132513.553000', '132513.556000', '132513.559000', '132513.561000', '132513.564000', '132513.566000', '132513.569000', '132513.571000', '132513.574000', '132513.577000', '132513.579000', '132513.582000', '132513.584000', '132513.587000', '132513.590000', '132513.592000', '132513.595000', '132513.597000', '132513.600000', '132513.602000', '132513.605000', '132513.607000', '132513.610000', '132513.613000', '132513.616000', '132513.618000', '132513.621000', '132513.624000', '132513.626000', '132513.629000', '132513.631000', '132513.634000', '132513.636000', '132513.639000', '132513.642000', '132513.644000', '132513.647000', '132513.649000', '132513.652000', '132513.654000', '132513.657000', '132513.660000', '132513.662000', '132533.550000', '132533.553000', '132533.556000', '132533.558000', '132533.561000', '132533.564000', '132533.566000', '132533.569000', '132533.571000', '132533.574000', '132533.576000', '132533.579000', '132533.582000', '132533.584000', '132533.587000', '132533.589000', '132533.592000', '132533.594000', '132533.597000', '132533.600000', '132533.602000', '132533.605000', '132533.622000', '132533.625000', '132533.627000', '132533.630000', '132533.632000', '132533.635000', '132533.638000', '132533.640000', '132533.643000', '132533.645000', '132533.648000', '132533.651000', '132533.653000', '132533.656000', '132533.658000', '132533.661000', '132533.663000', '132533.666000', '132533.669000', '132533.671000', '132533.674000', '132553.551000', '132553.554000', '132553.557000', '132553.559000', '132553.562000', '132553.565000', '132553.567000', '132553.570000', '132553.572000', '132553.575000', '132553.577000', '132553.580000', '132553.583000', '132553.585000', '132553.588000', '132553.590000', '132553.593000', '132553.595000', '132553.598000', '132553.601000', '132553.603000', '132553.606000', '132553.609000', '132553.611000', '132553.615000', '132553.618000', '132553.621000', '132553.623000', '132553.626000', '132553.628000', '132553.631000', '132553.633000', '132553.636000', '132553.639000', '132553.641000', '132553.644000', '132553.646000', '132553.649000', '132553.652000', '132553.654000', '132553.657000', '132553.659000', '132553.662000', '132553.664000', '132613.552000', '132613.554000', '132613.557000', '132613.560000', '132613.562000', '132613.565000', '132613.567000', '132613.570000', '132613.572000', '132613.575000', '132613.577000', '132613.580000', '132613.583000', '132613.585000', '132613.588000', '132613.590000', '132613.593000', '132613.595000', '132613.598000', '132613.601000', '132613.603000', '132613.606000', '132613.608000', '132613.611000', '132613.614000', '132613.616000', '132613.619000', '132613.621000', '132613.624000', '132613.626000', '132613.629000', '132613.631000', '132613.634000', '132613.637000', '132613.639000', '132613.642000', '132613.644000', '132613.647000', '132613.650000', '132613.652000', '132613.655000', '132613.657000', '132613.660000', '132633.551000', '132633.553000', '132633.556000', '132633.558000', '132633.561000', '132633.564000', '132633.566000', '132633.569000', '132633.571000', '132633.574000', '132633.577000', '132633.579000', '132633.582000', '132633.584000', '132633.587000', '132633.589000', '132633.592000', '132633.595000', '132633.597000', '132633.600000', '132633.603000', '132633.605000', '132633.608000', '132633.610000', '132633.613000', '132633.616000', '132633.618000', '132633.621000', '132633.624000', '132633.626000', '132633.629000', '132633.631000', '132633.634000', '132633.637000', '132633.639000', '132633.642000', '132633.645000', '132633.647000', '132633.650000', '132633.652000', '132633.655000', '132633.657000', '132633.660000', '132633.663000', '132653.551000', '132653.554000', '132653.556000', '132653.559000', '132653.561000', '132653.564000', '132653.567000', '132653.569000', '132653.572000', '132653.574000', '132653.577000', '132653.580000', '132653.582000', '132653.585000', '132653.587000', '132653.590000', '132653.592000', '132653.595000', '132653.598000', '132653.600000', '132653.603000', '132653.605000', '132653.608000', '132653.610000', '132653.613000', '132653.616000', '132653.618000', '132653.621000', '132653.623000', '132653.626000', '132653.628000', '132653.631000', '132653.648000', '132653.651000', '132653.653000', '132653.656000', '132653.659000', '132653.661000', '132653.664000', '132653.666000', '132653.669000', '132653.671000', '132653.674000', '132713.550000', '132713.553000', '132713.556000', '132713.558000', '132713.561000', '132713.564000', '132713.566000', '132713.569000', '132713.571000', '132713.574000', '132713.576000', '132713.579000', '132713.581000', '132713.584000', '132713.586000', '132713.589000', '132713.592000', '132713.595000', '132713.597000', '132713.600000', '132713.602000', '132713.605000', '132713.608000', '132713.610000', '132713.613000', '132713.615000', '132713.618000', '132713.620000', '132713.623000', '132713.625000', '132713.628000', '132713.631000', '132713.633000', '132713.636000', '132713.639000', '132713.641000', '132713.644000', '132713.646000', '132713.649000', '132713.651000', '132713.654000', '132713.656000', '132713.659000', '132713.662000', '132733.551000', '132733.554000', '132733.556000', '132733.559000', '132733.562000', '132733.564000', '132733.567000', '132733.569000', '132733.572000', '132733.574000', '132733.577000', '132733.579000', '132733.582000', '132733.584000', '132733.587000', '132733.590000', '132733.592000', '132733.595000', '132733.598000', '132733.600000', '132733.603000', '132733.605000', '132733.608000', '132733.610000', '132733.613000', '132733.615000', '132733.618000', '132733.620000', '132733.623000', '132733.626000', '132733.628000', '132733.631000', '132733.633000', '132733.636000', '132733.639000', '132733.641000', '132733.644000', '132733.646000', '132733.649000', '132733.651000', '132733.654000', '132733.656000', '132733.659000', '132753.551000', '132753.554000', '132753.556000', '132753.559000', '132753.561000', '132753.564000', '132753.566000', '132753.569000', '132753.572000', '132753.574000', '132753.577000', '132753.579000', '132753.582000', '132753.584000', '132753.587000', '132753.590000', '132753.592000', '132753.595000', '132753.598000', '132753.600000', '132753.603000', '132753.605000', '132753.608000', '132753.610000', '132753.613000', '132753.616000', '132753.618000', '132753.621000', '132753.623000', '132753.626000', '132753.629000', '132753.631000', '132753.634000', '132753.636000', '132753.639000', '132753.641000', '132753.644000', '132753.647000', '132753.649000', '132753.652000', '132753.655000', '132753.657000', '132753.660000', '132753.662000', '132813.552000', '132813.554000', '132813.557000', '132813.560000', '132813.562000', '132813.565000', '132813.567000', '132813.570000', '132813.572000', '132813.575000', '132813.578000', '132813.580000', '132813.583000', '132813.585000', '132813.588000', '132813.590000', '132813.593000', '132813.596000', '132813.598000', '132813.601000', '132813.603000', '132813.606000', '132813.608000', '132813.611000', '132813.613000', '132813.616000', '132813.619000', '132813.621000', '132813.624000', '132813.636000', '132813.638000', '132813.641000', '132813.643000', '132813.646000', '132813.648000', '132813.651000', '132813.654000', '132813.656000', '132813.659000', '132813.661000', '132813.664000', '132813.666000', '132813.669000', '132833.552000', '132833.555000', '132833.557000', '132833.560000', '132833.562000', '132833.565000', '132833.567000', '132833.570000', '132833.573000', '132833.576000', '132833.579000', '132833.581000', '132833.584000', '132833.586000', '132833.589000', '132833.592000', '132833.594000', '132833.597000', '132833.600000', '132833.602000', '132833.605000', '132833.607000', '132833.610000', '132833.612000', '132833.615000', '132833.617000', '132833.620000', '132833.623000', '132833.625000', '132833.628000', '132833.630000', '132833.633000', '132833.636000', '132833.638000', '132833.641000', '132833.643000', '132833.646000', '132833.649000', '132833.651000', '132833.654000', '132833.656000', '132833.659000', '132833.661000', '132833.664000', '132849.163000', '132849.166000', '132849.168000', '132849.171000', '132849.174000', '132849.176000', '132849.179000', '132849.181000', '132849.184000', '132849.186000', '132849.189000', '132849.192000', '132849.194000', '132849.197000', '132849.200000', '132849.202000', '132849.205000', '132849.207000', '132849.210000', '132849.213000', '132849.215000', '132849.218000', '132849.220000', '132849.223000', '132849.225000', '132849.228000', '132849.230000', '132849.233000', '132849.236000', '132849.238000', '132849.241000', '132849.243000', '132849.246000', '132849.248000'], 'InstanceCreationTime': ['132013.578000', '132013.581000', '132013.584000', '132013.587000', '132013.589000', '132013.592000', '132013.595000', '132013.597000', '132013.600000', '132013.602000', '132013.605000', '132013.608000', '132013.610000', '132013.613000', '132013.616000', '132013.619000', '132013.621000', '132013.624000', '132013.627000', '132013.630000', '132013.632000', '132013.635000', '132013.638000', '132013.640000', '132013.643000', '132013.646000', '132013.649000', '132013.652000', '132013.654000', '132013.657000', '132013.659000', '132013.662000', '132013.664000', '132013.667000', '132013.670000', '132033.550000', '132033.553000', '132033.556000', '132033.558000', '132033.561000', '132033.563000', '132033.566000', '132033.588000', '132033.591000', '132033.594000', '132033.596000', '132033.599000', '132033.601000', '132033.604000', '132033.606000', '132033.609000', '132033.611000', '132033.614000', '132033.616000', '132033.619000', '132033.621000', '132033.624000', '132033.627000', '132033.629000', '132033.632000', '132033.634000', '132033.637000', '132033.639000', '132033.642000', '132033.644000', '132033.647000', '132033.649000', '132033.652000', '132033.654000', '132033.657000', '132033.659000', '132033.662000', '132033.664000', '132033.667000', '132033.669000', '132033.672000', '132033.674000', '132033.677000', '132053.551000', '132053.553000', '132053.557000', '132053.560000', '132053.562000', '132053.565000', '132053.568000', '132053.570000', '132053.573000', '132053.575000', '132053.579000', '132053.582000', '132053.584000', '132053.587000', '132053.589000', '132053.592000', '132053.594000', '132053.597000', '132053.599000', '132053.602000', '132053.605000', '132053.607000', '132053.610000', '132053.612000', '132053.615000', '132053.617000', '132053.620000', '132053.622000', '132053.625000', '132053.627000', '132053.630000', '132053.633000', '132053.635000', '132053.638000', '132053.667000', '132053.669000', '132053.672000', '132053.675000', '132053.677000', '132053.680000', '132053.682000', '132053.685000', '132053.687000', '132113.551000', '132113.554000', '132113.557000', '132113.559000', '132113.562000', '132113.565000', '132113.567000', '132113.570000', '132113.572000', '132113.575000', '132113.577000', '132113.580000', '132113.582000', '132113.585000', '132113.587000', '132113.590000', '132113.593000', '132113.595000', '132113.598000', '132113.600000', '132113.603000', '132113.605000', '132113.608000', '132113.611000', '132113.613000', '132113.616000', '132113.618000', '132113.621000', '132113.624000', '132113.626000', '132113.629000', '132113.631000', '132113.634000', '132113.636000', '132113.639000', '132113.641000', '132113.644000', '132113.647000', '132113.649000', '132113.652000', '132113.654000', '132113.657000', '132113.659000', '132113.662000', '132133.552000', '132133.554000', '132133.557000', '132133.559000', '132133.562000', '132133.565000', '132133.568000', '132133.571000', '132133.574000', '132133.576000', '132133.579000', '132133.582000', '132133.584000', '132133.587000', '132133.589000', '132133.592000', '132133.595000', '132133.597000', '132133.600000', '132133.602000', '132133.605000', '132133.607000', '132133.610000', '132133.612000', '132133.615000', '132133.617000', '132133.620000', '132133.622000', '132133.625000', '132133.628000', '132133.630000', '132133.633000', '132133.635000', '132133.638000', '132133.641000', '132133.643000', '132133.646000', '132133.648000', '132133.651000', '132133.653000', '132133.656000', '132133.658000', '132133.661000', '132153.550000', '132153.553000', '132153.556000', '132153.558000', '132153.561000', '132153.563000', '132153.566000', '132153.569000', '132153.571000', '132153.574000', '132153.576000', '132153.579000', '132153.581000', '132153.584000', '132153.587000', '132153.589000', '132153.592000', '132153.594000', '132153.597000', '132153.600000', '132153.602000', '132153.605000', '132153.607000', '132153.610000', '132153.612000', '132153.615000', '132153.617000', '132153.620000', '132153.623000', '132153.625000', '132153.628000', '132153.630000', '132153.633000', '132153.635000', '132153.638000', '132153.640000', '132153.643000', '132153.646000', '132153.648000', '132153.651000', '132153.653000', '132153.656000', '132153.658000', '132153.661000', '132213.550000', '132213.553000', '132213.556000', '132213.558000', '132213.561000', '132213.564000', '132213.566000', '132213.569000', '132213.571000', '132213.574000', '132213.576000', '132213.579000', '132213.581000', '132213.584000', '132213.587000', '132213.589000', '132213.592000', '132213.595000', '132213.597000', '132213.600000', '132213.602000', '132213.605000', '132213.607000', '132213.610000', '132213.612000', '132213.615000', '132213.618000', '132213.621000', '132213.624000', '132213.626000', '132213.629000', '132213.631000', '132213.634000', '132213.636000', '132213.639000', '132213.642000', '132213.644000', '132213.647000', '132213.649000', '132213.652000', '132213.654000', '132213.657000', '132213.659000', '132233.550000', '132233.553000', '132233.556000', '132233.559000', '132233.561000', '132233.564000', '132233.566000', '132233.569000', '132233.571000', '132233.574000', '132233.576000', '132233.579000', '132233.582000', '132233.584000', '132233.587000', '132233.589000', '132233.611000', '132233.614000', '132233.616000', '132233.619000', '132233.622000', '132233.624000', '132233.627000', '132233.629000', '132233.632000', '132233.634000', '132233.637000', '132233.640000', '132233.642000', '132233.645000', '132233.647000', '132233.650000', '132233.652000', '132233.655000', '132233.658000', '132233.660000', '132233.663000', '132233.665000', '132233.668000', '132233.670000', '132233.673000', '132233.675000', '132233.678000', '132233.680000', '132253.551000', '132253.553000', '132253.556000', '132253.559000', '132253.561000', '132253.564000', '132253.566000', '132253.569000', '132253.571000', '132253.574000', '132253.576000', '132253.579000', '132253.581000', '132253.584000', '132253.587000', '132253.589000', '132253.592000', '132253.595000', '132253.597000', '132253.600000', '132253.602000', '132253.605000', '132253.607000', '132253.610000', '132253.612000', '132253.615000', '132253.618000', '132253.620000', '132253.623000', '132253.626000', '132253.628000', '132253.631000', '132253.633000', '132253.636000', '132253.638000', '132253.641000', '132253.643000', '132253.646000', '132253.649000', '132253.651000', '132253.654000', '132253.656000', '132253.659000', '132313.550000', '132313.553000', '132313.556000', '132313.558000', '132313.561000', '132313.563000', '132313.566000', '132313.569000', '132313.571000', '132313.574000', '132313.576000', '132313.579000', '132313.581000', '132313.584000', '132313.587000', '132313.589000', '132313.592000', '132313.594000', '132313.597000', '132313.599000', '132313.602000', '132313.605000', '132313.607000', '132313.610000', '132313.612000', '132313.615000', '132313.617000', '132313.620000', '132313.623000', '132313.625000', '132313.628000', '132313.630000', '132313.633000', '132313.635000', '132313.638000', '132313.640000', '132313.643000', '132313.645000', '132313.648000', '132313.651000', '132313.653000', '132313.656000', '132313.658000', '132313.661000', '132333.552000', '132333.554000', '132333.557000', '132333.560000', '132333.562000', '132333.565000', '132333.567000', '132333.570000', '132333.572000', '132333.575000', '132333.578000', '132333.580000', '132333.583000', '132333.585000', '132333.588000', '132333.591000', '132333.593000', '132333.596000', '132333.598000', '132333.601000', '132333.603000', '132333.606000', '132333.609000', '132333.611000', '132333.614000', '132333.616000', '132333.619000', '132333.621000', '132333.624000', '132333.627000', '132333.629000', '132333.632000', '132333.636000', '132333.639000', '132333.641000', '132333.644000', '132333.646000', '132333.649000', '132333.651000', '132333.654000', '132333.658000', '132333.660000', '132333.663000', '132353.551000', '132353.554000', '132353.557000', '132353.559000', '132353.562000', '132353.564000', '132353.567000', '132353.570000', '132353.572000', '132353.575000', '132353.577000', '132353.580000', '132353.582000', '132353.585000', '132353.587000', '132353.590000', '132353.593000', '132353.595000', '132353.598000', '132353.600000', '132353.603000', '132353.605000', '132353.608000', '132353.611000', '132353.613000', '132353.616000', '132353.618000', '132353.621000', '132353.624000', '132353.626000', '132353.629000', '132353.631000', '132353.634000', '132353.636000', '132353.639000', '132353.642000', '132353.644000', '132353.647000', '132353.649000', '132353.652000', '132353.654000', '132353.667000', '132353.669000', '132353.672000', '132413.550000', '132413.553000', '132413.556000', '132413.558000', '132413.561000', '132413.563000', '132413.566000', '132413.569000', '132413.571000', '132413.574000', '132413.577000', '132413.580000', '132413.583000', '132413.585000', '132413.588000', '132413.591000', '132413.593000', '132413.596000', '132413.599000', '132413.601000', '132413.604000', '132413.606000', '132413.609000', '132413.612000', '132413.614000', '132413.617000', '132413.619000', '132413.622000', '132413.625000', '132413.627000', '132413.630000', '132413.632000', '132413.635000', '132413.637000', '132413.640000', '132413.643000', '132413.645000', '132413.648000', '132413.650000', '132413.653000', '132413.655000', '132413.658000', '132413.661000', '132433.551000', '132433.553000', '132433.556000', '132433.559000', '132433.561000', '132433.564000', '132433.566000', '132433.569000', '132433.571000', '132433.574000', '132433.576000', '132433.579000', '132433.582000', '132433.584000', '132433.587000', '132433.589000', '132433.592000', '132433.595000', '132433.597000', '132433.600000', '132433.602000', '132433.605000', '132433.607000', '132433.610000', '132433.613000', '132433.615000', '132433.618000', '132433.620000', '132433.623000', '132433.625000', '132433.628000', '132433.631000', '132433.633000', '132433.636000', '132433.638000', '132433.641000', '132433.643000', '132433.646000', '132433.649000', '132433.651000', '132433.654000', '132433.656000', '132433.659000', '132433.661000', '132453.551000', '132453.553000', '132453.556000', '132453.559000', '132453.561000', '132453.564000', '132453.566000', '132453.569000', '132453.571000', '132453.574000', '132453.577000', '132453.579000', '132453.582000', '132453.584000', '132453.587000', '132453.590000', '132453.592000', '132453.595000', '132453.597000', '132453.600000', '132453.603000', '132453.605000', '132453.608000', '132453.610000', '132453.613000', '132453.616000', '132453.618000', '132453.621000', '132453.623000', '132453.626000', '132453.629000', '132453.631000', '132453.634000', '132453.636000', '132453.639000', '132453.642000', '132453.644000', '132453.647000', '132453.649000', '132453.652000', '132453.654000', '132453.657000', '132453.660000', '132513.551000', '132513.553000', '132513.556000', '132513.559000', '132513.561000', '132513.564000', '132513.566000', '132513.569000', '132513.571000', '132513.574000', '132513.577000', '132513.579000', '132513.582000', '132513.584000', '132513.587000', '132513.590000', '132513.592000', '132513.595000', '132513.597000', '132513.600000', '132513.602000', '132513.605000', '132513.607000', '132513.610000', '132513.613000', '132513.616000', '132513.618000', '132513.621000', '132513.624000', '132513.626000', '132513.629000', '132513.631000', '132513.634000', '132513.636000', '132513.639000', '132513.642000', '132513.644000', '132513.647000', '132513.649000', '132513.652000', '132513.654000', '132513.657000', '132513.660000', '132513.662000', '132533.550000', '132533.553000', '132533.556000', '132533.558000', '132533.561000', '132533.564000', '132533.566000', '132533.569000', '132533.571000', '132533.574000', '132533.576000', '132533.579000', '132533.582000', '132533.584000', '132533.587000', '132533.589000', '132533.592000', '132533.594000', '132533.597000', '132533.600000', '132533.602000', '132533.605000', '132533.622000', '132533.625000', '132533.627000', '132533.630000', '132533.632000', '132533.635000', '132533.638000', '132533.640000', '132533.643000', '132533.645000', '132533.648000', '132533.651000', '132533.653000', '132533.656000', '132533.658000', '132533.661000', '132533.663000', '132533.666000', '132533.669000', '132533.671000', '132533.674000', '132553.551000', '132553.554000', '132553.557000', '132553.559000', '132553.562000', '132553.565000', '132553.567000', '132553.570000', '132553.572000', '132553.575000', '132553.577000', '132553.580000', '132553.583000', '132553.585000', '132553.588000', '132553.590000', '132553.593000', '132553.595000', '132553.598000', '132553.601000', '132553.603000', '132553.606000', '132553.609000', '132553.611000', '132553.615000', '132553.618000', '132553.621000', '132553.623000', '132553.626000', '132553.628000', '132553.631000', '132553.633000', '132553.636000', '132553.639000', '132553.641000', '132553.644000', '132553.646000', '132553.649000', '132553.652000', '132553.654000', '132553.657000', '132553.659000', '132553.662000', '132553.664000', '132613.552000', '132613.554000', '132613.557000', '132613.560000', '132613.562000', '132613.565000', '132613.567000', '132613.570000', '132613.572000', '132613.575000', '132613.577000', '132613.580000', '132613.583000', '132613.585000', '132613.588000', '132613.590000', '132613.593000', '132613.595000', '132613.598000', '132613.601000', '132613.603000', '132613.606000', '132613.608000', '132613.611000', '132613.614000', '132613.616000', '132613.619000', '132613.621000', '132613.624000', '132613.626000', '132613.629000', '132613.631000', '132613.634000', '132613.637000', '132613.639000', '132613.642000', '132613.644000', '132613.647000', '132613.650000', '132613.652000', '132613.655000', '132613.657000', '132613.660000', '132633.551000', '132633.553000', '132633.556000', '132633.558000', '132633.561000', '132633.564000', '132633.566000', '132633.569000', '132633.571000', '132633.574000', '132633.577000', '132633.579000', '132633.582000', '132633.584000', '132633.587000', '132633.589000', '132633.592000', '132633.595000', '132633.597000', '132633.600000', '132633.603000', '132633.605000', '132633.608000', '132633.610000', '132633.613000', '132633.616000', '132633.618000', '132633.621000', '132633.624000', '132633.626000', '132633.629000', '132633.631000', '132633.634000', '132633.637000', '132633.639000', '132633.642000', '132633.645000', '132633.647000', '132633.650000', '132633.652000', '132633.655000', '132633.657000', '132633.660000', '132633.663000', '132653.551000', '132653.554000', '132653.556000', '132653.559000', '132653.561000', '132653.564000', '132653.567000', '132653.569000', '132653.572000', '132653.574000', '132653.577000', '132653.580000', '132653.582000', '132653.585000', '132653.587000', '132653.590000', '132653.592000', '132653.595000', '132653.598000', '132653.600000', '132653.603000', '132653.605000', '132653.608000', '132653.610000', '132653.613000', '132653.616000', '132653.618000', '132653.621000', '132653.623000', '132653.626000', '132653.628000', '132653.631000', '132653.648000', '132653.651000', '132653.653000', '132653.656000', '132653.659000', '132653.661000', '132653.664000', '132653.666000', '132653.669000', '132653.671000', '132653.674000', '132713.550000', '132713.553000', '132713.556000', '132713.558000', '132713.561000', '132713.564000', '132713.566000', '132713.569000', '132713.571000', '132713.574000', '132713.576000', '132713.579000', '132713.581000', '132713.584000', '132713.586000', '132713.589000', '132713.592000', '132713.595000', '132713.597000', '132713.600000', '132713.602000', '132713.605000', '132713.608000', '132713.610000', '132713.613000', '132713.615000', '132713.618000', '132713.620000', '132713.623000', '132713.625000', '132713.628000', '132713.631000', '132713.633000', '132713.636000', '132713.639000', '132713.641000', '132713.644000', '132713.646000', '132713.649000', '132713.651000', '132713.654000', '132713.656000', '132713.659000', '132713.662000', '132733.551000', '132733.554000', '132733.556000', '132733.559000', '132733.562000', '132733.564000', '132733.567000', '132733.569000', '132733.572000', '132733.574000', '132733.577000', '132733.579000', '132733.582000', '132733.584000', '132733.587000', '132733.590000', '132733.592000', '132733.595000', '132733.598000', '132733.600000', '132733.603000', '132733.605000', '132733.608000', '132733.610000', '132733.613000', '132733.615000', '132733.618000', '132733.620000', '132733.623000', '132733.626000', '132733.628000', '132733.631000', '132733.633000', '132733.636000', '132733.639000', '132733.641000', '132733.644000', '132733.646000', '132733.649000', '132733.651000', '132733.654000', '132733.656000', '132733.659000', '132753.551000', '132753.554000', '132753.556000', '132753.559000', '132753.561000', '132753.564000', '132753.566000', '132753.569000', '132753.572000', '132753.574000', '132753.577000', '132753.579000', '132753.582000', '132753.584000', '132753.587000', '132753.590000', '132753.592000', '132753.595000', '132753.598000', '132753.600000', '132753.603000', '132753.605000', '132753.608000', '132753.610000', '132753.613000', '132753.616000', '132753.618000', '132753.621000', '132753.623000', '132753.626000', '132753.629000', '132753.631000', '132753.634000', '132753.636000', '132753.639000', '132753.641000', '132753.644000', '132753.647000', '132753.649000', '132753.652000', '132753.655000', '132753.657000', '132753.660000', '132753.662000', '132813.552000', '132813.554000', '132813.557000', '132813.560000', '132813.562000', '132813.565000', '132813.567000', '132813.570000', '132813.572000', '132813.575000', '132813.578000', '132813.580000', '132813.583000', '132813.585000', '132813.588000', '132813.590000', '132813.593000', '132813.596000', '132813.598000', '132813.601000', '132813.603000', '132813.606000', '132813.608000', '132813.611000', '132813.613000', '132813.616000', '132813.619000', '132813.621000', '132813.624000', '132813.636000', '132813.638000', '132813.641000', '132813.643000', '132813.646000', '132813.648000', '132813.651000', '132813.654000', '132813.656000', '132813.659000', '132813.661000', '132813.664000', '132813.666000', '132813.669000', '132833.552000', '132833.555000', '132833.557000', '132833.560000', '132833.562000', '132833.565000', '132833.567000', '132833.570000', '132833.573000', '132833.576000', '132833.579000', '132833.581000', '132833.584000', '132833.586000', '132833.589000', '132833.592000', '132833.594000', '132833.597000', '132833.600000', '132833.602000', '132833.605000', '132833.607000', '132833.610000', '132833.612000', '132833.615000', '132833.617000', '132833.620000', '132833.623000', '132833.625000', '132833.628000', '132833.630000', '132833.633000', '132833.636000', '132833.638000', '132833.641000', '132833.643000', '132833.646000', '132833.649000', '132833.651000', '132833.654000', '132833.656000', '132833.659000', '132833.661000', '132833.664000', '132849.163000', '132849.166000', '132849.168000', '132849.171000', '132849.174000', '132849.176000', '132849.179000', '132849.181000', '132849.184000', '132849.186000', '132849.189000', '132849.192000', '132849.194000', '132849.197000', '132849.200000', '132849.202000', '132849.205000', '132849.207000', '132849.210000', '132849.213000', '132849.215000', '132849.218000', '132849.220000', '132849.223000', '132849.225000', '132849.228000', '132849.230000', '132849.233000', '132849.236000', '132849.238000', '132849.241000', '132849.243000', '132849.246000', '132849.248000'], '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': [10959, 15197, 11397, 16205, 12420, 9040, 10534, 15498, 9507, 13543, 10856, 14124, 9094, 14792, 8885, 13539, 9568, 13016, 10243, 10892, 9100, 9614, 15639, 10470, 13519, 10528, 13198, 9263, 10669, 15163, 10444, 13350, 10168, 11902, 8317, 10196, 8445, 10796, 9153, 13656, 9099, 12880, 9763, 12678, 17037, 13054, 12071, 8433, 13017, 11781, 12282, 15341, 11021, 13750, 8612, 12178, 11543, 9260, 13581, 11320, 13488, 8496, 11178, 13067, 9624, 14046, 11125, 10938, 8809, 12504, 9406, 12892, 16228, 11013, 12733, 9068, 13276, 9266, 12403, 13022, 9936, 8462, 8943, 13069, 8991, 12950, 10222, 9293, 8328, 8905, 13556, 9675, 14326, 11196, 12638, 8588, 13114, 10400, 12647, 15436, 10302, 16908, 8675, 14664, 10772, 14222, 10594, 11636, 9464, 10907, 9169, 10224, 16074, 11468, 12954, 10956, 13471, 8699, 13125, 9716, 11857, 12571, 9514, 12645, 9036, 14791, 9842, 13894, 10673, 10527, 8302, 9263, 16552, 11067, 14127, 10658, 10899, 8497, 10207, 12887, 9813, 13539, 11426, 13324, 8605, 11593, 9554, 10271, 15720, 11443, 11398, 8422, 11575, 9925, 9809, 15263, 10253, 11265, 8435, 11738, 8998, 11847, 14127, 9835, 15513, 8747, 11854, 8638, 13220, 11332, 10594, 12877, 9155, 14286, 8846, 14162, 10921, 10647, 14197, 8799, 13281, 8563, 12775, 9391, 10189, 9084, 8783, 13058, 8575, 13619, 8621, 11203, 8466, 13304, 10289, 13043, 11007, 8109, 11356, 15108, 11512, 15252, 13171, 11980, 11199, 11550, 8787, 10488, 9091, 11053, 9140, 14582, 10590, 12705, 10325, 12392, 12993, 13215, 10698, 9451, 8502, 11454, 8560, 13269, 14317, 9910, 8682, 10918, 11493, 12607, 14513, 11943, 16169, 10811, 15061, 15683, 11335, 16473, 10348, 15673, 8686, 12567, 8417, 10267, 8321, 9122, 12967, 9070, 13442, 9217, 13583, 9096, 12895, 8920, 11236, 9120, 10822, 8097, 9632, 7931, 12016, 8645, 9264, 7744, 11717, 12994, 9812, 13642, 10467, 9796, 9119, 10259, 12982, 10293, 12794, 10277, 13644, 10493, 12284, 15345, 11277, 14173, 11129, 11050, 8833, 10992, 8520, 11619, 9190, 11856, 14206, 9880, 11267, 8944, 12859, 10331, 12771, 10789, 11425, 8464, 11418, 8649, 13079, 11069, 10121, 8050, 9812, 12205, 10890, 15677, 11755, 14926, 9149, 12503, 10275, 13264, 10557, 12864, 9813, 12356, 8433, 11713, 8813, 12409, 11203, 11548, 8178, 11392, 13793, 11202, 14401, 11550, 13799, 10463, 12042, 8158, 11047, 7690, 9840, 11486, 8330, 9984, 8450, 11813, 8211, 11628, 9437, 10625, 9192, 10296, 13953, 10386, 13814, 9900, 12219, 7798, 11463, 8220, 10175, 8315, 10431, 7727, 10635, 7676, 10540, 8845, 12001, 8274, 13785, 17134, 12018, 12928, 10447, 13214, 7912, 13053, 13420, 10103, 10902, 8668, 13174, 9530, 13091, 9942, 11780, 8910, 11755, 8777, 10955, 15746, 10509, 13317, 8155, 13294, 8808, 11503, 8586, 11746, 8127, 12426, 13467, 10469, 13096, 11201, 13434, 8093, 12135, 14747, 11442, 13549, 9852, 12866, 9182, 9772, 12651, 8391, 10903, 8413, 11194, 7666, 10842, 13676, 10290, 11572, 8406, 9639, 15602, 8007, 12459, 8729, 10336, 7577, 9815, 11402, 9843, 12982, 11006, 12069, 7972, 12889, 12998, 10313, 14115, 10582, 12332, 7482, 10613, 11601, 8841, 12317, 9190, 11170, 8074, 11445, 8290, 10533, 8332, 11699, 7955, 13068, 9615, 11399, 8934, 12507, 15695, 12891, 13737, 12933, 10828, 13511, 8506, 14590, 8403, 12488, 9057, 10039, 10305, 8878, 11997, 8024, 13185, 9906, 11999, 8352, 12143, 13281, 10826, 14588, 11163, 12400, 8036, 12315, 8769, 10190, 14569, 10499, 11737, 8108, 13094, 8216, 12718, 9858, 10994, 7778, 10452, 15919, 9327, 13118, 9904, 11136, 7736, 10589, 7748, 9584, 10146, 9031, 7627, 10243, 14031, 9747, 12905, 11005, 12221, 8533, 13610, 10788, 14268, 9483, 13580, 9227, 15310, 10219, 11808, 10405, 14793, 10055, 16363, 12021, 17007, 12467, 16934, 12042, 17728, 13281, 10673, 11808, 8262, 7650, 8900, 8267, 13613, 8544, 12847, 9463, 14446, 9496, 11220, 11943, 9050, 16842, 15836, 14142, 17663, 11973, 11241, 11148, 9478, 11677, 8972, 12257, 9185, 12193, 8999, 11690, 8741, 9158, 8172, 9303, 7883, 9132, 7823, 8435, 11732, 8669, 14108, 8735, 11018, 8764, 12320, 8649, 12073, 10163, 12628, 7927, 11791, 10189, 12119, 11274, 12853, 10227, 13476, 10809, 13381, 11316, 9664, 12880, 9140, 14025, 13030, 20466, 11206, 9336, 17171, 9002, 13215, 8760, 14160, 9985, 11396, 12281, 9990, 14981, 11364, 10205, 12945, 9553, 14441, 12679, 13615, 10929, 11873, 8939, 14822, 10415, 14960, 12108, 16525, 12996, 10560, 9767, 8595, 11928, 14476, 10570, 14541, 10922, 13090, 8579, 8162, 8188, 9556, 9601, 12590, 11006, 8262, 11370, 8886, 10976, 14640, 11240, 11987, 8478, 12607, 10535, 10601, 16850, 11650, 14685, 11075, 14116, 8994, 11012, 13319, 10076, 14144, 11918, 16109, 8723, 13694, 10327, 11902, 15235, 11802, 14880, 8722, 13724, 8135, 7795, 8869, 8526, 13081, 8926, 12405, 9625, 16158, 10807, 11732, 12160, 18692, 13515, 15536, 8440, 12511, 10656, 10545, 17031, 11019, 12378, 8287, 10899, 8270, 9782, 12799, 9697, 7891, 9404, 14530, 8732, 14543, 9266, 11735, 11791, 8825, 7766, 9001, 14629, 9885, 15577, 9497, 12076, 8693, 13226, 9047, 12734, 16048, 11433, 10540, 9239, 16220, 9680, 13844, 10439, 12272, 8713, 13266, 8829, 14912, 11280, 18919, 9178, 7768, 9137, 8926, 12523, 8950, 15020, 17111, 13460, 15665, 10812, 12539, 9831, 11159, 17417, 12028, 17084, 11041, 16182, 9716, 11386, 9628, 9705, 18649, 8879, 16430, 8803, 14288, 9046, 13719, 8609, 14406, 8963, 13423, 8826, 15375, 8630, 14515, 8668, 14550, 9201, 13032, 8669, 12879, 9302, 11214, 13473, 10541, 8396, 10233, 13040, 9543, 15940, 10029, 11674, 8496, 12996, 8197, 12486, 9595, 9749, 8066, 10944, 8335, 11021, 9550, 10372, 8713, 12477, 8673, 14076, 12168, 12597, 12801, 12771, 16154, 12237, 17879, 11237, 17021, 10462, 15125, 10982, 12177, 15547, 10319, 15105, 10479, 10453, 9213, 8843, 16795, 8574, 10647, 8632, 9579, 8586, 9941, 8132, 10437, 11505, 10156, 16001, 10508, 15668, 10387, 14383, 11258, 12872, 16883, 10788, 16335, 10293, 11927, 8996, 11552, 18468, 11276, 16258, 9993, 12767, 10197, 9608, 16646, 9218, 13203, 9046, 10153, 16067, 8995, 13844, 8618, 12699, 8445, 11844, 8267, 10495, 11217, 10605, 17818, 9931, 15054, 8876, 14376, 9077, 13889, 9272, 12872, 8830, 11761, 17841, 10170, 14242, 10723, 15804, 8815, 12761, 9478, 12125, 13892, 10162, 15208, 8628, 14248, 9332, 12908, 13206, 9819, 15441, 8729, 12373, 8871, 10663, 8660, 9306, 17437, 8883, 12915, 8601, 10959, 8609, 11351, 7934, 10516, 8276, 10547, 9048, 12787, 9777, 14734, 14847, 11094, 12599, 8742, 13017, 9602, 13542, 10310, 15458, 9405, 15148, 13611, 11088, 13366, 10189, 12157, 9877, 11219, 12432, 11469, 17755, 13525, 16491, 12128, 8762, 14464, 8766, 10337, 9210, 14176, 8852, 10258, 9283, 13758, 10601, 9336, 11296, 10247, 14116, 11127, 16749, 10994, 16752, 9890, 14234, 9637, 9425, 10033, 8883, 13601, 9344, 12088, 9379, 11264, 9423, 10689, 8794, 10479, 9053, 10241, 8363, 10487, 8558, 10310, 8809, 12600, 8848, 12341, 9197, 12753, 9043, 12754, 8934, 13107, 8740, 11491, 11464, 9398, 11478, 10303, 14694, 9309, 13141, 10794, 9928, 16011, 9522, 14950, 9322, 13470, 8878, 10826, 8668, 9525, 8907, 11236, 8822, 12285, 8486, 10022, 8815, 10133, 8323, 9179, 13996, 8934, 13419, 9098, 9707, 8578, 9291, 11152, 9712, 15675, 9883, 10115, 8905, 9615, 9316, 14478, 9931, 15995, 10490, 16549, 8972, 13837, 8649, 12061, 9699, 10365, 11397, 9038, 13853, 9508, 12663, 9177, 12435, 8296, 10712, 9897, 9294, 8138, 8802, 14488, 9700, 14695, 9727, 13884, 8895, 14815, 9577, 11365, 8780, 15539, 9035, 13510, 9087, 13164, 9352, 12174, 8420, 11224, 8663, 12270, 8678, 12702, 8588, 11528, 8408, 11643, 8509, 12700, 8586, 12951, 9555, 12183, 8615, 12730, 8563, 11763, 13018, 10908, 8496, 11198, 8300, 11491, 11227, 12042, 8948, 12949, 8633, 12797, 10939, 12521, 8374, 11671, 8323, 10457, 13012, 9703, 8352, 9656, 12104, 9610, 16700, 10490, 16719, 8813, 12587, 9846, 13041, 9041, 13415, 8599, 11598, 8646, 10609], 'WindowCenter': [4305.0, 4308.0, 4288.0, 4293.0, 4282.0, 4239.0, 4261.0, 4278.0, 4251.0, 4282.0, 4273.0, 4278.0, 4253.0, 4278.0, 4251.0, 4281.0, 4262.0, 4294.0, 4262.0, 4260.0, 4248.0, 4262.0, 4290.0, 4272.0, 4293.0, 4276.0, 4285.0, 4250.0, 4261.0, 4280.0, 4276.0, 4293.0, 4272.0, 4269.0, 4252.0, 4260.0, 4255.0, 4300.0, 4278.0, 4296.0, 4266.0, 4294.0, 4276.0, 4299.0, 4304.0, 4282.0, 4271.0, 4241.0, 4280.0, 4268.0, 4273.0, 4279.0, 4258.0, 4278.0, 4238.0, 4271.0, 4255.0, 4249.0, 4266.0, 4259.0, 4266.0, 4237.0, 4257.0, 4265.0, 4250.0, 4278.0, 4258.0, 4255.0, 4248.0, 4268.0, 4248.0, 4279.0, 4290.0, 4258.0, 4266.0, 4238.0, 4268.0, 4247.0, 4271.0, 4266.0, 4247.0, 4235.0, 4249.0, 4277.0, 4250.0, 4282.0, 4260.0, 4250.0, 4239.0, 4263.0, 4290.0, 4263.0, 4291.0, 4283.0, 4280.0, 4253.0, 4281.0, 4270.0, 4281.0, 4289.0, 4260.0, 4288.0, 4249.0, 4279.0, 4257.0, 4277.0, 4258.0, 4267.0, 4246.0, 4257.0, 4248.0, 4259.0, 4288.0, 4269.0, 4268.0, 4258.0, 4275.0, 4237.0, 4277.0, 4248.0, 4269.0, 4267.0, 4245.0, 4268.0, 4247.0, 4278.0, 4258.0, 4279.0, 4255.0, 4255.0, 4225.0, 4250.0, 4285.0, 4257.0, 4278.0, 4256.0, 4254.0, 4234.0, 4255.0, 4264.0, 4246.0, 4266.0, 4267.0, 4265.0, 4234.0, 4256.0, 4246.0, 4260.0, 4290.0, 4268.0, 4255.0, 4235.0, 4268.0, 4246.0, 4258.0, 4288.0, 4260.0, 4267.0, 4239.0, 4271.0, 4248.0, 4283.0, 4291.0, 4261.0, 4287.0, 4250.0, 4267.0, 4247.0, 4280.0, 4270.0, 4271.0, 4277.0, 4247.0, 4278.0, 4248.0, 4280.0, 4257.0, 4259.0, 4275.0, 4237.0, 4276.0, 4246.0, 4279.0, 4247.0, 4255.0, 4245.0, 4248.0, 4277.0, 4252.0, 4290.0, 4264.0, 4298.0, 4252.0, 4293.0, 4272.0, 4295.0, 4285.0, 4254.0, 4298.0, 4319.0, 4296.0, 4319.0, 4295.0, 4271.0, 4271.0, 4273.0, 4240.0, 4286.0, 4276.0, 4286.0, 4252.0, 4292.0, 4272.0, 4267.0, 4259.0, 4270.0, 4279.0, 4281.0, 4256.0, 4256.0, 4247.0, 4267.0, 4249.0, 4280.0, 4276.0, 4257.0, 4236.0, 4270.0, 4270.0, 4283.0, 4277.0, 4255.0, 4264.0, 4232.0, 4263.0, 4260.0, 4230.0, 4249.0, 4229.0, 4247.0, 4208.0, 4237.0, 4208.0, 4230.0, 4208.0, 4233.0, 4249.0, 4232.0, 4261.0, 4233.0, 4263.0, 4235.0, 4265.0, 4250.0, 4271.0, 4261.0, 4270.0, 4252.0, 4260.0, 4252.0, 4281.0, 4251.0, 4261.0, 4240.0, 4296.0, 4281.0, 4272.0, 4292.0, 4271.0, 4271.0, 4261.0, 4275.0, 4291.0, 4283.0, 4293.0, 4273.0, 4293.0, 4269.0, 4283.0, 4303.0, 4296.0, 4291.0, 4272.0, 4257.0, 4248.0, 4256.0, 4248.0, 4269.0, 4258.0, 4283.0, 4291.0, 4260.0, 4267.0, 4262.0, 4280.0, 4269.0, 4279.0, 4270.0, 4267.0, 4248.0, 4278.0, 4247.0, 4280.0, 4268.0, 4271.0, 4238.0, 4271.0, 4277.0, 4281.0, 4299.0, 4279.0, 4287.0, 4260.0, 4279.0, 4271.0, 4278.0, 4270.0, 4281.0, 4257.0, 4266.0, 4238.0, 4267.0, 4245.0, 4279.0, 4268.0, 4266.0, 4235.0, 4266.0, 4277.0, 4266.0, 4274.0, 4265.0, 4274.0, 4254.0, 4263.0, 4225.0, 4265.0, 4225.0, 4260.0, 4268.0, 4247.0, 4258.0, 4250.0, 4277.0, 4249.0, 4279.0, 4260.0, 4270.0, 4257.0, 4269.0, 4287.0, 4269.0, 4277.0, 4260.0, 4276.0, 4237.0, 4280.0, 4249.0, 4273.0, 4262.0, 4281.0, 4251.0, 4282.0, 4253.0, 4283.0, 4273.0, 4293.0, 4265.0, 4305.0, 4301.0, 4280.0, 4279.0, 4268.0, 4279.0, 4236.0, 4279.0, 4276.0, 4259.0, 4266.0, 4247.0, 4275.0, 4258.0, 4276.0, 4256.0, 4266.0, 4244.0, 4265.0, 4233.0, 4267.0, 4287.0, 4266.0, 4274.0, 4239.0, 4277.0, 4247.0, 4266.0, 4249.0, 4276.0, 4237.0, 4279.0, 4289.0, 4270.0, 4277.0, 4267.0, 4275.0, 4235.0, 4280.0, 4274.0, 4269.0, 4274.0, 4246.0, 4266.0, 4232.0, 4246.0, 4266.0, 4237.0, 4256.0, 4235.0, 4264.0, 4225.0, 4268.0, 4277.0, 4257.0, 4267.0, 4236.0, 4245.0, 4274.0, 4235.0, 4264.0, 4236.0, 4254.0, 4235.0, 4260.0, 4276.0, 4270.0, 4277.0, 4270.0, 4276.0, 4239.0, 4280.0, 4278.0, 4260.0, 4275.0, 4256.0, 4266.0, 4226.0, 4267.0, 4265.0, 4248.0, 4277.0, 4261.0, 4268.0, 4248.0, 4279.0, 4261.0, 4282.0, 4265.0, 4280.0, 4251.0, 4292.0, 4271.0, 4281.0, 4260.0, 4292.0, 4289.0, 4278.0, 4292.0, 4264.0, 4255.0, 4264.0, 4233.0, 4273.0, 4224.0, 4266.0, 4234.0, 4242.0, 4243.0, 4247.0, 4263.0, 4236.0, 4278.0, 4257.0, 4265.0, 4237.0, 4267.0, 4273.0, 4257.0, 4274.0, 4256.0, 4264.0, 4225.0, 4266.0, 4232.0, 4255.0, 4276.0, 4255.0, 4265.0, 4237.0, 4276.0, 4235.0, 4276.0, 4257.0, 4265.0, 4226.0, 4271.0, 4299.0, 4260.0, 4277.0, 4255.0, 4264.0, 4235.0, 4267.0, 4235.0, 4258.0, 4257.0, 4258.0, 4237.0, 4281.0, 4288.0, 4270.0, 4289.0, 4282.0, 4280.0, 4262.0, 4294.0, 4270.0, 4291.0, 4260.0, 4278.0, 4261.0, 4289.0, 4285.0, 4296.0, 4285.0, 4301.0, 4274.0, 4302.0, 4282.0, 4302.0, 4281.0, 4299.0, 4266.0, 4287.0, 4265.0, 4254.0, 4264.0, 4234.0, 4212.0, 4234.0, 4236.0, 4277.0, 4262.0, 4280.0, 4262.0, 4291.0, 4262.0, 4270.0, 4281.0, 4250.0, 4296.0, 4268.0, 4255.0, 4264.0, 4230.0, 4231.0, 4228.0, 4230.0, 4238.0, 4220.0, 4240.0, 4232.0, 4248.0, 4220.0, 4251.0, 4233.0, 4243.0, 4239.0, 4245.0, 4238.0, 4258.0, 4237.0, 4251.0, 4279.0, 4262.0, 4292.0, 4262.0, 4270.0, 4265.0, 4294.0, 4267.0, 4298.0, 4264.0, 4300.0, 4257.0, 4286.0, 4276.0, 4272.0, 4275.0, 4284.0, 4260.0, 4253.0, 4286.0, 4319.0, 4300.0, 4277.0, 4279.0, 4250.0, 4293.0, 4269.0, 4330.0, 4288.0, 4226.0, 4297.0, 4256.0, 4272.0, 4258.0, 4281.0, 4264.0, 4273.0, 4275.0, 4265.0, 4296.0, 4275.0, 4263.0, 4285.0, 4253.0, 4285.0, 4271.0, 4271.0, 4249.0, 4275.0, 4271.0, 4297.0, 4262.0, 4249.0, 4241.0, 4250.0, 4254.0, 4231.0, 4234.0, 4223.0, 4259.0, 4266.0, 4249.0, 4278.0, 4259.0, 4264.0, 4236.0, 4224.0, 4239.0, 4258.0, 4276.0, 4296.0, 4286.0, 4254.0, 4286.0, 4265.0, 4286.0, 4295.0, 4274.0, 4282.0, 4255.0, 4295.0, 4275.0, 4276.0, 4292.0, 4274.0, 4293.0, 4273.0, 4281.0, 4249.0, 4273.0, 4282.0, 4275.0, 4282.0, 4271.0, 4290.0, 4239.0, 4280.0, 4247.0, 4270.0, 4277.0, 4282.0, 4290.0, 4226.0, 4267.0, 4229.0, 4215.0, 4250.0, 4252.0, 4306.0, 4277.0, 4295.0, 4289.0, 4315.0, 4286.0, 4282.0, 4283.0, 4304.0, 4281.0, 4280.0, 4242.0, 4281.0, 4260.0, 4273.0, 4290.0, 4257.0, 4255.0, 4224.0, 4244.0, 4226.0, 4263.0, 4280.0, 4259.0, 4239.0, 4276.0, 4290.0, 4251.0, 4281.0, 4265.0, 4285.0, 4283.0, 4264.0, 4254.0, 4276.0, 4303.0, 4274.0, 4303.0, 4262.0, 4283.0, 4264.0, 4282.0, 4250.0, 4294.0, 4301.0, 4270.0, 4258.0, 4261.0, 4299.0, 4272.0, 4291.0, 4272.0, 4283.0, 4264.0, 4291.0, 4275.0, 4320.0, 4287.0, 4326.0, 4276.0, 4253.0, 4276.0, 4265.0, 4296.0, 4277.0, 4320.0, 4318.0, 4297.0, 4292.0, 4272.0, 4270.0, 4246.0, 4257.0, 4285.0, 4255.0, 4275.0, 4244.0, 4274.0, 4231.0, 4253.0, 4231.0, 4233.0, 4270.0, 4221.0, 4271.0, 4233.0, 4272.0, 4235.0, 4273.0, 4236.0, 4276.0, 4246.0, 4276.0, 4246.0, 4285.0, 4237.0, 4277.0, 4236.0, 4277.0, 4247.0, 4276.0, 4248.0, 4278.0, 4247.0, 4268.0, 4276.0, 4258.0, 4236.0, 4257.0, 4277.0, 4258.0, 4288.0, 4258.0, 4267.0, 4249.0, 4289.0, 4249.0, 4291.0, 4259.0, 4271.0, 4251.0, 4281.0, 4252.0, 4283.0, 4274.0, 4283.0, 4264.0, 4294.0, 4264.0, 4306.0, 4282.0, 4294.0, 4291.0, 4292.0, 4300.0, 4281.0, 4301.0, 4270.0, 4301.0, 4258.0, 4289.0, 4256.0, 4267.0, 4275.0, 4255.0, 4276.0, 4254.0, 4255.0, 4246.0, 4248.0, 4286.0, 4248.0, 4269.0, 4261.0, 4270.0, 4264.0, 4273.0, 4266.0, 4298.0, 4294.0, 4285.0, 4313.0, 4298.0, 4304.0, 4272.0, 4292.0, 4270.0, 4281.0, 4297.0, 4269.0, 4290.0, 4258.0, 4267.0, 4246.0, 4268.0, 4296.0, 4268.0, 4288.0, 4245.0, 4266.0, 4242.0, 4247.0, 4284.0, 4233.0, 4265.0, 4233.0, 4255.0, 4271.0, 4245.0, 4274.0, 4236.0, 4276.0, 4235.0, 4266.0, 4237.0, 4267.0, 4266.0, 4268.0, 4297.0, 4259.0, 4288.0, 4247.0, 4287.0, 4248.0, 4288.0, 4247.0, 4278.0, 4245.0, 4280.0, 4295.0, 4258.0, 4276.0, 4267.0, 4286.0, 4246.0, 4276.0, 4245.0, 4278.0, 4275.0, 4256.0, 4276.0, 4236.0, 4276.0, 4244.0, 4278.0, 4264.0, 4257.0, 4275.0, 4235.0, 4265.0, 4245.0, 4258.0, 4245.0, 4247.0, 4296.0, 4248.0, 4277.0, 4250.0, 4281.0, 4260.0, 4294.0, 4278.0, 4294.0, 4277.0, 4297.0, 4278.0, 4305.0, 4286.0, 4304.0, 4318.0, 4299.0, 4294.0, 4266.0, 4305.0, 4277.0, 4292.0, 4273.0, 4293.0, 4251.0, 4282.0, 4279.0, 4272.0, 4279.0, 4259.0, 4267.0, 4258.0, 4268.0, 4278.0, 4268.0, 4315.0, 4309.0, 4315.0, 4267.0, 4207.0, 4258.0, 4233.0, 4242.0, 4247.0, 4263.0, 4224.0, 4234.0, 4201.0, 4251.0, 4205.0, 4167.0, 4184.0, 4187.0, 4202.0, 4183.0, 4188.0, 4169.0, 4203.0, 4162.0, 4204.0, 4161.0, 4175.0, 4172.0, 4173.0, 4202.0, 4172.0, 4190.0, 4173.0, 4183.0, 4176.0, 4197.0, 4190.0, 4211.0, 4191.0, 4211.0, 4207.0, 4212.0, 4206.0, 4215.0, 4207.0, 4247.0, 4231.0, 4249.0, 4230.0, 4263.0, 4234.0, 4251.0, 4223.0, 4252.0, 4222.0, 4253.0, 4238.0, 4222.0, 4238.0, 4231.0, 4260.0, 4217.0, 4250.0, 4227.0, 4217.0, 4246.0, 4230.0, 4247.0, 4193.0, 4236.0, 4206.0, 4223.0, 4191.0, 4211.0, 4207.0, 4227.0, 4204.0, 4236.0, 4194.0, 4215.0, 4204.0, 4215.0, 4193.0, 4205.0, 4233.0, 4204.0, 4246.0, 4204.0, 4228.0, 4206.0, 4216.0, 4223.0, 4216.0, 4243.0, 4214.0, 4213.0, 4204.0, 4214.0, 4215.0, 4246.0, 4228.0, 4255.0, 4227.0, 4256.0, 4216.0, 4245.0, 4204.0, 4224.0, 4200.0, 4212.0, 4209.0, 4202.0, 4231.0, 4202.0, 4232.0, 4202.0, 4221.0, 4191.0, 4213.0, 4214.0, 4216.0, 4193.0, 4204.0, 4242.0, 4214.0, 4242.0, 4214.0, 4243.0, 4216.0, 4255.0, 4227.0, 4236.0, 4207.0, 4255.0, 4206.0, 4245.0, 4205.0, 4235.0, 4214.0, 4222.0, 4192.0, 4223.0, 4203.0, 4234.0, 4203.0, 4233.0, 4203.0, 4223.0, 4193.0, 4224.0, 4204.0, 4233.0, 4202.0, 4234.0, 4213.0, 4233.0, 4190.0, 4233.0, 4191.0, 4222.0, 4231.0, 4212.0, 4189.0, 4220.0, 4190.0, 4222.0, 4220.0, 4233.0, 4201.0, 4232.0, 4191.0, 4232.0, 4210.0, 4220.0, 4178.0, 4220.0, 4178.0, 4212.0, 4219.0, 4200.0, 4177.0, 4200.0, 4218.0, 4214.0, 4240.0, 4212.0, 4239.0, 4201.0, 4231.0, 4212.0, 4230.0, 4190.0, 4219.0, 4188.0, 4208.0, 4176.0, 4210.0], 'WindowWidth': [9529.0, 9517.0, 9488.0, 9485.0, 9468.0, 9405.0, 9437.0, 9456.0, 9426.0, 9471.0, 9459.0, 9460.0, 9431.0, 9459.0, 9425.0, 9466.0, 9444.0, 9487.0, 9439.0, 9436.0, 9417.0, 9443.0, 9475.0, 9456.0, 9488.0, 9467.0, 9477.0, 9419.0, 9437.0, 9460.0, 9467.0, 9487.0, 9456.0, 9447.0, 9430.0, 9435.0, 9438.0, 9507.0, 9477.0, 9494.0, 9454.0, 9492.0, 9468.0, 9504.0, 9505.0, 9468.0, 9451.0, 9413.0, 9465.0, 9444.0, 9459.0, 9461.0, 9431.0, 9455.0, 9403.0, 9452.0, 9422.0, 9419.0, 9438.0, 9430.0, 9437.0, 9400.0, 9429.0, 9435.0, 9422.0, 9458.0, 9430.0, 9421.0, 9418.0, 9445.0, 9416.0, 9461.0, 9475.0, 9430.0, 9436.0, 9404.0, 9444.0, 9415.0, 9453.0, 9436.0, 9414.0, 9396.0, 9421.0, 9456.0, 9424.0, 9472.0, 9436.0, 9422.0, 9408.0, 9446.0, 9480.0, 9447.0, 9482.0, 9472.0, 9465.0, 9431.0, 9470.0, 9450.0, 9470.0, 9475.0, 9438.0, 9473.0, 9422.0, 9461.0, 9427.0, 9458.0, 9429.0, 9443.0, 9413.0, 9430.0, 9415.0, 9434.0, 9472.0, 9447.0, 9445.0, 9433.0, 9451.0, 9403.0, 9457.0, 9417.0, 9449.0, 9440.0, 9411.0, 9441.0, 9415.0, 9459.0, 9433.0, 9463.0, 9424.0, 9423.0, 9383.0, 9421.0, 9464.0, 9430.0, 9459.0, 9425.0, 9420.0, 9393.0, 9424.0, 9433.0, 9415.0, 9440.0, 9441.0, 9435.0, 9395.0, 9425.0, 9409.0, 9436.0, 9478.0, 9444.0, 9423.0, 9399.0, 9445.0, 9413.0, 9434.0, 9472.0, 9436.0, 9442.0, 9408.0, 9453.0, 9420.0, 9473.0, 9479.0, 9440.0, 9471.0, 9424.0, 9445.0, 9418.0, 9466.0, 9449.0, 9454.0, 9455.0, 9418.0, 9460.0, 9418.0, 9468.0, 9429.0, 9434.0, 9449.0, 9403.0, 9453.0, 9416.0, 9461.0, 9416.0, 9425.0, 9410.0, 9420.0, 9458.0, 9432.0, 9480.0, 9452.0, 9503.0, 9433.0, 9485.0, 9459.0, 9494.0, 9478.0, 9438.0, 9503.0, 9536.0, 9499.0, 9539.0, 9497.0, 9453.0, 9452.0, 9459.0, 9405.0, 9486.0, 9471.0, 9482.0, 9429.0, 9483.0, 9456.0, 9441.0, 9435.0, 9450.0, 9463.0, 9469.0, 9426.0, 9428.0, 9418.0, 9444.0, 9425.0, 9467.0, 9455.0, 9432.0, 9401.0, 9452.0, 9452.0, 9473.0, 9459.0, 9424.0, 9435.0, 9383.0, 9430.0, 9417.0, 9379.0, 9402.0, 9374.0, 9398.0, 9346.0, 9385.0, 9347.0, 9378.0, 9347.0, 9387.0, 9402.0, 9387.0, 9423.0, 9389.0, 9428.0, 9397.0, 9435.0, 9426.0, 9455.0, 9441.0, 9452.0, 9436.0, 9439.0, 9432.0, 9469.0, 9427.0, 9441.0, 9413.0, 9495.0, 9471.0, 9458.0, 9486.0, 9455.0, 9456.0, 9440.0, 9466.0, 9485.0, 9478.0, 9491.0, 9461.0, 9489.0, 9450.0, 9475.0, 9501.0, 9502.0, 9487.0, 9459.0, 9429.0, 9418.0, 9427.0, 9420.0, 9450.0, 9435.0, 9475.0, 9483.0, 9442.0, 9446.0, 9445.0, 9466.0, 9453.0, 9467.0, 9453.0, 9446.0, 9422.0, 9463.0, 9420.0, 9469.0, 9449.0, 9455.0, 9409.0, 9456.0, 9460.0, 9472.0, 9495.0, 9467.0, 9475.0, 9441.0, 9465.0, 9454.0, 9462.0, 9454.0, 9468.0, 9431.0, 9442.0, 9407.0, 9443.0, 9414.0, 9464.0, 9448.0, 9442.0, 9400.0, 9445.0, 9456.0, 9442.0, 9451.0, 9438.0, 9452.0, 9423.0, 9433.0, 9386.0, 9439.0, 9389.0, 9439.0, 9448.0, 9421.0, 9433.0, 9428.0, 9462.0, 9426.0, 9468.0, 9443.0, 9455.0, 9434.0, 9453.0, 9474.0, 9453.0, 9463.0, 9441.0, 9458.0, 9409.0, 9468.0, 9427.0, 9462.0, 9451.0, 9472.0, 9436.0, 9476.0, 9441.0, 9479.0, 9468.0, 9493.0, 9455.0, 9513.0, 9503.0, 9470.0, 9466.0, 9450.0, 9465.0, 9402.0, 9467.0, 9455.0, 9435.0, 9440.0, 9421.0, 9455.0, 9434.0, 9459.0, 9429.0, 9443.0, 9411.0, 9441.0, 9396.0, 9448.0, 9472.0, 9443.0, 9451.0, 9412.0, 9460.0, 9421.0, 9445.0, 9426.0, 9457.0, 9409.0, 9467.0, 9478.0, 9454.0, 9460.0, 9445.0, 9456.0, 9402.0, 9467.0, 9453.0, 9450.0, 9452.0, 9413.0, 9441.0, 9389.0, 9415.0, 9441.0, 9405.0, 9427.0, 9400.0, 9439.0, 9387.0, 9449.0, 9461.0, 9432.0, 9446.0, 9400.0, 9414.0, 9449.0, 9400.0, 9438.0, 9401.0, 9422.0, 9403.0, 9439.0, 9458.0, 9456.0, 9462.0, 9453.0, 9458.0, 9412.0, 9470.0, 9462.0, 9439.0, 9456.0, 9429.0, 9441.0, 9388.0, 9444.0, 9440.0, 9423.0, 9459.0, 9443.0, 9449.0, 9425.0, 9467.0, 9446.0, 9475.0, 9455.0, 9470.0, 9434.0, 9491.0, 9461.0, 9473.0, 9442.0, 9490.0, 9484.0, 9462.0, 9490.0, 9437.0, 9427.0, 9435.0, 9394.0, 9449.0, 9382.0, 9440.0, 9394.0, 9405.0, 9407.0, 9417.0, 9435.0, 9405.0, 9464.0, 9433.0, 9439.0, 9404.0, 9446.0, 9447.0, 9431.0, 9453.0, 9427.0, 9433.0, 9386.0, 9442.0, 9391.0, 9427.0, 9456.0, 9426.0, 9439.0, 9405.0, 9454.0, 9402.0, 9460.0, 9432.0, 9441.0, 9388.0, 9459.0, 9497.0, 9441.0, 9462.0, 9428.0, 9439.0, 9402.0, 9443.0, 9403.0, 9435.0, 9432.0, 9437.0, 9408.0, 9473.0, 9479.0, 9458.0, 9482.0, 9472.0, 9467.0, 9450.0, 9494.0, 9451.0, 9481.0, 9439.0, 9459.0, 9442.0, 9478.0, 9485.0, 9499.0, 9482.0, 9500.0, 9468.0, 9501.0, 9472.0, 9501.0, 9468.0, 9494.0, 9444.0, 9470.0, 9438.0, 9420.0, 9433.0, 9394.0, 9360.0, 9393.0, 9400.0, 9456.0, 9448.0, 9465.0, 9446.0, 9482.0, 9446.0, 9451.0, 9468.0, 9425.0, 9501.0, 9450.0, 9420.0, 9432.0, 9375.0, 9378.0, 9371.0, 9379.0, 9385.0, 9366.0, 9392.0, 9387.0, 9402.0, 9368.0, 9410.0, 9390.0, 9403.0, 9408.0, 9411.0, 9405.0, 9432.0, 9406.0, 9430.0, 9465.0, 9446.0, 9483.0, 9445.0, 9455.0, 9452.0, 9489.0, 9460.0, 9502.0, 9443.0, 9501.0, 9444.0, 9477.0, 9466.0, 9452.0, 9457.0, 9470.0, 9435.0, 9411.0, 9479.0, 9535.0, 9509.0, 9470.0, 9462.0, 9424.0, 9488.0, 9445.0, 9552.0, 9485.0, 9375.0, 9489.0, 9433.0, 9448.0, 9442.0, 9460.0, 9442.0, 9453.0, 9460.0, 9447.0, 9492.0, 9458.0, 9438.0, 9475.0, 9426.0, 9477.0, 9449.0, 9446.0, 9412.0, 9461.0, 9468.0, 9494.0, 9435.0, 9398.0, 9389.0, 9403.0, 9415.0, 9375.0, 9386.0, 9371.0, 9430.0, 9433.0, 9416.0, 9456.0, 9430.0, 9430.0, 9395.0, 9376.0, 9403.0, 9429.0, 9466.0, 9492.0, 9482.0, 9437.0, 9480.0, 9452.0, 9483.0, 9492.0, 9460.0, 9468.0, 9436.0, 9492.0, 9462.0, 9468.0, 9484.0, 9460.0, 9485.0, 9456.0, 9467.0, 9420.0, 9457.0, 9468.0, 9465.0, 9470.0, 9452.0, 9476.0, 9406.0, 9462.0, 9412.0, 9448.0, 9453.0, 9469.0, 9475.0, 9377.0, 9436.0, 9389.0, 9366.0, 9421.0, 9429.0, 9509.0, 9472.0, 9492.0, 9492.0, 9522.0, 9482.0, 9469.0, 9473.0, 9505.0, 9465.0, 9461.0, 9413.0, 9466.0, 9434.0, 9457.0, 9480.0, 9427.0, 9417.0, 9376.0, 9402.0, 9383.0, 9444.0, 9461.0, 9435.0, 9406.0, 9470.0, 9477.0, 9425.0, 9464.0, 9453.0, 9478.0, 9474.0, 9450.0, 9437.0, 9471.0, 9501.0, 9464.0, 9501.0, 9445.0, 9472.0, 9450.0, 9470.0, 9426.0, 9492.0, 9497.0, 9452.0, 9430.0, 9441.0, 9489.0, 9460.0, 9483.0, 9459.0, 9473.0, 9449.0, 9483.0, 9470.0, 9539.0, 9486.0, 9540.0, 9472.0, 9434.0, 9471.0, 9453.0, 9495.0, 9473.0, 9540.0, 9534.0, 9498.0, 9487.0, 9455.0, 9452.0, 9411.0, 9429.0, 9466.0, 9423.0, 9454.0, 9407.0, 9448.0, 9383.0, 9417.0, 9381.0, 9389.0, 9437.0, 9371.0, 9438.0, 9390.0, 9442.0, 9397.0, 9444.0, 9399.0, 9455.0, 9415.0, 9452.0, 9414.0, 9464.0, 9403.0, 9456.0, 9401.0, 9458.0, 9417.0, 9454.0, 9419.0, 9460.0, 9414.0, 9447.0, 9455.0, 9432.0, 9401.0, 9432.0, 9455.0, 9433.0, 9475.0, 9434.0, 9444.0, 9424.0, 9478.0, 9425.0, 9483.0, 9437.0, 9457.0, 9430.0, 9472.0, 9434.0, 9478.0, 9466.0, 9477.0, 9454.0, 9493.0, 9454.0, 9512.0, 9474.0, 9491.0, 9484.0, 9488.0, 9494.0, 9470.0, 9500.0, 9454.0, 9497.0, 9433.0, 9476.0, 9426.0, 9444.0, 9451.0, 9424.0, 9455.0, 9420.0, 9424.0, 9412.0, 9419.0, 9466.0, 9421.0, 9450.0, 9445.0, 9456.0, 9453.0, 9464.0, 9459.0, 9504.0, 9493.0, 9484.0, 9516.0, 9505.0, 9509.0, 9459.0, 9489.0, 9453.0, 9470.0, 9487.0, 9450.0, 9482.0, 9434.0, 9444.0, 9413.0, 9448.0, 9481.0, 9447.0, 9475.0, 9411.0, 9441.0, 9402.0, 9413.0, 9463.0, 9392.0, 9438.0, 9390.0, 9423.0, 9440.0, 9409.0, 9448.0, 9400.0, 9454.0, 9400.0, 9441.0, 9404.0, 9446.0, 9443.0, 9450.0, 9486.0, 9438.0, 9474.0, 9420.0, 9472.0, 9420.0, 9477.0, 9418.0, 9461.0, 9413.0, 9464.0, 9480.0, 9432.0, 9456.0, 9444.0, 9469.0, 9414.0, 9457.0, 9414.0, 9460.0, 9452.0, 9429.0, 9454.0, 9399.0, 9454.0, 9409.0, 9458.0, 9435.0, 9429.0, 9450.0, 9398.0, 9440.0, 9413.0, 9433.0, 9412.0, 9419.0, 9482.0, 9421.0, 9460.0, 9427.0, 9470.0, 9442.0, 9493.0, 9481.0, 9496.0, 9477.0, 9504.0, 9477.0, 9513.0, 9488.0, 9503.0, 9532.0, 9507.0, 9491.0, 9457.0, 9506.0, 9472.0, 9486.0, 9461.0, 9489.0, 9424.0, 9471.0, 9461.0, 9458.0, 9460.0, 9435.0, 9439.0, 9430.0, 9447.0, 9463.0, 9445.0, 9527.0, 9525.0, 9524.0, 9441.0, 9345.0, 9415.0, 9389.0, 9400.0, 9415.0, 9430.0, 9377.0, 9389.0, 9327.0, 9408.0, 9332.0, 9262.0, 9284.0, 9295.0, 9306.0, 9283.0, 9286.0, 9257.0, 9312.0, 9251.0, 9314.0, 9251.0, 9277.0, 9267.0, 9273.0, 9307.0, 9268.0, 9288.0, 9271.0, 9284.0, 9281.0, 9310.0, 9310.0, 9337.0, 9309.0, 9337.0, 9343.0, 9343.0, 9341.0, 9350.0, 9344.0, 9400.0, 9385.0, 9403.0, 9381.0, 9429.0, 9390.0, 9408.0, 9375.0, 9412.0, 9372.0, 9416.0, 9386.0, 9370.0, 9384.0, 9380.0, 9422.0, 9357.0, 9407.0, 9368.0, 9355.0, 9397.0, 9379.0, 9397.0, 9315.0, 9381.0, 9339.0, 9361.0, 9313.0, 9342.0, 9344.0, 9370.0, 9334.0, 9380.0, 9323.0, 9351.0, 9336.0, 9352.0, 9318.0, 9338.0, 9374.0, 9333.0, 9396.0, 9338.0, 9374.0, 9343.0, 9356.0, 9358.0, 9355.0, 9385.0, 9348.0, 9347.0, 9338.0, 9349.0, 9356.0, 9396.0, 9377.0, 9409.0, 9373.0, 9410.0, 9356.0, 9397.0, 9337.0, 9362.0, 9324.0, 9343.0, 9334.0, 9331.0, 9366.0, 9329.0, 9369.0, 9330.0, 9355.0, 9314.0, 9347.0, 9350.0, 9360.0, 9322.0, 9338.0, 9383.0, 9351.0, 9386.0, 9352.0, 9387.0, 9356.0, 9406.0, 9374.0, 9385.0, 9347.0, 9405.0, 9343.0, 9393.0, 9343.0, 9381.0, 9351.0, 9359.0, 9318.0, 9362.0, 9335.0, 9377.0, 9334.0, 9374.0, 9334.0, 9361.0, 9323.0, 9364.0, 9338.0, 9376.0, 9332.0, 9380.0, 9348.0, 9373.0, 9314.0, 9373.0, 9314.0, 9360.0, 9366.0, 9342.0, 9308.0, 9352.0, 9311.0, 9358.0, 9352.0, 9375.0, 9328.0, 9370.0, 9313.0, 9371.0, 9340.0, 9353.0, 9293.0, 9352.0, 9292.0, 9343.0, 9348.0, 9324.0, 9291.0, 9325.0, 9348.0, 9351.0, 9380.0, 9343.0, 9378.0, 9327.0, 9367.0, 9346.0, 9366.0, 9311.0, 9348.0, 9306.0, 9333.0, 9285.0, 9335.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.004715826839826839</td></tr>
<tr><td colspan=3>aqi</td><td>0.06710791913419913</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.57693876455811</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3367155186655097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.03586215337955</td></tr>
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
<tr><td colspan=3>fber</td><td>5853.918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1595151840545154</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>207</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.92207792207792</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4434542003188766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3387554896942695</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5999553016485986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.391651809613761</td></tr>
<tr><td colspan=3>gcor</td><td>0.0275289</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008158466778695583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02494923584163189</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.187929583755558</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.9579</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8401</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.6791</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298183.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.3589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6689</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.2104</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3454.6841</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.5917</td></tr>
<tr><td colspan=3>tsnr</td><td>26.65475519024767</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>