<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>fe490c2374345aadf25e01f62ab15a8b</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>14:21:57.197500</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.999602, -0.00181457, 0.0281389, -0.00331484, 0.983445, 0.181175]</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.100295</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7711, -7285, 724, -25, -5, 23, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d738e7a-ff0f-41eb-a180-45d4de068278||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.6818602085113525, -0.008893473073840141, 0.07560496032238007, 113.18299102783203], [0.004868367221206427, 2.638512134552002, 0.4892286956310272, -111.3711166381836], [0.07549464702606201, -0.486078143119812, 2.6542303562164307, -37.99655532836914], [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': ['142157.197500', '142157.657500', '142158.117500', '142158.577500', '142159.037500', '142159.497500', '142159.957500', '142200.417500', '142200.877500', '142201.337500', '142201.797500', '142202.257500', '142202.717500', '142203.177500', '142203.637500', '142204.097500', '142204.557500', '142205.017500', '142205.477500', '142205.937500', '142206.397500', '142206.857500', '142207.317500', '142207.777500', '142208.237500', '142208.697500', '142209.157500', '142209.617500', '142210.077500', '142210.537500', '142210.997500', '142211.457500', '142211.917500', '142212.377500', '142212.837500', '142213.297500', '142213.757500', '142214.217500', '142214.677500', '142215.137500', '142215.597500', '142216.057500', '142216.517500', '142216.977500', '142217.437500', '142217.897500', '142218.357500', '142218.817500', '142219.277500', '142219.737500', '142220.197500', '142220.657500', '142221.117500', '142221.577500', '142222.037500', '142222.497500', '142222.957500', '142223.417500', '142223.877500', '142224.337500', '142224.797500', '142225.257500', '142225.717500', '142226.177500', '142226.637500', '142227.097500', '142227.557500', '142228.017500', '142228.477500', '142228.937500', '142229.397500', '142229.857500', '142230.317500', '142230.777500', '142231.237500', '142231.697500', '142232.157500', '142232.617500', '142233.077500', '142233.537500', '142233.997500', '142234.457500', '142234.917500', '142235.377500', '142235.837500', '142236.297500', '142236.757500', '142237.217500', '142237.677500', '142238.137500', '142238.597500', '142239.057500', '142239.517500', '142239.977500', '142240.437500', '142240.897500', '142241.357500', '142241.817500', '142242.277500', '142242.737500', '142243.197500', '142243.657500', '142244.117500', '142244.577500', '142245.037500', '142245.497500', '142245.957500', '142246.417500', '142246.877500', '142247.337500', '142247.797500', '142248.257500', '142248.717500', '142249.177500', '142249.637500', '142250.097500', '142250.557500', '142251.017500', '142251.477500', '142251.937500', '142252.397500', '142252.857500', '142253.317500', '142253.777500', '142254.237500', '142254.697500', '142255.157500', '142255.617500', '142256.077500', '142256.537500', '142256.997500', '142257.457500', '142257.917500', '142258.377500', '142258.837500', '142259.297500', '142259.757500', '142300.217500', '142300.677500', '142301.137500', '142301.597500', '142302.057500', '142302.517500', '142302.977500', '142303.437500', '142303.897500', '142304.357500', '142304.817500', '142305.277500', '142305.737500', '142306.197500', '142306.657500', '142307.117500', '142307.577500', '142308.037500', '142308.497500', '142308.957500', '142309.417500', '142309.877500', '142310.337500', '142310.797500', '142311.257500', '142311.717500', '142312.177500', '142312.637500', '142313.097500', '142313.557500', '142314.017500', '142314.477500', '142314.937500', '142315.397500', '142315.857500', '142316.317500', '142316.777500', '142317.237500', '142317.697500', '142318.157500', '142318.617500', '142319.077500', '142319.537500', '142319.997500', '142320.457500', '142320.917500', '142321.377500', '142321.837500', '142322.297500', '142322.757500', '142323.217500', '142323.677500', '142324.137500', '142324.597500', '142325.057500', '142325.517500', '142325.977500', '142326.437500', '142326.897500', '142327.357500', '142327.817500', '142328.277500', '142328.737500', '142329.197500', '142329.657500', '142330.117500', '142330.577500', '142331.037500', '142331.497500', '142331.957500', '142332.417500', '142332.877500', '142333.337500', '142333.797500', '142334.257500', '142334.717500', '142335.177500', '142335.637500', '142336.097500', '142336.557500', '142337.017500', '142337.477500', '142337.937500', '142338.397500', '142338.857500', '142339.317500', '142339.777500', '142340.237500', '142340.697500', '142341.157500', '142341.617500', '142342.077500', '142342.537500', '142342.997500', '142343.457500', '142343.917500', '142344.377500', '142344.837500', '142345.297500', '142345.757500', '142346.217500', '142346.677500', '142347.137500', '142347.597500', '142348.057500', '142348.517500', '142348.977500', '142349.437500', '142349.897500', '142350.357500', '142350.817500', '142351.277500', '142351.737500', '142352.197500', '142352.657500', '142353.117500', '142353.577500', '142354.037500', '142354.497500', '142354.957500', '142355.417500', '142355.877500', '142356.337500', '142356.797500', '142357.257500', '142357.717500', '142358.177500', '142358.637500', '142359.097500', '142359.557500', '142400.017500', '142400.477500', '142400.937500', '142401.397500', '142401.857500', '142402.317500', '142402.777500', '142403.237500', '142403.697500', '142404.157500', '142404.617500', '142405.077500', '142405.537500', '142405.997500', '142406.457500', '142406.917500', '142407.377500', '142407.837500', '142408.297500', '142408.757500', '142409.217500', '142409.677500', '142410.137500', '142410.597500', '142411.057500', '142411.517500', '142411.977500', '142412.437500', '142412.897500', '142413.357500', '142413.817500', '142414.277500', '142414.737500', '142415.197500', '142415.657500', '142416.117500', '142416.577500', '142417.037500', '142417.497500', '142417.957500', '142418.417500', '142418.877500', '142419.337500', '142419.797500', '142420.257500', '142420.717500', '142421.177500', '142421.637500', '142422.097500', '142422.557500', '142423.017500', '142423.477500', '142423.937500', '142424.397500', '142424.857500', '142425.317500', '142425.777500', '142426.237500', '142426.697500', '142427.157500', '142427.617500', '142428.077500', '142428.537500', '142428.997500', '142429.457500', '142429.917500', '142430.377500', '142430.837500', '142431.297500', '142431.757500', '142432.217500', '142432.677500', '142433.137500', '142433.597500', '142434.057500', '142434.517500', '142434.977500', '142435.437500', '142435.897500', '142436.357500', '142436.817500', '142437.277500', '142437.737500', '142438.197500', '142438.657500', '142439.117500', '142439.577500', '142440.037500', '142440.497500', '142440.957500', '142441.417500', '142441.877500', '142442.337500', '142442.797500', '142443.257500', '142443.717500', '142444.177500', '142444.637500', '142445.097500', '142445.557500', '142446.017500', '142446.477500', '142446.937500', '142447.397500', '142447.857500', '142448.317500', '142448.777500', '142449.237500', '142449.697500', '142450.157500', '142450.617500', '142451.077500', '142451.537500', '142451.997500', '142452.457500', '142452.917500', '142453.377500', '142453.837500', '142454.297500', '142454.757500', '142455.217500', '142455.677500', '142456.137500', '142456.597500', '142457.057500', '142457.517500', '142457.977500', '142458.437500', '142458.897500', '142459.357500', '142459.817500', '142500.277500', '142500.737500', '142501.197500', '142501.657500', '142502.117500', '142502.577500', '142503.037500', '142503.497500', '142503.957500', '142504.417500', '142504.877500', '142505.337500', '142505.797500', '142506.257500', '142506.717500', '142507.177500', '142507.637500', '142508.097500', '142508.557500', '142509.017500', '142509.477500', '142509.937500', '142510.397500', '142510.857500', '142511.317500', '142511.777500', '142512.237500', '142512.697500', '142513.157500', '142513.617500', '142514.077500', '142514.537500', '142514.997500', '142515.457500', '142515.917500', '142516.377500', '142516.837500', '142517.297500', '142517.757500', '142518.217500', '142518.677500', '142519.137500', '142519.597500', '142520.057500', '142520.517500', '142520.977500', '142521.437500', '142521.897500', '142522.357500', '142522.817500', '142523.277500', '142523.737500', '142524.197500', '142524.657500', '142525.117500', '142525.577500', '142526.037500', '142526.497500', '142526.957500', '142527.417500', '142527.877500', '142528.337500', '142528.797500', '142529.257500', '142529.717500', '142530.177500', '142530.637500', '142531.097500', '142531.557500', '142532.017500', '142532.477500', '142532.937500', '142533.397500', '142533.857500', '142534.317500', '142534.777500', '142535.237500', '142535.697500', '142536.157500', '142536.617500', '142537.077500', '142537.537500', '142537.997500', '142538.457500', '142538.917500', '142539.377500', '142539.837500', '142540.297500', '142540.757500', '142541.217500', '142541.677500', '142542.137500', '142542.597500', '142543.057500', '142543.517500', '142543.977500', '142544.437500', '142544.897500', '142545.357500', '142545.817500', '142546.277500', '142546.737500', '142547.197500', '142547.657500', '142548.117500', '142548.577500', '142549.037500', '142549.497500', '142549.957500', '142550.417500', '142550.877500', '142551.337500', '142551.797500', '142552.257500', '142552.717500', '142553.177500', '142553.637500', '142554.097500', '142554.557500', '142555.017500', '142555.477500', '142555.937500', '142556.397500', '142556.857500', '142557.317500', '142557.777500', '142558.237500', '142558.697500', '142559.157500', '142559.617500', '142600.077500', '142600.537500', '142600.997500', '142601.457500', '142601.917500', '142602.377500', '142602.837500', '142603.297500', '142603.757500', '142604.217500', '142604.677500', '142605.137500', '142605.597500', '142606.057500', '142606.517500', '142606.977500', '142607.437500', '142607.897500', '142608.357500', '142608.817500', '142609.277500', '142609.737500', '142610.197500', '142610.657500', '142611.117500', '142611.577500', '142612.037500', '142612.497500', '142612.957500', '142613.417500', '142613.877500', '142614.337500', '142614.797500', '142615.257500', '142615.717500', '142616.177500', '142616.637500', '142617.097500', '142617.557500', '142618.017500', '142618.477500', '142618.937500', '142619.397500', '142619.857500', '142620.317500', '142620.777500', '142621.237500', '142621.697500', '142622.157500', '142622.617500', '142623.077500', '142623.537500', '142623.997500', '142624.457500', '142624.917500', '142625.377500', '142625.837500', '142626.297500', '142626.757500', '142627.217500', '142627.677500', '142628.137500', '142628.597500', '142629.057500', '142629.517500', '142629.977500', '142630.437500', '142630.897500', '142631.357500', '142631.817500', '142632.277500', '142632.737500', '142633.197500', '142633.657500', '142634.117500', '142634.577500', '142635.037500', '142635.497500', '142635.957500', '142636.417500', '142636.877500', '142637.337500', '142637.797500', '142638.257500', '142638.717500', '142639.177500', '142639.637500', '142640.097500', '142640.557500', '142641.017500', '142641.477500', '142641.937500', '142642.397500', '142642.857500', '142643.317500', '142643.777500', '142644.237500', '142644.697500', '142645.157500', '142645.617500', '142646.077500', '142646.537500', '142646.997500', '142647.457500', '142647.917500', '142648.377500', '142648.837500', '142649.297500', '142649.757500', '142650.217500', '142650.677500', '142651.137500', '142651.597500', '142652.057500', '142652.517500', '142652.977500', '142653.437500', '142653.897500', '142654.357500', '142654.817500', '142655.277500', '142655.737500', '142656.197500', '142656.657500', '142657.117500', '142657.577500', '142658.037500', '142658.497500', '142658.957500', '142659.417500', '142659.877500', '142700.337500', '142700.797500', '142701.257500', '142701.717500', '142702.177500', '142702.637500', '142703.097500', '142703.557500', '142704.017500', '142704.477500', '142704.937500', '142705.397500', '142705.857500', '142706.317500', '142706.777500', '142707.237500', '142707.697500', '142708.157500', '142708.617500', '142709.077500', '142709.537500', '142709.997500', '142710.457500', '142710.917500', '142711.377500', '142711.837500', '142712.297500', '142712.757500', '142713.217500', '142713.677500', '142714.137500', '142714.597500', '142715.057500', '142715.517500', '142715.977500', '142716.437500', '142716.897500', '142717.357500', '142717.817500', '142718.277500', '142718.737500', '142719.197500', '142719.657500', '142720.117500', '142720.577500', '142721.037500', '142721.497500', '142721.957500', '142722.417500', '142722.877500', '142723.337500', '142723.797500', '142724.257500', '142724.717500', '142725.177500', '142725.637500', '142726.097500', '142726.557500', '142727.017500', '142727.477500', '142727.937500', '142728.397500', '142728.857500', '142729.317500', '142729.777500', '142730.237500', '142730.697500', '142731.157500', '142731.617500', '142732.077500', '142732.537500', '142732.997500', '142733.457500', '142733.917500', '142734.377500', '142734.837500', '142735.297500', '142735.757500', '142736.217500', '142736.677500', '142737.137500', '142737.597500', '142738.057500', '142738.517500', '142738.977500', '142739.437500', '142739.897500', '142740.357500', '142740.817500', '142741.277500', '142741.737500', '142742.197500', '142742.657500', '142743.117500', '142743.577500', '142744.037500', '142744.497500', '142744.957500', '142745.417500', '142745.877500', '142746.337500', '142746.797500', '142747.257500', '142747.717500', '142748.177500', '142748.637500', '142749.097500', '142749.557500', '142750.017500', '142750.477500', '142750.937500', '142751.397500', '142751.857500', '142752.317500', '142752.777500', '142753.237500', '142753.697500', '142754.157500', '142754.617500', '142755.077500', '142755.537500', '142755.997500', '142756.457500', '142756.917500', '142757.377500', '142757.837500', '142758.297500', '142758.757500', '142759.217500', '142759.677500', '142800.137500', '142800.597500', '142801.057500', '142801.517500', '142801.977500', '142802.437500', '142802.897500', '142803.357500', '142803.817500', '142804.277500', '142804.737500', '142805.197500', '142805.657500', '142806.117500', '142806.577500', '142807.037500', '142807.497500', '142807.957500', '142808.417500', '142808.877500', '142809.337500', '142809.797500', '142810.257500', '142810.717500', '142811.177500', '142811.637500', '142812.097500', '142812.557500', '142813.017500', '142813.477500', '142813.937500', '142814.397500', '142814.857500', '142815.317500', '142815.777500', '142816.237500', '142816.697500', '142817.157500', '142817.617500', '142818.077500', '142818.537500', '142818.997500', '142819.457500', '142819.917500', '142820.377500', '142820.837500', '142821.297500', '142821.757500', '142822.217500', '142822.677500', '142823.137500', '142823.597500', '142824.057500', '142824.517500', '142824.977500', '142825.437500', '142825.897500', '142826.357500', '142826.817500', '142827.277500', '142827.737500', '142828.197500', '142828.657500', '142829.117500', '142829.577500', '142830.037500', '142830.497500', '142830.957500', '142831.417500', '142831.877500', '142832.337500', '142832.797500', '142833.257500', '142833.717500', '142834.177500', '142834.637500', '142835.097500', '142835.557500', '142836.017500', '142836.477500', '142836.937500', '142837.397500', '142837.857500', '142838.317500', '142838.777500', '142839.237500', '142839.697500', '142840.157500', '142840.617500', '142841.077500', '142841.537500', '142841.997500', '142842.457500', '142842.917500', '142843.377500', '142843.837500', '142844.297500', '142844.757500', '142845.217500', '142845.677500', '142846.137500', '142846.597500', '142847.057500', '142847.517500', '142847.977500', '142848.437500', '142848.897500', '142849.357500', '142849.817500', '142850.277500', '142850.737500', '142851.197500', '142851.657500', '142852.117500', '142852.577500', '142853.037500', '142853.497500', '142853.957500', '142854.417500', '142854.877500', '142855.337500', '142855.797500', '142856.257500', '142856.717500', '142857.177500', '142857.637500', '142858.097500', '142858.557500', '142859.017500', '142859.477500', '142859.937500', '142900.397500', '142900.857500', '142901.317500', '142901.777500', '142902.237500', '142902.697500', '142903.157500', '142903.617500', '142904.077500', '142904.537500', '142904.997500', '142905.457500', '142905.917500', '142906.377500', '142906.837500', '142907.297500', '142907.757500', '142908.217500', '142908.677500', '142909.137500', '142909.597500', '142910.057500', '142910.517500', '142910.977500', '142911.437500', '142911.897500', '142912.357500', '142912.817500', '142913.277500', '142913.737500', '142914.197500', '142914.657500', '142915.117500', '142915.577500', '142916.037500', '142916.497500', '142916.957500', '142917.417500', '142917.877500', '142918.337500', '142918.797500', '142919.257500', '142919.717500', '142920.177500', '142920.637500', '142921.097500', '142921.557500', '142922.017500', '142922.477500', '142922.937500', '142923.397500', '142923.857500', '142924.317500', '142924.777500', '142925.237500', '142925.697500', '142926.157500', '142926.617500', '142927.077500', '142927.537500', '142927.997500', '142928.457500', '142928.917500', '142929.377500', '142929.837500', '142930.297500', '142930.757500', '142931.217500', '142931.677500', '142932.137500', '142932.597500', '142933.057500', '142933.517500', '142933.977500', '142934.437500', '142934.897500', '142935.357500', '142935.817500', '142936.277500', '142936.737500', '142937.197500', '142937.657500', '142938.117500', '142938.577500', '142939.037500', '142939.497500', '142939.957500', '142940.417500', '142940.877500', '142941.337500', '142941.797500', '142942.257500', '142942.717500', '142943.177500', '142943.637500', '142944.097500', '142944.557500', '142945.017500', '142945.477500', '142945.937500', '142946.397500', '142946.857500', '142947.317500', '142947.777500', '142948.237500', '142948.697500', '142949.157500', '142949.617500', '142950.077500', '142950.537500', '142950.997500', '142951.457500', '142951.917500', '142952.377500', '142952.837500', '142953.297500', '142953.757500', '142954.217500', '142954.677500', '142955.137500', '142955.597500', '142956.057500', '142956.517500', '142956.977500', '142957.437500', '142957.897500', '142958.357500', '142958.817500', '142959.277500', '142959.737500', '143000.197500', '143000.657500', '143001.117500', '143001.577500', '143002.037500', '143002.497500', '143002.957500', '143003.417500', '143003.877500', '143004.337500', '143004.797500', '143005.257500', '143005.717500', '143006.177500', '143006.637500', '143007.097500', '143007.557500', '143008.017500', '143008.477500', '143008.937500', '143009.397500', '143009.857500', '143010.317500', '143010.777500', '143011.237500', '143011.697500', '143012.157500', '143012.617500', '143013.077500', '143013.537500', '143013.997500', '143014.457500', '143014.917500', '143015.377500', '143015.837500', '143016.297500', '143016.757500', '143017.217500', '143017.677500', '143018.137500', '143018.597500', '143019.057500', '143019.517500', '143019.977500', '143020.437500', '143020.897500', '143021.357500', '143021.817500', '143022.277500', '143022.737500', '143023.197500', '143023.657500', '143024.117500', '143024.577500', '143025.037500', '143025.497500', '143025.957500', '143026.417500', '143026.877500', '143027.337500', '143027.797500', '143028.257500', '143028.717500', '143029.177500', '143029.637500', '143030.097500', '143030.557500', '143031.017500', '143031.477500', '143031.937500', '143032.397500', '143032.857500', '143033.317500', '143033.777500', '143034.237500', '143034.697500', '143035.157500', '143035.617500', '143036.077500', '143036.537500', '143036.997500', '143037.457500', '143037.917500', '143038.377500', '143038.837500', '143039.297500', '143039.757500', '143040.217500', '143040.677500', '143041.137500', '143041.597500', '143042.057500', '143042.517500', '143042.977500', '143043.437500', '143043.897500', '143044.357500', '143044.817500', '143045.277500', '143045.737500', '143046.197500', '143046.657500', '143047.117500', '143047.577500', '143048.037500', '143048.497500', '143048.957500', '143049.417500'], 'ContentTime': ['142213.662000', '142213.671000', '142213.673000', '142213.676000', '142213.678000', '142213.681000', '142213.684000', '142213.686000', '142213.689000', '142213.691000', '142213.694000', '142213.697000', '142213.700000', '142213.702000', '142213.710000', '142213.713000', '142213.715000', '142213.718000', '142213.720000', '142213.723000', '142213.726000', '142213.728000', '142213.731000', '142213.733000', '142213.736000', '142213.738000', '142213.741000', '142213.743000', '142213.746000', '142213.748000', '142213.751000', '142213.754000', '142213.756000', '142233.635000', '142233.638000', '142233.641000', '142233.643000', '142233.646000', '142233.648000', '142233.657000', '142233.660000', '142233.662000', '142233.665000', '142233.667000', '142233.670000', '142233.673000', '142233.675000', '142233.678000', '142233.680000', '142233.683000', '142233.686000', '142233.689000', '142233.691000', '142233.694000', '142233.697000', '142233.699000', '142233.702000', '142233.705000', '142233.707000', '142233.710000', '142233.712000', '142233.715000', '142233.717000', '142233.720000', '142233.722000', '142233.725000', '142233.728000', '142233.730000', '142233.733000', '142233.735000', '142233.738000', '142233.740000', '142233.743000', '142233.746000', '142233.749000', '142233.751000', '142233.754000', '142253.635000', '142253.638000', '142253.641000', '142253.643000', '142253.646000', '142253.648000', '142253.651000', '142253.657000', '142253.659000', '142253.662000', '142253.664000', '142253.667000', '142253.669000', '142253.672000', '142253.674000', '142253.677000', '142253.680000', '142253.682000', '142253.685000', '142253.687000', '142253.690000', '142253.692000', '142253.695000', '142253.698000', '142253.700000', '142253.703000', '142253.705000', '142253.708000', '142253.710000', '142253.713000', '142253.715000', '142253.718000', '142253.721000', '142253.723000', '142253.726000', '142253.728000', '142253.731000', '142253.733000', '142253.736000', '142253.738000', '142253.741000', '142253.744000', '142253.746000', '142313.635000', '142313.638000', '142313.641000', '142313.643000', '142313.646000', '142313.648000', '142313.651000', '142313.654000', '142313.657000', '142313.660000', '142313.662000', '142313.665000', '142313.668000', '142313.670000', '142313.673000', '142313.675000', '142313.678000', '142313.680000', '142313.683000', '142313.686000', '142313.688000', '142313.691000', '142313.693000', '142313.696000', '142313.699000', '142313.701000', '142313.704000', '142313.706000', '142313.709000', '142313.712000', '142313.714000', '142313.717000', '142313.719000', '142313.722000', '142313.725000', '142313.727000', '142313.730000', '142313.732000', '142313.735000', '142313.738000', '142313.740000', '142313.743000', '142313.745000', '142313.748000', '142333.635000', '142333.638000', '142333.641000', '142333.643000', '142333.646000', '142333.649000', '142333.651000', '142333.654000', '142333.656000', '142333.659000', '142333.661000', '142333.664000', '142333.667000', '142333.669000', '142333.672000', '142333.674000', '142333.677000', '142333.679000', '142333.682000', '142333.685000', '142333.687000', '142333.690000', '142333.692000', '142333.695000', '142333.698000', '142333.700000', '142333.703000', '142333.705000', '142333.708000', '142333.710000', '142333.713000', '142333.716000', '142333.718000', '142333.721000', '142333.723000', '142333.726000', '142333.729000', '142333.731000', '142333.734000', '142333.736000', '142333.739000', '142333.741000', '142333.744000', '142353.636000', '142353.639000', '142353.642000', '142353.644000', '142353.647000', '142353.650000', '142353.652000', '142353.655000', '142353.657000', '142353.660000', '142353.662000', '142353.665000', '142353.667000', '142353.670000', '142353.673000', '142353.675000', '142353.678000', '142353.680000', '142353.683000', '142353.725000', '142353.728000', '142353.730000', '142353.733000', '142353.735000', '142353.738000', '142353.740000', '142353.743000', '142353.745000', '142353.748000', '142353.751000', '142353.753000', '142353.756000', '142353.758000', '142353.761000', '142353.764000', '142353.766000', '142353.769000', '142353.771000', '142353.774000', '142353.776000', '142353.779000', '142353.782000', '142353.784000', '142353.787000', '142413.636000', '142413.639000', '142413.642000', '142413.645000', '142413.647000', '142413.650000', '142413.652000', '142413.655000', '142413.658000', '142413.660000', '142413.663000', '142413.665000', '142413.668000', '142413.671000', '142413.673000', '142413.676000', '142413.679000', '142413.681000', '142413.684000', '142413.686000', '142413.689000', '142413.692000', '142413.694000', '142413.697000', '142413.699000', '142413.702000', '142413.705000', '142413.707000', '142413.710000', '142413.712000', '142413.715000', '142413.718000', '142413.720000', '142413.723000', '142413.725000', '142413.728000', '142413.730000', '142413.733000', '142413.736000', '142413.738000', '142413.741000', '142413.743000', '142413.746000', '142433.635000', '142433.638000', '142433.641000', '142433.644000', '142433.646000', '142433.649000', '142433.651000', '142433.654000', '142433.656000', '142433.659000', '142433.662000', '142433.664000', '142433.667000', '142433.669000', '142433.672000', '142433.674000', '142433.677000', '142433.680000', '142433.682000', '142433.685000', '142433.687000', '142433.690000', '142433.693000', '142433.696000', '142433.699000', '142433.701000', '142433.704000', '142433.706000', '142433.709000', '142433.712000', '142433.714000', '142433.717000', '142433.720000', '142433.722000', '142433.725000', '142433.733000', '142433.736000', '142433.738000', '142433.741000', '142433.743000', '142433.746000', '142433.748000', '142433.752000', '142453.635000', '142453.638000', '142453.641000', '142453.644000', '142453.646000', '142453.649000', '142453.651000', '142453.654000', '142453.656000', '142453.659000', '142453.662000', '142453.664000', '142453.667000', '142453.669000', '142453.672000', '142453.675000', '142453.677000', '142453.680000', '142453.682000', '142453.685000', '142453.688000', '142453.690000', '142453.693000', '142453.695000', '142453.698000', '142453.700000', '142453.703000', '142453.706000', '142453.708000', '142453.711000', '142453.713000', '142453.716000', '142453.719000', '142453.721000', '142453.724000', '142453.727000', '142453.729000', '142453.732000', '142453.734000', '142453.737000', '142453.739000', '142453.742000', '142453.745000', '142453.747000', '142513.635000', '142513.638000', '142513.641000', '142513.644000', '142513.646000', '142513.649000', '142513.651000', '142513.654000', '142513.657000', '142513.659000', '142513.662000', '142513.664000', '142513.667000', '142513.670000', '142513.672000', '142513.675000', '142513.677000', '142513.680000', '142513.683000', '142513.685000', '142513.688000', '142513.690000', '142513.693000', '142513.696000', '142513.698000', '142513.701000', '142513.703000', '142513.706000', '142513.708000', '142513.711000', '142513.714000', '142513.716000', '142513.719000', '142513.722000', '142513.724000', '142513.727000', '142513.729000', '142513.732000', '142513.734000', '142513.737000', '142513.740000', '142513.742000', '142513.745000', '142533.636000', '142533.638000', '142533.641000', '142533.644000', '142533.646000', '142533.649000', '142533.651000', '142533.654000', '142533.657000', '142533.659000', '142533.662000', '142533.664000', '142533.667000', '142533.669000', '142533.672000', '142533.698000', '142533.701000', '142533.703000', '142533.706000', '142533.709000', '142533.711000', '142533.714000', '142533.716000', '142533.719000', '142533.721000', '142533.724000', '142533.727000', '142533.729000', '142533.732000', '142533.734000', '142533.737000', '142533.740000', '142533.742000', '142533.745000', '142533.747000', '142533.750000', '142533.752000', '142533.755000', '142533.758000', '142533.760000', '142533.763000', '142533.765000', '142533.768000', '142533.770000', '142553.635000', '142553.638000', '142553.641000', '142553.643000', '142553.646000', '142553.649000', '142553.651000', '142553.654000', '142553.657000', '142553.659000', '142553.662000', '142553.664000', '142553.667000', '142553.670000', '142553.672000', '142553.675000', '142553.678000', '142553.680000', '142553.683000', '142553.685000', '142553.688000', '142553.691000', '142553.693000', '142553.696000', '142553.698000', '142553.701000', '142553.703000', '142553.706000', '142553.709000', '142553.712000', '142553.714000', '142553.717000', '142553.719000', '142553.722000', '142553.724000', '142553.727000', '142553.730000', '142553.732000', '142553.736000', '142553.738000', '142553.741000', '142553.744000', '142553.746000', '142613.636000', '142613.639000', '142613.642000', '142613.644000', '142613.647000', '142613.650000', '142613.652000', '142613.655000', '142613.657000', '142613.660000', '142613.663000', '142613.665000', '142613.668000', '142613.670000', '142613.673000', '142613.676000', '142613.678000', '142613.681000', '142613.683000', '142613.686000', '142613.689000', '142613.691000', '142613.694000', '142613.696000', '142613.699000', '142613.701000', '142613.704000', '142613.707000', '142613.709000', '142613.712000', '142613.715000', '142613.717000', '142613.720000', '142613.722000', '142613.725000', '142613.727000', '142613.730000', '142613.733000', '142613.735000', '142613.738000', '142613.740000', '142613.743000', '142613.746000', '142613.748000', '142633.635000', '142633.638000', '142633.641000', '142633.643000', '142633.646000', '142633.649000', '142633.651000', '142633.654000', '142633.656000', '142633.659000', '142633.661000', '142633.664000', '142633.667000', '142633.669000', '142633.672000', '142633.674000', '142633.677000', '142633.680000', '142633.682000', '142633.685000', '142633.687000', '142633.690000', '142633.693000', '142633.695000', '142633.698000', '142633.700000', '142633.703000', '142633.706000', '142633.708000', '142633.711000', '142633.714000', '142633.716000', '142633.719000', '142633.722000', '142633.724000', '142633.727000', '142633.729000', '142633.732000', '142633.734000', '142633.737000', '142633.740000', '142633.742000', '142633.745000', '142653.636000', '142653.638000', '142653.641000', '142653.644000', '142653.646000', '142653.649000', '142653.651000', '142653.654000', '142653.657000', '142653.659000', '142653.662000', '142653.664000', '142653.667000', '142653.670000', '142653.672000', '142653.675000', '142653.677000', '142653.680000', '142653.682000', '142653.685000', '142653.688000', '142653.690000', '142653.693000', '142653.695000', '142653.698000', '142653.701000', '142653.703000', '142653.706000', '142653.708000', '142653.711000', '142653.713000', '142653.716000', '142653.719000', '142653.721000', '142653.724000', '142653.726000', '142653.729000', '142653.732000', '142653.734000', '142653.737000', '142653.753000', '142653.756000', '142653.758000', '142653.761000', '142713.636000', '142713.638000', '142713.641000', '142713.644000', '142713.646000', '142713.649000', '142713.652000', '142713.654000', '142713.657000', '142713.659000', '142713.662000', '142713.665000', '142713.667000', '142713.670000', '142713.672000', '142713.675000', '142713.678000', '142713.680000', '142713.683000', '142713.685000', '142713.688000', '142713.691000', '142713.693000', '142713.696000', '142713.698000', '142713.701000', '142713.704000', '142713.706000', '142713.709000', '142713.711000', '142713.716000', '142713.719000', '142713.721000', '142713.724000', '142713.727000', '142713.729000', '142713.732000', '142713.734000', '142713.737000', '142713.740000', '142713.742000', '142713.745000', '142713.747000', '142733.636000', '142733.638000', '142733.641000', '142733.644000', '142733.646000', '142733.649000', '142733.651000', '142733.654000', '142733.656000', '142733.659000', '142733.662000', '142733.664000', '142733.667000', '142733.669000', '142733.672000', '142733.675000', '142733.677000', '142733.680000', '142733.682000', '142733.685000', '142733.687000', '142733.690000', '142733.693000', '142733.695000', '142733.698000', '142733.701000', '142733.703000', '142733.706000', '142733.708000', '142733.711000', '142733.713000', '142733.716000', '142733.719000', '142733.721000', '142733.724000', '142733.726000', '142733.729000', '142733.731000', '142733.734000', '142733.737000', '142733.739000', '142733.742000', '142733.744000', '142733.747000', '142753.635000', '142753.638000', '142753.641000', '142753.643000', '142753.646000', '142753.649000', '142753.651000', '142753.654000', '142753.656000', '142753.659000', '142753.662000', '142753.664000', '142753.667000', '142753.669000', '142753.672000', '142753.675000', '142753.677000', '142753.680000', '142753.682000', '142753.685000', '142753.687000', '142753.690000', '142753.693000', '142753.695000', '142753.698000', '142753.700000', '142753.703000', '142753.705000', '142753.708000', '142753.711000', '142753.713000', '142753.716000', '142753.718000', '142753.721000', '142753.724000', '142753.726000', '142753.729000', '142753.731000', '142753.734000', '142753.737000', '142753.739000', '142753.742000', '142753.745000', '142813.635000', '142813.638000', '142813.641000', '142813.644000', '142813.646000', '142813.649000', '142813.651000', '142813.654000', '142813.656000', '142813.659000', '142813.662000', '142813.664000', '142813.667000', '142813.670000', '142813.672000', '142813.675000', '142813.677000', '142813.680000', '142813.683000', '142813.685000', '142813.688000', '142813.690000', '142813.693000', '142813.695000', '142813.698000', '142813.701000', '142813.703000', '142813.706000', '142813.708000', '142813.711000', '142813.713000', '142813.716000', '142813.719000', '142813.721000', '142813.724000', '142813.726000', '142813.729000', '142813.732000', '142813.734000', '142813.737000', '142813.739000', '142813.742000', '142813.744000', '142813.747000', '142833.636000', '142833.639000', '142833.642000', '142833.644000', '142833.647000', '142833.650000', '142833.652000', '142833.655000', '142833.657000', '142833.660000', '142833.663000', '142833.665000', '142833.668000', '142833.670000', '142833.673000', '142833.675000', '142833.678000', '142833.681000', '142833.683000', '142833.686000', '142833.688000', '142833.691000', '142833.694000', '142833.696000', '142833.699000', '142833.701000', '142833.704000', '142833.706000', '142833.709000', '142833.711000', '142833.714000', '142833.717000', '142833.719000', '142833.722000', '142833.724000', '142833.727000', '142833.730000', '142833.732000', '142833.735000', '142833.737000', '142833.740000', '142833.742000', '142833.745000', '142853.636000', '142853.638000', '142853.641000', '142853.644000', '142853.646000', '142853.649000', '142853.651000', '142853.654000', '142853.657000', '142853.659000', '142853.662000', '142853.664000', '142853.667000', '142853.670000', '142853.672000', '142853.675000', '142853.677000', '142853.680000', '142853.683000', '142853.685000', '142853.688000', '142853.691000', '142853.693000', '142853.696000', '142853.698000', '142853.701000', '142853.703000', '142853.706000', '142853.709000', '142853.711000', '142853.714000', '142853.716000', '142853.719000', '142853.722000', '142853.724000', '142853.727000', '142853.730000', '142853.732000', '142853.735000', '142853.737000', '142853.740000', '142853.743000', '142853.745000', '142853.748000', '142913.635000', '142913.638000', '142913.641000', '142913.644000', '142913.646000', '142913.649000', '142913.651000', '142913.654000', '142913.657000', '142913.659000', '142913.662000', '142913.664000', '142913.667000', '142913.669000', '142913.672000', '142913.675000', '142913.677000', '142913.680000', '142913.682000', '142913.685000', '142913.688000', '142913.691000', '142913.693000', '142913.696000', '142913.698000', '142913.701000', '142913.704000', '142913.706000', '142913.709000', '142913.711000', '142913.714000', '142913.717000', '142913.719000', '142913.722000', '142913.725000', '142913.727000', '142913.730000', '142913.732000', '142913.735000', '142913.737000', '142913.740000', '142913.743000', '142913.745000', '142933.636000', '142933.638000', '142933.641000', '142933.644000', '142933.646000', '142933.649000', '142933.651000', '142933.654000', '142933.657000', '142933.659000', '142933.662000', '142933.664000', '142933.667000', '142933.670000', '142933.672000', '142933.675000', '142933.678000', '142933.680000', '142933.683000', '142933.685000', '142933.688000', '142933.691000', '142933.693000', '142933.696000', '142933.698000', '142933.701000', '142933.704000', '142933.706000', '142933.709000', '142933.711000', '142933.714000', '142933.717000', '142933.719000', '142933.722000', '142933.725000', '142933.727000', '142933.730000', '142933.733000', '142933.735000', '142933.738000', '142933.740000', '142933.743000', '142933.745000', '142933.748000', '142953.635000', '142953.638000', '142953.641000', '142953.644000', '142953.646000', '142953.649000', '142953.651000', '142953.654000', '142953.657000', '142953.659000', '142953.662000', '142953.664000', '142953.667000', '142953.669000', '142953.672000', '142953.675000', '142953.677000', '142953.680000', '142953.682000', '142953.685000', '142953.688000', '142953.690000', '142953.693000', '142953.695000', '142953.698000', '142953.701000', '142953.703000', '142953.706000', '142953.708000', '142953.711000', '142953.714000', '142953.716000', '142953.719000', '142953.721000', '142953.724000', '142953.727000', '142953.729000', '142953.732000', '142953.734000', '142953.737000', '142953.740000', '142953.742000', '142953.745000', '143013.636000', '143013.638000', '143013.641000', '143013.644000', '143013.646000', '143013.649000', '143013.651000', '143013.654000', '143013.657000', '143013.659000', '143013.662000', '143013.664000', '143013.667000', '143013.670000', '143013.672000', '143013.675000', '143013.678000', '143013.680000', '143013.683000', '143013.685000', '143013.688000', '143013.691000', '143013.693000', '143013.696000', '143013.698000', '143013.701000', '143013.703000', '143013.706000', '143013.709000', '143013.711000', '143013.714000', '143013.717000', '143013.719000', '143013.722000', '143013.724000', '143013.727000', '143013.730000', '143013.732000', '143013.735000', '143013.737000', '143013.740000', '143013.743000', '143013.745000', '143013.748000', '143033.635000', '143033.638000', '143033.641000', '143033.644000', '143033.646000', '143033.649000', '143033.651000', '143033.654000', '143033.657000', '143033.659000', '143033.662000', '143033.664000', '143033.667000', '143033.669000', '143033.672000', '143033.675000', '143033.677000', '143033.680000', '143033.683000', '143033.685000', '143033.688000', '143033.690000', '143033.693000', '143033.695000', '143033.698000', '143033.701000', '143033.703000', '143033.706000', '143033.708000', '143033.711000', '143033.733000', '143033.735000', '143033.738000', '143033.740000', '143033.743000', '143033.745000', '143033.748000', '143033.751000', '143033.753000', '143033.756000', '143033.758000', '143033.761000', '143033.764000', '143050.846000', '143050.849000', '143050.852000', '143050.854000', '143050.857000', '143050.860000', '143050.862000', '143050.865000', '143050.868000', '143050.870000', '143050.873000', '143050.875000', '143050.878000', '143050.881000', '143050.883000', '143050.886000', '143050.889000', '143050.891000', '143050.894000', '143050.896000', '143050.899000', '143050.902000', '143050.904000', '143050.907000', '143050.910000', '143050.912000', '143050.915000', '143050.917000', '143050.920000', '143050.923000', '143050.926000', '143050.928000', '143050.931000', '143050.934000', '143050.937000', '143050.940000', '143050.943000', '143050.945000'], 'InstanceCreationTime': ['142213.662000', '142213.671000', '142213.673000', '142213.676000', '142213.678000', '142213.681000', '142213.684000', '142213.686000', '142213.689000', '142213.691000', '142213.694000', '142213.697000', '142213.700000', '142213.702000', '142213.710000', '142213.713000', '142213.715000', '142213.718000', '142213.720000', '142213.723000', '142213.726000', '142213.728000', '142213.731000', '142213.733000', '142213.736000', '142213.738000', '142213.741000', '142213.743000', '142213.746000', '142213.748000', '142213.751000', '142213.754000', '142213.756000', '142233.635000', '142233.638000', '142233.641000', '142233.643000', '142233.646000', '142233.648000', '142233.657000', '142233.660000', '142233.662000', '142233.665000', '142233.667000', '142233.670000', '142233.673000', '142233.675000', '142233.678000', '142233.680000', '142233.683000', '142233.686000', '142233.689000', '142233.691000', '142233.694000', '142233.697000', '142233.699000', '142233.702000', '142233.705000', '142233.707000', '142233.710000', '142233.712000', '142233.715000', '142233.717000', '142233.720000', '142233.722000', '142233.725000', '142233.728000', '142233.730000', '142233.733000', '142233.735000', '142233.738000', '142233.740000', '142233.743000', '142233.746000', '142233.749000', '142233.751000', '142233.754000', '142253.635000', '142253.638000', '142253.641000', '142253.643000', '142253.646000', '142253.648000', '142253.651000', '142253.657000', '142253.659000', '142253.662000', '142253.664000', '142253.667000', '142253.669000', '142253.672000', '142253.674000', '142253.677000', '142253.680000', '142253.682000', '142253.685000', '142253.687000', '142253.690000', '142253.692000', '142253.695000', '142253.698000', '142253.700000', '142253.703000', '142253.705000', '142253.708000', '142253.710000', '142253.713000', '142253.715000', '142253.718000', '142253.721000', '142253.723000', '142253.726000', '142253.728000', '142253.731000', '142253.733000', '142253.736000', '142253.738000', '142253.741000', '142253.744000', '142253.746000', '142313.635000', '142313.638000', '142313.641000', '142313.643000', '142313.646000', '142313.648000', '142313.651000', '142313.654000', '142313.657000', '142313.660000', '142313.662000', '142313.665000', '142313.668000', '142313.670000', '142313.673000', '142313.675000', '142313.678000', '142313.680000', '142313.683000', '142313.686000', '142313.688000', '142313.691000', '142313.693000', '142313.696000', '142313.699000', '142313.701000', '142313.704000', '142313.706000', '142313.709000', '142313.712000', '142313.714000', '142313.717000', '142313.719000', '142313.722000', '142313.725000', '142313.727000', '142313.730000', '142313.732000', '142313.735000', '142313.738000', '142313.740000', '142313.743000', '142313.745000', '142313.748000', '142333.635000', '142333.638000', '142333.641000', '142333.643000', '142333.646000', '142333.649000', '142333.651000', '142333.654000', '142333.656000', '142333.659000', '142333.661000', '142333.664000', '142333.667000', '142333.669000', '142333.672000', '142333.674000', '142333.677000', '142333.679000', '142333.682000', '142333.685000', '142333.687000', '142333.690000', '142333.692000', '142333.695000', '142333.698000', '142333.700000', '142333.703000', '142333.705000', '142333.708000', '142333.710000', '142333.713000', '142333.716000', '142333.718000', '142333.721000', '142333.723000', '142333.726000', '142333.729000', '142333.731000', '142333.734000', '142333.736000', '142333.739000', '142333.741000', '142333.744000', '142353.636000', '142353.639000', '142353.642000', '142353.644000', '142353.647000', '142353.650000', '142353.652000', '142353.655000', '142353.657000', '142353.660000', '142353.662000', '142353.665000', '142353.667000', '142353.670000', '142353.673000', '142353.675000', '142353.678000', '142353.680000', '142353.683000', '142353.725000', '142353.728000', '142353.730000', '142353.733000', '142353.735000', '142353.738000', '142353.740000', '142353.743000', '142353.745000', '142353.748000', '142353.751000', '142353.753000', '142353.756000', '142353.758000', '142353.761000', '142353.764000', '142353.766000', '142353.769000', '142353.771000', '142353.774000', '142353.776000', '142353.779000', '142353.782000', '142353.784000', '142353.787000', '142413.636000', '142413.639000', '142413.642000', '142413.645000', '142413.647000', '142413.650000', '142413.652000', '142413.655000', '142413.658000', '142413.660000', '142413.663000', '142413.665000', '142413.668000', '142413.671000', '142413.673000', '142413.676000', '142413.679000', '142413.681000', '142413.684000', '142413.686000', '142413.689000', '142413.692000', '142413.694000', '142413.697000', '142413.699000', '142413.702000', '142413.705000', '142413.707000', '142413.710000', '142413.712000', '142413.715000', '142413.718000', '142413.720000', '142413.723000', '142413.725000', '142413.728000', '142413.730000', '142413.733000', '142413.736000', '142413.738000', '142413.741000', '142413.743000', '142413.746000', '142433.635000', '142433.638000', '142433.641000', '142433.644000', '142433.646000', '142433.649000', '142433.651000', '142433.654000', '142433.656000', '142433.659000', '142433.662000', '142433.664000', '142433.667000', '142433.669000', '142433.672000', '142433.674000', '142433.677000', '142433.680000', '142433.682000', '142433.685000', '142433.687000', '142433.690000', '142433.693000', '142433.696000', '142433.699000', '142433.701000', '142433.704000', '142433.706000', '142433.709000', '142433.712000', '142433.714000', '142433.717000', '142433.720000', '142433.722000', '142433.725000', '142433.733000', '142433.736000', '142433.738000', '142433.741000', '142433.743000', '142433.746000', '142433.748000', '142433.752000', '142453.635000', '142453.638000', '142453.641000', '142453.644000', '142453.646000', '142453.649000', '142453.651000', '142453.654000', '142453.656000', '142453.659000', '142453.662000', '142453.664000', '142453.667000', '142453.669000', '142453.672000', '142453.675000', '142453.677000', '142453.680000', '142453.682000', '142453.685000', '142453.688000', '142453.690000', '142453.693000', '142453.695000', '142453.698000', '142453.700000', '142453.703000', '142453.706000', '142453.708000', '142453.711000', '142453.713000', '142453.716000', '142453.719000', '142453.721000', '142453.724000', '142453.727000', '142453.729000', '142453.732000', '142453.734000', '142453.737000', '142453.739000', '142453.742000', '142453.745000', '142453.747000', '142513.635000', '142513.638000', '142513.641000', '142513.644000', '142513.646000', '142513.649000', '142513.651000', '142513.654000', '142513.657000', '142513.659000', '142513.662000', '142513.664000', '142513.667000', '142513.670000', '142513.672000', '142513.675000', '142513.677000', '142513.680000', '142513.683000', '142513.685000', '142513.688000', '142513.690000', '142513.693000', '142513.696000', '142513.698000', '142513.701000', '142513.703000', '142513.706000', '142513.708000', '142513.711000', '142513.714000', '142513.716000', '142513.719000', '142513.722000', '142513.724000', '142513.727000', '142513.729000', '142513.732000', '142513.734000', '142513.737000', '142513.740000', '142513.742000', '142513.745000', '142533.636000', '142533.638000', '142533.641000', '142533.644000', '142533.646000', '142533.649000', '142533.651000', '142533.654000', '142533.657000', '142533.659000', '142533.662000', '142533.664000', '142533.667000', '142533.669000', '142533.672000', '142533.698000', '142533.701000', '142533.703000', '142533.706000', '142533.709000', '142533.711000', '142533.714000', '142533.716000', '142533.719000', '142533.721000', '142533.724000', '142533.727000', '142533.729000', '142533.732000', '142533.734000', '142533.737000', '142533.740000', '142533.742000', '142533.745000', '142533.747000', '142533.750000', '142533.752000', '142533.755000', '142533.758000', '142533.760000', '142533.763000', '142533.765000', '142533.768000', '142533.770000', '142553.635000', '142553.638000', '142553.641000', '142553.643000', '142553.646000', '142553.649000', '142553.651000', '142553.654000', '142553.657000', '142553.659000', '142553.662000', '142553.664000', '142553.667000', '142553.670000', '142553.672000', '142553.675000', '142553.678000', '142553.680000', '142553.683000', '142553.685000', '142553.688000', '142553.691000', '142553.693000', '142553.696000', '142553.698000', '142553.701000', '142553.703000', '142553.706000', '142553.709000', '142553.712000', '142553.714000', '142553.717000', '142553.719000', '142553.722000', '142553.724000', '142553.727000', '142553.730000', '142553.732000', '142553.736000', '142553.738000', '142553.741000', '142553.744000', '142553.746000', '142613.636000', '142613.639000', '142613.642000', '142613.644000', '142613.647000', '142613.650000', '142613.652000', '142613.655000', '142613.657000', '142613.660000', '142613.663000', '142613.665000', '142613.668000', '142613.670000', '142613.673000', '142613.676000', '142613.678000', '142613.681000', '142613.683000', '142613.686000', '142613.689000', '142613.691000', '142613.694000', '142613.696000', '142613.699000', '142613.701000', '142613.704000', '142613.707000', '142613.709000', '142613.712000', '142613.715000', '142613.717000', '142613.720000', '142613.722000', '142613.725000', '142613.727000', '142613.730000', '142613.733000', '142613.735000', '142613.738000', '142613.740000', '142613.743000', '142613.746000', '142613.748000', '142633.635000', '142633.638000', '142633.641000', '142633.643000', '142633.646000', '142633.649000', '142633.651000', '142633.654000', '142633.656000', '142633.659000', '142633.661000', '142633.664000', '142633.667000', '142633.669000', '142633.672000', '142633.674000', '142633.677000', '142633.680000', '142633.682000', '142633.685000', '142633.687000', '142633.690000', '142633.693000', '142633.695000', '142633.698000', '142633.700000', '142633.703000', '142633.706000', '142633.708000', '142633.711000', '142633.714000', '142633.716000', '142633.719000', '142633.722000', '142633.724000', '142633.727000', '142633.729000', '142633.732000', '142633.734000', '142633.737000', '142633.740000', '142633.742000', '142633.745000', '142653.636000', '142653.638000', '142653.641000', '142653.644000', '142653.646000', '142653.649000', '142653.651000', '142653.654000', '142653.657000', '142653.659000', '142653.662000', '142653.664000', '142653.667000', '142653.670000', '142653.672000', '142653.675000', '142653.677000', '142653.680000', '142653.682000', '142653.685000', '142653.688000', '142653.690000', '142653.693000', '142653.695000', '142653.698000', '142653.701000', '142653.703000', '142653.706000', '142653.708000', '142653.711000', '142653.713000', '142653.716000', '142653.719000', '142653.721000', '142653.724000', '142653.726000', '142653.729000', '142653.732000', '142653.734000', '142653.737000', '142653.753000', '142653.756000', '142653.758000', '142653.761000', '142713.636000', '142713.638000', '142713.641000', '142713.644000', '142713.646000', '142713.649000', '142713.652000', '142713.654000', '142713.657000', '142713.659000', '142713.662000', '142713.665000', '142713.667000', '142713.670000', '142713.672000', '142713.675000', '142713.678000', '142713.680000', '142713.683000', '142713.685000', '142713.688000', '142713.691000', '142713.693000', '142713.696000', '142713.698000', '142713.701000', '142713.704000', '142713.706000', '142713.709000', '142713.711000', '142713.716000', '142713.719000', '142713.721000', '142713.724000', '142713.727000', '142713.729000', '142713.732000', '142713.734000', '142713.737000', '142713.740000', '142713.742000', '142713.745000', '142713.747000', '142733.636000', '142733.638000', '142733.641000', '142733.644000', '142733.646000', '142733.649000', '142733.651000', '142733.654000', '142733.656000', '142733.659000', '142733.662000', '142733.664000', '142733.667000', '142733.669000', '142733.672000', '142733.675000', '142733.677000', '142733.680000', '142733.682000', '142733.685000', '142733.687000', '142733.690000', '142733.693000', '142733.695000', '142733.698000', '142733.701000', '142733.703000', '142733.706000', '142733.708000', '142733.711000', '142733.713000', '142733.716000', '142733.719000', '142733.721000', '142733.724000', '142733.726000', '142733.729000', '142733.731000', '142733.734000', '142733.737000', '142733.739000', '142733.742000', '142733.744000', '142733.747000', '142753.635000', '142753.638000', '142753.641000', '142753.643000', '142753.646000', '142753.649000', '142753.651000', '142753.654000', '142753.656000', '142753.659000', '142753.662000', '142753.664000', '142753.667000', '142753.669000', '142753.672000', '142753.675000', '142753.677000', '142753.680000', '142753.682000', '142753.685000', '142753.687000', '142753.690000', '142753.693000', '142753.695000', '142753.698000', '142753.700000', '142753.703000', '142753.705000', '142753.708000', '142753.711000', '142753.713000', '142753.716000', '142753.718000', '142753.721000', '142753.724000', '142753.726000', '142753.729000', '142753.731000', '142753.734000', '142753.737000', '142753.739000', '142753.742000', '142753.745000', '142813.635000', '142813.638000', '142813.641000', '142813.644000', '142813.646000', '142813.649000', '142813.651000', '142813.654000', '142813.656000', '142813.659000', '142813.662000', '142813.664000', '142813.667000', '142813.670000', '142813.672000', '142813.675000', '142813.677000', '142813.680000', '142813.683000', '142813.685000', '142813.688000', '142813.690000', '142813.693000', '142813.695000', '142813.698000', '142813.701000', '142813.703000', '142813.706000', '142813.708000', '142813.711000', '142813.713000', '142813.716000', '142813.719000', '142813.721000', '142813.724000', '142813.726000', '142813.729000', '142813.732000', '142813.734000', '142813.737000', '142813.739000', '142813.742000', '142813.744000', '142813.747000', '142833.636000', '142833.639000', '142833.642000', '142833.644000', '142833.647000', '142833.650000', '142833.652000', '142833.655000', '142833.657000', '142833.660000', '142833.663000', '142833.665000', '142833.668000', '142833.670000', '142833.673000', '142833.675000', '142833.678000', '142833.681000', '142833.683000', '142833.686000', '142833.688000', '142833.691000', '142833.694000', '142833.696000', '142833.699000', '142833.701000', '142833.704000', '142833.706000', '142833.709000', '142833.711000', '142833.714000', '142833.717000', '142833.719000', '142833.722000', '142833.724000', '142833.727000', '142833.730000', '142833.732000', '142833.735000', '142833.737000', '142833.740000', '142833.742000', '142833.745000', '142853.636000', '142853.638000', '142853.641000', '142853.644000', '142853.646000', '142853.649000', '142853.651000', '142853.654000', '142853.657000', '142853.659000', '142853.662000', '142853.664000', '142853.667000', '142853.670000', '142853.672000', '142853.675000', '142853.677000', '142853.680000', '142853.683000', '142853.685000', '142853.688000', '142853.691000', '142853.693000', '142853.696000', '142853.698000', '142853.701000', '142853.703000', '142853.706000', '142853.709000', '142853.711000', '142853.714000', '142853.716000', '142853.719000', '142853.722000', '142853.724000', '142853.727000', '142853.730000', '142853.732000', '142853.735000', '142853.737000', '142853.740000', '142853.743000', '142853.745000', '142853.748000', '142913.635000', '142913.638000', '142913.641000', '142913.644000', '142913.646000', '142913.649000', '142913.651000', '142913.654000', '142913.657000', '142913.659000', '142913.662000', '142913.664000', '142913.667000', '142913.669000', '142913.672000', '142913.675000', '142913.677000', '142913.680000', '142913.682000', '142913.685000', '142913.688000', '142913.691000', '142913.693000', '142913.696000', '142913.698000', '142913.701000', '142913.704000', '142913.706000', '142913.709000', '142913.711000', '142913.714000', '142913.717000', '142913.719000', '142913.722000', '142913.725000', '142913.727000', '142913.730000', '142913.732000', '142913.735000', '142913.737000', '142913.740000', '142913.743000', '142913.745000', '142933.636000', '142933.638000', '142933.641000', '142933.644000', '142933.646000', '142933.649000', '142933.651000', '142933.654000', '142933.657000', '142933.659000', '142933.662000', '142933.664000', '142933.667000', '142933.670000', '142933.672000', '142933.675000', '142933.678000', '142933.680000', '142933.683000', '142933.685000', '142933.688000', '142933.691000', '142933.693000', '142933.696000', '142933.698000', '142933.701000', '142933.704000', '142933.706000', '142933.709000', '142933.711000', '142933.714000', '142933.717000', '142933.719000', '142933.722000', '142933.725000', '142933.727000', '142933.730000', '142933.733000', '142933.735000', '142933.738000', '142933.740000', '142933.743000', '142933.745000', '142933.748000', '142953.635000', '142953.638000', '142953.641000', '142953.644000', '142953.646000', '142953.649000', '142953.651000', '142953.654000', '142953.657000', '142953.659000', '142953.662000', '142953.664000', '142953.667000', '142953.669000', '142953.672000', '142953.675000', '142953.677000', '142953.680000', '142953.682000', '142953.685000', '142953.688000', '142953.690000', '142953.693000', '142953.695000', '142953.698000', '142953.701000', '142953.703000', '142953.706000', '142953.708000', '142953.711000', '142953.714000', '142953.716000', '142953.719000', '142953.721000', '142953.724000', '142953.727000', '142953.729000', '142953.732000', '142953.734000', '142953.737000', '142953.740000', '142953.742000', '142953.745000', '143013.636000', '143013.638000', '143013.641000', '143013.644000', '143013.646000', '143013.649000', '143013.651000', '143013.654000', '143013.657000', '143013.659000', '143013.662000', '143013.664000', '143013.667000', '143013.670000', '143013.672000', '143013.675000', '143013.678000', '143013.680000', '143013.683000', '143013.685000', '143013.688000', '143013.691000', '143013.693000', '143013.696000', '143013.698000', '143013.701000', '143013.703000', '143013.706000', '143013.709000', '143013.711000', '143013.714000', '143013.717000', '143013.719000', '143013.722000', '143013.724000', '143013.727000', '143013.730000', '143013.732000', '143013.735000', '143013.737000', '143013.740000', '143013.743000', '143013.745000', '143013.748000', '143033.635000', '143033.638000', '143033.641000', '143033.644000', '143033.646000', '143033.649000', '143033.651000', '143033.654000', '143033.657000', '143033.659000', '143033.662000', '143033.664000', '143033.667000', '143033.669000', '143033.672000', '143033.675000', '143033.677000', '143033.680000', '143033.683000', '143033.685000', '143033.688000', '143033.690000', '143033.693000', '143033.695000', '143033.698000', '143033.701000', '143033.703000', '143033.706000', '143033.708000', '143033.711000', '143033.733000', '143033.735000', '143033.738000', '143033.740000', '143033.743000', '143033.745000', '143033.748000', '143033.751000', '143033.753000', '143033.756000', '143033.758000', '143033.761000', '143033.764000', '143050.846000', '143050.849000', '143050.852000', '143050.854000', '143050.857000', '143050.860000', '143050.862000', '143050.865000', '143050.868000', '143050.870000', '143050.873000', '143050.875000', '143050.878000', '143050.881000', '143050.883000', '143050.886000', '143050.889000', '143050.891000', '143050.894000', '143050.896000', '143050.899000', '143050.902000', '143050.904000', '143050.907000', '143050.910000', '143050.912000', '143050.915000', '143050.917000', '143050.920000', '143050.923000', '143050.926000', '143050.928000', '143050.931000', '143050.934000', '143050.937000', '143050.940000', '143050.943000', '143050.945000'], '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': [10059, 9052, 10153, 9317, 9555, 8910, 8523, 8904, 9748, 8458, 9862, 8725, 11192, 8796, 10118, 8107, 9646, 7973, 9221, 7482, 9119, 8818, 8727, 12071, 9016, 11871, 7792, 11193, 10383, 12655, 13993, 10353, 12880, 10842, 9263, 11218, 8222, 11011, 13495, 8009, 12514, 8372, 9129, 12863, 9505, 12040, 8108, 10373, 8152, 12315, 7799, 11670, 10806, 9917, 13698, 10869, 12437, 9844, 13226, 8715, 12934, 13051, 11495, 14304, 8007, 11195, 8809, 12383, 10799, 11391, 12390, 9014, 10814, 8379, 10714, 8544, 10800, 7880, 10311, 8275, 9480, 10088, 9486, 13103, 8055, 11178, 8413, 11393, 8443, 14062, 8465, 9637, 10740, 8729, 12178, 8754, 11858, 7902, 10942, 8340, 10877, 7775, 9347, 7941, 8746, 10246, 10481, 12171, 8346, 12549, 7939, 10744, 8107, 11802, 8722, 12166, 8124, 11448, 8983, 10049, 14135, 10324, 12580, 9618, 12449, 7980, 10791, 8127, 10526, 8234, 9152, 8239, 10149, 8043, 10392, 10591, 8897, 11458, 8757, 12243, 8591, 12018, 9722, 12484, 8605, 11258, 8186, 14773, 8406, 13940, 8146, 11586, 8206, 9617, 9446, 9891, 12201, 8847, 12014, 8127, 11003, 8059, 12456, 8218, 12093, 8316, 9415, 12627, 9919, 12256, 8891, 11685, 8069, 10701, 8257, 9913, 8197, 10130, 7885, 8488, 8739, 10165, 9068, 8905, 12565, 8200, 10359, 8293, 11594, 9309, 12580, 8200, 13414, 8150, 10543, 13616, 9648, 13938, 8361, 11500, 8028, 16061, 8569, 9710, 8307, 8840, 9278, 9199, 10701, 8135, 9949, 7981, 12323, 8090, 8758, 8549, 8617, 12193, 8383, 10495, 8199, 16326, 8956, 10682, 7770, 10235, 13278, 8332, 11708, 8242, 11247, 8143, 14124, 7994, 10512, 9012, 9012, 8322, 8433, 11481, 8542, 11223, 8231, 12974, 8180, 13106, 8059, 10447, 12511, 11335, 13619, 9701, 12736, 8222, 11415, 8297, 12488, 8146, 11847, 9602, 8660, 10915, 9402, 9564, 8442, 9818, 8059, 9538, 7924, 9481, 8152, 9046, 8341, 11830, 7812, 9732, 12478, 10653, 11849, 9885, 13203, 8446, 12633, 8968, 13398, 8507, 14520, 8262, 11183, 10335, 9620, 11316, 8992, 12046, 11158, 12392, 9106, 12330, 8238, 11153, 8230, 14923, 8559, 14652, 7956, 11882, 9257, 9998, 14469, 10007, 12748, 8294, 11711, 8228, 12156, 8262, 13034, 8096, 10578, 8846, 9607, 11689, 9069, 12050, 8463, 10627, 8411, 11668, 8630, 12355, 8210, 11774, 8491, 11570, 9025, 8773, 7959, 9071, 9943, 11106, 11231, 8640, 12382, 8359, 11387, 8271, 10688, 8371, 9564, 8189, 10779, 8918, 8960, 12630, 9494, 13761, 9860, 12851, 7922, 11024, 7967, 10697, 8302, 14716, 7964, 9508, 10805, 10048, 13112, 9266, 12420, 8029, 12072, 7939, 9395, 10362, 9138, 13158, 7908, 11178, 8214, 9842, 8305, 10058, 7907, 9947, 7934, 8364, 10282, 8542, 9710, 8112, 9391, 8000, 12448, 8038, 10870, 10981, 9686, 11446, 8376, 11242, 7986, 9665, 8730, 11296, 7950, 8450, 9607, 10345, 10365, 8035, 12041, 8029, 11045, 8188, 9865, 8177, 9929, 9346, 8775, 9346, 8313, 10673, 8379, 10039, 9300, 10641, 8188, 10913, 8194, 14809, 9340, 11019, 8258, 9870, 9802, 8533, 10630, 10261, 9753, 8412, 11895, 9087, 11040, 8645, 12450, 8100, 11359, 8223, 12163, 9762, 13621, 8233, 12871, 8437, 9597, 12571, 9998, 10193, 8835, 10958, 9326, 12837, 9657, 9147, 8477, 12087, 7977, 10386, 8820, 11885, 8097, 11824, 8148, 12935, 9849, 11230, 8109, 9797, 9348, 8494, 13745, 8230, 11449, 8174, 11300, 8081, 10871, 8425, 8843, 8035, 8431, 10855, 8304, 9772, 8491, 11190, 8218, 11028, 7974, 8947, 7787, 10407, 7934, 8746, 7851, 8573, 10751, 8224, 9428, 8383, 9983, 8270, 10466, 8213, 10192, 8157, 8601, 8075, 10380, 9595, 9976, 10988, 9471, 10370, 8476, 11665, 8119, 10940, 8111, 11970, 8303, 12171, 8307, 11193, 8172, 12274, 8145, 12344, 8090, 12474, 9016, 11665, 7906, 14667, 8184, 11748, 9555, 9225, 9088, 10862, 13956, 10636, 12487, 8764, 11685, 8222, 11184, 8037, 11408, 8997, 8489, 9311, 8223, 10610, 8169, 9458, 8076, 8522, 8043, 9225, 7496, 9405, 11128, 8054, 9865, 8119, 9701, 8095, 10273, 8247, 9472, 8171, 9882, 8332, 12040, 9860, 8260, 11373, 8087, 10019, 8050, 12856, 8322, 11431, 7719, 9153, 9151, 12252, 12176, 8298, 12269, 8159, 10367, 8069, 9625, 8111, 10545, 8130, 12589, 7736, 11721, 13118, 10557, 12217, 8461, 10654, 8162, 10473, 8006, 11830, 8085, 13987, 8005, 11601, 8324, 8666, 7676, 8459, 11134, 7879, 10057, 8051, 10581, 7902, 12463, 7941, 10189, 8704, 8436, 8727, 8502, 10957, 9241, 10718, 8245, 12264, 8293, 11314, 7986, 12409, 8144, 10753, 8094, 11871, 8645, 10676, 9937, 9083, 9029, 8506, 10946, 8335, 11685, 9223, 9644, 8007, 9632, 7911, 10401, 8043, 11902, 8923, 12798, 7988, 10998, 8474, 9916, 12954, 10091, 12678, 7949, 10948, 8078, 10377, 8785, 9838, 8054, 9989, 9067, 9286, 13406, 8687, 12518, 8011, 10662, 8272, 10749, 8105, 10246, 8154, 11411, 7820, 13113, 7826, 11563, 8029, 8480, 7926, 10760, 8959, 8358, 9366, 10009, 12411, 8406, 12669, 8150, 10589, 7923, 9676, 8006, 12258, 8078, 11725, 8445, 10343, 11296, 9950, 13109, 8444, 11497, 8249, 11012, 8336, 9418, 8180, 11607, 7918, 13820, 8061, 8932, 9535, 8659, 8749, 8145, 11515, 8144, 9544, 8205, 11591, 8208, 11454, 8120, 12155, 8074, 9731, 8163, 11396, 8890, 11309, 8899, 10652, 9819, 11942, 8841, 12714, 8112, 11028, 8185, 10594, 8328, 10278, 8138, 12401, 7972, 8864, 9502, 10267, 9995, 8781, 10039, 8358, 11094, 8421, 11190, 8267, 11802, 8531, 11926, 8180, 10833, 7960, 10827, 11604, 14081, 7617, 8040, 7693, 8370, 8293, 8624, 8328, 9444, 9092, 8214, 11839, 10469, 15155, 13976, 16089, 15889, 11538, 16155, 12558, 17078, 10758, 17345, 9683, 15770, 11040, 11783, 8896, 9580, 8231, 9041, 9498, 8932, 10644, 9077, 9896, 8902, 11254, 8111, 9480, 8173, 10220, 8731, 10311, 8097, 9868, 8077, 10719, 8227, 11828, 8320, 10212, 12019, 9840, 11714, 8100, 10699, 8543, 13298, 7970, 10717, 7802, 9974, 12687, 8900, 12617, 9587, 11616, 8106, 10685, 7738, 9627, 7837, 8373, 10390, 9879, 8863, 10395, 7979, 10108, 8067, 10361, 7921, 13389, 9435, 14264, 9954, 13834, 13014, 10914, 15213, 9128, 11573, 8113, 11609, 14321, 8461, 11118, 8775, 8819, 8167, 8430, 8268, 8675, 8312, 8822, 8131, 11100, 8465, 12123, 10428, 11471, 13958, 8520, 12830, 8487, 11771, 8476, 13488, 10871, 13892, 14189, 10321, 13449, 8508, 12136, 8536, 10565, 9648, 9783, 8277, 10920, 8285, 11492, 8564, 11878, 8538, 10229, 8457, 14426, 8313, 10594, 12464, 9603, 12366, 8815, 12034, 8230, 11384, 8152, 10528, 8516, 9291, 8320, 9889, 8023, 10067, 8344, 11366, 8800, 13665, 9785, 12438, 8359, 10983, 10414, 12042, 13128, 10622, 12046, 8373, 10788, 8230, 10256, 8292, 9565, 8413, 9848, 8275, 15104, 8486, 10241, 8232, 9144, 8477, 8696, 10853, 10956, 10144, 9107, 11452, 8425, 11166, 8413, 16342, 8572, 11855, 8503, 13335, 9866, 10207, 13739, 9102, 11205, 8565, 10984, 8284, 10024, 8524, 9610, 8358, 14497, 8285, 9219, 8096, 8789, 9191, 8987, 10315, 8502, 10847, 8581, 9363, 8545, 9636, 8339, 9275, 8319, 12230, 8561, 9040, 8464, 12727, 8303, 12801, 8412, 11240, 8551, 13504, 8239, 9943, 12155, 10785, 9290, 9260, 10608, 11746, 12299, 10096, 12866, 8323, 10126, 8353, 9544, 8529, 10609, 9363, 9048, 8523, 9186, 8225, 12336, 8206, 10446, 8278, 13067, 9956, 10677, 12416, 10676, 12361, 8406, 10962, 8334, 14355, 8571, 11211, 8276, 8970, 10523, 12455, 11993, 10175, 12067, 8207, 10871, 8762, 11366, 8940, 13456, 8307, 10504, 10075, 10780, 13561, 10097, 12648, 9100, 10549, 8667, 9575, 8645, 12003, 8749, 13329, 8606, 11251, 8951, 11198, 8759, 12011, 8892, 10109, 8132, 11333, 8448, 11276, 8233, 9775, 8342, 10527, 11186, 11325, 8134, 7611, 9416, 8038, 9684, 11761, 8762, 14860, 10429, 13954, 9086, 16112, 11552, 16623, 13783, 15279, 14888, 11042, 13830, 10001, 14137, 8739, 10936, 8602, 11391, 8398, 11003, 8083, 8737, 8363, 7911, 8479, 8653, 9663, 9147, 8217, 10588, 8914, 10131], 'WindowCenter': [4238.0, 4227.0, 4220.0, 4210.0, 4206.0, 4208.0, 4195.0, 4209.0, 4206.0, 4211.0, 4218.0, 4209.0, 4228.0, 4212.0, 4221.0, 4215.0, 4235.0, 4213.0, 4222.0, 4203.0, 4225.0, 4223.0, 4227.0, 4255.0, 4225.0, 4244.0, 4213.0, 4245.0, 4231.0, 4255.0, 4253.0, 4221.0, 4242.0, 4218.0, 4219.0, 4230.0, 4210.0, 4231.0, 4238.0, 4196.0, 4226.0, 4197.0, 4220.0, 4225.0, 4209.0, 4225.0, 4199.0, 4231.0, 4211.0, 4239.0, 4197.0, 4239.0, 4229.0, 4232.0, 4251.0, 4230.0, 4225.0, 4219.0, 4239.0, 4205.0, 4240.0, 4227.0, 4228.0, 4236.0, 4194.0, 4214.0, 4206.0, 4228.0, 4213.0, 4226.0, 4224.0, 4206.0, 4214.0, 4194.0, 4215.0, 4195.0, 4214.0, 4195.0, 4216.0, 4193.0, 4218.0, 4215.0, 4207.0, 4224.0, 4196.0, 4215.0, 4197.0, 4227.0, 4197.0, 4237.0, 4192.0, 4207.0, 4214.0, 4207.0, 4226.0, 4196.0, 4214.0, 4195.0, 4215.0, 4193.0, 4217.0, 4185.0, 4206.0, 4194.0, 4205.0, 4215.0, 4229.0, 4225.0, 4198.0, 4226.0, 4197.0, 4214.0, 4197.0, 4228.0, 4207.0, 4228.0, 4196.0, 4228.0, 4203.0, 4218.0, 4234.0, 4218.0, 4226.0, 4207.0, 4225.0, 4193.0, 4215.0, 4196.0, 4217.0, 4196.0, 4204.0, 4196.0, 4228.0, 4196.0, 4230.0, 4228.0, 4209.0, 4225.0, 4207.0, 4225.0, 4209.0, 4237.0, 4219.0, 4227.0, 4205.0, 4225.0, 4194.0, 4247.0, 4194.0, 4238.0, 4196.0, 4227.0, 4193.0, 4216.0, 4216.0, 4229.0, 4238.0, 4208.0, 4227.0, 4197.0, 4225.0, 4198.0, 4239.0, 4197.0, 4226.0, 4195.0, 4207.0, 4223.0, 4215.0, 4226.0, 4207.0, 4222.0, 4195.0, 4213.0, 4193.0, 4217.0, 4195.0, 4214.0, 4192.0, 4207.0, 4206.0, 4227.0, 4207.0, 4209.0, 4224.0, 4208.0, 4216.0, 4207.0, 4228.0, 4205.0, 4226.0, 4194.0, 4237.0, 4196.0, 4226.0, 4236.0, 4217.0, 4232.0, 4209.0, 4224.0, 4195.0, 4245.0, 4196.0, 4206.0, 4194.0, 4206.0, 4203.0, 4217.0, 4214.0, 4197.0, 4216.0, 4196.0, 4234.0, 4196.0, 4208.0, 4196.0, 4208.0, 4226.0, 4195.0, 4216.0, 4197.0, 4248.0, 4206.0, 4217.0, 4185.0, 4218.0, 4223.0, 4195.0, 4226.0, 4194.0, 4213.0, 4196.0, 4237.0, 4196.0, 4229.0, 4207.0, 4209.0, 4194.0, 4209.0, 4225.0, 4209.0, 4228.0, 4198.0, 4238.0, 4198.0, 4239.0, 4194.0, 4229.0, 4224.0, 4228.0, 4237.0, 4218.0, 4224.0, 4196.0, 4224.0, 4196.0, 4237.0, 4195.0, 4227.0, 4204.0, 4205.0, 4213.0, 4218.0, 4204.0, 4197.0, 4205.0, 4197.0, 4217.0, 4209.0, 4216.0, 4199.0, 4219.0, 4206.0, 4240.0, 4196.0, 4232.0, 4240.0, 4230.0, 4239.0, 4230.0, 4236.0, 4209.0, 4239.0, 4206.0, 4238.0, 4208.0, 4238.0, 4194.0, 4228.0, 4218.0, 4218.0, 4226.0, 4208.0, 4226.0, 4229.0, 4225.0, 4208.0, 4226.0, 4197.0, 4227.0, 4197.0, 4246.0, 4194.0, 4237.0, 4195.0, 4227.0, 4205.0, 4215.0, 4235.0, 4206.0, 4222.0, 4193.0, 4224.0, 4195.0, 4226.0, 4192.0, 4225.0, 4184.0, 4216.0, 4191.0, 4206.0, 4225.0, 4206.0, 4224.0, 4196.0, 4215.0, 4196.0, 4226.0, 4193.0, 4226.0, 4193.0, 4226.0, 4193.0, 4227.0, 4206.0, 4207.0, 4193.0, 4208.0, 4205.0, 4228.0, 4217.0, 4207.0, 4225.0, 4194.0, 4226.0, 4194.0, 4228.0, 4206.0, 4218.0, 4196.0, 4228.0, 4204.0, 4209.0, 4224.0, 4218.0, 4237.0, 4216.0, 4226.0, 4199.0, 4217.0, 4194.0, 4216.0, 4195.0, 4236.0, 4184.0, 4207.0, 4214.0, 4217.0, 4225.0, 4205.0, 4223.0, 4183.0, 4224.0, 4183.0, 4206.0, 4203.0, 4205.0, 4223.0, 4184.0, 4210.0, 4194.0, 4202.0, 4191.0, 4204.0, 4183.0, 4204.0, 4182.0, 4193.0, 4213.0, 4206.0, 4205.0, 4196.0, 4205.0, 4196.0, 4237.0, 4195.0, 4228.0, 4215.0, 4206.0, 4224.0, 4196.0, 4225.0, 4195.0, 4217.0, 4207.0, 4227.0, 4195.0, 4208.0, 4215.0, 4229.0, 4215.0, 4197.0, 4226.0, 4197.0, 4227.0, 4197.0, 4217.0, 4207.0, 4218.0, 4217.0, 4208.0, 4214.0, 4207.0, 4228.0, 4211.0, 4227.0, 4221.0, 4227.0, 4211.0, 4230.0, 4210.0, 4252.0, 4219.0, 4229.0, 4208.0, 4219.0, 4216.0, 4218.0, 4226.0, 4229.0, 4216.0, 4210.0, 4239.0, 4218.0, 4240.0, 4220.0, 4239.0, 4208.0, 4229.0, 4209.0, 4241.0, 4219.0, 4249.0, 4208.0, 4236.0, 4196.0, 4218.0, 4237.0, 4217.0, 4213.0, 4207.0, 4215.0, 4218.0, 4234.0, 4217.0, 4206.0, 4207.0, 4226.0, 4198.0, 4217.0, 4208.0, 4227.0, 4197.0, 4225.0, 4196.0, 4237.0, 4216.0, 4226.0, 4196.0, 4217.0, 4203.0, 4208.0, 4236.0, 4197.0, 4226.0, 4205.0, 4226.0, 4196.0, 4228.0, 4193.0, 4207.0, 4194.0, 4206.0, 4215.0, 4194.0, 4216.0, 4207.0, 4226.0, 4196.0, 4214.0, 4195.0, 4206.0, 4195.0, 4227.0, 4193.0, 4206.0, 4196.0, 4206.0, 4227.0, 4207.0, 4215.0, 4206.0, 4215.0, 4206.0, 4228.0, 4206.0, 4229.0, 4196.0, 4207.0, 4198.0, 4230.0, 4216.0, 4229.0, 4227.0, 4231.0, 4229.0, 4208.0, 4240.0, 4209.0, 4230.0, 4211.0, 4237.0, 4209.0, 4240.0, 4219.0, 4241.0, 4208.0, 4239.0, 4210.0, 4239.0, 4207.0, 4250.0, 4220.0, 4240.0, 4207.0, 4250.0, 4209.0, 4240.0, 4216.0, 4219.0, 4204.0, 4227.0, 4237.0, 4226.0, 4225.0, 4206.0, 4225.0, 4193.0, 4226.0, 4195.0, 4238.0, 4204.0, 4207.0, 4204.0, 4207.0, 4215.0, 4194.0, 4217.0, 4196.0, 4206.0, 4194.0, 4218.0, 4196.0, 4220.0, 4228.0, 4207.0, 4217.0, 4208.0, 4215.0, 4206.0, 4230.0, 4208.0, 4219.0, 4207.0, 4230.0, 4205.0, 4249.0, 4230.0, 4210.0, 4228.0, 4209.0, 4218.0, 4196.0, 4249.0, 4208.0, 4227.0, 4194.0, 4219.0, 4214.0, 4238.0, 4238.0, 4209.0, 4235.0, 4209.0, 4215.0, 4209.0, 4220.0, 4210.0, 4230.0, 4209.0, 4238.0, 4197.0, 4238.0, 4236.0, 4227.0, 4224.0, 4208.0, 4214.0, 4208.0, 4216.0, 4195.0, 4227.0, 4195.0, 4245.0, 4193.0, 4237.0, 4207.0, 4208.0, 4196.0, 4209.0, 4227.0, 4210.0, 4217.0, 4210.0, 4226.0, 4207.0, 4238.0, 4206.0, 4231.0, 4206.0, 4209.0, 4205.0, 4209.0, 4225.0, 4220.0, 4229.0, 4208.0, 4238.0, 4208.0, 4227.0, 4195.0, 4239.0, 4195.0, 4229.0, 4197.0, 4239.0, 4204.0, 4229.0, 4216.0, 4207.0, 4205.0, 4210.0, 4225.0, 4209.0, 4238.0, 4221.0, 4219.0, 4211.0, 4220.0, 4211.0, 4227.0, 4200.0, 4239.0, 4207.0, 4237.0, 4196.0, 4229.0, 4196.0, 4217.0, 4235.0, 4219.0, 4226.0, 4197.0, 4213.0, 4195.0, 4218.0, 4204.0, 4216.0, 4193.0, 4215.0, 4205.0, 4219.0, 4238.0, 4206.0, 4224.0, 4195.0, 4214.0, 4197.0, 4217.0, 4197.0, 4218.0, 4195.0, 4227.0, 4197.0, 4236.0, 4195.0, 4227.0, 4194.0, 4208.0, 4194.0, 4229.0, 4205.0, 4209.0, 4207.0, 4231.0, 4240.0, 4211.0, 4237.0, 4208.0, 4227.0, 4208.0, 4218.0, 4196.0, 4236.0, 4196.0, 4228.0, 4196.0, 4228.0, 4228.0, 4219.0, 4236.0, 4206.0, 4227.0, 4207.0, 4225.0, 4208.0, 4209.0, 4210.0, 4226.0, 4197.0, 4238.0, 4195.0, 4208.0, 4215.0, 4209.0, 4205.0, 4207.0, 4226.0, 4199.0, 4216.0, 4208.0, 4229.0, 4207.0, 4227.0, 4211.0, 4242.0, 4211.0, 4219.0, 4208.0, 4238.0, 4222.0, 4239.0, 4219.0, 4229.0, 4232.0, 4227.0, 4208.0, 4237.0, 4208.0, 4227.0, 4209.0, 4229.0, 4198.0, 4219.0, 4198.0, 4240.0, 4195.0, 4218.0, 4217.0, 4231.0, 4219.0, 4210.0, 4218.0, 4208.0, 4226.0, 4207.0, 4229.0, 4199.0, 4228.0, 4208.0, 4240.0, 4212.0, 4229.0, 4211.0, 4230.0, 4230.0, 4240.0, 4229.0, 4227.0, 4200.0, 4227.0, 4241.0, 4227.0, 4227.0, 4251.0, 4238.0, 4237.0, 4243.0, 4219.0, 4211.0, 4212.0, 4225.0, 4226.0, 4216.0, 4227.0, 4201.0, 4218.0, 4190.0, 4219.0, 4180.0, 4209.0, 4186.0, 4188.0, 4164.0, 4176.0, 4153.0, 4177.0, 4175.0, 4190.0, 4201.0, 4192.0, 4199.0, 4194.0, 4212.0, 4196.0, 4205.0, 4207.0, 4216.0, 4209.0, 4215.0, 4199.0, 4216.0, 4199.0, 4231.0, 4210.0, 4230.0, 4198.0, 4220.0, 4225.0, 4218.0, 4226.0, 4209.0, 4229.0, 4207.0, 4237.0, 4195.0, 4230.0, 4198.0, 4221.0, 4238.0, 4208.0, 4237.0, 4219.0, 4199.0, 4181.0, 4218.0, 4184.0, 4217.0, 4197.0, 4222.0, 4229.0, 4216.0, 4210.0, 4190.0, 4171.0, 4204.0, 4198.0, 4219.0, 4228.0, 4281.0, 4252.0, 4279.0, 4247.0, 4256.0, 4226.0, 4204.0, 4222.0, 4190.0, 4214.0, 4184.0, 4229.0, 4233.0, 4196.0, 4215.0, 4193.0, 4192.0, 4181.0, 4194.0, 4195.0, 4208.0, 4209.0, 4220.0, 4212.0, 4243.0, 4224.0, 4255.0, 4231.0, 4229.0, 4239.0, 4209.0, 4237.0, 4209.0, 4240.0, 4208.0, 4239.0, 4216.0, 4238.0, 4224.0, 4206.0, 4224.0, 4194.0, 4223.0, 4194.0, 4215.0, 4206.0, 4205.0, 4197.0, 4225.0, 4208.0, 4227.0, 4208.0, 4227.0, 4207.0, 4217.0, 4207.0, 4248.0, 4198.0, 4231.0, 4226.0, 4219.0, 4240.0, 4209.0, 4227.0, 4209.0, 4227.0, 4210.0, 4228.0, 4220.0, 4219.0, 4210.0, 4219.0, 4210.0, 4229.0, 4219.0, 4242.0, 4221.0, 4252.0, 4217.0, 4239.0, 4196.0, 4230.0, 4216.0, 4239.0, 4238.0, 4229.0, 4226.0, 4208.0, 4226.0, 4209.0, 4218.0, 4208.0, 4218.0, 4208.0, 4215.0, 4208.0, 4249.0, 4208.0, 4231.0, 4208.0, 4219.0, 4205.0, 4221.0, 4228.0, 4241.0, 4230.0, 4221.0, 4228.0, 4210.0, 4229.0, 4209.0, 4262.0, 4209.0, 4239.0, 4207.0, 4248.0, 4216.0, 4230.0, 4237.0, 4218.0, 4241.0, 4209.0, 4227.0, 4207.0, 4218.0, 4207.0, 4218.0, 4207.0, 4249.0, 4196.0, 4219.0, 4196.0, 4209.0, 4206.0, 4207.0, 4215.0, 4207.0, 4226.0, 4206.0, 4207.0, 4207.0, 4206.0, 4207.0, 4206.0, 4207.0, 4238.0, 4207.0, 4204.0, 4207.0, 4239.0, 4208.0, 4237.0, 4196.0, 4229.0, 4207.0, 4238.0, 4197.0, 4220.0, 4236.0, 4228.0, 4206.0, 4219.0, 4215.0, 4238.0, 4226.0, 4217.0, 4227.0, 4196.0, 4214.0, 4195.0, 4216.0, 4206.0, 4227.0, 4207.0, 4207.0, 4207.0, 4218.0, 4207.0, 4251.0, 4208.0, 4231.0, 4208.0, 4252.0, 4218.0, 4242.0, 4240.0, 4241.0, 4239.0, 4222.0, 4242.0, 4210.0, 4250.0, 4208.0, 4229.0, 4207.0, 4220.0, 4227.0, 4240.0, 4238.0, 4243.0, 4238.0, 4208.0, 4228.0, 4206.0, 4239.0, 4205.0, 4237.0, 4193.0, 4227.0, 4217.0, 4229.0, 4236.0, 4217.0, 4224.0, 4206.0, 4214.0, 4207.0, 4205.0, 4195.0, 4225.0, 4208.0, 4235.0, 4207.0, 4226.0, 4207.0, 4226.0, 4207.0, 4226.0, 4208.0, 4217.0, 4197.0, 4228.0, 4207.0, 4228.0, 4208.0, 4229.0, 4221.0, 4228.0, 4242.0, 4230.0, 4212.0, 4210.0, 4229.0, 4225.0, 4234.0, 4255.0, 4234.0, 4278.0, 4232.0, 4255.0, 4213.0, 4253.0, 4230.0, 4237.0, 4229.0, 4237.0, 4226.0, 4203.0, 4224.0, 4192.0, 4211.0, 4167.0, 4189.0, 4179.0, 4197.0, 4168.0, 4187.0, 4181.0, 4179.0, 4182.0, 4186.0, 4159.0, 4157.0, 4141.0, 4179.0, 4161.0, 4195.0, 4197.0, 4219.0], 'WindowWidth': [9412.0, 9392.0, 9371.0, 9355.0, 9339.0, 9347.0, 9324.0, 9348.0, 9341.0, 9354.0, 9360.0, 9350.0, 9371.0, 9358.0, 9367.0, 9369.0, 9394.0, 9361.0, 9372.0, 9348.0, 9383.0, 9373.0, 9390.0, 9422.0, 9379.0, 9403.0, 9363.0, 9409.0, 9381.0, 9421.0, 9416.0, 9369.0, 9398.0, 9358.0, 9364.0, 9378.0, 9352.0, 9383.0, 9387.0, 9331.0, 9371.0, 9329.0, 9366.0, 9365.0, 9348.0, 9365.0, 9337.0, 9382.0, 9356.0, 9394.0, 9335.0, 9393.0, 9376.0, 9385.0, 9412.0, 9379.0, 9366.0, 9363.0, 9390.0, 9340.0, 9392.0, 9369.0, 9373.0, 9381.0, 9326.0, 9351.0, 9343.0, 9375.0, 9346.0, 9368.0, 9361.0, 9341.0, 9349.0, 9324.0, 9352.0, 9325.0, 9348.0, 9324.0, 9355.0, 9320.0, 9362.0, 9351.0, 9344.0, 9363.0, 9329.0, 9353.0, 9332.0, 9370.0, 9331.0, 9386.0, 9319.0, 9344.0, 9349.0, 9345.0, 9369.0, 9328.0, 9348.0, 9325.0, 9351.0, 9321.0, 9359.0, 9312.0, 9342.0, 9324.0, 9343.0, 9354.0, 9377.0, 9369.0, 9335.0, 9367.0, 9333.0, 9352.0, 9332.0, 9376.0, 9345.0, 9375.0, 9330.0, 9374.0, 9334.0, 9361.0, 9378.0, 9361.0, 9370.0, 9344.0, 9364.0, 9324.0, 9353.0, 9330.0, 9360.0, 9330.0, 9340.0, 9329.0, 9376.0, 9331.0, 9381.0, 9375.0, 9352.0, 9367.0, 9348.0, 9369.0, 9352.0, 9389.0, 9365.0, 9370.0, 9342.0, 9367.0, 9325.0, 9399.0, 9325.0, 9388.0, 9330.0, 9374.0, 9321.0, 9358.0, 9357.0, 9379.0, 9387.0, 9350.0, 9371.0, 9334.0, 9369.0, 9335.0, 9391.0, 9332.0, 9372.0, 9326.0, 9346.0, 9363.0, 9355.0, 9370.0, 9344.0, 9360.0, 9327.0, 9349.0, 9323.0, 9358.0, 9327.0, 9354.0, 9320.0, 9347.0, 9342.0, 9374.0, 9345.0, 9352.0, 9366.0, 9348.0, 9358.0, 9347.0, 9375.0, 9341.0, 9369.0, 9324.0, 9386.0, 9328.0, 9373.0, 9383.0, 9360.0, 9373.0, 9355.0, 9367.0, 9328.0, 9396.0, 9329.0, 9342.0, 9322.0, 9344.0, 9334.0, 9361.0, 9354.0, 9332.0, 9357.0, 9330.0, 9380.0, 9329.0, 9351.0, 9329.0, 9349.0, 9369.0, 9330.0, 9357.0, 9332.0, 9403.0, 9342.0, 9359.0, 9311.0, 9360.0, 9361.0, 9327.0, 9370.0, 9325.0, 9349.0, 9330.0, 9386.0, 9330.0, 9377.0, 9344.0, 9350.0, 9326.0, 9351.0, 9368.0, 9350.0, 9376.0, 9334.0, 9387.0, 9334.0, 9390.0, 9324.0, 9376.0, 9364.0, 9374.0, 9384.0, 9360.0, 9364.0, 9329.0, 9365.0, 9330.0, 9386.0, 9326.0, 9372.0, 9336.0, 9341.0, 9351.0, 9362.0, 9339.0, 9332.0, 9340.0, 9333.0, 9358.0, 9352.0, 9361.0, 9339.0, 9365.0, 9347.0, 9396.0, 9333.0, 9389.0, 9395.0, 9384.0, 9390.0, 9382.0, 9385.0, 9353.0, 9392.0, 9345.0, 9387.0, 9347.0, 9388.0, 9324.0, 9375.0, 9360.0, 9361.0, 9369.0, 9349.0, 9370.0, 9377.0, 9367.0, 9348.0, 9369.0, 9332.0, 9370.0, 9332.0, 9397.0, 9323.0, 9385.0, 9325.0, 9372.0, 9337.0, 9355.0, 9379.0, 9341.0, 9357.0, 9321.0, 9363.0, 9326.0, 9369.0, 9320.0, 9366.0, 9308.0, 9353.0, 9315.0, 9342.0, 9364.0, 9341.0, 9362.0, 9330.0, 9352.0, 9330.0, 9370.0, 9323.0, 9367.0, 9321.0, 9367.0, 9320.0, 9373.0, 9341.0, 9345.0, 9321.0, 9349.0, 9339.0, 9376.0, 9358.0, 9345.0, 9366.0, 9326.0, 9369.0, 9325.0, 9375.0, 9345.0, 9364.0, 9330.0, 9377.0, 9338.0, 9351.0, 9367.0, 9362.0, 9386.0, 9358.0, 9368.0, 9337.0, 9357.0, 9327.0, 9357.0, 9326.0, 9383.0, 9310.0, 9344.0, 9350.0, 9358.0, 9365.0, 9338.0, 9360.0, 9307.0, 9362.0, 9306.0, 9341.0, 9333.0, 9339.0, 9359.0, 9310.0, 9341.0, 9322.0, 9332.0, 9318.0, 9338.0, 9306.0, 9336.0, 9304.0, 9322.0, 9348.0, 9343.0, 9341.0, 9329.0, 9339.0, 9329.0, 9384.0, 9327.0, 9374.0, 9352.0, 9342.0, 9362.0, 9331.0, 9367.0, 9329.0, 9361.0, 9344.0, 9371.0, 9328.0, 9348.0, 9354.0, 9379.0, 9355.0, 9333.0, 9368.0, 9332.0, 9372.0, 9331.0, 9360.0, 9345.0, 9363.0, 9359.0, 9350.0, 9354.0, 9349.0, 9375.0, 9359.0, 9377.0, 9373.0, 9374.0, 9358.0, 9382.0, 9356.0, 9413.0, 9365.0, 9380.0, 9349.0, 9367.0, 9357.0, 9366.0, 9372.0, 9380.0, 9358.0, 9357.0, 9392.0, 9367.0, 9396.0, 9371.0, 9392.0, 9351.0, 9379.0, 9354.0, 9398.0, 9363.0, 9406.0, 9348.0, 9385.0, 9331.0, 9363.0, 9386.0, 9360.0, 9350.0, 9344.0, 9352.0, 9361.0, 9378.0, 9359.0, 9343.0, 9347.0, 9369.0, 9336.0, 9359.0, 9349.0, 9372.0, 9334.0, 9368.0, 9331.0, 9387.0, 9355.0, 9370.0, 9328.0, 9359.0, 9334.0, 9348.0, 9384.0, 9332.0, 9367.0, 9342.0, 9370.0, 9330.0, 9375.0, 9321.0, 9344.0, 9324.0, 9344.0, 9351.0, 9326.0, 9354.0, 9344.0, 9369.0, 9330.0, 9352.0, 9326.0, 9344.0, 9326.0, 9374.0, 9324.0, 9346.0, 9329.0, 9346.0, 9371.0, 9348.0, 9357.0, 9346.0, 9355.0, 9345.0, 9375.0, 9345.0, 9380.0, 9332.0, 9350.0, 9335.0, 9382.0, 9358.0, 9381.0, 9376.0, 9385.0, 9380.0, 9354.0, 9395.0, 9354.0, 9383.0, 9358.0, 9389.0, 9354.0, 9393.0, 9368.0, 9397.0, 9351.0, 9391.0, 9355.0, 9393.0, 9350.0, 9409.0, 9367.0, 9394.0, 9347.0, 9410.0, 9351.0, 9395.0, 9357.0, 9365.0, 9340.0, 9374.0, 9385.0, 9370.0, 9368.0, 9342.0, 9365.0, 9323.0, 9369.0, 9327.0, 9390.0, 9339.0, 9345.0, 9337.0, 9345.0, 9352.0, 9326.0, 9358.0, 9330.0, 9343.0, 9325.0, 9364.0, 9331.0, 9371.0, 9375.0, 9348.0, 9358.0, 9351.0, 9357.0, 9347.0, 9381.0, 9348.0, 9365.0, 9346.0, 9384.0, 9343.0, 9409.0, 9381.0, 9356.0, 9376.0, 9353.0, 9363.0, 9333.0, 9408.0, 9347.0, 9374.0, 9325.0, 9367.0, 9353.0, 9390.0, 9390.0, 9353.0, 9381.0, 9351.0, 9356.0, 9353.0, 9368.0, 9354.0, 9382.0, 9350.0, 9392.0, 9333.0, 9391.0, 9384.0, 9374.0, 9364.0, 9349.0, 9352.0, 9348.0, 9358.0, 9328.0, 9371.0, 9327.0, 9396.0, 9324.0, 9388.0, 9346.0, 9350.0, 9330.0, 9353.0, 9372.0, 9355.0, 9361.0, 9354.0, 9372.0, 9347.0, 9390.0, 9345.0, 9384.0, 9345.0, 9353.0, 9342.0, 9352.0, 9369.0, 9367.0, 9378.0, 9348.0, 9388.0, 9349.0, 9373.0, 9329.0, 9391.0, 9329.0, 9378.0, 9331.0, 9390.0, 9338.0, 9379.0, 9358.0, 9347.0, 9342.0, 9354.0, 9367.0, 9353.0, 9390.0, 9371.0, 9366.0, 9359.0, 9366.0, 9356.0, 9375.0, 9340.0, 9391.0, 9347.0, 9387.0, 9330.0, 9378.0, 9329.0, 9361.0, 9380.0, 9363.0, 9367.0, 9332.0, 9350.0, 9328.0, 9362.0, 9338.0, 9356.0, 9322.0, 9356.0, 9339.0, 9365.0, 9389.0, 9345.0, 9363.0, 9328.0, 9352.0, 9332.0, 9358.0, 9331.0, 9361.0, 9327.0, 9371.0, 9330.0, 9383.0, 9327.0, 9373.0, 9325.0, 9348.0, 9326.0, 9377.0, 9340.0, 9352.0, 9344.0, 9384.0, 9395.0, 9359.0, 9386.0, 9353.0, 9375.0, 9352.0, 9365.0, 9332.0, 9384.0, 9331.0, 9375.0, 9329.0, 9377.0, 9373.0, 9365.0, 9382.0, 9345.0, 9370.0, 9347.0, 9368.0, 9349.0, 9350.0, 9352.0, 9370.0, 9332.0, 9389.0, 9327.0, 9350.0, 9353.0, 9349.0, 9341.0, 9347.0, 9370.0, 9339.0, 9359.0, 9349.0, 9376.0, 9348.0, 9374.0, 9357.0, 9400.0, 9358.0, 9366.0, 9352.0, 9392.0, 9374.0, 9392.0, 9367.0, 9377.0, 9385.0, 9375.0, 9348.0, 9387.0, 9349.0, 9374.0, 9351.0, 9378.0, 9335.0, 9363.0, 9334.0, 9392.0, 9327.0, 9363.0, 9359.0, 9384.0, 9364.0, 9355.0, 9361.0, 9350.0, 9370.0, 9347.0, 9376.0, 9336.0, 9374.0, 9351.0, 9393.0, 9357.0, 9374.0, 9356.0, 9378.0, 9379.0, 9393.0, 9397.0, 9391.0, 9337.0, 9388.0, 9412.0, 9387.0, 9386.0, 9424.0, 9404.0, 9403.0, 9402.0, 9361.0, 9336.0, 9343.0, 9365.0, 9369.0, 9351.0, 9371.0, 9323.0, 9345.0, 9304.0, 9342.0, 9292.0, 9333.0, 9292.0, 9299.0, 9259.0, 9279.0, 9246.0, 9283.0, 9279.0, 9310.0, 9324.0, 9314.0, 9319.0, 9321.0, 9340.0, 9328.0, 9338.0, 9346.0, 9357.0, 9349.0, 9352.0, 9337.0, 9356.0, 9336.0, 9382.0, 9351.0, 9379.0, 9332.0, 9367.0, 9366.0, 9361.0, 9371.0, 9354.0, 9381.0, 9347.0, 9386.0, 9327.0, 9381.0, 9332.0, 9368.0, 9389.0, 9350.0, 9385.0, 9365.0, 9316.0, 9296.0, 9360.0, 9309.0, 9358.0, 9331.0, 9376.0, 9381.0, 9359.0, 9352.0, 9306.0, 9279.0, 9333.0, 9334.0, 9364.0, 9392.0, 9469.0, 9434.0, 9463.0, 9415.0, 9428.0, 9367.0, 9336.0, 9359.0, 9311.0, 9349.0, 9308.0, 9378.0, 9376.0, 9328.0, 9353.0, 9318.0, 9315.0, 9299.0, 9323.0, 9325.0, 9350.0, 9352.0, 9368.0, 9363.0, 9403.0, 9382.0, 9425.0, 9385.0, 9381.0, 9390.0, 9352.0, 9385.0, 9351.0, 9396.0, 9350.0, 9393.0, 9354.0, 9387.0, 9364.0, 9340.0, 9362.0, 9324.0, 9360.0, 9325.0, 9354.0, 9341.0, 9338.0, 9332.0, 9367.0, 9348.0, 9373.0, 9348.0, 9371.0, 9346.0, 9358.0, 9345.0, 9403.0, 9333.0, 9383.0, 9370.0, 9364.0, 9394.0, 9349.0, 9371.0, 9351.0, 9373.0, 9356.0, 9377.0, 9371.0, 9368.0, 9355.0, 9364.0, 9358.0, 9380.0, 9368.0, 9401.0, 9370.0, 9414.0, 9361.0, 9391.0, 9330.0, 9381.0, 9357.0, 9391.0, 9390.0, 9378.0, 9371.0, 9349.0, 9370.0, 9352.0, 9362.0, 9352.0, 9366.0, 9351.0, 9357.0, 9352.0, 9406.0, 9352.0, 9386.0, 9350.0, 9367.0, 9343.0, 9372.0, 9376.0, 9399.0, 9383.0, 9372.0, 9378.0, 9357.0, 9380.0, 9352.0, 9427.0, 9352.0, 9395.0, 9347.0, 9405.0, 9359.0, 9380.0, 9388.0, 9365.0, 9399.0, 9354.0, 9372.0, 9348.0, 9362.0, 9348.0, 9364.0, 9348.0, 9404.0, 9330.0, 9364.0, 9332.0, 9353.0, 9343.0, 9349.0, 9354.0, 9348.0, 9372.0, 9347.0, 9346.0, 9349.0, 9343.0, 9347.0, 9345.0, 9346.0, 9391.0, 9347.0, 9342.0, 9348.0, 9391.0, 9350.0, 9390.0, 9331.0, 9379.0, 9346.0, 9390.0, 9333.0, 9369.0, 9385.0, 9374.0, 9343.0, 9366.0, 9355.0, 9389.0, 9372.0, 9359.0, 9373.0, 9331.0, 9351.0, 9328.0, 9357.0, 9345.0, 9375.0, 9347.0, 9347.0, 9348.0, 9363.0, 9348.0, 9411.0, 9352.0, 9384.0, 9352.0, 9415.0, 9363.0, 9402.0, 9398.0, 9402.0, 9392.0, 9376.0, 9405.0, 9357.0, 9409.0, 9350.0, 9380.0, 9347.0, 9370.0, 9374.0, 9395.0, 9390.0, 9405.0, 9388.0, 9349.0, 9376.0, 9344.0, 9392.0, 9342.0, 9387.0, 9322.0, 9374.0, 9359.0, 9378.0, 9384.0, 9358.0, 9363.0, 9343.0, 9351.0, 9347.0, 9341.0, 9329.0, 9365.0, 9350.0, 9379.0, 9346.0, 9372.0, 9348.0, 9368.0, 9349.0, 9370.0, 9350.0, 9360.0, 9332.0, 9377.0, 9348.0, 9375.0, 9351.0, 9380.0, 9372.0, 9379.0, 9401.0, 9380.0, 9360.0, 9356.0, 9381.0, 9383.0, 9395.0, 9421.0, 9399.0, 9461.0, 9389.0, 9423.0, 9361.0, 9417.0, 9378.0, 9389.0, 9374.0, 9380.0, 9364.0, 9330.0, 9360.0, 9314.0, 9338.0, 9273.0, 9305.0, 9292.0, 9313.0, 9277.0, 9300.0, 9301.0, 9294.0, 9302.0, 9312.0, 9257.0, 9249.0, 9212.0, 9288.0, 9262.0, 9317.0, 9322.0, 9360.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.003872944732297064</td></tr>
<tr><td colspan=3>aqi</td><td>0.03317479775474957</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.255729332402794</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3831894580639554</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0649221614001734</td></tr>
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
<tr><td colspan=3>fber</td><td>7912.6499</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11058609272065933</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.067357512953368</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2848304798061463</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2051961292422093</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4463879416735663</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.202907368502663</td></tr>
<tr><td colspan=3>gcor</td><td>0.01149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>9.862248407443985e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0309147872030735</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.210315251779584</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.513</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9794</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.4219</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298225.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>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.5665</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9395</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.4394</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3434.6691</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.5501</td></tr>
<tr><td colspan=3>tsnr</td><td>38.044328409130685</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>