<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-03/func/sub-0046_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>61615c904ff35001c8ad853170d046dd</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>19:34:46.927500</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103152</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>[4152, -7764, -7291, 524, -62, -107, -27, 73]</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>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9efe4ec2-686f-43c4-bf99-99d252412add||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['193446.927500', '193447.387500', '193447.847500', '193448.307500', '193448.767500', '193449.227500', '193449.687500', '193450.147500', '193450.607500', '193451.067500', '193451.527500', '193451.987500', '193452.447500', '193452.907500', '193453.367500', '193453.827500', '193454.287500', '193454.747500', '193455.207500', '193455.667500', '193456.127500', '193456.587500', '193457.047500', '193457.507500', '193457.967500', '193458.427500', '193458.887500', '193459.347500', '193459.807500', '193500.267500', '193500.727500', '193501.187500', '193501.647500', '193502.107500', '193502.567500', '193503.027500', '193503.487500', '193503.947500', '193504.407500', '193504.867500', '193505.327500', '193505.787500', '193506.247500', '193506.707500', '193507.167500', '193507.627500', '193508.087500', '193508.547500', '193509.007500', '193509.467500', '193509.927500', '193510.387500', '193510.847500', '193511.307500', '193511.767500', '193512.227500', '193512.687500', '193513.147500', '193513.607500', '193514.067500', '193514.527500', '193514.987500', '193515.447500', '193515.907500', '193516.367500', '193516.827500', '193517.287500', '193517.747500', '193518.207500', '193518.667500', '193519.127500', '193519.587500', '193520.047500', '193520.507500', '193520.967500', '193521.427500', '193521.887500', '193522.347500', '193522.807500', '193523.267500', '193523.727500', '193524.187500', '193524.647500', '193525.107500', '193525.567500', '193526.027500', '193526.487500', '193526.947500', '193527.407500', '193527.867500', '193528.327500', '193528.787500', '193529.247500', '193529.707500', '193530.167500', '193530.627500', '193531.087500', '193531.547500', '193532.007500', '193532.467500', '193532.927500', '193533.387500', '193533.847500', '193534.307500', '193534.767500', '193535.227500', '193535.687500', '193536.147500', '193536.607500', '193537.067500', '193537.527500', '193537.987500', '193538.447500', '193538.907500', '193539.367500', '193539.827500', '193540.287500', '193540.747500', '193541.207500', '193541.667500', '193542.127500', '193542.587500', '193543.047500', '193543.507500', '193543.967500', '193544.427500', '193544.887500', '193545.347500', '193545.807500', '193546.267500', '193546.727500', '193547.187500', '193547.647500', '193548.107500', '193548.567500', '193549.027500', '193549.487500', '193549.947500', '193550.407500', '193550.867500', '193551.327500', '193551.787500', '193552.247500', '193552.707500', '193553.167500', '193553.627500', '193554.087500', '193554.547500', '193555.007500', '193555.467500', '193555.927500', '193556.387500', '193556.847500', '193557.307500', '193557.767500', '193558.227500', '193558.687500', '193559.147500', '193559.607500', '193600.067500', '193600.527500', '193600.987500', '193601.447500', '193601.907500', '193602.367500', '193602.827500', '193603.287500', '193603.747500', '193604.207500', '193604.667500', '193605.127500', '193605.587500', '193606.047500', '193606.507500', '193606.967500', '193607.427500', '193607.887500', '193608.347500', '193608.807500', '193609.267500', '193609.727500', '193610.187500', '193610.647500', '193611.107500', '193611.567500', '193612.027500', '193612.487500', '193612.947500', '193613.407500', '193613.867500', '193614.327500', '193614.787500', '193615.247500', '193615.707500', '193616.167500', '193616.627500', '193617.087500', '193617.547500', '193618.007500', '193618.467500', '193618.927500', '193619.387500', '193619.847500', '193620.307500', '193620.767500', '193621.227500', '193621.687500', '193622.147500', '193622.607500', '193623.067500', '193623.527500', '193623.987500', '193624.447500', '193624.907500', '193625.367500', '193625.827500', '193626.287500', '193626.747500', '193627.207500', '193627.667500', '193628.127500', '193628.587500', '193629.047500', '193629.507500', '193629.967500', '193630.427500', '193630.887500', '193631.347500', '193631.807500', '193632.267500', '193632.727500', '193633.187500', '193633.647500', '193634.107500', '193634.567500', '193635.027500', '193635.487500', '193635.947500', '193636.407500', '193636.867500', '193637.327500', '193637.787500', '193638.247500', '193638.707500', '193639.167500', '193639.627500', '193640.087500', '193640.547500', '193641.007500', '193641.467500', '193641.927500', '193642.387500', '193642.847500', '193643.307500', '193643.767500', '193644.227500', '193644.687500', '193645.147500', '193645.607500', '193646.067500', '193646.527500', '193646.987500', '193647.447500', '193647.907500', '193648.367500', '193648.827500', '193649.287500', '193649.747500', '193650.207500', '193650.667500', '193651.127500', '193651.587500', '193652.047500', '193652.507500', '193652.967500', '193653.427500', '193653.887500', '193654.347500', '193654.807500', '193655.267500', '193655.727500', '193656.187500', '193656.647500', '193657.107500', '193657.567500', '193658.027500', '193658.487500', '193658.947500', '193659.407500', '193659.867500', '193700.327500', '193700.787500', '193701.247500', '193701.707500', '193702.167500', '193702.627500', '193703.087500', '193703.547500', '193704.007500', '193704.467500', '193704.927500', '193705.387500', '193705.847500', '193706.307500', '193706.767500', '193707.227500', '193707.687500', '193708.147500', '193708.607500', '193709.067500', '193709.527500', '193709.987500', '193710.447500', '193710.907500', '193711.367500', '193711.827500', '193712.287500', '193712.747500', '193713.207500', '193713.667500', '193714.127500', '193714.587500', '193715.047500', '193715.507500', '193715.967500', '193716.427500', '193716.887500', '193717.347500', '193717.807500', '193718.267500', '193718.727500', '193719.187500', '193719.647500', '193720.107500', '193720.567500', '193721.027500', '193721.487500', '193721.947500', '193722.407500', '193722.867500', '193723.327500', '193723.787500', '193724.247500', '193724.707500', '193725.167500', '193725.627500', '193726.087500', '193726.547500', '193727.007500', '193727.467500', '193727.927500', '193728.387500', '193728.847500', '193729.307500', '193729.767500', '193730.227500', '193730.687500', '193731.147500', '193731.607500', '193732.067500', '193732.527500', '193732.987500', '193733.447500', '193733.907500', '193734.367500', '193734.827500', '193735.287500', '193735.747500', '193736.207500', '193736.667500', '193737.127500', '193737.587500', '193738.047500', '193738.507500', '193738.967500', '193739.427500', '193739.887500', '193740.347500', '193740.807500', '193741.267500', '193741.727500', '193742.187500', '193742.647500', '193743.107500', '193743.567500', '193744.027500', '193744.487500', '193744.947500', '193745.407500', '193745.867500', '193746.327500', '193746.787500', '193747.247500', '193747.707500', '193748.167500', '193748.627500', '193749.087500', '193749.547500', '193750.007500', '193750.467500', '193750.927500', '193751.387500', '193751.847500', '193752.307500', '193752.767500', '193753.227500', '193753.687500', '193754.147500', '193754.607500', '193755.067500', '193755.527500', '193755.987500', '193756.447500', '193756.907500', '193757.367500', '193757.827500', '193758.287500', '193758.747500', '193759.207500', '193759.667500', '193800.127500', '193800.587500', '193801.047500', '193801.507500', '193801.967500', '193802.427500', '193802.887500', '193803.347500', '193803.807500', '193804.267500', '193804.727500', '193805.187500', '193805.647500', '193806.107500', '193806.567500', '193807.027500', '193807.487500', '193807.947500', '193808.407500', '193808.867500', '193809.327500', '193809.787500', '193810.247500', '193810.707500', '193811.167500', '193811.627500', '193812.087500', '193812.547500', '193813.007500', '193813.467500', '193813.927500', '193814.387500', '193814.847500', '193815.307500', '193815.767500', '193816.227500', '193816.687500', '193817.147500', '193817.607500', '193818.067500', '193818.527500', '193818.987500', '193819.447500', '193819.907500', '193820.367500', '193820.827500', '193821.287500', '193821.747500', '193822.207500', '193822.667500', '193823.127500', '193823.587500', '193824.047500', '193824.507500', '193824.967500', '193825.427500', '193825.887500', '193826.347500', '193826.807500', '193827.267500', '193827.727500', '193828.187500', '193828.647500', '193829.107500', '193829.567500', '193830.027500', '193830.487500', '193830.947500', '193831.407500', '193831.867500', '193832.327500', '193832.787500', '193833.247500', '193833.707500', '193834.167500', '193834.627500', '193835.087500', '193835.547500', '193836.007500', '193836.467500', '193836.927500', '193837.387500', '193837.847500', '193838.307500', '193838.767500', '193839.227500', '193839.687500', '193840.147500', '193840.607500', '193841.067500', '193841.527500', '193841.987500', '193842.447500', '193842.907500', '193843.367500', '193843.827500', '193844.287500', '193844.747500', '193845.207500', '193845.667500', '193846.127500', '193846.587500', '193847.047500', '193847.507500', '193847.967500', '193848.427500', '193848.887500', '193849.347500', '193849.807500', '193850.267500', '193850.727500', '193851.187500', '193851.647500', '193852.107500', '193852.567500', '193853.027500', '193853.487500', '193853.947500', '193854.407500', '193854.867500', '193855.327500', '193855.787500', '193856.247500', '193856.707500', '193857.167500', '193857.627500', '193858.087500', '193858.547500', '193859.007500', '193859.467500', '193859.927500', '193900.387500', '193900.847500', '193901.307500', '193901.767500', '193902.227500', '193902.687500', '193903.147500', '193903.607500', '193904.067500', '193904.527500', '193904.987500', '193905.447500', '193905.907500', '193906.367500', '193906.827500', '193907.287500', '193907.747500', '193908.207500', '193908.667500', '193909.127500', '193909.587500', '193910.047500', '193910.507500', '193910.967500', '193911.427500', '193911.887500', '193912.347500', '193912.807500', '193913.267500', '193913.727500', '193914.187500', '193914.647500', '193915.107500', '193915.567500', '193916.027500', '193916.487500', '193916.947500', '193917.407500', '193917.867500', '193918.327500', '193918.787500', '193919.247500', '193919.707500', '193920.167500', '193920.627500', '193921.087500', '193921.547500', '193922.007500', '193922.467500', '193922.927500', '193923.387500', '193923.847500', '193924.307500', '193924.767500', '193925.227500', '193925.687500', '193926.147500', '193926.607500', '193927.067500', '193927.527500', '193927.987500', '193928.447500', '193928.907500', '193929.367500', '193929.827500', '193930.287500', '193930.747500', '193931.207500', '193931.667500', '193932.127500', '193932.587500', '193933.047500', '193933.507500', '193933.967500', '193934.427500', '193934.887500', '193935.347500', '193935.807500', '193936.267500', '193936.727500', '193937.187500', '193937.647500', '193938.107500', '193938.567500', '193939.027500', '193939.487500', '193939.947500', '193940.407500', '193940.867500', '193941.327500', '193941.787500', '193942.247500', '193942.707500', '193943.167500', '193943.627500', '193944.087500', '193944.547500', '193945.007500', '193945.467500', '193945.927500', '193946.387500', '193946.847500', '193947.307500', '193947.767500', '193948.227500', '193948.687500', '193949.147500', '193949.607500', '193950.067500', '193950.527500', '193950.987500', '193951.447500', '193951.907500', '193952.367500', '193952.827500', '193953.287500', '193953.747500', '193954.207500', '193954.667500', '193955.127500', '193955.587500', '193956.047500', '193956.507500', '193956.967500', '193957.427500', '193957.887500', '193958.347500', '193958.807500', '193959.267500', '193959.727500', '194000.187500', '194000.647500', '194001.107500', '194001.567500', '194002.027500', '194002.487500', '194002.947500', '194003.407500', '194003.867500', '194004.327500', '194004.787500', '194005.247500', '194005.707500', '194006.167500', '194006.627500', '194007.087500', '194007.547500', '194008.007500', '194008.467500', '194008.927500', '194009.387500', '194009.847500', '194010.307500', '194010.767500', '194011.227500', '194011.687500', '194012.147500', '194012.607500', '194013.067500', '194013.527500', '194013.987500', '194014.447500', '194014.907500', '194015.367500', '194015.827500', '194016.287500', '194016.747500', '194017.207500', '194017.667500', '194018.127500', '194018.587500', '194019.047500', '194019.507500', '194019.967500', '194020.427500', '194020.887500', '194021.347500', '194021.807500', '194022.267500', '194022.727500', '194023.187500', '194023.647500', '194024.107500', '194024.567500', '194025.027500', '194025.487500', '194025.947500', '194026.407500', '194026.867500', '194027.327500', '194027.787500', '194028.247500', '194028.707500', '194029.167500', '194029.627500', '194030.087500', '194030.547500', '194031.007500', '194031.467500', '194031.927500', '194032.387500', '194032.847500', '194033.307500', '194033.767500', '194034.227500', '194034.687500', '194035.147500', '194035.607500', '194036.067500', '194036.527500', '194036.987500', '194037.447500', '194037.907500', '194038.367500', '194038.827500', '194039.287500', '194039.747500', '194040.207500', '194040.667500', '194041.127500', '194041.587500', '194042.047500', '194042.507500', '194042.967500', '194043.427500', '194043.887500', '194044.347500', '194044.807500', '194045.267500', '194045.727500', '194046.187500', '194046.647500', '194047.107500', '194047.567500', '194048.027500', '194048.487500', '194048.947500', '194049.407500', '194049.867500', '194050.327500', '194050.787500', '194051.247500', '194051.707500', '194052.167500', '194052.627500', '194053.087500', '194053.547500', '194054.007500', '194054.467500', '194054.927500', '194055.387500', '194055.847500', '194056.307500', '194056.767500', '194057.227500', '194057.687500', '194058.147500', '194058.607500', '194059.067500', '194059.527500', '194059.987500', '194100.447500', '194100.907500', '194101.367500', '194101.827500', '194102.287500', '194102.747500', '194103.207500', '194103.667500', '194104.127500', '194104.587500', '194105.047500', '194105.507500', '194105.967500', '194106.427500', '194106.887500', '194107.347500', '194107.807500', '194108.267500', '194108.727500', '194109.187500', '194109.647500', '194110.107500', '194110.567500', '194111.027500', '194111.487500', '194111.947500', '194112.407500', '194112.867500', '194113.327500', '194113.787500', '194114.247500', '194114.707500', '194115.167500', '194115.627500', '194116.087500', '194116.547500', '194117.007500', '194117.467500', '194117.927500', '194118.387500', '194118.847500', '194119.307500', '194119.767500', '194120.227500', '194120.687500', '194121.147500', '194121.607500', '194122.067500', '194122.527500', '194122.987500', '194123.447500', '194123.907500', '194124.367500', '194124.827500', '194125.287500', '194125.747500', '194126.207500', '194126.667500', '194127.127500', '194127.587500', '194128.047500', '194128.507500', '194128.967500', '194129.427500', '194129.887500', '194130.347500', '194130.807500', '194131.267500', '194131.727500', '194132.187500', '194132.647500', '194133.107500', '194133.567500', '194134.027500', '194134.487500', '194134.947500', '194135.407500', '194135.867500', '194136.327500', '194136.787500', '194137.247500', '194137.707500', '194138.167500', '194138.627500', '194139.087500', '194139.547500', '194140.007500', '194140.467500', '194140.927500', '194141.387500', '194141.847500', '194142.307500', '194142.767500', '194143.227500', '194143.687500', '194144.147500', '194144.607500', '194145.067500', '194145.527500', '194145.987500', '194146.447500', '194146.907500', '194147.367500', '194147.827500', '194148.287500', '194148.747500', '194149.207500', '194149.667500', '194150.127500', '194150.587500', '194151.047500', '194151.507500', '194151.967500', '194152.427500', '194152.887500', '194153.347500', '194153.807500', '194154.267500', '194154.727500', '194155.187500', '194155.647500', '194156.107500', '194156.567500', '194157.027500', '194157.487500', '194157.947500', '194158.407500', '194158.867500', '194159.327500', '194159.787500', '194200.247500', '194200.707500', '194201.167500', '194201.627500', '194202.087500', '194202.547500', '194203.007500', '194203.467500', '194203.927500', '194204.387500', '194204.847500', '194205.307500', '194205.767500', '194206.227500', '194206.687500', '194207.147500', '194207.607500', '194208.067500', '194208.527500', '194208.987500', '194209.447500', '194209.907500', '194210.367500', '194210.827500', '194211.287500', '194211.747500', '194212.207500', '194212.667500', '194213.127500', '194213.587500', '194214.047500', '194214.507500', '194214.967500', '194215.427500', '194215.887500', '194216.347500', '194216.807500', '194217.267500', '194217.727500', '194218.187500', '194218.647500', '194219.107500', '194219.567500', '194220.027500', '194220.487500', '194220.947500', '194221.407500', '194221.867500', '194222.327500', '194222.787500', '194223.247500', '194223.707500', '194224.167500', '194224.627500', '194225.087500', '194225.547500', '194226.007500', '194226.467500', '194226.927500', '194227.387500', '194227.847500', '194228.307500', '194228.767500', '194229.227500', '194229.687500', '194230.147500', '194230.607500', '194231.067500', '194231.527500', '194231.987500', '194232.447500', '194232.907500', '194233.367500', '194233.827500', '194234.287500', '194234.747500', '194235.207500', '194235.667500', '194236.127500', '194236.587500', '194237.047500', '194237.507500', '194237.967500', '194238.427500', '194238.887500', '194239.347500', '194239.807500', '194240.267500', '194240.727500', '194241.187500', '194241.647500', '194242.107500', '194242.567500', '194243.027500', '194243.487500', '194243.947500', '194244.407500', '194244.867500', '194245.327500', '194245.787500', '194246.247500', '194246.707500', '194247.167500', '194247.627500', '194248.087500', '194248.547500', '194249.007500', '194249.467500', '194249.927500', '194250.387500', '194250.847500', '194251.307500', '194251.767500', '194252.227500', '194252.687500', '194253.147500', '194253.607500', '194254.067500', '194254.527500', '194254.987500', '194255.447500', '194255.907500', '194256.367500', '194256.827500', '194257.287500', '194257.747500', '194258.207500', '194258.667500', '194259.127500', '194259.587500', '194300.047500', '194300.507500', '194300.967500', '194301.427500', '194301.887500', '194302.347500', '194302.807500', '194303.267500', '194303.727500', '194304.187500', '194304.647500', '194305.107500', '194305.567500', '194306.027500', '194306.487500', '194306.947500', '194307.407500', '194307.867500', '194308.327500', '194308.787500', '194309.247500', '194309.707500', '194310.167500', '194310.627500', '194311.087500', '194311.547500', '194312.007500', '194312.467500', '194312.927500', '194313.387500', '194313.847500', '194314.307500', '194314.767500', '194315.227500', '194315.687500', '194316.147500', '194316.607500', '194317.067500', '194317.527500', '194317.987500', '194318.447500', '194318.907500', '194319.367500', '194319.827500', '194320.287500', '194320.747500', '194321.207500', '194321.667500', '194322.127500', '194322.587500', '194323.047500', '194323.507500', '194323.967500', '194324.427500', '194324.887500', '194325.347500', '194325.807500', '194326.267500', '194326.727500', '194327.187500', '194327.647500', '194328.107500', '194328.567500', '194329.027500', '194329.487500', '194329.947500', '194330.407500', '194330.867500', '194331.327500', '194331.787500', '194332.247500', '194332.707500', '194333.167500', '194333.627500', '194334.087500', '194334.547500', '194335.007500', '194335.467500', '194335.927500', '194336.387500', '194336.847500', '194337.307500', '194337.767500', '194338.227500', '194338.687500'], 'ContentTime': ['193514.633000', '193514.636000', '193514.639000', '193514.642000', '193514.644000', '193514.647000', '193514.649000', '193514.652000', '193514.655000', '193514.657000', '193514.660000', '193514.662000', '193514.665000', '193514.667000', '193514.670000', '193514.673000', '193514.675000', '193514.678000', '193514.680000', '193514.683000', '193514.686000', '193514.688000', '193514.695000', '193514.697000', '193514.700000', '193514.702000', '193514.705000', '193514.708000', '193514.710000', '193514.713000', '193514.715000', '193514.718000', '193514.720000', '193514.723000', '193514.726000', '193514.728000', '193514.731000', '193514.733000', '193514.736000', '193514.738000', '193514.741000', '193514.743000', '193514.746000', '193514.749000', '193514.751000', '193514.754000', '193514.756000', '193514.759000', '193514.761000', '193514.764000', '193514.767000', '193514.769000', '193514.772000', '193514.774000', '193514.777000', '193514.783000', '193514.786000', '193514.788000', '193534.602000', '193534.604000', '193534.607000', '193534.609000', '193534.612000', '193534.615000', '193534.617000', '193534.620000', '193534.622000', '193534.633000', '193534.636000', '193534.638000', '193534.641000', '193534.643000', '193534.646000', '193534.648000', '193534.651000', '193534.654000', '193534.656000', '193534.659000', '193534.662000', '193534.664000', '193534.667000', '193534.669000', '193534.672000', '193534.675000', '193534.677000', '193534.680000', '193534.682000', '193534.685000', '193534.687000', '193534.690000', '193534.693000', '193534.695000', '193534.698000', '193534.700000', '193534.703000', '193534.705000', '193534.708000', '193534.710000', '193534.714000', '193534.718000', '193534.720000', '193554.602000', '193554.604000', '193554.607000', '193554.610000', '193554.612000', '193554.615000', '193554.617000', '193554.620000', '193554.622000', '193554.625000', '193554.628000', '193554.630000', '193554.633000', '193554.635000', '193554.638000', '193554.640000', '193554.643000', '193554.646000', '193554.648000', '193554.651000', '193554.653000', '193554.656000', '193554.659000', '193554.661000', '193554.664000', '193554.666000', '193554.669000', '193554.672000', '193554.674000', '193554.677000', '193554.680000', '193554.682000', '193554.685000', '193554.687000', '193554.690000', '193554.693000', '193554.695000', '193554.698000', '193554.700000', '193554.703000', '193554.706000', '193554.708000', '193554.711000', '193554.713000', '193614.601000', '193614.604000', '193614.607000', '193614.609000', '193614.612000', '193614.615000', '193614.617000', '193614.620000', '193614.623000', '193614.625000', '193614.653000', '193614.656000', '193614.658000', '193614.661000', '193614.664000', '193614.666000', '193614.669000', '193614.671000', '193614.674000', '193614.676000', '193614.679000', '193614.681000', '193614.684000', '193614.687000', '193614.695000', '193614.697000', '193614.700000', '193614.702000', '193614.705000', '193614.708000', '193614.711000', '193614.713000', '193614.716000', '193614.719000', '193614.721000', '193614.724000', '193614.726000', '193614.729000', '193614.732000', '193614.734000', '193614.737000', '193614.739000', '193614.742000', '193634.601000', '193634.604000', '193634.607000', '193634.609000', '193634.612000', '193634.615000', '193634.617000', '193634.620000', '193634.622000', '193634.625000', '193634.628000', '193634.630000', '193634.633000', '193634.635000', '193634.638000', '193634.643000', '193634.646000', '193634.649000', '193634.651000', '193634.654000', '193634.656000', '193634.659000', '193634.662000', '193634.664000', '193634.667000', '193634.669000', '193634.672000', '193634.675000', '193634.677000', '193634.680000', '193634.682000', '193634.685000', '193634.687000', '193634.690000', '193634.693000', '193634.695000', '193634.698000', '193634.700000', '193634.703000', '193634.706000', '193634.708000', '193634.711000', '193634.713000', '193634.716000', '193654.601000', '193654.603000', '193654.606000', '193654.609000', '193654.611000', '193654.614000', '193654.617000', '193654.619000', '193654.622000', '193654.625000', '193654.627000', '193654.630000', '193654.633000', '193654.635000', '193654.638000', '193654.640000', '193654.643000', '193654.646000', '193654.648000', '193654.651000', '193654.653000', '193654.656000', '193654.659000', '193654.661000', '193654.664000', '193654.666000', '193654.669000', '193654.672000', '193654.674000', '193654.677000', '193654.679000', '193654.682000', '193654.685000', '193654.687000', '193654.690000', '193654.692000', '193654.695000', '193654.698000', '193654.700000', '193654.703000', '193654.706000', '193654.708000', '193654.711000', '193714.600000', '193714.603000', '193714.606000', '193714.608000', '193714.611000', '193714.614000', '193714.616000', '193714.619000', '193714.622000', '193714.624000', '193714.627000', '193714.629000', '193714.632000', '193714.635000', '193714.637000', '193714.640000', '193714.642000', '193714.645000', '193714.648000', '193714.650000', '193714.653000', '193714.655000', '193714.658000', '193714.661000', '193714.663000', '193714.666000', '193714.668000', '193714.671000', '193714.674000', '193714.676000', '193714.679000', '193714.681000', '193714.684000', '193714.687000', '193714.690000', '193714.692000', '193714.695000', '193714.698000', '193714.700000', '193714.703000', '193714.706000', '193714.708000', '193714.711000', '193714.713000', '193734.600000', '193734.603000', '193734.606000', '193734.608000', '193734.611000', '193734.614000', '193734.616000', '193734.619000', '193734.621000', '193734.624000', '193734.627000', '193734.629000', '193734.632000', '193734.635000', '193734.637000', '193734.640000', '193734.642000', '193734.645000', '193734.648000', '193734.650000', '193734.653000', '193734.656000', '193734.658000', '193734.661000', '193734.663000', '193734.666000', '193734.669000', '193734.671000', '193734.674000', '193734.676000', '193734.679000', '193734.681000', '193734.684000', '193734.687000', '193734.689000', '193734.692000', '193734.695000', '193734.697000', '193734.700000', '193734.702000', '193734.705000', '193734.707000', '193734.710000', '193754.602000', '193754.605000', '193754.607000', '193754.610000', '193754.613000', '193754.615000', '193754.618000', '193754.621000', '193754.623000', '193754.626000', '193754.628000', '193754.631000', '193754.634000', '193754.636000', '193754.639000', '193754.641000', '193754.644000', '193754.646000', '193754.649000', '193754.652000', '193754.654000', '193754.657000', '193754.660000', '193754.662000', '193754.665000', '193754.667000', '193754.670000', '193754.672000', '193754.675000', '193754.678000', '193754.680000', '193754.683000', '193754.685000', '193754.688000', '193754.691000', '193754.693000', '193754.696000', '193754.698000', '193754.701000', '193754.704000', '193754.706000', '193754.709000', '193754.711000', '193754.714000', '193814.601000', '193814.604000', '193814.607000', '193814.609000', '193814.612000', '193814.615000', '193814.617000', '193814.620000', '193814.623000', '193814.625000', '193814.628000', '193814.630000', '193814.633000', '193814.636000', '193814.638000', '193814.641000', '193814.644000', '193814.646000', '193814.649000', '193814.651000', '193814.654000', '193814.656000', '193814.659000', '193814.662000', '193814.664000', '193814.667000', '193814.669000', '193814.672000', '193814.675000', '193814.677000', '193814.680000', '193814.682000', '193814.685000', '193814.688000', '193814.690000', '193814.693000', '193814.695000', '193814.698000', '193814.700000', '193814.703000', '193814.706000', '193814.708000', '193814.711000', '193834.602000', '193834.604000', '193834.607000', '193834.610000', '193834.612000', '193834.615000', '193834.617000', '193834.620000', '193834.623000', '193834.625000', '193834.628000', '193834.630000', '193834.633000', '193834.636000', '193834.638000', '193834.641000', '193834.643000', '193834.646000', '193834.649000', '193834.651000', '193834.654000', '193834.657000', '193834.659000', '193834.662000', '193834.664000', '193834.667000', '193834.669000', '193834.672000', '193834.675000', '193834.677000', '193834.680000', '193834.682000', '193834.685000', '193834.688000', '193834.690000', '193834.693000', '193834.696000', '193834.698000', '193834.701000', '193834.703000', '193834.706000', '193834.708000', '193834.711000', '193834.714000', '193854.601000', '193854.604000', '193854.607000', '193854.609000', '193854.612000', '193854.615000', '193854.617000', '193854.620000', '193854.623000', '193854.625000', '193854.628000', '193854.630000', '193854.633000', '193854.636000', '193854.638000', '193854.641000', '193854.643000', '193854.646000', '193854.649000', '193854.651000', '193854.654000', '193854.657000', '193854.659000', '193854.662000', '193854.664000', '193854.667000', '193854.669000', '193854.672000', '193854.675000', '193854.683000', '193854.686000', '193854.689000', '193854.691000', '193854.694000', '193854.696000', '193854.699000', '193854.701000', '193854.704000', '193854.707000', '193854.709000', '193854.712000', '193854.714000', '193854.717000', '193914.600000', '193914.603000', '193914.606000', '193914.608000', '193914.611000', '193914.614000', '193914.616000', '193914.619000', '193914.621000', '193914.624000', '193914.627000', '193914.629000', '193914.632000', '193914.634000', '193914.637000', '193914.640000', '193914.642000', '193914.645000', '193914.648000', '193914.650000', '193914.653000', '193914.656000', '193914.658000', '193914.661000', '193914.663000', '193914.666000', '193914.669000', '193914.672000', '193914.674000', '193914.677000', '193914.679000', '193914.698000', '193914.701000', '193914.704000', '193914.706000', '193914.709000', '193914.711000', '193914.714000', '193914.717000', '193914.719000', '193914.722000', '193914.724000', '193914.727000', '193914.730000', '193934.600000', '193934.603000', '193934.606000', '193934.609000', '193934.611000', '193934.614000', '193934.616000', '193934.619000', '193934.622000', '193934.624000', '193934.627000', '193934.630000', '193934.632000', '193934.635000', '193934.638000', '193934.640000', '193934.643000', '193934.646000', '193934.648000', '193934.651000', '193934.653000', '193934.656000', '193934.659000', '193934.661000', '193934.664000', '193934.666000', '193934.669000', '193934.672000', '193934.674000', '193934.677000', '193934.679000', '193934.682000', '193934.685000', '193934.687000', '193934.690000', '193934.692000', '193934.695000', '193934.698000', '193934.700000', '193934.703000', '193934.706000', '193934.708000', '193934.711000', '193954.601000', '193954.603000', '193954.606000', '193954.609000', '193954.611000', '193954.614000', '193954.617000', '193954.619000', '193954.622000', '193954.624000', '193954.627000', '193954.630000', '193954.632000', '193954.635000', '193954.638000', '193954.640000', '193954.643000', '193954.645000', '193954.648000', '193954.651000', '193954.653000', '193954.656000', '193954.659000', '193954.661000', '193954.664000', '193954.666000', '193954.669000', '193954.671000', '193954.674000', '193954.677000', '193954.679000', '193954.682000', '193954.684000', '193954.687000', '193954.690000', '193954.692000', '193954.695000', '193954.698000', '193954.700000', '193954.703000', '193954.706000', '193954.709000', '193954.712000', '193954.714000', '194014.602000', '194014.604000', '194014.607000', '194014.610000', '194014.612000', '194014.615000', '194014.618000', '194014.620000', '194014.623000', '194014.625000', '194014.628000', '194014.630000', '194014.633000', '194014.636000', '194014.638000', '194014.641000', '194014.644000', '194014.646000', '194014.649000', '194014.651000', '194014.654000', '194014.657000', '194014.659000', '194014.662000', '194014.665000', '194014.668000', '194014.670000', '194014.673000', '194014.676000', '194014.679000', '194014.681000', '194014.684000', '194014.687000', '194014.689000', '194014.692000', '194014.694000', '194014.697000', '194014.700000', '194014.702000', '194014.705000', '194014.707000', '194014.710000', '194014.713000', '194034.601000', '194034.604000', '194034.607000', '194034.609000', '194034.613000', '194034.615000', '194034.618000', '194034.620000', '194034.623000', '194034.626000', '194034.628000', '194034.631000', '194034.635000', '194034.637000', '194034.640000', '194034.643000', '194034.645000', '194034.648000', '194034.651000', '194034.653000', '194034.656000', '194034.658000', '194034.661000', '194034.664000', '194034.666000', '194034.669000', '194034.671000', '194034.674000', '194034.677000', '194034.679000', '194034.682000', '194034.684000', '194034.687000', '194034.690000', '194034.692000', '194034.695000', '194034.698000', '194034.700000', '194034.703000', '194034.705000', '194034.708000', '194034.711000', '194034.713000', '194054.602000', '194054.605000', '194054.607000', '194054.610000', '194054.613000', '194054.615000', '194054.618000', '194054.621000', '194054.623000', '194054.626000', '194054.628000', '194054.631000', '194054.634000', '194054.636000', '194054.639000', '194054.642000', '194054.644000', '194054.647000', '194054.650000', '194054.652000', '194054.655000', '194054.657000', '194054.660000', '194054.663000', '194054.665000', '194054.668000', '194054.670000', '194054.673000', '194054.676000', '194054.678000', '194054.681000', '194054.684000', '194054.686000', '194054.689000', '194054.691000', '194054.694000', '194054.697000', '194054.699000', '194054.702000', '194054.704000', '194054.707000', '194054.710000', '194054.712000', '194054.715000', '194114.601000', '194114.604000', '194114.607000', '194114.610000', '194114.612000', '194114.615000', '194114.617000', '194114.620000', '194114.623000', '194114.625000', '194114.628000', '194114.631000', '194114.633000', '194114.636000', '194114.638000', '194114.641000', '194114.644000', '194114.646000', '194114.649000', '194114.652000', '194114.654000', '194114.657000', '194114.660000', '194114.662000', '194114.665000', '194114.667000', '194114.670000', '194114.673000', '194114.675000', '194114.678000', '194114.681000', '194114.683000', '194114.686000', '194114.689000', '194114.691000', '194114.694000', '194114.697000', '194114.699000', '194114.702000', '194114.705000', '194114.707000', '194114.710000', '194114.712000', '194134.600000', '194134.603000', '194134.606000', '194134.608000', '194134.611000', '194134.614000', '194134.616000', '194134.619000', '194134.621000', '194134.624000', '194134.627000', '194134.629000', '194134.632000', '194134.634000', '194134.637000', '194134.640000', '194134.642000', '194134.645000', '194134.648000', '194134.650000', '194134.653000', '194134.656000', '194134.659000', '194134.661000', '194134.664000', '194134.667000', '194134.669000', '194134.672000', '194134.674000', '194134.677000', '194134.680000', '194134.682000', '194134.685000', '194134.687000', '194134.690000', '194134.693000', '194134.695000', '194134.698000', '194134.701000', '194134.703000', '194134.706000', '194134.708000', '194134.711000', '194134.714000', '194154.601000', '194154.603000', '194154.606000', '194154.609000', '194154.611000', '194154.614000', '194154.617000', '194154.619000', '194154.622000', '194154.625000', '194154.629000', '194154.632000', '194154.634000', '194154.637000', '194154.640000', '194154.642000', '194154.645000', '194154.648000', '194154.650000', '194154.653000', '194154.655000', '194154.658000', '194154.661000', '194154.663000', '194154.666000', '194154.669000', '194154.673000', '194154.675000', '194154.678000', '194154.681000', '194154.684000', '194154.686000', '194154.689000', '194154.692000', '194154.694000', '194154.697000', '194154.699000', '194154.702000', '194154.705000', '194154.707000', '194154.710000', '194154.713000', '194154.715000', '194214.601000', '194214.603000', '194214.606000', '194214.609000', '194214.611000', '194214.614000', '194214.616000', '194214.619000', '194214.622000', '194214.624000', '194214.627000', '194214.629000', '194214.632000', '194214.635000', '194214.637000', '194214.640000', '194214.643000', '194214.646000', '194214.648000', '194214.651000', '194214.653000', '194214.656000', '194214.659000', '194214.661000', '194214.664000', '194214.667000', '194214.669000', '194214.672000', '194214.674000', '194214.677000', '194214.680000', '194214.682000', '194214.685000', '194214.688000', '194214.690000', '194214.693000', '194214.696000', '194214.698000', '194214.701000', '194214.704000', '194214.706000', '194214.709000', '194214.711000', '194214.714000', '194234.601000', '194234.604000', '194234.607000', '194234.609000', '194234.612000', '194234.615000', '194234.617000', '194234.620000', '194234.623000', '194234.625000', '194234.628000', '194234.631000', '194234.633000', '194234.636000', '194234.639000', '194234.641000', '194234.644000', '194234.646000', '194234.649000', '194234.652000', '194234.654000', '194234.657000', '194234.660000', '194234.662000', '194234.665000', '194234.667000', '194234.670000', '194234.672000', '194234.675000', '194234.678000', '194234.680000', '194234.683000', '194234.686000', '194234.688000', '194234.691000', '194234.693000', '194234.696000', '194234.699000', '194234.701000', '194234.704000', '194234.706000', '194234.709000', '194234.711000', '194254.601000', '194254.604000', '194254.607000', '194254.610000', '194254.612000', '194254.615000', '194254.618000', '194254.620000', '194254.623000', '194254.625000', '194254.628000', '194254.631000', '194254.633000', '194254.636000', '194254.638000', '194254.641000', '194254.644000', '194254.646000', '194254.649000', '194254.651000', '194254.654000', '194254.657000', '194254.659000', '194254.662000', '194254.664000', '194254.667000', '194254.670000', '194254.672000', '194254.675000', '194254.677000', '194254.680000', '194254.683000', '194254.685000', '194254.688000', '194254.690000', '194254.693000', '194254.696000', '194254.698000', '194254.701000', '194254.704000', '194254.706000', '194254.709000', '194254.711000', '194254.714000', '194314.601000', '194314.604000', '194314.607000', '194314.609000', '194314.612000', '194314.615000', '194314.617000', '194314.620000', '194314.622000', '194314.625000', '194314.628000', '194314.630000', '194314.633000', '194314.635000', '194314.638000', '194314.641000', '194314.643000', '194314.646000', '194314.648000', '194314.651000', '194314.654000', '194314.656000', '194314.659000', '194314.661000', '194314.664000', '194314.667000', '194314.669000', '194314.672000', '194314.674000', '194314.677000', '194314.680000', '194314.682000', '194314.685000', '194314.687000', '194314.690000', '194314.693000', '194314.695000', '194314.698000', '194314.701000', '194314.703000', '194314.706000', '194314.708000', '194314.713000', '194334.602000', '194334.604000', '194334.607000', '194334.610000', '194334.612000', '194334.615000', '194334.617000', '194334.620000', '194334.622000', '194334.625000', '194334.628000', '194334.630000', '194334.633000', '194334.635000', '194334.638000', '194334.641000', '194334.643000', '194334.646000', '194334.649000', '194334.651000', '194334.654000', '194334.656000', '194334.659000', '194334.662000', '194334.664000', '194334.667000', '194334.669000', '194334.672000', '194334.675000', '194334.677000', '194334.680000', '194334.683000', '194334.686000', '194334.689000', '194334.691000', '194334.694000', '194334.696000', '194334.699000', '194334.702000', '194334.704000', '194334.707000', '194334.710000', '194334.712000', '194334.715000', '194339.970000', '194339.973000', '194339.976000', '194339.979000', '194339.982000', '194339.984000', '194339.987000', '194339.990000', '194339.992000', '194339.995000', '194339.998000', '194340.002000'], 'InstanceCreationTime': ['193514.633000', '193514.636000', '193514.639000', '193514.642000', '193514.644000', '193514.647000', '193514.649000', '193514.652000', '193514.655000', '193514.657000', '193514.660000', '193514.662000', '193514.665000', '193514.667000', '193514.670000', '193514.673000', '193514.675000', '193514.678000', '193514.680000', '193514.683000', '193514.686000', '193514.688000', '193514.695000', '193514.697000', '193514.700000', '193514.702000', '193514.705000', '193514.708000', '193514.710000', '193514.713000', '193514.715000', '193514.718000', '193514.720000', '193514.723000', '193514.726000', '193514.728000', '193514.731000', '193514.733000', '193514.736000', '193514.738000', '193514.741000', '193514.743000', '193514.746000', '193514.749000', '193514.751000', '193514.754000', '193514.756000', '193514.759000', '193514.761000', '193514.764000', '193514.767000', '193514.769000', '193514.772000', '193514.774000', '193514.777000', '193514.783000', '193514.786000', '193514.788000', '193534.602000', '193534.604000', '193534.607000', '193534.609000', '193534.612000', '193534.615000', '193534.617000', '193534.620000', '193534.622000', '193534.633000', '193534.636000', '193534.638000', '193534.641000', '193534.643000', '193534.646000', '193534.648000', '193534.651000', '193534.654000', '193534.656000', '193534.659000', '193534.662000', '193534.664000', '193534.667000', '193534.669000', '193534.672000', '193534.675000', '193534.677000', '193534.680000', '193534.682000', '193534.685000', '193534.687000', '193534.690000', '193534.693000', '193534.695000', '193534.698000', '193534.700000', '193534.703000', '193534.705000', '193534.708000', '193534.710000', '193534.714000', '193534.718000', '193534.720000', '193554.602000', '193554.604000', '193554.607000', '193554.610000', '193554.612000', '193554.615000', '193554.617000', '193554.620000', '193554.622000', '193554.625000', '193554.628000', '193554.630000', '193554.633000', '193554.635000', '193554.638000', '193554.640000', '193554.643000', '193554.646000', '193554.648000', '193554.651000', '193554.653000', '193554.656000', '193554.659000', '193554.661000', '193554.664000', '193554.666000', '193554.669000', '193554.672000', '193554.674000', '193554.677000', '193554.680000', '193554.682000', '193554.685000', '193554.687000', '193554.690000', '193554.693000', '193554.695000', '193554.698000', '193554.700000', '193554.703000', '193554.706000', '193554.708000', '193554.711000', '193554.713000', '193614.601000', '193614.604000', '193614.607000', '193614.609000', '193614.612000', '193614.615000', '193614.617000', '193614.620000', '193614.623000', '193614.625000', '193614.653000', '193614.656000', '193614.658000', '193614.661000', '193614.664000', '193614.666000', '193614.669000', '193614.671000', '193614.674000', '193614.676000', '193614.679000', '193614.681000', '193614.684000', '193614.687000', '193614.695000', '193614.697000', '193614.700000', '193614.702000', '193614.705000', '193614.708000', '193614.711000', '193614.713000', '193614.716000', '193614.719000', '193614.721000', '193614.724000', '193614.726000', '193614.729000', '193614.732000', '193614.734000', '193614.737000', '193614.739000', '193614.742000', '193634.601000', '193634.604000', '193634.607000', '193634.609000', '193634.612000', '193634.615000', '193634.617000', '193634.620000', '193634.622000', '193634.625000', '193634.628000', '193634.630000', '193634.633000', '193634.635000', '193634.638000', '193634.643000', '193634.646000', '193634.649000', '193634.651000', '193634.654000', '193634.656000', '193634.659000', '193634.662000', '193634.664000', '193634.667000', '193634.669000', '193634.672000', '193634.675000', '193634.677000', '193634.680000', '193634.682000', '193634.685000', '193634.687000', '193634.690000', '193634.693000', '193634.695000', '193634.698000', '193634.700000', '193634.703000', '193634.706000', '193634.708000', '193634.711000', '193634.713000', '193634.716000', '193654.601000', '193654.603000', '193654.606000', '193654.609000', '193654.611000', '193654.614000', '193654.617000', '193654.619000', '193654.622000', '193654.625000', '193654.627000', '193654.630000', '193654.633000', '193654.635000', '193654.638000', '193654.640000', '193654.643000', '193654.646000', '193654.648000', '193654.651000', '193654.653000', '193654.656000', '193654.659000', '193654.661000', '193654.664000', '193654.666000', '193654.669000', '193654.672000', '193654.674000', '193654.677000', '193654.679000', '193654.682000', '193654.685000', '193654.687000', '193654.690000', '193654.692000', '193654.695000', '193654.698000', '193654.700000', '193654.703000', '193654.706000', '193654.708000', '193654.711000', '193714.600000', '193714.603000', '193714.606000', '193714.608000', '193714.611000', '193714.614000', '193714.616000', '193714.619000', '193714.622000', '193714.624000', '193714.627000', '193714.629000', '193714.632000', '193714.635000', '193714.637000', '193714.640000', '193714.642000', '193714.645000', '193714.648000', '193714.650000', '193714.653000', '193714.655000', '193714.658000', '193714.661000', '193714.663000', '193714.666000', '193714.668000', '193714.671000', '193714.674000', '193714.676000', '193714.679000', '193714.681000', '193714.684000', '193714.687000', '193714.690000', '193714.692000', '193714.695000', '193714.698000', '193714.700000', '193714.703000', '193714.706000', '193714.708000', '193714.711000', '193714.713000', '193734.600000', '193734.603000', '193734.606000', '193734.608000', '193734.611000', '193734.614000', '193734.616000', '193734.619000', '193734.621000', '193734.624000', '193734.627000', '193734.629000', '193734.632000', '193734.635000', '193734.637000', '193734.640000', '193734.642000', '193734.645000', '193734.648000', '193734.650000', '193734.653000', '193734.656000', '193734.658000', '193734.661000', '193734.663000', '193734.666000', '193734.669000', '193734.671000', '193734.674000', '193734.676000', '193734.679000', '193734.681000', '193734.684000', '193734.687000', '193734.689000', '193734.692000', '193734.695000', '193734.697000', '193734.700000', '193734.702000', '193734.705000', '193734.707000', '193734.710000', '193754.602000', '193754.605000', '193754.607000', '193754.610000', '193754.613000', '193754.615000', '193754.618000', '193754.621000', '193754.623000', '193754.626000', '193754.628000', '193754.631000', '193754.634000', '193754.636000', '193754.639000', '193754.641000', '193754.644000', '193754.646000', '193754.649000', '193754.652000', '193754.654000', '193754.657000', '193754.660000', '193754.662000', '193754.665000', '193754.667000', '193754.670000', '193754.672000', '193754.675000', '193754.678000', '193754.680000', '193754.683000', '193754.685000', '193754.688000', '193754.691000', '193754.693000', '193754.696000', '193754.698000', '193754.701000', '193754.704000', '193754.706000', '193754.709000', '193754.711000', '193754.714000', '193814.601000', '193814.604000', '193814.607000', '193814.609000', '193814.612000', '193814.615000', '193814.617000', '193814.620000', '193814.623000', '193814.625000', '193814.628000', '193814.630000', '193814.633000', '193814.636000', '193814.638000', '193814.641000', '193814.644000', '193814.646000', '193814.649000', '193814.651000', '193814.654000', '193814.656000', '193814.659000', '193814.662000', '193814.664000', '193814.667000', '193814.669000', '193814.672000', '193814.675000', '193814.677000', '193814.680000', '193814.682000', '193814.685000', '193814.688000', '193814.690000', '193814.693000', '193814.695000', '193814.698000', '193814.700000', '193814.703000', '193814.706000', '193814.708000', '193814.711000', '193834.602000', '193834.604000', '193834.607000', '193834.610000', '193834.612000', '193834.615000', '193834.617000', '193834.620000', '193834.623000', '193834.625000', '193834.628000', '193834.630000', '193834.633000', '193834.636000', '193834.638000', '193834.641000', '193834.643000', '193834.646000', '193834.649000', '193834.651000', '193834.654000', '193834.657000', '193834.659000', '193834.662000', '193834.664000', '193834.667000', '193834.669000', '193834.672000', '193834.675000', '193834.677000', '193834.680000', '193834.682000', '193834.685000', '193834.688000', '193834.690000', '193834.693000', '193834.696000', '193834.698000', '193834.701000', '193834.703000', '193834.706000', '193834.708000', '193834.711000', '193834.714000', '193854.601000', '193854.604000', '193854.607000', '193854.609000', '193854.612000', '193854.615000', '193854.617000', '193854.620000', '193854.623000', '193854.625000', '193854.628000', '193854.630000', '193854.633000', '193854.636000', '193854.638000', '193854.641000', '193854.643000', '193854.646000', '193854.649000', '193854.651000', '193854.654000', '193854.657000', '193854.659000', '193854.662000', '193854.664000', '193854.667000', '193854.669000', '193854.672000', '193854.675000', '193854.683000', '193854.686000', '193854.689000', '193854.691000', '193854.694000', '193854.696000', '193854.699000', '193854.701000', '193854.704000', '193854.707000', '193854.709000', '193854.712000', '193854.714000', '193854.717000', '193914.600000', '193914.603000', '193914.606000', '193914.608000', '193914.611000', '193914.614000', '193914.616000', '193914.619000', '193914.621000', '193914.624000', '193914.627000', '193914.629000', '193914.632000', '193914.634000', '193914.637000', '193914.640000', '193914.642000', '193914.645000', '193914.648000', '193914.650000', '193914.653000', '193914.656000', '193914.658000', '193914.661000', '193914.663000', '193914.666000', '193914.669000', '193914.672000', '193914.674000', '193914.677000', '193914.679000', '193914.698000', '193914.701000', '193914.704000', '193914.706000', '193914.709000', '193914.711000', '193914.714000', '193914.717000', '193914.719000', '193914.722000', '193914.724000', '193914.727000', '193914.730000', '193934.600000', '193934.603000', '193934.606000', '193934.609000', '193934.611000', '193934.614000', '193934.616000', '193934.619000', '193934.622000', '193934.624000', '193934.627000', '193934.630000', '193934.632000', '193934.635000', '193934.638000', '193934.640000', '193934.643000', '193934.646000', '193934.648000', '193934.651000', '193934.653000', '193934.656000', '193934.659000', '193934.661000', '193934.664000', '193934.666000', '193934.669000', '193934.672000', '193934.674000', '193934.677000', '193934.679000', '193934.682000', '193934.685000', '193934.687000', '193934.690000', '193934.692000', '193934.695000', '193934.698000', '193934.700000', '193934.703000', '193934.706000', '193934.708000', '193934.711000', '193954.601000', '193954.603000', '193954.606000', '193954.609000', '193954.611000', '193954.614000', '193954.617000', '193954.619000', '193954.622000', '193954.624000', '193954.627000', '193954.630000', '193954.632000', '193954.635000', '193954.638000', '193954.640000', '193954.643000', '193954.645000', '193954.648000', '193954.651000', '193954.653000', '193954.656000', '193954.659000', '193954.661000', '193954.664000', '193954.666000', '193954.669000', '193954.671000', '193954.674000', '193954.677000', '193954.679000', '193954.682000', '193954.684000', '193954.687000', '193954.690000', '193954.692000', '193954.695000', '193954.698000', '193954.700000', '193954.703000', '193954.706000', '193954.709000', '193954.712000', '193954.714000', '194014.602000', '194014.604000', '194014.607000', '194014.610000', '194014.612000', '194014.615000', '194014.618000', '194014.620000', '194014.623000', '194014.625000', '194014.628000', '194014.630000', '194014.633000', '194014.636000', '194014.638000', '194014.641000', '194014.644000', '194014.646000', '194014.649000', '194014.651000', '194014.654000', '194014.657000', '194014.659000', '194014.662000', '194014.665000', '194014.668000', '194014.670000', '194014.673000', '194014.676000', '194014.679000', '194014.681000', '194014.684000', '194014.687000', '194014.689000', '194014.692000', '194014.694000', '194014.697000', '194014.700000', '194014.702000', '194014.705000', '194014.707000', '194014.710000', '194014.713000', '194034.601000', '194034.604000', '194034.607000', '194034.609000', '194034.613000', '194034.615000', '194034.618000', '194034.620000', '194034.623000', '194034.626000', '194034.628000', '194034.631000', '194034.635000', '194034.637000', '194034.640000', '194034.643000', '194034.645000', '194034.648000', '194034.651000', '194034.653000', '194034.656000', '194034.658000', '194034.661000', '194034.664000', '194034.666000', '194034.669000', '194034.671000', '194034.674000', '194034.677000', '194034.679000', '194034.682000', '194034.684000', '194034.687000', '194034.690000', '194034.692000', '194034.695000', '194034.698000', '194034.700000', '194034.703000', '194034.705000', '194034.708000', '194034.711000', '194034.713000', '194054.602000', '194054.605000', '194054.607000', '194054.610000', '194054.613000', '194054.615000', '194054.618000', '194054.621000', '194054.623000', '194054.626000', '194054.628000', '194054.631000', '194054.634000', '194054.636000', '194054.639000', '194054.642000', '194054.644000', '194054.647000', '194054.650000', '194054.652000', '194054.655000', '194054.657000', '194054.660000', '194054.663000', '194054.665000', '194054.668000', '194054.670000', '194054.673000', '194054.676000', '194054.678000', '194054.681000', '194054.684000', '194054.686000', '194054.689000', '194054.691000', '194054.694000', '194054.697000', '194054.699000', '194054.702000', '194054.704000', '194054.707000', '194054.710000', '194054.712000', '194054.715000', '194114.601000', '194114.604000', '194114.607000', '194114.610000', '194114.612000', '194114.615000', '194114.617000', '194114.620000', '194114.623000', '194114.625000', '194114.628000', '194114.631000', '194114.633000', '194114.636000', '194114.638000', '194114.641000', '194114.644000', '194114.646000', '194114.649000', '194114.652000', '194114.654000', '194114.657000', '194114.660000', '194114.662000', '194114.665000', '194114.667000', '194114.670000', '194114.673000', '194114.675000', '194114.678000', '194114.681000', '194114.683000', '194114.686000', '194114.689000', '194114.691000', '194114.694000', '194114.697000', '194114.699000', '194114.702000', '194114.705000', '194114.707000', '194114.710000', '194114.712000', '194134.600000', '194134.603000', '194134.606000', '194134.608000', '194134.611000', '194134.614000', '194134.616000', '194134.619000', '194134.621000', '194134.624000', '194134.627000', '194134.629000', '194134.632000', '194134.634000', '194134.637000', '194134.640000', '194134.642000', '194134.645000', '194134.648000', '194134.650000', '194134.653000', '194134.656000', '194134.659000', '194134.661000', '194134.664000', '194134.667000', '194134.669000', '194134.672000', '194134.674000', '194134.677000', '194134.680000', '194134.682000', '194134.685000', '194134.687000', '194134.690000', '194134.693000', '194134.695000', '194134.698000', '194134.701000', '194134.703000', '194134.706000', '194134.708000', '194134.711000', '194134.714000', '194154.601000', '194154.603000', '194154.606000', '194154.609000', '194154.611000', '194154.614000', '194154.617000', '194154.619000', '194154.622000', '194154.625000', '194154.629000', '194154.632000', '194154.634000', '194154.637000', '194154.640000', '194154.642000', '194154.645000', '194154.648000', '194154.650000', '194154.653000', '194154.655000', '194154.658000', '194154.661000', '194154.663000', '194154.666000', '194154.669000', '194154.673000', '194154.675000', '194154.678000', '194154.681000', '194154.684000', '194154.686000', '194154.689000', '194154.692000', '194154.694000', '194154.697000', '194154.699000', '194154.702000', '194154.705000', '194154.707000', '194154.710000', '194154.713000', '194154.715000', '194214.601000', '194214.603000', '194214.606000', '194214.609000', '194214.611000', '194214.614000', '194214.616000', '194214.619000', '194214.622000', '194214.624000', '194214.627000', '194214.629000', '194214.632000', '194214.635000', '194214.637000', '194214.640000', '194214.643000', '194214.646000', '194214.648000', '194214.651000', '194214.653000', '194214.656000', '194214.659000', '194214.661000', '194214.664000', '194214.667000', '194214.669000', '194214.672000', '194214.674000', '194214.677000', '194214.680000', '194214.682000', '194214.685000', '194214.688000', '194214.690000', '194214.693000', '194214.696000', '194214.698000', '194214.701000', '194214.704000', '194214.706000', '194214.709000', '194214.711000', '194214.714000', '194234.601000', '194234.604000', '194234.607000', '194234.609000', '194234.612000', '194234.615000', '194234.617000', '194234.620000', '194234.623000', '194234.625000', '194234.628000', '194234.631000', '194234.633000', '194234.636000', '194234.639000', '194234.641000', '194234.644000', '194234.646000', '194234.649000', '194234.652000', '194234.654000', '194234.657000', '194234.660000', '194234.662000', '194234.665000', '194234.667000', '194234.670000', '194234.672000', '194234.675000', '194234.678000', '194234.680000', '194234.683000', '194234.686000', '194234.688000', '194234.691000', '194234.693000', '194234.696000', '194234.699000', '194234.701000', '194234.704000', '194234.706000', '194234.709000', '194234.711000', '194254.601000', '194254.604000', '194254.607000', '194254.610000', '194254.612000', '194254.615000', '194254.618000', '194254.620000', '194254.623000', '194254.625000', '194254.628000', '194254.631000', '194254.633000', '194254.636000', '194254.638000', '194254.641000', '194254.644000', '194254.646000', '194254.649000', '194254.651000', '194254.654000', '194254.657000', '194254.659000', '194254.662000', '194254.664000', '194254.667000', '194254.670000', '194254.672000', '194254.675000', '194254.677000', '194254.680000', '194254.683000', '194254.685000', '194254.688000', '194254.690000', '194254.693000', '194254.696000', '194254.698000', '194254.701000', '194254.704000', '194254.706000', '194254.709000', '194254.711000', '194254.714000', '194314.601000', '194314.604000', '194314.607000', '194314.609000', '194314.612000', '194314.615000', '194314.617000', '194314.620000', '194314.622000', '194314.625000', '194314.628000', '194314.630000', '194314.633000', '194314.635000', '194314.638000', '194314.641000', '194314.643000', '194314.646000', '194314.648000', '194314.651000', '194314.654000', '194314.656000', '194314.659000', '194314.661000', '194314.664000', '194314.667000', '194314.669000', '194314.672000', '194314.674000', '194314.677000', '194314.680000', '194314.682000', '194314.685000', '194314.687000', '194314.690000', '194314.693000', '194314.695000', '194314.698000', '194314.701000', '194314.703000', '194314.706000', '194314.708000', '194314.713000', '194334.602000', '194334.604000', '194334.607000', '194334.610000', '194334.612000', '194334.615000', '194334.617000', '194334.620000', '194334.622000', '194334.625000', '194334.628000', '194334.630000', '194334.633000', '194334.635000', '194334.638000', '194334.641000', '194334.643000', '194334.646000', '194334.649000', '194334.651000', '194334.654000', '194334.656000', '194334.659000', '194334.662000', '194334.664000', '194334.667000', '194334.669000', '194334.672000', '194334.675000', '194334.677000', '194334.680000', '194334.683000', '194334.686000', '194334.689000', '194334.691000', '194334.694000', '194334.696000', '194334.699000', '194334.702000', '194334.704000', '194334.707000', '194334.710000', '194334.712000', '194334.715000', '194339.970000', '194339.973000', '194339.976000', '194339.979000', '194339.982000', '194339.984000', '194339.987000', '194339.990000', '194339.992000', '194339.995000', '194339.998000', '194340.002000'], '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': [13827, 10878, 12562, 9121, 11636, 7935, 10949, 8667, 10536, 12651, 10668, 12361, 9397, 15093, 8928, 15267, 9287, 14234, 8962, 14929, 8955, 12965, 9476, 12130, 9606, 13861, 8897, 14248, 9028, 14797, 9672, 14368, 9331, 14439, 9176, 14329, 9167, 14818, 9571, 14349, 9217, 15994, 9395, 14396, 9891, 15034, 11224, 16109, 9427, 15069, 9463, 15265, 11319, 15790, 9480, 16005, 9822, 15217, 10912, 17017, 12839, 17268, 11004, 15904, 13131, 16314, 11527, 17068, 9897, 14095, 9521, 12736, 9325, 16506, 9261, 12404, 8795, 12617, 8473, 12383, 9042, 13370, 8293, 12887, 8863, 12835, 9609, 16262, 10187, 15913, 10090, 14407, 10013, 16979, 12592, 17442, 11456, 16451, 10515, 15356, 11736, 17699, 12339, 17171, 9674, 13219, 9805, 12904, 9406, 12667, 9487, 17241, 12744, 17558, 13494, 15385, 11102, 15457, 11589, 17156, 13069, 17034, 11083, 15831, 11318, 15607, 12352, 13177, 9709, 10988, 10225, 10766, 11507, 9459, 11992, 8103, 12138, 7981, 13143, 8618, 13694, 8136, 13516, 9103, 12699, 9286, 12679, 9597, 13017, 10137, 13052, 9869, 12442, 9787, 13708, 9892, 13919, 9899, 11957, 9928, 12173, 10880, 14268, 9613, 13415, 9228, 11953, 9119, 12768, 10120, 9867, 11170, 9926, 11150, 11240, 12136, 15506, 14338, 10422, 12185, 10243, 11723, 8667, 13826, 8339, 14138, 11400, 18857, 13007, 10561, 10829, 8036, 13848, 10179, 17012, 12000, 13355, 11998, 9940, 17385, 8732, 16128, 10196, 16208, 11198, 17611, 13460, 17344, 11735, 14753, 10240, 14328, 9564, 15161, 8843, 11786, 8083, 11485, 8005, 11901, 7780, 11038, 7551, 10607, 7821, 11212, 7566, 11067, 8280, 10993, 10142, 12461, 10669, 11762, 9324, 11562, 13377, 11523, 17166, 14598, 16063, 11554, 16390, 11382, 14873, 13207, 13399, 9703, 12488, 9749, 12792, 9860, 16340, 10369, 15872, 9788, 14661, 9535, 16651, 11840, 16770, 9636, 13636, 10025, 14776, 11433, 16759, 9943, 16694, 12297, 16437, 13756, 16402, 12029, 15963, 13202, 16487, 13638, 16035, 11508, 15111, 12061, 14794, 11778, 15316, 10926, 15410, 9560, 13580, 9668, 14121, 9401, 15484, 9435, 12958, 9934, 13211, 10529, 9502, 11786, 7439, 18939, 16417, 11594, 9007, 7711, 10457, 9145, 8659, 10741, 8685, 13968, 11064, 12369, 19299, 16306, 15308, 16449, 14225, 16381, 14137, 16982, 13852, 17776, 14896, 17589, 13477, 15767, 12639, 13910, 10801, 13635, 10715, 13891, 10653, 11427, 8739, 7852, 9749, 7446, 11343, 7800, 13672, 9294, 12433, 9114, 11873, 8677, 10689, 9734, 11462, 10433, 12151, 11247, 8360, 10823, 8733, 11436, 9468, 12467, 7799, 11877, 7956, 12431, 7872, 13718, 9263, 15072, 9771, 13993, 9527, 15391, 10500, 13933, 9937, 9223, 10258, 8399, 11876, 8094, 13350, 8729, 15690, 11427, 14935, 9433, 13970, 10764, 14896, 11355, 15633, 10798, 11053, 9462, 7983, 10899, 7532, 12154, 9025, 13568, 11555, 14867, 8866, 16038, 9662, 15527, 9594, 15533, 11673, 9517, 10883, 10905, 11624, 15728, 11558, 11439, 10038, 13057, 9700, 14754, 10353, 12077, 10167, 9915, 10474, 9812, 12455, 8215, 13236, 7749, 13349, 8965, 13812, 10349, 14450, 9790, 15347, 9106, 16671, 10912, 15769, 12002, 9467, 11114, 8061, 12970, 8697, 15789, 12907, 16106, 10232, 15086, 11467, 16553, 13334, 12236, 15304, 9790, 18108, 10241, 8532, 12282, 9376, 12761, 10606, 7932, 13312, 8861, 7700, 14280, 10853, 8968, 17266, 14708, 19137, 16646, 16040, 18639, 16348, 20862, 17270, 14670, 19054, 15721, 20280, 19414, 13484, 19161, 14963, 12910, 11341, 9347, 12722, 10552, 9714, 12336, 9194, 13140, 10092, 7478, 11865, 9650, 9101, 11031, 8439, 13905, 9609, 7828, 11862, 9656, 12119, 10713, 7863, 12304, 10435, 14998, 10654, 8074, 12836, 9905, 17965, 13068, 10723, 16113, 9927, 16816, 11156, 9147, 12449, 9559, 16835, 11852, 9642, 17923, 16050, 17676, 12861, 9049, 13679, 11833, 19970, 15234, 9700, 14126, 9558, 18404, 11309, 19098, 14101, 20127, 16183, 19698, 14778, 18175, 12152, 18650, 13856, 18505, 14581, 18494, 12449, 15119, 13795, 14022, 11729, 13074, 9325, 11923, 8287, 11719, 7694, 11152, 8181, 10939, 7970, 11434, 8259, 10945, 15469, 10025, 12239, 9549, 11827, 9051, 11608, 8851, 11259, 8711, 11560, 8408, 11514, 8853, 11286, 8991, 11075, 8634, 11288, 9136, 12987, 9648, 12889, 10255, 9003, 11122, 9059, 12596, 8355, 16461, 9417, 16591, 10330, 16790, 11503, 18756, 15208, 20102, 16048, 15332, 13654, 8659, 17880, 10161, 18484, 13590, 18763, 16449, 18990, 16499, 20209, 13888, 16856, 13505, 17154, 13273, 18857, 17475, 11575, 15705, 11408, 14568, 9762, 17742, 12887, 16799, 11773, 17223, 12289, 18188, 13386, 14811, 10138, 16258, 10460, 13330, 12568, 9374, 16432, 9203, 14186, 9742, 14247, 11468, 14826, 12125, 19498, 13019, 11934, 10015, 8145, 11595, 8031, 12496, 9302, 15645, 8905, 15557, 8481, 14513, 10432, 14765, 14613, 15309, 10646, 11010, 9936, 11519, 15635, 11006, 15260, 11733, 8470, 12188, 8000, 12659, 7908, 12831, 8643, 13098, 9163, 11958, 9270, 12213, 8794, 13207, 9668, 16091, 10445, 13757, 9262, 13191, 11011, 14445, 11617, 11115, 10137, 11783, 10831, 9400, 12746, 8081, 14414, 9336, 14441, 9841, 14744, 11420, 16760, 10940, 16846, 10017, 14088, 10481, 13283, 10754, 8258, 11783, 8099, 13233, 9549, 14651, 10868, 8471, 12685, 9006, 14883, 10505, 9344, 12990, 9911, 18355, 13785, 11218, 18607, 16227, 18170, 13926, 14795, 17025, 15875, 18098, 13591, 18610, 12371, 15780, 12239, 16884, 13536, 17625, 15017, 18391, 15712, 14929, 12454, 13991, 11610, 15132, 12581, 15916, 10915, 13655, 11290, 13578, 11675, 15882, 10743, 11573, 9266, 9346, 10615, 8360, 11593, 8389, 12911, 8820, 13435, 9207, 8648, 9738, 7846, 12545, 9225, 11665, 9612, 15916, 10883, 15682, 9376, 17067, 12119, 18684, 13134, 19756, 15488, 17860, 12614, 14081, 15020, 10235, 12586, 10252, 15338, 8680, 17664, 9272, 14747, 9103, 13751, 10790, 14982, 12290, 18872, 12228, 9902, 8743, 7686, 11385, 7793, 13627, 9092, 17586, 12888, 16624, 12260, 15981, 13730, 16802, 13945, 19089, 14349, 18332, 12643, 16151, 11953, 14248, 11952, 14821, 10108, 13885, 9347, 13081, 10378, 12320, 10997, 11525, 8854, 11667, 8845, 11384, 8700, 11406, 8793, 11209, 8752, 11080, 8376, 10939, 8280, 11309, 8695, 11209, 9100, 11579, 9311, 11579, 10473, 12103, 9101, 13153, 9635, 13222, 11863, 16143, 12232, 13038, 9993, 14726, 10325, 16292, 11609, 17099, 11971, 13646, 10782, 11612, 11642, 12127, 12199, 8971, 15184, 8329, 15193, 10099, 16103, 13519, 17299, 15282, 17417, 11804, 15085, 10978, 17750, 14463, 12688, 16806, 8741, 15085, 9148, 15354, 10259, 17271, 13699, 17982, 10362, 16237, 10021, 15926, 12971, 15793, 13200, 17651, 10920, 13514, 10294, 12685, 12566, 13834, 10226, 12517, 9634, 12517, 11676, 12727, 11013, 12670, 9646, 12715, 10524, 14038, 10495, 11450, 11417, 8011, 13118, 9008, 14845, 10347, 16024, 9064, 14616, 8970, 14905, 11081, 16404, 10003, 15374, 9192, 14978, 9921, 16839, 13986, 16065, 12101, 14869, 13226, 16299, 14048, 16661, 12303, 13920, 13612, 14868, 13221, 15601, 11056, 13563, 12053, 13667, 11647, 15416, 11817, 13741, 10104, 12857, 10571, 12858, 12175, 15280, 11279, 14397, 11654, 14167, 13412, 15646, 12983, 16206, 9989, 15140, 10037, 14157, 11712, 12307, 10368, 8806, 12154, 10593, 12410, 16288, 13128, 9606, 12556, 8476, 13174, 9224, 15238, 9053, 13970, 9380, 13580, 9318, 15120, 11763, 14620, 9769, 13273, 11018, 14315, 12868, 17453, 10355, 13972, 10527, 11906, 12148, 10072, 13245, 8404, 13711, 9385, 15000, 12387, 16500, 12757, 15657, 12150, 16752, 12858, 17929, 12825, 18101, 11191, 14152, 13577, 14891, 12814, 14984, 10015, 13010, 11207, 14651, 11630, 9967, 11360, 8236, 11187, 8795, 7579, 10818, 9196, 7953, 13536, 10606, 12351, 13881, 12774, 18622, 18257, 17728, 19406, 17436, 20546, 17306, 20382, 16474, 20284, 15484, 13380, 13305, 8546, 14061, 10477, 16898, 14017, 18152, 13254, 9085, 10680, 7551, 12182, 7708, 12883, 8060, 12909, 9380, 13200, 8628, 13223, 8833, 9184, 11444, 7462, 11542, 7953, 11741, 8877, 11736, 11077, 15744, 10074, 10071, 8395, 8127, 11658, 7957, 12459, 8798, 13149, 11578, 15349, 8445, 12995, 10814, 11273, 13954, 9683, 18164, 11371, 18232], 'WindowCenter': [4763.0, 4705.0, 4712.0, 4670.0, 4698.0, 4648.0, 4687.0, 4655.0, 4672.0, 4692.0, 4663.0, 4690.0, 4652.0, 4711.0, 4654.0, 4713.0, 4663.0, 4713.0, 4655.0, 4725.0, 4655.0, 4705.0, 4677.0, 4694.0, 4667.0, 4716.0, 4667.0, 4716.0, 4668.0, 4726.0, 4678.0, 4714.0, 4666.0, 4716.0, 4667.0, 4716.0, 4664.0, 4726.0, 4676.0, 4716.0, 4667.0, 4726.0, 4666.0, 4714.0, 4677.0, 4724.0, 4686.0, 4726.0, 4667.0, 4724.0, 4677.0, 4723.0, 4697.0, 4726.0, 4679.0, 4737.0, 4687.0, 4726.0, 4696.0, 4735.0, 4707.0, 4736.0, 4687.0, 4724.0, 4706.0, 4725.0, 4694.0, 4734.0, 4674.0, 4714.0, 4663.0, 4704.0, 4663.0, 4722.0, 4663.0, 4692.0, 4654.0, 4693.0, 4643.0, 4692.0, 4652.0, 4704.0, 4645.0, 4703.0, 4654.0, 4704.0, 4664.0, 4723.0, 4676.0, 4723.0, 4675.0, 4714.0, 4663.0, 4723.0, 4695.0, 4733.0, 4685.0, 4736.0, 4698.0, 4735.0, 4695.0, 4734.0, 4694.0, 4722.0, 4664.0, 4702.0, 4663.0, 4691.0, 4650.0, 4687.0, 4647.0, 4720.0, 4691.0, 4718.0, 4690.0, 4698.0, 4669.0, 4698.0, 4670.0, 4709.0, 4689.0, 4709.0, 4670.0, 4698.0, 4668.0, 4698.0, 4678.0, 4676.0, 4647.0, 4658.0, 4657.0, 4659.0, 4668.0, 4648.0, 4668.0, 4619.0, 4680.0, 4630.0, 4689.0, 4639.0, 4689.0, 4630.0, 4690.0, 4651.0, 4689.0, 4652.0, 4691.0, 4662.0, 4715.0, 4687.0, 4715.0, 4674.0, 4702.0, 4672.0, 4702.0, 4675.0, 4713.0, 4673.0, 4690.0, 4674.0, 4691.0, 4684.0, 4712.0, 4665.0, 4703.0, 4666.0, 4696.0, 4666.0, 4704.0, 4676.0, 4674.0, 4685.0, 4675.0, 4685.0, 4685.0, 4696.0, 4724.0, 4715.0, 4674.0, 4693.0, 4671.0, 4697.0, 4658.0, 4716.0, 4656.0, 4716.0, 4697.0, 4747.0, 4716.0, 4687.0, 4701.0, 4648.0, 4727.0, 4688.0, 4738.0, 4708.0, 4718.0, 4708.0, 4678.0, 4736.0, 4655.0, 4725.0, 4674.0, 4722.0, 4685.0, 4735.0, 4704.0, 4722.0, 4684.0, 4699.0, 4662.0, 4702.0, 4651.0, 4700.0, 4642.0, 4680.0, 4630.0, 4670.0, 4633.0, 4682.0, 4621.0, 4672.0, 4633.0, 4673.0, 4635.0, 4684.0, 4633.0, 4683.0, 4646.0, 4686.0, 4676.0, 4706.0, 4684.0, 4694.0, 4665.0, 4696.0, 4704.0, 4695.0, 4736.0, 4716.0, 4725.0, 4696.0, 4724.0, 4685.0, 4714.0, 4703.0, 4704.0, 4664.0, 4694.0, 4665.0, 4704.0, 4675.0, 4736.0, 4701.0, 4746.0, 4676.0, 4724.0, 4666.0, 4724.0, 4693.0, 4724.0, 4664.0, 4704.0, 4674.0, 4714.0, 4696.0, 4724.0, 4673.0, 4723.0, 4694.0, 4724.0, 4706.0, 4722.0, 4694.0, 4710.0, 4693.0, 4720.0, 4703.0, 4710.0, 4680.0, 4701.0, 4682.0, 4700.0, 4680.0, 4698.0, 4671.0, 4709.0, 4650.0, 4690.0, 4661.0, 4699.0, 4652.0, 4711.0, 4652.0, 4690.0, 4674.0, 4704.0, 4688.0, 4690.0, 4696.0, 4595.0, 4560.0, 4783.0, 4699.0, 4655.0, 4637.0, 4687.0, 4678.0, 4671.0, 4700.0, 4673.0, 4740.0, 4710.0, 4720.0, 4748.0, 4730.0, 4715.0, 4717.0, 4705.0, 4715.0, 4691.0, 4701.0, 4678.0, 4698.0, 4674.0, 4682.0, 4651.0, 4670.0, 4651.0, 4660.0, 4632.0, 4659.0, 4631.0, 4660.0, 4634.0, 4644.0, 4614.0, 4604.0, 4623.0, 4594.0, 4655.0, 4607.0, 4689.0, 4654.0, 4680.0, 4631.0, 4669.0, 4629.0, 4659.0, 4651.0, 4668.0, 4661.0, 4682.0, 4671.0, 4633.0, 4671.0, 4642.0, 4682.0, 4652.0, 4692.0, 4624.0, 4681.0, 4633.0, 4693.0, 4634.0, 4704.0, 4655.0, 4714.0, 4664.0, 4703.0, 4663.0, 4712.0, 4674.0, 4702.0, 4663.0, 4653.0, 4665.0, 4645.0, 4684.0, 4636.0, 4705.0, 4655.0, 4713.0, 4685.0, 4714.0, 4667.0, 4717.0, 4689.0, 4715.0, 4684.0, 4714.0, 4674.0, 4683.0, 4666.0, 4646.0, 4684.0, 4635.0, 4696.0, 4667.0, 4707.0, 4698.0, 4727.0, 4667.0, 4724.0, 4668.0, 4725.0, 4678.0, 4726.0, 4687.0, 4666.0, 4686.0, 4685.0, 4685.0, 4725.0, 4684.0, 4683.0, 4663.0, 4694.0, 4665.0, 4711.0, 4675.0, 4694.0, 4673.0, 4665.0, 4675.0, 4665.0, 4695.0, 4644.0, 4706.0, 4635.0, 4704.0, 4657.0, 4705.0, 4677.0, 4714.0, 4677.0, 4725.0, 4658.0, 4736.0, 4687.0, 4726.0, 4696.0, 4665.0, 4686.0, 4645.0, 4706.0, 4656.0, 4725.0, 4705.0, 4725.0, 4676.0, 4725.0, 4708.0, 4738.0, 4706.0, 4696.0, 4727.0, 4690.0, 4749.0, 4688.0, 4657.0, 4709.0, 4680.0, 4719.0, 4715.0, 4674.0, 4728.0, 4681.0, 4663.0, 4752.0, 4709.0, 4665.0, 4735.0, 4727.0, 4730.0, 4734.0, 4721.0, 4721.0, 4709.0, 4726.0, 4707.0, 4686.0, 4704.0, 4696.0, 4723.0, 4684.0, 4663.0, 4683.0, 4660.0, 4638.0, 4631.0, 4609.0, 4650.0, 4618.0, 4607.0, 4649.0, 4609.0, 4658.0, 4630.0, 4590.0, 4649.0, 4621.0, 4623.0, 4641.0, 4624.0, 4682.0, 4634.0, 4604.0, 4666.0, 4647.0, 4676.0, 4656.0, 4618.0, 4679.0, 4660.0, 4699.0, 4658.0, 4629.0, 4689.0, 4660.0, 4728.0, 4688.0, 4669.0, 4708.0, 4660.0, 4718.0, 4685.0, 4665.0, 4704.0, 4674.0, 4731.0, 4691.0, 4676.0, 4746.0, 4723.0, 4730.0, 4701.0, 4664.0, 4714.0, 4690.0, 4730.0, 4709.0, 4648.0, 4700.0, 4660.0, 4731.0, 4681.0, 4739.0, 4711.0, 4730.0, 4709.0, 4728.0, 4698.0, 4718.0, 4677.0, 4717.0, 4686.0, 4714.0, 4685.0, 4704.0, 4664.0, 4683.0, 4672.0, 4672.0, 4653.0, 4662.0, 4622.0, 4651.0, 4612.0, 4662.0, 4603.0, 4652.0, 4613.0, 4653.0, 4614.0, 4662.0, 4614.0, 4656.0, 4695.0, 4645.0, 4665.0, 4646.0, 4665.0, 4636.0, 4667.0, 4637.0, 4666.0, 4639.0, 4677.0, 4640.0, 4680.0, 4651.0, 4681.0, 4652.0, 4681.0, 4653.0, 4682.0, 4664.0, 4713.0, 4675.0, 4713.0, 4685.0, 4665.0, 4695.0, 4676.0, 4714.0, 4679.0, 4757.0, 4686.0, 4743.0, 4697.0, 4744.0, 4707.0, 4767.0, 4748.0, 4767.0, 4735.0, 4722.0, 4713.0, 4665.0, 4746.0, 4684.0, 4745.0, 4725.0, 4758.0, 4736.0, 4757.0, 4735.0, 4752.0, 4712.0, 4721.0, 4701.0, 4732.0, 4711.0, 4740.0, 4719.0, 4680.0, 4709.0, 4679.0, 4709.0, 4657.0, 4716.0, 4685.0, 4706.0, 4677.0, 4705.0, 4675.0, 4715.0, 4686.0, 4695.0, 4655.0, 4705.0, 4654.0, 4685.0, 4676.0, 4647.0, 4706.0, 4635.0, 4685.0, 4647.0, 4694.0, 4677.0, 4706.0, 4677.0, 4725.0, 4687.0, 4675.0, 4646.0, 4627.0, 4666.0, 4627.0, 4676.0, 4646.0, 4705.0, 4636.0, 4694.0, 4626.0, 4685.0, 4655.0, 4683.0, 4682.0, 4691.0, 4643.0, 4653.0, 4643.0, 4653.0, 4692.0, 4651.0, 4692.0, 4662.0, 4613.0, 4663.0, 4612.0, 4675.0, 4616.0, 4674.0, 4627.0, 4686.0, 4636.0, 4666.0, 4646.0, 4675.0, 4637.0, 4685.0, 4646.0, 4705.0, 4658.0, 4684.0, 4649.0, 4688.0, 4668.0, 4695.0, 4666.0, 4667.0, 4658.0, 4675.0, 4667.0, 4647.0, 4688.0, 4627.0, 4697.0, 4649.0, 4710.0, 4684.0, 4722.0, 4692.0, 4732.0, 4682.0, 4730.0, 4660.0, 4709.0, 4681.0, 4700.0, 4679.0, 4639.0, 4690.0, 4631.0, 4698.0, 4673.0, 4724.0, 4683.0, 4652.0, 4712.0, 4664.0, 4725.0, 4709.0, 4679.0, 4716.0, 4698.0, 4755.0, 4725.0, 4696.0, 4743.0, 4738.0, 4745.0, 4714.0, 4724.0, 4735.0, 4734.0, 4734.0, 4701.0, 4719.0, 4678.0, 4696.0, 4678.0, 4707.0, 4685.0, 4703.0, 4696.0, 4702.0, 4682.0, 4683.0, 4663.0, 4673.0, 4651.0, 4683.0, 4662.0, 4680.0, 4641.0, 4670.0, 4652.0, 4670.0, 4653.0, 4691.0, 4652.0, 4662.0, 4634.0, 4634.0, 4644.0, 4626.0, 4665.0, 4627.0, 4675.0, 4650.0, 4686.0, 4648.0, 4638.0, 4647.0, 4626.0, 4690.0, 4649.0, 4678.0, 4661.0, 4709.0, 4669.0, 4709.0, 4649.0, 4717.0, 4677.0, 4716.0, 4686.0, 4728.0, 4697.0, 4714.0, 4692.0, 4710.0, 4709.0, 4655.0, 4688.0, 4655.0, 4694.0, 4624.0, 4716.0, 4648.0, 4696.0, 4648.0, 4687.0, 4670.0, 4719.0, 4679.0, 4726.0, 4676.0, 4658.0, 4635.0, 4617.0, 4666.0, 4617.0, 4696.0, 4646.0, 4717.0, 4673.0, 4707.0, 4676.0, 4695.0, 4685.0, 4705.0, 4684.0, 4714.0, 4684.0, 4702.0, 4674.0, 4693.0, 4663.0, 4682.0, 4663.0, 4681.0, 4644.0, 4683.0, 4634.0, 4673.0, 4654.0, 4673.0, 4653.0, 4663.0, 4623.0, 4662.0, 4635.0, 4664.0, 4626.0, 4664.0, 4625.0, 4665.0, 4637.0, 4666.0, 4626.0, 4665.0, 4626.0, 4667.0, 4638.0, 4666.0, 4641.0, 4679.0, 4651.0, 4678.0, 4671.0, 4689.0, 4652.0, 4702.0, 4661.0, 4701.0, 4691.0, 4719.0, 4692.0, 4700.0, 4671.0, 4711.0, 4673.0, 4721.0, 4693.0, 4730.0, 4692.0, 4700.0, 4682.0, 4692.0, 4693.0, 4702.0, 4702.0, 4653.0, 4723.0, 4654.0, 4721.0, 4673.0, 4730.0, 4712.0, 4732.0, 4723.0, 4730.0, 4692.0, 4720.0, 4682.0, 4732.0, 4711.0, 4691.0, 4732.0, 4640.0, 4710.0, 4650.0, 4720.0, 4671.0, 4729.0, 4699.0, 4731.0, 4672.0, 4721.0, 4672.0, 4721.0, 4701.0, 4720.0, 4700.0, 4729.0, 4671.0, 4700.0, 4671.0, 4691.0, 4689.0, 4699.0, 4669.0, 4688.0, 4661.0, 4690.0, 4680.0, 4700.0, 4682.0, 4700.0, 4661.0, 4688.0, 4672.0, 4711.0, 4672.0, 4680.0, 4681.0, 4631.0, 4701.0, 4652.0, 4709.0, 4672.0, 4720.0, 4650.0, 4710.0, 4650.0, 4709.0, 4680.0, 4720.0, 4659.0, 4709.0, 4650.0, 4709.0, 4669.0, 4719.0, 4699.0, 4708.0, 4688.0, 4709.0, 4700.0, 4719.0, 4699.0, 4708.0, 4678.0, 4696.0, 4699.0, 4696.0, 4689.0, 4707.0, 4667.0, 4689.0, 4678.0, 4696.0, 4677.0, 4697.0, 4677.0, 4687.0, 4659.0, 4685.0, 4670.0, 4687.0, 4679.0, 4708.0, 4668.0, 4708.0, 4692.0, 4697.0, 4697.0, 4707.0, 4688.0, 4707.0, 4660.0, 4708.0, 4659.0, 4710.0, 4679.0, 4689.0, 4668.0, 4649.0, 4688.0, 4671.0, 4691.0, 4718.0, 4687.0, 4647.0, 4687.0, 4639.0, 4699.0, 4650.0, 4709.0, 4650.0, 4708.0, 4660.0, 4700.0, 4661.0, 4709.0, 4690.0, 4709.0, 4660.0, 4699.0, 4680.0, 4712.0, 4700.0, 4729.0, 4668.0, 4699.0, 4669.0, 4690.0, 4690.0, 4660.0, 4699.0, 4640.0, 4699.0, 4661.0, 4709.0, 4691.0, 4719.0, 4702.0, 4720.0, 4690.0, 4730.0, 4700.0, 4729.0, 4699.0, 4729.0, 4681.0, 4699.0, 4700.0, 4709.0, 4689.0, 4722.0, 4674.0, 4701.0, 4679.0, 4711.0, 4693.0, 4672.0, 4703.0, 4664.0, 4703.0, 4676.0, 4654.0, 4706.0, 4691.0, 4671.0, 4727.0, 4696.0, 4730.0, 4737.0, 4728.0, 4768.0, 4776.0, 4747.0, 4752.0, 4718.0, 4748.0, 4739.0, 4737.0, 4715.0, 4720.0, 4688.0, 4676.0, 4661.0, 4611.0, 4661.0, 4631.0, 4683.0, 4664.0, 4692.0, 4662.0, 4613.0, 4632.0, 4592.0, 4652.0, 4592.0, 4651.0, 4602.0, 4662.0, 4624.0, 4665.0, 4615.0, 4675.0, 4626.0, 4638.0, 4668.0, 4599.0, 4667.0, 4620.0, 4669.0, 4641.0, 4671.0, 4671.0, 4700.0, 4651.0, 4652.0, 4631.0, 4634.0, 4681.0, 4634.0, 4693.0, 4645.0, 4703.0, 4696.0, 4725.0, 4670.0, 4719.0, 4712.0, 4700.0, 4717.0, 4678.0, 4746.0, 4699.0, 4746.0], 'WindowWidth': [10381.0, 10289.0, 10289.0, 10228.0, 10260.0, 10194.0, 10243.0, 10198.0, 10215.0, 10241.0, 10203.0, 10237.0, 10189.0, 10266.0, 10192.0, 10272.0, 10206.0, 10273.0, 10197.0, 10291.0, 10200.0, 10267.0, 10230.0, 10251.0, 10216.0, 10281.0, 10217.0, 10282.0, 10219.0, 10297.0, 10234.0, 10280.0, 10215.0, 10283.0, 10218.0, 10282.0, 10213.0, 10297.0, 10231.0, 10282.0, 10218.0, 10297.0, 10215.0, 10279.0, 10232.0, 10291.0, 10243.0, 10296.0, 10219.0, 10293.0, 10232.0, 10290.0, 10260.0, 10298.0, 10238.0, 10315.0, 10249.0, 10298.0, 10258.0, 10310.0, 10272.0, 10311.0, 10244.0, 10292.0, 10269.0, 10294.0, 10250.0, 10306.0, 10226.0, 10278.0, 10209.0, 10263.0, 10208.0, 10287.0, 10207.0, 10247.0, 10197.0, 10248.0, 10182.0, 10247.0, 10192.0, 10262.0, 10185.0, 10261.0, 10197.0, 10263.0, 10211.0, 10289.0, 10228.0, 10288.0, 10225.0, 10277.0, 10210.0, 10289.0, 10253.0, 10302.0, 10239.0, 10317.0, 10269.0, 10312.0, 10253.0, 10306.0, 10251.0, 10288.0, 10209.0, 10258.0, 10207.0, 10242.0, 10187.0, 10230.0, 10178.0, 10280.0, 10239.0, 10274.0, 10236.0, 10246.0, 10208.0, 10247.0, 10211.0, 10263.0, 10234.0, 10263.0, 10208.0, 10247.0, 10205.0, 10247.0, 10216.0, 10214.0, 10175.0, 10190.0, 10189.0, 10192.0, 10205.0, 10176.0, 10205.0, 10142.0, 10224.0, 10157.0, 10235.0, 10169.0, 10237.0, 10157.0, 10238.0, 10187.0, 10236.0, 10189.0, 10241.0, 10206.0, 10287.0, 10252.0, 10283.0, 10227.0, 10261.0, 10222.0, 10260.0, 10226.0, 10276.0, 10223.0, 10242.0, 10223.0, 10242.0, 10235.0, 10272.0, 10213.0, 10263.0, 10216.0, 10256.0, 10217.0, 10267.0, 10230.0, 10226.0, 10240.0, 10227.0, 10241.0, 10240.0, 10257.0, 10292.0, 10282.0, 10224.0, 10249.0, 10218.0, 10258.0, 10209.0, 10286.0, 10204.0, 10284.0, 10260.0, 10329.0, 10286.0, 10247.0, 10271.0, 10195.0, 10302.0, 10249.0, 10320.0, 10277.0, 10290.0, 10275.0, 10235.0, 10312.0, 10200.0, 10293.0, 10222.0, 10286.0, 10239.0, 10306.0, 10262.0, 10285.0, 10235.0, 10251.0, 10204.0, 10257.0, 10188.0, 10250.0, 10174.0, 10223.0, 10157.0, 10211.0, 10164.0, 10228.0, 10146.0, 10217.0, 10167.0, 10220.0, 10171.0, 10234.0, 10168.0, 10236.0, 10187.0, 10241.0, 10227.0, 10268.0, 10238.0, 10251.0, 10214.0, 10256.0, 10263.0, 10253.0, 10311.0, 10282.0, 10294.0, 10255.0, 10297.0, 10238.0, 10279.0, 10263.0, 10262.0, 10211.0, 10252.0, 10214.0, 10264.0, 10230.0, 10313.0, 10277.0, 10331.0, 10231.0, 10293.0, 10216.0, 10292.0, 10249.0, 10290.0, 10211.0, 10265.0, 10225.0, 10277.0, 10257.0, 10293.0, 10223.0, 10291.0, 10251.0, 10294.0, 10269.0, 10289.0, 10248.0, 10270.0, 10246.0, 10283.0, 10260.0, 10268.0, 10226.0, 10254.0, 10228.0, 10253.0, 10227.0, 10248.0, 10213.0, 10263.0, 10186.0, 10240.0, 10204.0, 10251.0, 10190.0, 10271.0, 10193.0, 10243.0, 10225.0, 10267.0, 10251.0, 10258.0, 10255.0, 10099.0, 9997.0, 10425.0, 10268.0, 10199.0, 10176.0, 10248.0, 10235.0, 10232.0, 10270.0, 10237.0, 10324.0, 10284.0, 10296.0, 10335.0, 10309.0, 10277.0, 10290.0, 10266.0, 10285.0, 10242.0, 10262.0, 10218.0, 10246.0, 10205.0, 10215.0, 10167.0, 10193.0, 10165.0, 10177.0, 10140.0, 10175.0, 10138.0, 10178.0, 10146.0, 10160.0, 10121.0, 10109.0, 10134.0, 10096.0, 10178.0, 10120.0, 10231.0, 10193.0, 10221.0, 10154.0, 10204.0, 10152.0, 10190.0, 10181.0, 10204.0, 10196.0, 10225.0, 10212.0, 10162.0, 10212.0, 10173.0, 10227.0, 10187.0, 10240.0, 10151.0, 10226.0, 10163.0, 10244.0, 10167.0, 10262.0, 10194.0, 10274.0, 10207.0, 10260.0, 10205.0, 10272.0, 10221.0, 10257.0, 10205.0, 10190.0, 10207.0, 10181.0, 10234.0, 10171.0, 10264.0, 10198.0, 10273.0, 10235.0, 10278.0, 10218.0, 10284.0, 10249.0, 10280.0, 10235.0, 10276.0, 10220.0, 10232.0, 10211.0, 10187.0, 10236.0, 10173.0, 10254.0, 10218.0, 10270.0, 10258.0, 10299.0, 10219.0, 10294.0, 10220.0, 10294.0, 10233.0, 10296.0, 10242.0, 10213.0, 10241.0, 10236.0, 10239.0, 10292.0, 10236.0, 10231.0, 10206.0, 10247.0, 10211.0, 10270.0, 10224.0, 10246.0, 10220.0, 10210.0, 10224.0, 10211.0, 10252.0, 10182.0, 10267.0, 10173.0, 10264.0, 10203.0, 10267.0, 10231.0, 10278.0, 10231.0, 10295.0, 10206.0, 10312.0, 10244.0, 10297.0, 10254.0, 10211.0, 10241.0, 10185.0, 10269.0, 10203.0, 10296.0, 10267.0, 10297.0, 10229.0, 10295.0, 10277.0, 10317.0, 10271.0, 10254.0, 10304.0, 10254.0, 10337.0, 10249.0, 10206.0, 10281.0, 10242.0, 10296.0, 10300.0, 10242.0, 10308.0, 10250.0, 10227.0, 10349.0, 10281.0, 10214.0, 10312.0, 10303.0, 10300.0, 10313.0, 10285.0, 10290.0, 10268.0, 10292.0, 10264.0, 10227.0, 10255.0, 10240.0, 10298.0, 10230.0, 10185.0, 10220.0, 10179.0, 10141.0, 10138.0, 10104.0, 10164.0, 10115.0, 10101.0, 10162.0, 10107.0, 10172.0, 10140.0, 10087.0, 10163.0, 10128.0, 10137.0, 10156.0, 10142.0, 10215.0, 10151.0, 10114.0, 10199.0, 10173.0, 10212.0, 10186.0, 10137.0, 10220.0, 10196.0, 10247.0, 10192.0, 10155.0, 10234.0, 10200.0, 10290.0, 10232.0, 10207.0, 10261.0, 10196.0, 10275.0, 10238.0, 10211.0, 10264.0, 10223.0, 10301.0, 10245.0, 10230.0, 10330.0, 10288.0, 10294.0, 10260.0, 10215.0, 10282.0, 10240.0, 10298.0, 10261.0, 10180.0, 10252.0, 10200.0, 10302.0, 10234.0, 10311.0, 10270.0, 10301.0, 10265.0, 10292.0, 10247.0, 10277.0, 10216.0, 10276.0, 10225.0, 10269.0, 10224.0, 10253.0, 10192.0, 10221.0, 10201.0, 10201.0, 10175.0, 10186.0, 10135.0, 10172.0, 10123.0, 10189.0, 10112.0, 10175.0, 10123.0, 10176.0, 10126.0, 10190.0, 10128.0, 10185.0, 10239.0, 10171.0, 10197.0, 10172.0, 10198.0, 10161.0, 10204.0, 10166.0, 10202.0, 10170.0, 10219.0, 10173.0, 10226.0, 10192.0, 10231.0, 10194.0, 10231.0, 10197.0, 10234.0, 10212.0, 10279.0, 10230.0, 10278.0, 10244.0, 10216.0, 10257.0, 10235.0, 10289.0, 10248.0, 10357.0, 10255.0, 10330.0, 10271.0, 10331.0, 10279.0, 10368.0, 10338.0, 10367.0, 10314.0, 10293.0, 10283.0, 10218.0, 10332.0, 10242.0, 10332.0, 10302.0, 10355.0, 10317.0, 10354.0, 10314.0, 10336.0, 10274.0, 10288.0, 10258.0, 10305.0, 10277.0, 10312.0, 10286.0, 10226.0, 10269.0, 10224.0, 10265.0, 10195.0, 10273.0, 10227.0, 10260.0, 10217.0, 10257.0, 10215.0, 10270.0, 10228.0, 10239.0, 10185.0, 10251.0, 10181.0, 10224.0, 10215.0, 10178.0, 10256.0, 10158.0, 10225.0, 10176.0, 10238.0, 10219.0, 10261.0, 10218.0, 10281.0, 10230.0, 10211.0, 10173.0, 10149.0, 10201.0, 10149.0, 10214.0, 10174.0, 10253.0, 10160.0, 10238.0, 10146.0, 10224.0, 10183.0, 10220.0, 10215.0, 10229.0, 10164.0, 10177.0, 10163.0, 10178.0, 10228.0, 10174.0, 10227.0, 10188.0, 10123.0, 10191.0, 10123.0, 10208.0, 10132.0, 10211.0, 10149.0, 10229.0, 10163.0, 10201.0, 10175.0, 10212.0, 10164.0, 10227.0, 10175.0, 10253.0, 10191.0, 10226.0, 10180.0, 10234.0, 10207.0, 10241.0, 10202.0, 10204.0, 10192.0, 10214.0, 10205.0, 10179.0, 10235.0, 10152.0, 10248.0, 10186.0, 10270.0, 10244.0, 10295.0, 10252.0, 10303.0, 10235.0, 10297.0, 10202.0, 10267.0, 10232.0, 10256.0, 10226.0, 10170.0, 10240.0, 10162.0, 10252.0, 10224.0, 10297.0, 10239.0, 10195.0, 10278.0, 10214.0, 10297.0, 10287.0, 10241.0, 10289.0, 10268.0, 10343.0, 10301.0, 10260.0, 10323.0, 10319.0, 10323.0, 10280.0, 10291.0, 10318.0, 10308.0, 10315.0, 10256.0, 10285.0, 10216.0, 10243.0, 10221.0, 10262.0, 10224.0, 10252.0, 10239.0, 10248.0, 10214.0, 10218.0, 10189.0, 10203.0, 10173.0, 10217.0, 10188.0, 10209.0, 10159.0, 10196.0, 10173.0, 10198.0, 10178.0, 10226.0, 10173.0, 10190.0, 10154.0, 10152.0, 10165.0, 10144.0, 10198.0, 10149.0, 10212.0, 10186.0, 10231.0, 10182.0, 10165.0, 10177.0, 10148.0, 10242.0, 10182.0, 10220.0, 10200.0, 10262.0, 10208.0, 10263.0, 10183.0, 10272.0, 10217.0, 10271.0, 10229.0, 10292.0, 10244.0, 10266.0, 10246.0, 10271.0, 10266.0, 10187.0, 10235.0, 10188.0, 10239.0, 10143.0, 10271.0, 10179.0, 10246.0, 10183.0, 10234.0, 10215.0, 10283.0, 10223.0, 10285.0, 10215.0, 10192.0, 10159.0, 10137.0, 10201.0, 10138.0, 10242.0, 10177.0, 10271.0, 10209.0, 10259.0, 10215.0, 10240.0, 10225.0, 10253.0, 10222.0, 10264.0, 10221.0, 10247.0, 10205.0, 10233.0, 10191.0, 10217.0, 10192.0, 10216.0, 10166.0, 10219.0, 10155.0, 10208.0, 10181.0, 10206.0, 10178.0, 10192.0, 10139.0, 10190.0, 10157.0, 10194.0, 10146.0, 10195.0, 10144.0, 10197.0, 10163.0, 10200.0, 10149.0, 10200.0, 10149.0, 10204.0, 10166.0, 10203.0, 10174.0, 10223.0, 10190.0, 10223.0, 10215.0, 10237.0, 10190.0, 10259.0, 10203.0, 10257.0, 10243.0, 10281.0, 10244.0, 10255.0, 10216.0, 10271.0, 10221.0, 10287.0, 10248.0, 10297.0, 10246.0, 10255.0, 10233.0, 10246.0, 10250.0, 10260.0, 10261.0, 10194.0, 10290.0, 10197.0, 10288.0, 10223.0, 10300.0, 10277.0, 10305.0, 10291.0, 10297.0, 10246.0, 10283.0, 10234.0, 10300.0, 10272.0, 10241.0, 10302.0, 10174.0, 10270.0, 10187.0, 10283.0, 10218.0, 10296.0, 10253.0, 10299.0, 10218.0, 10285.0, 10218.0, 10288.0, 10257.0, 10283.0, 10253.0, 10294.0, 10214.0, 10254.0, 10215.0, 10242.0, 10238.0, 10253.0, 10212.0, 10239.0, 10205.0, 10242.0, 10228.0, 10255.0, 10233.0, 10256.0, 10203.0, 10237.0, 10219.0, 10270.0, 10219.0, 10227.0, 10229.0, 10163.0, 10259.0, 10194.0, 10270.0, 10219.0, 10285.0, 10188.0, 10269.0, 10188.0, 10269.0, 10229.0, 10285.0, 10198.0, 10267.0, 10186.0, 10267.0, 10214.0, 10281.0, 10251.0, 10264.0, 10236.0, 10268.0, 10255.0, 10281.0, 10252.0, 10263.0, 10221.0, 10246.0, 10250.0, 10246.0, 10237.0, 10261.0, 10206.0, 10237.0, 10221.0, 10246.0, 10221.0, 10245.0, 10218.0, 10231.0, 10196.0, 10229.0, 10212.0, 10232.0, 10223.0, 10261.0, 10208.0, 10267.0, 10252.0, 10252.0, 10250.0, 10262.0, 10234.0, 10260.0, 10198.0, 10264.0, 10200.0, 10269.0, 10227.0, 10239.0, 10209.0, 10185.0, 10237.0, 10214.0, 10243.0, 10276.0, 10236.0, 10179.0, 10233.0, 10170.0, 10252.0, 10187.0, 10267.0, 10187.0, 10265.0, 10201.0, 10256.0, 10207.0, 10268.0, 10241.0, 10266.0, 10202.0, 10254.0, 10229.0, 10274.0, 10256.0, 10293.0, 10210.0, 10251.0, 10211.0, 10242.0, 10242.0, 10201.0, 10253.0, 10174.0, 10253.0, 10205.0, 10268.0, 10244.0, 10283.0, 10258.0, 10285.0, 10243.0, 10300.0, 10257.0, 10297.0, 10254.0, 10295.0, 10230.0, 10255.0, 10255.0, 10265.0, 10239.0, 10289.0, 10229.0, 10262.0, 10228.0, 10271.0, 10252.0, 10226.0, 10272.0, 10220.0, 10276.0, 10241.0, 10207.0, 10282.0, 10266.0, 10237.0, 10308.0, 10266.0, 10317.0, 10323.0, 10308.0, 10369.0, 10402.0, 10339.0, 10360.0, 10292.0, 10346.0, 10325.0, 10325.0, 10280.0, 10286.0, 10232.0, 10208.0, 10181.0, 10115.0, 10181.0, 10141.0, 10216.0, 10188.0, 10224.0, 10180.0, 10116.0, 10142.0, 10089.0, 10168.0, 10089.0, 10167.0, 10103.0, 10186.0, 10135.0, 10192.0, 10126.0, 10206.0, 10142.0, 10160.0, 10202.0, 10109.0, 10199.0, 10139.0, 10205.0, 10170.0, 10209.0, 10210.0, 10247.0, 10183.0, 10185.0, 10159.0, 10166.0, 10228.0, 10168.0, 10245.0, 10184.0, 10261.0, 10256.0, 10295.0, 10233.0, 10294.0, 10291.0, 10267.0, 10289.0, 10234.0, 10327.0, 10264.0, 10328.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.003097564991334489</td></tr>
<tr><td colspan=3>aqi</td><td>0.08994293336221838</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23660590321772</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0197164495490023</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9043986158282726</td></tr>
<tr><td colspan=3>efc</td><td>0.5292</td></tr>
<tr><td colspan=3>fber</td><td>1965.2655</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15162516967525244</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>175</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.164644714038129</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8614507503421334</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.751867752572178</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9232104757597765</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.909274022694446</td></tr>
<tr><td colspan=3>gcor</td><td>0.00949032</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004077553749084473</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02308560162782669</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.152799607945356</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>13.8772</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>95.5623</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>282.0134</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>90.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291138.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1314.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>464.242</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6696</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.7327</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3807.0287</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.8856</td></tr>
<tr><td colspan=3>tsnr</td><td>23.222419986850582</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>