<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-03/func/sub-0130_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>e05473dc3202b418635ceecf121038aa</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:37:32.480000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995623, -0.0573651, 0.0737813, 0.0589765, 0.998062, -0.0198489]</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.259</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.0802396</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>[4233, -7672, -7259, 375, -247, 157, -69, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b0ed5c7-a556-434c-843e-86099cac32e0||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6711843013763428, 0.15822969377040863, 0.19574902951717377, 99.90518951416016], [0.15390634536743164, 2.677727460861206, -0.06510608643293381, -109.04674530029297], [0.19794973731040955, 0.05325308442115784, 2.692107677459717, -86.46448516845703], [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': ['103732.480000', '103732.940000', '103733.400000', '103733.860000', '103734.320000', '103734.780000', '103735.240000', '103735.700000', '103736.160000', '103736.620000', '103737.080000', '103737.540000', '103738.000000', '103738.460000', '103738.920000', '103739.380000', '103739.840000', '103740.300000', '103740.760000', '103741.220000', '103741.680000', '103742.140000', '103742.600000', '103743.060000', '103743.520000', '103743.980000', '103744.440000', '103744.900000', '103745.360000', '103745.820000', '103746.280000', '103746.740000', '103747.200000', '103747.660000', '103748.120000', '103748.580000', '103749.040000', '103749.500000', '103749.960000', '103750.420000', '103750.880000', '103751.340000', '103751.800000', '103752.260000', '103752.720000', '103753.180000', '103753.640000', '103754.100000', '103754.560000', '103755.020000', '103755.480000', '103755.940000', '103756.400000', '103756.860000', '103757.320000', '103757.780000', '103758.240000', '103758.700000', '103759.160000', '103759.620000', '103800.080000', '103800.540000', '103801.000000', '103801.460000', '103801.920000', '103802.380000', '103802.840000', '103803.300000', '103803.760000', '103804.220000', '103804.680000', '103805.140000', '103805.600000', '103806.060000', '103806.520000', '103806.980000', '103807.440000', '103807.900000', '103808.360000', '103808.820000', '103809.280000', '103809.740000', '103810.200000', '103810.660000', '103811.120000', '103811.580000', '103812.040000', '103812.500000', '103812.960000', '103813.420000', '103813.880000', '103814.340000', '103814.800000', '103815.260000', '103815.720000', '103816.180000', '103816.640000', '103817.100000', '103817.560000', '103818.020000', '103818.480000', '103818.940000', '103819.400000', '103819.860000', '103820.320000', '103820.780000', '103821.240000', '103821.700000', '103822.160000', '103822.620000', '103823.080000', '103823.540000', '103824.000000', '103824.460000', '103824.920000', '103825.380000', '103825.840000', '103826.300000', '103826.760000', '103827.220000', '103827.680000', '103828.140000', '103828.600000', '103829.060000', '103829.520000', '103829.980000', '103830.440000', '103830.900000', '103831.360000', '103831.820000', '103832.280000', '103832.740000', '103833.200000', '103833.660000', '103834.120000', '103834.580000', '103835.040000', '103835.500000', '103835.960000', '103836.420000', '103836.880000', '103837.340000', '103837.800000', '103838.260000', '103838.720000', '103839.180000', '103839.640000', '103840.100000', '103840.560000', '103841.020000', '103841.480000', '103841.940000', '103842.400000', '103842.860000', '103843.320000', '103843.780000', '103844.240000', '103844.700000', '103845.160000', '103845.620000', '103846.080000', '103846.540000', '103847.000000', '103847.460000', '103847.920000', '103848.380000', '103848.840000', '103849.300000', '103849.760000', '103850.220000', '103850.680000', '103851.140000', '103851.600000', '103852.060000', '103852.520000', '103852.980000', '103853.440000', '103853.900000', '103854.360000', '103854.820000', '103855.280000', '103855.740000', '103856.200000', '103856.660000', '103857.120000', '103857.580000', '103858.040000', '103858.500000', '103858.960000', '103859.420000', '103859.880000', '103900.340000', '103900.800000', '103901.260000', '103901.720000', '103902.180000', '103902.640000', '103903.100000', '103903.560000', '103904.020000', '103904.480000', '103904.940000', '103905.400000', '103905.860000', '103906.320000', '103906.780000', '103907.240000', '103907.700000', '103908.160000', '103908.620000', '103909.080000', '103909.540000', '103910.000000', '103910.460000', '103910.920000', '103911.380000', '103911.840000', '103912.300000', '103912.760000', '103913.220000', '103913.680000', '103914.140000', '103914.600000', '103915.060000', '103915.520000', '103915.980000', '103916.440000', '103916.900000', '103917.360000', '103917.820000', '103918.280000', '103918.740000', '103919.200000', '103919.660000', '103920.120000', '103920.580000', '103921.040000', '103921.500000', '103921.960000', '103922.420000', '103922.880000', '103923.340000', '103923.800000', '103924.260000', '103924.720000', '103925.180000', '103925.640000', '103926.100000', '103926.560000', '103927.020000', '103927.480000', '103927.940000', '103928.400000', '103928.860000', '103929.320000', '103929.780000', '103930.240000', '103930.700000', '103931.160000', '103931.620000', '103932.080000', '103932.540000', '103933.000000', '103933.460000', '103933.920000', '103934.380000', '103934.840000', '103935.300000', '103935.760000', '103936.220000', '103936.680000', '103937.140000', '103937.600000', '103938.060000', '103938.520000', '103938.980000', '103939.440000', '103939.900000', '103940.360000', '103940.820000', '103941.280000', '103941.740000', '103942.200000', '103942.660000', '103943.120000', '103943.580000', '103944.040000', '103944.500000', '103944.960000', '103945.420000', '103945.880000', '103946.340000', '103946.800000', '103947.260000', '103947.720000', '103948.180000', '103948.640000', '103949.100000', '103949.560000', '103950.020000', '103950.480000', '103950.940000', '103951.400000', '103951.860000', '103952.320000', '103952.780000', '103953.240000', '103953.700000', '103954.160000', '103954.620000', '103955.080000', '103955.540000', '103956.000000', '103956.460000', '103956.920000', '103957.380000', '103957.840000', '103958.300000', '103958.760000', '103959.220000', '103959.680000', '104000.140000', '104000.600000', '104001.060000', '104001.520000', '104001.980000', '104002.440000', '104002.900000', '104003.360000', '104003.820000', '104004.280000', '104004.740000', '104005.200000', '104005.660000', '104006.120000', '104006.580000', '104007.040000', '104007.500000', '104007.960000', '104008.420000', '104008.880000', '104009.340000', '104009.800000', '104010.260000', '104010.720000', '104011.180000', '104011.640000', '104012.100000', '104012.560000', '104013.020000', '104013.480000', '104013.940000', '104014.400000', '104014.860000', '104015.320000', '104015.780000', '104016.240000', '104016.700000', '104017.160000', '104017.620000', '104018.080000', '104018.540000', '104019.000000', '104019.460000', '104019.920000', '104020.380000', '104020.840000', '104021.300000', '104021.760000', '104022.220000', '104022.680000', '104023.140000', '104023.600000', '104024.060000', '104024.520000', '104024.980000', '104025.440000', '104025.900000', '104026.360000', '104026.820000', '104027.280000', '104027.740000', '104028.200000', '104028.660000', '104029.120000', '104029.580000', '104030.040000', '104030.500000', '104030.960000', '104031.420000', '104031.880000', '104032.340000', '104032.800000', '104033.260000', '104033.720000', '104034.180000', '104034.640000', '104035.100000', '104035.560000', '104036.020000', '104036.480000', '104036.940000', '104037.400000', '104037.860000', '104038.320000', '104038.780000', '104039.240000', '104039.700000', '104040.160000', '104040.620000', '104041.080000', '104041.540000', '104042.000000', '104042.460000', '104042.920000', '104043.380000', '104043.840000', '104044.300000', '104044.760000', '104045.220000', '104045.680000', '104046.140000', '104046.600000', '104047.060000', '104047.520000', '104047.980000', '104048.440000', '104048.900000', '104049.360000', '104049.820000', '104050.280000', '104050.740000', '104051.200000', '104051.660000', '104052.120000', '104052.580000', '104053.040000', '104053.500000', '104053.960000', '104054.420000', '104054.880000', '104055.340000', '104055.800000', '104056.260000', '104056.720000', '104057.180000', '104057.640000', '104058.100000', '104058.560000', '104059.020000', '104059.480000', '104059.940000', '104100.400000', '104100.860000', '104101.320000', '104101.780000', '104102.240000', '104102.700000', '104103.160000', '104103.620000', '104104.080000', '104104.540000', '104105.000000', '104105.460000', '104105.920000', '104106.380000', '104106.840000', '104107.300000', '104107.760000', '104108.220000', '104108.680000', '104109.140000', '104109.600000', '104110.060000', '104110.520000', '104110.980000', '104111.440000', '104111.900000', '104112.360000', '104112.820000', '104113.280000', '104113.740000', '104114.200000', '104114.660000', '104115.120000', '104115.580000', '104116.040000', '104116.500000', '104116.960000', '104117.420000', '104117.880000', '104118.340000', '104118.800000', '104119.260000', '104119.720000', '104120.180000', '104120.640000', '104121.100000', '104121.560000', '104122.020000', '104122.480000', '104122.940000', '104123.400000', '104123.860000', '104124.320000', '104124.780000', '104125.240000', '104125.700000', '104126.160000', '104126.620000', '104127.080000', '104127.540000', '104128.000000', '104128.460000', '104128.920000', '104129.380000', '104129.840000', '104130.300000', '104130.760000', '104131.220000', '104131.680000', '104132.140000', '104132.600000', '104133.060000', '104133.520000', '104133.980000', '104134.440000', '104134.900000', '104135.360000', '104135.820000', '104136.280000', '104136.740000', '104137.200000', '104137.660000', '104138.120000', '104138.580000', '104139.040000', '104139.500000', '104139.960000', '104140.420000', '104140.880000', '104141.340000', '104141.800000', '104142.260000', '104142.720000', '104143.180000', '104143.640000', '104144.100000', '104144.560000', '104145.020000', '104145.480000', '104145.940000', '104146.400000', '104146.860000', '104147.320000', '104147.780000', '104148.240000', '104148.700000', '104149.160000', '104149.620000', '104150.080000', '104150.540000', '104151.000000', '104151.460000', '104151.920000', '104152.380000', '104152.840000', '104153.300000', '104153.760000', '104154.220000', '104154.680000', '104155.140000', '104155.600000', '104156.060000', '104156.520000', '104156.980000', '104157.440000', '104157.900000', '104158.360000', '104158.820000', '104159.280000', '104159.740000', '104200.200000', '104200.660000', '104201.120000', '104201.580000', '104202.040000', '104202.500000', '104202.960000', '104203.420000', '104203.880000', '104204.340000', '104204.800000', '104205.260000', '104205.720000', '104206.180000', '104206.640000', '104207.100000', '104207.560000', '104208.020000', '104208.480000', '104208.940000', '104209.400000', '104209.860000', '104210.320000', '104210.780000', '104211.240000', '104211.700000', '104212.160000', '104212.620000', '104213.080000', '104213.540000', '104214.000000', '104214.460000', '104214.920000', '104215.380000', '104215.840000', '104216.300000', '104216.760000', '104217.220000', '104217.680000', '104218.140000', '104218.600000', '104219.060000', '104219.520000', '104219.980000', '104220.440000', '104220.900000', '104221.360000', '104221.820000', '104222.280000', '104222.740000', '104223.200000', '104223.660000', '104224.120000', '104224.580000', '104225.040000', '104225.500000', '104225.960000', '104226.420000', '104226.880000', '104227.340000', '104227.800000', '104228.260000', '104228.720000', '104229.180000', '104229.640000', '104230.100000', '104230.560000', '104231.020000', '104231.480000', '104231.940000', '104232.400000', '104232.860000', '104233.320000', '104233.780000', '104234.240000', '104234.700000', '104235.160000', '104235.620000', '104236.080000', '104236.540000', '104237.000000', '104237.460000', '104237.920000', '104238.380000', '104238.840000', '104239.300000', '104239.760000', '104240.220000', '104240.680000', '104241.140000', '104241.600000', '104242.060000', '104242.520000', '104242.980000', '104243.440000', '104243.900000', '104244.360000', '104244.820000', '104245.280000', '104245.740000', '104246.200000', '104246.660000', '104247.120000', '104247.580000', '104248.040000', '104248.500000', '104248.960000', '104249.420000', '104249.880000', '104250.340000', '104250.800000', '104251.260000', '104251.720000', '104252.180000', '104252.640000', '104253.100000', '104253.560000', '104254.020000', '104254.480000', '104254.940000', '104255.400000', '104255.860000', '104256.320000', '104256.780000', '104257.240000', '104257.700000', '104258.160000', '104258.620000', '104259.080000', '104259.540000', '104300.000000', '104300.460000', '104300.920000', '104301.380000', '104301.840000', '104302.300000', '104302.760000', '104303.220000', '104303.680000', '104304.140000', '104304.600000', '104305.060000', '104305.520000', '104305.980000', '104306.440000', '104306.900000', '104307.360000', '104307.820000', '104308.280000', '104308.740000', '104309.200000', '104309.660000', '104310.120000', '104310.580000', '104311.040000', '104311.500000', '104311.960000', '104312.420000', '104312.880000', '104313.340000', '104313.800000', '104314.260000', '104314.720000', '104315.180000', '104315.640000', '104316.100000', '104316.560000', '104317.020000', '104317.480000', '104317.940000', '104318.400000', '104318.860000', '104319.320000', '104319.780000', '104320.240000', '104320.700000', '104321.160000', '104321.620000', '104322.080000', '104322.540000', '104323.000000', '104323.460000', '104323.920000', '104324.380000', '104324.840000', '104325.300000', '104325.760000', '104326.220000', '104326.680000', '104327.140000', '104327.600000', '104328.060000', '104328.520000', '104328.980000', '104329.440000', '104329.900000', '104330.360000', '104330.820000', '104331.280000', '104331.740000', '104332.200000', '104332.660000', '104333.120000', '104333.580000', '104334.040000', '104334.500000', '104334.960000', '104335.420000', '104335.880000', '104336.340000', '104336.800000', '104337.260000', '104337.720000', '104338.180000', '104338.640000', '104339.100000', '104339.560000', '104340.020000', '104340.480000', '104340.940000', '104341.400000', '104341.860000', '104342.320000', '104342.780000', '104343.240000', '104343.700000', '104344.160000', '104344.620000', '104345.080000', '104345.540000', '104346.000000', '104346.460000', '104346.920000', '104347.380000', '104347.840000', '104348.300000', '104348.760000', '104349.220000', '104349.680000', '104350.140000', '104350.600000', '104351.060000', '104351.520000', '104351.980000', '104352.440000', '104352.900000', '104353.360000', '104353.820000', '104354.280000', '104354.740000', '104355.200000', '104355.660000', '104356.120000', '104356.580000', '104357.040000', '104357.500000', '104357.960000', '104358.420000', '104358.880000', '104359.340000', '104359.800000', '104400.260000', '104400.720000', '104401.180000', '104401.640000', '104402.100000', '104402.560000', '104403.020000', '104403.480000', '104403.940000', '104404.400000', '104404.860000', '104405.320000', '104405.780000', '104406.240000', '104406.700000', '104407.160000', '104407.620000', '104408.080000', '104408.540000', '104409.000000', '104409.460000', '104409.920000', '104410.380000', '104410.840000', '104411.300000', '104411.760000', '104412.220000', '104412.680000', '104413.140000', '104413.600000', '104414.060000', '104414.520000', '104414.980000', '104415.440000', '104415.900000', '104416.360000', '104416.820000', '104417.280000', '104417.740000', '104418.200000', '104418.660000', '104419.120000', '104419.580000', '104420.040000', '104420.500000', '104420.960000', '104421.420000', '104421.880000', '104422.340000', '104422.800000', '104423.260000', '104423.720000', '104424.180000', '104424.640000', '104425.100000', '104425.560000', '104426.020000', '104426.480000', '104426.940000', '104427.400000', '104427.860000', '104428.320000', '104428.780000', '104429.240000', '104429.700000', '104430.160000', '104430.620000', '104431.080000', '104431.540000', '104432.000000', '104432.460000', '104432.920000', '104433.380000', '104433.840000', '104434.300000', '104434.760000', '104435.220000', '104435.680000', '104436.140000', '104436.600000', '104437.060000', '104437.520000', '104437.980000', '104438.440000', '104438.900000', '104439.360000', '104439.820000', '104440.280000', '104440.740000', '104441.200000', '104441.660000', '104442.120000', '104442.580000', '104443.040000', '104443.500000', '104443.960000', '104444.420000', '104444.880000', '104445.340000', '104445.800000', '104446.260000', '104446.720000', '104447.180000', '104447.640000', '104448.100000', '104448.560000', '104449.020000', '104449.480000', '104449.940000', '104450.400000', '104450.860000', '104451.320000', '104451.780000', '104452.240000', '104452.700000', '104453.160000', '104453.620000', '104454.080000', '104454.540000', '104455.000000', '104455.460000', '104455.920000', '104456.380000', '104456.840000', '104457.300000', '104457.760000', '104458.220000', '104458.680000', '104459.140000', '104459.600000', '104500.060000', '104500.520000', '104500.980000', '104501.440000', '104501.900000', '104502.360000', '104502.820000', '104503.280000', '104503.740000', '104504.200000', '104504.660000', '104505.120000', '104505.580000', '104506.040000', '104506.500000', '104506.960000', '104507.420000', '104507.880000', '104508.340000', '104508.800000', '104509.260000', '104509.720000', '104510.180000', '104510.640000', '104511.100000', '104511.560000', '104512.020000', '104512.480000', '104512.940000', '104513.400000', '104513.860000', '104514.320000', '104514.780000', '104515.240000', '104515.700000', '104516.160000', '104516.620000', '104517.080000', '104517.540000', '104518.000000', '104518.460000', '104518.920000', '104519.380000', '104519.840000', '104520.300000', '104520.760000', '104521.220000', '104521.680000', '104522.140000', '104522.600000', '104523.060000', '104523.520000', '104523.980000', '104524.440000', '104524.900000', '104525.360000', '104525.820000', '104526.280000', '104526.740000', '104527.200000', '104527.660000', '104528.120000', '104528.580000', '104529.040000', '104529.500000', '104529.960000', '104530.420000', '104530.880000', '104531.340000', '104531.800000', '104532.260000', '104532.720000', '104533.180000', '104533.640000', '104534.100000', '104534.560000', '104535.020000', '104535.480000', '104535.940000', '104536.400000', '104536.860000', '104537.320000', '104537.780000', '104538.240000', '104538.700000', '104539.160000', '104539.620000', '104540.080000', '104540.540000', '104541.000000', '104541.460000', '104541.920000', '104542.380000', '104542.840000', '104543.300000', '104543.760000', '104544.220000', '104544.680000', '104545.140000', '104545.600000', '104546.060000', '104546.520000', '104546.980000', '104547.440000', '104547.900000', '104548.360000', '104548.820000', '104549.280000', '104549.740000', '104550.200000', '104550.660000', '104551.120000', '104551.580000', '104552.040000', '104552.500000', '104552.960000', '104553.420000', '104553.880000', '104554.340000', '104554.800000', '104555.260000', '104555.720000', '104556.180000', '104556.640000', '104557.100000', '104557.560000', '104558.020000', '104558.480000', '104558.940000', '104559.400000', '104559.860000', '104600.320000', '104600.780000', '104601.240000', '104601.700000', '104602.160000', '104602.620000', '104603.080000', '104603.540000', '104604.000000', '104604.460000', '104604.920000', '104605.380000', '104605.840000', '104606.300000', '104606.760000', '104607.220000', '104607.680000', '104608.140000', '104608.600000', '104609.060000', '104609.520000', '104609.980000', '104610.440000', '104610.900000', '104611.360000', '104611.820000', '104612.280000', '104612.740000', '104613.200000', '104613.660000', '104614.120000', '104614.580000', '104615.040000', '104615.500000', '104615.960000', '104616.420000', '104616.880000', '104617.340000', '104617.800000', '104618.260000', '104618.720000', '104619.180000', '104619.640000', '104620.100000', '104620.560000', '104621.020000', '104621.480000', '104621.940000', '104622.400000', '104622.860000', '104623.320000', '104623.780000', '104624.240000'], 'ContentTime': ['103801.607000', '103801.610000', '103801.613000', '103801.616000', '103801.619000', '103801.621000', '103801.624000', '103801.632000', '103801.635000', '103801.637000', '103801.640000', '103801.642000', '103801.645000', '103801.648000', '103801.650000', '103801.653000', '103801.655000', '103801.658000', '103801.660000', '103801.663000', '103801.665000', '103801.668000', '103801.671000', '103801.673000', '103801.676000', '103801.678000', '103801.681000', '103801.683000', '103801.686000', '103801.689000', '103801.691000', '103801.694000', '103801.696000', '103801.699000', '103801.701000', '103801.704000', '103801.706000', '103801.709000', '103801.712000', '103801.714000', '103801.717000', '103801.719000', '103801.722000', '103801.724000', '103801.727000', '103801.729000', '103801.732000', '103801.735000', '103801.737000', '103801.740000', '103801.742000', '103801.745000', '103801.747000', '103801.750000', '103801.752000', '103801.755000', '103801.758000', '103801.760000', '103801.763000', '103801.765000', '103801.768000', '103821.577000', '103821.580000', '103821.583000', '103821.585000', '103821.588000', '103821.591000', '103821.593000', '103821.596000', '103821.598000', '103821.601000', '103821.604000', '103821.606000', '103821.609000', '103821.611000', '103821.614000', '103821.617000', '103821.619000', '103821.622000', '103821.624000', '103821.627000', '103821.629000', '103821.632000', '103821.634000', '103821.637000', '103821.640000', '103821.642000', '103821.645000', '103821.647000', '103821.650000', '103821.653000', '103821.655000', '103821.658000', '103821.660000', '103821.663000', '103821.665000', '103821.668000', '103821.670000', '103821.673000', '103821.676000', '103821.678000', '103821.681000', '103821.683000', '103821.686000', '103841.576000', '103841.579000', '103841.582000', '103841.584000', '103841.587000', '103841.590000', '103841.592000', '103841.595000', '103841.597000', '103841.601000', '103841.603000', '103841.606000', '103841.608000', '103841.611000', '103841.614000', '103841.616000', '103841.619000', '103841.621000', '103841.624000', '103841.627000', '103841.629000', '103841.632000', '103841.635000', '103841.637000', '103841.640000', '103841.642000', '103841.645000', '103841.647000', '103841.650000', '103841.653000', '103841.655000', '103841.658000', '103841.661000', '103841.663000', '103841.666000', '103841.668000', '103841.671000', '103841.673000', '103841.676000', '103841.679000', '103841.681000', '103841.684000', '103841.686000', '103901.576000', '103901.579000', '103901.582000', '103901.584000', '103901.587000', '103901.590000', '103901.592000', '103901.595000', '103901.598000', '103901.600000', '103901.603000', '103901.614000', '103901.617000', '103901.619000', '103901.622000', '103901.624000', '103901.627000', '103901.629000', '103901.632000', '103901.634000', '103901.637000', '103901.640000', '103901.648000', '103901.650000', '103901.653000', '103901.656000', '103901.658000', '103901.661000', '103901.663000', '103901.666000', '103901.669000', '103901.671000', '103901.674000', '103901.676000', '103901.679000', '103901.682000', '103901.684000', '103901.687000', '103901.690000', '103901.692000', '103901.695000', '103901.697000', '103901.700000', '103901.702000', '103921.578000', '103921.580000', '103921.583000', '103921.585000', '103921.588000', '103921.591000', '103921.593000', '103921.596000', '103921.599000', '103921.601000', '103921.604000', '103921.606000', '103921.609000', '103921.611000', '103921.614000', '103921.617000', '103921.619000', '103921.622000', '103921.624000', '103921.627000', '103921.630000', '103921.632000', '103921.635000', '103921.637000', '103921.640000', '103921.643000', '103921.645000', '103921.648000', '103921.650000', '103921.653000', '103921.655000', '103921.658000', '103921.661000', '103921.663000', '103921.666000', '103921.668000', '103921.671000', '103921.674000', '103921.676000', '103921.679000', '103921.681000', '103921.684000', '103921.686000', '103921.689000', '103941.577000', '103941.585000', '103941.588000', '103941.590000', '103941.593000', '103941.595000', '103941.598000', '103941.601000', '103941.603000', '103941.606000', '103941.608000', '103941.611000', '103941.613000', '103941.616000', '103941.618000', '103941.621000', '103941.624000', '103941.626000', '103941.629000', '103941.631000', '103941.634000', '103941.637000', '103941.639000', '103941.642000', '103941.644000', '103941.647000', '103941.650000', '103941.652000', '103941.655000', '103941.657000', '103941.660000', '103941.662000', '103941.665000', '103941.668000', '103941.670000', '103941.673000', '103941.675000', '103941.678000', '103941.681000', '103941.683000', '103941.686000', '103941.688000', '103941.691000', '104001.578000', '104001.581000', '104001.583000', '104001.586000', '104001.589000', '104001.591000', '104001.594000', '104001.596000', '104001.599000', '104001.601000', '104001.604000', '104001.607000', '104001.609000', '104001.612000', '104001.614000', '104001.617000', '104001.620000', '104001.622000', '104001.625000', '104001.627000', '104001.630000', '104001.633000', '104001.635000', '104001.638000', '104001.641000', '104001.644000', '104001.646000', '104001.649000', '104001.652000', '104001.654000', '104001.657000', '104001.659000', '104001.662000', '104001.665000', '104001.667000', '104001.670000', '104001.672000', '104001.675000', '104001.677000', '104001.680000', '104001.683000', '104001.685000', '104001.688000', '104021.577000', '104021.580000', '104021.583000', '104021.585000', '104021.588000', '104021.591000', '104021.593000', '104021.596000', '104021.598000', '104021.601000', '104021.604000', '104021.606000', '104021.609000', '104021.612000', '104021.614000', '104021.617000', '104021.619000', '104021.622000', '104021.625000', '104021.628000', '104021.630000', '104021.633000', '104021.636000', '104021.638000', '104021.641000', '104021.643000', '104021.646000', '104021.648000', '104021.651000', '104021.654000', '104021.656000', '104021.659000', '104021.661000', '104021.664000', '104021.667000', '104021.669000', '104021.672000', '104021.674000', '104021.677000', '104021.680000', '104021.682000', '104021.685000', '104021.687000', '104021.690000', '104041.577000', '104041.580000', '104041.583000', '104041.586000', '104041.589000', '104041.592000', '104041.594000', '104041.597000', '104041.600000', '104041.602000', '104041.605000', '104041.607000', '104041.610000', '104041.613000', '104041.615000', '104041.618000', '104041.620000', '104041.634000', '104041.637000', '104041.639000', '104041.642000', '104041.644000', '104041.647000', '104041.649000', '104041.652000', '104041.654000', '104041.657000', '104041.660000', '104041.662000', '104041.665000', '104041.667000', '104041.670000', '104041.672000', '104041.675000', '104041.678000', '104041.680000', '104041.683000', '104041.685000', '104041.688000', '104041.690000', '104041.693000', '104041.696000', '104041.698000', '104101.577000', '104101.580000', '104101.582000', '104101.585000', '104101.588000', '104101.590000', '104101.593000', '104101.595000', '104101.598000', '104101.600000', '104101.603000', '104101.606000', '104101.608000', '104101.611000', '104101.613000', '104101.616000', '104101.618000', '104101.621000', '104101.624000', '104101.626000', '104101.629000', '104101.631000', '104101.634000', '104101.637000', '104101.639000', '104101.642000', '104101.644000', '104101.647000', '104101.649000', '104101.652000', '104101.655000', '104101.657000', '104101.660000', '104101.662000', '104101.665000', '104101.667000', '104101.670000', '104101.673000', '104101.675000', '104101.678000', '104101.680000', '104101.683000', '104101.685000', '104101.688000', '104121.576000', '104121.579000', '104121.582000', '104121.584000', '104121.587000', '104121.590000', '104121.592000', '104121.595000', '104121.597000', '104121.600000', '104121.602000', '104121.605000', '104121.608000', '104121.610000', '104121.613000', '104121.615000', '104121.618000', '104121.620000', '104121.623000', '104121.626000', '104121.628000', '104121.632000', '104121.635000', '104121.638000', '104121.640000', '104121.643000', '104121.645000', '104121.648000', '104121.651000', '104121.653000', '104121.656000', '104121.658000', '104121.661000', '104121.664000', '104121.666000', '104121.669000', '104121.671000', '104121.674000', '104121.676000', '104121.680000', '104121.683000', '104121.685000', '104121.688000', '104141.577000', '104141.580000', '104141.583000', '104141.585000', '104141.588000', '104141.591000', '104141.593000', '104141.596000', '104141.599000', '104141.601000', '104141.604000', '104141.606000', '104141.609000', '104141.611000', '104141.614000', '104141.616000', '104141.619000', '104141.622000', '104141.624000', '104141.627000', '104141.629000', '104141.632000', '104141.635000', '104141.637000', '104141.640000', '104141.642000', '104141.645000', '104141.647000', '104141.650000', '104141.653000', '104141.655000', '104141.658000', '104141.661000', '104141.663000', '104141.666000', '104141.668000', '104141.671000', '104141.673000', '104141.676000', '104141.678000', '104141.681000', '104141.684000', '104141.686000', '104141.689000', '104201.578000', '104201.581000', '104201.583000', '104201.586000', '104201.589000', '104201.591000', '104201.594000', '104201.596000', '104201.599000', '104201.601000', '104201.604000', '104201.607000', '104201.609000', '104201.612000', '104201.614000', '104201.617000', '104201.620000', '104201.622000', '104201.625000', '104201.628000', '104201.630000', '104201.633000', '104201.635000', '104201.638000', '104201.641000', '104201.643000', '104201.646000', '104201.648000', '104201.663000', '104201.666000', '104201.669000', '104201.671000', '104201.674000', '104201.676000', '104201.679000', '104201.681000', '104201.684000', '104201.687000', '104201.689000', '104201.692000', '104201.694000', '104201.697000', '104201.700000', '104221.577000', '104221.580000', '104221.583000', '104221.585000', '104221.588000', '104221.591000', '104221.593000', '104221.596000', '104221.598000', '104221.601000', '104221.604000', '104221.606000', '104221.609000', '104221.611000', '104221.614000', '104221.616000', '104221.619000', '104221.622000', '104221.624000', '104221.627000', '104221.629000', '104221.632000', '104221.635000', '104221.637000', '104221.640000', '104221.642000', '104221.645000', '104221.648000', '104221.650000', '104221.653000', '104221.655000', '104221.658000', '104221.661000', '104221.663000', '104221.666000', '104221.669000', '104221.671000', '104221.674000', '104221.676000', '104221.679000', '104221.681000', '104221.684000', '104221.687000', '104221.689000', '104241.578000', '104241.581000', '104241.583000', '104241.586000', '104241.588000', '104241.591000', '104241.594000', '104241.596000', '104241.599000', '104241.601000', '104241.604000', '104241.606000', '104241.609000', '104241.612000', '104241.614000', '104241.617000', '104241.620000', '104241.622000', '104241.625000', '104241.627000', '104241.630000', '104241.632000', '104241.635000', '104241.638000', '104241.640000', '104241.643000', '104241.645000', '104241.648000', '104241.650000', '104241.653000', '104241.656000', '104241.658000', '104241.661000', '104241.663000', '104241.666000', '104241.668000', '104241.671000', '104241.674000', '104241.676000', '104241.679000', '104241.682000', '104241.685000', '104241.688000', '104301.578000', '104301.580000', '104301.583000', '104301.586000', '104301.588000', '104301.591000', '104301.593000', '104301.596000', '104301.599000', '104301.601000', '104301.604000', '104301.607000', '104301.609000', '104301.612000', '104301.615000', '104301.617000', '104301.620000', '104301.623000', '104301.625000', '104301.628000', '104301.630000', '104301.633000', '104301.635000', '104301.638000', '104301.641000', '104301.643000', '104301.646000', '104301.648000', '104301.651000', '104301.654000', '104301.656000', '104301.659000', '104301.661000', '104301.664000', '104301.666000', '104301.669000', '104301.672000', '104301.674000', '104301.677000', '104301.679000', '104301.682000', '104301.685000', '104301.687000', '104301.690000', '104321.576000', '104321.579000', '104321.582000', '104321.584000', '104321.587000', '104321.590000', '104321.592000', '104321.595000', '104321.598000', '104321.600000', '104321.603000', '104321.605000', '104321.608000', '104321.611000', '104321.613000', '104321.616000', '104321.618000', '104321.621000', '104321.623000', '104321.626000', '104321.628000', '104321.631000', '104321.634000', '104321.636000', '104321.639000', '104321.641000', '104321.644000', '104321.647000', '104321.649000', '104321.652000', '104321.654000', '104321.657000', '104321.659000', '104321.662000', '104321.664000', '104321.667000', '104321.669000', '104321.672000', '104321.675000', '104321.677000', '104321.680000', '104321.682000', '104321.685000', '104341.578000', '104341.581000', '104341.584000', '104341.586000', '104341.589000', '104341.592000', '104341.594000', '104341.597000', '104341.599000', '104341.602000', '104341.604000', '104341.607000', '104341.610000', '104341.612000', '104341.615000', '104341.617000', '104341.620000', '104341.622000', '104341.625000', '104341.627000', '104341.630000', '104341.633000', '104341.635000', '104341.638000', '104341.640000', '104341.643000', '104341.645000', '104341.648000', '104341.650000', '104341.653000', '104341.656000', '104341.658000', '104341.661000', '104341.663000', '104341.666000', '104341.668000', '104341.671000', '104341.673000', '104341.676000', '104341.679000', '104341.681000', '104341.684000', '104341.686000', '104341.689000', '104401.578000', '104401.580000', '104401.583000', '104401.586000', '104401.588000', '104401.591000', '104401.593000', '104401.596000', '104401.599000', '104401.601000', '104401.604000', '104401.606000', '104401.609000', '104401.611000', '104401.614000', '104401.617000', '104401.619000', '104401.622000', '104401.624000', '104401.627000', '104401.630000', '104401.632000', '104401.635000', '104401.638000', '104401.640000', '104401.643000', '104401.645000', '104401.648000', '104401.651000', '104401.653000', '104401.656000', '104401.658000', '104401.661000', '104401.664000', '104401.666000', '104401.669000', '104401.671000', '104401.674000', '104401.677000', '104401.679000', '104401.682000', '104401.684000', '104401.687000', '104421.577000', '104421.580000', '104421.594000', '104421.596000', '104421.599000', '104421.601000', '104421.604000', '104421.607000', '104421.609000', '104421.612000', '104421.614000', '104421.617000', '104421.620000', '104421.622000', '104421.625000', '104421.628000', '104421.630000', '104421.633000', '104421.635000', '104421.638000', '104421.640000', '104421.643000', '104421.646000', '104421.648000', '104421.651000', '104421.653000', '104421.656000', '104421.658000', '104421.661000', '104421.664000', '104421.666000', '104421.669000', '104421.671000', '104421.674000', '104421.676000', '104421.679000', '104421.682000', '104421.684000', '104421.687000', '104421.689000', '104421.692000', '104421.695000', '104421.697000', '104421.700000', '104441.578000', '104441.581000', '104441.583000', '104441.586000', '104441.588000', '104441.591000', '104441.594000', '104441.596000', '104441.599000', '104441.601000', '104441.604000', '104441.607000', '104441.609000', '104441.612000', '104441.614000', '104441.617000', '104441.619000', '104441.622000', '104441.625000', '104441.627000', '104441.630000', '104441.632000', '104441.635000', '104441.637000', '104441.640000', '104441.643000', '104441.645000', '104441.648000', '104441.650000', '104441.653000', '104441.656000', '104441.658000', '104441.661000', '104441.663000', '104441.666000', '104441.668000', '104441.671000', '104441.674000', '104441.676000', '104441.679000', '104441.681000', '104441.684000', '104441.687000', '104501.577000', '104501.580000', '104501.583000', '104501.585000', '104501.588000', '104501.591000', '104501.593000', '104501.596000', '104501.598000', '104501.601000', '104501.604000', '104501.606000', '104501.609000', '104501.612000', '104501.614000', '104501.617000', '104501.619000', '104501.622000', '104501.625000', '104501.627000', '104501.630000', '104501.632000', '104501.635000', '104501.637000', '104501.640000', '104501.643000', '104501.645000', '104501.648000', '104501.650000', '104501.653000', '104501.656000', '104501.658000', '104501.661000', '104501.664000', '104501.666000', '104501.669000', '104501.671000', '104501.674000', '104501.677000', '104501.679000', '104501.682000', '104501.684000', '104501.687000', '104501.689000', '104521.577000', '104521.580000', '104521.583000', '104521.585000', '104521.588000', '104521.591000', '104521.593000', '104521.596000', '104521.599000', '104521.601000', '104521.604000', '104521.606000', '104521.609000', '104521.611000', '104521.614000', '104521.617000', '104521.619000', '104521.622000', '104521.624000', '104521.627000', '104521.629000', '104521.632000', '104521.635000', '104521.637000', '104521.640000', '104521.642000', '104521.645000', '104521.647000', '104521.650000', '104521.653000', '104521.655000', '104521.658000', '104521.660000', '104521.663000', '104521.665000', '104521.668000', '104521.671000', '104521.673000', '104521.676000', '104521.678000', '104521.681000', '104521.684000', '104521.686000', '104541.577000', '104541.579000', '104541.582000', '104541.585000', '104541.587000', '104541.590000', '104541.593000', '104541.595000', '104541.598000', '104541.600000', '104541.603000', '104541.605000', '104541.608000', '104541.610000', '104541.613000', '104541.616000', '104541.618000', '104541.621000', '104541.623000', '104541.626000', '104541.629000', '104541.634000', '104541.637000', '104541.639000', '104541.642000', '104541.645000', '104541.647000', '104541.650000', '104541.652000', '104541.655000', '104541.657000', '104541.660000', '104541.662000', '104541.665000', '104541.668000', '104541.670000', '104541.673000', '104541.675000', '104541.678000', '104541.681000', '104541.683000', '104541.686000', '104541.689000', '104541.691000', '104601.577000', '104601.579000', '104601.582000', '104601.585000', '104601.587000', '104601.590000', '104601.593000', '104601.595000', '104601.598000', '104601.600000', '104601.603000', '104601.605000', '104601.608000', '104601.611000', '104601.613000', '104601.616000', '104601.618000', '104601.621000', '104601.624000', '104601.626000', '104601.629000', '104601.631000', '104601.634000', '104601.637000', '104601.639000', '104601.642000', '104601.644000', '104601.647000', '104601.649000', '104601.652000', '104601.654000', '104601.657000', '104601.660000', '104601.662000', '104601.665000', '104601.667000', '104601.670000', '104601.672000', '104601.675000', '104601.678000', '104601.680000', '104601.683000', '104601.685000', '104621.577000', '104621.580000', '104621.583000', '104621.585000', '104621.588000', '104621.591000', '104621.593000', '104621.596000', '104621.598000', '104621.601000', '104621.604000', '104621.606000', '104621.610000', '104621.613000', '104621.615000', '104621.618000', '104621.621000', '104621.623000', '104621.626000', '104621.628000', '104621.631000', '104621.634000', '104621.636000', '104621.639000', '104621.641000', '104621.644000', '104621.646000', '104621.649000', '104621.652000', '104621.654000', '104621.657000', '104621.659000', '104621.662000', '104621.665000', '104621.667000', '104621.670000', '104621.672000', '104621.675000', '104621.678000', '104621.680000', '104621.683000', '104621.685000', '104621.688000', '104621.690000', '104625.692000', '104625.705000', '104625.708000', '104625.711000', '104625.713000', '104625.716000', '104625.719000', '104625.721000', '104625.724000'], 'InstanceCreationTime': ['103801.607000', '103801.610000', '103801.613000', '103801.616000', '103801.619000', '103801.621000', '103801.624000', '103801.632000', '103801.635000', '103801.637000', '103801.640000', '103801.642000', '103801.645000', '103801.648000', '103801.650000', '103801.653000', '103801.655000', '103801.658000', '103801.660000', '103801.663000', '103801.665000', '103801.668000', '103801.671000', '103801.673000', '103801.676000', '103801.678000', '103801.681000', '103801.683000', '103801.686000', '103801.689000', '103801.691000', '103801.694000', '103801.696000', '103801.699000', '103801.701000', '103801.704000', '103801.706000', '103801.709000', '103801.712000', '103801.714000', '103801.717000', '103801.719000', '103801.722000', '103801.724000', '103801.727000', '103801.729000', '103801.732000', '103801.735000', '103801.737000', '103801.740000', '103801.742000', '103801.745000', '103801.747000', '103801.750000', '103801.752000', '103801.755000', '103801.758000', '103801.760000', '103801.763000', '103801.765000', '103801.768000', '103821.577000', '103821.580000', '103821.583000', '103821.585000', '103821.588000', '103821.591000', '103821.593000', '103821.596000', '103821.598000', '103821.601000', '103821.604000', '103821.606000', '103821.609000', '103821.611000', '103821.614000', '103821.617000', '103821.619000', '103821.622000', '103821.624000', '103821.627000', '103821.629000', '103821.632000', '103821.634000', '103821.637000', '103821.640000', '103821.642000', '103821.645000', '103821.647000', '103821.650000', '103821.653000', '103821.655000', '103821.658000', '103821.660000', '103821.663000', '103821.665000', '103821.668000', '103821.670000', '103821.673000', '103821.676000', '103821.678000', '103821.681000', '103821.683000', '103821.686000', '103841.576000', '103841.579000', '103841.582000', '103841.584000', '103841.587000', '103841.590000', '103841.592000', '103841.595000', '103841.597000', '103841.601000', '103841.603000', '103841.606000', '103841.608000', '103841.611000', '103841.614000', '103841.616000', '103841.619000', '103841.621000', '103841.624000', '103841.627000', '103841.629000', '103841.632000', '103841.635000', '103841.637000', '103841.640000', '103841.642000', '103841.645000', '103841.647000', '103841.650000', '103841.653000', '103841.655000', '103841.658000', '103841.661000', '103841.663000', '103841.666000', '103841.668000', '103841.671000', '103841.673000', '103841.676000', '103841.679000', '103841.681000', '103841.684000', '103841.686000', '103901.576000', '103901.579000', '103901.582000', '103901.584000', '103901.587000', '103901.590000', '103901.592000', '103901.595000', '103901.598000', '103901.600000', '103901.603000', '103901.614000', '103901.617000', '103901.619000', '103901.622000', '103901.624000', '103901.627000', '103901.629000', '103901.632000', '103901.634000', '103901.637000', '103901.640000', '103901.648000', '103901.650000', '103901.653000', '103901.656000', '103901.658000', '103901.661000', '103901.663000', '103901.666000', '103901.669000', '103901.671000', '103901.674000', '103901.676000', '103901.679000', '103901.682000', '103901.684000', '103901.687000', '103901.690000', '103901.692000', '103901.695000', '103901.697000', '103901.700000', '103901.702000', '103921.578000', '103921.580000', '103921.583000', '103921.585000', '103921.588000', '103921.591000', '103921.593000', '103921.596000', '103921.599000', '103921.601000', '103921.604000', '103921.606000', '103921.609000', '103921.611000', '103921.614000', '103921.617000', '103921.619000', '103921.622000', '103921.624000', '103921.627000', '103921.630000', '103921.632000', '103921.635000', '103921.637000', '103921.640000', '103921.643000', '103921.645000', '103921.648000', '103921.650000', '103921.653000', '103921.655000', '103921.658000', '103921.661000', '103921.663000', '103921.666000', '103921.668000', '103921.671000', '103921.674000', '103921.676000', '103921.679000', '103921.681000', '103921.684000', '103921.686000', '103921.689000', '103941.577000', '103941.585000', '103941.588000', '103941.590000', '103941.593000', '103941.595000', '103941.598000', '103941.601000', '103941.603000', '103941.606000', '103941.608000', '103941.611000', '103941.613000', '103941.616000', '103941.618000', '103941.621000', '103941.624000', '103941.626000', '103941.629000', '103941.631000', '103941.634000', '103941.637000', '103941.639000', '103941.642000', '103941.644000', '103941.647000', '103941.650000', '103941.652000', '103941.655000', '103941.657000', '103941.660000', '103941.662000', '103941.665000', '103941.668000', '103941.670000', '103941.673000', '103941.675000', '103941.678000', '103941.681000', '103941.683000', '103941.686000', '103941.688000', '103941.691000', '104001.578000', '104001.581000', '104001.583000', '104001.586000', '104001.589000', '104001.591000', '104001.594000', '104001.596000', '104001.599000', '104001.601000', '104001.604000', '104001.607000', '104001.609000', '104001.612000', '104001.614000', '104001.617000', '104001.620000', '104001.622000', '104001.625000', '104001.627000', '104001.630000', '104001.633000', '104001.635000', '104001.638000', '104001.641000', '104001.644000', '104001.646000', '104001.649000', '104001.652000', '104001.654000', '104001.657000', '104001.659000', '104001.662000', '104001.665000', '104001.667000', '104001.670000', '104001.672000', '104001.675000', '104001.677000', '104001.680000', '104001.683000', '104001.685000', '104001.688000', '104021.577000', '104021.580000', '104021.583000', '104021.585000', '104021.588000', '104021.591000', '104021.593000', '104021.596000', '104021.598000', '104021.601000', '104021.604000', '104021.606000', '104021.609000', '104021.612000', '104021.614000', '104021.617000', '104021.619000', '104021.622000', '104021.625000', '104021.628000', '104021.630000', '104021.633000', '104021.636000', '104021.638000', '104021.641000', '104021.643000', '104021.646000', '104021.648000', '104021.651000', '104021.654000', '104021.656000', '104021.659000', '104021.661000', '104021.664000', '104021.667000', '104021.669000', '104021.672000', '104021.674000', '104021.677000', '104021.680000', '104021.682000', '104021.685000', '104021.687000', '104021.690000', '104041.577000', '104041.580000', '104041.583000', '104041.586000', '104041.589000', '104041.592000', '104041.594000', '104041.597000', '104041.600000', '104041.602000', '104041.605000', '104041.607000', '104041.610000', '104041.613000', '104041.615000', '104041.618000', '104041.620000', '104041.634000', '104041.637000', '104041.639000', '104041.642000', '104041.644000', '104041.647000', '104041.649000', '104041.652000', '104041.654000', '104041.657000', '104041.660000', '104041.662000', '104041.665000', '104041.667000', '104041.670000', '104041.672000', '104041.675000', '104041.678000', '104041.680000', '104041.683000', '104041.685000', '104041.688000', '104041.690000', '104041.693000', '104041.696000', '104041.698000', '104101.577000', '104101.580000', '104101.582000', '104101.585000', '104101.588000', '104101.590000', '104101.593000', '104101.595000', '104101.598000', '104101.600000', '104101.603000', '104101.606000', '104101.608000', '104101.611000', '104101.613000', '104101.616000', '104101.618000', '104101.621000', '104101.624000', '104101.626000', '104101.629000', '104101.631000', '104101.634000', '104101.637000', '104101.639000', '104101.642000', '104101.644000', '104101.647000', '104101.649000', '104101.652000', '104101.655000', '104101.657000', '104101.660000', '104101.662000', '104101.665000', '104101.667000', '104101.670000', '104101.673000', '104101.675000', '104101.678000', '104101.680000', '104101.683000', '104101.685000', '104101.688000', '104121.576000', '104121.579000', '104121.582000', '104121.584000', '104121.587000', '104121.590000', '104121.592000', '104121.595000', '104121.597000', '104121.600000', '104121.602000', '104121.605000', '104121.608000', '104121.610000', '104121.613000', '104121.615000', '104121.618000', '104121.620000', '104121.623000', '104121.626000', '104121.628000', '104121.632000', '104121.635000', '104121.638000', '104121.640000', '104121.643000', '104121.645000', '104121.648000', '104121.651000', '104121.653000', '104121.656000', '104121.658000', '104121.661000', '104121.664000', '104121.666000', '104121.669000', '104121.671000', '104121.674000', '104121.676000', '104121.680000', '104121.683000', '104121.685000', '104121.688000', '104141.577000', '104141.580000', '104141.583000', '104141.585000', '104141.588000', '104141.591000', '104141.593000', '104141.596000', '104141.599000', '104141.601000', '104141.604000', '104141.606000', '104141.609000', '104141.611000', '104141.614000', '104141.616000', '104141.619000', '104141.622000', '104141.624000', '104141.627000', '104141.629000', '104141.632000', '104141.635000', '104141.637000', '104141.640000', '104141.642000', '104141.645000', '104141.647000', '104141.650000', '104141.653000', '104141.655000', '104141.658000', '104141.661000', '104141.663000', '104141.666000', '104141.668000', '104141.671000', '104141.673000', '104141.676000', '104141.678000', '104141.681000', '104141.684000', '104141.686000', '104141.689000', '104201.578000', '104201.581000', '104201.583000', '104201.586000', '104201.589000', '104201.591000', '104201.594000', '104201.596000', '104201.599000', '104201.601000', '104201.604000', '104201.607000', '104201.609000', '104201.612000', '104201.614000', '104201.617000', '104201.620000', '104201.622000', '104201.625000', '104201.628000', '104201.630000', '104201.633000', '104201.635000', '104201.638000', '104201.641000', '104201.643000', '104201.646000', '104201.648000', '104201.663000', '104201.666000', '104201.669000', '104201.671000', '104201.674000', '104201.676000', '104201.679000', '104201.681000', '104201.684000', '104201.687000', '104201.689000', '104201.692000', '104201.694000', '104201.697000', '104201.700000', '104221.577000', '104221.580000', '104221.583000', '104221.585000', '104221.588000', '104221.591000', '104221.593000', '104221.596000', '104221.598000', '104221.601000', '104221.604000', '104221.606000', '104221.609000', '104221.611000', '104221.614000', '104221.616000', '104221.619000', '104221.622000', '104221.624000', '104221.627000', '104221.629000', '104221.632000', '104221.635000', '104221.637000', '104221.640000', '104221.642000', '104221.645000', '104221.648000', '104221.650000', '104221.653000', '104221.655000', '104221.658000', '104221.661000', '104221.663000', '104221.666000', '104221.669000', '104221.671000', '104221.674000', '104221.676000', '104221.679000', '104221.681000', '104221.684000', '104221.687000', '104221.689000', '104241.578000', '104241.581000', '104241.583000', '104241.586000', '104241.588000', '104241.591000', '104241.594000', '104241.596000', '104241.599000', '104241.601000', '104241.604000', '104241.606000', '104241.609000', '104241.612000', '104241.614000', '104241.617000', '104241.620000', '104241.622000', '104241.625000', '104241.627000', '104241.630000', '104241.632000', '104241.635000', '104241.638000', '104241.640000', '104241.643000', '104241.645000', '104241.648000', '104241.650000', '104241.653000', '104241.656000', '104241.658000', '104241.661000', '104241.663000', '104241.666000', '104241.668000', '104241.671000', '104241.674000', '104241.676000', '104241.679000', '104241.682000', '104241.685000', '104241.688000', '104301.578000', '104301.580000', '104301.583000', '104301.586000', '104301.588000', '104301.591000', '104301.593000', '104301.596000', '104301.599000', '104301.601000', '104301.604000', '104301.607000', '104301.609000', '104301.612000', '104301.615000', '104301.617000', '104301.620000', '104301.623000', '104301.625000', '104301.628000', '104301.630000', '104301.633000', '104301.635000', '104301.638000', '104301.641000', '104301.643000', '104301.646000', '104301.648000', '104301.651000', '104301.654000', '104301.656000', '104301.659000', '104301.661000', '104301.664000', '104301.666000', '104301.669000', '104301.672000', '104301.674000', '104301.677000', '104301.679000', '104301.682000', '104301.685000', '104301.687000', '104301.690000', '104321.576000', '104321.579000', '104321.582000', '104321.584000', '104321.587000', '104321.590000', '104321.592000', '104321.595000', '104321.598000', '104321.600000', '104321.603000', '104321.605000', '104321.608000', '104321.611000', '104321.613000', '104321.616000', '104321.618000', '104321.621000', '104321.623000', '104321.626000', '104321.628000', '104321.631000', '104321.634000', '104321.636000', '104321.639000', '104321.641000', '104321.644000', '104321.647000', '104321.649000', '104321.652000', '104321.654000', '104321.657000', '104321.659000', '104321.662000', '104321.664000', '104321.667000', '104321.669000', '104321.672000', '104321.675000', '104321.677000', '104321.680000', '104321.682000', '104321.685000', '104341.578000', '104341.581000', '104341.584000', '104341.586000', '104341.589000', '104341.592000', '104341.594000', '104341.597000', '104341.599000', '104341.602000', '104341.604000', '104341.607000', '104341.610000', '104341.612000', '104341.615000', '104341.617000', '104341.620000', '104341.622000', '104341.625000', '104341.627000', '104341.630000', '104341.633000', '104341.635000', '104341.638000', '104341.640000', '104341.643000', '104341.645000', '104341.648000', '104341.650000', '104341.653000', '104341.656000', '104341.658000', '104341.661000', '104341.663000', '104341.666000', '104341.668000', '104341.671000', '104341.673000', '104341.676000', '104341.679000', '104341.681000', '104341.684000', '104341.686000', '104341.689000', '104401.578000', '104401.580000', '104401.583000', '104401.586000', '104401.588000', '104401.591000', '104401.593000', '104401.596000', '104401.599000', '104401.601000', '104401.604000', '104401.606000', '104401.609000', '104401.611000', '104401.614000', '104401.617000', '104401.619000', '104401.622000', '104401.624000', '104401.627000', '104401.630000', '104401.632000', '104401.635000', '104401.638000', '104401.640000', '104401.643000', '104401.645000', '104401.648000', '104401.651000', '104401.653000', '104401.656000', '104401.658000', '104401.661000', '104401.664000', '104401.666000', '104401.669000', '104401.671000', '104401.674000', '104401.677000', '104401.679000', '104401.682000', '104401.684000', '104401.687000', '104421.577000', '104421.580000', '104421.594000', '104421.596000', '104421.599000', '104421.601000', '104421.604000', '104421.607000', '104421.609000', '104421.612000', '104421.614000', '104421.617000', '104421.620000', '104421.622000', '104421.625000', '104421.628000', '104421.630000', '104421.633000', '104421.635000', '104421.638000', '104421.640000', '104421.643000', '104421.646000', '104421.648000', '104421.651000', '104421.653000', '104421.656000', '104421.658000', '104421.661000', '104421.664000', '104421.666000', '104421.669000', '104421.671000', '104421.674000', '104421.676000', '104421.679000', '104421.682000', '104421.684000', '104421.687000', '104421.689000', '104421.692000', '104421.695000', '104421.697000', '104421.700000', '104441.578000', '104441.581000', '104441.583000', '104441.586000', '104441.588000', '104441.591000', '104441.594000', '104441.596000', '104441.599000', '104441.601000', '104441.604000', '104441.607000', '104441.609000', '104441.612000', '104441.614000', '104441.617000', '104441.619000', '104441.622000', '104441.625000', '104441.627000', '104441.630000', '104441.632000', '104441.635000', '104441.637000', '104441.640000', '104441.643000', '104441.645000', '104441.648000', '104441.650000', '104441.653000', '104441.656000', '104441.658000', '104441.661000', '104441.663000', '104441.666000', '104441.668000', '104441.671000', '104441.674000', '104441.676000', '104441.679000', '104441.681000', '104441.684000', '104441.687000', '104501.577000', '104501.580000', '104501.583000', '104501.585000', '104501.588000', '104501.591000', '104501.593000', '104501.596000', '104501.598000', '104501.601000', '104501.604000', '104501.606000', '104501.609000', '104501.612000', '104501.614000', '104501.617000', '104501.619000', '104501.622000', '104501.625000', '104501.627000', '104501.630000', '104501.632000', '104501.635000', '104501.637000', '104501.640000', '104501.643000', '104501.645000', '104501.648000', '104501.650000', '104501.653000', '104501.656000', '104501.658000', '104501.661000', '104501.664000', '104501.666000', '104501.669000', '104501.671000', '104501.674000', '104501.677000', '104501.679000', '104501.682000', '104501.684000', '104501.687000', '104501.689000', '104521.577000', '104521.580000', '104521.583000', '104521.585000', '104521.588000', '104521.591000', '104521.593000', '104521.596000', '104521.599000', '104521.601000', '104521.604000', '104521.606000', '104521.609000', '104521.611000', '104521.614000', '104521.617000', '104521.619000', '104521.622000', '104521.624000', '104521.627000', '104521.629000', '104521.632000', '104521.635000', '104521.637000', '104521.640000', '104521.642000', '104521.645000', '104521.647000', '104521.650000', '104521.653000', '104521.655000', '104521.658000', '104521.660000', '104521.663000', '104521.665000', '104521.668000', '104521.671000', '104521.673000', '104521.676000', '104521.678000', '104521.681000', '104521.684000', '104521.686000', '104541.577000', '104541.579000', '104541.582000', '104541.585000', '104541.587000', '104541.590000', '104541.593000', '104541.595000', '104541.598000', '104541.600000', '104541.603000', '104541.605000', '104541.608000', '104541.610000', '104541.613000', '104541.616000', '104541.618000', '104541.621000', '104541.623000', '104541.626000', '104541.629000', '104541.634000', '104541.637000', '104541.639000', '104541.642000', '104541.645000', '104541.647000', '104541.650000', '104541.652000', '104541.655000', '104541.657000', '104541.660000', '104541.662000', '104541.665000', '104541.668000', '104541.670000', '104541.673000', '104541.675000', '104541.678000', '104541.681000', '104541.683000', '104541.686000', '104541.689000', '104541.691000', '104601.577000', '104601.579000', '104601.582000', '104601.585000', '104601.587000', '104601.590000', '104601.593000', '104601.595000', '104601.598000', '104601.600000', '104601.603000', '104601.605000', '104601.608000', '104601.611000', '104601.613000', '104601.616000', '104601.618000', '104601.621000', '104601.624000', '104601.626000', '104601.629000', '104601.631000', '104601.634000', '104601.637000', '104601.639000', '104601.642000', '104601.644000', '104601.647000', '104601.649000', '104601.652000', '104601.654000', '104601.657000', '104601.660000', '104601.662000', '104601.665000', '104601.667000', '104601.670000', '104601.672000', '104601.675000', '104601.678000', '104601.680000', '104601.683000', '104601.685000', '104621.577000', '104621.580000', '104621.583000', '104621.585000', '104621.588000', '104621.591000', '104621.593000', '104621.596000', '104621.598000', '104621.601000', '104621.604000', '104621.606000', '104621.610000', '104621.613000', '104621.615000', '104621.618000', '104621.621000', '104621.623000', '104621.626000', '104621.628000', '104621.631000', '104621.634000', '104621.636000', '104621.639000', '104621.641000', '104621.644000', '104621.646000', '104621.649000', '104621.652000', '104621.654000', '104621.657000', '104621.659000', '104621.662000', '104621.665000', '104621.667000', '104621.670000', '104621.672000', '104621.675000', '104621.678000', '104621.680000', '104621.683000', '104621.685000', '104621.688000', '104621.690000', '104625.692000', '104625.705000', '104625.708000', '104625.711000', '104625.713000', '104625.716000', '104625.719000', '104625.721000', '104625.724000'], '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': [8687, 8000, 7545, 9974, 7130, 11329, 6833, 10814, 7016, 9764, 7277, 8618, 6816, 7839, 7422, 7458, 7599, 6923, 10330, 6794, 10191, 7081, 9930, 6763, 7579, 11193, 7352, 12765, 7578, 11008, 7029, 8300, 6471, 7677, 12581, 7227, 12216, 7142, 9216, 6949, 8689, 7372, 7128, 13129, 6755, 9892, 7145, 10802, 7358, 8592, 11399, 6746, 11596, 7023, 11174, 7522, 7591, 6216, 7157, 11358, 6979, 10141, 7183, 7323, 6447, 6739, 9971, 6789, 9972, 6966, 7342, 6426, 6723, 10327, 6593, 10447, 6948, 9462, 6698, 8508, 6668, 7467, 13753, 7452, 12369, 7181, 10919, 7038, 8607, 13274, 7797, 12572, 7124, 9663, 6389, 7886, 12661, 7233, 9704, 6397, 7314, 9881, 6828, 8870, 6923, 8066, 6621, 7504, 6463, 7330, 13026, 7514, 12299, 7115, 10973, 6961, 10060, 11784, 9609, 13525, 7195, 11971, 7052, 9108, 11605, 6979, 11970, 7055, 9129, 6667, 7842, 7371, 7141, 10480, 6613, 9982, 6721, 8989, 7186, 8396, 6430, 7103, 13145, 6752, 11956, 7081, 10534, 6809, 9108, 6751, 7506, 13878, 7458, 12346, 7258, 9116, 6611, 7889, 11279, 6908, 10409, 7000, 8624, 6730, 7958, 7874, 7362, 11471, 7068, 9190, 6990, 9039, 7194, 8525, 12884, 6828, 12843, 6999, 11282, 8003, 8562, 11464, 7028, 12258, 7076, 9889, 7306, 7439, 6333, 7417, 10638, 6706, 9682, 6887, 8633, 6587, 7525, 6443, 7316, 11418, 6953, 9929, 6930, 8621, 6432, 7575, 13576, 7116, 11912, 7026, 9025, 7041, 7495, 12778, 7113, 11060, 6832, 8474, 10406, 7154, 12225, 7086, 9933, 6630, 7355, 10247, 7118, 8961, 7067, 8030, 6292, 7189, 10148, 7081, 9079, 6980, 10433, 7417, 8276, 6630, 7427, 12387, 7019, 10677, 6929, 9650, 6359, 7573, 12610, 6890, 10637, 6976, 10045, 6892, 8867, 7027, 7593, 13397, 7363, 11746, 7078, 10404, 6915, 7894, 9788, 7821, 13158, 7046, 11020, 6950, 10149, 7449, 7512, 6225, 7573, 7734, 6982, 11152, 7066, 11229, 7231, 10457, 7101, 8858, 6731, 8599, 7502, 8421, 6346, 7397, 8416, 7562, 13299, 7912, 12654, 7008, 12105, 7227, 11407, 7199, 11270, 7103, 8804, 6462, 7903, 7254, 7673, 9353, 7405, 13018, 6699, 11428, 7078, 10612, 7208, 9505, 7095, 8345, 6839, 7830, 7383, 7887, 10779, 6991, 12638, 6999, 10852, 7220, 11248, 6729, 9073, 6451, 8024, 8119, 7527, 11427, 6871, 11997, 6896, 10444, 7256, 10420, 7314, 8692, 6873, 9286, 7369, 9034, 6448, 7219, 6497, 7309, 12756, 6943, 11440, 7232, 10195, 6824, 8492, 6802, 8305, 7347, 7219, 10261, 7193, 11621, 7105, 9772, 7127, 9646, 6946, 9112, 6868, 8643, 7320, 7676, 6665, 7324, 10561, 6970, 10775, 7198, 10957, 7198, 9626, 6963, 8989, 7437, 8437, 6462, 7540, 10716, 6961, 12317, 7264, 11166, 7228, 10378, 7032, 9637, 7306, 8608, 6592, 7612, 13576, 6981, 10712, 7185, 9680, 6893, 8193, 6146, 7592, 10682, 6961, 9448, 7002, 8737, 6961, 8038, 6373, 7496, 11050, 7154, 11547, 8759, 11044, 7521, 9458, 6657, 7457, 7003, 11388, 7225, 10855, 6637, 7898, 13494, 7164, 11484, 7501, 8497, 6365, 7822, 12678, 6758, 10965, 7045, 10212, 7320, 8562, 8047, 7341, 13175, 7051, 11183, 7286, 9993, 6527, 7694, 13076, 6990, 10013, 6755, 8874, 7259, 7387, 12437, 6813, 10277, 6911, 9248, 7102, 7175, 6240, 7064, 10085, 6688, 10069, 7114, 8691, 6669, 7521, 6511, 7035, 12157, 6939, 12882, 7198, 10765, 7369, 10004, 10962, 7286, 13187, 7284, 11043, 7435, 8384, 7740, 6640, 9280, 7657, 9993, 7129, 8999, 7369, 6878, 6353, 8798, 6598, 7868, 7181, 12222, 7848, 12216, 13610, 11484, 11827, 7696, 9043, 6825, 9838, 7342, 8372, 6409, 7202, 8829, 6797, 11170, 6791, 10150, 7032, 8255, 6792, 9564, 7201, 8046, 6420, 6960, 10697, 6634, 10574, 7116, 9491, 6585, 8589, 6498, 7482, 12011, 6977, 11123, 6867, 8628, 6735, 8363, 7182, 6696, 12271, 6906, 7834, 6389, 8112, 7661, 7130, 9971, 6963, 8676, 6268, 7476, 10302, 6944, 9533, 6361, 7439, 11009, 6760, 8484, 7207, 7849, 6632, 7407, 6610, 7198, 10528, 6893, 10643, 7578, 9754, 14145, 6818, 12716, 7352, 9631, 11382, 7831, 13060, 7187, 10015, 6648, 7680, 13580, 6940, 11313, 6772, 8039, 6465, 7189, 11453, 6915, 10135, 6876, 9208, 6762, 7282, 13446, 7089, 12197, 6850, 9074, 6654, 9093, 12601, 8704, 13091, 7006, 11546, 6921, 9635, 11816, 6723, 12417, 7064, 8918, 6500, 7201, 13215, 7146, 11256, 6857, 7412, 6265, 7246, 10843, 7218, 9243, 6435, 7243, 11646, 6646, 10472, 6796, 8506, 6289, 6775, 11836, 6779, 9946, 7083, 8068, 13397, 6961, 7248, 6631, 9022, 6958, 11885, 7889, 10854, 6707, 7642, 13445, 6883, 10702, 7028, 9804, 6494, 7663, 9111, 6543, 12144, 7065, 10663, 7009, 8633, 6572, 7309, 11802, 6619, 11351, 7789, 10046, 6904, 8326, 6587, 7305, 12063, 7372, 12054, 6994, 9617, 6918, 8253, 6999, 8358, 7338, 7085, 9103, 6967, 11061, 6904, 10067, 7053, 10127, 6891, 8322, 6659, 7190, 8136, 7377, 13535, 9429, 12457, 7029, 11237, 6840, 10623, 7464, 8381, 11742, 6856, 12666, 6895, 10326, 7063, 8019, 6470, 6926, 9181, 6767, 7951, 7499, 10520, 7262, 10856, 7542, 8951, 7343, 9065, 7238, 7272, 12073, 6603, 11848, 7022, 9271, 6813, 9143, 7263, 7546, 6492, 7010, 7470, 7172, 13261, 7845, 12028, 7151, 10864, 6958, 10845, 7500, 8866, 6427, 7081, 12722, 6607, 11016, 6956, 9558, 6628, 7723, 7401, 7302, 12506, 6874, 11080, 7058, 8109, 6569, 7809, 10075, 6861, 10815, 6896, 10245, 6780, 10846, 7372, 8508, 8211, 7056, 12653, 6810, 10689, 7091, 9088, 6766, 7349, 6659, 7258, 12045, 7075, 10785, 7048, 9404, 7003, 10778, 7144, 9310, 6599, 7291, 11697, 6607, 10897, 7093, 9394, 6806, 8276, 6594, 7387, 12894, 7246, 12024, 7103, 9000, 7092, 9175, 7462, 7184, 6264, 7001, 11305, 6782, 10344, 7169, 9277, 6906, 7857, 6646, 7431, 11247, 6833, 11082, 7080, 10146, 6926, 8146, 6891, 7986, 11971, 7471, 12792, 7372, 10674, 7044, 10374, 7288, 7603, 10205, 6869, 10880, 7284, 9809, 7069, 7493, 6669, 7261, 11866, 7091, 9541, 7138, 8185, 6598, 7314, 11666, 6538, 11036, 6908, 9624, 7065, 8007, 6400, 7350, 12929, 7013, 11185, 7166, 9011, 6858, 7358, 13494, 7128, 12155, 7295, 8373, 9257, 7236, 11883, 7223, 9046, 6293, 7479, 12134, 6805, 10030, 7283, 7604, 7510, 7056, 11058, 6931, 8490, 7018, 7605, 9287, 6949, 10607, 7023, 8581, 7085, 7883, 11589, 6859, 8971, 6997, 7693, 10001, 6990, 10340, 7003, 8463, 6437, 6978, 10435, 6876, 8209, 6201, 7429, 11128, 7025, 10390, 6899, 8513, 6819, 7352, 13929, 9927, 12781, 7301, 10668, 6991, 8275, 13828, 8350, 12624, 7283, 8059, 10692, 7131, 10528, 6888, 9223, 6604, 7544, 11478, 7114, 11746, 7205, 9289, 6489, 7519, 6494, 7199, 11665, 6988, 11073, 7054, 9544, 7097, 9422, 7462, 9132, 13829, 7124, 12777, 7037, 10755, 7538, 8346, 12532, 7161, 12653, 7095, 9866, 7268, 7931, 11562, 6907, 11376, 6949, 8736, 6799, 7577, 10811, 6758, 10688, 6750, 8741, 6809, 8000, 7945, 7416, 12786, 6885, 9179, 6943, 8468, 7340, 7221, 12672, 6689, 10412, 6942, 9352, 7228, 7967, 7991, 6934, 12842, 6872, 10920, 7228, 9642, 6437, 7228, 10814, 7145, 12857, 7973, 11032, 6625, 8132, 6619, 7388, 11822, 7195, 12766, 6900, 10003, 6827, 11221, 7637, 7933, 6376, 9348, 6286, 7142, 12718, 7340, 13190, 8271, 11808, 7173, 9858, 7040, 9429, 7169, 8801, 6826, 7459, 6717, 7696, 10046, 7756, 10431, 7126, 11427, 6847, 10211, 7360, 9522, 7178, 9358, 7270, 11428, 7845, 11047, 7786, 9427, 12802, 7665, 12864, 7507, 12013, 7860, 10329, 6858, 7611, 11889, 7447, 13335, 8462, 11091, 7293, 8554, 6792, 7503, 13568, 7261, 12232, 7160, 9766, 6857, 7616, 9512, 7366, 12019, 7644, 10185, 7198, 7828, 6843, 7309, 12941, 7275, 11951, 7202, 9218, 7070, 8307, 7520, 7387, 9290, 6709, 9884, 7051, 9326, 7501, 7431, 6697, 7473, 13281, 6966, 10915, 7048, 10447], 'WindowCenter': [3855.0, 3829.0, 3817.0, 3833.0, 3804.0, 3842.0, 3791.0, 3842.0, 3802.0, 3833.0, 3803.0, 3823.0, 3791.0, 3813.0, 3801.0, 3814.0, 3813.0, 3805.0, 3844.0, 3804.0, 3846.0, 3815.0, 3847.0, 3804.0, 3815.0, 3845.0, 3815.0, 3856.0, 3814.0, 3844.0, 3805.0, 3825.0, 3792.0, 3815.0, 3855.0, 3814.0, 3855.0, 3804.0, 3833.0, 3802.0, 3825.0, 3802.0, 3804.0, 3854.0, 3803.0, 3834.0, 3803.0, 3856.0, 3814.0, 3825.0, 3843.0, 3803.0, 3844.0, 3803.0, 3845.0, 3814.0, 3814.0, 3782.0, 3804.0, 3845.0, 3803.0, 3845.0, 3804.0, 3814.0, 3793.0, 3803.0, 3834.0, 3803.0, 3847.0, 3803.0, 3815.0, 3792.0, 3805.0, 3844.0, 3805.0, 3845.0, 3806.0, 3846.0, 3804.0, 3837.0, 3805.0, 3815.0, 3866.0, 3815.0, 3856.0, 3804.0, 3846.0, 3802.0, 3825.0, 3854.0, 3813.0, 3854.0, 3802.0, 3835.0, 3791.0, 3813.0, 3854.0, 3803.0, 3835.0, 3791.0, 3813.0, 3832.0, 3803.0, 3834.0, 3814.0, 3825.0, 3805.0, 3827.0, 3806.0, 3830.0, 3882.0, 3830.0, 3870.0, 3819.0, 3860.0, 3817.0, 3850.0, 3858.0, 3848.0, 3868.0, 3806.0, 3858.0, 3805.0, 3837.0, 3857.0, 3815.0, 3856.0, 3805.0, 3836.0, 3804.0, 3827.0, 3814.0, 3816.0, 3847.0, 3806.0, 3846.0, 3807.0, 3838.0, 3816.0, 3837.0, 3805.0, 3816.0, 3867.0, 3807.0, 3857.0, 3805.0, 3847.0, 3804.0, 3836.0, 3802.0, 3815.0, 3867.0, 3814.0, 3856.0, 3802.0, 3824.0, 3791.0, 3814.0, 3843.0, 3804.0, 3844.0, 3804.0, 3824.0, 3803.0, 3825.0, 3824.0, 3814.0, 3855.0, 3805.0, 3835.0, 3805.0, 3836.0, 3804.0, 3837.0, 3866.0, 3804.0, 3866.0, 3803.0, 3857.0, 3813.0, 3826.0, 3844.0, 3804.0, 3854.0, 3803.0, 3835.0, 3813.0, 3814.0, 3793.0, 3815.0, 3844.0, 3804.0, 3846.0, 3815.0, 3835.0, 3804.0, 3827.0, 3794.0, 3827.0, 3857.0, 3818.0, 3848.0, 3817.0, 3838.0, 3806.0, 3827.0, 3869.0, 3817.0, 3859.0, 3816.0, 3837.0, 3804.0, 3817.0, 3867.0, 3804.0, 3858.0, 3804.0, 3825.0, 3845.0, 3803.0, 3855.0, 3804.0, 3835.0, 3793.0, 3814.0, 3834.0, 3804.0, 3835.0, 3803.0, 3826.0, 3792.0, 3804.0, 3846.0, 3815.0, 3836.0, 3818.0, 3858.0, 3815.0, 3837.0, 3804.0, 3817.0, 3866.0, 3816.0, 3858.0, 3816.0, 3849.0, 3796.0, 3828.0, 3868.0, 3817.0, 3857.0, 3817.0, 3847.0, 3806.0, 3837.0, 3805.0, 3826.0, 3867.0, 3817.0, 3857.0, 3806.0, 3848.0, 3804.0, 3826.0, 3836.0, 3815.0, 3866.0, 3804.0, 3846.0, 3805.0, 3846.0, 3814.0, 3815.0, 3794.0, 3826.0, 3825.0, 3816.0, 3858.0, 3817.0, 3857.0, 3817.0, 3858.0, 3816.0, 3837.0, 3806.0, 3837.0, 3816.0, 3839.0, 3807.0, 3818.0, 3826.0, 3826.0, 3869.0, 3828.0, 3868.0, 3816.0, 3857.0, 3816.0, 3858.0, 3816.0, 3858.0, 3816.0, 3836.0, 3804.0, 3826.0, 3815.0, 3826.0, 3835.0, 3816.0, 3867.0, 3805.0, 3857.0, 3806.0, 3845.0, 3815.0, 3836.0, 3815.0, 3825.0, 3805.0, 3827.0, 3816.0, 3828.0, 3857.0, 3816.0, 3868.0, 3816.0, 3857.0, 3815.0, 3857.0, 3805.0, 3836.0, 3793.0, 3827.0, 3824.0, 3815.0, 3856.0, 3804.0, 3857.0, 3805.0, 3846.0, 3816.0, 3846.0, 3815.0, 3824.0, 3805.0, 3836.0, 3815.0, 3835.0, 3794.0, 3815.0, 3792.0, 3816.0, 3868.0, 3804.0, 3856.0, 3815.0, 3845.0, 3806.0, 3837.0, 3805.0, 3827.0, 3815.0, 3816.0, 3845.0, 3805.0, 3855.0, 3805.0, 3834.0, 3804.0, 3836.0, 3804.0, 3826.0, 3803.0, 3825.0, 3804.0, 3814.0, 3792.0, 3814.0, 3844.0, 3805.0, 3845.0, 3805.0, 3846.0, 3806.0, 3846.0, 3805.0, 3836.0, 3815.0, 3826.0, 3794.0, 3827.0, 3846.0, 3816.0, 3856.0, 3817.0, 3858.0, 3816.0, 3847.0, 3806.0, 3847.0, 3817.0, 3837.0, 3805.0, 3816.0, 3867.0, 3805.0, 3847.0, 3805.0, 3836.0, 3805.0, 3827.0, 3793.0, 3815.0, 3846.0, 3817.0, 3837.0, 3816.0, 3837.0, 3816.0, 3828.0, 3806.0, 3829.0, 3858.0, 3817.0, 3858.0, 3838.0, 3858.0, 3828.0, 3847.0, 3806.0, 3815.0, 3816.0, 3870.0, 3817.0, 3859.0, 3806.0, 3828.0, 3867.0, 3816.0, 3858.0, 3814.0, 3825.0, 3794.0, 3815.0, 3857.0, 3805.0, 3847.0, 3806.0, 3848.0, 3816.0, 3838.0, 3824.0, 3816.0, 3866.0, 3803.0, 3846.0, 3804.0, 3836.0, 3783.0, 3814.0, 3854.0, 3804.0, 3834.0, 3792.0, 3824.0, 3802.0, 3805.0, 3855.0, 3793.0, 3834.0, 3803.0, 3835.0, 3803.0, 3805.0, 3793.0, 3805.0, 3846.0, 3807.0, 3848.0, 3818.0, 3838.0, 3806.0, 3828.0, 3806.0, 3818.0, 3867.0, 3817.0, 3869.0, 3806.0, 3859.0, 3815.0, 3849.0, 3845.0, 3816.0, 3867.0, 3804.0, 3847.0, 3805.0, 3826.0, 3814.0, 3794.0, 3836.0, 3814.0, 3835.0, 3805.0, 3826.0, 3815.0, 3806.0, 3795.0, 3838.0, 3817.0, 3827.0, 3818.0, 3871.0, 3826.0, 3871.0, 3868.0, 3847.0, 3844.0, 3801.0, 3822.0, 3791.0, 3835.0, 3802.0, 3813.0, 3780.0, 3802.0, 3822.0, 3793.0, 3844.0, 3793.0, 3835.0, 3804.0, 3823.0, 3793.0, 3835.0, 3804.0, 3816.0, 3793.0, 3805.0, 3833.0, 3794.0, 3846.0, 3804.0, 3836.0, 3792.0, 3825.0, 3793.0, 3814.0, 3855.0, 3804.0, 3845.0, 3793.0, 3824.0, 3792.0, 3824.0, 3802.0, 3793.0, 3855.0, 3803.0, 3813.0, 3791.0, 3815.0, 3813.0, 3803.0, 3835.0, 3804.0, 3824.0, 3791.0, 3814.0, 3845.0, 3805.0, 3836.0, 3792.0, 3815.0, 3844.0, 3805.0, 3825.0, 3814.0, 3825.0, 3805.0, 3816.0, 3805.0, 3817.0, 3857.0, 3818.0, 3859.0, 3828.0, 3849.0, 3868.0, 3805.0, 3867.0, 3803.0, 3836.0, 3845.0, 3814.0, 3855.0, 3803.0, 3834.0, 3791.0, 3814.0, 3854.0, 3802.0, 3844.0, 3791.0, 3812.0, 3792.0, 3803.0, 3855.0, 3804.0, 3845.0, 3805.0, 3837.0, 3804.0, 3816.0, 3867.0, 3805.0, 3856.0, 3804.0, 3836.0, 3804.0, 3838.0, 3857.0, 3838.0, 3866.0, 3804.0, 3845.0, 3803.0, 3835.0, 3854.0, 3793.0, 3855.0, 3802.0, 3824.0, 3791.0, 3804.0, 3853.0, 3803.0, 3843.0, 3791.0, 3802.0, 3779.0, 3802.0, 3843.0, 3803.0, 3834.0, 3792.0, 3815.0, 3854.0, 3803.0, 3845.0, 3804.0, 3824.0, 3791.0, 3794.0, 3855.0, 3793.0, 3835.0, 3804.0, 3826.0, 3866.0, 3804.0, 3816.0, 3806.0, 3835.0, 3804.0, 3858.0, 3825.0, 3858.0, 3794.0, 3815.0, 3854.0, 3802.0, 3834.0, 3803.0, 3834.0, 3792.0, 3814.0, 3823.0, 3792.0, 3855.0, 3793.0, 3833.0, 3792.0, 3823.0, 3792.0, 3803.0, 3843.0, 3792.0, 3844.0, 3803.0, 3834.0, 3791.0, 3813.0, 3789.0, 3803.0, 3842.0, 3803.0, 3843.0, 3792.0, 3821.0, 3803.0, 3811.0, 3791.0, 3824.0, 3802.0, 3804.0, 3823.0, 3802.0, 3843.0, 3803.0, 3834.0, 3803.0, 3835.0, 3804.0, 3825.0, 3792.0, 3804.0, 3812.0, 3804.0, 3865.0, 3836.0, 3854.0, 3803.0, 3844.0, 3793.0, 3845.0, 3803.0, 3813.0, 3843.0, 3791.0, 3854.0, 3791.0, 3833.0, 3791.0, 3812.0, 3779.0, 3803.0, 3822.0, 3793.0, 3813.0, 3802.0, 3844.0, 3803.0, 3844.0, 3815.0, 3824.0, 3814.0, 3824.0, 3803.0, 3803.0, 3855.0, 3794.0, 3853.0, 3802.0, 3823.0, 3792.0, 3834.0, 3803.0, 3815.0, 3793.0, 3804.0, 3802.0, 3805.0, 3866.0, 3826.0, 3856.0, 3803.0, 3845.0, 3803.0, 3845.0, 3803.0, 3825.0, 3792.0, 3804.0, 3855.0, 3792.0, 3843.0, 3803.0, 3834.0, 3792.0, 3813.0, 3801.0, 3802.0, 3853.0, 3792.0, 3844.0, 3802.0, 3813.0, 3792.0, 3812.0, 3833.0, 3793.0, 3843.0, 3804.0, 3844.0, 3792.0, 3845.0, 3803.0, 3824.0, 3812.0, 3803.0, 3853.0, 3792.0, 3833.0, 3792.0, 3823.0, 3791.0, 3802.0, 3790.0, 3802.0, 3854.0, 3803.0, 3843.0, 3802.0, 3823.0, 3802.0, 3844.0, 3803.0, 3825.0, 3791.0, 3804.0, 3843.0, 3792.0, 3832.0, 3792.0, 3822.0, 3791.0, 3813.0, 3790.0, 3802.0, 3854.0, 3802.0, 3842.0, 3792.0, 3821.0, 3790.0, 3822.0, 3801.0, 3790.0, 3779.0, 3802.0, 3842.0, 3790.0, 3833.0, 3791.0, 3822.0, 3792.0, 3813.0, 3790.0, 3803.0, 3843.0, 3792.0, 3844.0, 3803.0, 3834.0, 3803.0, 3815.0, 3804.0, 3826.0, 3855.0, 3815.0, 3855.0, 3803.0, 3844.0, 3802.0, 3846.0, 3803.0, 3815.0, 3833.0, 3794.0, 3845.0, 3803.0, 3835.0, 3803.0, 3804.0, 3791.0, 3804.0, 3844.0, 3804.0, 3834.0, 3803.0, 3824.0, 3792.0, 3803.0, 3844.0, 3794.0, 3843.0, 3804.0, 3835.0, 3803.0, 3813.0, 3782.0, 3804.0, 3855.0, 3804.0, 3845.0, 3804.0, 3836.0, 3793.0, 3815.0, 3866.0, 3804.0, 3856.0, 3804.0, 3825.0, 3824.0, 3804.0, 3856.0, 3803.0, 3824.0, 3781.0, 3803.0, 3853.0, 3792.0, 3834.0, 3802.0, 3815.0, 3802.0, 3803.0, 3844.0, 3803.0, 3824.0, 3802.0, 3815.0, 3823.0, 3803.0, 3845.0, 3803.0, 3825.0, 3804.0, 3815.0, 3845.0, 3793.0, 3824.0, 3803.0, 3815.0, 3835.0, 3806.0, 3846.0, 3805.0, 3826.0, 3793.0, 3806.0, 3834.0, 3792.0, 3825.0, 3784.0, 3818.0, 3858.0, 3818.0, 3859.0, 3818.0, 3839.0, 3807.0, 3819.0, 3879.0, 3849.0, 3869.0, 3805.0, 3848.0, 3803.0, 3827.0, 3867.0, 3825.0, 3857.0, 3803.0, 3814.0, 3833.0, 3805.0, 3846.0, 3804.0, 3836.0, 3805.0, 3816.0, 3844.0, 3806.0, 3856.0, 3815.0, 3837.0, 3794.0, 3815.0, 3794.0, 3805.0, 3859.0, 3816.0, 3859.0, 3818.0, 3848.0, 3816.0, 3851.0, 3818.0, 3849.0, 3868.0, 3806.0, 3867.0, 3805.0, 3847.0, 3815.0, 3827.0, 3856.0, 3805.0, 3855.0, 3803.0, 3836.0, 3804.0, 3814.0, 3845.0, 3803.0, 3843.0, 3803.0, 3824.0, 3791.0, 3815.0, 3843.0, 3793.0, 3845.0, 3794.0, 3823.0, 3803.0, 3826.0, 3814.0, 3817.0, 3866.0, 3805.0, 3834.0, 3804.0, 3826.0, 3805.0, 3816.0, 3856.0, 3806.0, 3846.0, 3817.0, 3837.0, 3816.0, 3828.0, 3825.0, 3806.0, 3867.0, 3804.0, 3857.0, 3816.0, 3849.0, 3795.0, 3817.0, 3846.0, 3816.0, 3867.0, 3827.0, 3846.0, 3804.0, 3826.0, 3793.0, 3816.0, 3855.0, 3805.0, 3856.0, 3804.0, 3835.0, 3806.0, 3858.0, 3827.0, 3827.0, 3806.0, 3838.0, 3795.0, 3816.0, 3866.0, 3816.0, 3867.0, 3826.0, 3857.0, 3805.0, 3836.0, 3805.0, 3838.0, 3805.0, 3836.0, 3793.0, 3814.0, 3791.0, 3814.0, 3845.0, 3815.0, 3847.0, 3818.0, 3858.0, 3807.0, 3846.0, 3816.0, 3837.0, 3806.0, 3838.0, 3816.0, 3860.0, 3827.0, 3860.0, 3816.0, 3838.0, 3856.0, 3815.0, 3856.0, 3804.0, 3845.0, 3813.0, 3835.0, 3792.0, 3813.0, 3842.0, 3802.0, 3854.0, 3813.0, 3844.0, 3802.0, 3813.0, 3791.0, 3803.0, 3853.0, 3803.0, 3844.0, 3791.0, 3823.0, 3780.0, 3803.0, 3822.0, 3802.0, 3845.0, 3804.0, 3834.0, 3792.0, 3814.0, 3792.0, 3803.0, 3855.0, 3805.0, 3858.0, 3815.0, 3835.0, 3805.0, 3825.0, 3802.0, 3803.0, 3823.0, 3793.0, 3836.0, 3807.0, 3838.0, 3817.0, 3818.0, 3806.0, 3817.0, 3868.0, 3805.0, 3858.0, 3819.0, 3836.0], 'WindowWidth': [8644.0, 8596.0, 8577.0, 8590.0, 8551.0, 8600.0, 8532.0, 8599.0, 8546.0, 8587.0, 8547.0, 8575.0, 8530.0, 8563.0, 8544.0, 8565.0, 8562.0, 8555.0, 8606.0, 8554.0, 8612.0, 8569.0, 8613.0, 8552.0, 8569.0, 8606.0, 8568.0, 8622.0, 8565.0, 8605.0, 8553.0, 8580.0, 8534.0, 8569.0, 8620.0, 8565.0, 8620.0, 8552.0, 8589.0, 8547.0, 8581.0, 8548.0, 8552.0, 8619.0, 8551.0, 8591.0, 8550.0, 8624.0, 8565.0, 8583.0, 8603.0, 8550.0, 8603.0, 8550.0, 8608.0, 8564.0, 8565.0, 8521.0, 8553.0, 8606.0, 8550.0, 8608.0, 8551.0, 8567.0, 8536.0, 8551.0, 8590.0, 8551.0, 8613.0, 8551.0, 8568.0, 8534.0, 8555.0, 8605.0, 8556.0, 8609.0, 8558.0, 8613.0, 8555.0, 8602.0, 8554.0, 8570.0, 8639.0, 8569.0, 8623.0, 8552.0, 8612.0, 8547.0, 8581.0, 8618.0, 8564.0, 8618.0, 8546.0, 8594.0, 8530.0, 8562.0, 8617.0, 8550.0, 8593.0, 8530.0, 8561.0, 8586.0, 8550.0, 8591.0, 8568.0, 8584.0, 8558.0, 8592.0, 8561.0, 8598.0, 8668.0, 8598.0, 8651.0, 8582.0, 8638.0, 8575.0, 8625.0, 8630.0, 8619.0, 8645.0, 8560.0, 8631.0, 8555.0, 8601.0, 8625.0, 8570.0, 8625.0, 8557.0, 8598.0, 8554.0, 8588.0, 8568.0, 8572.0, 8613.0, 8560.0, 8611.0, 8563.0, 8603.0, 8573.0, 8603.0, 8556.0, 8575.0, 8640.0, 8563.0, 8627.0, 8557.0, 8615.0, 8554.0, 8598.0, 8548.0, 8568.0, 8639.0, 8566.0, 8621.0, 8547.0, 8580.0, 8531.0, 8566.0, 8603.0, 8552.0, 8604.0, 8554.0, 8580.0, 8550.0, 8584.0, 8578.0, 8568.0, 8622.0, 8556.0, 8594.0, 8556.0, 8600.0, 8554.0, 8602.0, 8637.0, 8554.0, 8638.0, 8552.0, 8628.0, 8564.0, 8583.0, 8603.0, 8553.0, 8617.0, 8549.0, 8595.0, 8563.0, 8567.0, 8537.0, 8569.0, 8605.0, 8556.0, 8611.0, 8570.0, 8598.0, 8555.0, 8590.0, 8540.0, 8590.0, 8630.0, 8578.0, 8618.0, 8575.0, 8604.0, 8558.0, 8590.0, 8646.0, 8576.0, 8634.0, 8573.0, 8602.0, 8554.0, 8574.0, 8639.0, 8555.0, 8629.0, 8552.0, 8584.0, 8606.0, 8551.0, 8620.0, 8552.0, 8594.0, 8536.0, 8564.0, 8590.0, 8552.0, 8594.0, 8551.0, 8583.0, 8536.0, 8554.0, 8609.0, 8569.0, 8597.0, 8577.0, 8632.0, 8571.0, 8603.0, 8555.0, 8575.0, 8639.0, 8573.0, 8631.0, 8574.0, 8620.0, 8545.0, 8591.0, 8642.0, 8575.0, 8628.0, 8575.0, 8617.0, 8559.0, 8602.0, 8557.0, 8587.0, 8641.0, 8574.0, 8628.0, 8558.0, 8616.0, 8552.0, 8586.0, 8597.0, 8570.0, 8637.0, 8554.0, 8609.0, 8555.0, 8611.0, 8567.0, 8571.0, 8540.0, 8587.0, 8582.0, 8574.0, 8631.0, 8577.0, 8629.0, 8575.0, 8631.0, 8572.0, 8601.0, 8561.0, 8603.0, 8573.0, 8606.0, 8561.0, 8579.0, 8585.0, 8589.0, 8646.0, 8592.0, 8643.0, 8574.0, 8627.0, 8572.0, 8630.0, 8572.0, 8629.0, 8572.0, 8599.0, 8555.0, 8587.0, 8571.0, 8587.0, 8596.0, 8572.0, 8641.0, 8557.0, 8627.0, 8558.0, 8609.0, 8569.0, 8597.0, 8570.0, 8584.0, 8558.0, 8590.0, 8574.0, 8592.0, 8627.0, 8573.0, 8643.0, 8574.0, 8629.0, 8570.0, 8628.0, 8555.0, 8598.0, 8538.0, 8586.0, 8579.0, 8570.0, 8622.0, 8555.0, 8627.0, 8557.0, 8611.0, 8572.0, 8612.0, 8569.0, 8580.0, 8555.0, 8598.0, 8568.0, 8596.0, 8539.0, 8569.0, 8535.0, 8571.0, 8642.0, 8555.0, 8623.0, 8568.0, 8608.0, 8559.0, 8601.0, 8556.0, 8587.0, 8569.0, 8572.0, 8607.0, 8555.0, 8621.0, 8555.0, 8593.0, 8553.0, 8596.0, 8553.0, 8583.0, 8551.0, 8582.0, 8551.0, 8567.0, 8534.0, 8566.0, 8603.0, 8557.0, 8608.0, 8556.0, 8611.0, 8558.0, 8611.0, 8557.0, 8600.0, 8570.0, 8586.0, 8540.0, 8588.0, 8611.0, 8573.0, 8624.0, 8574.0, 8630.0, 8572.0, 8614.0, 8559.0, 8615.0, 8573.0, 8600.0, 8555.0, 8573.0, 8640.0, 8557.0, 8612.0, 8555.0, 8598.0, 8556.0, 8587.0, 8538.0, 8569.0, 8611.0, 8575.0, 8600.0, 8573.0, 8602.0, 8572.0, 8591.0, 8562.0, 8597.0, 8633.0, 8578.0, 8632.0, 8606.0, 8631.0, 8590.0, 8617.0, 8562.0, 8570.0, 8575.0, 8650.0, 8578.0, 8638.0, 8560.0, 8591.0, 8642.0, 8573.0, 8630.0, 8566.0, 8582.0, 8538.0, 8569.0, 8625.0, 8555.0, 8612.0, 8558.0, 8618.0, 8572.0, 8604.0, 8581.0, 8572.0, 8636.0, 8551.0, 8611.0, 8551.0, 8596.0, 8521.0, 8565.0, 8617.0, 8549.0, 8591.0, 8534.0, 8579.0, 8547.0, 8553.0, 8618.0, 8535.0, 8590.0, 8548.0, 8594.0, 8549.0, 8556.0, 8537.0, 8557.0, 8610.0, 8563.0, 8615.0, 8576.0, 8604.0, 8560.0, 8591.0, 8560.0, 8580.0, 8641.0, 8576.0, 8645.0, 8558.0, 8631.0, 8569.0, 8618.0, 8608.0, 8571.0, 8638.0, 8551.0, 8612.0, 8554.0, 8584.0, 8564.0, 8539.0, 8595.0, 8565.0, 8592.0, 8555.0, 8583.0, 8569.0, 8558.0, 8542.0, 8604.0, 8578.0, 8589.0, 8579.0, 8652.0, 8586.0, 8653.0, 8643.0, 8613.0, 8605.0, 8544.0, 8569.0, 8530.0, 8592.0, 8544.0, 8563.0, 8515.0, 8546.0, 8570.0, 8535.0, 8604.0, 8535.0, 8591.0, 8551.0, 8575.0, 8535.0, 8594.0, 8552.0, 8570.0, 8536.0, 8553.0, 8588.0, 8538.0, 8608.0, 8552.0, 8596.0, 8533.0, 8581.0, 8534.0, 8566.0, 8620.0, 8553.0, 8606.0, 8537.0, 8577.0, 8533.0, 8580.0, 8545.0, 8537.0, 8618.0, 8549.0, 8562.0, 8531.0, 8568.0, 8564.0, 8551.0, 8594.0, 8552.0, 8579.0, 8532.0, 8566.0, 8607.0, 8554.0, 8597.0, 8533.0, 8567.0, 8604.0, 8554.0, 8583.0, 8568.0, 8584.0, 8557.0, 8573.0, 8558.0, 8576.0, 8630.0, 8580.0, 8636.0, 8589.0, 8620.0, 8644.0, 8555.0, 8642.0, 8549.0, 8597.0, 8606.0, 8567.0, 8622.0, 8549.0, 8592.0, 8529.0, 8565.0, 8616.0, 8546.0, 8601.0, 8531.0, 8560.0, 8532.0, 8551.0, 8619.0, 8555.0, 8610.0, 8556.0, 8602.0, 8553.0, 8572.0, 8639.0, 8556.0, 8623.0, 8554.0, 8597.0, 8553.0, 8603.0, 8625.0, 8602.0, 8639.0, 8552.0, 8609.0, 8548.0, 8596.0, 8617.0, 8537.0, 8619.0, 8546.0, 8578.0, 8529.0, 8552.0, 8615.0, 8549.0, 8602.0, 8529.0, 8547.0, 8513.0, 8548.0, 8603.0, 8551.0, 8594.0, 8534.0, 8569.0, 8617.0, 8551.0, 8610.0, 8552.0, 8579.0, 8532.0, 8538.0, 8619.0, 8536.0, 8595.0, 8552.0, 8586.0, 8637.0, 8554.0, 8572.0, 8557.0, 8595.0, 8552.0, 8631.0, 8583.0, 8630.0, 8538.0, 8566.0, 8618.0, 8546.0, 8590.0, 8547.0, 8592.0, 8532.0, 8565.0, 8574.0, 8532.0, 8618.0, 8533.0, 8586.0, 8532.0, 8576.0, 8531.0, 8547.0, 8599.0, 8533.0, 8602.0, 8549.0, 8589.0, 8530.0, 8561.0, 8524.0, 8547.0, 8597.0, 8547.0, 8600.0, 8531.0, 8569.0, 8547.0, 8557.0, 8529.0, 8578.0, 8546.0, 8550.0, 8573.0, 8547.0, 8600.0, 8549.0, 8589.0, 8550.0, 8594.0, 8551.0, 8581.0, 8534.0, 8552.0, 8559.0, 8553.0, 8634.0, 8596.0, 8618.0, 8549.0, 8605.0, 8536.0, 8606.0, 8549.0, 8563.0, 8599.0, 8531.0, 8614.0, 8529.0, 8588.0, 8528.0, 8560.0, 8513.0, 8548.0, 8572.0, 8536.0, 8562.0, 8548.0, 8604.0, 8551.0, 8604.0, 8568.0, 8578.0, 8566.0, 8579.0, 8548.0, 8549.0, 8618.0, 8537.0, 8615.0, 8547.0, 8575.0, 8534.0, 8591.0, 8549.0, 8567.0, 8536.0, 8552.0, 8548.0, 8555.0, 8636.0, 8582.0, 8621.0, 8549.0, 8605.0, 8549.0, 8607.0, 8547.0, 8580.0, 8533.0, 8552.0, 8618.0, 8532.0, 8602.0, 8548.0, 8590.0, 8532.0, 8564.0, 8542.0, 8546.0, 8615.0, 8532.0, 8603.0, 8544.0, 8562.0, 8530.0, 8559.0, 8587.0, 8537.0, 8602.0, 8551.0, 8604.0, 8533.0, 8607.0, 8549.0, 8578.0, 8556.0, 8548.0, 8614.0, 8532.0, 8586.0, 8532.0, 8576.0, 8529.0, 8547.0, 8528.0, 8547.0, 8617.0, 8549.0, 8601.0, 8547.0, 8575.0, 8548.0, 8606.0, 8550.0, 8580.0, 8531.0, 8550.0, 8600.0, 8532.0, 8585.0, 8532.0, 8571.0, 8531.0, 8561.0, 8527.0, 8546.0, 8615.0, 8545.0, 8598.0, 8531.0, 8570.0, 8526.0, 8573.0, 8541.0, 8529.0, 8511.0, 8546.0, 8597.0, 8528.0, 8586.0, 8531.0, 8571.0, 8530.0, 8562.0, 8528.0, 8548.0, 8599.0, 8534.0, 8603.0, 8551.0, 8592.0, 8549.0, 8567.0, 8550.0, 8585.0, 8619.0, 8568.0, 8619.0, 8549.0, 8602.0, 8547.0, 8609.0, 8548.0, 8566.0, 8586.0, 8537.0, 8605.0, 8548.0, 8593.0, 8548.0, 8553.0, 8531.0, 8552.0, 8602.0, 8550.0, 8590.0, 8549.0, 8577.0, 8531.0, 8548.0, 8601.0, 8537.0, 8601.0, 8550.0, 8591.0, 8547.0, 8562.0, 8518.0, 8552.0, 8619.0, 8552.0, 8606.0, 8552.0, 8596.0, 8537.0, 8569.0, 8635.0, 8553.0, 8622.0, 8550.0, 8581.0, 8575.0, 8552.0, 8621.0, 8549.0, 8577.0, 8516.0, 8548.0, 8614.0, 8531.0, 8590.0, 8545.0, 8566.0, 8543.0, 8548.0, 8602.0, 8548.0, 8576.0, 8546.0, 8567.0, 8573.0, 8550.0, 8605.0, 8547.0, 8580.0, 8549.0, 8567.0, 8606.0, 8537.0, 8579.0, 8548.0, 8567.0, 8591.0, 8556.0, 8610.0, 8555.0, 8583.0, 8535.0, 8555.0, 8590.0, 8533.0, 8580.0, 8526.0, 8577.0, 8629.0, 8578.0, 8632.0, 8579.0, 8608.0, 8563.0, 8582.0, 8661.0, 8619.0, 8647.0, 8555.0, 8616.0, 8549.0, 8584.0, 8639.0, 8579.0, 8627.0, 8548.0, 8566.0, 8587.0, 8554.0, 8608.0, 8554.0, 8599.0, 8554.0, 8572.0, 8605.0, 8557.0, 8623.0, 8567.0, 8600.0, 8538.0, 8568.0, 8538.0, 8556.0, 8630.0, 8574.0, 8631.0, 8576.0, 8616.0, 8573.0, 8625.0, 8576.0, 8620.0, 8642.0, 8558.0, 8642.0, 8555.0, 8616.0, 8569.0, 8585.0, 8621.0, 8555.0, 8620.0, 8550.0, 8599.0, 8552.0, 8566.0, 8604.0, 8548.0, 8602.0, 8548.0, 8577.0, 8531.0, 8566.0, 8601.0, 8536.0, 8607.0, 8539.0, 8577.0, 8551.0, 8585.0, 8565.0, 8574.0, 8637.0, 8556.0, 8592.0, 8551.0, 8585.0, 8554.0, 8571.0, 8623.0, 8558.0, 8611.0, 8574.0, 8603.0, 8571.0, 8591.0, 8582.0, 8558.0, 8639.0, 8555.0, 8627.0, 8572.0, 8618.0, 8543.0, 8574.0, 8609.0, 8571.0, 8639.0, 8586.0, 8611.0, 8553.0, 8584.0, 8537.0, 8572.0, 8621.0, 8555.0, 8622.0, 8554.0, 8594.0, 8558.0, 8631.0, 8589.0, 8589.0, 8560.0, 8605.0, 8543.0, 8571.0, 8635.0, 8572.0, 8640.0, 8585.0, 8626.0, 8555.0, 8596.0, 8554.0, 8603.0, 8556.0, 8599.0, 8534.0, 8566.0, 8532.0, 8566.0, 8608.0, 8570.0, 8614.0, 8578.0, 8630.0, 8561.0, 8610.0, 8573.0, 8598.0, 8558.0, 8602.0, 8573.0, 8636.0, 8587.0, 8637.0, 8571.0, 8604.0, 8622.0, 8568.0, 8621.0, 8550.0, 8607.0, 8563.0, 8594.0, 8531.0, 8561.0, 8597.0, 8546.0, 8616.0, 8560.0, 8599.0, 8543.0, 8560.0, 8527.0, 8548.0, 8612.0, 8546.0, 8600.0, 8528.0, 8573.0, 8512.0, 8547.0, 8570.0, 8545.0, 8604.0, 8549.0, 8588.0, 8531.0, 8563.0, 8531.0, 8549.0, 8617.0, 8555.0, 8627.0, 8569.0, 8592.0, 8555.0, 8580.0, 8543.0, 8546.0, 8572.0, 8537.0, 8594.0, 8558.0, 8603.0, 8575.0, 8577.0, 8557.0, 8576.0, 8641.0, 8556.0, 8631.0, 8582.0, 8592.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.00026615051903114184</td></tr>
<tr><td colspan=3>aqi</td><td>0.021257637024221458</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.01217384505624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2037311822337662</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9844931877229444</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6249.979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07841525240712087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4705882352941178</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4945475020611725</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.462213941296245</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6636767546748152</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3577518102124566</td></tr>
<tr><td colspan=3>gcor</td><td>0.00629505</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017047537490725517</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021524861454963684</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.553690395316233</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>29.8061</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9454</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.922</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309307.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>669.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.0018</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7191</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.342</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3042.6678</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.0122</td></tr>
<tr><td colspan=3>tsnr</td><td>43.48437637137249</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>