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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-02/func/sub-0004_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c602aa0099b146df3de206e1175337db</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>10:42:41.887500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99988, 0.00678569, -0.0139418, -0.00558445, 0.996411, 0.0844624]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0889594</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7748, -7256, 580, -93, -151, 46, 108]</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>222.625</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3d04131-d09c-424a-917a-a45e8e2a2273||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826043128967285, -0.014982668682932854, -0.039055146276950836, 111.86400604248047], [-0.01820550300180912, 2.673297882080078, 0.22781087458133698, -103.58810424804688], [-0.03740474954247475, -0.22660645842552185, 2.6900887489318848, -32.05398178100586], [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, 1156]</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], 'AcquisitionTime': ['104241.887500', '104242.347500', '104242.807500', '104243.267500', '104243.727500', '104244.187500', '104244.647500', '104245.107500', '104245.567500', '104246.027500', '104246.487500', '104246.947500', '104247.407500', '104247.867500', '104248.327500', '104248.787500', '104249.247500', '104249.707500', '104250.167500', '104250.627500', '104251.087500', '104251.547500', '104252.007500', '104252.467500', '104252.927500', '104253.387500', '104253.847500', '104254.307500', '104254.767500', '104255.227500', '104255.687500', '104256.147500', '104256.607500', '104257.067500', '104257.527500', '104257.987500', '104258.447500', '104258.907500', '104259.367500', '104259.827500', '104300.287500', '104300.747500', '104301.207500', '104301.667500', '104302.127500', '104302.587500', '104303.047500', '104303.507500', '104303.967500', '104304.427500', '104304.887500', '104305.347500', '104305.807500', '104306.267500', '104306.727500', '104307.187500', '104307.647500', '104308.107500', '104308.567500', '104309.027500', '104309.487500', '104309.947500', '104310.407500', '104310.867500', '104311.327500', '104311.787500', '104312.247500', '104312.707500', '104313.167500', '104313.627500', '104314.087500', '104314.547500', '104315.007500', '104315.467500', '104315.927500', '104316.387500', '104316.847500', '104317.307500', '104317.767500', '104318.227500', '104318.687500', '104319.147500', '104319.607500', '104320.067500', '104320.527500', '104320.987500', '104321.447500', '104321.907500', '104322.367500', '104322.827500', '104323.287500', '104323.747500', '104324.207500', '104324.667500', '104325.127500', '104325.587500', '104326.047500', '104326.507500', '104326.967500', '104327.427500', '104327.887500', '104328.347500', '104328.807500', '104329.267500', '104329.727500', '104330.187500', '104330.647500', '104331.107500', '104331.567500', '104332.027500', '104332.487500', '104332.947500', '104333.407500', '104333.867500', '104334.327500', '104334.787500', '104335.247500', '104335.707500', '104336.167500', '104336.627500', '104337.087500', '104337.547500', '104338.007500', '104338.467500', '104338.927500', '104339.387500', '104339.847500', '104340.307500', '104340.767500', '104341.227500', '104341.687500', '104342.147500', '104342.607500', '104343.067500', '104343.527500', '104343.987500', '104344.447500', '104344.907500', '104345.367500', '104345.827500', '104346.287500', '104346.747500', '104347.207500', '104347.667500', '104348.127500', '104348.587500', '104349.047500', '104349.507500', '104349.967500', '104350.427500', '104350.887500', '104351.347500', '104351.807500', '104352.267500', '104352.727500', '104353.187500', '104353.647500', '104354.107500', '104354.567500', '104355.027500', '104355.487500', '104355.947500', '104356.407500', '104356.867500', '104357.327500', '104357.787500', '104358.247500', '104358.707500', '104359.167500', '104359.627500', '104400.087500', '104400.547500', '104401.007500', '104401.467500', '104401.927500', '104402.387500', '104402.847500', '104403.307500', '104403.767500', '104404.227500', '104404.687500', '104405.147500', '104405.607500', '104406.067500', '104406.527500', '104406.987500', '104407.447500', '104407.907500', '104408.367500', '104408.827500', '104409.287500', '104409.747500', '104410.207500', '104410.667500', '104411.127500', '104411.587500', '104412.047500', '104412.507500', '104412.967500', '104413.427500', '104413.887500', '104414.347500', '104414.807500', '104415.267500', '104415.727500', '104416.187500', '104416.647500', '104417.107500', '104417.567500', '104418.027500', '104418.487500', '104418.947500', '104419.407500', '104419.867500', '104420.327500', '104420.787500', '104421.247500', '104421.707500', '104422.167500', '104422.627500', '104423.087500', '104423.547500', '104424.007500', '104424.467500', '104424.927500', '104425.387500', '104425.847500', '104426.307500', '104426.767500', '104427.227500', '104427.687500', '104428.147500', '104428.607500', '104429.067500', '104429.527500', '104429.987500', '104430.447500', '104430.907500', '104431.367500', '104431.827500', '104432.287500', '104432.747500', '104433.207500', '104433.667500', '104434.127500', '104434.587500', '104435.047500', '104435.507500', '104435.967500', '104436.427500', '104436.887500', '104437.347500', '104437.807500', '104438.267500', '104438.727500', '104439.187500', '104439.647500', '104440.107500', '104440.567500', '104441.027500', '104441.487500', '104441.947500', '104442.407500', '104442.867500', '104443.327500', '104443.787500', '104444.247500', '104444.707500', '104445.167500', '104445.627500', '104446.087500', '104446.547500', '104447.007500', '104447.467500', '104447.927500', '104448.387500', '104448.847500', '104449.307500', '104449.767500', '104450.227500', '104450.687500', '104451.147500', '104451.607500', '104452.067500', '104452.527500', '104452.987500', '104453.447500', '104453.907500', '104454.367500', '104454.827500', '104455.287500', '104455.747500', '104456.207500', '104456.667500', '104457.127500', '104457.587500', '104458.047500', '104458.507500', '104458.967500', '104459.427500', '104459.887500', '104500.347500', '104500.807500', '104501.267500', '104501.727500', '104502.187500', '104502.647500', '104503.107500', '104503.567500', '104504.027500', '104504.487500', '104504.947500', '104505.407500', '104505.867500', '104506.327500', '104506.787500', '104507.247500', '104507.707500', '104508.167500', '104508.627500', '104509.087500', '104509.547500', '104510.007500', '104510.467500', '104510.927500', '104511.387500', '104511.847500', '104512.307500', '104512.767500', '104513.227500', '104513.687500', '104514.147500', '104514.607500', '104515.067500', '104515.527500', '104515.987500', '104516.447500', '104516.907500', '104517.367500', '104517.827500', '104518.287500', '104518.747500', '104519.207500', '104519.667500', '104520.127500', '104520.587500', '104521.047500', '104521.507500', '104521.967500', '104522.427500', '104522.887500', '104523.347500', '104523.807500', '104524.267500', '104524.727500', '104525.187500', '104525.647500', '104526.107500', '104526.567500', '104527.027500', '104527.487500', '104527.947500', '104528.407500', '104528.867500', '104529.327500', '104529.787500', '104530.247500', '104530.707500', '104531.167500', '104531.627500', '104532.087500', '104532.547500', '104533.007500', '104533.467500', '104533.927500', '104534.387500', '104534.847500', '104535.307500', '104535.767500', '104536.227500', '104536.687500', '104537.147500', '104537.607500', '104538.067500', '104538.527500', '104538.987500', '104539.447500', '104539.907500', '104540.367500', '104540.827500', '104541.287500', '104541.747500', '104542.207500', '104542.667500', '104543.127500', '104543.587500', '104544.047500', '104544.507500', '104544.967500', '104545.427500', '104545.887500', '104546.347500', '104546.807500', '104547.267500', '104547.727500', '104548.187500', '104548.647500', '104549.107500', '104549.567500', '104550.027500', '104550.487500', '104550.947500', '104551.407500', '104551.867500', '104552.327500', '104552.787500', '104553.247500', '104553.707500', '104554.167500', '104554.627500', '104555.087500', '104555.547500', '104556.007500', '104556.467500', '104556.927500', '104557.387500', '104557.847500', '104558.307500', '104558.767500', '104559.227500', '104559.687500', '104600.147500', '104600.607500', '104601.067500', '104601.527500', '104601.987500', '104602.447500', '104602.907500', '104603.367500', '104603.827500', '104604.287500', '104604.747500', '104605.207500', '104605.667500', '104606.127500', '104606.587500', '104607.047500', '104607.507500', '104607.967500', '104608.427500', '104608.887500', '104609.347500', '104609.807500', '104610.267500', '104610.727500', '104611.187500', '104611.647500', '104612.107500', '104612.567500', '104613.027500', '104613.487500', '104613.947500', '104614.407500', '104614.867500', '104615.327500', '104615.787500', '104616.247500', '104616.707500', '104617.167500', '104617.627500', '104618.087500', '104618.547500', '104619.007500', '104619.467500', '104619.927500', '104620.387500', '104620.847500', '104621.307500', '104621.767500', '104622.227500', '104622.687500', '104623.147500', '104623.607500', '104624.067500', '104624.527500', '104624.987500', '104625.447500', '104625.907500', '104626.367500', '104626.827500', '104627.287500', '104627.747500', '104628.207500', '104628.667500', '104629.127500', '104629.587500', '104630.047500', '104630.507500', '104630.967500', '104631.427500', '104631.887500', '104632.347500', '104632.807500', '104633.267500', '104633.727500', '104634.187500', '104634.647500', '104635.107500', '104635.567500', '104636.027500', '104636.487500', '104636.947500', '104637.407500', '104637.867500', '104638.327500', '104638.787500', '104639.247500', '104639.707500', '104640.167500', '104640.627500', '104641.087500', '104641.547500', '104642.007500', '104642.467500', '104642.927500', '104643.387500', '104643.847500', '104644.307500', '104644.767500', '104645.227500', '104645.687500', '104646.147500', '104646.607500', '104647.067500', '104647.527500', '104647.987500', '104648.447500', '104648.907500', '104649.367500', '104649.827500', '104650.287500', '104650.747500', '104651.207500', '104651.667500', '104652.127500', '104652.587500', '104653.047500', '104653.507500', '104653.967500', '104654.427500', '104654.887500', '104655.347500', '104655.807500', '104656.267500', '104656.727500', '104657.187500', '104657.647500', '104658.107500', '104658.567500', '104659.027500', '104659.487500', '104659.947500', '104700.407500', '104700.867500', '104701.327500', '104701.787500', '104702.247500', '104702.707500', '104703.167500', '104703.627500', '104704.087500', '104704.547500', '104705.007500', '104705.467500', '104705.927500', '104706.387500', '104706.847500', '104707.307500', '104707.767500', '104708.227500', '104708.687500', '104709.147500', '104709.607500', '104710.067500', '104710.527500', '104710.987500', '104711.447500', '104711.907500', '104712.367500', '104712.827500', '104713.287500', '104713.747500', '104714.207500', '104714.667500', '104715.127500', '104715.587500', '104716.047500', '104716.507500', '104716.967500', '104717.427500', '104717.887500', '104718.347500', '104718.807500', '104719.267500', '104719.727500', '104720.187500', '104720.647500', '104721.107500', '104721.567500', '104722.027500', '104722.487500', '104722.947500', '104723.407500', '104723.867500', '104724.327500', '104724.787500', '104725.247500', '104725.707500', '104726.167500', '104726.627500', '104727.087500', '104727.547500', '104728.007500', '104728.467500', '104728.927500', '104729.387500', '104729.847500', '104730.307500', '104730.767500', '104731.227500', '104731.687500', '104732.147500', '104732.607500', '104733.067500', '104733.527500', '104733.987500', '104734.447500', '104734.907500', '104735.367500', '104735.827500', '104736.287500', '104736.747500', '104737.207500', '104737.667500', '104738.127500', '104738.587500', '104739.047500', '104739.507500', '104739.967500', '104740.427500', '104740.887500', '104741.347500', '104741.807500', '104742.267500', '104742.727500', '104743.187500', '104743.647500', '104744.107500', '104744.567500', '104745.027500', '104745.487500', '104745.947500', '104746.407500', '104746.867500', '104747.327500', '104747.787500', '104748.247500', '104748.707500', '104749.167500', '104749.627500', '104750.087500', '104750.547500', '104751.007500', '104751.467500', '104751.927500', '104752.387500', '104752.847500', '104753.307500', '104753.767500', '104754.227500', '104754.687500', '104755.147500', '104755.607500', '104756.067500', '104756.527500', '104756.987500', '104757.447500', '104757.907500', '104758.367500', '104758.827500', '104759.287500', '104759.747500', '104800.207500', '104800.667500', '104801.127500', '104801.587500', '104802.047500', '104802.507500', '104802.967500', '104803.427500', '104803.887500', '104804.347500', '104804.807500', '104805.267500', '104805.727500', '104806.187500', '104806.647500', '104807.107500', '104807.567500', '104808.027500', '104808.487500', '104808.947500', '104809.407500', '104809.867500', '104810.327500', '104810.787500', '104811.247500', '104811.707500', '104812.167500', '104812.627500', '104813.087500', '104813.547500', '104814.007500', '104814.467500', '104814.927500', '104815.387500', '104815.847500', '104816.307500', '104816.767500', '104817.227500', '104817.687500', '104818.147500', '104818.607500', '104819.067500', '104819.527500', '104819.987500', '104820.447500', '104820.907500', '104821.367500', '104821.827500', '104822.287500', '104822.747500', '104823.207500', '104823.667500', '104824.127500', '104824.587500', '104825.047500', '104825.507500', '104825.967500', '104826.427500', '104826.887500', '104827.347500', '104827.807500', '104828.267500', '104828.727500', '104829.187500', '104829.647500', '104830.107500', '104830.567500', '104831.027500', '104831.487500', '104831.947500', '104832.407500', '104832.867500', '104833.327500', '104833.787500', '104834.247500', '104834.707500', '104835.167500', '104835.627500', '104836.087500', '104836.547500', '104837.007500', '104837.467500', '104837.927500', '104838.387500', '104838.847500', '104839.307500', '104839.767500', '104840.227500', '104840.687500', '104841.147500', '104841.607500', '104842.067500', '104842.527500', '104842.987500', '104843.447500', '104843.907500', '104844.367500', '104844.827500', '104845.287500', '104845.747500', '104846.207500', '104846.667500', '104847.127500', '104847.587500', '104848.047500', '104848.507500', '104848.967500', '104849.427500', '104849.887500', '104850.347500', '104850.807500', '104851.267500', '104851.727500', '104852.187500', '104852.647500', '104853.107500', '104853.567500', '104854.027500', '104854.487500', '104854.947500', '104855.407500', '104855.867500', '104856.327500', '104856.787500', '104857.247500', '104857.707500', '104858.167500', '104858.627500', '104859.087500', '104859.547500', '104900.007500', '104900.467500', '104900.927500', '104901.387500', '104901.847500', '104902.307500', '104902.767500', '104903.227500', '104903.687500', '104904.147500', '104904.607500', '104905.067500', '104905.527500', '104905.987500', '104906.447500', '104906.907500', '104907.367500', '104907.827500', '104908.287500', '104908.747500', '104909.207500', '104909.667500', '104910.127500', '104910.587500', '104911.047500', '104911.507500', '104911.967500', '104912.427500', '104912.887500', '104913.347500', '104913.807500', '104914.267500', '104914.727500', '104915.187500', '104915.647500', '104916.107500', '104916.567500', '104917.027500', '104917.487500', '104917.947500', '104918.407500', '104918.867500', '104919.327500', '104919.787500', '104920.247500', '104920.707500', '104921.167500', '104921.627500', '104922.087500', '104922.547500', '104923.007500', '104923.467500', '104923.927500', '104924.387500', '104924.847500', '104925.307500', '104925.767500', '104926.227500', '104926.687500', '104927.147500', '104927.607500', '104928.067500', '104928.527500', '104928.987500', '104929.447500', '104929.907500', '104930.367500', '104930.827500', '104931.287500', '104931.747500', '104932.207500', '104932.667500', '104933.127500', '104933.587500', '104934.047500', '104934.507500', '104934.967500', '104935.427500', '104935.887500', '104936.347500', '104936.807500', '104937.267500', '104937.727500', '104938.187500', '104938.647500', '104939.107500', '104939.567500', '104940.027500', '104940.487500', '104940.947500', '104941.407500', '104941.867500', '104942.327500', '104942.787500', '104943.247500', '104943.707500', '104944.167500', '104944.627500', '104945.087500', '104945.547500', '104946.007500', '104946.467500', '104946.927500', '104947.387500', '104947.847500', '104948.307500', '104948.767500', '104949.227500', '104949.687500', '104950.147500', '104950.607500', '104951.067500', '104951.527500', '104951.987500', '104952.447500', '104952.907500', '104953.367500', '104953.827500', '104954.287500', '104954.747500', '104955.207500', '104955.667500', '104956.127500', '104956.587500', '104957.047500', '104957.507500', '104957.967500', '104958.427500', '104958.887500', '104959.347500', '104959.807500', '105000.267500', '105000.727500', '105001.187500', '105001.647500', '105002.107500', '105002.567500', '105003.027500', '105003.487500', '105003.947500', '105004.407500', '105004.867500', '105005.327500', '105005.787500', '105006.247500', '105006.707500', '105007.167500', '105007.627500', '105008.087500', '105008.547500', '105009.007500', '105009.467500', '105009.927500', '105010.387500', '105010.847500', '105011.307500', '105011.767500', '105012.227500', '105012.687500', '105013.147500', '105013.607500', '105014.067500', '105014.527500', '105014.987500', '105015.447500', '105015.907500', '105016.367500', '105016.827500', '105017.287500', '105017.747500', '105018.207500', '105018.667500', '105019.127500', '105019.587500', '105020.047500', '105020.507500', '105020.967500', '105021.427500', '105021.887500', '105022.347500', '105022.807500', '105023.267500', '105023.727500', '105024.187500', '105024.647500', '105025.107500', '105025.567500', '105026.027500', '105026.487500', '105026.947500', '105027.407500', '105027.867500', '105028.327500', '105028.787500', '105029.247500', '105029.707500', '105030.167500', '105030.627500', '105031.087500', '105031.547500', '105032.007500', '105032.467500', '105032.927500', '105033.387500', '105033.847500', '105034.307500', '105034.767500', '105035.227500', '105035.687500', '105036.147500', '105036.607500', '105037.067500', '105037.527500', '105037.987500', '105038.447500', '105038.907500', '105039.367500', '105039.827500', '105040.287500', '105040.747500', '105041.207500', '105041.667500', '105042.127500', '105042.587500', '105043.047500', '105043.507500', '105043.967500', '105044.427500', '105044.887500', '105045.347500', '105045.807500', '105046.267500', '105046.727500', '105047.187500', '105047.647500', '105048.107500', '105048.567500', '105049.027500', '105049.487500', '105049.947500', '105050.407500', '105050.867500', '105051.327500', '105051.787500', '105052.247500', '105052.707500', '105053.167500', '105053.627500', '105054.087500', '105054.547500', '105055.007500', '105055.467500', '105055.927500', '105056.387500', '105056.847500', '105057.307500', '105057.767500', '105058.227500', '105058.687500', '105059.147500', '105059.607500', '105100.067500', '105100.527500', '105100.987500', '105101.447500', '105101.907500', '105102.367500', '105102.827500', '105103.287500', '105103.747500', '105104.207500', '105104.667500', '105105.127500', '105105.587500', '105106.047500', '105106.507500', '105106.967500', '105107.427500', '105107.887500', '105108.347500', '105108.807500', '105109.267500', '105109.727500', '105110.187500', '105110.647500', '105111.107500', '105111.567500', '105112.027500', '105112.487500', '105112.947500', '105113.407500', '105113.867500', '105114.327500', '105114.787500', '105115.247500', '105115.707500', '105116.167500', '105116.627500', '105117.087500', '105117.547500', '105118.007500', '105118.467500', '105118.927500', '105119.387500', '105119.847500', '105120.307500', '105120.767500', '105121.227500', '105121.687500', '105122.147500', '105122.607500', '105123.067500', '105123.527500', '105123.987500', '105124.447500', '105124.907500', '105125.367500', '105125.827500', '105126.287500', '105126.747500', '105127.207500', '105127.667500', '105128.127500', '105128.587500', '105129.047500', '105129.507500', '105129.967500', '105130.427500', '105130.887500', '105131.347500', '105131.807500', '105132.267500', '105132.727500', '105133.187500'], 'ContentTime': ['104302.044000', '104302.048000', '104302.064000', '104302.067000', '104302.070000', '104302.073000', '104302.081000', '104302.084000', '104302.086000', '104302.089000', '104302.092000', '104302.096000', '104302.099000', '104302.102000', '104302.105000', '104302.108000', '104302.111000', '104302.114000', '104302.118000', '104302.121000', '104302.124000', '104302.127000', '104302.130000', '104302.133000', '104302.136000', '104302.139000', '104302.142000', '104302.145000', '104302.148000', '104302.151000', '104302.154000', '104302.157000', '104302.160000', '104302.163000', '104302.176000', '104302.179000', '104302.182000', '104302.185000', '104302.189000', '104302.195000', '104302.198000', '104322.018000', '104322.021000', '104322.030000', '104322.042000', '104322.058000', '104322.061000', '104322.064000', '104322.067000', '104322.070000', '104322.073000', '104322.076000', '104322.079000', '104322.082000', '104322.085000', '104322.088000', '104322.091000', '104322.094000', '104322.097000', '104322.100000', '104322.103000', '104322.106000', '104322.109000', '104322.112000', '104322.115000', '104322.118000', '104322.121000', '104322.124000', '104322.127000', '104322.130000', '104322.133000', '104322.136000', '104322.139000', '104322.142000', '104322.145000', '104322.148000', '104322.151000', '104322.154000', '104322.157000', '104322.195000', '104322.198000', '104322.201000', '104322.204000', '104322.207000', '104322.210000', '104342.018000', '104342.021000', '104342.024000', '104342.027000', '104342.029000', '104342.032000', '104342.035000', '104342.038000', '104342.041000', '104342.044000', '104342.047000', '104342.050000', '104342.052000', '104342.055000', '104342.058000', '104342.061000', '104342.067000', '104342.069000', '104342.072000', '104342.075000', '104342.078000', '104342.081000', '104342.084000', '104342.087000', '104342.089000', '104342.092000', '104342.103000', '104342.106000', '104342.108000', '104342.111000', '104342.115000', '104342.118000', '104342.121000', '104342.124000', '104342.127000', '104342.129000', '104342.132000', '104342.135000', '104342.138000', '104342.141000', '104342.146000', '104342.149000', '104342.152000', '104402.017000', '104402.020000', '104402.023000', '104402.025000', '104402.028000', '104402.031000', '104402.034000', '104402.037000', '104402.040000', '104402.043000', '104402.045000', '104402.048000', '104402.062000', '104402.065000', '104402.068000', '104402.071000', '104402.074000', '104402.076000', '104402.079000', '104402.082000', '104402.085000', '104402.092000', '104402.095000', '104402.098000', '104402.100000', '104402.103000', '104402.106000', '104402.110000', '104402.113000', '104402.116000', '104402.119000', '104402.122000', '104402.124000', '104402.127000', '104402.130000', '104402.133000', '104402.136000', '104402.139000', '104402.142000', '104402.144000', '104402.147000', '104402.150000', '104402.153000', '104402.156000', '104422.018000', '104422.021000', '104422.024000', '104422.026000', '104422.029000', '104422.032000', '104422.035000', '104422.038000', '104422.041000', '104422.044000', '104422.047000', '104422.050000', '104422.052000', '104422.055000', '104422.058000', '104422.061000', '104422.064000', '104422.067000', '104422.070000', '104422.073000', '104422.075000', '104422.079000', '104422.081000', '104422.084000', '104422.087000', '104422.090000', '104422.093000', '104422.096000', '104422.099000', '104422.102000', '104422.105000', '104422.108000', '104422.111000', '104422.114000', '104422.116000', '104422.119000', '104422.122000', '104422.125000', '104422.128000', '104422.131000', '104422.134000', '104422.137000', '104422.140000', '104442.018000', '104442.021000', '104442.024000', '104442.027000', '104442.029000', '104442.032000', '104442.035000', '104442.038000', '104442.041000', '104442.044000', '104442.046000', '104442.049000', '104442.052000', '104442.055000', '104442.058000', '104442.061000', '104442.064000', '104442.067000', '104442.070000', '104442.072000', '104442.075000', '104442.078000', '104442.081000', '104442.084000', '104442.087000', '104442.090000', '104442.093000', '104442.095000', '104442.098000', '104442.101000', '104442.104000', '104442.107000', '104442.110000', '104442.113000', '104442.116000', '104442.118000', '104442.121000', '104442.124000', '104442.134000', '104442.137000', '104442.140000', '104442.143000', '104442.146000', '104502.018000', '104502.021000', '104502.024000', '104502.027000', '104502.029000', '104502.032000', '104502.035000', '104502.038000', '104502.041000', '104502.044000', '104502.047000', '104502.050000', '104502.053000', '104502.056000', '104502.058000', '104502.061000', '104502.064000', '104502.067000', '104502.070000', '104502.073000', '104502.076000', '104502.078000', '104502.081000', '104502.084000', '104502.087000', '104502.090000', '104502.093000', '104502.096000', '104502.098000', '104502.101000', '104502.104000', '104502.107000', '104502.110000', '104502.113000', '104502.116000', '104502.118000', '104502.121000', '104502.124000', '104502.127000', '104502.130000', '104502.133000', '104502.135000', '104502.138000', '104502.141000', '104522.020000', '104522.024000', '104522.027000', '104522.030000', '104522.033000', '104522.035000', '104522.038000', '104522.041000', '104522.044000', '104522.047000', '104522.050000', '104522.053000', '104522.056000', '104522.059000', '104522.062000', '104522.064000', '104522.067000', '104522.070000', '104522.073000', '104522.076000', '104522.079000', '104522.082000', '104522.085000', '104522.088000', '104522.097000', '104522.100000', '104522.103000', '104522.106000', '104522.108000', '104522.111000', '104522.114000', '104522.117000', '104522.120000', '104522.123000', '104522.125000', '104522.128000', '104522.131000', '104522.145000', '104522.148000', '104522.151000', '104522.154000', '104522.157000', '104522.206000', '104542.018000', '104542.021000', '104542.024000', '104542.027000', '104542.030000', '104542.033000', '104542.035000', '104542.038000', '104542.041000', '104542.044000', '104542.047000', '104542.050000', '104542.053000', '104542.055000', '104542.058000', '104542.061000', '104542.064000', '104542.067000', '104542.070000', '104542.073000', '104542.075000', '104542.078000', '104542.081000', '104542.084000', '104542.087000', '104542.090000', '104542.093000', '104542.095000', '104542.098000', '104542.101000', '104542.104000', '104542.107000', '104542.110000', '104542.113000', '104542.116000', '104542.118000', '104542.121000', '104542.124000', '104542.127000', '104542.130000', '104542.133000', '104542.136000', '104542.138000', '104542.141000', '104602.018000', '104602.021000', '104602.024000', '104602.027000', '104602.030000', '104602.032000', '104602.035000', '104602.038000', '104602.041000', '104602.044000', '104602.047000', '104602.051000', '104602.056000', '104602.059000', '104602.062000', '104602.065000', '104602.068000', '104602.071000', '104602.074000', '104602.077000', '104602.080000', '104602.083000', '104602.086000', '104602.088000', '104602.091000', '104602.094000', '104602.097000', '104602.100000', '104602.103000', '104602.106000', '104602.109000', '104602.111000', '104602.114000', '104602.117000', '104602.120000', '104602.123000', '104602.126000', '104602.129000', '104602.131000', '104602.134000', '104602.137000', '104602.140000', '104602.143000', '104622.017000', '104622.020000', '104622.023000', '104622.026000', '104622.029000', '104622.031000', '104622.034000', '104622.037000', '104622.040000', '104622.043000', '104622.046000', '104622.049000', '104622.052000', '104622.055000', '104622.058000', '104622.061000', '104622.063000', '104622.066000', '104622.069000', '104622.072000', '104622.075000', '104622.078000', '104622.081000', '104622.095000', '104622.098000', '104622.101000', '104622.104000', '104622.107000', '104622.110000', '104622.113000', '104622.116000', '104622.119000', '104622.122000', '104622.124000', '104622.127000', '104622.130000', '104622.133000', '104622.136000', '104622.139000', '104622.142000', '104622.145000', '104622.147000', '104622.150000', '104622.153000', '104642.018000', '104642.021000', '104642.024000', '104642.027000', '104642.030000', '104642.033000', '104642.036000', '104642.038000', '104642.041000', '104642.044000', '104642.047000', '104642.050000', '104642.053000', '104642.056000', '104642.058000', '104642.061000', '104642.064000', '104642.067000', '104642.070000', '104642.073000', '104642.076000', '104642.079000', '104642.081000', '104642.084000', '104642.087000', '104642.092000', '104642.096000', '104642.099000', '104642.102000', '104642.105000', '104642.108000', '104642.110000', '104642.113000', '104642.116000', '104642.119000', '104642.122000', '104642.125000', '104642.128000', '104642.131000', '104642.133000', '104642.136000', '104642.139000', '104642.142000', '104702.018000', '104702.021000', '104702.041000', '104702.043000', '104702.046000', '104702.049000', '104702.052000', '104702.055000', '104702.058000', '104702.061000', '104702.064000', '104702.067000', '104702.070000', '104702.073000', '104702.076000', '104702.079000', '104702.081000', '104702.084000', '104702.087000', '104702.102000', '104702.104000', '104702.107000', '104702.110000', '104702.113000', '104702.116000', '104702.119000', '104702.122000', '104702.124000', '104702.127000', '104702.130000', '104702.133000', '104702.136000', '104702.139000', '104702.142000', '104702.144000', '104702.147000', '104702.150000', '104702.153000', '104702.156000', '104702.185000', '104702.188000', '104702.190000', '104702.193000', '104702.196000', '104722.018000', '104722.022000', '104722.025000', '104722.028000', '104722.031000', '104722.034000', '104722.037000', '104722.040000', '104722.043000', '104722.045000', '104722.048000', '104722.051000', '104722.054000', '104722.057000', '104722.060000', '104722.063000', '104722.066000', '104722.069000', '104722.073000', '104722.076000', '104722.079000', '104722.082000', '104722.085000', '104722.088000', '104722.091000', '104722.094000', '104722.097000', '104722.099000', '104722.102000', '104722.105000', '104722.108000', '104722.111000', '104722.114000', '104722.117000', '104722.120000', '104722.123000', '104722.126000', '104722.128000', '104722.131000', '104722.134000', '104722.137000', '104722.140000', '104722.143000', '104742.018000', '104742.021000', '104742.024000', '104742.027000', '104742.030000', '104742.032000', '104742.035000', '104742.038000', '104742.041000', '104742.044000', '104742.047000', '104742.050000', '104742.052000', '104742.055000', '104742.058000', '104742.061000', '104742.064000', '104742.067000', '104742.070000', '104742.073000', '104742.076000', '104742.079000', '104742.081000', '104742.084000', '104742.087000', '104742.090000', '104742.093000', '104742.096000', '104742.098000', '104742.106000', '104742.109000', '104742.112000', '104742.115000', '104742.118000', '104742.121000', '104742.123000', '104742.126000', '104742.129000', '104742.132000', '104742.135000', '104742.138000', '104742.141000', '104742.143000', '104742.146000', '104802.018000', '104802.021000', '104802.024000', '104802.027000', '104802.030000', '104802.033000', '104802.035000', '104802.038000', '104802.041000', '104802.044000', '104802.047000', '104802.050000', '104802.053000', '104802.056000', '104802.058000', '104802.061000', '104802.064000', '104802.067000', '104802.070000', '104802.073000', '104802.076000', '104802.079000', '104802.082000', '104802.085000', '104802.088000', '104802.091000', '104802.094000', '104802.097000', '104802.100000', '104802.103000', '104802.106000', '104802.108000', '104802.111000', '104802.114000', '104802.117000', '104802.120000', '104802.123000', '104802.126000', '104802.129000', '104802.131000', '104802.134000', '104802.137000', '104802.140000', '104822.018000', '104822.021000', '104822.024000', '104822.027000', '104822.030000', '104822.032000', '104822.035000', '104822.038000', '104822.041000', '104822.044000', '104822.047000', '104822.050000', '104822.053000', '104822.056000', '104822.058000', '104822.061000', '104822.064000', '104822.067000', '104822.070000', '104822.073000', '104822.076000', '104822.079000', '104822.082000', '104822.084000', '104822.087000', '104822.090000', '104822.093000', '104822.096000', '104822.099000', '104822.102000', '104822.121000', '104822.124000', '104822.126000', '104822.129000', '104822.132000', '104822.135000', '104822.138000', '104822.141000', '104822.144000', '104822.148000', '104822.151000', '104822.154000', '104822.157000', '104822.181000', '104842.017000', '104842.020000', '104842.023000', '104842.026000', '104842.029000', '104842.031000', '104842.034000', '104842.037000', '104842.040000', '104842.043000', '104842.046000', '104842.049000', '104842.052000', '104842.055000', '104842.059000', '104842.062000', '104842.065000', '104842.068000', '104842.071000', '104842.074000', '104842.077000', '104842.079000', '104842.082000', '104842.085000', '104842.088000', '104842.091000', '104842.094000', '104842.097000', '104842.100000', '104842.103000', '104842.106000', '104842.108000', '104842.111000', '104842.114000', '104842.117000', '104842.120000', '104842.123000', '104842.128000', '104842.131000', '104842.134000', '104842.137000', '104842.140000', '104842.143000', '104902.018000', '104902.021000', '104902.024000', '104902.027000', '104902.030000', '104902.032000', '104902.035000', '104902.038000', '104902.041000', '104902.044000', '104902.047000', '104902.050000', '104902.052000', '104902.055000', '104902.058000', '104902.061000', '104902.064000', '104902.067000', '104902.070000', '104902.073000', '104902.076000', '104902.078000', '104902.081000', '104902.084000', '104902.087000', '104902.090000', '104902.093000', '104902.096000', '104902.099000', '104902.101000', '104902.104000', '104902.107000', '104902.110000', '104902.113000', '104902.116000', '104902.119000', '104902.121000', '104902.124000', '104902.127000', '104902.130000', '104902.133000', '104902.136000', '104902.139000', '104902.142000', '104922.018000', '104922.021000', '104922.024000', '104922.027000', '104922.029000', '104922.032000', '104922.035000', '104922.038000', '104922.041000', '104922.044000', '104922.047000', '104922.049000', '104922.052000', '104922.055000', '104922.058000', '104922.061000', '104922.064000', '104922.067000', '104922.070000', '104922.072000', '104922.075000', '104922.078000', '104922.081000', '104922.084000', '104922.087000', '104922.090000', '104922.093000', '104922.096000', '104922.098000', '104922.101000', '104922.104000', '104922.107000', '104922.110000', '104922.113000', '104922.116000', '104922.118000', '104922.121000', '104922.124000', '104922.127000', '104922.130000', '104922.133000', '104922.136000', '104922.140000', '104942.018000', '104942.021000', '104942.024000', '104942.027000', '104942.030000', '104942.032000', '104942.035000', '104942.038000', '104942.041000', '104942.044000', '104942.047000', '104942.049000', '104942.052000', '104942.055000', '104942.058000', '104942.061000', '104942.064000', '104942.067000', '104942.070000', '104942.073000', '104942.075000', '104942.078000', '104942.081000', '104942.084000', '104942.087000', '104942.090000', '104942.093000', '104942.095000', '104942.098000', '104942.101000', '104942.104000', '104942.107000', '104942.110000', '104942.112000', '104942.115000', '104942.118000', '104942.121000', '104942.124000', '104942.127000', '104942.130000', '104942.132000', '104942.142000', '104942.145000', '104942.148000', '105002.018000', '105002.021000', '105002.024000', '105002.027000', '105002.030000', '105002.032000', '105002.035000', '105002.038000', '105002.041000', '105002.044000', '105002.047000', '105002.050000', '105002.053000', '105002.055000', '105002.058000', '105002.061000', '105002.064000', '105002.067000', '105002.070000', '105002.073000', '105002.076000', '105002.079000', '105002.082000', '105002.084000', '105002.087000', '105002.090000', '105002.093000', '105002.097000', '105002.100000', '105002.103000', '105002.106000', '105002.109000', '105002.112000', '105002.115000', '105002.118000', '105002.121000', '105002.123000', '105002.126000', '105002.129000', '105002.132000', '105002.135000', '105002.138000', '105002.141000', '105022.018000', '105022.021000', '105022.024000', '105022.027000', '105022.030000', '105022.032000', '105022.035000', '105022.038000', '105022.041000', '105022.044000', '105022.047000', '105022.049000', '105022.052000', '105022.055000', '105022.058000', '105022.062000', '105022.065000', '105022.068000', '105022.071000', '105022.074000', '105022.076000', '105022.079000', '105022.082000', '105022.085000', '105022.088000', '105022.091000', '105022.094000', '105022.096000', '105022.099000', '105022.102000', '105022.105000', '105022.108000', '105022.111000', '105022.113000', '105022.116000', '105022.119000', '105022.122000', '105022.125000', '105022.128000', '105022.131000', '105022.134000', '105022.136000', '105022.139000', '105022.142000', '105042.018000', '105042.021000', '105042.024000', '105042.027000', '105042.030000', '105042.032000', '105042.035000', '105042.038000', '105042.041000', '105042.044000', '105042.047000', '105042.050000', '105042.053000', '105042.056000', '105042.059000', '105042.062000', '105042.064000', '105042.067000', '105042.070000', '105042.073000', '105042.076000', '105042.079000', '105042.082000', '105042.085000', '105042.088000', '105042.090000', '105042.093000', '105042.096000', '105042.099000', '105042.102000', '105042.105000', '105042.108000', '105042.111000', '105042.113000', '105042.116000', '105042.119000', '105042.122000', '105042.125000', '105042.128000', '105042.131000', '105042.133000', '105042.136000', '105042.139000', '105102.017000', '105102.020000', '105102.023000', '105102.026000', '105102.029000', '105102.031000', '105102.034000', '105102.037000', '105102.040000', '105102.043000', '105102.046000', '105102.049000', '105102.052000', '105102.054000', '105102.057000', '105102.060000', '105102.063000', '105102.066000', '105102.069000', '105102.072000', '105102.075000', '105102.077000', '105102.080000', '105102.083000', '105102.086000', '105102.089000', '105102.092000', '105102.095000', '105102.098000', '105102.100000', '105102.103000', '105102.106000', '105102.109000', '105102.112000', '105102.115000', '105102.118000', '105102.120000', '105102.143000', '105102.146000', '105102.148000', '105102.151000', '105102.154000', '105102.157000', '105102.234000', '105122.018000', '105122.021000', '105122.024000', '105122.027000', '105122.030000', '105122.032000', '105122.035000', '105122.038000', '105122.041000', '105122.044000', '105122.047000', '105122.050000', '105122.053000', '105122.056000', '105122.059000', '105122.061000', '105122.064000', '105122.067000', '105122.070000', '105122.073000', '105122.076000', '105122.079000', '105122.082000', '105122.085000', '105122.087000', '105122.090000', '105122.093000', '105122.096000', '105122.099000', '105122.102000', '105122.105000', '105122.108000', '105122.111000', '105122.114000', '105122.116000', '105122.119000', '105122.122000', '105122.125000', '105122.128000', '105122.131000', '105122.135000', '105122.138000', '105122.141000', '105134.711000', '105134.714000', '105134.717000', '105134.720000', '105134.723000', '105134.727000', '105134.730000', '105134.733000', '105134.736000', '105134.739000', '105134.742000', '105134.745000', '105134.748000', '105134.751000', '105134.754000', '105134.756000', '105134.759000', '105134.763000', '105134.765000', '105134.768000', '105134.771000', '105134.774000', '105134.777000', '105134.780000', '105134.783000', '105134.788000', '105134.791000', '105134.794000'], 'InstanceCreationTime': ['104302.044000', '104302.048000', '104302.064000', '104302.067000', '104302.070000', '104302.073000', '104302.081000', '104302.084000', '104302.086000', '104302.089000', '104302.092000', '104302.096000', '104302.099000', '104302.102000', '104302.105000', '104302.108000', '104302.111000', '104302.114000', '104302.118000', '104302.121000', '104302.124000', '104302.127000', '104302.130000', '104302.133000', '104302.136000', '104302.139000', '104302.142000', '104302.145000', '104302.148000', '104302.151000', '104302.154000', '104302.157000', '104302.160000', '104302.163000', '104302.176000', '104302.179000', '104302.182000', '104302.185000', '104302.189000', '104302.195000', '104302.198000', '104322.018000', '104322.021000', '104322.030000', '104322.042000', '104322.058000', '104322.061000', '104322.064000', '104322.067000', '104322.070000', '104322.073000', '104322.076000', '104322.079000', '104322.082000', '104322.085000', '104322.088000', '104322.091000', '104322.094000', '104322.097000', '104322.100000', '104322.103000', '104322.106000', '104322.109000', '104322.112000', '104322.115000', '104322.118000', '104322.121000', '104322.124000', '104322.127000', '104322.130000', '104322.133000', '104322.136000', '104322.139000', '104322.142000', '104322.145000', '104322.148000', '104322.151000', '104322.154000', '104322.157000', '104322.195000', '104322.198000', '104322.201000', '104322.204000', '104322.207000', '104322.210000', '104342.018000', '104342.021000', '104342.024000', '104342.027000', '104342.029000', '104342.032000', '104342.035000', '104342.038000', '104342.041000', '104342.044000', '104342.047000', '104342.050000', '104342.052000', '104342.055000', '104342.058000', '104342.061000', '104342.067000', '104342.069000', '104342.072000', '104342.075000', '104342.078000', '104342.081000', '104342.084000', '104342.087000', '104342.089000', '104342.092000', '104342.103000', '104342.106000', '104342.108000', '104342.111000', '104342.115000', '104342.118000', '104342.121000', '104342.124000', '104342.127000', '104342.129000', '104342.132000', '104342.135000', '104342.138000', '104342.141000', '104342.146000', '104342.149000', '104342.152000', '104402.017000', '104402.020000', '104402.023000', '104402.025000', '104402.028000', '104402.031000', '104402.034000', '104402.037000', '104402.040000', '104402.043000', '104402.045000', '104402.048000', '104402.062000', '104402.065000', '104402.068000', '104402.071000', '104402.074000', '104402.076000', '104402.079000', '104402.082000', '104402.085000', '104402.092000', '104402.095000', '104402.098000', '104402.100000', '104402.103000', '104402.106000', '104402.110000', '104402.113000', '104402.116000', '104402.119000', '104402.122000', '104402.124000', '104402.127000', '104402.130000', '104402.133000', '104402.136000', '104402.139000', '104402.142000', '104402.144000', '104402.147000', '104402.150000', '104402.153000', '104402.156000', '104422.018000', '104422.021000', '104422.024000', '104422.026000', '104422.029000', '104422.032000', '104422.035000', '104422.038000', '104422.041000', '104422.044000', '104422.047000', '104422.050000', '104422.052000', '104422.055000', '104422.058000', '104422.061000', '104422.064000', '104422.067000', '104422.070000', '104422.073000', '104422.075000', '104422.079000', '104422.081000', '104422.084000', '104422.087000', '104422.090000', '104422.093000', '104422.096000', '104422.099000', '104422.102000', '104422.105000', '104422.108000', '104422.111000', '104422.114000', '104422.116000', '104422.119000', '104422.122000', '104422.125000', '104422.128000', '104422.131000', '104422.134000', '104422.137000', '104422.140000', '104442.018000', '104442.021000', '104442.024000', '104442.027000', '104442.029000', '104442.032000', '104442.035000', '104442.038000', '104442.041000', '104442.044000', '104442.046000', '104442.049000', '104442.052000', '104442.055000', '104442.058000', '104442.061000', '104442.064000', '104442.067000', '104442.070000', '104442.072000', '104442.075000', '104442.078000', '104442.081000', '104442.084000', '104442.087000', '104442.090000', '104442.093000', '104442.095000', '104442.098000', '104442.101000', '104442.104000', '104442.107000', '104442.110000', '104442.113000', '104442.116000', '104442.118000', '104442.121000', '104442.124000', '104442.134000', '104442.137000', '104442.140000', '104442.143000', '104442.146000', '104502.018000', '104502.021000', '104502.024000', '104502.027000', '104502.029000', '104502.032000', '104502.035000', '104502.038000', '104502.041000', '104502.044000', '104502.047000', '104502.050000', '104502.053000', '104502.056000', '104502.058000', '104502.061000', '104502.064000', '104502.067000', '104502.070000', '104502.073000', '104502.076000', '104502.078000', '104502.081000', '104502.084000', '104502.087000', '104502.090000', '104502.093000', '104502.096000', '104502.098000', '104502.101000', '104502.104000', '104502.107000', '104502.110000', '104502.113000', '104502.116000', '104502.118000', '104502.121000', '104502.124000', '104502.127000', '104502.130000', '104502.133000', '104502.135000', '104502.138000', '104502.141000', '104522.020000', '104522.024000', '104522.027000', '104522.030000', '104522.033000', '104522.035000', '104522.038000', '104522.041000', '104522.044000', '104522.047000', '104522.050000', '104522.053000', '104522.056000', '104522.059000', '104522.062000', '104522.064000', '104522.067000', '104522.070000', '104522.073000', '104522.076000', '104522.079000', '104522.082000', '104522.085000', '104522.088000', '104522.097000', '104522.100000', '104522.103000', '104522.106000', '104522.108000', '104522.111000', '104522.114000', '104522.117000', '104522.120000', '104522.123000', '104522.125000', '104522.128000', '104522.131000', '104522.145000', '104522.148000', '104522.151000', '104522.154000', '104522.157000', '104522.206000', '104542.018000', '104542.021000', '104542.024000', '104542.027000', '104542.030000', '104542.033000', '104542.035000', '104542.038000', '104542.041000', '104542.044000', '104542.047000', '104542.050000', '104542.053000', '104542.055000', '104542.058000', '104542.061000', '104542.064000', '104542.067000', '104542.070000', '104542.073000', '104542.075000', '104542.078000', '104542.081000', '104542.084000', '104542.087000', '104542.090000', '104542.093000', '104542.095000', '104542.098000', '104542.101000', '104542.104000', '104542.107000', '104542.110000', '104542.113000', '104542.116000', '104542.118000', '104542.121000', '104542.124000', '104542.127000', '104542.130000', '104542.133000', '104542.136000', '104542.138000', '104542.141000', '104602.018000', '104602.021000', '104602.024000', '104602.027000', '104602.030000', '104602.032000', '104602.035000', '104602.038000', '104602.041000', '104602.044000', '104602.047000', '104602.051000', '104602.056000', '104602.059000', '104602.062000', '104602.065000', '104602.068000', '104602.071000', '104602.074000', '104602.077000', '104602.080000', '104602.083000', '104602.086000', '104602.088000', '104602.091000', '104602.094000', '104602.097000', '104602.100000', '104602.103000', '104602.106000', '104602.109000', '104602.111000', '104602.114000', '104602.117000', '104602.120000', '104602.123000', '104602.126000', '104602.129000', '104602.131000', '104602.134000', '104602.137000', '104602.140000', '104602.143000', '104622.017000', '104622.020000', '104622.023000', '104622.026000', '104622.029000', '104622.031000', '104622.034000', '104622.037000', '104622.040000', '104622.043000', '104622.046000', '104622.049000', '104622.052000', '104622.055000', '104622.058000', '104622.061000', '104622.063000', '104622.066000', '104622.069000', '104622.072000', '104622.075000', '104622.078000', '104622.081000', '104622.095000', '104622.098000', '104622.101000', '104622.104000', '104622.107000', '104622.110000', '104622.113000', '104622.116000', '104622.119000', '104622.122000', '104622.124000', '104622.127000', '104622.130000', '104622.133000', '104622.136000', '104622.139000', '104622.142000', '104622.145000', '104622.147000', '104622.150000', '104622.153000', '104642.018000', '104642.021000', '104642.024000', '104642.027000', '104642.030000', '104642.033000', '104642.036000', '104642.038000', '104642.041000', '104642.044000', '104642.047000', '104642.050000', '104642.053000', '104642.056000', '104642.058000', '104642.061000', '104642.064000', '104642.067000', '104642.070000', '104642.073000', '104642.076000', '104642.079000', '104642.081000', '104642.084000', '104642.087000', '104642.092000', '104642.096000', '104642.099000', '104642.102000', '104642.105000', '104642.108000', '104642.110000', '104642.113000', '104642.116000', '104642.119000', '104642.122000', '104642.125000', '104642.128000', '104642.131000', '104642.133000', '104642.136000', '104642.139000', '104642.142000', '104702.018000', '104702.021000', '104702.041000', '104702.043000', '104702.046000', '104702.049000', '104702.052000', '104702.055000', '104702.058000', '104702.061000', '104702.064000', '104702.067000', '104702.070000', '104702.073000', '104702.076000', '104702.079000', '104702.081000', '104702.084000', '104702.087000', '104702.102000', '104702.104000', '104702.107000', '104702.110000', '104702.113000', '104702.116000', '104702.119000', '104702.122000', '104702.124000', '104702.127000', '104702.130000', '104702.133000', '104702.136000', '104702.139000', '104702.142000', '104702.144000', '104702.147000', '104702.150000', '104702.153000', '104702.156000', '104702.185000', '104702.188000', '104702.190000', '104702.193000', '104702.196000', '104722.018000', '104722.022000', '104722.025000', '104722.028000', '104722.031000', '104722.034000', '104722.037000', '104722.040000', '104722.043000', '104722.045000', '104722.048000', '104722.051000', '104722.054000', '104722.057000', '104722.060000', '104722.063000', '104722.066000', '104722.069000', '104722.073000', '104722.076000', '104722.079000', '104722.082000', '104722.085000', '104722.088000', '104722.091000', '104722.094000', '104722.097000', '104722.099000', '104722.102000', '104722.105000', '104722.108000', '104722.111000', '104722.114000', '104722.117000', '104722.120000', '104722.123000', '104722.126000', '104722.128000', '104722.131000', '104722.134000', '104722.137000', '104722.140000', '104722.143000', '104742.018000', '104742.021000', '104742.024000', '104742.027000', '104742.030000', '104742.032000', '104742.035000', '104742.038000', '104742.041000', '104742.044000', '104742.047000', '104742.050000', '104742.052000', '104742.055000', '104742.058000', '104742.061000', '104742.064000', '104742.067000', '104742.070000', '104742.073000', '104742.076000', '104742.079000', '104742.081000', '104742.084000', '104742.087000', '104742.090000', '104742.093000', '104742.096000', '104742.098000', '104742.106000', '104742.109000', '104742.112000', '104742.115000', '104742.118000', '104742.121000', '104742.123000', '104742.126000', '104742.129000', '104742.132000', '104742.135000', '104742.138000', '104742.141000', '104742.143000', '104742.146000', '104802.018000', '104802.021000', '104802.024000', '104802.027000', '104802.030000', '104802.033000', '104802.035000', '104802.038000', '104802.041000', '104802.044000', '104802.047000', '104802.050000', '104802.053000', '104802.056000', '104802.058000', '104802.061000', '104802.064000', '104802.067000', '104802.070000', '104802.073000', '104802.076000', '104802.079000', '104802.082000', '104802.085000', '104802.088000', '104802.091000', '104802.094000', '104802.097000', '104802.100000', '104802.103000', '104802.106000', '104802.108000', '104802.111000', '104802.114000', '104802.117000', '104802.120000', '104802.123000', '104802.126000', '104802.129000', '104802.131000', '104802.134000', '104802.137000', '104802.140000', '104822.018000', '104822.021000', '104822.024000', '104822.027000', '104822.030000', '104822.032000', '104822.035000', '104822.038000', '104822.041000', '104822.044000', '104822.047000', '104822.050000', '104822.053000', '104822.056000', '104822.058000', '104822.061000', '104822.064000', '104822.067000', '104822.070000', '104822.073000', '104822.076000', '104822.079000', '104822.082000', '104822.084000', '104822.087000', '104822.090000', '104822.093000', '104822.096000', '104822.099000', '104822.102000', '104822.121000', '104822.124000', '104822.126000', '104822.129000', '104822.132000', '104822.135000', '104822.138000', '104822.141000', '104822.144000', '104822.148000', '104822.151000', '104822.154000', '104822.157000', '104822.181000', '104842.017000', '104842.020000', '104842.023000', '104842.026000', '104842.029000', '104842.031000', '104842.034000', '104842.037000', '104842.040000', '104842.043000', '104842.046000', '104842.049000', '104842.052000', '104842.055000', '104842.059000', '104842.062000', '104842.065000', '104842.068000', '104842.071000', '104842.074000', '104842.077000', '104842.079000', '104842.082000', '104842.085000', '104842.088000', '104842.091000', '104842.094000', '104842.097000', '104842.100000', '104842.103000', '104842.106000', '104842.108000', '104842.111000', '104842.114000', '104842.117000', '104842.120000', '104842.123000', '104842.128000', '104842.131000', '104842.134000', '104842.137000', '104842.140000', '104842.143000', '104902.018000', '104902.021000', '104902.024000', '104902.027000', '104902.030000', '104902.032000', '104902.035000', '104902.038000', '104902.041000', '104902.044000', '104902.047000', '104902.050000', '104902.052000', '104902.055000', '104902.058000', '104902.061000', '104902.064000', '104902.067000', '104902.070000', '104902.073000', '104902.076000', '104902.078000', '104902.081000', '104902.084000', '104902.087000', '104902.090000', '104902.093000', '104902.096000', '104902.099000', '104902.101000', '104902.104000', '104902.107000', '104902.110000', '104902.113000', '104902.116000', '104902.119000', '104902.121000', '104902.124000', '104902.127000', '104902.130000', '104902.133000', '104902.136000', '104902.139000', '104902.142000', '104922.018000', '104922.021000', '104922.024000', '104922.027000', '104922.029000', '104922.032000', '104922.035000', '104922.038000', '104922.041000', '104922.044000', '104922.047000', '104922.049000', '104922.052000', '104922.055000', '104922.058000', '104922.061000', '104922.064000', '104922.067000', '104922.070000', '104922.072000', '104922.075000', '104922.078000', '104922.081000', '104922.084000', '104922.087000', '104922.090000', '104922.093000', '104922.096000', '104922.098000', '104922.101000', '104922.104000', '104922.107000', '104922.110000', '104922.113000', '104922.116000', '104922.118000', '104922.121000', '104922.124000', '104922.127000', '104922.130000', '104922.133000', '104922.136000', '104922.140000', '104942.018000', '104942.021000', '104942.024000', '104942.027000', '104942.030000', '104942.032000', '104942.035000', '104942.038000', '104942.041000', '104942.044000', '104942.047000', '104942.049000', '104942.052000', '104942.055000', '104942.058000', '104942.061000', '104942.064000', '104942.067000', '104942.070000', '104942.073000', '104942.075000', '104942.078000', '104942.081000', '104942.084000', '104942.087000', '104942.090000', '104942.093000', '104942.095000', '104942.098000', '104942.101000', '104942.104000', '104942.107000', '104942.110000', '104942.112000', '104942.115000', '104942.118000', '104942.121000', '104942.124000', '104942.127000', '104942.130000', '104942.132000', '104942.142000', '104942.145000', '104942.148000', '105002.018000', '105002.021000', '105002.024000', '105002.027000', '105002.030000', '105002.032000', '105002.035000', '105002.038000', '105002.041000', '105002.044000', '105002.047000', '105002.050000', '105002.053000', '105002.055000', '105002.058000', '105002.061000', '105002.064000', '105002.067000', '105002.070000', '105002.073000', '105002.076000', '105002.079000', '105002.082000', '105002.084000', '105002.087000', '105002.090000', '105002.093000', '105002.097000', '105002.100000', '105002.103000', '105002.106000', '105002.109000', '105002.112000', '105002.115000', '105002.118000', '105002.121000', '105002.123000', '105002.126000', '105002.129000', '105002.132000', '105002.135000', '105002.138000', '105002.141000', '105022.018000', '105022.021000', '105022.024000', '105022.027000', '105022.030000', '105022.032000', '105022.035000', '105022.038000', '105022.041000', '105022.044000', '105022.047000', '105022.049000', '105022.052000', '105022.055000', '105022.058000', '105022.062000', '105022.065000', '105022.068000', '105022.071000', '105022.074000', '105022.076000', '105022.079000', '105022.082000', '105022.085000', '105022.088000', '105022.091000', '105022.094000', '105022.096000', '105022.099000', '105022.102000', '105022.105000', '105022.108000', '105022.111000', '105022.113000', '105022.116000', '105022.119000', '105022.122000', '105022.125000', '105022.128000', '105022.131000', '105022.134000', '105022.136000', '105022.139000', '105022.142000', '105042.018000', '105042.021000', '105042.024000', '105042.027000', '105042.030000', '105042.032000', '105042.035000', '105042.038000', '105042.041000', '105042.044000', '105042.047000', '105042.050000', '105042.053000', '105042.056000', '105042.059000', '105042.062000', '105042.064000', '105042.067000', '105042.070000', '105042.073000', '105042.076000', '105042.079000', '105042.082000', '105042.085000', '105042.088000', '105042.090000', '105042.093000', '105042.096000', '105042.099000', '105042.102000', '105042.105000', '105042.108000', '105042.111000', '105042.113000', '105042.116000', '105042.119000', '105042.122000', '105042.125000', '105042.128000', '105042.131000', '105042.133000', '105042.136000', '105042.139000', '105102.017000', '105102.020000', '105102.023000', '105102.026000', '105102.029000', '105102.031000', '105102.034000', '105102.037000', '105102.040000', '105102.043000', '105102.046000', '105102.049000', '105102.052000', '105102.054000', '105102.057000', '105102.060000', '105102.063000', '105102.066000', '105102.069000', '105102.072000', '105102.075000', '105102.077000', '105102.080000', '105102.083000', '105102.086000', '105102.089000', '105102.092000', '105102.095000', '105102.098000', '105102.100000', '105102.103000', '105102.106000', '105102.109000', '105102.112000', '105102.115000', '105102.118000', '105102.120000', '105102.143000', '105102.146000', '105102.148000', '105102.151000', '105102.154000', '105102.157000', '105102.234000', '105122.018000', '105122.021000', '105122.024000', '105122.027000', '105122.030000', '105122.032000', '105122.035000', '105122.038000', '105122.041000', '105122.044000', '105122.047000', '105122.050000', '105122.053000', '105122.056000', '105122.059000', '105122.061000', '105122.064000', '105122.067000', '105122.070000', '105122.073000', '105122.076000', '105122.079000', '105122.082000', '105122.085000', '105122.087000', '105122.090000', '105122.093000', '105122.096000', '105122.099000', '105122.102000', '105122.105000', '105122.108000', '105122.111000', '105122.114000', '105122.116000', '105122.119000', '105122.122000', '105122.125000', '105122.128000', '105122.131000', '105122.135000', '105122.138000', '105122.141000', '105134.711000', '105134.714000', '105134.717000', '105134.720000', '105134.723000', '105134.727000', '105134.730000', '105134.733000', '105134.736000', '105134.739000', '105134.742000', '105134.745000', '105134.748000', '105134.751000', '105134.754000', '105134.756000', '105134.759000', '105134.763000', '105134.765000', '105134.768000', '105134.771000', '105134.774000', '105134.777000', '105134.780000', '105134.783000', '105134.788000', '105134.791000', '105134.794000'], '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], 'LargestImagePixelValue': [14104, 10110, 12441, 9153, 10317, 8700, 9360, 8819, 8448, 10304, 8321, 9090, 8571, 9192, 8478, 10856, 8520, 12597, 9701, 10961, 8857, 10178, 8921, 11061, 9403, 11549, 9503, 9567, 8985, 10111, 8946, 10332, 9097, 11642, 9693, 8966, 8870, 8462, 9106, 8913, 9253, 8295, 9151, 8339, 9074, 8472, 9456, 8484, 11330, 8763, 11190, 8591, 9921, 8394, 10200, 8680, 10831, 8200, 9578, 8453, 9407, 8085, 10432, 8489, 9171, 8120, 8837, 8220, 9619, 8550, 10696, 8526, 9572, 8482, 9849, 8336, 9973, 8392, 11322, 8601, 8852, 8343, 8720, 8682, 8912, 11800, 9479, 10379, 8596, 10785, 8871, 10757, 8838, 12135, 9143, 10206, 8903, 9851, 8591, 9988, 8450, 12031, 8482, 10492, 8312, 9501, 8219, 9931, 8485, 10436, 8376, 8584, 8318, 9211, 9909, 9106, 12076, 8927, 10522, 8781, 10264, 8969, 11734, 9512, 10574, 8951, 10844, 8767, 11913, 8487, 11827, 8591, 10442, 8404, 10212, 8620, 10777, 8834, 9597, 8602, 8964, 9976, 9955, 10477, 9109, 9901, 8836, 11590, 8975, 12336, 9030, 11317, 8973, 10271, 8781, 10897, 8651, 10349, 8622, 9475, 8550, 9743, 8735, 10376, 8469, 9084, 8246, 9228, 8225, 9133, 11597, 9713, 10762, 8690, 11401, 9018, 12272, 9029, 10789, 8564, 9809, 8464, 9976, 8471, 9689, 8650, 8749, 8588, 9082, 11560, 9505, 10316, 9227, 10504, 8939, 10937, 8491, 11292, 8730, 9907, 8212, 8887, 8300, 8838, 10669, 9056, 10605, 9147, 10424, 8595, 11241, 8540, 9726, 8698, 9379, 8433, 9054, 10598, 9105, 8583, 8814, 9269, 8673, 11167, 9029, 9820, 8889, 10549, 8668, 12886, 9077, 12828, 8805, 10077, 9196, 8621, 10677, 8486, 14203, 9055, 11501, 8872, 11096, 9272, 12959, 10664, 9192, 8694, 8612, 8937, 8940, 8860, 10045, 9930, 8199, 8868, 8230, 9339, 8733, 12239, 8805, 10666, 8779, 10936, 8904, 11146, 9384, 12008, 13210, 12189, 11689, 8759, 10532, 8632, 9745, 8641, 10081, 8797, 9891, 8548, 9579, 8502, 9610, 8723, 13091, 8651, 9746, 8586, 10111, 8567, 11604, 8377, 11129, 8778, 13509, 9521, 11073, 8420, 9118, 8922, 9886, 8577, 10992, 8930, 12329, 8912, 12582, 9216, 13094, 8901, 10100, 8816, 9827, 9168, 10473, 8668, 10875, 9189, 9977, 8910, 8749, 8724, 8505, 8628, 8836, 9927, 8587, 9318, 8440, 9076, 8745, 10911, 8426, 12405, 8973, 11445, 9272, 8444, 9231, 8635, 8455, 8444, 9261, 8798, 12418, 8483, 9172, 8783, 9022, 8511, 10265, 8754, 10147, 8541, 8976, 8491, 10256, 8847, 8911, 8826, 8507, 9168, 8526, 10320, 8586, 9798, 8666, 11721, 8522, 11918, 8887, 11662, 10291, 9215, 8895, 8747, 8886, 8613, 8842, 10032, 9736, 8677, 8636, 8475, 8948, 8405, 8818, 8896, 9368, 8409, 8869, 8412, 8757, 8542, 9092, 8451, 8620, 8352, 9206, 8387, 11026, 8573, 10499, 8432, 9772, 8544, 10783, 8706, 9753, 8529, 9572, 8502, 12470, 8707, 10438, 8748, 9819, 9180, 9265, 9125, 8868, 9323, 8366, 9790, 8717, 11326, 8815, 13572, 8454, 10340, 8655, 10190, 8696, 11957, 9114, 11302, 9054, 10343, 8906, 8735, 8997, 9204, 10576, 8542, 9827, 8719, 10304, 8711, 10850, 9444, 10447, 8894, 8720, 9103, 8931, 10761, 8681, 11875, 8645, 10633, 8321, 8542, 8724, 8857, 8908, 8881, 8594, 12260, 8621, 10299, 9059, 10854, 8984, 11639, 9988, 9550, 8957, 8871, 9350, 9214, 8924, 8589, 9022, 8650, 9005, 8805, 9103, 8455, 9819, 8676, 10428, 8767, 10351, 8882, 11824, 9186, 11625, 9088, 11325, 8965, 10955, 8563, 11094, 8675, 9907, 8768, 9758, 8308, 9819, 8428, 9311, 8044, 8755, 8208, 8718, 8577, 8693, 11108, 9148, 9544, 8620, 10307, 9139, 12098, 9004, 10839, 8689, 10155, 9127, 9862, 8639, 10417, 8479, 10493, 8528, 9751, 8553, 10359, 8530, 11845, 8642, 10302, 8360, 10108, 8343, 9473, 8890, 10310, 9653, 9035, 8867, 8916, 12430, 9123, 12269, 8934, 10806, 8957, 10418, 9020, 10422, 8893, 9675, 8165, 9129, 8353, 8915, 9629, 8917, 8550, 8910, 11143, 8669, 12502, 9881, 10972, 8836, 11032, 9031, 11986, 8687, 10196, 8670, 9402, 8725, 9006, 11407, 9042, 12603, 9403, 10848, 8757, 10187, 8915, 10769, 8799, 9332, 8107, 8637, 8551, 8586, 11593, 8894, 10287, 9088, 12004, 8810, 12094, 8736, 11778, 8655, 9769, 8598, 9297, 8500, 10072, 8685, 8973, 8214, 8773, 8585, 9966, 8861, 8894, 8802, 8784, 10814, 8987, 12432, 10281, 8423, 8878, 8564, 9122, 10886, 9259, 10464, 8983, 8692, 8931, 8628, 12072, 8955, 11200, 8708, 10829, 8499, 11442, 8501, 11152, 8521, 9156, 8677, 8921, 12372, 8703, 9216, 8984, 8866, 9112, 10275, 11228, 8656, 9602, 8656, 10046, 9212, 12992, 8905, 11880, 8854, 9575, 9178, 11545, 8950, 10915, 8986, 11561, 9158, 10272, 8701, 11614, 9170, 12385, 9301, 9774, 8837, 10673, 8928, 10904, 9178, 10894, 9351, 11368, 9469, 10148, 9148, 10171, 9273, 11085, 9387, 8414, 8741, 9121, 8857, 11064, 9282, 9030, 9246, 8334, 9006, 8676, 9637, 10122, 12622, 9157, 13191, 9055, 9173, 8711, 8830, 9012, 8491, 9007, 8557, 8788, 8665, 9103, 8597, 9994, 8834, 9440, 8918, 10191, 8913, 9543, 8882, 9357, 9216, 8852, 10768, 8620, 8756, 8550, 9231, 8940, 10514, 8877, 11487, 9449, 8790, 8797, 8330, 8755, 8850, 9789, 8847, 9889, 8868, 8799, 10184, 8694, 9345, 9376, 8493, 8769, 8487, 12697, 8711, 12072, 9048, 10549, 8937, 9944, 8791, 8990, 10461, 8759, 9989, 8828, 10094, 8814, 10024, 8412, 8695, 8657, 9108, 9539, 8731, 8455, 11115, 8558, 10024, 8529, 8283, 8993, 8845, 11801, 8881, 8583, 8636, 8681, 10163, 9048, 12110, 9846, 10121, 8858, 9440, 8935, 9265, 9206, 9041, 8967, 10210, 9043, 11424, 8893, 12033, 8915, 11053, 8568, 9468, 8600, 9203, 8251, 8883, 8124, 8976, 8130, 8730, 10901, 9034, 11380, 8928, 11933, 8790, 11398, 8829, 11113, 8467, 9104, 8236, 8756, 10290, 9045, 12054, 8881, 10935, 8639, 10082, 8511, 8862, 10619, 9068, 10533, 8818, 11957, 9005, 10898, 8763, 9122, 8534, 9246, 11186, 8908, 12696, 10628, 11083, 9000, 10657, 8865, 11614, 10030, 8619, 9052, 8531, 9048, 9029, 12393, 9399, 12774, 8715, 12046, 8693, 12385, 8931, 11837, 8973, 8916, 9548, 8903, 11289, 10175, 8884, 9921, 8912, 10971, 9071, 9977, 9059, 8527, 9414, 8718, 8685, 8702, 9022, 10411, 9075, 12615, 8685, 10333, 9167, 8822, 8705, 8591, 12803, 8941, 12099, 8618, 9969, 9140, 10136, 9197, 8484, 8871, 8730, 9566, 8841, 10703, 8772, 9195, 8877, 8461, 8864, 8729, 10672, 9089, 8467, 8829, 8716, 9632, 8563, 11728, 8849, 10278, 8392, 8249, 8744, 8894, 13324, 9457, 11679, 8717, 10892, 9041, 11862, 9001, 12009, 9678, 10569, 8666, 8593, 8890, 8568, 8591, 8935, 12404, 9088, 10494, 9022, 10840, 8686, 11426, 9132, 12074, 10443, 11354, 8847, 11075, 8877, 12853, 9105, 12996, 8764, 9972, 8914, 9682, 8638, 10765, 8725, 8647, 8411, 8487, 8534, 8754, 8554, 8793, 8696, 8908, 8074, 8678, 8432, 8813, 11482, 10044, 10622, 8887, 11304, 8838, 12121, 9009, 11738, 8849, 10110, 8717, 9806, 8801, 9789, 8760, 11106, 9017, 12108, 8920, 10521, 8736, 10550, 8819, 10812, 8742, 11119, 8636, 9095, 8509, 9063, 11465, 8824, 12999, 10783, 11111, 8980, 10969, 8994, 11615, 8905, 12273, 8761, 10640, 9105, 9663, 9156, 11300, 8725, 10207, 8632, 10891, 9115, 8867, 8604, 8734, 11480, 8791, 12217, 9229, 12363, 9071, 10279, 9126, 9143, 8591, 8902, 8410, 9375, 8627, 8906, 8445, 8521, 8459, 8916, 8521, 8918, 8566, 10587, 10564, 10209, 8708, 8568, 8594, 9545, 9010, 10581, 9047, 12191, 10473, 10932, 8924, 10028, 8790, 11387, 8914, 11575, 9556, 12059, 8891, 10845, 9062, 11020, 9057, 11256, 9410, 11803, 9312, 9541, 8886, 8664, 8770, 9280, 8557, 8748, 8470, 8576, 8811, 9220, 9076, 12596, 8788, 9322, 8724, 8610, 13683, 8987, 14764, 9097, 14889, 8937, 13784, 8861, 13272, 9045, 11498, 9253, 9029, 9067, 8636, 8946, 8896, 10453, 8801, 11361, 8783, 9614, 8818, 8825, 10435, 8819, 9376], 'WindowCenter': [4853.0, 4798.0, 4803.0, 4763.0, 4769.0, 4749.0, 4747.0, 4748.0, 4737.0, 4767.0, 4740.0, 4745.0, 4747.0, 4757.0, 4737.0, 4777.0, 4748.0, 4788.0, 4761.0, 4778.0, 4748.0, 4756.0, 4746.0, 4766.0, 4748.0, 4777.0, 4746.0, 4745.0, 4736.0, 4754.0, 4745.0, 4754.0, 4747.0, 4775.0, 4756.0, 4745.0, 4746.0, 4724.0, 4746.0, 4746.0, 4758.0, 4737.0, 4748.0, 4737.0, 4746.0, 4736.0, 4754.0, 4749.0, 4777.0, 4747.0, 4777.0, 4746.0, 4757.0, 4724.0, 4755.0, 4734.0, 4766.0, 4726.0, 4743.0, 4723.0, 4744.0, 4724.0, 4765.0, 4734.0, 4744.0, 4725.0, 4744.0, 4724.0, 4744.0, 4737.0, 4765.0, 4737.0, 4755.0, 4748.0, 4757.0, 4738.0, 4755.0, 4738.0, 4778.0, 4738.0, 4736.0, 4726.0, 4736.0, 4734.0, 4734.0, 4773.0, 4746.0, 4754.0, 4736.0, 4763.0, 4744.0, 4764.0, 4744.0, 4785.0, 4746.0, 4756.0, 4746.0, 4755.0, 4737.0, 4755.0, 4739.0, 4785.0, 4747.0, 4767.0, 4737.0, 4755.0, 4736.0, 4757.0, 4737.0, 4768.0, 4737.0, 4737.0, 4736.0, 4746.0, 4753.0, 4746.0, 4785.0, 4748.0, 4764.0, 4737.0, 4756.0, 4749.0, 4787.0, 4770.0, 4779.0, 4759.0, 4777.0, 4748.0, 4787.0, 4749.0, 4788.0, 4748.0, 4768.0, 4738.0, 4766.0, 4736.0, 4768.0, 4749.0, 4757.0, 4736.0, 4748.0, 4757.0, 4758.0, 4764.0, 4747.0, 4755.0, 4735.0, 4762.0, 4736.0, 4773.0, 4735.0, 4763.0, 4733.0, 4751.0, 4734.0, 4763.0, 4735.0, 4752.0, 4734.0, 4745.0, 4735.0, 4745.0, 4735.0, 4767.0, 4736.0, 4747.0, 4735.0, 4757.0, 4735.0, 4747.0, 4773.0, 4755.0, 4764.0, 4736.0, 4762.0, 4734.0, 4774.0, 4736.0, 4762.0, 4734.0, 4752.0, 4724.0, 4754.0, 4724.0, 4744.0, 4732.0, 4733.0, 4721.0, 4732.0, 4761.0, 4743.0, 4754.0, 4744.0, 4752.0, 4746.0, 4765.0, 4734.0, 4776.0, 4733.0, 4752.0, 4725.0, 4735.0, 4722.0, 4745.0, 4753.0, 4744.0, 4764.0, 4746.0, 4764.0, 4746.0, 4775.0, 4747.0, 4755.0, 4736.0, 4745.0, 4736.0, 4748.0, 4766.0, 4749.0, 4737.0, 4747.0, 4746.0, 4748.0, 4776.0, 4749.0, 4766.0, 4757.0, 4767.0, 4750.0, 4788.0, 4751.0, 4788.0, 4748.0, 4758.0, 4750.0, 4748.0, 4779.0, 4750.0, 4806.0, 4748.0, 4772.0, 4736.0, 4764.0, 4748.0, 4784.0, 4767.0, 4745.0, 4735.0, 4732.0, 4735.0, 4733.0, 4746.0, 4753.0, 4753.0, 4725.0, 4734.0, 4734.0, 4756.0, 4749.0, 4798.0, 4760.0, 4778.0, 4748.0, 4765.0, 4746.0, 4774.0, 4758.0, 4787.0, 4800.0, 4814.0, 4798.0, 4760.0, 4766.0, 4736.0, 4741.0, 4722.0, 4743.0, 4729.0, 4743.0, 4733.0, 4742.0, 4733.0, 4743.0, 4722.0, 4770.0, 4719.0, 4727.0, 4719.0, 4738.0, 4720.0, 4756.0, 4720.0, 4748.0, 4723.0, 4778.0, 4732.0, 4750.0, 4709.0, 4718.0, 4720.0, 4727.0, 4719.0, 4747.0, 4721.0, 4757.0, 4719.0, 4757.0, 4729.0, 4769.0, 4728.0, 4737.0, 4718.0, 4737.0, 4729.0, 4748.0, 4732.0, 4761.0, 4743.0, 4750.0, 4735.0, 4732.0, 4731.0, 4731.0, 4732.0, 4733.0, 4753.0, 4735.0, 4744.0, 4722.0, 4733.0, 4732.0, 4762.0, 4723.0, 4770.0, 4733.0, 4771.0, 4743.0, 4733.0, 4742.0, 4734.0, 4733.0, 4734.0, 4745.0, 4746.0, 4786.0, 4737.0, 4746.0, 4734.0, 4732.0, 4732.0, 4754.0, 4734.0, 4751.0, 4733.0, 4732.0, 4735.0, 4765.0, 4745.0, 4744.0, 4745.0, 4734.0, 4747.0, 4737.0, 4755.0, 4736.0, 4756.0, 4737.0, 4775.0, 4738.0, 4773.0, 4747.0, 4774.0, 4756.0, 4744.0, 4735.0, 4723.0, 4733.0, 4733.0, 4733.0, 4742.0, 4744.0, 4735.0, 4732.0, 4722.0, 4733.0, 4722.0, 4731.0, 4733.0, 4733.0, 4721.0, 4732.0, 4714.0, 4721.0, 4722.0, 4734.0, 4724.0, 4736.0, 4725.0, 4746.0, 4735.0, 4775.0, 4748.0, 4767.0, 4738.0, 4754.0, 4736.0, 4766.0, 4747.0, 4756.0, 4737.0, 4756.0, 4747.0, 4797.0, 4749.0, 4778.0, 4748.0, 4767.0, 4757.0, 4758.0, 4769.0, 4760.0, 4759.0, 4751.0, 4769.0, 4749.0, 4780.0, 4748.0, 4797.0, 4736.0, 4754.0, 4734.0, 4754.0, 4734.0, 4774.0, 4746.0, 4764.0, 4745.0, 4755.0, 4745.0, 4734.0, 4745.0, 4745.0, 4764.0, 4735.0, 4754.0, 4734.0, 4753.0, 4733.0, 4765.0, 4756.0, 4766.0, 4746.0, 4735.0, 4730.0, 4734.0, 4763.0, 4735.0, 4774.0, 4734.0, 4753.0, 4726.0, 4732.0, 4734.0, 4744.0, 4744.0, 4746.0, 4747.0, 4785.0, 4736.0, 4754.0, 4744.0, 4753.0, 4734.0, 4763.0, 4753.0, 4743.0, 4733.0, 4731.0, 4742.0, 4730.0, 4731.0, 4722.0, 4733.0, 4730.0, 4733.0, 4735.0, 4732.0, 4724.0, 4753.0, 4747.0, 4766.0, 4746.0, 4766.0, 4746.0, 4783.0, 4757.0, 4774.0, 4745.0, 4764.0, 4744.0, 4763.0, 4735.0, 4763.0, 4735.0, 4753.0, 4733.0, 4743.0, 4723.0, 4752.0, 4724.0, 4745.0, 4724.0, 4735.0, 4734.0, 4745.0, 4735.0, 4748.0, 4775.0, 4758.0, 4757.0, 4747.0, 4765.0, 4757.0, 4786.0, 4748.0, 4772.0, 4747.0, 4766.0, 4757.0, 4768.0, 4747.0, 4778.0, 4749.0, 4779.0, 4750.0, 4769.0, 4751.0, 4779.0, 4750.0, 4799.0, 4751.0, 4768.0, 4740.0, 4767.0, 4737.0, 4758.0, 4746.0, 4766.0, 4755.0, 4746.0, 4734.0, 4735.0, 4782.0, 4745.0, 4784.0, 4746.0, 4765.0, 4745.0, 4764.0, 4746.0, 4766.0, 4746.0, 4756.0, 4737.0, 4757.0, 4738.0, 4759.0, 4767.0, 4759.0, 4749.0, 4760.0, 4788.0, 4751.0, 4799.0, 4770.0, 4778.0, 4760.0, 4789.0, 4760.0, 4788.0, 4750.0, 4768.0, 4749.0, 4759.0, 4750.0, 4761.0, 4777.0, 4746.0, 4785.0, 4758.0, 4777.0, 4749.0, 4767.0, 4749.0, 4778.0, 4751.0, 4760.0, 4754.0, 4762.0, 4748.0, 4749.0, 4777.0, 4750.0, 4768.0, 4748.0, 4784.0, 4748.0, 4787.0, 4747.0, 4786.0, 4748.0, 4756.0, 4736.0, 4745.0, 4737.0, 4767.0, 4747.0, 4746.0, 4737.0, 4748.0, 4749.0, 4769.0, 4747.0, 4748.0, 4747.0, 4749.0, 4766.0, 4751.0, 4788.0, 4768.0, 4738.0, 4747.0, 4748.0, 4759.0, 4779.0, 4761.0, 4780.0, 4757.0, 4750.0, 4758.0, 4749.0, 4788.0, 4757.0, 4778.0, 4739.0, 4766.0, 4738.0, 4765.0, 4738.0, 4764.0, 4737.0, 4747.0, 4737.0, 4747.0, 4786.0, 4739.0, 4745.0, 4747.0, 4735.0, 4746.0, 4758.0, 4777.0, 4738.0, 4745.0, 4736.0, 4745.0, 4735.0, 4784.0, 4735.0, 4763.0, 4732.0, 4745.0, 4744.0, 4764.0, 4736.0, 4765.0, 4736.0, 4765.0, 4746.0, 4755.0, 4736.0, 4762.0, 4746.0, 4774.0, 4746.0, 4745.0, 4737.0, 4755.0, 4744.0, 4766.0, 4747.0, 4765.0, 4750.0, 4779.0, 4759.0, 4759.0, 4747.0, 4755.0, 4747.0, 4766.0, 4748.0, 4727.0, 4737.0, 4744.0, 4736.0, 4763.0, 4748.0, 4734.0, 4744.0, 4725.0, 4733.0, 4725.0, 4746.0, 4757.0, 4786.0, 4748.0, 4797.0, 4748.0, 4747.0, 4735.0, 4735.0, 4733.0, 4712.0, 4720.0, 4722.0, 4721.0, 4723.0, 4721.0, 4723.0, 4741.0, 4733.0, 4730.0, 4723.0, 4740.0, 4721.0, 4731.0, 4722.0, 4719.0, 4720.0, 4708.0, 4738.0, 4707.0, 4705.0, 4705.0, 4704.0, 4706.0, 4727.0, 4718.0, 4748.0, 4729.0, 4705.0, 4709.0, 4708.0, 4719.0, 4719.0, 4740.0, 4731.0, 4742.0, 4732.0, 4735.0, 4754.0, 4735.0, 4742.0, 4741.0, 4734.0, 4735.0, 4733.0, 4785.0, 4737.0, 4775.0, 4735.0, 4753.0, 4735.0, 4742.0, 4724.0, 4734.0, 4754.0, 4735.0, 4743.0, 4735.0, 4742.0, 4734.0, 4745.0, 4722.0, 4721.0, 4723.0, 4734.0, 4756.0, 4745.0, 4738.0, 4765.0, 4737.0, 4743.0, 4734.0, 4724.0, 4735.0, 4734.0, 4775.0, 4736.0, 4735.0, 4734.0, 4735.0, 4753.0, 4737.0, 4773.0, 4744.0, 4754.0, 4735.0, 4742.0, 4734.0, 4732.0, 4733.0, 4724.0, 4734.0, 4741.0, 4733.0, 4751.0, 4733.0, 4761.0, 4722.0, 4761.0, 4722.0, 4742.0, 4722.0, 4743.0, 4724.0, 4733.0, 4713.0, 4734.0, 4725.0, 4737.0, 4764.0, 4747.0, 4775.0, 4748.0, 4776.0, 4738.0, 4776.0, 4747.0, 4777.0, 4738.0, 4747.0, 4726.0, 4738.0, 4756.0, 4747.0, 4786.0, 4748.0, 4767.0, 4748.0, 4767.0, 4737.0, 4748.0, 4763.0, 4759.0, 4767.0, 4750.0, 4777.0, 4748.0, 4779.0, 4746.0, 4760.0, 4748.0, 4760.0, 4778.0, 4750.0, 4797.0, 4780.0, 4779.0, 4749.0, 4768.0, 4750.0, 4789.0, 4771.0, 4752.0, 4761.0, 4750.0, 4761.0, 4761.0, 4801.0, 4764.0, 4801.0, 4750.0, 4789.0, 4739.0, 4777.0, 4737.0, 4774.0, 4737.0, 4737.0, 4747.0, 4748.0, 4778.0, 4769.0, 4749.0, 4746.0, 4734.0, 4764.0, 4736.0, 4756.0, 4724.0, 4724.0, 4733.0, 4722.0, 4721.0, 4724.0, 4732.0, 4755.0, 4735.0, 4776.0, 4724.0, 4743.0, 4731.0, 4723.0, 4723.0, 4726.0, 4775.0, 4734.0, 4764.0, 4722.0, 4730.0, 4732.0, 4753.0, 4743.0, 4734.0, 4732.0, 4735.0, 4744.0, 4734.0, 4742.0, 4722.0, 4731.0, 4722.0, 4711.0, 4720.0, 4736.0, 4749.0, 4735.0, 4724.0, 4724.0, 4734.0, 4733.0, 4736.0, 4774.0, 4736.0, 4755.0, 4725.0, 4725.0, 4734.0, 4735.0, 4783.0, 4746.0, 4764.0, 4724.0, 4752.0, 4723.0, 4760.0, 4724.0, 4761.0, 4731.0, 4752.0, 4721.0, 4722.0, 4733.0, 4724.0, 4724.0, 4735.0, 4775.0, 4736.0, 4752.0, 4736.0, 4755.0, 4724.0, 4751.0, 4733.0, 4761.0, 4743.0, 4753.0, 4721.0, 4749.0, 4721.0, 4759.0, 4720.0, 4759.0, 4709.0, 4727.0, 4718.0, 4718.0, 4710.0, 4749.0, 4709.0, 4710.0, 4711.0, 4710.0, 4719.0, 4723.0, 4722.0, 4725.0, 4724.0, 4733.0, 4713.0, 4724.0, 4725.0, 4734.0, 4763.0, 4742.0, 4751.0, 4735.0, 4751.0, 4734.0, 4772.0, 4734.0, 4762.0, 4734.0, 4742.0, 4724.0, 4740.0, 4734.0, 4743.0, 4721.0, 4765.0, 4735.0, 4774.0, 4735.0, 4753.0, 4725.0, 4752.0, 4723.0, 4755.0, 4722.0, 4764.0, 4722.0, 4723.0, 4708.0, 4721.0, 4750.0, 4722.0, 4760.0, 4742.0, 4749.0, 4719.0, 4739.0, 4719.0, 4748.0, 4723.0, 4760.0, 4722.0, 4751.0, 4732.0, 4731.0, 4734.0, 4752.0, 4724.0, 4743.0, 4722.0, 4754.0, 4722.0, 4722.0, 4710.0, 4722.0, 4748.0, 4710.0, 4759.0, 4729.0, 4759.0, 4722.0, 4739.0, 4731.0, 4730.0, 4721.0, 4721.0, 4712.0, 4733.0, 4724.0, 4732.0, 4723.0, 4724.0, 4723.0, 4733.0, 4721.0, 4733.0, 4724.0, 4766.0, 4755.0, 4756.0, 4725.0, 4723.0, 4722.0, 4742.0, 4733.0, 4752.0, 4736.0, 4772.0, 4756.0, 4755.0, 4735.0, 4742.0, 4721.0, 4746.0, 4721.0, 4749.0, 4733.0, 4762.0, 4722.0, 4750.0, 4719.0, 4738.0, 4720.0, 4738.0, 4731.0, 4761.0, 4745.0, 4745.0, 4735.0, 4736.0, 4734.0, 4747.0, 4734.0, 4723.0, 4713.0, 4724.0, 4722.0, 4733.0, 4733.0, 4760.0, 4723.0, 4731.0, 4721.0, 4721.0, 4769.0, 4709.0, 4766.0, 4697.0, 4754.0, 4694.0, 4744.0, 4694.0, 4742.0, 4705.0, 4734.0, 4704.0, 4692.0, 4705.0, 4695.0, 4705.0, 4707.0, 4726.0, 4718.0, 4747.0, 4710.0, 4730.0, 4719.0, 4719.0, 4738.0, 4721.0, 4729.0], 'WindowWidth': [10575.0, 10487.0, 10484.0, 10426.0, 10427.0, 10399.0, 10392.0, 10394.0, 10380.0, 10421.0, 10385.0, 10389.0, 10395.0, 10406.0, 10381.0, 10432.0, 10398.0, 10451.0, 10418.0, 10436.0, 10396.0, 10402.0, 10389.0, 10414.0, 10393.0, 10430.0, 10389.0, 10387.0, 10376.0, 10397.0, 10386.0, 10396.0, 10391.0, 10427.0, 10403.0, 10387.0, 10388.0, 10356.0, 10388.0, 10387.0, 10409.0, 10379.0, 10395.0, 10380.0, 10390.0, 10376.0, 10400.0, 10397.0, 10437.0, 10396.0, 10434.0, 10391.0, 10404.0, 10358.0, 10400.0, 10370.0, 10414.0, 10360.0, 10383.0, 10356.0, 10384.0, 10359.0, 10415.0, 10372.0, 10384.0, 10360.0, 10384.0, 10357.0, 10386.0, 10378.0, 10416.0, 10379.0, 10404.0, 10395.0, 10407.0, 10381.0, 10403.0, 10381.0, 10437.0, 10381.0, 10377.0, 10362.0, 10376.0, 10369.0, 10372.0, 10422.0, 10388.0, 10396.0, 10376.0, 10408.0, 10385.0, 10410.0, 10386.0, 10441.0, 10391.0, 10404.0, 10391.0, 10402.0, 10379.0, 10401.0, 10385.0, 10446.0, 10395.0, 10421.0, 10380.0, 10402.0, 10376.0, 10405.0, 10378.0, 10422.0, 10380.0, 10379.0, 10375.0, 10391.0, 10395.0, 10389.0, 10440.0, 10394.0, 10412.0, 10380.0, 10404.0, 10400.0, 10449.0, 10430.0, 10441.0, 10414.0, 10435.0, 10397.0, 10448.0, 10400.0, 10450.0, 10396.0, 10422.0, 10382.0, 10419.0, 10378.0, 10422.0, 10398.0, 10407.0, 10377.0, 10395.0, 10405.0, 10410.0, 10413.0, 10393.0, 10399.0, 10373.0, 10405.0, 10374.0, 10423.0, 10372.0, 10407.0, 10368.0, 10390.0, 10370.0, 10409.0, 10372.0, 10393.0, 10371.0, 10387.0, 10373.0, 10387.0, 10374.0, 10423.0, 10380.0, 10395.0, 10375.0, 10406.0, 10373.0, 10393.0, 10424.0, 10403.0, 10412.0, 10374.0, 10407.0, 10370.0, 10423.0, 10375.0, 10406.0, 10370.0, 10393.0, 10356.0, 10398.0, 10357.0, 10384.0, 10366.0, 10368.0, 10349.0, 10366.0, 10403.0, 10382.0, 10396.0, 10384.0, 10393.0, 10389.0, 10414.0, 10373.0, 10430.0, 10369.0, 10395.0, 10359.0, 10372.0, 10353.0, 10387.0, 10394.0, 10386.0, 10411.0, 10390.0, 10411.0, 10391.0, 10430.0, 10393.0, 10401.0, 10376.0, 10390.0, 10376.0, 10395.0, 10418.0, 10397.0, 10378.0, 10394.0, 10391.0, 10395.0, 10432.0, 10399.0, 10419.0, 10410.0, 10421.0, 10401.0, 10448.0, 10400.0, 10445.0, 10393.0, 10407.0, 10398.0, 10396.0, 10441.0, 10404.0, 10474.0, 10394.0, 10421.0, 10374.0, 10409.0, 10393.0, 10438.0, 10419.0, 10386.0, 10373.0, 10366.0, 10371.0, 10367.0, 10389.0, 10393.0, 10394.0, 10357.0, 10370.0, 10372.0, 10403.0, 10401.0, 10468.0, 10418.0, 10439.0, 10397.0, 10416.0, 10391.0, 10425.0, 10411.0, 10450.0, 10471.0, 10496.0, 10469.0, 10417.0, 10421.0, 10375.0, 10375.0, 10350.0, 10379.0, 10359.0, 10380.0, 10367.0, 10381.0, 10368.0, 10380.0, 10350.0, 10411.0, 10341.0, 10350.0, 10340.0, 10365.0, 10344.0, 10390.0, 10344.0, 10380.0, 10352.0, 10423.0, 10363.0, 10384.0, 10330.0, 10340.0, 10344.0, 10349.0, 10341.0, 10377.0, 10346.0, 10392.0, 10342.0, 10391.0, 10356.0, 10408.0, 10354.0, 10365.0, 10340.0, 10362.0, 10356.0, 10380.0, 10365.0, 10403.0, 10382.0, 10390.0, 10372.0, 10366.0, 10364.0, 10362.0, 10367.0, 10368.0, 10397.0, 10373.0, 10383.0, 10353.0, 10368.0, 10366.0, 10404.0, 10355.0, 10415.0, 10370.0, 10420.0, 10383.0, 10371.0, 10382.0, 10371.0, 10371.0, 10373.0, 10390.0, 10390.0, 10446.0, 10379.0, 10389.0, 10371.0, 10367.0, 10364.0, 10397.0, 10368.0, 10389.0, 10366.0, 10364.0, 10372.0, 10413.0, 10390.0, 10386.0, 10389.0, 10372.0, 10392.0, 10378.0, 10403.0, 10378.0, 10403.0, 10380.0, 10427.0, 10381.0, 10423.0, 10392.0, 10426.0, 10404.0, 10384.0, 10372.0, 10354.0, 10368.0, 10365.0, 10369.0, 10379.0, 10384.0, 10370.0, 10366.0, 10350.0, 10365.0, 10349.0, 10363.0, 10364.0, 10367.0, 10349.0, 10364.0, 10340.0, 10348.0, 10351.0, 10370.0, 10357.0, 10374.0, 10360.0, 10388.0, 10375.0, 10430.0, 10395.0, 10420.0, 10382.0, 10400.0, 10379.0, 10419.0, 10393.0, 10404.0, 10379.0, 10402.0, 10395.0, 10462.0, 10400.0, 10440.0, 10398.0, 10420.0, 10410.0, 10413.0, 10430.0, 10419.0, 10417.0, 10406.0, 10429.0, 10399.0, 10441.0, 10396.0, 10462.0, 10376.0, 10400.0, 10372.0, 10397.0, 10370.0, 10425.0, 10389.0, 10412.0, 10386.0, 10399.0, 10386.0, 10370.0, 10389.0, 10388.0, 10414.0, 10374.0, 10400.0, 10373.0, 10395.0, 10368.0, 10413.0, 10405.0, 10416.0, 10389.0, 10373.0, 10363.0, 10371.0, 10408.0, 10375.0, 10425.0, 10371.0, 10395.0, 10360.0, 10366.0, 10370.0, 10385.0, 10385.0, 10392.0, 10394.0, 10444.0, 10377.0, 10398.0, 10385.0, 10393.0, 10371.0, 10408.0, 10395.0, 10380.0, 10368.0, 10361.0, 10377.0, 10360.0, 10362.0, 10350.0, 10367.0, 10362.0, 10367.0, 10371.0, 10365.0, 10357.0, 10397.0, 10394.0, 10418.0, 10393.0, 10418.0, 10393.0, 10439.0, 10408.0, 10427.0, 10388.0, 10410.0, 10385.0, 10407.0, 10373.0, 10409.0, 10373.0, 10395.0, 10369.0, 10381.0, 10355.0, 10395.0, 10357.0, 10385.0, 10358.0, 10375.0, 10370.0, 10388.0, 10374.0, 10395.0, 10429.0, 10410.0, 10407.0, 10395.0, 10416.0, 10408.0, 10445.0, 10398.0, 10423.0, 10395.0, 10418.0, 10408.0, 10422.0, 10395.0, 10439.0, 10400.0, 10440.0, 10404.0, 10427.0, 10405.0, 10442.0, 10405.0, 10469.0, 10405.0, 10426.0, 10387.0, 10420.0, 10380.0, 10409.0, 10391.0, 10419.0, 10402.0, 10390.0, 10371.0, 10372.0, 10433.0, 10387.0, 10438.0, 10388.0, 10413.0, 10387.0, 10411.0, 10391.0, 10417.0, 10391.0, 10404.0, 10381.0, 10408.0, 10382.0, 10416.0, 10423.0, 10414.0, 10400.0, 10417.0, 10449.0, 10407.0, 10467.0, 10430.0, 10440.0, 10418.0, 10455.0, 10416.0, 10453.0, 10401.0, 10427.0, 10401.0, 10416.0, 10401.0, 10418.0, 10435.0, 10394.0, 10445.0, 10410.0, 10434.0, 10399.0, 10422.0, 10401.0, 10439.0, 10405.0, 10417.0, 10418.0, 10422.0, 10398.0, 10400.0, 10434.0, 10403.0, 10422.0, 10397.0, 10441.0, 10396.0, 10446.0, 10395.0, 10445.0, 10396.0, 10403.0, 10376.0, 10389.0, 10380.0, 10422.0, 10393.0, 10391.0, 10380.0, 10396.0, 10398.0, 10428.0, 10395.0, 10396.0, 10393.0, 10397.0, 10417.0, 10404.0, 10450.0, 10424.0, 10382.0, 10395.0, 10395.0, 10414.0, 10438.0, 10420.0, 10442.0, 10410.0, 10401.0, 10411.0, 10398.0, 10452.0, 10408.0, 10434.0, 10382.0, 10414.0, 10378.0, 10412.0, 10376.0, 10409.0, 10375.0, 10389.0, 10379.0, 10393.0, 10446.0, 10383.0, 10388.0, 10390.0, 10372.0, 10391.0, 10407.0, 10435.0, 10379.0, 10385.0, 10373.0, 10383.0, 10369.0, 10436.0, 10369.0, 10405.0, 10365.0, 10382.0, 10383.0, 10410.0, 10374.0, 10412.0, 10372.0, 10412.0, 10386.0, 10398.0, 10373.0, 10404.0, 10386.0, 10423.0, 10387.0, 10385.0, 10376.0, 10397.0, 10386.0, 10415.0, 10392.0, 10411.0, 10399.0, 10438.0, 10411.0, 10409.0, 10392.0, 10396.0, 10391.0, 10413.0, 10393.0, 10362.0, 10376.0, 10381.0, 10374.0, 10407.0, 10393.0, 10370.0, 10382.0, 10355.0, 10367.0, 10355.0, 10388.0, 10404.0, 10444.0, 10395.0, 10463.0, 10395.0, 10392.0, 10374.0, 10372.0, 10364.0, 10332.0, 10342.0, 10346.0, 10347.0, 10350.0, 10347.0, 10352.0, 10374.0, 10364.0, 10357.0, 10349.0, 10369.0, 10347.0, 10358.0, 10348.0, 10340.0, 10341.0, 10321.0, 10364.0, 10320.0, 10315.0, 10313.0, 10312.0, 10315.0, 10345.0, 10337.0, 10378.0, 10353.0, 10318.0, 10324.0, 10325.0, 10340.0, 10341.0, 10369.0, 10359.0, 10375.0, 10365.0, 10371.0, 10396.0, 10374.0, 10379.0, 10377.0, 10369.0, 10372.0, 10368.0, 10441.0, 10377.0, 10428.0, 10373.0, 10391.0, 10369.0, 10376.0, 10354.0, 10369.0, 10397.0, 10371.0, 10379.0, 10370.0, 10375.0, 10367.0, 10382.0, 10348.0, 10346.0, 10352.0, 10370.0, 10404.0, 10390.0, 10382.0, 10413.0, 10376.0, 10380.0, 10367.0, 10355.0, 10370.0, 10367.0, 10425.0, 10375.0, 10372.0, 10369.0, 10371.0, 10393.0, 10374.0, 10422.0, 10382.0, 10395.0, 10369.0, 10376.0, 10367.0, 10363.0, 10366.0, 10353.0, 10366.0, 10371.0, 10363.0, 10385.0, 10362.0, 10399.0, 10348.0, 10399.0, 10348.0, 10376.0, 10350.0, 10379.0, 10354.0, 10366.0, 10340.0, 10370.0, 10357.0, 10378.0, 10412.0, 10392.0, 10427.0, 10394.0, 10427.0, 10379.0, 10429.0, 10391.0, 10432.0, 10379.0, 10391.0, 10361.0, 10379.0, 10399.0, 10392.0, 10444.0, 10394.0, 10418.0, 10394.0, 10419.0, 10378.0, 10397.0, 10410.0, 10411.0, 10420.0, 10399.0, 10432.0, 10394.0, 10437.0, 10392.0, 10413.0, 10396.0, 10414.0, 10434.0, 10401.0, 10463.0, 10441.0, 10439.0, 10398.0, 10421.0, 10401.0, 10452.0, 10432.0, 10405.0, 10417.0, 10400.0, 10418.0, 10418.0, 10474.0, 10425.0, 10472.0, 10403.0, 10452.0, 10383.0, 10428.0, 10375.0, 10423.0, 10376.0, 10375.0, 10390.0, 10394.0, 10438.0, 10424.0, 10396.0, 10387.0, 10369.0, 10407.0, 10372.0, 10404.0, 10352.0, 10354.0, 10365.0, 10347.0, 10349.0, 10354.0, 10362.0, 10398.0, 10373.0, 10427.0, 10356.0, 10376.0, 10359.0, 10350.0, 10350.0, 10359.0, 10424.0, 10367.0, 10408.0, 10349.0, 10355.0, 10361.0, 10392.0, 10380.0, 10368.0, 10361.0, 10369.0, 10382.0, 10368.0, 10375.0, 10348.0, 10358.0, 10344.0, 10327.0, 10342.0, 10375.0, 10383.0, 10372.0, 10353.0, 10352.0, 10369.0, 10363.0, 10374.0, 10423.0, 10371.0, 10398.0, 10357.0, 10356.0, 10368.0, 10371.0, 10433.0, 10386.0, 10408.0, 10352.0, 10388.0, 10350.0, 10395.0, 10351.0, 10399.0, 10361.0, 10387.0, 10346.0, 10349.0, 10364.0, 10352.0, 10354.0, 10371.0, 10425.0, 10373.0, 10391.0, 10374.0, 10396.0, 10354.0, 10386.0, 10363.0, 10400.0, 10377.0, 10388.0, 10345.0, 10379.0, 10344.0, 10391.0, 10341.0, 10393.0, 10326.0, 10346.0, 10336.0, 10336.0, 10326.0, 10379.0, 10327.0, 10327.0, 10330.0, 10328.0, 10341.0, 10350.0, 10348.0, 10358.0, 10355.0, 10366.0, 10339.0, 10355.0, 10355.0, 10369.0, 10405.0, 10379.0, 10388.0, 10370.0, 10388.0, 10366.0, 10416.0, 10367.0, 10402.0, 10365.0, 10375.0, 10352.0, 10372.0, 10365.0, 10379.0, 10348.0, 10411.0, 10371.0, 10422.0, 10370.0, 10392.0, 10355.0, 10388.0, 10350.0, 10396.0, 10349.0, 10407.0, 10347.0, 10350.0, 10325.0, 10346.0, 10381.0, 10346.0, 10394.0, 10373.0, 10379.0, 10339.0, 10364.0, 10339.0, 10377.0, 10350.0, 10397.0, 10350.0, 10388.0, 10363.0, 10361.0, 10367.0, 10390.0, 10352.0, 10378.0, 10350.0, 10396.0, 10349.0, 10349.0, 10330.0, 10348.0, 10376.0, 10329.0, 10392.0, 10355.0, 10395.0, 10346.0, 10367.0, 10359.0, 10357.0, 10345.0, 10344.0, 10335.0, 10367.0, 10353.0, 10363.0, 10352.0, 10356.0, 10351.0, 10366.0, 10348.0, 10367.0, 10356.0, 10416.0, 10398.0, 10400.0, 10358.0, 10352.0, 10350.0, 10375.0, 10365.0, 10390.0, 10373.0, 10419.0, 10402.0, 10397.0, 10370.0, 10374.0, 10345.0, 10374.0, 10343.0, 10380.0, 10362.0, 10400.0, 10347.0, 10382.0, 10339.0, 10362.0, 10339.0, 10363.0, 10359.0, 10400.0, 10389.0, 10387.0, 10372.0, 10376.0, 10368.0, 10393.0, 10370.0, 10351.0, 10336.0, 10353.0, 10349.0, 10365.0, 10363.0, 10397.0, 10350.0, 10359.0, 10345.0, 10344.0, 10407.0, 10322.0, 10397.0, 10303.0, 10375.0, 10295.0, 10360.0, 10294.0, 10359.0, 10314.0, 10348.0, 10307.0, 10290.0, 10311.0, 10298.0, 10313.0, 10319.0, 10344.0, 10336.0, 10374.0, 10327.0, 10355.0, 10341.0, 10341.0, 10364.0, 10345.0, 10354.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.00024454466608846484</td></tr>
<tr><td colspan=3>aqi</td><td>0.023533917172593233</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.55582289236107</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1758162813628479</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9667478800347222</td></tr>
<tr><td colspan=3>efc</td><td>0.4761</td></tr>
<tr><td colspan=3>fber</td><td>7019.8613</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07474051379530354</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4284475281873372</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.448051902505109</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.400617033673921</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6904609358544125</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.253077737986993</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116007</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004101309459656477</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035620562732219696</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.7294600637619815</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>17.8776</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3328</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.07</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>921.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.6087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.029</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>652.2458</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3926.2857</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1113.2908</td></tr>
<tr><td colspan=3>tsnr</td><td>37.74964681221172</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>