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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-03/func/sub-0128_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cf9700597d6691261f8e9c6119833870</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:51:25.657500</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.997108, 0.0256377, 0.0715408, -0.0381308, 0.983083, 0.17915]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.08591</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7795, -7222, 389, -148, 18, 137, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b373195f-0f2f-4678-9ab8-450546790f8a||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.67516827583313, -0.10230211168527603, 0.17749133706092834, 110.60761260986328], [-0.06878416240215302, 2.6375389099121094, 0.48967039585113525, -111.131591796875], [0.19193875789642334, -0.48064523935317993, 2.6492865085601807, -52.28824234008789], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['145125.657500', '145126.117500', '145126.577500', '145127.037500', '145127.497500', '145127.957500', '145128.417500', '145128.877500', '145129.337500', '145129.797500', '145130.257500', '145130.717500', '145131.177500', '145131.637500', '145132.097500', '145132.557500', '145133.017500', '145133.477500', '145133.937500', '145134.397500', '145134.857500', '145135.317500', '145135.777500', '145136.237500', '145136.697500', '145137.157500', '145137.617500', '145138.077500', '145138.537500', '145138.997500', '145139.457500', '145139.917500', '145140.377500', '145140.837500', '145141.297500', '145141.757500', '145142.217500', '145142.677500', '145143.137500', '145143.597500', '145144.057500', '145144.517500', '145144.977500', '145145.437500', '145145.897500', '145146.357500', '145146.817500', '145147.277500', '145147.737500', '145148.197500', '145148.657500', '145149.117500', '145149.577500', '145150.037500', '145150.497500', '145150.957500', '145151.417500', '145151.877500', '145152.337500', '145152.797500', '145153.257500', '145153.717500', '145154.177500', '145154.637500', '145155.097500', '145155.557500', '145156.017500', '145156.477500', '145156.937500', '145157.397500', '145157.857500', '145158.317500', '145158.777500', '145159.237500', '145159.697500', '145200.157500', '145200.617500', '145201.077500', '145201.537500', '145201.997500', '145202.457500', '145202.917500', '145203.377500', '145203.837500', '145204.297500', '145204.757500', '145205.217500', '145205.677500', '145206.137500', '145206.597500', '145207.057500', '145207.517500', '145207.977500', '145208.437500', '145208.897500', '145209.357500', '145209.817500', '145210.277500', '145210.737500', '145211.197500', '145211.657500', '145212.117500', '145212.577500', '145213.037500', '145213.497500', '145213.957500', '145214.417500', '145214.877500', '145215.337500', '145215.797500', '145216.257500', '145216.717500', '145217.177500', '145217.637500', '145218.097500', '145218.557500', '145219.017500', '145219.477500', '145219.937500', '145220.397500', '145220.857500', '145221.317500', '145221.777500', '145222.237500', '145222.697500', '145223.157500', '145223.617500', '145224.077500', '145224.537500', '145224.997500', '145225.457500', '145225.917500', '145226.377500', '145226.837500', '145227.297500', '145227.757500', '145228.217500', '145228.677500', '145229.137500', '145229.597500', '145230.057500', '145230.517500', '145230.977500', '145231.437500', '145231.897500', '145232.357500', '145232.817500', '145233.277500', '145233.737500', '145234.197500', '145234.657500', '145235.117500', '145235.577500', '145236.037500', '145236.497500', '145236.957500', '145237.417500', '145237.877500', '145238.337500', '145238.797500', '145239.257500', '145239.717500', '145240.177500', '145240.637500', '145241.097500', '145241.557500', '145242.017500', '145242.477500', '145242.937500', '145243.397500', '145243.857500', '145244.317500', '145244.777500', '145245.237500', '145245.697500', '145246.157500', '145246.617500', '145247.077500', '145247.537500', '145247.997500', '145248.457500', '145248.917500', '145249.377500', '145249.837500', '145250.297500', '145250.757500', '145251.217500', '145251.677500', '145252.137500', '145252.597500', '145253.057500', '145253.517500', '145253.977500', '145254.437500', '145254.897500', '145255.357500', '145255.817500', '145256.277500', '145256.737500', '145257.197500', '145257.657500', '145258.117500', '145258.577500', '145259.037500', '145259.497500', '145259.957500', '145300.417500', '145300.877500', '145301.337500', '145301.797500', '145302.257500', '145302.717500', '145303.177500', '145303.637500', '145304.097500', '145304.557500', '145305.017500', '145305.477500', '145305.937500', '145306.397500', '145306.857500', '145307.317500', '145307.777500', '145308.237500', '145308.697500', '145309.157500', '145309.617500', '145310.077500', '145310.537500', '145310.997500', '145311.457500', '145311.917500', '145312.377500', '145312.837500', '145313.297500', '145313.757500', '145314.217500', '145314.677500', '145315.137500', '145315.597500', '145316.057500', '145316.517500', '145316.977500', '145317.437500', '145317.897500', '145318.357500', '145318.817500', '145319.277500', '145319.737500', '145320.197500', '145320.657500', '145321.117500', '145321.577500', '145322.037500', '145322.497500', '145322.957500', '145323.417500', '145323.877500', '145324.337500', '145324.797500', '145325.257500', '145325.717500', '145326.177500', '145326.637500', '145327.097500', '145327.557500', '145328.017500', '145328.477500', '145328.937500', '145329.397500', '145329.857500', '145330.317500', '145330.777500', '145331.237500', '145331.697500', '145332.157500', '145332.617500', '145333.077500', '145333.537500', '145333.997500', '145334.457500', '145334.917500', '145335.377500', '145335.837500', '145336.297500', '145336.757500', '145337.217500', '145337.677500', '145338.137500', '145338.597500', '145339.057500', '145339.517500', '145339.977500', '145340.437500', '145340.897500', '145341.357500', '145341.817500', '145342.277500', '145342.737500', '145343.197500', '145343.657500', '145344.117500', '145344.577500', '145345.037500', '145345.497500', '145345.957500', '145346.417500', '145346.877500', '145347.337500', '145347.797500', '145348.257500', '145348.717500', '145349.177500', '145349.637500', '145350.097500', '145350.557500', '145351.017500', '145351.477500', '145351.937500', '145352.397500', '145352.857500', '145353.317500', '145353.777500', '145354.237500', '145354.697500', '145355.157500', '145355.617500', '145356.077500', '145356.537500', '145356.997500', '145357.457500', '145357.917500', '145358.377500', '145358.837500', '145359.297500', '145359.757500', '145400.217500', '145400.677500', '145401.137500', '145401.597500', '145402.057500', '145402.517500', '145402.977500', '145403.437500', '145403.897500', '145404.357500', '145404.817500', '145405.277500', '145405.737500', '145406.197500', '145406.657500', '145407.117500', '145407.577500', '145408.037500', '145408.497500', '145408.957500', '145409.417500', '145409.877500', '145410.337500', '145410.797500', '145411.257500', '145411.717500', '145412.177500', '145412.637500', '145413.097500', '145413.557500', '145414.017500', '145414.477500', '145414.937500', '145415.397500', '145415.857500', '145416.317500', '145416.777500', '145417.237500', '145417.697500', '145418.157500', '145418.617500', '145419.077500', '145419.537500', '145419.997500', '145420.457500', '145420.917500', '145421.377500', '145421.837500', '145422.297500', '145422.757500', '145423.217500', '145423.677500', '145424.137500', '145424.597500', '145425.057500', '145425.517500', '145425.977500', '145426.437500', '145426.897500', '145427.357500', '145427.817500', '145428.277500', '145428.737500', '145429.197500', '145429.657500', '145430.117500', '145430.577500', '145431.037500', '145431.497500', '145431.957500', '145432.417500', '145432.877500', '145433.337500', '145433.797500', '145434.257500', '145434.717500', '145435.177500', '145435.637500', '145436.097500', '145436.557500', '145437.017500', '145437.477500', '145437.937500', '145438.397500', '145438.857500', '145439.317500', '145439.777500', '145440.237500', '145440.697500', '145441.157500', '145441.617500', '145442.077500', '145442.537500', '145442.997500', '145443.457500', '145443.917500', '145444.377500', '145444.837500', '145445.297500', '145445.757500', '145446.217500', '145446.677500', '145447.137500', '145447.597500', '145448.057500', '145448.517500', '145448.977500', '145449.437500', '145449.897500', '145450.357500', '145450.817500', '145451.277500', '145451.737500', '145452.197500', '145452.657500', '145453.117500', '145453.577500', '145454.037500', '145454.497500', '145454.957500', '145455.417500', '145455.877500', '145456.337500', '145456.797500', '145457.257500', '145457.717500', '145458.177500', '145458.637500', '145459.097500', '145459.557500', '145500.017500', '145500.477500', '145500.937500', '145501.397500', '145501.857500', '145502.317500', '145502.777500', '145503.237500', '145503.697500', '145504.157500', '145504.617500', '145505.077500', '145505.537500', '145505.997500', '145506.457500', '145506.917500', '145507.377500', '145507.837500', '145508.297500', '145508.757500', '145509.217500', '145509.677500', '145510.137500', '145510.597500', '145511.057500', '145511.517500', '145511.977500', '145512.437500', '145512.897500', '145513.357500', '145513.817500', '145514.277500', '145514.737500', '145515.197500', '145515.657500', '145516.117500', '145516.577500', '145517.037500', '145517.497500', '145517.957500', '145518.417500', '145518.877500', '145519.337500', '145519.797500', '145520.257500', '145520.717500', '145521.177500', '145521.637500', '145522.097500', '145522.557500', '145523.017500', '145523.477500', '145523.937500', '145524.397500', '145524.857500', '145525.317500', '145525.777500', '145526.237500', '145526.697500', '145527.157500', '145527.617500', '145528.077500', '145528.537500', '145528.997500', '145529.457500', '145529.917500', '145530.377500', '145530.837500', '145531.297500', '145531.757500', '145532.217500', '145532.677500', '145533.137500', '145533.597500', '145534.057500', '145534.517500', '145534.977500', '145535.437500', '145535.897500', '145536.357500', '145536.817500', '145537.277500', '145537.737500', '145538.197500', '145538.657500', '145539.117500', '145539.577500', '145540.037500', '145540.497500', '145540.957500', '145541.417500', '145541.877500', '145542.337500', '145542.797500', '145543.257500', '145543.717500', '145544.177500', '145544.637500', '145545.097500', '145545.557500', '145546.017500', '145546.477500', '145546.937500', '145547.397500', '145547.857500', '145548.317500', '145548.777500', '145549.237500', '145549.697500', '145550.157500', '145550.617500', '145551.077500', '145551.537500', '145551.997500', '145552.457500', '145552.917500', '145553.377500', '145553.837500', '145554.297500', '145554.757500', '145555.217500', '145555.677500', '145556.137500', '145556.597500', '145557.057500', '145557.517500', '145557.977500', '145558.437500', '145558.897500', '145559.357500', '145559.817500', '145600.277500', '145600.737500', '145601.197500', '145601.657500', '145602.117500', '145602.577500', '145603.037500', '145603.497500', '145603.957500', '145604.417500', '145604.877500', '145605.337500', '145605.797500', '145606.257500', '145606.717500', '145607.177500', '145607.637500', '145608.097500', '145608.557500', '145609.017500', '145609.477500', '145609.937500', '145610.397500', '145610.857500', '145611.317500', '145611.777500', '145612.237500', '145612.697500', '145613.157500', '145613.617500', '145614.077500', '145614.537500', '145614.997500', '145615.457500', '145615.917500', '145616.377500', '145616.837500', '145617.297500', '145617.757500', '145618.217500', '145618.677500', '145619.137500', '145619.597500', '145620.057500', '145620.517500', '145620.977500', '145621.437500', '145621.897500', '145622.357500', '145622.817500', '145623.277500', '145623.737500', '145624.197500', '145624.657500', '145625.117500', '145625.577500', '145626.037500', '145626.497500', '145626.957500', '145627.417500', '145627.877500', '145628.337500', '145628.797500', '145629.257500', '145629.717500', '145630.177500', '145630.637500', '145631.097500', '145631.557500', '145632.017500', '145632.477500', '145632.937500', '145633.397500', '145633.857500', '145634.317500', '145634.777500', '145635.237500', '145635.697500', '145636.157500', '145636.617500', '145637.077500', '145637.537500', '145637.997500', '145638.457500', '145638.917500', '145639.377500', '145639.837500', '145640.297500', '145640.757500', '145641.217500', '145641.677500', '145642.137500', '145642.597500', '145643.057500', '145643.517500', '145643.977500', '145644.437500', '145644.897500', '145645.357500', '145645.817500', '145646.277500', '145646.737500', '145647.197500', '145647.657500', '145648.117500', '145648.577500', '145649.037500', '145649.497500', '145649.957500', '145650.417500', '145650.877500', '145651.337500', '145651.797500', '145652.257500', '145652.717500', '145653.177500', '145653.637500', '145654.097500', '145654.557500', '145655.017500', '145655.477500', '145655.937500', '145656.397500', '145656.857500', '145657.317500', '145657.777500', '145658.237500', '145658.697500', '145659.157500', '145659.617500', '145700.077500', '145700.537500', '145700.997500', '145701.457500', '145701.917500', '145702.377500', '145702.837500', '145703.297500', '145703.757500', '145704.217500', '145704.677500', '145705.137500', '145705.597500', '145706.057500', '145706.517500', '145706.977500', '145707.437500', '145707.897500', '145708.357500', '145708.817500', '145709.277500', '145709.737500', '145710.197500', '145710.657500', '145711.117500', '145711.577500', '145712.037500', '145712.497500', '145712.957500', '145713.417500', '145713.877500', '145714.337500', '145714.797500', '145715.257500', '145715.717500', '145716.177500', '145716.637500', '145717.097500', '145717.557500', '145718.017500', '145718.477500', '145718.937500', '145719.397500', '145719.857500', '145720.317500', '145720.777500', '145721.237500', '145721.697500', '145722.157500', '145722.617500', '145723.077500', '145723.537500', '145723.997500', '145724.457500', '145724.917500', '145725.377500', '145725.837500', '145726.297500', '145726.757500', '145727.217500', '145727.677500', '145728.137500', '145728.597500', '145729.057500', '145729.517500', '145729.977500', '145730.437500', '145730.897500', '145731.357500', '145731.817500', '145732.277500', '145732.737500', '145733.197500', '145733.657500', '145734.117500', '145734.577500', '145735.037500', '145735.497500', '145735.957500', '145736.417500', '145736.877500', '145737.337500', '145737.797500', '145738.257500', '145738.717500', '145739.177500', '145739.637500', '145740.097500', '145740.557500', '145741.017500', '145741.477500', '145741.937500', '145742.397500', '145742.857500', '145743.317500', '145743.777500', '145744.237500', '145744.697500', '145745.157500', '145745.617500', '145746.077500', '145746.537500', '145746.997500', '145747.457500', '145747.917500', '145748.377500', '145748.837500', '145749.297500', '145749.757500', '145750.217500', '145750.677500', '145751.137500', '145751.597500', '145752.057500', '145752.517500', '145752.977500', '145753.437500', '145753.897500', '145754.357500', '145754.817500', '145755.277500', '145755.737500', '145756.197500', '145756.657500', '145757.117500', '145757.577500', '145758.037500', '145758.497500', '145758.957500', '145759.417500', '145759.877500', '145800.337500', '145800.797500', '145801.257500', '145801.717500', '145802.177500', '145802.637500', '145803.097500', '145803.557500', '145804.017500', '145804.477500', '145804.937500', '145805.397500', '145805.857500', '145806.317500', '145806.777500', '145807.237500', '145807.697500', '145808.157500', '145808.617500', '145809.077500', '145809.537500', '145809.997500', '145810.457500', '145810.917500', '145811.377500', '145811.837500', '145812.297500', '145812.757500', '145813.217500', '145813.677500', '145814.137500', '145814.597500', '145815.057500', '145815.517500', '145815.977500', '145816.437500', '145816.897500', '145817.357500', '145817.817500', '145818.277500', '145818.737500', '145819.197500', '145819.657500', '145820.117500', '145820.577500', '145821.037500', '145821.497500', '145821.957500', '145822.417500', '145822.877500', '145823.337500', '145823.797500', '145824.257500', '145824.717500', '145825.177500', '145825.637500', '145826.097500', '145826.557500', '145827.017500', '145827.477500', '145827.937500', '145828.397500', '145828.857500', '145829.317500', '145829.777500', '145830.237500', '145830.697500', '145831.157500', '145831.617500', '145832.077500', '145832.537500', '145832.997500', '145833.457500', '145833.917500', '145834.377500', '145834.837500', '145835.297500', '145835.757500', '145836.217500', '145836.677500', '145837.137500', '145837.597500', '145838.057500', '145838.517500', '145838.977500', '145839.437500', '145839.897500', '145840.357500', '145840.817500', '145841.277500', '145841.737500', '145842.197500', '145842.657500', '145843.117500', '145843.577500', '145844.037500', '145844.497500', '145844.957500', '145845.417500', '145845.877500', '145846.337500', '145846.797500', '145847.257500', '145847.717500', '145848.177500', '145848.637500', '145849.097500', '145849.557500', '145850.017500', '145850.477500', '145850.937500', '145851.397500', '145851.857500', '145852.317500', '145852.777500', '145853.237500', '145853.697500', '145854.157500', '145854.617500', '145855.077500', '145855.537500', '145855.997500', '145856.457500', '145856.917500', '145857.377500', '145857.837500', '145858.297500', '145858.757500', '145859.217500', '145859.677500', '145900.137500', '145900.597500', '145901.057500', '145901.517500', '145901.977500', '145902.437500', '145902.897500', '145903.357500', '145903.817500', '145904.277500', '145904.737500', '145905.197500', '145905.657500', '145906.117500', '145906.577500', '145907.037500', '145907.497500', '145907.957500', '145908.417500', '145908.877500', '145909.337500', '145909.797500', '145910.257500', '145910.717500', '145911.177500', '145911.637500', '145912.097500', '145912.557500', '145913.017500', '145913.477500', '145913.937500', '145914.397500', '145914.857500', '145915.317500', '145915.777500', '145916.237500', '145916.697500', '145917.157500', '145917.617500', '145918.077500', '145918.537500', '145918.997500', '145919.457500', '145919.917500', '145920.377500', '145920.837500', '145921.297500', '145921.757500', '145922.217500', '145922.677500', '145923.137500', '145923.597500', '145924.057500', '145924.517500', '145924.977500', '145925.437500', '145925.897500', '145926.357500', '145926.817500', '145927.277500', '145927.737500', '145928.197500', '145928.657500', '145929.117500', '145929.577500', '145930.037500', '145930.497500', '145930.957500', '145931.417500', '145931.877500', '145932.337500', '145932.797500', '145933.257500', '145933.717500', '145934.177500', '145934.637500', '145935.097500', '145935.557500', '145936.017500', '145936.477500', '145936.937500', '145937.397500', '145937.857500', '145938.317500', '145938.777500', '145939.237500', '145939.697500', '145940.157500', '145940.617500', '145941.077500', '145941.537500', '145941.997500', '145942.457500', '145942.917500', '145943.377500', '145943.837500', '145944.297500', '145944.757500', '145945.217500', '145945.677500', '145946.137500', '145946.597500', '145947.057500', '145947.517500', '145947.977500', '145948.437500', '145948.897500', '145949.357500', '145949.817500', '145950.277500', '145950.737500', '145951.197500', '145951.657500', '145952.117500', '145952.577500', '145953.037500', '145953.497500', '145953.957500', '145954.417500', '145954.877500', '145955.337500', '145955.797500', '145956.257500', '145956.717500', '145957.177500', '145957.637500', '145958.097500', '145958.557500', '145959.017500', '145959.477500', '145959.937500', '150000.397500', '150000.857500', '150001.317500', '150001.777500', '150002.237500', '150002.697500', '150003.157500', '150003.617500', '150004.077500', '150004.537500', '150004.997500', '150005.457500', '150005.917500', '150006.377500', '150006.837500', '150007.297500', '150007.757500', '150008.217500', '150008.677500', '150009.137500', '150009.597500', '150010.057500', '150010.517500', '150010.977500', '150011.437500', '150011.897500', '150012.357500', '150012.817500', '150013.277500', '150013.737500', '150014.197500', '150014.657500', '150015.117500', '150015.577500', '150016.037500', '150016.497500', '150016.957500', '150017.417500', '150017.877500', '150018.337500', '150018.797500', '150019.257500', '150019.717500', '150020.177500', '150020.637500', '150021.097500', '150021.557500', '150022.017500', '150022.477500', '150022.937500', '150023.397500', '150023.857500', '150024.317500', '150024.777500', '150025.237500', '150025.697500', '150026.157500', '150026.617500', '150027.077500', '150027.537500', '150027.997500', '150028.457500', '150028.917500', '150029.377500', '150029.837500', '150030.297500', '150030.757500', '150031.217500', '150031.677500', '150032.137500', '150032.597500', '150033.057500', '150033.517500', '150033.977500', '150034.437500', '150034.897500', '150035.357500', '150035.817500', '150036.277500', '150036.737500', '150037.197500', '150037.657500', '150038.117500', '150038.577500', '150039.037500', '150039.497500', '150039.957500', '150040.417500', '150040.877500', '150041.337500', '150041.797500', '150042.257500', '150042.717500', '150043.177500', '150043.637500', '150044.097500', '150044.557500', '150045.017500', '150045.477500', '150045.937500', '150046.397500', '150046.857500', '150047.317500', '150047.777500', '150048.237500', '150048.697500', '150049.157500', '150049.617500', '150050.077500', '150050.537500', '150050.997500', '150051.457500', '150051.917500', '150052.377500', '150052.837500', '150053.297500', '150053.757500', '150054.217500', '150054.677500', '150055.137500', '150055.597500', '150056.057500', '150056.517500', '150056.977500', '150057.437500', '150057.897500', '150058.357500', '150058.817500', '150059.277500', '150059.737500', '150100.197500', '150100.657500', '150101.117500', '150101.577500', '150102.037500', '150102.497500', '150102.957500', '150103.417500', '150103.877500', '150104.337500', '150104.797500', '150105.257500', '150105.717500', '150106.177500', '150106.637500', '150107.097500', '150107.557500', '150108.017500', '150108.477500', '150108.937500', '150109.397500', '150109.857500', '150110.317500', '150110.777500', '150111.237500', '150111.697500', '150112.157500', '150112.617500', '150113.077500', '150113.537500', '150113.997500', '150114.457500', '150114.917500', '150115.377500', '150115.837500', '150116.297500', '150116.757500', '150117.217500', '150117.677500', '150118.137500', '150118.597500', '150119.057500', '150119.517500', '150119.977500', '150120.437500', '150120.897500', '150121.357500', '150121.817500', '150122.277500', '150122.737500', '150123.197500', '150123.657500', '150124.117500', '150124.577500', '150125.037500', '150125.497500', '150125.957500', '150126.417500', '150126.877500', '150127.337500', '150127.797500', '150128.257500', '150128.717500', '150129.177500', '150129.637500', '150130.097500', '150130.557500', '150131.017500', '150131.477500', '150131.937500', '150132.397500', '150132.857500', '150133.317500', '150133.777500', '150134.237500', '150134.697500', '150135.157500', '150135.617500', '150136.077500', '150136.537500', '150136.997500', '150137.457500', '150137.917500', '150138.377500', '150138.837500', '150139.297500'], 'ContentTime': ['145145.003000', '145145.006000', '145145.009000', '145145.012000', '145145.014000', '145145.017000', '145145.019000', '145145.022000', '145145.024000', '145145.027000', '145145.030000', '145145.032000', '145145.035000', '145145.037000', '145145.040000', '145145.042000', '145145.045000', '145145.048000', '145145.050000', '145145.053000', '145145.055000', '145145.058000', '145145.064000', '145145.067000', '145145.069000', '145145.072000', '145145.074000', '145145.077000', '145145.080000', '145145.082000', '145145.085000', '145145.087000', '145145.090000', '145145.092000', '145145.095000', '145145.097000', '145145.100000', '145145.102000', '145145.105000', '145145.108000', '145204.946000', '145204.949000', '145204.952000', '145204.954000', '145204.957000', '145204.960000', '145204.962000', '145204.965000', '145204.967000', '145204.970000', '145204.972000', '145204.975000', '145204.977000', '145204.980000', '145204.982000', '145204.985000', '145204.988000', '145204.990000', '145204.993000', '145204.995000', '145204.998000', '145205.001000', '145205.004000', '145205.006000', '145205.009000', '145205.011000', '145205.014000', '145205.017000', '145205.019000', '145205.022000', '145205.024000', '145205.027000', '145205.029000', '145205.032000', '145205.034000', '145205.037000', '145205.039000', '145205.042000', '145205.044000', '145205.047000', '145205.050000', '145205.052000', '145205.055000', '145224.948000', '145224.950000', '145224.953000', '145224.955000', '145224.958000', '145224.966000', '145224.969000', '145224.971000', '145224.974000', '145224.976000', '145224.979000', '145224.982000', '145224.984000', '145224.987000', '145224.989000', '145224.992000', '145224.994000', '145224.997000', '145225.000000', '145225.003000', '145225.005000', '145225.008000', '145225.011000', '145225.013000', '145225.016000', '145225.018000', '145225.021000', '145225.023000', '145225.026000', '145225.028000', '145225.031000', '145225.033000', '145225.036000', '145225.038000', '145225.041000', '145225.045000', '145225.047000', '145225.050000', '145225.053000', '145225.055000', '145225.058000', '145225.060000', '145225.063000', '145244.947000', '145244.950000', '145244.953000', '145244.955000', '145244.958000', '145244.960000', '145244.963000', '145244.966000', '145244.968000', '145244.971000', '145244.973000', '145244.976000', '145244.979000', '145244.981000', '145244.984000', '145244.987000', '145244.989000', '145244.992000', '145244.994000', '145244.997000', '145245.000000', '145245.003000', '145245.005000', '145245.008000', '145245.010000', '145245.013000', '145245.016000', '145245.018000', '145245.021000', '145245.023000', '145245.049000', '145245.051000', '145245.054000', '145245.056000', '145245.059000', '145245.062000', '145245.064000', '145245.067000', '145245.069000', '145245.072000', '145245.074000', '145245.077000', '145245.079000', '145245.082000', '145304.967000', '145304.970000', '145304.973000', '145304.975000', '145304.978000', '145304.980000', '145304.983000', '145304.992000', '145304.995000', '145304.997000', '145305.001000', '145305.004000', '145305.006000', '145305.009000', '145305.012000', '145305.015000', '145305.017000', '145305.020000', '145305.022000', '145305.025000', '145305.028000', '145305.030000', '145305.033000', '145305.035000', '145305.038000', '145305.040000', '145305.043000', '145305.045000', '145305.048000', '145305.051000', '145305.053000', '145305.056000', '145305.058000', '145305.061000', '145305.063000', '145305.066000', '145305.068000', '145305.071000', '145305.073000', '145305.076000', '145305.079000', '145305.081000', '145305.084000', '145324.948000', '145324.951000', '145324.953000', '145324.956000', '145324.958000', '145324.961000', '145324.963000', '145324.966000', '145324.968000', '145324.971000', '145324.973000', '145324.976000', '145324.978000', '145324.981000', '145324.984000', '145324.986000', '145324.989000', '145324.991000', '145324.994000', '145324.996000', '145325.000000', '145325.002000', '145325.005000', '145325.007000', '145325.010000', '145325.013000', '145325.015000', '145325.018000', '145325.020000', '145325.023000', '145325.025000', '145325.028000', '145325.030000', '145325.033000', '145325.035000', '145325.038000', '145325.041000', '145325.043000', '145325.046000', '145325.048000', '145325.051000', '145325.054000', '145325.057000', '145325.059000', '145344.946000', '145344.958000', '145344.960000', '145344.963000', '145344.966000', '145344.968000', '145344.971000', '145344.973000', '145344.976000', '145344.978000', '145344.981000', '145344.983000', '145344.986000', '145344.988000', '145344.991000', '145344.994000', '145344.996000', '145345.000000', '145345.002000', '145345.005000', '145345.007000', '145345.010000', '145345.012000', '145345.015000', '145345.017000', '145345.020000', '145345.023000', '145345.025000', '145345.028000', '145345.030000', '145345.033000', '145345.035000', '145345.038000', '145345.040000', '145345.043000', '145345.046000', '145345.048000', '145345.051000', '145345.054000', '145345.056000', '145345.059000', '145345.061000', '145345.064000', '145404.947000', '145404.950000', '145404.952000', '145404.955000', '145404.957000', '145404.960000', '145404.962000', '145404.965000', '145404.967000', '145404.970000', '145404.973000', '145404.975000', '145404.978000', '145404.980000', '145404.983000', '145404.985000', '145404.988000', '145404.991000', '145404.993000', '145404.996000', '145404.998000', '145405.002000', '145405.004000', '145405.007000', '145405.009000', '145405.012000', '145405.015000', '145405.017000', '145405.020000', '145405.022000', '145405.025000', '145405.028000', '145405.030000', '145405.033000', '145405.035000', '145405.038000', '145405.040000', '145405.043000', '145405.045000', '145405.048000', '145405.051000', '145405.053000', '145405.056000', '145405.058000', '145424.946000', '145424.949000', '145424.952000', '145424.954000', '145424.957000', '145424.959000', '145424.962000', '145424.965000', '145424.967000', '145424.970000', '145424.973000', '145424.976000', '145424.979000', '145424.981000', '145424.984000', '145424.986000', '145424.989000', '145424.992000', '145424.995000', '145424.998000', '145425.002000', '145425.005000', '145425.007000', '145425.010000', '145425.013000', '145425.015000', '145425.018000', '145425.020000', '145425.023000', '145425.025000', '145425.028000', '145425.030000', '145425.033000', '145425.036000', '145425.038000', '145425.041000', '145425.043000', '145425.046000', '145425.048000', '145425.051000', '145425.054000', '145425.056000', '145425.059000', '145444.948000', '145444.950000', '145444.953000', '145444.956000', '145444.958000', '145444.961000', '145444.964000', '145444.966000', '145444.969000', '145444.972000', '145444.974000', '145444.977000', '145444.979000', '145444.982000', '145444.984000', '145444.987000', '145444.990000', '145444.992000', '145444.995000', '145444.997000', '145445.001000', '145445.004000', '145445.006000', '145445.009000', '145445.011000', '145445.014000', '145445.016000', '145445.019000', '145445.022000', '145445.024000', '145445.027000', '145445.029000', '145445.032000', '145445.034000', '145445.037000', '145445.039000', '145445.042000', '145445.052000', '145445.055000', '145445.057000', '145445.060000', '145445.062000', '145445.065000', '145445.067000', '145504.948000', '145504.951000', '145504.953000', '145504.956000', '145504.958000', '145504.961000', '145504.963000', '145504.966000', '145504.969000', '145504.971000', '145504.974000', '145504.976000', '145504.979000', '145504.981000', '145504.984000', '145504.987000', '145504.989000', '145504.992000', '145504.995000', '145504.998000', '145505.002000', '145505.005000', '145505.007000', '145505.010000', '145505.013000', '145505.015000', '145505.018000', '145505.020000', '145505.023000', '145505.025000', '145505.028000', '145505.031000', '145505.033000', '145505.036000', '145505.038000', '145505.041000', '145505.043000', '145505.046000', '145505.049000', '145505.051000', '145505.054000', '145505.057000', '145505.059000', '145524.948000', '145524.950000', '145524.953000', '145524.956000', '145524.958000', '145524.961000', '145524.963000', '145524.966000', '145524.968000', '145524.971000', '145524.973000', '145524.976000', '145524.979000', '145524.981000', '145524.984000', '145524.986000', '145524.989000', '145524.991000', '145524.994000', '145524.996000', '145524.999000', '145525.002000', '145525.004000', '145525.007000', '145525.009000', '145525.016000', '145525.019000', '145525.021000', '145525.024000', '145525.027000', '145525.029000', '145525.032000', '145525.034000', '145525.037000', '145525.040000', '145525.042000', '145525.045000', '145525.047000', '145525.050000', '145525.052000', '145525.055000', '145525.058000', '145525.060000', '145525.063000', '145544.948000', '145544.951000', '145544.953000', '145544.956000', '145544.958000', '145544.961000', '145544.964000', '145544.966000', '145544.969000', '145544.971000', '145544.974000', '145544.976000', '145544.979000', '145544.982000', '145544.984000', '145544.987000', '145544.989000', '145544.992000', '145544.994000', '145544.997000', '145545.000000', '145545.003000', '145545.006000', '145545.008000', '145545.011000', '145545.014000', '145545.016000', '145545.019000', '145545.021000', '145545.024000', '145545.026000', '145545.029000', '145545.032000', '145545.035000', '145545.038000', '145545.041000', '145545.043000', '145545.046000', '145545.048000', '145545.051000', '145545.054000', '145545.056000', '145545.059000', '145604.946000', '145604.949000', '145604.952000', '145604.954000', '145604.957000', '145604.960000', '145604.962000', '145604.965000', '145604.967000', '145604.970000', '145604.972000', '145604.975000', '145604.978000', '145604.980000', '145604.983000', '145604.985000', '145604.988000', '145604.990000', '145604.993000', '145604.996000', '145605.008000', '145605.010000', '145605.013000', '145605.015000', '145605.018000', '145605.021000', '145605.023000', '145605.026000', '145605.028000', '145605.031000', '145605.033000', '145605.036000', '145605.038000', '145605.041000', '145605.044000', '145605.046000', '145605.049000', '145605.051000', '145605.054000', '145605.056000', '145605.059000', '145605.061000', '145605.064000', '145605.067000', '145624.947000', '145624.949000', '145624.952000', '145624.955000', '145624.957000', '145624.960000', '145624.962000', '145624.965000', '145624.967000', '145624.970000', '145624.972000', '145624.975000', '145624.978000', '145624.980000', '145624.983000', '145624.985000', '145624.988000', '145624.990000', '145624.993000', '145624.995000', '145624.998000', '145625.002000', '145625.004000', '145625.007000', '145625.009000', '145625.012000', '145625.014000', '145625.017000', '145625.020000', '145625.022000', '145625.025000', '145625.027000', '145625.030000', '145625.033000', '145625.035000', '145625.038000', '145625.040000', '145625.043000', '145625.045000', '145625.048000', '145625.051000', '145625.053000', '145625.056000', '145644.947000', '145644.957000', '145644.960000', '145644.963000', '145644.965000', '145644.969000', '145644.972000', '145644.974000', '145644.977000', '145644.980000', '145644.982000', '145644.985000', '145644.987000', '145644.990000', '145644.992000', '145644.995000', '145644.998000', '145645.000000', '145645.003000', '145645.005000', '145645.008000', '145645.010000', '145645.013000', '145645.016000', '145645.018000', '145645.021000', '145645.023000', '145645.026000', '145645.028000', '145645.031000', '145645.034000', '145645.036000', '145645.039000', '145645.041000', '145645.044000', '145645.047000', '145645.049000', '145645.052000', '145645.054000', '145645.057000', '145645.059000', '145645.062000', '145645.065000', '145645.067000', '145704.948000', '145704.950000', '145704.955000', '145704.957000', '145704.960000', '145704.963000', '145704.965000', '145704.968000', '145704.970000', '145704.973000', '145704.975000', '145704.979000', '145704.981000', '145704.984000', '145704.986000', '145704.989000', '145704.992000', '145704.995000', '145704.997000', '145705.001000', '145705.003000', '145705.006000', '145705.009000', '145705.011000', '145705.014000', '145705.016000', '145705.019000', '145705.022000', '145705.024000', '145705.027000', '145705.029000', '145705.032000', '145705.035000', '145705.037000', '145705.040000', '145705.042000', '145705.045000', '145705.047000', '145705.050000', '145705.053000', '145705.055000', '145705.058000', '145705.060000', '145724.947000', '145724.950000', '145724.953000', '145724.955000', '145724.958000', '145724.961000', '145724.963000', '145724.966000', '145724.968000', '145724.971000', '145724.974000', '145724.976000', '145724.979000', '145724.981000', '145724.984000', '145724.987000', '145724.989000', '145724.992000', '145724.995000', '145724.997000', '145725.001000', '145725.003000', '145725.006000', '145725.008000', '145725.011000', '145725.014000', '145725.016000', '145725.019000', '145725.021000', '145725.024000', '145725.027000', '145725.043000', '145725.046000', '145725.048000', '145725.051000', '145725.053000', '145725.056000', '145725.059000', '145725.061000', '145725.064000', '145725.067000', '145725.069000', '145725.072000', '145725.074000', '145744.948000', '145744.950000', '145744.953000', '145744.956000', '145744.959000', '145744.961000', '145744.964000', '145744.966000', '145744.969000', '145744.971000', '145744.974000', '145744.977000', '145744.979000', '145744.982000', '145744.984000', '145744.987000', '145744.990000', '145744.992000', '145744.995000', '145744.997000', '145745.001000', '145745.003000', '145745.006000', '145745.008000', '145745.011000', '145745.014000', '145745.016000', '145745.019000', '145745.021000', '145745.024000', '145745.027000', '145745.029000', '145745.032000', '145745.034000', '145745.037000', '145745.039000', '145745.042000', '145745.045000', '145745.047000', '145745.050000', '145745.052000', '145745.055000', '145745.057000', '145804.948000', '145804.951000', '145804.953000', '145804.956000', '145804.959000', '145804.961000', '145804.964000', '145804.966000', '145804.969000', '145804.971000', '145804.974000', '145804.977000', '145804.979000', '145804.982000', '145804.984000', '145804.987000', '145804.990000', '145804.992000', '145804.995000', '145805.005000', '145805.008000', '145805.010000', '145805.013000', '145805.016000', '145805.019000', '145805.021000', '145805.024000', '145805.027000', '145805.029000', '145805.032000', '145805.035000', '145805.037000', '145805.040000', '145805.043000', '145805.045000', '145805.048000', '145805.051000', '145805.053000', '145805.056000', '145805.058000', '145805.061000', '145805.064000', '145805.066000', '145805.069000', '145824.947000', '145824.950000', '145824.953000', '145824.955000', '145824.958000', '145824.961000', '145824.963000', '145824.966000', '145824.968000', '145824.971000', '145824.974000', '145824.976000', '145824.979000', '145824.982000', '145824.984000', '145824.987000', '145824.989000', '145824.992000', '145824.995000', '145824.997000', '145825.001000', '145825.004000', '145825.006000', '145825.009000', '145825.012000', '145825.014000', '145825.017000', '145825.020000', '145825.022000', '145825.025000', '145825.027000', '145825.030000', '145825.033000', '145825.035000', '145825.038000', '145825.041000', '145825.043000', '145825.046000', '145825.048000', '145825.051000', '145825.054000', '145825.056000', '145825.059000', '145844.947000', '145844.949000', '145844.952000', '145844.954000', '145844.957000', '145844.960000', '145844.962000', '145844.965000', '145844.967000', '145844.970000', '145844.972000', '145844.975000', '145844.977000', '145844.980000', '145844.983000', '145844.985000', '145844.988000', '145844.991000', '145844.993000', '145844.996000', '145844.998000', '145845.002000', '145845.005000', '145845.007000', '145845.010000', '145845.013000', '145845.015000', '145845.018000', '145845.020000', '145845.023000', '145845.026000', '145845.028000', '145845.031000', '145845.033000', '145845.036000', '145845.038000', '145845.041000', '145845.044000', '145845.046000', '145845.049000', '145845.051000', '145845.066000', '145845.069000', '145845.071000', '145904.948000', '145904.950000', '145904.953000', '145904.956000', '145904.958000', '145904.961000', '145904.963000', '145904.966000', '145904.969000', '145904.971000', '145904.974000', '145904.976000', '145904.979000', '145904.982000', '145904.984000', '145904.987000', '145904.989000', '145904.992000', '145904.995000', '145904.997000', '145905.000000', '145905.002000', '145905.005000', '145905.007000', '145905.010000', '145905.013000', '145905.015000', '145905.018000', '145905.020000', '145905.023000', '145905.026000', '145905.028000', '145905.031000', '145905.033000', '145905.036000', '145905.038000', '145905.041000', '145905.043000', '145905.046000', '145905.049000', '145905.051000', '145905.054000', '145905.056000', '145924.948000', '145924.951000', '145924.953000', '145924.956000', '145924.958000', '145924.961000', '145924.964000', '145924.966000', '145924.969000', '145924.972000', '145924.975000', '145924.977000', '145924.980000', '145924.982000', '145924.985000', '145924.987000', '145924.990000', '145924.993000', '145924.995000', '145924.998000', '145925.001000', '145925.004000', '145925.007000', '145925.009000', '145925.012000', '145925.014000', '145925.017000', '145925.020000', '145925.022000', '145925.025000', '145925.027000', '145925.030000', '145925.033000', '145925.035000', '145925.038000', '145925.040000', '145925.043000', '145925.045000', '145925.048000', '145925.050000', '145925.053000', '145925.056000', '145925.058000', '145925.061000', '145944.948000', '145944.951000', '145944.953000', '145944.956000', '145944.958000', '145944.961000', '145944.963000', '145944.966000', '145944.969000', '145944.971000', '145944.974000', '145944.976000', '145944.979000', '145944.982000', '145944.984000', '145944.987000', '145944.989000', '145944.992000', '145944.994000', '145944.997000', '145945.001000', '145945.003000', '145945.006000', '145945.008000', '145945.011000', '145945.014000', '145945.016000', '145945.019000', '145945.021000', '145945.024000', '145945.026000', '145945.029000', '145945.032000', '145945.034000', '145945.037000', '145945.039000', '145945.042000', '145945.045000', '145945.047000', '145945.050000', '145945.052000', '145945.055000', '145945.057000', '150004.947000', '150004.950000', '150004.953000', '150004.956000', '150004.958000', '150004.961000', '150004.964000', '150004.966000', '150004.969000', '150004.971000', '150004.974000', '150004.977000', '150004.980000', '150004.982000', '150004.985000', '150004.987000', '150004.990000', '150004.993000', '150004.995000', '150004.998000', '150005.001000', '150005.004000', '150005.007000', '150005.009000', '150005.012000', '150005.014000', '150005.017000', '150005.019000', '150005.022000', '150005.025000', '150005.027000', '150005.030000', '150005.032000', '150005.035000', '150005.038000', '150005.040000', '150005.043000', '150005.045000', '150005.059000', '150005.062000', '150005.064000', '150005.067000', '150005.069000', '150005.072000', '150024.948000', '150024.950000', '150024.953000', '150024.956000', '150024.958000', '150024.961000', '150024.964000', '150024.966000', '150024.969000', '150024.972000', '150024.974000', '150024.977000', '150024.979000', '150024.982000', '150024.985000', '150024.987000', '150024.990000', '150024.993000', '150024.995000', '150024.998000', '150025.001000', '150025.004000', '150025.007000', '150025.010000', '150025.012000', '150025.015000', '150025.017000', '150025.020000', '150025.023000', '150025.025000', '150025.028000', '150025.030000', '150025.033000', '150025.036000', '150025.038000', '150025.041000', '150025.043000', '150025.046000', '150025.049000', '150025.051000', '150025.054000', '150025.056000', '150025.059000', '150044.947000', '150044.949000', '150044.952000', '150044.955000', '150044.958000', '150044.960000', '150044.963000', '150044.966000', '150044.968000', '150044.971000', '150044.973000', '150044.976000', '150044.978000', '150044.981000', '150044.984000', '150044.986000', '150044.989000', '150044.991000', '150044.994000', '150044.996000', '150045.000000', '150045.002000', '150045.005000', '150045.008000', '150045.011000', '150045.013000', '150045.016000', '150045.019000', '150045.021000', '150045.024000', '150045.026000', '150045.029000', '150045.032000', '150045.034000', '150045.037000', '150045.040000', '150045.042000', '150045.045000', '150045.047000', '150045.050000', '150045.053000', '150045.055000', '150045.058000', '150045.061000', '150104.947000', '150104.950000', '150104.952000', '150104.955000', '150104.958000', '150104.960000', '150104.963000', '150104.966000', '150104.968000', '150104.971000', '150104.973000', '150104.976000', '150104.979000', '150104.981000', '150104.984000', '150104.987000', '150104.989000', '150104.992000', '150104.995000', '150104.997000', '150105.001000', '150105.004000', '150105.006000', '150105.009000', '150105.011000', '150105.014000', '150105.017000', '150105.019000', '150105.022000', '150105.025000', '150105.027000', '150105.030000', '150105.032000', '150105.035000', '150105.037000', '150105.040000', '150105.043000', '150105.045000', '150105.048000', '150105.050000', '150105.053000', '150105.055000', '150105.058000', '150124.947000', '150124.950000', '150124.953000', '150124.956000', '150124.958000', '150124.961000', '150124.964000', '150124.966000', '150124.969000', '150124.972000', '150124.974000', '150124.977000', '150124.980000', '150124.982000', '150124.985000', '150124.988000', '150124.990000', '150124.993000', '150124.995000', '150124.998000', '150125.012000', '150125.015000', '150125.017000', '150125.020000', '150125.023000', '150125.025000', '150125.028000', '150125.030000', '150125.033000', '150125.036000', '150125.038000', '150125.041000', '150125.043000', '150125.046000', '150125.048000', '150125.051000', '150125.054000', '150125.056000', '150125.059000', '150125.061000', '150125.064000', '150125.066000', '150125.069000', '150140.556000', '150140.559000', '150140.562000', '150140.565000', '150140.567000', '150140.570000', '150140.573000', '150140.576000', '150140.579000', '150140.581000', '150140.588000', '150140.598000', '150140.604000', '150140.607000', '150140.610000', '150140.615000', '150140.617000', '150140.620000', '150140.623000', '150140.626000', '150140.630000', '150140.633000', '150140.635000', '150140.640000', '150140.644000', '150140.647000', '150140.650000', '150140.653000', '150140.656000', '150140.660000', '150140.674000', '150140.677000', '150140.680000', '150140.683000', '150140.693000'], 'InstanceCreationTime': ['145145.003000', '145145.006000', '145145.009000', '145145.012000', '145145.014000', '145145.017000', '145145.019000', '145145.022000', '145145.024000', '145145.027000', '145145.030000', '145145.032000', '145145.035000', '145145.037000', '145145.040000', '145145.042000', '145145.045000', '145145.048000', '145145.050000', '145145.053000', '145145.055000', '145145.058000', '145145.064000', '145145.067000', '145145.069000', '145145.072000', '145145.074000', '145145.077000', '145145.080000', '145145.082000', '145145.085000', '145145.087000', '145145.090000', '145145.092000', '145145.095000', '145145.097000', '145145.100000', '145145.102000', '145145.105000', '145145.108000', '145204.946000', '145204.949000', '145204.952000', '145204.954000', '145204.957000', '145204.960000', '145204.962000', '145204.965000', '145204.967000', '145204.970000', '145204.972000', '145204.975000', '145204.977000', '145204.980000', '145204.982000', '145204.985000', '145204.988000', '145204.990000', '145204.993000', '145204.995000', '145204.998000', '145205.001000', '145205.004000', '145205.006000', '145205.009000', '145205.011000', '145205.014000', '145205.017000', '145205.019000', '145205.022000', '145205.024000', '145205.027000', '145205.029000', '145205.032000', '145205.034000', '145205.037000', '145205.039000', '145205.042000', '145205.044000', '145205.047000', '145205.050000', '145205.052000', '145205.055000', '145224.948000', '145224.950000', '145224.953000', '145224.955000', '145224.958000', '145224.966000', '145224.969000', '145224.971000', '145224.974000', '145224.976000', '145224.979000', '145224.982000', '145224.984000', '145224.987000', '145224.989000', '145224.992000', '145224.994000', '145224.997000', '145225.000000', '145225.003000', '145225.005000', '145225.008000', '145225.011000', '145225.013000', '145225.016000', '145225.018000', '145225.021000', '145225.023000', '145225.026000', '145225.028000', '145225.031000', '145225.033000', '145225.036000', '145225.038000', '145225.041000', '145225.045000', '145225.047000', '145225.050000', '145225.053000', '145225.055000', '145225.058000', '145225.060000', '145225.063000', '145244.947000', '145244.950000', '145244.953000', '145244.955000', '145244.958000', '145244.960000', '145244.963000', '145244.966000', '145244.968000', '145244.971000', '145244.973000', '145244.976000', '145244.979000', '145244.981000', '145244.984000', '145244.987000', '145244.989000', '145244.992000', '145244.994000', '145244.997000', '145245.000000', '145245.003000', '145245.005000', '145245.008000', '145245.010000', '145245.013000', '145245.016000', '145245.018000', '145245.021000', '145245.023000', '145245.049000', '145245.051000', '145245.054000', '145245.056000', '145245.059000', '145245.062000', '145245.064000', '145245.067000', '145245.069000', '145245.072000', '145245.074000', '145245.077000', '145245.079000', '145245.082000', '145304.967000', '145304.970000', '145304.973000', '145304.975000', '145304.978000', '145304.980000', '145304.983000', '145304.992000', '145304.995000', '145304.997000', '145305.001000', '145305.004000', '145305.006000', '145305.009000', '145305.012000', '145305.015000', '145305.017000', '145305.020000', '145305.022000', '145305.025000', '145305.028000', '145305.030000', '145305.033000', '145305.035000', '145305.038000', '145305.040000', '145305.043000', '145305.045000', '145305.048000', '145305.051000', '145305.053000', '145305.056000', '145305.058000', '145305.061000', '145305.063000', '145305.066000', '145305.068000', '145305.071000', '145305.073000', '145305.076000', '145305.079000', '145305.081000', '145305.084000', '145324.948000', '145324.951000', '145324.953000', '145324.956000', '145324.958000', '145324.961000', '145324.963000', '145324.966000', '145324.968000', '145324.971000', '145324.973000', '145324.976000', '145324.978000', '145324.981000', '145324.984000', '145324.986000', '145324.989000', '145324.991000', '145324.994000', '145324.996000', '145325.000000', '145325.002000', '145325.005000', '145325.007000', '145325.010000', '145325.013000', '145325.015000', '145325.018000', '145325.020000', '145325.023000', '145325.025000', '145325.028000', '145325.030000', '145325.033000', '145325.035000', '145325.038000', '145325.041000', '145325.043000', '145325.046000', '145325.048000', '145325.051000', '145325.054000', '145325.057000', '145325.059000', '145344.946000', '145344.958000', '145344.960000', '145344.963000', '145344.966000', '145344.968000', '145344.971000', '145344.973000', '145344.976000', '145344.978000', '145344.981000', '145344.983000', '145344.986000', '145344.988000', '145344.991000', '145344.994000', '145344.996000', '145345.000000', '145345.002000', '145345.005000', '145345.007000', '145345.010000', '145345.012000', '145345.015000', '145345.017000', '145345.020000', '145345.023000', '145345.025000', '145345.028000', '145345.030000', '145345.033000', '145345.035000', '145345.038000', '145345.040000', '145345.043000', '145345.046000', '145345.048000', '145345.051000', '145345.054000', '145345.056000', '145345.059000', '145345.061000', '145345.064000', '145404.947000', '145404.950000', '145404.952000', '145404.955000', '145404.957000', '145404.960000', '145404.962000', '145404.965000', '145404.967000', '145404.970000', '145404.973000', '145404.975000', '145404.978000', '145404.980000', '145404.983000', '145404.985000', '145404.988000', '145404.991000', '145404.993000', '145404.996000', '145404.998000', '145405.002000', '145405.004000', '145405.007000', '145405.009000', '145405.012000', '145405.015000', '145405.017000', '145405.020000', '145405.022000', '145405.025000', '145405.028000', '145405.030000', '145405.033000', '145405.035000', '145405.038000', '145405.040000', '145405.043000', '145405.045000', '145405.048000', '145405.051000', '145405.053000', '145405.056000', '145405.058000', '145424.946000', '145424.949000', '145424.952000', '145424.954000', '145424.957000', '145424.959000', '145424.962000', '145424.965000', '145424.967000', '145424.970000', '145424.973000', '145424.976000', '145424.979000', '145424.981000', '145424.984000', '145424.986000', '145424.989000', '145424.992000', '145424.995000', '145424.998000', '145425.002000', '145425.005000', '145425.007000', '145425.010000', '145425.013000', '145425.015000', '145425.018000', '145425.020000', '145425.023000', '145425.025000', '145425.028000', '145425.030000', '145425.033000', '145425.036000', '145425.038000', '145425.041000', '145425.043000', '145425.046000', '145425.048000', '145425.051000', '145425.054000', '145425.056000', '145425.059000', '145444.948000', '145444.950000', '145444.953000', '145444.956000', '145444.958000', '145444.961000', '145444.964000', '145444.966000', '145444.969000', '145444.972000', '145444.974000', '145444.977000', '145444.979000', '145444.982000', '145444.984000', '145444.987000', '145444.990000', '145444.992000', '145444.995000', '145444.997000', '145445.001000', '145445.004000', '145445.006000', '145445.009000', '145445.011000', '145445.014000', '145445.016000', '145445.019000', '145445.022000', '145445.024000', '145445.027000', '145445.029000', '145445.032000', '145445.034000', '145445.037000', '145445.039000', '145445.042000', '145445.052000', '145445.055000', '145445.057000', '145445.060000', '145445.062000', '145445.065000', '145445.067000', '145504.948000', '145504.951000', '145504.953000', '145504.956000', '145504.958000', '145504.961000', '145504.963000', '145504.966000', '145504.969000', '145504.971000', '145504.974000', '145504.976000', '145504.979000', '145504.981000', '145504.984000', '145504.987000', '145504.989000', '145504.992000', '145504.995000', '145504.998000', '145505.002000', '145505.005000', '145505.007000', '145505.010000', '145505.013000', '145505.015000', '145505.018000', '145505.020000', '145505.023000', '145505.025000', '145505.028000', '145505.031000', '145505.033000', '145505.036000', '145505.038000', '145505.041000', '145505.043000', '145505.046000', '145505.049000', '145505.051000', '145505.054000', '145505.057000', '145505.059000', '145524.948000', '145524.950000', '145524.953000', '145524.956000', '145524.958000', '145524.961000', '145524.963000', '145524.966000', '145524.968000', '145524.971000', '145524.973000', '145524.976000', '145524.979000', '145524.981000', '145524.984000', '145524.986000', '145524.989000', '145524.991000', '145524.994000', '145524.996000', '145524.999000', '145525.002000', '145525.004000', '145525.007000', '145525.009000', '145525.016000', '145525.019000', '145525.021000', '145525.024000', '145525.027000', '145525.029000', '145525.032000', '145525.034000', '145525.037000', '145525.040000', '145525.042000', '145525.045000', '145525.047000', '145525.050000', '145525.052000', '145525.055000', '145525.058000', '145525.060000', '145525.063000', '145544.948000', '145544.951000', '145544.953000', '145544.956000', '145544.958000', '145544.961000', '145544.964000', '145544.966000', '145544.969000', '145544.971000', '145544.974000', '145544.976000', '145544.979000', '145544.982000', '145544.984000', '145544.987000', '145544.989000', '145544.992000', '145544.994000', '145544.997000', '145545.000000', '145545.003000', '145545.006000', '145545.008000', '145545.011000', '145545.014000', '145545.016000', '145545.019000', '145545.021000', '145545.024000', '145545.026000', '145545.029000', '145545.032000', '145545.035000', '145545.038000', '145545.041000', '145545.043000', '145545.046000', '145545.048000', '145545.051000', '145545.054000', '145545.056000', '145545.059000', '145604.946000', '145604.949000', '145604.952000', '145604.954000', '145604.957000', '145604.960000', '145604.962000', '145604.965000', '145604.967000', '145604.970000', '145604.972000', '145604.975000', '145604.978000', '145604.980000', '145604.983000', '145604.985000', '145604.988000', '145604.990000', '145604.993000', '145604.996000', '145605.008000', '145605.010000', '145605.013000', '145605.015000', '145605.018000', '145605.021000', '145605.023000', '145605.026000', '145605.028000', '145605.031000', '145605.033000', '145605.036000', '145605.038000', '145605.041000', '145605.044000', '145605.046000', '145605.049000', '145605.051000', '145605.054000', '145605.056000', '145605.059000', '145605.061000', '145605.064000', '145605.067000', '145624.947000', '145624.949000', '145624.952000', '145624.955000', '145624.957000', '145624.960000', '145624.962000', '145624.965000', '145624.967000', '145624.970000', '145624.972000', '145624.975000', '145624.978000', '145624.980000', '145624.983000', '145624.985000', '145624.988000', '145624.990000', '145624.993000', '145624.995000', '145624.998000', '145625.002000', '145625.004000', '145625.007000', '145625.009000', '145625.012000', '145625.014000', '145625.017000', '145625.020000', '145625.022000', '145625.025000', '145625.027000', '145625.030000', '145625.033000', '145625.035000', '145625.038000', '145625.040000', '145625.043000', '145625.045000', '145625.048000', '145625.051000', '145625.053000', '145625.056000', '145644.947000', '145644.957000', '145644.960000', '145644.963000', '145644.965000', '145644.969000', '145644.972000', '145644.974000', '145644.977000', '145644.980000', '145644.982000', '145644.985000', '145644.987000', '145644.990000', '145644.992000', '145644.995000', '145644.998000', '145645.000000', '145645.003000', '145645.005000', '145645.008000', '145645.010000', '145645.013000', '145645.016000', '145645.018000', '145645.021000', '145645.023000', '145645.026000', '145645.028000', '145645.031000', '145645.034000', '145645.036000', '145645.039000', '145645.041000', '145645.044000', '145645.047000', '145645.049000', '145645.052000', '145645.054000', '145645.057000', '145645.059000', '145645.062000', '145645.065000', '145645.067000', '145704.948000', '145704.950000', '145704.955000', '145704.957000', '145704.960000', '145704.963000', '145704.965000', '145704.968000', '145704.970000', '145704.973000', '145704.975000', '145704.979000', '145704.981000', '145704.984000', '145704.986000', '145704.989000', '145704.992000', '145704.995000', '145704.997000', '145705.001000', '145705.003000', '145705.006000', '145705.009000', '145705.011000', '145705.014000', '145705.016000', '145705.019000', '145705.022000', '145705.024000', '145705.027000', '145705.029000', '145705.032000', '145705.035000', '145705.037000', '145705.040000', '145705.042000', '145705.045000', '145705.047000', '145705.050000', '145705.053000', '145705.055000', '145705.058000', '145705.060000', '145724.947000', '145724.950000', '145724.953000', '145724.955000', '145724.958000', '145724.961000', '145724.963000', '145724.966000', '145724.968000', '145724.971000', '145724.974000', '145724.976000', '145724.979000', '145724.981000', '145724.984000', '145724.987000', '145724.989000', '145724.992000', '145724.995000', '145724.997000', '145725.001000', '145725.003000', '145725.006000', '145725.008000', '145725.011000', '145725.014000', '145725.016000', '145725.019000', '145725.021000', '145725.024000', '145725.027000', '145725.043000', '145725.046000', '145725.048000', '145725.051000', '145725.053000', '145725.056000', '145725.059000', '145725.061000', '145725.064000', '145725.067000', '145725.069000', '145725.072000', '145725.074000', '145744.948000', '145744.950000', '145744.953000', '145744.956000', '145744.959000', '145744.961000', '145744.964000', '145744.966000', '145744.969000', '145744.971000', '145744.974000', '145744.977000', '145744.979000', '145744.982000', '145744.984000', '145744.987000', '145744.990000', '145744.992000', '145744.995000', '145744.997000', '145745.001000', '145745.003000', '145745.006000', '145745.008000', '145745.011000', '145745.014000', '145745.016000', '145745.019000', '145745.021000', '145745.024000', '145745.027000', '145745.029000', '145745.032000', '145745.034000', '145745.037000', '145745.039000', '145745.042000', '145745.045000', '145745.047000', '145745.050000', '145745.052000', '145745.055000', '145745.057000', '145804.948000', '145804.951000', '145804.953000', '145804.956000', '145804.959000', '145804.961000', '145804.964000', '145804.966000', '145804.969000', '145804.971000', '145804.974000', '145804.977000', '145804.979000', '145804.982000', '145804.984000', '145804.987000', '145804.990000', '145804.992000', '145804.995000', '145805.005000', '145805.008000', '145805.010000', '145805.013000', '145805.016000', '145805.019000', '145805.021000', '145805.024000', '145805.027000', '145805.029000', '145805.032000', '145805.035000', '145805.037000', '145805.040000', '145805.043000', '145805.045000', '145805.048000', '145805.051000', '145805.053000', '145805.056000', '145805.058000', '145805.061000', '145805.064000', '145805.066000', '145805.069000', '145824.947000', '145824.950000', '145824.953000', '145824.955000', '145824.958000', '145824.961000', '145824.963000', '145824.966000', '145824.968000', '145824.971000', '145824.974000', '145824.976000', '145824.979000', '145824.982000', '145824.984000', '145824.987000', '145824.989000', '145824.992000', '145824.995000', '145824.997000', '145825.001000', '145825.004000', '145825.006000', '145825.009000', '145825.012000', '145825.014000', '145825.017000', '145825.020000', '145825.022000', '145825.025000', '145825.027000', '145825.030000', '145825.033000', '145825.035000', '145825.038000', '145825.041000', '145825.043000', '145825.046000', '145825.048000', '145825.051000', '145825.054000', '145825.056000', '145825.059000', '145844.947000', '145844.949000', '145844.952000', '145844.954000', '145844.957000', '145844.960000', '145844.962000', '145844.965000', '145844.967000', '145844.970000', '145844.972000', '145844.975000', '145844.977000', '145844.980000', '145844.983000', '145844.985000', '145844.988000', '145844.991000', '145844.993000', '145844.996000', '145844.998000', '145845.002000', '145845.005000', '145845.007000', '145845.010000', '145845.013000', '145845.015000', '145845.018000', '145845.020000', '145845.023000', '145845.026000', '145845.028000', '145845.031000', '145845.033000', '145845.036000', '145845.038000', '145845.041000', '145845.044000', '145845.046000', '145845.049000', '145845.051000', '145845.066000', '145845.069000', '145845.071000', '145904.948000', '145904.950000', '145904.953000', '145904.956000', '145904.958000', '145904.961000', '145904.963000', '145904.966000', '145904.969000', '145904.971000', '145904.974000', '145904.976000', '145904.979000', '145904.982000', '145904.984000', '145904.987000', '145904.989000', '145904.992000', '145904.995000', '145904.997000', '145905.000000', '145905.002000', '145905.005000', '145905.007000', '145905.010000', '145905.013000', '145905.015000', '145905.018000', '145905.020000', '145905.023000', '145905.026000', '145905.028000', '145905.031000', '145905.033000', '145905.036000', '145905.038000', '145905.041000', '145905.043000', '145905.046000', '145905.049000', '145905.051000', '145905.054000', '145905.056000', '145924.948000', '145924.951000', '145924.953000', '145924.956000', '145924.958000', '145924.961000', '145924.964000', '145924.966000', '145924.969000', '145924.972000', '145924.975000', '145924.977000', '145924.980000', '145924.982000', '145924.985000', '145924.987000', '145924.990000', '145924.993000', '145924.995000', '145924.998000', '145925.001000', '145925.004000', '145925.007000', '145925.009000', '145925.012000', '145925.014000', '145925.017000', '145925.020000', '145925.022000', '145925.025000', '145925.027000', '145925.030000', '145925.033000', '145925.035000', '145925.038000', '145925.040000', '145925.043000', '145925.045000', '145925.048000', '145925.050000', '145925.053000', '145925.056000', '145925.058000', '145925.061000', '145944.948000', '145944.951000', '145944.953000', '145944.956000', '145944.958000', '145944.961000', '145944.963000', '145944.966000', '145944.969000', '145944.971000', '145944.974000', '145944.976000', '145944.979000', '145944.982000', '145944.984000', '145944.987000', '145944.989000', '145944.992000', '145944.994000', '145944.997000', '145945.001000', '145945.003000', '145945.006000', '145945.008000', '145945.011000', '145945.014000', '145945.016000', '145945.019000', '145945.021000', '145945.024000', '145945.026000', '145945.029000', '145945.032000', '145945.034000', '145945.037000', '145945.039000', '145945.042000', '145945.045000', '145945.047000', '145945.050000', '145945.052000', '145945.055000', '145945.057000', '150004.947000', '150004.950000', '150004.953000', '150004.956000', '150004.958000', '150004.961000', '150004.964000', '150004.966000', '150004.969000', '150004.971000', '150004.974000', '150004.977000', '150004.980000', '150004.982000', '150004.985000', '150004.987000', '150004.990000', '150004.993000', '150004.995000', '150004.998000', '150005.001000', '150005.004000', '150005.007000', '150005.009000', '150005.012000', '150005.014000', '150005.017000', '150005.019000', '150005.022000', '150005.025000', '150005.027000', '150005.030000', '150005.032000', '150005.035000', '150005.038000', '150005.040000', '150005.043000', '150005.045000', '150005.059000', '150005.062000', '150005.064000', '150005.067000', '150005.069000', '150005.072000', '150024.948000', '150024.950000', '150024.953000', '150024.956000', '150024.958000', '150024.961000', '150024.964000', '150024.966000', '150024.969000', '150024.972000', '150024.974000', '150024.977000', '150024.979000', '150024.982000', '150024.985000', '150024.987000', '150024.990000', '150024.993000', '150024.995000', '150024.998000', '150025.001000', '150025.004000', '150025.007000', '150025.010000', '150025.012000', '150025.015000', '150025.017000', '150025.020000', '150025.023000', '150025.025000', '150025.028000', '150025.030000', '150025.033000', '150025.036000', '150025.038000', '150025.041000', '150025.043000', '150025.046000', '150025.049000', '150025.051000', '150025.054000', '150025.056000', '150025.059000', '150044.947000', '150044.949000', '150044.952000', '150044.955000', '150044.958000', '150044.960000', '150044.963000', '150044.966000', '150044.968000', '150044.971000', '150044.973000', '150044.976000', '150044.978000', '150044.981000', '150044.984000', '150044.986000', '150044.989000', '150044.991000', '150044.994000', '150044.996000', '150045.000000', '150045.002000', '150045.005000', '150045.008000', '150045.011000', '150045.013000', '150045.016000', '150045.019000', '150045.021000', '150045.024000', '150045.026000', '150045.029000', '150045.032000', '150045.034000', '150045.037000', '150045.040000', '150045.042000', '150045.045000', '150045.047000', '150045.050000', '150045.053000', '150045.055000', '150045.058000', '150045.061000', '150104.947000', '150104.950000', '150104.952000', '150104.955000', '150104.958000', '150104.960000', '150104.963000', '150104.966000', '150104.968000', '150104.971000', '150104.973000', '150104.976000', '150104.979000', '150104.981000', '150104.984000', '150104.987000', '150104.989000', '150104.992000', '150104.995000', '150104.997000', '150105.001000', '150105.004000', '150105.006000', '150105.009000', '150105.011000', '150105.014000', '150105.017000', '150105.019000', '150105.022000', '150105.025000', '150105.027000', '150105.030000', '150105.032000', '150105.035000', '150105.037000', '150105.040000', '150105.043000', '150105.045000', '150105.048000', '150105.050000', '150105.053000', '150105.055000', '150105.058000', '150124.947000', '150124.950000', '150124.953000', '150124.956000', '150124.958000', '150124.961000', '150124.964000', '150124.966000', '150124.969000', '150124.972000', '150124.974000', '150124.977000', '150124.980000', '150124.982000', '150124.985000', '150124.988000', '150124.990000', '150124.993000', '150124.995000', '150124.998000', '150125.012000', '150125.015000', '150125.017000', '150125.020000', '150125.023000', '150125.025000', '150125.028000', '150125.030000', '150125.033000', '150125.036000', '150125.038000', '150125.041000', '150125.043000', '150125.046000', '150125.048000', '150125.051000', '150125.054000', '150125.056000', '150125.059000', '150125.061000', '150125.064000', '150125.066000', '150125.069000', '150140.556000', '150140.559000', '150140.562000', '150140.565000', '150140.567000', '150140.570000', '150140.573000', '150140.576000', '150140.579000', '150140.581000', '150140.588000', '150140.598000', '150140.604000', '150140.607000', '150140.610000', '150140.615000', '150140.617000', '150140.620000', '150140.623000', '150140.626000', '150140.630000', '150140.633000', '150140.635000', '150140.640000', '150140.644000', '150140.647000', '150140.650000', '150140.653000', '150140.656000', '150140.660000', '150140.674000', '150140.677000', '150140.680000', '150140.683000', '150140.693000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8257, 10566, 7564, 7849, 8058, 7724, 7367, 7634, 7596, 7754, 7208, 7695, 7065, 7224, 7197, 7259, 8067, 7294, 7548, 8424, 7734, 7434, 7971, 7365, 7147, 7279, 7147, 7966, 11084, 7641, 8391, 7709, 7416, 7202, 7727, 10185, 7570, 8434, 7784, 7278, 7067, 7951, 7402, 7742, 9197, 7611, 7495, 7448, 8099, 8049, 7661, 8888, 7699, 7686, 7351, 8117, 9684, 7654, 8293, 7404, 8019, 9959, 7754, 9097, 7654, 7330, 7451, 7781, 9602, 7549, 7260, 7151, 8082, 10242, 7551, 7471, 7197, 7984, 9752, 7891, 8353, 7363, 8108, 9783, 7582, 8042, 7181, 7845, 10216, 8583, 8646, 7072, 7922, 9753, 7629, 7598, 7554, 8097, 10019, 7522, 7402, 7286, 7939, 9818, 7407, 8337, 9284, 7799, 10293, 7178, 8086, 11382, 7620, 8539, 7136, 8136, 10666, 7646, 7175, 7812, 7976, 8540, 7723, 7223, 7192, 7947, 7847, 7312, 7990, 9509, 7869, 8181, 7469, 7229, 7141, 7657, 9413, 7514, 8055, 10161, 7472, 9673, 7356, 8059, 10686, 7565, 8270, 7245, 8238, 11249, 7777, 8747, 7194, 7814, 9252, 7764, 8185, 7202, 8152, 9245, 7750, 7956, 7469, 8005, 8187, 7847, 9684, 7915, 7927, 7185, 7952, 9119, 7876, 9843, 7094, 8042, 12009, 10367, 9703, 7117, 8027, 12306, 7569, 8128, 10837, 7589, 8600, 7175, 8011, 11151, 7381, 8600, 7305, 7922, 9185, 7523, 8688, 7532, 7248, 7044, 7705, 10311, 7648, 7907, 7424, 7831, 10338, 7533, 8355, 7164, 7634, 9773, 8105, 7517, 6998, 7938, 9607, 7512, 8029, 7209, 7787, 11128, 7568, 9385, 7357, 7695, 9431, 8487, 7618, 7202, 8158, 11318, 7619, 8605, 7324, 8094, 7812, 7803, 7509, 7364, 8081, 9807, 7522, 8450, 7185, 7945, 11753, 7600, 9000, 7047, 7858, 10025, 7736, 8055, 7886, 7646, 9230, 7633, 7208, 7218, 7752, 10691, 7503, 8544, 8201, 7815, 11178, 7890, 9554, 7931, 7821, 10598, 7892, 7243, 8020, 7724, 10735, 7588, 8142, 11351, 7494, 9819, 7391, 8022, 9886, 7584, 8235, 7343, 7047, 7225, 7560, 10240, 7529, 7418, 9130, 7846, 11809, 7460, 8624, 7476, 7845, 10031, 7582, 8636, 7547, 8252, 7402, 7891, 10063, 8439, 7628, 7214, 7966, 10255, 7703, 8177, 10704, 7708, 11198, 7531, 7923, 8661, 7972, 8636, 7736, 7571, 7158, 7736, 7576, 7600, 7350, 7362, 8061, 10522, 7198, 7524, 7524, 7666, 7634, 7309, 8355, 7346, 10482, 13922, 9152, 10348, 8183, 7819, 10413, 7755, 8806, 7567, 8325, 7463, 7418, 7087, 7876, 8454, 7597, 7073, 7559, 8538, 7680, 8905, 7288, 7928, 13553, 7582, 10683, 7663, 7318, 7173, 7973, 11567, 7533, 9581, 7583, 7213, 7234, 7956, 10357, 7504, 8592, 7898, 7149, 7584, 7366, 6945, 7828, 8958, 7778, 10545, 7524, 9124, 7874, 8377, 7389, 7432, 7161, 7911, 9621, 7574, 7761, 7586, 8141, 10753, 7686, 9368, 7754, 7217, 7258, 7758, 7852, 7279, 7272, 7217, 7026, 7570, 10693, 8674, 8515, 7594, 8024, 11223, 7678, 10186, 8288, 7404, 7273, 7831, 11750, 7551, 8127, 7559, 7886, 9057, 7551, 7704, 7535, 7382, 7175, 7846, 10418, 7498, 7503, 7100, 7885, 10425, 8018, 8872, 7193, 8138, 9763, 7576, 8464, 7381, 7502, 7267, 7742, 8137, 7871, 8141, 7464, 8132, 7962, 7839, 8706, 7531, 7435, 7800, 7879, 10832, 7559, 8483, 7600, 7676, 7897, 7964, 11322, 7447, 8697, 7204, 7829, 10207, 7687, 8756, 7751, 8424, 7402, 8116, 9729, 7718, 8323, 7812, 7256, 7250, 8071, 10418, 7665, 7958, 7718, 7201, 7091, 7530, 9305, 7710, 7899, 7591, 7297, 7089, 8000, 9988, 7662, 7971, 7970, 7192, 7428, 7982, 10615, 7906, 8763, 7236, 8051, 10340, 7668, 8366, 7614, 7959, 7406, 8122, 10570, 7578, 8534, 7630, 7101, 7161, 7938, 9020, 7425, 7661, 7370, 8204, 9889, 7700, 8710, 7419, 8074, 11306, 8626, 9219, 7519, 8033, 8330, 7928, 8830, 7666, 7334, 7052, 8104, 10119, 7822, 8226, 7234, 7806, 10268, 7503, 8632, 7549, 7494, 7129, 7907, 9356, 7558, 8560, 7623, 7302, 7481, 8196, 9163, 7380, 8386, 7352, 8057, 9762, 7835, 8004, 7094, 7684, 11380, 7815, 7212, 7432, 7281, 7532, 7271, 7270, 7881, 7794, 7854, 7931, 7427, 7571, 10171, 8423, 10923, 11397, 9231, 13632, 7954, 8007, 7352, 7977, 8002, 7634, 7856, 7636, 7716, 7361, 7387, 7107, 7604, 7467, 7704, 9700, 7686, 8888, 7718, 9985, 7361, 7095, 7621, 7395, 7478, 8653, 8080, 13052, 7779, 8030, 8601, 7805, 10362, 7601, 7670, 8363, 7931, 14312, 7727, 9752, 7408, 8133, 13206, 7643, 8992, 7867, 7170, 7126, 7957, 8275, 7637, 7611, 7913, 7531, 7897, 7262, 7482, 7118, 7149, 8017, 8292, 7805, 10697, 7920, 8715, 7931, 7792, 7697, 7006, 7120, 8012, 10794, 7355, 8581, 7632, 7009, 6933, 7694, 10295, 7570, 7430, 7426, 7701, 7820, 7518, 8996, 7401, 7991, 8047, 7820, 8422, 7594, 7773, 7292, 8266, 7372, 7755, 10714, 7403, 9149, 7418, 7852, 10815, 7550, 8548, 7252, 7718, 10253, 7600, 8870, 7459, 7766, 9228, 7694, 7827, 7388, 7785, 9670, 7520, 8289, 7384, 7748, 8906, 7342, 8566, 7353, 7926, 7301, 7929, 10791, 7607, 8466, 7248, 7542, 7056, 7597, 11347, 7488, 9235, 7251, 7783, 11431, 7285, 8311, 7213, 7934, 14195, 9302, 11725, 7213, 8149, 9954, 7538, 8852, 7585, 7463, 7015, 7907, 8154, 7427, 7977, 7362, 7545, 7161, 7550, 8976, 7606, 7909, 7292, 7618, 7069, 7497, 7137, 7422, 8497, 7577, 7849, 9876, 7728, 10834, 7599, 7694, 7138, 8044, 9753, 7727, 10062, 7374, 7727, 6935, 7629, 9430, 7719, 7933, 6960, 7904, 9303, 7711, 8091, 7296, 7943, 8326, 7616, 7555, 7303, 7618, 8640, 7453, 7683, 8322, 7863, 10474, 7679, 8796, 7170, 7882, 10112, 7576, 8294, 7017, 8329, 9942, 7333, 8458, 7430, 7508, 7215, 7744, 10150, 7324, 8491, 7226, 7918, 11219, 8745, 9956, 7332, 7678, 7413, 7859, 9686, 7946, 8421, 7254, 7896, 7627, 7734, 9773, 7604, 8058, 9325, 7505, 8532, 7680, 7875, 9773, 7735, 10105, 7435, 8186, 7822, 7584, 7117, 7447, 7207, 7660, 8786, 7500, 7802, 8322, 7897, 8337, 7479, 7967, 7308, 8264, 7456, 7800, 8897, 7395, 8968, 7715, 7583, 7718, 7519, 9958, 7361, 7913, 9075, 7862, 8564, 7352, 7895, 7654, 7782, 7325, 7760, 10105, 7962, 7810, 7158, 7727, 8710, 7632, 7945, 7434, 8141, 7499, 7772, 7614, 7863, 7662, 7058, 8257, 10715, 7691, 9330, 7356, 7696, 7710, 7716, 10561, 8103, 9533, 7582, 7669, 8228, 7687, 7905, 7211, 7968, 12703, 8392, 8173, 11692, 7670, 9114, 7827, 7723, 7215, 7702, 7138, 7511, 9378, 7263, 8003, 7420, 8011, 7314, 6899, 7477, 7419, 7984, 7262, 8446, 12653, 8044, 11180, 8049, 7787, 13657, 7540, 10338, 7452, 8132, 12315, 8420, 13017, 8577, 10210, 7943, 7480, 7459, 7872, 7222, 8051, 10182, 7476, 8290, 7685, 7903, 7278, 7822, 7941, 7849, 8121, 7678, 8090, 7550, 7804, 7736, 8010, 7151, 7619, 7202, 7784, 7573, 7840, 9497, 7508, 9054, 7377, 7635, 10413, 7175, 8652, 7287, 7951, 7678, 8096, 9010, 7701, 10451, 7404, 7793, 9970, 7814, 10417, 7129, 7991, 7187, 7789, 11137, 7161, 8884, 7046, 7934, 10843, 7223, 7827, 7127, 7817, 9313, 7304, 8839, 8037, 8067, 6983, 7557, 7875, 7693, 7888, 6961, 7702, 9096, 7465, 8088, 7134, 8007, 7066, 7370, 8007, 7549, 8064, 8243, 7752, 9113, 7663, 7931, 7233, 7671, 7437, 7896, 8942, 7494, 8362, 7790, 7815, 7258, 7758, 7532, 8089, 9578, 7761, 8639, 7689, 7806, 6965, 7813, 7243, 7539, 8396, 7581, 8012, 7287, 7754, 7600, 7937, 7126, 7889, 7721, 8116, 10533, 7736, 11987, 7552, 7842, 8034, 8302, 10695, 8251, 8511, 8004, 7307, 8360, 7763, 7834, 8031, 8119, 7021, 8048, 14351, 7351, 9225, 7363, 7738, 9325, 7569, 8468, 7604, 7961, 6996, 7936, 7697, 7999, 7586, 7568, 7403, 7447, 7631, 8291, 7276, 7821, 10720, 7537, 8864, 7703, 7735, 11536, 7739, 8037, 7064, 8180, 14458, 7537, 11354, 9032, 9622, 7432, 7418, 7575, 7166, 7535, 8265, 7064, 7666, 11596, 7312, 7654, 7054, 7833, 10006, 7507, 8922, 7510, 7582, 6827, 8004, 10885, 7434, 9890, 7231, 7946, 7363, 7030, 7808, 8340, 7365, 8610, 8443, 7689, 11926, 7958, 8659, 8175, 7723, 12708, 7891, 9521, 8138, 7648, 8322, 7764, 10583, 7838, 8634, 7825, 7696, 7186, 7605, 7494, 8396, 7879, 10212, 8011, 9806, 8025, 8098, 8210, 8259, 8153, 8972, 8007, 11802, 9305, 13994, 13161, 8740, 13248, 7951, 9246, 8141, 7553, 7971, 7533, 7808, 7411, 7798, 7555, 7689, 8027, 7724, 8933, 8426, 7499, 11000, 7576, 10452, 8004, 7573, 7667, 7626, 8036, 7367, 10773, 7538, 8431, 8186, 7800, 9339, 7452, 8692, 7616, 7910, 7881, 7738, 7470, 7959, 7952, 7447, 7949, 7264, 8114, 7370, 7837, 7787, 7705, 8658, 7939, 10578, 7337, 8365, 7391, 7924, 7899, 7479, 8910, 7946, 7997, 7389, 8042, 7610, 7941, 8896, 7522, 9235, 7733, 7770, 7503, 7688, 8111, 7504, 8512, 7464, 7756, 10586, 7498, 9846, 7892, 8078, 7313, 7720, 8118, 7601, 8842, 7480, 7945, 7295, 8151, 10810, 7290, 8207, 7425, 7881, 9194, 7460, 8758, 7443, 8205, 7302, 7729, 7723, 7655, 7499, 7902, 7516, 7958], 'WindowCenter': [4280.0, 4284.0, 4238.0, 4235.0, 4222.0, 4212.0, 4199.0, 4210.0, 4208.0, 4209.0, 4209.0, 4210.0, 4209.0, 4209.0, 4209.0, 4209.0, 4219.0, 4208.0, 4221.0, 4219.0, 4221.0, 4210.0, 4233.0, 4222.0, 4211.0, 4222.0, 4211.0, 4232.0, 4251.0, 4222.0, 4232.0, 4223.0, 4222.0, 4211.0, 4222.0, 4241.0, 4219.0, 4230.0, 4222.0, 4222.0, 4209.0, 4221.0, 4208.0, 4221.0, 4230.0, 4221.0, 4210.0, 4210.0, 4222.0, 4232.0, 4223.0, 4232.0, 4222.0, 4220.0, 4211.0, 4222.0, 4239.0, 4220.0, 4220.0, 4210.0, 4222.0, 4240.0, 4221.0, 4230.0, 4210.0, 4210.0, 4207.0, 4209.0, 4229.0, 4220.0, 4210.0, 4198.0, 4221.0, 4238.0, 4220.0, 4209.0, 4209.0, 4220.0, 4240.0, 4232.0, 4231.0, 4210.0, 4222.0, 4240.0, 4220.0, 4219.0, 4210.0, 4231.0, 4241.0, 4230.0, 4230.0, 4199.0, 4221.0, 4238.0, 4220.0, 4222.0, 4220.0, 4219.0, 4239.0, 4218.0, 4210.0, 4209.0, 4219.0, 4241.0, 4222.0, 4232.0, 4240.0, 4221.0, 4241.0, 4210.0, 4221.0, 4260.0, 4220.0, 4231.0, 4210.0, 4221.0, 4239.0, 4219.0, 4210.0, 4221.0, 4221.0, 4228.0, 4209.0, 4209.0, 4197.0, 4220.0, 4218.0, 4210.0, 4232.0, 4240.0, 4221.0, 4220.0, 4221.0, 4222.0, 4210.0, 4222.0, 4242.0, 4222.0, 4232.0, 4252.0, 4222.0, 4241.0, 4221.0, 4231.0, 4251.0, 4222.0, 4229.0, 4209.0, 4231.0, 4248.0, 4219.0, 4229.0, 4209.0, 4221.0, 4228.0, 4209.0, 4218.0, 4208.0, 4220.0, 4227.0, 4219.0, 4220.0, 4209.0, 4221.0, 4230.0, 4232.0, 4239.0, 4233.0, 4231.0, 4211.0, 4232.0, 4231.0, 4233.0, 4253.0, 4222.0, 4233.0, 4263.0, 4252.0, 4241.0, 4197.0, 4219.0, 4258.0, 4209.0, 4220.0, 4246.0, 4208.0, 4217.0, 4198.0, 4219.0, 4249.0, 4209.0, 4219.0, 4209.0, 4220.0, 4229.0, 4220.0, 4230.0, 4220.0, 4208.0, 4207.0, 4220.0, 4239.0, 4220.0, 4233.0, 4218.0, 4220.0, 4249.0, 4221.0, 4232.0, 4209.0, 4221.0, 4239.0, 4221.0, 4209.0, 4210.0, 4229.0, 4240.0, 4222.0, 4231.0, 4210.0, 4221.0, 4259.0, 4221.0, 4240.0, 4219.0, 4220.0, 4240.0, 4229.0, 4207.0, 4207.0, 4220.0, 4249.0, 4220.0, 4228.0, 4208.0, 4218.0, 4206.0, 4217.0, 4206.0, 4208.0, 4220.0, 4237.0, 4220.0, 4228.0, 4208.0, 4220.0, 4259.0, 4221.0, 4229.0, 4208.0, 4220.0, 4238.0, 4219.0, 4219.0, 4217.0, 4219.0, 4240.0, 4220.0, 4210.0, 4209.0, 4221.0, 4249.0, 4221.0, 4242.0, 4230.0, 4222.0, 4261.0, 4232.0, 4253.0, 4231.0, 4233.0, 4252.0, 4230.0, 4222.0, 4220.0, 4221.0, 4252.0, 4232.0, 4232.0, 4250.0, 4219.0, 4239.0, 4210.0, 4231.0, 4250.0, 4219.0, 4229.0, 4209.0, 4209.0, 4207.0, 4221.0, 4250.0, 4231.0, 4221.0, 4241.0, 4220.0, 4259.0, 4220.0, 4230.0, 4221.0, 4232.0, 4239.0, 4220.0, 4228.0, 4220.0, 4231.0, 4221.0, 4231.0, 4252.0, 4230.0, 4220.0, 4209.0, 4221.0, 4249.0, 4220.0, 4230.0, 4238.0, 4208.0, 4236.0, 4206.0, 4218.0, 4218.0, 4219.0, 4216.0, 4208.0, 4219.0, 4206.0, 4219.0, 4219.0, 4220.0, 4209.0, 4207.0, 4219.0, 4248.0, 4210.0, 4233.0, 4234.0, 4232.0, 4233.0, 4234.0, 4246.0, 4225.0, 4266.0, 4285.0, 4232.0, 4242.0, 4220.0, 4221.0, 4240.0, 4209.0, 4219.0, 4220.0, 4218.0, 4207.0, 4210.0, 4199.0, 4220.0, 4219.0, 4210.0, 4199.0, 4221.0, 4229.0, 4221.0, 4231.0, 4208.0, 4218.0, 4248.0, 4208.0, 4238.0, 4207.0, 4208.0, 4197.0, 4219.0, 4248.0, 4207.0, 4227.0, 4208.0, 4208.0, 4196.0, 4219.0, 4238.0, 4209.0, 4217.0, 4217.0, 4198.0, 4209.0, 4210.0, 4210.0, 4222.0, 4230.0, 4220.0, 4251.0, 4221.0, 4230.0, 4220.0, 4230.0, 4211.0, 4211.0, 4198.0, 4221.0, 4228.0, 4220.0, 4208.0, 4210.0, 4222.0, 4250.0, 4209.0, 4229.0, 4208.0, 4208.0, 4210.0, 4220.0, 4219.0, 4210.0, 4210.0, 4222.0, 4209.0, 4234.0, 4253.0, 4232.0, 4232.0, 4221.0, 4223.0, 4251.0, 4222.0, 4241.0, 4220.0, 4211.0, 4209.0, 4220.0, 4250.0, 4211.0, 4219.0, 4208.0, 4220.0, 4218.0, 4209.0, 4209.0, 4209.0, 4209.0, 4198.0, 4219.0, 4238.0, 4209.0, 4207.0, 4210.0, 4220.0, 4238.0, 4218.0, 4217.0, 4198.0, 4220.0, 4237.0, 4219.0, 4219.0, 4207.0, 4207.0, 4196.0, 4208.0, 4205.0, 4219.0, 4218.0, 4207.0, 4220.0, 4218.0, 4208.0, 4218.0, 4221.0, 4209.0, 4208.0, 4218.0, 4238.0, 4218.0, 4228.0, 4220.0, 4221.0, 4220.0, 4231.0, 4249.0, 4219.0, 4229.0, 4219.0, 4232.0, 4251.0, 4219.0, 4228.0, 4220.0, 4229.0, 4208.0, 4230.0, 4240.0, 4220.0, 4218.0, 4219.0, 4209.0, 4206.0, 4219.0, 4248.0, 4218.0, 4217.0, 4207.0, 4208.0, 4196.0, 4218.0, 4227.0, 4217.0, 4218.0, 4208.0, 4207.0, 4207.0, 4218.0, 4236.0, 4218.0, 4218.0, 4219.0, 4209.0, 4207.0, 4230.0, 4247.0, 4220.0, 4228.0, 4219.0, 4230.0, 4250.0, 4221.0, 4229.0, 4220.0, 4229.0, 4220.0, 4232.0, 4250.0, 4219.0, 4230.0, 4219.0, 4209.0, 4209.0, 4230.0, 4228.0, 4221.0, 4220.0, 4221.0, 4231.0, 4239.0, 4232.0, 4241.0, 4221.0, 4232.0, 4260.0, 4229.0, 4228.0, 4208.0, 4220.0, 4228.0, 4231.0, 4239.0, 4219.0, 4209.0, 4207.0, 4219.0, 4237.0, 4218.0, 4219.0, 4219.0, 4220.0, 4237.0, 4206.0, 4227.0, 4216.0, 4207.0, 4206.0, 4219.0, 4238.0, 4218.0, 4226.0, 4219.0, 4219.0, 4219.0, 4240.0, 4239.0, 4219.0, 4231.0, 4219.0, 4230.0, 4239.0, 4230.0, 4230.0, 4220.0, 4230.0, 4260.0, 4221.0, 4208.0, 4219.0, 4220.0, 4232.0, 4220.0, 4232.0, 4243.0, 4234.0, 4243.0, 4244.0, 4234.0, 4235.0, 4263.0, 4243.0, 4264.0, 4250.0, 4230.0, 4257.0, 4207.0, 4207.0, 4204.0, 4206.0, 4206.0, 4207.0, 4205.0, 4206.0, 4207.0, 4206.0, 4208.0, 4197.0, 4219.0, 4208.0, 4220.0, 4237.0, 4220.0, 4231.0, 4221.0, 4241.0, 4224.0, 4210.0, 4220.0, 4211.0, 4221.0, 4230.0, 4234.0, 4271.0, 4221.0, 4220.0, 4230.0, 4220.0, 4240.0, 4219.0, 4208.0, 4217.0, 4207.0, 4257.0, 4206.0, 4225.0, 4194.0, 4207.0, 4245.0, 4195.0, 4214.0, 4204.0, 4194.0, 4194.0, 4218.0, 4216.0, 4206.0, 4206.0, 4218.0, 4208.0, 4207.0, 4196.0, 4207.0, 4207.0, 4208.0, 4230.0, 4219.0, 4220.0, 4249.0, 4219.0, 4218.0, 4219.0, 4218.0, 4220.0, 4211.0, 4210.0, 4221.0, 4238.0, 4210.0, 4218.0, 4208.0, 4210.0, 4208.0, 4220.0, 4238.0, 4209.0, 4209.0, 4223.0, 4221.0, 4218.0, 4221.0, 4226.0, 4207.0, 4218.0, 4218.0, 4219.0, 4218.0, 4218.0, 4207.0, 4209.0, 4217.0, 4209.0, 4219.0, 4238.0, 4209.0, 4228.0, 4209.0, 4220.0, 4249.0, 4219.0, 4227.0, 4207.0, 4208.0, 4237.0, 4206.0, 4228.0, 4207.0, 4219.0, 4228.0, 4208.0, 4207.0, 4206.0, 4218.0, 4227.0, 4207.0, 4219.0, 4208.0, 4219.0, 4228.0, 4220.0, 4242.0, 4221.0, 4220.0, 4209.0, 4230.0, 4248.0, 4220.0, 4232.0, 4221.0, 4220.0, 4210.0, 4232.0, 4261.0, 4221.0, 4243.0, 4210.0, 4221.0, 4249.0, 4209.0, 4229.0, 4220.0, 4232.0, 4269.0, 4228.0, 4248.0, 4206.0, 4218.0, 4236.0, 4218.0, 4228.0, 4207.0, 4206.0, 4196.0, 4218.0, 4216.0, 4209.0, 4218.0, 4208.0, 4218.0, 4197.0, 4220.0, 4228.0, 4219.0, 4219.0, 4208.0, 4217.0, 4197.0, 4220.0, 4208.0, 4221.0, 4230.0, 4221.0, 4221.0, 4239.0, 4209.0, 4236.0, 4207.0, 4207.0, 4207.0, 4220.0, 4228.0, 4206.0, 4226.0, 4206.0, 4208.0, 4196.0, 4218.0, 4225.0, 4206.0, 4205.0, 4195.0, 4217.0, 4226.0, 4205.0, 4218.0, 4206.0, 4217.0, 4217.0, 4207.0, 4206.0, 4195.0, 4208.0, 4216.0, 4207.0, 4219.0, 4218.0, 4219.0, 4237.0, 4218.0, 4228.0, 4198.0, 4219.0, 4238.0, 4207.0, 4218.0, 4206.0, 4230.0, 4237.0, 4208.0, 4230.0, 4209.0, 4210.0, 4218.0, 4220.0, 4249.0, 4220.0, 4230.0, 4221.0, 4231.0, 4249.0, 4231.0, 4239.0, 4219.0, 4219.0, 4207.0, 4230.0, 4239.0, 4219.0, 4220.0, 4209.0, 4220.0, 4220.0, 4221.0, 4241.0, 4219.0, 4219.0, 4229.0, 4210.0, 4229.0, 4232.0, 4220.0, 4237.0, 4218.0, 4237.0, 4208.0, 4219.0, 4219.0, 4208.0, 4197.0, 4207.0, 4207.0, 4220.0, 4228.0, 4207.0, 4220.0, 4231.0, 4231.0, 4217.0, 4209.0, 4218.0, 4218.0, 4229.0, 4208.0, 4219.0, 4240.0, 4222.0, 4243.0, 4220.0, 4219.0, 4218.0, 4219.0, 4238.0, 4220.0, 4231.0, 4239.0, 4217.0, 4226.0, 4219.0, 4217.0, 4218.0, 4219.0, 4207.0, 4219.0, 4237.0, 4205.0, 4206.0, 4194.0, 4207.0, 4215.0, 4207.0, 4217.0, 4205.0, 4207.0, 4194.0, 4205.0, 4205.0, 4216.0, 4217.0, 4197.0, 4218.0, 4236.0, 4207.0, 4227.0, 4207.0, 4231.0, 4218.0, 4219.0, 4238.0, 4218.0, 4238.0, 4220.0, 4230.0, 4232.0, 4220.0, 4220.0, 4208.0, 4220.0, 4259.0, 4217.0, 4218.0, 4247.0, 4207.0, 4216.0, 4208.0, 4208.0, 4208.0, 4207.0, 4194.0, 4207.0, 4227.0, 4208.0, 4220.0, 4221.0, 4231.0, 4235.0, 4222.0, 4220.0, 4209.0, 4221.0, 4210.0, 4233.0, 4260.0, 4220.0, 4249.0, 4207.0, 4207.0, 4256.0, 4207.0, 4226.0, 4195.0, 4205.0, 4234.0, 4205.0, 4245.0, 4215.0, 4222.0, 4192.0, 4194.0, 4196.0, 4216.0, 4193.0, 4203.0, 4212.0, 4181.0, 4191.0, 4193.0, 4193.0, 4193.0, 4194.0, 4194.0, 4205.0, 4204.0, 4205.0, 4204.0, 4205.0, 4219.0, 4209.0, 4206.0, 4185.0, 4196.0, 4197.0, 4210.0, 4209.0, 4232.0, 4241.0, 4210.0, 4242.0, 4210.0, 4222.0, 4253.0, 4213.0, 4229.0, 4210.0, 4219.0, 4220.0, 4232.0, 4230.0, 4210.0, 4239.0, 4208.0, 4220.0, 4227.0, 4209.0, 4239.0, 4198.0, 4219.0, 4197.0, 4209.0, 4249.0, 4198.0, 4229.0, 4197.0, 4220.0, 4239.0, 4208.0, 4218.0, 4196.0, 4219.0, 4228.0, 4207.0, 4232.0, 4219.0, 4208.0, 4195.0, 4209.0, 4208.0, 4207.0, 4207.0, 4198.0, 4208.0, 4227.0, 4207.0, 4207.0, 4198.0, 4219.0, 4198.0, 4209.0, 4207.0, 4208.0, 4218.0, 4218.0, 4209.0, 4217.0, 4208.0, 4207.0, 4197.0, 4209.0, 4195.0, 4218.0, 4216.0, 4209.0, 4217.0, 4209.0, 4207.0, 4209.0, 4209.0, 4218.0, 4220.0, 4241.0, 4209.0, 4220.0, 4207.0, 4208.0, 4186.0, 4207.0, 4196.0, 4208.0, 4217.0, 4208.0, 4218.0, 4209.0, 4220.0, 4209.0, 4220.0, 4199.0, 4220.0, 4223.0, 4232.0, 4239.0, 4209.0, 4248.0, 4209.0, 4232.0, 4230.0, 4230.0, 4251.0, 4230.0, 4231.0, 4221.0, 4210.0, 4219.0, 4219.0, 4219.0, 4221.0, 4219.0, 4197.0, 4219.0, 4258.0, 4198.0, 4216.0, 4196.0, 4208.0, 4217.0, 4207.0, 4206.0, 4206.0, 4207.0, 4196.0, 4208.0, 4210.0, 4221.0, 4209.0, 4207.0, 4210.0, 4210.0, 4223.0, 4233.0, 4211.0, 4224.0, 4252.0, 4212.0, 4232.0, 4208.0, 4210.0, 4250.0, 4210.0, 4209.0, 4198.0, 4219.0, 4260.0, 4210.0, 4239.0, 4219.0, 4240.0, 4209.0, 4197.0, 4210.0, 4198.0, 4221.0, 4220.0, 4198.0, 4210.0, 4240.0, 4198.0, 4209.0, 4198.0, 4211.0, 4228.0, 4199.0, 4219.0, 4198.0, 4210.0, 4188.0, 4209.0, 4237.0, 4197.0, 4228.0, 4198.0, 4207.0, 4198.0, 4198.0, 4211.0, 4235.0, 4223.0, 4232.0, 4218.0, 4209.0, 4247.0, 4208.0, 4218.0, 4217.0, 4210.0, 4248.0, 4207.0, 4227.0, 4206.0, 4206.0, 4205.0, 4209.0, 4239.0, 4208.0, 4229.0, 4222.0, 4221.0, 4210.0, 4210.0, 4210.0, 4232.0, 4233.0, 4252.0, 4222.0, 4241.0, 4220.0, 4222.0, 4220.0, 4232.0, 4221.0, 4242.0, 4233.0, 4263.0, 4231.0, 4272.0, 4249.0, 4219.0, 4247.0, 4206.0, 4217.0, 4206.0, 4207.0, 4219.0, 4211.0, 4208.0, 4206.0, 4208.0, 4208.0, 4220.0, 4220.0, 4222.0, 4242.0, 4221.0, 4223.0, 4250.0, 4221.0, 4252.0, 4222.0, 4212.0, 4210.0, 4210.0, 4218.0, 4210.0, 4239.0, 4209.0, 4219.0, 4216.0, 4220.0, 4227.0, 4209.0, 4218.0, 4209.0, 4219.0, 4220.0, 4222.0, 4208.0, 4219.0, 4206.0, 4208.0, 4218.0, 4210.0, 4219.0, 4210.0, 4220.0, 4221.0, 4221.0, 4219.0, 4220.0, 4239.0, 4209.0, 4219.0, 4211.0, 4221.0, 4219.0, 4211.0, 4228.0, 4220.0, 4219.0, 4210.0, 4219.0, 4220.0, 4222.0, 4230.0, 4222.0, 4241.0, 4221.0, 4220.0, 4210.0, 4221.0, 4218.0, 4209.0, 4219.0, 4209.0, 4222.0, 4240.0, 4210.0, 4239.0, 4219.0, 4219.0, 4208.0, 4208.0, 4217.0, 4209.0, 4230.0, 4210.0, 4221.0, 4208.0, 4219.0, 4238.0, 4208.0, 4218.0, 4207.0, 4220.0, 4229.0, 4209.0, 4218.0, 4209.0, 4219.0, 4209.0, 4221.0, 4220.0, 4221.0, 4210.0, 4220.0, 4210.0, 4231.0], 'WindowWidth': [9480.0, 9473.0, 9398.0, 9386.0, 9361.0, 9346.0, 9325.0, 9342.0, 9335.0, 9339.0, 9337.0, 9340.0, 9339.0, 9337.0, 9338.0, 9336.0, 9353.0, 9337.0, 9359.0, 9352.0, 9359.0, 9344.0, 9377.0, 9362.0, 9344.0, 9361.0, 9343.0, 9376.0, 9400.0, 9362.0, 9374.0, 9364.0, 9361.0, 9343.0, 9362.0, 9383.0, 9354.0, 9369.0, 9360.0, 9362.0, 9340.0, 9358.0, 9337.0, 9357.0, 9367.0, 9357.0, 9343.0, 9342.0, 9362.0, 9375.0, 9364.0, 9374.0, 9362.0, 9356.0, 9345.0, 9362.0, 9379.0, 9355.0, 9355.0, 9342.0, 9360.0, 9381.0, 9357.0, 9367.0, 9340.0, 9342.0, 9333.0, 9339.0, 9366.0, 9356.0, 9342.0, 9323.0, 9356.0, 9376.0, 9355.0, 9340.0, 9338.0, 9358.0, 9384.0, 9374.0, 9374.0, 9343.0, 9362.0, 9380.0, 9355.0, 9354.0, 9341.0, 9374.0, 9384.0, 9369.0, 9369.0, 9325.0, 9359.0, 9378.0, 9358.0, 9363.0, 9354.0, 9353.0, 9379.0, 9352.0, 9344.0, 9340.0, 9356.0, 9388.0, 9363.0, 9376.0, 9383.0, 9360.0, 9385.0, 9342.0, 9359.0, 9411.0, 9358.0, 9373.0, 9341.0, 9359.0, 9380.0, 9352.0, 9344.0, 9358.0, 9360.0, 9364.0, 9339.0, 9340.0, 9319.0, 9355.0, 9351.0, 9342.0, 9376.0, 9382.0, 9357.0, 9354.0, 9359.0, 9362.0, 9343.0, 9363.0, 9389.0, 9363.0, 9377.0, 9402.0, 9363.0, 9387.0, 9358.0, 9373.0, 9401.0, 9362.0, 9369.0, 9341.0, 9372.0, 9393.0, 9352.0, 9367.0, 9342.0, 9359.0, 9364.0, 9340.0, 9350.0, 9335.0, 9355.0, 9363.0, 9355.0, 9356.0, 9341.0, 9359.0, 9369.0, 9377.0, 9383.0, 9379.0, 9375.0, 9348.0, 9376.0, 9374.0, 9380.0, 9407.0, 9364.0, 9380.0, 9420.0, 9403.0, 9386.0, 9321.0, 9353.0, 9405.0, 9339.0, 9356.0, 9386.0, 9336.0, 9347.0, 9322.0, 9354.0, 9394.0, 9340.0, 9352.0, 9341.0, 9357.0, 9365.0, 9358.0, 9370.0, 9356.0, 9338.0, 9336.0, 9357.0, 9381.0, 9358.0, 9381.0, 9353.0, 9359.0, 9395.0, 9360.0, 9376.0, 9342.0, 9362.0, 9383.0, 9360.0, 9341.0, 9343.0, 9369.0, 9386.0, 9364.0, 9376.0, 9345.0, 9362.0, 9408.0, 9360.0, 9385.0, 9355.0, 9360.0, 9383.0, 9368.0, 9336.0, 9336.0, 9357.0, 9393.0, 9357.0, 9366.0, 9337.0, 9350.0, 9331.0, 9348.0, 9334.0, 9338.0, 9359.0, 9377.0, 9356.0, 9367.0, 9339.0, 9359.0, 9408.0, 9360.0, 9370.0, 9338.0, 9357.0, 9378.0, 9354.0, 9354.0, 9350.0, 9357.0, 9383.0, 9357.0, 9344.0, 9341.0, 9361.0, 9396.0, 9363.0, 9392.0, 9371.0, 9364.0, 9413.0, 9376.0, 9407.0, 9375.0, 9382.0, 9406.0, 9372.0, 9363.0, 9358.0, 9363.0, 9403.0, 9379.0, 9377.0, 9398.0, 9355.0, 9381.0, 9342.0, 9374.0, 9398.0, 9356.0, 9368.0, 9342.0, 9343.0, 9336.0, 9362.0, 9399.0, 9375.0, 9361.0, 9386.0, 9358.0, 9408.0, 9357.0, 9372.0, 9362.0, 9376.0, 9382.0, 9358.0, 9366.0, 9358.0, 9374.0, 9361.0, 9377.0, 9403.0, 9370.0, 9357.0, 9340.0, 9360.0, 9395.0, 9357.0, 9371.0, 9377.0, 9336.0, 9370.0, 9332.0, 9349.0, 9351.0, 9355.0, 9347.0, 9336.0, 9353.0, 9332.0, 9355.0, 9355.0, 9358.0, 9340.0, 9336.0, 9354.0, 9390.0, 9344.0, 9380.0, 9384.0, 9378.0, 9382.0, 9382.0, 9401.0, 9371.0, 9430.0, 9451.0, 9374.0, 9387.0, 9355.0, 9359.0, 9379.0, 9337.0, 9349.0, 9355.0, 9348.0, 9333.0, 9340.0, 9325.0, 9354.0, 9352.0, 9340.0, 9324.0, 9359.0, 9364.0, 9356.0, 9370.0, 9334.0, 9350.0, 9388.0, 9333.0, 9373.0, 9333.0, 9335.0, 9317.0, 9353.0, 9390.0, 9333.0, 9357.0, 9332.0, 9334.0, 9315.0, 9351.0, 9376.0, 9338.0, 9347.0, 9347.0, 9323.0, 9339.0, 9341.0, 9340.0, 9362.0, 9369.0, 9356.0, 9395.0, 9358.0, 9368.0, 9354.0, 9369.0, 9345.0, 9344.0, 9322.0, 9356.0, 9364.0, 9354.0, 9338.0, 9341.0, 9361.0, 9394.0, 9338.0, 9364.0, 9335.0, 9335.0, 9342.0, 9356.0, 9351.0, 9343.0, 9342.0, 9363.0, 9343.0, 9383.0, 9405.0, 9377.0, 9375.0, 9360.0, 9365.0, 9398.0, 9360.0, 9385.0, 9355.0, 9346.0, 9339.0, 9356.0, 9396.0, 9344.0, 9353.0, 9337.0, 9355.0, 9348.0, 9338.0, 9337.0, 9339.0, 9338.0, 9322.0, 9352.0, 9374.0, 9339.0, 9333.0, 9343.0, 9357.0, 9376.0, 9349.0, 9347.0, 9321.0, 9353.0, 9373.0, 9354.0, 9353.0, 9333.0, 9334.0, 9315.0, 9336.0, 9329.0, 9352.0, 9349.0, 9334.0, 9354.0, 9348.0, 9338.0, 9350.0, 9360.0, 9341.0, 9335.0, 9350.0, 9375.0, 9351.0, 9364.0, 9358.0, 9360.0, 9356.0, 9373.0, 9393.0, 9355.0, 9368.0, 9355.0, 9377.0, 9398.0, 9355.0, 9366.0, 9357.0, 9369.0, 9339.0, 9372.0, 9385.0, 9358.0, 9352.0, 9354.0, 9340.0, 9332.0, 9354.0, 9390.0, 9352.0, 9349.0, 9335.0, 9337.0, 9317.0, 9350.0, 9362.0, 9348.0, 9350.0, 9337.0, 9334.0, 9333.0, 9352.0, 9373.0, 9352.0, 9352.0, 9353.0, 9339.0, 9335.0, 9371.0, 9389.0, 9355.0, 9365.0, 9354.0, 9372.0, 9398.0, 9358.0, 9367.0, 9358.0, 9369.0, 9358.0, 9377.0, 9397.0, 9357.0, 9371.0, 9355.0, 9342.0, 9341.0, 9371.0, 9365.0, 9359.0, 9358.0, 9359.0, 9375.0, 9381.0, 9377.0, 9387.0, 9361.0, 9379.0, 9412.0, 9368.0, 9365.0, 9337.0, 9356.0, 9363.0, 9373.0, 9382.0, 9355.0, 9340.0, 9334.0, 9356.0, 9376.0, 9351.0, 9353.0, 9356.0, 9358.0, 9376.0, 9334.0, 9361.0, 9347.0, 9336.0, 9332.0, 9355.0, 9380.0, 9350.0, 9361.0, 9355.0, 9355.0, 9358.0, 9387.0, 9384.0, 9359.0, 9376.0, 9358.0, 9373.0, 9381.0, 9371.0, 9373.0, 9360.0, 9374.0, 9412.0, 9361.0, 9338.0, 9354.0, 9357.0, 9376.0, 9359.0, 9377.0, 9396.0, 9384.0, 9396.0, 9399.0, 9384.0, 9388.0, 9421.0, 9395.0, 9424.0, 9396.0, 9367.0, 9401.0, 9332.0, 9332.0, 9324.0, 9329.0, 9329.0, 9333.0, 9328.0, 9331.0, 9332.0, 9329.0, 9336.0, 9318.0, 9352.0, 9335.0, 9356.0, 9376.0, 9355.0, 9370.0, 9358.0, 9386.0, 9367.0, 9342.0, 9353.0, 9344.0, 9360.0, 9370.0, 9380.0, 9426.0, 9357.0, 9355.0, 9367.0, 9356.0, 9383.0, 9352.0, 9336.0, 9344.0, 9332.0, 9399.0, 9327.0, 9353.0, 9308.0, 9330.0, 9379.0, 9310.0, 9334.0, 9322.0, 9310.0, 9309.0, 9348.0, 9341.0, 9328.0, 9328.0, 9349.0, 9334.0, 9331.0, 9315.0, 9332.0, 9333.0, 9336.0, 9370.0, 9351.0, 9357.0, 9395.0, 9352.0, 9349.0, 9353.0, 9350.0, 9355.0, 9345.0, 9341.0, 9358.0, 9377.0, 9339.0, 9349.0, 9336.0, 9341.0, 9335.0, 9357.0, 9378.0, 9338.0, 9339.0, 9366.0, 9361.0, 9350.0, 9359.0, 9359.0, 9334.0, 9350.0, 9350.0, 9353.0, 9349.0, 9351.0, 9333.0, 9340.0, 9348.0, 9339.0, 9353.0, 9377.0, 9340.0, 9365.0, 9340.0, 9358.0, 9393.0, 9353.0, 9361.0, 9334.0, 9336.0, 9372.0, 9332.0, 9361.0, 9334.0, 9352.0, 9362.0, 9337.0, 9334.0, 9332.0, 9351.0, 9359.0, 9333.0, 9351.0, 9335.0, 9356.0, 9365.0, 9358.0, 9390.0, 9363.0, 9359.0, 9340.0, 9371.0, 9393.0, 9358.0, 9377.0, 9362.0, 9357.0, 9343.0, 9377.0, 9414.0, 9362.0, 9393.0, 9343.0, 9359.0, 9394.0, 9341.0, 9367.0, 9357.0, 9377.0, 9422.0, 9364.0, 9389.0, 9331.0, 9351.0, 9373.0, 9351.0, 9362.0, 9333.0, 9331.0, 9317.0, 9351.0, 9346.0, 9341.0, 9353.0, 9338.0, 9349.0, 9321.0, 9355.0, 9365.0, 9354.0, 9355.0, 9336.0, 9348.0, 9320.0, 9356.0, 9339.0, 9361.0, 9370.0, 9359.0, 9359.0, 9378.0, 9338.0, 9371.0, 9334.0, 9335.0, 9336.0, 9357.0, 9365.0, 9331.0, 9359.0, 9331.0, 9335.0, 9317.0, 9350.0, 9358.0, 9331.0, 9329.0, 9314.0, 9347.0, 9358.0, 9329.0, 9350.0, 9332.0, 9349.0, 9346.0, 9332.0, 9331.0, 9314.0, 9336.0, 9345.0, 9336.0, 9355.0, 9349.0, 9353.0, 9375.0, 9350.0, 9366.0, 9322.0, 9354.0, 9377.0, 9335.0, 9349.0, 9332.0, 9371.0, 9376.0, 9339.0, 9369.0, 9340.0, 9342.0, 9352.0, 9359.0, 9394.0, 9359.0, 9372.0, 9361.0, 9373.0, 9395.0, 9372.0, 9380.0, 9354.0, 9356.0, 9337.0, 9373.0, 9383.0, 9355.0, 9355.0, 9341.0, 9359.0, 9356.0, 9360.0, 9388.0, 9352.0, 9353.0, 9364.0, 9341.0, 9371.0, 9379.0, 9356.0, 9373.0, 9350.0, 9373.0, 9337.0, 9353.0, 9353.0, 9337.0, 9319.0, 9336.0, 9334.0, 9357.0, 9365.0, 9337.0, 9357.0, 9375.0, 9373.0, 9348.0, 9339.0, 9351.0, 9354.0, 9368.0, 9338.0, 9357.0, 9385.0, 9365.0, 9393.0, 9360.0, 9355.0, 9350.0, 9357.0, 9380.0, 9358.0, 9377.0, 9382.0, 9349.0, 9360.0, 9354.0, 9349.0, 9351.0, 9354.0, 9337.0, 9354.0, 9374.0, 9330.0, 9331.0, 9313.0, 9334.0, 9343.0, 9335.0, 9348.0, 9326.0, 9334.0, 9313.0, 9330.0, 9329.0, 9345.0, 9350.0, 9321.0, 9351.0, 9371.0, 9334.0, 9360.0, 9333.0, 9376.0, 9350.0, 9352.0, 9379.0, 9351.0, 9376.0, 9358.0, 9374.0, 9378.0, 9358.0, 9356.0, 9337.0, 9356.0, 9408.0, 9347.0, 9349.0, 9387.0, 9333.0, 9343.0, 9337.0, 9336.0, 9336.0, 9334.0, 9314.0, 9335.0, 9361.0, 9337.0, 9356.0, 9359.0, 9375.0, 9387.0, 9365.0, 9356.0, 9340.0, 9358.0, 9343.0, 9380.0, 9411.0, 9355.0, 9392.0, 9331.0, 9334.0, 9398.0, 9331.0, 9355.0, 9312.0, 9326.0, 9362.0, 9325.0, 9380.0, 9340.0, 9343.0, 9303.0, 9307.0, 9315.0, 9345.0, 9308.0, 9319.0, 9329.0, 9287.0, 9299.0, 9306.0, 9305.0, 9304.0, 9310.0, 9308.0, 9326.0, 9324.0, 9326.0, 9325.0, 9329.0, 9353.0, 9339.0, 9327.0, 9296.0, 9312.0, 9318.0, 9341.0, 9338.0, 9376.0, 9385.0, 9344.0, 9388.0, 9342.0, 9364.0, 9404.0, 9351.0, 9367.0, 9343.0, 9352.0, 9354.0, 9375.0, 9367.0, 9341.0, 9379.0, 9336.0, 9355.0, 9358.0, 9338.0, 9376.0, 9322.0, 9350.0, 9320.0, 9339.0, 9392.0, 9322.0, 9364.0, 9318.0, 9352.0, 9376.0, 9336.0, 9349.0, 9318.0, 9353.0, 9364.0, 9335.0, 9374.0, 9351.0, 9335.0, 9314.0, 9337.0, 9335.0, 9333.0, 9333.0, 9319.0, 9334.0, 9360.0, 9333.0, 9332.0, 9319.0, 9351.0, 9321.0, 9339.0, 9334.0, 9335.0, 9351.0, 9347.0, 9337.0, 9346.0, 9334.0, 9332.0, 9320.0, 9336.0, 9314.0, 9348.0, 9342.0, 9336.0, 9346.0, 9337.0, 9332.0, 9338.0, 9338.0, 9350.0, 9357.0, 9384.0, 9340.0, 9353.0, 9332.0, 9334.0, 9300.0, 9331.0, 9315.0, 9335.0, 9346.0, 9335.0, 9350.0, 9338.0, 9355.0, 9337.0, 9355.0, 9323.0, 9353.0, 9365.0, 9376.0, 9377.0, 9337.0, 9387.0, 9336.0, 9377.0, 9369.0, 9371.0, 9399.0, 9368.0, 9372.0, 9358.0, 9341.0, 9352.0, 9352.0, 9352.0, 9359.0, 9353.0, 9319.0, 9349.0, 9400.0, 9318.0, 9340.0, 9312.0, 9332.0, 9342.0, 9329.0, 9327.0, 9328.0, 9328.0, 9313.0, 9335.0, 9337.0, 9356.0, 9336.0, 9333.0, 9342.0, 9341.0, 9362.0, 9376.0, 9342.0, 9365.0, 9397.0, 9345.0, 9372.0, 9335.0, 9340.0, 9394.0, 9338.0, 9337.0, 9318.0, 9350.0, 9406.0, 9337.0, 9375.0, 9348.0, 9381.0, 9336.0, 9315.0, 9340.0, 9319.0, 9355.0, 9353.0, 9318.0, 9338.0, 9377.0, 9320.0, 9335.0, 9320.0, 9343.0, 9360.0, 9320.0, 9347.0, 9318.0, 9337.0, 9305.0, 9334.0, 9370.0, 9317.0, 9358.0, 9318.0, 9328.0, 9318.0, 9318.0, 9343.0, 9383.0, 9364.0, 9377.0, 9346.0, 9336.0, 9384.0, 9333.0, 9345.0, 9343.0, 9339.0, 9387.0, 9332.0, 9358.0, 9328.0, 9328.0, 9325.0, 9337.0, 9377.0, 9335.0, 9366.0, 9360.0, 9355.0, 9339.0, 9338.0, 9339.0, 9373.0, 9379.0, 9401.0, 9360.0, 9384.0, 9354.0, 9360.0, 9354.0, 9373.0, 9359.0, 9388.0, 9378.0, 9416.0, 9368.0, 9426.0, 9388.0, 9346.0, 9383.0, 9328.0, 9341.0, 9326.0, 9332.0, 9350.0, 9342.0, 9334.0, 9329.0, 9333.0, 9333.0, 9355.0, 9356.0, 9362.0, 9389.0, 9357.0, 9362.0, 9395.0, 9358.0, 9401.0, 9360.0, 9345.0, 9339.0, 9340.0, 9348.0, 9340.0, 9377.0, 9336.0, 9350.0, 9343.0, 9355.0, 9359.0, 9337.0, 9349.0, 9336.0, 9351.0, 9354.0, 9358.0, 9334.0, 9349.0, 9328.0, 9335.0, 9349.0, 9343.0, 9353.0, 9342.0, 9354.0, 9357.0, 9358.0, 9352.0, 9355.0, 9378.0, 9337.0, 9351.0, 9345.0, 9358.0, 9352.0, 9343.0, 9362.0, 9353.0, 9352.0, 9343.0, 9353.0, 9354.0, 9360.0, 9367.0, 9360.0, 9385.0, 9357.0, 9354.0, 9342.0, 9360.0, 9348.0, 9337.0, 9352.0, 9337.0, 9359.0, 9381.0, 9339.0, 9376.0, 9352.0, 9349.0, 9334.0, 9335.0, 9344.0, 9338.0, 9366.0, 9340.0, 9356.0, 9335.0, 9353.0, 9376.0, 9336.0, 9349.0, 9331.0, 9354.0, 9364.0, 9337.0, 9348.0, 9338.0, 9350.0, 9338.0, 9358.0, 9355.0, 9357.0, 9341.0, 9355.0, 9342.0, 9373.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.002825825825825826</td></tr>
<tr><td colspan=3>aqi</td><td>0.029931962612612616</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.60174783244178</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2026570856949659</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0185483614650641</td></tr>
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
<tr><td colspan=3>fber</td><td>7968.9355</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08656296951076248</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.078078078078078</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4067496038208778</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3078675813397855</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6620479365318315</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.250333293591017</td></tr>
<tr><td colspan=3>gcor</td><td>0.00514165</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015523895621299744</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01408256497234106</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8165116024853623</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>26.6415</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.7709</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311356.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>902.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.7861</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.7972</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.8366</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.0411</td></tr>
<tr><td colspan=3>tsnr</td><td>36.94068603613414</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>