<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-02/func/sub-0062_ses-02_task-alignvideo_acq-mb8_run-03_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>7c6af47d2389d36048a4191fd63ae2c5</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>12:22:31.115000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999904, -0.0138036, -0.000989231, 0.0137877, 0.999798, -0.0146031]</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-03_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.107955</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7719, -7296, 477, -81, -135, -34, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5fa46748-b745-49ef-a1ed-59ce0e232d46||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826698780059814, 0.036991383880376816, -0.003214639611542225, 106.14373779296875], [0.03703406825661659, 2.6823856830596924, -0.039387889206409454, -93.43109130859375], [-0.002654033713042736, 0.03917916864156723, 2.6997108459472656, -61.61241912841797], [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, 1158]</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, 1158], 'AcquisitionTime': ['122231.115000', '122231.575000', '122232.035000', '122232.495000', '122232.955000', '122233.415000', '122233.875000', '122234.335000', '122234.795000', '122235.255000', '122235.715000', '122236.175000', '122236.635000', '122237.095000', '122237.555000', '122238.015000', '122238.475000', '122238.935000', '122239.395000', '122239.855000', '122240.315000', '122240.775000', '122241.235000', '122241.695000', '122242.155000', '122242.615000', '122243.075000', '122243.535000', '122243.995000', '122244.455000', '122244.915000', '122245.375000', '122245.835000', '122246.295000', '122246.755000', '122247.215000', '122247.675000', '122248.135000', '122248.595000', '122249.055000', '122249.515000', '122249.975000', '122250.435000', '122250.895000', '122251.355000', '122251.815000', '122252.275000', '122252.735000', '122253.195000', '122253.655000', '122254.115000', '122254.575000', '122255.035000', '122255.495000', '122255.955000', '122256.415000', '122256.875000', '122257.335000', '122257.795000', '122258.255000', '122258.715000', '122259.175000', '122259.635000', '122300.095000', '122300.555000', '122301.015000', '122301.475000', '122301.935000', '122302.395000', '122302.855000', '122303.315000', '122303.775000', '122304.235000', '122304.695000', '122305.155000', '122305.615000', '122306.075000', '122306.535000', '122306.995000', '122307.455000', '122307.915000', '122308.375000', '122308.835000', '122309.295000', '122309.755000', '122310.215000', '122310.675000', '122311.135000', '122311.595000', '122312.055000', '122312.515000', '122312.975000', '122313.435000', '122313.895000', '122314.355000', '122314.815000', '122315.275000', '122315.735000', '122316.195000', '122316.655000', '122317.115000', '122317.575000', '122318.035000', '122318.495000', '122318.955000', '122319.415000', '122319.875000', '122320.335000', '122320.795000', '122321.255000', '122321.715000', '122322.175000', '122322.635000', '122323.095000', '122323.555000', '122324.015000', '122324.475000', '122324.935000', '122325.395000', '122325.855000', '122326.315000', '122326.775000', '122327.235000', '122327.695000', '122328.155000', '122328.615000', '122329.075000', '122329.535000', '122329.995000', '122330.455000', '122330.915000', '122331.375000', '122331.835000', '122332.295000', '122332.755000', '122333.215000', '122333.675000', '122334.135000', '122334.595000', '122335.055000', '122335.515000', '122335.975000', '122336.435000', '122336.895000', '122337.355000', '122337.815000', '122338.275000', '122338.735000', '122339.195000', '122339.655000', '122340.115000', '122340.575000', '122341.035000', '122341.495000', '122341.955000', '122342.415000', '122342.875000', '122343.335000', '122343.795000', '122344.255000', '122344.715000', '122345.175000', '122345.635000', '122346.095000', '122346.555000', '122347.015000', '122347.475000', '122347.935000', '122348.395000', '122348.855000', '122349.315000', '122349.775000', '122350.235000', '122350.695000', '122351.155000', '122351.615000', '122352.075000', '122352.535000', '122352.995000', '122353.455000', '122353.915000', '122354.375000', '122354.835000', '122355.295000', '122355.755000', '122356.215000', '122356.675000', '122357.135000', '122357.595000', '122358.055000', '122358.515000', '122358.975000', '122359.435000', '122359.895000', '122400.355000', '122400.815000', '122401.275000', '122401.735000', '122402.195000', '122402.655000', '122403.115000', '122403.575000', '122404.035000', '122404.495000', '122404.955000', '122405.415000', '122405.875000', '122406.335000', '122406.795000', '122407.255000', '122407.715000', '122408.175000', '122408.635000', '122409.095000', '122409.555000', '122410.015000', '122410.475000', '122410.935000', '122411.395000', '122411.855000', '122412.315000', '122412.775000', '122413.235000', '122413.695000', '122414.155000', '122414.615000', '122415.075000', '122415.535000', '122415.995000', '122416.455000', '122416.915000', '122417.375000', '122417.835000', '122418.295000', '122418.755000', '122419.215000', '122419.675000', '122420.135000', '122420.595000', '122421.055000', '122421.515000', '122421.975000', '122422.435000', '122422.895000', '122423.355000', '122423.815000', '122424.275000', '122424.735000', '122425.195000', '122425.655000', '122426.115000', '122426.575000', '122427.035000', '122427.495000', '122427.955000', '122428.415000', '122428.875000', '122429.335000', '122429.795000', '122430.255000', '122430.715000', '122431.175000', '122431.635000', '122432.095000', '122432.555000', '122433.015000', '122433.475000', '122433.935000', '122434.395000', '122434.855000', '122435.315000', '122435.775000', '122436.235000', '122436.695000', '122437.155000', '122437.615000', '122438.075000', '122438.535000', '122438.995000', '122439.455000', '122439.915000', '122440.375000', '122440.835000', '122441.295000', '122441.755000', '122442.215000', '122442.675000', '122443.135000', '122443.595000', '122444.055000', '122444.515000', '122444.975000', '122445.435000', '122445.895000', '122446.355000', '122446.815000', '122447.275000', '122447.735000', '122448.195000', '122448.655000', '122449.115000', '122449.575000', '122450.035000', '122450.495000', '122450.955000', '122451.415000', '122451.875000', '122452.335000', '122452.795000', '122453.255000', '122453.715000', '122454.175000', '122454.635000', '122455.095000', '122455.555000', '122456.015000', '122456.475000', '122456.935000', '122457.395000', '122457.855000', '122458.315000', '122458.775000', '122459.235000', '122459.695000', '122500.155000', '122500.615000', '122501.075000', '122501.535000', '122501.995000', '122502.455000', '122502.915000', '122503.375000', '122503.835000', '122504.295000', '122504.755000', '122505.215000', '122505.675000', '122506.135000', '122506.595000', '122507.055000', '122507.515000', '122507.975000', '122508.435000', '122508.895000', '122509.355000', '122509.815000', '122510.275000', '122510.735000', '122511.195000', '122511.655000', '122512.115000', '122512.575000', '122513.035000', '122513.495000', '122513.955000', '122514.415000', '122514.875000', '122515.335000', '122515.795000', '122516.255000', '122516.715000', '122517.175000', '122517.635000', '122518.095000', '122518.555000', '122519.015000', '122519.475000', '122519.935000', '122520.395000', '122520.855000', '122521.315000', '122521.775000', '122522.235000', '122522.695000', '122523.155000', '122523.615000', '122524.075000', '122524.535000', '122524.995000', '122525.455000', '122525.915000', '122526.375000', '122526.835000', '122527.295000', '122527.755000', '122528.215000', '122528.675000', '122529.135000', '122529.595000', '122530.055000', '122530.515000', '122530.975000', '122531.435000', '122531.895000', '122532.355000', '122532.815000', '122533.275000', '122533.735000', '122534.195000', '122534.655000', '122535.115000', '122535.575000', '122536.035000', '122536.495000', '122536.955000', '122537.415000', '122537.875000', '122538.335000', '122538.795000', '122539.255000', '122539.715000', '122540.175000', '122540.635000', '122541.095000', '122541.555000', '122542.015000', '122542.475000', '122542.935000', '122543.395000', '122543.855000', '122544.315000', '122544.775000', '122545.235000', '122545.695000', '122546.155000', '122546.615000', '122547.075000', '122547.535000', '122547.995000', '122548.455000', '122548.915000', '122549.375000', '122549.835000', '122550.295000', '122550.755000', '122551.215000', '122551.675000', '122552.135000', '122552.595000', '122553.055000', '122553.515000', '122553.975000', '122554.435000', '122554.895000', '122555.355000', '122555.815000', '122556.275000', '122556.735000', '122557.195000', '122557.655000', '122558.115000', '122558.575000', '122559.035000', '122559.495000', '122559.955000', '122600.415000', '122600.875000', '122601.335000', '122601.795000', '122602.255000', '122602.715000', '122603.175000', '122603.635000', '122604.095000', '122604.555000', '122605.015000', '122605.475000', '122605.935000', '122606.395000', '122606.855000', '122607.315000', '122607.775000', '122608.235000', '122608.695000', '122609.155000', '122609.615000', '122610.075000', '122610.535000', '122610.995000', '122611.455000', '122611.915000', '122612.375000', '122612.835000', '122613.295000', '122613.755000', '122614.215000', '122614.675000', '122615.135000', '122615.595000', '122616.055000', '122616.515000', '122616.975000', '122617.435000', '122617.895000', '122618.355000', '122618.815000', '122619.275000', '122619.735000', '122620.195000', '122620.655000', '122621.115000', '122621.575000', '122622.035000', '122622.495000', '122622.955000', '122623.415000', '122623.875000', '122624.335000', '122624.795000', '122625.255000', '122625.715000', '122626.175000', '122626.635000', '122627.095000', '122627.555000', '122628.015000', '122628.475000', '122628.935000', '122629.395000', '122629.855000', '122630.315000', '122630.775000', '122631.235000', '122631.695000', '122632.155000', '122632.615000', '122633.075000', '122633.535000', '122633.995000', '122634.455000', '122634.915000', '122635.375000', '122635.835000', '122636.295000', '122636.755000', '122637.215000', '122637.675000', '122638.135000', '122638.595000', '122639.055000', '122639.515000', '122639.975000', '122640.435000', '122640.895000', '122641.355000', '122641.815000', '122642.275000', '122642.735000', '122643.195000', '122643.655000', '122644.115000', '122644.575000', '122645.035000', '122645.495000', '122645.955000', '122646.415000', '122646.875000', '122647.335000', '122647.795000', '122648.255000', '122648.715000', '122649.175000', '122649.635000', '122650.095000', '122650.555000', '122651.015000', '122651.475000', '122651.935000', '122652.395000', '122652.855000', '122653.315000', '122653.775000', '122654.235000', '122654.695000', '122655.155000', '122655.615000', '122656.075000', '122656.535000', '122656.995000', '122657.455000', '122657.915000', '122658.375000', '122658.835000', '122659.295000', '122659.755000', '122700.215000', '122700.675000', '122701.135000', '122701.595000', '122702.055000', '122702.515000', '122702.975000', '122703.435000', '122703.895000', '122704.355000', '122704.815000', '122705.275000', '122705.735000', '122706.195000', '122706.655000', '122707.115000', '122707.575000', '122708.035000', '122708.495000', '122708.955000', '122709.415000', '122709.875000', '122710.335000', '122710.795000', '122711.255000', '122711.715000', '122712.175000', '122712.635000', '122713.095000', '122713.555000', '122714.015000', '122714.475000', '122714.935000', '122715.395000', '122715.855000', '122716.315000', '122716.775000', '122717.235000', '122717.695000', '122718.155000', '122718.615000', '122719.075000', '122719.535000', '122719.995000', '122720.455000', '122720.915000', '122721.375000', '122721.835000', '122722.295000', '122722.755000', '122723.215000', '122723.675000', '122724.135000', '122724.595000', '122725.055000', '122725.515000', '122725.975000', '122726.435000', '122726.895000', '122727.355000', '122727.815000', '122728.275000', '122728.735000', '122729.195000', '122729.655000', '122730.115000', '122730.575000', '122731.035000', '122731.495000', '122731.955000', '122732.415000', '122732.875000', '122733.335000', '122733.795000', '122734.255000', '122734.715000', '122735.175000', '122735.635000', '122736.095000', '122736.555000', '122737.015000', '122737.475000', '122737.935000', '122738.395000', '122738.855000', '122739.315000', '122739.775000', '122740.235000', '122740.695000', '122741.155000', '122741.615000', '122742.075000', '122742.535000', '122742.995000', '122743.455000', '122743.915000', '122744.375000', '122744.835000', '122745.295000', '122745.755000', '122746.215000', '122746.675000', '122747.135000', '122747.595000', '122748.055000', '122748.515000', '122748.975000', '122749.435000', '122749.895000', '122750.355000', '122750.815000', '122751.275000', '122751.735000', '122752.195000', '122752.655000', '122753.115000', '122753.575000', '122754.035000', '122754.495000', '122754.955000', '122755.415000', '122755.875000', '122756.335000', '122756.795000', '122757.255000', '122757.715000', '122758.175000', '122758.635000', '122759.095000', '122759.555000', '122800.015000', '122800.475000', '122800.935000', '122801.395000', '122801.855000', '122802.315000', '122802.775000', '122803.235000', '122803.695000', '122804.155000', '122804.615000', '122805.075000', '122805.535000', '122805.995000', '122806.455000', '122806.915000', '122807.375000', '122807.835000', '122808.295000', '122808.755000', '122809.215000', '122809.675000', '122810.135000', '122810.595000', '122811.055000', '122811.515000', '122811.975000', '122812.435000', '122812.895000', '122813.355000', '122813.815000', '122814.275000', '122814.735000', '122815.195000', '122815.655000', '122816.115000', '122816.575000', '122817.035000', '122817.495000', '122817.955000', '122818.415000', '122818.875000', '122819.335000', '122819.795000', '122820.255000', '122820.715000', '122821.175000', '122821.635000', '122822.095000', '122822.555000', '122823.015000', '122823.475000', '122823.935000', '122824.395000', '122824.855000', '122825.315000', '122825.775000', '122826.235000', '122826.695000', '122827.155000', '122827.615000', '122828.075000', '122828.535000', '122828.995000', '122829.455000', '122829.915000', '122830.375000', '122830.835000', '122831.295000', '122831.755000', '122832.215000', '122832.675000', '122833.135000', '122833.595000', '122834.055000', '122834.515000', '122834.975000', '122835.435000', '122835.895000', '122836.355000', '122836.815000', '122837.275000', '122837.735000', '122838.195000', '122838.655000', '122839.115000', '122839.575000', '122840.035000', '122840.495000', '122840.955000', '122841.415000', '122841.875000', '122842.335000', '122842.795000', '122843.255000', '122843.715000', '122844.175000', '122844.635000', '122845.095000', '122845.555000', '122846.015000', '122846.475000', '122846.935000', '122847.395000', '122847.855000', '122848.315000', '122848.775000', '122849.235000', '122849.695000', '122850.155000', '122850.615000', '122851.075000', '122851.535000', '122851.995000', '122852.455000', '122852.915000', '122853.375000', '122853.835000', '122854.295000', '122854.755000', '122855.215000', '122855.675000', '122856.135000', '122856.595000', '122857.055000', '122857.515000', '122857.975000', '122858.435000', '122858.895000', '122859.355000', '122859.815000', '122900.275000', '122900.735000', '122901.195000', '122901.655000', '122902.115000', '122902.575000', '122903.035000', '122903.495000', '122903.955000', '122904.415000', '122904.875000', '122905.335000', '122905.795000', '122906.255000', '122906.715000', '122907.175000', '122907.635000', '122908.095000', '122908.555000', '122909.015000', '122909.475000', '122909.935000', '122910.395000', '122910.855000', '122911.315000', '122911.775000', '122912.235000', '122912.695000', '122913.155000', '122913.615000', '122914.075000', '122914.535000', '122914.995000', '122915.455000', '122915.915000', '122916.375000', '122916.835000', '122917.295000', '122917.755000', '122918.215000', '122918.675000', '122919.135000', '122919.595000', '122920.055000', '122920.515000', '122920.975000', '122921.435000', '122921.895000', '122922.355000', '122922.815000', '122923.275000', '122923.735000', '122924.195000', '122924.655000', '122925.115000', '122925.575000', '122926.035000', '122926.495000', '122926.955000', '122927.415000', '122927.875000', '122928.335000', '122928.795000', '122929.255000', '122929.715000', '122930.175000', '122930.635000', '122931.095000', '122931.555000', '122932.015000', '122932.475000', '122932.935000', '122933.395000', '122933.855000', '122934.315000', '122934.775000', '122935.235000', '122935.695000', '122936.155000', '122936.615000', '122937.075000', '122937.535000', '122937.995000', '122938.455000', '122938.915000', '122939.375000', '122939.835000', '122940.295000', '122940.755000', '122941.215000', '122941.675000', '122942.135000', '122942.595000', '122943.055000', '122943.515000', '122943.975000', '122944.435000', '122944.895000', '122945.355000', '122945.815000', '122946.275000', '122946.735000', '122947.195000', '122947.655000', '122948.115000', '122948.575000', '122949.035000', '122949.495000', '122949.955000', '122950.415000', '122950.875000', '122951.335000', '122951.795000', '122952.255000', '122952.715000', '122953.175000', '122953.635000', '122954.095000', '122954.555000', '122955.015000', '122955.475000', '122955.935000', '122956.395000', '122956.855000', '122957.315000', '122957.775000', '122958.235000', '122958.695000', '122959.155000', '122959.615000', '123000.075000', '123000.535000', '123000.995000', '123001.455000', '123001.915000', '123002.375000', '123002.835000', '123003.295000', '123003.755000', '123004.215000', '123004.675000', '123005.135000', '123005.595000', '123006.055000', '123006.515000', '123006.975000', '123007.435000', '123007.895000', '123008.355000', '123008.815000', '123009.275000', '123009.735000', '123010.195000', '123010.655000', '123011.115000', '123011.575000', '123012.035000', '123012.495000', '123012.955000', '123013.415000', '123013.875000', '123014.335000', '123014.795000', '123015.255000', '123015.715000', '123016.175000', '123016.635000', '123017.095000', '123017.555000', '123018.015000', '123018.475000', '123018.935000', '123019.395000', '123019.855000', '123020.315000', '123020.775000', '123021.235000', '123021.695000', '123022.155000', '123022.615000', '123023.075000', '123023.535000', '123023.995000', '123024.455000', '123024.915000', '123025.375000', '123025.835000', '123026.295000', '123026.755000', '123027.215000', '123027.675000', '123028.135000', '123028.595000', '123029.055000', '123029.515000', '123029.975000', '123030.435000', '123030.895000', '123031.355000', '123031.815000', '123032.275000', '123032.735000', '123033.195000', '123033.655000', '123034.115000', '123034.575000', '123035.035000', '123035.495000', '123035.955000', '123036.415000', '123036.875000', '123037.335000', '123037.795000', '123038.255000', '123038.715000', '123039.175000', '123039.635000', '123040.095000', '123040.555000', '123041.015000', '123041.475000', '123041.935000', '123042.395000', '123042.855000', '123043.315000', '123043.775000', '123044.235000', '123044.695000', '123045.155000', '123045.615000', '123046.075000', '123046.535000', '123046.995000', '123047.455000', '123047.915000', '123048.375000', '123048.835000', '123049.295000', '123049.755000', '123050.215000', '123050.675000', '123051.135000', '123051.595000', '123052.055000', '123052.515000', '123052.975000', '123053.435000', '123053.895000', '123054.355000', '123054.815000', '123055.275000', '123055.735000', '123056.195000', '123056.655000', '123057.115000', '123057.575000', '123058.035000', '123058.495000', '123058.955000', '123059.415000', '123059.875000', '123100.335000', '123100.795000', '123101.255000', '123101.715000', '123102.175000', '123102.635000', '123103.095000', '123103.555000', '123104.015000', '123104.475000', '123104.935000', '123105.395000', '123105.855000', '123106.315000', '123106.775000', '123107.235000', '123107.695000', '123108.155000', '123108.615000', '123109.075000', '123109.535000', '123109.995000', '123110.455000', '123110.915000', '123111.375000', '123111.835000', '123112.295000', '123112.755000', '123113.215000', '123113.675000', '123114.135000', '123114.595000', '123115.055000', '123115.515000', '123115.975000', '123116.435000', '123116.895000', '123117.355000', '123117.815000', '123118.275000', '123118.735000', '123119.195000', '123119.655000', '123120.115000', '123120.575000', '123121.035000', '123121.495000', '123121.955000', '123122.415000', '123122.875000', '123123.335000'], 'ContentTime': ['122243.695000', '122243.698000', '122243.700000', '122243.703000', '122243.706000', '122243.718000', '122243.721000', '122243.723000', '122243.726000', '122243.729000', '122243.731000', '122243.734000', '122243.738000', '122243.740000', '122243.743000', '122243.752000', '122243.754000', '122243.757000', '122243.760000', '122243.762000', '122243.765000', '122243.768000', '122243.770000', '122243.773000', '122303.625000', '122303.628000', '122303.631000', '122303.644000', '122303.647000', '122303.649000', '122303.652000', '122303.655000', '122303.658000', '122303.661000', '122303.663000', '122303.666000', '122303.668000', '122303.671000', '122303.674000', '122303.676000', '122303.679000', '122303.682000', '122303.684000', '122303.687000', '122303.690000', '122303.692000', '122303.695000', '122303.697000', '122303.700000', '122303.703000', '122303.705000', '122303.708000', '122303.722000', '122303.724000', '122303.727000', '122303.730000', '122303.733000', '122303.736000', '122303.738000', '122303.741000', '122303.744000', '122303.746000', '122303.749000', '122303.751000', '122303.754000', '122303.757000', '122303.760000', '122303.763000', '122323.626000', '122323.629000', '122323.631000', '122323.634000', '122323.636000', '122323.639000', '122323.642000', '122323.644000', '122323.647000', '122323.649000', '122323.652000', '122323.655000', '122323.657000', '122323.660000', '122323.662000', '122323.665000', '122323.668000', '122323.670000', '122323.673000', '122323.675000', '122323.678000', '122323.681000', '122323.684000', '122323.687000', '122323.690000', '122323.693000', '122323.695000', '122323.698000', '122323.700000', '122323.703000', '122323.706000', '122323.708000', '122323.711000', '122323.714000', '122323.717000', '122323.719000', '122323.722000', '122323.725000', '122323.734000', '122323.736000', '122323.739000', '122323.741000', '122323.744000', '122343.627000', '122343.630000', '122343.632000', '122343.635000', '122343.637000', '122343.640000', '122343.643000', '122343.645000', '122343.648000', '122343.650000', '122343.653000', '122343.655000', '122343.658000', '122343.661000', '122343.663000', '122343.666000', '122343.668000', '122343.671000', '122343.674000', '122343.676000', '122343.679000', '122343.681000', '122343.684000', '122343.687000', '122343.689000', '122343.692000', '122343.694000', '122343.697000', '122343.700000', '122343.702000', '122343.705000', '122343.707000', '122343.710000', '122343.713000', '122343.715000', '122343.718000', '122343.720000', '122343.723000', '122343.726000', '122343.728000', '122343.731000', '122343.733000', '122343.736000', '122343.739000', '122403.625000', '122403.628000', '122403.631000', '122403.634000', '122403.636000', '122403.639000', '122403.641000', '122403.644000', '122403.647000', '122403.649000', '122403.652000', '122403.655000', '122403.657000', '122403.660000', '122403.663000', '122403.665000', '122403.668000', '122403.671000', '122403.673000', '122403.676000', '122403.679000', '122403.681000', '122403.684000', '122403.686000', '122403.689000', '122403.692000', '122403.694000', '122403.697000', '122403.699000', '122403.702000', '122403.705000', '122403.707000', '122403.710000', '122403.713000', '122403.715000', '122403.718000', '122403.720000', '122403.723000', '122403.726000', '122403.728000', '122403.731000', '122403.733000', '122403.736000', '122423.625000', '122423.628000', '122423.631000', '122423.633000', '122423.636000', '122423.639000', '122423.641000', '122423.644000', '122423.646000', '122423.649000', '122423.652000', '122423.654000', '122423.657000', '122423.659000', '122423.662000', '122423.665000', '122423.667000', '122423.670000', '122423.673000', '122423.675000', '122423.678000', '122423.680000', '122423.683000', '122423.686000', '122423.688000', '122423.691000', '122423.694000', '122423.696000', '122423.699000', '122423.701000', '122423.704000', '122423.707000', '122423.709000', '122423.712000', '122423.714000', '122423.717000', '122423.720000', '122423.722000', '122423.725000', '122423.727000', '122423.730000', '122423.733000', '122423.766000', '122423.769000', '122443.626000', '122443.628000', '122443.631000', '122443.634000', '122443.636000', '122443.639000', '122443.642000', '122443.644000', '122443.647000', '122443.650000', '122443.652000', '122443.655000', '122443.657000', '122443.660000', '122443.663000', '122443.665000', '122443.668000', '122443.671000', '122443.673000', '122443.676000', '122443.678000', '122443.681000', '122443.684000', '122443.686000', '122443.689000', '122443.692000', '122443.694000', '122443.697000', '122443.700000', '122443.702000', '122443.705000', '122443.707000', '122443.710000', '122443.713000', '122443.715000', '122443.718000', '122443.720000', '122443.723000', '122443.726000', '122443.728000', '122443.731000', '122443.733000', '122443.736000', '122503.625000', '122503.628000', '122503.631000', '122503.634000', '122503.636000', '122503.639000', '122503.641000', '122503.644000', '122503.647000', '122503.649000', '122503.652000', '122503.655000', '122503.657000', '122503.660000', '122503.662000', '122503.665000', '122503.668000', '122503.670000', '122503.673000', '122503.675000', '122503.678000', '122503.681000', '122503.683000', '122503.686000', '122503.688000', '122503.691000', '122503.694000', '122503.696000', '122503.699000', '122503.702000', '122503.704000', '122503.707000', '122503.709000', '122503.712000', '122503.715000', '122503.717000', '122503.720000', '122503.722000', '122503.725000', '122503.728000', '122503.730000', '122503.733000', '122503.736000', '122503.738000', '122523.625000', '122523.628000', '122523.631000', '122523.633000', '122523.636000', '122523.639000', '122523.641000', '122523.644000', '122523.647000', '122523.649000', '122523.652000', '122523.655000', '122523.657000', '122523.660000', '122523.662000', '122523.665000', '122523.668000', '122523.670000', '122523.673000', '122523.675000', '122523.678000', '122523.680000', '122523.683000', '122523.686000', '122523.688000', '122523.691000', '122523.693000', '122523.696000', '122523.699000', '122523.701000', '122523.704000', '122523.706000', '122523.709000', '122523.712000', '122523.715000', '122523.718000', '122523.721000', '122523.724000', '122523.726000', '122523.729000', '122523.732000', '122523.734000', '122523.737000', '122543.625000', '122543.628000', '122543.631000', '122543.634000', '122543.636000', '122543.639000', '122543.642000', '122543.644000', '122543.647000', '122543.650000', '122543.652000', '122543.655000', '122543.658000', '122543.660000', '122543.663000', '122543.665000', '122543.668000', '122543.671000', '122543.673000', '122543.676000', '122543.679000', '122543.681000', '122543.684000', '122543.686000', '122543.689000', '122543.692000', '122543.695000', '122543.697000', '122543.700000', '122543.702000', '122543.705000', '122543.708000', '122543.710000', '122543.713000', '122543.716000', '122543.718000', '122543.721000', '122543.723000', '122543.726000', '122543.729000', '122543.731000', '122543.734000', '122543.737000', '122543.739000', '122603.626000', '122603.629000', '122603.632000', '122603.635000', '122603.637000', '122603.640000', '122603.642000', '122603.645000', '122603.648000', '122603.650000', '122603.653000', '122603.656000', '122603.658000', '122603.661000', '122603.664000', '122603.666000', '122603.669000', '122603.671000', '122603.674000', '122603.677000', '122603.679000', '122603.682000', '122603.684000', '122603.687000', '122603.690000', '122603.692000', '122603.695000', '122603.698000', '122603.700000', '122603.703000', '122603.705000', '122603.708000', '122603.711000', '122603.713000', '122603.716000', '122603.719000', '122603.721000', '122603.736000', '122603.738000', '122603.741000', '122603.744000', '122603.746000', '122603.749000', '122623.626000', '122623.629000', '122623.631000', '122623.634000', '122623.636000', '122623.639000', '122623.642000', '122623.644000', '122623.647000', '122623.650000', '122623.652000', '122623.655000', '122623.657000', '122623.660000', '122623.663000', '122623.665000', '122623.668000', '122623.670000', '122623.673000', '122623.676000', '122623.678000', '122623.681000', '122623.684000', '122623.686000', '122623.689000', '122623.692000', '122623.694000', '122623.697000', '122623.699000', '122623.702000', '122623.705000', '122623.707000', '122623.710000', '122623.712000', '122623.715000', '122623.718000', '122623.720000', '122623.723000', '122623.725000', '122623.728000', '122623.731000', '122623.733000', '122623.736000', '122623.739000', '122643.626000', '122643.628000', '122643.631000', '122643.634000', '122643.636000', '122643.639000', '122643.642000', '122643.644000', '122643.647000', '122643.650000', '122643.652000', '122643.655000', '122643.658000', '122643.660000', '122643.663000', '122643.665000', '122643.668000', '122643.671000', '122643.673000', '122643.676000', '122643.679000', '122643.681000', '122643.684000', '122643.686000', '122643.689000', '122643.692000', '122643.694000', '122643.697000', '122643.700000', '122643.702000', '122643.705000', '122643.708000', '122643.710000', '122643.713000', '122643.715000', '122643.718000', '122643.721000', '122643.723000', '122643.726000', '122643.728000', '122643.731000', '122643.734000', '122643.736000', '122703.626000', '122703.628000', '122703.631000', '122703.634000', '122703.636000', '122703.639000', '122703.642000', '122703.644000', '122703.647000', '122703.650000', '122703.652000', '122703.655000', '122703.657000', '122703.660000', '122703.663000', '122703.665000', '122703.668000', '122703.670000', '122703.673000', '122703.676000', '122703.678000', '122703.681000', '122703.684000', '122703.686000', '122703.689000', '122703.692000', '122703.694000', '122703.697000', '122703.700000', '122703.702000', '122703.705000', '122703.707000', '122703.710000', '122703.713000', '122703.715000', '122703.718000', '122703.721000', '122703.723000', '122703.726000', '122703.728000', '122703.731000', '122703.733000', '122703.736000', '122703.739000', '122723.626000', '122723.628000', '122723.631000', '122723.634000', '122723.636000', '122723.639000', '122723.642000', '122723.644000', '122723.647000', '122723.650000', '122723.652000', '122723.655000', '122723.657000', '122723.660000', '122723.663000', '122723.665000', '122723.668000', '122723.670000', '122723.673000', '122723.676000', '122723.678000', '122723.681000', '122723.683000', '122723.686000', '122723.688000', '122723.691000', '122723.694000', '122723.696000', '122723.699000', '122723.702000', '122723.704000', '122723.707000', '122723.710000', '122723.712000', '122723.715000', '122723.718000', '122723.720000', '122723.723000', '122723.726000', '122723.728000', '122723.731000', '122723.733000', '122723.736000', '122743.625000', '122743.628000', '122743.631000', '122743.633000', '122743.636000', '122743.648000', '122743.651000', '122743.653000', '122743.656000', '122743.659000', '122743.661000', '122743.664000', '122743.667000', '122743.669000', '122743.672000', '122743.674000', '122743.677000', '122743.680000', '122743.682000', '122743.685000', '122743.688000', '122743.690000', '122743.693000', '122743.695000', '122743.698000', '122743.701000', '122743.703000', '122743.706000', '122743.709000', '122743.711000', '122743.714000', '122743.716000', '122743.719000', '122743.722000', '122743.724000', '122743.727000', '122743.730000', '122743.732000', '122743.735000', '122743.737000', '122743.740000', '122743.743000', '122743.748000', '122743.750000', '122803.626000', '122803.628000', '122803.631000', '122803.634000', '122803.636000', '122803.639000', '122803.641000', '122803.644000', '122803.647000', '122803.649000', '122803.652000', '122803.654000', '122803.657000', '122803.660000', '122803.662000', '122803.665000', '122803.668000', '122803.670000', '122803.673000', '122803.675000', '122803.678000', '122803.681000', '122803.683000', '122803.686000', '122803.688000', '122803.691000', '122803.694000', '122803.696000', '122803.699000', '122803.701000', '122803.704000', '122803.707000', '122803.709000', '122803.712000', '122803.715000', '122803.717000', '122803.720000', '122803.722000', '122803.725000', '122803.728000', '122803.730000', '122803.733000', '122803.735000', '122823.627000', '122823.630000', '122823.633000', '122823.636000', '122823.638000', '122823.641000', '122823.643000', '122823.646000', '122823.649000', '122823.651000', '122823.654000', '122823.657000', '122823.659000', '122823.662000', '122823.664000', '122823.667000', '122823.670000', '122823.672000', '122823.675000', '122823.677000', '122823.680000', '122823.683000', '122823.685000', '122823.688000', '122823.691000', '122823.693000', '122823.696000', '122823.698000', '122823.701000', '122823.704000', '122823.706000', '122823.709000', '122823.711000', '122823.714000', '122823.717000', '122823.719000', '122823.722000', '122823.724000', '122823.727000', '122823.730000', '122823.732000', '122823.735000', '122823.737000', '122823.740000', '122843.625000', '122843.628000', '122843.631000', '122843.634000', '122843.636000', '122843.639000', '122843.642000', '122843.644000', '122843.647000', '122843.650000', '122843.652000', '122843.655000', '122843.657000', '122843.660000', '122843.663000', '122843.665000', '122843.668000', '122843.671000', '122843.673000', '122843.676000', '122843.678000', '122843.681000', '122843.684000', '122843.686000', '122843.689000', '122843.691000', '122843.694000', '122843.697000', '122843.699000', '122843.702000', '122843.705000', '122843.707000', '122843.710000', '122843.713000', '122843.715000', '122843.718000', '122843.720000', '122843.723000', '122843.726000', '122843.728000', '122843.731000', '122843.733000', '122843.736000', '122903.625000', '122903.628000', '122903.631000', '122903.634000', '122903.636000', '122903.639000', '122903.641000', '122903.644000', '122903.647000', '122903.649000', '122903.652000', '122903.655000', '122903.657000', '122903.660000', '122903.663000', '122903.673000', '122903.676000', '122903.679000', '122903.681000', '122903.684000', '122903.686000', '122903.689000', '122903.692000', '122903.694000', '122903.697000', '122903.700000', '122903.702000', '122903.705000', '122903.707000', '122903.710000', '122903.713000', '122903.715000', '122903.718000', '122903.720000', '122903.723000', '122903.726000', '122903.728000', '122903.731000', '122903.733000', '122903.736000', '122903.739000', '122903.741000', '122903.744000', '122903.746000', '122923.626000', '122923.628000', '122923.631000', '122923.634000', '122923.636000', '122923.639000', '122923.642000', '122923.644000', '122923.647000', '122923.649000', '122923.652000', '122923.655000', '122923.657000', '122923.660000', '122923.663000', '122923.665000', '122923.668000', '122923.670000', '122923.673000', '122923.676000', '122923.678000', '122923.681000', '122923.684000', '122923.686000', '122923.689000', '122923.691000', '122923.694000', '122923.697000', '122923.699000', '122923.702000', '122923.704000', '122923.707000', '122923.710000', '122923.712000', '122923.715000', '122923.717000', '122923.720000', '122923.723000', '122923.725000', '122923.728000', '122923.731000', '122923.733000', '122923.736000', '122943.626000', '122943.628000', '122943.631000', '122943.634000', '122943.636000', '122943.639000', '122943.642000', '122943.644000', '122943.647000', '122943.650000', '122943.652000', '122943.655000', '122943.658000', '122943.660000', '122943.663000', '122943.666000', '122943.669000', '122943.672000', '122943.675000', '122943.677000', '122943.680000', '122943.683000', '122943.685000', '122943.688000', '122943.690000', '122943.693000', '122943.696000', '122943.698000', '122943.701000', '122943.704000', '122943.706000', '122943.709000', '122943.712000', '122943.714000', '122943.717000', '122943.719000', '122943.722000', '122943.725000', '122943.728000', '122943.730000', '122943.733000', '122943.736000', '122943.738000', '123003.626000', '123003.628000', '123003.631000', '123003.634000', '123003.636000', '123003.639000', '123003.642000', '123003.644000', '123003.647000', '123003.649000', '123003.652000', '123003.655000', '123003.657000', '123003.660000', '123003.663000', '123003.665000', '123003.668000', '123003.671000', '123003.673000', '123003.676000', '123003.678000', '123003.681000', '123003.684000', '123003.686000', '123003.689000', '123003.692000', '123003.694000', '123003.697000', '123003.699000', '123003.702000', '123003.705000', '123003.707000', '123003.710000', '123003.713000', '123003.715000', '123003.718000', '123003.720000', '123003.723000', '123003.726000', '123003.728000', '123003.731000', '123003.733000', '123003.736000', '123003.739000', '123023.626000', '123023.629000', '123023.631000', '123023.634000', '123023.637000', '123023.639000', '123023.642000', '123023.645000', '123023.647000', '123023.650000', '123023.653000', '123023.655000', '123023.658000', '123023.661000', '123023.663000', '123023.666000', '123023.668000', '123023.671000', '123023.673000', '123023.676000', '123023.679000', '123023.681000', '123023.684000', '123023.687000', '123023.689000', '123023.692000', '123023.711000', '123023.714000', '123023.716000', '123023.719000', '123023.721000', '123023.724000', '123023.727000', '123023.729000', '123023.732000', '123023.734000', '123023.737000', '123023.740000', '123023.742000', '123023.745000', '123023.748000', '123023.750000', '123023.753000', '123043.627000', '123043.630000', '123043.632000', '123043.635000', '123043.637000', '123043.640000', '123043.643000', '123043.645000', '123043.648000', '123043.651000', '123043.653000', '123043.656000', '123043.659000', '123043.661000', '123043.664000', '123043.667000', '123043.669000', '123043.672000', '123043.674000', '123043.677000', '123043.680000', '123043.682000', '123043.685000', '123043.687000', '123043.690000', '123043.693000', '123043.695000', '123043.698000', '123043.723000', '123043.726000', '123043.729000', '123043.731000', '123043.734000', '123043.737000', '123043.739000', '123043.742000', '123043.744000', '123043.747000', '123043.750000', '123043.752000', '123043.755000', '123043.758000', '123043.760000', '123043.763000', '123103.626000', '123103.629000', '123103.631000', '123103.634000', '123103.636000', '123103.639000', '123103.642000', '123103.646000', '123103.649000', '123103.651000', '123103.654000', '123103.657000', '123103.659000', '123103.662000', '123103.665000', '123103.667000', '123103.670000', '123103.673000', '123103.675000', '123103.678000', '123103.681000', '123103.683000', '123103.686000', '123103.688000', '123103.691000', '123103.694000', '123103.696000', '123103.699000', '123103.701000', '123103.704000', '123103.706000', '123103.710000', '123103.713000', '123103.716000', '123103.718000', '123103.721000', '123103.724000', '123103.726000', '123103.729000', '123103.732000', '123103.734000', '123103.737000', '123103.739000', '123123.626000', '123123.628000', '123123.631000', '123123.634000', '123123.636000', '123123.639000', '123123.641000', '123123.644000', '123123.647000', '123123.649000', '123123.652000', '123123.655000', '123123.657000', '123123.660000', '123123.663000', '123123.665000', '123123.668000', '123123.671000', '123123.673000', '123123.676000', '123123.678000', '123123.681000', '123123.684000', '123123.686000', '123123.689000', '123123.692000', '123123.694000', '123123.697000', '123123.700000', '123123.702000', '123123.705000', '123123.707000', '123123.710000', '123123.713000', '123123.715000', '123123.718000', '123123.720000', '123123.723000', '123123.726000', '123123.728000', '123123.731000', '123123.733000', '123123.736000', '123123.739000', '123124.831000', '123124.834000', '123124.837000'], 'InstanceCreationTime': ['122243.695000', '122243.698000', '122243.700000', '122243.703000', '122243.706000', '122243.718000', '122243.721000', '122243.723000', '122243.726000', '122243.729000', '122243.731000', '122243.734000', '122243.738000', '122243.740000', '122243.743000', '122243.752000', '122243.754000', '122243.757000', '122243.760000', '122243.762000', '122243.765000', '122243.768000', '122243.770000', '122243.773000', '122303.625000', '122303.628000', '122303.631000', '122303.644000', '122303.647000', '122303.649000', '122303.652000', '122303.655000', '122303.658000', '122303.661000', '122303.663000', '122303.666000', '122303.668000', '122303.671000', '122303.674000', '122303.676000', '122303.679000', '122303.682000', '122303.684000', '122303.687000', '122303.690000', '122303.692000', '122303.695000', '122303.697000', '122303.700000', '122303.703000', '122303.705000', '122303.708000', '122303.722000', '122303.724000', '122303.727000', '122303.730000', '122303.733000', '122303.736000', '122303.738000', '122303.741000', '122303.744000', '122303.746000', '122303.749000', '122303.751000', '122303.754000', '122303.757000', '122303.760000', '122303.763000', '122323.626000', '122323.629000', '122323.631000', '122323.634000', '122323.636000', '122323.639000', '122323.642000', '122323.644000', '122323.647000', '122323.649000', '122323.652000', '122323.655000', '122323.657000', '122323.660000', '122323.662000', '122323.665000', '122323.668000', '122323.670000', '122323.673000', '122323.675000', '122323.678000', '122323.681000', '122323.684000', '122323.687000', '122323.690000', '122323.693000', '122323.695000', '122323.698000', '122323.700000', '122323.703000', '122323.706000', '122323.708000', '122323.711000', '122323.714000', '122323.717000', '122323.719000', '122323.722000', '122323.725000', '122323.734000', '122323.736000', '122323.739000', '122323.741000', '122323.744000', '122343.627000', '122343.630000', '122343.632000', '122343.635000', '122343.637000', '122343.640000', '122343.643000', '122343.645000', '122343.648000', '122343.650000', '122343.653000', '122343.655000', '122343.658000', '122343.661000', '122343.663000', '122343.666000', '122343.668000', '122343.671000', '122343.674000', '122343.676000', '122343.679000', '122343.681000', '122343.684000', '122343.687000', '122343.689000', '122343.692000', '122343.694000', '122343.697000', '122343.700000', '122343.702000', '122343.705000', '122343.707000', '122343.710000', '122343.713000', '122343.715000', '122343.718000', '122343.720000', '122343.723000', '122343.726000', '122343.728000', '122343.731000', '122343.733000', '122343.736000', '122343.739000', '122403.625000', '122403.628000', '122403.631000', '122403.634000', '122403.636000', '122403.639000', '122403.641000', '122403.644000', '122403.647000', '122403.649000', '122403.652000', '122403.655000', '122403.657000', '122403.660000', '122403.663000', '122403.665000', '122403.668000', '122403.671000', '122403.673000', '122403.676000', '122403.679000', '122403.681000', '122403.684000', '122403.686000', '122403.689000', '122403.692000', '122403.694000', '122403.697000', '122403.699000', '122403.702000', '122403.705000', '122403.707000', '122403.710000', '122403.713000', '122403.715000', '122403.718000', '122403.720000', '122403.723000', '122403.726000', '122403.728000', '122403.731000', '122403.733000', '122403.736000', '122423.625000', '122423.628000', '122423.631000', '122423.633000', '122423.636000', '122423.639000', '122423.641000', '122423.644000', '122423.646000', '122423.649000', '122423.652000', '122423.654000', '122423.657000', '122423.659000', '122423.662000', '122423.665000', '122423.667000', '122423.670000', '122423.673000', '122423.675000', '122423.678000', '122423.680000', '122423.683000', '122423.686000', '122423.688000', '122423.691000', '122423.694000', '122423.696000', '122423.699000', '122423.701000', '122423.704000', '122423.707000', '122423.709000', '122423.712000', '122423.714000', '122423.717000', '122423.720000', '122423.722000', '122423.725000', '122423.727000', '122423.730000', '122423.733000', '122423.766000', '122423.769000', '122443.626000', '122443.628000', '122443.631000', '122443.634000', '122443.636000', '122443.639000', '122443.642000', '122443.644000', '122443.647000', '122443.650000', '122443.652000', '122443.655000', '122443.657000', '122443.660000', '122443.663000', '122443.665000', '122443.668000', '122443.671000', '122443.673000', '122443.676000', '122443.678000', '122443.681000', '122443.684000', '122443.686000', '122443.689000', '122443.692000', '122443.694000', '122443.697000', '122443.700000', '122443.702000', '122443.705000', '122443.707000', '122443.710000', '122443.713000', '122443.715000', '122443.718000', '122443.720000', '122443.723000', '122443.726000', '122443.728000', '122443.731000', '122443.733000', '122443.736000', '122503.625000', '122503.628000', '122503.631000', '122503.634000', '122503.636000', '122503.639000', '122503.641000', '122503.644000', '122503.647000', '122503.649000', '122503.652000', '122503.655000', '122503.657000', '122503.660000', '122503.662000', '122503.665000', '122503.668000', '122503.670000', '122503.673000', '122503.675000', '122503.678000', '122503.681000', '122503.683000', '122503.686000', '122503.688000', '122503.691000', '122503.694000', '122503.696000', '122503.699000', '122503.702000', '122503.704000', '122503.707000', '122503.709000', '122503.712000', '122503.715000', '122503.717000', '122503.720000', '122503.722000', '122503.725000', '122503.728000', '122503.730000', '122503.733000', '122503.736000', '122503.738000', '122523.625000', '122523.628000', '122523.631000', '122523.633000', '122523.636000', '122523.639000', '122523.641000', '122523.644000', '122523.647000', '122523.649000', '122523.652000', '122523.655000', '122523.657000', '122523.660000', '122523.662000', '122523.665000', '122523.668000', '122523.670000', '122523.673000', '122523.675000', '122523.678000', '122523.680000', '122523.683000', '122523.686000', '122523.688000', '122523.691000', '122523.693000', '122523.696000', '122523.699000', '122523.701000', '122523.704000', '122523.706000', '122523.709000', '122523.712000', '122523.715000', '122523.718000', '122523.721000', '122523.724000', '122523.726000', '122523.729000', '122523.732000', '122523.734000', '122523.737000', '122543.625000', '122543.628000', '122543.631000', '122543.634000', '122543.636000', '122543.639000', '122543.642000', '122543.644000', '122543.647000', '122543.650000', '122543.652000', '122543.655000', '122543.658000', '122543.660000', '122543.663000', '122543.665000', '122543.668000', '122543.671000', '122543.673000', '122543.676000', '122543.679000', '122543.681000', '122543.684000', '122543.686000', '122543.689000', '122543.692000', '122543.695000', '122543.697000', '122543.700000', '122543.702000', '122543.705000', '122543.708000', '122543.710000', '122543.713000', '122543.716000', '122543.718000', '122543.721000', '122543.723000', '122543.726000', '122543.729000', '122543.731000', '122543.734000', '122543.737000', '122543.739000', '122603.626000', '122603.629000', '122603.632000', '122603.635000', '122603.637000', '122603.640000', '122603.642000', '122603.645000', '122603.648000', '122603.650000', '122603.653000', '122603.656000', '122603.658000', '122603.661000', '122603.664000', '122603.666000', '122603.669000', '122603.671000', '122603.674000', '122603.677000', '122603.679000', '122603.682000', '122603.684000', '122603.687000', '122603.690000', '122603.692000', '122603.695000', '122603.698000', '122603.700000', '122603.703000', '122603.705000', '122603.708000', '122603.711000', '122603.713000', '122603.716000', '122603.719000', '122603.721000', '122603.736000', '122603.738000', '122603.741000', '122603.744000', '122603.746000', '122603.749000', '122623.626000', '122623.629000', '122623.631000', '122623.634000', '122623.636000', '122623.639000', '122623.642000', '122623.644000', '122623.647000', '122623.650000', '122623.652000', '122623.655000', '122623.657000', '122623.660000', '122623.663000', '122623.665000', '122623.668000', '122623.670000', '122623.673000', '122623.676000', '122623.678000', '122623.681000', '122623.684000', '122623.686000', '122623.689000', '122623.692000', '122623.694000', '122623.697000', '122623.699000', '122623.702000', '122623.705000', '122623.707000', '122623.710000', '122623.712000', '122623.715000', '122623.718000', '122623.720000', '122623.723000', '122623.725000', '122623.728000', '122623.731000', '122623.733000', '122623.736000', '122623.739000', '122643.626000', '122643.628000', '122643.631000', '122643.634000', '122643.636000', '122643.639000', '122643.642000', '122643.644000', '122643.647000', '122643.650000', '122643.652000', '122643.655000', '122643.658000', '122643.660000', '122643.663000', '122643.665000', '122643.668000', '122643.671000', '122643.673000', '122643.676000', '122643.679000', '122643.681000', '122643.684000', '122643.686000', '122643.689000', '122643.692000', '122643.694000', '122643.697000', '122643.700000', '122643.702000', '122643.705000', '122643.708000', '122643.710000', '122643.713000', '122643.715000', '122643.718000', '122643.721000', '122643.723000', '122643.726000', '122643.728000', '122643.731000', '122643.734000', '122643.736000', '122703.626000', '122703.628000', '122703.631000', '122703.634000', '122703.636000', '122703.639000', '122703.642000', '122703.644000', '122703.647000', '122703.650000', '122703.652000', '122703.655000', '122703.657000', '122703.660000', '122703.663000', '122703.665000', '122703.668000', '122703.670000', '122703.673000', '122703.676000', '122703.678000', '122703.681000', '122703.684000', '122703.686000', '122703.689000', '122703.692000', '122703.694000', '122703.697000', '122703.700000', '122703.702000', '122703.705000', '122703.707000', '122703.710000', '122703.713000', '122703.715000', '122703.718000', '122703.721000', '122703.723000', '122703.726000', '122703.728000', '122703.731000', '122703.733000', '122703.736000', '122703.739000', '122723.626000', '122723.628000', '122723.631000', '122723.634000', '122723.636000', '122723.639000', '122723.642000', '122723.644000', '122723.647000', '122723.650000', '122723.652000', '122723.655000', '122723.657000', '122723.660000', '122723.663000', '122723.665000', '122723.668000', '122723.670000', '122723.673000', '122723.676000', '122723.678000', '122723.681000', '122723.683000', '122723.686000', '122723.688000', '122723.691000', '122723.694000', '122723.696000', '122723.699000', '122723.702000', '122723.704000', '122723.707000', '122723.710000', '122723.712000', '122723.715000', '122723.718000', '122723.720000', '122723.723000', '122723.726000', '122723.728000', '122723.731000', '122723.733000', '122723.736000', '122743.625000', '122743.628000', '122743.631000', '122743.633000', '122743.636000', '122743.648000', '122743.651000', '122743.653000', '122743.656000', '122743.659000', '122743.661000', '122743.664000', '122743.667000', '122743.669000', '122743.672000', '122743.674000', '122743.677000', '122743.680000', '122743.682000', '122743.685000', '122743.688000', '122743.690000', '122743.693000', '122743.695000', '122743.698000', '122743.701000', '122743.703000', '122743.706000', '122743.709000', '122743.711000', '122743.714000', '122743.716000', '122743.719000', '122743.722000', '122743.724000', '122743.727000', '122743.730000', '122743.732000', '122743.735000', '122743.737000', '122743.740000', '122743.743000', '122743.748000', '122743.750000', '122803.626000', '122803.628000', '122803.631000', '122803.634000', '122803.636000', '122803.639000', '122803.641000', '122803.644000', '122803.647000', '122803.649000', '122803.652000', '122803.654000', '122803.657000', '122803.660000', '122803.662000', '122803.665000', '122803.668000', '122803.670000', '122803.673000', '122803.675000', '122803.678000', '122803.681000', '122803.683000', '122803.686000', '122803.688000', '122803.691000', '122803.694000', '122803.696000', '122803.699000', '122803.701000', '122803.704000', '122803.707000', '122803.709000', '122803.712000', '122803.715000', '122803.717000', '122803.720000', '122803.722000', '122803.725000', '122803.728000', '122803.730000', '122803.733000', '122803.735000', '122823.627000', '122823.630000', '122823.633000', '122823.636000', '122823.638000', '122823.641000', '122823.643000', '122823.646000', '122823.649000', '122823.651000', '122823.654000', '122823.657000', '122823.659000', '122823.662000', '122823.664000', '122823.667000', '122823.670000', '122823.672000', '122823.675000', '122823.677000', '122823.680000', '122823.683000', '122823.685000', '122823.688000', '122823.691000', '122823.693000', '122823.696000', '122823.698000', '122823.701000', '122823.704000', '122823.706000', '122823.709000', '122823.711000', '122823.714000', '122823.717000', '122823.719000', '122823.722000', '122823.724000', '122823.727000', '122823.730000', '122823.732000', '122823.735000', '122823.737000', '122823.740000', '122843.625000', '122843.628000', '122843.631000', '122843.634000', '122843.636000', '122843.639000', '122843.642000', '122843.644000', '122843.647000', '122843.650000', '122843.652000', '122843.655000', '122843.657000', '122843.660000', '122843.663000', '122843.665000', '122843.668000', '122843.671000', '122843.673000', '122843.676000', '122843.678000', '122843.681000', '122843.684000', '122843.686000', '122843.689000', '122843.691000', '122843.694000', '122843.697000', '122843.699000', '122843.702000', '122843.705000', '122843.707000', '122843.710000', '122843.713000', '122843.715000', '122843.718000', '122843.720000', '122843.723000', '122843.726000', '122843.728000', '122843.731000', '122843.733000', '122843.736000', '122903.625000', '122903.628000', '122903.631000', '122903.634000', '122903.636000', '122903.639000', '122903.641000', '122903.644000', '122903.647000', '122903.649000', '122903.652000', '122903.655000', '122903.657000', '122903.660000', '122903.663000', '122903.673000', '122903.676000', '122903.679000', '122903.681000', '122903.684000', '122903.686000', '122903.689000', '122903.692000', '122903.694000', '122903.697000', '122903.700000', '122903.702000', '122903.705000', '122903.707000', '122903.710000', '122903.713000', '122903.715000', '122903.718000', '122903.720000', '122903.723000', '122903.726000', '122903.728000', '122903.731000', '122903.733000', '122903.736000', '122903.739000', '122903.741000', '122903.744000', '122903.746000', '122923.626000', '122923.628000', '122923.631000', '122923.634000', '122923.636000', '122923.639000', '122923.642000', '122923.644000', '122923.647000', '122923.649000', '122923.652000', '122923.655000', '122923.657000', '122923.660000', '122923.663000', '122923.665000', '122923.668000', '122923.670000', '122923.673000', '122923.676000', '122923.678000', '122923.681000', '122923.684000', '122923.686000', '122923.689000', '122923.691000', '122923.694000', '122923.697000', '122923.699000', '122923.702000', '122923.704000', '122923.707000', '122923.710000', '122923.712000', '122923.715000', '122923.717000', '122923.720000', '122923.723000', '122923.725000', '122923.728000', '122923.731000', '122923.733000', '122923.736000', '122943.626000', '122943.628000', '122943.631000', '122943.634000', '122943.636000', '122943.639000', '122943.642000', '122943.644000', '122943.647000', '122943.650000', '122943.652000', '122943.655000', '122943.658000', '122943.660000', '122943.663000', '122943.666000', '122943.669000', '122943.672000', '122943.675000', '122943.677000', '122943.680000', '122943.683000', '122943.685000', '122943.688000', '122943.690000', '122943.693000', '122943.696000', '122943.698000', '122943.701000', '122943.704000', '122943.706000', '122943.709000', '122943.712000', '122943.714000', '122943.717000', '122943.719000', '122943.722000', '122943.725000', '122943.728000', '122943.730000', '122943.733000', '122943.736000', '122943.738000', '123003.626000', '123003.628000', '123003.631000', '123003.634000', '123003.636000', '123003.639000', '123003.642000', '123003.644000', '123003.647000', '123003.649000', '123003.652000', '123003.655000', '123003.657000', '123003.660000', '123003.663000', '123003.665000', '123003.668000', '123003.671000', '123003.673000', '123003.676000', '123003.678000', '123003.681000', '123003.684000', '123003.686000', '123003.689000', '123003.692000', '123003.694000', '123003.697000', '123003.699000', '123003.702000', '123003.705000', '123003.707000', '123003.710000', '123003.713000', '123003.715000', '123003.718000', '123003.720000', '123003.723000', '123003.726000', '123003.728000', '123003.731000', '123003.733000', '123003.736000', '123003.739000', '123023.626000', '123023.629000', '123023.631000', '123023.634000', '123023.637000', '123023.639000', '123023.642000', '123023.645000', '123023.647000', '123023.650000', '123023.653000', '123023.655000', '123023.658000', '123023.661000', '123023.663000', '123023.666000', '123023.668000', '123023.671000', '123023.673000', '123023.676000', '123023.679000', '123023.681000', '123023.684000', '123023.687000', '123023.689000', '123023.692000', '123023.711000', '123023.714000', '123023.716000', '123023.719000', '123023.721000', '123023.724000', '123023.727000', '123023.729000', '123023.732000', '123023.734000', '123023.737000', '123023.740000', '123023.742000', '123023.745000', '123023.748000', '123023.750000', '123023.753000', '123043.627000', '123043.630000', '123043.632000', '123043.635000', '123043.637000', '123043.640000', '123043.643000', '123043.645000', '123043.648000', '123043.651000', '123043.653000', '123043.656000', '123043.659000', '123043.661000', '123043.664000', '123043.667000', '123043.669000', '123043.672000', '123043.674000', '123043.677000', '123043.680000', '123043.682000', '123043.685000', '123043.687000', '123043.690000', '123043.693000', '123043.695000', '123043.698000', '123043.723000', '123043.726000', '123043.729000', '123043.731000', '123043.734000', '123043.737000', '123043.739000', '123043.742000', '123043.744000', '123043.747000', '123043.750000', '123043.752000', '123043.755000', '123043.758000', '123043.760000', '123043.763000', '123103.626000', '123103.629000', '123103.631000', '123103.634000', '123103.636000', '123103.639000', '123103.642000', '123103.646000', '123103.649000', '123103.651000', '123103.654000', '123103.657000', '123103.659000', '123103.662000', '123103.665000', '123103.667000', '123103.670000', '123103.673000', '123103.675000', '123103.678000', '123103.681000', '123103.683000', '123103.686000', '123103.688000', '123103.691000', '123103.694000', '123103.696000', '123103.699000', '123103.701000', '123103.704000', '123103.706000', '123103.710000', '123103.713000', '123103.716000', '123103.718000', '123103.721000', '123103.724000', '123103.726000', '123103.729000', '123103.732000', '123103.734000', '123103.737000', '123103.739000', '123123.626000', '123123.628000', '123123.631000', '123123.634000', '123123.636000', '123123.639000', '123123.641000', '123123.644000', '123123.647000', '123123.649000', '123123.652000', '123123.655000', '123123.657000', '123123.660000', '123123.663000', '123123.665000', '123123.668000', '123123.671000', '123123.673000', '123123.676000', '123123.678000', '123123.681000', '123123.684000', '123123.686000', '123123.689000', '123123.692000', '123123.694000', '123123.697000', '123123.700000', '123123.702000', '123123.705000', '123123.707000', '123123.710000', '123123.713000', '123123.715000', '123123.718000', '123123.720000', '123123.723000', '123123.726000', '123123.728000', '123123.731000', '123123.733000', '123123.736000', '123123.739000', '123124.831000', '123124.834000', '123124.837000'], '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, 1158], 'LargestImagePixelValue': [7684, 6995, 8504, 8146, 6921, 8120, 7200, 7276, 7539, 7059, 6960, 7357, 6841, 8399, 7090, 6735, 7425, 6868, 7978, 6852, 6457, 6789, 6851, 8939, 7166, 6900, 7059, 6969, 8272, 6936, 6944, 8554, 7021, 11968, 6894, 6506, 7314, 6873, 8436, 7384, 11040, 6830, 6785, 7763, 7044, 7756, 7333, 6896, 8170, 7228, 8959, 6898, 9091, 7384, 8538, 8417, 6836, 8201, 7140, 8885, 7001, 8526, 7617, 7066, 8373, 7075, 8726, 7025, 6693, 7167, 6945, 8699, 7228, 11082, 7089, 7965, 7177, 6620, 7779, 7010, 9288, 7225, 11333, 7025, 8579, 6858, 7938, 7143, 6915, 8189, 6961, 8529, 7048, 8281, 6703, 6592, 7722, 6922, 10251, 7013, 7845, 7406, 6685, 7917, 7294, 11525, 9097, 8178, 7203, 6630, 7886, 6914, 8823, 7202, 11613, 9682, 6781, 7891, 6977, 8699, 6961, 7001, 8155, 7313, 13114, 7102, 6497, 7037, 6500, 8335, 7333, 13431, 9211, 9258, 7134, 6628, 7784, 6687, 8571, 6858, 10842, 7285, 12381, 6870, 6655, 6685, 6829, 8532, 7264, 10443, 8599, 6848, 7361, 6911, 8540, 7202, 9892, 7365, 8917, 7518, 6812, 7528, 6652, 8258, 6910, 9422, 7510, 7704, 6796, 6902, 7488, 6711, 8384, 6944, 12136, 7445, 7946, 6900, 6674, 7961, 7075, 8638, 7097, 10529, 7124, 9020, 6944, 8843, 7083, 8959, 7513, 8106, 8019, 6745, 7522, 6873, 8445, 7027, 8790, 7146, 9488, 7310, 6842, 7721, 7321, 8791, 7043, 8367, 7731, 6937, 7991, 6834, 8649, 6709, 8359, 7524, 10499, 7214, 9565, 7201, 7158, 7048, 7068, 7621, 6739, 8965, 6954, 9567, 7042, 8582, 7093, 8617, 7447, 8437, 8803, 7058, 8004, 6766, 8325, 7148, 8949, 7240, 9527, 7451, 7388, 7081, 6841, 7320, 6831, 8397, 7234, 11406, 7675, 8248, 6814, 6619, 7729, 7139, 8992, 7638, 11265, 7995, 6676, 7331, 7028, 8567, 7447, 9890, 7790, 7621, 7198, 6657, 8149, 6794, 8411, 7129, 11279, 8708, 12481, 6851, 7443, 6777, 6677, 7788, 7156, 9638, 7315, 10622, 6804, 6527, 7204, 6879, 8623, 7003, 11245, 6881, 8497, 6922, 6816, 7544, 6894, 9120, 7639, 9650, 6903, 6598, 7123, 6826, 8485, 7265, 10826, 8377, 9376, 6838, 6567, 7155, 6738, 8265, 7043, 10388, 7162, 8892, 6720, 6852, 7117, 6671, 8032, 7199, 11177, 7506, 11245, 6763, 6685, 7167, 6877, 8323, 7261, 12515, 7350, 6957, 7275, 7010, 7933, 7366, 8730, 7558, 6682, 7314, 7402, 8362, 7387, 10855, 7771, 10606, 8646, 6970, 7761, 7302, 8591, 7277, 8526, 7471, 6968, 8274, 7107, 9002, 7200, 10248, 8176, 8691, 7711, 6854, 8278, 7039, 9013, 7038, 7627, 7879, 6829, 8377, 6950, 8443, 7239, 10241, 7439, 9665, 8089, 7147, 8124, 6680, 6564, 6774, 7109, 8406, 7595, 10852, 7208, 7530, 6518, 7055, 8010, 7400, 11670, 7557, 8140, 6516, 6926, 7837, 6988, 9483, 7321, 6508, 6773, 6957, 8273, 7043, 9082, 6796, 11261, 11786, 7764, 6862, 8430, 7367, 12835, 10230, 7150, 12196, 7453, 8343, 7935, 7363, 14841, 10402, 9497, 7481, 6918, 9437, 7823, 10245, 7945, 6793, 8895, 7699, 6610, 8124, 7209, 9588, 8472, 7201, 8320, 6956, 7888, 7587, 7064, 11986, 7411, 6578, 7272, 6812, 9223, 7540, 8425, 7970, 6599, 8453, 7209, 6761, 8428, 7245, 12870, 9978, 9734, 7509, 6787, 8936, 7737, 6877, 8453, 7221, 8806, 6744, 6714, 7859, 7142, 8450, 7583, 6508, 8639, 7435, 7062, 7215, 6729, 9743, 7413, 6525, 7143, 6467, 8788, 6918, 8702, 8261, 7202, 8820, 6954, 8201, 6915, 7024, 9440, 7837, 7679, 7471, 6746, 8983, 7446, 8194, 8748, 6934, 13633, 7629, 6507, 8005, 6963, 8447, 8052, 6672, 13466, 6978, 12468, 7474, 9390, 7966, 6749, 11160, 7607, 6536, 7918, 6851, 8203, 7551, 7279, 9398, 6854, 8644, 7657, 6629, 7648, 7350, 9945, 7621, 10548, 6950, 7502, 8442, 6891, 9200, 7953, 6740, 7684, 6699, 8634, 6930, 8840, 7625, 6806, 8089, 6608, 8906, 6630, 9045, 7161, 8594, 7958, 6747, 8437, 6540, 8970, 6853, 9655, 7631, 8498, 7836, 7054, 8507, 6476, 8975, 7398, 6810, 8546, 6374, 9350, 6876, 7898, 7614, 6824, 9990, 7086, 7942, 7185, 7038, 9144, 7676, 10063, 8415, 6639, 8333, 6791, 9584, 7489, 11961, 7845, 6669, 8305, 6503, 9297, 7438, 7649, 8376, 6467, 9643, 7154, 9199, 7518, 9252, 7797, 8248, 8206, 6860, 9006, 6383, 9349, 6901, 8681, 8104, 6506, 9052, 6504, 9102, 7568, 8434, 8295, 6593, 9104, 6906, 9178, 7393, 7494, 8089, 6668, 9992, 7257, 7892, 7561, 6585, 8849, 6574, 12288, 9014, 6480, 8501, 6519, 9731, 7320, 9528, 9249, 6576, 8544, 6282, 9449, 7258, 8457, 7881, 7300, 9928, 7211, 7731, 7312, 6555, 8862, 6709, 10229, 7755, 9741, 7830, 6435, 8485, 6931, 9588, 7689, 10782, 9775, 6662, 12224, 7371, 6813, 7639, 7391, 10516, 6821, 8463, 7442, 12517, 15946, 13578, 14613, 7980, 12813, 7793, 9786, 7817, 9864, 8453, 10077, 8245, 10367, 8624, 9526, 8889, 8842, 8601, 8200, 8831, 8502, 9555, 8818, 10687, 8550, 11281, 8294, 11210, 8338, 9066, 8613, 6838, 6590, 6917, 6690, 7241, 7064, 7566, 6781, 7955, 8255, 12434, 8700, 10700, 8001, 7780, 7767, 7764, 6855, 8396, 7656, 13264, 16139, 12998, 14093, 15077, 15964, 10465, 9352, 10718, 8437, 14372, 8612, 7317, 8089, 7316, 9484, 7650, 9137, 7354, 7385, 8315, 7200, 7115, 7706, 6781, 8167, 7446, 6746, 7500, 6551, 8901, 7080, 8585, 6786, 8823, 6929, 10494, 6813, 7557, 6843, 6922, 8991, 6828, 6660, 7988, 6719, 8411, 6765, 7423, 7071, 6508, 8376, 6741, 6861, 7501, 7014, 8913, 6983, 9580, 7200, 13309, 9580, 9806, 6664, 8011, 6465, 8181, 6735, 8871, 6956, 8317, 7220, 6464, 8220, 6578, 8665, 6591, 8903, 7015, 10016, 6784, 9062, 6950, 9120, 6747, 9419, 7384, 9825, 7060, 9584, 6714, 8996, 6928, 9556, 7351, 8694, 8187, 6678, 8658, 6734, 9084, 6774, 9246, 6875, 11093, 7127, 10813, 7097, 11285, 7117, 10082, 7271, 9830, 7994, 8637, 6950, 6572, 6573, 6557, 9272, 8783, 6780, 8199, 6719, 8076, 7201, 6712, 8730, 6786, 10336, 7051, 8894, 7925, 10232, 9112, 10951, 11434, 7391, 14144, 7127, 7979, 7004, 7273, 8490, 7128, 11209, 7788, 6820, 8225, 6714, 8711, 6981, 6724, 8159, 7039, 10249, 7045, 9317, 6940, 7116, 8497, 7206, 11256, 8287, 7136, 8390, 6780, 6584, 7314, 7214, 8998, 7209, 10173, 8699, 7045, 7992, 7249, 7179, 8912, 7185, 10848, 8224, 7209, 13363, 6991, 6964, 7230, 7132, 8980, 7182, 8929, 7829, 7118, 8489, 6753, 6793, 7529, 6897, 8438, 6944, 11288, 6912, 8897, 6995, 7083, 7706, 7045, 9090, 6854, 8782, 6899, 6870, 7388, 7256, 9346, 6971, 8379, 6997, 7085, 8556, 7084, 9575, 7370, 8534, 7893, 7113, 8371, 6806, 9628, 7255, 11655, 7403, 6876, 7330, 6854, 8581, 7120, 10328, 7415, 10631, 6809, 6794, 7645, 7130, 9303, 7278, 10872, 7018, 7028, 7734, 6851, 8883, 7140, 11083, 7065, 7522, 7526, 6935, 8900, 7123, 11834, 7623, 9907, 7245, 6763, 8161, 7035, 9635, 7645, 11768, 7091, 7018, 8006, 6991, 9200, 7337, 10596, 7543, 7026, 7985, 6844, 8853, 7017, 9928, 7427, 6783, 7492, 7172, 7972, 6969, 9242, 7231, 10778, 7579, 6611, 7445, 6769, 8582, 7042, 9466, 7096, 11318, 7338, 7793, 7206, 6468, 8094, 7173, 8744, 7279, 10294, 6920, 9286, 6818, 7139, 7250, 8154, 8578, 7251, 8873, 7012, 9178, 6800, 9356, 6973, 9042, 7882, 6932, 8632, 6780, 8761, 6885, 6723, 7783, 7350, 9668, 7310, 10124, 7172, 6599, 8012, 7043, 9414, 7365, 11981, 7337, 6980, 7206, 6858, 8573, 7169, 10803, 8658, 7199, 8306, 6764, 8666, 7008, 6811, 7805, 7237, 9379, 7289, 9240, 7048, 6874, 8115, 7384, 9572, 7826, 8117, 7632, 6874, 8269, 7049, 9182, 7440, 10136, 7703, 6928, 8115, 6967, 6549, 7224, 7241, 9151, 7314, 6724, 7574, 7215, 8587, 6975, 8769, 7496, 7133, 9229, 6957, 9100, 6951, 7253, 8355, 7194, 10973, 8285, 6946], 'WindowCenter': [4278.0, 4265.0, 4273.0, 4263.0, 4252.0, 4272.0, 4262.0, 4263.0, 4272.0, 4265.0, 4264.0, 4264.0, 4256.0, 4275.0, 4266.0, 4256.0, 4266.0, 4267.0, 4285.0, 4267.0, 4256.0, 4265.0, 4268.0, 4298.0, 4268.0, 4280.0, 4280.0, 4280.0, 4288.0, 4279.0, 4267.0, 4298.0, 4279.0, 4330.0, 4270.0, 4257.0, 4279.0, 4269.0, 4290.0, 4281.0, 4333.0, 4270.0, 4270.0, 4289.0, 4281.0, 4290.0, 4281.0, 4282.0, 4301.0, 4293.0, 4311.0, 4282.0, 4300.0, 4291.0, 4300.0, 4300.0, 4271.0, 4301.0, 4280.0, 4299.0, 4279.0, 4298.0, 4291.0, 4269.0, 4291.0, 4281.0, 4300.0, 4280.0, 4269.0, 4270.0, 4269.0, 4300.0, 4280.0, 4329.0, 4279.0, 4290.0, 4269.0, 4267.0, 4279.0, 4269.0, 4301.0, 4280.0, 4330.0, 4279.0, 4300.0, 4269.0, 4278.0, 4267.0, 4270.0, 4290.0, 4278.0, 4298.0, 4281.0, 4289.0, 4271.0, 4268.0, 4291.0, 4280.0, 4322.0, 4283.0, 4302.0, 4280.0, 4270.0, 4290.0, 4280.0, 4331.0, 4301.0, 4302.0, 4280.0, 4272.0, 4290.0, 4280.0, 4299.0, 4281.0, 4332.0, 4310.0, 4271.0, 4289.0, 4281.0, 4299.0, 4269.0, 4281.0, 4291.0, 4280.0, 4341.0, 4280.0, 4270.0, 4269.0, 4259.0, 4299.0, 4280.0, 4341.0, 4311.0, 4311.0, 4270.0, 4269.0, 4278.0, 4269.0, 4298.0, 4269.0, 4320.0, 4279.0, 4339.0, 4270.0, 4269.0, 4269.0, 4268.0, 4297.0, 4280.0, 4319.0, 4299.0, 4268.0, 4280.0, 4280.0, 4297.0, 4279.0, 4308.0, 4280.0, 4299.0, 4278.0, 4269.0, 4277.0, 4270.0, 4288.0, 4268.0, 4300.0, 4279.0, 4291.0, 4269.0, 4280.0, 4279.0, 4267.0, 4299.0, 4281.0, 4330.0, 4280.0, 4290.0, 4269.0, 4269.0, 4289.0, 4269.0, 4301.0, 4268.0, 4321.0, 4280.0, 4299.0, 4280.0, 4296.0, 4270.0, 4298.0, 4279.0, 4289.0, 4289.0, 4271.0, 4290.0, 4271.0, 4289.0, 4269.0, 4298.0, 4281.0, 4313.0, 4279.0, 4270.0, 4289.0, 4281.0, 4299.0, 4281.0, 4301.0, 4291.0, 4282.0, 4292.0, 4271.0, 4299.0, 4269.0, 4290.0, 4277.0, 4320.0, 4278.0, 4309.0, 4279.0, 4281.0, 4270.0, 4269.0, 4290.0, 4270.0, 4299.0, 4280.0, 4310.0, 4281.0, 4299.0, 4269.0, 4287.0, 4281.0, 4290.0, 4299.0, 4269.0, 4288.0, 4268.0, 4286.0, 4267.0, 4296.0, 4279.0, 4299.0, 4278.0, 4279.0, 4269.0, 4270.0, 4266.0, 4258.0, 4289.0, 4279.0, 4329.0, 4280.0, 4288.0, 4268.0, 4269.0, 4278.0, 4269.0, 4299.0, 4279.0, 4319.0, 4302.0, 4257.0, 4266.0, 4268.0, 4286.0, 4280.0, 4309.0, 4278.0, 4289.0, 4268.0, 4270.0, 4289.0, 4270.0, 4288.0, 4268.0, 4320.0, 4287.0, 4341.0, 4268.0, 4277.0, 4256.0, 4257.0, 4278.0, 4267.0, 4298.0, 4279.0, 4320.0, 4258.0, 4258.0, 4267.0, 4257.0, 4287.0, 4268.0, 4318.0, 4268.0, 4300.0, 4269.0, 4257.0, 4279.0, 4267.0, 4300.0, 4278.0, 4310.0, 4270.0, 4270.0, 4269.0, 4268.0, 4299.0, 4279.0, 4319.0, 4289.0, 4309.0, 4268.0, 4268.0, 4268.0, 4269.0, 4287.0, 4270.0, 4308.0, 4270.0, 4301.0, 4271.0, 4269.0, 4270.0, 4268.0, 4289.0, 4269.0, 4321.0, 4279.0, 4319.0, 4268.0, 4269.0, 4269.0, 4269.0, 4289.0, 4280.0, 4330.0, 4279.0, 4281.0, 4279.0, 4268.0, 4289.0, 4281.0, 4298.0, 4291.0, 4270.0, 4281.0, 4292.0, 4300.0, 4278.0, 4321.0, 4289.0, 4320.0, 4300.0, 4279.0, 4291.0, 4280.0, 4300.0, 4280.0, 4300.0, 4280.0, 4280.0, 4289.0, 4281.0, 4298.0, 4280.0, 4310.0, 4289.0, 4289.0, 4278.0, 4269.0, 4288.0, 4268.0, 4285.0, 4268.0, 4278.0, 4278.0, 4268.0, 4289.0, 4269.0, 4286.0, 4266.0, 4305.0, 4268.0, 4297.0, 4276.0, 4267.0, 4277.0, 4256.0, 4267.0, 4255.0, 4268.0, 4288.0, 4278.0, 4319.0, 4279.0, 4288.0, 4257.0, 4267.0, 4288.0, 4279.0, 4318.0, 4277.0, 4290.0, 4258.0, 4266.0, 4277.0, 4279.0, 4309.0, 4279.0, 4270.0, 4268.0, 4279.0, 4300.0, 4293.0, 4325.0, 4282.0, 4343.0, 4340.0, 4304.0, 4283.0, 4291.0, 4281.0, 4341.0, 4311.0, 4282.0, 4342.0, 4281.0, 4291.0, 4291.0, 4279.0, 4351.0, 4320.0, 4310.0, 4266.0, 4269.0, 4299.0, 4279.0, 4309.0, 4288.0, 4268.0, 4299.0, 4278.0, 4258.0, 4287.0, 4278.0, 4299.0, 4290.0, 4280.0, 4289.0, 4269.0, 4277.0, 4278.0, 4267.0, 4330.0, 4280.0, 4269.0, 4267.0, 4267.0, 4298.0, 4279.0, 4289.0, 4289.0, 4270.0, 4289.0, 4279.0, 4258.0, 4288.0, 4268.0, 4329.0, 4308.0, 4308.0, 4276.0, 4268.0, 4287.0, 4277.0, 4268.0, 4288.0, 4279.0, 4300.0, 4268.0, 4269.0, 4289.0, 4270.0, 4289.0, 4279.0, 4260.0, 4299.0, 4279.0, 4268.0, 4280.0, 4270.0, 4311.0, 4279.0, 4272.0, 4281.0, 4271.0, 4300.0, 4282.0, 4301.0, 4292.0, 4281.0, 4301.0, 4281.0, 4290.0, 4269.0, 4279.0, 4309.0, 4280.0, 4291.0, 4280.0, 4271.0, 4298.0, 4280.0, 4290.0, 4300.0, 4269.0, 4341.0, 4278.0, 4259.0, 4287.0, 4268.0, 4288.0, 4290.0, 4269.0, 4340.0, 4269.0, 4328.0, 4266.0, 4298.0, 4278.0, 4257.0, 4317.0, 4278.0, 4258.0, 4278.0, 4268.0, 4288.0, 4278.0, 4280.0, 4298.0, 4270.0, 4298.0, 4279.0, 4267.0, 4278.0, 4269.0, 4307.0, 4279.0, 4319.0, 4267.0, 4278.0, 4287.0, 4268.0, 4297.0, 4289.0, 4267.0, 4278.0, 4269.0, 4288.0, 4269.0, 4299.0, 4279.0, 4269.0, 4288.0, 4270.0, 4299.0, 4268.0, 4298.0, 4280.0, 4298.0, 4289.0, 4269.0, 4289.0, 4258.0, 4298.0, 4258.0, 4298.0, 4279.0, 4299.0, 4278.0, 4269.0, 4299.0, 4259.0, 4299.0, 4280.0, 4269.0, 4300.0, 4269.0, 4310.0, 4269.0, 4290.0, 4290.0, 4270.0, 4312.0, 4282.0, 4291.0, 4269.0, 4270.0, 4311.0, 4291.0, 4311.0, 4290.0, 4270.0, 4290.0, 4270.0, 4308.0, 4280.0, 4330.0, 4288.0, 4270.0, 4289.0, 4259.0, 4298.0, 4279.0, 4281.0, 4288.0, 4259.0, 4308.0, 4268.0, 4299.0, 4279.0, 4299.0, 4279.0, 4289.0, 4288.0, 4270.0, 4299.0, 4259.0, 4300.0, 4270.0, 4300.0, 4290.0, 4261.0, 4302.0, 4272.0, 4300.0, 4294.0, 4291.0, 4290.0, 4272.0, 4303.0, 4284.0, 4312.0, 4282.0, 4280.0, 4291.0, 4272.0, 4311.0, 4281.0, 4293.0, 4292.0, 4271.0, 4300.0, 4270.0, 4332.0, 4303.0, 4271.0, 4301.0, 4271.0, 4311.0, 4281.0, 4311.0, 4311.0, 4271.0, 4301.0, 4261.0, 4310.0, 4280.0, 4291.0, 4289.0, 4280.0, 4311.0, 4281.0, 4280.0, 4278.0, 4260.0, 4300.0, 4270.0, 4309.0, 4281.0, 4310.0, 4282.0, 4259.0, 4300.0, 4271.0, 4312.0, 4294.0, 4335.0, 4311.0, 4271.0, 4343.0, 4293.0, 4272.0, 4290.0, 4277.0, 4332.0, 4273.0, 4302.0, 4296.0, 4359.0, 4363.0, 4342.0, 4337.0, 4276.0, 4314.0, 4264.0, 4284.0, 4263.0, 4283.0, 4263.0, 4281.0, 4260.0, 4281.0, 4261.0, 4270.0, 4271.0, 4260.0, 4260.0, 4249.0, 4258.0, 4259.0, 4268.0, 4256.0, 4267.0, 4245.0, 4277.0, 4246.0, 4276.0, 4259.0, 4282.0, 4257.0, 4225.0, 4227.0, 4249.0, 4241.0, 4261.0, 4267.0, 4273.0, 4252.0, 4274.0, 4275.0, 4314.0, 4303.0, 4319.0, 4274.0, 4276.0, 4276.0, 4262.0, 4243.0, 4273.0, 4249.0, 4336.0, 4373.0, 4349.0, 4291.0, 4302.0, 4330.0, 4290.0, 4281.0, 4291.0, 4274.0, 4323.0, 4271.0, 4250.0, 4260.0, 4249.0, 4280.0, 4248.0, 4268.0, 4248.0, 4249.0, 4260.0, 4252.0, 4250.0, 4262.0, 4253.0, 4273.0, 4264.0, 4257.0, 4267.0, 4245.0, 4297.0, 4266.0, 4285.0, 4257.0, 4297.0, 4267.0, 4306.0, 4258.0, 4277.0, 4256.0, 4268.0, 4300.0, 4269.0, 4268.0, 4290.0, 4269.0, 4290.0, 4272.0, 4281.0, 4281.0, 4259.0, 4289.0, 4283.0, 4283.0, 4292.0, 4282.0, 4314.0, 4310.0, 4339.0, 4297.0, 4354.0, 4310.0, 4321.0, 4257.0, 4275.0, 4243.0, 4274.0, 4257.0, 4286.0, 4268.0, 4290.0, 4279.0, 4271.0, 4290.0, 4269.0, 4300.0, 4259.0, 4298.0, 4269.0, 4309.0, 4269.0, 4298.0, 4269.0, 4299.0, 4258.0, 4298.0, 4269.0, 4307.0, 4269.0, 4309.0, 4269.0, 4297.0, 4269.0, 4297.0, 4280.0, 4300.0, 4289.0, 4270.0, 4299.0, 4270.0, 4299.0, 4267.0, 4298.0, 4268.0, 4319.0, 4270.0, 4319.0, 4269.0, 4318.0, 4268.0, 4322.0, 4279.0, 4294.0, 4276.0, 4301.0, 4280.0, 4281.0, 4281.0, 4270.0, 4309.0, 4311.0, 4269.0, 4288.0, 4271.0, 4288.0, 4280.0, 4269.0, 4301.0, 4271.0, 4319.0, 4280.0, 4300.0, 4288.0, 4309.0, 4298.0, 4307.0, 4315.0, 4291.0, 4350.0, 4278.0, 4286.0, 4278.0, 4264.0, 4285.0, 4269.0, 4319.0, 4277.0, 4255.0, 4273.0, 4255.0, 4285.0, 4266.0, 4254.0, 4277.0, 4267.0, 4307.0, 4265.0, 4296.0, 4264.0, 4266.0, 4286.0, 4267.0, 4317.0, 4286.0, 4267.0, 4286.0, 4266.0, 4258.0, 4266.0, 4266.0, 4297.0, 4278.0, 4308.0, 4289.0, 4268.0, 4288.0, 4265.0, 4267.0, 4286.0, 4266.0, 4317.0, 4287.0, 4268.0, 4338.0, 4268.0, 4266.0, 4265.0, 4267.0, 4287.0, 4267.0, 4297.0, 4278.0, 4268.0, 4298.0, 4266.0, 4268.0, 4277.0, 4266.0, 4287.0, 4267.0, 4318.0, 4268.0, 4298.0, 4266.0, 4267.0, 4277.0, 4266.0, 4299.0, 4269.0, 4298.0, 4267.0, 4266.0, 4277.0, 4279.0, 4299.0, 4267.0, 4300.0, 4268.0, 4280.0, 4297.0, 4268.0, 4307.0, 4280.0, 4299.0, 4287.0, 4269.0, 4288.0, 4268.0, 4308.0, 4278.0, 4328.0, 4277.0, 4270.0, 4267.0, 4258.0, 4286.0, 4267.0, 4306.0, 4278.0, 4318.0, 4258.0, 4256.0, 4275.0, 4267.0, 4297.0, 4278.0, 4317.0, 4267.0, 4269.0, 4276.0, 4257.0, 4296.0, 4267.0, 4317.0, 4267.0, 4276.0, 4276.0, 4266.0, 4298.0, 4266.0, 4327.0, 4278.0, 4309.0, 4266.0, 4255.0, 4285.0, 4264.0, 4295.0, 4278.0, 4326.0, 4266.0, 4266.0, 4274.0, 4265.0, 4296.0, 4266.0, 4305.0, 4275.0, 4265.0, 4275.0, 4256.0, 4285.0, 4267.0, 4296.0, 4267.0, 4267.0, 4266.0, 4266.0, 4276.0, 4265.0, 4298.0, 4277.0, 4308.0, 4276.0, 4269.0, 4267.0, 4267.0, 4288.0, 4268.0, 4298.0, 4268.0, 4317.0, 4267.0, 4277.0, 4277.0, 4258.0, 4277.0, 4266.0, 4288.0, 4265.0, 4308.0, 4267.0, 4297.0, 4256.0, 4268.0, 4267.0, 4276.0, 4288.0, 4267.0, 4297.0, 4268.0, 4297.0, 4267.0, 4294.0, 4268.0, 4297.0, 4278.0, 4267.0, 4287.0, 4257.0, 4287.0, 4266.0, 4257.0, 4277.0, 4269.0, 4298.0, 4278.0, 4307.0, 4266.0, 4257.0, 4277.0, 4267.0, 4296.0, 4267.0, 4316.0, 4267.0, 4268.0, 4264.0, 4256.0, 4287.0, 4268.0, 4317.0, 4288.0, 4268.0, 4287.0, 4267.0, 4288.0, 4267.0, 4255.0, 4276.0, 4267.0, 4296.0, 4267.0, 4298.0, 4266.0, 4258.0, 4275.0, 4265.0, 4298.0, 4278.0, 4277.0, 4276.0, 4257.0, 4285.0, 4267.0, 4286.0, 4268.0, 4306.0, 4276.0, 4268.0, 4277.0, 4266.0, 4256.0, 4268.0, 4278.0, 4299.0, 4279.0, 4270.0, 4279.0, 4280.0, 4299.0, 4269.0, 4289.0, 4279.0, 4269.0, 4300.0, 4269.0, 4299.0, 4266.0, 4278.0, 4288.0, 4268.0, 4318.0, 4289.0, 4281.0], 'WindowWidth': [9488.0, 9463.0, 9468.0, 9454.0, 9439.0, 9465.0, 9453.0, 9455.0, 9467.0, 9461.0, 9458.0, 9457.0, 9448.0, 9472.0, 9463.0, 9450.0, 9465.0, 9469.0, 9490.0, 9466.0, 9452.0, 9463.0, 9469.0, 9511.0, 9472.0, 9489.0, 9488.0, 9489.0, 9495.0, 9486.0, 9470.0, 9511.0, 9485.0, 9554.0, 9475.0, 9457.0, 9486.0, 9473.0, 9502.0, 9492.0, 9563.0, 9478.0, 9478.0, 9502.0, 9492.0, 9503.0, 9492.0, 9493.0, 9520.0, 9511.0, 9532.0, 9495.0, 9516.0, 9507.0, 9517.0, 9515.0, 9480.0, 9517.0, 9489.0, 9513.0, 9487.0, 9510.0, 9504.0, 9473.0, 9503.0, 9492.0, 9517.0, 9489.0, 9475.0, 9475.0, 9473.0, 9516.0, 9488.0, 9555.0, 9486.0, 9503.0, 9473.0, 9468.0, 9486.0, 9471.0, 9516.0, 9488.0, 9554.0, 9487.0, 9515.0, 9472.0, 9483.0, 9469.0, 9474.0, 9501.0, 9486.0, 9512.0, 9490.0, 9501.0, 9477.0, 9472.0, 9505.0, 9489.0, 9548.0, 9497.0, 9521.0, 9490.0, 9477.0, 9504.0, 9490.0, 9559.0, 9519.0, 9523.0, 9491.0, 9482.0, 9503.0, 9488.0, 9513.0, 9492.0, 9559.0, 9529.0, 9479.0, 9501.0, 9491.0, 9513.0, 9473.0, 9490.0, 9504.0, 9487.0, 9573.0, 9490.0, 9477.0, 9473.0, 9460.0, 9515.0, 9489.0, 9572.0, 9530.0, 9530.0, 9475.0, 9474.0, 9483.0, 9473.0, 9511.0, 9472.0, 9542.0, 9486.0, 9567.0, 9476.0, 9473.0, 9471.0, 9470.0, 9509.0, 9489.0, 9539.0, 9511.0, 9473.0, 9488.0, 9488.0, 9507.0, 9485.0, 9524.0, 9488.0, 9510.0, 9482.0, 9474.0, 9480.0, 9473.0, 9495.0, 9471.0, 9514.0, 9487.0, 9504.0, 9473.0, 9489.0, 9485.0, 9469.0, 9514.0, 9492.0, 9555.0, 9488.0, 9504.0, 9474.0, 9474.0, 9499.0, 9472.0, 9517.0, 9471.0, 9544.0, 9489.0, 9514.0, 9489.0, 9507.0, 9475.0, 9511.0, 9487.0, 9498.0, 9498.0, 9479.0, 9502.0, 9479.0, 9499.0, 9474.0, 9510.0, 9493.0, 9537.0, 9488.0, 9476.0, 9501.0, 9492.0, 9513.0, 9494.0, 9519.0, 9505.0, 9496.0, 9508.0, 9480.0, 9513.0, 9472.0, 9503.0, 9481.0, 9541.0, 9485.0, 9529.0, 9488.0, 9491.0, 9475.0, 9471.0, 9502.0, 9475.0, 9514.0, 9488.0, 9529.0, 9492.0, 9514.0, 9474.0, 9493.0, 9489.0, 9501.0, 9510.0, 9471.0, 9495.0, 9470.0, 9492.0, 9467.0, 9504.0, 9484.0, 9512.0, 9484.0, 9487.0, 9472.0, 9473.0, 9465.0, 9455.0, 9498.0, 9484.0, 9552.0, 9486.0, 9499.0, 9470.0, 9473.0, 9483.0, 9471.0, 9512.0, 9486.0, 9539.0, 9522.0, 9453.0, 9461.0, 9468.0, 9491.0, 9487.0, 9526.0, 9484.0, 9500.0, 9471.0, 9477.0, 9498.0, 9474.0, 9496.0, 9470.0, 9540.0, 9495.0, 9569.0, 9470.0, 9482.0, 9452.0, 9453.0, 9482.0, 9466.0, 9508.0, 9483.0, 9540.0, 9456.0, 9456.0, 9467.0, 9452.0, 9494.0, 9467.0, 9537.0, 9470.0, 9514.0, 9470.0, 9454.0, 9486.0, 9467.0, 9514.0, 9482.0, 9529.0, 9475.0, 9475.0, 9472.0, 9469.0, 9512.0, 9485.0, 9538.0, 9499.0, 9527.0, 9470.0, 9471.0, 9468.0, 9470.0, 9494.0, 9473.0, 9523.0, 9474.0, 9518.0, 9476.0, 9474.0, 9474.0, 9469.0, 9501.0, 9471.0, 9542.0, 9485.0, 9540.0, 9468.0, 9472.0, 9470.0, 9470.0, 9500.0, 9488.0, 9553.0, 9486.0, 9491.0, 9485.0, 9471.0, 9498.0, 9491.0, 9512.0, 9505.0, 9478.0, 9493.0, 9507.0, 9517.0, 9486.0, 9544.0, 9501.0, 9542.0, 9514.0, 9489.0, 9504.0, 9489.0, 9513.0, 9489.0, 9515.0, 9487.0, 9490.0, 9500.0, 9491.0, 9509.0, 9487.0, 9526.0, 9497.0, 9497.0, 9483.0, 9473.0, 9496.0, 9470.0, 9490.0, 9468.0, 9481.0, 9482.0, 9469.0, 9497.0, 9470.0, 9491.0, 9463.0, 9514.0, 9467.0, 9505.0, 9475.0, 9466.0, 9480.0, 9452.0, 9468.0, 9449.0, 9468.0, 9496.0, 9483.0, 9538.0, 9484.0, 9497.0, 9453.0, 9465.0, 9496.0, 9484.0, 9536.0, 9481.0, 9502.0, 9456.0, 9465.0, 9482.0, 9486.0, 9526.0, 9485.0, 9478.0, 9474.0, 9489.0, 9518.0, 9514.0, 9561.0, 9501.0, 9579.0, 9575.0, 9530.0, 9497.0, 9502.0, 9491.0, 9569.0, 9530.0, 9493.0, 9573.0, 9491.0, 9502.0, 9502.0, 9484.0, 9583.0, 9538.0, 9526.0, 9464.0, 9470.0, 9510.0, 9485.0, 9523.0, 9495.0, 9471.0, 9510.0, 9480.0, 9454.0, 9494.0, 9482.0, 9509.0, 9499.0, 9487.0, 9497.0, 9470.0, 9480.0, 9482.0, 9467.0, 9553.0, 9486.0, 9472.0, 9467.0, 9466.0, 9509.0, 9485.0, 9497.0, 9498.0, 9474.0, 9500.0, 9483.0, 9456.0, 9495.0, 9469.0, 9549.0, 9521.0, 9522.0, 9477.0, 9468.0, 9491.0, 9479.0, 9468.0, 9494.0, 9483.0, 9516.0, 9469.0, 9471.0, 9497.0, 9474.0, 9498.0, 9486.0, 9462.0, 9515.0, 9488.0, 9471.0, 9487.0, 9475.0, 9530.0, 9487.0, 9482.0, 9491.0, 9479.0, 9514.0, 9494.0, 9518.0, 9506.0, 9492.0, 9518.0, 9490.0, 9500.0, 9473.0, 9485.0, 9527.0, 9487.0, 9503.0, 9487.0, 9476.0, 9509.0, 9488.0, 9501.0, 9514.0, 9472.0, 9569.0, 9483.0, 9460.0, 9493.0, 9469.0, 9497.0, 9500.0, 9472.0, 9568.0, 9471.0, 9547.0, 9464.0, 9506.0, 9481.0, 9451.0, 9533.0, 9480.0, 9457.0, 9482.0, 9469.0, 9494.0, 9483.0, 9485.0, 9510.0, 9474.0, 9512.0, 9485.0, 9467.0, 9482.0, 9470.0, 9521.0, 9483.0, 9537.0, 9466.0, 9483.0, 9491.0, 9467.0, 9506.0, 9497.0, 9468.0, 9483.0, 9473.0, 9496.0, 9471.0, 9511.0, 9485.0, 9471.0, 9495.0, 9476.0, 9513.0, 9470.0, 9507.0, 9487.0, 9509.0, 9497.0, 9473.0, 9497.0, 9456.0, 9509.0, 9456.0, 9509.0, 9486.0, 9512.0, 9482.0, 9473.0, 9512.0, 9459.0, 9511.0, 9489.0, 9473.0, 9514.0, 9474.0, 9529.0, 9473.0, 9501.0, 9502.0, 9475.0, 9533.0, 9493.0, 9505.0, 9472.0, 9474.0, 9531.0, 9504.0, 9530.0, 9501.0, 9475.0, 9500.0, 9472.0, 9522.0, 9486.0, 9552.0, 9496.0, 9474.0, 9499.0, 9459.0, 9508.0, 9485.0, 9489.0, 9496.0, 9458.0, 9522.0, 9470.0, 9511.0, 9485.0, 9509.0, 9485.0, 9496.0, 9494.0, 9473.0, 9509.0, 9457.0, 9513.0, 9474.0, 9514.0, 9503.0, 9464.0, 9518.0, 9479.0, 9513.0, 9510.0, 9504.0, 9503.0, 9479.0, 9521.0, 9497.0, 9531.0, 9491.0, 9488.0, 9502.0, 9477.0, 9531.0, 9492.0, 9509.0, 9505.0, 9476.0, 9513.0, 9475.0, 9557.0, 9520.0, 9478.0, 9517.0, 9477.0, 9528.0, 9489.0, 9529.0, 9530.0, 9477.0, 9514.0, 9462.0, 9528.0, 9487.0, 9502.0, 9498.0, 9486.0, 9530.0, 9488.0, 9488.0, 9483.0, 9459.0, 9513.0, 9472.0, 9525.0, 9490.0, 9528.0, 9490.0, 9458.0, 9513.0, 9473.0, 9532.0, 9515.0, 9570.0, 9529.0, 9474.0, 9577.0, 9509.0, 9480.0, 9502.0, 9480.0, 9562.0, 9482.0, 9523.0, 9519.0, 9609.0, 9604.0, 9572.0, 9557.0, 9471.0, 9522.0, 9453.0, 9479.0, 9451.0, 9475.0, 9447.0, 9469.0, 9439.0, 9468.0, 9441.0, 9454.0, 9455.0, 9439.0, 9437.0, 9423.0, 9433.0, 9433.0, 9444.0, 9426.0, 9441.0, 9410.0, 9454.0, 9411.0, 9452.0, 9438.0, 9477.0, 9432.0, 9386.0, 9392.0, 9429.0, 9421.0, 9447.0, 9469.0, 9467.0, 9442.0, 9469.0, 9470.0, 9523.0, 9524.0, 9538.0, 9469.0, 9474.0, 9473.0, 9450.0, 9424.0, 9466.0, 9427.0, 9560.0, 9625.0, 9583.0, 9471.0, 9486.0, 9539.0, 9486.0, 9472.0, 9486.0, 9469.0, 9531.0, 9460.0, 9430.0, 9443.0, 9427.0, 9467.0, 9425.0, 9449.0, 9423.0, 9426.0, 9443.0, 9434.0, 9430.0, 9451.0, 9443.0, 9468.0, 9459.0, 9451.0, 9465.0, 9434.0, 9506.0, 9463.0, 9487.0, 9451.0, 9504.0, 9466.0, 9517.0, 9454.0, 9479.0, 9449.0, 9468.0, 9517.0, 9473.0, 9468.0, 9499.0, 9475.0, 9501.0, 9479.0, 9492.0, 9491.0, 9458.0, 9499.0, 9497.0, 9499.0, 9510.0, 9497.0, 9541.0, 9548.0, 9585.0, 9521.0, 9593.0, 9527.0, 9545.0, 9451.0, 9472.0, 9429.0, 9470.0, 9450.0, 9488.0, 9469.0, 9500.0, 9487.0, 9479.0, 9502.0, 9474.0, 9512.0, 9457.0, 9509.0, 9470.0, 9523.0, 9472.0, 9509.0, 9472.0, 9511.0, 9455.0, 9508.0, 9470.0, 9520.0, 9471.0, 9525.0, 9471.0, 9508.0, 9473.0, 9508.0, 9489.0, 9513.0, 9498.0, 9476.0, 9512.0, 9475.0, 9511.0, 9467.0, 9510.0, 9468.0, 9537.0, 9473.0, 9539.0, 9472.0, 9535.0, 9468.0, 9550.0, 9483.0, 9496.0, 9477.0, 9515.0, 9491.0, 9497.0, 9495.0, 9477.0, 9528.0, 9535.0, 9475.0, 9497.0, 9479.0, 9498.0, 9489.0, 9473.0, 9517.0, 9479.0, 9542.0, 9489.0, 9515.0, 9497.0, 9524.0, 9509.0, 9517.0, 9529.0, 9507.0, 9584.0, 9486.0, 9493.0, 9485.0, 9460.0, 9486.0, 9472.0, 9537.0, 9477.0, 9445.0, 9468.0, 9445.0, 9485.0, 9463.0, 9444.0, 9479.0, 9464.0, 9518.0, 9462.0, 9504.0, 9459.0, 9462.0, 9489.0, 9467.0, 9533.0, 9490.0, 9468.0, 9493.0, 9465.0, 9454.0, 9464.0, 9464.0, 9506.0, 9482.0, 9522.0, 9497.0, 9468.0, 9495.0, 9461.0, 9466.0, 9489.0, 9464.0, 9530.0, 9493.0, 9467.0, 9563.0, 9468.0, 9467.0, 9461.0, 9465.0, 9491.0, 9466.0, 9504.0, 9480.0, 9467.0, 9509.0, 9467.0, 9469.0, 9480.0, 9464.0, 9494.0, 9467.0, 9538.0, 9469.0, 9508.0, 9465.0, 9466.0, 9482.0, 9464.0, 9511.0, 9471.0, 9510.0, 9468.0, 9465.0, 9480.0, 9485.0, 9512.0, 9469.0, 9516.0, 9471.0, 9490.0, 9506.0, 9471.0, 9521.0, 9489.0, 9512.0, 9493.0, 9473.0, 9495.0, 9468.0, 9521.0, 9484.0, 9550.0, 9480.0, 9474.0, 9466.0, 9455.0, 9492.0, 9467.0, 9519.0, 9482.0, 9537.0, 9455.0, 9452.0, 9475.0, 9465.0, 9508.0, 9482.0, 9536.0, 9467.0, 9472.0, 9477.0, 9454.0, 9505.0, 9466.0, 9535.0, 9467.0, 9479.0, 9477.0, 9465.0, 9509.0, 9465.0, 9545.0, 9481.0, 9524.0, 9463.0, 9447.0, 9488.0, 9460.0, 9503.0, 9480.0, 9543.0, 9462.0, 9463.0, 9472.0, 9461.0, 9503.0, 9464.0, 9513.0, 9474.0, 9463.0, 9474.0, 9450.0, 9487.0, 9467.0, 9504.0, 9465.0, 9468.0, 9465.0, 9465.0, 9478.0, 9463.0, 9508.0, 9481.0, 9521.0, 9478.0, 9471.0, 9465.0, 9468.0, 9494.0, 9467.0, 9507.0, 9470.0, 9533.0, 9465.0, 9480.0, 9479.0, 9455.0, 9478.0, 9463.0, 9495.0, 9461.0, 9521.0, 9466.0, 9507.0, 9452.0, 9468.0, 9467.0, 9476.0, 9495.0, 9466.0, 9506.0, 9470.0, 9505.0, 9466.0, 9499.0, 9467.0, 9505.0, 9483.0, 9464.0, 9493.0, 9454.0, 9494.0, 9464.0, 9452.0, 9481.0, 9470.0, 9510.0, 9483.0, 9521.0, 9464.0, 9452.0, 9478.0, 9464.0, 9504.0, 9465.0, 9530.0, 9465.0, 9468.0, 9459.0, 9450.0, 9490.0, 9466.0, 9530.0, 9493.0, 9468.0, 9494.0, 9467.0, 9493.0, 9465.0, 9446.0, 9476.0, 9464.0, 9503.0, 9465.0, 9507.0, 9463.0, 9454.0, 9474.0, 9462.0, 9508.0, 9480.0, 9480.0, 9476.0, 9451.0, 9487.0, 9463.0, 9487.0, 9467.0, 9516.0, 9476.0, 9469.0, 9480.0, 9465.0, 9451.0, 9468.0, 9483.0, 9511.0, 9484.0, 9474.0, 9487.0, 9489.0, 9513.0, 9472.0, 9497.0, 9485.0, 9471.0, 9514.0, 9472.0, 9512.0, 9465.0, 9482.0, 9495.0, 9470.0, 9535.0, 9499.0, 9491.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.002030846286701209</td></tr>
<tr><td colspan=3>aqi</td><td>0.030291705872193438</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.92570216995679</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1332443072515128</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9884769466637849</td></tr>
<tr><td colspan=3>efc</td><td>0.501</td></tr>
<tr><td colspan=3>fber</td><td>4477.5107</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08259709277028321</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.008635578583765</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7074357869242003</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6037049379228367</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9781728380857353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.540429584764029</td></tr>
<tr><td colspan=3>gcor</td><td>0.00797324</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006390958093106747</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03028501570224762</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</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.5977473938104794</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.5128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3417</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.3371</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1032.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.567</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.609</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.2171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.27</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1030.0827</td></tr>
<tr><td colspan=3>tsnr</td><td>34.64515955699608</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>