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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0026_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-02/func/sub-0026_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b4987d8258750bfee9626be16d1cf7f2</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>11:03:27.667500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995655, 0.00634365, 0.0928998, -0.00608221, 0.999977, -0.00309713]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.134419</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4183, -7734, -7178, 567, 7, -40, 19, 38]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>02c1eb7c-acc3-4cf9-b1d4-8d4a7663822f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712701320648193, -0.01631811447441578, 0.250876784324646, 105.89237213134766], [-0.01701955311000347, 2.6828644275665283, -0.0068003227934241295, -91.52973937988281], [0.24924348294734955, 0.008309374563395977, 2.6883108615875244, -31.19732093811035], [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, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['110327.667500', '110328.127500', '110328.587500', '110329.047500', '110329.507500', '110329.967500', '110330.427500', '110330.887500', '110331.347500', '110331.807500', '110332.267500', '110332.727500', '110333.187500', '110333.647500', '110334.107500', '110334.567500', '110335.027500', '110335.487500', '110335.947500', '110336.407500', '110336.867500', '110337.327500', '110337.787500', '110338.247500', '110338.707500', '110339.167500', '110339.627500', '110340.087500', '110340.547500', '110341.007500', '110341.467500', '110341.927500', '110342.387500', '110342.847500', '110343.307500', '110343.767500', '110344.227500', '110344.687500', '110345.147500', '110345.607500', '110346.067500', '110346.527500', '110346.987500', '110347.447500', '110347.907500', '110348.367500', '110348.827500', '110349.287500', '110349.747500', '110350.207500', '110350.667500', '110351.127500', '110351.587500', '110352.047500', '110352.507500', '110352.967500', '110353.427500', '110353.887500', '110354.347500', '110354.807500', '110355.267500', '110355.727500', '110356.187500', '110356.647500', '110357.107500', '110357.567500', '110358.027500', '110358.487500', '110358.947500', '110359.407500', '110359.867500', '110400.327500', '110400.787500', '110401.247500', '110401.707500', '110402.167500', '110402.627500', '110403.087500', '110403.547500', '110404.007500', '110404.467500', '110404.927500', '110405.387500', '110405.847500', '110406.307500', '110406.767500', '110407.227500', '110407.687500', '110408.147500', '110408.607500', '110409.067500', '110409.527500', '110409.987500', '110410.447500', '110410.907500', '110411.367500', '110411.827500', '110412.287500', '110412.747500', '110413.207500', '110413.667500', '110414.127500', '110414.587500', '110415.047500', '110415.507500', '110415.967500', '110416.427500', '110416.887500', '110417.347500', '110417.807500', '110418.267500', '110418.727500', '110419.187500', '110419.647500', '110420.107500', '110420.567500', '110421.027500', '110421.487500', '110421.947500', '110422.407500', '110422.867500', '110423.327500', '110423.787500', '110424.247500', '110424.707500', '110425.167500', '110425.627500', '110426.087500', '110426.547500', '110427.007500', '110427.467500', '110427.927500', '110428.387500', '110428.847500', '110429.307500', '110429.767500', '110430.227500', '110430.687500', '110431.147500', '110431.607500', '110432.067500', '110432.527500', '110432.987500', '110433.447500', '110433.907500', '110434.367500', '110434.827500', '110435.287500', '110435.747500', '110436.207500', '110436.667500', '110437.127500', '110437.587500', '110438.047500', '110438.507500', '110438.967500', '110439.427500', '110439.887500', '110440.347500', '110440.807500', '110441.267500', '110441.727500', '110442.187500', '110442.647500', '110443.107500', '110443.567500', '110444.027500', '110444.487500', '110444.947500', '110445.407500', '110445.867500', '110446.327500', '110446.787500', '110447.247500', '110447.707500', '110448.167500', '110448.627500', '110449.087500', '110449.547500', '110450.007500', '110450.467500', '110450.927500', '110451.387500', '110451.847500', '110452.307500', '110452.767500', '110453.227500', '110453.687500', '110454.147500', '110454.607500', '110455.067500', '110455.527500', '110455.987500', '110456.447500', '110456.907500', '110457.367500', '110457.827500', '110458.287500', '110458.747500', '110459.207500', '110459.667500', '110500.127500', '110500.587500', '110501.047500', '110501.507500', '110501.967500', '110502.427500', '110502.887500', '110503.347500', '110503.807500', '110504.267500', '110504.727500', '110505.187500', '110505.647500', '110506.107500', '110506.567500', '110507.027500', '110507.487500', '110507.947500', '110508.407500', '110508.867500', '110509.327500', '110509.787500', '110510.247500', '110510.707500', '110511.167500', '110511.627500', '110512.087500', '110512.547500', '110513.007500', '110513.467500', '110513.927500', '110514.387500', '110514.847500', '110515.307500', '110515.767500', '110516.227500', '110516.687500', '110517.147500', '110517.607500', '110518.067500', '110518.527500', '110518.987500', '110519.447500', '110519.907500', '110520.367500', '110520.827500', '110521.287500', '110521.747500', '110522.207500', '110522.667500', '110523.127500', '110523.587500', '110524.047500', '110524.507500', '110524.967500', '110525.427500', '110525.887500', '110526.347500', '110526.807500', '110527.267500', '110527.727500', '110528.187500', '110528.647500', '110529.107500', '110529.567500', '110530.027500', '110530.487500', '110530.947500', '110531.407500', '110531.867500', '110532.327500', '110532.787500', '110533.247500', '110533.707500', '110534.167500', '110534.627500', '110535.087500', '110535.547500', '110536.007500', '110536.467500', '110536.927500', '110537.387500', '110537.847500', '110538.307500', '110538.767500', '110539.227500', '110539.687500', '110540.147500', '110540.607500', '110541.067500', '110541.527500', '110541.987500', '110542.447500', '110542.907500', '110543.367500', '110543.827500', '110544.287500', '110544.747500', '110545.207500', '110545.667500', '110546.127500', '110546.587500', '110547.047500', '110547.507500', '110547.967500', '110548.427500', '110548.887500', '110549.347500', '110549.807500', '110550.267500', '110550.727500', '110551.187500', '110551.647500', '110552.107500', '110552.567500', '110553.027500', '110553.487500', '110553.947500', '110554.407500', '110554.867500', '110555.327500', '110555.787500', '110556.247500', '110556.707500', '110557.167500', '110557.627500', '110558.087500', '110558.547500', '110559.007500', '110559.467500', '110559.927500', '110600.387500', '110600.847500', '110601.307500', '110601.767500', '110602.227500', '110602.687500', '110603.147500', '110603.607500', '110604.067500', '110604.527500', '110604.987500', '110605.447500', '110605.907500', '110606.367500', '110606.827500', '110607.287500', '110607.747500', '110608.207500', '110608.667500', '110609.127500', '110609.587500', '110610.047500', '110610.507500', '110610.967500', '110611.427500', '110611.887500', '110612.347500', '110612.807500', '110613.267500', '110613.727500', '110614.187500', '110614.647500', '110615.107500', '110615.567500', '110616.027500', '110616.487500', '110616.947500', '110617.407500', '110617.867500', '110618.327500', '110618.787500', '110619.247500', '110619.707500', '110620.167500', '110620.627500', '110621.087500', '110621.547500', '110622.007500', '110622.467500', '110622.927500', '110623.387500', '110623.847500', '110624.307500', '110624.767500', '110625.227500', '110625.687500', '110626.147500', '110626.607500', '110627.067500', '110627.527500', '110627.987500', '110628.447500', '110628.907500', '110629.367500', '110629.827500', '110630.287500', '110630.747500', '110631.207500', '110631.667500', '110632.127500', '110632.587500', '110633.047500', '110633.507500', '110633.967500', '110634.427500', '110634.887500', '110635.347500', '110635.807500', '110636.267500', '110636.727500', '110637.187500', '110637.647500', '110638.107500', '110638.567500', '110639.027500', '110639.487500', '110639.947500', '110640.407500', '110640.867500', '110641.327500', '110641.787500', '110642.247500', '110642.707500', '110643.167500', '110643.627500', '110644.087500', '110644.547500', '110645.007500', '110645.467500', '110645.927500', '110646.387500', '110646.847500', '110647.307500', '110647.767500', '110648.227500', '110648.687500', '110649.147500', '110649.607500', '110650.067500', '110650.527500', '110650.987500', '110651.447500', '110651.907500', '110652.367500', '110652.827500', '110653.287500', '110653.747500', '110654.207500', '110654.667500', '110655.127500', '110655.587500', '110656.047500', '110656.507500', '110656.967500', '110657.427500', '110657.887500', '110658.347500', '110658.807500', '110659.267500', '110659.727500', '110700.187500', '110700.647500', '110701.107500', '110701.567500', '110702.027500', '110702.487500', '110702.947500', '110703.407500', '110703.867500', '110704.327500', '110704.787500', '110705.247500', '110705.707500', '110706.167500', '110706.627500', '110707.087500', '110707.547500', '110708.007500', '110708.467500', '110708.927500', '110709.387500', '110709.847500', '110710.307500', '110710.767500', '110711.227500', '110711.687500', '110712.147500', '110712.607500', '110713.067500', '110713.527500', '110713.987500', '110714.447500', '110714.907500', '110715.367500', '110715.827500', '110716.287500', '110716.747500', '110717.207500', '110717.667500', '110718.127500', '110718.587500', '110719.047500', '110719.507500', '110719.967500', '110720.427500', '110720.887500', '110721.347500', '110721.807500', '110722.267500', '110722.727500', '110723.187500', '110723.647500', '110724.107500', '110724.567500', '110725.027500', '110725.487500', '110725.947500', '110726.407500', '110726.867500', '110727.327500', '110727.787500', '110728.247500', '110728.707500', '110729.167500', '110729.627500', '110730.087500', '110730.547500', '110731.007500', '110731.467500', '110731.927500', '110732.387500', '110732.847500', '110733.307500', '110733.767500', '110734.227500', '110734.687500', '110735.147500', '110735.607500', '110736.067500', '110736.527500', '110736.987500', '110737.447500', '110737.907500', '110738.367500', '110738.827500', '110739.287500', '110739.747500', '110740.207500', '110740.667500', '110741.127500', '110741.587500', '110742.047500', '110742.507500', '110742.967500', '110743.427500', '110743.887500', '110744.347500', '110744.807500', '110745.267500', '110745.727500', '110746.187500', '110746.647500', '110747.107500', '110747.567500', '110748.027500', '110748.487500', '110748.947500', '110749.407500', '110749.867500', '110750.327500', '110750.787500', '110751.247500', '110751.707500', '110752.167500', '110752.627500', '110753.087500', '110753.547500', '110754.007500', '110754.467500', '110754.927500', '110755.387500', '110755.847500', '110756.307500', '110756.767500', '110757.227500', '110757.687500', '110758.147500', '110758.607500', '110759.067500', '110759.527500', '110759.987500', '110800.447500', '110800.907500', '110801.367500', '110801.827500', '110802.287500', '110802.747500', '110803.207500', '110803.667500', '110804.127500', '110804.587500', '110805.047500', '110805.507500', '110805.967500', '110806.427500', '110806.887500', '110807.347500', '110807.807500', '110808.267500', '110808.727500', '110809.187500', '110809.647500', '110810.107500', '110810.567500', '110811.027500', '110811.487500', '110811.947500', '110812.407500', '110812.867500', '110813.327500', '110813.787500', '110814.247500', '110814.707500', '110815.167500', '110815.627500', '110816.087500', '110816.547500', '110817.007500', '110817.467500', '110817.927500', '110818.387500', '110818.847500', '110819.307500', '110819.767500', '110820.227500', '110820.687500', '110821.147500', '110821.607500', '110822.067500', '110822.527500', '110822.987500', '110823.447500', '110823.907500', '110824.367500', '110824.827500', '110825.287500', '110825.747500', '110826.207500', '110826.667500', '110827.127500', '110827.587500', '110828.047500', '110828.507500', '110828.967500', '110829.427500', '110829.887500', '110830.347500', '110830.807500', '110831.267500', '110831.727500', '110832.187500', '110832.647500', '110833.107500', '110833.567500', '110834.027500', '110834.487500', '110834.947500', '110835.407500', '110835.867500', '110836.327500', '110836.787500', '110837.247500', '110837.707500', '110838.167500', '110838.627500', '110839.087500', '110839.547500', '110840.007500', '110840.467500', '110840.927500', '110841.387500', '110841.847500', '110842.307500', '110842.767500', '110843.227500', '110843.687500', '110844.147500', '110844.607500', '110845.067500', '110845.527500', '110845.987500', '110846.447500', '110846.907500', '110847.367500', '110847.827500', '110848.287500', '110848.747500', '110849.207500', '110849.667500', '110850.127500', '110850.587500', '110851.047500', '110851.507500', '110851.967500', '110852.427500', '110852.887500', '110853.347500', '110853.807500', '110854.267500', '110854.727500', '110855.187500', '110855.647500', '110856.107500', '110856.567500', '110857.027500', '110857.487500', '110857.947500', '110858.407500', '110858.867500', '110859.327500', '110859.787500', '110900.247500', '110900.707500', '110901.167500', '110901.627500', '110902.087500', '110902.547500', '110903.007500', '110903.467500', '110903.927500', '110904.387500', '110904.847500', '110905.307500', '110905.767500', '110906.227500', '110906.687500', '110907.147500', '110907.607500', '110908.067500', '110908.527500', '110908.987500', '110909.447500', '110909.907500', '110910.367500', '110910.827500', '110911.287500', '110911.747500', '110912.207500', '110912.667500', '110913.127500', '110913.587500', '110914.047500', '110914.507500', '110914.967500', '110915.427500', '110915.887500', '110916.347500', '110916.807500', '110917.267500', '110917.727500', '110918.187500', '110918.647500', '110919.107500', '110919.567500', '110920.027500', '110920.487500', '110920.947500', '110921.407500', '110921.867500', '110922.327500', '110922.787500', '110923.247500', '110923.707500', '110924.167500', '110924.627500', '110925.087500', '110925.547500', '110926.007500', '110926.467500', '110926.927500', '110927.387500', '110927.847500', '110928.307500', '110928.767500', '110929.227500', '110929.687500', '110930.147500', '110930.607500', '110931.067500', '110931.527500', '110931.987500', '110932.447500', '110932.907500', '110933.367500', '110933.827500', '110934.287500', '110934.747500', '110935.207500', '110935.667500', '110936.127500', '110936.587500', '110937.047500', '110937.507500', '110937.967500', '110938.427500', '110938.887500', '110939.347500', '110939.807500', '110940.267500', '110940.727500', '110941.187500', '110941.647500', '110942.107500', '110942.567500', '110943.027500', '110943.487500', '110943.947500', '110944.407500', '110944.867500', '110945.327500', '110945.787500', '110946.247500', '110946.707500', '110947.167500', '110947.627500', '110948.087500', '110948.547500', '110949.007500', '110949.467500', '110949.927500', '110950.387500', '110950.847500', '110951.307500', '110951.767500', '110952.227500', '110952.687500', '110953.147500', '110953.607500', '110954.067500', '110954.527500', '110954.987500', '110955.447500', '110955.907500', '110956.367500', '110956.827500', '110957.287500', '110957.747500', '110958.207500', '110958.667500', '110959.127500', '110959.587500', '111000.047500', '111000.507500', '111000.967500', '111001.427500', '111001.887500', '111002.347500', '111002.807500', '111003.267500', '111003.727500', '111004.187500', '111004.647500', '111005.107500', '111005.567500', '111006.027500', '111006.487500', '111006.947500', '111007.407500', '111007.867500', '111008.327500', '111008.787500', '111009.247500', '111009.707500', '111010.167500', '111010.627500', '111011.087500', '111011.547500', '111012.007500', '111012.467500', '111012.927500', '111013.387500', '111013.847500', '111014.307500', '111014.767500', '111015.227500', '111015.687500', '111016.147500', '111016.607500', '111017.067500', '111017.527500', '111017.987500', '111018.447500', '111018.907500', '111019.367500', '111019.827500', '111020.287500', '111020.747500', '111021.207500', '111021.667500', '111022.127500', '111022.587500', '111023.047500', '111023.507500', '111023.967500', '111024.427500', '111024.887500', '111025.347500', '111025.807500', '111026.267500', '111026.727500', '111027.187500', '111027.647500', '111028.107500', '111028.567500', '111029.027500', '111029.487500', '111029.947500', '111030.407500', '111030.867500', '111031.327500', '111031.787500', '111032.247500', '111032.707500', '111033.167500', '111033.627500', '111034.087500', '111034.547500', '111035.007500', '111035.467500', '111035.927500', '111036.387500', '111036.847500', '111037.307500', '111037.767500', '111038.227500', '111038.687500', '111039.147500', '111039.607500', '111040.067500', '111040.527500', '111040.987500', '111041.447500', '111041.907500', '111042.367500', '111042.827500', '111043.287500', '111043.747500', '111044.207500', '111044.667500', '111045.127500', '111045.587500', '111046.047500', '111046.507500', '111046.967500', '111047.427500', '111047.887500', '111048.347500', '111048.807500', '111049.267500', '111049.727500', '111050.187500', '111050.647500', '111051.107500', '111051.567500', '111052.027500', '111052.487500', '111052.947500', '111053.407500', '111053.867500', '111054.327500', '111054.787500', '111055.247500', '111055.707500', '111056.167500', '111056.627500', '111057.087500', '111057.547500', '111058.007500', '111058.467500', '111058.927500', '111059.387500', '111059.847500', '111100.307500', '111100.767500', '111101.227500', '111101.687500', '111102.147500', '111102.607500', '111103.067500', '111103.527500', '111103.987500', '111104.447500', '111104.907500', '111105.367500', '111105.827500', '111106.287500', '111106.747500', '111107.207500', '111107.667500', '111108.127500', '111108.587500', '111109.047500', '111109.507500', '111109.967500', '111110.427500', '111110.887500', '111111.347500', '111111.807500', '111112.267500', '111112.727500', '111113.187500', '111113.647500', '111114.107500', '111114.567500', '111115.027500', '111115.487500', '111115.947500', '111116.407500', '111116.867500', '111117.327500', '111117.787500', '111118.247500', '111118.707500', '111119.167500', '111119.627500', '111120.087500', '111120.547500', '111121.007500', '111121.467500', '111121.927500', '111122.387500', '111122.847500', '111123.307500', '111123.767500', '111124.227500', '111124.687500', '111125.147500', '111125.607500', '111126.067500', '111126.527500', '111126.987500', '111127.447500', '111127.907500', '111128.367500', '111128.827500', '111129.287500', '111129.747500', '111130.207500', '111130.667500', '111131.127500', '111131.587500', '111132.047500', '111132.507500', '111132.967500', '111133.427500', '111133.887500', '111134.347500', '111134.807500', '111135.267500', '111135.727500', '111136.187500', '111136.647500', '111137.107500', '111137.567500', '111138.027500', '111138.487500', '111138.947500', '111139.407500', '111139.867500', '111140.327500', '111140.787500', '111141.247500', '111141.707500', '111142.167500', '111142.627500', '111143.087500', '111143.547500', '111144.007500', '111144.467500', '111144.927500', '111145.387500', '111145.847500', '111146.307500', '111146.767500', '111147.227500', '111147.687500', '111148.147500', '111148.607500', '111149.067500', '111149.527500', '111149.987500', '111150.447500', '111150.907500', '111151.367500', '111151.827500', '111152.287500', '111152.747500', '111153.207500', '111153.667500', '111154.127500', '111154.587500', '111155.047500', '111155.507500', '111155.967500', '111156.427500', '111156.887500', '111157.347500', '111157.807500', '111158.267500', '111158.727500', '111159.187500', '111159.647500', '111200.107500', '111200.567500', '111201.027500', '111201.487500', '111201.947500', '111202.407500', '111202.867500', '111203.327500', '111203.787500', '111204.247500', '111204.707500', '111205.167500', '111205.627500', '111206.087500', '111206.547500', '111207.007500', '111207.467500', '111207.927500', '111208.387500', '111208.847500', '111209.307500', '111209.767500', '111210.227500', '111210.687500', '111211.147500', '111211.607500', '111212.067500', '111212.527500', '111212.987500', '111213.447500', '111213.907500', '111214.367500', '111214.827500', '111215.287500', '111215.747500', '111216.207500', '111216.667500', '111217.127500', '111217.587500', '111218.047500', '111218.507500', '111218.967500', '111219.427500', '111219.887500'], 'ContentTime': ['110338.619000', '110338.623000', '110338.626000', '110338.629000', '110338.632000', '110338.635000', '110338.638000', '110338.641000', '110338.645000', '110338.648000', '110338.651000', '110338.654000', '110338.657000', '110338.660000', '110338.663000', '110338.666000', '110338.669000', '110338.672000', '110338.675000', '110338.678000', '110338.687000', '110338.691000', '110338.694000', '110358.575000', '110358.578000', '110358.581000', '110358.584000', '110358.594000', '110358.597000', '110358.600000', '110358.604000', '110358.607000', '110358.609000', '110358.612000', '110358.615000', '110358.618000', '110358.622000', '110358.625000', '110358.628000', '110358.630000', '110358.633000', '110358.636000', '110358.639000', '110358.642000', '110358.645000', '110358.648000', '110358.651000', '110358.654000', '110358.657000', '110358.660000', '110358.663000', '110358.666000', '110358.668000', '110358.671000', '110358.674000', '110358.678000', '110358.680000', '110358.683000', '110358.686000', '110358.689000', '110358.692000', '110358.703000', '110358.706000', '110358.709000', '110358.712000', '110358.715000', '110418.576000', '110418.579000', '110418.582000', '110418.585000', '110418.588000', '110418.591000', '110418.594000', '110418.596000', '110418.599000', '110418.602000', '110418.605000', '110418.608000', '110418.611000', '110418.613000', '110418.616000', '110418.619000', '110418.622000', '110418.625000', '110418.628000', '110418.631000', '110418.633000', '110418.636000', '110418.639000', '110418.642000', '110418.645000', '110418.648000', '110418.651000', '110418.653000', '110418.656000', '110418.659000', '110418.662000', '110418.665000', '110418.668000', '110418.671000', '110418.674000', '110418.676000', '110418.679000', '110418.682000', '110418.685000', '110418.688000', '110418.691000', '110418.694000', '110418.697000', '110438.576000', '110438.579000', '110438.582000', '110438.585000', '110438.588000', '110438.591000', '110438.594000', '110438.596000', '110438.599000', '110438.602000', '110438.605000', '110438.608000', '110438.611000', '110438.614000', '110438.616000', '110438.619000', '110438.622000', '110438.625000', '110438.628000', '110438.631000', '110438.634000', '110438.637000', '110438.640000', '110438.642000', '110438.645000', '110438.648000', '110438.651000', '110438.654000', '110438.657000', '110438.660000', '110438.663000', '110438.666000', '110438.669000', '110438.671000', '110438.674000', '110438.677000', '110438.680000', '110438.683000', '110438.686000', '110438.688000', '110438.691000', '110438.694000', '110438.697000', '110438.700000', '110458.576000', '110458.579000', '110458.582000', '110458.585000', '110458.588000', '110458.591000', '110458.594000', '110458.599000', '110458.602000', '110458.605000', '110458.608000', '110458.611000', '110458.614000', '110458.616000', '110458.619000', '110458.622000', '110458.625000', '110458.628000', '110458.631000', '110458.634000', '110458.637000', '110458.639000', '110458.642000', '110458.645000', '110458.648000', '110458.651000', '110458.654000', '110458.657000', '110458.660000', '110458.662000', '110458.666000', '110458.668000', '110458.671000', '110458.674000', '110458.677000', '110458.680000', '110458.683000', '110458.686000', '110458.689000', '110458.691000', '110458.694000', '110458.697000', '110458.700000', '110518.576000', '110518.579000', '110518.582000', '110518.585000', '110518.588000', '110518.591000', '110518.594000', '110518.596000', '110518.599000', '110518.602000', '110518.605000', '110518.608000', '110518.611000', '110518.614000', '110518.617000', '110518.620000', '110518.622000', '110518.625000', '110518.628000', '110518.631000', '110518.634000', '110518.637000', '110518.640000', '110518.643000', '110518.646000', '110518.649000', '110518.652000', '110518.655000', '110518.657000', '110518.660000', '110518.663000', '110518.666000', '110518.669000', '110518.672000', '110518.675000', '110518.678000', '110518.681000', '110518.684000', '110518.686000', '110518.689000', '110518.692000', '110518.695000', '110518.698000', '110518.701000', '110538.589000', '110538.593000', '110538.598000', '110538.602000', '110538.605000', '110538.608000', '110538.610000', '110538.613000', '110538.616000', '110538.619000', '110538.622000', '110538.625000', '110538.628000', '110538.631000', '110538.634000', '110538.637000', '110538.639000', '110538.642000', '110538.645000', '110538.648000', '110538.651000', '110538.654000', '110538.657000', '110538.660000', '110538.663000', '110538.665000', '110538.668000', '110538.671000', '110538.674000', '110538.677000', '110538.680000', '110538.683000', '110538.686000', '110538.689000', '110538.692000', '110538.694000', '110538.697000', '110538.700000', '110538.703000', '110538.706000', '110538.709000', '110538.712000', '110538.715000', '110558.576000', '110558.579000', '110558.582000', '110558.585000', '110558.588000', '110558.591000', '110558.594000', '110558.596000', '110558.599000', '110558.602000', '110558.605000', '110558.608000', '110558.611000', '110558.614000', '110558.617000', '110558.619000', '110558.622000', '110558.625000', '110558.628000', '110558.631000', '110558.634000', '110558.637000', '110558.640000', '110558.643000', '110558.646000', '110558.649000', '110558.651000', '110558.654000', '110558.657000', '110558.660000', '110558.663000', '110558.666000', '110558.669000', '110558.672000', '110558.675000', '110558.678000', '110558.681000', '110558.684000', '110558.686000', '110558.689000', '110558.692000', '110558.695000', '110558.698000', '110558.701000', '110618.575000', '110618.578000', '110618.581000', '110618.584000', '110618.587000', '110618.590000', '110618.593000', '110618.595000', '110618.598000', '110618.601000', '110618.604000', '110618.607000', '110618.610000', '110618.614000', '110618.617000', '110618.620000', '110618.623000', '110618.626000', '110618.629000', '110618.632000', '110618.634000', '110618.637000', '110618.640000', '110618.643000', '110618.646000', '110618.649000', '110618.652000', '110618.655000', '110618.658000', '110618.661000', '110618.664000', '110618.666000', '110618.669000', '110618.672000', '110618.675000', '110618.678000', '110618.681000', '110618.684000', '110618.687000', '110618.690000', '110618.693000', '110618.695000', '110618.698000', '110638.576000', '110638.579000', '110638.582000', '110638.585000', '110638.588000', '110638.591000', '110638.594000', '110638.597000', '110638.599000', '110638.602000', '110638.605000', '110638.608000', '110638.611000', '110638.614000', '110638.617000', '110638.620000', '110638.623000', '110638.625000', '110638.628000', '110638.631000', '110638.634000', '110638.637000', '110638.640000', '110638.643000', '110638.646000', '110638.649000', '110638.652000', '110638.655000', '110638.658000', '110638.661000', '110638.663000', '110638.667000', '110638.669000', '110638.672000', '110638.675000', '110638.678000', '110638.681000', '110638.684000', '110638.687000', '110638.690000', '110638.693000', '110638.695000', '110638.698000', '110638.701000', '110658.576000', '110658.579000', '110658.582000', '110658.585000', '110658.588000', '110658.592000', '110658.595000', '110658.598000', '110658.601000', '110658.604000', '110658.607000', '110658.610000', '110658.613000', '110658.616000', '110658.619000', '110658.622000', '110658.624000', '110658.627000', '110658.630000', '110658.633000', '110658.636000', '110658.639000', '110658.642000', '110658.645000', '110658.649000', '110658.653000', '110658.656000', '110658.659000', '110658.662000', '110658.665000', '110658.668000', '110658.670000', '110658.673000', '110658.676000', '110658.679000', '110658.682000', '110658.685000', '110658.688000', '110658.691000', '110658.706000', '110658.709000', '110658.712000', '110658.715000', '110718.576000', '110718.579000', '110718.582000', '110718.585000', '110718.588000', '110718.591000', '110718.594000', '110718.597000', '110718.599000', '110718.602000', '110718.605000', '110718.608000', '110718.611000', '110718.614000', '110718.617000', '110718.620000', '110718.623000', '110718.626000', '110718.629000', '110718.632000', '110718.634000', '110718.637000', '110718.640000', '110718.643000', '110718.647000', '110718.649000', '110718.652000', '110718.655000', '110718.658000', '110718.661000', '110718.664000', '110718.667000', '110718.670000', '110718.673000', '110718.676000', '110718.679000', '110718.681000', '110718.684000', '110718.687000', '110718.690000', '110718.693000', '110718.696000', '110718.699000', '110718.702000', '110738.576000', '110738.579000', '110738.582000', '110738.585000', '110738.588000', '110738.591000', '110738.594000', '110738.598000', '110738.601000', '110738.604000', '110738.607000', '110738.610000', '110738.613000', '110738.616000', '110738.618000', '110738.621000', '110738.624000', '110738.627000', '110738.630000', '110738.633000', '110738.636000', '110738.639000', '110738.641000', '110738.645000', '110738.648000', '110738.653000', '110738.656000', '110738.659000', '110738.662000', '110738.665000', '110738.668000', '110738.671000', '110738.673000', '110738.676000', '110738.679000', '110738.682000', '110738.685000', '110738.688000', '110738.691000', '110738.694000', '110738.697000', '110738.700000', '110738.703000', '110758.576000', '110758.579000', '110758.582000', '110758.585000', '110758.588000', '110758.591000', '110758.594000', '110758.597000', '110758.600000', '110758.602000', '110758.605000', '110758.608000', '110758.611000', '110758.614000', '110758.617000', '110758.620000', '110758.623000', '110758.626000', '110758.629000', '110758.632000', '110758.635000', '110758.638000', '110758.641000', '110758.644000', '110758.646000', '110758.649000', '110758.652000', '110758.655000', '110758.658000', '110758.661000', '110758.664000', '110758.667000', '110758.670000', '110758.673000', '110758.675000', '110758.678000', '110758.681000', '110758.684000', '110758.687000', '110758.690000', '110758.693000', '110758.696000', '110758.699000', '110758.702000', '110818.575000', '110818.578000', '110818.581000', '110818.584000', '110818.587000', '110818.590000', '110818.593000', '110818.596000', '110818.599000', '110818.602000', '110818.605000', '110818.608000', '110818.610000', '110818.613000', '110818.616000', '110818.619000', '110818.622000', '110818.625000', '110818.628000', '110818.631000', '110818.634000', '110818.637000', '110818.640000', '110818.642000', '110818.645000', '110818.648000', '110818.651000', '110818.654000', '110818.657000', '110818.660000', '110818.663000', '110818.666000', '110818.669000', '110818.672000', '110818.675000', '110818.678000', '110818.680000', '110818.683000', '110818.686000', '110818.689000', '110818.692000', '110818.695000', '110818.698000', '110838.575000', '110838.578000', '110838.581000', '110838.584000', '110838.587000', '110838.590000', '110838.593000', '110838.607000', '110838.610000', '110838.613000', '110838.615000', '110838.618000', '110838.621000', '110838.624000', '110838.627000', '110838.630000', '110838.633000', '110838.636000', '110838.639000', '110838.642000', '110838.644000', '110838.647000', '110838.650000', '110838.653000', '110838.656000', '110838.659000', '110838.662000', '110838.665000', '110838.668000', '110838.671000', '110838.674000', '110838.676000', '110838.679000', '110838.682000', '110838.685000', '110838.688000', '110838.691000', '110838.694000', '110838.697000', '110838.700000', '110838.703000', '110838.706000', '110838.708000', '110838.711000', '110858.576000', '110858.579000', '110858.582000', '110858.585000', '110858.588000', '110858.591000', '110858.594000', '110858.597000', '110858.599000', '110858.602000', '110858.605000', '110858.608000', '110858.611000', '110858.614000', '110858.617000', '110858.620000', '110858.622000', '110858.625000', '110858.628000', '110858.631000', '110858.635000', '110858.638000', '110858.641000', '110858.644000', '110858.647000', '110858.650000', '110858.653000', '110858.656000', '110858.659000', '110858.662000', '110858.664000', '110858.667000', '110858.670000', '110858.673000', '110858.676000', '110858.679000', '110858.682000', '110858.685000', '110858.688000', '110858.691000', '110858.694000', '110858.697000', '110858.700000', '110918.576000', '110918.579000', '110918.582000', '110918.585000', '110918.588000', '110918.591000', '110918.594000', '110918.597000', '110918.601000', '110918.604000', '110918.606000', '110918.609000', '110918.612000', '110918.615000', '110918.618000', '110918.621000', '110918.624000', '110918.627000', '110918.629000', '110918.632000', '110918.635000', '110918.638000', '110918.641000', '110918.644000', '110918.647000', '110918.650000', '110918.653000', '110918.656000', '110918.658000', '110918.661000', '110918.664000', '110918.667000', '110918.670000', '110918.673000', '110918.676000', '110918.679000', '110918.682000', '110918.685000', '110918.687000', '110918.690000', '110918.693000', '110918.696000', '110918.699000', '110918.702000', '110938.576000', '110938.579000', '110938.582000', '110938.585000', '110938.588000', '110938.591000', '110938.594000', '110938.597000', '110938.600000', '110938.602000', '110938.605000', '110938.608000', '110938.611000', '110938.614000', '110938.617000', '110938.620000', '110938.623000', '110938.626000', '110938.628000', '110938.631000', '110938.634000', '110938.637000', '110938.640000', '110938.643000', '110938.646000', '110938.649000', '110938.652000', '110938.655000', '110938.658000', '110938.660000', '110938.663000', '110938.666000', '110938.669000', '110938.672000', '110938.675000', '110938.678000', '110938.681000', '110938.684000', '110938.687000', '110938.689000', '110938.692000', '110938.695000', '110938.698000', '110958.576000', '110958.579000', '110958.582000', '110958.585000', '110958.588000', '110958.591000', '110958.594000', '110958.597000', '110958.600000', '110958.602000', '110958.605000', '110958.608000', '110958.611000', '110958.614000', '110958.617000', '110958.620000', '110958.623000', '110958.636000', '110958.639000', '110958.642000', '110958.645000', '110958.647000', '110958.650000', '110958.653000', '110958.656000', '110958.659000', '110958.662000', '110958.665000', '110958.668000', '110958.671000', '110958.673000', '110958.676000', '110958.679000', '110958.682000', '110958.685000', '110958.688000', '110958.691000', '110958.694000', '110958.697000', '110958.700000', '110958.702000', '110958.705000', '110958.708000', '110958.711000', '111018.576000', '111018.579000', '111018.582000', '111018.585000', '111018.588000', '111018.591000', '111018.594000', '111018.597000', '111018.600000', '111018.603000', '111018.606000', '111018.608000', '111018.611000', '111018.614000', '111018.617000', '111018.620000', '111018.623000', '111018.626000', '111018.629000', '111018.632000', '111018.635000', '111018.638000', '111018.640000', '111018.643000', '111018.646000', '111018.649000', '111018.652000', '111018.655000', '111018.658000', '111018.661000', '111018.664000', '111018.667000', '111018.671000', '111018.674000', '111018.677000', '111018.680000', '111018.683000', '111018.686000', '111018.689000', '111018.692000', '111018.695000', '111018.697000', '111018.700000', '111038.575000', '111038.578000', '111038.581000', '111038.584000', '111038.587000', '111038.590000', '111038.593000', '111038.596000', '111038.599000', '111038.602000', '111038.605000', '111038.607000', '111038.610000', '111038.613000', '111038.616000', '111038.619000', '111038.622000', '111038.625000', '111038.628000', '111038.631000', '111038.634000', '111038.637000', '111038.640000', '111038.643000', '111038.646000', '111038.649000', '111038.652000', '111038.655000', '111038.658000', '111038.660000', '111038.663000', '111038.666000', '111038.669000', '111038.672000', '111038.675000', '111038.678000', '111038.681000', '111038.684000', '111038.687000', '111038.690000', '111038.693000', '111038.696000', '111038.699000', '111038.701000', '111058.575000', '111058.578000', '111058.581000', '111058.584000', '111058.587000', '111058.590000', '111058.593000', '111058.596000', '111058.598000', '111058.601000', '111058.604000', '111058.607000', '111058.610000', '111058.613000', '111058.616000', '111058.619000', '111058.622000', '111058.625000', '111058.628000', '111058.631000', '111058.634000', '111058.636000', '111058.639000', '111058.642000', '111058.645000', '111058.648000', '111058.651000', '111058.654000', '111058.657000', '111058.660000', '111058.663000', '111058.665000', '111058.668000', '111058.671000', '111058.674000', '111058.677000', '111058.680000', '111058.683000', '111058.686000', '111058.689000', '111058.692000', '111058.694000', '111058.697000', '111118.576000', '111118.579000', '111118.582000', '111118.585000', '111118.588000', '111118.591000', '111118.594000', '111118.597000', '111118.599000', '111118.602000', '111118.605000', '111118.608000', '111118.611000', '111118.614000', '111118.617000', '111118.620000', '111118.623000', '111118.626000', '111118.629000', '111118.631000', '111118.634000', '111118.637000', '111118.640000', '111118.643000', '111118.646000', '111118.649000', '111118.652000', '111118.654000', '111118.668000', '111118.670000', '111118.673000', '111118.676000', '111118.679000', '111118.682000', '111118.685000', '111118.688000', '111118.691000', '111118.693000', '111118.696000', '111118.699000', '111118.702000', '111118.705000', '111118.708000', '111118.711000', '111138.576000', '111138.579000', '111138.582000', '111138.585000', '111138.588000', '111138.591000', '111138.594000', '111138.597000', '111138.600000', '111138.602000', '111138.605000', '111138.608000', '111138.611000', '111138.614000', '111138.617000', '111138.620000', '111138.623000', '111138.626000', '111138.629000', '111138.631000', '111138.634000', '111138.637000', '111138.640000', '111138.643000', '111138.646000', '111138.649000', '111138.652000', '111138.655000', '111138.658000', '111138.661000', '111138.664000', '111138.666000', '111138.669000', '111138.672000', '111138.675000', '111138.678000', '111138.681000', '111138.684000', '111138.687000', '111138.690000', '111138.693000', '111138.696000', '111138.699000', '111158.576000', '111158.579000', '111158.582000', '111158.585000', '111158.588000', '111158.591000', '111158.594000', '111158.596000', '111158.599000', '111158.602000', '111158.605000', '111158.608000', '111158.611000', '111158.614000', '111158.617000', '111158.620000', '111158.623000', '111158.625000', '111158.628000', '111158.631000', '111158.634000', '111158.637000', '111158.640000', '111158.643000', '111158.646000', '111158.649000', '111158.651000', '111158.654000', '111158.657000', '111158.660000', '111158.663000', '111158.666000', '111158.669000', '111158.672000', '111158.675000', '111158.677000', '111158.680000', '111158.683000', '111158.686000', '111158.689000', '111158.692000', '111158.695000', '111158.698000', '111158.701000', '111218.576000', '111218.579000', '111218.582000', '111218.585000', '111218.588000', '111218.591000', '111218.594000', '111218.597000', '111218.600000', '111218.603000', '111218.606000', '111218.609000', '111218.612000', '111218.614000', '111218.617000', '111218.620000', '111218.623000', '111218.626000', '111218.629000', '111218.632000', '111218.635000', '111218.638000', '111218.641000', '111218.644000', '111218.646000', '111218.649000', '111218.652000', '111218.655000', '111218.658000', '111218.661000', '111218.664000', '111218.667000', '111218.670000', '111218.673000', '111218.676000', '111218.678000', '111218.681000', '111218.684000', '111218.687000', '111218.690000', '111218.693000', '111218.696000', '111218.699000', '111220.704000', '111220.708000', '111220.712000', '111220.715000', '111220.718000'], 'InstanceCreationTime': ['110338.619000', '110338.623000', '110338.626000', '110338.629000', '110338.632000', '110338.635000', '110338.638000', '110338.641000', '110338.645000', '110338.648000', '110338.651000', '110338.654000', '110338.657000', '110338.660000', '110338.663000', '110338.666000', '110338.669000', '110338.672000', '110338.675000', '110338.678000', '110338.687000', '110338.691000', '110338.694000', '110358.575000', '110358.578000', '110358.581000', '110358.584000', '110358.594000', '110358.597000', '110358.600000', '110358.604000', '110358.607000', '110358.609000', '110358.612000', '110358.615000', '110358.618000', '110358.622000', '110358.625000', '110358.628000', '110358.630000', '110358.633000', '110358.636000', '110358.639000', '110358.642000', '110358.645000', '110358.648000', '110358.651000', '110358.654000', '110358.657000', '110358.660000', '110358.663000', '110358.666000', '110358.668000', '110358.671000', '110358.674000', '110358.678000', '110358.680000', '110358.683000', '110358.686000', '110358.689000', '110358.692000', '110358.703000', '110358.706000', '110358.709000', '110358.712000', '110358.715000', '110418.576000', '110418.579000', '110418.582000', '110418.585000', '110418.588000', '110418.591000', '110418.594000', '110418.596000', '110418.599000', '110418.602000', '110418.605000', '110418.608000', '110418.611000', '110418.613000', '110418.616000', '110418.619000', '110418.622000', '110418.625000', '110418.628000', '110418.631000', '110418.633000', '110418.636000', '110418.639000', '110418.642000', '110418.645000', '110418.648000', '110418.651000', '110418.653000', '110418.656000', '110418.659000', '110418.662000', '110418.665000', '110418.668000', '110418.671000', '110418.674000', '110418.676000', '110418.679000', '110418.682000', '110418.685000', '110418.688000', '110418.691000', '110418.694000', '110418.697000', '110438.576000', '110438.579000', '110438.582000', '110438.585000', '110438.588000', '110438.591000', '110438.594000', '110438.596000', '110438.599000', '110438.602000', '110438.605000', '110438.608000', '110438.611000', '110438.614000', '110438.616000', '110438.619000', '110438.622000', '110438.625000', '110438.628000', '110438.631000', '110438.634000', '110438.637000', '110438.640000', '110438.642000', '110438.645000', '110438.648000', '110438.651000', '110438.654000', '110438.657000', '110438.660000', '110438.663000', '110438.666000', '110438.669000', '110438.671000', '110438.674000', '110438.677000', '110438.680000', '110438.683000', '110438.686000', '110438.688000', '110438.691000', '110438.694000', '110438.697000', '110438.700000', '110458.576000', '110458.579000', '110458.582000', '110458.585000', '110458.588000', '110458.591000', '110458.594000', '110458.599000', '110458.602000', '110458.605000', '110458.608000', '110458.611000', '110458.614000', '110458.616000', '110458.619000', '110458.622000', '110458.625000', '110458.628000', '110458.631000', '110458.634000', '110458.637000', '110458.639000', '110458.642000', '110458.645000', '110458.648000', '110458.651000', '110458.654000', '110458.657000', '110458.660000', '110458.662000', '110458.666000', '110458.668000', '110458.671000', '110458.674000', '110458.677000', '110458.680000', '110458.683000', '110458.686000', '110458.689000', '110458.691000', '110458.694000', '110458.697000', '110458.700000', '110518.576000', '110518.579000', '110518.582000', '110518.585000', '110518.588000', '110518.591000', '110518.594000', '110518.596000', '110518.599000', '110518.602000', '110518.605000', '110518.608000', '110518.611000', '110518.614000', '110518.617000', '110518.620000', '110518.622000', '110518.625000', '110518.628000', '110518.631000', '110518.634000', '110518.637000', '110518.640000', '110518.643000', '110518.646000', '110518.649000', '110518.652000', '110518.655000', '110518.657000', '110518.660000', '110518.663000', '110518.666000', '110518.669000', '110518.672000', '110518.675000', '110518.678000', '110518.681000', '110518.684000', '110518.686000', '110518.689000', '110518.692000', '110518.695000', '110518.698000', '110518.701000', '110538.589000', '110538.593000', '110538.598000', '110538.602000', '110538.605000', '110538.608000', '110538.610000', '110538.613000', '110538.616000', '110538.619000', '110538.622000', '110538.625000', '110538.628000', '110538.631000', '110538.634000', '110538.637000', '110538.639000', '110538.642000', '110538.645000', '110538.648000', '110538.651000', '110538.654000', '110538.657000', '110538.660000', '110538.663000', '110538.665000', '110538.668000', '110538.671000', '110538.674000', '110538.677000', '110538.680000', '110538.683000', '110538.686000', '110538.689000', '110538.692000', '110538.694000', '110538.697000', '110538.700000', '110538.703000', '110538.706000', '110538.709000', '110538.712000', '110538.715000', '110558.576000', '110558.579000', '110558.582000', '110558.585000', '110558.588000', '110558.591000', '110558.594000', '110558.596000', '110558.599000', '110558.602000', '110558.605000', '110558.608000', '110558.611000', '110558.614000', '110558.617000', '110558.619000', '110558.622000', '110558.625000', '110558.628000', '110558.631000', '110558.634000', '110558.637000', '110558.640000', '110558.643000', '110558.646000', '110558.649000', '110558.651000', '110558.654000', '110558.657000', '110558.660000', '110558.663000', '110558.666000', '110558.669000', '110558.672000', '110558.675000', '110558.678000', '110558.681000', '110558.684000', '110558.686000', '110558.689000', '110558.692000', '110558.695000', '110558.698000', '110558.701000', '110618.575000', '110618.578000', '110618.581000', '110618.584000', '110618.587000', '110618.590000', '110618.593000', '110618.595000', '110618.598000', '110618.601000', '110618.604000', '110618.607000', '110618.610000', '110618.614000', '110618.617000', '110618.620000', '110618.623000', '110618.626000', '110618.629000', '110618.632000', '110618.634000', '110618.637000', '110618.640000', '110618.643000', '110618.646000', '110618.649000', '110618.652000', '110618.655000', '110618.658000', '110618.661000', '110618.664000', '110618.666000', '110618.669000', '110618.672000', '110618.675000', '110618.678000', '110618.681000', '110618.684000', '110618.687000', '110618.690000', '110618.693000', '110618.695000', '110618.698000', '110638.576000', '110638.579000', '110638.582000', '110638.585000', '110638.588000', '110638.591000', '110638.594000', '110638.597000', '110638.599000', '110638.602000', '110638.605000', '110638.608000', '110638.611000', '110638.614000', '110638.617000', '110638.620000', '110638.623000', '110638.625000', '110638.628000', '110638.631000', '110638.634000', '110638.637000', '110638.640000', '110638.643000', '110638.646000', '110638.649000', '110638.652000', '110638.655000', '110638.658000', '110638.661000', '110638.663000', '110638.667000', '110638.669000', '110638.672000', '110638.675000', '110638.678000', '110638.681000', '110638.684000', '110638.687000', '110638.690000', '110638.693000', '110638.695000', '110638.698000', '110638.701000', '110658.576000', '110658.579000', '110658.582000', '110658.585000', '110658.588000', '110658.592000', '110658.595000', '110658.598000', '110658.601000', '110658.604000', '110658.607000', '110658.610000', '110658.613000', '110658.616000', '110658.619000', '110658.622000', '110658.624000', '110658.627000', '110658.630000', '110658.633000', '110658.636000', '110658.639000', '110658.642000', '110658.645000', '110658.649000', '110658.653000', '110658.656000', '110658.659000', '110658.662000', '110658.665000', '110658.668000', '110658.670000', '110658.673000', '110658.676000', '110658.679000', '110658.682000', '110658.685000', '110658.688000', '110658.691000', '110658.706000', '110658.709000', '110658.712000', '110658.715000', '110718.576000', '110718.579000', '110718.582000', '110718.585000', '110718.588000', '110718.591000', '110718.594000', '110718.597000', '110718.599000', '110718.602000', '110718.605000', '110718.608000', '110718.611000', '110718.614000', '110718.617000', '110718.620000', '110718.623000', '110718.626000', '110718.629000', '110718.632000', '110718.634000', '110718.637000', '110718.640000', '110718.643000', '110718.647000', '110718.649000', '110718.652000', '110718.655000', '110718.658000', '110718.661000', '110718.664000', '110718.667000', '110718.670000', '110718.673000', '110718.676000', '110718.679000', '110718.681000', '110718.684000', '110718.687000', '110718.690000', '110718.693000', '110718.696000', '110718.699000', '110718.702000', '110738.576000', '110738.579000', '110738.582000', '110738.585000', '110738.588000', '110738.591000', '110738.594000', '110738.598000', '110738.601000', '110738.604000', '110738.607000', '110738.610000', '110738.613000', '110738.616000', '110738.618000', '110738.621000', '110738.624000', '110738.627000', '110738.630000', '110738.633000', '110738.636000', '110738.639000', '110738.641000', '110738.645000', '110738.648000', '110738.653000', '110738.656000', '110738.659000', '110738.662000', '110738.665000', '110738.668000', '110738.671000', '110738.673000', '110738.676000', '110738.679000', '110738.682000', '110738.685000', '110738.688000', '110738.691000', '110738.694000', '110738.697000', '110738.700000', '110738.703000', '110758.576000', '110758.579000', '110758.582000', '110758.585000', '110758.588000', '110758.591000', '110758.594000', '110758.597000', '110758.600000', '110758.602000', '110758.605000', '110758.608000', '110758.611000', '110758.614000', '110758.617000', '110758.620000', '110758.623000', '110758.626000', '110758.629000', '110758.632000', '110758.635000', '110758.638000', '110758.641000', '110758.644000', '110758.646000', '110758.649000', '110758.652000', '110758.655000', '110758.658000', '110758.661000', '110758.664000', '110758.667000', '110758.670000', '110758.673000', '110758.675000', '110758.678000', '110758.681000', '110758.684000', '110758.687000', '110758.690000', '110758.693000', '110758.696000', '110758.699000', '110758.702000', '110818.575000', '110818.578000', '110818.581000', '110818.584000', '110818.587000', '110818.590000', '110818.593000', '110818.596000', '110818.599000', '110818.602000', '110818.605000', '110818.608000', '110818.610000', '110818.613000', '110818.616000', '110818.619000', '110818.622000', '110818.625000', '110818.628000', '110818.631000', '110818.634000', '110818.637000', '110818.640000', '110818.642000', '110818.645000', '110818.648000', '110818.651000', '110818.654000', '110818.657000', '110818.660000', '110818.663000', '110818.666000', '110818.669000', '110818.672000', '110818.675000', '110818.678000', '110818.680000', '110818.683000', '110818.686000', '110818.689000', '110818.692000', '110818.695000', '110818.698000', '110838.575000', '110838.578000', '110838.581000', '110838.584000', '110838.587000', '110838.590000', '110838.593000', '110838.607000', '110838.610000', '110838.613000', '110838.615000', '110838.618000', '110838.621000', '110838.624000', '110838.627000', '110838.630000', '110838.633000', '110838.636000', '110838.639000', '110838.642000', '110838.644000', '110838.647000', '110838.650000', '110838.653000', '110838.656000', '110838.659000', '110838.662000', '110838.665000', '110838.668000', '110838.671000', '110838.674000', '110838.676000', '110838.679000', '110838.682000', '110838.685000', '110838.688000', '110838.691000', '110838.694000', '110838.697000', '110838.700000', '110838.703000', '110838.706000', '110838.708000', '110838.711000', '110858.576000', '110858.579000', '110858.582000', '110858.585000', '110858.588000', '110858.591000', '110858.594000', '110858.597000', '110858.599000', '110858.602000', '110858.605000', '110858.608000', '110858.611000', '110858.614000', '110858.617000', '110858.620000', '110858.622000', '110858.625000', '110858.628000', '110858.631000', '110858.635000', '110858.638000', '110858.641000', '110858.644000', '110858.647000', '110858.650000', '110858.653000', '110858.656000', '110858.659000', '110858.662000', '110858.664000', '110858.667000', '110858.670000', '110858.673000', '110858.676000', '110858.679000', '110858.682000', '110858.685000', '110858.688000', '110858.691000', '110858.694000', '110858.697000', '110858.700000', '110918.576000', '110918.579000', '110918.582000', '110918.585000', '110918.588000', '110918.591000', '110918.594000', '110918.597000', '110918.601000', '110918.604000', '110918.606000', '110918.609000', '110918.612000', '110918.615000', '110918.618000', '110918.621000', '110918.624000', '110918.627000', '110918.629000', '110918.632000', '110918.635000', '110918.638000', '110918.641000', '110918.644000', '110918.647000', '110918.650000', '110918.653000', '110918.656000', '110918.658000', '110918.661000', '110918.664000', '110918.667000', '110918.670000', '110918.673000', '110918.676000', '110918.679000', '110918.682000', '110918.685000', '110918.687000', '110918.690000', '110918.693000', '110918.696000', '110918.699000', '110918.702000', '110938.576000', '110938.579000', '110938.582000', '110938.585000', '110938.588000', '110938.591000', '110938.594000', '110938.597000', '110938.600000', '110938.602000', '110938.605000', '110938.608000', '110938.611000', '110938.614000', '110938.617000', '110938.620000', '110938.623000', '110938.626000', '110938.628000', '110938.631000', '110938.634000', '110938.637000', '110938.640000', '110938.643000', '110938.646000', '110938.649000', '110938.652000', '110938.655000', '110938.658000', '110938.660000', '110938.663000', '110938.666000', '110938.669000', '110938.672000', '110938.675000', '110938.678000', '110938.681000', '110938.684000', '110938.687000', '110938.689000', '110938.692000', '110938.695000', '110938.698000', '110958.576000', '110958.579000', '110958.582000', '110958.585000', '110958.588000', '110958.591000', '110958.594000', '110958.597000', '110958.600000', '110958.602000', '110958.605000', '110958.608000', '110958.611000', '110958.614000', '110958.617000', '110958.620000', '110958.623000', '110958.636000', '110958.639000', '110958.642000', '110958.645000', '110958.647000', '110958.650000', '110958.653000', '110958.656000', '110958.659000', '110958.662000', '110958.665000', '110958.668000', '110958.671000', '110958.673000', '110958.676000', '110958.679000', '110958.682000', '110958.685000', '110958.688000', '110958.691000', '110958.694000', '110958.697000', '110958.700000', '110958.702000', '110958.705000', '110958.708000', '110958.711000', '111018.576000', '111018.579000', '111018.582000', '111018.585000', '111018.588000', '111018.591000', '111018.594000', '111018.597000', '111018.600000', '111018.603000', '111018.606000', '111018.608000', '111018.611000', '111018.614000', '111018.617000', '111018.620000', '111018.623000', '111018.626000', '111018.629000', '111018.632000', '111018.635000', '111018.638000', '111018.640000', '111018.643000', '111018.646000', '111018.649000', '111018.652000', '111018.655000', '111018.658000', '111018.661000', '111018.664000', '111018.667000', '111018.671000', '111018.674000', '111018.677000', '111018.680000', '111018.683000', '111018.686000', '111018.689000', '111018.692000', '111018.695000', '111018.697000', '111018.700000', '111038.575000', '111038.578000', '111038.581000', '111038.584000', '111038.587000', '111038.590000', '111038.593000', '111038.596000', '111038.599000', '111038.602000', '111038.605000', '111038.607000', '111038.610000', '111038.613000', '111038.616000', '111038.619000', '111038.622000', '111038.625000', '111038.628000', '111038.631000', '111038.634000', '111038.637000', '111038.640000', '111038.643000', '111038.646000', '111038.649000', '111038.652000', '111038.655000', '111038.658000', '111038.660000', '111038.663000', '111038.666000', '111038.669000', '111038.672000', '111038.675000', '111038.678000', '111038.681000', '111038.684000', '111038.687000', '111038.690000', '111038.693000', '111038.696000', '111038.699000', '111038.701000', '111058.575000', '111058.578000', '111058.581000', '111058.584000', '111058.587000', '111058.590000', '111058.593000', '111058.596000', '111058.598000', '111058.601000', '111058.604000', '111058.607000', '111058.610000', '111058.613000', '111058.616000', '111058.619000', '111058.622000', '111058.625000', '111058.628000', '111058.631000', '111058.634000', '111058.636000', '111058.639000', '111058.642000', '111058.645000', '111058.648000', '111058.651000', '111058.654000', '111058.657000', '111058.660000', '111058.663000', '111058.665000', '111058.668000', '111058.671000', '111058.674000', '111058.677000', '111058.680000', '111058.683000', '111058.686000', '111058.689000', '111058.692000', '111058.694000', '111058.697000', '111118.576000', '111118.579000', '111118.582000', '111118.585000', '111118.588000', '111118.591000', '111118.594000', '111118.597000', '111118.599000', '111118.602000', '111118.605000', '111118.608000', '111118.611000', '111118.614000', '111118.617000', '111118.620000', '111118.623000', '111118.626000', '111118.629000', '111118.631000', '111118.634000', '111118.637000', '111118.640000', '111118.643000', '111118.646000', '111118.649000', '111118.652000', '111118.654000', '111118.668000', '111118.670000', '111118.673000', '111118.676000', '111118.679000', '111118.682000', '111118.685000', '111118.688000', '111118.691000', '111118.693000', '111118.696000', '111118.699000', '111118.702000', '111118.705000', '111118.708000', '111118.711000', '111138.576000', '111138.579000', '111138.582000', '111138.585000', '111138.588000', '111138.591000', '111138.594000', '111138.597000', '111138.600000', '111138.602000', '111138.605000', '111138.608000', '111138.611000', '111138.614000', '111138.617000', '111138.620000', '111138.623000', '111138.626000', '111138.629000', '111138.631000', '111138.634000', '111138.637000', '111138.640000', '111138.643000', '111138.646000', '111138.649000', '111138.652000', '111138.655000', '111138.658000', '111138.661000', '111138.664000', '111138.666000', '111138.669000', '111138.672000', '111138.675000', '111138.678000', '111138.681000', '111138.684000', '111138.687000', '111138.690000', '111138.693000', '111138.696000', '111138.699000', '111158.576000', '111158.579000', '111158.582000', '111158.585000', '111158.588000', '111158.591000', '111158.594000', '111158.596000', '111158.599000', '111158.602000', '111158.605000', '111158.608000', '111158.611000', '111158.614000', '111158.617000', '111158.620000', '111158.623000', '111158.625000', '111158.628000', '111158.631000', '111158.634000', '111158.637000', '111158.640000', '111158.643000', '111158.646000', '111158.649000', '111158.651000', '111158.654000', '111158.657000', '111158.660000', '111158.663000', '111158.666000', '111158.669000', '111158.672000', '111158.675000', '111158.677000', '111158.680000', '111158.683000', '111158.686000', '111158.689000', '111158.692000', '111158.695000', '111158.698000', '111158.701000', '111218.576000', '111218.579000', '111218.582000', '111218.585000', '111218.588000', '111218.591000', '111218.594000', '111218.597000', '111218.600000', '111218.603000', '111218.606000', '111218.609000', '111218.612000', '111218.614000', '111218.617000', '111218.620000', '111218.623000', '111218.626000', '111218.629000', '111218.632000', '111218.635000', '111218.638000', '111218.641000', '111218.644000', '111218.646000', '111218.649000', '111218.652000', '111218.655000', '111218.658000', '111218.661000', '111218.664000', '111218.667000', '111218.670000', '111218.673000', '111218.676000', '111218.678000', '111218.681000', '111218.684000', '111218.687000', '111218.690000', '111218.693000', '111218.696000', '111218.699000', '111220.704000', '111220.708000', '111220.712000', '111220.715000', '111220.718000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [12030, 12240, 9395, 10663, 9280, 10529, 9354, 9781, 12615, 10188, 12197, 9688, 11014, 9364, 10711, 8923, 10581, 9068, 10465, 9430, 10584, 9308, 11186, 9771, 10769, 9900, 9466, 9744, 9872, 9823, 13512, 10212, 10540, 11963, 10934, 13955, 9671, 10632, 10000, 10520, 9420, 9485, 8619, 9565, 10226, 9333, 12655, 9588, 10229, 14752, 9839, 10617, 9614, 9763, 14534, 10791, 17372, 12662, 15330, 9623, 15205, 18411, 13450, 20940, 15188, 17065, 19854, 15138, 16121, 14852, 9936, 19054, 11579, 11086, 16374, 9599, 15874, 10356, 10477, 9318, 9775, 13169, 9732, 10737, 9686, 9989, 9316, 9785, 12869, 9646, 10530, 9149, 9615, 13157, 9985, 10699, 11011, 9756, 14207, 9803, 12011, 9894, 10058, 8795, 9875, 13072, 9856, 12133, 13367, 10009, 13859, 16288, 11921, 17854, 9823, 10010, 10874, 9631, 13223, 9508, 10019, 11544, 9942, 14807, 9939, 11006, 9202, 10401, 16087, 10457, 11667, 9834, 10272, 11712, 9783, 12251, 12931, 9871, 12361, 13560, 10100, 14721, 12728, 10217, 12813, 9723, 11259, 9725, 10167, 15410, 10078, 10752, 9542, 10154, 14577, 9920, 11089, 9329, 9950, 14157, 10752, 10161, 13224, 10258, 10689, 9808, 10817, 9356, 10058, 15974, 9944, 12110, 14284, 10180, 14598, 9474, 9974, 14139, 10102, 12917, 9543, 10093, 8886, 9968, 13781, 9673, 11897, 10594, 10041, 16733, 9514, 10293, 18607, 12192, 10386, 16657, 10021, 11466, 10121, 10054, 14860, 9992, 10718, 9601, 10128, 9571, 10040, 12426, 9776, 10017, 13465, 10032, 10810, 11547, 9890, 14863, 9634, 10093, 15765, 10199, 10262, 9661, 9976, 13174, 10112, 10421, 9629, 9879, 15121, 9941, 8816, 9580, 10573, 9439, 10106, 15457, 10124, 10401, 16286, 12017, 11492, 11454, 10072, 14260, 12802, 10486, 19448, 14567, 17624, 14338, 13606, 10203, 10193, 9904, 9429, 9210, 10425, 10023, 10997, 14897, 10959, 20335, 17841, 19280, 10345, 10465, 11940, 10056, 11970, 10275, 10651, 9837, 10148, 18558, 11792, 13412, 10183, 10328, 9845, 9967, 9332, 10118, 14268, 10299, 14154, 10943, 15905, 14031, 18512, 13494, 10028, 9914, 9978, 13116, 10232, 11672, 16201, 10343, 11448, 16088, 9856, 14906, 10013, 10275, 12398, 11936, 14386, 10119, 12465, 10260, 10927, 10298, 10629, 10100, 10203, 14933, 10822, 18041, 10156, 10941, 11245, 10176, 13605, 9878, 10181, 17258, 10206, 12660, 10504, 14263, 12026, 9656, 9623, 10175, 10379, 9866, 9792, 10645, 9942, 10476, 12278, 10804, 17095, 15319, 14414, 17397, 10019, 10182, 13286, 10535, 12090, 14176, 10059, 12248, 9728, 10114, 13105, 10241, 9873, 10072, 9978, 12248, 10191, 10233, 10289, 10182, 9850, 10136, 11483, 9812, 10273, 9300, 10304, 13291, 9807, 10511, 17427, 12085, 11054, 13796, 10299, 11330, 10187, 10134, 17142, 12706, 11916, 17866, 13417, 18901, 14336, 11589, 9964, 9989, 9277, 10169, 13078, 10011, 10236, 17595, 13929, 15159, 9932, 10473, 12631, 10070, 10105, 10007, 10008, 10949, 10265, 10290, 14235, 10234, 10589, 9996, 10020, 15401, 14116, 10144, 18282, 10384, 10448, 16424, 11827, 9680, 9593, 9969, 10798, 10084, 9741, 10162, 10119, 11565, 9901, 10803, 12943, 10365, 10089, 10193, 10265, 15262, 11617, 10526, 15976, 10229, 10566, 16417, 10635, 13201, 10135, 9997, 9435, 10208, 10743, 10400, 10435, 15615, 10754, 15596, 9935, 10123, 10055, 10183, 14036, 10261, 11210, 18673, 13260, 14189, 10401, 10224, 17997, 15019, 11845, 12180, 10304, 11649, 10364, 10047, 13693, 10279, 10356, 15916, 10408, 10682, 12722, 10107, 13299, 12434, 9673, 9441, 9999, 11389, 9944, 10072, 10928, 10304, 11045, 10092, 10332, 13782, 10443, 12824, 9956, 10435, 14415, 10328, 10555, 14235, 10119, 10762, 10046, 10457, 12652, 10469, 10735, 9646, 10407, 14442, 10493, 11274, 12030, 10365, 16017, 16523, 10400, 17511, 17079, 11116, 17094, 10293, 10687, 16608, 11612, 10116, 10184, 10397, 9960, 10631, 10048, 9850, 9688, 10353, 9870, 10345, 9667, 9297, 10597, 13907, 21776, 15634, 12324, 17968, 12124, 10640, 16611, 12389, 9748, 9712, 10513, 11584, 9825, 10256, 9495, 10389, 10467, 9977, 10439, 10592, 10284, 11910, 9820, 10728, 9690, 10281, 15521, 9977, 10116, 10533, 10097, 13888, 10551, 10481, 15947, 10060, 11111, 10804, 10326, 12767, 10106, 11443, 10457, 9825, 10450, 10354, 12869, 10203, 11893, 10130, 9993, 15948, 10297, 11206, 19566, 14348, 11298, 17861, 10716, 12223, 10315, 10255, 13670, 10483, 10681, 10067, 9817, 9230, 10072, 13450, 9855, 10595, 9715, 10131, 14391, 9694, 10343, 14544, 9965, 11518, 9965, 10613, 14224, 9807, 10913, 10050, 10121, 12094, 10000, 12654, 9881, 10079, 15701, 9936, 11193, 9844, 10183, 16062, 9748, 10622, 9889, 10039, 16331, 10100, 10453, 9915, 10013, 14705, 9637, 10840, 17531, 13092, 14180, 9803, 9684, 11674, 9971, 12368, 10103, 11639, 17120, 10527, 15249, 9681, 9955, 17084, 9483, 10079, 14874, 9928, 10647, 10021, 9945, 11436, 9581, 10088, 13984, 9621, 12194, 9894, 9735, 9369, 9813, 10394, 9923, 13025, 9644, 11335, 19155, 12013, 10434, 18044, 11832, 9929, 16385, 11660, 10770, 14622, 9395, 12373, 9744, 10525, 9528, 10239, 10209, 10524, 9966, 10677, 19974, 15514, 19668, 17677, 18681, 11268, 9645, 9585, 9899, 10654, 15004, 9838, 10346, 10870, 9832, 11084, 10050, 10229, 9886, 10436, 9682, 10383, 9975, 11069, 10166, 11445, 10679, 13061, 21613, 17530, 18156, 19309, 14489, 14842, 13871, 9989, 18379, 12824, 11831, 10572, 11576, 14956, 14672, 10347, 10239, 9800, 10441, 10113, 10223, 11857, 10693, 10739, 10607, 10706, 9879, 10348, 15161, 10162, 12661, 10248, 10731, 10713, 10794, 10327, 11046, 11259, 10316, 17019, 10557, 11470, 15022, 13367, 17465, 12867, 10283, 10038, 9698, 10361, 12626, 10373, 12407, 10583, 11673, 10326, 10479, 13423, 10737, 15852, 10949, 12449, 10388, 16685, 12419, 16059, 10344, 10622, 15659, 10202, 11431, 13237, 10371, 11091, 9578, 9940, 10635, 9700, 10085, 11617, 10257, 9716, 10022, 9354, 8681, 9944, 10249, 9689, 10744, 9603, 10265, 9221, 9687, 14793, 10914, 9969, 14592, 9607, 10027, 16448, 12061, 11623, 9286, 9104, 8445, 9671, 12322, 9515, 10232, 12630, 9831, 13822, 9696, 10054, 15134, 9863, 11181, 10772, 9798, 13219, 9830, 10714, 9741, 9804, 14701, 10375, 18252, 17990, 18820, 15714, 10358, 9694, 9815, 12735, 9906, 12111, 18890, 13253, 16088, 9913, 10368, 9638, 10168, 17663, 12902, 18579, 9840, 13544, 9823, 10409, 20033, 15382, 18570, 9844, 10576, 17924, 12597, 11134, 16446, 12034, 16710, 9801, 10530, 9435, 10117, 10079, 9810, 12693, 9854, 10868, 9656, 10148, 12700, 9820, 12676, 9490, 11003, 9347, 9901, 13561, 10027, 11212, 9650, 10134, 18655, 12669, 10613, 10123, 9925, 9473, 9892, 9344, 10248, 12307, 10645, 17102, 16682, 19139, 13822, 10255, 8742, 9128, 10729, 9422, 9892, 14829, 10595, 11502, 15900, 9406, 10502, 9255, 9397, 11690, 9293, 10513, 9482, 10090, 10901, 9413, 13644, 9429, 10393, 9466, 10444, 14729, 9819, 11063, 13392, 9415, 12421, 9524, 10625, 14685, 9287, 10395, 9488, 9878, 12038, 9219, 10373, 13570, 9530, 10229, 12822, 9518, 10539, 9016, 9655, 11289, 9340, 10138, 9369, 9893, 11647, 9732, 12749, 9240, 9966, 9629, 9623, 13765, 9066, 9463, 13048, 13168, 9432, 11066, 11501, 9533, 11383, 9358, 10107, 16679, 12546, 18469, 9685, 11246, 9285, 10393, 18719, 15414, 17590, 18646, 14287, 12884, 9501, 9817, 12315, 9716, 10312, 18030, 10041, 10641, 16715, 10362, 11151, 9227, 9853, 11250, 10105, 9942, 9364, 9594, 12485, 9790, 10290, 15298, 10185, 10297, 12357, 9934, 10133, 9401, 10187, 9238, 9936, 12786, 9739, 10621, 9419, 10001, 15140, 9748, 10264, 12540, 10225, 11763, 12698, 10174, 17953, 12180, 10276, 9748, 10280, 9450, 9951, 8994, 9502, 14376, 9960, 12598, 10248, 12802, 13578, 9763, 12585, 9763, 11786, 9726, 10598, 14063, 9842, 15547, 13041, 14578, 17615, 11341, 15288, 9731, 10660, 9240, 10209, 16580, 10082, 12285, 9297, 13721, 16991, 17937, 19681, 15773, 10218, 9831, 8753, 9564, 10598, 10641, 9287, 11599, 11136, 9131, 11316, 9605, 10249, 9132, 10295, 14169, 10035, 17058, 11575, 17703, 12425, 17761, 14052, 18246, 15323, 15870, 19703, 15283, 12801, 9866, 10748, 10289, 9676, 12076, 9747, 10739, 9675, 10736, 9194, 10435], 'WindowCenter': [4683.0, 4658.0, 4614.0, 4620.0, 4599.0, 4617.0, 4597.0, 4606.0, 4636.0, 4605.0, 4625.0, 4595.0, 4616.0, 4585.0, 4605.0, 4587.0, 4617.0, 4599.0, 4630.0, 4612.0, 4643.0, 4626.0, 4657.0, 4649.0, 4659.0, 4662.0, 4651.0, 4666.0, 4676.0, 4677.0, 4713.0, 4672.0, 4672.0, 4680.0, 4670.0, 4710.0, 4649.0, 4657.0, 4649.0, 4658.0, 4648.0, 4650.0, 4640.0, 4663.0, 4671.0, 4664.0, 4704.0, 4664.0, 4685.0, 4723.0, 4675.0, 4684.0, 4676.0, 4676.0, 4724.0, 4685.0, 4743.0, 4704.0, 4721.0, 4662.0, 4722.0, 4740.0, 4701.0, 4751.0, 4709.0, 4717.0, 4737.0, 4696.0, 4695.0, 4683.0, 4633.0, 4723.0, 4653.0, 4654.0, 4702.0, 4633.0, 4705.0, 4643.0, 4644.0, 4623.0, 4647.0, 4686.0, 4647.0, 4657.0, 4648.0, 4648.0, 4640.0, 4658.0, 4688.0, 4651.0, 4669.0, 4651.0, 4662.0, 4701.0, 4662.0, 4671.0, 4671.0, 4662.0, 4711.0, 4660.0, 4690.0, 4661.0, 4660.0, 4642.0, 4663.0, 4702.0, 4674.0, 4702.0, 4712.0, 4672.0, 4713.0, 4731.0, 4691.0, 4740.0, 4661.0, 4660.0, 4670.0, 4650.0, 4688.0, 4649.0, 4661.0, 4681.0, 4663.0, 4711.0, 4660.0, 4671.0, 4650.0, 4671.0, 4719.0, 4671.0, 4681.0, 4660.0, 4661.0, 4691.0, 4662.0, 4690.0, 4700.0, 4661.0, 4689.0, 4698.0, 4661.0, 4710.0, 4688.0, 4660.0, 4687.0, 4650.0, 4669.0, 4648.0, 4661.0, 4719.0, 4662.0, 4670.0, 4660.0, 4670.0, 4719.0, 4661.0, 4680.0, 4648.0, 4661.0, 4710.0, 4670.0, 4660.0, 4700.0, 4672.0, 4671.0, 4662.0, 4681.0, 4650.0, 4671.0, 4730.0, 4673.0, 4703.0, 4721.0, 4673.0, 4711.0, 4650.0, 4661.0, 4709.0, 4661.0, 4700.0, 4661.0, 4671.0, 4650.0, 4661.0, 4709.0, 4661.0, 4691.0, 4672.0, 4662.0, 4731.0, 4651.0, 4670.0, 4739.0, 4690.0, 4660.0, 4727.0, 4659.0, 4679.0, 4658.0, 4660.0, 4708.0, 4660.0, 4669.0, 4650.0, 4668.0, 4648.0, 4660.0, 4691.0, 4660.0, 4671.0, 4699.0, 4660.0, 4680.0, 4678.0, 4660.0, 4708.0, 4648.0, 4659.0, 4717.0, 4657.0, 4657.0, 4648.0, 4658.0, 4699.0, 4668.0, 4669.0, 4650.0, 4661.0, 4719.0, 4661.0, 4640.0, 4662.0, 4671.0, 4653.0, 4675.0, 4721.0, 4662.0, 4672.0, 4721.0, 4683.0, 4681.0, 4680.0, 4661.0, 4709.0, 4688.0, 4657.0, 4737.0, 4697.0, 4727.0, 4697.0, 4687.0, 4645.0, 4631.0, 4617.0, 4620.0, 4636.0, 4656.0, 4647.0, 4668.0, 4706.0, 4670.0, 4760.0, 4737.0, 4737.0, 4645.0, 4656.0, 4663.0, 4646.0, 4664.0, 4644.0, 4655.0, 4659.0, 4659.0, 4738.0, 4667.0, 4685.0, 4645.0, 4644.0, 4645.0, 4646.0, 4636.0, 4659.0, 4707.0, 4661.0, 4711.0, 4671.0, 4718.0, 4698.0, 4737.0, 4686.0, 4635.0, 4646.0, 4647.0, 4675.0, 4647.0, 4668.0, 4706.0, 4647.0, 4666.0, 4703.0, 4634.0, 4682.0, 4633.0, 4643.0, 4662.0, 4664.0, 4683.0, 4644.0, 4661.0, 4643.0, 4653.0, 4644.0, 4645.0, 4645.0, 4646.0, 4695.0, 4656.0, 4714.0, 4644.0, 4644.0, 4652.0, 4643.0, 4673.0, 4633.0, 4644.0, 4711.0, 4645.0, 4675.0, 4644.0, 4695.0, 4663.0, 4634.0, 4622.0, 4645.0, 4642.0, 4645.0, 4657.0, 4670.0, 4661.0, 4670.0, 4690.0, 4672.0, 4731.0, 4709.0, 4698.0, 4716.0, 4637.0, 4647.0, 4685.0, 4647.0, 4677.0, 4686.0, 4647.0, 4665.0, 4636.0, 4646.0, 4685.0, 4648.0, 4646.0, 4646.0, 4647.0, 4676.0, 4657.0, 4657.0, 4658.0, 4659.0, 4661.0, 4672.0, 4680.0, 4661.0, 4661.0, 4651.0, 4671.0, 4701.0, 4661.0, 4673.0, 4731.0, 4692.0, 4671.0, 4699.0, 4659.0, 4668.0, 4657.0, 4658.0, 4726.0, 4688.0, 4677.0, 4726.0, 4688.0, 4738.0, 4697.0, 4666.0, 4647.0, 4646.0, 4637.0, 4659.0, 4699.0, 4658.0, 4671.0, 4730.0, 4710.0, 4708.0, 4648.0, 4658.0, 4676.0, 4647.0, 4656.0, 4648.0, 4660.0, 4668.0, 4669.0, 4670.0, 4708.0, 4670.0, 4669.0, 4657.0, 4660.0, 4717.0, 4697.0, 4657.0, 4725.0, 4657.0, 4656.0, 4715.0, 4676.0, 4636.0, 4635.0, 4646.0, 4656.0, 4656.0, 4648.0, 4659.0, 4671.0, 4680.0, 4672.0, 4683.0, 4701.0, 4672.0, 4671.0, 4671.0, 4670.0, 4720.0, 4680.0, 4672.0, 4719.0, 4660.0, 4670.0, 4727.0, 4669.0, 4688.0, 4657.0, 4659.0, 4649.0, 4681.0, 4691.0, 4680.0, 4682.0, 4729.0, 4681.0, 4718.0, 4660.0, 4670.0, 4661.0, 4671.0, 4708.0, 4671.0, 4681.0, 4750.0, 4701.0, 4708.0, 4669.0, 4669.0, 4738.0, 4717.0, 4679.0, 4677.0, 4657.0, 4677.0, 4658.0, 4659.0, 4696.0, 4657.0, 4659.0, 4717.0, 4666.0, 4656.0, 4685.0, 4657.0, 4696.0, 4675.0, 4646.0, 4646.0, 4656.0, 4666.0, 4657.0, 4658.0, 4668.0, 4669.0, 4677.0, 4669.0, 4669.0, 4698.0, 4669.0, 4697.0, 4659.0, 4669.0, 4707.0, 4658.0, 4668.0, 4708.0, 4659.0, 4668.0, 4658.0, 4668.0, 4698.0, 4669.0, 4679.0, 4660.0, 4681.0, 4719.0, 4671.0, 4681.0, 4690.0, 4671.0, 4730.0, 4727.0, 4667.0, 4728.0, 4726.0, 4667.0, 4715.0, 4656.0, 4655.0, 4715.0, 4665.0, 4655.0, 4655.0, 4657.0, 4655.0, 4666.0, 4657.0, 4657.0, 4657.0, 4671.0, 4670.0, 4671.0, 4661.0, 4662.0, 4680.0, 4711.0, 4759.0, 4717.0, 4688.0, 4726.0, 4677.0, 4656.0, 4715.0, 4676.0, 4646.0, 4635.0, 4656.0, 4663.0, 4645.0, 4656.0, 4645.0, 4667.0, 4668.0, 4658.0, 4669.0, 4669.0, 4670.0, 4689.0, 4671.0, 4680.0, 4659.0, 4671.0, 4719.0, 4671.0, 4670.0, 4669.0, 4669.0, 4708.0, 4668.0, 4669.0, 4716.0, 4658.0, 4677.0, 4668.0, 4659.0, 4687.0, 4669.0, 4679.0, 4668.0, 4659.0, 4669.0, 4669.0, 4697.0, 4669.0, 4688.0, 4668.0, 4672.0, 4729.0, 4670.0, 4680.0, 4749.0, 4708.0, 4667.0, 4726.0, 4668.0, 4677.0, 4655.0, 4656.0, 4695.0, 4657.0, 4657.0, 4658.0, 4659.0, 4649.0, 4659.0, 4709.0, 4661.0, 4670.0, 4660.0, 4671.0, 4710.0, 4660.0, 4671.0, 4710.0, 4661.0, 4690.0, 4660.0, 4681.0, 4710.0, 4672.0, 4680.0, 4669.0, 4671.0, 4691.0, 4672.0, 4700.0, 4671.0, 4672.0, 4730.0, 4672.0, 4681.0, 4660.0, 4671.0, 4730.0, 4662.0, 4671.0, 4660.0, 4672.0, 4730.0, 4673.0, 4671.0, 4671.0, 4673.0, 4721.0, 4661.0, 4679.0, 4741.0, 4701.0, 4710.0, 4660.0, 4660.0, 4679.0, 4660.0, 4689.0, 4670.0, 4680.0, 4727.0, 4669.0, 4717.0, 4647.0, 4659.0, 4717.0, 4647.0, 4647.0, 4707.0, 4648.0, 4658.0, 4646.0, 4647.0, 4666.0, 4648.0, 4658.0, 4697.0, 4650.0, 4689.0, 4660.0, 4650.0, 4650.0, 4659.0, 4658.0, 4661.0, 4699.0, 4663.0, 4694.0, 4753.0, 4693.0, 4673.0, 4727.0, 4679.0, 4658.0, 4717.0, 4668.0, 4668.0, 4707.0, 4637.0, 4677.0, 4649.0, 4659.0, 4649.0, 4658.0, 4658.0, 4667.0, 4659.0, 4669.0, 4748.0, 4719.0, 4749.0, 4727.0, 4727.0, 4656.0, 4636.0, 4634.0, 4644.0, 4645.0, 4693.0, 4647.0, 4657.0, 4656.0, 4646.0, 4665.0, 4647.0, 4654.0, 4657.0, 4670.0, 4648.0, 4659.0, 4660.0, 4670.0, 4659.0, 4668.0, 4658.0, 4688.0, 4738.0, 4705.0, 4703.0, 4701.0, 4670.0, 4670.0, 4659.0, 4608.0, 4687.0, 4648.0, 4637.0, 4628.0, 4638.0, 4668.0, 4669.0, 4618.0, 4620.0, 4619.0, 4630.0, 4631.0, 4631.0, 4652.0, 4643.0, 4642.0, 4644.0, 4645.0, 4646.0, 4645.0, 4694.0, 4644.0, 4674.0, 4647.0, 4657.0, 4658.0, 4656.0, 4647.0, 4668.0, 4658.0, 4648.0, 4705.0, 4645.0, 4667.0, 4696.0, 4688.0, 4728.0, 4692.0, 4661.0, 4650.0, 4637.0, 4659.0, 4677.0, 4662.0, 4693.0, 4675.0, 4685.0, 4661.0, 4660.0, 4687.0, 4656.0, 4709.0, 4671.0, 4689.0, 4659.0, 4718.0, 4680.0, 4707.0, 4647.0, 4646.0, 4693.0, 4636.0, 4656.0, 4674.0, 4634.0, 4643.0, 4624.0, 4635.0, 4643.0, 4624.0, 4646.0, 4654.0, 4646.0, 4647.0, 4645.0, 4635.0, 4626.0, 4647.0, 4658.0, 4651.0, 4670.0, 4662.0, 4662.0, 4652.0, 4653.0, 4711.0, 4671.0, 4661.0, 4700.0, 4649.0, 4661.0, 4719.0, 4679.0, 4668.0, 4638.0, 4638.0, 4629.0, 4651.0, 4688.0, 4662.0, 4674.0, 4704.0, 4674.0, 4711.0, 4651.0, 4661.0, 4709.0, 4661.0, 4679.0, 4671.0, 4674.0, 4702.0, 4672.0, 4684.0, 4673.0, 4673.0, 4732.0, 4674.0, 4754.0, 4754.0, 4753.0, 4722.0, 4661.0, 4649.0, 4661.0, 4688.0, 4661.0, 4691.0, 4738.0, 4688.0, 4718.0, 4649.0, 4658.0, 4651.0, 4670.0, 4729.0, 4689.0, 4727.0, 4647.0, 4686.0, 4647.0, 4657.0, 4738.0, 4698.0, 4716.0, 4635.0, 4645.0, 4702.0, 4662.0, 4644.0, 4692.0, 4652.0, 4691.0, 4633.0, 4632.0, 4621.0, 4634.0, 4631.0, 4634.0, 4673.0, 4645.0, 4655.0, 4637.0, 4645.0, 4675.0, 4635.0, 4676.0, 4634.0, 4657.0, 4625.0, 4636.0, 4674.0, 4635.0, 4656.0, 4635.0, 4645.0, 4725.0, 4677.0, 4647.0, 4646.0, 4632.0, 4635.0, 4646.0, 4637.0, 4647.0, 4676.0, 4658.0, 4728.0, 4717.0, 4737.0, 4686.0, 4648.0, 4626.0, 4635.0, 4644.0, 4624.0, 4636.0, 4693.0, 4644.0, 4668.0, 4694.0, 4627.0, 4646.0, 4624.0, 4636.0, 4653.0, 4625.0, 4645.0, 4636.0, 4647.0, 4657.0, 4638.0, 4685.0, 4636.0, 4646.0, 4635.0, 4645.0, 4695.0, 4645.0, 4657.0, 4676.0, 4626.0, 4665.0, 4634.0, 4645.0, 4683.0, 4623.0, 4634.0, 4624.0, 4635.0, 4663.0, 4625.0, 4646.0, 4674.0, 4634.0, 4646.0, 4673.0, 4634.0, 4643.0, 4624.0, 4636.0, 4655.0, 4639.0, 4659.0, 4636.0, 4646.0, 4666.0, 4648.0, 4688.0, 4649.0, 4650.0, 4651.0, 4661.0, 4699.0, 4640.0, 4650.0, 4690.0, 4688.0, 4639.0, 4669.0, 4667.0, 4649.0, 4666.0, 4637.0, 4658.0, 4718.0, 4678.0, 4727.0, 4638.0, 4655.0, 4636.0, 4647.0, 4726.0, 4695.0, 4717.0, 4724.0, 4685.0, 4663.0, 4621.0, 4632.0, 4650.0, 4622.0, 4633.0, 4712.0, 4633.0, 4642.0, 4691.0, 4631.0, 4642.0, 4611.0, 4621.0, 4639.0, 4631.0, 4630.0, 4621.0, 4633.0, 4662.0, 4633.0, 4644.0, 4692.0, 4642.0, 4644.0, 4662.0, 4631.0, 4631.0, 4635.0, 4645.0, 4635.0, 4648.0, 4677.0, 4637.0, 4645.0, 4625.0, 4646.0, 4705.0, 4636.0, 4645.0, 4662.0, 4644.0, 4664.0, 4674.0, 4643.0, 4712.0, 4665.0, 4644.0, 4635.0, 4647.0, 4647.0, 4657.0, 4639.0, 4661.0, 4710.0, 4661.0, 4701.0, 4660.0, 4688.0, 4689.0, 4648.0, 4675.0, 4646.0, 4676.0, 4648.0, 4660.0, 4699.0, 4660.0, 4708.0, 4687.0, 4697.0, 4716.0, 4655.0, 4694.0, 4635.0, 4643.0, 4623.0, 4646.0, 4704.0, 4645.0, 4667.0, 4637.0, 4686.0, 4717.0, 4716.0, 4739.0, 4707.0, 4645.0, 4635.0, 4615.0, 4636.0, 4656.0, 4658.0, 4640.0, 4666.0, 4669.0, 4649.0, 4666.0, 4647.0, 4657.0, 4637.0, 4646.0, 4683.0, 4635.0, 4704.0, 4667.0, 4714.0, 4664.0, 4705.0, 4672.0, 4702.0, 4670.0, 4679.0, 4698.0, 4667.0, 4636.0, 4605.0, 4617.0, 4607.0, 4608.0, 4625.0, 4608.0, 4616.0, 4607.0, 4628.0, 4610.0, 4630.0], 'WindowWidth': [10260.0, 10215.0, 10145.0, 10145.0, 10113.0, 10135.0, 10107.0, 10117.0, 10156.0, 10114.0, 10139.0, 10100.0, 10127.0, 10086.0, 10113.0, 10092.0, 10134.0, 10114.0, 10158.0, 10135.0, 10180.0, 10162.0, 10204.0, 10198.0, 10210.0, 10222.0, 10206.0, 10237.0, 10247.0, 10249.0, 10293.0, 10235.0, 10235.0, 10243.0, 10228.0, 10283.0, 10198.0, 10207.0, 10197.0, 10208.0, 10198.0, 10203.0, 10191.0, 10226.0, 10235.0, 10228.0, 10282.0, 10229.0, 10258.0, 10308.0, 10243.0, 10257.0, 10251.0, 10248.0, 10312.0, 10259.0, 10336.0, 10281.0, 10305.0, 10222.0, 10306.0, 10329.0, 10274.0, 10351.0, 10281.0, 10290.0, 10321.0, 10255.0, 10255.0, 10234.0, 10167.0, 10292.0, 10194.0, 10198.0, 10261.0, 10168.0, 10268.0, 10181.0, 10184.0, 10156.0, 10194.0, 10248.0, 10194.0, 10206.0, 10197.0, 10197.0, 10188.0, 10213.0, 10252.0, 10205.0, 10229.0, 10206.0, 10223.0, 10275.0, 10222.0, 10235.0, 10233.0, 10225.0, 10291.0, 10220.0, 10257.0, 10218.0, 10215.0, 10194.0, 10226.0, 10278.0, 10242.0, 10280.0, 10292.0, 10238.0, 10294.0, 10317.0, 10262.0, 10324.0, 10218.0, 10217.0, 10229.0, 10203.0, 10252.0, 10201.0, 10220.0, 10247.0, 10224.0, 10288.0, 10219.0, 10234.0, 10205.0, 10234.0, 10298.0, 10232.0, 10248.0, 10217.0, 10221.0, 10261.0, 10224.0, 10261.0, 10273.0, 10221.0, 10257.0, 10266.0, 10219.0, 10286.0, 10252.0, 10215.0, 10250.0, 10203.0, 10228.0, 10200.0, 10220.0, 10298.0, 10222.0, 10233.0, 10218.0, 10234.0, 10299.0, 10220.0, 10244.0, 10201.0, 10220.0, 10286.0, 10231.0, 10219.0, 10271.0, 10236.0, 10235.0, 10225.0, 10248.0, 10207.0, 10236.0, 10316.0, 10241.0, 10282.0, 10304.0, 10240.0, 10289.0, 10205.0, 10219.0, 10285.0, 10219.0, 10274.0, 10221.0, 10236.0, 10206.0, 10221.0, 10286.0, 10222.0, 10263.0, 10237.0, 10225.0, 10319.0, 10207.0, 10232.0, 10327.0, 10258.0, 10219.0, 10304.0, 10214.0, 10240.0, 10211.0, 10217.0, 10282.0, 10219.0, 10229.0, 10204.0, 10227.0, 10200.0, 10220.0, 10261.0, 10220.0, 10237.0, 10271.0, 10219.0, 10245.0, 10242.0, 10217.0, 10280.0, 10197.0, 10213.0, 10291.0, 10209.0, 10210.0, 10198.0, 10211.0, 10270.0, 10228.0, 10228.0, 10203.0, 10222.0, 10297.0, 10219.0, 10194.0, 10224.0, 10234.0, 10212.0, 10244.0, 10303.0, 10222.0, 10235.0, 10304.0, 10251.0, 10247.0, 10245.0, 10220.0, 10282.0, 10250.0, 10208.0, 10322.0, 10263.0, 10304.0, 10261.0, 10248.0, 10188.0, 10160.0, 10136.0, 10145.0, 10179.0, 10205.0, 10195.0, 10224.0, 10277.0, 10234.0, 10365.0, 10323.0, 10324.0, 10189.0, 10205.0, 10209.0, 10194.0, 10214.0, 10186.0, 10205.0, 10216.0, 10217.0, 10325.0, 10223.0, 10244.0, 10190.0, 10187.0, 10189.0, 10192.0, 10180.0, 10216.0, 10280.0, 10221.0, 10293.0, 10235.0, 10297.0, 10265.0, 10321.0, 10246.0, 10176.0, 10191.0, 10195.0, 10230.0, 10194.0, 10226.0, 10275.0, 10195.0, 10220.0, 10264.0, 10171.0, 10236.0, 10168.0, 10182.0, 10207.0, 10214.0, 10236.0, 10184.0, 10206.0, 10185.0, 10197.0, 10187.0, 10188.0, 10187.0, 10191.0, 10256.0, 10205.0, 10282.0, 10184.0, 10184.0, 10194.0, 10181.0, 10224.0, 10170.0, 10185.0, 10275.0, 10188.0, 10230.0, 10187.0, 10256.0, 10212.0, 10173.0, 10154.0, 10187.0, 10180.0, 10189.0, 10211.0, 10233.0, 10221.0, 10234.0, 10261.0, 10236.0, 10319.0, 10285.0, 10266.0, 10287.0, 10178.0, 10195.0, 10243.0, 10193.0, 10234.0, 10246.0, 10194.0, 10216.0, 10176.0, 10191.0, 10244.0, 10196.0, 10191.0, 10190.0, 10195.0, 10231.0, 10210.0, 10210.0, 10214.0, 10216.0, 10221.0, 10238.0, 10246.0, 10222.0, 10221.0, 10207.0, 10235.0, 10275.0, 10222.0, 10241.0, 10321.0, 10265.0, 10235.0, 10270.0, 10216.0, 10225.0, 10208.0, 10210.0, 10304.0, 10251.0, 10239.0, 10303.0, 10252.0, 10323.0, 10262.0, 10218.0, 10194.0, 10192.0, 10183.0, 10216.0, 10269.0, 10215.0, 10235.0, 10317.0, 10286.0, 10281.0, 10200.0, 10213.0, 10235.0, 10196.0, 10210.0, 10201.0, 10219.0, 10229.0, 10232.0, 10236.0, 10283.0, 10234.0, 10229.0, 10211.0, 10220.0, 10295.0, 10265.0, 10211.0, 10301.0, 10209.0, 10208.0, 10287.0, 10234.0, 10180.0, 10177.0, 10193.0, 10206.0, 10208.0, 10198.0, 10216.0, 10235.0, 10248.0, 10240.0, 10257.0, 10278.0, 10241.0, 10237.0, 10236.0, 10236.0, 10303.0, 10246.0, 10237.0, 10298.0, 10220.0, 10234.0, 10309.0, 10230.0, 10256.0, 10212.0, 10215.0, 10205.0, 10253.0, 10265.0, 10251.0, 10254.0, 10316.0, 10249.0, 10299.0, 10221.0, 10233.0, 10223.0, 10236.0, 10283.0, 10236.0, 10253.0, 10346.0, 10277.0, 10285.0, 10230.0, 10231.0, 10325.0, 10294.0, 10245.0, 10237.0, 10212.0, 10239.0, 10212.0, 10215.0, 10263.0, 10213.0, 10217.0, 10293.0, 10223.0, 10208.0, 10245.0, 10210.0, 10262.0, 10233.0, 10194.0, 10193.0, 10209.0, 10223.0, 10210.0, 10214.0, 10227.0, 10231.0, 10240.0, 10229.0, 10232.0, 10270.0, 10231.0, 10269.0, 10217.0, 10232.0, 10279.0, 10215.0, 10229.0, 10282.0, 10217.0, 10230.0, 10216.0, 10229.0, 10269.0, 10232.0, 10247.0, 10223.0, 10251.0, 10300.0, 10237.0, 10252.0, 10263.0, 10239.0, 10318.0, 10308.0, 10227.0, 10312.0, 10305.0, 10225.0, 10286.0, 10206.0, 10205.0, 10288.0, 10218.0, 10206.0, 10205.0, 10210.0, 10207.0, 10220.0, 10209.0, 10212.0, 10214.0, 10237.0, 10237.0, 10238.0, 10228.0, 10227.0, 10249.0, 10292.0, 10364.0, 10293.0, 10254.0, 10303.0, 10236.0, 10210.0, 10289.0, 10233.0, 10194.0, 10179.0, 10208.0, 10214.0, 10191.0, 10209.0, 10195.0, 10227.0, 10227.0, 10214.0, 10232.0, 10233.0, 10236.0, 10260.0, 10237.0, 10248.0, 10218.0, 10236.0, 10300.0, 10238.0, 10234.0, 10229.0, 10231.0, 10284.0, 10229.0, 10230.0, 10291.0, 10216.0, 10242.0, 10227.0, 10216.0, 10252.0, 10232.0, 10245.0, 10230.0, 10218.0, 10231.0, 10232.0, 10268.0, 10233.0, 10257.0, 10230.0, 10241.0, 10316.0, 10234.0, 10250.0, 10345.0, 10282.0, 10227.0, 10305.0, 10226.0, 10237.0, 10206.0, 10208.0, 10261.0, 10209.0, 10211.0, 10213.0, 10216.0, 10204.0, 10219.0, 10285.0, 10224.0, 10236.0, 10222.0, 10237.0, 10288.0, 10221.0, 10236.0, 10289.0, 10223.0, 10262.0, 10222.0, 10250.0, 10291.0, 10239.0, 10249.0, 10232.0, 10237.0, 10264.0, 10241.0, 10276.0, 10237.0, 10240.0, 10318.0, 10241.0, 10251.0, 10220.0, 10236.0, 10316.0, 10228.0, 10238.0, 10220.0, 10238.0, 10318.0, 10242.0, 10238.0, 10237.0, 10242.0, 10305.0, 10223.0, 10247.0, 10333.0, 10278.0, 10287.0, 10221.0, 10220.0, 10245.0, 10221.0, 10258.0, 10234.0, 10246.0, 10309.0, 10229.0, 10295.0, 10198.0, 10215.0, 10292.0, 10194.0, 10197.0, 10277.0, 10200.0, 10211.0, 10195.0, 10197.0, 10220.0, 10200.0, 10214.0, 10266.0, 10206.0, 10258.0, 10219.0, 10207.0, 10207.0, 10217.0, 10214.0, 10221.0, 10272.0, 10228.0, 10274.0, 10355.0, 10271.0, 10241.0, 10309.0, 10242.0, 10215.0, 10294.0, 10227.0, 10227.0, 10277.0, 10181.0, 10235.0, 10201.0, 10215.0, 10203.0, 10214.0, 10214.0, 10223.0, 10215.0, 10231.0, 10345.0, 10299.0, 10352.0, 10311.0, 10308.0, 10207.0, 10178.0, 10171.0, 10187.0, 10190.0, 10253.0, 10193.0, 10210.0, 10205.0, 10192.0, 10217.0, 10195.0, 10200.0, 10209.0, 10231.0, 10203.0, 10216.0, 10219.0, 10232.0, 10215.0, 10224.0, 10211.0, 10251.0, 10327.0, 10268.0, 10263.0, 10258.0, 10209.0, 10210.0, 10192.0, 10125.0, 10231.0, 10176.0, 10163.0, 10152.0, 10165.0, 10205.0, 10211.0, 10140.0, 10143.0, 10141.0, 10156.0, 10159.0, 10163.0, 10193.0, 10180.0, 10180.0, 10183.0, 10187.0, 10190.0, 10187.0, 10254.0, 10185.0, 10225.0, 10192.0, 10208.0, 10209.0, 10203.0, 10193.0, 10221.0, 10208.0, 10196.0, 10269.0, 10186.0, 10222.0, 10259.0, 10252.0, 10307.0, 10263.0, 10217.0, 10200.0, 10179.0, 10212.0, 10234.0, 10222.0, 10266.0, 10245.0, 10257.0, 10216.0, 10212.0, 10245.0, 10203.0, 10279.0, 10231.0, 10255.0, 10213.0, 10290.0, 10238.0, 10272.0, 10188.0, 10188.0, 10249.0, 10173.0, 10200.0, 10222.0, 10167.0, 10178.0, 10154.0, 10170.0, 10178.0, 10155.0, 10187.0, 10194.0, 10190.0, 10193.0, 10186.0, 10172.0, 10162.0, 10193.0, 10209.0, 10206.0, 10230.0, 10220.0, 10221.0, 10208.0, 10209.0, 10288.0, 10231.0, 10216.0, 10271.0, 10198.0, 10217.0, 10297.0, 10238.0, 10223.0, 10182.0, 10183.0, 10173.0, 10204.0, 10252.0, 10221.0, 10244.0, 10284.0, 10244.0, 10288.0, 10205.0, 10219.0, 10283.0, 10218.0, 10241.0, 10233.0, 10245.0, 10278.0, 10238.0, 10256.0, 10242.0, 10242.0, 10323.0, 10243.0, 10356.0, 10353.0, 10354.0, 10307.0, 10219.0, 10203.0, 10220.0, 10251.0, 10219.0, 10260.0, 10321.0, 10250.0, 10292.0, 10201.0, 10210.0, 10203.0, 10233.0, 10308.0, 10253.0, 10306.0, 10192.0, 10246.0, 10192.0, 10207.0, 10324.0, 10264.0, 10288.0, 10171.0, 10185.0, 10260.0, 10203.0, 10181.0, 10244.0, 10190.0, 10241.0, 10163.0, 10162.0, 10148.0, 10166.0, 10162.0, 10169.0, 10221.0, 10187.0, 10200.0, 10179.0, 10189.0, 10226.0, 10175.0, 10228.0, 10171.0, 10204.0, 10158.0, 10175.0, 10224.0, 10172.0, 10201.0, 10172.0, 10188.0, 10299.0, 10231.0, 10191.0, 10186.0, 10164.0, 10171.0, 10190.0, 10179.0, 10192.0, 10230.0, 10209.0, 10307.0, 10289.0, 10318.0, 10244.0, 10194.0, 10163.0, 10171.0, 10181.0, 10155.0, 10173.0, 10248.0, 10182.0, 10220.0, 10252.0, 10165.0, 10187.0, 10155.0, 10173.0, 10190.0, 10156.0, 10186.0, 10178.0, 10192.0, 10207.0, 10181.0, 10241.0, 10176.0, 10188.0, 10173.0, 10186.0, 10253.0, 10187.0, 10204.0, 10228.0, 10161.0, 10211.0, 10168.0, 10186.0, 10236.0, 10155.0, 10169.0, 10155.0, 10172.0, 10209.0, 10159.0, 10187.0, 10225.0, 10171.0, 10188.0, 10222.0, 10170.0, 10182.0, 10156.0, 10175.0, 10201.0, 10187.0, 10213.0, 10179.0, 10191.0, 10218.0, 10196.0, 10255.0, 10201.0, 10201.0, 10207.0, 10220.0, 10267.0, 10188.0, 10202.0, 10257.0, 10251.0, 10186.0, 10225.0, 10220.0, 10198.0, 10218.0, 10181.0, 10211.0, 10292.0, 10237.0, 10302.0, 10181.0, 10203.0, 10175.0, 10192.0, 10302.0, 10253.0, 10289.0, 10297.0, 10239.0, 10208.0, 10146.0, 10163.0, 10186.0, 10149.0, 10167.0, 10273.0, 10167.0, 10178.0, 10245.0, 10161.0, 10176.0, 10134.0, 10147.0, 10168.0, 10160.0, 10158.0, 10147.0, 10165.0, 10204.0, 10166.0, 10183.0, 10246.0, 10179.0, 10182.0, 10202.0, 10159.0, 10162.0, 10175.0, 10188.0, 10175.0, 10196.0, 10232.0, 10179.0, 10186.0, 10159.0, 10190.0, 10272.0, 10176.0, 10187.0, 10205.0, 10186.0, 10212.0, 10223.0, 10181.0, 10276.0, 10211.0, 10183.0, 10176.0, 10192.0, 10194.0, 10209.0, 10187.0, 10219.0, 10284.0, 10222.0, 10276.0, 10217.0, 10252.0, 10252.0, 10196.0, 10228.0, 10190.0, 10230.0, 10194.0, 10214.0, 10266.0, 10215.0, 10280.0, 10246.0, 10260.0, 10284.0, 10198.0, 10252.0, 10171.0, 10181.0, 10155.0, 10187.0, 10267.0, 10186.0, 10220.0, 10179.0, 10247.0, 10290.0, 10287.0, 10328.0, 10276.0, 10187.0, 10173.0, 10145.0, 10176.0, 10204.0, 10209.0, 10187.0, 10219.0, 10226.0, 10198.0, 10219.0, 10193.0, 10207.0, 10176.0, 10187.0, 10234.0, 10171.0, 10268.0, 10218.0, 10281.0, 10211.0, 10270.0, 10217.0, 10260.0, 10208.0, 10220.0, 10249.0, 10198.0, 10156.0, 10112.0, 10131.0, 10118.0, 10118.0, 10141.0, 10122.0, 10130.0, 10120.0, 10148.0, 10128.0, 10155.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.000649965457685665</td></tr>
<tr><td colspan=3>aqi</td><td>0.01678568652849741</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.03599370968025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2076441891789125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9926622095851334</td></tr>
<tr><td colspan=3>efc</td><td>0.4998</td></tr>
<tr><td colspan=3>fber</td><td>4252.2285</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07211485535853678</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7772020725388601</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4074894714057833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.293506399864001</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6601805729399888</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2687814414133594</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162041</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018969973549246788</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0339227132499218</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</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.63924380606404</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.4917</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.2247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.0654</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297547.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1253.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>481.0478</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6889</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>716.326</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3832.3662</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1107.3659</td></tr>
<tr><td colspan=3>tsnr</td><td>37.918546084547415</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>