<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-03/func/sub-0021_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>ad164c88b764b00a413cd3be13d8553d</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:37:30.047500</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.999758, -0.0217241, -0.00337291, 0.0214656, 0.997742, -0.0636376]</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.100972</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7761, -7249, 544, -34, -26, -38, 48]</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>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cd1b78c-7f8e-4b47-99af-d5600c6fa808||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.6822783946990967, 0.05759061127901077, -0.012818966060876846, 111.61222839355469], [0.05828415974974632, 2.6768693923950195, -0.17158454656600952, -102.08257293701172], [-0.00904927309602499, 0.17073507606983185, 2.694511890411377, -66.4161605834961], [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': ['143730.047500', '143730.507500', '143730.967500', '143731.427500', '143731.887500', '143732.347500', '143732.807500', '143733.267500', '143733.727500', '143734.187500', '143734.647500', '143735.107500', '143735.567500', '143736.027500', '143736.487500', '143736.947500', '143737.407500', '143737.867500', '143738.327500', '143738.787500', '143739.247500', '143739.707500', '143740.167500', '143740.627500', '143741.087500', '143741.547500', '143742.007500', '143742.467500', '143742.927500', '143743.387500', '143743.847500', '143744.307500', '143744.767500', '143745.227500', '143745.687500', '143746.147500', '143746.607500', '143747.067500', '143747.527500', '143747.987500', '143748.447500', '143748.907500', '143749.367500', '143749.827500', '143750.287500', '143750.747500', '143751.207500', '143751.667500', '143752.127500', '143752.587500', '143753.047500', '143753.507500', '143753.967500', '143754.427500', '143754.887500', '143755.347500', '143755.807500', '143756.267500', '143756.727500', '143757.187500', '143757.647500', '143758.107500', '143758.567500', '143759.027500', '143759.487500', '143759.947500', '143800.407500', '143800.867500', '143801.327500', '143801.787500', '143802.247500', '143802.707500', '143803.167500', '143803.627500', '143804.087500', '143804.547500', '143805.007500', '143805.467500', '143805.927500', '143806.387500', '143806.847500', '143807.307500', '143807.767500', '143808.227500', '143808.687500', '143809.147500', '143809.607500', '143810.067500', '143810.527500', '143810.987500', '143811.447500', '143811.907500', '143812.367500', '143812.827500', '143813.287500', '143813.747500', '143814.207500', '143814.667500', '143815.127500', '143815.587500', '143816.047500', '143816.507500', '143816.967500', '143817.427500', '143817.887500', '143818.347500', '143818.807500', '143819.267500', '143819.727500', '143820.187500', '143820.647500', '143821.107500', '143821.567500', '143822.027500', '143822.487500', '143822.947500', '143823.407500', '143823.867500', '143824.327500', '143824.787500', '143825.247500', '143825.707500', '143826.167500', '143826.627500', '143827.087500', '143827.547500', '143828.007500', '143828.467500', '143828.927500', '143829.387500', '143829.847500', '143830.307500', '143830.767500', '143831.227500', '143831.687500', '143832.147500', '143832.607500', '143833.067500', '143833.527500', '143833.987500', '143834.447500', '143834.907500', '143835.367500', '143835.827500', '143836.287500', '143836.747500', '143837.207500', '143837.667500', '143838.127500', '143838.587500', '143839.047500', '143839.507500', '143839.967500', '143840.427500', '143840.887500', '143841.347500', '143841.807500', '143842.267500', '143842.727500', '143843.187500', '143843.647500', '143844.107500', '143844.567500', '143845.027500', '143845.487500', '143845.947500', '143846.407500', '143846.867500', '143847.327500', '143847.787500', '143848.247500', '143848.707500', '143849.167500', '143849.627500', '143850.087500', '143850.547500', '143851.007500', '143851.467500', '143851.927500', '143852.387500', '143852.847500', '143853.307500', '143853.767500', '143854.227500', '143854.687500', '143855.147500', '143855.607500', '143856.067500', '143856.527500', '143856.987500', '143857.447500', '143857.907500', '143858.367500', '143858.827500', '143859.287500', '143859.747500', '143900.207500', '143900.667500', '143901.127500', '143901.587500', '143902.047500', '143902.507500', '143902.967500', '143903.427500', '143903.887500', '143904.347500', '143904.807500', '143905.267500', '143905.727500', '143906.187500', '143906.647500', '143907.107500', '143907.567500', '143908.027500', '143908.487500', '143908.947500', '143909.407500', '143909.867500', '143910.327500', '143910.787500', '143911.247500', '143911.707500', '143912.167500', '143912.627500', '143913.087500', '143913.547500', '143914.007500', '143914.467500', '143914.927500', '143915.387500', '143915.847500', '143916.307500', '143916.767500', '143917.227500', '143917.687500', '143918.147500', '143918.607500', '143919.067500', '143919.527500', '143919.987500', '143920.447500', '143920.907500', '143921.367500', '143921.827500', '143922.287500', '143922.747500', '143923.207500', '143923.667500', '143924.127500', '143924.587500', '143925.047500', '143925.507500', '143925.967500', '143926.427500', '143926.887500', '143927.347500', '143927.807500', '143928.267500', '143928.727500', '143929.187500', '143929.647500', '143930.107500', '143930.567500', '143931.027500', '143931.487500', '143931.947500', '143932.407500', '143932.867500', '143933.327500', '143933.787500', '143934.247500', '143934.707500', '143935.167500', '143935.627500', '143936.087500', '143936.547500', '143937.007500', '143937.467500', '143937.927500', '143938.387500', '143938.847500', '143939.307500', '143939.767500', '143940.227500', '143940.687500', '143941.147500', '143941.607500', '143942.067500', '143942.527500', '143942.987500', '143943.447500', '143943.907500', '143944.367500', '143944.827500', '143945.287500', '143945.747500', '143946.207500', '143946.667500', '143947.127500', '143947.587500', '143948.047500', '143948.507500', '143948.967500', '143949.427500', '143949.887500', '143950.347500', '143950.807500', '143951.267500', '143951.727500', '143952.187500', '143952.647500', '143953.107500', '143953.567500', '143954.027500', '143954.487500', '143954.947500', '143955.407500', '143955.867500', '143956.327500', '143956.787500', '143957.247500', '143957.707500', '143958.167500', '143958.627500', '143959.087500', '143959.547500', '144000.007500', '144000.467500', '144000.927500', '144001.387500', '144001.847500', '144002.307500', '144002.767500', '144003.227500', '144003.687500', '144004.147500', '144004.607500', '144005.067500', '144005.527500', '144005.987500', '144006.447500', '144006.907500', '144007.367500', '144007.827500', '144008.287500', '144008.747500', '144009.207500', '144009.667500', '144010.127500', '144010.587500', '144011.047500', '144011.507500', '144011.967500', '144012.427500', '144012.887500', '144013.347500', '144013.807500', '144014.267500', '144014.727500', '144015.187500', '144015.647500', '144016.107500', '144016.567500', '144017.027500', '144017.487500', '144017.947500', '144018.407500', '144018.867500', '144019.327500', '144019.787500', '144020.247500', '144020.707500', '144021.167500', '144021.627500', '144022.087500', '144022.547500', '144023.007500', '144023.467500', '144023.927500', '144024.387500', '144024.847500', '144025.307500', '144025.767500', '144026.227500', '144026.687500', '144027.147500', '144027.607500', '144028.067500', '144028.527500', '144028.987500', '144029.447500', '144029.907500', '144030.367500', '144030.827500', '144031.287500', '144031.747500', '144032.207500', '144032.667500', '144033.127500', '144033.587500', '144034.047500', '144034.507500', '144034.967500', '144035.427500', '144035.887500', '144036.347500', '144036.807500', '144037.267500', '144037.727500', '144038.187500', '144038.647500', '144039.107500', '144039.567500', '144040.027500', '144040.487500', '144040.947500', '144041.407500', '144041.867500', '144042.327500', '144042.787500', '144043.247500', '144043.707500', '144044.167500', '144044.627500', '144045.087500', '144045.547500', '144046.007500', '144046.467500', '144046.927500', '144047.387500', '144047.847500', '144048.307500', '144048.767500', '144049.227500', '144049.687500', '144050.147500', '144050.607500', '144051.067500', '144051.527500', '144051.987500', '144052.447500', '144052.907500', '144053.367500', '144053.827500', '144054.287500', '144054.747500', '144055.207500', '144055.667500', '144056.127500', '144056.587500', '144057.047500', '144057.507500', '144057.967500', '144058.427500', '144058.887500', '144059.347500', '144059.807500', '144100.267500', '144100.727500', '144101.187500', '144101.647500', '144102.107500', '144102.567500', '144103.027500', '144103.487500', '144103.947500', '144104.407500', '144104.867500', '144105.327500', '144105.787500', '144106.247500', '144106.707500', '144107.167500', '144107.627500', '144108.087500', '144108.547500', '144109.007500', '144109.467500', '144109.927500', '144110.387500', '144110.847500', '144111.307500', '144111.767500', '144112.227500', '144112.687500', '144113.147500', '144113.607500', '144114.067500', '144114.527500', '144114.987500', '144115.447500', '144115.907500', '144116.367500', '144116.827500', '144117.287500', '144117.747500', '144118.207500', '144118.667500', '144119.127500', '144119.587500', '144120.047500', '144120.507500', '144120.967500', '144121.427500', '144121.887500', '144122.347500', '144122.807500', '144123.267500', '144123.727500', '144124.187500', '144124.647500', '144125.107500', '144125.567500', '144126.027500', '144126.487500', '144126.947500', '144127.407500', '144127.867500', '144128.327500', '144128.787500', '144129.247500', '144129.707500', '144130.167500', '144130.627500', '144131.087500', '144131.547500', '144132.007500', '144132.467500', '144132.927500', '144133.387500', '144133.847500', '144134.307500', '144134.767500', '144135.227500', '144135.687500', '144136.147500', '144136.607500', '144137.067500', '144137.527500', '144137.987500', '144138.447500', '144138.907500', '144139.367500', '144139.827500', '144140.287500', '144140.747500', '144141.207500', '144141.667500', '144142.127500', '144142.587500', '144143.047500', '144143.507500', '144143.967500', '144144.427500', '144144.887500', '144145.347500', '144145.807500', '144146.267500', '144146.727500', '144147.187500', '144147.647500', '144148.107500', '144148.567500', '144149.027500', '144149.487500', '144149.947500', '144150.407500', '144150.867500', '144151.327500', '144151.787500', '144152.247500', '144152.707500', '144153.167500', '144153.627500', '144154.087500', '144154.547500', '144155.007500', '144155.467500', '144155.927500', '144156.387500', '144156.847500', '144157.307500', '144157.767500', '144158.227500', '144158.687500', '144159.147500', '144159.607500', '144200.067500', '144200.527500', '144200.987500', '144201.447500', '144201.907500', '144202.367500', '144202.827500', '144203.287500', '144203.747500', '144204.207500', '144204.667500', '144205.127500', '144205.587500', '144206.047500', '144206.507500', '144206.967500', '144207.427500', '144207.887500', '144208.347500', '144208.807500', '144209.267500', '144209.727500', '144210.187500', '144210.647500', '144211.107500', '144211.567500', '144212.027500', '144212.487500', '144212.947500', '144213.407500', '144213.867500', '144214.327500', '144214.787500', '144215.247500', '144215.707500', '144216.167500', '144216.627500', '144217.087500', '144217.547500', '144218.007500', '144218.467500', '144218.927500', '144219.387500', '144219.847500', '144220.307500', '144220.767500', '144221.227500', '144221.687500', '144222.147500', '144222.607500', '144223.067500', '144223.527500', '144223.987500', '144224.447500', '144224.907500', '144225.367500', '144225.827500', '144226.287500', '144226.747500', '144227.207500', '144227.667500', '144228.127500', '144228.587500', '144229.047500', '144229.507500', '144229.967500', '144230.427500', '144230.887500', '144231.347500', '144231.807500', '144232.267500', '144232.727500', '144233.187500', '144233.647500', '144234.107500', '144234.567500', '144235.027500', '144235.487500', '144235.947500', '144236.407500', '144236.867500', '144237.327500', '144237.787500', '144238.247500', '144238.707500', '144239.167500', '144239.627500', '144240.087500', '144240.547500', '144241.007500', '144241.467500', '144241.927500', '144242.387500', '144242.847500', '144243.307500', '144243.767500', '144244.227500', '144244.687500', '144245.147500', '144245.607500', '144246.067500', '144246.527500', '144246.987500', '144247.447500', '144247.907500', '144248.367500', '144248.827500', '144249.287500', '144249.747500', '144250.207500', '144250.667500', '144251.127500', '144251.587500', '144252.047500', '144252.507500', '144252.967500', '144253.427500', '144253.887500', '144254.347500', '144254.807500', '144255.267500', '144255.727500', '144256.187500', '144256.647500', '144257.107500', '144257.567500', '144258.027500', '144258.487500', '144258.947500', '144259.407500', '144259.867500', '144300.327500', '144300.787500', '144301.247500', '144301.707500', '144302.167500', '144302.627500', '144303.087500', '144303.547500', '144304.007500', '144304.467500', '144304.927500', '144305.387500', '144305.847500', '144306.307500', '144306.767500', '144307.227500', '144307.687500', '144308.147500', '144308.607500', '144309.067500', '144309.527500', '144309.987500', '144310.447500', '144310.907500', '144311.367500', '144311.827500', '144312.287500', '144312.747500', '144313.207500', '144313.667500', '144314.127500', '144314.587500', '144315.047500', '144315.507500', '144315.967500', '144316.427500', '144316.887500', '144317.347500', '144317.807500', '144318.267500', '144318.727500', '144319.187500', '144319.647500', '144320.107500', '144320.567500', '144321.027500', '144321.487500', '144321.947500', '144322.407500', '144322.867500', '144323.327500', '144323.787500', '144324.247500', '144324.707500', '144325.167500', '144325.627500', '144326.087500', '144326.547500', '144327.007500', '144327.467500', '144327.927500', '144328.387500', '144328.847500', '144329.307500', '144329.767500', '144330.227500', '144330.687500', '144331.147500', '144331.607500', '144332.067500', '144332.527500', '144332.987500', '144333.447500', '144333.907500', '144334.367500', '144334.827500', '144335.287500', '144335.747500', '144336.207500', '144336.667500', '144337.127500', '144337.587500', '144338.047500', '144338.507500', '144338.967500', '144339.427500', '144339.887500', '144340.347500', '144340.807500', '144341.267500', '144341.727500', '144342.187500', '144342.647500', '144343.107500', '144343.567500', '144344.027500', '144344.487500', '144344.947500', '144345.407500', '144345.867500', '144346.327500', '144346.787500', '144347.247500', '144347.707500', '144348.167500', '144348.627500', '144349.087500', '144349.547500', '144350.007500', '144350.467500', '144350.927500', '144351.387500', '144351.847500', '144352.307500', '144352.767500', '144353.227500', '144353.687500', '144354.147500', '144354.607500', '144355.067500', '144355.527500', '144355.987500', '144356.447500', '144356.907500', '144357.367500', '144357.827500', '144358.287500', '144358.747500', '144359.207500', '144359.667500', '144400.127500', '144400.587500', '144401.047500', '144401.507500', '144401.967500', '144402.427500', '144402.887500', '144403.347500', '144403.807500', '144404.267500', '144404.727500', '144405.187500', '144405.647500', '144406.107500', '144406.567500', '144407.027500', '144407.487500', '144407.947500', '144408.407500', '144408.867500', '144409.327500', '144409.787500', '144410.247500', '144410.707500', '144411.167500', '144411.627500', '144412.087500', '144412.547500', '144413.007500', '144413.467500', '144413.927500', '144414.387500', '144414.847500', '144415.307500', '144415.767500', '144416.227500', '144416.687500', '144417.147500', '144417.607500', '144418.067500', '144418.527500', '144418.987500', '144419.447500', '144419.907500', '144420.367500', '144420.827500', '144421.287500', '144421.747500', '144422.207500', '144422.667500', '144423.127500', '144423.587500', '144424.047500', '144424.507500', '144424.967500', '144425.427500', '144425.887500', '144426.347500', '144426.807500', '144427.267500', '144427.727500', '144428.187500', '144428.647500', '144429.107500', '144429.567500', '144430.027500', '144430.487500', '144430.947500', '144431.407500', '144431.867500', '144432.327500', '144432.787500', '144433.247500', '144433.707500', '144434.167500', '144434.627500', '144435.087500', '144435.547500', '144436.007500', '144436.467500', '144436.927500', '144437.387500', '144437.847500', '144438.307500', '144438.767500', '144439.227500', '144439.687500', '144440.147500', '144440.607500', '144441.067500', '144441.527500', '144441.987500', '144442.447500', '144442.907500', '144443.367500', '144443.827500', '144444.287500', '144444.747500', '144445.207500', '144445.667500', '144446.127500', '144446.587500', '144447.047500', '144447.507500', '144447.967500', '144448.427500', '144448.887500', '144449.347500', '144449.807500', '144450.267500', '144450.727500', '144451.187500', '144451.647500', '144452.107500', '144452.567500', '144453.027500', '144453.487500', '144453.947500', '144454.407500', '144454.867500', '144455.327500', '144455.787500', '144456.247500', '144456.707500', '144457.167500', '144457.627500', '144458.087500', '144458.547500', '144459.007500', '144459.467500', '144459.927500', '144500.387500', '144500.847500', '144501.307500', '144501.767500', '144502.227500', '144502.687500', '144503.147500', '144503.607500', '144504.067500', '144504.527500', '144504.987500', '144505.447500', '144505.907500', '144506.367500', '144506.827500', '144507.287500', '144507.747500', '144508.207500', '144508.667500', '144509.127500', '144509.587500', '144510.047500', '144510.507500', '144510.967500', '144511.427500', '144511.887500', '144512.347500', '144512.807500', '144513.267500', '144513.727500', '144514.187500', '144514.647500', '144515.107500', '144515.567500', '144516.027500', '144516.487500', '144516.947500', '144517.407500', '144517.867500', '144518.327500', '144518.787500', '144519.247500', '144519.707500', '144520.167500', '144520.627500', '144521.087500', '144521.547500', '144522.007500', '144522.467500', '144522.927500', '144523.387500', '144523.847500', '144524.307500', '144524.767500', '144525.227500', '144525.687500', '144526.147500', '144526.607500', '144527.067500', '144527.527500', '144527.987500', '144528.447500', '144528.907500', '144529.367500', '144529.827500', '144530.287500', '144530.747500', '144531.207500', '144531.667500', '144532.127500', '144532.587500', '144533.047500', '144533.507500', '144533.967500', '144534.427500', '144534.887500', '144535.347500', '144535.807500', '144536.267500', '144536.727500', '144537.187500', '144537.647500', '144538.107500', '144538.567500', '144539.027500', '144539.487500', '144539.947500', '144540.407500', '144540.867500', '144541.327500', '144541.787500', '144542.247500', '144542.707500', '144543.167500', '144543.627500', '144544.087500', '144544.547500', '144545.007500', '144545.467500', '144545.927500', '144546.387500', '144546.847500', '144547.307500', '144547.767500', '144548.227500', '144548.687500', '144549.147500', '144549.607500', '144550.067500', '144550.527500', '144550.987500', '144551.447500', '144551.907500', '144552.367500', '144552.827500', '144553.287500', '144553.747500', '144554.207500', '144554.667500', '144555.127500', '144555.587500', '144556.047500', '144556.507500', '144556.967500', '144557.427500', '144557.887500', '144558.347500', '144558.807500', '144559.267500', '144559.727500', '144600.187500', '144600.647500', '144601.107500', '144601.567500', '144602.027500', '144602.487500', '144602.947500', '144603.407500', '144603.867500', '144604.327500', '144604.787500', '144605.247500', '144605.707500', '144606.167500', '144606.627500', '144607.087500', '144607.547500', '144608.007500', '144608.467500', '144608.927500', '144609.387500', '144609.847500', '144610.307500', '144610.767500', '144611.227500', '144611.687500', '144612.147500', '144612.607500', '144613.067500', '144613.527500', '144613.987500', '144614.447500', '144614.907500', '144615.367500', '144615.827500', '144616.287500', '144616.747500', '144617.207500', '144617.667500', '144618.127500', '144618.587500', '144619.047500', '144619.507500', '144619.967500', '144620.427500', '144620.887500', '144621.347500', '144621.807500'], 'ContentTime': ['143743.960000', '143743.968000', '143743.971000', '143743.974000', '143743.977000', '143743.981000', '143743.985000', '143743.987000', '143743.990000', '143743.993000', '143743.996000', '143744.000000', '143744.003000', '143744.006000', '143744.009000', '143744.011000', '143744.014000', '143744.017000', '143744.020000', '143744.023000', '143744.032000', '143744.034000', '143744.037000', '143744.040000', '143744.043000', '143744.046000', '143744.048000', '143744.051000', '143744.054000', '143803.913000', '143803.916000', '143803.919000', '143803.921000', '143803.924000', '143803.927000', '143803.930000', '143803.933000', '143803.936000', '143803.938000', '143803.941000', '143803.944000', '143803.947000', '143803.950000', '143803.953000', '143803.955000', '143803.958000', '143803.961000', '143803.964000', '143803.967000', '143803.969000', '143803.972000', '143803.975000', '143803.978000', '143803.985000', '143803.988000', '143803.991000', '143803.994000', '143803.996000', '143804.000000', '143804.003000', '143804.006000', '143804.009000', '143804.020000', '143804.023000', '143804.025000', '143804.028000', '143804.031000', '143804.034000', '143804.037000', '143804.040000', '143804.043000', '143804.045000', '143804.048000', '143823.914000', '143823.917000', '143823.920000', '143823.923000', '143823.925000', '143823.928000', '143823.931000', '143823.935000', '143823.938000', '143823.941000', '143823.951000', '143823.954000', '143823.957000', '143823.960000', '143823.962000', '143823.965000', '143823.968000', '143823.971000', '143823.974000', '143823.977000', '143823.979000', '143823.982000', '143823.985000', '143823.988000', '143823.991000', '143823.994000', '143823.997000', '143824.002000', '143824.011000', '143824.014000', '143824.017000', '143824.020000', '143824.023000', '143824.025000', '143824.028000', '143824.031000', '143824.034000', '143824.037000', '143824.040000', '143824.043000', '143824.045000', '143824.048000', '143824.051000', '143843.913000', '143843.916000', '143843.919000', '143843.922000', '143843.924000', '143843.927000', '143843.930000', '143843.933000', '143843.936000', '143843.938000', '143843.941000', '143843.944000', '143843.947000', '143843.950000', '143843.953000', '143843.955000', '143843.958000', '143843.961000', '143843.964000', '143843.967000', '143843.970000', '143843.972000', '143843.975000', '143843.978000', '143843.991000', '143843.994000', '143843.997000', '143844.001000', '143844.004000', '143844.007000', '143844.009000', '143844.012000', '143844.015000', '143844.018000', '143844.021000', '143844.024000', '143844.026000', '143844.029000', '143844.032000', '143844.035000', '143844.038000', '143844.041000', '143844.043000', '143844.046000', '143903.913000', '143903.916000', '143903.919000', '143903.921000', '143903.924000', '143903.927000', '143903.930000', '143903.933000', '143903.936000', '143903.939000', '143903.941000', '143903.944000', '143903.947000', '143903.950000', '143903.953000', '143903.956000', '143903.958000', '143903.961000', '143903.964000', '143903.967000', '143903.970000', '143903.973000', '143903.976000', '143903.979000', '143903.982000', '143903.984000', '143903.987000', '143903.990000', '143903.993000', '143903.996000', '143904.000000', '143904.003000', '143904.006000', '143904.008000', '143904.011000', '143904.014000', '143904.017000', '143904.020000', '143904.030000', '143904.033000', '143904.035000', '143904.038000', '143904.041000', '143923.913000', '143923.916000', '143923.919000', '143923.921000', '143923.924000', '143923.927000', '143923.930000', '143923.933000', '143923.936000', '143923.939000', '143923.941000', '143923.944000', '143923.947000', '143923.950000', '143923.953000', '143923.956000', '143923.958000', '143923.961000', '143923.964000', '143923.967000', '143923.970000', '143923.972000', '143923.975000', '143923.978000', '143923.981000', '143923.984000', '143923.987000', '143923.990000', '143923.992000', '143923.995000', '143923.998000', '143924.002000', '143924.005000', '143924.008000', '143924.010000', '143924.013000', '143924.016000', '143924.019000', '143924.022000', '143924.025000', '143924.028000', '143924.030000', '143924.033000', '143924.036000', '143943.913000', '143943.916000', '143943.919000', '143943.921000', '143943.924000', '143943.927000', '143943.930000', '143943.933000', '143943.936000', '143943.939000', '143943.941000', '143943.944000', '143943.947000', '143943.950000', '143943.953000', '143943.956000', '143943.958000', '143943.961000', '143943.964000', '143943.967000', '143943.972000', '143943.975000', '143943.978000', '143943.981000', '143943.983000', '143943.986000', '143943.989000', '143943.992000', '143943.995000', '143943.998000', '143944.001000', '143944.004000', '143944.007000', '143944.010000', '143944.013000', '143944.016000', '143944.019000', '143944.022000', '143944.025000', '143944.028000', '143944.031000', '143944.034000', '143944.037000', '144003.913000', '144003.916000', '144003.919000', '144003.921000', '144003.924000', '144003.927000', '144003.930000', '144003.933000', '144003.936000', '144003.939000', '144003.942000', '144003.944000', '144003.947000', '144003.950000', '144003.953000', '144003.956000', '144003.959000', '144003.961000', '144003.964000', '144003.967000', '144003.970000', '144003.973000', '144003.976000', '144003.979000', '144003.982000', '144003.985000', '144003.987000', '144003.990000', '144003.993000', '144003.996000', '144004.000000', '144004.003000', '144004.005000', '144004.008000', '144004.011000', '144004.014000', '144004.017000', '144004.020000', '144004.023000', '144004.025000', '144004.028000', '144004.031000', '144004.034000', '144004.037000', '144023.913000', '144023.916000', '144023.919000', '144023.922000', '144023.924000', '144023.941000', '144023.944000', '144023.947000', '144023.950000', '144023.952000', '144023.955000', '144023.958000', '144023.961000', '144023.964000', '144023.967000', '144023.969000', '144023.972000', '144023.975000', '144023.978000', '144023.981000', '144023.984000', '144023.987000', '144023.990000', '144023.992000', '144023.995000', '144023.998000', '144024.002000', '144024.005000', '144024.008000', '144024.011000', '144024.013000', '144024.016000', '144024.019000', '144024.022000', '144024.025000', '144024.028000', '144024.031000', '144024.033000', '144024.036000', '144024.039000', '144024.042000', '144024.045000', '144024.048000', '144043.914000', '144043.917000', '144043.920000', '144043.923000', '144043.925000', '144043.928000', '144043.931000', '144043.934000', '144043.937000', '144043.940000', '144043.943000', '144043.945000', '144043.948000', '144043.951000', '144043.954000', '144043.957000', '144043.960000', '144043.963000', '144043.965000', '144043.968000', '144043.971000', '144043.974000', '144043.977000', '144043.980000', '144043.982000', '144043.985000', '144043.988000', '144043.991000', '144043.998000', '144044.002000', '144044.004000', '144044.007000', '144044.010000', '144044.013000', '144044.016000', '144044.019000', '144044.022000', '144044.025000', '144044.028000', '144044.030000', '144044.033000', '144044.036000', '144044.039000', '144044.042000', '144103.913000', '144103.916000', '144103.919000', '144103.922000', '144103.925000', '144103.927000', '144103.930000', '144103.933000', '144103.936000', '144103.939000', '144103.942000', '144103.945000', '144103.947000', '144103.950000', '144103.953000', '144103.956000', '144103.959000', '144103.962000', '144103.965000', '144103.968000', '144103.970000', '144103.973000', '144103.976000', '144103.979000', '144103.982000', '144103.985000', '144103.988000', '144103.991000', '144103.993000', '144103.996000', '144104.000000', '144104.003000', '144104.006000', '144104.010000', '144104.013000', '144104.016000', '144104.019000', '144104.022000', '144104.025000', '144104.027000', '144104.030000', '144104.033000', '144104.036000', '144123.913000', '144123.916000', '144123.919000', '144123.922000', '144123.924000', '144123.927000', '144123.930000', '144123.933000', '144123.936000', '144123.939000', '144123.941000', '144123.944000', '144123.947000', '144123.950000', '144123.953000', '144123.956000', '144123.959000', '144123.962000', '144123.964000', '144123.967000', '144123.970000', '144123.974000', '144123.977000', '144123.980000', '144123.983000', '144123.986000', '144123.989000', '144123.991000', '144123.994000', '144123.997000', '144124.001000', '144124.004000', '144124.007000', '144124.010000', '144124.012000', '144124.015000', '144124.018000', '144124.021000', '144124.024000', '144124.027000', '144124.029000', '144124.032000', '144124.035000', '144124.038000', '144143.913000', '144143.916000', '144143.919000', '144143.922000', '144143.924000', '144143.927000', '144143.930000', '144143.933000', '144143.936000', '144143.939000', '144143.942000', '144143.944000', '144143.947000', '144143.950000', '144143.953000', '144143.956000', '144143.959000', '144143.962000', '144143.964000', '144143.967000', '144143.970000', '144143.973000', '144143.976000', '144143.979000', '144143.981000', '144143.984000', '144143.987000', '144143.990000', '144143.993000', '144143.996000', '144144.000000', '144144.003000', '144144.005000', '144144.008000', '144144.011000', '144144.014000', '144144.017000', '144144.020000', '144144.022000', '144144.025000', '144144.028000', '144144.031000', '144144.034000', '144203.913000', '144203.916000', '144203.919000', '144203.922000', '144203.924000', '144203.927000', '144203.930000', '144203.933000', '144203.936000', '144203.939000', '144203.941000', '144203.944000', '144203.947000', '144203.950000', '144203.953000', '144203.956000', '144203.959000', '144203.962000', '144203.964000', '144203.967000', '144203.970000', '144203.973000', '144203.976000', '144203.979000', '144203.981000', '144203.984000', '144203.987000', '144203.990000', '144203.993000', '144203.996000', '144204.000000', '144204.003000', '144204.006000', '144204.008000', '144204.011000', '144204.014000', '144204.017000', '144204.020000', '144204.023000', '144204.026000', '144204.028000', '144204.041000', '144204.043000', '144204.046000', '144223.913000', '144223.916000', '144223.919000', '144223.922000', '144223.924000', '144223.927000', '144223.930000', '144223.933000', '144223.936000', '144223.939000', '144223.942000', '144223.944000', '144223.947000', '144223.950000', '144223.953000', '144223.956000', '144223.959000', '144223.962000', '144223.964000', '144223.967000', '144223.970000', '144223.973000', '144223.976000', '144223.979000', '144223.982000', '144223.984000', '144223.987000', '144223.990000', '144223.993000', '144223.996000', '144224.000000', '144224.003000', '144224.005000', '144224.008000', '144224.011000', '144224.014000', '144224.017000', '144224.020000', '144224.023000', '144224.025000', '144224.028000', '144224.031000', '144224.034000', '144243.915000', '144243.919000', '144243.922000', '144243.925000', '144243.928000', '144243.930000', '144243.933000', '144243.936000', '144243.939000', '144243.942000', '144243.945000', '144243.947000', '144243.950000', '144243.953000', '144243.956000', '144243.959000', '144243.962000', '144243.965000', '144243.967000', '144243.970000', '144243.973000', '144243.976000', '144243.979000', '144243.982000', '144243.985000', '144243.988000', '144243.991000', '144243.993000', '144243.997000', '144244.001000', '144244.003000', '144244.006000', '144244.009000', '144244.012000', '144244.015000', '144244.018000', '144244.021000', '144244.023000', '144244.026000', '144244.029000', '144244.032000', '144244.035000', '144244.038000', '144303.914000', '144303.917000', '144303.920000', '144303.923000', '144303.926000', '144303.928000', '144303.931000', '144303.934000', '144303.937000', '144303.940000', '144303.943000', '144303.946000', '144303.948000', '144303.952000', '144303.954000', '144303.957000', '144303.960000', '144303.963000', '144303.966000', '144303.969000', '144303.972000', '144303.975000', '144303.977000', '144303.980000', '144303.983000', '144303.986000', '144303.989000', '144303.992000', '144303.995000', '144303.998000', '144304.001000', '144304.004000', '144304.009000', '144304.012000', '144304.015000', '144304.018000', '144304.021000', '144304.024000', '144304.027000', '144304.029000', '144304.032000', '144304.035000', '144304.038000', '144304.041000', '144323.913000', '144323.919000', '144323.923000', '144323.926000', '144323.929000', '144323.932000', '144323.935000', '144323.938000', '144323.940000', '144323.943000', '144323.946000', '144323.949000', '144323.952000', '144323.955000', '144323.958000', '144323.961000', '144323.964000', '144323.967000', '144323.970000', '144323.973000', '144323.975000', '144323.978000', '144323.981000', '144323.984000', '144323.987000', '144323.990000', '144323.993000', '144323.996000', '144324.000000', '144324.003000', '144324.006000', '144324.009000', '144324.012000', '144324.014000', '144324.017000', '144324.020000', '144324.023000', '144324.026000', '144324.029000', '144324.032000', '144324.035000', '144324.038000', '144324.041000', '144343.914000', '144343.917000', '144343.920000', '144343.922000', '144343.925000', '144343.928000', '144343.931000', '144343.934000', '144343.942000', '144343.945000', '144343.948000', '144343.951000', '144343.953000', '144343.956000', '144343.959000', '144343.962000', '144343.965000', '144343.968000', '144343.971000', '144343.973000', '144343.976000', '144343.979000', '144343.982000', '144343.985000', '144343.988000', '144343.991000', '144343.994000', '144343.996000', '144344.000000', '144344.003000', '144344.006000', '144344.009000', '144344.012000', '144344.014000', '144344.017000', '144344.020000', '144344.023000', '144344.026000', '144344.029000', '144344.032000', '144344.035000', '144344.037000', '144344.040000', '144344.043000', '144403.913000', '144403.916000', '144403.919000', '144403.922000', '144403.925000', '144403.927000', '144403.930000', '144403.933000', '144403.936000', '144403.940000', '144403.943000', '144403.947000', '144403.950000', '144403.953000', '144403.955000', '144403.958000', '144403.961000', '144403.964000', '144403.967000', '144403.970000', '144403.972000', '144403.975000', '144403.978000', '144403.981000', '144403.984000', '144403.987000', '144403.990000', '144403.993000', '144403.995000', '144403.998000', '144404.002000', '144404.005000', '144404.008000', '144404.011000', '144404.013000', '144404.016000', '144404.019000', '144404.022000', '144404.025000', '144404.028000', '144404.031000', '144404.033000', '144404.036000', '144423.913000', '144423.916000', '144423.919000', '144423.922000', '144423.924000', '144423.927000', '144423.930000', '144423.933000', '144423.936000', '144423.939000', '144423.942000', '144423.944000', '144423.947000', '144423.950000', '144423.953000', '144423.956000', '144423.959000', '144423.961000', '144423.964000', '144423.967000', '144423.970000', '144423.973000', '144423.976000', '144423.979000', '144423.982000', '144423.985000', '144423.987000', '144423.990000', '144423.993000', '144423.996000', '144424.000000', '144424.003000', '144424.005000', '144424.008000', '144424.011000', '144424.014000', '144424.017000', '144424.020000', '144424.023000', '144424.025000', '144424.028000', '144424.031000', '144424.034000', '144424.037000', '144443.913000', '144443.930000', '144443.933000', '144443.935000', '144443.938000', '144443.941000', '144443.944000', '144443.947000', '144443.952000', '144443.963000', '144443.966000', '144443.969000', '144443.971000', '144443.974000', '144443.977000', '144443.980000', '144443.983000', '144443.986000', '144443.989000', '144443.991000', '144443.994000', '144443.997000', '144444.001000', '144444.004000', '144444.007000', '144444.009000', '144444.012000', '144444.015000', '144444.018000', '144444.021000', '144444.024000', '144444.026000', '144444.029000', '144444.032000', '144444.035000', '144444.038000', '144444.041000', '144444.044000', '144444.046000', '144444.049000', '144444.052000', '144444.055000', '144444.058000', '144503.913000', '144503.916000', '144503.919000', '144503.922000', '144503.924000', '144503.927000', '144503.930000', '144503.933000', '144503.936000', '144503.939000', '144503.942000', '144503.945000', '144503.948000', '144503.950000', '144503.953000', '144503.956000', '144503.959000', '144503.962000', '144503.965000', '144503.968000', '144503.971000', '144503.973000', '144503.976000', '144503.979000', '144503.982000', '144503.985000', '144503.988000', '144503.991000', '144503.994000', '144503.997000', '144504.001000', '144504.003000', '144504.006000', '144504.009000', '144504.012000', '144504.015000', '144504.018000', '144504.021000', '144504.024000', '144504.026000', '144504.029000', '144504.032000', '144504.035000', '144504.038000', '144523.914000', '144523.917000', '144523.920000', '144523.923000', '144523.925000', '144523.928000', '144523.931000', '144523.934000', '144523.937000', '144523.940000', '144523.943000', '144523.946000', '144523.949000', '144523.951000', '144523.954000', '144523.957000', '144523.960000', '144523.963000', '144523.968000', '144523.972000', '144523.975000', '144523.978000', '144523.981000', '144523.984000', '144523.987000', '144523.990000', '144523.992000', '144523.995000', '144523.998000', '144524.002000', '144524.005000', '144524.008000', '144524.011000', '144524.014000', '144524.017000', '144524.020000', '144524.022000', '144524.025000', '144524.028000', '144524.031000', '144524.034000', '144524.037000', '144524.040000', '144543.913000', '144543.916000', '144543.919000', '144543.922000', '144543.925000', '144543.927000', '144543.930000', '144543.933000', '144543.936000', '144543.939000', '144543.942000', '144543.945000', '144543.947000', '144543.950000', '144543.953000', '144543.956000', '144543.959000', '144543.962000', '144543.965000', '144543.967000', '144543.970000', '144543.973000', '144543.976000', '144543.979000', '144543.982000', '144543.985000', '144543.987000', '144543.990000', '144543.993000', '144543.996000', '144544.000000', '144544.003000', '144544.005000', '144544.008000', '144544.011000', '144544.014000', '144544.017000', '144544.020000', '144544.023000', '144544.026000', '144544.029000', '144544.031000', '144544.034000', '144544.037000', '144603.913000', '144603.916000', '144603.919000', '144603.923000', '144603.926000', '144603.939000', '144603.942000', '144603.945000', '144603.948000', '144603.951000', '144603.954000', '144603.957000', '144603.959000', '144603.962000', '144603.965000', '144603.968000', '144603.971000', '144603.974000', '144603.977000', '144603.980000', '144603.983000', '144603.985000', '144603.988000', '144603.991000', '144603.994000', '144603.997000', '144604.001000', '144604.004000', '144604.007000', '144604.010000', '144604.013000', '144604.016000', '144604.019000', '144604.021000', '144604.024000', '144604.027000', '144604.030000', '144604.033000', '144604.036000', '144604.038000', '144604.041000', '144604.044000', '144604.047000', '144622.447000', '144622.451000', '144622.454000', '144622.457000', '144622.460000', '144622.463000', '144622.466000', '144622.469000', '144622.473000', '144622.476000', '144622.479000', '144622.482000', '144622.485000', '144622.488000', '144622.491000', '144622.494000', '144622.497000', '144622.500000', '144622.503000', '144622.506000', '144622.509000', '144622.512000', '144622.515000', '144622.518000', '144622.521000', '144622.524000', '144622.526000', '144622.529000', '144622.532000', '144622.535000', '144622.538000', '144622.541000', '144622.544000', '144622.547000', '144622.550000', '144622.552000', '144622.555000', '144622.559000', '144622.562000', '144622.565000', '144622.568000'], 'InstanceCreationTime': ['143743.960000', '143743.968000', '143743.971000', '143743.974000', '143743.977000', '143743.981000', '143743.985000', '143743.987000', '143743.990000', '143743.993000', '143743.996000', '143744.000000', '143744.003000', '143744.006000', '143744.009000', '143744.011000', '143744.014000', '143744.017000', '143744.020000', '143744.023000', '143744.032000', '143744.034000', '143744.037000', '143744.040000', '143744.043000', '143744.046000', '143744.048000', '143744.051000', '143744.054000', '143803.913000', '143803.916000', '143803.919000', '143803.921000', '143803.924000', '143803.927000', '143803.930000', '143803.933000', '143803.936000', '143803.938000', '143803.941000', '143803.944000', '143803.947000', '143803.950000', '143803.953000', '143803.955000', '143803.958000', '143803.961000', '143803.964000', '143803.967000', '143803.969000', '143803.972000', '143803.975000', '143803.978000', '143803.985000', '143803.988000', '143803.991000', '143803.994000', '143803.996000', '143804.000000', '143804.003000', '143804.006000', '143804.009000', '143804.020000', '143804.023000', '143804.025000', '143804.028000', '143804.031000', '143804.034000', '143804.037000', '143804.040000', '143804.043000', '143804.045000', '143804.048000', '143823.914000', '143823.917000', '143823.920000', '143823.923000', '143823.925000', '143823.928000', '143823.931000', '143823.935000', '143823.938000', '143823.941000', '143823.951000', '143823.954000', '143823.957000', '143823.960000', '143823.962000', '143823.965000', '143823.968000', '143823.971000', '143823.974000', '143823.977000', '143823.979000', '143823.982000', '143823.985000', '143823.988000', '143823.991000', '143823.994000', '143823.997000', '143824.002000', '143824.011000', '143824.014000', '143824.017000', '143824.020000', '143824.023000', '143824.025000', '143824.028000', '143824.031000', '143824.034000', '143824.037000', '143824.040000', '143824.043000', '143824.045000', '143824.048000', '143824.051000', '143843.913000', '143843.916000', '143843.919000', '143843.922000', '143843.924000', '143843.927000', '143843.930000', '143843.933000', '143843.936000', '143843.938000', '143843.941000', '143843.944000', '143843.947000', '143843.950000', '143843.953000', '143843.955000', '143843.958000', '143843.961000', '143843.964000', '143843.967000', '143843.970000', '143843.972000', '143843.975000', '143843.978000', '143843.991000', '143843.994000', '143843.997000', '143844.001000', '143844.004000', '143844.007000', '143844.009000', '143844.012000', '143844.015000', '143844.018000', '143844.021000', '143844.024000', '143844.026000', '143844.029000', '143844.032000', '143844.035000', '143844.038000', '143844.041000', '143844.043000', '143844.046000', '143903.913000', '143903.916000', '143903.919000', '143903.921000', '143903.924000', '143903.927000', '143903.930000', '143903.933000', '143903.936000', '143903.939000', '143903.941000', '143903.944000', '143903.947000', '143903.950000', '143903.953000', '143903.956000', '143903.958000', '143903.961000', '143903.964000', '143903.967000', '143903.970000', '143903.973000', '143903.976000', '143903.979000', '143903.982000', '143903.984000', '143903.987000', '143903.990000', '143903.993000', '143903.996000', '143904.000000', '143904.003000', '143904.006000', '143904.008000', '143904.011000', '143904.014000', '143904.017000', '143904.020000', '143904.030000', '143904.033000', '143904.035000', '143904.038000', '143904.041000', '143923.913000', '143923.916000', '143923.919000', '143923.921000', '143923.924000', '143923.927000', '143923.930000', '143923.933000', '143923.936000', '143923.939000', '143923.941000', '143923.944000', '143923.947000', '143923.950000', '143923.953000', '143923.956000', '143923.958000', '143923.961000', '143923.964000', '143923.967000', '143923.970000', '143923.972000', '143923.975000', '143923.978000', '143923.981000', '143923.984000', '143923.987000', '143923.990000', '143923.992000', '143923.995000', '143923.998000', '143924.002000', '143924.005000', '143924.008000', '143924.010000', '143924.013000', '143924.016000', '143924.019000', '143924.022000', '143924.025000', '143924.028000', '143924.030000', '143924.033000', '143924.036000', '143943.913000', '143943.916000', '143943.919000', '143943.921000', '143943.924000', '143943.927000', '143943.930000', '143943.933000', '143943.936000', '143943.939000', '143943.941000', '143943.944000', '143943.947000', '143943.950000', '143943.953000', '143943.956000', '143943.958000', '143943.961000', '143943.964000', '143943.967000', '143943.972000', '143943.975000', '143943.978000', '143943.981000', '143943.983000', '143943.986000', '143943.989000', '143943.992000', '143943.995000', '143943.998000', '143944.001000', '143944.004000', '143944.007000', '143944.010000', '143944.013000', '143944.016000', '143944.019000', '143944.022000', '143944.025000', '143944.028000', '143944.031000', '143944.034000', '143944.037000', '144003.913000', '144003.916000', '144003.919000', '144003.921000', '144003.924000', '144003.927000', '144003.930000', '144003.933000', '144003.936000', '144003.939000', '144003.942000', '144003.944000', '144003.947000', '144003.950000', '144003.953000', '144003.956000', '144003.959000', '144003.961000', '144003.964000', '144003.967000', '144003.970000', '144003.973000', '144003.976000', '144003.979000', '144003.982000', '144003.985000', '144003.987000', '144003.990000', '144003.993000', '144003.996000', '144004.000000', '144004.003000', '144004.005000', '144004.008000', '144004.011000', '144004.014000', '144004.017000', '144004.020000', '144004.023000', '144004.025000', '144004.028000', '144004.031000', '144004.034000', '144004.037000', '144023.913000', '144023.916000', '144023.919000', '144023.922000', '144023.924000', '144023.941000', '144023.944000', '144023.947000', '144023.950000', '144023.952000', '144023.955000', '144023.958000', '144023.961000', '144023.964000', '144023.967000', '144023.969000', '144023.972000', '144023.975000', '144023.978000', '144023.981000', '144023.984000', '144023.987000', '144023.990000', '144023.992000', '144023.995000', '144023.998000', '144024.002000', '144024.005000', '144024.008000', '144024.011000', '144024.013000', '144024.016000', '144024.019000', '144024.022000', '144024.025000', '144024.028000', '144024.031000', '144024.033000', '144024.036000', '144024.039000', '144024.042000', '144024.045000', '144024.048000', '144043.914000', '144043.917000', '144043.920000', '144043.923000', '144043.925000', '144043.928000', '144043.931000', '144043.934000', '144043.937000', '144043.940000', '144043.943000', '144043.945000', '144043.948000', '144043.951000', '144043.954000', '144043.957000', '144043.960000', '144043.963000', '144043.965000', '144043.968000', '144043.971000', '144043.974000', '144043.977000', '144043.980000', '144043.982000', '144043.985000', '144043.988000', '144043.991000', '144043.998000', '144044.002000', '144044.004000', '144044.007000', '144044.010000', '144044.013000', '144044.016000', '144044.019000', '144044.022000', '144044.025000', '144044.028000', '144044.030000', '144044.033000', '144044.036000', '144044.039000', '144044.042000', '144103.913000', '144103.916000', '144103.919000', '144103.922000', '144103.925000', '144103.927000', '144103.930000', '144103.933000', '144103.936000', '144103.939000', '144103.942000', '144103.945000', '144103.947000', '144103.950000', '144103.953000', '144103.956000', '144103.959000', '144103.962000', '144103.965000', '144103.968000', '144103.970000', '144103.973000', '144103.976000', '144103.979000', '144103.982000', '144103.985000', '144103.988000', '144103.991000', '144103.993000', '144103.996000', '144104.000000', '144104.003000', '144104.006000', '144104.010000', '144104.013000', '144104.016000', '144104.019000', '144104.022000', '144104.025000', '144104.027000', '144104.030000', '144104.033000', '144104.036000', '144123.913000', '144123.916000', '144123.919000', '144123.922000', '144123.924000', '144123.927000', '144123.930000', '144123.933000', '144123.936000', '144123.939000', '144123.941000', '144123.944000', '144123.947000', '144123.950000', '144123.953000', '144123.956000', '144123.959000', '144123.962000', '144123.964000', '144123.967000', '144123.970000', '144123.974000', '144123.977000', '144123.980000', '144123.983000', '144123.986000', '144123.989000', '144123.991000', '144123.994000', '144123.997000', '144124.001000', '144124.004000', '144124.007000', '144124.010000', '144124.012000', '144124.015000', '144124.018000', '144124.021000', '144124.024000', '144124.027000', '144124.029000', '144124.032000', '144124.035000', '144124.038000', '144143.913000', '144143.916000', '144143.919000', '144143.922000', '144143.924000', '144143.927000', '144143.930000', '144143.933000', '144143.936000', '144143.939000', '144143.942000', '144143.944000', '144143.947000', '144143.950000', '144143.953000', '144143.956000', '144143.959000', '144143.962000', '144143.964000', '144143.967000', '144143.970000', '144143.973000', '144143.976000', '144143.979000', '144143.981000', '144143.984000', '144143.987000', '144143.990000', '144143.993000', '144143.996000', '144144.000000', '144144.003000', '144144.005000', '144144.008000', '144144.011000', '144144.014000', '144144.017000', '144144.020000', '144144.022000', '144144.025000', '144144.028000', '144144.031000', '144144.034000', '144203.913000', '144203.916000', '144203.919000', '144203.922000', '144203.924000', '144203.927000', '144203.930000', '144203.933000', '144203.936000', '144203.939000', '144203.941000', '144203.944000', '144203.947000', '144203.950000', '144203.953000', '144203.956000', '144203.959000', '144203.962000', '144203.964000', '144203.967000', '144203.970000', '144203.973000', '144203.976000', '144203.979000', '144203.981000', '144203.984000', '144203.987000', '144203.990000', '144203.993000', '144203.996000', '144204.000000', '144204.003000', '144204.006000', '144204.008000', '144204.011000', '144204.014000', '144204.017000', '144204.020000', '144204.023000', '144204.026000', '144204.028000', '144204.041000', '144204.043000', '144204.046000', '144223.913000', '144223.916000', '144223.919000', '144223.922000', '144223.924000', '144223.927000', '144223.930000', '144223.933000', '144223.936000', '144223.939000', '144223.942000', '144223.944000', '144223.947000', '144223.950000', '144223.953000', '144223.956000', '144223.959000', '144223.962000', '144223.964000', '144223.967000', '144223.970000', '144223.973000', '144223.976000', '144223.979000', '144223.982000', '144223.984000', '144223.987000', '144223.990000', '144223.993000', '144223.996000', '144224.000000', '144224.003000', '144224.005000', '144224.008000', '144224.011000', '144224.014000', '144224.017000', '144224.020000', '144224.023000', '144224.025000', '144224.028000', '144224.031000', '144224.034000', '144243.915000', '144243.919000', '144243.922000', '144243.925000', '144243.928000', '144243.930000', '144243.933000', '144243.936000', '144243.939000', '144243.942000', '144243.945000', '144243.947000', '144243.950000', '144243.953000', '144243.956000', '144243.959000', '144243.962000', '144243.965000', '144243.967000', '144243.970000', '144243.973000', '144243.976000', '144243.979000', '144243.982000', '144243.985000', '144243.988000', '144243.991000', '144243.993000', '144243.997000', '144244.001000', '144244.003000', '144244.006000', '144244.009000', '144244.012000', '144244.015000', '144244.018000', '144244.021000', '144244.023000', '144244.026000', '144244.029000', '144244.032000', '144244.035000', '144244.038000', '144303.914000', '144303.917000', '144303.920000', '144303.923000', '144303.926000', '144303.928000', '144303.931000', '144303.934000', '144303.937000', '144303.940000', '144303.943000', '144303.946000', '144303.948000', '144303.952000', '144303.954000', '144303.957000', '144303.960000', '144303.963000', '144303.966000', '144303.969000', '144303.972000', '144303.975000', '144303.977000', '144303.980000', '144303.983000', '144303.986000', '144303.989000', '144303.992000', '144303.995000', '144303.998000', '144304.001000', '144304.004000', '144304.009000', '144304.012000', '144304.015000', '144304.018000', '144304.021000', '144304.024000', '144304.027000', '144304.029000', '144304.032000', '144304.035000', '144304.038000', '144304.041000', '144323.913000', '144323.919000', '144323.923000', '144323.926000', '144323.929000', '144323.932000', '144323.935000', '144323.938000', '144323.940000', '144323.943000', '144323.946000', '144323.949000', '144323.952000', '144323.955000', '144323.958000', '144323.961000', '144323.964000', '144323.967000', '144323.970000', '144323.973000', '144323.975000', '144323.978000', '144323.981000', '144323.984000', '144323.987000', '144323.990000', '144323.993000', '144323.996000', '144324.000000', '144324.003000', '144324.006000', '144324.009000', '144324.012000', '144324.014000', '144324.017000', '144324.020000', '144324.023000', '144324.026000', '144324.029000', '144324.032000', '144324.035000', '144324.038000', '144324.041000', '144343.914000', '144343.917000', '144343.920000', '144343.922000', '144343.925000', '144343.928000', '144343.931000', '144343.934000', '144343.942000', '144343.945000', '144343.948000', '144343.951000', '144343.953000', '144343.956000', '144343.959000', '144343.962000', '144343.965000', '144343.968000', '144343.971000', '144343.973000', '144343.976000', '144343.979000', '144343.982000', '144343.985000', '144343.988000', '144343.991000', '144343.994000', '144343.996000', '144344.000000', '144344.003000', '144344.006000', '144344.009000', '144344.012000', '144344.014000', '144344.017000', '144344.020000', '144344.023000', '144344.026000', '144344.029000', '144344.032000', '144344.035000', '144344.037000', '144344.040000', '144344.043000', '144403.913000', '144403.916000', '144403.919000', '144403.922000', '144403.925000', '144403.927000', '144403.930000', '144403.933000', '144403.936000', '144403.940000', '144403.943000', '144403.947000', '144403.950000', '144403.953000', '144403.955000', '144403.958000', '144403.961000', '144403.964000', '144403.967000', '144403.970000', '144403.972000', '144403.975000', '144403.978000', '144403.981000', '144403.984000', '144403.987000', '144403.990000', '144403.993000', '144403.995000', '144403.998000', '144404.002000', '144404.005000', '144404.008000', '144404.011000', '144404.013000', '144404.016000', '144404.019000', '144404.022000', '144404.025000', '144404.028000', '144404.031000', '144404.033000', '144404.036000', '144423.913000', '144423.916000', '144423.919000', '144423.922000', '144423.924000', '144423.927000', '144423.930000', '144423.933000', '144423.936000', '144423.939000', '144423.942000', '144423.944000', '144423.947000', '144423.950000', '144423.953000', '144423.956000', '144423.959000', '144423.961000', '144423.964000', '144423.967000', '144423.970000', '144423.973000', '144423.976000', '144423.979000', '144423.982000', '144423.985000', '144423.987000', '144423.990000', '144423.993000', '144423.996000', '144424.000000', '144424.003000', '144424.005000', '144424.008000', '144424.011000', '144424.014000', '144424.017000', '144424.020000', '144424.023000', '144424.025000', '144424.028000', '144424.031000', '144424.034000', '144424.037000', '144443.913000', '144443.930000', '144443.933000', '144443.935000', '144443.938000', '144443.941000', '144443.944000', '144443.947000', '144443.952000', '144443.963000', '144443.966000', '144443.969000', '144443.971000', '144443.974000', '144443.977000', '144443.980000', '144443.983000', '144443.986000', '144443.989000', '144443.991000', '144443.994000', '144443.997000', '144444.001000', '144444.004000', '144444.007000', '144444.009000', '144444.012000', '144444.015000', '144444.018000', '144444.021000', '144444.024000', '144444.026000', '144444.029000', '144444.032000', '144444.035000', '144444.038000', '144444.041000', '144444.044000', '144444.046000', '144444.049000', '144444.052000', '144444.055000', '144444.058000', '144503.913000', '144503.916000', '144503.919000', '144503.922000', '144503.924000', '144503.927000', '144503.930000', '144503.933000', '144503.936000', '144503.939000', '144503.942000', '144503.945000', '144503.948000', '144503.950000', '144503.953000', '144503.956000', '144503.959000', '144503.962000', '144503.965000', '144503.968000', '144503.971000', '144503.973000', '144503.976000', '144503.979000', '144503.982000', '144503.985000', '144503.988000', '144503.991000', '144503.994000', '144503.997000', '144504.001000', '144504.003000', '144504.006000', '144504.009000', '144504.012000', '144504.015000', '144504.018000', '144504.021000', '144504.024000', '144504.026000', '144504.029000', '144504.032000', '144504.035000', '144504.038000', '144523.914000', '144523.917000', '144523.920000', '144523.923000', '144523.925000', '144523.928000', '144523.931000', '144523.934000', '144523.937000', '144523.940000', '144523.943000', '144523.946000', '144523.949000', '144523.951000', '144523.954000', '144523.957000', '144523.960000', '144523.963000', '144523.968000', '144523.972000', '144523.975000', '144523.978000', '144523.981000', '144523.984000', '144523.987000', '144523.990000', '144523.992000', '144523.995000', '144523.998000', '144524.002000', '144524.005000', '144524.008000', '144524.011000', '144524.014000', '144524.017000', '144524.020000', '144524.022000', '144524.025000', '144524.028000', '144524.031000', '144524.034000', '144524.037000', '144524.040000', '144543.913000', '144543.916000', '144543.919000', '144543.922000', '144543.925000', '144543.927000', '144543.930000', '144543.933000', '144543.936000', '144543.939000', '144543.942000', '144543.945000', '144543.947000', '144543.950000', '144543.953000', '144543.956000', '144543.959000', '144543.962000', '144543.965000', '144543.967000', '144543.970000', '144543.973000', '144543.976000', '144543.979000', '144543.982000', '144543.985000', '144543.987000', '144543.990000', '144543.993000', '144543.996000', '144544.000000', '144544.003000', '144544.005000', '144544.008000', '144544.011000', '144544.014000', '144544.017000', '144544.020000', '144544.023000', '144544.026000', '144544.029000', '144544.031000', '144544.034000', '144544.037000', '144603.913000', '144603.916000', '144603.919000', '144603.923000', '144603.926000', '144603.939000', '144603.942000', '144603.945000', '144603.948000', '144603.951000', '144603.954000', '144603.957000', '144603.959000', '144603.962000', '144603.965000', '144603.968000', '144603.971000', '144603.974000', '144603.977000', '144603.980000', '144603.983000', '144603.985000', '144603.988000', '144603.991000', '144603.994000', '144603.997000', '144604.001000', '144604.004000', '144604.007000', '144604.010000', '144604.013000', '144604.016000', '144604.019000', '144604.021000', '144604.024000', '144604.027000', '144604.030000', '144604.033000', '144604.036000', '144604.038000', '144604.041000', '144604.044000', '144604.047000', '144622.447000', '144622.451000', '144622.454000', '144622.457000', '144622.460000', '144622.463000', '144622.466000', '144622.469000', '144622.473000', '144622.476000', '144622.479000', '144622.482000', '144622.485000', '144622.488000', '144622.491000', '144622.494000', '144622.497000', '144622.500000', '144622.503000', '144622.506000', '144622.509000', '144622.512000', '144622.515000', '144622.518000', '144622.521000', '144622.524000', '144622.526000', '144622.529000', '144622.532000', '144622.535000', '144622.538000', '144622.541000', '144622.544000', '144622.547000', '144622.550000', '144622.552000', '144622.555000', '144622.559000', '144622.562000', '144622.565000', '144622.568000'], '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': [14638, 12692, 13583, 14671, 12006, 14569, 11361, 14182, 10750, 14263, 10699, 14103, 9803, 13453, 9622, 12059, 13592, 10858, 13125, 10655, 13063, 10684, 12664, 9667, 13251, 9639, 12431, 11899, 11413, 13567, 11315, 13327, 10893, 13137, 10694, 13520, 9648, 13078, 9846, 13177, 12642, 11286, 13750, 11034, 13039, 11109, 13327, 10124, 13063, 9577, 13043, 12033, 12207, 13956, 10839, 13254, 10824, 13262, 11372, 12611, 11025, 13007, 10375, 12860, 9720, 12835, 9769, 12686, 12265, 11440, 14187, 10383, 12953, 10617, 12756, 10893, 12522, 10177, 12693, 9172, 12688, 9725, 12957, 12890, 11869, 13716, 10830, 13465, 11160, 13323, 11160, 13689, 10597, 13286, 10178, 12741, 9192, 12780, 10766, 11830, 13703, 11122, 14778, 11001, 13590, 10410, 13331, 10636, 13721, 10669, 13866, 10709, 13684, 10368, 14311, 11290, 14415, 11555, 14735, 11052, 14664, 11104, 14491, 10824, 13928, 10039, 13783, 10367, 12744, 12030, 11771, 15475, 10833, 14905, 10249, 12588, 10061, 12482, 10518, 12310, 9737, 12454, 9360, 12363, 11970, 10642, 14740, 10794, 12660, 10238, 12311, 10690, 12559, 9852, 12287, 8910, 12530, 9905, 11095, 14412, 10451, 13628, 10662, 12851, 10240, 12779, 9063, 12694, 12365, 11118, 13381, 10372, 12677, 10073, 12591, 8967, 12435, 11709, 11575, 13538, 10578, 12547, 10474, 12735, 9681, 12477, 10097, 11591, 12817, 10781, 11964, 10129, 11904, 9241, 12232, 11833, 11145, 13067, 10846, 12411, 9625, 12173, 9270, 12072, 12426, 11061, 13101, 11044, 12819, 9810, 12134, 9579, 12170, 12615, 10368, 12326, 10050, 11970, 9803, 11798, 9865, 12394, 10178, 12793, 12968, 11013, 13595, 10545, 12893, 10451, 13080, 9964, 13243, 12632, 12905, 15147, 11149, 14032, 11318, 14024, 10959, 13763, 10086, 13939, 10180, 14090, 13717, 11861, 14296, 11248, 14018, 10864, 13418, 10591, 13881, 10171, 13707, 10671, 13129, 14165, 11210, 13734, 11048, 13457, 10551, 12789, 10214, 13591, 9748, 13350, 10102, 13013, 13485, 11474, 14013, 11101, 13098, 10573, 12912, 9781, 12931, 9984, 11681, 13522, 11055, 13561, 11022, 12525, 10682, 13022, 10326, 13460, 11017, 13284, 10981, 13225, 10074, 12727, 10455, 13267, 10542, 12495, 10007, 12829, 10487, 13003, 13953, 10826, 13683, 10991, 13008, 10521, 13463, 12566, 11530, 14120, 10806, 13363, 10683, 12713, 8933, 12742, 9232, 13264, 9136, 13868, 10668, 13022, 11815, 13656, 12566, 13453, 13765, 11277, 14195, 11397, 13808, 10994, 13431, 10767, 14029, 9898, 13829, 11464, 12485, 14437, 10991, 13953, 10322, 12930, 9791, 12751, 9820, 12115, 13801, 10878, 13442, 10789, 12903, 10301, 12872, 9305, 13402, 10722, 12095, 14062, 10716, 12749, 10386, 13480, 9641, 12897, 10074, 12967, 13155, 10615, 13583, 10568, 13453, 9411, 13200, 10510, 13066, 12953, 11110, 14334, 10564, 14033, 10207, 13537, 9357, 13199, 9212, 13348, 9166, 13085, 9724, 13485, 9683, 13832, 9173, 14415, 10108, 14491, 10771, 12823, 13106, 11350, 14617, 11208, 14653, 11136, 14399, 11378, 14992, 11732, 13655, 10501, 13457, 11901, 11537, 14779, 11629, 14484, 10344, 13631, 10463, 11708, 14863, 11092, 13549, 10071, 12670, 8894, 12803, 11094, 11420, 12073, 11477, 13304, 10658, 13714, 10709, 13574, 10112, 13633, 10244, 12726, 9636, 12660, 9606, 12928, 12738, 11288, 13880, 10945, 13426, 10333, 12817, 9248, 13064, 10213, 11308, 13814, 10940, 13246, 10136, 13358, 8963, 12812, 10776, 11345, 13782, 11037, 13450, 9992, 12584, 9893, 11623, 9759, 9706, 12716, 9677, 13130, 10578, 13120, 9755, 13031, 9365, 12969, 12752, 11087, 14312, 11025, 13581, 9689, 13433, 14379, 11151, 15760, 11656, 14305, 9793, 13083, 11778, 11226, 14996, 10462, 12887, 9919, 12739, 9577, 12354, 13975, 10283, 13015, 10405, 12720, 9335, 11967, 10856, 10518, 13171, 10060, 12399, 9898, 11765, 9850, 12525, 10377, 12082, 10088, 9981, 12842, 9883, 13670, 9663, 13373, 12710, 10359, 13606, 10566, 13409, 10693, 13742, 10181, 13289, 9754, 16144, 11327, 12967, 10955, 14847, 10531, 15075, 11464, 12523, 13298, 10096, 15099, 11608, 14316, 10319, 14068, 10571, 13908, 13920, 13138, 17403, 11822, 15335, 11557, 13257, 10026, 13991, 10708, 12691, 16567, 11392, 13462, 11608, 13794, 9477, 11976, 10127, 12566, 12321, 11224, 14142, 10918, 12932, 9952, 12386, 9393, 12022, 9601, 11724, 11062, 10578, 12992, 9984, 11880, 9690, 11722, 9735, 11375, 10894, 10436, 13549, 10066, 12796, 9162, 11899, 9978, 10840, 14710, 10133, 12284, 9128, 11247, 9172, 10602, 13439, 10344, 14101, 9747, 12717, 9243, 11675, 9204, 12215, 9763, 10686, 14138, 9951, 13814, 10368, 12381, 9942, 12057, 9767, 12329, 9764, 12035, 12001, 11460, 14979, 10687, 14029, 10303, 13712, 9638, 12863, 11310, 12742, 14061, 11703, 14440, 10490, 14720, 10460, 14217, 10791, 14118, 9658, 13185, 10006, 13262, 13007, 11044, 15219, 10295, 14410, 10627, 13633, 10147, 13688, 10373, 14019, 10064, 14133, 9698, 13254, 10740, 13180, 12470, 12288, 14764, 10819, 14838, 11095, 13994, 10411, 13402, 10336, 12547, 11447, 11704, 15268, 10943, 13852, 10541, 12949, 10059, 12491, 10076, 12430, 11035, 11375, 12424, 10541, 14446, 10272, 13002, 9731, 12568, 9225, 12000, 9612, 12223, 10132, 10946, 13826, 10041, 13774, 10072, 12827, 9533, 12407, 9509, 12162, 10659, 12312, 11458, 11573, 13639, 9871, 13295, 10739, 12672, 9844, 11704, 9686, 13529, 10085, 12775, 9935, 12752, 9908, 12871, 10263, 12754, 9772, 13009, 9764, 13057, 10033, 12804, 9628, 12698, 10531, 12812, 11242, 12549, 12567, 11766, 13861, 11941, 13429, 11002, 13849, 10446, 13605, 10512, 13441, 10282, 13348, 10175, 13440, 9833, 13773, 9909, 13046, 9667, 13123, 9506, 12506, 9579, 12250, 10437, 12227, 11407, 11944, 12395, 10971, 13463, 10446, 13103, 10697, 12760, 10182, 13368, 10290, 13236, 10374, 12680, 10255, 13079, 10631, 13196, 11182, 13426, 11023, 14008, 11504, 12790, 12786, 12665, 12256, 12881, 12817, 11806, 12929, 12347, 12562, 12715, 12860, 13143, 11789, 14095, 10924, 13345, 10547, 13968, 10305, 13847, 10696, 13483, 10235, 13310, 9906, 13357, 9977, 13186, 9499, 12392, 10864, 12669, 12433, 11354, 13849, 10128, 13776, 10271, 13027, 9998, 12472, 9280, 12632, 9514, 12629, 10389, 11712, 13520, 10608, 13362, 10106, 13808, 10100, 13387, 10036, 13272, 9829, 12880, 9467, 12966, 9571, 12195, 9940, 11662, 13348, 12160, 12658, 11827, 13060, 10511, 14029, 11478, 13061, 11186, 13101, 10947, 13955, 10993, 14448, 11250, 13680, 10498, 13350, 9490, 12490, 14779, 11241, 14261, 10439, 12241, 9346, 12147, 13496, 10907, 13190, 9644, 12021, 9334, 11640, 14544, 10486, 12391, 9178, 12248, 9680, 11256, 12230, 10090, 13392, 10031, 11969, 9577, 12128, 9663, 11644, 9708, 11945, 10213, 11776, 13646, 10424, 13619, 9999, 13118, 9296, 12303, 11364, 11050, 13939, 10690, 13361, 9916, 11756, 9317, 11328, 14131, 10682, 13616, 9915, 11979, 9552, 11682, 13870, 10522, 14025, 9924, 12249, 9760, 11700, 13239, 10372, 13725, 9934, 12279, 9725, 11943, 10953, 10972, 14157, 9644, 13390, 9710, 12657, 9801, 11806, 11705, 11564, 14234, 10207, 14550, 10201, 13305, 9986, 13279, 9702, 12518, 15238, 11701, 15171, 11019, 14022, 10234, 13091, 9314, 13174, 14796, 11746, 14615, 10552, 13800, 10057, 13392, 9594, 12837, 16290, 10793, 14330, 10972, 13154, 9772, 12412, 11011, 11723, 14457, 10344, 13060, 9582, 11964, 9549, 12288, 12888, 11153, 13764, 10114, 12711, 10106, 12767, 9609, 12243, 14041, 10944, 14171, 10240, 13146, 9765, 12444, 9419, 12105, 12342, 10658, 13991, 10319, 13261, 10395, 12474, 9262, 12447, 11927, 11155, 13603, 9947, 13002, 10198, 12350, 9152, 11454, 10459, 11734, 15135, 10694, 13448, 9925, 12751, 10115, 12753, 10037, 12868, 9649, 12756, 9428, 12783, 9589, 12424, 10800, 12807, 14265, 12595, 12374, 10232, 9284, 11303, 10543, 11563, 12184, 10354, 11521, 12386, 10092, 9498, 13164, 11568, 12193, 14054, 11887, 14014, 11729, 14006, 13652, 13682, 16741, 13678, 16944, 13965, 17978, 13048, 15895, 11834, 15605, 11977, 10812, 12989, 11683, 13466, 12518, 11107, 12684, 11892, 9447, 14249, 10034, 14230, 10026, 14122, 9806, 13918, 10148, 12588, 9423, 13612, 9091, 12426, 9496, 12424, 9757, 12612, 9988, 13323, 9909, 10317, 11131, 9114, 13068, 10331, 13271, 11294, 10893, 13999, 9859, 15266, 11375, 15483], 'WindowCenter': [5358.0, 5296.0, 5292.0, 5272.0, 5244.0, 5248.0, 5220.0, 5223.0, 5193.0, 5222.0, 5194.0, 5209.0, 5167.0, 5209.0, 5158.0, 5202.0, 5206.0, 5179.0, 5196.0, 5178.0, 5196.0, 5179.0, 5198.0, 5166.0, 5206.0, 5168.0, 5210.0, 5197.0, 5187.0, 5208.0, 5189.0, 5208.0, 5203.0, 5208.0, 5179.0, 5208.0, 5170.0, 5213.0, 5165.0, 5209.0, 5198.0, 5188.0, 5220.0, 5190.0, 5208.0, 5188.0, 5199.0, 5181.0, 5208.0, 5158.0, 5199.0, 5185.0, 5189.0, 5208.0, 5179.0, 5197.0, 5179.0, 5198.0, 5188.0, 5187.0, 5175.0, 5196.0, 5179.0, 5197.0, 5157.0, 5197.0, 5157.0, 5200.0, 5185.0, 5177.0, 5196.0, 5165.0, 5199.0, 5180.0, 5186.0, 5164.0, 5183.0, 5167.0, 5183.0, 5146.0, 5196.0, 5158.0, 5210.0, 5195.0, 5188.0, 5195.0, 5179.0, 5208.0, 5179.0, 5197.0, 5179.0, 5207.0, 5180.0, 5199.0, 5168.0, 5197.0, 5161.0, 5211.0, 5175.0, 5189.0, 5197.0, 5177.0, 5219.0, 5189.0, 5195.0, 5183.0, 5198.0, 5194.0, 5220.0, 5180.0, 5210.0, 5192.0, 5210.0, 5196.0, 5233.0, 5189.0, 5231.0, 5215.0, 5222.0, 5219.0, 5235.0, 5192.0, 5212.0, 5178.0, 5211.0, 5172.0, 5198.0, 5157.0, 5189.0, 5176.0, 5190.0, 5203.0, 5166.0, 5194.0, 5156.0, 5176.0, 5159.0, 5175.0, 5170.0, 5176.0, 5149.0, 5176.0, 5134.0, 5178.0, 5176.0, 5157.0, 5184.0, 5155.0, 5175.0, 5158.0, 5175.0, 5155.0, 5171.0, 5145.0, 5172.0, 5147.0, 5187.0, 5146.0, 5165.0, 5185.0, 5167.0, 5198.0, 5166.0, 5174.0, 5156.0, 5187.0, 5137.0, 5190.0, 5176.0, 5167.0, 5181.0, 5155.0, 5171.0, 5155.0, 5176.0, 5135.0, 5178.0, 5165.0, 5176.0, 5188.0, 5167.0, 5176.0, 5160.0, 5187.0, 5147.0, 5177.0, 5157.0, 5177.0, 5175.0, 5168.0, 5178.0, 5157.0, 5178.0, 5146.0, 5179.0, 5176.0, 5167.0, 5186.0, 5168.0, 5188.0, 5162.0, 5177.0, 5148.0, 5189.0, 5177.0, 5166.0, 5189.0, 5171.0, 5189.0, 5172.0, 5191.0, 5159.0, 5189.0, 5189.0, 5179.0, 5195.0, 5170.0, 5200.0, 5186.0, 5204.0, 5179.0, 5212.0, 5182.0, 5211.0, 5209.0, 5194.0, 5210.0, 5194.0, 5200.0, 5179.0, 5201.0, 5171.0, 5201.0, 5198.0, 5213.0, 5207.0, 5177.0, 5197.0, 5180.0, 5198.0, 5181.0, 5199.0, 5156.0, 5196.0, 5156.0, 5198.0, 5197.0, 5191.0, 5193.0, 5178.0, 5197.0, 5167.0, 5197.0, 5168.0, 5199.0, 5156.0, 5197.0, 5170.0, 5199.0, 5183.0, 5167.0, 5186.0, 5166.0, 5186.0, 5168.0, 5186.0, 5156.0, 5186.0, 5144.0, 5185.0, 5147.0, 5188.0, 5186.0, 5165.0, 5179.0, 5156.0, 5173.0, 5156.0, 5175.0, 5145.0, 5175.0, 5145.0, 5179.0, 5187.0, 5168.0, 5188.0, 5168.0, 5178.0, 5166.0, 5199.0, 5171.0, 5200.0, 5181.0, 5201.0, 5168.0, 5202.0, 5172.0, 5190.0, 5170.0, 5188.0, 5160.0, 5175.0, 5158.0, 5178.0, 5147.0, 5176.0, 5173.0, 5145.0, 5161.0, 5144.0, 5164.0, 5142.0, 5164.0, 5149.0, 5144.0, 5163.0, 5145.0, 5158.0, 5143.0, 5162.0, 5148.0, 5177.0, 5136.0, 5187.0, 5135.0, 5196.0, 5170.0, 5200.0, 5178.0, 5198.0, 5176.0, 5188.0, 5198.0, 5182.0, 5198.0, 5178.0, 5187.0, 5168.0, 5187.0, 5157.0, 5187.0, 5146.0, 5187.0, 5169.0, 5168.0, 5174.0, 5145.0, 5172.0, 5134.0, 5163.0, 5132.0, 5162.0, 5120.0, 5152.0, 5160.0, 5142.0, 5161.0, 5140.0, 5160.0, 5133.0, 5162.0, 5133.0, 5173.0, 5141.0, 5162.0, 5173.0, 5155.0, 5164.0, 5146.0, 5175.0, 5134.0, 5175.0, 5145.0, 5176.0, 5175.0, 5157.0, 5177.0, 5155.0, 5176.0, 5136.0, 5178.0, 5160.0, 5188.0, 5177.0, 5168.0, 5187.0, 5157.0, 5186.0, 5159.0, 5189.0, 5152.0, 5198.0, 5149.0, 5199.0, 5163.0, 5202.0, 5170.0, 5213.0, 5162.0, 5209.0, 5161.0, 5223.0, 5173.0, 5227.0, 5186.0, 5206.0, 5216.0, 5186.0, 5199.0, 5183.0, 5199.0, 5170.0, 5199.0, 5181.0, 5198.0, 5167.0, 5172.0, 5144.0, 5176.0, 5155.0, 5157.0, 5173.0, 5145.0, 5162.0, 5121.0, 5151.0, 5133.0, 5143.0, 5160.0, 5129.0, 5137.0, 5108.0, 5135.0, 5101.0, 5151.0, 5129.0, 5141.0, 5139.0, 5141.0, 5149.0, 5134.0, 5159.0, 5134.0, 5161.0, 5133.0, 5159.0, 5133.0, 5151.0, 5120.0, 5162.0, 5124.0, 5166.0, 5152.0, 5145.0, 5163.0, 5142.0, 5163.0, 5146.0, 5162.0, 5115.0, 5164.0, 5135.0, 5144.0, 5164.0, 5146.0, 5150.0, 5135.0, 5162.0, 5111.0, 5164.0, 5197.0, 5222.0, 5226.0, 5184.0, 5198.0, 5172.0, 5202.0, 5184.0, 5190.0, 5171.0, 5159.0, 5199.0, 5173.0, 5211.0, 5182.0, 5211.0, 5171.0, 5210.0, 5160.0, 5201.0, 5188.0, 5180.0, 5195.0, 5168.0, 5188.0, 5146.0, 5177.0, 5172.0, 5142.0, 5167.0, 5142.0, 5156.0, 5118.0, 5147.0, 5135.0, 5128.0, 5155.0, 5117.0, 5136.0, 5117.0, 5147.0, 5108.0, 5148.0, 5155.0, 5130.0, 5148.0, 5129.0, 5161.0, 5134.0, 5151.0, 5139.0, 5142.0, 5170.0, 5143.0, 5174.0, 5158.0, 5189.0, 5173.0, 5188.0, 5169.0, 5187.0, 5181.0, 5170.0, 5208.0, 5180.0, 5223.0, 5173.0, 5223.0, 5227.0, 5206.0, 5219.0, 5194.0, 5220.0, 5193.0, 5222.0, 5208.0, 5220.0, 5158.0, 5249.0, 5181.0, 5187.0, 5169.0, 5208.0, 5180.0, 5234.0, 5216.0, 5214.0, 5214.0, 5180.0, 5220.0, 5204.0, 5227.0, 5182.0, 5213.0, 5172.0, 5206.0, 5212.0, 5206.0, 5208.0, 5171.0, 5197.0, 5154.0, 5180.0, 5152.0, 5187.0, 5145.0, 5164.0, 5192.0, 5169.0, 5174.0, 5143.0, 5162.0, 5120.0, 5156.0, 5134.0, 5164.0, 5152.0, 5144.0, 5172.0, 5158.0, 5180.0, 5176.0, 5181.0, 5136.0, 5165.0, 5148.0, 5167.0, 5141.0, 5144.0, 5161.0, 5145.0, 5177.0, 5149.0, 5163.0, 5147.0, 5166.0, 5156.0, 5159.0, 5174.0, 5134.0, 5163.0, 5123.0, 5152.0, 5132.0, 5156.0, 5180.0, 5133.0, 5150.0, 5123.0, 5151.0, 5137.0, 5158.0, 5173.0, 5145.0, 5172.0, 5136.0, 5172.0, 5147.0, 5180.0, 5147.0, 5178.0, 5146.0, 5169.0, 5195.0, 5172.0, 5197.0, 5168.0, 5187.0, 5157.0, 5189.0, 5185.0, 5199.0, 5162.0, 5190.0, 5179.0, 5180.0, 5209.0, 5182.0, 5199.0, 5171.0, 5201.0, 5151.0, 5187.0, 5193.0, 5202.0, 5198.0, 5180.0, 5196.0, 5171.0, 5206.0, 5182.0, 5210.0, 5181.0, 5210.0, 5160.0, 5214.0, 5184.0, 5212.0, 5199.0, 5195.0, 5234.0, 5197.0, 5219.0, 5184.0, 5211.0, 5173.0, 5210.0, 5196.0, 5213.0, 5170.0, 5211.0, 5161.0, 5202.0, 5196.0, 5216.0, 5199.0, 5204.0, 5209.0, 5181.0, 5211.0, 5195.0, 5212.0, 5169.0, 5188.0, 5158.0, 5179.0, 5166.0, 5176.0, 5207.0, 5169.0, 5185.0, 5155.0, 5176.0, 5145.0, 5175.0, 5144.0, 5174.0, 5142.0, 5166.0, 5166.0, 5170.0, 5186.0, 5155.0, 5177.0, 5147.0, 5173.0, 5138.0, 5189.0, 5147.0, 5179.0, 5148.0, 5158.0, 5184.0, 5159.0, 5187.0, 5148.0, 5178.0, 5163.0, 5187.0, 5149.0, 5168.0, 5144.0, 5168.0, 5156.0, 5169.0, 5185.0, 5163.0, 5186.0, 5157.0, 5177.0, 5159.0, 5219.0, 5188.0, 5210.0, 5172.0, 5189.0, 5172.0, 5199.0, 5172.0, 5215.0, 5186.0, 5199.0, 5187.0, 5199.0, 5162.0, 5199.0, 5162.0, 5189.0, 5165.0, 5215.0, 5167.0, 5191.0, 5168.0, 5180.0, 5190.0, 5182.0, 5185.0, 5170.0, 5175.0, 5157.0, 5189.0, 5172.0, 5187.0, 5158.0, 5177.0, 5158.0, 5191.0, 5160.0, 5188.0, 5161.0, 5184.0, 5159.0, 5191.0, 5161.0, 5188.0, 5147.0, 5177.0, 5135.0, 5180.0, 5159.0, 5177.0, 5164.0, 5168.0, 5178.0, 5171.0, 5187.0, 5160.0, 5176.0, 5158.0, 5190.0, 5172.0, 5188.0, 5160.0, 5188.0, 5158.0, 5204.0, 5184.0, 5197.0, 5172.0, 5196.0, 5181.0, 5210.0, 5195.0, 5207.0, 5194.0, 5200.0, 5202.0, 5203.0, 5206.0, 5202.0, 5204.0, 5181.0, 5202.0, 5203.0, 5193.0, 5190.0, 5189.0, 5188.0, 5182.0, 5199.0, 5169.0, 5190.0, 5160.0, 5199.0, 5172.0, 5188.0, 5158.0, 5185.0, 5158.0, 5187.0, 5160.0, 5188.0, 5148.0, 5177.0, 5137.0, 5180.0, 5170.0, 5179.0, 5166.0, 5158.0, 5177.0, 5160.0, 5184.0, 5148.0, 5179.0, 5148.0, 5178.0, 5152.0, 5179.0, 5147.0, 5178.0, 5149.0, 5182.0, 5187.0, 5161.0, 5178.0, 5149.0, 5200.0, 5162.0, 5190.0, 5149.0, 5188.0, 5160.0, 5193.0, 5161.0, 5187.0, 5148.0, 5181.0, 5160.0, 5169.0, 5191.0, 5194.0, 5167.0, 5168.0, 5190.0, 5160.0, 5185.0, 5170.0, 5177.0, 5158.0, 5180.0, 5176.0, 5188.0, 5158.0, 5177.0, 5156.0, 5172.0, 5148.0, 5166.0, 5149.0, 5167.0, 5170.0, 5146.0, 5164.0, 5134.0, 5166.0, 5123.0, 5153.0, 5151.0, 5132.0, 5150.0, 5121.0, 5152.0, 5113.0, 5142.0, 5161.0, 5134.0, 5167.0, 5136.0, 5154.0, 5121.0, 5157.0, 5153.0, 5147.0, 5187.0, 5148.0, 5164.0, 5147.0, 5168.0, 5147.0, 5179.0, 5161.0, 5180.0, 5145.0, 5180.0, 5186.0, 5158.0, 5188.0, 5171.0, 5190.0, 5138.0, 5181.0, 5164.0, 5181.0, 5199.0, 5158.0, 5187.0, 5149.0, 5176.0, 5148.0, 5180.0, 5184.0, 5157.0, 5186.0, 5147.0, 5168.0, 5154.0, 5179.0, 5182.0, 5160.0, 5182.0, 5149.0, 5178.0, 5163.0, 5181.0, 5188.0, 5158.0, 5187.0, 5160.0, 5190.0, 5159.0, 5181.0, 5156.0, 5171.0, 5197.0, 5175.0, 5198.0, 5161.0, 5191.0, 5158.0, 5192.0, 5193.0, 5192.0, 5201.0, 5174.0, 5210.0, 5171.0, 5212.0, 5171.0, 5204.0, 5161.0, 5194.0, 5208.0, 5192.0, 5224.0, 5182.0, 5200.0, 5160.0, 5202.0, 5165.0, 5217.0, 5208.0, 5190.0, 5202.0, 5171.0, 5200.0, 5172.0, 5200.0, 5151.0, 5191.0, 5209.0, 5182.0, 5207.0, 5171.0, 5191.0, 5151.0, 5189.0, 5171.0, 5190.0, 5197.0, 5162.0, 5189.0, 5162.0, 5195.0, 5160.0, 5180.0, 5186.0, 5170.0, 5201.0, 5173.0, 5189.0, 5161.0, 5189.0, 5157.0, 5193.0, 5198.0, 5168.0, 5197.0, 5169.0, 5200.0, 5162.0, 5191.0, 5149.0, 5184.0, 5201.0, 5185.0, 5208.0, 5170.0, 5188.0, 5159.0, 5192.0, 5174.0, 5202.0, 5178.0, 5181.0, 5196.0, 5170.0, 5203.0, 5172.0, 5188.0, 5149.0, 5182.0, 5167.0, 5192.0, 5219.0, 5184.0, 5195.0, 5172.0, 5189.0, 5184.0, 5200.0, 5172.0, 5197.0, 5160.0, 5201.0, 5162.0, 5203.0, 5177.0, 5217.0, 5185.0, 5203.0, 5209.0, 5229.0, 5251.0, 5256.0, 5236.0, 5253.0, 5228.0, 5234.0, 5233.0, 5216.0, 5225.0, 5232.0, 5202.0, 5204.0, 5230.0, 5223.0, 5222.0, 5235.0, 5212.0, 5231.0, 5198.0, 5217.0, 5208.0, 5206.0, 5214.0, 5208.0, 5227.0, 5202.0, 5197.0, 5150.0, 5154.0, 5124.0, 5153.0, 5124.0, 5112.0, 5131.0, 5135.0, 5143.0, 5121.0, 5114.0, 5120.0, 5121.0, 5091.0, 5143.0, 5103.0, 5141.0, 5091.0, 5143.0, 5089.0, 5130.0, 5101.0, 5120.0, 5092.0, 5142.0, 5093.0, 5135.0, 5114.0, 5146.0, 5117.0, 5149.0, 5131.0, 5170.0, 5142.0, 5152.0, 5165.0, 5145.0, 5185.0, 5169.0, 5199.0, 5190.0, 5181.0, 5210.0, 5175.0, 5219.0, 5191.0, 5219.0], 'WindowWidth': [11528.0, 11418.0, 11404.0, 11357.0, 11311.0, 11310.0, 11267.0, 11267.0, 11222.0, 11262.0, 11223.0, 11240.0, 11176.0, 11236.0, 11161.0, 11229.0, 11229.0, 11193.0, 11215.0, 11191.0, 11214.0, 11194.0, 11220.0, 11173.0, 11229.0, 11174.0, 11238.0, 11219.0, 11205.0, 11231.0, 11208.0, 11235.0, 11236.0, 11235.0, 11195.0, 11234.0, 11183.0, 11245.0, 11170.0, 11236.0, 11216.0, 11208.0, 11256.0, 11210.0, 11234.0, 11203.0, 11220.0, 11200.0, 11236.0, 11163.0, 11222.0, 11195.0, 11207.0, 11235.0, 11192.0, 11214.0, 11190.0, 11220.0, 11205.0, 11202.0, 11183.0, 11212.0, 11195.0, 11217.0, 11158.0, 11215.0, 11156.0, 11223.0, 11196.0, 11187.0, 11212.0, 11169.0, 11221.0, 11195.0, 11199.0, 11166.0, 11191.0, 11170.0, 11192.0, 11141.0, 11213.0, 11161.0, 11238.0, 11210.0, 11203.0, 11212.0, 11192.0, 11235.0, 11193.0, 11214.0, 11192.0, 11229.0, 11197.0, 11219.0, 11175.0, 11215.0, 11169.0, 11241.0, 11183.0, 11205.0, 11212.0, 11187.0, 11249.0, 11209.0, 11212.0, 11200.0, 11218.0, 11220.0, 11254.0, 11197.0, 11240.0, 11217.0, 11239.0, 11229.0, 11276.0, 11211.0, 11272.0, 11257.0, 11259.0, 11262.0, 11279.0, 11214.0, 11240.0, 11190.0, 11241.0, 11188.0, 11220.0, 11158.0, 11206.0, 11182.0, 11209.0, 11219.0, 11169.0, 11205.0, 11155.0, 11181.0, 11159.0, 11180.0, 11178.0, 11182.0, 11144.0, 11180.0, 11117.0, 11184.0, 11180.0, 11156.0, 11188.0, 11149.0, 11177.0, 11157.0, 11177.0, 11148.0, 11169.0, 11135.0, 11173.0, 11144.0, 11198.0, 11135.0, 11165.0, 11189.0, 11169.0, 11213.0, 11167.0, 11178.0, 11150.0, 11196.0, 11127.0, 11206.0, 11179.0, 11167.0, 11186.0, 11149.0, 11170.0, 11151.0, 11182.0, 11120.0, 11185.0, 11163.0, 11180.0, 11199.0, 11169.0, 11181.0, 11160.0, 11194.0, 11138.0, 11180.0, 11150.0, 11182.0, 11178.0, 11169.0, 11185.0, 11153.0, 11186.0, 11138.0, 11186.0, 11178.0, 11168.0, 11194.0, 11169.0, 11199.0, 11168.0, 11185.0, 11141.0, 11201.0, 11181.0, 11167.0, 11199.0, 11176.0, 11199.0, 11181.0, 11208.0, 11160.0, 11203.0, 11202.0, 11193.0, 11212.0, 11183.0, 11222.0, 11211.0, 11235.0, 11197.0, 11245.0, 11199.0, 11240.0, 11236.0, 11221.0, 11241.0, 11219.0, 11225.0, 11192.0, 11224.0, 11179.0, 11224.0, 11217.0, 11244.0, 11231.0, 11190.0, 11216.0, 11191.0, 11215.0, 11198.0, 11219.0, 11156.0, 11213.0, 11153.0, 11215.0, 11215.0, 11208.0, 11206.0, 11186.0, 11210.0, 11169.0, 11213.0, 11173.0, 11216.0, 11152.0, 11211.0, 11177.0, 11219.0, 11189.0, 11170.0, 11193.0, 11165.0, 11194.0, 11172.0, 11196.0, 11153.0, 11194.0, 11132.0, 11191.0, 11136.0, 11198.0, 11193.0, 11164.0, 11180.0, 11151.0, 11173.0, 11154.0, 11178.0, 11132.0, 11177.0, 11132.0, 11187.0, 11197.0, 11172.0, 11197.0, 11170.0, 11183.0, 11168.0, 11220.0, 11182.0, 11219.0, 11194.0, 11219.0, 11174.0, 11223.0, 11183.0, 11205.0, 11176.0, 11199.0, 11157.0, 11178.0, 11157.0, 11182.0, 11134.0, 11179.0, 11169.0, 11128.0, 11148.0, 11126.0, 11155.0, 11121.0, 11152.0, 11125.0, 11123.0, 11150.0, 11128.0, 11144.0, 11125.0, 11151.0, 11143.0, 11179.0, 11123.0, 11195.0, 11119.0, 11207.0, 11178.0, 11217.0, 11182.0, 11210.0, 11178.0, 11197.0, 11215.0, 11193.0, 11211.0, 11183.0, 11194.0, 11171.0, 11196.0, 11152.0, 11193.0, 11132.0, 11192.0, 11168.0, 11166.0, 11169.0, 11131.0, 11166.0, 11113.0, 11154.0, 11111.0, 11151.0, 11088.0, 11134.0, 11144.0, 11124.0, 11148.0, 11118.0, 11147.0, 11108.0, 11150.0, 11113.0, 11167.0, 11119.0, 11151.0, 11168.0, 11147.0, 11156.0, 11133.0, 11172.0, 11115.0, 11173.0, 11129.0, 11173.0, 11175.0, 11150.0, 11179.0, 11146.0, 11173.0, 11119.0, 11179.0, 11154.0, 11195.0, 11177.0, 11166.0, 11190.0, 11149.0, 11189.0, 11156.0, 11198.0, 11149.0, 11212.0, 11143.0, 11213.0, 11169.0, 11223.0, 11178.0, 11243.0, 11168.0, 11232.0, 11169.0, 11255.0, 11184.0, 11265.0, 11202.0, 11232.0, 11248.0, 11205.0, 11212.0, 11196.0, 11215.0, 11173.0, 11212.0, 11190.0, 11211.0, 11163.0, 11168.0, 11125.0, 11172.0, 11140.0, 11148.0, 11165.0, 11123.0, 11146.0, 11084.0, 11128.0, 11107.0, 11120.0, 11139.0, 11095.0, 11105.0, 11065.0, 11101.0, 11059.0, 11129.0, 11095.0, 11115.0, 11109.0, 11113.0, 11124.0, 11106.0, 11138.0, 11111.0, 11146.0, 11109.0, 11141.0, 11106.0, 11130.0, 11088.0, 11145.0, 11097.0, 11159.0, 11133.0, 11125.0, 11149.0, 11119.0, 11149.0, 11131.0, 11148.0, 11081.0, 11150.0, 11109.0, 11123.0, 11150.0, 11129.0, 11129.0, 11109.0, 11146.0, 11073.0, 11154.0, 11228.0, 11270.0, 11268.0, 11202.0, 11214.0, 11186.0, 11229.0, 11203.0, 11209.0, 11183.0, 11163.0, 11219.0, 11189.0, 11239.0, 11201.0, 11240.0, 11186.0, 11238.0, 11165.0, 11224.0, 11203.0, 11193.0, 11210.0, 11172.0, 11199.0, 11136.0, 11181.0, 11167.0, 11125.0, 11158.0, 11121.0, 11138.0, 11084.0, 11125.0, 11103.0, 11097.0, 11132.0, 11081.0, 11108.0, 11080.0, 11125.0, 11067.0, 11125.0, 11133.0, 11102.0, 11126.0, 11101.0, 11152.0, 11114.0, 11136.0, 11117.0, 11126.0, 11164.0, 11132.0, 11176.0, 11160.0, 11208.0, 11189.0, 11203.0, 11178.0, 11201.0, 11197.0, 11182.0, 11235.0, 11199.0, 11263.0, 11191.0, 11264.0, 11275.0, 11243.0, 11254.0, 11223.0, 11257.0, 11221.0, 11259.0, 11248.0, 11255.0, 11159.0, 11305.0, 11195.0, 11195.0, 11170.0, 11229.0, 11192.0, 11277.0, 11257.0, 11246.0, 11244.0, 11195.0, 11254.0, 11232.0, 11272.0, 11201.0, 11245.0, 11180.0, 11233.0, 11238.0, 11235.0, 11227.0, 11175.0, 11208.0, 11144.0, 11187.0, 11149.0, 11194.0, 11127.0, 11157.0, 11194.0, 11169.0, 11172.0, 11125.0, 11150.0, 11088.0, 11147.0, 11112.0, 11157.0, 11134.0, 11124.0, 11164.0, 11152.0, 11188.0, 11195.0, 11192.0, 11119.0, 11160.0, 11144.0, 11164.0, 11121.0, 11129.0, 11150.0, 11131.0, 11183.0, 11145.0, 11158.0, 11136.0, 11163.0, 11152.0, 11159.0, 11170.0, 11116.0, 11155.0, 11097.0, 11141.0, 11110.0, 11151.0, 11178.0, 11114.0, 11135.0, 11100.0, 11138.0, 11127.0, 11159.0, 11169.0, 11134.0, 11169.0, 11122.0, 11168.0, 11141.0, 11189.0, 11140.0, 11185.0, 11137.0, 11172.0, 11205.0, 11184.0, 11211.0, 11173.0, 11198.0, 11158.0, 11205.0, 11209.0, 11222.0, 11167.0, 11208.0, 11187.0, 11191.0, 11231.0, 11199.0, 11220.0, 11179.0, 11221.0, 11149.0, 11203.0, 11215.0, 11226.0, 11214.0, 11191.0, 11212.0, 11180.0, 11227.0, 11204.0, 11236.0, 11196.0, 11236.0, 11166.0, 11249.0, 11206.0, 11241.0, 11217.0, 11222.0, 11281.0, 11229.0, 11251.0, 11203.0, 11237.0, 11186.0, 11235.0, 11225.0, 11244.0, 11182.0, 11238.0, 11168.0, 11229.0, 11226.0, 11252.0, 11220.0, 11231.0, 11234.0, 11196.0, 11240.0, 11222.0, 11241.0, 11177.0, 11205.0, 11157.0, 11189.0, 11165.0, 11182.0, 11229.0, 11177.0, 11193.0, 11150.0, 11180.0, 11135.0, 11180.0, 11133.0, 11175.0, 11126.0, 11164.0, 11163.0, 11178.0, 11195.0, 11151.0, 11180.0, 11139.0, 11174.0, 11129.0, 11204.0, 11142.0, 11189.0, 11142.0, 11156.0, 11188.0, 11160.0, 11199.0, 11144.0, 11185.0, 11172.0, 11200.0, 11144.0, 11168.0, 11129.0, 11167.0, 11148.0, 11168.0, 11189.0, 11168.0, 11194.0, 11153.0, 11182.0, 11160.0, 11263.0, 11215.0, 11238.0, 11184.0, 11203.0, 11182.0, 11220.0, 11183.0, 11250.0, 11207.0, 11221.0, 11212.0, 11221.0, 11167.0, 11218.0, 11166.0, 11203.0, 11178.0, 11248.0, 11170.0, 11207.0, 11169.0, 11190.0, 11206.0, 11195.0, 11191.0, 11174.0, 11177.0, 11153.0, 11201.0, 11181.0, 11196.0, 11156.0, 11180.0, 11154.0, 11206.0, 11162.0, 11197.0, 11161.0, 11188.0, 11158.0, 11208.0, 11166.0, 11199.0, 11139.0, 11180.0, 11120.0, 11190.0, 11161.0, 11181.0, 11157.0, 11166.0, 11185.0, 11178.0, 11192.0, 11160.0, 11178.0, 11155.0, 11206.0, 11182.0, 11198.0, 11160.0, 11196.0, 11159.0, 11231.0, 11204.0, 11215.0, 11183.0, 11210.0, 11195.0, 11239.0, 11221.0, 11227.0, 11215.0, 11218.0, 11224.0, 11229.0, 11234.0, 11222.0, 11229.0, 11192.0, 11224.0, 11229.0, 11214.0, 11203.0, 11204.0, 11197.0, 11197.0, 11218.0, 11175.0, 11202.0, 11160.0, 11215.0, 11183.0, 11198.0, 11157.0, 11193.0, 11156.0, 11196.0, 11164.0, 11197.0, 11141.0, 11182.0, 11123.0, 11190.0, 11175.0, 11185.0, 11162.0, 11154.0, 11179.0, 11161.0, 11190.0, 11142.0, 11183.0, 11139.0, 11183.0, 11153.0, 11186.0, 11137.0, 11182.0, 11142.0, 11197.0, 11194.0, 11160.0, 11180.0, 11140.0, 11216.0, 11167.0, 11200.0, 11143.0, 11196.0, 11161.0, 11211.0, 11165.0, 11198.0, 11142.0, 11191.0, 11159.0, 11169.0, 11203.0, 11211.0, 11161.0, 11167.0, 11204.0, 11160.0, 11189.0, 11172.0, 11176.0, 11152.0, 11187.0, 11186.0, 11196.0, 11153.0, 11176.0, 11147.0, 11168.0, 11136.0, 11160.0, 11143.0, 11167.0, 11159.0, 11130.0, 11152.0, 11110.0, 11161.0, 11095.0, 11134.0, 11129.0, 11102.0, 11128.0, 11088.0, 11132.0, 11077.0, 11119.0, 11143.0, 11111.0, 11162.0, 11120.0, 11140.0, 11090.0, 11146.0, 11137.0, 11135.0, 11192.0, 11139.0, 11157.0, 11137.0, 11164.0, 11138.0, 11188.0, 11166.0, 11188.0, 11135.0, 11185.0, 11191.0, 11156.0, 11199.0, 11183.0, 11204.0, 11127.0, 11188.0, 11157.0, 11191.0, 11217.0, 11155.0, 11195.0, 11141.0, 11180.0, 11144.0, 11190.0, 11189.0, 11153.0, 11192.0, 11137.0, 11169.0, 11155.0, 11188.0, 11186.0, 11158.0, 11185.0, 11141.0, 11184.0, 11171.0, 11192.0, 11195.0, 11156.0, 11194.0, 11161.0, 11206.0, 11161.0, 11192.0, 11151.0, 11176.0, 11212.0, 11192.0, 11215.0, 11163.0, 11204.0, 11155.0, 11213.0, 11218.0, 11212.0, 11219.0, 11187.0, 11231.0, 11182.0, 11240.0, 11182.0, 11229.0, 11165.0, 11214.0, 11229.0, 11214.0, 11262.0, 11200.0, 11221.0, 11164.0, 11223.0, 11178.0, 11252.0, 11228.0, 11206.0, 11223.0, 11179.0, 11222.0, 11187.0, 11220.0, 11147.0, 11205.0, 11226.0, 11196.0, 11230.0, 11178.0, 11205.0, 11147.0, 11200.0, 11179.0, 11207.0, 11211.0, 11166.0, 11203.0, 11169.0, 11220.0, 11163.0, 11190.0, 11193.0, 11175.0, 11222.0, 11187.0, 11203.0, 11164.0, 11203.0, 11158.0, 11216.0, 11212.0, 11173.0, 11210.0, 11175.0, 11222.0, 11166.0, 11206.0, 11143.0, 11197.0, 11226.0, 11208.0, 11229.0, 11179.0, 11201.0, 11157.0, 11209.0, 11191.0, 11227.0, 11186.0, 11194.0, 11211.0, 11180.0, 11229.0, 11180.0, 11202.0, 11146.0, 11196.0, 11170.0, 11214.0, 11250.0, 11202.0, 11211.0, 11183.0, 11205.0, 11207.0, 11226.0, 11185.0, 11216.0, 11164.0, 11222.0, 11172.0, 11229.0, 11196.0, 11255.0, 11206.0, 11229.0, 11236.0, 11278.0, 11321.0, 11344.0, 11311.0, 11329.0, 11286.0, 11293.0, 11289.0, 11266.0, 11277.0, 11285.0, 11243.0, 11247.0, 11283.0, 11274.0, 11269.0, 11291.0, 11251.0, 11279.0, 11227.0, 11256.0, 11239.0, 11236.0, 11247.0, 11239.0, 11269.0, 11229.0, 11217.0, 11133.0, 11126.0, 11083.0, 11125.0, 11087.0, 11067.0, 11094.0, 11103.0, 11112.0, 11075.0, 11067.0, 11073.0, 11078.0, 11036.0, 11111.0, 11055.0, 11108.0, 11035.0, 11109.0, 11032.0, 11091.0, 11049.0, 11078.0, 11039.0, 11109.0, 11044.0, 11103.0, 11076.0, 11122.0, 11082.0, 11130.0, 11108.0, 11162.0, 11130.0, 11141.0, 11165.0, 11138.0, 11194.0, 11178.0, 11220.0, 11210.0, 11194.0, 11235.0, 11189.0, 11248.0, 11210.0, 11247.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.0025675217391304345</td></tr>
<tr><td colspan=3>aqi</td><td>0.03471306382608696</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.411701096109645</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2894327816536084</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0201824051958222</td></tr>
<tr><td colspan=3>efc</td><td>0.517</td></tr>
<tr><td colspan=3>fber</td><td>4110.3452</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0899726872273145</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.086956521739131</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5751628417421375</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5767381203839577</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.59040230187636</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.558348102966095</td></tr>
<tr><td colspan=3>gcor</td><td>0.0220863</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.017625046893954277</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022476375102996826</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1150</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.453661700888607</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>25.8547</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.5723</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>279.3554</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1368.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>582.6374</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5765</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>687.7101</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4318.9144</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.3156</td></tr>
<tr><td colspan=3>tsnr</td><td>32.43406266934471</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>