<?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-0010_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-03/func/sub-0010_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>13baa524903b02ba04960c9b042eea98</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>16:10:53.925000</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.999435, -0.030711, -0.0136914, 0.0319323, 0.994439, 0.100361]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.072616</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7731, -7306, 599, -63, -7, 40, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ca00faa-8d20-44e6-8a41-a99976306cc2||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.6814098358154297, 0.0856720432639122, -0.02843938022851944, 105.67169189453125], [0.0823952704668045, 2.66800594329834, 0.2720012664794922, -91.28759002685547], [-0.03673308715224266, -0.26926058530807495, 2.6861138343811035, -40.90227127075195], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['161053.925000', '161054.385000', '161054.845000', '161055.305000', '161055.765000', '161056.225000', '161056.685000', '161057.145000', '161057.605000', '161058.065000', '161058.525000', '161058.985000', '161059.445000', '161059.905000', '161100.365000', '161100.825000', '161101.285000', '161101.745000', '161102.205000', '161102.665000', '161103.125000', '161103.585000', '161104.045000', '161104.505000', '161104.965000', '161105.425000', '161105.885000', '161106.345000', '161106.805000', '161107.265000', '161107.725000', '161108.185000', '161108.645000', '161109.105000', '161109.565000', '161110.025000', '161110.485000', '161110.945000', '161111.405000', '161111.865000', '161112.325000', '161112.785000', '161113.245000', '161113.705000', '161114.165000', '161114.625000', '161115.085000', '161115.545000', '161116.005000', '161116.465000', '161116.925000', '161117.385000', '161117.845000', '161118.305000', '161118.765000', '161119.225000', '161119.685000', '161120.145000', '161120.605000', '161121.065000', '161121.525000', '161121.985000', '161122.445000', '161122.905000', '161123.365000', '161123.825000', '161124.285000', '161124.745000', '161125.205000', '161125.665000', '161126.125000', '161126.585000', '161127.045000', '161127.505000', '161127.965000', '161128.425000', '161128.885000', '161129.345000', '161129.805000', '161130.265000', '161130.725000', '161131.185000', '161131.645000', '161132.105000', '161132.565000', '161133.025000', '161133.485000', '161133.945000', '161134.405000', '161134.865000', '161135.325000', '161135.785000', '161136.245000', '161136.705000', '161137.165000', '161137.625000', '161138.085000', '161138.545000', '161139.005000', '161139.465000', '161139.925000', '161140.385000', '161140.845000', '161141.305000', '161141.765000', '161142.225000', '161142.685000', '161143.145000', '161143.605000', '161144.065000', '161144.525000', '161144.985000', '161145.445000', '161145.905000', '161146.365000', '161146.825000', '161147.285000', '161147.745000', '161148.205000', '161148.665000', '161149.125000', '161149.585000', '161150.045000', '161150.505000', '161150.965000', '161151.425000', '161151.885000', '161152.345000', '161152.805000', '161153.265000', '161153.725000', '161154.185000', '161154.645000', '161155.105000', '161155.565000', '161156.025000', '161156.485000', '161156.945000', '161157.405000', '161157.865000', '161158.325000', '161158.785000', '161159.245000', '161159.705000', '161200.165000', '161200.625000', '161201.085000', '161201.545000', '161202.005000', '161202.465000', '161202.925000', '161203.385000', '161203.845000', '161204.305000', '161204.765000', '161205.225000', '161205.685000', '161206.145000', '161206.605000', '161207.065000', '161207.525000', '161207.985000', '161208.445000', '161208.905000', '161209.365000', '161209.825000', '161210.285000', '161210.745000', '161211.205000', '161211.665000', '161212.125000', '161212.585000', '161213.045000', '161213.505000', '161213.965000', '161214.425000', '161214.885000', '161215.345000', '161215.805000', '161216.265000', '161216.725000', '161217.185000', '161217.645000', '161218.105000', '161218.565000', '161219.025000', '161219.485000', '161219.945000', '161220.405000', '161220.865000', '161221.325000', '161221.785000', '161222.245000', '161222.705000', '161223.165000', '161223.625000', '161224.085000', '161224.545000', '161225.005000', '161225.465000', '161225.925000', '161226.385000', '161226.845000', '161227.305000', '161227.765000', '161228.225000', '161228.685000', '161229.145000', '161229.605000', '161230.065000', '161230.525000', '161230.985000', '161231.445000', '161231.905000', '161232.365000', '161232.825000', '161233.285000', '161233.745000', '161234.205000', '161234.665000', '161235.125000', '161235.585000', '161236.045000', '161236.505000', '161236.965000', '161237.425000', '161237.885000', '161238.345000', '161238.805000', '161239.265000', '161239.725000', '161240.185000', '161240.645000', '161241.105000', '161241.565000', '161242.025000', '161242.485000', '161242.945000', '161243.405000', '161243.865000', '161244.325000', '161244.785000', '161245.245000', '161245.705000', '161246.165000', '161246.625000', '161247.085000', '161247.545000', '161248.005000', '161248.465000', '161248.925000', '161249.385000', '161249.845000', '161250.305000', '161250.765000', '161251.225000', '161251.685000', '161252.145000', '161252.605000', '161253.065000', '161253.525000', '161253.985000', '161254.445000', '161254.905000', '161255.365000', '161255.825000', '161256.285000', '161256.745000', '161257.205000', '161257.665000', '161258.125000', '161258.585000', '161259.045000', '161259.505000', '161259.965000', '161300.425000', '161300.885000', '161301.345000', '161301.805000', '161302.265000', '161302.725000', '161303.185000', '161303.645000', '161304.105000', '161304.565000', '161305.025000', '161305.485000', '161305.945000', '161306.405000', '161306.865000', '161307.325000', '161307.785000', '161308.245000', '161308.705000', '161309.165000', '161309.625000', '161310.085000', '161310.545000', '161311.005000', '161311.465000', '161311.925000', '161312.385000', '161312.845000', '161313.305000', '161313.765000', '161314.225000', '161314.685000', '161315.145000', '161315.605000', '161316.065000', '161316.525000', '161316.985000', '161317.445000', '161317.905000', '161318.365000', '161318.825000', '161319.285000', '161319.745000', '161320.205000', '161320.665000', '161321.125000', '161321.585000', '161322.045000', '161322.505000', '161322.965000', '161323.425000', '161323.885000', '161324.345000', '161324.805000', '161325.265000', '161325.725000', '161326.185000', '161326.645000', '161327.105000', '161327.565000', '161328.025000', '161328.485000', '161328.945000', '161329.405000', '161329.865000', '161330.325000', '161330.785000', '161331.245000', '161331.705000', '161332.165000', '161332.625000', '161333.085000', '161333.545000', '161334.005000', '161334.465000', '161334.925000', '161335.385000', '161335.845000', '161336.305000', '161336.765000', '161337.225000', '161337.685000', '161338.145000', '161338.605000', '161339.065000', '161339.525000', '161339.985000', '161340.445000', '161340.905000', '161341.365000', '161341.825000', '161342.285000', '161342.745000', '161343.205000', '161343.665000', '161344.125000', '161344.585000', '161345.045000', '161345.505000', '161345.965000', '161346.425000', '161346.885000', '161347.345000', '161347.805000', '161348.265000', '161348.725000', '161349.185000', '161349.645000', '161350.105000', '161350.565000', '161351.025000', '161351.485000', '161351.945000', '161352.405000', '161352.865000', '161353.325000', '161353.785000', '161354.245000', '161354.705000', '161355.165000', '161355.625000', '161356.085000', '161356.545000', '161357.005000', '161357.465000', '161357.925000', '161358.385000', '161358.845000', '161359.305000', '161359.765000', '161400.225000', '161400.685000', '161401.145000', '161401.605000', '161402.065000', '161402.525000', '161402.985000', '161403.445000', '161403.905000', '161404.365000', '161404.825000', '161405.285000', '161405.745000', '161406.205000', '161406.665000', '161407.125000', '161407.585000', '161408.045000', '161408.505000', '161408.965000', '161409.425000', '161409.885000', '161410.345000', '161410.805000', '161411.265000', '161411.725000', '161412.185000', '161412.645000', '161413.105000', '161413.565000', '161414.025000', '161414.485000', '161414.945000', '161415.405000', '161415.865000', '161416.325000', '161416.785000', '161417.245000', '161417.705000', '161418.165000', '161418.625000', '161419.085000', '161419.545000', '161420.005000', '161420.465000', '161420.925000', '161421.385000', '161421.845000', '161422.305000', '161422.765000', '161423.225000', '161423.685000', '161424.145000', '161424.605000', '161425.065000', '161425.525000', '161425.985000', '161426.445000', '161426.905000', '161427.365000', '161427.825000', '161428.285000', '161428.745000', '161429.205000', '161429.665000', '161430.125000', '161430.585000', '161431.045000', '161431.505000', '161431.965000', '161432.425000', '161432.885000', '161433.345000', '161433.805000', '161434.265000', '161434.725000', '161435.185000', '161435.645000', '161436.105000', '161436.565000', '161437.025000', '161437.485000', '161437.945000', '161438.405000', '161438.865000', '161439.325000', '161439.785000', '161440.245000', '161440.705000', '161441.165000', '161441.625000', '161442.085000', '161442.545000', '161443.005000', '161443.465000', '161443.925000', '161444.385000', '161444.845000', '161445.305000', '161445.765000', '161446.225000', '161446.685000', '161447.145000', '161447.605000', '161448.065000', '161448.525000', '161448.985000', '161449.445000', '161449.905000', '161450.365000', '161450.825000', '161451.285000', '161451.745000', '161452.205000', '161452.665000', '161453.125000', '161453.585000', '161454.045000', '161454.505000', '161454.965000', '161455.425000', '161455.885000', '161456.345000', '161456.805000', '161457.265000', '161457.725000', '161458.185000', '161458.645000', '161459.105000', '161459.565000', '161500.025000', '161500.485000', '161500.945000', '161501.405000', '161501.865000', '161502.325000', '161502.785000', '161503.245000', '161503.705000', '161504.165000', '161504.625000', '161505.085000', '161505.545000', '161506.005000', '161506.465000', '161506.925000', '161507.385000', '161507.845000', '161508.305000', '161508.765000', '161509.225000', '161509.685000', '161510.145000', '161510.605000', '161511.065000', '161511.525000', '161511.985000', '161512.445000', '161512.905000', '161513.365000', '161513.825000', '161514.285000', '161514.745000', '161515.205000', '161515.665000', '161516.125000', '161516.585000', '161517.045000', '161517.505000', '161517.965000', '161518.425000', '161518.885000', '161519.345000', '161519.805000', '161520.265000', '161520.725000', '161521.185000', '161521.645000', '161522.105000', '161522.565000', '161523.025000', '161523.485000', '161523.945000', '161524.405000', '161524.865000', '161525.325000', '161525.785000', '161526.245000', '161526.705000', '161527.165000', '161527.625000', '161528.085000', '161528.545000', '161529.005000', '161529.465000', '161529.925000', '161530.385000', '161530.845000', '161531.305000', '161531.765000', '161532.225000', '161532.685000', '161533.145000', '161533.605000', '161534.065000', '161534.525000', '161534.985000', '161535.445000', '161535.905000', '161536.365000', '161536.825000', '161537.285000', '161537.745000', '161538.205000', '161538.665000', '161539.125000', '161539.585000', '161540.045000', '161540.505000', '161540.965000', '161541.425000', '161541.885000', '161542.345000', '161542.805000', '161543.265000', '161543.725000', '161544.185000', '161544.645000', '161545.105000', '161545.565000', '161546.025000', '161546.485000', '161546.945000', '161547.405000', '161547.865000', '161548.325000', '161548.785000', '161549.245000', '161549.705000', '161550.165000', '161550.625000', '161551.085000', '161551.545000', '161552.005000', '161552.465000', '161552.925000', '161553.385000', '161553.845000', '161554.305000', '161554.765000', '161555.225000', '161555.685000', '161556.145000', '161556.605000', '161557.065000', '161557.525000', '161557.985000', '161558.445000', '161558.905000', '161559.365000', '161559.825000', '161600.285000', '161600.745000', '161601.205000', '161601.665000', '161602.125000', '161602.585000', '161603.045000', '161603.505000', '161603.965000', '161604.425000', '161604.885000', '161605.345000', '161605.805000', '161606.265000', '161606.725000', '161607.185000', '161607.645000', '161608.105000', '161608.565000', '161609.025000', '161609.485000', '161609.945000', '161610.405000', '161610.865000', '161611.325000', '161611.785000', '161612.245000', '161612.705000', '161613.165000', '161613.625000', '161614.085000', '161614.545000', '161615.005000', '161615.465000', '161615.925000', '161616.385000', '161616.845000', '161617.305000', '161617.765000', '161618.225000', '161618.685000', '161619.145000', '161619.605000', '161620.065000', '161620.525000', '161620.985000', '161621.445000', '161621.905000', '161622.365000', '161622.825000', '161623.285000', '161623.745000', '161624.205000', '161624.665000', '161625.125000', '161625.585000', '161626.045000', '161626.505000', '161626.965000', '161627.425000', '161627.885000', '161628.345000', '161628.805000', '161629.265000', '161629.725000', '161630.185000', '161630.645000', '161631.105000', '161631.565000', '161632.025000', '161632.485000', '161632.945000', '161633.405000', '161633.865000', '161634.325000', '161634.785000', '161635.245000', '161635.705000', '161636.165000', '161636.625000', '161637.085000', '161637.545000', '161638.005000', '161638.465000', '161638.925000', '161639.385000', '161639.845000', '161640.305000', '161640.765000', '161641.225000', '161641.685000', '161642.145000', '161642.605000', '161643.065000', '161643.525000', '161643.985000', '161644.445000', '161644.905000', '161645.365000', '161645.825000', '161646.285000', '161646.745000', '161647.205000', '161647.665000', '161648.125000', '161648.585000', '161649.045000', '161649.505000', '161649.965000', '161650.425000', '161650.885000', '161651.345000', '161651.805000', '161652.265000', '161652.725000', '161653.185000', '161653.645000', '161654.105000', '161654.565000', '161655.025000', '161655.485000', '161655.945000', '161656.405000', '161656.865000', '161657.325000', '161657.785000', '161658.245000', '161658.705000', '161659.165000', '161659.625000', '161700.085000', '161700.545000', '161701.005000', '161701.465000', '161701.925000', '161702.385000', '161702.845000', '161703.305000', '161703.765000', '161704.225000', '161704.685000', '161705.145000', '161705.605000', '161706.065000', '161706.525000', '161706.985000', '161707.445000', '161707.905000', '161708.365000', '161708.825000', '161709.285000', '161709.745000', '161710.205000', '161710.665000', '161711.125000', '161711.585000', '161712.045000', '161712.505000', '161712.965000', '161713.425000', '161713.885000', '161714.345000', '161714.805000', '161715.265000', '161715.725000', '161716.185000', '161716.645000', '161717.105000', '161717.565000', '161718.025000', '161718.485000', '161718.945000', '161719.405000', '161719.865000', '161720.325000', '161720.785000', '161721.245000', '161721.705000', '161722.165000', '161722.625000', '161723.085000', '161723.545000', '161724.005000', '161724.465000', '161724.925000', '161725.385000', '161725.845000', '161726.305000', '161726.765000', '161727.225000', '161727.685000', '161728.145000', '161728.605000', '161729.065000', '161729.525000', '161729.985000', '161730.445000', '161730.905000', '161731.365000', '161731.825000', '161732.285000', '161732.745000', '161733.205000', '161733.665000', '161734.125000', '161734.585000', '161735.045000', '161735.505000', '161735.965000', '161736.425000', '161736.885000', '161737.345000', '161737.805000', '161738.265000', '161738.725000', '161739.185000', '161739.645000', '161740.105000', '161740.565000', '161741.025000', '161741.485000', '161741.945000', '161742.405000', '161742.865000', '161743.325000', '161743.785000', '161744.245000', '161744.705000', '161745.165000', '161745.625000', '161746.085000', '161746.545000', '161747.005000', '161747.465000', '161747.925000', '161748.385000', '161748.845000', '161749.305000', '161749.765000', '161750.225000', '161750.685000', '161751.145000', '161751.605000', '161752.065000', '161752.525000', '161752.985000', '161753.445000', '161753.905000', '161754.365000', '161754.825000', '161755.285000', '161755.745000', '161756.205000', '161756.665000', '161757.125000', '161757.585000', '161758.045000', '161758.505000', '161758.965000', '161759.425000', '161759.885000', '161800.345000', '161800.805000', '161801.265000', '161801.725000', '161802.185000', '161802.645000', '161803.105000', '161803.565000', '161804.025000', '161804.485000', '161804.945000', '161805.405000', '161805.865000', '161806.325000', '161806.785000', '161807.245000', '161807.705000', '161808.165000', '161808.625000', '161809.085000', '161809.545000', '161810.005000', '161810.465000', '161810.925000', '161811.385000', '161811.845000', '161812.305000', '161812.765000', '161813.225000', '161813.685000', '161814.145000', '161814.605000', '161815.065000', '161815.525000', '161815.985000', '161816.445000', '161816.905000', '161817.365000', '161817.825000', '161818.285000', '161818.745000', '161819.205000', '161819.665000', '161820.125000', '161820.585000', '161821.045000', '161821.505000', '161821.965000', '161822.425000', '161822.885000', '161823.345000', '161823.805000', '161824.265000', '161824.725000', '161825.185000', '161825.645000', '161826.105000', '161826.565000', '161827.025000', '161827.485000', '161827.945000', '161828.405000', '161828.865000', '161829.325000', '161829.785000', '161830.245000', '161830.705000', '161831.165000', '161831.625000', '161832.085000', '161832.545000', '161833.005000', '161833.465000', '161833.925000', '161834.385000', '161834.845000', '161835.305000', '161835.765000', '161836.225000', '161836.685000', '161837.145000', '161837.605000', '161838.065000', '161838.525000', '161838.985000', '161839.445000', '161839.905000', '161840.365000', '161840.825000', '161841.285000', '161841.745000', '161842.205000', '161842.665000', '161843.125000', '161843.585000', '161844.045000', '161844.505000', '161844.965000', '161845.425000', '161845.885000', '161846.345000', '161846.805000', '161847.265000', '161847.725000', '161848.185000', '161848.645000', '161849.105000', '161849.565000', '161850.025000', '161850.485000', '161850.945000', '161851.405000', '161851.865000', '161852.325000', '161852.785000', '161853.245000', '161853.705000', '161854.165000', '161854.625000', '161855.085000', '161855.545000', '161856.005000', '161856.465000', '161856.925000', '161857.385000', '161857.845000', '161858.305000', '161858.765000', '161859.225000', '161859.685000', '161900.145000', '161900.605000', '161901.065000', '161901.525000', '161901.985000', '161902.445000', '161902.905000', '161903.365000', '161903.825000', '161904.285000', '161904.745000', '161905.205000', '161905.665000', '161906.125000', '161906.585000', '161907.045000', '161907.505000', '161907.965000', '161908.425000', '161908.885000', '161909.345000', '161909.805000', '161910.265000', '161910.725000', '161911.185000', '161911.645000', '161912.105000', '161912.565000', '161913.025000', '161913.485000', '161913.945000', '161914.405000', '161914.865000', '161915.325000', '161915.785000', '161916.245000', '161916.705000', '161917.165000', '161917.625000', '161918.085000', '161918.545000', '161919.005000', '161919.465000', '161919.925000', '161920.385000', '161920.845000', '161921.305000', '161921.765000', '161922.225000', '161922.685000', '161923.145000', '161923.605000', '161924.065000', '161924.525000', '161924.985000', '161925.445000', '161925.905000', '161926.365000', '161926.825000', '161927.285000', '161927.745000', '161928.205000', '161928.665000', '161929.125000', '161929.585000', '161930.045000', '161930.505000', '161930.965000', '161931.425000', '161931.885000', '161932.345000', '161932.805000', '161933.265000', '161933.725000', '161934.185000', '161934.645000', '161935.105000', '161935.565000', '161936.025000', '161936.485000', '161936.945000', '161937.405000', '161937.865000', '161938.325000', '161938.785000', '161939.245000', '161939.705000', '161940.165000', '161940.625000', '161941.085000', '161941.545000', '161942.005000', '161942.465000', '161942.925000', '161943.385000', '161943.845000', '161944.305000', '161944.765000', '161945.225000', '161945.685000'], 'ContentTime': ['161105.275000', '161105.279000', '161105.282000', '161105.285000', '161105.288000', '161105.290000', '161105.293000', '161105.296000', '161105.299000', '161105.302000', '161105.304000', '161105.307000', '161105.314000', '161105.317000', '161105.320000', '161105.322000', '161105.325000', '161105.328000', '161105.335000', '161105.337000', '161105.340000', '161105.343000', '161105.346000', '161105.348000', '161125.239000', '161125.242000', '161125.244000', '161125.247000', '161125.250000', '161125.253000', '161125.257000', '161125.260000', '161125.263000', '161125.265000', '161125.268000', '161125.271000', '161125.274000', '161125.276000', '161125.279000', '161125.282000', '161125.285000', '161125.287000', '161125.290000', '161125.293000', '161125.296000', '161125.299000', '161125.301000', '161125.304000', '161125.307000', '161125.310000', '161125.312000', '161125.315000', '161125.318000', '161125.321000', '161125.323000', '161125.326000', '161125.329000', '161125.332000', '161125.335000', '161125.337000', '161125.340000', '161125.343000', '161125.346000', '161125.348000', '161125.351000', '161125.354000', '161125.357000', '161145.239000', '161145.241000', '161145.244000', '161145.247000', '161145.250000', '161145.253000', '161145.255000', '161145.258000', '161145.261000', '161145.264000', '161145.266000', '161145.269000', '161145.272000', '161145.275000', '161145.277000', '161145.280000', '161145.283000', '161145.286000', '161145.289000', '161145.291000', '161145.294000', '161145.297000', '161145.300000', '161145.303000', '161145.305000', '161145.308000', '161145.311000', '161145.314000', '161145.317000', '161145.319000', '161145.322000', '161145.335000', '161145.338000', '161145.341000', '161145.344000', '161145.346000', '161145.349000', '161145.352000', '161145.358000', '161145.361000', '161145.364000', '161145.367000', '161145.370000', '161145.372000', '161205.239000', '161205.242000', '161205.244000', '161205.247000', '161205.250000', '161205.253000', '161205.256000', '161205.258000', '161205.261000', '161205.264000', '161205.267000', '161205.270000', '161205.272000', '161205.275000', '161205.278000', '161205.281000', '161205.284000', '161205.286000', '161205.289000', '161205.292000', '161205.295000', '161205.298000', '161205.300000', '161205.303000', '161205.306000', '161205.309000', '161205.312000', '161205.314000', '161205.317000', '161205.320000', '161205.323000', '161205.326000', '161205.328000', '161205.331000', '161205.334000', '161205.337000', '161205.340000', '161205.342000', '161205.345000', '161205.348000', '161205.351000', '161205.353000', '161205.356000', '161225.240000', '161225.243000', '161225.245000', '161225.248000', '161225.251000', '161225.254000', '161225.257000', '161225.259000', '161225.262000', '161225.265000', '161225.268000', '161225.271000', '161225.274000', '161225.276000', '161225.279000', '161225.282000', '161225.285000', '161225.288000', '161225.290000', '161225.293000', '161225.296000', '161225.299000', '161225.302000', '161225.304000', '161225.307000', '161225.310000', '161225.313000', '161225.316000', '161225.318000', '161225.321000', '161225.324000', '161225.327000', '161225.329000', '161225.332000', '161225.335000', '161225.338000', '161225.341000', '161225.343000', '161225.346000', '161225.349000', '161225.352000', '161225.354000', '161225.357000', '161245.239000', '161245.242000', '161245.245000', '161245.248000', '161245.250000', '161245.253000', '161245.256000', '161245.259000', '161245.262000', '161245.264000', '161245.267000', '161245.270000', '161245.273000', '161245.276000', '161245.278000', '161245.281000', '161245.284000', '161245.287000', '161245.290000', '161245.293000', '161245.295000', '161245.298000', '161245.301000', '161245.304000', '161245.307000', '161245.310000', '161245.312000', '161245.315000', '161245.318000', '161245.321000', '161245.324000', '161245.326000', '161245.329000', '161245.332000', '161245.335000', '161245.338000', '161245.340000', '161245.343000', '161245.346000', '161245.349000', '161245.352000', '161245.354000', '161245.357000', '161245.360000', '161305.240000', '161305.243000', '161305.246000', '161305.249000', '161305.251000', '161305.255000', '161305.264000', '161305.267000', '161305.270000', '161305.273000', '161305.276000', '161305.279000', '161305.281000', '161305.285000', '161305.287000', '161305.290000', '161305.293000', '161305.296000', '161305.299000', '161305.302000', '161305.304000', '161305.307000', '161305.310000', '161305.313000', '161305.316000', '161305.318000', '161305.321000', '161305.324000', '161305.327000', '161305.330000', '161305.333000', '161305.336000', '161305.338000', '161305.341000', '161305.344000', '161305.347000', '161305.350000', '161305.352000', '161305.355000', '161305.358000', '161305.361000', '161305.364000', '161305.366000', '161325.240000', '161325.243000', '161325.246000', '161325.248000', '161325.251000', '161325.254000', '161325.257000', '161325.260000', '161325.262000', '161325.265000', '161325.268000', '161325.271000', '161325.274000', '161325.277000', '161325.279000', '161325.282000', '161325.285000', '161325.288000', '161325.291000', '161325.293000', '161325.296000', '161325.299000', '161325.302000', '161325.304000', '161325.307000', '161325.310000', '161325.313000', '161325.326000', '161325.329000', '161325.331000', '161325.334000', '161325.337000', '161325.340000', '161325.343000', '161325.345000', '161325.348000', '161325.351000', '161325.354000', '161325.356000', '161325.359000', '161325.362000', '161325.365000', '161325.368000', '161325.371000', '161345.239000', '161345.242000', '161345.244000', '161345.247000', '161345.250000', '161345.253000', '161345.256000', '161345.258000', '161345.261000', '161345.264000', '161345.267000', '161345.270000', '161345.274000', '161345.279000', '161345.282000', '161345.285000', '161345.288000', '161345.290000', '161345.293000', '161345.296000', '161345.299000', '161345.302000', '161345.304000', '161345.307000', '161345.310000', '161345.313000', '161345.316000', '161345.318000', '161345.321000', '161345.324000', '161345.327000', '161345.330000', '161345.333000', '161345.335000', '161345.338000', '161345.341000', '161345.344000', '161345.346000', '161345.349000', '161345.352000', '161345.355000', '161345.358000', '161345.360000', '161405.239000', '161405.242000', '161405.244000', '161405.247000', '161405.250000', '161405.253000', '161405.256000', '161405.258000', '161405.261000', '161405.264000', '161405.267000', '161405.270000', '161405.273000', '161405.275000', '161405.278000', '161405.281000', '161405.284000', '161405.287000', '161405.289000', '161405.292000', '161405.295000', '161405.298000', '161405.301000', '161405.303000', '161405.306000', '161405.309000', '161405.312000', '161405.315000', '161405.318000', '161405.320000', '161405.323000', '161405.326000', '161405.329000', '161405.331000', '161405.334000', '161405.337000', '161405.340000', '161405.343000', '161405.345000', '161405.348000', '161405.351000', '161405.354000', '161405.357000', '161405.359000', '161425.239000', '161425.242000', '161425.245000', '161425.247000', '161425.250000', '161425.253000', '161425.256000', '161425.259000', '161425.261000', '161425.264000', '161425.267000', '161425.270000', '161425.273000', '161425.276000', '161425.279000', '161425.281000', '161425.285000', '161425.287000', '161425.290000', '161425.293000', '161425.296000', '161425.299000', '161425.302000', '161425.305000', '161425.307000', '161425.310000', '161425.313000', '161425.316000', '161425.319000', '161425.322000', '161425.324000', '161425.327000', '161425.330000', '161425.333000', '161425.336000', '161425.339000', '161425.341000', '161425.344000', '161425.347000', '161425.350000', '161425.353000', '161425.355000', '161425.358000', '161445.239000', '161445.242000', '161445.245000', '161445.248000', '161445.250000', '161445.253000', '161445.256000', '161445.259000', '161445.262000', '161445.265000', '161445.267000', '161445.270000', '161445.273000', '161445.276000', '161445.279000', '161445.282000', '161445.285000', '161445.287000', '161445.290000', '161445.293000', '161445.296000', '161445.299000', '161445.301000', '161445.304000', '161445.307000', '161445.310000', '161445.313000', '161445.316000', '161445.318000', '161445.321000', '161445.324000', '161445.327000', '161445.330000', '161445.332000', '161445.335000', '161445.338000', '161445.341000', '161445.344000', '161445.346000', '161445.349000', '161445.352000', '161445.355000', '161445.358000', '161445.360000', '161505.239000', '161505.254000', '161505.257000', '161505.260000', '161505.262000', '161505.265000', '161505.268000', '161505.271000', '161505.287000', '161505.290000', '161505.293000', '161505.295000', '161505.298000', '161505.301000', '161505.304000', '161505.306000', '161505.309000', '161505.312000', '161505.315000', '161505.318000', '161505.321000', '161505.324000', '161505.327000', '161505.330000', '161505.332000', '161505.335000', '161505.338000', '161505.341000', '161505.344000', '161505.346000', '161505.349000', '161505.352000', '161505.355000', '161505.358000', '161505.361000', '161505.363000', '161505.366000', '161505.369000', '161505.372000', '161505.375000', '161505.378000', '161505.381000', '161505.383000', '161525.240000', '161525.243000', '161525.246000', '161525.248000', '161525.251000', '161525.254000', '161525.257000', '161525.260000', '161525.263000', '161525.265000', '161525.268000', '161525.271000', '161525.274000', '161525.277000', '161525.279000', '161525.282000', '161525.285000', '161525.288000', '161525.291000', '161525.294000', '161525.297000', '161525.299000', '161525.302000', '161525.305000', '161525.308000', '161525.311000', '161525.314000', '161525.316000', '161525.319000', '161525.322000', '161525.325000', '161525.328000', '161525.330000', '161525.333000', '161525.336000', '161525.339000', '161525.342000', '161525.345000', '161525.347000', '161525.350000', '161525.353000', '161525.356000', '161525.359000', '161525.361000', '161545.240000', '161545.243000', '161545.246000', '161545.248000', '161545.251000', '161545.254000', '161545.257000', '161545.260000', '161545.263000', '161545.266000', '161545.269000', '161545.272000', '161545.275000', '161545.278000', '161545.281000', '161545.283000', '161545.286000', '161545.289000', '161545.292000', '161545.295000', '161545.298000', '161545.301000', '161545.303000', '161545.306000', '161545.309000', '161545.312000', '161545.315000', '161545.317000', '161545.320000', '161545.323000', '161545.326000', '161545.329000', '161545.333000', '161545.336000', '161545.339000', '161545.342000', '161545.345000', '161545.348000', '161545.350000', '161545.353000', '161545.356000', '161545.359000', '161545.362000', '161605.239000', '161605.242000', '161605.245000', '161605.247000', '161605.250000', '161605.253000', '161605.256000', '161605.259000', '161605.262000', '161605.265000', '161605.268000', '161605.270000', '161605.273000', '161605.276000', '161605.279000', '161605.282000', '161605.285000', '161605.288000', '161605.290000', '161605.293000', '161605.296000', '161605.299000', '161605.302000', '161605.305000', '161605.308000', '161605.310000', '161605.313000', '161605.316000', '161605.319000', '161605.322000', '161605.325000', '161605.327000', '161605.330000', '161605.333000', '161605.336000', '161605.339000', '161605.342000', '161605.345000', '161605.347000', '161605.350000', '161605.353000', '161605.356000', '161605.359000', '161605.361000', '161625.239000', '161625.242000', '161625.251000', '161625.253000', '161625.256000', '161625.259000', '161625.262000', '161625.265000', '161625.268000', '161625.270000', '161625.273000', '161625.276000', '161625.279000', '161625.282000', '161625.285000', '161625.288000', '161625.291000', '161625.293000', '161625.296000', '161625.299000', '161625.302000', '161625.305000', '161625.308000', '161625.310000', '161625.313000', '161625.316000', '161625.319000', '161625.322000', '161625.325000', '161625.327000', '161625.330000', '161625.333000', '161625.336000', '161625.353000', '161625.356000', '161625.359000', '161625.364000', '161625.367000', '161625.370000', '161625.372000', '161625.375000', '161625.378000', '161625.381000', '161645.239000', '161645.242000', '161645.245000', '161645.248000', '161645.251000', '161645.253000', '161645.256000', '161645.259000', '161645.262000', '161645.265000', '161645.268000', '161645.271000', '161645.273000', '161645.276000', '161645.279000', '161645.282000', '161645.285000', '161645.288000', '161645.291000', '161645.294000', '161645.296000', '161645.299000', '161645.302000', '161645.305000', '161645.308000', '161645.311000', '161645.313000', '161645.316000', '161645.319000', '161645.322000', '161645.325000', '161645.327000', '161645.330000', '161645.333000', '161645.336000', '161645.339000', '161645.342000', '161645.344000', '161645.347000', '161645.350000', '161645.353000', '161645.356000', '161645.358000', '161645.361000', '161705.239000', '161705.242000', '161705.245000', '161705.248000', '161705.251000', '161705.254000', '161705.257000', '161705.259000', '161705.262000', '161705.265000', '161705.268000', '161705.271000', '161705.274000', '161705.277000', '161705.280000', '161705.282000', '161705.285000', '161705.288000', '161705.291000', '161705.294000', '161705.297000', '161705.300000', '161705.304000', '161705.307000', '161705.309000', '161705.312000', '161705.315000', '161705.318000', '161705.321000', '161705.324000', '161705.326000', '161705.329000', '161705.332000', '161705.335000', '161705.338000', '161705.340000', '161705.343000', '161705.346000', '161705.349000', '161705.352000', '161705.355000', '161705.358000', '161705.360000', '161725.239000', '161725.242000', '161725.249000', '161725.252000', '161725.255000', '161725.258000', '161725.261000', '161725.264000', '161725.266000', '161725.269000', '161725.272000', '161725.275000', '161725.278000', '161725.281000', '161725.284000', '161725.287000', '161725.290000', '161725.292000', '161725.295000', '161725.298000', '161725.301000', '161725.304000', '161725.307000', '161725.309000', '161725.312000', '161725.315000', '161725.318000', '161725.321000', '161725.323000', '161725.326000', '161725.329000', '161725.332000', '161725.335000', '161725.337000', '161725.340000', '161725.343000', '161725.346000', '161725.349000', '161725.352000', '161725.355000', '161725.358000', '161725.360000', '161725.363000', '161725.366000', '161745.240000', '161745.243000', '161745.246000', '161745.249000', '161745.251000', '161745.254000', '161745.257000', '161745.260000', '161745.263000', '161745.265000', '161745.268000', '161745.271000', '161745.274000', '161745.277000', '161745.280000', '161745.283000', '161745.286000', '161745.288000', '161745.291000', '161745.294000', '161745.297000', '161745.300000', '161745.302000', '161745.305000', '161745.308000', '161745.311000', '161745.314000', '161745.316000', '161745.319000', '161745.322000', '161745.325000', '161745.328000', '161745.331000', '161745.333000', '161745.336000', '161745.339000', '161745.342000', '161745.345000', '161745.347000', '161745.350000', '161745.353000', '161745.356000', '161745.359000', '161805.240000', '161805.243000', '161805.246000', '161805.248000', '161805.251000', '161805.254000', '161805.257000', '161805.260000', '161805.262000', '161805.265000', '161805.268000', '161805.271000', '161805.274000', '161805.276000', '161805.279000', '161805.282000', '161805.285000', '161805.288000', '161805.290000', '161805.293000', '161805.296000', '161805.299000', '161805.302000', '161805.305000', '161805.307000', '161805.310000', '161805.313000', '161805.316000', '161805.319000', '161805.322000', '161805.324000', '161805.327000', '161805.330000', '161805.333000', '161805.336000', '161805.338000', '161805.341000', '161805.344000', '161805.347000', '161805.350000', '161805.352000', '161805.355000', '161805.358000', '161805.361000', '161825.239000', '161825.242000', '161825.245000', '161825.248000', '161825.251000', '161825.253000', '161825.256000', '161825.259000', '161825.262000', '161825.265000', '161825.267000', '161825.270000', '161825.273000', '161825.276000', '161825.279000', '161825.282000', '161825.284000', '161825.287000', '161825.290000', '161825.293000', '161825.296000', '161825.298000', '161825.301000', '161825.304000', '161825.307000', '161825.310000', '161825.312000', '161825.315000', '161825.318000', '161825.321000', '161825.324000', '161825.327000', '161825.330000', '161825.332000', '161825.335000', '161825.338000', '161825.342000', '161825.345000', '161825.348000', '161825.351000', '161825.354000', '161825.356000', '161825.359000', '161845.239000', '161845.242000', '161845.245000', '161845.248000', '161845.250000', '161845.253000', '161845.256000', '161845.259000', '161845.262000', '161845.264000', '161845.267000', '161845.270000', '161845.273000', '161845.276000', '161845.279000', '161845.282000', '161845.284000', '161845.287000', '161845.290000', '161845.293000', '161845.296000', '161845.298000', '161845.301000', '161845.304000', '161845.307000', '161845.310000', '161845.313000', '161845.316000', '161845.318000', '161845.321000', '161845.324000', '161845.327000', '161845.330000', '161845.333000', '161845.335000', '161845.338000', '161845.341000', '161845.344000', '161845.347000', '161845.349000', '161845.352000', '161845.355000', '161845.358000', '161845.361000', '161905.239000', '161905.242000', '161905.245000', '161905.247000', '161905.250000', '161905.253000', '161905.256000', '161905.259000', '161905.261000', '161905.264000', '161905.267000', '161905.270000', '161905.273000', '161905.276000', '161905.279000', '161905.281000', '161905.284000', '161905.287000', '161905.290000', '161905.293000', '161905.295000', '161905.298000', '161905.301000', '161905.304000', '161905.307000', '161905.309000', '161905.312000', '161905.315000', '161905.318000', '161905.321000', '161905.324000', '161905.327000', '161905.329000', '161905.332000', '161905.335000', '161905.338000', '161905.341000', '161905.343000', '161905.346000', '161905.349000', '161905.369000', '161905.372000', '161905.374000', '161925.239000', '161925.242000', '161925.245000', '161925.248000', '161925.250000', '161925.253000', '161925.256000', '161925.259000', '161925.262000', '161925.264000', '161925.267000', '161925.270000', '161925.273000', '161925.276000', '161925.279000', '161925.282000', '161925.284000', '161925.287000', '161925.290000', '161925.293000', '161925.296000', '161925.299000', '161925.301000', '161925.304000', '161925.307000', '161925.310000', '161925.313000', '161925.316000', '161925.318000', '161925.321000', '161925.324000', '161925.327000', '161925.330000', '161925.332000', '161925.335000', '161925.338000', '161925.341000', '161925.344000', '161925.347000', '161925.349000', '161925.352000', '161925.355000', '161925.358000', '161925.361000', '161945.239000', '161945.242000', '161945.245000', '161945.247000', '161945.250000', '161945.253000', '161945.256000', '161945.259000', '161945.261000', '161945.264000', '161945.267000', '161945.270000', '161945.273000', '161945.275000', '161945.278000', '161945.281000', '161945.284000', '161945.287000', '161945.290000', '161945.292000', '161945.295000', '161945.298000', '161945.301000', '161945.304000', '161945.306000', '161945.309000', '161945.312000', '161945.315000', '161945.318000', '161945.320000', '161945.323000', '161945.326000', '161945.329000', '161945.332000', '161945.334000', '161945.337000', '161945.340000', '161945.343000', '161945.346000', '161945.348000', '161945.351000', '161945.354000', '161945.357000', '161946.423000', '161946.426000', '161946.429000'], 'InstanceCreationTime': ['161105.275000', '161105.279000', '161105.282000', '161105.285000', '161105.288000', '161105.290000', '161105.293000', '161105.296000', '161105.299000', '161105.302000', '161105.304000', '161105.307000', '161105.314000', '161105.317000', '161105.320000', '161105.322000', '161105.325000', '161105.328000', '161105.335000', '161105.337000', '161105.340000', '161105.343000', '161105.346000', '161105.348000', '161125.239000', '161125.242000', '161125.244000', '161125.247000', '161125.250000', '161125.253000', '161125.257000', '161125.260000', '161125.263000', '161125.265000', '161125.268000', '161125.271000', '161125.274000', '161125.276000', '161125.279000', '161125.282000', '161125.285000', '161125.287000', '161125.290000', '161125.293000', '161125.296000', '161125.299000', '161125.301000', '161125.304000', '161125.307000', '161125.310000', '161125.312000', '161125.315000', '161125.318000', '161125.321000', '161125.323000', '161125.326000', '161125.329000', '161125.332000', '161125.335000', '161125.337000', '161125.340000', '161125.343000', '161125.346000', '161125.348000', '161125.351000', '161125.354000', '161125.357000', '161145.239000', '161145.241000', '161145.244000', '161145.247000', '161145.250000', '161145.253000', '161145.255000', '161145.258000', '161145.261000', '161145.264000', '161145.266000', '161145.269000', '161145.272000', '161145.275000', '161145.277000', '161145.280000', '161145.283000', '161145.286000', '161145.289000', '161145.291000', '161145.294000', '161145.297000', '161145.300000', '161145.303000', '161145.305000', '161145.308000', '161145.311000', '161145.314000', '161145.317000', '161145.319000', '161145.322000', '161145.335000', '161145.338000', '161145.341000', '161145.344000', '161145.346000', '161145.349000', '161145.352000', '161145.358000', '161145.361000', '161145.364000', '161145.367000', '161145.370000', '161145.372000', '161205.239000', '161205.242000', '161205.244000', '161205.247000', '161205.250000', '161205.253000', '161205.256000', '161205.258000', '161205.261000', '161205.264000', '161205.267000', '161205.270000', '161205.272000', '161205.275000', '161205.278000', '161205.281000', '161205.284000', '161205.286000', '161205.289000', '161205.292000', '161205.295000', '161205.298000', '161205.300000', '161205.303000', '161205.306000', '161205.309000', '161205.312000', '161205.314000', '161205.317000', '161205.320000', '161205.323000', '161205.326000', '161205.328000', '161205.331000', '161205.334000', '161205.337000', '161205.340000', '161205.342000', '161205.345000', '161205.348000', '161205.351000', '161205.353000', '161205.356000', '161225.240000', '161225.243000', '161225.245000', '161225.248000', '161225.251000', '161225.254000', '161225.257000', '161225.259000', '161225.262000', '161225.265000', '161225.268000', '161225.271000', '161225.274000', '161225.276000', '161225.279000', '161225.282000', '161225.285000', '161225.288000', '161225.290000', '161225.293000', '161225.296000', '161225.299000', '161225.302000', '161225.304000', '161225.307000', '161225.310000', '161225.313000', '161225.316000', '161225.318000', '161225.321000', '161225.324000', '161225.327000', '161225.329000', '161225.332000', '161225.335000', '161225.338000', '161225.341000', '161225.343000', '161225.346000', '161225.349000', '161225.352000', '161225.354000', '161225.357000', '161245.239000', '161245.242000', '161245.245000', '161245.248000', '161245.250000', '161245.253000', '161245.256000', '161245.259000', '161245.262000', '161245.264000', '161245.267000', '161245.270000', '161245.273000', '161245.276000', '161245.278000', '161245.281000', '161245.284000', '161245.287000', '161245.290000', '161245.293000', '161245.295000', '161245.298000', '161245.301000', '161245.304000', '161245.307000', '161245.310000', '161245.312000', '161245.315000', '161245.318000', '161245.321000', '161245.324000', '161245.326000', '161245.329000', '161245.332000', '161245.335000', '161245.338000', '161245.340000', '161245.343000', '161245.346000', '161245.349000', '161245.352000', '161245.354000', '161245.357000', '161245.360000', '161305.240000', '161305.243000', '161305.246000', '161305.249000', '161305.251000', '161305.255000', '161305.264000', '161305.267000', '161305.270000', '161305.273000', '161305.276000', '161305.279000', '161305.281000', '161305.285000', '161305.287000', '161305.290000', '161305.293000', '161305.296000', '161305.299000', '161305.302000', '161305.304000', '161305.307000', '161305.310000', '161305.313000', '161305.316000', '161305.318000', '161305.321000', '161305.324000', '161305.327000', '161305.330000', '161305.333000', '161305.336000', '161305.338000', '161305.341000', '161305.344000', '161305.347000', '161305.350000', '161305.352000', '161305.355000', '161305.358000', '161305.361000', '161305.364000', '161305.366000', '161325.240000', '161325.243000', '161325.246000', '161325.248000', '161325.251000', '161325.254000', '161325.257000', '161325.260000', '161325.262000', '161325.265000', '161325.268000', '161325.271000', '161325.274000', '161325.277000', '161325.279000', '161325.282000', '161325.285000', '161325.288000', '161325.291000', '161325.293000', '161325.296000', '161325.299000', '161325.302000', '161325.304000', '161325.307000', '161325.310000', '161325.313000', '161325.326000', '161325.329000', '161325.331000', '161325.334000', '161325.337000', '161325.340000', '161325.343000', '161325.345000', '161325.348000', '161325.351000', '161325.354000', '161325.356000', '161325.359000', '161325.362000', '161325.365000', '161325.368000', '161325.371000', '161345.239000', '161345.242000', '161345.244000', '161345.247000', '161345.250000', '161345.253000', '161345.256000', '161345.258000', '161345.261000', '161345.264000', '161345.267000', '161345.270000', '161345.274000', '161345.279000', '161345.282000', '161345.285000', '161345.288000', '161345.290000', '161345.293000', '161345.296000', '161345.299000', '161345.302000', '161345.304000', '161345.307000', '161345.310000', '161345.313000', '161345.316000', '161345.318000', '161345.321000', '161345.324000', '161345.327000', '161345.330000', '161345.333000', '161345.335000', '161345.338000', '161345.341000', '161345.344000', '161345.346000', '161345.349000', '161345.352000', '161345.355000', '161345.358000', '161345.360000', '161405.239000', '161405.242000', '161405.244000', '161405.247000', '161405.250000', '161405.253000', '161405.256000', '161405.258000', '161405.261000', '161405.264000', '161405.267000', '161405.270000', '161405.273000', '161405.275000', '161405.278000', '161405.281000', '161405.284000', '161405.287000', '161405.289000', '161405.292000', '161405.295000', '161405.298000', '161405.301000', '161405.303000', '161405.306000', '161405.309000', '161405.312000', '161405.315000', '161405.318000', '161405.320000', '161405.323000', '161405.326000', '161405.329000', '161405.331000', '161405.334000', '161405.337000', '161405.340000', '161405.343000', '161405.345000', '161405.348000', '161405.351000', '161405.354000', '161405.357000', '161405.359000', '161425.239000', '161425.242000', '161425.245000', '161425.247000', '161425.250000', '161425.253000', '161425.256000', '161425.259000', '161425.261000', '161425.264000', '161425.267000', '161425.270000', '161425.273000', '161425.276000', '161425.279000', '161425.281000', '161425.285000', '161425.287000', '161425.290000', '161425.293000', '161425.296000', '161425.299000', '161425.302000', '161425.305000', '161425.307000', '161425.310000', '161425.313000', '161425.316000', '161425.319000', '161425.322000', '161425.324000', '161425.327000', '161425.330000', '161425.333000', '161425.336000', '161425.339000', '161425.341000', '161425.344000', '161425.347000', '161425.350000', '161425.353000', '161425.355000', '161425.358000', '161445.239000', '161445.242000', '161445.245000', '161445.248000', '161445.250000', '161445.253000', '161445.256000', '161445.259000', '161445.262000', '161445.265000', '161445.267000', '161445.270000', '161445.273000', '161445.276000', '161445.279000', '161445.282000', '161445.285000', '161445.287000', '161445.290000', '161445.293000', '161445.296000', '161445.299000', '161445.301000', '161445.304000', '161445.307000', '161445.310000', '161445.313000', '161445.316000', '161445.318000', '161445.321000', '161445.324000', '161445.327000', '161445.330000', '161445.332000', '161445.335000', '161445.338000', '161445.341000', '161445.344000', '161445.346000', '161445.349000', '161445.352000', '161445.355000', '161445.358000', '161445.360000', '161505.239000', '161505.254000', '161505.257000', '161505.260000', '161505.262000', '161505.265000', '161505.268000', '161505.271000', '161505.287000', '161505.290000', '161505.293000', '161505.295000', '161505.298000', '161505.301000', '161505.304000', '161505.306000', '161505.309000', '161505.312000', '161505.315000', '161505.318000', '161505.321000', '161505.324000', '161505.327000', '161505.330000', '161505.332000', '161505.335000', '161505.338000', '161505.341000', '161505.344000', '161505.346000', '161505.349000', '161505.352000', '161505.355000', '161505.358000', '161505.361000', '161505.363000', '161505.366000', '161505.369000', '161505.372000', '161505.375000', '161505.378000', '161505.381000', '161505.383000', '161525.240000', '161525.243000', '161525.246000', '161525.248000', '161525.251000', '161525.254000', '161525.257000', '161525.260000', '161525.263000', '161525.265000', '161525.268000', '161525.271000', '161525.274000', '161525.277000', '161525.279000', '161525.282000', '161525.285000', '161525.288000', '161525.291000', '161525.294000', '161525.297000', '161525.299000', '161525.302000', '161525.305000', '161525.308000', '161525.311000', '161525.314000', '161525.316000', '161525.319000', '161525.322000', '161525.325000', '161525.328000', '161525.330000', '161525.333000', '161525.336000', '161525.339000', '161525.342000', '161525.345000', '161525.347000', '161525.350000', '161525.353000', '161525.356000', '161525.359000', '161525.361000', '161545.240000', '161545.243000', '161545.246000', '161545.248000', '161545.251000', '161545.254000', '161545.257000', '161545.260000', '161545.263000', '161545.266000', '161545.269000', '161545.272000', '161545.275000', '161545.278000', '161545.281000', '161545.283000', '161545.286000', '161545.289000', '161545.292000', '161545.295000', '161545.298000', '161545.301000', '161545.303000', '161545.306000', '161545.309000', '161545.312000', '161545.315000', '161545.317000', '161545.320000', '161545.323000', '161545.326000', '161545.329000', '161545.333000', '161545.336000', '161545.339000', '161545.342000', '161545.345000', '161545.348000', '161545.350000', '161545.353000', '161545.356000', '161545.359000', '161545.362000', '161605.239000', '161605.242000', '161605.245000', '161605.247000', '161605.250000', '161605.253000', '161605.256000', '161605.259000', '161605.262000', '161605.265000', '161605.268000', '161605.270000', '161605.273000', '161605.276000', '161605.279000', '161605.282000', '161605.285000', '161605.288000', '161605.290000', '161605.293000', '161605.296000', '161605.299000', '161605.302000', '161605.305000', '161605.308000', '161605.310000', '161605.313000', '161605.316000', '161605.319000', '161605.322000', '161605.325000', '161605.327000', '161605.330000', '161605.333000', '161605.336000', '161605.339000', '161605.342000', '161605.345000', '161605.347000', '161605.350000', '161605.353000', '161605.356000', '161605.359000', '161605.361000', '161625.239000', '161625.242000', '161625.251000', '161625.253000', '161625.256000', '161625.259000', '161625.262000', '161625.265000', '161625.268000', '161625.270000', '161625.273000', '161625.276000', '161625.279000', '161625.282000', '161625.285000', '161625.288000', '161625.291000', '161625.293000', '161625.296000', '161625.299000', '161625.302000', '161625.305000', '161625.308000', '161625.310000', '161625.313000', '161625.316000', '161625.319000', '161625.322000', '161625.325000', '161625.327000', '161625.330000', '161625.333000', '161625.336000', '161625.353000', '161625.356000', '161625.359000', '161625.364000', '161625.367000', '161625.370000', '161625.372000', '161625.375000', '161625.378000', '161625.381000', '161645.239000', '161645.242000', '161645.245000', '161645.248000', '161645.251000', '161645.253000', '161645.256000', '161645.259000', '161645.262000', '161645.265000', '161645.268000', '161645.271000', '161645.273000', '161645.276000', '161645.279000', '161645.282000', '161645.285000', '161645.288000', '161645.291000', '161645.294000', '161645.296000', '161645.299000', '161645.302000', '161645.305000', '161645.308000', '161645.311000', '161645.313000', '161645.316000', '161645.319000', '161645.322000', '161645.325000', '161645.327000', '161645.330000', '161645.333000', '161645.336000', '161645.339000', '161645.342000', '161645.344000', '161645.347000', '161645.350000', '161645.353000', '161645.356000', '161645.358000', '161645.361000', '161705.239000', '161705.242000', '161705.245000', '161705.248000', '161705.251000', '161705.254000', '161705.257000', '161705.259000', '161705.262000', '161705.265000', '161705.268000', '161705.271000', '161705.274000', '161705.277000', '161705.280000', '161705.282000', '161705.285000', '161705.288000', '161705.291000', '161705.294000', '161705.297000', '161705.300000', '161705.304000', '161705.307000', '161705.309000', '161705.312000', '161705.315000', '161705.318000', '161705.321000', '161705.324000', '161705.326000', '161705.329000', '161705.332000', '161705.335000', '161705.338000', '161705.340000', '161705.343000', '161705.346000', '161705.349000', '161705.352000', '161705.355000', '161705.358000', '161705.360000', '161725.239000', '161725.242000', '161725.249000', '161725.252000', '161725.255000', '161725.258000', '161725.261000', '161725.264000', '161725.266000', '161725.269000', '161725.272000', '161725.275000', '161725.278000', '161725.281000', '161725.284000', '161725.287000', '161725.290000', '161725.292000', '161725.295000', '161725.298000', '161725.301000', '161725.304000', '161725.307000', '161725.309000', '161725.312000', '161725.315000', '161725.318000', '161725.321000', '161725.323000', '161725.326000', '161725.329000', '161725.332000', '161725.335000', '161725.337000', '161725.340000', '161725.343000', '161725.346000', '161725.349000', '161725.352000', '161725.355000', '161725.358000', '161725.360000', '161725.363000', '161725.366000', '161745.240000', '161745.243000', '161745.246000', '161745.249000', '161745.251000', '161745.254000', '161745.257000', '161745.260000', '161745.263000', '161745.265000', '161745.268000', '161745.271000', '161745.274000', '161745.277000', '161745.280000', '161745.283000', '161745.286000', '161745.288000', '161745.291000', '161745.294000', '161745.297000', '161745.300000', '161745.302000', '161745.305000', '161745.308000', '161745.311000', '161745.314000', '161745.316000', '161745.319000', '161745.322000', '161745.325000', '161745.328000', '161745.331000', '161745.333000', '161745.336000', '161745.339000', '161745.342000', '161745.345000', '161745.347000', '161745.350000', '161745.353000', '161745.356000', '161745.359000', '161805.240000', '161805.243000', '161805.246000', '161805.248000', '161805.251000', '161805.254000', '161805.257000', '161805.260000', '161805.262000', '161805.265000', '161805.268000', '161805.271000', '161805.274000', '161805.276000', '161805.279000', '161805.282000', '161805.285000', '161805.288000', '161805.290000', '161805.293000', '161805.296000', '161805.299000', '161805.302000', '161805.305000', '161805.307000', '161805.310000', '161805.313000', '161805.316000', '161805.319000', '161805.322000', '161805.324000', '161805.327000', '161805.330000', '161805.333000', '161805.336000', '161805.338000', '161805.341000', '161805.344000', '161805.347000', '161805.350000', '161805.352000', '161805.355000', '161805.358000', '161805.361000', '161825.239000', '161825.242000', '161825.245000', '161825.248000', '161825.251000', '161825.253000', '161825.256000', '161825.259000', '161825.262000', '161825.265000', '161825.267000', '161825.270000', '161825.273000', '161825.276000', '161825.279000', '161825.282000', '161825.284000', '161825.287000', '161825.290000', '161825.293000', '161825.296000', '161825.298000', '161825.301000', '161825.304000', '161825.307000', '161825.310000', '161825.312000', '161825.315000', '161825.318000', '161825.321000', '161825.324000', '161825.327000', '161825.330000', '161825.332000', '161825.335000', '161825.338000', '161825.342000', '161825.345000', '161825.348000', '161825.351000', '161825.354000', '161825.356000', '161825.359000', '161845.239000', '161845.242000', '161845.245000', '161845.248000', '161845.250000', '161845.253000', '161845.256000', '161845.259000', '161845.262000', '161845.264000', '161845.267000', '161845.270000', '161845.273000', '161845.276000', '161845.279000', '161845.282000', '161845.284000', '161845.287000', '161845.290000', '161845.293000', '161845.296000', '161845.298000', '161845.301000', '161845.304000', '161845.307000', '161845.310000', '161845.313000', '161845.316000', '161845.318000', '161845.321000', '161845.324000', '161845.327000', '161845.330000', '161845.333000', '161845.335000', '161845.338000', '161845.341000', '161845.344000', '161845.347000', '161845.349000', '161845.352000', '161845.355000', '161845.358000', '161845.361000', '161905.239000', '161905.242000', '161905.245000', '161905.247000', '161905.250000', '161905.253000', '161905.256000', '161905.259000', '161905.261000', '161905.264000', '161905.267000', '161905.270000', '161905.273000', '161905.276000', '161905.279000', '161905.281000', '161905.284000', '161905.287000', '161905.290000', '161905.293000', '161905.295000', '161905.298000', '161905.301000', '161905.304000', '161905.307000', '161905.309000', '161905.312000', '161905.315000', '161905.318000', '161905.321000', '161905.324000', '161905.327000', '161905.329000', '161905.332000', '161905.335000', '161905.338000', '161905.341000', '161905.343000', '161905.346000', '161905.349000', '161905.369000', '161905.372000', '161905.374000', '161925.239000', '161925.242000', '161925.245000', '161925.248000', '161925.250000', '161925.253000', '161925.256000', '161925.259000', '161925.262000', '161925.264000', '161925.267000', '161925.270000', '161925.273000', '161925.276000', '161925.279000', '161925.282000', '161925.284000', '161925.287000', '161925.290000', '161925.293000', '161925.296000', '161925.299000', '161925.301000', '161925.304000', '161925.307000', '161925.310000', '161925.313000', '161925.316000', '161925.318000', '161925.321000', '161925.324000', '161925.327000', '161925.330000', '161925.332000', '161925.335000', '161925.338000', '161925.341000', '161925.344000', '161925.347000', '161925.349000', '161925.352000', '161925.355000', '161925.358000', '161925.361000', '161945.239000', '161945.242000', '161945.245000', '161945.247000', '161945.250000', '161945.253000', '161945.256000', '161945.259000', '161945.261000', '161945.264000', '161945.267000', '161945.270000', '161945.273000', '161945.275000', '161945.278000', '161945.281000', '161945.284000', '161945.287000', '161945.290000', '161945.292000', '161945.295000', '161945.298000', '161945.301000', '161945.304000', '161945.306000', '161945.309000', '161945.312000', '161945.315000', '161945.318000', '161945.320000', '161945.323000', '161945.326000', '161945.329000', '161945.332000', '161945.334000', '161945.337000', '161945.340000', '161945.343000', '161945.346000', '161945.348000', '161945.351000', '161945.354000', '161945.357000', '161946.423000', '161946.426000', '161946.429000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [10980, 12695, 10753, 12827, 10753, 13173, 10909, 12835, 10401, 13376, 9939, 13344, 9140, 13209, 8511, 13312, 8438, 12768, 7997, 12901, 7966, 12984, 8336, 12596, 7986, 12527, 11362, 11344, 13666, 10196, 13195, 9439, 13234, 8952, 13107, 8555, 13095, 10687, 12686, 12419, 12004, 14571, 10724, 13195, 10146, 13042, 9292, 12851, 8250, 12978, 11473, 12698, 15996, 10781, 13230, 10182, 13120, 8299, 13270, 12689, 12622, 13902, 11702, 13608, 10374, 13543, 9849, 13024, 8953, 12771, 8001, 12860, 10241, 12592, 14841, 10757, 13405, 9752, 13187, 8164, 13317, 9961, 13016, 11211, 12111, 12905, 11052, 13771, 10079, 13412, 9222, 13217, 7840, 13405, 13310, 12279, 15511, 10644, 13040, 10038, 13376, 8681, 13196, 8142, 13017, 8964, 12014, 13319, 11208, 13805, 10341, 13482, 9785, 13284, 8953, 13176, 8129, 13165, 8722, 13009, 8316, 12899, 13175, 11293, 13688, 10417, 13060, 9851, 12908, 9370, 13181, 8161, 13349, 8372, 12634, 7825, 12981, 9124, 12605, 13963, 11629, 13369, 11195, 13148, 10602, 13489, 9797, 13504, 9573, 12920, 8642, 13308, 7886, 13128, 8008, 13046, 8091, 12905, 8801, 12453, 12371, 11541, 13166, 10732, 12076, 10883, 13591, 10431, 13700, 10057, 13536, 9502, 13092, 8075, 13417, 9689, 13136, 15080, 11400, 14416, 10321, 13467, 10045, 13570, 9547, 13212, 8979, 13035, 8119, 13459, 8171, 13123, 10055, 12646, 8440, 12977, 7525, 13118, 8687, 13689, 10484, 13520, 10351, 12795, 10038, 13026, 9761, 13320, 8668, 13413, 8978, 12811, 8855, 13039, 12556, 12089, 13509, 10694, 12932, 10488, 13570, 9756, 13156, 8878, 13470, 8456, 12622, 8598, 12761, 11494, 11783, 13490, 10830, 12831, 10621, 13399, 10117, 13256, 9124, 12783, 8928, 11995, 13023, 12198, 15301, 10534, 12877, 9683, 12815, 8817, 12862, 8913, 13020, 12228, 11633, 11197, 11200, 13424, 10387, 13446, 10007, 13217, 9499, 13129, 8949, 13156, 8498, 12942, 15024, 11362, 15639, 10362, 13398, 9768, 13237, 8792, 12952, 8697, 13530, 8470, 13726, 8919, 13814, 8636, 13296, 8597, 13661, 9739, 12714, 14511, 11117, 13520, 10168, 13725, 8545, 13593, 8538, 12878, 8925, 13339, 12692, 11467, 13891, 10633, 13178, 9825, 13478, 8959, 13730, 9138, 13610, 9291, 13219, 9021, 12658, 13611, 11269, 13729, 10638, 13491, 9800, 13278, 8477, 13130, 14990, 11298, 14812, 10532, 13431, 10081, 13602, 9159, 13263, 8593, 13455, 8396, 13444, 9564, 12727, 12457, 11322, 11760, 12079, 13776, 10937, 13919, 10507, 13312, 10145, 13523, 10150, 13903, 8417, 13733, 8609, 13169, 8428, 13158, 12489, 11352, 13994, 10610, 13685, 9886, 13682, 8532, 13686, 8601, 13158, 8358, 13274, 8641, 13153, 12079, 11712, 11857, 11711, 14200, 10893, 13832, 10637, 13340, 10039, 13867, 9307, 13997, 8878, 13660, 8902, 13601, 8798, 13930, 8769, 13337, 8776, 13620, 8457, 13775, 8653, 13358, 9675, 13417, 9049, 13136, 12555, 12277, 9948, 12906, 10205, 12551, 12317, 11925, 13721, 10640, 13987, 9925, 13926, 8011, 13564, 9314, 12797, 13542, 11230, 13954, 10664, 13723, 10104, 13733, 9390, 13897, 8600, 13739, 9227, 13053, 10146, 12360, 14027, 10964, 13894, 10435, 13594, 10238, 13989, 8917, 14152, 8477, 13738, 9098, 14020, 9515, 13620, 13909, 12416, 14056, 11008, 12916, 11398, 14200, 10780, 14096, 9706, 13863, 8502, 13612, 8163, 13572, 8806, 13264, 13520, 11360, 13570, 10295, 13426, 10506, 14311, 9862, 14294, 9207, 13908, 10221, 14230, 10352, 14365, 10498, 13904, 10488, 8987, 12293, 10047, 12439, 9656, 13266, 16091, 13424, 14860, 10586, 13928, 10079, 13917, 10665, 14291, 11044, 15685, 11323, 15800, 11666, 15602, 11524, 14263, 12192, 12399, 12736, 11721, 12368, 11546, 11962, 12603, 11068, 13092, 11142, 13673, 10447, 13604, 10755, 14040, 10484, 12773, 9819, 12988, 10097, 13161, 10134, 13339, 10049, 13508, 9711, 13562, 9326, 13269, 8688, 13435, 8728, 13331, 11110, 12609, 15596, 11109, 13587, 10211, 12862, 9760, 12962, 8855, 13541, 8840, 13105, 12878, 10790, 13549, 9986, 13538, 8948, 13342, 8640, 13323, 8768, 12292, 10818, 11823, 14059, 10635, 13708, 10264, 13563, 9296, 13914, 9014, 13827, 10777, 12577, 14089, 10778, 13464, 9464, 13715, 9187, 13793, 10487, 12888, 13249, 11080, 13819, 10307, 13842, 8761, 13762, 8795, 12682, 8585, 13455, 13152, 11456, 14085, 10262, 13956, 8883, 13087, 8780, 13743, 15335, 11950, 14024, 10525, 13458, 8992, 13031, 8586, 13455, 8634, 13119, 13543, 11541, 13742, 10820, 12840, 10043, 13081, 9071, 13402, 9326, 13125, 15005, 11112, 12934, 11161, 13764, 10538, 13931, 9793, 13795, 8896, 13501, 8574, 12802, 10545, 13003, 13839, 10834, 13552, 10399, 12940, 9905, 13819, 9615, 13963, 8734, 14126, 9068, 13294, 8937, 13222, 8961, 13672, 9017, 13661, 9547, 13122, 8876, 13375, 9151, 12475, 9257, 13672, 10541, 14207, 10006, 14324, 11184, 12113, 12441, 12329, 12339, 10250, 12895, 16023, 12220, 15475, 10403, 13575, 9878, 12839, 9736, 13226, 8400, 13413, 8222, 13399, 9004, 12760, 10805, 11603, 8530, 11962, 10941, 11844, 14389, 10394, 13904, 9975, 13322, 9201, 12238, 8341, 12032, 15376, 11264, 16181, 9907, 13399, 9791, 12524, 9526, 11904, 8901, 12005, 8510, 11826, 14697, 10014, 12554, 9531, 11871, 8940, 11964, 12538, 11482, 16146, 9680, 12426, 9631, 11718, 9865, 12314, 9439, 12753, 9324, 11695, 9231, 12035, 8561, 12362, 8902, 12084, 15948, 11546, 15061, 10758, 15144, 10202, 12793, 9971, 12370, 9571, 13014, 9422, 12181, 9276, 12931, 8622, 12904, 8593, 12621, 8794, 12507, 9037, 12740, 10156, 13098, 9765, 13006, 10764, 12711, 15808, 11702, 15524, 11261, 13719, 10903, 12693, 11323, 12738, 11063, 14410, 10641, 13377, 10528, 12812, 10483, 12777, 9943, 12744, 9218, 12771, 9037, 12249, 8514, 12909, 8445, 13070, 8566, 13040, 7993, 13551, 8990, 13021, 8529, 12653, 9036, 13340, 8831, 14113, 9138, 13282, 10292, 11296, 11385, 8232, 12813, 13313, 12296, 11873, 12392, 13882, 12017, 13715, 10756, 13268, 10508, 12720, 10195, 13037, 10268, 13348, 9895, 13654, 9241, 13721, 8647, 13816, 8697, 13379, 9102, 12919, 13881, 11993, 13502, 10842, 13216, 10267, 12914, 9774, 13021, 8760, 13596, 8985, 13351, 8984, 12953, 8607, 12893, 12492, 11425, 13372, 10537, 12742, 9864, 12692, 8933, 13106, 8456, 13035, 14379, 10994, 13180, 9895, 12711, 9373, 12918, 8874, 13117, 8576, 12750, 11028, 11331, 13071, 10515, 13305, 9528, 13283, 8723, 13301, 11189, 11910, 12014, 11276, 13598, 10174, 13507, 9089, 13292, 9202, 13464, 9058, 13512, 11797, 12654, 14180, 10853, 13474, 9929, 12871, 8796, 13267, 10668, 13321, 10322, 12273, 13791, 10280, 12935, 9961, 13191, 9863, 13078, 15588, 10400, 13360, 9618, 13233, 8207, 13176, 10740, 11762, 13610, 10455, 12976, 9532, 13607, 9887, 13617, 10785, 11819, 13402, 10682, 13300, 9983, 13701, 9136, 13586, 8318, 13125, 8754, 13125, 9607, 12496, 13925, 10930, 13204, 10639, 13809, 9665, 14029, 8805, 14029, 8108, 13631, 9320, 13846, 11646, 13142, 8660, 13535, 9309, 13341, 12891, 12143, 13259, 11471, 14070, 10705, 14066, 9585, 13927, 9001, 13986, 8871, 14176, 11235, 13069, 13846, 11315, 13405, 10794, 14045, 10564, 13997, 9054, 13915, 8634, 14022, 8933, 13723, 8462, 13543, 11644, 12153, 10792, 11982, 14253, 10914, 13741, 9788, 13702, 8915, 13860, 8580, 13351, 13492, 11320, 13383, 10781, 14135, 10504, 13868, 9479, 13809, 9531, 13880, 9688, 13739, 10002, 12576, 11311, 11825, 14132, 10517, 14237, 9407, 14003, 9502, 13813, 9646, 13877, 9376, 13637, 8965, 13006, 9257, 13361, 9166, 12740, 13071, 11300, 13082, 10695, 14170, 10611, 14178, 9121, 14371, 9251, 14092, 8509, 13795, 11667, 12412, 14303, 10831, 13415, 10630, 14148, 9906, 13862, 9491, 14070, 10571, 13456, 10642, 8997, 12495, 14321, 8690, 13847, 13850, 11148, 14567, 9581, 14204, 9549, 13838, 13594, 12672, 12928, 12927, 13688, 11991, 14294, 11080, 13974, 10717, 13954, 10313, 13466, 10603, 13559, 10198, 14087, 9288, 13888, 8885, 13744, 8997, 13321, 8155, 13787, 8129, 13764, 8278, 13462, 8664, 14024, 10400, 11291, 11288, 8036, 13760, 10770, 11573, 11172, 13905, 12150, 10735, 13279, 8763, 14033, 8962, 14156, 8964, 14097, 9418, 13848, 10238, 13862, 10529, 13802, 10703, 13730], 'WindowCenter': [4606.0, 4602.0, 4578.0, 4583.0, 4575.0, 4584.0, 4573.0, 4572.0, 4562.0, 4572.0, 4550.0, 4582.0, 4564.0, 4581.0, 4542.0, 4582.0, 4531.0, 4570.0, 4542.0, 4572.0, 4530.0, 4580.0, 4543.0, 4583.0, 4543.0, 4582.0, 4572.0, 4571.0, 4583.0, 4564.0, 4583.0, 4562.0, 4584.0, 4550.0, 4580.0, 4552.0, 4583.0, 4565.0, 4582.0, 4573.0, 4570.0, 4581.0, 4570.0, 4583.0, 4574.0, 4581.0, 4553.0, 4582.0, 4540.0, 4583.0, 4584.0, 4585.0, 4592.0, 4562.0, 4570.0, 4547.0, 4567.0, 4527.0, 4581.0, 4570.0, 4570.0, 4568.0, 4558.0, 4567.0, 4549.0, 4580.0, 4557.0, 4577.0, 4548.0, 4568.0, 4538.0, 4579.0, 4564.0, 4580.0, 4579.0, 4558.0, 4568.0, 4548.0, 4567.0, 4539.0, 4580.0, 4549.0, 4571.0, 4556.0, 4559.0, 4555.0, 4556.0, 4578.0, 4549.0, 4569.0, 4536.0, 4566.0, 4527.0, 4568.0, 4578.0, 4571.0, 4578.0, 4548.0, 4567.0, 4545.0, 4567.0, 4526.0, 4568.0, 4527.0, 4565.0, 4536.0, 4557.0, 4563.0, 4555.0, 4578.0, 4559.0, 4566.0, 4546.0, 4564.0, 4534.0, 4567.0, 4528.0, 4578.0, 4539.0, 4579.0, 4537.0, 4568.0, 4568.0, 4560.0, 4578.0, 4559.0, 4569.0, 4547.0, 4557.0, 4536.0, 4565.0, 4538.0, 4567.0, 4529.0, 4567.0, 4527.0, 4566.0, 4548.0, 4567.0, 4566.0, 4559.0, 4566.0, 4556.0, 4567.0, 4547.0, 4568.0, 4549.0, 4567.0, 4548.0, 4567.0, 4526.0, 4566.0, 4526.0, 4568.0, 4527.0, 4568.0, 4526.0, 4568.0, 4538.0, 4569.0, 4569.0, 4560.0, 4567.0, 4559.0, 4560.0, 4556.0, 4566.0, 4549.0, 4565.0, 4548.0, 4568.0, 4549.0, 4568.0, 4526.0, 4567.0, 4536.0, 4567.0, 4577.0, 4557.0, 4565.0, 4547.0, 4564.0, 4546.0, 4566.0, 4547.0, 4566.0, 4537.0, 4568.0, 4527.0, 4578.0, 4542.0, 4594.0, 4562.0, 4579.0, 4552.0, 4594.0, 4539.0, 4581.0, 4553.0, 4593.0, 4587.0, 4609.0, 4576.0, 4584.0, 4563.0, 4580.0, 4551.0, 4593.0, 4564.0, 4582.0, 4550.0, 4568.0, 4536.0, 4566.0, 4567.0, 4579.0, 4578.0, 4558.0, 4567.0, 4557.0, 4578.0, 4548.0, 4578.0, 4549.0, 4579.0, 4538.0, 4579.0, 4540.0, 4580.0, 4571.0, 4582.0, 4579.0, 4573.0, 4570.0, 4561.0, 4580.0, 4561.0, 4592.0, 4562.0, 4571.0, 4549.0, 4569.0, 4566.0, 4568.0, 4590.0, 4558.0, 4568.0, 4547.0, 4568.0, 4538.0, 4567.0, 4548.0, 4580.0, 4569.0, 4568.0, 4558.0, 4557.0, 4567.0, 4559.0, 4581.0, 4561.0, 4581.0, 4558.0, 4581.0, 4549.0, 4579.0, 4551.0, 4581.0, 4578.0, 4559.0, 4579.0, 4547.0, 4567.0, 4560.0, 4568.0, 4536.0, 4567.0, 4536.0, 4566.0, 4537.0, 4579.0, 4549.0, 4580.0, 4550.0, 4580.0, 4550.0, 4591.0, 4560.0, 4592.0, 4592.0, 4570.0, 4579.0, 4557.0, 4577.0, 4540.0, 4580.0, 4538.0, 4567.0, 4536.0, 4568.0, 4565.0, 4569.0, 4578.0, 4557.0, 4568.0, 4549.0, 4579.0, 4549.0, 4579.0, 4564.0, 4591.0, 4551.0, 4579.0, 4549.0, 4581.0, 4581.0, 4573.0, 4581.0, 4558.0, 4582.0, 4550.0, 4569.0, 4536.0, 4568.0, 4577.0, 4544.0, 4564.0, 4545.0, 4553.0, 4544.0, 4566.0, 4534.0, 4565.0, 4524.0, 4564.0, 4524.0, 4567.0, 4548.0, 4568.0, 4556.0, 4557.0, 4553.0, 4555.0, 4563.0, 4555.0, 4577.0, 4557.0, 4566.0, 4545.0, 4566.0, 4545.0, 4566.0, 4539.0, 4577.0, 4537.0, 4567.0, 4526.0, 4565.0, 4555.0, 4556.0, 4577.0, 4547.0, 4566.0, 4547.0, 4566.0, 4537.0, 4577.0, 4537.0, 4566.0, 4537.0, 4568.0, 4538.0, 4580.0, 4568.0, 4571.0, 4557.0, 4568.0, 4578.0, 4558.0, 4578.0, 4559.0, 4567.0, 4548.0, 4566.0, 4548.0, 4581.0, 4536.0, 4576.0, 4537.0, 4576.0, 4537.0, 4589.0, 4549.0, 4579.0, 4537.0, 4576.0, 4539.0, 4591.0, 4551.0, 4576.0, 4547.0, 4577.0, 4539.0, 4578.0, 4568.0, 4569.0, 4548.0, 4568.0, 4556.0, 4580.0, 4569.0, 4568.0, 4579.0, 4559.0, 4577.0, 4547.0, 4577.0, 4539.0, 4578.0, 4548.0, 4578.0, 4579.0, 4569.0, 4578.0, 4557.0, 4576.0, 4556.0, 4577.0, 4547.0, 4579.0, 4550.0, 4580.0, 4549.0, 4578.0, 4559.0, 4579.0, 4580.0, 4559.0, 4577.0, 4560.0, 4579.0, 4560.0, 4579.0, 4552.0, 4579.0, 4538.0, 4579.0, 4547.0, 4579.0, 4547.0, 4578.0, 4580.0, 4580.0, 4579.0, 4558.0, 4566.0, 4557.0, 4568.0, 4557.0, 4576.0, 4545.0, 4568.0, 4535.0, 4565.0, 4524.0, 4566.0, 4535.0, 4565.0, 4563.0, 4568.0, 4582.0, 4547.0, 4566.0, 4546.0, 4591.0, 4558.0, 4588.0, 4551.0, 4593.0, 4560.0, 4580.0, 4560.0, 4592.0, 4573.0, 4593.0, 4575.0, 4553.0, 4568.0, 4547.0, 4567.0, 4548.0, 4582.0, 4590.0, 4580.0, 4566.0, 4545.0, 4553.0, 4533.0, 4565.0, 4545.0, 4564.0, 4548.0, 4565.0, 4544.0, 4579.0, 4545.0, 4540.0, 4520.0, 4527.0, 4514.0, 4513.0, 4527.0, 4513.0, 4512.0, 4503.0, 4515.0, 4526.0, 4515.0, 4523.0, 4514.0, 4525.0, 4516.0, 4536.0, 4531.0, 4551.0, 4531.0, 4539.0, 4519.0, 4552.0, 4531.0, 4538.0, 4532.0, 4551.0, 4532.0, 4552.0, 4533.0, 4552.0, 4523.0, 4553.0, 4525.0, 4564.0, 4523.0, 4564.0, 4544.0, 4555.0, 4562.0, 4556.0, 4567.0, 4546.0, 4554.0, 4532.0, 4553.0, 4521.0, 4562.0, 4523.0, 4563.0, 4554.0, 4545.0, 4564.0, 4544.0, 4566.0, 4533.0, 4566.0, 4535.0, 4577.0, 4537.0, 4568.0, 4559.0, 4581.0, 4591.0, 4571.0, 4591.0, 4572.0, 4590.0, 4560.0, 4591.0, 4560.0, 4592.0, 4570.0, 4581.0, 4591.0, 4572.0, 4591.0, 4560.0, 4591.0, 4558.0, 4590.0, 4572.0, 4582.0, 4579.0, 4570.0, 4589.0, 4572.0, 4590.0, 4553.0, 4591.0, 4551.0, 4582.0, 4550.0, 4592.0, 4592.0, 4581.0, 4591.0, 4571.0, 4591.0, 4551.0, 4580.0, 4550.0, 4590.0, 4591.0, 4570.0, 4581.0, 4572.0, 4578.0, 4538.0, 4577.0, 4537.0, 4578.0, 4537.0, 4579.0, 4582.0, 4583.0, 4579.0, 4571.0, 4581.0, 4560.0, 4578.0, 4547.0, 4578.0, 4548.0, 4579.0, 4587.0, 4558.0, 4568.0, 4557.0, 4576.0, 4558.0, 4577.0, 4547.0, 4581.0, 4549.0, 4580.0, 4539.0, 4567.0, 4570.0, 4592.0, 4579.0, 4557.0, 4565.0, 4560.0, 4566.0, 4547.0, 4577.0, 4547.0, 4579.0, 4538.0, 4578.0, 4548.0, 4580.0, 4549.0, 4579.0, 4546.0, 4577.0, 4547.0, 4578.0, 4550.0, 4579.0, 4547.0, 4591.0, 4560.0, 4564.0, 4532.0, 4592.0, 4557.0, 4591.0, 4559.0, 4590.0, 4581.0, 4579.0, 4591.0, 4590.0, 4580.0, 4557.0, 4579.0, 4587.0, 4566.0, 4575.0, 4555.0, 4589.0, 4557.0, 4566.0, 4545.0, 4575.0, 4536.0, 4574.0, 4533.0, 4576.0, 4548.0, 4578.0, 4569.0, 4579.0, 4550.0, 4580.0, 4570.0, 4581.0, 4590.0, 4574.0, 4589.0, 4562.0, 4591.0, 4562.0, 4583.0, 4549.0, 4581.0, 4589.0, 4568.0, 4598.0, 4559.0, 4579.0, 4559.0, 4578.0, 4560.0, 4568.0, 4549.0, 4580.0, 4548.0, 4582.0, 4589.0, 4561.0, 4578.0, 4559.0, 4579.0, 4548.0, 4569.0, 4580.0, 4568.0, 4589.0, 4560.0, 4578.0, 4560.0, 4579.0, 4571.0, 4580.0, 4563.0, 4590.0, 4562.0, 4581.0, 4572.0, 4593.0, 4562.0, 4593.0, 4563.0, 4596.0, 4613.0, 4583.0, 4599.0, 4572.0, 4588.0, 4569.0, 4582.0, 4559.0, 4581.0, 4560.0, 4579.0, 4574.0, 4592.0, 4562.0, 4589.0, 4551.0, 4592.0, 4551.0, 4595.0, 4564.0, 4582.0, 4551.0, 4580.0, 4571.0, 4579.0, 4557.0, 4579.0, 4558.0, 4570.0, 4580.0, 4570.0, 4578.0, 4557.0, 4566.0, 4547.0, 4552.0, 4544.0, 4553.0, 4544.0, 4564.0, 4545.0, 4565.0, 4546.0, 4555.0, 4544.0, 4555.0, 4533.0, 4554.0, 4534.0, 4553.0, 4523.0, 4554.0, 4524.0, 4554.0, 4526.0, 4563.0, 4525.0, 4577.0, 4540.0, 4592.0, 4549.0, 4579.0, 4539.0, 4578.0, 4552.0, 4579.0, 4551.0, 4594.0, 4551.0, 4579.0, 4573.0, 4584.0, 4584.0, 4552.0, 4593.0, 4591.0, 4569.0, 4553.0, 4554.0, 4549.0, 4554.0, 4562.0, 4554.0, 4564.0, 4545.0, 4554.0, 4544.0, 4564.0, 4548.0, 4566.0, 4545.0, 4577.0, 4548.0, 4578.0, 4549.0, 4589.0, 4538.0, 4580.0, 4538.0, 4568.0, 4577.0, 4567.0, 4569.0, 4557.0, 4579.0, 4558.0, 4567.0, 4548.0, 4567.0, 4538.0, 4578.0, 4537.0, 4580.0, 4537.0, 4567.0, 4538.0, 4580.0, 4578.0, 4568.0, 4578.0, 4558.0, 4566.0, 4547.0, 4566.0, 4535.0, 4567.0, 4526.0, 4566.0, 4577.0, 4557.0, 4579.0, 4561.0, 4579.0, 4548.0, 4567.0, 4546.0, 4566.0, 4535.0, 4568.0, 4558.0, 4567.0, 4579.0, 4558.0, 4576.0, 4546.0, 4577.0, 4538.0, 4579.0, 4558.0, 4567.0, 4569.0, 4568.0, 4579.0, 4557.0, 4578.0, 4549.0, 4579.0, 4550.0, 4577.0, 4548.0, 4581.0, 4568.0, 4578.0, 4580.0, 4568.0, 4592.0, 4559.0, 4579.0, 4535.0, 4578.0, 4557.0, 4581.0, 4558.0, 4580.0, 4590.0, 4561.0, 4580.0, 4557.0, 4579.0, 4548.0, 4577.0, 4588.0, 4559.0, 4578.0, 4547.0, 4565.0, 4535.0, 4567.0, 4557.0, 4568.0, 4577.0, 4558.0, 4578.0, 4558.0, 4578.0, 4558.0, 4589.0, 4573.0, 4581.0, 4578.0, 4559.0, 4577.0, 4560.0, 4578.0, 4560.0, 4591.0, 4539.0, 4579.0, 4550.0, 4588.0, 4561.0, 4581.0, 4590.0, 4572.0, 4581.0, 4572.0, 4589.0, 4562.0, 4593.0, 4563.0, 4589.0, 4540.0, 4590.0, 4548.0, 4592.0, 4580.0, 4590.0, 4548.0, 4581.0, 4550.0, 4579.0, 4580.0, 4582.0, 4593.0, 4572.0, 4577.0, 4558.0, 4589.0, 4559.0, 4578.0, 4538.0, 4576.0, 4536.0, 4576.0, 4568.0, 4578.0, 4578.0, 4557.0, 4565.0, 4556.0, 4574.0, 4556.0, 4588.0, 4549.0, 4577.0, 4535.0, 4576.0, 4535.0, 4573.0, 4535.0, 4577.0, 4567.0, 4567.0, 4557.0, 4567.0, 4575.0, 4559.0, 4589.0, 4557.0, 4578.0, 4535.0, 4575.0, 4534.0, 4577.0, 4578.0, 4557.0, 4564.0, 4553.0, 4574.0, 4555.0, 4578.0, 4545.0, 4576.0, 4546.0, 4576.0, 4546.0, 4591.0, 4559.0, 4568.0, 4558.0, 4567.0, 4577.0, 4554.0, 4577.0, 4549.0, 4575.0, 4544.0, 4576.0, 4545.0, 4574.0, 4545.0, 4574.0, 4534.0, 4565.0, 4535.0, 4575.0, 4534.0, 4566.0, 4578.0, 4558.0, 4564.0, 4557.0, 4577.0, 4558.0, 4573.0, 4535.0, 4578.0, 4534.0, 4563.0, 4523.0, 4575.0, 4554.0, 4553.0, 4563.0, 4544.0, 4564.0, 4555.0, 4575.0, 4545.0, 4577.0, 4547.0, 4589.0, 4572.0, 4579.0, 4559.0, 4560.0, 4582.0, 4590.0, 4536.0, 4577.0, 4565.0, 4555.0, 4575.0, 4548.0, 4575.0, 4548.0, 4578.0, 4565.0, 4564.0, 4552.0, 4551.0, 4550.0, 4542.0, 4550.0, 4546.0, 4552.0, 4531.0, 4551.0, 4530.0, 4537.0, 4516.0, 4523.0, 4515.0, 4534.0, 4505.0, 4535.0, 4505.0, 4534.0, 4505.0, 4535.0, 4496.0, 4536.0, 4495.0, 4546.0, 4510.0, 4574.0, 4533.0, 4560.0, 4543.0, 4554.0, 4556.0, 4537.0, 4573.0, 4556.0, 4567.0, 4557.0, 4575.0, 4557.0, 4546.0, 4564.0, 4522.0, 4563.0, 4521.0, 4560.0, 4532.0, 4563.0, 4532.0, 4561.0, 4541.0, 4560.0, 4543.0, 4562.0, 4543.0, 4563.0], 'WindowWidth': [10114.0, 10098.0, 10060.0, 10060.0, 10048.0, 10058.0, 10042.0, 10040.0, 10025.0, 10039.0, 10006.0, 10054.0, 10033.0, 10053.0, 9997.0, 10051.0, 9980.0, 10031.0, 9998.0, 10039.0, 9979.0, 10047.0, 10000.0, 10055.0, 10002.0, 10052.0, 10040.0, 10040.0, 10057.0, 10030.0, 10055.0, 10027.0, 10056.0, 10009.0, 10051.0, 10013.0, 10057.0, 10033.0, 10054.0, 10040.0, 10035.0, 10050.0, 10035.0, 10060.0, 10047.0, 10053.0, 10017.0, 10056.0, 9995.0, 10057.0, 10062.0, 10061.0, 10070.0, 10024.0, 10035.0, 10000.0, 10027.0, 9973.0, 10051.0, 10034.0, 10032.0, 10029.0, 10014.0, 10027.0, 10005.0, 10050.0, 10016.0, 10043.0, 10004.0, 10031.0, 9991.0, 10047.0, 10032.0, 10050.0, 10048.0, 10018.0, 10030.0, 10001.0, 10027.0, 9989.0, 10048.0, 10003.0, 10037.0, 10011.0, 10015.0, 10009.0, 10009.0, 10044.0, 10005.0, 10030.0, 9984.0, 10027.0, 9971.0, 10029.0, 10045.0, 10035.0, 10044.0, 10000.0, 10026.0, 9994.0, 10024.0, 9968.0, 10028.0, 9972.0, 10021.0, 9980.0, 10009.0, 10017.0, 10006.0, 10042.0, 10018.0, 10022.0, 9997.0, 10018.0, 9978.0, 10024.0, 9975.0, 10044.0, 9991.0, 10045.0, 9987.0, 10027.0, 10029.0, 10020.0, 10044.0, 10017.0, 10032.0, 9999.0, 10012.0, 9982.0, 10023.0, 9990.0, 10027.0, 9974.0, 10026.0, 9971.0, 10023.0, 10003.0, 10027.0, 10025.0, 10018.0, 10025.0, 10010.0, 10025.0, 9998.0, 10028.0, 10005.0, 10026.0, 10001.0, 10025.0, 9968.0, 10022.0, 9968.0, 10028.0, 9971.0, 10027.0, 9968.0, 10026.0, 9986.0, 10028.0, 10030.0, 10018.0, 10027.0, 10020.0, 10018.0, 10011.0, 10024.0, 10003.0, 10025.0, 10004.0, 10029.0, 10002.0, 10029.0, 9969.0, 10025.0, 9983.0, 10026.0, 10040.0, 10011.0, 10021.0, 9996.0, 10017.0, 9994.0, 10024.0, 9999.0, 10024.0, 9985.0, 10026.0, 9971.0, 10043.0, 10000.0, 10077.0, 10028.0, 10046.0, 10013.0, 10074.0, 9993.0, 10051.0, 10016.0, 10072.0, 10074.0, 10106.0, 10057.0, 10061.0, 10030.0, 10049.0, 10009.0, 10074.0, 10036.0, 10055.0, 10008.0, 10030.0, 9984.0, 10025.0, 10028.0, 10049.0, 10047.0, 10016.0, 10027.0, 10015.0, 10043.0, 10003.0, 10045.0, 10008.0, 10047.0, 9990.0, 10047.0, 9993.0, 10050.0, 10041.0, 10055.0, 10049.0, 10043.0, 10037.0, 10024.0, 10050.0, 10027.0, 10074.0, 10030.0, 10040.0, 10007.0, 10034.0, 10028.0, 10032.0, 10068.0, 10020.0, 10033.0, 10002.0, 10031.0, 9989.0, 10029.0, 10004.0, 10049.0, 10035.0, 10030.0, 10015.0, 10015.0, 10027.0, 10020.0, 10055.0, 10027.0, 10052.0, 10019.0, 10052.0, 10006.0, 10049.0, 10015.0, 10052.0, 10046.0, 10018.0, 10047.0, 9999.0, 10027.0, 10022.0, 10031.0, 9984.0, 10026.0, 9983.0, 10024.0, 9986.0, 10048.0, 10010.0, 10050.0, 10009.0, 10051.0, 10009.0, 10066.0, 10028.0, 10070.0, 10069.0, 10037.0, 10048.0, 10014.0, 10041.0, 9995.0, 10048.0, 9987.0, 10027.0, 9982.0, 10027.0, 10023.0, 10034.0, 10045.0, 10015.0, 10029.0, 10004.0, 10045.0, 10003.0, 10047.0, 10034.0, 10067.0, 10011.0, 10047.0, 10006.0, 10050.0, 10053.0, 10045.0, 10053.0, 10019.0, 10054.0, 10006.0, 10034.0, 9986.0, 10030.0, 10042.0, 9993.0, 10021.0, 9991.0, 10002.0, 9991.0, 10022.0, 9978.0, 10020.0, 9963.0, 10018.0, 9962.0, 10025.0, 10005.0, 10028.0, 10012.0, 10011.0, 10004.0, 10008.0, 10018.0, 10008.0, 10043.0, 10015.0, 10024.0, 9995.0, 10022.0, 9994.0, 10024.0, 9993.0, 10041.0, 9985.0, 10028.0, 9968.0, 10021.0, 10009.0, 10011.0, 10039.0, 9998.0, 10025.0, 9997.0, 10024.0, 9987.0, 10041.0, 9987.0, 10025.0, 9986.0, 10030.0, 9987.0, 10048.0, 10031.0, 10037.0, 10014.0, 10029.0, 10043.0, 10018.0, 10045.0, 10018.0, 10028.0, 10001.0, 10025.0, 10003.0, 10051.0, 9987.0, 10040.0, 9987.0, 10039.0, 9988.0, 10062.0, 10008.0, 10045.0, 9986.0, 10040.0, 9991.0, 10066.0, 10013.0, 10041.0, 9999.0, 10041.0, 9991.0, 10044.0, 10034.0, 10032.0, 10001.0, 10030.0, 10013.0, 10048.0, 10035.0, 10031.0, 10047.0, 10020.0, 10043.0, 10002.0, 10046.0, 9993.0, 10045.0, 10003.0, 10043.0, 10047.0, 10036.0, 10047.0, 10015.0, 10038.0, 10012.0, 10040.0, 10002.0, 10048.0, 10010.0, 10049.0, 10004.0, 10045.0, 10019.0, 10048.0, 10051.0, 10022.0, 10044.0, 10023.0, 10045.0, 10020.0, 10048.0, 10016.0, 10050.0, 9991.0, 10047.0, 10000.0, 10045.0, 10001.0, 10043.0, 10051.0, 10049.0, 10048.0, 10018.0, 10027.0, 10013.0, 10028.0, 10013.0, 10039.0, 9997.0, 10030.0, 9982.0, 10022.0, 9964.0, 10022.0, 9979.0, 10022.0, 10018.0, 10031.0, 10058.0, 10001.0, 10024.0, 9997.0, 10066.0, 10018.0, 10060.0, 10013.0, 10075.0, 10024.0, 10048.0, 10023.0, 10070.0, 10044.0, 10074.0, 10052.0, 10019.0, 10032.0, 9999.0, 10028.0, 10005.0, 10056.0, 10067.0, 10052.0, 10027.0, 9989.0, 10001.0, 9974.0, 10018.0, 9993.0, 10019.0, 10001.0, 10022.0, 9992.0, 10048.0, 9991.0, 9975.0, 9943.0, 9951.0, 9930.0, 9927.0, 9949.0, 9928.0, 9925.0, 9914.0, 9932.0, 9950.0, 9934.0, 9941.0, 9931.0, 9945.0, 9937.0, 9966.0, 9966.0, 9994.0, 9964.0, 9974.0, 9949.0, 9995.0, 9968.0, 9972.0, 9968.0, 9992.0, 9969.0, 9998.0, 9973.0, 9998.0, 9959.0, 9999.0, 9963.0, 10017.0, 9960.0, 10017.0, 9989.0, 10005.0, 10016.0, 10012.0, 10028.0, 9996.0, 10003.0, 9972.0, 10002.0, 9954.0, 10012.0, 9960.0, 10015.0, 10005.0, 9991.0, 10018.0, 9991.0, 10024.0, 9978.0, 10023.0, 9981.0, 10041.0, 9987.0, 10030.0, 10020.0, 10054.0, 10068.0, 10041.0, 10068.0, 10042.0, 10064.0, 10025.0, 10068.0, 10025.0, 10071.0, 10039.0, 10054.0, 10069.0, 10042.0, 10068.0, 10026.0, 10067.0, 10019.0, 10065.0, 10043.0, 10056.0, 10051.0, 10040.0, 10063.0, 10042.0, 10067.0, 10018.0, 10069.0, 10013.0, 10056.0, 10012.0, 10070.0, 10070.0, 10056.0, 10070.0, 10040.0, 10071.0, 10012.0, 10053.0, 10010.0, 10063.0, 10069.0, 10037.0, 10056.0, 10044.0, 10051.0, 9990.0, 10044.0, 9987.0, 10043.0, 9989.0, 10047.0, 10058.0, 10062.0, 10052.0, 10043.0, 10053.0, 10022.0, 10045.0, 10003.0, 10046.0, 10005.0, 10048.0, 10061.0, 10017.0, 10031.0, 10014.0, 10040.0, 10018.0, 10042.0, 10001.0, 10054.0, 10009.0, 10049.0, 9991.0, 10027.0, 10039.0, 10072.0, 10050.0, 10014.0, 10025.0, 10020.0, 10026.0, 10000.0, 10040.0, 10002.0, 10047.0, 9991.0, 10045.0, 10004.0, 10050.0, 10007.0, 10047.0, 10000.0, 10042.0, 10003.0, 10047.0, 10007.0, 10049.0, 10002.0, 10070.0, 10025.0, 10021.0, 9974.0, 10072.0, 10014.0, 10067.0, 10020.0, 10065.0, 10054.0, 10051.0, 10069.0, 10067.0, 10051.0, 10016.0, 10045.0, 10057.0, 10026.0, 10040.0, 10009.0, 10064.0, 10015.0, 10025.0, 9994.0, 10035.0, 9985.0, 10034.0, 9978.0, 10041.0, 10003.0, 10046.0, 10034.0, 10048.0, 10011.0, 10054.0, 10039.0, 10056.0, 10067.0, 10047.0, 10065.0, 10031.0, 10071.0, 10028.0, 10059.0, 10009.0, 10052.0, 10063.0, 10033.0, 10077.0, 10021.0, 10050.0, 10022.0, 10047.0, 10024.0, 10033.0, 10008.0, 10052.0, 10004.0, 10056.0, 10066.0, 10027.0, 10050.0, 10024.0, 10050.0, 10005.0, 10035.0, 10048.0, 10033.0, 10064.0, 10023.0, 10046.0, 10025.0, 10050.0, 10042.0, 10052.0, 10034.0, 10070.0, 10033.0, 10057.0, 10046.0, 10076.0, 10032.0, 10075.0, 10034.0, 10083.0, 10107.0, 10061.0, 10080.0, 10044.0, 10064.0, 10037.0, 10059.0, 10024.0, 10056.0, 10022.0, 10049.0, 10051.0, 10074.0, 10032.0, 10065.0, 10014.0, 10072.0, 10011.0, 10079.0, 10035.0, 10057.0, 10014.0, 10053.0, 10039.0, 10048.0, 10016.0, 10049.0, 10015.0, 10034.0, 10048.0, 10033.0, 10045.0, 10012.0, 10023.0, 9996.0, 10001.0, 9989.0, 10001.0, 9989.0, 10017.0, 9993.0, 10018.0, 9993.0, 10007.0, 9991.0, 10005.0, 9973.0, 10002.0, 9974.0, 10000.0, 9958.0, 10000.0, 9959.0, 10002.0, 9966.0, 10016.0, 9965.0, 10044.0, 9997.0, 10072.0, 10008.0, 10048.0, 9993.0, 10043.0, 10012.0, 10049.0, 10011.0, 10072.0, 10012.0, 10048.0, 10048.0, 10066.0, 10060.0, 10018.0, 10072.0, 10068.0, 10033.0, 10004.0, 10003.0, 9992.0, 10003.0, 10015.0, 10005.0, 10019.0, 9994.0, 10002.0, 9990.0, 10015.0, 10001.0, 10023.0, 9996.0, 10040.0, 10003.0, 10044.0, 10010.0, 10061.0, 9989.0, 10048.0, 9989.0, 10029.0, 10043.0, 10027.0, 10032.0, 10013.0, 10047.0, 10017.0, 10026.0, 10003.0, 10028.0, 9988.0, 10043.0, 9987.0, 10048.0, 9989.0, 10027.0, 9991.0, 10050.0, 10047.0, 10031.0, 10045.0, 10015.0, 10027.0, 10000.0, 10027.0, 9983.0, 10026.0, 9969.0, 10024.0, 10044.0, 10015.0, 10049.0, 10027.0, 10049.0, 10006.0, 10028.0, 9999.0, 10026.0, 9984.0, 10029.0, 10018.0, 10028.0, 10045.0, 10016.0, 10040.0, 9999.0, 10043.0, 9989.0, 10046.0, 10016.0, 10029.0, 10033.0, 10031.0, 10046.0, 10016.0, 10046.0, 10009.0, 10049.0, 10008.0, 10045.0, 10005.0, 10052.0, 10033.0, 10046.0, 10052.0, 10033.0, 10071.0, 10024.0, 10048.0, 9985.0, 10044.0, 10017.0, 10053.0, 10020.0, 10051.0, 10069.0, 10028.0, 10053.0, 10017.0, 10047.0, 10004.0, 10041.0, 10063.0, 10020.0, 10045.0, 9999.0, 10024.0, 9981.0, 10026.0, 10012.0, 10029.0, 10043.0, 10018.0, 10046.0, 10018.0, 10045.0, 10019.0, 10063.0, 10046.0, 10054.0, 10047.0, 10021.0, 10044.0, 10023.0, 10046.0, 10025.0, 10066.0, 9994.0, 10050.0, 10009.0, 10061.0, 10027.0, 10055.0, 10068.0, 10044.0, 10056.0, 10043.0, 10064.0, 10029.0, 10076.0, 10034.0, 10066.0, 9998.0, 10064.0, 10007.0, 10070.0, 10055.0, 10066.0, 10007.0, 10052.0, 10011.0, 10048.0, 10053.0, 10058.0, 10077.0, 10043.0, 10045.0, 10017.0, 10062.0, 10024.0, 10048.0, 9988.0, 10039.0, 9985.0, 10040.0, 10034.0, 10047.0, 10046.0, 10015.0, 10025.0, 10014.0, 10034.0, 10011.0, 10061.0, 10007.0, 10041.0, 9983.0, 10040.0, 9982.0, 10031.0, 9982.0, 10043.0, 10030.0, 10029.0, 10014.0, 10027.0, 10037.0, 10021.0, 10065.0, 10018.0, 10044.0, 9981.0, 10036.0, 9979.0, 10041.0, 10046.0, 10014.0, 10022.0, 10005.0, 10033.0, 10011.0, 10044.0, 9997.0, 10038.0, 9998.0, 10038.0, 10000.0, 10066.0, 10024.0, 10032.0, 10019.0, 10028.0, 10042.0, 10007.0, 10043.0, 10006.0, 10037.0, 9994.0, 10038.0, 9994.0, 10033.0, 9997.0, 10034.0, 9979.0, 10024.0, 9980.0, 10035.0, 9980.0, 10026.0, 10048.0, 10017.0, 10024.0, 10016.0, 10042.0, 10015.0, 10033.0, 9980.0, 10041.0, 9977.0, 10016.0, 9960.0, 10035.0, 10006.0, 10002.0, 10015.0, 9990.0, 10020.0, 10008.0, 10034.0, 9996.0, 10041.0, 10002.0, 10065.0, 10047.0, 10049.0, 10022.0, 10025.0, 10055.0, 10064.0, 9983.0, 10040.0, 10024.0, 10009.0, 10036.0, 10004.0, 10038.0, 10004.0, 10044.0, 10022.0, 10017.0, 9999.0, 9995.0, 9996.0, 9983.0, 9995.0, 9995.0, 9999.0, 9966.0, 9996.0, 9965.0, 9970.0, 9937.0, 9945.0, 9934.0, 9959.0, 9921.0, 9961.0, 9920.0, 9961.0, 9922.0, 9963.0, 9911.0, 9965.0, 9909.0, 9982.0, 9942.0, 10035.0, 9977.0, 10009.0, 9989.0, 10007.0, 10013.0, 9992.0, 10032.0, 10013.0, 10031.0, 10017.0, 10039.0, 10014.0, 9996.0, 10017.0, 9959.0, 10016.0, 9956.0, 10009.0, 9972.0, 10015.0, 9973.0, 10010.0, 9984.0, 10008.0, 9988.0, 10014.0, 9990.0, 10017.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.00890985268630849</td></tr>
<tr><td colspan=3>aqi</td><td>0.058235030415944536</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.93697942800517</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2683880869470934</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0901792949696454</td></tr>
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
<tr><td colspan=3>fber</td><td>8708.9609</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11884889951522085</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.578856152512998</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4277688705331557</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299522217902391</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.685977026870408</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.297807366826669</td></tr>
<tr><td colspan=3>gcor</td><td>0.00695394</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007011820562183857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04935567453503609</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.4233363844459985</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>19.1708</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7795</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.4926</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296339.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.4433</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4327</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.7891</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3783.1066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.2116</td></tr>
<tr><td colspan=3>tsnr</td><td>29.806089538964443</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>