<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-03/func/sub-0069_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>8cfd442248e452b475eb59123f5ba292</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:38:8.342500</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.999964, 0.0017304, 0.0083305, -0.00122169, 0.998156, -0.0606883]</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.0733661</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7287, 609, -71, -129, 40, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>42d83f3c-4ef7-43b7-948f-a60d9af888c7||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.6828298568725586, -0.0032777113374322653, 0.022734418511390686, 112.6618423461914], [-0.0046425433829426765, 2.6779797077178955, -0.1638248711824417, -86.91273498535156], [0.022350125014781952, 0.1628221571445465, 2.694929361343384, -77.94449615478516], [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': ['193808.342500', '193808.802500', '193809.262500', '193809.722500', '193810.182500', '193810.642500', '193811.102500', '193811.562500', '193812.022500', '193812.482500', '193812.942500', '193813.402500', '193813.862500', '193814.322500', '193814.782500', '193815.242500', '193815.702500', '193816.162500', '193816.622500', '193817.082500', '193817.542500', '193818.002500', '193818.462500', '193818.922500', '193819.382500', '193819.842500', '193820.302500', '193820.762500', '193821.222500', '193821.682500', '193822.142500', '193822.602500', '193823.062500', '193823.522500', '193823.982500', '193824.442500', '193824.902500', '193825.362500', '193825.822500', '193826.282500', '193826.742500', '193827.202500', '193827.662500', '193828.122500', '193828.582500', '193829.042500', '193829.502500', '193829.962500', '193830.422500', '193830.882500', '193831.342500', '193831.802500', '193832.262500', '193832.722500', '193833.182500', '193833.642500', '193834.102500', '193834.562500', '193835.022500', '193835.482500', '193835.942500', '193836.402500', '193836.862500', '193837.322500', '193837.782500', '193838.242500', '193838.702500', '193839.162500', '193839.622500', '193840.082500', '193840.542500', '193841.002500', '193841.462500', '193841.922500', '193842.382500', '193842.842500', '193843.302500', '193843.762500', '193844.222500', '193844.682500', '193845.142500', '193845.602500', '193846.062500', '193846.522500', '193846.982500', '193847.442500', '193847.902500', '193848.362500', '193848.822500', '193849.282500', '193849.742500', '193850.202500', '193850.662500', '193851.122500', '193851.582500', '193852.042500', '193852.502500', '193852.962500', '193853.422500', '193853.882500', '193854.342500', '193854.802500', '193855.262500', '193855.722500', '193856.182500', '193856.642500', '193857.102500', '193857.562500', '193858.022500', '193858.482500', '193858.942500', '193859.402500', '193859.862500', '193900.322500', '193900.782500', '193901.242500', '193901.702500', '193902.162500', '193902.622500', '193903.082500', '193903.542500', '193904.002500', '193904.462500', '193904.922500', '193905.382500', '193905.842500', '193906.302500', '193906.762500', '193907.222500', '193907.682500', '193908.142500', '193908.602500', '193909.062500', '193909.522500', '193909.982500', '193910.442500', '193910.902500', '193911.362500', '193911.822500', '193912.282500', '193912.742500', '193913.202500', '193913.662500', '193914.122500', '193914.582500', '193915.042500', '193915.502500', '193915.962500', '193916.422500', '193916.882500', '193917.342500', '193917.802500', '193918.262500', '193918.722500', '193919.182500', '193919.642500', '193920.102500', '193920.562500', '193921.022500', '193921.482500', '193921.942500', '193922.402500', '193922.862500', '193923.322500', '193923.782500', '193924.242500', '193924.702500', '193925.162500', '193925.622500', '193926.082500', '193926.542500', '193927.002500', '193927.462500', '193927.922500', '193928.382500', '193928.842500', '193929.302500', '193929.762500', '193930.222500', '193930.682500', '193931.142500', '193931.602500', '193932.062500', '193932.522500', '193932.982500', '193933.442500', '193933.902500', '193934.362500', '193934.822500', '193935.282500', '193935.742500', '193936.202500', '193936.662500', '193937.122500', '193937.582500', '193938.042500', '193938.502500', '193938.962500', '193939.422500', '193939.882500', '193940.342500', '193940.802500', '193941.262500', '193941.722500', '193942.182500', '193942.642500', '193943.102500', '193943.562500', '193944.022500', '193944.482500', '193944.942500', '193945.402500', '193945.862500', '193946.322500', '193946.782500', '193947.242500', '193947.702500', '193948.162500', '193948.622500', '193949.082500', '193949.542500', '193950.002500', '193950.462500', '193950.922500', '193951.382500', '193951.842500', '193952.302500', '193952.762500', '193953.222500', '193953.682500', '193954.142500', '193954.602500', '193955.062500', '193955.522500', '193955.982500', '193956.442500', '193956.902500', '193957.362500', '193957.822500', '193958.282500', '193958.742500', '193959.202500', '193959.662500', '194000.122500', '194000.582500', '194001.042500', '194001.502500', '194001.962500', '194002.422500', '194002.882500', '194003.342500', '194003.802500', '194004.262500', '194004.722500', '194005.182500', '194005.642500', '194006.102500', '194006.562500', '194007.022500', '194007.482500', '194007.942500', '194008.402500', '194008.862500', '194009.322500', '194009.782500', '194010.242500', '194010.702500', '194011.162500', '194011.622500', '194012.082500', '194012.542500', '194013.002500', '194013.462500', '194013.922500', '194014.382500', '194014.842500', '194015.302500', '194015.762500', '194016.222500', '194016.682500', '194017.142500', '194017.602500', '194018.062500', '194018.522500', '194018.982500', '194019.442500', '194019.902500', '194020.362500', '194020.822500', '194021.282500', '194021.742500', '194022.202500', '194022.662500', '194023.122500', '194023.582500', '194024.042500', '194024.502500', '194024.962500', '194025.422500', '194025.882500', '194026.342500', '194026.802500', '194027.262500', '194027.722500', '194028.182500', '194028.642500', '194029.102500', '194029.562500', '194030.022500', '194030.482500', '194030.942500', '194031.402500', '194031.862500', '194032.322500', '194032.782500', '194033.242500', '194033.702500', '194034.162500', '194034.622500', '194035.082500', '194035.542500', '194036.002500', '194036.462500', '194036.922500', '194037.382500', '194037.842500', '194038.302500', '194038.762500', '194039.222500', '194039.682500', '194040.142500', '194040.602500', '194041.062500', '194041.522500', '194041.982500', '194042.442500', '194042.902500', '194043.362500', '194043.822500', '194044.282500', '194044.742500', '194045.202500', '194045.662500', '194046.122500', '194046.582500', '194047.042500', '194047.502500', '194047.962500', '194048.422500', '194048.882500', '194049.342500', '194049.802500', '194050.262500', '194050.722500', '194051.182500', '194051.642500', '194052.102500', '194052.562500', '194053.022500', '194053.482500', '194053.942500', '194054.402500', '194054.862500', '194055.322500', '194055.782500', '194056.242500', '194056.702500', '194057.162500', '194057.622500', '194058.082500', '194058.542500', '194059.002500', '194059.462500', '194059.922500', '194100.382500', '194100.842500', '194101.302500', '194101.762500', '194102.222500', '194102.682500', '194103.142500', '194103.602500', '194104.062500', '194104.522500', '194104.982500', '194105.442500', '194105.902500', '194106.362500', '194106.822500', '194107.282500', '194107.742500', '194108.202500', '194108.662500', '194109.122500', '194109.582500', '194110.042500', '194110.502500', '194110.962500', '194111.422500', '194111.882500', '194112.342500', '194112.802500', '194113.262500', '194113.722500', '194114.182500', '194114.642500', '194115.102500', '194115.562500', '194116.022500', '194116.482500', '194116.942500', '194117.402500', '194117.862500', '194118.322500', '194118.782500', '194119.242500', '194119.702500', '194120.162500', '194120.622500', '194121.082500', '194121.542500', '194122.002500', '194122.462500', '194122.922500', '194123.382500', '194123.842500', '194124.302500', '194124.762500', '194125.222500', '194125.682500', '194126.142500', '194126.602500', '194127.062500', '194127.522500', '194127.982500', '194128.442500', '194128.902500', '194129.362500', '194129.822500', '194130.282500', '194130.742500', '194131.202500', '194131.662500', '194132.122500', '194132.582500', '194133.042500', '194133.502500', '194133.962500', '194134.422500', '194134.882500', '194135.342500', '194135.802500', '194136.262500', '194136.722500', '194137.182500', '194137.642500', '194138.102500', '194138.562500', '194139.022500', '194139.482500', '194139.942500', '194140.402500', '194140.862500', '194141.322500', '194141.782500', '194142.242500', '194142.702500', '194143.162500', '194143.622500', '194144.082500', '194144.542500', '194145.002500', '194145.462500', '194145.922500', '194146.382500', '194146.842500', '194147.302500', '194147.762500', '194148.222500', '194148.682500', '194149.142500', '194149.602500', '194150.062500', '194150.522500', '194150.982500', '194151.442500', '194151.902500', '194152.362500', '194152.822500', '194153.282500', '194153.742500', '194154.202500', '194154.662500', '194155.122500', '194155.582500', '194156.042500', '194156.502500', '194156.962500', '194157.422500', '194157.882500', '194158.342500', '194158.802500', '194159.262500', '194159.722500', '194200.182500', '194200.642500', '194201.102500', '194201.562500', '194202.022500', '194202.482500', '194202.942500', '194203.402500', '194203.862500', '194204.322500', '194204.782500', '194205.242500', '194205.702500', '194206.162500', '194206.622500', '194207.082500', '194207.542500', '194208.002500', '194208.462500', '194208.922500', '194209.382500', '194209.842500', '194210.302500', '194210.762500', '194211.222500', '194211.682500', '194212.142500', '194212.602500', '194213.062500', '194213.522500', '194213.982500', '194214.442500', '194214.902500', '194215.362500', '194215.822500', '194216.282500', '194216.742500', '194217.202500', '194217.662500', '194218.122500', '194218.582500', '194219.042500', '194219.502500', '194219.962500', '194220.422500', '194220.882500', '194221.342500', '194221.802500', '194222.262500', '194222.722500', '194223.182500', '194223.642500', '194224.102500', '194224.562500', '194225.022500', '194225.482500', '194225.942500', '194226.402500', '194226.862500', '194227.322500', '194227.782500', '194228.242500', '194228.702500', '194229.162500', '194229.622500', '194230.082500', '194230.542500', '194231.002500', '194231.462500', '194231.922500', '194232.382500', '194232.842500', '194233.302500', '194233.762500', '194234.222500', '194234.682500', '194235.142500', '194235.602500', '194236.062500', '194236.522500', '194236.982500', '194237.442500', '194237.902500', '194238.362500', '194238.822500', '194239.282500', '194239.742500', '194240.202500', '194240.662500', '194241.122500', '194241.582500', '194242.042500', '194242.502500', '194242.962500', '194243.422500', '194243.882500', '194244.342500', '194244.802500', '194245.262500', '194245.722500', '194246.182500', '194246.642500', '194247.102500', '194247.562500', '194248.022500', '194248.482500', '194248.942500', '194249.402500', '194249.862500', '194250.322500', '194250.782500', '194251.242500', '194251.702500', '194252.162500', '194252.622500', '194253.082500', '194253.542500', '194254.002500', '194254.462500', '194254.922500', '194255.382500', '194255.842500', '194256.302500', '194256.762500', '194257.222500', '194257.682500', '194258.142500', '194258.602500', '194259.062500', '194259.522500', '194259.982500', '194300.442500', '194300.902500', '194301.362500', '194301.822500', '194302.282500', '194302.742500', '194303.202500', '194303.662500', '194304.122500', '194304.582500', '194305.042500', '194305.502500', '194305.962500', '194306.422500', '194306.882500', '194307.342500', '194307.802500', '194308.262500', '194308.722500', '194309.182500', '194309.642500', '194310.102500', '194310.562500', '194311.022500', '194311.482500', '194311.942500', '194312.402500', '194312.862500', '194313.322500', '194313.782500', '194314.242500', '194314.702500', '194315.162500', '194315.622500', '194316.082500', '194316.542500', '194317.002500', '194317.462500', '194317.922500', '194318.382500', '194318.842500', '194319.302500', '194319.762500', '194320.222500', '194320.682500', '194321.142500', '194321.602500', '194322.062500', '194322.522500', '194322.982500', '194323.442500', '194323.902500', '194324.362500', '194324.822500', '194325.282500', '194325.742500', '194326.202500', '194326.662500', '194327.122500', '194327.582500', '194328.042500', '194328.502500', '194328.962500', '194329.422500', '194329.882500', '194330.342500', '194330.802500', '194331.262500', '194331.722500', '194332.182500', '194332.642500', '194333.102500', '194333.562500', '194334.022500', '194334.482500', '194334.942500', '194335.402500', '194335.862500', '194336.322500', '194336.782500', '194337.242500', '194337.702500', '194338.162500', '194338.622500', '194339.082500', '194339.542500', '194340.002500', '194340.462500', '194340.922500', '194341.382500', '194341.842500', '194342.302500', '194342.762500', '194343.222500', '194343.682500', '194344.142500', '194344.602500', '194345.062500', '194345.522500', '194345.982500', '194346.442500', '194346.902500', '194347.362500', '194347.822500', '194348.282500', '194348.742500', '194349.202500', '194349.662500', '194350.122500', '194350.582500', '194351.042500', '194351.502500', '194351.962500', '194352.422500', '194352.882500', '194353.342500', '194353.802500', '194354.262500', '194354.722500', '194355.182500', '194355.642500', '194356.102500', '194356.562500', '194357.022500', '194357.482500', '194357.942500', '194358.402500', '194358.862500', '194359.322500', '194359.782500', '194400.242500', '194400.702500', '194401.162500', '194401.622500', '194402.082500', '194402.542500', '194403.002500', '194403.462500', '194403.922500', '194404.382500', '194404.842500', '194405.302500', '194405.762500', '194406.222500', '194406.682500', '194407.142500', '194407.602500', '194408.062500', '194408.522500', '194408.982500', '194409.442500', '194409.902500', '194410.362500', '194410.822500', '194411.282500', '194411.742500', '194412.202500', '194412.662500', '194413.122500', '194413.582500', '194414.042500', '194414.502500', '194414.962500', '194415.422500', '194415.882500', '194416.342500', '194416.802500', '194417.262500', '194417.722500', '194418.182500', '194418.642500', '194419.102500', '194419.562500', '194420.022500', '194420.482500', '194420.942500', '194421.402500', '194421.862500', '194422.322500', '194422.782500', '194423.242500', '194423.702500', '194424.162500', '194424.622500', '194425.082500', '194425.542500', '194426.002500', '194426.462500', '194426.922500', '194427.382500', '194427.842500', '194428.302500', '194428.762500', '194429.222500', '194429.682500', '194430.142500', '194430.602500', '194431.062500', '194431.522500', '194431.982500', '194432.442500', '194432.902500', '194433.362500', '194433.822500', '194434.282500', '194434.742500', '194435.202500', '194435.662500', '194436.122500', '194436.582500', '194437.042500', '194437.502500', '194437.962500', '194438.422500', '194438.882500', '194439.342500', '194439.802500', '194440.262500', '194440.722500', '194441.182500', '194441.642500', '194442.102500', '194442.562500', '194443.022500', '194443.482500', '194443.942500', '194444.402500', '194444.862500', '194445.322500', '194445.782500', '194446.242500', '194446.702500', '194447.162500', '194447.622500', '194448.082500', '194448.542500', '194449.002500', '194449.462500', '194449.922500', '194450.382500', '194450.842500', '194451.302500', '194451.762500', '194452.222500', '194452.682500', '194453.142500', '194453.602500', '194454.062500', '194454.522500', '194454.982500', '194455.442500', '194455.902500', '194456.362500', '194456.822500', '194457.282500', '194457.742500', '194458.202500', '194458.662500', '194459.122500', '194459.582500', '194500.042500', '194500.502500', '194500.962500', '194501.422500', '194501.882500', '194502.342500', '194502.802500', '194503.262500', '194503.722500', '194504.182500', '194504.642500', '194505.102500', '194505.562500', '194506.022500', '194506.482500', '194506.942500', '194507.402500', '194507.862500', '194508.322500', '194508.782500', '194509.242500', '194509.702500', '194510.162500', '194510.622500', '194511.082500', '194511.542500', '194512.002500', '194512.462500', '194512.922500', '194513.382500', '194513.842500', '194514.302500', '194514.762500', '194515.222500', '194515.682500', '194516.142500', '194516.602500', '194517.062500', '194517.522500', '194517.982500', '194518.442500', '194518.902500', '194519.362500', '194519.822500', '194520.282500', '194520.742500', '194521.202500', '194521.662500', '194522.122500', '194522.582500', '194523.042500', '194523.502500', '194523.962500', '194524.422500', '194524.882500', '194525.342500', '194525.802500', '194526.262500', '194526.722500', '194527.182500', '194527.642500', '194528.102500', '194528.562500', '194529.022500', '194529.482500', '194529.942500', '194530.402500', '194530.862500', '194531.322500', '194531.782500', '194532.242500', '194532.702500', '194533.162500', '194533.622500', '194534.082500', '194534.542500', '194535.002500', '194535.462500', '194535.922500', '194536.382500', '194536.842500', '194537.302500', '194537.762500', '194538.222500', '194538.682500', '194539.142500', '194539.602500', '194540.062500', '194540.522500', '194540.982500', '194541.442500', '194541.902500', '194542.362500', '194542.822500', '194543.282500', '194543.742500', '194544.202500', '194544.662500', '194545.122500', '194545.582500', '194546.042500', '194546.502500', '194546.962500', '194547.422500', '194547.882500', '194548.342500', '194548.802500', '194549.262500', '194549.722500', '194550.182500', '194550.642500', '194551.102500', '194551.562500', '194552.022500', '194552.482500', '194552.942500', '194553.402500', '194553.862500', '194554.322500', '194554.782500', '194555.242500', '194555.702500', '194556.162500', '194556.622500', '194557.082500', '194557.542500', '194558.002500', '194558.462500', '194558.922500', '194559.382500', '194559.842500', '194600.302500', '194600.762500', '194601.222500', '194601.682500', '194602.142500', '194602.602500', '194603.062500', '194603.522500', '194603.982500', '194604.442500', '194604.902500', '194605.362500', '194605.822500', '194606.282500', '194606.742500', '194607.202500', '194607.662500', '194608.122500', '194608.582500', '194609.042500', '194609.502500', '194609.962500', '194610.422500', '194610.882500', '194611.342500', '194611.802500', '194612.262500', '194612.722500', '194613.182500', '194613.642500', '194614.102500', '194614.562500', '194615.022500', '194615.482500', '194615.942500', '194616.402500', '194616.862500', '194617.322500', '194617.782500', '194618.242500', '194618.702500', '194619.162500', '194619.622500', '194620.082500', '194620.542500', '194621.002500', '194621.462500', '194621.922500', '194622.382500', '194622.842500', '194623.302500', '194623.762500', '194624.222500', '194624.682500', '194625.142500', '194625.602500', '194626.062500', '194626.522500', '194626.982500', '194627.442500', '194627.902500', '194628.362500', '194628.822500', '194629.282500', '194629.742500', '194630.202500', '194630.662500', '194631.122500', '194631.582500', '194632.042500', '194632.502500', '194632.962500', '194633.422500', '194633.882500', '194634.342500', '194634.802500', '194635.262500', '194635.722500', '194636.182500', '194636.642500', '194637.102500', '194637.562500', '194638.022500', '194638.482500', '194638.942500', '194639.402500', '194639.862500', '194640.322500', '194640.782500', '194641.242500', '194641.702500', '194642.162500', '194642.622500', '194643.082500', '194643.542500', '194644.002500', '194644.462500', '194644.922500', '194645.382500', '194645.842500', '194646.302500', '194646.762500', '194647.222500', '194647.682500', '194648.142500', '194648.602500', '194649.062500', '194649.522500', '194649.982500', '194650.442500', '194650.902500', '194651.362500', '194651.822500', '194652.282500', '194652.742500', '194653.202500', '194653.662500', '194654.122500', '194654.582500', '194655.042500', '194655.502500', '194655.962500', '194656.422500', '194656.882500', '194657.342500', '194657.802500', '194658.262500', '194658.722500', '194659.182500', '194659.642500', '194700.102500'], 'ContentTime': ['193832.551000', '193832.555000', '193832.558000', '193832.561000', '193832.563000', '193832.566000', '193832.569000', '193832.571000', '193832.574000', '193832.576000', '193832.579000', '193832.582000', '193832.584000', '193832.587000', '193832.589000', '193832.592000', '193832.595000', '193832.597000', '193832.600000', '193832.602000', '193832.605000', '193832.607000', '193832.610000', '193832.612000', '193832.615000', '193832.618000', '193832.620000', '193832.623000', '193832.625000', '193832.628000', '193832.630000', '193832.633000', '193832.635000', '193832.638000', '193832.641000', '193832.643000', '193832.646000', '193832.648000', '193832.651000', '193832.653000', '193832.656000', '193832.659000', '193832.661000', '193832.664000', '193832.666000', '193832.669000', '193832.671000', '193832.674000', '193832.677000', '193832.679000', '193852.507000', '193852.509000', '193852.512000', '193852.515000', '193852.517000', '193852.520000', '193852.523000', '193852.525000', '193852.528000', '193852.530000', '193852.533000', '193852.535000', '193852.538000', '193852.540000', '193852.543000', '193852.546000', '193852.548000', '193852.551000', '193852.553000', '193852.556000', '193852.558000', '193852.561000', '193852.564000', '193852.566000', '193852.569000', '193852.571000', '193852.574000', '193852.582000', '193852.585000', '193852.587000', '193852.590000', '193852.593000', '193852.595000', '193852.598000', '193852.600000', '193852.603000', '193852.606000', '193852.608000', '193852.611000', '193852.614000', '193852.616000', '193852.619000', '193852.621000', '193912.506000', '193912.508000', '193912.511000', '193912.513000', '193912.516000', '193912.519000', '193912.521000', '193912.524000', '193912.527000', '193912.529000', '193912.532000', '193912.534000', '193912.537000', '193912.540000', '193912.542000', '193912.545000', '193912.548000', '193912.550000', '193912.553000', '193912.555000', '193912.558000', '193912.561000', '193912.563000', '193912.566000', '193912.568000', '193912.571000', '193912.573000', '193912.576000', '193912.579000', '193912.581000', '193912.584000', '193912.586000', '193912.594000', '193912.596000', '193912.599000', '193912.602000', '193912.604000', '193912.607000', '193912.609000', '193912.612000', '193912.615000', '193912.617000', '193912.620000', '193932.505000', '193932.508000', '193932.511000', '193932.513000', '193932.531000', '193932.533000', '193932.536000', '193932.539000', '193932.541000', '193932.544000', '193932.546000', '193932.549000', '193932.552000', '193932.554000', '193932.567000', '193932.570000', '193932.572000', '193932.575000', '193932.577000', '193932.580000', '193932.583000', '193932.585000', '193932.588000', '193932.590000', '193932.593000', '193932.596000', '193932.598000', '193932.601000', '193932.603000', '193932.606000', '193932.608000', '193932.611000', '193932.614000', '193932.616000', '193932.619000', '193932.622000', '193932.624000', '193932.627000', '193932.629000', '193932.632000', '193932.634000', '193932.637000', '193932.640000', '193932.642000', '193952.506000', '193952.509000', '193952.512000', '193952.514000', '193952.517000', '193952.520000', '193952.522000', '193952.525000', '193952.528000', '193952.531000', '193952.534000', '193952.536000', '193952.539000', '193952.542000', '193952.544000', '193952.547000', '193952.550000', '193952.552000', '193952.555000', '193952.558000', '193952.560000', '193952.563000', '193952.565000', '193952.568000', '193952.571000', '193952.573000', '193952.576000', '193952.578000', '193952.581000', '193952.584000', '193952.587000', '193952.589000', '193952.592000', '193952.595000', '193952.597000', '193952.600000', '193952.602000', '193952.605000', '193952.607000', '193952.610000', '193952.613000', '193952.615000', '193952.618000', '193952.620000', '194012.507000', '194012.510000', '194012.512000', '194012.515000', '194012.517000', '194012.520000', '194012.523000', '194012.525000', '194012.528000', '194012.531000', '194012.533000', '194012.536000', '194012.538000', '194012.541000', '194012.543000', '194012.546000', '194012.549000', '194012.551000', '194012.554000', '194012.557000', '194012.559000', '194012.562000', '194012.564000', '194012.567000', '194012.569000', '194012.572000', '194012.575000', '194012.577000', '194012.580000', '194012.583000', '194012.585000', '194012.588000', '194012.591000', '194012.593000', '194012.596000', '194012.599000', '194012.601000', '194012.604000', '194012.606000', '194012.609000', '194012.612000', '194012.616000', '194012.618000', '194032.506000', '194032.509000', '194032.512000', '194032.514000', '194032.517000', '194032.520000', '194032.522000', '194032.525000', '194032.528000', '194032.530000', '194032.533000', '194032.535000', '194032.538000', '194032.541000', '194032.543000', '194032.547000', '194032.549000', '194032.552000', '194032.554000', '194032.559000', '194032.562000', '194032.564000', '194032.567000', '194032.569000', '194032.572000', '194032.575000', '194032.577000', '194032.580000', '194032.582000', '194032.585000', '194032.588000', '194032.590000', '194032.593000', '194032.596000', '194032.598000', '194032.601000', '194032.603000', '194032.606000', '194032.609000', '194032.611000', '194032.614000', '194032.616000', '194032.619000', '194052.506000', '194052.510000', '194052.513000', '194052.516000', '194052.518000', '194052.521000', '194052.523000', '194052.526000', '194052.529000', '194052.531000', '194052.534000', '194052.536000', '194052.539000', '194052.542000', '194052.544000', '194052.547000', '194052.550000', '194052.552000', '194052.555000', '194052.558000', '194052.564000', '194052.566000', '194052.569000', '194052.572000', '194052.574000', '194052.577000', '194052.579000', '194052.582000', '194052.585000', '194052.587000', '194052.590000', '194052.593000', '194052.595000', '194052.598000', '194052.600000', '194052.603000', '194052.606000', '194052.608000', '194052.611000', '194052.613000', '194052.616000', '194052.619000', '194052.621000', '194052.624000', '194112.507000', '194112.509000', '194112.512000', '194112.515000', '194112.518000', '194112.520000', '194112.523000', '194112.525000', '194112.528000', '194112.531000', '194112.533000', '194112.536000', '194112.538000', '194112.541000', '194112.544000', '194112.550000', '194112.553000', '194112.556000', '194112.559000', '194112.562000', '194112.565000', '194112.568000', '194112.571000', '194112.574000', '194112.576000', '194112.579000', '194112.581000', '194112.584000', '194112.587000', '194112.589000', '194112.592000', '194112.595000', '194112.597000', '194112.600000', '194112.603000', '194112.605000', '194112.608000', '194112.610000', '194112.613000', '194112.616000', '194112.618000', '194112.621000', '194112.624000', '194132.506000', '194132.508000', '194132.511000', '194132.514000', '194132.516000', '194132.519000', '194132.522000', '194132.524000', '194132.527000', '194132.529000', '194132.532000', '194132.535000', '194132.537000', '194132.540000', '194132.543000', '194132.545000', '194132.548000', '194132.551000', '194132.553000', '194132.556000', '194132.558000', '194132.561000', '194132.563000', '194132.566000', '194132.569000', '194132.571000', '194132.574000', '194132.576000', '194132.579000', '194132.582000', '194132.584000', '194132.587000', '194132.590000', '194132.592000', '194132.595000', '194132.597000', '194132.600000', '194132.603000', '194132.605000', '194132.608000', '194132.611000', '194132.613000', '194132.616000', '194132.618000', '194152.505000', '194152.508000', '194152.511000', '194152.514000', '194152.516000', '194152.519000', '194152.522000', '194152.524000', '194152.527000', '194152.529000', '194152.532000', '194152.535000', '194152.537000', '194152.540000', '194152.543000', '194152.545000', '194152.548000', '194152.550000', '194152.553000', '194152.556000', '194152.558000', '194152.561000', '194152.564000', '194152.566000', '194152.569000', '194152.571000', '194152.574000', '194152.577000', '194152.579000', '194152.582000', '194152.585000', '194152.587000', '194152.590000', '194152.593000', '194152.595000', '194152.598000', '194152.601000', '194152.603000', '194152.606000', '194152.608000', '194152.611000', '194152.613000', '194152.616000', '194212.507000', '194212.509000', '194212.512000', '194212.515000', '194212.517000', '194212.520000', '194212.522000', '194212.525000', '194212.528000', '194212.530000', '194212.533000', '194212.536000', '194212.538000', '194212.541000', '194212.543000', '194212.546000', '194212.549000', '194212.551000', '194212.554000', '194212.557000', '194212.559000', '194212.562000', '194212.565000', '194212.567000', '194212.570000', '194212.573000', '194212.575000', '194212.578000', '194212.580000', '194212.583000', '194212.586000', '194212.588000', '194212.591000', '194212.594000', '194212.596000', '194212.599000', '194212.601000', '194212.604000', '194212.606000', '194212.609000', '194212.612000', '194212.614000', '194212.617000', '194212.620000', '194232.506000', '194232.509000', '194232.512000', '194232.515000', '194232.517000', '194232.520000', '194232.522000', '194232.525000', '194232.528000', '194232.530000', '194232.533000', '194232.535000', '194232.538000', '194232.541000', '194232.543000', '194232.546000', '194232.548000', '194232.551000', '194232.554000', '194232.556000', '194232.559000', '194232.562000', '194232.564000', '194232.567000', '194232.579000', '194232.582000', '194232.585000', '194232.589000', '194232.592000', '194232.595000', '194232.597000', '194232.600000', '194232.602000', '194232.605000', '194232.608000', '194232.611000', '194232.614000', '194232.617000', '194232.619000', '194232.622000', '194232.624000', '194232.627000', '194232.630000', '194252.506000', '194252.509000', '194252.512000', '194252.515000', '194252.517000', '194252.520000', '194252.523000', '194252.525000', '194252.528000', '194252.531000', '194252.534000', '194252.536000', '194252.539000', '194252.542000', '194252.544000', '194252.547000', '194252.550000', '194252.552000', '194252.555000', '194252.557000', '194252.560000', '194252.563000', '194252.565000', '194252.568000', '194252.570000', '194252.573000', '194252.576000', '194252.579000', '194252.581000', '194252.584000', '194252.586000', '194252.589000', '194252.592000', '194252.594000', '194252.597000', '194252.600000', '194252.602000', '194252.605000', '194252.608000', '194252.610000', '194252.613000', '194252.615000', '194252.618000', '194252.621000', '194312.507000', '194312.509000', '194312.512000', '194312.514000', '194312.517000', '194312.520000', '194312.522000', '194312.525000', '194312.528000', '194312.530000', '194312.533000', '194312.536000', '194312.538000', '194312.541000', '194312.543000', '194312.546000', '194312.549000', '194312.551000', '194312.554000', '194312.557000', '194312.559000', '194312.562000', '194312.565000', '194312.567000', '194312.570000', '194312.572000', '194312.575000', '194312.578000', '194312.580000', '194312.583000', '194312.585000', '194312.588000', '194312.591000', '194312.594000', '194312.596000', '194312.599000', '194312.601000', '194312.604000', '194312.606000', '194312.609000', '194312.612000', '194312.615000', '194312.618000', '194332.506000', '194332.509000', '194332.512000', '194332.514000', '194332.517000', '194332.520000', '194332.522000', '194332.525000', '194332.527000', '194332.530000', '194332.533000', '194332.535000', '194332.538000', '194332.541000', '194332.543000', '194332.546000', '194332.548000', '194332.551000', '194332.554000', '194332.556000', '194332.559000', '194332.562000', '194332.564000', '194332.567000', '194332.570000', '194332.572000', '194332.575000', '194332.577000', '194332.580000', '194332.583000', '194332.585000', '194332.588000', '194332.591000', '194332.593000', '194332.596000', '194332.598000', '194332.601000', '194332.604000', '194332.606000', '194332.609000', '194332.611000', '194332.614000', '194332.617000', '194332.619000', '194352.505000', '194352.508000', '194352.511000', '194352.514000', '194352.516000', '194352.519000', '194352.521000', '194352.524000', '194352.527000', '194352.529000', '194352.532000', '194352.535000', '194352.537000', '194352.540000', '194352.542000', '194352.545000', '194352.548000', '194352.550000', '194352.553000', '194352.556000', '194352.558000', '194352.561000', '194352.564000', '194352.566000', '194352.569000', '194352.571000', '194352.574000', '194352.577000', '194352.579000', '194352.582000', '194352.584000', '194352.587000', '194352.592000', '194352.594000', '194352.597000', '194352.600000', '194352.602000', '194352.605000', '194352.607000', '194352.610000', '194352.613000', '194352.615000', '194352.618000', '194412.505000', '194412.508000', '194412.511000', '194412.513000', '194412.516000', '194412.519000', '194412.521000', '194412.524000', '194412.527000', '194412.529000', '194412.532000', '194412.534000', '194412.537000', '194412.539000', '194412.542000', '194412.545000', '194412.547000', '194412.550000', '194412.552000', '194412.555000', '194412.558000', '194412.560000', '194412.563000', '194412.565000', '194412.568000', '194412.571000', '194412.573000', '194412.576000', '194412.578000', '194412.581000', '194412.584000', '194412.586000', '194412.589000', '194412.592000', '194412.594000', '194412.597000', '194412.599000', '194412.602000', '194412.605000', '194412.607000', '194412.610000', '194412.612000', '194412.615000', '194412.618000', '194432.506000', '194432.509000', '194432.512000', '194432.514000', '194432.517000', '194432.520000', '194432.522000', '194432.525000', '194432.528000', '194432.530000', '194432.533000', '194432.535000', '194432.538000', '194432.541000', '194432.543000', '194432.546000', '194432.549000', '194432.551000', '194432.554000', '194432.557000', '194432.559000', '194432.562000', '194432.565000', '194432.567000', '194432.570000', '194432.572000', '194432.575000', '194432.577000', '194432.580000', '194432.583000', '194432.585000', '194432.588000', '194432.591000', '194432.593000', '194432.596000', '194432.598000', '194432.601000', '194432.604000', '194432.606000', '194432.609000', '194432.611000', '194432.614000', '194432.617000', '194452.506000', '194452.509000', '194452.512000', '194452.515000', '194452.517000', '194452.520000', '194452.523000', '194452.525000', '194452.528000', '194452.531000', '194452.533000', '194452.536000', '194452.539000', '194452.541000', '194452.544000', '194452.553000', '194452.555000', '194452.558000', '194452.561000', '194452.563000', '194452.566000', '194452.569000', '194452.571000', '194452.574000', '194452.576000', '194452.579000', '194452.581000', '194452.584000', '194452.587000', '194452.589000', '194452.592000', '194452.595000', '194452.597000', '194452.600000', '194452.603000', '194452.605000', '194452.608000', '194452.610000', '194452.613000', '194452.616000', '194452.618000', '194452.621000', '194452.623000', '194452.626000', '194512.507000', '194512.510000', '194512.512000', '194512.515000', '194512.518000', '194512.520000', '194512.523000', '194512.525000', '194512.528000', '194512.531000', '194512.533000', '194512.536000', '194512.539000', '194512.541000', '194512.544000', '194512.547000', '194512.549000', '194512.552000', '194512.555000', '194512.557000', '194512.560000', '194512.562000', '194512.565000', '194512.568000', '194512.570000', '194512.573000', '194512.575000', '194512.578000', '194512.581000', '194512.583000', '194512.586000', '194512.588000', '194512.591000', '194512.594000', '194512.596000', '194512.599000', '194512.601000', '194512.604000', '194512.607000', '194512.609000', '194512.612000', '194512.615000', '194512.617000', '194532.507000', '194532.509000', '194532.512000', '194532.515000', '194532.517000', '194532.520000', '194532.523000', '194532.525000', '194532.528000', '194532.530000', '194532.533000', '194532.536000', '194532.538000', '194532.541000', '194532.544000', '194532.546000', '194532.549000', '194532.552000', '194532.554000', '194532.557000', '194532.559000', '194532.562000', '194532.565000', '194532.567000', '194532.570000', '194532.572000', '194532.575000', '194532.578000', '194532.580000', '194532.583000', '194532.586000', '194532.588000', '194532.591000', '194532.593000', '194532.596000', '194532.599000', '194532.601000', '194532.604000', '194532.606000', '194532.609000', '194532.612000', '194532.614000', '194532.617000', '194532.619000', '194552.507000', '194552.509000', '194552.512000', '194552.515000', '194552.518000', '194552.520000', '194552.523000', '194552.525000', '194552.529000', '194552.531000', '194552.534000', '194552.536000', '194552.539000', '194552.542000', '194552.544000', '194552.547000', '194552.550000', '194552.552000', '194552.555000', '194552.558000', '194552.560000', '194552.563000', '194552.565000', '194552.568000', '194552.571000', '194552.573000', '194552.576000', '194552.578000', '194552.581000', '194552.584000', '194552.586000', '194552.589000', '194552.592000', '194552.594000', '194552.597000', '194552.599000', '194552.602000', '194552.604000', '194552.607000', '194552.610000', '194552.612000', '194552.615000', '194552.617000', '194612.506000', '194612.509000', '194612.511000', '194612.514000', '194612.517000', '194612.520000', '194612.522000', '194612.525000', '194612.527000', '194612.530000', '194612.533000', '194612.535000', '194612.538000', '194612.541000', '194612.544000', '194612.546000', '194612.549000', '194612.552000', '194612.554000', '194612.557000', '194612.560000', '194612.562000', '194612.565000', '194612.567000', '194612.570000', '194612.573000', '194612.575000', '194612.578000', '194612.580000', '194612.583000', '194612.586000', '194612.588000', '194612.591000', '194612.593000', '194612.596000', '194612.599000', '194612.601000', '194612.604000', '194612.606000', '194612.609000', '194612.612000', '194612.614000', '194612.617000', '194612.619000', '194632.506000', '194632.509000', '194632.511000', '194632.514000', '194632.517000', '194632.519000', '194632.522000', '194632.524000', '194632.527000', '194632.530000', '194632.532000', '194632.535000', '194632.538000', '194632.540000', '194632.543000', '194632.546000', '194632.548000', '194632.551000', '194632.560000', '194632.562000', '194632.565000', '194632.567000', '194632.570000', '194632.573000', '194632.576000', '194632.578000', '194632.581000', '194632.583000', '194632.586000', '194632.589000', '194632.591000', '194632.594000', '194632.597000', '194632.599000', '194632.602000', '194632.604000', '194632.607000', '194632.610000', '194632.612000', '194632.615000', '194632.617000', '194632.620000', '194632.630000', '194652.507000', '194652.509000', '194652.512000', '194652.515000', '194652.518000', '194652.520000', '194652.523000', '194652.526000', '194652.528000', '194652.531000', '194652.533000', '194652.536000', '194652.539000', '194652.541000', '194652.544000', '194652.546000', '194652.549000', '194652.552000', '194652.554000', '194652.557000', '194652.559000', '194652.562000', '194652.565000', '194652.567000', '194652.570000', '194652.572000', '194652.575000', '194652.578000', '194652.580000', '194652.583000', '194652.586000', '194652.588000', '194652.591000', '194652.593000', '194652.596000', '194652.599000', '194652.601000', '194652.604000', '194652.607000', '194652.609000', '194652.612000', '194652.615000', '194652.617000', '194701.638000', '194701.641000', '194701.644000', '194701.646000', '194701.649000', '194701.652000', '194701.655000', '194701.657000', '194701.660000', '194701.663000', '194701.666000', '194701.669000', '194701.671000', '194701.675000', '194701.677000', '194701.680000', '194701.683000', '194701.686000', '194701.688000', '194701.691000', '194701.694000'], 'InstanceCreationTime': ['193832.551000', '193832.555000', '193832.558000', '193832.561000', '193832.563000', '193832.566000', '193832.569000', '193832.571000', '193832.574000', '193832.576000', '193832.579000', '193832.582000', '193832.584000', '193832.587000', '193832.589000', '193832.592000', '193832.595000', '193832.597000', '193832.600000', '193832.602000', '193832.605000', '193832.607000', '193832.610000', '193832.612000', '193832.615000', '193832.618000', '193832.620000', '193832.623000', '193832.625000', '193832.628000', '193832.630000', '193832.633000', '193832.635000', '193832.638000', '193832.641000', '193832.643000', '193832.646000', '193832.648000', '193832.651000', '193832.653000', '193832.656000', '193832.659000', '193832.661000', '193832.664000', '193832.666000', '193832.669000', '193832.671000', '193832.674000', '193832.677000', '193832.679000', '193852.507000', '193852.509000', '193852.512000', '193852.515000', '193852.517000', '193852.520000', '193852.523000', '193852.525000', '193852.528000', '193852.530000', '193852.533000', '193852.535000', '193852.538000', '193852.540000', '193852.543000', '193852.546000', '193852.548000', '193852.551000', '193852.553000', '193852.556000', '193852.558000', '193852.561000', '193852.564000', '193852.566000', '193852.569000', '193852.571000', '193852.574000', '193852.582000', '193852.585000', '193852.587000', '193852.590000', '193852.593000', '193852.595000', '193852.598000', '193852.600000', '193852.603000', '193852.606000', '193852.608000', '193852.611000', '193852.614000', '193852.616000', '193852.619000', '193852.621000', '193912.506000', '193912.508000', '193912.511000', '193912.513000', '193912.516000', '193912.519000', '193912.521000', '193912.524000', '193912.527000', '193912.529000', '193912.532000', '193912.534000', '193912.537000', '193912.540000', '193912.542000', '193912.545000', '193912.548000', '193912.550000', '193912.553000', '193912.555000', '193912.558000', '193912.561000', '193912.563000', '193912.566000', '193912.568000', '193912.571000', '193912.573000', '193912.576000', '193912.579000', '193912.581000', '193912.584000', '193912.586000', '193912.594000', '193912.596000', '193912.599000', '193912.602000', '193912.604000', '193912.607000', '193912.609000', '193912.612000', '193912.615000', '193912.617000', '193912.620000', '193932.505000', '193932.508000', '193932.511000', '193932.513000', '193932.531000', '193932.533000', '193932.536000', '193932.539000', '193932.541000', '193932.544000', '193932.546000', '193932.549000', '193932.552000', '193932.554000', '193932.567000', '193932.570000', '193932.572000', '193932.575000', '193932.577000', '193932.580000', '193932.583000', '193932.585000', '193932.588000', '193932.590000', '193932.593000', '193932.596000', '193932.598000', '193932.601000', '193932.603000', '193932.606000', '193932.608000', '193932.611000', '193932.614000', '193932.616000', '193932.619000', '193932.622000', '193932.624000', '193932.627000', '193932.629000', '193932.632000', '193932.634000', '193932.637000', '193932.640000', '193932.642000', '193952.506000', '193952.509000', '193952.512000', '193952.514000', '193952.517000', '193952.520000', '193952.522000', '193952.525000', '193952.528000', '193952.531000', '193952.534000', '193952.536000', '193952.539000', '193952.542000', '193952.544000', '193952.547000', '193952.550000', '193952.552000', '193952.555000', '193952.558000', '193952.560000', '193952.563000', '193952.565000', '193952.568000', '193952.571000', '193952.573000', '193952.576000', '193952.578000', '193952.581000', '193952.584000', '193952.587000', '193952.589000', '193952.592000', '193952.595000', '193952.597000', '193952.600000', '193952.602000', '193952.605000', '193952.607000', '193952.610000', '193952.613000', '193952.615000', '193952.618000', '193952.620000', '194012.507000', '194012.510000', '194012.512000', '194012.515000', '194012.517000', '194012.520000', '194012.523000', '194012.525000', '194012.528000', '194012.531000', '194012.533000', '194012.536000', '194012.538000', '194012.541000', '194012.543000', '194012.546000', '194012.549000', '194012.551000', '194012.554000', '194012.557000', '194012.559000', '194012.562000', '194012.564000', '194012.567000', '194012.569000', '194012.572000', '194012.575000', '194012.577000', '194012.580000', '194012.583000', '194012.585000', '194012.588000', '194012.591000', '194012.593000', '194012.596000', '194012.599000', '194012.601000', '194012.604000', '194012.606000', '194012.609000', '194012.612000', '194012.616000', '194012.618000', '194032.506000', '194032.509000', '194032.512000', '194032.514000', '194032.517000', '194032.520000', '194032.522000', '194032.525000', '194032.528000', '194032.530000', '194032.533000', '194032.535000', '194032.538000', '194032.541000', '194032.543000', '194032.547000', '194032.549000', '194032.552000', '194032.554000', '194032.559000', '194032.562000', '194032.564000', '194032.567000', '194032.569000', '194032.572000', '194032.575000', '194032.577000', '194032.580000', '194032.582000', '194032.585000', '194032.588000', '194032.590000', '194032.593000', '194032.596000', '194032.598000', '194032.601000', '194032.603000', '194032.606000', '194032.609000', '194032.611000', '194032.614000', '194032.616000', '194032.619000', '194052.506000', '194052.510000', '194052.513000', '194052.516000', '194052.518000', '194052.521000', '194052.523000', '194052.526000', '194052.529000', '194052.531000', '194052.534000', '194052.536000', '194052.539000', '194052.542000', '194052.544000', '194052.547000', '194052.550000', '194052.552000', '194052.555000', '194052.558000', '194052.564000', '194052.566000', '194052.569000', '194052.572000', '194052.574000', '194052.577000', '194052.579000', '194052.582000', '194052.585000', '194052.587000', '194052.590000', '194052.593000', '194052.595000', '194052.598000', '194052.600000', '194052.603000', '194052.606000', '194052.608000', '194052.611000', '194052.613000', '194052.616000', '194052.619000', '194052.621000', '194052.624000', '194112.507000', '194112.509000', '194112.512000', '194112.515000', '194112.518000', '194112.520000', '194112.523000', '194112.525000', '194112.528000', '194112.531000', '194112.533000', '194112.536000', '194112.538000', '194112.541000', '194112.544000', '194112.550000', '194112.553000', '194112.556000', '194112.559000', '194112.562000', '194112.565000', '194112.568000', '194112.571000', '194112.574000', '194112.576000', '194112.579000', '194112.581000', '194112.584000', '194112.587000', '194112.589000', '194112.592000', '194112.595000', '194112.597000', '194112.600000', '194112.603000', '194112.605000', '194112.608000', '194112.610000', '194112.613000', '194112.616000', '194112.618000', '194112.621000', '194112.624000', '194132.506000', '194132.508000', '194132.511000', '194132.514000', '194132.516000', '194132.519000', '194132.522000', '194132.524000', '194132.527000', '194132.529000', '194132.532000', '194132.535000', '194132.537000', '194132.540000', '194132.543000', '194132.545000', '194132.548000', '194132.551000', '194132.553000', '194132.556000', '194132.558000', '194132.561000', '194132.563000', '194132.566000', '194132.569000', '194132.571000', '194132.574000', '194132.576000', '194132.579000', '194132.582000', '194132.584000', '194132.587000', '194132.590000', '194132.592000', '194132.595000', '194132.597000', '194132.600000', '194132.603000', '194132.605000', '194132.608000', '194132.611000', '194132.613000', '194132.616000', '194132.618000', '194152.505000', '194152.508000', '194152.511000', '194152.514000', '194152.516000', '194152.519000', '194152.522000', '194152.524000', '194152.527000', '194152.529000', '194152.532000', '194152.535000', '194152.537000', '194152.540000', '194152.543000', '194152.545000', '194152.548000', '194152.550000', '194152.553000', '194152.556000', '194152.558000', '194152.561000', '194152.564000', '194152.566000', '194152.569000', '194152.571000', '194152.574000', '194152.577000', '194152.579000', '194152.582000', '194152.585000', '194152.587000', '194152.590000', '194152.593000', '194152.595000', '194152.598000', '194152.601000', '194152.603000', '194152.606000', '194152.608000', '194152.611000', '194152.613000', '194152.616000', '194212.507000', '194212.509000', '194212.512000', '194212.515000', '194212.517000', '194212.520000', '194212.522000', '194212.525000', '194212.528000', '194212.530000', '194212.533000', '194212.536000', '194212.538000', '194212.541000', '194212.543000', '194212.546000', '194212.549000', '194212.551000', '194212.554000', '194212.557000', '194212.559000', '194212.562000', '194212.565000', '194212.567000', '194212.570000', '194212.573000', '194212.575000', '194212.578000', '194212.580000', '194212.583000', '194212.586000', '194212.588000', '194212.591000', '194212.594000', '194212.596000', '194212.599000', '194212.601000', '194212.604000', '194212.606000', '194212.609000', '194212.612000', '194212.614000', '194212.617000', '194212.620000', '194232.506000', '194232.509000', '194232.512000', '194232.515000', '194232.517000', '194232.520000', '194232.522000', '194232.525000', '194232.528000', '194232.530000', '194232.533000', '194232.535000', '194232.538000', '194232.541000', '194232.543000', '194232.546000', '194232.548000', '194232.551000', '194232.554000', '194232.556000', '194232.559000', '194232.562000', '194232.564000', '194232.567000', '194232.579000', '194232.582000', '194232.585000', '194232.589000', '194232.592000', '194232.595000', '194232.597000', '194232.600000', '194232.602000', '194232.605000', '194232.608000', '194232.611000', '194232.614000', '194232.617000', '194232.619000', '194232.622000', '194232.624000', '194232.627000', '194232.630000', '194252.506000', '194252.509000', '194252.512000', '194252.515000', '194252.517000', '194252.520000', '194252.523000', '194252.525000', '194252.528000', '194252.531000', '194252.534000', '194252.536000', '194252.539000', '194252.542000', '194252.544000', '194252.547000', '194252.550000', '194252.552000', '194252.555000', '194252.557000', '194252.560000', '194252.563000', '194252.565000', '194252.568000', '194252.570000', '194252.573000', '194252.576000', '194252.579000', '194252.581000', '194252.584000', '194252.586000', '194252.589000', '194252.592000', '194252.594000', '194252.597000', '194252.600000', '194252.602000', '194252.605000', '194252.608000', '194252.610000', '194252.613000', '194252.615000', '194252.618000', '194252.621000', '194312.507000', '194312.509000', '194312.512000', '194312.514000', '194312.517000', '194312.520000', '194312.522000', '194312.525000', '194312.528000', '194312.530000', '194312.533000', '194312.536000', '194312.538000', '194312.541000', '194312.543000', '194312.546000', '194312.549000', '194312.551000', '194312.554000', '194312.557000', '194312.559000', '194312.562000', '194312.565000', '194312.567000', '194312.570000', '194312.572000', '194312.575000', '194312.578000', '194312.580000', '194312.583000', '194312.585000', '194312.588000', '194312.591000', '194312.594000', '194312.596000', '194312.599000', '194312.601000', '194312.604000', '194312.606000', '194312.609000', '194312.612000', '194312.615000', '194312.618000', '194332.506000', '194332.509000', '194332.512000', '194332.514000', '194332.517000', '194332.520000', '194332.522000', '194332.525000', '194332.527000', '194332.530000', '194332.533000', '194332.535000', '194332.538000', '194332.541000', '194332.543000', '194332.546000', '194332.548000', '194332.551000', '194332.554000', '194332.556000', '194332.559000', '194332.562000', '194332.564000', '194332.567000', '194332.570000', '194332.572000', '194332.575000', '194332.577000', '194332.580000', '194332.583000', '194332.585000', '194332.588000', '194332.591000', '194332.593000', '194332.596000', '194332.598000', '194332.601000', '194332.604000', '194332.606000', '194332.609000', '194332.611000', '194332.614000', '194332.617000', '194332.619000', '194352.505000', '194352.508000', '194352.511000', '194352.514000', '194352.516000', '194352.519000', '194352.521000', '194352.524000', '194352.527000', '194352.529000', '194352.532000', '194352.535000', '194352.537000', '194352.540000', '194352.542000', '194352.545000', '194352.548000', '194352.550000', '194352.553000', '194352.556000', '194352.558000', '194352.561000', '194352.564000', '194352.566000', '194352.569000', '194352.571000', '194352.574000', '194352.577000', '194352.579000', '194352.582000', '194352.584000', '194352.587000', '194352.592000', '194352.594000', '194352.597000', '194352.600000', '194352.602000', '194352.605000', '194352.607000', '194352.610000', '194352.613000', '194352.615000', '194352.618000', '194412.505000', '194412.508000', '194412.511000', '194412.513000', '194412.516000', '194412.519000', '194412.521000', '194412.524000', '194412.527000', '194412.529000', '194412.532000', '194412.534000', '194412.537000', '194412.539000', '194412.542000', '194412.545000', '194412.547000', '194412.550000', '194412.552000', '194412.555000', '194412.558000', '194412.560000', '194412.563000', '194412.565000', '194412.568000', '194412.571000', '194412.573000', '194412.576000', '194412.578000', '194412.581000', '194412.584000', '194412.586000', '194412.589000', '194412.592000', '194412.594000', '194412.597000', '194412.599000', '194412.602000', '194412.605000', '194412.607000', '194412.610000', '194412.612000', '194412.615000', '194412.618000', '194432.506000', '194432.509000', '194432.512000', '194432.514000', '194432.517000', '194432.520000', '194432.522000', '194432.525000', '194432.528000', '194432.530000', '194432.533000', '194432.535000', '194432.538000', '194432.541000', '194432.543000', '194432.546000', '194432.549000', '194432.551000', '194432.554000', '194432.557000', '194432.559000', '194432.562000', '194432.565000', '194432.567000', '194432.570000', '194432.572000', '194432.575000', '194432.577000', '194432.580000', '194432.583000', '194432.585000', '194432.588000', '194432.591000', '194432.593000', '194432.596000', '194432.598000', '194432.601000', '194432.604000', '194432.606000', '194432.609000', '194432.611000', '194432.614000', '194432.617000', '194452.506000', '194452.509000', '194452.512000', '194452.515000', '194452.517000', '194452.520000', '194452.523000', '194452.525000', '194452.528000', '194452.531000', '194452.533000', '194452.536000', '194452.539000', '194452.541000', '194452.544000', '194452.553000', '194452.555000', '194452.558000', '194452.561000', '194452.563000', '194452.566000', '194452.569000', '194452.571000', '194452.574000', '194452.576000', '194452.579000', '194452.581000', '194452.584000', '194452.587000', '194452.589000', '194452.592000', '194452.595000', '194452.597000', '194452.600000', '194452.603000', '194452.605000', '194452.608000', '194452.610000', '194452.613000', '194452.616000', '194452.618000', '194452.621000', '194452.623000', '194452.626000', '194512.507000', '194512.510000', '194512.512000', '194512.515000', '194512.518000', '194512.520000', '194512.523000', '194512.525000', '194512.528000', '194512.531000', '194512.533000', '194512.536000', '194512.539000', '194512.541000', '194512.544000', '194512.547000', '194512.549000', '194512.552000', '194512.555000', '194512.557000', '194512.560000', '194512.562000', '194512.565000', '194512.568000', '194512.570000', '194512.573000', '194512.575000', '194512.578000', '194512.581000', '194512.583000', '194512.586000', '194512.588000', '194512.591000', '194512.594000', '194512.596000', '194512.599000', '194512.601000', '194512.604000', '194512.607000', '194512.609000', '194512.612000', '194512.615000', '194512.617000', '194532.507000', '194532.509000', '194532.512000', '194532.515000', '194532.517000', '194532.520000', '194532.523000', '194532.525000', '194532.528000', '194532.530000', '194532.533000', '194532.536000', '194532.538000', '194532.541000', '194532.544000', '194532.546000', '194532.549000', '194532.552000', '194532.554000', '194532.557000', '194532.559000', '194532.562000', '194532.565000', '194532.567000', '194532.570000', '194532.572000', '194532.575000', '194532.578000', '194532.580000', '194532.583000', '194532.586000', '194532.588000', '194532.591000', '194532.593000', '194532.596000', '194532.599000', '194532.601000', '194532.604000', '194532.606000', '194532.609000', '194532.612000', '194532.614000', '194532.617000', '194532.619000', '194552.507000', '194552.509000', '194552.512000', '194552.515000', '194552.518000', '194552.520000', '194552.523000', '194552.525000', '194552.529000', '194552.531000', '194552.534000', '194552.536000', '194552.539000', '194552.542000', '194552.544000', '194552.547000', '194552.550000', '194552.552000', '194552.555000', '194552.558000', '194552.560000', '194552.563000', '194552.565000', '194552.568000', '194552.571000', '194552.573000', '194552.576000', '194552.578000', '194552.581000', '194552.584000', '194552.586000', '194552.589000', '194552.592000', '194552.594000', '194552.597000', '194552.599000', '194552.602000', '194552.604000', '194552.607000', '194552.610000', '194552.612000', '194552.615000', '194552.617000', '194612.506000', '194612.509000', '194612.511000', '194612.514000', '194612.517000', '194612.520000', '194612.522000', '194612.525000', '194612.527000', '194612.530000', '194612.533000', '194612.535000', '194612.538000', '194612.541000', '194612.544000', '194612.546000', '194612.549000', '194612.552000', '194612.554000', '194612.557000', '194612.560000', '194612.562000', '194612.565000', '194612.567000', '194612.570000', '194612.573000', '194612.575000', '194612.578000', '194612.580000', '194612.583000', '194612.586000', '194612.588000', '194612.591000', '194612.593000', '194612.596000', '194612.599000', '194612.601000', '194612.604000', '194612.606000', '194612.609000', '194612.612000', '194612.614000', '194612.617000', '194612.619000', '194632.506000', '194632.509000', '194632.511000', '194632.514000', '194632.517000', '194632.519000', '194632.522000', '194632.524000', '194632.527000', '194632.530000', '194632.532000', '194632.535000', '194632.538000', '194632.540000', '194632.543000', '194632.546000', '194632.548000', '194632.551000', '194632.560000', '194632.562000', '194632.565000', '194632.567000', '194632.570000', '194632.573000', '194632.576000', '194632.578000', '194632.581000', '194632.583000', '194632.586000', '194632.589000', '194632.591000', '194632.594000', '194632.597000', '194632.599000', '194632.602000', '194632.604000', '194632.607000', '194632.610000', '194632.612000', '194632.615000', '194632.617000', '194632.620000', '194632.630000', '194652.507000', '194652.509000', '194652.512000', '194652.515000', '194652.518000', '194652.520000', '194652.523000', '194652.526000', '194652.528000', '194652.531000', '194652.533000', '194652.536000', '194652.539000', '194652.541000', '194652.544000', '194652.546000', '194652.549000', '194652.552000', '194652.554000', '194652.557000', '194652.559000', '194652.562000', '194652.565000', '194652.567000', '194652.570000', '194652.572000', '194652.575000', '194652.578000', '194652.580000', '194652.583000', '194652.586000', '194652.588000', '194652.591000', '194652.593000', '194652.596000', '194652.599000', '194652.601000', '194652.604000', '194652.607000', '194652.609000', '194652.612000', '194652.615000', '194652.617000', '194701.638000', '194701.641000', '194701.644000', '194701.646000', '194701.649000', '194701.652000', '194701.655000', '194701.657000', '194701.660000', '194701.663000', '194701.666000', '194701.669000', '194701.671000', '194701.675000', '194701.677000', '194701.680000', '194701.683000', '194701.686000', '194701.688000', '194701.691000', '194701.694000'], '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': [9924, 7777, 10064, 7340, 9055, 7451, 8587, 7901, 8828, 8066, 8565, 8076, 7677, 8350, 6859, 8922, 6943, 9087, 6569, 9522, 6875, 9313, 7100, 9517, 6864, 9130, 6903, 9027, 6962, 9129, 6982, 9013, 6894, 9395, 6827, 8269, 6887, 8013, 7180, 8310, 7169, 8303, 7805, 6510, 7148, 7464, 7164, 8539, 7292, 8787, 7515, 6713, 7453, 6763, 7648, 8519, 7221, 9281, 7518, 8204, 6722, 7733, 6903, 8032, 6847, 8628, 7058, 6565, 8041, 6761, 7550, 6712, 7837, 7870, 7696, 6910, 8149, 6576, 8195, 6544, 9698, 7536, 9571, 6405, 9673, 6849, 8928, 6615, 9215, 7488, 9971, 6897, 8917, 6796, 6650, 7907, 6816, 7741, 7953, 8743, 7329, 9623, 6545, 9081, 6968, 9007, 7174, 9412, 7462, 6484, 7360, 6592, 8402, 7584, 8504, 7987, 10414, 6968, 8113, 6793, 8603, 6926, 8612, 7403, 9312, 6710, 9751, 6735, 9206, 7127, 9087, 7283, 9473, 7437, 9623, 7420, 9391, 7280, 9439, 7140, 9668, 7456, 7642, 6978, 6529, 7350, 7649, 7483, 7450, 8071, 6371, 8002, 6331, 8130, 7966, 7067, 9505, 7525, 7835, 7229, 6378, 7651, 6462, 8107, 6758, 8175, 6529, 8506, 6540, 8470, 6401, 8419, 7830, 7637, 9570, 7417, 8263, 7128, 9150, 7119, 9598, 6868, 9210, 6716, 8163, 6929, 6922, 7068, 8271, 6997, 9772, 7024, 9737, 7097, 9522, 6913, 8791, 6694, 8858, 7393, 8188, 6601, 8140, 6658, 8242, 6286, 8315, 6425, 8499, 6392, 8336, 6644, 8579, 6773, 8338, 6620, 8645, 6458, 8788, 6650, 8892, 6800, 9463, 6965, 9794, 6880, 9260, 6866, 8956, 7279, 8316, 7538, 6697, 7568, 7361, 7845, 8040, 7590, 7261, 8494, 6510, 8641, 7128, 8967, 6949, 9020, 6656, 9350, 6714, 9436, 6762, 9647, 7447, 8842, 7013, 8683, 6986, 8790, 7343, 8773, 7482, 7057, 8159, 6589, 8597, 6621, 8920, 7459, 8989, 6568, 9372, 6696, 9152, 6807, 9058, 6981, 7520, 7582, 6373, 8127, 6401, 9340, 7405, 8797, 7102, 8687, 7441, 8752, 7292, 9107, 8040, 9508, 6627, 9598, 6855, 9582, 7270, 10052, 7913, 7501, 7333, 6487, 8216, 6450, 8974, 7136, 9523, 6767, 9792, 7073, 9337, 6980, 9478, 7279, 10254, 7163, 9632, 6956, 8918, 7331, 7490, 8059, 6716, 8671, 7382, 8800, 7342, 8690, 6754, 9152, 6780, 9254, 6978, 9310, 7248, 7725, 7471, 6212, 8781, 6727, 8862, 6604, 9236, 7424, 7985, 7276, 6584, 8343, 6703, 8770, 7433, 9515, 7393, 10682, 6880, 8624, 7193, 7663, 8293, 7086, 9871, 6733, 9827, 6969, 9558, 7486, 9582, 7761, 7155, 7734, 6439, 8479, 6656, 8807, 7158, 9866, 6832, 9322, 6839, 9241, 6956, 9208, 7088, 7960, 7177, 7434, 7779, 6823, 8388, 6883, 8899, 6785, 9498, 6689, 9190, 6814, 9313, 7297, 9004, 7044, 8216, 7351, 7780, 7799, 8244, 8500, 6762, 8827, 7462, 8931, 7113, 9624, 7048, 9638, 7530, 9877, 7040, 9261, 7003, 8895, 7387, 8102, 7754, 6505, 7728, 6502, 8012, 7110, 9496, 7269, 8465, 6727, 8933, 6650, 9558, 6718, 9260, 7018, 8376, 6884, 8141, 7095, 8477, 7353, 9069, 7642, 8445, 7351, 8372, 7682, 8624, 7778, 7895, 8125, 6258, 8667, 7602, 9409, 7460, 9333, 7720, 9556, 6668, 9523, 6932, 9485, 7128, 9413, 7276, 8307, 6907, 6506, 7281, 6417, 8009, 6478, 8996, 6320, 9271, 6721, 8573, 6738, 8420, 7261, 7421, 7428, 6770, 8088, 7495, 9995, 7734, 8645, 6526, 9497, 6671, 9580, 6814, 9750, 7850, 7189, 7476, 6564, 7945, 7400, 8973, 7474, 8559, 7125, 8807, 6855, 9135, 7008, 9827, 7905, 6981, 7467, 6559, 8101, 6816, 9088, 7224, 9495, 7165, 9477, 7347, 9656, 7610, 9322, 7851, 8253, 8256, 6564, 8261, 8158, 9263, 7584, 9298, 8097, 10618, 7782, 9583, 7594, 8868, 7916, 9460, 7865, 9124, 7427, 6866, 7512, 6938, 8115, 7032, 8624, 8058, 9012, 7121, 9299, 7132, 9347, 7677, 8023, 6982, 6438, 7256, 6597, 7947, 6828, 7955, 7112, 8294, 7171, 8931, 6844, 9147, 7223, 9773, 7143, 9617, 7160, 7315, 6965, 6775, 7959, 6674, 8173, 7707, 8323, 7773, 8728, 7330, 8779, 6977, 9224, 6380, 8826, 6798, 9393, 7495, 7371, 7109, 6627, 7511, 6976, 9205, 7269, 9031, 6518, 9517, 7228, 9472, 7139, 8094, 7761, 6533, 8485, 7372, 8751, 6925, 8233, 7421, 6982, 7743, 6566, 9201, 6965, 9591, 7436, 9106, 6775, 9655, 7130, 9310, 7175, 8124, 7304, 6723, 8315, 6531, 8960, 6664, 8090, 7443, 9128, 6948, 9593, 7064, 9089, 6998, 7943, 7971, 6590, 8871, 6539, 8350, 6907, 8956, 7761, 9946, 6509, 9981, 6697, 9523, 7168, 9239, 7347, 7798, 7577, 6574, 8486, 7783, 8838, 7548, 9432, 7286, 9826, 7406, 9553, 7413, 9703, 7406, 9693, 7539, 7753, 7738, 6682, 7887, 6788, 8127, 7442, 8939, 6723, 9124, 6979, 9420, 7060, 9480, 7312, 10221, 7502, 9424, 6862, 8893, 6913, 9296, 7194, 9212, 7468, 9505, 7258, 9391, 7161, 9203, 7097, 9541, 6883, 9375, 7094, 8952, 6998, 9226, 7176, 9505, 7457, 9067, 7354, 8458, 7163, 8311, 7000, 6772, 7817, 6529, 8288, 6494, 8761, 7292, 8763, 6485, 9629, 6952, 9504, 7211, 9417, 7761, 8492, 7705, 6811, 7477, 6520, 8168, 7739, 9298, 7015, 6698, 7211, 6638, 8333, 7472, 7230, 7505, 7262, 7942, 6864, 9319, 8189, 11708, 7710, 9695, 7461, 8846, 7518, 7542, 8127, 7384, 8929, 6747, 8830, 6884, 8845, 7278, 8732, 6975, 6677, 7300, 6790, 8319, 7593, 9096, 7525, 9156, 7050, 8691, 7072, 8331, 8052, 6637, 8106, 7566, 8896, 7099, 9129, 7165, 9762, 6871, 9935, 7113, 7866, 6671, 6859, 8198, 7215, 8770, 6496, 9187, 6678, 9172, 7337, 10148, 7164, 9153, 7187, 9465, 7216, 8837, 8064, 6753, 7582, 6453, 8187, 6831, 8505, 7712, 9523, 6759, 9472, 7157, 9249, 7267, 9703, 7602, 9440, 7446, 9249, 7184, 8601, 7353, 8768, 7415, 7710, 7555, 7436, 7719, 8693, 7307, 8426, 7584, 7040, 7616, 8157, 7576, 10043, 7520, 8799, 7018, 6395, 6801, 6663, 8272, 6567, 8999, 6767, 9134, 6915, 8802, 7257, 8344, 8759, 7143, 9097, 7086, 10356, 7235, 9925, 7092, 9599, 6824, 9401, 6907, 8770, 6695, 9676, 6796, 8231, 6520, 7978, 6431, 7512, 7957, 7509, 9856, 7183, 10101, 7406, 9575, 7263, 9297, 6811, 11085, 6931, 7985, 6511, 7425, 6529, 7188, 6611, 7149, 7121, 7866, 6749, 8135, 7193, 7996, 6617, 9883, 7097, 8465, 7386, 8152, 7550, 9508, 6955, 7625, 8058, 7559, 6455, 7445, 6523, 7741, 7718, 7019, 7751, 7350, 6620, 7380, 6506, 7690, 6713, 8185, 7140, 8741, 6403, 8853, 6654, 8921, 6783, 9350, 6810, 9458, 6746, 9709, 6868, 9209, 7750, 8167, 6962, 6699, 7034, 6557, 7391, 7392, 7580, 6595, 8023, 6474, 8824, 6956, 9530, 7356, 10685, 7184, 8837, 6989, 8420, 7119, 8580, 7283, 6508, 7489, 6521, 8158, 6726, 9656, 6823, 8247, 7891, 8911, 6530, 8891, 6692, 9150, 7233, 8719, 6890, 8209, 7136, 6953, 7482, 6948, 8753, 6914, 8357, 6714, 8802, 6640, 9126, 6972, 9960, 7426, 8808, 7051, 7633, 7268, 7360, 9569, 7074, 8826, 6639, 9255, 6877, 9504, 7229, 7748, 7268, 6623, 7702, 6632, 8177, 7071, 9414, 6659, 9683, 6752, 9445, 7141, 8634, 7532, 6593, 7634, 6436, 8350, 6501, 9497, 7053, 8988, 6553, 9236, 6595, 9070, 6840, 9354, 7007, 8621, 6760, 6474, 7316, 6660, 8051, 6517, 8296, 6988, 8496, 6608, 8832, 6789, 9094, 6768, 9728, 7066, 8683, 6800, 7801, 6939, 6849, 8426, 6632, 8199, 6767, 6706, 9778, 6871, 9639, 7456, 9818, 6854, 9980, 7611, 9572, 7926, 10328, 9669, 6762, 8122, 7848, 9693, 8114, 10486, 8184, 9225, 7655, 8740, 7403, 9113, 7588, 7331, 8045, 8066, 8402, 7236, 9243, 7751, 10106, 7648, 8281, 7213, 7000, 7321, 7119, 8151, 7492, 8924, 7095, 8861, 7040, 8881, 7145, 9622, 7604, 8484, 7509, 6862, 7169, 7015, 7718, 7260, 8472, 6959, 9011, 7582, 9246, 7668, 8053, 7065, 6803, 7694, 6833, 7897], 'WindowCenter': [3911.0, 3876.0, 3882.0, 3860.0, 3869.0, 3857.0, 3868.0, 3857.0, 3866.0, 3857.0, 3858.0, 3856.0, 3857.0, 3857.0, 3847.0, 3867.0, 3846.0, 3865.0, 3847.0, 3879.0, 3849.0, 3880.0, 3858.0, 3879.0, 3848.0, 3877.0, 3858.0, 3868.0, 3860.0, 3892.0, 3860.0, 3880.0, 3860.0, 3877.0, 3847.0, 3869.0, 3861.0, 3870.0, 3861.0, 3884.0, 3875.0, 3886.0, 3885.0, 3862.0, 3872.0, 3875.0, 3877.0, 3885.0, 3872.0, 3884.0, 3872.0, 3849.0, 3871.0, 3860.0, 3872.0, 3882.0, 3873.0, 3882.0, 3873.0, 3868.0, 3861.0, 3872.0, 3861.0, 3870.0, 3875.0, 3895.0, 3874.0, 3863.0, 3883.0, 3862.0, 3872.0, 3862.0, 3885.0, 3885.0, 3874.0, 3860.0, 3871.0, 3861.0, 3882.0, 3862.0, 3895.0, 3873.0, 3893.0, 3861.0, 3891.0, 3860.0, 3881.0, 3863.0, 3893.0, 3873.0, 3892.0, 3861.0, 3881.0, 3859.0, 3861.0, 3870.0, 3860.0, 3871.0, 3873.0, 3882.0, 3871.0, 3881.0, 3849.0, 3880.0, 3861.0, 3882.0, 3862.0, 3882.0, 3860.0, 3850.0, 3858.0, 3848.0, 3869.0, 3859.0, 3869.0, 3859.0, 3877.0, 3846.0, 3855.0, 3846.0, 3866.0, 3847.0, 3868.0, 3859.0, 3866.0, 3845.0, 3867.0, 3848.0, 3867.0, 3858.0, 3867.0, 3857.0, 3867.0, 3857.0, 3866.0, 3857.0, 3865.0, 3856.0, 3866.0, 3846.0, 3865.0, 3855.0, 3856.0, 3846.0, 3846.0, 3857.0, 3859.0, 3859.0, 3857.0, 3867.0, 3849.0, 3867.0, 3848.0, 3869.0, 3870.0, 3858.0, 3879.0, 3857.0, 3855.0, 3859.0, 3847.0, 3857.0, 3848.0, 3870.0, 3860.0, 3870.0, 3849.0, 3870.0, 3848.0, 3868.0, 3850.0, 3882.0, 3870.0, 3871.0, 3882.0, 3858.0, 3870.0, 3860.0, 3868.0, 3858.0, 3878.0, 3849.0, 3879.0, 3847.0, 3869.0, 3859.0, 3860.0, 3862.0, 3872.0, 3872.0, 3893.0, 3861.0, 3882.0, 3860.0, 3879.0, 3860.0, 3870.0, 3860.0, 3881.0, 3860.0, 3882.0, 3859.0, 3870.0, 3860.0, 3880.0, 3863.0, 3882.0, 3861.0, 3883.0, 3861.0, 3883.0, 3863.0, 3883.0, 3873.0, 3882.0, 3862.0, 3883.0, 3861.0, 3881.0, 3864.0, 3894.0, 3862.0, 3892.0, 3873.0, 3892.0, 3862.0, 3880.0, 3861.0, 3883.0, 3874.0, 3883.0, 3871.0, 3861.0, 3872.0, 3869.0, 3882.0, 3871.0, 3871.0, 3861.0, 3882.0, 3848.0, 3879.0, 3862.0, 3881.0, 3861.0, 3883.0, 3863.0, 3881.0, 3863.0, 3894.0, 3876.0, 3893.0, 3873.0, 3882.0, 3862.0, 3880.0, 3862.0, 3881.0, 3871.0, 3880.0, 3862.0, 3857.0, 3869.0, 3847.0, 3869.0, 3861.0, 3880.0, 3869.0, 3883.0, 3860.0, 3880.0, 3859.0, 3880.0, 3861.0, 3881.0, 3860.0, 3870.0, 3871.0, 3849.0, 3869.0, 3860.0, 3881.0, 3861.0, 3881.0, 3860.0, 3868.0, 3858.0, 3870.0, 3860.0, 3880.0, 3869.0, 3879.0, 3848.0, 3879.0, 3849.0, 3878.0, 3858.0, 3878.0, 3869.0, 3858.0, 3856.0, 3849.0, 3869.0, 3848.0, 3881.0, 3859.0, 3879.0, 3848.0, 3878.0, 3858.0, 3880.0, 3859.0, 3880.0, 3859.0, 3877.0, 3845.0, 3876.0, 3859.0, 3867.0, 3858.0, 3858.0, 3856.0, 3848.0, 3868.0, 3858.0, 3879.0, 3859.0, 3871.0, 3846.0, 3869.0, 3847.0, 3878.0, 3860.0, 3878.0, 3861.0, 3858.0, 3859.0, 3838.0, 3869.0, 3860.0, 3881.0, 3862.0, 3881.0, 3862.0, 3869.0, 3860.0, 3863.0, 3872.0, 3862.0, 3882.0, 3862.0, 3882.0, 3871.0, 3891.0, 3861.0, 3869.0, 3861.0, 3870.0, 3868.0, 3861.0, 3881.0, 3848.0, 3880.0, 3859.0, 3881.0, 3859.0, 3879.0, 3858.0, 3848.0, 3859.0, 3848.0, 3869.0, 3861.0, 3869.0, 3858.0, 3881.0, 3847.0, 3868.0, 3848.0, 3879.0, 3861.0, 3879.0, 3859.0, 3868.0, 3858.0, 3858.0, 3857.0, 3849.0, 3870.0, 3861.0, 3879.0, 3859.0, 3881.0, 3851.0, 3882.0, 3861.0, 3880.0, 3872.0, 3881.0, 3860.0, 3870.0, 3861.0, 3871.0, 3870.0, 3870.0, 3871.0, 3848.0, 3881.0, 3859.0, 3870.0, 3860.0, 3880.0, 3860.0, 3881.0, 3872.0, 3880.0, 3859.0, 3880.0, 3860.0, 3880.0, 3861.0, 3870.0, 3869.0, 3851.0, 3871.0, 3852.0, 3870.0, 3860.0, 3880.0, 3860.0, 3869.0, 3848.0, 3867.0, 3849.0, 3880.0, 3848.0, 3879.0, 3860.0, 3869.0, 3857.0, 3868.0, 3863.0, 3870.0, 3860.0, 3870.0, 3858.0, 3869.0, 3859.0, 3858.0, 3859.0, 3869.0, 3858.0, 3856.0, 3856.0, 3836.0, 3867.0, 3857.0, 3867.0, 3859.0, 3867.0, 3857.0, 3866.0, 3847.0, 3866.0, 3861.0, 3879.0, 3849.0, 3867.0, 3857.0, 3855.0, 3845.0, 3836.0, 3856.0, 3847.0, 3871.0, 3851.0, 3881.0, 3851.0, 3882.0, 3861.0, 3882.0, 3864.0, 3871.0, 3872.0, 3859.0, 3861.0, 3859.0, 3872.0, 3862.0, 3880.0, 3859.0, 3870.0, 3850.0, 3880.0, 3848.0, 3880.0, 3860.0, 3881.0, 3873.0, 3859.0, 3857.0, 3848.0, 3870.0, 3861.0, 3880.0, 3860.0, 3870.0, 3847.0, 3868.0, 3861.0, 3880.0, 3862.0, 3879.0, 3872.0, 3858.0, 3859.0, 3848.0, 3869.0, 3861.0, 3881.0, 3860.0, 3878.0, 3859.0, 3878.0, 3859.0, 3877.0, 3858.0, 3880.0, 3869.0, 3869.0, 3868.0, 3846.0, 3867.0, 3858.0, 3868.0, 3857.0, 3868.0, 3857.0, 3878.0, 3857.0, 3865.0, 3857.0, 3865.0, 3858.0, 3867.0, 3858.0, 3867.0, 3845.0, 3846.0, 3844.0, 3847.0, 3869.0, 3849.0, 3868.0, 3856.0, 3865.0, 3846.0, 3867.0, 3848.0, 3867.0, 3860.0, 3858.0, 3846.0, 3835.0, 3857.0, 3848.0, 3869.0, 3849.0, 3870.0, 3848.0, 3857.0, 3848.0, 3868.0, 3848.0, 3881.0, 3859.0, 3879.0, 3858.0, 3877.0, 3847.0, 3856.0, 3859.0, 3847.0, 3869.0, 3847.0, 3867.0, 3857.0, 3868.0, 3869.0, 3869.0, 3860.0, 3868.0, 3858.0, 3878.0, 3847.0, 3880.0, 3861.0, 3879.0, 3860.0, 3860.0, 3859.0, 3849.0, 3858.0, 3858.0, 3880.0, 3859.0, 3881.0, 3848.0, 3879.0, 3859.0, 3891.0, 3860.0, 3871.0, 3869.0, 3849.0, 3870.0, 3859.0, 3869.0, 3874.0, 3871.0, 3872.0, 3858.0, 3858.0, 3848.0, 3878.0, 3849.0, 3879.0, 3857.0, 3869.0, 3848.0, 3867.0, 3858.0, 3877.0, 3858.0, 3859.0, 3858.0, 3848.0, 3868.0, 3849.0, 3880.0, 3861.0, 3870.0, 3870.0, 3880.0, 3860.0, 3878.0, 3860.0, 3880.0, 3860.0, 3868.0, 3870.0, 3850.0, 3878.0, 3847.0, 3868.0, 3860.0, 3869.0, 3858.0, 3877.0, 3846.0, 3866.0, 3846.0, 3867.0, 3847.0, 3866.0, 3857.0, 3858.0, 3858.0, 3849.0, 3867.0, 3857.0, 3868.0, 3856.0, 3869.0, 3858.0, 3866.0, 3855.0, 3865.0, 3846.0, 3865.0, 3858.0, 3866.0, 3856.0, 3856.0, 3855.0, 3846.0, 3856.0, 3848.0, 3868.0, 3859.0, 3868.0, 3846.0, 3866.0, 3846.0, 3867.0, 3848.0, 3879.0, 3856.0, 3878.0, 3846.0, 3867.0, 3834.0, 3865.0, 3846.0, 3867.0, 3847.0, 3866.0, 3858.0, 3866.0, 3857.0, 3866.0, 3858.0, 3866.0, 3846.0, 3867.0, 3845.0, 3866.0, 3844.0, 3866.0, 3846.0, 3868.0, 3848.0, 3867.0, 3857.0, 3866.0, 3857.0, 3867.0, 3858.0, 3868.0, 3859.0, 3848.0, 3856.0, 3847.0, 3868.0, 3847.0, 3869.0, 3857.0, 3869.0, 3848.0, 3878.0, 3857.0, 3879.0, 3859.0, 3879.0, 3858.0, 3868.0, 3856.0, 3847.0, 3856.0, 3848.0, 3869.0, 3871.0, 3879.0, 3859.0, 3846.0, 3856.0, 3849.0, 3872.0, 3862.0, 3862.0, 3861.0, 3857.0, 3869.0, 3848.0, 3869.0, 3869.0, 3889.0, 3858.0, 3867.0, 3847.0, 3868.0, 3846.0, 3858.0, 3870.0, 3858.0, 3868.0, 3848.0, 3868.0, 3860.0, 3882.0, 3860.0, 3871.0, 3858.0, 3847.0, 3857.0, 3848.0, 3868.0, 3860.0, 3881.0, 3870.0, 3880.0, 3861.0, 3880.0, 3860.0, 3870.0, 3871.0, 3849.0, 3859.0, 3857.0, 3868.0, 3848.0, 3880.0, 3858.0, 3880.0, 3847.0, 3879.0, 3848.0, 3871.0, 3858.0, 3849.0, 3870.0, 3859.0, 3869.0, 3849.0, 3878.0, 3861.0, 3879.0, 3862.0, 3880.0, 3858.0, 3867.0, 3859.0, 3880.0, 3859.0, 3869.0, 3870.0, 3848.0, 3859.0, 3846.0, 3868.0, 3848.0, 3868.0, 3858.0, 3868.0, 3846.0, 3866.0, 3848.0, 3866.0, 3858.0, 3879.0, 3856.0, 3867.0, 3846.0, 3865.0, 3844.0, 3857.0, 3858.0, 3857.0, 3847.0, 3856.0, 3858.0, 3844.0, 3856.0, 3866.0, 3845.0, 3856.0, 3856.0, 3846.0, 3854.0, 3856.0, 3869.0, 3879.0, 3858.0, 3855.0, 3844.0, 3836.0, 3846.0, 3862.0, 3870.0, 3864.0, 3883.0, 3862.0, 3882.0, 3863.0, 3883.0, 3861.0, 3870.0, 3868.0, 3861.0, 3868.0, 3860.0, 3879.0, 3860.0, 3877.0, 3847.0, 3868.0, 3846.0, 3866.0, 3846.0, 3866.0, 3847.0, 3879.0, 3849.0, 3868.0, 3837.0, 3858.0, 3837.0, 3858.0, 3858.0, 3859.0, 3879.0, 3847.0, 3878.0, 3857.0, 3868.0, 3857.0, 3867.0, 3845.0, 3890.0, 3846.0, 3857.0, 3835.0, 3846.0, 3834.0, 3843.0, 3847.0, 3848.0, 3846.0, 3857.0, 3849.0, 3858.0, 3849.0, 3868.0, 3860.0, 3881.0, 3859.0, 3870.0, 3860.0, 3859.0, 3859.0, 3880.0, 3859.0, 3858.0, 3858.0, 3857.0, 3848.0, 3858.0, 3848.0, 3858.0, 3860.0, 3859.0, 3857.0, 3859.0, 3848.0, 3860.0, 3850.0, 3870.0, 3861.0, 3881.0, 3863.0, 3881.0, 3860.0, 3881.0, 3861.0, 3883.0, 3863.0, 3881.0, 3862.0, 3879.0, 3860.0, 3880.0, 3861.0, 3881.0, 3872.0, 3871.0, 3860.0, 3850.0, 3858.0, 3861.0, 3871.0, 3859.0, 3870.0, 3860.0, 3870.0, 3848.0, 3882.0, 3861.0, 3881.0, 3873.0, 3890.0, 3862.0, 3881.0, 3859.0, 3871.0, 3861.0, 3870.0, 3859.0, 3848.0, 3859.0, 3849.0, 3870.0, 3849.0, 3880.0, 3849.0, 3870.0, 3869.0, 3868.0, 3848.0, 3880.0, 3860.0, 3881.0, 3859.0, 3870.0, 3859.0, 3869.0, 3860.0, 3861.0, 3858.0, 3860.0, 3881.0, 3857.0, 3869.0, 3849.0, 3870.0, 3861.0, 3882.0, 3860.0, 3881.0, 3860.0, 3869.0, 3859.0, 3859.0, 3859.0, 3860.0, 3881.0, 3850.0, 3869.0, 3847.0, 3879.0, 3850.0, 3880.0, 3859.0, 3858.0, 3858.0, 3847.0, 3858.0, 3860.0, 3870.0, 3860.0, 3882.0, 3848.0, 3879.0, 3850.0, 3881.0, 3862.0, 3868.0, 3862.0, 3850.0, 3857.0, 3848.0, 3871.0, 3851.0, 3879.0, 3860.0, 3883.0, 3847.0, 3880.0, 3847.0, 3869.0, 3861.0, 3880.0, 3860.0, 3869.0, 3849.0, 3849.0, 3859.0, 3862.0, 3871.0, 3850.0, 3871.0, 3861.0, 3871.0, 3861.0, 3871.0, 3862.0, 3883.0, 3862.0, 3892.0, 3863.0, 3869.0, 3851.0, 3874.0, 3861.0, 3862.0, 3885.0, 3862.0, 3872.0, 3861.0, 3862.0, 3893.0, 3865.0, 3895.0, 3862.0, 3882.0, 3860.0, 3890.0, 3873.0, 3880.0, 3871.0, 3882.0, 3878.0, 3847.0, 3857.0, 3859.0, 3879.0, 3858.0, 3879.0, 3868.0, 3866.0, 3859.0, 3856.0, 3858.0, 3868.0, 3855.0, 3844.0, 3855.0, 3858.0, 3856.0, 3857.0, 3868.0, 3858.0, 3879.0, 3858.0, 3858.0, 3845.0, 3845.0, 3846.0, 3846.0, 3858.0, 3847.0, 3864.0, 3844.0, 3866.0, 3845.0, 3867.0, 3845.0, 3865.0, 3858.0, 3855.0, 3847.0, 3846.0, 3846.0, 3847.0, 3859.0, 3858.0, 3855.0, 3846.0, 3868.0, 3859.0, 3869.0, 3859.0, 3857.0, 3861.0, 3859.0, 3871.0, 3862.0, 3874.0], 'WindowWidth': [8760.0, 8704.0, 8702.0, 8670.0, 8679.0, 8663.0, 8677.0, 8663.0, 8672.0, 8662.0, 8663.0, 8660.0, 8662.0, 8662.0, 8647.0, 8675.0, 8646.0, 8672.0, 8650.0, 8695.0, 8656.0, 8698.0, 8667.0, 8695.0, 8654.0, 8691.0, 8668.0, 8680.0, 8671.0, 8719.0, 8674.0, 8699.0, 8673.0, 8692.0, 8653.0, 8682.0, 8674.0, 8686.0, 8676.0, 8712.0, 8700.0, 8717.0, 8715.0, 8682.0, 8694.0, 8700.0, 8707.0, 8712.0, 8691.0, 8711.0, 8692.0, 8658.0, 8689.0, 8673.0, 8690.0, 8707.0, 8695.0, 8705.0, 8694.0, 8683.0, 8674.0, 8689.0, 8677.0, 8688.0, 8702.0, 8729.0, 8700.0, 8684.0, 8710.0, 8679.0, 8692.0, 8681.0, 8716.0, 8716.0, 8698.0, 8675.0, 8690.0, 8676.0, 8705.0, 8681.0, 8725.0, 8696.0, 8722.0, 8677.0, 8716.0, 8676.0, 8703.0, 8684.0, 8724.0, 8695.0, 8720.0, 8676.0, 8701.0, 8672.0, 8675.0, 8689.0, 8676.0, 8691.0, 8695.0, 8707.0, 8690.0, 8702.0, 8658.0, 8699.0, 8677.0, 8706.0, 8680.0, 8705.0, 8675.0, 8659.0, 8666.0, 8655.0, 8682.0, 8669.0, 8683.0, 8667.0, 8692.0, 8647.0, 8658.0, 8646.0, 8673.0, 8648.0, 8678.0, 8668.0, 8676.0, 8647.0, 8675.0, 8651.0, 8675.0, 8666.0, 8678.0, 8667.0, 8678.0, 8663.0, 8674.0, 8662.0, 8671.0, 8662.0, 8675.0, 8649.0, 8672.0, 8658.0, 8659.0, 8648.0, 8649.0, 8666.0, 8669.0, 8669.0, 8665.0, 8678.0, 8654.0, 8678.0, 8652.0, 8683.0, 8683.0, 8668.0, 8696.0, 8664.0, 8661.0, 8667.0, 8650.0, 8665.0, 8653.0, 8686.0, 8673.0, 8686.0, 8659.0, 8685.0, 8655.0, 8683.0, 8660.0, 8704.0, 8687.0, 8689.0, 8703.0, 8668.0, 8683.0, 8670.0, 8680.0, 8667.0, 8696.0, 8657.0, 8696.0, 8653.0, 8683.0, 8670.0, 8673.0, 8678.0, 8690.0, 8694.0, 8723.0, 8677.0, 8705.0, 8675.0, 8698.0, 8673.0, 8687.0, 8675.0, 8703.0, 8675.0, 8705.0, 8672.0, 8686.0, 8675.0, 8702.0, 8682.0, 8706.0, 8678.0, 8708.0, 8678.0, 8706.0, 8682.0, 8711.0, 8697.0, 8708.0, 8682.0, 8707.0, 8679.0, 8704.0, 8685.0, 8726.0, 8683.0, 8721.0, 8696.0, 8719.0, 8679.0, 8701.0, 8680.0, 8709.0, 8698.0, 8707.0, 8691.0, 8675.0, 8690.0, 8685.0, 8707.0, 8690.0, 8691.0, 8676.0, 8705.0, 8656.0, 8698.0, 8678.0, 8704.0, 8678.0, 8709.0, 8681.0, 8704.0, 8680.0, 8725.0, 8704.0, 8724.0, 8697.0, 8706.0, 8678.0, 8700.0, 8677.0, 8702.0, 8690.0, 8701.0, 8678.0, 8666.0, 8683.0, 8652.0, 8683.0, 8675.0, 8699.0, 8685.0, 8706.0, 8672.0, 8699.0, 8672.0, 8700.0, 8677.0, 8703.0, 8675.0, 8687.0, 8688.0, 8657.0, 8685.0, 8676.0, 8703.0, 8675.0, 8705.0, 8673.0, 8681.0, 8668.0, 8685.0, 8673.0, 8699.0, 8684.0, 8696.0, 8655.0, 8694.0, 8656.0, 8695.0, 8668.0, 8693.0, 8683.0, 8665.0, 8663.0, 8655.0, 8683.0, 8657.0, 8701.0, 8671.0, 8696.0, 8656.0, 8695.0, 8669.0, 8700.0, 8671.0, 8698.0, 8671.0, 8690.0, 8648.0, 8688.0, 8669.0, 8679.0, 8667.0, 8666.0, 8662.0, 8653.0, 8679.0, 8670.0, 8696.0, 8669.0, 8686.0, 8651.0, 8681.0, 8653.0, 8693.0, 8673.0, 8694.0, 8674.0, 8668.0, 8669.0, 8641.0, 8683.0, 8671.0, 8702.0, 8677.0, 8701.0, 8679.0, 8684.0, 8673.0, 8678.0, 8691.0, 8678.0, 8705.0, 8678.0, 8704.0, 8689.0, 8716.0, 8674.0, 8683.0, 8675.0, 8687.0, 8683.0, 8676.0, 8702.0, 8656.0, 8698.0, 8670.0, 8700.0, 8672.0, 8697.0, 8670.0, 8653.0, 8667.0, 8652.0, 8681.0, 8674.0, 8683.0, 8667.0, 8700.0, 8651.0, 8679.0, 8654.0, 8698.0, 8675.0, 8696.0, 8670.0, 8680.0, 8667.0, 8666.0, 8665.0, 8657.0, 8685.0, 8674.0, 8697.0, 8671.0, 8699.0, 8662.0, 8701.0, 8677.0, 8700.0, 8691.0, 8702.0, 8671.0, 8686.0, 8673.0, 8686.0, 8687.0, 8686.0, 8686.0, 8654.0, 8699.0, 8669.0, 8685.0, 8670.0, 8700.0, 8672.0, 8700.0, 8689.0, 8697.0, 8669.0, 8697.0, 8673.0, 8700.0, 8675.0, 8684.0, 8684.0, 8661.0, 8689.0, 8664.0, 8686.0, 8670.0, 8699.0, 8671.0, 8680.0, 8652.0, 8676.0, 8656.0, 8700.0, 8656.0, 8695.0, 8672.0, 8682.0, 8666.0, 8679.0, 8677.0, 8686.0, 8672.0, 8684.0, 8667.0, 8681.0, 8667.0, 8664.0, 8669.0, 8680.0, 8665.0, 8660.0, 8660.0, 8633.0, 8675.0, 8662.0, 8676.0, 8668.0, 8676.0, 8663.0, 8674.0, 8649.0, 8673.0, 8673.0, 8697.0, 8657.0, 8676.0, 8664.0, 8658.0, 8645.0, 8632.0, 8662.0, 8650.0, 8690.0, 8662.0, 8700.0, 8662.0, 8704.0, 8676.0, 8704.0, 8683.0, 8689.0, 8692.0, 8671.0, 8675.0, 8671.0, 8691.0, 8676.0, 8699.0, 8669.0, 8685.0, 8659.0, 8696.0, 8653.0, 8698.0, 8673.0, 8700.0, 8692.0, 8670.0, 8665.0, 8652.0, 8684.0, 8673.0, 8698.0, 8672.0, 8684.0, 8651.0, 8681.0, 8675.0, 8699.0, 8676.0, 8697.0, 8692.0, 8668.0, 8667.0, 8653.0, 8684.0, 8674.0, 8702.0, 8673.0, 8695.0, 8670.0, 8694.0, 8668.0, 8691.0, 8668.0, 8699.0, 8683.0, 8682.0, 8678.0, 8648.0, 8677.0, 8666.0, 8679.0, 8663.0, 8679.0, 8664.0, 8691.0, 8662.0, 8670.0, 8662.0, 8672.0, 8667.0, 8677.0, 8667.0, 8676.0, 8643.0, 8645.0, 8641.0, 8650.0, 8682.0, 8654.0, 8680.0, 8661.0, 8673.0, 8647.0, 8676.0, 8653.0, 8678.0, 8669.0, 8665.0, 8646.0, 8632.0, 8663.0, 8652.0, 8682.0, 8656.0, 8685.0, 8651.0, 8663.0, 8651.0, 8680.0, 8656.0, 8700.0, 8669.0, 8696.0, 8667.0, 8689.0, 8649.0, 8663.0, 8668.0, 8651.0, 8682.0, 8651.0, 8677.0, 8665.0, 8679.0, 8684.0, 8683.0, 8671.0, 8681.0, 8666.0, 8693.0, 8652.0, 8697.0, 8677.0, 8697.0, 8672.0, 8672.0, 8670.0, 8655.0, 8668.0, 8666.0, 8697.0, 8671.0, 8701.0, 8653.0, 8694.0, 8669.0, 8717.0, 8673.0, 8687.0, 8684.0, 8655.0, 8685.0, 8669.0, 8684.0, 8697.0, 8688.0, 8691.0, 8666.0, 8666.0, 8652.0, 8693.0, 8654.0, 8695.0, 8664.0, 8681.0, 8652.0, 8677.0, 8666.0, 8693.0, 8669.0, 8668.0, 8668.0, 8653.0, 8681.0, 8655.0, 8697.0, 8676.0, 8685.0, 8688.0, 8700.0, 8672.0, 8695.0, 8673.0, 8699.0, 8674.0, 8682.0, 8685.0, 8657.0, 8693.0, 8651.0, 8680.0, 8670.0, 8681.0, 8667.0, 8692.0, 8647.0, 8673.0, 8648.0, 8676.0, 8650.0, 8674.0, 8664.0, 8665.0, 8664.0, 8652.0, 8675.0, 8665.0, 8679.0, 8662.0, 8683.0, 8665.0, 8673.0, 8658.0, 8671.0, 8646.0, 8672.0, 8665.0, 8672.0, 8661.0, 8660.0, 8658.0, 8646.0, 8661.0, 8653.0, 8679.0, 8667.0, 8680.0, 8650.0, 8675.0, 8649.0, 8677.0, 8652.0, 8695.0, 8663.0, 8691.0, 8648.0, 8674.0, 8628.0, 8670.0, 8649.0, 8676.0, 8650.0, 8675.0, 8665.0, 8675.0, 8664.0, 8674.0, 8668.0, 8676.0, 8648.0, 8676.0, 8644.0, 8672.0, 8644.0, 8672.0, 8649.0, 8677.0, 8651.0, 8676.0, 8663.0, 8673.0, 8662.0, 8678.0, 8667.0, 8680.0, 8669.0, 8653.0, 8661.0, 8651.0, 8678.0, 8653.0, 8682.0, 8663.0, 8683.0, 8653.0, 8692.0, 8665.0, 8695.0, 8671.0, 8695.0, 8669.0, 8680.0, 8662.0, 8650.0, 8662.0, 8653.0, 8683.0, 8687.0, 8695.0, 8668.0, 8646.0, 8659.0, 8654.0, 8689.0, 8677.0, 8675.0, 8672.0, 8664.0, 8681.0, 8654.0, 8681.0, 8681.0, 8706.0, 8665.0, 8676.0, 8648.0, 8678.0, 8647.0, 8663.0, 8684.0, 8665.0, 8680.0, 8653.0, 8679.0, 8675.0, 8705.0, 8674.0, 8688.0, 8667.0, 8650.0, 8663.0, 8652.0, 8681.0, 8670.0, 8702.0, 8688.0, 8697.0, 8672.0, 8700.0, 8674.0, 8686.0, 8687.0, 8654.0, 8669.0, 8665.0, 8681.0, 8653.0, 8698.0, 8668.0, 8698.0, 8650.0, 8693.0, 8652.0, 8687.0, 8668.0, 8655.0, 8685.0, 8668.0, 8682.0, 8657.0, 8695.0, 8676.0, 8698.0, 8678.0, 8698.0, 8668.0, 8678.0, 8668.0, 8699.0, 8671.0, 8682.0, 8686.0, 8652.0, 8667.0, 8648.0, 8679.0, 8655.0, 8680.0, 8667.0, 8678.0, 8648.0, 8673.0, 8651.0, 8673.0, 8666.0, 8694.0, 8661.0, 8676.0, 8646.0, 8670.0, 8643.0, 8660.0, 8665.0, 8662.0, 8650.0, 8660.0, 8663.0, 8642.0, 8659.0, 8674.0, 8644.0, 8658.0, 8659.0, 8644.0, 8657.0, 8659.0, 8684.0, 8698.0, 8667.0, 8655.0, 8640.0, 8632.0, 8648.0, 8678.0, 8688.0, 8685.0, 8706.0, 8678.0, 8705.0, 8679.0, 8708.0, 8675.0, 8686.0, 8680.0, 8673.0, 8679.0, 8669.0, 8698.0, 8671.0, 8691.0, 8649.0, 8676.0, 8648.0, 8673.0, 8647.0, 8675.0, 8651.0, 8694.0, 8654.0, 8678.0, 8636.0, 8663.0, 8637.0, 8666.0, 8665.0, 8668.0, 8696.0, 8651.0, 8693.0, 8663.0, 8677.0, 8663.0, 8677.0, 8646.0, 8709.0, 8647.0, 8662.0, 8629.0, 8644.0, 8627.0, 8640.0, 8648.0, 8652.0, 8647.0, 8663.0, 8653.0, 8665.0, 8655.0, 8680.0, 8673.0, 8700.0, 8670.0, 8686.0, 8671.0, 8668.0, 8669.0, 8697.0, 8670.0, 8669.0, 8665.0, 8665.0, 8652.0, 8665.0, 8653.0, 8667.0, 8671.0, 8669.0, 8664.0, 8670.0, 8653.0, 8669.0, 8660.0, 8686.0, 8676.0, 8704.0, 8680.0, 8704.0, 8674.0, 8703.0, 8678.0, 8708.0, 8680.0, 8702.0, 8677.0, 8697.0, 8673.0, 8700.0, 8678.0, 8703.0, 8692.0, 8689.0, 8673.0, 8658.0, 8669.0, 8676.0, 8689.0, 8670.0, 8688.0, 8674.0, 8685.0, 8658.0, 8705.0, 8676.0, 8702.0, 8693.0, 8714.0, 8676.0, 8700.0, 8671.0, 8688.0, 8675.0, 8685.0, 8670.0, 8652.0, 8669.0, 8655.0, 8684.0, 8657.0, 8698.0, 8656.0, 8685.0, 8682.0, 8681.0, 8655.0, 8698.0, 8675.0, 8700.0, 8672.0, 8686.0, 8668.0, 8681.0, 8671.0, 8676.0, 8670.0, 8672.0, 8702.0, 8666.0, 8682.0, 8655.0, 8685.0, 8675.0, 8703.0, 8672.0, 8702.0, 8672.0, 8682.0, 8669.0, 8669.0, 8671.0, 8670.0, 8701.0, 8656.0, 8682.0, 8651.0, 8696.0, 8659.0, 8697.0, 8671.0, 8666.0, 8665.0, 8651.0, 8665.0, 8672.0, 8686.0, 8670.0, 8703.0, 8654.0, 8694.0, 8657.0, 8701.0, 8677.0, 8681.0, 8676.0, 8657.0, 8665.0, 8653.0, 8687.0, 8663.0, 8697.0, 8671.0, 8705.0, 8652.0, 8697.0, 8652.0, 8682.0, 8676.0, 8698.0, 8672.0, 8683.0, 8656.0, 8655.0, 8668.0, 8677.0, 8689.0, 8660.0, 8688.0, 8674.0, 8687.0, 8674.0, 8686.0, 8677.0, 8706.0, 8678.0, 8721.0, 8682.0, 8683.0, 8661.0, 8695.0, 8675.0, 8676.0, 8714.0, 8678.0, 8691.0, 8677.0, 8679.0, 8722.0, 8684.0, 8727.0, 8678.0, 8705.0, 8672.0, 8714.0, 8694.0, 8700.0, 8688.0, 8703.0, 8693.0, 8650.0, 8664.0, 8668.0, 8694.0, 8666.0, 8696.0, 8678.0, 8673.0, 8664.0, 8659.0, 8665.0, 8676.0, 8659.0, 8640.0, 8655.0, 8661.0, 8659.0, 8664.0, 8678.0, 8664.0, 8694.0, 8664.0, 8664.0, 8644.0, 8644.0, 8647.0, 8646.0, 8664.0, 8648.0, 8669.0, 8641.0, 8672.0, 8644.0, 8676.0, 8645.0, 8672.0, 8663.0, 8658.0, 8648.0, 8646.0, 8647.0, 8649.0, 8668.0, 8665.0, 8660.0, 8648.0, 8678.0, 8668.0, 8682.0, 8669.0, 8665.0, 8676.0, 8671.0, 8687.0, 8677.0, 8696.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.0006813754325259516</td></tr>
<tr><td colspan=3>aqi</td><td>0.018762573183391005</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.9330215981472</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2692136579913413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002973002320347</td></tr>
<tr><td colspan=3>efc</td><td>0.4912</td></tr>
<tr><td colspan=3>fber</td><td>5984.5317</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0758856847840345</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0380622837370241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3061044972261273</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.239419946608068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4906232133461876</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1882703317241257</td></tr>
<tr><td colspan=3>gcor</td><td>0.00753181</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0077804019674658775</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027623632922768593</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.355448709320955</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>24.0582</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1691</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.8107</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>726.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.7287</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3355</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.6292</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3076.3584</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>735.3963</td></tr>
<tr><td colspan=3>tsnr</td><td>44.488401152193546</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>