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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f38d4f68a428755ac9d2a20712da2be0</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:54:10.472500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99971, 0.0213447, -0.0111396, -0.0230357, 0.982529, -0.184679]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.125073</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7769, -7233, 98, -149, -54, 54, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1181fa7d-a5c2-4738-81ca-ade985030b40||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821491718292236, -0.06180316209793091, -0.01890825480222702, 112.98595428466797], [-0.05726630240678787, 2.6360533237457275, -0.49918144941329956, -86.59651947021484], [-0.029886726289987564, 0.49548012018203735, 2.6533865928649902, -95.28754425048828], [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, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['145410.472500', '145410.932500', '145411.392500', '145411.852500', '145412.312500', '145412.772500', '145413.232500', '145413.692500', '145414.152500', '145414.612500', '145415.072500', '145415.532500', '145415.992500', '145416.452500', '145416.912500', '145417.372500', '145417.832500', '145418.292500', '145418.752500', '145419.212500', '145419.672500', '145420.132500', '145420.592500', '145421.052500', '145421.512500', '145421.972500', '145422.432500', '145422.892500', '145423.352500', '145423.812500', '145424.272500', '145424.732500', '145425.192500', '145425.652500', '145426.112500', '145426.572500', '145427.032500', '145427.492500', '145427.952500', '145428.412500', '145428.872500', '145429.332500', '145429.792500', '145430.252500', '145430.712500', '145431.172500', '145431.632500', '145432.092500', '145432.552500', '145433.012500', '145433.472500', '145433.932500', '145434.392500', '145434.852500', '145435.312500', '145435.772500', '145436.232500', '145436.692500', '145437.152500', '145437.612500', '145438.072500', '145438.532500', '145438.992500', '145439.452500', '145439.912500', '145440.372500', '145440.832500', '145441.292500', '145441.752500', '145442.212500', '145442.672500', '145443.132500', '145443.592500', '145444.052500', '145444.512500', '145444.972500', '145445.432500', '145445.892500', '145446.352500', '145446.812500', '145447.272500', '145447.732500', '145448.192500', '145448.652500', '145449.112500', '145449.572500', '145450.032500', '145450.492500', '145450.952500', '145451.412500', '145451.872500', '145452.332500', '145452.792500', '145453.252500', '145453.712500', '145454.172500', '145454.632500', '145455.092500', '145455.552500', '145456.012500', '145456.472500', '145456.932500', '145457.392500', '145457.852500', '145458.312500', '145458.772500', '145459.232500', '145459.692500', '145500.152500', '145500.612500', '145501.072500', '145501.532500', '145501.992500', '145502.452500', '145502.912500', '145503.372500', '145503.832500', '145504.292500', '145504.752500', '145505.212500', '145505.672500', '145506.132500', '145506.592500', '145507.052500', '145507.512500', '145507.972500', '145508.432500', '145508.892500', '145509.352500', '145509.812500', '145510.272500', '145510.732500', '145511.192500', '145511.652500', '145512.112500', '145512.572500', '145513.032500', '145513.492500', '145513.952500', '145514.412500', '145514.872500', '145515.332500', '145515.792500', '145516.252500', '145516.712500', '145517.172500', '145517.632500', '145518.092500', '145518.552500', '145519.012500', '145519.472500', '145519.932500', '145520.392500', '145520.852500', '145521.312500', '145521.772500', '145522.232500', '145522.692500', '145523.152500', '145523.612500', '145524.072500', '145524.532500', '145524.992500', '145525.452500', '145525.912500', '145526.372500', '145526.832500', '145527.292500', '145527.752500', '145528.212500', '145528.672500', '145529.132500', '145529.592500', '145530.052500', '145530.512500', '145530.972500', '145531.432500', '145531.892500', '145532.352500', '145532.812500', '145533.272500', '145533.732500', '145534.192500', '145534.652500', '145535.112500', '145535.572500', '145536.032500', '145536.492500', '145536.952500', '145537.412500', '145537.872500', '145538.332500', '145538.792500', '145539.252500', '145539.712500', '145540.172500', '145540.632500', '145541.092500', '145541.552500', '145542.012500', '145542.472500', '145542.932500', '145543.392500', '145543.852500', '145544.312500', '145544.772500', '145545.232500', '145545.692500', '145546.152500', '145546.612500', '145547.072500', '145547.532500', '145547.992500', '145548.452500', '145548.912500', '145549.372500', '145549.832500', '145550.292500', '145550.752500', '145551.212500', '145551.672500', '145552.132500', '145552.592500', '145553.052500', '145553.512500', '145553.972500', '145554.432500', '145554.892500', '145555.352500', '145555.812500', '145556.272500', '145556.732500', '145557.192500', '145557.652500', '145558.112500', '145558.572500', '145559.032500', '145559.492500', '145559.952500', '145600.412500', '145600.872500', '145601.332500', '145601.792500', '145602.252500', '145602.712500', '145603.172500', '145603.632500', '145604.092500', '145604.552500', '145605.012500', '145605.472500', '145605.932500', '145606.392500', '145606.852500', '145607.312500', '145607.772500', '145608.232500', '145608.692500', '145609.152500', '145609.612500', '145610.072500', '145610.532500', '145610.992500', '145611.452500', '145611.912500', '145612.372500', '145612.832500', '145613.292500', '145613.752500', '145614.212500', '145614.672500', '145615.132500', '145615.592500', '145616.052500', '145616.512500', '145616.972500', '145617.432500', '145617.892500', '145618.352500', '145618.812500', '145619.272500', '145619.732500', '145620.192500', '145620.652500', '145621.112500', '145621.572500', '145622.032500', '145622.492500', '145622.952500', '145623.412500', '145623.872500', '145624.332500', '145624.792500', '145625.252500', '145625.712500', '145626.172500', '145626.632500', '145627.092500', '145627.552500', '145628.012500', '145628.472500', '145628.932500', '145629.392500', '145629.852500', '145630.312500', '145630.772500', '145631.232500', '145631.692500', '145632.152500', '145632.612500', '145633.072500', '145633.532500', '145633.992500', '145634.452500', '145634.912500', '145635.372500', '145635.832500', '145636.292500', '145636.752500', '145637.212500', '145637.672500', '145638.132500', '145638.592500', '145639.052500', '145639.512500', '145639.972500', '145640.432500', '145640.892500', '145641.352500', '145641.812500', '145642.272500', '145642.732500', '145643.192500', '145643.652500', '145644.112500', '145644.572500', '145645.032500', '145645.492500', '145645.952500', '145646.412500', '145646.872500', '145647.332500', '145647.792500', '145648.252500', '145648.712500', '145649.172500', '145649.632500', '145650.092500', '145650.552500', '145651.012500', '145651.472500', '145651.932500', '145652.392500', '145652.852500', '145653.312500', '145653.772500', '145654.232500', '145654.692500', '145655.152500', '145655.612500', '145656.072500', '145656.532500', '145656.992500', '145657.452500', '145657.912500', '145658.372500', '145658.832500', '145659.292500', '145659.752500', '145700.212500', '145700.672500', '145701.132500', '145701.592500', '145702.052500', '145702.512500', '145702.972500', '145703.432500', '145703.892500', '145704.352500', '145704.812500', '145705.272500', '145705.732500', '145706.192500', '145706.652500', '145707.112500', '145707.572500', '145708.032500', '145708.492500', '145708.952500', '145709.412500', '145709.872500', '145710.332500', '145710.792500', '145711.252500', '145711.712500', '145712.172500', '145712.632500', '145713.092500', '145713.552500', '145714.012500', '145714.472500', '145714.932500', '145715.392500', '145715.852500', '145716.312500', '145716.772500', '145717.232500', '145717.692500', '145718.152500', '145718.612500', '145719.072500', '145719.532500', '145719.992500', '145720.452500', '145720.912500', '145721.372500', '145721.832500', '145722.292500', '145722.752500', '145723.212500', '145723.672500', '145724.132500', '145724.592500', '145725.052500', '145725.512500', '145725.972500', '145726.432500', '145726.892500', '145727.352500', '145727.812500', '145728.272500', '145728.732500', '145729.192500', '145729.652500', '145730.112500', '145730.572500', '145731.032500', '145731.492500', '145731.952500', '145732.412500', '145732.872500', '145733.332500', '145733.792500', '145734.252500', '145734.712500', '145735.172500', '145735.632500', '145736.092500', '145736.552500', '145737.012500', '145737.472500', '145737.932500', '145738.392500', '145738.852500', '145739.312500', '145739.772500', '145740.232500', '145740.692500', '145741.152500', '145741.612500', '145742.072500', '145742.532500', '145742.992500', '145743.452500', '145743.912500', '145744.372500', '145744.832500', '145745.292500', '145745.752500', '145746.212500', '145746.672500', '145747.132500', '145747.592500', '145748.052500', '145748.512500', '145748.972500', '145749.432500', '145749.892500', '145750.352500', '145750.812500', '145751.272500', '145751.732500', '145752.192500', '145752.652500', '145753.112500', '145753.572500', '145754.032500', '145754.492500', '145754.952500', '145755.412500', '145755.872500', '145756.332500', '145756.792500', '145757.252500', '145757.712500', '145758.172500', '145758.632500', '145759.092500', '145759.552500', '145800.012500', '145800.472500', '145800.932500', '145801.392500', '145801.852500', '145802.312500', '145802.772500', '145803.232500', '145803.692500', '145804.152500', '145804.612500', '145805.072500', '145805.532500', '145805.992500', '145806.452500', '145806.912500', '145807.372500', '145807.832500', '145808.292500', '145808.752500', '145809.212500', '145809.672500', '145810.132500', '145810.592500', '145811.052500', '145811.512500', '145811.972500', '145812.432500', '145812.892500', '145813.352500', '145813.812500', '145814.272500', '145814.732500', '145815.192500', '145815.652500', '145816.112500', '145816.572500', '145817.032500', '145817.492500', '145817.952500', '145818.412500', '145818.872500', '145819.332500', '145819.792500', '145820.252500', '145820.712500', '145821.172500', '145821.632500', '145822.092500', '145822.552500', '145823.012500', '145823.472500', '145823.932500', '145824.392500', '145824.852500', '145825.312500', '145825.772500', '145826.232500', '145826.692500', '145827.152500', '145827.612500', '145828.072500', '145828.532500', '145828.992500', '145829.452500', '145829.912500', '145830.372500', '145830.832500', '145831.292500', '145831.752500', '145832.212500', '145832.672500', '145833.132500', '145833.592500', '145834.052500', '145834.512500', '145834.972500', '145835.432500', '145835.892500', '145836.352500', '145836.812500', '145837.272500', '145837.732500', '145838.192500', '145838.652500', '145839.112500', '145839.572500', '145840.032500', '145840.492500', '145840.952500', '145841.412500', '145841.872500', '145842.332500', '145842.792500', '145843.252500', '145843.712500', '145844.172500', '145844.632500', '145845.092500', '145845.552500', '145846.012500', '145846.472500', '145846.932500', '145847.392500', '145847.852500', '145848.312500', '145848.772500', '145849.232500', '145849.692500', '145850.152500', '145850.612500', '145851.072500', '145851.532500', '145851.992500', '145852.452500', '145852.912500', '145853.372500', '145853.832500', '145854.292500', '145854.752500', '145855.212500', '145855.672500', '145856.132500', '145856.592500', '145857.052500', '145857.512500', '145857.972500', '145858.432500', '145858.892500', '145859.352500', '145859.812500', '145900.272500', '145900.732500', '145901.192500', '145901.652500', '145902.112500', '145902.572500', '145903.032500', '145903.492500', '145903.952500', '145904.412500', '145904.872500', '145905.332500', '145905.792500', '145906.252500', '145906.712500', '145907.172500', '145907.632500', '145908.092500', '145908.552500', '145909.012500', '145909.472500', '145909.932500', '145910.392500', '145910.852500', '145911.312500', '145911.772500', '145912.232500', '145912.692500', '145913.152500', '145913.612500', '145914.072500', '145914.532500', '145914.992500', '145915.452500', '145915.912500', '145916.372500', '145916.832500', '145917.292500', '145917.752500', '145918.212500', '145918.672500', '145919.132500', '145919.592500', '145920.052500', '145920.512500', '145920.972500', '145921.432500', '145921.892500', '145922.352500', '145922.812500', '145923.272500', '145923.732500', '145924.192500', '145924.652500', '145925.112500', '145925.572500', '145926.032500', '145926.492500', '145926.952500', '145927.412500', '145927.872500', '145928.332500', '145928.792500', '145929.252500', '145929.712500', '145930.172500', '145930.632500', '145931.092500', '145931.552500', '145932.012500', '145932.472500', '145932.932500', '145933.392500', '145933.852500', '145934.312500', '145934.772500', '145935.232500', '145935.692500', '145936.152500', '145936.612500', '145937.072500', '145937.532500', '145937.992500', '145938.452500', '145938.912500', '145939.372500', '145939.832500', '145940.292500', '145940.752500', '145941.212500', '145941.672500', '145942.132500', '145942.592500', '145943.052500', '145943.512500', '145943.972500', '145944.432500', '145944.892500', '145945.352500', '145945.812500', '145946.272500', '145946.732500', '145947.192500', '145947.652500', '145948.112500', '145948.572500', '145949.032500', '145949.492500', '145949.952500', '145950.412500', '145950.872500', '145951.332500', '145951.792500', '145952.252500', '145952.712500', '145953.172500', '145953.632500', '145954.092500', '145954.552500', '145955.012500', '145955.472500', '145955.932500', '145956.392500', '145956.852500', '145957.312500', '145957.772500', '145958.232500', '145958.692500', '145959.152500', '145959.612500', '150000.072500', '150000.532500', '150000.992500', '150001.452500', '150001.912500', '150002.372500', '150002.832500', '150003.292500', '150003.752500', '150004.212500', '150004.672500', '150005.132500', '150005.592500', '150006.052500', '150006.512500', '150006.972500', '150007.432500', '150007.892500', '150008.352500', '150008.812500', '150009.272500', '150009.732500', '150010.192500', '150010.652500', '150011.112500', '150011.572500', '150012.032500', '150012.492500', '150012.952500', '150013.412500', '150013.872500', '150014.332500', '150014.792500', '150015.252500', '150015.712500', '150016.172500', '150016.632500', '150017.092500', '150017.552500', '150018.012500', '150018.472500', '150018.932500', '150019.392500', '150019.852500', '150020.312500', '150020.772500', '150021.232500', '150021.692500', '150022.152500', '150022.612500', '150023.072500', '150023.532500', '150023.992500', '150024.452500', '150024.912500', '150025.372500', '150025.832500', '150026.292500', '150026.752500', '150027.212500', '150027.672500', '150028.132500', '150028.592500', '150029.052500', '150029.512500', '150029.972500', '150030.432500', '150030.892500', '150031.352500', '150031.812500', '150032.272500', '150032.732500', '150033.192500', '150033.652500', '150034.112500', '150034.572500', '150035.032500', '150035.492500', '150035.952500', '150036.412500', '150036.872500', '150037.332500', '150037.792500', '150038.252500', '150038.712500', '150039.172500', '150039.632500', '150040.092500', '150040.552500', '150041.012500', '150041.472500', '150041.932500', '150042.392500', '150042.852500', '150043.312500', '150043.772500', '150044.232500', '150044.692500', '150045.152500', '150045.612500', '150046.072500', '150046.532500', '150046.992500', '150047.452500', '150047.912500', '150048.372500', '150048.832500', '150049.292500', '150049.752500', '150050.212500', '150050.672500', '150051.132500', '150051.592500', '150052.052500', '150052.512500', '150052.972500', '150053.432500', '150053.892500', '150054.352500', '150054.812500', '150055.272500', '150055.732500', '150056.192500', '150056.652500', '150057.112500', '150057.572500', '150058.032500', '150058.492500', '150058.952500', '150059.412500', '150059.872500', '150100.332500', '150100.792500', '150101.252500', '150101.712500', '150102.172500', '150102.632500', '150103.092500', '150103.552500', '150104.012500', '150104.472500', '150104.932500', '150105.392500', '150105.852500', '150106.312500', '150106.772500', '150107.232500', '150107.692500', '150108.152500', '150108.612500', '150109.072500', '150109.532500', '150109.992500', '150110.452500', '150110.912500', '150111.372500', '150111.832500', '150112.292500', '150112.752500', '150113.212500', '150113.672500', '150114.132500', '150114.592500', '150115.052500', '150115.512500', '150115.972500', '150116.432500', '150116.892500', '150117.352500', '150117.812500', '150118.272500', '150118.732500', '150119.192500', '150119.652500', '150120.112500', '150120.572500', '150121.032500', '150121.492500', '150121.952500', '150122.412500', '150122.872500', '150123.332500', '150123.792500', '150124.252500', '150124.712500', '150125.172500', '150125.632500', '150126.092500', '150126.552500', '150127.012500', '150127.472500', '150127.932500', '150128.392500', '150128.852500', '150129.312500', '150129.772500', '150130.232500', '150130.692500', '150131.152500', '150131.612500', '150132.072500', '150132.532500', '150132.992500', '150133.452500', '150133.912500', '150134.372500', '150134.832500', '150135.292500', '150135.752500', '150136.212500', '150136.672500', '150137.132500', '150137.592500', '150138.052500', '150138.512500', '150138.972500', '150139.432500', '150139.892500', '150140.352500', '150140.812500', '150141.272500', '150141.732500', '150142.192500', '150142.652500', '150143.112500', '150143.572500', '150144.032500', '150144.492500', '150144.952500', '150145.412500', '150145.872500', '150146.332500', '150146.792500', '150147.252500', '150147.712500', '150148.172500', '150148.632500', '150149.092500', '150149.552500', '150150.012500', '150150.472500', '150150.932500', '150151.392500', '150151.852500', '150152.312500', '150152.772500', '150153.232500', '150153.692500', '150154.152500', '150154.612500', '150155.072500', '150155.532500', '150155.992500', '150156.452500', '150156.912500', '150157.372500', '150157.832500', '150158.292500', '150158.752500', '150159.212500', '150159.672500', '150200.132500', '150200.592500', '150201.052500', '150201.512500', '150201.972500', '150202.432500', '150202.892500', '150203.352500', '150203.812500', '150204.272500', '150204.732500', '150205.192500', '150205.652500', '150206.112500', '150206.572500', '150207.032500', '150207.492500', '150207.952500', '150208.412500', '150208.872500', '150209.332500', '150209.792500', '150210.252500', '150210.712500', '150211.172500', '150211.632500', '150212.092500', '150212.552500', '150213.012500', '150213.472500', '150213.932500', '150214.392500', '150214.852500', '150215.312500', '150215.772500', '150216.232500', '150216.692500', '150217.152500', '150217.612500', '150218.072500', '150218.532500', '150218.992500', '150219.452500', '150219.912500', '150220.372500', '150220.832500', '150221.292500', '150221.752500', '150222.212500', '150222.672500', '150223.132500', '150223.592500', '150224.052500', '150224.512500', '150224.972500', '150225.432500', '150225.892500', '150226.352500', '150226.812500', '150227.272500', '150227.732500', '150228.192500', '150228.652500', '150229.112500', '150229.572500', '150230.032500', '150230.492500', '150230.952500', '150231.412500', '150231.872500', '150232.332500', '150232.792500', '150233.252500', '150233.712500', '150234.172500', '150234.632500', '150235.092500', '150235.552500', '150236.012500', '150236.472500', '150236.932500', '150237.392500', '150237.852500', '150238.312500', '150238.772500', '150239.232500', '150239.692500', '150240.152500', '150240.612500', '150241.072500', '150241.532500', '150241.992500', '150242.452500', '150242.912500', '150243.372500', '150243.832500', '150244.292500', '150244.752500', '150245.212500', '150245.672500', '150246.132500', '150246.592500', '150247.052500', '150247.512500', '150247.972500', '150248.432500', '150248.892500', '150249.352500', '150249.812500', '150250.272500', '150250.732500', '150251.192500', '150251.652500', '150252.112500', '150252.572500', '150253.032500', '150253.492500', '150253.952500', '150254.412500', '150254.872500', '150255.332500', '150255.792500', '150256.252500', '150256.712500', '150257.172500', '150257.632500', '150258.092500', '150258.552500', '150259.012500', '150259.472500', '150259.932500', '150300.392500', '150300.852500', '150301.312500', '150301.772500', '150302.232500', '150302.692500', '150303.152500', '150303.612500', '150304.072500', '150304.532500', '150304.992500', '150305.452500', '150305.912500', '150306.372500', '150306.832500', '150307.292500', '150307.752500', '150308.212500', '150308.672500', '150309.132500', '150309.592500', '150310.052500', '150310.512500', '150310.972500', '150311.432500', '150311.892500', '150312.352500', '150312.812500', '150313.272500', '150313.732500', '150314.192500', '150314.652500', '150315.112500', '150315.572500', '150316.032500', '150316.492500', '150316.952500', '150317.412500', '150317.872500', '150318.332500', '150318.792500', '150319.252500', '150319.712500', '150320.172500', '150320.632500', '150321.092500', '150321.552500', '150322.012500', '150322.472500', '150322.932500', '150323.392500', '150323.852500', '150324.312500', '150324.772500', '150325.232500', '150325.692500', '150326.152500', '150326.612500', '150327.072500', '150327.532500', '150327.992500', '150328.452500', '150328.912500', '150329.372500', '150329.832500', '150330.292500', '150330.752500', '150331.212500', '150331.672500', '150332.132500', '150332.592500', '150333.052500', '150333.512500', '150333.972500', '150334.432500', '150334.892500', '150335.352500', '150335.812500', '150336.272500', '150336.732500', '150337.192500', '150337.652500', '150338.112500', '150338.572500', '150339.032500', '150339.492500', '150339.952500', '150340.412500', '150340.872500', '150341.332500', '150341.792500', '150342.252500', '150342.712500', '150343.172500', '150343.632500', '150344.092500', '150344.552500', '150345.012500', '150345.472500', '150345.932500', '150346.392500', '150346.852500', '150347.312500', '150347.772500', '150348.232500', '150348.692500', '150349.152500', '150349.612500', '150350.072500', '150350.532500', '150350.992500', '150351.452500', '150351.912500', '150352.372500', '150352.832500', '150353.292500', '150353.752500', '150354.212500', '150354.672500', '150355.132500', '150355.592500', '150356.052500', '150356.512500', '150356.972500', '150357.432500', '150357.892500', '150358.352500', '150358.812500', '150359.272500', '150359.732500', '150400.192500', '150400.652500', '150401.112500', '150401.572500', '150402.032500', '150402.492500', '150402.952500', '150403.412500', '150403.872500', '150404.332500', '150404.792500', '150405.252500', '150405.712500', '150406.172500', '150406.632500', '150407.092500', '150407.552500', '150408.012500', '150408.472500', '150408.932500', '150409.392500', '150409.852500', '150410.312500', '150410.772500', '150411.232500', '150411.692500', '150412.152500', '150412.612500', '150413.072500', '150413.532500', '150413.992500', '150414.452500', '150414.912500', '150415.372500', '150415.832500', '150416.292500', '150416.752500', '150417.212500', '150417.672500', '150418.132500', '150418.592500', '150419.052500', '150419.512500', '150419.972500', '150420.432500', '150420.892500', '150421.352500', '150421.812500', '150422.272500', '150422.732500', '150423.192500', '150423.652500', '150424.112500', '150424.572500', '150425.032500', '150425.492500', '150425.952500', '150426.412500', '150426.872500', '150427.332500', '150427.792500', '150428.252500', '150428.712500', '150429.172500', '150429.632500', '150430.092500', '150430.552500', '150431.012500', '150431.472500', '150431.932500', '150432.392500', '150432.852500', '150433.312500', '150433.772500', '150434.232500', '150434.692500', '150435.152500', '150435.612500', '150436.072500', '150436.532500', '150436.992500', '150437.452500', '150437.912500', '150438.372500', '150438.832500', '150439.292500', '150439.752500', '150440.212500', '150440.672500', '150441.132500', '150441.592500', '150442.052500', '150442.512500', '150442.972500'], 'ContentTime': ['145440.522000', '145440.525000', '145440.527000', '145440.530000', '145440.533000', '145440.535000', '145440.538000', '145440.540000', '145440.543000', '145440.546000', '145440.548000', '145440.551000', '145440.554000', '145440.556000', '145440.559000', '145440.565000', '145440.568000', '145440.570000', '145440.573000', '145440.576000', '145440.578000', '145440.581000', '145440.584000', '145440.587000', '145440.589000', '145440.592000', '145440.595000', '145440.598000', '145440.601000', '145440.603000', '145440.606000', '145440.609000', '145440.611000', '145440.614000', '145440.617000', '145440.619000', '145440.622000', '145440.624000', '145440.627000', '145440.629000', '145440.632000', '145440.635000', '145440.637000', '145440.640000', '145440.643000', '145440.645000', '145440.648000', '145440.650000', '145440.653000', '145440.656000', '145440.658000', '145440.664000', '145440.667000', '145440.669000', '145440.672000', '145440.674000', '145440.677000', '145440.680000', '145440.682000', '145440.685000', '145440.688000', '145440.690000', '145500.481000', '145500.484000', '145500.486000', '145500.489000', '145500.491000', '145500.494000', '145500.497000', '145500.536000', '145500.538000', '145500.541000', '145500.544000', '145500.546000', '145500.549000', '145500.552000', '145500.554000', '145500.557000', '145500.559000', '145500.562000', '145500.565000', '145500.567000', '145500.570000', '145500.572000', '145500.575000', '145500.578000', '145500.580000', '145500.583000', '145500.585000', '145500.588000', '145500.591000', '145500.593000', '145500.596000', '145500.599000', '145500.601000', '145500.604000', '145500.606000', '145500.609000', '145500.612000', '145500.614000', '145500.617000', '145500.619000', '145500.622000', '145500.625000', '145500.627000', '145500.630000', '145520.480000', '145520.483000', '145520.486000', '145520.489000', '145520.491000', '145520.494000', '145520.496000', '145520.499000', '145520.502000', '145520.504000', '145520.507000', '145520.510000', '145520.512000', '145520.515000', '145520.517000', '145520.520000', '145520.523000', '145520.525000', '145520.528000', '145520.530000', '145520.533000', '145520.536000', '145520.538000', '145520.541000', '145520.543000', '145520.546000', '145520.549000', '145520.551000', '145520.554000', '145520.556000', '145520.559000', '145520.562000', '145520.564000', '145520.567000', '145520.569000', '145520.572000', '145520.575000', '145520.577000', '145520.580000', '145520.583000', '145520.585000', '145520.588000', '145520.590000', '145540.480000', '145540.483000', '145540.486000', '145540.488000', '145540.491000', '145540.494000', '145540.496000', '145540.499000', '145540.502000', '145540.504000', '145540.507000', '145540.509000', '145540.512000', '145540.515000', '145540.517000', '145540.520000', '145540.523000', '145540.525000', '145540.528000', '145540.530000', '145540.533000', '145540.536000', '145540.538000', '145540.541000', '145540.544000', '145540.546000', '145540.549000', '145540.552000', '145540.554000', '145540.557000', '145540.559000', '145540.562000', '145540.565000', '145540.567000', '145540.570000', '145540.573000', '145540.575000', '145540.578000', '145540.581000', '145540.583000', '145540.586000', '145540.588000', '145540.591000', '145540.594000', '145600.480000', '145600.483000', '145600.486000', '145600.489000', '145600.491000', '145600.494000', '145600.497000', '145600.499000', '145600.502000', '145600.505000', '145600.507000', '145600.510000', '145600.512000', '145600.515000', '145600.518000', '145600.520000', '145600.523000', '145600.525000', '145600.528000', '145600.531000', '145600.533000', '145600.536000', '145600.539000', '145600.541000', '145600.544000', '145600.546000', '145600.549000', '145600.552000', '145600.554000', '145600.557000', '145600.560000', '145600.562000', '145600.565000', '145600.567000', '145600.570000', '145600.573000', '145600.575000', '145600.578000', '145600.581000', '145600.583000', '145600.586000', '145600.588000', '145600.591000', '145620.480000', '145620.483000', '145620.486000', '145620.489000', '145620.491000', '145620.494000', '145620.497000', '145620.500000', '145620.502000', '145620.505000', '145620.508000', '145620.510000', '145620.513000', '145620.516000', '145620.518000', '145620.521000', '145620.524000', '145620.526000', '145620.529000', '145620.532000', '145620.534000', '145620.537000', '145620.539000', '145620.542000', '145620.545000', '145620.547000', '145620.550000', '145620.552000', '145620.555000', '145620.558000', '145620.560000', '145620.563000', '145620.565000', '145620.568000', '145620.571000', '145620.573000', '145620.576000', '145620.578000', '145620.581000', '145620.584000', '145620.586000', '145620.589000', '145620.591000', '145620.594000', '145640.482000', '145640.485000', '145640.487000', '145640.490000', '145640.493000', '145640.495000', '145640.498000', '145640.501000', '145640.503000', '145640.506000', '145640.508000', '145640.511000', '145640.513000', '145640.516000', '145640.519000', '145640.522000', '145640.524000', '145640.539000', '145640.541000', '145640.544000', '145640.546000', '145640.549000', '145640.551000', '145640.554000', '145640.557000', '145640.559000', '145640.562000', '145640.565000', '145640.567000', '145640.570000', '145640.573000', '145640.576000', '145640.578000', '145640.581000', '145640.584000', '145640.586000', '145640.589000', '145640.592000', '145640.594000', '145640.597000', '145640.600000', '145640.602000', '145640.605000', '145700.481000', '145700.484000', '145700.487000', '145700.490000', '145700.492000', '145700.495000', '145700.497000', '145700.500000', '145700.503000', '145700.505000', '145700.508000', '145700.511000', '145700.513000', '145700.516000', '145700.519000', '145700.521000', '145700.524000', '145700.526000', '145700.529000', '145700.532000', '145700.534000', '145700.537000', '145700.540000', '145700.542000', '145700.545000', '145700.547000', '145700.550000', '145700.553000', '145700.555000', '145700.558000', '145700.561000', '145700.563000', '145700.566000', '145700.568000', '145700.571000', '145700.574000', '145700.576000', '145700.579000', '145700.582000', '145700.584000', '145700.587000', '145700.589000', '145700.592000', '145700.595000', '145720.481000', '145720.483000', '145720.486000', '145720.489000', '145720.492000', '145720.494000', '145720.497000', '145720.499000', '145720.502000', '145720.505000', '145720.507000', '145720.510000', '145720.513000', '145720.515000', '145720.518000', '145720.521000', '145720.523000', '145720.526000', '145720.528000', '145720.531000', '145720.534000', '145720.536000', '145720.539000', '145720.541000', '145720.544000', '145720.547000', '145720.549000', '145720.552000', '145720.555000', '145720.557000', '145720.560000', '145720.562000', '145720.565000', '145720.568000', '145720.570000', '145720.573000', '145720.576000', '145720.578000', '145720.581000', '145720.583000', '145720.586000', '145720.589000', '145720.592000', '145740.481000', '145740.489000', '145740.491000', '145740.494000', '145740.497000', '145740.499000', '145740.502000', '145740.505000', '145740.507000', '145740.510000', '145740.513000', '145740.515000', '145740.518000', '145740.521000', '145740.525000', '145740.528000', '145740.531000', '145740.533000', '145740.536000', '145740.539000', '145740.541000', '145740.544000', '145740.547000', '145740.549000', '145740.552000', '145740.556000', '145740.559000', '145740.562000', '145740.564000', '145740.567000', '145740.570000', '145740.572000', '145740.575000', '145740.577000', '145740.580000', '145740.583000', '145740.585000', '145740.588000', '145740.591000', '145740.593000', '145740.596000', '145740.599000', '145740.601000', '145800.481000', '145800.484000', '145800.486000', '145800.489000', '145800.492000', '145800.494000', '145800.497000', '145800.500000', '145800.502000', '145800.505000', '145800.507000', '145800.510000', '145800.513000', '145800.515000', '145800.518000', '145800.521000', '145800.523000', '145800.526000', '145800.528000', '145800.531000', '145800.534000', '145800.536000', '145800.539000', '145800.541000', '145800.544000', '145800.547000', '145800.549000', '145800.552000', '145800.555000', '145800.557000', '145800.560000', '145800.562000', '145800.565000', '145800.568000', '145800.570000', '145800.573000', '145800.576000', '145800.578000', '145800.581000', '145800.583000', '145800.586000', '145800.589000', '145800.591000', '145800.605000', '145820.481000', '145820.484000', '145820.486000', '145820.489000', '145820.492000', '145820.494000', '145820.497000', '145820.500000', '145820.502000', '145820.505000', '145820.508000', '145820.510000', '145820.513000', '145820.515000', '145820.518000', '145820.521000', '145820.523000', '145820.526000', '145820.529000', '145820.531000', '145820.534000', '145820.537000', '145820.539000', '145820.542000', '145820.544000', '145820.547000', '145820.550000', '145820.552000', '145820.555000', '145820.558000', '145820.560000', '145820.563000', '145820.566000', '145820.568000', '145820.571000', '145820.573000', '145820.576000', '145820.579000', '145820.581000', '145820.584000', '145820.586000', '145820.589000', '145820.592000', '145840.480000', '145840.483000', '145840.486000', '145840.489000', '145840.491000', '145840.494000', '145840.497000', '145840.499000', '145840.502000', '145840.505000', '145840.507000', '145840.510000', '145840.512000', '145840.515000', '145840.518000', '145840.520000', '145840.523000', '145840.526000', '145840.528000', '145840.531000', '145840.534000', '145840.536000', '145840.539000', '145840.542000', '145840.544000', '145840.547000', '145840.549000', '145840.552000', '145840.555000', '145840.557000', '145840.560000', '145840.563000', '145840.565000', '145840.568000', '145840.570000', '145840.573000', '145840.576000', '145840.578000', '145840.581000', '145840.584000', '145840.586000', '145840.589000', '145840.591000', '145840.594000', '145900.482000', '145900.487000', '145900.490000', '145900.492000', '145900.495000', '145900.498000', '145900.500000', '145900.503000', '145900.506000', '145900.508000', '145900.511000', '145900.514000', '145900.516000', '145900.519000', '145900.523000', '145900.525000', '145900.528000', '145900.531000', '145900.533000', '145900.536000', '145900.539000', '145900.541000', '145900.544000', '145900.546000', '145900.549000', '145900.552000', '145900.554000', '145900.557000', '145900.560000', '145900.562000', '145900.565000', '145900.568000', '145900.570000', '145900.573000', '145900.576000', '145900.579000', '145900.582000', '145900.585000', '145900.587000', '145900.590000', '145900.593000', '145900.595000', '145900.598000', '145920.482000', '145920.484000', '145920.487000', '145920.490000', '145920.493000', '145920.495000', '145920.498000', '145920.500000', '145920.503000', '145920.506000', '145920.508000', '145920.511000', '145920.514000', '145920.517000', '145920.519000', '145920.522000', '145920.524000', '145920.527000', '145920.530000', '145920.532000', '145920.535000', '145920.538000', '145920.540000', '145920.543000', '145920.545000', '145920.548000', '145920.551000', '145920.553000', '145920.556000', '145920.558000', '145920.561000', '145920.564000', '145920.566000', '145920.569000', '145920.572000', '145920.574000', '145920.577000', '145920.579000', '145920.582000', '145920.585000', '145920.587000', '145920.590000', '145920.593000', '145920.595000', '145940.480000', '145940.483000', '145940.486000', '145940.489000', '145940.491000', '145940.494000', '145940.496000', '145940.499000', '145940.502000', '145940.516000', '145940.519000', '145940.521000', '145940.524000', '145940.526000', '145940.529000', '145940.532000', '145940.534000', '145940.537000', '145940.540000', '145940.542000', '145940.545000', '145940.547000', '145940.550000', '145940.553000', '145940.555000', '145940.558000', '145940.561000', '145940.563000', '145940.566000', '145940.569000', '145940.571000', '145940.574000', '145940.577000', '145940.579000', '145940.582000', '145940.585000', '145940.587000', '145940.590000', '145940.600000', '145940.603000', '145940.606000', '145940.608000', '145940.611000', '150000.480000', '150000.483000', '150000.486000', '150000.489000', '150000.491000', '150000.494000', '150000.497000', '150000.499000', '150000.502000', '150000.504000', '150000.507000', '150000.510000', '150000.512000', '150000.515000', '150000.518000', '150000.520000', '150000.523000', '150000.525000', '150000.528000', '150000.531000', '150000.533000', '150000.536000', '150000.539000', '150000.541000', '150000.544000', '150000.547000', '150000.549000', '150000.552000', '150000.554000', '150000.557000', '150000.560000', '150000.562000', '150000.565000', '150000.568000', '150000.570000', '150000.573000', '150000.575000', '150000.578000', '150000.581000', '150000.583000', '150000.586000', '150000.589000', '150000.591000', '150000.594000', '150020.481000', '150020.483000', '150020.486000', '150020.489000', '150020.492000', '150020.494000', '150020.497000', '150020.500000', '150020.503000', '150020.506000', '150020.508000', '150020.511000', '150020.513000', '150020.516000', '150020.519000', '150020.521000', '150020.524000', '150020.526000', '150020.529000', '150020.532000', '150020.534000', '150020.537000', '150020.539000', '150020.542000', '150020.545000', '150020.548000', '150020.550000', '150020.553000', '150020.556000', '150020.558000', '150020.562000', '150020.565000', '150020.568000', '150020.570000', '150020.573000', '150020.576000', '150020.578000', '150020.581000', '150020.584000', '150020.586000', '150020.589000', '150020.592000', '150020.594000', '150040.480000', '150040.483000', '150040.486000', '150040.489000', '150040.491000', '150040.494000', '150040.497000', '150040.499000', '150040.502000', '150040.505000', '150040.507000', '150040.510000', '150040.513000', '150040.515000', '150040.518000', '150040.521000', '150040.523000', '150040.526000', '150040.529000', '150040.532000', '150040.534000', '150040.537000', '150040.540000', '150040.542000', '150040.545000', '150040.548000', '150040.550000', '150040.553000', '150040.556000', '150040.558000', '150040.561000', '150040.563000', '150040.566000', '150040.569000', '150040.571000', '150040.574000', '150040.577000', '150040.579000', '150040.582000', '150040.585000', '150040.587000', '150040.590000', '150040.592000', '150040.595000', '150100.481000', '150100.483000', '150100.486000', '150100.489000', '150100.491000', '150100.494000', '150100.497000', '150100.500000', '150100.502000', '150100.505000', '150100.507000', '150100.510000', '150100.513000', '150100.515000', '150100.518000', '150100.520000', '150100.523000', '150100.526000', '150100.528000', '150100.531000', '150100.575000', '150100.578000', '150100.581000', '150100.583000', '150100.586000', '150100.588000', '150100.591000', '150100.594000', '150100.596000', '150100.599000', '150100.602000', '150100.604000', '150100.607000', '150100.610000', '150100.613000', '150100.615000', '150100.618000', '150100.621000', '150100.623000', '150100.626000', '150100.628000', '150100.631000', '150100.634000', '150120.482000', '150120.484000', '150120.487000', '150120.490000', '150120.493000', '150120.496000', '150120.498000', '150120.501000', '150120.504000', '150120.506000', '150120.509000', '150120.511000', '150120.514000', '150120.517000', '150120.519000', '150120.522000', '150120.525000', '150120.527000', '150120.530000', '150120.532000', '150120.535000', '150120.538000', '150120.540000', '150120.543000', '150120.546000', '150120.548000', '150120.551000', '150120.554000', '150120.556000', '150120.559000', '150120.561000', '150120.564000', '150120.567000', '150120.569000', '150120.572000', '150120.575000', '150120.577000', '150120.580000', '150120.583000', '150120.585000', '150120.588000', '150120.590000', '150120.593000', '150120.596000', '150140.482000', '150140.485000', '150140.487000', '150140.490000', '150140.492000', '150140.495000', '150140.498000', '150140.500000', '150140.503000', '150140.506000', '150140.508000', '150140.511000', '150140.514000', '150140.516000', '150140.519000', '150140.522000', '150140.524000', '150140.527000', '150140.530000', '150140.532000', '150140.535000', '150140.537000', '150140.540000', '150140.543000', '150140.545000', '150140.548000', '150140.551000', '150140.553000', '150140.556000', '150140.559000', '150140.561000', '150140.564000', '150140.567000', '150140.570000', '150140.572000', '150140.575000', '150140.578000', '150140.580000', '150140.583000', '150140.585000', '150140.589000', '150140.592000', '150140.594000', '150200.480000', '150200.483000', '150200.486000', '150200.489000', '150200.491000', '150200.494000', '150200.497000', '150200.499000', '150200.502000', '150200.504000', '150200.507000', '150200.510000', '150200.512000', '150200.515000', '150200.518000', '150200.520000', '150200.523000', '150200.525000', '150200.528000', '150200.531000', '150200.533000', '150200.536000', '150200.539000', '150200.541000', '150200.544000', '150200.546000', '150200.549000', '150200.552000', '150200.554000', '150200.557000', '150200.560000', '150200.562000', '150200.565000', '150200.568000', '150200.570000', '150200.573000', '150200.576000', '150200.578000', '150200.581000', '150200.584000', '150200.586000', '150200.589000', '150200.592000', '150200.594000', '150220.481000', '150220.483000', '150220.486000', '150220.489000', '150220.492000', '150220.494000', '150220.497000', '150220.499000', '150220.502000', '150220.505000', '150220.507000', '150220.510000', '150220.513000', '150220.515000', '150220.518000', '150220.520000', '150220.529000', '150220.532000', '150220.534000', '150220.537000', '150220.540000', '150220.542000', '150220.545000', '150220.547000', '150220.550000', '150220.553000', '150220.555000', '150220.558000', '150220.561000', '150220.563000', '150220.566000', '150220.580000', '150220.583000', '150220.586000', '150220.589000', '150220.591000', '150220.594000', '150220.596000', '150220.599000', '150220.602000', '150220.604000', '150220.607000', '150220.610000', '150240.481000', '150240.483000', '150240.486000', '150240.489000', '150240.491000', '150240.494000', '150240.497000', '150240.499000', '150240.502000', '150240.505000', '150240.507000', '150240.510000', '150240.512000', '150240.515000', '150240.518000', '150240.520000', '150240.523000', '150240.526000', '150240.528000', '150240.531000', '150240.537000', '150240.539000', '150240.542000', '150240.544000', '150240.547000', '150240.550000', '150240.552000', '150240.555000', '150240.558000', '150240.560000', '150240.563000', '150240.566000', '150240.568000', '150240.571000', '150240.573000', '150240.576000', '150240.579000', '150240.581000', '150240.584000', '150240.587000', '150240.589000', '150240.592000', '150240.595000', '150240.597000', '150300.481000', '150300.484000', '150300.486000', '150300.489000', '150300.492000', '150300.494000', '150300.497000', '150300.500000', '150300.503000', '150300.505000', '150300.508000', '150300.510000', '150300.513000', '150300.516000', '150300.518000', '150300.521000', '150300.524000', '150300.526000', '150300.529000', '150300.532000', '150300.534000', '150300.537000', '150300.540000', '150300.542000', '150300.545000', '150300.548000', '150300.550000', '150300.553000', '150300.555000', '150300.558000', '150300.561000', '150300.563000', '150300.566000', '150300.569000', '150300.571000', '150300.574000', '150300.577000', '150300.579000', '150300.582000', '150300.584000', '150300.587000', '150300.590000', '150300.592000', '150320.481000', '150320.484000', '150320.486000', '150320.489000', '150320.491000', '150320.494000', '150320.497000', '150320.499000', '150320.502000', '150320.504000', '150320.507000', '150320.510000', '150320.512000', '150320.515000', '150320.518000', '150320.520000', '150320.523000', '150320.526000', '150320.528000', '150320.531000', '150320.533000', '150320.536000', '150320.539000', '150320.541000', '150320.544000', '150320.546000', '150320.549000', '150320.552000', '150320.554000', '150320.557000', '150320.560000', '150320.562000', '150320.565000', '150320.568000', '150320.570000', '150320.573000', '150320.575000', '150320.578000', '150320.581000', '150320.583000', '150320.586000', '150320.589000', '150320.591000', '150320.594000', '150340.482000', '150340.485000', '150340.487000', '150340.490000', '150340.493000', '150340.495000', '150340.498000', '150340.500000', '150340.503000', '150340.506000', '150340.508000', '150340.511000', '150340.514000', '150340.516000', '150340.519000', '150340.522000', '150340.525000', '150340.527000', '150340.530000', '150340.533000', '150340.535000', '150340.538000', '150340.541000', '150340.543000', '150340.546000', '150340.549000', '150340.551000', '150340.569000', '150340.572000', '150340.574000', '150340.577000', '150340.580000', '150340.582000', '150340.585000', '150340.588000', '150340.590000', '150340.593000', '150340.595000', '150340.598000', '150340.601000', '150340.603000', '150340.606000', '150340.609000', '150400.482000', '150400.485000', '150400.487000', '150400.490000', '150400.492000', '150400.495000', '150400.498000', '150400.501000', '150400.503000', '150400.506000', '150400.508000', '150400.511000', '150400.514000', '150400.517000', '150400.519000', '150400.522000', '150400.525000', '150400.527000', '150400.530000', '150400.532000', '150400.535000', '150400.538000', '150400.540000', '150400.543000', '150400.546000', '150400.548000', '150400.551000', '150400.554000', '150400.557000', '150400.559000', '150400.562000', '150400.565000', '150400.567000', '150400.570000', '150400.573000', '150400.575000', '150400.578000', '150400.580000', '150400.583000', '150400.586000', '150400.588000', '150400.591000', '150400.593000', '150400.596000', '150420.481000', '150420.483000', '150420.486000', '150420.489000', '150420.491000', '150420.494000', '150420.496000', '150420.499000', '150420.502000', '150420.504000', '150420.507000', '150420.510000', '150420.512000', '150420.515000', '150420.518000', '150420.520000', '150420.523000', '150420.525000', '150420.528000', '150420.530000', '150420.533000', '150420.536000', '150420.538000', '150420.541000', '150420.544000', '150420.546000', '150420.549000', '150420.551000', '150420.554000', '150420.557000', '150420.559000', '150420.562000', '150420.564000', '150420.567000', '150420.570000', '150420.572000', '150420.575000', '150420.577000', '150420.580000', '150420.582000', '150420.585000', '150420.588000', '150420.590000', '150440.481000', '150440.483000', '150440.486000', '150440.489000', '150440.491000', '150440.494000', '150440.497000', '150440.499000', '150440.502000', '150440.504000', '150440.507000', '150440.510000', '150440.512000', '150440.515000', '150440.518000', '150440.520000', '150440.523000', '150440.526000', '150440.528000', '150440.531000', '150440.533000', '150440.536000', '150440.538000', '150440.541000', '150440.544000', '150440.546000', '150440.549000', '150440.552000', '150440.554000', '150440.557000', '150440.559000', '150440.562000', '150440.565000', '150440.567000', '150440.570000', '150440.572000', '150440.575000', '150440.577000', '150440.580000', '150440.583000', '150440.585000', '150440.588000', '150440.590000', '150440.593000', '150444.528000', '150444.531000', '150444.534000', '150444.537000', '150444.540000', '150444.542000', '150444.545000', '150444.548000', '150444.551000'], 'InstanceCreationTime': ['145440.522000', '145440.525000', '145440.527000', '145440.530000', '145440.533000', '145440.535000', '145440.538000', '145440.540000', '145440.543000', '145440.546000', '145440.548000', '145440.551000', '145440.554000', '145440.556000', '145440.559000', '145440.565000', '145440.568000', '145440.570000', '145440.573000', '145440.576000', '145440.578000', '145440.581000', '145440.584000', '145440.587000', '145440.589000', '145440.592000', '145440.595000', '145440.598000', '145440.601000', '145440.603000', '145440.606000', '145440.609000', '145440.611000', '145440.614000', '145440.617000', '145440.619000', '145440.622000', '145440.624000', '145440.627000', '145440.629000', '145440.632000', '145440.635000', '145440.637000', '145440.640000', '145440.643000', '145440.645000', '145440.648000', '145440.650000', '145440.653000', '145440.656000', '145440.658000', '145440.664000', '145440.667000', '145440.669000', '145440.672000', '145440.674000', '145440.677000', '145440.680000', '145440.682000', '145440.685000', '145440.688000', '145440.690000', '145500.481000', '145500.484000', '145500.486000', '145500.489000', '145500.491000', '145500.494000', '145500.497000', '145500.536000', '145500.538000', '145500.541000', '145500.544000', '145500.546000', '145500.549000', '145500.552000', '145500.554000', '145500.557000', '145500.559000', '145500.562000', '145500.565000', '145500.567000', '145500.570000', '145500.572000', '145500.575000', '145500.578000', '145500.580000', '145500.583000', '145500.585000', '145500.588000', '145500.591000', '145500.593000', '145500.596000', '145500.599000', '145500.601000', '145500.604000', '145500.606000', '145500.609000', '145500.612000', '145500.614000', '145500.617000', '145500.619000', '145500.622000', '145500.625000', '145500.627000', '145500.630000', '145520.480000', '145520.483000', '145520.486000', '145520.489000', '145520.491000', '145520.494000', '145520.496000', '145520.499000', '145520.502000', '145520.504000', '145520.507000', '145520.510000', '145520.512000', '145520.515000', '145520.517000', '145520.520000', '145520.523000', '145520.525000', '145520.528000', '145520.530000', '145520.533000', '145520.536000', '145520.538000', '145520.541000', '145520.543000', '145520.546000', '145520.549000', '145520.551000', '145520.554000', '145520.556000', '145520.559000', '145520.562000', '145520.564000', '145520.567000', '145520.569000', '145520.572000', '145520.575000', '145520.577000', '145520.580000', '145520.583000', '145520.585000', '145520.588000', '145520.590000', '145540.480000', '145540.483000', '145540.486000', '145540.488000', '145540.491000', '145540.494000', '145540.496000', '145540.499000', '145540.502000', '145540.504000', '145540.507000', '145540.509000', '145540.512000', '145540.515000', '145540.517000', '145540.520000', '145540.523000', '145540.525000', '145540.528000', '145540.530000', '145540.533000', '145540.536000', '145540.538000', '145540.541000', '145540.544000', '145540.546000', '145540.549000', '145540.552000', '145540.554000', '145540.557000', '145540.559000', '145540.562000', '145540.565000', '145540.567000', '145540.570000', '145540.573000', '145540.575000', '145540.578000', '145540.581000', '145540.583000', '145540.586000', '145540.588000', '145540.591000', '145540.594000', '145600.480000', '145600.483000', '145600.486000', '145600.489000', '145600.491000', '145600.494000', '145600.497000', '145600.499000', '145600.502000', '145600.505000', '145600.507000', '145600.510000', '145600.512000', '145600.515000', '145600.518000', '145600.520000', '145600.523000', '145600.525000', '145600.528000', '145600.531000', '145600.533000', '145600.536000', '145600.539000', '145600.541000', '145600.544000', '145600.546000', '145600.549000', '145600.552000', '145600.554000', '145600.557000', '145600.560000', '145600.562000', '145600.565000', '145600.567000', '145600.570000', '145600.573000', '145600.575000', '145600.578000', '145600.581000', '145600.583000', '145600.586000', '145600.588000', '145600.591000', '145620.480000', '145620.483000', '145620.486000', '145620.489000', '145620.491000', '145620.494000', '145620.497000', '145620.500000', '145620.502000', '145620.505000', '145620.508000', '145620.510000', '145620.513000', '145620.516000', '145620.518000', '145620.521000', '145620.524000', '145620.526000', '145620.529000', '145620.532000', '145620.534000', '145620.537000', '145620.539000', '145620.542000', '145620.545000', '145620.547000', '145620.550000', '145620.552000', '145620.555000', '145620.558000', '145620.560000', '145620.563000', '145620.565000', '145620.568000', '145620.571000', '145620.573000', '145620.576000', '145620.578000', '145620.581000', '145620.584000', '145620.586000', '145620.589000', '145620.591000', '145620.594000', '145640.482000', '145640.485000', '145640.487000', '145640.490000', '145640.493000', '145640.495000', '145640.498000', '145640.501000', '145640.503000', '145640.506000', '145640.508000', '145640.511000', '145640.513000', '145640.516000', '145640.519000', '145640.522000', '145640.524000', '145640.539000', '145640.541000', '145640.544000', '145640.546000', '145640.549000', '145640.551000', '145640.554000', '145640.557000', '145640.559000', '145640.562000', '145640.565000', '145640.567000', '145640.570000', '145640.573000', '145640.576000', '145640.578000', '145640.581000', '145640.584000', '145640.586000', '145640.589000', '145640.592000', '145640.594000', '145640.597000', '145640.600000', '145640.602000', '145640.605000', '145700.481000', '145700.484000', '145700.487000', '145700.490000', '145700.492000', '145700.495000', '145700.497000', '145700.500000', '145700.503000', '145700.505000', '145700.508000', '145700.511000', '145700.513000', '145700.516000', '145700.519000', '145700.521000', '145700.524000', '145700.526000', '145700.529000', '145700.532000', '145700.534000', '145700.537000', '145700.540000', '145700.542000', '145700.545000', '145700.547000', '145700.550000', '145700.553000', '145700.555000', '145700.558000', '145700.561000', '145700.563000', '145700.566000', '145700.568000', '145700.571000', '145700.574000', '145700.576000', '145700.579000', '145700.582000', '145700.584000', '145700.587000', '145700.589000', '145700.592000', '145700.595000', '145720.481000', '145720.483000', '145720.486000', '145720.489000', '145720.492000', '145720.494000', '145720.497000', '145720.499000', '145720.502000', '145720.505000', '145720.507000', '145720.510000', '145720.513000', '145720.515000', '145720.518000', '145720.521000', '145720.523000', '145720.526000', '145720.528000', '145720.531000', '145720.534000', '145720.536000', '145720.539000', '145720.541000', '145720.544000', '145720.547000', '145720.549000', '145720.552000', '145720.555000', '145720.557000', '145720.560000', '145720.562000', '145720.565000', '145720.568000', '145720.570000', '145720.573000', '145720.576000', '145720.578000', '145720.581000', '145720.583000', '145720.586000', '145720.589000', '145720.592000', '145740.481000', '145740.489000', '145740.491000', '145740.494000', '145740.497000', '145740.499000', '145740.502000', '145740.505000', '145740.507000', '145740.510000', '145740.513000', '145740.515000', '145740.518000', '145740.521000', '145740.525000', '145740.528000', '145740.531000', '145740.533000', '145740.536000', '145740.539000', '145740.541000', '145740.544000', '145740.547000', '145740.549000', '145740.552000', '145740.556000', '145740.559000', '145740.562000', '145740.564000', '145740.567000', '145740.570000', '145740.572000', '145740.575000', '145740.577000', '145740.580000', '145740.583000', '145740.585000', '145740.588000', '145740.591000', '145740.593000', '145740.596000', '145740.599000', '145740.601000', '145800.481000', '145800.484000', '145800.486000', '145800.489000', '145800.492000', '145800.494000', '145800.497000', '145800.500000', '145800.502000', '145800.505000', '145800.507000', '145800.510000', '145800.513000', '145800.515000', '145800.518000', '145800.521000', '145800.523000', '145800.526000', '145800.528000', '145800.531000', '145800.534000', '145800.536000', '145800.539000', '145800.541000', '145800.544000', '145800.547000', '145800.549000', '145800.552000', '145800.555000', '145800.557000', '145800.560000', '145800.562000', '145800.565000', '145800.568000', '145800.570000', '145800.573000', '145800.576000', '145800.578000', '145800.581000', '145800.583000', '145800.586000', '145800.589000', '145800.591000', '145800.605000', '145820.481000', '145820.484000', '145820.486000', '145820.489000', '145820.492000', '145820.494000', '145820.497000', '145820.500000', '145820.502000', '145820.505000', '145820.508000', '145820.510000', '145820.513000', '145820.515000', '145820.518000', '145820.521000', '145820.523000', '145820.526000', '145820.529000', '145820.531000', '145820.534000', '145820.537000', '145820.539000', '145820.542000', '145820.544000', '145820.547000', '145820.550000', '145820.552000', '145820.555000', '145820.558000', '145820.560000', '145820.563000', '145820.566000', '145820.568000', '145820.571000', '145820.573000', '145820.576000', '145820.579000', '145820.581000', '145820.584000', '145820.586000', '145820.589000', '145820.592000', '145840.480000', '145840.483000', '145840.486000', '145840.489000', '145840.491000', '145840.494000', '145840.497000', '145840.499000', '145840.502000', '145840.505000', '145840.507000', '145840.510000', '145840.512000', '145840.515000', '145840.518000', '145840.520000', '145840.523000', '145840.526000', '145840.528000', '145840.531000', '145840.534000', '145840.536000', '145840.539000', '145840.542000', '145840.544000', '145840.547000', '145840.549000', '145840.552000', '145840.555000', '145840.557000', '145840.560000', '145840.563000', '145840.565000', '145840.568000', '145840.570000', '145840.573000', '145840.576000', '145840.578000', '145840.581000', '145840.584000', '145840.586000', '145840.589000', '145840.591000', '145840.594000', '145900.482000', '145900.487000', '145900.490000', '145900.492000', '145900.495000', '145900.498000', '145900.500000', '145900.503000', '145900.506000', '145900.508000', '145900.511000', '145900.514000', '145900.516000', '145900.519000', '145900.523000', '145900.525000', '145900.528000', '145900.531000', '145900.533000', '145900.536000', '145900.539000', '145900.541000', '145900.544000', '145900.546000', '145900.549000', '145900.552000', '145900.554000', '145900.557000', '145900.560000', '145900.562000', '145900.565000', '145900.568000', '145900.570000', '145900.573000', '145900.576000', '145900.579000', '145900.582000', '145900.585000', '145900.587000', '145900.590000', '145900.593000', '145900.595000', '145900.598000', '145920.482000', '145920.484000', '145920.487000', '145920.490000', '145920.493000', '145920.495000', '145920.498000', '145920.500000', '145920.503000', '145920.506000', '145920.508000', '145920.511000', '145920.514000', '145920.517000', '145920.519000', '145920.522000', '145920.524000', '145920.527000', '145920.530000', '145920.532000', '145920.535000', '145920.538000', '145920.540000', '145920.543000', '145920.545000', '145920.548000', '145920.551000', '145920.553000', '145920.556000', '145920.558000', '145920.561000', '145920.564000', '145920.566000', '145920.569000', '145920.572000', '145920.574000', '145920.577000', '145920.579000', '145920.582000', '145920.585000', '145920.587000', '145920.590000', '145920.593000', '145920.595000', '145940.480000', '145940.483000', '145940.486000', '145940.489000', '145940.491000', '145940.494000', '145940.496000', '145940.499000', '145940.502000', '145940.516000', '145940.519000', '145940.521000', '145940.524000', '145940.526000', '145940.529000', '145940.532000', '145940.534000', '145940.537000', '145940.540000', '145940.542000', '145940.545000', '145940.547000', '145940.550000', '145940.553000', '145940.555000', '145940.558000', '145940.561000', '145940.563000', '145940.566000', '145940.569000', '145940.571000', '145940.574000', '145940.577000', '145940.579000', '145940.582000', '145940.585000', '145940.587000', '145940.590000', '145940.600000', '145940.603000', '145940.606000', '145940.608000', '145940.611000', '150000.480000', '150000.483000', '150000.486000', '150000.489000', '150000.491000', '150000.494000', '150000.497000', '150000.499000', '150000.502000', '150000.504000', '150000.507000', '150000.510000', '150000.512000', '150000.515000', '150000.518000', '150000.520000', '150000.523000', '150000.525000', '150000.528000', '150000.531000', '150000.533000', '150000.536000', '150000.539000', '150000.541000', '150000.544000', '150000.547000', '150000.549000', '150000.552000', '150000.554000', '150000.557000', '150000.560000', '150000.562000', '150000.565000', '150000.568000', '150000.570000', '150000.573000', '150000.575000', '150000.578000', '150000.581000', '150000.583000', '150000.586000', '150000.589000', '150000.591000', '150000.594000', '150020.481000', '150020.483000', '150020.486000', '150020.489000', '150020.492000', '150020.494000', '150020.497000', '150020.500000', '150020.503000', '150020.506000', '150020.508000', '150020.511000', '150020.513000', '150020.516000', '150020.519000', '150020.521000', '150020.524000', '150020.526000', '150020.529000', '150020.532000', '150020.534000', '150020.537000', '150020.539000', '150020.542000', '150020.545000', '150020.548000', '150020.550000', '150020.553000', '150020.556000', '150020.558000', '150020.562000', '150020.565000', '150020.568000', '150020.570000', '150020.573000', '150020.576000', '150020.578000', '150020.581000', '150020.584000', '150020.586000', '150020.589000', '150020.592000', '150020.594000', '150040.480000', '150040.483000', '150040.486000', '150040.489000', '150040.491000', '150040.494000', '150040.497000', '150040.499000', '150040.502000', '150040.505000', '150040.507000', '150040.510000', '150040.513000', '150040.515000', '150040.518000', '150040.521000', '150040.523000', '150040.526000', '150040.529000', '150040.532000', '150040.534000', '150040.537000', '150040.540000', '150040.542000', '150040.545000', '150040.548000', '150040.550000', '150040.553000', '150040.556000', '150040.558000', '150040.561000', '150040.563000', '150040.566000', '150040.569000', '150040.571000', '150040.574000', '150040.577000', '150040.579000', '150040.582000', '150040.585000', '150040.587000', '150040.590000', '150040.592000', '150040.595000', '150100.481000', '150100.483000', '150100.486000', '150100.489000', '150100.491000', '150100.494000', '150100.497000', '150100.500000', '150100.502000', '150100.505000', '150100.507000', '150100.510000', '150100.513000', '150100.515000', '150100.518000', '150100.520000', '150100.523000', '150100.526000', '150100.528000', '150100.531000', '150100.575000', '150100.578000', '150100.581000', '150100.583000', '150100.586000', '150100.588000', '150100.591000', '150100.594000', '150100.596000', '150100.599000', '150100.602000', '150100.604000', '150100.607000', '150100.610000', '150100.613000', '150100.615000', '150100.618000', '150100.621000', '150100.623000', '150100.626000', '150100.628000', '150100.631000', '150100.634000', '150120.482000', '150120.484000', '150120.487000', '150120.490000', '150120.493000', '150120.496000', '150120.498000', '150120.501000', '150120.504000', '150120.506000', '150120.509000', '150120.511000', '150120.514000', '150120.517000', '150120.519000', '150120.522000', '150120.525000', '150120.527000', '150120.530000', '150120.532000', '150120.535000', '150120.538000', '150120.540000', '150120.543000', '150120.546000', '150120.548000', '150120.551000', '150120.554000', '150120.556000', '150120.559000', '150120.561000', '150120.564000', '150120.567000', '150120.569000', '150120.572000', '150120.575000', '150120.577000', '150120.580000', '150120.583000', '150120.585000', '150120.588000', '150120.590000', '150120.593000', '150120.596000', '150140.482000', '150140.485000', '150140.487000', '150140.490000', '150140.492000', '150140.495000', '150140.498000', '150140.500000', '150140.503000', '150140.506000', '150140.508000', '150140.511000', '150140.514000', '150140.516000', '150140.519000', '150140.522000', '150140.524000', '150140.527000', '150140.530000', '150140.532000', '150140.535000', '150140.537000', '150140.540000', '150140.543000', '150140.545000', '150140.548000', '150140.551000', '150140.553000', '150140.556000', '150140.559000', '150140.561000', '150140.564000', '150140.567000', '150140.570000', '150140.572000', '150140.575000', '150140.578000', '150140.580000', '150140.583000', '150140.585000', '150140.589000', '150140.592000', '150140.594000', '150200.480000', '150200.483000', '150200.486000', '150200.489000', '150200.491000', '150200.494000', '150200.497000', '150200.499000', '150200.502000', '150200.504000', '150200.507000', '150200.510000', '150200.512000', '150200.515000', '150200.518000', '150200.520000', '150200.523000', '150200.525000', '150200.528000', '150200.531000', '150200.533000', '150200.536000', '150200.539000', '150200.541000', '150200.544000', '150200.546000', '150200.549000', '150200.552000', '150200.554000', '150200.557000', '150200.560000', '150200.562000', '150200.565000', '150200.568000', '150200.570000', '150200.573000', '150200.576000', '150200.578000', '150200.581000', '150200.584000', '150200.586000', '150200.589000', '150200.592000', '150200.594000', '150220.481000', '150220.483000', '150220.486000', '150220.489000', '150220.492000', '150220.494000', '150220.497000', '150220.499000', '150220.502000', '150220.505000', '150220.507000', '150220.510000', '150220.513000', '150220.515000', '150220.518000', '150220.520000', '150220.529000', '150220.532000', '150220.534000', '150220.537000', '150220.540000', '150220.542000', '150220.545000', '150220.547000', '150220.550000', '150220.553000', '150220.555000', '150220.558000', '150220.561000', '150220.563000', '150220.566000', '150220.580000', '150220.583000', '150220.586000', '150220.589000', '150220.591000', '150220.594000', '150220.596000', '150220.599000', '150220.602000', '150220.604000', '150220.607000', '150220.610000', '150240.481000', '150240.483000', '150240.486000', '150240.489000', '150240.491000', '150240.494000', '150240.497000', '150240.499000', '150240.502000', '150240.505000', '150240.507000', '150240.510000', '150240.512000', '150240.515000', '150240.518000', '150240.520000', '150240.523000', '150240.526000', '150240.528000', '150240.531000', '150240.537000', '150240.539000', '150240.542000', '150240.544000', '150240.547000', '150240.550000', '150240.552000', '150240.555000', '150240.558000', '150240.560000', '150240.563000', '150240.566000', '150240.568000', '150240.571000', '150240.573000', '150240.576000', '150240.579000', '150240.581000', '150240.584000', '150240.587000', '150240.589000', '150240.592000', '150240.595000', '150240.597000', '150300.481000', '150300.484000', '150300.486000', '150300.489000', '150300.492000', '150300.494000', '150300.497000', '150300.500000', '150300.503000', '150300.505000', '150300.508000', '150300.510000', '150300.513000', '150300.516000', '150300.518000', '150300.521000', '150300.524000', '150300.526000', '150300.529000', '150300.532000', '150300.534000', '150300.537000', '150300.540000', '150300.542000', '150300.545000', '150300.548000', '150300.550000', '150300.553000', '150300.555000', '150300.558000', '150300.561000', '150300.563000', '150300.566000', '150300.569000', '150300.571000', '150300.574000', '150300.577000', '150300.579000', '150300.582000', '150300.584000', '150300.587000', '150300.590000', '150300.592000', '150320.481000', '150320.484000', '150320.486000', '150320.489000', '150320.491000', '150320.494000', '150320.497000', '150320.499000', '150320.502000', '150320.504000', '150320.507000', '150320.510000', '150320.512000', '150320.515000', '150320.518000', '150320.520000', '150320.523000', '150320.526000', '150320.528000', '150320.531000', '150320.533000', '150320.536000', '150320.539000', '150320.541000', '150320.544000', '150320.546000', '150320.549000', '150320.552000', '150320.554000', '150320.557000', '150320.560000', '150320.562000', '150320.565000', '150320.568000', '150320.570000', '150320.573000', '150320.575000', '150320.578000', '150320.581000', '150320.583000', '150320.586000', '150320.589000', '150320.591000', '150320.594000', '150340.482000', '150340.485000', '150340.487000', '150340.490000', '150340.493000', '150340.495000', '150340.498000', '150340.500000', '150340.503000', '150340.506000', '150340.508000', '150340.511000', '150340.514000', '150340.516000', '150340.519000', '150340.522000', '150340.525000', '150340.527000', '150340.530000', '150340.533000', '150340.535000', '150340.538000', '150340.541000', '150340.543000', '150340.546000', '150340.549000', '150340.551000', '150340.569000', '150340.572000', '150340.574000', '150340.577000', '150340.580000', '150340.582000', '150340.585000', '150340.588000', '150340.590000', '150340.593000', '150340.595000', '150340.598000', '150340.601000', '150340.603000', '150340.606000', '150340.609000', '150400.482000', '150400.485000', '150400.487000', '150400.490000', '150400.492000', '150400.495000', '150400.498000', '150400.501000', '150400.503000', '150400.506000', '150400.508000', '150400.511000', '150400.514000', '150400.517000', '150400.519000', '150400.522000', '150400.525000', '150400.527000', '150400.530000', '150400.532000', '150400.535000', '150400.538000', '150400.540000', '150400.543000', '150400.546000', '150400.548000', '150400.551000', '150400.554000', '150400.557000', '150400.559000', '150400.562000', '150400.565000', '150400.567000', '150400.570000', '150400.573000', '150400.575000', '150400.578000', '150400.580000', '150400.583000', '150400.586000', '150400.588000', '150400.591000', '150400.593000', '150400.596000', '150420.481000', '150420.483000', '150420.486000', '150420.489000', '150420.491000', '150420.494000', '150420.496000', '150420.499000', '150420.502000', '150420.504000', '150420.507000', '150420.510000', '150420.512000', '150420.515000', '150420.518000', '150420.520000', '150420.523000', '150420.525000', '150420.528000', '150420.530000', '150420.533000', '150420.536000', '150420.538000', '150420.541000', '150420.544000', '150420.546000', '150420.549000', '150420.551000', '150420.554000', '150420.557000', '150420.559000', '150420.562000', '150420.564000', '150420.567000', '150420.570000', '150420.572000', '150420.575000', '150420.577000', '150420.580000', '150420.582000', '150420.585000', '150420.588000', '150420.590000', '150440.481000', '150440.483000', '150440.486000', '150440.489000', '150440.491000', '150440.494000', '150440.497000', '150440.499000', '150440.502000', '150440.504000', '150440.507000', '150440.510000', '150440.512000', '150440.515000', '150440.518000', '150440.520000', '150440.523000', '150440.526000', '150440.528000', '150440.531000', '150440.533000', '150440.536000', '150440.538000', '150440.541000', '150440.544000', '150440.546000', '150440.549000', '150440.552000', '150440.554000', '150440.557000', '150440.559000', '150440.562000', '150440.565000', '150440.567000', '150440.570000', '150440.572000', '150440.575000', '150440.577000', '150440.580000', '150440.583000', '150440.585000', '150440.588000', '150440.590000', '150440.593000', '150444.528000', '150444.531000', '150444.534000', '150444.537000', '150444.540000', '150444.542000', '150444.545000', '150444.548000', '150444.551000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10784, 9269, 11478, 9608, 15437, 10421, 8834, 9615, 9897, 16069, 12717, 9121, 8901, 9065, 14628, 9931, 8535, 9622, 9164, 12634, 10248, 13756, 9916, 8801, 9702, 8735, 13485, 9418, 9499, 9635, 9047, 11724, 9017, 11224, 9689, 12183, 9723, 9134, 9672, 9747, 15911, 12930, 8613, 8642, 8840, 15181, 11245, 9671, 9678, 9464, 9865, 9357, 12811, 10919, 8875, 9274, 9028, 10095, 9452, 8791, 9298, 9015, 12227, 9352, 8981, 9390, 8793, 15092, 11120, 8998, 9162, 9378, 15162, 10230, 10324, 10759, 13983, 14067, 8797, 9460, 9840, 10679, 11689, 9433, 8903, 9540, 8694, 9324, 12241, 9874, 8699, 8476, 9439, 9388, 9033, 8622, 9556, 8812, 8801, 9618, 8388, 9743, 8646, 10291, 9495, 9246, 9220, 8754, 12235, 9621, 12419, 9606, 8543, 13231, 9162, 13523, 9853, 10863, 11974, 9707, 8508, 9313, 9196, 9656, 12659, 10356, 8603, 9823, 9436, 10188, 9564, 8796, 9496, 8707, 9124, 9936, 10987, 9876, 9093, 9000, 9762, 14916, 10634, 9057, 9854, 9881, 15989, 11614, 9191, 9152, 9283, 16983, 11663, 9112, 9000, 9964, 13870, 11724, 14011, 9286, 9477, 9495, 9774, 13112, 9684, 8942, 8757, 9538, 9352, 10218, 8678, 9141, 8925, 10806, 9699, 8716, 9063, 9006, 12816, 9730, 9229, 9554, 9547, 12448, 10711, 14416, 13303, 8513, 8966, 9004, 14690, 10947, 12235, 9636, 8678, 8432, 9717, 14847, 10325, 8349, 9459, 9096, 10988, 9810, 10036, 9294, 9021, 10233, 9940, 11929, 10328, 8665, 12487, 9700, 9986, 9769, 8506, 11746, 12497, 13608, 9681, 8601, 9570, 9708, 13160, 9566, 9998, 10041, 9474, 11687, 9048, 9306, 9144, 11953, 9717, 9096, 8819, 9178, 12709, 9789, 8921, 9191, 8487, 13844, 9504, 8803, 9345, 9564, 12265, 9908, 9658, 9850, 8448, 11926, 8783, 10378, 9274, 12700, 9840, 9326, 9511, 9519, 14263, 9964, 8500, 9359, 9190, 12263, 9489, 8715, 9557, 8969, 13322, 9472, 8965, 9741, 9060, 13336, 9826, 8949, 8901, 9301, 14661, 10462, 8638, 8922, 9065, 16076, 11164, 8829, 9271, 9767, 13760, 11104, 13587, 9735, 8550, 9732, 10798, 14373, 9920, 8749, 9524, 8564, 12839, 9776, 9233, 9367, 8816, 13216, 9587, 8843, 9625, 8828, 12857, 10042, 8724, 9552, 10954, 14592, 10131, 8786, 9048, 11033, 13947, 9844, 9203, 9632, 9646, 14260, 9711, 10825, 9592, 11264, 12057, 9280, 8845, 9600, 12146, 9987, 8744, 8932, 8755, 9200, 9794, 11981, 9692, 8708, 9512, 9457, 13854, 9467, 8762, 10060, 8284, 13351, 9586, 8968, 9708, 8690, 10650, 9307, 13563, 11078, 8879, 9611, 8386, 15087, 11197, 8435, 9070, 9138, 14478, 11150, 10101, 9145, 9951, 14967, 13166, 12402, 9693, 8860, 10177, 10844, 13849, 10239, 8267, 11770, 12462, 15464, 9643, 9073, 9087, 10357, 14392, 10836, 9518, 10522, 8439, 10172, 10437, 13443, 9793, 8763, 9158, 8879, 13985, 9821, 8970, 9197, 8634, 13892, 9928, 9140, 9951, 11002, 13622, 10022, 9566, 9682, 9161, 13332, 12436, 10908, 10096, 9001, 8949, 9778, 13117, 10642, 8654, 8002, 9262, 8195, 10168, 8901, 11453, 9915, 10899, 11661, 8483, 11123, 9620, 13293, 10035, 9506, 9411, 9530, 16289, 12800, 8770, 8952, 9685, 11575, 9898, 12418, 8998, 8730, 8621, 9678, 13302, 12043, 8430, 8187, 9322, 7908, 9484, 9747, 13384, 9639, 8503, 8983, 9074, 13082, 9826, 8628, 8872, 9102, 15471, 11342, 8605, 8909, 9278, 15217, 12169, 10171, 8894, 9873, 15269, 13540, 8725, 9175, 8879, 10558, 10074, 14190, 11793, 8778, 9506, 9484, 12743, 9697, 8679, 8951, 8854, 13009, 9958, 10093, 9984, 8976, 9173, 9459, 10501, 14236, 13293, 8636, 8908, 9066, 15477, 11728, 8541, 8730, 9774, 15231, 11032, 8361, 8792, 9565, 16602, 12250, 9715, 8272, 9825, 15388, 9509, 8964, 9195, 13158, 12133, 8632, 9332, 9673, 12119, 9789, 8625, 9235, 8522, 8059, 9752, 12270, 9985, 8888, 9527, 8687, 11084, 9387, 8796, 9316, 8851, 12776, 9640, 11878, 9027, 9165, 13368, 11976, 14879, 12724, 9792, 9310, 9792, 16071, 11405, 8555, 9225, 9436, 16077, 12396, 10941, 8718, 8990, 10489, 9824, 9787, 8977, 9124, 12113, 10758, 14782, 11032, 9033, 8607, 9959, 11853, 12430, 8928, 8637, 9635, 9025, 12326, 9185, 11117, 9635, 8218, 11577, 9219, 11148, 9557, 10915, 12236, 14040, 16030, 9893, 8296, 8597, 9482, 15359, 11036, 8442, 8815, 9898, 13777, 11185, 9329, 8702, 9569, 8411, 9195, 8982, 10745, 9481, 8789, 9346, 9406, 10960, 9601, 15656, 13124, 9575, 10479, 9822, 14697, 15407, 9525, 8326, 9628, 9018, 9353, 9265, 8507, 8483, 9589, 8539, 12118, 10008, 8659, 8069, 9318, 8427, 10928, 9545, 13797, 11240, 9298, 11070, 11731, 13528, 15332, 12919, 12234, 12853, 14873, 17286, 13948, 11093, 10595, 13438, 17332, 9483, 8740, 12173, 12881, 14997, 8861, 9299, 8415, 9001, 9826, 10247, 9605, 7816, 8924, 8501, 8725, 9165, 8801, 9776, 9144, 12918, 12930, 8876, 8368, 8972, 9348, 10831, 9950, 14409, 12468, 8607, 8677, 8926, 8491, 12328, 9027, 8179, 8547, 8463, 10078, 8880, 8580, 13792, 11226, 13992, 10709, 9090, 8614, 8736, 13959, 15194, 10159, 11100, 8723, 8821, 8111, 8533, 13458, 9093, 8892, 8504, 9545, 12736, 8936, 8789, 9786, 9016, 14244, 8723, 8526, 10294, 9457, 16632, 13362, 8738, 7863, 8904, 13377, 11721, 12833, 12365, 9225, 8322, 8881, 9050, 13701, 10911, 9033, 8823, 8086, 8463, 9066, 8775, 12311, 8858, 9809, 13936, 13046, 13912, 9050, 8768, 13678, 13437, 15723, 9263, 8527, 10945, 12199, 16157, 9371, 8526, 8319, 8888, 13964, 9939, 8602, 8520, 8851, 8252, 8632, 8689, 7995, 8773, 8533, 9113, 9307, 8682, 8920, 10484, 9638, 9221, 9014, 8864, 9116, 8030, 8818, 11900, 11040, 14486, 16254, 9907, 8319, 9333, 9258, 8250, 8894, 12849, 10625, 8543, 8471, 9192, 8352, 11369, 8856, 8530, 8749, 8891, 14099, 10503, 8481, 9698, 13165, 16200, 12837, 8694, 9199, 9490, 9892, 10873, 9592, 8068, 9226, 9882, 9264, 9214, 8906, 9184, 8490, 11163, 9115, 8998, 8792, 10514, 14926, 12194, 10010, 8950, 8641, 13532, 12783, 15376, 13331, 8977, 8855, 9034, 12297, 11542, 9226, 8386, 8789, 8511, 12040, 8521, 8435, 8504, 8339, 14621, 8820, 8355, 8582, 8798, 12198, 9025, 9167, 8571, 8883, 13482, 10649, 9198, 8294, 9143, 10981, 14930, 9472, 8782, 9014, 8239, 13219, 12429, 15940, 10062, 8684, 9252, 9039, 8184, 8862, 10815, 14445, 12617, 8443, 7713, 9056, 8441, 10679, 8818, 8318, 8889, 9146, 15225, 10168, 8623, 11854, 10876, 15626, 10958, 8657, 13017, 11121, 12805, 8763, 8845, 11320, 9672, 14218, 9491, 8765, 9112, 8718, 11131, 11042, 8450, 7895, 8930, 8064, 10199, 8183, 8154, 8958, 8636, 11433, 8406, 8232, 9074, 10164, 15274, 8992, 8310, 9762, 10283, 15627, 9065, 8341, 10960, 12944, 15594, 13024, 8264, 9280, 8924, 14544, 10650, 12281, 9452, 8604, 8392, 8400, 8805, 9820, 8786, 8025, 8658, 9203, 12408, 9111, 8518, 9325, 10706, 12717, 9405, 10642, 10140, 9503, 10687, 9431, 11979, 12002, 9344, 8387, 9042, 8713, 10908, 12954, 12615, 9334, 8868, 9403, 8602, 8483, 8581, 11322, 13116, 10433, 8426, 8360, 9055, 9628, 14029, 11995, 11425, 8708, 9488, 9063, 9083, 9677, 8965, 8876, 9680, 8609, 9468, 8775, 9127, 8869, 11955, 9816, 8977, 8881, 9213, 15344, 13502, 12378, 9046, 9401, 8453, 8684, 13055, 12925, 8822, 8527, 9320, 8892, 9320, 8717, 9618, 8689, 9195, 12971, 8837, 9861, 8896, 9531, 15050, 10817, 10635, 8618, 9389, 16764, 13715, 9631, 8717, 9071, 10760, 9346, 13853, 10593, 8604, 8157, 8853, 8612, 13164, 10370, 8506, 8873, 8360, 8258, 8951, 9890, 14092, 11602, 10357, 8773, 9183, 14934, 12822, 15650, 11295, 9281, 15484, 13096, 14410, 9760, 9188, 14898, 10316, 9518, 8949, 8977, 12871, 11070, 14583, 8857, 9439, 8856, 9110, 10421, 11690, 8630, 8976, 8704, 8374, 8640, 8486, 9583, 9083, 8541, 10724, 8611, 8882, 8796, 8758, 13506, 8904, 8765, 8865, 9250, 15058, 9963, 8358, 10670, 13235, 15865, 10403, 8731, 8667, 8780, 15593, 11138, 8093, 9387, 8366, 10265, 8581, 11575, 8982, 8467, 7648, 8751, 9798, 10057, 9007, 7987, 8974, 9634, 12359, 9445, 10042, 9072, 12825, 10491, 9229, 15378, 10895, 13601, 9816, 9061, 16493, 13784, 15666, 11274, 9650, 8891, 9578, 12778, 13106, 9275, 7851, 8999, 9148, 11609, 9647, 11484, 9181, 8696, 8339, 9067, 12126, 8942, 8559, 10381, 10121, 12729, 8991, 9271, 13340, 10656, 11179, 8391, 8831, 16105, 12728, 10266, 8815, 9115, 14487, 12771, 11665, 9212, 8778, 10071, 10497, 14157, 8980, 8803, 8961, 8433, 12841, 9518, 8575, 9102, 8386, 13889, 10890, 9091, 8134, 9330, 8541, 10532, 11427, 14058, 10369, 8969, 10829, 10854, 15405, 12933, 9035, 8281, 9402, 16216, 13710, 15093, 11936, 9354, 8410, 8999, 9098, 13971, 11625, 13085, 8628, 8861, 8448, 9291, 9441, 13571, 9065, 8640, 9251, 9337, 11167, 8586, 9681, 13508, 9156, 8788, 8346, 9158, 15071, 10759, 8701, 8259, 8883, 11978, 10493, 12010, 9674, 8977, 8158, 8669, 9504, 13498, 8992, 8516, 9672, 8139, 10884, 8659, 8114, 8861, 9028, 11255, 8716, 8124, 8889, 8114, 12237, 10553, 12249, 9698, 8173, 13357, 11790, 13957, 9096, 9809, 13458, 14581, 16686, 9807, 8321, 9275, 8316, 14405, 10133, 8291, 9074, 8582, 15274, 11265, 8418, 8874, 8878, 14875, 10412, 8717, 8526, 8837, 15422, 10949, 10682, 8744, 8977, 15200, 13397, 14344, 9224, 9262, 8194, 9082, 13885, 10005, 8399, 8201, 8669, 12353, 9102, 8327, 8459, 8673, 9469, 8970, 8627, 9112, 8971, 8193, 11314, 11626, 12729, 9034], 'WindowCenter': [4956.0, 4893.0, 4920.0, 4881.0, 4936.0, 4863.0, 4841.0, 4854.0, 4849.0, 4919.0, 4879.0, 4825.0, 4826.0, 4838.0, 4893.0, 4860.0, 4828.0, 4834.0, 4850.0, 4876.0, 4845.0, 4885.0, 4850.0, 4828.0, 4835.0, 4838.0, 4886.0, 4852.0, 4848.0, 4838.0, 4838.0, 4868.0, 4840.0, 4858.0, 4852.0, 4866.0, 4839.0, 4837.0, 4848.0, 4849.0, 4920.0, 4879.0, 4816.0, 4827.0, 4839.0, 4893.0, 4869.0, 4840.0, 4827.0, 4837.0, 4847.0, 4834.0, 4887.0, 4869.0, 4826.0, 4822.0, 4850.0, 4856.0, 4849.0, 4831.0, 4835.0, 4849.0, 4877.0, 4851.0, 4838.0, 4836.0, 4839.0, 4908.0, 4867.0, 4826.0, 4839.0, 4837.0, 4897.0, 4847.0, 4848.0, 4870.0, 4887.0, 4889.0, 4814.0, 4820.0, 4848.0, 4843.0, 4865.0, 4836.0, 4825.0, 4832.0, 4826.0, 4835.0, 4863.0, 4845.0, 4826.0, 4814.0, 4849.0, 4834.0, 4835.0, 4840.0, 4833.0, 4827.0, 4838.0, 4847.0, 4828.0, 4851.0, 4829.0, 4859.0, 4848.0, 4837.0, 4836.0, 4826.0, 4877.0, 4846.0, 4877.0, 4838.0, 4828.0, 4874.0, 4836.0, 4875.0, 4849.0, 4855.0, 4864.0, 4838.0, 4815.0, 4824.0, 4832.0, 4834.0, 4872.0, 4849.0, 4816.0, 4833.0, 4838.0, 4845.0, 4835.0, 4826.0, 4835.0, 4814.0, 4833.0, 4849.0, 4868.0, 4850.0, 4841.0, 4839.0, 4861.0, 4908.0, 4859.0, 4838.0, 4847.0, 4859.0, 4906.0, 4869.0, 4838.0, 4828.0, 4840.0, 4905.0, 4871.0, 4816.0, 4815.0, 4844.0, 4882.0, 4864.0, 4874.0, 4823.0, 4822.0, 4834.0, 4832.0, 4871.0, 4837.0, 4829.0, 4813.0, 4837.0, 4833.0, 4846.0, 4825.0, 4826.0, 4827.0, 4855.0, 4848.0, 4829.0, 4827.0, 4852.0, 4876.0, 4849.0, 4836.0, 4838.0, 4850.0, 4877.0, 4854.0, 4897.0, 4889.0, 4816.0, 4822.0, 4838.0, 4890.0, 4868.0, 4866.0, 4836.0, 4817.0, 4817.0, 4843.0, 4893.0, 4859.0, 4815.0, 4823.0, 4827.0, 4853.0, 4847.0, 4848.0, 4837.0, 4837.0, 4858.0, 4859.0, 4867.0, 4846.0, 4827.0, 4878.0, 4840.0, 4839.0, 4838.0, 4826.0, 4865.0, 4877.0, 4873.0, 4824.0, 4812.0, 4834.0, 4834.0, 4875.0, 4837.0, 4830.0, 4846.0, 4835.0, 4867.0, 4826.0, 4822.0, 4837.0, 4865.0, 4848.0, 4829.0, 4826.0, 4849.0, 4886.0, 4860.0, 4827.0, 4825.0, 4839.0, 4884.0, 4853.0, 4840.0, 4837.0, 4859.0, 4877.0, 4861.0, 4838.0, 4849.0, 4830.0, 4879.0, 4841.0, 4848.0, 4848.0, 4887.0, 4849.0, 4838.0, 4837.0, 4861.0, 4907.0, 4849.0, 4827.0, 4833.0, 4851.0, 4875.0, 4849.0, 4830.0, 4846.0, 4852.0, 4898.0, 4862.0, 4838.0, 4846.0, 4851.0, 4897.0, 4861.0, 4840.0, 4841.0, 4851.0, 4910.0, 4873.0, 4828.0, 4838.0, 4851.0, 4908.0, 4870.0, 4826.0, 4825.0, 4847.0, 4885.0, 4869.0, 4873.0, 4823.0, 4825.0, 4834.0, 4855.0, 4897.0, 4835.0, 4827.0, 4845.0, 4826.0, 4888.0, 4850.0, 4837.0, 4839.0, 4839.0, 4889.0, 4849.0, 4839.0, 4849.0, 4852.0, 4887.0, 4849.0, 4828.0, 4852.0, 4869.0, 4901.0, 4851.0, 4829.0, 4840.0, 4857.0, 4899.0, 4837.0, 4824.0, 4847.0, 4835.0, 4896.0, 4837.0, 4845.0, 4836.0, 4854.0, 4876.0, 4826.0, 4814.0, 4836.0, 4864.0, 4843.0, 4826.0, 4814.0, 4816.0, 4834.0, 4848.0, 4869.0, 4837.0, 4827.0, 4848.0, 4848.0, 4885.0, 4836.0, 4816.0, 4845.0, 4826.0, 4886.0, 4863.0, 4839.0, 4848.0, 4844.0, 4869.0, 4849.0, 4911.0, 4872.0, 4838.0, 4849.0, 4840.0, 4909.0, 4881.0, 4830.0, 4828.0, 4850.0, 4897.0, 4870.0, 4845.0, 4826.0, 4849.0, 4896.0, 4891.0, 4863.0, 4823.0, 4815.0, 4845.0, 4857.0, 4872.0, 4832.0, 4816.0, 4863.0, 4862.0, 4883.0, 4822.0, 4797.0, 4813.0, 4831.0, 4871.0, 4856.0, 4823.0, 4831.0, 4814.0, 4843.0, 4844.0, 4873.0, 4834.0, 4802.0, 4825.0, 4824.0, 4887.0, 4837.0, 4827.0, 4839.0, 4840.0, 4887.0, 4837.0, 4825.0, 4846.0, 4856.0, 4887.0, 4837.0, 4820.0, 4835.0, 4835.0, 4871.0, 4875.0, 4843.0, 4832.0, 4810.0, 4812.0, 4847.0, 4875.0, 4854.0, 4827.0, 4801.0, 4835.0, 4826.0, 4845.0, 4827.0, 4856.0, 4848.0, 4856.0, 4869.0, 4842.0, 4857.0, 4848.0, 4886.0, 4851.0, 4837.0, 4838.0, 4847.0, 4902.0, 4878.0, 4826.0, 4813.0, 4836.0, 4863.0, 4844.0, 4864.0, 4815.0, 4803.0, 4811.0, 4835.0, 4883.0, 4864.0, 4816.0, 4812.0, 4823.0, 4812.0, 4842.0, 4834.0, 4898.0, 4850.0, 4829.0, 4824.0, 4840.0, 4886.0, 4850.0, 4831.0, 4825.0, 4840.0, 4905.0, 4871.0, 4816.0, 4827.0, 4837.0, 4896.0, 4868.0, 4833.0, 4825.0, 4846.0, 4892.0, 4886.0, 4814.0, 4811.0, 4825.0, 4842.0, 4830.0, 4885.0, 4866.0, 4816.0, 4824.0, 4837.0, 4871.0, 4850.0, 4827.0, 4825.0, 4840.0, 4886.0, 4848.0, 4861.0, 4844.0, 4827.0, 4836.0, 4849.0, 4855.0, 4900.0, 4888.0, 4828.0, 4839.0, 4840.0, 4906.0, 4866.0, 4827.0, 4815.0, 4846.0, 4893.0, 4859.0, 4814.0, 4817.0, 4835.0, 4904.0, 4865.0, 4822.0, 4815.0, 4833.0, 4880.0, 4822.0, 4810.0, 4822.0, 4871.0, 4852.0, 4802.0, 4805.0, 4832.0, 4850.0, 4820.0, 4813.0, 4819.0, 4803.0, 4800.0, 4829.0, 4862.0, 4847.0, 4822.0, 4823.0, 4828.0, 4853.0, 4849.0, 4841.0, 4837.0, 4837.0, 4885.0, 4849.0, 4881.0, 4826.0, 4848.0, 4897.0, 4865.0, 4898.0, 4867.0, 4824.0, 4822.0, 4836.0, 4903.0, 4855.0, 4814.0, 4822.0, 4836.0, 4892.0, 4866.0, 4843.0, 4800.0, 4811.0, 4841.0, 4832.0, 4834.0, 4812.0, 4837.0, 4863.0, 4843.0, 4894.0, 4843.0, 4814.0, 4812.0, 4846.0, 4860.0, 4876.0, 4827.0, 4814.0, 4834.0, 4825.0, 4877.0, 4837.0, 4841.0, 4834.0, 4815.0, 4854.0, 4826.0, 4839.0, 4836.0, 4856.0, 4852.0, 4883.0, 4894.0, 4833.0, 4803.0, 4810.0, 4835.0, 4893.0, 4858.0, 4804.0, 4812.0, 4845.0, 4883.0, 4854.0, 4825.0, 4801.0, 4821.0, 4811.0, 4821.0, 4828.0, 4840.0, 4834.0, 4823.0, 4824.0, 4825.0, 4859.0, 4895.0, 4980.0, 4922.0, 4852.0, 4800.0, 4787.0, 4862.0, 4878.0, 4831.0, 4799.0, 4830.0, 4822.0, 4821.0, 4834.0, 4840.0, 4827.0, 4846.0, 4850.0, 4886.0, 4861.0, 4838.0, 4828.0, 4847.0, 4827.0, 4870.0, 4857.0, 4898.0, 4867.0, 4847.0, 4866.0, 4877.0, 4885.0, 4895.0, 4877.0, 4852.0, 4862.0, 4882.0, 4890.0, 4861.0, 4839.0, 4829.0, 4858.0, 4887.0, 4808.0, 4810.0, 4849.0, 4859.0, 4869.0, 4808.0, 4809.0, 4798.0, 4821.0, 4829.0, 4831.0, 4834.0, 4791.0, 4813.0, 4813.0, 4812.0, 4821.0, 4837.0, 4844.0, 4835.0, 4873.0, 4875.0, 4825.0, 4813.0, 4821.0, 4821.0, 4854.0, 4842.0, 4894.0, 4876.0, 4826.0, 4812.0, 4825.0, 4823.0, 4876.0, 4826.0, 4817.0, 4836.0, 4830.0, 4844.0, 4826.0, 4838.0, 4896.0, 4867.0, 4896.0, 4854.0, 4825.0, 4824.0, 4827.0, 4894.0, 4894.0, 4857.0, 4853.0, 4823.0, 4822.0, 4814.0, 4814.0, 4874.0, 4825.0, 4822.0, 4824.0, 4833.0, 4873.0, 4825.0, 4814.0, 4833.0, 4822.0, 4880.0, 4814.0, 4814.0, 4858.0, 4844.0, 4904.0, 4885.0, 4813.0, 4803.0, 4834.0, 4881.0, 4860.0, 4874.0, 4876.0, 4824.0, 4801.0, 4807.0, 4823.0, 4880.0, 4855.0, 4826.0, 4822.0, 4816.0, 4827.0, 4835.0, 4827.0, 4865.0, 4837.0, 4856.0, 4894.0, 4887.0, 4885.0, 4825.0, 4836.0, 4882.0, 4886.0, 4894.0, 4812.0, 4825.0, 4851.0, 4861.0, 4893.0, 4823.0, 4811.0, 4810.0, 4824.0, 4879.0, 4835.0, 4825.0, 4810.0, 4824.0, 4823.0, 4822.0, 4827.0, 4803.0, 4825.0, 4822.0, 4824.0, 4824.0, 4813.0, 4826.0, 4844.0, 4838.0, 4823.0, 4824.0, 4823.0, 4827.0, 4804.0, 4826.0, 4863.0, 4852.0, 4884.0, 4904.0, 4846.0, 4812.0, 4821.0, 4823.0, 4815.0, 4825.0, 4874.0, 4856.0, 4825.0, 4812.0, 4837.0, 4826.0, 4866.0, 4837.0, 4825.0, 4838.0, 4835.0, 4896.0, 4858.0, 4825.0, 4848.0, 4883.0, 4904.0, 4875.0, 4812.0, 4810.0, 4822.0, 4831.0, 4843.0, 4836.0, 4800.0, 4833.0, 4831.0, 4823.0, 4824.0, 4811.0, 4824.0, 4811.0, 4851.0, 4824.0, 4822.0, 4826.0, 4854.0, 4892.0, 4875.0, 4832.0, 4823.0, 4821.0, 4871.0, 4871.0, 4894.0, 4873.0, 4812.0, 4819.0, 4822.0, 4862.0, 4862.0, 4824.0, 4802.0, 4825.0, 4823.0, 4863.0, 4826.0, 4826.0, 4826.0, 4815.0, 4897.0, 4839.0, 4816.0, 4824.0, 4839.0, 4874.0, 4840.0, 4835.0, 4828.0, 4837.0, 4884.0, 4854.0, 4834.0, 4813.0, 4835.0, 4854.0, 4892.0, 4846.0, 4811.0, 4823.0, 4815.0, 4872.0, 4873.0, 4906.0, 4846.0, 4824.0, 4823.0, 4813.0, 4826.0, 4821.0, 4854.0, 4894.0, 4877.0, 4827.0, 4804.0, 4839.0, 4826.0, 4857.0, 4837.0, 4825.0, 4838.0, 4836.0, 4891.0, 4846.0, 4825.0, 4875.0, 4852.0, 4891.0, 4841.0, 4813.0, 4872.0, 4855.0, 4861.0, 4810.0, 4823.0, 4852.0, 4829.0, 4882.0, 4831.0, 4812.0, 4821.0, 4822.0, 4850.0, 4862.0, 4825.0, 4801.0, 4825.0, 4815.0, 4841.0, 4828.0, 4814.0, 4824.0, 4825.0, 4863.0, 4827.0, 4826.0, 4838.0, 4855.0, 4905.0, 4825.0, 4824.0, 4847.0, 4843.0, 4904.0, 4826.0, 4826.0, 4864.0, 4874.0, 4905.0, 4885.0, 4801.0, 4821.0, 4834.0, 4881.0, 4843.0, 4873.0, 4833.0, 4814.0, 4813.0, 4823.0, 4836.0, 4843.0, 4824.0, 4826.0, 4835.0, 4848.0, 4877.0, 4826.0, 4828.0, 4835.0, 4858.0, 4873.0, 4837.0, 4853.0, 4845.0, 4834.0, 4834.0, 4834.0, 4865.0, 4862.0, 4838.0, 4799.0, 4824.0, 4813.0, 4842.0, 4885.0, 4877.0, 4848.0, 4833.0, 4832.0, 4822.0, 4821.0, 4822.0, 4855.0, 4897.0, 4856.0, 4827.0, 4824.0, 4835.0, 4846.0, 4884.0, 4867.0, 4854.0, 4811.0, 4822.0, 4812.0, 4821.0, 4824.0, 4810.0, 4824.0, 4833.0, 4813.0, 4833.0, 4798.0, 4835.0, 4821.0, 4862.0, 4832.0, 4809.0, 4826.0, 4830.0, 4891.0, 4874.0, 4863.0, 4810.0, 4810.0, 4812.0, 4813.0, 4859.0, 4861.0, 4823.0, 4812.0, 4822.0, 4820.0, 4818.0, 4813.0, 4820.0, 4815.0, 4824.0, 4873.0, 4825.0, 4832.0, 4826.0, 4832.0, 4882.0, 4841.0, 4830.0, 4824.0, 4835.0, 4892.0, 4884.0, 4820.0, 4797.0, 4824.0, 4841.0, 4819.0, 4871.0, 4855.0, 4814.0, 4801.0, 4834.0, 4821.0, 4871.0, 4856.0, 4839.0, 4826.0, 4825.0, 4813.0, 4840.0, 4846.0, 4899.0, 4880.0, 4846.0, 4825.0, 4848.0, 4907.0, 4877.0, 4905.0, 4853.0, 4834.0, 4892.0, 4873.0, 4884.0, 4821.0, 4823.0, 4881.0, 4830.0, 4822.0, 4810.0, 4824.0, 4862.0, 4839.0, 4878.0, 4810.0, 4808.0, 4809.0, 4823.0, 4839.0, 4860.0, 4825.0, 4822.0, 4813.0, 4814.0, 4813.0, 4825.0, 4830.0, 4821.0, 4827.0, 4854.0, 4828.0, 4826.0, 4823.0, 4826.0, 4882.0, 4838.0, 4824.0, 4823.0, 4835.0, 4895.0, 4845.0, 4815.0, 4856.0, 4874.0, 4904.0, 4842.0, 4809.0, 4823.0, 4812.0, 4892.0, 4864.0, 4814.0, 4820.0, 4825.0, 4850.0, 4822.0, 4876.0, 4837.0, 4817.0, 4805.0, 4835.0, 4857.0, 4856.0, 4840.0, 4815.0, 4849.0, 4847.0, 4889.0, 4847.0, 4858.0, 4837.0, 4886.0, 4845.0, 4826.0, 4892.0, 4855.0, 4873.0, 4832.0, 4835.0, 4902.0, 4881.0, 4893.0, 4841.0, 4820.0, 4808.0, 4832.0, 4860.0, 4883.0, 4825.0, 4790.0, 4823.0, 4819.0, 4849.0, 4835.0, 4854.0, 4822.0, 4809.0, 4823.0, 4824.0, 4874.0, 4826.0, 4826.0, 4857.0, 4856.0, 4886.0, 4823.0, 4835.0, 4883.0, 4846.0, 4852.0, 4826.0, 4836.0, 4905.0, 4876.0, 4831.0, 4823.0, 4823.0, 4881.0, 4887.0, 4853.0, 4821.0, 4823.0, 4829.0, 4841.0, 4882.0, 4825.0, 4823.0, 4821.0, 4826.0, 4874.0, 4846.0, 4824.0, 4836.0, 4825.0, 4893.0, 4867.0, 4837.0, 4814.0, 4822.0, 4836.0, 4851.0, 4879.0, 4895.0, 4846.0, 4835.0, 4869.0, 4854.0, 4904.0, 4863.0, 4810.0, 4799.0, 4834.0, 4889.0, 4868.0, 4880.0, 4851.0, 4809.0, 4785.0, 4797.0, 4823.0, 4868.0, 4851.0, 4873.0, 4811.0, 4813.0, 4812.0, 4832.0, 4832.0, 4872.0, 4825.0, 4814.0, 4825.0, 4826.0, 4843.0, 4811.0, 4845.0, 4871.0, 4823.0, 4811.0, 4801.0, 4834.0, 4881.0, 4856.0, 4814.0, 4801.0, 4826.0, 4860.0, 4840.0, 4863.0, 4819.0, 4814.0, 4802.0, 4812.0, 4820.0, 4885.0, 4826.0, 4811.0, 4835.0, 4814.0, 4855.0, 4826.0, 4801.0, 4837.0, 4836.0, 4868.0, 4839.0, 4814.0, 4839.0, 4828.0, 4876.0, 4873.0, 4874.0, 4836.0, 4828.0, 4884.0, 4879.0, 4886.0, 4827.0, 4846.0, 4882.0, 4895.0, 4907.0, 4832.0, 4800.0, 4835.0, 4825.0, 4893.0, 4860.0, 4815.0, 4838.0, 4825.0, 4904.0, 4868.0, 4814.0, 4826.0, 4837.0, 4893.0, 4859.0, 4825.0, 4814.0, 4838.0, 4891.0, 4860.0, 4846.0, 4825.0, 4835.0, 4892.0, 4886.0, 4881.0, 4820.0, 4810.0, 4800.0, 4822.0, 4883.0, 4847.0, 4804.0, 4810.0, 4825.0, 4860.0, 4826.0, 4803.0, 4800.0, 4825.0, 4833.0, 4835.0, 4825.0, 4821.0, 4839.0, 4827.0, 4854.0, 4879.0, 4887.0, 4823.0], 'WindowWidth': [10821.0, 10705.0, 10731.0, 10662.0, 10724.0, 10613.0, 10579.0, 10603.0, 10587.0, 10683.0, 10622.0, 10543.0, 10549.0, 10569.0, 10639.0, 10600.0, 10551.0, 10555.0, 10588.0, 10616.0, 10574.0, 10630.0, 10584.0, 10551.0, 10555.0, 10570.0, 10631.0, 10593.0, 10578.0, 10566.0, 10567.0, 10607.0, 10571.0, 10591.0, 10590.0, 10602.0, 10567.0, 10563.0, 10586.0, 10588.0, 10684.0, 10621.0, 10529.0, 10554.0, 10572.0, 10639.0, 10613.0, 10570.0, 10544.0, 10565.0, 10579.0, 10560.0, 10633.0, 10611.0, 10547.0, 10539.0, 10590.0, 10591.0, 10585.0, 10561.0, 10560.0, 10588.0, 10622.0, 10587.0, 10568.0, 10564.0, 10572.0, 10661.0, 10605.0, 10549.0, 10573.0, 10566.0, 10646.0, 10577.0, 10581.0, 10615.0, 10632.0, 10637.0, 10529.0, 10531.0, 10580.0, 10570.0, 10600.0, 10562.0, 10541.0, 10550.0, 10550.0, 10560.0, 10596.0, 10573.0, 10545.0, 10529.0, 10585.0, 10558.0, 10560.0, 10573.0, 10556.0, 10550.0, 10568.0, 10579.0, 10556.0, 10587.0, 10556.0, 10598.0, 10582.0, 10566.0, 10561.0, 10551.0, 10619.0, 10578.0, 10620.0, 10565.0, 10557.0, 10614.0, 10563.0, 10611.0, 10583.0, 10591.0, 10599.0, 10567.0, 10528.0, 10538.0, 10554.0, 10559.0, 10607.0, 10583.0, 10533.0, 10549.0, 10565.0, 10575.0, 10560.0, 10551.0, 10555.0, 10526.0, 10557.0, 10583.0, 10610.0, 10587.0, 10573.0, 10569.0, 10604.0, 10663.0, 10598.0, 10567.0, 10576.0, 10600.0, 10659.0, 10611.0, 10566.0, 10550.0, 10574.0, 10657.0, 10615.0, 10530.0, 10528.0, 10573.0, 10622.0, 10596.0, 10608.0, 10534.0, 10532.0, 10556.0, 10550.0, 10604.0, 10565.0, 10552.0, 10524.0, 10562.0, 10556.0, 10575.0, 10544.0, 10544.0, 10549.0, 10590.0, 10581.0, 10554.0, 10547.0, 10592.0, 10619.0, 10588.0, 10562.0, 10563.0, 10586.0, 10620.0, 10587.0, 10649.0, 10632.0, 10528.0, 10536.0, 10569.0, 10632.0, 10610.0, 10600.0, 10556.0, 10532.0, 10538.0, 10571.0, 10637.0, 10596.0, 10529.0, 10533.0, 10551.0, 10583.0, 10579.0, 10579.0, 10562.0, 10566.0, 10597.0, 10599.0, 10602.0, 10571.0, 10553.0, 10620.0, 10569.0, 10565.0, 10564.0, 10550.0, 10602.0, 10618.0, 10606.0, 10538.0, 10523.0, 10557.0, 10556.0, 10612.0, 10559.0, 10545.0, 10575.0, 10560.0, 10605.0, 10545.0, 10539.0, 10566.0, 10602.0, 10579.0, 10554.0, 10546.0, 10585.0, 10632.0, 10600.0, 10548.0, 10543.0, 10575.0, 10627.0, 10594.0, 10568.0, 10560.0, 10602.0, 10621.0, 10606.0, 10564.0, 10582.0, 10561.0, 10626.0, 10576.0, 10581.0, 10585.0, 10637.0, 10581.0, 10566.0, 10565.0, 10605.0, 10665.0, 10583.0, 10547.0, 10554.0, 10592.0, 10619.0, 10587.0, 10559.0, 10578.0, 10595.0, 10651.0, 10608.0, 10568.0, 10576.0, 10595.0, 10651.0, 10606.0, 10573.0, 10574.0, 10593.0, 10671.0, 10622.0, 10550.0, 10566.0, 10591.0, 10666.0, 10613.0, 10545.0, 10543.0, 10581.0, 10629.0, 10611.0, 10606.0, 10535.0, 10548.0, 10560.0, 10586.0, 10646.0, 10555.0, 10548.0, 10576.0, 10551.0, 10635.0, 10583.0, 10565.0, 10571.0, 10572.0, 10636.0, 10582.0, 10569.0, 10586.0, 10592.0, 10633.0, 10581.0, 10555.0, 10593.0, 10614.0, 10654.0, 10585.0, 10554.0, 10573.0, 10594.0, 10652.0, 10562.0, 10538.0, 10579.0, 10559.0, 10644.0, 10561.0, 10566.0, 10561.0, 10585.0, 10616.0, 10545.0, 10524.0, 10562.0, 10600.0, 10569.0, 10547.0, 10524.0, 10531.0, 10559.0, 10579.0, 10607.0, 10561.0, 10550.0, 10583.0, 10581.0, 10629.0, 10560.0, 10530.0, 10573.0, 10554.0, 10630.0, 10610.0, 10571.0, 10581.0, 10584.0, 10617.0, 10587.0, 10675.0, 10617.0, 10566.0, 10585.0, 10577.0, 10668.0, 10633.0, 10556.0, 10550.0, 10589.0, 10648.0, 10616.0, 10570.0, 10546.0, 10585.0, 10646.0, 10643.0, 10591.0, 10533.0, 10526.0, 10571.0, 10589.0, 10602.0, 10546.0, 10535.0, 10597.0, 10592.0, 10620.0, 10531.0, 10492.0, 10523.0, 10549.0, 10602.0, 10587.0, 10536.0, 10542.0, 10529.0, 10566.0, 10570.0, 10604.0, 10550.0, 10505.0, 10544.0, 10541.0, 10630.0, 10560.0, 10548.0, 10568.0, 10572.0, 10628.0, 10558.0, 10544.0, 10578.0, 10591.0, 10633.0, 10559.0, 10528.0, 10559.0, 10560.0, 10604.0, 10614.0, 10564.0, 10545.0, 10514.0, 10521.0, 10578.0, 10614.0, 10584.0, 10547.0, 10507.0, 10559.0, 10550.0, 10572.0, 10548.0, 10586.0, 10580.0, 10589.0, 10609.0, 10575.0, 10591.0, 10584.0, 10629.0, 10586.0, 10562.0, 10568.0, 10581.0, 10651.0, 10622.0, 10546.0, 10523.0, 10559.0, 10596.0, 10571.0, 10595.0, 10526.0, 10506.0, 10522.0, 10561.0, 10622.0, 10596.0, 10532.0, 10521.0, 10537.0, 10529.0, 10569.0, 10557.0, 10648.0, 10585.0, 10553.0, 10544.0, 10573.0, 10631.0, 10586.0, 10557.0, 10545.0, 10575.0, 10656.0, 10613.0, 10531.0, 10549.0, 10564.0, 10643.0, 10605.0, 10550.0, 10542.0, 10576.0, 10636.0, 10628.0, 10523.0, 10512.0, 10545.0, 10568.0, 10549.0, 10627.0, 10599.0, 10530.0, 10537.0, 10562.0, 10603.0, 10584.0, 10548.0, 10542.0, 10576.0, 10632.0, 10583.0, 10601.0, 10569.0, 10547.0, 10562.0, 10585.0, 10589.0, 10655.0, 10633.0, 10551.0, 10568.0, 10575.0, 10658.0, 10603.0, 10547.0, 10528.0, 10576.0, 10637.0, 10595.0, 10528.0, 10532.0, 10559.0, 10651.0, 10594.0, 10531.0, 10533.0, 10551.0, 10615.0, 10532.0, 10517.0, 10537.0, 10600.0, 10573.0, 10505.0, 10502.0, 10551.0, 10572.0, 10530.0, 10524.0, 10527.0, 10506.0, 10506.0, 10545.0, 10591.0, 10576.0, 10535.0, 10534.0, 10554.0, 10583.0, 10584.0, 10573.0, 10563.0, 10564.0, 10630.0, 10585.0, 10624.0, 10545.0, 10582.0, 10651.0, 10603.0, 10649.0, 10598.0, 10537.0, 10536.0, 10560.0, 10652.0, 10583.0, 10524.0, 10533.0, 10561.0, 10635.0, 10600.0, 10562.0, 10500.0, 10517.0, 10561.0, 10549.0, 10552.0, 10519.0, 10564.0, 10596.0, 10565.0, 10637.0, 10564.0, 10524.0, 10519.0, 10574.0, 10589.0, 10616.0, 10547.0, 10524.0, 10557.0, 10546.0, 10616.0, 10560.0, 10556.0, 10552.0, 10532.0, 10580.0, 10545.0, 10553.0, 10560.0, 10589.0, 10578.0, 10620.0, 10638.0, 10549.0, 10507.0, 10519.0, 10559.0, 10636.0, 10589.0, 10511.0, 10521.0, 10573.0, 10621.0, 10582.0, 10542.0, 10502.0, 10531.0, 10525.0, 10534.0, 10550.0, 10558.0, 10552.0, 10540.0, 10541.0, 10543.0, 10598.0, 10676.0, 10802.0, 10706.0, 10591.0, 10483.0, 10459.0, 10572.0, 10605.0, 10543.0, 10497.0, 10545.0, 10538.0, 10536.0, 10560.0, 10574.0, 10550.0, 10578.0, 10592.0, 10636.0, 10604.0, 10570.0, 10554.0, 10580.0, 10553.0, 10618.0, 10597.0, 10653.0, 10606.0, 10579.0, 10607.0, 10624.0, 10628.0, 10642.0, 10611.0, 10576.0, 10592.0, 10616.0, 10628.0, 10583.0, 10558.0, 10543.0, 10581.0, 10616.0, 10509.0, 10521.0, 10572.0, 10581.0, 10593.0, 10510.0, 10511.0, 10501.0, 10537.0, 10544.0, 10547.0, 10555.0, 10492.0, 10522.0, 10526.0, 10523.0, 10532.0, 10567.0, 10577.0, 10561.0, 10611.0, 10614.0, 10545.0, 10525.0, 10533.0, 10533.0, 10587.0, 10568.0, 10639.0, 10615.0, 10546.0, 10522.0, 10547.0, 10540.0, 10614.0, 10545.0, 10537.0, 10566.0, 10557.0, 10571.0, 10544.0, 10572.0, 10647.0, 10606.0, 10643.0, 10582.0, 10544.0, 10549.0, 10554.0, 10640.0, 10642.0, 10592.0, 10580.0, 10539.0, 10536.0, 10531.0, 10528.0, 10608.0, 10542.0, 10536.0, 10542.0, 10552.0, 10604.0, 10542.0, 10527.0, 10555.0, 10536.0, 10612.0, 10526.0, 10529.0, 10596.0, 10574.0, 10655.0, 10627.0, 10524.0, 10509.0, 10561.0, 10621.0, 10590.0, 10613.0, 10614.0, 10537.0, 10504.0, 10507.0, 10543.0, 10616.0, 10586.0, 10547.0, 10536.0, 10536.0, 10553.0, 10560.0, 10550.0, 10598.0, 10565.0, 10595.0, 10642.0, 10636.0, 10626.0, 10543.0, 10565.0, 10621.0, 10629.0, 10636.0, 10518.0, 10545.0, 10577.0, 10589.0, 10634.0, 10538.0, 10516.0, 10523.0, 10543.0, 10612.0, 10557.0, 10545.0, 10519.0, 10543.0, 10545.0, 10539.0, 10549.0, 10509.0, 10545.0, 10541.0, 10542.0, 10540.0, 10525.0, 10550.0, 10569.0, 10564.0, 10540.0, 10544.0, 10540.0, 10547.0, 10512.0, 10548.0, 10598.0, 10580.0, 10624.0, 10655.0, 10574.0, 10524.0, 10531.0, 10537.0, 10533.0, 10545.0, 10610.0, 10589.0, 10546.0, 10522.0, 10566.0, 10550.0, 10603.0, 10564.0, 10543.0, 10569.0, 10563.0, 10644.0, 10592.0, 10548.0, 10585.0, 10624.0, 10658.0, 10615.0, 10523.0, 10514.0, 10533.0, 10551.0, 10566.0, 10561.0, 10505.0, 10554.0, 10551.0, 10540.0, 10539.0, 10517.0, 10542.0, 10525.0, 10576.0, 10543.0, 10535.0, 10550.0, 10585.0, 10635.0, 10614.0, 10548.0, 10537.0, 10539.0, 10605.0, 10604.0, 10638.0, 10605.0, 10519.0, 10530.0, 10538.0, 10592.0, 10595.0, 10539.0, 10508.0, 10547.0, 10543.0, 10593.0, 10546.0, 10548.0, 10552.0, 10534.0, 10646.0, 10572.0, 10533.0, 10544.0, 10572.0, 10613.0, 10573.0, 10557.0, 10551.0, 10566.0, 10625.0, 10585.0, 10556.0, 10526.0, 10563.0, 10584.0, 10636.0, 10575.0, 10518.0, 10542.0, 10533.0, 10608.0, 10608.0, 10659.0, 10572.0, 10541.0, 10537.0, 10522.0, 10551.0, 10538.0, 10584.0, 10641.0, 10619.0, 10551.0, 10515.0, 10569.0, 10549.0, 10590.0, 10567.0, 10546.0, 10567.0, 10562.0, 10632.0, 10572.0, 10547.0, 10616.0, 10578.0, 10627.0, 10557.0, 10525.0, 10607.0, 10585.0, 10589.0, 10515.0, 10542.0, 10580.0, 10545.0, 10617.0, 10547.0, 10521.0, 10537.0, 10539.0, 10573.0, 10596.0, 10545.0, 10506.0, 10544.0, 10536.0, 10565.0, 10553.0, 10530.0, 10543.0, 10548.0, 10596.0, 10551.0, 10553.0, 10572.0, 10589.0, 10655.0, 10544.0, 10545.0, 10578.0, 10569.0, 10653.0, 10547.0, 10551.0, 10603.0, 10612.0, 10659.0, 10626.0, 10506.0, 10529.0, 10562.0, 10618.0, 10568.0, 10609.0, 10553.0, 10525.0, 10530.0, 10544.0, 10565.0, 10569.0, 10542.0, 10553.0, 10562.0, 10582.0, 10616.0, 10546.0, 10556.0, 10561.0, 10595.0, 10610.0, 10562.0, 10585.0, 10571.0, 10555.0, 10551.0, 10557.0, 10601.0, 10594.0, 10564.0, 10501.0, 10543.0, 10529.0, 10566.0, 10630.0, 10620.0, 10580.0, 10555.0, 10554.0, 10538.0, 10541.0, 10542.0, 10586.0, 10650.0, 10587.0, 10548.0, 10543.0, 10563.0, 10578.0, 10625.0, 10603.0, 10579.0, 10518.0, 10531.0, 10522.0, 10533.0, 10540.0, 10513.0, 10540.0, 10553.0, 10525.0, 10550.0, 10495.0, 10557.0, 10537.0, 10590.0, 10546.0, 10512.0, 10547.0, 10550.0, 10631.0, 10608.0, 10592.0, 10514.0, 10513.0, 10522.0, 10527.0, 10583.0, 10588.0, 10538.0, 10519.0, 10533.0, 10533.0, 10526.0, 10524.0, 10530.0, 10527.0, 10540.0, 10607.0, 10544.0, 10548.0, 10548.0, 10552.0, 10616.0, 10560.0, 10544.0, 10545.0, 10560.0, 10635.0, 10625.0, 10529.0, 10493.0, 10539.0, 10563.0, 10531.0, 10601.0, 10585.0, 10526.0, 10506.0, 10560.0, 10539.0, 10604.0, 10592.0, 10569.0, 10546.0, 10544.0, 10525.0, 10574.0, 10577.0, 10653.0, 10627.0, 10576.0, 10544.0, 10584.0, 10662.0, 10618.0, 10653.0, 10577.0, 10558.0, 10634.0, 10609.0, 10619.0, 10530.0, 10540.0, 10613.0, 10543.0, 10533.0, 10515.0, 10546.0, 10591.0, 10556.0, 10608.0, 10516.0, 10511.0, 10513.0, 10540.0, 10557.0, 10588.0, 10546.0, 10534.0, 10523.0, 10531.0, 10526.0, 10544.0, 10547.0, 10533.0, 10552.0, 10583.0, 10552.0, 10548.0, 10540.0, 10552.0, 10620.0, 10566.0, 10544.0, 10542.0, 10557.0, 10641.0, 10571.0, 10535.0, 10592.0, 10610.0, 10653.0, 10562.0, 10515.0, 10543.0, 10525.0, 10632.0, 10598.0, 10530.0, 10531.0, 10548.0, 10580.0, 10542.0, 10618.0, 10562.0, 10534.0, 10517.0, 10563.0, 10595.0, 10592.0, 10570.0, 10535.0, 10588.0, 10582.0, 10639.0, 10576.0, 10598.0, 10566.0, 10631.0, 10572.0, 10545.0, 10637.0, 10583.0, 10606.0, 10549.0, 10563.0, 10650.0, 10618.0, 10636.0, 10559.0, 10528.0, 10516.0, 10552.0, 10588.0, 10623.0, 10540.0, 10487.0, 10542.0, 10532.0, 10570.0, 10558.0, 10580.0, 10534.0, 10516.0, 10544.0, 10544.0, 10613.0, 10547.0, 10551.0, 10595.0, 10592.0, 10632.0, 10539.0, 10562.0, 10622.0, 10573.0, 10576.0, 10552.0, 10564.0, 10659.0, 10614.0, 10546.0, 10538.0, 10543.0, 10618.0, 10633.0, 10578.0, 10531.0, 10543.0, 10549.0, 10564.0, 10622.0, 10541.0, 10536.0, 10538.0, 10550.0, 10613.0, 10576.0, 10543.0, 10565.0, 10551.0, 10638.0, 10607.0, 10565.0, 10528.0, 10535.0, 10567.0, 10580.0, 10625.0, 10642.0, 10572.0, 10560.0, 10609.0, 10586.0, 10654.0, 10589.0, 10513.0, 10500.0, 10556.0, 10627.0, 10596.0, 10615.0, 10572.0, 10512.0, 10473.0, 10492.0, 10540.0, 10594.0, 10575.0, 10606.0, 10519.0, 10521.0, 10520.0, 10552.0, 10550.0, 10603.0, 10542.0, 10527.0, 10542.0, 10544.0, 10565.0, 10519.0, 10575.0, 10602.0, 10540.0, 10521.0, 10507.0, 10559.0, 10616.0, 10588.0, 10525.0, 10504.0, 10548.0, 10589.0, 10559.0, 10593.0, 10530.0, 10523.0, 10508.0, 10523.0, 10532.0, 10627.0, 10546.0, 10516.0, 10557.0, 10530.0, 10586.0, 10548.0, 10509.0, 10568.0, 10563.0, 10609.0, 10571.0, 10529.0, 10570.0, 10557.0, 10617.0, 10621.0, 10611.0, 10558.0, 10556.0, 10625.0, 10624.0, 10628.0, 10548.0, 10577.0, 10620.0, 10644.0, 10662.0, 10549.0, 10502.0, 10557.0, 10546.0, 10637.0, 10599.0, 10531.0, 10566.0, 10548.0, 10653.0, 10606.0, 10527.0, 10545.0, 10565.0, 10638.0, 10596.0, 10544.0, 10525.0, 10568.0, 10632.0, 10597.0, 10570.0, 10545.0, 10561.0, 10634.0, 10627.0, 10616.0, 10528.0, 10515.0, 10507.0, 10537.0, 10622.0, 10574.0, 10511.0, 10517.0, 10546.0, 10587.0, 10548.0, 10510.0, 10502.0, 10547.0, 10554.0, 10561.0, 10547.0, 10534.0, 10570.0, 10554.0, 10586.0, 10624.0, 10631.0, 10539.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.00024630196936542667</td></tr>
<tr><td colspan=3>aqi</td><td>0.02985190226112327</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.68536963076644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1826901142992707</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9824527965620441</td></tr>
<tr><td colspan=3>efc</td><td>0.5285</td></tr>
<tr><td colspan=3>fber</td><td>3440.1606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2204362456395832</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>669</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>48.796498905908095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3205468910391787</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.232874855855024</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4346954874068816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2940703298556304</td></tr>
<tr><td colspan=3>gcor</td><td>0.00788435</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001738673890940845</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05061507225036621</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.506402037289194</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8732</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.24</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.183</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287550.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1247.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>507.3513</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1833</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.9942</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4040.5067</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.1345</td></tr>
<tr><td colspan=3>tsnr</td><td>34.762074718251824</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>