<?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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-03/func/sub-0062_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>40befd727ec7867cabb66088b732b93d</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>09:57:36.410000</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.99942, 0.0291315, 0.0176471, -0.0293129, 0.999519, 0.0101104]</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.0862745</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7723, -7324, 473, -21, -141, 19, 63]</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>252.301</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9cb63db-f3f3-4691-9c69-d72fa38111ec||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.681370258331299, -0.07864435017108917, 0.046829093247652054, 113.96061706542969], [-0.07815761864185333, 2.6816368103027344, 0.028678955510258675, -91.21946716308594], [0.04734594747424126, -0.02712550014257431, 2.699441432952881, -80.35322570800781], [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': ['095736.410000', '095736.870000', '095737.330000', '095737.790000', '095738.250000', '095738.710000', '095739.170000', '095739.630000', '095740.090000', '095740.550000', '095741.010000', '095741.470000', '095741.930000', '095742.390000', '095742.850000', '095743.310000', '095743.770000', '095744.230000', '095744.690000', '095745.150000', '095745.610000', '095746.070000', '095746.530000', '095746.990000', '095747.450000', '095747.910000', '095748.370000', '095748.830000', '095749.290000', '095749.750000', '095750.210000', '095750.670000', '095751.130000', '095751.590000', '095752.050000', '095752.510000', '095752.970000', '095753.430000', '095753.890000', '095754.350000', '095754.810000', '095755.270000', '095755.730000', '095756.190000', '095756.650000', '095757.110000', '095757.570000', '095758.030000', '095758.490000', '095758.950000', '095759.410000', '095759.870000', '095800.330000', '095800.790000', '095801.250000', '095801.710000', '095802.170000', '095802.630000', '095803.090000', '095803.550000', '095804.010000', '095804.470000', '095804.930000', '095805.390000', '095805.850000', '095806.310000', '095806.770000', '095807.230000', '095807.690000', '095808.150000', '095808.610000', '095809.070000', '095809.530000', '095809.990000', '095810.450000', '095810.910000', '095811.370000', '095811.830000', '095812.290000', '095812.750000', '095813.210000', '095813.670000', '095814.130000', '095814.590000', '095815.050000', '095815.510000', '095815.970000', '095816.430000', '095816.890000', '095817.350000', '095817.810000', '095818.270000', '095818.730000', '095819.190000', '095819.650000', '095820.110000', '095820.570000', '095821.030000', '095821.490000', '095821.950000', '095822.410000', '095822.870000', '095823.330000', '095823.790000', '095824.250000', '095824.710000', '095825.170000', '095825.630000', '095826.090000', '095826.550000', '095827.010000', '095827.470000', '095827.930000', '095828.390000', '095828.850000', '095829.310000', '095829.770000', '095830.230000', '095830.690000', '095831.150000', '095831.610000', '095832.070000', '095832.530000', '095832.990000', '095833.450000', '095833.910000', '095834.370000', '095834.830000', '095835.290000', '095835.750000', '095836.210000', '095836.670000', '095837.130000', '095837.590000', '095838.050000', '095838.510000', '095838.970000', '095839.430000', '095839.890000', '095840.350000', '095840.810000', '095841.270000', '095841.730000', '095842.190000', '095842.650000', '095843.110000', '095843.570000', '095844.030000', '095844.490000', '095844.950000', '095845.410000', '095845.870000', '095846.330000', '095846.790000', '095847.250000', '095847.710000', '095848.170000', '095848.630000', '095849.090000', '095849.550000', '095850.010000', '095850.470000', '095850.930000', '095851.390000', '095851.850000', '095852.310000', '095852.770000', '095853.230000', '095853.690000', '095854.150000', '095854.610000', '095855.070000', '095855.530000', '095855.990000', '095856.450000', '095856.910000', '095857.370000', '095857.830000', '095858.290000', '095858.750000', '095859.210000', '095859.670000', '095900.130000', '095900.590000', '095901.050000', '095901.510000', '095901.970000', '095902.430000', '095902.890000', '095903.350000', '095903.810000', '095904.270000', '095904.730000', '095905.190000', '095905.650000', '095906.110000', '095906.570000', '095907.030000', '095907.490000', '095907.950000', '095908.410000', '095908.870000', '095909.330000', '095909.790000', '095910.250000', '095910.710000', '095911.170000', '095911.630000', '095912.090000', '095912.550000', '095913.010000', '095913.470000', '095913.930000', '095914.390000', '095914.850000', '095915.310000', '095915.770000', '095916.230000', '095916.690000', '095917.150000', '095917.610000', '095918.070000', '095918.530000', '095918.990000', '095919.450000', '095919.910000', '095920.370000', '095920.830000', '095921.290000', '095921.750000', '095922.210000', '095922.670000', '095923.130000', '095923.590000', '095924.050000', '095924.510000', '095924.970000', '095925.430000', '095925.890000', '095926.350000', '095926.810000', '095927.270000', '095927.730000', '095928.190000', '095928.650000', '095929.110000', '095929.570000', '095930.030000', '095930.490000', '095930.950000', '095931.410000', '095931.870000', '095932.330000', '095932.790000', '095933.250000', '095933.710000', '095934.170000', '095934.630000', '095935.090000', '095935.550000', '095936.010000', '095936.470000', '095936.930000', '095937.390000', '095937.850000', '095938.310000', '095938.770000', '095939.230000', '095939.690000', '095940.150000', '095940.610000', '095941.070000', '095941.530000', '095941.990000', '095942.450000', '095942.910000', '095943.370000', '095943.830000', '095944.290000', '095944.750000', '095945.210000', '095945.670000', '095946.130000', '095946.590000', '095947.050000', '095947.510000', '095947.970000', '095948.430000', '095948.890000', '095949.350000', '095949.810000', '095950.270000', '095950.730000', '095951.190000', '095951.650000', '095952.110000', '095952.570000', '095953.030000', '095953.490000', '095953.950000', '095954.410000', '095954.870000', '095955.330000', '095955.790000', '095956.250000', '095956.710000', '095957.170000', '095957.630000', '095958.090000', '095958.550000', '095959.010000', '095959.470000', '095959.930000', '100000.390000', '100000.850000', '100001.310000', '100001.770000', '100002.230000', '100002.690000', '100003.150000', '100003.610000', '100004.070000', '100004.530000', '100004.990000', '100005.450000', '100005.910000', '100006.370000', '100006.830000', '100007.290000', '100007.750000', '100008.210000', '100008.670000', '100009.130000', '100009.590000', '100010.050000', '100010.510000', '100010.970000', '100011.430000', '100011.890000', '100012.350000', '100012.810000', '100013.270000', '100013.730000', '100014.190000', '100014.650000', '100015.110000', '100015.570000', '100016.030000', '100016.490000', '100016.950000', '100017.410000', '100017.870000', '100018.330000', '100018.790000', '100019.250000', '100019.710000', '100020.170000', '100020.630000', '100021.090000', '100021.550000', '100022.010000', '100022.470000', '100022.930000', '100023.390000', '100023.850000', '100024.310000', '100024.770000', '100025.230000', '100025.690000', '100026.150000', '100026.610000', '100027.070000', '100027.530000', '100027.990000', '100028.450000', '100028.910000', '100029.370000', '100029.830000', '100030.290000', '100030.750000', '100031.210000', '100031.670000', '100032.130000', '100032.590000', '100033.050000', '100033.510000', '100033.970000', '100034.430000', '100034.890000', '100035.350000', '100035.810000', '100036.270000', '100036.730000', '100037.190000', '100037.650000', '100038.110000', '100038.570000', '100039.030000', '100039.490000', '100039.950000', '100040.410000', '100040.870000', '100041.330000', '100041.790000', '100042.250000', '100042.710000', '100043.170000', '100043.630000', '100044.090000', '100044.550000', '100045.010000', '100045.470000', '100045.930000', '100046.390000', '100046.850000', '100047.310000', '100047.770000', '100048.230000', '100048.690000', '100049.150000', '100049.610000', '100050.070000', '100050.530000', '100050.990000', '100051.450000', '100051.910000', '100052.370000', '100052.830000', '100053.290000', '100053.750000', '100054.210000', '100054.670000', '100055.130000', '100055.590000', '100056.050000', '100056.510000', '100056.970000', '100057.430000', '100057.890000', '100058.350000', '100058.810000', '100059.270000', '100059.730000', '100100.190000', '100100.650000', '100101.110000', '100101.570000', '100102.030000', '100102.490000', '100102.950000', '100103.410000', '100103.870000', '100104.330000', '100104.790000', '100105.250000', '100105.710000', '100106.170000', '100106.630000', '100107.090000', '100107.550000', '100108.010000', '100108.470000', '100108.930000', '100109.390000', '100109.850000', '100110.310000', '100110.770000', '100111.230000', '100111.690000', '100112.150000', '100112.610000', '100113.070000', '100113.530000', '100113.990000', '100114.450000', '100114.910000', '100115.370000', '100115.830000', '100116.290000', '100116.750000', '100117.210000', '100117.670000', '100118.130000', '100118.590000', '100119.050000', '100119.510000', '100119.970000', '100120.430000', '100120.890000', '100121.350000', '100121.810000', '100122.270000', '100122.730000', '100123.190000', '100123.650000', '100124.110000', '100124.570000', '100125.030000', '100125.490000', '100125.950000', '100126.410000', '100126.870000', '100127.330000', '100127.790000', '100128.250000', '100128.710000', '100129.170000', '100129.630000', '100130.090000', '100130.550000', '100131.010000', '100131.470000', '100131.930000', '100132.390000', '100132.850000', '100133.310000', '100133.770000', '100134.230000', '100134.690000', '100135.150000', '100135.610000', '100136.070000', '100136.530000', '100136.990000', '100137.450000', '100137.910000', '100138.370000', '100138.830000', '100139.290000', '100139.750000', '100140.210000', '100140.670000', '100141.130000', '100141.590000', '100142.050000', '100142.510000', '100142.970000', '100143.430000', '100143.890000', '100144.350000', '100144.810000', '100145.270000', '100145.730000', '100146.190000', '100146.650000', '100147.110000', '100147.570000', '100148.030000', '100148.490000', '100148.950000', '100149.410000', '100149.870000', '100150.330000', '100150.790000', '100151.250000', '100151.710000', '100152.170000', '100152.630000', '100153.090000', '100153.550000', '100154.010000', '100154.470000', '100154.930000', '100155.390000', '100155.850000', '100156.310000', '100156.770000', '100157.230000', '100157.690000', '100158.150000', '100158.610000', '100159.070000', '100159.530000', '100159.990000', '100200.450000', '100200.910000', '100201.370000', '100201.830000', '100202.290000', '100202.750000', '100203.210000', '100203.670000', '100204.130000', '100204.590000', '100205.050000', '100205.510000', '100205.970000', '100206.430000', '100206.890000', '100207.350000', '100207.810000', '100208.270000', '100208.730000', '100209.190000', '100209.650000', '100210.110000', '100210.570000', '100211.030000', '100211.490000', '100211.950000', '100212.410000', '100212.870000', '100213.330000', '100213.790000', '100214.250000', '100214.710000', '100215.170000', '100215.630000', '100216.090000', '100216.550000', '100217.010000', '100217.470000', '100217.930000', '100218.390000', '100218.850000', '100219.310000', '100219.770000', '100220.230000', '100220.690000', '100221.150000', '100221.610000', '100222.070000', '100222.530000', '100222.990000', '100223.450000', '100223.910000', '100224.370000', '100224.830000', '100225.290000', '100225.750000', '100226.210000', '100226.670000', '100227.130000', '100227.590000', '100228.050000', '100228.510000', '100228.970000', '100229.430000', '100229.890000', '100230.350000', '100230.810000', '100231.270000', '100231.730000', '100232.190000', '100232.650000', '100233.110000', '100233.570000', '100234.030000', '100234.490000', '100234.950000', '100235.410000', '100235.870000', '100236.330000', '100236.790000', '100237.250000', '100237.710000', '100238.170000', '100238.630000', '100239.090000', '100239.550000', '100240.010000', '100240.470000', '100240.930000', '100241.390000', '100241.850000', '100242.310000', '100242.770000', '100243.230000', '100243.690000', '100244.150000', '100244.610000', '100245.070000', '100245.530000', '100245.990000', '100246.450000', '100246.910000', '100247.370000', '100247.830000', '100248.290000', '100248.750000', '100249.210000', '100249.670000', '100250.130000', '100250.590000', '100251.050000', '100251.510000', '100251.970000', '100252.430000', '100252.890000', '100253.350000', '100253.810000', '100254.270000', '100254.730000', '100255.190000', '100255.650000', '100256.110000', '100256.570000', '100257.030000', '100257.490000', '100257.950000', '100258.410000', '100258.870000', '100259.330000', '100259.790000', '100300.250000', '100300.710000', '100301.170000', '100301.630000', '100302.090000', '100302.550000', '100303.010000', '100303.470000', '100303.930000', '100304.390000', '100304.850000', '100305.310000', '100305.770000', '100306.230000', '100306.690000', '100307.150000', '100307.610000', '100308.070000', '100308.530000', '100308.990000', '100309.450000', '100309.910000', '100310.370000', '100310.830000', '100311.290000', '100311.750000', '100312.210000', '100312.670000', '100313.130000', '100313.590000', '100314.050000', '100314.510000', '100314.970000', '100315.430000', '100315.890000', '100316.350000', '100316.810000', '100317.270000', '100317.730000', '100318.190000', '100318.650000', '100319.110000', '100319.570000', '100320.030000', '100320.490000', '100320.950000', '100321.410000', '100321.870000', '100322.330000', '100322.790000', '100323.250000', '100323.710000', '100324.170000', '100324.630000', '100325.090000', '100325.550000', '100326.010000', '100326.470000', '100326.930000', '100327.390000', '100327.850000', '100328.310000', '100328.770000', '100329.230000', '100329.690000', '100330.150000', '100330.610000', '100331.070000', '100331.530000', '100331.990000', '100332.450000', '100332.910000', '100333.370000', '100333.830000', '100334.290000', '100334.750000', '100335.210000', '100335.670000', '100336.130000', '100336.590000', '100337.050000', '100337.510000', '100337.970000', '100338.430000', '100338.890000', '100339.350000', '100339.810000', '100340.270000', '100340.730000', '100341.190000', '100341.650000', '100342.110000', '100342.570000', '100343.030000', '100343.490000', '100343.950000', '100344.410000', '100344.870000', '100345.330000', '100345.790000', '100346.250000', '100346.710000', '100347.170000', '100347.630000', '100348.090000', '100348.550000', '100349.010000', '100349.470000', '100349.930000', '100350.390000', '100350.850000', '100351.310000', '100351.770000', '100352.230000', '100352.690000', '100353.150000', '100353.610000', '100354.070000', '100354.530000', '100354.990000', '100355.450000', '100355.910000', '100356.370000', '100356.830000', '100357.290000', '100357.750000', '100358.210000', '100358.670000', '100359.130000', '100359.590000', '100400.050000', '100400.510000', '100400.970000', '100401.430000', '100401.890000', '100402.350000', '100402.810000', '100403.270000', '100403.730000', '100404.190000', '100404.650000', '100405.110000', '100405.570000', '100406.030000', '100406.490000', '100406.950000', '100407.410000', '100407.870000', '100408.330000', '100408.790000', '100409.250000', '100409.710000', '100410.170000', '100410.630000', '100411.090000', '100411.550000', '100412.010000', '100412.470000', '100412.930000', '100413.390000', '100413.850000', '100414.310000', '100414.770000', '100415.230000', '100415.690000', '100416.150000', '100416.610000', '100417.070000', '100417.530000', '100417.990000', '100418.450000', '100418.910000', '100419.370000', '100419.830000', '100420.290000', '100420.750000', '100421.210000', '100421.670000', '100422.130000', '100422.590000', '100423.050000', '100423.510000', '100423.970000', '100424.430000', '100424.890000', '100425.350000', '100425.810000', '100426.270000', '100426.730000', '100427.190000', '100427.650000', '100428.110000', '100428.570000', '100429.030000', '100429.490000', '100429.950000', '100430.410000', '100430.870000', '100431.330000', '100431.790000', '100432.250000', '100432.710000', '100433.170000', '100433.630000', '100434.090000', '100434.550000', '100435.010000', '100435.470000', '100435.930000', '100436.390000', '100436.850000', '100437.310000', '100437.770000', '100438.230000', '100438.690000', '100439.150000', '100439.610000', '100440.070000', '100440.530000', '100440.990000', '100441.450000', '100441.910000', '100442.370000', '100442.830000', '100443.290000', '100443.750000', '100444.210000', '100444.670000', '100445.130000', '100445.590000', '100446.050000', '100446.510000', '100446.970000', '100447.430000', '100447.890000', '100448.350000', '100448.810000', '100449.270000', '100449.730000', '100450.190000', '100450.650000', '100451.110000', '100451.570000', '100452.030000', '100452.490000', '100452.950000', '100453.410000', '100453.870000', '100454.330000', '100454.790000', '100455.250000', '100455.710000', '100456.170000', '100456.630000', '100457.090000', '100457.550000', '100458.010000', '100458.470000', '100458.930000', '100459.390000', '100459.850000', '100500.310000', '100500.770000', '100501.230000', '100501.690000', '100502.150000', '100502.610000', '100503.070000', '100503.530000', '100503.990000', '100504.450000', '100504.910000', '100505.370000', '100505.830000', '100506.290000', '100506.750000', '100507.210000', '100507.670000', '100508.130000', '100508.590000', '100509.050000', '100509.510000', '100509.970000', '100510.430000', '100510.890000', '100511.350000', '100511.810000', '100512.270000', '100512.730000', '100513.190000', '100513.650000', '100514.110000', '100514.570000', '100515.030000', '100515.490000', '100515.950000', '100516.410000', '100516.870000', '100517.330000', '100517.790000', '100518.250000', '100518.710000', '100519.170000', '100519.630000', '100520.090000', '100520.550000', '100521.010000', '100521.470000', '100521.930000', '100522.390000', '100522.850000', '100523.310000', '100523.770000', '100524.230000', '100524.690000', '100525.150000', '100525.610000', '100526.070000', '100526.530000', '100526.990000', '100527.450000', '100527.910000', '100528.370000', '100528.830000', '100529.290000', '100529.750000', '100530.210000', '100530.670000', '100531.130000', '100531.590000', '100532.050000', '100532.510000', '100532.970000', '100533.430000', '100533.890000', '100534.350000', '100534.810000', '100535.270000', '100535.730000', '100536.190000', '100536.650000', '100537.110000', '100537.570000', '100538.030000', '100538.490000', '100538.950000', '100539.410000', '100539.870000', '100540.330000', '100540.790000', '100541.250000', '100541.710000', '100542.170000', '100542.630000', '100543.090000', '100543.550000', '100544.010000', '100544.470000', '100544.930000', '100545.390000', '100545.850000', '100546.310000', '100546.770000', '100547.230000', '100547.690000', '100548.150000', '100548.610000', '100549.070000', '100549.530000', '100549.990000', '100550.450000', '100550.910000', '100551.370000', '100551.830000', '100552.290000', '100552.750000', '100553.210000', '100553.670000', '100554.130000', '100554.590000', '100555.050000', '100555.510000', '100555.970000', '100556.430000', '100556.890000', '100557.350000', '100557.810000', '100558.270000', '100558.730000', '100559.190000', '100559.650000', '100600.110000', '100600.570000', '100601.030000', '100601.490000', '100601.950000', '100602.410000', '100602.870000', '100603.330000', '100603.790000', '100604.250000', '100604.710000', '100605.170000', '100605.630000', '100606.090000', '100606.550000', '100607.010000', '100607.470000', '100607.930000', '100608.390000', '100608.850000', '100609.310000', '100609.770000', '100610.230000', '100610.690000', '100611.150000', '100611.610000', '100612.070000', '100612.530000', '100612.990000', '100613.450000', '100613.910000', '100614.370000', '100614.830000', '100615.290000', '100615.750000', '100616.210000', '100616.670000', '100617.130000', '100617.590000', '100618.050000', '100618.510000', '100618.970000', '100619.430000', '100619.890000', '100620.350000', '100620.810000', '100621.270000', '100621.730000', '100622.190000', '100622.650000', '100623.110000', '100623.570000', '100624.030000', '100624.490000', '100624.950000', '100625.410000', '100625.870000', '100626.330000', '100626.790000', '100627.250000', '100627.710000', '100628.170000'], 'ContentTime': ['095758.562000', '095758.565000', '095758.568000', '095758.570000', '095758.573000', '095758.575000', '095758.578000', '095758.581000', '095758.584000', '095758.586000', '095758.589000', '095758.592000', '095758.594000', '095758.597000', '095758.599000', '095758.602000', '095758.611000', '095758.614000', '095758.616000', '095758.619000', '095758.621000', '095758.624000', '095758.627000', '095758.629000', '095758.632000', '095758.634000', '095758.637000', '095758.654000', '095758.657000', '095758.659000', '095758.662000', '095758.665000', '095758.667000', '095758.670000', '095758.672000', '095758.675000', '095758.677000', '095758.680000', '095758.682000', '095758.685000', '095758.688000', '095758.690000', '095758.693000', '095758.701000', '095758.704000', '095758.706000', '095818.529000', '095818.532000', '095818.535000', '095818.537000', '095818.540000', '095818.543000', '095818.545000', '095818.548000', '095818.550000', '095818.553000', '095818.556000', '095818.558000', '095818.561000', '095818.563000', '095818.566000', '095818.569000', '095818.571000', '095818.574000', '095818.576000', '095818.579000', '095818.582000', '095818.584000', '095818.587000', '095818.589000', '095818.592000', '095818.595000', '095818.597000', '095818.600000', '095818.602000', '095818.605000', '095818.608000', '095818.610000', '095818.625000', '095818.628000', '095818.630000', '095818.633000', '095818.635000', '095818.638000', '095818.641000', '095818.643000', '095818.646000', '095818.648000', '095818.651000', '095838.530000', '095838.532000', '095838.535000', '095838.538000', '095838.540000', '095838.543000', '095838.545000', '095838.548000', '095838.550000', '095838.553000', '095838.556000', '095838.558000', '095838.561000', '095838.563000', '095838.566000', '095838.568000', '095838.580000', '095838.583000', '095838.585000', '095838.588000', '095838.590000', '095838.593000', '095838.595000', '095838.598000', '095838.601000', '095838.603000', '095838.606000', '095838.608000', '095838.611000', '095838.614000', '095838.616000', '095838.619000', '095838.622000', '095838.624000', '095838.627000', '095838.630000', '095838.633000', '095838.635000', '095838.638000', '095838.641000', '095838.643000', '095838.646000', '095838.648000', '095858.530000', '095858.532000', '095858.535000', '095858.538000', '095858.540000', '095858.543000', '095858.545000', '095858.548000', '095858.551000', '095858.553000', '095858.556000', '095858.558000', '095858.568000', '095858.570000', '095858.573000', '095858.576000', '095858.578000', '095858.581000', '095858.583000', '095858.586000', '095858.588000', '095858.591000', '095858.594000', '095858.596000', '095858.599000', '095858.601000', '095858.604000', '095858.606000', '095858.609000', '095858.612000', '095858.614000', '095858.617000', '095858.619000', '095858.622000', '095858.625000', '095858.627000', '095858.630000', '095858.632000', '095858.635000', '095858.638000', '095858.640000', '095858.643000', '095858.645000', '095858.648000', '095918.529000', '095918.531000', '095918.534000', '095918.537000', '095918.539000', '095918.542000', '095918.544000', '095918.547000', '095918.549000', '095918.552000', '095918.555000', '095918.557000', '095918.560000', '095918.563000', '095918.565000', '095918.568000', '095918.571000', '095918.573000', '095918.576000', '095918.578000', '095918.589000', '095918.591000', '095918.594000', '095918.596000', '095918.599000', '095918.601000', '095918.604000', '095918.607000', '095918.609000', '095918.612000', '095918.615000', '095918.617000', '095918.620000', '095918.623000', '095918.626000', '095918.629000', '095918.632000', '095918.634000', '095918.637000', '095918.639000', '095918.642000', '095918.645000', '095918.647000', '095938.529000', '095938.531000', '095938.534000', '095938.537000', '095938.539000', '095938.542000', '095938.544000', '095938.547000', '095938.550000', '095938.552000', '095938.555000', '095938.557000', '095938.560000', '095938.563000', '095938.565000', '095938.568000', '095938.570000', '095938.573000', '095938.575000', '095938.578000', '095938.581000', '095938.583000', '095938.586000', '095938.588000', '095938.591000', '095938.594000', '095938.596000', '095938.599000', '095938.601000', '095938.604000', '095938.607000', '095938.609000', '095938.612000', '095938.615000', '095938.617000', '095938.629000', '095938.631000', '095938.634000', '095938.637000', '095938.639000', '095938.650000', '095938.652000', '095938.655000', '095938.657000', '095958.529000', '095958.531000', '095958.534000', '095958.537000', '095958.539000', '095958.542000', '095958.544000', '095958.547000', '095958.550000', '095958.552000', '095958.555000', '095958.557000', '095958.560000', '095958.562000', '095958.565000', '095958.568000', '095958.570000', '095958.573000', '095958.575000', '095958.578000', '095958.581000', '095958.583000', '095958.586000', '095958.588000', '095958.591000', '095958.594000', '095958.596000', '095958.599000', '095958.601000', '095958.604000', '095958.607000', '095958.609000', '095958.612000', '095958.614000', '095958.617000', '095958.620000', '095958.622000', '095958.625000', '095958.627000', '095958.630000', '095958.632000', '095958.635000', '095958.638000', '100018.528000', '100018.531000', '100018.534000', '100018.536000', '100018.539000', '100018.542000', '100018.544000', '100018.547000', '100018.557000', '100018.559000', '100018.562000', '100018.565000', '100018.567000', '100018.570000', '100018.572000', '100018.575000', '100018.577000', '100018.580000', '100018.582000', '100018.585000', '100018.588000', '100018.590000', '100018.593000', '100018.595000', '100018.598000', '100018.600000', '100018.603000', '100018.606000', '100018.608000', '100018.611000', '100018.613000', '100018.616000', '100018.619000', '100018.621000', '100018.624000', '100018.626000', '100018.629000', '100018.631000', '100018.634000', '100018.637000', '100018.639000', '100018.642000', '100018.644000', '100018.647000', '100038.530000', '100038.532000', '100038.535000', '100038.538000', '100038.540000', '100038.543000', '100038.545000', '100038.548000', '100038.551000', '100038.553000', '100038.556000', '100038.558000', '100038.561000', '100038.563000', '100038.566000', '100038.569000', '100038.571000', '100038.574000', '100038.576000', '100038.579000', '100038.582000', '100038.585000', '100038.588000', '100038.591000', '100038.594000', '100038.596000', '100038.599000', '100038.601000', '100038.604000', '100038.642000', '100038.645000', '100038.648000', '100038.650000', '100038.653000', '100038.655000', '100038.658000', '100038.661000', '100038.664000', '100038.667000', '100038.669000', '100038.672000', '100038.675000', '100038.677000', '100058.530000', '100058.532000', '100058.535000', '100058.538000', '100058.540000', '100058.543000', '100058.545000', '100058.548000', '100058.551000', '100058.553000', '100058.556000', '100058.558000', '100058.561000', '100058.564000', '100058.566000', '100058.569000', '100058.571000', '100058.574000', '100058.576000', '100058.579000', '100058.582000', '100058.584000', '100058.587000', '100058.589000', '100058.592000', '100058.594000', '100058.597000', '100058.600000', '100058.602000', '100058.605000', '100058.608000', '100058.610000', '100058.613000', '100058.615000', '100058.618000', '100058.621000', '100058.623000', '100058.626000', '100058.628000', '100058.631000', '100058.634000', '100058.636000', '100058.639000', '100058.641000', '100118.530000', '100118.532000', '100118.535000', '100118.538000', '100118.540000', '100118.543000', '100118.545000', '100118.548000', '100118.551000', '100118.553000', '100118.556000', '100118.558000', '100118.561000', '100118.564000', '100118.566000', '100118.569000', '100118.603000', '100118.606000', '100118.608000', '100118.611000', '100118.614000', '100118.616000', '100118.619000', '100118.622000', '100118.624000', '100118.627000', '100118.629000', '100118.632000', '100118.634000', '100118.637000', '100118.640000', '100118.642000', '100118.645000', '100118.648000', '100118.650000', '100118.653000', '100118.655000', '100118.658000', '100118.660000', '100118.663000', '100118.665000', '100118.668000', '100118.671000', '100138.529000', '100138.532000', '100138.534000', '100138.537000', '100138.539000', '100138.542000', '100138.545000', '100138.547000', '100138.550000', '100138.553000', '100138.555000', '100138.558000', '100138.560000', '100138.563000', '100138.565000', '100138.568000', '100138.571000', '100138.573000', '100138.576000', '100138.578000', '100138.581000', '100138.584000', '100138.586000', '100138.589000', '100138.591000', '100138.594000', '100138.597000', '100138.599000', '100138.602000', '100138.604000', '100138.607000', '100138.610000', '100138.612000', '100138.615000', '100138.617000', '100138.620000', '100138.623000', '100138.625000', '100138.628000', '100138.630000', '100138.633000', '100138.635000', '100138.638000', '100138.641000', '100158.528000', '100158.531000', '100158.534000', '100158.536000', '100158.539000', '100158.541000', '100158.544000', '100158.547000', '100158.549000', '100158.552000', '100158.554000', '100158.557000', '100158.559000', '100158.562000', '100158.565000', '100158.567000', '100158.570000', '100158.572000', '100158.575000', '100158.578000', '100158.580000', '100158.583000', '100158.585000', '100158.588000', '100158.590000', '100158.593000', '100158.596000', '100158.598000', '100158.601000', '100158.603000', '100158.606000', '100158.609000', '100158.611000', '100158.614000', '100158.616000', '100158.619000', '100158.622000', '100158.624000', '100158.627000', '100158.629000', '100158.632000', '100158.634000', '100158.637000', '100218.529000', '100218.531000', '100218.534000', '100218.537000', '100218.539000', '100218.542000', '100218.544000', '100218.547000', '100218.549000', '100218.552000', '100218.555000', '100218.557000', '100218.560000', '100218.562000', '100218.565000', '100218.567000', '100218.570000', '100218.573000', '100218.575000', '100218.578000', '100218.580000', '100218.583000', '100218.586000', '100218.588000', '100218.591000', '100218.593000', '100218.596000', '100218.599000', '100218.601000', '100218.604000', '100218.607000', '100218.609000', '100218.612000', '100218.614000', '100218.617000', '100218.620000', '100218.622000', '100218.625000', '100218.627000', '100218.630000', '100218.632000', '100218.635000', '100218.638000', '100218.640000', '100238.529000', '100238.531000', '100238.534000', '100238.537000', '100238.539000', '100238.542000', '100238.544000', '100238.547000', '100238.550000', '100238.552000', '100238.555000', '100238.557000', '100238.560000', '100238.563000', '100238.565000', '100238.568000', '100238.570000', '100238.573000', '100238.576000', '100238.578000', '100238.581000', '100238.583000', '100238.586000', '100238.589000', '100238.591000', '100238.594000', '100238.596000', '100238.599000', '100238.602000', '100238.604000', '100238.607000', '100238.609000', '100238.612000', '100238.615000', '100238.617000', '100238.620000', '100238.622000', '100238.625000', '100238.628000', '100238.630000', '100238.633000', '100238.636000', '100238.638000', '100258.530000', '100258.532000', '100258.535000', '100258.538000', '100258.540000', '100258.543000', '100258.545000', '100258.548000', '100258.551000', '100258.553000', '100258.556000', '100258.559000', '100258.562000', '100258.564000', '100258.567000', '100258.569000', '100258.572000', '100258.575000', '100258.577000', '100258.580000', '100258.582000', '100258.585000', '100258.587000', '100258.590000', '100258.593000', '100258.595000', '100258.598000', '100258.600000', '100258.603000', '100258.606000', '100258.608000', '100258.611000', '100258.613000', '100258.616000', '100258.619000', '100258.621000', '100258.624000', '100258.626000', '100258.629000', '100258.631000', '100258.634000', '100258.637000', '100258.639000', '100258.642000', '100318.530000', '100318.532000', '100318.535000', '100318.538000', '100318.540000', '100318.543000', '100318.545000', '100318.548000', '100318.551000', '100318.553000', '100318.556000', '100318.560000', '100318.563000', '100318.566000', '100318.568000', '100318.571000', '100318.574000', '100318.576000', '100318.579000', '100318.581000', '100318.584000', '100318.587000', '100318.589000', '100318.592000', '100318.594000', '100318.597000', '100318.600000', '100318.602000', '100318.605000', '100318.608000', '100318.610000', '100318.613000', '100318.616000', '100318.618000', '100318.621000', '100318.623000', '100318.626000', '100318.628000', '100318.631000', '100318.634000', '100318.636000', '100318.639000', '100318.641000', '100338.529000', '100338.532000', '100338.535000', '100338.537000', '100338.540000', '100338.543000', '100338.545000', '100338.548000', '100338.550000', '100338.553000', '100338.555000', '100338.558000', '100338.561000', '100338.563000', '100338.566000', '100338.569000', '100338.571000', '100338.574000', '100338.576000', '100338.579000', '100338.581000', '100338.584000', '100338.586000', '100338.589000', '100338.592000', '100338.594000', '100338.597000', '100338.599000', '100338.602000', '100338.605000', '100338.640000', '100338.642000', '100338.645000', '100338.647000', '100338.657000', '100338.660000', '100338.663000', '100338.665000', '100338.668000', '100338.670000', '100338.673000', '100338.676000', '100338.678000', '100338.681000', '100358.529000', '100358.532000', '100358.534000', '100358.537000', '100358.539000', '100358.542000', '100358.545000', '100358.547000', '100358.550000', '100358.552000', '100358.555000', '100358.558000', '100358.560000', '100358.563000', '100358.565000', '100358.568000', '100358.571000', '100358.573000', '100358.576000', '100358.578000', '100358.581000', '100358.583000', '100358.586000', '100358.589000', '100358.591000', '100358.594000', '100358.596000', '100358.599000', '100358.602000', '100358.604000', '100358.607000', '100358.609000', '100358.612000', '100358.615000', '100358.617000', '100358.620000', '100358.623000', '100358.625000', '100358.628000', '100358.630000', '100358.633000', '100358.636000', '100358.638000', '100418.529000', '100418.531000', '100418.534000', '100418.537000', '100418.539000', '100418.542000', '100418.545000', '100418.548000', '100418.551000', '100418.553000', '100418.556000', '100418.559000', '100418.561000', '100418.564000', '100418.567000', '100418.569000', '100418.572000', '100418.574000', '100418.577000', '100418.580000', '100418.582000', '100418.585000', '100418.587000', '100418.590000', '100418.593000', '100418.595000', '100418.599000', '100418.601000', '100418.604000', '100418.606000', '100418.609000', '100418.612000', '100418.614000', '100418.617000', '100418.619000', '100418.622000', '100418.625000', '100418.627000', '100418.630000', '100418.632000', '100418.635000', '100418.638000', '100418.640000', '100418.643000', '100438.528000', '100438.531000', '100438.534000', '100438.536000', '100438.539000', '100438.542000', '100438.544000', '100438.547000', '100438.549000', '100438.552000', '100438.555000', '100438.557000', '100438.560000', '100438.562000', '100438.565000', '100438.568000', '100438.570000', '100438.573000', '100438.575000', '100438.578000', '100438.581000', '100438.583000', '100438.586000', '100438.588000', '100438.591000', '100438.593000', '100438.596000', '100438.599000', '100438.602000', '100438.604000', '100438.607000', '100438.609000', '100438.612000', '100438.615000', '100438.617000', '100438.620000', '100438.622000', '100438.625000', '100438.628000', '100438.630000', '100438.633000', '100438.635000', '100438.638000', '100458.529000', '100458.532000', '100458.534000', '100458.537000', '100458.539000', '100458.542000', '100458.544000', '100458.547000', '100458.550000', '100458.552000', '100458.555000', '100458.558000', '100458.560000', '100458.563000', '100458.565000', '100458.568000', '100458.570000', '100458.573000', '100458.576000', '100458.578000', '100458.581000', '100458.583000', '100458.586000', '100458.589000', '100458.591000', '100458.594000', '100458.596000', '100458.599000', '100458.601000', '100458.604000', '100458.607000', '100458.609000', '100458.612000', '100458.615000', '100458.617000', '100458.620000', '100458.622000', '100458.625000', '100458.628000', '100458.630000', '100458.633000', '100458.636000', '100458.639000', '100518.529000', '100518.532000', '100518.535000', '100518.538000', '100518.540000', '100518.543000', '100518.545000', '100518.548000', '100518.551000', '100518.553000', '100518.556000', '100518.558000', '100518.561000', '100518.564000', '100518.566000', '100518.569000', '100518.571000', '100518.574000', '100518.585000', '100518.588000', '100518.591000', '100518.593000', '100518.596000', '100518.598000', '100518.601000', '100518.604000', '100518.606000', '100518.609000', '100518.611000', '100518.614000', '100518.617000', '100518.619000', '100518.622000', '100518.625000', '100518.627000', '100518.630000', '100518.632000', '100518.635000', '100518.638000', '100518.640000', '100518.643000', '100518.645000', '100518.648000', '100518.650000', '100538.530000', '100538.533000', '100538.535000', '100538.538000', '100538.540000', '100538.552000', '100538.554000', '100538.557000', '100538.560000', '100538.562000', '100538.565000', '100538.567000', '100538.570000', '100538.572000', '100538.580000', '100538.583000', '100538.586000', '100538.589000', '100538.591000', '100538.594000', '100538.597000', '100538.599000', '100538.602000', '100538.604000', '100538.607000', '100538.610000', '100538.612000', '100538.615000', '100538.617000', '100538.620000', '100538.622000', '100538.625000', '100538.628000', '100538.630000', '100538.633000', '100538.636000', '100538.638000', '100538.641000', '100538.643000', '100538.646000', '100538.649000', '100538.651000', '100538.654000', '100558.530000', '100558.532000', '100558.535000', '100558.538000', '100558.540000', '100558.543000', '100558.546000', '100558.548000', '100558.551000', '100558.553000', '100558.556000', '100558.559000', '100558.561000', '100558.564000', '100558.566000', '100558.569000', '100558.571000', '100558.574000', '100558.577000', '100558.579000', '100558.582000', '100558.585000', '100558.587000', '100558.590000', '100558.592000', '100558.595000', '100558.597000', '100558.600000', '100558.603000', '100558.605000', '100558.608000', '100558.610000', '100558.613000', '100558.616000', '100558.618000', '100558.621000', '100558.624000', '100558.626000', '100558.629000', '100558.631000', '100558.634000', '100558.636000', '100558.642000', '100558.644000', '100618.529000', '100618.531000', '100618.534000', '100618.537000', '100618.539000', '100618.542000', '100618.544000', '100618.547000', '100618.550000', '100618.552000', '100618.555000', '100618.557000', '100618.560000', '100618.562000', '100618.565000', '100618.568000', '100618.570000', '100618.573000', '100618.575000', '100618.578000', '100618.581000', '100618.583000', '100618.586000', '100618.589000', '100618.591000', '100618.594000', '100618.596000', '100618.599000', '100618.602000', '100618.604000', '100618.607000', '100618.610000', '100618.613000', '100618.615000', '100618.618000', '100618.620000', '100618.623000', '100618.626000', '100618.628000', '100618.631000', '100618.634000', '100618.636000', '100618.639000', '100629.607000', '100629.610000', '100629.613000', '100629.616000', '100629.619000', '100629.621000', '100629.624000', '100629.627000', '100629.629000', '100629.632000', '100629.634000', '100629.638000', '100629.642000', '100629.645000', '100629.648000', '100629.652000', '100629.655000', '100629.659000', '100629.662000', '100629.665000', '100629.668000', '100629.671000', '100629.678000', '100629.681000', '100629.684000'], 'InstanceCreationTime': ['095758.562000', '095758.565000', '095758.568000', '095758.570000', '095758.573000', '095758.575000', '095758.578000', '095758.581000', '095758.584000', '095758.586000', '095758.589000', '095758.592000', '095758.594000', '095758.597000', '095758.599000', '095758.602000', '095758.611000', '095758.614000', '095758.616000', '095758.619000', '095758.621000', '095758.624000', '095758.627000', '095758.629000', '095758.632000', '095758.634000', '095758.637000', '095758.654000', '095758.657000', '095758.659000', '095758.662000', '095758.665000', '095758.667000', '095758.670000', '095758.672000', '095758.675000', '095758.677000', '095758.680000', '095758.682000', '095758.685000', '095758.688000', '095758.690000', '095758.693000', '095758.701000', '095758.704000', '095758.706000', '095818.529000', '095818.532000', '095818.535000', '095818.537000', '095818.540000', '095818.543000', '095818.545000', '095818.548000', '095818.550000', '095818.553000', '095818.556000', '095818.558000', '095818.561000', '095818.563000', '095818.566000', '095818.569000', '095818.571000', '095818.574000', '095818.576000', '095818.579000', '095818.582000', '095818.584000', '095818.587000', '095818.589000', '095818.592000', '095818.595000', '095818.597000', '095818.600000', '095818.602000', '095818.605000', '095818.608000', '095818.610000', '095818.625000', '095818.628000', '095818.630000', '095818.633000', '095818.635000', '095818.638000', '095818.641000', '095818.643000', '095818.646000', '095818.648000', '095818.651000', '095838.530000', '095838.532000', '095838.535000', '095838.538000', '095838.540000', '095838.543000', '095838.545000', '095838.548000', '095838.550000', '095838.553000', '095838.556000', '095838.558000', '095838.561000', '095838.563000', '095838.566000', '095838.568000', '095838.580000', '095838.583000', '095838.585000', '095838.588000', '095838.590000', '095838.593000', '095838.595000', '095838.598000', '095838.601000', '095838.603000', '095838.606000', '095838.608000', '095838.611000', '095838.614000', '095838.616000', '095838.619000', '095838.622000', '095838.624000', '095838.627000', '095838.630000', '095838.633000', '095838.635000', '095838.638000', '095838.641000', '095838.643000', '095838.646000', '095838.648000', '095858.530000', '095858.532000', '095858.535000', '095858.538000', '095858.540000', '095858.543000', '095858.545000', '095858.548000', '095858.551000', '095858.553000', '095858.556000', '095858.558000', '095858.568000', '095858.570000', '095858.573000', '095858.576000', '095858.578000', '095858.581000', '095858.583000', '095858.586000', '095858.588000', '095858.591000', '095858.594000', '095858.596000', '095858.599000', '095858.601000', '095858.604000', '095858.606000', '095858.609000', '095858.612000', '095858.614000', '095858.617000', '095858.619000', '095858.622000', '095858.625000', '095858.627000', '095858.630000', '095858.632000', '095858.635000', '095858.638000', '095858.640000', '095858.643000', '095858.645000', '095858.648000', '095918.529000', '095918.531000', '095918.534000', '095918.537000', '095918.539000', '095918.542000', '095918.544000', '095918.547000', '095918.549000', '095918.552000', '095918.555000', '095918.557000', '095918.560000', '095918.563000', '095918.565000', '095918.568000', '095918.571000', '095918.573000', '095918.576000', '095918.578000', '095918.589000', '095918.591000', '095918.594000', '095918.596000', '095918.599000', '095918.601000', '095918.604000', '095918.607000', '095918.609000', '095918.612000', '095918.615000', '095918.617000', '095918.620000', '095918.623000', '095918.626000', '095918.629000', '095918.632000', '095918.634000', '095918.637000', '095918.639000', '095918.642000', '095918.645000', '095918.647000', '095938.529000', '095938.531000', '095938.534000', '095938.537000', '095938.539000', '095938.542000', '095938.544000', '095938.547000', '095938.550000', '095938.552000', '095938.555000', '095938.557000', '095938.560000', '095938.563000', '095938.565000', '095938.568000', '095938.570000', '095938.573000', '095938.575000', '095938.578000', '095938.581000', '095938.583000', '095938.586000', '095938.588000', '095938.591000', '095938.594000', '095938.596000', '095938.599000', '095938.601000', '095938.604000', '095938.607000', '095938.609000', '095938.612000', '095938.615000', '095938.617000', '095938.629000', '095938.631000', '095938.634000', '095938.637000', '095938.639000', '095938.650000', '095938.652000', '095938.655000', '095938.657000', '095958.529000', '095958.531000', '095958.534000', '095958.537000', '095958.539000', '095958.542000', '095958.544000', '095958.547000', '095958.550000', '095958.552000', '095958.555000', '095958.557000', '095958.560000', '095958.562000', '095958.565000', '095958.568000', '095958.570000', '095958.573000', '095958.575000', '095958.578000', '095958.581000', '095958.583000', '095958.586000', '095958.588000', '095958.591000', '095958.594000', '095958.596000', '095958.599000', '095958.601000', '095958.604000', '095958.607000', '095958.609000', '095958.612000', '095958.614000', '095958.617000', '095958.620000', '095958.622000', '095958.625000', '095958.627000', '095958.630000', '095958.632000', '095958.635000', '095958.638000', '100018.528000', '100018.531000', '100018.534000', '100018.536000', '100018.539000', '100018.542000', '100018.544000', '100018.547000', '100018.557000', '100018.559000', '100018.562000', '100018.565000', '100018.567000', '100018.570000', '100018.572000', '100018.575000', '100018.577000', '100018.580000', '100018.582000', '100018.585000', '100018.588000', '100018.590000', '100018.593000', '100018.595000', '100018.598000', '100018.600000', '100018.603000', '100018.606000', '100018.608000', '100018.611000', '100018.613000', '100018.616000', '100018.619000', '100018.621000', '100018.624000', '100018.626000', '100018.629000', '100018.631000', '100018.634000', '100018.637000', '100018.639000', '100018.642000', '100018.644000', '100018.647000', '100038.530000', '100038.532000', '100038.535000', '100038.538000', '100038.540000', '100038.543000', '100038.545000', '100038.548000', '100038.551000', '100038.553000', '100038.556000', '100038.558000', '100038.561000', '100038.563000', '100038.566000', '100038.569000', '100038.571000', '100038.574000', '100038.576000', '100038.579000', '100038.582000', '100038.585000', '100038.588000', '100038.591000', '100038.594000', '100038.596000', '100038.599000', '100038.601000', '100038.604000', '100038.642000', '100038.645000', '100038.648000', '100038.650000', '100038.653000', '100038.655000', '100038.658000', '100038.661000', '100038.664000', '100038.667000', '100038.669000', '100038.672000', '100038.675000', '100038.677000', '100058.530000', '100058.532000', '100058.535000', '100058.538000', '100058.540000', '100058.543000', '100058.545000', '100058.548000', '100058.551000', '100058.553000', '100058.556000', '100058.558000', '100058.561000', '100058.564000', '100058.566000', '100058.569000', '100058.571000', '100058.574000', '100058.576000', '100058.579000', '100058.582000', '100058.584000', '100058.587000', '100058.589000', '100058.592000', '100058.594000', '100058.597000', '100058.600000', '100058.602000', '100058.605000', '100058.608000', '100058.610000', '100058.613000', '100058.615000', '100058.618000', '100058.621000', '100058.623000', '100058.626000', '100058.628000', '100058.631000', '100058.634000', '100058.636000', '100058.639000', '100058.641000', '100118.530000', '100118.532000', '100118.535000', '100118.538000', '100118.540000', '100118.543000', '100118.545000', '100118.548000', '100118.551000', '100118.553000', '100118.556000', '100118.558000', '100118.561000', '100118.564000', '100118.566000', '100118.569000', '100118.603000', '100118.606000', '100118.608000', '100118.611000', '100118.614000', '100118.616000', '100118.619000', '100118.622000', '100118.624000', '100118.627000', '100118.629000', '100118.632000', '100118.634000', '100118.637000', '100118.640000', '100118.642000', '100118.645000', '100118.648000', '100118.650000', '100118.653000', '100118.655000', '100118.658000', '100118.660000', '100118.663000', '100118.665000', '100118.668000', '100118.671000', '100138.529000', '100138.532000', '100138.534000', '100138.537000', '100138.539000', '100138.542000', '100138.545000', '100138.547000', '100138.550000', '100138.553000', '100138.555000', '100138.558000', '100138.560000', '100138.563000', '100138.565000', '100138.568000', '100138.571000', '100138.573000', '100138.576000', '100138.578000', '100138.581000', '100138.584000', '100138.586000', '100138.589000', '100138.591000', '100138.594000', '100138.597000', '100138.599000', '100138.602000', '100138.604000', '100138.607000', '100138.610000', '100138.612000', '100138.615000', '100138.617000', '100138.620000', '100138.623000', '100138.625000', '100138.628000', '100138.630000', '100138.633000', '100138.635000', '100138.638000', '100138.641000', '100158.528000', '100158.531000', '100158.534000', '100158.536000', '100158.539000', '100158.541000', '100158.544000', '100158.547000', '100158.549000', '100158.552000', '100158.554000', '100158.557000', '100158.559000', '100158.562000', '100158.565000', '100158.567000', '100158.570000', '100158.572000', '100158.575000', '100158.578000', '100158.580000', '100158.583000', '100158.585000', '100158.588000', '100158.590000', '100158.593000', '100158.596000', '100158.598000', '100158.601000', '100158.603000', '100158.606000', '100158.609000', '100158.611000', '100158.614000', '100158.616000', '100158.619000', '100158.622000', '100158.624000', '100158.627000', '100158.629000', '100158.632000', '100158.634000', '100158.637000', '100218.529000', '100218.531000', '100218.534000', '100218.537000', '100218.539000', '100218.542000', '100218.544000', '100218.547000', '100218.549000', '100218.552000', '100218.555000', '100218.557000', '100218.560000', '100218.562000', '100218.565000', '100218.567000', '100218.570000', '100218.573000', '100218.575000', '100218.578000', '100218.580000', '100218.583000', '100218.586000', '100218.588000', '100218.591000', '100218.593000', '100218.596000', '100218.599000', '100218.601000', '100218.604000', '100218.607000', '100218.609000', '100218.612000', '100218.614000', '100218.617000', '100218.620000', '100218.622000', '100218.625000', '100218.627000', '100218.630000', '100218.632000', '100218.635000', '100218.638000', '100218.640000', '100238.529000', '100238.531000', '100238.534000', '100238.537000', '100238.539000', '100238.542000', '100238.544000', '100238.547000', '100238.550000', '100238.552000', '100238.555000', '100238.557000', '100238.560000', '100238.563000', '100238.565000', '100238.568000', '100238.570000', '100238.573000', '100238.576000', '100238.578000', '100238.581000', '100238.583000', '100238.586000', '100238.589000', '100238.591000', '100238.594000', '100238.596000', '100238.599000', '100238.602000', '100238.604000', '100238.607000', '100238.609000', '100238.612000', '100238.615000', '100238.617000', '100238.620000', '100238.622000', '100238.625000', '100238.628000', '100238.630000', '100238.633000', '100238.636000', '100238.638000', '100258.530000', '100258.532000', '100258.535000', '100258.538000', '100258.540000', '100258.543000', '100258.545000', '100258.548000', '100258.551000', '100258.553000', '100258.556000', '100258.559000', '100258.562000', '100258.564000', '100258.567000', '100258.569000', '100258.572000', '100258.575000', '100258.577000', '100258.580000', '100258.582000', '100258.585000', '100258.587000', '100258.590000', '100258.593000', '100258.595000', '100258.598000', '100258.600000', '100258.603000', '100258.606000', '100258.608000', '100258.611000', '100258.613000', '100258.616000', '100258.619000', '100258.621000', '100258.624000', '100258.626000', '100258.629000', '100258.631000', '100258.634000', '100258.637000', '100258.639000', '100258.642000', '100318.530000', '100318.532000', '100318.535000', '100318.538000', '100318.540000', '100318.543000', '100318.545000', '100318.548000', '100318.551000', '100318.553000', '100318.556000', '100318.560000', '100318.563000', '100318.566000', '100318.568000', '100318.571000', '100318.574000', '100318.576000', '100318.579000', '100318.581000', '100318.584000', '100318.587000', '100318.589000', '100318.592000', '100318.594000', '100318.597000', '100318.600000', '100318.602000', '100318.605000', '100318.608000', '100318.610000', '100318.613000', '100318.616000', '100318.618000', '100318.621000', '100318.623000', '100318.626000', '100318.628000', '100318.631000', '100318.634000', '100318.636000', '100318.639000', '100318.641000', '100338.529000', '100338.532000', '100338.535000', '100338.537000', '100338.540000', '100338.543000', '100338.545000', '100338.548000', '100338.550000', '100338.553000', '100338.555000', '100338.558000', '100338.561000', '100338.563000', '100338.566000', '100338.569000', '100338.571000', '100338.574000', '100338.576000', '100338.579000', '100338.581000', '100338.584000', '100338.586000', '100338.589000', '100338.592000', '100338.594000', '100338.597000', '100338.599000', '100338.602000', '100338.605000', '100338.640000', '100338.642000', '100338.645000', '100338.647000', '100338.657000', '100338.660000', '100338.663000', '100338.665000', '100338.668000', '100338.670000', '100338.673000', '100338.676000', '100338.678000', '100338.681000', '100358.529000', '100358.532000', '100358.534000', '100358.537000', '100358.539000', '100358.542000', '100358.545000', '100358.547000', '100358.550000', '100358.552000', '100358.555000', '100358.558000', '100358.560000', '100358.563000', '100358.565000', '100358.568000', '100358.571000', '100358.573000', '100358.576000', '100358.578000', '100358.581000', '100358.583000', '100358.586000', '100358.589000', '100358.591000', '100358.594000', '100358.596000', '100358.599000', '100358.602000', '100358.604000', '100358.607000', '100358.609000', '100358.612000', '100358.615000', '100358.617000', '100358.620000', '100358.623000', '100358.625000', '100358.628000', '100358.630000', '100358.633000', '100358.636000', '100358.638000', '100418.529000', '100418.531000', '100418.534000', '100418.537000', '100418.539000', '100418.542000', '100418.545000', '100418.548000', '100418.551000', '100418.553000', '100418.556000', '100418.559000', '100418.561000', '100418.564000', '100418.567000', '100418.569000', '100418.572000', '100418.574000', '100418.577000', '100418.580000', '100418.582000', '100418.585000', '100418.587000', '100418.590000', '100418.593000', '100418.595000', '100418.599000', '100418.601000', '100418.604000', '100418.606000', '100418.609000', '100418.612000', '100418.614000', '100418.617000', '100418.619000', '100418.622000', '100418.625000', '100418.627000', '100418.630000', '100418.632000', '100418.635000', '100418.638000', '100418.640000', '100418.643000', '100438.528000', '100438.531000', '100438.534000', '100438.536000', '100438.539000', '100438.542000', '100438.544000', '100438.547000', '100438.549000', '100438.552000', '100438.555000', '100438.557000', '100438.560000', '100438.562000', '100438.565000', '100438.568000', '100438.570000', '100438.573000', '100438.575000', '100438.578000', '100438.581000', '100438.583000', '100438.586000', '100438.588000', '100438.591000', '100438.593000', '100438.596000', '100438.599000', '100438.602000', '100438.604000', '100438.607000', '100438.609000', '100438.612000', '100438.615000', '100438.617000', '100438.620000', '100438.622000', '100438.625000', '100438.628000', '100438.630000', '100438.633000', '100438.635000', '100438.638000', '100458.529000', '100458.532000', '100458.534000', '100458.537000', '100458.539000', '100458.542000', '100458.544000', '100458.547000', '100458.550000', '100458.552000', '100458.555000', '100458.558000', '100458.560000', '100458.563000', '100458.565000', '100458.568000', '100458.570000', '100458.573000', '100458.576000', '100458.578000', '100458.581000', '100458.583000', '100458.586000', '100458.589000', '100458.591000', '100458.594000', '100458.596000', '100458.599000', '100458.601000', '100458.604000', '100458.607000', '100458.609000', '100458.612000', '100458.615000', '100458.617000', '100458.620000', '100458.622000', '100458.625000', '100458.628000', '100458.630000', '100458.633000', '100458.636000', '100458.639000', '100518.529000', '100518.532000', '100518.535000', '100518.538000', '100518.540000', '100518.543000', '100518.545000', '100518.548000', '100518.551000', '100518.553000', '100518.556000', '100518.558000', '100518.561000', '100518.564000', '100518.566000', '100518.569000', '100518.571000', '100518.574000', '100518.585000', '100518.588000', '100518.591000', '100518.593000', '100518.596000', '100518.598000', '100518.601000', '100518.604000', '100518.606000', '100518.609000', '100518.611000', '100518.614000', '100518.617000', '100518.619000', '100518.622000', '100518.625000', '100518.627000', '100518.630000', '100518.632000', '100518.635000', '100518.638000', '100518.640000', '100518.643000', '100518.645000', '100518.648000', '100518.650000', '100538.530000', '100538.533000', '100538.535000', '100538.538000', '100538.540000', '100538.552000', '100538.554000', '100538.557000', '100538.560000', '100538.562000', '100538.565000', '100538.567000', '100538.570000', '100538.572000', '100538.580000', '100538.583000', '100538.586000', '100538.589000', '100538.591000', '100538.594000', '100538.597000', '100538.599000', '100538.602000', '100538.604000', '100538.607000', '100538.610000', '100538.612000', '100538.615000', '100538.617000', '100538.620000', '100538.622000', '100538.625000', '100538.628000', '100538.630000', '100538.633000', '100538.636000', '100538.638000', '100538.641000', '100538.643000', '100538.646000', '100538.649000', '100538.651000', '100538.654000', '100558.530000', '100558.532000', '100558.535000', '100558.538000', '100558.540000', '100558.543000', '100558.546000', '100558.548000', '100558.551000', '100558.553000', '100558.556000', '100558.559000', '100558.561000', '100558.564000', '100558.566000', '100558.569000', '100558.571000', '100558.574000', '100558.577000', '100558.579000', '100558.582000', '100558.585000', '100558.587000', '100558.590000', '100558.592000', '100558.595000', '100558.597000', '100558.600000', '100558.603000', '100558.605000', '100558.608000', '100558.610000', '100558.613000', '100558.616000', '100558.618000', '100558.621000', '100558.624000', '100558.626000', '100558.629000', '100558.631000', '100558.634000', '100558.636000', '100558.642000', '100558.644000', '100618.529000', '100618.531000', '100618.534000', '100618.537000', '100618.539000', '100618.542000', '100618.544000', '100618.547000', '100618.550000', '100618.552000', '100618.555000', '100618.557000', '100618.560000', '100618.562000', '100618.565000', '100618.568000', '100618.570000', '100618.573000', '100618.575000', '100618.578000', '100618.581000', '100618.583000', '100618.586000', '100618.589000', '100618.591000', '100618.594000', '100618.596000', '100618.599000', '100618.602000', '100618.604000', '100618.607000', '100618.610000', '100618.613000', '100618.615000', '100618.618000', '100618.620000', '100618.623000', '100618.626000', '100618.628000', '100618.631000', '100618.634000', '100618.636000', '100618.639000', '100629.607000', '100629.610000', '100629.613000', '100629.616000', '100629.619000', '100629.621000', '100629.624000', '100629.627000', '100629.629000', '100629.632000', '100629.634000', '100629.638000', '100629.642000', '100629.645000', '100629.648000', '100629.652000', '100629.655000', '100629.659000', '100629.662000', '100629.665000', '100629.668000', '100629.671000', '100629.678000', '100629.681000', '100629.684000'], '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': [7214, 11665, 6766, 9364, 6875, 10171, 6792, 11381, 7196, 11945, 7365, 8144, 7099, 6954, 6845, 7876, 6794, 7708, 6984, 6964, 6920, 6809, 6660, 8881, 7955, 10294, 6896, 8623, 6856, 8107, 6844, 7554, 8324, 9505, 6872, 7565, 6950, 7227, 7438, 8965, 8386, 10059, 6989, 7281, 7258, 8415, 10730, 7238, 10992, 6861, 6627, 7114, 6919, 6878, 8782, 6890, 10753, 7926, 11553, 6794, 10596, 7072, 7309, 6762, 7955, 7896, 8258, 7384, 7373, 7687, 6893, 7647, 7154, 7288, 7403, 7739, 7477, 7080, 6826, 7436, 6928, 11468, 8493, 11941, 7041, 7005, 7318, 7021, 7674, 9211, 8013, 11742, 6926, 10513, 7073, 8341, 7972, 7263, 7414, 7139, 7162, 6881, 7072, 7890, 7708, 8349, 7658, 9817, 6897, 6894, 7041, 7178, 6753, 7620, 7236, 6967, 7565, 6814, 7259, 7101, 7229, 6985, 7215, 6888, 8567, 6988, 7273, 6938, 6954, 6766, 7047, 6955, 7544, 6798, 6995, 7029, 7227, 7572, 7675, 7649, 7951, 7081, 7277, 7560, 7179, 9046, 7424, 10432, 8643, 7137, 7013, 6853, 7127, 9283, 7080, 8253, 7087, 8197, 7265, 7049, 6997, 6919, 6971, 7037, 11201, 8207, 12669, 7312, 11664, 6817, 7594, 6992, 7456, 7071, 8988, 6955, 7690, 6852, 7174, 7088, 8063, 7819, 9417, 8121, 7084, 7969, 7632, 8090, 7889, 7747, 7553, 7716, 7758, 8141, 6989, 7324, 6733, 8193, 7023, 10339, 7315, 7124, 6830, 8048, 6805, 8910, 6999, 9121, 7834, 10993, 7162, 10430, 6942, 7450, 6907, 7968, 8006, 7718, 7485, 7133, 6924, 7512, 7147, 7375, 6899, 7793, 6929, 7048, 7144, 6897, 7130, 8069, 7770, 8457, 8054, 7267, 6849, 7344, 6821, 7523, 6921, 10546, 9107, 8105, 12453, 7702, 7477, 6889, 6757, 6926, 7058, 7142, 7077, 7694, 7366, 7050, 7071, 7200, 7328, 8293, 8292, 9239, 8298, 7135, 7427, 7646, 7297, 7646, 8874, 7534, 6918, 7444, 7076, 6831, 7726, 7131, 9290, 7420, 10337, 6962, 10559, 6841, 9407, 7129, 9870, 7486, 10318, 6694, 9058, 6892, 7434, 6835, 7721, 6851, 7678, 7034, 7071, 7067, 6905, 6945, 7212, 9606, 7560, 7462, 7082, 6759, 7190, 6917, 6912, 7882, 7025, 8562, 7080, 6870, 7023, 6694, 6961, 6878, 8221, 7250, 10950, 10364, 11875, 7373, 7093, 7483, 6976, 8544, 7985, 11066, 7864, 9264, 6841, 7794, 6749, 8520, 8123, 12246, 10588, 12872, 6776, 7853, 6813, 8006, 7388, 7672, 7362, 6724, 7340, 6941, 6765, 7267, 8630, 6851, 13508, 8217, 9703, 6837, 7735, 6890, 7916, 6875, 7760, 7109, 6973, 6961, 7056, 7092, 7196, 7720, 7561, 9303, 7552, 7304, 7020, 6870, 6815, 6935, 7665, 6918, 7571, 6934, 8057, 7459, 8307, 10462, 7047, 13464, 7388, 10573, 6836, 8560, 7060, 8460, 7355, 9521, 6951, 8418, 7257, 7843, 6834, 8696, 7140, 8665, 6906, 7880, 6937, 7495, 6867, 7209, 7467, 8134, 6872, 8006, 6973, 10452, 6695, 7787, 7244, 8221, 6946, 8530, 6952, 7392, 6764, 7096, 7101, 6988, 7035, 9239, 6832, 7788, 7015, 8713, 7220, 8934, 11176, 8646, 7107, 7744, 6825, 7555, 11554, 7908, 9534, 8191, 11658, 7168, 7959, 7023, 7703, 6831, 7642, 7306, 9727, 7063, 10034, 6976, 9648, 6817, 9349, 7173, 10391, 8734, 11717, 6845, 9374, 6969, 9043, 7433, 8655, 7398, 6845, 7119, 6721, 6996, 7403, 7064, 7681, 6869, 9520, 6820, 6780, 7911, 7538, 12679, 10564, 11705, 8007, 7218, 12510, 10079, 10087, 14373, 7390, 6832, 8427, 6981, 6742, 7640, 8947, 13652, 8270, 6666, 6844, 6811, 8270, 6721, 6839, 6645, 6649, 7045, 6599, 6837, 6896, 7095, 6795, 7043, 7091, 10658, 8074, 8691, 9348, 6709, 9431, 7026, 6903, 9098, 9315, 12900, 10527, 12780, 10796, 12079, 8298, 13223, 8763, 8384, 7469, 6815, 6909, 6601, 6662, 6741, 6736, 6620, 6855, 8027, 7321, 6688, 6812, 6674, 6956, 6921, 7179, 6731, 7759, 6678, 6995, 7072, 7472, 6829, 7302, 10148, 7785, 8325, 7448, 6656, 7077, 7365, 6821, 10371, 7274, 10635, 6699, 9499, 6696, 7828, 6794, 8208, 7280, 7315, 10369, 7435, 11902, 6698, 7817, 7025, 6940, 6873, 6920, 6847, 7689, 8609, 6967, 7083, 6752, 7786, 6932, 8414, 6945, 9725, 6926, 7391, 6930, 7091, 7030, 7537, 7262, 7848, 7185, 7158, 7087, 7050, 7079, 6956, 9089, 7251, 10827, 7554, 9567, 6946, 8698, 6754, 8192, 6630, 7887, 7347, 9914, 6765, 8062, 6967, 7062, 6753, 7437, 7038, 7029, 8370, 6964, 7430, 7186, 8581, 6825, 8406, 6532, 7666, 6905, 8922, 7009, 7712, 7069, 6774, 6877, 6825, 6819, 6978, 10260, 6732, 10963, 6672, 7830, 6668, 7554, 6971, 9456, 6927, 7479, 6935, 6849, 7062, 6966, 10333, 7181, 10867, 7026, 10223, 6667, 7775, 6823, 7439, 7223, 10263, 7619, 8102, 6745, 6716, 7016, 6757, 8957, 7217, 9101, 7471, 10732, 6627, 7519, 6733, 7476, 6499, 7002, 6931, 8075, 6875, 6744, 7762, 7089, 8740, 6831, 7998, 6830, 7741, 6630, 7029, 6927, 6884, 6744, 6734, 10574, 6773, 9915, 6823, 7854, 6795, 7112, 6882, 6803, 7059, 6825, 9593, 6901, 6764, 7137, 7786, 6992, 7477, 6887, 7297, 7263, 7656, 7948, 7535, 9139, 7245, 10297, 7052, 7948, 7126, 7583, 6795, 9307, 7008, 10335, 6999, 6932, 7009, 6731, 7014, 6592, 10134, 7075, 8197, 6890, 7688, 7125, 10409, 6868, 6763, 6835, 7094, 7759, 7110, 7787, 7214, 10128, 7709, 9857, 6582, 7187, 6801, 7003, 7377, 7693, 7027, 8518, 6835, 7102, 6874, 7309, 6601, 7649, 8096, 7676, 7452, 6679, 6657, 7055, 6987, 7552, 7049, 7103, 6744, 6821, 6907, 6797, 8616, 6854, 8254, 6917, 7461, 6864, 7816, 6942, 8214, 6865, 6756, 6986, 6639, 6849, 6830, 7287, 6833, 6646, 8622, 8618, 6911, 10104, 8361, 11165, 12135, 11381, 12429, 11364, 13018, 9797, 11503, 8682, 13141, 9317, 12330, 10925, 11922, 7947, 9276, 7482, 7707, 6736, 6730, 6619, 8128, 6669, 6964, 6708, 6623, 8081, 6866, 7475, 7042, 9107, 6944, 7851, 6500, 7534, 6677, 7575, 8247, 7739, 8357, 7013, 7230, 8126, 6913, 7829, 6985, 7759, 7652, 8936, 7150, 6907, 7030, 6699, 6924, 6801, 7223, 8657, 7344, 7175, 7068, 6921, 6901, 6762, 6860, 6761, 8874, 6819, 11162, 6561, 8578, 6654, 8120, 6796, 8240, 6872, 11032, 6900, 8412, 6740, 7882, 6888, 7706, 7135, 9524, 6829, 9275, 6535, 8056, 6654, 7536, 6926, 7809, 6752, 9500, 6722, 7574, 6520, 7162, 6754, 7055, 7622, 7175, 7295, 6767, 6965, 6702, 6733, 7011, 8562, 7041, 8619, 7034, 7835, 6738, 7366, 6729, 6818, 7393, 6626, 8574, 6773, 7870, 7206, 6947, 7117, 8025, 7106, 8351, 6852, 9528, 7125, 8784, 7300, 7673, 7053, 7081, 7172, 8540, 7308, 7180, 6919, 7067, 6936, 7296, 7049, 7130, 7836, 9732, 7350, 7104, 6668, 7244, 6780, 7570, 7237, 8476, 7045, 10454, 6779, 7360, 6506, 7311, 7206, 7111, 7820, 7319, 10485, 7482, 9215, 6758, 8970, 6705, 7239, 6848, 6993, 7655, 7080, 6821, 6868, 6809, 6981, 6954, 6727, 6872, 6933, 10667, 6948, 10001, 6789, 8156, 6647, 7213, 7031, 7441, 7050, 8041, 6670, 7616, 6993, 8862, 6849, 8385, 6867, 10232, 6553, 7508, 6602, 7310, 7038, 7578, 7426, 7168, 9866, 7101, 6844, 7041, 7360, 7042, 8118, 7151, 9351, 7167, 7296, 7064, 7373, 7032, 8713, 7500, 11621, 7769, 10373, 6603, 7771, 6652, 7544, 7254, 7275, 10182, 7663, 7828, 7370, 6702, 6747, 6735, 6871, 7644, 7249, 10449, 7000, 8165, 6865, 7428, 7147, 7368, 7433, 6845, 7896, 6906, 6635, 7267, 6813, 6915, 7469, 7385, 8965, 7376, 8579, 7146, 6718, 8490, 7009, 11699, 7366, 13608, 7297, 11056, 7441, 9830, 7807, 8104, 7511, 8385, 6629, 7239, 6774, 7253, 6888, 6666, 7267, 6654, 7185, 6733, 6819, 6861, 8208, 6712, 8838, 6790, 8068, 7174, 9173, 6666, 7579, 6840, 8193, 6659, 7927, 6866, 8051, 6534, 8782, 6721, 8282, 8188, 7080, 6868, 7516, 8281, 7141, 8546, 6616, 7716, 6608, 6951, 6606, 7644, 7489, 10489, 6668, 7718, 6775], 'WindowCenter': [4336.0, 4373.0, 4298.0, 4337.0, 4297.0, 4336.0, 4295.0, 4356.0, 4306.0, 4355.0, 4305.0, 4315.0, 4294.0, 4306.0, 4294.0, 4314.0, 4295.0, 4316.0, 4308.0, 4319.0, 4320.0, 4310.0, 4309.0, 4340.0, 4331.0, 4360.0, 4320.0, 4342.0, 4309.0, 4330.0, 4311.0, 4329.0, 4329.0, 4348.0, 4308.0, 4319.0, 4307.0, 4318.0, 4318.0, 4327.0, 4316.0, 4335.0, 4295.0, 4294.0, 4293.0, 4313.0, 4343.0, 4303.0, 4343.0, 4281.0, 4283.0, 4293.0, 4292.0, 4294.0, 4313.0, 4294.0, 4343.0, 4315.0, 4354.0, 4295.0, 4344.0, 4294.0, 4302.0, 4284.0, 4314.0, 4314.0, 4315.0, 4304.0, 4304.0, 4305.0, 4292.0, 4304.0, 4293.0, 4305.0, 4306.0, 4316.0, 4305.0, 4305.0, 4296.0, 4304.0, 4306.0, 4355.0, 4326.0, 4357.0, 4305.0, 4305.0, 4305.0, 4305.0, 4318.0, 4336.0, 4317.0, 4355.0, 4294.0, 4344.0, 4294.0, 4312.0, 4313.0, 4304.0, 4304.0, 4294.0, 4294.0, 4294.0, 4292.0, 4312.0, 4304.0, 4313.0, 4304.0, 4333.0, 4293.0, 4303.0, 4293.0, 4293.0, 4293.0, 4315.0, 4317.0, 4306.0, 4313.0, 4297.0, 4305.0, 4307.0, 4306.0, 4305.0, 4307.0, 4306.0, 4325.0, 4306.0, 4306.0, 4306.0, 4305.0, 4296.0, 4306.0, 4305.0, 4317.0, 4306.0, 4307.0, 4307.0, 4307.0, 4317.0, 4317.0, 4317.0, 4328.0, 4308.0, 4318.0, 4316.0, 4307.0, 4326.0, 4318.0, 4356.0, 4327.0, 4308.0, 4308.0, 4308.0, 4308.0, 4333.0, 4307.0, 4328.0, 4306.0, 4316.0, 4306.0, 4305.0, 4306.0, 4305.0, 4305.0, 4307.0, 4356.0, 4328.0, 4366.0, 4306.0, 4356.0, 4295.0, 4303.0, 4295.0, 4305.0, 4305.0, 4324.0, 4294.0, 4304.0, 4294.0, 4291.0, 4293.0, 4314.0, 4302.0, 4323.0, 4303.0, 4290.0, 4311.0, 4301.0, 4300.0, 4302.0, 4300.0, 4302.0, 4301.0, 4302.0, 4301.0, 4290.0, 4291.0, 4282.0, 4310.0, 4293.0, 4332.0, 4291.0, 4293.0, 4294.0, 4314.0, 4293.0, 4322.0, 4306.0, 4336.0, 4315.0, 4345.0, 4305.0, 4345.0, 4295.0, 4304.0, 4294.0, 4315.0, 4314.0, 4304.0, 4304.0, 4294.0, 4305.0, 4305.0, 4304.0, 4306.0, 4305.0, 4317.0, 4305.0, 4306.0, 4306.0, 4306.0, 4306.0, 4315.0, 4316.0, 4326.0, 4315.0, 4304.0, 4294.0, 4304.0, 4295.0, 4303.0, 4294.0, 4345.0, 4324.0, 4315.0, 4353.0, 4304.0, 4302.0, 4293.0, 4294.0, 4302.0, 4292.0, 4305.0, 4304.0, 4316.0, 4306.0, 4306.0, 4307.0, 4305.0, 4305.0, 4326.0, 4325.0, 4336.0, 4315.0, 4305.0, 4306.0, 4314.0, 4303.0, 4315.0, 4325.0, 4315.0, 4305.0, 4304.0, 4294.0, 4294.0, 4304.0, 4306.0, 4335.0, 4305.0, 4345.0, 4294.0, 4344.0, 4292.0, 4323.0, 4294.0, 4334.0, 4304.0, 4343.0, 4294.0, 4324.0, 4294.0, 4304.0, 4293.0, 4315.0, 4295.0, 4305.0, 4306.0, 4295.0, 4306.0, 4306.0, 4306.0, 4317.0, 4335.0, 4317.0, 4305.0, 4307.0, 4307.0, 4308.0, 4307.0, 4309.0, 4328.0, 4320.0, 4339.0, 4318.0, 4309.0, 4320.0, 4310.0, 4320.0, 4308.0, 4341.0, 4319.0, 4357.0, 4349.0, 4369.0, 4319.0, 4309.0, 4319.0, 4309.0, 4340.0, 4324.0, 4358.0, 4318.0, 4335.0, 4296.0, 4305.0, 4295.0, 4325.0, 4315.0, 4355.0, 4334.0, 4353.0, 4282.0, 4301.0, 4281.0, 4303.0, 4292.0, 4302.0, 4292.0, 4282.0, 4303.0, 4292.0, 4282.0, 4304.0, 4313.0, 4295.0, 4364.0, 4313.0, 4323.0, 4282.0, 4301.0, 4292.0, 4301.0, 4281.0, 4303.0, 4292.0, 4292.0, 4294.0, 4293.0, 4293.0, 4293.0, 4302.0, 4304.0, 4324.0, 4304.0, 4304.0, 4295.0, 4294.0, 4294.0, 4305.0, 4316.0, 4295.0, 4316.0, 4306.0, 4315.0, 4305.0, 4315.0, 4333.0, 4294.0, 4353.0, 4292.0, 4332.0, 4282.0, 4312.0, 4292.0, 4311.0, 4292.0, 4322.0, 4292.0, 4312.0, 4292.0, 4302.0, 4283.0, 4313.0, 4305.0, 4324.0, 4305.0, 4315.0, 4306.0, 4306.0, 4307.0, 4306.0, 4318.0, 4328.0, 4308.0, 4329.0, 4309.0, 4359.0, 4308.0, 4317.0, 4307.0, 4329.0, 4307.0, 4328.0, 4309.0, 4318.0, 4308.0, 4306.0, 4302.0, 4309.0, 4309.0, 4350.0, 4310.0, 4325.0, 4320.0, 4339.0, 4313.0, 4339.0, 4352.0, 4326.0, 4306.0, 4309.0, 4295.0, 4304.0, 4337.0, 4315.0, 4334.0, 4314.0, 4344.0, 4293.0, 4297.0, 4292.0, 4300.0, 4282.0, 4302.0, 4303.0, 4323.0, 4293.0, 4332.0, 4293.0, 4322.0, 4282.0, 4321.0, 4294.0, 4326.0, 4313.0, 4342.0, 4282.0, 4322.0, 4308.0, 4337.0, 4305.0, 4323.0, 4303.0, 4321.0, 4293.0, 4293.0, 4322.0, 4377.0, 4377.0, 4375.0, 4351.0, 4363.0, 4320.0, 4310.0, 4327.0, 4315.0, 4323.0, 4274.0, 4266.0, 4257.0, 4258.0, 4338.0, 4306.0, 4318.0, 4372.0, 4304.0, 4292.0, 4311.0, 4291.0, 4293.0, 4300.0, 4311.0, 4363.0, 4299.0, 4278.0, 4281.0, 4291.0, 4311.0, 4278.0, 4277.0, 4277.0, 4278.0, 4303.0, 4263.0, 4293.0, 4306.0, 4319.0, 4308.0, 4306.0, 4306.0, 4346.0, 4315.0, 4325.0, 4335.0, 4296.0, 4334.0, 4294.0, 4293.0, 4324.0, 4317.0, 4348.0, 4333.0, 4350.0, 4330.0, 4338.0, 4297.0, 4336.0, 4296.0, 4296.0, 4288.0, 4267.0, 4277.0, 4279.0, 4294.0, 4304.0, 4306.0, 4304.0, 4296.0, 4310.0, 4318.0, 4308.0, 4307.0, 4295.0, 4306.0, 4305.0, 4306.0, 4296.0, 4316.0, 4306.0, 4300.0, 4299.0, 4305.0, 4293.0, 4305.0, 4344.0, 4304.0, 4314.0, 4304.0, 4294.0, 4294.0, 4303.0, 4295.0, 4345.0, 4299.0, 4344.0, 4294.0, 4331.0, 4293.0, 4298.0, 4293.0, 4314.0, 4301.0, 4304.0, 4333.0, 4292.0, 4353.0, 4281.0, 4301.0, 4292.0, 4292.0, 4282.0, 4304.0, 4294.0, 4315.0, 4324.0, 4294.0, 4293.0, 4294.0, 4303.0, 4305.0, 4325.0, 4299.0, 4335.0, 4305.0, 4304.0, 4294.0, 4293.0, 4293.0, 4315.0, 4304.0, 4313.0, 4289.0, 4294.0, 4294.0, 4289.0, 4293.0, 4287.0, 4323.0, 4305.0, 4344.0, 4304.0, 4335.0, 4304.0, 4324.0, 4294.0, 4314.0, 4294.0, 4314.0, 4305.0, 4335.0, 4294.0, 4314.0, 4287.0, 4293.0, 4293.0, 4303.0, 4293.0, 4294.0, 4314.0, 4294.0, 4304.0, 4293.0, 4323.0, 4293.0, 4313.0, 4284.0, 4304.0, 4294.0, 4324.0, 4293.0, 4303.0, 4294.0, 4293.0, 4292.0, 4295.0, 4293.0, 4306.0, 4345.0, 4295.0, 4345.0, 4294.0, 4303.0, 4293.0, 4315.0, 4293.0, 4335.0, 4305.0, 4303.0, 4305.0, 4295.0, 4294.0, 4305.0, 4339.0, 4305.0, 4339.0, 4294.0, 4343.0, 4294.0, 4303.0, 4294.0, 4303.0, 4304.0, 4345.0, 4298.0, 4313.0, 4293.0, 4282.0, 4291.0, 4281.0, 4310.0, 4292.0, 4311.0, 4291.0, 4342.0, 4281.0, 4290.0, 4280.0, 4290.0, 4270.0, 4291.0, 4291.0, 4301.0, 4282.0, 4293.0, 4302.0, 4292.0, 4311.0, 4281.0, 4296.0, 4281.0, 4302.0, 4282.0, 4292.0, 4292.0, 4292.0, 4291.0, 4294.0, 4343.0, 4293.0, 4334.0, 4292.0, 4313.0, 4293.0, 4292.0, 4293.0, 4292.0, 4294.0, 4295.0, 4335.0, 4305.0, 4296.0, 4306.0, 4315.0, 4301.0, 4300.0, 4306.0, 4306.0, 4317.0, 4318.0, 4326.0, 4313.0, 4337.0, 4317.0, 4346.0, 4305.0, 4314.0, 4305.0, 4311.0, 4289.0, 4335.0, 4305.0, 4346.0, 4300.0, 4294.0, 4294.0, 4293.0, 4292.0, 4293.0, 4343.0, 4304.0, 4314.0, 4304.0, 4315.0, 4304.0, 4345.0, 4293.0, 4294.0, 4294.0, 4302.0, 4302.0, 4293.0, 4311.0, 4305.0, 4345.0, 4304.0, 4329.0, 4294.0, 4292.0, 4292.0, 4291.0, 4302.0, 4304.0, 4292.0, 4323.0, 4294.0, 4304.0, 4294.0, 4303.0, 4281.0, 4302.0, 4301.0, 4301.0, 4291.0, 4280.0, 4281.0, 4280.0, 4280.0, 4301.0, 4280.0, 4291.0, 4280.0, 4280.0, 4290.0, 4281.0, 4309.0, 4280.0, 4300.0, 4279.0, 4290.0, 4280.0, 4301.0, 4291.0, 4326.0, 4308.0, 4295.0, 4293.0, 4295.0, 4294.0, 4295.0, 4316.0, 4308.0, 4310.0, 4340.0, 4365.0, 4334.0, 4370.0, 4341.0, 4372.0, 4364.0, 4353.0, 4361.0, 4355.0, 4359.0, 4332.0, 4341.0, 4310.0, 4339.0, 4309.0, 4338.0, 4316.0, 4325.0, 4286.0, 4305.0, 4275.0, 4273.0, 4252.0, 4251.0, 4251.0, 4272.0, 4263.0, 4262.0, 4262.0, 4262.0, 4282.0, 4264.0, 4272.0, 4275.0, 4294.0, 4274.0, 4285.0, 4266.0, 4287.0, 4277.0, 4287.0, 4310.0, 4299.0, 4310.0, 4290.0, 4291.0, 4301.0, 4290.0, 4300.0, 4291.0, 4301.0, 4303.0, 4318.0, 4303.0, 4304.0, 4303.0, 4294.0, 4304.0, 4294.0, 4316.0, 4325.0, 4312.0, 4305.0, 4305.0, 4316.0, 4301.0, 4305.0, 4305.0, 4300.0, 4338.0, 4306.0, 4367.0, 4302.0, 4325.0, 4300.0, 4309.0, 4294.0, 4320.0, 4289.0, 4344.0, 4304.0, 4318.0, 4293.0, 4310.0, 4303.0, 4297.0, 4293.0, 4332.0, 4292.0, 4327.0, 4282.0, 4312.0, 4291.0, 4301.0, 4292.0, 4301.0, 4292.0, 4332.0, 4292.0, 4301.0, 4275.0, 4290.0, 4291.0, 4286.0, 4297.0, 4303.0, 4302.0, 4293.0, 4304.0, 4287.0, 4293.0, 4304.0, 4318.0, 4304.0, 4324.0, 4303.0, 4314.0, 4293.0, 4303.0, 4286.0, 4293.0, 4297.0, 4293.0, 4324.0, 4295.0, 4315.0, 4316.0, 4301.0, 4301.0, 4325.0, 4305.0, 4326.0, 4301.0, 4346.0, 4300.0, 4323.0, 4304.0, 4313.0, 4296.0, 4298.0, 4296.0, 4324.0, 4302.0, 4303.0, 4303.0, 4303.0, 4296.0, 4303.0, 4302.0, 4303.0, 4312.0, 4333.0, 4296.0, 4297.0, 4287.0, 4301.0, 4291.0, 4301.0, 4301.0, 4323.0, 4291.0, 4342.0, 4291.0, 4295.0, 4280.0, 4300.0, 4295.0, 4290.0, 4299.0, 4301.0, 4340.0, 4300.0, 4320.0, 4290.0, 4320.0, 4290.0, 4300.0, 4291.0, 4302.0, 4306.0, 4296.0, 4292.0, 4292.0, 4292.0, 4302.0, 4296.0, 4286.0, 4293.0, 4305.0, 4337.0, 4303.0, 4342.0, 4287.0, 4307.0, 4291.0, 4296.0, 4296.0, 4296.0, 4302.0, 4313.0, 4287.0, 4308.0, 4304.0, 4328.0, 4289.0, 4319.0, 4289.0, 4339.0, 4293.0, 4298.0, 4287.0, 4297.0, 4302.0, 4307.0, 4295.0, 4303.0, 4342.0, 4302.0, 4287.0, 4301.0, 4296.0, 4301.0, 4306.0, 4299.0, 4333.0, 4299.0, 4314.0, 4298.0, 4309.0, 4304.0, 4322.0, 4309.0, 4348.0, 4307.0, 4338.0, 4286.0, 4311.0, 4286.0, 4302.0, 4294.0, 4303.0, 4334.0, 4301.0, 4311.0, 4294.0, 4286.0, 4286.0, 4286.0, 4293.0, 4308.0, 4308.0, 4354.0, 4299.0, 4324.0, 4303.0, 4313.0, 4318.0, 4314.0, 4296.0, 4292.0, 4319.0, 4298.0, 4298.0, 4309.0, 4300.0, 4310.0, 4311.0, 4311.0, 4341.0, 4311.0, 4336.0, 4299.0, 4298.0, 4323.0, 4297.0, 4347.0, 4296.0, 4367.0, 4297.0, 4341.0, 4295.0, 4330.0, 4295.0, 4299.0, 4299.0, 4309.0, 4284.0, 4300.0, 4278.0, 4287.0, 4287.0, 4289.0, 4299.0, 4290.0, 4290.0, 4290.0, 4285.0, 4285.0, 4321.0, 4291.0, 4320.0, 4292.0, 4312.0, 4302.0, 4327.0, 4296.0, 4312.0, 4287.0, 4317.0, 4292.0, 4312.0, 4286.0, 4307.0, 4287.0, 4317.0, 4287.0, 4320.0, 4317.0, 4297.0, 4294.0, 4314.0, 4320.0, 4304.0, 4330.0, 4299.0, 4308.0, 4298.0, 4296.0, 4298.0, 4314.0, 4315.0, 4354.0, 4299.0, 4308.0, 4294.0], 'WindowWidth': [9605.0, 9643.0, 9538.0, 9586.0, 9530.0, 9580.0, 9525.0, 9606.0, 9542.0, 9605.0, 9539.0, 9551.0, 9522.0, 9541.0, 9523.0, 9550.0, 9528.0, 9557.0, 9548.0, 9568.0, 9569.0, 9555.0, 9553.0, 9593.0, 9585.0, 9620.0, 9567.0, 9600.0, 9553.0, 9580.0, 9558.0, 9580.0, 9577.0, 9604.0, 9551.0, 9563.0, 9547.0, 9562.0, 9562.0, 9572.0, 9554.0, 9579.0, 9524.0, 9521.0, 9519.0, 9547.0, 9584.0, 9533.0, 9585.0, 9501.0, 9506.0, 9520.0, 9519.0, 9521.0, 9546.0, 9523.0, 9587.0, 9553.0, 9602.0, 9524.0, 9590.0, 9522.0, 9532.0, 9508.0, 9549.0, 9548.0, 9552.0, 9535.0, 9536.0, 9538.0, 9516.0, 9535.0, 9522.0, 9539.0, 9543.0, 9556.0, 9540.0, 9542.0, 9530.0, 9538.0, 9544.0, 9606.0, 9569.0, 9609.0, 9539.0, 9542.0, 9539.0, 9540.0, 9560.0, 9582.0, 9560.0, 9606.0, 9525.0, 9589.0, 9522.0, 9544.0, 9547.0, 9534.0, 9536.0, 9524.0, 9521.0, 9524.0, 9518.0, 9544.0, 9537.0, 9545.0, 9537.0, 9572.0, 9520.0, 9535.0, 9520.0, 9520.0, 9521.0, 9554.0, 9560.0, 9544.0, 9551.0, 9534.0, 9542.0, 9546.0, 9543.0, 9541.0, 9546.0, 9542.0, 9567.0, 9543.0, 9541.0, 9543.0, 9539.0, 9530.0, 9544.0, 9542.0, 9558.0, 9545.0, 9544.0, 9545.0, 9545.0, 9558.0, 9562.0, 9559.0, 9575.0, 9549.0, 9562.0, 9557.0, 9544.0, 9567.0, 9561.0, 9611.0, 9573.0, 9549.0, 9548.0, 9549.0, 9548.0, 9576.0, 9545.0, 9574.0, 9543.0, 9555.0, 9544.0, 9541.0, 9542.0, 9541.0, 9541.0, 9547.0, 9609.0, 9575.0, 9622.0, 9542.0, 9610.0, 9526.0, 9535.0, 9526.0, 9539.0, 9540.0, 9563.0, 9524.0, 9536.0, 9523.0, 9516.0, 9518.0, 9548.0, 9530.0, 9560.0, 9531.0, 9513.0, 9541.0, 9527.0, 9525.0, 9530.0, 9525.0, 9529.0, 9528.0, 9530.0, 9527.0, 9511.0, 9513.0, 9503.0, 9537.0, 9520.0, 9570.0, 9515.0, 9521.0, 9522.0, 9550.0, 9521.0, 9559.0, 9542.0, 9581.0, 9553.0, 9594.0, 9540.0, 9592.0, 9525.0, 9537.0, 9522.0, 9553.0, 9550.0, 9537.0, 9538.0, 9525.0, 9542.0, 9539.0, 9538.0, 9544.0, 9541.0, 9559.0, 9541.0, 9543.0, 9545.0, 9543.0, 9544.0, 9556.0, 9555.0, 9570.0, 9553.0, 9537.0, 9525.0, 9537.0, 9525.0, 9533.0, 9523.0, 9592.0, 9561.0, 9553.0, 9600.0, 9536.0, 9533.0, 9521.0, 9525.0, 9533.0, 9519.0, 9542.0, 9538.0, 9558.0, 9543.0, 9544.0, 9546.0, 9542.0, 9541.0, 9571.0, 9567.0, 9584.0, 9554.0, 9541.0, 9542.0, 9551.0, 9536.0, 9555.0, 9566.0, 9552.0, 9540.0, 9538.0, 9525.0, 9525.0, 9538.0, 9543.0, 9579.0, 9539.0, 9591.0, 9523.0, 9588.0, 9518.0, 9559.0, 9523.0, 9575.0, 9536.0, 9588.0, 9523.0, 9563.0, 9523.0, 9537.0, 9523.0, 9555.0, 9527.0, 9539.0, 9542.0, 9527.0, 9543.0, 9543.0, 9542.0, 9561.0, 9583.0, 9559.0, 9543.0, 9545.0, 9548.0, 9549.0, 9547.0, 9552.0, 9577.0, 9569.0, 9593.0, 9566.0, 9556.0, 9569.0, 9557.0, 9569.0, 9552.0, 9599.0, 9565.0, 9614.0, 9605.0, 9633.0, 9567.0, 9555.0, 9566.0, 9552.0, 9596.0, 9569.0, 9615.0, 9561.0, 9581.0, 9530.0, 9538.0, 9526.0, 9567.0, 9551.0, 9603.0, 9573.0, 9600.0, 9504.0, 9526.0, 9501.0, 9532.0, 9515.0, 9530.0, 9516.0, 9502.0, 9532.0, 9517.0, 9505.0, 9536.0, 9545.0, 9525.0, 9614.0, 9545.0, 9557.0, 9502.0, 9525.0, 9515.0, 9528.0, 9500.0, 9532.0, 9515.0, 9517.0, 9522.0, 9520.0, 9519.0, 9520.0, 9531.0, 9537.0, 9561.0, 9536.0, 9538.0, 9525.0, 9524.0, 9524.0, 9538.0, 9557.0, 9527.0, 9554.0, 9541.0, 9552.0, 9537.0, 9550.0, 9572.0, 9522.0, 9597.0, 9515.0, 9569.0, 9502.0, 9541.0, 9515.0, 9540.0, 9517.0, 9554.0, 9514.0, 9542.0, 9515.0, 9530.0, 9506.0, 9546.0, 9539.0, 9562.0, 9538.0, 9552.0, 9542.0, 9544.0, 9547.0, 9544.0, 9563.0, 9576.0, 9551.0, 9578.0, 9551.0, 9618.0, 9550.0, 9559.0, 9546.0, 9581.0, 9546.0, 9576.0, 9552.0, 9563.0, 9549.0, 9545.0, 9536.0, 9553.0, 9554.0, 9608.0, 9556.0, 9573.0, 9569.0, 9593.0, 9553.0, 9593.0, 9602.0, 9569.0, 9543.0, 9543.0, 9525.0, 9537.0, 9575.0, 9552.0, 9577.0, 9549.0, 9589.0, 9519.0, 9521.0, 9517.0, 9524.0, 9503.0, 9529.0, 9533.0, 9560.0, 9520.0, 9571.0, 9518.0, 9557.0, 9505.0, 9554.0, 9522.0, 9559.0, 9544.0, 9583.0, 9503.0, 9558.0, 9550.0, 9586.0, 9540.0, 9561.0, 9532.0, 9574.0, 9522.0, 9521.0, 9579.0, 9679.0, 9679.0, 9669.0, 9632.0, 9631.0, 9570.0, 9555.0, 9571.0, 9550.0, 9537.0, 9454.0, 9430.0, 9441.0, 9450.0, 9567.0, 9522.0, 9543.0, 9623.0, 9539.0, 9519.0, 9541.0, 9513.0, 9521.0, 9526.0, 9539.0, 9615.0, 9522.0, 9493.0, 9502.0, 9517.0, 9542.0, 9494.0, 9491.0, 9491.0, 9493.0, 9538.0, 9467.0, 9522.0, 9543.0, 9568.0, 9552.0, 9546.0, 9545.0, 9595.0, 9556.0, 9567.0, 9581.0, 9530.0, 9578.0, 9526.0, 9522.0, 9564.0, 9547.0, 9591.0, 9570.0, 9591.0, 9561.0, 9570.0, 9513.0, 9565.0, 9513.0, 9512.0, 9505.0, 9474.0, 9488.0, 9496.0, 9527.0, 9541.0, 9546.0, 9542.0, 9530.0, 9541.0, 9565.0, 9552.0, 9548.0, 9527.0, 9544.0, 9540.0, 9546.0, 9530.0, 9558.0, 9546.0, 9532.0, 9529.0, 9540.0, 9523.0, 9542.0, 9591.0, 9539.0, 9551.0, 9538.0, 9526.0, 9525.0, 9536.0, 9528.0, 9593.0, 9529.0, 9591.0, 9524.0, 9573.0, 9523.0, 9527.0, 9521.0, 9551.0, 9530.0, 9539.0, 9573.0, 9519.0, 9599.0, 9504.0, 9530.0, 9517.0, 9518.0, 9506.0, 9539.0, 9525.0, 9554.0, 9565.0, 9524.0, 9523.0, 9524.0, 9537.0, 9543.0, 9568.0, 9529.0, 9582.0, 9541.0, 9538.0, 9526.0, 9523.0, 9522.0, 9554.0, 9537.0, 9551.0, 9516.0, 9525.0, 9524.0, 9513.0, 9523.0, 9511.0, 9561.0, 9540.0, 9592.0, 9539.0, 9580.0, 9537.0, 9566.0, 9524.0, 9550.0, 9524.0, 9552.0, 9540.0, 9579.0, 9524.0, 9550.0, 9510.0, 9520.0, 9520.0, 9535.0, 9521.0, 9526.0, 9549.0, 9523.0, 9538.0, 9523.0, 9561.0, 9521.0, 9547.0, 9510.0, 9537.0, 9525.0, 9564.0, 9522.0, 9536.0, 9524.0, 9522.0, 9521.0, 9528.0, 9524.0, 9544.0, 9595.0, 9527.0, 9594.0, 9523.0, 9535.0, 9523.0, 9556.0, 9523.0, 9581.0, 9540.0, 9537.0, 9540.0, 9527.0, 9524.0, 9540.0, 9581.0, 9540.0, 9582.0, 9525.0, 9591.0, 9526.0, 9537.0, 9523.0, 9537.0, 9536.0, 9594.0, 9524.0, 9548.0, 9522.0, 9505.0, 9517.0, 9502.0, 9540.0, 9517.0, 9543.0, 9516.0, 9583.0, 9503.0, 9514.0, 9500.0, 9511.0, 9487.0, 9515.0, 9516.0, 9529.0, 9506.0, 9520.0, 9533.0, 9518.0, 9542.0, 9503.0, 9520.0, 9504.0, 9530.0, 9505.0, 9517.0, 9519.0, 9519.0, 9518.0, 9524.0, 9589.0, 9524.0, 9577.0, 9521.0, 9550.0, 9523.0, 9521.0, 9522.0, 9523.0, 9524.0, 9531.0, 9579.0, 9541.0, 9532.0, 9545.0, 9557.0, 9535.0, 9535.0, 9546.0, 9546.0, 9561.0, 9566.0, 9572.0, 9554.0, 9588.0, 9561.0, 9599.0, 9542.0, 9552.0, 9542.0, 9547.0, 9516.0, 9583.0, 9541.0, 9596.0, 9532.0, 9523.0, 9524.0, 9521.0, 9520.0, 9523.0, 9589.0, 9538.0, 9552.0, 9539.0, 9556.0, 9537.0, 9594.0, 9523.0, 9525.0, 9525.0, 9534.0, 9533.0, 9522.0, 9547.0, 9542.0, 9594.0, 9537.0, 9569.0, 9525.0, 9520.0, 9519.0, 9517.0, 9531.0, 9538.0, 9520.0, 9562.0, 9524.0, 9538.0, 9525.0, 9533.0, 9503.0, 9531.0, 9526.0, 9529.0, 9513.0, 9499.0, 9500.0, 9498.0, 9498.0, 9526.0, 9498.0, 9514.0, 9498.0, 9499.0, 9513.0, 9501.0, 9536.0, 9498.0, 9524.0, 9496.0, 9512.0, 9498.0, 9528.0, 9514.0, 9571.0, 9551.0, 9529.0, 9520.0, 9529.0, 9527.0, 9529.0, 9559.0, 9549.0, 9556.0, 9599.0, 9641.0, 9597.0, 9644.0, 9601.0, 9643.0, 9623.0, 9605.0, 9616.0, 9607.0, 9609.0, 9571.0, 9582.0, 9537.0, 9575.0, 9533.0, 9570.0, 9538.0, 9550.0, 9498.0, 9523.0, 9484.0, 9476.0, 9446.0, 9445.0, 9445.0, 9473.0, 9464.0, 9463.0, 9463.0, 9462.0, 9488.0, 9465.0, 9476.0, 9483.0, 9507.0, 9483.0, 9497.0, 9474.0, 9502.0, 9493.0, 9506.0, 9539.0, 9523.0, 9539.0, 9514.0, 9515.0, 9529.0, 9514.0, 9526.0, 9518.0, 9532.0, 9536.0, 9552.0, 9538.0, 9542.0, 9539.0, 9528.0, 9542.0, 9526.0, 9559.0, 9570.0, 9551.0, 9544.0, 9545.0, 9562.0, 9536.0, 9545.0, 9544.0, 9536.0, 9591.0, 9547.0, 9629.0, 9540.0, 9571.0, 9534.0, 9544.0, 9528.0, 9559.0, 9516.0, 9593.0, 9539.0, 9554.0, 9523.0, 9542.0, 9535.0, 9525.0, 9523.0, 9573.0, 9521.0, 9563.0, 9507.0, 9545.0, 9518.0, 9531.0, 9520.0, 9532.0, 9520.0, 9573.0, 9519.0, 9532.0, 9493.0, 9516.0, 9518.0, 9509.0, 9524.0, 9536.0, 9535.0, 9523.0, 9543.0, 9514.0, 9525.0, 9540.0, 9553.0, 9540.0, 9566.0, 9539.0, 9553.0, 9526.0, 9537.0, 9512.0, 9524.0, 9526.0, 9526.0, 9567.0, 9530.0, 9557.0, 9560.0, 9538.0, 9538.0, 9571.0, 9546.0, 9574.0, 9536.0, 9601.0, 9533.0, 9567.0, 9542.0, 9553.0, 9524.0, 9530.0, 9525.0, 9568.0, 9535.0, 9538.0, 9539.0, 9538.0, 9526.0, 9539.0, 9535.0, 9537.0, 9548.0, 9578.0, 9524.0, 9526.0, 9514.0, 9534.0, 9521.0, 9533.0, 9533.0, 9564.0, 9520.0, 9588.0, 9520.0, 9521.0, 9504.0, 9528.0, 9518.0, 9517.0, 9527.0, 9532.0, 9582.0, 9529.0, 9557.0, 9515.0, 9555.0, 9517.0, 9531.0, 9520.0, 9535.0, 9537.0, 9524.0, 9522.0, 9521.0, 9524.0, 9535.0, 9525.0, 9513.0, 9527.0, 9545.0, 9580.0, 9538.0, 9590.0, 9512.0, 9539.0, 9520.0, 9523.0, 9523.0, 9524.0, 9537.0, 9552.0, 9514.0, 9543.0, 9541.0, 9569.0, 9519.0, 9559.0, 9518.0, 9584.0, 9525.0, 9528.0, 9514.0, 9526.0, 9536.0, 9539.0, 9522.0, 9539.0, 9588.0, 9534.0, 9513.0, 9533.0, 9525.0, 9534.0, 9538.0, 9532.0, 9580.0, 9532.0, 9558.0, 9531.0, 9547.0, 9542.0, 9564.0, 9545.0, 9596.0, 9539.0, 9581.0, 9510.0, 9547.0, 9510.0, 9535.0, 9518.0, 9537.0, 9571.0, 9531.0, 9546.0, 9519.0, 9510.0, 9511.0, 9512.0, 9526.0, 9543.0, 9546.0, 9609.0, 9533.0, 9568.0, 9540.0, 9554.0, 9569.0, 9557.0, 9524.0, 9524.0, 9561.0, 9530.0, 9531.0, 9546.0, 9536.0, 9550.0, 9553.0, 9552.0, 9593.0, 9551.0, 9588.0, 9533.0, 9530.0, 9563.0, 9528.0, 9593.0, 9523.0, 9620.0, 9524.0, 9586.0, 9520.0, 9569.0, 9520.0, 9527.0, 9527.0, 9540.0, 9503.0, 9530.0, 9496.0, 9508.0, 9508.0, 9515.0, 9528.0, 9516.0, 9516.0, 9517.0, 9509.0, 9508.0, 9559.0, 9519.0, 9558.0, 9522.0, 9549.0, 9536.0, 9567.0, 9526.0, 9551.0, 9515.0, 9552.0, 9522.0, 9549.0, 9510.0, 9540.0, 9513.0, 9555.0, 9514.0, 9560.0, 9554.0, 9529.0, 9530.0, 9556.0, 9563.0, 9544.0, 9574.0, 9534.0, 9543.0, 9530.0, 9526.0, 9530.0, 9557.0, 9558.0, 9608.0, 9531.0, 9543.0, 9527.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.002390717372515125</td></tr>
<tr><td colspan=3>aqi</td><td>0.05854679343128782</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.89797789832183</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0484481316609011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9338924512975785</td></tr>
<tr><td colspan=3>efc</td><td>0.4972</td></tr>
<tr><td colspan=3>fber</td><td>4956.0396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09214335571683913</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.753673292999136</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.796299202633495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.613339937693121</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0800391992934157</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6955184709139495</td></tr>
<tr><td colspan=3>gcor</td><td>0.00662931</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001504717511124909</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03897041827440262</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8762922055056412</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>14.4342</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.0952</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295265.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.4694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8745</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.955</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3482.7945</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.8017</td></tr>
<tr><td colspan=3>tsnr</td><td>27.811106334789656</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>