<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-02/func/sub-0111_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>275402b5e13bc19d36b4bd424d1493b7</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>14:50:38.940000</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.998331, 0.0523887, -0.0242994, -0.0526697, 0.998551, -0.0110731]</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.259</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.0821797</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7723, -7193, 319, -54, 164, 143, 63]</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>222.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc9b8d40-cb30-431a-855d-5b69ddc7cb50||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.6784493923187256, -0.14130908250808716, -0.06394695490598679, 121.07977294921875], [-0.14055508375167847, 2.6790382862091064, -0.03330307826399803, -96.69983673095703], [-0.06519346684217453, 0.02970835007727146, 2.6990370750427246, -45.6087760925293], [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': ['145038.940000', '145039.400000', '145039.860000', '145040.320000', '145040.780000', '145041.240000', '145041.700000', '145042.160000', '145042.620000', '145043.080000', '145043.540000', '145044.000000', '145044.460000', '145044.920000', '145045.380000', '145045.840000', '145046.300000', '145046.760000', '145047.220000', '145047.680000', '145048.140000', '145048.600000', '145049.060000', '145049.520000', '145049.980000', '145050.440000', '145050.900000', '145051.360000', '145051.820000', '145052.280000', '145052.740000', '145053.200000', '145053.660000', '145054.120000', '145054.580000', '145055.040000', '145055.500000', '145055.960000', '145056.420000', '145056.880000', '145057.340000', '145057.800000', '145058.260000', '145058.720000', '145059.180000', '145059.640000', '145100.100000', '145100.560000', '145101.020000', '145101.480000', '145101.940000', '145102.400000', '145102.860000', '145103.320000', '145103.780000', '145104.240000', '145104.700000', '145105.160000', '145105.620000', '145106.080000', '145106.540000', '145107.000000', '145107.460000', '145107.920000', '145108.380000', '145108.840000', '145109.300000', '145109.760000', '145110.220000', '145110.680000', '145111.140000', '145111.600000', '145112.060000', '145112.520000', '145112.980000', '145113.440000', '145113.900000', '145114.360000', '145114.820000', '145115.280000', '145115.740000', '145116.200000', '145116.660000', '145117.120000', '145117.580000', '145118.040000', '145118.500000', '145118.960000', '145119.420000', '145119.880000', '145120.340000', '145120.800000', '145121.260000', '145121.720000', '145122.180000', '145122.640000', '145123.100000', '145123.560000', '145124.020000', '145124.480000', '145124.940000', '145125.400000', '145125.860000', '145126.320000', '145126.780000', '145127.240000', '145127.700000', '145128.160000', '145128.620000', '145129.080000', '145129.540000', '145130.000000', '145130.460000', '145130.920000', '145131.380000', '145131.840000', '145132.300000', '145132.760000', '145133.220000', '145133.680000', '145134.140000', '145134.600000', '145135.060000', '145135.520000', '145135.980000', '145136.440000', '145136.900000', '145137.360000', '145137.820000', '145138.280000', '145138.740000', '145139.200000', '145139.660000', '145140.120000', '145140.580000', '145141.040000', '145141.500000', '145141.960000', '145142.420000', '145142.880000', '145143.340000', '145143.800000', '145144.260000', '145144.720000', '145145.180000', '145145.640000', '145146.100000', '145146.560000', '145147.020000', '145147.480000', '145147.940000', '145148.400000', '145148.860000', '145149.320000', '145149.780000', '145150.240000', '145150.700000', '145151.160000', '145151.620000', '145152.080000', '145152.540000', '145153.000000', '145153.460000', '145153.920000', '145154.380000', '145154.840000', '145155.300000', '145155.760000', '145156.220000', '145156.680000', '145157.140000', '145157.600000', '145158.060000', '145158.520000', '145158.980000', '145159.440000', '145159.900000', '145200.360000', '145200.820000', '145201.280000', '145201.740000', '145202.200000', '145202.660000', '145203.120000', '145203.580000', '145204.040000', '145204.500000', '145204.960000', '145205.420000', '145205.880000', '145206.340000', '145206.800000', '145207.260000', '145207.720000', '145208.180000', '145208.640000', '145209.100000', '145209.560000', '145210.020000', '145210.480000', '145210.940000', '145211.400000', '145211.860000', '145212.320000', '145212.780000', '145213.240000', '145213.700000', '145214.160000', '145214.620000', '145215.080000', '145215.540000', '145216.000000', '145216.460000', '145216.920000', '145217.380000', '145217.840000', '145218.300000', '145218.760000', '145219.220000', '145219.680000', '145220.140000', '145220.600000', '145221.060000', '145221.520000', '145221.980000', '145222.440000', '145222.900000', '145223.360000', '145223.820000', '145224.280000', '145224.740000', '145225.200000', '145225.660000', '145226.120000', '145226.580000', '145227.040000', '145227.500000', '145227.960000', '145228.420000', '145228.880000', '145229.340000', '145229.800000', '145230.260000', '145230.720000', '145231.180000', '145231.640000', '145232.100000', '145232.560000', '145233.020000', '145233.480000', '145233.940000', '145234.400000', '145234.860000', '145235.320000', '145235.780000', '145236.240000', '145236.700000', '145237.160000', '145237.620000', '145238.080000', '145238.540000', '145239.000000', '145239.460000', '145239.920000', '145240.380000', '145240.840000', '145241.300000', '145241.760000', '145242.220000', '145242.680000', '145243.140000', '145243.600000', '145244.060000', '145244.520000', '145244.980000', '145245.440000', '145245.900000', '145246.360000', '145246.820000', '145247.280000', '145247.740000', '145248.200000', '145248.660000', '145249.120000', '145249.580000', '145250.040000', '145250.500000', '145250.960000', '145251.420000', '145251.880000', '145252.340000', '145252.800000', '145253.260000', '145253.720000', '145254.180000', '145254.640000', '145255.100000', '145255.560000', '145256.020000', '145256.480000', '145256.940000', '145257.400000', '145257.860000', '145258.320000', '145258.780000', '145259.240000', '145259.700000', '145300.160000', '145300.620000', '145301.080000', '145301.540000', '145302.000000', '145302.460000', '145302.920000', '145303.380000', '145303.840000', '145304.300000', '145304.760000', '145305.220000', '145305.680000', '145306.140000', '145306.600000', '145307.060000', '145307.520000', '145307.980000', '145308.440000', '145308.900000', '145309.360000', '145309.820000', '145310.280000', '145310.740000', '145311.200000', '145311.660000', '145312.120000', '145312.580000', '145313.040000', '145313.500000', '145313.960000', '145314.420000', '145314.880000', '145315.340000', '145315.800000', '145316.260000', '145316.720000', '145317.180000', '145317.640000', '145318.100000', '145318.560000', '145319.020000', '145319.480000', '145319.940000', '145320.400000', '145320.860000', '145321.320000', '145321.780000', '145322.240000', '145322.700000', '145323.160000', '145323.620000', '145324.080000', '145324.540000', '145325.000000', '145325.460000', '145325.920000', '145326.380000', '145326.840000', '145327.300000', '145327.760000', '145328.220000', '145328.680000', '145329.140000', '145329.600000', '145330.060000', '145330.520000', '145330.980000', '145331.440000', '145331.900000', '145332.360000', '145332.820000', '145333.280000', '145333.740000', '145334.200000', '145334.660000', '145335.120000', '145335.580000', '145336.040000', '145336.500000', '145336.960000', '145337.420000', '145337.880000', '145338.340000', '145338.800000', '145339.260000', '145339.720000', '145340.180000', '145340.640000', '145341.100000', '145341.560000', '145342.020000', '145342.480000', '145342.940000', '145343.400000', '145343.860000', '145344.320000', '145344.780000', '145345.240000', '145345.700000', '145346.160000', '145346.620000', '145347.080000', '145347.540000', '145348.000000', '145348.460000', '145348.920000', '145349.380000', '145349.840000', '145350.300000', '145350.760000', '145351.220000', '145351.680000', '145352.140000', '145352.600000', '145353.060000', '145353.520000', '145353.980000', '145354.440000', '145354.900000', '145355.360000', '145355.820000', '145356.280000', '145356.740000', '145357.200000', '145357.660000', '145358.120000', '145358.580000', '145359.040000', '145359.500000', '145359.960000', '145400.420000', '145400.880000', '145401.340000', '145401.800000', '145402.260000', '145402.720000', '145403.180000', '145403.640000', '145404.100000', '145404.560000', '145405.020000', '145405.480000', '145405.940000', '145406.400000', '145406.860000', '145407.320000', '145407.780000', '145408.240000', '145408.700000', '145409.160000', '145409.620000', '145410.080000', '145410.540000', '145411.000000', '145411.460000', '145411.920000', '145412.380000', '145412.840000', '145413.300000', '145413.760000', '145414.220000', '145414.680000', '145415.140000', '145415.600000', '145416.060000', '145416.520000', '145416.980000', '145417.440000', '145417.900000', '145418.360000', '145418.820000', '145419.280000', '145419.740000', '145420.200000', '145420.660000', '145421.120000', '145421.580000', '145422.040000', '145422.500000', '145422.960000', '145423.420000', '145423.880000', '145424.340000', '145424.800000', '145425.260000', '145425.720000', '145426.180000', '145426.640000', '145427.100000', '145427.560000', '145428.020000', '145428.480000', '145428.940000', '145429.400000', '145429.860000', '145430.320000', '145430.780000', '145431.240000', '145431.700000', '145432.160000', '145432.620000', '145433.080000', '145433.540000', '145434.000000', '145434.460000', '145434.920000', '145435.380000', '145435.840000', '145436.300000', '145436.760000', '145437.220000', '145437.680000', '145438.140000', '145438.600000', '145439.060000', '145439.520000', '145439.980000', '145440.440000', '145440.900000', '145441.360000', '145441.820000', '145442.280000', '145442.740000', '145443.200000', '145443.660000', '145444.120000', '145444.580000', '145445.040000', '145445.500000', '145445.960000', '145446.420000', '145446.880000', '145447.340000', '145447.800000', '145448.260000', '145448.720000', '145449.180000', '145449.640000', '145450.100000', '145450.560000', '145451.020000', '145451.480000', '145451.940000', '145452.400000', '145452.860000', '145453.320000', '145453.780000', '145454.240000', '145454.700000', '145455.160000', '145455.620000', '145456.080000', '145456.540000', '145457.000000', '145457.460000', '145457.920000', '145458.380000', '145458.840000', '145459.300000', '145459.760000', '145500.220000', '145500.680000', '145501.140000', '145501.600000', '145502.060000', '145502.520000', '145502.980000', '145503.440000', '145503.900000', '145504.360000', '145504.820000', '145505.280000', '145505.740000', '145506.200000', '145506.660000', '145507.120000', '145507.580000', '145508.040000', '145508.500000', '145508.960000', '145509.420000', '145509.880000', '145510.340000', '145510.800000', '145511.260000', '145511.720000', '145512.180000', '145512.640000', '145513.100000', '145513.560000', '145514.020000', '145514.480000', '145514.940000', '145515.400000', '145515.860000', '145516.320000', '145516.780000', '145517.240000', '145517.700000', '145518.160000', '145518.620000', '145519.080000', '145519.540000', '145520.000000', '145520.460000', '145520.920000', '145521.380000', '145521.840000', '145522.300000', '145522.760000', '145523.220000', '145523.680000', '145524.140000', '145524.600000', '145525.060000', '145525.520000', '145525.980000', '145526.440000', '145526.900000', '145527.360000', '145527.820000', '145528.280000', '145528.740000', '145529.200000', '145529.660000', '145530.120000', '145530.580000', '145531.040000', '145531.500000', '145531.960000', '145532.420000', '145532.880000', '145533.340000', '145533.800000', '145534.260000', '145534.720000', '145535.180000', '145535.640000', '145536.100000', '145536.560000', '145537.020000', '145537.480000', '145537.940000', '145538.400000', '145538.860000', '145539.320000', '145539.780000', '145540.240000', '145540.700000', '145541.160000', '145541.620000', '145542.080000', '145542.540000', '145543.000000', '145543.460000', '145543.920000', '145544.380000', '145544.840000', '145545.300000', '145545.760000', '145546.220000', '145546.680000', '145547.140000', '145547.600000', '145548.060000', '145548.520000', '145548.980000', '145549.440000', '145549.900000', '145550.360000', '145550.820000', '145551.280000', '145551.740000', '145552.200000', '145552.660000', '145553.120000', '145553.580000', '145554.040000', '145554.500000', '145554.960000', '145555.420000', '145555.880000', '145556.340000', '145556.800000', '145557.260000', '145557.720000', '145558.180000', '145558.640000', '145559.100000', '145559.560000', '145600.020000', '145600.480000', '145600.940000', '145601.400000', '145601.860000', '145602.320000', '145602.780000', '145603.240000', '145603.700000', '145604.160000', '145604.620000', '145605.080000', '145605.540000', '145606.000000', '145606.460000', '145606.920000', '145607.380000', '145607.840000', '145608.300000', '145608.760000', '145609.220000', '145609.680000', '145610.140000', '145610.600000', '145611.060000', '145611.520000', '145611.980000', '145612.440000', '145612.900000', '145613.360000', '145613.820000', '145614.280000', '145614.740000', '145615.200000', '145615.660000', '145616.120000', '145616.580000', '145617.040000', '145617.500000', '145617.960000', '145618.420000', '145618.880000', '145619.340000', '145619.800000', '145620.260000', '145620.720000', '145621.180000', '145621.640000', '145622.100000', '145622.560000', '145623.020000', '145623.480000', '145623.940000', '145624.400000', '145624.860000', '145625.320000', '145625.780000', '145626.240000', '145626.700000', '145627.160000', '145627.620000', '145628.080000', '145628.540000', '145629.000000', '145629.460000', '145629.920000', '145630.380000', '145630.840000', '145631.300000', '145631.760000', '145632.220000', '145632.680000', '145633.140000', '145633.600000', '145634.060000', '145634.520000', '145634.980000', '145635.440000', '145635.900000', '145636.360000', '145636.820000', '145637.280000', '145637.740000', '145638.200000', '145638.660000', '145639.120000', '145639.580000', '145640.040000', '145640.500000', '145640.960000', '145641.420000', '145641.880000', '145642.340000', '145642.800000', '145643.260000', '145643.720000', '145644.180000', '145644.640000', '145645.100000', '145645.560000', '145646.020000', '145646.480000', '145646.940000', '145647.400000', '145647.860000', '145648.320000', '145648.780000', '145649.240000', '145649.700000', '145650.160000', '145650.620000', '145651.080000', '145651.540000', '145652.000000', '145652.460000', '145652.920000', '145653.380000', '145653.840000', '145654.300000', '145654.760000', '145655.220000', '145655.680000', '145656.140000', '145656.600000', '145657.060000', '145657.520000', '145657.980000', '145658.440000', '145658.900000', '145659.360000', '145659.820000', '145700.280000', '145700.740000', '145701.200000', '145701.660000', '145702.120000', '145702.580000', '145703.040000', '145703.500000', '145703.960000', '145704.420000', '145704.880000', '145705.340000', '145705.800000', '145706.260000', '145706.720000', '145707.180000', '145707.640000', '145708.100000', '145708.560000', '145709.020000', '145709.480000', '145709.940000', '145710.400000', '145710.860000', '145711.320000', '145711.780000', '145712.240000', '145712.700000', '145713.160000', '145713.620000', '145714.080000', '145714.540000', '145715.000000', '145715.460000', '145715.920000', '145716.380000', '145716.840000', '145717.300000', '145717.760000', '145718.220000', '145718.680000', '145719.140000', '145719.600000', '145720.060000', '145720.520000', '145720.980000', '145721.440000', '145721.900000', '145722.360000', '145722.820000', '145723.280000', '145723.740000', '145724.200000', '145724.660000', '145725.120000', '145725.580000', '145726.040000', '145726.500000', '145726.960000', '145727.420000', '145727.880000', '145728.340000', '145728.800000', '145729.260000', '145729.720000', '145730.180000', '145730.640000', '145731.100000', '145731.560000', '145732.020000', '145732.480000', '145732.940000', '145733.400000', '145733.860000', '145734.320000', '145734.780000', '145735.240000', '145735.700000', '145736.160000', '145736.620000', '145737.080000', '145737.540000', '145738.000000', '145738.460000', '145738.920000', '145739.380000', '145739.840000', '145740.300000', '145740.760000', '145741.220000', '145741.680000', '145742.140000', '145742.600000', '145743.060000', '145743.520000', '145743.980000', '145744.440000', '145744.900000', '145745.360000', '145745.820000', '145746.280000', '145746.740000', '145747.200000', '145747.660000', '145748.120000', '145748.580000', '145749.040000', '145749.500000', '145749.960000', '145750.420000', '145750.880000', '145751.340000', '145751.800000', '145752.260000', '145752.720000', '145753.180000', '145753.640000', '145754.100000', '145754.560000', '145755.020000', '145755.480000', '145755.940000', '145756.400000', '145756.860000', '145757.320000', '145757.780000', '145758.240000', '145758.700000', '145759.160000', '145759.620000', '145800.080000', '145800.540000', '145801.000000', '145801.460000', '145801.920000', '145802.380000', '145802.840000', '145803.300000', '145803.760000', '145804.220000', '145804.680000', '145805.140000', '145805.600000', '145806.060000', '145806.520000', '145806.980000', '145807.440000', '145807.900000', '145808.360000', '145808.820000', '145809.280000', '145809.740000', '145810.200000', '145810.660000', '145811.120000', '145811.580000', '145812.040000', '145812.500000', '145812.960000', '145813.420000', '145813.880000', '145814.340000', '145814.800000', '145815.260000', '145815.720000', '145816.180000', '145816.640000', '145817.100000', '145817.560000', '145818.020000', '145818.480000', '145818.940000', '145819.400000', '145819.860000', '145820.320000', '145820.780000', '145821.240000', '145821.700000', '145822.160000', '145822.620000', '145823.080000', '145823.540000', '145824.000000', '145824.460000', '145824.920000', '145825.380000', '145825.840000', '145826.300000', '145826.760000', '145827.220000', '145827.680000', '145828.140000', '145828.600000', '145829.060000', '145829.520000', '145829.980000', '145830.440000', '145830.900000', '145831.360000', '145831.820000', '145832.280000', '145832.740000', '145833.200000', '145833.660000', '145834.120000', '145834.580000', '145835.040000', '145835.500000', '145835.960000', '145836.420000', '145836.880000', '145837.340000', '145837.800000', '145838.260000', '145838.720000', '145839.180000', '145839.640000', '145840.100000', '145840.560000', '145841.020000', '145841.480000', '145841.940000', '145842.400000', '145842.860000', '145843.320000', '145843.780000', '145844.240000', '145844.700000', '145845.160000', '145845.620000', '145846.080000', '145846.540000', '145847.000000', '145847.460000', '145847.920000', '145848.380000', '145848.840000', '145849.300000', '145849.760000', '145850.220000', '145850.680000', '145851.140000', '145851.600000', '145852.060000', '145852.520000', '145852.980000', '145853.440000', '145853.900000', '145854.360000', '145854.820000', '145855.280000', '145855.740000', '145856.200000', '145856.660000', '145857.120000', '145857.580000', '145858.040000', '145858.500000', '145858.960000', '145859.420000', '145859.880000', '145900.340000', '145900.800000', '145901.260000', '145901.720000', '145902.180000', '145902.640000', '145903.100000', '145903.560000', '145904.020000', '145904.480000', '145904.940000', '145905.400000', '145905.860000', '145906.320000', '145906.780000', '145907.240000', '145907.700000', '145908.160000', '145908.620000', '145909.080000', '145909.540000', '145910.000000', '145910.460000', '145910.920000', '145911.380000', '145911.840000', '145912.300000', '145912.760000', '145913.220000', '145913.680000', '145914.140000', '145914.600000', '145915.060000', '145915.520000', '145915.980000', '145916.440000', '145916.900000', '145917.360000', '145917.820000', '145918.280000', '145918.740000', '145919.200000', '145919.660000', '145920.120000', '145920.580000', '145921.040000', '145921.500000', '145921.960000', '145922.420000', '145922.880000', '145923.340000', '145923.800000', '145924.260000', '145924.720000', '145925.180000', '145925.640000', '145926.100000', '145926.560000', '145927.020000', '145927.480000', '145927.940000', '145928.400000', '145928.860000', '145929.320000', '145929.780000', '145930.240000', '145930.700000', '145931.160000'], 'ContentTime': ['145059.002000', '145059.005000', '145059.008000', '145059.011000', '145059.025000', '145059.027000', '145059.030000', '145059.033000', '145059.035000', '145059.038000', '145059.041000', '145059.044000', '145059.047000', '145059.072000', '145059.074000', '145059.077000', '145059.080000', '145059.082000', '145059.085000', '145059.088000', '145059.091000', '145059.094000', '145059.097000', '145059.099000', '145059.102000', '145059.105000', '145059.108000', '145059.111000', '145059.114000', '145059.117000', '145059.119000', '145059.122000', '145059.125000', '145059.128000', '145059.130000', '145059.133000', '145059.137000', '145059.140000', '145059.143000', '145059.146000', '145059.149000', '145118.961000', '145118.964000', '145118.967000', '145118.970000', '145118.972000', '145118.975000', '145118.977000', '145118.980000', '145118.982000', '145118.985000', '145118.988000', '145118.990000', '145118.993000', '145118.995000', '145118.998000', '145119.001000', '145119.003000', '145119.006000', '145119.008000', '145119.011000', '145119.013000', '145119.016000', '145119.018000', '145119.021000', '145119.024000', '145119.026000', '145119.029000', '145119.031000', '145119.034000', '145119.037000', '145119.039000', '145119.042000', '145119.044000', '145119.047000', '145119.049000', '145119.052000', '145119.063000', '145119.066000', '145119.068000', '145119.071000', '145119.073000', '145119.076000', '145119.079000', '145119.081000', '145138.961000', '145138.964000', '145138.967000', '145138.970000', '145138.972000', '145138.975000', '145138.977000', '145138.980000', '145138.983000', '145138.985000', '145138.988000', '145138.991000', '145138.993000', '145138.996000', '145138.998000', '145139.002000', '145139.005000', '145139.007000', '145139.010000', '145139.013000', '145139.015000', '145139.018000', '145139.020000', '145139.023000', '145139.026000', '145139.028000', '145139.031000', '145139.034000', '145139.036000', '145139.039000', '145139.041000', '145139.044000', '145139.046000', '145139.049000', '145139.052000', '145139.054000', '145139.057000', '145139.059000', '145139.069000', '145139.072000', '145139.074000', '145139.077000', '145139.080000', '145158.962000', '145158.964000', '145158.967000', '145158.970000', '145158.972000', '145158.975000', '145158.977000', '145158.980000', '145158.983000', '145158.985000', '145158.988000', '145158.991000', '145158.994000', '145158.996000', '145158.999000', '145159.001000', '145159.004000', '145159.007000', '145159.009000', '145159.012000', '145159.015000', '145159.017000', '145159.020000', '145159.022000', '145159.025000', '145159.027000', '145159.030000', '145159.033000', '145159.035000', '145159.049000', '145159.051000', '145159.054000', '145159.056000', '145159.059000', '145159.061000', '145159.064000', '145159.067000', '145159.069000', '145159.072000', '145159.074000', '145159.077000', '145159.079000', '145159.082000', '145159.085000', '145218.960000', '145218.963000', '145218.966000', '145218.968000', '145218.971000', '145218.974000', '145218.976000', '145218.979000', '145218.981000', '145218.984000', '145218.986000', '145218.989000', '145218.992000', '145218.994000', '145218.997000', '145219.000000', '145219.003000', '145219.006000', '145219.008000', '145219.011000', '145219.013000', '145219.016000', '145219.018000', '145219.021000', '145219.023000', '145219.026000', '145219.029000', '145219.031000', '145219.034000', '145219.037000', '145219.039000', '145219.042000', '145219.044000', '145219.047000', '145219.056000', '145219.059000', '145219.061000', '145219.064000', '145219.067000', '145219.069000', '145219.072000', '145219.074000', '145219.077000', '145238.960000', '145238.963000', '145238.966000', '145238.969000', '145238.971000', '145238.974000', '145238.976000', '145238.979000', '145238.981000', '145238.984000', '145238.986000', '145238.989000', '145238.992000', '145238.994000', '145238.997000', '145239.006000', '145239.009000', '145239.012000', '145239.014000', '145239.017000', '145239.020000', '145239.022000', '145239.025000', '145239.028000', '145239.031000', '145239.064000', '145239.066000', '145239.069000', '145239.072000', '145239.074000', '145239.077000', '145239.079000', '145239.082000', '145239.084000', '145239.087000', '145239.090000', '145239.092000', '145239.095000', '145239.097000', '145239.100000', '145239.102000', '145239.105000', '145239.108000', '145258.960000', '145258.963000', '145258.966000', '145258.968000', '145258.971000', '145258.974000', '145258.976000', '145258.979000', '145258.981000', '145258.984000', '145258.987000', '145258.989000', '145258.992000', '145258.994000', '145258.997000', '145259.001000', '145259.003000', '145259.006000', '145259.008000', '145259.011000', '145259.014000', '145259.016000', '145259.019000', '145259.021000', '145259.024000', '145259.027000', '145259.029000', '145259.032000', '145259.034000', '145259.037000', '145259.040000', '145259.042000', '145259.045000', '145259.047000', '145259.050000', '145259.052000', '145259.055000', '145259.058000', '145259.060000', '145259.063000', '145259.065000', '145259.068000', '145259.070000', '145259.073000', '145318.960000', '145318.963000', '145318.966000', '145318.968000', '145318.971000', '145318.974000', '145318.977000', '145318.980000', '145318.982000', '145318.985000', '145318.988000', '145318.990000', '145318.993000', '145318.995000', '145318.998000', '145319.001000', '145319.004000', '145319.007000', '145319.010000', '145319.013000', '145319.015000', '145319.018000', '145319.021000', '145319.024000', '145319.027000', '145319.030000', '145319.033000', '145319.036000', '145319.039000', '145319.041000', '145319.044000', '145319.046000', '145319.049000', '145319.052000', '145319.054000', '145319.057000', '145319.059000', '145319.062000', '145319.064000', '145319.067000', '145319.070000', '145319.072000', '145319.075000', '145338.962000', '145338.964000', '145338.967000', '145338.970000', '145338.972000', '145338.975000', '145338.977000', '145338.980000', '145338.983000', '145338.985000', '145338.988000', '145338.990000', '145338.993000', '145338.996000', '145338.998000', '145339.002000', '145339.004000', '145339.010000', '145339.013000', '145339.015000', '145339.018000', '145339.021000', '145339.023000', '145339.026000', '145339.028000', '145339.031000', '145339.034000', '145339.036000', '145339.039000', '145339.041000', '145339.044000', '145339.047000', '145339.049000', '145339.052000', '145339.054000', '145339.057000', '145339.060000', '145339.062000', '145339.065000', '145339.067000', '145339.070000', '145339.073000', '145339.075000', '145339.078000', '145358.961000', '145358.964000', '145358.967000', '145358.969000', '145358.972000', '145358.975000', '145358.977000', '145358.980000', '145358.982000', '145358.985000', '145358.988000', '145358.991000', '145358.993000', '145358.996000', '145358.998000', '145359.002000', '145359.005000', '145359.007000', '145359.010000', '145359.012000', '145359.015000', '145359.018000', '145359.020000', '145359.023000', '145359.025000', '145359.028000', '145359.030000', '145359.033000', '145359.036000', '145359.038000', '145359.041000', '145359.043000', '145359.046000', '145359.048000', '145359.051000', '145359.054000', '145359.057000', '145359.059000', '145359.062000', '145359.064000', '145359.067000', '145359.070000', '145359.072000', '145418.962000', '145418.964000', '145418.967000', '145418.970000', '145418.972000', '145418.975000', '145418.977000', '145419.000000', '145419.003000', '145419.005000', '145419.008000', '145419.010000', '145419.013000', '145419.016000', '145419.018000', '145419.021000', '145419.023000', '145419.026000', '145419.028000', '145419.031000', '145419.034000', '145419.036000', '145419.039000', '145419.041000', '145419.044000', '145419.047000', '145419.049000', '145419.052000', '145419.054000', '145419.057000', '145419.059000', '145419.062000', '145419.065000', '145419.067000', '145419.070000', '145419.072000', '145419.075000', '145419.078000', '145419.080000', '145419.083000', '145419.085000', '145419.088000', '145419.091000', '145419.093000', '145438.961000', '145438.964000', '145438.966000', '145438.969000', '145438.971000', '145438.974000', '145438.976000', '145438.979000', '145438.982000', '145438.984000', '145438.987000', '145438.989000', '145438.992000', '145438.994000', '145438.997000', '145439.000000', '145439.002000', '145439.005000', '145439.007000', '145439.010000', '145439.013000', '145439.016000', '145439.019000', '145439.022000', '145439.025000', '145439.028000', '145439.031000', '145439.033000', '145439.036000', '145439.039000', '145439.042000', '145439.044000', '145439.047000', '145439.050000', '145439.053000', '145439.055000', '145439.058000', '145439.061000', '145439.063000', '145439.066000', '145439.068000', '145439.084000', '145439.087000', '145458.960000', '145458.963000', '145458.966000', '145458.968000', '145458.971000', '145458.974000', '145458.976000', '145458.979000', '145458.982000', '145458.984000', '145458.987000', '145458.989000', '145458.992000', '145458.995000', '145458.997000', '145459.000000', '145459.002000', '145459.005000', '145459.007000', '145459.010000', '145459.013000', '145459.015000', '145459.018000', '145459.020000', '145459.023000', '145459.026000', '145459.028000', '145459.031000', '145459.033000', '145459.036000', '145459.039000', '145459.041000', '145459.044000', '145459.046000', '145459.049000', '145459.052000', '145459.054000', '145459.057000', '145459.059000', '145459.062000', '145459.064000', '145459.067000', '145459.070000', '145459.072000', '145518.961000', '145518.963000', '145518.966000', '145518.969000', '145518.971000', '145518.974000', '145518.976000', '145518.979000', '145518.982000', '145518.984000', '145518.987000', '145518.989000', '145518.992000', '145518.994000', '145518.997000', '145519.001000', '145519.003000', '145519.006000', '145519.008000', '145519.011000', '145519.014000', '145519.016000', '145519.019000', '145519.021000', '145519.024000', '145519.027000', '145519.029000', '145519.032000', '145519.034000', '145519.037000', '145519.040000', '145519.042000', '145519.045000', '145519.048000', '145519.050000', '145519.053000', '145519.055000', '145519.058000', '145519.060000', '145519.063000', '145519.066000', '145519.068000', '145519.071000', '145538.961000', '145538.963000', '145538.966000', '145538.969000', '145538.971000', '145538.974000', '145538.977000', '145538.979000', '145538.982000', '145538.984000', '145538.987000', '145538.989000', '145538.992000', '145538.995000', '145538.997000', '145539.000000', '145539.002000', '145539.005000', '145539.008000', '145539.010000', '145539.013000', '145539.016000', '145539.018000', '145539.021000', '145539.023000', '145539.026000', '145539.029000', '145539.031000', '145539.034000', '145539.036000', '145539.039000', '145539.041000', '145539.060000', '145539.062000', '145539.065000', '145539.068000', '145539.070000', '145539.073000', '145539.075000', '145539.078000', '145539.080000', '145539.083000', '145539.086000', '145539.088000', '145558.962000', '145558.965000', '145558.967000', '145558.970000', '145558.973000', '145558.975000', '145558.978000', '145558.980000', '145558.983000', '145558.986000', '145558.988000', '145558.991000', '145558.993000', '145558.996000', '145558.999000', '145559.001000', '145559.004000', '145559.006000', '145559.009000', '145559.012000', '145559.014000', '145559.017000', '145559.019000', '145559.022000', '145559.025000', '145559.028000', '145559.032000', '145559.035000', '145559.038000', '145559.040000', '145559.043000', '145559.046000', '145559.048000', '145559.051000', '145559.053000', '145559.057000', '145559.060000', '145559.062000', '145559.065000', '145559.068000', '145559.070000', '145559.073000', '145559.075000', '145618.962000', '145618.965000', '145618.967000', '145618.970000', '145618.973000', '145618.975000', '145618.978000', '145618.981000', '145618.983000', '145618.986000', '145618.989000', '145618.991000', '145618.994000', '145618.997000', '145618.999000', '145619.002000', '145619.005000', '145619.008000', '145619.011000', '145619.014000', '145619.016000', '145619.019000', '145619.022000', '145619.024000', '145619.027000', '145619.030000', '145619.033000', '145619.035000', '145619.038000', '145619.041000', '145619.044000', '145619.046000', '145619.049000', '145619.052000', '145619.054000', '145619.057000', '145619.061000', '145619.064000', '145619.067000', '145619.069000', '145619.072000', '145619.074000', '145619.077000', '145619.080000', '145638.962000', '145638.964000', '145638.967000', '145638.970000', '145638.972000', '145638.975000', '145638.977000', '145638.980000', '145638.982000', '145638.985000', '145638.988000', '145638.990000', '145638.993000', '145638.996000', '145638.998000', '145639.002000', '145639.005000', '145639.007000', '145639.010000', '145639.012000', '145639.015000', '145639.018000', '145639.020000', '145639.023000', '145639.025000', '145639.028000', '145639.030000', '145639.033000', '145639.036000', '145639.038000', '145639.041000', '145639.043000', '145639.046000', '145639.049000', '145639.051000', '145639.054000', '145639.056000', '145639.059000', '145639.061000', '145639.064000', '145639.067000', '145639.069000', '145639.072000', '145658.961000', '145658.963000', '145658.966000', '145658.969000', '145658.971000', '145658.974000', '145658.976000', '145658.979000', '145658.982000', '145658.984000', '145658.987000', '145658.989000', '145658.992000', '145658.995000', '145658.997000', '145659.001000', '145659.003000', '145659.006000', '145659.008000', '145659.011000', '145659.014000', '145659.016000', '145659.019000', '145659.021000', '145659.024000', '145659.027000', '145659.029000', '145659.032000', '145659.034000', '145659.037000', '145659.040000', '145659.042000', '145659.045000', '145659.047000', '145659.050000', '145659.053000', '145659.055000', '145659.058000', '145659.060000', '145659.063000', '145659.066000', '145659.068000', '145659.071000', '145659.074000', '145718.961000', '145718.964000', '145718.966000', '145718.969000', '145718.971000', '145718.974000', '145718.977000', '145718.979000', '145718.982000', '145718.984000', '145718.987000', '145718.989000', '145718.992000', '145718.995000', '145718.998000', '145719.001000', '145719.004000', '145719.007000', '145719.009000', '145719.012000', '145719.014000', '145719.017000', '145719.020000', '145719.022000', '145719.025000', '145719.027000', '145719.030000', '145719.033000', '145719.035000', '145719.038000', '145719.040000', '145719.043000', '145719.046000', '145719.048000', '145719.051000', '145719.053000', '145719.056000', '145719.059000', '145719.061000', '145719.064000', '145719.067000', '145719.069000', '145719.072000', '145738.960000', '145738.963000', '145738.966000', '145738.968000', '145738.971000', '145738.974000', '145738.976000', '145738.979000', '145738.982000', '145738.985000', '145738.987000', '145738.990000', '145738.993000', '145738.995000', '145738.998000', '145739.002000', '145739.004000', '145739.007000', '145739.009000', '145739.012000', '145739.015000', '145739.017000', '145739.020000', '145739.022000', '145739.025000', '145739.027000', '145739.030000', '145739.033000', '145739.035000', '145739.038000', '145739.040000', '145739.043000', '145739.046000', '145739.048000', '145739.051000', '145739.054000', '145739.056000', '145739.059000', '145739.085000', '145739.088000', '145739.090000', '145739.093000', '145739.096000', '145758.961000', '145758.963000', '145758.966000', '145758.969000', '145758.971000', '145758.974000', '145758.976000', '145758.979000', '145758.982000', '145758.984000', '145758.987000', '145758.989000', '145758.992000', '145758.995000', '145758.997000', '145759.000000', '145759.003000', '145759.005000', '145759.008000', '145759.010000', '145759.013000', '145759.016000', '145759.018000', '145759.021000', '145759.023000', '145759.026000', '145759.029000', '145759.031000', '145759.034000', '145759.036000', '145759.039000', '145759.042000', '145759.044000', '145759.047000', '145759.049000', '145759.052000', '145759.054000', '145759.057000', '145759.060000', '145759.062000', '145759.065000', '145759.067000', '145759.070000', '145759.073000', '145818.962000', '145818.964000', '145818.967000', '145818.970000', '145818.972000', '145818.975000', '145818.977000', '145818.980000', '145818.983000', '145818.985000', '145818.988000', '145818.990000', '145818.993000', '145818.995000', '145818.998000', '145819.001000', '145819.003000', '145819.006000', '145819.008000', '145819.011000', '145819.014000', '145819.016000', '145819.019000', '145819.021000', '145819.024000', '145819.027000', '145819.029000', '145819.032000', '145819.034000', '145819.037000', '145819.039000', '145819.042000', '145819.045000', '145819.047000', '145819.050000', '145819.052000', '145819.055000', '145819.058000', '145819.060000', '145819.063000', '145819.066000', '145819.068000', '145819.071000', '145819.073000', '145838.962000', '145838.965000', '145838.967000', '145838.970000', '145838.972000', '145838.975000', '145838.978000', '145838.980000', '145838.983000', '145838.985000', '145838.988000', '145838.991000', '145838.993000', '145838.996000', '145839.000000', '145839.002000', '145839.005000', '145839.008000', '145839.010000', '145839.013000', '145839.015000', '145839.018000', '145839.021000', '145839.023000', '145839.026000', '145839.028000', '145839.031000', '145839.034000', '145839.036000', '145839.039000', '145839.041000', '145839.044000', '145839.047000', '145839.049000', '145839.052000', '145839.054000', '145839.057000', '145839.060000', '145839.062000', '145839.065000', '145839.067000', '145839.070000', '145839.073000', '145858.962000', '145858.964000', '145858.967000', '145858.970000', '145858.972000', '145858.975000', '145858.977000', '145858.980000', '145858.983000', '145858.985000', '145858.988000', '145858.991000', '145858.993000', '145858.996000', '145858.998000', '145859.002000', '145859.004000', '145859.007000', '145859.010000', '145859.012000', '145859.015000', '145859.017000', '145859.020000', '145859.023000', '145859.025000', '145859.028000', '145859.031000', '145859.033000', '145859.036000', '145859.038000', '145859.041000', '145859.043000', '145859.046000', '145859.054000', '145859.056000', '145859.059000', '145859.062000', '145859.064000', '145859.067000', '145859.069000', '145859.072000', '145859.075000', '145859.077000', '145859.080000', '145918.961000', '145918.964000', '145918.966000', '145918.969000', '145918.971000', '145918.974000', '145918.976000', '145918.979000', '145918.982000', '145918.984000', '145918.987000', '145918.990000', '145918.992000', '145918.995000', '145918.997000', '145919.001000', '145919.003000', '145919.006000', '145919.009000', '145919.011000', '145919.014000', '145919.016000', '145919.019000', '145919.022000', '145919.024000', '145919.027000', '145919.029000', '145919.032000', '145919.035000', '145919.037000', '145919.040000', '145919.042000', '145919.045000', '145919.048000', '145919.050000', '145919.053000', '145919.055000', '145919.058000', '145919.060000', '145919.063000', '145919.066000', '145919.068000', '145919.071000', '145932.473000', '145932.476000', '145932.479000', '145932.481000', '145932.484000', '145932.487000', '145932.490000', '145932.493000', '145932.495000', '145932.498000', '145932.501000', '145932.504000', '145932.506000', '145932.509000', '145932.511000', '145932.514000', '145932.517000', '145932.520000', '145932.522000', '145932.525000', '145932.528000', '145932.530000', '145932.533000', '145932.536000', '145932.538000', '145932.541000', '145932.544000', '145932.546000', '145932.549000', '145932.552000'], 'InstanceCreationTime': ['145059.002000', '145059.005000', '145059.008000', '145059.011000', '145059.025000', '145059.027000', '145059.030000', '145059.033000', '145059.035000', '145059.038000', '145059.041000', '145059.044000', '145059.047000', '145059.072000', '145059.074000', '145059.077000', '145059.080000', '145059.082000', '145059.085000', '145059.088000', '145059.091000', '145059.094000', '145059.097000', '145059.099000', '145059.102000', '145059.105000', '145059.108000', '145059.111000', '145059.114000', '145059.117000', '145059.119000', '145059.122000', '145059.125000', '145059.128000', '145059.130000', '145059.133000', '145059.137000', '145059.140000', '145059.143000', '145059.146000', '145059.149000', '145118.961000', '145118.964000', '145118.967000', '145118.970000', '145118.972000', '145118.975000', '145118.977000', '145118.980000', '145118.982000', '145118.985000', '145118.988000', '145118.990000', '145118.993000', '145118.995000', '145118.998000', '145119.001000', '145119.003000', '145119.006000', '145119.008000', '145119.011000', '145119.013000', '145119.016000', '145119.018000', '145119.021000', '145119.024000', '145119.026000', '145119.029000', '145119.031000', '145119.034000', '145119.037000', '145119.039000', '145119.042000', '145119.044000', '145119.047000', '145119.049000', '145119.052000', '145119.063000', '145119.066000', '145119.068000', '145119.071000', '145119.073000', '145119.076000', '145119.079000', '145119.081000', '145138.961000', '145138.964000', '145138.967000', '145138.970000', '145138.972000', '145138.975000', '145138.977000', '145138.980000', '145138.983000', '145138.985000', '145138.988000', '145138.991000', '145138.993000', '145138.996000', '145138.998000', '145139.002000', '145139.005000', '145139.007000', '145139.010000', '145139.013000', '145139.015000', '145139.018000', '145139.020000', '145139.023000', '145139.026000', '145139.028000', '145139.031000', '145139.034000', '145139.036000', '145139.039000', '145139.041000', '145139.044000', '145139.046000', '145139.049000', '145139.052000', '145139.054000', '145139.057000', '145139.059000', '145139.069000', '145139.072000', '145139.074000', '145139.077000', '145139.080000', '145158.962000', '145158.964000', '145158.967000', '145158.970000', '145158.972000', '145158.975000', '145158.977000', '145158.980000', '145158.983000', '145158.985000', '145158.988000', '145158.991000', '145158.994000', '145158.996000', '145158.999000', '145159.001000', '145159.004000', '145159.007000', '145159.009000', '145159.012000', '145159.015000', '145159.017000', '145159.020000', '145159.022000', '145159.025000', '145159.027000', '145159.030000', '145159.033000', '145159.035000', '145159.049000', '145159.051000', '145159.054000', '145159.056000', '145159.059000', '145159.061000', '145159.064000', '145159.067000', '145159.069000', '145159.072000', '145159.074000', '145159.077000', '145159.079000', '145159.082000', '145159.085000', '145218.960000', '145218.963000', '145218.966000', '145218.968000', '145218.971000', '145218.974000', '145218.976000', '145218.979000', '145218.981000', '145218.984000', '145218.986000', '145218.989000', '145218.992000', '145218.994000', '145218.997000', '145219.000000', '145219.003000', '145219.006000', '145219.008000', '145219.011000', '145219.013000', '145219.016000', '145219.018000', '145219.021000', '145219.023000', '145219.026000', '145219.029000', '145219.031000', '145219.034000', '145219.037000', '145219.039000', '145219.042000', '145219.044000', '145219.047000', '145219.056000', '145219.059000', '145219.061000', '145219.064000', '145219.067000', '145219.069000', '145219.072000', '145219.074000', '145219.077000', '145238.960000', '145238.963000', '145238.966000', '145238.969000', '145238.971000', '145238.974000', '145238.976000', '145238.979000', '145238.981000', '145238.984000', '145238.986000', '145238.989000', '145238.992000', '145238.994000', '145238.997000', '145239.006000', '145239.009000', '145239.012000', '145239.014000', '145239.017000', '145239.020000', '145239.022000', '145239.025000', '145239.028000', '145239.031000', '145239.064000', '145239.066000', '145239.069000', '145239.072000', '145239.074000', '145239.077000', '145239.079000', '145239.082000', '145239.084000', '145239.087000', '145239.090000', '145239.092000', '145239.095000', '145239.097000', '145239.100000', '145239.102000', '145239.105000', '145239.108000', '145258.960000', '145258.963000', '145258.966000', '145258.968000', '145258.971000', '145258.974000', '145258.976000', '145258.979000', '145258.981000', '145258.984000', '145258.987000', '145258.989000', '145258.992000', '145258.994000', '145258.997000', '145259.001000', '145259.003000', '145259.006000', '145259.008000', '145259.011000', '145259.014000', '145259.016000', '145259.019000', '145259.021000', '145259.024000', '145259.027000', '145259.029000', '145259.032000', '145259.034000', '145259.037000', '145259.040000', '145259.042000', '145259.045000', '145259.047000', '145259.050000', '145259.052000', '145259.055000', '145259.058000', '145259.060000', '145259.063000', '145259.065000', '145259.068000', '145259.070000', '145259.073000', '145318.960000', '145318.963000', '145318.966000', '145318.968000', '145318.971000', '145318.974000', '145318.977000', '145318.980000', '145318.982000', '145318.985000', '145318.988000', '145318.990000', '145318.993000', '145318.995000', '145318.998000', '145319.001000', '145319.004000', '145319.007000', '145319.010000', '145319.013000', '145319.015000', '145319.018000', '145319.021000', '145319.024000', '145319.027000', '145319.030000', '145319.033000', '145319.036000', '145319.039000', '145319.041000', '145319.044000', '145319.046000', '145319.049000', '145319.052000', '145319.054000', '145319.057000', '145319.059000', '145319.062000', '145319.064000', '145319.067000', '145319.070000', '145319.072000', '145319.075000', '145338.962000', '145338.964000', '145338.967000', '145338.970000', '145338.972000', '145338.975000', '145338.977000', '145338.980000', '145338.983000', '145338.985000', '145338.988000', '145338.990000', '145338.993000', '145338.996000', '145338.998000', '145339.002000', '145339.004000', '145339.010000', '145339.013000', '145339.015000', '145339.018000', '145339.021000', '145339.023000', '145339.026000', '145339.028000', '145339.031000', '145339.034000', '145339.036000', '145339.039000', '145339.041000', '145339.044000', '145339.047000', '145339.049000', '145339.052000', '145339.054000', '145339.057000', '145339.060000', '145339.062000', '145339.065000', '145339.067000', '145339.070000', '145339.073000', '145339.075000', '145339.078000', '145358.961000', '145358.964000', '145358.967000', '145358.969000', '145358.972000', '145358.975000', '145358.977000', '145358.980000', '145358.982000', '145358.985000', '145358.988000', '145358.991000', '145358.993000', '145358.996000', '145358.998000', '145359.002000', '145359.005000', '145359.007000', '145359.010000', '145359.012000', '145359.015000', '145359.018000', '145359.020000', '145359.023000', '145359.025000', '145359.028000', '145359.030000', '145359.033000', '145359.036000', '145359.038000', '145359.041000', '145359.043000', '145359.046000', '145359.048000', '145359.051000', '145359.054000', '145359.057000', '145359.059000', '145359.062000', '145359.064000', '145359.067000', '145359.070000', '145359.072000', '145418.962000', '145418.964000', '145418.967000', '145418.970000', '145418.972000', '145418.975000', '145418.977000', '145419.000000', '145419.003000', '145419.005000', '145419.008000', '145419.010000', '145419.013000', '145419.016000', '145419.018000', '145419.021000', '145419.023000', '145419.026000', '145419.028000', '145419.031000', '145419.034000', '145419.036000', '145419.039000', '145419.041000', '145419.044000', '145419.047000', '145419.049000', '145419.052000', '145419.054000', '145419.057000', '145419.059000', '145419.062000', '145419.065000', '145419.067000', '145419.070000', '145419.072000', '145419.075000', '145419.078000', '145419.080000', '145419.083000', '145419.085000', '145419.088000', '145419.091000', '145419.093000', '145438.961000', '145438.964000', '145438.966000', '145438.969000', '145438.971000', '145438.974000', '145438.976000', '145438.979000', '145438.982000', '145438.984000', '145438.987000', '145438.989000', '145438.992000', '145438.994000', '145438.997000', '145439.000000', '145439.002000', '145439.005000', '145439.007000', '145439.010000', '145439.013000', '145439.016000', '145439.019000', '145439.022000', '145439.025000', '145439.028000', '145439.031000', '145439.033000', '145439.036000', '145439.039000', '145439.042000', '145439.044000', '145439.047000', '145439.050000', '145439.053000', '145439.055000', '145439.058000', '145439.061000', '145439.063000', '145439.066000', '145439.068000', '145439.084000', '145439.087000', '145458.960000', '145458.963000', '145458.966000', '145458.968000', '145458.971000', '145458.974000', '145458.976000', '145458.979000', '145458.982000', '145458.984000', '145458.987000', '145458.989000', '145458.992000', '145458.995000', '145458.997000', '145459.000000', '145459.002000', '145459.005000', '145459.007000', '145459.010000', '145459.013000', '145459.015000', '145459.018000', '145459.020000', '145459.023000', '145459.026000', '145459.028000', '145459.031000', '145459.033000', '145459.036000', '145459.039000', '145459.041000', '145459.044000', '145459.046000', '145459.049000', '145459.052000', '145459.054000', '145459.057000', '145459.059000', '145459.062000', '145459.064000', '145459.067000', '145459.070000', '145459.072000', '145518.961000', '145518.963000', '145518.966000', '145518.969000', '145518.971000', '145518.974000', '145518.976000', '145518.979000', '145518.982000', '145518.984000', '145518.987000', '145518.989000', '145518.992000', '145518.994000', '145518.997000', '145519.001000', '145519.003000', '145519.006000', '145519.008000', '145519.011000', '145519.014000', '145519.016000', '145519.019000', '145519.021000', '145519.024000', '145519.027000', '145519.029000', '145519.032000', '145519.034000', '145519.037000', '145519.040000', '145519.042000', '145519.045000', '145519.048000', '145519.050000', '145519.053000', '145519.055000', '145519.058000', '145519.060000', '145519.063000', '145519.066000', '145519.068000', '145519.071000', '145538.961000', '145538.963000', '145538.966000', '145538.969000', '145538.971000', '145538.974000', '145538.977000', '145538.979000', '145538.982000', '145538.984000', '145538.987000', '145538.989000', '145538.992000', '145538.995000', '145538.997000', '145539.000000', '145539.002000', '145539.005000', '145539.008000', '145539.010000', '145539.013000', '145539.016000', '145539.018000', '145539.021000', '145539.023000', '145539.026000', '145539.029000', '145539.031000', '145539.034000', '145539.036000', '145539.039000', '145539.041000', '145539.060000', '145539.062000', '145539.065000', '145539.068000', '145539.070000', '145539.073000', '145539.075000', '145539.078000', '145539.080000', '145539.083000', '145539.086000', '145539.088000', '145558.962000', '145558.965000', '145558.967000', '145558.970000', '145558.973000', '145558.975000', '145558.978000', '145558.980000', '145558.983000', '145558.986000', '145558.988000', '145558.991000', '145558.993000', '145558.996000', '145558.999000', '145559.001000', '145559.004000', '145559.006000', '145559.009000', '145559.012000', '145559.014000', '145559.017000', '145559.019000', '145559.022000', '145559.025000', '145559.028000', '145559.032000', '145559.035000', '145559.038000', '145559.040000', '145559.043000', '145559.046000', '145559.048000', '145559.051000', '145559.053000', '145559.057000', '145559.060000', '145559.062000', '145559.065000', '145559.068000', '145559.070000', '145559.073000', '145559.075000', '145618.962000', '145618.965000', '145618.967000', '145618.970000', '145618.973000', '145618.975000', '145618.978000', '145618.981000', '145618.983000', '145618.986000', '145618.989000', '145618.991000', '145618.994000', '145618.997000', '145618.999000', '145619.002000', '145619.005000', '145619.008000', '145619.011000', '145619.014000', '145619.016000', '145619.019000', '145619.022000', '145619.024000', '145619.027000', '145619.030000', '145619.033000', '145619.035000', '145619.038000', '145619.041000', '145619.044000', '145619.046000', '145619.049000', '145619.052000', '145619.054000', '145619.057000', '145619.061000', '145619.064000', '145619.067000', '145619.069000', '145619.072000', '145619.074000', '145619.077000', '145619.080000', '145638.962000', '145638.964000', '145638.967000', '145638.970000', '145638.972000', '145638.975000', '145638.977000', '145638.980000', '145638.982000', '145638.985000', '145638.988000', '145638.990000', '145638.993000', '145638.996000', '145638.998000', '145639.002000', '145639.005000', '145639.007000', '145639.010000', '145639.012000', '145639.015000', '145639.018000', '145639.020000', '145639.023000', '145639.025000', '145639.028000', '145639.030000', '145639.033000', '145639.036000', '145639.038000', '145639.041000', '145639.043000', '145639.046000', '145639.049000', '145639.051000', '145639.054000', '145639.056000', '145639.059000', '145639.061000', '145639.064000', '145639.067000', '145639.069000', '145639.072000', '145658.961000', '145658.963000', '145658.966000', '145658.969000', '145658.971000', '145658.974000', '145658.976000', '145658.979000', '145658.982000', '145658.984000', '145658.987000', '145658.989000', '145658.992000', '145658.995000', '145658.997000', '145659.001000', '145659.003000', '145659.006000', '145659.008000', '145659.011000', '145659.014000', '145659.016000', '145659.019000', '145659.021000', '145659.024000', '145659.027000', '145659.029000', '145659.032000', '145659.034000', '145659.037000', '145659.040000', '145659.042000', '145659.045000', '145659.047000', '145659.050000', '145659.053000', '145659.055000', '145659.058000', '145659.060000', '145659.063000', '145659.066000', '145659.068000', '145659.071000', '145659.074000', '145718.961000', '145718.964000', '145718.966000', '145718.969000', '145718.971000', '145718.974000', '145718.977000', '145718.979000', '145718.982000', '145718.984000', '145718.987000', '145718.989000', '145718.992000', '145718.995000', '145718.998000', '145719.001000', '145719.004000', '145719.007000', '145719.009000', '145719.012000', '145719.014000', '145719.017000', '145719.020000', '145719.022000', '145719.025000', '145719.027000', '145719.030000', '145719.033000', '145719.035000', '145719.038000', '145719.040000', '145719.043000', '145719.046000', '145719.048000', '145719.051000', '145719.053000', '145719.056000', '145719.059000', '145719.061000', '145719.064000', '145719.067000', '145719.069000', '145719.072000', '145738.960000', '145738.963000', '145738.966000', '145738.968000', '145738.971000', '145738.974000', '145738.976000', '145738.979000', '145738.982000', '145738.985000', '145738.987000', '145738.990000', '145738.993000', '145738.995000', '145738.998000', '145739.002000', '145739.004000', '145739.007000', '145739.009000', '145739.012000', '145739.015000', '145739.017000', '145739.020000', '145739.022000', '145739.025000', '145739.027000', '145739.030000', '145739.033000', '145739.035000', '145739.038000', '145739.040000', '145739.043000', '145739.046000', '145739.048000', '145739.051000', '145739.054000', '145739.056000', '145739.059000', '145739.085000', '145739.088000', '145739.090000', '145739.093000', '145739.096000', '145758.961000', '145758.963000', '145758.966000', '145758.969000', '145758.971000', '145758.974000', '145758.976000', '145758.979000', '145758.982000', '145758.984000', '145758.987000', '145758.989000', '145758.992000', '145758.995000', '145758.997000', '145759.000000', '145759.003000', '145759.005000', '145759.008000', '145759.010000', '145759.013000', '145759.016000', '145759.018000', '145759.021000', '145759.023000', '145759.026000', '145759.029000', '145759.031000', '145759.034000', '145759.036000', '145759.039000', '145759.042000', '145759.044000', '145759.047000', '145759.049000', '145759.052000', '145759.054000', '145759.057000', '145759.060000', '145759.062000', '145759.065000', '145759.067000', '145759.070000', '145759.073000', '145818.962000', '145818.964000', '145818.967000', '145818.970000', '145818.972000', '145818.975000', '145818.977000', '145818.980000', '145818.983000', '145818.985000', '145818.988000', '145818.990000', '145818.993000', '145818.995000', '145818.998000', '145819.001000', '145819.003000', '145819.006000', '145819.008000', '145819.011000', '145819.014000', '145819.016000', '145819.019000', '145819.021000', '145819.024000', '145819.027000', '145819.029000', '145819.032000', '145819.034000', '145819.037000', '145819.039000', '145819.042000', '145819.045000', '145819.047000', '145819.050000', '145819.052000', '145819.055000', '145819.058000', '145819.060000', '145819.063000', '145819.066000', '145819.068000', '145819.071000', '145819.073000', '145838.962000', '145838.965000', '145838.967000', '145838.970000', '145838.972000', '145838.975000', '145838.978000', '145838.980000', '145838.983000', '145838.985000', '145838.988000', '145838.991000', '145838.993000', '145838.996000', '145839.000000', '145839.002000', '145839.005000', '145839.008000', '145839.010000', '145839.013000', '145839.015000', '145839.018000', '145839.021000', '145839.023000', '145839.026000', '145839.028000', '145839.031000', '145839.034000', '145839.036000', '145839.039000', '145839.041000', '145839.044000', '145839.047000', '145839.049000', '145839.052000', '145839.054000', '145839.057000', '145839.060000', '145839.062000', '145839.065000', '145839.067000', '145839.070000', '145839.073000', '145858.962000', '145858.964000', '145858.967000', '145858.970000', '145858.972000', '145858.975000', '145858.977000', '145858.980000', '145858.983000', '145858.985000', '145858.988000', '145858.991000', '145858.993000', '145858.996000', '145858.998000', '145859.002000', '145859.004000', '145859.007000', '145859.010000', '145859.012000', '145859.015000', '145859.017000', '145859.020000', '145859.023000', '145859.025000', '145859.028000', '145859.031000', '145859.033000', '145859.036000', '145859.038000', '145859.041000', '145859.043000', '145859.046000', '145859.054000', '145859.056000', '145859.059000', '145859.062000', '145859.064000', '145859.067000', '145859.069000', '145859.072000', '145859.075000', '145859.077000', '145859.080000', '145918.961000', '145918.964000', '145918.966000', '145918.969000', '145918.971000', '145918.974000', '145918.976000', '145918.979000', '145918.982000', '145918.984000', '145918.987000', '145918.990000', '145918.992000', '145918.995000', '145918.997000', '145919.001000', '145919.003000', '145919.006000', '145919.009000', '145919.011000', '145919.014000', '145919.016000', '145919.019000', '145919.022000', '145919.024000', '145919.027000', '145919.029000', '145919.032000', '145919.035000', '145919.037000', '145919.040000', '145919.042000', '145919.045000', '145919.048000', '145919.050000', '145919.053000', '145919.055000', '145919.058000', '145919.060000', '145919.063000', '145919.066000', '145919.068000', '145919.071000', '145932.473000', '145932.476000', '145932.479000', '145932.481000', '145932.484000', '145932.487000', '145932.490000', '145932.493000', '145932.495000', '145932.498000', '145932.501000', '145932.504000', '145932.506000', '145932.509000', '145932.511000', '145932.514000', '145932.517000', '145932.520000', '145932.522000', '145932.525000', '145932.528000', '145932.530000', '145932.533000', '145932.536000', '145932.538000', '145932.541000', '145932.544000', '145932.546000', '145932.549000', '145932.552000'], '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': [15296, 13202, 15496, 13951, 15223, 14022, 10607, 15023, 11968, 15234, 12557, 14991, 11810, 14925, 12095, 15066, 12204, 15236, 11988, 14586, 14649, 14680, 13359, 9513, 14672, 11586, 14084, 15342, 13383, 15028, 14072, 14786, 12461, 14907, 11013, 14643, 11697, 14307, 11117, 14181, 10769, 14230, 10888, 14535, 11394, 14426, 11477, 14286, 11463, 13993, 10270, 14676, 10946, 14248, 11338, 13532, 9688, 13940, 9700, 13096, 11154, 13953, 11122, 12726, 9815, 13052, 11121, 13090, 13621, 12927, 16019, 13082, 13595, 12596, 14807, 12539, 14629, 10994, 14272, 11249, 13875, 11548, 13742, 11237, 13442, 11012, 13034, 12183, 12971, 12235, 13324, 14297, 13374, 12277, 13743, 11031, 13466, 10919, 12492, 17356, 12276, 14525, 12394, 14206, 10851, 14063, 13062, 13395, 14994, 12176, 14376, 13168, 13970, 11631, 14091, 13160, 13790, 12668, 13988, 13121, 13914, 12363, 13648, 12384, 13702, 13057, 13626, 12625, 13414, 11295, 13241, 13027, 12734, 14197, 13084, 15061, 12929, 14611, 14166, 14426, 13250, 14289, 12613, 14579, 12959, 13902, 12209, 13628, 12375, 13539, 11847, 13227, 11264, 12760, 11088, 13684, 13733, 13635, 13964, 12597, 14592, 12893, 14446, 13315, 13932, 11935, 13225, 13115, 13062, 11196, 13682, 11726, 13516, 12195, 13281, 13684, 13434, 13620, 13537, 15467, 13557, 14046, 13441, 13109, 13774, 12793, 12963, 14806, 12697, 14508, 14617, 14173, 12161, 13618, 13506, 13314, 14896, 12322, 14481, 12300, 14149, 11974, 13531, 10224, 13335, 9988, 12875, 11883, 14167, 12629, 13213, 11675, 13043, 10199, 12918, 11823, 13470, 14294, 13123, 14340, 13407, 15003, 13745, 14128, 11917, 13470, 15316, 12777, 14659, 14655, 14479, 12755, 13632, 14971, 13693, 15070, 13836, 14787, 13094, 14042, 12680, 13651, 12904, 13597, 11028, 13598, 14599, 13061, 14624, 14927, 14189, 13796, 13827, 12199, 13656, 11932, 14253, 13490, 15278, 12350, 14774, 14196, 13988, 13071, 13656, 13872, 15180, 13498, 14674, 13940, 14701, 13583, 14423, 15663, 16602, 14614, 15784, 14222, 14636, 13309, 14803, 13679, 14531, 13817, 14799, 12871, 14691, 11787, 14705, 12751, 14790, 14616, 14820, 13401, 14213, 14346, 13787, 14697, 14267, 14437, 14703, 13288, 14386, 13696, 14520, 15765, 14713, 13876, 15198, 15196, 14159, 15836, 14235, 14250, 14519, 14963, 10490, 14009, 11281, 14273, 13650, 14898, 12984, 14424, 12479, 14612, 14715, 14518, 17322, 14875, 12323, 14113, 13912, 14154, 13481, 14464, 12806, 14549, 13408, 14258, 13238, 14143, 12518, 14631, 13489, 14471, 12598, 14283, 10593, 14097, 17763, 15332, 14391, 15015, 14650, 14981, 14565, 13680, 14350, 13296, 14398, 11646, 14625, 9363, 14359, 11686, 13749, 14543, 12777, 14815, 15725, 14458, 13505, 14407, 13413, 14423, 11128, 14537, 10113, 14143, 10059, 13858, 10969, 14044, 10634, 13978, 11599, 14265, 13484, 14706, 14394, 10629, 13876, 11928, 14597, 12152, 14160, 12995, 14118, 14828, 14196, 15012, 15442, 14688, 14255, 15182, 13919, 15049, 14723, 15313, 13771, 15127, 12196, 14454, 13231, 14831, 13096, 14883, 13661, 14846, 14645, 14572, 13865, 14978, 14989, 14901, 13245, 14487, 14216, 14726, 13179, 14387, 12371, 14179, 11196, 13904, 10239, 13923, 13812, 14361, 14299, 13514, 14897, 13883, 14708, 13346, 14521, 11903, 14024, 14850, 13977, 14111, 14196, 14339, 11296, 14193, 15662, 14289, 14330, 13415, 14478, 11728, 14044, 11725, 14226, 14523, 12563, 14608, 14505, 14708, 12333, 14198, 10055, 13169, 14658, 12822, 14760, 13098, 14564, 12721, 9448, 12747, 10282, 13174, 12056, 13596, 14668, 13213, 14204, 13422, 14673, 13872, 14272, 12260, 13831, 16953, 12899, 13863, 13133, 15142, 13187, 14435, 12956, 13923, 11486, 13613, 10923, 13998, 15395, 14603, 16269, 13908, 14490, 13272, 13921, 13855, 14141, 14313, 14196, 14085, 14208, 13795, 14280, 13482, 13983, 13192, 14206, 14226, 14286, 14555, 14113, 14858, 14897, 14283, 14658, 12861, 14299, 13062, 14152, 12845, 14846, 13425, 14317, 13083, 14283, 11437, 14374, 11674, 14242, 11537, 13817, 11375, 13927, 10790, 14087, 13718, 14019, 11511, 13477, 10623, 13319, 11306, 13677, 15309, 13769, 18588, 13413, 16731, 13259, 14346, 13580, 14939, 13152, 15655, 13552, 14380, 11859, 13836, 13729, 14186, 14452, 12482, 14423, 12404, 14196, 9599, 13689, 9538, 13403, 13883, 13674, 14413, 13751, 14300, 15027, 14378, 13134, 14263, 9543, 13848, 10164, 13627, 13377, 13658, 14361, 13778, 14172, 14244, 14355, 12232, 14162, 12065, 13734, 11559, 13241, 10476, 13447, 14476, 13097, 13917, 13389, 13603, 14246, 14132, 12174, 13444, 10312, 13170, 13363, 13053, 13928, 13001, 14036, 14619, 13630, 14311, 13781, 11584, 13484, 10911, 13288, 11336, 13022, 9457, 13044, 11217, 13460, 10662, 12722, 11167, 12852, 13785, 13080, 13689, 13666, 14592, 13309, 15432, 13158, 14283, 11951, 13752, 10486, 12887, 14268, 13604, 13850, 13442, 14039, 13787, 13955, 13252, 13592, 14132, 13635, 12401, 13558, 9696, 13423, 13164, 13438, 13539, 13602, 13686, 14557, 15137, 13008, 13516, 12094, 13530, 10058, 13324, 9333, 13365, 9049, 13902, 11056, 13632, 13562, 14182, 13368, 11096, 13672, 13790, 14458, 13513, 14079, 11969, 13905, 13147, 13837, 17281, 14110, 14277, 13168, 14504, 14554, 15509, 13815, 14447, 12823, 14533, 13436, 14335, 13648, 13824, 14334, 14259, 14199, 14839, 14618, 13889, 14040, 15478, 14183, 14510, 14086, 13266, 14303, 12980, 14005, 11459, 13839, 13883, 14306, 15214, 13126, 14937, 14343, 14456, 14003, 14298, 13262, 14511, 14083, 14090, 13749, 13960, 14748, 14317, 13024, 13896, 14452, 12291, 14128, 11844, 14124, 13329, 14635, 13672, 14097, 12963, 14341, 17588, 15104, 16658, 14846, 13039, 13715, 14546, 14545, 13140, 14698, 10908, 13707, 12859, 14115, 13480, 14213, 13842, 14256, 15743, 13834, 14339, 14246, 15324, 14249, 15664, 13929, 14567, 13998, 13984, 14295, 13084, 14436, 13632, 13395, 14483, 11053, 13960, 11564, 14548, 16141, 14749, 14109, 12849, 14157, 13306, 14274, 12042, 14680, 10106, 14573, 13807, 14206, 14447, 14168, 14849, 13499, 14807, 12915, 14438, 12295, 14381, 10960, 14293, 13702, 14127, 14420, 14489, 14568, 13258, 14614, 12787, 14369, 13496, 14397, 13647, 14609, 14298, 14699, 14037, 14542, 13208, 14476, 15335, 14215, 13339, 14629, 13840, 14896, 14698, 14582, 13221, 14316, 12448, 13717, 11326, 14222, 12390, 14372, 13542, 14645, 13088, 14305, 14508, 14300, 14727, 15096, 13296, 14301, 14393, 11749, 14551, 17806, 14701, 14861, 14395, 14832, 13144, 14616, 13738, 14366, 13725, 15921, 15034, 11213, 14319, 11043, 14452, 12346, 14502, 12979, 14569, 14549, 14288, 14124, 14864, 14689, 15496, 14310, 11789, 14160, 13081, 14697, 13550, 14783, 14819, 14056, 13312, 14262, 14697, 14618, 14644, 14748, 14841, 15098, 13374, 14609, 13199, 14665, 13743, 14665, 12702, 14478, 12525, 14336, 11536, 14373, 11173, 14563, 14064, 13316, 10267, 12335, 13018, 9541, 13394, 12800, 13308, 14152, 13929, 13526, 14509, 13938, 12306, 14670, 13416, 12252, 13165, 11319, 13811, 13727, 14764, 15283, 14006, 15073, 14044, 14448, 14321, 15050, 13641, 15199, 13641, 15014, 12962, 14881, 12043, 15055, 11827, 14568, 11850, 14632, 12169, 14986, 15138, 14066, 13290, 13500, 14539, 13789, 14530, 14646, 14449, 15099, 14777, 13257, 14954, 14586, 14847, 13263, 14529, 11764, 13860, 10057, 14182, 10090, 14209, 10724, 13799, 11583, 13796, 11434, 13349, 9375, 13429, 9949, 13528, 10298, 13199, 11324, 14013, 10894, 13587, 10073, 13198, 9970, 13610, 10888, 13478, 11548, 13348, 11146, 13825, 10777, 13369, 11317, 13575, 11139, 13377, 12504, 14432, 12871, 14030, 14430, 14251, 12792, 11184, 13115, 10740, 13000, 15880, 12703, 14072, 15058, 13995, 14527, 14632, 11707, 13785, 13309, 14071, 12209, 13692, 12259, 13918, 11959, 13782, 10802, 13443, 12889, 13666, 10988, 13145, 11487, 13026, 12550, 12904, 13036, 13955, 9153, 13341, 8787, 13143, 9138, 13851, 12182, 13657, 12588, 14076, 13631, 14409, 13850, 14529, 15766, 14099, 13097, 13124, 13784, 13814, 14488, 13651, 12184, 14176, 14239, 13952, 18758, 13969, 14588, 14020, 15825, 13866, 14669, 13864, 14179, 13578, 13815, 17825, 13438, 14717, 14779, 15270, 13216, 14763, 15039, 14976, 14356, 14427, 12408, 13734, 13934, 12205, 14181, 11806, 13805, 14153, 14036, 14012, 14214, 14402, 13890, 15297, 13976, 14096, 14358, 14620, 14166, 13287, 14148, 13105, 13747, 11112, 13834, 12770, 14405, 10588, 13911, 12052], 'WindowCenter': [5227.0, 5182.0, 5188.0, 5175.0, 5185.0, 5175.0, 5145.0, 5186.0, 5155.0, 5189.0, 5166.0, 5188.0, 5168.0, 5197.0, 5179.0, 5199.0, 5180.0, 5199.0, 5181.0, 5201.0, 5200.0, 5200.0, 5201.0, 5162.0, 5215.0, 5182.0, 5203.0, 5212.0, 5202.0, 5212.0, 5204.0, 5201.0, 5180.0, 5200.0, 5172.0, 5202.0, 5196.0, 5216.0, 5195.0, 5216.0, 5186.0, 5215.0, 5198.0, 5227.0, 5206.0, 5229.0, 5210.0, 5228.0, 5198.0, 5227.0, 5189.0, 5237.0, 5199.0, 5238.0, 5196.0, 5219.0, 5178.0, 5227.0, 5189.0, 5229.0, 5209.0, 5240.0, 5198.0, 5222.0, 5189.0, 5229.0, 5198.0, 5230.0, 5226.0, 5219.0, 5236.0, 5218.0, 5216.0, 5207.0, 5215.0, 5206.0, 5216.0, 5199.0, 5217.0, 5185.0, 5216.0, 5184.0, 5214.0, 5184.0, 5216.0, 5197.0, 5215.0, 5204.0, 5216.0, 5206.0, 5229.0, 5226.0, 5230.0, 5220.0, 5231.0, 5197.0, 5230.0, 5197.0, 5220.0, 5234.0, 5209.0, 5227.0, 5205.0, 5216.0, 5174.0, 5215.0, 5192.0, 5204.0, 5212.0, 5197.0, 5213.0, 5202.0, 5213.0, 5182.0, 5213.0, 5202.0, 5213.0, 5217.0, 5227.0, 5218.0, 5227.0, 5206.0, 5217.0, 5207.0, 5228.0, 5218.0, 5228.0, 5206.0, 5219.0, 5185.0, 5208.0, 5202.0, 5206.0, 5214.0, 5204.0, 5213.0, 5195.0, 5201.0, 5201.0, 5213.0, 5203.0, 5215.0, 5190.0, 5210.0, 5192.0, 5203.0, 5192.0, 5212.0, 5202.0, 5204.0, 5182.0, 5206.0, 5183.0, 5204.0, 5182.0, 5214.0, 5212.0, 5212.0, 5200.0, 5193.0, 5202.0, 5193.0, 5201.0, 5202.0, 5214.0, 5181.0, 5206.0, 5201.0, 5203.0, 5181.0, 5214.0, 5193.0, 5204.0, 5193.0, 5206.0, 5215.0, 5224.0, 5228.0, 5228.0, 5249.0, 5230.0, 5227.0, 5231.0, 5216.0, 5229.0, 5207.0, 5220.0, 5215.0, 5203.0, 5213.0, 5210.0, 5203.0, 5191.0, 5214.0, 5190.0, 5190.0, 5199.0, 5181.0, 5200.0, 5180.0, 5201.0, 5181.0, 5201.0, 5160.0, 5202.0, 5161.0, 5201.0, 5192.0, 5225.0, 5203.0, 5215.0, 5197.0, 5217.0, 5187.0, 5219.0, 5207.0, 5229.0, 5228.0, 5217.0, 5225.0, 5205.0, 5224.0, 5202.0, 5214.0, 5182.0, 5205.0, 5213.0, 5190.0, 5202.0, 5199.0, 5200.0, 5177.0, 5201.0, 5199.0, 5189.0, 5197.0, 5188.0, 5197.0, 5187.0, 5199.0, 5189.0, 5199.0, 5178.0, 5191.0, 5169.0, 5199.0, 5199.0, 5191.0, 5211.0, 5211.0, 5201.0, 5188.0, 5201.0, 5180.0, 5216.0, 5208.0, 5225.0, 5214.0, 5223.0, 5193.0, 5224.0, 5212.0, 5224.0, 5226.0, 5227.0, 5239.0, 5248.0, 5240.0, 5236.0, 5229.0, 5235.0, 5228.0, 5217.0, 5224.0, 5223.0, 5199.0, 5202.0, 5188.0, 5188.0, 5176.0, 5186.0, 5174.0, 5176.0, 5162.0, 5172.0, 5150.0, 5171.0, 5140.0, 5172.0, 5162.0, 5184.0, 5183.0, 5184.0, 5172.0, 5186.0, 5186.0, 5186.0, 5197.0, 5187.0, 5188.0, 5186.0, 5187.0, 5187.0, 5189.0, 5186.0, 5205.0, 5186.0, 5175.0, 5185.0, 5195.0, 5198.0, 5219.0, 5198.0, 5197.0, 5197.0, 5210.0, 5171.0, 5212.0, 5181.0, 5224.0, 5201.0, 5212.0, 5189.0, 5211.0, 5190.0, 5210.0, 5200.0, 5210.0, 5218.0, 5201.0, 5179.0, 5200.0, 5200.0, 5201.0, 5190.0, 5213.0, 5189.0, 5201.0, 5188.0, 5199.0, 5187.0, 5199.0, 5186.0, 5209.0, 5188.0, 5199.0, 5177.0, 5196.0, 5159.0, 5188.0, 5205.0, 5198.0, 5187.0, 5196.0, 5185.0, 5186.0, 5183.0, 5186.0, 5188.0, 5187.0, 5201.0, 5178.0, 5199.0, 5149.0, 5200.0, 5180.0, 5199.0, 5198.0, 5192.0, 5201.0, 5210.0, 5199.0, 5201.0, 5202.0, 5201.0, 5213.0, 5170.0, 5201.0, 5161.0, 5214.0, 5171.0, 5213.0, 5181.0, 5214.0, 5183.0, 5215.0, 5193.0, 5214.0, 5204.0, 5212.0, 5201.0, 5162.0, 5203.0, 5194.0, 5215.0, 5194.0, 5214.0, 5195.0, 5216.0, 5202.0, 5203.0, 5202.0, 5201.0, 5201.0, 5175.0, 5187.0, 5164.0, 5175.0, 5161.0, 5173.0, 5150.0, 5160.0, 5137.0, 5159.0, 5150.0, 5159.0, 5162.0, 5171.0, 5162.0, 5172.0, 5172.0, 5172.0, 5174.0, 5173.0, 5172.0, 5174.0, 5162.0, 5174.0, 5173.0, 5172.0, 5160.0, 5174.0, 5163.0, 5185.0, 5155.0, 5187.0, 5160.0, 5201.0, 5190.0, 5201.0, 5201.0, 5202.0, 5211.0, 5202.0, 5212.0, 5202.0, 5215.0, 5182.0, 5203.0, 5200.0, 5201.0, 5200.0, 5200.0, 5199.0, 5171.0, 5201.0, 5197.0, 5190.0, 5188.0, 5189.0, 5199.0, 5180.0, 5203.0, 5179.0, 5201.0, 5200.0, 5192.0, 5210.0, 5212.0, 5213.0, 5203.0, 5215.0, 5174.0, 5215.0, 5222.0, 5215.0, 5236.0, 5228.0, 5225.0, 5218.0, 5177.0, 5218.0, 5210.0, 5242.0, 5219.0, 5228.0, 5228.0, 5219.0, 5227.0, 5226.0, 5227.0, 5217.0, 5227.0, 5193.0, 5201.0, 5219.0, 5191.0, 5190.0, 5191.0, 5200.0, 5190.0, 5201.0, 5178.0, 5189.0, 5169.0, 5189.0, 5156.0, 5200.0, 5196.0, 5198.0, 5194.0, 5189.0, 5185.0, 5179.0, 5188.0, 5189.0, 5191.0, 5200.0, 5187.0, 5188.0, 5188.0, 5200.0, 5199.0, 5202.0, 5201.0, 5204.0, 5202.0, 5202.0, 5200.0, 5202.0, 5201.0, 5200.0, 5201.0, 5201.0, 5216.0, 5192.0, 5202.0, 5189.0, 5203.0, 5180.0, 5211.0, 5200.0, 5203.0, 5190.0, 5212.0, 5180.0, 5200.0, 5170.0, 5200.0, 5169.0, 5190.0, 5179.0, 5201.0, 5171.0, 5211.0, 5190.0, 5201.0, 5181.0, 5191.0, 5170.0, 5200.0, 5172.0, 5203.0, 5212.0, 5202.0, 5218.0, 5191.0, 5208.0, 5191.0, 5199.0, 5189.0, 5200.0, 5188.0, 5199.0, 5178.0, 5198.0, 5167.0, 5187.0, 5186.0, 5188.0, 5187.0, 5180.0, 5187.0, 5176.0, 5189.0, 5148.0, 5190.0, 5149.0, 5190.0, 5189.0, 5200.0, 5200.0, 5199.0, 5200.0, 5209.0, 5211.0, 5203.0, 5214.0, 5164.0, 5215.0, 5176.0, 5216.0, 5203.0, 5214.0, 5213.0, 5203.0, 5201.0, 5212.0, 5213.0, 5194.0, 5212.0, 5194.0, 5215.0, 5192.0, 5206.0, 5185.0, 5217.0, 5213.0, 5204.0, 5204.0, 5204.0, 5203.0, 5214.0, 5216.0, 5193.0, 5207.0, 5174.0, 5205.0, 5202.0, 5205.0, 5203.0, 5204.0, 5203.0, 5213.0, 5203.0, 5213.0, 5213.0, 5195.0, 5216.0, 5187.0, 5205.0, 5186.0, 5207.0, 5177.0, 5207.0, 5186.0, 5206.0, 5177.0, 5207.0, 5185.0, 5208.0, 5204.0, 5208.0, 5205.0, 5204.0, 5202.0, 5193.0, 5211.0, 5193.0, 5203.0, 5171.0, 5192.0, 5160.0, 5191.0, 5189.0, 5204.0, 5191.0, 5190.0, 5201.0, 5202.0, 5201.0, 5205.0, 5204.0, 5214.0, 5205.0, 5193.0, 5204.0, 5164.0, 5205.0, 5192.0, 5205.0, 5194.0, 5192.0, 5192.0, 5201.0, 5201.0, 5191.0, 5204.0, 5192.0, 5204.0, 5160.0, 5203.0, 5165.0, 5216.0, 5177.0, 5239.0, 5209.0, 5241.0, 5230.0, 5228.0, 5228.0, 5221.0, 5241.0, 5250.0, 5251.0, 5242.0, 5241.0, 5210.0, 5232.0, 5218.0, 5221.0, 5233.0, 5205.0, 5192.0, 5181.0, 5188.0, 5178.0, 5185.0, 5166.0, 5177.0, 5156.0, 5173.0, 5161.0, 5173.0, 5162.0, 5164.0, 5172.0, 5175.0, 5174.0, 5184.0, 5184.0, 5174.0, 5186.0, 5197.0, 5188.0, 5198.0, 5201.0, 5190.0, 5203.0, 5186.0, 5201.0, 5180.0, 5203.0, 5200.0, 5202.0, 5211.0, 5188.0, 5200.0, 5198.0, 5198.0, 5200.0, 5212.0, 5202.0, 5200.0, 5203.0, 5210.0, 5214.0, 5213.0, 5226.0, 5213.0, 5204.0, 5215.0, 5213.0, 5192.0, 5203.0, 5181.0, 5214.0, 5190.0, 5201.0, 5188.0, 5190.0, 5177.0, 5188.0, 5206.0, 5197.0, 5197.0, 5186.0, 5177.0, 5188.0, 5187.0, 5199.0, 5177.0, 5198.0, 5157.0, 5190.0, 5188.0, 5200.0, 5190.0, 5199.0, 5189.0, 5198.0, 5209.0, 5189.0, 5200.0, 5199.0, 5209.0, 5189.0, 5199.0, 5188.0, 5198.0, 5197.0, 5200.0, 5188.0, 5190.0, 5187.0, 5189.0, 5176.0, 5188.0, 5167.0, 5189.0, 5168.0, 5201.0, 5197.0, 5200.0, 5187.0, 5178.0, 5186.0, 5189.0, 5198.0, 5178.0, 5198.0, 5148.0, 5197.0, 5176.0, 5188.0, 5189.0, 5200.0, 5200.0, 5190.0, 5201.0, 5189.0, 5201.0, 5191.0, 5214.0, 5182.0, 5212.0, 5199.0, 5202.0, 5201.0, 5200.0, 5201.0, 5198.0, 5211.0, 5190.0, 5202.0, 5186.0, 5201.0, 5201.0, 5210.0, 5210.0, 5214.0, 5214.0, 5214.0, 5205.0, 5215.0, 5223.0, 5202.0, 5215.0, 5212.0, 5213.0, 5226.0, 5211.0, 5212.0, 5191.0, 5202.0, 5179.0, 5201.0, 5172.0, 5199.0, 5179.0, 5201.0, 5190.0, 5199.0, 5178.0, 5198.0, 5212.0, 5199.0, 5199.0, 5197.0, 5179.0, 5175.0, 5187.0, 5156.0, 5188.0, 5205.0, 5188.0, 5183.0, 5186.0, 5173.0, 5165.0, 5183.0, 5176.0, 5186.0, 5187.0, 5184.0, 5186.0, 5155.0, 5197.0, 5168.0, 5200.0, 5179.0, 5199.0, 5178.0, 5209.0, 5200.0, 5199.0, 5201.0, 5200.0, 5211.0, 5210.0, 5201.0, 5181.0, 5211.0, 5202.0, 5212.0, 5202.0, 5211.0, 5202.0, 5201.0, 5193.0, 5200.0, 5200.0, 5190.0, 5197.0, 5201.0, 5198.0, 5187.0, 5175.0, 5185.0, 5165.0, 5186.0, 5174.0, 5187.0, 5176.0, 5187.0, 5163.0, 5186.0, 5156.0, 5188.0, 5156.0, 5199.0, 5201.0, 5205.0, 5160.0, 5188.0, 5202.0, 5172.0, 5216.0, 5218.0, 5229.0, 5230.0, 5230.0, 5208.0, 5204.0, 5189.0, 5172.0, 5203.0, 5192.0, 5181.0, 5206.0, 5174.0, 5192.0, 5178.0, 5190.0, 5189.0, 5190.0, 5200.0, 5191.0, 5166.0, 5173.0, 5174.0, 5163.0, 5162.0, 5141.0, 5149.0, 5126.0, 5138.0, 5115.0, 5136.0, 5111.0, 5134.0, 5111.0, 5134.0, 5113.0, 5146.0, 5143.0, 5146.0, 5135.0, 5146.0, 5147.0, 5148.0, 5158.0, 5160.0, 5159.0, 5170.0, 5171.0, 5162.0, 5172.0, 5172.0, 5175.0, 5163.0, 5176.0, 5154.0, 5177.0, 5147.0, 5200.0, 5159.0, 5198.0, 5159.0, 5191.0, 5180.0, 5203.0, 5183.0, 5205.0, 5165.0, 5214.0, 5175.0, 5216.0, 5174.0, 5216.0, 5199.0, 5227.0, 5184.0, 5206.0, 5173.0, 5206.0, 5175.0, 5214.0, 5182.0, 5217.0, 5195.0, 5216.0, 5185.0, 5205.0, 5186.0, 5206.0, 5187.0, 5216.0, 5196.0, 5215.0, 5207.0, 5226.0, 5206.0, 5215.0, 5216.0, 5215.0, 5207.0, 5196.0, 5217.0, 5197.0, 5220.0, 5235.0, 5209.0, 5219.0, 5226.0, 5216.0, 5214.0, 5214.0, 5193.0, 5203.0, 5190.0, 5202.0, 5180.0, 5203.0, 5179.0, 5191.0, 5180.0, 5191.0, 5170.0, 5202.0, 5179.0, 5191.0, 5169.0, 5191.0, 5170.0, 5193.0, 5193.0, 5206.0, 5213.0, 5214.0, 5163.0, 5203.0, 5164.0, 5217.0, 5177.0, 5228.0, 5205.0, 5241.0, 5231.0, 5228.0, 5226.0, 5227.0, 5227.0, 5228.0, 5249.0, 5216.0, 5205.0, 5206.0, 5214.0, 5222.0, 5225.0, 5240.0, 5217.0, 5229.0, 5216.0, 5215.0, 5232.0, 5203.0, 5199.0, 5190.0, 5187.0, 5166.0, 5188.0, 5164.0, 5175.0, 5151.0, 5162.0, 5179.0, 5160.0, 5160.0, 5159.0, 5171.0, 5162.0, 5172.0, 5172.0, 5173.0, 5174.0, 5183.0, 5177.0, 5186.0, 5198.0, 5178.0, 5199.0, 5179.0, 5201.0, 5200.0, 5201.0, 5213.0, 5203.0, 5202.0, 5203.0, 5211.0, 5201.0, 5201.0, 5203.0, 5211.0, 5201.0, 5203.0, 5202.0, 5189.0, 5192.0, 5171.0, 5201.0, 5191.0, 5201.0, 5169.0, 5203.0, 5191.0], 'WindowWidth': [11283.0, 11209.0, 11209.0, 11185.0, 11198.0, 11186.0, 11143.0, 11203.0, 11159.0, 11209.0, 11174.0, 11209.0, 11180.0, 11222.0, 11197.0, 11227.0, 11200.0, 11229.0, 11206.0, 11231.0, 11231.0, 11230.0, 11234.0, 11181.0, 11259.0, 11207.0, 11240.0, 11249.0, 11238.0, 11252.0, 11242.0, 11233.0, 11203.0, 11232.0, 11195.0, 11236.0, 11233.0, 11263.0, 11234.0, 11264.0, 11221.0, 11261.0, 11242.0, 11281.0, 11253.0, 11289.0, 11261.0, 11286.0, 11241.0, 11283.0, 11230.0, 11298.0, 11247.0, 11301.0, 11237.0, 11272.0, 11213.0, 11283.0, 11229.0, 11288.0, 11261.0, 11306.0, 11243.0, 11282.0, 11232.0, 11290.0, 11244.0, 11291.0, 11283.0, 11277.0, 11294.0, 11272.0, 11265.0, 11255.0, 11262.0, 11251.0, 11265.0, 11244.0, 11268.0, 11217.0, 11265.0, 11216.0, 11260.0, 11216.0, 11266.0, 11239.0, 11265.0, 11246.0, 11267.0, 11253.0, 11287.0, 11283.0, 11293.0, 11279.0, 11297.0, 11242.0, 11293.0, 11239.0, 11276.0, 11289.0, 11258.0, 11283.0, 11248.0, 11262.0, 11199.0, 11259.0, 11222.0, 11241.0, 11251.0, 11237.0, 11256.0, 11238.0, 11254.0, 11212.0, 11256.0, 11241.0, 11259.0, 11270.0, 11283.0, 11268.0, 11284.0, 11252.0, 11268.0, 11253.0, 11286.0, 11273.0, 11286.0, 11250.0, 11272.0, 11217.0, 11254.0, 11239.0, 11249.0, 11259.0, 11245.0, 11254.0, 11230.0, 11235.0, 11234.0, 11254.0, 11241.0, 11260.0, 11220.0, 11251.0, 11222.0, 11241.0, 11223.0, 11256.0, 11239.0, 11247.0, 11210.0, 11248.0, 11213.0, 11244.0, 11210.0, 11260.0, 11256.0, 11256.0, 11236.0, 11228.0, 11237.0, 11226.0, 11237.0, 11240.0, 11258.0, 11206.0, 11248.0, 11236.0, 11243.0, 11209.0, 11260.0, 11227.0, 11245.0, 11226.0, 11250.0, 11263.0, 11278.0, 11287.0, 11288.0, 11321.0, 11294.0, 11284.0, 11295.0, 11264.0, 11287.0, 11254.0, 11275.0, 11263.0, 11243.0, 11256.0, 11249.0, 11241.0, 11222.0, 11259.0, 11220.0, 11221.0, 11231.0, 11207.0, 11233.0, 11204.0, 11236.0, 11208.0, 11237.0, 11177.0, 11238.0, 11180.0, 11238.0, 11227.0, 11277.0, 11247.0, 11265.0, 11238.0, 11270.0, 11226.0, 11275.0, 11255.0, 11289.0, 11288.0, 11271.0, 11278.0, 11248.0, 11274.0, 11240.0, 11259.0, 11210.0, 11248.0, 11255.0, 11220.0, 11236.0, 11229.0, 11232.0, 11195.0, 11235.0, 11230.0, 11214.0, 11221.0, 11212.0, 11223.0, 11209.0, 11229.0, 11215.0, 11232.0, 11195.0, 11220.0, 11188.0, 11231.0, 11230.0, 11221.0, 11249.0, 11250.0, 11236.0, 11211.0, 11233.0, 11202.0, 11264.0, 11259.0, 11279.0, 11260.0, 11272.0, 11228.0, 11274.0, 11254.0, 11278.0, 11286.0, 11285.0, 11304.0, 11318.0, 11307.0, 11299.0, 11290.0, 11295.0, 11285.0, 11266.0, 11274.0, 11269.0, 11228.0, 11236.0, 11209.0, 11210.0, 11188.0, 11205.0, 11183.0, 11190.0, 11165.0, 11177.0, 11143.0, 11175.0, 11130.0, 11178.0, 11163.0, 11200.0, 11197.0, 11199.0, 11181.0, 11203.0, 11207.0, 11208.0, 11224.0, 11209.0, 11211.0, 11206.0, 11208.0, 11208.0, 11212.0, 11207.0, 11234.0, 11207.0, 11188.0, 11203.0, 11218.0, 11226.0, 11260.0, 11226.0, 11226.0, 11224.0, 11246.0, 11194.0, 11254.0, 11208.0, 11274.0, 11239.0, 11253.0, 11217.0, 11250.0, 11218.0, 11246.0, 11235.0, 11248.0, 11257.0, 11233.0, 11198.0, 11230.0, 11230.0, 11234.0, 11217.0, 11257.0, 11217.0, 11233.0, 11211.0, 11229.0, 11210.0, 11230.0, 11208.0, 11247.0, 11210.0, 11228.0, 11193.0, 11221.0, 11170.0, 11211.0, 11232.0, 11224.0, 11209.0, 11220.0, 11203.0, 11203.0, 11200.0, 11207.0, 11211.0, 11207.0, 11234.0, 11200.0, 11228.0, 11158.0, 11231.0, 11203.0, 11231.0, 11229.0, 11225.0, 11234.0, 11246.0, 11232.0, 11234.0, 11238.0, 11234.0, 11255.0, 11190.0, 11235.0, 11178.0, 11259.0, 11194.0, 11255.0, 11211.0, 11261.0, 11215.0, 11262.0, 11228.0, 11258.0, 11244.0, 11249.0, 11232.0, 11179.0, 11241.0, 11230.0, 11261.0, 11228.0, 11258.0, 11229.0, 11260.0, 11239.0, 11237.0, 11237.0, 11232.0, 11235.0, 11188.0, 11208.0, 11167.0, 11184.0, 11160.0, 11176.0, 11140.0, 11155.0, 11120.0, 11152.0, 11140.0, 11155.0, 11165.0, 11175.0, 11162.0, 11176.0, 11178.0, 11177.0, 11184.0, 11180.0, 11177.0, 11182.0, 11163.0, 11182.0, 11177.0, 11179.0, 11157.0, 11181.0, 11168.0, 11201.0, 11160.0, 11209.0, 11174.0, 11234.0, 11217.0, 11235.0, 11233.0, 11238.0, 11250.0, 11238.0, 11251.0, 11236.0, 11259.0, 11210.0, 11239.0, 11231.0, 11232.0, 11230.0, 11230.0, 11229.0, 11190.0, 11234.0, 11220.0, 11214.0, 11210.0, 11214.0, 11229.0, 11203.0, 11240.0, 11198.0, 11232.0, 11231.0, 11224.0, 11247.0, 11252.0, 11258.0, 11241.0, 11260.0, 11201.0, 11261.0, 11269.0, 11264.0, 11296.0, 11285.0, 11277.0, 11272.0, 11212.0, 11272.0, 11267.0, 11313.0, 11277.0, 11292.0, 11287.0, 11275.0, 11284.0, 11282.0, 11283.0, 11266.0, 11283.0, 11226.0, 11237.0, 11259.0, 11220.0, 11218.0, 11220.0, 11231.0, 11218.0, 11232.0, 11195.0, 11214.0, 11183.0, 11213.0, 11165.0, 11232.0, 11220.0, 11224.0, 11215.0, 11211.0, 11205.0, 11199.0, 11210.0, 11214.0, 11217.0, 11229.0, 11208.0, 11211.0, 11212.0, 11232.0, 11230.0, 11237.0, 11235.0, 11244.0, 11239.0, 11238.0, 11233.0, 11235.0, 11234.0, 11232.0, 11235.0, 11234.0, 11264.0, 11225.0, 11236.0, 11215.0, 11241.0, 11201.0, 11250.0, 11232.0, 11241.0, 11219.0, 11251.0, 11203.0, 11231.0, 11186.0, 11229.0, 11185.0, 11217.0, 11200.0, 11236.0, 11194.0, 11252.0, 11219.0, 11233.0, 11206.0, 11220.0, 11188.0, 11234.0, 11193.0, 11242.0, 11253.0, 11238.0, 11255.0, 11219.0, 11240.0, 11221.0, 11230.0, 11217.0, 11232.0, 11212.0, 11228.0, 11194.0, 11225.0, 11180.0, 11211.0, 11206.0, 11211.0, 11207.0, 11200.0, 11208.0, 11193.0, 11215.0, 11153.0, 11215.0, 11156.0, 11216.0, 11216.0, 11233.0, 11229.0, 11230.0, 11231.0, 11247.0, 11251.0, 11241.0, 11259.0, 11187.0, 11263.0, 11206.0, 11265.0, 11242.0, 11259.0, 11255.0, 11240.0, 11236.0, 11252.0, 11255.0, 11230.0, 11255.0, 11227.0, 11261.0, 11226.0, 11251.0, 11219.0, 11266.0, 11255.0, 11245.0, 11245.0, 11243.0, 11242.0, 11259.0, 11264.0, 11225.0, 11251.0, 11199.0, 11246.0, 11237.0, 11244.0, 11241.0, 11244.0, 11240.0, 11252.0, 11238.0, 11256.0, 11256.0, 11234.0, 11266.0, 11220.0, 11248.0, 11219.0, 11252.0, 11210.0, 11254.0, 11221.0, 11250.0, 11207.0, 11251.0, 11217.0, 11253.0, 11242.0, 11253.0, 11244.0, 11241.0, 11236.0, 11223.0, 11247.0, 11224.0, 11239.0, 11188.0, 11220.0, 11172.0, 11219.0, 11213.0, 11238.0, 11220.0, 11218.0, 11232.0, 11235.0, 11234.0, 11245.0, 11243.0, 11257.0, 11246.0, 11223.0, 11241.0, 11187.0, 11245.0, 11224.0, 11245.0, 11228.0, 11222.0, 11220.0, 11232.0, 11233.0, 11218.0, 11242.0, 11221.0, 11242.0, 11175.0, 11238.0, 11190.0, 11264.0, 11213.0, 11308.0, 11261.0, 11310.0, 11292.0, 11285.0, 11287.0, 11282.0, 11314.0, 11325.0, 11327.0, 11313.0, 11310.0, 11262.0, 11296.0, 11269.0, 11277.0, 11286.0, 11245.0, 11222.0, 11204.0, 11210.0, 11192.0, 11203.0, 11172.0, 11192.0, 11157.0, 11180.0, 11159.0, 11180.0, 11164.0, 11168.0, 11179.0, 11185.0, 11185.0, 11197.0, 11199.0, 11184.0, 11204.0, 11223.0, 11213.0, 11228.0, 11236.0, 11217.0, 11239.0, 11206.0, 11234.0, 11202.0, 11239.0, 11232.0, 11239.0, 11250.0, 11212.0, 11230.0, 11226.0, 11229.0, 11232.0, 11255.0, 11238.0, 11234.0, 11238.0, 11250.0, 11260.0, 11256.0, 11277.0, 11257.0, 11243.0, 11262.0, 11254.0, 11224.0, 11239.0, 11207.0, 11257.0, 11217.0, 11234.0, 11210.0, 11214.0, 11195.0, 11211.0, 11235.0, 11222.0, 11220.0, 11206.0, 11193.0, 11211.0, 11210.0, 11227.0, 11193.0, 11226.0, 11168.0, 11217.0, 11213.0, 11231.0, 11216.0, 11230.0, 11213.0, 11226.0, 11241.0, 11215.0, 11231.0, 11229.0, 11244.0, 11213.0, 11227.0, 11210.0, 11225.0, 11224.0, 11231.0, 11212.0, 11217.0, 11210.0, 11212.0, 11191.0, 11210.0, 11180.0, 11213.0, 11184.0, 11233.0, 11224.0, 11227.0, 11207.0, 11196.0, 11205.0, 11212.0, 11226.0, 11196.0, 11225.0, 11152.0, 11221.0, 11190.0, 11211.0, 11213.0, 11234.0, 11232.0, 11217.0, 11235.0, 11216.0, 11236.0, 11223.0, 11259.0, 11210.0, 11253.0, 11231.0, 11239.0, 11235.0, 11233.0, 11237.0, 11230.0, 11250.0, 11216.0, 11234.0, 11208.0, 11236.0, 11234.0, 11250.0, 11249.0, 11261.0, 11258.0, 11263.0, 11246.0, 11258.0, 11270.0, 11239.0, 11262.0, 11253.0, 11257.0, 11276.0, 11251.0, 11253.0, 11220.0, 11238.0, 11200.0, 11235.0, 11193.0, 11229.0, 11202.0, 11234.0, 11215.0, 11229.0, 11196.0, 11227.0, 11251.0, 11230.0, 11227.0, 11221.0, 11197.0, 11187.0, 11206.0, 11161.0, 11209.0, 11231.0, 11209.0, 11199.0, 11204.0, 11182.0, 11171.0, 11195.0, 11190.0, 11208.0, 11210.0, 11198.0, 11202.0, 11160.0, 11221.0, 11184.0, 11232.0, 11199.0, 11227.0, 11196.0, 11246.0, 11230.0, 11229.0, 11236.0, 11233.0, 11250.0, 11248.0, 11233.0, 11206.0, 11251.0, 11238.0, 11254.0, 11238.0, 11249.0, 11235.0, 11238.0, 11224.0, 11230.0, 11229.0, 11216.0, 11221.0, 11230.0, 11224.0, 11206.0, 11186.0, 11201.0, 11171.0, 11202.0, 11182.0, 11206.0, 11189.0, 11207.0, 11168.0, 11203.0, 11161.0, 11209.0, 11165.0, 11229.0, 11235.0, 11246.0, 11175.0, 11212.0, 11234.0, 11199.0, 11265.0, 11270.0, 11288.0, 11290.0, 11289.0, 11252.0, 11239.0, 11212.0, 11189.0, 11236.0, 11218.0, 11200.0, 11244.0, 11195.0, 11218.0, 11189.0, 11209.0, 11209.0, 11212.0, 11230.0, 11215.0, 11172.0, 11178.0, 11181.0, 11163.0, 11160.0, 11125.0, 11136.0, 11098.0, 11115.0, 11079.0, 11110.0, 11071.0, 11106.0, 11071.0, 11108.0, 11076.0, 11124.0, 11120.0, 11128.0, 11114.0, 11131.0, 11133.0, 11137.0, 11151.0, 11155.0, 11155.0, 11170.0, 11173.0, 11162.0, 11177.0, 11175.0, 11184.0, 11164.0, 11187.0, 11155.0, 11191.0, 11151.0, 11232.0, 11172.0, 11226.0, 11171.0, 11219.0, 11202.0, 11239.0, 11211.0, 11245.0, 11189.0, 11258.0, 11203.0, 11263.0, 11202.0, 11264.0, 11242.0, 11281.0, 11214.0, 11249.0, 11199.0, 11248.0, 11202.0, 11258.0, 11210.0, 11266.0, 11232.0, 11264.0, 11216.0, 11248.0, 11217.0, 11249.0, 11222.0, 11263.0, 11234.0, 11263.0, 11253.0, 11280.0, 11251.0, 11262.0, 11262.0, 11262.0, 11253.0, 11238.0, 11269.0, 11238.0, 11275.0, 11291.0, 11256.0, 11271.0, 11278.0, 11262.0, 11256.0, 11256.0, 11227.0, 11240.0, 11218.0, 11237.0, 11204.0, 11238.0, 11201.0, 11219.0, 11200.0, 11219.0, 11188.0, 11237.0, 11200.0, 11220.0, 11185.0, 11218.0, 11188.0, 11225.0, 11225.0, 11247.0, 11260.0, 11258.0, 11184.0, 11243.0, 11191.0, 11269.0, 11212.0, 11287.0, 11250.0, 11311.0, 11294.0, 11289.0, 11279.0, 11284.0, 11283.0, 11286.0, 11316.0, 11264.0, 11246.0, 11246.0, 11259.0, 11272.0, 11278.0, 11308.0, 11271.0, 11288.0, 11266.0, 11262.0, 11281.0, 11239.0, 11230.0, 11214.0, 11207.0, 11173.0, 11209.0, 11166.0, 11183.0, 11144.0, 11162.0, 11184.0, 11156.0, 11156.0, 11155.0, 11174.0, 11163.0, 11178.0, 11176.0, 11178.0, 11184.0, 11195.0, 11192.0, 11207.0, 11227.0, 11199.0, 11228.0, 11199.0, 11232.0, 11230.0, 11234.0, 11255.0, 11242.0, 11236.0, 11239.0, 11247.0, 11235.0, 11235.0, 11242.0, 11249.0, 11237.0, 11239.0, 11235.0, 11213.0, 11221.0, 11188.0, 11234.0, 11221.0, 11234.0, 11187.0, 11238.0, 11219.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.0009968307426597583</td></tr>
<tr><td colspan=3>aqi</td><td>0.02312969628670121</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.96893613562661</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2995452922385453</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0124670290579092</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>6423.7295</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08298724064254023</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2815198618307426</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5601979842394313</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.522957303484374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.791470024355259</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3661666248786606</td></tr>
<tr><td colspan=3>gcor</td><td>0.0232149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015926077961921692</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033478863537311554</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>4.0593769704217655</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>31.7397</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0089</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.0272</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293556.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.6187</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7131</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>656.9785</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4366.7629</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1134.4037</td></tr>
<tr><td colspan=3>tsnr</td><td>42.249447759240866</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>