<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-03/func/sub-0051_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>f7c90030b3d9313023c12797a9820414</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>14:15:49.772500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</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.102057</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7803, -7252, 615, -105, -126, 39, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0430cf22-0820-43d3-8c83-5ddb1a572c2e||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.6803207397460938, -0.11280731111764908, 0.035609226673841476, 116.64733123779297], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -102.7064208984375], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -32.92164993286133], [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': ['141549.772500', '141550.232500', '141550.692500', '141551.152500', '141551.612500', '141552.072500', '141552.532500', '141552.992500', '141553.452500', '141553.912500', '141554.372500', '141554.832500', '141555.292500', '141555.752500', '141556.212500', '141556.672500', '141557.132500', '141557.592500', '141558.052500', '141558.512500', '141558.972500', '141559.432500', '141559.892500', '141600.352500', '141600.812500', '141601.272500', '141601.732500', '141602.192500', '141602.652500', '141603.112500', '141603.572500', '141604.032500', '141604.492500', '141604.952500', '141605.412500', '141605.872500', '141606.332500', '141606.792500', '141607.252500', '141607.712500', '141608.172500', '141608.632500', '141609.092500', '141609.552500', '141610.012500', '141610.472500', '141610.932500', '141611.392500', '141611.852500', '141612.312500', '141612.772500', '141613.232500', '141613.692500', '141614.152500', '141614.612500', '141615.072500', '141615.532500', '141615.992500', '141616.452500', '141616.912500', '141617.372500', '141617.832500', '141618.292500', '141618.752500', '141619.212500', '141619.672500', '141620.132500', '141620.592500', '141621.052500', '141621.512500', '141621.972500', '141622.432500', '141622.892500', '141623.352500', '141623.812500', '141624.272500', '141624.732500', '141625.192500', '141625.652500', '141626.112500', '141626.572500', '141627.032500', '141627.492500', '141627.952500', '141628.412500', '141628.872500', '141629.332500', '141629.792500', '141630.252500', '141630.712500', '141631.172500', '141631.632500', '141632.092500', '141632.552500', '141633.012500', '141633.472500', '141633.932500', '141634.392500', '141634.852500', '141635.312500', '141635.772500', '141636.232500', '141636.692500', '141637.152500', '141637.612500', '141638.072500', '141638.532500', '141638.992500', '141639.452500', '141639.912500', '141640.372500', '141640.832500', '141641.292500', '141641.752500', '141642.212500', '141642.672500', '141643.132500', '141643.592500', '141644.052500', '141644.512500', '141644.972500', '141645.432500', '141645.892500', '141646.352500', '141646.812500', '141647.272500', '141647.732500', '141648.192500', '141648.652500', '141649.112500', '141649.572500', '141650.032500', '141650.492500', '141650.952500', '141651.412500', '141651.872500', '141652.332500', '141652.792500', '141653.252500', '141653.712500', '141654.172500', '141654.632500', '141655.092500', '141655.552500', '141656.012500', '141656.472500', '141656.932500', '141657.392500', '141657.852500', '141658.312500', '141658.772500', '141659.232500', '141659.692500', '141700.152500', '141700.612500', '141701.072500', '141701.532500', '141701.992500', '141702.452500', '141702.912500', '141703.372500', '141703.832500', '141704.292500', '141704.752500', '141705.212500', '141705.672500', '141706.132500', '141706.592500', '141707.052500', '141707.512500', '141707.972500', '141708.432500', '141708.892500', '141709.352500', '141709.812500', '141710.272500', '141710.732500', '141711.192500', '141711.652500', '141712.112500', '141712.572500', '141713.032500', '141713.492500', '141713.952500', '141714.412500', '141714.872500', '141715.332500', '141715.792500', '141716.252500', '141716.712500', '141717.172500', '141717.632500', '141718.092500', '141718.552500', '141719.012500', '141719.472500', '141719.932500', '141720.392500', '141720.852500', '141721.312500', '141721.772500', '141722.232500', '141722.692500', '141723.152500', '141723.612500', '141724.072500', '141724.532500', '141724.992500', '141725.452500', '141725.912500', '141726.372500', '141726.832500', '141727.292500', '141727.752500', '141728.212500', '141728.672500', '141729.132500', '141729.592500', '141730.052500', '141730.512500', '141730.972500', '141731.432500', '141731.892500', '141732.352500', '141732.812500', '141733.272500', '141733.732500', '141734.192500', '141734.652500', '141735.112500', '141735.572500', '141736.032500', '141736.492500', '141736.952500', '141737.412500', '141737.872500', '141738.332500', '141738.792500', '141739.252500', '141739.712500', '141740.172500', '141740.632500', '141741.092500', '141741.552500', '141742.012500', '141742.472500', '141742.932500', '141743.392500', '141743.852500', '141744.312500', '141744.772500', '141745.232500', '141745.692500', '141746.152500', '141746.612500', '141747.072500', '141747.532500', '141747.992500', '141748.452500', '141748.912500', '141749.372500', '141749.832500', '141750.292500', '141750.752500', '141751.212500', '141751.672500', '141752.132500', '141752.592500', '141753.052500', '141753.512500', '141753.972500', '141754.432500', '141754.892500', '141755.352500', '141755.812500', '141756.272500', '141756.732500', '141757.192500', '141757.652500', '141758.112500', '141758.572500', '141759.032500', '141759.492500', '141759.952500', '141800.412500', '141800.872500', '141801.332500', '141801.792500', '141802.252500', '141802.712500', '141803.172500', '141803.632500', '141804.092500', '141804.552500', '141805.012500', '141805.472500', '141805.932500', '141806.392500', '141806.852500', '141807.312500', '141807.772500', '141808.232500', '141808.692500', '141809.152500', '141809.612500', '141810.072500', '141810.532500', '141810.992500', '141811.452500', '141811.912500', '141812.372500', '141812.832500', '141813.292500', '141813.752500', '141814.212500', '141814.672500', '141815.132500', '141815.592500', '141816.052500', '141816.512500', '141816.972500', '141817.432500', '141817.892500', '141818.352500', '141818.812500', '141819.272500', '141819.732500', '141820.192500', '141820.652500', '141821.112500', '141821.572500', '141822.032500', '141822.492500', '141822.952500', '141823.412500', '141823.872500', '141824.332500', '141824.792500', '141825.252500', '141825.712500', '141826.172500', '141826.632500', '141827.092500', '141827.552500', '141828.012500', '141828.472500', '141828.932500', '141829.392500', '141829.852500', '141830.312500', '141830.772500', '141831.232500', '141831.692500', '141832.152500', '141832.612500', '141833.072500', '141833.532500', '141833.992500', '141834.452500', '141834.912500', '141835.372500', '141835.832500', '141836.292500', '141836.752500', '141837.212500', '141837.672500', '141838.132500', '141838.592500', '141839.052500', '141839.512500', '141839.972500', '141840.432500', '141840.892500', '141841.352500', '141841.812500', '141842.272500', '141842.732500', '141843.192500', '141843.652500', '141844.112500', '141844.572500', '141845.032500', '141845.492500', '141845.952500', '141846.412500', '141846.872500', '141847.332500', '141847.792500', '141848.252500', '141848.712500', '141849.172500', '141849.632500', '141850.092500', '141850.552500', '141851.012500', '141851.472500', '141851.932500', '141852.392500', '141852.852500', '141853.312500', '141853.772500', '141854.232500', '141854.692500', '141855.152500', '141855.612500', '141856.072500', '141856.532500', '141856.992500', '141857.452500', '141857.912500', '141858.372500', '141858.832500', '141859.292500', '141859.752500', '141900.212500', '141900.672500', '141901.132500', '141901.592500', '141902.052500', '141902.512500', '141902.972500', '141903.432500', '141903.892500', '141904.352500', '141904.812500', '141905.272500', '141905.732500', '141906.192500', '141906.652500', '141907.112500', '141907.572500', '141908.032500', '141908.492500', '141908.952500', '141909.412500', '141909.872500', '141910.332500', '141910.792500', '141911.252500', '141911.712500', '141912.172500', '141912.632500', '141913.092500', '141913.552500', '141914.012500', '141914.472500', '141914.932500', '141915.392500', '141915.852500', '141916.312500', '141916.772500', '141917.232500', '141917.692500', '141918.152500', '141918.612500', '141919.072500', '141919.532500', '141919.992500', '141920.452500', '141920.912500', '141921.372500', '141921.832500', '141922.292500', '141922.752500', '141923.212500', '141923.672500', '141924.132500', '141924.592500', '141925.052500', '141925.512500', '141925.972500', '141926.432500', '141926.892500', '141927.352500', '141927.812500', '141928.272500', '141928.732500', '141929.192500', '141929.652500', '141930.112500', '141930.572500', '141931.032500', '141931.492500', '141931.952500', '141932.412500', '141932.872500', '141933.332500', '141933.792500', '141934.252500', '141934.712500', '141935.172500', '141935.632500', '141936.092500', '141936.552500', '141937.012500', '141937.472500', '141937.932500', '141938.392500', '141938.852500', '141939.312500', '141939.772500', '141940.232500', '141940.692500', '141941.152500', '141941.612500', '141942.072500', '141942.532500', '141942.992500', '141943.452500', '141943.912500', '141944.372500', '141944.832500', '141945.292500', '141945.752500', '141946.212500', '141946.672500', '141947.132500', '141947.592500', '141948.052500', '141948.512500', '141948.972500', '141949.432500', '141949.892500', '141950.352500', '141950.812500', '141951.272500', '141951.732500', '141952.192500', '141952.652500', '141953.112500', '141953.572500', '141954.032500', '141954.492500', '141954.952500', '141955.412500', '141955.872500', '141956.332500', '141956.792500', '141957.252500', '141957.712500', '141958.172500', '141958.632500', '141959.092500', '141959.552500', '142000.012500', '142000.472500', '142000.932500', '142001.392500', '142001.852500', '142002.312500', '142002.772500', '142003.232500', '142003.692500', '142004.152500', '142004.612500', '142005.072500', '142005.532500', '142005.992500', '142006.452500', '142006.912500', '142007.372500', '142007.832500', '142008.292500', '142008.752500', '142009.212500', '142009.672500', '142010.132500', '142010.592500', '142011.052500', '142011.512500', '142011.972500', '142012.432500', '142012.892500', '142013.352500', '142013.812500', '142014.272500', '142014.732500', '142015.192500', '142015.652500', '142016.112500', '142016.572500', '142017.032500', '142017.492500', '142017.952500', '142018.412500', '142018.872500', '142019.332500', '142019.792500', '142020.252500', '142020.712500', '142021.172500', '142021.632500', '142022.092500', '142022.552500', '142023.012500', '142023.472500', '142023.932500', '142024.392500', '142024.852500', '142025.312500', '142025.772500', '142026.232500', '142026.692500', '142027.152500', '142027.612500', '142028.072500', '142028.532500', '142028.992500', '142029.452500', '142029.912500', '142030.372500', '142030.832500', '142031.292500', '142031.752500', '142032.212500', '142032.672500', '142033.132500', '142033.592500', '142034.052500', '142034.512500', '142034.972500', '142035.432500', '142035.892500', '142036.352500', '142036.812500', '142037.272500', '142037.732500', '142038.192500', '142038.652500', '142039.112500', '142039.572500', '142040.032500', '142040.492500', '142040.952500', '142041.412500', '142041.872500', '142042.332500', '142042.792500', '142043.252500', '142043.712500', '142044.172500', '142044.632500', '142045.092500', '142045.552500', '142046.012500', '142046.472500', '142046.932500', '142047.392500', '142047.852500', '142048.312500', '142048.772500', '142049.232500', '142049.692500', '142050.152500', '142050.612500', '142051.072500', '142051.532500', '142051.992500', '142052.452500', '142052.912500', '142053.372500', '142053.832500', '142054.292500', '142054.752500', '142055.212500', '142055.672500', '142056.132500', '142056.592500', '142057.052500', '142057.512500', '142057.972500', '142058.432500', '142058.892500', '142059.352500', '142059.812500', '142100.272500', '142100.732500', '142101.192500', '142101.652500', '142102.112500', '142102.572500', '142103.032500', '142103.492500', '142103.952500', '142104.412500', '142104.872500', '142105.332500', '142105.792500', '142106.252500', '142106.712500', '142107.172500', '142107.632500', '142108.092500', '142108.552500', '142109.012500', '142109.472500', '142109.932500', '142110.392500', '142110.852500', '142111.312500', '142111.772500', '142112.232500', '142112.692500', '142113.152500', '142113.612500', '142114.072500', '142114.532500', '142114.992500', '142115.452500', '142115.912500', '142116.372500', '142116.832500', '142117.292500', '142117.752500', '142118.212500', '142118.672500', '142119.132500', '142119.592500', '142120.052500', '142120.512500', '142120.972500', '142121.432500', '142121.892500', '142122.352500', '142122.812500', '142123.272500', '142123.732500', '142124.192500', '142124.652500', '142125.112500', '142125.572500', '142126.032500', '142126.492500', '142126.952500', '142127.412500', '142127.872500', '142128.332500', '142128.792500', '142129.252500', '142129.712500', '142130.172500', '142130.632500', '142131.092500', '142131.552500', '142132.012500', '142132.472500', '142132.932500', '142133.392500', '142133.852500', '142134.312500', '142134.772500', '142135.232500', '142135.692500', '142136.152500', '142136.612500', '142137.072500', '142137.532500', '142137.992500', '142138.452500', '142138.912500', '142139.372500', '142139.832500', '142140.292500', '142140.752500', '142141.212500', '142141.672500', '142142.132500', '142142.592500', '142143.052500', '142143.512500', '142143.972500', '142144.432500', '142144.892500', '142145.352500', '142145.812500', '142146.272500', '142146.732500', '142147.192500', '142147.652500', '142148.112500', '142148.572500', '142149.032500', '142149.492500', '142149.952500', '142150.412500', '142150.872500', '142151.332500', '142151.792500', '142152.252500', '142152.712500', '142153.172500', '142153.632500', '142154.092500', '142154.552500', '142155.012500', '142155.472500', '142155.932500', '142156.392500', '142156.852500', '142157.312500', '142157.772500', '142158.232500', '142158.692500', '142159.152500', '142159.612500', '142200.072500', '142200.532500', '142200.992500', '142201.452500', '142201.912500', '142202.372500', '142202.832500', '142203.292500', '142203.752500', '142204.212500', '142204.672500', '142205.132500', '142205.592500', '142206.052500', '142206.512500', '142206.972500', '142207.432500', '142207.892500', '142208.352500', '142208.812500', '142209.272500', '142209.732500', '142210.192500', '142210.652500', '142211.112500', '142211.572500', '142212.032500', '142212.492500', '142212.952500', '142213.412500', '142213.872500', '142214.332500', '142214.792500', '142215.252500', '142215.712500', '142216.172500', '142216.632500', '142217.092500', '142217.552500', '142218.012500', '142218.472500', '142218.932500', '142219.392500', '142219.852500', '142220.312500', '142220.772500', '142221.232500', '142221.692500', '142222.152500', '142222.612500', '142223.072500', '142223.532500', '142223.992500', '142224.452500', '142224.912500', '142225.372500', '142225.832500', '142226.292500', '142226.752500', '142227.212500', '142227.672500', '142228.132500', '142228.592500', '142229.052500', '142229.512500', '142229.972500', '142230.432500', '142230.892500', '142231.352500', '142231.812500', '142232.272500', '142232.732500', '142233.192500', '142233.652500', '142234.112500', '142234.572500', '142235.032500', '142235.492500', '142235.952500', '142236.412500', '142236.872500', '142237.332500', '142237.792500', '142238.252500', '142238.712500', '142239.172500', '142239.632500', '142240.092500', '142240.552500', '142241.012500', '142241.472500', '142241.932500', '142242.392500', '142242.852500', '142243.312500', '142243.772500', '142244.232500', '142244.692500', '142245.152500', '142245.612500', '142246.072500', '142246.532500', '142246.992500', '142247.452500', '142247.912500', '142248.372500', '142248.832500', '142249.292500', '142249.752500', '142250.212500', '142250.672500', '142251.132500', '142251.592500', '142252.052500', '142252.512500', '142252.972500', '142253.432500', '142253.892500', '142254.352500', '142254.812500', '142255.272500', '142255.732500', '142256.192500', '142256.652500', '142257.112500', '142257.572500', '142258.032500', '142258.492500', '142258.952500', '142259.412500', '142259.872500', '142300.332500', '142300.792500', '142301.252500', '142301.712500', '142302.172500', '142302.632500', '142303.092500', '142303.552500', '142304.012500', '142304.472500', '142304.932500', '142305.392500', '142305.852500', '142306.312500', '142306.772500', '142307.232500', '142307.692500', '142308.152500', '142308.612500', '142309.072500', '142309.532500', '142309.992500', '142310.452500', '142310.912500', '142311.372500', '142311.832500', '142312.292500', '142312.752500', '142313.212500', '142313.672500', '142314.132500', '142314.592500', '142315.052500', '142315.512500', '142315.972500', '142316.432500', '142316.892500', '142317.352500', '142317.812500', '142318.272500', '142318.732500', '142319.192500', '142319.652500', '142320.112500', '142320.572500', '142321.032500', '142321.492500', '142321.952500', '142322.412500', '142322.872500', '142323.332500', '142323.792500', '142324.252500', '142324.712500', '142325.172500', '142325.632500', '142326.092500', '142326.552500', '142327.012500', '142327.472500', '142327.932500', '142328.392500', '142328.852500', '142329.312500', '142329.772500', '142330.232500', '142330.692500', '142331.152500', '142331.612500', '142332.072500', '142332.532500', '142332.992500', '142333.452500', '142333.912500', '142334.372500', '142334.832500', '142335.292500', '142335.752500', '142336.212500', '142336.672500', '142337.132500', '142337.592500', '142338.052500', '142338.512500', '142338.972500', '142339.432500', '142339.892500', '142340.352500', '142340.812500', '142341.272500', '142341.732500', '142342.192500', '142342.652500', '142343.112500', '142343.572500', '142344.032500', '142344.492500', '142344.952500', '142345.412500', '142345.872500', '142346.332500', '142346.792500', '142347.252500', '142347.712500', '142348.172500', '142348.632500', '142349.092500', '142349.552500', '142350.012500', '142350.472500', '142350.932500', '142351.392500', '142351.852500', '142352.312500', '142352.772500', '142353.232500', '142353.692500', '142354.152500', '142354.612500', '142355.072500', '142355.532500', '142355.992500', '142356.452500', '142356.912500', '142357.372500', '142357.832500', '142358.292500', '142358.752500', '142359.212500', '142359.672500', '142400.132500', '142400.592500', '142401.052500', '142401.512500', '142401.972500', '142402.432500', '142402.892500', '142403.352500', '142403.812500', '142404.272500', '142404.732500', '142405.192500', '142405.652500', '142406.112500', '142406.572500', '142407.032500', '142407.492500', '142407.952500', '142408.412500', '142408.872500', '142409.332500', '142409.792500', '142410.252500', '142410.712500', '142411.172500', '142411.632500', '142412.092500', '142412.552500', '142413.012500', '142413.472500', '142413.932500', '142414.392500', '142414.852500', '142415.312500', '142415.772500', '142416.232500', '142416.692500', '142417.152500', '142417.612500', '142418.072500', '142418.532500', '142418.992500', '142419.452500', '142419.912500', '142420.372500', '142420.832500', '142421.292500', '142421.752500', '142422.212500', '142422.672500', '142423.132500', '142423.592500', '142424.052500', '142424.512500', '142424.972500', '142425.432500', '142425.892500', '142426.352500', '142426.812500', '142427.272500', '142427.732500', '142428.192500', '142428.652500', '142429.112500', '142429.572500', '142430.032500', '142430.492500', '142430.952500', '142431.412500', '142431.872500', '142432.332500', '142432.792500', '142433.252500', '142433.712500', '142434.172500', '142434.632500', '142435.092500', '142435.552500', '142436.012500', '142436.472500', '142436.932500', '142437.392500', '142437.852500', '142438.312500', '142438.772500', '142439.232500', '142439.692500', '142440.152500', '142440.612500', '142441.072500', '142441.532500'], 'ContentTime': ['141616.889000', '141616.892000', '141616.895000', '141616.898000', '141616.900000', '141616.903000', '141616.906000', '141616.908000', '141616.911000', '141616.913000', '141616.916000', '141616.919000', '141616.921000', '141616.924000', '141616.927000', '141616.929000', '141616.932000', '141616.935000', '141616.937000', '141616.940000', '141616.942000', '141616.945000', '141616.948000', '141616.950000', '141616.953000', '141616.961000', '141616.964000', '141616.966000', '141616.969000', '141616.972000', '141616.974000', '141616.977000', '141616.979000', '141616.982000', '141616.985000', '141616.987000', '141616.990000', '141616.992000', '141616.995000', '141616.998000', '141617.001000', '141617.004000', '141617.007000', '141617.009000', '141617.012000', '141617.014000', '141617.017000', '141617.019000', '141617.022000', '141617.025000', '141617.027000', '141617.030000', '141617.032000', '141617.035000', '141617.037000', '141617.040000', '141636.862000', '141636.865000', '141636.868000', '141636.870000', '141636.873000', '141636.876000', '141636.879000', '141636.882000', '141636.884000', '141636.887000', '141636.889000', '141636.905000', '141636.907000', '141636.910000', '141636.913000', '141636.915000', '141636.918000', '141636.921000', '141636.923000', '141636.926000', '141636.928000', '141636.931000', '141636.934000', '141636.937000', '141636.939000', '141636.942000', '141636.945000', '141636.947000', '141636.950000', '141636.953000', '141636.956000', '141636.958000', '141636.961000', '141636.963000', '141636.966000', '141636.969000', '141636.971000', '141636.974000', '141636.976000', '141636.979000', '141636.982000', '141636.984000', '141636.998000', '141656.863000', '141656.866000', '141656.868000', '141656.871000', '141656.874000', '141656.876000', '141656.879000', '141656.881000', '141656.884000', '141656.887000', '141656.889000', '141656.892000', '141656.895000', '141656.897000', '141656.900000', '141656.903000', '141656.905000', '141656.908000', '141656.911000', '141656.913000', '141656.916000', '141656.918000', '141656.921000', '141656.924000', '141656.926000', '141656.938000', '141656.941000', '141656.943000', '141656.946000', '141656.949000', '141656.951000', '141656.954000', '141656.957000', '141656.959000', '141656.962000', '141656.965000', '141656.967000', '141656.970000', '141656.972000', '141656.975000', '141656.978000', '141656.980000', '141656.983000', '141656.986000', '141716.862000', '141716.865000', '141716.868000', '141716.871000', '141716.873000', '141716.876000', '141716.879000', '141716.881000', '141716.890000', '141716.893000', '141716.896000', '141716.898000', '141716.901000', '141716.904000', '141716.906000', '141716.909000', '141716.912000', '141716.915000', '141716.917000', '141716.920000', '141716.922000', '141716.925000', '141716.928000', '141716.930000', '141716.933000', '141716.936000', '141716.938000', '141716.941000', '141716.943000', '141716.946000', '141716.949000', '141716.951000', '141716.954000', '141716.957000', '141716.959000', '141716.962000', '141716.964000', '141716.967000', '141716.970000', '141716.972000', '141716.975000', '141716.978000', '141716.980000', '141736.862000', '141736.865000', '141736.869000', '141736.871000', '141736.874000', '141736.877000', '141736.880000', '141736.882000', '141736.885000', '141736.887000', '141736.891000', '141736.893000', '141736.896000', '141736.899000', '141736.902000', '141736.904000', '141736.907000', '141736.909000', '141736.912000', '141736.915000', '141736.917000', '141736.920000', '141736.923000', '141736.925000', '141736.928000', '141736.931000', '141736.933000', '141736.936000', '141736.939000', '141736.941000', '141736.944000', '141736.947000', '141736.949000', '141736.952000', '141736.955000', '141736.957000', '141736.960000', '141736.963000', '141736.966000', '141736.968000', '141736.971000', '141736.973000', '141736.976000', '141736.979000', '141756.862000', '141756.865000', '141756.868000', '141756.870000', '141756.873000', '141756.876000', '141756.878000', '141756.881000', '141756.884000', '141756.886000', '141756.889000', '141756.892000', '141756.895000', '141756.897000', '141756.900000', '141756.903000', '141756.906000', '141756.908000', '141756.911000', '141756.914000', '141756.916000', '141756.919000', '141756.922000', '141756.924000', '141756.927000', '141756.930000', '141756.933000', '141756.936000', '141756.939000', '141756.941000', '141756.944000', '141756.955000', '141756.958000', '141756.960000', '141756.963000', '141756.966000', '141756.968000', '141756.971000', '141756.974000', '141756.976000', '141756.979000', '141756.981000', '141756.984000', '141816.863000', '141816.866000', '141816.868000', '141816.871000', '141816.874000', '141816.876000', '141816.879000', '141816.882000', '141816.884000', '141816.887000', '141816.889000', '141816.892000', '141816.895000', '141816.897000', '141816.900000', '141816.903000', '141816.905000', '141816.908000', '141816.911000', '141816.913000', '141816.916000', '141816.919000', '141816.921000', '141816.924000', '141816.926000', '141816.929000', '141816.932000', '141816.934000', '141816.937000', '141816.940000', '141816.942000', '141816.945000', '141816.947000', '141816.950000', '141816.952000', '141816.955000', '141816.958000', '141816.960000', '141816.978000', '141816.981000', '141816.984000', '141816.986000', '141816.989000', '141816.991000', '141836.862000', '141836.865000', '141836.868000', '141836.871000', '141836.874000', '141836.876000', '141836.879000', '141836.882000', '141836.884000', '141836.887000', '141836.890000', '141836.892000', '141836.895000', '141836.897000', '141836.900000', '141836.903000', '141836.906000', '141836.908000', '141836.911000', '141836.914000', '141836.916000', '141836.919000', '141836.922000', '141836.924000', '141836.927000', '141836.929000', '141836.932000', '141836.935000', '141836.937000', '141836.940000', '141836.943000', '141836.945000', '141836.948000', '141836.951000', '141836.953000', '141836.956000', '141836.959000', '141836.961000', '141836.964000', '141836.967000', '141836.969000', '141836.972000', '141836.975000', '141856.863000', '141856.865000', '141856.868000', '141856.871000', '141856.874000', '141856.876000', '141856.879000', '141856.882000', '141856.885000', '141856.887000', '141856.890000', '141856.892000', '141856.895000', '141856.898000', '141856.900000', '141856.903000', '141856.906000', '141856.908000', '141856.911000', '141856.914000', '141856.916000', '141856.919000', '141856.922000', '141856.924000', '141856.927000', '141856.930000', '141856.932000', '141856.935000', '141856.938000', '141856.940000', '141856.943000', '141856.946000', '141856.948000', '141856.951000', '141856.953000', '141856.956000', '141856.959000', '141856.961000', '141856.964000', '141856.967000', '141856.969000', '141856.972000', '141856.975000', '141856.977000', '141916.863000', '141916.866000', '141916.868000', '141916.871000', '141916.874000', '141916.876000', '141916.879000', '141916.882000', '141916.884000', '141916.887000', '141916.890000', '141916.892000', '141916.895000', '141916.898000', '141916.900000', '141916.903000', '141916.905000', '141916.908000', '141916.911000', '141916.913000', '141916.916000', '141916.919000', '141916.921000', '141916.924000', '141916.926000', '141916.929000', '141916.932000', '141916.934000', '141916.937000', '141916.940000', '141916.942000', '141916.946000', '141916.949000', '141916.952000', '141916.954000', '141916.957000', '141916.960000', '141916.962000', '141916.965000', '141916.968000', '141916.971000', '141916.974000', '141916.976000', '141936.863000', '141936.866000', '141936.869000', '141936.872000', '141936.874000', '141936.877000', '141936.880000', '141936.883000', '141936.885000', '141936.888000', '141936.891000', '141936.893000', '141936.896000', '141936.899000', '141936.901000', '141936.904000', '141936.907000', '141936.909000', '141936.912000', '141936.915000', '141936.917000', '141936.920000', '141936.922000', '141936.925000', '141936.928000', '141936.930000', '141936.933000', '141936.936000', '141936.938000', '141936.941000', '141936.944000', '141936.947000', '141936.949000', '141936.952000', '141936.955000', '141936.957000', '141936.960000', '141936.963000', '141936.965000', '141936.968000', '141936.971000', '141936.973000', '141936.976000', '141936.978000', '141956.862000', '141956.865000', '141956.868000', '141956.871000', '141956.873000', '141956.876000', '141956.879000', '141956.882000', '141956.884000', '141956.887000', '141956.889000', '141956.892000', '141956.895000', '141956.897000', '141956.900000', '141956.903000', '141956.905000', '141956.908000', '141956.910000', '141956.926000', '141956.929000', '141956.931000', '141956.934000', '141956.937000', '141956.939000', '141956.942000', '141956.944000', '141956.947000', '141956.950000', '141956.952000', '141956.955000', '141956.958000', '141956.960000', '141956.963000', '141956.966000', '141956.968000', '141956.971000', '141956.974000', '141956.977000', '141956.980000', '141956.983000', '141956.985000', '141956.988000', '142016.863000', '142016.865000', '142016.868000', '142016.871000', '142016.873000', '142016.876000', '142016.879000', '142016.881000', '142016.884000', '142016.887000', '142016.889000', '142016.892000', '142016.895000', '142016.897000', '142016.900000', '142016.902000', '142016.905000', '142016.908000', '142016.910000', '142016.913000', '142016.916000', '142016.918000', '142016.921000', '142016.924000', '142016.926000', '142016.929000', '142016.931000', '142016.934000', '142016.937000', '142016.939000', '142016.942000', '142016.945000', '142016.947000', '142016.950000', '142016.952000', '142016.955000', '142016.958000', '142016.960000', '142016.963000', '142016.965000', '142016.968000', '142016.971000', '142016.973000', '142016.976000', '142036.863000', '142036.866000', '142036.868000', '142036.871000', '142036.874000', '142036.876000', '142036.879000', '142036.882000', '142036.884000', '142036.887000', '142036.889000', '142036.892000', '142036.895000', '142036.897000', '142036.900000', '142036.903000', '142036.905000', '142036.908000', '142036.911000', '142036.913000', '142036.916000', '142036.919000', '142036.921000', '142036.924000', '142036.927000', '142036.929000', '142036.932000', '142036.935000', '142036.937000', '142036.940000', '142036.943000', '142036.945000', '142036.948000', '142036.951000', '142036.953000', '142036.956000', '142036.958000', '142036.961000', '142036.964000', '142036.966000', '142036.969000', '142036.972000', '142036.974000', '142056.863000', '142056.866000', '142056.868000', '142056.872000', '142056.875000', '142056.877000', '142056.880000', '142056.883000', '142056.885000', '142056.888000', '142056.891000', '142056.893000', '142056.896000', '142056.899000', '142056.901000', '142056.904000', '142056.907000', '142056.909000', '142056.912000', '142056.915000', '142056.917000', '142056.920000', '142056.922000', '142056.925000', '142056.928000', '142056.930000', '142056.933000', '142056.935000', '142056.938000', '142056.941000', '142056.943000', '142056.946000', '142056.949000', '142056.951000', '142056.954000', '142056.957000', '142056.959000', '142056.962000', '142056.965000', '142056.967000', '142056.970000', '142056.972000', '142056.975000', '142116.862000', '142116.865000', '142116.868000', '142116.871000', '142116.873000', '142116.876000', '142116.879000', '142116.881000', '142116.884000', '142116.886000', '142116.889000', '142116.892000', '142116.894000', '142116.897000', '142116.900000', '142116.902000', '142116.905000', '142116.907000', '142116.910000', '142116.913000', '142116.915000', '142116.918000', '142116.920000', '142116.923000', '142116.926000', '142116.928000', '142116.931000', '142116.933000', '142116.936000', '142116.950000', '142116.952000', '142116.970000', '142116.973000', '142116.975000', '142116.978000', '142116.981000', '142116.983000', '142116.986000', '142116.989000', '142116.991000', '142116.994000', '142116.997000', '142117.000000', '142117.003000', '142136.863000', '142136.866000', '142136.869000', '142136.871000', '142136.874000', '142136.877000', '142136.879000', '142136.882000', '142136.884000', '142136.887000', '142136.890000', '142136.892000', '142136.895000', '142136.897000', '142136.900000', '142136.903000', '142136.905000', '142136.908000', '142136.911000', '142136.913000', '142136.916000', '142136.918000', '142136.921000', '142136.924000', '142136.926000', '142136.929000', '142136.932000', '142136.934000', '142136.937000', '142136.939000', '142136.942000', '142136.945000', '142136.947000', '142136.950000', '142136.952000', '142136.955000', '142136.958000', '142136.960000', '142136.963000', '142136.965000', '142136.968000', '142136.971000', '142136.973000', '142136.976000', '142156.862000', '142156.865000', '142156.868000', '142156.871000', '142156.873000', '142156.876000', '142156.879000', '142156.881000', '142156.884000', '142156.887000', '142156.889000', '142156.892000', '142156.895000', '142156.897000', '142156.900000', '142156.902000', '142156.905000', '142156.908000', '142156.910000', '142156.913000', '142156.916000', '142156.918000', '142156.921000', '142156.923000', '142156.926000', '142156.929000', '142156.931000', '142156.934000', '142156.937000', '142156.939000', '142156.942000', '142156.944000', '142156.947000', '142156.950000', '142156.952000', '142156.955000', '142156.958000', '142156.960000', '142156.963000', '142156.965000', '142156.968000', '142156.971000', '142156.973000', '142216.863000', '142216.866000', '142216.868000', '142216.871000', '142216.874000', '142216.876000', '142216.879000', '142216.882000', '142216.884000', '142216.887000', '142216.889000', '142216.892000', '142216.895000', '142216.898000', '142216.900000', '142216.903000', '142216.905000', '142216.908000', '142216.911000', '142216.913000', '142216.916000', '142216.919000', '142216.921000', '142216.924000', '142216.926000', '142216.929000', '142216.932000', '142216.934000', '142216.937000', '142216.939000', '142216.942000', '142216.945000', '142216.947000', '142216.950000', '142216.952000', '142216.955000', '142216.958000', '142216.960000', '142216.963000', '142216.966000', '142216.968000', '142216.971000', '142216.973000', '142216.976000', '142236.862000', '142236.865000', '142236.868000', '142236.871000', '142236.874000', '142236.877000', '142236.879000', '142236.882000', '142236.884000', '142236.887000', '142236.890000', '142236.892000', '142236.895000', '142236.897000', '142236.900000', '142236.903000', '142236.905000', '142236.908000', '142236.911000', '142236.913000', '142236.916000', '142236.919000', '142236.921000', '142236.924000', '142236.927000', '142236.929000', '142236.932000', '142236.935000', '142236.937000', '142236.940000', '142236.942000', '142236.945000', '142236.948000', '142236.950000', '142236.953000', '142236.955000', '142236.958000', '142236.960000', '142236.963000', '142236.966000', '142236.977000', '142236.979000', '142236.982000', '142256.863000', '142256.865000', '142256.868000', '142256.871000', '142256.873000', '142256.876000', '142256.879000', '142256.881000', '142256.884000', '142256.887000', '142256.889000', '142256.892000', '142256.895000', '142256.897000', '142256.900000', '142256.903000', '142256.905000', '142256.908000', '142256.911000', '142256.913000', '142256.916000', '142256.919000', '142256.921000', '142256.924000', '142256.926000', '142256.929000', '142256.932000', '142256.934000', '142256.937000', '142256.940000', '142256.942000', '142256.945000', '142256.947000', '142256.950000', '142256.953000', '142256.955000', '142256.958000', '142256.960000', '142256.963000', '142256.965000', '142256.968000', '142256.971000', '142256.973000', '142256.976000', '142316.863000', '142316.866000', '142316.868000', '142316.871000', '142316.874000', '142316.876000', '142316.879000', '142316.882000', '142316.884000', '142316.887000', '142316.890000', '142316.892000', '142316.895000', '142316.897000', '142316.900000', '142316.903000', '142316.905000', '142316.908000', '142316.911000', '142316.913000', '142316.916000', '142316.919000', '142316.921000', '142316.924000', '142316.927000', '142316.929000', '142316.932000', '142316.934000', '142316.937000', '142316.940000', '142316.942000', '142316.945000', '142316.947000', '142316.950000', '142316.953000', '142316.967000', '142316.969000', '142316.972000', '142316.975000', '142316.977000', '142316.980000', '142316.983000', '142316.985000', '142336.862000', '142336.865000', '142336.868000', '142336.871000', '142336.873000', '142336.876000', '142336.878000', '142336.881000', '142336.884000', '142336.887000', '142336.890000', '142336.893000', '142336.895000', '142336.898000', '142336.901000', '142336.903000', '142336.906000', '142336.909000', '142336.911000', '142336.914000', '142336.917000', '142336.919000', '142336.922000', '142336.925000', '142336.927000', '142336.930000', '142336.932000', '142336.935000', '142336.938000', '142336.940000', '142336.943000', '142336.946000', '142336.948000', '142336.951000', '142336.953000', '142336.956000', '142336.959000', '142336.961000', '142336.964000', '142336.967000', '142336.969000', '142336.972000', '142336.975000', '142336.977000', '142356.862000', '142356.865000', '142356.868000', '142356.871000', '142356.873000', '142356.876000', '142356.879000', '142356.881000', '142356.884000', '142356.887000', '142356.889000', '142356.892000', '142356.894000', '142356.906000', '142356.908000', '142356.911000', '142356.914000', '142356.916000', '142356.919000', '142356.922000', '142356.924000', '142356.927000', '142356.930000', '142356.932000', '142356.935000', '142356.938000', '142356.940000', '142356.943000', '142356.945000', '142356.948000', '142356.950000', '142356.953000', '142356.956000', '142356.958000', '142356.961000', '142356.964000', '142356.966000', '142356.981000', '142356.983000', '142356.986000', '142356.989000', '142356.991000', '142356.994000', '142416.863000', '142416.866000', '142416.868000', '142416.871000', '142416.874000', '142416.876000', '142416.879000', '142416.882000', '142416.885000', '142416.887000', '142416.891000', '142416.894000', '142416.896000', '142416.899000', '142416.902000', '142416.904000', '142416.907000', '142416.909000', '142416.912000', '142416.915000', '142416.918000', '142416.920000', '142416.923000', '142416.926000', '142416.928000', '142416.931000', '142416.933000', '142416.936000', '142416.939000', '142416.941000', '142416.944000', '142416.947000', '142416.950000', '142416.953000', '142416.956000', '142416.958000', '142416.961000', '142416.964000', '142416.966000', '142416.969000', '142416.972000', '142416.974000', '142416.977000', '142436.863000', '142436.866000', '142436.868000', '142436.871000', '142436.873000', '142436.876000', '142436.879000', '142436.882000', '142436.884000', '142436.887000', '142436.890000', '142436.893000', '142436.895000', '142436.898000', '142436.901000', '142436.904000', '142436.907000', '142436.909000', '142436.912000', '142436.915000', '142436.917000', '142436.920000', '142436.923000', '142436.925000', '142436.928000', '142436.931000', '142436.933000', '142436.936000', '142436.938000', '142436.941000', '142436.944000', '142436.946000', '142436.949000', '142436.952000', '142436.955000', '142436.957000', '142436.960000', '142436.963000', '142436.965000', '142436.968000', '142436.970000', '142436.973000', '142436.975000', '142436.978000', '142443.059000', '142443.062000', '142443.065000', '142443.067000', '142443.070000', '142443.073000', '142443.076000', '142443.078000', '142443.081000', '142443.084000', '142443.086000', '142443.089000', '142443.092000', '142443.094000'], 'InstanceCreationTime': ['141616.889000', '141616.892000', '141616.895000', '141616.898000', '141616.900000', '141616.903000', '141616.906000', '141616.908000', '141616.911000', '141616.913000', '141616.916000', '141616.919000', '141616.921000', '141616.924000', '141616.927000', '141616.929000', '141616.932000', '141616.935000', '141616.937000', '141616.940000', '141616.942000', '141616.945000', '141616.948000', '141616.950000', '141616.953000', '141616.961000', '141616.964000', '141616.966000', '141616.969000', '141616.972000', '141616.974000', '141616.977000', '141616.979000', '141616.982000', '141616.985000', '141616.987000', '141616.990000', '141616.992000', '141616.995000', '141616.998000', '141617.001000', '141617.004000', '141617.007000', '141617.009000', '141617.012000', '141617.014000', '141617.017000', '141617.019000', '141617.022000', '141617.025000', '141617.027000', '141617.030000', '141617.032000', '141617.035000', '141617.037000', '141617.040000', '141636.862000', '141636.865000', '141636.868000', '141636.870000', '141636.873000', '141636.876000', '141636.879000', '141636.882000', '141636.884000', '141636.887000', '141636.889000', '141636.905000', '141636.907000', '141636.910000', '141636.913000', '141636.915000', '141636.918000', '141636.921000', '141636.923000', '141636.926000', '141636.928000', '141636.931000', '141636.934000', '141636.937000', '141636.939000', '141636.942000', '141636.945000', '141636.947000', '141636.950000', '141636.953000', '141636.956000', '141636.958000', '141636.961000', '141636.963000', '141636.966000', '141636.969000', '141636.971000', '141636.974000', '141636.976000', '141636.979000', '141636.982000', '141636.984000', '141636.998000', '141656.863000', '141656.866000', '141656.868000', '141656.871000', '141656.874000', '141656.876000', '141656.879000', '141656.881000', '141656.884000', '141656.887000', '141656.889000', '141656.892000', '141656.895000', '141656.897000', '141656.900000', '141656.903000', '141656.905000', '141656.908000', '141656.911000', '141656.913000', '141656.916000', '141656.918000', '141656.921000', '141656.924000', '141656.926000', '141656.938000', '141656.941000', '141656.943000', '141656.946000', '141656.949000', '141656.951000', '141656.954000', '141656.957000', '141656.959000', '141656.962000', '141656.965000', '141656.967000', '141656.970000', '141656.972000', '141656.975000', '141656.978000', '141656.980000', '141656.983000', '141656.986000', '141716.862000', '141716.865000', '141716.868000', '141716.871000', '141716.873000', '141716.876000', '141716.879000', '141716.881000', '141716.890000', '141716.893000', '141716.896000', '141716.898000', '141716.901000', '141716.904000', '141716.906000', '141716.909000', '141716.912000', '141716.915000', '141716.917000', '141716.920000', '141716.922000', '141716.925000', '141716.928000', '141716.930000', '141716.933000', '141716.936000', '141716.938000', '141716.941000', '141716.943000', '141716.946000', '141716.949000', '141716.951000', '141716.954000', '141716.957000', '141716.959000', '141716.962000', '141716.964000', '141716.967000', '141716.970000', '141716.972000', '141716.975000', '141716.978000', '141716.980000', '141736.862000', '141736.865000', '141736.869000', '141736.871000', '141736.874000', '141736.877000', '141736.880000', '141736.882000', '141736.885000', '141736.887000', '141736.891000', '141736.893000', '141736.896000', '141736.899000', '141736.902000', '141736.904000', '141736.907000', '141736.909000', '141736.912000', '141736.915000', '141736.917000', '141736.920000', '141736.923000', '141736.925000', '141736.928000', '141736.931000', '141736.933000', '141736.936000', '141736.939000', '141736.941000', '141736.944000', '141736.947000', '141736.949000', '141736.952000', '141736.955000', '141736.957000', '141736.960000', '141736.963000', '141736.966000', '141736.968000', '141736.971000', '141736.973000', '141736.976000', '141736.979000', '141756.862000', '141756.865000', '141756.868000', '141756.870000', '141756.873000', '141756.876000', '141756.878000', '141756.881000', '141756.884000', '141756.886000', '141756.889000', '141756.892000', '141756.895000', '141756.897000', '141756.900000', '141756.903000', '141756.906000', '141756.908000', '141756.911000', '141756.914000', '141756.916000', '141756.919000', '141756.922000', '141756.924000', '141756.927000', '141756.930000', '141756.933000', '141756.936000', '141756.939000', '141756.941000', '141756.944000', '141756.955000', '141756.958000', '141756.960000', '141756.963000', '141756.966000', '141756.968000', '141756.971000', '141756.974000', '141756.976000', '141756.979000', '141756.981000', '141756.984000', '141816.863000', '141816.866000', '141816.868000', '141816.871000', '141816.874000', '141816.876000', '141816.879000', '141816.882000', '141816.884000', '141816.887000', '141816.889000', '141816.892000', '141816.895000', '141816.897000', '141816.900000', '141816.903000', '141816.905000', '141816.908000', '141816.911000', '141816.913000', '141816.916000', '141816.919000', '141816.921000', '141816.924000', '141816.926000', '141816.929000', '141816.932000', '141816.934000', '141816.937000', '141816.940000', '141816.942000', '141816.945000', '141816.947000', '141816.950000', '141816.952000', '141816.955000', '141816.958000', '141816.960000', '141816.978000', '141816.981000', '141816.984000', '141816.986000', '141816.989000', '141816.991000', '141836.862000', '141836.865000', '141836.868000', '141836.871000', '141836.874000', '141836.876000', '141836.879000', '141836.882000', '141836.884000', '141836.887000', '141836.890000', '141836.892000', '141836.895000', '141836.897000', '141836.900000', '141836.903000', '141836.906000', '141836.908000', '141836.911000', '141836.914000', '141836.916000', '141836.919000', '141836.922000', '141836.924000', '141836.927000', '141836.929000', '141836.932000', '141836.935000', '141836.937000', '141836.940000', '141836.943000', '141836.945000', '141836.948000', '141836.951000', '141836.953000', '141836.956000', '141836.959000', '141836.961000', '141836.964000', '141836.967000', '141836.969000', '141836.972000', '141836.975000', '141856.863000', '141856.865000', '141856.868000', '141856.871000', '141856.874000', '141856.876000', '141856.879000', '141856.882000', '141856.885000', '141856.887000', '141856.890000', '141856.892000', '141856.895000', '141856.898000', '141856.900000', '141856.903000', '141856.906000', '141856.908000', '141856.911000', '141856.914000', '141856.916000', '141856.919000', '141856.922000', '141856.924000', '141856.927000', '141856.930000', '141856.932000', '141856.935000', '141856.938000', '141856.940000', '141856.943000', '141856.946000', '141856.948000', '141856.951000', '141856.953000', '141856.956000', '141856.959000', '141856.961000', '141856.964000', '141856.967000', '141856.969000', '141856.972000', '141856.975000', '141856.977000', '141916.863000', '141916.866000', '141916.868000', '141916.871000', '141916.874000', '141916.876000', '141916.879000', '141916.882000', '141916.884000', '141916.887000', '141916.890000', '141916.892000', '141916.895000', '141916.898000', '141916.900000', '141916.903000', '141916.905000', '141916.908000', '141916.911000', '141916.913000', '141916.916000', '141916.919000', '141916.921000', '141916.924000', '141916.926000', '141916.929000', '141916.932000', '141916.934000', '141916.937000', '141916.940000', '141916.942000', '141916.946000', '141916.949000', '141916.952000', '141916.954000', '141916.957000', '141916.960000', '141916.962000', '141916.965000', '141916.968000', '141916.971000', '141916.974000', '141916.976000', '141936.863000', '141936.866000', '141936.869000', '141936.872000', '141936.874000', '141936.877000', '141936.880000', '141936.883000', '141936.885000', '141936.888000', '141936.891000', '141936.893000', '141936.896000', '141936.899000', '141936.901000', '141936.904000', '141936.907000', '141936.909000', '141936.912000', '141936.915000', '141936.917000', '141936.920000', '141936.922000', '141936.925000', '141936.928000', '141936.930000', '141936.933000', '141936.936000', '141936.938000', '141936.941000', '141936.944000', '141936.947000', '141936.949000', '141936.952000', '141936.955000', '141936.957000', '141936.960000', '141936.963000', '141936.965000', '141936.968000', '141936.971000', '141936.973000', '141936.976000', '141936.978000', '141956.862000', '141956.865000', '141956.868000', '141956.871000', '141956.873000', '141956.876000', '141956.879000', '141956.882000', '141956.884000', '141956.887000', '141956.889000', '141956.892000', '141956.895000', '141956.897000', '141956.900000', '141956.903000', '141956.905000', '141956.908000', '141956.910000', '141956.926000', '141956.929000', '141956.931000', '141956.934000', '141956.937000', '141956.939000', '141956.942000', '141956.944000', '141956.947000', '141956.950000', '141956.952000', '141956.955000', '141956.958000', '141956.960000', '141956.963000', '141956.966000', '141956.968000', '141956.971000', '141956.974000', '141956.977000', '141956.980000', '141956.983000', '141956.985000', '141956.988000', '142016.863000', '142016.865000', '142016.868000', '142016.871000', '142016.873000', '142016.876000', '142016.879000', '142016.881000', '142016.884000', '142016.887000', '142016.889000', '142016.892000', '142016.895000', '142016.897000', '142016.900000', '142016.902000', '142016.905000', '142016.908000', '142016.910000', '142016.913000', '142016.916000', '142016.918000', '142016.921000', '142016.924000', '142016.926000', '142016.929000', '142016.931000', '142016.934000', '142016.937000', '142016.939000', '142016.942000', '142016.945000', '142016.947000', '142016.950000', '142016.952000', '142016.955000', '142016.958000', '142016.960000', '142016.963000', '142016.965000', '142016.968000', '142016.971000', '142016.973000', '142016.976000', '142036.863000', '142036.866000', '142036.868000', '142036.871000', '142036.874000', '142036.876000', '142036.879000', '142036.882000', '142036.884000', '142036.887000', '142036.889000', '142036.892000', '142036.895000', '142036.897000', '142036.900000', '142036.903000', '142036.905000', '142036.908000', '142036.911000', '142036.913000', '142036.916000', '142036.919000', '142036.921000', '142036.924000', '142036.927000', '142036.929000', '142036.932000', '142036.935000', '142036.937000', '142036.940000', '142036.943000', '142036.945000', '142036.948000', '142036.951000', '142036.953000', '142036.956000', '142036.958000', '142036.961000', '142036.964000', '142036.966000', '142036.969000', '142036.972000', '142036.974000', '142056.863000', '142056.866000', '142056.868000', '142056.872000', '142056.875000', '142056.877000', '142056.880000', '142056.883000', '142056.885000', '142056.888000', '142056.891000', '142056.893000', '142056.896000', '142056.899000', '142056.901000', '142056.904000', '142056.907000', '142056.909000', '142056.912000', '142056.915000', '142056.917000', '142056.920000', '142056.922000', '142056.925000', '142056.928000', '142056.930000', '142056.933000', '142056.935000', '142056.938000', '142056.941000', '142056.943000', '142056.946000', '142056.949000', '142056.951000', '142056.954000', '142056.957000', '142056.959000', '142056.962000', '142056.965000', '142056.967000', '142056.970000', '142056.972000', '142056.975000', '142116.862000', '142116.865000', '142116.868000', '142116.871000', '142116.873000', '142116.876000', '142116.879000', '142116.881000', '142116.884000', '142116.886000', '142116.889000', '142116.892000', '142116.894000', '142116.897000', '142116.900000', '142116.902000', '142116.905000', '142116.907000', '142116.910000', '142116.913000', '142116.915000', '142116.918000', '142116.920000', '142116.923000', '142116.926000', '142116.928000', '142116.931000', '142116.933000', '142116.936000', '142116.950000', '142116.952000', '142116.970000', '142116.973000', '142116.975000', '142116.978000', '142116.981000', '142116.983000', '142116.986000', '142116.989000', '142116.991000', '142116.994000', '142116.997000', '142117.000000', '142117.003000', '142136.863000', '142136.866000', '142136.869000', '142136.871000', '142136.874000', '142136.877000', '142136.879000', '142136.882000', '142136.884000', '142136.887000', '142136.890000', '142136.892000', '142136.895000', '142136.897000', '142136.900000', '142136.903000', '142136.905000', '142136.908000', '142136.911000', '142136.913000', '142136.916000', '142136.918000', '142136.921000', '142136.924000', '142136.926000', '142136.929000', '142136.932000', '142136.934000', '142136.937000', '142136.939000', '142136.942000', '142136.945000', '142136.947000', '142136.950000', '142136.952000', '142136.955000', '142136.958000', '142136.960000', '142136.963000', '142136.965000', '142136.968000', '142136.971000', '142136.973000', '142136.976000', '142156.862000', '142156.865000', '142156.868000', '142156.871000', '142156.873000', '142156.876000', '142156.879000', '142156.881000', '142156.884000', '142156.887000', '142156.889000', '142156.892000', '142156.895000', '142156.897000', '142156.900000', '142156.902000', '142156.905000', '142156.908000', '142156.910000', '142156.913000', '142156.916000', '142156.918000', '142156.921000', '142156.923000', '142156.926000', '142156.929000', '142156.931000', '142156.934000', '142156.937000', '142156.939000', '142156.942000', '142156.944000', '142156.947000', '142156.950000', '142156.952000', '142156.955000', '142156.958000', '142156.960000', '142156.963000', '142156.965000', '142156.968000', '142156.971000', '142156.973000', '142216.863000', '142216.866000', '142216.868000', '142216.871000', '142216.874000', '142216.876000', '142216.879000', '142216.882000', '142216.884000', '142216.887000', '142216.889000', '142216.892000', '142216.895000', '142216.898000', '142216.900000', '142216.903000', '142216.905000', '142216.908000', '142216.911000', '142216.913000', '142216.916000', '142216.919000', '142216.921000', '142216.924000', '142216.926000', '142216.929000', '142216.932000', '142216.934000', '142216.937000', '142216.939000', '142216.942000', '142216.945000', '142216.947000', '142216.950000', '142216.952000', '142216.955000', '142216.958000', '142216.960000', '142216.963000', '142216.966000', '142216.968000', '142216.971000', '142216.973000', '142216.976000', '142236.862000', '142236.865000', '142236.868000', '142236.871000', '142236.874000', '142236.877000', '142236.879000', '142236.882000', '142236.884000', '142236.887000', '142236.890000', '142236.892000', '142236.895000', '142236.897000', '142236.900000', '142236.903000', '142236.905000', '142236.908000', '142236.911000', '142236.913000', '142236.916000', '142236.919000', '142236.921000', '142236.924000', '142236.927000', '142236.929000', '142236.932000', '142236.935000', '142236.937000', '142236.940000', '142236.942000', '142236.945000', '142236.948000', '142236.950000', '142236.953000', '142236.955000', '142236.958000', '142236.960000', '142236.963000', '142236.966000', '142236.977000', '142236.979000', '142236.982000', '142256.863000', '142256.865000', '142256.868000', '142256.871000', '142256.873000', '142256.876000', '142256.879000', '142256.881000', '142256.884000', '142256.887000', '142256.889000', '142256.892000', '142256.895000', '142256.897000', '142256.900000', '142256.903000', '142256.905000', '142256.908000', '142256.911000', '142256.913000', '142256.916000', '142256.919000', '142256.921000', '142256.924000', '142256.926000', '142256.929000', '142256.932000', '142256.934000', '142256.937000', '142256.940000', '142256.942000', '142256.945000', '142256.947000', '142256.950000', '142256.953000', '142256.955000', '142256.958000', '142256.960000', '142256.963000', '142256.965000', '142256.968000', '142256.971000', '142256.973000', '142256.976000', '142316.863000', '142316.866000', '142316.868000', '142316.871000', '142316.874000', '142316.876000', '142316.879000', '142316.882000', '142316.884000', '142316.887000', '142316.890000', '142316.892000', '142316.895000', '142316.897000', '142316.900000', '142316.903000', '142316.905000', '142316.908000', '142316.911000', '142316.913000', '142316.916000', '142316.919000', '142316.921000', '142316.924000', '142316.927000', '142316.929000', '142316.932000', '142316.934000', '142316.937000', '142316.940000', '142316.942000', '142316.945000', '142316.947000', '142316.950000', '142316.953000', '142316.967000', '142316.969000', '142316.972000', '142316.975000', '142316.977000', '142316.980000', '142316.983000', '142316.985000', '142336.862000', '142336.865000', '142336.868000', '142336.871000', '142336.873000', '142336.876000', '142336.878000', '142336.881000', '142336.884000', '142336.887000', '142336.890000', '142336.893000', '142336.895000', '142336.898000', '142336.901000', '142336.903000', '142336.906000', '142336.909000', '142336.911000', '142336.914000', '142336.917000', '142336.919000', '142336.922000', '142336.925000', '142336.927000', '142336.930000', '142336.932000', '142336.935000', '142336.938000', '142336.940000', '142336.943000', '142336.946000', '142336.948000', '142336.951000', '142336.953000', '142336.956000', '142336.959000', '142336.961000', '142336.964000', '142336.967000', '142336.969000', '142336.972000', '142336.975000', '142336.977000', '142356.862000', '142356.865000', '142356.868000', '142356.871000', '142356.873000', '142356.876000', '142356.879000', '142356.881000', '142356.884000', '142356.887000', '142356.889000', '142356.892000', '142356.894000', '142356.906000', '142356.908000', '142356.911000', '142356.914000', '142356.916000', '142356.919000', '142356.922000', '142356.924000', '142356.927000', '142356.930000', '142356.932000', '142356.935000', '142356.938000', '142356.940000', '142356.943000', '142356.945000', '142356.948000', '142356.950000', '142356.953000', '142356.956000', '142356.958000', '142356.961000', '142356.964000', '142356.966000', '142356.981000', '142356.983000', '142356.986000', '142356.989000', '142356.991000', '142356.994000', '142416.863000', '142416.866000', '142416.868000', '142416.871000', '142416.874000', '142416.876000', '142416.879000', '142416.882000', '142416.885000', '142416.887000', '142416.891000', '142416.894000', '142416.896000', '142416.899000', '142416.902000', '142416.904000', '142416.907000', '142416.909000', '142416.912000', '142416.915000', '142416.918000', '142416.920000', '142416.923000', '142416.926000', '142416.928000', '142416.931000', '142416.933000', '142416.936000', '142416.939000', '142416.941000', '142416.944000', '142416.947000', '142416.950000', '142416.953000', '142416.956000', '142416.958000', '142416.961000', '142416.964000', '142416.966000', '142416.969000', '142416.972000', '142416.974000', '142416.977000', '142436.863000', '142436.866000', '142436.868000', '142436.871000', '142436.873000', '142436.876000', '142436.879000', '142436.882000', '142436.884000', '142436.887000', '142436.890000', '142436.893000', '142436.895000', '142436.898000', '142436.901000', '142436.904000', '142436.907000', '142436.909000', '142436.912000', '142436.915000', '142436.917000', '142436.920000', '142436.923000', '142436.925000', '142436.928000', '142436.931000', '142436.933000', '142436.936000', '142436.938000', '142436.941000', '142436.944000', '142436.946000', '142436.949000', '142436.952000', '142436.955000', '142436.957000', '142436.960000', '142436.963000', '142436.965000', '142436.968000', '142436.970000', '142436.973000', '142436.975000', '142436.978000', '142443.059000', '142443.062000', '142443.065000', '142443.067000', '142443.070000', '142443.073000', '142443.076000', '142443.078000', '142443.081000', '142443.084000', '142443.086000', '142443.089000', '142443.092000', '142443.094000'], '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': [15183, 13193, 16763, 14387, 16209, 15495, 12991, 15986, 14234, 11404, 17380, 13539, 20473, 16236, 18511, 14762, 19093, 15486, 16760, 17613, 13371, 16231, 13644, 22262, 18601, 14966, 18082, 15235, 13169, 15377, 12688, 19616, 15926, 18750, 15626, 19236, 15510, 18406, 14799, 16596, 12559, 15648, 12533, 15265, 11949, 17094, 13374, 15767, 12803, 14720, 12876, 16514, 14956, 18352, 13499, 18004, 13146, 17781, 15049, 19357, 14447, 18123, 13560, 18251, 14045, 19180, 14005, 18668, 13860, 18386, 13924, 19186, 14220, 18120, 12760, 16787, 14935, 16093, 19390, 15498, 17368, 13979, 16680, 13709, 17688, 13866, 17455, 12948, 15682, 12197, 16083, 13264, 16667, 12405, 16009, 13840, 15545, 19143, 15785, 17976, 14438, 17347, 13572, 17696, 13233, 17520, 12991, 16613, 12622, 17831, 13365, 18581, 13819, 17871, 12882, 17515, 14535, 17274, 14311, 16084, 17109, 15476, 19109, 15475, 14940, 14015, 13630, 14566, 15125, 16522, 15082, 16696, 16642, 13933, 20120, 15551, 18843, 14822, 17148, 12743, 16453, 12335, 16964, 13817, 15049, 16866, 15224, 13928, 14251, 12061, 17182, 18719, 16536, 16345, 14793, 19217, 14593, 17471, 13302, 16146, 13065, 15038, 16218, 13913, 19207, 14961, 18673, 14745, 17497, 13734, 18089, 14739, 18547, 14204, 17598, 13575, 17193, 13021, 17205, 13691, 15966, 17747, 14211, 18730, 14757, 17583, 14020, 16638, 13157, 15722, 12265, 15864, 12937, 16370, 12904, 15862, 15093, 15073, 19800, 15549, 18262, 13692, 16394, 13142, 14986, 18840, 15324, 17355, 13881, 16377, 13040, 16533, 12860, 17271, 12638, 16838, 12610, 17157, 15418, 16795, 17082, 14577, 18957, 14707, 17480, 13660, 17093, 12622, 16274, 12854, 16353, 15114, 16640, 13373, 15978, 14911, 15632, 19581, 15837, 18545, 14537, 17239, 13158, 16536, 13944, 15769, 14885, 14127, 17822, 14261, 17591, 14423, 14484, 13935, 15242, 14656, 19181, 15464, 18416, 14709, 17792, 14218, 18023, 13588, 17950, 13823, 17214, 13255, 17419, 13776, 18147, 14178, 17693, 13631, 17693, 13045, 18430, 13147, 17412, 12782, 16609, 13742, 16104, 14741, 15860, 16615, 14594, 17932, 14161, 17562, 14033, 16434, 13097, 16772, 13653, 17982, 13974, 17102, 13648, 17247, 15015, 20679, 17703, 13351, 18062, 14628, 20622, 16174, 16826, 14574, 19143, 13960, 16688, 19227, 15543, 17907, 14025, 16986, 12887, 17401, 13449, 16256, 12726, 14991, 16596, 14454, 15736, 13676, 18037, 13598, 17939, 13321, 17675, 12393, 16809, 14162, 15443, 20078, 15594, 18173, 14064, 17957, 13900, 18294, 13621, 17639, 12744, 17050, 13195, 16820, 14139, 16987, 15368, 14965, 19808, 14541, 18341, 13262, 16807, 13301, 14404, 19067, 14252, 18775, 14741, 17343, 12901, 17309, 13170, 18451, 14007, 18359, 13227, 17689, 12887, 17045, 18714, 15832, 17143, 13187, 18760, 14726, 18640, 14696, 18017, 13893, 17964, 13819, 19374, 14992, 14023, 14493, 13153, 17017, 18951, 16789, 16860, 14739, 19334, 14759, 17606, 13303, 16717, 12565, 16619, 12997, 17414, 13008, 18050, 13457, 18209, 13084, 17354, 20843, 15325, 17240, 13118, 14524, 17321, 14119, 18354, 13936, 17127, 13766, 16917, 13832, 18665, 14469, 19186, 14153, 18247, 12633, 17674, 17957, 15884, 18985, 14193, 17774, 13865, 18076, 13532, 17621, 12166, 16314, 17887, 14607, 19168, 14557, 17037, 12539, 16625, 12187, 17522, 12721, 17670, 12405, 17778, 16103, 16231, 20063, 15884, 19222, 14800, 18168, 14757, 18818, 14513, 17565, 12982, 16749, 13021, 16688, 12420, 16840, 12181, 18020, 13651, 19381, 13894, 19050, 13560, 19612, 15027, 19186, 14771, 18873, 14516, 19478, 15543, 18263, 14455, 18297, 14669, 18522, 14145, 17966, 13749, 17161, 13858, 17628, 14291, 12264, 15503, 12576, 17292, 14869, 13668, 16806, 15760, 16173, 19896, 16694, 15702, 15363, 18569, 14855, 18980, 15417, 17510, 13878, 14169, 13595, 12346, 15306, 12934, 17005, 12798, 16786, 17360, 15238, 19005, 15168, 14834, 14016, 11982, 15378, 12217, 17208, 13562, 17931, 13097, 16331, 19418, 14774, 17925, 14491, 16226, 12266, 15959, 13136, 18248, 14165, 13659, 13373, 11607, 17473, 13428, 18886, 14383, 19016, 18731, 15471, 18094, 14323, 17122, 13013, 16586, 12954, 16493, 12463, 16167, 13234, 16194, 15581, 16882, 14031, 16006, 19270, 15245, 19305, 15238, 16582, 12697, 14662, 17597, 14204, 17508, 13865, 16783, 13337, 16881, 12792, 17714, 12994, 17287, 13325, 18290, 13970, 19174, 14573, 18532, 14113, 18369, 13996, 18281, 13644, 16581, 17180, 15448, 19947, 15890, 18475, 14454, 17284, 13918, 17913, 14407, 17759, 14043, 15203, 13939, 14515, 16121, 12835, 17517, 13163, 18492, 13688, 20050, 14786, 18436, 14451, 18568, 14779, 18976, 15137, 18554, 14421, 17750, 13228, 18079, 13566, 17549, 12653, 16439, 17734, 14834, 18335, 14818, 16697, 13381, 16064, 13197, 17577, 14534, 15630, 13531, 13949, 14125, 15453, 15544, 15169, 15982, 13498, 16653, 13542, 19288, 15144, 18645, 14794, 18522, 14689, 18038, 14935, 12930, 14960, 12555, 16778, 15304, 17775, 14113, 16475, 20016, 15280, 17782, 12997, 15185, 15560, 12866, 16268, 12956, 15282, 11933, 15467, 12154, 15805, 12566, 15856, 19151, 15500, 18098, 14657, 17139, 13753, 16677, 13139, 16478, 12650, 15750, 12267, 16151, 13965, 15957, 14248, 15915, 13833, 14811, 16139, 14749, 19839, 16004, 16104, 14076, 15570, 13884, 17897, 14869, 14727, 14289, 13834, 15229, 17018, 16629, 13097, 15721, 12454, 16353, 12431, 19487, 14912, 15679, 14108, 18510, 14352, 18862, 15001, 17508, 12960, 16386, 12955, 15504, 13363, 16270, 13059, 15326, 19146, 15104, 17501, 14194, 13973, 13362, 11348, 15033, 12180, 17328, 13195, 17988, 13013, 17736, 19684, 15915, 17546, 14121, 16219, 12946, 15957, 12946, 17476, 13994, 17447, 13906, 13357, 12941, 19733, 17027, 12727, 16730, 14486, 12128, 16507, 14134, 18645, 14971, 18701, 14937, 15023, 17276, 18647, 16365, 12288, 16633, 14250, 17808, 12879, 11262, 15022, 11368, 17620, 14631, 12580, 17866, 15956, 14253, 15393, 11707, 15973, 12254, 12171, 14172, 11042, 20148, 17895, 18430, 22085, 23621, 21997, 19075, 15324, 14931, 12740, 14309, 11977, 15860, 13215, 18543, 15918, 20253, 16180, 20770, 16224, 21023, 20937, 22849, 16012, 15493, 12616, 13589, 13632, 15943, 12608, 12976, 14299, 12263, 16678, 13463, 13028, 15481, 12572, 18092, 15448, 17892, 13380, 15386, 12813, 12681, 12668, 13568, 11851, 16481, 13366, 15597, 11481, 12684, 14215, 13343, 18001, 13469, 19687, 15336, 17058, 13952, 15604, 12554, 15765, 12843, 16399, 13243, 12893, 14355, 11972, 17634, 12130, 11304, 16611, 12597, 20012, 13811, 18970, 14002, 18833, 14930, 17919, 14795, 11962, 15069, 12161, 18269, 13090, 18056, 13344, 17060, 12602, 16460, 11870, 16081, 12601, 16895, 11708, 15472, 12328, 15477, 11715, 17984, 13833, 17146, 12667, 16523, 12764, 16758, 12870, 17467, 13519, 16360, 11842, 15598, 11684, 15028, 13975, 14965, 13004, 13929, 13092, 14291, 13732, 15142, 12533, 15074, 14351, 14233, 18485, 14598, 17194, 13913, 18051, 13561, 18331, 14457, 16938, 13856, 18052, 13564, 17111, 13502, 16824, 13254, 16185, 12301, 15197, 12659, 16054, 13592, 12719, 13171, 14211, 14484, 19662, 15232, 16468, 13159, 14001, 13423, 12381, 15900, 11322, 17361, 11774, 17937, 12846, 17747, 12617, 16527, 16266, 14252, 19468, 14635, 17682, 13331, 16835, 12798, 16565, 11511, 15656, 10847, 15130, 11250, 15875, 12402, 17079, 11872, 17649, 12445, 18380, 13581, 19172, 13985, 17770, 13577, 18604, 14072, 14648, 15569, 11630, 18079, 12139, 19588, 14660, 18023, 13999, 16225, 19440, 15115, 19296, 14571, 17615, 13291, 17281, 13286, 17606, 13601, 16869, 12843, 16819, 13004, 17947, 13530, 14885, 12923, 13880, 14531, 13887, 16643, 12979, 16892, 13524, 17335, 14067, 17327, 12449, 17355, 13097, 14282, 13139, 18135, 14144, 13418, 16319, 13487, 19684, 15368, 13839, 15197, 13234, 18653, 15532, 19203, 16079, 13580, 18774, 16031, 19908, 15205, 12288, 14270, 12165, 12478, 16783, 12640, 11792, 19612, 15207, 12421, 16724, 14626, 12379, 18911, 14293, 19328, 15295, 15400, 15387, 12350, 19936, 16191, 21041, 21734, 12859, 15836, 14328, 12504, 17415, 16447, 12979, 15474, 13668, 18076, 14020, 14402, 14980, 10932, 22395, 17634, 13600, 17763, 14490, 12708, 18227, 13578, 14840, 12937, 18905, 13646, 18144, 14606, 17168, 12811, 16052, 12802, 18623, 13638, 18313, 14736, 13320, 16474, 12762, 16779, 12551, 17157, 12917, 17068, 13443, 16992, 12977, 17254, 15041, 12351, 16539, 12387], 'WindowCenter': [4958.0, 4933.0, 4961.0, 4915.0, 4906.0, 4897.0, 4905.0, 4910.0, 4888.0, 4854.0, 4918.0, 4890.0, 4923.0, 4894.0, 4905.0, 4888.0, 4904.0, 4883.0, 4882.0, 4894.0, 4865.0, 4891.0, 4875.0, 4922.0, 4892.0, 4872.0, 4902.0, 4885.0, 4862.0, 4873.0, 4852.0, 4890.0, 4871.0, 4891.0, 4871.0, 4878.0, 4846.0, 4877.0, 4843.0, 4852.0, 4813.0, 4840.0, 4823.0, 4839.0, 4822.0, 4874.0, 4846.0, 4868.0, 4846.0, 4871.0, 4848.0, 4875.0, 4869.0, 4899.0, 4860.0, 4900.0, 4862.0, 4905.0, 4873.0, 4904.0, 4875.0, 4905.0, 4864.0, 4903.0, 4862.0, 4903.0, 4863.0, 4892.0, 4864.0, 4892.0, 4865.0, 4901.0, 4873.0, 4902.0, 4854.0, 4881.0, 4859.0, 4883.0, 4891.0, 4873.0, 4870.0, 4845.0, 4869.0, 4858.0, 4878.0, 4851.0, 4878.0, 4846.0, 4868.0, 4840.0, 4877.0, 4847.0, 4880.0, 4846.0, 4883.0, 4860.0, 4883.0, 4890.0, 4878.0, 4887.0, 4872.0, 4877.0, 4850.0, 4876.0, 4851.0, 4877.0, 4849.0, 4881.0, 4850.0, 4889.0, 4860.0, 4889.0, 4863.0, 4892.0, 4849.0, 4892.0, 4860.0, 4880.0, 4861.0, 4868.0, 4870.0, 4870.0, 4889.0, 4869.0, 4860.0, 4863.0, 4850.0, 4870.0, 4869.0, 4878.0, 4868.0, 4883.0, 4879.0, 4864.0, 4900.0, 4877.0, 4891.0, 4862.0, 4879.0, 4850.0, 4880.0, 4840.0, 4880.0, 4858.0, 4885.0, 4880.0, 4871.0, 4861.0, 4873.0, 4853.0, 4902.0, 4900.0, 4894.0, 4882.0, 4872.0, 4901.0, 4871.0, 4890.0, 4850.0, 4880.0, 4846.0, 4880.0, 4879.0, 4861.0, 4901.0, 4881.0, 4900.0, 4873.0, 4888.0, 4872.0, 4903.0, 4870.0, 4905.0, 4875.0, 4892.0, 4864.0, 4893.0, 4851.0, 4884.0, 4848.0, 4883.0, 4881.0, 4860.0, 4890.0, 4861.0, 4875.0, 4845.0, 4869.0, 4850.0, 4866.0, 4843.0, 4880.0, 4849.0, 4881.0, 4853.0, 4884.0, 4874.0, 4884.0, 4903.0, 4883.0, 4890.0, 4864.0, 4884.0, 4853.0, 4874.0, 4893.0, 4874.0, 4880.0, 4858.0, 4876.0, 4852.0, 4877.0, 4848.0, 4892.0, 4851.0, 4891.0, 4850.0, 4896.0, 4872.0, 4887.0, 4881.0, 4873.0, 4890.0, 4872.0, 4890.0, 4849.0, 4880.0, 4840.0, 4880.0, 4846.0, 4878.0, 4868.0, 4878.0, 4852.0, 4883.0, 4870.0, 4879.0, 4903.0, 4885.0, 4889.0, 4872.0, 4894.0, 4852.0, 4892.0, 4861.0, 4884.0, 4870.0, 4871.0, 4890.0, 4874.0, 4891.0, 4876.0, 4871.0, 4874.0, 4882.0, 4885.0, 4913.0, 4887.0, 4905.0, 4872.0, 4892.0, 4871.0, 4888.0, 4863.0, 4889.0, 4862.0, 4881.0, 4861.0, 4887.0, 4862.0, 4904.0, 4870.0, 4891.0, 4873.0, 4893.0, 4865.0, 4900.0, 4868.0, 4889.0, 4862.0, 4897.0, 4876.0, 4896.0, 4873.0, 4897.0, 4888.0, 4886.0, 4903.0, 4886.0, 4904.0, 4875.0, 4884.0, 4875.0, 4889.0, 4878.0, 4907.0, 4890.0, 4895.0, 4876.0, 4907.0, 4900.0, 4924.0, 4917.0, 4888.0, 4927.0, 4901.0, 4938.0, 4920.0, 4918.0, 4901.0, 4925.0, 4873.0, 4897.0, 4900.0, 4881.0, 4891.0, 4873.0, 4891.0, 4849.0, 4890.0, 4848.0, 4879.0, 4848.0, 4869.0, 4874.0, 4866.0, 4878.0, 4874.0, 4889.0, 4871.0, 4901.0, 4861.0, 4897.0, 4857.0, 4902.0, 4871.0, 4879.0, 4912.0, 4880.0, 4886.0, 4868.0, 4888.0, 4857.0, 4889.0, 4859.0, 4887.0, 4845.0, 4891.0, 4858.0, 4887.0, 4857.0, 4888.0, 4866.0, 4869.0, 4896.0, 4869.0, 4888.0, 4859.0, 4887.0, 4858.0, 4869.0, 4897.0, 4869.0, 4899.0, 4880.0, 4888.0, 4863.0, 4896.0, 4871.0, 4913.0, 4884.0, 4913.0, 4875.0, 4917.0, 4863.0, 4906.0, 4902.0, 4899.0, 4895.0, 4868.0, 4903.0, 4871.0, 4889.0, 4871.0, 4889.0, 4858.0, 4888.0, 4860.0, 4901.0, 4874.0, 4861.0, 4872.0, 4861.0, 4894.0, 4900.0, 4885.0, 4880.0, 4874.0, 4889.0, 4858.0, 4878.0, 4847.0, 4867.0, 4838.0, 4878.0, 4846.0, 4891.0, 4851.0, 4890.0, 4862.0, 4903.0, 4861.0, 4904.0, 4912.0, 4870.0, 4890.0, 4847.0, 4870.0, 4881.0, 4870.0, 4886.0, 4872.0, 4888.0, 4875.0, 4901.0, 4886.0, 4912.0, 4886.0, 4914.0, 4887.0, 4915.0, 4865.0, 4907.0, 4903.0, 4896.0, 4901.0, 4873.0, 4901.0, 4869.0, 4904.0, 4863.0, 4892.0, 4852.0, 4895.0, 4902.0, 4884.0, 4913.0, 4873.0, 4892.0, 4850.0, 4893.0, 4853.0, 4903.0, 4863.0, 4903.0, 4863.0, 4917.0, 4894.0, 4897.0, 4914.0, 4898.0, 4914.0, 4884.0, 4900.0, 4884.0, 4902.0, 4872.0, 4891.0, 4863.0, 4907.0, 4864.0, 4892.0, 4852.0, 4893.0, 4854.0, 4913.0, 4873.0, 4916.0, 4872.0, 4916.0, 4877.0, 4924.0, 4895.0, 4913.0, 4894.0, 4915.0, 4887.0, 4916.0, 4897.0, 4905.0, 4875.0, 4903.0, 4872.0, 4891.0, 4861.0, 4890.0, 4861.0, 4903.0, 4873.0, 4888.0, 4871.0, 4837.0, 4880.0, 4852.0, 4892.0, 4885.0, 4875.0, 4906.0, 4882.0, 4894.0, 4904.0, 4892.0, 4869.0, 4871.0, 4890.0, 4872.0, 4889.0, 4869.0, 4877.0, 4859.0, 4847.0, 4844.0, 4836.0, 4867.0, 4837.0, 4879.0, 4850.0, 4880.0, 4879.0, 4869.0, 4878.0, 4859.0, 4856.0, 4851.0, 4838.0, 4870.0, 4837.0, 4892.0, 4863.0, 4893.0, 4854.0, 4884.0, 4895.0, 4863.0, 4880.0, 4863.0, 4867.0, 4843.0, 4878.0, 4876.0, 4891.0, 4872.0, 4861.0, 4873.0, 4857.0, 4915.0, 4889.0, 4917.0, 4913.0, 4931.0, 4906.0, 4883.0, 4892.0, 4874.0, 4892.0, 4863.0, 4883.0, 4853.0, 4883.0, 4846.0, 4881.0, 4850.0, 4883.0, 4868.0, 4881.0, 4858.0, 4879.0, 4889.0, 4870.0, 4888.0, 4867.0, 4867.0, 4835.0, 4859.0, 4878.0, 4860.0, 4877.0, 4859.0, 4879.0, 4859.0, 4878.0, 4861.0, 4890.0, 4861.0, 4890.0, 4861.0, 4901.0, 4873.0, 4900.0, 4885.0, 4902.0, 4873.0, 4905.0, 4871.0, 4902.0, 4860.0, 4884.0, 4878.0, 4871.0, 4901.0, 4870.0, 4887.0, 4862.0, 4881.0, 4862.0, 4890.0, 4871.0, 4889.0, 4872.0, 4898.0, 4858.0, 4847.0, 4866.0, 4851.0, 4890.0, 4862.0, 4903.0, 4860.0, 4913.0, 4874.0, 4891.0, 4869.0, 4889.0, 4873.0, 4892.0, 4872.0, 4891.0, 4871.0, 4890.0, 4852.0, 4888.0, 4846.0, 4880.0, 4840.0, 4881.0, 4877.0, 4856.0, 4876.0, 4853.0, 4865.0, 4847.0, 4868.0, 4852.0, 4889.0, 4870.0, 4870.0, 4863.0, 4861.0, 4873.0, 4871.0, 4885.0, 4861.0, 4869.0, 4850.0, 4879.0, 4850.0, 4890.0, 4874.0, 4887.0, 4885.0, 4903.0, 4863.0, 4875.0, 4859.0, 4839.0, 4883.0, 4840.0, 4883.0, 4857.0, 4877.0, 4846.0, 4868.0, 4875.0, 4854.0, 4861.0, 4820.0, 4842.0, 4838.0, 4822.0, 4851.0, 4823.0, 4842.0, 4817.0, 4856.0, 4825.0, 4867.0, 4825.0, 4867.0, 4874.0, 4854.0, 4875.0, 4846.0, 4867.0, 4847.0, 4867.0, 4836.0, 4865.0, 4836.0, 4857.0, 4826.0, 4867.0, 4843.0, 4866.0, 4858.0, 4922.0, 4889.0, 4889.0, 4870.0, 4848.0, 4870.0, 4856.0, 4854.0, 4860.0, 4884.0, 4874.0, 4904.0, 4884.0, 4874.0, 4874.0, 4845.0, 4843.0, 4851.0, 4879.0, 4862.0, 4871.0, 4837.0, 4880.0, 4853.0, 4901.0, 4884.0, 4882.0, 4875.0, 4902.0, 4871.0, 4903.0, 4870.0, 4885.0, 4851.0, 4872.0, 4838.0, 4860.0, 4847.0, 4871.0, 4837.0, 4859.0, 4877.0, 4859.0, 4878.0, 4861.0, 4846.0, 4844.0, 4819.0, 4859.0, 4842.0, 4882.0, 4851.0, 4891.0, 4851.0, 4895.0, 4902.0, 4868.0, 4879.0, 4849.0, 4899.0, 4869.0, 4881.0, 4849.0, 4878.0, 4860.0, 4879.0, 4877.0, 4864.0, 4861.0, 4909.0, 4904.0, 4879.0, 4904.0, 4888.0, 4869.0, 4898.0, 4879.0, 4909.0, 4890.0, 4883.0, 4864.0, 4859.0, 4885.0, 4894.0, 4901.0, 4847.0, 4884.0, 4863.0, 4883.0, 4841.0, 4821.0, 4869.0, 4858.0, 4920.0, 4888.0, 4853.0, 4888.0, 4870.0, 4855.0, 4867.0, 4852.0, 4894.0, 4866.0, 4857.0, 4874.0, 4849.0, 4934.0, 4915.0, 4916.0, 4942.0, 4942.0, 4923.0, 4882.0, 4834.0, 4820.0, 4804.0, 4820.0, 4790.0, 4829.0, 4809.0, 4846.0, 4828.0, 4859.0, 4826.0, 4846.0, 4828.0, 4870.0, 4891.0, 4874.0, 4829.0, 4813.0, 4794.0, 4791.0, 4804.0, 4809.0, 4793.0, 4793.0, 4802.0, 4785.0, 4812.0, 4794.0, 4793.0, 4813.0, 4785.0, 4834.0, 4814.0, 4822.0, 4793.0, 4802.0, 4780.0, 4781.0, 4780.0, 4790.0, 4783.0, 4824.0, 4816.0, 4837.0, 4800.0, 4808.0, 4819.0, 4821.0, 4850.0, 4835.0, 4873.0, 4854.0, 4863.0, 4859.0, 4884.0, 4839.0, 4856.0, 4837.0, 4853.0, 4835.0, 4834.0, 4857.0, 4866.0, 4944.0, 4910.0, 4887.0, 4924.0, 4881.0, 4929.0, 4866.0, 4863.0, 4847.0, 4888.0, 4873.0, 4903.0, 4876.0, 4842.0, 4873.0, 4851.0, 4904.0, 4863.0, 4893.0, 4862.0, 4878.0, 4852.0, 4869.0, 4829.0, 4869.0, 4838.0, 4867.0, 4827.0, 4853.0, 4834.0, 4867.0, 4840.0, 4891.0, 4861.0, 4886.0, 4862.0, 4879.0, 4863.0, 4880.0, 4851.0, 4892.0, 4861.0, 4879.0, 4841.0, 4869.0, 4841.0, 4872.0, 4860.0, 4871.0, 4848.0, 4860.0, 4848.0, 4873.0, 4860.0, 4882.0, 4852.0, 4884.0, 4871.0, 4885.0, 4903.0, 4885.0, 4893.0, 4877.0, 4904.0, 4875.0, 4903.0, 4885.0, 4890.0, 4875.0, 4892.0, 4864.0, 4881.0, 4860.0, 4880.0, 4863.0, 4880.0, 4853.0, 4882.0, 4865.0, 4883.0, 4875.0, 4861.0, 4876.0, 4873.0, 4886.0, 4914.0, 4886.0, 4882.0, 4864.0, 4871.0, 4864.0, 4853.0, 4894.0, 4845.0, 4906.0, 4856.0, 4906.0, 4865.0, 4906.0, 4865.0, 4897.0, 4893.0, 4886.0, 4905.0, 4873.0, 4891.0, 4863.0, 4880.0, 4852.0, 4879.0, 4838.0, 4868.0, 4830.0, 4871.0, 4831.0, 4892.0, 4852.0, 4893.0, 4853.0, 4904.0, 4854.0, 4906.0, 4864.0, 4904.0, 4874.0, 4900.0, 4876.0, 4912.0, 4887.0, 4897.0, 4908.0, 4858.0, 4917.0, 4868.0, 4930.0, 4888.0, 4909.0, 4876.0, 4900.0, 4914.0, 4883.0, 4905.0, 4875.0, 4891.0, 4864.0, 4892.0, 4864.0, 4893.0, 4864.0, 4881.0, 4863.0, 4891.0, 4865.0, 4903.0, 4875.0, 4873.0, 4866.0, 4872.0, 4886.0, 4875.0, 4895.0, 4863.0, 4894.0, 4861.0, 4892.0, 4862.0, 4889.0, 4841.0, 4879.0, 4864.0, 4860.0, 4851.0, 4889.0, 4861.0, 4860.0, 4882.0, 4864.0, 4913.0, 4898.0, 4875.0, 4884.0, 4861.0, 4903.0, 4883.0, 4903.0, 4883.0, 4861.0, 4903.0, 4885.0, 4903.0, 4870.0, 4854.0, 4874.0, 4867.0, 4877.0, 4916.0, 4890.0, 4879.0, 4940.0, 4921.0, 4892.0, 4920.0, 4914.0, 4894.0, 4945.0, 4913.0, 4943.0, 4913.0, 4911.0, 4912.0, 4881.0, 4943.0, 4924.0, 4950.0, 4944.0, 4884.0, 4888.0, 4864.0, 4817.0, 4857.0, 4868.0, 4839.0, 4861.0, 4863.0, 4892.0, 4862.0, 4860.0, 4857.0, 4822.0, 4912.0, 4889.0, 4862.0, 4891.0, 4861.0, 4852.0, 4892.0, 4851.0, 4861.0, 4853.0, 4892.0, 4850.0, 4879.0, 4860.0, 4878.0, 4851.0, 4869.0, 4852.0, 4901.0, 4863.0, 4893.0, 4886.0, 4864.0, 4893.0, 4861.0, 4892.0, 4864.0, 4893.0, 4866.0, 4890.0, 4886.0, 4918.0, 4889.0, 4907.0, 4882.0, 4868.0, 4925.0, 4883.0], 'WindowWidth': [10766.0, 10721.0, 10756.0, 10682.0, 10655.0, 10642.0, 10663.0, 10664.0, 10629.0, 10577.0, 10671.0, 10634.0, 10675.0, 10633.0, 10649.0, 10625.0, 10647.0, 10613.0, 10612.0, 10630.0, 10588.0, 10623.0, 10603.0, 10679.0, 10624.0, 10595.0, 10639.0, 10617.0, 10579.0, 10595.0, 10566.0, 10621.0, 10590.0, 10618.0, 10591.0, 10604.0, 10548.0, 10600.0, 10543.0, 10552.0, 10495.0, 10531.0, 10513.0, 10532.0, 10512.0, 10589.0, 10548.0, 10584.0, 10550.0, 10591.0, 10556.0, 10595.0, 10588.0, 10632.0, 10577.0, 10637.0, 10580.0, 10643.0, 10598.0, 10644.0, 10601.0, 10646.0, 10585.0, 10640.0, 10579.0, 10638.0, 10581.0, 10623.0, 10584.0, 10623.0, 10587.0, 10636.0, 10595.0, 10638.0, 10569.0, 10608.0, 10571.0, 10609.0, 10625.0, 10592.0, 10587.0, 10549.0, 10583.0, 10570.0, 10597.0, 10561.0, 10595.0, 10552.0, 10585.0, 10546.0, 10598.0, 10555.0, 10601.0, 10551.0, 10609.0, 10573.0, 10610.0, 10622.0, 10600.0, 10613.0, 10594.0, 10599.0, 10561.0, 10596.0, 10560.0, 10595.0, 10558.0, 10602.0, 10560.0, 10615.0, 10576.0, 10616.0, 10582.0, 10623.0, 10559.0, 10622.0, 10574.0, 10604.0, 10572.0, 10586.0, 10589.0, 10588.0, 10618.0, 10586.0, 10573.0, 10580.0, 10557.0, 10588.0, 10585.0, 10602.0, 10584.0, 10612.0, 10600.0, 10582.0, 10634.0, 10598.0, 10621.0, 10579.0, 10601.0, 10561.0, 10601.0, 10544.0, 10603.0, 10570.0, 10615.0, 10601.0, 10590.0, 10573.0, 10594.0, 10570.0, 10642.0, 10637.0, 10627.0, 10605.0, 10596.0, 10635.0, 10591.0, 10619.0, 10559.0, 10603.0, 10552.0, 10606.0, 10601.0, 10579.0, 10635.0, 10608.0, 10633.0, 10598.0, 10615.0, 10596.0, 10638.0, 10592.0, 10645.0, 10603.0, 10623.0, 10584.0, 10624.0, 10560.0, 10612.0, 10556.0, 10609.0, 10604.0, 10572.0, 10615.0, 10575.0, 10591.0, 10548.0, 10582.0, 10558.0, 10578.0, 10552.0, 10604.0, 10558.0, 10605.0, 10566.0, 10613.0, 10597.0, 10615.0, 10642.0, 10609.0, 10621.0, 10583.0, 10614.0, 10566.0, 10598.0, 10626.0, 10595.0, 10603.0, 10570.0, 10594.0, 10565.0, 10599.0, 10557.0, 10621.0, 10564.0, 10622.0, 10562.0, 10633.0, 10593.0, 10620.0, 10604.0, 10596.0, 10621.0, 10594.0, 10618.0, 10558.0, 10603.0, 10546.0, 10604.0, 10553.0, 10604.0, 10585.0, 10601.0, 10563.0, 10611.0, 10588.0, 10606.0, 10644.0, 10614.0, 10619.0, 10594.0, 10627.0, 10565.0, 10625.0, 10575.0, 10614.0, 10587.0, 10594.0, 10622.0, 10603.0, 10625.0, 10607.0, 10593.0, 10604.0, 10610.0, 10621.0, 10661.0, 10623.0, 10646.0, 10598.0, 10625.0, 10594.0, 10617.0, 10581.0, 10615.0, 10578.0, 10604.0, 10579.0, 10613.0, 10583.0, 10642.0, 10593.0, 10622.0, 10598.0, 10626.0, 10588.0, 10637.0, 10593.0, 10622.0, 10583.0, 10639.0, 10606.0, 10634.0, 10596.0, 10635.0, 10616.0, 10620.0, 10646.0, 10622.0, 10646.0, 10604.0, 10614.0, 10605.0, 10621.0, 10610.0, 10649.0, 10627.0, 10631.0, 10603.0, 10652.0, 10647.0, 10682.0, 10670.0, 10630.0, 10684.0, 10651.0, 10703.0, 10677.0, 10675.0, 10653.0, 10685.0, 10601.0, 10639.0, 10645.0, 10612.0, 10625.0, 10601.0, 10622.0, 10562.0, 10620.0, 10558.0, 10603.0, 10556.0, 10590.0, 10596.0, 10586.0, 10602.0, 10603.0, 10621.0, 10598.0, 10640.0, 10582.0, 10631.0, 10576.0, 10643.0, 10595.0, 10608.0, 10658.0, 10608.0, 10614.0, 10590.0, 10617.0, 10574.0, 10620.0, 10576.0, 10614.0, 10553.0, 10622.0, 10573.0, 10617.0, 10571.0, 10618.0, 10582.0, 10590.0, 10629.0, 10591.0, 10619.0, 10576.0, 10617.0, 10572.0, 10592.0, 10632.0, 10592.0, 10635.0, 10608.0, 10618.0, 10588.0, 10630.0, 10602.0, 10661.0, 10622.0, 10660.0, 10609.0, 10669.0, 10591.0, 10653.0, 10647.0, 10642.0, 10631.0, 10595.0, 10641.0, 10596.0, 10618.0, 10592.0, 10615.0, 10574.0, 10613.0, 10576.0, 10635.0, 10600.0, 10577.0, 10595.0, 10578.0, 10630.0, 10635.0, 10616.0, 10605.0, 10597.0, 10619.0, 10569.0, 10599.0, 10551.0, 10580.0, 10542.0, 10598.0, 10553.0, 10621.0, 10563.0, 10619.0, 10579.0, 10641.0, 10578.0, 10646.0, 10659.0, 10589.0, 10621.0, 10553.0, 10589.0, 10608.0, 10593.0, 10613.0, 10598.0, 10618.0, 10607.0, 10641.0, 10624.0, 10658.0, 10625.0, 10663.0, 10625.0, 10666.0, 10591.0, 10656.0, 10647.0, 10635.0, 10640.0, 10601.0, 10639.0, 10593.0, 10644.0, 10586.0, 10626.0, 10569.0, 10633.0, 10643.0, 10618.0, 10657.0, 10600.0, 10627.0, 10565.0, 10628.0, 10572.0, 10643.0, 10586.0, 10646.0, 10589.0, 10671.0, 10632.0, 10639.0, 10663.0, 10641.0, 10661.0, 10617.0, 10635.0, 10615.0, 10640.0, 10597.0, 10624.0, 10587.0, 10656.0, 10589.0, 10626.0, 10568.0, 10629.0, 10573.0, 10659.0, 10602.0, 10667.0, 10599.0, 10663.0, 10613.0, 10676.0, 10636.0, 10660.0, 10634.0, 10663.0, 10626.0, 10665.0, 10637.0, 10649.0, 10605.0, 10642.0, 10597.0, 10626.0, 10579.0, 10621.0, 10577.0, 10644.0, 10602.0, 10617.0, 10595.0, 10541.0, 10602.0, 10570.0, 10627.0, 10619.0, 10604.0, 10651.0, 10612.0, 10632.0, 10649.0, 10626.0, 10587.0, 10594.0, 10622.0, 10594.0, 10620.0, 10587.0, 10597.0, 10573.0, 10552.0, 10549.0, 10537.0, 10581.0, 10539.0, 10601.0, 10558.0, 10605.0, 10599.0, 10585.0, 10600.0, 10572.0, 10563.0, 10560.0, 10541.0, 10589.0, 10540.0, 10621.0, 10581.0, 10626.0, 10568.0, 10615.0, 10629.0, 10578.0, 10600.0, 10579.0, 10581.0, 10553.0, 10599.0, 10607.0, 10619.0, 10594.0, 10578.0, 10602.0, 10583.0, 10664.0, 10630.0, 10668.0, 10670.0, 10697.0, 10655.0, 10615.0, 10625.0, 10600.0, 10626.0, 10582.0, 10612.0, 10568.0, 10610.0, 10553.0, 10605.0, 10561.0, 10612.0, 10585.0, 10607.0, 10567.0, 10602.0, 10620.0, 10588.0, 10616.0, 10581.0, 10581.0, 10533.0, 10572.0, 10601.0, 10576.0, 10598.0, 10573.0, 10599.0, 10574.0, 10601.0, 10580.0, 10619.0, 10579.0, 10622.0, 10581.0, 10638.0, 10598.0, 10635.0, 10616.0, 10639.0, 10599.0, 10647.0, 10593.0, 10640.0, 10574.0, 10615.0, 10601.0, 10594.0, 10637.0, 10589.0, 10610.0, 10579.0, 10605.0, 10582.0, 10617.0, 10595.0, 10617.0, 10597.0, 10640.0, 10569.0, 10550.0, 10580.0, 10561.0, 10616.0, 10579.0, 10642.0, 10576.0, 10656.0, 10597.0, 10621.0, 10587.0, 10616.0, 10597.0, 10621.0, 10593.0, 10618.0, 10591.0, 10617.0, 10565.0, 10613.0, 10551.0, 10601.0, 10542.0, 10603.0, 10596.0, 10565.0, 10592.0, 10556.0, 10574.0, 10552.0, 10581.0, 10565.0, 10614.0, 10590.0, 10589.0, 10584.0, 10577.0, 10598.0, 10592.0, 10616.0, 10571.0, 10584.0, 10558.0, 10599.0, 10559.0, 10617.0, 10593.0, 10611.0, 10616.0, 10639.0, 10580.0, 10591.0, 10569.0, 10541.0, 10612.0, 10544.0, 10608.0, 10565.0, 10594.0, 10546.0, 10582.0, 10595.0, 10559.0, 10571.0, 10505.0, 10540.0, 10528.0, 10510.0, 10550.0, 10512.0, 10539.0, 10508.0, 10562.0, 10519.0, 10578.0, 10519.0, 10581.0, 10591.0, 10559.0, 10588.0, 10548.0, 10579.0, 10551.0, 10578.0, 10533.0, 10576.0, 10533.0, 10565.0, 10520.0, 10580.0, 10542.0, 10577.0, 10569.0, 10683.0, 10632.0, 10630.0, 10588.0, 10548.0, 10577.0, 10558.0, 10556.0, 10573.0, 10616.0, 10606.0, 10649.0, 10617.0, 10597.0, 10600.0, 10549.0, 10539.0, 10546.0, 10604.0, 10585.0, 10592.0, 10540.0, 10602.0, 10568.0, 10637.0, 10614.0, 10609.0, 10603.0, 10639.0, 10596.0, 10640.0, 10589.0, 10613.0, 10561.0, 10593.0, 10539.0, 10572.0, 10550.0, 10589.0, 10534.0, 10569.0, 10597.0, 10568.0, 10597.0, 10576.0, 10547.0, 10543.0, 10512.0, 10569.0, 10548.0, 10605.0, 10561.0, 10617.0, 10561.0, 10631.0, 10640.0, 10584.0, 10598.0, 10555.0, 10643.0, 10598.0, 10604.0, 10557.0, 10596.0, 10573.0, 10599.0, 10606.0, 10589.0, 10580.0, 10651.0, 10650.0, 10617.0, 10646.0, 10625.0, 10599.0, 10638.0, 10613.0, 10657.0, 10630.0, 10612.0, 10581.0, 10568.0, 10615.0, 10633.0, 10649.0, 10563.0, 10613.0, 10580.0, 10609.0, 10545.0, 10516.0, 10585.0, 10580.0, 10673.0, 10628.0, 10569.0, 10613.0, 10584.0, 10561.0, 10581.0, 10570.0, 10629.0, 10594.0, 10582.0, 10598.0, 10570.0, 10701.0, 10677.0, 10684.0, 10757.0, 10755.0, 10699.0, 10609.0, 10524.0, 10498.0, 10480.0, 10501.0, 10462.0, 10517.0, 10486.0, 10544.0, 10515.0, 10563.0, 10506.0, 10540.0, 10518.0, 10593.0, 10647.0, 10604.0, 10515.0, 10482.0, 10457.0, 10449.0, 10471.0, 10473.0, 10457.0, 10452.0, 10463.0, 10442.0, 10478.0, 10455.0, 10452.0, 10481.0, 10444.0, 10513.0, 10485.0, 10495.0, 10454.0, 10465.0, 10430.0, 10432.0, 10429.0, 10445.0, 10439.0, 10498.0, 10491.0, 10523.0, 10475.0, 10482.0, 10499.0, 10502.0, 10545.0, 10529.0, 10586.0, 10557.0, 10572.0, 10569.0, 10618.0, 10542.0, 10562.0, 10535.0, 10554.0, 10532.0, 10529.0, 10569.0, 10596.0, 10720.0, 10678.0, 10641.0, 10685.0, 10617.0, 10682.0, 10588.0, 10566.0, 10550.0, 10615.0, 10598.0, 10644.0, 10606.0, 10553.0, 10597.0, 10565.0, 10646.0, 10583.0, 10629.0, 10581.0, 10603.0, 10566.0, 10589.0, 10531.0, 10587.0, 10540.0, 10583.0, 10525.0, 10561.0, 10533.0, 10581.0, 10546.0, 10621.0, 10577.0, 10611.0, 10581.0, 10603.0, 10583.0, 10603.0, 10564.0, 10622.0, 10578.0, 10601.0, 10548.0, 10590.0, 10548.0, 10595.0, 10573.0, 10591.0, 10554.0, 10575.0, 10556.0, 10597.0, 10576.0, 10610.0, 10567.0, 10617.0, 10594.0, 10618.0, 10646.0, 10621.0, 10629.0, 10611.0, 10647.0, 10605.0, 10645.0, 10620.0, 10622.0, 10603.0, 10626.0, 10585.0, 10608.0, 10576.0, 10606.0, 10583.0, 10603.0, 10572.0, 10610.0, 10592.0, 10615.0, 10606.0, 10580.0, 10606.0, 10597.0, 10621.0, 10664.0, 10621.0, 10611.0, 10587.0, 10593.0, 10588.0, 10571.0, 10631.0, 10563.0, 10649.0, 10578.0, 10653.0, 10591.0, 10653.0, 10588.0, 10639.0, 10626.0, 10620.0, 10650.0, 10599.0, 10624.0, 10583.0, 10606.0, 10566.0, 10605.0, 10543.0, 10586.0, 10534.0, 10594.0, 10538.0, 10626.0, 10568.0, 10628.0, 10569.0, 10643.0, 10572.0, 10648.0, 10586.0, 10644.0, 10600.0, 10634.0, 10607.0, 10656.0, 10625.0, 10637.0, 10654.0, 10584.0, 10669.0, 10600.0, 10691.0, 10625.0, 10658.0, 10605.0, 10645.0, 10665.0, 10616.0, 10650.0, 10604.0, 10625.0, 10586.0, 10624.0, 10587.0, 10628.0, 10586.0, 10608.0, 10584.0, 10623.0, 10590.0, 10642.0, 10604.0, 10598.0, 10593.0, 10598.0, 10621.0, 10602.0, 10634.0, 10584.0, 10630.0, 10579.0, 10625.0, 10580.0, 10619.0, 10546.0, 10601.0, 10586.0, 10572.0, 10563.0, 10614.0, 10576.0, 10574.0, 10608.0, 10585.0, 10656.0, 10640.0, 10601.0, 10615.0, 10578.0, 10638.0, 10610.0, 10641.0, 10612.0, 10578.0, 10641.0, 10615.0, 10647.0, 10590.0, 10570.0, 10598.0, 10595.0, 10613.0, 10670.0, 10638.0, 10622.0, 10712.0, 10682.0, 10644.0, 10682.0, 10675.0, 10649.0, 10725.0, 10673.0, 10721.0, 10674.0, 10667.0, 10669.0, 10623.0, 10718.0, 10689.0, 10746.0, 10732.0, 10626.0, 10623.0, 10580.0, 10501.0, 10563.0, 10582.0, 10540.0, 10577.0, 10580.0, 10621.0, 10578.0, 10571.0, 10567.0, 10521.0, 10657.0, 10617.0, 10578.0, 10619.0, 10576.0, 10565.0, 10624.0, 10565.0, 10578.0, 10569.0, 10622.0, 10557.0, 10601.0, 10574.0, 10596.0, 10562.0, 10586.0, 10568.0, 10636.0, 10584.0, 10630.0, 10621.0, 10586.0, 10626.0, 10582.0, 10624.0, 10587.0, 10624.0, 10594.0, 10617.0, 10623.0, 10674.0, 10634.0, 10656.0, 10613.0, 10596.0, 10690.0, 10628.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.0024838581314878894</td></tr>
<tr><td colspan=3>aqi</td><td>0.03448336937716263</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.25891669454545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2714280883116884</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.996556857852812</td></tr>
<tr><td colspan=3>efc</td><td>0.5163</td></tr>
<tr><td colspan=3>fber</td><td>3692.9004</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1398833310667737</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>181</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.657439446366782</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3433264401783678</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2335457649299375</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6293224827666126</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1671110728385528</td></tr>
<tr><td colspan=3>gcor</td><td>0.0212177</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019094672054052353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04220553860068321</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.088981597900659</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.8131</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.2406</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>269.651</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292352.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>1242.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>471.2744</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0158</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.6852</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4006.7761</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.9435</td></tr>
<tr><td colspan=3>tsnr</td><td>34.57122142263688</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>