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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:18:41.550000</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.99925, 0.0381719, 0.00652985, -0.038038, 0.999085, -0.0195296]</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.0963697</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7740, -7225, 514, -43, -157, 37, 49]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7314a986-45d1-4636-b3f7-bc33cc2a3e0d||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.6809144020080566, -0.1020531952381134, 0.019627263769507408, 117.48973846435547], [-0.10241243988275528, 2.6804730892181396, -0.0520196333527565, -87.78970336914062], [0.017519105225801468, 0.052396390587091446, 2.699427604675293, -53.75164031982422], [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': ['181841.550000', '181842.010000', '181842.470000', '181842.930000', '181843.390000', '181843.850000', '181844.310000', '181844.770000', '181845.230000', '181845.690000', '181846.150000', '181846.610000', '181847.070000', '181847.530000', '181847.990000', '181848.450000', '181848.910000', '181849.370000', '181849.830000', '181850.290000', '181850.750000', '181851.210000', '181851.670000', '181852.130000', '181852.590000', '181853.050000', '181853.510000', '181853.970000', '181854.430000', '181854.890000', '181855.350000', '181855.810000', '181856.270000', '181856.730000', '181857.190000', '181857.650000', '181858.110000', '181858.570000', '181859.030000', '181859.490000', '181859.950000', '181900.410000', '181900.870000', '181901.330000', '181901.790000', '181902.250000', '181902.710000', '181903.170000', '181903.630000', '181904.090000', '181904.550000', '181905.010000', '181905.470000', '181905.930000', '181906.390000', '181906.850000', '181907.310000', '181907.770000', '181908.230000', '181908.690000', '181909.150000', '181909.610000', '181910.070000', '181910.530000', '181910.990000', '181911.450000', '181911.910000', '181912.370000', '181912.830000', '181913.290000', '181913.750000', '181914.210000', '181914.670000', '181915.130000', '181915.590000', '181916.050000', '181916.510000', '181916.970000', '181917.430000', '181917.890000', '181918.350000', '181918.810000', '181919.270000', '181919.730000', '181920.190000', '181920.650000', '181921.110000', '181921.570000', '181922.030000', '181922.490000', '181922.950000', '181923.410000', '181923.870000', '181924.330000', '181924.790000', '181925.250000', '181925.710000', '181926.170000', '181926.630000', '181927.090000', '181927.550000', '181928.010000', '181928.470000', '181928.930000', '181929.390000', '181929.850000', '181930.310000', '181930.770000', '181931.230000', '181931.690000', '181932.150000', '181932.610000', '181933.070000', '181933.530000', '181933.990000', '181934.450000', '181934.910000', '181935.370000', '181935.830000', '181936.290000', '181936.750000', '181937.210000', '181937.670000', '181938.130000', '181938.590000', '181939.050000', '181939.510000', '181939.970000', '181940.430000', '181940.890000', '181941.350000', '181941.810000', '181942.270000', '181942.730000', '181943.190000', '181943.650000', '181944.110000', '181944.570000', '181945.030000', '181945.490000', '181945.950000', '181946.410000', '181946.870000', '181947.330000', '181947.790000', '181948.250000', '181948.710000', '181949.170000', '181949.630000', '181950.090000', '181950.550000', '181951.010000', '181951.470000', '181951.930000', '181952.390000', '181952.850000', '181953.310000', '181953.770000', '181954.230000', '181954.690000', '181955.150000', '181955.610000', '181956.070000', '181956.530000', '181956.990000', '181957.450000', '181957.910000', '181958.370000', '181958.830000', '181959.290000', '181959.750000', '182000.210000', '182000.670000', '182001.130000', '182001.590000', '182002.050000', '182002.510000', '182002.970000', '182003.430000', '182003.890000', '182004.350000', '182004.810000', '182005.270000', '182005.730000', '182006.190000', '182006.650000', '182007.110000', '182007.570000', '182008.030000', '182008.490000', '182008.950000', '182009.410000', '182009.870000', '182010.330000', '182010.790000', '182011.250000', '182011.710000', '182012.170000', '182012.630000', '182013.090000', '182013.550000', '182014.010000', '182014.470000', '182014.930000', '182015.390000', '182015.850000', '182016.310000', '182016.770000', '182017.230000', '182017.690000', '182018.150000', '182018.610000', '182019.070000', '182019.530000', '182019.990000', '182020.450000', '182020.910000', '182021.370000', '182021.830000', '182022.290000', '182022.750000', '182023.210000', '182023.670000', '182024.130000', '182024.590000', '182025.050000', '182025.510000', '182025.970000', '182026.430000', '182026.890000', '182027.350000', '182027.810000', '182028.270000', '182028.730000', '182029.190000', '182029.650000', '182030.110000', '182030.570000', '182031.030000', '182031.490000', '182031.950000', '182032.410000', '182032.870000', '182033.330000', '182033.790000', '182034.250000', '182034.710000', '182035.170000', '182035.630000', '182036.090000', '182036.550000', '182037.010000', '182037.470000', '182037.930000', '182038.390000', '182038.850000', '182039.310000', '182039.770000', '182040.230000', '182040.690000', '182041.150000', '182041.610000', '182042.070000', '182042.530000', '182042.990000', '182043.450000', '182043.910000', '182044.370000', '182044.830000', '182045.290000', '182045.750000', '182046.210000', '182046.670000', '182047.130000', '182047.590000', '182048.050000', '182048.510000', '182048.970000', '182049.430000', '182049.890000', '182050.350000', '182050.810000', '182051.270000', '182051.730000', '182052.190000', '182052.650000', '182053.110000', '182053.570000', '182054.030000', '182054.490000', '182054.950000', '182055.410000', '182055.870000', '182056.330000', '182056.790000', '182057.250000', '182057.710000', '182058.170000', '182058.630000', '182059.090000', '182059.550000', '182100.010000', '182100.470000', '182100.930000', '182101.390000', '182101.850000', '182102.310000', '182102.770000', '182103.230000', '182103.690000', '182104.150000', '182104.610000', '182105.070000', '182105.530000', '182105.990000', '182106.450000', '182106.910000', '182107.370000', '182107.830000', '182108.290000', '182108.750000', '182109.210000', '182109.670000', '182110.130000', '182110.590000', '182111.050000', '182111.510000', '182111.970000', '182112.430000', '182112.890000', '182113.350000', '182113.810000', '182114.270000', '182114.730000', '182115.190000', '182115.650000', '182116.110000', '182116.570000', '182117.030000', '182117.490000', '182117.950000', '182118.410000', '182118.870000', '182119.330000', '182119.790000', '182120.250000', '182120.710000', '182121.170000', '182121.630000', '182122.090000', '182122.550000', '182123.010000', '182123.470000', '182123.930000', '182124.390000', '182124.850000', '182125.310000', '182125.770000', '182126.230000', '182126.690000', '182127.150000', '182127.610000', '182128.070000', '182128.530000', '182128.990000', '182129.450000', '182129.910000', '182130.370000', '182130.830000', '182131.290000', '182131.750000', '182132.210000', '182132.670000', '182133.130000', '182133.590000', '182134.050000', '182134.510000', '182134.970000', '182135.430000', '182135.890000', '182136.350000', '182136.810000', '182137.270000', '182137.730000', '182138.190000', '182138.650000', '182139.110000', '182139.570000', '182140.030000', '182140.490000', '182140.950000', '182141.410000', '182141.870000', '182142.330000', '182142.790000', '182143.250000', '182143.710000', '182144.170000', '182144.630000', '182145.090000', '182145.550000', '182146.010000', '182146.470000', '182146.930000', '182147.390000', '182147.850000', '182148.310000', '182148.770000', '182149.230000', '182149.690000', '182150.150000', '182150.610000', '182151.070000', '182151.530000', '182151.990000', '182152.450000', '182152.910000', '182153.370000', '182153.830000', '182154.290000', '182154.750000', '182155.210000', '182155.670000', '182156.130000', '182156.590000', '182157.050000', '182157.510000', '182157.970000', '182158.430000', '182158.890000', '182159.350000', '182159.810000', '182200.270000', '182200.730000', '182201.190000', '182201.650000', '182202.110000', '182202.570000', '182203.030000', '182203.490000', '182203.950000', '182204.410000', '182204.870000', '182205.330000', '182205.790000', '182206.250000', '182206.710000', '182207.170000', '182207.630000', '182208.090000', '182208.550000', '182209.010000', '182209.470000', '182209.930000', '182210.390000', '182210.850000', '182211.310000', '182211.770000', '182212.230000', '182212.690000', '182213.150000', '182213.610000', '182214.070000', '182214.530000', '182214.990000', '182215.450000', '182215.910000', '182216.370000', '182216.830000', '182217.290000', '182217.750000', '182218.210000', '182218.670000', '182219.130000', '182219.590000', '182220.050000', '182220.510000', '182220.970000', '182221.430000', '182221.890000', '182222.350000', '182222.810000', '182223.270000', '182223.730000', '182224.190000', '182224.650000', '182225.110000', '182225.570000', '182226.030000', '182226.490000', '182226.950000', '182227.410000', '182227.870000', '182228.330000', '182228.790000', '182229.250000', '182229.710000', '182230.170000', '182230.630000', '182231.090000', '182231.550000', '182232.010000', '182232.470000', '182232.930000', '182233.390000', '182233.850000', '182234.310000', '182234.770000', '182235.230000', '182235.690000', '182236.150000', '182236.610000', '182237.070000', '182237.530000', '182237.990000', '182238.450000', '182238.910000', '182239.370000', '182239.830000', '182240.290000', '182240.750000', '182241.210000', '182241.670000', '182242.130000', '182242.590000', '182243.050000', '182243.510000', '182243.970000', '182244.430000', '182244.890000', '182245.350000', '182245.810000', '182246.270000', '182246.730000', '182247.190000', '182247.650000', '182248.110000', '182248.570000', '182249.030000', '182249.490000', '182249.950000', '182250.410000', '182250.870000', '182251.330000', '182251.790000', '182252.250000', '182252.710000', '182253.170000', '182253.630000', '182254.090000', '182254.550000', '182255.010000', '182255.470000', '182255.930000', '182256.390000', '182256.850000', '182257.310000', '182257.770000', '182258.230000', '182258.690000', '182259.150000', '182259.610000', '182300.070000', '182300.530000', '182300.990000', '182301.450000', '182301.910000', '182302.370000', '182302.830000', '182303.290000', '182303.750000', '182304.210000', '182304.670000', '182305.130000', '182305.590000', '182306.050000', '182306.510000', '182306.970000', '182307.430000', '182307.890000', '182308.350000', '182308.810000', '182309.270000', '182309.730000', '182310.190000', '182310.650000', '182311.110000', '182311.570000', '182312.030000', '182312.490000', '182312.950000', '182313.410000', '182313.870000', '182314.330000', '182314.790000', '182315.250000', '182315.710000', '182316.170000', '182316.630000', '182317.090000', '182317.550000', '182318.010000', '182318.470000', '182318.930000', '182319.390000', '182319.850000', '182320.310000', '182320.770000', '182321.230000', '182321.690000', '182322.150000', '182322.610000', '182323.070000', '182323.530000', '182323.990000', '182324.450000', '182324.910000', '182325.370000', '182325.830000', '182326.290000', '182326.750000', '182327.210000', '182327.670000', '182328.130000', '182328.590000', '182329.050000', '182329.510000', '182329.970000', '182330.430000', '182330.890000', '182331.350000', '182331.810000', '182332.270000', '182332.730000', '182333.190000', '182333.650000', '182334.110000', '182334.570000', '182335.030000', '182335.490000', '182335.950000', '182336.410000', '182336.870000', '182337.330000', '182337.790000', '182338.250000', '182338.710000', '182339.170000', '182339.630000', '182340.090000', '182340.550000', '182341.010000', '182341.470000', '182341.930000', '182342.390000', '182342.850000', '182343.310000', '182343.770000', '182344.230000', '182344.690000', '182345.150000', '182345.610000', '182346.070000', '182346.530000', '182346.990000', '182347.450000', '182347.910000', '182348.370000', '182348.830000', '182349.290000', '182349.750000', '182350.210000', '182350.670000', '182351.130000', '182351.590000', '182352.050000', '182352.510000', '182352.970000', '182353.430000', '182353.890000', '182354.350000', '182354.810000', '182355.270000', '182355.730000', '182356.190000', '182356.650000', '182357.110000', '182357.570000', '182358.030000', '182358.490000', '182358.950000', '182359.410000', '182359.870000', '182400.330000', '182400.790000', '182401.250000', '182401.710000', '182402.170000', '182402.630000', '182403.090000', '182403.550000', '182404.010000', '182404.470000', '182404.930000', '182405.390000', '182405.850000', '182406.310000', '182406.770000', '182407.230000', '182407.690000', '182408.150000', '182408.610000', '182409.070000', '182409.530000', '182409.990000', '182410.450000', '182410.910000', '182411.370000', '182411.830000', '182412.290000', '182412.750000', '182413.210000', '182413.670000', '182414.130000', '182414.590000', '182415.050000', '182415.510000', '182415.970000', '182416.430000', '182416.890000', '182417.350000', '182417.810000', '182418.270000', '182418.730000', '182419.190000', '182419.650000', '182420.110000', '182420.570000', '182421.030000', '182421.490000', '182421.950000', '182422.410000', '182422.870000', '182423.330000', '182423.790000', '182424.250000', '182424.710000', '182425.170000', '182425.630000', '182426.090000', '182426.550000', '182427.010000', '182427.470000', '182427.930000', '182428.390000', '182428.850000', '182429.310000', '182429.770000', '182430.230000', '182430.690000', '182431.150000', '182431.610000', '182432.070000', '182432.530000', '182432.990000', '182433.450000', '182433.910000', '182434.370000', '182434.830000', '182435.290000', '182435.750000', '182436.210000', '182436.670000', '182437.130000', '182437.590000', '182438.050000', '182438.510000', '182438.970000', '182439.430000', '182439.890000', '182440.350000', '182440.810000', '182441.270000', '182441.730000', '182442.190000', '182442.650000', '182443.110000', '182443.570000', '182444.030000', '182444.490000', '182444.950000', '182445.410000', '182445.870000', '182446.330000', '182446.790000', '182447.250000', '182447.710000', '182448.170000', '182448.630000', '182449.090000', '182449.550000', '182450.010000', '182450.470000', '182450.930000', '182451.390000', '182451.850000', '182452.310000', '182452.770000', '182453.230000', '182453.690000', '182454.150000', '182454.610000', '182455.070000', '182455.530000', '182455.990000', '182456.450000', '182456.910000', '182457.370000', '182457.830000', '182458.290000', '182458.750000', '182459.210000', '182459.670000', '182500.130000', '182500.590000', '182501.050000', '182501.510000', '182501.970000', '182502.430000', '182502.890000', '182503.350000', '182503.810000', '182504.270000', '182504.730000', '182505.190000', '182505.650000', '182506.110000', '182506.570000', '182507.030000', '182507.490000', '182507.950000', '182508.410000', '182508.870000', '182509.330000', '182509.790000', '182510.250000', '182510.710000', '182511.170000', '182511.630000', '182512.090000', '182512.550000', '182513.010000', '182513.470000', '182513.930000', '182514.390000', '182514.850000', '182515.310000', '182515.770000', '182516.230000', '182516.690000', '182517.150000', '182517.610000', '182518.070000', '182518.530000', '182518.990000', '182519.450000', '182519.910000', '182520.370000', '182520.830000', '182521.290000', '182521.750000', '182522.210000', '182522.670000', '182523.130000', '182523.590000', '182524.050000', '182524.510000', '182524.970000', '182525.430000', '182525.890000', '182526.350000', '182526.810000', '182527.270000', '182527.730000', '182528.190000', '182528.650000', '182529.110000', '182529.570000', '182530.030000', '182530.490000', '182530.950000', '182531.410000', '182531.870000', '182532.330000', '182532.790000', '182533.250000', '182533.710000', '182534.170000', '182534.630000', '182535.090000', '182535.550000', '182536.010000', '182536.470000', '182536.930000', '182537.390000', '182537.850000', '182538.310000', '182538.770000', '182539.230000', '182539.690000', '182540.150000', '182540.610000', '182541.070000', '182541.530000', '182541.990000', '182542.450000', '182542.910000', '182543.370000', '182543.830000', '182544.290000', '182544.750000', '182545.210000', '182545.670000', '182546.130000', '182546.590000', '182547.050000', '182547.510000', '182547.970000', '182548.430000', '182548.890000', '182549.350000', '182549.810000', '182550.270000', '182550.730000', '182551.190000', '182551.650000', '182552.110000', '182552.570000', '182553.030000', '182553.490000', '182553.950000', '182554.410000', '182554.870000', '182555.330000', '182555.790000', '182556.250000', '182556.710000', '182557.170000', '182557.630000', '182558.090000', '182558.550000', '182559.010000', '182559.470000', '182559.930000', '182600.390000', '182600.850000', '182601.310000', '182601.770000', '182602.230000', '182602.690000', '182603.150000', '182603.610000', '182604.070000', '182604.530000', '182604.990000', '182605.450000', '182605.910000', '182606.370000', '182606.830000', '182607.290000', '182607.750000', '182608.210000', '182608.670000', '182609.130000', '182609.590000', '182610.050000', '182610.510000', '182610.970000', '182611.430000', '182611.890000', '182612.350000', '182612.810000', '182613.270000', '182613.730000', '182614.190000', '182614.650000', '182615.110000', '182615.570000', '182616.030000', '182616.490000', '182616.950000', '182617.410000', '182617.870000', '182618.330000', '182618.790000', '182619.250000', '182619.710000', '182620.170000', '182620.630000', '182621.090000', '182621.550000', '182622.010000', '182622.470000', '182622.930000', '182623.390000', '182623.850000', '182624.310000', '182624.770000', '182625.230000', '182625.690000', '182626.150000', '182626.610000', '182627.070000', '182627.530000', '182627.990000', '182628.450000', '182628.910000', '182629.370000', '182629.830000', '182630.290000', '182630.750000', '182631.210000', '182631.670000', '182632.130000', '182632.590000', '182633.050000', '182633.510000', '182633.970000', '182634.430000', '182634.890000', '182635.350000', '182635.810000', '182636.270000', '182636.730000', '182637.190000', '182637.650000', '182638.110000', '182638.570000', '182639.030000', '182639.490000', '182639.950000', '182640.410000', '182640.870000', '182641.330000', '182641.790000', '182642.250000', '182642.710000', '182643.170000', '182643.630000', '182644.090000', '182644.550000', '182645.010000', '182645.470000', '182645.930000', '182646.390000', '182646.850000', '182647.310000', '182647.770000', '182648.230000', '182648.690000', '182649.150000', '182649.610000', '182650.070000', '182650.530000', '182650.990000', '182651.450000', '182651.910000', '182652.370000', '182652.830000', '182653.290000', '182653.750000', '182654.210000', '182654.670000', '182655.130000', '182655.590000', '182656.050000', '182656.510000', '182656.970000', '182657.430000', '182657.890000', '182658.350000', '182658.810000', '182659.270000', '182659.730000', '182700.190000', '182700.650000', '182701.110000', '182701.570000', '182702.030000', '182702.490000', '182702.950000', '182703.410000', '182703.870000', '182704.330000', '182704.790000', '182705.250000', '182705.710000', '182706.170000', '182706.630000', '182707.090000', '182707.550000', '182708.010000', '182708.470000', '182708.930000', '182709.390000', '182709.850000', '182710.310000', '182710.770000', '182711.230000', '182711.690000', '182712.150000', '182712.610000', '182713.070000', '182713.530000', '182713.990000', '182714.450000', '182714.910000', '182715.370000', '182715.830000', '182716.290000', '182716.750000', '182717.210000', '182717.670000', '182718.130000', '182718.590000', '182719.050000', '182719.510000', '182719.970000', '182720.430000', '182720.890000', '182721.350000', '182721.810000', '182722.270000', '182722.730000', '182723.190000', '182723.650000', '182724.110000', '182724.570000', '182725.030000', '182725.490000', '182725.950000', '182726.410000', '182726.870000', '182727.330000', '182727.790000', '182728.250000', '182728.710000', '182729.170000', '182729.630000', '182730.090000', '182730.550000', '182731.010000', '182731.470000', '182731.930000', '182732.390000', '182732.850000', '182733.310000'], 'ContentTime': ['181907.064000', '181907.067000', '181907.070000', '181907.073000', '181907.085000', '181907.088000', '181907.090000', '181907.093000', '181907.096000', '181907.099000', '181907.102000', '181907.105000', '181907.107000', '181907.110000', '181907.113000', '181907.116000', '181907.119000', '181907.122000', '181907.125000', '181907.127000', '181907.130000', '181907.133000', '181907.136000', '181907.139000', '181907.141000', '181907.144000', '181907.147000', '181907.150000', '181907.153000', '181907.155000', '181907.158000', '181907.161000', '181907.164000', '181907.167000', '181907.169000', '181907.172000', '181907.175000', '181907.178000', '181907.181000', '181907.184000', '181907.186000', '181907.189000', '181907.198000', '181907.201000', '181907.204000', '181907.206000', '181907.209000', '181907.212000', '181907.215000', '181907.218000', '181907.221000', '181907.223000', '181907.226000', '181907.229000', '181927.035000', '181927.038000', '181927.041000', '181927.044000', '181927.046000', '181927.049000', '181927.052000', '181927.055000', '181927.058000', '181927.061000', '181927.063000', '181927.066000', '181927.069000', '181927.072000', '181927.075000', '181927.078000', '181927.081000', '181927.083000', '181927.086000', '181927.089000', '181927.092000', '181927.095000', '181927.098000', '181927.101000', '181927.104000', '181927.106000', '181927.109000', '181927.112000', '181927.117000', '181927.119000', '181927.122000', '181927.125000', '181927.128000', '181927.131000', '181927.134000', '181927.137000', '181927.140000', '181927.142000', '181927.145000', '181927.148000', '181927.151000', '181927.154000', '181927.156000', '181947.034000', '181947.037000', '181947.039000', '181947.042000', '181947.045000', '181947.048000', '181947.051000', '181947.067000', '181947.070000', '181947.073000', '181947.076000', '181947.079000', '181947.082000', '181947.085000', '181947.087000', '181947.108000', '181947.111000', '181947.113000', '181947.116000', '181947.119000', '181947.122000', '181947.125000', '181947.127000', '181947.130000', '181947.133000', '181947.136000', '181947.139000', '181947.142000', '181947.145000', '181947.148000', '181947.150000', '181947.153000', '181947.156000', '181947.159000', '181947.162000', '181947.165000', '181947.167000', '181947.170000', '181947.173000', '181947.176000', '181947.179000', '181947.182000', '181947.184000', '182007.034000', '182007.037000', '182007.040000', '182007.043000', '182007.045000', '182007.048000', '182007.051000', '182007.054000', '182007.057000', '182007.060000', '182007.062000', '182007.065000', '182007.068000', '182007.071000', '182007.074000', '182007.077000', '182007.080000', '182007.083000', '182007.086000', '182007.089000', '182007.091000', '182007.094000', '182007.097000', '182007.100000', '182007.103000', '182007.106000', '182007.108000', '182007.111000', '182007.114000', '182007.117000', '182007.120000', '182007.123000', '182007.126000', '182007.128000', '182007.131000', '182007.134000', '182007.137000', '182007.140000', '182007.142000', '182007.145000', '182007.148000', '182007.151000', '182007.154000', '182007.157000', '182027.034000', '182027.037000', '182027.039000', '182027.042000', '182027.045000', '182027.048000', '182027.051000', '182027.054000', '182027.057000', '182027.060000', '182027.063000', '182027.066000', '182027.069000', '182027.071000', '182027.074000', '182027.077000', '182027.080000', '182027.083000', '182027.086000', '182027.089000', '182027.092000', '182027.094000', '182027.097000', '182027.100000', '182027.103000', '182027.106000', '182027.109000', '182027.112000', '182027.114000', '182027.117000', '182027.120000', '182027.123000', '182027.126000', '182027.129000', '182027.132000', '182027.135000', '182027.137000', '182027.140000', '182027.143000', '182027.146000', '182027.149000', '182027.152000', '182027.155000', '182047.034000', '182047.037000', '182047.040000', '182047.042000', '182047.045000', '182047.048000', '182047.051000', '182047.054000', '182047.057000', '182047.060000', '182047.063000', '182047.065000', '182047.068000', '182047.071000', '182047.074000', '182047.077000', '182047.080000', '182047.082000', '182047.086000', '182047.088000', '182047.091000', '182047.094000', '182047.097000', '182047.100000', '182047.102000', '182047.105000', '182047.108000', '182047.111000', '182047.114000', '182047.117000', '182047.120000', '182047.123000', '182047.125000', '182047.128000', '182047.131000', '182047.134000', '182047.137000', '182047.140000', '182047.143000', '182047.146000', '182047.148000', '182047.151000', '182047.154000', '182047.157000', '182107.035000', '182107.038000', '182107.041000', '182107.044000', '182107.047000', '182107.049000', '182107.052000', '182107.055000', '182107.060000', '182107.064000', '182107.067000', '182107.070000', '182107.073000', '182107.075000', '182107.078000', '182107.081000', '182107.084000', '182107.087000', '182107.090000', '182107.093000', '182107.095000', '182107.098000', '182107.101000', '182107.104000', '182107.107000', '182107.110000', '182107.113000', '182107.115000', '182107.118000', '182107.121000', '182107.124000', '182107.127000', '182107.130000', '182107.132000', '182107.135000', '182107.138000', '182107.141000', '182107.144000', '182107.147000', '182107.150000', '182107.152000', '182107.155000', '182107.158000', '182127.035000', '182127.038000', '182127.041000', '182127.043000', '182127.046000', '182127.049000', '182127.052000', '182127.055000', '182127.058000', '182127.061000', '182127.064000', '182127.081000', '182127.084000', '182127.087000', '182127.090000', '182127.092000', '182127.095000', '182127.098000', '182127.111000', '182127.114000', '182127.117000', '182127.124000', '182127.126000', '182127.129000', '182127.132000', '182127.135000', '182127.138000', '182127.141000', '182127.143000', '182127.146000', '182127.149000', '182127.152000', '182127.155000', '182127.158000', '182127.161000', '182127.163000', '182127.166000', '182127.169000', '182127.172000', '182127.175000', '182127.178000', '182127.181000', '182127.183000', '182127.186000', '182147.035000', '182147.038000', '182147.041000', '182147.044000', '182147.046000', '182147.049000', '182147.052000', '182147.055000', '182147.058000', '182147.061000', '182147.065000', '182147.070000', '182147.073000', '182147.076000', '182147.079000', '182147.082000', '182147.084000', '182147.088000', '182147.090000', '182147.093000', '182147.096000', '182147.099000', '182147.102000', '182147.105000', '182147.108000', '182147.111000', '182147.114000', '182147.116000', '182147.119000', '182147.122000', '182147.125000', '182147.128000', '182147.131000', '182147.134000', '182147.136000', '182147.139000', '182147.142000', '182147.145000', '182147.148000', '182147.150000', '182147.153000', '182147.156000', '182147.159000', '182207.034000', '182207.037000', '182207.040000', '182207.042000', '182207.045000', '182207.048000', '182207.051000', '182207.054000', '182207.057000', '182207.060000', '182207.063000', '182207.065000', '182207.068000', '182207.071000', '182207.074000', '182207.077000', '182207.080000', '182207.083000', '182207.085000', '182207.088000', '182207.091000', '182207.094000', '182207.097000', '182207.100000', '182207.103000', '182207.105000', '182207.108000', '182207.111000', '182207.114000', '182207.117000', '182207.120000', '182207.122000', '182207.125000', '182207.128000', '182207.131000', '182207.134000', '182207.137000', '182207.144000', '182207.147000', '182207.149000', '182207.152000', '182207.155000', '182207.158000', '182207.161000', '182227.034000', '182227.037000', '182227.040000', '182227.043000', '182227.046000', '182227.048000', '182227.051000', '182227.054000', '182227.057000', '182227.060000', '182227.063000', '182227.066000', '182227.069000', '182227.071000', '182227.075000', '182227.077000', '182227.080000', '182227.083000', '182227.086000', '182227.089000', '182227.092000', '182227.095000', '182227.098000', '182227.101000', '182227.104000', '182227.107000', '182227.110000', '182227.113000', '182227.116000', '182227.119000', '182227.122000', '182227.124000', '182227.128000', '182227.130000', '182227.133000', '182227.136000', '182227.139000', '182227.142000', '182227.145000', '182227.147000', '182227.150000', '182227.153000', '182227.156000', '182247.034000', '182247.037000', '182247.040000', '182247.043000', '182247.045000', '182247.048000', '182247.051000', '182247.054000', '182247.057000', '182247.060000', '182247.063000', '182247.066000', '182247.068000', '182247.071000', '182247.074000', '182247.077000', '182247.080000', '182247.083000', '182247.085000', '182247.088000', '182247.091000', '182247.094000', '182247.097000', '182247.100000', '182247.102000', '182247.116000', '182247.119000', '182247.122000', '182247.124000', '182247.127000', '182247.130000', '182247.133000', '182247.136000', '182247.138000', '182247.141000', '182247.144000', '182247.147000', '182247.150000', '182247.153000', '182247.156000', '182247.158000', '182247.161000', '182247.164000', '182247.167000', '182307.034000', '182307.037000', '182307.040000', '182307.043000', '182307.045000', '182307.048000', '182307.051000', '182307.054000', '182307.057000', '182307.060000', '182307.063000', '182307.066000', '182307.068000', '182307.072000', '182307.074000', '182307.077000', '182307.080000', '182307.083000', '182307.086000', '182307.089000', '182307.091000', '182307.095000', '182307.097000', '182307.100000', '182307.103000', '182307.107000', '182307.109000', '182307.113000', '182307.115000', '182307.118000', '182307.121000', '182307.124000', '182307.127000', '182307.130000', '182307.132000', '182307.135000', '182307.138000', '182307.141000', '182307.144000', '182307.147000', '182307.149000', '182307.152000', '182307.155000', '182327.035000', '182327.038000', '182327.041000', '182327.043000', '182327.046000', '182327.049000', '182327.052000', '182327.055000', '182327.058000', '182327.061000', '182327.064000', '182327.067000', '182327.069000', '182327.072000', '182327.075000', '182327.078000', '182327.081000', '182327.084000', '182327.087000', '182327.089000', '182327.092000', '182327.095000', '182327.098000', '182327.101000', '182327.104000', '182327.107000', '182327.109000', '182327.112000', '182327.115000', '182327.118000', '182327.121000', '182327.124000', '182327.126000', '182327.129000', '182327.132000', '182327.135000', '182327.138000', '182327.141000', '182327.144000', '182327.146000', '182327.149000', '182327.152000', '182327.155000', '182327.158000', '182347.035000', '182347.038000', '182347.041000', '182347.044000', '182347.047000', '182347.049000', '182347.052000', '182347.055000', '182347.058000', '182347.061000', '182347.065000', '182347.068000', '182347.071000', '182347.074000', '182347.077000', '182347.080000', '182347.083000', '182347.086000', '182347.089000', '182347.092000', '182347.095000', '182347.097000', '182347.100000', '182347.103000', '182347.106000', '182347.109000', '182347.112000', '182347.115000', '182347.118000', '182347.121000', '182347.123000', '182347.126000', '182347.129000', '182347.132000', '182347.135000', '182347.138000', '182347.141000', '182347.143000', '182347.146000', '182347.149000', '182347.152000', '182347.156000', '182347.161000', '182407.035000', '182407.038000', '182407.041000', '182407.044000', '182407.047000', '182407.050000', '182407.052000', '182407.055000', '182407.058000', '182407.061000', '182407.064000', '182407.067000', '182407.070000', '182407.073000', '182407.076000', '182407.078000', '182407.081000', '182407.084000', '182407.087000', '182407.090000', '182407.093000', '182407.096000', '182407.099000', '182407.101000', '182407.104000', '182407.107000', '182407.110000', '182407.113000', '182407.116000', '182407.119000', '182407.122000', '182407.124000', '182407.127000', '182407.130000', '182407.133000', '182407.136000', '182407.139000', '182407.142000', '182407.144000', '182407.147000', '182407.150000', '182407.153000', '182407.156000', '182407.159000', '182427.034000', '182427.037000', '182427.042000', '182427.045000', '182427.048000', '182427.051000', '182427.053000', '182427.056000', '182427.059000', '182427.062000', '182427.065000', '182427.068000', '182427.071000', '182427.073000', '182427.076000', '182427.079000', '182427.082000', '182427.096000', '182427.099000', '182427.102000', '182427.105000', '182427.108000', '182427.111000', '182427.114000', '182427.116000', '182427.119000', '182427.122000', '182427.125000', '182427.128000', '182427.131000', '182427.133000', '182427.136000', '182427.139000', '182427.142000', '182427.145000', '182427.148000', '182427.151000', '182427.153000', '182427.156000', '182427.161000', '182427.165000', '182427.168000', '182427.171000', '182447.034000', '182447.037000', '182447.040000', '182447.043000', '182447.045000', '182447.048000', '182447.051000', '182447.054000', '182447.057000', '182447.060000', '182447.063000', '182447.065000', '182447.068000', '182447.071000', '182447.074000', '182447.077000', '182447.080000', '182447.083000', '182447.086000', '182447.088000', '182447.091000', '182447.094000', '182447.097000', '182447.100000', '182447.103000', '182447.106000', '182447.108000', '182447.111000', '182447.114000', '182447.117000', '182447.120000', '182447.123000', '182447.125000', '182447.128000', '182447.131000', '182447.134000', '182447.137000', '182447.140000', '182447.142000', '182447.145000', '182447.148000', '182447.151000', '182447.154000', '182447.156000', '182507.034000', '182507.037000', '182507.040000', '182507.043000', '182507.045000', '182507.048000', '182507.051000', '182507.054000', '182507.057000', '182507.060000', '182507.063000', '182507.066000', '182507.069000', '182507.071000', '182507.074000', '182507.077000', '182507.080000', '182507.083000', '182507.086000', '182507.089000', '182507.092000', '182507.094000', '182507.097000', '182507.100000', '182507.104000', '182507.107000', '182507.110000', '182507.113000', '182507.116000', '182507.119000', '182507.122000', '182507.125000', '182507.128000', '182507.131000', '182507.134000', '182507.136000', '182507.139000', '182507.142000', '182507.145000', '182507.148000', '182507.151000', '182507.153000', '182507.157000', '182527.034000', '182527.037000', '182527.040000', '182527.043000', '182527.045000', '182527.048000', '182527.051000', '182527.054000', '182527.057000', '182527.060000', '182527.062000', '182527.066000', '182527.069000', '182527.072000', '182527.075000', '182527.078000', '182527.081000', '182527.084000', '182527.087000', '182527.090000', '182527.093000', '182527.096000', '182527.099000', '182527.102000', '182527.105000', '182527.107000', '182527.110000', '182527.113000', '182527.116000', '182527.119000', '182527.122000', '182527.125000', '182527.127000', '182527.130000', '182527.133000', '182527.136000', '182527.139000', '182527.142000', '182527.145000', '182527.148000', '182527.151000', '182527.153000', '182527.167000', '182527.170000', '182547.035000', '182547.038000', '182547.041000', '182547.044000', '182547.047000', '182547.049000', '182547.052000', '182547.055000', '182547.058000', '182547.061000', '182547.064000', '182547.067000', '182547.069000', '182547.088000', '182547.091000', '182547.093000', '182547.096000', '182547.099000', '182547.102000', '182547.105000', '182547.108000', '182547.111000', '182547.114000', '182547.116000', '182547.119000', '182547.122000', '182547.125000', '182547.128000', '182547.131000', '182547.134000', '182547.136000', '182547.139000', '182547.142000', '182547.145000', '182547.148000', '182547.151000', '182547.153000', '182547.156000', '182547.159000', '182547.162000', '182547.165000', '182547.168000', '182547.171000', '182607.035000', '182607.038000', '182607.047000', '182607.049000', '182607.052000', '182607.055000', '182607.058000', '182607.061000', '182607.064000', '182607.067000', '182607.070000', '182607.072000', '182607.075000', '182607.078000', '182607.081000', '182607.084000', '182607.087000', '182607.090000', '182607.093000', '182607.095000', '182607.098000', '182607.101000', '182607.104000', '182607.107000', '182607.110000', '182607.112000', '182607.115000', '182607.118000', '182607.121000', '182607.124000', '182607.127000', '182607.130000', '182607.132000', '182607.135000', '182607.138000', '182607.141000', '182607.144000', '182607.147000', '182607.150000', '182607.152000', '182607.155000', '182607.158000', '182607.161000', '182607.164000', '182627.035000', '182627.038000', '182627.041000', '182627.044000', '182627.047000', '182627.049000', '182627.052000', '182627.055000', '182627.058000', '182627.061000', '182627.064000', '182627.067000', '182627.070000', '182627.073000', '182627.075000', '182627.078000', '182627.081000', '182627.084000', '182627.087000', '182627.090000', '182627.093000', '182627.095000', '182627.098000', '182627.101000', '182627.104000', '182627.107000', '182627.110000', '182627.113000', '182627.116000', '182627.119000', '182627.121000', '182627.124000', '182627.127000', '182627.130000', '182627.133000', '182627.136000', '182627.138000', '182627.142000', '182627.145000', '182627.148000', '182627.151000', '182627.154000', '182627.157000', '182647.034000', '182647.037000', '182647.040000', '182647.042000', '182647.045000', '182647.048000', '182647.051000', '182647.054000', '182647.057000', '182647.060000', '182647.063000', '182647.066000', '182647.068000', '182647.071000', '182647.074000', '182647.077000', '182647.080000', '182647.083000', '182647.086000', '182647.088000', '182647.091000', '182647.094000', '182647.097000', '182647.100000', '182647.103000', '182647.106000', '182647.109000', '182647.112000', '182647.114000', '182647.117000', '182647.120000', '182647.123000', '182647.126000', '182647.129000', '182647.132000', '182647.134000', '182647.137000', '182647.140000', '182647.143000', '182647.146000', '182647.149000', '182647.152000', '182647.154000', '182647.157000', '182707.034000', '182707.037000', '182707.040000', '182707.043000', '182707.046000', '182707.048000', '182707.051000', '182707.054000', '182707.057000', '182707.060000', '182707.063000', '182707.066000', '182707.068000', '182707.071000', '182707.074000', '182707.077000', '182707.080000', '182707.083000', '182707.085000', '182707.088000', '182707.091000', '182707.094000', '182707.097000', '182707.100000', '182707.113000', '182707.116000', '182707.118000', '182707.121000', '182707.124000', '182707.127000', '182707.130000', '182707.133000', '182707.136000', '182707.138000', '182707.141000', '182707.144000', '182707.147000', '182707.150000', '182707.153000', '182707.155000', '182707.158000', '182707.161000', '182707.164000', '182727.034000', '182727.037000', '182727.040000', '182727.042000', '182727.045000', '182727.048000', '182727.051000', '182727.054000', '182727.057000', '182727.060000', '182727.063000', '182727.066000', '182727.068000', '182727.071000', '182727.074000', '182727.077000', '182727.080000', '182727.083000', '182727.085000', '182727.088000', '182727.091000', '182727.094000', '182727.097000', '182727.100000', '182727.103000', '182727.106000', '182727.108000', '182727.111000', '182727.114000', '182727.117000', '182727.120000', '182727.123000', '182727.126000', '182727.128000', '182727.131000', '182727.134000', '182727.137000', '182727.140000', '182727.143000', '182727.146000', '182727.149000', '182727.151000', '182727.154000', '182727.157000', '182734.438000', '182734.441000', '182734.445000', '182734.448000', '182734.455000', '182734.459000', '182734.462000', '182734.465000', '182734.469000', '182734.472000', '182734.475000', '182734.478000', '182734.481000', '182734.484000', '182734.487000', '182734.491000'], 'InstanceCreationTime': ['181907.064000', '181907.067000', '181907.070000', '181907.073000', '181907.085000', '181907.088000', '181907.090000', '181907.093000', '181907.096000', '181907.099000', '181907.102000', '181907.105000', '181907.107000', '181907.110000', '181907.113000', '181907.116000', '181907.119000', '181907.122000', '181907.125000', '181907.127000', '181907.130000', '181907.133000', '181907.136000', '181907.139000', '181907.141000', '181907.144000', '181907.147000', '181907.150000', '181907.153000', '181907.155000', '181907.158000', '181907.161000', '181907.164000', '181907.167000', '181907.169000', '181907.172000', '181907.175000', '181907.178000', '181907.181000', '181907.184000', '181907.186000', '181907.189000', '181907.198000', '181907.201000', '181907.204000', '181907.206000', '181907.209000', '181907.212000', '181907.215000', '181907.218000', '181907.221000', '181907.223000', '181907.226000', '181907.229000', '181927.035000', '181927.038000', '181927.041000', '181927.044000', '181927.046000', '181927.049000', '181927.052000', '181927.055000', '181927.058000', '181927.061000', '181927.063000', '181927.066000', '181927.069000', '181927.072000', '181927.075000', '181927.078000', '181927.081000', '181927.083000', '181927.086000', '181927.089000', '181927.092000', '181927.095000', '181927.098000', '181927.101000', '181927.104000', '181927.106000', '181927.109000', '181927.112000', '181927.117000', '181927.119000', '181927.122000', '181927.125000', '181927.128000', '181927.131000', '181927.134000', '181927.137000', '181927.140000', '181927.142000', '181927.145000', '181927.148000', '181927.151000', '181927.154000', '181927.156000', '181947.034000', '181947.037000', '181947.039000', '181947.042000', '181947.045000', '181947.048000', '181947.051000', '181947.067000', '181947.070000', '181947.073000', '181947.076000', '181947.079000', '181947.082000', '181947.085000', '181947.087000', '181947.108000', '181947.111000', '181947.113000', '181947.116000', '181947.119000', '181947.122000', '181947.125000', '181947.127000', '181947.130000', '181947.133000', '181947.136000', '181947.139000', '181947.142000', '181947.145000', '181947.148000', '181947.150000', '181947.153000', '181947.156000', '181947.159000', '181947.162000', '181947.165000', '181947.167000', '181947.170000', '181947.173000', '181947.176000', '181947.179000', '181947.182000', '181947.184000', '182007.034000', '182007.037000', '182007.040000', '182007.043000', '182007.045000', '182007.048000', '182007.051000', '182007.054000', '182007.057000', '182007.060000', '182007.062000', '182007.065000', '182007.068000', '182007.071000', '182007.074000', '182007.077000', '182007.080000', '182007.083000', '182007.086000', '182007.089000', '182007.091000', '182007.094000', '182007.097000', '182007.100000', '182007.103000', '182007.106000', '182007.108000', '182007.111000', '182007.114000', '182007.117000', '182007.120000', '182007.123000', '182007.126000', '182007.128000', '182007.131000', '182007.134000', '182007.137000', '182007.140000', '182007.142000', '182007.145000', '182007.148000', '182007.151000', '182007.154000', '182007.157000', '182027.034000', '182027.037000', '182027.039000', '182027.042000', '182027.045000', '182027.048000', '182027.051000', '182027.054000', '182027.057000', '182027.060000', '182027.063000', '182027.066000', '182027.069000', '182027.071000', '182027.074000', '182027.077000', '182027.080000', '182027.083000', '182027.086000', '182027.089000', '182027.092000', '182027.094000', '182027.097000', '182027.100000', '182027.103000', '182027.106000', '182027.109000', '182027.112000', '182027.114000', '182027.117000', '182027.120000', '182027.123000', '182027.126000', '182027.129000', '182027.132000', '182027.135000', '182027.137000', '182027.140000', '182027.143000', '182027.146000', '182027.149000', '182027.152000', '182027.155000', '182047.034000', '182047.037000', '182047.040000', '182047.042000', '182047.045000', '182047.048000', '182047.051000', '182047.054000', '182047.057000', '182047.060000', '182047.063000', '182047.065000', '182047.068000', '182047.071000', '182047.074000', '182047.077000', '182047.080000', '182047.082000', '182047.086000', '182047.088000', '182047.091000', '182047.094000', '182047.097000', '182047.100000', '182047.102000', '182047.105000', '182047.108000', '182047.111000', '182047.114000', '182047.117000', '182047.120000', '182047.123000', '182047.125000', '182047.128000', '182047.131000', '182047.134000', '182047.137000', '182047.140000', '182047.143000', '182047.146000', '182047.148000', '182047.151000', '182047.154000', '182047.157000', '182107.035000', '182107.038000', '182107.041000', '182107.044000', '182107.047000', '182107.049000', '182107.052000', '182107.055000', '182107.060000', '182107.064000', '182107.067000', '182107.070000', '182107.073000', '182107.075000', '182107.078000', '182107.081000', '182107.084000', '182107.087000', '182107.090000', '182107.093000', '182107.095000', '182107.098000', '182107.101000', '182107.104000', '182107.107000', '182107.110000', '182107.113000', '182107.115000', '182107.118000', '182107.121000', '182107.124000', '182107.127000', '182107.130000', '182107.132000', '182107.135000', '182107.138000', '182107.141000', '182107.144000', '182107.147000', '182107.150000', '182107.152000', '182107.155000', '182107.158000', '182127.035000', '182127.038000', '182127.041000', '182127.043000', '182127.046000', '182127.049000', '182127.052000', '182127.055000', '182127.058000', '182127.061000', '182127.064000', '182127.081000', '182127.084000', '182127.087000', '182127.090000', '182127.092000', '182127.095000', '182127.098000', '182127.111000', '182127.114000', '182127.117000', '182127.124000', '182127.126000', '182127.129000', '182127.132000', '182127.135000', '182127.138000', '182127.141000', '182127.143000', '182127.146000', '182127.149000', '182127.152000', '182127.155000', '182127.158000', '182127.161000', '182127.163000', '182127.166000', '182127.169000', '182127.172000', '182127.175000', '182127.178000', '182127.181000', '182127.183000', '182127.186000', '182147.035000', '182147.038000', '182147.041000', '182147.044000', '182147.046000', '182147.049000', '182147.052000', '182147.055000', '182147.058000', '182147.061000', '182147.065000', '182147.070000', '182147.073000', '182147.076000', '182147.079000', '182147.082000', '182147.084000', '182147.088000', '182147.090000', '182147.093000', '182147.096000', '182147.099000', '182147.102000', '182147.105000', '182147.108000', '182147.111000', '182147.114000', '182147.116000', '182147.119000', '182147.122000', '182147.125000', '182147.128000', '182147.131000', '182147.134000', '182147.136000', '182147.139000', '182147.142000', '182147.145000', '182147.148000', '182147.150000', '182147.153000', '182147.156000', '182147.159000', '182207.034000', '182207.037000', '182207.040000', '182207.042000', '182207.045000', '182207.048000', '182207.051000', '182207.054000', '182207.057000', '182207.060000', '182207.063000', '182207.065000', '182207.068000', '182207.071000', '182207.074000', '182207.077000', '182207.080000', '182207.083000', '182207.085000', '182207.088000', '182207.091000', '182207.094000', '182207.097000', '182207.100000', '182207.103000', '182207.105000', '182207.108000', '182207.111000', '182207.114000', '182207.117000', '182207.120000', '182207.122000', '182207.125000', '182207.128000', '182207.131000', '182207.134000', '182207.137000', '182207.144000', '182207.147000', '182207.149000', '182207.152000', '182207.155000', '182207.158000', '182207.161000', '182227.034000', '182227.037000', '182227.040000', '182227.043000', '182227.046000', '182227.048000', '182227.051000', '182227.054000', '182227.057000', '182227.060000', '182227.063000', '182227.066000', '182227.069000', '182227.071000', '182227.075000', '182227.077000', '182227.080000', '182227.083000', '182227.086000', '182227.089000', '182227.092000', '182227.095000', '182227.098000', '182227.101000', '182227.104000', '182227.107000', '182227.110000', '182227.113000', '182227.116000', '182227.119000', '182227.122000', '182227.124000', '182227.128000', '182227.130000', '182227.133000', '182227.136000', '182227.139000', '182227.142000', '182227.145000', '182227.147000', '182227.150000', '182227.153000', '182227.156000', '182247.034000', '182247.037000', '182247.040000', '182247.043000', '182247.045000', '182247.048000', '182247.051000', '182247.054000', '182247.057000', '182247.060000', '182247.063000', '182247.066000', '182247.068000', '182247.071000', '182247.074000', '182247.077000', '182247.080000', '182247.083000', '182247.085000', '182247.088000', '182247.091000', '182247.094000', '182247.097000', '182247.100000', '182247.102000', '182247.116000', '182247.119000', '182247.122000', '182247.124000', '182247.127000', '182247.130000', '182247.133000', '182247.136000', '182247.138000', '182247.141000', '182247.144000', '182247.147000', '182247.150000', '182247.153000', '182247.156000', '182247.158000', '182247.161000', '182247.164000', '182247.167000', '182307.034000', '182307.037000', '182307.040000', '182307.043000', '182307.045000', '182307.048000', '182307.051000', '182307.054000', '182307.057000', '182307.060000', '182307.063000', '182307.066000', '182307.068000', '182307.072000', '182307.074000', '182307.077000', '182307.080000', '182307.083000', '182307.086000', '182307.089000', '182307.091000', '182307.095000', '182307.097000', '182307.100000', '182307.103000', '182307.107000', '182307.109000', '182307.113000', '182307.115000', '182307.118000', '182307.121000', '182307.124000', '182307.127000', '182307.130000', '182307.132000', '182307.135000', '182307.138000', '182307.141000', '182307.144000', '182307.147000', '182307.149000', '182307.152000', '182307.155000', '182327.035000', '182327.038000', '182327.041000', '182327.043000', '182327.046000', '182327.049000', '182327.052000', '182327.055000', '182327.058000', '182327.061000', '182327.064000', '182327.067000', '182327.069000', '182327.072000', '182327.075000', '182327.078000', '182327.081000', '182327.084000', '182327.087000', '182327.089000', '182327.092000', '182327.095000', '182327.098000', '182327.101000', '182327.104000', '182327.107000', '182327.109000', '182327.112000', '182327.115000', '182327.118000', '182327.121000', '182327.124000', '182327.126000', '182327.129000', '182327.132000', '182327.135000', '182327.138000', '182327.141000', '182327.144000', '182327.146000', '182327.149000', '182327.152000', '182327.155000', '182327.158000', '182347.035000', '182347.038000', '182347.041000', '182347.044000', '182347.047000', '182347.049000', '182347.052000', '182347.055000', '182347.058000', '182347.061000', '182347.065000', '182347.068000', '182347.071000', '182347.074000', '182347.077000', '182347.080000', '182347.083000', '182347.086000', '182347.089000', '182347.092000', '182347.095000', '182347.097000', '182347.100000', '182347.103000', '182347.106000', '182347.109000', '182347.112000', '182347.115000', '182347.118000', '182347.121000', '182347.123000', '182347.126000', '182347.129000', '182347.132000', '182347.135000', '182347.138000', '182347.141000', '182347.143000', '182347.146000', '182347.149000', '182347.152000', '182347.156000', '182347.161000', '182407.035000', '182407.038000', '182407.041000', '182407.044000', '182407.047000', '182407.050000', '182407.052000', '182407.055000', '182407.058000', '182407.061000', '182407.064000', '182407.067000', '182407.070000', '182407.073000', '182407.076000', '182407.078000', '182407.081000', '182407.084000', '182407.087000', '182407.090000', '182407.093000', '182407.096000', '182407.099000', '182407.101000', '182407.104000', '182407.107000', '182407.110000', '182407.113000', '182407.116000', '182407.119000', '182407.122000', '182407.124000', '182407.127000', '182407.130000', '182407.133000', '182407.136000', '182407.139000', '182407.142000', '182407.144000', '182407.147000', '182407.150000', '182407.153000', '182407.156000', '182407.159000', '182427.034000', '182427.037000', '182427.042000', '182427.045000', '182427.048000', '182427.051000', '182427.053000', '182427.056000', '182427.059000', '182427.062000', '182427.065000', '182427.068000', '182427.071000', '182427.073000', '182427.076000', '182427.079000', '182427.082000', '182427.096000', '182427.099000', '182427.102000', '182427.105000', '182427.108000', '182427.111000', '182427.114000', '182427.116000', '182427.119000', '182427.122000', '182427.125000', '182427.128000', '182427.131000', '182427.133000', '182427.136000', '182427.139000', '182427.142000', '182427.145000', '182427.148000', '182427.151000', '182427.153000', '182427.156000', '182427.161000', '182427.165000', '182427.168000', '182427.171000', '182447.034000', '182447.037000', '182447.040000', '182447.043000', '182447.045000', '182447.048000', '182447.051000', '182447.054000', '182447.057000', '182447.060000', '182447.063000', '182447.065000', '182447.068000', '182447.071000', '182447.074000', '182447.077000', '182447.080000', '182447.083000', '182447.086000', '182447.088000', '182447.091000', '182447.094000', '182447.097000', '182447.100000', '182447.103000', '182447.106000', '182447.108000', '182447.111000', '182447.114000', '182447.117000', '182447.120000', '182447.123000', '182447.125000', '182447.128000', '182447.131000', '182447.134000', '182447.137000', '182447.140000', '182447.142000', '182447.145000', '182447.148000', '182447.151000', '182447.154000', '182447.156000', '182507.034000', '182507.037000', '182507.040000', '182507.043000', '182507.045000', '182507.048000', '182507.051000', '182507.054000', '182507.057000', '182507.060000', '182507.063000', '182507.066000', '182507.069000', '182507.071000', '182507.074000', '182507.077000', '182507.080000', '182507.083000', '182507.086000', '182507.089000', '182507.092000', '182507.094000', '182507.097000', '182507.100000', '182507.104000', '182507.107000', '182507.110000', '182507.113000', '182507.116000', '182507.119000', '182507.122000', '182507.125000', '182507.128000', '182507.131000', '182507.134000', '182507.136000', '182507.139000', '182507.142000', '182507.145000', '182507.148000', '182507.151000', '182507.153000', '182507.157000', '182527.034000', '182527.037000', '182527.040000', '182527.043000', '182527.045000', '182527.048000', '182527.051000', '182527.054000', '182527.057000', '182527.060000', '182527.062000', '182527.066000', '182527.069000', '182527.072000', '182527.075000', '182527.078000', '182527.081000', '182527.084000', '182527.087000', '182527.090000', '182527.093000', '182527.096000', '182527.099000', '182527.102000', '182527.105000', '182527.107000', '182527.110000', '182527.113000', '182527.116000', '182527.119000', '182527.122000', '182527.125000', '182527.127000', '182527.130000', '182527.133000', '182527.136000', '182527.139000', '182527.142000', '182527.145000', '182527.148000', '182527.151000', '182527.153000', '182527.167000', '182527.170000', '182547.035000', '182547.038000', '182547.041000', '182547.044000', '182547.047000', '182547.049000', '182547.052000', '182547.055000', '182547.058000', '182547.061000', '182547.064000', '182547.067000', '182547.069000', '182547.088000', '182547.091000', '182547.093000', '182547.096000', '182547.099000', '182547.102000', '182547.105000', '182547.108000', '182547.111000', '182547.114000', '182547.116000', '182547.119000', '182547.122000', '182547.125000', '182547.128000', '182547.131000', '182547.134000', '182547.136000', '182547.139000', '182547.142000', '182547.145000', '182547.148000', '182547.151000', '182547.153000', '182547.156000', '182547.159000', '182547.162000', '182547.165000', '182547.168000', '182547.171000', '182607.035000', '182607.038000', '182607.047000', '182607.049000', '182607.052000', '182607.055000', '182607.058000', '182607.061000', '182607.064000', '182607.067000', '182607.070000', '182607.072000', '182607.075000', '182607.078000', '182607.081000', '182607.084000', '182607.087000', '182607.090000', '182607.093000', '182607.095000', '182607.098000', '182607.101000', '182607.104000', '182607.107000', '182607.110000', '182607.112000', '182607.115000', '182607.118000', '182607.121000', '182607.124000', '182607.127000', '182607.130000', '182607.132000', '182607.135000', '182607.138000', '182607.141000', '182607.144000', '182607.147000', '182607.150000', '182607.152000', '182607.155000', '182607.158000', '182607.161000', '182607.164000', '182627.035000', '182627.038000', '182627.041000', '182627.044000', '182627.047000', '182627.049000', '182627.052000', '182627.055000', '182627.058000', '182627.061000', '182627.064000', '182627.067000', '182627.070000', '182627.073000', '182627.075000', '182627.078000', '182627.081000', '182627.084000', '182627.087000', '182627.090000', '182627.093000', '182627.095000', '182627.098000', '182627.101000', '182627.104000', '182627.107000', '182627.110000', '182627.113000', '182627.116000', '182627.119000', '182627.121000', '182627.124000', '182627.127000', '182627.130000', '182627.133000', '182627.136000', '182627.138000', '182627.142000', '182627.145000', '182627.148000', '182627.151000', '182627.154000', '182627.157000', '182647.034000', '182647.037000', '182647.040000', '182647.042000', '182647.045000', '182647.048000', '182647.051000', '182647.054000', '182647.057000', '182647.060000', '182647.063000', '182647.066000', '182647.068000', '182647.071000', '182647.074000', '182647.077000', '182647.080000', '182647.083000', '182647.086000', '182647.088000', '182647.091000', '182647.094000', '182647.097000', '182647.100000', '182647.103000', '182647.106000', '182647.109000', '182647.112000', '182647.114000', '182647.117000', '182647.120000', '182647.123000', '182647.126000', '182647.129000', '182647.132000', '182647.134000', '182647.137000', '182647.140000', '182647.143000', '182647.146000', '182647.149000', '182647.152000', '182647.154000', '182647.157000', '182707.034000', '182707.037000', '182707.040000', '182707.043000', '182707.046000', '182707.048000', '182707.051000', '182707.054000', '182707.057000', '182707.060000', '182707.063000', '182707.066000', '182707.068000', '182707.071000', '182707.074000', '182707.077000', '182707.080000', '182707.083000', '182707.085000', '182707.088000', '182707.091000', '182707.094000', '182707.097000', '182707.100000', '182707.113000', '182707.116000', '182707.118000', '182707.121000', '182707.124000', '182707.127000', '182707.130000', '182707.133000', '182707.136000', '182707.138000', '182707.141000', '182707.144000', '182707.147000', '182707.150000', '182707.153000', '182707.155000', '182707.158000', '182707.161000', '182707.164000', '182727.034000', '182727.037000', '182727.040000', '182727.042000', '182727.045000', '182727.048000', '182727.051000', '182727.054000', '182727.057000', '182727.060000', '182727.063000', '182727.066000', '182727.068000', '182727.071000', '182727.074000', '182727.077000', '182727.080000', '182727.083000', '182727.085000', '182727.088000', '182727.091000', '182727.094000', '182727.097000', '182727.100000', '182727.103000', '182727.106000', '182727.108000', '182727.111000', '182727.114000', '182727.117000', '182727.120000', '182727.123000', '182727.126000', '182727.128000', '182727.131000', '182727.134000', '182727.137000', '182727.140000', '182727.143000', '182727.146000', '182727.149000', '182727.151000', '182727.154000', '182727.157000', '182734.438000', '182734.441000', '182734.445000', '182734.448000', '182734.455000', '182734.459000', '182734.462000', '182734.465000', '182734.469000', '182734.472000', '182734.475000', '182734.478000', '182734.481000', '182734.484000', '182734.487000', '182734.491000'], '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': [13529, 18815, 11809, 11647, 15656, 12288, 14666, 11128, 10254, 11202, 12269, 16658, 12090, 10146, 10270, 12601, 15808, 10658, 13877, 18837, 12163, 14618, 11827, 14248, 18568, 11834, 13845, 10321, 10174, 11985, 12715, 14649, 13097, 11785, 17900, 12824, 15328, 10508, 14723, 18469, 14922, 14910, 10460, 14309, 18365, 13024, 14548, 12935, 14142, 18497, 13032, 12381, 16264, 13899, 17540, 12193, 10829, 16620, 13901, 15459, 12264, 10513, 10352, 14194, 16447, 11834, 10269, 10313, 14051, 15374, 11900, 10647, 14639, 14125, 14605, 11974, 11556, 18559, 13756, 14590, 11526, 11214, 17691, 13901, 14476, 11710, 14954, 19111, 13686, 15270, 11445, 14747, 17759, 13618, 13926, 11803, 14717, 18779, 13159, 14439, 11604, 10918, 16294, 13311, 13943, 11790, 10425, 10525, 14268, 17138, 11973, 11553, 16996, 10864, 11456, 13193, 11525, 10749, 14612, 18274, 13707, 15038, 12396, 10705, 10691, 10197, 11823, 9924, 10427, 14484, 12615, 16379, 12209, 16359, 19089, 17087, 16273, 17213, 14255, 14450, 10764, 14642, 18005, 12847, 10157, 10648, 13919, 11578, 10842, 14484, 16452, 13401, 10762, 10859, 13189, 10510, 10221, 13389, 12973, 11065, 14305, 17493, 12201, 11115, 15434, 13014, 11923, 10496, 14225, 17576, 12423, 11547, 17431, 13162, 15199, 10413, 13597, 17718, 12714, 13346, 16549, 12216, 10878, 16084, 12761, 14317, 11897, 13669, 17276, 11165, 14417, 18737, 12615, 12750, 14445, 12371, 12314, 11954, 12922, 13543, 10378, 13549, 15873, 12207, 10110, 10363, 12390, 13159, 12381, 12964, 16095, 10551, 13896, 18347, 10802, 11987, 17073, 12220, 14265, 10427, 13453, 17490, 12523, 13109, 17934, 11473, 12530, 15653, 12269, 13295, 10613, 13309, 17568, 12145, 11665, 10425, 13390, 17595, 10467, 13682, 18040, 11658, 13691, 18745, 10895, 11180, 16907, 11076, 11452, 11049, 13165, 16428, 10906, 11670, 10203, 13626, 16937, 10600, 12832, 10531, 10590, 10489, 11836, 16750, 16214, 12886, 13477, 11740, 13899, 12258, 12885, 17882, 12767, 11158, 10918, 12922, 17077, 13001, 13584, 18770, 12429, 15162, 14523, 12722, 13738, 12411, 12966, 19062, 13028, 14665, 11860, 11179, 18145, 13243, 14413, 11961, 12322, 14904, 13380, 12720, 15272, 13780, 17402, 12678, 11461, 13108, 13594, 14688, 12476, 10818, 11626, 14258, 17398, 13643, 11226, 14731, 13640, 13664, 12808, 14132, 17647, 12837, 10919, 14336, 12866, 12861, 10352, 13810, 16427, 11318, 11387, 16061, 13471, 13610, 10421, 14332, 18103, 13305, 13436, 10567, 12835, 16941, 13083, 13368, 10702, 14655, 18021, 13414, 13407, 10467, 14106, 17638, 12606, 11722, 14723, 12759, 12473, 10206, 13630, 16308, 10991, 11028, 9740, 13415, 15883, 11469, 10322, 9781, 13563, 16773, 12159, 10004, 10413, 13784, 16200, 12942, 11975, 10732, 13455, 17568, 11741, 12118, 17330, 12901, 14698, 12354, 13623, 13143, 13575, 17924, 12906, 15170, 12556, 13701, 12248, 14253, 18458, 13223, 15022, 12406, 12647, 12869, 13985, 17735, 12727, 14836, 12702, 11956, 12124, 13791, 17824, 13106, 10674, 10262, 13485, 14826, 10988, 10428, 12984, 13414, 12212, 10899, 10167, 10450, 13291, 14454, 12598, 10877, 14761, 12969, 12517, 12945, 12717, 13209, 13793, 17622, 13004, 13904, 11853, 14603, 18226, 12835, 13748, 10206, 13894, 17912, 12756, 13195, 12551, 10445, 13514, 13558, 15919, 12252, 13210, 15193, 10902, 10814, 14071, 18436, 13232, 15386, 13594, 11931, 11018, 14013, 19495, 13548, 16176, 13142, 16029, 11200, 10739, 10655, 13940, 18714, 12751, 13609, 10812, 10773, 9766, 10819, 9772, 10472, 13730, 16787, 13338, 17770, 13250, 15602, 11901, 12460, 15625, 10540, 10965, 13787, 15217, 12493, 12929, 10763, 10205, 10621, 13887, 17307, 12098, 11132, 10488, 10526, 10574, 13169, 13688, 13689, 13912, 18056, 13164, 11712, 12302, 14205, 18024, 12634, 13527, 12479, 10656, 10561, 13848, 17885, 12419, 13640, 12186, 11732, 10667, 11341, 16386, 13915, 17695, 12674, 14446, 15562, 11347, 14962, 13714, 15641, 11327, 12400, 17805, 11896, 14860, 13164, 11701, 12661, 11452, 15726, 13173, 14981, 12710, 11302, 12041, 10834, 15267, 12998, 15520, 12732, 11612, 11324, 13563, 16740, 11356, 10477, 10577, 13474, 15524, 11420, 10699, 10625, 13470, 13655, 10762, 10389, 10905, 13149, 13394, 10561, 13944, 17452, 13137, 12530, 9970, 13194, 15700, 12849, 13105, 12175, 12277, 15519, 10726, 12601, 13237, 16321, 11093, 14130, 19064, 14063, 15647, 11810, 11873, 16512, 13014, 16885, 12969, 13425, 10173, 14003, 18053, 14375, 14600, 12093, 10737, 10932, 14205, 17583, 14744, 14588, 11069, 14168, 18507, 12192, 13616, 16990, 10120, 10122, 10779, 11246, 9716, 10078, 13309, 12305, 13043, 15615, 14462, 18352, 12907, 14730, 18752, 13889, 14738, 12861, 14581, 18329, 13733, 14284, 12450, 10488, 11086, 14208, 17368, 12895, 12626, 13777, 13947, 13671, 12546, 9940, 10272, 13672, 15867, 13612, 12977, 12304, 10774, 16683, 13670, 14299, 11526, 10019, 10674, 14099, 16945, 11710, 14538, 18234, 13545, 14524, 12742, 10450, 10649, 14121, 16287, 12426, 12656, 11939, 9941, 10795, 14397, 18246, 13754, 15071, 11910, 15607, 11864, 11234, 11400, 14195, 19215, 14080, 15061, 11568, 12860, 10902, 14025, 18038, 13337, 13932, 12355, 11485, 10470, 13964, 13350, 13521, 11255, 10446, 14393, 17093, 13610, 12496, 11869, 14414, 17023, 13567, 12503, 10891, 14087, 15125, 13019, 10402, 10115, 10006, 10101, 11223, 11444, 9833, 11307, 10105, 13027, 15977, 13222, 16692, 12892, 15254, 18362, 15524, 15977, 11406, 14190, 18935, 12959, 13293, 18102, 13466, 14497, 12814, 14118, 17633, 13197, 13187, 10706, 13679, 12219, 12537, 10015, 14525, 13204, 12022, 12352, 13209, 17567, 13424, 14337, 11955, 13771, 16528, 12792, 14368, 18335, 13390, 14468, 11525, 10380, 12620, 13606, 12959, 11199, 10738, 10713, 13585, 16310, 11185, 14497, 18896, 13544, 15402, 11464, 14392, 17891, 12933, 12736, 11217, 14090, 17874, 12940, 13332, 11001, 10545, 10730, 13620, 12896, 11900, 11379, 13593, 13487, 11336, 12549, 10339, 16509, 13764, 16275, 13413, 13442, 11370, 14587, 18040, 14948, 13271, 11720, 13968, 17209, 13375, 13755, 11403, 10489, 10748, 13467, 16213, 11425, 14431, 18586, 13498, 15375, 11876, 13848, 18509, 13952, 14439, 11822, 10633, 10859, 13934, 13590, 12572, 14678, 18536, 13606, 13470, 11901, 14049, 16813, 13512, 11909, 11708, 13537, 14096, 11827, 14319, 17466, 12522, 11059, 10986, 13222, 14509, 11890, 13995, 16569, 12780, 10476, 10930, 13197, 13235, 15678, 13533, 15109, 12116, 14168, 18463, 12719, 13357, 17994, 13230, 13164, 10760, 13539, 14024, 11484, 13755, 15557, 10806, 13792, 14383, 12274, 10418, 10574, 12922, 13380, 11226, 10668, 11073, 13353, 16149, 11638, 10695, 17236, 13641, 15700, 12243, 14604, 19192, 13804, 14876, 12357, 14203, 17720, 12042, 14718, 18526, 13595, 12273, 10960, 13589, 14211, 11693, 14301, 14733, 10956, 13953, 13219, 11941, 14503, 15426, 12880, 11114, 11087, 14268, 15268, 13058, 11442, 14947, 13686, 13342, 12829, 10412, 16577, 13380, 13288, 12237, 10605, 11030, 13586, 16533, 11949, 13602, 16286, 12779, 11983, 15536, 13071, 15446, 11948, 11420, 12889, 13292, 16421, 12115, 10549, 17273, 13361, 14906, 13168, 13677, 17591, 11494, 14506, 18041, 12161, 11129, 10980, 13178, 13540, 11197, 14401, 18338, 12685, 12542, 16482, 13227, 13225, 11076, 14346, 17003, 12662, 10633, 10434, 13183, 14384, 11811, 13590, 16782, 11510, 10699, 15450, 13131, 15544, 11197, 14726, 18942, 13345, 15618, 11328, 14132, 17084, 12372, 10576, 12923, 12947, 13267, 11882, 13941, 17729, 13143, 11975, 17816, 13492, 14729, 11139, 13927, 15439, 12920, 11289, 10446, 13569, 14577, 12900, 11733, 12049, 10851, 10361, 13318, 14001, 11642, 13700, 17726, 12401, 12673, 13015, 13178, 16268, 12606, 12755, 10367, 13822, 16732, 11747, 10653, 10458, 13090, 15305, 11134, 9784, 10660, 13647, 15242, 12064, 12148, 11217, 10033, 11082, 10749, 14058, 13247, 17413, 12795, 14645, 11260, 14355, 19604, 14105, 15760, 13213, 13873, 10642, 14183, 18043, 12308, 14281, 13570, 16448, 11781, 14643, 16181, 11054, 11208, 14208, 17676, 13645, 16002, 13479, 14895, 11573, 10717, 14628, 14012, 17718, 14115, 14363, 10995, 14250, 17972, 13005, 13960, 11910, 11334, 12419, 10643, 13521, 12428, 13861, 15785, 16158, 14118, 18516, 12957, 13173, 14229, 13901, 11960, 13570, 11318, 15211, 14102, 16097, 13169, 10464, 11340, 13779, 15144, 13044, 10471, 10945, 13677, 14584], 'WindowCenter': [4516.0, 4530.0, 4469.0, 4465.0, 4482.0, 4453.0, 4482.0, 4452.0, 4431.0, 4441.0, 4462.0, 4490.0, 4449.0, 4430.0, 4431.0, 4463.0, 4480.0, 4441.0, 4471.0, 4501.0, 4461.0, 4470.0, 4452.0, 4482.0, 4499.0, 4451.0, 4469.0, 4430.0, 4432.0, 4449.0, 4461.0, 4481.0, 4459.0, 4449.0, 4500.0, 4460.0, 4478.0, 4429.0, 4470.0, 4489.0, 4470.0, 4467.0, 4427.0, 4469.0, 4486.0, 4446.0, 4456.0, 4446.0, 4456.0, 4486.0, 4447.0, 4447.0, 4464.0, 4456.0, 4477.0, 4436.0, 4425.0, 4473.0, 4455.0, 4464.0, 4434.0, 4414.0, 4414.0, 4455.0, 4465.0, 4424.0, 4414.0, 4414.0, 4457.0, 4466.0, 4437.0, 4415.0, 4456.0, 4456.0, 4455.0, 4435.0, 4436.0, 4485.0, 4456.0, 4454.0, 4435.0, 4436.0, 4484.0, 4455.0, 4453.0, 4435.0, 4467.0, 4484.0, 4456.0, 4464.0, 4426.0, 4467.0, 4475.0, 4445.0, 4455.0, 4434.0, 4455.0, 4484.0, 4445.0, 4455.0, 4425.0, 4425.0, 4463.0, 4445.0, 4454.0, 4435.0, 4414.0, 4425.0, 4466.0, 4475.0, 4436.0, 4435.0, 4475.0, 4427.0, 4436.0, 4458.0, 4435.0, 4426.0, 4466.0, 4485.0, 4458.0, 4466.0, 4448.0, 4429.0, 4430.0, 4429.0, 4451.0, 4429.0, 4442.0, 4483.0, 4463.0, 4493.0, 4451.0, 4482.0, 4490.0, 4468.0, 4469.0, 4464.0, 4456.0, 4443.0, 4412.0, 4453.0, 4473.0, 4432.0, 4401.0, 4402.0, 4444.0, 4421.0, 4412.0, 4452.0, 4463.0, 4445.0, 4414.0, 4411.0, 4443.0, 4411.0, 4401.0, 4443.0, 4442.0, 4425.0, 4456.0, 4474.0, 4435.0, 4436.0, 4465.0, 4447.0, 4434.0, 4426.0, 4467.0, 4487.0, 4447.0, 4438.0, 4477.0, 4448.0, 4467.0, 4426.0, 4457.0, 4486.0, 4447.0, 4456.0, 4474.0, 4448.0, 4427.0, 4464.0, 4447.0, 4456.0, 4435.0, 4456.0, 4475.0, 4435.0, 4466.0, 4484.0, 4435.0, 4445.0, 4454.0, 4446.0, 4435.0, 4435.0, 4445.0, 4444.0, 4415.0, 4456.0, 4465.0, 4437.0, 4415.0, 4415.0, 4447.0, 4458.0, 4445.0, 4457.0, 4476.0, 4426.0, 4457.0, 4486.0, 4437.0, 4447.0, 4475.0, 4447.0, 4455.0, 4427.0, 4458.0, 4486.0, 4447.0, 4457.0, 4486.0, 4437.0, 4448.0, 4476.0, 4447.0, 4455.0, 4427.0, 4469.0, 4488.0, 4448.0, 4437.0, 4438.0, 4469.0, 4487.0, 4427.0, 4468.0, 4486.0, 4438.0, 4467.0, 4497.0, 4437.0, 4449.0, 4486.0, 4439.0, 4437.0, 4448.0, 4471.0, 4488.0, 4441.0, 4449.0, 4441.0, 4481.0, 4501.0, 4439.0, 4460.0, 4440.0, 4441.0, 4440.0, 4462.0, 4503.0, 4488.0, 4461.0, 4469.0, 4461.0, 4470.0, 4449.0, 4460.0, 4499.0, 4461.0, 4438.0, 4436.0, 4461.0, 4490.0, 4460.0, 4459.0, 4496.0, 4458.0, 4478.0, 4467.0, 4458.0, 4455.0, 4448.0, 4458.0, 4496.0, 4457.0, 4466.0, 4436.0, 4438.0, 4484.0, 4457.0, 4465.0, 4436.0, 4448.0, 4463.0, 4457.0, 4445.0, 4466.0, 4457.0, 4475.0, 4447.0, 4435.0, 4444.0, 4456.0, 4464.0, 4446.0, 4424.0, 4437.0, 4477.0, 4486.0, 4458.0, 4426.0, 4454.0, 4455.0, 4455.0, 4444.0, 4456.0, 4473.0, 4444.0, 4425.0, 4452.0, 4445.0, 4443.0, 4414.0, 4455.0, 4474.0, 4437.0, 4436.0, 4475.0, 4456.0, 4454.0, 4425.0, 4467.0, 4485.0, 4456.0, 4455.0, 4427.0, 4458.0, 4486.0, 4458.0, 4456.0, 4428.0, 4480.0, 4487.0, 4458.0, 4456.0, 4427.0, 4468.0, 4488.0, 4448.0, 4448.0, 4466.0, 4457.0, 4446.0, 4426.0, 4468.0, 4476.0, 4437.0, 4436.0, 4416.0, 4469.0, 4477.0, 4450.0, 4426.0, 4416.0, 4469.0, 4487.0, 4448.0, 4418.0, 4428.0, 4469.0, 4487.0, 4458.0, 4448.0, 4437.0, 4470.0, 4488.0, 4449.0, 4450.0, 4498.0, 4459.0, 4467.0, 4460.0, 4469.0, 4458.0, 4460.0, 4498.0, 4460.0, 4478.0, 4460.0, 4470.0, 4448.0, 4469.0, 4498.0, 4460.0, 4467.0, 4459.0, 4460.0, 4459.0, 4468.0, 4487.0, 4458.0, 4467.0, 4460.0, 4448.0, 4446.0, 4467.0, 4487.0, 4457.0, 4426.0, 4415.0, 4457.0, 4466.0, 4425.0, 4426.0, 4445.0, 4456.0, 4445.0, 4437.0, 4426.0, 4426.0, 4458.0, 4466.0, 4459.0, 4439.0, 4467.0, 4460.0, 4448.0, 4459.0, 4458.0, 4457.0, 4468.0, 4487.0, 4459.0, 4458.0, 4450.0, 4480.0, 4498.0, 4458.0, 4468.0, 4427.0, 4468.0, 4487.0, 4458.0, 4458.0, 4448.0, 4428.0, 4457.0, 4469.0, 4477.0, 4448.0, 4458.0, 4467.0, 4439.0, 4439.0, 4470.0, 4499.0, 4459.0, 4479.0, 4458.0, 4437.0, 4426.0, 4468.0, 4496.0, 4457.0, 4477.0, 4446.0, 4479.0, 4436.0, 4426.0, 4426.0, 4467.0, 4496.0, 4457.0, 4471.0, 4440.0, 4439.0, 4440.0, 4452.0, 4440.0, 4442.0, 4472.0, 4491.0, 4471.0, 4490.0, 4460.0, 4469.0, 4437.0, 4447.0, 4467.0, 4427.0, 4426.0, 4458.0, 4466.0, 4447.0, 4446.0, 4427.0, 4418.0, 4428.0, 4460.0, 4476.0, 4436.0, 4425.0, 4415.0, 4427.0, 4426.0, 4457.0, 4457.0, 4455.0, 4457.0, 4487.0, 4447.0, 4436.0, 4447.0, 4468.0, 4485.0, 4446.0, 4455.0, 4447.0, 4426.0, 4426.0, 4458.0, 4488.0, 4448.0, 4457.0, 4451.0, 4447.0, 4428.0, 4440.0, 4478.0, 4469.0, 4488.0, 4449.0, 4469.0, 4467.0, 4438.0, 4467.0, 4458.0, 4465.0, 4425.0, 4436.0, 4485.0, 4438.0, 4466.0, 4457.0, 4436.0, 4447.0, 4436.0, 4466.0, 4445.0, 4465.0, 4458.0, 4436.0, 4448.0, 4439.0, 4478.0, 4459.0, 4477.0, 4458.0, 4437.0, 4427.0, 4457.0, 4476.0, 4437.0, 4426.0, 4415.0, 4458.0, 4476.0, 4437.0, 4426.0, 4425.0, 4457.0, 4455.0, 4427.0, 4428.0, 4426.0, 4458.0, 4456.0, 4426.0, 4467.0, 4487.0, 4457.0, 4447.0, 4416.0, 4459.0, 4478.0, 4460.0, 4458.0, 4451.0, 4450.0, 4479.0, 4441.0, 4449.0, 4471.0, 4490.0, 4440.0, 4471.0, 4498.0, 4458.0, 4467.0, 4449.0, 4449.0, 4477.0, 4458.0, 4477.0, 4458.0, 4458.0, 4416.0, 4456.0, 4486.0, 4469.0, 4455.0, 4448.0, 4425.0, 4426.0, 4458.0, 4476.0, 4468.0, 4457.0, 4426.0, 4457.0, 4486.0, 4434.0, 4445.0, 4474.0, 4417.0, 4415.0, 4426.0, 4438.0, 4419.0, 4443.0, 4472.0, 4464.0, 4462.0, 4479.0, 4469.0, 4489.0, 4436.0, 4457.0, 4475.0, 4446.0, 4454.0, 4446.0, 4456.0, 4473.0, 4444.0, 4443.0, 4434.0, 4413.0, 4425.0, 4456.0, 4474.0, 4434.0, 4435.0, 4445.0, 4454.0, 4444.0, 4435.0, 4403.0, 4403.0, 4455.0, 4465.0, 4456.0, 4447.0, 4448.0, 4427.0, 4475.0, 4456.0, 4455.0, 4436.0, 4416.0, 4427.0, 4468.0, 4475.0, 4436.0, 4456.0, 4485.0, 4457.0, 4455.0, 4447.0, 4426.0, 4414.0, 4456.0, 4464.0, 4446.0, 4445.0, 4437.0, 4416.0, 4439.0, 4469.0, 4488.0, 4458.0, 4467.0, 4437.0, 4467.0, 4438.0, 4427.0, 4438.0, 4469.0, 4486.0, 4456.0, 4455.0, 4424.0, 4446.0, 4425.0, 4457.0, 4485.0, 4445.0, 4444.0, 4432.0, 4424.0, 4413.0, 4454.0, 4442.0, 4444.0, 4423.0, 4412.0, 4455.0, 4474.0, 4455.0, 4444.0, 4436.0, 4466.0, 4473.0, 4445.0, 4434.0, 4425.0, 4456.0, 4464.0, 4445.0, 4416.0, 4415.0, 4418.0, 4431.0, 4441.0, 4450.0, 4431.0, 4454.0, 4444.0, 4488.0, 4505.0, 4476.0, 4504.0, 4463.0, 4483.0, 4491.0, 4472.0, 4468.0, 4438.0, 4459.0, 4486.0, 4435.0, 4446.0, 4474.0, 4444.0, 4453.0, 4446.0, 4456.0, 4474.0, 4444.0, 4444.0, 4413.0, 4457.0, 4435.0, 4445.0, 4415.0, 4455.0, 4446.0, 4435.0, 4449.0, 4458.0, 4475.0, 4455.0, 4456.0, 4436.0, 4457.0, 4475.0, 4447.0, 4458.0, 4474.0, 4445.0, 4455.0, 4427.0, 4417.0, 4434.0, 4455.0, 4446.0, 4426.0, 4426.0, 4427.0, 4459.0, 4477.0, 4437.0, 4457.0, 4486.0, 4448.0, 4464.0, 4435.0, 4457.0, 4474.0, 4445.0, 4444.0, 4436.0, 4467.0, 4485.0, 4445.0, 4445.0, 4426.0, 4426.0, 4425.0, 4457.0, 4446.0, 4435.0, 4437.0, 4455.0, 4457.0, 4436.0, 4448.0, 4428.0, 4476.0, 4468.0, 4478.0, 4459.0, 4458.0, 4436.0, 4467.0, 4486.0, 4467.0, 4445.0, 4435.0, 4456.0, 4474.0, 4445.0, 4455.0, 4425.0, 4425.0, 4425.0, 4456.0, 4475.0, 4425.0, 4455.0, 4484.0, 4445.0, 4453.0, 4434.0, 4455.0, 4484.0, 4454.0, 4455.0, 4424.0, 4415.0, 4413.0, 4454.0, 4442.0, 4435.0, 4455.0, 4484.0, 4455.0, 4443.0, 4435.0, 4456.0, 4473.0, 4445.0, 4435.0, 4434.0, 4456.0, 4455.0, 4435.0, 4467.0, 4485.0, 4435.0, 4425.0, 4425.0, 4456.0, 4455.0, 4425.0, 4455.0, 4474.0, 4447.0, 4425.0, 4424.0, 4446.0, 4447.0, 4466.0, 4446.0, 4464.0, 4435.0, 4457.0, 4485.0, 4444.0, 4456.0, 4474.0, 4445.0, 4445.0, 4413.0, 4455.0, 4454.0, 4423.0, 4456.0, 4464.0, 4425.0, 4455.0, 4453.0, 4435.0, 4425.0, 4423.0, 4447.0, 4456.0, 4438.0, 4428.0, 4437.0, 4470.0, 4478.0, 4438.0, 4428.0, 4488.0, 4458.0, 4477.0, 4448.0, 4469.0, 4497.0, 4457.0, 4457.0, 4435.0, 4456.0, 4475.0, 4435.0, 4465.0, 4484.0, 4445.0, 4434.0, 4413.0, 4445.0, 4444.0, 4422.0, 4453.0, 4452.0, 4412.0, 4443.0, 4431.0, 4423.0, 4454.0, 4461.0, 4444.0, 4423.0, 4425.0, 4466.0, 4464.0, 4456.0, 4436.0, 4467.0, 4457.0, 4455.0, 4457.0, 4427.0, 4475.0, 4456.0, 4455.0, 4447.0, 4427.0, 4425.0, 4457.0, 4476.0, 4436.0, 4457.0, 4475.0, 4457.0, 4447.0, 4477.0, 4457.0, 4477.0, 4448.0, 4437.0, 4446.0, 4457.0, 4478.0, 4447.0, 4427.0, 4475.0, 4457.0, 4467.0, 4445.0, 4457.0, 4476.0, 4435.0, 4466.0, 4474.0, 4435.0, 4425.0, 4423.0, 4456.0, 4456.0, 4425.0, 4466.0, 4484.0, 4457.0, 4458.0, 4476.0, 4446.0, 4444.0, 4435.0, 4467.0, 4474.0, 4446.0, 4425.0, 4424.0, 4459.0, 4467.0, 4435.0, 4458.0, 4475.0, 4436.0, 4427.0, 4466.0, 4457.0, 4466.0, 4436.0, 4468.0, 4496.0, 4457.0, 4477.0, 4425.0, 4467.0, 4476.0, 4447.0, 4426.0, 4445.0, 4447.0, 4456.0, 4437.0, 4467.0, 4485.0, 4456.0, 4447.0, 4485.0, 4456.0, 4465.0, 4425.0, 4456.0, 4463.0, 4456.0, 4435.0, 4425.0, 4457.0, 4465.0, 4458.0, 4447.0, 4446.0, 4438.0, 4416.0, 4458.0, 4467.0, 4437.0, 4467.0, 4487.0, 4447.0, 4447.0, 4456.0, 4456.0, 4476.0, 4448.0, 4457.0, 4416.0, 4468.0, 4487.0, 4448.0, 4428.0, 4425.0, 4458.0, 4476.0, 4437.0, 4418.0, 4426.0, 4468.0, 4476.0, 4447.0, 4446.0, 4449.0, 4428.0, 4452.0, 4452.0, 4471.0, 4470.0, 4500.0, 4462.0, 4480.0, 4451.0, 4483.0, 4510.0, 4470.0, 4478.0, 4470.0, 4470.0, 4429.0, 4470.0, 4499.0, 4450.0, 4468.0, 4470.0, 4478.0, 4436.0, 4467.0, 4476.0, 4437.0, 4436.0, 4468.0, 4487.0, 4457.0, 4479.0, 4457.0, 4467.0, 4437.0, 4428.0, 4466.0, 4456.0, 4486.0, 4457.0, 4455.0, 4425.0, 4466.0, 4485.0, 4445.0, 4456.0, 4439.0, 4425.0, 4448.0, 4428.0, 4471.0, 4459.0, 4471.0, 4482.0, 4480.0, 4458.0, 4476.0, 4434.0, 4433.0, 4443.0, 4444.0, 4423.0, 4445.0, 4424.0, 4452.0, 4443.0, 4465.0, 4445.0, 4413.0, 4422.0, 4455.0, 4451.0, 4443.0, 4414.0, 4414.0, 4456.0, 4454.0], 'WindowWidth': [9924.0, 9932.0, 9841.0, 9830.0, 9847.0, 9808.0, 9845.0, 9805.0, 9777.0, 9787.0, 9819.0, 9856.0, 9797.0, 9773.0, 9774.0, 9823.0, 9844.0, 9791.0, 9829.0, 9871.0, 9817.0, 9825.0, 9806.0, 9846.0, 9869.0, 9802.0, 9826.0, 9775.0, 9776.0, 9797.0, 9816.0, 9846.0, 9812.0, 9797.0, 9869.0, 9812.0, 9836.0, 9771.0, 9826.0, 9856.0, 9826.0, 9819.0, 9765.0, 9821.0, 9844.0, 9789.0, 9803.0, 9787.0, 9801.0, 9845.0, 9790.0, 9791.0, 9810.0, 9800.0, 9831.0, 9774.0, 9759.0, 9822.0, 9796.0, 9810.0, 9769.0, 9740.0, 9741.0, 9798.0, 9812.0, 9755.0, 9741.0, 9741.0, 9804.0, 9814.0, 9776.0, 9744.0, 9801.0, 9799.0, 9797.0, 9771.0, 9777.0, 9840.0, 9800.0, 9795.0, 9773.0, 9776.0, 9839.0, 9798.0, 9793.0, 9773.0, 9817.0, 9841.0, 9801.0, 9810.0, 9760.0, 9818.0, 9831.0, 9786.0, 9798.0, 9770.0, 9798.0, 9838.0, 9784.0, 9800.0, 9758.0, 9759.0, 9808.0, 9784.0, 9796.0, 9773.0, 9742.0, 9760.0, 9816.0, 9827.0, 9775.0, 9774.0, 9827.0, 9764.0, 9773.0, 9808.0, 9772.0, 9764.0, 9815.0, 9842.0, 9806.0, 9815.0, 9795.0, 9769.0, 9766.0, 9769.0, 9805.0, 9772.0, 9795.0, 9848.0, 9824.0, 9865.0, 9804.0, 9848.0, 9864.0, 9823.0, 9824.0, 9807.0, 9796.0, 9777.0, 9734.0, 9789.0, 9819.0, 9762.0, 9718.0, 9719.0, 9778.0, 9745.0, 9736.0, 9789.0, 9804.0, 9782.0, 9740.0, 9732.0, 9778.0, 9734.0, 9720.0, 9779.0, 9776.0, 9757.0, 9800.0, 9821.0, 9773.0, 9774.0, 9810.0, 9790.0, 9769.0, 9761.0, 9817.0, 9846.0, 9792.0, 9780.0, 9831.0, 9793.0, 9819.0, 9762.0, 9804.0, 9848.0, 9789.0, 9801.0, 9826.0, 9792.0, 9766.0, 9812.0, 9791.0, 9805.0, 9773.0, 9801.0, 9828.0, 9774.0, 9816.0, 9839.0, 9772.0, 9787.0, 9795.0, 9788.0, 9773.0, 9770.0, 9786.0, 9785.0, 9746.0, 9803.0, 9812.0, 9777.0, 9746.0, 9745.0, 9793.0, 9808.0, 9787.0, 9805.0, 9832.0, 9764.0, 9806.0, 9846.0, 9779.0, 9793.0, 9829.0, 9792.0, 9801.0, 9765.0, 9808.0, 9846.0, 9795.0, 9807.0, 9845.0, 9779.0, 9796.0, 9829.0, 9793.0, 9801.0, 9765.0, 9825.0, 9851.0, 9795.0, 9779.0, 9782.0, 9825.0, 9851.0, 9767.0, 9821.0, 9846.0, 9781.0, 9820.0, 9860.0, 9781.0, 9800.0, 9846.0, 9784.0, 9780.0, 9799.0, 9833.0, 9852.0, 9792.0, 9801.0, 9793.0, 9848.0, 9874.0, 9788.0, 9817.0, 9789.0, 9791.0, 9788.0, 9821.0, 9881.0, 9853.0, 9817.0, 9826.0, 9817.0, 9832.0, 9800.0, 9815.0, 9871.0, 9817.0, 9782.0, 9778.0, 9816.0, 9859.0, 9814.0, 9811.0, 9861.0, 9809.0, 9840.0, 9820.0, 9808.0, 9801.0, 9795.0, 9811.0, 9863.0, 9805.0, 9818.0, 9778.0, 9782.0, 9839.0, 9804.0, 9817.0, 9777.0, 9793.0, 9809.0, 9803.0, 9790.0, 9816.0, 9803.0, 9829.0, 9792.0, 9774.0, 9784.0, 9803.0, 9812.0, 9792.0, 9758.0, 9778.0, 9835.0, 9848.0, 9811.0, 9763.0, 9798.0, 9799.0, 9802.0, 9785.0, 9801.0, 9824.0, 9785.0, 9759.0, 9793.0, 9786.0, 9784.0, 9744.0, 9801.0, 9825.0, 9781.0, 9777.0, 9830.0, 9802.0, 9798.0, 9761.0, 9818.0, 9842.0, 9804.0, 9801.0, 9768.0, 9810.0, 9845.0, 9809.0, 9804.0, 9771.0, 9840.0, 9852.0, 9808.0, 9804.0, 9767.0, 9822.0, 9850.0, 9796.0, 9796.0, 9817.0, 9807.0, 9791.0, 9765.0, 9823.0, 9831.0, 9782.0, 9778.0, 9751.0, 9826.0, 9834.0, 9801.0, 9765.0, 9749.0, 9825.0, 9851.0, 9796.0, 9755.0, 9768.0, 9825.0, 9850.0, 9811.0, 9798.0, 9781.0, 9828.0, 9852.0, 9799.0, 9801.0, 9866.0, 9811.0, 9821.0, 9815.0, 9828.0, 9810.0, 9814.0, 9867.0, 9815.0, 9839.0, 9818.0, 9831.0, 9798.0, 9824.0, 9866.0, 9814.0, 9822.0, 9812.0, 9816.0, 9811.0, 9823.0, 9850.0, 9808.0, 9819.0, 9813.0, 9796.0, 9790.0, 9819.0, 9850.0, 9807.0, 9762.0, 9746.0, 9804.0, 9817.0, 9762.0, 9763.0, 9786.0, 9804.0, 9786.0, 9780.0, 9764.0, 9763.0, 9809.0, 9817.0, 9811.0, 9785.0, 9821.0, 9815.0, 9795.0, 9814.0, 9813.0, 9808.0, 9822.0, 9850.0, 9811.0, 9810.0, 9801.0, 9842.0, 9870.0, 9811.0, 9824.0, 9766.0, 9823.0, 9849.0, 9810.0, 9811.0, 9796.0, 9768.0, 9809.0, 9826.0, 9837.0, 9798.0, 9813.0, 9820.0, 9786.0, 9786.0, 9828.0, 9872.0, 9813.0, 9843.0, 9809.0, 9781.0, 9765.0, 9821.0, 9864.0, 9806.0, 9837.0, 9792.0, 9839.0, 9778.0, 9764.0, 9764.0, 9820.0, 9862.0, 9806.0, 9827.0, 9785.0, 9787.0, 9791.0, 9809.0, 9790.0, 9796.0, 9836.0, 9861.0, 9831.0, 9856.0, 9812.0, 9826.0, 9780.0, 9791.0, 9819.0, 9762.0, 9762.0, 9808.0, 9816.0, 9789.0, 9790.0, 9764.0, 9751.0, 9765.0, 9810.0, 9832.0, 9774.0, 9756.0, 9745.0, 9762.0, 9763.0, 9805.0, 9805.0, 9799.0, 9801.0, 9846.0, 9789.0, 9775.0, 9792.0, 9820.0, 9841.0, 9785.0, 9800.0, 9791.0, 9761.0, 9763.0, 9806.0, 9847.0, 9793.0, 9806.0, 9801.0, 9791.0, 9770.0, 9785.0, 9835.0, 9825.0, 9852.0, 9796.0, 9825.0, 9819.0, 9781.0, 9818.0, 9808.0, 9816.0, 9758.0, 9775.0, 9839.0, 9778.0, 9816.0, 9804.0, 9774.0, 9792.0, 9775.0, 9812.0, 9784.0, 9812.0, 9807.0, 9775.0, 9796.0, 9785.0, 9835.0, 9809.0, 9832.0, 9808.0, 9778.0, 9763.0, 9805.0, 9830.0, 9779.0, 9762.0, 9744.0, 9807.0, 9830.0, 9778.0, 9760.0, 9757.0, 9803.0, 9800.0, 9763.0, 9766.0, 9760.0, 9806.0, 9802.0, 9762.0, 9817.0, 9845.0, 9805.0, 9791.0, 9749.0, 9810.0, 9837.0, 9812.0, 9807.0, 9804.0, 9801.0, 9839.0, 9789.0, 9799.0, 9831.0, 9857.0, 9786.0, 9828.0, 9867.0, 9808.0, 9819.0, 9797.0, 9799.0, 9832.0, 9806.0, 9833.0, 9807.0, 9810.0, 9749.0, 9800.0, 9846.0, 9823.0, 9798.0, 9793.0, 9759.0, 9762.0, 9806.0, 9830.0, 9819.0, 9801.0, 9762.0, 9804.0, 9843.0, 9768.0, 9785.0, 9823.0, 9746.0, 9741.0, 9761.0, 9781.0, 9759.0, 9798.0, 9836.0, 9825.0, 9819.0, 9837.0, 9821.0, 9853.0, 9773.0, 9802.0, 9828.0, 9787.0, 9795.0, 9787.0, 9798.0, 9819.0, 9777.0, 9777.0, 9767.0, 9737.0, 9757.0, 9799.0, 9821.0, 9769.0, 9770.0, 9783.0, 9793.0, 9779.0, 9769.0, 9725.0, 9723.0, 9797.0, 9812.0, 9800.0, 9790.0, 9793.0, 9765.0, 9824.0, 9798.0, 9798.0, 9774.0, 9746.0, 9763.0, 9819.0, 9827.0, 9773.0, 9801.0, 9839.0, 9801.0, 9798.0, 9791.0, 9761.0, 9742.0, 9800.0, 9808.0, 9787.0, 9785.0, 9777.0, 9748.0, 9784.0, 9823.0, 9847.0, 9803.0, 9817.0, 9777.0, 9819.0, 9778.0, 9763.0, 9780.0, 9822.0, 9846.0, 9800.0, 9801.0, 9755.0, 9788.0, 9756.0, 9803.0, 9841.0, 9782.0, 9783.0, 9763.0, 9753.0, 9738.0, 9794.0, 9776.0, 9782.0, 9752.0, 9736.0, 9795.0, 9823.0, 9798.0, 9783.0, 9774.0, 9814.0, 9821.0, 9782.0, 9769.0, 9757.0, 9800.0, 9809.0, 9784.0, 9747.0, 9743.0, 9753.0, 9773.0, 9785.0, 9800.0, 9778.0, 9813.0, 9800.0, 9863.0, 9883.0, 9846.0, 9880.0, 9823.0, 9850.0, 9862.0, 9832.0, 9821.0, 9780.0, 9808.0, 9843.0, 9770.0, 9786.0, 9821.0, 9779.0, 9792.0, 9787.0, 9802.0, 9821.0, 9780.0, 9781.0, 9738.0, 9801.0, 9770.0, 9784.0, 9744.0, 9796.0, 9786.0, 9771.0, 9794.0, 9805.0, 9824.0, 9797.0, 9800.0, 9772.0, 9801.0, 9825.0, 9789.0, 9804.0, 9824.0, 9782.0, 9797.0, 9761.0, 9749.0, 9768.0, 9797.0, 9786.0, 9761.0, 9760.0, 9763.0, 9809.0, 9834.0, 9778.0, 9801.0, 9845.0, 9792.0, 9809.0, 9771.0, 9802.0, 9823.0, 9785.0, 9781.0, 9774.0, 9817.0, 9839.0, 9785.0, 9787.0, 9761.0, 9759.0, 9758.0, 9805.0, 9790.0, 9771.0, 9775.0, 9800.0, 9806.0, 9775.0, 9794.0, 9768.0, 9831.0, 9820.0, 9835.0, 9809.0, 9808.0, 9775.0, 9818.0, 9846.0, 9818.0, 9786.0, 9772.0, 9801.0, 9825.0, 9785.0, 9800.0, 9758.0, 9758.0, 9757.0, 9802.0, 9827.0, 9756.0, 9798.0, 9839.0, 9784.0, 9794.0, 9769.0, 9796.0, 9838.0, 9795.0, 9800.0, 9754.0, 9742.0, 9737.0, 9795.0, 9776.0, 9768.0, 9797.0, 9838.0, 9797.0, 9780.0, 9772.0, 9800.0, 9820.0, 9785.0, 9771.0, 9769.0, 9801.0, 9798.0, 9772.0, 9816.0, 9842.0, 9772.0, 9759.0, 9756.0, 9802.0, 9801.0, 9757.0, 9797.0, 9824.0, 9790.0, 9758.0, 9756.0, 9789.0, 9792.0, 9813.0, 9787.0, 9811.0, 9772.0, 9802.0, 9839.0, 9783.0, 9802.0, 9823.0, 9784.0, 9785.0, 9739.0, 9800.0, 9799.0, 9753.0, 9800.0, 9809.0, 9758.0, 9798.0, 9792.0, 9772.0, 9758.0, 9753.0, 9790.0, 9803.0, 9782.0, 9768.0, 9778.0, 9826.0, 9836.0, 9781.0, 9767.0, 9849.0, 9808.0, 9833.0, 9795.0, 9823.0, 9864.0, 9804.0, 9807.0, 9772.0, 9801.0, 9828.0, 9771.0, 9812.0, 9839.0, 9785.0, 9767.0, 9738.0, 9783.0, 9783.0, 9749.0, 9792.0, 9792.0, 9735.0, 9779.0, 9758.0, 9752.0, 9794.0, 9802.0, 9781.0, 9754.0, 9759.0, 9817.0, 9809.0, 9803.0, 9778.0, 9816.0, 9805.0, 9800.0, 9806.0, 9766.0, 9828.0, 9802.0, 9800.0, 9793.0, 9764.0, 9759.0, 9806.0, 9832.0, 9776.0, 9805.0, 9828.0, 9806.0, 9794.0, 9832.0, 9806.0, 9832.0, 9794.0, 9780.0, 9789.0, 9806.0, 9836.0, 9791.0, 9765.0, 9828.0, 9805.0, 9820.0, 9787.0, 9804.0, 9831.0, 9773.0, 9816.0, 9828.0, 9774.0, 9759.0, 9755.0, 9804.0, 9802.0, 9761.0, 9815.0, 9841.0, 9805.0, 9809.0, 9828.0, 9788.0, 9783.0, 9774.0, 9819.0, 9827.0, 9789.0, 9760.0, 9756.0, 9810.0, 9821.0, 9775.0, 9808.0, 9827.0, 9777.0, 9765.0, 9816.0, 9805.0, 9816.0, 9778.0, 9822.0, 9860.0, 9806.0, 9835.0, 9761.0, 9818.0, 9834.0, 9792.0, 9764.0, 9786.0, 9792.0, 9806.0, 9779.0, 9818.0, 9841.0, 9804.0, 9794.0, 9841.0, 9803.0, 9814.0, 9759.0, 9801.0, 9808.0, 9804.0, 9776.0, 9760.0, 9807.0, 9813.0, 9808.0, 9795.0, 9790.0, 9781.0, 9749.0, 9809.0, 9823.0, 9779.0, 9819.0, 9848.0, 9793.0, 9794.0, 9803.0, 9804.0, 9832.0, 9795.0, 9806.0, 9749.0, 9824.0, 9848.0, 9795.0, 9768.0, 9761.0, 9811.0, 9832.0, 9779.0, 9756.0, 9764.0, 9824.0, 9831.0, 9794.0, 9791.0, 9800.0, 9770.0, 9811.0, 9810.0, 9830.0, 9830.0, 9872.0, 9821.0, 9844.0, 9808.0, 9853.0, 9889.0, 9830.0, 9838.0, 9830.0, 9828.0, 9773.0, 9831.0, 9868.0, 9801.0, 9822.0, 9828.0, 9839.0, 9777.0, 9820.0, 9830.0, 9776.0, 9774.0, 9822.0, 9848.0, 9806.0, 9839.0, 9806.0, 9818.0, 9778.0, 9767.0, 9815.0, 9801.0, 9848.0, 9806.0, 9800.0, 9760.0, 9814.0, 9841.0, 9785.0, 9796.0, 9782.0, 9757.0, 9795.0, 9768.0, 9830.0, 9811.0, 9831.0, 9852.0, 9841.0, 9808.0, 9830.0, 9767.0, 9765.0, 9777.0, 9779.0, 9752.0, 9784.0, 9756.0, 9790.0, 9778.0, 9809.0, 9781.0, 9738.0, 9751.0, 9795.0, 9787.0, 9779.0, 9740.0, 9739.0, 9800.0, 9795.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.00025759965337954937</td></tr>
<tr><td colspan=3>aqi</td><td>0.018456400433275563</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.250892807909764</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2914102419687783</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9899994850650484</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>4455.752</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0868074854101412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.079722703639515</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.302594196342396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.303950217796819</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.503791667577682</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1000407036526876</td></tr>
<tr><td colspan=3>gcor</td><td>0.00857077</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02322462946176529</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03725859895348549</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.034069107304107</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>21.5479</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.6186</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.3489</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1203.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.1811</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7057</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.5912</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3666.7011</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.6722</td></tr>
<tr><td colspan=3>tsnr</td><td>42.537425296381116</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>