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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0061_suffix-bold_task-narratives" 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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-03_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-03_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-0061/ses-02/func/sub-0061_ses-02_task-narratives_acq-mb8_run-03_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>ecd1be76be049150ebc32ff4addd773e</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>15:06:38.525000</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.999458, -0.0252833, 0.0210646, 0.0235536, 0.996623, 0.0786662]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.0850967</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7286, 619, 0, -155, 0, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>93ed95d8-1c97-4500-adcc-a1707efc9892||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.681473731994629, 0.0631924569606781, 0.062052566558122635, 109.1116943359375], [0.06783313304185867, 2.673866033554077, 0.21094410121440887, -109.1078872680664], [0.05651487782597542, -0.2110556811094284, 2.6910316944122314, -67.15544891357422], [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, 1298]</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], 'AcquisitionTime': ['150638.525000', '150638.985000', '150639.445000', '150639.905000', '150640.365000', '150640.825000', '150641.285000', '150641.745000', '150642.205000', '150642.665000', '150643.125000', '150643.585000', '150644.045000', '150644.505000', '150644.965000', '150645.425000', '150645.885000', '150646.345000', '150646.805000', '150647.265000', '150647.725000', '150648.185000', '150648.645000', '150649.105000', '150649.565000', '150650.025000', '150650.485000', '150650.945000', '150651.405000', '150651.865000', '150652.325000', '150652.785000', '150653.245000', '150653.705000', '150654.165000', '150654.625000', '150655.085000', '150655.545000', '150656.005000', '150656.465000', '150656.925000', '150657.385000', '150657.845000', '150658.305000', '150658.765000', '150659.225000', '150659.685000', '150700.145000', '150700.605000', '150701.065000', '150701.525000', '150701.985000', '150702.445000', '150702.905000', '150703.365000', '150703.825000', '150704.285000', '150704.745000', '150705.205000', '150705.665000', '150706.125000', '150706.585000', '150707.045000', '150707.505000', '150707.965000', '150708.425000', '150708.885000', '150709.345000', '150709.805000', '150710.265000', '150710.725000', '150711.185000', '150711.645000', '150712.105000', '150712.565000', '150713.025000', '150713.485000', '150713.945000', '150714.405000', '150714.865000', '150715.325000', '150715.785000', '150716.245000', '150716.705000', '150717.165000', '150717.625000', '150718.085000', '150718.545000', '150719.005000', '150719.465000', '150719.925000', '150720.385000', '150720.845000', '150721.305000', '150721.765000', '150722.225000', '150722.685000', '150723.145000', '150723.605000', '150724.065000', '150724.525000', '150724.985000', '150725.445000', '150725.905000', '150726.365000', '150726.825000', '150727.285000', '150727.745000', '150728.205000', '150728.665000', '150729.125000', '150729.585000', '150730.045000', '150730.505000', '150730.965000', '150731.425000', '150731.885000', '150732.345000', '150732.805000', '150733.265000', '150733.725000', '150734.185000', '150734.645000', '150735.105000', '150735.565000', '150736.025000', '150736.485000', '150736.945000', '150737.405000', '150737.865000', '150738.325000', '150738.785000', '150739.245000', '150739.705000', '150740.165000', '150740.625000', '150741.085000', '150741.545000', '150742.005000', '150742.465000', '150742.925000', '150743.385000', '150743.845000', '150744.305000', '150744.765000', '150745.225000', '150745.685000', '150746.145000', '150746.605000', '150747.065000', '150747.525000', '150747.985000', '150748.445000', '150748.905000', '150749.365000', '150749.825000', '150750.285000', '150750.745000', '150751.205000', '150751.665000', '150752.125000', '150752.585000', '150753.045000', '150753.505000', '150753.965000', '150754.425000', '150754.885000', '150755.345000', '150755.805000', '150756.265000', '150756.725000', '150757.185000', '150757.645000', '150758.105000', '150758.565000', '150759.025000', '150759.485000', '150759.945000', '150800.405000', '150800.865000', '150801.325000', '150801.785000', '150802.245000', '150802.705000', '150803.165000', '150803.625000', '150804.085000', '150804.545000', '150805.005000', '150805.465000', '150805.925000', '150806.385000', '150806.845000', '150807.305000', '150807.765000', '150808.225000', '150808.685000', '150809.145000', '150809.605000', '150810.065000', '150810.525000', '150810.985000', '150811.445000', '150811.905000', '150812.365000', '150812.825000', '150813.285000', '150813.745000', '150814.205000', '150814.665000', '150815.125000', '150815.585000', '150816.045000', '150816.505000', '150816.965000', '150817.425000', '150817.885000', '150818.345000', '150818.805000', '150819.265000', '150819.725000', '150820.185000', '150820.645000', '150821.105000', '150821.565000', '150822.025000', '150822.485000', '150822.945000', '150823.405000', '150823.865000', '150824.325000', '150824.785000', '150825.245000', '150825.705000', '150826.165000', '150826.625000', '150827.085000', '150827.545000', '150828.005000', '150828.465000', '150828.925000', '150829.385000', '150829.845000', '150830.305000', '150830.765000', '150831.225000', '150831.685000', '150832.145000', '150832.605000', '150833.065000', '150833.525000', '150833.985000', '150834.445000', '150834.905000', '150835.365000', '150835.825000', '150836.285000', '150836.745000', '150837.205000', '150837.665000', '150838.125000', '150838.585000', '150839.045000', '150839.505000', '150839.965000', '150840.425000', '150840.885000', '150841.345000', '150841.805000', '150842.265000', '150842.725000', '150843.185000', '150843.645000', '150844.105000', '150844.565000', '150845.025000', '150845.485000', '150845.945000', '150846.405000', '150846.865000', '150847.325000', '150847.785000', '150848.245000', '150848.705000', '150849.165000', '150849.625000', '150850.085000', '150850.545000', '150851.005000', '150851.465000', '150851.925000', '150852.385000', '150852.845000', '150853.305000', '150853.765000', '150854.225000', '150854.685000', '150855.145000', '150855.605000', '150856.065000', '150856.525000', '150856.985000', '150857.445000', '150857.905000', '150858.365000', '150858.825000', '150859.285000', '150859.745000', '150900.205000', '150900.665000', '150901.125000', '150901.585000', '150902.045000', '150902.505000', '150902.965000', '150903.425000', '150903.885000', '150904.345000', '150904.805000', '150905.265000', '150905.725000', '150906.185000', '150906.645000', '150907.105000', '150907.565000', '150908.025000', '150908.485000', '150908.945000', '150909.405000', '150909.865000', '150910.325000', '150910.785000', '150911.245000', '150911.705000', '150912.165000', '150912.625000', '150913.085000', '150913.545000', '150914.005000', '150914.465000', '150914.925000', '150915.385000', '150915.845000', '150916.305000', '150916.765000', '150917.225000', '150917.685000', '150918.145000', '150918.605000', '150919.065000', '150919.525000', '150919.985000', '150920.445000', '150920.905000', '150921.365000', '150921.825000', '150922.285000', '150922.745000', '150923.205000', '150923.665000', '150924.125000', '150924.585000', '150925.045000', '150925.505000', '150925.965000', '150926.425000', '150926.885000', '150927.345000', '150927.805000', '150928.265000', '150928.725000', '150929.185000', '150929.645000', '150930.105000', '150930.565000', '150931.025000', '150931.485000', '150931.945000', '150932.405000', '150932.865000', '150933.325000', '150933.785000', '150934.245000', '150934.705000', '150935.165000', '150935.625000', '150936.085000', '150936.545000', '150937.005000', '150937.465000', '150937.925000', '150938.385000', '150938.845000', '150939.305000', '150939.765000', '150940.225000', '150940.685000', '150941.145000', '150941.605000', '150942.065000', '150942.525000', '150942.985000', '150943.445000', '150943.905000', '150944.365000', '150944.825000', '150945.285000', '150945.745000', '150946.205000', '150946.665000', '150947.125000', '150947.585000', '150948.045000', '150948.505000', '150948.965000', '150949.425000', '150949.885000', '150950.345000', '150950.805000', '150951.265000', '150951.725000', '150952.185000', '150952.645000', '150953.105000', '150953.565000', '150954.025000', '150954.485000', '150954.945000', '150955.405000', '150955.865000', '150956.325000', '150956.785000', '150957.245000', '150957.705000', '150958.165000', '150958.625000', '150959.085000', '150959.545000', '151000.005000', '151000.465000', '151000.925000', '151001.385000', '151001.845000', '151002.305000', '151002.765000', '151003.225000', '151003.685000', '151004.145000', '151004.605000', '151005.065000', '151005.525000', '151005.985000', '151006.445000', '151006.905000', '151007.365000', '151007.825000', '151008.285000', '151008.745000', '151009.205000', '151009.665000', '151010.125000', '151010.585000', '151011.045000', '151011.505000', '151011.965000', '151012.425000', '151012.885000', '151013.345000', '151013.805000', '151014.265000', '151014.725000', '151015.185000', '151015.645000', '151016.105000', '151016.565000', '151017.025000', '151017.485000', '151017.945000', '151018.405000', '151018.865000', '151019.325000', '151019.785000', '151020.245000', '151020.705000', '151021.165000', '151021.625000', '151022.085000', '151022.545000', '151023.005000', '151023.465000', '151023.925000', '151024.385000', '151024.845000', '151025.305000', '151025.765000', '151026.225000', '151026.685000', '151027.145000', '151027.605000', '151028.065000', '151028.525000', '151028.985000', '151029.445000', '151029.905000', '151030.365000', '151030.825000', '151031.285000', '151031.745000', '151032.205000', '151032.665000', '151033.125000', '151033.585000', '151034.045000', '151034.505000', '151034.965000', '151035.425000', '151035.885000', '151036.345000', '151036.805000', '151037.265000', '151037.725000', '151038.185000', '151038.645000', '151039.105000', '151039.565000', '151040.025000', '151040.485000', '151040.945000', '151041.405000', '151041.865000', '151042.325000', '151042.785000', '151043.245000', '151043.705000', '151044.165000', '151044.625000', '151045.085000', '151045.545000', '151046.005000', '151046.465000', '151046.925000', '151047.385000', '151047.845000', '151048.305000', '151048.765000', '151049.225000', '151049.685000', '151050.145000', '151050.605000', '151051.065000', '151051.525000', '151051.985000', '151052.445000', '151052.905000', '151053.365000', '151053.825000', '151054.285000', '151054.745000', '151055.205000', '151055.665000', '151056.125000', '151056.585000', '151057.045000', '151057.505000', '151057.965000', '151058.425000', '151058.885000', '151059.345000', '151059.805000', '151100.265000', '151100.725000', '151101.185000', '151101.645000', '151102.105000', '151102.565000', '151103.025000', '151103.485000', '151103.945000', '151104.405000', '151104.865000', '151105.325000', '151105.785000', '151106.245000', '151106.705000', '151107.165000', '151107.625000', '151108.085000', '151108.545000', '151109.005000', '151109.465000', '151109.925000', '151110.385000', '151110.845000', '151111.305000', '151111.765000', '151112.225000', '151112.685000', '151113.145000', '151113.605000', '151114.065000', '151114.525000', '151114.985000', '151115.445000', '151115.905000', '151116.365000', '151116.825000', '151117.285000', '151117.745000', '151118.205000', '151118.665000', '151119.125000', '151119.585000', '151120.045000', '151120.505000', '151120.965000', '151121.425000', '151121.885000', '151122.345000', '151122.805000', '151123.265000', '151123.725000', '151124.185000', '151124.645000', '151125.105000', '151125.565000', '151126.025000', '151126.485000', '151126.945000', '151127.405000', '151127.865000', '151128.325000', '151128.785000', '151129.245000', '151129.705000', '151130.165000', '151130.625000', '151131.085000', '151131.545000', '151132.005000', '151132.465000', '151132.925000', '151133.385000', '151133.845000', '151134.305000', '151134.765000', '151135.225000', '151135.685000', '151136.145000', '151136.605000', '151137.065000', '151137.525000', '151137.985000', '151138.445000', '151138.905000', '151139.365000', '151139.825000', '151140.285000', '151140.745000', '151141.205000', '151141.665000', '151142.125000', '151142.585000', '151143.045000', '151143.505000', '151143.965000', '151144.425000', '151144.885000', '151145.345000', '151145.805000', '151146.265000', '151146.725000', '151147.185000', '151147.645000', '151148.105000', '151148.565000', '151149.025000', '151149.485000', '151149.945000', '151150.405000', '151150.865000', '151151.325000', '151151.785000', '151152.245000', '151152.705000', '151153.165000', '151153.625000', '151154.085000', '151154.545000', '151155.005000', '151155.465000', '151155.925000', '151156.385000', '151156.845000', '151157.305000', '151157.765000', '151158.225000', '151158.685000', '151159.145000', '151159.605000', '151200.065000', '151200.525000', '151200.985000', '151201.445000', '151201.905000', '151202.365000', '151202.825000', '151203.285000', '151203.745000', '151204.205000', '151204.665000', '151205.125000', '151205.585000', '151206.045000', '151206.505000', '151206.965000', '151207.425000', '151207.885000', '151208.345000', '151208.805000', '151209.265000', '151209.725000', '151210.185000', '151210.645000', '151211.105000', '151211.565000', '151212.025000', '151212.485000', '151212.945000', '151213.405000', '151213.865000', '151214.325000', '151214.785000', '151215.245000', '151215.705000', '151216.165000', '151216.625000', '151217.085000', '151217.545000', '151218.005000', '151218.465000', '151218.925000', '151219.385000', '151219.845000', '151220.305000', '151220.765000', '151221.225000', '151221.685000', '151222.145000', '151222.605000', '151223.065000', '151223.525000', '151223.985000', '151224.445000', '151224.905000', '151225.365000', '151225.825000', '151226.285000', '151226.745000', '151227.205000', '151227.665000', '151228.125000', '151228.585000', '151229.045000', '151229.505000', '151229.965000', '151230.425000', '151230.885000', '151231.345000', '151231.805000', '151232.265000', '151232.725000', '151233.185000', '151233.645000', '151234.105000', '151234.565000', '151235.025000', '151235.485000', '151235.945000', '151236.405000', '151236.865000', '151237.325000', '151237.785000', '151238.245000', '151238.705000', '151239.165000', '151239.625000', '151240.085000', '151240.545000', '151241.005000', '151241.465000', '151241.925000', '151242.385000', '151242.845000', '151243.305000', '151243.765000', '151244.225000', '151244.685000', '151245.145000', '151245.605000', '151246.065000', '151246.525000', '151246.985000', '151247.445000', '151247.905000', '151248.365000', '151248.825000', '151249.285000', '151249.745000', '151250.205000', '151250.665000', '151251.125000', '151251.585000', '151252.045000', '151252.505000', '151252.965000', '151253.425000', '151253.885000', '151254.345000', '151254.805000', '151255.265000', '151255.725000', '151256.185000', '151256.645000', '151257.105000', '151257.565000', '151258.025000', '151258.485000', '151258.945000', '151259.405000', '151259.865000', '151300.325000', '151300.785000', '151301.245000', '151301.705000', '151302.165000', '151302.625000', '151303.085000', '151303.545000', '151304.005000', '151304.465000', '151304.925000', '151305.385000', '151305.845000', '151306.305000', '151306.765000', '151307.225000', '151307.685000', '151308.145000', '151308.605000', '151309.065000', '151309.525000', '151309.985000', '151310.445000', '151310.905000', '151311.365000', '151311.825000', '151312.285000', '151312.745000', '151313.205000', '151313.665000', '151314.125000', '151314.585000', '151315.045000', '151315.505000', '151315.965000', '151316.425000', '151316.885000', '151317.345000', '151317.805000', '151318.265000', '151318.725000', '151319.185000', '151319.645000', '151320.105000', '151320.565000', '151321.025000', '151321.485000', '151321.945000', '151322.405000', '151322.865000', '151323.325000', '151323.785000', '151324.245000', '151324.705000', '151325.165000', '151325.625000', '151326.085000', '151326.545000', '151327.005000', '151327.465000', '151327.925000', '151328.385000', '151328.845000', '151329.305000', '151329.765000', '151330.225000', '151330.685000', '151331.145000', '151331.605000', '151332.065000', '151332.525000', '151332.985000', '151333.445000', '151333.905000', '151334.365000', '151334.825000', '151335.285000', '151335.745000', '151336.205000', '151336.665000', '151337.125000', '151337.585000', '151338.045000', '151338.505000', '151338.965000', '151339.425000', '151339.885000', '151340.345000', '151340.805000', '151341.265000', '151341.725000', '151342.185000', '151342.645000', '151343.105000', '151343.565000', '151344.025000', '151344.485000', '151344.945000', '151345.405000', '151345.865000', '151346.325000', '151346.785000', '151347.245000', '151347.705000', '151348.165000', '151348.625000', '151349.085000', '151349.545000', '151350.005000', '151350.465000', '151350.925000', '151351.385000', '151351.845000', '151352.305000', '151352.765000', '151353.225000', '151353.685000', '151354.145000', '151354.605000', '151355.065000', '151355.525000', '151355.985000', '151356.445000', '151356.905000', '151357.365000', '151357.825000', '151358.285000', '151358.745000', '151359.205000', '151359.665000', '151400.125000', '151400.585000', '151401.045000', '151401.505000', '151401.965000', '151402.425000', '151402.885000', '151403.345000', '151403.805000', '151404.265000', '151404.725000', '151405.185000', '151405.645000', '151406.105000', '151406.565000', '151407.025000', '151407.485000', '151407.945000', '151408.405000', '151408.865000', '151409.325000', '151409.785000', '151410.245000', '151410.705000', '151411.165000', '151411.625000', '151412.085000', '151412.545000', '151413.005000', '151413.465000', '151413.925000', '151414.385000', '151414.845000', '151415.305000', '151415.765000', '151416.225000', '151416.685000', '151417.145000', '151417.605000', '151418.065000', '151418.525000', '151418.985000', '151419.445000', '151419.905000', '151420.365000', '151420.825000', '151421.285000', '151421.745000', '151422.205000', '151422.665000', '151423.125000', '151423.585000', '151424.045000', '151424.505000', '151424.965000', '151425.425000', '151425.885000', '151426.345000', '151426.805000', '151427.265000', '151427.725000', '151428.185000', '151428.645000', '151429.105000', '151429.565000', '151430.025000', '151430.485000', '151430.945000', '151431.405000', '151431.865000', '151432.325000', '151432.785000', '151433.245000', '151433.705000', '151434.165000', '151434.625000', '151435.085000', '151435.545000', '151436.005000', '151436.465000', '151436.925000', '151437.385000', '151437.845000', '151438.305000', '151438.765000', '151439.225000', '151439.685000', '151440.145000', '151440.605000', '151441.065000', '151441.525000', '151441.985000', '151442.445000', '151442.905000', '151443.365000', '151443.825000', '151444.285000', '151444.745000', '151445.205000', '151445.665000', '151446.125000', '151446.585000', '151447.045000', '151447.505000', '151447.965000', '151448.425000', '151448.885000', '151449.345000', '151449.805000', '151450.265000', '151450.725000', '151451.185000', '151451.645000', '151452.105000', '151452.565000', '151453.025000', '151453.485000', '151453.945000', '151454.405000', '151454.865000', '151455.325000', '151455.785000', '151456.245000', '151456.705000', '151457.165000', '151457.625000', '151458.085000', '151458.545000', '151459.005000', '151459.465000', '151459.925000', '151500.385000', '151500.845000', '151501.305000', '151501.765000', '151502.225000', '151502.685000', '151503.145000', '151503.605000', '151504.065000', '151504.525000', '151504.985000', '151505.445000', '151505.905000', '151506.365000', '151506.825000', '151507.285000', '151507.745000', '151508.205000', '151508.665000', '151509.125000', '151509.585000', '151510.045000', '151510.505000', '151510.965000', '151511.425000', '151511.885000', '151512.345000', '151512.805000', '151513.265000', '151513.725000', '151514.185000', '151514.645000', '151515.105000', '151515.565000', '151516.025000', '151516.485000', '151516.945000', '151517.405000', '151517.865000', '151518.325000', '151518.785000', '151519.245000', '151519.705000', '151520.165000', '151520.625000', '151521.085000', '151521.545000', '151522.005000', '151522.465000', '151522.925000', '151523.385000', '151523.845000', '151524.305000', '151524.765000', '151525.225000', '151525.685000', '151526.145000', '151526.605000', '151527.065000', '151527.525000', '151527.985000', '151528.445000', '151528.905000', '151529.365000', '151529.825000', '151530.285000', '151530.745000', '151531.205000', '151531.665000', '151532.125000', '151532.585000', '151533.045000', '151533.505000', '151533.965000', '151534.425000', '151534.885000', '151535.345000', '151535.805000', '151536.265000', '151536.725000', '151537.185000', '151537.645000', '151538.105000', '151538.565000', '151539.025000', '151539.485000', '151539.945000', '151540.405000', '151540.865000', '151541.325000', '151541.785000', '151542.245000', '151542.705000', '151543.165000', '151543.625000', '151544.085000', '151544.545000', '151545.005000', '151545.465000', '151545.925000', '151546.385000', '151546.845000', '151547.305000', '151547.765000', '151548.225000', '151548.685000', '151549.145000', '151549.605000', '151550.065000', '151550.525000', '151550.985000', '151551.445000', '151551.905000', '151552.365000', '151552.825000', '151553.285000', '151553.745000', '151554.205000', '151554.665000', '151555.125000', '151555.585000', '151556.045000', '151556.505000', '151556.965000', '151557.425000', '151557.885000', '151558.345000', '151558.805000', '151559.265000', '151559.725000', '151600.185000', '151600.645000', '151601.105000', '151601.565000', '151602.025000', '151602.485000', '151602.945000', '151603.405000', '151603.865000', '151604.325000', '151604.785000', '151605.245000', '151605.705000', '151606.165000', '151606.625000', '151607.085000', '151607.545000', '151608.005000', '151608.465000', '151608.925000', '151609.385000', '151609.845000', '151610.305000', '151610.765000', '151611.225000', '151611.685000', '151612.145000', '151612.605000', '151613.065000', '151613.525000', '151613.985000', '151614.445000', '151614.905000', '151615.365000', '151615.825000', '151616.285000', '151616.745000', '151617.205000', '151617.665000', '151618.125000', '151618.585000', '151619.045000', '151619.505000', '151619.965000', '151620.425000', '151620.885000', '151621.345000', '151621.805000', '151622.265000', '151622.725000', '151623.185000', '151623.645000', '151624.105000', '151624.565000', '151625.025000', '151625.485000', '151625.945000', '151626.405000', '151626.865000', '151627.325000', '151627.785000', '151628.245000', '151628.705000', '151629.165000', '151629.625000', '151630.085000', '151630.545000', '151631.005000', '151631.465000', '151631.925000', '151632.385000', '151632.845000', '151633.305000', '151633.765000', '151634.225000', '151634.685000', '151635.145000'], 'ContentTime': ['150703.670000', '150703.673000', '150703.676000', '150703.678000', '150703.681000', '150703.684000', '150703.686000', '150703.689000', '150703.692000', '150703.694000', '150703.697000', '150703.700000', '150703.702000', '150703.705000', '150703.708000', '150703.711000', '150703.713000', '150703.716000', '150703.718000', '150703.721000', '150703.724000', '150703.726000', '150703.729000', '150703.731000', '150703.734000', '150703.737000', '150703.740000', '150703.743000', '150703.745000', '150703.748000', '150703.750000', '150703.756000', '150703.759000', '150703.762000', '150703.764000', '150703.767000', '150703.769000', '150703.772000', '150703.774000', '150703.777000', '150703.779000', '150703.782000', '150703.785000', '150703.787000', '150703.790000', '150703.792000', '150703.795000', '150703.798000', '150703.800000', '150703.869000', '150703.872000', '150703.874000', '150723.625000', '150723.628000', '150723.631000', '150723.633000', '150723.636000', '150723.639000', '150723.641000', '150723.644000', '150723.646000', '150723.649000', '150723.651000', '150723.654000', '150723.657000', '150723.669000', '150723.672000', '150723.674000', '150723.677000', '150723.680000', '150723.682000', '150723.685000', '150723.687000', '150723.690000', '150723.692000', '150723.695000', '150723.698000', '150723.700000', '150723.703000', '150723.705000', '150723.708000', '150723.711000', '150723.713000', '150723.716000', '150723.718000', '150723.721000', '150723.724000', '150723.726000', '150723.729000', '150723.731000', '150723.734000', '150723.736000', '150723.739000', '150723.741000', '150723.744000', '150723.747000', '150743.625000', '150743.628000', '150743.631000', '150743.633000', '150743.636000', '150743.639000', '150743.641000', '150743.644000', '150743.646000', '150743.649000', '150743.651000', '150743.654000', '150743.657000', '150743.659000', '150743.662000', '150743.664000', '150743.667000', '150743.670000', '150743.672000', '150743.675000', '150743.677000', '150743.680000', '150743.682000', '150743.692000', '150743.694000', '150743.697000', '150743.699000', '150743.702000', '150743.705000', '150743.708000', '150743.711000', '150743.714000', '150743.716000', '150743.719000', '150743.722000', '150743.724000', '150743.727000', '150743.729000', '150743.732000', '150743.735000', '150743.737000', '150743.740000', '150743.743000', '150803.625000', '150803.628000', '150803.631000', '150803.634000', '150803.636000', '150803.639000', '150803.641000', '150803.644000', '150803.647000', '150803.649000', '150803.652000', '150803.654000', '150803.657000', '150803.659000', '150803.662000', '150803.665000', '150803.667000', '150803.670000', '150803.673000', '150803.675000', '150803.678000', '150803.680000', '150803.683000', '150803.685000', '150803.688000', '150803.691000', '150803.693000', '150803.696000', '150803.698000', '150803.701000', '150803.704000', '150803.706000', '150803.709000', '150803.711000', '150803.714000', '150803.717000', '150803.719000', '150803.722000', '150803.724000', '150803.727000', '150803.729000', '150803.732000', '150803.735000', '150803.737000', '150823.625000', '150823.628000', '150823.631000', '150823.633000', '150823.636000', '150823.639000', '150823.641000', '150823.644000', '150823.646000', '150823.649000', '150823.652000', '150823.654000', '150823.657000', '150823.659000', '150823.678000', '150823.680000', '150823.683000', '150823.686000', '150823.688000', '150823.691000', '150823.693000', '150823.696000', '150823.698000', '150823.701000', '150823.704000', '150823.706000', '150823.712000', '150823.715000', '150823.718000', '150823.720000', '150823.723000', '150823.726000', '150823.728000', '150823.731000', '150823.733000', '150823.736000', '150823.738000', '150823.741000', '150823.744000', '150823.746000', '150823.749000', '150823.751000', '150823.754000', '150843.625000', '150843.628000', '150843.631000', '150843.634000', '150843.636000', '150843.639000', '150843.641000', '150843.644000', '150843.649000', '150843.652000', '150843.655000', '150843.657000', '150843.660000', '150843.662000', '150843.665000', '150843.668000', '150843.670000', '150843.673000', '150843.675000', '150843.678000', '150843.681000', '150843.683000', '150843.686000', '150843.688000', '150843.691000', '150843.693000', '150843.696000', '150843.699000', '150843.701000', '150843.704000', '150843.707000', '150843.709000', '150843.712000', '150843.714000', '150843.717000', '150843.720000', '150843.722000', '150843.725000', '150843.727000', '150843.730000', '150843.733000', '150843.735000', '150843.738000', '150843.741000', '150903.626000', '150903.628000', '150903.631000', '150903.634000', '150903.636000', '150903.639000', '150903.641000', '150903.644000', '150903.647000', '150903.649000', '150903.652000', '150903.655000', '150903.657000', '150903.660000', '150903.662000', '150903.665000', '150903.667000', '150903.670000', '150903.673000', '150903.675000', '150903.678000', '150903.680000', '150903.683000', '150903.685000', '150903.688000', '150903.691000', '150903.693000', '150903.696000', '150903.699000', '150903.701000', '150903.704000', '150903.706000', '150903.709000', '150903.712000', '150903.714000', '150903.717000', '150903.719000', '150903.722000', '150903.725000', '150903.727000', '150903.730000', '150903.732000', '150903.735000', '150923.626000', '150923.628000', '150923.631000', '150923.634000', '150923.636000', '150923.639000', '150923.641000', '150923.644000', '150923.647000', '150923.649000', '150923.652000', '150923.654000', '150923.657000', '150923.660000', '150923.662000', '150923.665000', '150923.667000', '150923.670000', '150923.673000', '150923.675000', '150923.678000', '150923.680000', '150923.683000', '150923.686000', '150923.688000', '150923.691000', '150923.694000', '150923.696000', '150923.699000', '150923.701000', '150923.704000', '150923.707000', '150923.709000', '150923.712000', '150923.714000', '150923.717000', '150923.720000', '150923.722000', '150923.725000', '150923.727000', '150923.730000', '150923.733000', '150923.735000', '150923.738000', '150943.625000', '150943.628000', '150943.631000', '150943.634000', '150943.636000', '150943.639000', '150943.642000', '150943.644000', '150943.647000', '150943.649000', '150943.652000', '150943.655000', '150943.657000', '150943.660000', '150943.663000', '150943.665000', '150943.668000', '150943.670000', '150943.673000', '150943.676000', '150943.678000', '150943.681000', '150943.683000', '150943.686000', '150943.689000', '150943.691000', '150943.694000', '150943.696000', '150943.699000', '150943.702000', '150943.704000', '150943.707000', '150943.709000', '150943.712000', '150943.715000', '150943.717000', '150943.720000', '150943.722000', '150943.725000', '150943.728000', '150943.730000', '150943.733000', '150943.736000', '151003.625000', '151003.628000', '151003.631000', '151003.634000', '151003.636000', '151003.639000', '151003.641000', '151003.644000', '151003.646000', '151003.649000', '151003.669000', '151003.672000', '151003.675000', '151003.677000', '151003.680000', '151003.682000', '151003.685000', '151003.687000', '151003.690000', '151003.693000', '151003.695000', '151003.698000', '151003.701000', '151003.703000', '151003.706000', '151003.709000', '151003.711000', '151003.714000', '151003.716000', '151003.719000', '151003.722000', '151003.724000', '151003.727000', '151003.730000', '151003.732000', '151003.735000', '151003.737000', '151003.740000', '151003.743000', '151003.745000', '151003.748000', '151003.750000', '151003.753000', '151003.756000', '151023.626000', '151023.628000', '151023.631000', '151023.634000', '151023.636000', '151023.639000', '151023.641000', '151023.644000', '151023.647000', '151023.649000', '151023.652000', '151023.654000', '151023.657000', '151023.659000', '151023.662000', '151023.665000', '151023.667000', '151023.670000', '151023.672000', '151023.675000', '151023.678000', '151023.680000', '151023.683000', '151023.686000', '151023.688000', '151023.691000', '151023.693000', '151023.696000', '151023.699000', '151023.701000', '151023.704000', '151023.706000', '151023.709000', '151023.712000', '151023.714000', '151023.717000', '151023.719000', '151023.722000', '151023.725000', '151023.727000', '151023.730000', '151023.733000', '151023.735000', '151043.626000', '151043.628000', '151043.631000', '151043.634000', '151043.636000', '151043.639000', '151043.641000', '151043.644000', '151043.647000', '151043.649000', '151043.652000', '151043.655000', '151043.657000', '151043.660000', '151043.662000', '151043.665000', '151043.668000', '151043.671000', '151043.673000', '151043.676000', '151043.678000', '151043.681000', '151043.684000', '151043.686000', '151043.689000', '151043.692000', '151043.694000', '151043.697000', '151043.700000', '151043.702000', '151043.705000', '151043.707000', '151043.710000', '151043.713000', '151043.715000', '151043.718000', '151043.720000', '151043.723000', '151043.726000', '151043.728000', '151043.731000', '151043.733000', '151043.736000', '151043.738000', '151103.626000', '151103.628000', '151103.631000', '151103.634000', '151103.636000', '151103.639000', '151103.641000', '151103.644000', '151103.647000', '151103.649000', '151103.652000', '151103.654000', '151103.657000', '151103.660000', '151103.662000', '151103.665000', '151103.667000', '151103.670000', '151103.673000', '151103.675000', '151103.678000', '151103.680000', '151103.683000', '151103.686000', '151103.688000', '151103.691000', '151103.693000', '151103.696000', '151103.699000', '151103.701000', '151103.704000', '151103.706000', '151103.709000', '151103.712000', '151103.714000', '151103.717000', '151103.720000', '151103.722000', '151103.725000', '151103.728000', '151103.730000', '151103.733000', '151103.735000', '151123.625000', '151123.628000', '151123.631000', '151123.633000', '151123.636000', '151123.639000', '151123.641000', '151123.644000', '151123.647000', '151123.649000', '151123.653000', '151123.656000', '151123.658000', '151123.661000', '151123.664000', '151123.666000', '151123.669000', '151123.671000', '151123.674000', '151123.677000', '151123.679000', '151123.682000', '151123.685000', '151123.687000', '151123.690000', '151123.692000', '151123.695000', '151123.698000', '151123.700000', '151123.703000', '151123.705000', '151123.708000', '151123.711000', '151123.713000', '151123.716000', '151123.746000', '151123.748000', '151123.751000', '151123.754000', '151123.756000', '151123.759000', '151123.761000', '151123.764000', '151123.766000', '151143.625000', '151143.628000', '151143.631000', '151143.634000', '151143.636000', '151143.639000', '151143.641000', '151143.644000', '151143.647000', '151143.649000', '151143.652000', '151143.654000', '151143.657000', '151143.660000', '151143.662000', '151143.665000', '151143.668000', '151143.670000', '151143.673000', '151143.675000', '151143.678000', '151143.681000', '151143.683000', '151143.686000', '151143.689000', '151143.691000', '151143.694000', '151143.696000', '151143.699000', '151143.702000', '151143.704000', '151143.707000', '151143.710000', '151143.712000', '151143.715000', '151143.717000', '151143.720000', '151143.723000', '151143.725000', '151143.728000', '151143.730000', '151143.733000', '151143.735000', '151203.626000', '151203.628000', '151203.631000', '151203.634000', '151203.636000', '151203.639000', '151203.642000', '151203.644000', '151203.647000', '151203.649000', '151203.652000', '151203.655000', '151203.657000', '151203.660000', '151203.662000', '151203.665000', '151203.668000', '151203.670000', '151203.673000', '151203.675000', '151203.678000', '151203.681000', '151203.683000', '151203.686000', '151203.688000', '151203.691000', '151203.694000', '151203.696000', '151203.699000', '151203.702000', '151203.704000', '151203.707000', '151203.709000', '151203.712000', '151203.715000', '151203.717000', '151203.720000', '151203.723000', '151203.725000', '151203.728000', '151203.730000', '151203.733000', '151203.735000', '151203.738000', '151223.626000', '151223.629000', '151223.631000', '151223.634000', '151223.637000', '151223.639000', '151223.642000', '151223.644000', '151223.647000', '151223.650000', '151223.652000', '151223.655000', '151223.658000', '151223.660000', '151223.663000', '151223.665000', '151223.668000', '151223.671000', '151223.673000', '151223.676000', '151223.678000', '151223.681000', '151223.684000', '151223.686000', '151223.689000', '151223.691000', '151223.694000', '151223.697000', '151223.699000', '151223.702000', '151223.705000', '151223.707000', '151223.710000', '151223.713000', '151223.715000', '151223.718000', '151223.720000', '151223.723000', '151223.726000', '151223.728000', '151223.731000', '151223.733000', '151223.736000', '151243.625000', '151243.628000', '151243.631000', '151243.634000', '151243.636000', '151243.639000', '151243.642000', '151243.644000', '151243.647000', '151243.650000', '151243.652000', '151243.655000', '151243.657000', '151243.660000', '151243.663000', '151243.666000', '151243.668000', '151243.671000', '151243.674000', '151243.676000', '151243.679000', '151243.683000', '151243.686000', '151243.688000', '151243.693000', '151243.695000', '151243.698000', '151243.701000', '151243.703000', '151243.706000', '151243.709000', '151243.711000', '151243.714000', '151243.716000', '151243.719000', '151243.722000', '151243.724000', '151243.727000', '151243.730000', '151243.732000', '151243.735000', '151243.738000', '151243.740000', '151303.625000', '151303.628000', '151303.631000', '151303.642000', '151303.645000', '151303.647000', '151303.650000', '151303.653000', '151303.655000', '151303.658000', '151303.661000', '151303.663000', '151303.666000', '151303.669000', '151303.671000', '151303.674000', '151303.676000', '151303.679000', '151303.682000', '151303.684000', '151303.687000', '151303.690000', '151303.692000', '151303.695000', '151303.697000', '151303.700000', '151303.702000', '151303.705000', '151303.708000', '151303.710000', '151303.713000', '151303.716000', '151303.718000', '151303.721000', '151303.723000', '151303.726000', '151303.729000', '151303.731000', '151303.734000', '151303.736000', '151303.739000', '151303.742000', '151303.744000', '151303.747000', '151323.626000', '151323.629000', '151323.631000', '151323.634000', '151323.637000', '151323.639000', '151323.642000', '151323.644000', '151323.647000', '151323.650000', '151323.652000', '151323.655000', '151323.657000', '151323.660000', '151323.663000', '151323.666000', '151323.669000', '151323.672000', '151323.674000', '151323.677000', '151323.679000', '151323.682000', '151323.684000', '151323.687000', '151323.690000', '151323.692000', '151323.695000', '151323.698000', '151323.700000', '151323.703000', '151323.706000', '151323.708000', '151323.711000', '151323.713000', '151323.716000', '151323.719000', '151323.721000', '151323.724000', '151323.726000', '151323.729000', '151323.732000', '151323.734000', '151323.737000', '151343.626000', '151343.629000', '151343.631000', '151343.634000', '151343.636000', '151343.639000', '151343.642000', '151343.644000', '151343.647000', '151343.649000', '151343.652000', '151343.655000', '151343.657000', '151343.660000', '151343.663000', '151343.665000', '151343.668000', '151343.670000', '151343.673000', '151343.676000', '151343.678000', '151343.681000', '151343.683000', '151343.686000', '151343.689000', '151343.691000', '151343.694000', '151343.697000', '151343.699000', '151343.702000', '151343.705000', '151343.707000', '151343.710000', '151343.713000', '151343.715000', '151343.718000', '151343.720000', '151343.723000', '151343.726000', '151343.728000', '151343.731000', '151343.733000', '151343.736000', '151343.739000', '151403.625000', '151403.628000', '151403.631000', '151403.634000', '151403.636000', '151403.639000', '151403.641000', '151403.644000', '151403.647000', '151403.649000', '151403.652000', '151403.654000', '151403.657000', '151403.660000', '151403.662000', '151403.665000', '151403.668000', '151403.670000', '151403.673000', '151403.675000', '151403.678000', '151403.681000', '151403.683000', '151403.686000', '151403.688000', '151403.691000', '151403.694000', '151403.696000', '151403.699000', '151403.701000', '151403.704000', '151403.707000', '151403.709000', '151403.712000', '151403.715000', '151403.717000', '151403.720000', '151403.722000', '151403.725000', '151403.728000', '151403.731000', '151403.734000', '151403.736000', '151423.625000', '151423.628000', '151423.631000', '151423.634000', '151423.636000', '151423.639000', '151423.641000', '151423.644000', '151423.647000', '151423.649000', '151423.652000', '151423.655000', '151423.657000', '151423.660000', '151423.662000', '151423.665000', '151423.668000', '151423.670000', '151423.673000', '151423.676000', '151423.678000', '151423.681000', '151423.683000', '151423.686000', '151423.689000', '151423.691000', '151423.694000', '151423.696000', '151423.699000', '151423.702000', '151423.704000', '151423.707000', '151423.710000', '151423.712000', '151423.715000', '151423.717000', '151423.720000', '151423.723000', '151423.725000', '151423.728000', '151423.731000', '151423.733000', '151423.736000', '151423.739000', '151443.626000', '151443.629000', '151443.631000', '151443.634000', '151443.638000', '151443.641000', '151443.643000', '151443.646000', '151443.649000', '151443.651000', '151443.654000', '151443.656000', '151443.659000', '151443.662000', '151443.664000', '151443.667000', '151443.670000', '151443.672000', '151443.675000', '151443.677000', '151443.680000', '151443.683000', '151443.685000', '151443.688000', '151443.690000', '151443.693000', '151443.696000', '151443.698000', '151443.701000', '151443.704000', '151443.706000', '151443.709000', '151443.712000', '151443.714000', '151443.717000', '151443.719000', '151443.722000', '151443.725000', '151443.727000', '151443.730000', '151443.732000', '151443.735000', '151443.738000', '151503.626000', '151503.628000', '151503.631000', '151503.634000', '151503.636000', '151503.639000', '151503.642000', '151503.644000', '151503.647000', '151503.649000', '151503.652000', '151503.655000', '151503.657000', '151503.660000', '151503.663000', '151503.665000', '151503.668000', '151503.670000', '151503.673000', '151503.676000', '151503.678000', '151503.681000', '151503.683000', '151503.686000', '151503.688000', '151503.691000', '151503.694000', '151503.696000', '151503.699000', '151503.702000', '151503.704000', '151503.707000', '151503.709000', '151503.712000', '151503.715000', '151503.717000', '151503.720000', '151503.722000', '151503.725000', '151503.728000', '151503.730000', '151503.733000', '151503.736000', '151503.738000', '151523.626000', '151523.628000', '151523.631000', '151523.634000', '151523.636000', '151523.639000', '151523.642000', '151523.644000', '151523.647000', '151523.649000', '151523.652000', '151523.655000', '151523.657000', '151523.660000', '151523.662000', '151523.665000', '151523.668000', '151523.670000', '151523.673000', '151523.676000', '151523.679000', '151523.681000', '151523.684000', '151523.686000', '151523.689000', '151523.692000', '151523.694000', '151523.697000', '151523.700000', '151523.702000', '151523.705000', '151523.708000', '151523.710000', '151523.713000', '151523.715000', '151523.718000', '151523.721000', '151523.724000', '151523.727000', '151523.729000', '151523.732000', '151523.735000', '151523.737000', '151543.626000', '151543.629000', '151543.631000', '151543.634000', '151543.636000', '151543.639000', '151543.641000', '151543.644000', '151543.647000', '151543.649000', '151543.652000', '151543.654000', '151543.657000', '151543.660000', '151543.662000', '151543.665000', '151543.668000', '151543.670000', '151543.673000', '151543.675000', '151543.678000', '151543.681000', '151543.683000', '151543.686000', '151543.688000', '151543.691000', '151543.694000', '151543.696000', '151543.699000', '151543.701000', '151543.704000', '151543.707000', '151543.709000', '151543.712000', '151543.714000', '151543.717000', '151543.720000', '151543.722000', '151543.725000', '151543.727000', '151543.730000', '151543.733000', '151543.735000', '151543.738000', '151603.626000', '151603.628000', '151603.631000', '151603.634000', '151603.636000', '151603.639000', '151603.641000', '151603.644000', '151603.647000', '151603.649000', '151603.652000', '151603.655000', '151603.657000', '151603.660000', '151603.662000', '151603.665000', '151603.667000', '151603.670000', '151603.673000', '151603.675000', '151603.678000', '151603.680000', '151603.683000', '151603.686000', '151603.688000', '151603.691000', '151603.694000', '151603.696000', '151603.699000', '151603.701000', '151603.704000', '151603.707000', '151603.709000', '151603.712000', '151603.714000', '151603.717000', '151603.720000', '151603.722000', '151603.725000', '151603.728000', '151603.730000', '151603.733000', '151603.735000', '151623.626000', '151623.629000', '151623.631000', '151623.634000', '151623.637000', '151623.639000', '151623.642000', '151623.645000', '151623.647000', '151623.650000', '151623.653000', '151623.655000', '151623.658000', '151623.660000', '151623.663000', '151623.666000', '151623.668000', '151623.671000', '151623.674000', '151623.676000', '151623.679000', '151623.681000', '151623.684000', '151623.687000', '151623.689000', '151623.692000', '151623.695000', '151623.697000', '151623.700000', '151623.702000', '151623.705000', '151623.708000', '151623.710000', '151623.713000', '151623.716000', '151623.718000', '151623.721000', '151623.723000', '151623.754000', '151623.756000', '151623.759000', '151623.761000', '151623.764000', '151623.767000', '151636.384000', '151636.387000', '151636.389000', '151636.392000', '151636.395000', '151636.397000', '151636.400000', '151636.403000', '151636.405000', '151636.408000', '151636.415000', '151636.420000', '151636.423000', '151636.425000', '151636.428000', '151636.431000', '151636.434000', '151636.436000', '151636.456000', '151636.459000', '151636.462000', '151636.465000', '151636.468000', '151636.470000', '151636.473000', '151636.476000', '151636.479000', '151636.481000'], 'InstanceCreationTime': ['150703.670000', '150703.673000', '150703.676000', '150703.678000', '150703.681000', '150703.684000', '150703.686000', '150703.689000', '150703.692000', '150703.694000', '150703.697000', '150703.700000', '150703.702000', '150703.705000', '150703.708000', '150703.711000', '150703.713000', '150703.716000', '150703.718000', '150703.721000', '150703.724000', '150703.726000', '150703.729000', '150703.731000', '150703.734000', '150703.737000', '150703.740000', '150703.743000', '150703.745000', '150703.748000', '150703.750000', '150703.756000', '150703.759000', '150703.762000', '150703.764000', '150703.767000', '150703.769000', '150703.772000', '150703.774000', '150703.777000', '150703.779000', '150703.782000', '150703.785000', '150703.787000', '150703.790000', '150703.792000', '150703.795000', '150703.798000', '150703.800000', '150703.869000', '150703.872000', '150703.874000', '150723.625000', '150723.628000', '150723.631000', '150723.633000', '150723.636000', '150723.639000', '150723.641000', '150723.644000', '150723.646000', '150723.649000', '150723.651000', '150723.654000', '150723.657000', '150723.669000', '150723.672000', '150723.674000', '150723.677000', '150723.680000', '150723.682000', '150723.685000', '150723.687000', '150723.690000', '150723.692000', '150723.695000', '150723.698000', '150723.700000', '150723.703000', '150723.705000', '150723.708000', '150723.711000', '150723.713000', '150723.716000', '150723.718000', '150723.721000', '150723.724000', '150723.726000', '150723.729000', '150723.731000', '150723.734000', '150723.736000', '150723.739000', '150723.741000', '150723.744000', '150723.747000', '150743.625000', '150743.628000', '150743.631000', '150743.633000', '150743.636000', '150743.639000', '150743.641000', '150743.644000', '150743.646000', '150743.649000', '150743.651000', '150743.654000', '150743.657000', '150743.659000', '150743.662000', '150743.664000', '150743.667000', '150743.670000', '150743.672000', '150743.675000', '150743.677000', '150743.680000', '150743.682000', '150743.692000', '150743.694000', '150743.697000', '150743.699000', '150743.702000', '150743.705000', '150743.708000', '150743.711000', '150743.714000', '150743.716000', '150743.719000', '150743.722000', '150743.724000', '150743.727000', '150743.729000', '150743.732000', '150743.735000', '150743.737000', '150743.740000', '150743.743000', '150803.625000', '150803.628000', '150803.631000', '150803.634000', '150803.636000', '150803.639000', '150803.641000', '150803.644000', '150803.647000', '150803.649000', '150803.652000', '150803.654000', '150803.657000', '150803.659000', '150803.662000', '150803.665000', '150803.667000', '150803.670000', '150803.673000', '150803.675000', '150803.678000', '150803.680000', '150803.683000', '150803.685000', '150803.688000', '150803.691000', '150803.693000', '150803.696000', '150803.698000', '150803.701000', '150803.704000', '150803.706000', '150803.709000', '150803.711000', '150803.714000', '150803.717000', '150803.719000', '150803.722000', '150803.724000', '150803.727000', '150803.729000', '150803.732000', '150803.735000', '150803.737000', '150823.625000', '150823.628000', '150823.631000', '150823.633000', '150823.636000', '150823.639000', '150823.641000', '150823.644000', '150823.646000', '150823.649000', '150823.652000', '150823.654000', '150823.657000', '150823.659000', '150823.678000', '150823.680000', '150823.683000', '150823.686000', '150823.688000', '150823.691000', '150823.693000', '150823.696000', '150823.698000', '150823.701000', '150823.704000', '150823.706000', '150823.712000', '150823.715000', '150823.718000', '150823.720000', '150823.723000', '150823.726000', '150823.728000', '150823.731000', '150823.733000', '150823.736000', '150823.738000', '150823.741000', '150823.744000', '150823.746000', '150823.749000', '150823.751000', '150823.754000', '150843.625000', '150843.628000', '150843.631000', '150843.634000', '150843.636000', '150843.639000', '150843.641000', '150843.644000', '150843.649000', '150843.652000', '150843.655000', '150843.657000', '150843.660000', '150843.662000', '150843.665000', '150843.668000', '150843.670000', '150843.673000', '150843.675000', '150843.678000', '150843.681000', '150843.683000', '150843.686000', '150843.688000', '150843.691000', '150843.693000', '150843.696000', '150843.699000', '150843.701000', '150843.704000', '150843.707000', '150843.709000', '150843.712000', '150843.714000', '150843.717000', '150843.720000', '150843.722000', '150843.725000', '150843.727000', '150843.730000', '150843.733000', '150843.735000', '150843.738000', '150843.741000', '150903.626000', '150903.628000', '150903.631000', '150903.634000', '150903.636000', '150903.639000', '150903.641000', '150903.644000', '150903.647000', '150903.649000', '150903.652000', '150903.655000', '150903.657000', '150903.660000', '150903.662000', '150903.665000', '150903.667000', '150903.670000', '150903.673000', '150903.675000', '150903.678000', '150903.680000', '150903.683000', '150903.685000', '150903.688000', '150903.691000', '150903.693000', '150903.696000', '150903.699000', '150903.701000', '150903.704000', '150903.706000', '150903.709000', '150903.712000', '150903.714000', '150903.717000', '150903.719000', '150903.722000', '150903.725000', '150903.727000', '150903.730000', '150903.732000', '150903.735000', '150923.626000', '150923.628000', '150923.631000', '150923.634000', '150923.636000', '150923.639000', '150923.641000', '150923.644000', '150923.647000', '150923.649000', '150923.652000', '150923.654000', '150923.657000', '150923.660000', '150923.662000', '150923.665000', '150923.667000', '150923.670000', '150923.673000', '150923.675000', '150923.678000', '150923.680000', '150923.683000', '150923.686000', '150923.688000', '150923.691000', '150923.694000', '150923.696000', '150923.699000', '150923.701000', '150923.704000', '150923.707000', '150923.709000', '150923.712000', '150923.714000', '150923.717000', '150923.720000', '150923.722000', '150923.725000', '150923.727000', '150923.730000', '150923.733000', '150923.735000', '150923.738000', '150943.625000', '150943.628000', '150943.631000', '150943.634000', '150943.636000', '150943.639000', '150943.642000', '150943.644000', '150943.647000', '150943.649000', '150943.652000', '150943.655000', '150943.657000', '150943.660000', '150943.663000', '150943.665000', '150943.668000', '150943.670000', '150943.673000', '150943.676000', '150943.678000', '150943.681000', '150943.683000', '150943.686000', '150943.689000', '150943.691000', '150943.694000', '150943.696000', '150943.699000', '150943.702000', '150943.704000', '150943.707000', '150943.709000', '150943.712000', '150943.715000', '150943.717000', '150943.720000', '150943.722000', '150943.725000', '150943.728000', '150943.730000', '150943.733000', '150943.736000', '151003.625000', '151003.628000', '151003.631000', '151003.634000', '151003.636000', '151003.639000', '151003.641000', '151003.644000', '151003.646000', '151003.649000', '151003.669000', '151003.672000', '151003.675000', '151003.677000', '151003.680000', '151003.682000', '151003.685000', '151003.687000', '151003.690000', '151003.693000', '151003.695000', '151003.698000', '151003.701000', '151003.703000', '151003.706000', '151003.709000', '151003.711000', '151003.714000', '151003.716000', '151003.719000', '151003.722000', '151003.724000', '151003.727000', '151003.730000', '151003.732000', '151003.735000', '151003.737000', '151003.740000', '151003.743000', '151003.745000', '151003.748000', '151003.750000', '151003.753000', '151003.756000', '151023.626000', '151023.628000', '151023.631000', '151023.634000', '151023.636000', '151023.639000', '151023.641000', '151023.644000', '151023.647000', '151023.649000', '151023.652000', '151023.654000', '151023.657000', '151023.659000', '151023.662000', '151023.665000', '151023.667000', '151023.670000', '151023.672000', '151023.675000', '151023.678000', '151023.680000', '151023.683000', '151023.686000', '151023.688000', '151023.691000', '151023.693000', '151023.696000', '151023.699000', '151023.701000', '151023.704000', '151023.706000', '151023.709000', '151023.712000', '151023.714000', '151023.717000', '151023.719000', '151023.722000', '151023.725000', '151023.727000', '151023.730000', '151023.733000', '151023.735000', '151043.626000', '151043.628000', '151043.631000', '151043.634000', '151043.636000', '151043.639000', '151043.641000', '151043.644000', '151043.647000', '151043.649000', '151043.652000', '151043.655000', '151043.657000', '151043.660000', '151043.662000', '151043.665000', '151043.668000', '151043.671000', '151043.673000', '151043.676000', '151043.678000', '151043.681000', '151043.684000', '151043.686000', '151043.689000', '151043.692000', '151043.694000', '151043.697000', '151043.700000', '151043.702000', '151043.705000', '151043.707000', '151043.710000', '151043.713000', '151043.715000', '151043.718000', '151043.720000', '151043.723000', '151043.726000', '151043.728000', '151043.731000', '151043.733000', '151043.736000', '151043.738000', '151103.626000', '151103.628000', '151103.631000', '151103.634000', '151103.636000', '151103.639000', '151103.641000', '151103.644000', '151103.647000', '151103.649000', '151103.652000', '151103.654000', '151103.657000', '151103.660000', '151103.662000', '151103.665000', '151103.667000', '151103.670000', '151103.673000', '151103.675000', '151103.678000', '151103.680000', '151103.683000', '151103.686000', '151103.688000', '151103.691000', '151103.693000', '151103.696000', '151103.699000', '151103.701000', '151103.704000', '151103.706000', '151103.709000', '151103.712000', '151103.714000', '151103.717000', '151103.720000', '151103.722000', '151103.725000', '151103.728000', '151103.730000', '151103.733000', '151103.735000', '151123.625000', '151123.628000', '151123.631000', '151123.633000', '151123.636000', '151123.639000', '151123.641000', '151123.644000', '151123.647000', '151123.649000', '151123.653000', '151123.656000', '151123.658000', '151123.661000', '151123.664000', '151123.666000', '151123.669000', '151123.671000', '151123.674000', '151123.677000', '151123.679000', '151123.682000', '151123.685000', '151123.687000', '151123.690000', '151123.692000', '151123.695000', '151123.698000', '151123.700000', '151123.703000', '151123.705000', '151123.708000', '151123.711000', '151123.713000', '151123.716000', '151123.746000', '151123.748000', '151123.751000', '151123.754000', '151123.756000', '151123.759000', '151123.761000', '151123.764000', '151123.766000', '151143.625000', '151143.628000', '151143.631000', '151143.634000', '151143.636000', '151143.639000', '151143.641000', '151143.644000', '151143.647000', '151143.649000', '151143.652000', '151143.654000', '151143.657000', '151143.660000', '151143.662000', '151143.665000', '151143.668000', '151143.670000', '151143.673000', '151143.675000', '151143.678000', '151143.681000', '151143.683000', '151143.686000', '151143.689000', '151143.691000', '151143.694000', '151143.696000', '151143.699000', '151143.702000', '151143.704000', '151143.707000', '151143.710000', '151143.712000', '151143.715000', '151143.717000', '151143.720000', '151143.723000', '151143.725000', '151143.728000', '151143.730000', '151143.733000', '151143.735000', '151203.626000', '151203.628000', '151203.631000', '151203.634000', '151203.636000', '151203.639000', '151203.642000', '151203.644000', '151203.647000', '151203.649000', '151203.652000', '151203.655000', '151203.657000', '151203.660000', '151203.662000', '151203.665000', '151203.668000', '151203.670000', '151203.673000', '151203.675000', '151203.678000', '151203.681000', '151203.683000', '151203.686000', '151203.688000', '151203.691000', '151203.694000', '151203.696000', '151203.699000', '151203.702000', '151203.704000', '151203.707000', '151203.709000', '151203.712000', '151203.715000', '151203.717000', '151203.720000', '151203.723000', '151203.725000', '151203.728000', '151203.730000', '151203.733000', '151203.735000', '151203.738000', '151223.626000', '151223.629000', '151223.631000', '151223.634000', '151223.637000', '151223.639000', '151223.642000', '151223.644000', '151223.647000', '151223.650000', '151223.652000', '151223.655000', '151223.658000', '151223.660000', '151223.663000', '151223.665000', '151223.668000', '151223.671000', '151223.673000', '151223.676000', '151223.678000', '151223.681000', '151223.684000', '151223.686000', '151223.689000', '151223.691000', '151223.694000', '151223.697000', '151223.699000', '151223.702000', '151223.705000', '151223.707000', '151223.710000', '151223.713000', '151223.715000', '151223.718000', '151223.720000', '151223.723000', '151223.726000', '151223.728000', '151223.731000', '151223.733000', '151223.736000', '151243.625000', '151243.628000', '151243.631000', '151243.634000', '151243.636000', '151243.639000', '151243.642000', '151243.644000', '151243.647000', '151243.650000', '151243.652000', '151243.655000', '151243.657000', '151243.660000', '151243.663000', '151243.666000', '151243.668000', '151243.671000', '151243.674000', '151243.676000', '151243.679000', '151243.683000', '151243.686000', '151243.688000', '151243.693000', '151243.695000', '151243.698000', '151243.701000', '151243.703000', '151243.706000', '151243.709000', '151243.711000', '151243.714000', '151243.716000', '151243.719000', '151243.722000', '151243.724000', '151243.727000', '151243.730000', '151243.732000', '151243.735000', '151243.738000', '151243.740000', '151303.625000', '151303.628000', '151303.631000', '151303.642000', '151303.645000', '151303.647000', '151303.650000', '151303.653000', '151303.655000', '151303.658000', '151303.661000', '151303.663000', '151303.666000', '151303.669000', '151303.671000', '151303.674000', '151303.676000', '151303.679000', '151303.682000', '151303.684000', '151303.687000', '151303.690000', '151303.692000', '151303.695000', '151303.697000', '151303.700000', '151303.702000', '151303.705000', '151303.708000', '151303.710000', '151303.713000', '151303.716000', '151303.718000', '151303.721000', '151303.723000', '151303.726000', '151303.729000', '151303.731000', '151303.734000', '151303.736000', '151303.739000', '151303.742000', '151303.744000', '151303.747000', '151323.626000', '151323.629000', '151323.631000', '151323.634000', '151323.637000', '151323.639000', '151323.642000', '151323.644000', '151323.647000', '151323.650000', '151323.652000', '151323.655000', '151323.657000', '151323.660000', '151323.663000', '151323.666000', '151323.669000', '151323.672000', '151323.674000', '151323.677000', '151323.679000', '151323.682000', '151323.684000', '151323.687000', '151323.690000', '151323.692000', '151323.695000', '151323.698000', '151323.700000', '151323.703000', '151323.706000', '151323.708000', '151323.711000', '151323.713000', '151323.716000', '151323.719000', '151323.721000', '151323.724000', '151323.726000', '151323.729000', '151323.732000', '151323.734000', '151323.737000', '151343.626000', '151343.629000', '151343.631000', '151343.634000', '151343.636000', '151343.639000', '151343.642000', '151343.644000', '151343.647000', '151343.649000', '151343.652000', '151343.655000', '151343.657000', '151343.660000', '151343.663000', '151343.665000', '151343.668000', '151343.670000', '151343.673000', '151343.676000', '151343.678000', '151343.681000', '151343.683000', '151343.686000', '151343.689000', '151343.691000', '151343.694000', '151343.697000', '151343.699000', '151343.702000', '151343.705000', '151343.707000', '151343.710000', '151343.713000', '151343.715000', '151343.718000', '151343.720000', '151343.723000', '151343.726000', '151343.728000', '151343.731000', '151343.733000', '151343.736000', '151343.739000', '151403.625000', '151403.628000', '151403.631000', '151403.634000', '151403.636000', '151403.639000', '151403.641000', '151403.644000', '151403.647000', '151403.649000', '151403.652000', '151403.654000', '151403.657000', '151403.660000', '151403.662000', '151403.665000', '151403.668000', '151403.670000', '151403.673000', '151403.675000', '151403.678000', '151403.681000', '151403.683000', '151403.686000', '151403.688000', '151403.691000', '151403.694000', '151403.696000', '151403.699000', '151403.701000', '151403.704000', '151403.707000', '151403.709000', '151403.712000', '151403.715000', '151403.717000', '151403.720000', '151403.722000', '151403.725000', '151403.728000', '151403.731000', '151403.734000', '151403.736000', '151423.625000', '151423.628000', '151423.631000', '151423.634000', '151423.636000', '151423.639000', '151423.641000', '151423.644000', '151423.647000', '151423.649000', '151423.652000', '151423.655000', '151423.657000', '151423.660000', '151423.662000', '151423.665000', '151423.668000', '151423.670000', '151423.673000', '151423.676000', '151423.678000', '151423.681000', '151423.683000', '151423.686000', '151423.689000', '151423.691000', '151423.694000', '151423.696000', '151423.699000', '151423.702000', '151423.704000', '151423.707000', '151423.710000', '151423.712000', '151423.715000', '151423.717000', '151423.720000', '151423.723000', '151423.725000', '151423.728000', '151423.731000', '151423.733000', '151423.736000', '151423.739000', '151443.626000', '151443.629000', '151443.631000', '151443.634000', '151443.638000', '151443.641000', '151443.643000', '151443.646000', '151443.649000', '151443.651000', '151443.654000', '151443.656000', '151443.659000', '151443.662000', '151443.664000', '151443.667000', '151443.670000', '151443.672000', '151443.675000', '151443.677000', '151443.680000', '151443.683000', '151443.685000', '151443.688000', '151443.690000', '151443.693000', '151443.696000', '151443.698000', '151443.701000', '151443.704000', '151443.706000', '151443.709000', '151443.712000', '151443.714000', '151443.717000', '151443.719000', '151443.722000', '151443.725000', '151443.727000', '151443.730000', '151443.732000', '151443.735000', '151443.738000', '151503.626000', '151503.628000', '151503.631000', '151503.634000', '151503.636000', '151503.639000', '151503.642000', '151503.644000', '151503.647000', '151503.649000', '151503.652000', '151503.655000', '151503.657000', '151503.660000', '151503.663000', '151503.665000', '151503.668000', '151503.670000', '151503.673000', '151503.676000', '151503.678000', '151503.681000', '151503.683000', '151503.686000', '151503.688000', '151503.691000', '151503.694000', '151503.696000', '151503.699000', '151503.702000', '151503.704000', '151503.707000', '151503.709000', '151503.712000', '151503.715000', '151503.717000', '151503.720000', '151503.722000', '151503.725000', '151503.728000', '151503.730000', '151503.733000', '151503.736000', '151503.738000', '151523.626000', '151523.628000', '151523.631000', '151523.634000', '151523.636000', '151523.639000', '151523.642000', '151523.644000', '151523.647000', '151523.649000', '151523.652000', '151523.655000', '151523.657000', '151523.660000', '151523.662000', '151523.665000', '151523.668000', '151523.670000', '151523.673000', '151523.676000', '151523.679000', '151523.681000', '151523.684000', '151523.686000', '151523.689000', '151523.692000', '151523.694000', '151523.697000', '151523.700000', '151523.702000', '151523.705000', '151523.708000', '151523.710000', '151523.713000', '151523.715000', '151523.718000', '151523.721000', '151523.724000', '151523.727000', '151523.729000', '151523.732000', '151523.735000', '151523.737000', '151543.626000', '151543.629000', '151543.631000', '151543.634000', '151543.636000', '151543.639000', '151543.641000', '151543.644000', '151543.647000', '151543.649000', '151543.652000', '151543.654000', '151543.657000', '151543.660000', '151543.662000', '151543.665000', '151543.668000', '151543.670000', '151543.673000', '151543.675000', '151543.678000', '151543.681000', '151543.683000', '151543.686000', '151543.688000', '151543.691000', '151543.694000', '151543.696000', '151543.699000', '151543.701000', '151543.704000', '151543.707000', '151543.709000', '151543.712000', '151543.714000', '151543.717000', '151543.720000', '151543.722000', '151543.725000', '151543.727000', '151543.730000', '151543.733000', '151543.735000', '151543.738000', '151603.626000', '151603.628000', '151603.631000', '151603.634000', '151603.636000', '151603.639000', '151603.641000', '151603.644000', '151603.647000', '151603.649000', '151603.652000', '151603.655000', '151603.657000', '151603.660000', '151603.662000', '151603.665000', '151603.667000', '151603.670000', '151603.673000', '151603.675000', '151603.678000', '151603.680000', '151603.683000', '151603.686000', '151603.688000', '151603.691000', '151603.694000', '151603.696000', '151603.699000', '151603.701000', '151603.704000', '151603.707000', '151603.709000', '151603.712000', '151603.714000', '151603.717000', '151603.720000', '151603.722000', '151603.725000', '151603.728000', '151603.730000', '151603.733000', '151603.735000', '151623.626000', '151623.629000', '151623.631000', '151623.634000', '151623.637000', '151623.639000', '151623.642000', '151623.645000', '151623.647000', '151623.650000', '151623.653000', '151623.655000', '151623.658000', '151623.660000', '151623.663000', '151623.666000', '151623.668000', '151623.671000', '151623.674000', '151623.676000', '151623.679000', '151623.681000', '151623.684000', '151623.687000', '151623.689000', '151623.692000', '151623.695000', '151623.697000', '151623.700000', '151623.702000', '151623.705000', '151623.708000', '151623.710000', '151623.713000', '151623.716000', '151623.718000', '151623.721000', '151623.723000', '151623.754000', '151623.756000', '151623.759000', '151623.761000', '151623.764000', '151623.767000', '151636.384000', '151636.387000', '151636.389000', '151636.392000', '151636.395000', '151636.397000', '151636.400000', '151636.403000', '151636.405000', '151636.408000', '151636.415000', '151636.420000', '151636.423000', '151636.425000', '151636.428000', '151636.431000', '151636.434000', '151636.436000', '151636.456000', '151636.459000', '151636.462000', '151636.465000', '151636.468000', '151636.470000', '151636.473000', '151636.476000', '151636.479000', '151636.481000'], '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], 'LargestImagePixelValue': [14532, 10475, 12300, 10403, 11395, 10924, 12670, 10681, 12738, 10486, 9880, 10159, 10852, 10310, 10231, 10381, 10424, 10480, 10857, 11485, 9640, 13410, 9570, 13342, 10592, 12747, 10823, 12865, 9760, 12444, 10421, 13080, 10538, 12026, 10303, 12008, 10541, 10516, 10041, 10414, 10351, 10118, 10030, 10076, 10108, 10606, 10684, 10584, 11067, 9617, 12011, 9929, 12934, 10270, 13937, 10736, 12866, 10279, 11547, 10307, 10724, 11002, 9862, 11319, 10406, 11497, 10028, 11543, 10473, 10117, 10664, 11213, 10500, 10373, 10430, 10189, 10692, 10537, 10754, 11781, 10751, 10896, 9691, 11533, 10391, 12640, 10606, 12529, 10014, 11655, 11031, 11535, 11043, 12147, 10599, 11965, 10656, 11768, 10777, 11374, 10728, 11023, 10672, 10016, 10044, 10395, 10461, 10875, 10526, 9812, 11659, 10240, 12532, 10598, 10979, 11159, 9850, 9889, 11040, 12974, 9683, 13660, 10325, 11010, 10276, 11678, 10250, 10336, 10116, 10053, 10144, 10357, 10216, 10239, 10994, 10074, 11909, 10108, 11531, 10108, 9902, 10735, 10265, 10359, 11425, 9559, 12834, 11292, 12953, 10459, 12607, 10374, 13113, 10473, 11300, 10515, 10194, 10544, 11218, 10531, 10944, 10379, 10096, 11803, 10546, 9994, 10919, 10992, 9798, 11160, 10192, 12839, 10255, 12505, 10812, 12275, 10777, 12711, 11168, 12789, 10291, 11436, 10661, 10152, 10475, 10063, 10323, 10325, 9961, 10597, 11609, 9884, 9961, 10060, 9978, 14459, 10405, 14600, 10651, 12914, 10365, 11889, 10072, 11622, 10147, 10881, 9787, 11246, 10393, 11601, 10151, 12261, 10993, 12694, 10793, 12506, 9779, 11976, 9770, 12013, 9936, 11202, 10610, 11858, 10523, 10124, 10601, 11595, 10266, 9777, 10363, 10238, 10405, 10001, 10644, 10078, 10582, 10298, 10716, 10174, 10565, 10130, 10039, 10106, 10144, 10947, 10638, 9729, 10379, 10825, 10535, 12103, 10719, 11366, 10663, 10669, 10839, 12500, 10958, 11653, 9881, 11828, 10123, 13154, 10953, 11795, 10453, 10711, 10207, 9993, 11519, 9929, 9932, 10453, 10362, 10563, 11381, 10093, 10930, 10024, 10453, 10503, 9608, 10481, 10214, 10740, 9789, 9781, 11166, 10272, 12882, 10987, 13029, 10162, 13142, 10372, 13618, 10354, 12466, 10391, 12214, 10418, 12532, 10488, 13291, 10198, 12430, 10497, 11305, 10601, 13011, 10254, 11798, 10267, 11157, 10541, 12326, 10504, 10410, 10171, 10061, 11570, 9825, 10314, 9885, 11612, 10225, 11006, 10033, 9826, 13472, 10335, 15425, 10189, 13551, 10527, 12551, 10077, 12882, 10973, 12614, 10403, 12438, 10704, 12403, 10511, 12184, 10180, 11615, 10497, 12012, 10266, 12420, 10272, 12418, 10476, 12886, 10332, 12441, 10382, 13047, 10873, 12427, 10472, 12156, 10667, 12130, 10937, 11891, 11103, 12751, 10293, 12705, 10162, 13055, 10325, 12747, 10276, 10617, 10146, 10462, 10051, 10519, 10280, 10786, 9997, 10461, 10022, 10805, 10378, 11846, 10495, 9736, 10523, 10094, 10485, 11156, 10705, 11369, 10488, 10550, 10301, 9791, 10090, 9699, 11558, 10574, 9739, 10288, 9924, 10867, 10807, 10672, 10912, 9850, 11390, 11026, 12729, 11155, 12308, 10686, 10762, 10404, 10863, 10448, 10013, 10607, 10538, 10371, 10437, 11755, 10717, 11318, 10324, 11216, 9889, 12754, 10119, 12051, 9835, 12490, 10454, 12793, 11287, 13002, 10176, 11659, 10491, 10685, 10567, 10945, 10280, 10037, 10505, 10600, 10245, 10919, 11477, 10581, 10955, 11054, 11189, 10467, 12798, 10478, 11813, 10718, 10561, 10576, 10400, 10410, 10108, 10266, 10343, 10238, 9772, 12433, 9802, 12863, 10861, 13101, 10700, 12761, 11078, 12472, 10274, 12775, 10514, 12346, 10536, 10236, 10156, 10149, 11823, 10199, 10370, 10380, 10734, 10990, 10571, 10593, 11817, 10643, 11493, 9752, 11495, 11134, 11823, 10560, 10330, 11318, 9829, 11362, 10375, 10366, 11038, 11145, 9850, 11619, 10483, 13058, 10352, 10034, 10371, 10912, 10437, 10651, 10432, 10275, 11678, 9966, 11994, 10132, 12067, 10491, 10790, 10621, 10902, 11013, 12814, 9904, 12541, 11060, 12753, 10486, 12809, 10415, 10466, 10588, 10702, 10140, 10067, 10337, 10843, 10239, 10767, 11143, 10011, 12410, 9916, 12875, 11035, 11570, 10534, 11716, 10731, 10247, 12041, 10017, 10809, 10298, 12025, 10795, 12076, 9932, 11963, 10110, 13069, 10419, 12619, 11080, 11887, 10577, 11185, 10652, 10487, 10576, 10210, 10288, 9908, 10136, 10566, 10425, 10132, 11680, 9900, 10669, 10711, 10726, 10892, 10654, 9863, 11628, 10514, 10341, 10682, 9878, 10479, 10895, 10905, 11421, 12271, 10742, 11925, 10924, 10792, 10818, 10401, 10369, 10715, 11048, 10541, 10112, 11201, 11111, 13447, 10748, 11833, 10661, 9646, 10521, 9982, 10469, 10121, 11917, 10098, 10255, 10727, 10781, 10589, 11432, 10291, 12081, 11148, 12207, 11215, 11139, 10242, 9617, 10743, 11105, 12842, 10340, 13641, 10260, 12769, 11011, 12704, 10953, 12528, 9974, 11701, 10310, 11791, 9943, 12470, 10296, 11722, 10026, 11639, 10035, 11671, 10016, 12648, 9934, 12066, 11014, 12698, 10842, 13425, 11141, 13778, 9887, 12223, 10069, 12378, 10145, 12957, 9836, 9454, 9954, 10355, 10007, 9985, 10002, 10433, 11800, 10109, 9804, 10207, 10821, 10760, 12231, 9849, 11899, 9895, 11567, 10011, 13564, 10067, 12586, 9883, 12435, 10095, 12774, 10916, 12694, 10042, 11470, 10022, 12210, 10404, 10850, 9775, 10416, 10895, 9670, 11850, 9944, 11537, 9967, 11825, 10115, 13004, 10613, 13585, 9387, 13185, 9620, 12994, 10666, 13623, 10936, 13244, 9551, 12061, 9887, 12309, 10157, 13777, 9898, 10301, 10107, 10082, 9960, 10663, 10313, 10019, 11333, 10304, 10207, 10438, 12346, 10432, 12007, 10445, 10385, 10359, 11719, 10197, 11909, 10294, 11371, 10324, 11568, 10095, 11580, 10139, 9760, 10185, 9997, 10353, 10980, 10337, 10758, 10394, 10649, 10580, 12205, 10509, 11042, 10481, 10613, 9925, 12168, 10036, 11524, 9467, 11770, 10050, 12976, 10359, 12458, 9946, 12789, 10379, 13027, 10238, 12480, 9836, 12657, 9759, 12431, 9705, 12324, 9694, 12049, 10515, 11527, 10773, 12451, 10225, 11758, 10376, 11934, 9985, 12695, 10117, 11512, 9642, 10316, 9916, 9524, 9894, 10361, 10158, 9865, 11256, 9769, 10454, 9684, 10219, 9877, 11643, 9804, 10408, 10073, 10680, 10429, 11454, 9730, 11451, 10552, 12432, 10110, 10507, 11616, 10065, 10406, 10149, 12321, 10420, 10481, 10123, 10915, 10026, 12556, 10473, 11860, 9443, 11750, 9513, 13015, 10451, 11548, 9657, 9824, 10064, 10306, 10421, 10025, 10400, 10036, 10245, 9797, 12278, 9847, 11115, 10004, 11299, 9709, 12517, 10128, 12368, 9907, 12345, 9779, 12535, 10664, 13610, 9584, 11853, 9873, 11965, 10026, 13334, 9974, 10639, 9700, 9480, 9973, 10292, 10001, 10293, 11377, 10048, 9667, 10220, 10355, 10471, 10600, 10228, 10166, 10273, 10865, 10359, 11958, 10378, 10066, 10282, 10894, 10389, 11620, 10318, 10511, 9778, 10525, 9815, 11665, 10256, 10814, 9815, 10680, 10341, 11742, 10570, 12803, 9730, 12411, 9376, 12423, 9652, 13303, 9812, 13349, 10319, 13694, 9980, 14105, 10691, 12585, 9966, 12504, 9811, 12544, 9914, 12053, 9891, 10488, 10310, 9989, 10375, 10257, 11502, 10258, 9671, 10528, 10052, 10573, 10484, 10273, 9988, 9981, 10525, 10606, 11777, 9681, 11729, 9381, 11591, 9629, 12375, 9760, 12011, 10649, 12150, 10579, 13093, 10729, 12058, 9608, 10827, 9852, 11676, 10006, 10152, 10707, 9879, 11358, 10252, 11649, 10337, 11131, 9891, 11328, 10292, 11887, 10236, 10837, 10008, 10367, 9973, 11541, 9849, 11173, 9799, 10811, 9705, 11111, 10160, 10517, 10012, 10536, 10044, 9986, 10272, 10714, 9688, 10387, 9840, 10997, 9391, 12122, 9499, 12028, 9770, 11763, 9585, 12132, 10711, 11979, 10155, 14638, 9655, 9850, 10707, 10634, 9795, 10568, 9906, 10626, 10072, 11020, 10461, 12579, 9713, 12381, 9776, 11808, 10247, 11018, 9954, 10341, 10002, 9723, 13674, 10044, 11051, 10278, 10464, 10169, 10677, 11423, 10557, 14440, 10627, 13071, 9874, 12211, 10364, 10182, 15088, 10075, 10444, 10556, 9896, 10569, 10001, 11138, 10043, 10548, 10225, 11178, 10153, 12643, 9986, 11921, 10157, 11439, 10171, 11706, 10187, 11911, 9845, 9758, 9980, 10197, 10042, 10879, 10335, 10200, 9980, 10386, 9458, 11438, 9653, 12449, 10108, 12467, 10247, 12074, 10658, 13098, 9945, 12062, 9520, 10654, 10119, 10343, 10549, 9723, 9705, 9882, 10921, 10188, 13403, 9782, 13173, 9678, 13005, 9954, 13756, 10550, 11203, 9840, 10415, 10758, 10046, 11387, 10072, 12055, 9568, 12335, 9828, 13628, 9997, 13907, 9752, 10373, 10167, 9741, 11894, 9995, 11179, 9790, 10797, 9619, 11672, 9765, 13156, 9918, 11223, 9940, 10496, 10512, 10126, 10668, 9878, 10746, 9604, 12311, 10157, 10758, 11225, 10057, 11331, 10258, 13467, 9940, 12011, 9848, 9808, 10119, 9871, 10708, 9935, 10061, 10159, 10819, 10346, 12260, 10226, 11325, 9361, 11752, 10064, 12681, 9835, 11191, 9533, 10154, 9657, 9861, 9962, 9577, 10394, 10343, 10778, 9742, 12235, 9867, 11786, 9829, 11644, 9820, 10777, 10122, 9627, 10278, 10298, 10661, 9820, 12439, 9830, 12607, 9713, 13141, 10079, 10534, 9748, 10183, 10889, 9883, 14097, 10076, 14487, 9783, 12442, 10012, 12229, 10707, 10722, 10702, 10021, 9948, 10288, 10975, 10270, 11974, 10179, 10985, 9745, 11579, 9694, 13001, 9790, 11692, 9537, 10768, 10122, 9956, 11652, 10184, 10387, 9408, 11228, 9498, 13424, 9758, 13122, 9516, 10822, 9666, 10129, 10004, 11149, 10396, 9659], 'WindowCenter': [4294.0, 4249.0, 4244.0, 4221.0, 4218.0, 4218.0, 4229.0, 4219.0, 4226.0, 4207.0, 4196.0, 4206.0, 4205.0, 4205.0, 4206.0, 4205.0, 4205.0, 4204.0, 4206.0, 4215.0, 4205.0, 4225.0, 4195.0, 4215.0, 4204.0, 4212.0, 4203.0, 4213.0, 4195.0, 4213.0, 4204.0, 4213.0, 4204.0, 4214.0, 4207.0, 4215.0, 4205.0, 4204.0, 4206.0, 4206.0, 4207.0, 4206.0, 4206.0, 4194.0, 4204.0, 4206.0, 4205.0, 4206.0, 4205.0, 4196.0, 4216.0, 4206.0, 4227.0, 4206.0, 4227.0, 4207.0, 4215.0, 4204.0, 4203.0, 4205.0, 4204.0, 4205.0, 4195.0, 4204.0, 4204.0, 4215.0, 4205.0, 4215.0, 4203.0, 4193.0, 4193.0, 4203.0, 4204.0, 4193.0, 4204.0, 4192.0, 4193.0, 4193.0, 4204.0, 4214.0, 4205.0, 4204.0, 4194.0, 4203.0, 4204.0, 4213.0, 4205.0, 4215.0, 4195.0, 4203.0, 4205.0, 4204.0, 4216.0, 4215.0, 4207.0, 4215.0, 4206.0, 4215.0, 4205.0, 4215.0, 4217.0, 4215.0, 4207.0, 4206.0, 4207.0, 4207.0, 4217.0, 4218.0, 4218.0, 4208.0, 4216.0, 4207.0, 4228.0, 4219.0, 4217.0, 4217.0, 4207.0, 4205.0, 4218.0, 4228.0, 4208.0, 4226.0, 4206.0, 4205.0, 4207.0, 4218.0, 4206.0, 4205.0, 4204.0, 4194.0, 4193.0, 4204.0, 4206.0, 4194.0, 4204.0, 4192.0, 4203.0, 4192.0, 4203.0, 4194.0, 4193.0, 4204.0, 4192.0, 4193.0, 4203.0, 4196.0, 4214.0, 4215.0, 4214.0, 4204.0, 4213.0, 4205.0, 4225.0, 4206.0, 4204.0, 4203.0, 4193.0, 4204.0, 4204.0, 4204.0, 4204.0, 4204.0, 4193.0, 4216.0, 4216.0, 4206.0, 4217.0, 4206.0, 4205.0, 4215.0, 4207.0, 4227.0, 4207.0, 4215.0, 4206.0, 4214.0, 4217.0, 4226.0, 4216.0, 4225.0, 4206.0, 4214.0, 4205.0, 4206.0, 4216.0, 4206.0, 4207.0, 4207.0, 4206.0, 4216.0, 4217.0, 4207.0, 4207.0, 4205.0, 4206.0, 4224.0, 4206.0, 4225.0, 4204.0, 4213.0, 4193.0, 4203.0, 4193.0, 4204.0, 4205.0, 4203.0, 4194.0, 4203.0, 4205.0, 4216.0, 4206.0, 4216.0, 4216.0, 4215.0, 4205.0, 4215.0, 4206.0, 4215.0, 4205.0, 4213.0, 4194.0, 4203.0, 4206.0, 4215.0, 4206.0, 4194.0, 4203.0, 4215.0, 4194.0, 4205.0, 4205.0, 4204.0, 4204.0, 4194.0, 4203.0, 4205.0, 4207.0, 4206.0, 4205.0, 4205.0, 4205.0, 4204.0, 4204.0, 4206.0, 4206.0, 4206.0, 4205.0, 4195.0, 4204.0, 4205.0, 4207.0, 4215.0, 4205.0, 4205.0, 4203.0, 4203.0, 4205.0, 4216.0, 4205.0, 4203.0, 4195.0, 4214.0, 4204.0, 4225.0, 4206.0, 4215.0, 4204.0, 4203.0, 4204.0, 4206.0, 4216.0, 4194.0, 4194.0, 4204.0, 4193.0, 4203.0, 4214.0, 4204.0, 4204.0, 4194.0, 4203.0, 4192.0, 4193.0, 4205.0, 4205.0, 4216.0, 4194.0, 4205.0, 4215.0, 4218.0, 4227.0, 4219.0, 4226.0, 4207.0, 4226.0, 4206.0, 4226.0, 4206.0, 4215.0, 4205.0, 4213.0, 4205.0, 4214.0, 4206.0, 4225.0, 4206.0, 4214.0, 4205.0, 4203.0, 4216.0, 4225.0, 4206.0, 4216.0, 4206.0, 4203.0, 4205.0, 4225.0, 4206.0, 4205.0, 4205.0, 4194.0, 4216.0, 4207.0, 4207.0, 4206.0, 4217.0, 4206.0, 4205.0, 4193.0, 4196.0, 4225.0, 4196.0, 4224.0, 4194.0, 4212.0, 4204.0, 4213.0, 4205.0, 4214.0, 4205.0, 4213.0, 4204.0, 4214.0, 4205.0, 4215.0, 4207.0, 4216.0, 4207.0, 4214.0, 4206.0, 4216.0, 4207.0, 4215.0, 4207.0, 4214.0, 4206.0, 4227.0, 4206.0, 4216.0, 4205.0, 4214.0, 4205.0, 4214.0, 4205.0, 4214.0, 4205.0, 4213.0, 4206.0, 4215.0, 4217.0, 4216.0, 4205.0, 4214.0, 4205.0, 4215.0, 4207.0, 4214.0, 4205.0, 4203.0, 4193.0, 4192.0, 4193.0, 4205.0, 4204.0, 4203.0, 4193.0, 4192.0, 4192.0, 4202.0, 4193.0, 4203.0, 4203.0, 4194.0, 4193.0, 4192.0, 4193.0, 4203.0, 4206.0, 4215.0, 4204.0, 4203.0, 4204.0, 4194.0, 4206.0, 4207.0, 4218.0, 4206.0, 4207.0, 4206.0, 4206.0, 4218.0, 4219.0, 4218.0, 4218.0, 4208.0, 4218.0, 4229.0, 4228.0, 4218.0, 4227.0, 4207.0, 4207.0, 4218.0, 4217.0, 4209.0, 4206.0, 4207.0, 4207.0, 4206.0, 4218.0, 4217.0, 4207.0, 4216.0, 4205.0, 4204.0, 4205.0, 4225.0, 4205.0, 4216.0, 4194.0, 4214.0, 4204.0, 4216.0, 4217.0, 4214.0, 4205.0, 4203.0, 4204.0, 4203.0, 4206.0, 4205.0, 4206.0, 4194.0, 4204.0, 4204.0, 4204.0, 4216.0, 4215.0, 4205.0, 4206.0, 4216.0, 4215.0, 4217.0, 4227.0, 4218.0, 4216.0, 4206.0, 4205.0, 4207.0, 4217.0, 4217.0, 4206.0, 4207.0, 4205.0, 4205.0, 4207.0, 4228.0, 4208.0, 4228.0, 4218.0, 4226.0, 4217.0, 4227.0, 4217.0, 4215.0, 4206.0, 4214.0, 4205.0, 4215.0, 4205.0, 4205.0, 4195.0, 4194.0, 4215.0, 4206.0, 4207.0, 4206.0, 4205.0, 4205.0, 4204.0, 4206.0, 4216.0, 4207.0, 4216.0, 4196.0, 4215.0, 4217.0, 4216.0, 4217.0, 4207.0, 4217.0, 4206.0, 4217.0, 4218.0, 4209.0, 4218.0, 4218.0, 4207.0, 4216.0, 4218.0, 4228.0, 4208.0, 4207.0, 4207.0, 4206.0, 4217.0, 4207.0, 4207.0, 4207.0, 4216.0, 4195.0, 4217.0, 4208.0, 4217.0, 4206.0, 4205.0, 4203.0, 4203.0, 4205.0, 4215.0, 4205.0, 4215.0, 4204.0, 4213.0, 4205.0, 4214.0, 4205.0, 4204.0, 4204.0, 4204.0, 4205.0, 4206.0, 4207.0, 4216.0, 4205.0, 4205.0, 4216.0, 4208.0, 4226.0, 4206.0, 4215.0, 4206.0, 4215.0, 4217.0, 4216.0, 4217.0, 4205.0, 4216.0, 4195.0, 4216.0, 4206.0, 4216.0, 4205.0, 4214.0, 4194.0, 4203.0, 4205.0, 4226.0, 4204.0, 4213.0, 4205.0, 4202.0, 4204.0, 4216.0, 4206.0, 4205.0, 4205.0, 4206.0, 4206.0, 4194.0, 4206.0, 4206.0, 4206.0, 4205.0, 4215.0, 4194.0, 4204.0, 4205.0, 4207.0, 4218.0, 4205.0, 4206.0, 4217.0, 4217.0, 4219.0, 4218.0, 4208.0, 4219.0, 4218.0, 4217.0, 4228.0, 4229.0, 4218.0, 4217.0, 4217.0, 4206.0, 4205.0, 4206.0, 4206.0, 4205.0, 4216.0, 4206.0, 4205.0, 4205.0, 4217.0, 4238.0, 4218.0, 4216.0, 4207.0, 4195.0, 4217.0, 4207.0, 4207.0, 4207.0, 4216.0, 4205.0, 4207.0, 4217.0, 4217.0, 4217.0, 4216.0, 4206.0, 4216.0, 4217.0, 4216.0, 4216.0, 4205.0, 4205.0, 4205.0, 4216.0, 4227.0, 4240.0, 4219.0, 4238.0, 4218.0, 4226.0, 4216.0, 4227.0, 4217.0, 4216.0, 4206.0, 4214.0, 4205.0, 4213.0, 4196.0, 4226.0, 4206.0, 4214.0, 4195.0, 4204.0, 4205.0, 4214.0, 4206.0, 4226.0, 4207.0, 4215.0, 4216.0, 4216.0, 4218.0, 4228.0, 4217.0, 4225.0, 4206.0, 4213.0, 4194.0, 4214.0, 4206.0, 4216.0, 4196.0, 4193.0, 4194.0, 4193.0, 4193.0, 4195.0, 4195.0, 4203.0, 4215.0, 4194.0, 4193.0, 4205.0, 4205.0, 4217.0, 4215.0, 4206.0, 4215.0, 4206.0, 4216.0, 4219.0, 4238.0, 4208.0, 4226.0, 4208.0, 4225.0, 4218.0, 4227.0, 4218.0, 4228.0, 4207.0, 4216.0, 4209.0, 4229.0, 4218.0, 4217.0, 4207.0, 4216.0, 4217.0, 4208.0, 4229.0, 4209.0, 4229.0, 4207.0, 4216.0, 4206.0, 4227.0, 4217.0, 4226.0, 4197.0, 4225.0, 4196.0, 4214.0, 4206.0, 4226.0, 4216.0, 4226.0, 4195.0, 4213.0, 4205.0, 4213.0, 4206.0, 4225.0, 4205.0, 4194.0, 4204.0, 4193.0, 4205.0, 4206.0, 4206.0, 4205.0, 4205.0, 4204.0, 4204.0, 4205.0, 4226.0, 4205.0, 4215.0, 4204.0, 4193.0, 4193.0, 4214.0, 4204.0, 4214.0, 4193.0, 4214.0, 4193.0, 4214.0, 4205.0, 4216.0, 4206.0, 4205.0, 4204.0, 4206.0, 4217.0, 4217.0, 4218.0, 4216.0, 4206.0, 4206.0, 4217.0, 4227.0, 4218.0, 4217.0, 4217.0, 4205.0, 4207.0, 4227.0, 4208.0, 4216.0, 4206.0, 4215.0, 4206.0, 4227.0, 4207.0, 4225.0, 4206.0, 4214.0, 4205.0, 4226.0, 4206.0, 4214.0, 4194.0, 4213.0, 4194.0, 4214.0, 4194.0, 4213.0, 4194.0, 4213.0, 4204.0, 4203.0, 4216.0, 4225.0, 4206.0, 4215.0, 4206.0, 4214.0, 4206.0, 4226.0, 4207.0, 4215.0, 4206.0, 4205.0, 4205.0, 4195.0, 4207.0, 4206.0, 4207.0, 4206.0, 4216.0, 4205.0, 4206.0, 4207.0, 4207.0, 4207.0, 4217.0, 4205.0, 4205.0, 4195.0, 4207.0, 4218.0, 4216.0, 4206.0, 4215.0, 4217.0, 4228.0, 4219.0, 4218.0, 4218.0, 4207.0, 4206.0, 4217.0, 4228.0, 4217.0, 4207.0, 4206.0, 4206.0, 4208.0, 4228.0, 4206.0, 4215.0, 4195.0, 4214.0, 4206.0, 4226.0, 4217.0, 4216.0, 4196.0, 4196.0, 4206.0, 4207.0, 4206.0, 4205.0, 4206.0, 4194.0, 4193.0, 4206.0, 4215.0, 4195.0, 4204.0, 4194.0, 4203.0, 4194.0, 4215.0, 4207.0, 4215.0, 4196.0, 4213.0, 4194.0, 4216.0, 4206.0, 4226.0, 4195.0, 4203.0, 4194.0, 4213.0, 4205.0, 4226.0, 4195.0, 4205.0, 4194.0, 4193.0, 4194.0, 4205.0, 4207.0, 4206.0, 4217.0, 4206.0, 4196.0, 4206.0, 4207.0, 4219.0, 4217.0, 4208.0, 4207.0, 4207.0, 4217.0, 4218.0, 4228.0, 4218.0, 4207.0, 4207.0, 4216.0, 4218.0, 4218.0, 4207.0, 4207.0, 4206.0, 4206.0, 4206.0, 4217.0, 4207.0, 4217.0, 4206.0, 4205.0, 4206.0, 4217.0, 4217.0, 4226.0, 4196.0, 4215.0, 4195.0, 4215.0, 4206.0, 4226.0, 4206.0, 4214.0, 4205.0, 4224.0, 4195.0, 4225.0, 4205.0, 4215.0, 4194.0, 4213.0, 4193.0, 4213.0, 4195.0, 4214.0, 4194.0, 4204.0, 4204.0, 4195.0, 4205.0, 4206.0, 4216.0, 4206.0, 4206.0, 4206.0, 4207.0, 4218.0, 4217.0, 4207.0, 4207.0, 4207.0, 4218.0, 4218.0, 4218.0, 4208.0, 4217.0, 4197.0, 4217.0, 4209.0, 4229.0, 4208.0, 4227.0, 4218.0, 4227.0, 4220.0, 4240.0, 4219.0, 4227.0, 4208.0, 4206.0, 4208.0, 4228.0, 4209.0, 4208.0, 4217.0, 4206.0, 4218.0, 4219.0, 4229.0, 4208.0, 4217.0, 4206.0, 4216.0, 4206.0, 4217.0, 4205.0, 4205.0, 4194.0, 4194.0, 4195.0, 4215.0, 4205.0, 4205.0, 4195.0, 4204.0, 4194.0, 4205.0, 4205.0, 4205.0, 4194.0, 4204.0, 4194.0, 4194.0, 4205.0, 4206.0, 4195.0, 4204.0, 4196.0, 4204.0, 4207.0, 4226.0, 4207.0, 4227.0, 4207.0, 4216.0, 4207.0, 4216.0, 4217.0, 4217.0, 4208.0, 4226.0, 4193.0, 4193.0, 4216.0, 4217.0, 4208.0, 4218.0, 4218.0, 4219.0, 4234.0, 4232.0, 4232.0, 4241.0, 4221.0, 4240.0, 4221.0, 4242.0, 4220.0, 4220.0, 4208.0, 4208.0, 4208.0, 4210.0, 4239.0, 4209.0, 4217.0, 4209.0, 4207.0, 4208.0, 4219.0, 4230.0, 4233.0, 4251.0, 4220.0, 4228.0, 4207.0, 4216.0, 4194.0, 4205.0, 4224.0, 4195.0, 4192.0, 4193.0, 4194.0, 4205.0, 4206.0, 4216.0, 4195.0, 4205.0, 4205.0, 4217.0, 4206.0, 4226.0, 4196.0, 4216.0, 4205.0, 4205.0, 4205.0, 4215.0, 4207.0, 4216.0, 4194.0, 4195.0, 4194.0, 4194.0, 4195.0, 4206.0, 4206.0, 4208.0, 4206.0, 4205.0, 4196.0, 4216.0, 4208.0, 4227.0, 4209.0, 4226.0, 4209.0, 4218.0, 4219.0, 4229.0, 4208.0, 4227.0, 4209.0, 4217.0, 4219.0, 4219.0, 4220.0, 4209.0, 4209.0, 4209.0, 4219.0, 4222.0, 4240.0, 4209.0, 4228.0, 4209.0, 4227.0, 4208.0, 4239.0, 4219.0, 4217.0, 4208.0, 4205.0, 4206.0, 4207.0, 4217.0, 4208.0, 4216.0, 4197.0, 4215.0, 4206.0, 4226.0, 4208.0, 4226.0, 4195.0, 4194.0, 4205.0, 4195.0, 4217.0, 4206.0, 4216.0, 4207.0, 4205.0, 4195.0, 4216.0, 4208.0, 4226.0, 4207.0, 4216.0, 4206.0, 4206.0, 4219.0, 4218.0, 4218.0, 4208.0, 4217.0, 4208.0, 4229.0, 4220.0, 4218.0, 4220.0, 4208.0, 4219.0, 4218.0, 4239.0, 4210.0, 4229.0, 4209.0, 4207.0, 4207.0, 4208.0, 4218.0, 4207.0, 4207.0, 4207.0, 4216.0, 4209.0, 4227.0, 4207.0, 4216.0, 4197.0, 4216.0, 4208.0, 4227.0, 4208.0, 4217.0, 4208.0, 4207.0, 4207.0, 4209.0, 4208.0, 4208.0, 4209.0, 4207.0, 4218.0, 4209.0, 4229.0, 4209.0, 4230.0, 4209.0, 4218.0, 4220.0, 4219.0, 4221.0, 4208.0, 4219.0, 4208.0, 4219.0, 4219.0, 4229.0, 4209.0, 4229.0, 4208.0, 4239.0, 4221.0, 4219.0, 4209.0, 4219.0, 4219.0, 4209.0, 4241.0, 4210.0, 4239.0, 4208.0, 4216.0, 4207.0, 4218.0, 4207.0, 4206.0, 4205.0, 4194.0, 4194.0, 4194.0, 4205.0, 4206.0, 4217.0, 4206.0, 4205.0, 4196.0, 4216.0, 4208.0, 4229.0, 4208.0, 4216.0, 4207.0, 4216.0, 4207.0, 4209.0, 4230.0, 4219.0, 4219.0, 4210.0, 4219.0, 4210.0, 4240.0, 4210.0, 4239.0, 4210.0, 4219.0, 4210.0, 4219.0, 4221.0, 4230.0, 4220.0, 4209.0], 'WindowWidth': [9489.0, 9416.0, 9397.0, 9360.0, 9348.0, 9349.0, 9363.0, 9350.0, 9355.0, 9330.0, 9312.0, 9325.0, 9323.0, 9325.0, 9325.0, 9325.0, 9323.0, 9321.0, 9324.0, 9337.0, 9326.0, 9352.0, 9310.0, 9336.0, 9319.0, 9329.0, 9317.0, 9332.0, 9309.0, 9332.0, 9321.0, 9330.0, 9320.0, 9335.0, 9328.0, 9338.0, 9324.0, 9321.0, 9325.0, 9327.0, 9329.0, 9326.0, 9326.0, 9309.0, 9322.0, 9327.0, 9325.0, 9327.0, 9325.0, 9313.0, 9338.0, 9326.0, 9355.0, 9329.0, 9356.0, 9328.0, 9337.0, 9321.0, 9320.0, 9324.0, 9321.0, 9324.0, 9309.0, 9323.0, 9320.0, 9338.0, 9325.0, 9338.0, 9319.0, 9303.0, 9304.0, 9318.0, 9321.0, 9305.0, 9321.0, 9301.0, 9305.0, 9303.0, 9321.0, 9334.0, 9322.0, 9321.0, 9307.0, 9317.0, 9321.0, 9332.0, 9323.0, 9337.0, 9311.0, 9320.0, 9324.0, 9320.0, 9338.0, 9338.0, 9329.0, 9337.0, 9327.0, 9336.0, 9325.0, 9338.0, 9345.0, 9340.0, 9331.0, 9328.0, 9329.0, 9331.0, 9345.0, 9347.0, 9347.0, 9333.0, 9342.0, 9332.0, 9361.0, 9351.0, 9345.0, 9345.0, 9329.0, 9326.0, 9346.0, 9360.0, 9334.0, 9356.0, 9328.0, 9324.0, 9331.0, 9346.0, 9327.0, 9324.0, 9321.0, 9306.0, 9306.0, 9322.0, 9325.0, 9307.0, 9320.0, 9300.0, 9317.0, 9302.0, 9319.0, 9307.0, 9303.0, 9318.0, 9300.0, 9303.0, 9319.0, 9312.0, 9334.0, 9337.0, 9335.0, 9321.0, 9332.0, 9324.0, 9351.0, 9327.0, 9321.0, 9319.0, 9305.0, 9319.0, 9322.0, 9321.0, 9320.0, 9320.0, 9304.0, 9339.0, 9342.0, 9327.0, 9343.0, 9326.0, 9325.0, 9336.0, 9331.0, 9358.0, 9330.0, 9338.0, 9326.0, 9335.0, 9343.0, 9354.0, 9341.0, 9351.0, 9326.0, 9334.0, 9324.0, 9327.0, 9341.0, 9326.0, 9330.0, 9328.0, 9327.0, 9342.0, 9346.0, 9330.0, 9330.0, 9324.0, 9325.0, 9350.0, 9325.0, 9352.0, 9321.0, 9330.0, 9304.0, 9315.0, 9305.0, 9320.0, 9324.0, 9319.0, 9308.0, 9318.0, 9324.0, 9341.0, 9328.0, 9340.0, 9341.0, 9337.0, 9323.0, 9337.0, 9327.0, 9336.0, 9324.0, 9331.0, 9307.0, 9318.0, 9324.0, 9338.0, 9325.0, 9306.0, 9318.0, 9334.0, 9307.0, 9323.0, 9325.0, 9321.0, 9319.0, 9306.0, 9318.0, 9323.0, 9329.0, 9327.0, 9323.0, 9324.0, 9323.0, 9321.0, 9321.0, 9327.0, 9328.0, 9327.0, 9324.0, 9310.0, 9322.0, 9324.0, 9329.0, 9339.0, 9324.0, 9322.0, 9318.0, 9318.0, 9323.0, 9338.0, 9323.0, 9319.0, 9308.0, 9332.0, 9322.0, 9351.0, 9328.0, 9337.0, 9321.0, 9319.0, 9321.0, 9327.0, 9340.0, 9308.0, 9309.0, 9320.0, 9304.0, 9318.0, 9334.0, 9322.0, 9321.0, 9307.0, 9317.0, 9302.0, 9303.0, 9325.0, 9323.0, 9341.0, 9309.0, 9325.0, 9337.0, 9346.0, 9359.0, 9349.0, 9355.0, 9330.0, 9351.0, 9327.0, 9355.0, 9328.0, 9336.0, 9324.0, 9332.0, 9322.0, 9336.0, 9328.0, 9351.0, 9326.0, 9333.0, 9322.0, 9319.0, 9342.0, 9353.0, 9326.0, 9338.0, 9326.0, 9319.0, 9325.0, 9352.0, 9327.0, 9326.0, 9325.0, 9309.0, 9340.0, 9328.0, 9332.0, 9326.0, 9344.0, 9326.0, 9323.0, 9306.0, 9312.0, 9352.0, 9312.0, 9348.0, 9307.0, 9328.0, 9318.0, 9330.0, 9324.0, 9335.0, 9323.0, 9333.0, 9322.0, 9334.0, 9325.0, 9337.0, 9328.0, 9339.0, 9329.0, 9334.0, 9326.0, 9340.0, 9330.0, 9339.0, 9329.0, 9336.0, 9326.0, 9357.0, 9327.0, 9340.0, 9325.0, 9333.0, 9323.0, 9336.0, 9325.0, 9335.0, 9323.0, 9332.0, 9326.0, 9339.0, 9343.0, 9339.0, 9324.0, 9333.0, 9323.0, 9335.0, 9327.0, 9336.0, 9323.0, 9318.0, 9304.0, 9302.0, 9304.0, 9322.0, 9321.0, 9317.0, 9305.0, 9300.0, 9302.0, 9312.0, 9303.0, 9318.0, 9318.0, 9306.0, 9303.0, 9300.0, 9302.0, 9317.0, 9324.0, 9336.0, 9320.0, 9318.0, 9320.0, 9307.0, 9329.0, 9333.0, 9347.0, 9328.0, 9329.0, 9327.0, 9327.0, 9347.0, 9348.0, 9347.0, 9345.0, 9333.0, 9347.0, 9364.0, 9360.0, 9348.0, 9356.0, 9331.0, 9329.0, 9345.0, 9346.0, 9334.0, 9328.0, 9329.0, 9329.0, 9328.0, 9346.0, 9344.0, 9330.0, 9339.0, 9324.0, 9320.0, 9325.0, 9352.0, 9325.0, 9338.0, 9308.0, 9332.0, 9321.0, 9339.0, 9340.0, 9333.0, 9323.0, 9318.0, 9320.0, 9319.0, 9327.0, 9323.0, 9325.0, 9307.0, 9319.0, 9320.0, 9321.0, 9340.0, 9338.0, 9325.0, 9325.0, 9339.0, 9336.0, 9344.0, 9357.0, 9346.0, 9339.0, 9326.0, 9325.0, 9329.0, 9343.0, 9343.0, 9327.0, 9330.0, 9326.0, 9325.0, 9331.0, 9361.0, 9333.0, 9359.0, 9345.0, 9353.0, 9344.0, 9358.0, 9344.0, 9339.0, 9325.0, 9333.0, 9324.0, 9338.0, 9324.0, 9323.0, 9308.0, 9307.0, 9337.0, 9327.0, 9329.0, 9326.0, 9324.0, 9323.0, 9321.0, 9326.0, 9340.0, 9329.0, 9340.0, 9314.0, 9336.0, 9341.0, 9342.0, 9344.0, 9330.0, 9344.0, 9328.0, 9344.0, 9346.0, 9334.0, 9346.0, 9345.0, 9329.0, 9342.0, 9348.0, 9360.0, 9332.0, 9330.0, 9329.0, 9327.0, 9344.0, 9330.0, 9329.0, 9330.0, 9341.0, 9310.0, 9342.0, 9331.0, 9344.0, 9326.0, 9322.0, 9318.0, 9318.0, 9324.0, 9336.0, 9324.0, 9336.0, 9321.0, 9332.0, 9323.0, 9335.0, 9323.0, 9322.0, 9322.0, 9320.0, 9325.0, 9327.0, 9330.0, 9340.0, 9325.0, 9325.0, 9339.0, 9333.0, 9353.0, 9328.0, 9337.0, 9325.0, 9337.0, 9344.0, 9341.0, 9342.0, 9325.0, 9339.0, 9309.0, 9340.0, 9328.0, 9340.0, 9325.0, 9335.0, 9307.0, 9317.0, 9324.0, 9352.0, 9322.0, 9332.0, 9322.0, 9314.0, 9319.0, 9340.0, 9326.0, 9324.0, 9325.0, 9324.0, 9326.0, 9308.0, 9327.0, 9328.0, 9326.0, 9323.0, 9337.0, 9306.0, 9321.0, 9324.0, 9328.0, 9344.0, 9325.0, 9327.0, 9341.0, 9342.0, 9349.0, 9349.0, 9333.0, 9350.0, 9347.0, 9344.0, 9360.0, 9364.0, 9348.0, 9345.0, 9342.0, 9326.0, 9323.0, 9326.0, 9328.0, 9324.0, 9340.0, 9325.0, 9324.0, 9323.0, 9344.0, 9373.0, 9345.0, 9342.0, 9330.0, 9311.0, 9343.0, 9330.0, 9330.0, 9329.0, 9341.0, 9324.0, 9329.0, 9345.0, 9343.0, 9343.0, 9340.0, 9327.0, 9341.0, 9345.0, 9341.0, 9337.0, 9322.0, 9324.0, 9326.0, 9340.0, 9358.0, 9379.0, 9351.0, 9373.0, 9346.0, 9355.0, 9341.0, 9355.0, 9342.0, 9339.0, 9326.0, 9335.0, 9322.0, 9331.0, 9310.0, 9353.0, 9326.0, 9334.0, 9310.0, 9319.0, 9322.0, 9333.0, 9329.0, 9354.0, 9329.0, 9338.0, 9340.0, 9338.0, 9343.0, 9360.0, 9343.0, 9351.0, 9326.0, 9331.0, 9308.0, 9335.0, 9326.0, 9338.0, 9312.0, 9304.0, 9305.0, 9304.0, 9305.0, 9310.0, 9310.0, 9318.0, 9335.0, 9304.0, 9303.0, 9322.0, 9323.0, 9343.0, 9338.0, 9326.0, 9338.0, 9328.0, 9341.0, 9349.0, 9374.0, 9333.0, 9354.0, 9333.0, 9352.0, 9346.0, 9359.0, 9348.0, 9359.0, 9332.0, 9339.0, 9334.0, 9362.0, 9347.0, 9345.0, 9331.0, 9341.0, 9344.0, 9334.0, 9366.0, 9337.0, 9363.0, 9332.0, 9341.0, 9327.0, 9356.0, 9345.0, 9353.0, 9317.0, 9349.0, 9311.0, 9334.0, 9327.0, 9356.0, 9342.0, 9352.0, 9311.0, 9332.0, 9322.0, 9333.0, 9326.0, 9351.0, 9325.0, 9307.0, 9320.0, 9304.0, 9324.0, 9328.0, 9327.0, 9323.0, 9324.0, 9320.0, 9320.0, 9324.0, 9354.0, 9323.0, 9338.0, 9320.0, 9305.0, 9304.0, 9334.0, 9322.0, 9335.0, 9306.0, 9333.0, 9305.0, 9334.0, 9326.0, 9339.0, 9327.0, 9324.0, 9323.0, 9327.0, 9344.0, 9345.0, 9346.0, 9341.0, 9329.0, 9327.0, 9344.0, 9359.0, 9347.0, 9342.0, 9343.0, 9324.0, 9331.0, 9357.0, 9332.0, 9341.0, 9328.0, 9338.0, 9329.0, 9356.0, 9330.0, 9352.0, 9326.0, 9336.0, 9325.0, 9354.0, 9326.0, 9335.0, 9308.0, 9330.0, 9307.0, 9333.0, 9308.0, 9331.0, 9309.0, 9330.0, 9320.0, 9319.0, 9342.0, 9352.0, 9328.0, 9337.0, 9326.0, 9334.0, 9328.0, 9356.0, 9329.0, 9338.0, 9326.0, 9323.0, 9325.0, 9312.0, 9332.0, 9329.0, 9329.0, 9327.0, 9340.0, 9325.0, 9327.0, 9331.0, 9332.0, 9330.0, 9342.0, 9324.0, 9325.0, 9310.0, 9331.0, 9347.0, 9341.0, 9328.0, 9338.0, 9342.0, 9360.0, 9349.0, 9346.0, 9347.0, 9331.0, 9328.0, 9346.0, 9360.0, 9345.0, 9329.0, 9328.0, 9326.0, 9332.0, 9359.0, 9329.0, 9338.0, 9312.0, 9335.0, 9326.0, 9355.0, 9342.0, 9340.0, 9314.0, 9312.0, 9326.0, 9331.0, 9328.0, 9325.0, 9327.0, 9307.0, 9305.0, 9327.0, 9338.0, 9310.0, 9320.0, 9307.0, 9318.0, 9309.0, 9337.0, 9328.0, 9336.0, 9311.0, 9331.0, 9306.0, 9339.0, 9326.0, 9351.0, 9310.0, 9318.0, 9307.0, 9331.0, 9324.0, 9351.0, 9309.0, 9323.0, 9307.0, 9306.0, 9307.0, 9324.0, 9329.0, 9327.0, 9342.0, 9327.0, 9313.0, 9326.0, 9332.0, 9350.0, 9343.0, 9333.0, 9329.0, 9330.0, 9343.0, 9348.0, 9360.0, 9346.0, 9330.0, 9331.0, 9341.0, 9346.0, 9346.0, 9333.0, 9329.0, 9328.0, 9326.0, 9329.0, 9344.0, 9330.0, 9342.0, 9327.0, 9324.0, 9326.0, 9344.0, 9344.0, 9354.0, 9314.0, 9337.0, 9311.0, 9338.0, 9328.0, 9352.0, 9326.0, 9334.0, 9322.0, 9347.0, 9310.0, 9351.0, 9325.0, 9335.0, 9306.0, 9330.0, 9304.0, 9329.0, 9309.0, 9334.0, 9306.0, 9319.0, 9319.0, 9309.0, 9325.0, 9327.0, 9341.0, 9326.0, 9327.0, 9326.0, 9331.0, 9347.0, 9345.0, 9332.0, 9329.0, 9329.0, 9345.0, 9348.0, 9346.0, 9332.0, 9342.0, 9316.0, 9343.0, 9337.0, 9361.0, 9334.0, 9357.0, 9346.0, 9356.0, 9354.0, 9381.0, 9351.0, 9357.0, 9332.0, 9327.0, 9334.0, 9362.0, 9337.0, 9333.0, 9344.0, 9328.0, 9347.0, 9349.0, 9363.0, 9333.0, 9344.0, 9327.0, 9341.0, 9327.0, 9344.0, 9324.0, 9325.0, 9308.0, 9306.0, 9309.0, 9337.0, 9326.0, 9324.0, 9311.0, 9319.0, 9308.0, 9324.0, 9324.0, 9323.0, 9308.0, 9319.0, 9306.0, 9307.0, 9325.0, 9325.0, 9311.0, 9322.0, 9312.0, 9323.0, 9331.0, 9355.0, 9332.0, 9357.0, 9331.0, 9339.0, 9329.0, 9341.0, 9344.0, 9342.0, 9332.0, 9353.0, 9303.0, 9304.0, 9342.0, 9344.0, 9334.0, 9346.0, 9348.0, 9351.0, 9378.0, 9374.0, 9374.0, 9383.0, 9358.0, 9381.0, 9357.0, 9387.0, 9353.0, 9353.0, 9333.0, 9333.0, 9333.0, 9338.0, 9378.0, 9333.0, 9340.0, 9330.0, 9328.0, 9333.0, 9349.0, 9367.0, 9374.0, 9397.0, 9354.0, 9361.0, 9328.0, 9339.0, 9306.0, 9322.0, 9348.0, 9307.0, 9300.0, 9303.0, 9305.0, 9322.0, 9326.0, 9339.0, 9311.0, 9324.0, 9324.0, 9339.0, 9326.0, 9354.0, 9313.0, 9339.0, 9324.0, 9322.0, 9323.0, 9335.0, 9328.0, 9338.0, 9308.0, 9308.0, 9306.0, 9306.0, 9311.0, 9325.0, 9326.0, 9330.0, 9326.0, 9323.0, 9312.0, 9340.0, 9334.0, 9356.0, 9335.0, 9354.0, 9334.0, 9344.0, 9349.0, 9363.0, 9334.0, 9357.0, 9335.0, 9343.0, 9350.0, 9351.0, 9352.0, 9338.0, 9338.0, 9335.0, 9350.0, 9357.0, 9378.0, 9338.0, 9360.0, 9335.0, 9356.0, 9333.0, 9377.0, 9348.0, 9343.0, 9330.0, 9323.0, 9325.0, 9329.0, 9343.0, 9331.0, 9340.0, 9314.0, 9335.0, 9325.0, 9355.0, 9330.0, 9354.0, 9311.0, 9306.0, 9321.0, 9309.0, 9342.0, 9328.0, 9341.0, 9329.0, 9324.0, 9312.0, 9341.0, 9332.0, 9354.0, 9331.0, 9339.0, 9326.0, 9326.0, 9348.0, 9349.0, 9347.0, 9332.0, 9343.0, 9331.0, 9362.0, 9351.0, 9348.0, 9351.0, 9332.0, 9347.0, 9347.0, 9376.0, 9338.0, 9361.0, 9334.0, 9328.0, 9330.0, 9333.0, 9347.0, 9329.0, 9329.0, 9328.0, 9340.0, 9334.0, 9357.0, 9331.0, 9340.0, 9316.0, 9340.0, 9332.0, 9358.0, 9334.0, 9344.0, 9331.0, 9329.0, 9330.0, 9334.0, 9333.0, 9331.0, 9336.0, 9331.0, 9346.0, 9338.0, 9364.0, 9336.0, 9363.0, 9335.0, 9345.0, 9351.0, 9351.0, 9353.0, 9333.0, 9350.0, 9332.0, 9349.0, 9351.0, 9362.0, 9336.0, 9360.0, 9334.0, 9376.0, 9356.0, 9351.0, 9338.0, 9349.0, 9348.0, 9336.0, 9380.0, 9339.0, 9375.0, 9333.0, 9341.0, 9328.0, 9346.0, 9330.0, 9325.0, 9323.0, 9305.0, 9305.0, 9306.0, 9323.0, 9326.0, 9340.0, 9326.0, 9323.0, 9312.0, 9341.0, 9333.0, 9360.0, 9332.0, 9341.0, 9329.0, 9339.0, 9329.0, 9336.0, 9365.0, 9349.0, 9351.0, 9338.0, 9348.0, 9338.0, 9381.0, 9339.0, 9376.0, 9339.0, 9350.0, 9338.0, 9351.0, 9355.0, 9365.0, 9353.0, 9335.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.00018455950540958272</td></tr>
<tr><td colspan=3>aqi</td><td>0.02350850595054096</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.78566717155452</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2105365993116768</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9743473358081983</td></tr>
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
<tr><td colspan=3>fber</td><td>6532.0928</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08504357325392901</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7001545595054095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3931452821400168</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.345923034977927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.532327666897331</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301185144544793</td></tr>
<tr><td colspan=3>gcor</td><td>0.00434204</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013868222944438457</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022578945383429527</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1294</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.154541712798177</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>41.9881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2647</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.8597</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303326.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.576</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9013</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.0068</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3458.5126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.625</td></tr>
<tr><td colspan=3>tsnr</td><td>43.18407361500431</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>