<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-03/func/sub-0040_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>a2137b0fdbcc69f1ffaacd0b367e779d</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:49.630000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997982, 0.0631513, 0.00656355, -0.0626129, 0.996038, -0.0631531]</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.0824501</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7723, -7212, 542, 51, -24, -14, 51]</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>249.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>32df322d-ab22-4991-ae4c-eb7867f90991||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677513837814331, -0.16798582673072815, 0.028419507667422295, 126.04483032226562], [-0.16943031549453735, 2.6722965240478516, -0.169059619307518, -88.303955078125], [0.017609531059861183, 0.1694350391626358, 2.694552183151245, -57.42823791503906], [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': ['095749.630000', '095750.090000', '095750.550000', '095751.010000', '095751.470000', '095751.930000', '095752.390000', '095752.850000', '095753.310000', '095753.770000', '095754.230000', '095754.690000', '095755.150000', '095755.610000', '095756.070000', '095756.530000', '095756.990000', '095757.450000', '095757.910000', '095758.370000', '095758.830000', '095759.290000', '095759.750000', '095800.210000', '095800.670000', '095801.130000', '095801.590000', '095802.050000', '095802.510000', '095802.970000', '095803.430000', '095803.890000', '095804.350000', '095804.810000', '095805.270000', '095805.730000', '095806.190000', '095806.650000', '095807.110000', '095807.570000', '095808.030000', '095808.490000', '095808.950000', '095809.410000', '095809.870000', '095810.330000', '095810.790000', '095811.250000', '095811.710000', '095812.170000', '095812.630000', '095813.090000', '095813.550000', '095814.010000', '095814.470000', '095814.930000', '095815.390000', '095815.850000', '095816.310000', '095816.770000', '095817.230000', '095817.690000', '095818.150000', '095818.610000', '095819.070000', '095819.530000', '095819.990000', '095820.450000', '095820.910000', '095821.370000', '095821.830000', '095822.290000', '095822.750000', '095823.210000', '095823.670000', '095824.130000', '095824.590000', '095825.050000', '095825.510000', '095825.970000', '095826.430000', '095826.890000', '095827.350000', '095827.810000', '095828.270000', '095828.730000', '095829.190000', '095829.650000', '095830.110000', '095830.570000', '095831.030000', '095831.490000', '095831.950000', '095832.410000', '095832.870000', '095833.330000', '095833.790000', '095834.250000', '095834.710000', '095835.170000', '095835.630000', '095836.090000', '095836.550000', '095837.010000', '095837.470000', '095837.930000', '095838.390000', '095838.850000', '095839.310000', '095839.770000', '095840.230000', '095840.690000', '095841.150000', '095841.610000', '095842.070000', '095842.530000', '095842.990000', '095843.450000', '095843.910000', '095844.370000', '095844.830000', '095845.290000', '095845.750000', '095846.210000', '095846.670000', '095847.130000', '095847.590000', '095848.050000', '095848.510000', '095848.970000', '095849.430000', '095849.890000', '095850.350000', '095850.810000', '095851.270000', '095851.730000', '095852.190000', '095852.650000', '095853.110000', '095853.570000', '095854.030000', '095854.490000', '095854.950000', '095855.410000', '095855.870000', '095856.330000', '095856.790000', '095857.250000', '095857.710000', '095858.170000', '095858.630000', '095859.090000', '095859.550000', '095900.010000', '095900.470000', '095900.930000', '095901.390000', '095901.850000', '095902.310000', '095902.770000', '095903.230000', '095903.690000', '095904.150000', '095904.610000', '095905.070000', '095905.530000', '095905.990000', '095906.450000', '095906.910000', '095907.370000', '095907.830000', '095908.290000', '095908.750000', '095909.210000', '095909.670000', '095910.130000', '095910.590000', '095911.050000', '095911.510000', '095911.970000', '095912.430000', '095912.890000', '095913.350000', '095913.810000', '095914.270000', '095914.730000', '095915.190000', '095915.650000', '095916.110000', '095916.570000', '095917.030000', '095917.490000', '095917.950000', '095918.410000', '095918.870000', '095919.330000', '095919.790000', '095920.250000', '095920.710000', '095921.170000', '095921.630000', '095922.090000', '095922.550000', '095923.010000', '095923.470000', '095923.930000', '095924.390000', '095924.850000', '095925.310000', '095925.770000', '095926.230000', '095926.690000', '095927.150000', '095927.610000', '095928.070000', '095928.530000', '095928.990000', '095929.450000', '095929.910000', '095930.370000', '095930.830000', '095931.290000', '095931.750000', '095932.210000', '095932.670000', '095933.130000', '095933.590000', '095934.050000', '095934.510000', '095934.970000', '095935.430000', '095935.890000', '095936.350000', '095936.810000', '095937.270000', '095937.730000', '095938.190000', '095938.650000', '095939.110000', '095939.570000', '095940.030000', '095940.490000', '095940.950000', '095941.410000', '095941.870000', '095942.330000', '095942.790000', '095943.250000', '095943.710000', '095944.170000', '095944.630000', '095945.090000', '095945.550000', '095946.010000', '095946.470000', '095946.930000', '095947.390000', '095947.850000', '095948.310000', '095948.770000', '095949.230000', '095949.690000', '095950.150000', '095950.610000', '095951.070000', '095951.530000', '095951.990000', '095952.450000', '095952.910000', '095953.370000', '095953.830000', '095954.290000', '095954.750000', '095955.210000', '095955.670000', '095956.130000', '095956.590000', '095957.050000', '095957.510000', '095957.970000', '095958.430000', '095958.890000', '095959.350000', '095959.810000', '100000.270000', '100000.730000', '100001.190000', '100001.650000', '100002.110000', '100002.570000', '100003.030000', '100003.490000', '100003.950000', '100004.410000', '100004.870000', '100005.330000', '100005.790000', '100006.250000', '100006.710000', '100007.170000', '100007.630000', '100008.090000', '100008.550000', '100009.010000', '100009.470000', '100009.930000', '100010.390000', '100010.850000', '100011.310000', '100011.770000', '100012.230000', '100012.690000', '100013.150000', '100013.610000', '100014.070000', '100014.530000', '100014.990000', '100015.450000', '100015.910000', '100016.370000', '100016.830000', '100017.290000', '100017.750000', '100018.210000', '100018.670000', '100019.130000', '100019.590000', '100020.050000', '100020.510000', '100020.970000', '100021.430000', '100021.890000', '100022.350000', '100022.810000', '100023.270000', '100023.730000', '100024.190000', '100024.650000', '100025.110000', '100025.570000', '100026.030000', '100026.490000', '100026.950000', '100027.410000', '100027.870000', '100028.330000', '100028.790000', '100029.250000', '100029.710000', '100030.170000', '100030.630000', '100031.090000', '100031.550000', '100032.010000', '100032.470000', '100032.930000', '100033.390000', '100033.850000', '100034.310000', '100034.770000', '100035.230000', '100035.690000', '100036.150000', '100036.610000', '100037.070000', '100037.530000', '100037.990000', '100038.450000', '100038.910000', '100039.370000', '100039.830000', '100040.290000', '100040.750000', '100041.210000', '100041.670000', '100042.130000', '100042.590000', '100043.050000', '100043.510000', '100043.970000', '100044.430000', '100044.890000', '100045.350000', '100045.810000', '100046.270000', '100046.730000', '100047.190000', '100047.650000', '100048.110000', '100048.570000', '100049.030000', '100049.490000', '100049.950000', '100050.410000', '100050.870000', '100051.330000', '100051.790000', '100052.250000', '100052.710000', '100053.170000', '100053.630000', '100054.090000', '100054.550000', '100055.010000', '100055.470000', '100055.930000', '100056.390000', '100056.850000', '100057.310000', '100057.770000', '100058.230000', '100058.690000', '100059.150000', '100059.610000', '100100.070000', '100100.530000', '100100.990000', '100101.450000', '100101.910000', '100102.370000', '100102.830000', '100103.290000', '100103.750000', '100104.210000', '100104.670000', '100105.130000', '100105.590000', '100106.050000', '100106.510000', '100106.970000', '100107.430000', '100107.890000', '100108.350000', '100108.810000', '100109.270000', '100109.730000', '100110.190000', '100110.650000', '100111.110000', '100111.570000', '100112.030000', '100112.490000', '100112.950000', '100113.410000', '100113.870000', '100114.330000', '100114.790000', '100115.250000', '100115.710000', '100116.170000', '100116.630000', '100117.090000', '100117.550000', '100118.010000', '100118.470000', '100118.930000', '100119.390000', '100119.850000', '100120.310000', '100120.770000', '100121.230000', '100121.690000', '100122.150000', '100122.610000', '100123.070000', '100123.530000', '100123.990000', '100124.450000', '100124.910000', '100125.370000', '100125.830000', '100126.290000', '100126.750000', '100127.210000', '100127.670000', '100128.130000', '100128.590000', '100129.050000', '100129.510000', '100129.970000', '100130.430000', '100130.890000', '100131.350000', '100131.810000', '100132.270000', '100132.730000', '100133.190000', '100133.650000', '100134.110000', '100134.570000', '100135.030000', '100135.490000', '100135.950000', '100136.410000', '100136.870000', '100137.330000', '100137.790000', '100138.250000', '100138.710000', '100139.170000', '100139.630000', '100140.090000', '100140.550000', '100141.010000', '100141.470000', '100141.930000', '100142.390000', '100142.850000', '100143.310000', '100143.770000', '100144.230000', '100144.690000', '100145.150000', '100145.610000', '100146.070000', '100146.530000', '100146.990000', '100147.450000', '100147.910000', '100148.370000', '100148.830000', '100149.290000', '100149.750000', '100150.210000', '100150.670000', '100151.130000', '100151.590000', '100152.050000', '100152.510000', '100152.970000', '100153.430000', '100153.890000', '100154.350000', '100154.810000', '100155.270000', '100155.730000', '100156.190000', '100156.650000', '100157.110000', '100157.570000', '100158.030000', '100158.490000', '100158.950000', '100159.410000', '100159.870000', '100200.330000', '100200.790000', '100201.250000', '100201.710000', '100202.170000', '100202.630000', '100203.090000', '100203.550000', '100204.010000', '100204.470000', '100204.930000', '100205.390000', '100205.850000', '100206.310000', '100206.770000', '100207.230000', '100207.690000', '100208.150000', '100208.610000', '100209.070000', '100209.530000', '100209.990000', '100210.450000', '100210.910000', '100211.370000', '100211.830000', '100212.290000', '100212.750000', '100213.210000', '100213.670000', '100214.130000', '100214.590000', '100215.050000', '100215.510000', '100215.970000', '100216.430000', '100216.890000', '100217.350000', '100217.810000', '100218.270000', '100218.730000', '100219.190000', '100219.650000', '100220.110000', '100220.570000', '100221.030000', '100221.490000', '100221.950000', '100222.410000', '100222.870000', '100223.330000', '100223.790000', '100224.250000', '100224.710000', '100225.170000', '100225.630000', '100226.090000', '100226.550000', '100227.010000', '100227.470000', '100227.930000', '100228.390000', '100228.850000', '100229.310000', '100229.770000', '100230.230000', '100230.690000', '100231.150000', '100231.610000', '100232.070000', '100232.530000', '100232.990000', '100233.450000', '100233.910000', '100234.370000', '100234.830000', '100235.290000', '100235.750000', '100236.210000', '100236.670000', '100237.130000', '100237.590000', '100238.050000', '100238.510000', '100238.970000', '100239.430000', '100239.890000', '100240.350000', '100240.810000', '100241.270000', '100241.730000', '100242.190000', '100242.650000', '100243.110000', '100243.570000', '100244.030000', '100244.490000', '100244.950000', '100245.410000', '100245.870000', '100246.330000', '100246.790000', '100247.250000', '100247.710000', '100248.170000', '100248.630000', '100249.090000', '100249.550000', '100250.010000', '100250.470000', '100250.930000', '100251.390000', '100251.850000', '100252.310000', '100252.770000', '100253.230000', '100253.690000', '100254.150000', '100254.610000', '100255.070000', '100255.530000', '100255.990000', '100256.450000', '100256.910000', '100257.370000', '100257.830000', '100258.290000', '100258.750000', '100259.210000', '100259.670000', '100300.130000', '100300.590000', '100301.050000', '100301.510000', '100301.970000', '100302.430000', '100302.890000', '100303.350000', '100303.810000', '100304.270000', '100304.730000', '100305.190000', '100305.650000', '100306.110000', '100306.570000', '100307.030000', '100307.490000', '100307.950000', '100308.410000', '100308.870000', '100309.330000', '100309.790000', '100310.250000', '100310.710000', '100311.170000', '100311.630000', '100312.090000', '100312.550000', '100313.010000', '100313.470000', '100313.930000', '100314.390000', '100314.850000', '100315.310000', '100315.770000', '100316.230000', '100316.690000', '100317.150000', '100317.610000', '100318.070000', '100318.530000', '100318.990000', '100319.450000', '100319.910000', '100320.370000', '100320.830000', '100321.290000', '100321.750000', '100322.210000', '100322.670000', '100323.130000', '100323.590000', '100324.050000', '100324.510000', '100324.970000', '100325.430000', '100325.890000', '100326.350000', '100326.810000', '100327.270000', '100327.730000', '100328.190000', '100328.650000', '100329.110000', '100329.570000', '100330.030000', '100330.490000', '100330.950000', '100331.410000', '100331.870000', '100332.330000', '100332.790000', '100333.250000', '100333.710000', '100334.170000', '100334.630000', '100335.090000', '100335.550000', '100336.010000', '100336.470000', '100336.930000', '100337.390000', '100337.850000', '100338.310000', '100338.770000', '100339.230000', '100339.690000', '100340.150000', '100340.610000', '100341.070000', '100341.530000', '100341.990000', '100342.450000', '100342.910000', '100343.370000', '100343.830000', '100344.290000', '100344.750000', '100345.210000', '100345.670000', '100346.130000', '100346.590000', '100347.050000', '100347.510000', '100347.970000', '100348.430000', '100348.890000', '100349.350000', '100349.810000', '100350.270000', '100350.730000', '100351.190000', '100351.650000', '100352.110000', '100352.570000', '100353.030000', '100353.490000', '100353.950000', '100354.410000', '100354.870000', '100355.330000', '100355.790000', '100356.250000', '100356.710000', '100357.170000', '100357.630000', '100358.090000', '100358.550000', '100359.010000', '100359.470000', '100359.930000', '100400.390000', '100400.850000', '100401.310000', '100401.770000', '100402.230000', '100402.690000', '100403.150000', '100403.610000', '100404.070000', '100404.530000', '100404.990000', '100405.450000', '100405.910000', '100406.370000', '100406.830000', '100407.290000', '100407.750000', '100408.210000', '100408.670000', '100409.130000', '100409.590000', '100410.050000', '100410.510000', '100410.970000', '100411.430000', '100411.890000', '100412.350000', '100412.810000', '100413.270000', '100413.730000', '100414.190000', '100414.650000', '100415.110000', '100415.570000', '100416.030000', '100416.490000', '100416.950000', '100417.410000', '100417.870000', '100418.330000', '100418.790000', '100419.250000', '100419.710000', '100420.170000', '100420.630000', '100421.090000', '100421.550000', '100422.010000', '100422.470000', '100422.930000', '100423.390000', '100423.850000', '100424.310000', '100424.770000', '100425.230000', '100425.690000', '100426.150000', '100426.610000', '100427.070000', '100427.530000', '100427.990000', '100428.450000', '100428.910000', '100429.370000', '100429.830000', '100430.290000', '100430.750000', '100431.210000', '100431.670000', '100432.130000', '100432.590000', '100433.050000', '100433.510000', '100433.970000', '100434.430000', '100434.890000', '100435.350000', '100435.810000', '100436.270000', '100436.730000', '100437.190000', '100437.650000', '100438.110000', '100438.570000', '100439.030000', '100439.490000', '100439.950000', '100440.410000', '100440.870000', '100441.330000', '100441.790000', '100442.250000', '100442.710000', '100443.170000', '100443.630000', '100444.090000', '100444.550000', '100445.010000', '100445.470000', '100445.930000', '100446.390000', '100446.850000', '100447.310000', '100447.770000', '100448.230000', '100448.690000', '100449.150000', '100449.610000', '100450.070000', '100450.530000', '100450.990000', '100451.450000', '100451.910000', '100452.370000', '100452.830000', '100453.290000', '100453.750000', '100454.210000', '100454.670000', '100455.130000', '100455.590000', '100456.050000', '100456.510000', '100456.970000', '100457.430000', '100457.890000', '100458.350000', '100458.810000', '100459.270000', '100459.730000', '100500.190000', '100500.650000', '100501.110000', '100501.570000', '100502.030000', '100502.490000', '100502.950000', '100503.410000', '100503.870000', '100504.330000', '100504.790000', '100505.250000', '100505.710000', '100506.170000', '100506.630000', '100507.090000', '100507.550000', '100508.010000', '100508.470000', '100508.930000', '100509.390000', '100509.850000', '100510.310000', '100510.770000', '100511.230000', '100511.690000', '100512.150000', '100512.610000', '100513.070000', '100513.530000', '100513.990000', '100514.450000', '100514.910000', '100515.370000', '100515.830000', '100516.290000', '100516.750000', '100517.210000', '100517.670000', '100518.130000', '100518.590000', '100519.050000', '100519.510000', '100519.970000', '100520.430000', '100520.890000', '100521.350000', '100521.810000', '100522.270000', '100522.730000', '100523.190000', '100523.650000', '100524.110000', '100524.570000', '100525.030000', '100525.490000', '100525.950000', '100526.410000', '100526.870000', '100527.330000', '100527.790000', '100528.250000', '100528.710000', '100529.170000', '100529.630000', '100530.090000', '100530.550000', '100531.010000', '100531.470000', '100531.930000', '100532.390000', '100532.850000', '100533.310000', '100533.770000', '100534.230000', '100534.690000', '100535.150000', '100535.610000', '100536.070000', '100536.530000', '100536.990000', '100537.450000', '100537.910000', '100538.370000', '100538.830000', '100539.290000', '100539.750000', '100540.210000', '100540.670000', '100541.130000', '100541.590000', '100542.050000', '100542.510000', '100542.970000', '100543.430000', '100543.890000', '100544.350000', '100544.810000', '100545.270000', '100545.730000', '100546.190000', '100546.650000', '100547.110000', '100547.570000', '100548.030000', '100548.490000', '100548.950000', '100549.410000', '100549.870000', '100550.330000', '100550.790000', '100551.250000', '100551.710000', '100552.170000', '100552.630000', '100553.090000', '100553.550000', '100554.010000', '100554.470000', '100554.930000', '100555.390000', '100555.850000', '100556.310000', '100556.770000', '100557.230000', '100557.690000', '100558.150000', '100558.610000', '100559.070000', '100559.530000', '100559.990000', '100600.450000', '100600.910000', '100601.370000', '100601.830000', '100602.290000', '100602.750000', '100603.210000', '100603.670000', '100604.130000', '100604.590000', '100605.050000', '100605.510000', '100605.970000', '100606.430000', '100606.890000', '100607.350000', '100607.810000', '100608.270000', '100608.730000', '100609.190000', '100609.650000', '100610.110000', '100610.570000', '100611.030000', '100611.490000', '100611.950000', '100612.410000', '100612.870000', '100613.330000', '100613.790000', '100614.250000', '100614.710000', '100615.170000', '100615.630000', '100616.090000', '100616.550000', '100617.010000', '100617.470000', '100617.930000', '100618.390000', '100618.850000', '100619.310000', '100619.770000', '100620.230000', '100620.690000', '100621.150000', '100621.610000', '100622.070000', '100622.530000', '100622.990000', '100623.450000', '100623.910000', '100624.370000', '100624.830000', '100625.290000', '100625.750000', '100626.210000', '100626.670000', '100627.130000', '100627.590000', '100628.050000', '100628.510000', '100628.970000', '100629.430000', '100629.890000', '100630.350000', '100630.810000', '100631.270000', '100631.730000', '100632.190000', '100632.650000', '100633.110000', '100633.570000', '100634.030000', '100634.490000', '100634.950000', '100635.410000', '100635.870000', '100636.330000', '100636.790000', '100637.250000', '100637.710000', '100638.170000', '100638.630000', '100639.090000', '100639.550000', '100640.010000', '100640.470000', '100640.930000', '100641.390000'], 'ContentTime': ['095805.846000', '095805.849000', '095805.852000', '095805.855000', '095805.858000', '095805.860000', '095805.863000', '095805.866000', '095805.869000', '095805.872000', '095805.874000', '095805.877000', '095805.880000', '095805.883000', '095805.886000', '095805.888000', '095805.891000', '095805.894000', '095805.897000', '095805.900000', '095805.902000', '095805.905000', '095805.914000', '095805.917000', '095805.923000', '095805.926000', '095805.929000', '095805.932000', '095805.935000', '095805.938000', '095805.940000', '095805.943000', '095805.946000', '095805.949000', '095825.816000', '095825.819000', '095825.822000', '095825.825000', '095825.828000', '095825.831000', '095825.834000', '095825.836000', '095825.839000', '095825.842000', '095825.845000', '095825.848000', '095825.856000', '095825.859000', '095825.862000', '095825.864000', '095825.867000', '095825.870000', '095825.873000', '095825.876000', '095825.878000', '095825.895000', '095825.897000', '095825.900000', '095825.903000', '095825.906000', '095825.909000', '095825.911000', '095825.914000', '095825.917000', '095825.920000', '095825.923000', '095825.926000', '095825.929000', '095825.932000', '095825.935000', '095825.937000', '095825.940000', '095825.943000', '095825.946000', '095825.948000', '095825.951000', '095825.954000', '095845.815000', '095845.819000', '095845.822000', '095845.825000', '095845.828000', '095845.831000', '095845.833000', '095845.836000', '095845.839000', '095845.842000', '095845.845000', '095845.848000', '095845.850000', '095845.856000', '095845.859000', '095845.862000', '095845.865000', '095845.868000', '095845.871000', '095845.874000', '095845.876000', '095845.879000', '095845.882000', '095845.885000', '095845.888000', '095845.890000', '095845.893000', '095845.896000', '095845.899000', '095845.902000', '095845.905000', '095845.907000', '095845.910000', '095845.913000', '095845.916000', '095845.919000', '095845.922000', '095845.925000', '095845.927000', '095845.930000', '095845.933000', '095845.936000', '095845.939000', '095845.941000', '095905.815000', '095905.818000', '095905.821000', '095905.823000', '095905.826000', '095905.829000', '095905.832000', '095905.835000', '095905.838000', '095905.841000', '095905.843000', '095905.846000', '095905.849000', '095905.852000', '095905.855000', '095905.857000', '095905.862000', '095905.865000', '095905.868000', '095905.871000', '095905.874000', '095905.876000', '095905.879000', '095905.882000', '095905.885000', '095905.888000', '095905.890000', '095905.893000', '095905.896000', '095905.899000', '095905.902000', '095905.904000', '095905.907000', '095905.910000', '095905.913000', '095905.916000', '095905.919000', '095905.922000', '095905.925000', '095905.928000', '095905.931000', '095905.933000', '095905.936000', '095925.814000', '095925.817000', '095925.820000', '095925.823000', '095925.825000', '095925.828000', '095925.831000', '095925.834000', '095925.837000', '095925.840000', '095925.842000', '095925.845000', '095925.848000', '095925.851000', '095925.854000', '095925.856000', '095925.859000', '095925.862000', '095925.865000', '095925.868000', '095925.871000', '095925.874000', '095925.876000', '095925.879000', '095925.882000', '095925.885000', '095925.888000', '095925.890000', '095925.893000', '095925.896000', '095925.899000', '095925.902000', '095925.905000', '095925.907000', '095925.910000', '095925.913000', '095925.916000', '095925.919000', '095925.922000', '095925.924000', '095925.927000', '095925.930000', '095925.933000', '095925.936000', '095945.814000', '095945.817000', '095945.820000', '095945.823000', '095945.826000', '095945.828000', '095945.831000', '095945.834000', '095945.837000', '095945.840000', '095945.842000', '095945.845000', '095945.848000', '095945.851000', '095945.854000', '095945.857000', '095945.859000', '095945.862000', '095945.865000', '095945.868000', '095945.871000', '095945.874000', '095945.877000', '095945.880000', '095945.883000', '095945.885000', '095945.888000', '095945.891000', '095945.894000', '095945.897000', '095945.900000', '095945.902000', '095945.905000', '095945.908000', '095945.911000', '095945.914000', '095945.917000', '095945.920000', '095945.922000', '095945.925000', '095945.928000', '095945.931000', '095945.934000', '100005.814000', '100005.817000', '100005.820000', '100005.823000', '100005.825000', '100005.828000', '100005.831000', '100005.834000', '100005.837000', '100005.839000', '100005.842000', '100005.845000', '100005.848000', '100005.851000', '100005.854000', '100005.856000', '100005.859000', '100005.873000', '100005.876000', '100005.878000', '100005.881000', '100005.884000', '100005.887000', '100005.890000', '100005.892000', '100005.895000', '100005.898000', '100005.901000', '100005.904000', '100005.907000', '100005.909000', '100005.912000', '100005.915000', '100005.918000', '100005.921000', '100005.924000', '100005.926000', '100005.929000', '100005.932000', '100005.935000', '100005.938000', '100005.941000', '100005.943000', '100005.946000', '100025.815000', '100025.818000', '100025.821000', '100025.824000', '100025.827000', '100025.829000', '100025.832000', '100025.835000', '100025.838000', '100025.841000', '100025.844000', '100025.846000', '100025.849000', '100025.852000', '100025.855000', '100025.858000', '100025.860000', '100025.863000', '100025.866000', '100025.869000', '100025.872000', '100025.875000', '100025.877000', '100025.880000', '100025.883000', '100025.886000', '100025.889000', '100025.892000', '100025.895000', '100025.897000', '100025.902000', '100025.905000', '100025.908000', '100025.910000', '100025.913000', '100025.916000', '100025.919000', '100025.922000', '100025.925000', '100025.927000', '100025.930000', '100025.933000', '100025.936000', '100045.815000', '100045.819000', '100045.822000', '100045.825000', '100045.827000', '100045.830000', '100045.833000', '100045.836000', '100045.839000', '100045.841000', '100045.844000', '100045.847000', '100045.850000', '100045.853000', '100045.856000', '100045.859000', '100045.861000', '100045.864000', '100045.868000', '100045.871000', '100045.874000', '100045.877000', '100045.880000', '100045.883000', '100045.886000', '100045.888000', '100045.891000', '100045.894000', '100045.897000', '100045.900000', '100045.903000', '100045.906000', '100045.909000', '100045.911000', '100045.914000', '100045.917000', '100045.920000', '100045.923000', '100045.925000', '100045.928000', '100045.931000', '100045.934000', '100045.937000', '100045.940000', '100105.815000', '100105.818000', '100105.821000', '100105.824000', '100105.827000', '100105.829000', '100105.832000', '100105.835000', '100105.838000', '100105.841000', '100105.844000', '100105.846000', '100105.849000', '100105.852000', '100105.855000', '100105.858000', '100105.861000', '100105.864000', '100105.866000', '100105.869000', '100105.872000', '100105.875000', '100105.878000', '100105.881000', '100105.883000', '100105.886000', '100105.889000', '100105.892000', '100105.895000', '100105.898000', '100105.900000', '100105.903000', '100105.906000', '100105.909000', '100105.912000', '100105.915000', '100105.917000', '100105.920000', '100105.923000', '100105.926000', '100105.929000', '100105.932000', '100105.934000', '100125.815000', '100125.818000', '100125.821000', '100125.824000', '100125.826000', '100125.829000', '100125.832000', '100125.835000', '100125.838000', '100125.841000', '100125.843000', '100125.846000', '100125.849000', '100125.852000', '100125.855000', '100125.858000', '100125.861000', '100125.863000', '100125.866000', '100125.869000', '100125.872000', '100125.875000', '100125.878000', '100125.880000', '100125.883000', '100125.886000', '100125.889000', '100125.892000', '100125.895000', '100125.898000', '100125.900000', '100125.903000', '100125.906000', '100125.909000', '100125.912000', '100125.915000', '100125.917000', '100125.920000', '100125.923000', '100125.926000', '100125.929000', '100125.931000', '100125.950000', '100125.953000', '100145.814000', '100145.817000', '100145.820000', '100145.823000', '100145.826000', '100145.828000', '100145.831000', '100145.834000', '100145.837000', '100145.840000', '100145.843000', '100145.845000', '100145.848000', '100145.851000', '100145.854000', '100145.857000', '100145.860000', '100145.862000', '100145.865000', '100145.868000', '100145.871000', '100145.874000', '100145.877000', '100145.879000', '100145.882000', '100145.885000', '100145.888000', '100145.891000', '100145.894000', '100145.896000', '100145.899000', '100145.902000', '100145.905000', '100145.908000', '100145.911000', '100145.914000', '100145.917000', '100145.920000', '100145.922000', '100145.925000', '100145.928000', '100145.931000', '100145.934000', '100205.814000', '100205.817000', '100205.820000', '100205.823000', '100205.825000', '100205.828000', '100205.831000', '100205.834000', '100205.837000', '100205.839000', '100205.842000', '100205.845000', '100205.848000', '100205.851000', '100205.854000', '100205.857000', '100205.860000', '100205.862000', '100205.865000', '100205.868000', '100205.871000', '100205.874000', '100205.877000', '100205.879000', '100205.882000', '100205.885000', '100205.888000', '100205.891000', '100205.894000', '100205.896000', '100205.899000', '100205.902000', '100205.905000', '100205.908000', '100205.911000', '100205.913000', '100205.916000', '100205.919000', '100205.922000', '100205.925000', '100205.928000', '100205.930000', '100205.933000', '100205.936000', '100225.814000', '100225.817000', '100225.820000', '100225.823000', '100225.826000', '100225.828000', '100225.831000', '100225.834000', '100225.837000', '100225.840000', '100225.842000', '100225.845000', '100225.848000', '100225.851000', '100225.854000', '100225.857000', '100225.859000', '100225.862000', '100225.865000', '100225.868000', '100225.871000', '100225.874000', '100225.876000', '100225.879000', '100225.882000', '100225.885000', '100225.888000', '100225.891000', '100225.894000', '100225.896000', '100225.899000', '100225.903000', '100225.906000', '100225.909000', '100225.912000', '100225.914000', '100225.917000', '100225.920000', '100225.923000', '100225.926000', '100225.929000', '100225.932000', '100225.934000', '100245.815000', '100245.818000', '100245.821000', '100245.824000', '100245.827000', '100245.829000', '100245.832000', '100245.835000', '100245.838000', '100245.841000', '100245.844000', '100245.846000', '100245.849000', '100245.852000', '100245.855000', '100245.858000', '100245.861000', '100245.864000', '100245.866000', '100245.869000', '100245.872000', '100245.875000', '100245.878000', '100245.881000', '100245.884000', '100245.886000', '100245.889000', '100245.892000', '100245.895000', '100245.898000', '100245.901000', '100245.903000', '100245.906000', '100245.909000', '100245.912000', '100245.915000', '100245.918000', '100245.921000', '100245.924000', '100245.927000', '100245.929000', '100245.932000', '100245.935000', '100305.815000', '100305.818000', '100305.821000', '100305.824000', '100305.827000', '100305.829000', '100305.832000', '100305.835000', '100305.838000', '100305.841000', '100305.844000', '100305.847000', '100305.849000', '100305.852000', '100305.855000', '100305.858000', '100305.861000', '100305.864000', '100305.867000', '100305.869000', '100305.872000', '100305.875000', '100305.878000', '100305.881000', '100305.889000', '100305.892000', '100305.895000', '100305.898000', '100305.900000', '100305.903000', '100305.906000', '100305.909000', '100305.912000', '100305.915000', '100305.917000', '100305.920000', '100305.923000', '100305.926000', '100305.929000', '100305.932000', '100305.935000', '100305.937000', '100305.940000', '100305.943000', '100325.815000', '100325.819000', '100325.822000', '100325.824000', '100325.827000', '100325.830000', '100325.833000', '100325.836000', '100325.839000', '100325.842000', '100325.845000', '100325.847000', '100325.850000', '100325.853000', '100325.856000', '100325.859000', '100325.862000', '100325.864000', '100325.867000', '100325.870000', '100325.873000', '100325.876000', '100325.879000', '100325.882000', '100325.884000', '100325.887000', '100325.890000', '100325.893000', '100325.896000', '100325.899000', '100325.902000', '100325.904000', '100325.907000', '100325.910000', '100325.913000', '100325.916000', '100325.919000', '100325.921000', '100325.924000', '100325.927000', '100325.930000', '100325.933000', '100325.936000', '100345.815000', '100345.818000', '100345.821000', '100345.824000', '100345.826000', '100345.829000', '100345.832000', '100345.835000', '100345.838000', '100345.841000', '100345.844000', '100345.846000', '100345.849000', '100345.852000', '100345.855000', '100345.858000', '100345.860000', '100345.863000', '100345.866000', '100345.869000', '100345.872000', '100345.875000', '100345.878000', '100345.880000', '100345.883000', '100345.886000', '100345.889000', '100345.892000', '100345.895000', '100345.897000', '100345.900000', '100345.903000', '100345.906000', '100345.909000', '100345.912000', '100345.914000', '100345.917000', '100345.920000', '100345.923000', '100345.926000', '100345.929000', '100345.932000', '100345.935000', '100345.938000', '100405.814000', '100405.817000', '100405.820000', '100405.823000', '100405.826000', '100405.829000', '100405.831000', '100405.834000', '100405.837000', '100405.840000', '100405.843000', '100405.846000', '100405.849000', '100405.852000', '100405.855000', '100405.858000', '100405.860000', '100405.863000', '100405.866000', '100405.869000', '100405.872000', '100405.875000', '100405.877000', '100405.880000', '100405.883000', '100405.886000', '100405.889000', '100405.892000', '100405.894000', '100405.897000', '100405.900000', '100405.903000', '100405.906000', '100405.908000', '100405.911000', '100405.914000', '100405.917000', '100405.920000', '100405.923000', '100405.926000', '100405.928000', '100405.931000', '100405.934000', '100425.814000', '100425.817000', '100425.820000', '100425.823000', '100425.826000', '100425.828000', '100425.831000', '100425.834000', '100425.837000', '100425.840000', '100425.843000', '100425.846000', '100425.848000', '100425.851000', '100425.854000', '100425.857000', '100425.860000', '100425.863000', '100425.865000', '100425.868000', '100425.871000', '100425.874000', '100425.877000', '100425.880000', '100425.883000', '100425.885000', '100425.888000', '100425.891000', '100425.894000', '100425.897000', '100425.900000', '100425.902000', '100425.905000', '100425.908000', '100425.911000', '100425.925000', '100425.928000', '100425.931000', '100425.934000', '100425.937000', '100425.940000', '100425.943000', '100425.945000', '100425.948000', '100445.815000', '100445.820000', '100445.823000', '100445.826000', '100445.829000', '100445.832000', '100445.835000', '100445.837000', '100445.840000', '100445.843000', '100445.846000', '100445.849000', '100445.851000', '100445.854000', '100445.857000', '100445.860000', '100445.863000', '100445.866000', '100445.869000', '100445.872000', '100445.875000', '100445.877000', '100445.880000', '100445.883000', '100445.886000', '100445.889000', '100445.892000', '100445.894000', '100445.897000', '100445.900000', '100445.903000', '100445.906000', '100445.909000', '100445.912000', '100445.914000', '100445.917000', '100445.920000', '100445.923000', '100445.926000', '100445.928000', '100445.931000', '100445.934000', '100445.937000', '100505.815000', '100505.818000', '100505.821000', '100505.824000', '100505.827000', '100505.829000', '100505.832000', '100505.835000', '100505.838000', '100505.841000', '100505.844000', '100505.846000', '100505.849000', '100505.852000', '100505.855000', '100505.858000', '100505.861000', '100505.863000', '100505.866000', '100505.869000', '100505.872000', '100505.875000', '100505.878000', '100505.881000', '100505.883000', '100505.886000', '100505.889000', '100505.892000', '100505.895000', '100505.897000', '100505.900000', '100505.903000', '100505.906000', '100505.909000', '100505.912000', '100505.915000', '100505.917000', '100505.920000', '100505.923000', '100505.926000', '100505.929000', '100505.932000', '100505.935000', '100505.937000', '100525.815000', '100525.828000', '100525.831000', '100525.834000', '100525.837000', '100525.840000', '100525.843000', '100525.845000', '100525.848000', '100525.851000', '100525.854000', '100525.857000', '100525.860000', '100525.863000', '100525.866000', '100525.869000', '100525.871000', '100525.874000', '100525.877000', '100525.880000', '100525.883000', '100525.886000', '100525.889000', '100525.892000', '100525.895000', '100525.897000', '100525.900000', '100525.903000', '100525.906000', '100525.909000', '100525.912000', '100525.914000', '100525.917000', '100525.920000', '100525.923000', '100525.926000', '100525.929000', '100525.932000', '100525.934000', '100525.937000', '100525.940000', '100525.943000', '100525.946000', '100545.815000', '100545.818000', '100545.821000', '100545.824000', '100545.827000', '100545.830000', '100545.832000', '100545.835000', '100545.838000', '100545.841000', '100545.844000', '100545.847000', '100545.849000', '100545.852000', '100545.855000', '100545.858000', '100545.861000', '100545.864000', '100545.867000', '100545.869000', '100545.872000', '100545.875000', '100545.878000', '100545.881000', '100545.884000', '100545.887000', '100545.889000', '100545.892000', '100545.895000', '100545.898000', '100545.901000', '100545.917000', '100545.927000', '100545.930000', '100545.932000', '100545.935000', '100545.938000', '100545.941000', '100545.944000', '100545.947000', '100545.950000', '100545.952000', '100545.955000', '100545.958000', '100605.815000', '100605.828000', '100605.830000', '100605.833000', '100605.836000', '100605.839000', '100605.842000', '100605.845000', '100605.847000', '100605.850000', '100605.853000', '100605.856000', '100605.859000', '100605.862000', '100605.865000', '100605.867000', '100605.870000', '100605.873000', '100605.876000', '100605.879000', '100605.882000', '100605.885000', '100605.887000', '100605.890000', '100605.893000', '100605.896000', '100605.899000', '100605.903000', '100605.905000', '100605.908000', '100605.911000', '100605.914000', '100605.917000', '100605.920000', '100605.923000', '100605.925000', '100605.928000', '100605.931000', '100605.934000', '100605.937000', '100605.940000', '100605.943000', '100605.945000', '100625.814000', '100625.817000', '100625.820000', '100625.823000', '100625.826000', '100625.828000', '100625.831000', '100625.834000', '100625.837000', '100625.840000', '100625.843000', '100625.845000', '100625.848000', '100625.851000', '100625.854000', '100625.857000', '100625.860000', '100625.863000', '100625.865000', '100625.868000', '100625.871000', '100625.874000', '100625.877000', '100625.880000', '100625.883000', '100625.885000', '100625.888000', '100625.891000', '100625.894000', '100625.897000', '100625.900000', '100625.902000', '100625.905000', '100625.908000', '100625.911000', '100625.914000', '100625.917000', '100625.920000', '100625.922000', '100625.925000', '100625.928000', '100625.931000', '100625.934000', '100625.941000', '100642.303000', '100642.307000', '100642.311000', '100642.316000', '100642.319000', '100642.323000', '100642.326000', '100642.329000', '100642.332000', '100642.335000', '100642.338000', '100642.341000', '100642.344000', '100642.347000', '100642.350000', '100642.353000', '100642.356000', '100642.359000', '100642.362000', '100642.365000', '100642.368000', '100642.371000', '100642.374000', '100642.377000', '100642.380000', '100642.383000', '100642.386000', '100642.388000', '100642.391000', '100642.394000', '100642.397000', '100642.400000', '100642.403000', '100642.406000', '100642.409000', '100642.412000'], 'InstanceCreationTime': ['095805.846000', '095805.849000', '095805.852000', '095805.855000', '095805.858000', '095805.860000', '095805.863000', '095805.866000', '095805.869000', '095805.872000', '095805.874000', '095805.877000', '095805.880000', '095805.883000', '095805.886000', '095805.888000', '095805.891000', '095805.894000', '095805.897000', '095805.900000', '095805.902000', '095805.905000', '095805.914000', '095805.917000', '095805.923000', '095805.926000', '095805.929000', '095805.932000', '095805.935000', '095805.938000', '095805.940000', '095805.943000', '095805.946000', '095805.949000', '095825.816000', '095825.819000', '095825.822000', '095825.825000', '095825.828000', '095825.831000', '095825.834000', '095825.836000', '095825.839000', '095825.842000', '095825.845000', '095825.848000', '095825.856000', '095825.859000', '095825.862000', '095825.864000', '095825.867000', '095825.870000', '095825.873000', '095825.876000', '095825.878000', '095825.895000', '095825.897000', '095825.900000', '095825.903000', '095825.906000', '095825.909000', '095825.911000', '095825.914000', '095825.917000', '095825.920000', '095825.923000', '095825.926000', '095825.929000', '095825.932000', '095825.935000', '095825.937000', '095825.940000', '095825.943000', '095825.946000', '095825.948000', '095825.951000', '095825.954000', '095845.815000', '095845.819000', '095845.822000', '095845.825000', '095845.828000', '095845.831000', '095845.833000', '095845.836000', '095845.839000', '095845.842000', '095845.845000', '095845.848000', '095845.850000', '095845.856000', '095845.859000', '095845.862000', '095845.865000', '095845.868000', '095845.871000', '095845.874000', '095845.876000', '095845.879000', '095845.882000', '095845.885000', '095845.888000', '095845.890000', '095845.893000', '095845.896000', '095845.899000', '095845.902000', '095845.905000', '095845.907000', '095845.910000', '095845.913000', '095845.916000', '095845.919000', '095845.922000', '095845.925000', '095845.927000', '095845.930000', '095845.933000', '095845.936000', '095845.939000', '095845.941000', '095905.815000', '095905.818000', '095905.821000', '095905.823000', '095905.826000', '095905.829000', '095905.832000', '095905.835000', '095905.838000', '095905.841000', '095905.843000', '095905.846000', '095905.849000', '095905.852000', '095905.855000', '095905.857000', '095905.862000', '095905.865000', '095905.868000', '095905.871000', '095905.874000', '095905.876000', '095905.879000', '095905.882000', '095905.885000', '095905.888000', '095905.890000', '095905.893000', '095905.896000', '095905.899000', '095905.902000', '095905.904000', '095905.907000', '095905.910000', '095905.913000', '095905.916000', '095905.919000', '095905.922000', '095905.925000', '095905.928000', '095905.931000', '095905.933000', '095905.936000', '095925.814000', '095925.817000', '095925.820000', '095925.823000', '095925.825000', '095925.828000', '095925.831000', '095925.834000', '095925.837000', '095925.840000', '095925.842000', '095925.845000', '095925.848000', '095925.851000', '095925.854000', '095925.856000', '095925.859000', '095925.862000', '095925.865000', '095925.868000', '095925.871000', '095925.874000', '095925.876000', '095925.879000', '095925.882000', '095925.885000', '095925.888000', '095925.890000', '095925.893000', '095925.896000', '095925.899000', '095925.902000', '095925.905000', '095925.907000', '095925.910000', '095925.913000', '095925.916000', '095925.919000', '095925.922000', '095925.924000', '095925.927000', '095925.930000', '095925.933000', '095925.936000', '095945.814000', '095945.817000', '095945.820000', '095945.823000', '095945.826000', '095945.828000', '095945.831000', '095945.834000', '095945.837000', '095945.840000', '095945.842000', '095945.845000', '095945.848000', '095945.851000', '095945.854000', '095945.857000', '095945.859000', '095945.862000', '095945.865000', '095945.868000', '095945.871000', '095945.874000', '095945.877000', '095945.880000', '095945.883000', '095945.885000', '095945.888000', '095945.891000', '095945.894000', '095945.897000', '095945.900000', '095945.902000', '095945.905000', '095945.908000', '095945.911000', '095945.914000', '095945.917000', '095945.920000', '095945.922000', '095945.925000', '095945.928000', '095945.931000', '095945.934000', '100005.814000', '100005.817000', '100005.820000', '100005.823000', '100005.825000', '100005.828000', '100005.831000', '100005.834000', '100005.837000', '100005.839000', '100005.842000', '100005.845000', '100005.848000', '100005.851000', '100005.854000', '100005.856000', '100005.859000', '100005.873000', '100005.876000', '100005.878000', '100005.881000', '100005.884000', '100005.887000', '100005.890000', '100005.892000', '100005.895000', '100005.898000', '100005.901000', '100005.904000', '100005.907000', '100005.909000', '100005.912000', '100005.915000', '100005.918000', '100005.921000', '100005.924000', '100005.926000', '100005.929000', '100005.932000', '100005.935000', '100005.938000', '100005.941000', '100005.943000', '100005.946000', '100025.815000', '100025.818000', '100025.821000', '100025.824000', '100025.827000', '100025.829000', '100025.832000', '100025.835000', '100025.838000', '100025.841000', '100025.844000', '100025.846000', '100025.849000', '100025.852000', '100025.855000', '100025.858000', '100025.860000', '100025.863000', '100025.866000', '100025.869000', '100025.872000', '100025.875000', '100025.877000', '100025.880000', '100025.883000', '100025.886000', '100025.889000', '100025.892000', '100025.895000', '100025.897000', '100025.902000', '100025.905000', '100025.908000', '100025.910000', '100025.913000', '100025.916000', '100025.919000', '100025.922000', '100025.925000', '100025.927000', '100025.930000', '100025.933000', '100025.936000', '100045.815000', '100045.819000', '100045.822000', '100045.825000', '100045.827000', '100045.830000', '100045.833000', '100045.836000', '100045.839000', '100045.841000', '100045.844000', '100045.847000', '100045.850000', '100045.853000', '100045.856000', '100045.859000', '100045.861000', '100045.864000', '100045.868000', '100045.871000', '100045.874000', '100045.877000', '100045.880000', '100045.883000', '100045.886000', '100045.888000', '100045.891000', '100045.894000', '100045.897000', '100045.900000', '100045.903000', '100045.906000', '100045.909000', '100045.911000', '100045.914000', '100045.917000', '100045.920000', '100045.923000', '100045.925000', '100045.928000', '100045.931000', '100045.934000', '100045.937000', '100045.940000', '100105.815000', '100105.818000', '100105.821000', '100105.824000', '100105.827000', '100105.829000', '100105.832000', '100105.835000', '100105.838000', '100105.841000', '100105.844000', '100105.846000', '100105.849000', '100105.852000', '100105.855000', '100105.858000', '100105.861000', '100105.864000', '100105.866000', '100105.869000', '100105.872000', '100105.875000', '100105.878000', '100105.881000', '100105.883000', '100105.886000', '100105.889000', '100105.892000', '100105.895000', '100105.898000', '100105.900000', '100105.903000', '100105.906000', '100105.909000', '100105.912000', '100105.915000', '100105.917000', '100105.920000', '100105.923000', '100105.926000', '100105.929000', '100105.932000', '100105.934000', '100125.815000', '100125.818000', '100125.821000', '100125.824000', '100125.826000', '100125.829000', '100125.832000', '100125.835000', '100125.838000', '100125.841000', '100125.843000', '100125.846000', '100125.849000', '100125.852000', '100125.855000', '100125.858000', '100125.861000', '100125.863000', '100125.866000', '100125.869000', '100125.872000', '100125.875000', '100125.878000', '100125.880000', '100125.883000', '100125.886000', '100125.889000', '100125.892000', '100125.895000', '100125.898000', '100125.900000', '100125.903000', '100125.906000', '100125.909000', '100125.912000', '100125.915000', '100125.917000', '100125.920000', '100125.923000', '100125.926000', '100125.929000', '100125.931000', '100125.950000', '100125.953000', '100145.814000', '100145.817000', '100145.820000', '100145.823000', '100145.826000', '100145.828000', '100145.831000', '100145.834000', '100145.837000', '100145.840000', '100145.843000', '100145.845000', '100145.848000', '100145.851000', '100145.854000', '100145.857000', '100145.860000', '100145.862000', '100145.865000', '100145.868000', '100145.871000', '100145.874000', '100145.877000', '100145.879000', '100145.882000', '100145.885000', '100145.888000', '100145.891000', '100145.894000', '100145.896000', '100145.899000', '100145.902000', '100145.905000', '100145.908000', '100145.911000', '100145.914000', '100145.917000', '100145.920000', '100145.922000', '100145.925000', '100145.928000', '100145.931000', '100145.934000', '100205.814000', '100205.817000', '100205.820000', '100205.823000', '100205.825000', '100205.828000', '100205.831000', '100205.834000', '100205.837000', '100205.839000', '100205.842000', '100205.845000', '100205.848000', '100205.851000', '100205.854000', '100205.857000', '100205.860000', '100205.862000', '100205.865000', '100205.868000', '100205.871000', '100205.874000', '100205.877000', '100205.879000', '100205.882000', '100205.885000', '100205.888000', '100205.891000', '100205.894000', '100205.896000', '100205.899000', '100205.902000', '100205.905000', '100205.908000', '100205.911000', '100205.913000', '100205.916000', '100205.919000', '100205.922000', '100205.925000', '100205.928000', '100205.930000', '100205.933000', '100205.936000', '100225.814000', '100225.817000', '100225.820000', '100225.823000', '100225.826000', '100225.828000', '100225.831000', '100225.834000', '100225.837000', '100225.840000', '100225.842000', '100225.845000', '100225.848000', '100225.851000', '100225.854000', '100225.857000', '100225.859000', '100225.862000', '100225.865000', '100225.868000', '100225.871000', '100225.874000', '100225.876000', '100225.879000', '100225.882000', '100225.885000', '100225.888000', '100225.891000', '100225.894000', '100225.896000', '100225.899000', '100225.903000', '100225.906000', '100225.909000', '100225.912000', '100225.914000', '100225.917000', '100225.920000', '100225.923000', '100225.926000', '100225.929000', '100225.932000', '100225.934000', '100245.815000', '100245.818000', '100245.821000', '100245.824000', '100245.827000', '100245.829000', '100245.832000', '100245.835000', '100245.838000', '100245.841000', '100245.844000', '100245.846000', '100245.849000', '100245.852000', '100245.855000', '100245.858000', '100245.861000', '100245.864000', '100245.866000', '100245.869000', '100245.872000', '100245.875000', '100245.878000', '100245.881000', '100245.884000', '100245.886000', '100245.889000', '100245.892000', '100245.895000', '100245.898000', '100245.901000', '100245.903000', '100245.906000', '100245.909000', '100245.912000', '100245.915000', '100245.918000', '100245.921000', '100245.924000', '100245.927000', '100245.929000', '100245.932000', '100245.935000', '100305.815000', '100305.818000', '100305.821000', '100305.824000', '100305.827000', '100305.829000', '100305.832000', '100305.835000', '100305.838000', '100305.841000', '100305.844000', '100305.847000', '100305.849000', '100305.852000', '100305.855000', '100305.858000', '100305.861000', '100305.864000', '100305.867000', '100305.869000', '100305.872000', '100305.875000', '100305.878000', '100305.881000', '100305.889000', '100305.892000', '100305.895000', '100305.898000', '100305.900000', '100305.903000', '100305.906000', '100305.909000', '100305.912000', '100305.915000', '100305.917000', '100305.920000', '100305.923000', '100305.926000', '100305.929000', '100305.932000', '100305.935000', '100305.937000', '100305.940000', '100305.943000', '100325.815000', '100325.819000', '100325.822000', '100325.824000', '100325.827000', '100325.830000', '100325.833000', '100325.836000', '100325.839000', '100325.842000', '100325.845000', '100325.847000', '100325.850000', '100325.853000', '100325.856000', '100325.859000', '100325.862000', '100325.864000', '100325.867000', '100325.870000', '100325.873000', '100325.876000', '100325.879000', '100325.882000', '100325.884000', '100325.887000', '100325.890000', '100325.893000', '100325.896000', '100325.899000', '100325.902000', '100325.904000', '100325.907000', '100325.910000', '100325.913000', '100325.916000', '100325.919000', '100325.921000', '100325.924000', '100325.927000', '100325.930000', '100325.933000', '100325.936000', '100345.815000', '100345.818000', '100345.821000', '100345.824000', '100345.826000', '100345.829000', '100345.832000', '100345.835000', '100345.838000', '100345.841000', '100345.844000', '100345.846000', '100345.849000', '100345.852000', '100345.855000', '100345.858000', '100345.860000', '100345.863000', '100345.866000', '100345.869000', '100345.872000', '100345.875000', '100345.878000', '100345.880000', '100345.883000', '100345.886000', '100345.889000', '100345.892000', '100345.895000', '100345.897000', '100345.900000', '100345.903000', '100345.906000', '100345.909000', '100345.912000', '100345.914000', '100345.917000', '100345.920000', '100345.923000', '100345.926000', '100345.929000', '100345.932000', '100345.935000', '100345.938000', '100405.814000', '100405.817000', '100405.820000', '100405.823000', '100405.826000', '100405.829000', '100405.831000', '100405.834000', '100405.837000', '100405.840000', '100405.843000', '100405.846000', '100405.849000', '100405.852000', '100405.855000', '100405.858000', '100405.860000', '100405.863000', '100405.866000', '100405.869000', '100405.872000', '100405.875000', '100405.877000', '100405.880000', '100405.883000', '100405.886000', '100405.889000', '100405.892000', '100405.894000', '100405.897000', '100405.900000', '100405.903000', '100405.906000', '100405.908000', '100405.911000', '100405.914000', '100405.917000', '100405.920000', '100405.923000', '100405.926000', '100405.928000', '100405.931000', '100405.934000', '100425.814000', '100425.817000', '100425.820000', '100425.823000', '100425.826000', '100425.828000', '100425.831000', '100425.834000', '100425.837000', '100425.840000', '100425.843000', '100425.846000', '100425.848000', '100425.851000', '100425.854000', '100425.857000', '100425.860000', '100425.863000', '100425.865000', '100425.868000', '100425.871000', '100425.874000', '100425.877000', '100425.880000', '100425.883000', '100425.885000', '100425.888000', '100425.891000', '100425.894000', '100425.897000', '100425.900000', '100425.902000', '100425.905000', '100425.908000', '100425.911000', '100425.925000', '100425.928000', '100425.931000', '100425.934000', '100425.937000', '100425.940000', '100425.943000', '100425.945000', '100425.948000', '100445.815000', '100445.820000', '100445.823000', '100445.826000', '100445.829000', '100445.832000', '100445.835000', '100445.837000', '100445.840000', '100445.843000', '100445.846000', '100445.849000', '100445.851000', '100445.854000', '100445.857000', '100445.860000', '100445.863000', '100445.866000', '100445.869000', '100445.872000', '100445.875000', '100445.877000', '100445.880000', '100445.883000', '100445.886000', '100445.889000', '100445.892000', '100445.894000', '100445.897000', '100445.900000', '100445.903000', '100445.906000', '100445.909000', '100445.912000', '100445.914000', '100445.917000', '100445.920000', '100445.923000', '100445.926000', '100445.928000', '100445.931000', '100445.934000', '100445.937000', '100505.815000', '100505.818000', '100505.821000', '100505.824000', '100505.827000', '100505.829000', '100505.832000', '100505.835000', '100505.838000', '100505.841000', '100505.844000', '100505.846000', '100505.849000', '100505.852000', '100505.855000', '100505.858000', '100505.861000', '100505.863000', '100505.866000', '100505.869000', '100505.872000', '100505.875000', '100505.878000', '100505.881000', '100505.883000', '100505.886000', '100505.889000', '100505.892000', '100505.895000', '100505.897000', '100505.900000', '100505.903000', '100505.906000', '100505.909000', '100505.912000', '100505.915000', '100505.917000', '100505.920000', '100505.923000', '100505.926000', '100505.929000', '100505.932000', '100505.935000', '100505.937000', '100525.815000', '100525.828000', '100525.831000', '100525.834000', '100525.837000', '100525.840000', '100525.843000', '100525.845000', '100525.848000', '100525.851000', '100525.854000', '100525.857000', '100525.860000', '100525.863000', '100525.866000', '100525.869000', '100525.871000', '100525.874000', '100525.877000', '100525.880000', '100525.883000', '100525.886000', '100525.889000', '100525.892000', '100525.895000', '100525.897000', '100525.900000', '100525.903000', '100525.906000', '100525.909000', '100525.912000', '100525.914000', '100525.917000', '100525.920000', '100525.923000', '100525.926000', '100525.929000', '100525.932000', '100525.934000', '100525.937000', '100525.940000', '100525.943000', '100525.946000', '100545.815000', '100545.818000', '100545.821000', '100545.824000', '100545.827000', '100545.830000', '100545.832000', '100545.835000', '100545.838000', '100545.841000', '100545.844000', '100545.847000', '100545.849000', '100545.852000', '100545.855000', '100545.858000', '100545.861000', '100545.864000', '100545.867000', '100545.869000', '100545.872000', '100545.875000', '100545.878000', '100545.881000', '100545.884000', '100545.887000', '100545.889000', '100545.892000', '100545.895000', '100545.898000', '100545.901000', '100545.917000', '100545.927000', '100545.930000', '100545.932000', '100545.935000', '100545.938000', '100545.941000', '100545.944000', '100545.947000', '100545.950000', '100545.952000', '100545.955000', '100545.958000', '100605.815000', '100605.828000', '100605.830000', '100605.833000', '100605.836000', '100605.839000', '100605.842000', '100605.845000', '100605.847000', '100605.850000', '100605.853000', '100605.856000', '100605.859000', '100605.862000', '100605.865000', '100605.867000', '100605.870000', '100605.873000', '100605.876000', '100605.879000', '100605.882000', '100605.885000', '100605.887000', '100605.890000', '100605.893000', '100605.896000', '100605.899000', '100605.903000', '100605.905000', '100605.908000', '100605.911000', '100605.914000', '100605.917000', '100605.920000', '100605.923000', '100605.925000', '100605.928000', '100605.931000', '100605.934000', '100605.937000', '100605.940000', '100605.943000', '100605.945000', '100625.814000', '100625.817000', '100625.820000', '100625.823000', '100625.826000', '100625.828000', '100625.831000', '100625.834000', '100625.837000', '100625.840000', '100625.843000', '100625.845000', '100625.848000', '100625.851000', '100625.854000', '100625.857000', '100625.860000', '100625.863000', '100625.865000', '100625.868000', '100625.871000', '100625.874000', '100625.877000', '100625.880000', '100625.883000', '100625.885000', '100625.888000', '100625.891000', '100625.894000', '100625.897000', '100625.900000', '100625.902000', '100625.905000', '100625.908000', '100625.911000', '100625.914000', '100625.917000', '100625.920000', '100625.922000', '100625.925000', '100625.928000', '100625.931000', '100625.934000', '100625.941000', '100642.303000', '100642.307000', '100642.311000', '100642.316000', '100642.319000', '100642.323000', '100642.326000', '100642.329000', '100642.332000', '100642.335000', '100642.338000', '100642.341000', '100642.344000', '100642.347000', '100642.350000', '100642.353000', '100642.356000', '100642.359000', '100642.362000', '100642.365000', '100642.368000', '100642.371000', '100642.374000', '100642.377000', '100642.380000', '100642.383000', '100642.386000', '100642.388000', '100642.391000', '100642.394000', '100642.397000', '100642.400000', '100642.403000', '100642.406000', '100642.409000', '100642.412000'], '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': [14362, 11273, 13162, 10494, 13579, 10933, 12375, 10161, 12571, 10074, 12425, 10203, 10850, 10469, 10164, 8758, 9280, 12213, 9894, 15477, 13210, 13892, 11108, 12690, 9672, 11991, 11111, 11751, 10696, 12035, 9732, 12782, 9752, 12175, 11268, 12196, 10831, 13091, 10797, 12262, 11028, 12216, 9428, 11728, 9864, 11412, 8504, 11174, 8427, 11379, 11729, 10189, 15866, 14187, 12682, 12043, 12041, 9336, 11922, 8490, 11741, 9862, 11888, 9248, 11303, 9202, 10843, 10189, 10922, 12329, 10761, 11970, 11194, 12177, 10567, 13239, 11280, 15126, 12062, 16438, 12784, 13747, 11502, 12751, 8862, 14528, 8779, 13071, 11035, 12002, 10765, 13191, 11161, 12958, 11350, 12372, 10420, 12776, 9479, 12786, 9845, 12623, 9177, 11433, 9262, 10344, 10124, 9883, 12431, 10156, 13246, 11009, 11811, 9140, 12812, 8582, 14823, 8974, 12565, 10995, 11751, 10935, 12554, 10928, 12291, 9675, 12529, 9899, 12046, 11549, 12207, 10785, 10303, 13414, 10745, 17663, 12428, 13098, 12634, 11920, 11230, 11813, 8563, 11290, 8286, 9928, 10932, 9948, 11811, 10369, 13231, 10799, 16590, 12513, 13093, 12005, 12326, 10651, 12966, 9951, 12418, 9932, 11552, 11274, 10646, 14027, 12118, 16340, 12404, 12557, 12600, 11683, 9021, 11577, 8045, 11344, 8200, 10797, 9308, 11790, 9049, 11638, 9047, 10593, 11117, 10629, 14497, 11896, 16904, 12423, 16290, 10899, 13666, 11703, 12348, 11507, 11969, 11197, 12512, 9210, 11819, 8786, 12006, 9545, 11996, 9725, 11980, 9415, 11118, 10068, 10857, 11892, 11113, 12274, 10712, 13893, 11056, 15885, 12059, 14231, 12323, 14036, 10250, 11895, 10225, 11583, 10292, 11603, 9749, 12324, 8842, 11997, 9764, 11514, 10285, 10684, 11239, 11089, 9875, 9880, 11978, 10122, 16022, 12030, 13041, 12290, 11749, 11023, 12077, 8915, 11422, 10009, 11184, 11801, 11205, 11471, 9862, 13812, 10424, 15150, 10522, 12374, 11815, 12255, 9940, 11242, 9922, 11742, 9483, 11848, 9711, 12522, 10234, 12381, 9228, 12291, 9469, 12558, 9968, 12939, 9486, 12363, 9541, 11548, 9964, 10673, 10600, 11017, 9178, 9640, 10481, 9691, 11914, 10552, 13298, 11087, 13388, 10937, 12158, 10460, 13873, 10650, 14930, 10859, 12280, 11627, 12775, 9526, 12046, 9950, 11611, 10761, 11978, 10631, 13215, 11847, 12841, 11065, 12329, 9873, 12744, 10078, 13456, 9365, 12249, 9158, 11847, 9982, 11169, 10079, 11843, 9086, 10778, 7758, 10331, 7631, 9590, 9135, 10544, 8595, 11699, 8629, 10689, 10693, 10461, 13351, 10933, 13092, 10257, 15271, 10743, 14864, 12291, 12500, 11170, 11993, 9078, 11917, 9634, 10108, 12090, 10077, 15869, 12309, 12915, 12511, 12160, 8628, 11877, 8548, 11383, 8166, 11078, 8477, 11712, 8007, 11175, 9478, 10729, 10829, 11038, 10165, 11171, 10961, 10319, 13293, 10923, 14776, 11477, 13687, 10818, 16741, 11871, 13105, 11857, 11771, 11626, 12513, 8627, 12296, 8502, 11364, 10591, 12117, 10536, 13056, 10433, 12363, 10722, 12971, 10528, 12920, 9755, 11059, 11246, 9993, 15446, 11377, 14534, 12647, 12341, 11787, 11809, 8487, 11613, 8048, 10748, 10065, 10414, 9137, 9433, 9302, 9254, 12297, 9896, 14013, 11316, 11093, 9788, 11604, 9805, 14882, 12031, 13972, 11846, 14841, 11392, 13536, 11460, 12710, 11465, 12709, 10570, 13191, 11339, 12559, 10582, 12123, 9894, 12678, 9771, 12048, 10255, 12477, 11011, 11910, 9501, 11849, 10093, 12046, 9012, 11767, 9312, 11353, 8829, 9468, 11919, 9683, 15236, 11497, 14875, 12277, 13794, 9923, 11940, 8865, 11724, 10768, 11793, 10002, 12175, 8656, 11711, 8427, 11178, 10886, 11718, 10709, 13757, 9798, 12465, 11110, 12989, 10957, 13099, 10536, 12888, 11269, 13188, 10864, 12122, 11117, 12149, 11282, 12690, 10774, 13951, 10606, 13041, 10264, 12006, 11130, 12546, 10714, 13817, 10451, 12440, 9814, 12201, 10743, 12205, 9634, 11985, 9235, 13580, 10156, 12663, 10312, 10391, 9090, 10655, 9140, 12502, 9983, 10122, 9465, 10204, 9664, 11195, 10192, 9427, 9985, 8679, 9623, 9958, 10260, 11055, 11431, 9295, 10284, 9613, 10218, 10973, 12699, 10480, 13229, 9157, 7577, 8907, 8278, 10920, 15787, 12500, 12401, 10338, 11473, 11217, 11053, 17298, 14062, 15091, 10943, 13193, 11726, 10895, 18079, 13985, 13526, 12271, 11906, 9993, 10668, 9736, 9898, 8101, 9298, 8203, 9281, 9437, 11346, 8798, 12406, 11131, 11281, 9954, 8003, 10980, 8403, 12528, 10782, 12562, 10113, 12943, 11352, 14459, 9101, 8786, 9298, 8535, 12395, 10513, 14472, 10328, 12108, 10346, 16514, 12725, 14176, 12650, 10696, 9513, 8956, 10852, 9035, 12828, 9195, 12871, 10706, 14720, 9915, 12024, 9608, 12908, 10926, 14997, 11657, 10538, 10767, 9344, 10231, 9317, 11065, 10194, 8593, 14388, 10872, 10049, 10082, 12922, 10782, 16611, 13746, 13277, 11147, 10078, 10105, 9289, 12277, 9496, 12736, 9900, 13157, 10256, 13082, 8676, 13679, 11535, 12409, 11710, 12579, 11657, 11672, 10091, 7630, 10141, 8610, 11784, 9513, 11806, 10816, 11960, 8865, 11843, 9341, 13011, 10852, 13720, 10282, 13398, 11195, 14232, 9956, 14328, 9952, 15318, 11334, 13305, 11709, 14937, 11398, 10042, 9229, 7906, 10865, 9228, 11948, 9452, 13280, 11142, 12591, 10108, 13864, 11157, 13739, 10322, 8811, 10055, 8536, 12591, 10119, 13555, 11890, 15311, 10693, 12597, 10285, 12471, 10593, 8643, 10625, 8785, 12587, 9496, 12829, 9642, 12656, 9735, 13542, 8967, 10088, 8853, 9295, 10042, 9018, 13125, 10624, 13098, 9935, 13166, 11668, 10878, 13647, 11121, 9917, 10571, 8279, 11621, 8731, 12521, 10168, 11859, 9801, 12273, 9021, 12439, 10011, 12652, 10788, 12798, 11628, 13549, 11484, 14213, 10491, 13377, 10739, 13491, 10960, 13392, 10719, 10122, 9680, 8026, 10333, 8759, 10645, 8875, 8216, 12353, 10353, 14904, 10224, 12180, 12502, 11666, 10145, 9380, 13836, 8896, 8181, 11324, 9388, 12867, 10489, 11730, 11846, 12049, 9569, 11924, 8776, 13000, 10681, 13353, 11829, 14697, 11085, 8976, 10544, 7774, 11774, 9405, 13009, 10635, 13018, 11197, 12627, 9968, 7927, 11523, 9444, 15204, 10655, 9123, 10637, 9122, 12914, 10694, 12725, 12028, 11641, 10145, 12085, 9177, 11992, 9009, 13011, 9405, 13025, 10358, 13228, 12059, 11797, 9505, 8086, 10155, 8966, 12365, 10238, 12201, 10382, 8822, 12375, 8906, 12454, 9576, 13142, 10859, 11960, 10969, 13075, 10261, 12818, 8826, 9705, 8890, 13464, 11227, 14214, 12569, 12943, 10968, 13720, 10571, 10083, 8632, 9909, 10159, 14580, 11562, 15684, 13538, 12707, 12335, 11901, 8682, 10202, 8618, 14881, 12067, 12426, 10522, 12273, 10680, 13297, 9365, 12018, 10951, 11699, 8837, 11773, 9638, 11470, 8367, 11598, 8962, 12180, 10381, 12948, 10863, 12686, 11643, 13834, 10721, 12643, 11221, 12242, 10328, 12715, 10673, 13510, 10781, 12431, 10104, 12324, 9909, 12403, 9897, 11766, 8426, 11884, 8735, 11859, 9384, 11894, 9085, 11492, 8510, 11929, 10282, 12483, 10888, 13375, 10271, 11668, 8374, 12633, 10282, 14227, 10824, 11576, 10178, 15108, 12013, 14965, 12456, 14823, 11363, 14140, 10100, 14067, 11219, 12398, 11576, 12379, 10134, 11926, 9144, 12969, 11352, 11683, 9628, 12022, 8838, 11655, 8372, 11570, 10455, 10554, 14953, 12129, 14976, 11914, 14913, 10430, 12791, 11040, 11893, 9927, 11780, 9987, 12098, 8624, 11201, 8186, 11069, 8024, 11289, 9283, 12272, 9050, 12032, 8966, 12586, 9522, 12983, 10135, 13152, 9256, 11761, 9265, 11720, 9809, 11959, 9911, 12768, 9118, 12042, 9221, 11860, 9846, 11698, 9987, 12168, 9050, 11101, 9578, 11364, 10270, 10650, 10283, 11291, 9109, 10099, 8489, 9839, 9991, 10238, 11477, 10675, 10280, 10196, 12719, 10573, 16800, 12881, 14959, 12354, 14826, 11558, 12578, 10949, 12208, 10644, 12058, 10335, 12743, 10028, 11883, 8455, 12249, 8455, 11960, 9391, 12471, 8394, 11606, 8288, 11855, 9514, 12523, 10573, 12800, 11352, 13128, 10325, 13024, 10242, 13388, 10854, 13819, 11051, 13334, 10177, 12698, 9680, 13251, 10101, 13555, 11446, 14044, 11501, 13035, 10709, 12660, 10346, 13177, 11198, 13560, 11607, 12823, 11303, 12641, 11218, 12568, 11475, 13650, 11332, 12604, 11261, 12993, 10886, 12791, 10663, 13308, 11298, 12765, 9864, 12301, 9559, 12671, 11475, 14223, 12266, 7936, 10126, 8357, 7734, 8527, 12905, 10065, 11150, 11185, 9778, 15612, 12444, 14494, 12231], 'WindowCenter': [4263.0, 4226.0, 4233.0, 4199.0, 4216.0, 4196.0, 4205.0, 4185.0, 4204.0, 4174.0, 4205.0, 4184.0, 4184.0, 4183.0, 4184.0, 4162.0, 4175.0, 4204.0, 4186.0, 4216.0, 4215.0, 4205.0, 4196.0, 4205.0, 4185.0, 4195.0, 4197.0, 4205.0, 4196.0, 4204.0, 4186.0, 4205.0, 4185.0, 4206.0, 4197.0, 4205.0, 4197.0, 4205.0, 4196.0, 4194.0, 4195.0, 4194.0, 4174.0, 4195.0, 4186.0, 4195.0, 4165.0, 4195.0, 4178.0, 4208.0, 4206.0, 4197.0, 4228.0, 4217.0, 4206.0, 4205.0, 4195.0, 4175.0, 4195.0, 4164.0, 4195.0, 4185.0, 4206.0, 4175.0, 4195.0, 4175.0, 4196.0, 4184.0, 4196.0, 4206.0, 4196.0, 4195.0, 4195.0, 4194.0, 4183.0, 4204.0, 4195.0, 4214.0, 4193.0, 4225.0, 4205.0, 4204.0, 4194.0, 4204.0, 4174.0, 4214.0, 4164.0, 4205.0, 4197.0, 4206.0, 4197.0, 4206.0, 4196.0, 4204.0, 4184.0, 4193.0, 4183.0, 4193.0, 4173.0, 4204.0, 4172.0, 4195.0, 4163.0, 4193.0, 4172.0, 4183.0, 4182.0, 4184.0, 4204.0, 4186.0, 4205.0, 4196.0, 4195.0, 4176.0, 4205.0, 4176.0, 4214.0, 4176.0, 4207.0, 4198.0, 4207.0, 4198.0, 4207.0, 4198.0, 4206.0, 4186.0, 4206.0, 4185.0, 4205.0, 4196.0, 4196.0, 4195.0, 4185.0, 4204.0, 4195.0, 4225.0, 4206.0, 4206.0, 4206.0, 4194.0, 4196.0, 4194.0, 4165.0, 4195.0, 4165.0, 4187.0, 4196.0, 4187.0, 4207.0, 4196.0, 4206.0, 4197.0, 4226.0, 4206.0, 4206.0, 4206.0, 4206.0, 4186.0, 4204.0, 4175.0, 4205.0, 4174.0, 4193.0, 4183.0, 4185.0, 4204.0, 4195.0, 4226.0, 4206.0, 4204.0, 4206.0, 4194.0, 4175.0, 4194.0, 4155.0, 4195.0, 4166.0, 4197.0, 4188.0, 4207.0, 4177.0, 4208.0, 4177.0, 4196.0, 4196.0, 4197.0, 4218.0, 4208.0, 4228.0, 4207.0, 4227.0, 4197.0, 4216.0, 4206.0, 4206.0, 4207.0, 4195.0, 4198.0, 4206.0, 4176.0, 4195.0, 4176.0, 4206.0, 4187.0, 4207.0, 4175.0, 4196.0, 4175.0, 4196.0, 4174.0, 4196.0, 4194.0, 4195.0, 4194.0, 4186.0, 4205.0, 4194.0, 4225.0, 4206.0, 4205.0, 4205.0, 4215.0, 4185.0, 4194.0, 4185.0, 4194.0, 4184.0, 4195.0, 4175.0, 4195.0, 4165.0, 4195.0, 4173.0, 4194.0, 4184.0, 4185.0, 4195.0, 4195.0, 4174.0, 4186.0, 4194.0, 4185.0, 4226.0, 4206.0, 4207.0, 4206.0, 4195.0, 4197.0, 4207.0, 4176.0, 4196.0, 4184.0, 4196.0, 4194.0, 4196.0, 4196.0, 4186.0, 4205.0, 4184.0, 4214.0, 4196.0, 4205.0, 4207.0, 4195.0, 4186.0, 4195.0, 4186.0, 4195.0, 4187.0, 4206.0, 4186.0, 4207.0, 4187.0, 4206.0, 4176.0, 4206.0, 4186.0, 4207.0, 4186.0, 4207.0, 4176.0, 4205.0, 4174.0, 4195.0, 4184.0, 4185.0, 4184.0, 4196.0, 4175.0, 4175.0, 4185.0, 4186.0, 4195.0, 4186.0, 4216.0, 4198.0, 4206.0, 4196.0, 4194.0, 4186.0, 4206.0, 4185.0, 4217.0, 4197.0, 4206.0, 4198.0, 4206.0, 4187.0, 4207.0, 4185.0, 4196.0, 4198.0, 4196.0, 4187.0, 4206.0, 4196.0, 4204.0, 4196.0, 4194.0, 4175.0, 4204.0, 4174.0, 4204.0, 4163.0, 4193.0, 4162.0, 4193.0, 4173.0, 4183.0, 4173.0, 4194.0, 4163.0, 4183.0, 4153.0, 4184.0, 4154.0, 4186.0, 4177.0, 4198.0, 4177.0, 4207.0, 4178.0, 4196.0, 4186.0, 4197.0, 4207.0, 4197.0, 4205.0, 4186.0, 4216.0, 4195.0, 4216.0, 4194.0, 4205.0, 4195.0, 4195.0, 4163.0, 4194.0, 4173.0, 4185.0, 4192.0, 4184.0, 4215.0, 4206.0, 4194.0, 4193.0, 4193.0, 4163.0, 4192.0, 4164.0, 4192.0, 4165.0, 4193.0, 4164.0, 4195.0, 4165.0, 4194.0, 4175.0, 4196.0, 4196.0, 4197.0, 4186.0, 4197.0, 4196.0, 4186.0, 4216.0, 4196.0, 4216.0, 4195.0, 4214.0, 4196.0, 4226.0, 4207.0, 4206.0, 4207.0, 4195.0, 4196.0, 4206.0, 4177.0, 4206.0, 4177.0, 4207.0, 4200.0, 4208.0, 4200.0, 4217.0, 4198.0, 4207.0, 4198.0, 4207.0, 4185.0, 4207.0, 4175.0, 4195.0, 4195.0, 4185.0, 4215.0, 4194.0, 4214.0, 4206.0, 4194.0, 4196.0, 4193.0, 4164.0, 4192.0, 4154.0, 4194.0, 4185.0, 4186.0, 4175.0, 4176.0, 4175.0, 4176.0, 4205.0, 4187.0, 4216.0, 4210.0, 4198.0, 4188.0, 4209.0, 4198.0, 4228.0, 4220.0, 4220.0, 4209.0, 4228.0, 4207.0, 4217.0, 4197.0, 4206.0, 4196.0, 4206.0, 4185.0, 4205.0, 4196.0, 4194.0, 4185.0, 4193.0, 4174.0, 4204.0, 4185.0, 4195.0, 4185.0, 4194.0, 4185.0, 4195.0, 4175.0, 4194.0, 4184.0, 4194.0, 4166.0, 4195.0, 4164.0, 4184.0, 4164.0, 4175.0, 4193.0, 4174.0, 4214.0, 4195.0, 4215.0, 4195.0, 4204.0, 4174.0, 4193.0, 4173.0, 4193.0, 4195.0, 4194.0, 4184.0, 4195.0, 4165.0, 4194.0, 4164.0, 4195.0, 4197.0, 4195.0, 4197.0, 4216.0, 4186.0, 4205.0, 4196.0, 4204.0, 4185.0, 4205.0, 4185.0, 4194.0, 4185.0, 4193.0, 4183.0, 4192.0, 4184.0, 4180.0, 4184.0, 4192.0, 4183.0, 4202.0, 4183.0, 4192.0, 4172.0, 4181.0, 4183.0, 4191.0, 4183.0, 4192.0, 4172.0, 4179.0, 4173.0, 4180.0, 4182.0, 4191.0, 4172.0, 4181.0, 4162.0, 4202.0, 4184.0, 4193.0, 4184.0, 4183.0, 4164.0, 4181.0, 4174.0, 4194.0, 4173.0, 4173.0, 4173.0, 4171.0, 4174.0, 4193.0, 4184.0, 4174.0, 4185.0, 4165.0, 4174.0, 4186.0, 4185.0, 4194.0, 4196.0, 4174.0, 4187.0, 4187.0, 4184.0, 4184.0, 4205.0, 4186.0, 4206.0, 4186.0, 4156.0, 4176.0, 4178.0, 4208.0, 4228.0, 4206.0, 4206.0, 4186.0, 4196.0, 4185.0, 4185.0, 4216.0, 4203.0, 4192.0, 4169.0, 4179.0, 4165.0, 4157.0, 4199.0, 4176.0, 4166.0, 4165.0, 4154.0, 4145.0, 4154.0, 4132.0, 4143.0, 4122.0, 4144.0, 4125.0, 4145.0, 4148.0, 4179.0, 4151.0, 4193.0, 4183.0, 4181.0, 4172.0, 4152.0, 4182.0, 4153.0, 4193.0, 4184.0, 4193.0, 4185.0, 4192.0, 4195.0, 4215.0, 4173.0, 4163.0, 4174.0, 4176.0, 4206.0, 4198.0, 4218.0, 4198.0, 4208.0, 4198.0, 4229.0, 4208.0, 4216.0, 4206.0, 4184.0, 4175.0, 4175.0, 4195.0, 4174.0, 4207.0, 4177.0, 4207.0, 4197.0, 4217.0, 4186.0, 4206.0, 4186.0, 4206.0, 4197.0, 4217.0, 4196.0, 4185.0, 4197.0, 4201.0, 4197.0, 4186.0, 4206.0, 4197.0, 4177.0, 4228.0, 4210.0, 4197.0, 4199.0, 4218.0, 4199.0, 4228.0, 4217.0, 4220.0, 4197.0, 4174.0, 4173.0, 4163.0, 4194.0, 4174.0, 4204.0, 4175.0, 4206.0, 4185.0, 4204.0, 4165.0, 4205.0, 4195.0, 4194.0, 4195.0, 4196.0, 4197.0, 4185.0, 4173.0, 4152.0, 4184.0, 4165.0, 4195.0, 4175.0, 4196.0, 4185.0, 4195.0, 4165.0, 4194.0, 4174.0, 4204.0, 4185.0, 4205.0, 4185.0, 4204.0, 4184.0, 4204.0, 4174.0, 4203.0, 4174.0, 4214.0, 4184.0, 4204.0, 4194.0, 4203.0, 4184.0, 4171.0, 4161.0, 4152.0, 4183.0, 4173.0, 4194.0, 4173.0, 4204.0, 4183.0, 4193.0, 4184.0, 4203.0, 4195.0, 4204.0, 4184.0, 4164.0, 4174.0, 4162.0, 4194.0, 4184.0, 4204.0, 4195.0, 4214.0, 4182.0, 4195.0, 4183.0, 4205.0, 4184.0, 4163.0, 4183.0, 4163.0, 4194.0, 4173.0, 4194.0, 4175.0, 4203.0, 4174.0, 4205.0, 4164.0, 4183.0, 4174.0, 4175.0, 4186.0, 4176.0, 4205.0, 4185.0, 4206.0, 4186.0, 4206.0, 4183.0, 4185.0, 4204.0, 4184.0, 4173.0, 4172.0, 4153.0, 4182.0, 4163.0, 4195.0, 4184.0, 4193.0, 4173.0, 4193.0, 4163.0, 4193.0, 4174.0, 4203.0, 4184.0, 4204.0, 4195.0, 4205.0, 4196.0, 4205.0, 4185.0, 4203.0, 4186.0, 4204.0, 4186.0, 4204.0, 4186.0, 4186.0, 4174.0, 4153.0, 4184.0, 4166.0, 4195.0, 4177.0, 4179.0, 4209.0, 4199.0, 4230.0, 4199.0, 4235.0, 4221.0, 4198.0, 4200.0, 4177.0, 4217.0, 4177.0, 4167.0, 4196.0, 4177.0, 4208.0, 4186.0, 4198.0, 4197.0, 4197.0, 4175.0, 4194.0, 4164.0, 4203.0, 4184.0, 4203.0, 4195.0, 4215.0, 4183.0, 4164.0, 4184.0, 4153.0, 4194.0, 4175.0, 4204.0, 4186.0, 4206.0, 4212.0, 4207.0, 4185.0, 4166.0, 4196.0, 4189.0, 4227.0, 4197.0, 4177.0, 4196.0, 4177.0, 4208.0, 4185.0, 4208.0, 4196.0, 4196.0, 4175.0, 4195.0, 4163.0, 4183.0, 4163.0, 4205.0, 4173.0, 4204.0, 4186.0, 4205.0, 4195.0, 4194.0, 4174.0, 4165.0, 4185.0, 4175.0, 4206.0, 4197.0, 4209.0, 4198.0, 4178.0, 4207.0, 4176.0, 4207.0, 4174.0, 4206.0, 4184.0, 4194.0, 4185.0, 4205.0, 4185.0, 4203.0, 4176.0, 4185.0, 4176.0, 4216.0, 4196.0, 4218.0, 4206.0, 4206.0, 4186.0, 4205.0, 4184.0, 4184.0, 4164.0, 4174.0, 4185.0, 4215.0, 4195.0, 4217.0, 4205.0, 4193.0, 4194.0, 4193.0, 4163.0, 4173.0, 4164.0, 4214.0, 4195.0, 4196.0, 4185.0, 4193.0, 4185.0, 4203.0, 4174.0, 4192.0, 4184.0, 4194.0, 4163.0, 4194.0, 4162.0, 4182.0, 4152.0, 4182.0, 4165.0, 4193.0, 4184.0, 4204.0, 4184.0, 4194.0, 4196.0, 4205.0, 4185.0, 4194.0, 4185.0, 4195.0, 4183.0, 4193.0, 4184.0, 4192.0, 4183.0, 4191.0, 4172.0, 4192.0, 4173.0, 4191.0, 4173.0, 4192.0, 4153.0, 4193.0, 4163.0, 4193.0, 4172.0, 4194.0, 4164.0, 4194.0, 4165.0, 4193.0, 4185.0, 4206.0, 4197.0, 4205.0, 4186.0, 4196.0, 4166.0, 4207.0, 4198.0, 4217.0, 4197.0, 4196.0, 4187.0, 4215.0, 4206.0, 4217.0, 4196.0, 4215.0, 4196.0, 4204.0, 4184.0, 4204.0, 4195.0, 4195.0, 4195.0, 4192.0, 4183.0, 4193.0, 4174.0, 4204.0, 4195.0, 4196.0, 4173.0, 4194.0, 4163.0, 4193.0, 4153.0, 4194.0, 4182.0, 4184.0, 4214.0, 4194.0, 4215.0, 4195.0, 4204.0, 4183.0, 4191.0, 4182.0, 4181.0, 4173.0, 4193.0, 4174.0, 4193.0, 4164.0, 4185.0, 4164.0, 4194.0, 4154.0, 4197.0, 4175.0, 4207.0, 4176.0, 4206.0, 4176.0, 4206.0, 4176.0, 4206.0, 4186.0, 4207.0, 4175.0, 4195.0, 4176.0, 4195.0, 4185.0, 4196.0, 4175.0, 4207.0, 4164.0, 4194.0, 4175.0, 4195.0, 4185.0, 4195.0, 4186.0, 4207.0, 4177.0, 4196.0, 4175.0, 4195.0, 4185.0, 4186.0, 4186.0, 4196.0, 4175.0, 4186.0, 4165.0, 4186.0, 4187.0, 4200.0, 4209.0, 4198.0, 4185.0, 4187.0, 4207.0, 4197.0, 4228.0, 4207.0, 4218.0, 4208.0, 4216.0, 4197.0, 4194.0, 4184.0, 4193.0, 4185.0, 4193.0, 4186.0, 4204.0, 4183.0, 4192.0, 4164.0, 4194.0, 4166.0, 4196.0, 4176.0, 4207.0, 4166.0, 4197.0, 4167.0, 4207.0, 4190.0, 4219.0, 4200.0, 4208.0, 4198.0, 4217.0, 4187.0, 4208.0, 4187.0, 4218.0, 4198.0, 4218.0, 4197.0, 4207.0, 4185.0, 4204.0, 4174.0, 4205.0, 4186.0, 4205.0, 4195.0, 4204.0, 4195.0, 4204.0, 4184.0, 4204.0, 4186.0, 4205.0, 4197.0, 4205.0, 4195.0, 4204.0, 4196.0, 4194.0, 4196.0, 4194.0, 4195.0, 4203.0, 4194.0, 4192.0, 4194.0, 4203.0, 4184.0, 4204.0, 4185.0, 4204.0, 4195.0, 4203.0, 4172.0, 4192.0, 4174.0, 4204.0, 4196.0, 4216.0, 4207.0, 4166.0, 4185.0, 4177.0, 4168.0, 4190.0, 4220.0, 4188.0, 4209.0, 4197.0, 4188.0, 4229.0, 4209.0, 4219.0, 4195.0], 'WindowWidth': [9431.0, 9366.0, 9367.0, 9313.0, 9332.0, 9303.0, 9310.0, 9286.0, 9309.0, 9269.0, 9311.0, 9283.0, 9282.0, 9279.0, 9280.0, 9251.0, 9271.0, 9307.0, 9287.0, 9330.0, 9326.0, 9313.0, 9301.0, 9313.0, 9286.0, 9298.0, 9303.0, 9312.0, 9301.0, 9310.0, 9289.0, 9314.0, 9288.0, 9315.0, 9306.0, 9313.0, 9304.0, 9312.0, 9300.0, 9296.0, 9298.0, 9295.0, 9268.0, 9299.0, 9286.0, 9300.0, 9260.0, 9300.0, 9282.0, 9320.0, 9315.0, 9305.0, 9355.0, 9332.0, 9317.0, 9312.0, 9299.0, 9270.0, 9298.0, 9255.0, 9299.0, 9285.0, 9314.0, 9271.0, 9300.0, 9272.0, 9300.0, 9283.0, 9300.0, 9314.0, 9300.0, 9297.0, 9298.0, 9295.0, 9281.0, 9307.0, 9296.0, 9322.0, 9294.0, 9342.0, 9311.0, 9308.0, 9295.0, 9308.0, 9270.0, 9321.0, 9257.0, 9312.0, 9304.0, 9316.0, 9305.0, 9314.0, 9301.0, 9310.0, 9281.0, 9291.0, 9278.0, 9292.0, 9266.0, 9310.0, 9265.0, 9297.0, 9251.0, 9292.0, 9264.0, 9278.0, 9275.0, 9281.0, 9307.0, 9287.0, 9313.0, 9300.0, 9298.0, 9275.0, 9313.0, 9275.0, 9325.0, 9276.0, 9318.0, 9307.0, 9319.0, 9309.0, 9318.0, 9307.0, 9315.0, 9288.0, 9315.0, 9286.0, 9313.0, 9299.0, 9301.0, 9295.0, 9285.0, 9309.0, 9298.0, 9342.0, 9313.0, 9314.0, 9313.0, 9296.0, 9300.0, 9296.0, 9258.0, 9297.0, 9258.0, 9290.0, 9303.0, 9292.0, 9317.0, 9302.0, 9315.0, 9302.0, 9343.0, 9313.0, 9315.0, 9315.0, 9314.0, 9287.0, 9310.0, 9271.0, 9311.0, 9268.0, 9293.0, 9278.0, 9283.0, 9309.0, 9297.0, 9345.0, 9315.0, 9311.0, 9312.0, 9294.0, 9270.0, 9294.0, 9246.0, 9299.0, 9262.0, 9306.0, 9295.0, 9320.0, 9279.0, 9320.0, 9277.0, 9302.0, 9301.0, 9304.0, 9334.0, 9319.0, 9352.0, 9317.0, 9348.0, 9304.0, 9331.0, 9315.0, 9314.0, 9317.0, 9299.0, 9306.0, 9313.0, 9274.0, 9298.0, 9274.0, 9314.0, 9292.0, 9316.0, 9272.0, 9302.0, 9272.0, 9300.0, 9269.0, 9299.0, 9297.0, 9298.0, 9295.0, 9286.0, 9311.0, 9296.0, 9341.0, 9314.0, 9313.0, 9312.0, 9326.0, 9285.0, 9296.0, 9284.0, 9296.0, 9284.0, 9298.0, 9272.0, 9297.0, 9257.0, 9297.0, 9266.0, 9295.0, 9281.0, 9285.0, 9296.0, 9298.0, 9269.0, 9287.0, 9296.0, 9285.0, 9342.0, 9313.0, 9318.0, 9315.0, 9300.0, 9303.0, 9317.0, 9275.0, 9301.0, 9282.0, 9302.0, 9296.0, 9301.0, 9298.0, 9286.0, 9312.0, 9283.0, 9325.0, 9303.0, 9313.0, 9317.0, 9300.0, 9287.0, 9298.0, 9287.0, 9299.0, 9291.0, 9314.0, 9288.0, 9318.0, 9289.0, 9314.0, 9275.0, 9313.0, 9287.0, 9317.0, 9286.0, 9317.0, 9274.0, 9311.0, 9269.0, 9296.0, 9283.0, 9285.0, 9281.0, 9300.0, 9270.0, 9272.0, 9285.0, 9288.0, 9299.0, 9288.0, 9328.0, 9306.0, 9315.0, 9301.0, 9297.0, 9286.0, 9313.0, 9286.0, 9330.0, 9303.0, 9314.0, 9307.0, 9317.0, 9292.0, 9318.0, 9287.0, 9302.0, 9306.0, 9302.0, 9291.0, 9317.0, 9301.0, 9309.0, 9299.0, 9296.0, 9271.0, 9308.0, 9266.0, 9309.0, 9251.0, 9290.0, 9248.0, 9290.0, 9265.0, 9279.0, 9264.0, 9294.0, 9252.0, 9279.0, 9240.0, 9280.0, 9243.0, 9288.0, 9277.0, 9307.0, 9277.0, 9320.0, 9280.0, 9301.0, 9287.0, 9303.0, 9317.0, 9303.0, 9314.0, 9288.0, 9330.0, 9298.0, 9330.0, 9296.0, 9312.0, 9298.0, 9297.0, 9251.0, 9294.0, 9265.0, 9282.0, 9289.0, 9281.0, 9326.0, 9313.0, 9296.0, 9293.0, 9291.0, 9252.0, 9289.0, 9255.0, 9290.0, 9259.0, 9294.0, 9256.0, 9298.0, 9260.0, 9296.0, 9272.0, 9302.0, 9302.0, 9303.0, 9287.0, 9305.0, 9301.0, 9289.0, 9329.0, 9301.0, 9329.0, 9299.0, 9324.0, 9300.0, 9343.0, 9317.0, 9316.0, 9318.0, 9300.0, 9302.0, 9315.0, 9279.0, 9316.0, 9280.0, 9320.0, 9314.0, 9323.0, 9314.0, 9335.0, 9309.0, 9320.0, 9307.0, 9320.0, 9286.0, 9319.0, 9271.0, 9297.0, 9296.0, 9285.0, 9325.0, 9296.0, 9326.0, 9312.0, 9295.0, 9299.0, 9293.0, 9255.0, 9291.0, 9241.0, 9296.0, 9284.0, 9287.0, 9271.0, 9274.0, 9272.0, 9275.0, 9312.0, 9291.0, 9330.0, 9324.0, 9307.0, 9295.0, 9322.0, 9309.0, 9350.0, 9340.0, 9344.0, 9324.0, 9351.0, 9319.0, 9334.0, 9305.0, 9316.0, 9302.0, 9315.0, 9287.0, 9312.0, 9300.0, 9296.0, 9283.0, 9293.0, 9268.0, 9307.0, 9285.0, 9297.0, 9286.0, 9296.0, 9286.0, 9297.0, 9273.0, 9295.0, 9282.0, 9296.0, 9259.0, 9299.0, 9254.0, 9282.0, 9255.0, 9270.0, 9292.0, 9268.0, 9322.0, 9296.0, 9329.0, 9299.0, 9310.0, 9268.0, 9295.0, 9267.0, 9292.0, 9297.0, 9293.0, 9281.0, 9297.0, 9258.0, 9295.0, 9257.0, 9299.0, 9306.0, 9300.0, 9303.0, 9329.0, 9288.0, 9313.0, 9300.0, 9309.0, 9285.0, 9312.0, 9284.0, 9297.0, 9282.0, 9294.0, 9278.0, 9289.0, 9278.0, 9272.0, 9280.0, 9289.0, 9279.0, 9304.0, 9277.0, 9289.0, 9261.0, 9272.0, 9278.0, 9285.0, 9278.0, 9289.0, 9261.0, 9268.0, 9262.0, 9271.0, 9275.0, 9285.0, 9261.0, 9272.0, 9248.0, 9302.0, 9279.0, 9291.0, 9281.0, 9278.0, 9255.0, 9274.0, 9267.0, 9294.0, 9265.0, 9264.0, 9264.0, 9261.0, 9267.0, 9291.0, 9281.0, 9267.0, 9284.0, 9258.0, 9268.0, 9287.0, 9286.0, 9296.0, 9300.0, 9268.0, 9291.0, 9291.0, 9284.0, 9282.0, 9313.0, 9288.0, 9317.0, 9289.0, 9249.0, 9277.0, 9281.0, 9324.0, 9352.0, 9315.0, 9318.0, 9286.0, 9302.0, 9283.0, 9285.0, 9334.0, 9305.0, 9294.0, 9252.0, 9268.0, 9240.0, 9230.0, 9298.0, 9253.0, 9243.0, 9237.0, 9222.0, 9211.0, 9223.0, 9188.0, 9206.0, 9177.0, 9208.0, 9185.0, 9214.0, 9222.0, 9264.0, 9233.0, 9291.0, 9277.0, 9272.0, 9260.0, 9235.0, 9273.0, 9238.0, 9292.0, 9280.0, 9294.0, 9283.0, 9290.0, 9297.0, 9323.0, 9267.0, 9253.0, 9269.0, 9275.0, 9313.0, 9305.0, 9333.0, 9307.0, 9319.0, 9308.0, 9356.0, 9321.0, 9332.0, 9315.0, 9281.0, 9271.0, 9270.0, 9298.0, 9269.0, 9316.0, 9278.0, 9318.0, 9304.0, 9331.0, 9288.0, 9313.0, 9287.0, 9314.0, 9302.0, 9333.0, 9300.0, 9283.0, 9305.0, 9320.0, 9307.0, 9290.0, 9318.0, 9304.0, 9281.0, 9350.0, 9328.0, 9304.0, 9311.0, 9335.0, 9310.0, 9356.0, 9330.0, 9342.0, 9307.0, 9265.0, 9263.0, 9249.0, 9292.0, 9267.0, 9310.0, 9269.0, 9311.0, 9283.0, 9309.0, 9257.0, 9310.0, 9298.0, 9297.0, 9297.0, 9299.0, 9301.0, 9281.0, 9265.0, 9238.0, 9282.0, 9257.0, 9298.0, 9271.0, 9301.0, 9282.0, 9298.0, 9255.0, 9293.0, 9269.0, 9306.0, 9283.0, 9310.0, 9283.0, 9308.0, 9279.0, 9308.0, 9266.0, 9306.0, 9267.0, 9321.0, 9279.0, 9309.0, 9294.0, 9306.0, 9278.0, 9258.0, 9245.0, 9234.0, 9276.0, 9265.0, 9293.0, 9263.0, 9306.0, 9278.0, 9290.0, 9279.0, 9306.0, 9298.0, 9307.0, 9282.0, 9253.0, 9266.0, 9249.0, 9294.0, 9280.0, 9309.0, 9295.0, 9320.0, 9276.0, 9295.0, 9279.0, 9310.0, 9279.0, 9249.0, 9277.0, 9252.0, 9292.0, 9265.0, 9293.0, 9269.0, 9305.0, 9266.0, 9308.0, 9254.0, 9279.0, 9268.0, 9272.0, 9287.0, 9273.0, 9313.0, 9286.0, 9314.0, 9285.0, 9314.0, 9277.0, 9281.0, 9306.0, 9277.0, 9261.0, 9261.0, 9237.0, 9275.0, 9250.0, 9295.0, 9279.0, 9291.0, 9262.0, 9290.0, 9250.0, 9289.0, 9266.0, 9304.0, 9281.0, 9308.0, 9298.0, 9309.0, 9299.0, 9310.0, 9283.0, 9305.0, 9283.0, 9306.0, 9283.0, 9307.0, 9284.0, 9284.0, 9265.0, 9239.0, 9282.0, 9260.0, 9298.0, 9279.0, 9283.0, 9321.0, 9310.0, 9352.0, 9309.0, 9370.0, 9342.0, 9306.0, 9312.0, 9277.0, 9327.0, 9275.0, 9263.0, 9302.0, 9276.0, 9321.0, 9286.0, 9306.0, 9301.0, 9303.0, 9268.0, 9293.0, 9253.0, 9304.0, 9279.0, 9305.0, 9296.0, 9324.0, 9278.0, 9253.0, 9280.0, 9241.0, 9294.0, 9269.0, 9307.0, 9285.0, 9313.0, 9333.0, 9316.0, 9287.0, 9261.0, 9300.0, 9297.0, 9346.0, 9305.0, 9276.0, 9303.0, 9277.0, 9323.0, 9285.0, 9320.0, 9298.0, 9298.0, 9267.0, 9295.0, 9250.0, 9276.0, 9251.0, 9307.0, 9265.0, 9307.0, 9287.0, 9310.0, 9297.0, 9293.0, 9267.0, 9260.0, 9285.0, 9272.0, 9313.0, 9306.0, 9323.0, 9308.0, 9279.0, 9318.0, 9275.0, 9315.0, 9268.0, 9316.0, 9280.0, 9296.0, 9283.0, 9311.0, 9283.0, 9307.0, 9274.0, 9285.0, 9275.0, 9328.0, 9301.0, 9336.0, 9314.0, 9316.0, 9288.0, 9309.0, 9281.0, 9281.0, 9255.0, 9267.0, 9283.0, 9327.0, 9296.0, 9334.0, 9309.0, 9292.0, 9292.0, 9289.0, 9251.0, 9263.0, 9254.0, 9321.0, 9295.0, 9300.0, 9283.0, 9292.0, 9282.0, 9305.0, 9269.0, 9290.0, 9280.0, 9292.0, 9251.0, 9293.0, 9248.0, 9275.0, 9236.0, 9275.0, 9256.0, 9291.0, 9282.0, 9308.0, 9283.0, 9293.0, 9299.0, 9311.0, 9282.0, 9294.0, 9283.0, 9296.0, 9279.0, 9289.0, 9279.0, 9288.0, 9277.0, 9284.0, 9261.0, 9289.0, 9264.0, 9285.0, 9264.0, 9287.0, 9238.0, 9291.0, 9252.0, 9292.0, 9264.0, 9292.0, 9255.0, 9293.0, 9258.0, 9292.0, 9285.0, 9312.0, 9302.0, 9310.0, 9288.0, 9300.0, 9262.0, 9317.0, 9307.0, 9329.0, 9304.0, 9300.0, 9289.0, 9326.0, 9313.0, 9336.0, 9299.0, 9326.0, 9299.0, 9306.0, 9280.0, 9307.0, 9296.0, 9298.0, 9297.0, 9290.0, 9278.0, 9292.0, 9268.0, 9309.0, 9297.0, 9299.0, 9264.0, 9292.0, 9252.0, 9291.0, 9238.0, 9293.0, 9274.0, 9280.0, 9322.0, 9292.0, 9321.0, 9293.0, 9306.0, 9276.0, 9285.0, 9274.0, 9272.0, 9265.0, 9290.0, 9265.0, 9290.0, 9254.0, 9281.0, 9254.0, 9294.0, 9243.0, 9302.0, 9272.0, 9315.0, 9274.0, 9315.0, 9274.0, 9313.0, 9273.0, 9315.0, 9285.0, 9316.0, 9270.0, 9296.0, 9272.0, 9296.0, 9285.0, 9300.0, 9271.0, 9316.0, 9255.0, 9294.0, 9270.0, 9297.0, 9283.0, 9298.0, 9286.0, 9315.0, 9275.0, 9300.0, 9270.0, 9298.0, 9284.0, 9287.0, 9287.0, 9302.0, 9272.0, 9289.0, 9260.0, 9288.0, 9291.0, 9311.0, 9322.0, 9307.0, 9287.0, 9292.0, 9318.0, 9303.0, 9349.0, 9317.0, 9337.0, 9319.0, 9331.0, 9301.0, 9296.0, 9282.0, 9293.0, 9283.0, 9292.0, 9286.0, 9307.0, 9279.0, 9290.0, 9256.0, 9293.0, 9260.0, 9300.0, 9273.0, 9314.0, 9261.0, 9302.0, 9264.0, 9317.0, 9298.0, 9338.0, 9313.0, 9320.0, 9307.0, 9331.0, 9291.0, 9318.0, 9292.0, 9333.0, 9307.0, 9335.0, 9302.0, 9316.0, 9286.0, 9308.0, 9269.0, 9311.0, 9286.0, 9312.0, 9298.0, 9309.0, 9298.0, 9307.0, 9281.0, 9309.0, 9287.0, 9310.0, 9301.0, 9311.0, 9298.0, 9307.0, 9298.0, 9293.0, 9301.0, 9294.0, 9297.0, 9306.0, 9295.0, 9289.0, 9294.0, 9304.0, 9282.0, 9309.0, 9284.0, 9307.0, 9298.0, 9304.0, 9263.0, 9288.0, 9266.0, 9305.0, 9300.0, 9329.0, 9320.0, 9262.0, 9284.0, 9279.0, 9270.0, 9302.0, 9343.0, 9295.0, 9323.0, 9305.0, 9294.0, 9354.0, 9322.0, 9342.0, 9298.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.0005914298093587523</td></tr>
<tr><td colspan=3>aqi</td><td>0.01641144211438475</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.98722287824814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2789684314570682</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0024811994535991</td></tr>
<tr><td colspan=3>efc</td><td>0.4717</td></tr>
<tr><td colspan=3>fber</td><td>5939.6572</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07845098622336592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4731369150779896</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.61222009874746</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5939432108828475</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8047763876743743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4379406976851588</td></tr>
<tr><td colspan=3>gcor</td><td>0.00720535</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017779123038053513</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02821429818868637</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8950504626282303</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7811</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4688</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.9173</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299571.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.6549</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.591</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.6071</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.1361</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.3533</td></tr>
<tr><td colspan=3>tsnr</td><td>43.21124062873423</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>