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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-02_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-02_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-0069/ses-03/func/sub-0069_ses-03_task-alignvideo_acq-mb8_run-02_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>b36dc60acbd94c282cd2f196d3247f02</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>19:47:18.177500</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.999964, 0.0017304, 0.0083305, -0.00122169, 0.998156, -0.0606883]</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-02_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.0734122</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7287, 609, -71, -129, 40, 72]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c139b705-452e-4e1b-ae22-eaa132f5c698||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.6828298568725586, -0.0032777113374322653, 0.022734418511390686, 112.6618423461914], [-0.0046425433829426765, 2.6779797077178955, -0.1638248711824417, -86.91273498535156], [0.022350125014781952, 0.1628221571445465, 2.694929361343384, -77.94449615478516], [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, 1335]</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, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['194718.177500', '194718.637500', '194719.097500', '194719.557500', '194720.017500', '194720.477500', '194720.937500', '194721.397500', '194721.857500', '194722.317500', '194722.777500', '194723.237500', '194723.697500', '194724.157500', '194724.617500', '194725.077500', '194725.537500', '194725.997500', '194726.457500', '194726.917500', '194727.377500', '194727.837500', '194728.297500', '194728.757500', '194729.217500', '194729.677500', '194730.137500', '194730.597500', '194731.057500', '194731.517500', '194731.977500', '194732.437500', '194732.897500', '194733.357500', '194733.817500', '194734.277500', '194734.737500', '194735.197500', '194735.657500', '194736.117500', '194736.577500', '194737.037500', '194737.497500', '194737.957500', '194738.417500', '194738.877500', '194739.337500', '194739.797500', '194740.257500', '194740.717500', '194741.177500', '194741.637500', '194742.097500', '194742.557500', '194743.017500', '194743.477500', '194743.937500', '194744.397500', '194744.857500', '194745.317500', '194745.777500', '194746.237500', '194746.697500', '194747.157500', '194747.617500', '194748.077500', '194748.537500', '194748.997500', '194749.457500', '194749.917500', '194750.377500', '194750.837500', '194751.297500', '194751.757500', '194752.217500', '194752.677500', '194753.137500', '194753.597500', '194754.057500', '194754.517500', '194754.977500', '194755.437500', '194755.897500', '194756.357500', '194756.817500', '194757.277500', '194757.737500', '194758.197500', '194758.657500', '194759.117500', '194759.577500', '194800.037500', '194800.497500', '194800.957500', '194801.417500', '194801.877500', '194802.337500', '194802.797500', '194803.257500', '194803.717500', '194804.177500', '194804.637500', '194805.097500', '194805.557500', '194806.017500', '194806.477500', '194806.937500', '194807.397500', '194807.857500', '194808.317500', '194808.777500', '194809.237500', '194809.697500', '194810.157500', '194810.617500', '194811.077500', '194811.537500', '194811.997500', '194812.457500', '194812.917500', '194813.377500', '194813.837500', '194814.297500', '194814.757500', '194815.217500', '194815.677500', '194816.137500', '194816.597500', '194817.057500', '194817.517500', '194817.977500', '194818.437500', '194818.897500', '194819.357500', '194819.817500', '194820.277500', '194820.737500', '194821.197500', '194821.657500', '194822.117500', '194822.577500', '194823.037500', '194823.497500', '194823.957500', '194824.417500', '194824.877500', '194825.337500', '194825.797500', '194826.257500', '194826.717500', '194827.177500', '194827.637500', '194828.097500', '194828.557500', '194829.017500', '194829.477500', '194829.937500', '194830.397500', '194830.857500', '194831.317500', '194831.777500', '194832.237500', '194832.697500', '194833.157500', '194833.617500', '194834.077500', '194834.537500', '194834.997500', '194835.457500', '194835.917500', '194836.377500', '194836.837500', '194837.297500', '194837.757500', '194838.217500', '194838.677500', '194839.137500', '194839.597500', '194840.057500', '194840.517500', '194840.977500', '194841.437500', '194841.897500', '194842.357500', '194842.817500', '194843.277500', '194843.737500', '194844.197500', '194844.657500', '194845.117500', '194845.577500', '194846.037500', '194846.497500', '194846.957500', '194847.417500', '194847.877500', '194848.337500', '194848.797500', '194849.257500', '194849.717500', '194850.177500', '194850.637500', '194851.097500', '194851.557500', '194852.017500', '194852.477500', '194852.937500', '194853.397500', '194853.857500', '194854.317500', '194854.777500', '194855.237500', '194855.697500', '194856.157500', '194856.617500', '194857.077500', '194857.537500', '194857.997500', '194858.457500', '194858.917500', '194859.377500', '194859.837500', '194900.297500', '194900.757500', '194901.217500', '194901.677500', '194902.137500', '194902.597500', '194903.057500', '194903.517500', '194903.977500', '194904.437500', '194904.897500', '194905.357500', '194905.817500', '194906.277500', '194906.737500', '194907.197500', '194907.657500', '194908.117500', '194908.577500', '194909.037500', '194909.497500', '194909.957500', '194910.417500', '194910.877500', '194911.337500', '194911.797500', '194912.257500', '194912.717500', '194913.177500', '194913.637500', '194914.097500', '194914.557500', '194915.017500', '194915.477500', '194915.937500', '194916.397500', '194916.857500', '194917.317500', '194917.777500', '194918.237500', '194918.697500', '194919.157500', '194919.617500', '194920.077500', '194920.537500', '194920.997500', '194921.457500', '194921.917500', '194922.377500', '194922.837500', '194923.297500', '194923.757500', '194924.217500', '194924.677500', '194925.137500', '194925.597500', '194926.057500', '194926.517500', '194926.977500', '194927.437500', '194927.897500', '194928.357500', '194928.817500', '194929.277500', '194929.737500', '194930.197500', '194930.657500', '194931.117500', '194931.577500', '194932.037500', '194932.497500', '194932.957500', '194933.417500', '194933.877500', '194934.337500', '194934.797500', '194935.257500', '194935.717500', '194936.177500', '194936.637500', '194937.097500', '194937.557500', '194938.017500', '194938.477500', '194938.937500', '194939.397500', '194939.857500', '194940.317500', '194940.777500', '194941.237500', '194941.697500', '194942.157500', '194942.617500', '194943.077500', '194943.537500', '194943.997500', '194944.457500', '194944.917500', '194945.377500', '194945.837500', '194946.297500', '194946.757500', '194947.217500', '194947.677500', '194948.137500', '194948.597500', '194949.057500', '194949.517500', '194949.977500', '194950.437500', '194950.897500', '194951.357500', '194951.817500', '194952.277500', '194952.737500', '194953.197500', '194953.657500', '194954.117500', '194954.577500', '194955.037500', '194955.497500', '194955.957500', '194956.417500', '194956.877500', '194957.337500', '194957.797500', '194958.257500', '194958.717500', '194959.177500', '194959.637500', '195000.097500', '195000.557500', '195001.017500', '195001.477500', '195001.937500', '195002.397500', '195002.857500', '195003.317500', '195003.777500', '195004.237500', '195004.697500', '195005.157500', '195005.617500', '195006.077500', '195006.537500', '195006.997500', '195007.457500', '195007.917500', '195008.377500', '195008.837500', '195009.297500', '195009.757500', '195010.217500', '195010.677500', '195011.137500', '195011.597500', '195012.057500', '195012.517500', '195012.977500', '195013.437500', '195013.897500', '195014.357500', '195014.817500', '195015.277500', '195015.737500', '195016.197500', '195016.657500', '195017.117500', '195017.577500', '195018.037500', '195018.497500', '195018.957500', '195019.417500', '195019.877500', '195020.337500', '195020.797500', '195021.257500', '195021.717500', '195022.177500', '195022.637500', '195023.097500', '195023.557500', '195024.017500', '195024.477500', '195024.937500', '195025.397500', '195025.857500', '195026.317500', '195026.777500', '195027.237500', '195027.697500', '195028.157500', '195028.617500', '195029.077500', '195029.537500', '195029.997500', '195030.457500', '195030.917500', '195031.377500', '195031.837500', '195032.297500', '195032.757500', '195033.217500', '195033.677500', '195034.137500', '195034.597500', '195035.057500', '195035.517500', '195035.977500', '195036.437500', '195036.897500', '195037.357500', '195037.817500', '195038.277500', '195038.737500', '195039.197500', '195039.657500', '195040.117500', '195040.577500', '195041.037500', '195041.497500', '195041.957500', '195042.417500', '195042.877500', '195043.337500', '195043.797500', '195044.257500', '195044.717500', '195045.177500', '195045.637500', '195046.097500', '195046.557500', '195047.017500', '195047.477500', '195047.937500', '195048.397500', '195048.857500', '195049.317500', '195049.777500', '195050.237500', '195050.697500', '195051.157500', '195051.617500', '195052.077500', '195052.537500', '195052.997500', '195053.457500', '195053.917500', '195054.377500', '195054.837500', '195055.297500', '195055.757500', '195056.217500', '195056.677500', '195057.137500', '195057.597500', '195058.057500', '195058.517500', '195058.977500', '195059.437500', '195059.897500', '195100.357500', '195100.817500', '195101.277500', '195101.737500', '195102.197500', '195102.657500', '195103.117500', '195103.577500', '195104.037500', '195104.497500', '195104.957500', '195105.417500', '195105.877500', '195106.337500', '195106.797500', '195107.257500', '195107.717500', '195108.177500', '195108.637500', '195109.097500', '195109.557500', '195110.017500', '195110.477500', '195110.937500', '195111.397500', '195111.857500', '195112.317500', '195112.777500', '195113.237500', '195113.697500', '195114.157500', '195114.617500', '195115.077500', '195115.537500', '195115.997500', '195116.457500', '195116.917500', '195117.377500', '195117.837500', '195118.297500', '195118.757500', '195119.217500', '195119.677500', '195120.137500', '195120.597500', '195121.057500', '195121.517500', '195121.977500', '195122.437500', '195122.897500', '195123.357500', '195123.817500', '195124.277500', '195124.737500', '195125.197500', '195125.657500', '195126.117500', '195126.577500', '195127.037500', '195127.497500', '195127.957500', '195128.417500', '195128.877500', '195129.337500', '195129.797500', '195130.257500', '195130.717500', '195131.177500', '195131.637500', '195132.097500', '195132.557500', '195133.017500', '195133.477500', '195133.937500', '195134.397500', '195134.857500', '195135.317500', '195135.777500', '195136.237500', '195136.697500', '195137.157500', '195137.617500', '195138.077500', '195138.537500', '195138.997500', '195139.457500', '195139.917500', '195140.377500', '195140.837500', '195141.297500', '195141.757500', '195142.217500', '195142.677500', '195143.137500', '195143.597500', '195144.057500', '195144.517500', '195144.977500', '195145.437500', '195145.897500', '195146.357500', '195146.817500', '195147.277500', '195147.737500', '195148.197500', '195148.657500', '195149.117500', '195149.577500', '195150.037500', '195150.497500', '195150.957500', '195151.417500', '195151.877500', '195152.337500', '195152.797500', '195153.257500', '195153.717500', '195154.177500', '195154.637500', '195155.097500', '195155.557500', '195156.017500', '195156.477500', '195156.937500', '195157.397500', '195157.857500', '195158.317500', '195158.777500', '195159.237500', '195159.697500', '195200.157500', '195200.617500', '195201.077500', '195201.537500', '195201.997500', '195202.457500', '195202.917500', '195203.377500', '195203.837500', '195204.297500', '195204.757500', '195205.217500', '195205.677500', '195206.137500', '195206.597500', '195207.057500', '195207.517500', '195207.977500', '195208.437500', '195208.897500', '195209.357500', '195209.817500', '195210.277500', '195210.737500', '195211.197500', '195211.657500', '195212.117500', '195212.577500', '195213.037500', '195213.497500', '195213.957500', '195214.417500', '195214.877500', '195215.337500', '195215.797500', '195216.257500', '195216.717500', '195217.177500', '195217.637500', '195218.097500', '195218.557500', '195219.017500', '195219.477500', '195219.937500', '195220.397500', '195220.857500', '195221.317500', '195221.777500', '195222.237500', '195222.697500', '195223.157500', '195223.617500', '195224.077500', '195224.537500', '195224.997500', '195225.457500', '195225.917500', '195226.377500', '195226.837500', '195227.297500', '195227.757500', '195228.217500', '195228.677500', '195229.137500', '195229.597500', '195230.057500', '195230.517500', '195230.977500', '195231.437500', '195231.897500', '195232.357500', '195232.817500', '195233.277500', '195233.737500', '195234.197500', '195234.657500', '195235.117500', '195235.577500', '195236.037500', '195236.497500', '195236.957500', '195237.417500', '195237.877500', '195238.337500', '195238.797500', '195239.257500', '195239.717500', '195240.177500', '195240.637500', '195241.097500', '195241.557500', '195242.017500', '195242.477500', '195242.937500', '195243.397500', '195243.857500', '195244.317500', '195244.777500', '195245.237500', '195245.697500', '195246.157500', '195246.617500', '195247.077500', '195247.537500', '195247.997500', '195248.457500', '195248.917500', '195249.377500', '195249.837500', '195250.297500', '195250.757500', '195251.217500', '195251.677500', '195252.137500', '195252.597500', '195253.057500', '195253.517500', '195253.977500', '195254.437500', '195254.897500', '195255.357500', '195255.817500', '195256.277500', '195256.737500', '195257.197500', '195257.657500', '195258.117500', '195258.577500', '195259.037500', '195259.497500', '195259.957500', '195300.417500', '195300.877500', '195301.337500', '195301.797500', '195302.257500', '195302.717500', '195303.177500', '195303.637500', '195304.097500', '195304.557500', '195305.017500', '195305.477500', '195305.937500', '195306.397500', '195306.857500', '195307.317500', '195307.777500', '195308.237500', '195308.697500', '195309.157500', '195309.617500', '195310.077500', '195310.537500', '195310.997500', '195311.457500', '195311.917500', '195312.377500', '195312.837500', '195313.297500', '195313.757500', '195314.217500', '195314.677500', '195315.137500', '195315.597500', '195316.057500', '195316.517500', '195316.977500', '195317.437500', '195317.897500', '195318.357500', '195318.817500', '195319.277500', '195319.737500', '195320.197500', '195320.657500', '195321.117500', '195321.577500', '195322.037500', '195322.497500', '195322.957500', '195323.417500', '195323.877500', '195324.337500', '195324.797500', '195325.257500', '195325.717500', '195326.177500', '195326.637500', '195327.097500', '195327.557500', '195328.017500', '195328.477500', '195328.937500', '195329.397500', '195329.857500', '195330.317500', '195330.777500', '195331.237500', '195331.697500', '195332.157500', '195332.617500', '195333.077500', '195333.537500', '195333.997500', '195334.457500', '195334.917500', '195335.377500', '195335.837500', '195336.297500', '195336.757500', '195337.217500', '195337.677500', '195338.137500', '195338.597500', '195339.057500', '195339.517500', '195339.977500', '195340.437500', '195340.897500', '195341.357500', '195341.817500', '195342.277500', '195342.737500', '195343.197500', '195343.657500', '195344.117500', '195344.577500', '195345.037500', '195345.497500', '195345.957500', '195346.417500', '195346.877500', '195347.337500', '195347.797500', '195348.257500', '195348.717500', '195349.177500', '195349.637500', '195350.097500', '195350.557500', '195351.017500', '195351.477500', '195351.937500', '195352.397500', '195352.857500', '195353.317500', '195353.777500', '195354.237500', '195354.697500', '195355.157500', '195355.617500', '195356.077500', '195356.537500', '195356.997500', '195357.457500', '195357.917500', '195358.377500', '195358.837500', '195359.297500', '195359.757500', '195400.217500', '195400.677500', '195401.137500', '195401.597500', '195402.057500', '195402.517500', '195402.977500', '195403.437500', '195403.897500', '195404.357500', '195404.817500', '195405.277500', '195405.737500', '195406.197500', '195406.657500', '195407.117500', '195407.577500', '195408.037500', '195408.497500', '195408.957500', '195409.417500', '195409.877500', '195410.337500', '195410.797500', '195411.257500', '195411.717500', '195412.177500', '195412.637500', '195413.097500', '195413.557500', '195414.017500', '195414.477500', '195414.937500', '195415.397500', '195415.857500', '195416.317500', '195416.777500', '195417.237500', '195417.697500', '195418.157500', '195418.617500', '195419.077500', '195419.537500', '195419.997500', '195420.457500', '195420.917500', '195421.377500', '195421.837500', '195422.297500', '195422.757500', '195423.217500', '195423.677500', '195424.137500', '195424.597500', '195425.057500', '195425.517500', '195425.977500', '195426.437500', '195426.897500', '195427.357500', '195427.817500', '195428.277500', '195428.737500', '195429.197500', '195429.657500', '195430.117500', '195430.577500', '195431.037500', '195431.497500', '195431.957500', '195432.417500', '195432.877500', '195433.337500', '195433.797500', '195434.257500', '195434.717500', '195435.177500', '195435.637500', '195436.097500', '195436.557500', '195437.017500', '195437.477500', '195437.937500', '195438.397500', '195438.857500', '195439.317500', '195439.777500', '195440.237500', '195440.697500', '195441.157500', '195441.617500', '195442.077500', '195442.537500', '195442.997500', '195443.457500', '195443.917500', '195444.377500', '195444.837500', '195445.297500', '195445.757500', '195446.217500', '195446.677500', '195447.137500', '195447.597500', '195448.057500', '195448.517500', '195448.977500', '195449.437500', '195449.897500', '195450.357500', '195450.817500', '195451.277500', '195451.737500', '195452.197500', '195452.657500', '195453.117500', '195453.577500', '195454.037500', '195454.497500', '195454.957500', '195455.417500', '195455.877500', '195456.337500', '195456.797500', '195457.257500', '195457.717500', '195458.177500', '195458.637500', '195459.097500', '195459.557500', '195500.017500', '195500.477500', '195500.937500', '195501.397500', '195501.857500', '195502.317500', '195502.777500', '195503.237500', '195503.697500', '195504.157500', '195504.617500', '195505.077500', '195505.537500', '195505.997500', '195506.457500', '195506.917500', '195507.377500', '195507.837500', '195508.297500', '195508.757500', '195509.217500', '195509.677500', '195510.137500', '195510.597500', '195511.057500', '195511.517500', '195511.977500', '195512.437500', '195512.897500', '195513.357500', '195513.817500', '195514.277500', '195514.737500', '195515.197500', '195515.657500', '195516.117500', '195516.577500', '195517.037500', '195517.497500', '195517.957500', '195518.417500', '195518.877500', '195519.337500', '195519.797500', '195520.257500', '195520.717500', '195521.177500', '195521.637500', '195522.097500', '195522.557500', '195523.017500', '195523.477500', '195523.937500', '195524.397500', '195524.857500', '195525.317500', '195525.777500', '195526.237500', '195526.697500', '195527.157500', '195527.617500', '195528.077500', '195528.537500', '195528.997500', '195529.457500', '195529.917500', '195530.377500', '195530.837500', '195531.297500', '195531.757500', '195532.217500', '195532.677500', '195533.137500', '195533.597500', '195534.057500', '195534.517500', '195534.977500', '195535.437500', '195535.897500', '195536.357500', '195536.817500', '195537.277500', '195537.737500', '195538.197500', '195538.657500', '195539.117500', '195539.577500', '195540.037500', '195540.497500', '195540.957500', '195541.417500', '195541.877500', '195542.337500', '195542.797500', '195543.257500', '195543.717500', '195544.177500', '195544.637500', '195545.097500', '195545.557500', '195546.017500', '195546.477500', '195546.937500', '195547.397500', '195547.857500', '195548.317500', '195548.777500', '195549.237500', '195549.697500', '195550.157500', '195550.617500', '195551.077500', '195551.537500', '195551.997500', '195552.457500', '195552.917500', '195553.377500', '195553.837500', '195554.297500', '195554.757500', '195555.217500', '195555.677500', '195556.137500', '195556.597500', '195557.057500', '195557.517500', '195557.977500', '195558.437500', '195558.897500', '195559.357500', '195559.817500', '195600.277500', '195600.737500', '195601.197500', '195601.657500', '195602.117500', '195602.577500', '195603.037500', '195603.497500', '195603.957500', '195604.417500', '195604.877500', '195605.337500', '195605.797500', '195606.257500', '195606.717500', '195607.177500', '195607.637500', '195608.097500', '195608.557500', '195609.017500', '195609.477500', '195609.937500', '195610.397500', '195610.857500', '195611.317500', '195611.777500', '195612.237500', '195612.697500', '195613.157500', '195613.617500', '195614.077500', '195614.537500', '195614.997500', '195615.457500', '195615.917500', '195616.377500', '195616.837500', '195617.297500', '195617.757500', '195618.217500', '195618.677500', '195619.137500', '195619.597500', '195620.057500', '195620.517500', '195620.977500', '195621.437500', '195621.897500', '195622.357500', '195622.817500', '195623.277500', '195623.737500', '195624.197500', '195624.657500', '195625.117500', '195625.577500', '195626.037500', '195626.497500', '195626.957500', '195627.417500', '195627.877500', '195628.337500', '195628.797500', '195629.257500', '195629.717500', '195630.177500', '195630.637500', '195631.097500', '195631.557500', '195632.017500', '195632.477500', '195632.937500', '195633.397500', '195633.857500', '195634.317500', '195634.777500', '195635.237500', '195635.697500', '195636.157500', '195636.617500', '195637.077500', '195637.537500', '195637.997500', '195638.457500', '195638.917500', '195639.377500', '195639.837500', '195640.297500', '195640.757500', '195641.217500', '195641.677500', '195642.137500', '195642.597500', '195643.057500', '195643.517500', '195643.977500', '195644.437500', '195644.897500', '195645.357500', '195645.817500', '195646.277500', '195646.737500', '195647.197500', '195647.657500', '195648.117500', '195648.577500', '195649.037500', '195649.497500', '195649.957500', '195650.417500', '195650.877500', '195651.337500', '195651.797500', '195652.257500', '195652.717500', '195653.177500', '195653.637500', '195654.097500', '195654.557500', '195655.017500', '195655.477500', '195655.937500', '195656.397500', '195656.857500', '195657.317500', '195657.777500', '195658.237500', '195658.697500', '195659.157500', '195659.617500', '195700.077500', '195700.537500', '195700.997500', '195701.457500', '195701.917500', '195702.377500', '195702.837500', '195703.297500', '195703.757500', '195704.217500', '195704.677500', '195705.137500', '195705.597500', '195706.057500', '195706.517500', '195706.977500', '195707.437500', '195707.897500', '195708.357500', '195708.817500', '195709.277500', '195709.737500', '195710.197500', '195710.657500', '195711.117500', '195711.577500', '195712.037500', '195712.497500', '195712.957500', '195713.417500', '195713.877500', '195714.337500', '195714.797500', '195715.257500', '195715.717500', '195716.177500', '195716.637500', '195717.097500', '195717.557500', '195718.017500', '195718.477500', '195718.937500', '195719.397500', '195719.857500', '195720.317500', '195720.777500', '195721.237500', '195721.697500', '195722.157500', '195722.617500', '195723.077500', '195723.537500', '195723.997500', '195724.457500', '195724.917500', '195725.377500', '195725.837500', '195726.297500', '195726.757500', '195727.217500', '195727.677500', '195728.137500', '195728.597500', '195729.057500', '195729.517500', '195729.977500', '195730.437500', '195730.897500', '195731.357500', '195731.817500'], 'ContentTime': ['194732.629000', '194732.633000', '194732.636000', '194732.639000', '194732.641000', '194732.644000', '194732.647000', '194732.649000', '194732.652000', '194732.663000', '194732.665000', '194732.668000', '194732.671000', '194732.674000', '194732.677000', '194732.682000', '194732.685000', '194732.687000', '194732.690000', '194732.693000', '194732.695000', '194732.698000', '194732.700000', '194732.704000', '194732.707000', '194732.709000', '194732.712000', '194732.715000', '194732.718000', '194752.597000', '194752.600000', '194752.603000', '194752.606000', '194752.608000', '194752.611000', '194752.613000', '194752.616000', '194752.619000', '194752.621000', '194752.624000', '194752.627000', '194752.640000', '194752.642000', '194752.645000', '194752.648000', '194752.650000', '194752.653000', '194752.655000', '194752.658000', '194752.660000', '194752.663000', '194752.666000', '194752.668000', '194752.671000', '194752.674000', '194752.676000', '194752.679000', '194752.682000', '194752.684000', '194752.687000', '194752.689000', '194752.692000', '194752.694000', '194752.697000', '194752.700000', '194752.702000', '194752.705000', '194752.708000', '194752.710000', '194752.713000', '194752.715000', '194752.718000', '194752.721000', '194812.597000', '194812.600000', '194812.603000', '194812.606000', '194812.608000', '194812.611000', '194812.613000', '194812.616000', '194812.619000', '194812.621000', '194812.624000', '194812.626000', '194812.629000', '194812.632000', '194812.634000', '194812.637000', '194812.639000', '194812.642000', '194812.645000', '194812.647000', '194812.650000', '194812.653000', '194812.655000', '194812.658000', '194812.660000', '194812.668000', '194812.670000', '194812.673000', '194812.676000', '194812.678000', '194812.681000', '194812.684000', '194812.686000', '194812.689000', '194812.691000', '194812.694000', '194812.697000', '194812.699000', '194812.702000', '194812.704000', '194812.707000', '194812.710000', '194812.712000', '194832.596000', '194832.599000', '194832.602000', '194832.605000', '194832.607000', '194832.610000', '194832.613000', '194832.615000', '194832.618000', '194832.620000', '194832.623000', '194832.626000', '194832.628000', '194832.631000', '194832.633000', '194832.636000', '194832.639000', '194832.641000', '194832.644000', '194832.647000', '194832.649000', '194832.652000', '194832.654000', '194832.657000', '194832.660000', '194832.662000', '194832.665000', '194832.668000', '194832.670000', '194832.673000', '194832.675000', '194832.678000', '194832.681000', '194832.683000', '194832.686000', '194832.688000', '194832.691000', '194832.694000', '194832.696000', '194832.699000', '194832.702000', '194832.704000', '194832.707000', '194832.709000', '194852.596000', '194852.599000', '194852.602000', '194852.604000', '194852.607000', '194852.610000', '194852.612000', '194852.615000', '194852.618000', '194852.620000', '194852.623000', '194852.626000', '194852.628000', '194852.631000', '194852.633000', '194852.636000', '194852.639000', '194852.642000', '194852.644000', '194852.647000', '194852.649000', '194852.652000', '194852.655000', '194852.657000', '194852.666000', '194852.669000', '194852.672000', '194852.674000', '194852.677000', '194852.680000', '194852.682000', '194852.685000', '194852.688000', '194852.690000', '194852.693000', '194852.695000', '194852.698000', '194852.701000', '194852.703000', '194852.706000', '194852.709000', '194852.711000', '194852.714000', '194912.597000', '194912.600000', '194912.603000', '194912.605000', '194912.608000', '194912.611000', '194912.613000', '194912.616000', '194912.619000', '194912.621000', '194912.624000', '194912.626000', '194912.629000', '194912.632000', '194912.634000', '194912.637000', '194912.639000', '194912.642000', '194912.645000', '194912.647000', '194912.650000', '194912.652000', '194912.655000', '194912.658000', '194912.660000', '194912.663000', '194912.666000', '194912.668000', '194912.671000', '194912.673000', '194912.676000', '194912.679000', '194912.681000', '194912.684000', '194912.686000', '194912.689000', '194912.692000', '194912.694000', '194912.697000', '194912.700000', '194912.702000', '194912.705000', '194912.707000', '194912.710000', '194932.597000', '194932.600000', '194932.603000', '194932.606000', '194932.608000', '194932.611000', '194932.613000', '194932.637000', '194932.640000', '194932.643000', '194932.645000', '194932.648000', '194932.651000', '194932.653000', '194932.656000', '194932.658000', '194932.661000', '194932.664000', '194932.666000', '194932.669000', '194932.672000', '194932.674000', '194932.677000', '194932.680000', '194932.682000', '194932.685000', '194932.688000', '194932.690000', '194932.693000', '194932.695000', '194932.698000', '194932.701000', '194932.703000', '194932.706000', '194932.709000', '194932.711000', '194932.714000', '194932.717000', '194932.719000', '194932.722000', '194932.725000', '194932.727000', '194932.730000', '194952.598000', '194952.601000', '194952.603000', '194952.606000', '194952.609000', '194952.611000', '194952.614000', '194952.616000', '194952.619000', '194952.622000', '194952.624000', '194952.627000', '194952.630000', '194952.632000', '194952.635000', '194952.637000', '194952.640000', '194952.643000', '194952.645000', '194952.648000', '194952.651000', '194952.653000', '194952.656000', '194952.659000', '194952.661000', '194952.664000', '194952.666000', '194952.669000', '194952.672000', '194952.674000', '194952.677000', '194952.679000', '194952.682000', '194952.685000', '194952.687000', '194952.690000', '194952.693000', '194952.696000', '194952.698000', '194952.701000', '194952.704000', '194952.706000', '194952.709000', '194952.711000', '195012.598000', '195012.600000', '195012.603000', '195012.606000', '195012.609000', '195012.611000', '195012.614000', '195012.616000', '195012.619000', '195012.622000', '195012.624000', '195012.627000', '195012.630000', '195012.632000', '195012.635000', '195012.638000', '195012.640000', '195012.643000', '195012.646000', '195012.649000', '195012.651000', '195012.654000', '195012.657000', '195012.659000', '195012.662000', '195012.664000', '195012.667000', '195012.670000', '195012.672000', '195012.675000', '195012.678000', '195012.680000', '195012.683000', '195012.686000', '195012.688000', '195012.691000', '195012.693000', '195012.696000', '195012.699000', '195012.701000', '195012.704000', '195012.706000', '195012.709000', '195032.597000', '195032.600000', '195032.603000', '195032.606000', '195032.608000', '195032.611000', '195032.614000', '195032.616000', '195032.619000', '195032.622000', '195032.624000', '195032.627000', '195032.629000', '195032.632000', '195032.635000', '195032.637000', '195032.640000', '195032.643000', '195032.645000', '195032.648000', '195032.650000', '195032.653000', '195032.656000', '195032.658000', '195032.661000', '195032.664000', '195032.666000', '195032.669000', '195032.671000', '195032.674000', '195032.677000', '195032.679000', '195032.682000', '195032.685000', '195032.687000', '195032.690000', '195032.693000', '195032.695000', '195032.698000', '195032.701000', '195032.703000', '195032.706000', '195032.708000', '195032.711000', '195052.596000', '195052.599000', '195052.602000', '195052.605000', '195052.607000', '195052.610000', '195052.613000', '195052.615000', '195052.618000', '195052.621000', '195052.623000', '195052.626000', '195052.629000', '195052.631000', '195052.634000', '195052.636000', '195052.639000', '195052.642000', '195052.644000', '195052.647000', '195052.650000', '195052.652000', '195052.655000', '195052.657000', '195052.660000', '195052.663000', '195052.665000', '195052.668000', '195052.671000', '195052.673000', '195052.676000', '195052.678000', '195052.681000', '195052.684000', '195052.686000', '195052.689000', '195052.692000', '195052.694000', '195052.697000', '195052.699000', '195052.702000', '195052.705000', '195052.707000', '195112.596000', '195112.599000', '195112.602000', '195112.625000', '195112.627000', '195112.630000', '195112.632000', '195112.635000', '195112.638000', '195112.640000', '195112.643000', '195112.646000', '195112.648000', '195112.651000', '195112.654000', '195112.656000', '195112.659000', '195112.662000', '195112.664000', '195112.667000', '195112.670000', '195112.672000', '195112.675000', '195112.677000', '195112.680000', '195112.683000', '195112.685000', '195112.688000', '195112.691000', '195112.693000', '195112.696000', '195112.699000', '195112.701000', '195112.704000', '195112.707000', '195112.709000', '195112.712000', '195112.715000', '195112.717000', '195112.720000', '195112.723000', '195112.725000', '195112.728000', '195112.731000', '195132.597000', '195132.600000', '195132.603000', '195132.606000', '195132.609000', '195132.611000', '195132.614000', '195132.616000', '195132.619000', '195132.622000', '195132.624000', '195132.627000', '195132.630000', '195132.632000', '195132.635000', '195132.638000', '195132.641000', '195132.643000', '195132.646000', '195132.648000', '195132.651000', '195132.654000', '195132.656000', '195132.659000', '195132.662000', '195132.664000', '195132.667000', '195132.669000', '195132.672000', '195132.675000', '195132.678000', '195132.680000', '195132.683000', '195132.686000', '195132.688000', '195132.691000', '195132.694000', '195132.696000', '195132.699000', '195132.701000', '195132.704000', '195132.707000', '195132.709000', '195152.597000', '195152.600000', '195152.603000', '195152.606000', '195152.608000', '195152.611000', '195152.614000', '195152.616000', '195152.619000', '195152.622000', '195152.624000', '195152.627000', '195152.629000', '195152.632000', '195152.635000', '195152.637000', '195152.640000', '195152.643000', '195152.645000', '195152.648000', '195152.650000', '195152.653000', '195152.656000', '195152.658000', '195152.661000', '195152.664000', '195152.666000', '195152.669000', '195152.671000', '195152.674000', '195152.677000', '195152.679000', '195152.682000', '195152.685000', '195152.687000', '195152.690000', '195152.693000', '195152.695000', '195152.698000', '195152.701000', '195152.703000', '195152.706000', '195152.709000', '195212.597000', '195212.600000', '195212.603000', '195212.606000', '195212.609000', '195212.611000', '195212.614000', '195212.617000', '195212.620000', '195212.622000', '195212.625000', '195212.627000', '195212.631000', '195212.633000', '195212.636000', '195212.638000', '195212.641000', '195212.644000', '195212.646000', '195212.649000', '195212.652000', '195212.654000', '195212.657000', '195212.660000', '195212.662000', '195212.665000', '195212.668000', '195212.670000', '195212.673000', '195212.676000', '195212.678000', '195212.681000', '195212.684000', '195212.686000', '195212.689000', '195212.691000', '195212.694000', '195212.697000', '195212.699000', '195212.702000', '195212.705000', '195212.707000', '195212.710000', '195212.712000', '195232.598000', '195232.601000', '195232.603000', '195232.606000', '195232.609000', '195232.611000', '195232.614000', '195232.616000', '195232.619000', '195232.622000', '195232.625000', '195232.628000', '195232.631000', '195232.633000', '195232.644000', '195232.647000', '195232.650000', '195232.652000', '195232.655000', '195232.658000', '195232.660000', '195232.663000', '195232.665000', '195232.668000', '195232.671000', '195232.673000', '195232.676000', '195232.679000', '195232.682000', '195232.684000', '195232.687000', '195232.690000', '195232.692000', '195232.695000', '195232.698000', '195232.700000', '195232.703000', '195232.706000', '195232.708000', '195232.711000', '195232.714000', '195232.716000', '195232.719000', '195252.598000', '195252.600000', '195252.603000', '195252.606000', '195252.609000', '195252.611000', '195252.614000', '195252.617000', '195252.620000', '195252.622000', '195252.625000', '195252.627000', '195252.630000', '195252.633000', '195252.635000', '195252.638000', '195252.641000', '195252.643000', '195252.646000', '195252.649000', '195252.651000', '195252.654000', '195252.656000', '195252.670000', '195252.673000', '195252.675000', '195252.678000', '195252.681000', '195252.683000', '195252.686000', '195252.689000', '195252.691000', '195252.694000', '195252.697000', '195252.699000', '195252.702000', '195252.704000', '195252.707000', '195252.710000', '195252.712000', '195252.717000', '195252.719000', '195252.722000', '195252.725000', '195312.596000', '195312.600000', '195312.602000', '195312.605000', '195312.607000', '195312.610000', '195312.613000', '195312.616000', '195312.618000', '195312.621000', '195312.624000', '195312.626000', '195312.629000', '195312.631000', '195312.634000', '195312.637000', '195312.640000', '195312.642000', '195312.645000', '195312.647000', '195312.650000', '195312.653000', '195312.655000', '195312.658000', '195312.661000', '195312.663000', '195312.666000', '195312.669000', '195312.671000', '195312.674000', '195312.676000', '195312.679000', '195312.682000', '195312.684000', '195312.687000', '195312.689000', '195312.692000', '195312.695000', '195312.697000', '195312.700000', '195312.703000', '195312.706000', '195312.708000', '195332.596000', '195332.599000', '195332.602000', '195332.605000', '195332.608000', '195332.610000', '195332.613000', '195332.616000', '195332.618000', '195332.621000', '195332.624000', '195332.626000', '195332.629000', '195332.632000', '195332.634000', '195332.637000', '195332.639000', '195332.642000', '195332.649000', '195332.652000', '195332.655000', '195332.657000', '195332.660000', '195332.663000', '195332.665000', '195332.668000', '195332.671000', '195332.673000', '195332.676000', '195332.678000', '195332.681000', '195332.684000', '195332.686000', '195332.689000', '195332.692000', '195332.694000', '195332.697000', '195332.699000', '195332.702000', '195332.705000', '195332.707000', '195332.710000', '195332.713000', '195332.715000', '195352.598000', '195352.600000', '195352.603000', '195352.606000', '195352.609000', '195352.611000', '195352.614000', '195352.616000', '195352.619000', '195352.622000', '195352.625000', '195352.627000', '195352.630000', '195352.633000', '195352.636000', '195352.639000', '195352.642000', '195352.644000', '195352.647000', '195352.650000', '195352.652000', '195352.655000', '195352.658000', '195352.660000', '195352.664000', '195352.679000', '195352.682000', '195352.684000', '195352.687000', '195352.690000', '195352.692000', '195352.695000', '195352.697000', '195352.700000', '195352.703000', '195352.705000', '195352.708000', '195352.711000', '195352.713000', '195352.716000', '195352.719000', '195352.721000', '195352.724000', '195412.598000', '195412.601000', '195412.603000', '195412.606000', '195412.609000', '195412.611000', '195412.614000', '195412.616000', '195412.619000', '195412.622000', '195412.624000', '195412.627000', '195412.630000', '195412.632000', '195412.635000', '195412.638000', '195412.640000', '195412.643000', '195412.646000', '195412.648000', '195412.651000', '195412.653000', '195412.656000', '195412.659000', '195412.662000', '195412.664000', '195412.667000', '195412.670000', '195412.672000', '195412.675000', '195412.677000', '195412.680000', '195412.683000', '195412.686000', '195412.688000', '195412.691000', '195412.693000', '195412.696000', '195412.699000', '195412.702000', '195412.704000', '195412.707000', '195412.710000', '195412.712000', '195432.597000', '195432.600000', '195432.603000', '195432.606000', '195432.608000', '195432.611000', '195432.613000', '195432.616000', '195432.619000', '195432.622000', '195432.624000', '195432.627000', '195432.629000', '195432.632000', '195432.635000', '195432.637000', '195432.640000', '195432.643000', '195432.645000', '195432.648000', '195432.650000', '195432.653000', '195432.656000', '195432.658000', '195432.661000', '195432.664000', '195432.666000', '195432.669000', '195432.672000', '195432.674000', '195432.677000', '195432.679000', '195432.682000', '195432.685000', '195432.687000', '195432.690000', '195432.693000', '195432.696000', '195432.698000', '195432.701000', '195432.703000', '195432.706000', '195432.709000', '195452.597000', '195452.600000', '195452.603000', '195452.606000', '195452.608000', '195452.611000', '195452.614000', '195452.616000', '195452.619000', '195452.622000', '195452.624000', '195452.627000', '195452.629000', '195452.632000', '195452.635000', '195452.637000', '195452.640000', '195452.643000', '195452.645000', '195452.648000', '195452.651000', '195452.653000', '195452.656000', '195452.658000', '195452.661000', '195452.664000', '195452.666000', '195452.669000', '195452.672000', '195452.674000', '195452.677000', '195452.679000', '195452.682000', '195452.685000', '195452.687000', '195452.690000', '195452.693000', '195452.696000', '195452.698000', '195452.701000', '195452.704000', '195452.706000', '195452.709000', '195452.711000', '195512.598000', '195512.600000', '195512.603000', '195512.606000', '195512.609000', '195512.611000', '195512.614000', '195512.616000', '195512.619000', '195512.622000', '195512.624000', '195512.627000', '195512.630000', '195512.632000', '195512.635000', '195512.638000', '195512.640000', '195512.643000', '195512.646000', '195512.648000', '195512.651000', '195512.654000', '195512.656000', '195512.659000', '195512.661000', '195512.664000', '195512.667000', '195512.669000', '195512.672000', '195512.675000', '195512.678000', '195512.680000', '195512.683000', '195512.685000', '195512.688000', '195512.709000', '195512.711000', '195512.714000', '195512.717000', '195512.719000', '195512.722000', '195512.725000', '195512.728000', '195532.596000', '195532.599000', '195532.602000', '195532.605000', '195532.607000', '195532.610000', '195532.613000', '195532.615000', '195532.618000', '195532.620000', '195532.623000', '195532.626000', '195532.628000', '195532.631000', '195532.634000', '195532.636000', '195532.639000', '195532.642000', '195532.644000', '195532.647000', '195532.650000', '195532.652000', '195532.655000', '195532.658000', '195532.660000', '195532.663000', '195532.666000', '195532.668000', '195532.671000', '195532.674000', '195532.676000', '195532.679000', '195532.682000', '195532.684000', '195532.687000', '195532.690000', '195532.692000', '195532.695000', '195532.698000', '195532.700000', '195532.703000', '195532.706000', '195532.708000', '195532.711000', '195552.597000', '195552.600000', '195552.602000', '195552.605000', '195552.608000', '195552.610000', '195552.613000', '195552.616000', '195552.618000', '195552.621000', '195552.624000', '195552.626000', '195552.629000', '195552.632000', '195552.635000', '195552.637000', '195552.640000', '195552.643000', '195552.645000', '195552.648000', '195552.651000', '195552.653000', '195552.656000', '195552.659000', '195552.661000', '195552.664000', '195552.667000', '195552.669000', '195552.672000', '195552.675000', '195552.677000', '195552.680000', '195552.683000', '195552.686000', '195552.688000', '195552.691000', '195552.694000', '195552.696000', '195552.699000', '195552.701000', '195552.704000', '195552.707000', '195552.709000', '195612.598000', '195612.601000', '195612.603000', '195612.606000', '195612.609000', '195612.611000', '195612.614000', '195612.617000', '195612.619000', '195612.622000', '195612.625000', '195612.627000', '195612.630000', '195612.633000', '195612.636000', '195612.638000', '195612.641000', '195612.643000', '195612.646000', '195612.649000', '195612.651000', '195612.654000', '195612.657000', '195612.660000', '195612.662000', '195612.665000', '195612.667000', '195612.670000', '195612.673000', '195612.675000', '195612.678000', '195612.681000', '195612.683000', '195612.686000', '195612.689000', '195612.691000', '195612.694000', '195612.697000', '195612.699000', '195612.702000', '195612.705000', '195612.707000', '195612.710000', '195612.713000', '195632.597000', '195632.600000', '195632.603000', '195632.606000', '195632.609000', '195632.611000', '195632.614000', '195632.617000', '195632.620000', '195632.622000', '195632.625000', '195632.628000', '195632.630000', '195632.633000', '195632.636000', '195632.638000', '195632.641000', '195632.643000', '195632.646000', '195632.649000', '195632.652000', '195632.654000', '195632.657000', '195632.659000', '195632.662000', '195632.665000', '195632.667000', '195632.670000', '195632.673000', '195632.675000', '195632.678000', '195632.680000', '195632.725000', '195632.728000', '195632.731000', '195632.733000', '195632.736000', '195632.739000', '195632.741000', '195632.744000', '195632.746000', '195632.750000', '195632.753000', '195652.598000', '195652.601000', '195652.603000', '195652.606000', '195652.609000', '195652.611000', '195652.614000', '195652.616000', '195652.619000', '195652.622000', '195652.624000', '195652.627000', '195652.630000', '195652.632000', '195652.635000', '195652.638000', '195652.640000', '195652.643000', '195652.646000', '195652.648000', '195652.651000', '195652.653000', '195652.656000', '195652.659000', '195652.661000', '195652.664000', '195652.667000', '195652.669000', '195652.672000', '195652.675000', '195652.677000', '195652.680000', '195652.683000', '195652.685000', '195652.688000', '195652.691000', '195652.693000', '195652.696000', '195652.699000', '195652.701000', '195652.704000', '195652.706000', '195652.709000', '195652.712000', '195712.598000', '195712.600000', '195712.603000', '195712.607000', '195712.609000', '195712.612000', '195712.615000', '195712.618000', '195712.620000', '195712.623000', '195712.625000', '195712.628000', '195712.631000', '195712.633000', '195712.636000', '195712.639000', '195712.641000', '195712.644000', '195712.647000', '195712.649000', '195712.652000', '195712.655000', '195712.657000', '195712.660000', '195712.663000', '195712.665000', '195712.668000', '195712.671000', '195712.673000', '195712.676000', '195712.679000', '195712.681000', '195712.684000', '195712.686000', '195712.689000', '195712.692000', '195712.694000', '195712.697000', '195712.700000', '195712.702000', '195712.705000', '195712.708000', '195712.710000', '195732.598000', '195732.601000', '195732.609000', '195732.611000', '195732.616000', '195732.619000', '195732.622000', '195732.625000', '195732.630000', '195732.633000', '195732.636000', '195732.638000', '195732.641000', '195732.644000', '195732.646000', '195732.649000', '195732.653000', '195732.655000', '195732.660000', '195732.663000', '195732.666000', '195732.668000', '195732.671000', '195732.674000', '195732.676000', '195732.679000', '195732.682000', '195732.685000', '195732.687000', '195732.690000', '195732.693000', '195732.695000', '195732.698000', '195732.701000', '195732.703000', '195732.707000', '195732.710000', '195732.712000', '195732.715000', '195732.718000', '195732.720000', '195732.723000', '195732.726000', '195732.728000', '195732.954000'], 'InstanceCreationTime': ['194732.629000', '194732.633000', '194732.636000', '194732.639000', '194732.641000', '194732.644000', '194732.647000', '194732.649000', '194732.652000', '194732.663000', '194732.665000', '194732.668000', '194732.671000', '194732.674000', '194732.677000', '194732.682000', '194732.685000', '194732.687000', '194732.690000', '194732.693000', '194732.695000', '194732.698000', '194732.700000', '194732.704000', '194732.707000', '194732.709000', '194732.712000', '194732.715000', '194732.718000', '194752.597000', '194752.600000', '194752.603000', '194752.606000', '194752.608000', '194752.611000', '194752.613000', '194752.616000', '194752.619000', '194752.621000', '194752.624000', '194752.627000', '194752.640000', '194752.642000', '194752.645000', '194752.648000', '194752.650000', '194752.653000', '194752.655000', '194752.658000', '194752.660000', '194752.663000', '194752.666000', '194752.668000', '194752.671000', '194752.674000', '194752.676000', '194752.679000', '194752.682000', '194752.684000', '194752.687000', '194752.689000', '194752.692000', '194752.694000', '194752.697000', '194752.700000', '194752.702000', '194752.705000', '194752.708000', '194752.710000', '194752.713000', '194752.715000', '194752.718000', '194752.721000', '194812.597000', '194812.600000', '194812.603000', '194812.606000', '194812.608000', '194812.611000', '194812.613000', '194812.616000', '194812.619000', '194812.621000', '194812.624000', '194812.626000', '194812.629000', '194812.632000', '194812.634000', '194812.637000', '194812.639000', '194812.642000', '194812.645000', '194812.647000', '194812.650000', '194812.653000', '194812.655000', '194812.658000', '194812.660000', '194812.668000', '194812.670000', '194812.673000', '194812.676000', '194812.678000', '194812.681000', '194812.684000', '194812.686000', '194812.689000', '194812.691000', '194812.694000', '194812.697000', '194812.699000', '194812.702000', '194812.704000', '194812.707000', '194812.710000', '194812.712000', '194832.596000', '194832.599000', '194832.602000', '194832.605000', '194832.607000', '194832.610000', '194832.613000', '194832.615000', '194832.618000', '194832.620000', '194832.623000', '194832.626000', '194832.628000', '194832.631000', '194832.633000', '194832.636000', '194832.639000', '194832.641000', '194832.644000', '194832.647000', '194832.649000', '194832.652000', '194832.654000', '194832.657000', '194832.660000', '194832.662000', '194832.665000', '194832.668000', '194832.670000', '194832.673000', '194832.675000', '194832.678000', '194832.681000', '194832.683000', '194832.686000', '194832.688000', '194832.691000', '194832.694000', '194832.696000', '194832.699000', '194832.702000', '194832.704000', '194832.707000', '194832.709000', '194852.596000', '194852.599000', '194852.602000', '194852.604000', '194852.607000', '194852.610000', '194852.612000', '194852.615000', '194852.618000', '194852.620000', '194852.623000', '194852.626000', '194852.628000', '194852.631000', '194852.633000', '194852.636000', '194852.639000', '194852.642000', '194852.644000', '194852.647000', '194852.649000', '194852.652000', '194852.655000', '194852.657000', '194852.666000', '194852.669000', '194852.672000', '194852.674000', '194852.677000', '194852.680000', '194852.682000', '194852.685000', '194852.688000', '194852.690000', '194852.693000', '194852.695000', '194852.698000', '194852.701000', '194852.703000', '194852.706000', '194852.709000', '194852.711000', '194852.714000', '194912.597000', '194912.600000', '194912.603000', '194912.605000', '194912.608000', '194912.611000', '194912.613000', '194912.616000', '194912.619000', '194912.621000', '194912.624000', '194912.626000', '194912.629000', '194912.632000', '194912.634000', '194912.637000', '194912.639000', '194912.642000', '194912.645000', '194912.647000', '194912.650000', '194912.652000', '194912.655000', '194912.658000', '194912.660000', '194912.663000', '194912.666000', '194912.668000', '194912.671000', '194912.673000', '194912.676000', '194912.679000', '194912.681000', '194912.684000', '194912.686000', '194912.689000', '194912.692000', '194912.694000', '194912.697000', '194912.700000', '194912.702000', '194912.705000', '194912.707000', '194912.710000', '194932.597000', '194932.600000', '194932.603000', '194932.606000', '194932.608000', '194932.611000', '194932.613000', '194932.637000', '194932.640000', '194932.643000', '194932.645000', '194932.648000', '194932.651000', '194932.653000', '194932.656000', '194932.658000', '194932.661000', '194932.664000', '194932.666000', '194932.669000', '194932.672000', '194932.674000', '194932.677000', '194932.680000', '194932.682000', '194932.685000', '194932.688000', '194932.690000', '194932.693000', '194932.695000', '194932.698000', '194932.701000', '194932.703000', '194932.706000', '194932.709000', '194932.711000', '194932.714000', '194932.717000', '194932.719000', '194932.722000', '194932.725000', '194932.727000', '194932.730000', '194952.598000', '194952.601000', '194952.603000', '194952.606000', '194952.609000', '194952.611000', '194952.614000', '194952.616000', '194952.619000', '194952.622000', '194952.624000', '194952.627000', '194952.630000', '194952.632000', '194952.635000', '194952.637000', '194952.640000', '194952.643000', '194952.645000', '194952.648000', '194952.651000', '194952.653000', '194952.656000', '194952.659000', '194952.661000', '194952.664000', '194952.666000', '194952.669000', '194952.672000', '194952.674000', '194952.677000', '194952.679000', '194952.682000', '194952.685000', '194952.687000', '194952.690000', '194952.693000', '194952.696000', '194952.698000', '194952.701000', '194952.704000', '194952.706000', '194952.709000', '194952.711000', '195012.598000', '195012.600000', '195012.603000', '195012.606000', '195012.609000', '195012.611000', '195012.614000', '195012.616000', '195012.619000', '195012.622000', '195012.624000', '195012.627000', '195012.630000', '195012.632000', '195012.635000', '195012.638000', '195012.640000', '195012.643000', '195012.646000', '195012.649000', '195012.651000', '195012.654000', '195012.657000', '195012.659000', '195012.662000', '195012.664000', '195012.667000', '195012.670000', '195012.672000', '195012.675000', '195012.678000', '195012.680000', '195012.683000', '195012.686000', '195012.688000', '195012.691000', '195012.693000', '195012.696000', '195012.699000', '195012.701000', '195012.704000', '195012.706000', '195012.709000', '195032.597000', '195032.600000', '195032.603000', '195032.606000', '195032.608000', '195032.611000', '195032.614000', '195032.616000', '195032.619000', '195032.622000', '195032.624000', '195032.627000', '195032.629000', '195032.632000', '195032.635000', '195032.637000', '195032.640000', '195032.643000', '195032.645000', '195032.648000', '195032.650000', '195032.653000', '195032.656000', '195032.658000', '195032.661000', '195032.664000', '195032.666000', '195032.669000', '195032.671000', '195032.674000', '195032.677000', '195032.679000', '195032.682000', '195032.685000', '195032.687000', '195032.690000', '195032.693000', '195032.695000', '195032.698000', '195032.701000', '195032.703000', '195032.706000', '195032.708000', '195032.711000', '195052.596000', '195052.599000', '195052.602000', '195052.605000', '195052.607000', '195052.610000', '195052.613000', '195052.615000', '195052.618000', '195052.621000', '195052.623000', '195052.626000', '195052.629000', '195052.631000', '195052.634000', '195052.636000', '195052.639000', '195052.642000', '195052.644000', '195052.647000', '195052.650000', '195052.652000', '195052.655000', '195052.657000', '195052.660000', '195052.663000', '195052.665000', '195052.668000', '195052.671000', '195052.673000', '195052.676000', '195052.678000', '195052.681000', '195052.684000', '195052.686000', '195052.689000', '195052.692000', '195052.694000', '195052.697000', '195052.699000', '195052.702000', '195052.705000', '195052.707000', '195112.596000', '195112.599000', '195112.602000', '195112.625000', '195112.627000', '195112.630000', '195112.632000', '195112.635000', '195112.638000', '195112.640000', '195112.643000', '195112.646000', '195112.648000', '195112.651000', '195112.654000', '195112.656000', '195112.659000', '195112.662000', '195112.664000', '195112.667000', '195112.670000', '195112.672000', '195112.675000', '195112.677000', '195112.680000', '195112.683000', '195112.685000', '195112.688000', '195112.691000', '195112.693000', '195112.696000', '195112.699000', '195112.701000', '195112.704000', '195112.707000', '195112.709000', '195112.712000', '195112.715000', '195112.717000', '195112.720000', '195112.723000', '195112.725000', '195112.728000', '195112.731000', '195132.597000', '195132.600000', '195132.603000', '195132.606000', '195132.609000', '195132.611000', '195132.614000', '195132.616000', '195132.619000', '195132.622000', '195132.624000', '195132.627000', '195132.630000', '195132.632000', '195132.635000', '195132.638000', '195132.641000', '195132.643000', '195132.646000', '195132.648000', '195132.651000', '195132.654000', '195132.656000', '195132.659000', '195132.662000', '195132.664000', '195132.667000', '195132.669000', '195132.672000', '195132.675000', '195132.678000', '195132.680000', '195132.683000', '195132.686000', '195132.688000', '195132.691000', '195132.694000', '195132.696000', '195132.699000', '195132.701000', '195132.704000', '195132.707000', '195132.709000', '195152.597000', '195152.600000', '195152.603000', '195152.606000', '195152.608000', '195152.611000', '195152.614000', '195152.616000', '195152.619000', '195152.622000', '195152.624000', '195152.627000', '195152.629000', '195152.632000', '195152.635000', '195152.637000', '195152.640000', '195152.643000', '195152.645000', '195152.648000', '195152.650000', '195152.653000', '195152.656000', '195152.658000', '195152.661000', '195152.664000', '195152.666000', '195152.669000', '195152.671000', '195152.674000', '195152.677000', '195152.679000', '195152.682000', '195152.685000', '195152.687000', '195152.690000', '195152.693000', '195152.695000', '195152.698000', '195152.701000', '195152.703000', '195152.706000', '195152.709000', '195212.597000', '195212.600000', '195212.603000', '195212.606000', '195212.609000', '195212.611000', '195212.614000', '195212.617000', '195212.620000', '195212.622000', '195212.625000', '195212.627000', '195212.631000', '195212.633000', '195212.636000', '195212.638000', '195212.641000', '195212.644000', '195212.646000', '195212.649000', '195212.652000', '195212.654000', '195212.657000', '195212.660000', '195212.662000', '195212.665000', '195212.668000', '195212.670000', '195212.673000', '195212.676000', '195212.678000', '195212.681000', '195212.684000', '195212.686000', '195212.689000', '195212.691000', '195212.694000', '195212.697000', '195212.699000', '195212.702000', '195212.705000', '195212.707000', '195212.710000', '195212.712000', '195232.598000', '195232.601000', '195232.603000', '195232.606000', '195232.609000', '195232.611000', '195232.614000', '195232.616000', '195232.619000', '195232.622000', '195232.625000', '195232.628000', '195232.631000', '195232.633000', '195232.644000', '195232.647000', '195232.650000', '195232.652000', '195232.655000', '195232.658000', '195232.660000', '195232.663000', '195232.665000', '195232.668000', '195232.671000', '195232.673000', '195232.676000', '195232.679000', '195232.682000', '195232.684000', '195232.687000', '195232.690000', '195232.692000', '195232.695000', '195232.698000', '195232.700000', '195232.703000', '195232.706000', '195232.708000', '195232.711000', '195232.714000', '195232.716000', '195232.719000', '195252.598000', '195252.600000', '195252.603000', '195252.606000', '195252.609000', '195252.611000', '195252.614000', '195252.617000', '195252.620000', '195252.622000', '195252.625000', '195252.627000', '195252.630000', '195252.633000', '195252.635000', '195252.638000', '195252.641000', '195252.643000', '195252.646000', '195252.649000', '195252.651000', '195252.654000', '195252.656000', '195252.670000', '195252.673000', '195252.675000', '195252.678000', '195252.681000', '195252.683000', '195252.686000', '195252.689000', '195252.691000', '195252.694000', '195252.697000', '195252.699000', '195252.702000', '195252.704000', '195252.707000', '195252.710000', '195252.712000', '195252.717000', '195252.719000', '195252.722000', '195252.725000', '195312.596000', '195312.600000', '195312.602000', '195312.605000', '195312.607000', '195312.610000', '195312.613000', '195312.616000', '195312.618000', '195312.621000', '195312.624000', '195312.626000', '195312.629000', '195312.631000', '195312.634000', '195312.637000', '195312.640000', '195312.642000', '195312.645000', '195312.647000', '195312.650000', '195312.653000', '195312.655000', '195312.658000', '195312.661000', '195312.663000', '195312.666000', '195312.669000', '195312.671000', '195312.674000', '195312.676000', '195312.679000', '195312.682000', '195312.684000', '195312.687000', '195312.689000', '195312.692000', '195312.695000', '195312.697000', '195312.700000', '195312.703000', '195312.706000', '195312.708000', '195332.596000', '195332.599000', '195332.602000', '195332.605000', '195332.608000', '195332.610000', '195332.613000', '195332.616000', '195332.618000', '195332.621000', '195332.624000', '195332.626000', '195332.629000', '195332.632000', '195332.634000', '195332.637000', '195332.639000', '195332.642000', '195332.649000', '195332.652000', '195332.655000', '195332.657000', '195332.660000', '195332.663000', '195332.665000', '195332.668000', '195332.671000', '195332.673000', '195332.676000', '195332.678000', '195332.681000', '195332.684000', '195332.686000', '195332.689000', '195332.692000', '195332.694000', '195332.697000', '195332.699000', '195332.702000', '195332.705000', '195332.707000', '195332.710000', '195332.713000', '195332.715000', '195352.598000', '195352.600000', '195352.603000', '195352.606000', '195352.609000', '195352.611000', '195352.614000', '195352.616000', '195352.619000', '195352.622000', '195352.625000', '195352.627000', '195352.630000', '195352.633000', '195352.636000', '195352.639000', '195352.642000', '195352.644000', '195352.647000', '195352.650000', '195352.652000', '195352.655000', '195352.658000', '195352.660000', '195352.664000', '195352.679000', '195352.682000', '195352.684000', '195352.687000', '195352.690000', '195352.692000', '195352.695000', '195352.697000', '195352.700000', '195352.703000', '195352.705000', '195352.708000', '195352.711000', '195352.713000', '195352.716000', '195352.719000', '195352.721000', '195352.724000', '195412.598000', '195412.601000', '195412.603000', '195412.606000', '195412.609000', '195412.611000', '195412.614000', '195412.616000', '195412.619000', '195412.622000', '195412.624000', '195412.627000', '195412.630000', '195412.632000', '195412.635000', '195412.638000', '195412.640000', '195412.643000', '195412.646000', '195412.648000', '195412.651000', '195412.653000', '195412.656000', '195412.659000', '195412.662000', '195412.664000', '195412.667000', '195412.670000', '195412.672000', '195412.675000', '195412.677000', '195412.680000', '195412.683000', '195412.686000', '195412.688000', '195412.691000', '195412.693000', '195412.696000', '195412.699000', '195412.702000', '195412.704000', '195412.707000', '195412.710000', '195412.712000', '195432.597000', '195432.600000', '195432.603000', '195432.606000', '195432.608000', '195432.611000', '195432.613000', '195432.616000', '195432.619000', '195432.622000', '195432.624000', '195432.627000', '195432.629000', '195432.632000', '195432.635000', '195432.637000', '195432.640000', '195432.643000', '195432.645000', '195432.648000', '195432.650000', '195432.653000', '195432.656000', '195432.658000', '195432.661000', '195432.664000', '195432.666000', '195432.669000', '195432.672000', '195432.674000', '195432.677000', '195432.679000', '195432.682000', '195432.685000', '195432.687000', '195432.690000', '195432.693000', '195432.696000', '195432.698000', '195432.701000', '195432.703000', '195432.706000', '195432.709000', '195452.597000', '195452.600000', '195452.603000', '195452.606000', '195452.608000', '195452.611000', '195452.614000', '195452.616000', '195452.619000', '195452.622000', '195452.624000', '195452.627000', '195452.629000', '195452.632000', '195452.635000', '195452.637000', '195452.640000', '195452.643000', '195452.645000', '195452.648000', '195452.651000', '195452.653000', '195452.656000', '195452.658000', '195452.661000', '195452.664000', '195452.666000', '195452.669000', '195452.672000', '195452.674000', '195452.677000', '195452.679000', '195452.682000', '195452.685000', '195452.687000', '195452.690000', '195452.693000', '195452.696000', '195452.698000', '195452.701000', '195452.704000', '195452.706000', '195452.709000', '195452.711000', '195512.598000', '195512.600000', '195512.603000', '195512.606000', '195512.609000', '195512.611000', '195512.614000', '195512.616000', '195512.619000', '195512.622000', '195512.624000', '195512.627000', '195512.630000', '195512.632000', '195512.635000', '195512.638000', '195512.640000', '195512.643000', '195512.646000', '195512.648000', '195512.651000', '195512.654000', '195512.656000', '195512.659000', '195512.661000', '195512.664000', '195512.667000', '195512.669000', '195512.672000', '195512.675000', '195512.678000', '195512.680000', '195512.683000', '195512.685000', '195512.688000', '195512.709000', '195512.711000', '195512.714000', '195512.717000', '195512.719000', '195512.722000', '195512.725000', '195512.728000', '195532.596000', '195532.599000', '195532.602000', '195532.605000', '195532.607000', '195532.610000', '195532.613000', '195532.615000', '195532.618000', '195532.620000', '195532.623000', '195532.626000', '195532.628000', '195532.631000', '195532.634000', '195532.636000', '195532.639000', '195532.642000', '195532.644000', '195532.647000', '195532.650000', '195532.652000', '195532.655000', '195532.658000', '195532.660000', '195532.663000', '195532.666000', '195532.668000', '195532.671000', '195532.674000', '195532.676000', '195532.679000', '195532.682000', '195532.684000', '195532.687000', '195532.690000', '195532.692000', '195532.695000', '195532.698000', '195532.700000', '195532.703000', '195532.706000', '195532.708000', '195532.711000', '195552.597000', '195552.600000', '195552.602000', '195552.605000', '195552.608000', '195552.610000', '195552.613000', '195552.616000', '195552.618000', '195552.621000', '195552.624000', '195552.626000', '195552.629000', '195552.632000', '195552.635000', '195552.637000', '195552.640000', '195552.643000', '195552.645000', '195552.648000', '195552.651000', '195552.653000', '195552.656000', '195552.659000', '195552.661000', '195552.664000', '195552.667000', '195552.669000', '195552.672000', '195552.675000', '195552.677000', '195552.680000', '195552.683000', '195552.686000', '195552.688000', '195552.691000', '195552.694000', '195552.696000', '195552.699000', '195552.701000', '195552.704000', '195552.707000', '195552.709000', '195612.598000', '195612.601000', '195612.603000', '195612.606000', '195612.609000', '195612.611000', '195612.614000', '195612.617000', '195612.619000', '195612.622000', '195612.625000', '195612.627000', '195612.630000', '195612.633000', '195612.636000', '195612.638000', '195612.641000', '195612.643000', '195612.646000', '195612.649000', '195612.651000', '195612.654000', '195612.657000', '195612.660000', '195612.662000', '195612.665000', '195612.667000', '195612.670000', '195612.673000', '195612.675000', '195612.678000', '195612.681000', '195612.683000', '195612.686000', '195612.689000', '195612.691000', '195612.694000', '195612.697000', '195612.699000', '195612.702000', '195612.705000', '195612.707000', '195612.710000', '195612.713000', '195632.597000', '195632.600000', '195632.603000', '195632.606000', '195632.609000', '195632.611000', '195632.614000', '195632.617000', '195632.620000', '195632.622000', '195632.625000', '195632.628000', '195632.630000', '195632.633000', '195632.636000', '195632.638000', '195632.641000', '195632.643000', '195632.646000', '195632.649000', '195632.652000', '195632.654000', '195632.657000', '195632.659000', '195632.662000', '195632.665000', '195632.667000', '195632.670000', '195632.673000', '195632.675000', '195632.678000', '195632.680000', '195632.725000', '195632.728000', '195632.731000', '195632.733000', '195632.736000', '195632.739000', '195632.741000', '195632.744000', '195632.746000', '195632.750000', '195632.753000', '195652.598000', '195652.601000', '195652.603000', '195652.606000', '195652.609000', '195652.611000', '195652.614000', '195652.616000', '195652.619000', '195652.622000', '195652.624000', '195652.627000', '195652.630000', '195652.632000', '195652.635000', '195652.638000', '195652.640000', '195652.643000', '195652.646000', '195652.648000', '195652.651000', '195652.653000', '195652.656000', '195652.659000', '195652.661000', '195652.664000', '195652.667000', '195652.669000', '195652.672000', '195652.675000', '195652.677000', '195652.680000', '195652.683000', '195652.685000', '195652.688000', '195652.691000', '195652.693000', '195652.696000', '195652.699000', '195652.701000', '195652.704000', '195652.706000', '195652.709000', '195652.712000', '195712.598000', '195712.600000', '195712.603000', '195712.607000', '195712.609000', '195712.612000', '195712.615000', '195712.618000', '195712.620000', '195712.623000', '195712.625000', '195712.628000', '195712.631000', '195712.633000', '195712.636000', '195712.639000', '195712.641000', '195712.644000', '195712.647000', '195712.649000', '195712.652000', '195712.655000', '195712.657000', '195712.660000', '195712.663000', '195712.665000', '195712.668000', '195712.671000', '195712.673000', '195712.676000', '195712.679000', '195712.681000', '195712.684000', '195712.686000', '195712.689000', '195712.692000', '195712.694000', '195712.697000', '195712.700000', '195712.702000', '195712.705000', '195712.708000', '195712.710000', '195732.598000', '195732.601000', '195732.609000', '195732.611000', '195732.616000', '195732.619000', '195732.622000', '195732.625000', '195732.630000', '195732.633000', '195732.636000', '195732.638000', '195732.641000', '195732.644000', '195732.646000', '195732.649000', '195732.653000', '195732.655000', '195732.660000', '195732.663000', '195732.666000', '195732.668000', '195732.671000', '195732.674000', '195732.676000', '195732.679000', '195732.682000', '195732.685000', '195732.687000', '195732.690000', '195732.693000', '195732.695000', '195732.698000', '195732.701000', '195732.703000', '195732.707000', '195732.710000', '195732.712000', '195732.715000', '195732.718000', '195732.720000', '195732.723000', '195732.726000', '195732.728000', '195732.954000'], '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, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [7851, 10706, 7430, 6807, 7440, 6794, 8084, 7395, 9029, 7293, 9749, 7255, 9432, 7169, 8842, 6959, 8322, 7676, 6720, 7517, 6478, 7889, 6718, 8916, 7455, 9111, 7032, 9089, 6754, 8724, 7101, 8651, 7713, 6555, 7306, 6678, 8948, 6628, 8932, 6828, 9704, 7081, 9942, 6672, 9440, 6801, 8597, 7826, 7635, 7212, 6571, 7507, 6754, 8415, 7110, 9543, 6864, 9795, 7054, 9349, 6883, 8099, 7579, 6746, 7332, 6841, 7805, 7054, 9089, 6852, 9619, 6733, 9048, 6777, 8915, 6670, 8878, 7383, 9057, 6877, 9457, 6690, 9440, 7128, 9460, 7008, 9175, 6689, 9087, 6783, 9107, 7597, 8943, 6616, 9312, 6681, 9228, 7100, 9233, 7376, 9378, 6625, 8928, 6568, 8977, 6782, 8698, 6811, 9073, 6557, 8452, 6617, 8394, 6502, 8769, 6736, 8559, 6662, 8197, 6535, 9055, 6473, 10106, 6787, 9917, 6629, 7935, 6554, 8291, 6607, 7769, 6792, 8715, 6671, 7887, 6762, 8103, 6624, 9188, 6809, 8449, 6555, 8503, 6349, 8669, 6729, 8982, 7354, 9384, 6581, 9256, 6634, 9260, 7107, 9290, 7484, 8579, 6632, 7214, 6961, 7040, 7909, 6837, 9025, 6572, 9022, 6914, 9014, 7071, 10014, 7669, 8554, 6623, 7075, 7073, 7294, 9717, 6831, 7888, 7107, 8178, 6878, 9471, 7609, 7848, 6643, 7303, 7230, 7106, 9497, 6855, 8352, 7143, 8236, 6667, 8743, 7287, 8855, 7158, 7067, 6770, 6967, 7349, 8089, 7533, 9211, 7625, 6730, 7112, 6776, 7365, 7379, 7777, 6893, 8354, 6563, 8007, 6423, 8492, 7185, 8797, 6791, 9126, 6771, 9172, 6833, 8426, 7532, 6783, 7941, 6969, 7325, 7081, 7894, 6864, 8484, 6597, 8494, 6654, 8986, 7506, 9447, 6653, 9408, 6646, 9200, 6727, 7551, 7582, 6684, 7404, 6687, 8129, 6928, 8959, 6711, 8370, 6591, 8866, 6705, 9018, 7608, 9293, 7003, 9266, 6943, 9439, 7090, 9602, 7380, 11086, 6882, 9681, 6720, 9299, 6966, 9349, 7710, 8029, 7016, 7008, 7207, 7970, 7266, 9241, 7610, 7960, 7220, 7061, 7370, 7090, 7647, 6936, 8692, 6599, 8490, 6667, 8738, 6650, 8680, 7232, 9164, 7078, 9164, 6760, 9689, 6644, 9393, 7451, 8461, 7060, 7980, 7096, 6808, 7030, 7045, 7706, 6714, 7834, 6558, 7972, 6632, 8721, 6873, 8981, 6551, 8818, 6662, 8934, 7020, 8850, 6913, 9212, 6529, 7508, 6747, 7155, 8712, 6872, 7482, 7382, 7172, 8113, 6891, 7933, 7986, 6487, 8583, 6679, 7677, 8770, 8189, 10640, 7187, 11103, 6643, 9945, 6629, 7231, 7913, 7034, 9961, 6982, 7188, 7558, 6478, 8224, 7132, 9190, 7246, 6638, 7164, 6752, 8413, 7140, 9052, 7364, 7559, 6789, 6596, 8053, 6698, 9004, 7287, 7339, 7031, 6818, 7772, 6936, 8757, 7280, 8981, 7566, 6654, 7722, 6508, 8936, 7109, 8141, 8580, 6772, 8008, 6782, 8645, 7167, 9561, 7674, 11906, 7074, 7821, 6920, 6698, 7640, 6762, 8575, 7243, 8281, 6878, 7835, 6988, 7924, 7705, 7752, 8476, 6636, 8088, 6890, 8366, 6649, 8859, 7495, 10027, 6918, 8343, 6601, 7406, 7049, 7018, 8574, 6685, 8481, 6606, 8718, 6636, 8698, 7323, 8940, 7308, 9290, 6702, 9011, 6802, 8910, 7418, 7433, 7598, 6460, 8083, 6609, 8424, 7037, 9063, 6797, 8657, 6799, 8824, 7073, 9185, 7383, 9129, 7143, 7044, 7559, 6824, 8986, 7617, 9342, 7055, 7869, 7132, 6950, 8776, 6960, 9170, 6914, 8821, 6935, 8747, 7011, 9235, 7468, 10731, 7419, 9613, 6937, 7152, 7628, 7039, 8373, 6636, 8392, 6638, 8494, 6976, 8931, 7394, 9300, 6755, 8800, 6501, 8303, 7180, 7775, 8021, 6988, 8407, 6737, 8378, 6685, 8822, 7693, 10896, 6753, 9090, 6772, 8478, 7765, 7270, 8318, 6574, 8409, 6891, 7595, 8382, 7295, 8669, 6503, 9252, 7045, 9137, 7083, 8371, 7822, 7022, 7843, 6559, 8635, 6718, 9055, 7127, 9337, 6946, 7418, 7254, 7177, 8606, 6930, 8781, 6860, 8799, 6904, 9238, 7412, 7764, 7881, 6839, 8120, 6847, 9778, 6823, 9123, 7279, 9292, 7028, 9062, 6867, 9061, 7530, 9616, 7583, 8442, 7087, 7305, 7171, 7168, 8399, 6943, 8862, 7035, 8766, 7130, 8819, 7015, 9033, 7299, 8054, 6993, 6844, 7895, 6672, 7154, 8728, 6825, 9288, 6457, 6618, 7133, 6400, 8781, 7368, 8590, 7307, 6620, 8274, 6945, 9153, 7810, 10752, 9002, 6613, 8371, 6537, 9349, 7477, 10014, 7926, 6687, 7963, 6472, 8649, 7148, 7709, 8023, 6916, 8954, 6865, 9444, 7143, 8194, 7424, 9127, 8190, 6788, 8284, 6598, 8888, 7119, 9255, 7572, 7648, 7876, 6822, 8423, 7061, 9155, 7287, 7942, 7532, 6529, 8478, 6720, 9147, 7153, 7690, 7200, 7243, 8996, 7093, 9052, 7223, 7072, 6614, 7015, 8380, 7203, 7825, 6820, 6613, 8757, 7311, 10061, 7816, 6514, 8092, 6443, 8320, 6906, 7043, 8763, 7653, 9770, 6822, 6781, 7538, 7046, 8676, 7025, 9328, 7856, 8834, 6956, 6875, 7740, 6619, 8779, 7616, 9492, 7437, 8334, 6941, 7072, 7910, 6981, 9091, 6961, 10057, 7041, 9709, 6929, 9468, 7602, 9172, 7283, 8969, 7406, 6902, 7101, 6729, 7795, 6871, 8485, 7323, 8679, 6632, 9130, 6751, 8118, 7106, 7260, 8042, 6754, 8499, 6533, 8831, 7075, 9204, 7454, 9375, 6958, 7129, 7425, 7038, 9094, 7132, 9774, 6744, 9114, 6964, 9264, 7186, 8153, 7489, 6702, 7573, 6886, 8644, 7077, 8982, 7118, 9208, 6792, 7652, 6802, 7284, 7844, 6884, 8221, 6509, 8485, 6638, 8615, 6954, 7980, 7369, 6730, 7890, 6925, 8678, 7154, 9896, 6868, 10212, 6802, 8715, 7554, 7761, 10096, 6803, 8297, 6588, 9251, 6955, 9114, 7679, 10980, 7158, 8550, 6811, 6885, 8015, 7044, 8677, 6766, 8559, 6754, 8708, 7075, 7407, 7189, 7230, 8941, 7188, 6574, 8364, 7071, 9664, 7397, 6838, 7862, 6607, 6897, 8080, 6923, 10865, 6992, 8816, 6889, 9069, 6889, 7121, 7137, 6682, 8248, 7501, 9391, 6767, 9082, 7009, 9108, 6872, 8614, 7572, 6687, 8677, 6524, 8177, 6665, 8876, 6803, 8676, 6458, 8940, 6573, 8773, 6629, 8365, 6893, 7547, 7465, 6639, 7442, 7095, 7655, 9670, 7777, 9380, 8145, 6697, 7784, 6586, 8755, 7477, 9366, 6992, 9422, 7143, 8351, 6998, 7465, 8885, 6841, 8248, 6437, 8848, 6830, 9267, 7986, 7736, 6899, 6809, 7739, 6691, 8770, 7408, 9776, 7118, 8705, 6724, 7410, 7411, 7354, 10266, 6945, 9399, 6687, 9812, 7189, 8905, 7337, 8288, 8187, 6486, 7981, 7172, 8942, 7271, 9548, 7653, 6573, 7293, 6726, 7793, 6637, 8917, 7455, 9660, 7362, 8809, 7434, 8540, 6912, 7594, 7967, 6911, 8708, 6820, 9309, 7054, 8053, 7243, 6872, 8130, 6695, 8016, 7223, 8882, 6860, 9427, 7645, 8310, 6945, 6731, 7296, 6599, 8262, 6682, 9047, 6987, 7427, 6917, 6554, 7830, 6924, 8917, 7378, 7900, 7569, 7249, 8494, 6885, 8731, 7232, 7564, 8145, 7265, 9580, 6828, 8403, 7063, 7886, 7856, 7069, 7661, 6756, 6829, 9567, 7806, 10106, 8275, 6766, 8379, 6871, 9483, 7579, 7665, 8156, 7078, 9370, 6676, 7763, 7013, 7100, 8738, 7141, 9676, 6849, 7779, 7132, 6821, 8910, 7055, 10106, 6949, 9658, 7845, 6983, 7621, 6805, 8924, 7088, 9830, 6964, 6698, 7422, 7018, 9035, 7147, 7481, 6621, 6929, 8032, 7389, 8885, 7355, 10285, 7953, 8909, 6795, 6684, 9025, 6727, 8819, 6997, 10188, 7377, 8387, 7052, 7145, 7328, 7027, 9271, 7106, 9172, 7099, 9969, 7289, 8628, 7311, 8238, 7591, 7209, 8204, 7392, 8786, 6604, 9144, 7193, 8711, 7083, 7698, 6960, 6390, 7186, 6758, 8496, 6939, 8604, 7109, 9248, 6953, 8963, 7015, 8893, 7039, 7866, 7492, 6734, 8298, 6662, 8702, 6781, 8789, 7117, 9234, 6712, 8557, 6895, 6733, 7768, 7173, 9463, 6821, 6552, 7577, 6591, 8721, 7337, 9878, 7513, 6574, 7383, 6872, 9357, 7311, 10599, 8504, 7341, 8315, 6882, 8140, 7465, 10487, 8054, 9407, 7598, 7256, 8027, 7015, 8947, 7631, 8598, 7461, 6591, 7471, 7036, 8600, 7406, 9697, 7611, 6447, 7543, 6478, 8393, 6812, 9474, 7401, 8146, 7105, 6726, 7068, 6954, 9164, 7485, 8285, 7244, 6538, 7941, 7427, 8817, 6954, 8414, 7117, 6476, 7824, 7138, 9045, 7159, 10010, 8126, 6977, 7414, 6581, 8134, 6901, 9902, 8167, 7206, 7311, 7260, 9501, 7546, 6940, 9837, 7680, 6500, 7408, 6583, 8556, 7708, 9256, 7525, 10501, 7304, 6677, 7085, 6422, 7988, 6924, 8301, 6851, 8937, 6980, 9359, 7423, 9719, 7151, 9593, 8141, 10198, 7304, 8933, 7048, 6506, 7720, 6548, 9264, 7419, 8613, 6573, 9113, 6680, 9320, 6786, 9214, 7114, 9355, 7179, 8044, 6967, 7620, 6839, 7856, 6954, 8864, 7154, 7861, 7181, 6644, 7264, 6765, 7614, 7420, 8613, 7000, 8006, 6934, 8304, 6481, 9181, 7023, 7436, 7503, 6807, 8207, 6418, 8882, 7206, 8658, 7386, 6526, 7297, 7185, 9446, 7793, 9914, 8366, 6533, 7785, 7022, 9314, 7306, 9987, 8246, 10697, 7263, 9688, 7117, 8846, 7108, 6749, 8362, 6815, 9388, 6463, 9272, 7475, 8521, 7287, 7744, 7988, 6526, 7956, 7368, 8734, 6997, 9610, 7465, 7741, 6848, 6621, 7698, 6493, 8935, 7273, 7874, 6779, 6704, 7622, 6756, 8632, 7007, 9088, 6661, 9504, 6652, 6891, 7510, 6838, 9501, 7042, 8237, 6891, 6601, 9034, 7342], 'WindowCenter': [3903.0, 3906.0, 3874.0, 3864.0, 3862.0, 3851.0, 3869.0, 3863.0, 3882.0, 3862.0, 3880.0, 3861.0, 3869.0, 3858.0, 3869.0, 3860.0, 3869.0, 3871.0, 3848.0, 3859.0, 3848.0, 3869.0, 3860.0, 3881.0, 3863.0, 3881.0, 3859.0, 3881.0, 3859.0, 3869.0, 3862.0, 3870.0, 3870.0, 3851.0, 3860.0, 3850.0, 3880.0, 3861.0, 3882.0, 3849.0, 3882.0, 3859.0, 3880.0, 3848.0, 3880.0, 3863.0, 3872.0, 3871.0, 3873.0, 3857.0, 3850.0, 3857.0, 3861.0, 3870.0, 3862.0, 3882.0, 3848.0, 3881.0, 3858.0, 3878.0, 3860.0, 3873.0, 3872.0, 3851.0, 3859.0, 3848.0, 3856.0, 3860.0, 3868.0, 3847.0, 3881.0, 3848.0, 3867.0, 3847.0, 3868.0, 3861.0, 3880.0, 3875.0, 3879.0, 3846.0, 3878.0, 3862.0, 3878.0, 3860.0, 3893.0, 3859.0, 3880.0, 3858.0, 3878.0, 3860.0, 3880.0, 3872.0, 3879.0, 3848.0, 3878.0, 3860.0, 3880.0, 3861.0, 3879.0, 3871.0, 3880.0, 3858.0, 3878.0, 3859.0, 3880.0, 3860.0, 3880.0, 3861.0, 3881.0, 3849.0, 3871.0, 3859.0, 3869.0, 3850.0, 3882.0, 3860.0, 3880.0, 3859.0, 3870.0, 3849.0, 3881.0, 3862.0, 3904.0, 3861.0, 3892.0, 3862.0, 3869.0, 3849.0, 3870.0, 3861.0, 3871.0, 3862.0, 3882.0, 3861.0, 3871.0, 3860.0, 3871.0, 3863.0, 3893.0, 3862.0, 3881.0, 3861.0, 3881.0, 3860.0, 3882.0, 3860.0, 3880.0, 3872.0, 3882.0, 3861.0, 3882.0, 3860.0, 3893.0, 3871.0, 3880.0, 3873.0, 3880.0, 3860.0, 3860.0, 3861.0, 3872.0, 3881.0, 3864.0, 3883.0, 3861.0, 3881.0, 3872.0, 3881.0, 3872.0, 3891.0, 3873.0, 3879.0, 3859.0, 3859.0, 3861.0, 3871.0, 3892.0, 3860.0, 3868.0, 3861.0, 3881.0, 3859.0, 3880.0, 3872.0, 3870.0, 3859.0, 3860.0, 3870.0, 3860.0, 3880.0, 3847.0, 3868.0, 3858.0, 3868.0, 3858.0, 3879.0, 3860.0, 3881.0, 3859.0, 3858.0, 3860.0, 3858.0, 3859.0, 3870.0, 3870.0, 3880.0, 3868.0, 3847.0, 3858.0, 3846.0, 3858.0, 3856.0, 3869.0, 3859.0, 3870.0, 3846.0, 3869.0, 3850.0, 3881.0, 3858.0, 3879.0, 3860.0, 3880.0, 3860.0, 3892.0, 3861.0, 3869.0, 3872.0, 3861.0, 3871.0, 3858.0, 3861.0, 3860.0, 3870.0, 3848.0, 3869.0, 3847.0, 3879.0, 3859.0, 3881.0, 3871.0, 3879.0, 3861.0, 3880.0, 3862.0, 3880.0, 3859.0, 3871.0, 3869.0, 3860.0, 3859.0, 3858.0, 3869.0, 3860.0, 3881.0, 3848.0, 3868.0, 3848.0, 3879.0, 3862.0, 3880.0, 3870.0, 3880.0, 3858.0, 3879.0, 3856.0, 3878.0, 3859.0, 3879.0, 3858.0, 3888.0, 3848.0, 3877.0, 3848.0, 3866.0, 3858.0, 3877.0, 3859.0, 3856.0, 3847.0, 3845.0, 3857.0, 3857.0, 3858.0, 3867.0, 3855.0, 3856.0, 3858.0, 3845.0, 3857.0, 3846.0, 3857.0, 3848.0, 3870.0, 3846.0, 3867.0, 3846.0, 3867.0, 3858.0, 3867.0, 3857.0, 3880.0, 3858.0, 3877.0, 3847.0, 3877.0, 3848.0, 3880.0, 3858.0, 3869.0, 3857.0, 3856.0, 3856.0, 3847.0, 3858.0, 3857.0, 3856.0, 3848.0, 3856.0, 3849.0, 3867.0, 3860.0, 3870.0, 3849.0, 3869.0, 3849.0, 3869.0, 3859.0, 3880.0, 3858.0, 3881.0, 3859.0, 3880.0, 3848.0, 3872.0, 3861.0, 3874.0, 3896.0, 3875.0, 3874.0, 3875.0, 3872.0, 3886.0, 3874.0, 3888.0, 3886.0, 3866.0, 3883.0, 3873.0, 3873.0, 3883.0, 3881.0, 3894.0, 3862.0, 3891.0, 3860.0, 3877.0, 3860.0, 3858.0, 3871.0, 3858.0, 3892.0, 3860.0, 3856.0, 3868.0, 3848.0, 3869.0, 3860.0, 3881.0, 3859.0, 3858.0, 3859.0, 3859.0, 3870.0, 3859.0, 3880.0, 3858.0, 3867.0, 3858.0, 3847.0, 3869.0, 3860.0, 3879.0, 3872.0, 3858.0, 3859.0, 3846.0, 3858.0, 3860.0, 3870.0, 3860.0, 3880.0, 3870.0, 3859.0, 3869.0, 3849.0, 3880.0, 3861.0, 3869.0, 3882.0, 3849.0, 3869.0, 3847.0, 3866.0, 3859.0, 3879.0, 3859.0, 3889.0, 3859.0, 3859.0, 3857.0, 3846.0, 3856.0, 3847.0, 3868.0, 3870.0, 3869.0, 3859.0, 3858.0, 3858.0, 3870.0, 3870.0, 3859.0, 3869.0, 3848.0, 3869.0, 3858.0, 3867.0, 3860.0, 3868.0, 3859.0, 3878.0, 3859.0, 3866.0, 3847.0, 3859.0, 3859.0, 3858.0, 3880.0, 3850.0, 3867.0, 3849.0, 3869.0, 3859.0, 3881.0, 3862.0, 3881.0, 3861.0, 3877.0, 3849.0, 3879.0, 3862.0, 3879.0, 3858.0, 3860.0, 3857.0, 3849.0, 3884.0, 3862.0, 3881.0, 3861.0, 3879.0, 3860.0, 3880.0, 3861.0, 3881.0, 3861.0, 3881.0, 3870.0, 3880.0, 3860.0, 3859.0, 3869.0, 3862.0, 3881.0, 3871.0, 3882.0, 3861.0, 3869.0, 3859.0, 3862.0, 3882.0, 3873.0, 3894.0, 3861.0, 3881.0, 3860.0, 3882.0, 3861.0, 3880.0, 3872.0, 3891.0, 3860.0, 3878.0, 3860.0, 3860.0, 3870.0, 3859.0, 3871.0, 3849.0, 3869.0, 3859.0, 3880.0, 3861.0, 3881.0, 3871.0, 3881.0, 3861.0, 3880.0, 3863.0, 3882.0, 3874.0, 3872.0, 3884.0, 3871.0, 3880.0, 3862.0, 3884.0, 3862.0, 3883.0, 3873.0, 3903.0, 3861.0, 3883.0, 3862.0, 3884.0, 3874.0, 3873.0, 3883.0, 3861.0, 3882.0, 3873.0, 3874.0, 3883.0, 3874.0, 3884.0, 3862.0, 3892.0, 3873.0, 3894.0, 3872.0, 3882.0, 3872.0, 3862.0, 3871.0, 3861.0, 3883.0, 3862.0, 3883.0, 3871.0, 3882.0, 3861.0, 3870.0, 3873.0, 3871.0, 3886.0, 3874.0, 3884.0, 3861.0, 3881.0, 3874.0, 3894.0, 3873.0, 3874.0, 3884.0, 3863.0, 3872.0, 3862.0, 3893.0, 3862.0, 3882.0, 3874.0, 3894.0, 3871.0, 3880.0, 3860.0, 3882.0, 3873.0, 3892.0, 3871.0, 3881.0, 3861.0, 3859.0, 3860.0, 3858.0, 3881.0, 3860.0, 3883.0, 3860.0, 3871.0, 3860.0, 3870.0, 3859.0, 3879.0, 3872.0, 3872.0, 3860.0, 3860.0, 3882.0, 3861.0, 3874.0, 3883.0, 3862.0, 3894.0, 3861.0, 3860.0, 3861.0, 3862.0, 3885.0, 3874.0, 3883.0, 3873.0, 3864.0, 3883.0, 3873.0, 3892.0, 3872.0, 3902.0, 3882.0, 3858.0, 3880.0, 3860.0, 3896.0, 3871.0, 3892.0, 3872.0, 3859.0, 3869.0, 3851.0, 3880.0, 3870.0, 3871.0, 3870.0, 3861.0, 3881.0, 3861.0, 3879.0, 3873.0, 3882.0, 3872.0, 3881.0, 3881.0, 3860.0, 3868.0, 3848.0, 3867.0, 3859.0, 3877.0, 3859.0, 3860.0, 3869.0, 3847.0, 3868.0, 3859.0, 3879.0, 3859.0, 3868.0, 3869.0, 3849.0, 3869.0, 3847.0, 3877.0, 3859.0, 3870.0, 3870.0, 3876.0, 3898.0, 3861.0, 3880.0, 3872.0, 3860.0, 3858.0, 3859.0, 3869.0, 3859.0, 3869.0, 3848.0, 3847.0, 3869.0, 3860.0, 3879.0, 3872.0, 3849.0, 3868.0, 3847.0, 3868.0, 3858.0, 3859.0, 3882.0, 3870.0, 3877.0, 3848.0, 3848.0, 3859.0, 3860.0, 3869.0, 3861.0, 3881.0, 3869.0, 3880.0, 3858.0, 3848.0, 3858.0, 3860.0, 3882.0, 3872.0, 3879.0, 3859.0, 3868.0, 3847.0, 3847.0, 3858.0, 3858.0, 3868.0, 3847.0, 3878.0, 3846.0, 3865.0, 3846.0, 3867.0, 3857.0, 3866.0, 3856.0, 3866.0, 3846.0, 3844.0, 3845.0, 3845.0, 3857.0, 3847.0, 3867.0, 3859.0, 3867.0, 3847.0, 3877.0, 3859.0, 3868.0, 3861.0, 3859.0, 3870.0, 3859.0, 3881.0, 3851.0, 3882.0, 3872.0, 3882.0, 3871.0, 3881.0, 3860.0, 3857.0, 3860.0, 3861.0, 3881.0, 3859.0, 3880.0, 3848.0, 3868.0, 3857.0, 3879.0, 3858.0, 3868.0, 3857.0, 3846.0, 3859.0, 3859.0, 3880.0, 3858.0, 3882.0, 3859.0, 3878.0, 3860.0, 3869.0, 3861.0, 3872.0, 3871.0, 3873.0, 3883.0, 3862.0, 3882.0, 3873.0, 3882.0, 3873.0, 3884.0, 3874.0, 3862.0, 3872.0, 3874.0, 3883.0, 3861.0, 3893.0, 3861.0, 3891.0, 3860.0, 3882.0, 3873.0, 3870.0, 3892.0, 3859.0, 3870.0, 3848.0, 3879.0, 3860.0, 3882.0, 3871.0, 3890.0, 3859.0, 3868.0, 3848.0, 3859.0, 3869.0, 3859.0, 3870.0, 3849.0, 3867.0, 3847.0, 3869.0, 3859.0, 3857.0, 3858.0, 3860.0, 3880.0, 3859.0, 3861.0, 3881.0, 3860.0, 3881.0, 3847.0, 3849.0, 3868.0, 3860.0, 3860.0, 3871.0, 3859.0, 3891.0, 3859.0, 3868.0, 3859.0, 3869.0, 3846.0, 3857.0, 3858.0, 3860.0, 3870.0, 3860.0, 3879.0, 3860.0, 3868.0, 3859.0, 3881.0, 3861.0, 3869.0, 3868.0, 3848.0, 3869.0, 3848.0, 3869.0, 3849.0, 3880.0, 3847.0, 3871.0, 3848.0, 3878.0, 3860.0, 3881.0, 3863.0, 3882.0, 3872.0, 3873.0, 3873.0, 3861.0, 3870.0, 3860.0, 3873.0, 3882.0, 3871.0, 3880.0, 3870.0, 3848.0, 3859.0, 3861.0, 3881.0, 3860.0, 3882.0, 3862.0, 3881.0, 3861.0, 3871.0, 3872.0, 3861.0, 3881.0, 3861.0, 3870.0, 3850.0, 3892.0, 3863.0, 3882.0, 3883.0, 3871.0, 3861.0, 3859.0, 3869.0, 3861.0, 3882.0, 3871.0, 3894.0, 3862.0, 3870.0, 3860.0, 3859.0, 3871.0, 3860.0, 3892.0, 3861.0, 3879.0, 3849.0, 3878.0, 3859.0, 3879.0, 3860.0, 3869.0, 3869.0, 3836.0, 3857.0, 3847.0, 3868.0, 3859.0, 3877.0, 3858.0, 3847.0, 3857.0, 3847.0, 3857.0, 3848.0, 3870.0, 3858.0, 3879.0, 3858.0, 3867.0, 3857.0, 3867.0, 3858.0, 3858.0, 3857.0, 3847.0, 3867.0, 3846.0, 3866.0, 3847.0, 3867.0, 3858.0, 3847.0, 3858.0, 3847.0, 3856.0, 3857.0, 3867.0, 3847.0, 3868.0, 3858.0, 3867.0, 3848.0, 3846.0, 3859.0, 3848.0, 3868.0, 3847.0, 3869.0, 3860.0, 3859.0, 3857.0, 3849.0, 3856.0, 3862.0, 3880.0, 3860.0, 3871.0, 3872.0, 3859.0, 3869.0, 3860.0, 3880.0, 3871.0, 3870.0, 3871.0, 3871.0, 3881.0, 3860.0, 3868.0, 3859.0, 3869.0, 3869.0, 3860.0, 3870.0, 3861.0, 3862.0, 3894.0, 3872.0, 3892.0, 3868.0, 3849.0, 3867.0, 3849.0, 3879.0, 3871.0, 3859.0, 3869.0, 3859.0, 3879.0, 3848.0, 3869.0, 3859.0, 3860.0, 3871.0, 3859.0, 3878.0, 3849.0, 3859.0, 3860.0, 3860.0, 3880.0, 3861.0, 3880.0, 3857.0, 3877.0, 3859.0, 3848.0, 3857.0, 3848.0, 3868.0, 3848.0, 3878.0, 3857.0, 3847.0, 3860.0, 3860.0, 3868.0, 3861.0, 3859.0, 3848.0, 3860.0, 3869.0, 3861.0, 3882.0, 3861.0, 3882.0, 3869.0, 3870.0, 3847.0, 3847.0, 3867.0, 3848.0, 3868.0, 3848.0, 3880.0, 3858.0, 3856.0, 3847.0, 3847.0, 3856.0, 3848.0, 3869.0, 3848.0, 3867.0, 3846.0, 3867.0, 3845.0, 3854.0, 3845.0, 3857.0, 3858.0, 3847.0, 3856.0, 3845.0, 3854.0, 3844.0, 3865.0, 3848.0, 3867.0, 3846.0, 3857.0, 3845.0, 3835.0, 3847.0, 3846.0, 3868.0, 3848.0, 3868.0, 3847.0, 3866.0, 3846.0, 3867.0, 3847.0, 3867.0, 3859.0, 3858.0, 3859.0, 3847.0, 3870.0, 3849.0, 3882.0, 3863.0, 3869.0, 3859.0, 3878.0, 3848.0, 3881.0, 3860.0, 3862.0, 3869.0, 3873.0, 3893.0, 3861.0, 3851.0, 3870.0, 3860.0, 3883.0, 3871.0, 3894.0, 3872.0, 3861.0, 3872.0, 3862.0, 3882.0, 3859.0, 3890.0, 3883.0, 3860.0, 3867.0, 3847.0, 3867.0, 3859.0, 3878.0, 3870.0, 3867.0, 3856.0, 3847.0, 3855.0, 3847.0, 3867.0, 3858.0, 3867.0, 3856.0, 3845.0, 3844.0, 3845.0, 3867.0, 3861.0, 3880.0, 3856.0, 3835.0, 3855.0, 3836.0, 3868.0, 3848.0, 3878.0, 3859.0, 3859.0, 3847.0, 3846.0, 3846.0, 3859.0, 3878.0, 3858.0, 3867.0, 3856.0, 3847.0, 3856.0, 3857.0, 3880.0, 3872.0, 3869.0, 3848.0, 3835.0, 3856.0, 3856.0, 3868.0, 3860.0, 3878.0, 3870.0, 3847.0, 3856.0, 3847.0, 3868.0, 3859.0, 3879.0, 3869.0, 3857.0, 3845.0, 3846.0, 3879.0, 3858.0, 3860.0, 3879.0, 3857.0, 3848.0, 3857.0, 3847.0, 3866.0, 3856.0, 3866.0, 3859.0, 3877.0, 3846.0, 3835.0, 3845.0, 3835.0, 3854.0, 3859.0, 3869.0, 3848.0, 3866.0, 3848.0, 3866.0, 3847.0, 3867.0, 3859.0, 3878.0, 3858.0, 3878.0, 3847.0, 3867.0, 3843.0, 3835.0, 3858.0, 3847.0, 3866.0, 3847.0, 3865.0, 3846.0, 3865.0, 3847.0, 3867.0, 3845.0, 3869.0, 3846.0, 3867.0, 3848.0, 3857.0, 3847.0, 3857.0, 3847.0, 3857.0, 3858.0, 3868.0, 3858.0, 3860.0, 3847.0, 3847.0, 3858.0, 3847.0, 3858.0, 3858.0, 3871.0, 3858.0, 3857.0, 3848.0, 3866.0, 3849.0, 3880.0, 3860.0, 3872.0, 3871.0, 3874.0, 3885.0, 3862.0, 3884.0, 3872.0, 3882.0, 3858.0, 3864.0, 3869.0, 3858.0, 3881.0, 3873.0, 3892.0, 3870.0, 3851.0, 3869.0, 3860.0, 3881.0, 3859.0, 3879.0, 3871.0, 3879.0, 3856.0, 3867.0, 3847.0, 3868.0, 3847.0, 3848.0, 3870.0, 3847.0, 3868.0, 3848.0, 3867.0, 3860.0, 3869.0, 3858.0, 3857.0, 3868.0, 3848.0, 3867.0, 3860.0, 3869.0, 3859.0, 3879.0, 3859.0, 3858.0, 3849.0, 3848.0, 3858.0, 3850.0, 3881.0, 3872.0, 3871.0, 3860.0, 3860.0, 3869.0, 3862.0, 3881.0, 3861.0, 3882.0, 3859.0, 3879.0, 3861.0, 3863.0, 3872.0, 3861.0, 3894.0, 3864.0, 3870.0, 3863.0, 3864.0, 3898.0, 3888.0], 'WindowWidth': [8757.0, 8750.0, 8701.0, 8683.0, 8679.0, 8663.0, 8684.0, 8681.0, 8705.0, 8678.0, 8700.0, 8675.0, 8683.0, 8669.0, 8684.0, 8673.0, 8684.0, 8688.0, 8653.0, 8669.0, 8655.0, 8683.0, 8675.0, 8703.0, 8680.0, 8702.0, 8671.0, 8700.0, 8671.0, 8686.0, 8679.0, 8687.0, 8688.0, 8661.0, 8671.0, 8658.0, 8698.0, 8675.0, 8704.0, 8658.0, 8705.0, 8669.0, 8697.0, 8656.0, 8699.0, 8680.0, 8690.0, 8689.0, 8691.0, 8666.0, 8658.0, 8665.0, 8675.0, 8686.0, 8676.0, 8705.0, 8655.0, 8700.0, 8668.0, 8697.0, 8675.0, 8697.0, 8694.0, 8661.0, 8671.0, 8655.0, 8663.0, 8672.0, 8681.0, 8652.0, 8701.0, 8654.0, 8678.0, 8652.0, 8681.0, 8676.0, 8699.0, 8701.0, 8697.0, 8652.0, 8696.0, 8678.0, 8695.0, 8675.0, 8722.0, 8674.0, 8699.0, 8670.0, 8697.0, 8676.0, 8702.0, 8693.0, 8698.0, 8656.0, 8695.0, 8673.0, 8703.0, 8678.0, 8698.0, 8691.0, 8699.0, 8670.0, 8696.0, 8671.0, 8702.0, 8677.0, 8702.0, 8676.0, 8703.0, 8658.0, 8689.0, 8671.0, 8685.0, 8663.0, 8705.0, 8675.0, 8702.0, 8673.0, 8688.0, 8659.0, 8703.0, 8682.0, 8739.0, 8677.0, 8720.0, 8679.0, 8686.0, 8658.0, 8686.0, 8678.0, 8690.0, 8679.0, 8706.0, 8677.0, 8690.0, 8675.0, 8690.0, 8683.0, 8723.0, 8680.0, 8708.0, 8677.0, 8703.0, 8677.0, 8708.0, 8679.0, 8703.0, 8695.0, 8707.0, 8679.0, 8706.0, 8677.0, 8722.0, 8693.0, 8702.0, 8697.0, 8701.0, 8674.0, 8674.0, 8678.0, 8694.0, 8706.0, 8686.0, 8711.0, 8680.0, 8705.0, 8695.0, 8706.0, 8696.0, 8719.0, 8695.0, 8700.0, 8673.0, 8674.0, 8680.0, 8690.0, 8721.0, 8673.0, 8684.0, 8677.0, 8704.0, 8674.0, 8703.0, 8694.0, 8686.0, 8672.0, 8672.0, 8687.0, 8673.0, 8700.0, 8655.0, 8682.0, 8667.0, 8681.0, 8670.0, 8698.0, 8676.0, 8703.0, 8673.0, 8670.0, 8672.0, 8669.0, 8672.0, 8688.0, 8688.0, 8700.0, 8683.0, 8654.0, 8668.0, 8652.0, 8670.0, 8665.0, 8684.0, 8671.0, 8684.0, 8652.0, 8684.0, 8662.0, 8703.0, 8671.0, 8700.0, 8675.0, 8701.0, 8675.0, 8720.0, 8679.0, 8686.0, 8693.0, 8675.0, 8689.0, 8669.0, 8676.0, 8672.0, 8686.0, 8656.0, 8685.0, 8654.0, 8698.0, 8675.0, 8705.0, 8692.0, 8700.0, 8678.0, 8701.0, 8679.0, 8703.0, 8674.0, 8691.0, 8685.0, 8673.0, 8671.0, 8670.0, 8686.0, 8673.0, 8704.0, 8656.0, 8682.0, 8655.0, 8698.0, 8679.0, 8701.0, 8688.0, 8701.0, 8670.0, 8696.0, 8666.0, 8695.0, 8672.0, 8696.0, 8669.0, 8708.0, 8653.0, 8690.0, 8653.0, 8677.0, 8669.0, 8693.0, 8671.0, 8662.0, 8651.0, 8647.0, 8664.0, 8665.0, 8668.0, 8677.0, 8662.0, 8661.0, 8665.0, 8647.0, 8664.0, 8651.0, 8666.0, 8654.0, 8687.0, 8650.0, 8677.0, 8650.0, 8678.0, 8669.0, 8682.0, 8668.0, 8701.0, 8668.0, 8692.0, 8654.0, 8693.0, 8657.0, 8699.0, 8670.0, 8684.0, 8666.0, 8663.0, 8664.0, 8651.0, 8669.0, 8666.0, 8664.0, 8654.0, 8663.0, 8655.0, 8679.0, 8673.0, 8686.0, 8658.0, 8683.0, 8657.0, 8684.0, 8672.0, 8700.0, 8670.0, 8704.0, 8673.0, 8700.0, 8658.0, 8694.0, 8679.0, 8701.0, 8732.0, 8704.0, 8701.0, 8699.0, 8691.0, 8718.0, 8702.0, 8724.0, 8720.0, 8692.0, 8712.0, 8698.0, 8697.0, 8711.0, 8705.0, 8724.0, 8680.0, 8718.0, 8674.0, 8695.0, 8674.0, 8670.0, 8688.0, 8672.0, 8717.0, 8673.0, 8665.0, 8682.0, 8657.0, 8686.0, 8673.0, 8703.0, 8671.0, 8669.0, 8669.0, 8671.0, 8688.0, 8672.0, 8703.0, 8671.0, 8681.0, 8669.0, 8653.0, 8684.0, 8675.0, 8698.0, 8692.0, 8670.0, 8669.0, 8650.0, 8668.0, 8673.0, 8686.0, 8673.0, 8699.0, 8687.0, 8671.0, 8684.0, 8659.0, 8702.0, 8678.0, 8686.0, 8705.0, 8657.0, 8683.0, 8651.0, 8677.0, 8672.0, 8697.0, 8670.0, 8711.0, 8669.0, 8671.0, 8665.0, 8648.0, 8664.0, 8652.0, 8683.0, 8687.0, 8685.0, 8671.0, 8670.0, 8670.0, 8688.0, 8687.0, 8671.0, 8686.0, 8654.0, 8682.0, 8667.0, 8680.0, 8673.0, 8682.0, 8671.0, 8696.0, 8669.0, 8676.0, 8653.0, 8670.0, 8672.0, 8669.0, 8700.0, 8659.0, 8680.0, 8658.0, 8684.0, 8674.0, 8703.0, 8679.0, 8703.0, 8676.0, 8694.0, 8658.0, 8697.0, 8678.0, 8698.0, 8671.0, 8673.0, 8666.0, 8659.0, 8711.0, 8682.0, 8705.0, 8677.0, 8698.0, 8675.0, 8702.0, 8678.0, 8702.0, 8679.0, 8704.0, 8688.0, 8702.0, 8674.0, 8670.0, 8684.0, 8679.0, 8704.0, 8690.0, 8706.0, 8678.0, 8686.0, 8672.0, 8679.0, 8708.0, 8696.0, 8725.0, 8677.0, 8702.0, 8674.0, 8704.0, 8679.0, 8704.0, 8693.0, 8717.0, 8674.0, 8696.0, 8672.0, 8673.0, 8688.0, 8673.0, 8691.0, 8657.0, 8685.0, 8672.0, 8702.0, 8677.0, 8704.0, 8692.0, 8704.0, 8678.0, 8701.0, 8682.0, 8709.0, 8701.0, 8695.0, 8714.0, 8692.0, 8704.0, 8679.0, 8711.0, 8683.0, 8709.0, 8696.0, 8736.0, 8678.0, 8708.0, 8680.0, 8712.0, 8698.0, 8694.0, 8709.0, 8676.0, 8705.0, 8697.0, 8698.0, 8710.0, 8700.0, 8711.0, 8682.0, 8720.0, 8698.0, 8725.0, 8694.0, 8708.0, 8695.0, 8680.0, 8691.0, 8679.0, 8709.0, 8680.0, 8710.0, 8692.0, 8706.0, 8677.0, 8690.0, 8697.0, 8694.0, 8716.0, 8700.0, 8711.0, 8681.0, 8706.0, 8701.0, 8726.0, 8698.0, 8700.0, 8712.0, 8682.0, 8692.0, 8678.0, 8722.0, 8681.0, 8707.0, 8699.0, 8726.0, 8692.0, 8702.0, 8676.0, 8707.0, 8697.0, 8723.0, 8691.0, 8704.0, 8677.0, 8673.0, 8674.0, 8670.0, 8705.0, 8675.0, 8707.0, 8674.0, 8688.0, 8672.0, 8685.0, 8671.0, 8700.0, 8693.0, 8691.0, 8676.0, 8678.0, 8707.0, 8681.0, 8700.0, 8709.0, 8681.0, 8726.0, 8677.0, 8676.0, 8679.0, 8682.0, 8716.0, 8700.0, 8709.0, 8696.0, 8685.0, 8709.0, 8696.0, 8722.0, 8696.0, 8733.0, 8705.0, 8672.0, 8702.0, 8675.0, 8733.0, 8693.0, 8720.0, 8694.0, 8672.0, 8684.0, 8663.0, 8700.0, 8690.0, 8692.0, 8690.0, 8678.0, 8703.0, 8676.0, 8697.0, 8698.0, 8706.0, 8693.0, 8702.0, 8706.0, 8672.0, 8681.0, 8656.0, 8680.0, 8672.0, 8694.0, 8671.0, 8673.0, 8684.0, 8652.0, 8680.0, 8669.0, 8697.0, 8672.0, 8683.0, 8684.0, 8656.0, 8682.0, 8653.0, 8692.0, 8670.0, 8688.0, 8689.0, 8706.0, 8735.0, 8676.0, 8700.0, 8692.0, 8675.0, 8669.0, 8674.0, 8685.0, 8674.0, 8685.0, 8655.0, 8652.0, 8682.0, 8673.0, 8698.0, 8692.0, 8656.0, 8680.0, 8654.0, 8681.0, 8668.0, 8670.0, 8706.0, 8686.0, 8694.0, 8656.0, 8655.0, 8669.0, 8671.0, 8685.0, 8678.0, 8705.0, 8684.0, 8701.0, 8669.0, 8653.0, 8666.0, 8672.0, 8705.0, 8692.0, 8698.0, 8671.0, 8679.0, 8652.0, 8651.0, 8666.0, 8668.0, 8680.0, 8651.0, 8695.0, 8649.0, 8673.0, 8648.0, 8674.0, 8663.0, 8676.0, 8662.0, 8675.0, 8647.0, 8643.0, 8646.0, 8646.0, 8665.0, 8654.0, 8678.0, 8670.0, 8678.0, 8652.0, 8692.0, 8671.0, 8684.0, 8676.0, 8672.0, 8689.0, 8672.0, 8701.0, 8662.0, 8705.0, 8694.0, 8705.0, 8693.0, 8702.0, 8674.0, 8667.0, 8673.0, 8677.0, 8702.0, 8672.0, 8702.0, 8654.0, 8682.0, 8669.0, 8699.0, 8669.0, 8683.0, 8667.0, 8651.0, 8669.0, 8673.0, 8700.0, 8670.0, 8704.0, 8672.0, 8695.0, 8673.0, 8684.0, 8678.0, 8694.0, 8691.0, 8697.0, 8708.0, 8681.0, 8707.0, 8699.0, 8710.0, 8699.0, 8713.0, 8698.0, 8680.0, 8694.0, 8700.0, 8711.0, 8680.0, 8724.0, 8677.0, 8717.0, 8675.0, 8705.0, 8695.0, 8687.0, 8720.0, 8673.0, 8687.0, 8655.0, 8698.0, 8677.0, 8704.0, 8690.0, 8715.0, 8671.0, 8680.0, 8655.0, 8671.0, 8684.0, 8670.0, 8687.0, 8655.0, 8678.0, 8652.0, 8686.0, 8673.0, 8668.0, 8666.0, 8672.0, 8701.0, 8672.0, 8675.0, 8704.0, 8675.0, 8702.0, 8648.0, 8655.0, 8681.0, 8673.0, 8673.0, 8689.0, 8671.0, 8715.0, 8669.0, 8681.0, 8668.0, 8680.0, 8650.0, 8664.0, 8668.0, 8675.0, 8686.0, 8672.0, 8697.0, 8672.0, 8680.0, 8671.0, 8702.0, 8675.0, 8684.0, 8683.0, 8654.0, 8683.0, 8653.0, 8682.0, 8657.0, 8697.0, 8651.0, 8687.0, 8654.0, 8695.0, 8673.0, 8702.0, 8682.0, 8708.0, 8693.0, 8694.0, 8694.0, 8677.0, 8687.0, 8673.0, 8695.0, 8706.0, 8689.0, 8699.0, 8685.0, 8654.0, 8669.0, 8675.0, 8704.0, 8674.0, 8704.0, 8678.0, 8701.0, 8675.0, 8690.0, 8693.0, 8676.0, 8704.0, 8676.0, 8688.0, 8662.0, 8722.0, 8685.0, 8707.0, 8711.0, 8691.0, 8677.0, 8672.0, 8684.0, 8679.0, 8706.0, 8691.0, 8724.0, 8680.0, 8686.0, 8673.0, 8673.0, 8691.0, 8675.0, 8719.0, 8676.0, 8698.0, 8656.0, 8694.0, 8671.0, 8699.0, 8672.0, 8683.0, 8683.0, 8634.0, 8663.0, 8649.0, 8681.0, 8668.0, 8691.0, 8667.0, 8650.0, 8663.0, 8649.0, 8663.0, 8655.0, 8684.0, 8667.0, 8695.0, 8666.0, 8676.0, 8663.0, 8679.0, 8669.0, 8666.0, 8663.0, 8652.0, 8677.0, 8647.0, 8674.0, 8651.0, 8678.0, 8667.0, 8652.0, 8667.0, 8648.0, 8661.0, 8663.0, 8677.0, 8653.0, 8681.0, 8668.0, 8678.0, 8653.0, 8648.0, 8667.0, 8656.0, 8680.0, 8653.0, 8683.0, 8675.0, 8673.0, 8665.0, 8657.0, 8665.0, 8678.0, 8700.0, 8675.0, 8691.0, 8693.0, 8672.0, 8684.0, 8674.0, 8700.0, 8692.0, 8688.0, 8689.0, 8689.0, 8703.0, 8673.0, 8682.0, 8672.0, 8684.0, 8680.0, 8675.0, 8689.0, 8676.0, 8681.0, 8725.0, 8693.0, 8719.0, 8682.0, 8657.0, 8679.0, 8657.0, 8700.0, 8690.0, 8671.0, 8686.0, 8670.0, 8696.0, 8655.0, 8684.0, 8672.0, 8673.0, 8689.0, 8672.0, 8695.0, 8657.0, 8669.0, 8673.0, 8675.0, 8700.0, 8673.0, 8699.0, 8665.0, 8691.0, 8668.0, 8651.0, 8663.0, 8651.0, 8681.0, 8653.0, 8695.0, 8666.0, 8653.0, 8671.0, 8675.0, 8682.0, 8675.0, 8670.0, 8655.0, 8671.0, 8685.0, 8675.0, 8706.0, 8676.0, 8704.0, 8686.0, 8684.0, 8652.0, 8649.0, 8677.0, 8653.0, 8682.0, 8654.0, 8698.0, 8667.0, 8661.0, 8650.0, 8651.0, 8661.0, 8652.0, 8681.0, 8652.0, 8679.0, 8648.0, 8675.0, 8645.0, 8657.0, 8647.0, 8664.0, 8665.0, 8649.0, 8660.0, 8644.0, 8655.0, 8642.0, 8672.0, 8653.0, 8678.0, 8650.0, 8664.0, 8645.0, 8632.0, 8648.0, 8648.0, 8680.0, 8653.0, 8680.0, 8650.0, 8676.0, 8647.0, 8675.0, 8652.0, 8680.0, 8672.0, 8667.0, 8671.0, 8652.0, 8684.0, 8655.0, 8704.0, 8681.0, 8685.0, 8671.0, 8694.0, 8655.0, 8705.0, 8676.0, 8682.0, 8687.0, 8697.0, 8722.0, 8677.0, 8663.0, 8687.0, 8674.0, 8708.0, 8691.0, 8725.0, 8695.0, 8677.0, 8691.0, 8677.0, 8705.0, 8672.0, 8713.0, 8707.0, 8672.0, 8678.0, 8650.0, 8679.0, 8669.0, 8694.0, 8685.0, 8677.0, 8660.0, 8649.0, 8658.0, 8649.0, 8677.0, 8668.0, 8678.0, 8661.0, 8646.0, 8642.0, 8645.0, 8678.0, 8675.0, 8698.0, 8662.0, 8633.0, 8658.0, 8634.0, 8678.0, 8653.0, 8694.0, 8669.0, 8669.0, 8649.0, 8646.0, 8648.0, 8670.0, 8694.0, 8667.0, 8679.0, 8662.0, 8650.0, 8663.0, 8664.0, 8701.0, 8696.0, 8683.0, 8651.0, 8633.0, 8661.0, 8662.0, 8682.0, 8672.0, 8694.0, 8686.0, 8650.0, 8661.0, 8651.0, 8680.0, 8671.0, 8696.0, 8684.0, 8662.0, 8642.0, 8644.0, 8695.0, 8668.0, 8673.0, 8697.0, 8665.0, 8651.0, 8662.0, 8648.0, 8672.0, 8661.0, 8674.0, 8668.0, 8689.0, 8645.0, 8629.0, 8643.0, 8629.0, 8656.0, 8667.0, 8681.0, 8653.0, 8674.0, 8651.0, 8673.0, 8649.0, 8677.0, 8668.0, 8692.0, 8666.0, 8691.0, 8648.0, 8673.0, 8640.0, 8631.0, 8665.0, 8650.0, 8673.0, 8648.0, 8672.0, 8647.0, 8671.0, 8648.0, 8675.0, 8647.0, 8682.0, 8649.0, 8677.0, 8652.0, 8662.0, 8650.0, 8661.0, 8650.0, 8663.0, 8667.0, 8681.0, 8666.0, 8670.0, 8651.0, 8649.0, 8664.0, 8650.0, 8667.0, 8667.0, 8688.0, 8667.0, 8665.0, 8652.0, 8676.0, 8656.0, 8699.0, 8673.0, 8692.0, 8689.0, 8699.0, 8714.0, 8681.0, 8709.0, 8693.0, 8703.0, 8669.0, 8684.0, 8686.0, 8669.0, 8703.0, 8693.0, 8719.0, 8687.0, 8661.0, 8683.0, 8673.0, 8701.0, 8671.0, 8698.0, 8688.0, 8696.0, 8662.0, 8677.0, 8650.0, 8678.0, 8651.0, 8653.0, 8684.0, 8653.0, 8680.0, 8654.0, 8676.0, 8671.0, 8680.0, 8666.0, 8665.0, 8681.0, 8654.0, 8679.0, 8671.0, 8685.0, 8671.0, 8696.0, 8670.0, 8666.0, 8655.0, 8654.0, 8666.0, 8659.0, 8701.0, 8692.0, 8690.0, 8674.0, 8673.0, 8684.0, 8677.0, 8701.0, 8675.0, 8704.0, 8671.0, 8698.0, 8674.0, 8682.0, 8693.0, 8678.0, 8725.0, 8682.0, 8687.0, 8679.0, 8686.0, 8738.0, 8725.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.0004969294294294294</td></tr>
<tr><td colspan=3>aqi</td><td>0.023626929954954953</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.7340762527573</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2497783642524403</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950574435762579</td></tr>
<tr><td colspan=3>efc</td><td>0.4915</td></tr>
<tr><td colspan=3>fber</td><td>5919.3984</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08133312906628841</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9279279279279278</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.322797900914202</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.251928673582564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5060280311607266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2104369979993153</td></tr>
<tr><td colspan=3>gcor</td><td>0.00631158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007862463593482971</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02727869711816311</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.342825422285049</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>22.7078</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2686</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.6798</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292898.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>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.5317</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2821</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.1337</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3079.0578</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>737.9944</td></tr>
<tr><td colspan=3>tsnr</td><td>40.36895166616887</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>