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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0073_suffix-bold_task-fractional" 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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-01_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-01_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-0073/ses-04/func/sub-0073_ses-04_task-fractional_acq-mb8_run-01_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>3544c956c3631e118462b995f2f46715</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:53:45.017500</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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-01_task-fractional_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.11583</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8b27859-d829-452c-a32f-e0408e3837a9||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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, 1322]</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], 'AcquisitionTime': ['175345.017500', '175345.477500', '175345.937500', '175346.397500', '175346.857500', '175347.317500', '175347.777500', '175348.237500', '175348.697500', '175349.157500', '175349.617500', '175350.077500', '175350.537500', '175350.997500', '175351.457500', '175351.917500', '175352.377500', '175352.837500', '175353.297500', '175353.757500', '175354.217500', '175354.677500', '175355.137500', '175355.597500', '175356.057500', '175356.517500', '175356.977500', '175357.437500', '175357.897500', '175358.357500', '175358.817500', '175359.277500', '175359.737500', '175400.197500', '175400.657500', '175401.117500', '175401.577500', '175402.037500', '175402.497500', '175402.957500', '175403.417500', '175403.877500', '175404.337500', '175404.797500', '175405.257500', '175405.717500', '175406.177500', '175406.637500', '175407.097500', '175407.557500', '175408.017500', '175408.477500', '175408.937500', '175409.397500', '175409.857500', '175410.317500', '175410.777500', '175411.237500', '175411.697500', '175412.157500', '175412.617500', '175413.077500', '175413.537500', '175413.997500', '175414.457500', '175414.917500', '175415.377500', '175415.837500', '175416.297500', '175416.757500', '175417.217500', '175417.677500', '175418.137500', '175418.597500', '175419.057500', '175419.517500', '175419.977500', '175420.437500', '175420.897500', '175421.357500', '175421.817500', '175422.277500', '175422.737500', '175423.197500', '175423.657500', '175424.117500', '175424.577500', '175425.037500', '175425.497500', '175425.957500', '175426.417500', '175426.877500', '175427.337500', '175427.797500', '175428.257500', '175428.717500', '175429.177500', '175429.637500', '175430.097500', '175430.557500', '175431.017500', '175431.477500', '175431.937500', '175432.397500', '175432.857500', '175433.317500', '175433.777500', '175434.237500', '175434.697500', '175435.157500', '175435.617500', '175436.077500', '175436.537500', '175436.997500', '175437.457500', '175437.917500', '175438.377500', '175438.837500', '175439.297500', '175439.757500', '175440.217500', '175440.677500', '175441.137500', '175441.597500', '175442.057500', '175442.517500', '175442.977500', '175443.437500', '175443.897500', '175444.357500', '175444.817500', '175445.277500', '175445.737500', '175446.197500', '175446.657500', '175447.117500', '175447.577500', '175448.037500', '175448.497500', '175448.957500', '175449.417500', '175449.877500', '175450.337500', '175450.797500', '175451.257500', '175451.717500', '175452.177500', '175452.637500', '175453.097500', '175453.557500', '175454.017500', '175454.477500', '175454.937500', '175455.397500', '175455.857500', '175456.317500', '175456.777500', '175457.237500', '175457.697500', '175458.157500', '175458.617500', '175459.077500', '175459.537500', '175459.997500', '175500.457500', '175500.917500', '175501.377500', '175501.837500', '175502.297500', '175502.757500', '175503.217500', '175503.677500', '175504.137500', '175504.597500', '175505.057500', '175505.517500', '175505.977500', '175506.437500', '175506.897500', '175507.357500', '175507.817500', '175508.277500', '175508.737500', '175509.197500', '175509.657500', '175510.117500', '175510.577500', '175511.037500', '175511.497500', '175511.957500', '175512.417500', '175512.877500', '175513.337500', '175513.797500', '175514.257500', '175514.717500', '175515.177500', '175515.637500', '175516.097500', '175516.557500', '175517.017500', '175517.477500', '175517.937500', '175518.397500', '175518.857500', '175519.317500', '175519.777500', '175520.237500', '175520.697500', '175521.157500', '175521.617500', '175522.077500', '175522.537500', '175522.997500', '175523.457500', '175523.917500', '175524.377500', '175524.837500', '175525.297500', '175525.757500', '175526.217500', '175526.677500', '175527.137500', '175527.597500', '175528.057500', '175528.517500', '175528.977500', '175529.437500', '175529.897500', '175530.357500', '175530.817500', '175531.277500', '175531.737500', '175532.197500', '175532.657500', '175533.117500', '175533.577500', '175534.037500', '175534.497500', '175534.957500', '175535.417500', '175535.877500', '175536.337500', '175536.797500', '175537.257500', '175537.717500', '175538.177500', '175538.637500', '175539.097500', '175539.557500', '175540.017500', '175540.477500', '175540.937500', '175541.397500', '175541.857500', '175542.317500', '175542.777500', '175543.237500', '175543.697500', '175544.157500', '175544.617500', '175545.077500', '175545.537500', '175545.997500', '175546.457500', '175546.917500', '175547.377500', '175547.837500', '175548.297500', '175548.757500', '175549.217500', '175549.677500', '175550.137500', '175550.597500', '175551.057500', '175551.517500', '175551.977500', '175552.437500', '175552.897500', '175553.357500', '175553.817500', '175554.277500', '175554.737500', '175555.197500', '175555.657500', '175556.117500', '175556.577500', '175557.037500', '175557.497500', '175557.957500', '175558.417500', '175558.877500', '175559.337500', '175559.797500', '175600.257500', '175600.717500', '175601.177500', '175601.637500', '175602.097500', '175602.557500', '175603.017500', '175603.477500', '175603.937500', '175604.397500', '175604.857500', '175605.317500', '175605.777500', '175606.237500', '175606.697500', '175607.157500', '175607.617500', '175608.077500', '175608.537500', '175608.997500', '175609.457500', '175609.917500', '175610.377500', '175610.837500', '175611.297500', '175611.757500', '175612.217500', '175612.677500', '175613.137500', '175613.597500', '175614.057500', '175614.517500', '175614.977500', '175615.437500', '175615.897500', '175616.357500', '175616.817500', '175617.277500', '175617.737500', '175618.197500', '175618.657500', '175619.117500', '175619.577500', '175620.037500', '175620.497500', '175620.957500', '175621.417500', '175621.877500', '175622.337500', '175622.797500', '175623.257500', '175623.717500', '175624.177500', '175624.637500', '175625.097500', '175625.557500', '175626.017500', '175626.477500', '175626.937500', '175627.397500', '175627.857500', '175628.317500', '175628.777500', '175629.237500', '175629.697500', '175630.157500', '175630.617500', '175631.077500', '175631.537500', '175631.997500', '175632.457500', '175632.917500', '175633.377500', '175633.837500', '175634.297500', '175634.757500', '175635.217500', '175635.677500', '175636.137500', '175636.597500', '175637.057500', '175637.517500', '175637.977500', '175638.437500', '175638.897500', '175639.357500', '175639.817500', '175640.277500', '175640.737500', '175641.197500', '175641.657500', '175642.117500', '175642.577500', '175643.037500', '175643.497500', '175643.957500', '175644.417500', '175644.877500', '175645.337500', '175645.797500', '175646.257500', '175646.717500', '175647.177500', '175647.637500', '175648.097500', '175648.557500', '175649.017500', '175649.477500', '175649.937500', '175650.397500', '175650.857500', '175651.317500', '175651.777500', '175652.237500', '175652.697500', '175653.157500', '175653.617500', '175654.077500', '175654.537500', '175654.997500', '175655.457500', '175655.917500', '175656.377500', '175656.837500', '175657.297500', '175657.757500', '175658.217500', '175658.677500', '175659.137500', '175659.597500', '175700.057500', '175700.517500', '175700.977500', '175701.437500', '175701.897500', '175702.357500', '175702.817500', '175703.277500', '175703.737500', '175704.197500', '175704.657500', '175705.117500', '175705.577500', '175706.037500', '175706.497500', '175706.957500', '175707.417500', '175707.877500', '175708.337500', '175708.797500', '175709.257500', '175709.717500', '175710.177500', '175710.637500', '175711.097500', '175711.557500', '175712.017500', '175712.477500', '175712.937500', '175713.397500', '175713.857500', '175714.317500', '175714.777500', '175715.237500', '175715.697500', '175716.157500', '175716.617500', '175717.077500', '175717.537500', '175717.997500', '175718.457500', '175718.917500', '175719.377500', '175719.837500', '175720.297500', '175720.757500', '175721.217500', '175721.677500', '175722.137500', '175722.597500', '175723.057500', '175723.517500', '175723.977500', '175724.437500', '175724.897500', '175725.357500', '175725.817500', '175726.277500', '175726.737500', '175727.197500', '175727.657500', '175728.117500', '175728.577500', '175729.037500', '175729.497500', '175729.957500', '175730.417500', '175730.877500', '175731.337500', '175731.797500', '175732.257500', '175732.717500', '175733.177500', '175733.637500', '175734.097500', '175734.557500', '175735.017500', '175735.477500', '175735.937500', '175736.397500', '175736.857500', '175737.317500', '175737.777500', '175738.237500', '175738.697500', '175739.157500', '175739.617500', '175740.077500', '175740.537500', '175740.997500', '175741.457500', '175741.917500', '175742.377500', '175742.837500', '175743.297500', '175743.757500', '175744.217500', '175744.677500', '175745.137500', '175745.597500', '175746.057500', '175746.517500', '175746.977500', '175747.437500', '175747.897500', '175748.357500', '175748.817500', '175749.277500', '175749.737500', '175750.197500', '175750.657500', '175751.117500', '175751.577500', '175752.037500', '175752.497500', '175752.957500', '175753.417500', '175753.877500', '175754.337500', '175754.797500', '175755.257500', '175755.717500', '175756.177500', '175756.637500', '175757.097500', '175757.557500', '175758.017500', '175758.477500', '175758.937500', '175759.397500', '175759.857500', '175800.317500', '175800.777500', '175801.237500', '175801.697500', '175802.157500', '175802.617500', '175803.077500', '175803.537500', '175803.997500', '175804.457500', '175804.917500', '175805.377500', '175805.837500', '175806.297500', '175806.757500', '175807.217500', '175807.677500', '175808.137500', '175808.597500', '175809.057500', '175809.517500', '175809.977500', '175810.437500', '175810.897500', '175811.357500', '175811.817500', '175812.277500', '175812.737500', '175813.197500', '175813.657500', '175814.117500', '175814.577500', '175815.037500', '175815.497500', '175815.957500', '175816.417500', '175816.877500', '175817.337500', '175817.797500', '175818.257500', '175818.717500', '175819.177500', '175819.637500', '175820.097500', '175820.557500', '175821.017500', '175821.477500', '175821.937500', '175822.397500', '175822.857500', '175823.317500', '175823.777500', '175824.237500', '175824.697500', '175825.157500', '175825.617500', '175826.077500', '175826.537500', '175826.997500', '175827.457500', '175827.917500', '175828.377500', '175828.837500', '175829.297500', '175829.757500', '175830.217500', '175830.677500', '175831.137500', '175831.597500', '175832.057500', '175832.517500', '175832.977500', '175833.437500', '175833.897500', '175834.357500', '175834.817500', '175835.277500', '175835.737500', '175836.197500', '175836.657500', '175837.117500', '175837.577500', '175838.037500', '175838.497500', '175838.957500', '175839.417500', '175839.877500', '175840.337500', '175840.797500', '175841.257500', '175841.717500', '175842.177500', '175842.637500', '175843.097500', '175843.557500', '175844.017500', '175844.477500', '175844.937500', '175845.397500', '175845.857500', '175846.317500', '175846.777500', '175847.237500', '175847.697500', '175848.157500', '175848.617500', '175849.077500', '175849.537500', '175849.997500', '175850.457500', '175850.917500', '175851.377500', '175851.837500', '175852.297500', '175852.757500', '175853.217500', '175853.677500', '175854.137500', '175854.597500', '175855.057500', '175855.517500', '175855.977500', '175856.437500', '175856.897500', '175857.357500', '175857.817500', '175858.277500', '175858.737500', '175859.197500', '175859.657500', '175900.117500', '175900.577500', '175901.037500', '175901.497500', '175901.957500', '175902.417500', '175902.877500', '175903.337500', '175903.797500', '175904.257500', '175904.717500', '175905.177500', '175905.637500', '175906.097500', '175906.557500', '175907.017500', '175907.477500', '175907.937500', '175908.397500', '175908.857500', '175909.317500', '175909.777500', '175910.237500', '175910.697500', '175911.157500', '175911.617500', '175912.077500', '175912.537500', '175912.997500', '175913.457500', '175913.917500', '175914.377500', '175914.837500', '175915.297500', '175915.757500', '175916.217500', '175916.677500', '175917.137500', '175917.597500', '175918.057500', '175918.517500', '175918.977500', '175919.437500', '175919.897500', '175920.357500', '175920.817500', '175921.277500', '175921.737500', '175922.197500', '175922.657500', '175923.117500', '175923.577500', '175924.037500', '175924.497500', '175924.957500', '175925.417500', '175925.877500', '175926.337500', '175926.797500', '175927.257500', '175927.717500', '175928.177500', '175928.637500', '175929.097500', '175929.557500', '175930.017500', '175930.477500', '175930.937500', '175931.397500', '175931.857500', '175932.317500', '175932.777500', '175933.237500', '175933.697500', '175934.157500', '175934.617500', '175935.077500', '175935.537500', '175935.997500', '175936.457500', '175936.917500', '175937.377500', '175937.837500', '175938.297500', '175938.757500', '175939.217500', '175939.677500', '175940.137500', '175940.597500', '175941.057500', '175941.517500', '175941.977500', '175942.437500', '175942.897500', '175943.357500', '175943.817500', '175944.277500', '175944.737500', '175945.197500', '175945.657500', '175946.117500', '175946.577500', '175947.037500', '175947.497500', '175947.957500', '175948.417500', '175948.877500', '175949.337500', '175949.797500', '175950.257500', '175950.717500', '175951.177500', '175951.637500', '175952.097500', '175952.557500', '175953.017500', '175953.477500', '175953.937500', '175954.397500', '175954.857500', '175955.317500', '175955.777500', '175956.237500', '175956.697500', '175957.157500', '175957.617500', '175958.077500', '175958.537500', '175958.997500', '175959.457500', '175959.917500', '180000.377500', '180000.837500', '180001.297500', '180001.757500', '180002.217500', '180002.677500', '180003.137500', '180003.597500', '180004.057500', '180004.517500', '180004.977500', '180005.437500', '180005.897500', '180006.357500', '180006.817500', '180007.277500', '180007.737500', '180008.197500', '180008.657500', '180009.117500', '180009.577500', '180010.037500', '180010.497500', '180010.957500', '180011.417500', '180011.877500', '180012.337500', '180012.797500', '180013.257500', '180013.717500', '180014.177500', '180014.637500', '180015.097500', '180015.557500', '180016.017500', '180016.477500', '180016.937500', '180017.397500', '180017.857500', '180018.317500', '180018.777500', '180019.237500', '180019.697500', '180020.157500', '180020.617500', '180021.077500', '180021.537500', '180021.997500', '180022.457500', '180022.917500', '180023.377500', '180023.837500', '180024.297500', '180024.757500', '180025.217500', '180025.677500', '180026.137500', '180026.597500', '180027.057500', '180027.517500', '180027.977500', '180028.437500', '180028.897500', '180029.357500', '180029.817500', '180030.277500', '180030.737500', '180031.197500', '180031.657500', '180032.117500', '180032.577500', '180033.037500', '180033.497500', '180033.957500', '180034.417500', '180034.877500', '180035.337500', '180035.797500', '180036.257500', '180036.717500', '180037.177500', '180037.637500', '180038.097500', '180038.557500', '180039.017500', '180039.477500', '180039.937500', '180040.397500', '180040.857500', '180041.317500', '180041.777500', '180042.237500', '180042.697500', '180043.157500', '180043.617500', '180044.077500', '180044.537500', '180044.997500', '180045.457500', '180045.917500', '180046.377500', '180046.837500', '180047.297500', '180047.757500', '180048.217500', '180048.677500', '180049.137500', '180049.597500', '180050.057500', '180050.517500', '180050.977500', '180051.437500', '180051.897500', '180052.357500', '180052.817500', '180053.277500', '180053.737500', '180054.197500', '180054.657500', '180055.117500', '180055.577500', '180056.037500', '180056.497500', '180056.957500', '180057.417500', '180057.877500', '180058.337500', '180058.797500', '180059.257500', '180059.717500', '180100.177500', '180100.637500', '180101.097500', '180101.557500', '180102.017500', '180102.477500', '180102.937500', '180103.397500', '180103.857500', '180104.317500', '180104.777500', '180105.237500', '180105.697500', '180106.157500', '180106.617500', '180107.077500', '180107.537500', '180107.997500', '180108.457500', '180108.917500', '180109.377500', '180109.837500', '180110.297500', '180110.757500', '180111.217500', '180111.677500', '180112.137500', '180112.597500', '180113.057500', '180113.517500', '180113.977500', '180114.437500', '180114.897500', '180115.357500', '180115.817500', '180116.277500', '180116.737500', '180117.197500', '180117.657500', '180118.117500', '180118.577500', '180119.037500', '180119.497500', '180119.957500', '180120.417500', '180120.877500', '180121.337500', '180121.797500', '180122.257500', '180122.717500', '180123.177500', '180123.637500', '180124.097500', '180124.557500', '180125.017500', '180125.477500', '180125.937500', '180126.397500', '180126.857500', '180127.317500', '180127.777500', '180128.237500', '180128.697500', '180129.157500', '180129.617500', '180130.077500', '180130.537500', '180130.997500', '180131.457500', '180131.917500', '180132.377500', '180132.837500', '180133.297500', '180133.757500', '180134.217500', '180134.677500', '180135.137500', '180135.597500', '180136.057500', '180136.517500', '180136.977500', '180137.437500', '180137.897500', '180138.357500', '180138.817500', '180139.277500', '180139.737500', '180140.197500', '180140.657500', '180141.117500', '180141.577500', '180142.037500', '180142.497500', '180142.957500', '180143.417500', '180143.877500', '180144.337500', '180144.797500', '180145.257500', '180145.717500', '180146.177500', '180146.637500', '180147.097500', '180147.557500', '180148.017500', '180148.477500', '180148.937500', '180149.397500', '180149.857500', '180150.317500', '180150.777500', '180151.237500', '180151.697500', '180152.157500', '180152.617500', '180153.077500', '180153.537500', '180153.997500', '180154.457500', '180154.917500', '180155.377500', '180155.837500', '180156.297500', '180156.757500', '180157.217500', '180157.677500', '180158.137500', '180158.597500', '180159.057500', '180159.517500', '180159.977500', '180200.437500', '180200.897500', '180201.357500', '180201.817500', '180202.277500', '180202.737500', '180203.197500', '180203.657500', '180204.117500', '180204.577500', '180205.037500', '180205.497500', '180205.957500', '180206.417500', '180206.877500', '180207.337500', '180207.797500', '180208.257500', '180208.717500', '180209.177500', '180209.637500', '180210.097500', '180210.557500', '180211.017500', '180211.477500', '180211.937500', '180212.397500', '180212.857500', '180213.317500', '180213.777500', '180214.237500', '180214.697500', '180215.157500', '180215.617500', '180216.077500', '180216.537500', '180216.997500', '180217.457500', '180217.917500', '180218.377500', '180218.837500', '180219.297500', '180219.757500', '180220.217500', '180220.677500', '180221.137500', '180221.597500', '180222.057500', '180222.517500', '180222.977500', '180223.437500', '180223.897500', '180224.357500', '180224.817500', '180225.277500', '180225.737500', '180226.197500', '180226.657500', '180227.117500', '180227.577500', '180228.037500', '180228.497500', '180228.957500', '180229.417500', '180229.877500', '180230.337500', '180230.797500', '180231.257500', '180231.717500', '180232.177500', '180232.637500', '180233.097500', '180233.557500', '180234.017500', '180234.477500', '180234.937500', '180235.397500', '180235.857500', '180236.317500', '180236.777500', '180237.237500', '180237.697500', '180238.157500', '180238.617500', '180239.077500', '180239.537500', '180239.997500', '180240.457500', '180240.917500', '180241.377500', '180241.837500', '180242.297500', '180242.757500', '180243.217500', '180243.677500', '180244.137500', '180244.597500', '180245.057500', '180245.517500', '180245.977500', '180246.437500', '180246.897500', '180247.357500', '180247.817500', '180248.277500', '180248.737500', '180249.197500', '180249.657500', '180250.117500', '180250.577500', '180251.037500', '180251.497500', '180251.957500', '180252.417500', '180252.877500', '180253.337500', '180253.797500', '180254.257500', '180254.717500', '180255.177500', '180255.637500', '180256.097500', '180256.557500', '180257.017500', '180257.477500', '180257.937500', '180258.397500', '180258.857500', '180259.317500', '180259.777500', '180300.237500', '180300.697500', '180301.157500', '180301.617500', '180302.077500', '180302.537500', '180302.997500', '180303.457500', '180303.917500', '180304.377500', '180304.837500', '180305.297500', '180305.757500', '180306.217500', '180306.677500', '180307.137500', '180307.597500', '180308.057500', '180308.517500', '180308.977500', '180309.437500', '180309.897500', '180310.357500', '180310.817500', '180311.277500', '180311.737500', '180312.197500', '180312.657500', '180313.117500', '180313.577500', '180314.037500', '180314.497500', '180314.957500', '180315.417500', '180315.877500', '180316.337500', '180316.797500', '180317.257500', '180317.717500', '180318.177500', '180318.637500', '180319.097500', '180319.557500', '180320.017500', '180320.477500', '180320.937500', '180321.397500', '180321.857500', '180322.317500', '180322.777500', '180323.237500', '180323.697500', '180324.157500', '180324.617500', '180325.077500', '180325.537500', '180325.997500', '180326.457500', '180326.917500', '180327.377500', '180327.837500', '180328.297500', '180328.757500', '180329.217500', '180329.677500', '180330.137500', '180330.597500', '180331.057500', '180331.517500', '180331.977500', '180332.437500', '180332.897500', '180333.357500', '180333.817500', '180334.277500', '180334.737500', '180335.197500', '180335.657500', '180336.117500', '180336.577500', '180337.037500', '180337.497500', '180337.957500', '180338.417500', '180338.877500', '180339.337500', '180339.797500', '180340.257500', '180340.717500', '180341.177500', '180341.637500', '180342.097500', '180342.557500', '180343.017500', '180343.477500', '180343.937500', '180344.397500', '180344.857500', '180345.317500', '180345.777500', '180346.237500', '180346.697500', '180347.157500', '180347.617500', '180348.077500', '180348.537500', '180348.997500', '180349.457500', '180349.917500', '180350.377500', '180350.837500', '180351.297500', '180351.757500', '180352.217500', '180352.677500'], 'ContentTime': ['175356.738000', '175356.741000', '175356.744000', '175356.747000', '175356.749000', '175356.752000', '175356.762000', '175356.764000', '175356.767000', '175356.769000', '175356.773000', '175356.776000', '175356.778000', '175356.781000', '175356.787000', '175356.790000', '175356.792000', '175356.795000', '175356.797000', '175356.800000', '175356.802000', '175356.805000', '175356.807000', '175416.705000', '175416.707000', '175416.710000', '175416.713000', '175416.715000', '175416.718000', '175416.720000', '175416.723000', '175416.725000', '175416.728000', '175416.730000', '175416.733000', '175416.735000', '175416.738000', '175416.741000', '175416.743000', '175416.746000', '175416.748000', '175416.751000', '175416.753000', '175416.756000', '175416.758000', '175416.761000', '175416.763000', '175416.766000', '175416.768000', '175416.771000', '175416.773000', '175416.776000', '175416.787000', '175416.790000', '175416.792000', '175416.795000', '175416.798000', '175416.800000', '175416.803000', '175416.805000', '175416.808000', '175416.810000', '175416.817000', '175416.819000', '175416.822000', '175416.824000', '175416.827000', '175436.704000', '175436.707000', '175436.719000', '175436.721000', '175436.724000', '175436.726000', '175436.729000', '175436.731000', '175436.734000', '175436.737000', '175436.739000', '175436.742000', '175436.744000', '175436.747000', '175436.749000', '175436.752000', '175436.754000', '175436.757000', '175436.760000', '175436.762000', '175436.765000', '175436.767000', '175436.770000', '175436.772000', '175436.775000', '175436.777000', '175436.780000', '175436.782000', '175436.785000', '175436.787000', '175436.790000', '175436.793000', '175436.795000', '175436.798000', '175436.800000', '175436.803000', '175436.805000', '175436.808000', '175436.811000', '175436.813000', '175436.816000', '175436.818000', '175436.821000', '175456.705000', '175456.708000', '175456.710000', '175456.713000', '175456.715000', '175456.718000', '175456.720000', '175456.723000', '175456.725000', '175456.728000', '175456.730000', '175456.733000', '175456.736000', '175456.738000', '175456.741000', '175456.743000', '175456.746000', '175456.748000', '175456.751000', '175456.753000', '175456.756000', '175456.758000', '175456.761000', '175456.763000', '175456.766000', '175456.768000', '175456.771000', '175456.773000', '175456.776000', '175456.779000', '175456.781000', '175456.784000', '175456.786000', '175456.789000', '175456.791000', '175456.794000', '175456.796000', '175456.799000', '175456.801000', '175456.804000', '175456.807000', '175456.809000', '175456.812000', '175456.814000', '175516.704000', '175516.707000', '175516.710000', '175516.712000', '175516.715000', '175516.718000', '175516.720000', '175516.723000', '175516.725000', '175516.728000', '175516.730000', '175516.733000', '175516.736000', '175516.738000', '175516.741000', '175516.744000', '175516.746000', '175516.749000', '175516.751000', '175516.754000', '175516.757000', '175516.759000', '175516.762000', '175516.765000', '175516.767000', '175516.770000', '175516.772000', '175516.775000', '175516.777000', '175516.780000', '175516.783000', '175516.785000', '175516.788000', '175516.790000', '175516.793000', '175516.795000', '175516.798000', '175516.800000', '175516.803000', '175516.805000', '175516.808000', '175516.810000', '175516.814000', '175536.703000', '175536.706000', '175536.709000', '175536.711000', '175536.714000', '175536.716000', '175536.719000', '175536.721000', '175536.724000', '175536.726000', '175536.729000', '175536.731000', '175536.734000', '175536.737000', '175536.739000', '175536.742000', '175536.744000', '175536.747000', '175536.749000', '175536.752000', '175536.755000', '175536.757000', '175536.760000', '175536.762000', '175536.765000', '175536.767000', '175536.770000', '175536.772000', '175536.775000', '175536.777000', '175536.780000', '175536.783000', '175536.785000', '175536.788000', '175536.790000', '175536.793000', '175536.795000', '175536.798000', '175536.800000', '175536.803000', '175536.806000', '175536.808000', '175536.811000', '175536.813000', '175556.703000', '175556.706000', '175556.709000', '175556.711000', '175556.714000', '175556.717000', '175556.719000', '175556.722000', '175556.724000', '175556.727000', '175556.729000', '175556.732000', '175556.734000', '175556.737000', '175556.740000', '175556.742000', '175556.745000', '175556.747000', '175556.750000', '175556.752000', '175556.755000', '175556.757000', '175556.760000', '175556.762000', '175556.765000', '175556.768000', '175556.770000', '175556.773000', '175556.776000', '175556.778000', '175556.781000', '175556.783000', '175556.786000', '175556.788000', '175556.791000', '175556.793000', '175556.796000', '175556.799000', '175556.801000', '175556.804000', '175556.806000', '175556.819000', '175556.822000', '175616.704000', '175616.707000', '175616.710000', '175616.712000', '175616.715000', '175616.718000', '175616.720000', '175616.723000', '175616.725000', '175616.728000', '175616.730000', '175616.733000', '175616.735000', '175616.738000', '175616.740000', '175616.743000', '175616.746000', '175616.748000', '175616.751000', '175616.753000', '175616.756000', '175616.758000', '175616.761000', '175616.763000', '175616.766000', '175616.768000', '175616.771000', '175616.774000', '175616.776000', '175616.779000', '175616.781000', '175616.784000', '175616.786000', '175616.789000', '175616.792000', '175616.794000', '175616.797000', '175616.799000', '175616.802000', '175616.804000', '175616.807000', '175616.810000', '175616.812000', '175616.815000', '175636.705000', '175636.707000', '175636.710000', '175636.713000', '175636.715000', '175636.718000', '175636.720000', '175636.723000', '175636.725000', '175636.728000', '175636.731000', '175636.733000', '175636.736000', '175636.739000', '175636.741000', '175636.744000', '175636.746000', '175636.749000', '175636.752000', '175636.754000', '175636.757000', '175636.760000', '175636.762000', '175636.765000', '175636.767000', '175636.770000', '175636.772000', '175636.775000', '175636.778000', '175636.780000', '175636.783000', '175636.785000', '175636.788000', '175636.790000', '175636.793000', '175636.796000', '175636.798000', '175636.801000', '175636.803000', '175636.806000', '175636.809000', '175636.812000', '175636.814000', '175656.705000', '175656.708000', '175656.710000', '175656.713000', '175656.715000', '175656.718000', '175656.720000', '175656.723000', '175656.725000', '175656.728000', '175656.731000', '175656.733000', '175656.736000', '175656.738000', '175656.741000', '175656.743000', '175656.746000', '175656.748000', '175656.751000', '175656.754000', '175656.756000', '175656.759000', '175656.761000', '175656.764000', '175656.766000', '175656.769000', '175656.771000', '175656.774000', '175656.777000', '175656.779000', '175656.782000', '175656.784000', '175656.787000', '175656.789000', '175656.792000', '175656.795000', '175656.797000', '175656.800000', '175656.802000', '175656.805000', '175656.807000', '175656.810000', '175656.813000', '175656.815000', '175716.704000', '175716.707000', '175716.710000', '175716.713000', '175716.715000', '175716.718000', '175716.721000', '175716.723000', '175716.726000', '175716.728000', '175716.731000', '175716.733000', '175716.736000', '175716.739000', '175716.741000', '175716.744000', '175716.747000', '175716.749000', '175716.752000', '175716.754000', '175716.757000', '175716.759000', '175716.762000', '175716.764000', '175716.767000', '175716.770000', '175716.772000', '175716.775000', '175716.777000', '175716.780000', '175716.783000', '175716.785000', '175716.788000', '175716.790000', '175716.793000', '175716.795000', '175716.798000', '175716.801000', '175716.803000', '175716.807000', '175716.810000', '175716.813000', '175716.816000', '175736.705000', '175736.708000', '175736.710000', '175736.713000', '175736.716000', '175736.718000', '175736.721000', '175736.723000', '175736.726000', '175736.729000', '175736.731000', '175736.734000', '175736.736000', '175736.739000', '175736.742000', '175736.744000', '175736.747000', '175736.749000', '175736.752000', '175736.754000', '175736.757000', '175736.760000', '175736.762000', '175736.765000', '175736.768000', '175736.770000', '175736.773000', '175736.775000', '175736.778000', '175736.781000', '175736.783000', '175736.786000', '175736.788000', '175736.791000', '175736.793000', '175736.796000', '175736.799000', '175736.801000', '175736.813000', '175736.816000', '175736.818000', '175736.821000', '175736.823000', '175736.826000', '175756.703000', '175756.706000', '175756.709000', '175756.711000', '175756.714000', '175756.717000', '175756.719000', '175756.722000', '175756.724000', '175756.727000', '175756.729000', '175756.732000', '175756.735000', '175756.737000', '175756.740000', '175756.742000', '175756.745000', '175756.747000', '175756.750000', '175756.752000', '175756.755000', '175756.757000', '175756.760000', '175756.763000', '175756.765000', '175756.768000', '175756.770000', '175756.773000', '175756.775000', '175756.778000', '175756.781000', '175756.783000', '175756.786000', '175756.788000', '175756.791000', '175756.793000', '175756.796000', '175756.799000', '175756.801000', '175756.804000', '175756.806000', '175756.809000', '175756.812000', '175816.703000', '175816.706000', '175816.709000', '175816.711000', '175816.714000', '175816.716000', '175816.719000', '175816.722000', '175816.724000', '175816.727000', '175816.729000', '175816.732000', '175816.735000', '175816.737000', '175816.740000', '175816.742000', '175816.745000', '175816.747000', '175816.750000', '175816.752000', '175816.755000', '175816.758000', '175816.760000', '175816.763000', '175816.766000', '175816.768000', '175816.771000', '175816.773000', '175816.776000', '175816.778000', '175816.781000', '175816.783000', '175816.786000', '175816.788000', '175816.791000', '175816.794000', '175816.796000', '175816.799000', '175816.801000', '175816.804000', '175816.807000', '175816.809000', '175816.812000', '175816.814000', '175836.704000', '175836.707000', '175836.710000', '175836.712000', '175836.715000', '175836.718000', '175836.720000', '175836.723000', '175836.726000', '175836.728000', '175836.731000', '175836.733000', '175836.736000', '175836.738000', '175836.741000', '175836.744000', '175836.746000', '175836.749000', '175836.751000', '175836.754000', '175836.757000', '175836.759000', '175836.762000', '175836.764000', '175836.767000', '175836.769000', '175836.772000', '175836.775000', '175836.777000', '175836.780000', '175836.782000', '175836.785000', '175836.787000', '175836.790000', '175836.793000', '175836.795000', '175836.798000', '175836.801000', '175836.803000', '175836.806000', '175836.808000', '175836.811000', '175836.814000', '175856.705000', '175856.707000', '175856.710000', '175856.713000', '175856.715000', '175856.718000', '175856.720000', '175856.723000', '175856.725000', '175856.728000', '175856.731000', '175856.733000', '175856.736000', '175856.738000', '175856.741000', '175856.743000', '175856.747000', '175856.749000', '175856.752000', '175856.755000', '175856.757000', '175856.760000', '175856.762000', '175856.765000', '175856.767000', '175856.770000', '175856.772000', '175856.775000', '175856.777000', '175856.780000', '175856.783000', '175856.785000', '175856.788000', '175856.790000', '175856.793000', '175856.795000', '175856.798000', '175856.801000', '175856.803000', '175856.806000', '175856.808000', '175856.811000', '175856.813000', '175856.816000', '175916.704000', '175916.707000', '175916.710000', '175916.712000', '175916.723000', '175916.726000', '175916.728000', '175916.731000', '175916.734000', '175916.736000', '175916.739000', '175916.741000', '175916.744000', '175916.747000', '175916.749000', '175916.752000', '175916.755000', '175916.757000', '175916.760000', '175916.763000', '175916.765000', '175916.768000', '175916.770000', '175916.773000', '175916.775000', '175916.778000', '175916.781000', '175916.783000', '175916.786000', '175916.788000', '175916.791000', '175916.794000', '175916.796000', '175916.799000', '175916.801000', '175916.804000', '175916.807000', '175916.809000', '175916.812000', '175916.814000', '175916.817000', '175916.819000', '175916.822000', '175936.704000', '175936.707000', '175936.710000', '175936.712000', '175936.715000', '175936.718000', '175936.720000', '175936.723000', '175936.725000', '175936.728000', '175936.730000', '175936.733000', '175936.736000', '175936.738000', '175936.741000', '175936.743000', '175936.746000', '175936.749000', '175936.751000', '175936.754000', '175936.757000', '175936.759000', '175936.762000', '175936.764000', '175936.767000', '175936.769000', '175936.772000', '175936.774000', '175936.777000', '175936.780000', '175936.782000', '175936.785000', '175936.787000', '175936.790000', '175936.792000', '175936.795000', '175936.798000', '175936.800000', '175936.803000', '175936.805000', '175936.808000', '175936.810000', '175936.813000', '175936.815000', '175956.704000', '175956.707000', '175956.710000', '175956.713000', '175956.715000', '175956.718000', '175956.720000', '175956.723000', '175956.726000', '175956.728000', '175956.731000', '175956.733000', '175956.736000', '175956.738000', '175956.741000', '175956.744000', '175956.746000', '175956.749000', '175956.751000', '175956.754000', '175956.757000', '175956.759000', '175956.762000', '175956.764000', '175956.767000', '175956.769000', '175956.772000', '175956.774000', '175956.777000', '175956.780000', '175956.782000', '175956.785000', '175956.788000', '175956.791000', '175956.794000', '175956.796000', '175956.799000', '175956.802000', '175956.804000', '175956.807000', '175956.809000', '175956.812000', '175956.814000', '180016.704000', '180016.706000', '180016.709000', '180016.712000', '180016.714000', '180016.717000', '180016.720000', '180016.722000', '180016.725000', '180016.727000', '180016.732000', '180016.735000', '180016.738000', '180016.740000', '180016.743000', '180016.745000', '180016.748000', '180016.750000', '180016.753000', '180016.756000', '180016.758000', '180016.761000', '180016.763000', '180016.766000', '180016.768000', '180016.771000', '180016.773000', '180016.776000', '180016.779000', '180016.781000', '180016.784000', '180016.786000', '180016.789000', '180016.792000', '180016.794000', '180016.797000', '180016.799000', '180016.802000', '180016.804000', '180016.807000', '180016.810000', '180016.812000', '180016.815000', '180016.817000', '180036.704000', '180036.707000', '180036.709000', '180036.712000', '180036.714000', '180036.717000', '180036.719000', '180036.722000', '180036.725000', '180036.727000', '180036.730000', '180036.732000', '180036.735000', '180036.738000', '180036.740000', '180036.782000', '180036.784000', '180036.787000', '180036.790000', '180036.792000', '180036.795000', '180036.797000', '180036.800000', '180036.802000', '180036.805000', '180036.807000', '180036.810000', '180036.813000', '180036.815000', '180036.818000', '180036.820000', '180036.823000', '180036.826000', '180036.828000', '180036.831000', '180036.833000', '180036.836000', '180036.838000', '180036.841000', '180036.844000', '180036.846000', '180036.849000', '180036.851000', '180056.705000', '180056.707000', '180056.710000', '180056.713000', '180056.715000', '180056.718000', '180056.720000', '180056.723000', '180056.725000', '180056.728000', '180056.731000', '180056.733000', '180056.736000', '180056.738000', '180056.741000', '180056.743000', '180056.746000', '180056.749000', '180056.751000', '180056.754000', '180056.757000', '180056.759000', '180056.762000', '180056.764000', '180056.767000', '180056.770000', '180056.772000', '180056.775000', '180056.777000', '180056.780000', '180056.782000', '180056.785000', '180056.788000', '180056.790000', '180056.793000', '180056.795000', '180056.798000', '180056.800000', '180056.803000', '180056.806000', '180056.808000', '180056.811000', '180056.814000', '180056.816000', '180116.705000', '180116.707000', '180116.710000', '180116.713000', '180116.715000', '180116.718000', '180116.720000', '180116.723000', '180116.725000', '180116.728000', '180116.731000', '180116.733000', '180116.736000', '180116.739000', '180116.741000', '180116.744000', '180116.746000', '180116.749000', '180116.751000', '180116.754000', '180116.757000', '180116.759000', '180116.762000', '180116.764000', '180116.767000', '180116.769000', '180116.772000', '180116.775000', '180116.777000', '180116.780000', '180116.782000', '180116.785000', '180116.787000', '180116.790000', '180116.793000', '180116.795000', '180116.798000', '180116.800000', '180116.803000', '180116.806000', '180116.808000', '180116.811000', '180116.813000', '180136.705000', '180136.707000', '180136.710000', '180136.713000', '180136.715000', '180136.718000', '180136.720000', '180136.723000', '180136.726000', '180136.729000', '180136.732000', '180136.735000', '180136.737000', '180136.740000', '180136.742000', '180136.745000', '180136.748000', '180136.750000', '180136.753000', '180136.755000', '180136.758000', '180136.760000', '180136.763000', '180136.766000', '180136.768000', '180136.772000', '180136.775000', '180136.778000', '180136.780000', '180136.783000', '180136.785000', '180136.788000', '180136.790000', '180136.793000', '180136.796000', '180136.798000', '180136.801000', '180136.803000', '180136.806000', '180136.808000', '180136.811000', '180136.814000', '180136.816000', '180156.705000', '180156.708000', '180156.710000', '180156.713000', '180156.715000', '180156.718000', '180156.721000', '180156.723000', '180156.726000', '180156.728000', '180156.731000', '180156.734000', '180156.762000', '180156.765000', '180156.768000', '180156.770000', '180156.773000', '180156.775000', '180156.778000', '180156.780000', '180156.783000', '180156.786000', '180156.788000', '180156.791000', '180156.793000', '180156.796000', '180156.798000', '180156.801000', '180156.804000', '180156.806000', '180156.809000', '180156.811000', '180156.814000', '180156.816000', '180156.819000', '180156.821000', '180156.824000', '180156.827000', '180156.829000', '180156.832000', '180156.834000', '180156.837000', '180156.840000', '180156.842000', '180216.704000', '180216.707000', '180216.710000', '180216.712000', '180216.715000', '180216.717000', '180216.720000', '180216.723000', '180216.725000', '180216.728000', '180216.730000', '180216.733000', '180216.735000', '180216.738000', '180216.741000', '180216.743000', '180216.746000', '180216.749000', '180216.751000', '180216.754000', '180216.756000', '180216.759000', '180216.762000', '180216.764000', '180216.767000', '180216.769000', '180216.772000', '180216.774000', '180216.777000', '180216.779000', '180216.782000', '180216.785000', '180216.787000', '180216.790000', '180216.792000', '180216.795000', '180216.797000', '180216.800000', '180216.803000', '180216.805000', '180216.808000', '180216.810000', '180216.813000', '180236.704000', '180236.706000', '180236.709000', '180236.712000', '180236.714000', '180236.717000', '180236.719000', '180236.722000', '180236.725000', '180236.727000', '180236.730000', '180236.733000', '180236.735000', '180236.738000', '180236.740000', '180236.743000', '180236.746000', '180236.748000', '180236.751000', '180236.753000', '180236.756000', '180236.758000', '180236.761000', '180236.764000', '180236.766000', '180236.769000', '180236.772000', '180236.774000', '180236.777000', '180236.779000', '180236.782000', '180236.784000', '180236.787000', '180236.790000', '180236.792000', '180236.795000', '180236.797000', '180236.800000', '180236.803000', '180236.805000', '180236.808000', '180236.810000', '180236.813000', '180236.816000', '180256.704000', '180256.707000', '180256.709000', '180256.712000', '180256.714000', '180256.717000', '180256.720000', '180256.722000', '180256.725000', '180256.727000', '180256.730000', '180256.733000', '180256.735000', '180256.738000', '180256.740000', '180256.743000', '180256.745000', '180256.748000', '180256.751000', '180256.753000', '180256.756000', '180256.759000', '180256.762000', '180256.765000', '180256.768000', '180256.770000', '180256.773000', '180256.775000', '180256.778000', '180256.781000', '180256.783000', '180256.786000', '180256.788000', '180256.791000', '180256.794000', '180256.796000', '180256.799000', '180256.801000', '180256.804000', '180256.807000', '180256.810000', '180256.813000', '180256.815000', '180316.705000', '180316.707000', '180316.710000', '180316.713000', '180316.715000', '180316.718000', '180316.720000', '180316.723000', '180316.726000', '180316.744000', '180316.747000', '180316.749000', '180316.752000', '180316.755000', '180316.757000', '180316.760000', '180316.762000', '180316.765000', '180316.768000', '180316.770000', '180316.773000', '180316.775000', '180316.778000', '180316.781000', '180316.783000', '180316.786000', '180316.788000', '180316.791000', '180316.794000', '180316.796000', '180316.799000', '180316.801000', '180316.804000', '180316.806000', '180316.809000', '180316.812000', '180316.814000', '180316.817000', '180316.820000', '180316.822000', '180316.829000', '180316.832000', '180316.834000', '180316.837000', '180336.705000', '180336.707000', '180336.710000', '180336.713000', '180336.715000', '180336.718000', '180336.720000', '180336.723000', '180336.726000', '180336.728000', '180336.731000', '180336.734000', '180336.736000', '180336.739000', '180336.741000', '180336.744000', '180336.746000', '180336.749000', '180336.752000', '180336.754000', '180336.757000', '180336.759000', '180336.762000', '180336.765000', '180336.767000', '180336.770000', '180336.772000', '180336.775000', '180336.777000', '180336.780000', '180336.782000', '180336.785000', '180336.788000', '180336.790000', '180336.793000', '180336.795000', '180336.798000', '180336.801000', '180336.803000', '180336.806000', '180336.808000', '180336.811000', '180336.813000', '180353.782000', '180353.785000', '180353.788000', '180353.791000', '180353.793000', '180353.796000', '180353.799000', '180353.801000', '180353.804000', '180353.807000', '180353.809000', '180353.812000', '180353.815000', '180353.817000', '180353.820000', '180353.823000', '180353.825000', '180353.828000', '180353.831000', '180353.833000', '180353.836000', '180353.839000', '180353.842000', '180353.845000', '180353.847000', '180353.850000', '180353.853000', '180353.856000', '180353.858000', '180353.861000', '180353.864000', '180353.868000', '180353.871000', '180353.875000', '180353.878000', '180353.881000', '180353.884000', '180353.887000'], 'InstanceCreationTime': ['175356.738000', '175356.741000', '175356.744000', '175356.747000', '175356.749000', '175356.752000', '175356.762000', '175356.764000', '175356.767000', '175356.769000', '175356.773000', '175356.776000', '175356.778000', '175356.781000', '175356.787000', '175356.790000', '175356.792000', '175356.795000', '175356.797000', '175356.800000', '175356.802000', '175356.805000', '175356.807000', '175416.705000', '175416.707000', '175416.710000', '175416.713000', '175416.715000', '175416.718000', '175416.720000', '175416.723000', '175416.725000', '175416.728000', '175416.730000', '175416.733000', '175416.735000', '175416.738000', '175416.741000', '175416.743000', '175416.746000', '175416.748000', '175416.751000', '175416.753000', '175416.756000', '175416.758000', '175416.761000', '175416.763000', '175416.766000', '175416.768000', '175416.771000', '175416.773000', '175416.776000', '175416.787000', '175416.790000', '175416.792000', '175416.795000', '175416.798000', '175416.800000', '175416.803000', '175416.805000', '175416.808000', '175416.810000', '175416.817000', '175416.819000', '175416.822000', '175416.824000', '175416.827000', '175436.704000', '175436.707000', '175436.719000', '175436.721000', '175436.724000', '175436.726000', '175436.729000', '175436.731000', '175436.734000', '175436.737000', '175436.739000', '175436.742000', '175436.744000', '175436.747000', '175436.749000', '175436.752000', '175436.754000', '175436.757000', '175436.760000', '175436.762000', '175436.765000', '175436.767000', '175436.770000', '175436.772000', '175436.775000', '175436.777000', '175436.780000', '175436.782000', '175436.785000', '175436.787000', '175436.790000', '175436.793000', '175436.795000', '175436.798000', '175436.800000', '175436.803000', '175436.805000', '175436.808000', '175436.811000', '175436.813000', '175436.816000', '175436.818000', '175436.821000', '175456.705000', '175456.708000', '175456.710000', '175456.713000', '175456.715000', '175456.718000', '175456.720000', '175456.723000', '175456.725000', '175456.728000', '175456.730000', '175456.733000', '175456.736000', '175456.738000', '175456.741000', '175456.743000', '175456.746000', '175456.748000', '175456.751000', '175456.753000', '175456.756000', '175456.758000', '175456.761000', '175456.763000', '175456.766000', '175456.768000', '175456.771000', '175456.773000', '175456.776000', '175456.779000', '175456.781000', '175456.784000', '175456.786000', '175456.789000', '175456.791000', '175456.794000', '175456.796000', '175456.799000', '175456.801000', '175456.804000', '175456.807000', '175456.809000', '175456.812000', '175456.814000', '175516.704000', '175516.707000', '175516.710000', '175516.712000', '175516.715000', '175516.718000', '175516.720000', '175516.723000', '175516.725000', '175516.728000', '175516.730000', '175516.733000', '175516.736000', '175516.738000', '175516.741000', '175516.744000', '175516.746000', '175516.749000', '175516.751000', '175516.754000', '175516.757000', '175516.759000', '175516.762000', '175516.765000', '175516.767000', '175516.770000', '175516.772000', '175516.775000', '175516.777000', '175516.780000', '175516.783000', '175516.785000', '175516.788000', '175516.790000', '175516.793000', '175516.795000', '175516.798000', '175516.800000', '175516.803000', '175516.805000', '175516.808000', '175516.810000', '175516.814000', '175536.703000', '175536.706000', '175536.709000', '175536.711000', '175536.714000', '175536.716000', '175536.719000', '175536.721000', '175536.724000', '175536.726000', '175536.729000', '175536.731000', '175536.734000', '175536.737000', '175536.739000', '175536.742000', '175536.744000', '175536.747000', '175536.749000', '175536.752000', '175536.755000', '175536.757000', '175536.760000', '175536.762000', '175536.765000', '175536.767000', '175536.770000', '175536.772000', '175536.775000', '175536.777000', '175536.780000', '175536.783000', '175536.785000', '175536.788000', '175536.790000', '175536.793000', '175536.795000', '175536.798000', '175536.800000', '175536.803000', '175536.806000', '175536.808000', '175536.811000', '175536.813000', '175556.703000', '175556.706000', '175556.709000', '175556.711000', '175556.714000', '175556.717000', '175556.719000', '175556.722000', '175556.724000', '175556.727000', '175556.729000', '175556.732000', '175556.734000', '175556.737000', '175556.740000', '175556.742000', '175556.745000', '175556.747000', '175556.750000', '175556.752000', '175556.755000', '175556.757000', '175556.760000', '175556.762000', '175556.765000', '175556.768000', '175556.770000', '175556.773000', '175556.776000', '175556.778000', '175556.781000', '175556.783000', '175556.786000', '175556.788000', '175556.791000', '175556.793000', '175556.796000', '175556.799000', '175556.801000', '175556.804000', '175556.806000', '175556.819000', '175556.822000', '175616.704000', '175616.707000', '175616.710000', '175616.712000', '175616.715000', '175616.718000', '175616.720000', '175616.723000', '175616.725000', '175616.728000', '175616.730000', '175616.733000', '175616.735000', '175616.738000', '175616.740000', '175616.743000', '175616.746000', '175616.748000', '175616.751000', '175616.753000', '175616.756000', '175616.758000', '175616.761000', '175616.763000', '175616.766000', '175616.768000', '175616.771000', '175616.774000', '175616.776000', '175616.779000', '175616.781000', '175616.784000', '175616.786000', '175616.789000', '175616.792000', '175616.794000', '175616.797000', '175616.799000', '175616.802000', '175616.804000', '175616.807000', '175616.810000', '175616.812000', '175616.815000', '175636.705000', '175636.707000', '175636.710000', '175636.713000', '175636.715000', '175636.718000', '175636.720000', '175636.723000', '175636.725000', '175636.728000', '175636.731000', '175636.733000', '175636.736000', '175636.739000', '175636.741000', '175636.744000', '175636.746000', '175636.749000', '175636.752000', '175636.754000', '175636.757000', '175636.760000', '175636.762000', '175636.765000', '175636.767000', '175636.770000', '175636.772000', '175636.775000', '175636.778000', '175636.780000', '175636.783000', '175636.785000', '175636.788000', '175636.790000', '175636.793000', '175636.796000', '175636.798000', '175636.801000', '175636.803000', '175636.806000', '175636.809000', '175636.812000', '175636.814000', '175656.705000', '175656.708000', '175656.710000', '175656.713000', '175656.715000', '175656.718000', '175656.720000', '175656.723000', '175656.725000', '175656.728000', '175656.731000', '175656.733000', '175656.736000', '175656.738000', '175656.741000', '175656.743000', '175656.746000', '175656.748000', '175656.751000', '175656.754000', '175656.756000', '175656.759000', '175656.761000', '175656.764000', '175656.766000', '175656.769000', '175656.771000', '175656.774000', '175656.777000', '175656.779000', '175656.782000', '175656.784000', '175656.787000', '175656.789000', '175656.792000', '175656.795000', '175656.797000', '175656.800000', '175656.802000', '175656.805000', '175656.807000', '175656.810000', '175656.813000', '175656.815000', '175716.704000', '175716.707000', '175716.710000', '175716.713000', '175716.715000', '175716.718000', '175716.721000', '175716.723000', '175716.726000', '175716.728000', '175716.731000', '175716.733000', '175716.736000', '175716.739000', '175716.741000', '175716.744000', '175716.747000', '175716.749000', '175716.752000', '175716.754000', '175716.757000', '175716.759000', '175716.762000', '175716.764000', '175716.767000', '175716.770000', '175716.772000', '175716.775000', '175716.777000', '175716.780000', '175716.783000', '175716.785000', '175716.788000', '175716.790000', '175716.793000', '175716.795000', '175716.798000', '175716.801000', '175716.803000', '175716.807000', '175716.810000', '175716.813000', '175716.816000', '175736.705000', '175736.708000', '175736.710000', '175736.713000', '175736.716000', '175736.718000', '175736.721000', '175736.723000', '175736.726000', '175736.729000', '175736.731000', '175736.734000', '175736.736000', '175736.739000', '175736.742000', '175736.744000', '175736.747000', '175736.749000', '175736.752000', '175736.754000', '175736.757000', '175736.760000', '175736.762000', '175736.765000', '175736.768000', '175736.770000', '175736.773000', '175736.775000', '175736.778000', '175736.781000', '175736.783000', '175736.786000', '175736.788000', '175736.791000', '175736.793000', '175736.796000', '175736.799000', '175736.801000', '175736.813000', '175736.816000', '175736.818000', '175736.821000', '175736.823000', '175736.826000', '175756.703000', '175756.706000', '175756.709000', '175756.711000', '175756.714000', '175756.717000', '175756.719000', '175756.722000', '175756.724000', '175756.727000', '175756.729000', '175756.732000', '175756.735000', '175756.737000', '175756.740000', '175756.742000', '175756.745000', '175756.747000', '175756.750000', '175756.752000', '175756.755000', '175756.757000', '175756.760000', '175756.763000', '175756.765000', '175756.768000', '175756.770000', '175756.773000', '175756.775000', '175756.778000', '175756.781000', '175756.783000', '175756.786000', '175756.788000', '175756.791000', '175756.793000', '175756.796000', '175756.799000', '175756.801000', '175756.804000', '175756.806000', '175756.809000', '175756.812000', '175816.703000', '175816.706000', '175816.709000', '175816.711000', '175816.714000', '175816.716000', '175816.719000', '175816.722000', '175816.724000', '175816.727000', '175816.729000', '175816.732000', '175816.735000', '175816.737000', '175816.740000', '175816.742000', '175816.745000', '175816.747000', '175816.750000', '175816.752000', '175816.755000', '175816.758000', '175816.760000', '175816.763000', '175816.766000', '175816.768000', '175816.771000', '175816.773000', '175816.776000', '175816.778000', '175816.781000', '175816.783000', '175816.786000', '175816.788000', '175816.791000', '175816.794000', '175816.796000', '175816.799000', '175816.801000', '175816.804000', '175816.807000', '175816.809000', '175816.812000', '175816.814000', '175836.704000', '175836.707000', '175836.710000', '175836.712000', '175836.715000', '175836.718000', '175836.720000', '175836.723000', '175836.726000', '175836.728000', '175836.731000', '175836.733000', '175836.736000', '175836.738000', '175836.741000', '175836.744000', '175836.746000', '175836.749000', '175836.751000', '175836.754000', '175836.757000', '175836.759000', '175836.762000', '175836.764000', '175836.767000', '175836.769000', '175836.772000', '175836.775000', '175836.777000', '175836.780000', '175836.782000', '175836.785000', '175836.787000', '175836.790000', '175836.793000', '175836.795000', '175836.798000', '175836.801000', '175836.803000', '175836.806000', '175836.808000', '175836.811000', '175836.814000', '175856.705000', '175856.707000', '175856.710000', '175856.713000', '175856.715000', '175856.718000', '175856.720000', '175856.723000', '175856.725000', '175856.728000', '175856.731000', '175856.733000', '175856.736000', '175856.738000', '175856.741000', '175856.743000', '175856.747000', '175856.749000', '175856.752000', '175856.755000', '175856.757000', '175856.760000', '175856.762000', '175856.765000', '175856.767000', '175856.770000', '175856.772000', '175856.775000', '175856.777000', '175856.780000', '175856.783000', '175856.785000', '175856.788000', '175856.790000', '175856.793000', '175856.795000', '175856.798000', '175856.801000', '175856.803000', '175856.806000', '175856.808000', '175856.811000', '175856.813000', '175856.816000', '175916.704000', '175916.707000', '175916.710000', '175916.712000', '175916.723000', '175916.726000', '175916.728000', '175916.731000', '175916.734000', '175916.736000', '175916.739000', '175916.741000', '175916.744000', '175916.747000', '175916.749000', '175916.752000', '175916.755000', '175916.757000', '175916.760000', '175916.763000', '175916.765000', '175916.768000', '175916.770000', '175916.773000', '175916.775000', '175916.778000', '175916.781000', '175916.783000', '175916.786000', '175916.788000', '175916.791000', '175916.794000', '175916.796000', '175916.799000', '175916.801000', '175916.804000', '175916.807000', '175916.809000', '175916.812000', '175916.814000', '175916.817000', '175916.819000', '175916.822000', '175936.704000', '175936.707000', '175936.710000', '175936.712000', '175936.715000', '175936.718000', '175936.720000', '175936.723000', '175936.725000', '175936.728000', '175936.730000', '175936.733000', '175936.736000', '175936.738000', '175936.741000', '175936.743000', '175936.746000', '175936.749000', '175936.751000', '175936.754000', '175936.757000', '175936.759000', '175936.762000', '175936.764000', '175936.767000', '175936.769000', '175936.772000', '175936.774000', '175936.777000', '175936.780000', '175936.782000', '175936.785000', '175936.787000', '175936.790000', '175936.792000', '175936.795000', '175936.798000', '175936.800000', '175936.803000', '175936.805000', '175936.808000', '175936.810000', '175936.813000', '175936.815000', '175956.704000', '175956.707000', '175956.710000', '175956.713000', '175956.715000', '175956.718000', '175956.720000', '175956.723000', '175956.726000', '175956.728000', '175956.731000', '175956.733000', '175956.736000', '175956.738000', '175956.741000', '175956.744000', '175956.746000', '175956.749000', '175956.751000', '175956.754000', '175956.757000', '175956.759000', '175956.762000', '175956.764000', '175956.767000', '175956.769000', '175956.772000', '175956.774000', '175956.777000', '175956.780000', '175956.782000', '175956.785000', '175956.788000', '175956.791000', '175956.794000', '175956.796000', '175956.799000', '175956.802000', '175956.804000', '175956.807000', '175956.809000', '175956.812000', '175956.814000', '180016.704000', '180016.706000', '180016.709000', '180016.712000', '180016.714000', '180016.717000', '180016.720000', '180016.722000', '180016.725000', '180016.727000', '180016.732000', '180016.735000', '180016.738000', '180016.740000', '180016.743000', '180016.745000', '180016.748000', '180016.750000', '180016.753000', '180016.756000', '180016.758000', '180016.761000', '180016.763000', '180016.766000', '180016.768000', '180016.771000', '180016.773000', '180016.776000', '180016.779000', '180016.781000', '180016.784000', '180016.786000', '180016.789000', '180016.792000', '180016.794000', '180016.797000', '180016.799000', '180016.802000', '180016.804000', '180016.807000', '180016.810000', '180016.812000', '180016.815000', '180016.817000', '180036.704000', '180036.707000', '180036.709000', '180036.712000', '180036.714000', '180036.717000', '180036.719000', '180036.722000', '180036.725000', '180036.727000', '180036.730000', '180036.732000', '180036.735000', '180036.738000', '180036.740000', '180036.782000', '180036.784000', '180036.787000', '180036.790000', '180036.792000', '180036.795000', '180036.797000', '180036.800000', '180036.802000', '180036.805000', '180036.807000', '180036.810000', '180036.813000', '180036.815000', '180036.818000', '180036.820000', '180036.823000', '180036.826000', '180036.828000', '180036.831000', '180036.833000', '180036.836000', '180036.838000', '180036.841000', '180036.844000', '180036.846000', '180036.849000', '180036.851000', '180056.705000', '180056.707000', '180056.710000', '180056.713000', '180056.715000', '180056.718000', '180056.720000', '180056.723000', '180056.725000', '180056.728000', '180056.731000', '180056.733000', '180056.736000', '180056.738000', '180056.741000', '180056.743000', '180056.746000', '180056.749000', '180056.751000', '180056.754000', '180056.757000', '180056.759000', '180056.762000', '180056.764000', '180056.767000', '180056.770000', '180056.772000', '180056.775000', '180056.777000', '180056.780000', '180056.782000', '180056.785000', '180056.788000', '180056.790000', '180056.793000', '180056.795000', '180056.798000', '180056.800000', '180056.803000', '180056.806000', '180056.808000', '180056.811000', '180056.814000', '180056.816000', '180116.705000', '180116.707000', '180116.710000', '180116.713000', '180116.715000', '180116.718000', '180116.720000', '180116.723000', '180116.725000', '180116.728000', '180116.731000', '180116.733000', '180116.736000', '180116.739000', '180116.741000', '180116.744000', '180116.746000', '180116.749000', '180116.751000', '180116.754000', '180116.757000', '180116.759000', '180116.762000', '180116.764000', '180116.767000', '180116.769000', '180116.772000', '180116.775000', '180116.777000', '180116.780000', '180116.782000', '180116.785000', '180116.787000', '180116.790000', '180116.793000', '180116.795000', '180116.798000', '180116.800000', '180116.803000', '180116.806000', '180116.808000', '180116.811000', '180116.813000', '180136.705000', '180136.707000', '180136.710000', '180136.713000', '180136.715000', '180136.718000', '180136.720000', '180136.723000', '180136.726000', '180136.729000', '180136.732000', '180136.735000', '180136.737000', '180136.740000', '180136.742000', '180136.745000', '180136.748000', '180136.750000', '180136.753000', '180136.755000', '180136.758000', '180136.760000', '180136.763000', '180136.766000', '180136.768000', '180136.772000', '180136.775000', '180136.778000', '180136.780000', '180136.783000', '180136.785000', '180136.788000', '180136.790000', '180136.793000', '180136.796000', '180136.798000', '180136.801000', '180136.803000', '180136.806000', '180136.808000', '180136.811000', '180136.814000', '180136.816000', '180156.705000', '180156.708000', '180156.710000', '180156.713000', '180156.715000', '180156.718000', '180156.721000', '180156.723000', '180156.726000', '180156.728000', '180156.731000', '180156.734000', '180156.762000', '180156.765000', '180156.768000', '180156.770000', '180156.773000', '180156.775000', '180156.778000', '180156.780000', '180156.783000', '180156.786000', '180156.788000', '180156.791000', '180156.793000', '180156.796000', '180156.798000', '180156.801000', '180156.804000', '180156.806000', '180156.809000', '180156.811000', '180156.814000', '180156.816000', '180156.819000', '180156.821000', '180156.824000', '180156.827000', '180156.829000', '180156.832000', '180156.834000', '180156.837000', '180156.840000', '180156.842000', '180216.704000', '180216.707000', '180216.710000', '180216.712000', '180216.715000', '180216.717000', '180216.720000', '180216.723000', '180216.725000', '180216.728000', '180216.730000', '180216.733000', '180216.735000', '180216.738000', '180216.741000', '180216.743000', '180216.746000', '180216.749000', '180216.751000', '180216.754000', '180216.756000', '180216.759000', '180216.762000', '180216.764000', '180216.767000', '180216.769000', '180216.772000', '180216.774000', '180216.777000', '180216.779000', '180216.782000', '180216.785000', '180216.787000', '180216.790000', '180216.792000', '180216.795000', '180216.797000', '180216.800000', '180216.803000', '180216.805000', '180216.808000', '180216.810000', '180216.813000', '180236.704000', '180236.706000', '180236.709000', '180236.712000', '180236.714000', '180236.717000', '180236.719000', '180236.722000', '180236.725000', '180236.727000', '180236.730000', '180236.733000', '180236.735000', '180236.738000', '180236.740000', '180236.743000', '180236.746000', '180236.748000', '180236.751000', '180236.753000', '180236.756000', '180236.758000', '180236.761000', '180236.764000', '180236.766000', '180236.769000', '180236.772000', '180236.774000', '180236.777000', '180236.779000', '180236.782000', '180236.784000', '180236.787000', '180236.790000', '180236.792000', '180236.795000', '180236.797000', '180236.800000', '180236.803000', '180236.805000', '180236.808000', '180236.810000', '180236.813000', '180236.816000', '180256.704000', '180256.707000', '180256.709000', '180256.712000', '180256.714000', '180256.717000', '180256.720000', '180256.722000', '180256.725000', '180256.727000', '180256.730000', '180256.733000', '180256.735000', '180256.738000', '180256.740000', '180256.743000', '180256.745000', '180256.748000', '180256.751000', '180256.753000', '180256.756000', '180256.759000', '180256.762000', '180256.765000', '180256.768000', '180256.770000', '180256.773000', '180256.775000', '180256.778000', '180256.781000', '180256.783000', '180256.786000', '180256.788000', '180256.791000', '180256.794000', '180256.796000', '180256.799000', '180256.801000', '180256.804000', '180256.807000', '180256.810000', '180256.813000', '180256.815000', '180316.705000', '180316.707000', '180316.710000', '180316.713000', '180316.715000', '180316.718000', '180316.720000', '180316.723000', '180316.726000', '180316.744000', '180316.747000', '180316.749000', '180316.752000', '180316.755000', '180316.757000', '180316.760000', '180316.762000', '180316.765000', '180316.768000', '180316.770000', '180316.773000', '180316.775000', '180316.778000', '180316.781000', '180316.783000', '180316.786000', '180316.788000', '180316.791000', '180316.794000', '180316.796000', '180316.799000', '180316.801000', '180316.804000', '180316.806000', '180316.809000', '180316.812000', '180316.814000', '180316.817000', '180316.820000', '180316.822000', '180316.829000', '180316.832000', '180316.834000', '180316.837000', '180336.705000', '180336.707000', '180336.710000', '180336.713000', '180336.715000', '180336.718000', '180336.720000', '180336.723000', '180336.726000', '180336.728000', '180336.731000', '180336.734000', '180336.736000', '180336.739000', '180336.741000', '180336.744000', '180336.746000', '180336.749000', '180336.752000', '180336.754000', '180336.757000', '180336.759000', '180336.762000', '180336.765000', '180336.767000', '180336.770000', '180336.772000', '180336.775000', '180336.777000', '180336.780000', '180336.782000', '180336.785000', '180336.788000', '180336.790000', '180336.793000', '180336.795000', '180336.798000', '180336.801000', '180336.803000', '180336.806000', '180336.808000', '180336.811000', '180336.813000', '180353.782000', '180353.785000', '180353.788000', '180353.791000', '180353.793000', '180353.796000', '180353.799000', '180353.801000', '180353.804000', '180353.807000', '180353.809000', '180353.812000', '180353.815000', '180353.817000', '180353.820000', '180353.823000', '180353.825000', '180353.828000', '180353.831000', '180353.833000', '180353.836000', '180353.839000', '180353.842000', '180353.845000', '180353.847000', '180353.850000', '180353.853000', '180353.856000', '180353.858000', '180353.861000', '180353.864000', '180353.868000', '180353.871000', '180353.875000', '180353.878000', '180353.881000', '180353.884000', '180353.887000'], '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], 'LargestImagePixelValue': [9060, 12219, 8551, 9272, 8655, 10461, 8666, 9001, 8240, 8996, 8576, 11054, 8224, 8560, 8119, 8823, 8233, 8684, 8531, 8885, 8482, 8809, 8499, 8416, 8451, 8471, 8554, 9257, 14610, 10206, 15999, 11063, 17759, 10741, 13617, 8840, 10175, 8050, 8085, 8145, 8015, 7673, 8038, 7772, 8021, 7619, 9208, 7726, 10344, 8292, 12337, 14851, 12319, 12127, 8736, 14289, 8078, 13163, 9066, 9236, 7599, 7655, 7778, 7589, 8013, 8328, 7741, 7639, 7491, 8544, 9028, 7868, 11295, 7520, 8279, 7368, 11412, 8529, 9344, 7959, 8566, 7528, 11377, 8365, 13118, 9690, 10312, 7955, 11231, 7891, 10599, 9427, 9868, 7523, 9997, 7194, 10094, 8371, 8918, 8165, 8489, 7478, 7668, 8102, 8514, 8157, 7991, 7720, 8898, 7701, 10845, 10397, 11418, 7872, 10322, 7522, 7735, 7787, 8302, 8113, 8692, 7249, 9777, 7231, 10754, 8512, 9944, 7447, 8492, 7247, 7918, 7309, 8006, 7456, 8454, 7646, 8637, 7333, 10911, 8795, 8524, 10739, 7593, 7726, 7288, 12421, 8394, 11178, 9001, 11479, 7735, 10822, 8552, 11184, 9939, 11214, 8016, 9589, 7528, 8240, 10352, 9258, 8502, 7980, 8026, 7943, 8237, 7918, 7845, 7291, 7984, 7302, 7949, 7376, 11493, 8642, 13164, 9216, 11893, 8669, 10826, 12273, 10725, 8209, 7590, 8006, 7640, 8877, 7577, 8497, 7589, 8399, 7713, 8249, 7636, 8084, 7721, 11164, 7704, 13630, 8398, 11012, 8506, 10069, 8332, 9627, 8607, 8549, 9273, 8369, 11425, 8045, 8013, 7777, 7537, 7776, 8254, 7624, 8695, 7355, 8013, 7934, 9720, 7406, 7775, 7740, 7841, 8310, 11630, 7743, 13641, 8542, 10676, 8380, 8503, 8018, 8546, 9816, 8264, 16715, 12563, 17541, 13330, 17812, 13579, 14436, 9392, 9710, 8353, 8656, 12302, 8322, 15284, 7863, 8765, 7786, 8466, 7663, 8534, 7992, 8712, 8437, 8634, 8098, 8632, 7681, 8551, 7974, 8795, 8755, 8840, 7514, 8688, 7847, 8627, 7687, 8650, 10344, 8193, 9364, 8225, 8868, 8352, 8343, 7912, 8581, 8281, 8463, 8010, 8238, 9227, 7817, 8904, 7906, 8966, 7946, 9398, 7976, 9002, 7866, 8280, 7838, 10107, 7293, 8178, 10079, 8130, 15277, 10169, 12559, 8395, 14857, 7868, 11520, 8370, 9178, 7585, 8514, 7522, 8147, 8261, 8371, 8224, 8188, 8275, 8132, 11328, 8298, 15154, 7701, 12654, 7969, 10208, 7663, 7463, 7867, 7644, 7896, 8125, 7748, 9036, 10391, 14041, 8302, 17452, 10527, 13391, 10296, 11113, 8653, 8083, 10522, 7476, 12558, 7537, 9300, 7130, 8838, 7190, 7854, 7161, 8790, 7269, 9623, 7528, 9982, 8306, 10560, 10466, 8219, 16968, 11176, 13819, 10061, 9496, 7622, 7509, 7633, 8254, 8400, 8020, 8088, 7661, 7342, 7132, 7334, 7104, 9276, 7665, 9428, 7671, 11308, 7822, 12204, 9940, 12114, 8813, 9819, 9105, 8036, 11145, 8750, 7474, 7120, 7545, 8608, 8101, 7404, 11550, 9472, 11677, 9130, 9308, 15226, 11196, 17325, 11919, 11983, 9059, 9844, 8102, 7949, 9096, 8567, 8581, 8092, 7767, 7611, 9473, 7512, 7999, 7434, 8068, 8110, 7709, 8306, 7638, 8798, 7464, 11610, 7433, 13521, 8427, 11329, 9560, 9391, 8441, 7717, 7891, 7721, 7973, 7478, 7938, 7563, 7800, 7303, 9670, 7508, 10873, 8757, 11794, 8641, 12551, 8016, 11934, 8485, 13231, 9480, 11556, 8488, 10713, 7781, 8918, 7550, 8246, 7640, 8072, 7741, 7903, 7823, 7432, 8628, 7411, 8594, 8670, 7705, 7788, 8538, 7048, 11352, 8793, 10162, 7988, 14736, 8744, 11766, 9806, 8417, 8591, 7954, 11472, 7592, 14550, 8391, 9699, 7578, 7767, 7716, 7474, 8768, 7803, 8208, 7704, 10001, 7801, 8461, 7794, 7811, 7494, 8646, 7255, 8719, 7628, 10862, 8671, 13224, 7775, 10887, 7653, 10757, 8391, 10689, 7990, 9379, 8952, 7653, 12938, 8588, 11495, 8181, 10797, 7539, 13007, 7203, 13035, 8951, 10250, 8087, 10089, 7578, 7949, 7817, 8253, 7940, 8166, 7803, 7746, 8157, 7444, 8376, 7479, 9712, 7557, 12822, 8225, 11530, 10962, 9478, 9563, 8153, 10226, 7611, 9804, 7026, 9712, 7391, 9346, 7828, 8629, 7701, 7733, 8053, 8098, 7683, 8181, 7821, 8228, 8623, 7821, 9320, 8665, 8702, 7300, 8639, 7740, 10563, 7862, 8587, 7167, 11784, 7288, 14181, 8998, 14206, 10416, 13911, 10374, 8614, 16707, 9297, 15155, 10666, 10036, 8085, 7548, 8013, 7760, 8570, 8377, 7895, 7557, 8057, 7335, 9384, 7318, 10154, 7581, 10859, 7387, 9176, 9649, 9401, 11325, 8140, 14663, 7559, 12999, 7776, 10422, 7543, 9150, 8462, 7377, 8155, 7311, 8587, 7202, 8262, 7464, 9813, 7347, 10717, 7242, 10310, 7650, 10632, 7366, 8376, 8625, 7400, 10675, 8049, 9201, 8182, 8188, 7282, 7637, 7666, 7962, 7413, 7298, 7466, 7456, 13450, 8652, 14014, 10034, 13723, 8269, 10810, 7745, 8912, 9463, 8351, 8571, 7966, 8518, 7468, 11524, 7380, 10368, 7866, 11549, 7377, 9438, 7479, 8107, 10115, 8692, 9627, 7703, 14957, 7186, 10862, 7340, 8626, 8248, 8093, 7985, 7329, 8514, 7217, 8318, 7469, 11204, 7103, 10293, 7064, 9871, 7757, 12841, 7684, 12254, 8374, 12395, 8981, 15475, 8277, 11782, 7734, 11054, 8123, 9722, 7401, 8927, 7478, 8067, 9593, 9299, 10656, 12226, 8072, 8609, 7823, 8599, 8464, 7702, 15937, 11038, 12136, 9348, 9560, 7725, 10796, 7486, 10858, 7884, 10124, 7491, 9618, 7725, 8581, 8082, 8214, 8046, 8131, 7913, 9191, 7782, 7739, 7939, 7426, 9100, 8293, 7948, 7704, 7955, 8255, 7983, 7460, 8823, 8635, 7868, 8178, 7637, 8401, 8416, 9117, 8387, 10616, 8148, 9549, 8014, 10820, 8409, 11968, 8030, 9505, 8083, 7582, 9012, 7298, 9201, 7726, 8155, 8079, 8883, 7720, 8709, 7473, 7820, 7760, 8764, 7564, 14524, 8592, 14023, 7837, 12947, 8736, 10508, 14691, 10310, 10182, 8107, 10886, 7538, 9477, 7539, 7788, 8012, 8007, 7892, 7198, 9037, 7967, 8491, 7663, 13259, 7209, 12292, 8246, 9889, 7576, 11137, 7415, 9512, 7274, 9990, 7811, 8660, 7348, 8474, 8124, 7374, 13073, 8825, 13711, 8993, 15160, 9304, 11989, 10812, 11986, 12519, 9037, 8527, 7607, 8825, 7582, 9956, 7831, 8174, 7989, 7849, 9078, 7600, 15366, 9036, 11307, 7912, 10043, 7469, 8069, 8584, 7890, 12109, 7609, 11931, 7609, 9068, 7922, 7799, 8749, 7889, 8574, 8015, 10625, 7804, 8874, 7603, 8442, 7762, 8108, 8061, 7657, 8559, 7979, 8691, 7504, 8679, 7541, 8242, 7784, 7226, 7590, 8011, 7660, 7893, 7746, 7615, 15498, 10755, 15156, 10923, 14245, 8335, 9482, 10426, 9622, 15563, 15734, 9152, 8940, 7890, 7866, 7799, 9175, 8312, 7971, 11910, 7458, 11734, 8624, 11231, 12985, 9542, 16764, 13011, 13960, 9276, 12456, 9136, 8667, 16018, 7793, 10383, 7810, 8525, 7741, 8058, 7265, 7444, 7154, 7210, 8684, 7394, 9166, 7675, 7660, 8226, 8163, 10933, 7436, 10295, 7325, 8435, 7772, 7522, 7855, 7039, 7883, 7902, 8730, 8296, 7466, 7597, 7680, 7136, 8122, 7224, 9065, 7008, 8452, 7171, 8558, 7155, 10177, 7882, 10206, 7952, 11455, 8156, 8411, 13110, 8177, 16356, 9645, 14145, 7709, 11644, 7993, 10332, 7867, 8300, 7916, 7877, 8344, 7818, 7728, 7347, 7291, 8310, 8212, 7498, 13900, 8401, 12723, 9883, 11478, 8207, 9338, 8399, 8348, 13138, 9474, 11898, 7505, 13794, 7221, 11258, 7328, 10004, 7191, 9658, 7192, 9253, 7637, 9938, 7856, 10014, 8375, 12228, 8179, 10564, 8015, 8197, 7469, 8997, 8686, 9003, 8693, 8035, 15541, 8982, 15804, 10418, 12032, 8530, 9918, 7588, 8245, 8561, 7948, 15347, 7552, 11943, 8027, 10041, 7902, 7904, 7784, 7682, 8046, 7746, 7506, 7434, 8175, 7709, 9618, 7681, 10408, 7380, 8805, 7521, 7912, 7891, 7684, 8514, 7652, 12275, 7622, 12629, 7609, 9169, 7741, 7356, 7999, 8099, 7871, 7597, 8208, 7173, 7203, 7759, 8511, 7463, 9358, 7511, 8631, 8573, 7781, 9166, 7827, 15814, 9453, 12203, 9214, 10132, 8075, 7872, 13153, 7892, 13126, 7512, 10668, 7193, 7657, 7803, 8261, 7960, 7595, 8728, 7575, 7788, 7743, 7488, 7681, 7261, 7757, 7720, 8419, 7693, 11543, 7269, 9157, 7567, 8053, 7980, 7393, 7847, 7596, 9511, 7374, 9495, 7099, 8266, 8227, 8251, 7810, 7437, 8488, 8192, 7498, 6927, 7540, 7454, 7682, 7860, 7499, 8500, 8168, 10787, 9724, 14107, 10551, 13017, 7907, 14665, 8526, 11614, 8962, 10179, 7779, 7523, 8119, 7228, 8948, 8218, 7656, 7741, 8091, 7492, 9878, 7041, 9878, 7806, 9813, 7429, 8207, 7737, 7509, 12243, 7695, 11348, 7434, 15010, 7660, 10723, 7563, 7847, 7478, 8127, 7416, 7785, 7672, 7436, 8760, 7553, 7674, 7468, 9114, 7029, 10877, 7293, 8790, 7363, 8169, 7838, 8619, 7393, 8053, 7224, 8462, 6954, 8867, 7291, 12203, 7891, 9432, 7383, 15349, 8645, 9922, 8098, 8213, 10124, 7718, 7609, 7080, 7652, 7028, 8602, 7614, 7746, 7516, 8429, 7290, 7694, 12363, 7767, 12795, 9101, 10764, 7570, 8140, 7902, 7881, 11270, 7903, 7986, 7671, 8937, 7091, 8526, 7284, 7482, 7403, 8222, 7263, 9303, 7623, 9003, 8194, 11942, 7669, 10484, 9399, 8658, 8108, 7492, 15737, 7506, 13067, 9193, 8207, 7810, 7720, 8597, 7190, 12971, 8056, 10804, 7351, 9589, 7664, 9319, 7619, 7559, 7774, 7791, 7717], 'WindowCenter': [4171.0, 4187.0, 4144.0, 4140.0, 4131.0, 4150.0, 4128.0, 4127.0, 4118.0, 4128.0, 4128.0, 4148.0, 4117.0, 4116.0, 4105.0, 4126.0, 4115.0, 4116.0, 4115.0, 4127.0, 4127.0, 4128.0, 4129.0, 4117.0, 4128.0, 4129.0, 4141.0, 4155.0, 4182.0, 4149.0, 4179.0, 4149.0, 4189.0, 4147.0, 4155.0, 4128.0, 4136.0, 4105.0, 4105.0, 4115.0, 4116.0, 4118.0, 4128.0, 4131.0, 4131.0, 4132.0, 4142.0, 4121.0, 4151.0, 4131.0, 4171.0, 4180.0, 4159.0, 4159.0, 4129.0, 4167.0, 4117.0, 4157.0, 4127.0, 4126.0, 4107.0, 4106.0, 4118.0, 4117.0, 4119.0, 4130.0, 4121.0, 4136.0, 4136.0, 4143.0, 4130.0, 4119.0, 4148.0, 4108.0, 4117.0, 4109.0, 4159.0, 4129.0, 4139.0, 4119.0, 4129.0, 4120.0, 4160.0, 4129.0, 4169.0, 4139.0, 4137.0, 4119.0, 4147.0, 4119.0, 4139.0, 4129.0, 4138.0, 4119.0, 4138.0, 4109.0, 4150.0, 4130.0, 4128.0, 4118.0, 4118.0, 4107.0, 4106.0, 4118.0, 4128.0, 4119.0, 4118.0, 4120.0, 4128.0, 4120.0, 4150.0, 4150.0, 4148.0, 4118.0, 4138.0, 4107.0, 4107.0, 4119.0, 4130.0, 4119.0, 4128.0, 4108.0, 4138.0, 4109.0, 4149.0, 4128.0, 4138.0, 4109.0, 4127.0, 4108.0, 4118.0, 4120.0, 4118.0, 4120.0, 4129.0, 4119.0, 4128.0, 4121.0, 4163.0, 4141.0, 4130.0, 4150.0, 4120.0, 4119.0, 4120.0, 4171.0, 4132.0, 4160.0, 4129.0, 4158.0, 4118.0, 4147.0, 4129.0, 4150.0, 4140.0, 4147.0, 4117.0, 4127.0, 4107.0, 4118.0, 4137.0, 4127.0, 4115.0, 4116.0, 4105.0, 4117.0, 4117.0, 4117.0, 4117.0, 4108.0, 4119.0, 4120.0, 4120.0, 4120.0, 4161.0, 4131.0, 4171.0, 4129.0, 4148.0, 4129.0, 4148.0, 4158.0, 4147.0, 4116.0, 4105.0, 4105.0, 4108.0, 4126.0, 4107.0, 4117.0, 4107.0, 4116.0, 4108.0, 4117.0, 4118.0, 4118.0, 4119.0, 4149.0, 4118.0, 4168.0, 4119.0, 4148.0, 4128.0, 4137.0, 4117.0, 4127.0, 4115.0, 4117.0, 4125.0, 4115.0, 4145.0, 4106.0, 4104.0, 4107.0, 4105.0, 4107.0, 4116.0, 4117.0, 4127.0, 4109.0, 4119.0, 4120.0, 4129.0, 4109.0, 4107.0, 4120.0, 4132.0, 4132.0, 4160.0, 4120.0, 4181.0, 4131.0, 4152.0, 4130.0, 4130.0, 4120.0, 4129.0, 4138.0, 4118.0, 4178.0, 4158.0, 4178.0, 4158.0, 4177.0, 4156.0, 4155.0, 4113.0, 4112.0, 4090.0, 4102.0, 4131.0, 4102.0, 4152.0, 4091.0, 4100.0, 4092.0, 4103.0, 4104.0, 4113.0, 4104.0, 4103.0, 4104.0, 4115.0, 4104.0, 4114.0, 4093.0, 4113.0, 4104.0, 4114.0, 4114.0, 4114.0, 4094.0, 4115.0, 4103.0, 4115.0, 4104.0, 4116.0, 4135.0, 4117.0, 4126.0, 4117.0, 4128.0, 4118.0, 4107.0, 4107.0, 4118.0, 4108.0, 4119.0, 4107.0, 4120.0, 4141.0, 4121.0, 4129.0, 4121.0, 4129.0, 4120.0, 4139.0, 4120.0, 4130.0, 4120.0, 4130.0, 4120.0, 4151.0, 4110.0, 4119.0, 4139.0, 4120.0, 4180.0, 4140.0, 4159.0, 4120.0, 4179.0, 4119.0, 4149.0, 4119.0, 4128.0, 4119.0, 4129.0, 4120.0, 4119.0, 4144.0, 4144.0, 4132.0, 4131.0, 4130.0, 4120.0, 4161.0, 4131.0, 4181.0, 4121.0, 4170.0, 4120.0, 4150.0, 4121.0, 4110.0, 4120.0, 4120.0, 4120.0, 4120.0, 4121.0, 4142.0, 4153.0, 4182.0, 4131.0, 4191.0, 4149.0, 4170.0, 4139.0, 4150.0, 4117.0, 4107.0, 4137.0, 4108.0, 4158.0, 4120.0, 4141.0, 4126.0, 4146.0, 4116.0, 4135.0, 4115.0, 4133.0, 4125.0, 4154.0, 4125.0, 4156.0, 4135.0, 4156.0, 4154.0, 4124.0, 4194.0, 4154.0, 4174.0, 4143.0, 4131.0, 4110.0, 4100.0, 4110.0, 4122.0, 4120.0, 4120.0, 4111.0, 4112.0, 4112.0, 4115.0, 4114.0, 4116.0, 4158.0, 4138.0, 4156.0, 4125.0, 4163.0, 4125.0, 4177.0, 4154.0, 4163.0, 4132.0, 4142.0, 4131.0, 4122.0, 4163.0, 4131.0, 4110.0, 4099.0, 4121.0, 4132.0, 4122.0, 4126.0, 4175.0, 4144.0, 4164.0, 4132.0, 4133.0, 4182.0, 4152.0, 4191.0, 4152.0, 4149.0, 4130.0, 4128.0, 4107.0, 4109.0, 4118.0, 4118.0, 4117.0, 4109.0, 4107.0, 4110.0, 4128.0, 4099.0, 4108.0, 4099.0, 4109.0, 4110.0, 4109.0, 4120.0, 4110.0, 4121.0, 4110.0, 4151.0, 4111.0, 4171.0, 4121.0, 4150.0, 4129.0, 4130.0, 4108.0, 4107.0, 4108.0, 4111.0, 4109.0, 4111.0, 4120.0, 4112.0, 4122.0, 4125.0, 4142.0, 4125.0, 4152.0, 4133.0, 4161.0, 4133.0, 4160.0, 4109.0, 4148.0, 4118.0, 4159.0, 4131.0, 4150.0, 4119.0, 4139.0, 4108.0, 4118.0, 4109.0, 4108.0, 4110.0, 4109.0, 4110.0, 4109.0, 4109.0, 4098.0, 4120.0, 4111.0, 4132.0, 4132.0, 4110.0, 4111.0, 4130.0, 4102.0, 4152.0, 4132.0, 4141.0, 4122.0, 4183.0, 4122.0, 4162.0, 4140.0, 4119.0, 4119.0, 4110.0, 4150.0, 4111.0, 4170.0, 4120.0, 4130.0, 4109.0, 4109.0, 4109.0, 4099.0, 4119.0, 4110.0, 4119.0, 4111.0, 4140.0, 4111.0, 4120.0, 4121.0, 4111.0, 4113.0, 4131.0, 4113.0, 4131.0, 4120.0, 4151.0, 4131.0, 4172.0, 4112.0, 4151.0, 4111.0, 4152.0, 4120.0, 4140.0, 4120.0, 4131.0, 4130.0, 4110.0, 4161.0, 4119.0, 4149.0, 4120.0, 4137.0, 4109.0, 4159.0, 4100.0, 4159.0, 4120.0, 4139.0, 4108.0, 4138.0, 4109.0, 4108.0, 4107.0, 4107.0, 4108.0, 4118.0, 4108.0, 4110.0, 4118.0, 4110.0, 4121.0, 4112.0, 4141.0, 4111.0, 4160.0, 4121.0, 4151.0, 4139.0, 4129.0, 4128.0, 4109.0, 4137.0, 4108.0, 4128.0, 4100.0, 4128.0, 4109.0, 4130.0, 4110.0, 4120.0, 4122.0, 4111.0, 4122.0, 4121.0, 4111.0, 4121.0, 4111.0, 4119.0, 4120.0, 4110.0, 4129.0, 4120.0, 4131.0, 4110.0, 4120.0, 4122.0, 4153.0, 4122.0, 4120.0, 4100.0, 4162.0, 4112.0, 4182.0, 4132.0, 4172.0, 4142.0, 4172.0, 4140.0, 4120.0, 4179.0, 4129.0, 4168.0, 4138.0, 4127.0, 4108.0, 4106.0, 4108.0, 4109.0, 4119.0, 4120.0, 4108.0, 4111.0, 4108.0, 4111.0, 4130.0, 4112.0, 4151.0, 4111.0, 4152.0, 4110.0, 4130.0, 4131.0, 4131.0, 4151.0, 4121.0, 4171.0, 4110.0, 4160.0, 4109.0, 4140.0, 4110.0, 4129.0, 4119.0, 4099.0, 4108.0, 4111.0, 4132.0, 4112.0, 4119.0, 4112.0, 4140.0, 4100.0, 4140.0, 4110.0, 4139.0, 4111.0, 4140.0, 4100.0, 4119.0, 4119.0, 4110.0, 4140.0, 4108.0, 4129.0, 4120.0, 4108.0, 4110.0, 4109.0, 4121.0, 4120.0, 4112.0, 4124.0, 4124.0, 4125.0, 4184.0, 4133.0, 4182.0, 4143.0, 4172.0, 4121.0, 4139.0, 4109.0, 4118.0, 4130.0, 4120.0, 4119.0, 4109.0, 4117.0, 4099.0, 4149.0, 4098.0, 4140.0, 4109.0, 4149.0, 4099.0, 4129.0, 4098.0, 4109.0, 4139.0, 4120.0, 4129.0, 4109.0, 4169.0, 4087.0, 4137.0, 4098.0, 4119.0, 4119.0, 4109.0, 4110.0, 4111.0, 4132.0, 4111.0, 4120.0, 4110.0, 4151.0, 4101.0, 4152.0, 4113.0, 4141.0, 4124.0, 4173.0, 4111.0, 4162.0, 4121.0, 4161.0, 4131.0, 4181.0, 4120.0, 4148.0, 4110.0, 4150.0, 4110.0, 4129.0, 4110.0, 4119.0, 4098.0, 4110.0, 4130.0, 4130.0, 4137.0, 4149.0, 4109.0, 4118.0, 4097.0, 4117.0, 4106.0, 4098.0, 4179.0, 4138.0, 4148.0, 4130.0, 4127.0, 4097.0, 4136.0, 4085.0, 4135.0, 4107.0, 4126.0, 4097.0, 4127.0, 4097.0, 4106.0, 4108.0, 4106.0, 4109.0, 4106.0, 4108.0, 4128.0, 4108.0, 4095.0, 4108.0, 4097.0, 4119.0, 4108.0, 4108.0, 4107.0, 4119.0, 4120.0, 4119.0, 4096.0, 4117.0, 4117.0, 4109.0, 4119.0, 4109.0, 4119.0, 4121.0, 4130.0, 4122.0, 4151.0, 4110.0, 4130.0, 4119.0, 4150.0, 4119.0, 4161.0, 4109.0, 4129.0, 4119.0, 4109.0, 4129.0, 4110.0, 4131.0, 4110.0, 4109.0, 4120.0, 4130.0, 4111.0, 4129.0, 4110.0, 4108.0, 4112.0, 4130.0, 4111.0, 4181.0, 4131.0, 4172.0, 4110.0, 4160.0, 4119.0, 4139.0, 4169.0, 4139.0, 4127.0, 4108.0, 4137.0, 4108.0, 4128.0, 4110.0, 4122.0, 4123.0, 4121.0, 4122.0, 4110.0, 4131.0, 4122.0, 4120.0, 4111.0, 4161.0, 4100.0, 4161.0, 4121.0, 4139.0, 4111.0, 4150.0, 4109.0, 4129.0, 4109.0, 4139.0, 4111.0, 4121.0, 4110.0, 4121.0, 4109.0, 4110.0, 4172.0, 4131.0, 4170.0, 4130.0, 4180.0, 4129.0, 4148.0, 4139.0, 4149.0, 4148.0, 4118.0, 4106.0, 4096.0, 4116.0, 4107.0, 4127.0, 4108.0, 4120.0, 4108.0, 4109.0, 4119.0, 4109.0, 4179.0, 4118.0, 4138.0, 4108.0, 4127.0, 4097.0, 4108.0, 4117.0, 4109.0, 4149.0, 4109.0, 4149.0, 4097.0, 4116.0, 4107.0, 4109.0, 4120.0, 4110.0, 4118.0, 4108.0, 4136.0, 4097.0, 4116.0, 4108.0, 4119.0, 4109.0, 4109.0, 4108.0, 4108.0, 4118.0, 4108.0, 4120.0, 4099.0, 4118.0, 4110.0, 4119.0, 4109.0, 4108.0, 4122.0, 4121.0, 4123.0, 4135.0, 4123.0, 4126.0, 4195.0, 4164.0, 4184.0, 4153.0, 4171.0, 4109.0, 4129.0, 4142.0, 4129.0, 4170.0, 4170.0, 4119.0, 4117.0, 4109.0, 4106.0, 4107.0, 4128.0, 4108.0, 4109.0, 4160.0, 4111.0, 4152.0, 4120.0, 4149.0, 4159.0, 4115.0, 4166.0, 4146.0, 4145.0, 4104.0, 4135.0, 4102.0, 4105.0, 4165.0, 4083.0, 4112.0, 4082.0, 4091.0, 4081.0, 4081.0, 4082.0, 4083.0, 4083.0, 4095.0, 4103.0, 4097.0, 4116.0, 4109.0, 4109.0, 4108.0, 4107.0, 4136.0, 4098.0, 4139.0, 4097.0, 4108.0, 4110.0, 4110.0, 4109.0, 4087.0, 4108.0, 4107.0, 4119.0, 4136.0, 4114.0, 4111.0, 4097.0, 4100.0, 4111.0, 4098.0, 4130.0, 4114.0, 4134.0, 4114.0, 4133.0, 4113.0, 4153.0, 4123.0, 4155.0, 4124.0, 4163.0, 4123.0, 4123.0, 4174.0, 4120.0, 4183.0, 4142.0, 4170.0, 4111.0, 4149.0, 4110.0, 4141.0, 4109.0, 4119.0, 4111.0, 4110.0, 4134.0, 4123.0, 4122.0, 4113.0, 4113.0, 4122.0, 4122.0, 4114.0, 4173.0, 4123.0, 4162.0, 4145.0, 4152.0, 4121.0, 4131.0, 4120.0, 4122.0, 4159.0, 4128.0, 4150.0, 4113.0, 4173.0, 4112.0, 4151.0, 4100.0, 4130.0, 4100.0, 4129.0, 4099.0, 4130.0, 4111.0, 4129.0, 4109.0, 4130.0, 4109.0, 4150.0, 4109.0, 4140.0, 4109.0, 4107.0, 4098.0, 4119.0, 4120.0, 4121.0, 4118.0, 4110.0, 4170.0, 4119.0, 4179.0, 4139.0, 4148.0, 4107.0, 4116.0, 4094.0, 4096.0, 4104.0, 4095.0, 4165.0, 4095.0, 4134.0, 4096.0, 4115.0, 4095.0, 4093.0, 4095.0, 4084.0, 4094.0, 4094.0, 4086.0, 4086.0, 4106.0, 4097.0, 4126.0, 4098.0, 4127.0, 4098.0, 4117.0, 4097.0, 4107.0, 4097.0, 4098.0, 4107.0, 4097.0, 4149.0, 4099.0, 4148.0, 4098.0, 4117.0, 4095.0, 4085.0, 4106.0, 4110.0, 4107.0, 4108.0, 4108.0, 4100.0, 4098.0, 4108.0, 4117.0, 4097.0, 4130.0, 4101.0, 4119.0, 4122.0, 4110.0, 4131.0, 4111.0, 4181.0, 4130.0, 4150.0, 4117.0, 4127.0, 4094.0, 4097.0, 4157.0, 4107.0, 4159.0, 4098.0, 4127.0, 4086.0, 4095.0, 4095.0, 4107.0, 4096.0, 4096.0, 4105.0, 4096.0, 4097.0, 4099.0, 4098.0, 4099.0, 4097.0, 4098.0, 4109.0, 4119.0, 4110.0, 4151.0, 4099.0, 4129.0, 4111.0, 4108.0, 4111.0, 4100.0, 4110.0, 4112.0, 4139.0, 4112.0, 4142.0, 4101.0, 4121.0, 4122.0, 4122.0, 4113.0, 4100.0, 4132.0, 4121.0, 4111.0, 4112.0, 4124.0, 4113.0, 4123.0, 4123.0, 4112.0, 4133.0, 4134.0, 4153.0, 4145.0, 4184.0, 4155.0, 4173.0, 4122.0, 4181.0, 4121.0, 4149.0, 4122.0, 4140.0, 4110.0, 4109.0, 4110.0, 4111.0, 4132.0, 4123.0, 4110.0, 4111.0, 4108.0, 4112.0, 4142.0, 4101.0, 4142.0, 4112.0, 4141.0, 4101.0, 4121.0, 4111.0, 4112.0, 4163.0, 4111.0, 4153.0, 4114.0, 4182.0, 4112.0, 4152.0, 4111.0, 4111.0, 4112.0, 4109.0, 4100.0, 4110.0, 4113.0, 4112.0, 4133.0, 4112.0, 4110.0, 4100.0, 4129.0, 4099.0, 4137.0, 4098.0, 4119.0, 4099.0, 4107.0, 4110.0, 4117.0, 4100.0, 4110.0, 4100.0, 4121.0, 4099.0, 4119.0, 4101.0, 4162.0, 4122.0, 4131.0, 4101.0, 4181.0, 4120.0, 4130.0, 4109.0, 4120.0, 4138.0, 4110.0, 4110.0, 4100.0, 4109.0, 4102.0, 4132.0, 4111.0, 4110.0, 4112.0, 4122.0, 4110.0, 4112.0, 4160.0, 4111.0, 4161.0, 4120.0, 4141.0, 4100.0, 4109.0, 4109.0, 4110.0, 4139.0, 4121.0, 4121.0, 4111.0, 4131.0, 4102.0, 4121.0, 4112.0, 4110.0, 4112.0, 4120.0, 4113.0, 4142.0, 4112.0, 4146.0, 4135.0, 4162.0, 4111.0, 4165.0, 4143.0, 4132.0, 4121.0, 4112.0, 4193.0, 4113.0, 4173.0, 4143.0, 4120.0, 4109.0, 4109.0, 4118.0, 4101.0, 4171.0, 4109.0, 4140.0, 4100.0, 4129.0, 4110.0, 4130.0, 4110.0, 4109.0, 4107.0, 4109.0, 4108.0], 'WindowWidth': [9280.0, 9291.0, 9229.0, 9216.0, 9206.0, 9228.0, 9198.0, 9195.0, 9183.0, 9194.0, 9195.0, 9220.0, 9178.0, 9174.0, 9159.0, 9187.0, 9172.0, 9175.0, 9172.0, 9193.0, 9191.0, 9194.0, 9196.0, 9180.0, 9195.0, 9200.0, 9221.0, 9244.0, 9274.0, 9224.0, 9265.0, 9224.0, 9278.0, 9218.0, 9227.0, 9196.0, 9204.0, 9160.0, 9158.0, 9173.0, 9177.0, 9183.0, 9199.0, 9207.0, 9207.0, 9209.0, 9220.0, 9192.0, 9231.0, 9204.0, 9259.0, 9268.0, 9238.0, 9236.0, 9195.0, 9245.0, 9178.0, 9230.0, 9191.0, 9190.0, 9165.0, 9163.0, 9181.0, 9180.0, 9187.0, 9199.0, 9190.0, 9221.0, 9220.0, 9226.0, 9201.0, 9185.0, 9221.0, 9169.0, 9179.0, 9171.0, 9239.0, 9199.0, 9212.0, 9186.0, 9198.0, 9188.0, 9244.0, 9200.0, 9251.0, 9212.0, 9205.0, 9183.0, 9218.0, 9184.0, 9207.0, 9194.0, 9207.0, 9185.0, 9210.0, 9174.0, 9229.0, 9200.0, 9195.0, 9181.0, 9181.0, 9166.0, 9164.0, 9181.0, 9194.0, 9186.0, 9183.0, 9188.0, 9197.0, 9187.0, 9229.0, 9227.0, 9222.0, 9181.0, 9206.0, 9166.0, 9165.0, 9185.0, 9199.0, 9184.0, 9194.0, 9171.0, 9208.0, 9172.0, 9225.0, 9196.0, 9207.0, 9173.0, 9194.0, 9169.0, 9182.0, 9189.0, 9183.0, 9189.0, 9198.0, 9187.0, 9196.0, 9193.0, 9252.0, 9220.0, 9203.0, 9227.0, 9188.0, 9185.0, 9190.0, 9259.0, 9209.0, 9241.0, 9198.0, 9234.0, 9182.0, 9219.0, 9197.0, 9225.0, 9211.0, 9218.0, 9179.0, 9191.0, 9166.0, 9181.0, 9204.0, 9190.0, 9173.0, 9174.0, 9159.0, 9178.0, 9176.0, 9178.0, 9179.0, 9170.0, 9185.0, 9189.0, 9188.0, 9189.0, 9243.0, 9204.0, 9256.0, 9197.0, 9222.0, 9196.0, 9222.0, 9234.0, 9218.0, 9176.0, 9160.0, 9160.0, 9167.0, 9190.0, 9165.0, 9177.0, 9165.0, 9177.0, 9169.0, 9180.0, 9183.0, 9181.0, 9185.0, 9225.0, 9183.0, 9250.0, 9184.0, 9221.0, 9193.0, 9205.0, 9177.0, 9190.0, 9172.0, 9176.0, 9185.0, 9172.0, 9212.0, 9160.0, 9156.0, 9163.0, 9158.0, 9166.0, 9175.0, 9180.0, 9191.0, 9172.0, 9183.0, 9186.0, 9195.0, 9168.0, 9164.0, 9187.0, 9209.0, 9207.0, 9239.0, 9187.0, 9271.0, 9203.0, 9232.0, 9201.0, 9200.0, 9187.0, 9197.0, 9206.0, 9178.0, 9261.0, 9233.0, 9262.0, 9233.0, 9258.0, 9227.0, 9223.0, 9163.0, 9159.0, 9128.0, 9146.0, 9183.0, 9146.0, 9213.0, 9131.0, 9142.0, 9135.0, 9152.0, 9155.0, 9164.0, 9153.0, 9152.0, 9155.0, 9170.0, 9156.0, 9166.0, 9140.0, 9165.0, 9153.0, 9167.0, 9168.0, 9168.0, 9141.0, 9170.0, 9153.0, 9171.0, 9154.0, 9173.0, 9198.0, 9177.0, 9187.0, 9178.0, 9194.0, 9178.0, 9161.0, 9159.0, 9175.0, 9163.0, 9179.0, 9162.0, 9184.0, 9217.0, 9189.0, 9197.0, 9189.0, 9196.0, 9187.0, 9210.0, 9187.0, 9200.0, 9187.0, 9200.0, 9187.0, 9228.0, 9171.0, 9183.0, 9209.0, 9187.0, 9266.0, 9212.0, 9236.0, 9185.0, 9264.0, 9182.0, 9221.0, 9183.0, 9194.0, 9185.0, 9196.0, 9186.0, 9185.0, 9228.0, 9226.0, 9206.0, 9203.0, 9199.0, 9185.0, 9243.0, 9203.0, 9269.0, 9190.0, 9250.0, 9184.0, 9225.0, 9189.0, 9176.0, 9185.0, 9187.0, 9187.0, 9187.0, 9189.0, 9220.0, 9234.0, 9272.0, 9202.0, 9283.0, 9222.0, 9250.0, 9209.0, 9223.0, 9176.0, 9164.0, 9202.0, 9167.0, 9232.0, 9185.0, 9215.0, 9205.0, 9230.0, 9192.0, 9213.0, 9185.0, 9207.0, 9198.0, 9237.0, 9200.0, 9241.0, 9214.0, 9241.0, 9237.0, 9195.0, 9289.0, 9234.0, 9261.0, 9216.0, 9198.0, 9169.0, 9156.0, 9169.0, 9188.0, 9185.0, 9186.0, 9173.0, 9176.0, 9177.0, 9188.0, 9183.0, 9192.0, 9249.0, 9225.0, 9245.0, 9202.0, 9249.0, 9203.0, 9271.0, 9236.0, 9246.0, 9202.0, 9215.0, 9199.0, 9190.0, 9247.0, 9202.0, 9173.0, 9156.0, 9190.0, 9205.0, 9192.0, 9202.0, 9267.0, 9224.0, 9248.0, 9203.0, 9206.0, 9270.0, 9227.0, 9283.0, 9227.0, 9220.0, 9196.0, 9192.0, 9162.0, 9167.0, 9177.0, 9178.0, 9175.0, 9166.0, 9163.0, 9169.0, 9191.0, 9155.0, 9165.0, 9156.0, 9168.0, 9171.0, 9169.0, 9183.0, 9172.0, 9187.0, 9172.0, 9227.0, 9174.0, 9252.0, 9184.0, 9222.0, 9193.0, 9194.0, 9165.0, 9162.0, 9164.0, 9173.0, 9168.0, 9174.0, 9185.0, 9176.0, 9192.0, 9201.0, 9219.0, 9198.0, 9229.0, 9205.0, 9240.0, 9205.0, 9239.0, 9169.0, 9216.0, 9178.0, 9234.0, 9198.0, 9221.0, 9182.0, 9206.0, 9166.0, 9177.0, 9167.0, 9164.0, 9169.0, 9166.0, 9169.0, 9167.0, 9167.0, 9152.0, 9183.0, 9174.0, 9201.0, 9201.0, 9173.0, 9175.0, 9199.0, 9164.0, 9229.0, 9203.0, 9214.0, 9190.0, 9272.0, 9189.0, 9242.0, 9210.0, 9182.0, 9180.0, 9171.0, 9222.0, 9172.0, 9251.0, 9182.0, 9195.0, 9168.0, 9168.0, 9167.0, 9155.0, 9181.0, 9169.0, 9181.0, 9174.0, 9208.0, 9171.0, 9183.0, 9187.0, 9173.0, 9180.0, 9201.0, 9180.0, 9201.0, 9186.0, 9225.0, 9200.0, 9255.0, 9175.0, 9226.0, 9175.0, 9227.0, 9185.0, 9210.0, 9183.0, 9198.0, 9196.0, 9169.0, 9239.0, 9182.0, 9220.0, 9182.0, 9202.0, 9167.0, 9234.0, 9156.0, 9233.0, 9182.0, 9205.0, 9166.0, 9203.0, 9165.0, 9162.0, 9160.0, 9160.0, 9164.0, 9178.0, 9164.0, 9170.0, 9179.0, 9173.0, 9187.0, 9176.0, 9214.0, 9173.0, 9238.0, 9186.0, 9225.0, 9206.0, 9192.0, 9191.0, 9167.0, 9202.0, 9164.0, 9191.0, 9156.0, 9192.0, 9170.0, 9196.0, 9171.0, 9182.0, 9190.0, 9174.0, 9188.0, 9186.0, 9175.0, 9187.0, 9173.0, 9183.0, 9183.0, 9171.0, 9195.0, 9184.0, 9199.0, 9172.0, 9183.0, 9190.0, 9231.0, 9188.0, 9184.0, 9158.0, 9241.0, 9175.0, 9270.0, 9203.0, 9256.0, 9214.0, 9256.0, 9208.0, 9181.0, 9262.0, 9192.0, 9245.0, 9203.0, 9186.0, 9163.0, 9160.0, 9163.0, 9167.0, 9180.0, 9182.0, 9165.0, 9172.0, 9167.0, 9175.0, 9199.0, 9177.0, 9226.0, 9175.0, 9228.0, 9170.0, 9197.0, 9199.0, 9200.0, 9225.0, 9185.0, 9252.0, 9168.0, 9237.0, 9170.0, 9208.0, 9170.0, 9193.0, 9180.0, 9153.0, 9164.0, 9175.0, 9202.0, 9175.0, 9183.0, 9175.0, 9210.0, 9158.0, 9211.0, 9173.0, 9208.0, 9173.0, 9209.0, 9157.0, 9179.0, 9180.0, 9171.0, 9211.0, 9165.0, 9191.0, 9183.0, 9165.0, 9169.0, 9171.0, 9188.0, 9187.0, 9178.0, 9197.0, 9198.0, 9202.0, 9274.0, 9206.0, 9269.0, 9218.0, 9255.0, 9186.0, 9207.0, 9168.0, 9179.0, 9194.0, 9181.0, 9179.0, 9168.0, 9175.0, 9154.0, 9220.0, 9153.0, 9208.0, 9168.0, 9220.0, 9154.0, 9192.0, 9152.0, 9167.0, 9206.0, 9181.0, 9192.0, 9166.0, 9249.0, 9135.0, 9199.0, 9153.0, 9179.0, 9182.0, 9168.0, 9170.0, 9172.0, 9204.0, 9175.0, 9184.0, 9173.0, 9228.0, 9161.0, 9230.0, 9180.0, 9212.0, 9195.0, 9257.0, 9173.0, 9244.0, 9187.0, 9238.0, 9199.0, 9266.0, 9183.0, 9219.0, 9171.0, 9224.0, 9170.0, 9194.0, 9171.0, 9181.0, 9154.0, 9170.0, 9197.0, 9194.0, 9200.0, 9220.0, 9168.0, 9177.0, 9148.0, 9176.0, 9159.0, 9151.0, 9262.0, 9204.0, 9217.0, 9195.0, 9186.0, 9147.0, 9196.0, 9129.0, 9193.0, 9160.0, 9183.0, 9147.0, 9186.0, 9148.0, 9157.0, 9163.0, 9159.0, 9165.0, 9158.0, 9163.0, 9188.0, 9163.0, 9144.0, 9164.0, 9150.0, 9180.0, 9163.0, 9164.0, 9162.0, 9181.0, 9185.0, 9183.0, 9144.0, 9174.0, 9175.0, 9167.0, 9181.0, 9170.0, 9182.0, 9187.0, 9197.0, 9188.0, 9226.0, 9170.0, 9196.0, 9182.0, 9223.0, 9181.0, 9239.0, 9168.0, 9193.0, 9180.0, 9168.0, 9195.0, 9170.0, 9198.0, 9171.0, 9167.0, 9186.0, 9197.0, 9174.0, 9196.0, 9171.0, 9168.0, 9175.0, 9199.0, 9175.0, 9269.0, 9201.0, 9255.0, 9171.0, 9237.0, 9179.0, 9207.0, 9249.0, 9206.0, 9189.0, 9164.0, 9202.0, 9166.0, 9190.0, 9171.0, 9192.0, 9195.0, 9189.0, 9189.0, 9173.0, 9201.0, 9190.0, 9184.0, 9173.0, 9239.0, 9156.0, 9238.0, 9186.0, 9207.0, 9172.0, 9222.0, 9170.0, 9193.0, 9170.0, 9208.0, 9174.0, 9186.0, 9173.0, 9187.0, 9168.0, 9172.0, 9255.0, 9199.0, 9250.0, 9195.0, 9264.0, 9193.0, 9218.0, 9205.0, 9218.0, 9216.0, 9176.0, 9159.0, 9147.0, 9171.0, 9163.0, 9189.0, 9164.0, 9182.0, 9166.0, 9167.0, 9178.0, 9168.0, 9261.0, 9176.0, 9203.0, 9163.0, 9187.0, 9147.0, 9162.0, 9174.0, 9165.0, 9217.0, 9166.0, 9219.0, 9149.0, 9172.0, 9160.0, 9167.0, 9184.0, 9171.0, 9178.0, 9164.0, 9199.0, 9148.0, 9173.0, 9166.0, 9178.0, 9167.0, 9167.0, 9165.0, 9166.0, 9178.0, 9166.0, 9182.0, 9154.0, 9178.0, 9170.0, 9179.0, 9169.0, 9165.0, 9191.0, 9187.0, 9194.0, 9212.0, 9195.0, 9202.0, 9294.0, 9250.0, 9274.0, 9230.0, 9254.0, 9166.0, 9192.0, 9215.0, 9193.0, 9247.0, 9249.0, 9175.0, 9172.0, 9166.0, 9160.0, 9161.0, 9190.0, 9162.0, 9167.0, 9237.0, 9172.0, 9228.0, 9181.0, 9220.0, 9229.0, 9168.0, 9236.0, 9207.0, 9207.0, 9149.0, 9191.0, 9143.0, 9151.0, 9232.0, 9121.0, 9157.0, 9117.0, 9126.0, 9116.0, 9114.0, 9119.0, 9122.0, 9121.0, 9142.0, 9150.0, 9146.0, 9171.0, 9166.0, 9168.0, 9161.0, 9160.0, 9195.0, 9150.0, 9203.0, 9145.0, 9162.0, 9167.0, 9169.0, 9164.0, 9134.0, 9161.0, 9159.0, 9178.0, 9219.0, 9184.0, 9174.0, 9146.0, 9154.0, 9171.0, 9150.0, 9197.0, 9182.0, 9208.0, 9182.0, 9204.0, 9179.0, 9230.0, 9193.0, 9237.0, 9194.0, 9245.0, 9190.0, 9192.0, 9259.0, 9184.0, 9272.0, 9214.0, 9250.0, 9171.0, 9220.0, 9169.0, 9210.0, 9168.0, 9179.0, 9172.0, 9169.0, 9208.0, 9192.0, 9190.0, 9178.0, 9180.0, 9190.0, 9189.0, 9181.0, 9257.0, 9190.0, 9241.0, 9220.0, 9224.0, 9183.0, 9196.0, 9181.0, 9186.0, 9233.0, 9191.0, 9221.0, 9177.0, 9256.0, 9177.0, 9225.0, 9157.0, 9195.0, 9156.0, 9193.0, 9154.0, 9195.0, 9170.0, 9191.0, 9168.0, 9195.0, 9165.0, 9220.0, 9166.0, 9205.0, 9167.0, 9159.0, 9150.0, 9180.0, 9180.0, 9183.0, 9176.0, 9168.0, 9248.0, 9177.0, 9260.0, 9204.0, 9214.0, 9156.0, 9167.0, 9136.0, 9140.0, 9150.0, 9140.0, 9234.0, 9139.0, 9190.0, 9141.0, 9163.0, 9138.0, 9134.0, 9139.0, 9122.0, 9136.0, 9137.0, 9129.0, 9129.0, 9156.0, 9145.0, 9184.0, 9148.0, 9185.0, 9148.0, 9172.0, 9145.0, 9158.0, 9144.0, 9147.0, 9157.0, 9145.0, 9215.0, 9148.0, 9213.0, 9146.0, 9169.0, 9141.0, 9127.0, 9156.0, 9169.0, 9160.0, 9164.0, 9161.0, 9156.0, 9151.0, 9164.0, 9174.0, 9148.0, 9196.0, 9157.0, 9181.0, 9186.0, 9168.0, 9198.0, 9171.0, 9266.0, 9193.0, 9220.0, 9171.0, 9184.0, 9137.0, 9144.0, 9225.0, 9159.0, 9229.0, 9148.0, 9184.0, 9130.0, 9140.0, 9141.0, 9158.0, 9141.0, 9143.0, 9153.0, 9145.0, 9146.0, 9152.0, 9150.0, 9151.0, 9148.0, 9151.0, 9165.0, 9179.0, 9169.0, 9223.0, 9155.0, 9193.0, 9170.0, 9164.0, 9171.0, 9154.0, 9168.0, 9174.0, 9208.0, 9175.0, 9213.0, 9161.0, 9186.0, 9188.0, 9186.0, 9176.0, 9157.0, 9201.0, 9186.0, 9172.0, 9176.0, 9197.0, 9182.0, 9193.0, 9193.0, 9177.0, 9204.0, 9208.0, 9233.0, 9222.0, 9275.0, 9235.0, 9257.0, 9188.0, 9267.0, 9185.0, 9219.0, 9186.0, 9208.0, 9168.0, 9166.0, 9169.0, 9173.0, 9200.0, 9189.0, 9171.0, 9172.0, 9165.0, 9174.0, 9215.0, 9159.0, 9212.0, 9175.0, 9211.0, 9158.0, 9184.0, 9170.0, 9174.0, 9242.0, 9173.0, 9233.0, 9180.0, 9269.0, 9174.0, 9227.0, 9172.0, 9170.0, 9175.0, 9166.0, 9157.0, 9169.0, 9177.0, 9174.0, 9204.0, 9175.0, 9169.0, 9155.0, 9192.0, 9151.0, 9199.0, 9147.0, 9175.0, 9151.0, 9161.0, 9167.0, 9175.0, 9155.0, 9170.0, 9157.0, 9185.0, 9155.0, 9180.0, 9159.0, 9241.0, 9187.0, 9197.0, 9156.0, 9264.0, 9183.0, 9194.0, 9164.0, 9180.0, 9203.0, 9169.0, 9169.0, 9159.0, 9169.0, 9162.0, 9202.0, 9174.0, 9172.0, 9177.0, 9189.0, 9170.0, 9173.0, 9237.0, 9171.0, 9236.0, 9184.0, 9209.0, 9153.0, 9165.0, 9165.0, 9169.0, 9205.0, 9187.0, 9187.0, 9171.0, 9196.0, 9163.0, 9186.0, 9175.0, 9170.0, 9177.0, 9182.0, 9178.0, 9217.0, 9177.0, 9230.0, 9215.0, 9244.0, 9174.0, 9253.0, 9220.0, 9202.0, 9188.0, 9178.0, 9288.0, 9182.0, 9261.0, 9217.0, 9184.0, 9168.0, 9167.0, 9179.0, 9161.0, 9253.0, 9168.0, 9206.0, 9155.0, 9191.0, 9171.0, 9196.0, 9170.0, 9166.0, 9163.0, 9166.0, 9164.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.04087836487509462</td></tr>
<tr><td colspan=3>aqi</td><td>0.06630514178652537</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.50456369426515</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1484683649318181</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0622686741363614</td></tr>
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
<tr><td colspan=3>fber</td><td>5836.8052</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09367787242575216</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.163512490537472</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6970533561586074</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.579462756682634</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.989078837825716</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5226184739674733</td></tr>
<tr><td colspan=3>gcor</td><td>0.00385211</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017684828490018845</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024173535406589508</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6605188105974187</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>25.4786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3928</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.0375</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.3287</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6389</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.1061</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.111</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.1473</td></tr>
<tr><td colspan=3>tsnr</td><td>26.82285706687253</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>