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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:46:20.542500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997718, 0.0306988, 0.0601336, -0.0367591, 0.994062, 0.102418]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.091039</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -114, -260, 92, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>94075cc9-a5a7-450e-899a-09ee809ae079||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676804780960083, -0.0986219197511673, 0.15290755033493042, 113.46288299560547], [-0.08236251026391983, 2.6669957637786865, 0.28186464309692383, -92.3812484741211], [0.16133400797843933, -0.274778813123703, 2.6808900833129883, -66.68197631835938], [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': ['134620.542500', '134621.002500', '134621.462500', '134621.922500', '134622.382500', '134622.842500', '134623.302500', '134623.762500', '134624.222500', '134624.682500', '134625.142500', '134625.602500', '134626.062500', '134626.522500', '134626.982500', '134627.442500', '134627.902500', '134628.362500', '134628.822500', '134629.282500', '134629.742500', '134630.202500', '134630.662500', '134631.122500', '134631.582500', '134632.042500', '134632.502500', '134632.962500', '134633.422500', '134633.882500', '134634.342500', '134634.802500', '134635.262500', '134635.722500', '134636.182500', '134636.642500', '134637.102500', '134637.562500', '134638.022500', '134638.482500', '134638.942500', '134639.402500', '134639.862500', '134640.322500', '134640.782500', '134641.242500', '134641.702500', '134642.162500', '134642.622500', '134643.082500', '134643.542500', '134644.002500', '134644.462500', '134644.922500', '134645.382500', '134645.842500', '134646.302500', '134646.762500', '134647.222500', '134647.682500', '134648.142500', '134648.602500', '134649.062500', '134649.522500', '134649.982500', '134650.442500', '134650.902500', '134651.362500', '134651.822500', '134652.282500', '134652.742500', '134653.202500', '134653.662500', '134654.122500', '134654.582500', '134655.042500', '134655.502500', '134655.962500', '134656.422500', '134656.882500', '134657.342500', '134657.802500', '134658.262500', '134658.722500', '134659.182500', '134659.642500', '134700.102500', '134700.562500', '134701.022500', '134701.482500', '134701.942500', '134702.402500', '134702.862500', '134703.322500', '134703.782500', '134704.242500', '134704.702500', '134705.162500', '134705.622500', '134706.082500', '134706.542500', '134707.002500', '134707.462500', '134707.922500', '134708.382500', '134708.842500', '134709.302500', '134709.762500', '134710.222500', '134710.682500', '134711.142500', '134711.602500', '134712.062500', '134712.522500', '134712.982500', '134713.442500', '134713.902500', '134714.362500', '134714.822500', '134715.282500', '134715.742500', '134716.202500', '134716.662500', '134717.122500', '134717.582500', '134718.042500', '134718.502500', '134718.962500', '134719.422500', '134719.882500', '134720.342500', '134720.802500', '134721.262500', '134721.722500', '134722.182500', '134722.642500', '134723.102500', '134723.562500', '134724.022500', '134724.482500', '134724.942500', '134725.402500', '134725.862500', '134726.322500', '134726.782500', '134727.242500', '134727.702500', '134728.162500', '134728.622500', '134729.082500', '134729.542500', '134730.002500', '134730.462500', '134730.922500', '134731.382500', '134731.842500', '134732.302500', '134732.762500', '134733.222500', '134733.682500', '134734.142500', '134734.602500', '134735.062500', '134735.522500', '134735.982500', '134736.442500', '134736.902500', '134737.362500', '134737.822500', '134738.282500', '134738.742500', '134739.202500', '134739.662500', '134740.122500', '134740.582500', '134741.042500', '134741.502500', '134741.962500', '134742.422500', '134742.882500', '134743.342500', '134743.802500', '134744.262500', '134744.722500', '134745.182500', '134745.642500', '134746.102500', '134746.562500', '134747.022500', '134747.482500', '134747.942500', '134748.402500', '134748.862500', '134749.322500', '134749.782500', '134750.242500', '134750.702500', '134751.162500', '134751.622500', '134752.082500', '134752.542500', '134753.002500', '134753.462500', '134753.922500', '134754.382500', '134754.842500', '134755.302500', '134755.762500', '134756.222500', '134756.682500', '134757.142500', '134757.602500', '134758.062500', '134758.522500', '134758.982500', '134759.442500', '134759.902500', '134800.362500', '134800.822500', '134801.282500', '134801.742500', '134802.202500', '134802.662500', '134803.122500', '134803.582500', '134804.042500', '134804.502500', '134804.962500', '134805.422500', '134805.882500', '134806.342500', '134806.802500', '134807.262500', '134807.722500', '134808.182500', '134808.642500', '134809.102500', '134809.562500', '134810.022500', '134810.482500', '134810.942500', '134811.402500', '134811.862500', '134812.322500', '134812.782500', '134813.242500', '134813.702500', '134814.162500', '134814.622500', '134815.082500', '134815.542500', '134816.002500', '134816.462500', '134816.922500', '134817.382500', '134817.842500', '134818.302500', '134818.762500', '134819.222500', '134819.682500', '134820.142500', '134820.602500', '134821.062500', '134821.522500', '134821.982500', '134822.442500', '134822.902500', '134823.362500', '134823.822500', '134824.282500', '134824.742500', '134825.202500', '134825.662500', '134826.122500', '134826.582500', '134827.042500', '134827.502500', '134827.962500', '134828.422500', '134828.882500', '134829.342500', '134829.802500', '134830.262500', '134830.722500', '134831.182500', '134831.642500', '134832.102500', '134832.562500', '134833.022500', '134833.482500', '134833.942500', '134834.402500', '134834.862500', '134835.322500', '134835.782500', '134836.242500', '134836.702500', '134837.162500', '134837.622500', '134838.082500', '134838.542500', '134839.002500', '134839.462500', '134839.922500', '134840.382500', '134840.842500', '134841.302500', '134841.762500', '134842.222500', '134842.682500', '134843.142500', '134843.602500', '134844.062500', '134844.522500', '134844.982500', '134845.442500', '134845.902500', '134846.362500', '134846.822500', '134847.282500', '134847.742500', '134848.202500', '134848.662500', '134849.122500', '134849.582500', '134850.042500', '134850.502500', '134850.962500', '134851.422500', '134851.882500', '134852.342500', '134852.802500', '134853.262500', '134853.722500', '134854.182500', '134854.642500', '134855.102500', '134855.562500', '134856.022500', '134856.482500', '134856.942500', '134857.402500', '134857.862500', '134858.322500', '134858.782500', '134859.242500', '134859.702500', '134900.162500', '134900.622500', '134901.082500', '134901.542500', '134902.002500', '134902.462500', '134902.922500', '134903.382500', '134903.842500', '134904.302500', '134904.762500', '134905.222500', '134905.682500', '134906.142500', '134906.602500', '134907.062500', '134907.522500', '134907.982500', '134908.442500', '134908.902500', '134909.362500', '134909.822500', '134910.282500', '134910.742500', '134911.202500', '134911.662500', '134912.122500', '134912.582500', '134913.042500', '134913.502500', '134913.962500', '134914.422500', '134914.882500', '134915.342500', '134915.802500', '134916.262500', '134916.722500', '134917.182500', '134917.642500', '134918.102500', '134918.562500', '134919.022500', '134919.482500', '134919.942500', '134920.402500', '134920.862500', '134921.322500', '134921.782500', '134922.242500', '134922.702500', '134923.162500', '134923.622500', '134924.082500', '134924.542500', '134925.002500', '134925.462500', '134925.922500', '134926.382500', '134926.842500', '134927.302500', '134927.762500', '134928.222500', '134928.682500', '134929.142500', '134929.602500', '134930.062500', '134930.522500', '134930.982500', '134931.442500', '134931.902500', '134932.362500', '134932.822500', '134933.282500', '134933.742500', '134934.202500', '134934.662500', '134935.122500', '134935.582500', '134936.042500', '134936.502500', '134936.962500', '134937.422500', '134937.882500', '134938.342500', '134938.802500', '134939.262500', '134939.722500', '134940.182500', '134940.642500', '134941.102500', '134941.562500', '134942.022500', '134942.482500', '134942.942500', '134943.402500', '134943.862500', '134944.322500', '134944.782500', '134945.242500', '134945.702500', '134946.162500', '134946.622500', '134947.082500', '134947.542500', '134948.002500', '134948.462500', '134948.922500', '134949.382500', '134949.842500', '134950.302500', '134950.762500', '134951.222500', '134951.682500', '134952.142500', '134952.602500', '134953.062500', '134953.522500', '134953.982500', '134954.442500', '134954.902500', '134955.362500', '134955.822500', '134956.282500', '134956.742500', '134957.202500', '134957.662500', '134958.122500', '134958.582500', '134959.042500', '134959.502500', '134959.962500', '135000.422500', '135000.882500', '135001.342500', '135001.802500', '135002.262500', '135002.722500', '135003.182500', '135003.642500', '135004.102500', '135004.562500', '135005.022500', '135005.482500', '135005.942500', '135006.402500', '135006.862500', '135007.322500', '135007.782500', '135008.242500', '135008.702500', '135009.162500', '135009.622500', '135010.082500', '135010.542500', '135011.002500', '135011.462500', '135011.922500', '135012.382500', '135012.842500', '135013.302500', '135013.762500', '135014.222500', '135014.682500', '135015.142500', '135015.602500', '135016.062500', '135016.522500', '135016.982500', '135017.442500', '135017.902500', '135018.362500', '135018.822500', '135019.282500', '135019.742500', '135020.202500', '135020.662500', '135021.122500', '135021.582500', '135022.042500', '135022.502500', '135022.962500', '135023.422500', '135023.882500', '135024.342500', '135024.802500', '135025.262500', '135025.722500', '135026.182500', '135026.642500', '135027.102500', '135027.562500', '135028.022500', '135028.482500', '135028.942500', '135029.402500', '135029.862500', '135030.322500', '135030.782500', '135031.242500', '135031.702500', '135032.162500', '135032.622500', '135033.082500', '135033.542500', '135034.002500', '135034.462500', '135034.922500', '135035.382500', '135035.842500', '135036.302500', '135036.762500', '135037.222500', '135037.682500', '135038.142500', '135038.602500', '135039.062500', '135039.522500', '135039.982500', '135040.442500', '135040.902500', '135041.362500', '135041.822500', '135042.282500', '135042.742500', '135043.202500', '135043.662500', '135044.122500', '135044.582500', '135045.042500', '135045.502500', '135045.962500', '135046.422500', '135046.882500', '135047.342500', '135047.802500', '135048.262500', '135048.722500', '135049.182500', '135049.642500', '135050.102500', '135050.562500', '135051.022500', '135051.482500', '135051.942500', '135052.402500', '135052.862500', '135053.322500', '135053.782500', '135054.242500', '135054.702500', '135055.162500', '135055.622500', '135056.082500', '135056.542500', '135057.002500', '135057.462500', '135057.922500', '135058.382500', '135058.842500', '135059.302500', '135059.762500', '135100.222500', '135100.682500', '135101.142500', '135101.602500', '135102.062500', '135102.522500', '135102.982500', '135103.442500', '135103.902500', '135104.362500', '135104.822500', '135105.282500', '135105.742500', '135106.202500', '135106.662500', '135107.122500', '135107.582500', '135108.042500', '135108.502500', '135108.962500', '135109.422500', '135109.882500', '135110.342500', '135110.802500', '135111.262500', '135111.722500', '135112.182500', '135112.642500', '135113.102500', '135113.562500', '135114.022500', '135114.482500', '135114.942500', '135115.402500', '135115.862500', '135116.322500', '135116.782500', '135117.242500', '135117.702500', '135118.162500', '135118.622500', '135119.082500', '135119.542500', '135120.002500', '135120.462500', '135120.922500', '135121.382500', '135121.842500', '135122.302500', '135122.762500', '135123.222500', '135123.682500', '135124.142500', '135124.602500', '135125.062500', '135125.522500', '135125.982500', '135126.442500', '135126.902500', '135127.362500', '135127.822500', '135128.282500', '135128.742500', '135129.202500', '135129.662500', '135130.122500', '135130.582500', '135131.042500', '135131.502500', '135131.962500', '135132.422500', '135132.882500', '135133.342500', '135133.802500', '135134.262500', '135134.722500', '135135.182500', '135135.642500', '135136.102500', '135136.562500', '135137.022500', '135137.482500', '135137.942500', '135138.402500', '135138.862500', '135139.322500', '135139.782500', '135140.242500', '135140.702500', '135141.162500', '135141.622500', '135142.082500', '135142.542500', '135143.002500', '135143.462500', '135143.922500', '135144.382500', '135144.842500', '135145.302500', '135145.762500', '135146.222500', '135146.682500', '135147.142500', '135147.602500', '135148.062500', '135148.522500', '135148.982500', '135149.442500', '135149.902500', '135150.362500', '135150.822500', '135151.282500', '135151.742500', '135152.202500', '135152.662500', '135153.122500', '135153.582500', '135154.042500', '135154.502500', '135154.962500', '135155.422500', '135155.882500', '135156.342500', '135156.802500', '135157.262500', '135157.722500', '135158.182500', '135158.642500', '135159.102500', '135159.562500', '135200.022500', '135200.482500', '135200.942500', '135201.402500', '135201.862500', '135202.322500', '135202.782500', '135203.242500', '135203.702500', '135204.162500', '135204.622500', '135205.082500', '135205.542500', '135206.002500', '135206.462500', '135206.922500', '135207.382500', '135207.842500', '135208.302500', '135208.762500', '135209.222500', '135209.682500', '135210.142500', '135210.602500', '135211.062500', '135211.522500', '135211.982500', '135212.442500', '135212.902500', '135213.362500', '135213.822500', '135214.282500', '135214.742500', '135215.202500', '135215.662500', '135216.122500', '135216.582500', '135217.042500', '135217.502500', '135217.962500', '135218.422500', '135218.882500', '135219.342500', '135219.802500', '135220.262500', '135220.722500', '135221.182500', '135221.642500', '135222.102500', '135222.562500', '135223.022500', '135223.482500', '135223.942500', '135224.402500', '135224.862500', '135225.322500', '135225.782500', '135226.242500', '135226.702500', '135227.162500', '135227.622500', '135228.082500', '135228.542500', '135229.002500', '135229.462500', '135229.922500', '135230.382500', '135230.842500', '135231.302500', '135231.762500', '135232.222500', '135232.682500', '135233.142500', '135233.602500', '135234.062500', '135234.522500', '135234.982500', '135235.442500', '135235.902500', '135236.362500', '135236.822500', '135237.282500', '135237.742500', '135238.202500', '135238.662500', '135239.122500', '135239.582500', '135240.042500', '135240.502500', '135240.962500', '135241.422500', '135241.882500', '135242.342500', '135242.802500', '135243.262500', '135243.722500', '135244.182500', '135244.642500', '135245.102500', '135245.562500', '135246.022500', '135246.482500', '135246.942500', '135247.402500', '135247.862500', '135248.322500', '135248.782500', '135249.242500', '135249.702500', '135250.162500', '135250.622500', '135251.082500', '135251.542500', '135252.002500', '135252.462500', '135252.922500', '135253.382500', '135253.842500', '135254.302500', '135254.762500', '135255.222500', '135255.682500', '135256.142500', '135256.602500', '135257.062500', '135257.522500', '135257.982500', '135258.442500', '135258.902500', '135259.362500', '135259.822500', '135300.282500', '135300.742500', '135301.202500', '135301.662500', '135302.122500', '135302.582500', '135303.042500', '135303.502500', '135303.962500', '135304.422500', '135304.882500', '135305.342500', '135305.802500', '135306.262500', '135306.722500', '135307.182500', '135307.642500', '135308.102500', '135308.562500', '135309.022500', '135309.482500', '135309.942500', '135310.402500', '135310.862500', '135311.322500', '135311.782500', '135312.242500', '135312.702500', '135313.162500', '135313.622500', '135314.082500', '135314.542500', '135315.002500', '135315.462500', '135315.922500', '135316.382500', '135316.842500', '135317.302500', '135317.762500', '135318.222500', '135318.682500', '135319.142500', '135319.602500', '135320.062500', '135320.522500', '135320.982500', '135321.442500', '135321.902500', '135322.362500', '135322.822500', '135323.282500', '135323.742500', '135324.202500', '135324.662500', '135325.122500', '135325.582500', '135326.042500', '135326.502500', '135326.962500', '135327.422500', '135327.882500', '135328.342500', '135328.802500', '135329.262500', '135329.722500', '135330.182500', '135330.642500', '135331.102500', '135331.562500', '135332.022500', '135332.482500', '135332.942500', '135333.402500', '135333.862500', '135334.322500', '135334.782500', '135335.242500', '135335.702500', '135336.162500', '135336.622500', '135337.082500', '135337.542500', '135338.002500', '135338.462500', '135338.922500', '135339.382500', '135339.842500', '135340.302500', '135340.762500', '135341.222500', '135341.682500', '135342.142500', '135342.602500', '135343.062500', '135343.522500', '135343.982500', '135344.442500', '135344.902500', '135345.362500', '135345.822500', '135346.282500', '135346.742500', '135347.202500', '135347.662500', '135348.122500', '135348.582500', '135349.042500', '135349.502500', '135349.962500', '135350.422500', '135350.882500', '135351.342500', '135351.802500', '135352.262500', '135352.722500', '135353.182500', '135353.642500', '135354.102500', '135354.562500', '135355.022500', '135355.482500', '135355.942500', '135356.402500', '135356.862500', '135357.322500', '135357.782500', '135358.242500', '135358.702500', '135359.162500', '135359.622500', '135400.082500', '135400.542500', '135401.002500', '135401.462500', '135401.922500', '135402.382500', '135402.842500', '135403.302500', '135403.762500', '135404.222500', '135404.682500', '135405.142500', '135405.602500', '135406.062500', '135406.522500', '135406.982500', '135407.442500', '135407.902500', '135408.362500', '135408.822500', '135409.282500', '135409.742500', '135410.202500', '135410.662500', '135411.122500', '135411.582500', '135412.042500', '135412.502500', '135412.962500', '135413.422500', '135413.882500', '135414.342500', '135414.802500', '135415.262500', '135415.722500', '135416.182500', '135416.642500', '135417.102500', '135417.562500', '135418.022500', '135418.482500', '135418.942500', '135419.402500', '135419.862500', '135420.322500', '135420.782500', '135421.242500', '135421.702500', '135422.162500', '135422.622500', '135423.082500', '135423.542500', '135424.002500', '135424.462500', '135424.922500', '135425.382500', '135425.842500', '135426.302500', '135426.762500', '135427.222500', '135427.682500', '135428.142500', '135428.602500', '135429.062500', '135429.522500', '135429.982500', '135430.442500', '135430.902500', '135431.362500', '135431.822500', '135432.282500', '135432.742500', '135433.202500', '135433.662500', '135434.122500', '135434.582500', '135435.042500', '135435.502500', '135435.962500', '135436.422500', '135436.882500', '135437.342500', '135437.802500', '135438.262500', '135438.722500', '135439.182500', '135439.642500', '135440.102500', '135440.562500', '135441.022500', '135441.482500', '135441.942500', '135442.402500', '135442.862500', '135443.322500', '135443.782500', '135444.242500', '135444.702500', '135445.162500', '135445.622500', '135446.082500', '135446.542500', '135447.002500', '135447.462500', '135447.922500', '135448.382500', '135448.842500', '135449.302500', '135449.762500', '135450.222500', '135450.682500', '135451.142500', '135451.602500', '135452.062500', '135452.522500', '135452.982500', '135453.442500', '135453.902500', '135454.362500', '135454.822500', '135455.282500', '135455.742500', '135456.202500', '135456.662500', '135457.122500', '135457.582500', '135458.042500', '135458.502500', '135458.962500', '135459.422500', '135459.882500', '135500.342500', '135500.802500', '135501.262500', '135501.722500', '135502.182500', '135502.642500', '135503.102500', '135503.562500', '135504.022500', '135504.482500', '135504.942500', '135505.402500', '135505.862500', '135506.322500', '135506.782500', '135507.242500', '135507.702500', '135508.162500', '135508.622500', '135509.082500', '135509.542500', '135510.002500', '135510.462500', '135510.922500', '135511.382500', '135511.842500', '135512.302500', '135512.762500'], 'ContentTime': ['134634.397000', '134634.401000', '134634.410000', '134634.413000', '134634.416000', '134634.428000', '134634.431000', '134634.434000', '134634.437000', '134634.440000', '134634.443000', '134634.446000', '134634.449000', '134634.452000', '134634.455000', '134634.458000', '134634.461000', '134634.464000', '134634.467000', '134634.470000', '134634.473000', '134634.476000', '134634.479000', '134634.482000', '134634.485000', '134634.488000', '134634.499000', '134634.502000', '134634.505000', '134654.365000', '134654.368000', '134654.371000', '134654.374000', '134654.393000', '134654.396000', '134654.399000', '134654.402000', '134654.405000', '134654.408000', '134654.411000', '134654.414000', '134654.417000', '134654.420000', '134654.423000', '134654.426000', '134654.429000', '134654.432000', '134654.435000', '134654.438000', '134654.441000', '134654.448000', '134654.451000', '134654.454000', '134654.457000', '134654.460000', '134654.463000', '134654.466000', '134654.469000', '134654.472000', '134654.475000', '134654.478000', '134654.481000', '134654.484000', '134654.487000', '134654.490000', '134654.493000', '134654.496000', '134654.499000', '134654.502000', '134654.505000', '134654.508000', '134654.511000', '134714.365000', '134714.368000', '134714.371000', '134714.381000', '134714.384000', '134714.387000', '134714.390000', '134714.393000', '134714.396000', '134714.399000', '134714.402000', '134714.405000', '134714.408000', '134714.411000', '134714.414000', '134714.417000', '134714.420000', '134714.423000', '134714.426000', '134714.429000', '134714.432000', '134714.435000', '134714.438000', '134714.441000', '134714.444000', '134714.447000', '134714.450000', '134714.453000', '134714.456000', '134714.459000', '134714.462000', '134714.465000', '134714.467000', '134714.470000', '134714.473000', '134714.476000', '134714.479000', '134714.482000', '134714.485000', '134714.493000', '134714.508000', '134714.511000', '134714.514000', '134714.517000', '134734.365000', '134734.368000', '134734.371000', '134734.376000', '134734.380000', '134734.383000', '134734.385000', '134734.388000', '134734.391000', '134734.394000', '134734.397000', '134734.400000', '134734.403000', '134734.405000', '134734.408000', '134734.411000', '134734.414000', '134734.417000', '134734.420000', '134734.423000', '134734.425000', '134734.428000', '134734.431000', '134734.434000', '134734.437000', '134734.439000', '134734.442000', '134734.445000', '134734.448000', '134734.451000', '134734.453000', '134734.456000', '134734.459000', '134734.462000', '134734.465000', '134734.468000', '134734.470000', '134734.473000', '134734.476000', '134734.479000', '134734.482000', '134734.485000', '134734.487000', '134754.365000', '134754.368000', '134754.371000', '134754.374000', '134754.376000', '134754.379000', '134754.382000', '134754.385000', '134754.388000', '134754.390000', '134754.393000', '134754.396000', '134754.399000', '134754.402000', '134754.405000', '134754.407000', '134754.410000', '134754.413000', '134754.416000', '134754.419000', '134754.421000', '134754.424000', '134754.427000', '134754.430000', '134754.433000', '134754.435000', '134754.438000', '134754.441000', '134754.444000', '134754.447000', '134754.450000', '134754.453000', '134754.455000', '134754.458000', '134754.461000', '134754.464000', '134754.467000', '134754.470000', '134754.473000', '134754.475000', '134754.478000', '134754.481000', '134754.484000', '134754.487000', '134814.366000', '134814.369000', '134814.372000', '134814.375000', '134814.378000', '134814.380000', '134814.383000', '134814.386000', '134814.389000', '134814.393000', '134814.398000', '134814.401000', '134814.404000', '134814.407000', '134814.410000', '134814.413000', '134814.416000', '134814.418000', '134814.421000', '134814.424000', '134814.427000', '134814.430000', '134814.433000', '134814.436000', '134814.439000', '134814.441000', '134814.444000', '134814.447000', '134814.450000', '134814.453000', '134814.456000', '134814.458000', '134814.461000', '134814.464000', '134814.467000', '134814.470000', '134814.472000', '134814.475000', '134814.478000', '134814.481000', '134814.484000', '134814.486000', '134814.489000', '134834.366000', '134834.375000', '134834.377000', '134834.380000', '134834.383000', '134834.386000', '134834.389000', '134834.392000', '134834.395000', '134834.398000', '134834.400000', '134834.403000', '134834.406000', '134834.409000', '134834.412000', '134834.415000', '134834.418000', '134834.421000', '134834.423000', '134834.426000', '134834.429000', '134834.432000', '134834.435000', '134834.437000', '134834.440000', '134834.443000', '134834.446000', '134834.449000', '134834.452000', '134834.455000', '134834.457000', '134834.460000', '134834.463000', '134834.466000', '134834.469000', '134834.471000', '134834.474000', '134834.477000', '134834.480000', '134834.483000', '134834.486000', '134834.489000', '134834.492000', '134834.494000', '134854.366000', '134854.369000', '134854.371000', '134854.374000', '134854.377000', '134854.380000', '134854.383000', '134854.386000', '134854.389000', '134854.391000', '134854.394000', '134854.397000', '134854.400000', '134854.403000', '134854.406000', '134854.409000', '134854.411000', '134854.414000', '134854.417000', '134854.420000', '134854.423000', '134854.426000', '134854.429000', '134854.432000', '134854.434000', '134854.437000', '134854.440000', '134854.443000', '134854.446000', '134854.448000', '134854.451000', '134854.457000', '134854.460000', '134854.464000', '134854.467000', '134854.481000', '134854.484000', '134854.487000', '134854.490000', '134854.492000', '134854.495000', '134854.498000', '134854.501000', '134914.365000', '134914.368000', '134914.371000', '134914.373000', '134914.376000', '134914.379000', '134914.382000', '134914.385000', '134914.388000', '134914.391000', '134914.394000', '134914.396000', '134914.399000', '134914.402000', '134914.405000', '134914.408000', '134914.411000', '134914.413000', '134914.416000', '134914.419000', '134914.422000', '134914.425000', '134914.428000', '134914.430000', '134914.433000', '134914.436000', '134914.439000', '134914.442000', '134914.445000', '134914.447000', '134914.450000', '134914.453000', '134914.456000', '134914.459000', '134914.461000', '134914.464000', '134914.467000', '134914.470000', '134914.473000', '134914.475000', '134914.478000', '134914.481000', '134914.484000', '134914.486000', '134934.366000', '134934.369000', '134934.372000', '134934.375000', '134934.378000', '134934.381000', '134934.384000', '134934.387000', '134934.389000', '134934.392000', '134934.395000', '134934.398000', '134934.401000', '134934.404000', '134934.407000', '134934.409000', '134934.412000', '134934.415000', '134934.418000', '134934.421000', '134934.426000', '134934.430000', '134934.433000', '134934.436000', '134934.439000', '134934.441000', '134934.444000', '134934.447000', '134934.450000', '134934.453000', '134934.456000', '134934.458000', '134934.461000', '134934.464000', '134934.467000', '134934.470000', '134934.473000', '134934.475000', '134934.478000', '134934.481000', '134934.484000', '134934.487000', '134934.490000', '134954.365000', '134954.368000', '134954.371000', '134954.374000', '134954.376000', '134954.379000', '134954.382000', '134954.385000', '134954.388000', '134954.391000', '134954.393000', '134954.396000', '134954.399000', '134954.402000', '134954.405000', '134954.408000', '134954.411000', '134954.413000', '134954.416000', '134954.419000', '134954.422000', '134954.425000', '134954.428000', '134954.431000', '134954.433000', '134954.436000', '134954.439000', '134954.442000', '134954.445000', '134954.448000', '134954.450000', '134954.453000', '134954.456000', '134954.459000', '134954.462000', '134954.465000', '134954.468000', '134954.470000', '134954.473000', '134954.476000', '134954.479000', '134954.482000', '134954.485000', '134954.487000', '135014.365000', '135014.368000', '135014.371000', '135014.374000', '135014.376000', '135014.379000', '135014.382000', '135014.385000', '135014.388000', '135014.391000', '135014.393000', '135014.396000', '135014.399000', '135014.402000', '135014.405000', '135014.408000', '135014.410000', '135014.413000', '135014.416000', '135014.419000', '135014.422000', '135014.425000', '135014.428000', '135014.430000', '135014.433000', '135014.436000', '135014.439000', '135014.442000', '135014.444000', '135014.448000', '135014.451000', '135014.454000', '135014.457000', '135014.460000', '135014.463000', '135014.466000', '135014.469000', '135014.472000', '135014.475000', '135014.477000', '135014.480000', '135014.483000', '135014.486000', '135034.366000', '135034.369000', '135034.372000', '135034.375000', '135034.377000', '135034.380000', '135034.383000', '135034.386000', '135034.389000', '135034.392000', '135034.395000', '135034.397000', '135034.400000', '135034.403000', '135034.406000', '135034.409000', '135034.412000', '135034.432000', '135034.435000', '135034.438000', '135034.440000', '135034.443000', '135034.446000', '135034.449000', '135034.452000', '135034.455000', '135034.458000', '135034.461000', '135034.463000', '135034.466000', '135034.469000', '135034.472000', '135034.475000', '135034.478000', '135034.481000', '135034.484000', '135034.486000', '135034.489000', '135034.492000', '135034.495000', '135034.498000', '135034.500000', '135034.503000', '135034.506000', '135054.366000', '135054.369000', '135054.372000', '135054.375000', '135054.378000', '135054.380000', '135054.383000', '135054.386000', '135054.389000', '135054.392000', '135054.394000', '135054.397000', '135054.400000', '135054.404000', '135054.408000', '135054.410000', '135054.414000', '135054.416000', '135054.419000', '135054.422000', '135054.425000', '135054.428000', '135054.431000', '135054.433000', '135054.436000', '135054.439000', '135054.442000', '135054.445000', '135054.448000', '135054.450000', '135054.453000', '135054.456000', '135054.459000', '135054.462000', '135054.465000', '135054.469000', '135054.473000', '135054.475000', '135054.479000', '135054.481000', '135054.484000', '135054.487000', '135054.490000', '135114.366000', '135114.369000', '135114.372000', '135114.375000', '135114.378000', '135114.381000', '135114.383000', '135114.386000', '135114.389000', '135114.392000', '135114.395000', '135114.398000', '135114.400000', '135114.403000', '135114.406000', '135114.409000', '135114.412000', '135114.415000', '135114.418000', '135114.420000', '135114.423000', '135114.426000', '135114.429000', '135114.432000', '135114.435000', '135114.438000', '135114.441000', '135114.443000', '135114.446000', '135114.449000', '135114.452000', '135114.455000', '135114.457000', '135114.460000', '135114.463000', '135114.466000', '135114.469000', '135114.472000', '135114.474000', '135114.477000', '135114.480000', '135114.483000', '135114.486000', '135114.488000', '135134.365000', '135134.368000', '135134.371000', '135134.374000', '135134.376000', '135134.379000', '135134.382000', '135134.385000', '135134.388000', '135134.390000', '135134.393000', '135134.396000', '135134.399000', '135134.402000', '135134.405000', '135134.408000', '135134.410000', '135134.413000', '135134.416000', '135134.419000', '135134.422000', '135134.425000', '135134.427000', '135134.430000', '135134.433000', '135134.436000', '135134.439000', '135134.442000', '135134.445000', '135134.448000', '135134.451000', '135134.453000', '135134.456000', '135134.459000', '135134.462000', '135134.465000', '135134.468000', '135134.470000', '135134.473000', '135134.476000', '135134.481000', '135134.484000', '135134.487000', '135154.365000', '135154.368000', '135154.371000', '135154.374000', '135154.377000', '135154.379000', '135154.382000', '135154.385000', '135154.388000', '135154.391000', '135154.393000', '135154.396000', '135154.399000', '135154.402000', '135154.405000', '135154.408000', '135154.411000', '135154.413000', '135154.416000', '135154.419000', '135154.422000', '135154.424000', '135154.427000', '135154.430000', '135154.433000', '135154.436000', '135154.439000', '135154.441000', '135154.452000', '135154.455000', '135154.457000', '135154.460000', '135154.463000', '135154.466000', '135154.469000', '135154.471000', '135154.474000', '135154.477000', '135154.480000', '135154.483000', '135154.486000', '135154.488000', '135154.491000', '135154.494000', '135214.365000', '135214.368000', '135214.371000', '135214.374000', '135214.376000', '135214.379000', '135214.382000', '135214.385000', '135214.388000', '135214.390000', '135214.393000', '135214.396000', '135214.399000', '135214.402000', '135214.405000', '135214.408000', '135214.410000', '135214.413000', '135214.416000', '135214.419000', '135214.422000', '135214.425000', '135214.428000', '135214.430000', '135214.433000', '135214.436000', '135214.439000', '135214.443000', '135214.446000', '135214.449000', '135214.452000', '135214.455000', '135214.457000', '135214.460000', '135214.463000', '135214.466000', '135214.469000', '135214.471000', '135214.474000', '135214.477000', '135214.480000', '135214.483000', '135214.486000', '135234.365000', '135234.368000', '135234.370000', '135234.373000', '135234.376000', '135234.379000', '135234.382000', '135234.385000', '135234.388000', '135234.391000', '135234.393000', '135234.396000', '135234.399000', '135234.402000', '135234.405000', '135234.408000', '135234.411000', '135234.413000', '135234.416000', '135234.419000', '135234.422000', '135234.425000', '135234.428000', '135234.431000', '135234.433000', '135234.436000', '135234.439000', '135234.442000', '135234.445000', '135234.448000', '135234.450000', '135234.453000', '135234.456000', '135234.459000', '135234.462000', '135234.464000', '135234.467000', '135234.470000', '135234.473000', '135234.476000', '135234.478000', '135234.481000', '135234.484000', '135234.487000', '135254.366000', '135254.369000', '135254.372000', '135254.375000', '135254.377000', '135254.381000', '135254.383000', '135254.386000', '135254.389000', '135254.392000', '135254.395000', '135254.398000', '135254.400000', '135254.403000', '135254.406000', '135254.409000', '135254.412000', '135254.415000', '135254.417000', '135254.420000', '135254.423000', '135254.426000', '135254.429000', '135254.431000', '135254.434000', '135254.437000', '135254.440000', '135254.443000', '135254.445000', '135254.448000', '135254.451000', '135254.454000', '135254.457000', '135254.460000', '135254.463000', '135254.465000', '135254.468000', '135254.471000', '135254.474000', '135254.477000', '135254.479000', '135254.482000', '135254.485000', '135314.366000', '135314.369000', '135314.372000', '135314.375000', '135314.377000', '135314.380000', '135314.383000', '135314.386000', '135314.389000', '135314.392000', '135314.395000', '135314.397000', '135314.400000', '135314.403000', '135314.406000', '135314.409000', '135314.418000', '135314.421000', '135314.424000', '135314.427000', '135314.430000', '135314.433000', '135314.436000', '135314.438000', '135314.441000', '135314.444000', '135314.447000', '135314.450000', '135314.453000', '135314.455000', '135314.458000', '135314.461000', '135314.464000', '135314.467000', '135314.470000', '135314.473000', '135314.475000', '135314.478000', '135314.481000', '135314.484000', '135314.487000', '135314.490000', '135314.493000', '135314.496000', '135334.366000', '135334.369000', '135334.372000', '135334.374000', '135334.377000', '135334.380000', '135334.383000', '135334.386000', '135334.389000', '135334.392000', '135334.394000', '135334.397000', '135334.400000', '135334.403000', '135334.406000', '135334.409000', '135334.412000', '135334.414000', '135334.417000', '135334.420000', '135334.423000', '135334.426000', '135334.429000', '135334.432000', '135334.435000', '135334.437000', '135334.440000', '135334.443000', '135334.446000', '135334.449000', '135334.452000', '135334.454000', '135334.457000', '135334.460000', '135334.463000', '135334.466000', '135334.469000', '135334.472000', '135334.474000', '135334.477000', '135334.482000', '135334.485000', '135334.488000', '135354.365000', '135354.368000', '135354.371000', '135354.373000', '135354.376000', '135354.379000', '135354.382000', '135354.385000', '135354.388000', '135354.391000', '135354.394000', '135354.396000', '135354.399000', '135354.402000', '135354.405000', '135354.408000', '135354.411000', '135354.414000', '135354.416000', '135354.419000', '135354.422000', '135354.425000', '135354.428000', '135354.431000', '135354.433000', '135354.436000', '135354.439000', '135354.442000', '135354.445000', '135354.448000', '135354.450000', '135354.453000', '135354.456000', '135354.459000', '135354.462000', '135354.464000', '135354.467000', '135354.470000', '135354.473000', '135354.476000', '135354.478000', '135354.481000', '135354.484000', '135354.487000', '135414.365000', '135414.368000', '135414.371000', '135414.374000', '135414.376000', '135414.379000', '135414.382000', '135414.385000', '135414.388000', '135414.391000', '135414.393000', '135414.396000', '135414.399000', '135414.402000', '135414.405000', '135414.408000', '135414.410000', '135414.413000', '135414.416000', '135414.419000', '135414.422000', '135414.425000', '135414.428000', '135414.431000', '135414.433000', '135414.436000', '135414.439000', '135414.442000', '135414.445000', '135414.447000', '135414.450000', '135414.453000', '135414.456000', '135414.459000', '135414.462000', '135414.465000', '135414.467000', '135414.470000', '135414.473000', '135414.476000', '135414.478000', '135414.481000', '135414.484000', '135434.365000', '135434.368000', '135434.371000', '135434.373000', '135434.376000', '135434.379000', '135434.382000', '135434.385000', '135434.388000', '135434.391000', '135434.393000', '135434.396000', '135434.399000', '135434.402000', '135434.405000', '135434.407000', '135434.410000', '135434.413000', '135434.416000', '135434.419000', '135434.422000', '135434.425000', '135434.427000', '135434.430000', '135434.433000', '135434.436000', '135434.439000', '135434.442000', '135434.445000', '135434.448000', '135434.450000', '135434.453000', '135434.456000', '135434.459000', '135434.461000', '135434.464000', '135434.467000', '135434.470000', '135434.473000', '135434.476000', '135434.479000', '135434.481000', '135434.484000', '135434.487000', '135454.365000', '135454.368000', '135454.371000', '135454.374000', '135454.376000', '135454.379000', '135454.382000', '135454.385000', '135454.388000', '135454.391000', '135454.394000', '135454.397000', '135454.400000', '135454.402000', '135454.405000', '135454.408000', '135454.411000', '135454.414000', '135454.422000', '135454.425000', '135454.428000', '135454.431000', '135454.434000', '135454.437000', '135454.439000', '135454.442000', '135454.445000', '135454.448000', '135454.451000', '135454.454000', '135454.457000', '135454.459000', '135454.462000', '135454.465000', '135454.468000', '135454.471000', '135454.474000', '135454.476000', '135454.479000', '135454.482000', '135454.485000', '135454.488000', '135454.491000', '135513.501000', '135513.504000', '135513.508000', '135513.511000', '135513.515000', '135513.518000', '135513.521000', '135513.524000', '135513.527000', '135513.531000', '135513.534000', '135513.537000', '135513.540000', '135513.543000', '135513.545000', '135513.549000', '135513.551000', '135513.554000', '135513.557000', '135513.561000', '135513.564000', '135513.567000', '135513.570000', '135513.573000', '135513.576000', '135513.579000', '135513.582000', '135513.585000', '135513.588000', '135513.590000', '135513.593000', '135513.596000', '135513.599000', '135513.602000', '135513.605000', '135513.608000', '135513.611000', '135513.613000', '135513.616000', '135513.619000', '135513.622000', '135513.625000'], 'InstanceCreationTime': ['134634.397000', '134634.401000', '134634.410000', '134634.413000', '134634.416000', '134634.428000', '134634.431000', '134634.434000', '134634.437000', '134634.440000', '134634.443000', '134634.446000', '134634.449000', '134634.452000', '134634.455000', '134634.458000', '134634.461000', '134634.464000', '134634.467000', '134634.470000', '134634.473000', '134634.476000', '134634.479000', '134634.482000', '134634.485000', '134634.488000', '134634.499000', '134634.502000', '134634.505000', '134654.365000', '134654.368000', '134654.371000', '134654.374000', '134654.393000', '134654.396000', '134654.399000', '134654.402000', '134654.405000', '134654.408000', '134654.411000', '134654.414000', '134654.417000', '134654.420000', '134654.423000', '134654.426000', '134654.429000', '134654.432000', '134654.435000', '134654.438000', '134654.441000', '134654.448000', '134654.451000', '134654.454000', '134654.457000', '134654.460000', '134654.463000', '134654.466000', '134654.469000', '134654.472000', '134654.475000', '134654.478000', '134654.481000', '134654.484000', '134654.487000', '134654.490000', '134654.493000', '134654.496000', '134654.499000', '134654.502000', '134654.505000', '134654.508000', '134654.511000', '134714.365000', '134714.368000', '134714.371000', '134714.381000', '134714.384000', '134714.387000', '134714.390000', '134714.393000', '134714.396000', '134714.399000', '134714.402000', '134714.405000', '134714.408000', '134714.411000', '134714.414000', '134714.417000', '134714.420000', '134714.423000', '134714.426000', '134714.429000', '134714.432000', '134714.435000', '134714.438000', '134714.441000', '134714.444000', '134714.447000', '134714.450000', '134714.453000', '134714.456000', '134714.459000', '134714.462000', '134714.465000', '134714.467000', '134714.470000', '134714.473000', '134714.476000', '134714.479000', '134714.482000', '134714.485000', '134714.493000', '134714.508000', '134714.511000', '134714.514000', '134714.517000', '134734.365000', '134734.368000', '134734.371000', '134734.376000', '134734.380000', '134734.383000', '134734.385000', '134734.388000', '134734.391000', '134734.394000', '134734.397000', '134734.400000', '134734.403000', '134734.405000', '134734.408000', '134734.411000', '134734.414000', '134734.417000', '134734.420000', '134734.423000', '134734.425000', '134734.428000', '134734.431000', '134734.434000', '134734.437000', '134734.439000', '134734.442000', '134734.445000', '134734.448000', '134734.451000', '134734.453000', '134734.456000', '134734.459000', '134734.462000', '134734.465000', '134734.468000', '134734.470000', '134734.473000', '134734.476000', '134734.479000', '134734.482000', '134734.485000', '134734.487000', '134754.365000', '134754.368000', '134754.371000', '134754.374000', '134754.376000', '134754.379000', '134754.382000', '134754.385000', '134754.388000', '134754.390000', '134754.393000', '134754.396000', '134754.399000', '134754.402000', '134754.405000', '134754.407000', '134754.410000', '134754.413000', '134754.416000', '134754.419000', '134754.421000', '134754.424000', '134754.427000', '134754.430000', '134754.433000', '134754.435000', '134754.438000', '134754.441000', '134754.444000', '134754.447000', '134754.450000', '134754.453000', '134754.455000', '134754.458000', '134754.461000', '134754.464000', '134754.467000', '134754.470000', '134754.473000', '134754.475000', '134754.478000', '134754.481000', '134754.484000', '134754.487000', '134814.366000', '134814.369000', '134814.372000', '134814.375000', '134814.378000', '134814.380000', '134814.383000', '134814.386000', '134814.389000', '134814.393000', '134814.398000', '134814.401000', '134814.404000', '134814.407000', '134814.410000', '134814.413000', '134814.416000', '134814.418000', '134814.421000', '134814.424000', '134814.427000', '134814.430000', '134814.433000', '134814.436000', '134814.439000', '134814.441000', '134814.444000', '134814.447000', '134814.450000', '134814.453000', '134814.456000', '134814.458000', '134814.461000', '134814.464000', '134814.467000', '134814.470000', '134814.472000', '134814.475000', '134814.478000', '134814.481000', '134814.484000', '134814.486000', '134814.489000', '134834.366000', '134834.375000', '134834.377000', '134834.380000', '134834.383000', '134834.386000', '134834.389000', '134834.392000', '134834.395000', '134834.398000', '134834.400000', '134834.403000', '134834.406000', '134834.409000', '134834.412000', '134834.415000', '134834.418000', '134834.421000', '134834.423000', '134834.426000', '134834.429000', '134834.432000', '134834.435000', '134834.437000', '134834.440000', '134834.443000', '134834.446000', '134834.449000', '134834.452000', '134834.455000', '134834.457000', '134834.460000', '134834.463000', '134834.466000', '134834.469000', '134834.471000', '134834.474000', '134834.477000', '134834.480000', '134834.483000', '134834.486000', '134834.489000', '134834.492000', '134834.494000', '134854.366000', '134854.369000', '134854.371000', '134854.374000', '134854.377000', '134854.380000', '134854.383000', '134854.386000', '134854.389000', '134854.391000', '134854.394000', '134854.397000', '134854.400000', '134854.403000', '134854.406000', '134854.409000', '134854.411000', '134854.414000', '134854.417000', '134854.420000', '134854.423000', '134854.426000', '134854.429000', '134854.432000', '134854.434000', '134854.437000', '134854.440000', '134854.443000', '134854.446000', '134854.448000', '134854.451000', '134854.457000', '134854.460000', '134854.464000', '134854.467000', '134854.481000', '134854.484000', '134854.487000', '134854.490000', '134854.492000', '134854.495000', '134854.498000', '134854.501000', '134914.365000', '134914.368000', '134914.371000', '134914.373000', '134914.376000', '134914.379000', '134914.382000', '134914.385000', '134914.388000', '134914.391000', '134914.394000', '134914.396000', '134914.399000', '134914.402000', '134914.405000', '134914.408000', '134914.411000', '134914.413000', '134914.416000', '134914.419000', '134914.422000', '134914.425000', '134914.428000', '134914.430000', '134914.433000', '134914.436000', '134914.439000', '134914.442000', '134914.445000', '134914.447000', '134914.450000', '134914.453000', '134914.456000', '134914.459000', '134914.461000', '134914.464000', '134914.467000', '134914.470000', '134914.473000', '134914.475000', '134914.478000', '134914.481000', '134914.484000', '134914.486000', '134934.366000', '134934.369000', '134934.372000', '134934.375000', '134934.378000', '134934.381000', '134934.384000', '134934.387000', '134934.389000', '134934.392000', '134934.395000', '134934.398000', '134934.401000', '134934.404000', '134934.407000', '134934.409000', '134934.412000', '134934.415000', '134934.418000', '134934.421000', '134934.426000', '134934.430000', '134934.433000', '134934.436000', '134934.439000', '134934.441000', '134934.444000', '134934.447000', '134934.450000', '134934.453000', '134934.456000', '134934.458000', '134934.461000', '134934.464000', '134934.467000', '134934.470000', '134934.473000', '134934.475000', '134934.478000', '134934.481000', '134934.484000', '134934.487000', '134934.490000', '134954.365000', '134954.368000', '134954.371000', '134954.374000', '134954.376000', '134954.379000', '134954.382000', '134954.385000', '134954.388000', '134954.391000', '134954.393000', '134954.396000', '134954.399000', '134954.402000', '134954.405000', '134954.408000', '134954.411000', '134954.413000', '134954.416000', '134954.419000', '134954.422000', '134954.425000', '134954.428000', '134954.431000', '134954.433000', '134954.436000', '134954.439000', '134954.442000', '134954.445000', '134954.448000', '134954.450000', '134954.453000', '134954.456000', '134954.459000', '134954.462000', '134954.465000', '134954.468000', '134954.470000', '134954.473000', '134954.476000', '134954.479000', '134954.482000', '134954.485000', '134954.487000', '135014.365000', '135014.368000', '135014.371000', '135014.374000', '135014.376000', '135014.379000', '135014.382000', '135014.385000', '135014.388000', '135014.391000', '135014.393000', '135014.396000', '135014.399000', '135014.402000', '135014.405000', '135014.408000', '135014.410000', '135014.413000', '135014.416000', '135014.419000', '135014.422000', '135014.425000', '135014.428000', '135014.430000', '135014.433000', '135014.436000', '135014.439000', '135014.442000', '135014.444000', '135014.448000', '135014.451000', '135014.454000', '135014.457000', '135014.460000', '135014.463000', '135014.466000', '135014.469000', '135014.472000', '135014.475000', '135014.477000', '135014.480000', '135014.483000', '135014.486000', '135034.366000', '135034.369000', '135034.372000', '135034.375000', '135034.377000', '135034.380000', '135034.383000', '135034.386000', '135034.389000', '135034.392000', '135034.395000', '135034.397000', '135034.400000', '135034.403000', '135034.406000', '135034.409000', '135034.412000', '135034.432000', '135034.435000', '135034.438000', '135034.440000', '135034.443000', '135034.446000', '135034.449000', '135034.452000', '135034.455000', '135034.458000', '135034.461000', '135034.463000', '135034.466000', '135034.469000', '135034.472000', '135034.475000', '135034.478000', '135034.481000', '135034.484000', '135034.486000', '135034.489000', '135034.492000', '135034.495000', '135034.498000', '135034.500000', '135034.503000', '135034.506000', '135054.366000', '135054.369000', '135054.372000', '135054.375000', '135054.378000', '135054.380000', '135054.383000', '135054.386000', '135054.389000', '135054.392000', '135054.394000', '135054.397000', '135054.400000', '135054.404000', '135054.408000', '135054.410000', '135054.414000', '135054.416000', '135054.419000', '135054.422000', '135054.425000', '135054.428000', '135054.431000', '135054.433000', '135054.436000', '135054.439000', '135054.442000', '135054.445000', '135054.448000', '135054.450000', '135054.453000', '135054.456000', '135054.459000', '135054.462000', '135054.465000', '135054.469000', '135054.473000', '135054.475000', '135054.479000', '135054.481000', '135054.484000', '135054.487000', '135054.490000', '135114.366000', '135114.369000', '135114.372000', '135114.375000', '135114.378000', '135114.381000', '135114.383000', '135114.386000', '135114.389000', '135114.392000', '135114.395000', '135114.398000', '135114.400000', '135114.403000', '135114.406000', '135114.409000', '135114.412000', '135114.415000', '135114.418000', '135114.420000', '135114.423000', '135114.426000', '135114.429000', '135114.432000', '135114.435000', '135114.438000', '135114.441000', '135114.443000', '135114.446000', '135114.449000', '135114.452000', '135114.455000', '135114.457000', '135114.460000', '135114.463000', '135114.466000', '135114.469000', '135114.472000', '135114.474000', '135114.477000', '135114.480000', '135114.483000', '135114.486000', '135114.488000', '135134.365000', '135134.368000', '135134.371000', '135134.374000', '135134.376000', '135134.379000', '135134.382000', '135134.385000', '135134.388000', '135134.390000', '135134.393000', '135134.396000', '135134.399000', '135134.402000', '135134.405000', '135134.408000', '135134.410000', '135134.413000', '135134.416000', '135134.419000', '135134.422000', '135134.425000', '135134.427000', '135134.430000', '135134.433000', '135134.436000', '135134.439000', '135134.442000', '135134.445000', '135134.448000', '135134.451000', '135134.453000', '135134.456000', '135134.459000', '135134.462000', '135134.465000', '135134.468000', '135134.470000', '135134.473000', '135134.476000', '135134.481000', '135134.484000', '135134.487000', '135154.365000', '135154.368000', '135154.371000', '135154.374000', '135154.377000', '135154.379000', '135154.382000', '135154.385000', '135154.388000', '135154.391000', '135154.393000', '135154.396000', '135154.399000', '135154.402000', '135154.405000', '135154.408000', '135154.411000', '135154.413000', '135154.416000', '135154.419000', '135154.422000', '135154.424000', '135154.427000', '135154.430000', '135154.433000', '135154.436000', '135154.439000', '135154.441000', '135154.452000', '135154.455000', '135154.457000', '135154.460000', '135154.463000', '135154.466000', '135154.469000', '135154.471000', '135154.474000', '135154.477000', '135154.480000', '135154.483000', '135154.486000', '135154.488000', '135154.491000', '135154.494000', '135214.365000', '135214.368000', '135214.371000', '135214.374000', '135214.376000', '135214.379000', '135214.382000', '135214.385000', '135214.388000', '135214.390000', '135214.393000', '135214.396000', '135214.399000', '135214.402000', '135214.405000', '135214.408000', '135214.410000', '135214.413000', '135214.416000', '135214.419000', '135214.422000', '135214.425000', '135214.428000', '135214.430000', '135214.433000', '135214.436000', '135214.439000', '135214.443000', '135214.446000', '135214.449000', '135214.452000', '135214.455000', '135214.457000', '135214.460000', '135214.463000', '135214.466000', '135214.469000', '135214.471000', '135214.474000', '135214.477000', '135214.480000', '135214.483000', '135214.486000', '135234.365000', '135234.368000', '135234.370000', '135234.373000', '135234.376000', '135234.379000', '135234.382000', '135234.385000', '135234.388000', '135234.391000', '135234.393000', '135234.396000', '135234.399000', '135234.402000', '135234.405000', '135234.408000', '135234.411000', '135234.413000', '135234.416000', '135234.419000', '135234.422000', '135234.425000', '135234.428000', '135234.431000', '135234.433000', '135234.436000', '135234.439000', '135234.442000', '135234.445000', '135234.448000', '135234.450000', '135234.453000', '135234.456000', '135234.459000', '135234.462000', '135234.464000', '135234.467000', '135234.470000', '135234.473000', '135234.476000', '135234.478000', '135234.481000', '135234.484000', '135234.487000', '135254.366000', '135254.369000', '135254.372000', '135254.375000', '135254.377000', '135254.381000', '135254.383000', '135254.386000', '135254.389000', '135254.392000', '135254.395000', '135254.398000', '135254.400000', '135254.403000', '135254.406000', '135254.409000', '135254.412000', '135254.415000', '135254.417000', '135254.420000', '135254.423000', '135254.426000', '135254.429000', '135254.431000', '135254.434000', '135254.437000', '135254.440000', '135254.443000', '135254.445000', '135254.448000', '135254.451000', '135254.454000', '135254.457000', '135254.460000', '135254.463000', '135254.465000', '135254.468000', '135254.471000', '135254.474000', '135254.477000', '135254.479000', '135254.482000', '135254.485000', '135314.366000', '135314.369000', '135314.372000', '135314.375000', '135314.377000', '135314.380000', '135314.383000', '135314.386000', '135314.389000', '135314.392000', '135314.395000', '135314.397000', '135314.400000', '135314.403000', '135314.406000', '135314.409000', '135314.418000', '135314.421000', '135314.424000', '135314.427000', '135314.430000', '135314.433000', '135314.436000', '135314.438000', '135314.441000', '135314.444000', '135314.447000', '135314.450000', '135314.453000', '135314.455000', '135314.458000', '135314.461000', '135314.464000', '135314.467000', '135314.470000', '135314.473000', '135314.475000', '135314.478000', '135314.481000', '135314.484000', '135314.487000', '135314.490000', '135314.493000', '135314.496000', '135334.366000', '135334.369000', '135334.372000', '135334.374000', '135334.377000', '135334.380000', '135334.383000', '135334.386000', '135334.389000', '135334.392000', '135334.394000', '135334.397000', '135334.400000', '135334.403000', '135334.406000', '135334.409000', '135334.412000', '135334.414000', '135334.417000', '135334.420000', '135334.423000', '135334.426000', '135334.429000', '135334.432000', '135334.435000', '135334.437000', '135334.440000', '135334.443000', '135334.446000', '135334.449000', '135334.452000', '135334.454000', '135334.457000', '135334.460000', '135334.463000', '135334.466000', '135334.469000', '135334.472000', '135334.474000', '135334.477000', '135334.482000', '135334.485000', '135334.488000', '135354.365000', '135354.368000', '135354.371000', '135354.373000', '135354.376000', '135354.379000', '135354.382000', '135354.385000', '135354.388000', '135354.391000', '135354.394000', '135354.396000', '135354.399000', '135354.402000', '135354.405000', '135354.408000', '135354.411000', '135354.414000', '135354.416000', '135354.419000', '135354.422000', '135354.425000', '135354.428000', '135354.431000', '135354.433000', '135354.436000', '135354.439000', '135354.442000', '135354.445000', '135354.448000', '135354.450000', '135354.453000', '135354.456000', '135354.459000', '135354.462000', '135354.464000', '135354.467000', '135354.470000', '135354.473000', '135354.476000', '135354.478000', '135354.481000', '135354.484000', '135354.487000', '135414.365000', '135414.368000', '135414.371000', '135414.374000', '135414.376000', '135414.379000', '135414.382000', '135414.385000', '135414.388000', '135414.391000', '135414.393000', '135414.396000', '135414.399000', '135414.402000', '135414.405000', '135414.408000', '135414.410000', '135414.413000', '135414.416000', '135414.419000', '135414.422000', '135414.425000', '135414.428000', '135414.431000', '135414.433000', '135414.436000', '135414.439000', '135414.442000', '135414.445000', '135414.447000', '135414.450000', '135414.453000', '135414.456000', '135414.459000', '135414.462000', '135414.465000', '135414.467000', '135414.470000', '135414.473000', '135414.476000', '135414.478000', '135414.481000', '135414.484000', '135434.365000', '135434.368000', '135434.371000', '135434.373000', '135434.376000', '135434.379000', '135434.382000', '135434.385000', '135434.388000', '135434.391000', '135434.393000', '135434.396000', '135434.399000', '135434.402000', '135434.405000', '135434.407000', '135434.410000', '135434.413000', '135434.416000', '135434.419000', '135434.422000', '135434.425000', '135434.427000', '135434.430000', '135434.433000', '135434.436000', '135434.439000', '135434.442000', '135434.445000', '135434.448000', '135434.450000', '135434.453000', '135434.456000', '135434.459000', '135434.461000', '135434.464000', '135434.467000', '135434.470000', '135434.473000', '135434.476000', '135434.479000', '135434.481000', '135434.484000', '135434.487000', '135454.365000', '135454.368000', '135454.371000', '135454.374000', '135454.376000', '135454.379000', '135454.382000', '135454.385000', '135454.388000', '135454.391000', '135454.394000', '135454.397000', '135454.400000', '135454.402000', '135454.405000', '135454.408000', '135454.411000', '135454.414000', '135454.422000', '135454.425000', '135454.428000', '135454.431000', '135454.434000', '135454.437000', '135454.439000', '135454.442000', '135454.445000', '135454.448000', '135454.451000', '135454.454000', '135454.457000', '135454.459000', '135454.462000', '135454.465000', '135454.468000', '135454.471000', '135454.474000', '135454.476000', '135454.479000', '135454.482000', '135454.485000', '135454.488000', '135454.491000', '135513.501000', '135513.504000', '135513.508000', '135513.511000', '135513.515000', '135513.518000', '135513.521000', '135513.524000', '135513.527000', '135513.531000', '135513.534000', '135513.537000', '135513.540000', '135513.543000', '135513.545000', '135513.549000', '135513.551000', '135513.554000', '135513.557000', '135513.561000', '135513.564000', '135513.567000', '135513.570000', '135513.573000', '135513.576000', '135513.579000', '135513.582000', '135513.585000', '135513.588000', '135513.590000', '135513.593000', '135513.596000', '135513.599000', '135513.602000', '135513.605000', '135513.608000', '135513.611000', '135513.613000', '135513.616000', '135513.619000', '135513.622000', '135513.625000'], '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': [16692, 10207, 13873, 10946, 15320, 10777, 11399, 16373, 10312, 12733, 9423, 10842, 9643, 9757, 9546, 9468, 8431, 9315, 8318, 9078, 10379, 8698, 9589, 12693, 8838, 10629, 8714, 10749, 9198, 9673, 7665, 8577, 8652, 8425, 9205, 14657, 8389, 9723, 7610, 8487, 12410, 8669, 8510, 8048, 8803, 7796, 8430, 11780, 11822, 9386, 11280, 8453, 8673, 9755, 8575, 10387, 8830, 8666, 8221, 8700, 14446, 8545, 11440, 9026, 8929, 16088, 9092, 10656, 16251, 11111, 13613, 8817, 8856, 8019, 8873, 13788, 8909, 9150, 8709, 9082, 8404, 9083, 8687, 10233, 8500, 9798, 9067, 9614, 16284, 13187, 9670, 14295, 9697, 10061, 16823, 9814, 9157, 9505, 10193, 9299, 9604, 9768, 9435, 9132, 9315, 7858, 9271, 10322, 8915, 9161, 8692, 9322, 13645, 10006, 8881, 14936, 8661, 9150, 9186, 8518, 7586, 8708, 9115, 8859, 8812, 8363, 8665, 8974, 9160, 8603, 9143, 8142, 8962, 16810, 9226, 13710, 16206, 11244, 12245, 14800, 9393, 12923, 10369, 9507, 7606, 8517, 9586, 8643, 9764, 8348, 9111, 14965, 12012, 11616, 8571, 9091, 15076, 11352, 9683, 15087, 8903, 9153, 8652, 8911, 7625, 8872, 8324, 8870, 9010, 8565, 9265, 14671, 8857, 9610, 8431, 9169, 8714, 9121, 8140, 8903, 15389, 11402, 9841, 15113, 8735, 11244, 8375, 8954, 7686, 8701, 7302, 8697, 11125, 8546, 9109, 15699, 8847, 11061, 8525, 9103, 8589, 9065, 7782, 8822, 7160, 8621, 9514, 8767, 9226, 8902, 9364, 8292, 9097, 12186, 9033, 10168, 9119, 9413, 8784, 9385, 15308, 8738, 9770, 9334, 9308, 7233, 8653, 9218, 8595, 9245, 8783, 9389, 8429, 9187, 13834, 8727, 11424, 8951, 9635, 8578, 9281, 8846, 9250, 13062, 8968, 13923, 9490, 9179, 15961, 8780, 15319, 15847, 11785, 14705, 8931, 9337, 9034, 10428, 9999, 13746, 9676, 8807, 9116, 7798, 9516, 9531, 9639, 9884, 9300, 9993, 9683, 8580, 14897, 9587, 15789, 11505, 15968, 12688, 16437, 12504, 16123, 10465, 16155, 10562, 10208, 9396, 9278, 13066, 9341, 9288, 9187, 9425, 8974, 9418, 9817, 9660, 8960, 8477, 8936, 9225, 8938, 9771, 9047, 9657, 8502, 9594, 9029, 9473, 8157, 9142, 7723, 8970, 10480, 8541, 9382, 8715, 9363, 7787, 8819, 9435, 8816, 9298, 8770, 9490, 8130, 9303, 14520, 8870, 10631, 15076, 9844, 12811, 8964, 10025, 8843, 10006, 8761, 9500, 7564, 9201, 12990, 9183, 14311, 10126, 14216, 8724, 9526, 16452, 12011, 13511, 15309, 9706, 13441, 9207, 9675, 9092, 9767, 8495, 9527, 14177, 9326, 11123, 8808, 11432, 9088, 11302, 9932, 10048, 9127, 9367, 15433, 9405, 9386, 14817, 9487, 9957, 15352, 9656, 13016, 9904, 10174, 9505, 10512, 9468, 11539, 11045, 13530, 9664, 12943, 10868, 10914, 9803, 10508, 9550, 12078, 16149, 9654, 13614, 8809, 9496, 10276, 8850, 9335, 8662, 9389, 8819, 9389, 9101, 9170, 9303, 9380, 9436, 8740, 9427, 8704, 10357, 8582, 10088, 7829, 10158, 9339, 9762, 10374, 8447, 10568, 8672, 9670, 9375, 9413, 7365, 9213, 16055, 10019, 14216, 8745, 11983, 8876, 11524, 9212, 11801, 8649, 9261, 8492, 11043, 8664, 11047, 9269, 10638, 8314, 15640, 9776, 12785, 9132, 15571, 10417, 16837, 11909, 10098, 8936, 10414, 9089, 9941, 15538, 9279, 16187, 10725, 12002, 9086, 10162, 8533, 9677, 16284, 9501, 12418, 10331, 9658, 9559, 9063, 9679, 9478, 9477, 8980, 9288, 9173, 10136, 9178, 10146, 13046, 9295, 11191, 8764, 9350, 10609, 9902, 9339, 8570, 9509, 9181, 9321, 9867, 10256, 9553, 8815, 9247, 11423, 9443, 9824, 10886, 9243, 9618, 9077, 9030, 8594, 9338, 8908, 9823, 9054, 9035, 8133, 8941, 8458, 9213, 9101, 9336, 8365, 10919, 8425, 10131, 16785, 11128, 14848, 17623, 13941, 14237, 9880, 9548, 11242, 9900, 10406, 10019, 9077, 9245, 9172, 9860, 9535, 10234, 8977, 9336, 9100, 11416, 14700, 11446, 10331, 14621, 10070, 9409, 16722, 9182, 11961, 11901, 9256, 12874, 9631, 9379, 16514, 9681, 8882, 8479, 9231, 8775, 8907, 9255, 9125, 9575, 10713, 10238, 9640, 11545, 9337, 9483, 9191, 9868, 9368, 9334, 9393, 9485, 10024, 8946, 9489, 9572, 9224, 9407, 15022, 9809, 10018, 9465, 9497, 14143, 10324, 9956, 9092, 9622, 9196, 9039, 9530, 15156, 10143, 10772, 8965, 9490, 15798, 9268, 11109, 8718, 9647, 8627, 9140, 14948, 13069, 10989, 13804, 9154, 9702, 9078, 9973, 15090, 9834, 9579, 18024, 9598, 10314, 9537, 9643, 11993, 9671, 9717, 9482, 9945, 8385, 9405, 10076, 8953, 10207, 9691, 9777, 8395, 8998, 11987, 10341, 9957, 8921, 10037, 13889, 8846, 16647, 10337, 12365, 8744, 9777, 10612, 9089, 14191, 9868, 10175, 9441, 9977, 8127, 9315, 14670, 10353, 10543, 9236, 10010, 16910, 9737, 9462, 16853, 9016, 10118, 8332, 8834, 10083, 9987, 9286, 8424, 9022, 10697, 9067, 9362, 8283, 9009, 11394, 9026, 9452, 11987, 9657, 9871, 8497, 9296, 8200, 9202, 10461, 9277, 9736, 9121, 9499, 8780, 9658, 8568, 9005, 16207, 8863, 12999, 10068, 11930, 8910, 9279, 16790, 9647, 13975, 10465, 9280, 8631, 9063, 11800, 9264, 10109, 9085, 9245, 8651, 9032, 14572, 9668, 11103, 8854, 9212, 7994, 9145, 8455, 9363, 8891, 9406, 9255, 9453, 16164, 11025, 13426, 9784, 12961, 17029, 13027, 13512, 9817, 9904, 9028, 9903, 8863, 9360, 8911, 10498, 9550, 10131, 9252, 14310, 9944, 14989, 9491, 12421, 9109, 13191, 9140, 9249, 16295, 9314, 12862, 9776, 9409, 9364, 9379, 9172, 9352, 8219, 9063, 8448, 9050, 8823, 10704, 9464, 11509, 14091, 11408, 12861, 10601, 14778, 11518, 11228, 10053, 11229, 16819, 12239, 11086, 16672, 10487, 10531, 10603, 10780, 8559, 10432, 8257, 10264, 8306, 9953, 9847, 9142, 9961, 9992, 9949, 8479, 9726, 10180, 8409, 9793, 11800, 8796, 9487, 9905, 9417, 9418, 8884, 9219, 8117, 9394, 8054, 9538, 11050, 9302, 10163, 12168, 10133, 13344, 11368, 10045, 14352, 9803, 10321, 8773, 9715, 11517, 9059, 9494, 8823, 10047, 8200, 9781, 15859, 9842, 9968, 11303, 9665, 14110, 16175, 11911, 12334, 10002, 9672, 14738, 9183, 9168, 10315, 8949, 8802, 9120, 8960, 9420, 9030, 10603, 9008, 11815, 14962, 11851, 9771, 15865, 9266, 10260, 16793, 9944, 14404, 10167, 10442, 8885, 10004, 9169, 10093, 9536, 10351, 10313, 10411, 12682, 9812, 12657, 9264, 10207, 9266, 10224, 9042, 10028, 9427, 10054, 9363, 9746, 9638, 9332, 9555, 9777, 12699, 10029, 9590, 9401, 8938, 9140, 9288, 9441, 13964, 9553, 12467, 9782, 11587, 9612, 9187, 15913, 10507, 15667, 10302, 17083, 10677, 17703, 14261, 11662, 18031, 11885, 16146, 9624, 9570, 8247, 9287, 8879, 9324, 9101, 9249, 9139, 9352, 9109, 9938, 9360, 9440, 9987, 9733, 8933, 9512, 8462, 9584, 8785, 9801, 8727, 9412, 8125, 9494, 9809, 9381, 11836, 9508, 11532, 9281, 11511, 9380, 12179, 9221, 13053, 8410, 9399, 8232, 9605, 17257, 9657, 12543, 9465, 9755, 8837, 9802, 15792, 9630, 10802, 9776, 10315, 10573, 10015, 8830, 8410, 9014, 8662, 9363, 9095, 9371, 8773, 10737, 8826, 14280, 12463, 15360, 11048, 14765, 16688, 11963, 12547, 16691, 11991, 14110, 8808, 9553, 9146, 9947, 8553, 9401, 8476, 10001, 9206, 9987, 9584, 9395, 9135, 9647, 9793, 11142, 8940, 11879, 14772, 10295, 13848, 11679, 12715, 10081, 11152, 10028, 10900, 16691, 12855, 13795, 9756, 9393, 8853, 9518, 8894, 9463, 8952, 9395, 8370, 9394, 8260, 9635, 8232, 9482, 12076, 9002, 9322, 8753, 9292, 11006, 9014, 9981, 9222, 9573, 8759, 9268, 8960, 9274, 8674, 9256, 13039, 10453, 10189, 9685, 10043, 8751, 10386, 8855, 9842, 9670, 10427, 9962, 12891, 9976, 9033, 10549, 15639, 15492, 13125, 13667, 10290, 11235, 10338, 11310, 9269, 14717, 10585, 15493, 11291, 16212, 12324, 16573, 11688, 17311, 9706, 13423, 10266, 12718, 10246, 9632, 10544, 10259, 11342, 10325, 9256, 10237, 9510, 10502, 10227, 10364, 9373, 10313, 9989, 9569, 10110, 9896, 9844, 10014, 9285, 8699, 10602, 9899, 10578, 9871, 10445, 9979, 10415, 10152, 10198, 9724, 10472, 9546, 10290, 8699, 11004, 8484, 9858, 8601, 9671, 8985, 9231], 'WindowCenter': [4408.0, 4340.0, 4344.0, 4323.0, 4352.0, 4308.0, 4309.0, 4336.0, 4311.0, 4327.0, 4286.0, 4306.0, 4297.0, 4296.0, 4299.0, 4298.0, 4288.0, 4312.0, 4288.0, 4302.0, 4322.0, 4301.0, 4323.0, 4355.0, 4313.0, 4332.0, 4302.0, 4331.0, 4315.0, 4326.0, 4306.0, 4330.0, 4318.0, 4318.0, 4341.0, 4377.0, 4321.0, 4337.0, 4307.0, 4319.0, 4356.0, 4319.0, 4328.0, 4320.0, 4341.0, 4320.0, 4332.0, 4372.0, 4371.0, 4343.0, 4359.0, 4318.0, 4329.0, 4337.0, 4329.0, 4352.0, 4341.0, 4329.0, 4331.0, 4332.0, 4391.0, 4342.0, 4372.0, 4330.0, 4329.0, 4391.0, 4327.0, 4350.0, 4376.0, 4346.0, 4366.0, 4314.0, 4314.0, 4306.0, 4328.0, 4377.0, 4328.0, 4327.0, 4326.0, 4328.0, 4329.0, 4338.0, 4330.0, 4348.0, 4328.0, 4338.0, 4330.0, 4339.0, 4392.0, 4367.0, 4326.0, 4376.0, 4337.0, 4335.0, 4373.0, 4322.0, 4310.0, 4323.0, 4335.0, 4337.0, 4337.0, 4338.0, 4326.0, 4326.0, 4337.0, 4305.0, 4338.0, 4347.0, 4327.0, 4337.0, 4327.0, 4327.0, 4364.0, 4336.0, 4325.0, 4375.0, 4313.0, 4323.0, 4324.0, 4315.0, 4305.0, 4330.0, 4328.0, 4338.0, 4339.0, 4329.0, 4328.0, 4354.0, 4364.0, 4345.0, 4353.0, 4333.0, 4342.0, 4400.0, 4341.0, 4391.0, 4391.0, 4345.0, 4358.0, 4375.0, 4325.0, 4365.0, 4334.0, 4324.0, 4294.0, 4316.0, 4323.0, 4316.0, 4335.0, 4315.0, 4328.0, 4377.0, 4355.0, 4346.0, 4312.0, 4315.0, 4365.0, 4344.0, 4313.0, 4363.0, 4312.0, 4312.0, 4313.0, 4324.0, 4292.0, 4326.0, 4315.0, 4327.0, 4326.0, 4325.0, 4339.0, 4388.0, 4327.0, 4338.0, 4316.0, 4337.0, 4327.0, 4338.0, 4318.0, 4338.0, 4388.0, 4356.0, 4337.0, 4376.0, 4315.0, 4345.0, 4303.0, 4325.0, 4304.0, 4316.0, 4293.0, 4325.0, 4347.0, 4316.0, 4326.0, 4383.0, 4326.0, 4344.0, 4316.0, 4313.0, 4314.0, 4327.0, 4307.0, 4327.0, 4295.0, 4327.0, 4336.0, 4328.0, 4338.0, 4326.0, 4336.0, 4316.0, 4327.0, 4356.0, 4326.0, 4346.0, 4327.0, 4326.0, 4326.0, 4337.0, 4376.0, 4316.0, 4335.0, 4322.0, 4325.0, 4294.0, 4316.0, 4324.0, 4326.0, 4335.0, 4326.0, 4337.0, 4327.0, 4339.0, 4378.0, 4327.0, 4356.0, 4339.0, 4337.0, 4328.0, 4337.0, 4326.0, 4338.0, 4378.0, 4339.0, 4380.0, 4338.0, 4328.0, 4384.0, 4317.0, 4387.0, 4375.0, 4345.0, 4364.0, 4313.0, 4312.0, 4337.0, 4347.0, 4337.0, 4364.0, 4324.0, 4312.0, 4313.0, 4303.0, 4336.0, 4335.0, 4349.0, 4350.0, 4338.0, 4348.0, 4351.0, 4328.0, 4379.0, 4340.0, 4389.0, 4344.0, 4364.0, 4329.0, 4349.0, 4329.0, 4348.0, 4307.0, 4337.0, 4294.0, 4293.0, 4271.0, 4283.0, 4322.0, 4283.0, 4280.0, 4284.0, 4283.0, 4286.0, 4297.0, 4319.0, 4311.0, 4301.0, 4290.0, 4311.0, 4311.0, 4324.0, 4337.0, 4328.0, 4336.0, 4327.0, 4337.0, 4329.0, 4338.0, 4319.0, 4340.0, 4306.0, 4329.0, 4347.0, 4328.0, 4338.0, 4329.0, 4341.0, 4307.0, 4339.0, 4340.0, 4342.0, 4350.0, 4344.0, 4351.0, 4331.0, 4352.0, 4393.0, 4340.0, 4363.0, 4391.0, 4351.0, 4369.0, 4328.0, 4348.0, 4339.0, 4349.0, 4328.0, 4351.0, 4321.0, 4350.0, 4380.0, 4340.0, 4389.0, 4349.0, 4380.0, 4317.0, 4339.0, 4389.0, 4355.0, 4364.0, 4373.0, 4323.0, 4350.0, 4312.0, 4322.0, 4313.0, 4321.0, 4312.0, 4325.0, 4365.0, 4341.0, 4358.0, 4325.0, 4355.0, 4325.0, 4344.0, 4335.0, 4321.0, 4322.0, 4325.0, 4373.0, 4310.0, 4311.0, 4361.0, 4309.0, 4321.0, 4360.0, 4312.0, 4339.0, 4319.0, 4306.0, 4310.0, 4317.0, 4308.0, 4317.0, 4318.0, 4339.0, 4294.0, 4327.0, 4307.0, 4305.0, 4297.0, 4303.0, 4294.0, 4316.0, 4333.0, 4282.0, 4312.0, 4269.0, 4280.0, 4291.0, 4284.0, 4282.0, 4272.0, 4283.0, 4283.0, 4295.0, 4295.0, 4310.0, 4321.0, 4322.0, 4323.0, 4314.0, 4352.0, 4341.0, 4349.0, 4327.0, 4349.0, 4307.0, 4348.0, 4338.0, 4349.0, 4360.0, 4331.0, 4360.0, 4329.0, 4337.0, 4338.0, 4338.0, 4310.0, 4338.0, 4401.0, 4338.0, 4380.0, 4328.0, 4366.0, 4352.0, 4384.0, 4365.0, 4384.0, 4331.0, 4338.0, 4355.0, 4388.0, 4342.0, 4357.0, 4327.0, 4348.0, 4318.0, 4387.0, 4338.0, 4367.0, 4338.0, 4390.0, 4347.0, 4389.0, 4355.0, 4334.0, 4313.0, 4332.0, 4311.0, 4323.0, 4362.0, 4312.0, 4373.0, 4333.0, 4341.0, 4312.0, 4320.0, 4299.0, 4310.0, 4360.0, 4309.0, 4339.0, 4308.0, 4308.0, 4308.0, 4311.0, 4321.0, 4321.0, 4311.0, 4313.0, 4309.0, 4312.0, 4320.0, 4311.0, 4333.0, 4352.0, 4312.0, 4330.0, 4299.0, 4311.0, 4329.0, 4321.0, 4311.0, 4312.0, 4322.0, 4322.0, 4324.0, 4334.0, 4335.0, 4335.0, 4325.0, 4325.0, 4355.0, 4323.0, 4334.0, 4343.0, 4322.0, 4323.0, 4325.0, 4323.0, 4324.0, 4337.0, 4337.0, 4349.0, 4337.0, 4339.0, 4316.0, 4339.0, 4319.0, 4350.0, 4340.0, 4340.0, 4343.0, 4374.0, 4328.0, 4360.0, 4399.0, 4357.0, 4390.0, 4387.0, 4365.0, 4365.0, 4321.0, 4322.0, 4330.0, 4332.0, 4334.0, 4335.0, 4323.0, 4336.0, 4351.0, 4351.0, 4351.0, 4362.0, 4351.0, 4353.0, 4352.0, 4382.0, 4392.0, 4348.0, 4336.0, 4366.0, 4324.0, 4314.0, 4387.0, 4313.0, 4339.0, 4327.0, 4299.0, 4339.0, 4306.0, 4299.0, 4357.0, 4309.0, 4297.0, 4298.0, 4310.0, 4297.0, 4311.0, 4322.0, 4333.0, 4335.0, 4331.0, 4331.0, 4321.0, 4331.0, 4320.0, 4322.0, 4310.0, 4320.0, 4311.0, 4321.0, 4323.0, 4333.0, 4347.0, 4324.0, 4337.0, 4334.0, 4338.0, 4337.0, 4386.0, 4349.0, 4337.0, 4336.0, 4338.0, 4377.0, 4347.0, 4348.0, 4325.0, 4339.0, 4335.0, 4338.0, 4348.0, 4388.0, 4348.0, 4357.0, 4325.0, 4349.0, 4385.0, 4337.0, 4359.0, 4330.0, 4338.0, 4327.0, 4349.0, 4391.0, 4379.0, 4345.0, 4367.0, 4325.0, 4325.0, 4324.0, 4345.0, 4376.0, 4334.0, 4336.0, 4384.0, 4335.0, 4334.0, 4323.0, 4334.0, 4354.0, 4333.0, 4334.0, 4335.0, 4336.0, 4314.0, 4337.0, 4335.0, 4326.0, 4348.0, 4335.0, 4346.0, 4315.0, 4327.0, 4355.0, 4348.0, 4336.0, 4327.0, 4350.0, 4375.0, 4324.0, 4388.0, 4334.0, 4353.0, 4312.0, 4334.0, 4330.0, 4322.0, 4365.0, 4322.0, 4333.0, 4322.0, 4333.0, 4301.0, 4325.0, 4363.0, 4332.0, 4332.0, 4312.0, 4320.0, 4371.0, 4321.0, 4320.0, 4369.0, 4309.0, 4320.0, 4288.0, 4309.0, 4331.0, 4322.0, 4322.0, 4312.0, 4326.0, 4343.0, 4327.0, 4337.0, 4314.0, 4326.0, 4343.0, 4313.0, 4334.0, 4342.0, 4324.0, 4333.0, 4314.0, 4323.0, 4315.0, 4338.0, 4345.0, 4339.0, 4336.0, 4337.0, 4337.0, 4327.0, 4338.0, 4327.0, 4340.0, 4387.0, 4327.0, 4366.0, 4337.0, 4354.0, 4326.0, 4326.0, 4385.0, 4326.0, 4366.0, 4334.0, 4323.0, 4301.0, 4312.0, 4353.0, 4326.0, 4334.0, 4324.0, 4323.0, 4312.0, 4325.0, 4375.0, 4337.0, 4346.0, 4317.0, 4323.0, 4304.0, 4325.0, 4326.0, 4338.0, 4337.0, 4350.0, 4338.0, 4349.0, 4397.0, 4360.0, 4376.0, 4335.0, 4367.0, 4375.0, 4354.0, 4351.0, 4319.0, 4322.0, 4311.0, 4321.0, 4310.0, 4321.0, 4324.0, 4345.0, 4337.0, 4334.0, 4325.0, 4389.0, 4340.0, 4375.0, 4324.0, 4340.0, 4315.0, 4352.0, 4311.0, 4338.0, 4386.0, 4314.0, 4339.0, 4310.0, 4299.0, 4310.0, 4310.0, 4313.0, 4312.0, 4302.0, 4313.0, 4302.0, 4315.0, 4338.0, 4349.0, 4324.0, 4357.0, 4364.0, 4345.0, 4353.0, 4333.0, 4362.0, 4334.0, 4331.0, 4311.0, 4330.0, 4363.0, 4333.0, 4318.0, 4357.0, 4318.0, 4305.0, 4318.0, 4319.0, 4298.0, 4321.0, 4300.0, 4331.0, 4301.0, 4336.0, 4334.0, 4327.0, 4335.0, 4335.0, 4336.0, 4315.0, 4335.0, 4335.0, 4304.0, 4324.0, 4343.0, 4303.0, 4323.0, 4323.0, 4313.0, 4311.0, 4313.0, 4327.0, 4317.0, 4338.0, 4317.0, 4352.0, 4359.0, 4353.0, 4362.0, 4369.0, 4351.0, 4380.0, 4344.0, 4336.0, 4376.0, 4323.0, 4334.0, 4305.0, 4323.0, 4345.0, 4326.0, 4324.0, 4315.0, 4334.0, 4304.0, 4336.0, 4388.0, 4324.0, 4325.0, 4331.0, 4323.0, 4364.0, 4373.0, 4342.0, 4340.0, 4321.0, 4322.0, 4373.0, 4340.0, 4325.0, 4333.0, 4325.0, 4327.0, 4324.0, 4339.0, 4338.0, 4338.0, 4348.0, 4327.0, 4369.0, 4379.0, 4343.0, 4322.0, 4360.0, 4299.0, 4319.0, 4356.0, 4308.0, 4347.0, 4309.0, 4315.0, 4297.0, 4306.0, 4310.0, 4318.0, 4321.0, 4320.0, 4319.0, 4320.0, 4340.0, 4311.0, 4338.0, 4299.0, 4309.0, 4296.0, 4317.0, 4301.0, 4321.0, 4308.0, 4319.0, 4308.0, 4310.0, 4311.0, 4327.0, 4336.0, 4337.0, 4366.0, 4336.0, 4322.0, 4311.0, 4312.0, 4334.0, 4324.0, 4335.0, 4377.0, 4338.0, 4365.0, 4336.0, 4356.0, 4336.0, 4323.0, 4376.0, 4333.0, 4363.0, 4311.0, 4359.0, 4307.0, 4358.0, 4325.0, 4305.0, 4344.0, 4301.0, 4330.0, 4280.0, 4278.0, 4270.0, 4282.0, 4282.0, 4292.0, 4296.0, 4308.0, 4321.0, 4309.0, 4311.0, 4321.0, 4322.0, 4322.0, 4335.0, 4323.0, 4325.0, 4325.0, 4313.0, 4325.0, 4314.0, 4336.0, 4314.0, 4325.0, 4305.0, 4335.0, 4335.0, 4338.0, 4356.0, 4336.0, 4355.0, 4327.0, 4346.0, 4325.0, 4355.0, 4325.0, 4364.0, 4304.0, 4324.0, 4300.0, 4323.0, 4384.0, 4323.0, 4352.0, 4324.0, 4324.0, 4314.0, 4336.0, 4374.0, 4323.0, 4332.0, 4337.0, 4346.0, 4346.0, 4346.0, 4329.0, 4327.0, 4339.0, 4341.0, 4353.0, 4342.0, 4352.0, 4342.0, 4372.0, 4355.0, 4403.0, 4383.0, 4392.0, 4359.0, 4379.0, 4376.0, 4344.0, 4343.0, 4374.0, 4330.0, 4347.0, 4297.0, 4308.0, 4310.0, 4320.0, 4297.0, 4310.0, 4302.0, 4335.0, 4337.0, 4336.0, 4334.0, 4322.0, 4324.0, 4324.0, 4337.0, 4345.0, 4340.0, 4371.0, 4364.0, 4323.0, 4351.0, 4346.0, 4354.0, 4322.0, 4330.0, 4308.0, 4331.0, 4384.0, 4354.0, 4362.0, 4311.0, 4310.0, 4296.0, 4295.0, 4297.0, 4311.0, 4309.0, 4309.0, 4290.0, 4309.0, 4299.0, 4320.0, 4300.0, 4322.0, 4340.0, 4301.0, 4309.0, 4301.0, 4310.0, 4319.0, 4312.0, 4321.0, 4311.0, 4322.0, 4315.0, 4323.0, 4324.0, 4326.0, 4315.0, 4337.0, 4377.0, 4361.0, 4347.0, 4353.0, 4352.0, 4328.0, 4345.0, 4340.0, 4362.0, 4352.0, 4362.0, 4350.0, 4368.0, 4336.0, 4325.0, 4348.0, 4389.0, 4376.0, 4355.0, 4352.0, 4324.0, 4333.0, 4334.0, 4331.0, 4311.0, 4352.0, 4320.0, 4350.0, 4317.0, 4350.0, 4315.0, 4337.0, 4303.0, 4333.0, 4270.0, 4300.0, 4279.0, 4299.0, 4280.0, 4281.0, 4294.0, 4306.0, 4304.0, 4293.0, 4281.0, 4293.0, 4283.0, 4293.0, 4295.0, 4295.0, 4298.0, 4306.0, 4307.0, 4297.0, 4308.0, 4298.0, 4310.0, 4310.0, 4312.0, 4316.0, 4334.0, 4323.0, 4320.0, 4323.0, 4321.0, 4323.0, 4332.0, 4323.0, 4348.0, 4325.0, 4335.0, 4312.0, 4321.0, 4300.0, 4334.0, 4313.0, 4312.0, 4289.0, 4311.0, 4313.0, 4325.0], 'WindowWidth': [9701.0, 9593.0, 9587.0, 9554.0, 9591.0, 9526.0, 9527.0, 9560.0, 9536.0, 9554.0, 9495.0, 9521.0, 9510.0, 9507.0, 9514.0, 9515.0, 9501.0, 9540.0, 9503.0, 9528.0, 9554.0, 9526.0, 9558.0, 9601.0, 9544.0, 9567.0, 9530.0, 9566.0, 9549.0, 9569.0, 9541.0, 9579.0, 9560.0, 9562.0, 9595.0, 9640.0, 9568.0, 9585.0, 9544.0, 9561.0, 9607.0, 9564.0, 9575.0, 9569.0, 9597.0, 9569.0, 9588.0, 9642.0, 9638.0, 9601.0, 9617.0, 9563.0, 9577.0, 9586.0, 9580.0, 9612.0, 9597.0, 9578.0, 9584.0, 9586.0, 9665.0, 9602.0, 9641.0, 9582.0, 9579.0, 9666.0, 9572.0, 9608.0, 9640.0, 9595.0, 9620.0, 9549.0, 9551.0, 9541.0, 9575.0, 9640.0, 9575.0, 9572.0, 9571.0, 9576.0, 9580.0, 9591.0, 9583.0, 9603.0, 9577.0, 9590.0, 9579.0, 9594.0, 9674.0, 9626.0, 9567.0, 9639.0, 9588.0, 9578.0, 9625.0, 9555.0, 9537.0, 9558.0, 9575.0, 9585.0, 9587.0, 9590.0, 9570.0, 9571.0, 9586.0, 9542.0, 9590.0, 9600.0, 9573.0, 9587.0, 9575.0, 9573.0, 9619.0, 9582.0, 9568.0, 9632.0, 9549.0, 9561.0, 9565.0, 9555.0, 9542.0, 9582.0, 9576.0, 9592.0, 9592.0, 9580.0, 9579.0, 9628.0, 9640.0, 9611.0, 9620.0, 9591.0, 9603.0, 9677.0, 9598.0, 9670.0, 9667.0, 9597.0, 9617.0, 9634.0, 9566.0, 9623.0, 9577.0, 9563.0, 9523.0, 9554.0, 9561.0, 9556.0, 9582.0, 9555.0, 9576.0, 9642.0, 9609.0, 9595.0, 9547.0, 9553.0, 9626.0, 9590.0, 9546.0, 9613.0, 9544.0, 9543.0, 9547.0, 9564.0, 9521.0, 9569.0, 9554.0, 9574.0, 9572.0, 9572.0, 9592.0, 9656.0, 9576.0, 9590.0, 9559.0, 9588.0, 9576.0, 9590.0, 9563.0, 9591.0, 9663.0, 9611.0, 9587.0, 9638.0, 9553.0, 9593.0, 9535.0, 9566.0, 9539.0, 9557.0, 9525.0, 9569.0, 9599.0, 9557.0, 9572.0, 9646.0, 9568.0, 9591.0, 9555.0, 9548.0, 9554.0, 9574.0, 9546.0, 9573.0, 9529.0, 9573.0, 9583.0, 9578.0, 9590.0, 9573.0, 9585.0, 9558.0, 9574.0, 9612.0, 9573.0, 9600.0, 9575.0, 9571.0, 9570.0, 9588.0, 9638.0, 9557.0, 9582.0, 9559.0, 9566.0, 9524.0, 9556.0, 9565.0, 9574.0, 9585.0, 9573.0, 9590.0, 9576.0, 9595.0, 9644.0, 9576.0, 9613.0, 9593.0, 9587.0, 9577.0, 9586.0, 9573.0, 9591.0, 9646.0, 9595.0, 9651.0, 9590.0, 9576.0, 9648.0, 9557.0, 9657.0, 9636.0, 9592.0, 9615.0, 9546.0, 9544.0, 9590.0, 9599.0, 9587.0, 9621.0, 9563.0, 9544.0, 9549.0, 9536.0, 9585.0, 9582.0, 9607.0, 9607.0, 9589.0, 9605.0, 9611.0, 9578.0, 9649.0, 9593.0, 9663.0, 9592.0, 9617.0, 9561.0, 9590.0, 9560.0, 9588.0, 9524.0, 9568.0, 9501.0, 9499.0, 9466.0, 9486.0, 9535.0, 9485.0, 9479.0, 9490.0, 9487.0, 9496.0, 9512.0, 9547.0, 9536.0, 9526.0, 9510.0, 9541.0, 9540.0, 9565.0, 9583.0, 9574.0, 9582.0, 9573.0, 9585.0, 9575.0, 9588.0, 9564.0, 9592.0, 9544.0, 9577.0, 9598.0, 9575.0, 9590.0, 9578.0, 9594.0, 9547.0, 9592.0, 9592.0, 9601.0, 9611.0, 9607.0, 9613.0, 9586.0, 9616.0, 9669.0, 9598.0, 9632.0, 9664.0, 9609.0, 9630.0, 9576.0, 9604.0, 9594.0, 9607.0, 9576.0, 9612.0, 9573.0, 9611.0, 9648.0, 9594.0, 9660.0, 9607.0, 9650.0, 9559.0, 9590.0, 9667.0, 9609.0, 9618.0, 9627.0, 9561.0, 9594.0, 9543.0, 9557.0, 9549.0, 9558.0, 9547.0, 9566.0, 9621.0, 9598.0, 9617.0, 9569.0, 9609.0, 9569.0, 9594.0, 9579.0, 9555.0, 9559.0, 9568.0, 9634.0, 9537.0, 9541.0, 9608.0, 9535.0, 9555.0, 9605.0, 9541.0, 9575.0, 9548.0, 9526.0, 9534.0, 9541.0, 9530.0, 9543.0, 9542.0, 9571.0, 9504.0, 9553.0, 9524.0, 9520.0, 9510.0, 9515.0, 9505.0, 9537.0, 9555.0, 9484.0, 9523.0, 9462.0, 9478.0, 9492.0, 9490.0, 9484.0, 9469.0, 9488.0, 9486.0, 9510.0, 9508.0, 9539.0, 9556.0, 9559.0, 9560.0, 9552.0, 9617.0, 9598.0, 9605.0, 9571.0, 9603.0, 9544.0, 9600.0, 9586.0, 9605.0, 9622.0, 9587.0, 9620.0, 9577.0, 9586.0, 9588.0, 9588.0, 9554.0, 9591.0, 9678.0, 9589.0, 9647.0, 9577.0, 9624.0, 9619.0, 9667.0, 9641.0, 9663.0, 9584.0, 9589.0, 9628.0, 9676.0, 9602.0, 9613.0, 9572.0, 9603.0, 9565.0, 9657.0, 9586.0, 9627.0, 9588.0, 9667.0, 9601.0, 9665.0, 9608.0, 9578.0, 9547.0, 9571.0, 9540.0, 9560.0, 9610.0, 9543.0, 9628.0, 9572.0, 9580.0, 9543.0, 9551.0, 9522.0, 9538.0, 9607.0, 9534.0, 9574.0, 9530.0, 9531.0, 9530.0, 9541.0, 9555.0, 9554.0, 9540.0, 9546.0, 9536.0, 9543.0, 9551.0, 9543.0, 9576.0, 9597.0, 9544.0, 9565.0, 9523.0, 9540.0, 9562.0, 9554.0, 9540.0, 9544.0, 9559.0, 9558.0, 9566.0, 9578.0, 9582.0, 9580.0, 9567.0, 9569.0, 9608.0, 9562.0, 9578.0, 9588.0, 9560.0, 9560.0, 9567.0, 9563.0, 9566.0, 9590.0, 9591.0, 9606.0, 9590.0, 9595.0, 9560.0, 9594.0, 9563.0, 9610.0, 9598.0, 9598.0, 9606.0, 9650.0, 9582.0, 9625.0, 9678.0, 9616.0, 9669.0, 9659.0, 9622.0, 9618.0, 9553.0, 9557.0, 9566.0, 9573.0, 9577.0, 9580.0, 9561.0, 9585.0, 9616.0, 9614.0, 9616.0, 9630.0, 9617.0, 9621.0, 9618.0, 9661.0, 9677.0, 9602.0, 9583.0, 9626.0, 9562.0, 9550.0, 9655.0, 9546.0, 9578.0, 9556.0, 9519.0, 9572.0, 9527.0, 9521.0, 9599.0, 9533.0, 9518.0, 9521.0, 9538.0, 9519.0, 9542.0, 9560.0, 9580.0, 9582.0, 9569.0, 9570.0, 9556.0, 9567.0, 9553.0, 9559.0, 9540.0, 9554.0, 9542.0, 9558.0, 9561.0, 9579.0, 9601.0, 9567.0, 9588.0, 9582.0, 9590.0, 9590.0, 9653.0, 9607.0, 9588.0, 9584.0, 9591.0, 9639.0, 9600.0, 9605.0, 9570.0, 9593.0, 9585.0, 9591.0, 9607.0, 9660.0, 9606.0, 9615.0, 9572.0, 9607.0, 9652.0, 9590.0, 9620.0, 9583.0, 9591.0, 9578.0, 9609.0, 9675.0, 9649.0, 9598.0, 9626.0, 9567.0, 9569.0, 9568.0, 9598.0, 9639.0, 9579.0, 9583.0, 9648.0, 9580.0, 9581.0, 9562.0, 9580.0, 9604.0, 9576.0, 9581.0, 9582.0, 9584.0, 9552.0, 9587.0, 9583.0, 9574.0, 9604.0, 9583.0, 9600.0, 9558.0, 9575.0, 9610.0, 9604.0, 9586.0, 9575.0, 9607.0, 9635.0, 9566.0, 9661.0, 9578.0, 9602.0, 9545.0, 9576.0, 9567.0, 9559.0, 9619.0, 9560.0, 9573.0, 9557.0, 9575.0, 9530.0, 9567.0, 9617.0, 9573.0, 9571.0, 9544.0, 9554.0, 9625.0, 9555.0, 9554.0, 9618.0, 9536.0, 9550.0, 9506.0, 9539.0, 9568.0, 9559.0, 9557.0, 9546.0, 9569.0, 9589.0, 9573.0, 9586.0, 9552.0, 9571.0, 9589.0, 9549.0, 9578.0, 9587.0, 9563.0, 9575.0, 9551.0, 9563.0, 9556.0, 9591.0, 9597.0, 9592.0, 9585.0, 9589.0, 9589.0, 9577.0, 9591.0, 9574.0, 9595.0, 9657.0, 9575.0, 9628.0, 9586.0, 9606.0, 9569.0, 9571.0, 9653.0, 9567.0, 9624.0, 9575.0, 9560.0, 9528.0, 9546.0, 9602.0, 9571.0, 9576.0, 9565.0, 9562.0, 9547.0, 9566.0, 9635.0, 9585.0, 9597.0, 9556.0, 9563.0, 9539.0, 9569.0, 9576.0, 9592.0, 9590.0, 9611.0, 9592.0, 9608.0, 9670.0, 9623.0, 9643.0, 9582.0, 9626.0, 9639.0, 9603.0, 9597.0, 9551.0, 9557.0, 9538.0, 9555.0, 9542.0, 9557.0, 9565.0, 9596.0, 9587.0, 9578.0, 9568.0, 9660.0, 9595.0, 9635.0, 9562.0, 9580.0, 9549.0, 9597.0, 9540.0, 9590.0, 9654.0, 9548.0, 9575.0, 9536.0, 9521.0, 9538.0, 9539.0, 9545.0, 9545.0, 9531.0, 9547.0, 9532.0, 9553.0, 9591.0, 9606.0, 9562.0, 9612.0, 9615.0, 9590.0, 9599.0, 9571.0, 9610.0, 9569.0, 9565.0, 9536.0, 9562.0, 9616.0, 9567.0, 9544.0, 9596.0, 9541.0, 9521.0, 9542.0, 9547.0, 9518.0, 9552.0, 9523.0, 9568.0, 9527.0, 9580.0, 9575.0, 9570.0, 9577.0, 9579.0, 9582.0, 9552.0, 9581.0, 9580.0, 9534.0, 9561.0, 9587.0, 9531.0, 9559.0, 9558.0, 9545.0, 9541.0, 9547.0, 9571.0, 9560.0, 9589.0, 9562.0, 9613.0, 9620.0, 9617.0, 9629.0, 9632.0, 9608.0, 9650.0, 9591.0, 9582.0, 9640.0, 9561.0, 9574.0, 9536.0, 9561.0, 9593.0, 9571.0, 9564.0, 9553.0, 9578.0, 9536.0, 9584.0, 9660.0, 9564.0, 9565.0, 9569.0, 9558.0, 9620.0, 9629.0, 9582.0, 9577.0, 9553.0, 9555.0, 9629.0, 9597.0, 9567.0, 9577.0, 9566.0, 9573.0, 9566.0, 9592.0, 9590.0, 9592.0, 9604.0, 9574.0, 9635.0, 9654.0, 9589.0, 9558.0, 9606.0, 9520.0, 9546.0, 9593.0, 9529.0, 9580.0, 9531.0, 9537.0, 9514.0, 9525.0, 9537.0, 9547.0, 9554.0, 9550.0, 9546.0, 9549.0, 9574.0, 9538.0, 9572.0, 9518.0, 9532.0, 9513.0, 9541.0, 9523.0, 9552.0, 9531.0, 9548.0, 9532.0, 9538.0, 9539.0, 9573.0, 9585.0, 9585.0, 9625.0, 9583.0, 9556.0, 9540.0, 9544.0, 9580.0, 9564.0, 9581.0, 9642.0, 9592.0, 9619.0, 9585.0, 9611.0, 9585.0, 9562.0, 9641.0, 9574.0, 9618.0, 9538.0, 9607.0, 9525.0, 9601.0, 9546.0, 9519.0, 9573.0, 9507.0, 9547.0, 9476.0, 9473.0, 9467.0, 9486.0, 9488.0, 9502.0, 9512.0, 9530.0, 9558.0, 9538.0, 9543.0, 9554.0, 9560.0, 9558.0, 9584.0, 9564.0, 9567.0, 9565.0, 9549.0, 9567.0, 9553.0, 9584.0, 9550.0, 9570.0, 9541.0, 9582.0, 9582.0, 9588.0, 9611.0, 9586.0, 9607.0, 9572.0, 9595.0, 9568.0, 9608.0, 9566.0, 9618.0, 9535.0, 9563.0, 9527.0, 9562.0, 9645.0, 9561.0, 9597.0, 9562.0, 9563.0, 9550.0, 9583.0, 9632.0, 9560.0, 9571.0, 9587.0, 9600.0, 9599.0, 9598.0, 9579.0, 9577.0, 9598.0, 9604.0, 9619.0, 9602.0, 9617.0, 9605.0, 9646.0, 9626.0, 9690.0, 9661.0, 9673.0, 9619.0, 9651.0, 9646.0, 9591.0, 9589.0, 9631.0, 9564.0, 9583.0, 9515.0, 9531.0, 9537.0, 9548.0, 9519.0, 9537.0, 9532.0, 9582.0, 9588.0, 9582.0, 9580.0, 9560.0, 9565.0, 9564.0, 9586.0, 9594.0, 9595.0, 9638.0, 9616.0, 9556.0, 9593.0, 9595.0, 9602.0, 9554.0, 9562.0, 9528.0, 9566.0, 9649.0, 9603.0, 9613.0, 9539.0, 9537.0, 9513.0, 9510.0, 9514.0, 9539.0, 9536.0, 9536.0, 9509.0, 9536.0, 9522.0, 9552.0, 9525.0, 9557.0, 9579.0, 9527.0, 9535.0, 9524.0, 9537.0, 9547.0, 9542.0, 9552.0, 9542.0, 9558.0, 9553.0, 9563.0, 9566.0, 9569.0, 9556.0, 9588.0, 9641.0, 9625.0, 9601.0, 9619.0, 9614.0, 9577.0, 9595.0, 9596.0, 9631.0, 9614.0, 9626.0, 9607.0, 9628.0, 9581.0, 9564.0, 9601.0, 9666.0, 9637.0, 9604.0, 9596.0, 9560.0, 9573.0, 9576.0, 9566.0, 9536.0, 9596.0, 9547.0, 9594.0, 9538.0, 9592.0, 9530.0, 9568.0, 9511.0, 9554.0, 9461.0, 9500.0, 9472.0, 9498.0, 9476.0, 9481.0, 9502.0, 9522.0, 9513.0, 9496.0, 9480.0, 9498.0, 9485.0, 9500.0, 9505.0, 9505.0, 9515.0, 9521.0, 9525.0, 9510.0, 9527.0, 9513.0, 9531.0, 9532.0, 9540.0, 9556.0, 9574.0, 9557.0, 9549.0, 9556.0, 9551.0, 9558.0, 9569.0, 9558.0, 9601.0, 9564.0, 9573.0, 9540.0, 9552.0, 9523.0, 9573.0, 9545.0, 9539.0, 9504.0, 9538.0, 9546.0, 9563.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.0014139637305699481</td></tr>
<tr><td colspan=3>aqi</td><td>0.030219698704663206</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.66351171954195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2334525933621443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0143369479948139</td></tr>
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
<tr><td colspan=3>fber</td><td>4495.4214</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10570695879405773</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.858376511226252</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7853323047281315</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7704966612189397</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.035229927634479</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5502703253309758</td></tr>
<tr><td colspan=3>gcor</td><td>0.0202092</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013677172362804413</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028694164007902145</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</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.6259185019084996</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.7066</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.38</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.5792</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295356.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>898.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2487</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9893</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.6812</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.7379</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.7343</td></tr>
<tr><td colspan=3>tsnr</td><td>34.28282873821445</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>