<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-03/func/sub-0036_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>c986381fbef31428d025ec9219762d2c</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>10:16:5.590000</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.999142, 0.0391317, 0.0135712, -0.0359383, 0.98197, -0.185589]</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.0843432</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>[4163, -7697, -7335, 555, -18, -192, 34, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bbb2452a-782c-42be-b39c-f54e31ae2562||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.6806247234344482, -0.09641993790864944, 0.05559004098176956, 114.9826431274414], [-0.1049874946475029, 2.634553909301758, -0.4993431270122528, -72.89338684082031], [0.03641049191355705, 0.4979213774204254, 2.652841091156006, -120.60669708251953], [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': ['101605.590000', '101606.050000', '101606.510000', '101606.970000', '101607.430000', '101607.890000', '101608.350000', '101608.810000', '101609.270000', '101609.730000', '101610.190000', '101610.650000', '101611.110000', '101611.570000', '101612.030000', '101612.490000', '101612.950000', '101613.410000', '101613.870000', '101614.330000', '101614.790000', '101615.250000', '101615.710000', '101616.170000', '101616.630000', '101617.090000', '101617.550000', '101618.010000', '101618.470000', '101618.930000', '101619.390000', '101619.850000', '101620.310000', '101620.770000', '101621.230000', '101621.690000', '101622.150000', '101622.610000', '101623.070000', '101623.530000', '101623.990000', '101624.450000', '101624.910000', '101625.370000', '101625.830000', '101626.290000', '101626.750000', '101627.210000', '101627.670000', '101628.130000', '101628.590000', '101629.050000', '101629.510000', '101629.970000', '101630.430000', '101630.890000', '101631.350000', '101631.810000', '101632.270000', '101632.730000', '101633.190000', '101633.650000', '101634.110000', '101634.570000', '101635.030000', '101635.490000', '101635.950000', '101636.410000', '101636.870000', '101637.330000', '101637.790000', '101638.250000', '101638.710000', '101639.170000', '101639.630000', '101640.090000', '101640.550000', '101641.010000', '101641.470000', '101641.930000', '101642.390000', '101642.850000', '101643.310000', '101643.770000', '101644.230000', '101644.690000', '101645.150000', '101645.610000', '101646.070000', '101646.530000', '101646.990000', '101647.450000', '101647.910000', '101648.370000', '101648.830000', '101649.290000', '101649.750000', '101650.210000', '101650.670000', '101651.130000', '101651.590000', '101652.050000', '101652.510000', '101652.970000', '101653.430000', '101653.890000', '101654.350000', '101654.810000', '101655.270000', '101655.730000', '101656.190000', '101656.650000', '101657.110000', '101657.570000', '101658.030000', '101658.490000', '101658.950000', '101659.410000', '101659.870000', '101700.330000', '101700.790000', '101701.250000', '101701.710000', '101702.170000', '101702.630000', '101703.090000', '101703.550000', '101704.010000', '101704.470000', '101704.930000', '101705.390000', '101705.850000', '101706.310000', '101706.770000', '101707.230000', '101707.690000', '101708.150000', '101708.610000', '101709.070000', '101709.530000', '101709.990000', '101710.450000', '101710.910000', '101711.370000', '101711.830000', '101712.290000', '101712.750000', '101713.210000', '101713.670000', '101714.130000', '101714.590000', '101715.050000', '101715.510000', '101715.970000', '101716.430000', '101716.890000', '101717.350000', '101717.810000', '101718.270000', '101718.730000', '101719.190000', '101719.650000', '101720.110000', '101720.570000', '101721.030000', '101721.490000', '101721.950000', '101722.410000', '101722.870000', '101723.330000', '101723.790000', '101724.250000', '101724.710000', '101725.170000', '101725.630000', '101726.090000', '101726.550000', '101727.010000', '101727.470000', '101727.930000', '101728.390000', '101728.850000', '101729.310000', '101729.770000', '101730.230000', '101730.690000', '101731.150000', '101731.610000', '101732.070000', '101732.530000', '101732.990000', '101733.450000', '101733.910000', '101734.370000', '101734.830000', '101735.290000', '101735.750000', '101736.210000', '101736.670000', '101737.130000', '101737.590000', '101738.050000', '101738.510000', '101738.970000', '101739.430000', '101739.890000', '101740.350000', '101740.810000', '101741.270000', '101741.730000', '101742.190000', '101742.650000', '101743.110000', '101743.570000', '101744.030000', '101744.490000', '101744.950000', '101745.410000', '101745.870000', '101746.330000', '101746.790000', '101747.250000', '101747.710000', '101748.170000', '101748.630000', '101749.090000', '101749.550000', '101750.010000', '101750.470000', '101750.930000', '101751.390000', '101751.850000', '101752.310000', '101752.770000', '101753.230000', '101753.690000', '101754.150000', '101754.610000', '101755.070000', '101755.530000', '101755.990000', '101756.450000', '101756.910000', '101757.370000', '101757.830000', '101758.290000', '101758.750000', '101759.210000', '101759.670000', '101800.130000', '101800.590000', '101801.050000', '101801.510000', '101801.970000', '101802.430000', '101802.890000', '101803.350000', '101803.810000', '101804.270000', '101804.730000', '101805.190000', '101805.650000', '101806.110000', '101806.570000', '101807.030000', '101807.490000', '101807.950000', '101808.410000', '101808.870000', '101809.330000', '101809.790000', '101810.250000', '101810.710000', '101811.170000', '101811.630000', '101812.090000', '101812.550000', '101813.010000', '101813.470000', '101813.930000', '101814.390000', '101814.850000', '101815.310000', '101815.770000', '101816.230000', '101816.690000', '101817.150000', '101817.610000', '101818.070000', '101818.530000', '101818.990000', '101819.450000', '101819.910000', '101820.370000', '101820.830000', '101821.290000', '101821.750000', '101822.210000', '101822.670000', '101823.130000', '101823.590000', '101824.050000', '101824.510000', '101824.970000', '101825.430000', '101825.890000', '101826.350000', '101826.810000', '101827.270000', '101827.730000', '101828.190000', '101828.650000', '101829.110000', '101829.570000', '101830.030000', '101830.490000', '101830.950000', '101831.410000', '101831.870000', '101832.330000', '101832.790000', '101833.250000', '101833.710000', '101834.170000', '101834.630000', '101835.090000', '101835.550000', '101836.010000', '101836.470000', '101836.930000', '101837.390000', '101837.850000', '101838.310000', '101838.770000', '101839.230000', '101839.690000', '101840.150000', '101840.610000', '101841.070000', '101841.530000', '101841.990000', '101842.450000', '101842.910000', '101843.370000', '101843.830000', '101844.290000', '101844.750000', '101845.210000', '101845.670000', '101846.130000', '101846.590000', '101847.050000', '101847.510000', '101847.970000', '101848.430000', '101848.890000', '101849.350000', '101849.810000', '101850.270000', '101850.730000', '101851.190000', '101851.650000', '101852.110000', '101852.570000', '101853.030000', '101853.490000', '101853.950000', '101854.410000', '101854.870000', '101855.330000', '101855.790000', '101856.250000', '101856.710000', '101857.170000', '101857.630000', '101858.090000', '101858.550000', '101859.010000', '101859.470000', '101859.930000', '101900.390000', '101900.850000', '101901.310000', '101901.770000', '101902.230000', '101902.690000', '101903.150000', '101903.610000', '101904.070000', '101904.530000', '101904.990000', '101905.450000', '101905.910000', '101906.370000', '101906.830000', '101907.290000', '101907.750000', '101908.210000', '101908.670000', '101909.130000', '101909.590000', '101910.050000', '101910.510000', '101910.970000', '101911.430000', '101911.890000', '101912.350000', '101912.810000', '101913.270000', '101913.730000', '101914.190000', '101914.650000', '101915.110000', '101915.570000', '101916.030000', '101916.490000', '101916.950000', '101917.410000', '101917.870000', '101918.330000', '101918.790000', '101919.250000', '101919.710000', '101920.170000', '101920.630000', '101921.090000', '101921.550000', '101922.010000', '101922.470000', '101922.930000', '101923.390000', '101923.850000', '101924.310000', '101924.770000', '101925.230000', '101925.690000', '101926.150000', '101926.610000', '101927.070000', '101927.530000', '101927.990000', '101928.450000', '101928.910000', '101929.370000', '101929.830000', '101930.290000', '101930.750000', '101931.210000', '101931.670000', '101932.130000', '101932.590000', '101933.050000', '101933.510000', '101933.970000', '101934.430000', '101934.890000', '101935.350000', '101935.810000', '101936.270000', '101936.730000', '101937.190000', '101937.650000', '101938.110000', '101938.570000', '101939.030000', '101939.490000', '101939.950000', '101940.410000', '101940.870000', '101941.330000', '101941.790000', '101942.250000', '101942.710000', '101943.170000', '101943.630000', '101944.090000', '101944.550000', '101945.010000', '101945.470000', '101945.930000', '101946.390000', '101946.850000', '101947.310000', '101947.770000', '101948.230000', '101948.690000', '101949.150000', '101949.610000', '101950.070000', '101950.530000', '101950.990000', '101951.450000', '101951.910000', '101952.370000', '101952.830000', '101953.290000', '101953.750000', '101954.210000', '101954.670000', '101955.130000', '101955.590000', '101956.050000', '101956.510000', '101956.970000', '101957.430000', '101957.890000', '101958.350000', '101958.810000', '101959.270000', '101959.730000', '102000.190000', '102000.650000', '102001.110000', '102001.570000', '102002.030000', '102002.490000', '102002.950000', '102003.410000', '102003.870000', '102004.330000', '102004.790000', '102005.250000', '102005.710000', '102006.170000', '102006.630000', '102007.090000', '102007.550000', '102008.010000', '102008.470000', '102008.930000', '102009.390000', '102009.850000', '102010.310000', '102010.770000', '102011.230000', '102011.690000', '102012.150000', '102012.610000', '102013.070000', '102013.530000', '102013.990000', '102014.450000', '102014.910000', '102015.370000', '102015.830000', '102016.290000', '102016.750000', '102017.210000', '102017.670000', '102018.130000', '102018.590000', '102019.050000', '102019.510000', '102019.970000', '102020.430000', '102020.890000', '102021.350000', '102021.810000', '102022.270000', '102022.730000', '102023.190000', '102023.650000', '102024.110000', '102024.570000', '102025.030000', '102025.490000', '102025.950000', '102026.410000', '102026.870000', '102027.330000', '102027.790000', '102028.250000', '102028.710000', '102029.170000', '102029.630000', '102030.090000', '102030.550000', '102031.010000', '102031.470000', '102031.930000', '102032.390000', '102032.850000', '102033.310000', '102033.770000', '102034.230000', '102034.690000', '102035.150000', '102035.610000', '102036.070000', '102036.530000', '102036.990000', '102037.450000', '102037.910000', '102038.370000', '102038.830000', '102039.290000', '102039.750000', '102040.210000', '102040.670000', '102041.130000', '102041.590000', '102042.050000', '102042.510000', '102042.970000', '102043.430000', '102043.890000', '102044.350000', '102044.810000', '102045.270000', '102045.730000', '102046.190000', '102046.650000', '102047.110000', '102047.570000', '102048.030000', '102048.490000', '102048.950000', '102049.410000', '102049.870000', '102050.330000', '102050.790000', '102051.250000', '102051.710000', '102052.170000', '102052.630000', '102053.090000', '102053.550000', '102054.010000', '102054.470000', '102054.930000', '102055.390000', '102055.850000', '102056.310000', '102056.770000', '102057.230000', '102057.690000', '102058.150000', '102058.610000', '102059.070000', '102059.530000', '102059.990000', '102100.450000', '102100.910000', '102101.370000', '102101.830000', '102102.290000', '102102.750000', '102103.210000', '102103.670000', '102104.130000', '102104.590000', '102105.050000', '102105.510000', '102105.970000', '102106.430000', '102106.890000', '102107.350000', '102107.810000', '102108.270000', '102108.730000', '102109.190000', '102109.650000', '102110.110000', '102110.570000', '102111.030000', '102111.490000', '102111.950000', '102112.410000', '102112.870000', '102113.330000', '102113.790000', '102114.250000', '102114.710000', '102115.170000', '102115.630000', '102116.090000', '102116.550000', '102117.010000', '102117.470000', '102117.930000', '102118.390000', '102118.850000', '102119.310000', '102119.770000', '102120.230000', '102120.690000', '102121.150000', '102121.610000', '102122.070000', '102122.530000', '102122.990000', '102123.450000', '102123.910000', '102124.370000', '102124.830000', '102125.290000', '102125.750000', '102126.210000', '102126.670000', '102127.130000', '102127.590000', '102128.050000', '102128.510000', '102128.970000', '102129.430000', '102129.890000', '102130.350000', '102130.810000', '102131.270000', '102131.730000', '102132.190000', '102132.650000', '102133.110000', '102133.570000', '102134.030000', '102134.490000', '102134.950000', '102135.410000', '102135.870000', '102136.330000', '102136.790000', '102137.250000', '102137.710000', '102138.170000', '102138.630000', '102139.090000', '102139.550000', '102140.010000', '102140.470000', '102140.930000', '102141.390000', '102141.850000', '102142.310000', '102142.770000', '102143.230000', '102143.690000', '102144.150000', '102144.610000', '102145.070000', '102145.530000', '102145.990000', '102146.450000', '102146.910000', '102147.370000', '102147.830000', '102148.290000', '102148.750000', '102149.210000', '102149.670000', '102150.130000', '102150.590000', '102151.050000', '102151.510000', '102151.970000', '102152.430000', '102152.890000', '102153.350000', '102153.810000', '102154.270000', '102154.730000', '102155.190000', '102155.650000', '102156.110000', '102156.570000', '102157.030000', '102157.490000', '102157.950000', '102158.410000', '102158.870000', '102159.330000', '102159.790000', '102200.250000', '102200.710000', '102201.170000', '102201.630000', '102202.090000', '102202.550000', '102203.010000', '102203.470000', '102203.930000', '102204.390000', '102204.850000', '102205.310000', '102205.770000', '102206.230000', '102206.690000', '102207.150000', '102207.610000', '102208.070000', '102208.530000', '102208.990000', '102209.450000', '102209.910000', '102210.370000', '102210.830000', '102211.290000', '102211.750000', '102212.210000', '102212.670000', '102213.130000', '102213.590000', '102214.050000', '102214.510000', '102214.970000', '102215.430000', '102215.890000', '102216.350000', '102216.810000', '102217.270000', '102217.730000', '102218.190000', '102218.650000', '102219.110000', '102219.570000', '102220.030000', '102220.490000', '102220.950000', '102221.410000', '102221.870000', '102222.330000', '102222.790000', '102223.250000', '102223.710000', '102224.170000', '102224.630000', '102225.090000', '102225.550000', '102226.010000', '102226.470000', '102226.930000', '102227.390000', '102227.850000', '102228.310000', '102228.770000', '102229.230000', '102229.690000', '102230.150000', '102230.610000', '102231.070000', '102231.530000', '102231.990000', '102232.450000', '102232.910000', '102233.370000', '102233.830000', '102234.290000', '102234.750000', '102235.210000', '102235.670000', '102236.130000', '102236.590000', '102237.050000', '102237.510000', '102237.970000', '102238.430000', '102238.890000', '102239.350000', '102239.810000', '102240.270000', '102240.730000', '102241.190000', '102241.650000', '102242.110000', '102242.570000', '102243.030000', '102243.490000', '102243.950000', '102244.410000', '102244.870000', '102245.330000', '102245.790000', '102246.250000', '102246.710000', '102247.170000', '102247.630000', '102248.090000', '102248.550000', '102249.010000', '102249.470000', '102249.930000', '102250.390000', '102250.850000', '102251.310000', '102251.770000', '102252.230000', '102252.690000', '102253.150000', '102253.610000', '102254.070000', '102254.530000', '102254.990000', '102255.450000', '102255.910000', '102256.370000', '102256.830000', '102257.290000', '102257.750000', '102258.210000', '102258.670000', '102259.130000', '102259.590000', '102300.050000', '102300.510000', '102300.970000', '102301.430000', '102301.890000', '102302.350000', '102302.810000', '102303.270000', '102303.730000', '102304.190000', '102304.650000', '102305.110000', '102305.570000', '102306.030000', '102306.490000', '102306.950000', '102307.410000', '102307.870000', '102308.330000', '102308.790000', '102309.250000', '102309.710000', '102310.170000', '102310.630000', '102311.090000', '102311.550000', '102312.010000', '102312.470000', '102312.930000', '102313.390000', '102313.850000', '102314.310000', '102314.770000', '102315.230000', '102315.690000', '102316.150000', '102316.610000', '102317.070000', '102317.530000', '102317.990000', '102318.450000', '102318.910000', '102319.370000', '102319.830000', '102320.290000', '102320.750000', '102321.210000', '102321.670000', '102322.130000', '102322.590000', '102323.050000', '102323.510000', '102323.970000', '102324.430000', '102324.890000', '102325.350000', '102325.810000', '102326.270000', '102326.730000', '102327.190000', '102327.650000', '102328.110000', '102328.570000', '102329.030000', '102329.490000', '102329.950000', '102330.410000', '102330.870000', '102331.330000', '102331.790000', '102332.250000', '102332.710000', '102333.170000', '102333.630000', '102334.090000', '102334.550000', '102335.010000', '102335.470000', '102335.930000', '102336.390000', '102336.850000', '102337.310000', '102337.770000', '102338.230000', '102338.690000', '102339.150000', '102339.610000', '102340.070000', '102340.530000', '102340.990000', '102341.450000', '102341.910000', '102342.370000', '102342.830000', '102343.290000', '102343.750000', '102344.210000', '102344.670000', '102345.130000', '102345.590000', '102346.050000', '102346.510000', '102346.970000', '102347.430000', '102347.890000', '102348.350000', '102348.810000', '102349.270000', '102349.730000', '102350.190000', '102350.650000', '102351.110000', '102351.570000', '102352.030000', '102352.490000', '102352.950000', '102353.410000', '102353.870000', '102354.330000', '102354.790000', '102355.250000', '102355.710000', '102356.170000', '102356.630000', '102357.090000', '102357.550000', '102358.010000', '102358.470000', '102358.930000', '102359.390000', '102359.850000', '102400.310000', '102400.770000', '102401.230000', '102401.690000', '102402.150000', '102402.610000', '102403.070000', '102403.530000', '102403.990000', '102404.450000', '102404.910000', '102405.370000', '102405.830000', '102406.290000', '102406.750000', '102407.210000', '102407.670000', '102408.130000', '102408.590000', '102409.050000', '102409.510000', '102409.970000', '102410.430000', '102410.890000', '102411.350000', '102411.810000', '102412.270000', '102412.730000', '102413.190000', '102413.650000', '102414.110000', '102414.570000', '102415.030000', '102415.490000', '102415.950000', '102416.410000', '102416.870000', '102417.330000', '102417.790000', '102418.250000', '102418.710000', '102419.170000', '102419.630000', '102420.090000', '102420.550000', '102421.010000', '102421.470000', '102421.930000', '102422.390000', '102422.850000', '102423.310000', '102423.770000', '102424.230000', '102424.690000', '102425.150000', '102425.610000', '102426.070000', '102426.530000', '102426.990000', '102427.450000', '102427.910000', '102428.370000', '102428.830000', '102429.290000', '102429.750000', '102430.210000', '102430.670000', '102431.130000', '102431.590000', '102432.050000', '102432.510000', '102432.970000', '102433.430000', '102433.890000', '102434.350000', '102434.810000', '102435.270000', '102435.730000', '102436.190000', '102436.650000', '102437.110000', '102437.570000', '102438.030000', '102438.490000', '102438.950000', '102439.410000', '102439.870000', '102440.330000', '102440.790000', '102441.250000', '102441.710000', '102442.170000', '102442.630000', '102443.090000', '102443.550000', '102444.010000', '102444.470000', '102444.930000', '102445.390000', '102445.850000', '102446.310000', '102446.770000', '102447.230000', '102447.690000', '102448.150000', '102448.610000', '102449.070000', '102449.530000', '102449.990000', '102450.450000', '102450.910000', '102451.370000', '102451.830000', '102452.290000', '102452.750000', '102453.210000', '102453.670000', '102454.130000', '102454.590000', '102455.050000', '102455.510000', '102455.970000', '102456.430000', '102456.890000', '102457.350000'], 'ContentTime': ['101615.787000', '101615.797000', '101615.800000', '101615.803000', '101615.806000', '101615.808000', '101615.811000', '101615.814000', '101615.817000', '101615.820000', '101615.823000', '101615.826000', '101615.828000', '101615.831000', '101615.834000', '101615.837000', '101615.840000', '101615.843000', '101615.846000', '101615.850000', '101635.741000', '101635.744000', '101635.747000', '101635.750000', '101635.753000', '101635.755000', '101635.758000', '101635.761000', '101635.764000', '101635.775000', '101635.778000', '101635.780000', '101635.783000', '101635.786000', '101635.789000', '101635.792000', '101635.795000', '101635.798000', '101635.800000', '101635.803000', '101635.806000', '101635.809000', '101635.812000', '101635.815000', '101635.818000', '101635.821000', '101635.824000', '101635.827000', '101635.830000', '101635.833000', '101635.836000', '101635.839000', '101635.842000', '101635.845000', '101635.848000', '101635.851000', '101635.861000', '101635.864000', '101635.867000', '101635.870000', '101635.872000', '101635.875000', '101635.878000', '101655.741000', '101655.744000', '101655.747000', '101655.750000', '101655.753000', '101655.755000', '101655.758000', '101655.761000', '101655.764000', '101655.767000', '101655.770000', '101655.773000', '101655.776000', '101655.779000', '101655.781000', '101655.784000', '101655.787000', '101655.790000', '101655.793000', '101655.796000', '101655.799000', '101655.802000', '101655.805000', '101655.807000', '101655.810000', '101655.813000', '101655.816000', '101655.819000', '101655.822000', '101655.825000', '101655.827000', '101655.830000', '101655.833000', '101655.836000', '101655.839000', '101655.842000', '101655.845000', '101655.847000', '101655.850000', '101655.853000', '101655.856000', '101655.859000', '101655.862000', '101655.865000', '101715.741000', '101715.744000', '101715.747000', '101715.750000', '101715.753000', '101715.756000', '101715.759000', '101715.762000', '101715.764000', '101715.767000', '101715.770000', '101715.773000', '101715.776000', '101715.779000', '101715.782000', '101715.785000', '101715.789000', '101715.796000', '101715.799000', '101715.802000', '101715.805000', '101715.808000', '101715.811000', '101715.814000', '101715.817000', '101715.819000', '101715.822000', '101715.825000', '101715.828000', '101715.831000', '101715.834000', '101715.837000', '101715.840000', '101715.843000', '101715.846000', '101715.849000', '101715.851000', '101715.855000', '101715.858000', '101715.861000', '101715.864000', '101715.867000', '101715.870000', '101735.741000', '101735.744000', '101735.747000', '101735.750000', '101735.753000', '101735.756000', '101735.758000', '101735.761000', '101735.764000', '101735.767000', '101735.770000', '101735.773000', '101735.776000', '101735.779000', '101735.782000', '101735.785000', '101735.787000', '101735.790000', '101735.793000', '101735.796000', '101735.799000', '101735.802000', '101735.805000', '101735.808000', '101735.811000', '101735.814000', '101735.816000', '101735.819000', '101735.822000', '101735.825000', '101735.828000', '101735.831000', '101735.834000', '101735.837000', '101735.840000', '101735.842000', '101735.845000', '101735.848000', '101735.851000', '101735.854000', '101735.857000', '101735.860000', '101735.862000', '101735.865000', '101755.741000', '101755.744000', '101755.747000', '101755.750000', '101755.753000', '101755.756000', '101755.759000', '101755.762000', '101755.764000', '101755.767000', '101755.770000', '101755.773000', '101755.776000', '101755.779000', '101755.782000', '101755.785000', '101755.788000', '101755.804000', '101755.807000', '101755.810000', '101755.813000', '101755.816000', '101755.818000', '101755.821000', '101755.824000', '101755.827000', '101755.830000', '101755.840000', '101755.843000', '101755.846000', '101755.849000', '101755.852000', '101755.855000', '101755.858000', '101755.861000', '101755.864000', '101755.867000', '101755.870000', '101755.879000', '101755.882000', '101755.885000', '101755.888000', '101755.891000', '101815.740000', '101815.743000', '101815.746000', '101815.749000', '101815.752000', '101815.755000', '101815.758000', '101815.761000', '101815.764000', '101815.766000', '101815.769000', '101815.772000', '101815.775000', '101815.778000', '101815.781000', '101815.784000', '101815.787000', '101815.790000', '101815.793000', '101815.796000', '101815.798000', '101815.801000', '101815.804000', '101815.807000', '101815.810000', '101815.813000', '101815.816000', '101815.819000', '101815.822000', '101815.825000', '101815.828000', '101815.831000', '101815.834000', '101815.836000', '101815.839000', '101815.842000', '101815.845000', '101815.848000', '101815.851000', '101815.854000', '101815.857000', '101815.860000', '101815.862000', '101815.865000', '101835.741000', '101835.744000', '101835.747000', '101835.750000', '101835.753000', '101835.756000', '101835.759000', '101835.762000', '101835.765000', '101835.768000', '101835.770000', '101835.773000', '101835.776000', '101835.779000', '101835.782000', '101835.785000', '101835.788000', '101835.791000', '101835.794000', '101835.797000', '101835.799000', '101835.802000', '101835.805000', '101835.808000', '101835.811000', '101835.814000', '101835.817000', '101835.820000', '101835.823000', '101835.827000', '101835.830000', '101835.833000', '101835.836000', '101835.839000', '101835.842000', '101835.845000', '101835.847000', '101835.850000', '101835.853000', '101835.856000', '101835.859000', '101835.862000', '101835.865000', '101855.741000', '101855.744000', '101855.747000', '101855.750000', '101855.753000', '101855.756000', '101855.759000', '101855.761000', '101855.764000', '101855.767000', '101855.770000', '101855.773000', '101855.776000', '101855.779000', '101855.782000', '101855.785000', '101855.788000', '101855.791000', '101855.793000', '101855.796000', '101855.799000', '101855.802000', '101855.805000', '101855.808000', '101855.811000', '101855.814000', '101855.817000', '101855.820000', '101855.822000', '101855.825000', '101855.828000', '101855.831000', '101855.834000', '101855.837000', '101855.840000', '101855.843000', '101855.846000', '101855.852000', '101855.855000', '101855.858000', '101855.861000', '101855.864000', '101855.867000', '101855.870000', '101915.741000', '101915.744000', '101915.747000', '101915.750000', '101915.753000', '101915.756000', '101915.759000', '101915.762000', '101915.764000', '101915.767000', '101915.770000', '101915.773000', '101915.776000', '101915.779000', '101915.782000', '101915.785000', '101915.788000', '101915.791000', '101915.794000', '101915.796000', '101915.799000', '101915.802000', '101915.805000', '101915.808000', '101915.811000', '101915.814000', '101915.817000', '101915.820000', '101915.823000', '101915.825000', '101915.828000', '101915.831000', '101915.834000', '101915.837000', '101915.840000', '101915.843000', '101915.846000', '101915.849000', '101915.852000', '101915.854000', '101915.857000', '101915.860000', '101915.863000', '101935.741000', '101935.744000', '101935.747000', '101935.750000', '101935.753000', '101935.756000', '101935.758000', '101935.761000', '101935.764000', '101935.767000', '101935.770000', '101935.773000', '101935.776000', '101935.789000', '101935.791000', '101935.794000', '101935.797000', '101935.800000', '101935.803000', '101935.806000', '101935.809000', '101935.812000', '101935.815000', '101935.818000', '101935.820000', '101935.823000', '101935.826000', '101935.829000', '101935.832000', '101935.835000', '101935.838000', '101935.841000', '101935.844000', '101935.847000', '101935.850000', '101935.852000', '101935.855000', '101935.858000', '101935.861000', '101935.864000', '101935.867000', '101935.870000', '101935.873000', '101935.875000', '101955.741000', '101955.744000', '101955.747000', '101955.750000', '101955.753000', '101955.756000', '101955.759000', '101955.761000', '101955.764000', '101955.767000', '101955.770000', '101955.773000', '101955.776000', '101955.779000', '101955.782000', '101955.785000', '101955.788000', '101955.790000', '101955.798000', '101955.801000', '101955.804000', '101955.807000', '101955.810000', '101955.813000', '101955.816000', '101955.818000', '101955.821000', '101955.824000', '101955.827000', '101955.830000', '101955.833000', '101955.836000', '101955.839000', '101955.842000', '101955.845000', '101955.847000', '101955.850000', '101955.853000', '101955.856000', '101955.859000', '101955.862000', '101955.866000', '101955.869000', '102015.741000', '102015.744000', '102015.747000', '102015.750000', '102015.754000', '102015.757000', '102015.760000', '102015.763000', '102015.766000', '102015.769000', '102015.772000', '102015.775000', '102015.778000', '102015.780000', '102015.783000', '102015.786000', '102015.789000', '102015.792000', '102015.795000', '102015.798000', '102015.801000', '102015.804000', '102015.806000', '102015.809000', '102015.812000', '102015.815000', '102015.818000', '102015.821000', '102015.824000', '102015.827000', '102015.830000', '102015.833000', '102015.835000', '102015.838000', '102015.841000', '102015.844000', '102015.847000', '102015.863000', '102015.866000', '102015.869000', '102015.872000', '102015.874000', '102015.877000', '102035.740000', '102035.743000', '102035.746000', '102035.749000', '102035.752000', '102035.755000', '102035.758000', '102035.760000', '102035.763000', '102035.766000', '102035.769000', '102035.772000', '102035.775000', '102035.778000', '102035.781000', '102035.784000', '102035.787000', '102035.790000', '102035.793000', '102035.796000', '102035.799000', '102035.801000', '102035.804000', '102035.807000', '102035.810000', '102035.813000', '102035.816000', '102035.819000', '102035.822000', '102035.825000', '102035.827000', '102035.830000', '102035.833000', '102035.836000', '102035.839000', '102035.842000', '102035.845000', '102035.848000', '102035.851000', '102035.853000', '102035.856000', '102035.859000', '102035.862000', '102035.865000', '102055.741000', '102055.744000', '102055.747000', '102055.750000', '102055.753000', '102055.756000', '102055.759000', '102055.762000', '102055.764000', '102055.767000', '102055.770000', '102055.773000', '102055.776000', '102055.779000', '102055.782000', '102055.785000', '102055.788000', '102055.791000', '102055.794000', '102055.796000', '102055.799000', '102055.802000', '102055.805000', '102055.808000', '102055.811000', '102055.814000', '102055.817000', '102055.820000', '102055.823000', '102055.826000', '102055.828000', '102055.831000', '102055.834000', '102055.837000', '102055.840000', '102055.843000', '102055.846000', '102055.849000', '102055.866000', '102055.869000', '102055.872000', '102055.875000', '102055.878000', '102055.880000', '102115.741000', '102115.744000', '102115.747000', '102115.750000', '102115.753000', '102115.756000', '102115.759000', '102115.762000', '102115.764000', '102115.767000', '102115.770000', '102115.773000', '102115.776000', '102115.779000', '102115.782000', '102115.785000', '102115.788000', '102115.791000', '102115.794000', '102115.797000', '102115.800000', '102115.802000', '102115.805000', '102115.808000', '102115.811000', '102115.814000', '102115.817000', '102115.820000', '102115.823000', '102115.826000', '102115.829000', '102115.832000', '102115.834000', '102115.837000', '102115.840000', '102115.843000', '102115.846000', '102115.849000', '102115.852000', '102115.855000', '102115.858000', '102115.861000', '102115.863000', '102135.741000', '102135.744000', '102135.747000', '102135.750000', '102135.753000', '102135.757000', '102135.762000', '102135.765000', '102135.768000', '102135.771000', '102135.774000', '102135.777000', '102135.780000', '102135.783000', '102135.786000', '102135.788000', '102135.791000', '102135.794000', '102135.797000', '102135.800000', '102135.803000', '102135.806000', '102135.809000', '102135.812000', '102135.815000', '102135.817000', '102135.820000', '102135.823000', '102135.826000', '102135.829000', '102135.832000', '102135.835000', '102135.838000', '102135.841000', '102135.843000', '102135.846000', '102135.849000', '102135.852000', '102135.871000', '102135.874000', '102135.877000', '102135.880000', '102135.883000', '102155.741000', '102155.744000', '102155.747000', '102155.750000', '102155.753000', '102155.756000', '102155.758000', '102155.761000', '102155.764000', '102155.767000', '102155.770000', '102155.773000', '102155.776000', '102155.779000', '102155.782000', '102155.785000', '102155.788000', '102155.790000', '102155.793000', '102155.796000', '102155.799000', '102155.802000', '102155.805000', '102155.808000', '102155.811000', '102155.814000', '102155.816000', '102155.819000', '102155.822000', '102155.825000', '102155.828000', '102155.831000', '102155.834000', '102155.837000', '102155.839000', '102155.842000', '102155.845000', '102155.848000', '102155.851000', '102155.854000', '102155.857000', '102155.860000', '102155.863000', '102155.865000', '102215.741000', '102215.744000', '102215.747000', '102215.750000', '102215.753000', '102215.756000', '102215.759000', '102215.762000', '102215.765000', '102215.768000', '102215.771000', '102215.774000', '102215.777000', '102215.779000', '102215.782000', '102215.785000', '102215.788000', '102215.791000', '102215.794000', '102215.797000', '102215.800000', '102215.803000', '102215.806000', '102215.809000', '102215.812000', '102215.814000', '102215.817000', '102215.820000', '102215.823000', '102215.826000', '102215.829000', '102215.832000', '102215.835000', '102215.838000', '102215.841000', '102215.844000', '102215.846000', '102215.849000', '102215.852000', '102215.855000', '102215.858000', '102215.861000', '102215.864000', '102235.741000', '102235.744000', '102235.747000', '102235.750000', '102235.753000', '102235.756000', '102235.759000', '102235.762000', '102235.765000', '102235.768000', '102235.771000', '102235.774000', '102235.777000', '102235.780000', '102235.783000', '102235.786000', '102235.789000', '102235.792000', '102235.795000', '102235.798000', '102235.801000', '102235.804000', '102235.806000', '102235.809000', '102235.812000', '102235.815000', '102235.818000', '102235.821000', '102235.824000', '102235.827000', '102235.830000', '102235.833000', '102235.836000', '102235.839000', '102235.842000', '102235.845000', '102235.848000', '102235.851000', '102235.854000', '102235.857000', '102235.860000', '102235.863000', '102235.865000', '102235.868000', '102255.740000', '102255.743000', '102255.746000', '102255.749000', '102255.752000', '102255.755000', '102255.758000', '102255.761000', '102255.764000', '102255.767000', '102255.770000', '102255.772000', '102255.775000', '102255.778000', '102255.781000', '102255.784000', '102255.787000', '102255.790000', '102255.793000', '102255.796000', '102255.799000', '102255.802000', '102255.805000', '102255.808000', '102255.811000', '102255.814000', '102255.816000', '102255.819000', '102255.822000', '102255.825000', '102255.829000', '102255.832000', '102255.835000', '102255.838000', '102255.841000', '102255.844000', '102255.846000', '102255.849000', '102255.852000', '102255.855000', '102255.858000', '102255.861000', '102255.864000', '102315.741000', '102315.744000', '102315.747000', '102315.750000', '102315.753000', '102315.756000', '102315.759000', '102315.762000', '102315.765000', '102315.768000', '102315.770000', '102315.773000', '102315.776000', '102315.779000', '102315.782000', '102315.785000', '102315.788000', '102315.791000', '102315.793000', '102315.805000', '102315.808000', '102315.811000', '102315.814000', '102315.816000', '102315.819000', '102315.822000', '102315.825000', '102315.828000', '102315.831000', '102315.834000', '102315.837000', '102315.840000', '102315.842000', '102315.845000', '102315.848000', '102315.851000', '102315.854000', '102315.857000', '102315.860000', '102315.863000', '102315.866000', '102315.869000', '102315.872000', '102315.875000', '102335.742000', '102335.745000', '102335.748000', '102335.751000', '102335.754000', '102335.757000', '102335.760000', '102335.763000', '102335.765000', '102335.768000', '102335.771000', '102335.774000', '102335.777000', '102335.780000', '102335.783000', '102335.786000', '102335.789000', '102335.792000', '102335.795000', '102335.798000', '102335.801000', '102335.804000', '102335.807000', '102335.809000', '102335.812000', '102335.815000', '102335.819000', '102335.822000', '102335.825000', '102335.828000', '102335.830000', '102335.833000', '102335.836000', '102335.839000', '102335.842000', '102335.845000', '102335.848000', '102335.851000', '102335.854000', '102335.856000', '102335.859000', '102335.862000', '102335.865000', '102355.741000', '102355.744000', '102355.747000', '102355.763000', '102355.766000', '102355.769000', '102355.772000', '102355.775000', '102355.778000', '102355.781000', '102355.783000', '102355.786000', '102355.789000', '102355.792000', '102355.795000', '102355.798000', '102355.801000', '102355.812000', '102355.815000', '102355.818000', '102355.820000', '102355.823000', '102355.826000', '102355.829000', '102355.832000', '102355.835000', '102355.838000', '102355.841000', '102355.844000', '102355.847000', '102355.849000', '102355.852000', '102355.855000', '102355.858000', '102355.861000', '102355.864000', '102355.867000', '102355.870000', '102355.873000', '102355.876000', '102355.879000', '102355.882000', '102355.885000', '102355.887000', '102415.741000', '102415.744000', '102415.747000', '102415.750000', '102415.753000', '102415.756000', '102415.759000', '102415.762000', '102415.765000', '102415.768000', '102415.770000', '102415.773000', '102415.776000', '102415.779000', '102415.782000', '102415.785000', '102415.788000', '102415.791000', '102415.795000', '102415.798000', '102415.801000', '102415.804000', '102415.807000', '102415.810000', '102415.813000', '102415.816000', '102415.819000', '102415.822000', '102415.825000', '102415.828000', '102415.830000', '102415.833000', '102415.836000', '102415.839000', '102415.842000', '102415.845000', '102415.848000', '102415.851000', '102415.854000', '102415.856000', '102415.859000', '102415.862000', '102415.865000', '102435.741000', '102435.744000', '102435.747000', '102435.750000', '102435.753000', '102435.756000', '102435.759000', '102435.762000', '102435.764000', '102435.767000', '102435.770000', '102435.773000', '102435.777000', '102435.780000', '102435.783000', '102435.786000', '102435.789000', '102435.791000', '102435.794000', '102435.797000', '102435.800000', '102435.803000', '102435.806000', '102435.809000', '102435.812000', '102435.815000', '102435.817000', '102435.820000', '102435.823000', '102435.826000', '102435.829000', '102435.832000', '102435.835000', '102435.838000', '102435.841000', '102435.851000', '102435.854000', '102435.863000', '102435.866000', '102435.869000', '102435.871000', '102435.874000', '102435.877000', '102435.880000', '102455.741000', '102455.744000', '102455.747000', '102455.750000', '102455.753000', '102455.756000', '102455.759000', '102455.762000', '102455.765000', '102455.768000', '102455.771000', '102455.774000', '102455.778000', '102455.781000', '102455.784000', '102455.787000', '102455.790000', '102455.793000', '102455.796000', '102455.799000', '102455.801000', '102455.804000', '102455.807000', '102455.810000', '102455.840000', '102455.843000', '102455.846000', '102455.849000', '102455.852000', '102455.855000', '102455.858000', '102455.861000', '102455.863000', '102455.866000', '102455.869000', '102455.872000', '102455.875000', '102455.878000', '102455.881000', '102455.884000', '102455.887000', '102455.890000', '102455.892000', '102458.661000', '102458.664000', '102458.667000', '102458.670000', '102458.673000', '102458.676000', '102458.680000'], 'InstanceCreationTime': ['101615.787000', '101615.797000', '101615.800000', '101615.803000', '101615.806000', '101615.808000', '101615.811000', '101615.814000', '101615.817000', '101615.820000', '101615.823000', '101615.826000', '101615.828000', '101615.831000', '101615.834000', '101615.837000', '101615.840000', '101615.843000', '101615.846000', '101615.850000', '101635.741000', '101635.744000', '101635.747000', '101635.750000', '101635.753000', '101635.755000', '101635.758000', '101635.761000', '101635.764000', '101635.775000', '101635.778000', '101635.780000', '101635.783000', '101635.786000', '101635.789000', '101635.792000', '101635.795000', '101635.798000', '101635.800000', '101635.803000', '101635.806000', '101635.809000', '101635.812000', '101635.815000', '101635.818000', '101635.821000', '101635.824000', '101635.827000', '101635.830000', '101635.833000', '101635.836000', '101635.839000', '101635.842000', '101635.845000', '101635.848000', '101635.851000', '101635.861000', '101635.864000', '101635.867000', '101635.870000', '101635.872000', '101635.875000', '101635.878000', '101655.741000', '101655.744000', '101655.747000', '101655.750000', '101655.753000', '101655.755000', '101655.758000', '101655.761000', '101655.764000', '101655.767000', '101655.770000', '101655.773000', '101655.776000', '101655.779000', '101655.781000', '101655.784000', '101655.787000', '101655.790000', '101655.793000', '101655.796000', '101655.799000', '101655.802000', '101655.805000', '101655.807000', '101655.810000', '101655.813000', '101655.816000', '101655.819000', '101655.822000', '101655.825000', '101655.827000', '101655.830000', '101655.833000', '101655.836000', '101655.839000', '101655.842000', '101655.845000', '101655.847000', '101655.850000', '101655.853000', '101655.856000', '101655.859000', '101655.862000', '101655.865000', '101715.741000', '101715.744000', '101715.747000', '101715.750000', '101715.753000', '101715.756000', '101715.759000', '101715.762000', '101715.764000', '101715.767000', '101715.770000', '101715.773000', '101715.776000', '101715.779000', '101715.782000', '101715.785000', '101715.789000', '101715.796000', '101715.799000', '101715.802000', '101715.805000', '101715.808000', '101715.811000', '101715.814000', '101715.817000', '101715.819000', '101715.822000', '101715.825000', '101715.828000', '101715.831000', '101715.834000', '101715.837000', '101715.840000', '101715.843000', '101715.846000', '101715.849000', '101715.851000', '101715.855000', '101715.858000', '101715.861000', '101715.864000', '101715.867000', '101715.870000', '101735.741000', '101735.744000', '101735.747000', '101735.750000', '101735.753000', '101735.756000', '101735.758000', '101735.761000', '101735.764000', '101735.767000', '101735.770000', '101735.773000', '101735.776000', '101735.779000', '101735.782000', '101735.785000', '101735.787000', '101735.790000', '101735.793000', '101735.796000', '101735.799000', '101735.802000', '101735.805000', '101735.808000', '101735.811000', '101735.814000', '101735.816000', '101735.819000', '101735.822000', '101735.825000', '101735.828000', '101735.831000', '101735.834000', '101735.837000', '101735.840000', '101735.842000', '101735.845000', '101735.848000', '101735.851000', '101735.854000', '101735.857000', '101735.860000', '101735.862000', '101735.865000', '101755.741000', '101755.744000', '101755.747000', '101755.750000', '101755.753000', '101755.756000', '101755.759000', '101755.762000', '101755.764000', '101755.767000', '101755.770000', '101755.773000', '101755.776000', '101755.779000', '101755.782000', '101755.785000', '101755.788000', '101755.804000', '101755.807000', '101755.810000', '101755.813000', '101755.816000', '101755.818000', '101755.821000', '101755.824000', '101755.827000', '101755.830000', '101755.840000', '101755.843000', '101755.846000', '101755.849000', '101755.852000', '101755.855000', '101755.858000', '101755.861000', '101755.864000', '101755.867000', '101755.870000', '101755.879000', '101755.882000', '101755.885000', '101755.888000', '101755.891000', '101815.740000', '101815.743000', '101815.746000', '101815.749000', '101815.752000', '101815.755000', '101815.758000', '101815.761000', '101815.764000', '101815.766000', '101815.769000', '101815.772000', '101815.775000', '101815.778000', '101815.781000', '101815.784000', '101815.787000', '101815.790000', '101815.793000', '101815.796000', '101815.798000', '101815.801000', '101815.804000', '101815.807000', '101815.810000', '101815.813000', '101815.816000', '101815.819000', '101815.822000', '101815.825000', '101815.828000', '101815.831000', '101815.834000', '101815.836000', '101815.839000', '101815.842000', '101815.845000', '101815.848000', '101815.851000', '101815.854000', '101815.857000', '101815.860000', '101815.862000', '101815.865000', '101835.741000', '101835.744000', '101835.747000', '101835.750000', '101835.753000', '101835.756000', '101835.759000', '101835.762000', '101835.765000', '101835.768000', '101835.770000', '101835.773000', '101835.776000', '101835.779000', '101835.782000', '101835.785000', '101835.788000', '101835.791000', '101835.794000', '101835.797000', '101835.799000', '101835.802000', '101835.805000', '101835.808000', '101835.811000', '101835.814000', '101835.817000', '101835.820000', '101835.823000', '101835.827000', '101835.830000', '101835.833000', '101835.836000', '101835.839000', '101835.842000', '101835.845000', '101835.847000', '101835.850000', '101835.853000', '101835.856000', '101835.859000', '101835.862000', '101835.865000', '101855.741000', '101855.744000', '101855.747000', '101855.750000', '101855.753000', '101855.756000', '101855.759000', '101855.761000', '101855.764000', '101855.767000', '101855.770000', '101855.773000', '101855.776000', '101855.779000', '101855.782000', '101855.785000', '101855.788000', '101855.791000', '101855.793000', '101855.796000', '101855.799000', '101855.802000', '101855.805000', '101855.808000', '101855.811000', '101855.814000', '101855.817000', '101855.820000', '101855.822000', '101855.825000', '101855.828000', '101855.831000', '101855.834000', '101855.837000', '101855.840000', '101855.843000', '101855.846000', '101855.852000', '101855.855000', '101855.858000', '101855.861000', '101855.864000', '101855.867000', '101855.870000', '101915.741000', '101915.744000', '101915.747000', '101915.750000', '101915.753000', '101915.756000', '101915.759000', '101915.762000', '101915.764000', '101915.767000', '101915.770000', '101915.773000', '101915.776000', '101915.779000', '101915.782000', '101915.785000', '101915.788000', '101915.791000', '101915.794000', '101915.796000', '101915.799000', '101915.802000', '101915.805000', '101915.808000', '101915.811000', '101915.814000', '101915.817000', '101915.820000', '101915.823000', '101915.825000', '101915.828000', '101915.831000', '101915.834000', '101915.837000', '101915.840000', '101915.843000', '101915.846000', '101915.849000', '101915.852000', '101915.854000', '101915.857000', '101915.860000', '101915.863000', '101935.741000', '101935.744000', '101935.747000', '101935.750000', '101935.753000', '101935.756000', '101935.758000', '101935.761000', '101935.764000', '101935.767000', '101935.770000', '101935.773000', '101935.776000', '101935.789000', '101935.791000', '101935.794000', '101935.797000', '101935.800000', '101935.803000', '101935.806000', '101935.809000', '101935.812000', '101935.815000', '101935.818000', '101935.820000', '101935.823000', '101935.826000', '101935.829000', '101935.832000', '101935.835000', '101935.838000', '101935.841000', '101935.844000', '101935.847000', '101935.850000', '101935.852000', '101935.855000', '101935.858000', '101935.861000', '101935.864000', '101935.867000', '101935.870000', '101935.873000', '101935.875000', '101955.741000', '101955.744000', '101955.747000', '101955.750000', '101955.753000', '101955.756000', '101955.759000', '101955.761000', '101955.764000', '101955.767000', '101955.770000', '101955.773000', '101955.776000', '101955.779000', '101955.782000', '101955.785000', '101955.788000', '101955.790000', '101955.798000', '101955.801000', '101955.804000', '101955.807000', '101955.810000', '101955.813000', '101955.816000', '101955.818000', '101955.821000', '101955.824000', '101955.827000', '101955.830000', '101955.833000', '101955.836000', '101955.839000', '101955.842000', '101955.845000', '101955.847000', '101955.850000', '101955.853000', '101955.856000', '101955.859000', '101955.862000', '101955.866000', '101955.869000', '102015.741000', '102015.744000', '102015.747000', '102015.750000', '102015.754000', '102015.757000', '102015.760000', '102015.763000', '102015.766000', '102015.769000', '102015.772000', '102015.775000', '102015.778000', '102015.780000', '102015.783000', '102015.786000', '102015.789000', '102015.792000', '102015.795000', '102015.798000', '102015.801000', '102015.804000', '102015.806000', '102015.809000', '102015.812000', '102015.815000', '102015.818000', '102015.821000', '102015.824000', '102015.827000', '102015.830000', '102015.833000', '102015.835000', '102015.838000', '102015.841000', '102015.844000', '102015.847000', '102015.863000', '102015.866000', '102015.869000', '102015.872000', '102015.874000', '102015.877000', '102035.740000', '102035.743000', '102035.746000', '102035.749000', '102035.752000', '102035.755000', '102035.758000', '102035.760000', '102035.763000', '102035.766000', '102035.769000', '102035.772000', '102035.775000', '102035.778000', '102035.781000', '102035.784000', '102035.787000', '102035.790000', '102035.793000', '102035.796000', '102035.799000', '102035.801000', '102035.804000', '102035.807000', '102035.810000', '102035.813000', '102035.816000', '102035.819000', '102035.822000', '102035.825000', '102035.827000', '102035.830000', '102035.833000', '102035.836000', '102035.839000', '102035.842000', '102035.845000', '102035.848000', '102035.851000', '102035.853000', '102035.856000', '102035.859000', '102035.862000', '102035.865000', '102055.741000', '102055.744000', '102055.747000', '102055.750000', '102055.753000', '102055.756000', '102055.759000', '102055.762000', '102055.764000', '102055.767000', '102055.770000', '102055.773000', '102055.776000', '102055.779000', '102055.782000', '102055.785000', '102055.788000', '102055.791000', '102055.794000', '102055.796000', '102055.799000', '102055.802000', '102055.805000', '102055.808000', '102055.811000', '102055.814000', '102055.817000', '102055.820000', '102055.823000', '102055.826000', '102055.828000', '102055.831000', '102055.834000', '102055.837000', '102055.840000', '102055.843000', '102055.846000', '102055.849000', '102055.866000', '102055.869000', '102055.872000', '102055.875000', '102055.878000', '102055.880000', '102115.741000', '102115.744000', '102115.747000', '102115.750000', '102115.753000', '102115.756000', '102115.759000', '102115.762000', '102115.764000', '102115.767000', '102115.770000', '102115.773000', '102115.776000', '102115.779000', '102115.782000', '102115.785000', '102115.788000', '102115.791000', '102115.794000', '102115.797000', '102115.800000', '102115.802000', '102115.805000', '102115.808000', '102115.811000', '102115.814000', '102115.817000', '102115.820000', '102115.823000', '102115.826000', '102115.829000', '102115.832000', '102115.834000', '102115.837000', '102115.840000', '102115.843000', '102115.846000', '102115.849000', '102115.852000', '102115.855000', '102115.858000', '102115.861000', '102115.863000', '102135.741000', '102135.744000', '102135.747000', '102135.750000', '102135.753000', '102135.757000', '102135.762000', '102135.765000', '102135.768000', '102135.771000', '102135.774000', '102135.777000', '102135.780000', '102135.783000', '102135.786000', '102135.788000', '102135.791000', '102135.794000', '102135.797000', '102135.800000', '102135.803000', '102135.806000', '102135.809000', '102135.812000', '102135.815000', '102135.817000', '102135.820000', '102135.823000', '102135.826000', '102135.829000', '102135.832000', '102135.835000', '102135.838000', '102135.841000', '102135.843000', '102135.846000', '102135.849000', '102135.852000', '102135.871000', '102135.874000', '102135.877000', '102135.880000', '102135.883000', '102155.741000', '102155.744000', '102155.747000', '102155.750000', '102155.753000', '102155.756000', '102155.758000', '102155.761000', '102155.764000', '102155.767000', '102155.770000', '102155.773000', '102155.776000', '102155.779000', '102155.782000', '102155.785000', '102155.788000', '102155.790000', '102155.793000', '102155.796000', '102155.799000', '102155.802000', '102155.805000', '102155.808000', '102155.811000', '102155.814000', '102155.816000', '102155.819000', '102155.822000', '102155.825000', '102155.828000', '102155.831000', '102155.834000', '102155.837000', '102155.839000', '102155.842000', '102155.845000', '102155.848000', '102155.851000', '102155.854000', '102155.857000', '102155.860000', '102155.863000', '102155.865000', '102215.741000', '102215.744000', '102215.747000', '102215.750000', '102215.753000', '102215.756000', '102215.759000', '102215.762000', '102215.765000', '102215.768000', '102215.771000', '102215.774000', '102215.777000', '102215.779000', '102215.782000', '102215.785000', '102215.788000', '102215.791000', '102215.794000', '102215.797000', '102215.800000', '102215.803000', '102215.806000', '102215.809000', '102215.812000', '102215.814000', '102215.817000', '102215.820000', '102215.823000', '102215.826000', '102215.829000', '102215.832000', '102215.835000', '102215.838000', '102215.841000', '102215.844000', '102215.846000', '102215.849000', '102215.852000', '102215.855000', '102215.858000', '102215.861000', '102215.864000', '102235.741000', '102235.744000', '102235.747000', '102235.750000', '102235.753000', '102235.756000', '102235.759000', '102235.762000', '102235.765000', '102235.768000', '102235.771000', '102235.774000', '102235.777000', '102235.780000', '102235.783000', '102235.786000', '102235.789000', '102235.792000', '102235.795000', '102235.798000', '102235.801000', '102235.804000', '102235.806000', '102235.809000', '102235.812000', '102235.815000', '102235.818000', '102235.821000', '102235.824000', '102235.827000', '102235.830000', '102235.833000', '102235.836000', '102235.839000', '102235.842000', '102235.845000', '102235.848000', '102235.851000', '102235.854000', '102235.857000', '102235.860000', '102235.863000', '102235.865000', '102235.868000', '102255.740000', '102255.743000', '102255.746000', '102255.749000', '102255.752000', '102255.755000', '102255.758000', '102255.761000', '102255.764000', '102255.767000', '102255.770000', '102255.772000', '102255.775000', '102255.778000', '102255.781000', '102255.784000', '102255.787000', '102255.790000', '102255.793000', '102255.796000', '102255.799000', '102255.802000', '102255.805000', '102255.808000', '102255.811000', '102255.814000', '102255.816000', '102255.819000', '102255.822000', '102255.825000', '102255.829000', '102255.832000', '102255.835000', '102255.838000', '102255.841000', '102255.844000', '102255.846000', '102255.849000', '102255.852000', '102255.855000', '102255.858000', '102255.861000', '102255.864000', '102315.741000', '102315.744000', '102315.747000', '102315.750000', '102315.753000', '102315.756000', '102315.759000', '102315.762000', '102315.765000', '102315.768000', '102315.770000', '102315.773000', '102315.776000', '102315.779000', '102315.782000', '102315.785000', '102315.788000', '102315.791000', '102315.793000', '102315.805000', '102315.808000', '102315.811000', '102315.814000', '102315.816000', '102315.819000', '102315.822000', '102315.825000', '102315.828000', '102315.831000', '102315.834000', '102315.837000', '102315.840000', '102315.842000', '102315.845000', '102315.848000', '102315.851000', '102315.854000', '102315.857000', '102315.860000', '102315.863000', '102315.866000', '102315.869000', '102315.872000', '102315.875000', '102335.742000', '102335.745000', '102335.748000', '102335.751000', '102335.754000', '102335.757000', '102335.760000', '102335.763000', '102335.765000', '102335.768000', '102335.771000', '102335.774000', '102335.777000', '102335.780000', '102335.783000', '102335.786000', '102335.789000', '102335.792000', '102335.795000', '102335.798000', '102335.801000', '102335.804000', '102335.807000', '102335.809000', '102335.812000', '102335.815000', '102335.819000', '102335.822000', '102335.825000', '102335.828000', '102335.830000', '102335.833000', '102335.836000', '102335.839000', '102335.842000', '102335.845000', '102335.848000', '102335.851000', '102335.854000', '102335.856000', '102335.859000', '102335.862000', '102335.865000', '102355.741000', '102355.744000', '102355.747000', '102355.763000', '102355.766000', '102355.769000', '102355.772000', '102355.775000', '102355.778000', '102355.781000', '102355.783000', '102355.786000', '102355.789000', '102355.792000', '102355.795000', '102355.798000', '102355.801000', '102355.812000', '102355.815000', '102355.818000', '102355.820000', '102355.823000', '102355.826000', '102355.829000', '102355.832000', '102355.835000', '102355.838000', '102355.841000', '102355.844000', '102355.847000', '102355.849000', '102355.852000', '102355.855000', '102355.858000', '102355.861000', '102355.864000', '102355.867000', '102355.870000', '102355.873000', '102355.876000', '102355.879000', '102355.882000', '102355.885000', '102355.887000', '102415.741000', '102415.744000', '102415.747000', '102415.750000', '102415.753000', '102415.756000', '102415.759000', '102415.762000', '102415.765000', '102415.768000', '102415.770000', '102415.773000', '102415.776000', '102415.779000', '102415.782000', '102415.785000', '102415.788000', '102415.791000', '102415.795000', '102415.798000', '102415.801000', '102415.804000', '102415.807000', '102415.810000', '102415.813000', '102415.816000', '102415.819000', '102415.822000', '102415.825000', '102415.828000', '102415.830000', '102415.833000', '102415.836000', '102415.839000', '102415.842000', '102415.845000', '102415.848000', '102415.851000', '102415.854000', '102415.856000', '102415.859000', '102415.862000', '102415.865000', '102435.741000', '102435.744000', '102435.747000', '102435.750000', '102435.753000', '102435.756000', '102435.759000', '102435.762000', '102435.764000', '102435.767000', '102435.770000', '102435.773000', '102435.777000', '102435.780000', '102435.783000', '102435.786000', '102435.789000', '102435.791000', '102435.794000', '102435.797000', '102435.800000', '102435.803000', '102435.806000', '102435.809000', '102435.812000', '102435.815000', '102435.817000', '102435.820000', '102435.823000', '102435.826000', '102435.829000', '102435.832000', '102435.835000', '102435.838000', '102435.841000', '102435.851000', '102435.854000', '102435.863000', '102435.866000', '102435.869000', '102435.871000', '102435.874000', '102435.877000', '102435.880000', '102455.741000', '102455.744000', '102455.747000', '102455.750000', '102455.753000', '102455.756000', '102455.759000', '102455.762000', '102455.765000', '102455.768000', '102455.771000', '102455.774000', '102455.778000', '102455.781000', '102455.784000', '102455.787000', '102455.790000', '102455.793000', '102455.796000', '102455.799000', '102455.801000', '102455.804000', '102455.807000', '102455.810000', '102455.840000', '102455.843000', '102455.846000', '102455.849000', '102455.852000', '102455.855000', '102455.858000', '102455.861000', '102455.863000', '102455.866000', '102455.869000', '102455.872000', '102455.875000', '102455.878000', '102455.881000', '102455.884000', '102455.887000', '102455.890000', '102455.892000', '102458.661000', '102458.664000', '102458.667000', '102458.670000', '102458.673000', '102458.676000', '102458.680000'], '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': [12401, 15821, 10183, 11824, 9071, 9589, 12641, 8625, 10543, 14764, 9466, 11485, 15081, 8938, 11626, 8733, 9520, 13331, 8917, 10159, 13797, 9018, 11817, 15182, 9664, 11809, 10653, 9339, 12697, 8953, 9928, 13533, 8929, 11351, 15757, 10571, 11591, 15987, 9485, 11672, 15117, 9823, 12206, 13399, 9278, 12068, 10787, 9510, 12772, 12220, 9577, 12522, 9028, 10170, 14144, 8912, 10074, 13833, 9477, 11270, 15721, 10141, 10968, 14549, 9595, 11224, 14974, 9663, 11080, 15148, 9315, 11146, 15171, 9951, 11376, 15863, 9402, 11552, 12281, 9570, 11981, 13285, 9183, 11696, 8945, 9768, 13444, 9411, 10042, 13910, 8921, 10166, 14533, 9428, 9945, 13896, 8723, 9788, 13236, 8811, 10496, 14594, 9228, 10537, 15167, 9684, 11270, 15821, 9922, 10807, 15536, 9606, 11729, 15131, 9979, 11460, 10531, 9646, 12035, 9378, 9546, 12014, 9283, 10218, 14901, 9389, 11474, 9663, 9791, 15551, 9937, 14279, 15598, 9747, 11556, 10648, 9350, 12518, 11538, 9696, 12910, 8928, 9994, 13436, 9419, 10565, 15495, 9286, 11061, 16205, 10278, 11165, 16074, 9724, 11932, 13387, 9753, 11961, 12630, 9885, 12252, 10665, 9755, 12755, 9435, 9977, 13544, 9629, 10170, 15122, 9426, 11145, 16283, 9995, 11298, 16477, 10572, 11194, 15888, 9883, 11858, 14222, 9800, 11478, 13681, 9564, 11842, 9795, 9875, 12258, 9404, 10097, 14859, 9324, 10242, 15210, 9485, 9825, 13889, 8988, 10191, 15027, 9298, 9716, 13792, 9567, 10738, 16481, 9977, 10823, 16372, 9901, 10860, 15753, 9900, 10688, 15245, 9685, 11289, 16135, 10130, 10873, 15952, 9455, 10921, 15251, 10097, 10802, 15424, 9876, 10556, 15109, 9547, 11443, 15947, 9571, 11323, 13371, 10064, 11743, 15001, 9535, 11748, 10473, 9565, 11622, 14707, 9939, 11417, 9544, 9904, 12967, 10296, 9860, 12775, 9256, 9963, 14258, 9520, 10208, 15487, 9321, 11166, 16452, 9928, 10436, 15218, 9756, 11212, 15941, 10502, 11537, 15182, 10071, 11650, 10400, 9846, 12466, 10124, 9755, 12624, 9129, 10260, 15644, 9532, 10912, 16210, 9670, 11088, 16159, 10309, 10688, 15844, 9672, 11381, 16162, 10042, 11520, 13573, 9758, 11428, 9270, 9712, 13332, 9146, 9790, 14867, 9041, 11060, 16722, 10345, 10863, 15943, 10017, 11500, 16910, 9809, 11039, 11863, 9730, 11757, 14370, 9735, 11610, 9247, 9901, 12916, 9546, 10295, 15565, 9255, 10796, 15572, 10293, 11409, 17220, 9699, 11519, 9439, 9737, 13601, 11062, 9679, 13066, 9171, 10181, 15458, 9734, 10195, 14794, 9215, 10563, 15567, 10060, 10691, 16766, 9854, 10725, 16198, 9980, 11453, 15946, 10083, 11442, 9845, 9692, 12883, 9446, 9701, 14473, 9352, 10013, 16183, 9917, 10911, 16919, 10358, 11044, 12915, 9464, 11792, 11211, 9886, 12936, 8905, 10106, 15985, 10676, 10989, 12825, 9593, 12037, 9608, 9904, 14190, 9219, 10272, 16174, 10482, 10976, 16734, 9582, 11518, 11202, 9677, 13914, 9205, 10086, 14822, 9406, 10182, 15597, 9388, 10618, 15957, 9500, 10717, 16310, 10108, 10971, 16333, 9823, 11117, 15982, 10762, 11628, 14700, 9538, 11716, 10921, 10101, 13361, 9295, 10269, 14214, 9927, 10612, 16649, 9424, 11689, 16752, 10825, 11691, 16599, 9807, 11720, 11160, 10093, 13141, 12396, 9976, 12737, 9373, 10071, 14928, 9395, 10193, 14656, 10200, 11071, 17232, 9940, 12304, 10521, 10106, 14784, 9480, 10194, 8533, 8999, 11359, 8873, 15353, 8970, 9471, 14358, 10976, 9786, 13757, 8831, 9979, 15823, 9671, 10504, 16446, 9928, 11299, 16240, 9677, 11385, 9178, 9394, 12671, 8989, 9812, 14493, 9308, 9942, 15807, 10287, 10725, 14047, 9749, 12841, 12289, 9974, 13488, 9772, 9834, 13857, 9158, 9957, 16099, 10448, 10976, 17051, 9974, 11163, 14036, 10303, 13462, 9085, 9442, 15072, 9388, 10502, 17233, 9310, 10577, 16098, 10567, 11570, 14959, 9717, 11725, 9317, 9581, 13648, 9418, 9818, 14947, 9300, 9971, 16665, 9998, 10953, 17375, 10324, 10872, 12310, 9293, 11808, 9040, 9259, 14449, 9148, 10159, 16234, 10097, 10462, 16637, 10263, 10555, 16292, 10021, 11320, 16108, 9532, 11168, 12722, 9528, 11555, 13824, 9989, 11812, 11110, 9602, 11799, 15932, 9815, 11173, 13322, 9698, 11305, 13173, 10103, 11706, 13113, 10271, 11828, 13197, 10281, 12249, 14980, 10178, 11851, 14997, 10297, 12005, 10174, 10103, 12603, 11336, 9976, 13485, 11449, 10242, 12659, 11363, 10042, 14466, 9445, 10575, 16214, 10264, 10566, 16059, 9491, 10634, 15910, 10740, 10678, 16393, 10001, 11122, 17146, 9851, 10868, 16011, 10282, 11400, 16770, 10096, 11206, 13998, 9571, 11490, 16910, 9682, 11050, 15250, 10291, 11423, 15682, 9746, 11216, 14311, 9831, 10967, 16734, 9472, 10294, 15069, 10373, 10271, 15649, 9727, 10213, 14636, 9415, 9692, 14144, 9624, 9720, 15094, 9823, 10730, 9344, 9188, 13460, 9943, 14552, 9798, 13239, 14511, 9258, 12588, 17822, 10449, 9998, 14865, 9720, 9688, 11941, 8497, 10363, 7689, 9453, 7825, 10214, 14050, 8748, 11348, 14342, 9458, 10608, 14770, 9065, 10276, 14241, 9111, 9711, 14588, 11276, 9599, 14679, 13415, 9479, 13120, 13924, 9324, 11899, 13877, 9671, 11319, 15887, 9958, 11064, 14765, 9678, 10969, 13551, 9486, 10981, 10912, 9262, 10944, 8499, 9235, 12402, 8605, 9929, 14314, 8786, 10612, 15854, 9474, 10582, 8309, 9117, 12533, 8615, 10097, 15077, 9174, 10237, 14488, 9153, 10850, 15571, 9307, 11254, 11673, 9590, 11590, 8357, 9222, 13190, 8860, 9909, 14181, 8528, 10298, 15759, 10188, 10903, 9858, 9121, 12793, 9521, 9566, 13378, 10278, 9706, 13467, 8848, 9714, 13656, 9160, 9324, 14256, 8734, 10083, 14089, 9336, 10147, 15939, 9617, 10532, 16464, 9370, 10322, 15058, 9895, 10722, 14957, 9683, 12586, 9105, 10257, 8736, 9434, 8563, 10330, 17966, 10757, 10513, 13243, 8953, 10679, 16413, 9891, 10567, 15582, 9419, 10727, 14832, 9506, 10668, 12888, 9665, 10957, 12388, 9439, 11381, 11786, 9543, 12210, 8378, 9340, 13945, 9296, 9870, 14973, 9077, 10585, 15962, 9907, 10152, 15344, 9299, 10262, 15896, 9768, 9854, 14469, 9186, 10318, 15125, 9986, 9873, 15035, 9065, 10080, 15025, 9855, 10203, 15261, 9643, 10369, 15568, 9591, 10230, 15230, 9214, 10756, 15603, 9865, 10473, 15350, 9782, 10636, 16037, 9873, 11085, 16117, 9891, 11121, 15402, 9718, 11211, 15996, 9761, 10985, 12139, 9429, 11388, 11487, 9269, 11542, 8356, 9462, 12998, 8687, 9167, 14359, 8625, 10407, 15993, 9542, 9698, 14907, 8732, 10395, 16024, 10083, 10545, 15726, 9585, 10611, 16089, 10115, 10801, 13804, 9228, 11410, 13117, 9523, 12044, 8713, 9187, 13809, 8997, 9351, 14810, 8839, 10570, 16905, 9444, 10558, 15745, 10038, 10659, 16017, 9656, 10338, 15454, 10249, 10518, 14857, 9401, 10223, 15221, 9649, 9856, 14413, 9146, 10622, 15619, 9908, 11196, 15417, 9435, 11516, 13310, 9637, 11656, 8761, 9117, 13238, 9271, 9329, 13588, 8319, 9509, 14264, 9260, 9674, 16273, 8746, 10384, 16158, 10251, 10684, 16471, 9760, 11166, 16185, 10079, 12045, 13616, 9651, 11963, 8981, 9509, 14330, 8985, 9569, 14335, 8646, 9709, 15865, 9245, 9881, 15714, 9397, 10164, 15969, 9897, 10141, 15509, 9352, 10421, 16252, 10296, 10649, 14642, 9497, 11668, 12342, 9569, 12745, 9448, 9480, 13946, 9264, 9713, 15478, 9107, 9771, 15474, 9257, 10228, 16727, 9807, 10166, 15711, 9615, 10491, 16204, 10262, 10618, 15383, 9419, 11493, 11422, 9435, 12141, 10289, 9210, 12297, 8703, 9280, 15497, 9290, 9377, 15909, 9008, 10095, 16494, 10362, 11786, 13300, 9402, 12642, 9865, 9348, 13656, 9049, 9579, 14770, 9256, 9308, 15883, 9079, 9650, 16232, 9551, 10238, 16610, 9661, 10343, 15465, 9708, 10839, 16680, 9596, 10591, 13813, 9514, 11908, 12350, 8939, 12052, 9181, 10231, 8463, 9332, 9114, 10054, 18244, 10287, 10094, 14871, 8830, 9011, 13852, 8472, 9485, 15506, 9373, 9811, 15340, 9295, 10182, 16369, 9494, 10737, 9911, 8953, 12045, 8635, 9263, 15037, 8953, 9126, 16263, 8839, 10146, 16540, 9919, 11547, 8968, 8800, 12633, 13410, 8861, 11594, 8354, 8975, 14619, 9036, 9205, 14432, 8399, 9463, 15183, 8717, 8841, 13850, 8499, 9773, 16541, 9377, 10084, 15400, 9419, 9719, 14939, 9190, 9708, 15555, 9196, 9872, 15466, 9141, 9418], 'WindowCenter': [4243.0, 4236.0, 4188.0, 4199.0, 4165.0, 4160.0, 4194.0, 4164.0, 4175.0, 4203.0, 4163.0, 4184.0, 4215.0, 4162.0, 4194.0, 4161.0, 4176.0, 4207.0, 4165.0, 4175.0, 4192.0, 4162.0, 4197.0, 4206.0, 4164.0, 4184.0, 4169.0, 4160.0, 4193.0, 4150.0, 4160.0, 4193.0, 4160.0, 4184.0, 4215.0, 4171.0, 4170.0, 4202.0, 4157.0, 4182.0, 4189.0, 4160.0, 4179.0, 4181.0, 4151.0, 4182.0, 4160.0, 4145.0, 4178.0, 4170.0, 4147.0, 4167.0, 4137.0, 4157.0, 4176.0, 4149.0, 4155.0, 4179.0, 4147.0, 4169.0, 4201.0, 4156.0, 4156.0, 4188.0, 4145.0, 4169.0, 4188.0, 4147.0, 4168.0, 4188.0, 4158.0, 4168.0, 4200.0, 4161.0, 4168.0, 4213.0, 4162.0, 4182.0, 4180.0, 4156.0, 4181.0, 4189.0, 4157.0, 4180.0, 4145.0, 4170.0, 4190.0, 4161.0, 4159.0, 4189.0, 4147.0, 4161.0, 4204.0, 4149.0, 4159.0, 4190.0, 4149.0, 4160.0, 4177.0, 4149.0, 4170.0, 4203.0, 4160.0, 4170.0, 4190.0, 4159.0, 4182.0, 4202.0, 4161.0, 4169.0, 4200.0, 4159.0, 4185.0, 4201.0, 4158.0, 4170.0, 4167.0, 4160.0, 4179.0, 4149.0, 4160.0, 4181.0, 4159.0, 4172.0, 4201.0, 4163.0, 4182.0, 4173.0, 4172.0, 4213.0, 4175.0, 4216.0, 4215.0, 4163.0, 4170.0, 4158.0, 4147.0, 4180.0, 4169.0, 4149.0, 4176.0, 4146.0, 4170.0, 4188.0, 4148.0, 4168.0, 4202.0, 4161.0, 4181.0, 4213.0, 4172.0, 4169.0, 4201.0, 4163.0, 4183.0, 4192.0, 4159.0, 4183.0, 4175.0, 4162.0, 4182.0, 4157.0, 4158.0, 4182.0, 4147.0, 4160.0, 4192.0, 4145.0, 4159.0, 4190.0, 4145.0, 4172.0, 4200.0, 4158.0, 4172.0, 4200.0, 4159.0, 4169.0, 4200.0, 4157.0, 4181.0, 4187.0, 4160.0, 4167.0, 4190.0, 4157.0, 4179.0, 4159.0, 4158.0, 4166.0, 4149.0, 4160.0, 4189.0, 4147.0, 4160.0, 4202.0, 4157.0, 4161.0, 4180.0, 4135.0, 4158.0, 4200.0, 4156.0, 4157.0, 4177.0, 4147.0, 4169.0, 4198.0, 4159.0, 4172.0, 4200.0, 4156.0, 4172.0, 4203.0, 4157.0, 4159.0, 4188.0, 4159.0, 4181.0, 4198.0, 4157.0, 4168.0, 4186.0, 4161.0, 4167.0, 4197.0, 4158.0, 4168.0, 4197.0, 4161.0, 4156.0, 4190.0, 4158.0, 4167.0, 4202.0, 4160.0, 4180.0, 4189.0, 4160.0, 4182.0, 4201.0, 4158.0, 4179.0, 4169.0, 4158.0, 4193.0, 4202.0, 4170.0, 4180.0, 4159.0, 4172.0, 4194.0, 4171.0, 4158.0, 4179.0, 4148.0, 4170.0, 4202.0, 4159.0, 4170.0, 4201.0, 4149.0, 4183.0, 4215.0, 4159.0, 4170.0, 4190.0, 4161.0, 4180.0, 4202.0, 4168.0, 4181.0, 4200.0, 4172.0, 4182.0, 4170.0, 4159.0, 4180.0, 4170.0, 4160.0, 4180.0, 4147.0, 4159.0, 4201.0, 4160.0, 4171.0, 4200.0, 4159.0, 4181.0, 4201.0, 4158.0, 4159.0, 4199.0, 4159.0, 4182.0, 4200.0, 4159.0, 4169.0, 4179.0, 4160.0, 4180.0, 4149.0, 4159.0, 4191.0, 4158.0, 4157.0, 4190.0, 4148.0, 4169.0, 4211.0, 4158.0, 4169.0, 4200.0, 4158.0, 4178.0, 4201.0, 4158.0, 4167.0, 4166.0, 4159.0, 4181.0, 4185.0, 4149.0, 4167.0, 4146.0, 4159.0, 4178.0, 4145.0, 4158.0, 4199.0, 4156.0, 4167.0, 4198.0, 4174.0, 4181.0, 4213.0, 4161.0, 4181.0, 4159.0, 4160.0, 4190.0, 4171.0, 4162.0, 4179.0, 4147.0, 4171.0, 4201.0, 4149.0, 4159.0, 4188.0, 4159.0, 4170.0, 4200.0, 4159.0, 4171.0, 4209.0, 4161.0, 4170.0, 4200.0, 4159.0, 4184.0, 4200.0, 4159.0, 4169.0, 4157.0, 4160.0, 4180.0, 4159.0, 4160.0, 4190.0, 4158.0, 4161.0, 4201.0, 4158.0, 4172.0, 4211.0, 4160.0, 4168.0, 4177.0, 4157.0, 4181.0, 4166.0, 4158.0, 4178.0, 4136.0, 4158.0, 4197.0, 4155.0, 4170.0, 4178.0, 4147.0, 4181.0, 4158.0, 4159.0, 4189.0, 4148.0, 4171.0, 4201.0, 4171.0, 4170.0, 4199.0, 4158.0, 4181.0, 4170.0, 4161.0, 4190.0, 4148.0, 4158.0, 4190.0, 4149.0, 4157.0, 4201.0, 4162.0, 4171.0, 4200.0, 4148.0, 4171.0, 4212.0, 4158.0, 4170.0, 4199.0, 4157.0, 4168.0, 4199.0, 4169.0, 4169.0, 4188.0, 4159.0, 4178.0, 4170.0, 4157.0, 4188.0, 4148.0, 4173.0, 4203.0, 4160.0, 4172.0, 4212.0, 4163.0, 4185.0, 4212.0, 4171.0, 4182.0, 4212.0, 4161.0, 4180.0, 4170.0, 4160.0, 4194.0, 4181.0, 4160.0, 4180.0, 4146.0, 4158.0, 4191.0, 4144.0, 4157.0, 4188.0, 4155.0, 4168.0, 4210.0, 4160.0, 4178.0, 4173.0, 4186.0, 4202.0, 4161.0, 4170.0, 4152.0, 4165.0, 4198.0, 4166.0, 4214.0, 4151.0, 4162.0, 4208.0, 4175.0, 4162.0, 4192.0, 4148.0, 4160.0, 4201.0, 4162.0, 4160.0, 4199.0, 4159.0, 4170.0, 4213.0, 4160.0, 4170.0, 4147.0, 4146.0, 4178.0, 4152.0, 4161.0, 4191.0, 4150.0, 4159.0, 4203.0, 4170.0, 4170.0, 4189.0, 4161.0, 4183.0, 4181.0, 4161.0, 4189.0, 4159.0, 4158.0, 4179.0, 4150.0, 4174.0, 4201.0, 4161.0, 4170.0, 4198.0, 4161.0, 4185.0, 4203.0, 4172.0, 4191.0, 4149.0, 4174.0, 4202.0, 4149.0, 4160.0, 4201.0, 4149.0, 4160.0, 4188.0, 4156.0, 4168.0, 4189.0, 4148.0, 4169.0, 4134.0, 4147.0, 4177.0, 4148.0, 4156.0, 4190.0, 4144.0, 4145.0, 4187.0, 4147.0, 4156.0, 4196.0, 4146.0, 4156.0, 4154.0, 4146.0, 4166.0, 4133.0, 4134.0, 4176.0, 4148.0, 4158.0, 4198.0, 4156.0, 4158.0, 4199.0, 4148.0, 4158.0, 4188.0, 4146.0, 4154.0, 4188.0, 4146.0, 4158.0, 4166.0, 4147.0, 4171.0, 4179.0, 4145.0, 4169.0, 4154.0, 4146.0, 4182.0, 4187.0, 4144.0, 4157.0, 4174.0, 4160.0, 4172.0, 4166.0, 4159.0, 4172.0, 4180.0, 4159.0, 4183.0, 4192.0, 4162.0, 4182.0, 4189.0, 4174.0, 4183.0, 4203.0, 4163.0, 4183.0, 4159.0, 4171.0, 4185.0, 4171.0, 4158.0, 4191.0, 4169.0, 4160.0, 4192.0, 4169.0, 4160.0, 4191.0, 4146.0, 4160.0, 4202.0, 4149.0, 4173.0, 4202.0, 4149.0, 4173.0, 4201.0, 4168.0, 4173.0, 4200.0, 4159.0, 4171.0, 4211.0, 4159.0, 4171.0, 4202.0, 4145.0, 4170.0, 4200.0, 4159.0, 4171.0, 4178.0, 4148.0, 4169.0, 4186.0, 4147.0, 4159.0, 4188.0, 4147.0, 4157.0, 4172.0, 4136.0, 4159.0, 4174.0, 4145.0, 4156.0, 4187.0, 4148.0, 4148.0, 4176.0, 4146.0, 4144.0, 4186.0, 4148.0, 4144.0, 4177.0, 4135.0, 4147.0, 4187.0, 4147.0, 4147.0, 4189.0, 4162.0, 4158.0, 4160.0, 4166.0, 4205.0, 4172.0, 4205.0, 4174.0, 4194.0, 4193.0, 4148.0, 4183.0, 4201.0, 4156.0, 4146.0, 4177.0, 4148.0, 4150.0, 4155.0, 4125.0, 4129.0, 4112.0, 4120.0, 4121.0, 4157.0, 4178.0, 4136.0, 4157.0, 4178.0, 4147.0, 4160.0, 4191.0, 4146.0, 4146.0, 4176.0, 4120.0, 4132.0, 4162.0, 4141.0, 4130.0, 4162.0, 4151.0, 4117.0, 4149.0, 4146.0, 4104.0, 4122.0, 4133.0, 4101.0, 4112.0, 4143.0, 4101.0, 4112.0, 4131.0, 4102.0, 4125.0, 4132.0, 4102.0, 4115.0, 4112.0, 4103.0, 4126.0, 4103.0, 4116.0, 4137.0, 4107.0, 4128.0, 4159.0, 4120.0, 4142.0, 4172.0, 4131.0, 4139.0, 4121.0, 4133.0, 4165.0, 4133.0, 4146.0, 4187.0, 4144.0, 4158.0, 4177.0, 4148.0, 4169.0, 4188.0, 4148.0, 4170.0, 4169.0, 4149.0, 4170.0, 4138.0, 4161.0, 4193.0, 4149.0, 4161.0, 4191.0, 4150.0, 4161.0, 4199.0, 4163.0, 4171.0, 4160.0, 4152.0, 4182.0, 4149.0, 4160.0, 4190.0, 4161.0, 4150.0, 4180.0, 4136.0, 4160.0, 4190.0, 4148.0, 4163.0, 4190.0, 4136.0, 4159.0, 4192.0, 4148.0, 4159.0, 4200.0, 4149.0, 4159.0, 4200.0, 4149.0, 4159.0, 4189.0, 4159.0, 4170.0, 4203.0, 4162.0, 4181.0, 4150.0, 4174.0, 4152.0, 4164.0, 4152.0, 4174.0, 4227.0, 4174.0, 4162.0, 4180.0, 4135.0, 4158.0, 4188.0, 4146.0, 4147.0, 4177.0, 4135.0, 4157.0, 4177.0, 4148.0, 4158.0, 4167.0, 4145.0, 4157.0, 4153.0, 4135.0, 4157.0, 4156.0, 4135.0, 4155.0, 4123.0, 4136.0, 4178.0, 4136.0, 4148.0, 4187.0, 4137.0, 4170.0, 4202.0, 4148.0, 4159.0, 4188.0, 4138.0, 4161.0, 4190.0, 4146.0, 4146.0, 4176.0, 4135.0, 4158.0, 4177.0, 4145.0, 4146.0, 4176.0, 4135.0, 4159.0, 4177.0, 4146.0, 4147.0, 4187.0, 4148.0, 4162.0, 4189.0, 4147.0, 4148.0, 4187.0, 4136.0, 4157.0, 4188.0, 4147.0, 4148.0, 4188.0, 4148.0, 4159.0, 4188.0, 4148.0, 4159.0, 4200.0, 4150.0, 4159.0, 4188.0, 4147.0, 4160.0, 4190.0, 4148.0, 4158.0, 4156.0, 4136.0, 4157.0, 4156.0, 4135.0, 4156.0, 4123.0, 4146.0, 4179.0, 4136.0, 4148.0, 4179.0, 4136.0, 4160.0, 4201.0, 4148.0, 4150.0, 4189.0, 4137.0, 4161.0, 4201.0, 4158.0, 4159.0, 4189.0, 4148.0, 4160.0, 4189.0, 4159.0, 4160.0, 4179.0, 4150.0, 4172.0, 4179.0, 4150.0, 4169.0, 4138.0, 4150.0, 4191.0, 4138.0, 4149.0, 4189.0, 4138.0, 4159.0, 4201.0, 4148.0, 4159.0, 4190.0, 4148.0, 4159.0, 4188.0, 4148.0, 4159.0, 4188.0, 4147.0, 4158.0, 4177.0, 4148.0, 4160.0, 4189.0, 4149.0, 4160.0, 4189.0, 4151.0, 4172.0, 4202.0, 4161.0, 4172.0, 4202.0, 4163.0, 4183.0, 4181.0, 4149.0, 4170.0, 4137.0, 4149.0, 4180.0, 4137.0, 4148.0, 4179.0, 4125.0, 4160.0, 4190.0, 4148.0, 4149.0, 4200.0, 4149.0, 4161.0, 4200.0, 4160.0, 4161.0, 4200.0, 4161.0, 4172.0, 4202.0, 4150.0, 4171.0, 4181.0, 4149.0, 4170.0, 4137.0, 4148.0, 4180.0, 4149.0, 4149.0, 4191.0, 4138.0, 4150.0, 4202.0, 4151.0, 4160.0, 4191.0, 4149.0, 4162.0, 4203.0, 4149.0, 4160.0, 4190.0, 4149.0, 4172.0, 4200.0, 4159.0, 4160.0, 4189.0, 4161.0, 4172.0, 4180.0, 4149.0, 4180.0, 4148.0, 4149.0, 4191.0, 4147.0, 4149.0, 4191.0, 4149.0, 4160.0, 4190.0, 4148.0, 4161.0, 4201.0, 4148.0, 4159.0, 4189.0, 4147.0, 4171.0, 4190.0, 4159.0, 4159.0, 4189.0, 4150.0, 4171.0, 4170.0, 4150.0, 4182.0, 4160.0, 4150.0, 4182.0, 4138.0, 4162.0, 4204.0, 4149.0, 4151.0, 4191.0, 4150.0, 4162.0, 4202.0, 4161.0, 4172.0, 4180.0, 4151.0, 4182.0, 4161.0, 4151.0, 4191.0, 4149.0, 4161.0, 4192.0, 4149.0, 4150.0, 4202.0, 4150.0, 4150.0, 4201.0, 4149.0, 4160.0, 4201.0, 4149.0, 4160.0, 4190.0, 4148.0, 4160.0, 4199.0, 4148.0, 4159.0, 4179.0, 4149.0, 4170.0, 4180.0, 4151.0, 4169.0, 4151.0, 4162.0, 4152.0, 4163.0, 4163.0, 4175.0, 4217.0, 4161.0, 4161.0, 4192.0, 4150.0, 4138.0, 4178.0, 4126.0, 4147.0, 4189.0, 4134.0, 4146.0, 4177.0, 4135.0, 4147.0, 4187.0, 4133.0, 4157.0, 4146.0, 4137.0, 4168.0, 4135.0, 4149.0, 4189.0, 4138.0, 4152.0, 4200.0, 4164.0, 4175.0, 4202.0, 4163.0, 4171.0, 4138.0, 4151.0, 4186.0, 4194.0, 4151.0, 4170.0, 4138.0, 4140.0, 4193.0, 4140.0, 4150.0, 4180.0, 4127.0, 4150.0, 4192.0, 4139.0, 4137.0, 4178.0, 4134.0, 4147.0, 4187.0, 4136.0, 4147.0, 4178.0, 4135.0, 4136.0, 4177.0, 4137.0, 4147.0, 4187.0, 4135.0, 4145.0, 4176.0, 4136.0, 4136.0], 'WindowWidth': [9393.0, 9372.0, 9293.0, 9302.0, 9250.0, 9238.0, 9287.0, 9247.0, 9261.0, 9298.0, 9242.0, 9273.0, 9318.0, 9243.0, 9288.0, 9240.0, 9262.0, 9309.0, 9248.0, 9261.0, 9281.0, 9240.0, 9292.0, 9307.0, 9246.0, 9272.0, 9248.0, 9236.0, 9285.0, 9222.0, 9236.0, 9283.0, 9235.0, 9274.0, 9319.0, 9253.0, 9248.0, 9294.0, 9229.0, 9267.0, 9276.0, 9233.0, 9257.0, 9264.0, 9220.0, 9265.0, 9232.0, 9208.0, 9255.0, 9246.0, 9212.0, 9239.0, 9197.0, 9224.0, 9252.0, 9216.0, 9222.0, 9258.0, 9211.0, 9246.0, 9292.0, 9222.0, 9224.0, 9267.0, 9209.0, 9246.0, 9270.0, 9213.0, 9241.0, 9269.0, 9232.0, 9246.0, 9290.0, 9235.0, 9245.0, 9312.0, 9238.0, 9266.0, 9261.0, 9226.0, 9269.0, 9275.0, 9229.0, 9261.0, 9209.0, 9251.0, 9278.0, 9236.0, 9232.0, 9272.0, 9214.0, 9235.0, 9299.0, 9216.0, 9230.0, 9278.0, 9218.0, 9232.0, 9254.0, 9214.0, 9246.0, 9295.0, 9234.0, 9249.0, 9275.0, 9231.0, 9268.0, 9295.0, 9235.0, 9246.0, 9288.0, 9234.0, 9274.0, 9292.0, 9231.0, 9249.0, 9242.0, 9234.0, 9260.0, 9218.0, 9234.0, 9265.0, 9233.0, 9255.0, 9293.0, 9243.0, 9272.0, 9259.0, 9256.0, 9312.0, 9265.0, 9323.0, 9319.0, 9241.0, 9248.0, 9228.0, 9212.0, 9261.0, 9244.0, 9216.0, 9251.0, 9209.0, 9250.0, 9271.0, 9214.0, 9242.0, 9290.0, 9236.0, 9264.0, 9307.0, 9252.0, 9247.0, 9293.0, 9241.0, 9268.0, 9278.0, 9231.0, 9266.0, 9254.0, 9239.0, 9266.0, 9228.0, 9229.0, 9264.0, 9211.0, 9232.0, 9280.0, 9210.0, 9229.0, 9276.0, 9210.0, 9250.0, 9289.0, 9229.0, 9252.0, 9290.0, 9232.0, 9245.0, 9289.0, 9228.0, 9263.0, 9270.0, 9230.0, 9241.0, 9273.0, 9230.0, 9260.0, 9231.0, 9227.0, 9239.0, 9218.0, 9233.0, 9273.0, 9211.0, 9231.0, 9293.0, 9226.0, 9234.0, 9260.0, 9194.0, 9227.0, 9290.0, 9227.0, 9227.0, 9252.0, 9214.0, 9244.0, 9284.0, 9233.0, 9251.0, 9289.0, 9226.0, 9251.0, 9299.0, 9228.0, 9232.0, 9271.0, 9232.0, 9266.0, 9287.0, 9228.0, 9242.0, 9266.0, 9235.0, 9242.0, 9284.0, 9228.0, 9241.0, 9283.0, 9237.0, 9226.0, 9273.0, 9230.0, 9243.0, 9293.0, 9236.0, 9263.0, 9274.0, 9234.0, 9268.0, 9296.0, 9232.0, 9261.0, 9247.0, 9231.0, 9286.0, 9297.0, 9250.0, 9263.0, 9232.0, 9253.0, 9287.0, 9252.0, 9233.0, 9260.0, 9216.0, 9252.0, 9296.0, 9233.0, 9248.0, 9291.0, 9218.0, 9269.0, 9316.0, 9232.0, 9247.0, 9276.0, 9237.0, 9264.0, 9295.0, 9245.0, 9264.0, 9292.0, 9254.0, 9267.0, 9249.0, 9232.0, 9263.0, 9250.0, 9235.0, 9263.0, 9214.0, 9231.0, 9293.0, 9234.0, 9249.0, 9289.0, 9232.0, 9267.0, 9293.0, 9231.0, 9232.0, 9286.0, 9232.0, 9268.0, 9291.0, 9231.0, 9246.0, 9258.0, 9234.0, 9262.0, 9217.0, 9231.0, 9280.0, 9230.0, 9228.0, 9275.0, 9214.0, 9246.0, 9308.0, 9230.0, 9245.0, 9288.0, 9228.0, 9258.0, 9292.0, 9230.0, 9241.0, 9237.0, 9231.0, 9264.0, 9265.0, 9215.0, 9239.0, 9209.0, 9231.0, 9257.0, 9208.0, 9229.0, 9285.0, 9227.0, 9241.0, 9286.0, 9262.0, 9267.0, 9313.0, 9238.0, 9265.0, 9234.0, 9234.0, 9279.0, 9251.0, 9238.0, 9260.0, 9212.0, 9250.0, 9293.0, 9218.0, 9230.0, 9267.0, 9233.0, 9247.0, 9287.0, 9230.0, 9249.0, 9303.0, 9238.0, 9249.0, 9288.0, 9231.0, 9271.0, 9291.0, 9230.0, 9245.0, 9227.0, 9237.0, 9263.0, 9233.0, 9233.0, 9275.0, 9232.0, 9236.0, 9291.0, 9230.0, 9253.0, 9308.0, 9232.0, 9242.0, 9252.0, 9229.0, 9264.0, 9238.0, 9227.0, 9254.0, 9196.0, 9230.0, 9282.0, 9223.0, 9245.0, 9255.0, 9213.0, 9266.0, 9231.0, 9233.0, 9273.0, 9214.0, 9250.0, 9293.0, 9249.0, 9247.0, 9288.0, 9231.0, 9265.0, 9248.0, 9235.0, 9273.0, 9216.0, 9230.0, 9276.0, 9216.0, 9227.0, 9291.0, 9239.0, 9249.0, 9288.0, 9215.0, 9250.0, 9310.0, 9229.0, 9246.0, 9284.0, 9226.0, 9245.0, 9285.0, 9244.0, 9245.0, 9269.0, 9230.0, 9259.0, 9247.0, 9228.0, 9269.0, 9215.0, 9257.0, 9298.0, 9236.0, 9252.0, 9307.0, 9245.0, 9273.0, 9310.0, 9250.0, 9265.0, 9310.0, 9237.0, 9262.0, 9248.0, 9234.0, 9286.0, 9267.0, 9233.0, 9261.0, 9210.0, 9228.0, 9277.0, 9206.0, 9225.0, 9269.0, 9222.0, 9242.0, 9304.0, 9233.0, 9257.0, 9256.0, 9281.0, 9293.0, 9234.0, 9249.0, 9226.0, 9247.0, 9301.0, 9253.0, 9316.0, 9222.0, 9237.0, 9310.0, 9259.0, 9238.0, 9280.0, 9212.0, 9230.0, 9289.0, 9240.0, 9232.0, 9286.0, 9227.0, 9245.0, 9310.0, 9231.0, 9245.0, 9210.0, 9208.0, 9257.0, 9225.0, 9235.0, 9276.0, 9217.0, 9231.0, 9294.0, 9250.0, 9247.0, 9273.0, 9235.0, 9267.0, 9263.0, 9238.0, 9274.0, 9232.0, 9228.0, 9257.0, 9216.0, 9258.0, 9292.0, 9234.0, 9245.0, 9285.0, 9234.0, 9273.0, 9298.0, 9254.0, 9277.0, 9218.0, 9258.0, 9292.0, 9217.0, 9231.0, 9291.0, 9218.0, 9230.0, 9270.0, 9222.0, 9238.0, 9270.0, 9212.0, 9243.0, 9189.0, 9210.0, 9249.0, 9212.0, 9224.0, 9271.0, 9205.0, 9206.0, 9265.0, 9207.0, 9223.0, 9279.0, 9207.0, 9219.0, 9215.0, 9208.0, 9233.0, 9186.0, 9189.0, 9245.0, 9213.0, 9225.0, 9280.0, 9219.0, 9225.0, 9285.0, 9213.0, 9225.0, 9265.0, 9205.0, 9216.0, 9266.0, 9206.0, 9224.0, 9233.0, 9208.0, 9246.0, 9254.0, 9204.0, 9239.0, 9215.0, 9208.0, 9263.0, 9265.0, 9203.0, 9224.0, 9244.0, 9232.0, 9250.0, 9233.0, 9229.0, 9249.0, 9259.0, 9234.0, 9267.0, 9278.0, 9237.0, 9265.0, 9272.0, 9257.0, 9271.0, 9294.0, 9238.0, 9266.0, 9230.0, 9250.0, 9273.0, 9248.0, 9229.0, 9275.0, 9242.0, 9231.0, 9280.0, 9243.0, 9233.0, 9274.0, 9210.0, 9232.0, 9293.0, 9216.0, 9253.0, 9293.0, 9214.0, 9255.0, 9292.0, 9242.0, 9252.0, 9289.0, 9228.0, 9247.0, 9306.0, 9231.0, 9248.0, 9292.0, 9204.0, 9245.0, 9289.0, 9229.0, 9245.0, 9253.0, 9212.0, 9240.0, 9266.0, 9209.0, 9228.0, 9266.0, 9209.0, 9223.0, 9239.0, 9192.0, 9227.0, 9245.0, 9204.0, 9220.0, 9265.0, 9211.0, 9210.0, 9247.0, 9206.0, 9204.0, 9262.0, 9214.0, 9205.0, 9251.0, 9189.0, 9208.0, 9264.0, 9211.0, 9209.0, 9270.0, 9236.0, 9225.0, 9233.0, 9249.0, 9303.0, 9255.0, 9301.0, 9258.0, 9285.0, 9283.0, 9215.0, 9264.0, 9293.0, 9222.0, 9208.0, 9252.0, 9214.0, 9215.0, 9213.0, 9170.0, 9169.0, 9148.0, 9157.0, 9167.0, 9222.0, 9252.0, 9190.0, 9221.0, 9252.0, 9206.0, 9229.0, 9277.0, 9209.0, 9206.0, 9250.0, 9163.0, 9178.0, 9223.0, 9193.0, 9176.0, 9224.0, 9204.0, 9153.0, 9200.0, 9193.0, 9129.0, 9156.0, 9171.0, 9121.0, 9138.0, 9183.0, 9122.0, 9138.0, 9164.0, 9123.0, 9157.0, 9166.0, 9125.0, 9144.0, 9139.0, 9129.0, 9162.0, 9130.0, 9149.0, 9179.0, 9137.0, 9170.0, 9212.0, 9160.0, 9194.0, 9235.0, 9179.0, 9189.0, 9165.0, 9185.0, 9230.0, 9184.0, 9206.0, 9265.0, 9203.0, 9224.0, 9250.0, 9212.0, 9241.0, 9268.0, 9213.0, 9246.0, 9242.0, 9216.0, 9246.0, 9200.0, 9235.0, 9280.0, 9215.0, 9234.0, 9275.0, 9219.0, 9234.0, 9287.0, 9238.0, 9248.0, 9231.0, 9222.0, 9264.0, 9216.0, 9233.0, 9274.0, 9236.0, 9218.0, 9259.0, 9193.0, 9233.0, 9272.0, 9211.0, 9240.0, 9275.0, 9193.0, 9227.0, 9273.0, 9210.0, 9228.0, 9285.0, 9214.0, 9229.0, 9287.0, 9215.0, 9228.0, 9269.0, 9229.0, 9247.0, 9294.0, 9237.0, 9259.0, 9217.0, 9256.0, 9226.0, 9241.0, 9223.0, 9257.0, 9337.0, 9253.0, 9233.0, 9258.0, 9191.0, 9224.0, 9269.0, 9206.0, 9207.0, 9250.0, 9189.0, 9219.0, 9250.0, 9212.0, 9225.0, 9235.0, 9202.0, 9219.0, 9211.0, 9189.0, 9221.0, 9217.0, 9188.0, 9216.0, 9169.0, 9192.0, 9252.0, 9192.0, 9211.0, 9263.0, 9196.0, 9246.0, 9291.0, 9212.0, 9225.0, 9266.0, 9196.0, 9233.0, 9273.0, 9204.0, 9204.0, 9245.0, 9188.0, 9225.0, 9250.0, 9202.0, 9205.0, 9245.0, 9189.0, 9226.0, 9250.0, 9205.0, 9209.0, 9262.0, 9211.0, 9236.0, 9268.0, 9208.0, 9210.0, 9263.0, 9194.0, 9223.0, 9266.0, 9206.0, 9209.0, 9265.0, 9212.0, 9225.0, 9265.0, 9209.0, 9228.0, 9287.0, 9216.0, 9227.0, 9266.0, 9209.0, 9230.0, 9273.0, 9210.0, 9224.0, 9219.0, 9190.0, 9224.0, 9220.0, 9188.0, 9218.0, 9171.0, 9205.0, 9253.0, 9193.0, 9212.0, 9253.0, 9194.0, 9230.0, 9289.0, 9210.0, 9214.0, 9268.0, 9195.0, 9233.0, 9288.0, 9225.0, 9227.0, 9268.0, 9211.0, 9232.0, 9270.0, 9226.0, 9228.0, 9253.0, 9215.0, 9249.0, 9254.0, 9214.0, 9241.0, 9197.0, 9216.0, 9273.0, 9198.0, 9213.0, 9269.0, 9198.0, 9227.0, 9287.0, 9212.0, 9226.0, 9272.0, 9212.0, 9226.0, 9267.0, 9213.0, 9226.0, 9265.0, 9208.0, 9224.0, 9251.0, 9212.0, 9229.0, 9269.0, 9214.0, 9231.0, 9269.0, 9222.0, 9252.0, 9293.0, 9235.0, 9250.0, 9290.0, 9240.0, 9267.0, 9260.0, 9214.0, 9243.0, 9194.0, 9215.0, 9258.0, 9196.0, 9211.0, 9253.0, 9177.0, 9232.0, 9272.0, 9211.0, 9215.0, 9283.0, 9216.0, 9234.0, 9286.0, 9229.0, 9232.0, 9287.0, 9236.0, 9249.0, 9291.0, 9216.0, 9246.0, 9262.0, 9214.0, 9245.0, 9195.0, 9211.0, 9257.0, 9214.0, 9214.0, 9272.0, 9200.0, 9218.0, 9291.0, 9220.0, 9232.0, 9274.0, 9215.0, 9237.0, 9293.0, 9214.0, 9231.0, 9271.0, 9214.0, 9248.0, 9285.0, 9227.0, 9230.0, 9268.0, 9233.0, 9252.0, 9257.0, 9214.0, 9258.0, 9211.0, 9216.0, 9274.0, 9209.0, 9216.0, 9275.0, 9214.0, 9230.0, 9273.0, 9210.0, 9233.0, 9292.0, 9213.0, 9228.0, 9268.0, 9210.0, 9249.0, 9271.0, 9229.0, 9229.0, 9269.0, 9217.0, 9248.0, 9246.0, 9217.0, 9263.0, 9233.0, 9219.0, 9263.0, 9200.0, 9238.0, 9297.0, 9216.0, 9220.0, 9274.0, 9217.0, 9236.0, 9291.0, 9235.0, 9249.0, 9260.0, 9222.0, 9264.0, 9236.0, 9220.0, 9275.0, 9216.0, 9235.0, 9279.0, 9214.0, 9218.0, 9292.0, 9219.0, 9218.0, 9290.0, 9214.0, 9230.0, 9291.0, 9215.0, 9231.0, 9271.0, 9213.0, 9230.0, 9283.0, 9213.0, 9227.0, 9255.0, 9214.0, 9246.0, 9257.0, 9219.0, 9241.0, 9219.0, 9238.0, 9226.0, 9241.0, 9242.0, 9261.0, 9322.0, 9233.0, 9231.0, 9278.0, 9216.0, 9199.0, 9254.0, 9177.0, 9208.0, 9270.0, 9190.0, 9204.0, 9248.0, 9188.0, 9208.0, 9263.0, 9186.0, 9219.0, 9204.0, 9194.0, 9237.0, 9188.0, 9215.0, 9269.0, 9199.0, 9225.0, 9289.0, 9244.0, 9258.0, 9292.0, 9238.0, 9246.0, 9198.0, 9218.0, 9273.0, 9284.0, 9220.0, 9243.0, 9198.0, 9202.0, 9279.0, 9203.0, 9215.0, 9258.0, 9180.0, 9216.0, 9278.0, 9200.0, 9194.0, 9249.0, 9187.0, 9206.0, 9264.0, 9192.0, 9207.0, 9253.0, 9188.0, 9190.0, 9250.0, 9194.0, 9207.0, 9262.0, 9189.0, 9203.0, 9246.0, 9192.0, 9189.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.001675974025974026</td></tr>
<tr><td colspan=3>aqi</td><td>0.027924991861471862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.22799206265167</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.216553013119583</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0240861466377815</td></tr>
<tr><td colspan=3>efc</td><td>0.5336</td></tr>
<tr><td colspan=3>fber</td><td>2978.2988</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10734764050885846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32034632034632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.693707973558071</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6303623918327284</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9107912033286025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5399703255128805</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108593</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0033294183667749166</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03316190838813782</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.898689374936955</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>10.9805</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.0997</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.3487</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1237.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.0682</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.6902</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3259.5773</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.8818</td></tr>
<tr><td colspan=3>tsnr</td><td>34.06623589864466</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>