<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>e11955bae9d6256347d9ecb967e5347f</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:16:6.725000</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.996341, 0.0671637, 0.052858, -0.0607643, 0.991558, -0.114548]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0896004</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7792, -7219, 205, -129, -180, -85, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>214429a9-4418-4754-be2e-c002d0c2862d||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.673109531402588, -0.16302607953548431, 0.16228428483009338, 116.10147094726562], [-0.1801954209804535, 2.660276412963867, -0.29947662353515625, -84.20118713378906], [0.14181427657604218, 0.30732470750808716, 2.6784281730651855, -91.3040542602539], [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': ['151606.725000', '151607.185000', '151607.645000', '151608.105000', '151608.565000', '151609.025000', '151609.485000', '151609.945000', '151610.405000', '151610.865000', '151611.325000', '151611.785000', '151612.245000', '151612.705000', '151613.165000', '151613.625000', '151614.085000', '151614.545000', '151615.005000', '151615.465000', '151615.925000', '151616.385000', '151616.845000', '151617.305000', '151617.765000', '151618.225000', '151618.685000', '151619.145000', '151619.605000', '151620.065000', '151620.525000', '151620.985000', '151621.445000', '151621.905000', '151622.365000', '151622.825000', '151623.285000', '151623.745000', '151624.205000', '151624.665000', '151625.125000', '151625.585000', '151626.045000', '151626.505000', '151626.965000', '151627.425000', '151627.885000', '151628.345000', '151628.805000', '151629.265000', '151629.725000', '151630.185000', '151630.645000', '151631.105000', '151631.565000', '151632.025000', '151632.485000', '151632.945000', '151633.405000', '151633.865000', '151634.325000', '151634.785000', '151635.245000', '151635.705000', '151636.165000', '151636.625000', '151637.085000', '151637.545000', '151638.005000', '151638.465000', '151638.925000', '151639.385000', '151639.845000', '151640.305000', '151640.765000', '151641.225000', '151641.685000', '151642.145000', '151642.605000', '151643.065000', '151643.525000', '151643.985000', '151644.445000', '151644.905000', '151645.365000', '151645.825000', '151646.285000', '151646.745000', '151647.205000', '151647.665000', '151648.125000', '151648.585000', '151649.045000', '151649.505000', '151649.965000', '151650.425000', '151650.885000', '151651.345000', '151651.805000', '151652.265000', '151652.725000', '151653.185000', '151653.645000', '151654.105000', '151654.565000', '151655.025000', '151655.485000', '151655.945000', '151656.405000', '151656.865000', '151657.325000', '151657.785000', '151658.245000', '151658.705000', '151659.165000', '151659.625000', '151700.085000', '151700.545000', '151701.005000', '151701.465000', '151701.925000', '151702.385000', '151702.845000', '151703.305000', '151703.765000', '151704.225000', '151704.685000', '151705.145000', '151705.605000', '151706.065000', '151706.525000', '151706.985000', '151707.445000', '151707.905000', '151708.365000', '151708.825000', '151709.285000', '151709.745000', '151710.205000', '151710.665000', '151711.125000', '151711.585000', '151712.045000', '151712.505000', '151712.965000', '151713.425000', '151713.885000', '151714.345000', '151714.805000', '151715.265000', '151715.725000', '151716.185000', '151716.645000', '151717.105000', '151717.565000', '151718.025000', '151718.485000', '151718.945000', '151719.405000', '151719.865000', '151720.325000', '151720.785000', '151721.245000', '151721.705000', '151722.165000', '151722.625000', '151723.085000', '151723.545000', '151724.005000', '151724.465000', '151724.925000', '151725.385000', '151725.845000', '151726.305000', '151726.765000', '151727.225000', '151727.685000', '151728.145000', '151728.605000', '151729.065000', '151729.525000', '151729.985000', '151730.445000', '151730.905000', '151731.365000', '151731.825000', '151732.285000', '151732.745000', '151733.205000', '151733.665000', '151734.125000', '151734.585000', '151735.045000', '151735.505000', '151735.965000', '151736.425000', '151736.885000', '151737.345000', '151737.805000', '151738.265000', '151738.725000', '151739.185000', '151739.645000', '151740.105000', '151740.565000', '151741.025000', '151741.485000', '151741.945000', '151742.405000', '151742.865000', '151743.325000', '151743.785000', '151744.245000', '151744.705000', '151745.165000', '151745.625000', '151746.085000', '151746.545000', '151747.005000', '151747.465000', '151747.925000', '151748.385000', '151748.845000', '151749.305000', '151749.765000', '151750.225000', '151750.685000', '151751.145000', '151751.605000', '151752.065000', '151752.525000', '151752.985000', '151753.445000', '151753.905000', '151754.365000', '151754.825000', '151755.285000', '151755.745000', '151756.205000', '151756.665000', '151757.125000', '151757.585000', '151758.045000', '151758.505000', '151758.965000', '151759.425000', '151759.885000', '151800.345000', '151800.805000', '151801.265000', '151801.725000', '151802.185000', '151802.645000', '151803.105000', '151803.565000', '151804.025000', '151804.485000', '151804.945000', '151805.405000', '151805.865000', '151806.325000', '151806.785000', '151807.245000', '151807.705000', '151808.165000', '151808.625000', '151809.085000', '151809.545000', '151810.005000', '151810.465000', '151810.925000', '151811.385000', '151811.845000', '151812.305000', '151812.765000', '151813.225000', '151813.685000', '151814.145000', '151814.605000', '151815.065000', '151815.525000', '151815.985000', '151816.445000', '151816.905000', '151817.365000', '151817.825000', '151818.285000', '151818.745000', '151819.205000', '151819.665000', '151820.125000', '151820.585000', '151821.045000', '151821.505000', '151821.965000', '151822.425000', '151822.885000', '151823.345000', '151823.805000', '151824.265000', '151824.725000', '151825.185000', '151825.645000', '151826.105000', '151826.565000', '151827.025000', '151827.485000', '151827.945000', '151828.405000', '151828.865000', '151829.325000', '151829.785000', '151830.245000', '151830.705000', '151831.165000', '151831.625000', '151832.085000', '151832.545000', '151833.005000', '151833.465000', '151833.925000', '151834.385000', '151834.845000', '151835.305000', '151835.765000', '151836.225000', '151836.685000', '151837.145000', '151837.605000', '151838.065000', '151838.525000', '151838.985000', '151839.445000', '151839.905000', '151840.365000', '151840.825000', '151841.285000', '151841.745000', '151842.205000', '151842.665000', '151843.125000', '151843.585000', '151844.045000', '151844.505000', '151844.965000', '151845.425000', '151845.885000', '151846.345000', '151846.805000', '151847.265000', '151847.725000', '151848.185000', '151848.645000', '151849.105000', '151849.565000', '151850.025000', '151850.485000', '151850.945000', '151851.405000', '151851.865000', '151852.325000', '151852.785000', '151853.245000', '151853.705000', '151854.165000', '151854.625000', '151855.085000', '151855.545000', '151856.005000', '151856.465000', '151856.925000', '151857.385000', '151857.845000', '151858.305000', '151858.765000', '151859.225000', '151859.685000', '151900.145000', '151900.605000', '151901.065000', '151901.525000', '151901.985000', '151902.445000', '151902.905000', '151903.365000', '151903.825000', '151904.285000', '151904.745000', '151905.205000', '151905.665000', '151906.125000', '151906.585000', '151907.045000', '151907.505000', '151907.965000', '151908.425000', '151908.885000', '151909.345000', '151909.805000', '151910.265000', '151910.725000', '151911.185000', '151911.645000', '151912.105000', '151912.565000', '151913.025000', '151913.485000', '151913.945000', '151914.405000', '151914.865000', '151915.325000', '151915.785000', '151916.245000', '151916.705000', '151917.165000', '151917.625000', '151918.085000', '151918.545000', '151919.005000', '151919.465000', '151919.925000', '151920.385000', '151920.845000', '151921.305000', '151921.765000', '151922.225000', '151922.685000', '151923.145000', '151923.605000', '151924.065000', '151924.525000', '151924.985000', '151925.445000', '151925.905000', '151926.365000', '151926.825000', '151927.285000', '151927.745000', '151928.205000', '151928.665000', '151929.125000', '151929.585000', '151930.045000', '151930.505000', '151930.965000', '151931.425000', '151931.885000', '151932.345000', '151932.805000', '151933.265000', '151933.725000', '151934.185000', '151934.645000', '151935.105000', '151935.565000', '151936.025000', '151936.485000', '151936.945000', '151937.405000', '151937.865000', '151938.325000', '151938.785000', '151939.245000', '151939.705000', '151940.165000', '151940.625000', '151941.085000', '151941.545000', '151942.005000', '151942.465000', '151942.925000', '151943.385000', '151943.845000', '151944.305000', '151944.765000', '151945.225000', '151945.685000', '151946.145000', '151946.605000', '151947.065000', '151947.525000', '151947.985000', '151948.445000', '151948.905000', '151949.365000', '151949.825000', '151950.285000', '151950.745000', '151951.205000', '151951.665000', '151952.125000', '151952.585000', '151953.045000', '151953.505000', '151953.965000', '151954.425000', '151954.885000', '151955.345000', '151955.805000', '151956.265000', '151956.725000', '151957.185000', '151957.645000', '151958.105000', '151958.565000', '151959.025000', '151959.485000', '151959.945000', '152000.405000', '152000.865000', '152001.325000', '152001.785000', '152002.245000', '152002.705000', '152003.165000', '152003.625000', '152004.085000', '152004.545000', '152005.005000', '152005.465000', '152005.925000', '152006.385000', '152006.845000', '152007.305000', '152007.765000', '152008.225000', '152008.685000', '152009.145000', '152009.605000', '152010.065000', '152010.525000', '152010.985000', '152011.445000', '152011.905000', '152012.365000', '152012.825000', '152013.285000', '152013.745000', '152014.205000', '152014.665000', '152015.125000', '152015.585000', '152016.045000', '152016.505000', '152016.965000', '152017.425000', '152017.885000', '152018.345000', '152018.805000', '152019.265000', '152019.725000', '152020.185000', '152020.645000', '152021.105000', '152021.565000', '152022.025000', '152022.485000', '152022.945000', '152023.405000', '152023.865000', '152024.325000', '152024.785000', '152025.245000', '152025.705000', '152026.165000', '152026.625000', '152027.085000', '152027.545000', '152028.005000', '152028.465000', '152028.925000', '152029.385000', '152029.845000', '152030.305000', '152030.765000', '152031.225000', '152031.685000', '152032.145000', '152032.605000', '152033.065000', '152033.525000', '152033.985000', '152034.445000', '152034.905000', '152035.365000', '152035.825000', '152036.285000', '152036.745000', '152037.205000', '152037.665000', '152038.125000', '152038.585000', '152039.045000', '152039.505000', '152039.965000', '152040.425000', '152040.885000', '152041.345000', '152041.805000', '152042.265000', '152042.725000', '152043.185000', '152043.645000', '152044.105000', '152044.565000', '152045.025000', '152045.485000', '152045.945000', '152046.405000', '152046.865000', '152047.325000', '152047.785000', '152048.245000', '152048.705000', '152049.165000', '152049.625000', '152050.085000', '152050.545000', '152051.005000', '152051.465000', '152051.925000', '152052.385000', '152052.845000', '152053.305000', '152053.765000', '152054.225000', '152054.685000', '152055.145000', '152055.605000', '152056.065000', '152056.525000', '152056.985000', '152057.445000', '152057.905000', '152058.365000', '152058.825000', '152059.285000', '152059.745000', '152100.205000', '152100.665000', '152101.125000', '152101.585000', '152102.045000', '152102.505000', '152102.965000', '152103.425000', '152103.885000', '152104.345000', '152104.805000', '152105.265000', '152105.725000', '152106.185000', '152106.645000', '152107.105000', '152107.565000', '152108.025000', '152108.485000', '152108.945000', '152109.405000', '152109.865000', '152110.325000', '152110.785000', '152111.245000', '152111.705000', '152112.165000', '152112.625000', '152113.085000', '152113.545000', '152114.005000', '152114.465000', '152114.925000', '152115.385000', '152115.845000', '152116.305000', '152116.765000', '152117.225000', '152117.685000', '152118.145000', '152118.605000', '152119.065000', '152119.525000', '152119.985000', '152120.445000', '152120.905000', '152121.365000', '152121.825000', '152122.285000', '152122.745000', '152123.205000', '152123.665000', '152124.125000', '152124.585000', '152125.045000', '152125.505000', '152125.965000', '152126.425000', '152126.885000', '152127.345000', '152127.805000', '152128.265000', '152128.725000', '152129.185000', '152129.645000', '152130.105000', '152130.565000', '152131.025000', '152131.485000', '152131.945000', '152132.405000', '152132.865000', '152133.325000', '152133.785000', '152134.245000', '152134.705000', '152135.165000', '152135.625000', '152136.085000', '152136.545000', '152137.005000', '152137.465000', '152137.925000', '152138.385000', '152138.845000', '152139.305000', '152139.765000', '152140.225000', '152140.685000', '152141.145000', '152141.605000', '152142.065000', '152142.525000', '152142.985000', '152143.445000', '152143.905000', '152144.365000', '152144.825000', '152145.285000', '152145.745000', '152146.205000', '152146.665000', '152147.125000', '152147.585000', '152148.045000', '152148.505000', '152148.965000', '152149.425000', '152149.885000', '152150.345000', '152150.805000', '152151.265000', '152151.725000', '152152.185000', '152152.645000', '152153.105000', '152153.565000', '152154.025000', '152154.485000', '152154.945000', '152155.405000', '152155.865000', '152156.325000', '152156.785000', '152157.245000', '152157.705000', '152158.165000', '152158.625000', '152159.085000', '152159.545000', '152200.005000', '152200.465000', '152200.925000', '152201.385000', '152201.845000', '152202.305000', '152202.765000', '152203.225000', '152203.685000', '152204.145000', '152204.605000', '152205.065000', '152205.525000', '152205.985000', '152206.445000', '152206.905000', '152207.365000', '152207.825000', '152208.285000', '152208.745000', '152209.205000', '152209.665000', '152210.125000', '152210.585000', '152211.045000', '152211.505000', '152211.965000', '152212.425000', '152212.885000', '152213.345000', '152213.805000', '152214.265000', '152214.725000', '152215.185000', '152215.645000', '152216.105000', '152216.565000', '152217.025000', '152217.485000', '152217.945000', '152218.405000', '152218.865000', '152219.325000', '152219.785000', '152220.245000', '152220.705000', '152221.165000', '152221.625000', '152222.085000', '152222.545000', '152223.005000', '152223.465000', '152223.925000', '152224.385000', '152224.845000', '152225.305000', '152225.765000', '152226.225000', '152226.685000', '152227.145000', '152227.605000', '152228.065000', '152228.525000', '152228.985000', '152229.445000', '152229.905000', '152230.365000', '152230.825000', '152231.285000', '152231.745000', '152232.205000', '152232.665000', '152233.125000', '152233.585000', '152234.045000', '152234.505000', '152234.965000', '152235.425000', '152235.885000', '152236.345000', '152236.805000', '152237.265000', '152237.725000', '152238.185000', '152238.645000', '152239.105000', '152239.565000', '152240.025000', '152240.485000', '152240.945000', '152241.405000', '152241.865000', '152242.325000', '152242.785000', '152243.245000', '152243.705000', '152244.165000', '152244.625000', '152245.085000', '152245.545000', '152246.005000', '152246.465000', '152246.925000', '152247.385000', '152247.845000', '152248.305000', '152248.765000', '152249.225000', '152249.685000', '152250.145000', '152250.605000', '152251.065000', '152251.525000', '152251.985000', '152252.445000', '152252.905000', '152253.365000', '152253.825000', '152254.285000', '152254.745000', '152255.205000', '152255.665000', '152256.125000', '152256.585000', '152257.045000', '152257.505000', '152257.965000', '152258.425000', '152258.885000', '152259.345000', '152259.805000', '152300.265000', '152300.725000', '152301.185000', '152301.645000', '152302.105000', '152302.565000', '152303.025000', '152303.485000', '152303.945000', '152304.405000', '152304.865000', '152305.325000', '152305.785000', '152306.245000', '152306.705000', '152307.165000', '152307.625000', '152308.085000', '152308.545000', '152309.005000', '152309.465000', '152309.925000', '152310.385000', '152310.845000', '152311.305000', '152311.765000', '152312.225000', '152312.685000', '152313.145000', '152313.605000', '152314.065000', '152314.525000', '152314.985000', '152315.445000', '152315.905000', '152316.365000', '152316.825000', '152317.285000', '152317.745000', '152318.205000', '152318.665000', '152319.125000', '152319.585000', '152320.045000', '152320.505000', '152320.965000', '152321.425000', '152321.885000', '152322.345000', '152322.805000', '152323.265000', '152323.725000', '152324.185000', '152324.645000', '152325.105000', '152325.565000', '152326.025000', '152326.485000', '152326.945000', '152327.405000', '152327.865000', '152328.325000', '152328.785000', '152329.245000', '152329.705000', '152330.165000', '152330.625000', '152331.085000', '152331.545000', '152332.005000', '152332.465000', '152332.925000', '152333.385000', '152333.845000', '152334.305000', '152334.765000', '152335.225000', '152335.685000', '152336.145000', '152336.605000', '152337.065000', '152337.525000', '152337.985000', '152338.445000', '152338.905000', '152339.365000', '152339.825000', '152340.285000', '152340.745000', '152341.205000', '152341.665000', '152342.125000', '152342.585000', '152343.045000', '152343.505000', '152343.965000', '152344.425000', '152344.885000', '152345.345000', '152345.805000', '152346.265000', '152346.725000', '152347.185000', '152347.645000', '152348.105000', '152348.565000', '152349.025000', '152349.485000', '152349.945000', '152350.405000', '152350.865000', '152351.325000', '152351.785000', '152352.245000', '152352.705000', '152353.165000', '152353.625000', '152354.085000', '152354.545000', '152355.005000', '152355.465000', '152355.925000', '152356.385000', '152356.845000', '152357.305000', '152357.765000', '152358.225000', '152358.685000', '152359.145000', '152359.605000', '152400.065000', '152400.525000', '152400.985000', '152401.445000', '152401.905000', '152402.365000', '152402.825000', '152403.285000', '152403.745000', '152404.205000', '152404.665000', '152405.125000', '152405.585000', '152406.045000', '152406.505000', '152406.965000', '152407.425000', '152407.885000', '152408.345000', '152408.805000', '152409.265000', '152409.725000', '152410.185000', '152410.645000', '152411.105000', '152411.565000', '152412.025000', '152412.485000', '152412.945000', '152413.405000', '152413.865000', '152414.325000', '152414.785000', '152415.245000', '152415.705000', '152416.165000', '152416.625000', '152417.085000', '152417.545000', '152418.005000', '152418.465000', '152418.925000', '152419.385000', '152419.845000', '152420.305000', '152420.765000', '152421.225000', '152421.685000', '152422.145000', '152422.605000', '152423.065000', '152423.525000', '152423.985000', '152424.445000', '152424.905000', '152425.365000', '152425.825000', '152426.285000', '152426.745000', '152427.205000', '152427.665000', '152428.125000', '152428.585000', '152429.045000', '152429.505000', '152429.965000', '152430.425000', '152430.885000', '152431.345000', '152431.805000', '152432.265000', '152432.725000', '152433.185000', '152433.645000', '152434.105000', '152434.565000', '152435.025000', '152435.485000', '152435.945000', '152436.405000', '152436.865000', '152437.325000', '152437.785000', '152438.245000', '152438.705000', '152439.165000', '152439.625000', '152440.085000', '152440.545000', '152441.005000', '152441.465000', '152441.925000', '152442.385000', '152442.845000', '152443.305000', '152443.765000', '152444.225000', '152444.685000', '152445.145000', '152445.605000', '152446.065000', '152446.525000', '152446.985000', '152447.445000', '152447.905000', '152448.365000', '152448.825000', '152449.285000', '152449.745000', '152450.205000', '152450.665000', '152451.125000', '152451.585000', '152452.045000', '152452.505000', '152452.965000', '152453.425000', '152453.885000', '152454.345000', '152454.805000', '152455.265000', '152455.725000', '152456.185000', '152456.645000', '152457.105000', '152457.565000', '152458.025000', '152458.485000', '152458.945000', '152459.405000', '152459.865000', '152500.325000', '152500.785000', '152501.245000', '152501.705000', '152502.165000', '152502.625000', '152503.085000', '152503.545000', '152504.005000', '152504.465000', '152504.925000', '152505.385000', '152505.845000', '152506.305000', '152506.765000', '152507.225000', '152507.685000', '152508.145000', '152508.605000', '152509.065000', '152509.525000', '152509.985000', '152510.445000', '152510.905000', '152511.365000', '152511.825000', '152512.285000', '152512.745000', '152513.205000', '152513.665000', '152514.125000', '152514.585000', '152515.045000', '152515.505000', '152515.965000', '152516.425000', '152516.885000', '152517.345000', '152517.805000', '152518.265000', '152518.725000', '152519.185000', '152519.645000', '152520.105000', '152520.565000', '152521.025000', '152521.485000', '152521.945000', '152522.405000', '152522.865000', '152523.325000', '152523.785000', '152524.245000', '152524.705000', '152525.165000', '152525.625000', '152526.085000', '152526.545000', '152527.005000', '152527.465000', '152527.925000', '152528.385000', '152528.845000', '152529.305000', '152529.765000', '152530.225000', '152530.685000', '152531.145000', '152531.605000', '152532.065000', '152532.525000', '152532.985000', '152533.445000', '152533.905000', '152534.365000', '152534.825000', '152535.285000', '152535.745000', '152536.205000', '152536.665000', '152537.125000', '152537.585000', '152538.045000', '152538.505000', '152538.965000', '152539.425000', '152539.885000', '152540.345000', '152540.805000', '152541.265000', '152541.725000', '152542.185000', '152542.645000', '152543.105000', '152543.565000', '152544.025000', '152544.485000', '152544.945000', '152545.405000', '152545.865000', '152546.325000', '152546.785000', '152547.245000', '152547.705000', '152548.165000', '152548.625000', '152549.085000', '152549.545000', '152550.005000', '152550.465000', '152550.925000', '152551.385000', '152551.845000', '152552.305000', '152552.765000', '152553.225000', '152553.685000', '152554.145000', '152554.605000', '152555.065000', '152555.525000', '152555.985000', '152556.445000', '152556.905000', '152557.365000', '152557.825000', '152558.285000', '152558.745000', '152559.205000', '152559.665000', '152600.125000', '152600.585000', '152601.045000', '152601.505000', '152601.965000', '152602.425000', '152602.885000', '152603.345000'], 'ContentTime': ['151622.663000', '151622.666000', '151622.669000', '151622.672000', '151622.674000', '151622.677000', '151622.680000', '151622.682000', '151622.685000', '151622.687000', '151622.690000', '151622.693000', '151622.695000', '151622.698000', '151622.700000', '151622.703000', '151622.706000', '151622.708000', '151622.717000', '151622.719000', '151622.722000', '151622.725000', '151622.727000', '151622.730000', '151622.732000', '151622.735000', '151622.744000', '151622.746000', '151622.749000', '151622.752000', '151622.754000', '151622.757000', '151622.759000', '151642.617000', '151642.620000', '151642.623000', '151642.625000', '151642.628000', '151642.631000', '151642.633000', '151642.636000', '151642.647000', '151642.650000', '151642.653000', '151642.655000', '151642.658000', '151642.660000', '151642.663000', '151642.665000', '151642.676000', '151642.679000', '151642.681000', '151642.684000', '151642.686000', '151642.689000', '151642.692000', '151642.694000', '151642.697000', '151642.699000', '151642.702000', '151642.704000', '151642.707000', '151642.709000', '151642.712000', '151642.715000', '151642.717000', '151642.720000', '151642.722000', '151642.725000', '151642.728000', '151642.730000', '151642.733000', '151642.735000', '151642.738000', '151642.741000', '151642.743000', '151702.617000', '151702.620000', '151702.623000', '151702.625000', '151702.628000', '151702.631000', '151702.634000', '151702.637000', '151702.639000', '151702.642000', '151702.644000', '151702.647000', '151702.649000', '151702.652000', '151702.655000', '151702.657000', '151702.666000', '151702.668000', '151702.671000', '151702.674000', '151702.676000', '151702.679000', '151702.682000', '151702.684000', '151702.687000', '151702.689000', '151702.692000', '151702.695000', '151702.697000', '151702.700000', '151702.702000', '151702.705000', '151702.708000', '151702.710000', '151702.713000', '151702.715000', '151702.718000', '151702.721000', '151702.723000', '151702.726000', '151702.728000', '151702.731000', '151702.734000', '151702.736000', '151722.617000', '151722.620000', '151722.623000', '151722.625000', '151722.628000', '151722.631000', '151722.633000', '151722.636000', '151722.639000', '151722.641000', '151722.644000', '151722.646000', '151722.649000', '151722.652000', '151722.654000', '151722.657000', '151722.660000', '151722.662000', '151722.665000', '151722.667000', '151722.670000', '151722.673000', '151722.675000', '151722.678000', '151722.681000', '151722.683000', '151722.686000', '151722.688000', '151722.691000', '151722.693000', '151722.696000', '151722.699000', '151722.701000', '151722.704000', '151722.706000', '151722.709000', '151722.712000', '151722.714000', '151722.717000', '151722.719000', '151722.722000', '151722.725000', '151722.727000', '151742.618000', '151742.621000', '151742.624000', '151742.626000', '151742.629000', '151742.632000', '151742.634000', '151742.637000', '151742.640000', '151742.642000', '151742.645000', '151742.648000', '151742.650000', '151742.656000', '151742.658000', '151742.661000', '151742.663000', '151742.666000', '151742.669000', '151742.671000', '151742.674000', '151742.676000', '151742.679000', '151742.682000', '151742.684000', '151742.687000', '151742.690000', '151742.692000', '151742.695000', '151742.697000', '151742.700000', '151742.703000', '151742.705000', '151742.708000', '151742.710000', '151742.713000', '151742.716000', '151742.718000', '151742.721000', '151742.723000', '151742.726000', '151742.728000', '151742.731000', '151742.734000', '151802.618000', '151802.621000', '151802.624000', '151802.627000', '151802.629000', '151802.632000', '151802.634000', '151802.637000', '151802.640000', '151802.642000', '151802.645000', '151802.648000', '151802.650000', '151802.653000', '151802.655000', '151802.658000', '151802.661000', '151802.663000', '151802.666000', '151802.668000', '151802.671000', '151802.674000', '151802.676000', '151802.679000', '151802.681000', '151802.684000', '151802.687000', '151802.689000', '151802.692000', '151802.694000', '151802.697000', '151802.700000', '151802.702000', '151802.705000', '151802.707000', '151802.710000', '151802.713000', '151802.715000', '151802.718000', '151802.720000', '151802.723000', '151802.726000', '151802.728000', '151822.619000', '151822.621000', '151822.624000', '151822.626000', '151822.640000', '151822.642000', '151822.645000', '151822.647000', '151822.650000', '151822.653000', '151822.655000', '151822.658000', '151822.661000', '151822.663000', '151822.666000', '151822.669000', '151822.672000', '151822.675000', '151822.677000', '151822.680000', '151822.683000', '151822.685000', '151822.688000', '151822.690000', '151822.693000', '151822.696000', '151822.698000', '151822.701000', '151822.704000', '151822.706000', '151822.709000', '151822.711000', '151822.714000', '151822.717000', '151822.719000', '151822.722000', '151822.725000', '151822.728000', '151822.731000', '151822.733000', '151822.736000', '151822.738000', '151822.741000', '151822.744000', '151842.618000', '151842.620000', '151842.623000', '151842.626000', '151842.628000', '151842.631000', '151842.634000', '151842.636000', '151842.639000', '151842.641000', '151842.644000', '151842.647000', '151842.649000', '151842.652000', '151842.654000', '151842.657000', '151842.660000', '151842.662000', '151842.665000', '151842.667000', '151842.670000', '151842.673000', '151842.675000', '151842.678000', '151842.681000', '151842.683000', '151842.686000', '151842.688000', '151842.691000', '151842.694000', '151842.696000', '151842.699000', '151842.702000', '151842.704000', '151842.707000', '151842.709000', '151842.712000', '151842.715000', '151842.717000', '151842.720000', '151842.723000', '151842.725000', '151842.728000', '151902.618000', '151902.620000', '151902.623000', '151902.626000', '151902.628000', '151902.631000', '151902.634000', '151902.636000', '151902.639000', '151902.642000', '151902.644000', '151902.647000', '151902.650000', '151902.652000', '151902.655000', '151902.658000', '151902.660000', '151902.663000', '151902.665000', '151902.668000', '151902.671000', '151902.673000', '151902.676000', '151902.679000', '151902.681000', '151902.684000', '151902.686000', '151902.689000', '151902.692000', '151902.694000', '151902.697000', '151902.700000', '151902.702000', '151902.705000', '151902.707000', '151902.710000', '151902.713000', '151902.715000', '151902.718000', '151902.720000', '151902.723000', '151902.726000', '151902.728000', '151922.618000', '151922.620000', '151922.624000', '151922.626000', '151922.629000', '151922.631000', '151922.634000', '151922.636000', '151922.639000', '151922.642000', '151922.644000', '151922.647000', '151922.650000', '151922.652000', '151922.655000', '151922.658000', '151922.660000', '151922.663000', '151922.665000', '151922.668000', '151922.671000', '151922.673000', '151922.676000', '151922.678000', '151922.681000', '151922.683000', '151922.686000', '151922.689000', '151922.691000', '151922.694000', '151922.697000', '151922.699000', '151922.702000', '151922.704000', '151922.707000', '151922.709000', '151922.712000', '151922.715000', '151922.717000', '151922.720000', '151922.723000', '151922.725000', '151922.728000', '151922.730000', '151942.618000', '151942.620000', '151942.623000', '151942.626000', '151942.628000', '151942.631000', '151942.634000', '151942.636000', '151942.639000', '151942.641000', '151942.644000', '151942.647000', '151942.649000', '151942.652000', '151942.654000', '151942.657000', '151942.660000', '151942.662000', '151942.665000', '151942.668000', '151942.670000', '151942.673000', '151942.675000', '151942.678000', '151942.681000', '151942.683000', '151942.686000', '151942.689000', '151942.691000', '151942.694000', '151942.697000', '151942.699000', '151942.702000', '151942.704000', '151942.708000', '151942.710000', '151942.713000', '151942.716000', '151942.718000', '151942.721000', '151942.723000', '151942.726000', '151942.729000', '152002.645000', '152002.648000', '152002.650000', '152002.653000', '152002.655000', '152002.658000', '152002.661000', '152002.663000', '152002.666000', '152002.669000', '152002.671000', '152002.674000', '152002.676000', '152002.679000', '152002.682000', '152002.684000', '152002.687000', '152002.690000', '152002.692000', '152002.695000', '152002.697000', '152002.700000', '152002.703000', '152002.705000', '152002.708000', '152002.710000', '152002.713000', '152002.716000', '152002.718000', '152002.721000', '152002.724000', '152002.726000', '152002.729000', '152002.732000', '152002.734000', '152002.737000', '152002.739000', '152002.742000', '152002.745000', '152002.747000', '152002.750000', '152002.753000', '152002.755000', '152002.758000', '152022.618000', '152022.621000', '152022.624000', '152022.627000', '152022.629000', '152022.632000', '152022.634000', '152022.637000', '152022.640000', '152022.642000', '152022.645000', '152022.648000', '152022.650000', '152022.653000', '152022.655000', '152022.658000', '152022.661000', '152022.663000', '152022.666000', '152022.669000', '152022.671000', '152022.674000', '152022.676000', '152022.679000', '152022.681000', '152022.684000', '152022.687000', '152022.689000', '152022.692000', '152022.695000', '152022.697000', '152022.700000', '152022.702000', '152022.705000', '152022.708000', '152022.711000', '152022.714000', '152022.716000', '152022.719000', '152022.722000', '152022.724000', '152022.727000', '152022.731000', '152042.618000', '152042.621000', '152042.624000', '152042.626000', '152042.630000', '152042.632000', '152042.635000', '152042.638000', '152042.641000', '152042.643000', '152042.646000', '152042.648000', '152042.651000', '152042.654000', '152042.656000', '152042.659000', '152042.662000', '152042.664000', '152042.667000', '152042.669000', '152042.672000', '152042.675000', '152042.677000', '152042.680000', '152042.683000', '152042.685000', '152042.688000', '152042.690000', '152042.693000', '152042.696000', '152042.698000', '152042.701000', '152042.703000', '152042.706000', '152042.709000', '152042.711000', '152042.714000', '152042.717000', '152042.719000', '152042.722000', '152042.724000', '152042.727000', '152042.730000', '152042.732000', '152102.618000', '152102.620000', '152102.623000', '152102.626000', '152102.628000', '152102.631000', '152102.634000', '152102.636000', '152102.639000', '152102.642000', '152102.644000', '152102.647000', '152102.649000', '152102.652000', '152102.655000', '152102.657000', '152102.660000', '152102.662000', '152102.665000', '152102.668000', '152102.670000', '152102.673000', '152102.676000', '152102.678000', '152102.681000', '152102.683000', '152102.686000', '152102.689000', '152102.691000', '152102.694000', '152102.697000', '152102.699000', '152102.702000', '152102.705000', '152102.707000', '152102.710000', '152102.713000', '152102.715000', '152102.718000', '152102.720000', '152102.723000', '152102.726000', '152102.729000', '152122.618000', '152122.620000', '152122.623000', '152122.626000', '152122.629000', '152122.632000', '152122.634000', '152122.637000', '152122.639000', '152122.642000', '152122.645000', '152122.663000', '152122.666000', '152122.669000', '152122.671000', '152122.674000', '152122.676000', '152122.679000', '152122.682000', '152122.684000', '152122.687000', '152122.689000', '152122.692000', '152122.695000', '152122.697000', '152122.700000', '152122.703000', '152122.705000', '152122.708000', '152122.710000', '152122.713000', '152122.716000', '152122.719000', '152122.721000', '152122.724000', '152122.726000', '152122.729000', '152122.732000', '152122.734000', '152122.737000', '152122.740000', '152122.742000', '152122.745000', '152122.747000', '152142.618000', '152142.621000', '152142.623000', '152142.626000', '152142.629000', '152142.631000', '152142.634000', '152142.637000', '152142.639000', '152142.642000', '152142.644000', '152142.647000', '152142.650000', '152142.652000', '152142.655000', '152142.657000', '152142.660000', '152142.663000', '152142.665000', '152142.668000', '152142.670000', '152142.673000', '152142.676000', '152142.678000', '152142.681000', '152142.684000', '152142.686000', '152142.689000', '152142.691000', '152142.694000', '152142.696000', '152142.699000', '152142.702000', '152142.704000', '152142.707000', '152142.709000', '152142.712000', '152142.715000', '152142.717000', '152142.720000', '152142.722000', '152142.725000', '152142.728000', '152202.617000', '152202.620000', '152202.623000', '152202.626000', '152202.628000', '152202.631000', '152202.634000', '152202.636000', '152202.639000', '152202.642000', '152202.644000', '152202.647000', '152202.649000', '152202.652000', '152202.655000', '152202.657000', '152202.660000', '152202.663000', '152202.665000', '152202.668000', '152202.670000', '152202.673000', '152202.676000', '152202.678000', '152202.681000', '152202.683000', '152202.686000', '152202.689000', '152202.691000', '152202.694000', '152202.696000', '152202.699000', '152202.702000', '152202.704000', '152202.707000', '152202.709000', '152202.712000', '152202.715000', '152202.717000', '152202.720000', '152202.723000', '152202.725000', '152202.728000', '152202.730000', '152222.618000', '152222.621000', '152222.624000', '152222.627000', '152222.629000', '152222.632000', '152222.634000', '152222.637000', '152222.640000', '152222.642000', '152222.645000', '152222.647000', '152222.650000', '152222.653000', '152222.656000', '152222.658000', '152222.661000', '152222.664000', '152222.666000', '152222.669000', '152222.680000', '152222.683000', '152222.685000', '152222.688000', '152222.691000', '152222.693000', '152222.696000', '152222.698000', '152222.701000', '152222.704000', '152222.706000', '152222.709000', '152222.711000', '152222.714000', '152222.717000', '152222.719000', '152222.722000', '152222.725000', '152222.727000', '152222.730000', '152222.732000', '152222.735000', '152222.738000', '152242.618000', '152242.621000', '152242.624000', '152242.627000', '152242.629000', '152242.632000', '152242.635000', '152242.637000', '152242.640000', '152242.643000', '152242.645000', '152242.648000', '152242.651000', '152242.653000', '152242.656000', '152242.658000', '152242.661000', '152242.664000', '152242.666000', '152242.669000', '152242.671000', '152242.674000', '152242.677000', '152242.679000', '152242.682000', '152242.685000', '152242.687000', '152242.690000', '152242.692000', '152242.695000', '152242.698000', '152242.700000', '152242.703000', '152242.705000', '152242.708000', '152242.711000', '152242.725000', '152242.728000', '152242.730000', '152242.733000', '152242.736000', '152242.738000', '152242.741000', '152242.743000', '152302.619000', '152302.621000', '152302.624000', '152302.627000', '152302.629000', '152302.632000', '152302.635000', '152302.637000', '152302.640000', '152302.643000', '152302.645000', '152302.648000', '152302.651000', '152302.653000', '152302.656000', '152302.659000', '152302.661000', '152302.664000', '152302.666000', '152302.669000', '152302.672000', '152302.674000', '152302.677000', '152302.680000', '152302.682000', '152302.685000', '152302.687000', '152302.690000', '152302.692000', '152302.695000', '152302.698000', '152302.700000', '152302.703000', '152302.706000', '152302.708000', '152302.711000', '152302.714000', '152302.716000', '152302.719000', '152302.722000', '152302.724000', '152302.727000', '152302.729000', '152322.618000', '152322.620000', '152322.623000', '152322.626000', '152322.628000', '152322.631000', '152322.634000', '152322.636000', '152322.639000', '152322.642000', '152322.644000', '152322.647000', '152322.650000', '152322.652000', '152322.655000', '152322.657000', '152322.660000', '152322.663000', '152322.665000', '152322.668000', '152322.670000', '152322.673000', '152322.676000', '152322.678000', '152322.681000', '152322.683000', '152322.686000', '152322.688000', '152322.691000', '152322.694000', '152322.696000', '152322.699000', '152322.702000', '152322.704000', '152322.707000', '152322.709000', '152322.712000', '152322.715000', '152322.717000', '152322.720000', '152322.722000', '152322.725000', '152322.728000', '152342.618000', '152342.621000', '152342.623000', '152342.626000', '152342.629000', '152342.631000', '152342.634000', '152342.637000', '152342.639000', '152342.642000', '152342.644000', '152342.647000', '152342.650000', '152342.653000', '152342.655000', '152342.658000', '152342.661000', '152342.663000', '152342.666000', '152342.669000', '152342.671000', '152342.674000', '152342.676000', '152342.679000', '152342.682000', '152342.684000', '152342.687000', '152342.690000', '152342.692000', '152342.695000', '152342.698000', '152342.700000', '152342.703000', '152342.705000', '152342.708000', '152342.711000', '152342.713000', '152342.716000', '152342.719000', '152342.721000', '152342.724000', '152342.727000', '152342.729000', '152342.732000', '152402.617000', '152402.620000', '152402.623000', '152402.626000', '152402.628000', '152402.631000', '152402.634000', '152402.636000', '152402.639000', '152402.641000', '152402.644000', '152402.647000', '152402.650000', '152402.652000', '152402.655000', '152402.657000', '152402.660000', '152402.663000', '152402.665000', '152402.668000', '152402.671000', '152402.673000', '152402.676000', '152402.678000', '152402.681000', '152402.684000', '152402.686000', '152402.689000', '152402.692000', '152402.694000', '152402.697000', '152402.700000', '152402.711000', '152402.713000', '152402.716000', '152402.719000', '152402.721000', '152402.724000', '152402.726000', '152402.729000', '152402.732000', '152402.734000', '152402.737000', '152402.739000', '152422.618000', '152422.621000', '152422.623000', '152422.626000', '152422.629000', '152422.631000', '152422.634000', '152422.636000', '152422.639000', '152422.642000', '152422.644000', '152422.647000', '152422.649000', '152422.652000', '152422.655000', '152422.657000', '152422.660000', '152422.663000', '152422.665000', '152422.668000', '152422.670000', '152422.673000', '152422.676000', '152422.678000', '152422.681000', '152422.683000', '152422.686000', '152422.689000', '152422.691000', '152422.694000', '152422.696000', '152422.700000', '152422.702000', '152422.705000', '152422.707000', '152422.710000', '152422.713000', '152422.715000', '152422.718000', '152422.720000', '152422.723000', '152422.726000', '152422.728000', '152442.619000', '152442.621000', '152442.640000', '152442.643000', '152442.646000', '152442.648000', '152442.651000', '152442.654000', '152442.656000', '152442.659000', '152442.661000', '152442.664000', '152442.667000', '152442.669000', '152442.672000', '152442.674000', '152442.677000', '152442.680000', '152442.683000', '152442.685000', '152442.688000', '152442.690000', '152442.693000', '152442.696000', '152442.698000', '152442.701000', '152442.704000', '152442.706000', '152442.709000', '152442.712000', '152442.714000', '152442.717000', '152442.720000', '152442.722000', '152442.725000', '152442.728000', '152442.730000', '152442.733000', '152442.735000', '152442.738000', '152442.741000', '152442.743000', '152442.746000', '152442.748000', '152502.619000', '152502.622000', '152502.624000', '152502.627000', '152502.630000', '152502.632000', '152502.635000', '152502.637000', '152502.640000', '152502.642000', '152502.645000', '152502.648000', '152502.650000', '152502.653000', '152502.656000', '152502.658000', '152502.661000', '152502.664000', '152502.666000', '152502.669000', '152502.672000', '152502.674000', '152502.677000', '152502.679000', '152502.682000', '152502.685000', '152502.687000', '152502.690000', '152502.693000', '152502.695000', '152502.698000', '152502.700000', '152502.703000', '152502.706000', '152502.708000', '152502.711000', '152502.714000', '152502.716000', '152502.719000', '152502.721000', '152502.724000', '152502.727000', '152502.729000', '152522.619000', '152522.621000', '152522.624000', '152522.627000', '152522.629000', '152522.632000', '152522.635000', '152522.637000', '152522.640000', '152522.642000', '152522.645000', '152522.648000', '152522.650000', '152522.653000', '152522.656000', '152522.658000', '152522.661000', '152522.663000', '152522.666000', '152522.669000', '152522.671000', '152522.674000', '152522.676000', '152522.679000', '152522.682000', '152522.684000', '152522.687000', '152522.689000', '152522.692000', '152522.734000', '152522.737000', '152522.739000', '152522.742000', '152522.745000', '152522.747000', '152522.750000', '152522.753000', '152522.755000', '152522.758000', '152522.760000', '152522.763000', '152522.766000', '152522.768000', '152522.771000', '152542.618000', '152542.620000', '152542.623000', '152542.626000', '152542.629000', '152542.631000', '152542.634000', '152542.636000', '152542.639000', '152542.642000', '152542.644000', '152542.647000', '152542.650000', '152542.652000', '152542.655000', '152542.658000', '152542.660000', '152542.663000', '152542.665000', '152542.668000', '152542.671000', '152542.673000', '152542.676000', '152542.679000', '152542.681000', '152542.684000', '152542.686000', '152542.689000', '152542.692000', '152542.694000', '152542.697000', '152542.699000', '152542.702000', '152542.704000', '152542.707000', '152542.710000', '152542.712000', '152542.715000', '152542.717000', '152542.720000', '152542.731000', '152542.733000', '152542.736000', '152602.618000', '152602.620000', '152602.623000', '152602.626000', '152602.629000', '152602.631000', '152602.634000', '152602.637000', '152602.639000', '152602.642000', '152602.644000', '152602.647000', '152602.650000', '152602.652000', '152602.655000', '152602.658000', '152602.660000', '152602.663000', '152602.666000', '152602.669000', '152602.672000', '152602.674000', '152602.677000', '152602.680000', '152602.682000', '152602.685000', '152602.688000', '152602.690000', '152602.693000', '152602.695000', '152602.698000', '152602.701000', '152602.703000', '152602.706000', '152602.709000', '152602.711000', '152602.714000', '152602.716000', '152602.719000', '152602.722000', '152602.724000', '152602.727000', '152602.730000', '152604.461000', '152604.465000', '152604.468000', '152604.470000', '152604.473000'], 'InstanceCreationTime': ['151622.663000', '151622.666000', '151622.669000', '151622.672000', '151622.674000', '151622.677000', '151622.680000', '151622.682000', '151622.685000', '151622.687000', '151622.690000', '151622.693000', '151622.695000', '151622.698000', '151622.700000', '151622.703000', '151622.706000', '151622.708000', '151622.717000', '151622.719000', '151622.722000', '151622.725000', '151622.727000', '151622.730000', '151622.732000', '151622.735000', '151622.744000', '151622.746000', '151622.749000', '151622.752000', '151622.754000', '151622.757000', '151622.759000', '151642.617000', '151642.620000', '151642.623000', '151642.625000', '151642.628000', '151642.631000', '151642.633000', '151642.636000', '151642.647000', '151642.650000', '151642.653000', '151642.655000', '151642.658000', '151642.660000', '151642.663000', '151642.665000', '151642.676000', '151642.679000', '151642.681000', '151642.684000', '151642.686000', '151642.689000', '151642.692000', '151642.694000', '151642.697000', '151642.699000', '151642.702000', '151642.704000', '151642.707000', '151642.709000', '151642.712000', '151642.715000', '151642.717000', '151642.720000', '151642.722000', '151642.725000', '151642.728000', '151642.730000', '151642.733000', '151642.735000', '151642.738000', '151642.741000', '151642.743000', '151702.617000', '151702.620000', '151702.623000', '151702.625000', '151702.628000', '151702.631000', '151702.634000', '151702.637000', '151702.639000', '151702.642000', '151702.644000', '151702.647000', '151702.649000', '151702.652000', '151702.655000', '151702.657000', '151702.666000', '151702.668000', '151702.671000', '151702.674000', '151702.676000', '151702.679000', '151702.682000', '151702.684000', '151702.687000', '151702.689000', '151702.692000', '151702.695000', '151702.697000', '151702.700000', '151702.702000', '151702.705000', '151702.708000', '151702.710000', '151702.713000', '151702.715000', '151702.718000', '151702.721000', '151702.723000', '151702.726000', '151702.728000', '151702.731000', '151702.734000', '151702.736000', '151722.617000', '151722.620000', '151722.623000', '151722.625000', '151722.628000', '151722.631000', '151722.633000', '151722.636000', '151722.639000', '151722.641000', '151722.644000', '151722.646000', '151722.649000', '151722.652000', '151722.654000', '151722.657000', '151722.660000', '151722.662000', '151722.665000', '151722.667000', '151722.670000', '151722.673000', '151722.675000', '151722.678000', '151722.681000', '151722.683000', '151722.686000', '151722.688000', '151722.691000', '151722.693000', '151722.696000', '151722.699000', '151722.701000', '151722.704000', '151722.706000', '151722.709000', '151722.712000', '151722.714000', '151722.717000', '151722.719000', '151722.722000', '151722.725000', '151722.727000', '151742.618000', '151742.621000', '151742.624000', '151742.626000', '151742.629000', '151742.632000', '151742.634000', '151742.637000', '151742.640000', '151742.642000', '151742.645000', '151742.648000', '151742.650000', '151742.656000', '151742.658000', '151742.661000', '151742.663000', '151742.666000', '151742.669000', '151742.671000', '151742.674000', '151742.676000', '151742.679000', '151742.682000', '151742.684000', '151742.687000', '151742.690000', '151742.692000', '151742.695000', '151742.697000', '151742.700000', '151742.703000', '151742.705000', '151742.708000', '151742.710000', '151742.713000', '151742.716000', '151742.718000', '151742.721000', '151742.723000', '151742.726000', '151742.728000', '151742.731000', '151742.734000', '151802.618000', '151802.621000', '151802.624000', '151802.627000', '151802.629000', '151802.632000', '151802.634000', '151802.637000', '151802.640000', '151802.642000', '151802.645000', '151802.648000', '151802.650000', '151802.653000', '151802.655000', '151802.658000', '151802.661000', '151802.663000', '151802.666000', '151802.668000', '151802.671000', '151802.674000', '151802.676000', '151802.679000', '151802.681000', '151802.684000', '151802.687000', '151802.689000', '151802.692000', '151802.694000', '151802.697000', '151802.700000', '151802.702000', '151802.705000', '151802.707000', '151802.710000', '151802.713000', '151802.715000', '151802.718000', '151802.720000', '151802.723000', '151802.726000', '151802.728000', '151822.619000', '151822.621000', '151822.624000', '151822.626000', '151822.640000', '151822.642000', '151822.645000', '151822.647000', '151822.650000', '151822.653000', '151822.655000', '151822.658000', '151822.661000', '151822.663000', '151822.666000', '151822.669000', '151822.672000', '151822.675000', '151822.677000', '151822.680000', '151822.683000', '151822.685000', '151822.688000', '151822.690000', '151822.693000', '151822.696000', '151822.698000', '151822.701000', '151822.704000', '151822.706000', '151822.709000', '151822.711000', '151822.714000', '151822.717000', '151822.719000', '151822.722000', '151822.725000', '151822.728000', '151822.731000', '151822.733000', '151822.736000', '151822.738000', '151822.741000', '151822.744000', '151842.618000', '151842.620000', '151842.623000', '151842.626000', '151842.628000', '151842.631000', '151842.634000', '151842.636000', '151842.639000', '151842.641000', '151842.644000', '151842.647000', '151842.649000', '151842.652000', '151842.654000', '151842.657000', '151842.660000', '151842.662000', '151842.665000', '151842.667000', '151842.670000', '151842.673000', '151842.675000', '151842.678000', '151842.681000', '151842.683000', '151842.686000', '151842.688000', '151842.691000', '151842.694000', '151842.696000', '151842.699000', '151842.702000', '151842.704000', '151842.707000', '151842.709000', '151842.712000', '151842.715000', '151842.717000', '151842.720000', '151842.723000', '151842.725000', '151842.728000', '151902.618000', '151902.620000', '151902.623000', '151902.626000', '151902.628000', '151902.631000', '151902.634000', '151902.636000', '151902.639000', '151902.642000', '151902.644000', '151902.647000', '151902.650000', '151902.652000', '151902.655000', '151902.658000', '151902.660000', '151902.663000', '151902.665000', '151902.668000', '151902.671000', '151902.673000', '151902.676000', '151902.679000', '151902.681000', '151902.684000', '151902.686000', '151902.689000', '151902.692000', '151902.694000', '151902.697000', '151902.700000', '151902.702000', '151902.705000', '151902.707000', '151902.710000', '151902.713000', '151902.715000', '151902.718000', '151902.720000', '151902.723000', '151902.726000', '151902.728000', '151922.618000', '151922.620000', '151922.624000', '151922.626000', '151922.629000', '151922.631000', '151922.634000', '151922.636000', '151922.639000', '151922.642000', '151922.644000', '151922.647000', '151922.650000', '151922.652000', '151922.655000', '151922.658000', '151922.660000', '151922.663000', '151922.665000', '151922.668000', '151922.671000', '151922.673000', '151922.676000', '151922.678000', '151922.681000', '151922.683000', '151922.686000', '151922.689000', '151922.691000', '151922.694000', '151922.697000', '151922.699000', '151922.702000', '151922.704000', '151922.707000', '151922.709000', '151922.712000', '151922.715000', '151922.717000', '151922.720000', '151922.723000', '151922.725000', '151922.728000', '151922.730000', '151942.618000', '151942.620000', '151942.623000', '151942.626000', '151942.628000', '151942.631000', '151942.634000', '151942.636000', '151942.639000', '151942.641000', '151942.644000', '151942.647000', '151942.649000', '151942.652000', '151942.654000', '151942.657000', '151942.660000', '151942.662000', '151942.665000', '151942.668000', '151942.670000', '151942.673000', '151942.675000', '151942.678000', '151942.681000', '151942.683000', '151942.686000', '151942.689000', '151942.691000', '151942.694000', '151942.697000', '151942.699000', '151942.702000', '151942.704000', '151942.708000', '151942.710000', '151942.713000', '151942.716000', '151942.718000', '151942.721000', '151942.723000', '151942.726000', '151942.729000', '152002.645000', '152002.648000', '152002.650000', '152002.653000', '152002.655000', '152002.658000', '152002.661000', '152002.663000', '152002.666000', '152002.669000', '152002.671000', '152002.674000', '152002.676000', '152002.679000', '152002.682000', '152002.684000', '152002.687000', '152002.690000', '152002.692000', '152002.695000', '152002.697000', '152002.700000', '152002.703000', '152002.705000', '152002.708000', '152002.710000', '152002.713000', '152002.716000', '152002.718000', '152002.721000', '152002.724000', '152002.726000', '152002.729000', '152002.732000', '152002.734000', '152002.737000', '152002.739000', '152002.742000', '152002.745000', '152002.747000', '152002.750000', '152002.753000', '152002.755000', '152002.758000', '152022.618000', '152022.621000', '152022.624000', '152022.627000', '152022.629000', '152022.632000', '152022.634000', '152022.637000', '152022.640000', '152022.642000', '152022.645000', '152022.648000', '152022.650000', '152022.653000', '152022.655000', '152022.658000', '152022.661000', '152022.663000', '152022.666000', '152022.669000', '152022.671000', '152022.674000', '152022.676000', '152022.679000', '152022.681000', '152022.684000', '152022.687000', '152022.689000', '152022.692000', '152022.695000', '152022.697000', '152022.700000', '152022.702000', '152022.705000', '152022.708000', '152022.711000', '152022.714000', '152022.716000', '152022.719000', '152022.722000', '152022.724000', '152022.727000', '152022.731000', '152042.618000', '152042.621000', '152042.624000', '152042.626000', '152042.630000', '152042.632000', '152042.635000', '152042.638000', '152042.641000', '152042.643000', '152042.646000', '152042.648000', '152042.651000', '152042.654000', '152042.656000', '152042.659000', '152042.662000', '152042.664000', '152042.667000', '152042.669000', '152042.672000', '152042.675000', '152042.677000', '152042.680000', '152042.683000', '152042.685000', '152042.688000', '152042.690000', '152042.693000', '152042.696000', '152042.698000', '152042.701000', '152042.703000', '152042.706000', '152042.709000', '152042.711000', '152042.714000', '152042.717000', '152042.719000', '152042.722000', '152042.724000', '152042.727000', '152042.730000', '152042.732000', '152102.618000', '152102.620000', '152102.623000', '152102.626000', '152102.628000', '152102.631000', '152102.634000', '152102.636000', '152102.639000', '152102.642000', '152102.644000', '152102.647000', '152102.649000', '152102.652000', '152102.655000', '152102.657000', '152102.660000', '152102.662000', '152102.665000', '152102.668000', '152102.670000', '152102.673000', '152102.676000', '152102.678000', '152102.681000', '152102.683000', '152102.686000', '152102.689000', '152102.691000', '152102.694000', '152102.697000', '152102.699000', '152102.702000', '152102.705000', '152102.707000', '152102.710000', '152102.713000', '152102.715000', '152102.718000', '152102.720000', '152102.723000', '152102.726000', '152102.729000', '152122.618000', '152122.620000', '152122.623000', '152122.626000', '152122.629000', '152122.632000', '152122.634000', '152122.637000', '152122.639000', '152122.642000', '152122.645000', '152122.663000', '152122.666000', '152122.669000', '152122.671000', '152122.674000', '152122.676000', '152122.679000', '152122.682000', '152122.684000', '152122.687000', '152122.689000', '152122.692000', '152122.695000', '152122.697000', '152122.700000', '152122.703000', '152122.705000', '152122.708000', '152122.710000', '152122.713000', '152122.716000', '152122.719000', '152122.721000', '152122.724000', '152122.726000', '152122.729000', '152122.732000', '152122.734000', '152122.737000', '152122.740000', '152122.742000', '152122.745000', '152122.747000', '152142.618000', '152142.621000', '152142.623000', '152142.626000', '152142.629000', '152142.631000', '152142.634000', '152142.637000', '152142.639000', '152142.642000', '152142.644000', '152142.647000', '152142.650000', '152142.652000', '152142.655000', '152142.657000', '152142.660000', '152142.663000', '152142.665000', '152142.668000', '152142.670000', '152142.673000', '152142.676000', '152142.678000', '152142.681000', '152142.684000', '152142.686000', '152142.689000', '152142.691000', '152142.694000', '152142.696000', '152142.699000', '152142.702000', '152142.704000', '152142.707000', '152142.709000', '152142.712000', '152142.715000', '152142.717000', '152142.720000', '152142.722000', '152142.725000', '152142.728000', '152202.617000', '152202.620000', '152202.623000', '152202.626000', '152202.628000', '152202.631000', '152202.634000', '152202.636000', '152202.639000', '152202.642000', '152202.644000', '152202.647000', '152202.649000', '152202.652000', '152202.655000', '152202.657000', '152202.660000', '152202.663000', '152202.665000', '152202.668000', '152202.670000', '152202.673000', '152202.676000', '152202.678000', '152202.681000', '152202.683000', '152202.686000', '152202.689000', '152202.691000', '152202.694000', '152202.696000', '152202.699000', '152202.702000', '152202.704000', '152202.707000', '152202.709000', '152202.712000', '152202.715000', '152202.717000', '152202.720000', '152202.723000', '152202.725000', '152202.728000', '152202.730000', '152222.618000', '152222.621000', '152222.624000', '152222.627000', '152222.629000', '152222.632000', '152222.634000', '152222.637000', '152222.640000', '152222.642000', '152222.645000', '152222.647000', '152222.650000', '152222.653000', '152222.656000', '152222.658000', '152222.661000', '152222.664000', '152222.666000', '152222.669000', '152222.680000', '152222.683000', '152222.685000', '152222.688000', '152222.691000', '152222.693000', '152222.696000', '152222.698000', '152222.701000', '152222.704000', '152222.706000', '152222.709000', '152222.711000', '152222.714000', '152222.717000', '152222.719000', '152222.722000', '152222.725000', '152222.727000', '152222.730000', '152222.732000', '152222.735000', '152222.738000', '152242.618000', '152242.621000', '152242.624000', '152242.627000', '152242.629000', '152242.632000', '152242.635000', '152242.637000', '152242.640000', '152242.643000', '152242.645000', '152242.648000', '152242.651000', '152242.653000', '152242.656000', '152242.658000', '152242.661000', '152242.664000', '152242.666000', '152242.669000', '152242.671000', '152242.674000', '152242.677000', '152242.679000', '152242.682000', '152242.685000', '152242.687000', '152242.690000', '152242.692000', '152242.695000', '152242.698000', '152242.700000', '152242.703000', '152242.705000', '152242.708000', '152242.711000', '152242.725000', '152242.728000', '152242.730000', '152242.733000', '152242.736000', '152242.738000', '152242.741000', '152242.743000', '152302.619000', '152302.621000', '152302.624000', '152302.627000', '152302.629000', '152302.632000', '152302.635000', '152302.637000', '152302.640000', '152302.643000', '152302.645000', '152302.648000', '152302.651000', '152302.653000', '152302.656000', '152302.659000', '152302.661000', '152302.664000', '152302.666000', '152302.669000', '152302.672000', '152302.674000', '152302.677000', '152302.680000', '152302.682000', '152302.685000', '152302.687000', '152302.690000', '152302.692000', '152302.695000', '152302.698000', '152302.700000', '152302.703000', '152302.706000', '152302.708000', '152302.711000', '152302.714000', '152302.716000', '152302.719000', '152302.722000', '152302.724000', '152302.727000', '152302.729000', '152322.618000', '152322.620000', '152322.623000', '152322.626000', '152322.628000', '152322.631000', '152322.634000', '152322.636000', '152322.639000', '152322.642000', '152322.644000', '152322.647000', '152322.650000', '152322.652000', '152322.655000', '152322.657000', '152322.660000', '152322.663000', '152322.665000', '152322.668000', '152322.670000', '152322.673000', '152322.676000', '152322.678000', '152322.681000', '152322.683000', '152322.686000', '152322.688000', '152322.691000', '152322.694000', '152322.696000', '152322.699000', '152322.702000', '152322.704000', '152322.707000', '152322.709000', '152322.712000', '152322.715000', '152322.717000', '152322.720000', '152322.722000', '152322.725000', '152322.728000', '152342.618000', '152342.621000', '152342.623000', '152342.626000', '152342.629000', '152342.631000', '152342.634000', '152342.637000', '152342.639000', '152342.642000', '152342.644000', '152342.647000', '152342.650000', '152342.653000', '152342.655000', '152342.658000', '152342.661000', '152342.663000', '152342.666000', '152342.669000', '152342.671000', '152342.674000', '152342.676000', '152342.679000', '152342.682000', '152342.684000', '152342.687000', '152342.690000', '152342.692000', '152342.695000', '152342.698000', '152342.700000', '152342.703000', '152342.705000', '152342.708000', '152342.711000', '152342.713000', '152342.716000', '152342.719000', '152342.721000', '152342.724000', '152342.727000', '152342.729000', '152342.732000', '152402.617000', '152402.620000', '152402.623000', '152402.626000', '152402.628000', '152402.631000', '152402.634000', '152402.636000', '152402.639000', '152402.641000', '152402.644000', '152402.647000', '152402.650000', '152402.652000', '152402.655000', '152402.657000', '152402.660000', '152402.663000', '152402.665000', '152402.668000', '152402.671000', '152402.673000', '152402.676000', '152402.678000', '152402.681000', '152402.684000', '152402.686000', '152402.689000', '152402.692000', '152402.694000', '152402.697000', '152402.700000', '152402.711000', '152402.713000', '152402.716000', '152402.719000', '152402.721000', '152402.724000', '152402.726000', '152402.729000', '152402.732000', '152402.734000', '152402.737000', '152402.739000', '152422.618000', '152422.621000', '152422.623000', '152422.626000', '152422.629000', '152422.631000', '152422.634000', '152422.636000', '152422.639000', '152422.642000', '152422.644000', '152422.647000', '152422.649000', '152422.652000', '152422.655000', '152422.657000', '152422.660000', '152422.663000', '152422.665000', '152422.668000', '152422.670000', '152422.673000', '152422.676000', '152422.678000', '152422.681000', '152422.683000', '152422.686000', '152422.689000', '152422.691000', '152422.694000', '152422.696000', '152422.700000', '152422.702000', '152422.705000', '152422.707000', '152422.710000', '152422.713000', '152422.715000', '152422.718000', '152422.720000', '152422.723000', '152422.726000', '152422.728000', '152442.619000', '152442.621000', '152442.640000', '152442.643000', '152442.646000', '152442.648000', '152442.651000', '152442.654000', '152442.656000', '152442.659000', '152442.661000', '152442.664000', '152442.667000', '152442.669000', '152442.672000', '152442.674000', '152442.677000', '152442.680000', '152442.683000', '152442.685000', '152442.688000', '152442.690000', '152442.693000', '152442.696000', '152442.698000', '152442.701000', '152442.704000', '152442.706000', '152442.709000', '152442.712000', '152442.714000', '152442.717000', '152442.720000', '152442.722000', '152442.725000', '152442.728000', '152442.730000', '152442.733000', '152442.735000', '152442.738000', '152442.741000', '152442.743000', '152442.746000', '152442.748000', '152502.619000', '152502.622000', '152502.624000', '152502.627000', '152502.630000', '152502.632000', '152502.635000', '152502.637000', '152502.640000', '152502.642000', '152502.645000', '152502.648000', '152502.650000', '152502.653000', '152502.656000', '152502.658000', '152502.661000', '152502.664000', '152502.666000', '152502.669000', '152502.672000', '152502.674000', '152502.677000', '152502.679000', '152502.682000', '152502.685000', '152502.687000', '152502.690000', '152502.693000', '152502.695000', '152502.698000', '152502.700000', '152502.703000', '152502.706000', '152502.708000', '152502.711000', '152502.714000', '152502.716000', '152502.719000', '152502.721000', '152502.724000', '152502.727000', '152502.729000', '152522.619000', '152522.621000', '152522.624000', '152522.627000', '152522.629000', '152522.632000', '152522.635000', '152522.637000', '152522.640000', '152522.642000', '152522.645000', '152522.648000', '152522.650000', '152522.653000', '152522.656000', '152522.658000', '152522.661000', '152522.663000', '152522.666000', '152522.669000', '152522.671000', '152522.674000', '152522.676000', '152522.679000', '152522.682000', '152522.684000', '152522.687000', '152522.689000', '152522.692000', '152522.734000', '152522.737000', '152522.739000', '152522.742000', '152522.745000', '152522.747000', '152522.750000', '152522.753000', '152522.755000', '152522.758000', '152522.760000', '152522.763000', '152522.766000', '152522.768000', '152522.771000', '152542.618000', '152542.620000', '152542.623000', '152542.626000', '152542.629000', '152542.631000', '152542.634000', '152542.636000', '152542.639000', '152542.642000', '152542.644000', '152542.647000', '152542.650000', '152542.652000', '152542.655000', '152542.658000', '152542.660000', '152542.663000', '152542.665000', '152542.668000', '152542.671000', '152542.673000', '152542.676000', '152542.679000', '152542.681000', '152542.684000', '152542.686000', '152542.689000', '152542.692000', '152542.694000', '152542.697000', '152542.699000', '152542.702000', '152542.704000', '152542.707000', '152542.710000', '152542.712000', '152542.715000', '152542.717000', '152542.720000', '152542.731000', '152542.733000', '152542.736000', '152602.618000', '152602.620000', '152602.623000', '152602.626000', '152602.629000', '152602.631000', '152602.634000', '152602.637000', '152602.639000', '152602.642000', '152602.644000', '152602.647000', '152602.650000', '152602.652000', '152602.655000', '152602.658000', '152602.660000', '152602.663000', '152602.666000', '152602.669000', '152602.672000', '152602.674000', '152602.677000', '152602.680000', '152602.682000', '152602.685000', '152602.688000', '152602.690000', '152602.693000', '152602.695000', '152602.698000', '152602.701000', '152602.703000', '152602.706000', '152602.709000', '152602.711000', '152602.714000', '152602.716000', '152602.719000', '152602.722000', '152602.724000', '152602.727000', '152602.730000', '152604.461000', '152604.465000', '152604.468000', '152604.470000', '152604.473000'], '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': [6699, 8980, 7113, 10662, 7985, 11764, 7017, 11227, 7045, 8650, 9797, 6473, 10511, 6566, 10498, 8161, 10568, 9008, 6180, 10224, 6901, 10617, 8637, 12378, 7134, 11568, 7055, 10471, 7211, 11620, 7352, 10846, 6720, 10375, 7059, 11577, 7332, 6237, 8572, 6421, 10364, 6649, 10535, 6876, 10236, 7313, 11564, 8688, 8889, 7470, 12064, 8409, 12492, 8738, 7120, 7886, 6498, 9027, 7811, 10633, 6678, 10926, 7024, 10176, 6838, 11434, 7904, 10611, 6721, 11313, 7479, 11519, 7874, 12820, 7120, 11519, 6959, 11528, 8178, 12257, 8031, 11102, 6800, 10157, 7584, 11590, 7412, 9454, 6855, 10220, 7876, 10996, 7873, 7868, 7002, 10688, 7480, 6161, 8271, 6519, 9631, 6483, 10435, 7474, 11282, 6733, 6522, 7352, 10213, 8566, 7957, 10279, 6628, 10377, 7116, 10662, 8221, 12864, 8090, 11391, 7188, 11980, 8504, 7404, 8715, 6368, 8564, 12668, 9288, 14215, 9139, 12711, 7079, 11187, 8078, 11809, 8210, 6266, 8209, 6183, 9172, 7711, 10379, 6642, 10352, 7201, 10857, 7468, 11690, 8649, 11765, 7314, 10966, 6324, 10703, 7639, 12271, 8105, 11111, 6505, 10502, 6753, 11603, 7128, 10880, 6830, 9931, 7536, 7130, 9341, 6715, 10147, 6576, 10580, 7167, 11812, 7659, 6344, 8826, 8895, 9965, 13784, 10680, 7005, 9391, 6039, 8621, 8837, 9467, 7238, 8271, 6715, 8304, 8960, 9436, 6157, 9366, 6267, 10320, 7235, 10556, 6641, 11133, 6135, 10840, 6521, 10260, 6866, 8055, 7557, 11295, 7940, 11590, 8908, 8230, 7457, 6205, 8801, 9219, 10515, 6633, 10827, 6658, 10539, 6630, 10816, 7737, 11072, 7038, 11002, 7657, 11887, 8453, 13272, 8092, 11691, 7273, 10404, 7796, 12406, 8187, 6307, 7751, 6541, 9096, 7256, 11200, 6999, 11178, 7004, 10648, 7640, 12215, 7435, 11179, 7083, 9715, 8251, 10229, 7233, 9463, 6289, 10084, 6054, 10215, 7014, 10311, 6252, 10599, 6172, 10498, 7183, 10692, 7086, 10723, 6884, 10820, 6586, 10592, 7154, 9507, 6913, 10840, 8135, 11681, 8373, 9153, 6997, 11148, 7575, 11946, 8942, 7648, 7909, 6138, 10215, 7266, 11415, 9160, 6331, 10100, 6517, 11310, 8545, 13126, 8406, 9852, 7251, 12294, 8413, 9281, 9060, 6354, 8566, 9954, 10114, 7896, 10518, 6617, 10424, 6194, 10138, 7420, 10492, 7174, 6371, 8443, 8067, 9366, 8651, 9938, 6213, 9956, 6138, 10445, 7351, 10932, 6629, 9843, 6611, 10293, 7674, 8639, 7004, 6233, 8386, 9336, 8561, 10811, 9835, 7246, 7714, 6247, 8665, 8443, 10615, 7805, 9869, 6280, 9490, 7200, 10858, 7555, 11209, 7080, 11366, 7103, 11522, 8820, 9818, 8450, 7939, 7745, 14037, 9385, 8858, 8801, 6234, 7761, 12725, 8603, 6547, 7828, 6141, 10027, 6152, 10052, 7281, 11984, 7301, 10570, 7024, 9895, 8674, 10122, 6931, 8250, 6200, 8235, 6607, 9646, 6292, 8647, 6277, 9816, 7437, 10960, 7007, 9788, 6741, 6651, 9349, 7638, 11587, 8214, 12519, 7871, 12711, 8973, 14360, 9622, 6663, 9664, 6560, 10128, 7823, 11564, 6795, 11050, 6838, 11583, 8194, 13515, 8463, 12342, 7822, 11513, 7905, 12292, 8074, 6298, 7170, 6346, 7823, 8589, 9548, 6389, 10544, 6821, 10635, 7674, 11592, 8044, 11281, 6792, 10991, 6441, 10858, 7584, 12437, 7345, 6355, 8026, 9735, 9106, 7499, 10994, 6890, 10896, 6955, 11772, 7952, 13109, 8279, 6281, 8487, 6531, 10317, 7873, 12762, 7244, 11723, 7152, 11684, 8341, 13555, 8910, 8528, 7307, 9311, 7567, 10267, 9183, 6271, 9612, 6503, 10735, 6512, 10515, 7399, 6338, 7780, 10881, 7605, 12425, 8400, 7274, 6941, 6490, 10047, 6775, 10493, 7086, 9746, 6418, 9200, 6813, 10212, 9544, 7166, 11532, 7424, 12672, 8702, 12770, 9628, 14502, 8424, 12176, 7638, 12273, 9213, 15768, 9309, 12934, 7369, 9303, 7808, 8329, 9549, 6469, 8546, 6357, 9664, 7096, 10704, 7758, 10221, 6477, 9825, 7120, 9265, 9466, 6419, 10996, 6903, 10923, 7859, 11592, 9409, 6198, 10835, 7099, 12208, 8878, 9863, 9347, 6352, 10577, 6450, 10378, 7895, 11045, 6723, 10866, 6586, 10815, 6866, 10513, 7629, 13063, 6949, 9645, 6769, 11809, 8391, 12044, 8552, 6365, 8233, 10390, 8276, 12157, 9554, 6333, 9563, 6424, 10606, 7000, 10503, 7865, 12835, 7403, 9235, 7483, 13438, 8915, 13970, 8305, 11824, 6690, 11056, 7765, 12576, 7992, 11604, 6620, 10926, 6645, 10875, 7437, 11236, 6748, 10945, 6502, 9993, 7186, 11987, 7341, 6290, 7093, 7383, 8061, 6719, 9631, 6687, 10210, 6535, 10269, 7431, 12538, 8460, 11916, 8372, 13310, 8606, 13105, 9929, 6471, 9944, 6811, 11271, 7370, 11370, 8508, 13303, 8060, 9279, 7643, 13119, 9357, 11474, 9972, 6273, 9547, 6275, 9825, 7791, 10954, 6641, 9820, 6796, 10994, 7567, 11505, 8249, 7700, 7779, 6676, 8360, 9695, 10651, 7146, 10455, 6481, 10692, 6782, 10760, 7941, 11621, 7203, 6349, 7905, 9756, 9505, 7654, 10059, 6801, 10698, 6448, 10418, 7289, 12004, 7114, 9602, 7133, 12235, 8065, 11941, 8790, 7007, 7298, 7046, 7497, 10257, 8496, 6277, 8961, 6517, 10472, 7226, 12665, 9237, 7837, 10016, 6729, 11186, 7304, 11026, 9141, 10995, 7107, 9759, 6279, 10776, 6953, 10583, 7776, 11591, 7047, 11084, 6928, 10672, 7012, 10901, 7168, 9957, 6562, 10262, 6397, 11028, 7400, 10316, 6381, 8974, 6379, 10442, 6269, 10922, 7261, 11251, 6609, 10899, 6239, 11154, 7165, 11230, 6951, 10436, 6359, 10649, 6698, 10051, 8543, 10570, 6481, 8930, 7102, 7993, 9554, 8382, 6305, 7755, 6327, 10145, 7070, 10405, 7294, 10644, 6904, 11149, 6796, 11344, 7307, 11409, 6348, 10607, 6344, 10894, 7518, 12023, 8745, 12257, 7032, 6386, 7676, 12848, 9554, 8335, 8467, 6108, 8314, 13091, 8948, 12954, 9466, 6559, 8248, 6193, 9986, 6540, 10759, 7589, 11579, 7004, 10482, 6723, 10574, 7614, 12089, 8736, 11088, 7210, 12146, 7621, 12056, 8376, 6575, 8730, 6474, 10979, 7216, 12064, 8823, 14096, 7870, 11915, 7353, 12088, 8346, 6817, 9469, 6970, 7979, 7720, 6915, 10663, 7307, 6931, 8269, 6406, 10626, 8426, 10863, 11725, 6377, 11698, 7395, 11958, 8598, 14185, 9017, 7269, 8409, 6228, 10027, 7236, 12229, 7703, 6182, 8079, 6244, 10033, 7630, 11933, 6998, 11459, 6948, 11362, 8315, 7525, 8894, 6239, 10703, 6502, 10426, 7811, 10252, 6301, 10918, 6288, 10519, 6940, 11473, 7658, 11498, 6848, 10460, 7790, 12942, 8750, 8652, 7373, 6540, 9159, 7549, 11759, 6799, 9548, 7244, 8051, 9712, 8207, 12708, 7083, 9950, 7542, 13439, 8931, 14451, 10394, 6364, 10092, 6672, 11471, 8152, 9387, 8743, 7077, 8372, 14223, 9467, 15523, 9187, 12614, 7534, 11893, 8160, 13744, 9149, 6885, 7198, 6274, 10204, 7572, 9713, 8544, 6224, 8746, 14443, 9154, 13938, 10234, 8013, 8181, 6039, 9279, 6950, 10653, 7238, 11194, 6941, 11069, 7435, 11137, 9494, 6461, 9822, 6214, 9533, 9971, 8652, 12853, 10107, 6382, 8010, 6092, 9157, 6718, 10548, 6841, 6249, 7355, 6131, 9588, 7247, 11493, 6616, 11415, 6653, 10812, 7207, 12141, 8163, 6500, 9046, 9496, 10187, 9749, 11745, 6531, 11161, 7241, 12362, 8973, 12977, 13567, 8092, 12237, 7210, 12786, 9200, 15707, 10213, 6628, 9289, 6201, 10990, 7618, 12947, 7925, 6203, 8936, 6716, 9384, 9017, 6451, 12088, 6712, 11299, 6872, 11879, 7934, 10359, 7832, 6284, 8609, 6942, 12094, 7307, 6966, 7967, 6191, 9872, 7218, 12321, 7584, 12360, 7604, 12970, 8201, 13056, 10046, 6491, 10460, 6438, 11188, 7956, 13261, 8021, 6436, 8384, 6211, 10582, 7938, 12579, 7849, 6254, 9847, 7747, 10176, 9328, 11262, 6310, 10310, 7307, 6191, 9765, 7227, 12141, 7586, 12833, 7727, 12632, 8550, 13662, 9122, 8187, 7825, 9024, 8613, 6669, 10946, 6724, 11048, 6746, 11132, 7949, 13023, 8302, 6487, 8334, 13899, 9495, 12673, 10627, 8156, 7912, 6238, 8436, 6630, 10945, 7095, 9366, 7074, 11718, 7477, 12275, 8844, 9682, 7450, 6176, 8045, 6505, 10608, 6690, 8774, 7500, 6125, 10355, 10139, 7098, 6298, 9716, 6574, 11775, 8400, 9346, 10701, 6950, 13803, 10476, 15202, 12484, 15685, 13051, 9860, 13958, 10435, 15021, 14512, 7650, 11787, 7904, 6925, 10220, 7622, 6872, 9479, 7247, 6965, 8821, 6713, 11405, 8966, 6730, 8972, 6604, 10411, 8225, 6585, 10017, 7393, 6249, 9876, 6806, 7358, 9751, 6669, 10175, 7659, 6631, 10567, 7799, 7361, 8848, 6680, 11061, 8540, 9717, 9463, 6686, 11119, 7622, 11557, 7802, 12219, 7883, 6380, 8441, 6543, 9806, 6793, 9873, 6813, 10484, 7360, 11262, 7784, 12778, 7946, 11864, 7404, 11300, 7710, 6756, 8624, 6916, 7784, 8112, 12341, 9958, 9582, 8978, 6783, 10137, 7711, 12285, 8461, 6482, 10279, 7790, 10672, 9964, 11147, 6839, 11569, 7025, 10941, 8231, 13289, 8850, 11479, 8440, 13560, 8119, 12734, 9014, 11502, 7561, 6232, 7900, 6697, 9116, 7095, 9401, 6915, 9295, 6866, 9214, 7278, 9482, 6498, 9100, 6509, 9416, 6775, 10674, 7045, 10554, 7344, 9777, 8046, 6361, 10050, 7434, 11384, 7852, 11918, 9080, 6910, 9238, 6848, 10908, 8434, 11926, 11155, 7280], 'WindowCenter': [3918.0, 3945.0, 3910.0, 3941.0, 3908.0, 3948.0, 3897.0, 3936.0, 3896.0, 3914.0, 3928.0, 3886.0, 3938.0, 3898.0, 3939.0, 3918.0, 3938.0, 3929.0, 3888.0, 3940.0, 3897.0, 3938.0, 3917.0, 3948.0, 3896.0, 3937.0, 3894.0, 3926.0, 3895.0, 3936.0, 3895.0, 3936.0, 3885.0, 3925.0, 3894.0, 3935.0, 3897.0, 3874.0, 3918.0, 3884.0, 3928.0, 3885.0, 3937.0, 3896.0, 3937.0, 3898.0, 3938.0, 3917.0, 3916.0, 3907.0, 3947.0, 3905.0, 3935.0, 3915.0, 3884.0, 3906.0, 3885.0, 3917.0, 3904.0, 3936.0, 3884.0, 3936.0, 3896.0, 3927.0, 3883.0, 3936.0, 3906.0, 3936.0, 3896.0, 3936.0, 3897.0, 3936.0, 3906.0, 3946.0, 3896.0, 3935.0, 3896.0, 3935.0, 3904.0, 3936.0, 3904.0, 3924.0, 3885.0, 3925.0, 3905.0, 3935.0, 3896.0, 3925.0, 3886.0, 3925.0, 3905.0, 3936.0, 3907.0, 3905.0, 3896.0, 3927.0, 3896.0, 3875.0, 3917.0, 3888.0, 3940.0, 3898.0, 3940.0, 3908.0, 3949.0, 3899.0, 3898.0, 3920.0, 3939.0, 3930.0, 3919.0, 3940.0, 3899.0, 3941.0, 3898.0, 3939.0, 3918.0, 3949.0, 3907.0, 3937.0, 3897.0, 3937.0, 3918.0, 3896.0, 3918.0, 3887.0, 3918.0, 3946.0, 3916.0, 3946.0, 3915.0, 3935.0, 3883.0, 3924.0, 3893.0, 3934.0, 3904.0, 3872.0, 3905.0, 3873.0, 3916.0, 3894.0, 3926.0, 3886.0, 3927.0, 3907.0, 3937.0, 3895.0, 3937.0, 3916.0, 3936.0, 3895.0, 3925.0, 3873.0, 3927.0, 3893.0, 3936.0, 3905.0, 3924.0, 3873.0, 3924.0, 3883.0, 3937.0, 3894.0, 3935.0, 3885.0, 3927.0, 3908.0, 3896.0, 3930.0, 3898.0, 3940.0, 3898.0, 3938.0, 3897.0, 3950.0, 3908.0, 3890.0, 3930.0, 3927.0, 3940.0, 3948.0, 3938.0, 3896.0, 3917.0, 3873.0, 3917.0, 3914.0, 3926.0, 3894.0, 3906.0, 3884.0, 3905.0, 3915.0, 3917.0, 3874.0, 3917.0, 3884.0, 3927.0, 3894.0, 3927.0, 3883.0, 3937.0, 3873.0, 3936.0, 3884.0, 3926.0, 3896.0, 3917.0, 3919.0, 3938.0, 3917.0, 3938.0, 3930.0, 3919.0, 3907.0, 3886.0, 3929.0, 3927.0, 3939.0, 3897.0, 3938.0, 3897.0, 3939.0, 3896.0, 3939.0, 3908.0, 3938.0, 3909.0, 3940.0, 3908.0, 3950.0, 3906.0, 3949.0, 3906.0, 3937.0, 3894.0, 3926.0, 3893.0, 3935.0, 3905.0, 3873.0, 3906.0, 3887.0, 3915.0, 3896.0, 3938.0, 3897.0, 3937.0, 3897.0, 3938.0, 3906.0, 3949.0, 3895.0, 3938.0, 3894.0, 3927.0, 3904.0, 3925.0, 3894.0, 3915.0, 3873.0, 3926.0, 3874.0, 3926.0, 3895.0, 3926.0, 3885.0, 3938.0, 3886.0, 3938.0, 3896.0, 3938.0, 3897.0, 3937.0, 3897.0, 3938.0, 3885.0, 3927.0, 3897.0, 3928.0, 3907.0, 3939.0, 3919.0, 3948.0, 3920.0, 3928.0, 3908.0, 3938.0, 3908.0, 3949.0, 3929.0, 3907.0, 3917.0, 3887.0, 3939.0, 3908.0, 3950.0, 3930.0, 3887.0, 3940.0, 3898.0, 3950.0, 3919.0, 3949.0, 3918.0, 3927.0, 3907.0, 3937.0, 3906.0, 3916.0, 3917.0, 3874.0, 3917.0, 3914.0, 3925.0, 3892.0, 3924.0, 3872.0, 3924.0, 3862.0, 3923.0, 3894.0, 3925.0, 3895.0, 3885.0, 3918.0, 3905.0, 3916.0, 3915.0, 3927.0, 3874.0, 3927.0, 3874.0, 3926.0, 3893.0, 3936.0, 3884.0, 3926.0, 3885.0, 3927.0, 3907.0, 3916.0, 3909.0, 3888.0, 3931.0, 3940.0, 3931.0, 3939.0, 3942.0, 3908.0, 3910.0, 3887.0, 3929.0, 3917.0, 3939.0, 3907.0, 3927.0, 3875.0, 3928.0, 3896.0, 3939.0, 3906.0, 3936.0, 3897.0, 3938.0, 3896.0, 3936.0, 3917.0, 3926.0, 3917.0, 3905.0, 3906.0, 3946.0, 3915.0, 3913.0, 3915.0, 3861.0, 3894.0, 3934.0, 3903.0, 3872.0, 3892.0, 3874.0, 3926.0, 3875.0, 3928.0, 3906.0, 3951.0, 3909.0, 3939.0, 3885.0, 3928.0, 3904.0, 3926.0, 3883.0, 3905.0, 3874.0, 3906.0, 3884.0, 3926.0, 3886.0, 3918.0, 3887.0, 3939.0, 3907.0, 3950.0, 3909.0, 3938.0, 3898.0, 3898.0, 3930.0, 3919.0, 3951.0, 3931.0, 3949.0, 3919.0, 3949.0, 3919.0, 3948.0, 3917.0, 3884.0, 3926.0, 3884.0, 3925.0, 3893.0, 3936.0, 3886.0, 3934.0, 3885.0, 3934.0, 3905.0, 3945.0, 3904.0, 3934.0, 3893.0, 3925.0, 3892.0, 3922.0, 3893.0, 3871.0, 3884.0, 3871.0, 3894.0, 3903.0, 3926.0, 3884.0, 3936.0, 3896.0, 3937.0, 3906.0, 3938.0, 3907.0, 3935.0, 3884.0, 3936.0, 3874.0, 3926.0, 3893.0, 3935.0, 3895.0, 3884.0, 3906.0, 3926.0, 3916.0, 3894.0, 3936.0, 3896.0, 3937.0, 3897.0, 3949.0, 3905.0, 3946.0, 3907.0, 3884.0, 3916.0, 3886.0, 3927.0, 3905.0, 3947.0, 3895.0, 3935.0, 3898.0, 3937.0, 3906.0, 3946.0, 3915.0, 3903.0, 3894.0, 3913.0, 3894.0, 3922.0, 3915.0, 3872.0, 3915.0, 3885.0, 3937.0, 3885.0, 3927.0, 3908.0, 3886.0, 3908.0, 3937.0, 3906.0, 3946.0, 3918.0, 3896.0, 3897.0, 3886.0, 3940.0, 3896.0, 3939.0, 3898.0, 3929.0, 3887.0, 3928.0, 3899.0, 3940.0, 3941.0, 3911.0, 3952.0, 3921.0, 3963.0, 3931.0, 3951.0, 3927.0, 3959.0, 3907.0, 3935.0, 3895.0, 3935.0, 3915.0, 3946.0, 3915.0, 3934.0, 3893.0, 3902.0, 3893.0, 3903.0, 3914.0, 3872.0, 3904.0, 3872.0, 3915.0, 3883.0, 3927.0, 3894.0, 3925.0, 3872.0, 3924.0, 3896.0, 3926.0, 3928.0, 3887.0, 3940.0, 3897.0, 3938.0, 3906.0, 3938.0, 3927.0, 3876.0, 3937.0, 3898.0, 3949.0, 3916.0, 3926.0, 3917.0, 3885.0, 3928.0, 3873.0, 3924.0, 3894.0, 3927.0, 3884.0, 3925.0, 3885.0, 3935.0, 3885.0, 3927.0, 3906.0, 3947.0, 3898.0, 3926.0, 3886.0, 3937.0, 3905.0, 3936.0, 3918.0, 3874.0, 3917.0, 3925.0, 3906.0, 3935.0, 3926.0, 3885.0, 3927.0, 3887.0, 3939.0, 3895.0, 3926.0, 3906.0, 3948.0, 3908.0, 3927.0, 3908.0, 3949.0, 3917.0, 3946.0, 3905.0, 3935.0, 3884.0, 3935.0, 3894.0, 3936.0, 3905.0, 3935.0, 3884.0, 3924.0, 3883.0, 3925.0, 3893.0, 3924.0, 3884.0, 3925.0, 3874.0, 3926.0, 3896.0, 3937.0, 3897.0, 3885.0, 3898.0, 3907.0, 3907.0, 3898.0, 3942.0, 3900.0, 3939.0, 3900.0, 3951.0, 3910.0, 3960.0, 3930.0, 3950.0, 3919.0, 3949.0, 3917.0, 3947.0, 3928.0, 3874.0, 3927.0, 3885.0, 3938.0, 3895.0, 3938.0, 3905.0, 3946.0, 3906.0, 3916.0, 3907.0, 3946.0, 3915.0, 3925.0, 3915.0, 3872.0, 3915.0, 3873.0, 3914.0, 3892.0, 3926.0, 3884.0, 3925.0, 3886.0, 3937.0, 3906.0, 3936.0, 3906.0, 3905.0, 3907.0, 3885.0, 3917.0, 3916.0, 3927.0, 3884.0, 3927.0, 3875.0, 3927.0, 3885.0, 3925.0, 3907.0, 3936.0, 3907.0, 3885.0, 3919.0, 3927.0, 3928.0, 3908.0, 3928.0, 3886.0, 3939.0, 3886.0, 3938.0, 3896.0, 3948.0, 3897.0, 3928.0, 3898.0, 3948.0, 3907.0, 3937.0, 3917.0, 3895.0, 3896.0, 3895.0, 3907.0, 3926.0, 3918.0, 3887.0, 3928.0, 3899.0, 3939.0, 3910.0, 3960.0, 3930.0, 3908.0, 3928.0, 3898.0, 3950.0, 3896.0, 3939.0, 3915.0, 3927.0, 3884.0, 3915.0, 3874.0, 3927.0, 3883.0, 3926.0, 3893.0, 3936.0, 3883.0, 3925.0, 3894.0, 3926.0, 3884.0, 3926.0, 3883.0, 3915.0, 3884.0, 3926.0, 3873.0, 3926.0, 3884.0, 3926.0, 3873.0, 3914.0, 3885.0, 3937.0, 3885.0, 3938.0, 3894.0, 3939.0, 3886.0, 3939.0, 3875.0, 3938.0, 3885.0, 3939.0, 3895.0, 3927.0, 3874.0, 3928.0, 3885.0, 3928.0, 3905.0, 3927.0, 3873.0, 3916.0, 3882.0, 3905.0, 3914.0, 3906.0, 3874.0, 3906.0, 3886.0, 3940.0, 3897.0, 3938.0, 3908.0, 3939.0, 3898.0, 3938.0, 3897.0, 3938.0, 3896.0, 3950.0, 3885.0, 3938.0, 3886.0, 3939.0, 3895.0, 3948.0, 3918.0, 3947.0, 3896.0, 3885.0, 3908.0, 3949.0, 3929.0, 3916.0, 3918.0, 3874.0, 3917.0, 3947.0, 3916.0, 3935.0, 3915.0, 3873.0, 3905.0, 3875.0, 3927.0, 3886.0, 3938.0, 3906.0, 3939.0, 3896.0, 3937.0, 3887.0, 3939.0, 3906.0, 3948.0, 3917.0, 3938.0, 3907.0, 3947.0, 3908.0, 3936.0, 3918.0, 3886.0, 3917.0, 3886.0, 3940.0, 3907.0, 3949.0, 3916.0, 3946.0, 3905.0, 3935.0, 3894.0, 3935.0, 3903.0, 3884.0, 3926.0, 3895.0, 3905.0, 3907.0, 3895.0, 3938.0, 3908.0, 3897.0, 3918.0, 3887.0, 3939.0, 3919.0, 3939.0, 3950.0, 3888.0, 3950.0, 3908.0, 3950.0, 3916.0, 3947.0, 3917.0, 3894.0, 3906.0, 3874.0, 3927.0, 3893.0, 3938.0, 3906.0, 3874.0, 3907.0, 3885.0, 3928.0, 3906.0, 3938.0, 3896.0, 3936.0, 3895.0, 3936.0, 3906.0, 3895.0, 3916.0, 3875.0, 3938.0, 3885.0, 3937.0, 3905.0, 3928.0, 3886.0, 3938.0, 3885.0, 3938.0, 3895.0, 3938.0, 3909.0, 3937.0, 3886.0, 3937.0, 3908.0, 3948.0, 3918.0, 3916.0, 3897.0, 3886.0, 3928.0, 3907.0, 3950.0, 3898.0, 3928.0, 3910.0, 3918.0, 3940.0, 3918.0, 3962.0, 3898.0, 3940.0, 3921.0, 3960.0, 3930.0, 3959.0, 3927.0, 3886.0, 3926.0, 3897.0, 3949.0, 3919.0, 3929.0, 3919.0, 3896.0, 3918.0, 3947.0, 3927.0, 3958.0, 3917.0, 3934.0, 3892.0, 3934.0, 3903.0, 3944.0, 3915.0, 3881.0, 3882.0, 3873.0, 3926.0, 3905.0, 3927.0, 3917.0, 3875.0, 3918.0, 3946.0, 3915.0, 3945.0, 3926.0, 3893.0, 3902.0, 3861.0, 3916.0, 3883.0, 3924.0, 3893.0, 3935.0, 3895.0, 3936.0, 3896.0, 3936.0, 3927.0, 3886.0, 3929.0, 3875.0, 3927.0, 3925.0, 3905.0, 3935.0, 3925.0, 3874.0, 3905.0, 3874.0, 3927.0, 3884.0, 3927.0, 3886.0, 3886.0, 3907.0, 3888.0, 3941.0, 3909.0, 3952.0, 3898.0, 3950.0, 3899.0, 3940.0, 3908.0, 3948.0, 3919.0, 3888.0, 3932.0, 3929.0, 3939.0, 3927.0, 3938.0, 3887.0, 3937.0, 3897.0, 3947.0, 3917.0, 3947.0, 3948.0, 3905.0, 3937.0, 3894.0, 3934.0, 3915.0, 3945.0, 3925.0, 3872.0, 3914.0, 3861.0, 3925.0, 3880.0, 3934.0, 3892.0, 3861.0, 3914.0, 3884.0, 3915.0, 3917.0, 3886.0, 3950.0, 3898.0, 3950.0, 3887.0, 3949.0, 3907.0, 3937.0, 3907.0, 3886.0, 3918.0, 3896.0, 3948.0, 3908.0, 3896.0, 3907.0, 3886.0, 3940.0, 3897.0, 3949.0, 3908.0, 3948.0, 3908.0, 3947.0, 3918.0, 3946.0, 3928.0, 3885.0, 3938.0, 3887.0, 3938.0, 3906.0, 3947.0, 3907.0, 3884.0, 3916.0, 3876.0, 3939.0, 3918.0, 3949.0, 3918.0, 3887.0, 3939.0, 3906.0, 3938.0, 3916.0, 3937.0, 3885.0, 3926.0, 3907.0, 3887.0, 3938.0, 3907.0, 3960.0, 3910.0, 3949.0, 3908.0, 3948.0, 3917.0, 3947.0, 3927.0, 3905.0, 3896.0, 3915.0, 3916.0, 3885.0, 3937.0, 3887.0, 3938.0, 3897.0, 3938.0, 3906.0, 3948.0, 3918.0, 3885.0, 3919.0, 3948.0, 3928.0, 3947.0, 3939.0, 3905.0, 3906.0, 3873.0, 3916.0, 3886.0, 3938.0, 3898.0, 3928.0, 3909.0, 3949.0, 3910.0, 3949.0, 3930.0, 3928.0, 3909.0, 3876.0, 3920.0, 3887.0, 3940.0, 3899.0, 3930.0, 3922.0, 3902.0, 3955.0, 3966.0, 3925.0, 3917.0, 3955.0, 3914.0, 3963.0, 3942.0, 3941.0, 3952.0, 3909.0, 3961.0, 3938.0, 3960.0, 3938.0, 3946.0, 3933.0, 3901.0, 3920.0, 3900.0, 3918.0, 3918.0, 3865.0, 3905.0, 3866.0, 3855.0, 3896.0, 3876.0, 3856.0, 3898.0, 3880.0, 3868.0, 3900.0, 3871.0, 3920.0, 3900.0, 3869.0, 3901.0, 3871.0, 3922.0, 3902.0, 3884.0, 3924.0, 3894.0, 3883.0, 3926.0, 3898.0, 3908.0, 3937.0, 3899.0, 3939.0, 3921.0, 3900.0, 3939.0, 3909.0, 3908.0, 3928.0, 3898.0, 3950.0, 3928.0, 3940.0, 3939.0, 3898.0, 3949.0, 3908.0, 3949.0, 3908.0, 3948.0, 3916.0, 3885.0, 3918.0, 3887.0, 3941.0, 3898.0, 3939.0, 3900.0, 3950.0, 3922.0, 3952.0, 3920.0, 3960.0, 3920.0, 3949.0, 3908.0, 3938.0, 3909.0, 3898.0, 3930.0, 3910.0, 3921.0, 3933.0, 3964.0, 3953.0, 3940.0, 3930.0, 3899.0, 3952.0, 3920.0, 3963.0, 3932.0, 3901.0, 3953.0, 3919.0, 3942.0, 3939.0, 3952.0, 3899.0, 3950.0, 3897.0, 3939.0, 3907.0, 3947.0, 3917.0, 3937.0, 3916.0, 3946.0, 3906.0, 3935.0, 3916.0, 3934.0, 3895.0, 3872.0, 3904.0, 3884.0, 3916.0, 3895.0, 3915.0, 3885.0, 3916.0, 3883.0, 3916.0, 3894.0, 3915.0, 3874.0, 3915.0, 3874.0, 3915.0, 3885.0, 3937.0, 3897.0, 3937.0, 3907.0, 3938.0, 3918.0, 3899.0, 3940.0, 3922.0, 3961.0, 3920.0, 3951.0, 3931.0, 3908.0, 3940.0, 3900.0, 3950.0, 3930.0, 3950.0, 3950.0, 3908.0], 'WindowWidth': [8790.0, 8818.0, 8763.0, 8804.0, 8755.0, 8808.0, 8738.0, 8789.0, 8737.0, 8757.0, 8781.0, 8723.0, 8794.0, 8744.0, 8798.0, 8771.0, 8796.0, 8785.0, 8729.0, 8801.0, 8739.0, 8794.0, 8766.0, 8807.0, 8737.0, 8792.0, 8731.0, 8774.0, 8731.0, 8787.0, 8732.0, 8786.0, 8720.0, 8772.0, 8731.0, 8786.0, 8737.0, 8707.0, 8767.0, 8718.0, 8780.0, 8721.0, 8792.0, 8739.0, 8793.0, 8741.0, 8794.0, 8767.0, 8762.0, 8752.0, 8804.0, 8747.0, 8786.0, 8759.0, 8716.0, 8748.0, 8718.0, 8765.0, 8744.0, 8790.0, 8718.0, 8788.0, 8736.0, 8777.0, 8716.0, 8789.0, 8749.0, 8789.0, 8737.0, 8789.0, 8738.0, 8787.0, 8747.0, 8801.0, 8737.0, 8786.0, 8736.0, 8785.0, 8744.0, 8788.0, 8744.0, 8768.0, 8719.0, 8770.0, 8745.0, 8786.0, 8736.0, 8772.0, 8723.0, 8774.0, 8747.0, 8788.0, 8750.0, 8745.0, 8735.0, 8776.0, 8735.0, 8709.0, 8767.0, 8730.0, 8800.0, 8744.0, 8799.0, 8755.0, 8812.0, 8745.0, 8744.0, 8776.0, 8800.0, 8788.0, 8772.0, 8801.0, 8747.0, 8805.0, 8742.0, 8798.0, 8766.0, 8810.0, 8750.0, 8790.0, 8738.0, 8790.0, 8766.0, 8737.0, 8766.0, 8725.0, 8767.0, 8802.0, 8763.0, 8802.0, 8758.0, 8783.0, 8715.0, 8767.0, 8727.0, 8782.0, 8743.0, 8698.0, 8744.0, 8700.0, 8762.0, 8729.0, 8774.0, 8721.0, 8778.0, 8752.0, 8792.0, 8734.0, 8791.0, 8760.0, 8786.0, 8731.0, 8771.0, 8702.0, 8775.0, 8726.0, 8787.0, 8743.0, 8768.0, 8699.0, 8767.0, 8715.0, 8789.0, 8730.0, 8786.0, 8721.0, 8777.0, 8755.0, 8737.0, 8786.0, 8743.0, 8801.0, 8740.0, 8794.0, 8738.0, 8813.0, 8757.0, 8734.0, 8788.0, 8779.0, 8798.0, 8806.0, 8793.0, 8733.0, 8764.0, 8702.0, 8763.0, 8755.0, 8774.0, 8729.0, 8748.0, 8715.0, 8746.0, 8757.0, 8762.0, 8704.0, 8763.0, 8718.0, 8778.0, 8729.0, 8777.0, 8715.0, 8789.0, 8702.0, 8787.0, 8717.0, 8775.0, 8738.0, 8766.0, 8771.0, 8796.0, 8766.0, 8794.0, 8787.0, 8769.0, 8753.0, 8726.0, 8785.0, 8779.0, 8796.0, 8739.0, 8795.0, 8741.0, 8797.0, 8737.0, 8796.0, 8756.0, 8796.0, 8760.0, 8800.0, 8756.0, 8812.0, 8749.0, 8807.0, 8747.0, 8787.0, 8728.0, 8772.0, 8726.0, 8786.0, 8744.0, 8702.0, 8749.0, 8723.0, 8760.0, 8736.0, 8795.0, 8739.0, 8793.0, 8739.0, 8795.0, 8748.0, 8808.0, 8734.0, 8792.0, 8730.0, 8776.0, 8740.0, 8771.0, 8728.0, 8757.0, 8702.0, 8774.0, 8704.0, 8775.0, 8731.0, 8774.0, 8720.0, 8792.0, 8723.0, 8794.0, 8734.0, 8794.0, 8737.0, 8790.0, 8738.0, 8791.0, 8719.0, 8778.0, 8739.0, 8782.0, 8756.0, 8797.0, 8770.0, 8809.0, 8772.0, 8781.0, 8757.0, 8795.0, 8756.0, 8809.0, 8784.0, 8753.0, 8766.0, 8728.0, 8797.0, 8755.0, 8813.0, 8788.0, 8729.0, 8801.0, 8745.0, 8815.0, 8769.0, 8811.0, 8768.0, 8778.0, 8753.0, 8792.0, 8749.0, 8761.0, 8763.0, 8703.0, 8762.0, 8754.0, 8770.0, 8723.0, 8768.0, 8697.0, 8767.0, 8684.0, 8766.0, 8728.0, 8772.0, 8733.0, 8720.0, 8767.0, 8745.0, 8763.0, 8758.0, 8776.0, 8703.0, 8775.0, 8703.0, 8773.0, 8726.0, 8786.0, 8718.0, 8774.0, 8722.0, 8778.0, 8751.0, 8764.0, 8758.0, 8731.0, 8791.0, 8800.0, 8790.0, 8797.0, 8805.0, 8755.0, 8760.0, 8725.0, 8783.0, 8764.0, 8798.0, 8751.0, 8778.0, 8707.0, 8779.0, 8735.0, 8796.0, 8749.0, 8789.0, 8740.0, 8794.0, 8738.0, 8789.0, 8766.0, 8775.0, 8765.0, 8746.0, 8749.0, 8801.0, 8759.0, 8752.0, 8756.0, 8682.0, 8728.0, 8780.0, 8739.0, 8697.0, 8725.0, 8705.0, 8774.0, 8708.0, 8781.0, 8749.0, 8813.0, 8756.0, 8797.0, 8719.0, 8778.0, 8742.0, 8775.0, 8714.0, 8745.0, 8702.0, 8747.0, 8717.0, 8775.0, 8722.0, 8766.0, 8728.0, 8798.0, 8752.0, 8813.0, 8757.0, 8796.0, 8744.0, 8743.0, 8788.0, 8771.0, 8817.0, 8790.0, 8812.0, 8772.0, 8811.0, 8768.0, 8805.0, 8763.0, 8717.0, 8775.0, 8716.0, 8771.0, 8727.0, 8788.0, 8721.0, 8783.0, 8719.0, 8782.0, 8744.0, 8799.0, 8744.0, 8780.0, 8727.0, 8768.0, 8721.0, 8762.0, 8724.0, 8694.0, 8715.0, 8696.0, 8728.0, 8739.0, 8773.0, 8718.0, 8788.0, 8735.0, 8793.0, 8747.0, 8793.0, 8748.0, 8786.0, 8717.0, 8786.0, 8703.0, 8772.0, 8727.0, 8785.0, 8732.0, 8718.0, 8749.0, 8775.0, 8761.0, 8731.0, 8789.0, 8737.0, 8791.0, 8739.0, 8808.0, 8746.0, 8801.0, 8749.0, 8718.0, 8763.0, 8722.0, 8778.0, 8746.0, 8805.0, 8734.0, 8787.0, 8740.0, 8791.0, 8747.0, 8801.0, 8757.0, 8739.0, 8729.0, 8753.0, 8729.0, 8763.0, 8757.0, 8698.0, 8757.0, 8720.0, 8789.0, 8720.0, 8776.0, 8753.0, 8723.0, 8754.0, 8792.0, 8750.0, 8801.0, 8767.0, 8735.0, 8737.0, 8725.0, 8799.0, 8737.0, 8796.0, 8742.0, 8784.0, 8728.0, 8783.0, 8748.0, 8800.0, 8806.0, 8766.0, 8820.0, 8779.0, 8834.0, 8788.0, 8815.0, 8778.0, 8822.0, 8748.0, 8784.0, 8731.0, 8784.0, 8758.0, 8799.0, 8755.0, 8779.0, 8725.0, 8735.0, 8726.0, 8737.0, 8755.0, 8698.0, 8741.0, 8698.0, 8757.0, 8711.0, 8777.0, 8728.0, 8770.0, 8697.0, 8769.0, 8736.0, 8773.0, 8780.0, 8726.0, 8798.0, 8738.0, 8793.0, 8749.0, 8793.0, 8777.0, 8709.0, 8790.0, 8742.0, 8809.0, 8763.0, 8774.0, 8762.0, 8718.0, 8779.0, 8701.0, 8769.0, 8725.0, 8773.0, 8714.0, 8771.0, 8720.0, 8786.0, 8722.0, 8777.0, 8748.0, 8804.0, 8739.0, 8776.0, 8723.0, 8790.0, 8745.0, 8787.0, 8764.0, 8703.0, 8764.0, 8772.0, 8747.0, 8785.0, 8774.0, 8718.0, 8778.0, 8725.0, 8796.0, 8734.0, 8774.0, 8749.0, 8806.0, 8753.0, 8777.0, 8753.0, 8808.0, 8763.0, 8800.0, 8744.0, 8782.0, 8716.0, 8785.0, 8728.0, 8787.0, 8745.0, 8782.0, 8716.0, 8768.0, 8713.0, 8770.0, 8727.0, 8769.0, 8715.0, 8770.0, 8705.0, 8774.0, 8734.0, 8790.0, 8738.0, 8722.0, 8740.0, 8753.0, 8753.0, 8742.0, 8805.0, 8749.0, 8799.0, 8750.0, 8819.0, 8762.0, 8827.0, 8788.0, 8812.0, 8771.0, 8809.0, 8765.0, 8804.0, 8780.0, 8705.0, 8776.0, 8720.0, 8792.0, 8732.0, 8793.0, 8744.0, 8801.0, 8748.0, 8760.0, 8750.0, 8801.0, 8758.0, 8770.0, 8758.0, 8698.0, 8758.0, 8700.0, 8756.0, 8722.0, 8771.0, 8716.0, 8772.0, 8722.0, 8792.0, 8749.0, 8789.0, 8749.0, 8746.0, 8752.0, 8719.0, 8765.0, 8760.0, 8776.0, 8717.0, 8775.0, 8706.0, 8776.0, 8718.0, 8771.0, 8749.0, 8789.0, 8751.0, 8722.0, 8771.0, 8778.0, 8781.0, 8753.0, 8780.0, 8723.0, 8795.0, 8723.0, 8793.0, 8734.0, 8806.0, 8739.0, 8780.0, 8741.0, 8808.0, 8750.0, 8791.0, 8763.0, 8731.0, 8735.0, 8732.0, 8752.0, 8775.0, 8766.0, 8725.0, 8781.0, 8746.0, 8797.0, 8761.0, 8827.0, 8785.0, 8755.0, 8782.0, 8741.0, 8813.0, 8736.0, 8794.0, 8757.0, 8776.0, 8715.0, 8758.0, 8702.0, 8775.0, 8713.0, 8774.0, 8725.0, 8786.0, 8714.0, 8769.0, 8730.0, 8774.0, 8716.0, 8773.0, 8713.0, 8756.0, 8717.0, 8774.0, 8701.0, 8773.0, 8714.0, 8773.0, 8699.0, 8756.0, 8719.0, 8789.0, 8719.0, 8793.0, 8731.0, 8796.0, 8723.0, 8795.0, 8708.0, 8793.0, 8719.0, 8795.0, 8732.0, 8777.0, 8705.0, 8778.0, 8718.0, 8778.0, 8743.0, 8777.0, 8701.0, 8761.0, 8711.0, 8745.0, 8754.0, 8747.0, 8703.0, 8748.0, 8724.0, 8798.0, 8738.0, 8795.0, 8755.0, 8797.0, 8741.0, 8795.0, 8739.0, 8793.0, 8735.0, 8810.0, 8720.0, 8793.0, 8723.0, 8796.0, 8734.0, 8806.0, 8767.0, 8803.0, 8736.0, 8720.0, 8754.0, 8807.0, 8783.0, 8761.0, 8765.0, 8705.0, 8763.0, 8803.0, 8761.0, 8784.0, 8759.0, 8700.0, 8744.0, 8708.0, 8778.0, 8722.0, 8792.0, 8747.0, 8795.0, 8735.0, 8791.0, 8726.0, 8795.0, 8749.0, 8806.0, 8766.0, 8792.0, 8752.0, 8804.0, 8753.0, 8789.0, 8766.0, 8722.0, 8766.0, 8725.0, 8799.0, 8754.0, 8809.0, 8760.0, 8801.0, 8745.0, 8784.0, 8730.0, 8783.0, 8741.0, 8716.0, 8773.0, 8733.0, 8746.0, 8752.0, 8734.0, 8794.0, 8755.0, 8741.0, 8768.0, 8728.0, 8798.0, 8771.0, 8798.0, 8814.0, 8730.0, 8814.0, 8754.0, 8813.0, 8762.0, 8804.0, 8763.0, 8730.0, 8749.0, 8703.0, 8775.0, 8728.0, 8792.0, 8748.0, 8705.0, 8750.0, 8722.0, 8781.0, 8748.0, 8793.0, 8734.0, 8788.0, 8734.0, 8789.0, 8748.0, 8731.0, 8761.0, 8708.0, 8794.0, 8721.0, 8790.0, 8745.0, 8778.0, 8722.0, 8794.0, 8721.0, 8794.0, 8733.0, 8794.0, 8754.0, 8790.0, 8724.0, 8792.0, 8754.0, 8806.0, 8769.0, 8762.0, 8738.0, 8722.0, 8779.0, 8750.0, 8814.0, 8742.0, 8782.0, 8760.0, 8769.0, 8801.0, 8769.0, 8831.0, 8743.0, 8801.0, 8775.0, 8827.0, 8785.0, 8822.0, 8777.0, 8721.0, 8775.0, 8740.0, 8810.0, 8771.0, 8782.0, 8770.0, 8738.0, 8769.0, 8806.0, 8777.0, 8819.0, 8761.0, 8781.0, 8724.0, 8780.0, 8739.0, 8794.0, 8755.0, 8706.0, 8708.0, 8700.0, 8772.0, 8746.0, 8776.0, 8764.0, 8706.0, 8766.0, 8802.0, 8759.0, 8797.0, 8773.0, 8724.0, 8737.0, 8681.0, 8760.0, 8711.0, 8768.0, 8725.0, 8784.0, 8733.0, 8786.0, 8734.0, 8787.0, 8777.0, 8721.0, 8782.0, 8706.0, 8778.0, 8771.0, 8746.0, 8784.0, 8771.0, 8703.0, 8745.0, 8704.0, 8777.0, 8717.0, 8776.0, 8721.0, 8723.0, 8752.0, 8730.0, 8803.0, 8757.0, 8818.0, 8743.0, 8814.0, 8746.0, 8800.0, 8755.0, 8809.0, 8772.0, 8730.0, 8791.0, 8783.0, 8797.0, 8777.0, 8794.0, 8723.0, 8790.0, 8738.0, 8803.0, 8764.0, 8803.0, 8806.0, 8743.0, 8788.0, 8729.0, 8781.0, 8757.0, 8796.0, 8770.0, 8695.0, 8753.0, 8681.0, 8768.0, 8704.0, 8780.0, 8722.0, 8681.0, 8753.0, 8717.0, 8757.0, 8764.0, 8724.0, 8812.0, 8742.0, 8811.0, 8727.0, 8809.0, 8754.0, 8792.0, 8753.0, 8724.0, 8769.0, 8737.0, 8808.0, 8755.0, 8737.0, 8754.0, 8725.0, 8798.0, 8739.0, 8811.0, 8756.0, 8808.0, 8756.0, 8805.0, 8766.0, 8802.0, 8779.0, 8721.0, 8793.0, 8727.0, 8794.0, 8747.0, 8804.0, 8751.0, 8719.0, 8764.0, 8710.0, 8796.0, 8767.0, 8810.0, 8767.0, 8727.0, 8798.0, 8747.0, 8793.0, 8760.0, 8792.0, 8718.0, 8775.0, 8752.0, 8728.0, 8794.0, 8753.0, 8828.0, 8760.0, 8810.0, 8754.0, 8807.0, 8763.0, 8804.0, 8777.0, 8744.0, 8734.0, 8760.0, 8760.0, 8719.0, 8791.0, 8725.0, 8792.0, 8738.0, 8792.0, 8749.0, 8808.0, 8767.0, 8721.0, 8771.0, 8809.0, 8780.0, 8802.0, 8793.0, 8744.0, 8746.0, 8701.0, 8763.0, 8722.0, 8793.0, 8741.0, 8780.0, 8758.0, 8812.0, 8761.0, 8810.0, 8786.0, 8781.0, 8758.0, 8712.0, 8772.0, 8727.0, 8800.0, 8745.0, 8789.0, 8785.0, 8756.0, 8831.0, 8847.0, 8794.0, 8787.0, 8830.0, 8776.0, 8838.0, 8812.0, 8806.0, 8821.0, 8759.0, 8833.0, 8792.0, 8828.0, 8793.0, 8800.0, 8778.0, 8728.0, 8752.0, 8723.0, 8745.0, 8745.0, 8671.0, 8725.0, 8673.0, 8660.0, 8717.0, 8691.0, 8665.0, 8723.0, 8701.0, 8684.0, 8727.0, 8691.0, 8756.0, 8729.0, 8687.0, 8731.0, 8693.0, 8761.0, 8736.0, 8714.0, 8769.0, 8730.0, 8716.0, 8775.0, 8742.0, 8756.0, 8793.0, 8746.0, 8798.0, 8776.0, 8746.0, 8799.0, 8759.0, 8757.0, 8783.0, 8743.0, 8813.0, 8782.0, 8799.0, 8798.0, 8743.0, 8810.0, 8755.0, 8811.0, 8755.0, 8808.0, 8765.0, 8722.0, 8769.0, 8729.0, 8803.0, 8744.0, 8799.0, 8750.0, 8816.0, 8781.0, 8821.0, 8775.0, 8828.0, 8775.0, 8811.0, 8756.0, 8793.0, 8759.0, 8744.0, 8788.0, 8764.0, 8778.0, 8798.0, 8839.0, 8824.0, 8801.0, 8788.0, 8747.0, 8819.0, 8775.0, 8836.0, 8793.0, 8752.0, 8824.0, 8772.0, 8807.0, 8798.0, 8819.0, 8745.0, 8813.0, 8740.0, 8797.0, 8752.0, 8807.0, 8766.0, 8790.0, 8761.0, 8800.0, 8746.0, 8785.0, 8759.0, 8781.0, 8730.0, 8698.0, 8742.0, 8715.0, 8761.0, 8731.0, 8760.0, 8718.0, 8761.0, 8714.0, 8761.0, 8728.0, 8759.0, 8703.0, 8758.0, 8704.0, 8760.0, 8720.0, 8790.0, 8739.0, 8791.0, 8752.0, 8794.0, 8771.0, 8747.0, 8802.0, 8781.0, 8832.0, 8777.0, 8818.0, 8792.0, 8756.0, 8801.0, 8748.0, 8815.0, 8790.0, 8815.0, 8815.0, 8754.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.010544128086419753</td></tr>
<tr><td colspan=3>aqi</td><td>0.02238320509259259</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.68942955034749</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3298232060926656</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1674663983011593</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>6847.6602</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0775674766868484</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7716049382716049</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6005687319131856</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6246186646969423</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7919023879813145</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3851851430613</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084998</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008049458265304565</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022372232750058174</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8245414886444435</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.716</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2005</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.2928</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>625.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.291</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3327</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.4342</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3117.3488</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.673</td></tr>
<tr><td colspan=3>tsnr</td><td>39.01544817537069</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>