<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>1ff7abb41e26e5c1f2e528886ad08201</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>17:12:30.605000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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.112117</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>[4155, -7777, -7234, 470, -78, -118, 10, 7]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb9d99ec-9139-474b-a361-e6e1234fc7ff||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806480884552, -0.07019545137882233, 0.08595392853021622, 115.9299545288086], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -93.10877227783203], [0.09768244624137878, -0.5332025289535522, 2.644314765930176, -27.362815856933594], [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': ['171230.605000', '171231.065000', '171231.525000', '171231.985000', '171232.445000', '171232.905000', '171233.365000', '171233.825000', '171234.285000', '171234.745000', '171235.205000', '171235.665000', '171236.125000', '171236.585000', '171237.045000', '171237.505000', '171237.965000', '171238.425000', '171238.885000', '171239.345000', '171239.805000', '171240.265000', '171240.725000', '171241.185000', '171241.645000', '171242.105000', '171242.565000', '171243.025000', '171243.485000', '171243.945000', '171244.405000', '171244.865000', '171245.325000', '171245.785000', '171246.245000', '171246.705000', '171247.165000', '171247.625000', '171248.085000', '171248.545000', '171249.005000', '171249.465000', '171249.925000', '171250.385000', '171250.845000', '171251.305000', '171251.765000', '171252.225000', '171252.685000', '171253.145000', '171253.605000', '171254.065000', '171254.525000', '171254.985000', '171255.445000', '171255.905000', '171256.365000', '171256.825000', '171257.285000', '171257.745000', '171258.205000', '171258.665000', '171259.125000', '171259.585000', '171300.045000', '171300.505000', '171300.965000', '171301.425000', '171301.885000', '171302.345000', '171302.805000', '171303.265000', '171303.725000', '171304.185000', '171304.645000', '171305.105000', '171305.565000', '171306.025000', '171306.485000', '171306.945000', '171307.405000', '171307.865000', '171308.325000', '171308.785000', '171309.245000', '171309.705000', '171310.165000', '171310.625000', '171311.085000', '171311.545000', '171312.005000', '171312.465000', '171312.925000', '171313.385000', '171313.845000', '171314.305000', '171314.765000', '171315.225000', '171315.685000', '171316.145000', '171316.605000', '171317.065000', '171317.525000', '171317.985000', '171318.445000', '171318.905000', '171319.365000', '171319.825000', '171320.285000', '171320.745000', '171321.205000', '171321.665000', '171322.125000', '171322.585000', '171323.045000', '171323.505000', '171323.965000', '171324.425000', '171324.885000', '171325.345000', '171325.805000', '171326.265000', '171326.725000', '171327.185000', '171327.645000', '171328.105000', '171328.565000', '171329.025000', '171329.485000', '171329.945000', '171330.405000', '171330.865000', '171331.325000', '171331.785000', '171332.245000', '171332.705000', '171333.165000', '171333.625000', '171334.085000', '171334.545000', '171335.005000', '171335.465000', '171335.925000', '171336.385000', '171336.845000', '171337.305000', '171337.765000', '171338.225000', '171338.685000', '171339.145000', '171339.605000', '171340.065000', '171340.525000', '171340.985000', '171341.445000', '171341.905000', '171342.365000', '171342.825000', '171343.285000', '171343.745000', '171344.205000', '171344.665000', '171345.125000', '171345.585000', '171346.045000', '171346.505000', '171346.965000', '171347.425000', '171347.885000', '171348.345000', '171348.805000', '171349.265000', '171349.725000', '171350.185000', '171350.645000', '171351.105000', '171351.565000', '171352.025000', '171352.485000', '171352.945000', '171353.405000', '171353.865000', '171354.325000', '171354.785000', '171355.245000', '171355.705000', '171356.165000', '171356.625000', '171357.085000', '171357.545000', '171358.005000', '171358.465000', '171358.925000', '171359.385000', '171359.845000', '171400.305000', '171400.765000', '171401.225000', '171401.685000', '171402.145000', '171402.605000', '171403.065000', '171403.525000', '171403.985000', '171404.445000', '171404.905000', '171405.365000', '171405.825000', '171406.285000', '171406.745000', '171407.205000', '171407.665000', '171408.125000', '171408.585000', '171409.045000', '171409.505000', '171409.965000', '171410.425000', '171410.885000', '171411.345000', '171411.805000', '171412.265000', '171412.725000', '171413.185000', '171413.645000', '171414.105000', '171414.565000', '171415.025000', '171415.485000', '171415.945000', '171416.405000', '171416.865000', '171417.325000', '171417.785000', '171418.245000', '171418.705000', '171419.165000', '171419.625000', '171420.085000', '171420.545000', '171421.005000', '171421.465000', '171421.925000', '171422.385000', '171422.845000', '171423.305000', '171423.765000', '171424.225000', '171424.685000', '171425.145000', '171425.605000', '171426.065000', '171426.525000', '171426.985000', '171427.445000', '171427.905000', '171428.365000', '171428.825000', '171429.285000', '171429.745000', '171430.205000', '171430.665000', '171431.125000', '171431.585000', '171432.045000', '171432.505000', '171432.965000', '171433.425000', '171433.885000', '171434.345000', '171434.805000', '171435.265000', '171435.725000', '171436.185000', '171436.645000', '171437.105000', '171437.565000', '171438.025000', '171438.485000', '171438.945000', '171439.405000', '171439.865000', '171440.325000', '171440.785000', '171441.245000', '171441.705000', '171442.165000', '171442.625000', '171443.085000', '171443.545000', '171444.005000', '171444.465000', '171444.925000', '171445.385000', '171445.845000', '171446.305000', '171446.765000', '171447.225000', '171447.685000', '171448.145000', '171448.605000', '171449.065000', '171449.525000', '171449.985000', '171450.445000', '171450.905000', '171451.365000', '171451.825000', '171452.285000', '171452.745000', '171453.205000', '171453.665000', '171454.125000', '171454.585000', '171455.045000', '171455.505000', '171455.965000', '171456.425000', '171456.885000', '171457.345000', '171457.805000', '171458.265000', '171458.725000', '171459.185000', '171459.645000', '171500.105000', '171500.565000', '171501.025000', '171501.485000', '171501.945000', '171502.405000', '171502.865000', '171503.325000', '171503.785000', '171504.245000', '171504.705000', '171505.165000', '171505.625000', '171506.085000', '171506.545000', '171507.005000', '171507.465000', '171507.925000', '171508.385000', '171508.845000', '171509.305000', '171509.765000', '171510.225000', '171510.685000', '171511.145000', '171511.605000', '171512.065000', '171512.525000', '171512.985000', '171513.445000', '171513.905000', '171514.365000', '171514.825000', '171515.285000', '171515.745000', '171516.205000', '171516.665000', '171517.125000', '171517.585000', '171518.045000', '171518.505000', '171518.965000', '171519.425000', '171519.885000', '171520.345000', '171520.805000', '171521.265000', '171521.725000', '171522.185000', '171522.645000', '171523.105000', '171523.565000', '171524.025000', '171524.485000', '171524.945000', '171525.405000', '171525.865000', '171526.325000', '171526.785000', '171527.245000', '171527.705000', '171528.165000', '171528.625000', '171529.085000', '171529.545000', '171530.005000', '171530.465000', '171530.925000', '171531.385000', '171531.845000', '171532.305000', '171532.765000', '171533.225000', '171533.685000', '171534.145000', '171534.605000', '171535.065000', '171535.525000', '171535.985000', '171536.445000', '171536.905000', '171537.365000', '171537.825000', '171538.285000', '171538.745000', '171539.205000', '171539.665000', '171540.125000', '171540.585000', '171541.045000', '171541.505000', '171541.965000', '171542.425000', '171542.885000', '171543.345000', '171543.805000', '171544.265000', '171544.725000', '171545.185000', '171545.645000', '171546.105000', '171546.565000', '171547.025000', '171547.485000', '171547.945000', '171548.405000', '171548.865000', '171549.325000', '171549.785000', '171550.245000', '171550.705000', '171551.165000', '171551.625000', '171552.085000', '171552.545000', '171553.005000', '171553.465000', '171553.925000', '171554.385000', '171554.845000', '171555.305000', '171555.765000', '171556.225000', '171556.685000', '171557.145000', '171557.605000', '171558.065000', '171558.525000', '171558.985000', '171559.445000', '171559.905000', '171600.365000', '171600.825000', '171601.285000', '171601.745000', '171602.205000', '171602.665000', '171603.125000', '171603.585000', '171604.045000', '171604.505000', '171604.965000', '171605.425000', '171605.885000', '171606.345000', '171606.805000', '171607.265000', '171607.725000', '171608.185000', '171608.645000', '171609.105000', '171609.565000', '171610.025000', '171610.485000', '171610.945000', '171611.405000', '171611.865000', '171612.325000', '171612.785000', '171613.245000', '171613.705000', '171614.165000', '171614.625000', '171615.085000', '171615.545000', '171616.005000', '171616.465000', '171616.925000', '171617.385000', '171617.845000', '171618.305000', '171618.765000', '171619.225000', '171619.685000', '171620.145000', '171620.605000', '171621.065000', '171621.525000', '171621.985000', '171622.445000', '171622.905000', '171623.365000', '171623.825000', '171624.285000', '171624.745000', '171625.205000', '171625.665000', '171626.125000', '171626.585000', '171627.045000', '171627.505000', '171627.965000', '171628.425000', '171628.885000', '171629.345000', '171629.805000', '171630.265000', '171630.725000', '171631.185000', '171631.645000', '171632.105000', '171632.565000', '171633.025000', '171633.485000', '171633.945000', '171634.405000', '171634.865000', '171635.325000', '171635.785000', '171636.245000', '171636.705000', '171637.165000', '171637.625000', '171638.085000', '171638.545000', '171639.005000', '171639.465000', '171639.925000', '171640.385000', '171640.845000', '171641.305000', '171641.765000', '171642.225000', '171642.685000', '171643.145000', '171643.605000', '171644.065000', '171644.525000', '171644.985000', '171645.445000', '171645.905000', '171646.365000', '171646.825000', '171647.285000', '171647.745000', '171648.205000', '171648.665000', '171649.125000', '171649.585000', '171650.045000', '171650.505000', '171650.965000', '171651.425000', '171651.885000', '171652.345000', '171652.805000', '171653.265000', '171653.725000', '171654.185000', '171654.645000', '171655.105000', '171655.565000', '171656.025000', '171656.485000', '171656.945000', '171657.405000', '171657.865000', '171658.325000', '171658.785000', '171659.245000', '171659.705000', '171700.165000', '171700.625000', '171701.085000', '171701.545000', '171702.005000', '171702.465000', '171702.925000', '171703.385000', '171703.845000', '171704.305000', '171704.765000', '171705.225000', '171705.685000', '171706.145000', '171706.605000', '171707.065000', '171707.525000', '171707.985000', '171708.445000', '171708.905000', '171709.365000', '171709.825000', '171710.285000', '171710.745000', '171711.205000', '171711.665000', '171712.125000', '171712.585000', '171713.045000', '171713.505000', '171713.965000', '171714.425000', '171714.885000', '171715.345000', '171715.805000', '171716.265000', '171716.725000', '171717.185000', '171717.645000', '171718.105000', '171718.565000', '171719.025000', '171719.485000', '171719.945000', '171720.405000', '171720.865000', '171721.325000', '171721.785000', '171722.245000', '171722.705000', '171723.165000', '171723.625000', '171724.085000', '171724.545000', '171725.005000', '171725.465000', '171725.925000', '171726.385000', '171726.845000', '171727.305000', '171727.765000', '171728.225000', '171728.685000', '171729.145000', '171729.605000', '171730.065000', '171730.525000', '171730.985000', '171731.445000', '171731.905000', '171732.365000', '171732.825000', '171733.285000', '171733.745000', '171734.205000', '171734.665000', '171735.125000', '171735.585000', '171736.045000', '171736.505000', '171736.965000', '171737.425000', '171737.885000', '171738.345000', '171738.805000', '171739.265000', '171739.725000', '171740.185000', '171740.645000', '171741.105000', '171741.565000', '171742.025000', '171742.485000', '171742.945000', '171743.405000', '171743.865000', '171744.325000', '171744.785000', '171745.245000', '171745.705000', '171746.165000', '171746.625000', '171747.085000', '171747.545000', '171748.005000', '171748.465000', '171748.925000', '171749.385000', '171749.845000', '171750.305000', '171750.765000', '171751.225000', '171751.685000', '171752.145000', '171752.605000', '171753.065000', '171753.525000', '171753.985000', '171754.445000', '171754.905000', '171755.365000', '171755.825000', '171756.285000', '171756.745000', '171757.205000', '171757.665000', '171758.125000', '171758.585000', '171759.045000', '171759.505000', '171759.965000', '171800.425000', '171800.885000', '171801.345000', '171801.805000', '171802.265000', '171802.725000', '171803.185000', '171803.645000', '171804.105000', '171804.565000', '171805.025000', '171805.485000', '171805.945000', '171806.405000', '171806.865000', '171807.325000', '171807.785000', '171808.245000', '171808.705000', '171809.165000', '171809.625000', '171810.085000', '171810.545000', '171811.005000', '171811.465000', '171811.925000', '171812.385000', '171812.845000', '171813.305000', '171813.765000', '171814.225000', '171814.685000', '171815.145000', '171815.605000', '171816.065000', '171816.525000', '171816.985000', '171817.445000', '171817.905000', '171818.365000', '171818.825000', '171819.285000', '171819.745000', '171820.205000', '171820.665000', '171821.125000', '171821.585000', '171822.045000', '171822.505000', '171822.965000', '171823.425000', '171823.885000', '171824.345000', '171824.805000', '171825.265000', '171825.725000', '171826.185000', '171826.645000', '171827.105000', '171827.565000', '171828.025000', '171828.485000', '171828.945000', '171829.405000', '171829.865000', '171830.325000', '171830.785000', '171831.245000', '171831.705000', '171832.165000', '171832.625000', '171833.085000', '171833.545000', '171834.005000', '171834.465000', '171834.925000', '171835.385000', '171835.845000', '171836.305000', '171836.765000', '171837.225000', '171837.685000', '171838.145000', '171838.605000', '171839.065000', '171839.525000', '171839.985000', '171840.445000', '171840.905000', '171841.365000', '171841.825000', '171842.285000', '171842.745000', '171843.205000', '171843.665000', '171844.125000', '171844.585000', '171845.045000', '171845.505000', '171845.965000', '171846.425000', '171846.885000', '171847.345000', '171847.805000', '171848.265000', '171848.725000', '171849.185000', '171849.645000', '171850.105000', '171850.565000', '171851.025000', '171851.485000', '171851.945000', '171852.405000', '171852.865000', '171853.325000', '171853.785000', '171854.245000', '171854.705000', '171855.165000', '171855.625000', '171856.085000', '171856.545000', '171857.005000', '171857.465000', '171857.925000', '171858.385000', '171858.845000', '171859.305000', '171859.765000', '171900.225000', '171900.685000', '171901.145000', '171901.605000', '171902.065000', '171902.525000', '171902.985000', '171903.445000', '171903.905000', '171904.365000', '171904.825000', '171905.285000', '171905.745000', '171906.205000', '171906.665000', '171907.125000', '171907.585000', '171908.045000', '171908.505000', '171908.965000', '171909.425000', '171909.885000', '171910.345000', '171910.805000', '171911.265000', '171911.725000', '171912.185000', '171912.645000', '171913.105000', '171913.565000', '171914.025000', '171914.485000', '171914.945000', '171915.405000', '171915.865000', '171916.325000', '171916.785000', '171917.245000', '171917.705000', '171918.165000', '171918.625000', '171919.085000', '171919.545000', '171920.005000', '171920.465000', '171920.925000', '171921.385000', '171921.845000', '171922.305000', '171922.765000', '171923.225000', '171923.685000', '171924.145000', '171924.605000', '171925.065000', '171925.525000', '171925.985000', '171926.445000', '171926.905000', '171927.365000', '171927.825000', '171928.285000', '171928.745000', '171929.205000', '171929.665000', '171930.125000', '171930.585000', '171931.045000', '171931.505000', '171931.965000', '171932.425000', '171932.885000', '171933.345000', '171933.805000', '171934.265000', '171934.725000', '171935.185000', '171935.645000', '171936.105000', '171936.565000', '171937.025000', '171937.485000', '171937.945000', '171938.405000', '171938.865000', '171939.325000', '171939.785000', '171940.245000', '171940.705000', '171941.165000', '171941.625000', '171942.085000', '171942.545000', '171943.005000', '171943.465000', '171943.925000', '171944.385000', '171944.845000', '171945.305000', '171945.765000', '171946.225000', '171946.685000', '171947.145000', '171947.605000', '171948.065000', '171948.525000', '171948.985000', '171949.445000', '171949.905000', '171950.365000', '171950.825000', '171951.285000', '171951.745000', '171952.205000', '171952.665000', '171953.125000', '171953.585000', '171954.045000', '171954.505000', '171954.965000', '171955.425000', '171955.885000', '171956.345000', '171956.805000', '171957.265000', '171957.725000', '171958.185000', '171958.645000', '171959.105000', '171959.565000', '172000.025000', '172000.485000', '172000.945000', '172001.405000', '172001.865000', '172002.325000', '172002.785000', '172003.245000', '172003.705000', '172004.165000', '172004.625000', '172005.085000', '172005.545000', '172006.005000', '172006.465000', '172006.925000', '172007.385000', '172007.845000', '172008.305000', '172008.765000', '172009.225000', '172009.685000', '172010.145000', '172010.605000', '172011.065000', '172011.525000', '172011.985000', '172012.445000', '172012.905000', '172013.365000', '172013.825000', '172014.285000', '172014.745000', '172015.205000', '172015.665000', '172016.125000', '172016.585000', '172017.045000', '172017.505000', '172017.965000', '172018.425000', '172018.885000', '172019.345000', '172019.805000', '172020.265000', '172020.725000', '172021.185000', '172021.645000', '172022.105000', '172022.565000', '172023.025000', '172023.485000', '172023.945000', '172024.405000', '172024.865000', '172025.325000', '172025.785000', '172026.245000', '172026.705000', '172027.165000', '172027.625000', '172028.085000', '172028.545000', '172029.005000', '172029.465000', '172029.925000', '172030.385000', '172030.845000', '172031.305000', '172031.765000', '172032.225000', '172032.685000', '172033.145000', '172033.605000', '172034.065000', '172034.525000', '172034.985000', '172035.445000', '172035.905000', '172036.365000', '172036.825000', '172037.285000', '172037.745000', '172038.205000', '172038.665000', '172039.125000', '172039.585000', '172040.045000', '172040.505000', '172040.965000', '172041.425000', '172041.885000', '172042.345000', '172042.805000', '172043.265000', '172043.725000', '172044.185000', '172044.645000', '172045.105000', '172045.565000', '172046.025000', '172046.485000', '172046.945000', '172047.405000', '172047.865000', '172048.325000', '172048.785000', '172049.245000', '172049.705000', '172050.165000', '172050.625000', '172051.085000', '172051.545000', '172052.005000', '172052.465000', '172052.925000', '172053.385000', '172053.845000', '172054.305000', '172054.765000', '172055.225000', '172055.685000', '172056.145000', '172056.605000', '172057.065000', '172057.525000', '172057.985000', '172058.445000', '172058.905000', '172059.365000', '172059.825000', '172100.285000', '172100.745000', '172101.205000', '172101.665000', '172102.125000', '172102.585000', '172103.045000', '172103.505000', '172103.965000', '172104.425000', '172104.885000', '172105.345000', '172105.805000', '172106.265000', '172106.725000', '172107.185000', '172107.645000', '172108.105000', '172108.565000', '172109.025000', '172109.485000', '172109.945000', '172110.405000', '172110.865000', '172111.325000', '172111.785000', '172112.245000', '172112.705000', '172113.165000', '172113.625000', '172114.085000', '172114.545000', '172115.005000', '172115.465000', '172115.925000', '172116.385000', '172116.845000', '172117.305000', '172117.765000', '172118.225000', '172118.685000', '172119.145000', '172119.605000', '172120.065000', '172120.525000', '172120.985000', '172121.445000', '172121.905000', '172122.365000', '172122.825000'], 'ContentTime': ['171258.562000', '171258.568000', '171258.571000', '171258.574000', '171258.576000', '171258.579000', '171258.581000', '171258.584000', '171258.587000', '171258.589000', '171258.592000', '171258.595000', '171258.597000', '171258.600000', '171258.603000', '171258.605000', '171258.608000', '171258.611000', '171258.613000', '171258.616000', '171258.619000', '171258.621000', '171258.624000', '171258.627000', '171258.630000', '171258.632000', '171258.645000', '171258.647000', '171258.650000', '171258.653000', '171258.656000', '171258.659000', '171258.661000', '171258.665000', '171258.667000', '171258.670000', '171258.673000', '171258.676000', '171258.678000', '171258.681000', '171258.684000', '171258.686000', '171258.689000', '171258.692000', '171258.694000', '171258.697000', '171258.699000', '171258.702000', '171258.705000', '171258.733000', '171258.735000', '171258.738000', '171258.741000', '171258.743000', '171258.746000', '171258.749000', '171258.752000', '171258.755000', '171258.757000', '171318.528000', '171318.531000', '171318.534000', '171318.537000', '171318.539000', '171318.542000', '171318.544000', '171318.547000', '171318.550000', '171318.553000', '171318.556000', '171318.558000', '171318.561000', '171318.564000', '171318.566000', '171318.569000', '171318.572000', '171318.574000', '171318.577000', '171318.579000', '171318.582000', '171318.585000', '171318.588000', '171318.591000', '171318.593000', '171318.596000', '171318.598000', '171318.601000', '171318.604000', '171318.606000', '171318.609000', '171318.612000', '171318.614000', '171318.617000', '171318.620000', '171318.622000', '171318.625000', '171318.628000', '171318.630000', '171318.639000', '171318.642000', '171318.645000', '171318.648000', '171318.651000', '171338.529000', '171338.538000', '171338.541000', '171338.544000', '171338.546000', '171338.549000', '171338.552000', '171338.554000', '171338.557000', '171338.560000', '171338.562000', '171338.565000', '171338.568000', '171338.570000', '171338.573000', '171338.576000', '171338.578000', '171338.581000', '171338.583000', '171338.586000', '171338.589000', '171338.591000', '171338.594000', '171338.597000', '171338.599000', '171338.602000', '171338.605000', '171338.607000', '171338.610000', '171338.613000', '171338.616000', '171338.618000', '171338.621000', '171338.624000', '171338.626000', '171338.629000', '171338.631000', '171338.634000', '171338.637000', '171338.639000', '171338.642000', '171338.645000', '171338.647000', '171358.529000', '171358.532000', '171358.535000', '171358.538000', '171358.540000', '171358.543000', '171358.546000', '171358.548000', '171358.551000', '171358.554000', '171358.556000', '171358.559000', '171358.562000', '171358.564000', '171358.567000', '171358.569000', '171358.572000', '171358.575000', '171358.577000', '171358.580000', '171358.582000', '171358.585000', '171358.588000', '171358.590000', '171358.593000', '171358.596000', '171358.598000', '171358.601000', '171358.604000', '171358.606000', '171358.609000', '171358.612000', '171358.614000', '171358.617000', '171358.620000', '171358.622000', '171358.625000', '171358.628000', '171358.630000', '171358.633000', '171358.635000', '171358.638000', '171358.641000', '171358.643000', '171418.530000', '171418.532000', '171418.535000', '171418.538000', '171418.540000', '171418.543000', '171418.546000', '171418.548000', '171418.551000', '171418.554000', '171418.556000', '171418.559000', '171418.562000', '171418.564000', '171418.567000', '171418.569000', '171418.572000', '171418.575000', '171418.577000', '171418.580000', '171418.583000', '171418.585000', '171418.588000', '171418.590000', '171418.593000', '171418.596000', '171418.598000', '171418.601000', '171418.604000', '171418.606000', '171418.609000', '171418.611000', '171418.614000', '171418.617000', '171418.619000', '171418.622000', '171418.625000', '171418.627000', '171418.630000', '171418.632000', '171418.635000', '171418.638000', '171418.640000', '171438.528000', '171438.531000', '171438.534000', '171438.537000', '171438.539000', '171438.542000', '171438.545000', '171438.547000', '171438.550000', '171438.553000', '171438.555000', '171438.558000', '171438.561000', '171438.563000', '171438.566000', '171438.569000', '171438.571000', '171438.574000', '171438.577000', '171438.579000', '171438.582000', '171438.585000', '171438.587000', '171438.590000', '171438.593000', '171438.595000', '171438.598000', '171438.601000', '171438.603000', '171438.606000', '171438.609000', '171438.611000', '171438.614000', '171438.617000', '171438.619000', '171438.622000', '171438.625000', '171438.627000', '171438.630000', '171438.632000', '171438.635000', '171438.638000', '171438.640000', '171458.529000', '171458.531000', '171458.534000', '171458.537000', '171458.540000', '171458.542000', '171458.545000', '171458.547000', '171458.550000', '171458.553000', '171458.555000', '171458.558000', '171458.560000', '171458.563000', '171458.566000', '171458.568000', '171458.571000', '171458.574000', '171458.576000', '171458.579000', '171458.582000', '171458.584000', '171458.587000', '171458.589000', '171458.592000', '171458.595000', '171458.597000', '171458.600000', '171458.603000', '171458.605000', '171458.608000', '171458.611000', '171458.613000', '171458.616000', '171458.619000', '171458.621000', '171458.624000', '171458.626000', '171458.629000', '171458.632000', '171458.634000', '171458.637000', '171458.639000', '171458.642000', '171518.528000', '171518.531000', '171518.534000', '171518.536000', '171518.539000', '171518.542000', '171518.544000', '171518.547000', '171518.550000', '171518.552000', '171518.555000', '171518.559000', '171518.561000', '171518.564000', '171518.567000', '171518.570000', '171518.572000', '171518.575000', '171518.578000', '171518.581000', '171518.585000', '171518.588000', '171518.591000', '171518.593000', '171518.596000', '171518.599000', '171518.601000', '171518.604000', '171518.607000', '171518.609000', '171518.612000', '171518.615000', '171518.618000', '171518.620000', '171518.623000', '171518.625000', '171518.628000', '171518.631000', '171518.633000', '171518.636000', '171518.639000', '171518.641000', '171518.644000', '171538.528000', '171538.531000', '171538.534000', '171538.537000', '171538.539000', '171538.542000', '171538.544000', '171538.547000', '171538.550000', '171538.552000', '171538.555000', '171538.558000', '171538.560000', '171538.563000', '171538.566000', '171538.568000', '171538.571000', '171538.573000', '171538.576000', '171538.579000', '171538.581000', '171538.584000', '171538.587000', '171538.589000', '171538.592000', '171538.595000', '171538.597000', '171538.600000', '171538.602000', '171538.605000', '171538.608000', '171538.610000', '171538.613000', '171538.616000', '171538.619000', '171538.621000', '171538.624000', '171538.627000', '171538.629000', '171538.632000', '171538.634000', '171538.637000', '171538.640000', '171538.642000', '171558.530000', '171558.532000', '171558.535000', '171558.538000', '171558.540000', '171558.543000', '171558.546000', '171558.549000', '171558.551000', '171558.554000', '171558.557000', '171558.560000', '171558.565000', '171558.568000', '171558.571000', '171558.573000', '171558.576000', '171558.579000', '171558.581000', '171558.584000', '171558.587000', '171558.589000', '171558.592000', '171558.595000', '171558.597000', '171558.600000', '171558.602000', '171558.605000', '171558.608000', '171558.610000', '171558.613000', '171558.616000', '171558.619000', '171558.621000', '171558.624000', '171558.626000', '171558.629000', '171558.632000', '171558.634000', '171558.637000', '171558.640000', '171558.642000', '171558.645000', '171558.647000', '171618.530000', '171618.533000', '171618.535000', '171618.538000', '171618.541000', '171618.543000', '171618.546000', '171618.549000', '171618.551000', '171618.554000', '171618.557000', '171618.559000', '171618.562000', '171618.565000', '171618.567000', '171618.570000', '171618.573000', '171618.575000', '171618.578000', '171618.581000', '171618.583000', '171618.586000', '171618.589000', '171618.591000', '171618.594000', '171618.597000', '171618.599000', '171618.602000', '171618.605000', '171618.607000', '171618.615000', '171618.617000', '171618.620000', '171618.623000', '171618.625000', '171618.628000', '171618.631000', '171618.633000', '171618.636000', '171618.639000', '171618.641000', '171618.644000', '171618.646000', '171638.529000', '171638.532000', '171638.535000', '171638.538000', '171638.541000', '171638.544000', '171638.547000', '171638.551000', '171638.553000', '171638.556000', '171638.559000', '171638.561000', '171638.564000', '171638.566000', '171638.569000', '171638.572000', '171638.575000', '171638.577000', '171638.580000', '171638.583000', '171638.585000', '171638.588000', '171638.591000', '171638.593000', '171638.610000', '171638.613000', '171638.615000', '171638.618000', '171638.621000', '171638.623000', '171638.626000', '171638.629000', '171638.631000', '171638.634000', '171638.637000', '171638.639000', '171638.642000', '171638.644000', '171638.647000', '171638.650000', '171638.653000', '171638.655000', '171638.658000', '171658.529000', '171658.533000', '171658.535000', '171658.538000', '171658.540000', '171658.543000', '171658.546000', '171658.548000', '171658.551000', '171658.554000', '171658.556000', '171658.559000', '171658.562000', '171658.565000', '171658.568000', '171658.571000', '171658.573000', '171658.576000', '171658.579000', '171658.581000', '171658.584000', '171658.587000', '171658.589000', '171658.592000', '171658.595000', '171658.597000', '171658.600000', '171658.603000', '171658.605000', '171658.608000', '171658.611000', '171658.613000', '171658.616000', '171658.619000', '171658.621000', '171658.624000', '171658.626000', '171658.629000', '171658.632000', '171658.634000', '171658.637000', '171658.640000', '171658.642000', '171658.645000', '171718.529000', '171718.532000', '171718.534000', '171718.537000', '171718.540000', '171718.542000', '171718.545000', '171718.548000', '171718.550000', '171718.553000', '171718.555000', '171718.558000', '171718.561000', '171718.564000', '171718.566000', '171718.569000', '171718.572000', '171718.575000', '171718.577000', '171718.580000', '171718.582000', '171718.585000', '171718.588000', '171718.590000', '171718.593000', '171718.596000', '171718.598000', '171718.601000', '171718.603000', '171718.606000', '171718.609000', '171718.611000', '171718.614000', '171718.617000', '171718.620000', '171718.622000', '171718.625000', '171718.627000', '171718.630000', '171718.633000', '171718.635000', '171718.638000', '171718.641000', '171738.528000', '171738.531000', '171738.534000', '171738.537000', '171738.540000', '171738.542000', '171738.545000', '171738.548000', '171738.550000', '171738.553000', '171738.555000', '171738.558000', '171738.561000', '171738.564000', '171738.566000', '171738.569000', '171738.572000', '171738.574000', '171738.577000', '171738.580000', '171738.582000', '171738.585000', '171738.588000', '171738.590000', '171738.593000', '171738.596000', '171738.598000', '171738.601000', '171738.604000', '171738.606000', '171738.609000', '171738.611000', '171738.614000', '171738.617000', '171738.619000', '171738.622000', '171738.625000', '171738.627000', '171738.630000', '171738.633000', '171738.635000', '171738.638000', '171738.641000', '171738.643000', '171758.529000', '171758.531000', '171758.534000', '171758.537000', '171758.542000', '171758.544000', '171758.547000', '171758.550000', '171758.552000', '171758.555000', '171758.558000', '171758.560000', '171758.563000', '171758.565000', '171758.568000', '171758.571000', '171758.574000', '171758.576000', '171758.579000', '171758.582000', '171758.584000', '171758.587000', '171758.589000', '171758.592000', '171758.595000', '171758.597000', '171758.600000', '171758.603000', '171758.605000', '171758.608000', '171758.610000', '171758.613000', '171758.616000', '171758.619000', '171758.621000', '171758.624000', '171758.626000', '171758.629000', '171758.631000', '171758.634000', '171758.638000', '171758.641000', '171758.643000', '171818.530000', '171818.532000', '171818.540000', '171818.543000', '171818.545000', '171818.548000', '171818.550000', '171818.553000', '171818.556000', '171818.558000', '171818.561000', '171818.564000', '171818.566000', '171818.569000', '171818.572000', '171818.574000', '171818.577000', '171818.580000', '171818.582000', '171818.585000', '171818.588000', '171818.590000', '171818.593000', '171818.596000', '171818.598000', '171818.601000', '171818.604000', '171818.606000', '171818.609000', '171818.612000', '171818.614000', '171818.617000', '171818.620000', '171818.622000', '171818.625000', '171818.627000', '171818.630000', '171818.633000', '171818.635000', '171818.638000', '171818.641000', '171818.643000', '171818.646000', '171818.648000', '171838.530000', '171838.533000', '171838.535000', '171838.538000', '171838.540000', '171838.543000', '171838.546000', '171838.548000', '171838.551000', '171838.554000', '171838.556000', '171838.559000', '171838.562000', '171838.564000', '171838.567000', '171838.570000', '171838.572000', '171838.575000', '171838.577000', '171838.580000', '171838.583000', '171838.585000', '171838.588000', '171838.591000', '171838.593000', '171838.596000', '171838.599000', '171838.601000', '171838.604000', '171838.607000', '171838.609000', '171838.612000', '171838.614000', '171838.617000', '171838.620000', '171838.623000', '171838.625000', '171838.628000', '171838.630000', '171838.633000', '171838.636000', '171838.638000', '171838.641000', '171858.530000', '171858.532000', '171858.536000', '171858.538000', '171858.541000', '171858.543000', '171858.546000', '171858.549000', '171858.551000', '171858.554000', '171858.557000', '171858.559000', '171858.562000', '171858.565000', '171858.567000', '171858.570000', '171858.573000', '171858.575000', '171858.578000', '171858.580000', '171858.583000', '171858.586000', '171858.588000', '171858.591000', '171858.594000', '171858.596000', '171858.599000', '171858.602000', '171858.604000', '171858.607000', '171858.609000', '171858.612000', '171858.615000', '171858.617000', '171858.620000', '171858.623000', '171858.625000', '171858.628000', '171858.631000', '171858.633000', '171858.636000', '171858.639000', '171858.641000', '171858.644000', '171918.529000', '171918.532000', '171918.534000', '171918.537000', '171918.540000', '171918.542000', '171918.545000', '171918.547000', '171918.550000', '171918.564000', '171918.567000', '171918.570000', '171918.573000', '171918.575000', '171918.578000', '171918.580000', '171918.583000', '171918.586000', '171918.588000', '171918.591000', '171918.594000', '171918.596000', '171918.599000', '171918.602000', '171918.604000', '171918.607000', '171918.610000', '171918.612000', '171918.615000', '171918.618000', '171918.620000', '171918.623000', '171918.626000', '171918.628000', '171918.631000', '171918.634000', '171918.636000', '171918.639000', '171918.642000', '171918.644000', '171918.647000', '171918.650000', '171918.652000', '171938.528000', '171938.532000', '171938.534000', '171938.537000', '171938.539000', '171938.542000', '171938.545000', '171938.548000', '171938.550000', '171938.553000', '171938.556000', '171938.558000', '171938.561000', '171938.564000', '171938.566000', '171938.569000', '171938.571000', '171938.574000', '171938.577000', '171938.579000', '171938.582000', '171938.585000', '171938.587000', '171938.590000', '171938.593000', '171938.595000', '171938.598000', '171938.600000', '171938.603000', '171938.606000', '171938.608000', '171938.611000', '171938.614000', '171938.617000', '171938.619000', '171938.622000', '171938.624000', '171938.627000', '171938.630000', '171938.632000', '171938.635000', '171938.638000', '171938.640000', '171938.643000', '171958.529000', '171958.532000', '171958.534000', '171958.537000', '171958.540000', '171958.542000', '171958.545000', '171958.548000', '171958.550000', '171958.553000', '171958.556000', '171958.558000', '171958.561000', '171958.564000', '171958.566000', '171958.569000', '171958.571000', '171958.574000', '171958.577000', '171958.579000', '171958.582000', '171958.585000', '171958.587000', '171958.590000', '171958.593000', '171958.595000', '171958.598000', '171958.601000', '171958.603000', '171958.606000', '171958.608000', '171958.611000', '171958.614000', '171958.617000', '171958.619000', '171958.622000', '171958.625000', '171958.627000', '171958.630000', '171958.633000', '171958.635000', '171958.638000', '171958.641000', '172018.529000', '172018.532000', '172018.535000', '172018.537000', '172018.540000', '172018.543000', '172018.545000', '172018.548000', '172018.551000', '172018.553000', '172018.556000', '172018.558000', '172018.561000', '172018.564000', '172018.566000', '172018.569000', '172018.572000', '172018.575000', '172018.577000', '172018.580000', '172018.582000', '172018.585000', '172018.588000', '172018.590000', '172018.593000', '172018.596000', '172018.598000', '172018.601000', '172018.604000', '172018.606000', '172018.609000', '172018.611000', '172018.614000', '172018.617000', '172018.620000', '172018.622000', '172018.625000', '172018.628000', '172018.630000', '172018.633000', '172018.636000', '172018.638000', '172018.641000', '172018.644000', '172038.530000', '172038.532000', '172038.536000', '172038.538000', '172038.541000', '172038.563000', '172038.566000', '172038.568000', '172038.571000', '172038.573000', '172038.576000', '172038.579000', '172038.581000', '172038.584000', '172038.587000', '172038.589000', '172038.592000', '172038.594000', '172038.597000', '172038.600000', '172038.603000', '172038.605000', '172038.608000', '172038.611000', '172038.613000', '172038.616000', '172038.619000', '172038.621000', '172038.624000', '172038.627000', '172038.629000', '172038.632000', '172038.635000', '172038.637000', '172038.640000', '172038.643000', '172038.645000', '172038.648000', '172038.651000', '172038.653000', '172038.656000', '172038.658000', '172038.661000', '172058.530000', '172058.533000', '172058.535000', '172058.538000', '172058.541000', '172058.543000', '172058.546000', '172058.549000', '172058.551000', '172058.554000', '172058.557000', '172058.559000', '172058.562000', '172058.565000', '172058.567000', '172058.570000', '172058.573000', '172058.575000', '172058.578000', '172058.581000', '172058.583000', '172058.586000', '172058.588000', '172058.591000', '172058.594000', '172058.596000', '172058.599000', '172058.602000', '172058.604000', '172058.607000', '172058.610000', '172058.612000', '172058.615000', '172058.618000', '172058.620000', '172058.623000', '172058.626000', '172058.628000', '172058.631000', '172058.633000', '172058.636000', '172058.639000', '172058.641000', '172058.644000', '172118.530000', '172118.533000', '172118.535000', '172118.538000', '172118.540000', '172118.543000', '172118.546000', '172118.548000', '172118.551000', '172118.554000', '172118.556000', '172118.559000', '172118.562000', '172118.564000', '172118.567000', '172118.569000', '172118.572000', '172118.575000', '172118.578000', '172118.580000', '172118.583000', '172118.585000', '172118.588000', '172118.591000', '172118.593000', '172118.596000', '172118.599000', '172118.601000', '172118.604000', '172118.607000', '172118.609000', '172118.612000', '172118.614000', '172118.617000', '172118.620000', '172118.622000', '172118.625000', '172118.628000', '172118.630000', '172118.633000', '172118.635000', '172118.638000', '172118.641000', '172123.751000', '172123.755000', '172123.758000', '172123.763000', '172123.766000', '172123.770000', '172123.772000', '172123.775000', '172123.778000', '172123.780000', '172123.784000', '172123.786000'], 'InstanceCreationTime': ['171258.562000', '171258.568000', '171258.571000', '171258.574000', '171258.576000', '171258.579000', '171258.581000', '171258.584000', '171258.587000', '171258.589000', '171258.592000', '171258.595000', '171258.597000', '171258.600000', '171258.603000', '171258.605000', '171258.608000', '171258.611000', '171258.613000', '171258.616000', '171258.619000', '171258.621000', '171258.624000', '171258.627000', '171258.630000', '171258.632000', '171258.645000', '171258.647000', '171258.650000', '171258.653000', '171258.656000', '171258.659000', '171258.661000', '171258.665000', '171258.667000', '171258.670000', '171258.673000', '171258.676000', '171258.678000', '171258.681000', '171258.684000', '171258.686000', '171258.689000', '171258.692000', '171258.694000', '171258.697000', '171258.699000', '171258.702000', '171258.705000', '171258.733000', '171258.735000', '171258.738000', '171258.741000', '171258.743000', '171258.746000', '171258.749000', '171258.752000', '171258.755000', '171258.757000', '171318.528000', '171318.531000', '171318.534000', '171318.537000', '171318.539000', '171318.542000', '171318.544000', '171318.547000', '171318.550000', '171318.553000', '171318.556000', '171318.558000', '171318.561000', '171318.564000', '171318.566000', '171318.569000', '171318.572000', '171318.574000', '171318.577000', '171318.579000', '171318.582000', '171318.585000', '171318.588000', '171318.591000', '171318.593000', '171318.596000', '171318.598000', '171318.601000', '171318.604000', '171318.606000', '171318.609000', '171318.612000', '171318.614000', '171318.617000', '171318.620000', '171318.622000', '171318.625000', '171318.628000', '171318.630000', '171318.639000', '171318.642000', '171318.645000', '171318.648000', '171318.651000', '171338.529000', '171338.538000', '171338.541000', '171338.544000', '171338.546000', '171338.549000', '171338.552000', '171338.554000', '171338.557000', '171338.560000', '171338.562000', '171338.565000', '171338.568000', '171338.570000', '171338.573000', '171338.576000', '171338.578000', '171338.581000', '171338.583000', '171338.586000', '171338.589000', '171338.591000', '171338.594000', '171338.597000', '171338.599000', '171338.602000', '171338.605000', '171338.607000', '171338.610000', '171338.613000', '171338.616000', '171338.618000', '171338.621000', '171338.624000', '171338.626000', '171338.629000', '171338.631000', '171338.634000', '171338.637000', '171338.639000', '171338.642000', '171338.645000', '171338.647000', '171358.529000', '171358.532000', '171358.535000', '171358.538000', '171358.540000', '171358.543000', '171358.546000', '171358.548000', '171358.551000', '171358.554000', '171358.556000', '171358.559000', '171358.562000', '171358.564000', '171358.567000', '171358.569000', '171358.572000', '171358.575000', '171358.577000', '171358.580000', '171358.582000', '171358.585000', '171358.588000', '171358.590000', '171358.593000', '171358.596000', '171358.598000', '171358.601000', '171358.604000', '171358.606000', '171358.609000', '171358.612000', '171358.614000', '171358.617000', '171358.620000', '171358.622000', '171358.625000', '171358.628000', '171358.630000', '171358.633000', '171358.635000', '171358.638000', '171358.641000', '171358.643000', '171418.530000', '171418.532000', '171418.535000', '171418.538000', '171418.540000', '171418.543000', '171418.546000', '171418.548000', '171418.551000', '171418.554000', '171418.556000', '171418.559000', '171418.562000', '171418.564000', '171418.567000', '171418.569000', '171418.572000', '171418.575000', '171418.577000', '171418.580000', '171418.583000', '171418.585000', '171418.588000', '171418.590000', '171418.593000', '171418.596000', '171418.598000', '171418.601000', '171418.604000', '171418.606000', '171418.609000', '171418.611000', '171418.614000', '171418.617000', '171418.619000', '171418.622000', '171418.625000', '171418.627000', '171418.630000', '171418.632000', '171418.635000', '171418.638000', '171418.640000', '171438.528000', '171438.531000', '171438.534000', '171438.537000', '171438.539000', '171438.542000', '171438.545000', '171438.547000', '171438.550000', '171438.553000', '171438.555000', '171438.558000', '171438.561000', '171438.563000', '171438.566000', '171438.569000', '171438.571000', '171438.574000', '171438.577000', '171438.579000', '171438.582000', '171438.585000', '171438.587000', '171438.590000', '171438.593000', '171438.595000', '171438.598000', '171438.601000', '171438.603000', '171438.606000', '171438.609000', '171438.611000', '171438.614000', '171438.617000', '171438.619000', '171438.622000', '171438.625000', '171438.627000', '171438.630000', '171438.632000', '171438.635000', '171438.638000', '171438.640000', '171458.529000', '171458.531000', '171458.534000', '171458.537000', '171458.540000', '171458.542000', '171458.545000', '171458.547000', '171458.550000', '171458.553000', '171458.555000', '171458.558000', '171458.560000', '171458.563000', '171458.566000', '171458.568000', '171458.571000', '171458.574000', '171458.576000', '171458.579000', '171458.582000', '171458.584000', '171458.587000', '171458.589000', '171458.592000', '171458.595000', '171458.597000', '171458.600000', '171458.603000', '171458.605000', '171458.608000', '171458.611000', '171458.613000', '171458.616000', '171458.619000', '171458.621000', '171458.624000', '171458.626000', '171458.629000', '171458.632000', '171458.634000', '171458.637000', '171458.639000', '171458.642000', '171518.528000', '171518.531000', '171518.534000', '171518.536000', '171518.539000', '171518.542000', '171518.544000', '171518.547000', '171518.550000', '171518.552000', '171518.555000', '171518.559000', '171518.561000', '171518.564000', '171518.567000', '171518.570000', '171518.572000', '171518.575000', '171518.578000', '171518.581000', '171518.585000', '171518.588000', '171518.591000', '171518.593000', '171518.596000', '171518.599000', '171518.601000', '171518.604000', '171518.607000', '171518.609000', '171518.612000', '171518.615000', '171518.618000', '171518.620000', '171518.623000', '171518.625000', '171518.628000', '171518.631000', '171518.633000', '171518.636000', '171518.639000', '171518.641000', '171518.644000', '171538.528000', '171538.531000', '171538.534000', '171538.537000', '171538.539000', '171538.542000', '171538.544000', '171538.547000', '171538.550000', '171538.552000', '171538.555000', '171538.558000', '171538.560000', '171538.563000', '171538.566000', '171538.568000', '171538.571000', '171538.573000', '171538.576000', '171538.579000', '171538.581000', '171538.584000', '171538.587000', '171538.589000', '171538.592000', '171538.595000', '171538.597000', '171538.600000', '171538.602000', '171538.605000', '171538.608000', '171538.610000', '171538.613000', '171538.616000', '171538.619000', '171538.621000', '171538.624000', '171538.627000', '171538.629000', '171538.632000', '171538.634000', '171538.637000', '171538.640000', '171538.642000', '171558.530000', '171558.532000', '171558.535000', '171558.538000', '171558.540000', '171558.543000', '171558.546000', '171558.549000', '171558.551000', '171558.554000', '171558.557000', '171558.560000', '171558.565000', '171558.568000', '171558.571000', '171558.573000', '171558.576000', '171558.579000', '171558.581000', '171558.584000', '171558.587000', '171558.589000', '171558.592000', '171558.595000', '171558.597000', '171558.600000', '171558.602000', '171558.605000', '171558.608000', '171558.610000', '171558.613000', '171558.616000', '171558.619000', '171558.621000', '171558.624000', '171558.626000', '171558.629000', '171558.632000', '171558.634000', '171558.637000', '171558.640000', '171558.642000', '171558.645000', '171558.647000', '171618.530000', '171618.533000', '171618.535000', '171618.538000', '171618.541000', '171618.543000', '171618.546000', '171618.549000', '171618.551000', '171618.554000', '171618.557000', '171618.559000', '171618.562000', '171618.565000', '171618.567000', '171618.570000', '171618.573000', '171618.575000', '171618.578000', '171618.581000', '171618.583000', '171618.586000', '171618.589000', '171618.591000', '171618.594000', '171618.597000', '171618.599000', '171618.602000', '171618.605000', '171618.607000', '171618.615000', '171618.617000', '171618.620000', '171618.623000', '171618.625000', '171618.628000', '171618.631000', '171618.633000', '171618.636000', '171618.639000', '171618.641000', '171618.644000', '171618.646000', '171638.529000', '171638.532000', '171638.535000', '171638.538000', '171638.541000', '171638.544000', '171638.547000', '171638.551000', '171638.553000', '171638.556000', '171638.559000', '171638.561000', '171638.564000', '171638.566000', '171638.569000', '171638.572000', '171638.575000', '171638.577000', '171638.580000', '171638.583000', '171638.585000', '171638.588000', '171638.591000', '171638.593000', '171638.610000', '171638.613000', '171638.615000', '171638.618000', '171638.621000', '171638.623000', '171638.626000', '171638.629000', '171638.631000', '171638.634000', '171638.637000', '171638.639000', '171638.642000', '171638.644000', '171638.647000', '171638.650000', '171638.653000', '171638.655000', '171638.658000', '171658.529000', '171658.533000', '171658.535000', '171658.538000', '171658.540000', '171658.543000', '171658.546000', '171658.548000', '171658.551000', '171658.554000', '171658.556000', '171658.559000', '171658.562000', '171658.565000', '171658.568000', '171658.571000', '171658.573000', '171658.576000', '171658.579000', '171658.581000', '171658.584000', '171658.587000', '171658.589000', '171658.592000', '171658.595000', '171658.597000', '171658.600000', '171658.603000', '171658.605000', '171658.608000', '171658.611000', '171658.613000', '171658.616000', '171658.619000', '171658.621000', '171658.624000', '171658.626000', '171658.629000', '171658.632000', '171658.634000', '171658.637000', '171658.640000', '171658.642000', '171658.645000', '171718.529000', '171718.532000', '171718.534000', '171718.537000', '171718.540000', '171718.542000', '171718.545000', '171718.548000', '171718.550000', '171718.553000', '171718.555000', '171718.558000', '171718.561000', '171718.564000', '171718.566000', '171718.569000', '171718.572000', '171718.575000', '171718.577000', '171718.580000', '171718.582000', '171718.585000', '171718.588000', '171718.590000', '171718.593000', '171718.596000', '171718.598000', '171718.601000', '171718.603000', '171718.606000', '171718.609000', '171718.611000', '171718.614000', '171718.617000', '171718.620000', '171718.622000', '171718.625000', '171718.627000', '171718.630000', '171718.633000', '171718.635000', '171718.638000', '171718.641000', '171738.528000', '171738.531000', '171738.534000', '171738.537000', '171738.540000', '171738.542000', '171738.545000', '171738.548000', '171738.550000', '171738.553000', '171738.555000', '171738.558000', '171738.561000', '171738.564000', '171738.566000', '171738.569000', '171738.572000', '171738.574000', '171738.577000', '171738.580000', '171738.582000', '171738.585000', '171738.588000', '171738.590000', '171738.593000', '171738.596000', '171738.598000', '171738.601000', '171738.604000', '171738.606000', '171738.609000', '171738.611000', '171738.614000', '171738.617000', '171738.619000', '171738.622000', '171738.625000', '171738.627000', '171738.630000', '171738.633000', '171738.635000', '171738.638000', '171738.641000', '171738.643000', '171758.529000', '171758.531000', '171758.534000', '171758.537000', '171758.542000', '171758.544000', '171758.547000', '171758.550000', '171758.552000', '171758.555000', '171758.558000', '171758.560000', '171758.563000', '171758.565000', '171758.568000', '171758.571000', '171758.574000', '171758.576000', '171758.579000', '171758.582000', '171758.584000', '171758.587000', '171758.589000', '171758.592000', '171758.595000', '171758.597000', '171758.600000', '171758.603000', '171758.605000', '171758.608000', '171758.610000', '171758.613000', '171758.616000', '171758.619000', '171758.621000', '171758.624000', '171758.626000', '171758.629000', '171758.631000', '171758.634000', '171758.638000', '171758.641000', '171758.643000', '171818.530000', '171818.532000', '171818.540000', '171818.543000', '171818.545000', '171818.548000', '171818.550000', '171818.553000', '171818.556000', '171818.558000', '171818.561000', '171818.564000', '171818.566000', '171818.569000', '171818.572000', '171818.574000', '171818.577000', '171818.580000', '171818.582000', '171818.585000', '171818.588000', '171818.590000', '171818.593000', '171818.596000', '171818.598000', '171818.601000', '171818.604000', '171818.606000', '171818.609000', '171818.612000', '171818.614000', '171818.617000', '171818.620000', '171818.622000', '171818.625000', '171818.627000', '171818.630000', '171818.633000', '171818.635000', '171818.638000', '171818.641000', '171818.643000', '171818.646000', '171818.648000', '171838.530000', '171838.533000', '171838.535000', '171838.538000', '171838.540000', '171838.543000', '171838.546000', '171838.548000', '171838.551000', '171838.554000', '171838.556000', '171838.559000', '171838.562000', '171838.564000', '171838.567000', '171838.570000', '171838.572000', '171838.575000', '171838.577000', '171838.580000', '171838.583000', '171838.585000', '171838.588000', '171838.591000', '171838.593000', '171838.596000', '171838.599000', '171838.601000', '171838.604000', '171838.607000', '171838.609000', '171838.612000', '171838.614000', '171838.617000', '171838.620000', '171838.623000', '171838.625000', '171838.628000', '171838.630000', '171838.633000', '171838.636000', '171838.638000', '171838.641000', '171858.530000', '171858.532000', '171858.536000', '171858.538000', '171858.541000', '171858.543000', '171858.546000', '171858.549000', '171858.551000', '171858.554000', '171858.557000', '171858.559000', '171858.562000', '171858.565000', '171858.567000', '171858.570000', '171858.573000', '171858.575000', '171858.578000', '171858.580000', '171858.583000', '171858.586000', '171858.588000', '171858.591000', '171858.594000', '171858.596000', '171858.599000', '171858.602000', '171858.604000', '171858.607000', '171858.609000', '171858.612000', '171858.615000', '171858.617000', '171858.620000', '171858.623000', '171858.625000', '171858.628000', '171858.631000', '171858.633000', '171858.636000', '171858.639000', '171858.641000', '171858.644000', '171918.529000', '171918.532000', '171918.534000', '171918.537000', '171918.540000', '171918.542000', '171918.545000', '171918.547000', '171918.550000', '171918.564000', '171918.567000', '171918.570000', '171918.573000', '171918.575000', '171918.578000', '171918.580000', '171918.583000', '171918.586000', '171918.588000', '171918.591000', '171918.594000', '171918.596000', '171918.599000', '171918.602000', '171918.604000', '171918.607000', '171918.610000', '171918.612000', '171918.615000', '171918.618000', '171918.620000', '171918.623000', '171918.626000', '171918.628000', '171918.631000', '171918.634000', '171918.636000', '171918.639000', '171918.642000', '171918.644000', '171918.647000', '171918.650000', '171918.652000', '171938.528000', '171938.532000', '171938.534000', '171938.537000', '171938.539000', '171938.542000', '171938.545000', '171938.548000', '171938.550000', '171938.553000', '171938.556000', '171938.558000', '171938.561000', '171938.564000', '171938.566000', '171938.569000', '171938.571000', '171938.574000', '171938.577000', '171938.579000', '171938.582000', '171938.585000', '171938.587000', '171938.590000', '171938.593000', '171938.595000', '171938.598000', '171938.600000', '171938.603000', '171938.606000', '171938.608000', '171938.611000', '171938.614000', '171938.617000', '171938.619000', '171938.622000', '171938.624000', '171938.627000', '171938.630000', '171938.632000', '171938.635000', '171938.638000', '171938.640000', '171938.643000', '171958.529000', '171958.532000', '171958.534000', '171958.537000', '171958.540000', '171958.542000', '171958.545000', '171958.548000', '171958.550000', '171958.553000', '171958.556000', '171958.558000', '171958.561000', '171958.564000', '171958.566000', '171958.569000', '171958.571000', '171958.574000', '171958.577000', '171958.579000', '171958.582000', '171958.585000', '171958.587000', '171958.590000', '171958.593000', '171958.595000', '171958.598000', '171958.601000', '171958.603000', '171958.606000', '171958.608000', '171958.611000', '171958.614000', '171958.617000', '171958.619000', '171958.622000', '171958.625000', '171958.627000', '171958.630000', '171958.633000', '171958.635000', '171958.638000', '171958.641000', '172018.529000', '172018.532000', '172018.535000', '172018.537000', '172018.540000', '172018.543000', '172018.545000', '172018.548000', '172018.551000', '172018.553000', '172018.556000', '172018.558000', '172018.561000', '172018.564000', '172018.566000', '172018.569000', '172018.572000', '172018.575000', '172018.577000', '172018.580000', '172018.582000', '172018.585000', '172018.588000', '172018.590000', '172018.593000', '172018.596000', '172018.598000', '172018.601000', '172018.604000', '172018.606000', '172018.609000', '172018.611000', '172018.614000', '172018.617000', '172018.620000', '172018.622000', '172018.625000', '172018.628000', '172018.630000', '172018.633000', '172018.636000', '172018.638000', '172018.641000', '172018.644000', '172038.530000', '172038.532000', '172038.536000', '172038.538000', '172038.541000', '172038.563000', '172038.566000', '172038.568000', '172038.571000', '172038.573000', '172038.576000', '172038.579000', '172038.581000', '172038.584000', '172038.587000', '172038.589000', '172038.592000', '172038.594000', '172038.597000', '172038.600000', '172038.603000', '172038.605000', '172038.608000', '172038.611000', '172038.613000', '172038.616000', '172038.619000', '172038.621000', '172038.624000', '172038.627000', '172038.629000', '172038.632000', '172038.635000', '172038.637000', '172038.640000', '172038.643000', '172038.645000', '172038.648000', '172038.651000', '172038.653000', '172038.656000', '172038.658000', '172038.661000', '172058.530000', '172058.533000', '172058.535000', '172058.538000', '172058.541000', '172058.543000', '172058.546000', '172058.549000', '172058.551000', '172058.554000', '172058.557000', '172058.559000', '172058.562000', '172058.565000', '172058.567000', '172058.570000', '172058.573000', '172058.575000', '172058.578000', '172058.581000', '172058.583000', '172058.586000', '172058.588000', '172058.591000', '172058.594000', '172058.596000', '172058.599000', '172058.602000', '172058.604000', '172058.607000', '172058.610000', '172058.612000', '172058.615000', '172058.618000', '172058.620000', '172058.623000', '172058.626000', '172058.628000', '172058.631000', '172058.633000', '172058.636000', '172058.639000', '172058.641000', '172058.644000', '172118.530000', '172118.533000', '172118.535000', '172118.538000', '172118.540000', '172118.543000', '172118.546000', '172118.548000', '172118.551000', '172118.554000', '172118.556000', '172118.559000', '172118.562000', '172118.564000', '172118.567000', '172118.569000', '172118.572000', '172118.575000', '172118.578000', '172118.580000', '172118.583000', '172118.585000', '172118.588000', '172118.591000', '172118.593000', '172118.596000', '172118.599000', '172118.601000', '172118.604000', '172118.607000', '172118.609000', '172118.612000', '172118.614000', '172118.617000', '172118.620000', '172118.622000', '172118.625000', '172118.628000', '172118.630000', '172118.633000', '172118.635000', '172118.638000', '172118.641000', '172123.751000', '172123.755000', '172123.758000', '172123.763000', '172123.766000', '172123.770000', '172123.772000', '172123.775000', '172123.778000', '172123.780000', '172123.784000', '172123.786000'], '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': [9920, 12010, 10128, 8308, 10555, 8221, 13783, 9157, 14973, 9532, 14817, 9450, 11907, 9712, 9374, 9657, 8474, 12294, 8454, 13729, 8743, 14031, 9726, 15389, 9927, 10083, 9467, 8272, 12227, 8917, 15081, 8818, 14025, 8932, 14339, 9612, 13604, 9611, 10569, 9583, 10510, 10030, 10934, 11460, 8633, 10672, 7739, 12557, 8395, 13962, 8215, 14278, 8763, 14676, 10127, 14975, 9845, 10604, 9470, 9258, 11757, 8873, 15123, 8824, 14381, 9007, 14825, 9755, 15090, 9094, 13413, 8945, 13744, 9262, 14138, 9372, 10311, 9398, 9727, 9503, 9719, 11520, 7801, 13206, 8264, 13924, 9667, 12827, 8216, 12046, 7642, 12395, 8604, 13814, 9069, 14458, 8594, 14377, 9126, 15532, 10054, 11837, 10207, 9327, 10609, 9899, 11882, 9765, 11822, 8124, 11346, 8040, 12559, 8303, 14110, 8728, 13853, 8439, 14075, 9399, 15005, 9658, 11888, 9393, 12301, 9633, 11700, 11195, 8571, 12063, 8255, 13733, 8637, 14313, 9285, 14186, 8808, 14034, 9432, 13993, 9862, 8963, 9809, 9514, 11039, 11486, 11809, 8541, 12384, 8664, 13992, 9237, 15296, 10337, 14058, 9061, 13376, 9075, 13263, 8755, 13945, 9194, 9617, 9355, 8481, 9483, 9617, 11875, 8708, 13834, 8864, 13920, 8946, 14520, 8875, 13936, 8557, 13385, 8992, 14071, 9550, 14394, 9217, 13385, 8948, 11582, 9277, 10706, 9811, 8543, 10661, 8681, 13391, 8749, 14016, 8573, 13194, 8135, 13545, 8613, 13613, 8656, 12926, 8842, 13583, 8383, 14670, 9526, 13842, 8668, 13220, 8674, 14123, 9589, 13068, 9115, 11663, 9537, 14210, 10061, 12470, 9892, 9626, 9965, 10082, 11278, 8549, 12280, 7757, 12215, 7786, 13517, 8363, 14865, 8911, 14282, 8942, 14343, 9541, 14777, 10095, 13299, 8803, 12669, 8568, 13795, 9380, 12087, 9081, 10954, 9189, 11184, 9517, 9306, 10709, 8317, 12625, 8793, 14780, 8775, 14771, 8957, 13344, 8748, 13782, 8860, 14636, 9796, 9570, 9574, 8183, 12023, 9174, 15212, 8998, 13964, 8960, 14094, 9693, 15615, 10151, 12045, 9650, 11055, 9624, 12156, 10292, 8279, 10460, 7847, 13106, 8412, 14923, 9829, 14047, 9009, 13541, 8930, 14608, 9599, 13773, 9513, 11044, 9434, 10499, 9557, 8786, 9524, 8207, 12149, 9256, 15114, 9470, 13820, 9083, 13385, 9580, 12968, 10043, 10026, 10100, 8408, 11464, 8463, 13557, 8676, 14350, 9099, 13654, 9071, 13756, 9775, 11876, 9788, 8532, 9856, 8275, 11242, 9363, 12308, 8407, 12698, 8616, 13304, 8543, 14365, 9323, 14030, 8891, 12866, 9107, 13115, 9383, 13869, 9006, 11169, 8503, 10369, 8535, 12993, 8872, 12082, 8839, 10282, 9115, 10947, 8853, 10445, 9803, 7557, 10221, 7374, 12796, 8283, 14430, 8497, 13902, 9252, 14807, 10416, 14854, 9262, 12469, 9323, 12726, 10170, 11624, 10600, 8493, 11327, 8440, 13522, 8499, 13994, 8294, 13041, 9162, 14132, 9379, 14065, 8764, 11756, 8697, 9903, 9773, 9011, 13151, 8789, 13969, 9423, 14765, 10286, 14746, 9933, 12861, 9247, 11663, 9335, 9300, 10848, 8736, 13661, 9048, 15185, 9937, 15108, 9608, 10077, 9742, 8562, 11432, 9009, 14264, 9217, 13533, 8969, 14169, 9513, 14275, 9714, 10072, 9746, 9513, 9689, 9356, 11849, 8431, 12510, 8458, 13507, 9547, 13745, 9348, 14721, 9053, 10329, 8992, 8739, 10089, 8849, 12825, 8936, 13846, 9254, 13832, 9157, 13879, 9494, 14487, 9425, 13025, 8841, 12651, 8839, 13036, 9888, 10569, 9321, 8321, 10558, 8623, 12587, 8429, 13790, 8992, 13058, 8736, 14201, 9056, 14896, 9620, 13444, 8723, 12057, 8809, 10488, 10418, 8278, 13160, 9194, 14631, 10099, 15797, 10647, 11549, 8944, 8974, 11109, 9899, 14295, 8691, 13359, 8285, 13492, 9120, 14586, 9610, 15620, 9802, 10060, 9085, 8598, 10672, 9254, 13841, 8584, 14211, 9211, 13979, 9345, 14664, 10211, 12157, 9025, 8290, 10076, 8429, 13289, 8726, 15276, 9407, 13503, 9057, 10379, 9695, 9406, 13209, 8997, 14152, 8995, 14115, 9297, 14264, 9639, 13357, 8563, 11155, 8864, 11175, 9288, 8435, 10565, 8122, 12419, 8758, 14144, 8595, 14140, 8671, 12176, 8574, 12609, 8784, 13575, 9471, 11133, 8605, 10066, 9653, 10271, 13033, 8524, 14410, 9030, 14728, 9580, 15307, 10028, 13859, 8958, 14025, 9369, 14592, 9880, 10312, 8741, 9992, 10375, 9983, 14016, 8788, 13839, 9269, 15211, 9720, 15593, 9998, 11824, 9165, 10419, 10495, 11159, 11993, 8578, 13112, 8968, 15554, 9848, 14874, 9533, 13387, 9822, 14594, 10182, 15224, 9116, 11604, 8843, 12056, 9105, 14744, 9223, 10556, 8772, 9031, 9142, 10414, 11551, 8240, 12730, 8768, 14135, 8878, 15927, 10240, 12209, 9002, 8191, 12010, 8834, 15971, 9349, 14459, 8722, 14271, 9285, 14898, 10327, 14412, 9237, 13501, 9409, 14354, 9525, 9801, 9498, 8863, 12813, 8577, 15248, 10330, 14804, 9050, 13132, 8887, 14087, 9337, 14140, 9269, 10344, 9242, 10326, 9428, 11924, 10903, 8252, 10794, 8250, 13805, 8546, 15574, 8989, 11766, 9031, 9623, 11104, 10622, 12843, 8696, 13193, 8843, 14481, 9219, 15349, 10170, 13129, 8969, 9619, 10260, 9362, 13590, 8544, 14116, 8769, 14167, 9231, 12463, 10532, 8460, 12516, 8552, 14435, 8822, 15219, 10104, 12880, 9379, 8203, 10500, 8134, 13057, 8315, 13543, 8242, 13466, 8593, 10930, 9949, 9073, 12445, 8312, 13400, 8599, 15393, 10502, 11100, 9404, 8725, 12969, 8653, 15880, 8868, 13913, 8236, 13872, 8745, 12696, 10315, 8237, 12810, 8312, 14260, 9127, 9212, 11632, 9068, 9859, 9446, 8525, 14349, 10873, 12594, 11109, 9070, 16353, 9495, 16416, 12100, 17381, 12916, 13877, 11485, 10493, 11622, 9321, 10475, 9018, 10175, 9104, 11313, 9409, 13193, 8942, 12635, 9054, 9925, 9704, 8884, 10795, 9489, 13842, 9005, 12659, 9499, 10797, 9365, 9510, 11926, 9108, 13728, 9290, 14896, 9452, 13720, 9849, 12348, 9936, 10435, 9932, 9074, 10023, 8463, 12136, 8904, 13009, 9369, 13356, 10137, 10256, 9496, 8519, 12986, 9430, 12794, 9147, 14330, 8978, 12460, 8992, 8041, 10228, 8632, 13278, 8772, 14446, 9510, 13708, 10034, 9655, 9270, 9354, 12231, 8558, 13774, 8444, 13845, 9197, 13799, 8655, 14102, 8669, 13529, 9033, 13463, 9129, 13546, 9478, 10799, 8335, 7742, 11909, 8074, 15831, 10374, 15661, 10605, 9214, 14486, 9945, 9153, 10138, 11192, 15269, 10562, 14405, 8862, 10062, 11946, 11049, 14784, 10497, 15779, 10546, 9129, 9814, 10528, 13795, 10538, 12054, 10454, 10363, 13145, 10533, 14050, 10484, 11658, 9712, 9363, 11547, 10225, 13656, 10375, 13728, 9949, 9396, 11765, 10310, 14076, 10613, 12761, 9618, 9667, 11908, 10336, 13129, 10391, 13329, 10559, 11109, 11401, 10148, 13526, 10332, 11785, 10449, 9797, 10803, 9443, 13072, 9890, 14296, 9865, 11952, 9107, 9425, 11684, 9749, 14779, 9648, 12529, 9955, 9289, 12882, 9750, 14418, 10251, 11350, 11223, 9317, 15435, 10252, 8538, 9934, 9493, 14598, 9907, 9918, 8994, 9103, 12142, 9424, 14359, 10004, 13458, 9923, 16447, 10040, 11410, 9049, 9019, 10997, 9418, 15003, 10248, 9629, 9072, 9808, 13447, 10045, 12761, 9943, 9210, 11653, 10140, 14642, 10213, 15673, 9563, 12124, 9774, 9667, 12952, 9629, 15996, 9893, 11308, 9922, 8861, 10156, 9284, 12791, 9468, 12608, 10011, 11380, 9300, 9191, 11356, 9335, 13792, 10063, 11897, 10685, 9304, 13281, 9273, 8883, 11119, 9049, 14561, 9615, 8509, 10431, 10132, 14900, 10065, 14523, 9404, 9612, 12622, 10009, 13699, 9712, 10003, 10845, 10014, 10538, 8660, 9810, 12381, 9799, 12742, 10142, 11151, 9708, 9486, 11549, 9593, 12938, 10025, 11534, 9903, 9128, 11409, 9476, 13629, 10327, 11332, 9647, 10106, 12939, 10091, 13364, 9266, 9900, 10965, 10052, 12563, 9044, 9202, 11465, 9503, 11725, 8096, 9604, 12512, 9860, 14122, 9580, 9531, 10819, 9961, 15065, 10157, 9255, 8973, 9810, 13896, 10327, 14586, 8680, 9922, 11703, 9867, 14956, 9858, 9342, 9270, 9957, 14229, 9875, 9298, 9366, 10073, 15433, 11131, 10355, 12151, 10211, 9804, 10741, 10318, 12218, 10367, 12742, 10484, 11781, 9735, 9676, 9947, 9994, 12190, 9999, 13377, 9775, 8232, 8384, 9981, 11812, 10209, 12209, 10916, 11531, 10552, 10157, 12217, 10691, 13742, 10396, 16054, 10836, 9431, 10648, 10398, 13602, 10665, 11253, 9590], 'WindowCenter': [4262.0, 4265.0, 4242.0, 4209.0, 4239.0, 4208.0, 4258.0, 4217.0, 4257.0, 4217.0, 4257.0, 4218.0, 4238.0, 4228.0, 4216.0, 4217.0, 4207.0, 4249.0, 4208.0, 4259.0, 4219.0, 4259.0, 4231.0, 4270.0, 4230.0, 4229.0, 4231.0, 4208.0, 4250.0, 4219.0, 4270.0, 4220.0, 4270.0, 4220.0, 4269.0, 4230.0, 4259.0, 4231.0, 4238.0, 4229.0, 4237.0, 4228.0, 4238.0, 4249.0, 4207.0, 4239.0, 4197.0, 4249.0, 4208.0, 4270.0, 4219.0, 4270.0, 4220.0, 4269.0, 4241.0, 4270.0, 4232.0, 4240.0, 4230.0, 4229.0, 4250.0, 4219.0, 4271.0, 4219.0, 4259.0, 4218.0, 4259.0, 4218.0, 4258.0, 4218.0, 4247.0, 4218.0, 4256.0, 4218.0, 4257.0, 4218.0, 4226.0, 4218.0, 4217.0, 4228.0, 4228.0, 4248.0, 4196.0, 4259.0, 4207.0, 4258.0, 4217.0, 4248.0, 4206.0, 4247.0, 4197.0, 4248.0, 4208.0, 4258.0, 4217.0, 4258.0, 4219.0, 4268.0, 4219.0, 4269.0, 4229.0, 4238.0, 4228.0, 4217.0, 4226.0, 4216.0, 4236.0, 4215.0, 4235.0, 4195.0, 4236.0, 4196.0, 4247.0, 4206.0, 4257.0, 4207.0, 4257.0, 4208.0, 4258.0, 4230.0, 4270.0, 4231.0, 4251.0, 4230.0, 4249.0, 4230.0, 4249.0, 4241.0, 4218.0, 4249.0, 4208.0, 4259.0, 4207.0, 4259.0, 4218.0, 4258.0, 4218.0, 4259.0, 4229.0, 4258.0, 4229.0, 4217.0, 4229.0, 4227.0, 4238.0, 4237.0, 4248.0, 4206.0, 4247.0, 4206.0, 4258.0, 4217.0, 4267.0, 4227.0, 4257.0, 4217.0, 4247.0, 4217.0, 4247.0, 4217.0, 4257.0, 4218.0, 4217.0, 4218.0, 4217.0, 4230.0, 4228.0, 4250.0, 4219.0, 4260.0, 4219.0, 4270.0, 4218.0, 4259.0, 4219.0, 4258.0, 4207.0, 4257.0, 4218.0, 4258.0, 4228.0, 4258.0, 4219.0, 4258.0, 4219.0, 4238.0, 4219.0, 4229.0, 4228.0, 4217.0, 4238.0, 4207.0, 4259.0, 4209.0, 4258.0, 4207.0, 4258.0, 4207.0, 4257.0, 4207.0, 4258.0, 4206.0, 4247.0, 4217.0, 4257.0, 4208.0, 4259.0, 4228.0, 4257.0, 4219.0, 4258.0, 4219.0, 4258.0, 4230.0, 4258.0, 4219.0, 4238.0, 4229.0, 4258.0, 4228.0, 4247.0, 4227.0, 4216.0, 4226.0, 4227.0, 4237.0, 4206.0, 4250.0, 4197.0, 4248.0, 4198.0, 4258.0, 4207.0, 4259.0, 4220.0, 4258.0, 4219.0, 4258.0, 4219.0, 4259.0, 4229.0, 4247.0, 4206.0, 4247.0, 4207.0, 4246.0, 4217.0, 4236.0, 4206.0, 4226.0, 4218.0, 4237.0, 4217.0, 4217.0, 4227.0, 4207.0, 4248.0, 4219.0, 4269.0, 4207.0, 4259.0, 4218.0, 4247.0, 4208.0, 4258.0, 4218.0, 4258.0, 4229.0, 4217.0, 4228.0, 4207.0, 4248.0, 4218.0, 4270.0, 4219.0, 4258.0, 4218.0, 4258.0, 4218.0, 4258.0, 4227.0, 4236.0, 4216.0, 4236.0, 4217.0, 4236.0, 4226.0, 4194.0, 4225.0, 4195.0, 4247.0, 4207.0, 4257.0, 4216.0, 4245.0, 4206.0, 4245.0, 4207.0, 4256.0, 4217.0, 4246.0, 4216.0, 4224.0, 4216.0, 4225.0, 4216.0, 4219.0, 4230.0, 4209.0, 4247.0, 4217.0, 4268.0, 4228.0, 4257.0, 4218.0, 4257.0, 4229.0, 4247.0, 4228.0, 4216.0, 4226.0, 4194.0, 4235.0, 4194.0, 4245.0, 4204.0, 4245.0, 4204.0, 4245.0, 4204.0, 4243.0, 4215.0, 4234.0, 4214.0, 4193.0, 4213.0, 4192.0, 4224.0, 4203.0, 4234.0, 4193.0, 4233.0, 4204.0, 4244.0, 4204.0, 4255.0, 4204.0, 4244.0, 4204.0, 4233.0, 4203.0, 4244.0, 4215.0, 4243.0, 4204.0, 4222.0, 4204.0, 4223.0, 4206.0, 4245.0, 4217.0, 4246.0, 4217.0, 4226.0, 4218.0, 4237.0, 4218.0, 4237.0, 4228.0, 4196.0, 4239.0, 4198.0, 4260.0, 4221.0, 4271.0, 4221.0, 4271.0, 4232.0, 4271.0, 4240.0, 4259.0, 4219.0, 4248.0, 4219.0, 4249.0, 4227.0, 4236.0, 4226.0, 4205.0, 4236.0, 4205.0, 4246.0, 4204.0, 4256.0, 4194.0, 4245.0, 4216.0, 4255.0, 4216.0, 4257.0, 4217.0, 4248.0, 4219.0, 4228.0, 4229.0, 4218.0, 4259.0, 4218.0, 4269.0, 4230.0, 4269.0, 4229.0, 4260.0, 4228.0, 4248.0, 4230.0, 4237.0, 4216.0, 4215.0, 4225.0, 4206.0, 4257.0, 4216.0, 4257.0, 4226.0, 4256.0, 4227.0, 4215.0, 4226.0, 4205.0, 4235.0, 4204.0, 4257.0, 4215.0, 4246.0, 4216.0, 4245.0, 4216.0, 4244.0, 4214.0, 4213.0, 4213.0, 4213.0, 4213.0, 4202.0, 4233.0, 4192.0, 4234.0, 4193.0, 4244.0, 4216.0, 4254.0, 4215.0, 4255.0, 4217.0, 4225.0, 4217.0, 4205.0, 4239.0, 4217.0, 4258.0, 4217.0, 4258.0, 4217.0, 4257.0, 4230.0, 4259.0, 4227.0, 4257.0, 4218.0, 4245.0, 4217.0, 4258.0, 4218.0, 4246.0, 4227.0, 4226.0, 4216.0, 4205.0, 4238.0, 4218.0, 4248.0, 4206.0, 4257.0, 4217.0, 4257.0, 4219.0, 4270.0, 4218.0, 4267.0, 4229.0, 4258.0, 4218.0, 4260.0, 4219.0, 4239.0, 4241.0, 4219.0, 4260.0, 4230.0, 4280.0, 4241.0, 4270.0, 4240.0, 4237.0, 4217.0, 4218.0, 4238.0, 4227.0, 4258.0, 4205.0, 4246.0, 4194.0, 4245.0, 4216.0, 4255.0, 4216.0, 4266.0, 4226.0, 4225.0, 4216.0, 4217.0, 4226.0, 4215.0, 4257.0, 4206.0, 4257.0, 4216.0, 4257.0, 4218.0, 4258.0, 4227.0, 4236.0, 4217.0, 4206.0, 4226.0, 4207.0, 4257.0, 4206.0, 4267.0, 4217.0, 4246.0, 4217.0, 4227.0, 4216.0, 4216.0, 4247.0, 4217.0, 4256.0, 4216.0, 4257.0, 4217.0, 4256.0, 4217.0, 4246.0, 4205.0, 4236.0, 4219.0, 4237.0, 4218.0, 4206.0, 4238.0, 4209.0, 4263.0, 4220.0, 4271.0, 4220.0, 4271.0, 4232.0, 4262.0, 4232.0, 4273.0, 4233.0, 4271.0, 4243.0, 4252.0, 4234.0, 4241.0, 4243.0, 4242.0, 4273.0, 4221.0, 4282.0, 4231.0, 4283.0, 4242.0, 4282.0, 4242.0, 4271.0, 4231.0, 4271.0, 4232.0, 4270.0, 4242.0, 4239.0, 4220.0, 4239.0, 4240.0, 4229.0, 4271.0, 4220.0, 4268.0, 4229.0, 4269.0, 4229.0, 4271.0, 4230.0, 4248.0, 4230.0, 4239.0, 4238.0, 4239.0, 4249.0, 4219.0, 4259.0, 4219.0, 4269.0, 4229.0, 4268.0, 4229.0, 4259.0, 4229.0, 4258.0, 4228.0, 4268.0, 4218.0, 4236.0, 4219.0, 4248.0, 4220.0, 4268.0, 4229.0, 4238.0, 4220.0, 4218.0, 4230.0, 4239.0, 4250.0, 4219.0, 4260.0, 4220.0, 4283.0, 4243.0, 4294.0, 4242.0, 4260.0, 4230.0, 4208.0, 4249.0, 4220.0, 4281.0, 4219.0, 4259.0, 4218.0, 4257.0, 4218.0, 4258.0, 4228.0, 4257.0, 4217.0, 4246.0, 4217.0, 4256.0, 4217.0, 4215.0, 4215.0, 4204.0, 4247.0, 4206.0, 4267.0, 4227.0, 4256.0, 4218.0, 4247.0, 4217.0, 4257.0, 4217.0, 4256.0, 4217.0, 4225.0, 4216.0, 4227.0, 4217.0, 4236.0, 4237.0, 4205.0, 4236.0, 4210.0, 4270.0, 4218.0, 4268.0, 4218.0, 4248.0, 4218.0, 4227.0, 4239.0, 4228.0, 4248.0, 4207.0, 4246.0, 4217.0, 4257.0, 4217.0, 4268.0, 4228.0, 4247.0, 4206.0, 4216.0, 4226.0, 4216.0, 4247.0, 4205.0, 4255.0, 4206.0, 4258.0, 4217.0, 4246.0, 4227.0, 4205.0, 4246.0, 4206.0, 4257.0, 4216.0, 4257.0, 4228.0, 4245.0, 4216.0, 4205.0, 4226.0, 4195.0, 4246.0, 4206.0, 4257.0, 4208.0, 4257.0, 4219.0, 4239.0, 4241.0, 4220.0, 4260.0, 4208.0, 4261.0, 4219.0, 4269.0, 4240.0, 4249.0, 4229.0, 4218.0, 4260.0, 4208.0, 4271.0, 4218.0, 4258.0, 4208.0, 4258.0, 4218.0, 4247.0, 4228.0, 4207.0, 4249.0, 4208.0, 4271.0, 4244.0, 4243.0, 4252.0, 4218.0, 4227.0, 4214.0, 4216.0, 4269.0, 4237.0, 4247.0, 4236.0, 4215.0, 4268.0, 4216.0, 4255.0, 4235.0, 4255.0, 4233.0, 4232.0, 4209.0, 4197.0, 4197.0, 4175.0, 4185.0, 4173.0, 4183.0, 4174.0, 4195.0, 4185.0, 4215.0, 4188.0, 4217.0, 4189.0, 4200.0, 4211.0, 4204.0, 4223.0, 4215.0, 4256.0, 4216.0, 4245.0, 4216.0, 4224.0, 4215.0, 4214.0, 4248.0, 4215.0, 4269.0, 4217.0, 4268.0, 4215.0, 4246.0, 4216.0, 4245.0, 4226.0, 4227.0, 4227.0, 4216.0, 4226.0, 4218.0, 4248.0, 4219.0, 4260.0, 4229.0, 4269.0, 4240.0, 4239.0, 4230.0, 4230.0, 4269.0, 4244.0, 4272.0, 4242.0, 4272.0, 4233.0, 4259.0, 4231.0, 4220.0, 4240.0, 4219.0, 4261.0, 4220.0, 4270.0, 4232.0, 4272.0, 4242.0, 4229.0, 4230.0, 4230.0, 4262.0, 4220.0, 4272.0, 4219.0, 4270.0, 4230.0, 4270.0, 4219.0, 4261.0, 4218.0, 4258.0, 4218.0, 4257.0, 4228.0, 4259.0, 4230.0, 4249.0, 4220.0, 4210.0, 4261.0, 4222.0, 4295.0, 4254.0, 4296.0, 4253.0, 4244.0, 4286.0, 4243.0, 4230.0, 4253.0, 4253.0, 4282.0, 4241.0, 4270.0, 4220.0, 4229.0, 4249.0, 4239.0, 4259.0, 4229.0, 4268.0, 4227.0, 4215.0, 4215.0, 4226.0, 4247.0, 4227.0, 4236.0, 4225.0, 4225.0, 4245.0, 4226.0, 4244.0, 4225.0, 4236.0, 4216.0, 4215.0, 4234.0, 4226.0, 4246.0, 4228.0, 4256.0, 4227.0, 4218.0, 4236.0, 4226.0, 4255.0, 4228.0, 4247.0, 4215.0, 4216.0, 4236.0, 4225.0, 4246.0, 4226.0, 4246.0, 4226.0, 4225.0, 4235.0, 4226.0, 4247.0, 4224.0, 4247.0, 4227.0, 4226.0, 4235.0, 4216.0, 4246.0, 4227.0, 4255.0, 4227.0, 4248.0, 4218.0, 4228.0, 4260.0, 4239.0, 4269.0, 4230.0, 4248.0, 4228.0, 4217.0, 4259.0, 4229.0, 4269.0, 4230.0, 4239.0, 4237.0, 4217.0, 4269.0, 4226.0, 4205.0, 4227.0, 4216.0, 4269.0, 4229.0, 4228.0, 4217.0, 4217.0, 4247.0, 4217.0, 4257.0, 4228.0, 4257.0, 4227.0, 4269.0, 4227.0, 4237.0, 4217.0, 4216.0, 4235.0, 4216.0, 4256.0, 4226.0, 4228.0, 4217.0, 4227.0, 4257.0, 4229.0, 4258.0, 4229.0, 4217.0, 4237.0, 4239.0, 4270.0, 4228.0, 4270.0, 4231.0, 4251.0, 4230.0, 4231.0, 4249.0, 4218.0, 4270.0, 4228.0, 4238.0, 4227.0, 4206.0, 4226.0, 4217.0, 4248.0, 4227.0, 4246.0, 4227.0, 4236.0, 4217.0, 4217.0, 4250.0, 4228.0, 4258.0, 4228.0, 4238.0, 4229.0, 4232.0, 4274.0, 4231.0, 4231.0, 4237.0, 4207.0, 4258.0, 4215.0, 4204.0, 4225.0, 4225.0, 4256.0, 4216.0, 4257.0, 4204.0, 4215.0, 4233.0, 4214.0, 4245.0, 4204.0, 4214.0, 4222.0, 4214.0, 4224.0, 4202.0, 4214.0, 4246.0, 4226.0, 4244.0, 4226.0, 4225.0, 4215.0, 4214.0, 4234.0, 4226.0, 4245.0, 4227.0, 4235.0, 4226.0, 4216.0, 4236.0, 4217.0, 4256.0, 4226.0, 4236.0, 4228.0, 4239.0, 4259.0, 4228.0, 4258.0, 4217.0, 4227.0, 4238.0, 4229.0, 4248.0, 4205.0, 4216.0, 4237.0, 4227.0, 4249.0, 4206.0, 4227.0, 4248.0, 4228.0, 4258.0, 4227.0, 4217.0, 4226.0, 4217.0, 4258.0, 4227.0, 4218.0, 4206.0, 4216.0, 4246.0, 4227.0, 4256.0, 4206.0, 4215.0, 4235.0, 4215.0, 4255.0, 4215.0, 4205.0, 4205.0, 4226.0, 4256.0, 4214.0, 4216.0, 4217.0, 4227.0, 4268.0, 4237.0, 4226.0, 4234.0, 4215.0, 4213.0, 4226.0, 4215.0, 4236.0, 4215.0, 4233.0, 4213.0, 4224.0, 4204.0, 4204.0, 4214.0, 4214.0, 4234.0, 4215.0, 4245.0, 4216.0, 4206.0, 4206.0, 4228.0, 4236.0, 4228.0, 4248.0, 4254.0, 4251.0, 4227.0, 4228.0, 4248.0, 4239.0, 4259.0, 4240.0, 4271.0, 4237.0, 4215.0, 4223.0, 4213.0, 4245.0, 4213.0, 4224.0, 4213.0], 'WindowWidth': [9455.0, 9445.0, 9408.0, 9357.0, 9394.0, 9354.0, 9417.0, 9362.0, 9416.0, 9363.0, 9416.0, 9365.0, 9391.0, 9377.0, 9359.0, 9361.0, 9348.0, 9406.0, 9353.0, 9421.0, 9370.0, 9419.0, 9387.0, 9438.0, 9385.0, 9380.0, 9385.0, 9353.0, 9410.0, 9368.0, 9440.0, 9371.0, 9436.0, 9371.0, 9435.0, 9387.0, 9422.0, 9386.0, 9393.0, 9380.0, 9389.0, 9380.0, 9390.0, 9406.0, 9349.0, 9394.0, 9337.0, 9407.0, 9352.0, 9436.0, 9369.0, 9437.0, 9371.0, 9435.0, 9402.0, 9438.0, 9389.0, 9398.0, 9383.0, 9381.0, 9411.0, 9369.0, 9442.0, 9369.0, 9424.0, 9365.0, 9424.0, 9366.0, 9421.0, 9364.0, 9401.0, 9364.0, 9413.0, 9365.0, 9416.0, 9365.0, 9373.0, 9364.0, 9362.0, 9378.0, 9377.0, 9405.0, 9334.0, 9420.0, 9350.0, 9419.0, 9361.0, 9403.0, 9344.0, 9401.0, 9334.0, 9402.0, 9350.0, 9416.0, 9362.0, 9418.0, 9368.0, 9431.0, 9370.0, 9434.0, 9383.0, 9390.0, 9376.0, 9361.0, 9372.0, 9358.0, 9385.0, 9356.0, 9382.0, 9329.0, 9385.0, 9332.0, 9400.0, 9346.0, 9416.0, 9349.0, 9416.0, 9353.0, 9418.0, 9385.0, 9438.0, 9387.0, 9413.0, 9386.0, 9409.0, 9383.0, 9408.0, 9398.0, 9365.0, 9406.0, 9350.0, 9420.0, 9349.0, 9423.0, 9363.0, 9418.0, 9365.0, 9419.0, 9381.0, 9419.0, 9381.0, 9362.0, 9381.0, 9376.0, 9392.0, 9390.0, 9404.0, 9345.0, 9400.0, 9346.0, 9418.0, 9362.0, 9429.0, 9376.0, 9416.0, 9362.0, 9402.0, 9362.0, 9401.0, 9365.0, 9415.0, 9366.0, 9361.0, 9366.0, 9363.0, 9383.0, 9380.0, 9410.0, 9368.0, 9424.0, 9367.0, 9436.0, 9366.0, 9422.0, 9364.0, 9419.0, 9348.0, 9415.0, 9365.0, 9416.0, 9379.0, 9418.0, 9368.0, 9417.0, 9369.0, 9390.0, 9367.0, 9378.0, 9377.0, 9362.0, 9392.0, 9350.0, 9419.0, 9353.0, 9419.0, 9349.0, 9416.0, 9350.0, 9415.0, 9347.0, 9416.0, 9346.0, 9401.0, 9362.0, 9416.0, 9351.0, 9419.0, 9379.0, 9415.0, 9367.0, 9417.0, 9370.0, 9417.0, 9385.0, 9418.0, 9367.0, 9390.0, 9381.0, 9419.0, 9377.0, 9401.0, 9375.0, 9358.0, 9373.0, 9373.0, 9388.0, 9345.0, 9407.0, 9335.0, 9404.0, 9338.0, 9416.0, 9349.0, 9421.0, 9369.0, 9418.0, 9368.0, 9418.0, 9369.0, 9423.0, 9380.0, 9400.0, 9346.0, 9400.0, 9348.0, 9398.0, 9363.0, 9384.0, 9346.0, 9373.0, 9363.0, 9386.0, 9362.0, 9359.0, 9375.0, 9349.0, 9405.0, 9368.0, 9434.0, 9349.0, 9422.0, 9363.0, 9400.0, 9352.0, 9415.0, 9365.0, 9419.0, 9380.0, 9361.0, 9377.0, 9349.0, 9403.0, 9363.0, 9438.0, 9367.0, 9417.0, 9365.0, 9418.0, 9365.0, 9421.0, 9376.0, 9384.0, 9358.0, 9385.0, 9361.0, 9382.0, 9371.0, 9326.0, 9369.0, 9328.0, 9399.0, 9348.0, 9414.0, 9359.0, 9397.0, 9346.0, 9396.0, 9347.0, 9411.0, 9363.0, 9398.0, 9357.0, 9367.0, 9358.0, 9367.0, 9357.0, 9368.0, 9386.0, 9354.0, 9402.0, 9361.0, 9431.0, 9379.0, 9417.0, 9366.0, 9415.0, 9379.0, 9402.0, 9377.0, 9358.0, 9370.0, 9327.0, 9380.0, 9326.0, 9395.0, 9338.0, 9398.0, 9338.0, 9394.0, 9339.0, 9391.0, 9356.0, 9378.0, 9352.0, 9321.0, 9350.0, 9321.0, 9364.0, 9335.0, 9378.0, 9321.0, 9376.0, 9338.0, 9393.0, 9340.0, 9407.0, 9340.0, 9391.0, 9339.0, 9374.0, 9337.0, 9391.0, 9355.0, 9389.0, 9340.0, 9361.0, 9340.0, 9364.0, 9346.0, 9396.0, 9362.0, 9396.0, 9362.0, 9372.0, 9364.0, 9387.0, 9364.0, 9387.0, 9377.0, 9334.0, 9394.0, 9341.0, 9425.0, 9373.0, 9442.0, 9375.0, 9440.0, 9390.0, 9442.0, 9397.0, 9426.0, 9368.0, 9406.0, 9368.0, 9406.0, 9377.0, 9386.0, 9370.0, 9340.0, 9385.0, 9343.0, 9398.0, 9340.0, 9413.0, 9326.0, 9397.0, 9359.0, 9409.0, 9359.0, 9414.0, 9364.0, 9402.0, 9368.0, 9379.0, 9381.0, 9365.0, 9422.0, 9365.0, 9436.0, 9385.0, 9436.0, 9381.0, 9428.0, 9378.0, 9408.0, 9385.0, 9391.0, 9360.0, 9355.0, 9369.0, 9343.0, 9413.0, 9360.0, 9416.0, 9373.0, 9417.0, 9377.0, 9357.0, 9372.0, 9344.0, 9383.0, 9341.0, 9416.0, 9354.0, 9396.0, 9358.0, 9396.0, 9359.0, 9396.0, 9352.0, 9349.0, 9349.0, 9349.0, 9351.0, 9333.0, 9375.0, 9321.0, 9378.0, 9322.0, 9391.0, 9359.0, 9407.0, 9357.0, 9409.0, 9361.0, 9370.0, 9361.0, 9344.0, 9394.0, 9364.0, 9418.0, 9362.0, 9419.0, 9362.0, 9416.0, 9385.0, 9420.0, 9377.0, 9417.0, 9365.0, 9397.0, 9364.0, 9420.0, 9366.0, 9401.0, 9375.0, 9371.0, 9360.0, 9344.0, 9391.0, 9365.0, 9404.0, 9346.0, 9416.0, 9362.0, 9416.0, 9369.0, 9436.0, 9368.0, 9431.0, 9383.0, 9418.0, 9368.0, 9425.0, 9370.0, 9394.0, 9399.0, 9370.0, 9424.0, 9386.0, 9453.0, 9401.0, 9443.0, 9397.0, 9390.0, 9363.0, 9368.0, 9392.0, 9374.0, 9421.0, 9343.0, 9398.0, 9326.0, 9395.0, 9361.0, 9409.0, 9360.0, 9430.0, 9373.0, 9370.0, 9360.0, 9363.0, 9373.0, 9357.0, 9415.0, 9345.0, 9414.0, 9360.0, 9417.0, 9367.0, 9418.0, 9378.0, 9387.0, 9361.0, 9344.0, 9371.0, 9348.0, 9415.0, 9347.0, 9431.0, 9364.0, 9401.0, 9364.0, 9378.0, 9361.0, 9358.0, 9402.0, 9360.0, 9413.0, 9359.0, 9415.0, 9363.0, 9414.0, 9362.0, 9399.0, 9346.0, 9386.0, 9369.0, 9389.0, 9366.0, 9348.0, 9396.0, 9357.0, 9432.0, 9373.0, 9441.0, 9374.0, 9441.0, 9392.0, 9429.0, 9392.0, 9447.0, 9394.0, 9443.0, 9407.0, 9416.0, 9396.0, 9403.0, 9407.0, 9404.0, 9447.0, 9376.0, 9459.0, 9389.0, 9460.0, 9404.0, 9460.0, 9406.0, 9442.0, 9388.0, 9441.0, 9391.0, 9440.0, 9404.0, 9395.0, 9371.0, 9396.0, 9398.0, 9381.0, 9440.0, 9373.0, 9435.0, 9382.0, 9437.0, 9383.0, 9446.0, 9385.0, 9408.0, 9385.0, 9395.0, 9393.0, 9395.0, 9409.0, 9368.0, 9421.0, 9368.0, 9437.0, 9380.0, 9438.0, 9381.0, 9420.0, 9381.0, 9418.0, 9380.0, 9436.0, 9364.0, 9386.0, 9366.0, 9404.0, 9370.0, 9432.0, 9382.0, 9391.0, 9371.0, 9365.0, 9384.0, 9395.0, 9411.0, 9369.0, 9425.0, 9373.0, 9462.0, 9410.0, 9479.0, 9406.0, 9426.0, 9384.0, 9351.0, 9407.0, 9370.0, 9456.0, 9368.0, 9424.0, 9367.0, 9417.0, 9366.0, 9420.0, 9378.0, 9416.0, 9361.0, 9398.0, 9361.0, 9414.0, 9363.0, 9354.0, 9355.0, 9341.0, 9398.0, 9345.0, 9427.0, 9374.0, 9414.0, 9362.0, 9399.0, 9362.0, 9416.0, 9363.0, 9413.0, 9360.0, 9368.0, 9359.0, 9374.0, 9362.0, 9384.0, 9387.0, 9343.0, 9385.0, 9355.0, 9437.0, 9365.0, 9433.0, 9366.0, 9404.0, 9365.0, 9375.0, 9392.0, 9376.0, 9404.0, 9347.0, 9399.0, 9360.0, 9415.0, 9363.0, 9434.0, 9376.0, 9401.0, 9345.0, 9357.0, 9371.0, 9358.0, 9402.0, 9343.0, 9410.0, 9346.0, 9418.0, 9363.0, 9399.0, 9376.0, 9341.0, 9398.0, 9345.0, 9413.0, 9360.0, 9417.0, 9376.0, 9397.0, 9358.0, 9342.0, 9370.0, 9330.0, 9399.0, 9345.0, 9414.0, 9352.0, 9416.0, 9369.0, 9394.0, 9398.0, 9368.0, 9423.0, 9352.0, 9425.0, 9368.0, 9436.0, 9399.0, 9407.0, 9381.0, 9364.0, 9421.0, 9350.0, 9443.0, 9365.0, 9418.0, 9351.0, 9416.0, 9366.0, 9402.0, 9379.0, 9348.0, 9405.0, 9351.0, 9439.0, 9412.0, 9408.0, 9416.0, 9365.0, 9373.0, 9355.0, 9361.0, 9435.0, 9391.0, 9402.0, 9387.0, 9358.0, 9436.0, 9359.0, 9416.0, 9384.0, 9414.0, 9377.0, 9372.0, 9337.0, 9316.0, 9317.0, 9282.0, 9294.0, 9278.0, 9292.0, 9282.0, 9310.0, 9297.0, 9339.0, 9308.0, 9344.0, 9312.0, 9326.0, 9344.0, 9336.0, 9365.0, 9354.0, 9411.0, 9360.0, 9396.0, 9358.0, 9366.0, 9355.0, 9352.0, 9405.0, 9357.0, 9437.0, 9361.0, 9433.0, 9357.0, 9397.0, 9358.0, 9395.0, 9373.0, 9372.0, 9376.0, 9360.0, 9375.0, 9366.0, 9407.0, 9368.0, 9424.0, 9385.0, 9437.0, 9400.0, 9395.0, 9386.0, 9385.0, 9439.0, 9410.0, 9446.0, 9405.0, 9447.0, 9396.0, 9426.0, 9390.0, 9372.0, 9398.0, 9369.0, 9426.0, 9371.0, 9439.0, 9390.0, 9444.0, 9405.0, 9382.0, 9386.0, 9385.0, 9429.0, 9372.0, 9445.0, 9371.0, 9437.0, 9384.0, 9438.0, 9367.0, 9429.0, 9366.0, 9420.0, 9367.0, 9416.0, 9379.0, 9421.0, 9385.0, 9410.0, 9374.0, 9359.0, 9428.0, 9377.0, 9484.0, 9425.0, 9484.0, 9419.0, 9411.0, 9475.0, 9409.0, 9386.0, 9422.0, 9419.0, 9464.0, 9400.0, 9441.0, 9370.0, 9380.0, 9407.0, 9392.0, 9425.0, 9380.0, 9435.0, 9372.0, 9354.0, 9354.0, 9369.0, 9399.0, 9374.0, 9385.0, 9370.0, 9369.0, 9396.0, 9370.0, 9393.0, 9369.0, 9383.0, 9356.0, 9354.0, 9380.0, 9371.0, 9397.0, 9377.0, 9411.0, 9374.0, 9362.0, 9385.0, 9372.0, 9410.0, 9376.0, 9399.0, 9357.0, 9357.0, 9385.0, 9370.0, 9396.0, 9371.0, 9398.0, 9371.0, 9368.0, 9383.0, 9370.0, 9402.0, 9366.0, 9405.0, 9375.0, 9373.0, 9384.0, 9358.0, 9398.0, 9375.0, 9410.0, 9375.0, 9404.0, 9364.0, 9378.0, 9425.0, 9399.0, 9438.0, 9389.0, 9406.0, 9378.0, 9363.0, 9425.0, 9382.0, 9436.0, 9383.0, 9393.0, 9390.0, 9362.0, 9438.0, 9373.0, 9343.0, 9373.0, 9360.0, 9435.0, 9381.0, 9379.0, 9363.0, 9361.0, 9401.0, 9360.0, 9417.0, 9377.0, 9415.0, 9376.0, 9437.0, 9377.0, 9389.0, 9362.0, 9358.0, 9383.0, 9358.0, 9414.0, 9374.0, 9377.0, 9362.0, 9374.0, 9416.0, 9381.0, 9417.0, 9380.0, 9362.0, 9390.0, 9398.0, 9438.0, 9379.0, 9444.0, 9390.0, 9413.0, 9385.0, 9388.0, 9407.0, 9363.0, 9441.0, 9377.0, 9390.0, 9373.0, 9343.0, 9370.0, 9359.0, 9402.0, 9374.0, 9399.0, 9374.0, 9385.0, 9361.0, 9361.0, 9410.0, 9379.0, 9417.0, 9378.0, 9390.0, 9378.0, 9389.0, 9453.0, 9389.0, 9387.0, 9388.0, 9346.0, 9418.0, 9354.0, 9340.0, 9369.0, 9369.0, 9415.0, 9359.0, 9416.0, 9339.0, 9352.0, 9377.0, 9351.0, 9396.0, 9338.0, 9351.0, 9359.0, 9352.0, 9366.0, 9334.0, 9351.0, 9397.0, 9372.0, 9394.0, 9370.0, 9367.0, 9355.0, 9353.0, 9380.0, 9372.0, 9396.0, 9373.0, 9380.0, 9371.0, 9358.0, 9385.0, 9360.0, 9411.0, 9373.0, 9386.0, 9378.0, 9394.0, 9420.0, 9378.0, 9416.0, 9361.0, 9374.0, 9392.0, 9381.0, 9403.0, 9343.0, 9357.0, 9386.0, 9374.0, 9407.0, 9347.0, 9374.0, 9402.0, 9375.0, 9420.0, 9374.0, 9360.0, 9372.0, 9358.0, 9419.0, 9375.0, 9363.0, 9343.0, 9355.0, 9398.0, 9371.0, 9414.0, 9344.0, 9355.0, 9381.0, 9353.0, 9412.0, 9355.0, 9341.0, 9340.0, 9371.0, 9411.0, 9353.0, 9355.0, 9362.0, 9375.0, 9437.0, 9386.0, 9369.0, 9380.0, 9351.0, 9348.0, 9371.0, 9353.0, 9385.0, 9354.0, 9377.0, 9349.0, 9362.0, 9335.0, 9336.0, 9349.0, 9349.0, 9375.0, 9354.0, 9391.0, 9358.0, 9343.0, 9345.0, 9375.0, 9385.0, 9376.0, 9404.0, 9423.0, 9414.0, 9376.0, 9377.0, 9404.0, 9394.0, 9425.0, 9399.0, 9444.0, 9390.0, 9354.0, 9363.0, 9348.0, 9393.0, 9349.0, 9365.0, 9349.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.0033670674740484425</td></tr>
<tr><td colspan=3>aqi</td><td>0.038125457266435986</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.13448949370567</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2401008520606063</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9725795673593084</td></tr>
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
<tr><td colspan=3>fber</td><td>5231.8545</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07544731441961895</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3737024221453287</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.494983385733731</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3647606708924394</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7792930246455816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.340896461663173</td></tr>
<tr><td colspan=3>gcor</td><td>0.00610017</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021499766036868095</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03443600982427597</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.8755302468544395</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.195</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1906</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.1194</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295401.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>841.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.8847</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3611</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.8693</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.5513</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.9969</td></tr>
<tr><td colspan=3>tsnr</td><td>34.37353361584246</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>