<?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-0075_ses-02_task-narratives_acq-mb8_run-04_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-0075_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0075_suffix-bold_task-narratives" 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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0075_suffix-bold_task-narratives" 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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0075_suffix-bold_task-narratives" 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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0075_suffix-bold_task-narratives" 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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0075_suffix-bold_task-narratives" 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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-04_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-0075/ses-02/func/sub-0075_ses-02_task-narratives_acq-mb8_run-04_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>d43aed4c578cd20a9abe7400db2bea52</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>12:40:59.962500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995831, 0.0432005, 0.0803443, -0.0391263, 0.9979, -0.0516112]</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-04_task-narratives_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.0868173</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7688, -7246, 454, -50, -3, 51, 29]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f9d8951f-14ed-409e-b4dc-7990e3d77ec4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6717405319213867, -0.1049729511141777, 0.22249412536621094, 110.5919418334961], [-0.1159038171172142, 2.6772940158843994, -0.13028167188167572, -75.78494262695312], [0.21555784344673157, 0.1384691596031189, 2.6876611709594727, -81.62056732177734], [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': ['124059.962500', '124100.422500', '124100.882500', '124101.342500', '124101.802500', '124102.262500', '124102.722500', '124103.182500', '124103.642500', '124104.102500', '124104.562500', '124105.022500', '124105.482500', '124105.942500', '124106.402500', '124106.862500', '124107.322500', '124107.782500', '124108.242500', '124108.702500', '124109.162500', '124109.622500', '124110.082500', '124110.542500', '124111.002500', '124111.462500', '124111.922500', '124112.382500', '124112.842500', '124113.302500', '124113.762500', '124114.222500', '124114.682500', '124115.142500', '124115.602500', '124116.062500', '124116.522500', '124116.982500', '124117.442500', '124117.902500', '124118.362500', '124118.822500', '124119.282500', '124119.742500', '124120.202500', '124120.662500', '124121.122500', '124121.582500', '124122.042500', '124122.502500', '124122.962500', '124123.422500', '124123.882500', '124124.342500', '124124.802500', '124125.262500', '124125.722500', '124126.182500', '124126.642500', '124127.102500', '124127.562500', '124128.022500', '124128.482500', '124128.942500', '124129.402500', '124129.862500', '124130.322500', '124130.782500', '124131.242500', '124131.702500', '124132.162500', '124132.622500', '124133.082500', '124133.542500', '124134.002500', '124134.462500', '124134.922500', '124135.382500', '124135.842500', '124136.302500', '124136.762500', '124137.222500', '124137.682500', '124138.142500', '124138.602500', '124139.062500', '124139.522500', '124139.982500', '124140.442500', '124140.902500', '124141.362500', '124141.822500', '124142.282500', '124142.742500', '124143.202500', '124143.662500', '124144.122500', '124144.582500', '124145.042500', '124145.502500', '124145.962500', '124146.422500', '124146.882500', '124147.342500', '124147.802500', '124148.262500', '124148.722500', '124149.182500', '124149.642500', '124150.102500', '124150.562500', '124151.022500', '124151.482500', '124151.942500', '124152.402500', '124152.862500', '124153.322500', '124153.782500', '124154.242500', '124154.702500', '124155.162500', '124155.622500', '124156.082500', '124156.542500', '124157.002500', '124157.462500', '124157.922500', '124158.382500', '124158.842500', '124159.302500', '124159.762500', '124200.222500', '124200.682500', '124201.142500', '124201.602500', '124202.062500', '124202.522500', '124202.982500', '124203.442500', '124203.902500', '124204.362500', '124204.822500', '124205.282500', '124205.742500', '124206.202500', '124206.662500', '124207.122500', '124207.582500', '124208.042500', '124208.502500', '124208.962500', '124209.422500', '124209.882500', '124210.342500', '124210.802500', '124211.262500', '124211.722500', '124212.182500', '124212.642500', '124213.102500', '124213.562500', '124214.022500', '124214.482500', '124214.942500', '124215.402500', '124215.862500', '124216.322500', '124216.782500', '124217.242500', '124217.702500', '124218.162500', '124218.622500', '124219.082500', '124219.542500', '124220.002500', '124220.462500', '124220.922500', '124221.382500', '124221.842500', '124222.302500', '124222.762500', '124223.222500', '124223.682500', '124224.142500', '124224.602500', '124225.062500', '124225.522500', '124225.982500', '124226.442500', '124226.902500', '124227.362500', '124227.822500', '124228.282500', '124228.742500', '124229.202500', '124229.662500', '124230.122500', '124230.582500', '124231.042500', '124231.502500', '124231.962500', '124232.422500', '124232.882500', '124233.342500', '124233.802500', '124234.262500', '124234.722500', '124235.182500', '124235.642500', '124236.102500', '124236.562500', '124237.022500', '124237.482500', '124237.942500', '124238.402500', '124238.862500', '124239.322500', '124239.782500', '124240.242500', '124240.702500', '124241.162500', '124241.622500', '124242.082500', '124242.542500', '124243.002500', '124243.462500', '124243.922500', '124244.382500', '124244.842500', '124245.302500', '124245.762500', '124246.222500', '124246.682500', '124247.142500', '124247.602500', '124248.062500', '124248.522500', '124248.982500', '124249.442500', '124249.902500', '124250.362500', '124250.822500', '124251.282500', '124251.742500', '124252.202500', '124252.662500', '124253.122500', '124253.582500', '124254.042500', '124254.502500', '124254.962500', '124255.422500', '124255.882500', '124256.342500', '124256.802500', '124257.262500', '124257.722500', '124258.182500', '124258.642500', '124259.102500', '124259.562500', '124300.022500', '124300.482500', '124300.942500', '124301.402500', '124301.862500', '124302.322500', '124302.782500', '124303.242500', '124303.702500', '124304.162500', '124304.622500', '124305.082500', '124305.542500', '124306.002500', '124306.462500', '124306.922500', '124307.382500', '124307.842500', '124308.302500', '124308.762500', '124309.222500', '124309.682500', '124310.142500', '124310.602500', '124311.062500', '124311.522500', '124311.982500', '124312.442500', '124312.902500', '124313.362500', '124313.822500', '124314.282500', '124314.742500', '124315.202500', '124315.662500', '124316.122500', '124316.582500', '124317.042500', '124317.502500', '124317.962500', '124318.422500', '124318.882500', '124319.342500', '124319.802500', '124320.262500', '124320.722500', '124321.182500', '124321.642500', '124322.102500', '124322.562500', '124323.022500', '124323.482500', '124323.942500', '124324.402500', '124324.862500', '124325.322500', '124325.782500', '124326.242500', '124326.702500', '124327.162500', '124327.622500', '124328.082500', '124328.542500', '124329.002500', '124329.462500', '124329.922500', '124330.382500', '124330.842500', '124331.302500', '124331.762500', '124332.222500', '124332.682500', '124333.142500', '124333.602500', '124334.062500', '124334.522500', '124334.982500', '124335.442500', '124335.902500', '124336.362500', '124336.822500', '124337.282500', '124337.742500', '124338.202500', '124338.662500', '124339.122500', '124339.582500', '124340.042500', '124340.502500', '124340.962500', '124341.422500', '124341.882500', '124342.342500', '124342.802500', '124343.262500', '124343.722500', '124344.182500', '124344.642500', '124345.102500', '124345.562500', '124346.022500', '124346.482500', '124346.942500', '124347.402500', '124347.862500', '124348.322500', '124348.782500', '124349.242500', '124349.702500', '124350.162500', '124350.622500', '124351.082500', '124351.542500', '124352.002500', '124352.462500', '124352.922500', '124353.382500', '124353.842500', '124354.302500', '124354.762500', '124355.222500', '124355.682500', '124356.142500', '124356.602500', '124357.062500', '124357.522500', '124357.982500', '124358.442500', '124358.902500', '124359.362500', '124359.822500', '124400.282500', '124400.742500', '124401.202500', '124401.662500', '124402.122500', '124402.582500', '124403.042500', '124403.502500', '124403.962500', '124404.422500', '124404.882500', '124405.342500', '124405.802500', '124406.262500', '124406.722500', '124407.182500', '124407.642500', '124408.102500', '124408.562500', '124409.022500', '124409.482500', '124409.942500', '124410.402500', '124410.862500', '124411.322500', '124411.782500', '124412.242500', '124412.702500', '124413.162500', '124413.622500', '124414.082500', '124414.542500', '124415.002500', '124415.462500', '124415.922500', '124416.382500', '124416.842500', '124417.302500', '124417.762500', '124418.222500', '124418.682500', '124419.142500', '124419.602500', '124420.062500', '124420.522500', '124420.982500', '124421.442500', '124421.902500', '124422.362500', '124422.822500', '124423.282500', '124423.742500', '124424.202500', '124424.662500', '124425.122500', '124425.582500', '124426.042500', '124426.502500', '124426.962500', '124427.422500', '124427.882500', '124428.342500', '124428.802500', '124429.262500', '124429.722500', '124430.182500', '124430.642500', '124431.102500', '124431.562500', '124432.022500', '124432.482500', '124432.942500', '124433.402500', '124433.862500', '124434.322500', '124434.782500', '124435.242500', '124435.702500', '124436.162500', '124436.622500', '124437.082500', '124437.542500', '124438.002500', '124438.462500', '124438.922500', '124439.382500', '124439.842500', '124440.302500', '124440.762500', '124441.222500', '124441.682500', '124442.142500', '124442.602500', '124443.062500', '124443.522500', '124443.982500', '124444.442500', '124444.902500', '124445.362500', '124445.822500', '124446.282500', '124446.742500', '124447.202500', '124447.662500', '124448.122500', '124448.582500', '124449.042500', '124449.502500', '124449.962500', '124450.422500', '124450.882500', '124451.342500', '124451.802500', '124452.262500', '124452.722500', '124453.182500', '124453.642500', '124454.102500', '124454.562500', '124455.022500', '124455.482500', '124455.942500', '124456.402500', '124456.862500', '124457.322500', '124457.782500', '124458.242500', '124458.702500', '124459.162500', '124459.622500', '124500.082500', '124500.542500', '124501.002500', '124501.462500', '124501.922500', '124502.382500', '124502.842500', '124503.302500', '124503.762500', '124504.222500', '124504.682500', '124505.142500', '124505.602500', '124506.062500', '124506.522500', '124506.982500', '124507.442500', '124507.902500', '124508.362500', '124508.822500', '124509.282500', '124509.742500', '124510.202500', '124510.662500', '124511.122500', '124511.582500', '124512.042500', '124512.502500', '124512.962500', '124513.422500', '124513.882500', '124514.342500', '124514.802500', '124515.262500', '124515.722500', '124516.182500', '124516.642500', '124517.102500', '124517.562500', '124518.022500', '124518.482500', '124518.942500', '124519.402500', '124519.862500', '124520.322500', '124520.782500', '124521.242500', '124521.702500', '124522.162500', '124522.622500', '124523.082500', '124523.542500', '124524.002500', '124524.462500', '124524.922500', '124525.382500', '124525.842500', '124526.302500', '124526.762500', '124527.222500', '124527.682500', '124528.142500', '124528.602500', '124529.062500', '124529.522500', '124529.982500', '124530.442500', '124530.902500', '124531.362500', '124531.822500', '124532.282500', '124532.742500', '124533.202500', '124533.662500', '124534.122500', '124534.582500', '124535.042500', '124535.502500', '124535.962500', '124536.422500', '124536.882500', '124537.342500', '124537.802500', '124538.262500', '124538.722500', '124539.182500', '124539.642500', '124540.102500', '124540.562500', '124541.022500', '124541.482500', '124541.942500', '124542.402500', '124542.862500', '124543.322500', '124543.782500', '124544.242500', '124544.702500', '124545.162500', '124545.622500', '124546.082500', '124546.542500', '124547.002500', '124547.462500', '124547.922500', '124548.382500', '124548.842500', '124549.302500', '124549.762500', '124550.222500', '124550.682500', '124551.142500', '124551.602500', '124552.062500', '124552.522500', '124552.982500', '124553.442500', '124553.902500', '124554.362500', '124554.822500', '124555.282500', '124555.742500', '124556.202500', '124556.662500', '124557.122500', '124557.582500', '124558.042500', '124558.502500', '124558.962500', '124559.422500', '124559.882500', '124600.342500', '124600.802500', '124601.262500', '124601.722500', '124602.182500', '124602.642500', '124603.102500', '124603.562500', '124604.022500', '124604.482500', '124604.942500', '124605.402500', '124605.862500', '124606.322500', '124606.782500', '124607.242500', '124607.702500', '124608.162500', '124608.622500', '124609.082500', '124609.542500', '124610.002500', '124610.462500', '124610.922500', '124611.382500', '124611.842500', '124612.302500', '124612.762500', '124613.222500', '124613.682500', '124614.142500', '124614.602500', '124615.062500', '124615.522500', '124615.982500', '124616.442500', '124616.902500', '124617.362500', '124617.822500', '124618.282500', '124618.742500', '124619.202500', '124619.662500', '124620.122500', '124620.582500', '124621.042500', '124621.502500', '124621.962500', '124622.422500', '124622.882500', '124623.342500', '124623.802500', '124624.262500', '124624.722500', '124625.182500', '124625.642500', '124626.102500', '124626.562500', '124627.022500', '124627.482500', '124627.942500', '124628.402500', '124628.862500', '124629.322500', '124629.782500', '124630.242500', '124630.702500', '124631.162500', '124631.622500', '124632.082500', '124632.542500', '124633.002500', '124633.462500', '124633.922500', '124634.382500', '124634.842500', '124635.302500', '124635.762500', '124636.222500', '124636.682500', '124637.142500', '124637.602500', '124638.062500', '124638.522500', '124638.982500', '124639.442500', '124639.902500', '124640.362500', '124640.822500', '124641.282500', '124641.742500', '124642.202500', '124642.662500', '124643.122500', '124643.582500', '124644.042500', '124644.502500', '124644.962500', '124645.422500', '124645.882500', '124646.342500', '124646.802500', '124647.262500', '124647.722500', '124648.182500', '124648.642500', '124649.102500', '124649.562500', '124650.022500', '124650.482500', '124650.942500', '124651.402500', '124651.862500', '124652.322500', '124652.782500', '124653.242500', '124653.702500', '124654.162500', '124654.622500', '124655.082500', '124655.542500', '124656.002500', '124656.462500', '124656.922500', '124657.382500', '124657.842500', '124658.302500', '124658.762500', '124659.222500', '124659.682500', '124700.142500', '124700.602500', '124701.062500', '124701.522500', '124701.982500', '124702.442500', '124702.902500', '124703.362500', '124703.822500', '124704.282500', '124704.742500', '124705.202500', '124705.662500', '124706.122500', '124706.582500', '124707.042500', '124707.502500', '124707.962500', '124708.422500', '124708.882500', '124709.342500', '124709.802500', '124710.262500', '124710.722500', '124711.182500', '124711.642500', '124712.102500', '124712.562500', '124713.022500', '124713.482500', '124713.942500', '124714.402500', '124714.862500', '124715.322500', '124715.782500', '124716.242500', '124716.702500', '124717.162500', '124717.622500', '124718.082500', '124718.542500', '124719.002500', '124719.462500', '124719.922500', '124720.382500', '124720.842500', '124721.302500', '124721.762500', '124722.222500', '124722.682500', '124723.142500', '124723.602500', '124724.062500', '124724.522500', '124724.982500', '124725.442500', '124725.902500', '124726.362500', '124726.822500', '124727.282500', '124727.742500', '124728.202500', '124728.662500', '124729.122500', '124729.582500', '124730.042500', '124730.502500', '124730.962500', '124731.422500', '124731.882500', '124732.342500', '124732.802500', '124733.262500', '124733.722500', '124734.182500', '124734.642500', '124735.102500', '124735.562500', '124736.022500', '124736.482500', '124736.942500', '124737.402500', '124737.862500', '124738.322500', '124738.782500', '124739.242500', '124739.702500', '124740.162500', '124740.622500', '124741.082500', '124741.542500', '124742.002500', '124742.462500', '124742.922500', '124743.382500', '124743.842500', '124744.302500', '124744.762500', '124745.222500', '124745.682500', '124746.142500', '124746.602500', '124747.062500', '124747.522500', '124747.982500', '124748.442500', '124748.902500', '124749.362500', '124749.822500', '124750.282500', '124750.742500', '124751.202500', '124751.662500', '124752.122500', '124752.582500', '124753.042500', '124753.502500', '124753.962500', '124754.422500', '124754.882500', '124755.342500', '124755.802500', '124756.262500', '124756.722500', '124757.182500', '124757.642500', '124758.102500', '124758.562500', '124759.022500', '124759.482500', '124759.942500', '124800.402500', '124800.862500', '124801.322500', '124801.782500', '124802.242500', '124802.702500', '124803.162500', '124803.622500', '124804.082500', '124804.542500', '124805.002500', '124805.462500', '124805.922500', '124806.382500', '124806.842500', '124807.302500', '124807.762500', '124808.222500', '124808.682500', '124809.142500', '124809.602500', '124810.062500', '124810.522500', '124810.982500', '124811.442500', '124811.902500', '124812.362500', '124812.822500', '124813.282500', '124813.742500', '124814.202500', '124814.662500', '124815.122500', '124815.582500', '124816.042500', '124816.502500', '124816.962500', '124817.422500', '124817.882500', '124818.342500', '124818.802500', '124819.262500', '124819.722500', '124820.182500', '124820.642500', '124821.102500', '124821.562500', '124822.022500', '124822.482500', '124822.942500', '124823.402500', '124823.862500', '124824.322500', '124824.782500', '124825.242500', '124825.702500', '124826.162500', '124826.622500', '124827.082500', '124827.542500', '124828.002500', '124828.462500', '124828.922500', '124829.382500', '124829.842500', '124830.302500', '124830.762500', '124831.222500', '124831.682500', '124832.142500', '124832.602500', '124833.062500', '124833.522500', '124833.982500', '124834.442500', '124834.902500', '124835.362500', '124835.822500', '124836.282500', '124836.742500', '124837.202500', '124837.662500', '124838.122500', '124838.582500', '124839.042500', '124839.502500', '124839.962500', '124840.422500', '124840.882500', '124841.342500', '124841.802500', '124842.262500', '124842.722500', '124843.182500', '124843.642500', '124844.102500', '124844.562500', '124845.022500', '124845.482500', '124845.942500', '124846.402500', '124846.862500', '124847.322500', '124847.782500', '124848.242500', '124848.702500', '124849.162500', '124849.622500', '124850.082500', '124850.542500', '124851.002500', '124851.462500', '124851.922500', '124852.382500', '124852.842500', '124853.302500', '124853.762500', '124854.222500', '124854.682500', '124855.142500', '124855.602500', '124856.062500', '124856.522500', '124856.982500', '124857.442500', '124857.902500', '124858.362500', '124858.822500', '124859.282500', '124859.742500', '124900.202500', '124900.662500', '124901.122500', '124901.582500', '124902.042500', '124902.502500', '124902.962500', '124903.422500', '124903.882500', '124904.342500', '124904.802500', '124905.262500', '124905.722500', '124906.182500', '124906.642500', '124907.102500', '124907.562500', '124908.022500', '124908.482500', '124908.942500', '124909.402500', '124909.862500', '124910.322500', '124910.782500', '124911.242500', '124911.702500', '124912.162500', '124912.622500', '124913.082500', '124913.542500', '124914.002500', '124914.462500', '124914.922500', '124915.382500', '124915.842500', '124916.302500', '124916.762500', '124917.222500', '124917.682500', '124918.142500', '124918.602500', '124919.062500', '124919.522500', '124919.982500', '124920.442500', '124920.902500', '124921.362500', '124921.822500', '124922.282500', '124922.742500', '124923.202500', '124923.662500', '124924.122500', '124924.582500', '124925.042500', '124925.502500', '124925.962500', '124926.422500', '124926.882500', '124927.342500', '124927.802500', '124928.262500', '124928.722500', '124929.182500', '124929.642500', '124930.102500', '124930.562500', '124931.022500', '124931.482500', '124931.942500', '124932.402500', '124932.862500', '124933.322500', '124933.782500', '124934.242500', '124934.702500', '124935.162500', '124935.622500', '124936.082500', '124936.542500', '124937.002500', '124937.462500', '124937.922500', '124938.382500', '124938.842500', '124939.302500', '124939.762500', '124940.222500', '124940.682500', '124941.142500', '124941.602500', '124942.062500', '124942.522500', '124942.982500', '124943.442500', '124943.902500', '124944.362500', '124944.822500', '124945.282500', '124945.742500', '124946.202500', '124946.662500', '124947.122500', '124947.582500', '124948.042500', '124948.502500', '124948.962500', '124949.422500', '124949.882500', '124950.342500', '124950.802500', '124951.262500'], 'ContentTime': ['124112.448000', '124112.451000', '124112.454000', '124112.457000', '124112.460000', '124112.463000', '124112.465000', '124112.468000', '124112.471000', '124112.474000', '124112.477000', '124112.480000', '124112.482000', '124112.485000', '124112.488000', '124112.497000', '124112.513000', '124112.515000', '124112.518000', '124112.521000', '124112.523000', '124112.526000', '124112.528000', '124112.531000', '124132.422000', '124132.424000', '124132.427000', '124132.430000', '124132.432000', '124132.442000', '124132.444000', '124132.447000', '124132.450000', '124132.452000', '124132.455000', '124132.457000', '124132.460000', '124132.462000', '124132.465000', '124132.468000', '124132.470000', '124132.473000', '124132.475000', '124132.478000', '124132.481000', '124132.483000', '124132.486000', '124132.488000', '124132.491000', '124132.494000', '124132.500000', '124132.503000', '124132.506000', '124132.508000', '124132.511000', '124132.525000', '124132.528000', '124132.530000', '124132.533000', '124132.535000', '124132.538000', '124132.541000', '124132.543000', '124132.546000', '124132.549000', '124132.551000', '124132.554000', '124132.556000', '124152.421000', '124152.424000', '124152.427000', '124152.430000', '124152.432000', '124152.435000', '124152.437000', '124152.440000', '124152.443000', '124152.445000', '124152.448000', '124152.450000', '124152.453000', '124152.456000', '124152.458000', '124152.470000', '124152.473000', '124152.475000', '124152.478000', '124152.480000', '124152.483000', '124152.486000', '124152.488000', '124152.491000', '124152.493000', '124152.496000', '124152.499000', '124152.501000', '124152.504000', '124152.507000', '124152.509000', '124152.512000', '124152.515000', '124152.517000', '124152.520000', '124152.522000', '124152.527000', '124152.530000', '124152.532000', '124152.535000', '124152.538000', '124152.540000', '124152.543000', '124212.422000', '124212.425000', '124212.427000', '124212.431000', '124212.433000', '124212.436000', '124212.438000', '124212.441000', '124212.443000', '124212.446000', '124212.449000', '124212.451000', '124212.454000', '124212.456000', '124212.459000', '124212.462000', '124212.464000', '124212.467000', '124212.470000', '124212.472000', '124212.475000', '124212.477000', '124212.480000', '124212.483000', '124212.486000', '124212.488000', '124212.491000', '124212.493000', '124212.496000', '124212.499000', '124212.501000', '124212.504000', '124212.506000', '124212.509000', '124212.511000', '124212.514000', '124212.516000', '124212.519000', '124212.522000', '124212.524000', '124212.527000', '124212.529000', '124212.532000', '124212.535000', '124232.420000', '124232.424000', '124232.426000', '124232.429000', '124232.431000', '124232.434000', '124232.437000', '124232.440000', '124232.442000', '124232.445000', '124232.447000', '124232.450000', '124232.452000', '124232.455000', '124232.458000', '124232.460000', '124232.463000', '124232.466000', '124232.468000', '124232.471000', '124232.473000', '124232.476000', '124232.479000', '124232.481000', '124232.484000', '124232.493000', '124232.495000', '124232.498000', '124232.500000', '124232.503000', '124232.507000', '124232.510000', '124232.512000', '124232.515000', '124232.518000', '124232.520000', '124232.523000', '124232.525000', '124232.528000', '124232.531000', '124232.533000', '124232.536000', '124232.538000', '124252.420000', '124252.423000', '124252.426000', '124252.429000', '124252.431000', '124252.434000', '124252.437000', '124252.439000', '124252.442000', '124252.445000', '124252.447000', '124252.450000', '124252.453000', '124252.455000', '124252.458000', '124252.461000', '124252.463000', '124252.466000', '124252.469000', '124252.471000', '124252.474000', '124252.477000', '124252.479000', '124252.482000', '124252.484000', '124252.487000', '124252.490000', '124252.492000', '124252.495000', '124252.498000', '124252.500000', '124252.503000', '124252.505000', '124252.508000', '124252.511000', '124252.513000', '124252.516000', '124252.518000', '124252.521000', '124252.524000', '124252.526000', '124252.529000', '124252.532000', '124252.534000', '124312.422000', '124312.424000', '124312.427000', '124312.430000', '124312.432000', '124312.435000', '124312.437000', '124312.440000', '124312.442000', '124312.445000', '124312.448000', '124312.450000', '124312.453000', '124312.455000', '124312.458000', '124312.461000', '124312.463000', '124312.466000', '124312.468000', '124312.471000', '124312.474000', '124312.476000', '124312.479000', '124312.481000', '124312.484000', '124312.487000', '124312.500000', '124312.503000', '124312.506000', '124312.508000', '124312.511000', '124312.513000', '124312.516000', '124312.519000', '124312.521000', '124312.524000', '124312.526000', '124312.529000', '124312.531000', '124312.534000', '124312.537000', '124312.539000', '124312.542000', '124332.421000', '124332.424000', '124332.427000', '124332.429000', '124332.432000', '124332.435000', '124332.437000', '124332.440000', '124332.442000', '124332.445000', '124332.447000', '124332.450000', '124332.453000', '124332.455000', '124332.458000', '124332.460000', '124332.463000', '124332.466000', '124332.468000', '124332.471000', '124332.474000', '124332.476000', '124332.479000', '124332.482000', '124332.484000', '124332.487000', '124332.490000', '124332.492000', '124332.495000', '124332.498000', '124332.500000', '124332.503000', '124332.505000', '124332.508000', '124332.511000', '124332.513000', '124332.516000', '124332.519000', '124332.521000', '124332.524000', '124332.526000', '124332.529000', '124332.532000', '124332.534000', '124352.422000', '124352.424000', '124352.427000', '124352.430000', '124352.432000', '124352.435000', '124352.438000', '124352.440000', '124352.443000', '124352.445000', '124352.448000', '124352.451000', '124352.453000', '124352.456000', '124352.459000', '124352.461000', '124352.464000', '124352.466000', '124352.469000', '124352.471000', '124352.474000', '124352.477000', '124352.479000', '124352.482000', '124352.484000', '124352.487000', '124352.489000', '124352.492000', '124352.495000', '124352.497000', '124352.500000', '124352.502000', '124352.505000', '124352.507000', '124352.510000', '124352.512000', '124352.515000', '124352.518000', '124352.520000', '124352.523000', '124352.525000', '124352.528000', '124352.530000', '124412.421000', '124412.424000', '124412.427000', '124412.430000', '124412.432000', '124412.435000', '124412.437000', '124412.440000', '124412.443000', '124412.445000', '124412.448000', '124412.450000', '124412.453000', '124412.455000', '124412.458000', '124412.461000', '124412.463000', '124412.466000', '124412.468000', '124412.471000', '124412.473000', '124412.476000', '124412.478000', '124412.481000', '124412.484000', '124412.486000', '124412.489000', '124412.491000', '124412.494000', '124412.497000', '124412.499000', '124412.502000', '124412.504000', '124412.507000', '124412.509000', '124412.512000', '124412.515000', '124412.517000', '124412.520000', '124412.522000', '124412.525000', '124412.527000', '124412.530000', '124412.533000', '124432.421000', '124432.424000', '124432.427000', '124432.429000', '124432.432000', '124432.435000', '124432.437000', '124432.440000', '124432.442000', '124432.445000', '124432.448000', '124432.451000', '124432.454000', '124432.456000', '124432.459000', '124432.462000', '124432.464000', '124432.467000', '124432.469000', '124432.472000', '124432.475000', '124432.477000', '124432.480000', '124432.483000', '124432.485000', '124432.488000', '124432.490000', '124432.493000', '124432.495000', '124432.498000', '124432.501000', '124432.503000', '124432.506000', '124432.508000', '124432.511000', '124432.513000', '124432.516000', '124432.519000', '124432.521000', '124432.524000', '124432.526000', '124432.529000', '124432.532000', '124452.420000', '124452.423000', '124452.426000', '124452.429000', '124452.431000', '124452.434000', '124452.436000', '124452.439000', '124452.473000', '124452.475000', '124452.478000', '124452.481000', '124452.483000', '124452.486000', '124452.489000', '124452.492000', '124452.494000', '124452.497000', '124452.499000', '124452.502000', '124452.505000', '124452.507000', '124452.510000', '124452.513000', '124452.515000', '124452.518000', '124452.520000', '124452.523000', '124452.526000', '124452.528000', '124452.531000', '124452.534000', '124452.536000', '124452.542000', '124452.545000', '124452.547000', '124452.550000', '124452.553000', '124452.555000', '124452.558000', '124452.561000', '124452.563000', '124452.566000', '124452.568000', '124512.420000', '124512.424000', '124512.426000', '124512.429000', '124512.432000', '124512.434000', '124512.437000', '124512.439000', '124512.442000', '124512.444000', '124512.447000', '124512.450000', '124512.452000', '124512.455000', '124512.457000', '124512.460000', '124512.463000', '124512.465000', '124512.468000', '124512.470000', '124512.473000', '124512.476000', '124512.479000', '124512.481000', '124512.484000', '124512.486000', '124512.489000', '124512.492000', '124512.494000', '124512.497000', '124512.500000', '124512.502000', '124512.505000', '124512.508000', '124512.510000', '124512.513000', '124512.516000', '124512.518000', '124512.521000', '124512.524000', '124512.526000', '124512.529000', '124512.531000', '124532.422000', '124532.424000', '124532.427000', '124532.430000', '124532.433000', '124532.435000', '124532.438000', '124532.441000', '124532.444000', '124532.447000', '124532.451000', '124532.454000', '124532.456000', '124532.459000', '124532.462000', '124532.465000', '124532.467000', '124532.470000', '124532.473000', '124532.475000', '124532.478000', '124532.481000', '124532.483000', '124532.486000', '124532.488000', '124532.491000', '124532.494000', '124532.496000', '124532.499000', '124532.502000', '124532.504000', '124532.507000', '124532.510000', '124532.512000', '124532.515000', '124532.518000', '124532.520000', '124532.523000', '124532.525000', '124532.528000', '124532.531000', '124532.533000', '124532.536000', '124552.421000', '124552.425000', '124552.428000', '124552.430000', '124552.433000', '124552.436000', '124552.438000', '124552.441000', '124552.444000', '124552.446000', '124552.449000', '124552.451000', '124552.454000', '124552.457000', '124552.459000', '124552.462000', '124552.464000', '124552.467000', '124552.470000', '124552.472000', '124552.475000', '124552.478000', '124552.480000', '124552.483000', '124552.485000', '124552.488000', '124552.491000', '124552.493000', '124552.496000', '124552.498000', '124552.501000', '124552.504000', '124552.506000', '124552.509000', '124552.512000', '124552.514000', '124552.517000', '124552.519000', '124552.522000', '124552.525000', '124552.527000', '124552.530000', '124552.532000', '124552.535000', '124612.422000', '124612.425000', '124612.427000', '124612.430000', '124612.432000', '124612.435000', '124612.438000', '124612.440000', '124612.443000', '124612.446000', '124612.448000', '124612.451000', '124612.453000', '124612.456000', '124612.459000', '124612.461000', '124612.464000', '124612.466000', '124612.469000', '124612.472000', '124612.474000', '124612.477000', '124612.480000', '124612.482000', '124612.485000', '124612.487000', '124612.490000', '124612.493000', '124612.495000', '124612.498000', '124612.501000', '124612.503000', '124612.506000', '124612.518000', '124612.521000', '124612.524000', '124612.526000', '124612.529000', '124612.532000', '124612.534000', '124612.537000', '124612.540000', '124612.542000', '124612.545000', '124632.422000', '124632.425000', '124632.427000', '124632.430000', '124632.433000', '124632.435000', '124632.438000', '124632.440000', '124632.443000', '124632.446000', '124632.448000', '124632.451000', '124632.454000', '124632.456000', '124632.459000', '124632.462000', '124632.464000', '124632.467000', '124632.470000', '124632.472000', '124632.475000', '124632.477000', '124632.480000', '124632.483000', '124632.485000', '124632.488000', '124632.490000', '124632.493000', '124632.496000', '124632.498000', '124632.501000', '124632.504000', '124632.506000', '124632.509000', '124632.512000', '124632.514000', '124632.517000', '124632.519000', '124632.522000', '124632.525000', '124632.527000', '124632.530000', '124632.532000', '124652.420000', '124652.423000', '124652.426000', '124652.429000', '124652.431000', '124652.434000', '124652.437000', '124652.439000', '124652.442000', '124652.445000', '124652.448000', '124652.450000', '124652.453000', '124652.456000', '124652.459000', '124652.461000', '124652.464000', '124652.467000', '124652.469000', '124652.472000', '124652.475000', '124652.477000', '124652.480000', '124652.482000', '124652.485000', '124652.488000', '124652.490000', '124652.493000', '124652.496000', '124652.500000', '124652.503000', '124652.506000', '124652.508000', '124652.511000', '124652.514000', '124652.516000', '124652.519000', '124652.522000', '124652.524000', '124652.527000', '124652.529000', '124652.532000', '124652.535000', '124652.537000', '124712.421000', '124712.424000', '124712.430000', '124712.432000', '124712.435000', '124712.437000', '124712.440000', '124712.443000', '124712.445000', '124712.448000', '124712.451000', '124712.453000', '124712.456000', '124712.458000', '124712.461000', '124712.464000', '124712.466000', '124712.469000', '124712.472000', '124712.474000', '124712.477000', '124712.479000', '124712.482000', '124712.484000', '124712.487000', '124712.490000', '124712.492000', '124712.495000', '124712.497000', '124712.500000', '124712.503000', '124712.505000', '124712.508000', '124712.510000', '124712.513000', '124712.516000', '124712.518000', '124712.521000', '124712.524000', '124712.526000', '124712.529000', '124712.531000', '124712.534000', '124732.421000', '124732.424000', '124732.427000', '124732.430000', '124732.433000', '124732.436000', '124732.439000', '124732.442000', '124732.445000', '124732.448000', '124732.450000', '124732.453000', '124732.456000', '124732.458000', '124732.461000', '124732.464000', '124732.466000', '124732.469000', '124732.471000', '124732.474000', '124732.477000', '124732.479000', '124732.482000', '124732.485000', '124732.488000', '124732.490000', '124732.493000', '124732.495000', '124732.498000', '124732.501000', '124732.503000', '124732.506000', '124732.509000', '124732.511000', '124732.514000', '124732.517000', '124732.519000', '124732.522000', '124732.524000', '124732.527000', '124732.530000', '124732.532000', '124732.535000', '124752.422000', '124752.425000', '124752.428000', '124752.431000', '124752.433000', '124752.436000', '124752.439000', '124752.441000', '124752.444000', '124752.447000', '124752.449000', '124752.452000', '124752.454000', '124752.457000', '124752.460000', '124752.462000', '124752.465000', '124752.473000', '124752.476000', '124752.479000', '124752.481000', '124752.484000', '124752.486000', '124752.489000', '124752.492000', '124752.494000', '124752.497000', '124752.499000', '124752.502000', '124752.505000', '124752.507000', '124752.510000', '124752.513000', '124752.515000', '124752.518000', '124752.520000', '124752.523000', '124752.526000', '124752.528000', '124752.531000', '124752.533000', '124752.536000', '124752.539000', '124752.541000', '124812.422000', '124812.424000', '124812.427000', '124812.430000', '124812.433000', '124812.435000', '124812.438000', '124812.440000', '124812.443000', '124812.446000', '124812.449000', '124812.451000', '124812.454000', '124812.457000', '124812.460000', '124812.462000', '124812.465000', '124812.467000', '124812.470000', '124812.473000', '124812.476000', '124812.478000', '124812.481000', '124812.485000', '124812.487000', '124812.490000', '124812.493000', '124812.495000', '124812.498000', '124812.501000', '124812.503000', '124812.506000', '124812.509000', '124812.511000', '124812.514000', '124812.517000', '124812.519000', '124812.522000', '124812.525000', '124812.527000', '124812.530000', '124812.532000', '124812.535000', '124832.421000', '124832.425000', '124832.427000', '124832.430000', '124832.433000', '124832.435000', '124832.438000', '124832.441000', '124832.443000', '124832.446000', '124832.449000', '124832.451000', '124832.454000', '124832.457000', '124832.459000', '124832.462000', '124832.464000', '124832.467000', '124832.470000', '124832.472000', '124832.475000', '124832.477000', '124832.480000', '124832.483000', '124832.486000', '124832.488000', '124832.491000', '124832.494000', '124832.496000', '124832.499000', '124832.502000', '124832.504000', '124832.507000', '124832.509000', '124832.512000', '124832.515000', '124832.517000', '124832.520000', '124832.522000', '124832.525000', '124832.528000', '124832.530000', '124832.533000', '124832.535000', '124852.422000', '124852.425000', '124852.427000', '124852.430000', '124852.433000', '124852.435000', '124852.438000', '124852.441000', '124852.444000', '124852.447000', '124852.450000', '124852.453000', '124852.455000', '124852.458000', '124852.461000', '124852.463000', '124852.466000', '124852.469000', '124852.471000', '124852.474000', '124852.476000', '124852.479000', '124852.482000', '124852.484000', '124852.487000', '124852.489000', '124852.492000', '124852.495000', '124852.497000', '124852.500000', '124852.503000', '124852.505000', '124852.508000', '124852.511000', '124852.513000', '124852.516000', '124852.519000', '124852.521000', '124852.524000', '124852.526000', '124852.543000', '124852.545000', '124852.548000', '124912.421000', '124912.423000', '124912.426000', '124912.429000', '124912.431000', '124912.434000', '124912.436000', '124912.439000', '124912.442000', '124912.445000', '124912.447000', '124912.450000', '124912.453000', '124912.455000', '124912.458000', '124912.460000', '124912.463000', '124912.466000', '124912.468000', '124912.471000', '124912.473000', '124912.476000', '124912.478000', '124912.481000', '124912.484000', '124912.486000', '124912.489000', '124912.492000', '124912.494000', '124912.497000', '124912.499000', '124912.502000', '124912.516000', '124912.519000', '124912.522000', '124912.524000', '124912.527000', '124912.529000', '124912.532000', '124912.535000', '124912.537000', '124912.540000', '124912.543000', '124912.545000', '124932.421000', '124932.423000', '124932.426000', '124932.429000', '124932.432000', '124932.434000', '124932.437000', '124932.439000', '124932.442000', '124932.445000', '124932.447000', '124932.450000', '124932.453000', '124932.455000', '124932.458000', '124932.460000', '124932.463000', '124932.465000', '124932.468000', '124932.471000', '124932.473000', '124932.476000', '124932.479000', '124932.481000', '124932.484000', '124932.486000', '124932.489000', '124932.492000', '124932.494000', '124932.497000', '124932.500000', '124932.502000', '124932.505000', '124932.507000', '124932.510000', '124932.513000', '124932.515000', '124932.518000', '124932.521000', '124932.524000', '124932.527000', '124932.530000', '124932.532000', '124952.422000', '124952.426000', '124952.429000', '124952.433000', '124952.437000', '124952.440000', '124952.443000', '124952.448000', '124952.451000', '124952.454000', '124952.458000', '124952.462000', '124952.466000', '124952.471000', '124952.474000', '124952.478000', '124952.481000', '124952.485000', '124952.490000', '124952.493000', '124952.495000', '124952.498000', '124952.502000', '124952.508000', '124952.513000', '124952.517000', '124952.521000', '124952.525000', '124952.529000', '124952.534000', '124952.540000', '124952.544000', '124952.549000', '124952.555000', '124952.558000', '124952.563000', '124952.566000', '124952.569000', '124952.572000', '124952.574000', '124952.577000', '124952.580000', '124952.584000', '124952.588000', '124952.710000'], 'InstanceCreationTime': ['124112.448000', '124112.451000', '124112.454000', '124112.457000', '124112.460000', '124112.463000', '124112.465000', '124112.468000', '124112.471000', '124112.474000', '124112.477000', '124112.480000', '124112.482000', '124112.485000', '124112.488000', '124112.497000', '124112.513000', '124112.515000', '124112.518000', '124112.521000', '124112.523000', '124112.526000', '124112.528000', '124112.531000', '124132.422000', '124132.424000', '124132.427000', '124132.430000', '124132.432000', '124132.442000', '124132.444000', '124132.447000', '124132.450000', '124132.452000', '124132.455000', '124132.457000', '124132.460000', '124132.462000', '124132.465000', '124132.468000', '124132.470000', '124132.473000', '124132.475000', '124132.478000', '124132.481000', '124132.483000', '124132.486000', '124132.488000', '124132.491000', '124132.494000', '124132.500000', '124132.503000', '124132.506000', '124132.508000', '124132.511000', '124132.525000', '124132.528000', '124132.530000', '124132.533000', '124132.535000', '124132.538000', '124132.541000', '124132.543000', '124132.546000', '124132.549000', '124132.551000', '124132.554000', '124132.556000', '124152.421000', '124152.424000', '124152.427000', '124152.430000', '124152.432000', '124152.435000', '124152.437000', '124152.440000', '124152.443000', '124152.445000', '124152.448000', '124152.450000', '124152.453000', '124152.456000', '124152.458000', '124152.470000', '124152.473000', '124152.475000', '124152.478000', '124152.480000', '124152.483000', '124152.486000', '124152.488000', '124152.491000', '124152.493000', '124152.496000', '124152.499000', '124152.501000', '124152.504000', '124152.507000', '124152.509000', '124152.512000', '124152.515000', '124152.517000', '124152.520000', '124152.522000', '124152.527000', '124152.530000', '124152.532000', '124152.535000', '124152.538000', '124152.540000', '124152.543000', '124212.422000', '124212.425000', '124212.427000', '124212.431000', '124212.433000', '124212.436000', '124212.438000', '124212.441000', '124212.443000', '124212.446000', '124212.449000', '124212.451000', '124212.454000', '124212.456000', '124212.459000', '124212.462000', '124212.464000', '124212.467000', '124212.470000', '124212.472000', '124212.475000', '124212.477000', '124212.480000', '124212.483000', '124212.486000', '124212.488000', '124212.491000', '124212.493000', '124212.496000', '124212.499000', '124212.501000', '124212.504000', '124212.506000', '124212.509000', '124212.511000', '124212.514000', '124212.516000', '124212.519000', '124212.522000', '124212.524000', '124212.527000', '124212.529000', '124212.532000', '124212.535000', '124232.420000', '124232.424000', '124232.426000', '124232.429000', '124232.431000', '124232.434000', '124232.437000', '124232.440000', '124232.442000', '124232.445000', '124232.447000', '124232.450000', '124232.452000', '124232.455000', '124232.458000', '124232.460000', '124232.463000', '124232.466000', '124232.468000', '124232.471000', '124232.473000', '124232.476000', '124232.479000', '124232.481000', '124232.484000', '124232.493000', '124232.495000', '124232.498000', '124232.500000', '124232.503000', '124232.507000', '124232.510000', '124232.512000', '124232.515000', '124232.518000', '124232.520000', '124232.523000', '124232.525000', '124232.528000', '124232.531000', '124232.533000', '124232.536000', '124232.538000', '124252.420000', '124252.423000', '124252.426000', '124252.429000', '124252.431000', '124252.434000', '124252.437000', '124252.439000', '124252.442000', '124252.445000', '124252.447000', '124252.450000', '124252.453000', '124252.455000', '124252.458000', '124252.461000', '124252.463000', '124252.466000', '124252.469000', '124252.471000', '124252.474000', '124252.477000', '124252.479000', '124252.482000', '124252.484000', '124252.487000', '124252.490000', '124252.492000', '124252.495000', '124252.498000', '124252.500000', '124252.503000', '124252.505000', '124252.508000', '124252.511000', '124252.513000', '124252.516000', '124252.518000', '124252.521000', '124252.524000', '124252.526000', '124252.529000', '124252.532000', '124252.534000', '124312.422000', '124312.424000', '124312.427000', '124312.430000', '124312.432000', '124312.435000', '124312.437000', '124312.440000', '124312.442000', '124312.445000', '124312.448000', '124312.450000', '124312.453000', '124312.455000', '124312.458000', '124312.461000', '124312.463000', '124312.466000', '124312.468000', '124312.471000', '124312.474000', '124312.476000', '124312.479000', '124312.481000', '124312.484000', '124312.487000', '124312.500000', '124312.503000', '124312.506000', '124312.508000', '124312.511000', '124312.513000', '124312.516000', '124312.519000', '124312.521000', '124312.524000', '124312.526000', '124312.529000', '124312.531000', '124312.534000', '124312.537000', '124312.539000', '124312.542000', '124332.421000', '124332.424000', '124332.427000', '124332.429000', '124332.432000', '124332.435000', '124332.437000', '124332.440000', '124332.442000', '124332.445000', '124332.447000', '124332.450000', '124332.453000', '124332.455000', '124332.458000', '124332.460000', '124332.463000', '124332.466000', '124332.468000', '124332.471000', '124332.474000', '124332.476000', '124332.479000', '124332.482000', '124332.484000', '124332.487000', '124332.490000', '124332.492000', '124332.495000', '124332.498000', '124332.500000', '124332.503000', '124332.505000', '124332.508000', '124332.511000', '124332.513000', '124332.516000', '124332.519000', '124332.521000', '124332.524000', '124332.526000', '124332.529000', '124332.532000', '124332.534000', '124352.422000', '124352.424000', '124352.427000', '124352.430000', '124352.432000', '124352.435000', '124352.438000', '124352.440000', '124352.443000', '124352.445000', '124352.448000', '124352.451000', '124352.453000', '124352.456000', '124352.459000', '124352.461000', '124352.464000', '124352.466000', '124352.469000', '124352.471000', '124352.474000', '124352.477000', '124352.479000', '124352.482000', '124352.484000', '124352.487000', '124352.489000', '124352.492000', '124352.495000', '124352.497000', '124352.500000', '124352.502000', '124352.505000', '124352.507000', '124352.510000', '124352.512000', '124352.515000', '124352.518000', '124352.520000', '124352.523000', '124352.525000', '124352.528000', '124352.530000', '124412.421000', '124412.424000', '124412.427000', '124412.430000', '124412.432000', '124412.435000', '124412.437000', '124412.440000', '124412.443000', '124412.445000', '124412.448000', '124412.450000', '124412.453000', '124412.455000', '124412.458000', '124412.461000', '124412.463000', '124412.466000', '124412.468000', '124412.471000', '124412.473000', '124412.476000', '124412.478000', '124412.481000', '124412.484000', '124412.486000', '124412.489000', '124412.491000', '124412.494000', '124412.497000', '124412.499000', '124412.502000', '124412.504000', '124412.507000', '124412.509000', '124412.512000', '124412.515000', '124412.517000', '124412.520000', '124412.522000', '124412.525000', '124412.527000', '124412.530000', '124412.533000', '124432.421000', '124432.424000', '124432.427000', '124432.429000', '124432.432000', '124432.435000', '124432.437000', '124432.440000', '124432.442000', '124432.445000', '124432.448000', '124432.451000', '124432.454000', '124432.456000', '124432.459000', '124432.462000', '124432.464000', '124432.467000', '124432.469000', '124432.472000', '124432.475000', '124432.477000', '124432.480000', '124432.483000', '124432.485000', '124432.488000', '124432.490000', '124432.493000', '124432.495000', '124432.498000', '124432.501000', '124432.503000', '124432.506000', '124432.508000', '124432.511000', '124432.513000', '124432.516000', '124432.519000', '124432.521000', '124432.524000', '124432.526000', '124432.529000', '124432.532000', '124452.420000', '124452.423000', '124452.426000', '124452.429000', '124452.431000', '124452.434000', '124452.436000', '124452.439000', '124452.473000', '124452.475000', '124452.478000', '124452.481000', '124452.483000', '124452.486000', '124452.489000', '124452.492000', '124452.494000', '124452.497000', '124452.499000', '124452.502000', '124452.505000', '124452.507000', '124452.510000', '124452.513000', '124452.515000', '124452.518000', '124452.520000', '124452.523000', '124452.526000', '124452.528000', '124452.531000', '124452.534000', '124452.536000', '124452.542000', '124452.545000', '124452.547000', '124452.550000', '124452.553000', '124452.555000', '124452.558000', '124452.561000', '124452.563000', '124452.566000', '124452.568000', '124512.420000', '124512.424000', '124512.426000', '124512.429000', '124512.432000', '124512.434000', '124512.437000', '124512.439000', '124512.442000', '124512.444000', '124512.447000', '124512.450000', '124512.452000', '124512.455000', '124512.457000', '124512.460000', '124512.463000', '124512.465000', '124512.468000', '124512.470000', '124512.473000', '124512.476000', '124512.479000', '124512.481000', '124512.484000', '124512.486000', '124512.489000', '124512.492000', '124512.494000', '124512.497000', '124512.500000', '124512.502000', '124512.505000', '124512.508000', '124512.510000', '124512.513000', '124512.516000', '124512.518000', '124512.521000', '124512.524000', '124512.526000', '124512.529000', '124512.531000', '124532.422000', '124532.424000', '124532.427000', '124532.430000', '124532.433000', '124532.435000', '124532.438000', '124532.441000', '124532.444000', '124532.447000', '124532.451000', '124532.454000', '124532.456000', '124532.459000', '124532.462000', '124532.465000', '124532.467000', '124532.470000', '124532.473000', '124532.475000', '124532.478000', '124532.481000', '124532.483000', '124532.486000', '124532.488000', '124532.491000', '124532.494000', '124532.496000', '124532.499000', '124532.502000', '124532.504000', '124532.507000', '124532.510000', '124532.512000', '124532.515000', '124532.518000', '124532.520000', '124532.523000', '124532.525000', '124532.528000', '124532.531000', '124532.533000', '124532.536000', '124552.421000', '124552.425000', '124552.428000', '124552.430000', '124552.433000', '124552.436000', '124552.438000', '124552.441000', '124552.444000', '124552.446000', '124552.449000', '124552.451000', '124552.454000', '124552.457000', '124552.459000', '124552.462000', '124552.464000', '124552.467000', '124552.470000', '124552.472000', '124552.475000', '124552.478000', '124552.480000', '124552.483000', '124552.485000', '124552.488000', '124552.491000', '124552.493000', '124552.496000', '124552.498000', '124552.501000', '124552.504000', '124552.506000', '124552.509000', '124552.512000', '124552.514000', '124552.517000', '124552.519000', '124552.522000', '124552.525000', '124552.527000', '124552.530000', '124552.532000', '124552.535000', '124612.422000', '124612.425000', '124612.427000', '124612.430000', '124612.432000', '124612.435000', '124612.438000', '124612.440000', '124612.443000', '124612.446000', '124612.448000', '124612.451000', '124612.453000', '124612.456000', '124612.459000', '124612.461000', '124612.464000', '124612.466000', '124612.469000', '124612.472000', '124612.474000', '124612.477000', '124612.480000', '124612.482000', '124612.485000', '124612.487000', '124612.490000', '124612.493000', '124612.495000', '124612.498000', '124612.501000', '124612.503000', '124612.506000', '124612.518000', '124612.521000', '124612.524000', '124612.526000', '124612.529000', '124612.532000', '124612.534000', '124612.537000', '124612.540000', '124612.542000', '124612.545000', '124632.422000', '124632.425000', '124632.427000', '124632.430000', '124632.433000', '124632.435000', '124632.438000', '124632.440000', '124632.443000', '124632.446000', '124632.448000', '124632.451000', '124632.454000', '124632.456000', '124632.459000', '124632.462000', '124632.464000', '124632.467000', '124632.470000', '124632.472000', '124632.475000', '124632.477000', '124632.480000', '124632.483000', '124632.485000', '124632.488000', '124632.490000', '124632.493000', '124632.496000', '124632.498000', '124632.501000', '124632.504000', '124632.506000', '124632.509000', '124632.512000', '124632.514000', '124632.517000', '124632.519000', '124632.522000', '124632.525000', '124632.527000', '124632.530000', '124632.532000', '124652.420000', '124652.423000', '124652.426000', '124652.429000', '124652.431000', '124652.434000', '124652.437000', '124652.439000', '124652.442000', '124652.445000', '124652.448000', '124652.450000', '124652.453000', '124652.456000', '124652.459000', '124652.461000', '124652.464000', '124652.467000', '124652.469000', '124652.472000', '124652.475000', '124652.477000', '124652.480000', '124652.482000', '124652.485000', '124652.488000', '124652.490000', '124652.493000', '124652.496000', '124652.500000', '124652.503000', '124652.506000', '124652.508000', '124652.511000', '124652.514000', '124652.516000', '124652.519000', '124652.522000', '124652.524000', '124652.527000', '124652.529000', '124652.532000', '124652.535000', '124652.537000', '124712.421000', '124712.424000', '124712.430000', '124712.432000', '124712.435000', '124712.437000', '124712.440000', '124712.443000', '124712.445000', '124712.448000', '124712.451000', '124712.453000', '124712.456000', '124712.458000', '124712.461000', '124712.464000', '124712.466000', '124712.469000', '124712.472000', '124712.474000', '124712.477000', '124712.479000', '124712.482000', '124712.484000', '124712.487000', '124712.490000', '124712.492000', '124712.495000', '124712.497000', '124712.500000', '124712.503000', '124712.505000', '124712.508000', '124712.510000', '124712.513000', '124712.516000', '124712.518000', '124712.521000', '124712.524000', '124712.526000', '124712.529000', '124712.531000', '124712.534000', '124732.421000', '124732.424000', '124732.427000', '124732.430000', '124732.433000', '124732.436000', '124732.439000', '124732.442000', '124732.445000', '124732.448000', '124732.450000', '124732.453000', '124732.456000', '124732.458000', '124732.461000', '124732.464000', '124732.466000', '124732.469000', '124732.471000', '124732.474000', '124732.477000', '124732.479000', '124732.482000', '124732.485000', '124732.488000', '124732.490000', '124732.493000', '124732.495000', '124732.498000', '124732.501000', '124732.503000', '124732.506000', '124732.509000', '124732.511000', '124732.514000', '124732.517000', '124732.519000', '124732.522000', '124732.524000', '124732.527000', '124732.530000', '124732.532000', '124732.535000', '124752.422000', '124752.425000', '124752.428000', '124752.431000', '124752.433000', '124752.436000', '124752.439000', '124752.441000', '124752.444000', '124752.447000', '124752.449000', '124752.452000', '124752.454000', '124752.457000', '124752.460000', '124752.462000', '124752.465000', '124752.473000', '124752.476000', '124752.479000', '124752.481000', '124752.484000', '124752.486000', '124752.489000', '124752.492000', '124752.494000', '124752.497000', '124752.499000', '124752.502000', '124752.505000', '124752.507000', '124752.510000', '124752.513000', '124752.515000', '124752.518000', '124752.520000', '124752.523000', '124752.526000', '124752.528000', '124752.531000', '124752.533000', '124752.536000', '124752.539000', '124752.541000', '124812.422000', '124812.424000', '124812.427000', '124812.430000', '124812.433000', '124812.435000', '124812.438000', '124812.440000', '124812.443000', '124812.446000', '124812.449000', '124812.451000', '124812.454000', '124812.457000', '124812.460000', '124812.462000', '124812.465000', '124812.467000', '124812.470000', '124812.473000', '124812.476000', '124812.478000', '124812.481000', '124812.485000', '124812.487000', '124812.490000', '124812.493000', '124812.495000', '124812.498000', '124812.501000', '124812.503000', '124812.506000', '124812.509000', '124812.511000', '124812.514000', '124812.517000', '124812.519000', '124812.522000', '124812.525000', '124812.527000', '124812.530000', '124812.532000', '124812.535000', '124832.421000', '124832.425000', '124832.427000', '124832.430000', '124832.433000', '124832.435000', '124832.438000', '124832.441000', '124832.443000', '124832.446000', '124832.449000', '124832.451000', '124832.454000', '124832.457000', '124832.459000', '124832.462000', '124832.464000', '124832.467000', '124832.470000', '124832.472000', '124832.475000', '124832.477000', '124832.480000', '124832.483000', '124832.486000', '124832.488000', '124832.491000', '124832.494000', '124832.496000', '124832.499000', '124832.502000', '124832.504000', '124832.507000', '124832.509000', '124832.512000', '124832.515000', '124832.517000', '124832.520000', '124832.522000', '124832.525000', '124832.528000', '124832.530000', '124832.533000', '124832.535000', '124852.422000', '124852.425000', '124852.427000', '124852.430000', '124852.433000', '124852.435000', '124852.438000', '124852.441000', '124852.444000', '124852.447000', '124852.450000', '124852.453000', '124852.455000', '124852.458000', '124852.461000', '124852.463000', '124852.466000', '124852.469000', '124852.471000', '124852.474000', '124852.476000', '124852.479000', '124852.482000', '124852.484000', '124852.487000', '124852.489000', '124852.492000', '124852.495000', '124852.497000', '124852.500000', '124852.503000', '124852.505000', '124852.508000', '124852.511000', '124852.513000', '124852.516000', '124852.519000', '124852.521000', '124852.524000', '124852.526000', '124852.543000', '124852.545000', '124852.548000', '124912.421000', '124912.423000', '124912.426000', '124912.429000', '124912.431000', '124912.434000', '124912.436000', '124912.439000', '124912.442000', '124912.445000', '124912.447000', '124912.450000', '124912.453000', '124912.455000', '124912.458000', '124912.460000', '124912.463000', '124912.466000', '124912.468000', '124912.471000', '124912.473000', '124912.476000', '124912.478000', '124912.481000', '124912.484000', '124912.486000', '124912.489000', '124912.492000', '124912.494000', '124912.497000', '124912.499000', '124912.502000', '124912.516000', '124912.519000', '124912.522000', '124912.524000', '124912.527000', '124912.529000', '124912.532000', '124912.535000', '124912.537000', '124912.540000', '124912.543000', '124912.545000', '124932.421000', '124932.423000', '124932.426000', '124932.429000', '124932.432000', '124932.434000', '124932.437000', '124932.439000', '124932.442000', '124932.445000', '124932.447000', '124932.450000', '124932.453000', '124932.455000', '124932.458000', '124932.460000', '124932.463000', '124932.465000', '124932.468000', '124932.471000', '124932.473000', '124932.476000', '124932.479000', '124932.481000', '124932.484000', '124932.486000', '124932.489000', '124932.492000', '124932.494000', '124932.497000', '124932.500000', '124932.502000', '124932.505000', '124932.507000', '124932.510000', '124932.513000', '124932.515000', '124932.518000', '124932.521000', '124932.524000', '124932.527000', '124932.530000', '124932.532000', '124952.422000', '124952.426000', '124952.429000', '124952.433000', '124952.437000', '124952.440000', '124952.443000', '124952.448000', '124952.451000', '124952.454000', '124952.458000', '124952.462000', '124952.466000', '124952.471000', '124952.474000', '124952.478000', '124952.481000', '124952.485000', '124952.490000', '124952.493000', '124952.495000', '124952.498000', '124952.502000', '124952.508000', '124952.513000', '124952.517000', '124952.521000', '124952.525000', '124952.529000', '124952.534000', '124952.540000', '124952.544000', '124952.549000', '124952.555000', '124952.558000', '124952.563000', '124952.566000', '124952.569000', '124952.572000', '124952.574000', '124952.577000', '124952.580000', '124952.584000', '124952.588000', '124952.710000'], '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': [7668, 7460, 8167, 7536, 8430, 10512, 7558, 6883, 7502, 7933, 7158, 7977, 8213, 7902, 8883, 7528, 6710, 7812, 6778, 7534, 7529, 7604, 7171, 7936, 7559, 8835, 7490, 10251, 7588, 9512, 7529, 9864, 8673, 9146, 8047, 7121, 7631, 6839, 7821, 7508, 8351, 7626, 7771, 7420, 8013, 7687, 8369, 7782, 7268, 7544, 7176, 7701, 7234, 7936, 7306, 7771, 7015, 8058, 7343, 8269, 6860, 8429, 7841, 7577, 7919, 8945, 8215, 8148, 7127, 7902, 9693, 7857, 9073, 7831, 8854, 8034, 9158, 8000, 9879, 7819, 7513, 7892, 6877, 8026, 7226, 7421, 6824, 7207, 6999, 7245, 7439, 7406, 7375, 8819, 7432, 8127, 6819, 8241, 7394, 8513, 7763, 8651, 8185, 8486, 8287, 7980, 8065, 7539, 7231, 7355, 7482, 7777, 7543, 7811, 9736, 7788, 8607, 7742, 8472, 8023, 9251, 8058, 10402, 8064, 9118, 8038, 8805, 8326, 8501, 8305, 7270, 7798, 7289, 7829, 7487, 8333, 7721, 7291, 7193, 7347, 7372, 7310, 7869, 7849, 8088, 9708, 8039, 8343, 7949, 8715, 8029, 8880, 8766, 7293, 8076, 7146, 7900, 7191, 8193, 7353, 7466, 7407, 7111, 7354, 7412, 7699, 7390, 7937, 8033, 7835, 7786, 7951, 7641, 7965, 8685, 7378, 7572, 7846, 8088, 8091, 7077, 7182, 6700, 7110, 6466, 7760, 7995, 8134, 8272, 8100, 8589, 7865, 7486, 7679, 7159, 6960, 7121, 8503, 7558, 9861, 7507, 8401, 7551, 10235, 7784, 9260, 7809, 9170, 7593, 8713, 7448, 7687, 7403, 7656, 7128, 7042, 6778, 6911, 6883, 6973, 7177, 7172, 7253, 6939, 7276, 7176, 7504, 6821, 7335, 7184, 10033, 7010, 7093, 7707, 6866, 8949, 8826, 7319, 9029, 7488, 9157, 7383, 8525, 7233, 8338, 7119, 8217, 7075, 8303, 7089, 8402, 7859, 8794, 8253, 7002, 7238, 7539, 7233, 7671, 7162, 10180, 7148, 9914, 7228, 7583, 7528, 7998, 7367, 7760, 7390, 7981, 6975, 7869, 6917, 7869, 7034, 7654, 6705, 7654, 6961, 7174, 7425, 7318, 7159, 7826, 6827, 8281, 6974, 9090, 7206, 8407, 8150, 7225, 7472, 7325, 7318, 7444, 8408, 7851, 8967, 7717, 7108, 7301, 7510, 6987, 8741, 7069, 8936, 7110, 8178, 7347, 8061, 7283, 8791, 7110, 9033, 7092, 9022, 7463, 8444, 7362, 7421, 7124, 7819, 7283, 8864, 7433, 8883, 7362, 9281, 7168, 8693, 7557, 8680, 7446, 8765, 7172, 8609, 7214, 8233, 7316, 8238, 7078, 7962, 7214, 8678, 7159, 8830, 7193, 7475, 7013, 7001, 7329, 6970, 7142, 6779, 7342, 6711, 7707, 7003, 7006, 7062, 7253, 7262, 7145, 7274, 7878, 7207, 8920, 7489, 9072, 7494, 9847, 8615, 10856, 7510, 8703, 7735, 8504, 8205, 7859, 8138, 7136, 7626, 7270, 8058, 7500, 7649, 7571, 7190, 7370, 7178, 7305, 6997, 7781, 7302, 7145, 7289, 7203, 7095, 7491, 7053, 6955, 7532, 7186, 7839, 7470, 6975, 7442, 7255, 7287, 7115, 7610, 7254, 7373, 7220, 7218, 6894, 7330, 7385, 7568, 9242, 7574, 7950, 7417, 8035, 7576, 8534, 7596, 9420, 7561, 7336, 7801, 6851, 7451, 6993, 7259, 7371, 6907, 7349, 8908, 7427, 9936, 7387, 10133, 7735, 9243, 9001, 8019, 7466, 7187, 7793, 7768, 8649, 7925, 7193, 7228, 6896, 7689, 7776, 7491, 9627, 7633, 8020, 7742, 8192, 8002, 9265, 7638, 7039, 7527, 6662, 7703, 7292, 7202, 6871, 7056, 7571, 8543, 7622, 7024, 7350, 7547, 7192, 7832, 7821, 7845, 7041, 7008, 7623, 9036, 7845, 10366, 7479, 9573, 7631, 8108, 7688, 7324, 7713, 7444, 7458, 7250, 7478, 7950, 7203, 8157, 8121, 8502, 7475, 7809, 7348, 7841, 7599, 7159, 7140, 7083, 7542, 8710, 7301, 9312, 7613, 8195, 7457, 8434, 7407, 8983, 7577, 7254, 7655, 7185, 7504, 7535, 7834, 7467, 7326, 7589, 7256, 7505, 8249, 7649, 8860, 7413, 8106, 7447, 7581, 7351, 7253, 7639, 7605, 7184, 7657, 7360, 7558, 7207, 7453, 7320, 7643, 7236, 7648, 8152, 7367, 9175, 7311, 9439, 7781, 9178, 7646, 8163, 7332, 9124, 7314, 9001, 7406, 8384, 7421, 8117, 7691, 6894, 8118, 7223, 6923, 7511, 7189, 7740, 8821, 7784, 7745, 7808, 7826, 10365, 7631, 9815, 7675, 8864, 8194, 10128, 7991, 8181, 7681, 6955, 7600, 7092, 7696, 7624, 7193, 7141, 7176, 7274, 7062, 7183, 7832, 7391, 8913, 7252, 7759, 7524, 7995, 7442, 8972, 7598, 9106, 7495, 7608, 7375, 7781, 7608, 8117, 8236, 7390, 7677, 7184, 7517, 7045, 7388, 7203, 7510, 7244, 7488, 7066, 7361, 7432, 7567, 7228, 7353, 7214, 7530, 7077, 7502, 7399, 7491, 7287, 7668, 7102, 7633, 7344, 7988, 7313, 7502, 7438, 7119, 7531, 7140, 7326, 7378, 7372, 7460, 7438, 8590, 7484, 9772, 7429, 8457, 7516, 8653, 7489, 9569, 7708, 9375, 7667, 8843, 7398, 8969, 7559, 7304, 7727, 7373, 7449, 7302, 7609, 7323, 7793, 7331, 7623, 7395, 7466, 7357, 7525, 7487, 7251, 7327, 7511, 7295, 6981, 7304, 7608, 7360, 7291, 7520, 7177, 7289, 8177, 7521, 9120, 7539, 8393, 7325, 8087, 7567, 7459, 7595, 7218, 7550, 7222, 7449, 7510, 7597, 7262, 7506, 7605, 7331, 7340, 7079, 7438, 8985, 7425, 7875, 7581, 8589, 7423, 8552, 7688, 7092, 7717, 7250, 7568, 7318, 7526, 7824, 7415, 7725, 6919, 7914, 6896, 8383, 7666, 8130, 7506, 8197, 7195, 8193, 7648, 7727, 7369, 7041, 7872, 7124, 8013, 7603, 6931, 7701, 9513, 7807, 7083, 7534, 7503, 8052, 7638, 7607, 7598, 7232, 7500, 7063, 7910, 7710, 7817, 8116, 7683, 7072, 7839, 7269, 7763, 7487, 7822, 7397, 7566, 7369, 7119, 7796, 8187, 7351, 6977, 7301, 7269, 7795, 7397, 7856, 9375, 7745, 7371, 7561, 7476, 6934, 7702, 8377, 7595, 9313, 7463, 9075, 7767, 10005, 8298, 8977, 7868, 7425, 7602, 7560, 7972, 7698, 8047, 7460, 7432, 7351, 6809, 7906, 7006, 7785, 7600, 7877, 7206, 7644, 7556, 7872, 8010, 7832, 9003, 7728, 8962, 7575, 8693, 8093, 8002, 7878, 7111, 7738, 7228, 7521, 7353, 7475, 7599, 7347, 7564, 6947, 7886, 6900, 7865, 8762, 7799, 9037, 7874, 6269, 8433, 7510, 7313, 7165, 6695, 7067, 7233, 7182, 7317, 9083, 6999, 9597, 7534, 9036, 8840, 7426, 7430, 7620, 7196, 7291, 7333, 7656, 7345, 7087, 7137, 6811, 7544, 7313, 8523, 7014, 7281, 7051, 7161, 7613, 7319, 8428, 7625, 7720, 7425, 7535, 8289, 8190, 7246, 8659, 7103, 7304, 7030, 8216, 7964, 9530, 7775, 8588, 8013, 7655, 8277, 9438, 8101, 7845, 7845, 6743, 7900, 7407, 7316, 7282, 7055, 7392, 7327, 7442, 7865, 7644, 10312, 7499, 7889, 7461, 7496, 7861, 7345, 7843, 7399, 7570, 7362, 7889, 7382, 7584, 7450, 7222, 7293, 7072, 7319, 7019, 7622, 7389, 7552, 7739, 7738, 8850, 7992, 7320, 7616, 7053, 7876, 8132, 8259, 8308, 8590, 7323, 7766, 7326, 8363, 7846, 8296, 7611, 7343, 7370, 7029, 7593, 7010, 7688, 8821, 7947, 6904, 8207, 9887, 8064, 7513, 7653, 7177, 7769, 7724, 8961, 7455, 7542, 7380, 7298, 7907, 8116, 7805, 9651, 7448, 7624, 7207, 7052, 7730, 7355, 8185, 6940, 7809, 7150, 7348, 7428, 6875, 7194, 7031, 7628, 7387, 7922, 7618, 7490, 7143, 7176, 7531, 9107, 7393, 9568, 7623, 9612, 7481, 8143, 7651, 7904, 7775, 9982, 7602, 8877, 7467, 8518, 7908, 8693, 7990, 9067, 7560, 8759, 7434, 8051, 8065, 8530, 7891, 7065, 7713, 6970, 7608, 6939, 7947, 7118, 7762, 7481, 7525, 7293, 7467, 7237, 7561, 7615, 7293, 7186, 7307, 7131, 6893, 7610, 7354, 7275, 7071, 7401, 6910, 7278, 7064, 7408, 7445, 7301, 7442, 7591, 8553, 7968, 7071, 7995, 6965, 7525, 7705, 7512, 7601, 8368, 7730, 8153, 8910, 7760, 8080, 7465, 7281, 7437, 6925, 8332, 8641, 7205, 7098, 7060, 7065, 7456, 7411, 7375, 7543, 7206, 6734, 7275, 6932, 7366, 8407, 7169, 8922, 7131, 8426, 7469, 8398, 8355, 7361, 7492, 7338, 7168, 7658, 7733, 8507, 8138, 7539, 7473, 8254, 7432, 9580, 7698, 9894, 7685, 8850, 7243, 8890, 7379, 8693, 7287, 7289], 'WindowCenter': [3677.0, 3663.0, 3672.0, 3659.0, 3657.0, 3675.0, 3644.0, 3632.0, 3642.0, 3643.0, 3633.0, 3643.0, 3654.0, 3654.0, 3653.0, 3644.0, 3632.0, 3643.0, 3633.0, 3644.0, 3643.0, 3643.0, 3644.0, 3653.0, 3655.0, 3665.0, 3645.0, 3663.0, 3644.0, 3663.0, 3642.0, 3662.0, 3653.0, 3651.0, 3641.0, 3618.0, 3630.0, 3618.0, 3630.0, 3630.0, 3641.0, 3629.0, 3630.0, 3628.0, 3639.0, 3628.0, 3640.0, 3628.0, 3627.0, 3627.0, 3617.0, 3627.0, 3628.0, 3639.0, 3628.0, 3629.0, 3617.0, 3639.0, 3629.0, 3641.0, 3618.0, 3641.0, 3640.0, 3630.0, 3641.0, 3652.0, 3653.0, 3643.0, 3632.0, 3642.0, 3652.0, 3641.0, 3640.0, 3629.0, 3639.0, 3639.0, 3639.0, 3629.0, 3648.0, 3628.0, 3616.0, 3629.0, 3617.0, 3640.0, 3629.0, 3630.0, 3619.0, 3630.0, 3631.0, 3631.0, 3632.0, 3632.0, 3631.0, 3653.0, 3631.0, 3641.0, 3620.0, 3641.0, 3631.0, 3640.0, 3630.0, 3640.0, 3642.0, 3652.0, 3653.0, 3641.0, 3641.0, 3629.0, 3629.0, 3630.0, 3629.0, 3630.0, 3630.0, 3630.0, 3650.0, 3629.0, 3638.0, 3630.0, 3627.0, 3628.0, 3638.0, 3628.0, 3647.0, 3627.0, 3636.0, 3626.0, 3636.0, 3638.0, 3636.0, 3627.0, 3615.0, 3627.0, 3615.0, 3627.0, 3616.0, 3638.0, 3627.0, 3628.0, 3617.0, 3628.0, 3629.0, 3628.0, 3640.0, 3640.0, 3641.0, 3650.0, 3640.0, 3639.0, 3641.0, 3638.0, 3640.0, 3639.0, 3640.0, 3628.0, 3639.0, 3618.0, 3638.0, 3618.0, 3640.0, 3630.0, 3630.0, 3630.0, 3630.0, 3630.0, 3630.0, 3641.0, 3631.0, 3642.0, 3641.0, 3642.0, 3641.0, 3654.0, 3642.0, 3643.0, 3653.0, 3644.0, 3644.0, 3655.0, 3640.0, 3641.0, 3619.0, 3633.0, 3634.0, 3634.0, 3609.0, 3630.0, 3629.0, 3640.0, 3640.0, 3653.0, 3651.0, 3641.0, 3629.0, 3640.0, 3618.0, 3629.0, 3631.0, 3652.0, 3642.0, 3663.0, 3643.0, 3641.0, 3641.0, 3661.0, 3629.0, 3650.0, 3629.0, 3638.0, 3628.0, 3638.0, 3617.0, 3628.0, 3617.0, 3627.0, 3617.0, 3616.0, 3616.0, 3617.0, 3618.0, 3629.0, 3630.0, 3618.0, 3630.0, 3630.0, 3642.0, 3632.0, 3643.0, 3632.0, 3643.0, 3632.0, 3664.0, 3633.0, 3646.0, 3657.0, 3646.0, 3666.0, 3665.0, 3645.0, 3654.0, 3643.0, 3650.0, 3630.0, 3641.0, 3630.0, 3640.0, 3631.0, 3641.0, 3631.0, 3640.0, 3631.0, 3639.0, 3629.0, 3626.0, 3627.0, 3605.0, 3615.0, 3615.0, 3615.0, 3615.0, 3604.0, 3635.0, 3602.0, 3623.0, 3601.0, 3601.0, 3600.0, 3599.0, 3600.0, 3600.0, 3600.0, 3611.0, 3590.0, 3612.0, 3602.0, 3623.0, 3603.0, 3625.0, 3616.0, 3628.0, 3629.0, 3630.0, 3642.0, 3642.0, 3632.0, 3643.0, 3633.0, 3654.0, 3645.0, 3665.0, 3645.0, 3652.0, 3655.0, 3633.0, 3644.0, 3632.0, 3643.0, 3632.0, 3642.0, 3641.0, 3651.0, 3630.0, 3618.0, 3629.0, 3629.0, 3620.0, 3639.0, 3618.0, 3638.0, 3618.0, 3638.0, 3629.0, 3628.0, 3629.0, 3638.0, 3619.0, 3638.0, 3630.0, 3639.0, 3630.0, 3639.0, 3631.0, 3629.0, 3631.0, 3628.0, 3631.0, 3651.0, 3631.0, 3650.0, 3631.0, 3650.0, 3630.0, 3640.0, 3631.0, 3640.0, 3630.0, 3640.0, 3630.0, 3639.0, 3630.0, 3639.0, 3631.0, 3641.0, 3633.0, 3641.0, 3642.0, 3652.0, 3633.0, 3653.0, 3633.0, 3632.0, 3633.0, 3631.0, 3643.0, 3632.0, 3633.0, 3632.0, 3643.0, 3632.0, 3644.0, 3633.0, 3634.0, 3634.0, 3644.0, 3644.0, 3644.0, 3645.0, 3656.0, 3646.0, 3665.0, 3645.0, 3654.0, 3644.0, 3663.0, 3654.0, 3662.0, 3631.0, 3639.0, 3630.0, 3639.0, 3640.0, 3628.0, 3629.0, 3617.0, 3628.0, 3617.0, 3628.0, 3618.0, 3628.0, 3627.0, 3617.0, 3617.0, 3617.0, 3617.0, 3617.0, 3628.0, 3617.0, 3617.0, 3628.0, 3628.0, 3618.0, 3629.0, 3619.0, 3619.0, 3630.0, 3618.0, 3641.0, 3631.0, 3631.0, 3631.0, 3632.0, 3631.0, 3632.0, 3643.0, 3641.0, 3633.0, 3643.0, 3631.0, 3632.0, 3643.0, 3632.0, 3642.0, 3652.0, 3642.0, 3641.0, 3632.0, 3642.0, 3643.0, 3653.0, 3643.0, 3652.0, 3644.0, 3643.0, 3644.0, 3633.0, 3644.0, 3644.0, 3644.0, 3643.0, 3644.0, 3645.0, 3666.0, 3644.0, 3664.0, 3644.0, 3663.0, 3643.0, 3652.0, 3653.0, 3641.0, 3630.0, 3619.0, 3630.0, 3628.0, 3640.0, 3628.0, 3617.0, 3618.0, 3617.0, 3628.0, 3628.0, 3618.0, 3648.0, 3628.0, 3627.0, 3629.0, 3638.0, 3628.0, 3638.0, 3629.0, 3617.0, 3629.0, 3619.0, 3641.0, 3630.0, 3630.0, 3632.0, 3642.0, 3655.0, 3653.0, 3658.0, 3645.0, 3644.0, 3655.0, 3634.0, 3645.0, 3643.0, 3642.0, 3632.0, 3632.0, 3643.0, 3653.0, 3642.0, 3651.0, 3631.0, 3651.0, 3630.0, 3629.0, 3630.0, 3630.0, 3631.0, 3618.0, 3630.0, 3631.0, 3646.0, 3670.0, 3660.0, 3659.0, 3670.0, 3669.0, 3643.0, 3642.0, 3618.0, 3628.0, 3628.0, 3618.0, 3619.0, 3619.0, 3631.0, 3652.0, 3630.0, 3650.0, 3631.0, 3639.0, 3631.0, 3641.0, 3632.0, 3651.0, 3631.0, 3630.0, 3630.0, 3619.0, 3631.0, 3630.0, 3631.0, 3629.0, 3630.0, 3629.0, 3629.0, 3619.0, 3640.0, 3629.0, 3640.0, 3617.0, 3628.0, 3617.0, 3627.0, 3617.0, 3619.0, 3617.0, 3628.0, 3616.0, 3627.0, 3616.0, 3628.0, 3617.0, 3629.0, 3618.0, 3629.0, 3617.0, 3629.0, 3628.0, 3630.0, 3650.0, 3630.0, 3649.0, 3629.0, 3638.0, 3628.0, 3639.0, 3630.0, 3650.0, 3631.0, 3639.0, 3630.0, 3639.0, 3631.0, 3641.0, 3642.0, 3620.0, 3642.0, 3630.0, 3630.0, 3631.0, 3632.0, 3642.0, 3653.0, 3643.0, 3642.0, 3642.0, 3631.0, 3651.0, 3630.0, 3649.0, 3629.0, 3638.0, 3628.0, 3648.0, 3628.0, 3627.0, 3616.0, 3616.0, 3627.0, 3617.0, 3627.0, 3628.0, 3618.0, 3618.0, 3617.0, 3629.0, 3618.0, 3619.0, 3630.0, 3630.0, 3639.0, 3629.0, 3628.0, 3629.0, 3629.0, 3630.0, 3640.0, 3630.0, 3639.0, 3629.0, 3627.0, 3629.0, 3629.0, 3630.0, 3629.0, 3640.0, 3617.0, 3629.0, 3617.0, 3629.0, 3617.0, 3629.0, 3618.0, 3617.0, 3616.0, 3618.0, 3617.0, 3629.0, 3617.0, 3630.0, 3617.0, 3629.0, 3617.0, 3628.0, 3617.0, 3629.0, 3618.0, 3629.0, 3617.0, 3629.0, 3618.0, 3630.0, 3629.0, 3641.0, 3629.0, 3630.0, 3628.0, 3619.0, 3629.0, 3619.0, 3630.0, 3629.0, 3630.0, 3629.0, 3630.0, 3639.0, 3630.0, 3649.0, 3630.0, 3639.0, 3629.0, 3638.0, 3629.0, 3639.0, 3628.0, 3637.0, 3628.0, 3637.0, 3618.0, 3637.0, 3629.0, 3616.0, 3628.0, 3616.0, 3618.0, 3617.0, 3629.0, 3618.0, 3629.0, 3617.0, 3628.0, 3617.0, 3628.0, 3617.0, 3628.0, 3617.0, 3617.0, 3617.0, 3617.0, 3617.0, 3617.0, 3618.0, 3628.0, 3618.0, 3616.0, 3629.0, 3617.0, 3629.0, 3639.0, 3629.0, 3638.0, 3629.0, 3628.0, 3629.0, 3628.0, 3630.0, 3618.0, 3630.0, 3617.0, 3629.0, 3618.0, 3629.0, 3629.0, 3630.0, 3629.0, 3630.0, 3630.0, 3630.0, 3630.0, 3631.0, 3631.0, 3652.0, 3630.0, 3640.0, 3631.0, 3640.0, 3632.0, 3641.0, 3631.0, 3619.0, 3630.0, 3618.0, 3628.0, 3630.0, 3630.0, 3629.0, 3630.0, 3630.0, 3630.0, 3641.0, 3620.0, 3641.0, 3631.0, 3642.0, 3630.0, 3653.0, 3632.0, 3654.0, 3642.0, 3642.0, 3631.0, 3621.0, 3642.0, 3632.0, 3644.0, 3644.0, 3634.0, 3644.0, 3663.0, 3643.0, 3631.0, 3642.0, 3631.0, 3641.0, 3630.0, 3631.0, 3630.0, 3630.0, 3630.0, 3619.0, 3640.0, 3630.0, 3631.0, 3628.0, 3631.0, 3619.0, 3631.0, 3631.0, 3631.0, 3630.0, 3630.0, 3630.0, 3629.0, 3630.0, 3620.0, 3630.0, 3640.0, 3619.0, 3619.0, 3629.0, 3618.0, 3630.0, 3630.0, 3641.0, 3650.0, 3630.0, 3629.0, 3630.0, 3630.0, 3631.0, 3631.0, 3642.0, 3630.0, 3640.0, 3630.0, 3639.0, 3630.0, 3649.0, 3639.0, 3637.0, 3628.0, 3617.0, 3616.0, 3614.0, 3627.0, 3616.0, 3627.0, 3616.0, 3616.0, 3616.0, 3605.0, 3627.0, 3617.0, 3628.0, 3616.0, 3627.0, 3617.0, 3628.0, 3627.0, 3628.0, 3628.0, 3629.0, 3638.0, 3629.0, 3638.0, 3629.0, 3638.0, 3629.0, 3628.0, 3641.0, 3618.0, 3630.0, 3629.0, 3630.0, 3630.0, 3631.0, 3631.0, 3631.0, 3630.0, 3619.0, 3641.0, 3620.0, 3642.0, 3641.0, 3630.0, 3640.0, 3641.0, 3608.0, 3642.0, 3631.0, 3630.0, 3633.0, 3632.0, 3633.0, 3643.0, 3632.0, 3632.0, 3652.0, 3632.0, 3651.0, 3643.0, 3651.0, 3652.0, 3629.0, 3630.0, 3628.0, 3618.0, 3630.0, 3630.0, 3630.0, 3629.0, 3620.0, 3620.0, 3632.0, 3642.0, 3643.0, 3653.0, 3633.0, 3632.0, 3633.0, 3631.0, 3644.0, 3632.0, 3643.0, 3631.0, 3631.0, 3630.0, 3630.0, 3640.0, 3640.0, 3619.0, 3639.0, 3617.0, 3617.0, 3617.0, 3639.0, 3629.0, 3638.0, 3628.0, 3638.0, 3628.0, 3626.0, 3638.0, 3637.0, 3628.0, 3626.0, 3639.0, 3618.0, 3640.0, 3629.0, 3631.0, 3630.0, 3620.0, 3631.0, 3630.0, 3631.0, 3641.0, 3642.0, 3662.0, 3631.0, 3629.0, 3630.0, 3629.0, 3640.0, 3629.0, 3630.0, 3617.0, 3629.0, 3618.0, 3629.0, 3629.0, 3631.0, 3629.0, 3618.0, 3628.0, 3619.0, 3630.0, 3631.0, 3641.0, 3631.0, 3642.0, 3642.0, 3644.0, 3665.0, 3656.0, 3643.0, 3645.0, 3633.0, 3644.0, 3642.0, 3644.0, 3642.0, 3642.0, 3629.0, 3630.0, 3619.0, 3641.0, 3630.0, 3640.0, 3629.0, 3618.0, 3617.0, 3616.0, 3628.0, 3617.0, 3628.0, 3639.0, 3627.0, 3606.0, 3627.0, 3637.0, 3628.0, 3617.0, 3628.0, 3617.0, 3627.0, 3628.0, 3638.0, 3617.0, 3616.0, 3617.0, 3616.0, 3628.0, 3627.0, 3629.0, 3638.0, 3617.0, 3627.0, 3617.0, 3617.0, 3629.0, 3629.0, 3640.0, 3618.0, 3629.0, 3630.0, 3630.0, 3631.0, 3621.0, 3632.0, 3631.0, 3643.0, 3643.0, 3656.0, 3645.0, 3645.0, 3634.0, 3634.0, 3644.0, 3655.0, 3633.0, 3664.0, 3633.0, 3652.0, 3630.0, 3629.0, 3630.0, 3629.0, 3629.0, 3649.0, 3628.0, 3637.0, 3617.0, 3626.0, 3627.0, 3625.0, 3628.0, 3636.0, 3627.0, 3637.0, 3618.0, 3627.0, 3629.0, 3637.0, 3629.0, 3616.0, 3628.0, 3617.0, 3629.0, 3618.0, 3629.0, 3618.0, 3629.0, 3618.0, 3629.0, 3617.0, 3618.0, 3629.0, 3629.0, 3629.0, 3619.0, 3618.0, 3628.0, 3618.0, 3619.0, 3629.0, 3630.0, 3630.0, 3619.0, 3629.0, 3618.0, 3631.0, 3620.0, 3630.0, 3630.0, 3630.0, 3631.0, 3643.0, 3653.0, 3644.0, 3632.0, 3644.0, 3632.0, 3643.0, 3643.0, 3632.0, 3643.0, 3642.0, 3644.0, 3642.0, 3652.0, 3630.0, 3629.0, 3618.0, 3617.0, 3617.0, 3617.0, 3628.0, 3627.0, 3617.0, 3605.0, 3616.0, 3616.0, 3616.0, 3616.0, 3617.0, 3616.0, 3618.0, 3606.0, 3629.0, 3619.0, 3631.0, 3641.0, 3631.0, 3652.0, 3632.0, 3641.0, 3632.0, 3642.0, 3643.0, 3631.0, 3632.0, 3630.0, 3631.0, 3630.0, 3641.0, 3641.0, 3641.0, 3629.0, 3630.0, 3638.0, 3630.0, 3650.0, 3630.0, 3650.0, 3630.0, 3639.0, 3630.0, 3650.0, 3631.0, 3653.0, 3633.0, 3643.0], 'WindowWidth': [8311.0, 8283.0, 8288.0, 8267.0, 8261.0, 8281.0, 8238.0, 8219.0, 8232.0, 8233.0, 8222.0, 8235.0, 8250.0, 8249.0, 8247.0, 8236.0, 8219.0, 8237.0, 8224.0, 8240.0, 8235.0, 8235.0, 8238.0, 8248.0, 8255.0, 8267.0, 8240.0, 8261.0, 8236.0, 8258.0, 8232.0, 8255.0, 8246.0, 8239.0, 8227.0, 8193.0, 8210.0, 8192.0, 8211.0, 8211.0, 8228.0, 8207.0, 8210.0, 8204.0, 8221.0, 8205.0, 8224.0, 8206.0, 8203.0, 8202.0, 8189.0, 8204.0, 8205.0, 8220.0, 8205.0, 8209.0, 8190.0, 8221.0, 8208.0, 8225.0, 8193.0, 8225.0, 8221.0, 8212.0, 8227.0, 8244.0, 8247.0, 8232.0, 8217.0, 8229.0, 8241.0, 8227.0, 8221.0, 8208.0, 8218.0, 8222.0, 8220.0, 8209.0, 8230.0, 8205.0, 8185.0, 8206.0, 8189.0, 8225.0, 8209.0, 8212.0, 8197.0, 8213.0, 8214.0, 8215.0, 8218.0, 8218.0, 8215.0, 8244.0, 8215.0, 8227.0, 8200.0, 8226.0, 8213.0, 8223.0, 8211.0, 8223.0, 8229.0, 8243.0, 8246.0, 8227.0, 8229.0, 8209.0, 8209.0, 8210.0, 8209.0, 8212.0, 8211.0, 8211.0, 8237.0, 8209.0, 8218.0, 8209.0, 8201.0, 8206.0, 8216.0, 8206.0, 8227.0, 8201.0, 8211.0, 8200.0, 8212.0, 8217.0, 8212.0, 8203.0, 8183.0, 8200.0, 8183.0, 8200.0, 8185.0, 8218.0, 8204.0, 8205.0, 8190.0, 8205.0, 8208.0, 8206.0, 8225.0, 8223.0, 8226.0, 8236.0, 8224.0, 8220.0, 8226.0, 8219.0, 8223.0, 8220.0, 8225.0, 8204.0, 8221.0, 8191.0, 8219.0, 8192.0, 8225.0, 8212.0, 8212.0, 8210.0, 8211.0, 8212.0, 8213.0, 8229.0, 8213.0, 8230.0, 8226.0, 8230.0, 8228.0, 8250.0, 8231.0, 8234.0, 8244.0, 8239.0, 8237.0, 8251.0, 8222.0, 8227.0, 8193.0, 8219.0, 8224.0, 8221.0, 8181.0, 8211.0, 8205.0, 8222.0, 8223.0, 8246.0, 8241.0, 8229.0, 8210.0, 8225.0, 8193.0, 8210.0, 8216.0, 8245.0, 8233.0, 8260.0, 8236.0, 8229.0, 8229.0, 8252.0, 8210.0, 8235.0, 8208.0, 8218.0, 8204.0, 8215.0, 8190.0, 8204.0, 8189.0, 8202.0, 8187.0, 8186.0, 8186.0, 8188.0, 8192.0, 8210.0, 8210.0, 8192.0, 8212.0, 8211.0, 8231.0, 8219.0, 8236.0, 8219.0, 8234.0, 8219.0, 8265.0, 8223.0, 8246.0, 8263.0, 8246.0, 8271.0, 8268.0, 8242.0, 8250.0, 8234.0, 8238.0, 8212.0, 8227.0, 8213.0, 8226.0, 8214.0, 8226.0, 8213.0, 8223.0, 8214.0, 8220.0, 8205.0, 8197.0, 8201.0, 8169.0, 8181.0, 8182.0, 8181.0, 8181.0, 8163.0, 8205.0, 8158.0, 8186.0, 8152.0, 8152.0, 8150.0, 8150.0, 8151.0, 8151.0, 8150.0, 8168.0, 8139.0, 8171.0, 8159.0, 8189.0, 8161.0, 8196.0, 8185.0, 8204.0, 8207.0, 8212.0, 8231.0, 8232.0, 8220.0, 8234.0, 8223.0, 8251.0, 8241.0, 8265.0, 8242.0, 8246.0, 8255.0, 8220.0, 8236.0, 8219.0, 8233.0, 8217.0, 8231.0, 8227.0, 8241.0, 8210.0, 8193.0, 8209.0, 8208.0, 8198.0, 8222.0, 8193.0, 8218.0, 8193.0, 8217.0, 8209.0, 8205.0, 8209.0, 8218.0, 8196.0, 8219.0, 8211.0, 8219.0, 8211.0, 8220.0, 8214.0, 8208.0, 8214.0, 8207.0, 8215.0, 8239.0, 8215.0, 8238.0, 8213.0, 8237.0, 8213.0, 8223.0, 8213.0, 8223.0, 8213.0, 8223.0, 8211.0, 8220.0, 8213.0, 8223.0, 8216.0, 8227.0, 8219.0, 8228.0, 8232.0, 8243.0, 8222.0, 8247.0, 8223.0, 8217.0, 8221.0, 8217.0, 8236.0, 8220.0, 8223.0, 8218.0, 8235.0, 8218.0, 8238.0, 8224.0, 8224.0, 8224.0, 8238.0, 8239.0, 8240.0, 8241.0, 8256.0, 8243.0, 8266.0, 8241.0, 8249.0, 8238.0, 8259.0, 8248.0, 8254.0, 8212.0, 8219.0, 8209.0, 8218.0, 8224.0, 8205.0, 8207.0, 8190.0, 8206.0, 8189.0, 8205.0, 8191.0, 8205.0, 8201.0, 8187.0, 8187.0, 8188.0, 8189.0, 8190.0, 8203.0, 8188.0, 8190.0, 8205.0, 8205.0, 8193.0, 8208.0, 8194.0, 8194.0, 8211.0, 8194.0, 8228.0, 8213.0, 8215.0, 8214.0, 8217.0, 8216.0, 8217.0, 8233.0, 8231.0, 8220.0, 8236.0, 8217.0, 8217.0, 8234.0, 8218.0, 8231.0, 8244.0, 8231.0, 8227.0, 8218.0, 8230.0, 8235.0, 8245.0, 8234.0, 8245.0, 8236.0, 8234.0, 8239.0, 8222.0, 8239.0, 8237.0, 8238.0, 8237.0, 8239.0, 8241.0, 8268.0, 8239.0, 8263.0, 8236.0, 8261.0, 8236.0, 8245.0, 8247.0, 8226.0, 8211.0, 8194.0, 8210.0, 8207.0, 8223.0, 8205.0, 8190.0, 8190.0, 8188.0, 8205.0, 8204.0, 8191.0, 8230.0, 8204.0, 8201.0, 8207.0, 8217.0, 8206.0, 8216.0, 8206.0, 8191.0, 8209.0, 8195.0, 8227.0, 8212.0, 8214.0, 8221.0, 8234.0, 8253.0, 8248.0, 8263.0, 8242.0, 8238.0, 8253.0, 8224.0, 8240.0, 8233.0, 8231.0, 8218.0, 8215.0, 8231.0, 8245.0, 8230.0, 8240.0, 8211.0, 8237.0, 8211.0, 8207.0, 8211.0, 8209.0, 8213.0, 8190.0, 8212.0, 8213.0, 8242.0, 8283.0, 8269.0, 8265.0, 8285.0, 8280.0, 8232.0, 8229.0, 8190.0, 8205.0, 8205.0, 8191.0, 8193.0, 8196.0, 8214.0, 8242.0, 8212.0, 8237.0, 8212.0, 8221.0, 8214.0, 8226.0, 8217.0, 8239.0, 8213.0, 8209.0, 8212.0, 8195.0, 8215.0, 8211.0, 8213.0, 8207.0, 8209.0, 8208.0, 8207.0, 8193.0, 8223.0, 8208.0, 8222.0, 8188.0, 8204.0, 8186.0, 8201.0, 8186.0, 8192.0, 8187.0, 8202.0, 8184.0, 8201.0, 8185.0, 8204.0, 8189.0, 8209.0, 8190.0, 8205.0, 8189.0, 8206.0, 8202.0, 8209.0, 8238.0, 8212.0, 8234.0, 8207.0, 8218.0, 8206.0, 8219.0, 8211.0, 8236.0, 8213.0, 8221.0, 8212.0, 8220.0, 8214.0, 8225.0, 8230.0, 8197.0, 8228.0, 8211.0, 8211.0, 8212.0, 8215.0, 8232.0, 8246.0, 8233.0, 8230.0, 8230.0, 8214.0, 8240.0, 8209.0, 8232.0, 8205.0, 8214.0, 8204.0, 8228.0, 8203.0, 8197.0, 8185.0, 8183.0, 8200.0, 8188.0, 8203.0, 8204.0, 8190.0, 8191.0, 8188.0, 8208.0, 8192.0, 8196.0, 8210.0, 8211.0, 8221.0, 8208.0, 8204.0, 8209.0, 8206.0, 8212.0, 8222.0, 8212.0, 8219.0, 8208.0, 8202.0, 8209.0, 8206.0, 8211.0, 8207.0, 8225.0, 8189.0, 8207.0, 8187.0, 8206.0, 8188.0, 8207.0, 8190.0, 8190.0, 8185.0, 8191.0, 8187.0, 8208.0, 8190.0, 8210.0, 8189.0, 8207.0, 8188.0, 8205.0, 8189.0, 8208.0, 8190.0, 8207.0, 8187.0, 8207.0, 8192.0, 8211.0, 8208.0, 8226.0, 8207.0, 8210.0, 8205.0, 8196.0, 8208.0, 8195.0, 8209.0, 8208.0, 8211.0, 8207.0, 8211.0, 8222.0, 8212.0, 8233.0, 8209.0, 8220.0, 8207.0, 8216.0, 8208.0, 8219.0, 8203.0, 8213.0, 8202.0, 8212.0, 8190.0, 8214.0, 8205.0, 8185.0, 8204.0, 8186.0, 8190.0, 8189.0, 8207.0, 8190.0, 8205.0, 8188.0, 8204.0, 8187.0, 8204.0, 8189.0, 8204.0, 8187.0, 8188.0, 8186.0, 8187.0, 8188.0, 8189.0, 8189.0, 8202.0, 8190.0, 8186.0, 8206.0, 8189.0, 8208.0, 8219.0, 8209.0, 8217.0, 8206.0, 8202.0, 8207.0, 8204.0, 8210.0, 8191.0, 8209.0, 8187.0, 8207.0, 8190.0, 8207.0, 8207.0, 8208.0, 8207.0, 8210.0, 8211.0, 8212.0, 8213.0, 8215.0, 8214.0, 8240.0, 8211.0, 8224.0, 8214.0, 8224.0, 8216.0, 8224.0, 8212.0, 8193.0, 8209.0, 8190.0, 8207.0, 8209.0, 8210.0, 8206.0, 8210.0, 8210.0, 8212.0, 8228.0, 8197.0, 8227.0, 8212.0, 8228.0, 8212.0, 8247.0, 8216.0, 8248.0, 8230.0, 8230.0, 8213.0, 8199.0, 8231.0, 8218.0, 8235.0, 8235.0, 8222.0, 8236.0, 8259.0, 8232.0, 8214.0, 8230.0, 8212.0, 8227.0, 8210.0, 8214.0, 8210.0, 8208.0, 8210.0, 8193.0, 8224.0, 8209.0, 8213.0, 8204.0, 8212.0, 8194.0, 8213.0, 8212.0, 8214.0, 8211.0, 8211.0, 8208.0, 8207.0, 8209.0, 8197.0, 8210.0, 8224.0, 8194.0, 8192.0, 8208.0, 8191.0, 8211.0, 8209.0, 8225.0, 8235.0, 8209.0, 8208.0, 8211.0, 8211.0, 8213.0, 8212.0, 8228.0, 8211.0, 8222.0, 8211.0, 8218.0, 8210.0, 8231.0, 8220.0, 8212.0, 8203.0, 8184.0, 8185.0, 8179.0, 8198.0, 8183.0, 8200.0, 8182.0, 8182.0, 8184.0, 8168.0, 8199.0, 8187.0, 8204.0, 8184.0, 8202.0, 8186.0, 8205.0, 8201.0, 8204.0, 8203.0, 8208.0, 8216.0, 8205.0, 8216.0, 8206.0, 8217.0, 8208.0, 8205.0, 8224.0, 8192.0, 8209.0, 8208.0, 8212.0, 8211.0, 8214.0, 8212.0, 8213.0, 8209.0, 8195.0, 8226.0, 8197.0, 8229.0, 8225.0, 8211.0, 8222.0, 8224.0, 8179.0, 8227.0, 8214.0, 8213.0, 8220.0, 8218.0, 8222.0, 8234.0, 8215.0, 8215.0, 8240.0, 8216.0, 8240.0, 8231.0, 8240.0, 8243.0, 8207.0, 8212.0, 8204.0, 8193.0, 8209.0, 8211.0, 8211.0, 8208.0, 8198.0, 8197.0, 8217.0, 8230.0, 8236.0, 8246.0, 8221.0, 8216.0, 8220.0, 8215.0, 8236.0, 8218.0, 8233.0, 8214.0, 8214.0, 8212.0, 8210.0, 8224.0, 8224.0, 8194.0, 8220.0, 8190.0, 8189.0, 8191.0, 8218.0, 8208.0, 8217.0, 8204.0, 8216.0, 8206.0, 8200.0, 8218.0, 8214.0, 8204.0, 8199.0, 8221.0, 8190.0, 8225.0, 8208.0, 8213.0, 8210.0, 8198.0, 8214.0, 8210.0, 8216.0, 8227.0, 8230.0, 8254.0, 8213.0, 8207.0, 8210.0, 8207.0, 8225.0, 8208.0, 8210.0, 8189.0, 8205.0, 8189.0, 8206.0, 8207.0, 8211.0, 8207.0, 8190.0, 8204.0, 8193.0, 8212.0, 8212.0, 8227.0, 8213.0, 8231.0, 8229.0, 8236.0, 8264.0, 8254.0, 8234.0, 8239.0, 8220.0, 8237.0, 8231.0, 8235.0, 8230.0, 8230.0, 8208.0, 8210.0, 8193.0, 8224.0, 8210.0, 8221.0, 8205.0, 8189.0, 8189.0, 8186.0, 8204.0, 8188.0, 8204.0, 8218.0, 8201.0, 8169.0, 8199.0, 8212.0, 8201.0, 8187.0, 8202.0, 8188.0, 8201.0, 8203.0, 8216.0, 8186.0, 8183.0, 8187.0, 8183.0, 8202.0, 8201.0, 8206.0, 8215.0, 8189.0, 8201.0, 8189.0, 8189.0, 8208.0, 8206.0, 8224.0, 8192.0, 8210.0, 8212.0, 8213.0, 8215.0, 8200.0, 8216.0, 8215.0, 8233.0, 8234.0, 8255.0, 8239.0, 8240.0, 8224.0, 8224.0, 8236.0, 8252.0, 8221.0, 8263.0, 8217.0, 8240.0, 8210.0, 8207.0, 8208.0, 8205.0, 8207.0, 8232.0, 8203.0, 8213.0, 8187.0, 8196.0, 8200.0, 8195.0, 8202.0, 8209.0, 8201.0, 8213.0, 8190.0, 8201.0, 8206.0, 8215.0, 8207.0, 8186.0, 8204.0, 8188.0, 8205.0, 8189.0, 8208.0, 8193.0, 8207.0, 8191.0, 8205.0, 8188.0, 8192.0, 8206.0, 8208.0, 8208.0, 8193.0, 8192.0, 8205.0, 8192.0, 8195.0, 8209.0, 8212.0, 8209.0, 8193.0, 8208.0, 8193.0, 8212.0, 8197.0, 8212.0, 8210.0, 8213.0, 8213.0, 8235.0, 8248.0, 8237.0, 8217.0, 8236.0, 8217.0, 8232.0, 8234.0, 8217.0, 8234.0, 8230.0, 8235.0, 8229.0, 8242.0, 8209.0, 8206.0, 8189.0, 8187.0, 8187.0, 8186.0, 8202.0, 8200.0, 8186.0, 8168.0, 8185.0, 8183.0, 8185.0, 8184.0, 8188.0, 8184.0, 8189.0, 8172.0, 8208.0, 8194.0, 8215.0, 8228.0, 8216.0, 8241.0, 8217.0, 8227.0, 8219.0, 8229.0, 8234.0, 8213.0, 8217.0, 8211.0, 8213.0, 8209.0, 8228.0, 8225.0, 8226.0, 8206.0, 8210.0, 8217.0, 8211.0, 8235.0, 8209.0, 8235.0, 8209.0, 8218.0, 8210.0, 8237.0, 8215.0, 8245.0, 8221.0, 8233.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.0003617937608318891</td></tr>
<tr><td colspan=3>aqi</td><td>0.030048166897746968</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.57204416743278</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1778991599219426</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939021104943625</td></tr>
<tr><td colspan=3>efc</td><td>0.4483</td></tr>
<tr><td colspan=3>fber</td><td>5281.3672</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07897545408341607</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6464471403812826</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5346072357884646</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4842197589534036</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.770135115773014</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.349466832638976</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110066</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017179882153868675</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03072410076856613</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7565343750389033</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.4575</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4792</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6854</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310284.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>621.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.1381</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2687</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.3311</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2907.1122</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>836.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.4099</td></tr>
<tr><td colspan=3>tsnr</td><td>36.6103287084843</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>