<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-03/func/sub-0079_ses-03_task-alignvideo_acq-mb8_run-01_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>ee8d5b26d97616d2266c637d83172ed9</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:41:42.672500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999684, 0.0152434, -0.0199912, -0.0132611, 0.995313, 0.0957936]</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-01_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.105075</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7772, -7243, 499, 11, -50, 66, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.292</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6576ff0-52b8-4105-89b5-fd2ef67074b0||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820788383483887, -0.03557857498526573, -0.057665757834911346, 116.96186065673828], [-0.04089689627289772, 2.67035174369812, 0.2578451633453369, -96.39205932617188], [-0.053634852170944214, -0.2570072114467621, 2.6870410442352295, -28.254180908203125], [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, 1157]</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], 'AcquisitionTime': ['134142.672500', '134143.132500', '134143.592500', '134144.052500', '134144.512500', '134144.972500', '134145.432500', '134145.892500', '134146.352500', '134146.812500', '134147.272500', '134147.732500', '134148.192500', '134148.652500', '134149.112500', '134149.572500', '134150.032500', '134150.492500', '134150.952500', '134151.412500', '134151.872500', '134152.332500', '134152.792500', '134153.252500', '134153.712500', '134154.172500', '134154.632500', '134155.092500', '134155.552500', '134156.012500', '134156.472500', '134156.932500', '134157.392500', '134157.852500', '134158.312500', '134158.772500', '134159.232500', '134159.692500', '134200.152500', '134200.612500', '134201.072500', '134201.532500', '134201.992500', '134202.452500', '134202.912500', '134203.372500', '134203.832500', '134204.292500', '134204.752500', '134205.212500', '134205.672500', '134206.132500', '134206.592500', '134207.052500', '134207.512500', '134207.972500', '134208.432500', '134208.892500', '134209.352500', '134209.812500', '134210.272500', '134210.732500', '134211.192500', '134211.652500', '134212.112500', '134212.572500', '134213.032500', '134213.492500', '134213.952500', '134214.412500', '134214.872500', '134215.332500', '134215.792500', '134216.252500', '134216.712500', '134217.172500', '134217.632500', '134218.092500', '134218.552500', '134219.012500', '134219.472500', '134219.932500', '134220.392500', '134220.852500', '134221.312500', '134221.772500', '134222.232500', '134222.692500', '134223.152500', '134223.612500', '134224.072500', '134224.532500', '134224.992500', '134225.452500', '134225.912500', '134226.372500', '134226.832500', '134227.292500', '134227.752500', '134228.212500', '134228.672500', '134229.132500', '134229.592500', '134230.052500', '134230.512500', '134230.972500', '134231.432500', '134231.892500', '134232.352500', '134232.812500', '134233.272500', '134233.732500', '134234.192500', '134234.652500', '134235.112500', '134235.572500', '134236.032500', '134236.492500', '134236.952500', '134237.412500', '134237.872500', '134238.332500', '134238.792500', '134239.252500', '134239.712500', '134240.172500', '134240.632500', '134241.092500', '134241.552500', '134242.012500', '134242.472500', '134242.932500', '134243.392500', '134243.852500', '134244.312500', '134244.772500', '134245.232500', '134245.692500', '134246.152500', '134246.612500', '134247.072500', '134247.532500', '134247.992500', '134248.452500', '134248.912500', '134249.372500', '134249.832500', '134250.292500', '134250.752500', '134251.212500', '134251.672500', '134252.132500', '134252.592500', '134253.052500', '134253.512500', '134253.972500', '134254.432500', '134254.892500', '134255.352500', '134255.812500', '134256.272500', '134256.732500', '134257.192500', '134257.652500', '134258.112500', '134258.572500', '134259.032500', '134259.492500', '134259.952500', '134300.412500', '134300.872500', '134301.332500', '134301.792500', '134302.252500', '134302.712500', '134303.172500', '134303.632500', '134304.092500', '134304.552500', '134305.012500', '134305.472500', '134305.932500', '134306.392500', '134306.852500', '134307.312500', '134307.772500', '134308.232500', '134308.692500', '134309.152500', '134309.612500', '134310.072500', '134310.532500', '134310.992500', '134311.452500', '134311.912500', '134312.372500', '134312.832500', '134313.292500', '134313.752500', '134314.212500', '134314.672500', '134315.132500', '134315.592500', '134316.052500', '134316.512500', '134316.972500', '134317.432500', '134317.892500', '134318.352500', '134318.812500', '134319.272500', '134319.732500', '134320.192500', '134320.652500', '134321.112500', '134321.572500', '134322.032500', '134322.492500', '134322.952500', '134323.412500', '134323.872500', '134324.332500', '134324.792500', '134325.252500', '134325.712500', '134326.172500', '134326.632500', '134327.092500', '134327.552500', '134328.012500', '134328.472500', '134328.932500', '134329.392500', '134329.852500', '134330.312500', '134330.772500', '134331.232500', '134331.692500', '134332.152500', '134332.612500', '134333.072500', '134333.532500', '134333.992500', '134334.452500', '134334.912500', '134335.372500', '134335.832500', '134336.292500', '134336.752500', '134337.212500', '134337.672500', '134338.132500', '134338.592500', '134339.052500', '134339.512500', '134339.972500', '134340.432500', '134340.892500', '134341.352500', '134341.812500', '134342.272500', '134342.732500', '134343.192500', '134343.652500', '134344.112500', '134344.572500', '134345.032500', '134345.492500', '134345.952500', '134346.412500', '134346.872500', '134347.332500', '134347.792500', '134348.252500', '134348.712500', '134349.172500', '134349.632500', '134350.092500', '134350.552500', '134351.012500', '134351.472500', '134351.932500', '134352.392500', '134352.852500', '134353.312500', '134353.772500', '134354.232500', '134354.692500', '134355.152500', '134355.612500', '134356.072500', '134356.532500', '134356.992500', '134357.452500', '134357.912500', '134358.372500', '134358.832500', '134359.292500', '134359.752500', '134400.212500', '134400.672500', '134401.132500', '134401.592500', '134402.052500', '134402.512500', '134402.972500', '134403.432500', '134403.892500', '134404.352500', '134404.812500', '134405.272500', '134405.732500', '134406.192500', '134406.652500', '134407.112500', '134407.572500', '134408.032500', '134408.492500', '134408.952500', '134409.412500', '134409.872500', '134410.332500', '134410.792500', '134411.252500', '134411.712500', '134412.172500', '134412.632500', '134413.092500', '134413.552500', '134414.012500', '134414.472500', '134414.932500', '134415.392500', '134415.852500', '134416.312500', '134416.772500', '134417.232500', '134417.692500', '134418.152500', '134418.612500', '134419.072500', '134419.532500', '134419.992500', '134420.452500', '134420.912500', '134421.372500', '134421.832500', '134422.292500', '134422.752500', '134423.212500', '134423.672500', '134424.132500', '134424.592500', '134425.052500', '134425.512500', '134425.972500', '134426.432500', '134426.892500', '134427.352500', '134427.812500', '134428.272500', '134428.732500', '134429.192500', '134429.652500', '134430.112500', '134430.572500', '134431.032500', '134431.492500', '134431.952500', '134432.412500', '134432.872500', '134433.332500', '134433.792500', '134434.252500', '134434.712500', '134435.172500', '134435.632500', '134436.092500', '134436.552500', '134437.012500', '134437.472500', '134437.932500', '134438.392500', '134438.852500', '134439.312500', '134439.772500', '134440.232500', '134440.692500', '134441.152500', '134441.612500', '134442.072500', '134442.532500', '134442.992500', '134443.452500', '134443.912500', '134444.372500', '134444.832500', '134445.292500', '134445.752500', '134446.212500', '134446.672500', '134447.132500', '134447.592500', '134448.052500', '134448.512500', '134448.972500', '134449.432500', '134449.892500', '134450.352500', '134450.812500', '134451.272500', '134451.732500', '134452.192500', '134452.652500', '134453.112500', '134453.572500', '134454.032500', '134454.492500', '134454.952500', '134455.412500', '134455.872500', '134456.332500', '134456.792500', '134457.252500', '134457.712500', '134458.172500', '134458.632500', '134459.092500', '134459.552500', '134500.012500', '134500.472500', '134500.932500', '134501.392500', '134501.852500', '134502.312500', '134502.772500', '134503.232500', '134503.692500', '134504.152500', '134504.612500', '134505.072500', '134505.532500', '134505.992500', '134506.452500', '134506.912500', '134507.372500', '134507.832500', '134508.292500', '134508.752500', '134509.212500', '134509.672500', '134510.132500', '134510.592500', '134511.052500', '134511.512500', '134511.972500', '134512.432500', '134512.892500', '134513.352500', '134513.812500', '134514.272500', '134514.732500', '134515.192500', '134515.652500', '134516.112500', '134516.572500', '134517.032500', '134517.492500', '134517.952500', '134518.412500', '134518.872500', '134519.332500', '134519.792500', '134520.252500', '134520.712500', '134521.172500', '134521.632500', '134522.092500', '134522.552500', '134523.012500', '134523.472500', '134523.932500', '134524.392500', '134524.852500', '134525.312500', '134525.772500', '134526.232500', '134526.692500', '134527.152500', '134527.612500', '134528.072500', '134528.532500', '134528.992500', '134529.452500', '134529.912500', '134530.372500', '134530.832500', '134531.292500', '134531.752500', '134532.212500', '134532.672500', '134533.132500', '134533.592500', '134534.052500', '134534.512500', '134534.972500', '134535.432500', '134535.892500', '134536.352500', '134536.812500', '134537.272500', '134537.732500', '134538.192500', '134538.652500', '134539.112500', '134539.572500', '134540.032500', '134540.492500', '134540.952500', '134541.412500', '134541.872500', '134542.332500', '134542.792500', '134543.252500', '134543.712500', '134544.172500', '134544.632500', '134545.092500', '134545.552500', '134546.012500', '134546.472500', '134546.932500', '134547.392500', '134547.852500', '134548.312500', '134548.772500', '134549.232500', '134549.692500', '134550.152500', '134550.612500', '134551.072500', '134551.532500', '134551.992500', '134552.452500', '134552.912500', '134553.372500', '134553.832500', '134554.292500', '134554.752500', '134555.212500', '134555.672500', '134556.132500', '134556.592500', '134557.052500', '134557.512500', '134557.972500', '134558.432500', '134558.892500', '134559.352500', '134559.812500', '134600.272500', '134600.732500', '134601.192500', '134601.652500', '134602.112500', '134602.572500', '134603.032500', '134603.492500', '134603.952500', '134604.412500', '134604.872500', '134605.332500', '134605.792500', '134606.252500', '134606.712500', '134607.172500', '134607.632500', '134608.092500', '134608.552500', '134609.012500', '134609.472500', '134609.932500', '134610.392500', '134610.852500', '134611.312500', '134611.772500', '134612.232500', '134612.692500', '134613.152500', '134613.612500', '134614.072500', '134614.532500', '134614.992500', '134615.452500', '134615.912500', '134616.372500', '134616.832500', '134617.292500', '134617.752500', '134618.212500', '134618.672500', '134619.132500', '134619.592500', '134620.052500', '134620.512500', '134620.972500', '134621.432500', '134621.892500', '134622.352500', '134622.812500', '134623.272500', '134623.732500', '134624.192500', '134624.652500', '134625.112500', '134625.572500', '134626.032500', '134626.492500', '134626.952500', '134627.412500', '134627.872500', '134628.332500', '134628.792500', '134629.252500', '134629.712500', '134630.172500', '134630.632500', '134631.092500', '134631.552500', '134632.012500', '134632.472500', '134632.932500', '134633.392500', '134633.852500', '134634.312500', '134634.772500', '134635.232500', '134635.692500', '134636.152500', '134636.612500', '134637.072500', '134637.532500', '134637.992500', '134638.452500', '134638.912500', '134639.372500', '134639.832500', '134640.292500', '134640.752500', '134641.212500', '134641.672500', '134642.132500', '134642.592500', '134643.052500', '134643.512500', '134643.972500', '134644.432500', '134644.892500', '134645.352500', '134645.812500', '134646.272500', '134646.732500', '134647.192500', '134647.652500', '134648.112500', '134648.572500', '134649.032500', '134649.492500', '134649.952500', '134650.412500', '134650.872500', '134651.332500', '134651.792500', '134652.252500', '134652.712500', '134653.172500', '134653.632500', '134654.092500', '134654.552500', '134655.012500', '134655.472500', '134655.932500', '134656.392500', '134656.852500', '134657.312500', '134657.772500', '134658.232500', '134658.692500', '134659.152500', '134659.612500', '134700.072500', '134700.532500', '134700.992500', '134701.452500', '134701.912500', '134702.372500', '134702.832500', '134703.292500', '134703.752500', '134704.212500', '134704.672500', '134705.132500', '134705.592500', '134706.052500', '134706.512500', '134706.972500', '134707.432500', '134707.892500', '134708.352500', '134708.812500', '134709.272500', '134709.732500', '134710.192500', '134710.652500', '134711.112500', '134711.572500', '134712.032500', '134712.492500', '134712.952500', '134713.412500', '134713.872500', '134714.332500', '134714.792500', '134715.252500', '134715.712500', '134716.172500', '134716.632500', '134717.092500', '134717.552500', '134718.012500', '134718.472500', '134718.932500', '134719.392500', '134719.852500', '134720.312500', '134720.772500', '134721.232500', '134721.692500', '134722.152500', '134722.612500', '134723.072500', '134723.532500', '134723.992500', '134724.452500', '134724.912500', '134725.372500', '134725.832500', '134726.292500', '134726.752500', '134727.212500', '134727.672500', '134728.132500', '134728.592500', '134729.052500', '134729.512500', '134729.972500', '134730.432500', '134730.892500', '134731.352500', '134731.812500', '134732.272500', '134732.732500', '134733.192500', '134733.652500', '134734.112500', '134734.572500', '134735.032500', '134735.492500', '134735.952500', '134736.412500', '134736.872500', '134737.332500', '134737.792500', '134738.252500', '134738.712500', '134739.172500', '134739.632500', '134740.092500', '134740.552500', '134741.012500', '134741.472500', '134741.932500', '134742.392500', '134742.852500', '134743.312500', '134743.772500', '134744.232500', '134744.692500', '134745.152500', '134745.612500', '134746.072500', '134746.532500', '134746.992500', '134747.452500', '134747.912500', '134748.372500', '134748.832500', '134749.292500', '134749.752500', '134750.212500', '134750.672500', '134751.132500', '134751.592500', '134752.052500', '134752.512500', '134752.972500', '134753.432500', '134753.892500', '134754.352500', '134754.812500', '134755.272500', '134755.732500', '134756.192500', '134756.652500', '134757.112500', '134757.572500', '134758.032500', '134758.492500', '134758.952500', '134759.412500', '134759.872500', '134800.332500', '134800.792500', '134801.252500', '134801.712500', '134802.172500', '134802.632500', '134803.092500', '134803.552500', '134804.012500', '134804.472500', '134804.932500', '134805.392500', '134805.852500', '134806.312500', '134806.772500', '134807.232500', '134807.692500', '134808.152500', '134808.612500', '134809.072500', '134809.532500', '134809.992500', '134810.452500', '134810.912500', '134811.372500', '134811.832500', '134812.292500', '134812.752500', '134813.212500', '134813.672500', '134814.132500', '134814.592500', '134815.052500', '134815.512500', '134815.972500', '134816.432500', '134816.892500', '134817.352500', '134817.812500', '134818.272500', '134818.732500', '134819.192500', '134819.652500', '134820.112500', '134820.572500', '134821.032500', '134821.492500', '134821.952500', '134822.412500', '134822.872500', '134823.332500', '134823.792500', '134824.252500', '134824.712500', '134825.172500', '134825.632500', '134826.092500', '134826.552500', '134827.012500', '134827.472500', '134827.932500', '134828.392500', '134828.852500', '134829.312500', '134829.772500', '134830.232500', '134830.692500', '134831.152500', '134831.612500', '134832.072500', '134832.532500', '134832.992500', '134833.452500', '134833.912500', '134834.372500', '134834.832500', '134835.292500', '134835.752500', '134836.212500', '134836.672500', '134837.132500', '134837.592500', '134838.052500', '134838.512500', '134838.972500', '134839.432500', '134839.892500', '134840.352500', '134840.812500', '134841.272500', '134841.732500', '134842.192500', '134842.652500', '134843.112500', '134843.572500', '134844.032500', '134844.492500', '134844.952500', '134845.412500', '134845.872500', '134846.332500', '134846.792500', '134847.252500', '134847.712500', '134848.172500', '134848.632500', '134849.092500', '134849.552500', '134850.012500', '134850.472500', '134850.932500', '134851.392500', '134851.852500', '134852.312500', '134852.772500', '134853.232500', '134853.692500', '134854.152500', '134854.612500', '134855.072500', '134855.532500', '134855.992500', '134856.452500', '134856.912500', '134857.372500', '134857.832500', '134858.292500', '134858.752500', '134859.212500', '134859.672500', '134900.132500', '134900.592500', '134901.052500', '134901.512500', '134901.972500', '134902.432500', '134902.892500', '134903.352500', '134903.812500', '134904.272500', '134904.732500', '134905.192500', '134905.652500', '134906.112500', '134906.572500', '134907.032500', '134907.492500', '134907.952500', '134908.412500', '134908.872500', '134909.332500', '134909.792500', '134910.252500', '134910.712500', '134911.172500', '134911.632500', '134912.092500', '134912.552500', '134913.012500', '134913.472500', '134913.932500', '134914.392500', '134914.852500', '134915.312500', '134915.772500', '134916.232500', '134916.692500', '134917.152500', '134917.612500', '134918.072500', '134918.532500', '134918.992500', '134919.452500', '134919.912500', '134920.372500', '134920.832500', '134921.292500', '134921.752500', '134922.212500', '134922.672500', '134923.132500', '134923.592500', '134924.052500', '134924.512500', '134924.972500', '134925.432500', '134925.892500', '134926.352500', '134926.812500', '134927.272500', '134927.732500', '134928.192500', '134928.652500', '134929.112500', '134929.572500', '134930.032500', '134930.492500', '134930.952500', '134931.412500', '134931.872500', '134932.332500', '134932.792500', '134933.252500', '134933.712500', '134934.172500', '134934.632500', '134935.092500', '134935.552500', '134936.012500', '134936.472500', '134936.932500', '134937.392500', '134937.852500', '134938.312500', '134938.772500', '134939.232500', '134939.692500', '134940.152500', '134940.612500', '134941.072500', '134941.532500', '134941.992500', '134942.452500', '134942.912500', '134943.372500', '134943.832500', '134944.292500', '134944.752500', '134945.212500', '134945.672500', '134946.132500', '134946.592500', '134947.052500', '134947.512500', '134947.972500', '134948.432500', '134948.892500', '134949.352500', '134949.812500', '134950.272500', '134950.732500', '134951.192500', '134951.652500', '134952.112500', '134952.572500', '134953.032500', '134953.492500', '134953.952500', '134954.412500', '134954.872500', '134955.332500', '134955.792500', '134956.252500', '134956.712500', '134957.172500', '134957.632500', '134958.092500', '134958.552500', '134959.012500', '134959.472500', '134959.932500', '135000.392500', '135000.852500', '135001.312500', '135001.772500', '135002.232500', '135002.692500', '135003.152500', '135003.612500', '135004.072500', '135004.532500', '135004.992500', '135005.452500', '135005.912500', '135006.372500', '135006.832500', '135007.292500', '135007.752500', '135008.212500', '135008.672500', '135009.132500', '135009.592500', '135010.052500', '135010.512500', '135010.972500', '135011.432500', '135011.892500', '135012.352500', '135012.812500', '135013.272500', '135013.732500', '135014.192500', '135014.652500', '135015.112500', '135015.572500', '135016.032500', '135016.492500', '135016.952500', '135017.412500', '135017.872500', '135018.332500', '135018.792500', '135019.252500', '135019.712500', '135020.172500', '135020.632500', '135021.092500', '135021.552500', '135022.012500', '135022.472500', '135022.932500', '135023.392500', '135023.852500', '135024.312500', '135024.772500', '135025.232500', '135025.692500', '135026.152500', '135026.612500', '135027.072500', '135027.532500', '135027.992500', '135028.452500', '135028.912500', '135029.372500', '135029.832500', '135030.292500', '135030.752500', '135031.212500', '135031.672500', '135032.132500', '135032.592500', '135033.052500', '135033.512500', '135033.972500', '135034.432500'], 'ContentTime': ['134204.778000', '134204.781000', '134204.784000', '134204.787000', '134204.789000', '134204.792000', '134204.794000', '134204.797000', '134204.800000', '134204.802000', '134204.805000', '134204.807000', '134204.810000', '134204.813000', '134204.815000', '134204.818000', '134204.820000', '134204.823000', '134204.825000', '134204.828000', '134204.830000', '134204.833000', '134204.836000', '134204.838000', '134204.841000', '134204.843000', '134204.846000', '134204.849000', '134204.851000', '134204.854000', '134204.856000', '134204.859000', '134204.861000', '134204.864000', '134204.866000', '134204.869000', '134204.872000', '134204.874000', '134204.877000', '134204.879000', '134204.882000', '134204.891000', '134204.897000', '134204.900000', '134204.902000', '134204.905000', '134224.744000', '134224.747000', '134224.750000', '134224.752000', '134224.755000', '134224.758000', '134224.760000', '134224.763000', '134224.765000', '134224.768000', '134224.770000', '134224.773000', '134224.776000', '134224.779000', '134224.782000', '134224.786000', '134224.789000', '134224.791000', '134224.794000', '134224.796000', '134224.799000', '134224.801000', '134224.804000', '134224.807000', '134224.809000', '134224.815000', '134224.818000', '134224.820000', '134224.823000', '134224.825000', '134224.828000', '134224.830000', '134224.833000', '134224.836000', '134224.838000', '134224.841000', '134224.844000', '134224.846000', '134224.849000', '134224.851000', '134224.854000', '134224.857000', '134224.859000', '134244.744000', '134244.747000', '134244.750000', '134244.752000', '134244.755000', '134244.757000', '134244.760000', '134244.763000', '134244.765000', '134244.768000', '134244.770000', '134244.773000', '134244.776000', '134244.778000', '134244.781000', '134244.783000', '134244.786000', '134244.789000', '134244.791000', '134244.794000', '134244.796000', '134244.799000', '134244.808000', '134244.810000', '134244.813000', '134244.815000', '134244.818000', '134244.821000', '134244.823000', '134244.826000', '134244.828000', '134244.831000', '134244.833000', '134244.836000', '134244.838000', '134244.841000', '134244.844000', '134244.846000', '134244.849000', '134244.851000', '134244.854000', '134244.857000', '134244.859000', '134244.862000', '134304.744000', '134304.747000', '134304.750000', '134304.752000', '134304.755000', '134304.758000', '134304.760000', '134304.763000', '134304.765000', '134304.768000', '134304.770000', '134304.773000', '134304.776000', '134304.778000', '134304.781000', '134304.783000', '134304.786000', '134304.789000', '134304.791000', '134304.794000', '134304.797000', '134304.799000', '134304.802000', '134304.804000', '134304.807000', '134304.810000', '134304.813000', '134304.816000', '134304.819000', '134304.822000', '134304.824000', '134304.827000', '134304.829000', '134304.832000', '134304.835000', '134304.837000', '134304.840000', '134304.842000', '134304.845000', '134304.847000', '134304.850000', '134304.853000', '134304.855000', '134324.745000', '134324.747000', '134324.750000', '134324.752000', '134324.755000', '134324.758000', '134324.760000', '134324.763000', '134324.765000', '134324.768000', '134324.770000', '134324.773000', '134324.776000', '134324.778000', '134324.781000', '134324.783000', '134324.786000', '134324.789000', '134324.791000', '134324.794000', '134324.796000', '134324.799000', '134324.802000', '134324.804000', '134324.807000', '134324.809000', '134324.812000', '134324.814000', '134324.826000', '134324.828000', '134324.831000', '134324.834000', '134324.836000', '134324.839000', '134324.841000', '134324.844000', '134324.846000', '134324.849000', '134324.852000', '134324.854000', '134324.857000', '134324.859000', '134324.862000', '134324.864000', '134344.745000', '134344.747000', '134344.750000', '134344.753000', '134344.755000', '134344.758000', '134344.760000', '134344.763000', '134344.765000', '134344.768000', '134344.770000', '134344.773000', '134344.776000', '134344.778000', '134344.781000', '134344.783000', '134344.786000', '134344.788000', '134344.791000', '134344.794000', '134344.796000', '134344.799000', '134344.801000', '134344.804000', '134344.807000', '134344.817000', '134344.819000', '134344.823000', '134344.826000', '134344.828000', '134344.831000', '134344.834000', '134344.836000', '134344.839000', '134344.864000', '134344.867000', '134344.869000', '134344.872000', '134344.874000', '134344.877000', '134344.880000', '134344.882000', '134344.885000', '134404.745000', '134404.748000', '134404.751000', '134404.753000', '134404.756000', '134404.759000', '134404.761000', '134404.764000', '134404.766000', '134404.769000', '134404.772000', '134404.774000', '134404.777000', '134404.779000', '134404.782000', '134404.785000', '134404.787000', '134404.790000', '134404.792000', '134404.795000', '134404.798000', '134404.800000', '134404.803000', '134404.806000', '134404.808000', '134404.811000', '134404.813000', '134404.816000', '134404.818000', '134404.821000', '134404.824000', '134404.826000', '134404.829000', '134404.831000', '134404.834000', '134404.837000', '134404.839000', '134404.842000', '134404.844000', '134404.847000', '134404.849000', '134404.852000', '134404.855000', '134404.857000', '134424.746000', '134424.748000', '134424.751000', '134424.754000', '134424.756000', '134424.759000', '134424.762000', '134424.764000', '134424.767000', '134424.769000', '134424.772000', '134424.774000', '134424.777000', '134424.780000', '134424.782000', '134424.785000', '134424.788000', '134424.790000', '134424.793000', '134424.795000', '134424.798000', '134424.800000', '134424.803000', '134424.806000', '134424.808000', '134424.811000', '134424.813000', '134424.816000', '134424.819000', '134424.821000', '134424.824000', '134424.826000', '134424.829000', '134424.832000', '134424.834000', '134424.837000', '134424.844000', '134424.847000', '134424.849000', '134424.852000', '134424.855000', '134424.857000', '134424.860000', '134444.745000', '134444.747000', '134444.750000', '134444.753000', '134444.755000', '134444.758000', '134444.760000', '134444.763000', '134444.765000', '134444.768000', '134444.771000', '134444.773000', '134444.776000', '134444.778000', '134444.781000', '134444.784000', '134444.786000', '134444.789000', '134444.792000', '134444.794000', '134444.797000', '134444.799000', '134444.802000', '134444.804000', '134444.807000', '134444.809000', '134444.812000', '134444.815000', '134444.817000', '134444.820000', '134444.823000', '134444.825000', '134444.828000', '134444.830000', '134444.833000', '134444.836000', '134444.838000', '134444.841000', '134444.843000', '134444.846000', '134444.849000', '134444.851000', '134444.854000', '134444.856000', '134504.744000', '134504.747000', '134504.750000', '134504.753000', '134504.755000', '134504.758000', '134504.760000', '134504.763000', '134504.765000', '134504.768000', '134504.771000', '134504.773000', '134504.776000', '134504.778000', '134504.781000', '134504.784000', '134504.786000', '134504.789000', '134504.791000', '134504.794000', '134504.796000', '134504.799000', '134504.802000', '134504.804000', '134504.807000', '134504.809000', '134504.812000', '134504.815000', '134504.817000', '134504.820000', '134504.822000', '134504.825000', '134504.827000', '134504.830000', '134504.833000', '134504.835000', '134504.838000', '134504.840000', '134504.843000', '134504.846000', '134504.848000', '134504.856000', '134504.858000', '134524.745000', '134524.747000', '134524.750000', '134524.753000', '134524.756000', '134524.759000', '134524.762000', '134524.765000', '134524.767000', '134524.770000', '134524.772000', '134524.775000', '134524.777000', '134524.780000', '134524.783000', '134524.785000', '134524.806000', '134524.808000', '134524.811000', '134524.814000', '134524.816000', '134524.819000', '134524.821000', '134524.824000', '134524.826000', '134524.829000', '134524.832000', '134524.834000', '134524.837000', '134524.839000', '134524.842000', '134524.845000', '134524.847000', '134524.850000', '134524.852000', '134524.855000', '134524.858000', '134524.860000', '134524.863000', '134524.865000', '134524.868000', '134524.870000', '134524.873000', '134544.745000', '134544.748000', '134544.750000', '134544.753000', '134544.755000', '134544.758000', '134544.761000', '134544.763000', '134544.766000', '134544.768000', '134544.771000', '134544.773000', '134544.776000', '134544.779000', '134544.781000', '134544.784000', '134544.786000', '134544.789000', '134544.792000', '134544.794000', '134544.797000', '134544.799000', '134544.802000', '134544.805000', '134544.807000', '134544.810000', '134544.812000', '134544.815000', '134544.818000', '134544.820000', '134544.823000', '134544.825000', '134544.828000', '134544.830000', '134544.833000', '134544.849000', '134544.851000', '134544.854000', '134544.857000', '134544.859000', '134544.862000', '134544.864000', '134544.867000', '134544.870000', '134604.744000', '134604.747000', '134604.750000', '134604.753000', '134604.755000', '134604.758000', '134604.760000', '134604.763000', '134604.766000', '134604.768000', '134604.771000', '134604.773000', '134604.776000', '134604.778000', '134604.781000', '134604.784000', '134604.786000', '134604.789000', '134604.792000', '134604.794000', '134604.797000', '134604.799000', '134604.802000', '134604.805000', '134604.807000', '134604.810000', '134604.812000', '134604.815000', '134604.818000', '134604.820000', '134604.823000', '134604.825000', '134604.828000', '134604.831000', '134604.833000', '134604.836000', '134604.838000', '134604.841000', '134604.843000', '134604.846000', '134604.849000', '134604.851000', '134604.854000', '134604.856000', '134624.746000', '134624.748000', '134624.751000', '134624.754000', '134624.756000', '134624.759000', '134624.761000', '134624.764000', '134624.766000', '134624.769000', '134624.772000', '134624.774000', '134624.777000', '134624.780000', '134624.782000', '134624.785000', '134624.787000', '134624.790000', '134624.792000', '134624.795000', '134624.797000', '134624.800000', '134624.803000', '134624.805000', '134624.808000', '134624.811000', '134624.813000', '134624.816000', '134624.818000', '134624.821000', '134624.823000', '134624.826000', '134624.829000', '134624.831000', '134624.834000', '134624.836000', '134624.839000', '134624.842000', '134624.844000', '134624.847000', '134624.849000', '134624.852000', '134624.855000', '134644.745000', '134644.748000', '134644.751000', '134644.753000', '134644.756000', '134644.759000', '134644.761000', '134644.764000', '134644.766000', '134644.769000', '134644.772000', '134644.774000', '134644.777000', '134644.779000', '134644.782000', '134644.785000', '134644.787000', '134644.790000', '134644.792000', '134644.795000', '134644.797000', '134644.800000', '134644.803000', '134644.805000', '134644.808000', '134644.810000', '134644.813000', '134644.816000', '134644.818000', '134644.821000', '134644.824000', '134644.826000', '134644.829000', '134644.831000', '134644.834000', '134644.836000', '134644.839000', '134644.841000', '134644.844000', '134644.847000', '134644.849000', '134644.862000', '134644.864000', '134644.867000', '134704.744000', '134704.747000', '134704.750000', '134704.753000', '134704.755000', '134704.758000', '134704.760000', '134704.763000', '134704.765000', '134704.768000', '134704.771000', '134704.773000', '134704.776000', '134704.778000', '134704.781000', '134704.784000', '134704.786000', '134704.789000', '134704.791000', '134704.794000', '134704.797000', '134704.799000', '134704.802000', '134704.804000', '134704.807000', '134704.810000', '134704.812000', '134704.815000', '134704.817000', '134704.828000', '134704.830000', '134704.833000', '134704.835000', '134704.838000', '134704.841000', '134704.843000', '134704.846000', '134704.848000', '134704.851000', '134704.854000', '134704.856000', '134704.859000', '134704.861000', '134724.744000', '134724.747000', '134724.750000', '134724.753000', '134724.755000', '134724.760000', '134724.763000', '134724.766000', '134724.768000', '134724.771000', '134724.774000', '134724.777000', '134724.779000', '134724.782000', '134724.784000', '134724.787000', '134724.790000', '134724.792000', '134724.795000', '134724.797000', '134724.800000', '134724.803000', '134724.805000', '134724.808000', '134724.810000', '134724.813000', '134724.816000', '134724.818000', '134724.821000', '134724.823000', '134724.826000', '134724.828000', '134724.831000', '134724.834000', '134724.836000', '134724.839000', '134724.841000', '134724.844000', '134724.846000', '134724.849000', '134724.852000', '134724.854000', '134724.857000', '134724.859000', '134744.745000', '134744.747000', '134744.750000', '134744.753000', '134744.755000', '134744.758000', '134744.761000', '134744.763000', '134744.766000', '134744.768000', '134744.771000', '134744.774000', '134744.776000', '134744.779000', '134744.781000', '134744.784000', '134744.787000', '134744.789000', '134744.792000', '134744.794000', '134744.797000', '134744.799000', '134744.802000', '134744.805000', '134744.807000', '134744.810000', '134744.812000', '134744.815000', '134744.818000', '134744.820000', '134744.823000', '134744.825000', '134744.828000', '134744.831000', '134744.833000', '134744.836000', '134744.838000', '134744.841000', '134744.844000', '134744.846000', '134744.849000', '134744.851000', '134744.854000', '134804.745000', '134804.747000', '134804.750000', '134804.753000', '134804.755000', '134804.758000', '134804.760000', '134804.763000', '134804.765000', '134804.768000', '134804.771000', '134804.773000', '134804.776000', '134804.779000', '134804.781000', '134804.784000', '134804.786000', '134804.789000', '134804.791000', '134804.794000', '134804.797000', '134804.799000', '134804.802000', '134804.804000', '134804.807000', '134804.810000', '134804.812000', '134804.815000', '134804.817000', '134804.820000', '134804.823000', '134804.825000', '134804.828000', '134804.830000', '134804.833000', '134804.835000', '134804.838000', '134804.841000', '134804.843000', '134804.846000', '134804.848000', '134804.851000', '134804.854000', '134804.856000', '134824.745000', '134824.747000', '134824.750000', '134824.753000', '134824.755000', '134824.758000', '134824.760000', '134824.763000', '134824.766000', '134824.768000', '134824.771000', '134824.774000', '134824.776000', '134824.779000', '134824.781000', '134824.784000', '134824.787000', '134824.789000', '134824.792000', '134824.795000', '134824.797000', '134824.800000', '134824.802000', '134824.805000', '134824.808000', '134824.810000', '134824.813000', '134824.815000', '134824.818000', '134824.820000', '134824.823000', '134824.826000', '134824.828000', '134824.831000', '134824.833000', '134824.836000', '134824.839000', '134824.841000', '134824.844000', '134824.847000', '134824.849000', '134824.852000', '134824.854000', '134844.746000', '134844.749000', '134844.751000', '134844.754000', '134844.757000', '134844.759000', '134844.762000', '134844.765000', '134844.767000', '134844.770000', '134844.772000', '134844.775000', '134844.778000', '134844.780000', '134844.783000', '134844.785000', '134844.788000', '134844.790000', '134844.793000', '134844.796000', '134844.798000', '134844.801000', '134844.804000', '134844.806000', '134844.809000', '134844.811000', '134844.814000', '134844.817000', '134844.819000', '134844.822000', '134844.824000', '134844.827000', '134844.830000', '134844.832000', '134844.835000', '134844.837000', '134844.840000', '134844.843000', '134844.845000', '134844.848000', '134844.850000', '134844.853000', '134844.855000', '134844.858000', '134904.746000', '134904.748000', '134904.751000', '134904.754000', '134904.756000', '134904.759000', '134904.762000', '134904.764000', '134904.767000', '134904.769000', '134904.772000', '134904.775000', '134904.777000', '134904.780000', '134904.782000', '134904.785000', '134904.788000', '134904.790000', '134904.793000', '134904.795000', '134904.798000', '134904.801000', '134904.803000', '134904.806000', '134904.808000', '134904.811000', '134904.814000', '134904.816000', '134904.819000', '134904.821000', '134904.824000', '134904.826000', '134904.829000', '134904.832000', '134904.834000', '134904.837000', '134904.839000', '134904.842000', '134904.845000', '134904.847000', '134904.850000', '134904.852000', '134904.855000', '134924.745000', '134924.747000', '134924.750000', '134924.753000', '134924.755000', '134924.758000', '134924.761000', '134924.763000', '134924.766000', '134924.768000', '134924.771000', '134924.774000', '134924.776000', '134924.779000', '134924.781000', '134924.784000', '134924.787000', '134924.789000', '134924.792000', '134924.795000', '134924.797000', '134924.800000', '134924.803000', '134924.805000', '134924.808000', '134924.810000', '134924.813000', '134924.816000', '134924.818000', '134924.821000', '134924.824000', '134924.827000', '134924.830000', '134924.832000', '134924.835000', '134924.838000', '134924.840000', '134924.843000', '134924.845000', '134924.848000', '134924.851000', '134924.853000', '134924.856000', '134944.744000', '134944.747000', '134944.750000', '134944.752000', '134944.755000', '134944.766000', '134944.768000', '134944.771000', '134944.773000', '134944.776000', '134944.779000', '134944.781000', '134944.784000', '134944.786000', '134944.789000', '134944.792000', '134944.794000', '134944.797000', '134944.799000', '134944.802000', '134944.805000', '134944.807000', '134944.810000', '134944.812000', '134944.815000', '134944.817000', '134944.820000', '134944.823000', '134944.825000', '134944.828000', '134944.830000', '134944.833000', '134944.836000', '134944.838000', '134944.841000', '134944.843000', '134944.846000', '134944.849000', '134944.851000', '134944.854000', '134944.857000', '134944.859000', '134944.862000', '134944.865000', '135004.745000', '135004.747000', '135004.750000', '135004.753000', '135004.755000', '135004.758000', '135004.760000', '135004.763000', '135004.766000', '135004.768000', '135004.771000', '135004.773000', '135004.776000', '135004.779000', '135004.782000', '135004.785000', '135004.788000', '135004.790000', '135004.793000', '135004.796000', '135004.798000', '135004.801000', '135004.804000', '135004.806000', '135004.809000', '135004.811000', '135004.814000', '135004.816000', '135004.819000', '135004.822000', '135004.824000', '135004.827000', '135004.830000', '135004.832000', '135004.835000', '135004.838000', '135004.840000', '135004.843000', '135004.846000', '135004.848000', '135004.851000', '135004.853000', '135004.856000', '135004.859000', '135024.745000', '135024.748000', '135024.750000', '135024.753000', '135024.756000', '135024.758000', '135024.761000', '135024.763000', '135024.766000', '135024.769000', '135024.771000', '135024.774000', '135024.776000', '135024.779000', '135024.781000', '135024.784000', '135024.787000', '135024.789000', '135024.792000', '135024.794000', '135024.797000', '135024.800000', '135024.802000', '135024.805000', '135024.807000', '135024.810000', '135024.813000', '135024.815000', '135024.818000', '135024.820000', '135024.823000', '135024.826000', '135024.828000', '135024.831000', '135024.833000', '135024.836000', '135024.839000', '135024.841000', '135024.844000', '135024.846000', '135024.849000', '135024.852000', '135024.854000', '135035.541000', '135035.545000', '135035.548000', '135035.551000', '135035.554000', '135035.556000', '135035.559000', '135035.562000', '135035.565000', '135035.568000', '135035.570000', '135035.573000', '135035.576000', '135035.579000', '135035.582000', '135035.585000', '135035.589000', '135035.592000', '135035.595000', '135035.597000', '135035.600000', '135035.603000', '135035.605000', '135035.608000'], 'InstanceCreationTime': ['134204.778000', '134204.781000', '134204.784000', '134204.787000', '134204.789000', '134204.792000', '134204.794000', '134204.797000', '134204.800000', '134204.802000', '134204.805000', '134204.807000', '134204.810000', '134204.813000', '134204.815000', '134204.818000', '134204.820000', '134204.823000', '134204.825000', '134204.828000', '134204.830000', '134204.833000', '134204.836000', '134204.838000', '134204.841000', '134204.843000', '134204.846000', '134204.849000', '134204.851000', '134204.854000', '134204.856000', '134204.859000', '134204.861000', '134204.864000', '134204.866000', '134204.869000', '134204.872000', '134204.874000', '134204.877000', '134204.879000', '134204.882000', '134204.891000', '134204.897000', '134204.900000', '134204.902000', '134204.905000', '134224.744000', '134224.747000', '134224.750000', '134224.752000', '134224.755000', '134224.758000', '134224.760000', '134224.763000', '134224.765000', '134224.768000', '134224.770000', '134224.773000', '134224.776000', '134224.779000', '134224.782000', '134224.786000', '134224.789000', '134224.791000', '134224.794000', '134224.796000', '134224.799000', '134224.801000', '134224.804000', '134224.807000', '134224.809000', '134224.815000', '134224.818000', '134224.820000', '134224.823000', '134224.825000', '134224.828000', '134224.830000', '134224.833000', '134224.836000', '134224.838000', '134224.841000', '134224.844000', '134224.846000', '134224.849000', '134224.851000', '134224.854000', '134224.857000', '134224.859000', '134244.744000', '134244.747000', '134244.750000', '134244.752000', '134244.755000', '134244.757000', '134244.760000', '134244.763000', '134244.765000', '134244.768000', '134244.770000', '134244.773000', '134244.776000', '134244.778000', '134244.781000', '134244.783000', '134244.786000', '134244.789000', '134244.791000', '134244.794000', '134244.796000', '134244.799000', '134244.808000', '134244.810000', '134244.813000', '134244.815000', '134244.818000', '134244.821000', '134244.823000', '134244.826000', '134244.828000', '134244.831000', '134244.833000', '134244.836000', '134244.838000', '134244.841000', '134244.844000', '134244.846000', '134244.849000', '134244.851000', '134244.854000', '134244.857000', '134244.859000', '134244.862000', '134304.744000', '134304.747000', '134304.750000', '134304.752000', '134304.755000', '134304.758000', '134304.760000', '134304.763000', '134304.765000', '134304.768000', '134304.770000', '134304.773000', '134304.776000', '134304.778000', '134304.781000', '134304.783000', '134304.786000', '134304.789000', '134304.791000', '134304.794000', '134304.797000', '134304.799000', '134304.802000', '134304.804000', '134304.807000', '134304.810000', '134304.813000', '134304.816000', '134304.819000', '134304.822000', '134304.824000', '134304.827000', '134304.829000', '134304.832000', '134304.835000', '134304.837000', '134304.840000', '134304.842000', '134304.845000', '134304.847000', '134304.850000', '134304.853000', '134304.855000', '134324.745000', '134324.747000', '134324.750000', '134324.752000', '134324.755000', '134324.758000', '134324.760000', '134324.763000', '134324.765000', '134324.768000', '134324.770000', '134324.773000', '134324.776000', '134324.778000', '134324.781000', '134324.783000', '134324.786000', '134324.789000', '134324.791000', '134324.794000', '134324.796000', '134324.799000', '134324.802000', '134324.804000', '134324.807000', '134324.809000', '134324.812000', '134324.814000', '134324.826000', '134324.828000', '134324.831000', '134324.834000', '134324.836000', '134324.839000', '134324.841000', '134324.844000', '134324.846000', '134324.849000', '134324.852000', '134324.854000', '134324.857000', '134324.859000', '134324.862000', '134324.864000', '134344.745000', '134344.747000', '134344.750000', '134344.753000', '134344.755000', '134344.758000', '134344.760000', '134344.763000', '134344.765000', '134344.768000', '134344.770000', '134344.773000', '134344.776000', '134344.778000', '134344.781000', '134344.783000', '134344.786000', '134344.788000', '134344.791000', '134344.794000', '134344.796000', '134344.799000', '134344.801000', '134344.804000', '134344.807000', '134344.817000', '134344.819000', '134344.823000', '134344.826000', '134344.828000', '134344.831000', '134344.834000', '134344.836000', '134344.839000', '134344.864000', '134344.867000', '134344.869000', '134344.872000', '134344.874000', '134344.877000', '134344.880000', '134344.882000', '134344.885000', '134404.745000', '134404.748000', '134404.751000', '134404.753000', '134404.756000', '134404.759000', '134404.761000', '134404.764000', '134404.766000', '134404.769000', '134404.772000', '134404.774000', '134404.777000', '134404.779000', '134404.782000', '134404.785000', '134404.787000', '134404.790000', '134404.792000', '134404.795000', '134404.798000', '134404.800000', '134404.803000', '134404.806000', '134404.808000', '134404.811000', '134404.813000', '134404.816000', '134404.818000', '134404.821000', '134404.824000', '134404.826000', '134404.829000', '134404.831000', '134404.834000', '134404.837000', '134404.839000', '134404.842000', '134404.844000', '134404.847000', '134404.849000', '134404.852000', '134404.855000', '134404.857000', '134424.746000', '134424.748000', '134424.751000', '134424.754000', '134424.756000', '134424.759000', '134424.762000', '134424.764000', '134424.767000', '134424.769000', '134424.772000', '134424.774000', '134424.777000', '134424.780000', '134424.782000', '134424.785000', '134424.788000', '134424.790000', '134424.793000', '134424.795000', '134424.798000', '134424.800000', '134424.803000', '134424.806000', '134424.808000', '134424.811000', '134424.813000', '134424.816000', '134424.819000', '134424.821000', '134424.824000', '134424.826000', '134424.829000', '134424.832000', '134424.834000', '134424.837000', '134424.844000', '134424.847000', '134424.849000', '134424.852000', '134424.855000', '134424.857000', '134424.860000', '134444.745000', '134444.747000', '134444.750000', '134444.753000', '134444.755000', '134444.758000', '134444.760000', '134444.763000', '134444.765000', '134444.768000', '134444.771000', '134444.773000', '134444.776000', '134444.778000', '134444.781000', '134444.784000', '134444.786000', '134444.789000', '134444.792000', '134444.794000', '134444.797000', '134444.799000', '134444.802000', '134444.804000', '134444.807000', '134444.809000', '134444.812000', '134444.815000', '134444.817000', '134444.820000', '134444.823000', '134444.825000', '134444.828000', '134444.830000', '134444.833000', '134444.836000', '134444.838000', '134444.841000', '134444.843000', '134444.846000', '134444.849000', '134444.851000', '134444.854000', '134444.856000', '134504.744000', '134504.747000', '134504.750000', '134504.753000', '134504.755000', '134504.758000', '134504.760000', '134504.763000', '134504.765000', '134504.768000', '134504.771000', '134504.773000', '134504.776000', '134504.778000', '134504.781000', '134504.784000', '134504.786000', '134504.789000', '134504.791000', '134504.794000', '134504.796000', '134504.799000', '134504.802000', '134504.804000', '134504.807000', '134504.809000', '134504.812000', '134504.815000', '134504.817000', '134504.820000', '134504.822000', '134504.825000', '134504.827000', '134504.830000', '134504.833000', '134504.835000', '134504.838000', '134504.840000', '134504.843000', '134504.846000', '134504.848000', '134504.856000', '134504.858000', '134524.745000', '134524.747000', '134524.750000', '134524.753000', '134524.756000', '134524.759000', '134524.762000', '134524.765000', '134524.767000', '134524.770000', '134524.772000', '134524.775000', '134524.777000', '134524.780000', '134524.783000', '134524.785000', '134524.806000', '134524.808000', '134524.811000', '134524.814000', '134524.816000', '134524.819000', '134524.821000', '134524.824000', '134524.826000', '134524.829000', '134524.832000', '134524.834000', '134524.837000', '134524.839000', '134524.842000', '134524.845000', '134524.847000', '134524.850000', '134524.852000', '134524.855000', '134524.858000', '134524.860000', '134524.863000', '134524.865000', '134524.868000', '134524.870000', '134524.873000', '134544.745000', '134544.748000', '134544.750000', '134544.753000', '134544.755000', '134544.758000', '134544.761000', '134544.763000', '134544.766000', '134544.768000', '134544.771000', '134544.773000', '134544.776000', '134544.779000', '134544.781000', '134544.784000', '134544.786000', '134544.789000', '134544.792000', '134544.794000', '134544.797000', '134544.799000', '134544.802000', '134544.805000', '134544.807000', '134544.810000', '134544.812000', '134544.815000', '134544.818000', '134544.820000', '134544.823000', '134544.825000', '134544.828000', '134544.830000', '134544.833000', '134544.849000', '134544.851000', '134544.854000', '134544.857000', '134544.859000', '134544.862000', '134544.864000', '134544.867000', '134544.870000', '134604.744000', '134604.747000', '134604.750000', '134604.753000', '134604.755000', '134604.758000', '134604.760000', '134604.763000', '134604.766000', '134604.768000', '134604.771000', '134604.773000', '134604.776000', '134604.778000', '134604.781000', '134604.784000', '134604.786000', '134604.789000', '134604.792000', '134604.794000', '134604.797000', '134604.799000', '134604.802000', '134604.805000', '134604.807000', '134604.810000', '134604.812000', '134604.815000', '134604.818000', '134604.820000', '134604.823000', '134604.825000', '134604.828000', '134604.831000', '134604.833000', '134604.836000', '134604.838000', '134604.841000', '134604.843000', '134604.846000', '134604.849000', '134604.851000', '134604.854000', '134604.856000', '134624.746000', '134624.748000', '134624.751000', '134624.754000', '134624.756000', '134624.759000', '134624.761000', '134624.764000', '134624.766000', '134624.769000', '134624.772000', '134624.774000', '134624.777000', '134624.780000', '134624.782000', '134624.785000', '134624.787000', '134624.790000', '134624.792000', '134624.795000', '134624.797000', '134624.800000', '134624.803000', '134624.805000', '134624.808000', '134624.811000', '134624.813000', '134624.816000', '134624.818000', '134624.821000', '134624.823000', '134624.826000', '134624.829000', '134624.831000', '134624.834000', '134624.836000', '134624.839000', '134624.842000', '134624.844000', '134624.847000', '134624.849000', '134624.852000', '134624.855000', '134644.745000', '134644.748000', '134644.751000', '134644.753000', '134644.756000', '134644.759000', '134644.761000', '134644.764000', '134644.766000', '134644.769000', '134644.772000', '134644.774000', '134644.777000', '134644.779000', '134644.782000', '134644.785000', '134644.787000', '134644.790000', '134644.792000', '134644.795000', '134644.797000', '134644.800000', '134644.803000', '134644.805000', '134644.808000', '134644.810000', '134644.813000', '134644.816000', '134644.818000', '134644.821000', '134644.824000', '134644.826000', '134644.829000', '134644.831000', '134644.834000', '134644.836000', '134644.839000', '134644.841000', '134644.844000', '134644.847000', '134644.849000', '134644.862000', '134644.864000', '134644.867000', '134704.744000', '134704.747000', '134704.750000', '134704.753000', '134704.755000', '134704.758000', '134704.760000', '134704.763000', '134704.765000', '134704.768000', '134704.771000', '134704.773000', '134704.776000', '134704.778000', '134704.781000', '134704.784000', '134704.786000', '134704.789000', '134704.791000', '134704.794000', '134704.797000', '134704.799000', '134704.802000', '134704.804000', '134704.807000', '134704.810000', '134704.812000', '134704.815000', '134704.817000', '134704.828000', '134704.830000', '134704.833000', '134704.835000', '134704.838000', '134704.841000', '134704.843000', '134704.846000', '134704.848000', '134704.851000', '134704.854000', '134704.856000', '134704.859000', '134704.861000', '134724.744000', '134724.747000', '134724.750000', '134724.753000', '134724.755000', '134724.760000', '134724.763000', '134724.766000', '134724.768000', '134724.771000', '134724.774000', '134724.777000', '134724.779000', '134724.782000', '134724.784000', '134724.787000', '134724.790000', '134724.792000', '134724.795000', '134724.797000', '134724.800000', '134724.803000', '134724.805000', '134724.808000', '134724.810000', '134724.813000', '134724.816000', '134724.818000', '134724.821000', '134724.823000', '134724.826000', '134724.828000', '134724.831000', '134724.834000', '134724.836000', '134724.839000', '134724.841000', '134724.844000', '134724.846000', '134724.849000', '134724.852000', '134724.854000', '134724.857000', '134724.859000', '134744.745000', '134744.747000', '134744.750000', '134744.753000', '134744.755000', '134744.758000', '134744.761000', '134744.763000', '134744.766000', '134744.768000', '134744.771000', '134744.774000', '134744.776000', '134744.779000', '134744.781000', '134744.784000', '134744.787000', '134744.789000', '134744.792000', '134744.794000', '134744.797000', '134744.799000', '134744.802000', '134744.805000', '134744.807000', '134744.810000', '134744.812000', '134744.815000', '134744.818000', '134744.820000', '134744.823000', '134744.825000', '134744.828000', '134744.831000', '134744.833000', '134744.836000', '134744.838000', '134744.841000', '134744.844000', '134744.846000', '134744.849000', '134744.851000', '134744.854000', '134804.745000', '134804.747000', '134804.750000', '134804.753000', '134804.755000', '134804.758000', '134804.760000', '134804.763000', '134804.765000', '134804.768000', '134804.771000', '134804.773000', '134804.776000', '134804.779000', '134804.781000', '134804.784000', '134804.786000', '134804.789000', '134804.791000', '134804.794000', '134804.797000', '134804.799000', '134804.802000', '134804.804000', '134804.807000', '134804.810000', '134804.812000', '134804.815000', '134804.817000', '134804.820000', '134804.823000', '134804.825000', '134804.828000', '134804.830000', '134804.833000', '134804.835000', '134804.838000', '134804.841000', '134804.843000', '134804.846000', '134804.848000', '134804.851000', '134804.854000', '134804.856000', '134824.745000', '134824.747000', '134824.750000', '134824.753000', '134824.755000', '134824.758000', '134824.760000', '134824.763000', '134824.766000', '134824.768000', '134824.771000', '134824.774000', '134824.776000', '134824.779000', '134824.781000', '134824.784000', '134824.787000', '134824.789000', '134824.792000', '134824.795000', '134824.797000', '134824.800000', '134824.802000', '134824.805000', '134824.808000', '134824.810000', '134824.813000', '134824.815000', '134824.818000', '134824.820000', '134824.823000', '134824.826000', '134824.828000', '134824.831000', '134824.833000', '134824.836000', '134824.839000', '134824.841000', '134824.844000', '134824.847000', '134824.849000', '134824.852000', '134824.854000', '134844.746000', '134844.749000', '134844.751000', '134844.754000', '134844.757000', '134844.759000', '134844.762000', '134844.765000', '134844.767000', '134844.770000', '134844.772000', '134844.775000', '134844.778000', '134844.780000', '134844.783000', '134844.785000', '134844.788000', '134844.790000', '134844.793000', '134844.796000', '134844.798000', '134844.801000', '134844.804000', '134844.806000', '134844.809000', '134844.811000', '134844.814000', '134844.817000', '134844.819000', '134844.822000', '134844.824000', '134844.827000', '134844.830000', '134844.832000', '134844.835000', '134844.837000', '134844.840000', '134844.843000', '134844.845000', '134844.848000', '134844.850000', '134844.853000', '134844.855000', '134844.858000', '134904.746000', '134904.748000', '134904.751000', '134904.754000', '134904.756000', '134904.759000', '134904.762000', '134904.764000', '134904.767000', '134904.769000', '134904.772000', '134904.775000', '134904.777000', '134904.780000', '134904.782000', '134904.785000', '134904.788000', '134904.790000', '134904.793000', '134904.795000', '134904.798000', '134904.801000', '134904.803000', '134904.806000', '134904.808000', '134904.811000', '134904.814000', '134904.816000', '134904.819000', '134904.821000', '134904.824000', '134904.826000', '134904.829000', '134904.832000', '134904.834000', '134904.837000', '134904.839000', '134904.842000', '134904.845000', '134904.847000', '134904.850000', '134904.852000', '134904.855000', '134924.745000', '134924.747000', '134924.750000', '134924.753000', '134924.755000', '134924.758000', '134924.761000', '134924.763000', '134924.766000', '134924.768000', '134924.771000', '134924.774000', '134924.776000', '134924.779000', '134924.781000', '134924.784000', '134924.787000', '134924.789000', '134924.792000', '134924.795000', '134924.797000', '134924.800000', '134924.803000', '134924.805000', '134924.808000', '134924.810000', '134924.813000', '134924.816000', '134924.818000', '134924.821000', '134924.824000', '134924.827000', '134924.830000', '134924.832000', '134924.835000', '134924.838000', '134924.840000', '134924.843000', '134924.845000', '134924.848000', '134924.851000', '134924.853000', '134924.856000', '134944.744000', '134944.747000', '134944.750000', '134944.752000', '134944.755000', '134944.766000', '134944.768000', '134944.771000', '134944.773000', '134944.776000', '134944.779000', '134944.781000', '134944.784000', '134944.786000', '134944.789000', '134944.792000', '134944.794000', '134944.797000', '134944.799000', '134944.802000', '134944.805000', '134944.807000', '134944.810000', '134944.812000', '134944.815000', '134944.817000', '134944.820000', '134944.823000', '134944.825000', '134944.828000', '134944.830000', '134944.833000', '134944.836000', '134944.838000', '134944.841000', '134944.843000', '134944.846000', '134944.849000', '134944.851000', '134944.854000', '134944.857000', '134944.859000', '134944.862000', '134944.865000', '135004.745000', '135004.747000', '135004.750000', '135004.753000', '135004.755000', '135004.758000', '135004.760000', '135004.763000', '135004.766000', '135004.768000', '135004.771000', '135004.773000', '135004.776000', '135004.779000', '135004.782000', '135004.785000', '135004.788000', '135004.790000', '135004.793000', '135004.796000', '135004.798000', '135004.801000', '135004.804000', '135004.806000', '135004.809000', '135004.811000', '135004.814000', '135004.816000', '135004.819000', '135004.822000', '135004.824000', '135004.827000', '135004.830000', '135004.832000', '135004.835000', '135004.838000', '135004.840000', '135004.843000', '135004.846000', '135004.848000', '135004.851000', '135004.853000', '135004.856000', '135004.859000', '135024.745000', '135024.748000', '135024.750000', '135024.753000', '135024.756000', '135024.758000', '135024.761000', '135024.763000', '135024.766000', '135024.769000', '135024.771000', '135024.774000', '135024.776000', '135024.779000', '135024.781000', '135024.784000', '135024.787000', '135024.789000', '135024.792000', '135024.794000', '135024.797000', '135024.800000', '135024.802000', '135024.805000', '135024.807000', '135024.810000', '135024.813000', '135024.815000', '135024.818000', '135024.820000', '135024.823000', '135024.826000', '135024.828000', '135024.831000', '135024.833000', '135024.836000', '135024.839000', '135024.841000', '135024.844000', '135024.846000', '135024.849000', '135024.852000', '135024.854000', '135035.541000', '135035.545000', '135035.548000', '135035.551000', '135035.554000', '135035.556000', '135035.559000', '135035.562000', '135035.565000', '135035.568000', '135035.570000', '135035.573000', '135035.576000', '135035.579000', '135035.582000', '135035.585000', '135035.589000', '135035.592000', '135035.595000', '135035.597000', '135035.600000', '135035.603000', '135035.605000', '135035.608000'], '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], 'LargestImagePixelValue': [9297, 12168, 8528, 11020, 9751, 9224, 12432, 10000, 10945, 11664, 8568, 8878, 8510, 9501, 8307, 10464, 8254, 15765, 8019, 11702, 8445, 11333, 8881, 16002, 9366, 13496, 8021, 11944, 8599, 13294, 8785, 12474, 9044, 8394, 8720, 8542, 8609, 13691, 13235, 13783, 12991, 8500, 10345, 8610, 12401, 8750, 16628, 9728, 14464, 8491, 10759, 8438, 9924, 9838, 14180, 17547, 8488, 8064, 8190, 8608, 10653, 8686, 17212, 11078, 14033, 8272, 15937, 14978, 9320, 14486, 8298, 16263, 14856, 14642, 15500, 8567, 12669, 8391, 12296, 8774, 13378, 9579, 15601, 8475, 10924, 8426, 10877, 8455, 10874, 8522, 13383, 8520, 14066, 8211, 10202, 8073, 12012, 8469, 15117, 9922, 17708, 9218, 13709, 8819, 11907, 8592, 11593, 8902, 15050, 9659, 12770, 8494, 10450, 8627, 10440, 8728, 11984, 9262, 14775, 8532, 10582, 8440, 11131, 8511, 11522, 10415, 15822, 8347, 10980, 8374, 11024, 8520, 13517, 8851, 14623, 8588, 10732, 8472, 10781, 8741, 13763, 9679, 16857, 8580, 11444, 8612, 10289, 8365, 11622, 9429, 14033, 8462, 10506, 8654, 10177, 8521, 9743, 9242, 14510, 8723, 10731, 8332, 9559, 10590, 8675, 14019, 11432, 12505, 9074, 8745, 8938, 11623, 8719, 17224, 10138, 17017, 10359, 10812, 8498, 9694, 8562, 12445, 8683, 15074, 9743, 9894, 8406, 11547, 8741, 16602, 9496, 14170, 10129, 15685, 8719, 10466, 8452, 12488, 8479, 12640, 8604, 17658, 8493, 10941, 8413, 13443, 8748, 12384, 8887, 12829, 8224, 8326, 8829, 8664, 9430, 9710, 9183, 14643, 12382, 8838, 8764, 8445, 8960, 8741, 9250, 12839, 12551, 11200, 8679, 9094, 8698, 8966, 8901, 10120, 10879, 8807, 10606, 8679, 9385, 8602, 9078, 8630, 9090, 8441, 11923, 8683, 9125, 8549, 9133, 16354, 9702, 15613, 10644, 19193, 10343, 10206, 8614, 12042, 8494, 13247, 9031, 15462, 9419, 9779, 8407, 12842, 15048, 16510, 20339, 8953, 13934, 8540, 11118, 9105, 17888, 14194, 12036, 18079, 21831, 14664, 11452, 12089, 15251, 10491, 10454, 15211, 9749, 16286, 12771, 14470, 19403, 13801, 19829, 11935, 12714, 14454, 23520, 20871, 14355, 9942, 11090, 8549, 8217, 9308, 7899, 9483, 8398, 12639, 8958, 8303, 8076, 14563, 9681, 8994, 8513, 12472, 9112, 8736, 16916, 10282, 9157, 15869, 10453, 9118, 12677, 9050, 13963, 9682, 9112, 10228, 8607, 18824, 10491, 8985, 9141, 8483, 10822, 9394, 8664, 9875, 8737, 10201, 11290, 11073, 10519, 9717, 8496, 11644, 8729, 12735, 8385, 11674, 8796, 13187, 9081, 13241, 9394, 12795, 8418, 10435, 8306, 10809, 8320, 12085, 8847, 13696, 8506, 11198, 8610, 12315, 8478, 13556, 9820, 17386, 8473, 8005, 8500, 8745, 8771, 12996, 9619, 15698, 11471, 8692, 9557, 8511, 11619, 8415, 14373, 12272, 18459, 11673, 16882, 13565, 11269, 8613, 8317, 13861, 8606, 14221, 9722, 19655, 9789, 11103, 8556, 8201, 8478, 8197, 10683, 8718, 11063, 8454, 20633, 19167, 19588, 13138, 15997, 9288, 11193, 8465, 8422, 9116, 8463, 13596, 8747, 8357, 8827, 8232, 10811, 8377, 10933, 8490, 13288, 14190, 14428, 10512, 11822, 9064, 13868, 14315, 13498, 17589, 13734, 16310, 10178, 11457, 8600, 17272, 9651, 15730, 10307, 13993, 8428, 9906, 8416, 10944, 8168, 13009, 8230, 12286, 8392, 8401, 8312, 8508, 8210, 10284, 8586, 14152, 9241, 13128, 11350, 8313, 9421, 8189, 10355, 8437, 10482, 8252, 10274, 10268, 8522, 9426, 8446, 11917, 8206, 13885, 12778, 18196, 9268, 13177, 8509, 13674, 8540, 14518, 9857, 14535, 10225, 8499, 9218, 8389, 10893, 8826, 12585, 8884, 17523, 10538, 9235, 8616, 8526, 8678, 8792, 12529, 12106, 17598, 8888, 10968, 8463, 11674, 8537, 11634, 9851, 10705, 11728, 8471, 11138, 8418, 13416, 9088, 12944, 8922, 9873, 8073, 8644, 8413, 14483, 9001, 12038, 12023, 8614, 9290, 8336, 11847, 8556, 11476, 10040, 8605, 9261, 8353, 10083, 8107, 12055, 13106, 14619, 15091, 9297, 8676, 9369, 10691, 14084, 14751, 17812, 9319, 12268, 8575, 11935, 9056, 16199, 8896, 13997, 8466, 11531, 8833, 11061, 8570, 8336, 8369, 8439, 10584, 8601, 15964, 16468, 19375, 12396, 8708, 10707, 8230, 10806, 9215, 8965, 12820, 10061, 14464, 13889, 8460, 9296, 8586, 10390, 8537, 12256, 8608, 17926, 11414, 16190, 8450, 11866, 8102, 10011, 8448, 10082, 11400, 8336, 9574, 8570, 10187, 8387, 10984, 8387, 15456, 8647, 10389, 8290, 10681, 8333, 13183, 8508, 11492, 8288, 8454, 8161, 8688, 8540, 8479, 9017, 8409, 14877, 8279, 18362, 10959, 8548, 9282, 8383, 14925, 9114, 13747, 9384, 18469, 12902, 9991, 8431, 8474, 8485, 8753, 8713, 9039, 13486, 8385, 9723, 8303, 10003, 8208, 11000, 8230, 13716, 8828, 12882, 8224, 12039, 8475, 13009, 9013, 11063, 9194, 8400, 8240, 8595, 8763, 8359, 8426, 13967, 9251, 17108, 9850, 13235, 8438, 11820, 8657, 12394, 9270, 8993, 8249, 8491, 8260, 8286, 9097, 8445, 10466, 8827, 14665, 10005, 15499, 8144, 10658, 8554, 10448, 8386, 11638, 11054, 16807, 8148, 11222, 8146, 9686, 8135, 9220, 8275, 10050, 13997, 8301, 10602, 8333, 10865, 8628, 13993, 15072, 18612, 13129, 14042, 8612, 12134, 8962, 12218, 10454, 19158, 9911, 9535, 8120, 9696, 8130, 11672, 8581, 10645, 11412, 8325, 8526, 8580, 8976, 8531, 9013, 13037, 15034, 8336, 9162, 8575, 9106, 8750, 8678, 12558, 12230, 11675, 8306, 8806, 8865, 8582, 8937, 8510, 12382, 8544, 12088, 8250, 9329, 8597, 10281, 8747, 15824, 9540, 11935, 8634, 9912, 8378, 8648, 9704, 10902, 9342, 11745, 8181, 9532, 8433, 10108, 8599, 11114, 9474, 11306, 8588, 8727, 8211, 8898, 10682, 9117, 12213, 12822, 8362, 8728, 8312, 9696, 8364, 10593, 8667, 16176, 8642, 11787, 8307, 10980, 8284, 12266, 11343, 17544, 10505, 12291, 8126, 10296, 8771, 10846, 8630, 15158, 8244, 12945, 8165, 11147, 8471, 10968, 8449, 14490, 8717, 15508, 8268, 10708, 8281, 12087, 9143, 11990, 15074, 8564, 10671, 9280, 8001, 10884, 8356, 8158, 8263, 9557, 9273, 13909, 15893, 9283, 10299, 8607, 10559, 8804, 12901, 9297, 19356, 11616, 8635, 8272, 8427, 9744, 8597, 11474, 12326, 16695, 9459, 11767, 8420, 10889, 8448, 9581, 11190, 10581, 13564, 9193, 8964, 8700, 8784, 9139, 8534, 12037, 8894, 13477, 8120, 8003, 10854, 8278, 14053, 14623, 10974, 16702, 13852, 15716, 15954, 12341, 8772, 14818, 10056, 17362, 8150, 10304, 7995, 11755, 8330, 12331, 8565, 14200, 8883, 13627, 8030, 8783, 8218, 14009, 8454, 14474, 11125, 14286, 7981, 8070, 8388, 8282, 8790, 9634, 8644, 11833, 9101, 9849, 9218, 8421, 8660, 8497, 9184, 8297, 8392, 14633, 9522, 16686, 9748, 14587, 8881, 15179, 10000, 14903, 17981, 14899, 16087, 16586, 16925, 9962, 9036, 9228, 10000, 8316, 9572, 8375, 11801, 8473, 8232, 8697, 8363, 16137, 8104, 12265, 9106, 13789, 17287, 18028, 17179, 12423, 15434, 10814, 18170, 20204, 14305, 17380, 11067, 8658, 10666, 11258, 21763, 19465, 15725, 11202, 9338, 9137, 8506, 8092, 8204, 10352, 8247, 8626, 10876, 16105, 14090, 15447, 9079, 8415, 8716, 8554, 8180, 8635, 12006, 9565, 16819, 10923, 16326, 11725, 17955, 13441, 15716, 8666, 8876, 8673, 8780, 10329, 8552, 10562, 8520, 12054, 8625, 13252, 9177, 13590, 9697, 15563, 7996, 8343, 10115, 8425, 12445, 8822, 15879, 10559, 17210, 10622, 10807, 8456, 8153, 9356, 8265, 8236, 8403, 8184, 8326, 10512, 8464, 8236, 9254, 8462, 10480, 12572, 8419, 10905, 8437, 11480, 15004, 15468, 13651, 18998, 13841, 12535, 12131, 19316, 20789, 17621, 13871, 15654, 11333, 8517, 8444, 8434, 8338, 8338, 8852, 8299, 8122, 8180, 11837, 9488, 12399, 15072, 15696, 13454, 17547, 21383, 17639, 11676, 8592, 8213, 8345, 8761, 9717, 16281, 18917, 17699, 8752, 12665, 11475, 9557, 8435, 8555, 8493, 15946, 11170, 17625, 13325, 18174, 14512, 17837, 12611, 8518, 11783, 8924, 13692, 16868, 13771, 17994, 11768, 13006, 8220, 8474, 9090, 14410, 16227, 8583, 9178, 8422, 8399, 11693, 14865, 15580, 8251, 9973, 9718, 17741, 18474, 12585, 11175, 16174, 19375, 11319, 11198, 8229, 9782, 11621, 8146, 8314, 9560, 8432, 14473, 9423, 14760], 'WindowCenter': [4795.0, 4794.0, 4736.0, 4753.0, 4717.0, 4717.0, 4745.0, 4713.0, 4711.0, 4721.0, 4690.0, 4688.0, 4691.0, 4701.0, 4704.0, 4722.0, 4707.0, 4764.0, 4693.0, 4731.0, 4705.0, 4734.0, 4704.0, 4773.0, 4704.0, 4742.0, 4692.0, 4732.0, 4705.0, 4743.0, 4704.0, 4745.0, 4703.0, 4692.0, 4701.0, 4702.0, 4703.0, 4740.0, 4743.0, 4739.0, 4730.0, 4690.0, 4697.0, 4690.0, 4730.0, 4690.0, 4760.0, 4699.0, 4737.0, 4690.0, 4718.0, 4690.0, 4710.0, 4711.0, 4754.0, 4770.0, 4700.0, 4691.0, 4691.0, 4702.0, 4721.0, 4703.0, 4783.0, 4733.0, 4765.0, 4706.0, 4763.0, 4751.0, 4702.0, 4750.0, 4693.0, 4759.0, 4751.0, 4738.0, 4739.0, 4679.0, 4716.0, 4676.0, 4717.0, 4679.0, 4726.0, 4686.0, 4736.0, 4675.0, 4694.0, 4675.0, 4706.0, 4676.0, 4708.0, 4689.0, 4727.0, 4690.0, 4738.0, 4678.0, 4707.0, 4680.0, 4728.0, 4691.0, 4749.0, 4710.0, 4769.0, 4699.0, 4737.0, 4688.0, 4719.0, 4688.0, 4719.0, 4689.0, 4748.0, 4698.0, 4716.0, 4688.0, 4705.0, 4687.0, 4720.0, 4702.0, 4728.0, 4700.0, 4749.0, 4689.0, 4708.0, 4690.0, 4720.0, 4701.0, 4729.0, 4720.0, 4761.0, 4690.0, 4718.0, 4690.0, 4722.0, 4703.0, 4751.0, 4703.0, 4749.0, 4701.0, 4719.0, 4701.0, 4730.0, 4703.0, 4752.0, 4714.0, 4769.0, 4702.0, 4729.0, 4702.0, 4722.0, 4703.0, 4731.0, 4712.0, 4749.0, 4689.0, 4718.0, 4690.0, 4707.0, 4703.0, 4712.0, 4699.0, 4751.0, 4690.0, 4719.0, 4691.0, 4711.0, 4720.0, 4701.0, 4750.0, 4731.0, 4730.0, 4700.0, 4688.0, 4700.0, 4718.0, 4702.0, 4771.0, 4710.0, 4770.0, 4720.0, 4718.0, 4689.0, 4708.0, 4701.0, 4740.0, 4700.0, 4760.0, 4712.0, 4710.0, 4692.0, 4721.0, 4690.0, 4762.0, 4710.0, 4738.0, 4712.0, 4748.0, 4689.0, 4708.0, 4689.0, 4738.0, 4702.0, 4738.0, 4700.0, 4771.0, 4701.0, 4719.0, 4690.0, 4740.0, 4702.0, 4731.0, 4702.0, 4742.0, 4690.0, 4690.0, 4699.0, 4690.0, 4710.0, 4712.0, 4701.0, 4751.0, 4743.0, 4689.0, 4689.0, 4689.0, 4699.0, 4703.0, 4711.0, 4739.0, 4741.0, 4718.0, 4689.0, 4687.0, 4689.0, 4690.0, 4699.0, 4709.0, 4719.0, 4690.0, 4707.0, 4688.0, 4697.0, 4689.0, 4700.0, 4702.0, 4700.0, 4689.0, 4731.0, 4701.0, 4702.0, 4701.0, 4712.0, 4771.0, 4714.0, 4762.0, 4720.0, 4793.0, 4712.0, 4709.0, 4702.0, 4729.0, 4702.0, 4742.0, 4703.0, 4764.0, 4711.0, 4721.0, 4703.0, 4742.0, 4763.0, 4786.0, 4807.0, 4716.0, 4765.0, 4705.0, 4745.0, 4716.0, 4783.0, 4779.0, 4745.0, 4796.0, 4821.0, 4775.0, 4756.0, 4741.0, 4773.0, 4719.0, 4719.0, 4758.0, 4698.0, 4745.0, 4727.0, 4734.0, 4765.0, 4723.0, 4753.0, 4702.0, 4714.0, 4737.0, 4755.0, 4755.0, 4760.0, 4660.0, 4654.0, 4621.0, 4622.0, 4643.0, 4625.0, 4658.0, 4662.0, 4715.0, 4685.0, 4677.0, 4678.0, 4724.0, 4672.0, 4672.0, 4663.0, 4704.0, 4674.0, 4665.0, 4743.0, 4696.0, 4687.0, 4736.0, 4693.0, 4672.0, 4702.0, 4674.0, 4724.0, 4685.0, 4674.0, 4695.0, 4675.0, 4756.0, 4694.0, 4685.0, 4685.0, 4688.0, 4707.0, 4698.0, 4688.0, 4698.0, 4688.0, 4706.0, 4707.0, 4705.0, 4708.0, 4724.0, 4701.0, 4720.0, 4686.0, 4726.0, 4678.0, 4716.0, 4699.0, 4739.0, 4701.0, 4738.0, 4698.0, 4727.0, 4689.0, 4707.0, 4689.0, 4719.0, 4702.0, 4731.0, 4701.0, 4738.0, 4700.0, 4719.0, 4702.0, 4741.0, 4703.0, 4749.0, 4723.0, 4770.0, 4702.0, 4690.0, 4700.0, 4700.0, 4713.0, 4753.0, 4723.0, 4787.0, 4743.0, 4703.0, 4722.0, 4703.0, 4733.0, 4704.0, 4763.0, 4741.0, 4784.0, 4747.0, 4786.0, 4753.0, 4734.0, 4714.0, 4714.0, 4752.0, 4702.0, 4752.0, 4713.0, 4795.0, 4734.0, 4716.0, 4719.0, 4707.0, 4688.0, 4686.0, 4744.0, 4728.0, 4771.0, 4717.0, 4833.0, 4811.0, 4795.0, 4754.0, 4761.0, 4723.0, 4730.0, 4699.0, 4700.0, 4710.0, 4701.0, 4761.0, 4713.0, 4712.0, 4722.0, 4714.0, 4758.0, 4728.0, 4746.0, 4727.0, 4781.0, 4778.0, 4766.0, 4735.0, 4743.0, 4702.0, 4752.0, 4750.0, 4740.0, 4771.0, 4767.0, 4760.0, 4709.0, 4717.0, 4688.0, 4758.0, 4709.0, 4748.0, 4708.0, 4736.0, 4677.0, 4695.0, 4677.0, 4707.0, 4689.0, 4740.0, 4691.0, 4726.0, 4689.0, 4678.0, 4677.0, 4687.0, 4688.0, 4708.0, 4700.0, 4751.0, 4697.0, 4739.0, 4708.0, 4678.0, 4696.0, 4689.0, 4708.0, 4732.0, 4745.0, 4705.0, 4735.0, 4723.0, 4704.0, 4712.0, 4701.0, 4732.0, 4704.0, 4752.0, 4742.0, 4781.0, 4710.0, 4740.0, 4701.0, 4740.0, 4702.0, 4751.0, 4711.0, 4764.0, 4722.0, 4699.0, 4700.0, 4690.0, 4721.0, 4702.0, 4741.0, 4701.0, 4771.0, 4720.0, 4700.0, 4701.0, 4690.0, 4701.0, 4701.0, 4731.0, 4741.0, 4772.0, 4701.0, 4720.0, 4689.0, 4731.0, 4701.0, 4730.0, 4712.0, 4721.0, 4730.0, 4690.0, 4719.0, 4689.0, 4741.0, 4702.0, 4740.0, 4690.0, 4699.0, 4679.0, 4689.0, 4690.0, 4750.0, 4698.0, 4730.0, 4728.0, 4689.0, 4698.0, 4678.0, 4730.0, 4690.0, 4730.0, 4723.0, 4702.0, 4700.0, 4692.0, 4725.0, 4706.0, 4758.0, 4755.0, 4763.0, 4764.0, 4726.0, 4714.0, 4725.0, 4734.0, 4754.0, 4762.0, 4772.0, 4700.0, 4718.0, 4688.0, 4721.0, 4691.0, 4759.0, 4689.0, 4738.0, 4680.0, 4720.0, 4690.0, 4721.0, 4689.0, 4689.0, 4688.0, 4690.0, 4720.0, 4703.0, 4787.0, 4785.0, 4795.0, 4739.0, 4700.0, 4721.0, 4703.0, 4720.0, 4700.0, 4699.0, 4730.0, 4699.0, 4738.0, 4728.0, 4678.0, 4684.0, 4678.0, 4696.0, 4688.0, 4717.0, 4686.0, 4759.0, 4707.0, 4745.0, 4666.0, 4703.0, 4666.0, 4684.0, 4665.0, 4695.0, 4704.0, 4665.0, 4685.0, 4675.0, 4684.0, 4665.0, 4706.0, 4676.0, 4735.0, 4674.0, 4693.0, 4676.0, 4693.0, 4675.0, 4726.0, 4678.0, 4717.0, 4675.0, 4666.0, 4677.0, 4676.0, 4687.0, 4689.0, 4686.0, 4678.0, 4753.0, 4692.0, 4772.0, 4722.0, 4703.0, 4702.0, 4692.0, 4749.0, 4701.0, 4740.0, 4688.0, 4770.0, 4717.0, 4696.0, 4676.0, 4678.0, 4689.0, 4690.0, 4689.0, 4686.0, 4740.0, 4679.0, 4698.0, 4678.0, 4697.0, 4688.0, 4719.0, 4690.0, 4738.0, 4701.0, 4729.0, 4688.0, 4717.0, 4691.0, 4740.0, 4699.0, 4718.0, 4701.0, 4680.0, 4680.0, 4691.0, 4690.0, 4689.0, 4692.0, 4751.0, 4699.0, 4769.0, 4708.0, 4727.0, 4679.0, 4717.0, 4690.0, 4731.0, 4702.0, 4689.0, 4692.0, 4689.0, 4690.0, 4691.0, 4689.0, 4693.0, 4723.0, 4702.0, 4751.0, 4712.0, 4748.0, 4681.0, 4708.0, 4690.0, 4711.0, 4692.0, 4719.0, 4719.0, 4762.0, 4679.0, 4720.0, 4690.0, 4710.0, 4692.0, 4712.0, 4703.0, 4725.0, 4754.0, 4702.0, 4722.0, 4693.0, 4723.0, 4704.0, 4750.0, 4761.0, 4772.0, 4740.0, 4738.0, 4688.0, 4728.0, 4700.0, 4719.0, 4709.0, 4768.0, 4696.0, 4696.0, 4677.0, 4697.0, 4680.0, 4731.0, 4690.0, 4709.0, 4730.0, 4689.0, 4689.0, 4690.0, 4689.0, 4690.0, 4688.0, 4728.0, 4751.0, 4679.0, 4688.0, 4687.0, 4687.0, 4689.0, 4690.0, 4715.0, 4729.0, 4707.0, 4677.0, 4685.0, 4686.0, 4689.0, 4689.0, 4688.0, 4730.0, 4689.0, 4716.0, 4678.0, 4689.0, 4692.0, 4710.0, 4689.0, 4751.0, 4697.0, 4716.0, 4679.0, 4697.0, 4679.0, 4690.0, 4697.0, 4708.0, 4698.0, 4716.0, 4677.0, 4696.0, 4677.0, 4708.0, 4689.0, 4718.0, 4698.0, 4707.0, 4677.0, 4676.0, 4678.0, 4701.0, 4711.0, 4689.0, 4728.0, 4729.0, 4678.0, 4677.0, 4679.0, 4698.0, 4692.0, 4709.0, 4690.0, 4761.0, 4689.0, 4720.0, 4680.0, 4709.0, 4692.0, 4719.0, 4719.0, 4772.0, 4709.0, 4720.0, 4680.0, 4708.0, 4691.0, 4720.0, 4691.0, 4753.0, 4690.0, 4730.0, 4690.0, 4718.0, 4692.0, 4720.0, 4690.0, 4739.0, 4690.0, 4748.0, 4680.0, 4707.0, 4690.0, 4718.0, 4714.0, 4743.0, 4762.0, 4714.0, 4735.0, 4726.0, 4706.0, 4748.0, 4717.0, 4694.0, 4702.0, 4712.0, 4704.0, 4753.0, 4765.0, 4701.0, 4710.0, 4690.0, 4709.0, 4701.0, 4731.0, 4690.0, 4781.0, 4718.0, 4689.0, 4688.0, 4678.0, 4698.0, 4690.0, 4719.0, 4729.0, 4759.0, 4700.0, 4719.0, 4678.0, 4707.0, 4679.0, 4698.0, 4709.0, 4697.0, 4727.0, 4686.0, 4684.0, 4676.0, 4702.0, 4698.0, 4690.0, 4743.0, 4713.0, 4765.0, 4716.0, 4705.0, 4746.0, 4718.0, 4767.0, 4765.0, 4723.0, 4772.0, 4740.0, 4760.0, 4760.0, 4728.0, 4702.0, 4750.0, 4697.0, 4755.0, 4677.0, 4706.0, 4678.0, 4728.0, 4688.0, 4729.0, 4690.0, 4737.0, 4688.0, 4727.0, 4678.0, 4687.0, 4688.0, 4737.0, 4689.0, 4737.0, 4721.0, 4738.0, 4677.0, 4678.0, 4689.0, 4690.0, 4701.0, 4700.0, 4688.0, 4717.0, 4688.0, 4697.0, 4697.0, 4687.0, 4688.0, 4700.0, 4700.0, 4689.0, 4692.0, 4749.0, 4711.0, 4771.0, 4709.0, 4750.0, 4714.0, 4775.0, 4748.0, 4788.0, 4807.0, 4789.0, 4801.0, 4801.0, 4798.0, 4724.0, 4713.0, 4701.0, 4723.0, 4689.0, 4711.0, 4690.0, 4729.0, 4690.0, 4715.0, 4715.0, 4716.0, 4785.0, 4718.0, 4745.0, 4717.0, 4769.0, 4790.0, 4777.0, 4761.0, 4731.0, 4763.0, 4735.0, 4772.0, 4784.0, 4739.0, 4758.0, 4708.0, 4676.0, 4706.0, 4743.0, 4821.0, 4775.0, 4750.0, 4709.0, 4676.0, 4673.0, 4661.0, 4650.0, 4661.0, 4681.0, 4662.0, 4673.0, 4718.0, 4756.0, 4735.0, 4732.0, 4672.0, 4672.0, 4671.0, 4675.0, 4686.0, 4688.0, 4727.0, 4710.0, 4758.0, 4718.0, 4771.0, 4742.0, 4771.0, 4727.0, 4733.0, 4676.0, 4686.0, 4687.0, 4689.0, 4709.0, 4690.0, 4720.0, 4690.0, 4729.0, 4689.0, 4726.0, 4698.0, 4728.0, 4711.0, 4749.0, 4678.0, 4678.0, 4722.0, 4706.0, 4742.0, 4702.0, 4762.0, 4722.0, 4770.0, 4710.0, 4708.0, 4690.0, 4679.0, 4700.0, 4690.0, 4702.0, 4704.0, 4714.0, 4716.0, 4746.0, 4716.0, 4718.0, 4740.0, 4742.0, 4762.0, 4782.0, 4731.0, 4760.0, 4718.0, 4759.0, 4788.0, 4777.0, 4779.0, 4810.0, 4765.0, 4755.0, 4782.0, 4826.0, 4826.0, 4787.0, 4755.0, 4764.0, 4723.0, 4693.0, 4695.0, 4694.0, 4681.0, 4692.0, 4690.0, 4692.0, 4683.0, 4694.0, 4738.0, 4720.0, 4762.0, 4755.0, 4766.0, 4743.0, 4773.0, 4785.0, 4758.0, 4707.0, 4678.0, 4691.0, 4692.0, 4705.0, 4715.0, 4791.0, 4789.0, 4798.0, 4717.0, 4747.0, 4723.0, 4713.0, 4694.0, 4692.0, 4703.0, 4774.0, 4733.0, 4772.0, 4742.0, 4770.0, 4741.0, 4757.0, 4716.0, 4665.0, 4705.0, 4675.0, 4726.0, 4734.0, 4713.0, 4733.0, 4692.0, 4702.0, 4664.0, 4665.0, 4687.0, 4725.0, 4734.0, 4674.0, 4672.0, 4665.0, 4701.0, 4730.0, 4749.0, 4746.0, 4692.0, 4698.0, 4701.0, 4750.0, 4760.0, 4719.0, 4710.0, 4750.0, 4772.0, 4706.0, 4694.0, 4678.0, 4702.0, 4706.0, 4653.0, 4663.0, 4686.0, 4694.0, 4755.0, 4704.0, 4753.0], 'WindowWidth': [10506.0, 10478.0, 10384.0, 10396.0, 10337.0, 10333.0, 10366.0, 10318.0, 10312.0, 10327.0, 10281.0, 10277.0, 10285.0, 10299.0, 10308.0, 10327.0, 10318.0, 10390.0, 10292.0, 10341.0, 10312.0, 10348.0, 10308.0, 10403.0, 10306.0, 10354.0, 10288.0, 10340.0, 10309.0, 10360.0, 10307.0, 10363.0, 10302.0, 10287.0, 10299.0, 10301.0, 10303.0, 10351.0, 10360.0, 10347.0, 10335.0, 10280.0, 10287.0, 10280.0, 10335.0, 10282.0, 10380.0, 10291.0, 10344.0, 10280.0, 10318.0, 10284.0, 10308.0, 10316.0, 10376.0, 10395.0, 10299.0, 10284.0, 10288.0, 10303.0, 10330.0, 10305.0, 10420.0, 10346.0, 10394.0, 10311.0, 10389.0, 10370.0, 10301.0, 10364.0, 10290.0, 10378.0, 10368.0, 10343.0, 10347.0, 10264.0, 10310.0, 10257.0, 10312.0, 10265.0, 10322.0, 10269.0, 10337.0, 10255.0, 10278.0, 10255.0, 10296.0, 10259.0, 10304.0, 10279.0, 10328.0, 10283.0, 10344.0, 10264.0, 10302.0, 10269.0, 10334.0, 10288.0, 10363.0, 10312.0, 10391.0, 10294.0, 10344.0, 10278.0, 10319.0, 10277.0, 10320.0, 10279.0, 10359.0, 10290.0, 10312.0, 10275.0, 10297.0, 10277.0, 10323.0, 10304.0, 10334.0, 10299.0, 10360.0, 10280.0, 10305.0, 10282.0, 10323.0, 10302.0, 10335.0, 10325.0, 10381.0, 10283.0, 10318.0, 10283.0, 10331.0, 10305.0, 10369.0, 10306.0, 10366.0, 10301.0, 10323.0, 10301.0, 10341.0, 10307.0, 10370.0, 10323.0, 10393.0, 10304.0, 10337.0, 10302.0, 10330.0, 10306.0, 10340.0, 10316.0, 10364.0, 10282.0, 10319.0, 10284.0, 10304.0, 10306.0, 10317.0, 10296.0, 10371.0, 10285.0, 10322.0, 10286.0, 10313.0, 10324.0, 10300.0, 10366.0, 10341.0, 10337.0, 10296.0, 10279.0, 10296.0, 10319.0, 10302.0, 10398.0, 10311.0, 10397.0, 10326.0, 10319.0, 10281.0, 10306.0, 10300.0, 10353.0, 10299.0, 10380.0, 10318.0, 10310.0, 10287.0, 10326.0, 10284.0, 10387.0, 10313.0, 10347.0, 10317.0, 10359.0, 10279.0, 10305.0, 10282.0, 10350.0, 10304.0, 10349.0, 10299.0, 10396.0, 10299.0, 10323.0, 10283.0, 10352.0, 10303.0, 10340.0, 10302.0, 10357.0, 10284.0, 10284.0, 10296.0, 10282.0, 10313.0, 10317.0, 10300.0, 10366.0, 10360.0, 10281.0, 10280.0, 10281.0, 10294.0, 10305.0, 10314.0, 10348.0, 10357.0, 10318.0, 10279.0, 10275.0, 10278.0, 10282.0, 10294.0, 10307.0, 10322.0, 10280.0, 10302.0, 10277.0, 10288.0, 10278.0, 10296.0, 10300.0, 10297.0, 10282.0, 10342.0, 10299.0, 10301.0, 10298.0, 10316.0, 10396.0, 10321.0, 10387.0, 10326.0, 10430.0, 10314.0, 10309.0, 10303.0, 10338.0, 10303.0, 10358.0, 10305.0, 10390.0, 10315.0, 10328.0, 10307.0, 10360.0, 10391.0, 10425.0, 10461.0, 10329.0, 10396.0, 10312.0, 10368.0, 10329.0, 10421.0, 10421.0, 10364.0, 10443.0, 10497.0, 10407.0, 10384.0, 10359.0, 10408.0, 10324.0, 10321.0, 10375.0, 10291.0, 10351.0, 10328.0, 10334.0, 10388.0, 10316.0, 10361.0, 10287.0, 10307.0, 10346.0, 10402.0, 10408.0, 10401.0, 10221.0, 10202.0, 10151.0, 10153.0, 10187.0, 10166.0, 10217.0, 10231.0, 10308.0, 10267.0, 10261.0, 10263.0, 10317.0, 10241.0, 10241.0, 10232.0, 10288.0, 10249.0, 10235.0, 10344.0, 10281.0, 10270.0, 10337.0, 10274.0, 10244.0, 10285.0, 10248.0, 10316.0, 10265.0, 10252.0, 10278.0, 10252.0, 10370.0, 10278.0, 10268.0, 10266.0, 10275.0, 10300.0, 10290.0, 10275.0, 10291.0, 10275.0, 10299.0, 10300.0, 10295.0, 10303.0, 10339.0, 10300.0, 10324.0, 10272.0, 10324.0, 10263.0, 10312.0, 10294.0, 10349.0, 10302.0, 10346.0, 10292.0, 10330.0, 10280.0, 10303.0, 10279.0, 10323.0, 10307.0, 10340.0, 10301.0, 10348.0, 10298.0, 10322.0, 10304.0, 10356.0, 10308.0, 10364.0, 10335.0, 10396.0, 10304.0, 10287.0, 10301.0, 10300.0, 10324.0, 10378.0, 10336.0, 10427.0, 10362.0, 10306.0, 10331.0, 10307.0, 10347.0, 10311.0, 10390.0, 10358.0, 10422.0, 10373.0, 10432.0, 10376.0, 10350.0, 10326.0, 10326.0, 10372.0, 10304.0, 10372.0, 10320.0, 10440.0, 10353.0, 10311.0, 10339.0, 10317.0, 10276.0, 10272.0, 10369.0, 10351.0, 10419.0, 10337.0, 10528.0, 10488.0, 10449.0, 10383.0, 10383.0, 10335.0, 10342.0, 10299.0, 10301.0, 10315.0, 10304.0, 10388.0, 10325.0, 10323.0, 10337.0, 10328.0, 10393.0, 10353.0, 10373.0, 10348.0, 10429.0, 10420.0, 10401.0, 10354.0, 10361.0, 10304.0, 10375.0, 10365.0, 10354.0, 10399.0, 10403.0, 10380.0, 10308.0, 10315.0, 10275.0, 10375.0, 10307.0, 10360.0, 10303.0, 10339.0, 10258.0, 10281.0, 10261.0, 10299.0, 10280.0, 10353.0, 10287.0, 10327.0, 10280.0, 10263.0, 10261.0, 10274.0, 10277.0, 10304.0, 10298.0, 10370.0, 10289.0, 10349.0, 10303.0, 10262.0, 10287.0, 10282.0, 10307.0, 10364.0, 10371.0, 10314.0, 10353.0, 10334.0, 10308.0, 10318.0, 10302.0, 10344.0, 10308.0, 10370.0, 10358.0, 10414.0, 10312.0, 10352.0, 10299.0, 10351.0, 10302.0, 10370.0, 10314.0, 10391.0, 10328.0, 10295.0, 10296.0, 10285.0, 10325.0, 10302.0, 10353.0, 10301.0, 10398.0, 10322.0, 10297.0, 10299.0, 10282.0, 10299.0, 10300.0, 10341.0, 10355.0, 10401.0, 10297.0, 10322.0, 10280.0, 10341.0, 10302.0, 10337.0, 10315.0, 10323.0, 10335.0, 10282.0, 10318.0, 10279.0, 10353.0, 10301.0, 10350.0, 10284.0, 10291.0, 10265.0, 10277.0, 10281.0, 10366.0, 10291.0, 10337.0, 10332.0, 10277.0, 10289.0, 10264.0, 10340.0, 10284.0, 10338.0, 10333.0, 10300.0, 10297.0, 10289.0, 10338.0, 10313.0, 10386.0, 10382.0, 10388.0, 10391.0, 10341.0, 10324.0, 10340.0, 10350.0, 10376.0, 10384.0, 10398.0, 10293.0, 10315.0, 10277.0, 10323.0, 10283.0, 10375.0, 10278.0, 10343.0, 10266.0, 10321.0, 10281.0, 10324.0, 10280.0, 10277.0, 10277.0, 10282.0, 10324.0, 10308.0, 10433.0, 10426.0, 10438.0, 10349.0, 10296.0, 10324.0, 10304.0, 10323.0, 10295.0, 10293.0, 10334.0, 10291.0, 10342.0, 10329.0, 10261.0, 10267.0, 10261.0, 10283.0, 10275.0, 10314.0, 10271.0, 10377.0, 10298.0, 10348.0, 10240.0, 10287.0, 10241.0, 10262.0, 10239.0, 10278.0, 10290.0, 10237.0, 10263.0, 10252.0, 10262.0, 10239.0, 10295.0, 10256.0, 10336.0, 10251.0, 10274.0, 10253.0, 10275.0, 10253.0, 10325.0, 10260.0, 10313.0, 10254.0, 10240.0, 10256.0, 10254.0, 10274.0, 10279.0, 10271.0, 10261.0, 10371.0, 10287.0, 10399.0, 10329.0, 10304.0, 10301.0, 10287.0, 10361.0, 10297.0, 10348.0, 10273.0, 10392.0, 10311.0, 10281.0, 10255.0, 10260.0, 10276.0, 10281.0, 10275.0, 10269.0, 10349.0, 10261.0, 10288.0, 10262.0, 10285.0, 10275.0, 10318.0, 10281.0, 10345.0, 10296.0, 10330.0, 10276.0, 10313.0, 10281.0, 10349.0, 10293.0, 10315.0, 10298.0, 10265.0, 10266.0, 10282.0, 10281.0, 10280.0, 10288.0, 10364.0, 10291.0, 10390.0, 10303.0, 10328.0, 10264.0, 10313.0, 10279.0, 10338.0, 10299.0, 10279.0, 10287.0, 10277.0, 10279.0, 10282.0, 10279.0, 10290.0, 10329.0, 10300.0, 10367.0, 10314.0, 10359.0, 10271.0, 10303.0, 10281.0, 10309.0, 10288.0, 10320.0, 10319.0, 10383.0, 10266.0, 10321.0, 10281.0, 10308.0, 10290.0, 10317.0, 10304.0, 10336.0, 10374.0, 10301.0, 10328.0, 10289.0, 10330.0, 10308.0, 10364.0, 10380.0, 10402.0, 10347.0, 10344.0, 10276.0, 10332.0, 10295.0, 10318.0, 10307.0, 10390.0, 10284.0, 10284.0, 10259.0, 10285.0, 10268.0, 10339.0, 10281.0, 10306.0, 10337.0, 10278.0, 10278.0, 10279.0, 10278.0, 10282.0, 10276.0, 10327.0, 10365.0, 10261.0, 10273.0, 10271.0, 10271.0, 10279.0, 10279.0, 10308.0, 10333.0, 10298.0, 10255.0, 10267.0, 10268.0, 10279.0, 10277.0, 10275.0, 10335.0, 10277.0, 10310.0, 10262.0, 10276.0, 10285.0, 10306.0, 10278.0, 10367.0, 10286.0, 10309.0, 10261.0, 10284.0, 10264.0, 10279.0, 10287.0, 10302.0, 10288.0, 10311.0, 10259.0, 10282.0, 10259.0, 10303.0, 10280.0, 10315.0, 10288.0, 10298.0, 10257.0, 10255.0, 10260.0, 10295.0, 10309.0, 10277.0, 10330.0, 10333.0, 10261.0, 10259.0, 10261.0, 10290.0, 10287.0, 10305.0, 10280.0, 10381.0, 10279.0, 10318.0, 10267.0, 10303.0, 10285.0, 10318.0, 10317.0, 10398.0, 10305.0, 10319.0, 10266.0, 10302.0, 10283.0, 10322.0, 10282.0, 10369.0, 10281.0, 10334.0, 10281.0, 10315.0, 10284.0, 10321.0, 10281.0, 10346.0, 10281.0, 10355.0, 10266.0, 10299.0, 10281.0, 10315.0, 10320.0, 10362.0, 10389.0, 10324.0, 10357.0, 10343.0, 10315.0, 10375.0, 10330.0, 10294.0, 10302.0, 10312.0, 10304.0, 10372.0, 10391.0, 10298.0, 10307.0, 10279.0, 10304.0, 10297.0, 10337.0, 10279.0, 10412.0, 10317.0, 10276.0, 10276.0, 10262.0, 10290.0, 10281.0, 10320.0, 10330.0, 10377.0, 10291.0, 10317.0, 10262.0, 10298.0, 10262.0, 10288.0, 10302.0, 10285.0, 10326.0, 10268.0, 10263.0, 10256.0, 10302.0, 10293.0, 10280.0, 10361.0, 10321.0, 10396.0, 10331.0, 10314.0, 10371.0, 10338.0, 10399.0, 10393.0, 10330.0, 10399.0, 10350.0, 10380.0, 10377.0, 10332.0, 10303.0, 10366.0, 10287.0, 10368.0, 10258.0, 10296.0, 10264.0, 10331.0, 10278.0, 10333.0, 10283.0, 10344.0, 10278.0, 10327.0, 10261.0, 10274.0, 10277.0, 10341.0, 10281.0, 10345.0, 10327.0, 10342.0, 10261.0, 10263.0, 10279.0, 10284.0, 10301.0, 10294.0, 10277.0, 10314.0, 10275.0, 10286.0, 10287.0, 10274.0, 10277.0, 10296.0, 10296.0, 10280.0, 10287.0, 10363.0, 10312.0, 10396.0, 10309.0, 10365.0, 10325.0, 10413.0, 10382.0, 10434.0, 10465.0, 10439.0, 10463.0, 10457.0, 10445.0, 10337.0, 10320.0, 10298.0, 10335.0, 10282.0, 10312.0, 10285.0, 10331.0, 10280.0, 10327.0, 10330.0, 10331.0, 10427.0, 10336.0, 10367.0, 10330.0, 10406.0, 10442.0, 10415.0, 10379.0, 10335.0, 10385.0, 10351.0, 10404.0, 10428.0, 10349.0, 10373.0, 10303.0, 10255.0, 10299.0, 10364.0, 10507.0, 10424.0, 10367.0, 10305.0, 10252.0, 10243.0, 10225.0, 10211.0, 10226.0, 10253.0, 10230.0, 10249.0, 10322.0, 10371.0, 10341.0, 10330.0, 10247.0, 10249.0, 10244.0, 10255.0, 10274.0, 10280.0, 10331.0, 10312.0, 10377.0, 10321.0, 10405.0, 10363.0, 10405.0, 10329.0, 10330.0, 10255.0, 10271.0, 10275.0, 10281.0, 10310.0, 10284.0, 10325.0, 10284.0, 10336.0, 10281.0, 10326.0, 10290.0, 10333.0, 10316.0, 10363.0, 10264.0, 10264.0, 10333.0, 10315.0, 10357.0, 10302.0, 10385.0, 10331.0, 10392.0, 10310.0, 10302.0, 10282.0, 10265.0, 10296.0, 10283.0, 10304.0, 10312.0, 10326.0, 10330.0, 10371.0, 10333.0, 10338.0, 10373.0, 10379.0, 10407.0, 10436.0, 10360.0, 10398.0, 10335.0, 10394.0, 10434.0, 10419.0, 10423.0, 10473.0, 10393.0, 10379.0, 10434.0, 10502.0, 10512.0, 10429.0, 10378.0, 10387.0, 10329.0, 10289.0, 10296.0, 10295.0, 10270.0, 10290.0, 10282.0, 10285.0, 10273.0, 10289.0, 10354.0, 10333.0, 10394.0, 10374.0, 10392.0, 10359.0, 10407.0, 10440.0, 10373.0, 10300.0, 10263.0, 10284.0, 10291.0, 10311.0, 10325.0, 10448.0, 10437.0, 10445.0, 10332.0, 10368.0, 10329.0, 10319.0, 10293.0, 10290.0, 10305.0, 10407.0, 10346.0, 10400.0, 10356.0, 10397.0, 10352.0, 10368.0, 10309.0, 10238.0, 10291.0, 10252.0, 10324.0, 10332.0, 10301.0, 10328.0, 10270.0, 10282.0, 10234.0, 10240.0, 10276.0, 10323.0, 10332.0, 10252.0, 10245.0, 10242.0, 10303.0, 10342.0, 10362.0, 10352.0, 10287.0, 10285.0, 10297.0, 10364.0, 10374.0, 10316.0, 10308.0, 10366.0, 10400.0, 10296.0, 10275.0, 10261.0, 10300.0, 10297.0, 10217.0, 10230.0, 10267.0, 10294.0, 10380.0, 10307.0, 10373.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.009310398959236776</td></tr>
<tr><td colspan=3>aqi</td><td>0.038516318993928884</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.04343648727434</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2467808150173623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1024209294444443</td></tr>
<tr><td colspan=3>efc</td><td>0.5101</td></tr>
<tr><td colspan=3>fber</td><td>4791.5962</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11732952069334662</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.922810060711187</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502106125118536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3277451263204134</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.732795298481446</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.445777950553749</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108389</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00589123135432601</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0458989217877388</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.234615848240593</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.4205</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0329</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.8835</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293196.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1323.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>482.9569</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.9401</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3920.7637</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.2721</td></tr>
<tr><td colspan=3>tsnr</td><td>29.617295150528662</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>