<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>bab5243e8dcc6b5e96f4187f245bece2</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:13:11.015000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996063, -0.000243207, 0.0886483, 0.00243381, 0.999694, -0.024604]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104244</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7748, -7254, 558, -96, -204, 70, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>265.954</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3728d50b-1f25-4acc-979e-9c5fb0ee29e0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6723639965057373, 0.006529747508466244, 0.23926110565662384, 110.2110824584961], [0.0006525065400637686, 2.6821067333221436, -0.06675171107053757, -82.55455017089844], [0.23783692717552185, 0.06601064652204514, 2.688549518585205, -73.13838195800781], [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': ['141311.015000', '141311.475000', '141311.935000', '141312.395000', '141312.855000', '141313.315000', '141313.775000', '141314.235000', '141314.695000', '141315.155000', '141315.615000', '141316.075000', '141316.535000', '141316.995000', '141317.455000', '141317.915000', '141318.375000', '141318.835000', '141319.295000', '141319.755000', '141320.215000', '141320.675000', '141321.135000', '141321.595000', '141322.055000', '141322.515000', '141322.975000', '141323.435000', '141323.895000', '141324.355000', '141324.815000', '141325.275000', '141325.735000', '141326.195000', '141326.655000', '141327.115000', '141327.575000', '141328.035000', '141328.495000', '141328.955000', '141329.415000', '141329.875000', '141330.335000', '141330.795000', '141331.255000', '141331.715000', '141332.175000', '141332.635000', '141333.095000', '141333.555000', '141334.015000', '141334.475000', '141334.935000', '141335.395000', '141335.855000', '141336.315000', '141336.775000', '141337.235000', '141337.695000', '141338.155000', '141338.615000', '141339.075000', '141339.535000', '141339.995000', '141340.455000', '141340.915000', '141341.375000', '141341.835000', '141342.295000', '141342.755000', '141343.215000', '141343.675000', '141344.135000', '141344.595000', '141345.055000', '141345.515000', '141345.975000', '141346.435000', '141346.895000', '141347.355000', '141347.815000', '141348.275000', '141348.735000', '141349.195000', '141349.655000', '141350.115000', '141350.575000', '141351.035000', '141351.495000', '141351.955000', '141352.415000', '141352.875000', '141353.335000', '141353.795000', '141354.255000', '141354.715000', '141355.175000', '141355.635000', '141356.095000', '141356.555000', '141357.015000', '141357.475000', '141357.935000', '141358.395000', '141358.855000', '141359.315000', '141359.775000', '141400.235000', '141400.695000', '141401.155000', '141401.615000', '141402.075000', '141402.535000', '141402.995000', '141403.455000', '141403.915000', '141404.375000', '141404.835000', '141405.295000', '141405.755000', '141406.215000', '141406.675000', '141407.135000', '141407.595000', '141408.055000', '141408.515000', '141408.975000', '141409.435000', '141409.895000', '141410.355000', '141410.815000', '141411.275000', '141411.735000', '141412.195000', '141412.655000', '141413.115000', '141413.575000', '141414.035000', '141414.495000', '141414.955000', '141415.415000', '141415.875000', '141416.335000', '141416.795000', '141417.255000', '141417.715000', '141418.175000', '141418.635000', '141419.095000', '141419.555000', '141420.015000', '141420.475000', '141420.935000', '141421.395000', '141421.855000', '141422.315000', '141422.775000', '141423.235000', '141423.695000', '141424.155000', '141424.615000', '141425.075000', '141425.535000', '141425.995000', '141426.455000', '141426.915000', '141427.375000', '141427.835000', '141428.295000', '141428.755000', '141429.215000', '141429.675000', '141430.135000', '141430.595000', '141431.055000', '141431.515000', '141431.975000', '141432.435000', '141432.895000', '141433.355000', '141433.815000', '141434.275000', '141434.735000', '141435.195000', '141435.655000', '141436.115000', '141436.575000', '141437.035000', '141437.495000', '141437.955000', '141438.415000', '141438.875000', '141439.335000', '141439.795000', '141440.255000', '141440.715000', '141441.175000', '141441.635000', '141442.095000', '141442.555000', '141443.015000', '141443.475000', '141443.935000', '141444.395000', '141444.855000', '141445.315000', '141445.775000', '141446.235000', '141446.695000', '141447.155000', '141447.615000', '141448.075000', '141448.535000', '141448.995000', '141449.455000', '141449.915000', '141450.375000', '141450.835000', '141451.295000', '141451.755000', '141452.215000', '141452.675000', '141453.135000', '141453.595000', '141454.055000', '141454.515000', '141454.975000', '141455.435000', '141455.895000', '141456.355000', '141456.815000', '141457.275000', '141457.735000', '141458.195000', '141458.655000', '141459.115000', '141459.575000', '141500.035000', '141500.495000', '141500.955000', '141501.415000', '141501.875000', '141502.335000', '141502.795000', '141503.255000', '141503.715000', '141504.175000', '141504.635000', '141505.095000', '141505.555000', '141506.015000', '141506.475000', '141506.935000', '141507.395000', '141507.855000', '141508.315000', '141508.775000', '141509.235000', '141509.695000', '141510.155000', '141510.615000', '141511.075000', '141511.535000', '141511.995000', '141512.455000', '141512.915000', '141513.375000', '141513.835000', '141514.295000', '141514.755000', '141515.215000', '141515.675000', '141516.135000', '141516.595000', '141517.055000', '141517.515000', '141517.975000', '141518.435000', '141518.895000', '141519.355000', '141519.815000', '141520.275000', '141520.735000', '141521.195000', '141521.655000', '141522.115000', '141522.575000', '141523.035000', '141523.495000', '141523.955000', '141524.415000', '141524.875000', '141525.335000', '141525.795000', '141526.255000', '141526.715000', '141527.175000', '141527.635000', '141528.095000', '141528.555000', '141529.015000', '141529.475000', '141529.935000', '141530.395000', '141530.855000', '141531.315000', '141531.775000', '141532.235000', '141532.695000', '141533.155000', '141533.615000', '141534.075000', '141534.535000', '141534.995000', '141535.455000', '141535.915000', '141536.375000', '141536.835000', '141537.295000', '141537.755000', '141538.215000', '141538.675000', '141539.135000', '141539.595000', '141540.055000', '141540.515000', '141540.975000', '141541.435000', '141541.895000', '141542.355000', '141542.815000', '141543.275000', '141543.735000', '141544.195000', '141544.655000', '141545.115000', '141545.575000', '141546.035000', '141546.495000', '141546.955000', '141547.415000', '141547.875000', '141548.335000', '141548.795000', '141549.255000', '141549.715000', '141550.175000', '141550.635000', '141551.095000', '141551.555000', '141552.015000', '141552.475000', '141552.935000', '141553.395000', '141553.855000', '141554.315000', '141554.775000', '141555.235000', '141555.695000', '141556.155000', '141556.615000', '141557.075000', '141557.535000', '141557.995000', '141558.455000', '141558.915000', '141559.375000', '141559.835000', '141600.295000', '141600.755000', '141601.215000', '141601.675000', '141602.135000', '141602.595000', '141603.055000', '141603.515000', '141603.975000', '141604.435000', '141604.895000', '141605.355000', '141605.815000', '141606.275000', '141606.735000', '141607.195000', '141607.655000', '141608.115000', '141608.575000', '141609.035000', '141609.495000', '141609.955000', '141610.415000', '141610.875000', '141611.335000', '141611.795000', '141612.255000', '141612.715000', '141613.175000', '141613.635000', '141614.095000', '141614.555000', '141615.015000', '141615.475000', '141615.935000', '141616.395000', '141616.855000', '141617.315000', '141617.775000', '141618.235000', '141618.695000', '141619.155000', '141619.615000', '141620.075000', '141620.535000', '141620.995000', '141621.455000', '141621.915000', '141622.375000', '141622.835000', '141623.295000', '141623.755000', '141624.215000', '141624.675000', '141625.135000', '141625.595000', '141626.055000', '141626.515000', '141626.975000', '141627.435000', '141627.895000', '141628.355000', '141628.815000', '141629.275000', '141629.735000', '141630.195000', '141630.655000', '141631.115000', '141631.575000', '141632.035000', '141632.495000', '141632.955000', '141633.415000', '141633.875000', '141634.335000', '141634.795000', '141635.255000', '141635.715000', '141636.175000', '141636.635000', '141637.095000', '141637.555000', '141638.015000', '141638.475000', '141638.935000', '141639.395000', '141639.855000', '141640.315000', '141640.775000', '141641.235000', '141641.695000', '141642.155000', '141642.615000', '141643.075000', '141643.535000', '141643.995000', '141644.455000', '141644.915000', '141645.375000', '141645.835000', '141646.295000', '141646.755000', '141647.215000', '141647.675000', '141648.135000', '141648.595000', '141649.055000', '141649.515000', '141649.975000', '141650.435000', '141650.895000', '141651.355000', '141651.815000', '141652.275000', '141652.735000', '141653.195000', '141653.655000', '141654.115000', '141654.575000', '141655.035000', '141655.495000', '141655.955000', '141656.415000', '141656.875000', '141657.335000', '141657.795000', '141658.255000', '141658.715000', '141659.175000', '141659.635000', '141700.095000', '141700.555000', '141701.015000', '141701.475000', '141701.935000', '141702.395000', '141702.855000', '141703.315000', '141703.775000', '141704.235000', '141704.695000', '141705.155000', '141705.615000', '141706.075000', '141706.535000', '141706.995000', '141707.455000', '141707.915000', '141708.375000', '141708.835000', '141709.295000', '141709.755000', '141710.215000', '141710.675000', '141711.135000', '141711.595000', '141712.055000', '141712.515000', '141712.975000', '141713.435000', '141713.895000', '141714.355000', '141714.815000', '141715.275000', '141715.735000', '141716.195000', '141716.655000', '141717.115000', '141717.575000', '141718.035000', '141718.495000', '141718.955000', '141719.415000', '141719.875000', '141720.335000', '141720.795000', '141721.255000', '141721.715000', '141722.175000', '141722.635000', '141723.095000', '141723.555000', '141724.015000', '141724.475000', '141724.935000', '141725.395000', '141725.855000', '141726.315000', '141726.775000', '141727.235000', '141727.695000', '141728.155000', '141728.615000', '141729.075000', '141729.535000', '141729.995000', '141730.455000', '141730.915000', '141731.375000', '141731.835000', '141732.295000', '141732.755000', '141733.215000', '141733.675000', '141734.135000', '141734.595000', '141735.055000', '141735.515000', '141735.975000', '141736.435000', '141736.895000', '141737.355000', '141737.815000', '141738.275000', '141738.735000', '141739.195000', '141739.655000', '141740.115000', '141740.575000', '141741.035000', '141741.495000', '141741.955000', '141742.415000', '141742.875000', '141743.335000', '141743.795000', '141744.255000', '141744.715000', '141745.175000', '141745.635000', '141746.095000', '141746.555000', '141747.015000', '141747.475000', '141747.935000', '141748.395000', '141748.855000', '141749.315000', '141749.775000', '141750.235000', '141750.695000', '141751.155000', '141751.615000', '141752.075000', '141752.535000', '141752.995000', '141753.455000', '141753.915000', '141754.375000', '141754.835000', '141755.295000', '141755.755000', '141756.215000', '141756.675000', '141757.135000', '141757.595000', '141758.055000', '141758.515000', '141758.975000', '141759.435000', '141759.895000', '141800.355000', '141800.815000', '141801.275000', '141801.735000', '141802.195000', '141802.655000', '141803.115000', '141803.575000', '141804.035000', '141804.495000', '141804.955000', '141805.415000', '141805.875000', '141806.335000', '141806.795000', '141807.255000', '141807.715000', '141808.175000', '141808.635000', '141809.095000', '141809.555000', '141810.015000', '141810.475000', '141810.935000', '141811.395000', '141811.855000', '141812.315000', '141812.775000', '141813.235000', '141813.695000', '141814.155000', '141814.615000', '141815.075000', '141815.535000', '141815.995000', '141816.455000', '141816.915000', '141817.375000', '141817.835000', '141818.295000', '141818.755000', '141819.215000', '141819.675000', '141820.135000', '141820.595000', '141821.055000', '141821.515000', '141821.975000', '141822.435000', '141822.895000', '141823.355000', '141823.815000', '141824.275000', '141824.735000', '141825.195000', '141825.655000', '141826.115000', '141826.575000', '141827.035000', '141827.495000', '141827.955000', '141828.415000', '141828.875000', '141829.335000', '141829.795000', '141830.255000', '141830.715000', '141831.175000', '141831.635000', '141832.095000', '141832.555000', '141833.015000', '141833.475000', '141833.935000', '141834.395000', '141834.855000', '141835.315000', '141835.775000', '141836.235000', '141836.695000', '141837.155000', '141837.615000', '141838.075000', '141838.535000', '141838.995000', '141839.455000', '141839.915000', '141840.375000', '141840.835000', '141841.295000', '141841.755000', '141842.215000', '141842.675000', '141843.135000', '141843.595000', '141844.055000', '141844.515000', '141844.975000', '141845.435000', '141845.895000', '141846.355000', '141846.815000', '141847.275000', '141847.735000', '141848.195000', '141848.655000', '141849.115000', '141849.575000', '141850.035000', '141850.495000', '141850.955000', '141851.415000', '141851.875000', '141852.335000', '141852.795000', '141853.255000', '141853.715000', '141854.175000', '141854.635000', '141855.095000', '141855.555000', '141856.015000', '141856.475000', '141856.935000', '141857.395000', '141857.855000', '141858.315000', '141858.775000', '141859.235000', '141859.695000', '141900.155000', '141900.615000', '141901.075000', '141901.535000', '141901.995000', '141902.455000', '141902.915000', '141903.375000', '141903.835000', '141904.295000', '141904.755000', '141905.215000', '141905.675000', '141906.135000', '141906.595000', '141907.055000', '141907.515000', '141907.975000', '141908.435000', '141908.895000', '141909.355000', '141909.815000', '141910.275000', '141910.735000', '141911.195000', '141911.655000', '141912.115000', '141912.575000', '141913.035000', '141913.495000', '141913.955000', '141914.415000', '141914.875000', '141915.335000', '141915.795000', '141916.255000', '141916.715000', '141917.175000', '141917.635000', '141918.095000', '141918.555000', '141919.015000', '141919.475000', '141919.935000', '141920.395000', '141920.855000', '141921.315000', '141921.775000', '141922.235000', '141922.695000', '141923.155000', '141923.615000', '141924.075000', '141924.535000', '141924.995000', '141925.455000', '141925.915000', '141926.375000', '141926.835000', '141927.295000', '141927.755000', '141928.215000', '141928.675000', '141929.135000', '141929.595000', '141930.055000', '141930.515000', '141930.975000', '141931.435000', '141931.895000', '141932.355000', '141932.815000', '141933.275000', '141933.735000', '141934.195000', '141934.655000', '141935.115000', '141935.575000', '141936.035000', '141936.495000', '141936.955000', '141937.415000', '141937.875000', '141938.335000', '141938.795000', '141939.255000', '141939.715000', '141940.175000', '141940.635000', '141941.095000', '141941.555000', '141942.015000', '141942.475000', '141942.935000', '141943.395000', '141943.855000', '141944.315000', '141944.775000', '141945.235000', '141945.695000', '141946.155000', '141946.615000', '141947.075000', '141947.535000', '141947.995000', '141948.455000', '141948.915000', '141949.375000', '141949.835000', '141950.295000', '141950.755000', '141951.215000', '141951.675000', '141952.135000', '141952.595000', '141953.055000', '141953.515000', '141953.975000', '141954.435000', '141954.895000', '141955.355000', '141955.815000', '141956.275000', '141956.735000', '141957.195000', '141957.655000', '141958.115000', '141958.575000', '141959.035000', '141959.495000', '141959.955000', '142000.415000', '142000.875000', '142001.335000', '142001.795000', '142002.255000', '142002.715000', '142003.175000', '142003.635000', '142004.095000', '142004.555000', '142005.015000', '142005.475000', '142005.935000', '142006.395000', '142006.855000', '142007.315000', '142007.775000', '142008.235000', '142008.695000', '142009.155000', '142009.615000', '142010.075000', '142010.535000', '142010.995000', '142011.455000', '142011.915000', '142012.375000', '142012.835000', '142013.295000', '142013.755000', '142014.215000', '142014.675000', '142015.135000', '142015.595000', '142016.055000', '142016.515000', '142016.975000', '142017.435000', '142017.895000', '142018.355000', '142018.815000', '142019.275000', '142019.735000', '142020.195000', '142020.655000', '142021.115000', '142021.575000', '142022.035000', '142022.495000', '142022.955000', '142023.415000', '142023.875000', '142024.335000', '142024.795000', '142025.255000', '142025.715000', '142026.175000', '142026.635000', '142027.095000', '142027.555000', '142028.015000', '142028.475000', '142028.935000', '142029.395000', '142029.855000', '142030.315000', '142030.775000', '142031.235000', '142031.695000', '142032.155000', '142032.615000', '142033.075000', '142033.535000', '142033.995000', '142034.455000', '142034.915000', '142035.375000', '142035.835000', '142036.295000', '142036.755000', '142037.215000', '142037.675000', '142038.135000', '142038.595000', '142039.055000', '142039.515000', '142039.975000', '142040.435000', '142040.895000', '142041.355000', '142041.815000', '142042.275000', '142042.735000', '142043.195000', '142043.655000', '142044.115000', '142044.575000', '142045.035000', '142045.495000', '142045.955000', '142046.415000', '142046.875000', '142047.335000', '142047.795000', '142048.255000', '142048.715000', '142049.175000', '142049.635000', '142050.095000', '142050.555000', '142051.015000', '142051.475000', '142051.935000', '142052.395000', '142052.855000', '142053.315000', '142053.775000', '142054.235000', '142054.695000', '142055.155000', '142055.615000', '142056.075000', '142056.535000', '142056.995000', '142057.455000', '142057.915000', '142058.375000', '142058.835000', '142059.295000', '142059.755000', '142100.215000', '142100.675000', '142101.135000', '142101.595000', '142102.055000', '142102.515000', '142102.975000', '142103.435000', '142103.895000', '142104.355000', '142104.815000', '142105.275000', '142105.735000', '142106.195000', '142106.655000', '142107.115000', '142107.575000', '142108.035000', '142108.495000', '142108.955000', '142109.415000', '142109.875000', '142110.335000', '142110.795000', '142111.255000', '142111.715000', '142112.175000', '142112.635000', '142113.095000', '142113.555000', '142114.015000', '142114.475000', '142114.935000', '142115.395000', '142115.855000', '142116.315000', '142116.775000', '142117.235000', '142117.695000', '142118.155000', '142118.615000', '142119.075000', '142119.535000', '142119.995000', '142120.455000', '142120.915000', '142121.375000', '142121.835000', '142122.295000', '142122.755000', '142123.215000', '142123.675000', '142124.135000', '142124.595000', '142125.055000', '142125.515000', '142125.975000', '142126.435000', '142126.895000', '142127.355000', '142127.815000', '142128.275000', '142128.735000', '142129.195000', '142129.655000', '142130.115000', '142130.575000', '142131.035000', '142131.495000', '142131.955000', '142132.415000', '142132.875000', '142133.335000', '142133.795000', '142134.255000', '142134.715000', '142135.175000', '142135.635000', '142136.095000', '142136.555000', '142137.015000', '142137.475000', '142137.935000', '142138.395000', '142138.855000', '142139.315000', '142139.775000', '142140.235000', '142140.695000', '142141.155000', '142141.615000', '142142.075000', '142142.535000', '142142.995000', '142143.455000', '142143.915000', '142144.375000', '142144.835000', '142145.295000', '142145.755000', '142146.215000', '142146.675000', '142147.135000', '142147.595000', '142148.055000', '142148.515000', '142148.975000', '142149.435000', '142149.895000', '142150.355000', '142150.815000', '142151.275000', '142151.735000', '142152.195000', '142152.655000', '142153.115000', '142153.575000', '142154.035000', '142154.495000', '142154.955000', '142155.415000', '142155.875000', '142156.335000', '142156.795000', '142157.255000', '142157.715000', '142158.175000', '142158.635000', '142159.095000', '142159.555000', '142200.015000', '142200.475000', '142200.935000', '142201.395000', '142201.855000', '142202.315000', '142202.775000', '142203.235000'], 'ContentTime': ['141329.126000', '141329.130000', '141329.133000', '141329.136000', '141329.139000', '141329.142000', '141329.145000', '141329.148000', '141329.151000', '141329.154000', '141329.157000', '141329.160000', '141329.163000', '141329.166000', '141329.178000', '141329.181000', '141329.184000', '141329.187000', '141329.190000', '141329.193000', '141329.196000', '141329.199000', '141329.202000', '141329.205000', '141329.212000', '141329.215000', '141329.218000', '141329.221000', '141329.224000', '141329.227000', '141329.229000', '141329.233000', '141329.236000', '141329.239000', '141329.242000', '141329.245000', '141329.248000', '141329.251000', '141349.092000', '141349.096000', '141349.104000', '141349.107000', '141349.110000', '141349.113000', '141349.116000', '141349.119000', '141349.122000', '141349.125000', '141349.127000', '141349.130000', '141349.133000', '141349.136000', '141349.139000', '141349.142000', '141349.145000', '141349.149000', '141349.152000', '141349.155000', '141349.158000', '141349.161000', '141349.164000', '141349.167000', '141349.170000', '141349.173000', '141349.176000', '141349.179000', '141349.182000', '141349.185000', '141349.188000', '141349.191000', '141349.194000', '141349.197000', '141349.200000', '141349.203000', '141349.206000', '141349.209000', '141349.211000', '141349.215000', '141349.218000', '141349.221000', '141349.224000', '141349.226000', '141409.092000', '141409.095000', '141409.098000', '141409.101000', '141409.104000', '141409.106000', '141409.109000', '141409.112000', '141409.115000', '141409.118000', '141409.121000', '141409.123000', '141409.126000', '141409.129000', '141409.132000', '141409.135000', '141409.138000', '141409.140000', '141409.143000', '141409.146000', '141409.149000', '141409.152000', '141409.155000', '141409.158000', '141409.160000', '141409.163000', '141409.166000', '141409.169000', '141409.172000', '141409.175000', '141409.178000', '141409.180000', '141409.183000', '141409.186000', '141409.189000', '141409.192000', '141409.195000', '141409.198000', '141409.202000', '141409.207000', '141409.210000', '141409.213000', '141409.216000', '141429.092000', '141429.095000', '141429.098000', '141429.100000', '141429.103000', '141429.106000', '141429.109000', '141429.112000', '141429.115000', '141429.118000', '141429.121000', '141429.123000', '141429.126000', '141429.129000', '141429.132000', '141429.135000', '141429.138000', '141429.140000', '141429.143000', '141429.146000', '141429.149000', '141429.152000', '141429.155000', '141429.157000', '141429.160000', '141429.163000', '141429.166000', '141429.169000', '141429.172000', '141429.175000', '141429.177000', '141429.180000', '141429.183000', '141429.186000', '141429.189000', '141429.192000', '141429.195000', '141429.198000', '141429.200000', '141429.203000', '141429.206000', '141429.209000', '141429.212000', '141429.214000', '141449.093000', '141449.096000', '141449.099000', '141449.102000', '141449.104000', '141449.107000', '141449.110000', '141449.113000', '141449.116000', '141449.119000', '141449.121000', '141449.124000', '141449.127000', '141449.130000', '141449.144000', '141449.147000', '141449.150000', '141449.154000', '141449.157000', '141449.160000', '141449.163000', '141449.166000', '141449.168000', '141449.171000', '141449.174000', '141449.177000', '141449.180000', '141449.183000', '141449.186000', '141449.189000', '141449.215000', '141449.218000', '141449.221000', '141449.224000', '141449.227000', '141449.230000', '141449.232000', '141449.235000', '141449.238000', '141449.241000', '141449.244000', '141449.247000', '141449.250000', '141509.093000', '141509.096000', '141509.099000', '141509.102000', '141509.104000', '141509.107000', '141509.110000', '141509.113000', '141509.116000', '141509.120000', '141509.123000', '141509.125000', '141509.128000', '141509.131000', '141509.134000', '141509.137000', '141509.140000', '141509.143000', '141509.146000', '141509.148000', '141509.151000', '141509.154000', '141509.157000', '141509.160000', '141509.163000', '141509.165000', '141509.168000', '141509.171000', '141509.174000', '141509.177000', '141509.180000', '141509.183000', '141509.186000', '141509.188000', '141509.191000', '141509.194000', '141509.197000', '141509.200000', '141509.203000', '141509.205000', '141509.208000', '141509.211000', '141509.214000', '141509.217000', '141529.093000', '141529.096000', '141529.099000', '141529.102000', '141529.104000', '141529.107000', '141529.110000', '141529.113000', '141529.116000', '141529.119000', '141529.121000', '141529.124000', '141529.127000', '141529.130000', '141529.133000', '141529.136000', '141529.139000', '141529.141000', '141529.144000', '141529.147000', '141529.150000', '141529.153000', '141529.156000', '141529.159000', '141529.162000', '141529.164000', '141529.167000', '141529.170000', '141529.173000', '141529.211000', '141529.214000', '141529.217000', '141529.220000', '141529.223000', '141529.226000', '141529.229000', '141529.231000', '141529.234000', '141529.237000', '141529.241000', '141529.245000', '141529.248000', '141529.251000', '141549.092000', '141549.095000', '141549.098000', '141549.101000', '141549.104000', '141549.106000', '141549.109000', '141549.112000', '141549.115000', '141549.118000', '141549.121000', '141549.124000', '141549.126000', '141549.129000', '141549.132000', '141549.135000', '141549.138000', '141549.141000', '141549.143000', '141549.146000', '141549.149000', '141549.152000', '141549.155000', '141549.158000', '141549.160000', '141549.163000', '141549.166000', '141549.169000', '141549.172000', '141549.202000', '141549.205000', '141549.208000', '141549.211000', '141549.214000', '141549.217000', '141549.219000', '141549.222000', '141549.225000', '141549.228000', '141549.231000', '141549.234000', '141549.237000', '141549.239000', '141549.242000', '141609.092000', '141609.095000', '141609.098000', '141609.100000', '141609.103000', '141609.106000', '141609.109000', '141609.112000', '141609.115000', '141609.118000', '141609.121000', '141609.123000', '141609.126000', '141609.129000', '141609.132000', '141609.135000', '141609.138000', '141609.140000', '141609.143000', '141609.146000', '141609.149000', '141609.152000', '141609.155000', '141609.158000', '141609.161000', '141609.163000', '141609.166000', '141609.169000', '141609.172000', '141609.234000', '141609.237000', '141609.240000', '141609.243000', '141609.246000', '141609.248000', '141609.251000', '141609.254000', '141609.258000', '141609.263000', '141609.266000', '141609.269000', '141609.272000', '141609.275000', '141629.092000', '141629.095000', '141629.098000', '141629.100000', '141629.103000', '141629.106000', '141629.109000', '141629.112000', '141629.115000', '141629.117000', '141629.134000', '141629.137000', '141629.140000', '141629.142000', '141629.145000', '141629.148000', '141629.151000', '141629.154000', '141629.157000', '141629.160000', '141629.163000', '141629.165000', '141629.168000', '141629.171000', '141629.174000', '141629.248000', '141629.251000', '141629.253000', '141629.256000', '141629.259000', '141629.262000', '141629.265000', '141629.268000', '141629.270000', '141629.273000', '141629.276000', '141629.279000', '141629.282000', '141629.285000', '141629.288000', '141629.290000', '141629.293000', '141629.296000', '141629.299000', '141649.092000', '141649.095000', '141649.098000', '141649.101000', '141649.103000', '141649.106000', '141649.109000', '141649.112000', '141649.115000', '141649.118000', '141649.120000', '141649.123000', '141649.126000', '141649.129000', '141649.132000', '141649.135000', '141649.137000', '141649.140000', '141649.143000', '141649.146000', '141649.149000', '141649.152000', '141649.154000', '141649.157000', '141649.160000', '141649.163000', '141649.166000', '141649.169000', '141649.172000', '141649.175000', '141649.211000', '141649.213000', '141649.216000', '141649.219000', '141649.222000', '141649.225000', '141649.228000', '141649.231000', '141649.233000', '141649.236000', '141649.239000', '141649.242000', '141649.245000', '141709.093000', '141709.096000', '141709.099000', '141709.102000', '141709.104000', '141709.107000', '141709.110000', '141709.113000', '141709.116000', '141709.119000', '141709.122000', '141709.125000', '141709.127000', '141709.130000', '141709.133000', '141709.136000', '141709.139000', '141709.142000', '141709.145000', '141709.147000', '141709.150000', '141709.153000', '141709.156000', '141709.159000', '141709.162000', '141709.165000', '141709.167000', '141709.170000', '141709.173000', '141709.176000', '141709.193000', '141709.196000', '141709.199000', '141709.202000', '141709.205000', '141709.208000', '141709.211000', '141709.214000', '141709.216000', '141709.219000', '141709.222000', '141709.225000', '141709.228000', '141709.231000', '141729.093000', '141729.096000', '141729.099000', '141729.102000', '141729.104000', '141729.107000', '141729.110000', '141729.113000', '141729.116000', '141729.119000', '141729.122000', '141729.125000', '141729.127000', '141729.130000', '141729.133000', '141729.136000', '141729.139000', '141729.142000', '141729.144000', '141729.147000', '141729.150000', '141729.153000', '141729.156000', '141729.159000', '141729.162000', '141729.164000', '141729.167000', '141729.170000', '141729.173000', '141729.221000', '141729.224000', '141729.227000', '141729.230000', '141729.234000', '141729.236000', '141729.239000', '141729.242000', '141729.245000', '141729.248000', '141729.251000', '141729.254000', '141729.256000', '141729.259000', '141749.093000', '141749.096000', '141749.099000', '141749.102000', '141749.105000', '141749.107000', '141749.110000', '141749.113000', '141749.116000', '141749.119000', '141749.122000', '141749.125000', '141749.127000', '141749.130000', '141749.133000', '141749.136000', '141749.139000', '141749.142000', '141749.145000', '141749.147000', '141749.150000', '141749.153000', '141749.156000', '141749.159000', '141749.162000', '141749.165000', '141749.167000', '141749.170000', '141749.214000', '141749.217000', '141749.220000', '141749.222000', '141749.226000', '141749.228000', '141749.231000', '141749.245000', '141749.253000', '141749.255000', '141749.258000', '141749.261000', '141749.264000', '141749.267000', '141749.270000', '141749.273000', '141809.092000', '141809.095000', '141809.098000', '141809.101000', '141809.104000', '141809.107000', '141809.109000', '141809.112000', '141809.115000', '141809.118000', '141809.121000', '141809.124000', '141809.127000', '141809.129000', '141809.132000', '141809.135000', '141809.138000', '141809.141000', '141809.144000', '141809.147000', '141809.150000', '141809.152000', '141809.155000', '141809.158000', '141809.161000', '141809.164000', '141809.167000', '141809.170000', '141809.172000', '141809.175000', '141809.227000', '141809.229000', '141809.232000', '141809.235000', '141809.238000', '141809.241000', '141809.244000', '141809.247000', '141809.249000', '141809.252000', '141809.255000', '141809.258000', '141809.261000', '141829.094000', '141829.098000', '141829.101000', '141829.104000', '141829.107000', '141829.110000', '141829.113000', '141829.116000', '141829.119000', '141829.121000', '141829.124000', '141829.127000', '141829.130000', '141829.133000', '141829.136000', '141829.138000', '141829.141000', '141829.144000', '141829.147000', '141829.150000', '141829.153000', '141829.156000', '141829.159000', '141829.161000', '141829.164000', '141829.167000', '141829.170000', '141829.173000', '141829.195000', '141829.198000', '141829.201000', '141829.204000', '141829.207000', '141829.210000', '141829.212000', '141829.215000', '141829.218000', '141829.221000', '141829.224000', '141829.227000', '141829.229000', '141829.232000', '141829.235000', '141849.092000', '141849.095000', '141849.098000', '141849.101000', '141849.103000', '141849.106000', '141849.109000', '141849.112000', '141849.115000', '141849.118000', '141849.121000', '141849.124000', '141849.126000', '141849.129000', '141849.132000', '141849.135000', '141849.138000', '141849.141000', '141849.144000', '141849.147000', '141849.149000', '141849.152000', '141849.155000', '141849.158000', '141849.161000', '141849.164000', '141849.167000', '141849.170000', '141849.173000', '141849.250000', '141849.253000', '141849.256000', '141849.258000', '141849.261000', '141849.264000', '141849.268000', '141849.271000', '141849.274000', '141849.277000', '141849.280000', '141849.283000', '141849.286000', '141849.289000', '141849.292000', '141909.092000', '141909.095000', '141909.098000', '141909.101000', '141909.104000', '141909.106000', '141909.109000', '141909.112000', '141909.115000', '141909.120000', '141909.124000', '141909.127000', '141909.130000', '141909.132000', '141909.135000', '141909.138000', '141909.141000', '141909.144000', '141909.147000', '141909.150000', '141909.152000', '141909.155000', '141909.158000', '141909.161000', '141909.164000', '141909.167000', '141909.169000', '141909.172000', '141909.220000', '141909.223000', '141909.226000', '141909.229000', '141909.232000', '141909.235000', '141909.237000', '141909.240000', '141909.243000', '141909.246000', '141909.249000', '141909.252000', '141909.255000', '141909.257000', '141909.260000', '141929.093000', '141929.096000', '141929.099000', '141929.102000', '141929.105000', '141929.108000', '141929.110000', '141929.113000', '141929.116000', '141929.119000', '141929.122000', '141929.125000', '141929.127000', '141929.130000', '141929.133000', '141929.136000', '141929.139000', '141929.142000', '141929.145000', '141929.147000', '141929.150000', '141929.153000', '141929.156000', '141929.159000', '141929.162000', '141929.165000', '141929.167000', '141929.170000', '141929.173000', '141929.222000', '141929.225000', '141929.228000', '141929.231000', '141929.234000', '141929.237000', '141929.239000', '141929.242000', '141929.245000', '141929.248000', '141929.251000', '141929.254000', '141929.257000', '141929.259000', '141929.262000', '141949.093000', '141949.096000', '141949.099000', '141949.102000', '141949.105000', '141949.108000', '141949.110000', '141949.113000', '141949.116000', '141949.119000', '141949.122000', '141949.125000', '141949.128000', '141949.131000', '141949.133000', '141949.137000', '141949.142000', '141949.145000', '141949.148000', '141949.151000', '141949.154000', '141949.157000', '141949.159000', '141949.162000', '141949.165000', '141949.168000', '141949.171000', '141949.174000', '141949.242000', '141949.245000', '141949.248000', '141949.251000', '141949.253000', '141949.256000', '141949.259000', '141949.262000', '141949.265000', '141949.268000', '141949.270000', '141949.273000', '141949.276000', '141949.279000', '141949.282000', '142009.093000', '142009.096000', '142009.099000', '142009.102000', '142009.105000', '142009.108000', '142009.110000', '142009.113000', '142009.116000', '142009.119000', '142009.122000', '142009.125000', '142009.127000', '142009.130000', '142009.133000', '142009.136000', '142009.139000', '142009.142000', '142009.145000', '142009.147000', '142009.150000', '142009.153000', '142009.156000', '142009.159000', '142009.162000', '142009.165000', '142009.167000', '142009.170000', '142009.173000', '142009.221000', '142009.224000', '142009.227000', '142009.230000', '142009.233000', '142009.236000', '142009.238000', '142009.241000', '142009.244000', '142009.247000', '142009.250000', '142009.253000', '142009.255000', '142009.258000', '142009.261000', '142029.092000', '142029.095000', '142029.098000', '142029.101000', '142029.103000', '142029.106000', '142029.109000', '142029.112000', '142029.115000', '142029.118000', '142029.121000', '142029.124000', '142029.127000', '142029.129000', '142029.132000', '142029.135000', '142029.138000', '142029.141000', '142029.144000', '142029.147000', '142029.150000', '142029.152000', '142029.155000', '142029.158000', '142029.161000', '142029.164000', '142029.167000', '142029.170000', '142029.173000', '142029.240000', '142029.242000', '142029.245000', '142029.248000', '142029.251000', '142029.254000', '142029.257000', '142029.259000', '142029.262000', '142029.265000', '142029.268000', '142029.271000', '142029.274000', '142029.277000', '142049.092000', '142049.095000', '142049.098000', '142049.101000', '142049.103000', '142049.106000', '142049.109000', '142049.112000', '142049.115000', '142049.118000', '142049.120000', '142049.123000', '142049.126000', '142049.129000', '142049.132000', '142049.135000', '142049.138000', '142049.141000', '142049.143000', '142049.146000', '142049.149000', '142049.152000', '142049.155000', '142049.158000', '142049.161000', '142049.163000', '142049.166000', '142049.169000', '142049.172000', '142049.275000', '142049.278000', '142049.281000', '142049.284000', '142049.286000', '142049.289000', '142049.292000', '142049.295000', '142049.298000', '142049.301000', '142049.303000', '142049.306000', '142049.309000', '142049.312000', '142049.315000', '142109.092000', '142109.095000', '142109.098000', '142109.101000', '142109.104000', '142109.107000', '142109.110000', '142109.113000', '142109.116000', '142109.119000', '142109.122000', '142109.125000', '142109.128000', '142109.130000', '142109.133000', '142109.136000', '142109.139000', '142109.142000', '142109.145000', '142109.148000', '142109.150000', '142109.153000', '142109.156000', '142109.159000', '142109.162000', '142109.165000', '142109.168000', '142109.171000', '142109.241000', '142109.244000', '142109.247000', '142109.250000', '142109.252000', '142109.255000', '142109.258000', '142109.261000', '142109.264000', '142109.267000', '142109.269000', '142109.272000', '142109.275000', '142109.278000', '142109.281000', '142129.092000', '142129.095000', '142129.098000', '142129.101000', '142129.104000', '142129.107000', '142129.109000', '142129.112000', '142129.115000', '142129.118000', '142129.121000', '142129.124000', '142129.127000', '142129.130000', '142129.132000', '142129.135000', '142129.138000', '142129.141000', '142129.144000', '142129.147000', '142129.150000', '142129.153000', '142129.155000', '142129.158000', '142129.161000', '142129.164000', '142129.167000', '142129.170000', '142129.173000', '142129.243000', '142129.245000', '142129.248000', '142129.251000', '142129.254000', '142129.257000', '142129.260000', '142129.262000', '142129.265000', '142129.268000', '142129.271000', '142129.274000', '142129.277000', '142129.280000', '142129.282000', '142149.093000', '142149.096000', '142149.099000', '142149.102000', '142149.105000', '142149.107000', '142149.110000', '142149.113000', '142149.116000', '142149.119000', '142149.122000', '142149.124000', '142149.127000', '142149.130000', '142149.133000', '142149.136000', '142149.139000', '142149.142000', '142149.145000', '142149.148000', '142149.150000', '142149.153000', '142149.156000', '142149.159000', '142149.162000', '142149.165000', '142149.168000', '142149.170000', '142149.173000', '142149.251000', '142149.254000', '142149.256000', '142149.259000', '142149.262000', '142149.265000', '142149.268000', '142149.271000', '142149.273000', '142149.276000', '142149.279000', '142149.282000', '142149.285000', '142149.288000', '142203.982000', '142203.986000', '142203.989000', '142203.992000', '142203.995000', '142203.998000', '142204.002000', '142204.005000', '142204.008000', '142204.011000', '142204.032000', '142204.035000', '142204.038000', '142204.041000', '142204.044000', '142204.047000', '142204.050000', '142204.053000', '142204.056000', '142204.059000', '142204.062000', '142204.064000', '142204.067000', '142204.070000', '142204.073000', '142204.076000', '142204.080000', '142204.083000', '142204.086000', '142204.089000', '142204.092000', '142204.095000', '142204.098000'], 'InstanceCreationTime': ['141329.126000', '141329.130000', '141329.133000', '141329.136000', '141329.139000', '141329.142000', '141329.145000', '141329.148000', '141329.151000', '141329.154000', '141329.157000', '141329.160000', '141329.163000', '141329.166000', '141329.178000', '141329.181000', '141329.184000', '141329.187000', '141329.190000', '141329.193000', '141329.196000', '141329.199000', '141329.202000', '141329.205000', '141329.212000', '141329.215000', '141329.218000', '141329.221000', '141329.224000', '141329.227000', '141329.229000', '141329.233000', '141329.236000', '141329.239000', '141329.242000', '141329.245000', '141329.248000', '141329.251000', '141349.092000', '141349.096000', '141349.104000', '141349.107000', '141349.110000', '141349.113000', '141349.116000', '141349.119000', '141349.122000', '141349.125000', '141349.127000', '141349.130000', '141349.133000', '141349.136000', '141349.139000', '141349.142000', '141349.145000', '141349.149000', '141349.152000', '141349.155000', '141349.158000', '141349.161000', '141349.164000', '141349.167000', '141349.170000', '141349.173000', '141349.176000', '141349.179000', '141349.182000', '141349.185000', '141349.188000', '141349.191000', '141349.194000', '141349.197000', '141349.200000', '141349.203000', '141349.206000', '141349.209000', '141349.211000', '141349.215000', '141349.218000', '141349.221000', '141349.224000', '141349.226000', '141409.092000', '141409.095000', '141409.098000', '141409.101000', '141409.104000', '141409.106000', '141409.109000', '141409.112000', '141409.115000', '141409.118000', '141409.121000', '141409.123000', '141409.126000', '141409.129000', '141409.132000', '141409.135000', '141409.138000', '141409.140000', '141409.143000', '141409.146000', '141409.149000', '141409.152000', '141409.155000', '141409.158000', '141409.160000', '141409.163000', '141409.166000', '141409.169000', '141409.172000', '141409.175000', '141409.178000', '141409.180000', '141409.183000', '141409.186000', '141409.189000', '141409.192000', '141409.195000', '141409.198000', '141409.202000', '141409.207000', '141409.210000', '141409.213000', '141409.216000', '141429.092000', '141429.095000', '141429.098000', '141429.100000', '141429.103000', '141429.106000', '141429.109000', '141429.112000', '141429.115000', '141429.118000', '141429.121000', '141429.123000', '141429.126000', '141429.129000', '141429.132000', '141429.135000', '141429.138000', '141429.140000', '141429.143000', '141429.146000', '141429.149000', '141429.152000', '141429.155000', '141429.157000', '141429.160000', '141429.163000', '141429.166000', '141429.169000', '141429.172000', '141429.175000', '141429.177000', '141429.180000', '141429.183000', '141429.186000', '141429.189000', '141429.192000', '141429.195000', '141429.198000', '141429.200000', '141429.203000', '141429.206000', '141429.209000', '141429.212000', '141429.214000', '141449.093000', '141449.096000', '141449.099000', '141449.102000', '141449.104000', '141449.107000', '141449.110000', '141449.113000', '141449.116000', '141449.119000', '141449.121000', '141449.124000', '141449.127000', '141449.130000', '141449.144000', '141449.147000', '141449.150000', '141449.154000', '141449.157000', '141449.160000', '141449.163000', '141449.166000', '141449.168000', '141449.171000', '141449.174000', '141449.177000', '141449.180000', '141449.183000', '141449.186000', '141449.189000', '141449.215000', '141449.218000', '141449.221000', '141449.224000', '141449.227000', '141449.230000', '141449.232000', '141449.235000', '141449.238000', '141449.241000', '141449.244000', '141449.247000', '141449.250000', '141509.093000', '141509.096000', '141509.099000', '141509.102000', '141509.104000', '141509.107000', '141509.110000', '141509.113000', '141509.116000', '141509.120000', '141509.123000', '141509.125000', '141509.128000', '141509.131000', '141509.134000', '141509.137000', '141509.140000', '141509.143000', '141509.146000', '141509.148000', '141509.151000', '141509.154000', '141509.157000', '141509.160000', '141509.163000', '141509.165000', '141509.168000', '141509.171000', '141509.174000', '141509.177000', '141509.180000', '141509.183000', '141509.186000', '141509.188000', '141509.191000', '141509.194000', '141509.197000', '141509.200000', '141509.203000', '141509.205000', '141509.208000', '141509.211000', '141509.214000', '141509.217000', '141529.093000', '141529.096000', '141529.099000', '141529.102000', '141529.104000', '141529.107000', '141529.110000', '141529.113000', '141529.116000', '141529.119000', '141529.121000', '141529.124000', '141529.127000', '141529.130000', '141529.133000', '141529.136000', '141529.139000', '141529.141000', '141529.144000', '141529.147000', '141529.150000', '141529.153000', '141529.156000', '141529.159000', '141529.162000', '141529.164000', '141529.167000', '141529.170000', '141529.173000', '141529.211000', '141529.214000', '141529.217000', '141529.220000', '141529.223000', '141529.226000', '141529.229000', '141529.231000', '141529.234000', '141529.237000', '141529.241000', '141529.245000', '141529.248000', '141529.251000', '141549.092000', '141549.095000', '141549.098000', '141549.101000', '141549.104000', '141549.106000', '141549.109000', '141549.112000', '141549.115000', '141549.118000', '141549.121000', '141549.124000', '141549.126000', '141549.129000', '141549.132000', '141549.135000', '141549.138000', '141549.141000', '141549.143000', '141549.146000', '141549.149000', '141549.152000', '141549.155000', '141549.158000', '141549.160000', '141549.163000', '141549.166000', '141549.169000', '141549.172000', '141549.202000', '141549.205000', '141549.208000', '141549.211000', '141549.214000', '141549.217000', '141549.219000', '141549.222000', '141549.225000', '141549.228000', '141549.231000', '141549.234000', '141549.237000', '141549.239000', '141549.242000', '141609.092000', '141609.095000', '141609.098000', '141609.100000', '141609.103000', '141609.106000', '141609.109000', '141609.112000', '141609.115000', '141609.118000', '141609.121000', '141609.123000', '141609.126000', '141609.129000', '141609.132000', '141609.135000', '141609.138000', '141609.140000', '141609.143000', '141609.146000', '141609.149000', '141609.152000', '141609.155000', '141609.158000', '141609.161000', '141609.163000', '141609.166000', '141609.169000', '141609.172000', '141609.234000', '141609.237000', '141609.240000', '141609.243000', '141609.246000', '141609.248000', '141609.251000', '141609.254000', '141609.258000', '141609.263000', '141609.266000', '141609.269000', '141609.272000', '141609.275000', '141629.092000', '141629.095000', '141629.098000', '141629.100000', '141629.103000', '141629.106000', '141629.109000', '141629.112000', '141629.115000', '141629.117000', '141629.134000', '141629.137000', '141629.140000', '141629.142000', '141629.145000', '141629.148000', '141629.151000', '141629.154000', '141629.157000', '141629.160000', '141629.163000', '141629.165000', '141629.168000', '141629.171000', '141629.174000', '141629.248000', '141629.251000', '141629.253000', '141629.256000', '141629.259000', '141629.262000', '141629.265000', '141629.268000', '141629.270000', '141629.273000', '141629.276000', '141629.279000', '141629.282000', '141629.285000', '141629.288000', '141629.290000', '141629.293000', '141629.296000', '141629.299000', '141649.092000', '141649.095000', '141649.098000', '141649.101000', '141649.103000', '141649.106000', '141649.109000', '141649.112000', '141649.115000', '141649.118000', '141649.120000', '141649.123000', '141649.126000', '141649.129000', '141649.132000', '141649.135000', '141649.137000', '141649.140000', '141649.143000', '141649.146000', '141649.149000', '141649.152000', '141649.154000', '141649.157000', '141649.160000', '141649.163000', '141649.166000', '141649.169000', '141649.172000', '141649.175000', '141649.211000', '141649.213000', '141649.216000', '141649.219000', '141649.222000', '141649.225000', '141649.228000', '141649.231000', '141649.233000', '141649.236000', '141649.239000', '141649.242000', '141649.245000', '141709.093000', '141709.096000', '141709.099000', '141709.102000', '141709.104000', '141709.107000', '141709.110000', '141709.113000', '141709.116000', '141709.119000', '141709.122000', '141709.125000', '141709.127000', '141709.130000', '141709.133000', '141709.136000', '141709.139000', '141709.142000', '141709.145000', '141709.147000', '141709.150000', '141709.153000', '141709.156000', '141709.159000', '141709.162000', '141709.165000', '141709.167000', '141709.170000', '141709.173000', '141709.176000', '141709.193000', '141709.196000', '141709.199000', '141709.202000', '141709.205000', '141709.208000', '141709.211000', '141709.214000', '141709.216000', '141709.219000', '141709.222000', '141709.225000', '141709.228000', '141709.231000', '141729.093000', '141729.096000', '141729.099000', '141729.102000', '141729.104000', '141729.107000', '141729.110000', '141729.113000', '141729.116000', '141729.119000', '141729.122000', '141729.125000', '141729.127000', '141729.130000', '141729.133000', '141729.136000', '141729.139000', '141729.142000', '141729.144000', '141729.147000', '141729.150000', '141729.153000', '141729.156000', '141729.159000', '141729.162000', '141729.164000', '141729.167000', '141729.170000', '141729.173000', '141729.221000', '141729.224000', '141729.227000', '141729.230000', '141729.234000', '141729.236000', '141729.239000', '141729.242000', '141729.245000', '141729.248000', '141729.251000', '141729.254000', '141729.256000', '141729.259000', '141749.093000', '141749.096000', '141749.099000', '141749.102000', '141749.105000', '141749.107000', '141749.110000', '141749.113000', '141749.116000', '141749.119000', '141749.122000', '141749.125000', '141749.127000', '141749.130000', '141749.133000', '141749.136000', '141749.139000', '141749.142000', '141749.145000', '141749.147000', '141749.150000', '141749.153000', '141749.156000', '141749.159000', '141749.162000', '141749.165000', '141749.167000', '141749.170000', '141749.214000', '141749.217000', '141749.220000', '141749.222000', '141749.226000', '141749.228000', '141749.231000', '141749.245000', '141749.253000', '141749.255000', '141749.258000', '141749.261000', '141749.264000', '141749.267000', '141749.270000', '141749.273000', '141809.092000', '141809.095000', '141809.098000', '141809.101000', '141809.104000', '141809.107000', '141809.109000', '141809.112000', '141809.115000', '141809.118000', '141809.121000', '141809.124000', '141809.127000', '141809.129000', '141809.132000', '141809.135000', '141809.138000', '141809.141000', '141809.144000', '141809.147000', '141809.150000', '141809.152000', '141809.155000', '141809.158000', '141809.161000', '141809.164000', '141809.167000', '141809.170000', '141809.172000', '141809.175000', '141809.227000', '141809.229000', '141809.232000', '141809.235000', '141809.238000', '141809.241000', '141809.244000', '141809.247000', '141809.249000', '141809.252000', '141809.255000', '141809.258000', '141809.261000', '141829.094000', '141829.098000', '141829.101000', '141829.104000', '141829.107000', '141829.110000', '141829.113000', '141829.116000', '141829.119000', '141829.121000', '141829.124000', '141829.127000', '141829.130000', '141829.133000', '141829.136000', '141829.138000', '141829.141000', '141829.144000', '141829.147000', '141829.150000', '141829.153000', '141829.156000', '141829.159000', '141829.161000', '141829.164000', '141829.167000', '141829.170000', '141829.173000', '141829.195000', '141829.198000', '141829.201000', '141829.204000', '141829.207000', '141829.210000', '141829.212000', '141829.215000', '141829.218000', '141829.221000', '141829.224000', '141829.227000', '141829.229000', '141829.232000', '141829.235000', '141849.092000', '141849.095000', '141849.098000', '141849.101000', '141849.103000', '141849.106000', '141849.109000', '141849.112000', '141849.115000', '141849.118000', '141849.121000', '141849.124000', '141849.126000', '141849.129000', '141849.132000', '141849.135000', '141849.138000', '141849.141000', '141849.144000', '141849.147000', '141849.149000', '141849.152000', '141849.155000', '141849.158000', '141849.161000', '141849.164000', '141849.167000', '141849.170000', '141849.173000', '141849.250000', '141849.253000', '141849.256000', '141849.258000', '141849.261000', '141849.264000', '141849.268000', '141849.271000', '141849.274000', '141849.277000', '141849.280000', '141849.283000', '141849.286000', '141849.289000', '141849.292000', '141909.092000', '141909.095000', '141909.098000', '141909.101000', '141909.104000', '141909.106000', '141909.109000', '141909.112000', '141909.115000', '141909.120000', '141909.124000', '141909.127000', '141909.130000', '141909.132000', '141909.135000', '141909.138000', '141909.141000', '141909.144000', '141909.147000', '141909.150000', '141909.152000', '141909.155000', '141909.158000', '141909.161000', '141909.164000', '141909.167000', '141909.169000', '141909.172000', '141909.220000', '141909.223000', '141909.226000', '141909.229000', '141909.232000', '141909.235000', '141909.237000', '141909.240000', '141909.243000', '141909.246000', '141909.249000', '141909.252000', '141909.255000', '141909.257000', '141909.260000', '141929.093000', '141929.096000', '141929.099000', '141929.102000', '141929.105000', '141929.108000', '141929.110000', '141929.113000', '141929.116000', '141929.119000', '141929.122000', '141929.125000', '141929.127000', '141929.130000', '141929.133000', '141929.136000', '141929.139000', '141929.142000', '141929.145000', '141929.147000', '141929.150000', '141929.153000', '141929.156000', '141929.159000', '141929.162000', '141929.165000', '141929.167000', '141929.170000', '141929.173000', '141929.222000', '141929.225000', '141929.228000', '141929.231000', '141929.234000', '141929.237000', '141929.239000', '141929.242000', '141929.245000', '141929.248000', '141929.251000', '141929.254000', '141929.257000', '141929.259000', '141929.262000', '141949.093000', '141949.096000', '141949.099000', '141949.102000', '141949.105000', '141949.108000', '141949.110000', '141949.113000', '141949.116000', '141949.119000', '141949.122000', '141949.125000', '141949.128000', '141949.131000', '141949.133000', '141949.137000', '141949.142000', '141949.145000', '141949.148000', '141949.151000', '141949.154000', '141949.157000', '141949.159000', '141949.162000', '141949.165000', '141949.168000', '141949.171000', '141949.174000', '141949.242000', '141949.245000', '141949.248000', '141949.251000', '141949.253000', '141949.256000', '141949.259000', '141949.262000', '141949.265000', '141949.268000', '141949.270000', '141949.273000', '141949.276000', '141949.279000', '141949.282000', '142009.093000', '142009.096000', '142009.099000', '142009.102000', '142009.105000', '142009.108000', '142009.110000', '142009.113000', '142009.116000', '142009.119000', '142009.122000', '142009.125000', '142009.127000', '142009.130000', '142009.133000', '142009.136000', '142009.139000', '142009.142000', '142009.145000', '142009.147000', '142009.150000', '142009.153000', '142009.156000', '142009.159000', '142009.162000', '142009.165000', '142009.167000', '142009.170000', '142009.173000', '142009.221000', '142009.224000', '142009.227000', '142009.230000', '142009.233000', '142009.236000', '142009.238000', '142009.241000', '142009.244000', '142009.247000', '142009.250000', '142009.253000', '142009.255000', '142009.258000', '142009.261000', '142029.092000', '142029.095000', '142029.098000', '142029.101000', '142029.103000', '142029.106000', '142029.109000', '142029.112000', '142029.115000', '142029.118000', '142029.121000', '142029.124000', '142029.127000', '142029.129000', '142029.132000', '142029.135000', '142029.138000', '142029.141000', '142029.144000', '142029.147000', '142029.150000', '142029.152000', '142029.155000', '142029.158000', '142029.161000', '142029.164000', '142029.167000', '142029.170000', '142029.173000', '142029.240000', '142029.242000', '142029.245000', '142029.248000', '142029.251000', '142029.254000', '142029.257000', '142029.259000', '142029.262000', '142029.265000', '142029.268000', '142029.271000', '142029.274000', '142029.277000', '142049.092000', '142049.095000', '142049.098000', '142049.101000', '142049.103000', '142049.106000', '142049.109000', '142049.112000', '142049.115000', '142049.118000', '142049.120000', '142049.123000', '142049.126000', '142049.129000', '142049.132000', '142049.135000', '142049.138000', '142049.141000', '142049.143000', '142049.146000', '142049.149000', '142049.152000', '142049.155000', '142049.158000', '142049.161000', '142049.163000', '142049.166000', '142049.169000', '142049.172000', '142049.275000', '142049.278000', '142049.281000', '142049.284000', '142049.286000', '142049.289000', '142049.292000', '142049.295000', '142049.298000', '142049.301000', '142049.303000', '142049.306000', '142049.309000', '142049.312000', '142049.315000', '142109.092000', '142109.095000', '142109.098000', '142109.101000', '142109.104000', '142109.107000', '142109.110000', '142109.113000', '142109.116000', '142109.119000', '142109.122000', '142109.125000', '142109.128000', '142109.130000', '142109.133000', '142109.136000', '142109.139000', '142109.142000', '142109.145000', '142109.148000', '142109.150000', '142109.153000', '142109.156000', '142109.159000', '142109.162000', '142109.165000', '142109.168000', '142109.171000', '142109.241000', '142109.244000', '142109.247000', '142109.250000', '142109.252000', '142109.255000', '142109.258000', '142109.261000', '142109.264000', '142109.267000', '142109.269000', '142109.272000', '142109.275000', '142109.278000', '142109.281000', '142129.092000', '142129.095000', '142129.098000', '142129.101000', '142129.104000', '142129.107000', '142129.109000', '142129.112000', '142129.115000', '142129.118000', '142129.121000', '142129.124000', '142129.127000', '142129.130000', '142129.132000', '142129.135000', '142129.138000', '142129.141000', '142129.144000', '142129.147000', '142129.150000', '142129.153000', '142129.155000', '142129.158000', '142129.161000', '142129.164000', '142129.167000', '142129.170000', '142129.173000', '142129.243000', '142129.245000', '142129.248000', '142129.251000', '142129.254000', '142129.257000', '142129.260000', '142129.262000', '142129.265000', '142129.268000', '142129.271000', '142129.274000', '142129.277000', '142129.280000', '142129.282000', '142149.093000', '142149.096000', '142149.099000', '142149.102000', '142149.105000', '142149.107000', '142149.110000', '142149.113000', '142149.116000', '142149.119000', '142149.122000', '142149.124000', '142149.127000', '142149.130000', '142149.133000', '142149.136000', '142149.139000', '142149.142000', '142149.145000', '142149.148000', '142149.150000', '142149.153000', '142149.156000', '142149.159000', '142149.162000', '142149.165000', '142149.168000', '142149.170000', '142149.173000', '142149.251000', '142149.254000', '142149.256000', '142149.259000', '142149.262000', '142149.265000', '142149.268000', '142149.271000', '142149.273000', '142149.276000', '142149.279000', '142149.282000', '142149.285000', '142149.288000', '142203.982000', '142203.986000', '142203.989000', '142203.992000', '142203.995000', '142203.998000', '142204.002000', '142204.005000', '142204.008000', '142204.011000', '142204.032000', '142204.035000', '142204.038000', '142204.041000', '142204.044000', '142204.047000', '142204.050000', '142204.053000', '142204.056000', '142204.059000', '142204.062000', '142204.064000', '142204.067000', '142204.070000', '142204.073000', '142204.076000', '142204.080000', '142204.083000', '142204.086000', '142204.089000', '142204.092000', '142204.095000', '142204.098000'], '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': [14585, 9490, 14009, 8714, 14031, 8796, 12541, 11858, 11445, 14074, 10943, 13428, 9539, 10263, 9862, 7233, 10867, 7141, 13103, 7435, 14747, 8454, 13872, 8088, 13970, 7886, 14425, 7744, 14721, 7726, 14439, 7624, 13127, 7934, 13294, 8825, 12612, 7956, 12643, 8576, 12007, 12224, 11693, 13056, 11779, 14062, 10165, 13503, 9903, 13327, 10250, 13586, 9764, 13265, 9826, 13581, 10145, 13899, 10972, 13677, 10287, 13356, 9566, 13245, 9943, 13634, 10478, 13165, 10612, 11907, 10093, 11517, 11305, 10944, 11887, 8693, 12020, 7903, 12116, 8664, 13476, 7765, 13119, 7768, 12536, 7188, 12699, 7819, 13269, 7262, 12727, 7260, 14603, 7692, 12827, 7509, 14854, 7867, 14089, 9826, 13184, 9123, 13391, 10478, 13661, 11124, 12623, 10336, 13322, 10399, 14144, 11714, 12546, 11287, 11628, 10965, 12482, 10845, 13354, 11942, 13184, 11587, 12277, 10906, 11283, 11036, 10125, 12492, 7064, 12786, 6839, 12368, 7738, 12284, 10986, 11323, 12616, 10704, 14191, 9953, 13494, 10118, 13312, 9429, 12871, 8795, 13325, 9264, 12677, 10618, 12279, 10836, 11735, 9897, 13035, 9835, 13159, 10224, 13266, 9426, 12362, 7360, 12007, 6976, 12594, 7692, 11827, 6933, 11149, 7540, 10639, 12887, 10260, 13197, 10491, 12674, 8956, 12430, 6982, 12667, 7820, 11573, 8587, 11160, 11224, 9777, 13273, 9796, 13392, 8844, 12932, 7090, 12256, 7479, 10353, 13941, 10683, 13081, 9031, 12547, 7506, 12264, 7076, 12184, 7681, 11027, 9854, 9663, 13420, 10436, 12908, 9804, 12695, 7589, 11810, 6794, 11511, 9714, 10292, 13465, 9998, 12683, 8399, 11967, 7163, 12535, 6989, 12217, 7122, 11746, 7779, 10491, 10684, 10612, 10184, 11833, 8572, 11165, 10175, 10209, 14357, 11404, 13332, 9873, 12303, 8321, 11936, 7107, 12892, 7276, 12345, 7508, 11280, 9974, 10127, 13688, 11208, 13662, 11376, 12844, 11164, 12554, 9563, 12328, 10053, 10270, 13268, 8323, 11386, 7963, 14683, 10504, 10737, 11101, 7478, 12450, 8134, 12517, 9231, 12661, 7860, 12984, 7583, 13013, 7610, 12503, 10720, 11880, 10945, 12071, 9552, 11629, 9009, 11667, 8867, 12240, 8274, 11586, 8405, 11346, 10423, 10690, 12732, 11461, 11227, 10762, 11077, 10287, 12036, 10503, 11117, 10709, 9257, 10479, 10332, 9952, 13926, 10508, 12962, 10150, 12413, 8944, 12274, 8118, 12425, 8755, 12817, 10125, 13256, 10192, 13240, 9499, 12602, 9807, 12519, 10675, 13245, 9907, 13032, 7686, 11694, 6834, 11249, 7377, 12637, 7572, 13575, 7481, 13019, 7386, 12938, 7319, 12359, 7925, 11067, 13346, 10724, 13317, 10444, 13076, 9600, 12448, 8725, 12005, 7232, 12408, 7277, 12707, 7312, 12259, 7059, 11349, 8001, 11734, 9394, 11357, 10143, 10592, 11567, 10321, 13828, 10881, 13214, 10636, 12528, 9369, 12411, 8669, 12197, 8989, 12466, 8128, 12384, 7380, 11892, 6889, 11119, 8031, 10781, 8828, 9814, 11053, 8987, 13514, 10755, 13735, 10405, 12482, 9454, 12310, 8587, 12006, 9012, 12154, 7630, 11658, 7207, 11646, 6851, 11793, 6928, 11521, 7411, 10938, 7137, 9794, 9499, 9721, 11342, 8594, 13832, 8989, 12371, 8620, 12265, 7649, 11953, 8093, 11016, 7416, 10049, 9064, 10023, 10073, 8972, 11805, 8875, 13500, 9979, 12504, 9354, 12415, 7518, 12267, 8824, 12427, 7120, 11095, 7123, 11560, 7362, 11579, 7019, 10543, 9301, 10123, 10042, 8764, 12100, 8427, 12633, 8715, 12279, 7919, 11310, 7304, 12271, 7210, 10921, 8428, 9930, 10752, 9540, 13738, 9032, 12411, 8148, 11635, 7373, 11418, 8000, 11420, 7406, 8568, 12764, 9236, 13028, 8981, 12664, 7303, 12054, 7340, 11207, 7120, 9920, 8092, 8847, 12226, 8636, 12738, 9422, 12793, 8605, 12421, 7641, 12163, 7412, 11886, 6876, 11890, 7042, 12100, 7081, 11213, 7057, 10992, 7955, 10670, 8494, 9650, 10550, 9160, 10250, 10284, 8424, 9550, 9264, 9075, 11257, 9613, 11085, 10102, 11364, 8801, 12667, 9183, 13115, 10121, 12737, 9007, 12529, 7775, 12266, 7140, 11615, 7367, 11059, 7973, 11792, 7370, 11400, 6851, 11154, 7099, 11223, 6805, 9679, 9661, 8577, 12403, 8912, 12949, 8648, 12323, 8195, 12253, 9338, 12446, 8350, 12544, 7748, 12403, 8215, 12494, 7448, 12333, 6871, 11457, 7307, 10442, 6980, 10199, 6915, 10101, 8067, 9398, 8461, 10534, 7431, 10073, 6911, 10084, 7411, 10501, 7325, 10566, 7192, 9980, 6972, 11305, 7234, 11315, 7077, 11793, 6837, 11521, 6986, 11445, 7295, 11416, 7508, 10965, 6883, 10226, 6904, 10944, 7587, 11318, 6795, 11749, 7380, 12259, 7031, 11989, 7253, 11948, 7753, 12017, 7961, 11941, 8248, 11607, 8704, 10507, 9288, 7937, 10181, 7231, 11040, 6835, 13019, 7402, 12789, 8492, 12357, 9520, 10074, 9777, 7737, 11187, 6736, 11211, 7579, 11230, 7058, 12265, 7340, 12594, 6783, 11867, 6904, 12656, 7331, 12990, 7454, 12516, 8236, 12540, 8932, 12621, 8450, 12602, 8113, 12424, 8440, 12620, 7508, 12419, 7529, 12320, 7623, 11997, 8293, 12080, 8062, 11663, 8831, 11695, 9232, 11167, 9030, 12883, 8888, 12639, 10109, 11648, 9293, 7868, 9708, 6654, 10999, 7177, 10886, 7643, 10983, 6860, 11517, 6859, 10386, 8935, 9638, 9248, 10058, 9805, 9013, 11647, 8773, 13131, 9577, 12822, 8918, 12460, 8756, 11757, 9754, 11562, 9132, 10265, 12607, 9909, 11824, 11114, 11363, 12341, 11442, 11731, 10066, 11768, 10463, 12966, 11153, 13028, 10810, 11955, 9752, 12275, 9570, 11855, 9995, 12478, 10239, 11257, 9086, 12323, 9819, 12665, 9527, 12174, 9557, 12323, 8682, 12518, 8563, 12201, 8382, 12244, 8808, 12388, 11351, 11726, 8285, 8693, 10354, 7104, 12131, 9578, 12442, 9615, 12718, 8442, 12062, 7364, 12339, 7164, 12394, 6969, 11597, 6907, 10858, 7404, 10879, 9831, 14482, 8693, 15565, 10563, 15316, 11397, 13946, 12284, 13463, 13169, 12402, 11824, 13427, 10226, 15255, 10490, 14894, 7978, 13696, 7941, 12140, 15631, 11295, 14692, 9196, 13381, 7474, 11826, 10360, 11351, 12350, 11125, 14519, 10127, 13459, 9252, 12954, 7453, 12631, 7360, 11481, 12924, 11152, 14287, 11448, 14631, 9982, 13682, 9101, 13164, 7672, 13525, 7538, 12391, 8655, 10095, 14373, 10464, 13854, 7718, 12594, 8200, 10256, 14155, 10218, 13958, 10801, 13648, 9278, 13126, 9007, 12735, 9918, 13180, 9326, 14095, 8780, 14698, 7643, 14560, 10034, 12691, 7781, 13686, 13312, 9419, 14734, 10853, 14771, 11823, 11753, 10469, 7556, 12939, 7079, 13945, 8953, 13463, 7806, 13316, 8968, 13544, 12879, 12199, 17311, 11701, 14782, 9545, 16119, 11189, 12449, 10805, 7916, 14510, 9819, 13064, 10040, 7841, 11281, 7302, 11601, 7709, 11551, 8199, 11818, 7697, 11644, 7441, 11205, 9545, 9769, 13781, 10801, 12537, 9978, 11841, 9241, 11709, 9136, 13493, 9990, 13063, 11219, 12466, 9589, 12100, 8460, 11493, 8083, 10655, 10499, 10460, 8512, 11008, 9185, 15176, 9432, 12988, 8668, 12097, 8022, 12175, 7951, 11823, 7235, 13969, 8184, 12128, 7555, 11979, 9009, 6985, 11538, 6839, 12390, 7040, 11268, 10751, 9394, 13373, 8917, 14199, 8414, 12815, 7726, 11810, 7710, 10991, 7349, 9371, 12307, 8563, 13833, 9153, 11960, 8821, 12893, 9143, 12886, 8591, 13022, 8242, 13132, 7491, 12574, 7538, 12105, 7967, 13369, 8620, 11941, 8126, 12109, 8969, 12261, 9714, 14354, 9599, 13193, 9837, 11841, 9838, 12651, 9316, 13634, 8362, 13185, 7804, 12184, 7706, 10951, 7694, 9386, 13045, 9355, 13432, 9877, 13019, 8556, 13031, 7712, 12164, 7368, 11366, 7864, 11666, 7199, 10901, 8575, 9689, 9890, 9845, 14025, 9415, 13322, 8181, 12716, 7896, 12647, 7106, 12640, 7111, 10963, 7614, 9666, 9151, 9303, 12688, 9338, 13479, 9670, 13428, 8741, 13435, 8108, 13190, 7591, 12398, 7308, 12626, 7965, 11415, 7128, 10231, 6951, 12580, 7771, 13489, 8069, 13695, 7531, 12743, 7661, 12616, 7021, 12840, 7291, 13113, 6984, 12114, 7335, 10782, 7665, 12111, 7484, 12347, 7034, 10849, 9290, 9714, 10212, 9243, 13490, 9418, 13820, 8327, 12907, 7632, 12636, 7848, 13181, 7300, 11644, 8661, 10198, 9075, 9079, 7092, 9609, 7808, 10089, 11170, 9008, 14681, 9529, 13797, 9217, 14079, 9329, 14087, 8690, 13772, 8492, 13635, 8267, 13628, 8074, 13190, 7776, 13030, 7052, 12270, 7110, 12054, 7103, 12026], 'WindowCenter': [4389.0, 4322.0, 4348.0, 4283.0, 4344.0, 4282.0, 4323.0, 4321.0, 4310.0, 4345.0, 4327.0, 4364.0, 4323.0, 4330.0, 4308.0, 4251.0, 4287.0, 4236.0, 4309.0, 4251.0, 4346.0, 4286.0, 4347.0, 4286.0, 4333.0, 4261.0, 4320.0, 4249.0, 4345.0, 4262.0, 4332.0, 4271.0, 4321.0, 4246.0, 4307.0, 4255.0, 4297.0, 4245.0, 4309.0, 4257.0, 4299.0, 4293.0, 4297.0, 4307.0, 4300.0, 4330.0, 4290.0, 4319.0, 4277.0, 4306.0, 4277.0, 4307.0, 4279.0, 4320.0, 4292.0, 4319.0, 4290.0, 4319.0, 4300.0, 4322.0, 4290.0, 4334.0, 4306.0, 4320.0, 4280.0, 4317.0, 4304.0, 4309.0, 4290.0, 4297.0, 4288.0, 4296.0, 4300.0, 4300.0, 4309.0, 4269.0, 4310.0, 4260.0, 4310.0, 4256.0, 4316.0, 4247.0, 4322.0, 4260.0, 4313.0, 4238.0, 4310.0, 4247.0, 4318.0, 4251.0, 4323.0, 4260.0, 4345.0, 4261.0, 4307.0, 4248.0, 4329.0, 4257.0, 4333.0, 4295.0, 4335.0, 4294.0, 4320.0, 4290.0, 4318.0, 4299.0, 4309.0, 4292.0, 4321.0, 4291.0, 4316.0, 4301.0, 4312.0, 4303.0, 4312.0, 4304.0, 4311.0, 4289.0, 4304.0, 4301.0, 4308.0, 4287.0, 4295.0, 4289.0, 4288.0, 4277.0, 4276.0, 4298.0, 4237.0, 4309.0, 4240.0, 4321.0, 4249.0, 4308.0, 4301.0, 4302.0, 4308.0, 4288.0, 4317.0, 4277.0, 4304.0, 4273.0, 4309.0, 4282.0, 4309.0, 4267.0, 4307.0, 4267.0, 4296.0, 4288.0, 4311.0, 4300.0, 4312.0, 4293.0, 4322.0, 4279.0, 4308.0, 4290.0, 4309.0, 4270.0, 4310.0, 4250.0, 4294.0, 4225.0, 4298.0, 4237.0, 4294.0, 4237.0, 4300.0, 4248.0, 4290.0, 4307.0, 4276.0, 4309.0, 4291.0, 4310.0, 4278.0, 4310.0, 4248.0, 4308.0, 4246.0, 4300.0, 4258.0, 4298.0, 4299.0, 4288.0, 4309.0, 4276.0, 4305.0, 4269.0, 4305.0, 4239.0, 4310.0, 4234.0, 4275.0, 4306.0, 4288.0, 4308.0, 4266.0, 4296.0, 4239.0, 4298.0, 4225.0, 4297.0, 4233.0, 4287.0, 4278.0, 4276.0, 4308.0, 4277.0, 4297.0, 4275.0, 4310.0, 4260.0, 4299.0, 4237.0, 4296.0, 4267.0, 4291.0, 4310.0, 4280.0, 4310.0, 4256.0, 4295.0, 4237.0, 4298.0, 4234.0, 4288.0, 4238.0, 4313.0, 4247.0, 4290.0, 4286.0, 4290.0, 4292.0, 4297.0, 4271.0, 4315.0, 4290.0, 4289.0, 4321.0, 4301.0, 4319.0, 4289.0, 4311.0, 4272.0, 4296.0, 4237.0, 4310.0, 4238.0, 4312.0, 4250.0, 4304.0, 4281.0, 4292.0, 4305.0, 4288.0, 4306.0, 4311.0, 4321.0, 4296.0, 4307.0, 4294.0, 4322.0, 4290.0, 4300.0, 4332.0, 4282.0, 4310.0, 4268.0, 4342.0, 4312.0, 4313.0, 4323.0, 4277.0, 4350.0, 4282.0, 4337.0, 4291.0, 4332.0, 4272.0, 4333.0, 4274.0, 4333.0, 4259.0, 4308.0, 4287.0, 4312.0, 4300.0, 4310.0, 4290.0, 4298.0, 4279.0, 4297.0, 4264.0, 4307.0, 4256.0, 4298.0, 4256.0, 4297.0, 4300.0, 4287.0, 4295.0, 4298.0, 4286.0, 4286.0, 4297.0, 4272.0, 4295.0, 4274.0, 4283.0, 4274.0, 4278.0, 4288.0, 4289.0, 4290.0, 4319.0, 4288.0, 4307.0, 4289.0, 4322.0, 4280.0, 4307.0, 4258.0, 4309.0, 4268.0, 4308.0, 4289.0, 4321.0, 4301.0, 4320.0, 4290.0, 4320.0, 4290.0, 4317.0, 4301.0, 4321.0, 4303.0, 4361.0, 4302.0, 4342.0, 4253.0, 4300.0, 4249.0, 4312.0, 4247.0, 4295.0, 4248.0, 4309.0, 4246.0, 4306.0, 4237.0, 4309.0, 4248.0, 4288.0, 4304.0, 4275.0, 4282.0, 4276.0, 4307.0, 4264.0, 4293.0, 4258.0, 4311.0, 4236.0, 4295.0, 4222.0, 4296.0, 4235.0, 4298.0, 4247.0, 4299.0, 4245.0, 4288.0, 4252.0, 4286.0, 4290.0, 4287.0, 4293.0, 4276.0, 4306.0, 4277.0, 4306.0, 4288.0, 4310.0, 4278.0, 4309.0, 4257.0, 4296.0, 4257.0, 4296.0, 4261.0, 4311.0, 4250.0, 4300.0, 4239.0, 4289.0, 4245.0, 4290.0, 4268.0, 4279.0, 4300.0, 4266.0, 4308.0, 4287.0, 4308.0, 4286.0, 4309.0, 4292.0, 4310.0, 4265.0, 4299.0, 4269.0, 4300.0, 4262.0, 4313.0, 4262.0, 4299.0, 4228.0, 4299.0, 4250.0, 4301.0, 4250.0, 4302.0, 4237.0, 4280.0, 4277.0, 4281.0, 4301.0, 4271.0, 4318.0, 4268.0, 4298.0, 4257.0, 4299.0, 4247.0, 4297.0, 4248.0, 4288.0, 4234.0, 4265.0, 4255.0, 4278.0, 4278.0, 4267.0, 4297.0, 4268.0, 4305.0, 4266.0, 4296.0, 4268.0, 4293.0, 4237.0, 4312.0, 4268.0, 4310.0, 4237.0, 4286.0, 4236.0, 4285.0, 4234.0, 4298.0, 4237.0, 4277.0, 4264.0, 4278.0, 4278.0, 4272.0, 4312.0, 4270.0, 4297.0, 4258.0, 4297.0, 4248.0, 4285.0, 4239.0, 4298.0, 4249.0, 4289.0, 4246.0, 4278.0, 4287.0, 4279.0, 4319.0, 4268.0, 4297.0, 4245.0, 4287.0, 4233.0, 4287.0, 4258.0, 4299.0, 4247.0, 4258.0, 4295.0, 4265.0, 4310.0, 4270.0, 4310.0, 4248.0, 4297.0, 4236.0, 4289.0, 4236.0, 4278.0, 4259.0, 4270.0, 4297.0, 4257.0, 4308.0, 4268.0, 4309.0, 4258.0, 4310.0, 4248.0, 4298.0, 4237.0, 4296.0, 4227.0, 4300.0, 4239.0, 4311.0, 4251.0, 4300.0, 4237.0, 4289.0, 4247.0, 4290.0, 4269.0, 4279.0, 4277.0, 4267.0, 4277.0, 4288.0, 4259.0, 4280.0, 4280.0, 4270.0, 4287.0, 4278.0, 4299.0, 4290.0, 4299.0, 4282.0, 4317.0, 4280.0, 4310.0, 4290.0, 4310.0, 4269.0, 4309.0, 4249.0, 4296.0, 4233.0, 4299.0, 4238.0, 4302.0, 4272.0, 4311.0, 4250.0, 4297.0, 4227.0, 4287.0, 4240.0, 4302.0, 4253.0, 4294.0, 4279.0, 4269.0, 4309.0, 4280.0, 4321.0, 4282.0, 4309.0, 4269.0, 4310.0, 4293.0, 4323.0, 4273.0, 4323.0, 4262.0, 4309.0, 4260.0, 4310.0, 4261.0, 4311.0, 4240.0, 4300.0, 4247.0, 4290.0, 4252.0, 4292.0, 4245.0, 4287.0, 4257.0, 4264.0, 4259.0, 4302.0, 4264.0, 4304.0, 4252.0, 4290.0, 4247.0, 4290.0, 4250.0, 4298.0, 4251.0, 4279.0, 4238.0, 4301.0, 4251.0, 4314.0, 4251.0, 4312.0, 4241.0, 4298.0, 4237.0, 4299.0, 4251.0, 4310.0, 4261.0, 4301.0, 4252.0, 4290.0, 4244.0, 4299.0, 4260.0, 4299.0, 4237.0, 4298.0, 4248.0, 4309.0, 4251.0, 4311.0, 4260.0, 4298.0, 4256.0, 4309.0, 4270.0, 4310.0, 4269.0, 4299.0, 4283.0, 4303.0, 4282.0, 4268.0, 4302.0, 4249.0, 4299.0, 4251.0, 4335.0, 4260.0, 4310.0, 4270.0, 4307.0, 4279.0, 4280.0, 4291.0, 4261.0, 4300.0, 4238.0, 4299.0, 4259.0, 4302.0, 4238.0, 4309.0, 4250.0, 4307.0, 4226.0, 4297.0, 4236.0, 4309.0, 4250.0, 4320.0, 4250.0, 4309.0, 4259.0, 4310.0, 4271.0, 4311.0, 4271.0, 4308.0, 4259.0, 4308.0, 4257.0, 4308.0, 4249.0, 4308.0, 4248.0, 4306.0, 4261.0, 4312.0, 4271.0, 4310.0, 4261.0, 4300.0, 4269.0, 4298.0, 4282.0, 4303.0, 4298.0, 4322.0, 4268.0, 4309.0, 4278.0, 4300.0, 4280.0, 4259.0, 4279.0, 4240.0, 4289.0, 4238.0, 4290.0, 4249.0, 4289.0, 4242.0, 4313.0, 4240.0, 4289.0, 4263.0, 4278.0, 4267.0, 4278.0, 4279.0, 4269.0, 4286.0, 4256.0, 4295.0, 4267.0, 4298.0, 4267.0, 4309.0, 4268.0, 4297.0, 4279.0, 4300.0, 4281.0, 4302.0, 4312.0, 4278.0, 4299.0, 4286.0, 4297.0, 4298.0, 4296.0, 4300.0, 4277.0, 4284.0, 4275.0, 4295.0, 4276.0, 4296.0, 4278.0, 4298.0, 4277.0, 4294.0, 4278.0, 4300.0, 4278.0, 4298.0, 4277.0, 4287.0, 4271.0, 4299.0, 4278.0, 4296.0, 4261.0, 4285.0, 4267.0, 4298.0, 4259.0, 4297.0, 4256.0, 4297.0, 4246.0, 4282.0, 4258.0, 4298.0, 4287.0, 4298.0, 4261.0, 4283.0, 4291.0, 4237.0, 4298.0, 4281.0, 4300.0, 4280.0, 4300.0, 4247.0, 4285.0, 4223.0, 4285.0, 4214.0, 4286.0, 4224.0, 4273.0, 4212.0, 4273.0, 4249.0, 4277.0, 4290.0, 4414.0, 4323.0, 4369.0, 4315.0, 4343.0, 4314.0, 4334.0, 4313.0, 4323.0, 4322.0, 4327.0, 4322.0, 4334.0, 4304.0, 4331.0, 4274.0, 4317.0, 4257.0, 4319.0, 4259.0, 4299.0, 4313.0, 4283.0, 4316.0, 4266.0, 4306.0, 4246.0, 4297.0, 4274.0, 4287.0, 4307.0, 4298.0, 4329.0, 4286.0, 4307.0, 4268.0, 4308.0, 4247.0, 4310.0, 4248.0, 4311.0, 4305.0, 4298.0, 4318.0, 4301.0, 4329.0, 4290.0, 4319.0, 4280.0, 4320.0, 4260.0, 4322.0, 4261.0, 4325.0, 4282.0, 4302.0, 4321.0, 4286.0, 4321.0, 4248.0, 4310.0, 4258.0, 4290.0, 4319.0, 4289.0, 4332.0, 4301.0, 4319.0, 4292.0, 4321.0, 4295.0, 4321.0, 4291.0, 4324.0, 4308.0, 4345.0, 4297.0, 4357.0, 4276.0, 4344.0, 4304.0, 4324.0, 4261.0, 4334.0, 4334.0, 4293.0, 4332.0, 4290.0, 4305.0, 4273.0, 4268.0, 4216.0, 4216.0, 4280.0, 4225.0, 4317.0, 4271.0, 4320.0, 4251.0, 4336.0, 4298.0, 4378.0, 4341.0, 4322.0, 4356.0, 4313.0, 4318.0, 4267.0, 4313.0, 4288.0, 4296.0, 4284.0, 4244.0, 4315.0, 4278.0, 4293.0, 4261.0, 4232.0, 4273.0, 4224.0, 4284.0, 4247.0, 4285.0, 4242.0, 4284.0, 4231.0, 4283.0, 4220.0, 4272.0, 4263.0, 4263.0, 4293.0, 4273.0, 4293.0, 4266.0, 4310.0, 4274.0, 4309.0, 4280.0, 4307.0, 4277.0, 4321.0, 4313.0, 4321.0, 4293.0, 4323.0, 4272.0, 4309.0, 4260.0, 4289.0, 4302.0, 4289.0, 4282.0, 4300.0, 4280.0, 4332.0, 4280.0, 4318.0, 4267.0, 4298.0, 4258.0, 4308.0, 4259.0, 4299.0, 4248.0, 4319.0, 4271.0, 4324.0, 4263.0, 4312.0, 4284.0, 4250.0, 4311.0, 4240.0, 4310.0, 4250.0, 4300.0, 4290.0, 4280.0, 4322.0, 4269.0, 4317.0, 4257.0, 4297.0, 4233.0, 4299.0, 4245.0, 4288.0, 4247.0, 4278.0, 4307.0, 4267.0, 4317.0, 4280.0, 4310.0, 4281.0, 4323.0, 4292.0, 4310.0, 4282.0, 4335.0, 4272.0, 4334.0, 4264.0, 4310.0, 4262.0, 4325.0, 4290.0, 4336.0, 4284.0, 4312.0, 4286.0, 4323.0, 4280.0, 4310.0, 4282.0, 4306.0, 4278.0, 4308.0, 4280.0, 4298.0, 4281.0, 4323.0, 4281.0, 4321.0, 4259.0, 4306.0, 4232.0, 4284.0, 4235.0, 4288.0, 4233.0, 4265.0, 4305.0, 4252.0, 4291.0, 4263.0, 4293.0, 4255.0, 4304.0, 4234.0, 4282.0, 4223.0, 4286.0, 4245.0, 4298.0, 4236.0, 4287.0, 4252.0, 4265.0, 4275.0, 4277.0, 4318.0, 4267.0, 4306.0, 4245.0, 4295.0, 4241.0, 4307.0, 4233.0, 4306.0, 4236.0, 4286.0, 4246.0, 4279.0, 4279.0, 4280.0, 4310.0, 4267.0, 4306.0, 4280.0, 4319.0, 4269.0, 4308.0, 4261.0, 4307.0, 4247.0, 4310.0, 4254.0, 4322.0, 4273.0, 4313.0, 4249.0, 4304.0, 4263.0, 4322.0, 4261.0, 4332.0, 4271.0, 4319.0, 4247.0, 4308.0, 4250.0, 4311.0, 4251.0, 4322.0, 4262.0, 4321.0, 4234.0, 4301.0, 4237.0, 4291.0, 4248.0, 4310.0, 4250.0, 4309.0, 4237.0, 4289.0, 4267.0, 4281.0, 4290.0, 4278.0, 4307.0, 4267.0, 4306.0, 4245.0, 4292.0, 4245.0, 4297.0, 4248.0, 4308.0, 4249.0, 4311.0, 4260.0, 4291.0, 4256.0, 4267.0, 4224.0, 4266.0, 4247.0, 4291.0, 4299.0, 4270.0, 4318.0, 4279.0, 4322.0, 4295.0, 4332.0, 4279.0, 4318.0, 4258.0, 4306.0, 4258.0, 4322.0, 4261.0, 4319.0, 4260.0, 4309.0, 4248.0, 4308.0, 4225.0, 4297.0, 4238.0, 4297.0, 4239.0, 4297.0], 'WindowWidth': [9661.0, 9558.0, 9585.0, 9489.0, 9570.0, 9484.0, 9540.0, 9537.0, 9519.0, 9578.0, 9555.0, 9617.0, 9559.0, 9562.0, 9526.0, 9437.0, 9476.0, 9407.0, 9509.0, 9436.0, 9571.0, 9496.0, 9577.0, 9496.0, 9548.0, 9448.0, 9523.0, 9429.0, 9573.0, 9453.0, 9547.0, 9468.0, 9531.0, 9424.0, 9503.0, 9431.0, 9490.0, 9421.0, 9510.0, 9438.0, 9495.0, 9480.0, 9490.0, 9506.0, 9498.0, 9544.0, 9487.0, 9524.0, 9468.0, 9500.0, 9463.0, 9504.0, 9470.0, 9528.0, 9493.0, 9525.0, 9487.0, 9524.0, 9500.0, 9532.0, 9489.0, 9555.0, 9519.0, 9526.0, 9473.0, 9518.0, 9512.0, 9509.0, 9487.0, 9493.0, 9481.0, 9491.0, 9503.0, 9502.0, 9513.0, 9462.0, 9517.0, 9449.0, 9512.0, 9438.0, 9518.0, 9426.0, 9532.0, 9450.0, 9520.0, 9414.0, 9510.0, 9424.0, 9523.0, 9434.0, 9536.0, 9451.0, 9569.0, 9451.0, 9505.0, 9430.0, 9540.0, 9441.0, 9548.0, 9504.0, 9558.0, 9501.0, 9527.0, 9486.0, 9521.0, 9496.0, 9513.0, 9493.0, 9530.0, 9487.0, 9516.0, 9500.0, 9518.0, 9507.0, 9522.0, 9511.0, 9516.0, 9481.0, 9497.0, 9497.0, 9508.0, 9476.0, 9488.0, 9481.0, 9477.0, 9461.0, 9458.0, 9491.0, 9413.0, 9511.0, 9423.0, 9531.0, 9430.0, 9508.0, 9503.0, 9504.0, 9510.0, 9483.0, 9521.0, 9464.0, 9496.0, 9452.0, 9506.0, 9480.0, 9509.0, 9453.0, 9505.0, 9452.0, 9487.0, 9482.0, 9516.0, 9500.0, 9521.0, 9497.0, 9532.0, 9470.0, 9506.0, 9486.0, 9511.0, 9458.0, 9513.0, 9433.0, 9484.0, 9392.0, 9490.0, 9408.0, 9484.0, 9412.0, 9499.0, 9428.0, 9486.0, 9505.0, 9463.0, 9511.0, 9491.0, 9514.0, 9471.0, 9513.0, 9431.0, 9507.0, 9420.0, 9501.0, 9439.0, 9493.0, 9496.0, 9483.0, 9508.0, 9461.0, 9499.0, 9454.0, 9500.0, 9420.0, 9513.0, 9408.0, 9459.0, 9502.0, 9479.0, 9505.0, 9450.0, 9490.0, 9416.0, 9491.0, 9390.0, 9491.0, 9403.0, 9478.0, 9468.0, 9465.0, 9507.0, 9465.0, 9491.0, 9461.0, 9510.0, 9448.0, 9499.0, 9415.0, 9491.0, 9450.0, 9486.0, 9513.0, 9470.0, 9512.0, 9437.0, 9487.0, 9412.0, 9491.0, 9406.0, 9476.0, 9415.0, 9519.0, 9429.0, 9487.0, 9475.0, 9485.0, 9491.0, 9494.0, 9466.0, 9527.0, 9491.0, 9486.0, 9527.0, 9501.0, 9528.0, 9484.0, 9519.0, 9468.0, 9492.0, 9410.0, 9512.0, 9414.0, 9516.0, 9434.0, 9508.0, 9475.0, 9493.0, 9500.0, 9478.0, 9503.0, 9519.0, 9534.0, 9491.0, 9511.0, 9502.0, 9537.0, 9493.0, 9507.0, 9554.0, 9487.0, 9518.0, 9460.0, 9564.0, 9526.0, 9529.0, 9544.0, 9490.0, 9591.0, 9490.0, 9568.0, 9497.0, 9553.0, 9470.0, 9553.0, 9478.0, 9553.0, 9448.0, 9510.0, 9480.0, 9522.0, 9506.0, 9517.0, 9491.0, 9498.0, 9477.0, 9494.0, 9446.0, 9507.0, 9439.0, 9497.0, 9438.0, 9492.0, 9502.0, 9480.0, 9487.0, 9496.0, 9478.0, 9477.0, 9493.0, 9455.0, 9487.0, 9457.0, 9469.0, 9454.0, 9471.0, 9485.0, 9488.0, 9489.0, 9528.0, 9483.0, 9507.0, 9485.0, 9536.0, 9474.0, 9507.0, 9445.0, 9511.0, 9458.0, 9508.0, 9485.0, 9534.0, 9506.0, 9531.0, 9491.0, 9530.0, 9490.0, 9524.0, 9510.0, 9533.0, 9512.0, 9607.0, 9531.0, 9582.0, 9446.0, 9498.0, 9431.0, 9518.0, 9422.0, 9483.0, 9427.0, 9508.0, 9424.0, 9502.0, 9410.0, 9509.0, 9428.0, 9477.0, 9498.0, 9457.0, 9458.0, 9458.0, 9502.0, 9444.0, 9481.0, 9440.0, 9516.0, 9410.0, 9482.0, 9383.0, 9484.0, 9404.0, 9492.0, 9429.0, 9496.0, 9418.0, 9476.0, 9424.0, 9473.0, 9488.0, 9479.0, 9484.0, 9461.0, 9499.0, 9463.0, 9502.0, 9479.0, 9514.0, 9471.0, 9510.0, 9439.0, 9487.0, 9437.0, 9489.0, 9448.0, 9517.0, 9436.0, 9500.0, 9418.0, 9482.0, 9420.0, 9483.0, 9454.0, 9471.0, 9501.0, 9452.0, 9505.0, 9478.0, 9507.0, 9476.0, 9511.0, 9493.0, 9515.0, 9449.0, 9495.0, 9458.0, 9499.0, 9458.0, 9523.0, 9454.0, 9496.0, 9402.0, 9498.0, 9436.0, 9503.0, 9437.0, 9506.0, 9414.0, 9473.0, 9469.0, 9478.0, 9505.0, 9465.0, 9525.0, 9454.0, 9494.0, 9438.0, 9496.0, 9424.0, 9491.0, 9429.0, 9480.0, 9403.0, 9445.0, 9432.0, 9466.0, 9467.0, 9453.0, 9492.0, 9452.0, 9499.0, 9446.0, 9489.0, 9453.0, 9483.0, 9412.0, 9519.0, 9455.0, 9514.0, 9411.0, 9476.0, 9409.0, 9472.0, 9406.0, 9494.0, 9410.0, 9463.0, 9443.0, 9466.0, 9469.0, 9467.0, 9521.0, 9463.0, 9493.0, 9439.0, 9490.0, 9426.0, 9473.0, 9416.0, 9496.0, 9431.0, 9483.0, 9420.0, 9465.0, 9478.0, 9468.0, 9525.0, 9456.0, 9490.0, 9418.0, 9475.0, 9401.0, 9477.0, 9443.0, 9498.0, 9427.0, 9441.0, 9486.0, 9450.0, 9512.0, 9460.0, 9515.0, 9433.0, 9493.0, 9410.0, 9483.0, 9409.0, 9469.0, 9446.0, 9460.0, 9494.0, 9439.0, 9508.0, 9455.0, 9513.0, 9442.0, 9514.0, 9432.0, 9494.0, 9412.0, 9489.0, 9400.0, 9499.0, 9418.0, 9517.0, 9441.0, 9499.0, 9412.0, 9484.0, 9427.0, 9487.0, 9458.0, 9470.0, 9464.0, 9450.0, 9463.0, 9482.0, 9444.0, 9474.0, 9476.0, 9460.0, 9477.0, 9468.0, 9499.0, 9486.0, 9499.0, 9479.0, 9526.0, 9474.0, 9513.0, 9488.0, 9514.0, 9459.0, 9512.0, 9433.0, 9490.0, 9404.0, 9495.0, 9415.0, 9506.0, 9467.0, 9515.0, 9435.0, 9493.0, 9399.0, 9480.0, 9422.0, 9508.0, 9448.0, 9501.0, 9473.0, 9461.0, 9512.0, 9477.0, 9535.0, 9483.0, 9515.0, 9461.0, 9514.0, 9499.0, 9537.0, 9470.0, 9538.0, 9455.0, 9513.0, 9447.0, 9514.0, 9453.0, 9519.0, 9424.0, 9499.0, 9427.0, 9488.0, 9441.0, 9494.0, 9427.0, 9484.0, 9442.0, 9448.0, 9446.0, 9510.0, 9463.0, 9515.0, 9445.0, 9489.0, 9428.0, 9488.0, 9435.0, 9498.0, 9440.0, 9473.0, 9417.0, 9505.0, 9439.0, 9526.0, 9440.0, 9521.0, 9426.0, 9497.0, 9414.0, 9499.0, 9441.0, 9515.0, 9455.0, 9507.0, 9443.0, 9490.0, 9426.0, 9502.0, 9453.0, 9499.0, 9415.0, 9495.0, 9430.0, 9514.0, 9442.0, 9520.0, 9451.0, 9497.0, 9444.0, 9514.0, 9464.0, 9518.0, 9462.0, 9501.0, 9488.0, 9513.0, 9482.0, 9463.0, 9510.0, 9433.0, 9500.0, 9440.0, 9556.0, 9452.0, 9516.0, 9460.0, 9506.0, 9470.0, 9475.0, 9492.0, 9455.0, 9502.0, 9418.0, 9500.0, 9446.0, 9508.0, 9418.0, 9513.0, 9437.0, 9506.0, 9397.0, 9492.0, 9410.0, 9510.0, 9435.0, 9529.0, 9436.0, 9511.0, 9446.0, 9513.0, 9463.0, 9520.0, 9466.0, 9509.0, 9443.0, 9507.0, 9439.0, 9508.0, 9433.0, 9510.0, 9430.0, 9505.0, 9452.0, 9519.0, 9464.0, 9514.0, 9452.0, 9503.0, 9458.0, 9497.0, 9480.0, 9511.0, 9516.0, 9538.0, 9454.0, 9511.0, 9467.0, 9501.0, 9474.0, 9445.0, 9473.0, 9425.0, 9485.0, 9415.0, 9487.0, 9432.0, 9486.0, 9430.0, 9522.0, 9425.0, 9485.0, 9442.0, 9466.0, 9453.0, 9470.0, 9472.0, 9458.0, 9474.0, 9434.0, 9486.0, 9451.0, 9493.0, 9453.0, 9513.0, 9454.0, 9491.0, 9471.0, 9500.0, 9478.0, 9512.0, 9521.0, 9466.0, 9495.0, 9477.0, 9493.0, 9493.0, 9488.0, 9501.0, 9462.0, 9469.0, 9459.0, 9484.0, 9458.0, 9487.0, 9463.0, 9494.0, 9466.0, 9484.0, 9466.0, 9499.0, 9467.0, 9492.0, 9462.0, 9477.0, 9462.0, 9496.0, 9465.0, 9485.0, 9434.0, 9469.0, 9448.0, 9494.0, 9443.0, 9491.0, 9437.0, 9489.0, 9419.0, 9463.0, 9439.0, 9490.0, 9477.0, 9496.0, 9450.0, 9483.0, 9488.0, 9412.0, 9491.0, 9474.0, 9500.0, 9472.0, 9497.0, 9421.0, 9466.0, 9380.0, 9466.0, 9372.0, 9470.0, 9386.0, 9447.0, 9366.0, 9449.0, 9431.0, 9462.0, 9490.0, 9709.0, 9562.0, 9609.0, 9532.0, 9565.0, 9527.0, 9552.0, 9522.0, 9535.0, 9534.0, 9546.0, 9535.0, 9555.0, 9514.0, 9541.0, 9456.0, 9518.0, 9437.0, 9522.0, 9444.0, 9494.0, 9510.0, 9466.0, 9516.0, 9451.0, 9503.0, 9423.0, 9490.0, 9456.0, 9479.0, 9504.0, 9495.0, 9539.0, 9477.0, 9506.0, 9454.0, 9508.0, 9427.0, 9512.0, 9431.0, 9519.0, 9502.0, 9493.0, 9523.0, 9500.0, 9539.0, 9488.0, 9525.0, 9475.0, 9529.0, 9449.0, 9533.0, 9452.0, 9541.0, 9484.0, 9507.0, 9532.0, 9476.0, 9528.0, 9427.0, 9511.0, 9442.0, 9486.0, 9525.0, 9484.0, 9547.0, 9506.0, 9525.0, 9495.0, 9534.0, 9506.0, 9531.0, 9490.0, 9540.0, 9528.0, 9574.0, 9510.0, 9592.0, 9482.0, 9570.0, 9517.0, 9540.0, 9451.0, 9551.0, 9558.0, 9499.0, 9546.0, 9482.0, 9494.0, 9447.0, 9435.0, 9344.0, 9363.0, 9454.0, 9392.0, 9517.0, 9459.0, 9526.0, 9436.0, 9558.0, 9512.0, 9641.0, 9577.0, 9536.0, 9591.0, 9522.0, 9523.0, 9449.0, 9508.0, 9483.0, 9490.0, 9471.0, 9418.0, 9517.0, 9466.0, 9477.0, 9430.0, 9395.0, 9451.0, 9386.0, 9468.0, 9425.0, 9470.0, 9408.0, 9464.0, 9393.0, 9464.0, 9378.0, 9450.0, 9439.0, 9439.0, 9476.0, 9452.0, 9478.0, 9447.0, 9515.0, 9463.0, 9512.0, 9475.0, 9506.0, 9465.0, 9532.0, 9525.0, 9533.0, 9499.0, 9540.0, 9468.0, 9515.0, 9449.0, 9486.0, 9508.0, 9489.0, 9481.0, 9503.0, 9477.0, 9549.0, 9477.0, 9525.0, 9456.0, 9496.0, 9440.0, 9510.0, 9446.0, 9497.0, 9428.0, 9523.0, 9465.0, 9543.0, 9458.0, 9523.0, 9488.0, 9438.0, 9518.0, 9426.0, 9516.0, 9435.0, 9500.0, 9485.0, 9475.0, 9533.0, 9459.0, 9522.0, 9442.0, 9490.0, 9401.0, 9499.0, 9422.0, 9481.0, 9427.0, 9469.0, 9509.0, 9453.0, 9520.0, 9473.0, 9514.0, 9479.0, 9539.0, 9497.0, 9515.0, 9482.0, 9557.0, 9470.0, 9554.0, 9461.0, 9515.0, 9458.0, 9548.0, 9508.0, 9563.0, 9488.0, 9526.0, 9497.0, 9541.0, 9475.0, 9514.0, 9481.0, 9504.0, 9471.0, 9509.0, 9474.0, 9494.0, 9474.0, 9538.0, 9477.0, 9531.0, 9445.0, 9502.0, 9399.0, 9468.0, 9405.0, 9479.0, 9401.0, 9447.0, 9502.0, 9424.0, 9474.0, 9439.0, 9481.0, 9434.0, 9496.0, 9404.0, 9465.0, 9386.0, 9476.0, 9422.0, 9494.0, 9412.0, 9480.0, 9427.0, 9447.0, 9461.0, 9467.0, 9524.0, 9452.0, 9504.0, 9418.0, 9486.0, 9412.0, 9504.0, 9405.0, 9504.0, 9412.0, 9477.0, 9423.0, 9472.0, 9473.0, 9476.0, 9514.0, 9454.0, 9503.0, 9474.0, 9525.0, 9461.0, 9506.0, 9452.0, 9507.0, 9425.0, 9515.0, 9446.0, 9534.0, 9472.0, 9526.0, 9438.0, 9517.0, 9460.0, 9536.0, 9454.0, 9549.0, 9465.0, 9525.0, 9426.0, 9507.0, 9433.0, 9515.0, 9438.0, 9534.0, 9455.0, 9532.0, 9409.0, 9496.0, 9410.0, 9486.0, 9427.0, 9513.0, 9436.0, 9511.0, 9414.0, 9481.0, 9451.0, 9481.0, 9487.0, 9469.0, 9507.0, 9451.0, 9501.0, 9418.0, 9479.0, 9420.0, 9491.0, 9428.0, 9509.0, 9433.0, 9519.0, 9447.0, 9488.0, 9435.0, 9451.0, 9391.0, 9448.0, 9429.0, 9492.0, 9498.0, 9461.0, 9521.0, 9469.0, 9534.0, 9503.0, 9547.0, 9471.0, 9522.0, 9441.0, 9500.0, 9442.0, 9530.0, 9449.0, 9524.0, 9445.0, 9510.0, 9426.0, 9505.0, 9392.0, 9490.0, 9415.0, 9493.0, 9419.0, 9492.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.003159136442141623</td></tr>
<tr><td colspan=3>aqi</td><td>0.05181667219343696</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.919485410406274</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1735197240363011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0125684478219534</td></tr>
<tr><td colspan=3>efc</td><td>0.4946</td></tr>
<tr><td colspan=3>fber</td><td>4715.5923</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1596717208612325</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>182</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.716753022452504</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7515403190976637</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5502446664701566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.107583744091248</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.596792546731586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00789814</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011548581533133984</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04243011400103569</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.859665041174508</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.4133</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8374</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.1853</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296325.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>912.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.7461</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9423</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.942</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3424.0663</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.1902</td></tr>
<tr><td colspan=3>tsnr</td><td>26.748702170094475</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>