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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0011_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-04/func/sub-0011_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fa0d9841089dad5bb8cc82d1fda614d1</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:47:27.392500</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_VE11C_LATEST_20160120</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.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0779136</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7758, -7292, 603, -31, -221, -9, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ccb8745-21ae-4c91-914e-5be98b92d299||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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, 1323]</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], 'AcquisitionTime': ['144727.392500', '144727.852500', '144728.312500', '144728.772500', '144729.232500', '144729.692500', '144730.152500', '144730.612500', '144731.072500', '144731.532500', '144731.992500', '144732.452500', '144732.912500', '144733.372500', '144733.832500', '144734.292500', '144734.752500', '144735.212500', '144735.672500', '144736.132500', '144736.592500', '144737.052500', '144737.512500', '144737.972500', '144738.432500', '144738.892500', '144739.352500', '144739.812500', '144740.272500', '144740.732500', '144741.192500', '144741.652500', '144742.112500', '144742.572500', '144743.032500', '144743.492500', '144743.952500', '144744.412500', '144744.872500', '144745.332500', '144745.792500', '144746.252500', '144746.712500', '144747.172500', '144747.632500', '144748.092500', '144748.552500', '144749.012500', '144749.472500', '144749.932500', '144750.392500', '144750.852500', '144751.312500', '144751.772500', '144752.232500', '144752.692500', '144753.152500', '144753.612500', '144754.072500', '144754.532500', '144754.992500', '144755.452500', '144755.912500', '144756.372500', '144756.832500', '144757.292500', '144757.752500', '144758.212500', '144758.672500', '144759.132500', '144759.592500', '144800.052500', '144800.512500', '144800.972500', '144801.432500', '144801.892500', '144802.352500', '144802.812500', '144803.272500', '144803.732500', '144804.192500', '144804.652500', '144805.112500', '144805.572500', '144806.032500', '144806.492500', '144806.952500', '144807.412500', '144807.872500', '144808.332500', '144808.792500', '144809.252500', '144809.712500', '144810.172500', '144810.632500', '144811.092500', '144811.552500', '144812.012500', '144812.472500', '144812.932500', '144813.392500', '144813.852500', '144814.312500', '144814.772500', '144815.232500', '144815.692500', '144816.152500', '144816.612500', '144817.072500', '144817.532500', '144817.992500', '144818.452500', '144818.912500', '144819.372500', '144819.832500', '144820.292500', '144820.752500', '144821.212500', '144821.672500', '144822.132500', '144822.592500', '144823.052500', '144823.512500', '144823.972500', '144824.432500', '144824.892500', '144825.352500', '144825.812500', '144826.272500', '144826.732500', '144827.192500', '144827.652500', '144828.112500', '144828.572500', '144829.032500', '144829.492500', '144829.952500', '144830.412500', '144830.872500', '144831.332500', '144831.792500', '144832.252500', '144832.712500', '144833.172500', '144833.632500', '144834.092500', '144834.552500', '144835.012500', '144835.472500', '144835.932500', '144836.392500', '144836.852500', '144837.312500', '144837.772500', '144838.232500', '144838.692500', '144839.152500', '144839.612500', '144840.072500', '144840.532500', '144840.992500', '144841.452500', '144841.912500', '144842.372500', '144842.832500', '144843.292500', '144843.752500', '144844.212500', '144844.672500', '144845.132500', '144845.592500', '144846.052500', '144846.512500', '144846.972500', '144847.432500', '144847.892500', '144848.352500', '144848.812500', '144849.272500', '144849.732500', '144850.192500', '144850.652500', '144851.112500', '144851.572500', '144852.032500', '144852.492500', '144852.952500', '144853.412500', '144853.872500', '144854.332500', '144854.792500', '144855.252500', '144855.712500', '144856.172500', '144856.632500', '144857.092500', '144857.552500', '144858.012500', '144858.472500', '144858.932500', '144859.392500', '144859.852500', '144900.312500', '144900.772500', '144901.232500', '144901.692500', '144902.152500', '144902.612500', '144903.072500', '144903.532500', '144903.992500', '144904.452500', '144904.912500', '144905.372500', '144905.832500', '144906.292500', '144906.752500', '144907.212500', '144907.672500', '144908.132500', '144908.592500', '144909.052500', '144909.512500', '144909.972500', '144910.432500', '144910.892500', '144911.352500', '144911.812500', '144912.272500', '144912.732500', '144913.192500', '144913.652500', '144914.112500', '144914.572500', '144915.032500', '144915.492500', '144915.952500', '144916.412500', '144916.872500', '144917.332500', '144917.792500', '144918.252500', '144918.712500', '144919.172500', '144919.632500', '144920.092500', '144920.552500', '144921.012500', '144921.472500', '144921.932500', '144922.392500', '144922.852500', '144923.312500', '144923.772500', '144924.232500', '144924.692500', '144925.152500', '144925.612500', '144926.072500', '144926.532500', '144926.992500', '144927.452500', '144927.912500', '144928.372500', '144928.832500', '144929.292500', '144929.752500', '144930.212500', '144930.672500', '144931.132500', '144931.592500', '144932.052500', '144932.512500', '144932.972500', '144933.432500', '144933.892500', '144934.352500', '144934.812500', '144935.272500', '144935.732500', '144936.192500', '144936.652500', '144937.112500', '144937.572500', '144938.032500', '144938.492500', '144938.952500', '144939.412500', '144939.872500', '144940.332500', '144940.792500', '144941.252500', '144941.712500', '144942.172500', '144942.632500', '144943.092500', '144943.552500', '144944.012500', '144944.472500', '144944.932500', '144945.392500', '144945.852500', '144946.312500', '144946.772500', '144947.232500', '144947.692500', '144948.152500', '144948.612500', '144949.072500', '144949.532500', '144949.992500', '144950.452500', '144950.912500', '144951.372500', '144951.832500', '144952.292500', '144952.752500', '144953.212500', '144953.672500', '144954.132500', '144954.592500', '144955.052500', '144955.512500', '144955.972500', '144956.432500', '144956.892500', '144957.352500', '144957.812500', '144958.272500', '144958.732500', '144959.192500', '144959.652500', '145000.112500', '145000.572500', '145001.032500', '145001.492500', '145001.952500', '145002.412500', '145002.872500', '145003.332500', '145003.792500', '145004.252500', '145004.712500', '145005.172500', '145005.632500', '145006.092500', '145006.552500', '145007.012500', '145007.472500', '145007.932500', '145008.392500', '145008.852500', '145009.312500', '145009.772500', '145010.232500', '145010.692500', '145011.152500', '145011.612500', '145012.072500', '145012.532500', '145012.992500', '145013.452500', '145013.912500', '145014.372500', '145014.832500', '145015.292500', '145015.752500', '145016.212500', '145016.672500', '145017.132500', '145017.592500', '145018.052500', '145018.512500', '145018.972500', '145019.432500', '145019.892500', '145020.352500', '145020.812500', '145021.272500', '145021.732500', '145022.192500', '145022.652500', '145023.112500', '145023.572500', '145024.032500', '145024.492500', '145024.952500', '145025.412500', '145025.872500', '145026.332500', '145026.792500', '145027.252500', '145027.712500', '145028.172500', '145028.632500', '145029.092500', '145029.552500', '145030.012500', '145030.472500', '145030.932500', '145031.392500', '145031.852500', '145032.312500', '145032.772500', '145033.232500', '145033.692500', '145034.152500', '145034.612500', '145035.072500', '145035.532500', '145035.992500', '145036.452500', '145036.912500', '145037.372500', '145037.832500', '145038.292500', '145038.752500', '145039.212500', '145039.672500', '145040.132500', '145040.592500', '145041.052500', '145041.512500', '145041.972500', '145042.432500', '145042.892500', '145043.352500', '145043.812500', '145044.272500', '145044.732500', '145045.192500', '145045.652500', '145046.112500', '145046.572500', '145047.032500', '145047.492500', '145047.952500', '145048.412500', '145048.872500', '145049.332500', '145049.792500', '145050.252500', '145050.712500', '145051.172500', '145051.632500', '145052.092500', '145052.552500', '145053.012500', '145053.472500', '145053.932500', '145054.392500', '145054.852500', '145055.312500', '145055.772500', '145056.232500', '145056.692500', '145057.152500', '145057.612500', '145058.072500', '145058.532500', '145058.992500', '145059.452500', '145059.912500', '145100.372500', '145100.832500', '145101.292500', '145101.752500', '145102.212500', '145102.672500', '145103.132500', '145103.592500', '145104.052500', '145104.512500', '145104.972500', '145105.432500', '145105.892500', '145106.352500', '145106.812500', '145107.272500', '145107.732500', '145108.192500', '145108.652500', '145109.112500', '145109.572500', '145110.032500', '145110.492500', '145110.952500', '145111.412500', '145111.872500', '145112.332500', '145112.792500', '145113.252500', '145113.712500', '145114.172500', '145114.632500', '145115.092500', '145115.552500', '145116.012500', '145116.472500', '145116.932500', '145117.392500', '145117.852500', '145118.312500', '145118.772500', '145119.232500', '145119.692500', '145120.152500', '145120.612500', '145121.072500', '145121.532500', '145121.992500', '145122.452500', '145122.912500', '145123.372500', '145123.832500', '145124.292500', '145124.752500', '145125.212500', '145125.672500', '145126.132500', '145126.592500', '145127.052500', '145127.512500', '145127.972500', '145128.432500', '145128.892500', '145129.352500', '145129.812500', '145130.272500', '145130.732500', '145131.192500', '145131.652500', '145132.112500', '145132.572500', '145133.032500', '145133.492500', '145133.952500', '145134.412500', '145134.872500', '145135.332500', '145135.792500', '145136.252500', '145136.712500', '145137.172500', '145137.632500', '145138.092500', '145138.552500', '145139.012500', '145139.472500', '145139.932500', '145140.392500', '145140.852500', '145141.312500', '145141.772500', '145142.232500', '145142.692500', '145143.152500', '145143.612500', '145144.072500', '145144.532500', '145144.992500', '145145.452500', '145145.912500', '145146.372500', '145146.832500', '145147.292500', '145147.752500', '145148.212500', '145148.672500', '145149.132500', '145149.592500', '145150.052500', '145150.512500', '145150.972500', '145151.432500', '145151.892500', '145152.352500', '145152.812500', '145153.272500', '145153.732500', '145154.192500', '145154.652500', '145155.112500', '145155.572500', '145156.032500', '145156.492500', '145156.952500', '145157.412500', '145157.872500', '145158.332500', '145158.792500', '145159.252500', '145159.712500', '145200.172500', '145200.632500', '145201.092500', '145201.552500', '145202.012500', '145202.472500', '145202.932500', '145203.392500', '145203.852500', '145204.312500', '145204.772500', '145205.232500', '145205.692500', '145206.152500', '145206.612500', '145207.072500', '145207.532500', '145207.992500', '145208.452500', '145208.912500', '145209.372500', '145209.832500', '145210.292500', '145210.752500', '145211.212500', '145211.672500', '145212.132500', '145212.592500', '145213.052500', '145213.512500', '145213.972500', '145214.432500', '145214.892500', '145215.352500', '145215.812500', '145216.272500', '145216.732500', '145217.192500', '145217.652500', '145218.112500', '145218.572500', '145219.032500', '145219.492500', '145219.952500', '145220.412500', '145220.872500', '145221.332500', '145221.792500', '145222.252500', '145222.712500', '145223.172500', '145223.632500', '145224.092500', '145224.552500', '145225.012500', '145225.472500', '145225.932500', '145226.392500', '145226.852500', '145227.312500', '145227.772500', '145228.232500', '145228.692500', '145229.152500', '145229.612500', '145230.072500', '145230.532500', '145230.992500', '145231.452500', '145231.912500', '145232.372500', '145232.832500', '145233.292500', '145233.752500', '145234.212500', '145234.672500', '145235.132500', '145235.592500', '145236.052500', '145236.512500', '145236.972500', '145237.432500', '145237.892500', '145238.352500', '145238.812500', '145239.272500', '145239.732500', '145240.192500', '145240.652500', '145241.112500', '145241.572500', '145242.032500', '145242.492500', '145242.952500', '145243.412500', '145243.872500', '145244.332500', '145244.792500', '145245.252500', '145245.712500', '145246.172500', '145246.632500', '145247.092500', '145247.552500', '145248.012500', '145248.472500', '145248.932500', '145249.392500', '145249.852500', '145250.312500', '145250.772500', '145251.232500', '145251.692500', '145252.152500', '145252.612500', '145253.072500', '145253.532500', '145253.992500', '145254.452500', '145254.912500', '145255.372500', '145255.832500', '145256.292500', '145256.752500', '145257.212500', '145257.672500', '145258.132500', '145258.592500', '145259.052500', '145259.512500', '145259.972500', '145300.432500', '145300.892500', '145301.352500', '145301.812500', '145302.272500', '145302.732500', '145303.192500', '145303.652500', '145304.112500', '145304.572500', '145305.032500', '145305.492500', '145305.952500', '145306.412500', '145306.872500', '145307.332500', '145307.792500', '145308.252500', '145308.712500', '145309.172500', '145309.632500', '145310.092500', '145310.552500', '145311.012500', '145311.472500', '145311.932500', '145312.392500', '145312.852500', '145313.312500', '145313.772500', '145314.232500', '145314.692500', '145315.152500', '145315.612500', '145316.072500', '145316.532500', '145316.992500', '145317.452500', '145317.912500', '145318.372500', '145318.832500', '145319.292500', '145319.752500', '145320.212500', '145320.672500', '145321.132500', '145321.592500', '145322.052500', '145322.512500', '145322.972500', '145323.432500', '145323.892500', '145324.352500', '145324.812500', '145325.272500', '145325.732500', '145326.192500', '145326.652500', '145327.112500', '145327.572500', '145328.032500', '145328.492500', '145328.952500', '145329.412500', '145329.872500', '145330.332500', '145330.792500', '145331.252500', '145331.712500', '145332.172500', '145332.632500', '145333.092500', '145333.552500', '145334.012500', '145334.472500', '145334.932500', '145335.392500', '145335.852500', '145336.312500', '145336.772500', '145337.232500', '145337.692500', '145338.152500', '145338.612500', '145339.072500', '145339.532500', '145339.992500', '145340.452500', '145340.912500', '145341.372500', '145341.832500', '145342.292500', '145342.752500', '145343.212500', '145343.672500', '145344.132500', '145344.592500', '145345.052500', '145345.512500', '145345.972500', '145346.432500', '145346.892500', '145347.352500', '145347.812500', '145348.272500', '145348.732500', '145349.192500', '145349.652500', '145350.112500', '145350.572500', '145351.032500', '145351.492500', '145351.952500', '145352.412500', '145352.872500', '145353.332500', '145353.792500', '145354.252500', '145354.712500', '145355.172500', '145355.632500', '145356.092500', '145356.552500', '145357.012500', '145357.472500', '145357.932500', '145358.392500', '145358.852500', '145359.312500', '145359.772500', '145400.232500', '145400.692500', '145401.152500', '145401.612500', '145402.072500', '145402.532500', '145402.992500', '145403.452500', '145403.912500', '145404.372500', '145404.832500', '145405.292500', '145405.752500', '145406.212500', '145406.672500', '145407.132500', '145407.592500', '145408.052500', '145408.512500', '145408.972500', '145409.432500', '145409.892500', '145410.352500', '145410.812500', '145411.272500', '145411.732500', '145412.192500', '145412.652500', '145413.112500', '145413.572500', '145414.032500', '145414.492500', '145414.952500', '145415.412500', '145415.872500', '145416.332500', '145416.792500', '145417.252500', '145417.712500', '145418.172500', '145418.632500', '145419.092500', '145419.552500', '145420.012500', '145420.472500', '145420.932500', '145421.392500', '145421.852500', '145422.312500', '145422.772500', '145423.232500', '145423.692500', '145424.152500', '145424.612500', '145425.072500', '145425.532500', '145425.992500', '145426.452500', '145426.912500', '145427.372500', '145427.832500', '145428.292500', '145428.752500', '145429.212500', '145429.672500', '145430.132500', '145430.592500', '145431.052500', '145431.512500', '145431.972500', '145432.432500', '145432.892500', '145433.352500', '145433.812500', '145434.272500', '145434.732500', '145435.192500', '145435.652500', '145436.112500', '145436.572500', '145437.032500', '145437.492500', '145437.952500', '145438.412500', '145438.872500', '145439.332500', '145439.792500', '145440.252500', '145440.712500', '145441.172500', '145441.632500', '145442.092500', '145442.552500', '145443.012500', '145443.472500', '145443.932500', '145444.392500', '145444.852500', '145445.312500', '145445.772500', '145446.232500', '145446.692500', '145447.152500', '145447.612500', '145448.072500', '145448.532500', '145448.992500', '145449.452500', '145449.912500', '145450.372500', '145450.832500', '145451.292500', '145451.752500', '145452.212500', '145452.672500', '145453.132500', '145453.592500', '145454.052500', '145454.512500', '145454.972500', '145455.432500', '145455.892500', '145456.352500', '145456.812500', '145457.272500', '145457.732500', '145458.192500', '145458.652500', '145459.112500', '145459.572500', '145500.032500', '145500.492500', '145500.952500', '145501.412500', '145501.872500', '145502.332500', '145502.792500', '145503.252500', '145503.712500', '145504.172500', '145504.632500', '145505.092500', '145505.552500', '145506.012500', '145506.472500', '145506.932500', '145507.392500', '145507.852500', '145508.312500', '145508.772500', '145509.232500', '145509.692500', '145510.152500', '145510.612500', '145511.072500', '145511.532500', '145511.992500', '145512.452500', '145512.912500', '145513.372500', '145513.832500', '145514.292500', '145514.752500', '145515.212500', '145515.672500', '145516.132500', '145516.592500', '145517.052500', '145517.512500', '145517.972500', '145518.432500', '145518.892500', '145519.352500', '145519.812500', '145520.272500', '145520.732500', '145521.192500', '145521.652500', '145522.112500', '145522.572500', '145523.032500', '145523.492500', '145523.952500', '145524.412500', '145524.872500', '145525.332500', '145525.792500', '145526.252500', '145526.712500', '145527.172500', '145527.632500', '145528.092500', '145528.552500', '145529.012500', '145529.472500', '145529.932500', '145530.392500', '145530.852500', '145531.312500', '145531.772500', '145532.232500', '145532.692500', '145533.152500', '145533.612500', '145534.072500', '145534.532500', '145534.992500', '145535.452500', '145535.912500', '145536.372500', '145536.832500', '145537.292500', '145537.752500', '145538.212500', '145538.672500', '145539.132500', '145539.592500', '145540.052500', '145540.512500', '145540.972500', '145541.432500', '145541.892500', '145542.352500', '145542.812500', '145543.272500', '145543.732500', '145544.192500', '145544.652500', '145545.112500', '145545.572500', '145546.032500', '145546.492500', '145546.952500', '145547.412500', '145547.872500', '145548.332500', '145548.792500', '145549.252500', '145549.712500', '145550.172500', '145550.632500', '145551.092500', '145551.552500', '145552.012500', '145552.472500', '145552.932500', '145553.392500', '145553.852500', '145554.312500', '145554.772500', '145555.232500', '145555.692500', '145556.152500', '145556.612500', '145557.072500', '145557.532500', '145557.992500', '145558.452500', '145558.912500', '145559.372500', '145559.832500', '145600.292500', '145600.752500', '145601.212500', '145601.672500', '145602.132500', '145602.592500', '145603.052500', '145603.512500', '145603.972500', '145604.432500', '145604.892500', '145605.352500', '145605.812500', '145606.272500', '145606.732500', '145607.192500', '145607.652500', '145608.112500', '145608.572500', '145609.032500', '145609.492500', '145609.952500', '145610.412500', '145610.872500', '145611.332500', '145611.792500', '145612.252500', '145612.712500', '145613.172500', '145613.632500', '145614.092500', '145614.552500', '145615.012500', '145615.472500', '145615.932500', '145616.392500', '145616.852500', '145617.312500', '145617.772500', '145618.232500', '145618.692500', '145619.152500', '145619.612500', '145620.072500', '145620.532500', '145620.992500', '145621.452500', '145621.912500', '145622.372500', '145622.832500', '145623.292500', '145623.752500', '145624.212500', '145624.672500', '145625.132500', '145625.592500', '145626.052500', '145626.512500', '145626.972500', '145627.432500', '145627.892500', '145628.352500', '145628.812500', '145629.272500', '145629.732500', '145630.192500', '145630.652500', '145631.112500', '145631.572500', '145632.032500', '145632.492500', '145632.952500', '145633.412500', '145633.872500', '145634.332500', '145634.792500', '145635.252500', '145635.712500', '145636.172500', '145636.632500', '145637.092500', '145637.552500', '145638.012500', '145638.472500', '145638.932500', '145639.392500', '145639.852500', '145640.312500', '145640.772500', '145641.232500', '145641.692500', '145642.152500', '145642.612500', '145643.072500', '145643.532500', '145643.992500', '145644.452500', '145644.912500', '145645.372500', '145645.832500', '145646.292500', '145646.752500', '145647.212500', '145647.672500', '145648.132500', '145648.592500', '145649.052500', '145649.512500', '145649.972500', '145650.432500', '145650.892500', '145651.352500', '145651.812500', '145652.272500', '145652.732500', '145653.192500', '145653.652500', '145654.112500', '145654.572500', '145655.032500', '145655.492500', '145655.952500', '145656.412500', '145656.872500', '145657.332500', '145657.792500', '145658.252500', '145658.712500', '145659.172500', '145659.632500', '145700.092500', '145700.552500', '145701.012500', '145701.472500', '145701.932500', '145702.392500', '145702.852500', '145703.312500', '145703.772500', '145704.232500', '145704.692500', '145705.152500', '145705.612500', '145706.072500', '145706.532500', '145706.992500', '145707.452500', '145707.912500', '145708.372500', '145708.832500', '145709.292500', '145709.752500', '145710.212500', '145710.672500', '145711.132500', '145711.592500', '145712.052500', '145712.512500', '145712.972500', '145713.432500', '145713.892500', '145714.352500', '145714.812500', '145715.272500', '145715.732500', '145716.192500', '145716.652500', '145717.112500', '145717.572500', '145718.032500', '145718.492500', '145718.952500', '145719.412500', '145719.872500', '145720.332500', '145720.792500', '145721.252500', '145721.712500', '145722.172500', '145722.632500', '145723.092500', '145723.552500', '145724.012500', '145724.472500', '145724.932500', '145725.392500', '145725.852500', '145726.312500', '145726.772500', '145727.232500', '145727.692500', '145728.152500', '145728.612500', '145729.072500', '145729.532500', '145729.992500', '145730.452500', '145730.912500', '145731.372500', '145731.832500', '145732.292500', '145732.752500', '145733.212500', '145733.672500', '145734.132500', '145734.592500', '145735.052500', '145735.512500'], 'ContentTime': ['144745.528000', '144745.531000', '144745.534000', '144745.537000', '144745.540000', '144745.543000', '144745.551000', '144745.554000', '144745.556000', '144745.559000', '144745.562000', '144745.565000', '144745.568000', '144745.571000', '144745.574000', '144745.577000', '144745.580000', '144745.583000', '144745.592000', '144745.595000', '144745.598000', '144745.601000', '144745.604000', '144745.607000', '144745.610000', '144745.612000', '144745.615000', '144745.618000', '144745.621000', '144745.624000', '144745.627000', '144745.630000', '144745.633000', '144745.637000', '144745.642000', '144745.645000', '144745.648000', '144745.651000', '144805.501000', '144805.504000', '144805.507000', '144805.509000', '144805.512000', '144805.515000', '144805.518000', '144805.521000', '144805.524000', '144805.527000', '144805.530000', '144805.532000', '144805.535000', '144805.538000', '144805.541000', '144805.544000', '144805.548000', '144805.551000', '144805.554000', '144805.557000', '144805.559000', '144805.562000', '144805.565000', '144805.568000', '144805.571000', '144805.574000', '144805.577000', '144805.580000', '144805.582000', '144805.585000', '144805.588000', '144805.591000', '144805.594000', '144805.597000', '144805.600000', '144805.603000', '144805.605000', '144805.608000', '144805.611000', '144805.614000', '144805.617000', '144805.620000', '144805.623000', '144805.625000', '144825.501000', '144825.504000', '144825.507000', '144825.510000', '144825.512000', '144825.515000', '144825.518000', '144825.521000', '144825.524000', '144825.527000', '144825.530000', '144825.533000', '144825.536000', '144825.538000', '144825.541000', '144825.544000', '144825.547000', '144825.555000', '144825.558000', '144825.561000', '144825.564000', '144825.567000', '144825.570000', '144825.573000', '144825.576000', '144825.579000', '144825.581000', '144825.584000', '144825.587000', '144825.590000', '144825.593000', '144825.596000', '144825.599000', '144825.602000', '144825.604000', '144825.607000', '144825.610000', '144825.613000', '144825.616000', '144825.619000', '144825.622000', '144825.625000', '144825.627000', '144845.501000', '144845.504000', '144845.507000', '144845.510000', '144845.513000', '144845.515000', '144845.518000', '144845.521000', '144845.524000', '144845.527000', '144845.530000', '144845.533000', '144845.535000', '144845.538000', '144845.541000', '144845.544000', '144845.547000', '144845.550000', '144845.553000', '144845.556000', '144845.559000', '144845.562000', '144845.564000', '144845.567000', '144845.570000', '144845.573000', '144845.576000', '144845.579000', '144845.582000', '144845.585000', '144845.601000', '144845.604000', '144845.607000', '144845.610000', '144845.612000', '144845.615000', '144845.618000', '144845.621000', '144845.624000', '144845.627000', '144845.630000', '144845.633000', '144845.635000', '144845.638000', '144905.501000', '144905.504000', '144905.507000', '144905.510000', '144905.513000', '144905.516000', '144905.519000', '144905.522000', '144905.525000', '144905.528000', '144905.531000', '144905.534000', '144905.537000', '144905.540000', '144905.543000', '144905.546000', '144905.549000', '144905.552000', '144905.555000', '144905.558000', '144905.560000', '144905.563000', '144905.566000', '144905.569000', '144905.572000', '144905.575000', '144905.578000', '144905.581000', '144905.584000', '144905.587000', '144905.590000', '144905.593000', '144905.596000', '144905.599000', '144905.602000', '144905.605000', '144905.607000', '144905.610000', '144905.613000', '144905.617000', '144905.621000', '144905.624000', '144905.627000', '144925.500000', '144925.503000', '144925.506000', '144925.509000', '144925.511000', '144925.514000', '144925.517000', '144925.520000', '144925.523000', '144925.526000', '144925.529000', '144925.532000', '144925.535000', '144925.537000', '144925.540000', '144925.543000', '144925.546000', '144925.549000', '144925.552000', '144925.555000', '144925.558000', '144925.561000', '144925.563000', '144925.566000', '144925.569000', '144925.572000', '144925.575000', '144925.578000', '144925.581000', '144925.584000', '144925.587000', '144925.590000', '144925.592000', '144925.595000', '144925.598000', '144925.601000', '144925.604000', '144925.607000', '144925.610000', '144925.613000', '144925.616000', '144925.618000', '144925.621000', '144925.624000', '144945.500000', '144945.503000', '144945.506000', '144945.509000', '144945.511000', '144945.514000', '144945.517000', '144945.520000', '144945.523000', '144945.526000', '144945.529000', '144945.532000', '144945.535000', '144945.538000', '144945.540000', '144945.543000', '144945.546000', '144945.549000', '144945.552000', '144945.555000', '144945.558000', '144945.561000', '144945.563000', '144945.566000', '144945.569000', '144945.572000', '144945.575000', '144945.578000', '144945.581000', '144945.584000', '144945.587000', '144945.590000', '144945.593000', '144945.595000', '144945.598000', '144945.601000', '144945.604000', '144945.607000', '144945.610000', '144945.613000', '144945.616000', '144945.619000', '144945.621000', '145005.500000', '145005.503000', '145005.506000', '145005.509000', '145005.511000', '145005.514000', '145005.517000', '145005.520000', '145005.523000', '145005.526000', '145005.529000', '145005.532000', '145005.535000', '145005.538000', '145005.540000', '145005.543000', '145005.546000', '145005.549000', '145005.552000', '145005.555000', '145005.558000', '145005.561000', '145005.564000', '145005.566000', '145005.569000', '145005.572000', '145005.575000', '145005.578000', '145005.581000', '145005.584000', '145005.587000', '145005.590000', '145005.592000', '145005.595000', '145005.598000', '145005.601000', '145005.604000', '145005.607000', '145005.610000', '145005.613000', '145005.616000', '145005.619000', '145005.621000', '145005.624000', '145025.501000', '145025.504000', '145025.507000', '145025.510000', '145025.513000', '145025.515000', '145025.518000', '145025.521000', '145025.524000', '145025.527000', '145025.543000', '145025.546000', '145025.549000', '145025.552000', '145025.555000', '145025.558000', '145025.561000', '145025.564000', '145025.567000', '145025.570000', '145025.572000', '145025.575000', '145025.578000', '145025.581000', '145025.584000', '145025.587000', '145025.590000', '145025.593000', '145025.596000', '145025.598000', '145025.601000', '145025.604000', '145025.607000', '145025.610000', '145025.613000', '145025.616000', '145025.619000', '145025.621000', '145025.624000', '145025.627000', '145025.630000', '145025.633000', '145025.636000', '145045.501000', '145045.504000', '145045.507000', '145045.512000', '145045.516000', '145045.519000', '145045.522000', '145045.525000', '145045.527000', '145045.530000', '145045.533000', '145045.536000', '145045.539000', '145045.542000', '145045.545000', '145045.548000', '145045.551000', '145045.554000', '145045.557000', '145045.559000', '145045.562000', '145045.565000', '145045.568000', '145045.571000', '145045.574000', '145045.577000', '145045.580000', '145045.583000', '145045.586000', '145045.589000', '145045.591000', '145045.594000', '145045.597000', '145045.600000', '145045.603000', '145045.606000', '145045.609000', '145045.612000', '145045.615000', '145045.618000', '145045.621000', '145045.623000', '145045.626000', '145105.501000', '145105.504000', '145105.507000', '145105.510000', '145105.513000', '145105.515000', '145105.518000', '145105.521000', '145105.524000', '145105.527000', '145105.530000', '145105.533000', '145105.536000', '145105.539000', '145105.541000', '145105.544000', '145105.547000', '145105.550000', '145105.553000', '145105.556000', '145105.559000', '145105.562000', '145105.565000', '145105.567000', '145105.571000', '145105.573000', '145105.576000', '145105.579000', '145105.582000', '145105.585000', '145105.588000', '145105.591000', '145105.594000', '145105.597000', '145105.599000', '145105.602000', '145105.605000', '145105.608000', '145105.611000', '145105.614000', '145105.617000', '145105.620000', '145105.622000', '145105.625000', '145125.501000', '145125.504000', '145125.507000', '145125.511000', '145125.514000', '145125.517000', '145125.520000', '145125.522000', '145125.525000', '145125.528000', '145125.531000', '145125.534000', '145125.537000', '145125.540000', '145125.543000', '145125.545000', '145125.548000', '145125.551000', '145125.554000', '145125.557000', '145125.560000', '145125.563000', '145125.566000', '145125.569000', '145125.572000', '145125.574000', '145125.577000', '145125.580000', '145125.583000', '145125.586000', '145125.589000', '145125.592000', '145125.595000', '145125.598000', '145125.600000', '145125.603000', '145125.606000', '145125.609000', '145125.612000', '145125.615000', '145125.618000', '145125.621000', '145125.624000', '145145.500000', '145145.503000', '145145.506000', '145145.509000', '145145.512000', '145145.515000', '145145.518000', '145145.521000', '145145.524000', '145145.527000', '145145.530000', '145145.533000', '145145.536000', '145145.538000', '145145.541000', '145145.544000', '145145.547000', '145145.550000', '145145.553000', '145145.556000', '145145.559000', '145145.562000', '145145.565000', '145145.567000', '145145.570000', '145145.573000', '145145.576000', '145145.579000', '145145.582000', '145145.585000', '145145.588000', '145145.591000', '145145.594000', '145145.596000', '145145.599000', '145145.602000', '145145.605000', '145145.608000', '145145.611000', '145145.614000', '145145.617000', '145145.619000', '145145.622000', '145145.625000', '145205.500000', '145205.503000', '145205.506000', '145205.509000', '145205.512000', '145205.515000', '145205.517000', '145205.520000', '145205.523000', '145205.526000', '145205.529000', '145205.532000', '145205.535000', '145205.538000', '145205.541000', '145205.543000', '145205.546000', '145205.549000', '145205.552000', '145205.555000', '145205.558000', '145205.561000', '145205.564000', '145205.567000', '145205.570000', '145205.573000', '145205.576000', '145205.579000', '145205.582000', '145205.585000', '145205.588000', '145205.590000', '145205.593000', '145205.596000', '145205.599000', '145205.602000', '145205.605000', '145205.608000', '145205.611000', '145205.614000', '145205.616000', '145205.619000', '145205.622000', '145225.500000', '145225.503000', '145225.506000', '145225.509000', '145225.512000', '145225.514000', '145225.517000', '145225.520000', '145225.523000', '145225.527000', '145225.530000', '145225.533000', '145225.536000', '145225.539000', '145225.542000', '145225.545000', '145225.547000', '145225.550000', '145225.553000', '145225.556000', '145225.559000', '145225.562000', '145225.565000', '145225.568000', '145225.571000', '145225.574000', '145225.576000', '145225.579000', '145225.582000', '145225.585000', '145225.588000', '145225.591000', '145225.594000', '145225.597000', '145225.599000', '145225.602000', '145225.605000', '145225.608000', '145225.611000', '145225.614000', '145225.617000', '145225.620000', '145225.622000', '145225.625000', '145245.501000', '145245.504000', '145245.507000', '145245.510000', '145245.513000', '145245.516000', '145245.518000', '145245.521000', '145245.524000', '145245.527000', '145245.530000', '145245.533000', '145245.537000', '145245.539000', '145245.542000', '145245.545000', '145245.548000', '145245.551000', '145245.554000', '145245.558000', '145245.561000', '145245.564000', '145245.567000', '145245.570000', '145245.573000', '145245.575000', '145245.578000', '145245.581000', '145245.584000', '145245.587000', '145245.590000', '145245.593000', '145245.596000', '145245.599000', '145245.601000', '145245.604000', '145245.607000', '145245.610000', '145245.613000', '145245.616000', '145245.619000', '145245.621000', '145245.624000', '145305.501000', '145305.504000', '145305.507000', '145305.510000', '145305.513000', '145305.516000', '145305.519000', '145305.522000', '145305.524000', '145305.527000', '145305.530000', '145305.533000', '145305.536000', '145305.539000', '145305.542000', '145305.545000', '145305.548000', '145305.550000', '145305.553000', '145305.556000', '145305.559000', '145305.562000', '145305.565000', '145305.568000', '145305.571000', '145305.574000', '145305.577000', '145305.580000', '145305.582000', '145305.585000', '145305.588000', '145305.591000', '145305.594000', '145305.597000', '145305.600000', '145305.603000', '145305.606000', '145305.609000', '145305.611000', '145305.614000', '145305.617000', '145305.620000', '145305.623000', '145305.626000', '145325.501000', '145325.504000', '145325.507000', '145325.525000', '145325.527000', '145325.530000', '145325.533000', '145325.536000', '145325.539000', '145325.542000', '145325.545000', '145325.548000', '145325.551000', '145325.553000', '145325.556000', '145325.559000', '145325.562000', '145325.565000', '145325.568000', '145325.571000', '145325.574000', '145325.578000', '145325.581000', '145325.584000', '145325.587000', '145325.590000', '145325.593000', '145325.596000', '145325.599000', '145325.602000', '145325.605000', '145325.608000', '145325.611000', '145325.613000', '145325.616000', '145325.619000', '145325.622000', '145325.625000', '145325.628000', '145325.631000', '145325.633000', '145325.636000', '145325.639000', '145345.501000', '145345.504000', '145345.507000', '145345.510000', '145345.513000', '145345.516000', '145345.518000', '145345.521000', '145345.524000', '145345.527000', '145345.530000', '145345.533000', '145345.536000', '145345.539000', '145345.542000', '145345.545000', '145345.549000', '145345.552000', '145345.556000', '145345.559000', '145345.561000', '145345.564000', '145345.567000', '145345.570000', '145345.573000', '145345.576000', '145345.579000', '145345.582000', '145345.585000', '145345.588000', '145345.591000', '145345.594000', '145345.596000', '145345.599000', '145345.602000', '145345.605000', '145345.608000', '145345.611000', '145345.614000', '145345.616000', '145345.619000', '145345.622000', '145345.625000', '145345.628000', '145405.500000', '145405.503000', '145405.506000', '145405.509000', '145405.512000', '145405.514000', '145405.517000', '145405.520000', '145405.523000', '145405.526000', '145405.530000', '145405.533000', '145405.536000', '145405.539000', '145405.542000', '145405.545000', '145405.548000', '145405.551000', '145405.553000', '145405.556000', '145405.559000', '145405.562000', '145405.565000', '145405.568000', '145405.571000', '145405.574000', '145405.576000', '145405.579000', '145405.582000', '145405.585000', '145405.588000', '145405.591000', '145405.594000', '145405.597000', '145405.600000', '145405.603000', '145405.606000', '145405.609000', '145405.612000', '145405.615000', '145405.618000', '145405.620000', '145405.623000', '145425.500000', '145425.503000', '145425.506000', '145425.509000', '145425.512000', '145425.515000', '145425.517000', '145425.520000', '145425.523000', '145425.526000', '145425.529000', '145425.532000', '145425.535000', '145425.538000', '145425.540000', '145425.544000', '145425.546000', '145425.549000', '145425.552000', '145425.555000', '145425.558000', '145425.561000', '145425.564000', '145425.567000', '145425.570000', '145425.573000', '145425.575000', '145425.578000', '145425.581000', '145425.584000', '145425.587000', '145425.590000', '145425.593000', '145425.596000', '145425.599000', '145425.602000', '145425.604000', '145425.607000', '145425.610000', '145425.613000', '145425.616000', '145425.619000', '145425.622000', '145425.625000', '145445.501000', '145445.504000', '145445.507000', '145445.510000', '145445.513000', '145445.516000', '145445.518000', '145445.521000', '145445.524000', '145445.527000', '145445.530000', '145445.533000', '145445.536000', '145445.539000', '145445.550000', '145445.553000', '145445.556000', '145445.559000', '145445.562000', '145445.565000', '145445.568000', '145445.571000', '145445.574000', '145445.577000', '145445.580000', '145445.583000', '145445.586000', '145445.589000', '145445.592000', '145445.595000', '145445.597000', '145445.600000', '145445.603000', '145445.606000', '145445.609000', '145445.612000', '145445.615000', '145445.618000', '145445.622000', '145445.625000', '145445.628000', '145445.631000', '145445.634000', '145505.501000', '145505.504000', '145505.507000', '145505.510000', '145505.513000', '145505.515000', '145505.518000', '145505.521000', '145505.524000', '145505.527000', '145505.530000', '145505.533000', '145505.536000', '145505.539000', '145505.542000', '145505.544000', '145505.547000', '145505.550000', '145505.553000', '145505.556000', '145505.559000', '145505.562000', '145505.565000', '145505.568000', '145505.571000', '145505.573000', '145505.576000', '145505.579000', '145505.582000', '145505.585000', '145505.588000', '145505.591000', '145505.594000', '145505.597000', '145505.600000', '145505.603000', '145505.605000', '145505.608000', '145505.611000', '145505.614000', '145505.617000', '145505.620000', '145505.623000', '145505.626000', '145525.501000', '145525.504000', '145525.507000', '145525.510000', '145525.513000', '145525.516000', '145525.519000', '145525.522000', '145525.524000', '145525.527000', '145525.530000', '145525.533000', '145525.536000', '145525.539000', '145525.542000', '145525.545000', '145525.548000', '145525.551000', '145525.554000', '145525.557000', '145525.560000', '145525.562000', '145525.565000', '145525.569000', '145525.572000', '145525.575000', '145525.578000', '145525.581000', '145525.584000', '145525.587000', '145525.590000', '145525.593000', '145525.596000', '145525.599000', '145525.602000', '145525.604000', '145525.607000', '145525.610000', '145525.613000', '145525.616000', '145525.619000', '145525.622000', '145525.625000', '145545.501000', '145545.504000', '145545.507000', '145545.510000', '145545.513000', '145545.516000', '145545.518000', '145545.521000', '145545.524000', '145545.527000', '145545.530000', '145545.533000', '145545.536000', '145545.539000', '145545.542000', '145545.545000', '145545.548000', '145545.551000', '145545.554000', '145545.557000', '145545.559000', '145545.562000', '145545.565000', '145545.568000', '145545.571000', '145545.574000', '145545.577000', '145545.580000', '145545.583000', '145545.586000', '145545.589000', '145545.592000', '145545.595000', '145545.598000', '145545.601000', '145545.604000', '145545.607000', '145545.610000', '145545.613000', '145545.615000', '145545.618000', '145545.621000', '145545.624000', '145545.627000', '145605.501000', '145605.504000', '145605.507000', '145605.510000', '145605.513000', '145605.516000', '145605.519000', '145605.521000', '145605.524000', '145605.527000', '145605.546000', '145605.549000', '145605.552000', '145605.555000', '145605.558000', '145605.561000', '145605.564000', '145605.567000', '145605.570000', '145605.572000', '145605.575000', '145605.578000', '145605.581000', '145605.584000', '145605.587000', '145605.590000', '145605.593000', '145605.596000', '145605.599000', '145605.602000', '145605.604000', '145605.607000', '145605.610000', '145605.613000', '145605.616000', '145605.619000', '145605.622000', '145605.625000', '145605.627000', '145605.630000', '145605.633000', '145605.636000', '145605.639000', '145625.500000', '145625.503000', '145625.506000', '145625.509000', '145625.512000', '145625.515000', '145625.518000', '145625.520000', '145625.523000', '145625.526000', '145625.529000', '145625.532000', '145625.535000', '145625.538000', '145625.541000', '145625.544000', '145625.546000', '145625.549000', '145625.552000', '145625.555000', '145625.558000', '145625.561000', '145625.564000', '145625.567000', '145625.570000', '145625.573000', '145625.575000', '145625.578000', '145625.581000', '145625.584000', '145625.587000', '145625.590000', '145625.593000', '145625.596000', '145625.598000', '145625.601000', '145625.604000', '145625.607000', '145625.610000', '145625.613000', '145625.616000', '145625.619000', '145625.622000', '145625.625000', '145645.500000', '145645.503000', '145645.506000', '145645.509000', '145645.512000', '145645.515000', '145645.518000', '145645.520000', '145645.523000', '145645.526000', '145645.529000', '145645.532000', '145645.535000', '145645.538000', '145645.541000', '145645.544000', '145645.547000', '145645.550000', '145645.553000', '145645.555000', '145645.558000', '145645.561000', '145645.564000', '145645.567000', '145645.570000', '145645.573000', '145645.576000', '145645.579000', '145645.581000', '145645.584000', '145645.587000', '145645.590000', '145645.593000', '145645.596000', '145645.599000', '145645.602000', '145645.605000', '145645.609000', '145645.612000', '145645.615000', '145645.618000', '145645.621000', '145645.624000', '145705.501000', '145705.504000', '145705.507000', '145705.510000', '145705.513000', '145705.516000', '145705.518000', '145705.521000', '145705.524000', '145705.527000', '145705.530000', '145705.533000', '145705.536000', '145705.539000', '145705.542000', '145705.545000', '145705.548000', '145705.550000', '145705.553000', '145705.556000', '145705.559000', '145705.562000', '145705.565000', '145705.568000', '145705.571000', '145705.574000', '145705.577000', '145705.580000', '145705.583000', '145705.586000', '145705.588000', '145705.591000', '145705.594000', '145705.597000', '145705.600000', '145705.603000', '145705.606000', '145705.609000', '145705.612000', '145705.615000', '145705.617000', '145705.620000', '145705.623000', '145705.626000', '145725.501000', '145725.504000', '145725.507000', '145725.510000', '145725.513000', '145725.516000', '145725.519000', '145725.522000', '145725.525000', '145725.527000', '145725.530000', '145725.533000', '145725.536000', '145725.539000', '145725.542000', '145725.545000', '145725.547000', '145725.550000', '145725.553000', '145725.556000', '145725.559000', '145725.562000', '145725.565000', '145725.568000', '145725.571000', '145725.574000', '145725.576000', '145725.579000', '145725.582000', '145725.585000', '145725.588000', '145725.591000', '145725.594000', '145725.597000', '145725.599000', '145725.602000', '145725.605000', '145725.608000', '145725.611000', '145725.614000', '145725.617000', '145725.620000', '145725.623000', '145736.342000', '145736.345000', '145736.348000', '145736.351000', '145736.354000', '145736.357000', '145736.360000', '145736.363000', '145736.366000', '145736.370000', '145736.373000', '145736.376000', '145736.379000', '145736.382000', '145736.385000', '145736.388000', '145736.390000', '145736.393000', '145736.396000', '145736.400000', '145736.403000', '145736.405000', '145736.408000', '145736.411000'], 'InstanceCreationTime': ['144745.528000', '144745.531000', '144745.534000', '144745.537000', '144745.540000', '144745.543000', '144745.551000', '144745.554000', '144745.556000', '144745.559000', '144745.562000', '144745.565000', '144745.568000', '144745.571000', '144745.574000', '144745.577000', '144745.580000', '144745.583000', '144745.592000', '144745.595000', '144745.598000', '144745.601000', '144745.604000', '144745.607000', '144745.610000', '144745.612000', '144745.615000', '144745.618000', '144745.621000', '144745.624000', '144745.627000', '144745.630000', '144745.633000', '144745.637000', '144745.642000', '144745.645000', '144745.648000', '144745.651000', '144805.501000', '144805.504000', '144805.507000', '144805.509000', '144805.512000', '144805.515000', '144805.518000', '144805.521000', '144805.524000', '144805.527000', '144805.530000', '144805.532000', '144805.535000', '144805.538000', '144805.541000', '144805.544000', '144805.548000', '144805.551000', '144805.554000', '144805.557000', '144805.559000', '144805.562000', '144805.565000', '144805.568000', '144805.571000', '144805.574000', '144805.577000', '144805.580000', '144805.582000', '144805.585000', '144805.588000', '144805.591000', '144805.594000', '144805.597000', '144805.600000', '144805.603000', '144805.605000', '144805.608000', '144805.611000', '144805.614000', '144805.617000', '144805.620000', '144805.623000', '144805.625000', '144825.501000', '144825.504000', '144825.507000', '144825.510000', '144825.512000', '144825.515000', '144825.518000', '144825.521000', '144825.524000', '144825.527000', '144825.530000', '144825.533000', '144825.536000', '144825.538000', '144825.541000', '144825.544000', '144825.547000', '144825.555000', '144825.558000', '144825.561000', '144825.564000', '144825.567000', '144825.570000', '144825.573000', '144825.576000', '144825.579000', '144825.581000', '144825.584000', '144825.587000', '144825.590000', '144825.593000', '144825.596000', '144825.599000', '144825.602000', '144825.604000', '144825.607000', '144825.610000', '144825.613000', '144825.616000', '144825.619000', '144825.622000', '144825.625000', '144825.627000', '144845.501000', '144845.504000', '144845.507000', '144845.510000', '144845.513000', '144845.515000', '144845.518000', '144845.521000', '144845.524000', '144845.527000', '144845.530000', '144845.533000', '144845.535000', '144845.538000', '144845.541000', '144845.544000', '144845.547000', '144845.550000', '144845.553000', '144845.556000', '144845.559000', '144845.562000', '144845.564000', '144845.567000', '144845.570000', '144845.573000', '144845.576000', '144845.579000', '144845.582000', '144845.585000', '144845.601000', '144845.604000', '144845.607000', '144845.610000', '144845.612000', '144845.615000', '144845.618000', '144845.621000', '144845.624000', '144845.627000', '144845.630000', '144845.633000', '144845.635000', '144845.638000', '144905.501000', '144905.504000', '144905.507000', '144905.510000', '144905.513000', '144905.516000', '144905.519000', '144905.522000', '144905.525000', '144905.528000', '144905.531000', '144905.534000', '144905.537000', '144905.540000', '144905.543000', '144905.546000', '144905.549000', '144905.552000', '144905.555000', '144905.558000', '144905.560000', '144905.563000', '144905.566000', '144905.569000', '144905.572000', '144905.575000', '144905.578000', '144905.581000', '144905.584000', '144905.587000', '144905.590000', '144905.593000', '144905.596000', '144905.599000', '144905.602000', '144905.605000', '144905.607000', '144905.610000', '144905.613000', '144905.617000', '144905.621000', '144905.624000', '144905.627000', '144925.500000', '144925.503000', '144925.506000', '144925.509000', '144925.511000', '144925.514000', '144925.517000', '144925.520000', '144925.523000', '144925.526000', '144925.529000', '144925.532000', '144925.535000', '144925.537000', '144925.540000', '144925.543000', '144925.546000', '144925.549000', '144925.552000', '144925.555000', '144925.558000', '144925.561000', '144925.563000', '144925.566000', '144925.569000', '144925.572000', '144925.575000', '144925.578000', '144925.581000', '144925.584000', '144925.587000', '144925.590000', '144925.592000', '144925.595000', '144925.598000', '144925.601000', '144925.604000', '144925.607000', '144925.610000', '144925.613000', '144925.616000', '144925.618000', '144925.621000', '144925.624000', '144945.500000', '144945.503000', '144945.506000', '144945.509000', '144945.511000', '144945.514000', '144945.517000', '144945.520000', '144945.523000', '144945.526000', '144945.529000', '144945.532000', '144945.535000', '144945.538000', '144945.540000', '144945.543000', '144945.546000', '144945.549000', '144945.552000', '144945.555000', '144945.558000', '144945.561000', '144945.563000', '144945.566000', '144945.569000', '144945.572000', '144945.575000', '144945.578000', '144945.581000', '144945.584000', '144945.587000', '144945.590000', '144945.593000', '144945.595000', '144945.598000', '144945.601000', '144945.604000', '144945.607000', '144945.610000', '144945.613000', '144945.616000', '144945.619000', '144945.621000', '145005.500000', '145005.503000', '145005.506000', '145005.509000', '145005.511000', '145005.514000', '145005.517000', '145005.520000', '145005.523000', '145005.526000', '145005.529000', '145005.532000', '145005.535000', '145005.538000', '145005.540000', '145005.543000', '145005.546000', '145005.549000', '145005.552000', '145005.555000', '145005.558000', '145005.561000', '145005.564000', '145005.566000', '145005.569000', '145005.572000', '145005.575000', '145005.578000', '145005.581000', '145005.584000', '145005.587000', '145005.590000', '145005.592000', '145005.595000', '145005.598000', '145005.601000', '145005.604000', '145005.607000', '145005.610000', '145005.613000', '145005.616000', '145005.619000', '145005.621000', '145005.624000', '145025.501000', '145025.504000', '145025.507000', '145025.510000', '145025.513000', '145025.515000', '145025.518000', '145025.521000', '145025.524000', '145025.527000', '145025.543000', '145025.546000', '145025.549000', '145025.552000', '145025.555000', '145025.558000', '145025.561000', '145025.564000', '145025.567000', '145025.570000', '145025.572000', '145025.575000', '145025.578000', '145025.581000', '145025.584000', '145025.587000', '145025.590000', '145025.593000', '145025.596000', '145025.598000', '145025.601000', '145025.604000', '145025.607000', '145025.610000', '145025.613000', '145025.616000', '145025.619000', '145025.621000', '145025.624000', '145025.627000', '145025.630000', '145025.633000', '145025.636000', '145045.501000', '145045.504000', '145045.507000', '145045.512000', '145045.516000', '145045.519000', '145045.522000', '145045.525000', '145045.527000', '145045.530000', '145045.533000', '145045.536000', '145045.539000', '145045.542000', '145045.545000', '145045.548000', '145045.551000', '145045.554000', '145045.557000', '145045.559000', '145045.562000', '145045.565000', '145045.568000', '145045.571000', '145045.574000', '145045.577000', '145045.580000', '145045.583000', '145045.586000', '145045.589000', '145045.591000', '145045.594000', '145045.597000', '145045.600000', '145045.603000', '145045.606000', '145045.609000', '145045.612000', '145045.615000', '145045.618000', '145045.621000', '145045.623000', '145045.626000', '145105.501000', '145105.504000', '145105.507000', '145105.510000', '145105.513000', '145105.515000', '145105.518000', '145105.521000', '145105.524000', '145105.527000', '145105.530000', '145105.533000', '145105.536000', '145105.539000', '145105.541000', '145105.544000', '145105.547000', '145105.550000', '145105.553000', '145105.556000', '145105.559000', '145105.562000', '145105.565000', '145105.567000', '145105.571000', '145105.573000', '145105.576000', '145105.579000', '145105.582000', '145105.585000', '145105.588000', '145105.591000', '145105.594000', '145105.597000', '145105.599000', '145105.602000', '145105.605000', '145105.608000', '145105.611000', '145105.614000', '145105.617000', '145105.620000', '145105.622000', '145105.625000', '145125.501000', '145125.504000', '145125.507000', '145125.511000', '145125.514000', '145125.517000', '145125.520000', '145125.522000', '145125.525000', '145125.528000', '145125.531000', '145125.534000', '145125.537000', '145125.540000', '145125.543000', '145125.545000', '145125.548000', '145125.551000', '145125.554000', '145125.557000', '145125.560000', '145125.563000', '145125.566000', '145125.569000', '145125.572000', '145125.574000', '145125.577000', '145125.580000', '145125.583000', '145125.586000', '145125.589000', '145125.592000', '145125.595000', '145125.598000', '145125.600000', '145125.603000', '145125.606000', '145125.609000', '145125.612000', '145125.615000', '145125.618000', '145125.621000', '145125.624000', '145145.500000', '145145.503000', '145145.506000', '145145.509000', '145145.512000', '145145.515000', '145145.518000', '145145.521000', '145145.524000', '145145.527000', '145145.530000', '145145.533000', '145145.536000', '145145.538000', '145145.541000', '145145.544000', '145145.547000', '145145.550000', '145145.553000', '145145.556000', '145145.559000', '145145.562000', '145145.565000', '145145.567000', '145145.570000', '145145.573000', '145145.576000', '145145.579000', '145145.582000', '145145.585000', '145145.588000', '145145.591000', '145145.594000', '145145.596000', '145145.599000', '145145.602000', '145145.605000', '145145.608000', '145145.611000', '145145.614000', '145145.617000', '145145.619000', '145145.622000', '145145.625000', '145205.500000', '145205.503000', '145205.506000', '145205.509000', '145205.512000', '145205.515000', '145205.517000', '145205.520000', '145205.523000', '145205.526000', '145205.529000', '145205.532000', '145205.535000', '145205.538000', '145205.541000', '145205.543000', '145205.546000', '145205.549000', '145205.552000', '145205.555000', '145205.558000', '145205.561000', '145205.564000', '145205.567000', '145205.570000', '145205.573000', '145205.576000', '145205.579000', '145205.582000', '145205.585000', '145205.588000', '145205.590000', '145205.593000', '145205.596000', '145205.599000', '145205.602000', '145205.605000', '145205.608000', '145205.611000', '145205.614000', '145205.616000', '145205.619000', '145205.622000', '145225.500000', '145225.503000', '145225.506000', '145225.509000', '145225.512000', '145225.514000', '145225.517000', '145225.520000', '145225.523000', '145225.527000', '145225.530000', '145225.533000', '145225.536000', '145225.539000', '145225.542000', '145225.545000', '145225.547000', '145225.550000', '145225.553000', '145225.556000', '145225.559000', '145225.562000', '145225.565000', '145225.568000', '145225.571000', '145225.574000', '145225.576000', '145225.579000', '145225.582000', '145225.585000', '145225.588000', '145225.591000', '145225.594000', '145225.597000', '145225.599000', '145225.602000', '145225.605000', '145225.608000', '145225.611000', '145225.614000', '145225.617000', '145225.620000', '145225.622000', '145225.625000', '145245.501000', '145245.504000', '145245.507000', '145245.510000', '145245.513000', '145245.516000', '145245.518000', '145245.521000', '145245.524000', '145245.527000', '145245.530000', '145245.533000', '145245.537000', '145245.539000', '145245.542000', '145245.545000', '145245.548000', '145245.551000', '145245.554000', '145245.558000', '145245.561000', '145245.564000', '145245.567000', '145245.570000', '145245.573000', '145245.575000', '145245.578000', '145245.581000', '145245.584000', '145245.587000', '145245.590000', '145245.593000', '145245.596000', '145245.599000', '145245.601000', '145245.604000', '145245.607000', '145245.610000', '145245.613000', '145245.616000', '145245.619000', '145245.621000', '145245.624000', '145305.501000', '145305.504000', '145305.507000', '145305.510000', '145305.513000', '145305.516000', '145305.519000', '145305.522000', '145305.524000', '145305.527000', '145305.530000', '145305.533000', '145305.536000', '145305.539000', '145305.542000', '145305.545000', '145305.548000', '145305.550000', '145305.553000', '145305.556000', '145305.559000', '145305.562000', '145305.565000', '145305.568000', '145305.571000', '145305.574000', '145305.577000', '145305.580000', '145305.582000', '145305.585000', '145305.588000', '145305.591000', '145305.594000', '145305.597000', '145305.600000', '145305.603000', '145305.606000', '145305.609000', '145305.611000', '145305.614000', '145305.617000', '145305.620000', '145305.623000', '145305.626000', '145325.501000', '145325.504000', '145325.507000', '145325.525000', '145325.527000', '145325.530000', '145325.533000', '145325.536000', '145325.539000', '145325.542000', '145325.545000', '145325.548000', '145325.551000', '145325.553000', '145325.556000', '145325.559000', '145325.562000', '145325.565000', '145325.568000', '145325.571000', '145325.574000', '145325.578000', '145325.581000', '145325.584000', '145325.587000', '145325.590000', '145325.593000', '145325.596000', '145325.599000', '145325.602000', '145325.605000', '145325.608000', '145325.611000', '145325.613000', '145325.616000', '145325.619000', '145325.622000', '145325.625000', '145325.628000', '145325.631000', '145325.633000', '145325.636000', '145325.639000', '145345.501000', '145345.504000', '145345.507000', '145345.510000', '145345.513000', '145345.516000', '145345.518000', '145345.521000', '145345.524000', '145345.527000', '145345.530000', '145345.533000', '145345.536000', '145345.539000', '145345.542000', '145345.545000', '145345.549000', '145345.552000', '145345.556000', '145345.559000', '145345.561000', '145345.564000', '145345.567000', '145345.570000', '145345.573000', '145345.576000', '145345.579000', '145345.582000', '145345.585000', '145345.588000', '145345.591000', '145345.594000', '145345.596000', '145345.599000', '145345.602000', '145345.605000', '145345.608000', '145345.611000', '145345.614000', '145345.616000', '145345.619000', '145345.622000', '145345.625000', '145345.628000', '145405.500000', '145405.503000', '145405.506000', '145405.509000', '145405.512000', '145405.514000', '145405.517000', '145405.520000', '145405.523000', '145405.526000', '145405.530000', '145405.533000', '145405.536000', '145405.539000', '145405.542000', '145405.545000', '145405.548000', '145405.551000', '145405.553000', '145405.556000', '145405.559000', '145405.562000', '145405.565000', '145405.568000', '145405.571000', '145405.574000', '145405.576000', '145405.579000', '145405.582000', '145405.585000', '145405.588000', '145405.591000', '145405.594000', '145405.597000', '145405.600000', '145405.603000', '145405.606000', '145405.609000', '145405.612000', '145405.615000', '145405.618000', '145405.620000', '145405.623000', '145425.500000', '145425.503000', '145425.506000', '145425.509000', '145425.512000', '145425.515000', '145425.517000', '145425.520000', '145425.523000', '145425.526000', '145425.529000', '145425.532000', '145425.535000', '145425.538000', '145425.540000', '145425.544000', '145425.546000', '145425.549000', '145425.552000', '145425.555000', '145425.558000', '145425.561000', '145425.564000', '145425.567000', '145425.570000', '145425.573000', '145425.575000', '145425.578000', '145425.581000', '145425.584000', '145425.587000', '145425.590000', '145425.593000', '145425.596000', '145425.599000', '145425.602000', '145425.604000', '145425.607000', '145425.610000', '145425.613000', '145425.616000', '145425.619000', '145425.622000', '145425.625000', '145445.501000', '145445.504000', '145445.507000', '145445.510000', '145445.513000', '145445.516000', '145445.518000', '145445.521000', '145445.524000', '145445.527000', '145445.530000', '145445.533000', '145445.536000', '145445.539000', '145445.550000', '145445.553000', '145445.556000', '145445.559000', '145445.562000', '145445.565000', '145445.568000', '145445.571000', '145445.574000', '145445.577000', '145445.580000', '145445.583000', '145445.586000', '145445.589000', '145445.592000', '145445.595000', '145445.597000', '145445.600000', '145445.603000', '145445.606000', '145445.609000', '145445.612000', '145445.615000', '145445.618000', '145445.622000', '145445.625000', '145445.628000', '145445.631000', '145445.634000', '145505.501000', '145505.504000', '145505.507000', '145505.510000', '145505.513000', '145505.515000', '145505.518000', '145505.521000', '145505.524000', '145505.527000', '145505.530000', '145505.533000', '145505.536000', '145505.539000', '145505.542000', '145505.544000', '145505.547000', '145505.550000', '145505.553000', '145505.556000', '145505.559000', '145505.562000', '145505.565000', '145505.568000', '145505.571000', '145505.573000', '145505.576000', '145505.579000', '145505.582000', '145505.585000', '145505.588000', '145505.591000', '145505.594000', '145505.597000', '145505.600000', '145505.603000', '145505.605000', '145505.608000', '145505.611000', '145505.614000', '145505.617000', '145505.620000', '145505.623000', '145505.626000', '145525.501000', '145525.504000', '145525.507000', '145525.510000', '145525.513000', '145525.516000', '145525.519000', '145525.522000', '145525.524000', '145525.527000', '145525.530000', '145525.533000', '145525.536000', '145525.539000', '145525.542000', '145525.545000', '145525.548000', '145525.551000', '145525.554000', '145525.557000', '145525.560000', '145525.562000', '145525.565000', '145525.569000', '145525.572000', '145525.575000', '145525.578000', '145525.581000', '145525.584000', '145525.587000', '145525.590000', '145525.593000', '145525.596000', '145525.599000', '145525.602000', '145525.604000', '145525.607000', '145525.610000', '145525.613000', '145525.616000', '145525.619000', '145525.622000', '145525.625000', '145545.501000', '145545.504000', '145545.507000', '145545.510000', '145545.513000', '145545.516000', '145545.518000', '145545.521000', '145545.524000', '145545.527000', '145545.530000', '145545.533000', '145545.536000', '145545.539000', '145545.542000', '145545.545000', '145545.548000', '145545.551000', '145545.554000', '145545.557000', '145545.559000', '145545.562000', '145545.565000', '145545.568000', '145545.571000', '145545.574000', '145545.577000', '145545.580000', '145545.583000', '145545.586000', '145545.589000', '145545.592000', '145545.595000', '145545.598000', '145545.601000', '145545.604000', '145545.607000', '145545.610000', '145545.613000', '145545.615000', '145545.618000', '145545.621000', '145545.624000', '145545.627000', '145605.501000', '145605.504000', '145605.507000', '145605.510000', '145605.513000', '145605.516000', '145605.519000', '145605.521000', '145605.524000', '145605.527000', '145605.546000', '145605.549000', '145605.552000', '145605.555000', '145605.558000', '145605.561000', '145605.564000', '145605.567000', '145605.570000', '145605.572000', '145605.575000', '145605.578000', '145605.581000', '145605.584000', '145605.587000', '145605.590000', '145605.593000', '145605.596000', '145605.599000', '145605.602000', '145605.604000', '145605.607000', '145605.610000', '145605.613000', '145605.616000', '145605.619000', '145605.622000', '145605.625000', '145605.627000', '145605.630000', '145605.633000', '145605.636000', '145605.639000', '145625.500000', '145625.503000', '145625.506000', '145625.509000', '145625.512000', '145625.515000', '145625.518000', '145625.520000', '145625.523000', '145625.526000', '145625.529000', '145625.532000', '145625.535000', '145625.538000', '145625.541000', '145625.544000', '145625.546000', '145625.549000', '145625.552000', '145625.555000', '145625.558000', '145625.561000', '145625.564000', '145625.567000', '145625.570000', '145625.573000', '145625.575000', '145625.578000', '145625.581000', '145625.584000', '145625.587000', '145625.590000', '145625.593000', '145625.596000', '145625.598000', '145625.601000', '145625.604000', '145625.607000', '145625.610000', '145625.613000', '145625.616000', '145625.619000', '145625.622000', '145625.625000', '145645.500000', '145645.503000', '145645.506000', '145645.509000', '145645.512000', '145645.515000', '145645.518000', '145645.520000', '145645.523000', '145645.526000', '145645.529000', '145645.532000', '145645.535000', '145645.538000', '145645.541000', '145645.544000', '145645.547000', '145645.550000', '145645.553000', '145645.555000', '145645.558000', '145645.561000', '145645.564000', '145645.567000', '145645.570000', '145645.573000', '145645.576000', '145645.579000', '145645.581000', '145645.584000', '145645.587000', '145645.590000', '145645.593000', '145645.596000', '145645.599000', '145645.602000', '145645.605000', '145645.609000', '145645.612000', '145645.615000', '145645.618000', '145645.621000', '145645.624000', '145705.501000', '145705.504000', '145705.507000', '145705.510000', '145705.513000', '145705.516000', '145705.518000', '145705.521000', '145705.524000', '145705.527000', '145705.530000', '145705.533000', '145705.536000', '145705.539000', '145705.542000', '145705.545000', '145705.548000', '145705.550000', '145705.553000', '145705.556000', '145705.559000', '145705.562000', '145705.565000', '145705.568000', '145705.571000', '145705.574000', '145705.577000', '145705.580000', '145705.583000', '145705.586000', '145705.588000', '145705.591000', '145705.594000', '145705.597000', '145705.600000', '145705.603000', '145705.606000', '145705.609000', '145705.612000', '145705.615000', '145705.617000', '145705.620000', '145705.623000', '145705.626000', '145725.501000', '145725.504000', '145725.507000', '145725.510000', '145725.513000', '145725.516000', '145725.519000', '145725.522000', '145725.525000', '145725.527000', '145725.530000', '145725.533000', '145725.536000', '145725.539000', '145725.542000', '145725.545000', '145725.547000', '145725.550000', '145725.553000', '145725.556000', '145725.559000', '145725.562000', '145725.565000', '145725.568000', '145725.571000', '145725.574000', '145725.576000', '145725.579000', '145725.582000', '145725.585000', '145725.588000', '145725.591000', '145725.594000', '145725.597000', '145725.599000', '145725.602000', '145725.605000', '145725.608000', '145725.611000', '145725.614000', '145725.617000', '145725.620000', '145725.623000', '145736.342000', '145736.345000', '145736.348000', '145736.351000', '145736.354000', '145736.357000', '145736.360000', '145736.363000', '145736.366000', '145736.370000', '145736.373000', '145736.376000', '145736.379000', '145736.382000', '145736.385000', '145736.388000', '145736.390000', '145736.393000', '145736.396000', '145736.400000', '145736.403000', '145736.405000', '145736.408000', '145736.411000'], '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], 'LargestImagePixelValue': [10825, 11305, 8674, 14040, 11025, 8594, 8812, 11845, 9055, 8585, 10945, 11959, 8828, 8329, 8897, 9866, 9169, 9498, 9033, 13160, 11505, 8925, 8564, 9051, 12019, 9140, 8720, 8616, 9310, 12512, 10215, 9634, 8735, 9125, 11432, 9952, 9177, 8885, 8719, 9732, 12834, 11358, 9129, 8578, 9456, 12414, 10443, 8800, 8997, 9388, 8474, 8617, 9270, 10811, 9004, 8568, 9457, 8128, 8576, 8723, 9134, 12136, 12029, 8760, 8413, 10259, 8406, 10610, 12372, 9697, 9561, 8603, 8641, 10317, 9351, 10419, 8459, 9418, 11032, 8836, 8098, 8754, 8596, 8954, 10258, 8814, 9411, 8344, 8441, 9951, 9178, 11446, 8545, 8641, 11776, 9171, 9770, 8758, 8423, 10444, 9735, 12000, 8840, 9459, 9661, 8659, 8754, 8599, 12473, 8516, 8017, 12723, 9865, 8514, 8588, 10628, 8790, 9224, 8743, 10707, 8486, 8253, 11449, 11638, 9879, 8250, 11736, 10454, 8823, 13836, 9088, 8028, 11397, 11248, 8433, 12074, 8750, 7905, 8862, 10446, 10222, 8253, 11107, 11662, 8673, 13449, 10768, 8259, 9908, 8192, 9666, 9469, 8267, 8544, 10208, 8495, 7398, 8556, 11302, 8874, 8366, 8340, 9907, 12966, 10623, 7791, 9543, 11136, 9046, 11878, 10198, 7312, 9094, 10228, 11186, 8249, 11770, 9453, 8948, 10493, 8390, 10445, 8758, 8053, 8325, 8909, 8785, 8589, 7741, 10069, 10969, 8741, 11263, 11046, 11091, 8488, 14042, 11727, 7754, 13256, 10930, 8274, 10436, 8679, 8075, 9605, 12351, 11618, 7479, 12994, 12524, 8327, 13408, 8654, 7448, 9394, 9833, 11246, 7468, 10926, 8744, 9216, 8325, 11655, 8379, 7409, 9589, 11443, 9435, 7607, 10979, 10179, 8283, 13703, 8417, 7310, 9673, 8717, 10844, 7882, 8739, 8543, 8497, 8104, 11276, 9283, 9188, 7247, 11026, 8897, 12117, 7467, 8749, 8877, 12788, 8034, 13319, 10245, 7670, 10226, 10572, 8101, 8823, 7745, 8835, 12520, 8455, 8470, 7889, 11837, 10342, 7451, 10956, 11669, 8024, 11287, 9026, 7318, 7695, 9194, 10439, 8176, 13049, 10660, 7204, 12253, 13244, 8825, 12435, 10448, 7684, 10917, 11922, 7915, 10702, 10369, 7764, 10202, 7972, 12224, 8308, 7045, 9983, 10117, 7803, 10330, 8322, 7052, 11750, 11990, 8536, 11026, 9116, 7609, 9689, 9358, 9253, 9233, 7035, 8839, 8791, 9856, 9654, 10950, 9315, 8275, 12468, 11102, 7213, 11401, 11186, 7790, 10329, 8797, 8351, 7840, 10421, 11908, 7626, 10251, 8635, 8247, 8382, 11992, 11014, 7395, 13025, 13068, 8821, 12466, 10828, 8059, 9668, 9306, 8406, 9559, 9429, 7823, 10394, 10535, 7505, 10359, 8623, 7764, 9700, 8638, 9344, 7646, 10906, 11258, 7690, 10243, 8511, 8828, 9352, 11790, 11947, 8328, 12118, 10133, 7634, 10446, 8584, 8551, 7470, 10543, 12233, 9052, 8969, 7291, 11939, 9540, 7278, 7703, 9556, 10203, 7241, 11399, 9861, 9184, 7264, 12345, 10952, 8295, 10849, 8796, 8553, 9847, 12041, 9791, 7515, 12230, 10699, 8501, 11020, 9023, 7394, 9645, 9721, 9244, 7727, 10648, 12366, 8601, 12668, 10419, 7684, 12246, 11893, 10160, 10502, 7874, 12640, 10190, 8050, 9897, 10883, 7819, 11490, 8790, 7356, 8488, 10494, 11345, 7543, 12421, 12796, 8724, 12355, 11097, 8390, 11971, 10660, 8689, 9727, 7840, 11691, 10138, 7731, 12781, 8993, 7317, 10473, 8849, 7651, 8697, 9254, 8934, 9311, 11337, 8653, 8169, 8076, 11661, 8734, 10706, 7344, 12125, 12106, 8509, 12678, 10999, 9522, 11491, 10080, 9022, 11237, 11998, 10257, 7625, 10129, 8151, 6949, 8489, 8104, 7601, 9189, 7905, 7400, 9007, 7070, 12485, 11797, 6988, 10755, 9075, 7252, 8205, 7247, 10296, 8608, 7012, 11979, 11899, 9250, 10476, 8299, 11547, 11613, 7022, 11804, 10080, 9979, 9012, 7220, 11340, 8622, 7266, 11664, 9062, 6796, 12016, 10447, 7233, 11394, 9861, 7296, 10689, 11126, 7577, 12654, 11395, 8303, 9815, 9242, 8544, 9817, 10678, 7084, 10514, 10058, 7365, 11406, 10637, 7077, 12185, 9985, 8071, 8903, 11693, 9179, 11608, 7538, 9350, 9682, 11260, 10476, 11891, 10031, 6962, 10946, 10537, 7659, 12956, 9449, 6907, 10004, 8875, 8135, 10327, 9868, 7722, 12704, 12259, 8820, 12471, 9820, 7445, 12687, 13204, 8553, 11671, 10319, 7201, 11593, 12645, 7530, 11459, 10728, 7550, 9599, 9060, 10675, 9828, 7880, 13092, 12630, 8557, 11703, 11467, 7317, 12006, 10494, 8789, 10452, 7923, 12884, 11766, 7432, 9672, 8421, 9118, 9208, 7488, 12285, 12556, 8401, 10509, 8666, 8694, 8783, 7040, 12870, 13210, 9021, 11764, 10383, 8708, 10226, 7492, 12834, 11288, 7695, 9507, 6882, 12098, 10923, 7968, 8997, 6938, 11922, 9482, 11436, 12348, 8963, 9826, 7210, 9434, 8535, 6854, 10277, 9711, 7217, 12212, 8446, 12792, 12026, 8985, 9636, 7060, 12630, 12032, 8863, 13248, 10247, 7270, 12152, 11890, 8237, 11962, 9943, 10016, 12299, 8605, 12472, 8569, 7274, 10687, 10772, 7478, 13367, 12477, 8106, 11186, 8323, 11648, 10754, 7743, 12990, 11026, 7284, 12557, 10364, 7268, 10848, 9793, 7364, 13018, 12466, 9286, 11779, 9069, 7271, 10370, 10100, 10581, 7790, 11707, 8462, 8196, 7674, 11616, 10040, 10978, 7759, 9367, 10602, 10978, 7464, 12761, 11156, 7704, 11501, 10431, 7235, 12762, 10534, 7385, 12047, 7976, 6889, 10353, 8785, 7804, 7546, 11040, 10167, 9341, 11744, 10921, 7589, 11701, 11735, 8719, 12621, 10635, 7355, 12434, 11540, 8035, 13247, 11894, 7609, 12384, 10779, 7789, 11317, 10669, 7497, 11789, 12422, 8680, 12822, 12145, 8574, 10990, 7681, 12961, 12268, 8151, 12339, 11610, 7901, 11131, 9327, 8726, 10051, 9029, 8576, 10134, 8336, 13451, 12675, 9340, 10397, 8512, 12035, 10256, 8042, 12147, 12246, 8648, 10643, 8441, 12891, 9276, 7605, 11318, 8891, 10257, 12765, 9176, 10648, 7640, 11393, 7353, 12179, 11560, 7802, 11754, 8940, 7637, 11377, 9138, 12157, 8423, 12456, 11780, 11135, 12673, 10690, 10738, 7690, 10298, 10859, 7758, 10723, 7130, 11882, 8217, 12498, 9378, 13355, 9543, 13214, 9129, 9787, 8991, 6999, 11298, 7765, 7477, 8915, 11114, 7691, 12631, 10650, 13176, 11207, 11214, 11692, 10483, 12681, 9020, 9948, 7448, 11229, 12396, 7893, 11216, 8824, 8877, 8987, 7483, 11902, 9001, 12918, 11980, 7933, 10077, 7424, 12277, 9368, 7762, 12953, 11727, 9438, 11977, 9720, 13781, 12065, 7809, 11508, 8177, 11709, 9873, 7971, 11419, 8527, 7694, 13320, 12017, 10473, 10059, 8338, 12470, 12130, 8296, 12615, 10862, 8359, 9860, 7586, 12590, 11706, 8735, 12681, 9647, 9511, 12158, 8891, 12912, 9280, 9877, 9690, 7680, 11956, 9471, 10635, 9748, 8257, 7764, 8934, 8694, 7472, 12025, 11297, 9264, 11937, 10093, 10887, 10411, 9131, 13581, 11839, 9336, 12950, 10859, 12910, 11324, 9150, 12752, 8674, 7018, 9322, 9320, 7588, 7585, 9294, 12304, 7960, 7594, 10801, 10840, 7962, 13415, 9903, 7932, 12952, 12053, 8107, 13841, 10739, 7781, 12866, 10623, 8280, 12261, 11276, 7865, 12072, 10845, 10716, 10296, 8837, 14088, 11423, 8709, 10192, 7566, 13653, 9848, 7768, 13109, 11525, 7868, 12839, 10963, 7946, 12080, 10587, 9117, 11649, 8689, 12492, 9931, 7863, 12664, 8695, 13038, 11798, 8785, 9756, 7642, 9931, 8980, 7753, 11727, 9089, 7904, 11672, 10487, 9288, 11852, 9684, 10745, 10036, 8411, 13592, 11197, 8689, 10461, 10567, 7589, 10308, 8931, 8812, 7894, 9269, 10034, 10418, 8188, 12374, 10497, 12067, 11131, 8736, 13184, 12012, 8469, 13263, 10046, 7883, 12869, 10720, 10335, 9932, 8415, 13702, 11975, 8203, 11227, 7690, 13367, 12237, 8874, 10662, 7678, 12314, 10382, 8132, 10043, 8121, 13174, 10864, 8094, 9772, 8010, 12615, 8759, 11484, 10478, 7940, 11846, 7844, 12195, 9562, 8019, 12787, 9583, 9501, 11628, 8665, 13397, 10136, 8199, 9580, 7705, 12968, 8834, 13057, 11217, 8510, 9286, 7916, 12950, 10606, 8401, 9401, 8000, 12544, 8132, 12520, 9003, 9667, 8327, 7845, 12825, 11342, 9230, 10730, 7790, 11985, 11827, 9058, 10922, 8065, 9218, 9249, 9001, 8218, 11993, 9330, 8471, 10454, 10138, 8000, 13171, 12399, 9575, 11421, 8896, 10589, 12308, 8465, 12151, 8912, 13826, 11506, 7977, 8542, 7603, 11702, 9203, 11224, 8977, 7991, 11632, 8967, 11355, 10376, 8248, 12847, 9878, 14086, 11672, 11537, 11594, 8561, 10729, 7741, 8540, 8479, 7684, 12923, 11699, 8863, 10947, 9219, 13281, 10223, 10564, 10436, 8072, 12555, 8693, 12973, 10927, 8171, 10217, 8155, 12752, 8291, 13281, 9150, 8560, 11987, 8160, 11293, 7533, 11684, 8454, 9360, 10290, 8112, 9424, 7641, 12328, 8734, 13017, 11730, 10586, 10423, 7865, 13433, 9642, 9348, 10755, 9047, 13809, 10503, 8458, 10653, 9199, 13229, 9787, 9914, 9284, 7879, 13785, 10894, 8209, 11710, 9903, 10359, 9973, 8384, 12663, 11137, 8595, 10735, 8702, 14045, 9670, 8482, 8950, 8111, 13836, 10172, 8139, 11098, 9219, 8628, 11527, 9324, 9842, 9518, 7887, 13728, 11470, 9239, 10591, 7932, 9283, 11211, 8482, 8551, 12681, 9501, 8192, 7899, 9471, 9662, 10819, 8009, 10763, 8877, 8123, 13008, 10830, 8998, 8813, 11009, 11298, 8788, 13122, 10540, 8356, 8708, 11089, 10404, 9893, 12827, 10257, 7962, 11697, 10269, 10848, 11920, 9145, 8050, 11101, 8740, 10001, 11019, 8364, 7830, 12366, 8986, 8105, 10953, 8832, 7743, 9078, 10360, 10678, 10700, 10890, 9375, 9283, 12349, 11467, 8958], 'WindowCenter': [4160.0, 4146.0, 4113.0, 4157.0, 4132.0, 4099.0, 4097.0, 4125.0, 4096.0, 4097.0, 4116.0, 4113.0, 4093.0, 4097.0, 4106.0, 4116.0, 4106.0, 4106.0, 4108.0, 4138.0, 4127.0, 4097.0, 4095.0, 4100.0, 4138.0, 4107.0, 4097.0, 4098.0, 4119.0, 4129.0, 4118.0, 4118.0, 4096.0, 4107.0, 4126.0, 4116.0, 4105.0, 4108.0, 4111.0, 4119.0, 4138.0, 4128.0, 4107.0, 4097.0, 4106.0, 4138.0, 4118.0, 4096.0, 4108.0, 4108.0, 4096.0, 4097.0, 4107.0, 4118.0, 4108.0, 4107.0, 4108.0, 4084.0, 4096.0, 4097.0, 4106.0, 4128.0, 4126.0, 4099.0, 4098.0, 4118.0, 4097.0, 4117.0, 4128.0, 4105.0, 4107.0, 4095.0, 4096.0, 4104.0, 4095.0, 4116.0, 4097.0, 4106.0, 4116.0, 4095.0, 4086.0, 4098.0, 4096.0, 4097.0, 4117.0, 4108.0, 4109.0, 4099.0, 4098.0, 4119.0, 4108.0, 4139.0, 4109.0, 4098.0, 4141.0, 4121.0, 4119.0, 4098.0, 4097.0, 4116.0, 4109.0, 4129.0, 4097.0, 4106.0, 4106.0, 4095.0, 4095.0, 4096.0, 4127.0, 4094.0, 4087.0, 4136.0, 4106.0, 4085.0, 4084.0, 4115.0, 4095.0, 4107.0, 4096.0, 4117.0, 4096.0, 4099.0, 4138.0, 4128.0, 4108.0, 4085.0, 4125.0, 4113.0, 4094.0, 4135.0, 4095.0, 4085.0, 4105.0, 4116.0, 4086.0, 4125.0, 4083.0, 4084.0, 4095.0, 4115.0, 4116.0, 4086.0, 4114.0, 4127.0, 4096.0, 4135.0, 4114.0, 4084.0, 4104.0, 4085.0, 4104.0, 4094.0, 4085.0, 4094.0, 4116.0, 4097.0, 4088.0, 4109.0, 4138.0, 4109.0, 4099.0, 4112.0, 4120.0, 4150.0, 4129.0, 4089.0, 4108.0, 4128.0, 4109.0, 4127.0, 4105.0, 4075.0, 4106.0, 4117.0, 4116.0, 4086.0, 4124.0, 4105.0, 4095.0, 4116.0, 4084.0, 4103.0, 4083.0, 4085.0, 4097.0, 4107.0, 4109.0, 4110.0, 4101.0, 4132.0, 4142.0, 4112.0, 4140.0, 4130.0, 4130.0, 4109.0, 4150.0, 4140.0, 4088.0, 4137.0, 4117.0, 4086.0, 4116.0, 4084.0, 4087.0, 4108.0, 4125.0, 4116.0, 4074.0, 4124.0, 4126.0, 4085.0, 4125.0, 4084.0, 4062.0, 4093.0, 4104.0, 4115.0, 4074.0, 4114.0, 4085.0, 4095.0, 4084.0, 4115.0, 4082.0, 4075.0, 4105.0, 4115.0, 4095.0, 4074.0, 4114.0, 4105.0, 4084.0, 4134.0, 4073.0, 4062.0, 4103.0, 4086.0, 4115.0, 4074.0, 4084.0, 4084.0, 4085.0, 4086.0, 4116.0, 4094.0, 4093.0, 4076.0, 4117.0, 4096.0, 4127.0, 4075.0, 4094.0, 4094.0, 4137.0, 4086.0, 4136.0, 4105.0, 4074.0, 4103.0, 4103.0, 4073.0, 4094.0, 4085.0, 4095.0, 4125.0, 4084.0, 4084.0, 4087.0, 4126.0, 4105.0, 4074.0, 4114.0, 4114.0, 4086.0, 4115.0, 4095.0, 4075.0, 4073.0, 4106.0, 4116.0, 4097.0, 4137.0, 4117.0, 4077.0, 4131.0, 4138.0, 4096.0, 4126.0, 4104.0, 4075.0, 4114.0, 4125.0, 4075.0, 4114.0, 4106.0, 4075.0, 4117.0, 4087.0, 4124.0, 4083.0, 4064.0, 4106.0, 4116.0, 4087.0, 4116.0, 4086.0, 4077.0, 4127.0, 4128.0, 4095.0, 4116.0, 4095.0, 4074.0, 4106.0, 4107.0, 4095.0, 4096.0, 4075.0, 4095.0, 4097.0, 4118.0, 4106.0, 4117.0, 4097.0, 4096.0, 4137.0, 4127.0, 4075.0, 4116.0, 4117.0, 4086.0, 4105.0, 4095.0, 4084.0, 4084.0, 4116.0, 4127.0, 4074.0, 4105.0, 4083.0, 4085.0, 4084.0, 4126.0, 4116.0, 4076.0, 4136.0, 4136.0, 4095.0, 4124.0, 4104.0, 4072.0, 4093.0, 4093.0, 4073.0, 4092.0, 4093.0, 4065.0, 4105.0, 4115.0, 4063.0, 4103.0, 4094.0, 4074.0, 4105.0, 4096.0, 4106.0, 4075.0, 4116.0, 4127.0, 4075.0, 4116.0, 4095.0, 4097.0, 4096.0, 4126.0, 4128.0, 4085.0, 4124.0, 4105.0, 4075.0, 4104.0, 4083.0, 4084.0, 4078.0, 4104.0, 4126.0, 4083.0, 4094.0, 4075.0, 4115.0, 4103.0, 4064.0, 4072.0, 4092.0, 4105.0, 4076.0, 4115.0, 4105.0, 4095.0, 4075.0, 4125.0, 4115.0, 4086.0, 4103.0, 4085.0, 4083.0, 4103.0, 4115.0, 4094.0, 4062.0, 4125.0, 4105.0, 4084.0, 4104.0, 4084.0, 4072.0, 4095.0, 4093.0, 4094.0, 4073.0, 4115.0, 4138.0, 4090.0, 4137.0, 4116.0, 4087.0, 4127.0, 4128.0, 4105.0, 4106.0, 4073.0, 4123.0, 4104.0, 4074.0, 4092.0, 4104.0, 4071.0, 4115.0, 4096.0, 4074.0, 4096.0, 4127.0, 4127.0, 4079.0, 4138.0, 4140.0, 4099.0, 4127.0, 4117.0, 4085.0, 4126.0, 4114.0, 4084.0, 4090.0, 4085.0, 4114.0, 4104.0, 4072.0, 4121.0, 4081.0, 4064.0, 4113.0, 4095.0, 4074.0, 4096.0, 4107.0, 4095.0, 4094.0, 4115.0, 4096.0, 4085.0, 4086.0, 4113.0, 4084.0, 4105.0, 4076.0, 4124.0, 4126.0, 4096.0, 4125.0, 4104.0, 4093.0, 4101.0, 4080.0, 4067.0, 4086.0, 4087.0, 4064.0, 4033.0, 4065.0, 4045.0, 4023.0, 4054.0, 4058.0, 4047.0, 4068.0, 4057.0, 4046.0, 4079.0, 4043.0, 4110.0, 4101.0, 4049.0, 4099.0, 4083.0, 4061.0, 4084.0, 4073.0, 4104.0, 4083.0, 4062.0, 4123.0, 4126.0, 4095.0, 4106.0, 4083.0, 4113.0, 4114.0, 4064.0, 4113.0, 4104.0, 4094.0, 4080.0, 4063.0, 4113.0, 4094.0, 4075.0, 4126.0, 4095.0, 4065.0, 4126.0, 4117.0, 4088.0, 4127.0, 4116.0, 4087.0, 4118.0, 4128.0, 4086.0, 4138.0, 4127.0, 4085.0, 4103.0, 4096.0, 4095.0, 4106.0, 4117.0, 4076.0, 4105.0, 4115.0, 4089.0, 4138.0, 4128.0, 4088.0, 4139.0, 4119.0, 4097.0, 4109.0, 4138.0, 4120.0, 4129.0, 4087.0, 4108.0, 4107.0, 4130.0, 4117.0, 4127.0, 4104.0, 4063.0, 4115.0, 4116.0, 4077.0, 4126.0, 4103.0, 4064.0, 4096.0, 4095.0, 4084.0, 4116.0, 4103.0, 4075.0, 4126.0, 4126.0, 4093.0, 4124.0, 4105.0, 4072.0, 4122.0, 4135.0, 4075.0, 4114.0, 4102.0, 4062.0, 4113.0, 4137.0, 4074.0, 4115.0, 4113.0, 4074.0, 4105.0, 4096.0, 4113.0, 4103.0, 4085.0, 4122.0, 4125.0, 4085.0, 4114.0, 4116.0, 4063.0, 4124.0, 4102.0, 4083.0, 4104.0, 4073.0, 4123.0, 4113.0, 4061.0, 4091.0, 4084.0, 4094.0, 4095.0, 4072.0, 4124.0, 4115.0, 4084.0, 4116.0, 4086.0, 4082.0, 4081.0, 4063.0, 4124.0, 4134.0, 4093.0, 4122.0, 4104.0, 4082.0, 4105.0, 4072.0, 4123.0, 4112.0, 4058.0, 4092.0, 4064.0, 4124.0, 4109.0, 4071.0, 4093.0, 4062.0, 4124.0, 4106.0, 4115.0, 4125.0, 4094.0, 4104.0, 4074.0, 4105.0, 4085.0, 4066.0, 4117.0, 4116.0, 4088.0, 4138.0, 4097.0, 4128.0, 4125.0, 4094.0, 4094.0, 4065.0, 4124.0, 4123.0, 4092.0, 4125.0, 4103.0, 4072.0, 4123.0, 4125.0, 4086.0, 4125.0, 4106.0, 4104.0, 4124.0, 4082.0, 4125.0, 4081.0, 4061.0, 4114.0, 4115.0, 4076.0, 4133.0, 4125.0, 4082.0, 4114.0, 4084.0, 4115.0, 4115.0, 4072.0, 4124.0, 4114.0, 4074.0, 4122.0, 4104.0, 4073.0, 4113.0, 4103.0, 4073.0, 4136.0, 4135.0, 4095.0, 4124.0, 4093.0, 4074.0, 4114.0, 4115.0, 4115.0, 4086.0, 4125.0, 4094.0, 4084.0, 4074.0, 4124.0, 4105.0, 4116.0, 4074.0, 4092.0, 4103.0, 4113.0, 4064.0, 4122.0, 4102.0, 4062.0, 4101.0, 4100.0, 4073.0, 4123.0, 4101.0, 4062.0, 4111.0, 4073.0, 4075.0, 4103.0, 4093.0, 4074.0, 4086.0, 4127.0, 4117.0, 4105.0, 4127.0, 4126.0, 4084.0, 4126.0, 4124.0, 4095.0, 4124.0, 4102.0, 4074.0, 4120.0, 4123.0, 4084.0, 4123.0, 4113.0, 4073.0, 4122.0, 4113.0, 4071.0, 4112.0, 4115.0, 4074.0, 4126.0, 4136.0, 4095.0, 4134.0, 4124.0, 4074.0, 4112.0, 4075.0, 4122.0, 4122.0, 4071.0, 4124.0, 4113.0, 4071.0, 4113.0, 4095.0, 4093.0, 4102.0, 4095.0, 4095.0, 4113.0, 4095.0, 4133.0, 4123.0, 4093.0, 4103.0, 4093.0, 4123.0, 4102.0, 4072.0, 4110.0, 4112.0, 4081.0, 4102.0, 4084.0, 4121.0, 4091.0, 4071.0, 4112.0, 4094.0, 4114.0, 4133.0, 4092.0, 4102.0, 4074.0, 4112.0, 4061.0, 4110.0, 4113.0, 4072.0, 4123.0, 4093.0, 4087.0, 4126.0, 4105.0, 4125.0, 4086.0, 4123.0, 4125.0, 4114.0, 4125.0, 4102.0, 4102.0, 4072.0, 4102.0, 4113.0, 4073.0, 4112.0, 4063.0, 4113.0, 4082.0, 4123.0, 4093.0, 4120.0, 4092.0, 4110.0, 4080.0, 4089.0, 4080.0, 4049.0, 4111.0, 4071.0, 4073.0, 4094.0, 4125.0, 4087.0, 4135.0, 4116.0, 4123.0, 4112.0, 4099.0, 4113.0, 4088.0, 4111.0, 4070.0, 4077.0, 4048.0, 4100.0, 4121.0, 4071.0, 4113.0, 4092.0, 4092.0, 4094.0, 4075.0, 4125.0, 4095.0, 4122.0, 4124.0, 4073.0, 4103.0, 4076.0, 4125.0, 4104.0, 4084.0, 4134.0, 4127.0, 4104.0, 4118.0, 4107.0, 4136.0, 4122.0, 4074.0, 4112.0, 4084.0, 4111.0, 4102.0, 4070.0, 4114.0, 4093.0, 4075.0, 4136.0, 4125.0, 4115.0, 4102.0, 4083.0, 4111.0, 4123.0, 4082.0, 4123.0, 4101.0, 4081.0, 4101.0, 4071.0, 4123.0, 4112.0, 4082.0, 4121.0, 4092.0, 4089.0, 4121.0, 4093.0, 4122.0, 4091.0, 4091.0, 4091.0, 4057.0, 4111.0, 4091.0, 4113.0, 4092.0, 4081.0, 4072.0, 4095.0, 4094.0, 4075.0, 4137.0, 4128.0, 4106.0, 4126.0, 4118.0, 4114.0, 4115.0, 4095.0, 4123.0, 4115.0, 4082.0, 4112.0, 4102.0, 4109.0, 4102.0, 4068.0, 4099.0, 4067.0, 4049.0, 4078.0, 4078.0, 4058.0, 4070.0, 4092.0, 4123.0, 4072.0, 4071.0, 4112.0, 4113.0, 4085.0, 4124.0, 4092.0, 4073.0, 4123.0, 4124.0, 4085.0, 4133.0, 4114.0, 4072.0, 4122.0, 4112.0, 4093.0, 4124.0, 4114.0, 4084.0, 4124.0, 4113.0, 4115.0, 4104.0, 4093.0, 4131.0, 4113.0, 4081.0, 4101.0, 4071.0, 4121.0, 4091.0, 4070.0, 4120.0, 4110.0, 4083.0, 4123.0, 4112.0, 4071.0, 4121.0, 4114.0, 4092.0, 4113.0, 4085.0, 4120.0, 4101.0, 4071.0, 4122.0, 4082.0, 4122.0, 4111.0, 4068.0, 4089.0, 4060.0, 4090.0, 4092.0, 4084.0, 4123.0, 4092.0, 4085.0, 4125.0, 4126.0, 4105.0, 4127.0, 4105.0, 4115.0, 4105.0, 4097.0, 4147.0, 4126.0, 4082.0, 4101.0, 4102.0, 4072.0, 4103.0, 4105.0, 4107.0, 4096.0, 4105.0, 4115.0, 4115.0, 4086.0, 4137.0, 4116.0, 4114.0, 4114.0, 4081.0, 4109.0, 4110.0, 4069.0, 4120.0, 4090.0, 4069.0, 4120.0, 4102.0, 4102.0, 4103.0, 4081.0, 4122.0, 4112.0, 4072.0, 4102.0, 4070.0, 4133.0, 4111.0, 4080.0, 4101.0, 4060.0, 4109.0, 4101.0, 4070.0, 4091.0, 4070.0, 4121.0, 4099.0, 4070.0, 4101.0, 4083.0, 4121.0, 4082.0, 4109.0, 4100.0, 4071.0, 4109.0, 4083.0, 4111.0, 4092.0, 4071.0, 4121.0, 4101.0, 4102.0, 4123.0, 4083.0, 4133.0, 4103.0, 4080.0, 4092.0, 4072.0, 4134.0, 4092.0, 4121.0, 4112.0, 4079.0, 4090.0, 4082.0, 4122.0, 4113.0, 4081.0, 4092.0, 4083.0, 4123.0, 4084.0, 4123.0, 4092.0, 4090.0, 4083.0, 4082.0, 4134.0, 4127.0, 4104.0, 4125.0, 4084.0, 4125.0, 4138.0, 4106.0, 4114.0, 4086.0, 4102.0, 4103.0, 4104.0, 4095.0, 4136.0, 4106.0, 4095.0, 4127.0, 4114.0, 4093.0, 4134.0, 4127.0, 4102.0, 4114.0, 4091.0, 4103.0, 4121.0, 4080.0, 4122.0, 4081.0, 4120.0, 4110.0, 4070.0, 4078.0, 4072.0, 4123.0, 4093.0, 4112.0, 4092.0, 4082.0, 4123.0, 4104.0, 4122.0, 4115.0, 4082.0, 4134.0, 4103.0, 4133.0, 4114.0, 4112.0, 4111.0, 4080.0, 4100.0, 4072.0, 4093.0, 4093.0, 4084.0, 4133.0, 4125.0, 4094.0, 4125.0, 4105.0, 4135.0, 4103.0, 4102.0, 4102.0, 4070.0, 4124.0, 4081.0, 4120.0, 4101.0, 4071.0, 4101.0, 4072.0, 4121.0, 4071.0, 4119.0, 4090.0, 4078.0, 4115.0, 4070.0, 4109.0, 4072.0, 4111.0, 4083.0, 4089.0, 4113.0, 4082.0, 4104.0, 4083.0, 4134.0, 4095.0, 4136.0, 4124.0, 4113.0, 4111.0, 4082.0, 4134.0, 4104.0, 4105.0, 4113.0, 4093.0, 4132.0, 4115.0, 4085.0, 4114.0, 4106.0, 4133.0, 4104.0, 4102.0, 4090.0, 4086.0, 4132.0, 4113.0, 4081.0, 4123.0, 4104.0, 4113.0, 4102.0, 4084.0, 4121.0, 4113.0, 4093.0, 4114.0, 4084.0, 4133.0, 4091.0, 4076.0, 4078.0, 4082.0, 4135.0, 4101.0, 4071.0, 4111.0, 4104.0, 4093.0, 4126.0, 4103.0, 4103.0, 4102.0, 4081.0, 4135.0, 4115.0, 4093.0, 4103.0, 4072.0, 4087.0, 4114.0, 4092.0, 4097.0, 4131.0, 4101.0, 4083.0, 4081.0, 4103.0, 4113.0, 4126.0, 4084.0, 4115.0, 4093.0, 4095.0, 4134.0, 4113.0, 4092.0, 4090.0, 4111.0, 4123.0, 4096.0, 4131.0, 4114.0, 4080.0, 4080.0, 4113.0, 4115.0, 4105.0, 4124.0, 4101.0, 4068.0, 4124.0, 4105.0, 4099.0, 4109.0, 4091.0, 4069.0, 4110.0, 4081.0, 4089.0, 4099.0, 4079.0, 4072.0, 4121.0, 4093.0, 4083.0, 4114.0, 4094.0, 4083.0, 4094.0, 4114.0, 4137.0, 4127.0, 4125.0, 4102.0, 4103.0, 4134.0, 4123.0, 4090.0], 'WindowWidth': [9226.0, 9198.0, 9147.0, 9204.0, 9169.0, 9118.0, 9111.0, 9145.0, 9107.0, 9109.0, 9133.0, 9125.0, 9099.0, 9111.0, 9121.0, 9136.0, 9122.0, 9122.0, 9128.0, 9168.0, 9151.0, 9110.0, 9105.0, 9111.0, 9167.0, 9124.0, 9110.0, 9114.0, 9145.0, 9150.0, 9142.0, 9144.0, 9110.0, 9126.0, 9150.0, 9136.0, 9121.0, 9127.0, 9136.0, 9145.0, 9169.0, 9153.0, 9125.0, 9113.0, 9122.0, 9167.0, 9139.0, 9109.0, 9129.0, 9129.0, 9110.0, 9112.0, 9125.0, 9140.0, 9127.0, 9128.0, 9127.0, 9092.0, 9109.0, 9112.0, 9122.0, 9146.0, 9149.0, 9116.0, 9116.0, 9141.0, 9112.0, 9138.0, 9153.0, 9121.0, 9125.0, 9105.0, 9106.0, 9116.0, 9105.0, 9134.0, 9109.0, 9120.0, 9134.0, 9106.0, 9095.0, 9114.0, 9109.0, 9110.0, 9138.0, 9128.0, 9131.0, 9117.0, 9115.0, 9144.0, 9129.0, 9171.0, 9131.0, 9115.0, 9176.0, 9150.0, 9144.0, 9113.0, 9112.0, 9135.0, 9131.0, 9158.0, 9112.0, 9122.0, 9122.0, 9109.0, 9106.0, 9107.0, 9150.0, 9104.0, 9096.0, 9161.0, 9120.0, 9090.0, 9088.0, 9130.0, 9108.0, 9125.0, 9110.0, 9138.0, 9110.0, 9117.0, 9169.0, 9153.0, 9127.0, 9090.0, 9144.0, 9128.0, 9102.0, 9158.0, 9104.0, 9090.0, 9111.0, 9135.0, 9094.0, 9146.0, 9087.0, 9090.0, 9104.0, 9132.0, 9134.0, 9094.0, 9129.0, 9151.0, 9111.0, 9159.0, 9131.0, 9087.0, 9116.0, 9092.0, 9116.0, 9103.0, 9092.0, 9101.0, 9134.0, 9113.0, 9102.0, 9133.0, 9171.0, 9132.0, 9120.0, 9139.0, 9149.0, 9189.0, 9160.0, 9105.0, 9128.0, 9157.0, 9128.0, 9152.0, 9120.0, 9079.0, 9123.0, 9138.0, 9134.0, 9094.0, 9143.0, 9119.0, 9106.0, 9134.0, 9088.0, 9111.0, 9084.0, 9092.0, 9114.0, 9127.0, 9132.0, 9136.0, 9124.0, 9168.0, 9183.0, 9140.0, 9176.0, 9161.0, 9161.0, 9131.0, 9187.0, 9174.0, 9099.0, 9166.0, 9137.0, 9093.0, 9132.0, 9090.0, 9098.0, 9128.0, 9147.0, 9134.0, 9075.0, 9142.0, 9146.0, 9090.0, 9144.0, 9086.0, 9056.0, 9100.0, 9115.0, 9131.0, 9076.0, 9127.0, 9090.0, 9104.0, 9088.0, 9130.0, 9084.0, 9079.0, 9119.0, 9132.0, 9103.0, 9073.0, 9128.0, 9118.0, 9088.0, 9154.0, 9072.0, 9056.0, 9112.0, 9094.0, 9131.0, 9075.0, 9088.0, 9089.0, 9090.0, 9094.0, 9134.0, 9102.0, 9100.0, 9081.0, 9137.0, 9108.0, 9149.0, 9078.0, 9103.0, 9104.0, 9165.0, 9094.0, 9160.0, 9116.0, 9073.0, 9112.0, 9112.0, 9071.0, 9100.0, 9093.0, 9104.0, 9145.0, 9086.0, 9089.0, 9098.0, 9149.0, 9119.0, 9077.0, 9128.0, 9129.0, 9095.0, 9131.0, 9103.0, 9077.0, 9074.0, 9121.0, 9138.0, 9112.0, 9165.0, 9139.0, 9084.0, 9153.0, 9168.0, 9107.0, 9149.0, 9114.0, 9077.0, 9128.0, 9146.0, 9078.0, 9129.0, 9121.0, 9078.0, 9138.0, 9096.0, 9141.0, 9086.0, 9063.0, 9120.0, 9135.0, 9097.0, 9135.0, 9093.0, 9084.0, 9152.0, 9154.0, 9104.0, 9133.0, 9105.0, 9076.0, 9120.0, 9123.0, 9106.0, 9108.0, 9081.0, 9107.0, 9113.0, 9141.0, 9122.0, 9137.0, 9111.0, 9110.0, 9164.0, 9152.0, 9081.0, 9133.0, 9136.0, 9096.0, 9118.0, 9105.0, 9090.0, 9089.0, 9136.0, 9149.0, 9076.0, 9117.0, 9088.0, 9094.0, 9090.0, 9148.0, 9135.0, 9079.0, 9163.0, 9161.0, 9103.0, 9142.0, 9113.0, 9069.0, 9098.0, 9096.0, 9070.0, 9096.0, 9097.0, 9056.0, 9119.0, 9131.0, 9060.0, 9112.0, 9103.0, 9075.0, 9117.0, 9108.0, 9121.0, 9080.0, 9137.0, 9153.0, 9079.0, 9134.0, 9105.0, 9110.0, 9108.0, 9147.0, 9151.0, 9089.0, 9142.0, 9115.0, 9079.0, 9114.0, 9086.0, 9088.0, 9087.0, 9115.0, 9146.0, 9086.0, 9101.0, 9079.0, 9130.0, 9112.0, 9061.0, 9068.0, 9096.0, 9117.0, 9082.0, 9131.0, 9118.0, 9103.0, 9079.0, 9144.0, 9131.0, 9091.0, 9111.0, 9089.0, 9086.0, 9110.0, 9128.0, 9101.0, 9058.0, 9144.0, 9117.0, 9087.0, 9113.0, 9087.0, 9070.0, 9102.0, 9099.0, 9101.0, 9075.0, 9132.0, 9167.0, 9095.0, 9163.0, 9133.0, 9096.0, 9152.0, 9154.0, 9117.0, 9118.0, 9071.0, 9137.0, 9112.0, 9073.0, 9094.0, 9111.0, 9066.0, 9128.0, 9109.0, 9079.0, 9109.0, 9152.0, 9153.0, 9084.0, 9169.0, 9173.0, 9115.0, 9151.0, 9136.0, 9094.0, 9148.0, 9129.0, 9086.0, 9092.0, 9091.0, 9127.0, 9112.0, 9068.0, 9131.0, 9080.0, 9060.0, 9126.0, 9102.0, 9076.0, 9109.0, 9124.0, 9106.0, 9103.0, 9131.0, 9107.0, 9092.0, 9094.0, 9127.0, 9088.0, 9116.0, 9078.0, 9141.0, 9146.0, 9108.0, 9143.0, 9114.0, 9096.0, 9102.0, 9071.0, 9051.0, 9074.0, 9074.0, 9041.0, 8997.0, 9042.0, 9016.0, 8978.0, 9031.0, 9040.0, 9024.0, 9053.0, 9039.0, 9025.0, 9071.0, 9021.0, 9113.0, 9103.0, 9032.0, 9098.0, 9082.0, 9053.0, 9086.0, 9072.0, 9114.0, 9086.0, 9059.0, 9139.0, 9146.0, 9104.0, 9119.0, 9086.0, 9124.0, 9127.0, 9059.0, 9127.0, 9115.0, 9099.0, 9079.0, 9059.0, 9125.0, 9101.0, 9081.0, 9147.0, 9106.0, 9066.0, 9148.0, 9138.0, 9102.0, 9152.0, 9137.0, 9099.0, 9140.0, 9153.0, 9096.0, 9167.0, 9151.0, 9092.0, 9114.0, 9107.0, 9107.0, 9122.0, 9137.0, 9081.0, 9111.0, 9134.0, 9105.0, 9169.0, 9158.0, 9105.0, 9174.0, 9146.0, 9114.0, 9131.0, 9169.0, 9148.0, 9158.0, 9101.0, 9128.0, 9125.0, 9159.0, 9138.0, 9152.0, 9117.0, 9059.0, 9130.0, 9135.0, 9085.0, 9147.0, 9113.0, 9063.0, 9098.0, 9107.0, 9090.0, 9133.0, 9113.0, 9079.0, 9147.0, 9148.0, 9100.0, 9141.0, 9116.0, 9070.0, 9138.0, 9157.0, 9070.0, 9127.0, 9108.0, 9057.0, 9126.0, 9164.0, 9078.0, 9130.0, 9128.0, 9075.0, 9118.0, 9108.0, 9126.0, 9113.0, 9092.0, 9136.0, 9143.0, 9090.0, 9129.0, 9131.0, 9059.0, 9139.0, 9111.0, 9087.0, 9115.0, 9072.0, 9137.0, 9123.0, 9053.0, 9093.0, 9088.0, 9101.0, 9105.0, 9073.0, 9141.0, 9123.0, 9089.0, 9132.0, 9093.0, 9083.0, 9082.0, 9059.0, 9142.0, 9155.0, 9100.0, 9137.0, 9115.0, 9084.0, 9117.0, 9072.0, 9138.0, 9122.0, 9046.0, 9096.0, 9061.0, 9142.0, 9117.0, 9068.0, 9100.0, 9057.0, 9142.0, 9122.0, 9131.0, 9143.0, 9100.0, 9114.0, 9076.0, 9120.0, 9085.0, 9072.0, 9140.0, 9138.0, 9102.0, 9169.0, 9114.0, 9147.0, 9147.0, 9101.0, 9101.0, 9064.0, 9142.0, 9140.0, 9097.0, 9143.0, 9112.0, 9071.0, 9139.0, 9146.0, 9093.0, 9146.0, 9121.0, 9114.0, 9142.0, 9085.0, 9143.0, 9080.0, 9055.0, 9127.0, 9132.0, 9082.0, 9154.0, 9145.0, 9084.0, 9130.0, 9090.0, 9131.0, 9131.0, 9070.0, 9140.0, 9128.0, 9074.0, 9138.0, 9116.0, 9073.0, 9127.0, 9116.0, 9076.0, 9161.0, 9160.0, 9104.0, 9142.0, 9101.0, 9075.0, 9130.0, 9131.0, 9134.0, 9095.0, 9146.0, 9104.0, 9091.0, 9076.0, 9143.0, 9119.0, 9133.0, 9075.0, 9097.0, 9111.0, 9125.0, 9053.0, 9137.0, 9108.0, 9053.0, 9103.0, 9101.0, 9071.0, 9136.0, 9107.0, 9055.0, 9118.0, 9071.0, 9079.0, 9114.0, 9100.0, 9078.0, 9094.0, 9151.0, 9138.0, 9121.0, 9152.0, 9148.0, 9091.0, 9149.0, 9145.0, 9106.0, 9143.0, 9112.0, 9076.0, 9133.0, 9141.0, 9089.0, 9140.0, 9127.0, 9072.0, 9135.0, 9126.0, 9070.0, 9125.0, 9132.0, 9076.0, 9146.0, 9161.0, 9106.0, 9155.0, 9143.0, 9067.0, 9123.0, 9077.0, 9137.0, 9136.0, 9066.0, 9139.0, 9126.0, 9069.0, 9126.0, 9105.0, 9099.0, 9111.0, 9104.0, 9106.0, 9128.0, 9107.0, 9154.0, 9141.0, 9097.0, 9110.0, 9101.0, 9138.0, 9109.0, 9070.0, 9116.0, 9122.0, 9078.0, 9110.0, 9086.0, 9132.0, 9092.0, 9067.0, 9122.0, 9104.0, 9129.0, 9155.0, 9097.0, 9112.0, 9075.0, 9123.0, 9056.0, 9118.0, 9125.0, 9070.0, 9139.0, 9100.0, 9098.0, 9150.0, 9120.0, 9147.0, 9096.0, 9138.0, 9146.0, 9128.0, 9144.0, 9111.0, 9110.0, 9069.0, 9108.0, 9124.0, 9073.0, 9124.0, 9059.0, 9126.0, 9085.0, 9137.0, 9098.0, 9130.0, 9096.0, 9114.0, 9075.0, 9085.0, 9074.0, 9035.0, 9120.0, 9069.0, 9075.0, 9103.0, 9148.0, 9100.0, 9161.0, 9135.0, 9140.0, 9124.0, 9101.0, 9123.0, 9083.0, 9117.0, 9060.0, 9067.0, 9031.0, 9102.0, 9133.0, 9068.0, 9124.0, 9098.0, 9097.0, 9102.0, 9079.0, 9147.0, 9106.0, 9139.0, 9143.0, 9074.0, 9113.0, 9082.0, 9143.0, 9116.0, 9091.0, 9158.0, 9152.0, 9118.0, 9133.0, 9123.0, 9159.0, 9136.0, 9074.0, 9124.0, 9087.0, 9121.0, 9110.0, 9066.0, 9127.0, 9101.0, 9079.0, 9163.0, 9148.0, 9131.0, 9112.0, 9086.0, 9120.0, 9138.0, 9085.0, 9137.0, 9107.0, 9079.0, 9107.0, 9068.0, 9138.0, 9122.0, 9083.0, 9134.0, 9094.0, 9088.0, 9134.0, 9099.0, 9136.0, 9092.0, 9091.0, 9092.0, 9044.0, 9118.0, 9093.0, 9126.0, 9097.0, 9081.0, 9072.0, 9104.0, 9106.0, 9082.0, 9165.0, 9155.0, 9122.0, 9151.0, 9141.0, 9131.0, 9133.0, 9105.0, 9138.0, 9130.0, 9081.0, 9120.0, 9108.0, 9113.0, 9106.0, 9055.0, 9096.0, 9052.0, 9032.0, 9069.0, 9070.0, 9044.0, 9065.0, 9096.0, 9136.0, 9069.0, 9068.0, 9123.0, 9128.0, 9091.0, 9139.0, 9097.0, 9072.0, 9137.0, 9142.0, 9094.0, 9152.0, 9129.0, 9070.0, 9137.0, 9125.0, 9100.0, 9141.0, 9130.0, 9088.0, 9142.0, 9128.0, 9134.0, 9117.0, 9098.0, 9146.0, 9124.0, 9079.0, 9106.0, 9067.0, 9131.0, 9091.0, 9062.0, 9129.0, 9118.0, 9088.0, 9140.0, 9124.0, 9068.0, 9135.0, 9128.0, 9097.0, 9126.0, 9090.0, 9132.0, 9107.0, 9067.0, 9135.0, 9081.0, 9136.0, 9120.0, 9058.0, 9087.0, 9051.0, 9088.0, 9097.0, 9090.0, 9140.0, 9100.0, 9092.0, 9147.0, 9152.0, 9120.0, 9153.0, 9121.0, 9133.0, 9119.0, 9113.0, 9182.0, 9151.0, 9083.0, 9104.0, 9107.0, 9070.0, 9112.0, 9121.0, 9129.0, 9110.0, 9119.0, 9134.0, 9134.0, 9094.0, 9165.0, 9135.0, 9126.0, 9127.0, 9077.0, 9112.0, 9115.0, 9060.0, 9129.0, 9091.0, 9061.0, 9129.0, 9108.0, 9108.0, 9111.0, 9080.0, 9135.0, 9122.0, 9067.0, 9108.0, 9064.0, 9152.0, 9121.0, 9077.0, 9104.0, 9050.0, 9111.0, 9106.0, 9064.0, 9092.0, 9066.0, 9133.0, 9103.0, 9065.0, 9108.0, 9085.0, 9136.0, 9084.0, 9115.0, 9105.0, 9064.0, 9115.0, 9087.0, 9120.0, 9095.0, 9066.0, 9133.0, 9109.0, 9110.0, 9141.0, 9086.0, 9153.0, 9112.0, 9079.0, 9096.0, 9071.0, 9157.0, 9098.0, 9132.0, 9123.0, 9074.0, 9090.0, 9085.0, 9136.0, 9126.0, 9083.0, 9098.0, 9088.0, 9139.0, 9090.0, 9140.0, 9096.0, 9093.0, 9085.0, 9086.0, 9159.0, 9151.0, 9117.0, 9149.0, 9093.0, 9147.0, 9169.0, 9125.0, 9131.0, 9095.0, 9112.0, 9116.0, 9118.0, 9107.0, 9164.0, 9124.0, 9110.0, 9152.0, 9133.0, 9105.0, 9158.0, 9151.0, 9112.0, 9129.0, 9094.0, 9110.0, 9133.0, 9080.0, 9136.0, 9080.0, 9129.0, 9116.0, 9062.0, 9072.0, 9069.0, 9139.0, 9099.0, 9122.0, 9098.0, 9084.0, 9141.0, 9119.0, 9140.0, 9133.0, 9086.0, 9157.0, 9116.0, 9154.0, 9130.0, 9123.0, 9121.0, 9077.0, 9103.0, 9071.0, 9102.0, 9102.0, 9092.0, 9156.0, 9148.0, 9105.0, 9148.0, 9119.0, 9158.0, 9112.0, 9110.0, 9109.0, 9065.0, 9141.0, 9080.0, 9130.0, 9106.0, 9066.0, 9109.0, 9071.0, 9133.0, 9066.0, 9127.0, 9089.0, 9072.0, 9129.0, 9064.0, 9116.0, 9069.0, 9120.0, 9087.0, 9091.0, 9128.0, 9086.0, 9118.0, 9088.0, 9156.0, 9106.0, 9160.0, 9144.0, 9127.0, 9123.0, 9085.0, 9156.0, 9117.0, 9119.0, 9130.0, 9102.0, 9152.0, 9134.0, 9092.0, 9131.0, 9122.0, 9155.0, 9114.0, 9110.0, 9093.0, 9094.0, 9150.0, 9128.0, 9082.0, 9139.0, 9117.0, 9127.0, 9112.0, 9089.0, 9136.0, 9127.0, 9100.0, 9130.0, 9088.0, 9150.0, 9093.0, 9068.0, 9073.0, 9084.0, 9154.0, 9109.0, 9066.0, 9121.0, 9117.0, 9103.0, 9148.0, 9116.0, 9114.0, 9112.0, 9082.0, 9159.0, 9133.0, 9097.0, 9111.0, 9068.0, 9085.0, 9128.0, 9097.0, 9110.0, 9150.0, 9110.0, 9088.0, 9084.0, 9116.0, 9131.0, 9149.0, 9091.0, 9130.0, 9102.0, 9109.0, 9159.0, 9129.0, 9098.0, 9093.0, 9122.0, 9141.0, 9107.0, 9149.0, 9129.0, 9080.0, 9080.0, 9127.0, 9131.0, 9117.0, 9143.0, 9108.0, 9062.0, 9142.0, 9117.0, 9104.0, 9117.0, 9093.0, 9060.0, 9116.0, 9080.0, 9089.0, 9102.0, 9075.0, 9069.0, 9133.0, 9099.0, 9087.0, 9129.0, 9102.0, 9090.0, 9104.0, 9133.0, 9173.0, 9155.0, 9150.0, 9115.0, 9115.0, 9157.0, 9141.0, 9093.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.0015586277482941618</td></tr>
<tr><td colspan=3>aqi</td><td>0.041179697422289614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.37175224249624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1564552168968134</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9707270053945362</td></tr>
<tr><td colspan=3>efc</td><td>0.4403</td></tr>
<tr><td colspan=3>fber</td><td>6952.4912</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09325495875317899</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1986353297952994</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4677010702536655</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.360019580096385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690509390398712</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.352574240265899</td></tr>
<tr><td colspan=3>gcor</td><td>0.0055943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01961969956755638</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022477388381958008</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.9019654466226434</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.4107</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4734</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.7991</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310352.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>643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.4671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.0291</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3368.0556</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3568.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.5322</td></tr>
<tr><td colspan=3>tsnr</td><td>33.671157845528796</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>