<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-03/func/sub-0005_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>a48c8696c15787f2bd903694871e5847</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>16:42:36.645000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997913, -0.0620912, 0.0177306, 0.062084, 0.99807, 0.0009551]</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.0741277</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7769, -7314, 551, -51, -64, -48, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8cff3b30-2130-4144-9007-b95a62415372||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773276329040527, 0.16656678915023804, 0.047940272837877274, 104.63504791259766], [0.1665860265493393, 2.6777501106262207, -0.000398728676373139, -100.75640869140625], [0.04756981134414673, -0.0025624637492001057, 2.6995742321014404, -84.47555541992188], [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': ['164236.645000', '164237.105000', '164237.565000', '164238.025000', '164238.485000', '164238.945000', '164239.405000', '164239.865000', '164240.325000', '164240.785000', '164241.245000', '164241.705000', '164242.165000', '164242.625000', '164243.085000', '164243.545000', '164244.005000', '164244.465000', '164244.925000', '164245.385000', '164245.845000', '164246.305000', '164246.765000', '164247.225000', '164247.685000', '164248.145000', '164248.605000', '164249.065000', '164249.525000', '164249.985000', '164250.445000', '164250.905000', '164251.365000', '164251.825000', '164252.285000', '164252.745000', '164253.205000', '164253.665000', '164254.125000', '164254.585000', '164255.045000', '164255.505000', '164255.965000', '164256.425000', '164256.885000', '164257.345000', '164257.805000', '164258.265000', '164258.725000', '164259.185000', '164259.645000', '164300.105000', '164300.565000', '164301.025000', '164301.485000', '164301.945000', '164302.405000', '164302.865000', '164303.325000', '164303.785000', '164304.245000', '164304.705000', '164305.165000', '164305.625000', '164306.085000', '164306.545000', '164307.005000', '164307.465000', '164307.925000', '164308.385000', '164308.845000', '164309.305000', '164309.765000', '164310.225000', '164310.685000', '164311.145000', '164311.605000', '164312.065000', '164312.525000', '164312.985000', '164313.445000', '164313.905000', '164314.365000', '164314.825000', '164315.285000', '164315.745000', '164316.205000', '164316.665000', '164317.125000', '164317.585000', '164318.045000', '164318.505000', '164318.965000', '164319.425000', '164319.885000', '164320.345000', '164320.805000', '164321.265000', '164321.725000', '164322.185000', '164322.645000', '164323.105000', '164323.565000', '164324.025000', '164324.485000', '164324.945000', '164325.405000', '164325.865000', '164326.325000', '164326.785000', '164327.245000', '164327.705000', '164328.165000', '164328.625000', '164329.085000', '164329.545000', '164330.005000', '164330.465000', '164330.925000', '164331.385000', '164331.845000', '164332.305000', '164332.765000', '164333.225000', '164333.685000', '164334.145000', '164334.605000', '164335.065000', '164335.525000', '164335.985000', '164336.445000', '164336.905000', '164337.365000', '164337.825000', '164338.285000', '164338.745000', '164339.205000', '164339.665000', '164340.125000', '164340.585000', '164341.045000', '164341.505000', '164341.965000', '164342.425000', '164342.885000', '164343.345000', '164343.805000', '164344.265000', '164344.725000', '164345.185000', '164345.645000', '164346.105000', '164346.565000', '164347.025000', '164347.485000', '164347.945000', '164348.405000', '164348.865000', '164349.325000', '164349.785000', '164350.245000', '164350.705000', '164351.165000', '164351.625000', '164352.085000', '164352.545000', '164353.005000', '164353.465000', '164353.925000', '164354.385000', '164354.845000', '164355.305000', '164355.765000', '164356.225000', '164356.685000', '164357.145000', '164357.605000', '164358.065000', '164358.525000', '164358.985000', '164359.445000', '164359.905000', '164400.365000', '164400.825000', '164401.285000', '164401.745000', '164402.205000', '164402.665000', '164403.125000', '164403.585000', '164404.045000', '164404.505000', '164404.965000', '164405.425000', '164405.885000', '164406.345000', '164406.805000', '164407.265000', '164407.725000', '164408.185000', '164408.645000', '164409.105000', '164409.565000', '164410.025000', '164410.485000', '164410.945000', '164411.405000', '164411.865000', '164412.325000', '164412.785000', '164413.245000', '164413.705000', '164414.165000', '164414.625000', '164415.085000', '164415.545000', '164416.005000', '164416.465000', '164416.925000', '164417.385000', '164417.845000', '164418.305000', '164418.765000', '164419.225000', '164419.685000', '164420.145000', '164420.605000', '164421.065000', '164421.525000', '164421.985000', '164422.445000', '164422.905000', '164423.365000', '164423.825000', '164424.285000', '164424.745000', '164425.205000', '164425.665000', '164426.125000', '164426.585000', '164427.045000', '164427.505000', '164427.965000', '164428.425000', '164428.885000', '164429.345000', '164429.805000', '164430.265000', '164430.725000', '164431.185000', '164431.645000', '164432.105000', '164432.565000', '164433.025000', '164433.485000', '164433.945000', '164434.405000', '164434.865000', '164435.325000', '164435.785000', '164436.245000', '164436.705000', '164437.165000', '164437.625000', '164438.085000', '164438.545000', '164439.005000', '164439.465000', '164439.925000', '164440.385000', '164440.845000', '164441.305000', '164441.765000', '164442.225000', '164442.685000', '164443.145000', '164443.605000', '164444.065000', '164444.525000', '164444.985000', '164445.445000', '164445.905000', '164446.365000', '164446.825000', '164447.285000', '164447.745000', '164448.205000', '164448.665000', '164449.125000', '164449.585000', '164450.045000', '164450.505000', '164450.965000', '164451.425000', '164451.885000', '164452.345000', '164452.805000', '164453.265000', '164453.725000', '164454.185000', '164454.645000', '164455.105000', '164455.565000', '164456.025000', '164456.485000', '164456.945000', '164457.405000', '164457.865000', '164458.325000', '164458.785000', '164459.245000', '164459.705000', '164500.165000', '164500.625000', '164501.085000', '164501.545000', '164502.005000', '164502.465000', '164502.925000', '164503.385000', '164503.845000', '164504.305000', '164504.765000', '164505.225000', '164505.685000', '164506.145000', '164506.605000', '164507.065000', '164507.525000', '164507.985000', '164508.445000', '164508.905000', '164509.365000', '164509.825000', '164510.285000', '164510.745000', '164511.205000', '164511.665000', '164512.125000', '164512.585000', '164513.045000', '164513.505000', '164513.965000', '164514.425000', '164514.885000', '164515.345000', '164515.805000', '164516.265000', '164516.725000', '164517.185000', '164517.645000', '164518.105000', '164518.565000', '164519.025000', '164519.485000', '164519.945000', '164520.405000', '164520.865000', '164521.325000', '164521.785000', '164522.245000', '164522.705000', '164523.165000', '164523.625000', '164524.085000', '164524.545000', '164525.005000', '164525.465000', '164525.925000', '164526.385000', '164526.845000', '164527.305000', '164527.765000', '164528.225000', '164528.685000', '164529.145000', '164529.605000', '164530.065000', '164530.525000', '164530.985000', '164531.445000', '164531.905000', '164532.365000', '164532.825000', '164533.285000', '164533.745000', '164534.205000', '164534.665000', '164535.125000', '164535.585000', '164536.045000', '164536.505000', '164536.965000', '164537.425000', '164537.885000', '164538.345000', '164538.805000', '164539.265000', '164539.725000', '164540.185000', '164540.645000', '164541.105000', '164541.565000', '164542.025000', '164542.485000', '164542.945000', '164543.405000', '164543.865000', '164544.325000', '164544.785000', '164545.245000', '164545.705000', '164546.165000', '164546.625000', '164547.085000', '164547.545000', '164548.005000', '164548.465000', '164548.925000', '164549.385000', '164549.845000', '164550.305000', '164550.765000', '164551.225000', '164551.685000', '164552.145000', '164552.605000', '164553.065000', '164553.525000', '164553.985000', '164554.445000', '164554.905000', '164555.365000', '164555.825000', '164556.285000', '164556.745000', '164557.205000', '164557.665000', '164558.125000', '164558.585000', '164559.045000', '164559.505000', '164559.965000', '164600.425000', '164600.885000', '164601.345000', '164601.805000', '164602.265000', '164602.725000', '164603.185000', '164603.645000', '164604.105000', '164604.565000', '164605.025000', '164605.485000', '164605.945000', '164606.405000', '164606.865000', '164607.325000', '164607.785000', '164608.245000', '164608.705000', '164609.165000', '164609.625000', '164610.085000', '164610.545000', '164611.005000', '164611.465000', '164611.925000', '164612.385000', '164612.845000', '164613.305000', '164613.765000', '164614.225000', '164614.685000', '164615.145000', '164615.605000', '164616.065000', '164616.525000', '164616.985000', '164617.445000', '164617.905000', '164618.365000', '164618.825000', '164619.285000', '164619.745000', '164620.205000', '164620.665000', '164621.125000', '164621.585000', '164622.045000', '164622.505000', '164622.965000', '164623.425000', '164623.885000', '164624.345000', '164624.805000', '164625.265000', '164625.725000', '164626.185000', '164626.645000', '164627.105000', '164627.565000', '164628.025000', '164628.485000', '164628.945000', '164629.405000', '164629.865000', '164630.325000', '164630.785000', '164631.245000', '164631.705000', '164632.165000', '164632.625000', '164633.085000', '164633.545000', '164634.005000', '164634.465000', '164634.925000', '164635.385000', '164635.845000', '164636.305000', '164636.765000', '164637.225000', '164637.685000', '164638.145000', '164638.605000', '164639.065000', '164639.525000', '164639.985000', '164640.445000', '164640.905000', '164641.365000', '164641.825000', '164642.285000', '164642.745000', '164643.205000', '164643.665000', '164644.125000', '164644.585000', '164645.045000', '164645.505000', '164645.965000', '164646.425000', '164646.885000', '164647.345000', '164647.805000', '164648.265000', '164648.725000', '164649.185000', '164649.645000', '164650.105000', '164650.565000', '164651.025000', '164651.485000', '164651.945000', '164652.405000', '164652.865000', '164653.325000', '164653.785000', '164654.245000', '164654.705000', '164655.165000', '164655.625000', '164656.085000', '164656.545000', '164657.005000', '164657.465000', '164657.925000', '164658.385000', '164658.845000', '164659.305000', '164659.765000', '164700.225000', '164700.685000', '164701.145000', '164701.605000', '164702.065000', '164702.525000', '164702.985000', '164703.445000', '164703.905000', '164704.365000', '164704.825000', '164705.285000', '164705.745000', '164706.205000', '164706.665000', '164707.125000', '164707.585000', '164708.045000', '164708.505000', '164708.965000', '164709.425000', '164709.885000', '164710.345000', '164710.805000', '164711.265000', '164711.725000', '164712.185000', '164712.645000', '164713.105000', '164713.565000', '164714.025000', '164714.485000', '164714.945000', '164715.405000', '164715.865000', '164716.325000', '164716.785000', '164717.245000', '164717.705000', '164718.165000', '164718.625000', '164719.085000', '164719.545000', '164720.005000', '164720.465000', '164720.925000', '164721.385000', '164721.845000', '164722.305000', '164722.765000', '164723.225000', '164723.685000', '164724.145000', '164724.605000', '164725.065000', '164725.525000', '164725.985000', '164726.445000', '164726.905000', '164727.365000', '164727.825000', '164728.285000', '164728.745000', '164729.205000', '164729.665000', '164730.125000', '164730.585000', '164731.045000', '164731.505000', '164731.965000', '164732.425000', '164732.885000', '164733.345000', '164733.805000', '164734.265000', '164734.725000', '164735.185000', '164735.645000', '164736.105000', '164736.565000', '164737.025000', '164737.485000', '164737.945000', '164738.405000', '164738.865000', '164739.325000', '164739.785000', '164740.245000', '164740.705000', '164741.165000', '164741.625000', '164742.085000', '164742.545000', '164743.005000', '164743.465000', '164743.925000', '164744.385000', '164744.845000', '164745.305000', '164745.765000', '164746.225000', '164746.685000', '164747.145000', '164747.605000', '164748.065000', '164748.525000', '164748.985000', '164749.445000', '164749.905000', '164750.365000', '164750.825000', '164751.285000', '164751.745000', '164752.205000', '164752.665000', '164753.125000', '164753.585000', '164754.045000', '164754.505000', '164754.965000', '164755.425000', '164755.885000', '164756.345000', '164756.805000', '164757.265000', '164757.725000', '164758.185000', '164758.645000', '164759.105000', '164759.565000', '164800.025000', '164800.485000', '164800.945000', '164801.405000', '164801.865000', '164802.325000', '164802.785000', '164803.245000', '164803.705000', '164804.165000', '164804.625000', '164805.085000', '164805.545000', '164806.005000', '164806.465000', '164806.925000', '164807.385000', '164807.845000', '164808.305000', '164808.765000', '164809.225000', '164809.685000', '164810.145000', '164810.605000', '164811.065000', '164811.525000', '164811.985000', '164812.445000', '164812.905000', '164813.365000', '164813.825000', '164814.285000', '164814.745000', '164815.205000', '164815.665000', '164816.125000', '164816.585000', '164817.045000', '164817.505000', '164817.965000', '164818.425000', '164818.885000', '164819.345000', '164819.805000', '164820.265000', '164820.725000', '164821.185000', '164821.645000', '164822.105000', '164822.565000', '164823.025000', '164823.485000', '164823.945000', '164824.405000', '164824.865000', '164825.325000', '164825.785000', '164826.245000', '164826.705000', '164827.165000', '164827.625000', '164828.085000', '164828.545000', '164829.005000', '164829.465000', '164829.925000', '164830.385000', '164830.845000', '164831.305000', '164831.765000', '164832.225000', '164832.685000', '164833.145000', '164833.605000', '164834.065000', '164834.525000', '164834.985000', '164835.445000', '164835.905000', '164836.365000', '164836.825000', '164837.285000', '164837.745000', '164838.205000', '164838.665000', '164839.125000', '164839.585000', '164840.045000', '164840.505000', '164840.965000', '164841.425000', '164841.885000', '164842.345000', '164842.805000', '164843.265000', '164843.725000', '164844.185000', '164844.645000', '164845.105000', '164845.565000', '164846.025000', '164846.485000', '164846.945000', '164847.405000', '164847.865000', '164848.325000', '164848.785000', '164849.245000', '164849.705000', '164850.165000', '164850.625000', '164851.085000', '164851.545000', '164852.005000', '164852.465000', '164852.925000', '164853.385000', '164853.845000', '164854.305000', '164854.765000', '164855.225000', '164855.685000', '164856.145000', '164856.605000', '164857.065000', '164857.525000', '164857.985000', '164858.445000', '164858.905000', '164859.365000', '164859.825000', '164900.285000', '164900.745000', '164901.205000', '164901.665000', '164902.125000', '164902.585000', '164903.045000', '164903.505000', '164903.965000', '164904.425000', '164904.885000', '164905.345000', '164905.805000', '164906.265000', '164906.725000', '164907.185000', '164907.645000', '164908.105000', '164908.565000', '164909.025000', '164909.485000', '164909.945000', '164910.405000', '164910.865000', '164911.325000', '164911.785000', '164912.245000', '164912.705000', '164913.165000', '164913.625000', '164914.085000', '164914.545000', '164915.005000', '164915.465000', '164915.925000', '164916.385000', '164916.845000', '164917.305000', '164917.765000', '164918.225000', '164918.685000', '164919.145000', '164919.605000', '164920.065000', '164920.525000', '164920.985000', '164921.445000', '164921.905000', '164922.365000', '164922.825000', '164923.285000', '164923.745000', '164924.205000', '164924.665000', '164925.125000', '164925.585000', '164926.045000', '164926.505000', '164926.965000', '164927.425000', '164927.885000', '164928.345000', '164928.805000', '164929.265000', '164929.725000', '164930.185000', '164930.645000', '164931.105000', '164931.565000', '164932.025000', '164932.485000', '164932.945000', '164933.405000', '164933.865000', '164934.325000', '164934.785000', '164935.245000', '164935.705000', '164936.165000', '164936.625000', '164937.085000', '164937.545000', '164938.005000', '164938.465000', '164938.925000', '164939.385000', '164939.845000', '164940.305000', '164940.765000', '164941.225000', '164941.685000', '164942.145000', '164942.605000', '164943.065000', '164943.525000', '164943.985000', '164944.445000', '164944.905000', '164945.365000', '164945.825000', '164946.285000', '164946.745000', '164947.205000', '164947.665000', '164948.125000', '164948.585000', '164949.045000', '164949.505000', '164949.965000', '164950.425000', '164950.885000', '164951.345000', '164951.805000', '164952.265000', '164952.725000', '164953.185000', '164953.645000', '164954.105000', '164954.565000', '164955.025000', '164955.485000', '164955.945000', '164956.405000', '164956.865000', '164957.325000', '164957.785000', '164958.245000', '164958.705000', '164959.165000', '164959.625000', '165000.085000', '165000.545000', '165001.005000', '165001.465000', '165001.925000', '165002.385000', '165002.845000', '165003.305000', '165003.765000', '165004.225000', '165004.685000', '165005.145000', '165005.605000', '165006.065000', '165006.525000', '165006.985000', '165007.445000', '165007.905000', '165008.365000', '165008.825000', '165009.285000', '165009.745000', '165010.205000', '165010.665000', '165011.125000', '165011.585000', '165012.045000', '165012.505000', '165012.965000', '165013.425000', '165013.885000', '165014.345000', '165014.805000', '165015.265000', '165015.725000', '165016.185000', '165016.645000', '165017.105000', '165017.565000', '165018.025000', '165018.485000', '165018.945000', '165019.405000', '165019.865000', '165020.325000', '165020.785000', '165021.245000', '165021.705000', '165022.165000', '165022.625000', '165023.085000', '165023.545000', '165024.005000', '165024.465000', '165024.925000', '165025.385000', '165025.845000', '165026.305000', '165026.765000', '165027.225000', '165027.685000', '165028.145000', '165028.605000', '165029.065000', '165029.525000', '165029.985000', '165030.445000', '165030.905000', '165031.365000', '165031.825000', '165032.285000', '165032.745000', '165033.205000', '165033.665000', '165034.125000', '165034.585000', '165035.045000', '165035.505000', '165035.965000', '165036.425000', '165036.885000', '165037.345000', '165037.805000', '165038.265000', '165038.725000', '165039.185000', '165039.645000', '165040.105000', '165040.565000', '165041.025000', '165041.485000', '165041.945000', '165042.405000', '165042.865000', '165043.325000', '165043.785000', '165044.245000', '165044.705000', '165045.165000', '165045.625000', '165046.085000', '165046.545000', '165047.005000', '165047.465000', '165047.925000', '165048.385000', '165048.845000', '165049.305000', '165049.765000', '165050.225000', '165050.685000', '165051.145000', '165051.605000', '165052.065000', '165052.525000', '165052.985000', '165053.445000', '165053.905000', '165054.365000', '165054.825000', '165055.285000', '165055.745000', '165056.205000', '165056.665000', '165057.125000', '165057.585000', '165058.045000', '165058.505000', '165058.965000', '165059.425000', '165059.885000', '165100.345000', '165100.805000', '165101.265000', '165101.725000', '165102.185000', '165102.645000', '165103.105000', '165103.565000', '165104.025000', '165104.485000', '165104.945000', '165105.405000', '165105.865000', '165106.325000', '165106.785000', '165107.245000', '165107.705000', '165108.165000', '165108.625000', '165109.085000', '165109.545000', '165110.005000', '165110.465000', '165110.925000', '165111.385000', '165111.845000', '165112.305000', '165112.765000', '165113.225000', '165113.685000', '165114.145000', '165114.605000', '165115.065000', '165115.525000', '165115.985000', '165116.445000', '165116.905000', '165117.365000', '165117.825000', '165118.285000', '165118.745000', '165119.205000', '165119.665000', '165120.125000', '165120.585000', '165121.045000', '165121.505000', '165121.965000', '165122.425000', '165122.885000', '165123.345000', '165123.805000', '165124.265000', '165124.725000', '165125.185000', '165125.645000', '165126.105000', '165126.565000', '165127.025000', '165127.485000', '165127.945000', '165128.405000'], 'ContentTime': ['164252.515000', '164252.518000', '164252.521000', '164252.524000', '164252.527000', '164252.531000', '164252.534000', '164252.536000', '164252.539000', '164252.542000', '164252.550000', '164252.552000', '164252.555000', '164252.558000', '164252.561000', '164252.564000', '164252.566000', '164252.569000', '164252.572000', '164252.575000', '164252.578000', '164252.580000', '164252.584000', '164252.587000', '164252.590000', '164252.593000', '164252.596000', '164252.599000', '164252.602000', '164252.604000', '164252.607000', '164252.610000', '164312.482000', '164312.485000', '164312.488000', '164312.490000', '164312.493000', '164312.496000', '164312.499000', '164312.502000', '164312.505000', '164312.507000', '164312.510000', '164312.513000', '164312.516000', '164312.519000', '164312.521000', '164312.524000', '164312.527000', '164312.530000', '164312.532000', '164312.535000', '164312.538000', '164312.541000', '164312.543000', '164312.546000', '164312.549000', '164312.552000', '164312.555000', '164312.563000', '164312.566000', '164312.569000', '164312.572000', '164312.574000', '164312.577000', '164312.580000', '164312.583000', '164312.585000', '164312.588000', '164312.591000', '164312.594000', '164312.597000', '164312.599000', '164312.602000', '164312.605000', '164312.608000', '164332.482000', '164332.485000', '164332.488000', '164332.490000', '164332.494000', '164332.496000', '164332.499000', '164332.502000', '164332.505000', '164332.508000', '164332.510000', '164332.513000', '164332.516000', '164332.519000', '164332.521000', '164332.524000', '164332.527000', '164332.530000', '164332.533000', '164332.535000', '164332.538000', '164332.541000', '164332.552000', '164332.555000', '164332.558000', '164332.561000', '164332.567000', '164332.570000', '164332.573000', '164332.576000', '164332.579000', '164332.581000', '164332.584000', '164332.587000', '164332.590000', '164332.593000', '164332.596000', '164332.598000', '164332.601000', '164332.607000', '164332.610000', '164332.613000', '164332.616000', '164352.482000', '164352.485000', '164352.488000', '164352.490000', '164352.493000', '164352.496000', '164352.499000', '164352.502000', '164352.505000', '164352.508000', '164352.510000', '164352.513000', '164352.516000', '164352.519000', '164352.521000', '164352.524000', '164352.527000', '164352.530000', '164352.532000', '164352.535000', '164352.538000', '164352.541000', '164352.544000', '164352.547000', '164352.549000', '164352.552000', '164352.555000', '164352.558000', '164352.561000', '164352.564000', '164352.566000', '164352.569000', '164352.572000', '164352.575000', '164352.578000', '164352.581000', '164352.583000', '164352.586000', '164352.589000', '164352.592000', '164352.595000', '164352.605000', '164352.607000', '164352.610000', '164412.482000', '164412.485000', '164412.488000', '164412.490000', '164412.493000', '164412.496000', '164412.499000', '164412.502000', '164412.505000', '164412.508000', '164412.510000', '164412.513000', '164412.516000', '164412.519000', '164412.522000', '164412.524000', '164412.527000', '164412.530000', '164412.533000', '164412.536000', '164412.539000', '164412.541000', '164412.544000', '164412.547000', '164412.550000', '164412.553000', '164412.555000', '164412.558000', '164412.561000', '164412.564000', '164412.567000', '164412.570000', '164412.573000', '164412.576000', '164412.579000', '164412.582000', '164412.585000', '164412.588000', '164412.590000', '164412.593000', '164412.596000', '164412.599000', '164412.602000', '164432.482000', '164432.485000', '164432.488000', '164432.490000', '164432.493000', '164432.496000', '164432.499000', '164432.502000', '164432.505000', '164432.507000', '164432.510000', '164432.513000', '164432.516000', '164432.519000', '164432.521000', '164432.524000', '164432.527000', '164432.530000', '164432.533000', '164432.536000', '164432.538000', '164432.541000', '164432.544000', '164432.547000', '164432.550000', '164432.552000', '164432.555000', '164432.558000', '164432.561000', '164432.564000', '164432.566000', '164432.569000', '164432.572000', '164432.575000', '164432.578000', '164432.581000', '164432.583000', '164432.586000', '164432.589000', '164432.592000', '164432.595000', '164432.597000', '164432.600000', '164432.603000', '164452.482000', '164452.485000', '164452.488000', '164452.491000', '164452.493000', '164452.496000', '164452.499000', '164452.502000', '164452.505000', '164452.508000', '164452.511000', '164452.513000', '164452.516000', '164452.519000', '164452.522000', '164452.525000', '164452.528000', '164452.530000', '164452.533000', '164452.536000', '164452.539000', '164452.542000', '164452.545000', '164452.547000', '164452.550000', '164452.553000', '164452.556000', '164452.559000', '164452.561000', '164452.564000', '164452.567000', '164452.570000', '164452.573000', '164452.576000', '164452.579000', '164452.581000', '164452.584000', '164452.587000', '164452.590000', '164452.593000', '164452.595000', '164452.598000', '164452.601000', '164512.482000', '164512.485000', '164512.488000', '164512.491000', '164512.493000', '164512.496000', '164512.499000', '164512.502000', '164512.505000', '164512.508000', '164512.510000', '164512.513000', '164512.516000', '164512.519000', '164512.522000', '164512.525000', '164512.527000', '164512.530000', '164512.543000', '164512.546000', '164512.548000', '164512.551000', '164512.554000', '164512.557000', '164512.560000', '164512.563000', '164512.565000', '164512.568000', '164512.571000', '164512.574000', '164512.577000', '164512.580000', '164512.583000', '164512.585000', '164512.588000', '164512.591000', '164512.594000', '164512.596000', '164512.599000', '164512.602000', '164512.605000', '164512.608000', '164512.611000', '164512.613000', '164532.482000', '164532.485000', '164532.488000', '164532.491000', '164532.493000', '164532.496000', '164532.499000', '164532.502000', '164532.505000', '164532.507000', '164532.510000', '164532.513000', '164532.516000', '164532.519000', '164532.521000', '164532.524000', '164532.527000', '164532.530000', '164532.533000', '164532.536000', '164532.538000', '164532.541000', '164532.544000', '164532.547000', '164532.550000', '164532.552000', '164532.555000', '164532.558000', '164532.561000', '164532.564000', '164532.567000', '164532.570000', '164532.573000', '164532.576000', '164532.578000', '164532.581000', '164532.584000', '164532.587000', '164532.590000', '164532.593000', '164532.595000', '164532.598000', '164532.601000', '164552.482000', '164552.485000', '164552.488000', '164552.491000', '164552.493000', '164552.496000', '164552.499000', '164552.502000', '164552.505000', '164552.507000', '164552.510000', '164552.513000', '164552.516000', '164552.519000', '164552.521000', '164552.524000', '164552.527000', '164552.530000', '164552.533000', '164552.536000', '164552.539000', '164552.541000', '164552.544000', '164552.547000', '164552.550000', '164552.553000', '164552.556000', '164552.558000', '164552.561000', '164552.564000', '164552.567000', '164552.570000', '164552.573000', '164552.576000', '164552.579000', '164552.581000', '164552.584000', '164552.587000', '164552.590000', '164552.593000', '164552.596000', '164552.598000', '164552.601000', '164552.604000', '164612.482000', '164612.485000', '164612.488000', '164612.491000', '164612.496000', '164612.499000', '164612.502000', '164612.504000', '164612.507000', '164612.510000', '164612.513000', '164612.516000', '164612.519000', '164612.522000', '164612.524000', '164612.527000', '164612.530000', '164612.533000', '164612.536000', '164612.538000', '164612.541000', '164612.544000', '164612.547000', '164612.550000', '164612.553000', '164612.555000', '164612.558000', '164612.561000', '164612.564000', '164612.567000', '164612.570000', '164612.572000', '164612.575000', '164612.578000', '164612.581000', '164612.583000', '164612.586000', '164612.589000', '164612.592000', '164612.595000', '164612.597000', '164612.600000', '164612.603000', '164632.482000', '164632.485000', '164632.488000', '164632.491000', '164632.493000', '164632.496000', '164632.499000', '164632.502000', '164632.505000', '164632.508000', '164632.511000', '164632.513000', '164632.516000', '164632.519000', '164632.522000', '164632.525000', '164632.528000', '164632.531000', '164632.533000', '164632.536000', '164632.539000', '164632.542000', '164632.545000', '164632.547000', '164632.550000', '164632.553000', '164632.556000', '164632.559000', '164632.561000', '164632.564000', '164632.567000', '164632.570000', '164632.573000', '164632.576000', '164632.578000', '164632.581000', '164632.584000', '164632.587000', '164632.590000', '164632.593000', '164632.595000', '164632.598000', '164632.601000', '164632.614000', '164652.482000', '164652.485000', '164652.488000', '164652.491000', '164652.494000', '164652.496000', '164652.499000', '164652.502000', '164652.505000', '164652.508000', '164652.511000', '164652.514000', '164652.516000', '164652.519000', '164652.522000', '164652.525000', '164652.528000', '164652.531000', '164652.534000', '164652.536000', '164652.539000', '164652.542000', '164652.545000', '164652.548000', '164652.551000', '164652.553000', '164652.556000', '164652.559000', '164652.562000', '164652.565000', '164652.568000', '164652.571000', '164652.574000', '164652.576000', '164652.579000', '164652.582000', '164652.585000', '164652.588000', '164652.590000', '164652.593000', '164652.596000', '164652.599000', '164652.602000', '164712.482000', '164712.485000', '164712.488000', '164712.491000', '164712.494000', '164712.497000', '164712.500000', '164712.503000', '164712.506000', '164712.509000', '164712.511000', '164712.514000', '164712.517000', '164712.520000', '164712.523000', '164712.526000', '164712.528000', '164712.531000', '164712.534000', '164712.537000', '164712.540000', '164712.542000', '164712.545000', '164712.548000', '164712.551000', '164712.554000', '164712.556000', '164712.559000', '164712.562000', '164712.565000', '164712.568000', '164712.571000', '164712.574000', '164712.576000', '164712.579000', '164712.582000', '164712.585000', '164712.588000', '164712.590000', '164712.593000', '164712.596000', '164712.599000', '164712.602000', '164732.482000', '164732.485000', '164732.488000', '164732.491000', '164732.494000', '164732.496000', '164732.499000', '164732.502000', '164732.505000', '164732.508000', '164732.511000', '164732.514000', '164732.517000', '164732.519000', '164732.522000', '164732.525000', '164732.528000', '164732.531000', '164732.533000', '164732.536000', '164732.539000', '164732.542000', '164732.545000', '164732.548000', '164732.551000', '164732.553000', '164732.556000', '164732.559000', '164732.562000', '164732.565000', '164732.568000', '164732.571000', '164732.574000', '164732.576000', '164732.579000', '164732.582000', '164732.585000', '164732.588000', '164732.591000', '164732.593000', '164732.596000', '164732.599000', '164732.602000', '164732.605000', '164752.482000', '164752.485000', '164752.488000', '164752.491000', '164752.494000', '164752.498000', '164752.503000', '164752.506000', '164752.509000', '164752.512000', '164752.515000', '164752.518000', '164752.521000', '164752.524000', '164752.527000', '164752.530000', '164752.532000', '164752.535000', '164752.538000', '164752.541000', '164752.544000', '164752.547000', '164752.549000', '164752.552000', '164752.555000', '164752.558000', '164752.561000', '164752.564000', '164752.567000', '164752.570000', '164752.572000', '164752.575000', '164752.578000', '164752.581000', '164752.584000', '164752.587000', '164752.589000', '164752.592000', '164752.595000', '164752.598000', '164752.601000', '164752.604000', '164752.607000', '164812.482000', '164812.485000', '164812.488000', '164812.491000', '164812.493000', '164812.496000', '164812.499000', '164812.502000', '164812.505000', '164812.507000', '164812.518000', '164812.521000', '164812.524000', '164812.526000', '164812.529000', '164812.532000', '164812.535000', '164812.538000', '164812.541000', '164812.544000', '164812.546000', '164812.551000', '164812.554000', '164812.557000', '164812.560000', '164812.563000', '164812.566000', '164812.569000', '164812.572000', '164812.575000', '164812.577000', '164812.580000', '164812.583000', '164812.586000', '164812.589000', '164812.592000', '164812.595000', '164812.597000', '164812.600000', '164812.603000', '164812.606000', '164812.609000', '164812.612000', '164812.614000', '164832.482000', '164832.485000', '164832.488000', '164832.490000', '164832.494000', '164832.496000', '164832.499000', '164832.502000', '164832.505000', '164832.508000', '164832.511000', '164832.513000', '164832.516000', '164832.519000', '164832.522000', '164832.525000', '164832.528000', '164832.531000', '164832.533000', '164832.536000', '164832.539000', '164832.542000', '164832.545000', '164832.548000', '164832.551000', '164832.554000', '164832.557000', '164832.560000', '164832.563000', '164832.565000', '164832.568000', '164832.571000', '164832.574000', '164832.577000', '164832.580000', '164832.583000', '164832.585000', '164832.588000', '164832.591000', '164832.594000', '164832.597000', '164832.600000', '164832.603000', '164852.482000', '164852.485000', '164852.488000', '164852.491000', '164852.494000', '164852.497000', '164852.499000', '164852.502000', '164852.505000', '164852.508000', '164852.511000', '164852.513000', '164852.516000', '164852.519000', '164852.522000', '164852.524000', '164852.527000', '164852.530000', '164852.533000', '164852.536000', '164852.538000', '164852.541000', '164852.544000', '164852.547000', '164852.550000', '164852.553000', '164852.555000', '164852.558000', '164852.561000', '164852.564000', '164852.567000', '164852.570000', '164852.572000', '164852.575000', '164852.578000', '164852.581000', '164852.584000', '164852.587000', '164852.589000', '164852.592000', '164852.595000', '164852.598000', '164852.601000', '164852.603000', '164912.483000', '164912.486000', '164912.489000', '164912.492000', '164912.495000', '164912.498000', '164912.501000', '164912.504000', '164912.506000', '164912.509000', '164912.512000', '164912.515000', '164912.518000', '164912.521000', '164912.524000', '164912.526000', '164912.529000', '164912.532000', '164912.535000', '164912.538000', '164912.541000', '164912.544000', '164912.547000', '164912.550000', '164912.553000', '164912.556000', '164912.559000', '164912.562000', '164912.564000', '164912.567000', '164912.570000', '164912.573000', '164912.576000', '164912.579000', '164912.582000', '164912.584000', '164912.587000', '164912.590000', '164912.593000', '164912.596000', '164912.599000', '164912.601000', '164912.604000', '164932.482000', '164932.485000', '164932.488000', '164932.491000', '164932.494000', '164932.496000', '164932.499000', '164932.502000', '164932.505000', '164932.508000', '164932.511000', '164932.513000', '164932.516000', '164932.519000', '164932.522000', '164932.525000', '164932.528000', '164932.531000', '164932.533000', '164932.536000', '164932.539000', '164932.554000', '164932.556000', '164932.559000', '164932.562000', '164932.565000', '164932.568000', '164932.570000', '164932.573000', '164932.576000', '164932.579000', '164932.582000', '164932.585000', '164932.587000', '164932.590000', '164932.593000', '164932.596000', '164932.599000', '164932.601000', '164932.604000', '164932.607000', '164932.610000', '164932.613000', '164932.616000', '164952.482000', '164952.485000', '164952.497000', '164952.500000', '164952.502000', '164952.505000', '164952.508000', '164952.511000', '164952.514000', '164952.517000', '164952.520000', '164952.522000', '164952.525000', '164952.528000', '164952.531000', '164952.534000', '164952.536000', '164952.539000', '164952.542000', '164952.545000', '164952.548000', '164952.551000', '164952.553000', '164952.556000', '164952.559000', '164952.562000', '164952.565000', '164952.567000', '164952.570000', '164952.574000', '164952.577000', '164952.580000', '164952.583000', '164952.586000', '164952.589000', '164952.592000', '164952.595000', '164952.598000', '164952.601000', '164952.603000', '164952.606000', '164952.609000', '164952.612000', '165012.482000', '165012.485000', '165012.488000', '165012.491000', '165012.493000', '165012.496000', '165012.499000', '165012.502000', '165012.505000', '165012.508000', '165012.510000', '165012.513000', '165012.516000', '165012.519000', '165012.521000', '165012.524000', '165012.527000', '165012.530000', '165012.533000', '165012.536000', '165012.538000', '165012.541000', '165012.544000', '165012.547000', '165012.550000', '165012.553000', '165012.555000', '165012.558000', '165012.561000', '165012.564000', '165012.567000', '165012.569000', '165012.572000', '165012.575000', '165012.578000', '165012.581000', '165012.584000', '165012.586000', '165012.589000', '165012.592000', '165012.595000', '165012.598000', '165012.600000', '165012.603000', '165032.482000', '165032.485000', '165032.488000', '165032.491000', '165032.494000', '165032.502000', '165032.505000', '165032.508000', '165032.510000', '165032.513000', '165032.516000', '165032.520000', '165032.523000', '165032.526000', '165032.528000', '165032.531000', '165032.534000', '165032.537000', '165032.540000', '165032.543000', '165032.545000', '165032.548000', '165032.551000', '165032.554000', '165032.557000', '165032.560000', '165032.562000', '165032.565000', '165032.568000', '165032.571000', '165032.576000', '165032.580000', '165032.584000', '165032.587000', '165032.590000', '165032.592000', '165032.595000', '165032.598000', '165032.601000', '165032.604000', '165032.606000', '165032.609000', '165032.612000', '165052.482000', '165052.485000', '165052.488000', '165052.491000', '165052.494000', '165052.496000', '165052.499000', '165052.502000', '165052.505000', '165052.508000', '165052.510000', '165052.513000', '165052.516000', '165052.519000', '165052.522000', '165052.525000', '165052.527000', '165052.530000', '165052.533000', '165052.536000', '165052.539000', '165052.541000', '165052.544000', '165052.547000', '165052.550000', '165052.553000', '165052.556000', '165052.558000', '165052.561000', '165052.564000', '165052.567000', '165052.570000', '165052.587000', '165052.590000', '165052.593000', '165052.595000', '165052.598000', '165052.601000', '165052.604000', '165052.607000', '165052.610000', '165052.612000', '165052.615000', '165052.618000', '165112.482000', '165112.485000', '165112.488000', '165112.491000', '165112.494000', '165112.496000', '165112.499000', '165112.502000', '165112.505000', '165112.508000', '165112.511000', '165112.513000', '165112.516000', '165112.519000', '165112.522000', '165112.525000', '165112.528000', '165112.530000', '165112.533000', '165112.536000', '165112.539000', '165112.541000', '165112.544000', '165112.547000', '165112.550000', '165112.553000', '165112.556000', '165112.558000', '165112.561000', '165112.564000', '165112.567000', '165112.570000', '165112.573000', '165112.576000', '165112.579000', '165112.582000', '165112.584000', '165112.587000', '165112.590000', '165112.595000', '165112.598000', '165112.601000', '165112.604000', '165129.682000', '165129.686000', '165129.689000', '165129.692000', '165129.695000', '165129.699000', '165129.703000', '165129.706000', '165129.709000', '165129.712000', '165129.715000', '165129.718000', '165129.721000', '165129.724000', '165129.726000', '165129.730000', '165129.733000', '165129.736000', '165129.739000', '165129.742000', '165129.745000', '165129.748000', '165129.751000', '165129.753000', '165129.756000', '165129.759000', '165129.762000', '165129.765000', '165129.768000', '165129.771000', '165129.774000', '165129.777000', '165129.780000', '165129.783000', '165129.785000', '165129.789000', '165129.792000', '165129.795000'], 'InstanceCreationTime': ['164252.515000', '164252.518000', '164252.521000', '164252.524000', '164252.527000', '164252.531000', '164252.534000', '164252.536000', '164252.539000', '164252.542000', '164252.550000', '164252.552000', '164252.555000', '164252.558000', '164252.561000', '164252.564000', '164252.566000', '164252.569000', '164252.572000', '164252.575000', '164252.578000', '164252.580000', '164252.584000', '164252.587000', '164252.590000', '164252.593000', '164252.596000', '164252.599000', '164252.602000', '164252.604000', '164252.607000', '164252.610000', '164312.482000', '164312.485000', '164312.488000', '164312.490000', '164312.493000', '164312.496000', '164312.499000', '164312.502000', '164312.505000', '164312.507000', '164312.510000', '164312.513000', '164312.516000', '164312.519000', '164312.521000', '164312.524000', '164312.527000', '164312.530000', '164312.532000', '164312.535000', '164312.538000', '164312.541000', '164312.543000', '164312.546000', '164312.549000', '164312.552000', '164312.555000', '164312.563000', '164312.566000', '164312.569000', '164312.572000', '164312.574000', '164312.577000', '164312.580000', '164312.583000', '164312.585000', '164312.588000', '164312.591000', '164312.594000', '164312.597000', '164312.599000', '164312.602000', '164312.605000', '164312.608000', '164332.482000', '164332.485000', '164332.488000', '164332.490000', '164332.494000', '164332.496000', '164332.499000', '164332.502000', '164332.505000', '164332.508000', '164332.510000', '164332.513000', '164332.516000', '164332.519000', '164332.521000', '164332.524000', '164332.527000', '164332.530000', '164332.533000', '164332.535000', '164332.538000', '164332.541000', '164332.552000', '164332.555000', '164332.558000', '164332.561000', '164332.567000', '164332.570000', '164332.573000', '164332.576000', '164332.579000', '164332.581000', '164332.584000', '164332.587000', '164332.590000', '164332.593000', '164332.596000', '164332.598000', '164332.601000', '164332.607000', '164332.610000', '164332.613000', '164332.616000', '164352.482000', '164352.485000', '164352.488000', '164352.490000', '164352.493000', '164352.496000', '164352.499000', '164352.502000', '164352.505000', '164352.508000', '164352.510000', '164352.513000', '164352.516000', '164352.519000', '164352.521000', '164352.524000', '164352.527000', '164352.530000', '164352.532000', '164352.535000', '164352.538000', '164352.541000', '164352.544000', '164352.547000', '164352.549000', '164352.552000', '164352.555000', '164352.558000', '164352.561000', '164352.564000', '164352.566000', '164352.569000', '164352.572000', '164352.575000', '164352.578000', '164352.581000', '164352.583000', '164352.586000', '164352.589000', '164352.592000', '164352.595000', '164352.605000', '164352.607000', '164352.610000', '164412.482000', '164412.485000', '164412.488000', '164412.490000', '164412.493000', '164412.496000', '164412.499000', '164412.502000', '164412.505000', '164412.508000', '164412.510000', '164412.513000', '164412.516000', '164412.519000', '164412.522000', '164412.524000', '164412.527000', '164412.530000', '164412.533000', '164412.536000', '164412.539000', '164412.541000', '164412.544000', '164412.547000', '164412.550000', '164412.553000', '164412.555000', '164412.558000', '164412.561000', '164412.564000', '164412.567000', '164412.570000', '164412.573000', '164412.576000', '164412.579000', '164412.582000', '164412.585000', '164412.588000', '164412.590000', '164412.593000', '164412.596000', '164412.599000', '164412.602000', '164432.482000', '164432.485000', '164432.488000', '164432.490000', '164432.493000', '164432.496000', '164432.499000', '164432.502000', '164432.505000', '164432.507000', '164432.510000', '164432.513000', '164432.516000', '164432.519000', '164432.521000', '164432.524000', '164432.527000', '164432.530000', '164432.533000', '164432.536000', '164432.538000', '164432.541000', '164432.544000', '164432.547000', '164432.550000', '164432.552000', '164432.555000', '164432.558000', '164432.561000', '164432.564000', '164432.566000', '164432.569000', '164432.572000', '164432.575000', '164432.578000', '164432.581000', '164432.583000', '164432.586000', '164432.589000', '164432.592000', '164432.595000', '164432.597000', '164432.600000', '164432.603000', '164452.482000', '164452.485000', '164452.488000', '164452.491000', '164452.493000', '164452.496000', '164452.499000', '164452.502000', '164452.505000', '164452.508000', '164452.511000', '164452.513000', '164452.516000', '164452.519000', '164452.522000', '164452.525000', '164452.528000', '164452.530000', '164452.533000', '164452.536000', '164452.539000', '164452.542000', '164452.545000', '164452.547000', '164452.550000', '164452.553000', '164452.556000', '164452.559000', '164452.561000', '164452.564000', '164452.567000', '164452.570000', '164452.573000', '164452.576000', '164452.579000', '164452.581000', '164452.584000', '164452.587000', '164452.590000', '164452.593000', '164452.595000', '164452.598000', '164452.601000', '164512.482000', '164512.485000', '164512.488000', '164512.491000', '164512.493000', '164512.496000', '164512.499000', '164512.502000', '164512.505000', '164512.508000', '164512.510000', '164512.513000', '164512.516000', '164512.519000', '164512.522000', '164512.525000', '164512.527000', '164512.530000', '164512.543000', '164512.546000', '164512.548000', '164512.551000', '164512.554000', '164512.557000', '164512.560000', '164512.563000', '164512.565000', '164512.568000', '164512.571000', '164512.574000', '164512.577000', '164512.580000', '164512.583000', '164512.585000', '164512.588000', '164512.591000', '164512.594000', '164512.596000', '164512.599000', '164512.602000', '164512.605000', '164512.608000', '164512.611000', '164512.613000', '164532.482000', '164532.485000', '164532.488000', '164532.491000', '164532.493000', '164532.496000', '164532.499000', '164532.502000', '164532.505000', '164532.507000', '164532.510000', '164532.513000', '164532.516000', '164532.519000', '164532.521000', '164532.524000', '164532.527000', '164532.530000', '164532.533000', '164532.536000', '164532.538000', '164532.541000', '164532.544000', '164532.547000', '164532.550000', '164532.552000', '164532.555000', '164532.558000', '164532.561000', '164532.564000', '164532.567000', '164532.570000', '164532.573000', '164532.576000', '164532.578000', '164532.581000', '164532.584000', '164532.587000', '164532.590000', '164532.593000', '164532.595000', '164532.598000', '164532.601000', '164552.482000', '164552.485000', '164552.488000', '164552.491000', '164552.493000', '164552.496000', '164552.499000', '164552.502000', '164552.505000', '164552.507000', '164552.510000', '164552.513000', '164552.516000', '164552.519000', '164552.521000', '164552.524000', '164552.527000', '164552.530000', '164552.533000', '164552.536000', '164552.539000', '164552.541000', '164552.544000', '164552.547000', '164552.550000', '164552.553000', '164552.556000', '164552.558000', '164552.561000', '164552.564000', '164552.567000', '164552.570000', '164552.573000', '164552.576000', '164552.579000', '164552.581000', '164552.584000', '164552.587000', '164552.590000', '164552.593000', '164552.596000', '164552.598000', '164552.601000', '164552.604000', '164612.482000', '164612.485000', '164612.488000', '164612.491000', '164612.496000', '164612.499000', '164612.502000', '164612.504000', '164612.507000', '164612.510000', '164612.513000', '164612.516000', '164612.519000', '164612.522000', '164612.524000', '164612.527000', '164612.530000', '164612.533000', '164612.536000', '164612.538000', '164612.541000', '164612.544000', '164612.547000', '164612.550000', '164612.553000', '164612.555000', '164612.558000', '164612.561000', '164612.564000', '164612.567000', '164612.570000', '164612.572000', '164612.575000', '164612.578000', '164612.581000', '164612.583000', '164612.586000', '164612.589000', '164612.592000', '164612.595000', '164612.597000', '164612.600000', '164612.603000', '164632.482000', '164632.485000', '164632.488000', '164632.491000', '164632.493000', '164632.496000', '164632.499000', '164632.502000', '164632.505000', '164632.508000', '164632.511000', '164632.513000', '164632.516000', '164632.519000', '164632.522000', '164632.525000', '164632.528000', '164632.531000', '164632.533000', '164632.536000', '164632.539000', '164632.542000', '164632.545000', '164632.547000', '164632.550000', '164632.553000', '164632.556000', '164632.559000', '164632.561000', '164632.564000', '164632.567000', '164632.570000', '164632.573000', '164632.576000', '164632.578000', '164632.581000', '164632.584000', '164632.587000', '164632.590000', '164632.593000', '164632.595000', '164632.598000', '164632.601000', '164632.614000', '164652.482000', '164652.485000', '164652.488000', '164652.491000', '164652.494000', '164652.496000', '164652.499000', '164652.502000', '164652.505000', '164652.508000', '164652.511000', '164652.514000', '164652.516000', '164652.519000', '164652.522000', '164652.525000', '164652.528000', '164652.531000', '164652.534000', '164652.536000', '164652.539000', '164652.542000', '164652.545000', '164652.548000', '164652.551000', '164652.553000', '164652.556000', '164652.559000', '164652.562000', '164652.565000', '164652.568000', '164652.571000', '164652.574000', '164652.576000', '164652.579000', '164652.582000', '164652.585000', '164652.588000', '164652.590000', '164652.593000', '164652.596000', '164652.599000', '164652.602000', '164712.482000', '164712.485000', '164712.488000', '164712.491000', '164712.494000', '164712.497000', '164712.500000', '164712.503000', '164712.506000', '164712.509000', '164712.511000', '164712.514000', '164712.517000', '164712.520000', '164712.523000', '164712.526000', '164712.528000', '164712.531000', '164712.534000', '164712.537000', '164712.540000', '164712.542000', '164712.545000', '164712.548000', '164712.551000', '164712.554000', '164712.556000', '164712.559000', '164712.562000', '164712.565000', '164712.568000', '164712.571000', '164712.574000', '164712.576000', '164712.579000', '164712.582000', '164712.585000', '164712.588000', '164712.590000', '164712.593000', '164712.596000', '164712.599000', '164712.602000', '164732.482000', '164732.485000', '164732.488000', '164732.491000', '164732.494000', '164732.496000', '164732.499000', '164732.502000', '164732.505000', '164732.508000', '164732.511000', '164732.514000', '164732.517000', '164732.519000', '164732.522000', '164732.525000', '164732.528000', '164732.531000', '164732.533000', '164732.536000', '164732.539000', '164732.542000', '164732.545000', '164732.548000', '164732.551000', '164732.553000', '164732.556000', '164732.559000', '164732.562000', '164732.565000', '164732.568000', '164732.571000', '164732.574000', '164732.576000', '164732.579000', '164732.582000', '164732.585000', '164732.588000', '164732.591000', '164732.593000', '164732.596000', '164732.599000', '164732.602000', '164732.605000', '164752.482000', '164752.485000', '164752.488000', '164752.491000', '164752.494000', '164752.498000', '164752.503000', '164752.506000', '164752.509000', '164752.512000', '164752.515000', '164752.518000', '164752.521000', '164752.524000', '164752.527000', '164752.530000', '164752.532000', '164752.535000', '164752.538000', '164752.541000', '164752.544000', '164752.547000', '164752.549000', '164752.552000', '164752.555000', '164752.558000', '164752.561000', '164752.564000', '164752.567000', '164752.570000', '164752.572000', '164752.575000', '164752.578000', '164752.581000', '164752.584000', '164752.587000', '164752.589000', '164752.592000', '164752.595000', '164752.598000', '164752.601000', '164752.604000', '164752.607000', '164812.482000', '164812.485000', '164812.488000', '164812.491000', '164812.493000', '164812.496000', '164812.499000', '164812.502000', '164812.505000', '164812.507000', '164812.518000', '164812.521000', '164812.524000', '164812.526000', '164812.529000', '164812.532000', '164812.535000', '164812.538000', '164812.541000', '164812.544000', '164812.546000', '164812.551000', '164812.554000', '164812.557000', '164812.560000', '164812.563000', '164812.566000', '164812.569000', '164812.572000', '164812.575000', '164812.577000', '164812.580000', '164812.583000', '164812.586000', '164812.589000', '164812.592000', '164812.595000', '164812.597000', '164812.600000', '164812.603000', '164812.606000', '164812.609000', '164812.612000', '164812.614000', '164832.482000', '164832.485000', '164832.488000', '164832.490000', '164832.494000', '164832.496000', '164832.499000', '164832.502000', '164832.505000', '164832.508000', '164832.511000', '164832.513000', '164832.516000', '164832.519000', '164832.522000', '164832.525000', '164832.528000', '164832.531000', '164832.533000', '164832.536000', '164832.539000', '164832.542000', '164832.545000', '164832.548000', '164832.551000', '164832.554000', '164832.557000', '164832.560000', '164832.563000', '164832.565000', '164832.568000', '164832.571000', '164832.574000', '164832.577000', '164832.580000', '164832.583000', '164832.585000', '164832.588000', '164832.591000', '164832.594000', '164832.597000', '164832.600000', '164832.603000', '164852.482000', '164852.485000', '164852.488000', '164852.491000', '164852.494000', '164852.497000', '164852.499000', '164852.502000', '164852.505000', '164852.508000', '164852.511000', '164852.513000', '164852.516000', '164852.519000', '164852.522000', '164852.524000', '164852.527000', '164852.530000', '164852.533000', '164852.536000', '164852.538000', '164852.541000', '164852.544000', '164852.547000', '164852.550000', '164852.553000', '164852.555000', '164852.558000', '164852.561000', '164852.564000', '164852.567000', '164852.570000', '164852.572000', '164852.575000', '164852.578000', '164852.581000', '164852.584000', '164852.587000', '164852.589000', '164852.592000', '164852.595000', '164852.598000', '164852.601000', '164852.603000', '164912.483000', '164912.486000', '164912.489000', '164912.492000', '164912.495000', '164912.498000', '164912.501000', '164912.504000', '164912.506000', '164912.509000', '164912.512000', '164912.515000', '164912.518000', '164912.521000', '164912.524000', '164912.526000', '164912.529000', '164912.532000', '164912.535000', '164912.538000', '164912.541000', '164912.544000', '164912.547000', '164912.550000', '164912.553000', '164912.556000', '164912.559000', '164912.562000', '164912.564000', '164912.567000', '164912.570000', '164912.573000', '164912.576000', '164912.579000', '164912.582000', '164912.584000', '164912.587000', '164912.590000', '164912.593000', '164912.596000', '164912.599000', '164912.601000', '164912.604000', '164932.482000', '164932.485000', '164932.488000', '164932.491000', '164932.494000', '164932.496000', '164932.499000', '164932.502000', '164932.505000', '164932.508000', '164932.511000', '164932.513000', '164932.516000', '164932.519000', '164932.522000', '164932.525000', '164932.528000', '164932.531000', '164932.533000', '164932.536000', '164932.539000', '164932.554000', '164932.556000', '164932.559000', '164932.562000', '164932.565000', '164932.568000', '164932.570000', '164932.573000', '164932.576000', '164932.579000', '164932.582000', '164932.585000', '164932.587000', '164932.590000', '164932.593000', '164932.596000', '164932.599000', '164932.601000', '164932.604000', '164932.607000', '164932.610000', '164932.613000', '164932.616000', '164952.482000', '164952.485000', '164952.497000', '164952.500000', '164952.502000', '164952.505000', '164952.508000', '164952.511000', '164952.514000', '164952.517000', '164952.520000', '164952.522000', '164952.525000', '164952.528000', '164952.531000', '164952.534000', '164952.536000', '164952.539000', '164952.542000', '164952.545000', '164952.548000', '164952.551000', '164952.553000', '164952.556000', '164952.559000', '164952.562000', '164952.565000', '164952.567000', '164952.570000', '164952.574000', '164952.577000', '164952.580000', '164952.583000', '164952.586000', '164952.589000', '164952.592000', '164952.595000', '164952.598000', '164952.601000', '164952.603000', '164952.606000', '164952.609000', '164952.612000', '165012.482000', '165012.485000', '165012.488000', '165012.491000', '165012.493000', '165012.496000', '165012.499000', '165012.502000', '165012.505000', '165012.508000', '165012.510000', '165012.513000', '165012.516000', '165012.519000', '165012.521000', '165012.524000', '165012.527000', '165012.530000', '165012.533000', '165012.536000', '165012.538000', '165012.541000', '165012.544000', '165012.547000', '165012.550000', '165012.553000', '165012.555000', '165012.558000', '165012.561000', '165012.564000', '165012.567000', '165012.569000', '165012.572000', '165012.575000', '165012.578000', '165012.581000', '165012.584000', '165012.586000', '165012.589000', '165012.592000', '165012.595000', '165012.598000', '165012.600000', '165012.603000', '165032.482000', '165032.485000', '165032.488000', '165032.491000', '165032.494000', '165032.502000', '165032.505000', '165032.508000', '165032.510000', '165032.513000', '165032.516000', '165032.520000', '165032.523000', '165032.526000', '165032.528000', '165032.531000', '165032.534000', '165032.537000', '165032.540000', '165032.543000', '165032.545000', '165032.548000', '165032.551000', '165032.554000', '165032.557000', '165032.560000', '165032.562000', '165032.565000', '165032.568000', '165032.571000', '165032.576000', '165032.580000', '165032.584000', '165032.587000', '165032.590000', '165032.592000', '165032.595000', '165032.598000', '165032.601000', '165032.604000', '165032.606000', '165032.609000', '165032.612000', '165052.482000', '165052.485000', '165052.488000', '165052.491000', '165052.494000', '165052.496000', '165052.499000', '165052.502000', '165052.505000', '165052.508000', '165052.510000', '165052.513000', '165052.516000', '165052.519000', '165052.522000', '165052.525000', '165052.527000', '165052.530000', '165052.533000', '165052.536000', '165052.539000', '165052.541000', '165052.544000', '165052.547000', '165052.550000', '165052.553000', '165052.556000', '165052.558000', '165052.561000', '165052.564000', '165052.567000', '165052.570000', '165052.587000', '165052.590000', '165052.593000', '165052.595000', '165052.598000', '165052.601000', '165052.604000', '165052.607000', '165052.610000', '165052.612000', '165052.615000', '165052.618000', '165112.482000', '165112.485000', '165112.488000', '165112.491000', '165112.494000', '165112.496000', '165112.499000', '165112.502000', '165112.505000', '165112.508000', '165112.511000', '165112.513000', '165112.516000', '165112.519000', '165112.522000', '165112.525000', '165112.528000', '165112.530000', '165112.533000', '165112.536000', '165112.539000', '165112.541000', '165112.544000', '165112.547000', '165112.550000', '165112.553000', '165112.556000', '165112.558000', '165112.561000', '165112.564000', '165112.567000', '165112.570000', '165112.573000', '165112.576000', '165112.579000', '165112.582000', '165112.584000', '165112.587000', '165112.590000', '165112.595000', '165112.598000', '165112.601000', '165112.604000', '165129.682000', '165129.686000', '165129.689000', '165129.692000', '165129.695000', '165129.699000', '165129.703000', '165129.706000', '165129.709000', '165129.712000', '165129.715000', '165129.718000', '165129.721000', '165129.724000', '165129.726000', '165129.730000', '165129.733000', '165129.736000', '165129.739000', '165129.742000', '165129.745000', '165129.748000', '165129.751000', '165129.753000', '165129.756000', '165129.759000', '165129.762000', '165129.765000', '165129.768000', '165129.771000', '165129.774000', '165129.777000', '165129.780000', '165129.783000', '165129.785000', '165129.789000', '165129.792000', '165129.795000'], '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': [11870, 8610, 14441, 10397, 18430, 14036, 16701, 11733, 14256, 10261, 13555, 8428, 13077, 7987, 8795, 7841, 11375, 7622, 11519, 8467, 7687, 11147, 17047, 13103, 10388, 15505, 7947, 9182, 12611, 8622, 10754, 7773, 7682, 7671, 7926, 9108, 7887, 11588, 8658, 12739, 17344, 13759, 14172, 8656, 7973, 16084, 9771, 11981, 11296, 8173, 12194, 7612, 12866, 7830, 9334, 12668, 8117, 12952, 9191, 11470, 7712, 9226, 16444, 9879, 12249, 7839, 10651, 7813, 7632, 16454, 9901, 12034, 7758, 7850, 8970, 8006, 7618, 7873, 12068, 8391, 14345, 9957, 13136, 8957, 12698, 9770, 12453, 7829, 10574, 11253, 8106, 14297, 8440, 16858, 9059, 11542, 9755, 7795, 16699, 10064, 12335, 7789, 10104, 13429, 9080, 12820, 8030, 10263, 8587, 8028, 7633, 7716, 12902, 9235, 11261, 9169, 7804, 13727, 9144, 12303, 7644, 11138, 12511, 8676, 12686, 8689, 11569, 7811, 8081, 7725, 7822, 13951, 9591, 12383, 8321, 11249, 7685, 11103, 9722, 7675, 12525, 8462, 13204, 9499, 11797, 7594, 12910, 9572, 11515, 8539, 12312, 8265, 12927, 9407, 13963, 18769, 15938, 13219, 7813, 11047, 8147, 7638, 12745, 9051, 10515, 7741, 11268, 7922, 10344, 8434, 7771, 10331, 7793, 12837, 9026, 12012, 9479, 18269, 19556, 15305, 14393, 11265, 12493, 7638, 9337, 16608, 10138, 12534, 10746, 7876, 11057, 7622, 12206, 7830, 10678, 7909, 8102, 12815, 9004, 11956, 7811, 11565, 10648, 8179, 13019, 7864, 12220, 8518, 8387, 15959, 8163, 12337, 12213, 8431, 13330, 8945, 9950, 7846, 8992, 13076, 9027, 12760, 7659, 7789, 13006, 9178, 12835, 9343, 12311, 15013, 8339, 14249, 9749, 12633, 8377, 11571, 7986, 7756, 17082, 10176, 12503, 8039, 10957, 16068, 9761, 12128, 7542, 7717, 7751, 7948, 13472, 9555, 12474, 7780, 10482, 7863, 10184, 16121, 9979, 13050, 8027, 10473, 7784, 10444, 17413, 9855, 13893, 9585, 12331, 8496, 11705, 8196, 12216, 8181, 12078, 8996, 9180, 9124, 8028, 17689, 10100, 14776, 9876, 12591, 8564, 10368, 7978, 7802, 17870, 10725, 14329, 8720, 11539, 7807, 8080, 16439, 9136, 12625, 8293, 11804, 7789, 10626, 7721, 7733, 13743, 9680, 11959, 7950, 10948, 7670, 11460, 7845, 12010, 9442, 8291, 8774, 7868, 17203, 10286, 11836, 13295, 8448, 16963, 10184, 13773, 9221, 11792, 8761, 7909, 14358, 9590, 13868, 7872, 12271, 8067, 11174, 7980, 9395, 7619, 9390, 12661, 8898, 14600, 9686, 12531, 7967, 9903, 7605, 8084, 16399, 9935, 12779, 8002, 9391, 10142, 7819, 13023, 7726, 13255, 7864, 9311, 8820, 7571, 13269, 8154, 13082, 9090, 11530, 8739, 7917, 13535, 9021, 13423, 9025, 12550, 8121, 8134, 12576, 8666, 13658, 9998, 11928, 7889, 11779, 8047, 12471, 7888, 10593, 8448, 7654, 12793, 8259, 14611, 8224, 11957, 7936, 11409, 15290, 8982, 14926, 9180, 8162, 16445, 10091, 12290, 7931, 10173, 7809, 8361, 7609, 8441, 7853, 8754, 15204, 8677, 11735, 9562, 7896, 16046, 8486, 8247, 16968, 10584, 12992, 8001, 10883, 7869, 10293, 8044, 12324, 8217, 10782, 8683, 14686, 10022, 14641, 10335, 14437, 10653, 14249, 10220, 14440, 10721, 13839, 9529, 13805, 8788, 16560, 17196, 14539, 8380, 7737, 8141, 8491, 9771, 8156, 12263, 8812, 12921, 18419, 14636, 14814, 9957, 12434, 8046, 12332, 8055, 13546, 10122, 13821, 10842, 17983, 13623, 16356, 10267, 11842, 8027, 10005, 7756, 10699, 7767, 9088, 8908, 7796, 13365, 9904, 13623, 9158, 13453, 10373, 12732, 8092, 10182, 9323, 7867, 12138, 8733, 7850, 7904, 7810, 8444, 8000, 12042, 8674, 12485, 9684, 11740, 9263, 17983, 13887, 15099, 9907, 14667, 10965, 13464, 8823, 11482, 8362, 8203, 10764, 7747, 9745, 7713, 7791, 8102, 7641, 10022, 10250, 7805, 12166, 8588, 7866, 7687, 14277, 10245, 14405, 9579, 12173, 7807, 9492, 11906, 8348, 13471, 9340, 8514, 7974, 7903, 8601, 7656, 11532, 7814, 12968, 7963, 11288, 8700, 12814, 10027, 7948, 12460, 9990, 15822, 10914, 14461, 9465, 13024, 9585, 13005, 8574, 13062, 9303, 13161, 8594, 13087, 8686, 12850, 7884, 12334, 8437, 12006, 9759, 8781, 10829, 8297, 12440, 17984, 12908, 14066, 10047, 13214, 8169, 10505, 16225, 9924, 14050, 8326, 9771, 8626, 7702, 12790, 7848, 12430, 7914, 12103, 8690, 11650, 8033, 12252, 8077, 9314, 7596, 9024, 7724, 9832, 8388, 13313, 10015, 12768, 10616, 13913, 11683, 10624, 7965, 8349, 17375, 10036, 15096, 10252, 12876, 8564, 12503, 9111, 12892, 10126, 12720, 8316, 11420, 8415, 14650, 8541, 11868, 8576, 8445, 7970, 8184, 7606, 10081, 9412, 9977, 7783, 9178, 8360, 10910, 7962, 14459, 10784, 11954, 9030, 7738, 13586, 19100, 12724, 13399, 8008, 10353, 7884, 11718, 7747, 10834, 17957, 10328, 13200, 7704, 12629, 8218, 12422, 8542, 12336, 9548, 9763, 7908, 12090, 9054, 15938, 9990, 14195, 9613, 12822, 8205, 11659, 9375, 10082, 7785, 9071, 7974, 12908, 7889, 13004, 9115, 12401, 9161, 17239, 12126, 17085, 10921, 14503, 10996, 9031, 17316, 9477, 10450, 7620, 12417, 7759, 13247, 9279, 12233, 9177, 11333, 7759, 11282, 8559, 12996, 9659, 12519, 9079, 12599, 8174, 11995, 7680, 9555, 7627, 9307, 7477, 8788, 9647, 12849, 9966, 13183, 8769, 14096, 8683, 11564, 17700, 11588, 13881, 9822, 10217, 7822, 7776, 10498, 7629, 9492, 7927, 7702, 8137, 7895, 7485, 7849, 9534, 7730, 11776, 16792, 15757, 11231, 14442, 9128, 12331, 7905, 12907, 9443, 12142, 9666, 11633, 7865, 11436, 8876, 10221, 8541, 17692, 10568, 14628, 10445, 12253, 10201, 10958, 8430, 7983, 12126, 8439, 13173, 9814, 12890, 7996, 11591, 7747, 12641, 8267, 11503, 9034, 9960, 7642, 9195, 13566, 8868, 11568, 7897, 7806, 7837, 7948, 12418, 9065, 12581, 8159, 13097, 7817, 12538, 8111, 11922, 8171, 15978, 8890, 13904, 9595, 11666, 11201, 10251, 7532, 7959, 15192, 11085, 14744, 10383, 13930, 10077, 15379, 10201, 14470, 10028, 13083, 7919, 12432, 8498, 12530, 8811, 7943, 8965, 7721, 15425, 9698, 11244, 8030, 7780, 7927, 7951, 12961, 8537, 10555, 11413, 8106, 13651, 7784, 12230, 9294, 8100, 15009, 8785, 7942, 8148, 7837, 12505, 7796, 8003, 13523, 8982, 10418, 7575, 8602, 11105, 7805, 12051, 8275, 12064, 7786, 13335, 9512, 12327, 8923, 12107, 8025, 12062, 7846, 9813, 7835, 12767, 8834, 12736, 8991, 12834, 17465, 11993, 16308, 9266, 8780, 17050, 10174, 13311, 8075, 11871, 7712, 9457, 8338, 7875, 13314, 9735, 13214, 8195, 11644, 9911, 7982, 13724, 9381, 12749, 8526, 11726, 8024, 10460, 14735, 9604, 13664, 9709, 11986, 7657, 11021, 11566, 8455, 14041, 8079, 9564, 11860, 8074, 13394, 8994, 11280, 10386, 7760, 13558, 8088, 9820, 15725, 8570, 8116, 13175, 7930, 10715, 7596, 7810, 8024, 8172, 7792, 7918, 11389, 8006, 7857, 12775, 8881, 10815, 7705, 10228, 10179, 7986, 15987, 8660, 11473, 7808, 9997, 11249, 8241, 15769, 8859, 9186, 13708, 9218, 11024, 7804, 13028, 7854, 7932, 13384, 8484, 10522, 9097, 7928, 13250, 8044, 8672, 14012, 10068, 11825, 7777, 11632, 8024, 11065, 15826, 10025, 11591, 7927, 7959, 14946, 8268, 11588, 15840, 10109, 11531, 10869, 7993, 13103, 7692, 9592, 14877, 10136, 11867, 14971, 9275, 12047, 7633, 9124, 13756, 9351, 11598, 10577, 7918, 12307, 7902, 10975, 12299, 8529, 12665, 11625, 8184, 12592, 7812, 7918, 12319, 7774, 12876, 8034, 8711, 13665, 9584, 13174, 8347, 12272, 8184, 10667, 8149, 12144, 8160, 9785, 17499, 11405, 12902, 11200, 8017, 14215, 7932, 13299, 7757, 9851, 12241, 9138, 13390, 8807, 12680, 7707, 10585, 8563, 7991, 10207, 7744, 13376, 8579, 13033, 10373, 12757, 9816, 10092, 8244, 8038, 10467, 7969, 13201, 9279, 14302, 9207, 14664, 7873, 10885, 18597, 12767, 13884, 7985, 10166, 7813, 8113, 11162, 8192, 13744, 10463, 12233, 8342, 11633, 7836, 13890, 8178, 12179, 7822, 11778, 7933, 10278, 7608, 12412, 9509, 13211, 7729, 12664, 8404, 12799, 7845, 13777, 10368, 16704, 11901, 16014, 10748, 13336, 14003, 8915, 13427, 8304, 10512, 7594, 12800, 7975, 13764, 9904, 13468, 9901, 11958, 7646, 11699, 7915, 12159, 8610, 11673, 7718, 12390, 8673], 'WindowCenter': [4781.0, 4725.0, 4765.0, 4725.0, 4770.0, 4727.0, 4721.0, 4674.0, 4684.0, 4627.0, 4671.0, 4741.0, 4793.0, 4705.0, 4690.0, 4664.0, 4691.0, 4654.0, 4705.0, 4661.0, 4653.0, 4703.0, 4731.0, 4695.0, 4656.0, 4694.0, 4623.0, 4645.0, 4685.0, 4646.0, 4665.0, 4625.0, 4627.0, 4639.0, 4650.0, 4660.0, 4663.0, 4701.0, 4675.0, 4713.0, 4743.0, 4711.0, 4700.0, 4637.0, 4627.0, 4705.0, 4655.0, 4676.0, 4665.0, 4637.0, 4675.0, 4626.0, 4686.0, 4628.0, 4646.0, 4685.0, 4636.0, 4684.0, 4658.0, 4678.0, 4628.0, 4659.0, 4716.0, 4667.0, 4687.0, 4628.0, 4668.0, 4638.0, 4639.0, 4717.0, 4666.0, 4687.0, 4637.0, 4639.0, 4658.0, 4640.0, 4639.0, 4650.0, 4688.0, 4648.0, 4708.0, 4670.0, 4710.0, 4661.0, 4699.0, 4669.0, 4687.0, 4638.0, 4667.0, 4677.0, 4638.0, 4697.0, 4638.0, 4715.0, 4643.0, 4675.0, 4645.0, 4626.0, 4705.0, 4654.0, 4674.0, 4625.0, 4665.0, 4684.0, 4645.0, 4684.0, 4634.0, 4666.0, 4644.0, 4637.0, 4626.0, 4638.0, 4686.0, 4657.0, 4675.0, 4657.0, 4637.0, 4695.0, 4658.0, 4686.0, 4638.0, 4679.0, 4687.0, 4648.0, 4697.0, 4649.0, 4687.0, 4638.0, 4647.0, 4639.0, 4640.0, 4709.0, 4669.0, 4699.0, 4660.0, 4689.0, 4651.0, 4690.0, 4668.0, 4651.0, 4699.0, 4661.0, 4711.0, 4684.0, 4701.0, 4654.0, 4712.0, 4682.0, 4703.0, 4673.0, 4702.0, 4662.0, 4712.0, 4683.0, 4735.0, 4742.0, 4720.0, 4698.0, 4638.0, 4677.0, 4637.0, 4638.0, 4698.0, 4659.0, 4690.0, 4650.0, 4690.0, 4660.0, 4681.0, 4663.0, 4653.0, 4695.0, 4664.0, 4722.0, 4674.0, 4713.0, 4685.0, 4754.0, 4752.0, 4719.0, 4707.0, 4677.0, 4686.0, 4625.0, 4655.0, 4715.0, 4664.0, 4686.0, 4665.0, 4636.0, 4664.0, 4636.0, 4684.0, 4636.0, 4666.0, 4637.0, 4649.0, 4697.0, 4659.0, 4688.0, 4650.0, 4690.0, 4678.0, 4648.0, 4698.0, 4650.0, 4700.0, 4658.0, 4648.0, 4718.0, 4648.0, 4698.0, 4687.0, 4648.0, 4697.0, 4656.0, 4667.0, 4649.0, 4660.0, 4698.0, 4670.0, 4699.0, 4650.0, 4651.0, 4709.0, 4671.0, 4710.0, 4671.0, 4699.0, 4719.0, 4650.0, 4708.0, 4670.0, 4699.0, 4648.0, 4689.0, 4649.0, 4639.0, 4726.0, 4677.0, 4696.0, 4649.0, 4679.0, 4717.0, 4667.0, 4688.0, 4638.0, 4639.0, 4638.0, 4651.0, 4709.0, 4670.0, 4699.0, 4651.0, 4689.0, 4650.0, 4692.0, 4730.0, 4681.0, 4700.0, 4648.0, 4678.0, 4640.0, 4679.0, 4729.0, 4669.0, 4709.0, 4670.0, 4698.0, 4661.0, 4698.0, 4648.0, 4698.0, 4659.0, 4702.0, 4672.0, 4671.0, 4668.0, 4662.0, 4740.0, 4679.0, 4708.0, 4669.0, 4699.0, 4649.0, 4667.0, 4637.0, 4637.0, 4714.0, 4664.0, 4696.0, 4647.0, 4675.0, 4624.0, 4637.0, 4704.0, 4644.0, 4673.0, 4635.0, 4675.0, 4626.0, 4664.0, 4637.0, 4638.0, 4694.0, 4657.0, 4687.0, 4636.0, 4677.0, 4639.0, 4686.0, 4649.0, 4698.0, 4669.0, 4648.0, 4649.0, 4648.0, 4728.0, 4666.0, 4686.0, 4696.0, 4646.0, 4715.0, 4664.0, 4695.0, 4655.0, 4674.0, 4633.0, 4636.0, 4695.0, 4656.0, 4695.0, 4635.0, 4686.0, 4637.0, 4677.0, 4637.0, 4658.0, 4638.0, 4659.0, 4696.0, 4657.0, 4707.0, 4658.0, 4686.0, 4636.0, 4666.0, 4638.0, 4649.0, 4716.0, 4667.0, 4687.0, 4637.0, 4658.0, 4665.0, 4639.0, 4697.0, 4639.0, 4698.0, 4636.0, 4658.0, 4658.0, 4640.0, 4698.0, 4647.0, 4698.0, 4659.0, 4689.0, 4647.0, 4649.0, 4708.0, 4660.0, 4699.0, 4660.0, 4698.0, 4639.0, 4638.0, 4698.0, 4660.0, 4708.0, 4670.0, 4689.0, 4651.0, 4700.0, 4653.0, 4712.0, 4651.0, 4692.0, 4662.0, 4653.0, 4711.0, 4663.0, 4722.0, 4652.0, 4691.0, 4650.0, 4692.0, 4720.0, 4661.0, 4719.0, 4659.0, 4648.0, 4718.0, 4669.0, 4688.0, 4639.0, 4679.0, 4641.0, 4662.0, 4653.0, 4662.0, 4663.0, 4675.0, 4733.0, 4663.0, 4702.0, 4682.0, 4663.0, 4733.0, 4661.0, 4662.0, 4729.0, 4679.0, 4699.0, 4649.0, 4690.0, 4652.0, 4679.0, 4663.0, 4711.0, 4688.0, 4704.0, 4686.0, 4747.0, 4682.0, 4773.0, 4706.0, 4695.0, 4668.0, 4708.0, 4680.0, 4709.0, 4680.0, 4710.0, 4684.0, 4749.0, 4688.0, 4753.0, 4754.0, 4722.0, 4651.0, 4638.0, 4646.0, 4648.0, 4680.0, 4663.0, 4713.0, 4684.0, 4724.0, 4739.0, 4706.0, 4694.0, 4653.0, 4673.0, 4626.0, 4674.0, 4625.0, 4685.0, 4666.0, 4687.0, 4666.0, 4704.0, 4673.0, 4682.0, 4629.0, 4637.0, 4598.0, 4618.0, 4598.0, 4626.0, 4598.0, 4608.0, 4608.0, 4599.0, 4658.0, 4629.0, 4669.0, 4630.0, 4659.0, 4630.0, 4659.0, 4610.0, 4630.0, 4619.0, 4613.0, 4673.0, 4633.0, 4623.0, 4638.0, 4626.0, 4636.0, 4627.0, 4677.0, 4651.0, 4688.0, 4661.0, 4688.0, 4673.0, 4730.0, 4696.0, 4695.0, 4656.0, 4685.0, 4653.0, 4684.0, 4634.0, 4664.0, 4624.0, 4624.0, 4654.0, 4614.0, 4644.0, 4622.0, 4625.0, 4625.0, 4626.0, 4657.0, 4657.0, 4628.0, 4687.0, 4649.0, 4637.0, 4640.0, 4708.0, 4667.0, 4697.0, 4657.0, 4676.0, 4627.0, 4656.0, 4677.0, 4652.0, 4701.0, 4659.0, 4636.0, 4653.0, 4639.0, 4648.0, 4641.0, 4691.0, 4652.0, 4712.0, 4677.0, 4730.0, 4673.0, 4682.0, 4655.0, 4637.0, 4699.0, 4682.0, 4735.0, 4705.0, 4708.0, 4670.0, 4697.0, 4669.0, 4697.0, 4661.0, 4711.0, 4683.0, 4722.0, 4686.0, 4725.0, 4676.0, 4724.0, 4662.0, 4709.0, 4661.0, 4711.0, 4686.0, 4702.0, 4733.0, 4676.0, 4727.0, 4742.0, 4700.0, 4707.0, 4668.0, 4698.0, 4648.0, 4679.0, 4716.0, 4672.0, 4709.0, 4649.0, 4669.0, 4647.0, 4638.0, 4686.0, 4653.0, 4753.0, 4665.0, 4700.0, 4673.0, 4716.0, 4730.0, 4716.0, 4650.0, 4672.0, 4654.0, 4673.0, 4652.0, 4681.0, 4664.0, 4721.0, 4683.0, 4713.0, 4693.0, 4724.0, 4702.0, 4682.0, 4651.0, 4652.0, 4740.0, 4682.0, 4720.0, 4682.0, 4700.0, 4660.0, 4700.0, 4672.0, 4711.0, 4680.0, 4712.0, 4666.0, 4703.0, 4664.0, 4722.0, 4663.0, 4700.0, 4661.0, 4651.0, 4651.0, 4651.0, 4651.0, 4681.0, 4672.0, 4681.0, 4665.0, 4672.0, 4663.0, 4693.0, 4655.0, 4723.0, 4703.0, 4714.0, 4674.0, 4654.0, 4726.0, 4755.0, 4701.0, 4698.0, 4639.0, 4667.0, 4637.0, 4677.0, 4624.0, 4679.0, 4728.0, 4653.0, 4683.0, 4625.0, 4671.0, 4633.0, 4685.0, 4659.0, 4700.0, 4672.0, 4671.0, 4651.0, 4700.0, 4660.0, 4718.0, 4668.0, 4697.0, 4658.0, 4685.0, 4649.0, 4692.0, 4685.0, 4694.0, 4656.0, 4662.0, 4651.0, 4697.0, 4639.0, 4696.0, 4658.0, 4688.0, 4660.0, 4727.0, 4687.0, 4717.0, 4667.0, 4696.0, 4654.0, 4632.0, 4703.0, 4643.0, 4652.0, 4623.0, 4686.0, 4638.0, 4671.0, 4655.0, 4661.0, 4618.0, 4649.0, 4613.0, 4673.0, 4676.0, 4725.0, 4684.0, 4699.0, 4658.0, 4688.0, 4650.0, 4689.0, 4653.0, 4672.0, 4640.0, 4658.0, 4626.0, 4633.0, 4666.0, 4712.0, 4692.0, 4710.0, 4675.0, 4720.0, 4646.0, 4677.0, 4715.0, 4676.0, 4695.0, 4656.0, 4654.0, 4627.0, 4638.0, 4678.0, 4640.0, 4656.0, 4650.0, 4640.0, 4652.0, 4664.0, 4654.0, 4665.0, 4685.0, 4667.0, 4718.0, 4749.0, 4722.0, 4694.0, 4723.0, 4673.0, 4701.0, 4649.0, 4698.0, 4672.0, 4701.0, 4684.0, 4703.0, 4665.0, 4702.0, 4672.0, 4682.0, 4675.0, 4743.0, 4694.0, 4735.0, 4695.0, 4702.0, 4683.0, 4691.0, 4663.0, 4651.0, 4702.0, 4652.0, 4700.0, 4670.0, 4701.0, 4641.0, 4689.0, 4640.0, 4699.0, 4649.0, 4680.0, 4648.0, 4668.0, 4640.0, 4659.0, 4712.0, 4673.0, 4690.0, 4665.0, 4638.0, 4651.0, 4651.0, 4723.0, 4683.0, 4723.0, 4677.0, 4733.0, 4665.0, 4711.0, 4664.0, 4701.0, 4664.0, 4732.0, 4674.0, 4711.0, 4670.0, 4687.0, 4677.0, 4666.0, 4627.0, 4640.0, 4710.0, 4679.0, 4708.0, 4668.0, 4696.0, 4657.0, 4706.0, 4657.0, 4695.0, 4656.0, 4683.0, 4626.0, 4675.0, 4637.0, 4685.0, 4646.0, 4626.0, 4635.0, 4625.0, 4694.0, 4643.0, 4663.0, 4624.0, 4615.0, 4625.0, 4637.0, 4686.0, 4647.0, 4667.0, 4676.0, 4637.0, 4695.0, 4627.0, 4688.0, 4647.0, 4637.0, 4707.0, 4635.0, 4626.0, 4625.0, 4627.0, 4686.0, 4626.0, 4636.0, 4696.0, 4648.0, 4668.0, 4640.0, 4674.0, 4690.0, 4652.0, 4701.0, 4663.0, 4701.0, 4654.0, 4710.0, 4672.0, 4702.0, 4663.0, 4701.0, 4664.0, 4703.0, 4651.0, 4680.0, 4653.0, 4711.0, 4674.0, 4711.0, 4671.0, 4712.0, 4742.0, 4689.0, 4718.0, 4647.0, 4647.0, 4714.0, 4667.0, 4686.0, 4637.0, 4676.0, 4627.0, 4657.0, 4637.0, 4639.0, 4698.0, 4669.0, 4698.0, 4649.0, 4688.0, 4656.0, 4637.0, 4697.0, 4657.0, 4688.0, 4649.0, 4686.0, 4637.0, 4667.0, 4707.0, 4658.0, 4697.0, 4658.0, 4688.0, 4639.0, 4678.0, 4677.0, 4646.0, 4696.0, 4637.0, 4657.0, 4676.0, 4638.0, 4695.0, 4648.0, 4676.0, 4666.0, 4638.0, 4696.0, 4636.0, 4668.0, 4716.0, 4645.0, 4637.0, 4696.0, 4635.0, 4665.0, 4638.0, 4649.0, 4674.0, 4672.0, 4650.0, 4673.0, 4701.0, 4650.0, 4679.0, 4737.0, 4673.0, 4688.0, 4636.0, 4677.0, 4666.0, 4649.0, 4715.0, 4671.0, 4704.0, 4662.0, 4680.0, 4675.0, 4643.0, 4704.0, 4643.0, 4656.0, 4706.0, 4667.0, 4687.0, 4651.0, 4709.0, 4648.0, 4648.0, 4706.0, 4657.0, 4677.0, 4656.0, 4649.0, 4707.0, 4647.0, 4660.0, 4718.0, 4679.0, 4699.0, 4650.0, 4698.0, 4660.0, 4701.0, 4729.0, 4680.0, 4689.0, 4649.0, 4650.0, 4718.0, 4649.0, 4699.0, 4717.0, 4677.0, 4686.0, 4676.0, 4648.0, 4697.0, 4638.0, 4667.0, 4717.0, 4677.0, 4698.0, 4718.0, 4657.0, 4687.0, 4637.0, 4668.0, 4706.0, 4667.0, 4688.0, 4677.0, 4649.0, 4697.0, 4649.0, 4688.0, 4697.0, 4658.0, 4709.0, 4688.0, 4660.0, 4699.0, 4637.0, 4650.0, 4698.0, 4650.0, 4709.0, 4650.0, 4661.0, 4720.0, 4671.0, 4709.0, 4661.0, 4710.0, 4661.0, 4689.0, 4652.0, 4701.0, 4661.0, 4682.0, 4740.0, 4700.0, 4699.0, 4688.0, 4663.0, 4717.0, 4648.0, 4709.0, 4636.0, 4667.0, 4696.0, 4667.0, 4707.0, 4659.0, 4698.0, 4638.0, 4678.0, 4657.0, 4650.0, 4677.0, 4650.0, 4708.0, 4660.0, 4709.0, 4693.0, 4711.0, 4693.0, 4694.0, 4663.0, 4662.0, 4691.0, 4652.0, 4712.0, 4683.0, 4723.0, 4683.0, 4721.0, 4651.0, 4680.0, 4738.0, 4698.0, 4698.0, 4637.0, 4669.0, 4653.0, 4638.0, 4689.0, 4649.0, 4719.0, 4678.0, 4688.0, 4649.0, 4688.0, 4640.0, 4723.0, 4673.0, 4701.0, 4651.0, 4702.0, 4661.0, 4680.0, 4654.0, 4700.0, 4681.0, 4700.0, 4640.0, 4699.0, 4649.0, 4699.0, 4651.0, 4709.0, 4683.0, 4729.0, 4691.0, 4719.0, 4679.0, 4687.0, 4709.0, 4663.0, 4701.0, 4637.0, 4667.0, 4628.0, 4683.0, 4653.0, 4710.0, 4669.0, 4697.0, 4669.0, 4676.0, 4640.0, 4742.0, 4652.0, 4676.0, 4636.0, 4677.0, 4638.0, 4688.0, 4661.0], 'WindowWidth': [10467.0, 10371.0, 10407.0, 10346.0, 10399.0, 10331.0, 10312.0, 10232.0, 10247.0, 10154.0, 10223.0, 10389.0, 10459.0, 10320.0, 10288.0, 10243.0, 10269.0, 10223.0, 10296.0, 10229.0, 10220.0, 10287.0, 10328.0, 10265.0, 10209.0, 10257.0, 10159.0, 10191.0, 10248.0, 10196.0, 10219.0, 10168.0, 10173.0, 10193.0, 10210.0, 10225.0, 10236.0, 10284.0, 10253.0, 10306.0, 10344.0, 10294.0, 10277.0, 10186.0, 10172.0, 10275.0, 10208.0, 10237.0, 10220.0, 10185.0, 10235.0, 10171.0, 10251.0, 10173.0, 10197.0, 10248.0, 10187.0, 10249.0, 10216.0, 10243.0, 10178.0, 10220.0, 10295.0, 10228.0, 10254.0, 10177.0, 10230.0, 10190.0, 10194.0, 10298.0, 10226.0, 10256.0, 10188.0, 10194.0, 10216.0, 10196.0, 10194.0, 10212.0, 10258.0, 10208.0, 10289.0, 10237.0, 10292.0, 10229.0, 10276.0, 10235.0, 10258.0, 10191.0, 10229.0, 10240.0, 10190.0, 10269.0, 10189.0, 10294.0, 10192.0, 10236.0, 10193.0, 10171.0, 10278.0, 10206.0, 10233.0, 10169.0, 10223.0, 10247.0, 10194.0, 10246.0, 10181.0, 10225.0, 10195.0, 10187.0, 10173.0, 10191.0, 10254.0, 10214.0, 10239.0, 10215.0, 10190.0, 10267.0, 10217.0, 10253.0, 10192.0, 10247.0, 10256.0, 10204.0, 10270.0, 10209.0, 10258.0, 10193.0, 10205.0, 10194.0, 10199.0, 10291.0, 10236.0, 10277.0, 10226.0, 10263.0, 10216.0, 10268.0, 10235.0, 10214.0, 10278.0, 10230.0, 10299.0, 10264.0, 10284.0, 10224.0, 10299.0, 10258.0, 10289.0, 10248.0, 10285.0, 10234.0, 10300.0, 10263.0, 10339.0, 10347.0, 10306.0, 10272.0, 10191.0, 10244.0, 10187.0, 10193.0, 10273.0, 10223.0, 10268.0, 10217.0, 10266.0, 10229.0, 10256.0, 10238.0, 10222.0, 10281.0, 10242.0, 10317.0, 10253.0, 10304.0, 10269.0, 10368.0, 10359.0, 10304.0, 10285.0, 10240.0, 10253.0, 10169.0, 10210.0, 10292.0, 10219.0, 10253.0, 10223.0, 10183.0, 10220.0, 10185.0, 10249.0, 10187.0, 10227.0, 10188.0, 10209.0, 10273.0, 10222.0, 10260.0, 10212.0, 10266.0, 10248.0, 10208.0, 10274.0, 10214.0, 10282.0, 10219.0, 10207.0, 10302.0, 10207.0, 10274.0, 10256.0, 10207.0, 10271.0, 10215.0, 10231.0, 10209.0, 10226.0, 10275.0, 10239.0, 10279.0, 10214.0, 10217.0, 10292.0, 10244.0, 10296.0, 10243.0, 10281.0, 10304.0, 10213.0, 10290.0, 10239.0, 10279.0, 10208.0, 10264.0, 10208.0, 10198.0, 10314.0, 10246.0, 10271.0, 10209.0, 10251.0, 10301.0, 10231.0, 10260.0, 10192.0, 10195.0, 10195.0, 10215.0, 10292.0, 10240.0, 10279.0, 10216.0, 10266.0, 10214.0, 10273.0, 10325.0, 10255.0, 10282.0, 10209.0, 10248.0, 10198.0, 10251.0, 10321.0, 10237.0, 10291.0, 10240.0, 10274.0, 10228.0, 10277.0, 10211.0, 10276.0, 10224.0, 10285.0, 10249.0, 10242.0, 10236.0, 10233.0, 10337.0, 10250.0, 10289.0, 10237.0, 10279.0, 10208.0, 10230.0, 10188.0, 10190.0, 10295.0, 10222.0, 10268.0, 10200.0, 10236.0, 10167.0, 10187.0, 10274.0, 10190.0, 10229.0, 10182.0, 10235.0, 10172.0, 10222.0, 10188.0, 10191.0, 10265.0, 10215.0, 10256.0, 10189.0, 10242.0, 10195.0, 10255.0, 10211.0, 10276.0, 10236.0, 10207.0, 10207.0, 10207.0, 10318.0, 10227.0, 10255.0, 10265.0, 10200.0, 10294.0, 10222.0, 10266.0, 10209.0, 10234.0, 10177.0, 10185.0, 10264.0, 10210.0, 10264.0, 10185.0, 10253.0, 10189.0, 10242.0, 10190.0, 10217.0, 10194.0, 10222.0, 10270.0, 10218.0, 10285.0, 10219.0, 10256.0, 10187.0, 10228.0, 10192.0, 10208.0, 10297.0, 10229.0, 10256.0, 10189.0, 10218.0, 10226.0, 10194.0, 10271.0, 10196.0, 10274.0, 10188.0, 10218.0, 10217.0, 10196.0, 10272.0, 10204.0, 10274.0, 10222.0, 10261.0, 10204.0, 10209.0, 10288.0, 10223.0, 10276.0, 10224.0, 10275.0, 10194.0, 10193.0, 10273.0, 10224.0, 10287.0, 10238.0, 10261.0, 10214.0, 10279.0, 10220.0, 10299.0, 10215.0, 10272.0, 10230.0, 10220.0, 10296.0, 10233.0, 10313.0, 10216.0, 10268.0, 10214.0, 10270.0, 10307.0, 10226.0, 10306.0, 10220.0, 10206.0, 10301.0, 10232.0, 10257.0, 10195.0, 10249.0, 10201.0, 10230.0, 10220.0, 10233.0, 10235.0, 10252.0, 10330.0, 10232.0, 10284.0, 10258.0, 10237.0, 10333.0, 10232.0, 10232.0, 10321.0, 10252.0, 10278.0, 10210.0, 10265.0, 10218.0, 10250.0, 10236.0, 10297.0, 10282.0, 10295.0, 10272.0, 10357.0, 10259.0, 10409.0, 10301.0, 10265.0, 10230.0, 10286.0, 10251.0, 10292.0, 10250.0, 10293.0, 10266.0, 10369.0, 10283.0, 10367.0, 10366.0, 10317.0, 10217.0, 10193.0, 10202.0, 10206.0, 10254.0, 10234.0, 10305.0, 10267.0, 10322.0, 10338.0, 10280.0, 10261.0, 10200.0, 10228.0, 10167.0, 10233.0, 10167.0, 10247.0, 10223.0, 10253.0, 10221.0, 10273.0, 10226.0, 10238.0, 10158.0, 10167.0, 10112.0, 10142.0, 10114.0, 10150.0, 10115.0, 10128.0, 10126.0, 10116.0, 10197.0, 10158.0, 10213.0, 10161.0, 10201.0, 10160.0, 10200.0, 10134.0, 10161.0, 10146.0, 10144.0, 10228.0, 10173.0, 10161.0, 10189.0, 10168.0, 10181.0, 10171.0, 10238.0, 10210.0, 10257.0, 10224.0, 10256.0, 10244.0, 10320.0, 10265.0, 10262.0, 10206.0, 10246.0, 10201.0, 10244.0, 10174.0, 10214.0, 10160.0, 10162.0, 10200.0, 10149.0, 10188.0, 10160.0, 10166.0, 10166.0, 10169.0, 10211.0, 10212.0, 10175.0, 10252.0, 10203.0, 10187.0, 10193.0, 10283.0, 10226.0, 10269.0, 10212.0, 10236.0, 10172.0, 10211.0, 10239.0, 10216.0, 10281.0, 10217.0, 10182.0, 10218.0, 10192.0, 10203.0, 10200.0, 10266.0, 10217.0, 10298.0, 10263.0, 10342.0, 10252.0, 10240.0, 10208.0, 10186.0, 10275.0, 10258.0, 10335.0, 10294.0, 10287.0, 10237.0, 10267.0, 10232.0, 10271.0, 10228.0, 10297.0, 10265.0, 10317.0, 10275.0, 10328.0, 10258.0, 10320.0, 10236.0, 10293.0, 10232.0, 10298.0, 10270.0, 10308.0, 10349.0, 10259.0, 10327.0, 10343.0, 10276.0, 10283.0, 10231.0, 10275.0, 10204.0, 10249.0, 10298.0, 10241.0, 10290.0, 10207.0, 10233.0, 10204.0, 10191.0, 10254.0, 10221.0, 10379.0, 10243.0, 10280.0, 10250.0, 10312.0, 10364.0, 10313.0, 10211.0, 10246.0, 10221.0, 10247.0, 10218.0, 10254.0, 10237.0, 10311.0, 10262.0, 10304.0, 10278.0, 10322.0, 10283.0, 10255.0, 10212.0, 10215.0, 10337.0, 10256.0, 10308.0, 10256.0, 10277.0, 10224.0, 10279.0, 10248.0, 10298.0, 10256.0, 10298.0, 10241.0, 10288.0, 10238.0, 10315.0, 10233.0, 10282.0, 10226.0, 10212.0, 10213.0, 10213.0, 10214.0, 10256.0, 10243.0, 10255.0, 10241.0, 10244.0, 10232.0, 10276.0, 10223.0, 10317.0, 10290.0, 10306.0, 10251.0, 10225.0, 10326.0, 10368.0, 10281.0, 10272.0, 10191.0, 10228.0, 10189.0, 10241.0, 10169.0, 10250.0, 10316.0, 10199.0, 10243.0, 10166.0, 10220.0, 10175.0, 10249.0, 10221.0, 10280.0, 10244.0, 10241.0, 10216.0, 10277.0, 10224.0, 10301.0, 10232.0, 10269.0, 10215.0, 10252.0, 10207.0, 10273.0, 10269.0, 10283.0, 10233.0, 10231.0, 10213.0, 10270.0, 10196.0, 10266.0, 10219.0, 10257.0, 10225.0, 10314.0, 10257.0, 10299.0, 10229.0, 10269.0, 10204.0, 10173.0, 10270.0, 10188.0, 10199.0, 10162.0, 10255.0, 10191.0, 10222.0, 10212.0, 10208.0, 10143.0, 10189.0, 10146.0, 10231.0, 10260.0, 10324.0, 10266.0, 10277.0, 10220.0, 10260.0, 10211.0, 10265.0, 10219.0, 10244.0, 10196.0, 10216.0, 10169.0, 10175.0, 10230.0, 10297.0, 10274.0, 10296.0, 10254.0, 10309.0, 10200.0, 10241.0, 10293.0, 10236.0, 10265.0, 10208.0, 10205.0, 10174.0, 10190.0, 10244.0, 10197.0, 10212.0, 10211.0, 10196.0, 10214.0, 10235.0, 10222.0, 10239.0, 10267.0, 10245.0, 10316.0, 10362.0, 10312.0, 10278.0, 10315.0, 10244.0, 10280.0, 10209.0, 10272.0, 10241.0, 10281.0, 10261.0, 10287.0, 10239.0, 10285.0, 10245.0, 10257.0, 10251.0, 10344.0, 10278.0, 10337.0, 10283.0, 10284.0, 10260.0, 10269.0, 10232.0, 10217.0, 10283.0, 10215.0, 10280.0, 10238.0, 10279.0, 10198.0, 10262.0, 10197.0, 10274.0, 10207.0, 10252.0, 10205.0, 10232.0, 10196.0, 10221.0, 10302.0, 10248.0, 10265.0, 10241.0, 10197.0, 10215.0, 10218.0, 10323.0, 10267.0, 10324.0, 10265.0, 10337.0, 10244.0, 10300.0, 10237.0, 10287.0, 10237.0, 10330.0, 10251.0, 10298.0, 10237.0, 10260.0, 10240.0, 10226.0, 10173.0, 10194.0, 10294.0, 10248.0, 10287.0, 10231.0, 10267.0, 10215.0, 10282.0, 10215.0, 10262.0, 10210.0, 10244.0, 10170.0, 10235.0, 10186.0, 10251.0, 10196.0, 10170.0, 10181.0, 10168.0, 10260.0, 10187.0, 10214.0, 10163.0, 10153.0, 10167.0, 10188.0, 10252.0, 10201.0, 10229.0, 10238.0, 10187.0, 10265.0, 10174.0, 10257.0, 10199.0, 10187.0, 10284.0, 10182.0, 10171.0, 10167.0, 10174.0, 10251.0, 10171.0, 10186.0, 10265.0, 10203.0, 10230.0, 10198.0, 10251.0, 10268.0, 10217.0, 10281.0, 10232.0, 10280.0, 10222.0, 10294.0, 10244.0, 10285.0, 10231.0, 10281.0, 10237.0, 10288.0, 10217.0, 10254.0, 10220.0, 10297.0, 10249.0, 10297.0, 10246.0, 10303.0, 10339.0, 10262.0, 10303.0, 10202.0, 10201.0, 10291.0, 10227.0, 10251.0, 10186.0, 10236.0, 10174.0, 10214.0, 10188.0, 10195.0, 10272.0, 10234.0, 10274.0, 10209.0, 10260.0, 10212.0, 10189.0, 10269.0, 10218.0, 10257.0, 10207.0, 10254.0, 10189.0, 10230.0, 10283.0, 10216.0, 10269.0, 10218.0, 10258.0, 10194.0, 10247.0, 10242.0, 10201.0, 10268.0, 10187.0, 10216.0, 10239.0, 10190.0, 10266.0, 10203.0, 10240.0, 10225.0, 10192.0, 10268.0, 10186.0, 10233.0, 10297.0, 10198.0, 10190.0, 10266.0, 10185.0, 10224.0, 10193.0, 10215.0, 10260.0, 10252.0, 10215.0, 10255.0, 10285.0, 10214.0, 10271.0, 10347.0, 10250.0, 10262.0, 10188.0, 10245.0, 10228.0, 10212.0, 10297.0, 10246.0, 10294.0, 10235.0, 10255.0, 10240.0, 10193.0, 10278.0, 10193.0, 10215.0, 10285.0, 10233.0, 10261.0, 10218.0, 10296.0, 10210.0, 10210.0, 10284.0, 10219.0, 10247.0, 10217.0, 10212.0, 10288.0, 10207.0, 10229.0, 10305.0, 10252.0, 10280.0, 10217.0, 10278.0, 10230.0, 10285.0, 10323.0, 10255.0, 10269.0, 10211.0, 10214.0, 10307.0, 10212.0, 10280.0, 10304.0, 10246.0, 10260.0, 10244.0, 10209.0, 10274.0, 10195.0, 10235.0, 10302.0, 10247.0, 10277.0, 10303.0, 10220.0, 10259.0, 10192.0, 10235.0, 10285.0, 10233.0, 10261.0, 10245.0, 10210.0, 10274.0, 10213.0, 10266.0, 10275.0, 10224.0, 10294.0, 10263.0, 10228.0, 10279.0, 10195.0, 10214.0, 10277.0, 10216.0, 10294.0, 10215.0, 10231.0, 10312.0, 10244.0, 10295.0, 10231.0, 10299.0, 10232.0, 10268.0, 10220.0, 10285.0, 10231.0, 10260.0, 10341.0, 10283.0, 10282.0, 10261.0, 10241.0, 10304.0, 10209.0, 10292.0, 10190.0, 10232.0, 10272.0, 10234.0, 10288.0, 10225.0, 10277.0, 10195.0, 10248.0, 10220.0, 10214.0, 10246.0, 10215.0, 10292.0, 10227.0, 10294.0, 10278.0, 10303.0, 10280.0, 10279.0, 10236.0, 10233.0, 10272.0, 10220.0, 10301.0, 10263.0, 10320.0, 10265.0, 10312.0, 10214.0, 10254.0, 10334.0, 10274.0, 10274.0, 10190.0, 10236.0, 10222.0, 10193.0, 10267.0, 10211.0, 10310.0, 10246.0, 10261.0, 10212.0, 10262.0, 10201.0, 10323.0, 10254.0, 10286.0, 10218.0, 10287.0, 10233.0, 10258.0, 10227.0, 10281.0, 10258.0, 10281.0, 10198.0, 10278.0, 10210.0, 10276.0, 10214.0, 10292.0, 10260.0, 10320.0, 10269.0, 10305.0, 10246.0, 10257.0, 10289.0, 10232.0, 10279.0, 10187.0, 10228.0, 10176.0, 10242.0, 10224.0, 10293.0, 10236.0, 10269.0, 10234.0, 10238.0, 10198.0, 10360.0, 10218.0, 10237.0, 10181.0, 10239.0, 10189.0, 10258.0, 10227.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.005767378892733565</td></tr>
<tr><td colspan=3>aqi</td><td>0.022378998183391004</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.05370218189607</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.268711223203466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0820054635151506</td></tr>
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
<tr><td colspan=3>fber</td><td>6837.6372</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1334248030344624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.570934256055363</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6032500780663184</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5489363937740754</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6144916649383885</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6463221754864907</td></tr>
<tr><td colspan=3>gcor</td><td>0.0163128</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009894751943647861</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03286167234182358</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.051113796080293</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>25.6536</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6598</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.5665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294396.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.5703</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6233</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.465</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3859.0778</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.3389</td></tr>
<tr><td colspan=3>tsnr</td><td>37.12088888278231</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>