<?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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-03/func/sub-0087_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>a193a736ff5dff831ad1308a7d1911f3</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>13:21:25.462500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999265, 0.0139733, 0.0356885, -0.021455, 0.975539, 0.218776]</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.122844</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>[4172, -7766, -7229, 478, -19, -9, 67, 55]</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>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>def19739-b69c-4aad-a2f5-1d614c433f23||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680955648422241, -0.05756232514977455, 0.08574800193309784, 114.13251495361328], [-0.03748929873108864, 2.617300271987915, 0.5923293232917786, -103.63671875], [0.09574966877698898, -0.5869607925415039, 2.6328299045562744, -18.868040084838867], [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': ['132125.462500', '132125.922500', '132126.382500', '132126.842500', '132127.302500', '132127.762500', '132128.222500', '132128.682500', '132129.142500', '132129.602500', '132130.062500', '132130.522500', '132130.982500', '132131.442500', '132131.902500', '132132.362500', '132132.822500', '132133.282500', '132133.742500', '132134.202500', '132134.662500', '132135.122500', '132135.582500', '132136.042500', '132136.502500', '132136.962500', '132137.422500', '132137.882500', '132138.342500', '132138.802500', '132139.262500', '132139.722500', '132140.182500', '132140.642500', '132141.102500', '132141.562500', '132142.022500', '132142.482500', '132142.942500', '132143.402500', '132143.862500', '132144.322500', '132144.782500', '132145.242500', '132145.702500', '132146.162500', '132146.622500', '132147.082500', '132147.542500', '132148.002500', '132148.462500', '132148.922500', '132149.382500', '132149.842500', '132150.302500', '132150.762500', '132151.222500', '132151.682500', '132152.142500', '132152.602500', '132153.062500', '132153.522500', '132153.982500', '132154.442500', '132154.902500', '132155.362500', '132155.822500', '132156.282500', '132156.742500', '132157.202500', '132157.662500', '132158.122500', '132158.582500', '132159.042500', '132159.502500', '132159.962500', '132200.422500', '132200.882500', '132201.342500', '132201.802500', '132202.262500', '132202.722500', '132203.182500', '132203.642500', '132204.102500', '132204.562500', '132205.022500', '132205.482500', '132205.942500', '132206.402500', '132206.862500', '132207.322500', '132207.782500', '132208.242500', '132208.702500', '132209.162500', '132209.622500', '132210.082500', '132210.542500', '132211.002500', '132211.462500', '132211.922500', '132212.382500', '132212.842500', '132213.302500', '132213.762500', '132214.222500', '132214.682500', '132215.142500', '132215.602500', '132216.062500', '132216.522500', '132216.982500', '132217.442500', '132217.902500', '132218.362500', '132218.822500', '132219.282500', '132219.742500', '132220.202500', '132220.662500', '132221.122500', '132221.582500', '132222.042500', '132222.502500', '132222.962500', '132223.422500', '132223.882500', '132224.342500', '132224.802500', '132225.262500', '132225.722500', '132226.182500', '132226.642500', '132227.102500', '132227.562500', '132228.022500', '132228.482500', '132228.942500', '132229.402500', '132229.862500', '132230.322500', '132230.782500', '132231.242500', '132231.702500', '132232.162500', '132232.622500', '132233.082500', '132233.542500', '132234.002500', '132234.462500', '132234.922500', '132235.382500', '132235.842500', '132236.302500', '132236.762500', '132237.222500', '132237.682500', '132238.142500', '132238.602500', '132239.062500', '132239.522500', '132239.982500', '132240.442500', '132240.902500', '132241.362500', '132241.822500', '132242.282500', '132242.742500', '132243.202500', '132243.662500', '132244.122500', '132244.582500', '132245.042500', '132245.502500', '132245.962500', '132246.422500', '132246.882500', '132247.342500', '132247.802500', '132248.262500', '132248.722500', '132249.182500', '132249.642500', '132250.102500', '132250.562500', '132251.022500', '132251.482500', '132251.942500', '132252.402500', '132252.862500', '132253.322500', '132253.782500', '132254.242500', '132254.702500', '132255.162500', '132255.622500', '132256.082500', '132256.542500', '132257.002500', '132257.462500', '132257.922500', '132258.382500', '132258.842500', '132259.302500', '132259.762500', '132300.222500', '132300.682500', '132301.142500', '132301.602500', '132302.062500', '132302.522500', '132302.982500', '132303.442500', '132303.902500', '132304.362500', '132304.822500', '132305.282500', '132305.742500', '132306.202500', '132306.662500', '132307.122500', '132307.582500', '132308.042500', '132308.502500', '132308.962500', '132309.422500', '132309.882500', '132310.342500', '132310.802500', '132311.262500', '132311.722500', '132312.182500', '132312.642500', '132313.102500', '132313.562500', '132314.022500', '132314.482500', '132314.942500', '132315.402500', '132315.862500', '132316.322500', '132316.782500', '132317.242500', '132317.702500', '132318.162500', '132318.622500', '132319.082500', '132319.542500', '132320.002500', '132320.462500', '132320.922500', '132321.382500', '132321.842500', '132322.302500', '132322.762500', '132323.222500', '132323.682500', '132324.142500', '132324.602500', '132325.062500', '132325.522500', '132325.982500', '132326.442500', '132326.902500', '132327.362500', '132327.822500', '132328.282500', '132328.742500', '132329.202500', '132329.662500', '132330.122500', '132330.582500', '132331.042500', '132331.502500', '132331.962500', '132332.422500', '132332.882500', '132333.342500', '132333.802500', '132334.262500', '132334.722500', '132335.182500', '132335.642500', '132336.102500', '132336.562500', '132337.022500', '132337.482500', '132337.942500', '132338.402500', '132338.862500', '132339.322500', '132339.782500', '132340.242500', '132340.702500', '132341.162500', '132341.622500', '132342.082500', '132342.542500', '132343.002500', '132343.462500', '132343.922500', '132344.382500', '132344.842500', '132345.302500', '132345.762500', '132346.222500', '132346.682500', '132347.142500', '132347.602500', '132348.062500', '132348.522500', '132348.982500', '132349.442500', '132349.902500', '132350.362500', '132350.822500', '132351.282500', '132351.742500', '132352.202500', '132352.662500', '132353.122500', '132353.582500', '132354.042500', '132354.502500', '132354.962500', '132355.422500', '132355.882500', '132356.342500', '132356.802500', '132357.262500', '132357.722500', '132358.182500', '132358.642500', '132359.102500', '132359.562500', '132400.022500', '132400.482500', '132400.942500', '132401.402500', '132401.862500', '132402.322500', '132402.782500', '132403.242500', '132403.702500', '132404.162500', '132404.622500', '132405.082500', '132405.542500', '132406.002500', '132406.462500', '132406.922500', '132407.382500', '132407.842500', '132408.302500', '132408.762500', '132409.222500', '132409.682500', '132410.142500', '132410.602500', '132411.062500', '132411.522500', '132411.982500', '132412.442500', '132412.902500', '132413.362500', '132413.822500', '132414.282500', '132414.742500', '132415.202500', '132415.662500', '132416.122500', '132416.582500', '132417.042500', '132417.502500', '132417.962500', '132418.422500', '132418.882500', '132419.342500', '132419.802500', '132420.262500', '132420.722500', '132421.182500', '132421.642500', '132422.102500', '132422.562500', '132423.022500', '132423.482500', '132423.942500', '132424.402500', '132424.862500', '132425.322500', '132425.782500', '132426.242500', '132426.702500', '132427.162500', '132427.622500', '132428.082500', '132428.542500', '132429.002500', '132429.462500', '132429.922500', '132430.382500', '132430.842500', '132431.302500', '132431.762500', '132432.222500', '132432.682500', '132433.142500', '132433.602500', '132434.062500', '132434.522500', '132434.982500', '132435.442500', '132435.902500', '132436.362500', '132436.822500', '132437.282500', '132437.742500', '132438.202500', '132438.662500', '132439.122500', '132439.582500', '132440.042500', '132440.502500', '132440.962500', '132441.422500', '132441.882500', '132442.342500', '132442.802500', '132443.262500', '132443.722500', '132444.182500', '132444.642500', '132445.102500', '132445.562500', '132446.022500', '132446.482500', '132446.942500', '132447.402500', '132447.862500', '132448.322500', '132448.782500', '132449.242500', '132449.702500', '132450.162500', '132450.622500', '132451.082500', '132451.542500', '132452.002500', '132452.462500', '132452.922500', '132453.382500', '132453.842500', '132454.302500', '132454.762500', '132455.222500', '132455.682500', '132456.142500', '132456.602500', '132457.062500', '132457.522500', '132457.982500', '132458.442500', '132458.902500', '132459.362500', '132459.822500', '132500.282500', '132500.742500', '132501.202500', '132501.662500', '132502.122500', '132502.582500', '132503.042500', '132503.502500', '132503.962500', '132504.422500', '132504.882500', '132505.342500', '132505.802500', '132506.262500', '132506.722500', '132507.182500', '132507.642500', '132508.102500', '132508.562500', '132509.022500', '132509.482500', '132509.942500', '132510.402500', '132510.862500', '132511.322500', '132511.782500', '132512.242500', '132512.702500', '132513.162500', '132513.622500', '132514.082500', '132514.542500', '132515.002500', '132515.462500', '132515.922500', '132516.382500', '132516.842500', '132517.302500', '132517.762500', '132518.222500', '132518.682500', '132519.142500', '132519.602500', '132520.062500', '132520.522500', '132520.982500', '132521.442500', '132521.902500', '132522.362500', '132522.822500', '132523.282500', '132523.742500', '132524.202500', '132524.662500', '132525.122500', '132525.582500', '132526.042500', '132526.502500', '132526.962500', '132527.422500', '132527.882500', '132528.342500', '132528.802500', '132529.262500', '132529.722500', '132530.182500', '132530.642500', '132531.102500', '132531.562500', '132532.022500', '132532.482500', '132532.942500', '132533.402500', '132533.862500', '132534.322500', '132534.782500', '132535.242500', '132535.702500', '132536.162500', '132536.622500', '132537.082500', '132537.542500', '132538.002500', '132538.462500', '132538.922500', '132539.382500', '132539.842500', '132540.302500', '132540.762500', '132541.222500', '132541.682500', '132542.142500', '132542.602500', '132543.062500', '132543.522500', '132543.982500', '132544.442500', '132544.902500', '132545.362500', '132545.822500', '132546.282500', '132546.742500', '132547.202500', '132547.662500', '132548.122500', '132548.582500', '132549.042500', '132549.502500', '132549.962500', '132550.422500', '132550.882500', '132551.342500', '132551.802500', '132552.262500', '132552.722500', '132553.182500', '132553.642500', '132554.102500', '132554.562500', '132555.022500', '132555.482500', '132555.942500', '132556.402500', '132556.862500', '132557.322500', '132557.782500', '132558.242500', '132558.702500', '132559.162500', '132559.622500', '132600.082500', '132600.542500', '132601.002500', '132601.462500', '132601.922500', '132602.382500', '132602.842500', '132603.302500', '132603.762500', '132604.222500', '132604.682500', '132605.142500', '132605.602500', '132606.062500', '132606.522500', '132606.982500', '132607.442500', '132607.902500', '132608.362500', '132608.822500', '132609.282500', '132609.742500', '132610.202500', '132610.662500', '132611.122500', '132611.582500', '132612.042500', '132612.502500', '132612.962500', '132613.422500', '132613.882500', '132614.342500', '132614.802500', '132615.262500', '132615.722500', '132616.182500', '132616.642500', '132617.102500', '132617.562500', '132618.022500', '132618.482500', '132618.942500', '132619.402500', '132619.862500', '132620.322500', '132620.782500', '132621.242500', '132621.702500', '132622.162500', '132622.622500', '132623.082500', '132623.542500', '132624.002500', '132624.462500', '132624.922500', '132625.382500', '132625.842500', '132626.302500', '132626.762500', '132627.222500', '132627.682500', '132628.142500', '132628.602500', '132629.062500', '132629.522500', '132629.982500', '132630.442500', '132630.902500', '132631.362500', '132631.822500', '132632.282500', '132632.742500', '132633.202500', '132633.662500', '132634.122500', '132634.582500', '132635.042500', '132635.502500', '132635.962500', '132636.422500', '132636.882500', '132637.342500', '132637.802500', '132638.262500', '132638.722500', '132639.182500', '132639.642500', '132640.102500', '132640.562500', '132641.022500', '132641.482500', '132641.942500', '132642.402500', '132642.862500', '132643.322500', '132643.782500', '132644.242500', '132644.702500', '132645.162500', '132645.622500', '132646.082500', '132646.542500', '132647.002500', '132647.462500', '132647.922500', '132648.382500', '132648.842500', '132649.302500', '132649.762500', '132650.222500', '132650.682500', '132651.142500', '132651.602500', '132652.062500', '132652.522500', '132652.982500', '132653.442500', '132653.902500', '132654.362500', '132654.822500', '132655.282500', '132655.742500', '132656.202500', '132656.662500', '132657.122500', '132657.582500', '132658.042500', '132658.502500', '132658.962500', '132659.422500', '132659.882500', '132700.342500', '132700.802500', '132701.262500', '132701.722500', '132702.182500', '132702.642500', '132703.102500', '132703.562500', '132704.022500', '132704.482500', '132704.942500', '132705.402500', '132705.862500', '132706.322500', '132706.782500', '132707.242500', '132707.702500', '132708.162500', '132708.622500', '132709.082500', '132709.542500', '132710.002500', '132710.462500', '132710.922500', '132711.382500', '132711.842500', '132712.302500', '132712.762500', '132713.222500', '132713.682500', '132714.142500', '132714.602500', '132715.062500', '132715.522500', '132715.982500', '132716.442500', '132716.902500', '132717.362500', '132717.822500', '132718.282500', '132718.742500', '132719.202500', '132719.662500', '132720.122500', '132720.582500', '132721.042500', '132721.502500', '132721.962500', '132722.422500', '132722.882500', '132723.342500', '132723.802500', '132724.262500', '132724.722500', '132725.182500', '132725.642500', '132726.102500', '132726.562500', '132727.022500', '132727.482500', '132727.942500', '132728.402500', '132728.862500', '132729.322500', '132729.782500', '132730.242500', '132730.702500', '132731.162500', '132731.622500', '132732.082500', '132732.542500', '132733.002500', '132733.462500', '132733.922500', '132734.382500', '132734.842500', '132735.302500', '132735.762500', '132736.222500', '132736.682500', '132737.142500', '132737.602500', '132738.062500', '132738.522500', '132738.982500', '132739.442500', '132739.902500', '132740.362500', '132740.822500', '132741.282500', '132741.742500', '132742.202500', '132742.662500', '132743.122500', '132743.582500', '132744.042500', '132744.502500', '132744.962500', '132745.422500', '132745.882500', '132746.342500', '132746.802500', '132747.262500', '132747.722500', '132748.182500', '132748.642500', '132749.102500', '132749.562500', '132750.022500', '132750.482500', '132750.942500', '132751.402500', '132751.862500', '132752.322500', '132752.782500', '132753.242500', '132753.702500', '132754.162500', '132754.622500', '132755.082500', '132755.542500', '132756.002500', '132756.462500', '132756.922500', '132757.382500', '132757.842500', '132758.302500', '132758.762500', '132759.222500', '132759.682500', '132800.142500', '132800.602500', '132801.062500', '132801.522500', '132801.982500', '132802.442500', '132802.902500', '132803.362500', '132803.822500', '132804.282500', '132804.742500', '132805.202500', '132805.662500', '132806.122500', '132806.582500', '132807.042500', '132807.502500', '132807.962500', '132808.422500', '132808.882500', '132809.342500', '132809.802500', '132810.262500', '132810.722500', '132811.182500', '132811.642500', '132812.102500', '132812.562500', '132813.022500', '132813.482500', '132813.942500', '132814.402500', '132814.862500', '132815.322500', '132815.782500', '132816.242500', '132816.702500', '132817.162500', '132817.622500', '132818.082500', '132818.542500', '132819.002500', '132819.462500', '132819.922500', '132820.382500', '132820.842500', '132821.302500', '132821.762500', '132822.222500', '132822.682500', '132823.142500', '132823.602500', '132824.062500', '132824.522500', '132824.982500', '132825.442500', '132825.902500', '132826.362500', '132826.822500', '132827.282500', '132827.742500', '132828.202500', '132828.662500', '132829.122500', '132829.582500', '132830.042500', '132830.502500', '132830.962500', '132831.422500', '132831.882500', '132832.342500', '132832.802500', '132833.262500', '132833.722500', '132834.182500', '132834.642500', '132835.102500', '132835.562500', '132836.022500', '132836.482500', '132836.942500', '132837.402500', '132837.862500', '132838.322500', '132838.782500', '132839.242500', '132839.702500', '132840.162500', '132840.622500', '132841.082500', '132841.542500', '132842.002500', '132842.462500', '132842.922500', '132843.382500', '132843.842500', '132844.302500', '132844.762500', '132845.222500', '132845.682500', '132846.142500', '132846.602500', '132847.062500', '132847.522500', '132847.982500', '132848.442500', '132848.902500', '132849.362500', '132849.822500', '132850.282500', '132850.742500', '132851.202500', '132851.662500', '132852.122500', '132852.582500', '132853.042500', '132853.502500', '132853.962500', '132854.422500', '132854.882500', '132855.342500', '132855.802500', '132856.262500', '132856.722500', '132857.182500', '132857.642500', '132858.102500', '132858.562500', '132859.022500', '132859.482500', '132859.942500', '132900.402500', '132900.862500', '132901.322500', '132901.782500', '132902.242500', '132902.702500', '132903.162500', '132903.622500', '132904.082500', '132904.542500', '132905.002500', '132905.462500', '132905.922500', '132906.382500', '132906.842500', '132907.302500', '132907.762500', '132908.222500', '132908.682500', '132909.142500', '132909.602500', '132910.062500', '132910.522500', '132910.982500', '132911.442500', '132911.902500', '132912.362500', '132912.822500', '132913.282500', '132913.742500', '132914.202500', '132914.662500', '132915.122500', '132915.582500', '132916.042500', '132916.502500', '132916.962500', '132917.422500', '132917.882500', '132918.342500', '132918.802500', '132919.262500', '132919.722500', '132920.182500', '132920.642500', '132921.102500', '132921.562500', '132922.022500', '132922.482500', '132922.942500', '132923.402500', '132923.862500', '132924.322500', '132924.782500', '132925.242500', '132925.702500', '132926.162500', '132926.622500', '132927.082500', '132927.542500', '132928.002500', '132928.462500', '132928.922500', '132929.382500', '132929.842500', '132930.302500', '132930.762500', '132931.222500', '132931.682500', '132932.142500', '132932.602500', '132933.062500', '132933.522500', '132933.982500', '132934.442500', '132934.902500', '132935.362500', '132935.822500', '132936.282500', '132936.742500', '132937.202500', '132937.662500', '132938.122500', '132938.582500', '132939.042500', '132939.502500', '132939.962500', '132940.422500', '132940.882500', '132941.342500', '132941.802500', '132942.262500', '132942.722500', '132943.182500', '132943.642500', '132944.102500', '132944.562500', '132945.022500', '132945.482500', '132945.942500', '132946.402500', '132946.862500', '132947.322500', '132947.782500', '132948.242500', '132948.702500', '132949.162500', '132949.622500', '132950.082500', '132950.542500', '132951.002500', '132951.462500', '132951.922500', '132952.382500', '132952.842500', '132953.302500', '132953.762500', '132954.222500', '132954.682500', '132955.142500', '132955.602500', '132956.062500', '132956.522500', '132956.982500', '132957.442500', '132957.902500', '132958.362500', '132958.822500', '132959.282500', '132959.742500', '133000.202500', '133000.662500', '133001.122500', '133001.582500', '133002.042500', '133002.502500', '133002.962500', '133003.422500', '133003.882500', '133004.342500', '133004.802500', '133005.262500', '133005.722500', '133006.182500', '133006.642500', '133007.102500', '133007.562500', '133008.022500', '133008.482500', '133008.942500', '133009.402500', '133009.862500', '133010.322500', '133010.782500', '133011.242500', '133011.702500', '133012.162500', '133012.622500', '133013.082500', '133013.542500', '133014.002500', '133014.462500', '133014.922500', '133015.382500', '133015.842500', '133016.302500', '133016.762500', '133017.222500'], 'ContentTime': ['132147.659000', '132147.664000', '132147.667000', '132147.669000', '132147.672000', '132147.682000', '132147.685000', '132147.688000', '132147.690000', '132147.696000', '132147.699000', '132147.701000', '132147.704000', '132147.707000', '132147.709000', '132147.712000', '132147.715000', '132147.717000', '132147.720000', '132147.726000', '132147.728000', '132147.731000', '132147.734000', '132147.736000', '132147.739000', '132147.742000', '132147.744000', '132147.747000', '132147.749000', '132147.752000', '132147.755000', '132147.757000', '132147.760000', '132147.767000', '132147.770000', '132147.772000', '132147.775000', '132147.777000', '132147.780000', '132147.783000', '132147.786000', '132147.789000', '132147.792000', '132147.795000', '132147.798000', '132207.633000', '132207.637000', '132207.640000', '132207.643000', '132207.647000', '132207.650000', '132207.652000', '132207.655000', '132207.658000', '132207.660000', '132207.663000', '132207.666000', '132207.668000', '132207.671000', '132207.673000', '132207.676000', '132207.678000', '132207.681000', '132207.684000', '132207.686000', '132207.689000', '132207.691000', '132207.694000', '132207.696000', '132207.699000', '132207.702000', '132207.725000', '132207.727000', '132207.730000', '132207.733000', '132207.735000', '132207.738000', '132207.740000', '132207.743000', '132207.745000', '132207.748000', '132207.750000', '132207.753000', '132207.755000', '132207.770000', '132207.772000', '132207.775000', '132207.777000', '132227.633000', '132227.636000', '132227.639000', '132227.642000', '132227.644000', '132227.647000', '132227.649000', '132227.652000', '132227.654000', '132227.657000', '132227.660000', '132227.662000', '132227.665000', '132227.667000', '132227.670000', '132227.672000', '132227.675000', '132227.677000', '132227.680000', '132227.683000', '132227.685000', '132227.688000', '132227.690000', '132227.693000', '132227.696000', '132227.698000', '132227.701000', '132227.704000', '132227.706000', '132227.709000', '132227.711000', '132227.714000', '132227.717000', '132227.719000', '132227.730000', '132227.733000', '132227.735000', '132227.738000', '132227.741000', '132227.743000', '132227.746000', '132227.749000', '132227.751000', '132227.754000', '132247.633000', '132247.636000', '132247.639000', '132247.641000', '132247.644000', '132247.648000', '132247.650000', '132247.653000', '132247.656000', '132247.658000', '132247.661000', '132247.664000', '132247.666000', '132247.669000', '132247.672000', '132247.674000', '132247.677000', '132247.679000', '132247.682000', '132247.685000', '132247.687000', '132247.690000', '132247.693000', '132247.696000', '132247.698000', '132247.701000', '132247.704000', '132247.706000', '132247.709000', '132247.711000', '132247.714000', '132247.717000', '132247.719000', '132247.722000', '132247.725000', '132247.727000', '132247.730000', '132247.732000', '132247.735000', '132247.738000', '132247.740000', '132247.743000', '132247.745000', '132247.748000', '132307.632000', '132307.635000', '132307.638000', '132307.640000', '132307.643000', '132307.645000', '132307.648000', '132307.651000', '132307.653000', '132307.656000', '132307.658000', '132307.661000', '132307.664000', '132307.666000', '132307.669000', '132307.671000', '132307.674000', '132307.676000', '132307.679000', '132307.681000', '132307.684000', '132307.687000', '132307.690000', '132307.692000', '132307.700000', '132307.703000', '132307.706000', '132307.708000', '132307.711000', '132307.713000', '132307.716000', '132307.719000', '132307.721000', '132307.724000', '132307.727000', '132307.729000', '132307.732000', '132307.735000', '132307.737000', '132307.740000', '132307.742000', '132307.745000', '132307.748000', '132327.633000', '132327.636000', '132327.639000', '132327.642000', '132327.644000', '132327.647000', '132327.649000', '132327.652000', '132327.655000', '132327.657000', '132327.660000', '132327.663000', '132327.665000', '132327.668000', '132327.671000', '132327.673000', '132327.676000', '132327.685000', '132327.688000', '132327.691000', '132327.693000', '132327.696000', '132327.699000', '132327.701000', '132327.704000', '132327.706000', '132327.709000', '132327.712000', '132327.714000', '132327.717000', '132327.720000', '132327.722000', '132327.725000', '132327.727000', '132327.730000', '132327.733000', '132327.735000', '132327.738000', '132327.740000', '132327.743000', '132327.746000', '132327.753000', '132327.756000', '132327.758000', '132347.633000', '132347.636000', '132347.639000', '132347.642000', '132347.644000', '132347.647000', '132347.650000', '132347.652000', '132347.655000', '132347.658000', '132347.660000', '132347.663000', '132347.665000', '132347.668000', '132347.671000', '132347.673000', '132347.676000', '132347.679000', '132347.681000', '132347.684000', '132347.687000', '132347.689000', '132347.692000', '132347.694000', '132347.697000', '132347.700000', '132347.702000', '132347.705000', '132347.708000', '132347.710000', '132347.713000', '132347.715000', '132347.718000', '132347.721000', '132347.732000', '132347.735000', '132347.737000', '132347.740000', '132347.742000', '132347.745000', '132347.747000', '132347.750000', '132347.753000', '132407.634000', '132407.636000', '132407.639000', '132407.642000', '132407.645000', '132407.647000', '132407.650000', '132407.653000', '132407.657000', '132407.660000', '132407.662000', '132407.665000', '132407.668000', '132407.670000', '132407.673000', '132407.675000', '132407.678000', '132407.681000', '132407.683000', '132407.687000', '132407.690000', '132407.693000', '132407.695000', '132407.698000', '132407.701000', '132407.703000', '132407.706000', '132407.709000', '132407.711000', '132407.714000', '132407.716000', '132407.719000', '132407.722000', '132407.724000', '132407.727000', '132407.730000', '132407.732000', '132407.735000', '132407.738000', '132407.740000', '132407.743000', '132407.746000', '132407.748000', '132427.634000', '132427.636000', '132427.639000', '132427.642000', '132427.645000', '132427.648000', '132427.650000', '132427.653000', '132427.656000', '132427.658000', '132427.661000', '132427.664000', '132427.666000', '132427.669000', '132427.671000', '132427.674000', '132427.677000', '132427.679000', '132427.682000', '132427.685000', '132427.687000', '132427.690000', '132427.693000', '132427.695000', '132427.698000', '132427.700000', '132427.703000', '132427.706000', '132427.708000', '132427.711000', '132427.713000', '132427.716000', '132427.719000', '132427.721000', '132427.724000', '132427.727000', '132427.729000', '132427.732000', '132427.734000', '132427.737000', '132427.740000', '132427.742000', '132427.745000', '132427.747000', '132447.633000', '132447.637000', '132447.639000', '132447.642000', '132447.644000', '132447.647000', '132447.650000', '132447.652000', '132447.655000', '132447.658000', '132447.660000', '132447.663000', '132447.665000', '132447.668000', '132447.671000', '132447.674000', '132447.677000', '132447.680000', '132447.683000', '132447.685000', '132447.688000', '132447.690000', '132447.693000', '132447.696000', '132447.698000', '132447.701000', '132447.704000', '132447.706000', '132447.709000', '132447.712000', '132447.714000', '132447.717000', '132447.720000', '132447.722000', '132447.725000', '132447.728000', '132447.730000', '132447.733000', '132447.735000', '132447.738000', '132447.740000', '132447.743000', '132447.745000', '132507.632000', '132507.635000', '132507.638000', '132507.641000', '132507.644000', '132507.646000', '132507.649000', '132507.652000', '132507.654000', '132507.657000', '132507.660000', '132507.662000', '132507.665000', '132507.667000', '132507.670000', '132507.673000', '132507.675000', '132507.678000', '132507.681000', '132507.683000', '132507.686000', '132507.689000', '132507.691000', '132507.694000', '132507.697000', '132507.699000', '132507.702000', '132507.704000', '132507.707000', '132507.710000', '132507.712000', '132507.715000', '132507.718000', '132507.720000', '132507.723000', '132507.726000', '132507.728000', '132507.731000', '132507.734000', '132507.736000', '132507.739000', '132507.741000', '132507.744000', '132507.747000', '132527.633000', '132527.636000', '132527.638000', '132527.641000', '132527.644000', '132527.646000', '132527.649000', '132527.651000', '132527.654000', '132527.657000', '132527.659000', '132527.662000', '132527.665000', '132527.667000', '132527.670000', '132527.672000', '132527.716000', '132527.719000', '132527.721000', '132527.724000', '132527.728000', '132527.730000', '132527.733000', '132527.735000', '132527.738000', '132527.741000', '132527.743000', '132527.746000', '132527.749000', '132527.751000', '132527.754000', '132527.757000', '132527.760000', '132527.762000', '132527.765000', '132527.767000', '132527.770000', '132527.773000', '132527.775000', '132527.778000', '132527.780000', '132527.783000', '132527.786000', '132547.634000', '132547.638000', '132547.640000', '132547.643000', '132547.645000', '132547.648000', '132547.651000', '132547.653000', '132547.656000', '132547.659000', '132547.661000', '132547.664000', '132547.666000', '132547.669000', '132547.672000', '132547.675000', '132547.677000', '132547.680000', '132547.683000', '132547.685000', '132547.688000', '132547.691000', '132547.693000', '132547.696000', '132547.698000', '132547.701000', '132547.704000', '132547.706000', '132547.709000', '132547.712000', '132547.714000', '132547.717000', '132547.719000', '132547.722000', '132547.725000', '132547.727000', '132547.730000', '132547.732000', '132547.735000', '132547.738000', '132547.740000', '132547.743000', '132547.746000', '132547.748000', '132607.634000', '132607.636000', '132607.639000', '132607.642000', '132607.644000', '132607.647000', '132607.650000', '132607.652000', '132607.655000', '132607.658000', '132607.660000', '132607.663000', '132607.666000', '132607.668000', '132607.671000', '132607.674000', '132607.676000', '132607.679000', '132607.681000', '132607.684000', '132607.687000', '132607.689000', '132607.692000', '132607.695000', '132607.697000', '132607.700000', '132607.703000', '132607.705000', '132607.709000', '132607.713000', '132607.715000', '132607.718000', '132607.720000', '132607.724000', '132607.726000', '132607.729000', '132607.731000', '132607.734000', '132607.737000', '132607.739000', '132607.742000', '132607.745000', '132607.747000', '132627.634000', '132627.637000', '132627.639000', '132627.642000', '132627.645000', '132627.647000', '132627.650000', '132627.652000', '132627.655000', '132627.658000', '132627.660000', '132627.663000', '132627.666000', '132627.668000', '132627.671000', '132627.673000', '132627.676000', '132627.679000', '132627.681000', '132627.684000', '132627.687000', '132627.689000', '132627.692000', '132627.694000', '132627.705000', '132627.707000', '132627.710000', '132627.712000', '132627.715000', '132627.718000', '132627.720000', '132627.723000', '132627.726000', '132627.728000', '132627.731000', '132627.733000', '132627.736000', '132627.739000', '132627.741000', '132627.744000', '132627.747000', '132627.749000', '132627.752000', '132627.754000', '132647.634000', '132647.636000', '132647.640000', '132647.642000', '132647.645000', '132647.647000', '132647.650000', '132647.653000', '132647.655000', '132647.658000', '132647.660000', '132647.663000', '132647.666000', '132647.668000', '132647.671000', '132647.674000', '132647.676000', '132647.679000', '132647.682000', '132647.684000', '132647.687000', '132647.690000', '132647.692000', '132647.695000', '132647.698000', '132647.700000', '132647.703000', '132647.706000', '132647.708000', '132647.711000', '132647.714000', '132647.716000', '132647.719000', '132647.721000', '132647.724000', '132647.727000', '132647.729000', '132647.732000', '132647.735000', '132647.737000', '132647.740000', '132647.768000', '132647.771000', '132707.634000', '132707.636000', '132707.639000', '132707.643000', '132707.645000', '132707.648000', '132707.650000', '132707.653000', '132707.656000', '132707.659000', '132707.661000', '132707.664000', '132707.667000', '132707.671000', '132707.674000', '132707.677000', '132707.679000', '132707.682000', '132707.684000', '132707.687000', '132707.690000', '132707.692000', '132707.695000', '132707.698000', '132707.700000', '132707.703000', '132707.706000', '132707.708000', '132707.711000', '132707.713000', '132707.716000', '132707.719000', '132707.721000', '132707.724000', '132707.727000', '132707.729000', '132707.732000', '132707.734000', '132707.737000', '132707.740000', '132707.742000', '132707.745000', '132707.748000', '132707.750000', '132727.632000', '132727.635000', '132727.638000', '132727.641000', '132727.643000', '132727.646000', '132727.649000', '132727.651000', '132727.654000', '132727.656000', '132727.659000', '132727.662000', '132727.664000', '132727.667000', '132727.669000', '132727.672000', '132727.675000', '132727.677000', '132727.680000', '132727.683000', '132727.685000', '132727.688000', '132727.690000', '132727.693000', '132727.696000', '132727.698000', '132727.701000', '132727.704000', '132727.706000', '132727.709000', '132727.712000', '132727.714000', '132727.717000', '132727.720000', '132727.722000', '132727.725000', '132727.727000', '132727.730000', '132727.733000', '132727.735000', '132727.738000', '132727.741000', '132727.743000', '132747.632000', '132747.635000', '132747.638000', '132747.641000', '132747.643000', '132747.646000', '132747.649000', '132747.651000', '132747.654000', '132747.657000', '132747.659000', '132747.662000', '132747.664000', '132747.667000', '132747.670000', '132747.672000', '132747.675000', '132747.677000', '132747.681000', '132747.684000', '132747.686000', '132747.689000', '132747.692000', '132747.694000', '132747.697000', '132747.699000', '132747.702000', '132747.705000', '132747.707000', '132747.710000', '132747.712000', '132747.715000', '132747.718000', '132747.720000', '132747.723000', '132747.725000', '132747.728000', '132747.731000', '132747.734000', '132747.736000', '132747.739000', '132747.741000', '132747.744000', '132747.747000', '132807.634000', '132807.637000', '132807.639000', '132807.642000', '132807.645000', '132807.647000', '132807.650000', '132807.652000', '132807.655000', '132807.658000', '132807.660000', '132807.663000', '132807.666000', '132807.669000', '132807.671000', '132807.674000', '132807.677000', '132807.679000', '132807.682000', '132807.684000', '132807.687000', '132807.690000', '132807.692000', '132807.695000', '132807.697000', '132807.700000', '132807.703000', '132807.705000', '132807.708000', '132807.711000', '132807.713000', '132807.716000', '132807.719000', '132807.721000', '132807.724000', '132807.726000', '132807.729000', '132807.732000', '132807.734000', '132807.737000', '132807.740000', '132807.742000', '132807.745000', '132827.634000', '132827.637000', '132827.639000', '132827.642000', '132827.644000', '132827.647000', '132827.650000', '132827.652000', '132827.655000', '132827.658000', '132827.660000', '132827.663000', '132827.665000', '132827.668000', '132827.671000', '132827.673000', '132827.676000', '132827.679000', '132827.681000', '132827.684000', '132827.686000', '132827.689000', '132827.692000', '132827.694000', '132827.697000', '132827.700000', '132827.702000', '132827.705000', '132827.708000', '132827.710000', '132827.713000', '132827.715000', '132827.718000', '132827.721000', '132827.723000', '132827.726000', '132827.728000', '132827.731000', '132827.734000', '132827.736000', '132827.739000', '132827.742000', '132827.744000', '132827.747000', '132847.634000', '132847.636000', '132847.639000', '132847.642000', '132847.644000', '132847.647000', '132847.650000', '132847.652000', '132847.655000', '132847.658000', '132847.660000', '132847.663000', '132847.666000', '132847.668000', '132847.671000', '132847.674000', '132847.676000', '132847.679000', '132847.681000', '132847.684000', '132847.687000', '132847.689000', '132847.692000', '132847.695000', '132847.697000', '132847.700000', '132847.702000', '132847.705000', '132847.708000', '132847.710000', '132847.713000', '132847.715000', '132847.718000', '132847.721000', '132847.723000', '132847.726000', '132847.729000', '132847.731000', '132847.734000', '132847.737000', '132847.739000', '132847.742000', '132847.744000', '132907.634000', '132907.637000', '132907.639000', '132907.642000', '132907.645000', '132907.647000', '132907.650000', '132907.653000', '132907.655000', '132907.658000', '132907.661000', '132907.663000', '132907.666000', '132907.669000', '132907.671000', '132907.674000', '132907.677000', '132907.679000', '132907.682000', '132907.685000', '132907.687000', '132907.690000', '132907.693000', '132907.695000', '132907.698000', '132907.701000', '132907.703000', '132907.706000', '132907.708000', '132907.711000', '132907.714000', '132907.716000', '132907.719000', '132907.722000', '132907.724000', '132907.727000', '132907.730000', '132907.732000', '132907.735000', '132907.737000', '132907.740000', '132907.743000', '132907.745000', '132907.748000', '132927.634000', '132927.636000', '132927.639000', '132927.642000', '132927.644000', '132927.647000', '132927.650000', '132927.652000', '132927.655000', '132927.657000', '132927.660000', '132927.663000', '132927.665000', '132927.668000', '132927.671000', '132927.673000', '132927.676000', '132927.678000', '132927.681000', '132927.684000', '132927.686000', '132927.689000', '132927.692000', '132927.694000', '132927.697000', '132927.699000', '132927.702000', '132927.705000', '132927.707000', '132927.710000', '132927.712000', '132927.715000', '132927.718000', '132927.720000', '132927.723000', '132927.725000', '132927.728000', '132927.731000', '132927.733000', '132927.736000', '132927.738000', '132927.741000', '132927.744000', '132947.633000', '132947.635000', '132947.638000', '132947.641000', '132947.643000', '132947.646000', '132947.649000', '132947.652000', '132947.654000', '132947.657000', '132947.659000', '132947.662000', '132947.665000', '132947.668000', '132947.670000', '132947.673000', '132947.675000', '132947.678000', '132947.681000', '132947.683000', '132947.686000', '132947.688000', '132947.691000', '132947.693000', '132947.696000', '132947.699000', '132947.701000', '132947.704000', '132947.706000', '132947.709000', '132947.712000', '132947.714000', '132947.717000', '132947.719000', '132947.722000', '132947.725000', '132947.727000', '132947.730000', '132947.733000', '132947.735000', '132947.738000', '132947.741000', '132947.743000', '132947.746000', '133007.634000', '133007.637000', '133007.639000', '133007.642000', '133007.645000', '133007.648000', '133007.650000', '133007.653000', '133007.655000', '133007.658000', '133007.661000', '133007.663000', '133007.666000', '133007.668000', '133007.671000', '133007.674000', '133007.676000', '133007.679000', '133007.682000', '133007.684000', '133007.687000', '133007.690000', '133007.692000', '133007.695000', '133007.697000', '133007.700000', '133007.703000', '133007.705000', '133007.708000', '133007.711000', '133007.713000', '133007.716000', '133007.719000', '133007.721000', '133007.724000', '133007.727000', '133007.729000', '133007.732000', '133007.734000', '133007.737000', '133007.739000', '133007.742000', '133007.745000', '133018.862000', '133018.865000', '133018.868000', '133018.871000', '133018.874000', '133018.876000', '133018.880000', '133018.883000', '133018.886000', '133018.888000', '133018.891000', '133018.896000', '133018.899000', '133018.902000', '133018.904000', '133018.915000', '133018.926000', '133018.930000', '133018.933000', '133018.936000', '133018.938000', '133018.941000', '133018.944000', '133018.947000', '133018.949000'], 'InstanceCreationTime': ['132147.659000', '132147.664000', '132147.667000', '132147.669000', '132147.672000', '132147.682000', '132147.685000', '132147.688000', '132147.690000', '132147.696000', '132147.699000', '132147.701000', '132147.704000', '132147.707000', '132147.709000', '132147.712000', '132147.715000', '132147.717000', '132147.720000', '132147.726000', '132147.728000', '132147.731000', '132147.734000', '132147.736000', '132147.739000', '132147.742000', '132147.744000', '132147.747000', '132147.749000', '132147.752000', '132147.755000', '132147.757000', '132147.760000', '132147.767000', '132147.770000', '132147.772000', '132147.775000', '132147.777000', '132147.780000', '132147.783000', '132147.786000', '132147.789000', '132147.792000', '132147.795000', '132147.798000', '132207.633000', '132207.637000', '132207.640000', '132207.643000', '132207.647000', '132207.650000', '132207.652000', '132207.655000', '132207.658000', '132207.660000', '132207.663000', '132207.666000', '132207.668000', '132207.671000', '132207.673000', '132207.676000', '132207.678000', '132207.681000', '132207.684000', '132207.686000', '132207.689000', '132207.691000', '132207.694000', '132207.696000', '132207.699000', '132207.702000', '132207.725000', '132207.727000', '132207.730000', '132207.733000', '132207.735000', '132207.738000', '132207.740000', '132207.743000', '132207.745000', '132207.748000', '132207.750000', '132207.753000', '132207.755000', '132207.770000', '132207.772000', '132207.775000', '132207.777000', '132227.633000', '132227.636000', '132227.639000', '132227.642000', '132227.644000', '132227.647000', '132227.649000', '132227.652000', '132227.654000', '132227.657000', '132227.660000', '132227.662000', '132227.665000', '132227.667000', '132227.670000', '132227.672000', '132227.675000', '132227.677000', '132227.680000', '132227.683000', '132227.685000', '132227.688000', '132227.690000', '132227.693000', '132227.696000', '132227.698000', '132227.701000', '132227.704000', '132227.706000', '132227.709000', '132227.711000', '132227.714000', '132227.717000', '132227.719000', '132227.730000', '132227.733000', '132227.735000', '132227.738000', '132227.741000', '132227.743000', '132227.746000', '132227.749000', '132227.751000', '132227.754000', '132247.633000', '132247.636000', '132247.639000', '132247.641000', '132247.644000', '132247.648000', '132247.650000', '132247.653000', '132247.656000', '132247.658000', '132247.661000', '132247.664000', '132247.666000', '132247.669000', '132247.672000', '132247.674000', '132247.677000', '132247.679000', '132247.682000', '132247.685000', '132247.687000', '132247.690000', '132247.693000', '132247.696000', '132247.698000', '132247.701000', '132247.704000', '132247.706000', '132247.709000', '132247.711000', '132247.714000', '132247.717000', '132247.719000', '132247.722000', '132247.725000', '132247.727000', '132247.730000', '132247.732000', '132247.735000', '132247.738000', '132247.740000', '132247.743000', '132247.745000', '132247.748000', '132307.632000', '132307.635000', '132307.638000', '132307.640000', '132307.643000', '132307.645000', '132307.648000', '132307.651000', '132307.653000', '132307.656000', '132307.658000', '132307.661000', '132307.664000', '132307.666000', '132307.669000', '132307.671000', '132307.674000', '132307.676000', '132307.679000', '132307.681000', '132307.684000', '132307.687000', '132307.690000', '132307.692000', '132307.700000', '132307.703000', '132307.706000', '132307.708000', '132307.711000', '132307.713000', '132307.716000', '132307.719000', '132307.721000', '132307.724000', '132307.727000', '132307.729000', '132307.732000', '132307.735000', '132307.737000', '132307.740000', '132307.742000', '132307.745000', '132307.748000', '132327.633000', '132327.636000', '132327.639000', '132327.642000', '132327.644000', '132327.647000', '132327.649000', '132327.652000', '132327.655000', '132327.657000', '132327.660000', '132327.663000', '132327.665000', '132327.668000', '132327.671000', '132327.673000', '132327.676000', '132327.685000', '132327.688000', '132327.691000', '132327.693000', '132327.696000', '132327.699000', '132327.701000', '132327.704000', '132327.706000', '132327.709000', '132327.712000', '132327.714000', '132327.717000', '132327.720000', '132327.722000', '132327.725000', '132327.727000', '132327.730000', '132327.733000', '132327.735000', '132327.738000', '132327.740000', '132327.743000', '132327.746000', '132327.753000', '132327.756000', '132327.758000', '132347.633000', '132347.636000', '132347.639000', '132347.642000', '132347.644000', '132347.647000', '132347.650000', '132347.652000', '132347.655000', '132347.658000', '132347.660000', '132347.663000', '132347.665000', '132347.668000', '132347.671000', '132347.673000', '132347.676000', '132347.679000', '132347.681000', '132347.684000', '132347.687000', '132347.689000', '132347.692000', '132347.694000', '132347.697000', '132347.700000', '132347.702000', '132347.705000', '132347.708000', '132347.710000', '132347.713000', '132347.715000', '132347.718000', '132347.721000', '132347.732000', '132347.735000', '132347.737000', '132347.740000', '132347.742000', '132347.745000', '132347.747000', '132347.750000', '132347.753000', '132407.634000', '132407.636000', '132407.639000', '132407.642000', '132407.645000', '132407.647000', '132407.650000', '132407.653000', '132407.657000', '132407.660000', '132407.662000', '132407.665000', '132407.668000', '132407.670000', '132407.673000', '132407.675000', '132407.678000', '132407.681000', '132407.683000', '132407.687000', '132407.690000', '132407.693000', '132407.695000', '132407.698000', '132407.701000', '132407.703000', '132407.706000', '132407.709000', '132407.711000', '132407.714000', '132407.716000', '132407.719000', '132407.722000', '132407.724000', '132407.727000', '132407.730000', '132407.732000', '132407.735000', '132407.738000', '132407.740000', '132407.743000', '132407.746000', '132407.748000', '132427.634000', '132427.636000', '132427.639000', '132427.642000', '132427.645000', '132427.648000', '132427.650000', '132427.653000', '132427.656000', '132427.658000', '132427.661000', '132427.664000', '132427.666000', '132427.669000', '132427.671000', '132427.674000', '132427.677000', '132427.679000', '132427.682000', '132427.685000', '132427.687000', '132427.690000', '132427.693000', '132427.695000', '132427.698000', '132427.700000', '132427.703000', '132427.706000', '132427.708000', '132427.711000', '132427.713000', '132427.716000', '132427.719000', '132427.721000', '132427.724000', '132427.727000', '132427.729000', '132427.732000', '132427.734000', '132427.737000', '132427.740000', '132427.742000', '132427.745000', '132427.747000', '132447.633000', '132447.637000', '132447.639000', '132447.642000', '132447.644000', '132447.647000', '132447.650000', '132447.652000', '132447.655000', '132447.658000', '132447.660000', '132447.663000', '132447.665000', '132447.668000', '132447.671000', '132447.674000', '132447.677000', '132447.680000', '132447.683000', '132447.685000', '132447.688000', '132447.690000', '132447.693000', '132447.696000', '132447.698000', '132447.701000', '132447.704000', '132447.706000', '132447.709000', '132447.712000', '132447.714000', '132447.717000', '132447.720000', '132447.722000', '132447.725000', '132447.728000', '132447.730000', '132447.733000', '132447.735000', '132447.738000', '132447.740000', '132447.743000', '132447.745000', '132507.632000', '132507.635000', '132507.638000', '132507.641000', '132507.644000', '132507.646000', '132507.649000', '132507.652000', '132507.654000', '132507.657000', '132507.660000', '132507.662000', '132507.665000', '132507.667000', '132507.670000', '132507.673000', '132507.675000', '132507.678000', '132507.681000', '132507.683000', '132507.686000', '132507.689000', '132507.691000', '132507.694000', '132507.697000', '132507.699000', '132507.702000', '132507.704000', '132507.707000', '132507.710000', '132507.712000', '132507.715000', '132507.718000', '132507.720000', '132507.723000', '132507.726000', '132507.728000', '132507.731000', '132507.734000', '132507.736000', '132507.739000', '132507.741000', '132507.744000', '132507.747000', '132527.633000', '132527.636000', '132527.638000', '132527.641000', '132527.644000', '132527.646000', '132527.649000', '132527.651000', '132527.654000', '132527.657000', '132527.659000', '132527.662000', '132527.665000', '132527.667000', '132527.670000', '132527.672000', '132527.716000', '132527.719000', '132527.721000', '132527.724000', '132527.728000', '132527.730000', '132527.733000', '132527.735000', '132527.738000', '132527.741000', '132527.743000', '132527.746000', '132527.749000', '132527.751000', '132527.754000', '132527.757000', '132527.760000', '132527.762000', '132527.765000', '132527.767000', '132527.770000', '132527.773000', '132527.775000', '132527.778000', '132527.780000', '132527.783000', '132527.786000', '132547.634000', '132547.638000', '132547.640000', '132547.643000', '132547.645000', '132547.648000', '132547.651000', '132547.653000', '132547.656000', '132547.659000', '132547.661000', '132547.664000', '132547.666000', '132547.669000', '132547.672000', '132547.675000', '132547.677000', '132547.680000', '132547.683000', '132547.685000', '132547.688000', '132547.691000', '132547.693000', '132547.696000', '132547.698000', '132547.701000', '132547.704000', '132547.706000', '132547.709000', '132547.712000', '132547.714000', '132547.717000', '132547.719000', '132547.722000', '132547.725000', '132547.727000', '132547.730000', '132547.732000', '132547.735000', '132547.738000', '132547.740000', '132547.743000', '132547.746000', '132547.748000', '132607.634000', '132607.636000', '132607.639000', '132607.642000', '132607.644000', '132607.647000', '132607.650000', '132607.652000', '132607.655000', '132607.658000', '132607.660000', '132607.663000', '132607.666000', '132607.668000', '132607.671000', '132607.674000', '132607.676000', '132607.679000', '132607.681000', '132607.684000', '132607.687000', '132607.689000', '132607.692000', '132607.695000', '132607.697000', '132607.700000', '132607.703000', '132607.705000', '132607.709000', '132607.713000', '132607.715000', '132607.718000', '132607.720000', '132607.724000', '132607.726000', '132607.729000', '132607.731000', '132607.734000', '132607.737000', '132607.739000', '132607.742000', '132607.745000', '132607.747000', '132627.634000', '132627.637000', '132627.639000', '132627.642000', '132627.645000', '132627.647000', '132627.650000', '132627.652000', '132627.655000', '132627.658000', '132627.660000', '132627.663000', '132627.666000', '132627.668000', '132627.671000', '132627.673000', '132627.676000', '132627.679000', '132627.681000', '132627.684000', '132627.687000', '132627.689000', '132627.692000', '132627.694000', '132627.705000', '132627.707000', '132627.710000', '132627.712000', '132627.715000', '132627.718000', '132627.720000', '132627.723000', '132627.726000', '132627.728000', '132627.731000', '132627.733000', '132627.736000', '132627.739000', '132627.741000', '132627.744000', '132627.747000', '132627.749000', '132627.752000', '132627.754000', '132647.634000', '132647.636000', '132647.640000', '132647.642000', '132647.645000', '132647.647000', '132647.650000', '132647.653000', '132647.655000', '132647.658000', '132647.660000', '132647.663000', '132647.666000', '132647.668000', '132647.671000', '132647.674000', '132647.676000', '132647.679000', '132647.682000', '132647.684000', '132647.687000', '132647.690000', '132647.692000', '132647.695000', '132647.698000', '132647.700000', '132647.703000', '132647.706000', '132647.708000', '132647.711000', '132647.714000', '132647.716000', '132647.719000', '132647.721000', '132647.724000', '132647.727000', '132647.729000', '132647.732000', '132647.735000', '132647.737000', '132647.740000', '132647.768000', '132647.771000', '132707.634000', '132707.636000', '132707.639000', '132707.643000', '132707.645000', '132707.648000', '132707.650000', '132707.653000', '132707.656000', '132707.659000', '132707.661000', '132707.664000', '132707.667000', '132707.671000', '132707.674000', '132707.677000', '132707.679000', '132707.682000', '132707.684000', '132707.687000', '132707.690000', '132707.692000', '132707.695000', '132707.698000', '132707.700000', '132707.703000', '132707.706000', '132707.708000', '132707.711000', '132707.713000', '132707.716000', '132707.719000', '132707.721000', '132707.724000', '132707.727000', '132707.729000', '132707.732000', '132707.734000', '132707.737000', '132707.740000', '132707.742000', '132707.745000', '132707.748000', '132707.750000', '132727.632000', '132727.635000', '132727.638000', '132727.641000', '132727.643000', '132727.646000', '132727.649000', '132727.651000', '132727.654000', '132727.656000', '132727.659000', '132727.662000', '132727.664000', '132727.667000', '132727.669000', '132727.672000', '132727.675000', '132727.677000', '132727.680000', '132727.683000', '132727.685000', '132727.688000', '132727.690000', '132727.693000', '132727.696000', '132727.698000', '132727.701000', '132727.704000', '132727.706000', '132727.709000', '132727.712000', '132727.714000', '132727.717000', '132727.720000', '132727.722000', '132727.725000', '132727.727000', '132727.730000', '132727.733000', '132727.735000', '132727.738000', '132727.741000', '132727.743000', '132747.632000', '132747.635000', '132747.638000', '132747.641000', '132747.643000', '132747.646000', '132747.649000', '132747.651000', '132747.654000', '132747.657000', '132747.659000', '132747.662000', '132747.664000', '132747.667000', '132747.670000', '132747.672000', '132747.675000', '132747.677000', '132747.681000', '132747.684000', '132747.686000', '132747.689000', '132747.692000', '132747.694000', '132747.697000', '132747.699000', '132747.702000', '132747.705000', '132747.707000', '132747.710000', '132747.712000', '132747.715000', '132747.718000', '132747.720000', '132747.723000', '132747.725000', '132747.728000', '132747.731000', '132747.734000', '132747.736000', '132747.739000', '132747.741000', '132747.744000', '132747.747000', '132807.634000', '132807.637000', '132807.639000', '132807.642000', '132807.645000', '132807.647000', '132807.650000', '132807.652000', '132807.655000', '132807.658000', '132807.660000', '132807.663000', '132807.666000', '132807.669000', '132807.671000', '132807.674000', '132807.677000', '132807.679000', '132807.682000', '132807.684000', '132807.687000', '132807.690000', '132807.692000', '132807.695000', '132807.697000', '132807.700000', '132807.703000', '132807.705000', '132807.708000', '132807.711000', '132807.713000', '132807.716000', '132807.719000', '132807.721000', '132807.724000', '132807.726000', '132807.729000', '132807.732000', '132807.734000', '132807.737000', '132807.740000', '132807.742000', '132807.745000', '132827.634000', '132827.637000', '132827.639000', '132827.642000', '132827.644000', '132827.647000', '132827.650000', '132827.652000', '132827.655000', '132827.658000', '132827.660000', '132827.663000', '132827.665000', '132827.668000', '132827.671000', '132827.673000', '132827.676000', '132827.679000', '132827.681000', '132827.684000', '132827.686000', '132827.689000', '132827.692000', '132827.694000', '132827.697000', '132827.700000', '132827.702000', '132827.705000', '132827.708000', '132827.710000', '132827.713000', '132827.715000', '132827.718000', '132827.721000', '132827.723000', '132827.726000', '132827.728000', '132827.731000', '132827.734000', '132827.736000', '132827.739000', '132827.742000', '132827.744000', '132827.747000', '132847.634000', '132847.636000', '132847.639000', '132847.642000', '132847.644000', '132847.647000', '132847.650000', '132847.652000', '132847.655000', '132847.658000', '132847.660000', '132847.663000', '132847.666000', '132847.668000', '132847.671000', '132847.674000', '132847.676000', '132847.679000', '132847.681000', '132847.684000', '132847.687000', '132847.689000', '132847.692000', '132847.695000', '132847.697000', '132847.700000', '132847.702000', '132847.705000', '132847.708000', '132847.710000', '132847.713000', '132847.715000', '132847.718000', '132847.721000', '132847.723000', '132847.726000', '132847.729000', '132847.731000', '132847.734000', '132847.737000', '132847.739000', '132847.742000', '132847.744000', '132907.634000', '132907.637000', '132907.639000', '132907.642000', '132907.645000', '132907.647000', '132907.650000', '132907.653000', '132907.655000', '132907.658000', '132907.661000', '132907.663000', '132907.666000', '132907.669000', '132907.671000', '132907.674000', '132907.677000', '132907.679000', '132907.682000', '132907.685000', '132907.687000', '132907.690000', '132907.693000', '132907.695000', '132907.698000', '132907.701000', '132907.703000', '132907.706000', '132907.708000', '132907.711000', '132907.714000', '132907.716000', '132907.719000', '132907.722000', '132907.724000', '132907.727000', '132907.730000', '132907.732000', '132907.735000', '132907.737000', '132907.740000', '132907.743000', '132907.745000', '132907.748000', '132927.634000', '132927.636000', '132927.639000', '132927.642000', '132927.644000', '132927.647000', '132927.650000', '132927.652000', '132927.655000', '132927.657000', '132927.660000', '132927.663000', '132927.665000', '132927.668000', '132927.671000', '132927.673000', '132927.676000', '132927.678000', '132927.681000', '132927.684000', '132927.686000', '132927.689000', '132927.692000', '132927.694000', '132927.697000', '132927.699000', '132927.702000', '132927.705000', '132927.707000', '132927.710000', '132927.712000', '132927.715000', '132927.718000', '132927.720000', '132927.723000', '132927.725000', '132927.728000', '132927.731000', '132927.733000', '132927.736000', '132927.738000', '132927.741000', '132927.744000', '132947.633000', '132947.635000', '132947.638000', '132947.641000', '132947.643000', '132947.646000', '132947.649000', '132947.652000', '132947.654000', '132947.657000', '132947.659000', '132947.662000', '132947.665000', '132947.668000', '132947.670000', '132947.673000', '132947.675000', '132947.678000', '132947.681000', '132947.683000', '132947.686000', '132947.688000', '132947.691000', '132947.693000', '132947.696000', '132947.699000', '132947.701000', '132947.704000', '132947.706000', '132947.709000', '132947.712000', '132947.714000', '132947.717000', '132947.719000', '132947.722000', '132947.725000', '132947.727000', '132947.730000', '132947.733000', '132947.735000', '132947.738000', '132947.741000', '132947.743000', '132947.746000', '133007.634000', '133007.637000', '133007.639000', '133007.642000', '133007.645000', '133007.648000', '133007.650000', '133007.653000', '133007.655000', '133007.658000', '133007.661000', '133007.663000', '133007.666000', '133007.668000', '133007.671000', '133007.674000', '133007.676000', '133007.679000', '133007.682000', '133007.684000', '133007.687000', '133007.690000', '133007.692000', '133007.695000', '133007.697000', '133007.700000', '133007.703000', '133007.705000', '133007.708000', '133007.711000', '133007.713000', '133007.716000', '133007.719000', '133007.721000', '133007.724000', '133007.727000', '133007.729000', '133007.732000', '133007.734000', '133007.737000', '133007.739000', '133007.742000', '133007.745000', '133018.862000', '133018.865000', '133018.868000', '133018.871000', '133018.874000', '133018.876000', '133018.880000', '133018.883000', '133018.886000', '133018.888000', '133018.891000', '133018.896000', '133018.899000', '133018.902000', '133018.904000', '133018.915000', '133018.926000', '133018.930000', '133018.933000', '133018.936000', '133018.938000', '133018.941000', '133018.944000', '133018.947000', '133018.949000'], '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': [9615, 13265, 10097, 13139, 9549, 12878, 9792, 13396, 11038, 13069, 10931, 12872, 10227, 12156, 10397, 12186, 9704, 12797, 9749, 12334, 10040, 12404, 10035, 12171, 9986, 11946, 9883, 12185, 10052, 12837, 10135, 9617, 10643, 9056, 10808, 10895, 10823, 7183, 11173, 7092, 11670, 7410, 11925, 10836, 11726, 8203, 11596, 10690, 11949, 10279, 12148, 11213, 12012, 8931, 12864, 8861, 12717, 9228, 12306, 8963, 12685, 8908, 12771, 9081, 11989, 8426, 12525, 8363, 12592, 8932, 12516, 8755, 12325, 9496, 12372, 9081, 12709, 9281, 12732, 9504, 12375, 9798, 11818, 10214, 13594, 10129, 8180, 10869, 7411, 10853, 7905, 10939, 7088, 11315, 7280, 11517, 7478, 11145, 7444, 11028, 8345, 10964, 7177, 11075, 7244, 11452, 7152, 10807, 8940, 11202, 7936, 11514, 8638, 10812, 10361, 11289, 10956, 11817, 9996, 12303, 8349, 13226, 9497, 12896, 10234, 12303, 9288, 12311, 9491, 12710, 9899, 12311, 9005, 12450, 8495, 12231, 8790, 12084, 8354, 12046, 8002, 12013, 8988, 11978, 8864, 11714, 8727, 11362, 8683, 11718, 8662, 12045, 8619, 12042, 9127, 11891, 8201, 11837, 8272, 12194, 8619, 11410, 9210, 10356, 9024, 8813, 11353, 9588, 12307, 8109, 11080, 13111, 10575, 12074, 11451, 10286, 11068, 7548, 12425, 10136, 11845, 7289, 10017, 8243, 11140, 7566, 12134, 8642, 13058, 9554, 13169, 9966, 13043, 10907, 12888, 11380, 11384, 12835, 11324, 11758, 11840, 7859, 10586, 10883, 12039, 10694, 8568, 9456, 8588, 13100, 11149, 9844, 12151, 9841, 12008, 10370, 12090, 9818, 12073, 9296, 12288, 9102, 11835, 8688, 12037, 8168, 9699, 8121, 8023, 8684, 7395, 9383, 7867, 10482, 7325, 11121, 7443, 10381, 7053, 11784, 7243, 11695, 7698, 11340, 6964, 11922, 7215, 12110, 7894, 12366, 8675, 12019, 8181, 12582, 9188, 12237, 8496, 7424, 9925, 7069, 12434, 9053, 11952, 9643, 8449, 11348, 7142, 12469, 7648, 11514, 7329, 12147, 7163, 12318, 7585, 12420, 7825, 12028, 8211, 13084, 8373, 8279, 8709, 7232, 10133, 8526, 11003, 6921, 11844, 7407, 12198, 9098, 12280, 9192, 12122, 9725, 12892, 9534, 11566, 9428, 12485, 9853, 8512, 10241, 7218, 11075, 7689, 11708, 7593, 12454, 7703, 12481, 9701, 12732, 9052, 11109, 9504, 9804, 9779, 7607, 11328, 8151, 12165, 7983, 12644, 8104, 12391, 8630, 12575, 9390, 12957, 8923, 12588, 9373, 13071, 9409, 12315, 9220, 11970, 9172, 11997, 9028, 12775, 9131, 8954, 9328, 6997, 10484, 8645, 10580, 6870, 11037, 7285, 11847, 8596, 10911, 7937, 10640, 7244, 10613, 7704, 10275, 7190, 10763, 7420, 10320, 7553, 10934, 7385, 10765, 7447, 10885, 7369, 10992, 8526, 11092, 8008, 11572, 7317, 11240, 9880, 11123, 9998, 11491, 8862, 11225, 8273, 11339, 8782, 11810, 9184, 11448, 7942, 11310, 7833, 12088, 7948, 11960, 8520, 11919, 8292, 12007, 8931, 11717, 9374, 11608, 10047, 11776, 9443, 6976, 10764, 8528, 11963, 9401, 11036, 7573, 11418, 7570, 12309, 7624, 12410, 7987, 11975, 8742, 12961, 9199, 8886, 11020, 8887, 11981, 9826, 9031, 11564, 8608, 12297, 9708, 12209, 10864, 12887, 9446, 12336, 9453, 13181, 10676, 7595, 12137, 8904, 12819, 10901, 8591, 12358, 8097, 12719, 8399, 13330, 9252, 12944, 10075, 13091, 9961, 12868, 9513, 12460, 9755, 12080, 8809, 12205, 9168, 10314, 9961, 8419, 10075, 13700, 9435, 11600, 9392, 10994, 9446, 8362, 10708, 7443, 10865, 7457, 10234, 10142, 9845, 7620, 10452, 7057, 10824, 7265, 11709, 7174, 11864, 7874, 10798, 7066, 11274, 7591, 10742, 9553, 10486, 9505, 10214, 14024, 9572, 12728, 9238, 12734, 9076, 12399, 10152, 12127, 9242, 11808, 9397, 11771, 9906, 11701, 10048, 8514, 10608, 7412, 11422, 8004, 11639, 7419, 11851, 7254, 11447, 7993, 11704, 7613, 11688, 9691, 11788, 10377, 11983, 10139, 11786, 9728, 11954, 8215, 12159, 9190, 11992, 9383, 11702, 9839, 12560, 10351, 10714, 10699, 7089, 11478, 8539, 12201, 9801, 6952, 10881, 10320, 12404, 9748, 13127, 9211, 11238, 7628, 11077, 7014, 10659, 8995, 10487, 7826, 10055, 11120, 9876, 12607, 9679, 12197, 8700, 7577, 8501, 7579, 10145, 7040, 10935, 7264, 11541, 7646, 11078, 7348, 9934, 13459, 9430, 12661, 8422, 12528, 8459, 12713, 9052, 13101, 9645, 12408, 9072, 11787, 8495, 10908, 10097, 10968, 7759, 10760, 9551, 10551, 11168, 10489, 8697, 10472, 7775, 10824, 7420, 10909, 7042, 11285, 7089, 10959, 7307, 10951, 7148, 10737, 7855, 10869, 7991, 11091, 10019, 11902, 9197, 12295, 9007, 12553, 9928, 11438, 10359, 11553, 10268, 9363, 10250, 9057, 10965, 7691, 10690, 9779, 11515, 9985, 11641, 11351, 10608, 12661, 9955, 8173, 10923, 9434, 12921, 8435, 11443, 8962, 11322, 8336, 12303, 9935, 12543, 9716, 12489, 9865, 7611, 10500, 7588, 11172, 8874, 11402, 8475, 11686, 8739, 12545, 9576, 11542, 10319, 10343, 10424, 10360, 10962, 7443, 10504, 7085, 11277, 8137, 11452, 9831, 12377, 8838, 12474, 9660, 12007, 10396, 9006, 10870, 7762, 10892, 8079, 11024, 10100, 11552, 9381, 12041, 9361, 11733, 8644, 12129, 9060, 12098, 9856, 11816, 10300, 11533, 10074, 11683, 9751, 7818, 10364, 6922, 11205, 8976, 11289, 8849, 12024, 8442, 12278, 9600, 11525, 10124, 12417, 10001, 11872, 9765, 11602, 9811, 11296, 9541, 7810, 9683, 7068, 10501, 8774, 11688, 8079, 12059, 8600, 12231, 10103, 10533, 10355, 10934, 10265, 7588, 11191, 8087, 11869, 8569, 11981, 8834, 10784, 8779, 10381, 10664, 8439, 12320, 9769, 12208, 9916, 12892, 10613, 11814, 8912, 11541, 8931, 12495, 9785, 11548, 9487, 11768, 9238, 12134, 8958, 11923, 9488, 11707, 9524, 12591, 10083, 9041, 9340, 8560, 10874, 9324, 10903, 9514, 11458, 9361, 12160, 9656, 12465, 10716, 9081, 11637, 10528, 13176, 9846, 12829, 9158, 13166, 9854, 12947, 10540, 12745, 11093, 12075, 10748, 11788, 10941, 10416, 9666, 11001, 8735, 10716, 10027, 11235, 11852, 8670, 11109, 9587, 13654, 10151, 8977, 12325, 8980, 10798, 11000, 10169, 12803, 9013, 12352, 8149, 11932, 8249, 11689, 8204, 11688, 8395, 12046, 9052, 12546, 8763, 13024, 8418, 12849, 8477, 12387, 8419, 12177, 8083, 12699, 8161, 12524, 8586, 12427, 8827, 12574, 8531, 12034, 8986, 7534, 10324, 8529, 11233, 8084, 9034, 9353, 7452, 11454, 8087, 6940, 10715, 7448, 12795, 8238, 10616, 7284, 9439, 12262, 8995, 14002, 9280, 12351, 8552, 12473, 7911, 12600, 7783, 11779, 7143, 11376, 7453, 11426, 7435, 9647, 7025, 9233, 13798, 8933, 12593, 8835, 12556, 8137, 11976, 7517, 10703, 7453, 10659, 7741, 9243, 12688, 8759, 12351, 8483, 11757, 7637, 11270, 7429, 10717, 7285, 9174, 7432, 8174, 12265, 8142, 11943, 7594, 11277, 7599, 11310, 7133, 11293, 6991, 10792, 7146, 11184, 7445, 11627, 8503, 10145, 8171, 7670, 9869, 7123, 11023, 7260, 11698, 7391, 11178, 7507, 12233, 7597, 12381, 8691, 11913, 7728, 11940, 8754, 12551, 9565, 12938, 10320, 9542, 11222, 8971, 13164, 10172, 13074, 8657, 12247, 9005, 11839, 8410, 11253, 8855, 10916, 7975, 11166, 8035, 11075, 8118, 11121, 8894, 11139, 9291, 11183, 9314, 11300, 9077, 11193, 9213, 10847, 9083, 11266, 9544, 11245, 8766, 10744, 8563, 11204, 7170, 10829, 7056, 11145, 7115, 10771, 7634, 10337, 7284, 10136, 7177, 9402, 7872, 9027, 8794, 8655, 11385, 8741, 11805, 8613, 11476, 8647, 10958, 8815, 11268, 8297, 11334, 8149, 11250, 8194, 11249, 7611, 11467, 8590, 11245, 8581, 11594, 8471, 11048, 8823, 11558, 8346, 10952, 8490, 11386, 8050, 11186, 7938, 11580, 7314, 11164, 7031, 11237, 7786, 11279, 8344, 11432, 8060, 11420, 8309, 11745, 8766, 11402, 9167, 9337, 10583, 6905, 10680, 8058, 11518, 9917, 10412, 9836, 7727, 11593, 8514, 12281, 10122, 12516, 10836, 7777, 11754, 7523, 12250, 11629, 10914, 7930, 12308, 7941, 13343, 10262, 13237, 9646, 12956, 10102, 13001, 9344, 13183, 9577, 12849, 10087, 8075, 10158, 7627, 11066, 9577, 10899, 9572, 11306, 8676, 12317, 10770, 8662, 12101, 9875, 12774, 10486, 8835, 12129, 9632, 13465, 9612, 12956, 9520, 12573, 9363, 12764, 10009, 12294, 8849, 12200, 9808, 8957, 10606, 10112, 11198, 8969, 11797], 'WindowCenter': [4585.0, 4598.0, 4556.0, 4569.0, 4529.0, 4557.0, 4528.0, 4556.0, 4538.0, 4554.0, 4536.0, 4545.0, 4526.0, 4543.0, 4524.0, 4543.0, 4516.0, 4543.0, 4516.0, 4543.0, 4524.0, 4543.0, 4523.0, 4543.0, 4526.0, 4543.0, 4523.0, 4543.0, 4524.0, 4544.0, 4526.0, 4513.0, 4526.0, 4504.0, 4536.0, 4534.0, 4535.0, 4464.0, 4534.0, 4464.0, 4546.0, 4474.0, 4546.0, 4534.0, 4545.0, 4495.0, 4545.0, 4525.0, 4546.0, 4523.0, 4544.0, 4535.0, 4545.0, 4504.0, 4554.0, 4505.0, 4554.0, 4515.0, 4544.0, 4505.0, 4554.0, 4506.0, 4553.0, 4505.0, 4544.0, 4505.0, 4554.0, 4497.0, 4552.0, 4504.0, 4543.0, 4504.0, 4541.0, 4515.0, 4543.0, 4504.0, 4555.0, 4514.0, 4555.0, 4524.0, 4542.0, 4525.0, 4543.0, 4524.0, 4554.0, 4523.0, 4492.0, 4535.0, 4475.0, 4536.0, 4484.0, 4535.0, 4463.0, 4534.0, 4473.0, 4544.0, 4474.0, 4534.0, 4473.0, 4535.0, 4493.0, 4522.0, 4463.0, 4533.0, 4472.0, 4535.0, 4474.0, 4535.0, 4503.0, 4546.0, 4496.0, 4547.0, 4506.0, 4548.0, 4537.0, 4549.0, 4547.0, 4559.0, 4539.0, 4557.0, 4509.0, 4556.0, 4525.0, 4555.0, 4526.0, 4544.0, 4515.0, 4542.0, 4516.0, 4553.0, 4524.0, 4543.0, 4505.0, 4542.0, 4492.0, 4543.0, 4493.0, 4533.0, 4492.0, 4533.0, 4483.0, 4543.0, 4504.0, 4541.0, 4504.0, 4543.0, 4494.0, 4533.0, 4494.0, 4542.0, 4506.0, 4542.0, 4504.0, 4543.0, 4516.0, 4542.0, 4497.0, 4545.0, 4496.0, 4543.0, 4507.0, 4545.0, 4528.0, 4549.0, 4539.0, 4551.0, 4581.0, 4547.0, 4566.0, 4495.0, 4544.0, 4552.0, 4535.0, 4555.0, 4559.0, 4538.0, 4557.0, 4496.0, 4556.0, 4520.0, 4542.0, 4474.0, 4525.0, 4495.0, 4547.0, 4496.0, 4558.0, 4520.0, 4570.0, 4527.0, 4557.0, 4512.0, 4544.0, 4511.0, 4533.0, 4518.0, 4519.0, 4528.0, 4508.0, 4517.0, 4516.0, 4454.0, 4495.0, 4508.0, 4518.0, 4508.0, 4477.0, 4500.0, 4489.0, 4541.0, 4532.0, 4512.0, 4543.0, 4515.0, 4542.0, 4523.0, 4532.0, 4513.0, 4541.0, 4503.0, 4530.0, 4502.0, 4530.0, 4493.0, 4530.0, 4492.0, 4511.0, 4483.0, 4482.0, 4505.0, 4484.0, 4517.0, 4497.0, 4536.0, 4486.0, 4547.0, 4489.0, 4538.0, 4477.0, 4546.0, 4487.0, 4546.0, 4497.0, 4547.0, 4476.0, 4547.0, 4486.0, 4556.0, 4496.0, 4555.0, 4506.0, 4554.0, 4505.0, 4556.0, 4528.0, 4570.0, 4519.0, 4499.0, 4539.0, 4487.0, 4556.0, 4528.0, 4558.0, 4529.0, 4509.0, 4549.0, 4478.0, 4557.0, 4500.0, 4549.0, 4488.0, 4555.0, 4476.0, 4555.0, 4486.0, 4554.0, 4485.0, 4543.0, 4508.0, 4565.0, 4507.0, 4506.0, 4516.0, 4486.0, 4539.0, 4517.0, 4548.0, 4489.0, 4556.0, 4488.0, 4556.0, 4518.0, 4557.0, 4529.0, 4556.0, 4527.0, 4555.0, 4528.0, 4545.0, 4517.0, 4554.0, 4526.0, 4507.0, 4534.0, 4474.0, 4547.0, 4485.0, 4547.0, 4496.0, 4555.0, 4497.0, 4555.0, 4526.0, 4554.0, 4517.0, 4545.0, 4526.0, 4524.0, 4525.0, 4487.0, 4546.0, 4494.0, 4555.0, 4496.0, 4554.0, 4495.0, 4556.0, 4506.0, 4554.0, 4517.0, 4554.0, 4517.0, 4553.0, 4517.0, 4554.0, 4516.0, 4544.0, 4515.0, 4542.0, 4515.0, 4543.0, 4504.0, 4553.0, 4515.0, 4503.0, 4513.0, 4475.0, 4536.0, 4505.0, 4536.0, 4475.0, 4547.0, 4487.0, 4558.0, 4516.0, 4547.0, 4497.0, 4538.0, 4487.0, 4538.0, 4495.0, 4538.0, 4474.0, 4537.0, 4486.0, 4536.0, 4486.0, 4537.0, 4485.0, 4536.0, 4485.0, 4536.0, 4485.0, 4536.0, 4505.0, 4547.0, 4495.0, 4547.0, 4476.0, 4544.0, 4525.0, 4535.0, 4523.0, 4546.0, 4505.0, 4536.0, 4496.0, 4536.0, 4505.0, 4545.0, 4515.0, 4545.0, 4496.0, 4535.0, 4484.0, 4544.0, 4496.0, 4544.0, 4506.0, 4544.0, 4496.0, 4544.0, 4515.0, 4544.0, 4516.0, 4546.0, 4527.0, 4556.0, 4529.0, 4478.0, 4548.0, 4530.0, 4570.0, 4539.0, 4547.0, 4497.0, 4556.0, 4498.0, 4558.0, 4497.0, 4558.0, 4508.0, 4558.0, 4520.0, 4567.0, 4543.0, 4529.0, 4548.0, 4531.0, 4567.0, 4539.0, 4527.0, 4561.0, 4520.0, 4559.0, 4529.0, 4557.0, 4550.0, 4558.0, 4528.0, 4544.0, 4515.0, 4555.0, 4536.0, 4486.0, 4555.0, 4517.0, 4567.0, 4549.0, 4505.0, 4556.0, 4497.0, 4554.0, 4497.0, 4554.0, 4527.0, 4555.0, 4525.0, 4554.0, 4525.0, 4542.0, 4514.0, 4531.0, 4501.0, 4529.0, 4502.0, 4540.0, 4504.0, 4510.0, 4513.0, 4491.0, 4525.0, 4553.0, 4514.0, 4532.0, 4515.0, 4534.0, 4514.0, 4495.0, 4535.0, 4484.0, 4537.0, 4485.0, 4526.0, 4525.0, 4525.0, 4485.0, 4535.0, 4477.0, 4534.0, 4486.0, 4545.0, 4475.0, 4557.0, 4495.0, 4537.0, 4475.0, 4547.0, 4484.0, 4536.0, 4514.0, 4536.0, 4512.0, 4523.0, 4552.0, 4515.0, 4542.0, 4515.0, 4543.0, 4504.0, 4544.0, 4523.0, 4542.0, 4503.0, 4545.0, 4531.0, 4544.0, 4525.0, 4542.0, 4512.0, 4503.0, 4537.0, 4474.0, 4534.0, 4484.0, 4534.0, 4474.0, 4543.0, 4473.0, 4545.0, 4482.0, 4534.0, 4484.0, 4531.0, 4501.0, 4530.0, 4512.0, 4530.0, 4510.0, 4532.0, 4501.0, 4531.0, 4480.0, 4542.0, 4499.0, 4531.0, 4500.0, 4530.0, 4512.0, 4539.0, 4537.0, 4580.0, 4548.0, 4484.0, 4551.0, 4515.0, 4566.0, 4548.0, 4496.0, 4546.0, 4533.0, 4554.0, 4526.0, 4565.0, 4515.0, 4545.0, 4486.0, 4544.0, 4474.0, 4534.0, 4501.0, 4520.0, 4469.0, 4511.0, 4518.0, 4510.0, 4539.0, 4538.0, 4555.0, 4503.0, 4482.0, 4500.0, 4482.0, 4521.0, 4473.0, 4532.0, 4484.0, 4558.0, 4512.0, 4561.0, 4484.0, 4536.0, 4564.0, 4525.0, 4553.0, 4504.0, 4553.0, 4506.0, 4556.0, 4505.0, 4553.0, 4513.0, 4543.0, 4502.0, 4544.0, 4491.0, 4523.0, 4521.0, 4521.0, 4472.0, 4532.0, 4498.0, 4519.0, 4519.0, 4522.0, 4489.0, 4521.0, 4471.0, 4531.0, 4470.0, 4523.0, 4461.0, 4531.0, 4461.0, 4520.0, 4470.0, 4522.0, 4459.0, 4521.0, 4481.0, 4532.0, 4480.0, 4533.0, 4511.0, 4542.0, 4513.0, 4545.0, 4516.0, 4554.0, 4527.0, 4534.0, 4524.0, 4543.0, 4526.0, 4514.0, 4524.0, 4502.0, 4536.0, 4484.0, 4579.0, 4527.0, 4543.0, 4538.0, 4543.0, 4534.0, 4548.0, 4566.0, 4537.0, 4508.0, 4546.0, 4516.0, 4555.0, 4507.0, 4547.0, 4517.0, 4560.0, 4507.0, 4546.0, 4537.0, 4553.0, 4525.0, 4557.0, 4524.0, 4484.0, 4534.0, 4484.0, 4545.0, 4517.0, 4543.0, 4495.0, 4544.0, 4506.0, 4554.0, 4524.0, 4544.0, 4526.0, 4524.0, 4536.0, 4525.0, 4534.0, 4473.0, 4533.0, 4464.0, 4534.0, 4483.0, 4533.0, 4524.0, 4542.0, 4502.0, 4554.0, 4514.0, 4542.0, 4525.0, 4502.0, 4533.0, 4483.0, 4535.0, 4483.0, 4534.0, 4521.0, 4532.0, 4513.0, 4542.0, 4513.0, 4543.0, 4503.0, 4542.0, 4505.0, 4543.0, 4525.0, 4542.0, 4525.0, 4533.0, 4526.0, 4544.0, 4515.0, 4483.0, 4523.0, 4473.0, 4546.0, 4504.0, 4535.0, 4515.0, 4543.0, 4507.0, 4554.0, 4525.0, 4544.0, 4536.0, 4554.0, 4525.0, 4544.0, 4524.0, 4544.0, 4523.0, 4534.0, 4525.0, 4484.0, 4524.0, 4476.0, 4537.0, 4518.0, 4558.0, 4496.0, 4556.0, 4517.0, 4555.0, 4541.0, 4538.0, 4539.0, 4549.0, 4538.0, 4486.0, 4534.0, 4494.0, 4546.0, 4503.0, 4542.0, 4504.0, 4545.0, 4516.0, 4523.0, 4534.0, 4506.0, 4554.0, 4525.0, 4544.0, 4525.0, 4554.0, 4523.0, 4531.0, 4502.0, 4531.0, 4502.0, 4543.0, 4511.0, 4531.0, 4501.0, 4530.0, 4501.0, 4540.0, 4503.0, 4530.0, 4514.0, 4531.0, 4514.0, 4553.0, 4537.0, 4516.0, 4527.0, 4516.0, 4534.0, 4528.0, 4545.0, 4526.0, 4556.0, 4517.0, 4546.0, 4528.0, 4557.0, 4538.0, 4518.0, 4547.0, 4536.0, 4555.0, 4514.0, 4541.0, 4503.0, 4540.0, 4499.0, 4530.0, 4507.0, 4527.0, 4506.0, 4515.0, 4492.0, 4500.0, 4492.0, 4492.0, 4480.0, 4491.0, 4475.0, 4521.0, 4563.0, 4557.0, 4554.0, 4488.0, 4504.0, 4499.0, 4549.0, 4524.0, 4503.0, 4568.0, 4520.0, 4551.0, 4562.0, 4549.0, 4567.0, 4505.0, 4555.0, 4497.0, 4545.0, 4494.0, 4546.0, 4482.0, 4532.0, 4478.0, 4519.0, 4477.0, 4518.0, 4466.0, 4525.0, 4466.0, 4526.0, 4469.0, 4518.0, 4469.0, 4517.0, 4470.0, 4528.0, 4479.0, 4528.0, 4492.0, 4529.0, 4493.0, 4530.0, 4493.0, 4556.0, 4490.0, 4517.0, 4568.0, 4510.0, 4537.0, 4487.0, 4477.0, 4458.0, 4470.0, 4545.0, 4511.0, 4502.0, 4549.0, 4487.0, 4554.0, 4493.0, 4537.0, 4487.0, 4529.0, 4558.0, 4519.0, 4578.0, 4529.0, 4556.0, 4506.0, 4543.0, 4485.0, 4544.0, 4484.0, 4545.0, 4475.0, 4545.0, 4486.0, 4546.0, 4486.0, 4526.0, 4476.0, 4517.0, 4564.0, 4515.0, 4555.0, 4517.0, 4555.0, 4496.0, 4543.0, 4475.0, 4535.0, 4475.0, 4535.0, 4484.0, 4515.0, 4553.0, 4504.0, 4543.0, 4506.0, 4543.0, 4486.0, 4535.0, 4476.0, 4536.0, 4475.0, 4517.0, 4475.0, 4505.0, 4545.0, 4497.0, 4545.0, 4486.0, 4534.0, 4487.0, 4545.0, 4476.0, 4546.0, 4477.0, 4535.0, 4476.0, 4548.0, 4502.0, 4584.0, 4533.0, 4551.0, 4521.0, 4509.0, 4552.0, 4490.0, 4562.0, 4501.0, 4572.0, 4501.0, 4560.0, 4498.0, 4571.0, 4498.0, 4568.0, 4518.0, 4558.0, 4488.0, 4559.0, 4517.0, 4557.0, 4528.0, 4557.0, 4537.0, 4514.0, 4534.0, 4506.0, 4556.0, 4525.0, 4555.0, 4505.0, 4541.0, 4503.0, 4531.0, 4482.0, 4521.0, 4491.0, 4520.0, 4480.0, 4520.0, 4481.0, 4519.0, 4482.0, 4531.0, 4504.0, 4533.0, 4503.0, 4532.0, 4514.0, 4533.0, 4503.0, 4531.0, 4513.0, 4522.0, 4504.0, 4533.0, 4515.0, 4532.0, 4502.0, 4523.0, 4505.0, 4532.0, 4475.0, 4534.0, 4473.0, 4534.0, 4475.0, 4535.0, 4484.0, 4525.0, 4473.0, 4525.0, 4463.0, 4515.0, 4483.0, 4505.0, 4494.0, 4506.0, 4534.0, 4505.0, 4533.0, 4505.0, 4532.0, 4503.0, 4534.0, 4505.0, 4534.0, 4495.0, 4533.0, 4494.0, 4532.0, 4494.0, 4534.0, 4486.0, 4544.0, 4507.0, 4543.0, 4505.0, 4545.0, 4495.0, 4533.0, 4515.0, 4545.0, 4506.0, 4535.0, 4507.0, 4544.0, 4497.0, 4545.0, 4496.0, 4545.0, 4476.0, 4535.0, 4475.0, 4535.0, 4487.0, 4534.0, 4505.0, 4546.0, 4495.0, 4544.0, 4508.0, 4546.0, 4519.0, 4572.0, 4542.0, 4528.0, 4549.0, 4501.0, 4550.0, 4523.0, 4560.0, 4552.0, 4562.0, 4564.0, 4525.0, 4574.0, 4603.0, 4573.0, 4510.0, 4542.0, 4537.0, 4499.0, 4558.0, 4499.0, 4558.0, 4546.0, 4536.0, 4495.0, 4543.0, 4493.0, 4553.0, 4523.0, 4554.0, 4524.0, 4553.0, 4525.0, 4551.0, 4504.0, 4542.0, 4511.0, 4550.0, 4522.0, 4482.0, 4521.0, 4471.0, 4531.0, 4513.0, 4532.0, 4524.0, 4546.0, 4506.0, 4544.0, 4533.0, 4502.0, 4542.0, 4522.0, 4552.0, 4537.0, 4505.0, 4546.0, 4515.0, 4556.0, 4515.0, 4543.0, 4503.0, 4529.0, 4500.0, 4540.0, 4512.0, 4530.0, 4503.0, 4540.0, 4525.0, 4504.0, 4525.0, 4522.0, 4534.0, 4502.0, 4542.0], 'WindowWidth': [10078.0, 10080.0, 10015.0, 10025.0, 9969.0, 10002.0, 9964.0, 9998.0, 9975.0, 9993.0, 9969.0, 9981.0, 9955.0, 9975.0, 9950.0, 9973.0, 9941.0, 9973.0, 9943.0, 9975.0, 9951.0, 9975.0, 9950.0, 9977.0, 9956.0, 9976.0, 9951.0, 9975.0, 9951.0, 9978.0, 9956.0, 9936.0, 9956.0, 9923.0, 9971.0, 9965.0, 9967.0, 9871.0, 9965.0, 9873.0, 9983.0, 9886.0, 9982.0, 9965.0, 9980.0, 9914.0, 9981.0, 9954.0, 9984.0, 9950.0, 9980.0, 9968.0, 9980.0, 9925.0, 9993.0, 9927.0, 9994.0, 9942.0, 9980.0, 9928.0, 9992.0, 9930.0, 9990.0, 9926.0, 9978.0, 9930.0, 9995.0, 9920.0, 9989.0, 9926.0, 9976.0, 9925.0, 9971.0, 9941.0, 9975.0, 9926.0, 9994.0, 9940.0, 9997.0, 9954.0, 9976.0, 9954.0, 9976.0, 9953.0, 9992.0, 9950.0, 9907.0, 9969.0, 9886.0, 9971.0, 9900.0, 9968.0, 9868.0, 9963.0, 9883.0, 9978.0, 9884.0, 9965.0, 9881.0, 9967.0, 9910.0, 9948.0, 9868.0, 9962.0, 9878.0, 9965.0, 9887.0, 9968.0, 9924.0, 9984.0, 9918.0, 9987.0, 9932.0, 9990.0, 9975.0, 9993.0, 9989.0, 10008.0, 9981.0, 10004.0, 9939.0, 9997.0, 9956.0, 9995.0, 9957.0, 9979.0, 9942.0, 9975.0, 9943.0, 9990.0, 9952.0, 9975.0, 9927.0, 9972.0, 9906.0, 9972.0, 9907.0, 9958.0, 9905.0, 9959.0, 9896.0, 9974.0, 9923.0, 9969.0, 9924.0, 9974.0, 9912.0, 9961.0, 9911.0, 9973.0, 9930.0, 9973.0, 9926.0, 9977.0, 9942.0, 9974.0, 9918.0, 9978.0, 9917.0, 9977.0, 9933.0, 9981.0, 9969.0, 9999.0, 9991.0, 10015.0, 10051.0, 9996.0, 10019.0, 9916.0, 9983.0, 9992.0, 9973.0, 10004.0, 10013.0, 9982.0, 10009.0, 9923.0, 10001.0, 9945.0, 9977.0, 9883.0, 9954.0, 9914.0, 9987.0, 9920.0, 10007.0, 9957.0, 10024.0, 9960.0, 10002.0, 9931.0, 9979.0, 9926.0, 9961.0, 9930.0, 9934.0, 9942.0, 9915.0, 9928.0, 9924.0, 9838.0, 9894.0, 9914.0, 9929.0, 9917.0, 9876.0, 9911.0, 9896.0, 9968.0, 9959.0, 9931.0, 9975.0, 9939.0, 9970.0, 9946.0, 9957.0, 9933.0, 9969.0, 9919.0, 9952.0, 9917.0, 9951.0, 9906.0, 9953.0, 9904.0, 9929.0, 9894.0, 9894.0, 9928.0, 9901.0, 9947.0, 9920.0, 9973.0, 9906.0, 9989.0, 9912.0, 9976.0, 9894.0, 9985.0, 9907.0, 9984.0, 9922.0, 9986.0, 9893.0, 9986.0, 9906.0, 9998.0, 9920.0, 9997.0, 9933.0, 9995.0, 9931.0, 10002.0, 9966.0, 10024.0, 9956.0, 9930.0, 9982.0, 9911.0, 10001.0, 9968.0, 10005.0, 9968.0, 9940.0, 9994.0, 9898.0, 10004.0, 9929.0, 9992.0, 9911.0, 9996.0, 9892.0, 9997.0, 9904.0, 9993.0, 9903.0, 9979.0, 9935.0, 10010.0, 9935.0, 9933.0, 9947.0, 9906.0, 9980.0, 9950.0, 9991.0, 9914.0, 10001.0, 9913.0, 10000.0, 9953.0, 10003.0, 9967.0, 9999.0, 9962.0, 9997.0, 9963.0, 9983.0, 9947.0, 9996.0, 9958.0, 9932.0, 9967.0, 9886.0, 9986.0, 9903.0, 9988.0, 9919.0, 9998.0, 9922.0, 9996.0, 9960.0, 9995.0, 9947.0, 9982.0, 9958.0, 9956.0, 9957.0, 9906.0, 9985.0, 9915.0, 9996.0, 9919.0, 9994.0, 9916.0, 9998.0, 9932.0, 9995.0, 9948.0, 9994.0, 9948.0, 9991.0, 9946.0, 9994.0, 9946.0, 9980.0, 9944.0, 9976.0, 9941.0, 9977.0, 9925.0, 9990.0, 9940.0, 9923.0, 9936.0, 9888.0, 9971.0, 9930.0, 9973.0, 9892.0, 9989.0, 9911.0, 10006.0, 9947.0, 9990.0, 9924.0, 9979.0, 9908.0, 9978.0, 9917.0, 9976.0, 9889.0, 9974.0, 9905.0, 9972.0, 9905.0, 9974.0, 9902.0, 9971.0, 9902.0, 9971.0, 9901.0, 9972.0, 9929.0, 9986.0, 9917.0, 9987.0, 9892.0, 9981.0, 9954.0, 9970.0, 9951.0, 9984.0, 9927.0, 9969.0, 9917.0, 9970.0, 9931.0, 9984.0, 9943.0, 9982.0, 9917.0, 9967.0, 9899.0, 9978.0, 9917.0, 9978.0, 9931.0, 9979.0, 9918.0, 9980.0, 9942.0, 9979.0, 9945.0, 9983.0, 9962.0, 9999.0, 9966.0, 9898.0, 9992.0, 9973.0, 10027.0, 9986.0, 9992.0, 9924.0, 10002.0, 9926.0, 10006.0, 9924.0, 10004.0, 9937.0, 10005.0, 9958.0, 10019.0, 9994.0, 9969.0, 9994.0, 9977.0, 10021.0, 9983.0, 9965.0, 10014.0, 9957.0, 10011.0, 9967.0, 10005.0, 9995.0, 10007.0, 9964.0, 9980.0, 9940.0, 9996.0, 9970.0, 9903.0, 9998.0, 9948.0, 10020.0, 9995.0, 9931.0, 9998.0, 9921.0, 9994.0, 9919.0, 9994.0, 9963.0, 9996.0, 9955.0, 9992.0, 9955.0, 9973.0, 9935.0, 9954.0, 9915.0, 9950.0, 9918.0, 9969.0, 9923.0, 9928.0, 9934.0, 9904.0, 9954.0, 9990.0, 9938.0, 9960.0, 9941.0, 9965.0, 9939.0, 9914.0, 9969.0, 9900.0, 9973.0, 9901.0, 9957.0, 9953.0, 9955.0, 9900.0, 9967.0, 9893.0, 9966.0, 9904.0, 9984.0, 9891.0, 10004.0, 9918.0, 9974.0, 9889.0, 9987.0, 9900.0, 9971.0, 9939.0, 9970.0, 9932.0, 9949.0, 9988.0, 9939.0, 9973.0, 9939.0, 9976.0, 9924.0, 9977.0, 9950.0, 9973.0, 9922.0, 9982.0, 9976.0, 9981.0, 9958.0, 9972.0, 9934.0, 9925.0, 9974.0, 9887.0, 9965.0, 9898.0, 9965.0, 9882.0, 9976.0, 9881.0, 9980.0, 9892.0, 9962.0, 9896.0, 9957.0, 9914.0, 9954.0, 9929.0, 9954.0, 9927.0, 9957.0, 9915.0, 9957.0, 9886.0, 9970.0, 9911.0, 9955.0, 9914.0, 9953.0, 9931.0, 9965.0, 9976.0, 10063.0, 9995.0, 9906.0, 9992.0, 9948.0, 10017.0, 9997.0, 9926.0, 9989.0, 9967.0, 9997.0, 9961.0, 10013.0, 9944.0, 9984.0, 9904.0, 9981.0, 9886.0, 9964.0, 9917.0, 9940.0, 9869.0, 9929.0, 9935.0, 9926.0, 9966.0, 9981.0, 9999.0, 9926.0, 9896.0, 9916.0, 9895.0, 9944.0, 9884.0, 9962.0, 9903.0, 10008.0, 9954.0, 10016.0, 9904.0, 9975.0, 10008.0, 9958.0, 9991.0, 9926.0, 9990.0, 9932.0, 9999.0, 9929.0, 9991.0, 9935.0, 9975.0, 9921.0, 9979.0, 9902.0, 9947.0, 9943.0, 9942.0, 9877.0, 9959.0, 9909.0, 9938.0, 9938.0, 9943.0, 9897.0, 9942.0, 9876.0, 9958.0, 9876.0, 9947.0, 9862.0, 9957.0, 9861.0, 9939.0, 9874.0, 9944.0, 9858.0, 9943.0, 9888.0, 9958.0, 9887.0, 9959.0, 9931.0, 9973.0, 9934.0, 9980.0, 9945.0, 9994.0, 9959.0, 9965.0, 9951.0, 9980.0, 9956.0, 9938.0, 9952.0, 9919.0, 9972.0, 9902.0, 10057.0, 9959.0, 9976.0, 9977.0, 9977.0, 9966.0, 9995.0, 10014.0, 9976.0, 9937.0, 9985.0, 9944.0, 9999.0, 9932.0, 9989.0, 9947.0, 10012.0, 9937.0, 9984.0, 9977.0, 9991.0, 9955.0, 10003.0, 9954.0, 9899.0, 9966.0, 9897.0, 9983.0, 9948.0, 9977.0, 9913.0, 9977.0, 9931.0, 9993.0, 9954.0, 9980.0, 9957.0, 9951.0, 9970.0, 9954.0, 9964.0, 9882.0, 9963.0, 9868.0, 9964.0, 9895.0, 9961.0, 9950.0, 9972.0, 9919.0, 9993.0, 9939.0, 9973.0, 9953.0, 9920.0, 9962.0, 9897.0, 9966.0, 9894.0, 9965.0, 9943.0, 9960.0, 9936.0, 9975.0, 9934.0, 9975.0, 9922.0, 9973.0, 9928.0, 9977.0, 9954.0, 9974.0, 9954.0, 9961.0, 9956.0, 9978.0, 9940.0, 9894.0, 9950.0, 9883.0, 9983.0, 9923.0, 9967.0, 9941.0, 9978.0, 9935.0, 9994.0, 9956.0, 9979.0, 9972.0, 9993.0, 9956.0, 9978.0, 9952.0, 9977.0, 9950.0, 9965.0, 9954.0, 9899.0, 9952.0, 9892.0, 9972.0, 9953.0, 10005.0, 9919.0, 10001.0, 9950.0, 9996.0, 9986.0, 9979.0, 9982.0, 9997.0, 9978.0, 9904.0, 9966.0, 9911.0, 9984.0, 9924.0, 9976.0, 9925.0, 9984.0, 9946.0, 9952.0, 9969.0, 9931.0, 9993.0, 9957.0, 9980.0, 9956.0, 9995.0, 9949.0, 9957.0, 9919.0, 9954.0, 9919.0, 9973.0, 9928.0, 9952.0, 9915.0, 9951.0, 9916.0, 9966.0, 9921.0, 9955.0, 9937.0, 9956.0, 9938.0, 9992.0, 9978.0, 9950.0, 9963.0, 9949.0, 9969.0, 9966.0, 9985.0, 9961.0, 10002.0, 9951.0, 9985.0, 9964.0, 10001.0, 9978.0, 9954.0, 9989.0, 9969.0, 9996.0, 9937.0, 9972.0, 9919.0, 9969.0, 9910.0, 9952.0, 9914.0, 9944.0, 9909.0, 9921.0, 9886.0, 9896.0, 9884.0, 9885.0, 9868.0, 9885.0, 9873.0, 9948.0, 10031.0, 10009.0, 9995.0, 9898.0, 9908.0, 9909.0, 9981.0, 9952.0, 9925.0, 10021.0, 9960.0, 10000.0, 10021.0, 9997.0, 10020.0, 9928.0, 9997.0, 9917.0, 9979.0, 9911.0, 9983.0, 9890.0, 9955.0, 9876.0, 9933.0, 9872.0, 9928.0, 9856.0, 9934.0, 9858.0, 9938.0, 9864.0, 9927.0, 9865.0, 9927.0, 9868.0, 9944.0, 9881.0, 9945.0, 9902.0, 9948.0, 9904.0, 9950.0, 9905.0, 10001.0, 9896.0, 9968.0, 10035.0, 9938.0, 9971.0, 9901.0, 9868.0, 9824.0, 9869.0, 9982.0, 9947.0, 9936.0, 9995.0, 9909.0, 9994.0, 9908.0, 9972.0, 9906.0, 9966.0, 10002.0, 9954.0, 10035.0, 9966.0, 9997.0, 9929.0, 9974.0, 9898.0, 9977.0, 9898.0, 9981.0, 9888.0, 9982.0, 9903.0, 9985.0, 9903.0, 9957.0, 9889.0, 9946.0, 10005.0, 9942.0, 9994.0, 9945.0, 9995.0, 9918.0, 9977.0, 9887.0, 9967.0, 9886.0, 9967.0, 9896.0, 9940.0, 9988.0, 9925.0, 9974.0, 9929.0, 9977.0, 9903.0, 9968.0, 9891.0, 9970.0, 9887.0, 9946.0, 9888.0, 9929.0, 9981.0, 9919.0, 9981.0, 9904.0, 9966.0, 9907.0, 9982.0, 9892.0, 9984.0, 9894.0, 9969.0, 9894.0, 9992.0, 9939.0, 10057.0, 9983.0, 10004.0, 9962.0, 9945.0, 10003.0, 9919.0, 10020.0, 9936.0, 10031.0, 9934.0, 10013.0, 9927.0, 10027.0, 9925.0, 10021.0, 9951.0, 10007.0, 9909.0, 10008.0, 9950.0, 10004.0, 9965.0, 10003.0, 9975.0, 9941.0, 9967.0, 9929.0, 9998.0, 9954.0, 9996.0, 9926.0, 9971.0, 9920.0, 9958.0, 9891.0, 9942.0, 9898.0, 9939.0, 9887.0, 9939.0, 9888.0, 9937.0, 9891.0, 9957.0, 9926.0, 9960.0, 9922.0, 9959.0, 9937.0, 9959.0, 9921.0, 9956.0, 9934.0, 9945.0, 9924.0, 9961.0, 9940.0, 9960.0, 9921.0, 9947.0, 9926.0, 9961.0, 9887.0, 9962.0, 9883.0, 9964.0, 9886.0, 9966.0, 9898.0, 9953.0, 9882.0, 9952.0, 9870.0, 9940.0, 9895.0, 9928.0, 9910.0, 9929.0, 9963.0, 9927.0, 9962.0, 9926.0, 9961.0, 9922.0, 9963.0, 9928.0, 9964.0, 9915.0, 9963.0, 9912.0, 9959.0, 9913.0, 9964.0, 9906.0, 9979.0, 9932.0, 9977.0, 9929.0, 9981.0, 9916.0, 9963.0, 9941.0, 9980.0, 9931.0, 9968.0, 9933.0, 9978.0, 9920.0, 9981.0, 9917.0, 9979.0, 9888.0, 9967.0, 9890.0, 9967.0, 9906.0, 9965.0, 9929.0, 9984.0, 9916.0, 9979.0, 9935.0, 9984.0, 9955.0, 10033.0, 9993.0, 9967.0, 9997.0, 9938.0, 9999.0, 9967.0, 10014.0, 10004.0, 10021.0, 10030.0, 9978.0, 10039.0, 10117.0, 10036.0, 9924.0, 9971.0, 9974.0, 9929.0, 10004.0, 9929.0, 10007.0, 9985.0, 9973.0, 9915.0, 9976.0, 9910.0, 9992.0, 9951.0, 9994.0, 9955.0, 9991.0, 9955.0, 9984.0, 9924.0, 9971.0, 9929.0, 9984.0, 9946.0, 9890.0, 9944.0, 9875.0, 9957.0, 9939.0, 9961.0, 9954.0, 9991.0, 9935.0, 9980.0, 9961.0, 9921.0, 9975.0, 9949.0, 9990.0, 9973.0, 9928.0, 9985.0, 9940.0, 9997.0, 9939.0, 9973.0, 9918.0, 9949.0, 9913.0, 9966.0, 9931.0, 9954.0, 9920.0, 9968.0, 9956.0, 9925.0, 9953.0, 9946.0, 9965.0, 9921.0, 9974.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.0019924695652173913</td></tr>
<tr><td colspan=3>aqi</td><td>0.032334480956521736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.803676641749384</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2290939345430814</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0072404625326372</td></tr>
<tr><td colspan=3>efc</td><td>0.4719</td></tr>
<tr><td colspan=3>fber</td><td>5974.0142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10546196165551473</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.91304347826087</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.701159911562822</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.682123026962295</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9246715666340326</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.496685141092139</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106531</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00016434174904134125</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024431373924016953</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>3.645236402136425</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>20.3999</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.1116</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8949</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.626</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3694.6439</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1082.5016</td></tr>
<tr><td colspan=3>tsnr</td><td>33.981962617719546</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>