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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0128_suffix-bold_task-alignvideo" 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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-03_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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-03_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-0128/ses-02/func/sub-0128_ses-02_task-alignvideo_acq-mb8_run-03_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>8625cffbac0241b3b44f99088302115f</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>18:28:58.870000</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.99935, -0.00892469, 0.0349279, 0.00418602, 0.991045, 0.13346]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_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.0852086</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7818, -7219, 427, -199, 70, 194, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62877bfe-cc24-4b98-bb46-70a4deff69ff||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.681182861328125, 0.011230777949094772, 0.09667690843343735, 107.25578308105469], [0.023944290354847908, 2.658902406692505, 0.35971248149871826, -121.2751235961914], [0.09370911121368408, -0.35806289315223694, 2.6741840839385986, -58.13999557495117], [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, 1158]</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, 1157, 1158], 'AcquisitionTime': ['182858.870000', '182859.330000', '182859.790000', '182900.250000', '182900.710000', '182901.170000', '182901.630000', '182902.090000', '182902.550000', '182903.010000', '182903.470000', '182903.930000', '182904.390000', '182904.850000', '182905.310000', '182905.770000', '182906.230000', '182906.690000', '182907.150000', '182907.610000', '182908.070000', '182908.530000', '182908.990000', '182909.450000', '182909.910000', '182910.370000', '182910.830000', '182911.290000', '182911.750000', '182912.210000', '182912.670000', '182913.130000', '182913.590000', '182914.050000', '182914.510000', '182914.970000', '182915.430000', '182915.890000', '182916.350000', '182916.810000', '182917.270000', '182917.730000', '182918.190000', '182918.650000', '182919.110000', '182919.570000', '182920.030000', '182920.490000', '182920.950000', '182921.410000', '182921.870000', '182922.330000', '182922.790000', '182923.250000', '182923.710000', '182924.170000', '182924.630000', '182925.090000', '182925.550000', '182926.010000', '182926.470000', '182926.930000', '182927.390000', '182927.850000', '182928.310000', '182928.770000', '182929.230000', '182929.690000', '182930.150000', '182930.610000', '182931.070000', '182931.530000', '182931.990000', '182932.450000', '182932.910000', '182933.370000', '182933.830000', '182934.290000', '182934.750000', '182935.210000', '182935.670000', '182936.130000', '182936.590000', '182937.050000', '182937.510000', '182937.970000', '182938.430000', '182938.890000', '182939.350000', '182939.810000', '182940.270000', '182940.730000', '182941.190000', '182941.650000', '182942.110000', '182942.570000', '182943.030000', '182943.490000', '182943.950000', '182944.410000', '182944.870000', '182945.330000', '182945.790000', '182946.250000', '182946.710000', '182947.170000', '182947.630000', '182948.090000', '182948.550000', '182949.010000', '182949.470000', '182949.930000', '182950.390000', '182950.850000', '182951.310000', '182951.770000', '182952.230000', '182952.690000', '182953.150000', '182953.610000', '182954.070000', '182954.530000', '182954.990000', '182955.450000', '182955.910000', '182956.370000', '182956.830000', '182957.290000', '182957.750000', '182958.210000', '182958.670000', '182959.130000', '182959.590000', '183000.050000', '183000.510000', '183000.970000', '183001.430000', '183001.890000', '183002.350000', '183002.810000', '183003.270000', '183003.730000', '183004.190000', '183004.650000', '183005.110000', '183005.570000', '183006.030000', '183006.490000', '183006.950000', '183007.410000', '183007.870000', '183008.330000', '183008.790000', '183009.250000', '183009.710000', '183010.170000', '183010.630000', '183011.090000', '183011.550000', '183012.010000', '183012.470000', '183012.930000', '183013.390000', '183013.850000', '183014.310000', '183014.770000', '183015.230000', '183015.690000', '183016.150000', '183016.610000', '183017.070000', '183017.530000', '183017.990000', '183018.450000', '183018.910000', '183019.370000', '183019.830000', '183020.290000', '183020.750000', '183021.210000', '183021.670000', '183022.130000', '183022.590000', '183023.050000', '183023.510000', '183023.970000', '183024.430000', '183024.890000', '183025.350000', '183025.810000', '183026.270000', '183026.730000', '183027.190000', '183027.650000', '183028.110000', '183028.570000', '183029.030000', '183029.490000', '183029.950000', '183030.410000', '183030.870000', '183031.330000', '183031.790000', '183032.250000', '183032.710000', '183033.170000', '183033.630000', '183034.090000', '183034.550000', '183035.010000', '183035.470000', '183035.930000', '183036.390000', '183036.850000', '183037.310000', '183037.770000', '183038.230000', '183038.690000', '183039.150000', '183039.610000', '183040.070000', '183040.530000', '183040.990000', '183041.450000', '183041.910000', '183042.370000', '183042.830000', '183043.290000', '183043.750000', '183044.210000', '183044.670000', '183045.130000', '183045.590000', '183046.050000', '183046.510000', '183046.970000', '183047.430000', '183047.890000', '183048.350000', '183048.810000', '183049.270000', '183049.730000', '183050.190000', '183050.650000', '183051.110000', '183051.570000', '183052.030000', '183052.490000', '183052.950000', '183053.410000', '183053.870000', '183054.330000', '183054.790000', '183055.250000', '183055.710000', '183056.170000', '183056.630000', '183057.090000', '183057.550000', '183058.010000', '183058.470000', '183058.930000', '183059.390000', '183059.850000', '183100.310000', '183100.770000', '183101.230000', '183101.690000', '183102.150000', '183102.610000', '183103.070000', '183103.530000', '183103.990000', '183104.450000', '183104.910000', '183105.370000', '183105.830000', '183106.290000', '183106.750000', '183107.210000', '183107.670000', '183108.130000', '183108.590000', '183109.050000', '183109.510000', '183109.970000', '183110.430000', '183110.890000', '183111.350000', '183111.810000', '183112.270000', '183112.730000', '183113.190000', '183113.650000', '183114.110000', '183114.570000', '183115.030000', '183115.490000', '183115.950000', '183116.410000', '183116.870000', '183117.330000', '183117.790000', '183118.250000', '183118.710000', '183119.170000', '183119.630000', '183120.090000', '183120.550000', '183121.010000', '183121.470000', '183121.930000', '183122.390000', '183122.850000', '183123.310000', '183123.770000', '183124.230000', '183124.690000', '183125.150000', '183125.610000', '183126.070000', '183126.530000', '183126.990000', '183127.450000', '183127.910000', '183128.370000', '183128.830000', '183129.290000', '183129.750000', '183130.210000', '183130.670000', '183131.130000', '183131.590000', '183132.050000', '183132.510000', '183132.970000', '183133.430000', '183133.890000', '183134.350000', '183134.810000', '183135.270000', '183135.730000', '183136.190000', '183136.650000', '183137.110000', '183137.570000', '183138.030000', '183138.490000', '183138.950000', '183139.410000', '183139.870000', '183140.330000', '183140.790000', '183141.250000', '183141.710000', '183142.170000', '183142.630000', '183143.090000', '183143.550000', '183144.010000', '183144.470000', '183144.930000', '183145.390000', '183145.850000', '183146.310000', '183146.770000', '183147.230000', '183147.690000', '183148.150000', '183148.610000', '183149.070000', '183149.530000', '183149.990000', '183150.450000', '183150.910000', '183151.370000', '183151.830000', '183152.290000', '183152.750000', '183153.210000', '183153.670000', '183154.130000', '183154.590000', '183155.050000', '183155.510000', '183155.970000', '183156.430000', '183156.890000', '183157.350000', '183157.810000', '183158.270000', '183158.730000', '183159.190000', '183159.650000', '183200.110000', '183200.570000', '183201.030000', '183201.490000', '183201.950000', '183202.410000', '183202.870000', '183203.330000', '183203.790000', '183204.250000', '183204.710000', '183205.170000', '183205.630000', '183206.090000', '183206.550000', '183207.010000', '183207.470000', '183207.930000', '183208.390000', '183208.850000', '183209.310000', '183209.770000', '183210.230000', '183210.690000', '183211.150000', '183211.610000', '183212.070000', '183212.530000', '183212.990000', '183213.450000', '183213.910000', '183214.370000', '183214.830000', '183215.290000', '183215.750000', '183216.210000', '183216.670000', '183217.130000', '183217.590000', '183218.050000', '183218.510000', '183218.970000', '183219.430000', '183219.890000', '183220.350000', '183220.810000', '183221.270000', '183221.730000', '183222.190000', '183222.650000', '183223.110000', '183223.570000', '183224.030000', '183224.490000', '183224.950000', '183225.410000', '183225.870000', '183226.330000', '183226.790000', '183227.250000', '183227.710000', '183228.170000', '183228.630000', '183229.090000', '183229.550000', '183230.010000', '183230.470000', '183230.930000', '183231.390000', '183231.850000', '183232.310000', '183232.770000', '183233.230000', '183233.690000', '183234.150000', '183234.610000', '183235.070000', '183235.530000', '183235.990000', '183236.450000', '183236.910000', '183237.370000', '183237.830000', '183238.290000', '183238.750000', '183239.210000', '183239.670000', '183240.130000', '183240.590000', '183241.050000', '183241.510000', '183241.970000', '183242.430000', '183242.890000', '183243.350000', '183243.810000', '183244.270000', '183244.730000', '183245.190000', '183245.650000', '183246.110000', '183246.570000', '183247.030000', '183247.490000', '183247.950000', '183248.410000', '183248.870000', '183249.330000', '183249.790000', '183250.250000', '183250.710000', '183251.170000', '183251.630000', '183252.090000', '183252.550000', '183253.010000', '183253.470000', '183253.930000', '183254.390000', '183254.850000', '183255.310000', '183255.770000', '183256.230000', '183256.690000', '183257.150000', '183257.610000', '183258.070000', '183258.530000', '183258.990000', '183259.450000', '183259.910000', '183300.370000', '183300.830000', '183301.290000', '183301.750000', '183302.210000', '183302.670000', '183303.130000', '183303.590000', '183304.050000', '183304.510000', '183304.970000', '183305.430000', '183305.890000', '183306.350000', '183306.810000', '183307.270000', '183307.730000', '183308.190000', '183308.650000', '183309.110000', '183309.570000', '183310.030000', '183310.490000', '183310.950000', '183311.410000', '183311.870000', '183312.330000', '183312.790000', '183313.250000', '183313.710000', '183314.170000', '183314.630000', '183315.090000', '183315.550000', '183316.010000', '183316.470000', '183316.930000', '183317.390000', '183317.850000', '183318.310000', '183318.770000', '183319.230000', '183319.690000', '183320.150000', '183320.610000', '183321.070000', '183321.530000', '183321.990000', '183322.450000', '183322.910000', '183323.370000', '183323.830000', '183324.290000', '183324.750000', '183325.210000', '183325.670000', '183326.130000', '183326.590000', '183327.050000', '183327.510000', '183327.970000', '183328.430000', '183328.890000', '183329.350000', '183329.810000', '183330.270000', '183330.730000', '183331.190000', '183331.650000', '183332.110000', '183332.570000', '183333.030000', '183333.490000', '183333.950000', '183334.410000', '183334.870000', '183335.330000', '183335.790000', '183336.250000', '183336.710000', '183337.170000', '183337.630000', '183338.090000', '183338.550000', '183339.010000', '183339.470000', '183339.930000', '183340.390000', '183340.850000', '183341.310000', '183341.770000', '183342.230000', '183342.690000', '183343.150000', '183343.610000', '183344.070000', '183344.530000', '183344.990000', '183345.450000', '183345.910000', '183346.370000', '183346.830000', '183347.290000', '183347.750000', '183348.210000', '183348.670000', '183349.130000', '183349.590000', '183350.050000', '183350.510000', '183350.970000', '183351.430000', '183351.890000', '183352.350000', '183352.810000', '183353.270000', '183353.730000', '183354.190000', '183354.650000', '183355.110000', '183355.570000', '183356.030000', '183356.490000', '183356.950000', '183357.410000', '183357.870000', '183358.330000', '183358.790000', '183359.250000', '183359.710000', '183400.170000', '183400.630000', '183401.090000', '183401.550000', '183402.010000', '183402.470000', '183402.930000', '183403.390000', '183403.850000', '183404.310000', '183404.770000', '183405.230000', '183405.690000', '183406.150000', '183406.610000', '183407.070000', '183407.530000', '183407.990000', '183408.450000', '183408.910000', '183409.370000', '183409.830000', '183410.290000', '183410.750000', '183411.210000', '183411.670000', '183412.130000', '183412.590000', '183413.050000', '183413.510000', '183413.970000', '183414.430000', '183414.890000', '183415.350000', '183415.810000', '183416.270000', '183416.730000', '183417.190000', '183417.650000', '183418.110000', '183418.570000', '183419.030000', '183419.490000', '183419.950000', '183420.410000', '183420.870000', '183421.330000', '183421.790000', '183422.250000', '183422.710000', '183423.170000', '183423.630000', '183424.090000', '183424.550000', '183425.010000', '183425.470000', '183425.930000', '183426.390000', '183426.850000', '183427.310000', '183427.770000', '183428.230000', '183428.690000', '183429.150000', '183429.610000', '183430.070000', '183430.530000', '183430.990000', '183431.450000', '183431.910000', '183432.370000', '183432.830000', '183433.290000', '183433.750000', '183434.210000', '183434.670000', '183435.130000', '183435.590000', '183436.050000', '183436.510000', '183436.970000', '183437.430000', '183437.890000', '183438.350000', '183438.810000', '183439.270000', '183439.730000', '183440.190000', '183440.650000', '183441.110000', '183441.570000', '183442.030000', '183442.490000', '183442.950000', '183443.410000', '183443.870000', '183444.330000', '183444.790000', '183445.250000', '183445.710000', '183446.170000', '183446.630000', '183447.090000', '183447.550000', '183448.010000', '183448.470000', '183448.930000', '183449.390000', '183449.850000', '183450.310000', '183450.770000', '183451.230000', '183451.690000', '183452.150000', '183452.610000', '183453.070000', '183453.530000', '183453.990000', '183454.450000', '183454.910000', '183455.370000', '183455.830000', '183456.290000', '183456.750000', '183457.210000', '183457.670000', '183458.130000', '183458.590000', '183459.050000', '183459.510000', '183459.970000', '183500.430000', '183500.890000', '183501.350000', '183501.810000', '183502.270000', '183502.730000', '183503.190000', '183503.650000', '183504.110000', '183504.570000', '183505.030000', '183505.490000', '183505.950000', '183506.410000', '183506.870000', '183507.330000', '183507.790000', '183508.250000', '183508.710000', '183509.170000', '183509.630000', '183510.090000', '183510.550000', '183511.010000', '183511.470000', '183511.930000', '183512.390000', '183512.850000', '183513.310000', '183513.770000', '183514.230000', '183514.690000', '183515.150000', '183515.610000', '183516.070000', '183516.530000', '183516.990000', '183517.450000', '183517.910000', '183518.370000', '183518.830000', '183519.290000', '183519.750000', '183520.210000', '183520.670000', '183521.130000', '183521.590000', '183522.050000', '183522.510000', '183522.970000', '183523.430000', '183523.890000', '183524.350000', '183524.810000', '183525.270000', '183525.730000', '183526.190000', '183526.650000', '183527.110000', '183527.570000', '183528.030000', '183528.490000', '183528.950000', '183529.410000', '183529.870000', '183530.330000', '183530.790000', '183531.250000', '183531.710000', '183532.170000', '183532.630000', '183533.090000', '183533.550000', '183534.010000', '183534.470000', '183534.930000', '183535.390000', '183535.850000', '183536.310000', '183536.770000', '183537.230000', '183537.690000', '183538.150000', '183538.610000', '183539.070000', '183539.530000', '183539.990000', '183540.450000', '183540.910000', '183541.370000', '183541.830000', '183542.290000', '183542.750000', '183543.210000', '183543.670000', '183544.130000', '183544.590000', '183545.050000', '183545.510000', '183545.970000', '183546.430000', '183546.890000', '183547.350000', '183547.810000', '183548.270000', '183548.730000', '183549.190000', '183549.650000', '183550.110000', '183550.570000', '183551.030000', '183551.490000', '183551.950000', '183552.410000', '183552.870000', '183553.330000', '183553.790000', '183554.250000', '183554.710000', '183555.170000', '183555.630000', '183556.090000', '183556.550000', '183557.010000', '183557.470000', '183557.930000', '183558.390000', '183558.850000', '183559.310000', '183559.770000', '183600.230000', '183600.690000', '183601.150000', '183601.610000', '183602.070000', '183602.530000', '183602.990000', '183603.450000', '183603.910000', '183604.370000', '183604.830000', '183605.290000', '183605.750000', '183606.210000', '183606.670000', '183607.130000', '183607.590000', '183608.050000', '183608.510000', '183608.970000', '183609.430000', '183609.890000', '183610.350000', '183610.810000', '183611.270000', '183611.730000', '183612.190000', '183612.650000', '183613.110000', '183613.570000', '183614.030000', '183614.490000', '183614.950000', '183615.410000', '183615.870000', '183616.330000', '183616.790000', '183617.250000', '183617.710000', '183618.170000', '183618.630000', '183619.090000', '183619.550000', '183620.010000', '183620.470000', '183620.930000', '183621.390000', '183621.850000', '183622.310000', '183622.770000', '183623.230000', '183623.690000', '183624.150000', '183624.610000', '183625.070000', '183625.530000', '183625.990000', '183626.450000', '183626.910000', '183627.370000', '183627.830000', '183628.290000', '183628.750000', '183629.210000', '183629.670000', '183630.130000', '183630.590000', '183631.050000', '183631.510000', '183631.970000', '183632.430000', '183632.890000', '183633.350000', '183633.810000', '183634.270000', '183634.730000', '183635.190000', '183635.650000', '183636.110000', '183636.570000', '183637.030000', '183637.490000', '183637.950000', '183638.410000', '183638.870000', '183639.330000', '183639.790000', '183640.250000', '183640.710000', '183641.170000', '183641.630000', '183642.090000', '183642.550000', '183643.010000', '183643.470000', '183643.930000', '183644.390000', '183644.850000', '183645.310000', '183645.770000', '183646.230000', '183646.690000', '183647.150000', '183647.610000', '183648.070000', '183648.530000', '183648.990000', '183649.450000', '183649.910000', '183650.370000', '183650.830000', '183651.290000', '183651.750000', '183652.210000', '183652.670000', '183653.130000', '183653.590000', '183654.050000', '183654.510000', '183654.970000', '183655.430000', '183655.890000', '183656.350000', '183656.810000', '183657.270000', '183657.730000', '183658.190000', '183658.650000', '183659.110000', '183659.570000', '183700.030000', '183700.490000', '183700.950000', '183701.410000', '183701.870000', '183702.330000', '183702.790000', '183703.250000', '183703.710000', '183704.170000', '183704.630000', '183705.090000', '183705.550000', '183706.010000', '183706.470000', '183706.930000', '183707.390000', '183707.850000', '183708.310000', '183708.770000', '183709.230000', '183709.690000', '183710.150000', '183710.610000', '183711.070000', '183711.530000', '183711.990000', '183712.450000', '183712.910000', '183713.370000', '183713.830000', '183714.290000', '183714.750000', '183715.210000', '183715.670000', '183716.130000', '183716.590000', '183717.050000', '183717.510000', '183717.970000', '183718.430000', '183718.890000', '183719.350000', '183719.810000', '183720.270000', '183720.730000', '183721.190000', '183721.650000', '183722.110000', '183722.570000', '183723.030000', '183723.490000', '183723.950000', '183724.410000', '183724.870000', '183725.330000', '183725.790000', '183726.250000', '183726.710000', '183727.170000', '183727.630000', '183728.090000', '183728.550000', '183729.010000', '183729.470000', '183729.930000', '183730.390000', '183730.850000', '183731.310000', '183731.770000', '183732.230000', '183732.690000', '183733.150000', '183733.610000', '183734.070000', '183734.530000', '183734.990000', '183735.450000', '183735.910000', '183736.370000', '183736.830000', '183737.290000', '183737.750000', '183738.210000', '183738.670000', '183739.130000', '183739.590000', '183740.050000', '183740.510000', '183740.970000', '183741.430000', '183741.890000', '183742.350000', '183742.810000', '183743.270000', '183743.730000', '183744.190000', '183744.650000', '183745.110000', '183745.570000', '183746.030000', '183746.490000', '183746.950000', '183747.410000', '183747.870000', '183748.330000', '183748.790000', '183749.250000', '183749.710000', '183750.170000', '183750.630000', '183751.090000'], 'ContentTime': ['182925.599000', '182925.602000', '182925.605000', '182925.608000', '182925.611000', '182925.614000', '182925.616000', '182925.619000', '182925.621000', '182925.624000', '182925.626000', '182925.629000', '182925.632000', '182925.634000', '182925.637000', '182925.640000', '182925.642000', '182925.645000', '182925.647000', '182925.650000', '182925.652000', '182925.661000', '182925.664000', '182925.666000', '182925.669000', '182925.671000', '182925.674000', '182925.677000', '182925.679000', '182925.682000', '182925.685000', '182925.687000', '182925.690000', '182925.693000', '182925.695000', '182925.698000', '182925.700000', '182925.703000', '182925.706000', '182925.708000', '182925.711000', '182925.713000', '182925.716000', '182925.718000', '182925.721000', '182925.724000', '182925.726000', '182925.729000', '182925.731000', '182925.734000', '182925.736000', '182925.739000', '182925.742000', '182925.744000', '182925.747000', '182945.572000', '182945.575000', '182945.605000', '182945.608000', '182945.610000', '182945.613000', '182945.615000', '182945.618000', '182945.621000', '182945.623000', '182945.626000', '182945.628000', '182945.631000', '182945.633000', '182945.636000', '182945.639000', '182945.642000', '182945.644000', '182945.647000', '182945.649000', '182945.652000', '182945.655000', '182945.657000', '182945.660000', '182945.662000', '182945.665000', '182945.667000', '182945.670000', '182945.672000', '182945.675000', '182945.678000', '182945.680000', '182945.683000', '182945.685000', '182945.688000', '182945.690000', '182945.693000', '182945.696000', '182945.698000', '182945.701000', '182945.703000', '182945.706000', '182945.708000', '183005.572000', '183005.575000', '183005.578000', '183005.581000', '183005.583000', '183005.586000', '183005.588000', '183005.596000', '183005.598000', '183005.601000', '183005.604000', '183005.606000', '183005.609000', '183005.611000', '183005.614000', '183005.617000', '183005.619000', '183005.622000', '183005.625000', '183005.627000', '183005.630000', '183005.632000', '183005.635000', '183005.638000', '183005.640000', '183005.643000', '183005.645000', '183005.648000', '183005.666000', '183005.668000', '183005.671000', '183005.673000', '183005.676000', '183005.679000', '183005.681000', '183005.684000', '183005.686000', '183005.689000', '183005.692000', '183005.694000', '183005.697000', '183005.699000', '183005.702000', '183005.705000', '183025.573000', '183025.575000', '183025.578000', '183025.581000', '183025.583000', '183025.586000', '183025.588000', '183025.591000', '183025.594000', '183025.596000', '183025.599000', '183025.601000', '183025.604000', '183025.607000', '183025.617000', '183025.619000', '183025.622000', '183025.625000', '183025.627000', '183025.630000', '183025.633000', '183025.635000', '183025.638000', '183025.640000', '183025.643000', '183025.646000', '183025.648000', '183025.651000', '183025.653000', '183025.656000', '183025.659000', '183025.661000', '183025.664000', '183025.666000', '183025.669000', '183025.672000', '183025.674000', '183025.677000', '183025.679000', '183025.682000', '183025.685000', '183025.687000', '183025.690000', '183045.572000', '183045.575000', '183045.578000', '183045.580000', '183045.587000', '183045.589000', '183045.592000', '183045.595000', '183045.597000', '183045.600000', '183045.603000', '183045.605000', '183045.608000', '183045.610000', '183045.613000', '183045.616000', '183045.618000', '183045.621000', '183045.623000', '183045.626000', '183045.629000', '183045.631000', '183045.634000', '183045.636000', '183045.639000', '183045.641000', '183045.644000', '183045.647000', '183045.649000', '183045.652000', '183045.654000', '183045.657000', '183045.660000', '183045.662000', '183045.665000', '183045.667000', '183045.670000', '183045.673000', '183045.675000', '183045.678000', '183045.680000', '183045.683000', '183045.685000', '183045.688000', '183105.572000', '183105.574000', '183105.577000', '183105.580000', '183105.582000', '183105.585000', '183105.588000', '183105.590000', '183105.593000', '183105.595000', '183105.598000', '183105.601000', '183105.603000', '183105.606000', '183105.609000', '183105.611000', '183105.614000', '183105.616000', '183105.619000', '183105.622000', '183105.624000', '183105.627000', '183105.630000', '183105.632000', '183105.635000', '183105.638000', '183105.640000', '183105.643000', '183105.645000', '183105.648000', '183105.651000', '183105.653000', '183105.656000', '183105.658000', '183105.661000', '183105.663000', '183105.666000', '183105.669000', '183105.671000', '183105.674000', '183105.677000', '183105.687000', '183105.690000', '183125.571000', '183125.574000', '183125.577000', '183125.580000', '183125.583000', '183125.585000', '183125.588000', '183125.590000', '183125.593000', '183125.595000', '183125.600000', '183125.603000', '183125.606000', '183125.608000', '183125.611000', '183125.614000', '183125.616000', '183125.619000', '183125.621000', '183125.624000', '183125.626000', '183125.629000', '183125.632000', '183125.634000', '183125.637000', '183125.639000', '183125.642000', '183125.644000', '183125.647000', '183125.650000', '183125.653000', '183125.656000', '183125.658000', '183125.661000', '183125.663000', '183125.666000', '183125.668000', '183125.671000', '183125.674000', '183125.676000', '183125.679000', '183125.681000', '183125.684000', '183145.573000', '183145.576000', '183145.578000', '183145.581000', '183145.584000', '183145.586000', '183145.589000', '183145.591000', '183145.594000', '183145.596000', '183145.599000', '183145.602000', '183145.604000', '183145.607000', '183145.610000', '183145.612000', '183145.615000', '183145.617000', '183145.620000', '183145.623000', '183145.625000', '183145.628000', '183145.630000', '183145.633000', '183145.677000', '183145.679000', '183145.682000', '183145.693000', '183145.696000', '183145.698000', '183145.701000', '183145.703000', '183145.706000', '183145.709000', '183145.711000', '183145.714000', '183145.716000', '183145.719000', '183145.721000', '183145.724000', '183145.727000', '183145.729000', '183145.732000', '183145.734000', '183205.573000', '183205.576000', '183205.578000', '183205.581000', '183205.584000', '183205.586000', '183205.589000', '183205.592000', '183205.594000', '183205.597000', '183205.600000', '183205.603000', '183205.606000', '183205.608000', '183205.611000', '183205.613000', '183205.616000', '183205.619000', '183205.621000', '183205.624000', '183205.626000', '183205.629000', '183205.632000', '183205.635000', '183205.637000', '183205.640000', '183205.642000', '183205.645000', '183205.648000', '183205.650000', '183205.653000', '183205.655000', '183205.658000', '183205.661000', '183205.663000', '183205.666000', '183205.668000', '183205.671000', '183205.674000', '183205.676000', '183205.679000', '183205.681000', '183205.684000', '183225.572000', '183225.575000', '183225.578000', '183225.580000', '183225.583000', '183225.586000', '183225.588000', '183225.591000', '183225.593000', '183225.596000', '183225.599000', '183225.602000', '183225.604000', '183225.607000', '183225.610000', '183225.612000', '183225.615000', '183225.618000', '183225.620000', '183225.623000', '183225.626000', '183225.628000', '183225.631000', '183225.634000', '183225.636000', '183225.639000', '183225.642000', '183225.644000', '183225.647000', '183225.649000', '183225.652000', '183225.655000', '183225.657000', '183225.660000', '183225.662000', '183225.665000', '183225.667000', '183225.670000', '183225.673000', '183225.675000', '183225.678000', '183225.680000', '183225.683000', '183225.686000', '183245.573000', '183245.575000', '183245.578000', '183245.581000', '183245.583000', '183245.586000', '183245.588000', '183245.591000', '183245.594000', '183245.596000', '183245.599000', '183245.602000', '183245.604000', '183245.607000', '183245.610000', '183245.613000', '183245.616000', '183245.619000', '183245.622000', '183245.625000', '183245.628000', '183245.631000', '183245.633000', '183245.636000', '183245.640000', '183245.643000', '183245.646000', '183245.648000', '183245.651000', '183245.654000', '183245.657000', '183245.659000', '183245.662000', '183245.665000', '183245.667000', '183245.670000', '183245.673000', '183245.675000', '183245.678000', '183245.681000', '183245.683000', '183245.686000', '183245.688000', '183305.573000', '183305.575000', '183305.578000', '183305.581000', '183305.583000', '183305.586000', '183305.589000', '183305.591000', '183305.594000', '183305.597000', '183305.599000', '183305.609000', '183305.612000', '183305.615000', '183305.618000', '183305.620000', '183305.623000', '183305.626000', '183305.629000', '183305.631000', '183305.634000', '183305.637000', '183305.639000', '183305.642000', '183305.645000', '183305.647000', '183305.650000', '183305.653000', '183305.655000', '183305.658000', '183305.661000', '183305.663000', '183305.666000', '183305.668000', '183305.671000', '183305.674000', '183305.677000', '183305.679000', '183305.682000', '183305.684000', '183305.687000', '183305.689000', '183305.692000', '183305.695000', '183325.571000', '183325.574000', '183325.577000', '183325.580000', '183325.582000', '183325.630000', '183325.633000', '183325.636000', '183325.639000', '183325.641000', '183325.644000', '183325.646000', '183325.649000', '183325.652000', '183325.654000', '183325.657000', '183325.659000', '183325.662000', '183325.664000', '183325.667000', '183325.670000', '183325.672000', '183325.675000', '183325.678000', '183325.680000', '183325.683000', '183325.685000', '183325.688000', '183325.690000', '183325.693000', '183325.696000', '183325.698000', '183325.701000', '183325.704000', '183325.706000', '183325.709000', '183325.711000', '183325.714000', '183325.717000', '183325.719000', '183325.722000', '183325.724000', '183325.727000', '183345.572000', '183345.575000', '183345.577000', '183345.580000', '183345.582000', '183345.585000', '183345.588000', '183345.590000', '183345.593000', '183345.596000', '183345.598000', '183345.601000', '183345.604000', '183345.606000', '183345.609000', '183345.612000', '183345.615000', '183345.617000', '183345.620000', '183345.622000', '183345.625000', '183345.628000', '183345.630000', '183345.633000', '183345.636000', '183345.638000', '183345.641000', '183345.643000', '183345.646000', '183345.649000', '183345.651000', '183345.654000', '183345.656000', '183345.659000', '183345.662000', '183345.664000', '183345.667000', '183345.670000', '183345.672000', '183345.675000', '183345.678000', '183345.680000', '183345.683000', '183345.686000', '183405.573000', '183405.576000', '183405.578000', '183405.581000', '183405.584000', '183405.586000', '183405.589000', '183405.591000', '183405.594000', '183405.596000', '183405.599000', '183405.602000', '183405.604000', '183405.607000', '183405.610000', '183405.612000', '183405.615000', '183405.618000', '183405.620000', '183405.623000', '183405.626000', '183405.628000', '183405.631000', '183405.634000', '183405.636000', '183405.639000', '183405.642000', '183405.645000', '183405.647000', '183405.650000', '183405.653000', '183405.656000', '183405.659000', '183405.661000', '183405.664000', '183405.667000', '183405.669000', '183405.672000', '183405.674000', '183405.677000', '183405.683000', '183405.686000', '183405.688000', '183425.572000', '183425.575000', '183425.578000', '183425.581000', '183425.583000', '183425.586000', '183425.589000', '183425.591000', '183425.596000', '183425.599000', '183425.601000', '183425.604000', '183425.607000', '183425.609000', '183425.612000', '183425.614000', '183425.617000', '183425.620000', '183425.623000', '183425.625000', '183425.628000', '183425.630000', '183425.633000', '183425.636000', '183425.638000', '183425.641000', '183425.643000', '183425.646000', '183425.649000', '183425.651000', '183425.654000', '183425.657000', '183425.659000', '183425.662000', '183425.664000', '183425.667000', '183425.670000', '183425.672000', '183425.675000', '183425.677000', '183425.680000', '183425.683000', '183425.685000', '183425.688000', '183445.573000', '183445.576000', '183445.578000', '183445.581000', '183445.588000', '183445.591000', '183445.593000', '183445.596000', '183445.598000', '183445.601000', '183445.604000', '183445.606000', '183445.609000', '183445.612000', '183445.614000', '183445.617000', '183445.630000', '183445.633000', '183445.635000', '183445.638000', '183445.640000', '183445.643000', '183445.646000', '183445.648000', '183445.651000', '183445.654000', '183445.657000', '183445.659000', '183445.662000', '183445.665000', '183445.667000', '183445.670000', '183445.673000', '183445.675000', '183445.678000', '183445.680000', '183445.683000', '183445.686000', '183445.688000', '183445.691000', '183445.694000', '183445.696000', '183445.699000', '183505.573000', '183505.576000', '183505.578000', '183505.581000', '183505.583000', '183505.586000', '183505.589000', '183505.591000', '183505.594000', '183505.597000', '183505.599000', '183505.602000', '183505.605000', '183505.607000', '183505.610000', '183505.612000', '183505.615000', '183505.618000', '183505.620000', '183505.623000', '183505.625000', '183505.628000', '183505.630000', '183505.633000', '183505.636000', '183505.638000', '183505.641000', '183505.643000', '183505.646000', '183505.648000', '183505.651000', '183505.654000', '183505.656000', '183505.659000', '183505.662000', '183505.664000', '183505.667000', '183505.669000', '183505.672000', '183505.675000', '183505.678000', '183505.680000', '183505.683000', '183505.686000', '183525.573000', '183525.576000', '183525.578000', '183525.581000', '183525.583000', '183525.586000', '183525.589000', '183525.591000', '183525.594000', '183525.596000', '183525.599000', '183525.602000', '183525.604000', '183525.607000', '183525.610000', '183525.612000', '183525.615000', '183525.618000', '183525.620000', '183525.623000', '183525.625000', '183525.628000', '183525.631000', '183525.633000', '183525.636000', '183525.639000', '183525.641000', '183525.644000', '183525.646000', '183525.649000', '183525.651000', '183525.654000', '183525.657000', '183525.659000', '183525.662000', '183525.664000', '183525.667000', '183525.670000', '183525.673000', '183525.676000', '183525.679000', '183525.681000', '183525.684000', '183545.572000', '183545.575000', '183545.577000', '183545.580000', '183545.582000', '183545.585000', '183545.588000', '183545.590000', '183545.593000', '183545.601000', '183545.603000', '183545.606000', '183545.608000', '183545.611000', '183545.614000', '183545.616000', '183545.619000', '183545.621000', '183545.624000', '183545.626000', '183545.629000', '183545.632000', '183545.634000', '183545.637000', '183545.639000', '183545.642000', '183545.645000', '183545.647000', '183545.650000', '183545.652000', '183545.655000', '183545.658000', '183545.660000', '183545.663000', '183545.665000', '183545.668000', '183545.670000', '183545.673000', '183545.676000', '183545.678000', '183545.681000', '183545.683000', '183545.686000', '183545.689000', '183605.572000', '183605.574000', '183605.577000', '183605.580000', '183605.582000', '183605.585000', '183605.588000', '183605.590000', '183605.593000', '183605.595000', '183605.598000', '183605.601000', '183605.603000', '183605.606000', '183605.609000', '183605.611000', '183605.614000', '183605.616000', '183605.619000', '183605.622000', '183605.624000', '183605.627000', '183605.629000', '183605.632000', '183605.635000', '183605.637000', '183605.640000', '183605.675000', '183605.679000', '183605.681000', '183605.684000', '183605.687000', '183605.689000', '183605.692000', '183605.695000', '183605.697000', '183605.700000', '183605.702000', '183605.705000', '183605.708000', '183605.710000', '183605.713000', '183605.716000', '183625.573000', '183625.576000', '183625.578000', '183625.581000', '183625.583000', '183625.586000', '183625.589000', '183625.591000', '183625.594000', '183625.596000', '183625.599000', '183625.601000', '183625.604000', '183625.607000', '183625.609000', '183625.612000', '183625.615000', '183625.617000', '183625.620000', '183625.622000', '183625.625000', '183625.628000', '183625.630000', '183625.633000', '183625.635000', '183625.638000', '183625.641000', '183625.643000', '183625.646000', '183625.648000', '183625.651000', '183625.654000', '183625.656000', '183625.659000', '183625.662000', '183625.664000', '183625.667000', '183625.670000', '183625.672000', '183625.675000', '183625.678000', '183625.681000', '183625.683000', '183645.573000', '183645.575000', '183645.578000', '183645.581000', '183645.583000', '183645.586000', '183645.588000', '183645.591000', '183645.594000', '183645.596000', '183645.599000', '183645.602000', '183645.604000', '183645.607000', '183645.610000', '183645.612000', '183645.615000', '183645.617000', '183645.620000', '183645.622000', '183645.625000', '183645.628000', '183645.630000', '183645.633000', '183645.635000', '183645.638000', '183645.641000', '183645.643000', '183645.646000', '183645.648000', '183645.651000', '183645.654000', '183645.656000', '183645.659000', '183645.662000', '183645.664000', '183645.667000', '183645.669000', '183645.672000', '183645.674000', '183645.677000', '183645.680000', '183645.682000', '183645.685000', '183705.573000', '183705.575000', '183705.578000', '183705.581000', '183705.583000', '183705.586000', '183705.588000', '183705.591000', '183705.594000', '183705.596000', '183705.599000', '183705.602000', '183705.604000', '183705.607000', '183705.609000', '183705.612000', '183705.615000', '183705.617000', '183705.620000', '183705.622000', '183705.625000', '183705.628000', '183705.630000', '183705.633000', '183705.636000', '183705.638000', '183705.641000', '183705.644000', '183705.646000', '183705.649000', '183705.651000', '183705.654000', '183705.657000', '183705.659000', '183705.662000', '183705.664000', '183705.667000', '183705.670000', '183705.672000', '183705.675000', '183705.678000', '183705.680000', '183705.683000', '183705.685000', '183725.572000', '183725.575000', '183725.578000', '183725.581000', '183725.583000', '183725.586000', '183725.588000', '183725.591000', '183725.594000', '183725.596000', '183725.599000', '183725.602000', '183725.604000', '183725.607000', '183725.609000', '183725.612000', '183725.615000', '183725.617000', '183725.620000', '183725.622000', '183725.625000', '183725.627000', '183725.630000', '183725.649000', '183725.659000', '183725.661000', '183725.664000', '183725.666000', '183725.669000', '183725.672000', '183725.674000', '183725.677000', '183725.679000', '183725.682000', '183725.684000', '183725.687000', '183725.690000', '183725.692000', '183725.695000', '183725.697000', '183725.700000', '183725.703000', '183725.705000', '183745.573000', '183745.576000', '183745.578000', '183745.581000', '183745.583000', '183745.586000', '183745.589000', '183745.591000', '183745.594000', '183745.596000', '183745.599000', '183745.602000', '183745.605000', '183745.607000', '183745.610000', '183745.613000', '183745.616000', '183745.618000', '183745.621000', '183745.623000', '183745.626000', '183745.629000', '183745.631000', '183745.634000', '183745.637000', '183745.639000', '183745.642000', '183745.644000', '183745.647000', '183745.650000', '183745.652000', '183745.655000', '183745.657000', '183745.660000', '183745.663000', '183745.665000', '183745.668000', '183745.670000', '183745.673000', '183745.676000', '183745.678000', '183745.681000', '183745.683000', '183745.686000', '183752.857000', '183752.861000', '183752.864000', '183752.866000', '183752.869000', '183752.872000', '183752.875000', '183752.878000', '183752.880000', '183752.883000', '183752.886000', '183752.889000', '183752.892000', '183752.894000', '183752.897000', '183752.901000'], 'InstanceCreationTime': ['182925.599000', '182925.602000', '182925.605000', '182925.608000', '182925.611000', '182925.614000', '182925.616000', '182925.619000', '182925.621000', '182925.624000', '182925.626000', '182925.629000', '182925.632000', '182925.634000', '182925.637000', '182925.640000', '182925.642000', '182925.645000', '182925.647000', '182925.650000', '182925.652000', '182925.661000', '182925.664000', '182925.666000', '182925.669000', '182925.671000', '182925.674000', '182925.677000', '182925.679000', '182925.682000', '182925.685000', '182925.687000', '182925.690000', '182925.693000', '182925.695000', '182925.698000', '182925.700000', '182925.703000', '182925.706000', '182925.708000', '182925.711000', '182925.713000', '182925.716000', '182925.718000', '182925.721000', '182925.724000', '182925.726000', '182925.729000', '182925.731000', '182925.734000', '182925.736000', '182925.739000', '182925.742000', '182925.744000', '182925.747000', '182945.572000', '182945.575000', '182945.605000', '182945.608000', '182945.610000', '182945.613000', '182945.615000', '182945.618000', '182945.621000', '182945.623000', '182945.626000', '182945.628000', '182945.631000', '182945.633000', '182945.636000', '182945.639000', '182945.642000', '182945.644000', '182945.647000', '182945.649000', '182945.652000', '182945.655000', '182945.657000', '182945.660000', '182945.662000', '182945.665000', '182945.667000', '182945.670000', '182945.672000', '182945.675000', '182945.678000', '182945.680000', '182945.683000', '182945.685000', '182945.688000', '182945.690000', '182945.693000', '182945.696000', '182945.698000', '182945.701000', '182945.703000', '182945.706000', '182945.708000', '183005.572000', '183005.575000', '183005.578000', '183005.581000', '183005.583000', '183005.586000', '183005.588000', '183005.596000', '183005.598000', '183005.601000', '183005.604000', '183005.606000', '183005.609000', '183005.611000', '183005.614000', '183005.617000', '183005.619000', '183005.622000', '183005.625000', '183005.627000', '183005.630000', '183005.632000', '183005.635000', '183005.638000', '183005.640000', '183005.643000', '183005.645000', '183005.648000', '183005.666000', '183005.668000', '183005.671000', '183005.673000', '183005.676000', '183005.679000', '183005.681000', '183005.684000', '183005.686000', '183005.689000', '183005.692000', '183005.694000', '183005.697000', '183005.699000', '183005.702000', '183005.705000', '183025.573000', '183025.575000', '183025.578000', '183025.581000', '183025.583000', '183025.586000', '183025.588000', '183025.591000', '183025.594000', '183025.596000', '183025.599000', '183025.601000', '183025.604000', '183025.607000', '183025.617000', '183025.619000', '183025.622000', '183025.625000', '183025.627000', '183025.630000', '183025.633000', '183025.635000', '183025.638000', '183025.640000', '183025.643000', '183025.646000', '183025.648000', '183025.651000', '183025.653000', '183025.656000', '183025.659000', '183025.661000', '183025.664000', '183025.666000', '183025.669000', '183025.672000', '183025.674000', '183025.677000', '183025.679000', '183025.682000', '183025.685000', '183025.687000', '183025.690000', '183045.572000', '183045.575000', '183045.578000', '183045.580000', '183045.587000', '183045.589000', '183045.592000', '183045.595000', '183045.597000', '183045.600000', '183045.603000', '183045.605000', '183045.608000', '183045.610000', '183045.613000', '183045.616000', '183045.618000', '183045.621000', '183045.623000', '183045.626000', '183045.629000', '183045.631000', '183045.634000', '183045.636000', '183045.639000', '183045.641000', '183045.644000', '183045.647000', '183045.649000', '183045.652000', '183045.654000', '183045.657000', '183045.660000', '183045.662000', '183045.665000', '183045.667000', '183045.670000', '183045.673000', '183045.675000', '183045.678000', '183045.680000', '183045.683000', '183045.685000', '183045.688000', '183105.572000', '183105.574000', '183105.577000', '183105.580000', '183105.582000', '183105.585000', '183105.588000', '183105.590000', '183105.593000', '183105.595000', '183105.598000', '183105.601000', '183105.603000', '183105.606000', '183105.609000', '183105.611000', '183105.614000', '183105.616000', '183105.619000', '183105.622000', '183105.624000', '183105.627000', '183105.630000', '183105.632000', '183105.635000', '183105.638000', '183105.640000', '183105.643000', '183105.645000', '183105.648000', '183105.651000', '183105.653000', '183105.656000', '183105.658000', '183105.661000', '183105.663000', '183105.666000', '183105.669000', '183105.671000', '183105.674000', '183105.677000', '183105.687000', '183105.690000', '183125.571000', '183125.574000', '183125.577000', '183125.580000', '183125.583000', '183125.585000', '183125.588000', '183125.590000', '183125.593000', '183125.595000', '183125.600000', '183125.603000', '183125.606000', '183125.608000', '183125.611000', '183125.614000', '183125.616000', '183125.619000', '183125.621000', '183125.624000', '183125.626000', '183125.629000', '183125.632000', '183125.634000', '183125.637000', '183125.639000', '183125.642000', '183125.644000', '183125.647000', '183125.650000', '183125.653000', '183125.656000', '183125.658000', '183125.661000', '183125.663000', '183125.666000', '183125.668000', '183125.671000', '183125.674000', '183125.676000', '183125.679000', '183125.681000', '183125.684000', '183145.573000', '183145.576000', '183145.578000', '183145.581000', '183145.584000', '183145.586000', '183145.589000', '183145.591000', '183145.594000', '183145.596000', '183145.599000', '183145.602000', '183145.604000', '183145.607000', '183145.610000', '183145.612000', '183145.615000', '183145.617000', '183145.620000', '183145.623000', '183145.625000', '183145.628000', '183145.630000', '183145.633000', '183145.677000', '183145.679000', '183145.682000', '183145.693000', '183145.696000', '183145.698000', '183145.701000', '183145.703000', '183145.706000', '183145.709000', '183145.711000', '183145.714000', '183145.716000', '183145.719000', '183145.721000', '183145.724000', '183145.727000', '183145.729000', '183145.732000', '183145.734000', '183205.573000', '183205.576000', '183205.578000', '183205.581000', '183205.584000', '183205.586000', '183205.589000', '183205.592000', '183205.594000', '183205.597000', '183205.600000', '183205.603000', '183205.606000', '183205.608000', '183205.611000', '183205.613000', '183205.616000', '183205.619000', '183205.621000', '183205.624000', '183205.626000', '183205.629000', '183205.632000', '183205.635000', '183205.637000', '183205.640000', '183205.642000', '183205.645000', '183205.648000', '183205.650000', '183205.653000', '183205.655000', '183205.658000', '183205.661000', '183205.663000', '183205.666000', '183205.668000', '183205.671000', '183205.674000', '183205.676000', '183205.679000', '183205.681000', '183205.684000', '183225.572000', '183225.575000', '183225.578000', '183225.580000', '183225.583000', '183225.586000', '183225.588000', '183225.591000', '183225.593000', '183225.596000', '183225.599000', '183225.602000', '183225.604000', '183225.607000', '183225.610000', '183225.612000', '183225.615000', '183225.618000', '183225.620000', '183225.623000', '183225.626000', '183225.628000', '183225.631000', '183225.634000', '183225.636000', '183225.639000', '183225.642000', '183225.644000', '183225.647000', '183225.649000', '183225.652000', '183225.655000', '183225.657000', '183225.660000', '183225.662000', '183225.665000', '183225.667000', '183225.670000', '183225.673000', '183225.675000', '183225.678000', '183225.680000', '183225.683000', '183225.686000', '183245.573000', '183245.575000', '183245.578000', '183245.581000', '183245.583000', '183245.586000', '183245.588000', '183245.591000', '183245.594000', '183245.596000', '183245.599000', '183245.602000', '183245.604000', '183245.607000', '183245.610000', '183245.613000', '183245.616000', '183245.619000', '183245.622000', '183245.625000', '183245.628000', '183245.631000', '183245.633000', '183245.636000', '183245.640000', '183245.643000', '183245.646000', '183245.648000', '183245.651000', '183245.654000', '183245.657000', '183245.659000', '183245.662000', '183245.665000', '183245.667000', '183245.670000', '183245.673000', '183245.675000', '183245.678000', '183245.681000', '183245.683000', '183245.686000', '183245.688000', '183305.573000', '183305.575000', '183305.578000', '183305.581000', '183305.583000', '183305.586000', '183305.589000', '183305.591000', '183305.594000', '183305.597000', '183305.599000', '183305.609000', '183305.612000', '183305.615000', '183305.618000', '183305.620000', '183305.623000', '183305.626000', '183305.629000', '183305.631000', '183305.634000', '183305.637000', '183305.639000', '183305.642000', '183305.645000', '183305.647000', '183305.650000', '183305.653000', '183305.655000', '183305.658000', '183305.661000', '183305.663000', '183305.666000', '183305.668000', '183305.671000', '183305.674000', '183305.677000', '183305.679000', '183305.682000', '183305.684000', '183305.687000', '183305.689000', '183305.692000', '183305.695000', '183325.571000', '183325.574000', '183325.577000', '183325.580000', '183325.582000', '183325.630000', '183325.633000', '183325.636000', '183325.639000', '183325.641000', '183325.644000', '183325.646000', '183325.649000', '183325.652000', '183325.654000', '183325.657000', '183325.659000', '183325.662000', '183325.664000', '183325.667000', '183325.670000', '183325.672000', '183325.675000', '183325.678000', '183325.680000', '183325.683000', '183325.685000', '183325.688000', '183325.690000', '183325.693000', '183325.696000', '183325.698000', '183325.701000', '183325.704000', '183325.706000', '183325.709000', '183325.711000', '183325.714000', '183325.717000', '183325.719000', '183325.722000', '183325.724000', '183325.727000', '183345.572000', '183345.575000', '183345.577000', '183345.580000', '183345.582000', '183345.585000', '183345.588000', '183345.590000', '183345.593000', '183345.596000', '183345.598000', '183345.601000', '183345.604000', '183345.606000', '183345.609000', '183345.612000', '183345.615000', '183345.617000', '183345.620000', '183345.622000', '183345.625000', '183345.628000', '183345.630000', '183345.633000', '183345.636000', '183345.638000', '183345.641000', '183345.643000', '183345.646000', '183345.649000', '183345.651000', '183345.654000', '183345.656000', '183345.659000', '183345.662000', '183345.664000', '183345.667000', '183345.670000', '183345.672000', '183345.675000', '183345.678000', '183345.680000', '183345.683000', '183345.686000', '183405.573000', '183405.576000', '183405.578000', '183405.581000', '183405.584000', '183405.586000', '183405.589000', '183405.591000', '183405.594000', '183405.596000', '183405.599000', '183405.602000', '183405.604000', '183405.607000', '183405.610000', '183405.612000', '183405.615000', '183405.618000', '183405.620000', '183405.623000', '183405.626000', '183405.628000', '183405.631000', '183405.634000', '183405.636000', '183405.639000', '183405.642000', '183405.645000', '183405.647000', '183405.650000', '183405.653000', '183405.656000', '183405.659000', '183405.661000', '183405.664000', '183405.667000', '183405.669000', '183405.672000', '183405.674000', '183405.677000', '183405.683000', '183405.686000', '183405.688000', '183425.572000', '183425.575000', '183425.578000', '183425.581000', '183425.583000', '183425.586000', '183425.589000', '183425.591000', '183425.596000', '183425.599000', '183425.601000', '183425.604000', '183425.607000', '183425.609000', '183425.612000', '183425.614000', '183425.617000', '183425.620000', '183425.623000', '183425.625000', '183425.628000', '183425.630000', '183425.633000', '183425.636000', '183425.638000', '183425.641000', '183425.643000', '183425.646000', '183425.649000', '183425.651000', '183425.654000', '183425.657000', '183425.659000', '183425.662000', '183425.664000', '183425.667000', '183425.670000', '183425.672000', '183425.675000', '183425.677000', '183425.680000', '183425.683000', '183425.685000', '183425.688000', '183445.573000', '183445.576000', '183445.578000', '183445.581000', '183445.588000', '183445.591000', '183445.593000', '183445.596000', '183445.598000', '183445.601000', '183445.604000', '183445.606000', '183445.609000', '183445.612000', '183445.614000', '183445.617000', '183445.630000', '183445.633000', '183445.635000', '183445.638000', '183445.640000', '183445.643000', '183445.646000', '183445.648000', '183445.651000', '183445.654000', '183445.657000', '183445.659000', '183445.662000', '183445.665000', '183445.667000', '183445.670000', '183445.673000', '183445.675000', '183445.678000', '183445.680000', '183445.683000', '183445.686000', '183445.688000', '183445.691000', '183445.694000', '183445.696000', '183445.699000', '183505.573000', '183505.576000', '183505.578000', '183505.581000', '183505.583000', '183505.586000', '183505.589000', '183505.591000', '183505.594000', '183505.597000', '183505.599000', '183505.602000', '183505.605000', '183505.607000', '183505.610000', '183505.612000', '183505.615000', '183505.618000', '183505.620000', '183505.623000', '183505.625000', '183505.628000', '183505.630000', '183505.633000', '183505.636000', '183505.638000', '183505.641000', '183505.643000', '183505.646000', '183505.648000', '183505.651000', '183505.654000', '183505.656000', '183505.659000', '183505.662000', '183505.664000', '183505.667000', '183505.669000', '183505.672000', '183505.675000', '183505.678000', '183505.680000', '183505.683000', '183505.686000', '183525.573000', '183525.576000', '183525.578000', '183525.581000', '183525.583000', '183525.586000', '183525.589000', '183525.591000', '183525.594000', '183525.596000', '183525.599000', '183525.602000', '183525.604000', '183525.607000', '183525.610000', '183525.612000', '183525.615000', '183525.618000', '183525.620000', '183525.623000', '183525.625000', '183525.628000', '183525.631000', '183525.633000', '183525.636000', '183525.639000', '183525.641000', '183525.644000', '183525.646000', '183525.649000', '183525.651000', '183525.654000', '183525.657000', '183525.659000', '183525.662000', '183525.664000', '183525.667000', '183525.670000', '183525.673000', '183525.676000', '183525.679000', '183525.681000', '183525.684000', '183545.572000', '183545.575000', '183545.577000', '183545.580000', '183545.582000', '183545.585000', '183545.588000', '183545.590000', '183545.593000', '183545.601000', '183545.603000', '183545.606000', '183545.608000', '183545.611000', '183545.614000', '183545.616000', '183545.619000', '183545.621000', '183545.624000', '183545.626000', '183545.629000', '183545.632000', '183545.634000', '183545.637000', '183545.639000', '183545.642000', '183545.645000', '183545.647000', '183545.650000', '183545.652000', '183545.655000', '183545.658000', '183545.660000', '183545.663000', '183545.665000', '183545.668000', '183545.670000', '183545.673000', '183545.676000', '183545.678000', '183545.681000', '183545.683000', '183545.686000', '183545.689000', '183605.572000', '183605.574000', '183605.577000', '183605.580000', '183605.582000', '183605.585000', '183605.588000', '183605.590000', '183605.593000', '183605.595000', '183605.598000', '183605.601000', '183605.603000', '183605.606000', '183605.609000', '183605.611000', '183605.614000', '183605.616000', '183605.619000', '183605.622000', '183605.624000', '183605.627000', '183605.629000', '183605.632000', '183605.635000', '183605.637000', '183605.640000', '183605.675000', '183605.679000', '183605.681000', '183605.684000', '183605.687000', '183605.689000', '183605.692000', '183605.695000', '183605.697000', '183605.700000', '183605.702000', '183605.705000', '183605.708000', '183605.710000', '183605.713000', '183605.716000', '183625.573000', '183625.576000', '183625.578000', '183625.581000', '183625.583000', '183625.586000', '183625.589000', '183625.591000', '183625.594000', '183625.596000', '183625.599000', '183625.601000', '183625.604000', '183625.607000', '183625.609000', '183625.612000', '183625.615000', '183625.617000', '183625.620000', '183625.622000', '183625.625000', '183625.628000', '183625.630000', '183625.633000', '183625.635000', '183625.638000', '183625.641000', '183625.643000', '183625.646000', '183625.648000', '183625.651000', '183625.654000', '183625.656000', '183625.659000', '183625.662000', '183625.664000', '183625.667000', '183625.670000', '183625.672000', '183625.675000', '183625.678000', '183625.681000', '183625.683000', '183645.573000', '183645.575000', '183645.578000', '183645.581000', '183645.583000', '183645.586000', '183645.588000', '183645.591000', '183645.594000', '183645.596000', '183645.599000', '183645.602000', '183645.604000', '183645.607000', '183645.610000', '183645.612000', '183645.615000', '183645.617000', '183645.620000', '183645.622000', '183645.625000', '183645.628000', '183645.630000', '183645.633000', '183645.635000', '183645.638000', '183645.641000', '183645.643000', '183645.646000', '183645.648000', '183645.651000', '183645.654000', '183645.656000', '183645.659000', '183645.662000', '183645.664000', '183645.667000', '183645.669000', '183645.672000', '183645.674000', '183645.677000', '183645.680000', '183645.682000', '183645.685000', '183705.573000', '183705.575000', '183705.578000', '183705.581000', '183705.583000', '183705.586000', '183705.588000', '183705.591000', '183705.594000', '183705.596000', '183705.599000', '183705.602000', '183705.604000', '183705.607000', '183705.609000', '183705.612000', '183705.615000', '183705.617000', '183705.620000', '183705.622000', '183705.625000', '183705.628000', '183705.630000', '183705.633000', '183705.636000', '183705.638000', '183705.641000', '183705.644000', '183705.646000', '183705.649000', '183705.651000', '183705.654000', '183705.657000', '183705.659000', '183705.662000', '183705.664000', '183705.667000', '183705.670000', '183705.672000', '183705.675000', '183705.678000', '183705.680000', '183705.683000', '183705.685000', '183725.572000', '183725.575000', '183725.578000', '183725.581000', '183725.583000', '183725.586000', '183725.588000', '183725.591000', '183725.594000', '183725.596000', '183725.599000', '183725.602000', '183725.604000', '183725.607000', '183725.609000', '183725.612000', '183725.615000', '183725.617000', '183725.620000', '183725.622000', '183725.625000', '183725.627000', '183725.630000', '183725.649000', '183725.659000', '183725.661000', '183725.664000', '183725.666000', '183725.669000', '183725.672000', '183725.674000', '183725.677000', '183725.679000', '183725.682000', '183725.684000', '183725.687000', '183725.690000', '183725.692000', '183725.695000', '183725.697000', '183725.700000', '183725.703000', '183725.705000', '183745.573000', '183745.576000', '183745.578000', '183745.581000', '183745.583000', '183745.586000', '183745.589000', '183745.591000', '183745.594000', '183745.596000', '183745.599000', '183745.602000', '183745.605000', '183745.607000', '183745.610000', '183745.613000', '183745.616000', '183745.618000', '183745.621000', '183745.623000', '183745.626000', '183745.629000', '183745.631000', '183745.634000', '183745.637000', '183745.639000', '183745.642000', '183745.644000', '183745.647000', '183745.650000', '183745.652000', '183745.655000', '183745.657000', '183745.660000', '183745.663000', '183745.665000', '183745.668000', '183745.670000', '183745.673000', '183745.676000', '183745.678000', '183745.681000', '183745.683000', '183745.686000', '183752.857000', '183752.861000', '183752.864000', '183752.866000', '183752.869000', '183752.872000', '183752.875000', '183752.878000', '183752.880000', '183752.883000', '183752.886000', '183752.889000', '183752.892000', '183752.894000', '183752.897000', '183752.901000'], '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, 1157, 1158], 'LargestImagePixelValue': [11055, 15251, 11935, 14567, 9523, 10548, 8458, 8463, 8665, 8625, 8446, 8352, 8380, 7614, 8120, 7824, 9493, 8720, 8467, 8197, 7955, 8867, 7887, 8671, 8017, 9103, 10722, 8174, 7941, 7949, 8010, 8167, 7811, 8677, 8011, 9551, 8016, 10221, 8379, 9238, 8882, 9072, 8751, 9474, 8143, 8607, 7825, 7865, 8234, 8473, 12604, 8329, 9877, 8657, 8939, 8570, 8661, 8151, 8346, 10598, 8406, 9688, 8217, 8337, 7610, 8329, 10904, 8132, 9563, 8395, 8715, 8263, 9094, 8245, 9522, 8276, 8003, 7959, 8353, 10740, 7976, 9777, 8228, 9000, 8044, 8201, 11228, 8115, 9788, 8538, 9004, 7796, 7820, 8294, 8277, 9971, 8065, 8937, 7898, 8091, 7890, 8328, 11413, 7985, 9188, 8061, 9659, 7948, 8324, 8212, 8136, 11513, 8246, 9598, 7885, 8241, 7994, 7911, 11021, 8019, 10990, 8031, 9087, 7804, 9389, 8050, 8635, 9999, 8109, 11787, 8463, 10014, 8457, 9013, 8232, 8186, 11806, 8143, 10358, 8196, 8945, 7709, 7863, 10482, 8110, 10040, 8133, 9942, 8251, 8815, 7878, 8788, 8070, 8477, 8233, 8468, 10894, 8095, 10008, 8214, 9610, 8216, 7557, 11298, 8083, 10946, 8402, 9387, 7818, 8295, 12365, 8240, 10448, 8571, 9194, 7787, 7581, 8047, 8093, 11204, 8050, 9169, 8163, 8463, 7751, 8134, 10685, 8041, 10307, 8593, 9219, 8267, 8927, 8307, 7761, 9836, 8011, 10608, 8185, 9381, 8481, 8740, 8146, 8143, 11324, 8162, 10123, 8339, 8847, 7981, 7727, 9461, 8103, 11288, 8387, 8887, 8074, 7574, 8361, 8289, 11343, 8103, 9923, 8438, 9137, 7986, 9183, 8079, 8224, 8208, 8084, 11352, 10050, 8382, 8246, 8395, 8317, 13421, 7972, 11044, 8481, 8109, 8046, 8200, 10290, 8074, 10024, 8297, 9292, 8056, 7463, 7761, 8089, 13156, 8203, 9325, 8429, 8276, 7727, 8763, 8179, 9282, 8145, 9101, 8535, 8984, 7957, 9307, 7765, 9198, 8047, 7774, 9273, 8183, 13326, 7886, 10956, 7973, 9337, 8149, 8957, 8276, 8981, 8362, 9306, 8121, 9370, 7836, 8086, 9357, 8485, 10024, 8273, 8337, 8113, 7486, 8582, 11026, 8477, 9043, 8326, 8308, 8225, 8383, 8576, 8505, 10352, 8510, 9686, 8389, 9272, 8524, 9171, 8308, 7608, 8135, 7752, 8623, 10805, 8304, 10351, 8002, 7985, 8451, 8507, 10823, 8727, 10651, 8403, 8819, 8208, 8768, 8298, 8996, 8420, 8360, 8612, 8324, 7955, 8714, 7383, 8917, 7549, 9080, 10163, 8765, 10029, 8311, 9140, 8012, 9074, 8435, 8278, 7695, 8766, 9045, 8830, 9045, 8598, 8625, 8701, 8568, 8632, 8195, 8224, 8435, 7812, 9029, 7899, 9391, 7790, 9177, 8697, 10521, 8821, 13054, 10119, 10518, 8470, 8723, 8858, 8351, 7924, 9136, 9969, 8824, 7450, 8781, 7771, 9076, 9519, 8799, 8659, 8523, 8140, 7908, 8966, 7588, 8982, 8958, 8961, 9445, 8420, 8890, 8677, 9114, 8422, 8363, 9244, 8889, 10755, 8435, 8824, 8491, 9172, 8599, 8342, 8301, 8449, 10237, 8746, 8740, 8848, 8678, 8595, 8477, 8260, 7935, 8977, 8668, 11245, 8499, 8840, 8230, 7935, 8536, 8623, 8929, 8418, 8891, 8527, 8215, 8458, 8494, 8124, 8755, 9109, 8448, 8680, 8341, 8266, 8343, 8534, 7802, 8970, 8115, 9503, 7926, 9043, 7962, 9230, 11370, 9142, 10563, 8317, 8481, 8441, 8840, 11070, 8395, 8440, 7515, 8910, 12500, 8635, 8825, 8101, 8542, 7739, 9030, 11335, 8646, 8903, 8432, 8592, 11049, 8480, 8725, 8363, 8299, 11202, 8762, 10474, 8321, 8761, 8264, 8678, 9960, 8783, 9098, 8309, 8255, 7908, 8609, 7443, 8802, 8037, 8622, 9432, 8609, 9065, 8430, 9577, 8270, 8360, 8527, 9417, 8497, 9317, 8341, 8178, 8258, 8546, 7635, 8961, 8100, 9042, 13170, 8585, 10582, 8700, 8578, 8547, 8340, 8459, 8831, 8550, 9790, 8536, 9292, 8585, 9639, 8572, 9604, 8571, 9101, 8028, 7956, 8009, 7102, 8437, 7486, 8791, 7528, 8922, 10447, 8841, 7616, 9079, 8642, 8939, 8902, 7517, 8681, 14021, 9723, 9152, 8216, 8063, 7641, 8810, 11310, 8407, 8532, 8472, 7851, 7508, 8544, 8180, 8591, 8994, 8215, 8257, 8461, 8044, 7426, 8896, 10369, 8537, 9684, 8622, 10012, 8547, 8678, 8026, 8841, 11532, 9063, 10200, 8532, 9287, 8441, 8717, 7852, 8558, 9648, 9060, 9687, 8689, 9849, 8726, 9409, 8331, 8405, 7820, 8796, 11187, 8562, 9867, 8227, 8269, 8113, 8647, 7435, 8938, 10276, 9045, 10672, 8430, 8809, 8449, 9145, 8551, 9201, 8291, 9033, 9307, 8741, 9157, 8721, 10845, 8347, 9216, 8246, 8140, 7501, 8869, 10658, 8518, 10279, 8056, 8708, 8142, 8891, 7967, 8696, 7805, 8778, 7844, 8458, 7283, 8471, 11626, 8514, 10535, 8502, 8165, 7774, 8274, 9134, 8728, 10618, 8124, 8410, 8456, 7927, 7887, 8552, 7473, 8932, 11750, 8407, 9386, 8524, 8151, 7673, 8634, 7241, 8816, 10871, 8427, 9776, 8318, 8987, 7987, 8459, 12444, 8425, 10380, 8258, 8090, 7841, 8532, 12448, 8255, 9661, 8337, 7975, 7484, 8458, 11185, 8070, 9229, 8153, 8053, 7902, 8697, 11195, 8299, 8542, 8253, 8117, 7720, 8589, 8576, 8760, 9313, 8333, 8373, 10338, 8439, 11241, 8292, 8214, 7960, 7692, 8056, 7119, 8565, 7772, 9966, 15395, 10117, 9302, 10594, 8899, 7748, 9103, 8145, 10319, 9158, 11480, 9186, 13291, 9167, 12546, 8423, 10978, 9245, 12879, 8798, 7695, 8428, 7901, 7372, 8337, 7661, 8262, 12190, 8653, 11683, 8698, 10834, 8678, 8493, 8705, 8869, 8098, 8574, 12121, 8387, 10735, 8649, 10042, 8798, 11253, 8426, 9392, 8271, 8572, 8423, 7921, 8616, 7759, 8597, 9010, 9257, 8688, 8216, 8319, 8852, 9243, 8790, 10334, 9036, 11029, 9039, 7734, 9036, 8275, 9203, 8678, 10809, 8404, 9451, 8008, 8904, 10547, 8647, 10804, 8227, 8790, 8275, 8299, 7601, 8943, 11955, 8404, 9963, 8027, 8172, 8057, 8648, 8113, 9333, 8082, 8461, 11713, 8372, 10189, 8242, 9089, 8194, 8475, 12411, 8285, 9265, 8152, 8610, 8206, 8109, 8175, 9020, 7865, 8416, 7469, 8706, 7845, 8644, 11686, 8047, 8966, 7776, 8465, 8325, 8376, 9798, 8358, 8659, 7806, 8253, 8239, 7284, 8970, 7464, 8572, 12298, 9502, 9031, 7704, 8645, 7535, 8765, 9803, 8967, 11830, 9344, 8923, 8086, 8401, 7575, 8674, 8409, 9093, 7402, 8916, 7732, 8493, 7830, 8485, 8526, 8692, 7921, 8946, 8286, 9101, 7556, 8716, 7903, 8770, 7987, 8444, 8413, 9134, 8845, 7912, 9386, 8392, 12099, 9240, 9051, 11328, 8721, 9119, 8527, 8900, 8873, 7917, 8809, 8287, 8635, 8447, 9361, 7989, 9363, 8085, 8931, 8568, 9806, 8543, 9993, 8659, 7514, 8725, 8044, 10270, 8239, 11466, 8310, 9574, 8412, 8575, 7922, 8823, 11382, 9060, 13691, 8662, 11322, 8671, 10544, 8432, 9597, 8466, 8402, 8095, 8163, 8055, 8064, 8539, 8685, 8298, 9377, 7918, 8643, 8067, 8369, 8185, 8116, 7680, 8570, 10457, 8475, 8754, 8405, 8806, 8709, 8429, 8264, 8145, 7617, 9000, 8963, 8604, 8784, 8717, 10359, 8354, 8778, 8517, 9730, 8456, 8819, 8461, 7876, 7409, 8936, 7672, 8337, 8037, 7565, 7962, 7231, 8969, 8366, 9219, 12442, 9050, 13093, 9064, 11059, 8800, 10429, 9965, 8617, 14432, 8929, 12991, 8761, 9536, 8953, 8746, 9001, 8549, 8995, 8258, 8652, 8463, 8358, 8939, 7611, 9250, 9679, 9022, 9376, 8771, 9077, 9124, 8273, 9092, 8847, 8894, 9186, 8366, 8607, 8664, 8396, 7769, 8883, 11637, 8962, 9983, 8548, 7958, 8962, 7320, 9198, 7551, 8985, 11914, 8971, 11441, 8658, 8846, 9006, 8808, 9018, 9130, 8344, 8677, 14828, 8770, 9982, 8739, 8493, 8562, 8693, 8810, 9052, 9786, 8764, 8921, 8496, 8660, 8378, 8202, 8167, 8558, 7781, 8962, 10799, 8711, 9839, 8608, 8435, 8156, 8028, 8616, 8500, 8601, 8932, 8372, 9207, 9946, 9103, 10578, 8759, 9168, 8557, 8316, 8417, 8556, 10461, 8837, 9837, 8919, 9302, 8680, 8865, 8378, 8283, 8356, 7532, 8958, 9563, 8700, 9486, 8462, 9048, 8821, 8864, 7597, 9003, 11256, 8818, 9971, 8624, 8432, 8086, 8554, 7780, 8880, 7464, 9066, 11526, 8805, 9259, 8711], 'WindowCenter': [4433.0, 4437.0, 4401.0, 4405.0, 4353.0, 4351.0, 4328.0, 4328.0, 4328.0, 4326.0, 4328.0, 4327.0, 4328.0, 4326.0, 4328.0, 4329.0, 4362.0, 4364.0, 4352.0, 4354.0, 4355.0, 4364.0, 4356.0, 4378.0, 4357.0, 4380.0, 4388.0, 4367.0, 4357.0, 4357.0, 4354.0, 4367.0, 4357.0, 4369.0, 4356.0, 4379.0, 4369.0, 4387.0, 4367.0, 4377.0, 4379.0, 4378.0, 4368.0, 4378.0, 4367.0, 4369.0, 4356.0, 4368.0, 4356.0, 4366.0, 4397.0, 4368.0, 4388.0, 4368.0, 4366.0, 4366.0, 4366.0, 4355.0, 4368.0, 4386.0, 4367.0, 4377.0, 4354.0, 4357.0, 4344.0, 4356.0, 4384.0, 4354.0, 4374.0, 4365.0, 4363.0, 4355.0, 4364.0, 4367.0, 4376.0, 4366.0, 4368.0, 4368.0, 4368.0, 4397.0, 4367.0, 4400.0, 4370.0, 4378.0, 4356.0, 4369.0, 4397.0, 4367.0, 4377.0, 4366.0, 4364.0, 4344.0, 4357.0, 4354.0, 4364.0, 4387.0, 4357.0, 4365.0, 4356.0, 4356.0, 4356.0, 4367.0, 4395.0, 4357.0, 4375.0, 4358.0, 4376.0, 4356.0, 4367.0, 4366.0, 4368.0, 4399.0, 4368.0, 4376.0, 4356.0, 4367.0, 4355.0, 4367.0, 4397.0, 4367.0, 4398.0, 4367.0, 4377.0, 4358.0, 4378.0, 4368.0, 4378.0, 4387.0, 4370.0, 4397.0, 4369.0, 4388.0, 4367.0, 4379.0, 4366.0, 4367.0, 4398.0, 4368.0, 4386.0, 4367.0, 4376.0, 4355.0, 4366.0, 4387.0, 4367.0, 4384.0, 4356.0, 4375.0, 4365.0, 4377.0, 4367.0, 4367.0, 4356.0, 4368.0, 4365.0, 4368.0, 4398.0, 4368.0, 4388.0, 4369.0, 4378.0, 4367.0, 4369.0, 4399.0, 4370.0, 4399.0, 4368.0, 4377.0, 4357.0, 4369.0, 4408.0, 4367.0, 4386.0, 4368.0, 4375.0, 4355.0, 4356.0, 4355.0, 4357.0, 4396.0, 4356.0, 4376.0, 4366.0, 4368.0, 4355.0, 4357.0, 4387.0, 4368.0, 4375.0, 4367.0, 4365.0, 4356.0, 4365.0, 4367.0, 4359.0, 4386.0, 4358.0, 4386.0, 4368.0, 4376.0, 4367.0, 4376.0, 4356.0, 4358.0, 4385.0, 4365.0, 4377.0, 4367.0, 4379.0, 4357.0, 4355.0, 4376.0, 4356.0, 4384.0, 4353.0, 4367.0, 4355.0, 4356.0, 4356.0, 4366.0, 4386.0, 4356.0, 4375.0, 4366.0, 4378.0, 4355.0, 4377.0, 4368.0, 4366.0, 4368.0, 4370.0, 4397.0, 4388.0, 4367.0, 4368.0, 4367.0, 4369.0, 4407.0, 4356.0, 4387.0, 4356.0, 4354.0, 4342.0, 4354.0, 4373.0, 4355.0, 4375.0, 4355.0, 4363.0, 4343.0, 4346.0, 4342.0, 4354.0, 4393.0, 4354.0, 4363.0, 4355.0, 4354.0, 4345.0, 4364.0, 4367.0, 4374.0, 4357.0, 4366.0, 4368.0, 4379.0, 4356.0, 4376.0, 4358.0, 4378.0, 4355.0, 4357.0, 4377.0, 4367.0, 4407.0, 4356.0, 4386.0, 4356.0, 4366.0, 4355.0, 4364.0, 4366.0, 4367.0, 4366.0, 4366.0, 4354.0, 4365.0, 4354.0, 4356.0, 4365.0, 4367.0, 4375.0, 4356.0, 4354.0, 4355.0, 4345.0, 4355.0, 4373.0, 4353.0, 4354.0, 4356.0, 4355.0, 4355.0, 4355.0, 4353.0, 4365.0, 4373.0, 4354.0, 4361.0, 4342.0, 4352.0, 4354.0, 4364.0, 4354.0, 4343.0, 4357.0, 4343.0, 4366.0, 4385.0, 4357.0, 4373.0, 4343.0, 4343.0, 4340.0, 4354.0, 4372.0, 4351.0, 4373.0, 4343.0, 4351.0, 4341.0, 4340.0, 4340.0, 4352.0, 4354.0, 4353.0, 4352.0, 4355.0, 4342.0, 4354.0, 4331.0, 4352.0, 4343.0, 4363.0, 4373.0, 4357.0, 4375.0, 4353.0, 4363.0, 4342.0, 4354.0, 4341.0, 4344.0, 4344.0, 4353.0, 4351.0, 4353.0, 4352.0, 4353.0, 4353.0, 4353.0, 4355.0, 4353.0, 4354.0, 4354.0, 4354.0, 4342.0, 4365.0, 4355.0, 4377.0, 4345.0, 4377.0, 4366.0, 4388.0, 4377.0, 4407.0, 4377.0, 4374.0, 4343.0, 4354.0, 4353.0, 4345.0, 4344.0, 4366.0, 4362.0, 4354.0, 4330.0, 4355.0, 4344.0, 4366.0, 4363.0, 4356.0, 4355.0, 4367.0, 4356.0, 4356.0, 4366.0, 4346.0, 4366.0, 4367.0, 4377.0, 4378.0, 4356.0, 4367.0, 4355.0, 4367.0, 4356.0, 4359.0, 4366.0, 4368.0, 4385.0, 4356.0, 4354.0, 4355.0, 4367.0, 4354.0, 4357.0, 4355.0, 4357.0, 4374.0, 4353.0, 4352.0, 4356.0, 4352.0, 4354.0, 4354.0, 4356.0, 4356.0, 4355.0, 4354.0, 4374.0, 4353.0, 4353.0, 4353.0, 4354.0, 4354.0, 4354.0, 4352.0, 4354.0, 4354.0, 4352.0, 4354.0, 4354.0, 4367.0, 4352.0, 4365.0, 4363.0, 4356.0, 4363.0, 4356.0, 4355.0, 4364.0, 4366.0, 4355.0, 4377.0, 4356.0, 4379.0, 4369.0, 4379.0, 4369.0, 4392.0, 4397.0, 4378.0, 4388.0, 4369.0, 4368.0, 4368.0, 4379.0, 4398.0, 4357.0, 4358.0, 4346.0, 4368.0, 4395.0, 4366.0, 4369.0, 4355.0, 4367.0, 4346.0, 4366.0, 4386.0, 4366.0, 4379.0, 4357.0, 4368.0, 4382.0, 4367.0, 4367.0, 4354.0, 4356.0, 4385.0, 4366.0, 4374.0, 4355.0, 4353.0, 4342.0, 4355.0, 4363.0, 4354.0, 4354.0, 4354.0, 4356.0, 4345.0, 4356.0, 4342.0, 4365.0, 4355.0, 4365.0, 4375.0, 4364.0, 4364.0, 4357.0, 4375.0, 4356.0, 4356.0, 4367.0, 4375.0, 4365.0, 4366.0, 4356.0, 4356.0, 4354.0, 4355.0, 4344.0, 4364.0, 4342.0, 4365.0, 4394.0, 4353.0, 4371.0, 4354.0, 4352.0, 4352.0, 4342.0, 4354.0, 4361.0, 4353.0, 4373.0, 4355.0, 4364.0, 4352.0, 4363.0, 4355.0, 4362.0, 4354.0, 4352.0, 4342.0, 4343.0, 4342.0, 4322.0, 4353.0, 4331.0, 4354.0, 4343.0, 4365.0, 4375.0, 4366.0, 4346.0, 4367.0, 4365.0, 4367.0, 4365.0, 4344.0, 4368.0, 4407.0, 4366.0, 4355.0, 4344.0, 4344.0, 4332.0, 4355.0, 4373.0, 4353.0, 4342.0, 4341.0, 4341.0, 4331.0, 4353.0, 4342.0, 4352.0, 4364.0, 4354.0, 4354.0, 4353.0, 4355.0, 4343.0, 4366.0, 4373.0, 4366.0, 4376.0, 4367.0, 4378.0, 4365.0, 4367.0, 4356.0, 4368.0, 4385.0, 4365.0, 4374.0, 4353.0, 4366.0, 4354.0, 4365.0, 4356.0, 4365.0, 4363.0, 4364.0, 4363.0, 4366.0, 4375.0, 4364.0, 4378.0, 4367.0, 4355.0, 4344.0, 4365.0, 4384.0, 4354.0, 4373.0, 4352.0, 4355.0, 4343.0, 4366.0, 4342.0, 4363.0, 4374.0, 4366.0, 4384.0, 4356.0, 4366.0, 4366.0, 4376.0, 4365.0, 4377.0, 4368.0, 4367.0, 4364.0, 4366.0, 4365.0, 4366.0, 4386.0, 4366.0, 4377.0, 4355.0, 4356.0, 4343.0, 4367.0, 4374.0, 4364.0, 4375.0, 4354.0, 4365.0, 4355.0, 4364.0, 4356.0, 4366.0, 4355.0, 4368.0, 4357.0, 4365.0, 4345.0, 4367.0, 4385.0, 4364.0, 4375.0, 4355.0, 4354.0, 4342.0, 4356.0, 4362.0, 4352.0, 4374.0, 4343.0, 4343.0, 4354.0, 4343.0, 4342.0, 4353.0, 4333.0, 4364.0, 4383.0, 4356.0, 4365.0, 4354.0, 4344.0, 4343.0, 4364.0, 4343.0, 4366.0, 4382.0, 4368.0, 4377.0, 4366.0, 4367.0, 4345.0, 4357.0, 4394.0, 4354.0, 4373.0, 4353.0, 4343.0, 4343.0, 4355.0, 4384.0, 4352.0, 4363.0, 4352.0, 4354.0, 4333.0, 4355.0, 4383.0, 4344.0, 4363.0, 4354.0, 4356.0, 4355.0, 4366.0, 4383.0, 4353.0, 4352.0, 4355.0, 4355.0, 4354.0, 4366.0, 4366.0, 4366.0, 4378.0, 4367.0, 4369.0, 4376.0, 4367.0, 4386.0, 4365.0, 4356.0, 4357.0, 4358.0, 4356.0, 4348.0, 4381.0, 4369.0, 4401.0, 4428.0, 4374.0, 4367.0, 4385.0, 4366.0, 4343.0, 4365.0, 4356.0, 4377.0, 4368.0, 4385.0, 4366.0, 4395.0, 4352.0, 4372.0, 4332.0, 4362.0, 4351.0, 4371.0, 4340.0, 4343.0, 4340.0, 4332.0, 4330.0, 4342.0, 4330.0, 4354.0, 4382.0, 4352.0, 4372.0, 4343.0, 4362.0, 4342.0, 4340.0, 4340.0, 4340.0, 4316.0, 4329.0, 4356.0, 4328.0, 4346.0, 4326.0, 4335.0, 4326.0, 4345.0, 4315.0, 4322.0, 4315.0, 4312.0, 4315.0, 4315.0, 4327.0, 4316.0, 4338.0, 4351.0, 4363.0, 4352.0, 4351.0, 4352.0, 4364.0, 4365.0, 4366.0, 4374.0, 4368.0, 4373.0, 4355.0, 4344.0, 4366.0, 4357.0, 4376.0, 4367.0, 4399.0, 4367.0, 4377.0, 4356.0, 4366.0, 4373.0, 4366.0, 4386.0, 4367.0, 4365.0, 4352.0, 4355.0, 4343.0, 4365.0, 4383.0, 4356.0, 4375.0, 4354.0, 4354.0, 4356.0, 4366.0, 4354.0, 4366.0, 4355.0, 4356.0, 4384.0, 4355.0, 4374.0, 4354.0, 4354.0, 4342.0, 4354.0, 4383.0, 4343.0, 4352.0, 4343.0, 4351.0, 4353.0, 4343.0, 4353.0, 4366.0, 4343.0, 4353.0, 4332.0, 4353.0, 4340.0, 4353.0, 4383.0, 4344.0, 4362.0, 4342.0, 4354.0, 4341.0, 4354.0, 4362.0, 4353.0, 4354.0, 4344.0, 4354.0, 4356.0, 4344.0, 4365.0, 4344.0, 4367.0, 4396.0, 4364.0, 4354.0, 4344.0, 4354.0, 4344.0, 4355.0, 4374.0, 4367.0, 4386.0, 4365.0, 4353.0, 4342.0, 4344.0, 4342.0, 4355.0, 4353.0, 4354.0, 4331.0, 4353.0, 4341.0, 4355.0, 4342.0, 4355.0, 4352.0, 4354.0, 4345.0, 4365.0, 4354.0, 4355.0, 4343.0, 4355.0, 4342.0, 4353.0, 4343.0, 4358.0, 4356.0, 4365.0, 4364.0, 4356.0, 4377.0, 4370.0, 4400.0, 4362.0, 4355.0, 4372.0, 4342.0, 4340.0, 4351.0, 4352.0, 4363.0, 4342.0, 4365.0, 4355.0, 4356.0, 4357.0, 4376.0, 4355.0, 4365.0, 4356.0, 4367.0, 4366.0, 4374.0, 4368.0, 4376.0, 4368.0, 4345.0, 4368.0, 4356.0, 4388.0, 4369.0, 4400.0, 4356.0, 4368.0, 4354.0, 4355.0, 4342.0, 4353.0, 4374.0, 4355.0, 4391.0, 4356.0, 4385.0, 4353.0, 4362.0, 4341.0, 4350.0, 4341.0, 4341.0, 4343.0, 4342.0, 4343.0, 4341.0, 4352.0, 4352.0, 4353.0, 4353.0, 4340.0, 4351.0, 4343.0, 4342.0, 4341.0, 4341.0, 4342.0, 4352.0, 4371.0, 4343.0, 4341.0, 4352.0, 4353.0, 4351.0, 4353.0, 4353.0, 4343.0, 4340.0, 4352.0, 4351.0, 4352.0, 4352.0, 4365.0, 4372.0, 4355.0, 4353.0, 4353.0, 4362.0, 4353.0, 4351.0, 4342.0, 4356.0, 4346.0, 4363.0, 4342.0, 4354.0, 4354.0, 4342.0, 4354.0, 4356.0, 4377.0, 4367.0, 4379.0, 4395.0, 4353.0, 4392.0, 4352.0, 4372.0, 4340.0, 4361.0, 4347.0, 4339.0, 4377.0, 4338.0, 4368.0, 4326.0, 4336.0, 4337.0, 4327.0, 4339.0, 4338.0, 4351.0, 4339.0, 4340.0, 4341.0, 4340.0, 4351.0, 4329.0, 4353.0, 4362.0, 4364.0, 4364.0, 4354.0, 4353.0, 4365.0, 4354.0, 4365.0, 4364.0, 4365.0, 4365.0, 4356.0, 4355.0, 4354.0, 4355.0, 4345.0, 4366.0, 4383.0, 4365.0, 4364.0, 4356.0, 4342.0, 4365.0, 4343.0, 4366.0, 4345.0, 4368.0, 4397.0, 4367.0, 4385.0, 4357.0, 4355.0, 4364.0, 4365.0, 4366.0, 4365.0, 4344.0, 4354.0, 4393.0, 4343.0, 4361.0, 4352.0, 4353.0, 4352.0, 4354.0, 4354.0, 4353.0, 4363.0, 4343.0, 4350.0, 4343.0, 4343.0, 4344.0, 4353.0, 4342.0, 4353.0, 4333.0, 4353.0, 4372.0, 4354.0, 4362.0, 4352.0, 4344.0, 4344.0, 4343.0, 4354.0, 4355.0, 4366.0, 4366.0, 4356.0, 4368.0, 4364.0, 4354.0, 4372.0, 4354.0, 4354.0, 4354.0, 4344.0, 4343.0, 4355.0, 4362.0, 4353.0, 4362.0, 4353.0, 4353.0, 4353.0, 4352.0, 4354.0, 4343.0, 4353.0, 4344.0, 4366.0, 4364.0, 4357.0, 4367.0, 4355.0, 4367.0, 4355.0, 4366.0, 4343.0, 4366.0, 4385.0, 4353.0, 4365.0, 4354.0, 4343.0, 4344.0, 4355.0, 4331.0, 4352.0, 4332.0, 4353.0, 4383.0, 4353.0, 4354.0, 4354.0], 'WindowWidth': [9764.0, 9758.0, 9692.0, 9688.0, 9608.0, 9601.0, 9566.0, 9565.0, 9564.0, 9560.0, 9566.0, 9561.0, 9568.0, 9563.0, 9570.0, 9573.0, 9623.0, 9631.0, 9611.0, 9615.0, 9617.0, 9631.0, 9620.0, 9657.0, 9624.0, 9660.0, 9667.0, 9639.0, 9621.0, 9623.0, 9615.0, 9639.0, 9625.0, 9645.0, 9622.0, 9658.0, 9642.0, 9666.0, 9640.0, 9654.0, 9658.0, 9658.0, 9644.0, 9657.0, 9641.0, 9643.0, 9621.0, 9641.0, 9622.0, 9636.0, 9679.0, 9639.0, 9667.0, 9639.0, 9636.0, 9634.0, 9633.0, 9618.0, 9640.0, 9661.0, 9639.0, 9652.0, 9618.0, 9623.0, 9603.0, 9622.0, 9657.0, 9617.0, 9643.0, 9633.0, 9628.0, 9618.0, 9630.0, 9639.0, 9648.0, 9638.0, 9645.0, 9641.0, 9645.0, 9681.0, 9641.0, 9691.0, 9647.0, 9655.0, 9623.0, 9642.0, 9679.0, 9640.0, 9653.0, 9636.0, 9630.0, 9604.0, 9624.0, 9617.0, 9631.0, 9666.0, 9626.0, 9635.0, 9621.0, 9622.0, 9619.0, 9638.0, 9673.0, 9626.0, 9649.0, 9627.0, 9650.0, 9624.0, 9640.0, 9636.0, 9642.0, 9687.0, 9643.0, 9651.0, 9624.0, 9639.0, 9619.0, 9641.0, 9679.0, 9641.0, 9683.0, 9640.0, 9651.0, 9629.0, 9655.0, 9643.0, 9659.0, 9669.0, 9648.0, 9682.0, 9646.0, 9668.0, 9639.0, 9657.0, 9635.0, 9641.0, 9684.0, 9642.0, 9663.0, 9638.0, 9650.0, 9620.0, 9639.0, 9668.0, 9640.0, 9659.0, 9624.0, 9648.0, 9634.0, 9653.0, 9640.0, 9640.0, 9624.0, 9642.0, 9635.0, 9645.0, 9683.0, 9645.0, 9671.0, 9645.0, 9657.0, 9643.0, 9648.0, 9686.0, 9650.0, 9687.0, 9643.0, 9653.0, 9627.0, 9646.0, 9696.0, 9641.0, 9667.0, 9642.0, 9646.0, 9620.0, 9623.0, 9619.0, 9624.0, 9678.0, 9625.0, 9651.0, 9637.0, 9641.0, 9620.0, 9626.0, 9667.0, 9642.0, 9647.0, 9639.0, 9634.0, 9623.0, 9633.0, 9639.0, 9631.0, 9664.0, 9629.0, 9662.0, 9641.0, 9650.0, 9639.0, 9653.0, 9625.0, 9630.0, 9661.0, 9634.0, 9651.0, 9639.0, 9659.0, 9624.0, 9620.0, 9647.0, 9621.0, 9658.0, 9616.0, 9639.0, 9621.0, 9622.0, 9621.0, 9637.0, 9662.0, 9622.0, 9648.0, 9639.0, 9654.0, 9622.0, 9652.0, 9643.0, 9640.0, 9641.0, 9649.0, 9681.0, 9668.0, 9639.0, 9641.0, 9639.0, 9643.0, 9695.0, 9623.0, 9667.0, 9620.0, 9616.0, 9597.0, 9616.0, 9639.0, 9619.0, 9646.0, 9619.0, 9625.0, 9598.0, 9606.0, 9596.0, 9615.0, 9667.0, 9616.0, 9626.0, 9617.0, 9614.0, 9605.0, 9631.0, 9639.0, 9645.0, 9626.0, 9637.0, 9643.0, 9656.0, 9623.0, 9649.0, 9628.0, 9655.0, 9621.0, 9627.0, 9652.0, 9641.0, 9696.0, 9621.0, 9661.0, 9620.0, 9635.0, 9619.0, 9630.0, 9635.0, 9640.0, 9636.0, 9633.0, 9617.0, 9632.0, 9617.0, 9621.0, 9632.0, 9639.0, 9645.0, 9620.0, 9614.0, 9617.0, 9605.0, 9618.0, 9641.0, 9613.0, 9615.0, 9622.0, 9618.0, 9617.0, 9617.0, 9611.0, 9631.0, 9639.0, 9611.0, 9619.0, 9593.0, 9607.0, 9612.0, 9625.0, 9613.0, 9599.0, 9621.0, 9601.0, 9634.0, 9659.0, 9622.0, 9641.0, 9598.0, 9598.0, 9590.0, 9614.0, 9636.0, 9607.0, 9637.0, 9597.0, 9605.0, 9590.0, 9587.0, 9589.0, 9607.0, 9612.0, 9613.0, 9608.0, 9617.0, 9596.0, 9614.0, 9579.0, 9610.0, 9598.0, 9627.0, 9640.0, 9622.0, 9645.0, 9611.0, 9623.0, 9595.0, 9612.0, 9592.0, 9598.0, 9599.0, 9611.0, 9606.0, 9610.0, 9609.0, 9611.0, 9611.0, 9612.0, 9615.0, 9614.0, 9614.0, 9612.0, 9614.0, 9594.0, 9630.0, 9620.0, 9652.0, 9604.0, 9652.0, 9635.0, 9666.0, 9652.0, 9692.0, 9648.0, 9639.0, 9597.0, 9611.0, 9609.0, 9602.0, 9599.0, 9631.0, 9620.0, 9609.0, 9576.0, 9613.0, 9600.0, 9633.0, 9628.0, 9618.0, 9617.0, 9634.0, 9620.0, 9617.0, 9632.0, 9605.0, 9632.0, 9634.0, 9652.0, 9652.0, 9621.0, 9635.0, 9618.0, 9635.0, 9620.0, 9627.0, 9635.0, 9637.0, 9657.0, 9619.0, 9614.0, 9616.0, 9633.0, 9615.0, 9621.0, 9617.0, 9623.0, 9641.0, 9610.0, 9609.0, 9618.0, 9611.0, 9614.0, 9615.0, 9622.0, 9622.0, 9617.0, 9614.0, 9642.0, 9611.0, 9612.0, 9611.0, 9617.0, 9616.0, 9615.0, 9608.0, 9612.0, 9613.0, 9610.0, 9614.0, 9615.0, 9637.0, 9612.0, 9631.0, 9626.0, 9620.0, 9626.0, 9621.0, 9619.0, 9630.0, 9637.0, 9620.0, 9651.0, 9623.0, 9657.0, 9645.0, 9660.0, 9646.0, 9682.0, 9684.0, 9656.0, 9668.0, 9644.0, 9643.0, 9640.0, 9658.0, 9684.0, 9625.0, 9626.0, 9605.0, 9639.0, 9675.0, 9637.0, 9643.0, 9619.0, 9638.0, 9607.0, 9636.0, 9663.0, 9636.0, 9659.0, 9622.0, 9638.0, 9651.0, 9635.0, 9637.0, 9615.0, 9621.0, 9659.0, 9634.0, 9641.0, 9616.0, 9612.0, 9596.0, 9617.0, 9626.0, 9614.0, 9615.0, 9616.0, 9621.0, 9603.0, 9619.0, 9597.0, 9632.0, 9619.0, 9634.0, 9646.0, 9632.0, 9632.0, 9622.0, 9646.0, 9622.0, 9622.0, 9638.0, 9647.0, 9633.0, 9635.0, 9620.0, 9619.0, 9615.0, 9618.0, 9601.0, 9630.0, 9597.0, 9629.0, 9671.0, 9613.0, 9633.0, 9614.0, 9608.0, 9610.0, 9597.0, 9614.0, 9622.0, 9615.0, 9638.0, 9617.0, 9628.0, 9612.0, 9626.0, 9615.0, 9622.0, 9615.0, 9609.0, 9595.0, 9596.0, 9594.0, 9567.0, 9612.0, 9581.0, 9615.0, 9599.0, 9632.0, 9644.0, 9633.0, 9605.0, 9636.0, 9630.0, 9637.0, 9632.0, 9602.0, 9639.0, 9695.0, 9633.0, 9614.0, 9598.0, 9599.0, 9581.0, 9616.0, 9638.0, 9610.0, 9593.0, 9589.0, 9592.0, 9575.0, 9610.0, 9594.0, 9608.0, 9630.0, 9618.0, 9615.0, 9612.0, 9618.0, 9598.0, 9634.0, 9641.0, 9636.0, 9650.0, 9637.0, 9652.0, 9631.0, 9637.0, 9620.0, 9640.0, 9661.0, 9632.0, 9641.0, 9612.0, 9633.0, 9616.0, 9632.0, 9621.0, 9633.0, 9625.0, 9629.0, 9627.0, 9635.0, 9645.0, 9631.0, 9656.0, 9640.0, 9620.0, 9602.0, 9630.0, 9654.0, 9616.0, 9641.0, 9611.0, 9618.0, 9599.0, 9633.0, 9598.0, 9627.0, 9644.0, 9635.0, 9657.0, 9623.0, 9635.0, 9636.0, 9650.0, 9636.0, 9653.0, 9641.0, 9640.0, 9630.0, 9636.0, 9633.0, 9635.0, 9663.0, 9636.0, 9653.0, 9618.0, 9622.0, 9600.0, 9636.0, 9642.0, 9632.0, 9647.0, 9619.0, 9632.0, 9619.0, 9631.0, 9622.0, 9636.0, 9621.0, 9642.0, 9625.0, 9635.0, 9605.0, 9639.0, 9660.0, 9631.0, 9647.0, 9617.0, 9614.0, 9599.0, 9621.0, 9624.0, 9613.0, 9642.0, 9599.0, 9600.0, 9613.0, 9599.0, 9596.0, 9613.0, 9586.0, 9630.0, 9657.0, 9621.0, 9631.0, 9614.0, 9602.0, 9598.0, 9629.0, 9601.0, 9635.0, 9654.0, 9639.0, 9650.0, 9638.0, 9638.0, 9604.0, 9625.0, 9672.0, 9613.0, 9639.0, 9613.0, 9601.0, 9598.0, 9617.0, 9655.0, 9608.0, 9625.0, 9610.0, 9615.0, 9586.0, 9618.0, 9655.0, 9602.0, 9627.0, 9614.0, 9621.0, 9618.0, 9635.0, 9654.0, 9613.0, 9610.0, 9618.0, 9620.0, 9618.0, 9638.0, 9637.0, 9638.0, 9654.0, 9641.0, 9647.0, 9649.0, 9639.0, 9663.0, 9634.0, 9624.0, 9624.0, 9629.0, 9623.0, 9615.0, 9663.0, 9648.0, 9693.0, 9726.0, 9641.0, 9638.0, 9659.0, 9632.0, 9599.0, 9633.0, 9623.0, 9651.0, 9639.0, 9659.0, 9632.0, 9668.0, 9606.0, 9630.0, 9576.0, 9616.0, 9603.0, 9629.0, 9586.0, 9596.0, 9587.0, 9576.0, 9572.0, 9591.0, 9573.0, 9612.0, 9646.0, 9607.0, 9633.0, 9594.0, 9619.0, 9591.0, 9587.0, 9585.0, 9584.0, 9546.0, 9568.0, 9601.0, 9564.0, 9584.0, 9558.0, 9568.0, 9556.0, 9581.0, 9541.0, 9546.0, 9542.0, 9533.0, 9542.0, 9542.0, 9562.0, 9546.0, 9580.0, 9604.0, 9624.0, 9609.0, 9605.0, 9610.0, 9627.0, 9629.0, 9633.0, 9642.0, 9637.0, 9638.0, 9615.0, 9600.0, 9632.0, 9622.0, 9649.0, 9639.0, 9684.0, 9639.0, 9650.0, 9619.0, 9635.0, 9641.0, 9633.0, 9661.0, 9637.0, 9633.0, 9610.0, 9616.0, 9597.0, 9630.0, 9653.0, 9620.0, 9645.0, 9616.0, 9616.0, 9621.0, 9633.0, 9615.0, 9634.0, 9617.0, 9621.0, 9656.0, 9617.0, 9641.0, 9614.0, 9616.0, 9596.0, 9615.0, 9652.0, 9596.0, 9607.0, 9597.0, 9607.0, 9612.0, 9599.0, 9615.0, 9634.0, 9598.0, 9612.0, 9580.0, 9612.0, 9591.0, 9613.0, 9654.0, 9600.0, 9623.0, 9593.0, 9613.0, 9593.0, 9612.0, 9624.0, 9612.0, 9615.0, 9602.0, 9613.0, 9619.0, 9603.0, 9634.0, 9604.0, 9637.0, 9677.0, 9629.0, 9614.0, 9600.0, 9614.0, 9600.0, 9618.0, 9640.0, 9636.0, 9660.0, 9628.0, 9609.0, 9591.0, 9598.0, 9593.0, 9615.0, 9612.0, 9613.0, 9580.0, 9610.0, 9592.0, 9617.0, 9594.0, 9615.0, 9609.0, 9615.0, 9600.0, 9629.0, 9612.0, 9615.0, 9598.0, 9615.0, 9594.0, 9612.0, 9595.0, 9624.0, 9620.0, 9630.0, 9630.0, 9620.0, 9650.0, 9645.0, 9686.0, 9623.0, 9614.0, 9632.0, 9592.0, 9587.0, 9605.0, 9608.0, 9625.0, 9596.0, 9629.0, 9617.0, 9620.0, 9624.0, 9649.0, 9620.0, 9633.0, 9620.0, 9637.0, 9636.0, 9645.0, 9642.0, 9647.0, 9639.0, 9604.0, 9638.0, 9624.0, 9667.0, 9643.0, 9688.0, 9621.0, 9639.0, 9613.0, 9615.0, 9594.0, 9611.0, 9638.0, 9615.0, 9660.0, 9618.0, 9656.0, 9613.0, 9620.0, 9590.0, 9602.0, 9592.0, 9593.0, 9595.0, 9594.0, 9597.0, 9592.0, 9609.0, 9608.0, 9611.0, 9610.0, 9590.0, 9604.0, 9595.0, 9594.0, 9592.0, 9595.0, 9597.0, 9611.0, 9634.0, 9597.0, 9591.0, 9609.0, 9612.0, 9608.0, 9612.0, 9612.0, 9598.0, 9590.0, 9609.0, 9604.0, 9608.0, 9608.0, 9632.0, 9637.0, 9618.0, 9611.0, 9613.0, 9624.0, 9611.0, 9606.0, 9594.0, 9623.0, 9610.0, 9628.0, 9595.0, 9615.0, 9615.0, 9596.0, 9618.0, 9622.0, 9656.0, 9641.0, 9657.0, 9672.0, 9610.0, 9662.0, 9606.0, 9633.0, 9588.0, 9617.0, 9592.0, 9583.0, 9632.0, 9579.0, 9619.0, 9561.0, 9574.0, 9578.0, 9563.0, 9583.0, 9581.0, 9602.0, 9586.0, 9586.0, 9589.0, 9585.0, 9604.0, 9572.0, 9609.0, 9619.0, 9627.0, 9626.0, 9613.0, 9610.0, 9629.0, 9614.0, 9629.0, 9629.0, 9633.0, 9632.0, 9618.0, 9616.0, 9613.0, 9618.0, 9601.0, 9633.0, 9652.0, 9629.0, 9629.0, 9617.0, 9595.0, 9630.0, 9599.0, 9633.0, 9605.0, 9641.0, 9678.0, 9636.0, 9658.0, 9620.0, 9615.0, 9628.0, 9631.0, 9633.0, 9630.0, 9599.0, 9614.0, 9665.0, 9595.0, 9619.0, 9606.0, 9609.0, 9606.0, 9613.0, 9614.0, 9611.0, 9621.0, 9594.0, 9601.0, 9594.0, 9595.0, 9598.0, 9611.0, 9593.0, 9609.0, 9580.0, 9610.0, 9632.0, 9609.0, 9619.0, 9607.0, 9598.0, 9599.0, 9598.0, 9614.0, 9616.0, 9633.0, 9632.0, 9619.0, 9639.0, 9627.0, 9612.0, 9634.0, 9611.0, 9613.0, 9611.0, 9598.0, 9598.0, 9616.0, 9619.0, 9608.0, 9618.0, 9608.0, 9608.0, 9609.0, 9609.0, 9613.0, 9598.0, 9610.0, 9599.0, 9631.0, 9628.0, 9621.0, 9635.0, 9616.0, 9635.0, 9615.0, 9632.0, 9598.0, 9632.0, 9657.0, 9611.0, 9629.0, 9612.0, 9598.0, 9598.0, 9613.0, 9577.0, 9608.0, 9580.0, 9610.0, 9651.0, 9611.0, 9611.0, 9613.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.002462618841832325</td></tr>
<tr><td colspan=3>aqi</td><td>0.027855523854796886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.22857063774217</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.183227995337371</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856108917214512</td></tr>
<tr><td colspan=3>efc</td><td>0.4482</td></tr>
<tr><td colspan=3>fber</td><td>7629.2622</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0819766482477586</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9014693171996542</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4862396919226355</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3995659427898897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.70680502637383</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.352348106604186</td></tr>
<tr><td colspan=3>gcor</td><td>0.00898557</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01563083939254284</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01831100881099701</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.801648440214073</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>24.7716</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.453</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.1881</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310538.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.4371</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2294</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.9579</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3643.8912</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4807.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.7087</td></tr>
<tr><td colspan=3>tsnr</td><td>37.12736926670186</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>