<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>e2a50ee61d2e38fc09e5afa04237d4e9</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>12:30:5.290000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107521</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>[4179, -7741, -7255, 634, 27, -133, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.888</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>614eed52-5d0e-4183-8daa-f0fb8e4d2b88||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['123005.290000', '123005.750000', '123006.210000', '123006.670000', '123007.130000', '123007.590000', '123008.050000', '123008.510000', '123008.970000', '123009.430000', '123009.890000', '123010.350000', '123010.810000', '123011.270000', '123011.730000', '123012.190000', '123012.650000', '123013.110000', '123013.570000', '123014.030000', '123014.490000', '123014.950000', '123015.410000', '123015.870000', '123016.330000', '123016.790000', '123017.250000', '123017.710000', '123018.170000', '123018.630000', '123019.090000', '123019.550000', '123020.010000', '123020.470000', '123020.930000', '123021.390000', '123021.850000', '123022.310000', '123022.770000', '123023.230000', '123023.690000', '123024.150000', '123024.610000', '123025.070000', '123025.530000', '123025.990000', '123026.450000', '123026.910000', '123027.370000', '123027.830000', '123028.290000', '123028.750000', '123029.210000', '123029.670000', '123030.130000', '123030.590000', '123031.050000', '123031.510000', '123031.970000', '123032.430000', '123032.890000', '123033.350000', '123033.810000', '123034.270000', '123034.730000', '123035.190000', '123035.650000', '123036.110000', '123036.570000', '123037.030000', '123037.490000', '123037.950000', '123038.410000', '123038.870000', '123039.330000', '123039.790000', '123040.250000', '123040.710000', '123041.170000', '123041.630000', '123042.090000', '123042.550000', '123043.010000', '123043.470000', '123043.930000', '123044.390000', '123044.850000', '123045.310000', '123045.770000', '123046.230000', '123046.690000', '123047.150000', '123047.610000', '123048.070000', '123048.530000', '123048.990000', '123049.450000', '123049.910000', '123050.370000', '123050.830000', '123051.290000', '123051.750000', '123052.210000', '123052.670000', '123053.130000', '123053.590000', '123054.050000', '123054.510000', '123054.970000', '123055.430000', '123055.890000', '123056.350000', '123056.810000', '123057.270000', '123057.730000', '123058.190000', '123058.650000', '123059.110000', '123059.570000', '123100.030000', '123100.490000', '123100.950000', '123101.410000', '123101.870000', '123102.330000', '123102.790000', '123103.250000', '123103.710000', '123104.170000', '123104.630000', '123105.090000', '123105.550000', '123106.010000', '123106.470000', '123106.930000', '123107.390000', '123107.850000', '123108.310000', '123108.770000', '123109.230000', '123109.690000', '123110.150000', '123110.610000', '123111.070000', '123111.530000', '123111.990000', '123112.450000', '123112.910000', '123113.370000', '123113.830000', '123114.290000', '123114.750000', '123115.210000', '123115.670000', '123116.130000', '123116.590000', '123117.050000', '123117.510000', '123117.970000', '123118.430000', '123118.890000', '123119.350000', '123119.810000', '123120.270000', '123120.730000', '123121.190000', '123121.650000', '123122.110000', '123122.570000', '123123.030000', '123123.490000', '123123.950000', '123124.410000', '123124.870000', '123125.330000', '123125.790000', '123126.250000', '123126.710000', '123127.170000', '123127.630000', '123128.090000', '123128.550000', '123129.010000', '123129.470000', '123129.930000', '123130.390000', '123130.850000', '123131.310000', '123131.770000', '123132.230000', '123132.690000', '123133.150000', '123133.610000', '123134.070000', '123134.530000', '123134.990000', '123135.450000', '123135.910000', '123136.370000', '123136.830000', '123137.290000', '123137.750000', '123138.210000', '123138.670000', '123139.130000', '123139.590000', '123140.050000', '123140.510000', '123140.970000', '123141.430000', '123141.890000', '123142.350000', '123142.810000', '123143.270000', '123143.730000', '123144.190000', '123144.650000', '123145.110000', '123145.570000', '123146.030000', '123146.490000', '123146.950000', '123147.410000', '123147.870000', '123148.330000', '123148.790000', '123149.250000', '123149.710000', '123150.170000', '123150.630000', '123151.090000', '123151.550000', '123152.010000', '123152.470000', '123152.930000', '123153.390000', '123153.850000', '123154.310000', '123154.770000', '123155.230000', '123155.690000', '123156.150000', '123156.610000', '123157.070000', '123157.530000', '123157.990000', '123158.450000', '123158.910000', '123159.370000', '123159.830000', '123200.290000', '123200.750000', '123201.210000', '123201.670000', '123202.130000', '123202.590000', '123203.050000', '123203.510000', '123203.970000', '123204.430000', '123204.890000', '123205.350000', '123205.810000', '123206.270000', '123206.730000', '123207.190000', '123207.650000', '123208.110000', '123208.570000', '123209.030000', '123209.490000', '123209.950000', '123210.410000', '123210.870000', '123211.330000', '123211.790000', '123212.250000', '123212.710000', '123213.170000', '123213.630000', '123214.090000', '123214.550000', '123215.010000', '123215.470000', '123215.930000', '123216.390000', '123216.850000', '123217.310000', '123217.770000', '123218.230000', '123218.690000', '123219.150000', '123219.610000', '123220.070000', '123220.530000', '123220.990000', '123221.450000', '123221.910000', '123222.370000', '123222.830000', '123223.290000', '123223.750000', '123224.210000', '123224.670000', '123225.130000', '123225.590000', '123226.050000', '123226.510000', '123226.970000', '123227.430000', '123227.890000', '123228.350000', '123228.810000', '123229.270000', '123229.730000', '123230.190000', '123230.650000', '123231.110000', '123231.570000', '123232.030000', '123232.490000', '123232.950000', '123233.410000', '123233.870000', '123234.330000', '123234.790000', '123235.250000', '123235.710000', '123236.170000', '123236.630000', '123237.090000', '123237.550000', '123238.010000', '123238.470000', '123238.930000', '123239.390000', '123239.850000', '123240.310000', '123240.770000', '123241.230000', '123241.690000', '123242.150000', '123242.610000', '123243.070000', '123243.530000', '123243.990000', '123244.450000', '123244.910000', '123245.370000', '123245.830000', '123246.290000', '123246.750000', '123247.210000', '123247.670000', '123248.130000', '123248.590000', '123249.050000', '123249.510000', '123249.970000', '123250.430000', '123250.890000', '123251.350000', '123251.810000', '123252.270000', '123252.730000', '123253.190000', '123253.650000', '123254.110000', '123254.570000', '123255.030000', '123255.490000', '123255.950000', '123256.410000', '123256.870000', '123257.330000', '123257.790000', '123258.250000', '123258.710000', '123259.170000', '123259.630000', '123300.090000', '123300.550000', '123301.010000', '123301.470000', '123301.930000', '123302.390000', '123302.850000', '123303.310000', '123303.770000', '123304.230000', '123304.690000', '123305.150000', '123305.610000', '123306.070000', '123306.530000', '123306.990000', '123307.450000', '123307.910000', '123308.370000', '123308.830000', '123309.290000', '123309.750000', '123310.210000', '123310.670000', '123311.130000', '123311.590000', '123312.050000', '123312.510000', '123312.970000', '123313.430000', '123313.890000', '123314.350000', '123314.810000', '123315.270000', '123315.730000', '123316.190000', '123316.650000', '123317.110000', '123317.570000', '123318.030000', '123318.490000', '123318.950000', '123319.410000', '123319.870000', '123320.330000', '123320.790000', '123321.250000', '123321.710000', '123322.170000', '123322.630000', '123323.090000', '123323.550000', '123324.010000', '123324.470000', '123324.930000', '123325.390000', '123325.850000', '123326.310000', '123326.770000', '123327.230000', '123327.690000', '123328.150000', '123328.610000', '123329.070000', '123329.530000', '123329.990000', '123330.450000', '123330.910000', '123331.370000', '123331.830000', '123332.290000', '123332.750000', '123333.210000', '123333.670000', '123334.130000', '123334.590000', '123335.050000', '123335.510000', '123335.970000', '123336.430000', '123336.890000', '123337.350000', '123337.810000', '123338.270000', '123338.730000', '123339.190000', '123339.650000', '123340.110000', '123340.570000', '123341.030000', '123341.490000', '123341.950000', '123342.410000', '123342.870000', '123343.330000', '123343.790000', '123344.250000', '123344.710000', '123345.170000', '123345.630000', '123346.090000', '123346.550000', '123347.010000', '123347.470000', '123347.930000', '123348.390000', '123348.850000', '123349.310000', '123349.770000', '123350.230000', '123350.690000', '123351.150000', '123351.610000', '123352.070000', '123352.530000', '123352.990000', '123353.450000', '123353.910000', '123354.370000', '123354.830000', '123355.290000', '123355.750000', '123356.210000', '123356.670000', '123357.130000', '123357.590000', '123358.050000', '123358.510000', '123358.970000', '123359.430000', '123359.890000', '123400.350000', '123400.810000', '123401.270000', '123401.730000', '123402.190000', '123402.650000', '123403.110000', '123403.570000', '123404.030000', '123404.490000', '123404.950000', '123405.410000', '123405.870000', '123406.330000', '123406.790000', '123407.250000', '123407.710000', '123408.170000', '123408.630000', '123409.090000', '123409.550000', '123410.010000', '123410.470000', '123410.930000', '123411.390000', '123411.850000', '123412.310000', '123412.770000', '123413.230000', '123413.690000', '123414.150000', '123414.610000', '123415.070000', '123415.530000', '123415.990000', '123416.450000', '123416.910000', '123417.370000', '123417.830000', '123418.290000', '123418.750000', '123419.210000', '123419.670000', '123420.130000', '123420.590000', '123421.050000', '123421.510000', '123421.970000', '123422.430000', '123422.890000', '123423.350000', '123423.810000', '123424.270000', '123424.730000', '123425.190000', '123425.650000', '123426.110000', '123426.570000', '123427.030000', '123427.490000', '123427.950000', '123428.410000', '123428.870000', '123429.330000', '123429.790000', '123430.250000', '123430.710000', '123431.170000', '123431.630000', '123432.090000', '123432.550000', '123433.010000', '123433.470000', '123433.930000', '123434.390000', '123434.850000', '123435.310000', '123435.770000', '123436.230000', '123436.690000', '123437.150000', '123437.610000', '123438.070000', '123438.530000', '123438.990000', '123439.450000', '123439.910000', '123440.370000', '123440.830000', '123441.290000', '123441.750000', '123442.210000', '123442.670000', '123443.130000', '123443.590000', '123444.050000', '123444.510000', '123444.970000', '123445.430000', '123445.890000', '123446.350000', '123446.810000', '123447.270000', '123447.730000', '123448.190000', '123448.650000', '123449.110000', '123449.570000', '123450.030000', '123450.490000', '123450.950000', '123451.410000', '123451.870000', '123452.330000', '123452.790000', '123453.250000', '123453.710000', '123454.170000', '123454.630000', '123455.090000', '123455.550000', '123456.010000', '123456.470000', '123456.930000', '123457.390000', '123457.850000', '123458.310000', '123458.770000', '123459.230000', '123459.690000', '123500.150000', '123500.610000', '123501.070000', '123501.530000', '123501.990000', '123502.450000', '123502.910000', '123503.370000', '123503.830000', '123504.290000', '123504.750000', '123505.210000', '123505.670000', '123506.130000', '123506.590000', '123507.050000', '123507.510000', '123507.970000', '123508.430000', '123508.890000', '123509.350000', '123509.810000', '123510.270000', '123510.730000', '123511.190000', '123511.650000', '123512.110000', '123512.570000', '123513.030000', '123513.490000', '123513.950000', '123514.410000', '123514.870000', '123515.330000', '123515.790000', '123516.250000', '123516.710000', '123517.170000', '123517.630000', '123518.090000', '123518.550000', '123519.010000', '123519.470000', '123519.930000', '123520.390000', '123520.850000', '123521.310000', '123521.770000', '123522.230000', '123522.690000', '123523.150000', '123523.610000', '123524.070000', '123524.530000', '123524.990000', '123525.450000', '123525.910000', '123526.370000', '123526.830000', '123527.290000', '123527.750000', '123528.210000', '123528.670000', '123529.130000', '123529.590000', '123530.050000', '123530.510000', '123530.970000', '123531.430000', '123531.890000', '123532.350000', '123532.810000', '123533.270000', '123533.730000', '123534.190000', '123534.650000', '123535.110000', '123535.570000', '123536.030000', '123536.490000', '123536.950000', '123537.410000', '123537.870000', '123538.330000', '123538.790000', '123539.250000', '123539.710000', '123540.170000', '123540.630000', '123541.090000', '123541.550000', '123542.010000', '123542.470000', '123542.930000', '123543.390000', '123543.850000', '123544.310000', '123544.770000', '123545.230000', '123545.690000', '123546.150000', '123546.610000', '123547.070000', '123547.530000', '123547.990000', '123548.450000', '123548.910000', '123549.370000', '123549.830000', '123550.290000', '123550.750000', '123551.210000', '123551.670000', '123552.130000', '123552.590000', '123553.050000', '123553.510000', '123553.970000', '123554.430000', '123554.890000', '123555.350000', '123555.810000', '123556.270000', '123556.730000', '123557.190000', '123557.650000', '123558.110000', '123558.570000', '123559.030000', '123559.490000', '123559.950000', '123600.410000', '123600.870000', '123601.330000', '123601.790000', '123602.250000', '123602.710000', '123603.170000', '123603.630000', '123604.090000', '123604.550000', '123605.010000', '123605.470000', '123605.930000', '123606.390000', '123606.850000', '123607.310000', '123607.770000', '123608.230000', '123608.690000', '123609.150000', '123609.610000', '123610.070000', '123610.530000', '123610.990000', '123611.450000', '123611.910000', '123612.370000', '123612.830000', '123613.290000', '123613.750000', '123614.210000', '123614.670000', '123615.130000', '123615.590000', '123616.050000', '123616.510000', '123616.970000', '123617.430000', '123617.890000', '123618.350000', '123618.810000', '123619.270000', '123619.730000', '123620.190000', '123620.650000', '123621.110000', '123621.570000', '123622.030000', '123622.490000', '123622.950000', '123623.410000', '123623.870000', '123624.330000', '123624.790000', '123625.250000', '123625.710000', '123626.170000', '123626.630000', '123627.090000', '123627.550000', '123628.010000', '123628.470000', '123628.930000', '123629.390000', '123629.850000', '123630.310000', '123630.770000', '123631.230000', '123631.690000', '123632.150000', '123632.610000', '123633.070000', '123633.530000', '123633.990000', '123634.450000', '123634.910000', '123635.370000', '123635.830000', '123636.290000', '123636.750000', '123637.210000', '123637.670000', '123638.130000', '123638.590000', '123639.050000', '123639.510000', '123639.970000', '123640.430000', '123640.890000', '123641.350000', '123641.810000', '123642.270000', '123642.730000', '123643.190000', '123643.650000', '123644.110000', '123644.570000', '123645.030000', '123645.490000', '123645.950000', '123646.410000', '123646.870000', '123647.330000', '123647.790000', '123648.250000', '123648.710000', '123649.170000', '123649.630000', '123650.090000', '123650.550000', '123651.010000', '123651.470000', '123651.930000', '123652.390000', '123652.850000', '123653.310000', '123653.770000', '123654.230000', '123654.690000', '123655.150000', '123655.610000', '123656.070000', '123656.530000', '123656.990000', '123657.450000', '123657.910000', '123658.370000', '123658.830000', '123659.290000', '123659.750000', '123700.210000', '123700.670000', '123701.130000', '123701.590000', '123702.050000', '123702.510000', '123702.970000', '123703.430000', '123703.890000', '123704.350000', '123704.810000', '123705.270000', '123705.730000', '123706.190000', '123706.650000', '123707.110000', '123707.570000', '123708.030000', '123708.490000', '123708.950000', '123709.410000', '123709.870000', '123710.330000', '123710.790000', '123711.250000', '123711.710000', '123712.170000', '123712.630000', '123713.090000', '123713.550000', '123714.010000', '123714.470000', '123714.930000', '123715.390000', '123715.850000', '123716.310000', '123716.770000', '123717.230000', '123717.690000', '123718.150000', '123718.610000', '123719.070000', '123719.530000', '123719.990000', '123720.450000', '123720.910000', '123721.370000', '123721.830000', '123722.290000', '123722.750000', '123723.210000', '123723.670000', '123724.130000', '123724.590000', '123725.050000', '123725.510000', '123725.970000', '123726.430000', '123726.890000', '123727.350000', '123727.810000', '123728.270000', '123728.730000', '123729.190000', '123729.650000', '123730.110000', '123730.570000', '123731.030000', '123731.490000', '123731.950000', '123732.410000', '123732.870000', '123733.330000', '123733.790000', '123734.250000', '123734.710000', '123735.170000', '123735.630000', '123736.090000', '123736.550000', '123737.010000', '123737.470000', '123737.930000', '123738.390000', '123738.850000', '123739.310000', '123739.770000', '123740.230000', '123740.690000', '123741.150000', '123741.610000', '123742.070000', '123742.530000', '123742.990000', '123743.450000', '123743.910000', '123744.370000', '123744.830000', '123745.290000', '123745.750000', '123746.210000', '123746.670000', '123747.130000', '123747.590000', '123748.050000', '123748.510000', '123748.970000', '123749.430000', '123749.890000', '123750.350000', '123750.810000', '123751.270000', '123751.730000', '123752.190000', '123752.650000', '123753.110000', '123753.570000', '123754.030000', '123754.490000', '123754.950000', '123755.410000', '123755.870000', '123756.330000', '123756.790000', '123757.250000', '123757.710000', '123758.170000', '123758.630000', '123759.090000', '123759.550000', '123800.010000', '123800.470000', '123800.930000', '123801.390000', '123801.850000', '123802.310000', '123802.770000', '123803.230000', '123803.690000', '123804.150000', '123804.610000', '123805.070000', '123805.530000', '123805.990000', '123806.450000', '123806.910000', '123807.370000', '123807.830000', '123808.290000', '123808.750000', '123809.210000', '123809.670000', '123810.130000', '123810.590000', '123811.050000', '123811.510000', '123811.970000', '123812.430000', '123812.890000', '123813.350000', '123813.810000', '123814.270000', '123814.730000', '123815.190000', '123815.650000', '123816.110000', '123816.570000', '123817.030000', '123817.490000', '123817.950000', '123818.410000', '123818.870000', '123819.330000', '123819.790000', '123820.250000', '123820.710000', '123821.170000', '123821.630000', '123822.090000', '123822.550000', '123823.010000', '123823.470000', '123823.930000', '123824.390000', '123824.850000', '123825.310000', '123825.770000', '123826.230000', '123826.690000', '123827.150000', '123827.610000', '123828.070000', '123828.530000', '123828.990000', '123829.450000', '123829.910000', '123830.370000', '123830.830000', '123831.290000', '123831.750000', '123832.210000', '123832.670000', '123833.130000', '123833.590000', '123834.050000', '123834.510000', '123834.970000', '123835.430000', '123835.890000', '123836.350000', '123836.810000', '123837.270000', '123837.730000', '123838.190000', '123838.650000', '123839.110000', '123839.570000', '123840.030000', '123840.490000', '123840.950000', '123841.410000', '123841.870000', '123842.330000', '123842.790000', '123843.250000', '123843.710000', '123844.170000', '123844.630000', '123845.090000', '123845.550000', '123846.010000', '123846.470000', '123846.930000', '123847.390000', '123847.850000', '123848.310000', '123848.770000', '123849.230000', '123849.690000', '123850.150000', '123850.610000', '123851.070000', '123851.530000', '123851.990000', '123852.450000', '123852.910000', '123853.370000', '123853.830000', '123854.290000', '123854.750000', '123855.210000', '123855.670000', '123856.130000', '123856.590000', '123857.050000', '123857.510000', '123857.970000', '123858.430000', '123858.890000', '123859.350000', '123859.810000', '123900.270000', '123900.730000', '123901.190000', '123901.650000', '123902.110000', '123902.570000', '123903.030000', '123903.490000', '123903.950000', '123904.410000', '123904.870000', '123905.330000', '123905.790000', '123906.250000', '123906.710000', '123907.170000', '123907.630000', '123908.090000', '123908.550000', '123909.010000', '123909.470000', '123909.930000', '123910.390000', '123910.850000', '123911.310000', '123911.770000', '123912.230000', '123912.690000', '123913.150000', '123913.610000', '123914.070000', '123914.530000', '123914.990000', '123915.450000', '123915.910000', '123916.370000', '123916.830000', '123917.290000', '123917.750000', '123918.210000', '123918.670000', '123919.130000', '123919.590000', '123920.050000', '123920.510000', '123920.970000', '123921.430000', '123921.890000', '123922.350000', '123922.810000', '123923.270000', '123923.730000', '123924.190000', '123924.650000', '123925.110000', '123925.570000', '123926.030000', '123926.490000', '123926.950000', '123927.410000', '123927.870000', '123928.330000', '123928.790000', '123929.250000', '123929.710000', '123930.170000', '123930.630000', '123931.090000', '123931.550000', '123932.010000', '123932.470000', '123932.930000', '123933.390000', '123933.850000', '123934.310000', '123934.770000', '123935.230000', '123935.690000', '123936.150000', '123936.610000', '123937.070000', '123937.530000', '123937.990000', '123938.450000', '123938.910000', '123939.370000', '123939.830000', '123940.290000', '123940.750000', '123941.210000', '123941.670000', '123942.130000', '123942.590000', '123943.050000', '123943.510000', '123943.970000', '123944.430000', '123944.890000', '123945.350000', '123945.810000', '123946.270000', '123946.730000', '123947.190000', '123947.650000', '123948.110000', '123948.570000', '123949.030000', '123949.490000', '123949.950000', '123950.410000', '123950.870000', '123951.330000', '123951.790000', '123952.250000', '123952.710000', '123953.170000', '123953.630000', '123954.090000', '123954.550000', '123955.010000', '123955.470000', '123955.930000', '123956.390000', '123956.850000', '123957.310000', '123957.770000', '123958.230000', '123958.690000', '123959.150000', '123959.610000', '124000.070000', '124000.530000', '124000.990000', '124001.450000', '124001.910000'], 'ContentTime': ['123031.017000', '123031.020000', '123031.023000', '123031.026000', '123031.029000', '123031.031000', '123031.034000', '123031.037000', '123031.040000', '123031.042000', '123031.045000', '123031.048000', '123031.051000', '123031.054000', '123031.057000', '123031.059000', '123031.062000', '123031.065000', '123031.068000', '123031.070000', '123031.073000', '123031.076000', '123031.079000', '123031.082000', '123031.085000', '123031.088000', '123031.090000', '123031.093000', '123031.096000', '123031.099000', '123031.102000', '123031.104000', '123031.107000', '123031.115000', '123031.117000', '123031.120000', '123031.123000', '123031.126000', '123031.129000', '123031.132000', '123031.134000', '123031.137000', '123031.140000', '123031.143000', '123031.146000', '123031.148000', '123031.151000', '123031.154000', '123031.157000', '123031.160000', '123031.162000', '123031.165000', '123031.168000', '123031.171000', '123031.174000', '123050.985000', '123050.988000', '123050.991000', '123050.993000', '123050.996000', '123050.999000', '123051.002000', '123051.005000', '123051.008000', '123051.010000', '123051.013000', '123051.017000', '123051.020000', '123051.023000', '123051.026000', '123051.029000', '123051.032000', '123051.034000', '123051.044000', '123051.047000', '123051.050000', '123051.052000', '123051.055000', '123051.058000', '123051.061000', '123051.064000', '123051.066000', '123051.069000', '123051.072000', '123051.075000', '123051.079000', '123051.084000', '123051.087000', '123051.090000', '123051.093000', '123051.095000', '123051.098000', '123051.101000', '123051.104000', '123051.107000', '123051.109000', '123051.112000', '123051.115000', '123110.985000', '123110.988000', '123110.991000', '123110.993000', '123110.996000', '123111.000000', '123111.003000', '123111.006000', '123111.009000', '123111.011000', '123111.014000', '123111.017000', '123111.020000', '123111.023000', '123111.026000', '123111.028000', '123111.031000', '123111.034000', '123111.037000', '123111.040000', '123111.043000', '123111.045000', '123111.048000', '123111.051000', '123111.054000', '123111.061000', '123111.064000', '123111.067000', '123111.070000', '123111.073000', '123111.075000', '123111.078000', '123111.081000', '123111.084000', '123111.087000', '123111.089000', '123111.092000', '123111.095000', '123111.098000', '123111.101000', '123111.104000', '123111.106000', '123111.109000', '123111.112000', '123130.985000', '123130.988000', '123130.991000', '123130.994000', '123130.996000', '123131.000000', '123131.003000', '123131.006000', '123131.009000', '123131.012000', '123131.014000', '123131.017000', '123131.020000', '123131.023000', '123131.026000', '123131.029000', '123131.031000', '123131.034000', '123131.037000', '123131.040000', '123131.043000', '123131.045000', '123131.048000', '123131.051000', '123131.054000', '123131.057000', '123131.059000', '123131.072000', '123131.075000', '123131.077000', '123131.080000', '123131.083000', '123131.086000', '123131.089000', '123131.091000', '123131.094000', '123131.097000', '123131.100000', '123131.104000', '123131.108000', '123131.111000', '123131.114000', '123131.116000', '123150.985000', '123150.988000', '123150.991000', '123150.993000', '123150.996000', '123151.000000', '123151.003000', '123151.006000', '123151.008000', '123151.011000', '123151.014000', '123151.017000', '123151.020000', '123151.023000', '123151.025000', '123151.028000', '123151.036000', '123151.039000', '123151.042000', '123151.044000', '123151.047000', '123151.050000', '123151.053000', '123151.056000', '123151.059000', '123151.061000', '123151.064000', '123151.067000', '123151.070000', '123151.073000', '123151.076000', '123151.078000', '123151.081000', '123151.084000', '123151.087000', '123151.090000', '123151.092000', '123151.095000', '123151.098000', '123151.101000', '123151.104000', '123151.106000', '123151.109000', '123151.112000', '123210.985000', '123210.988000', '123210.991000', '123210.993000', '123210.996000', '123211.000000', '123211.007000', '123211.010000', '123211.013000', '123211.016000', '123211.018000', '123211.021000', '123211.024000', '123211.027000', '123211.030000', '123211.033000', '123211.036000', '123211.038000', '123211.041000', '123211.044000', '123211.047000', '123211.050000', '123211.053000', '123211.057000', '123211.060000', '123211.063000', '123211.066000', '123211.068000', '123211.071000', '123211.074000', '123211.077000', '123211.080000', '123211.083000', '123211.085000', '123211.088000', '123211.091000', '123211.094000', '123211.097000', '123211.099000', '123211.102000', '123211.105000', '123211.108000', '123211.111000', '123230.985000', '123230.988000', '123230.991000', '123230.994000', '123230.997000', '123231.001000', '123231.003000', '123231.006000', '123231.009000', '123231.012000', '123231.015000', '123231.018000', '123231.021000', '123231.024000', '123231.026000', '123231.029000', '123231.032000', '123231.035000', '123231.038000', '123231.041000', '123231.043000', '123231.046000', '123231.049000', '123231.052000', '123231.055000', '123231.058000', '123231.060000', '123231.063000', '123231.066000', '123231.069000', '123231.072000', '123231.074000', '123231.077000', '123231.080000', '123231.083000', '123231.086000', '123231.089000', '123231.091000', '123231.094000', '123231.097000', '123231.100000', '123231.103000', '123231.106000', '123231.108000', '123250.984000', '123250.987000', '123250.990000', '123250.993000', '123250.996000', '123250.998000', '123251.002000', '123251.005000', '123251.008000', '123251.011000', '123251.014000', '123251.017000', '123251.019000', '123251.022000', '123251.025000', '123251.028000', '123251.031000', '123251.034000', '123251.036000', '123251.039000', '123251.042000', '123251.045000', '123251.047000', '123251.050000', '123251.053000', '123251.056000', '123251.059000', '123251.062000', '123251.064000', '123251.067000', '123251.070000', '123251.073000', '123251.076000', '123251.078000', '123251.081000', '123251.084000', '123251.087000', '123251.098000', '123251.101000', '123251.104000', '123251.107000', '123251.110000', '123251.113000', '123310.985000', '123310.988000', '123310.991000', '123310.993000', '123310.996000', '123310.999000', '123311.002000', '123311.005000', '123311.008000', '123311.017000', '123311.020000', '123311.023000', '123311.026000', '123311.029000', '123311.031000', '123311.034000', '123311.037000', '123311.040000', '123311.043000', '123311.046000', '123311.048000', '123311.051000', '123311.054000', '123311.057000', '123311.060000', '123311.063000', '123311.065000', '123311.068000', '123311.071000', '123311.074000', '123311.077000', '123311.080000', '123311.082000', '123311.085000', '123311.088000', '123311.091000', '123311.093000', '123311.096000', '123311.099000', '123311.102000', '123311.105000', '123311.108000', '123311.111000', '123311.113000', '123330.985000', '123330.988000', '123330.991000', '123330.994000', '123330.997000', '123331.000000', '123331.003000', '123331.007000', '123331.010000', '123331.013000', '123331.016000', '123331.019000', '123331.022000', '123331.025000', '123331.027000', '123331.030000', '123331.033000', '123331.036000', '123331.039000', '123331.042000', '123331.045000', '123331.047000', '123331.050000', '123331.053000', '123331.056000', '123331.059000', '123331.062000', '123331.065000', '123331.067000', '123331.070000', '123331.073000', '123331.076000', '123331.079000', '123331.082000', '123331.084000', '123331.087000', '123331.090000', '123331.094000', '123331.097000', '123331.100000', '123331.103000', '123331.105000', '123331.108000', '123350.985000', '123350.988000', '123350.990000', '123350.993000', '123350.996000', '123351.000000', '123351.003000', '123351.006000', '123351.009000', '123351.012000', '123351.014000', '123351.017000', '123351.020000', '123351.023000', '123351.026000', '123351.029000', '123351.031000', '123351.034000', '123351.037000', '123351.040000', '123351.043000', '123351.046000', '123351.048000', '123351.051000', '123351.054000', '123351.057000', '123351.061000', '123351.064000', '123351.067000', '123351.070000', '123351.072000', '123351.075000', '123351.078000', '123351.081000', '123351.084000', '123351.086000', '123351.089000', '123351.092000', '123351.095000', '123351.098000', '123351.101000', '123351.103000', '123351.106000', '123351.109000', '123410.985000', '123410.988000', '123410.991000', '123410.994000', '123410.996000', '123411.000000', '123411.003000', '123411.006000', '123411.009000', '123411.011000', '123411.014000', '123411.017000', '123411.020000', '123411.023000', '123411.025000', '123411.028000', '123411.031000', '123411.034000', '123411.037000', '123411.040000', '123411.042000', '123411.045000', '123411.048000', '123411.051000', '123411.054000', '123411.056000', '123411.059000', '123411.062000', '123411.065000', '123411.068000', '123411.070000', '123411.073000', '123411.076000', '123411.079000', '123411.082000', '123411.085000', '123411.087000', '123411.090000', '123411.093000', '123411.096000', '123411.098000', '123411.101000', '123411.104000', '123430.985000', '123430.988000', '123430.992000', '123430.996000', '123431.000000', '123431.003000', '123431.006000', '123431.009000', '123431.012000', '123431.015000', '123431.018000', '123431.021000', '123431.024000', '123431.027000', '123431.030000', '123431.033000', '123431.035000', '123431.038000', '123431.041000', '123431.044000', '123431.047000', '123431.050000', '123431.052000', '123431.055000', '123431.058000', '123431.061000', '123431.064000', '123431.066000', '123431.069000', '123431.072000', '123431.075000', '123431.078000', '123431.081000', '123431.083000', '123431.100000', '123431.103000', '123431.105000', '123431.108000', '123431.111000', '123431.114000', '123431.117000', '123431.119000', '123431.122000', '123450.985000', '123450.988000', '123450.991000', '123450.994000', '123450.996000', '123451.000000', '123451.003000', '123451.006000', '123451.009000', '123451.011000', '123451.014000', '123451.017000', '123451.020000', '123451.023000', '123451.026000', '123451.028000', '123451.031000', '123451.034000', '123451.037000', '123451.040000', '123451.043000', '123451.046000', '123451.048000', '123451.051000', '123451.054000', '123451.057000', '123451.060000', '123451.062000', '123451.065000', '123451.068000', '123451.071000', '123451.074000', '123451.076000', '123451.079000', '123451.082000', '123451.085000', '123451.088000', '123451.091000', '123451.094000', '123451.096000', '123451.099000', '123451.102000', '123451.105000', '123451.108000', '123510.984000', '123510.987000', '123510.990000', '123510.993000', '123510.995000', '123510.998000', '123511.002000', '123511.005000', '123511.008000', '123511.011000', '123511.014000', '123511.016000', '123511.019000', '123511.022000', '123511.025000', '123511.028000', '123511.031000', '123511.034000', '123511.037000', '123511.039000', '123511.042000', '123511.045000', '123511.048000', '123511.051000', '123511.054000', '123511.057000', '123511.059000', '123511.062000', '123511.065000', '123511.068000', '123511.071000', '123511.074000', '123511.077000', '123511.079000', '123511.082000', '123511.085000', '123511.088000', '123511.091000', '123511.094000', '123511.096000', '123511.099000', '123511.102000', '123511.105000', '123511.108000', '123530.985000', '123530.988000', '123530.991000', '123530.994000', '123530.996000', '123530.999000', '123531.002000', '123531.005000', '123531.008000', '123531.011000', '123531.013000', '123531.016000', '123531.019000', '123531.022000', '123531.025000', '123531.028000', '123531.031000', '123531.033000', '123531.037000', '123531.040000', '123531.043000', '123531.046000', '123531.049000', '123531.051000', '123531.054000', '123531.057000', '123531.060000', '123531.063000', '123531.066000', '123531.069000', '123531.071000', '123531.074000', '123531.077000', '123531.080000', '123531.083000', '123531.086000', '123531.089000', '123531.091000', '123531.094000', '123531.097000', '123531.100000', '123531.103000', '123531.105000', '123550.985000', '123550.988000', '123550.991000', '123550.994000', '123550.997000', '123551.002000', '123551.005000', '123551.008000', '123551.011000', '123551.014000', '123551.017000', '123551.019000', '123551.022000', '123551.025000', '123551.028000', '123551.031000', '123551.034000', '123551.037000', '123551.039000', '123551.042000', '123551.045000', '123551.048000', '123551.051000', '123551.054000', '123551.056000', '123551.059000', '123551.062000', '123551.065000', '123551.068000', '123551.070000', '123551.073000', '123551.076000', '123551.079000', '123551.082000', '123551.085000', '123551.087000', '123551.090000', '123551.093000', '123551.096000', '123551.099000', '123551.101000', '123551.104000', '123551.107000', '123610.985000', '123610.988000', '123610.991000', '123610.994000', '123610.997000', '123611.000000', '123611.003000', '123611.006000', '123611.009000', '123611.012000', '123611.014000', '123611.017000', '123611.020000', '123611.023000', '123611.026000', '123611.029000', '123611.045000', '123611.048000', '123611.051000', '123611.054000', '123611.058000', '123611.061000', '123611.064000', '123611.067000', '123611.070000', '123611.072000', '123611.075000', '123611.078000', '123611.081000', '123611.084000', '123611.087000', '123611.089000', '123611.092000', '123611.095000', '123611.098000', '123611.101000', '123611.104000', '123611.106000', '123611.109000', '123611.112000', '123611.115000', '123611.118000', '123611.120000', '123611.123000', '123630.985000', '123630.988000', '123630.991000', '123630.994000', '123630.996000', '123631.000000', '123631.003000', '123631.006000', '123631.009000', '123631.012000', '123631.015000', '123631.018000', '123631.021000', '123631.023000', '123631.026000', '123631.029000', '123631.032000', '123631.035000', '123631.038000', '123631.040000', '123631.043000', '123631.046000', '123631.049000', '123631.052000', '123631.055000', '123631.058000', '123631.061000', '123631.064000', '123631.067000', '123631.070000', '123631.073000', '123631.075000', '123631.078000', '123631.081000', '123631.084000', '123631.087000', '123631.090000', '123631.092000', '123631.095000', '123631.098000', '123631.101000', '123631.104000', '123631.107000', '123650.985000', '123650.988000', '123650.991000', '123650.994000', '123650.996000', '123651.000000', '123651.003000', '123651.006000', '123651.009000', '123651.012000', '123651.014000', '123651.017000', '123651.020000', '123651.023000', '123651.026000', '123651.029000', '123651.031000', '123651.034000', '123651.037000', '123651.040000', '123651.043000', '123651.045000', '123651.048000', '123651.051000', '123651.054000', '123651.057000', '123651.060000', '123651.062000', '123651.065000', '123651.068000', '123651.071000', '123651.074000', '123651.076000', '123651.079000', '123651.082000', '123651.085000', '123651.088000', '123651.091000', '123651.093000', '123651.096000', '123651.099000', '123651.102000', '123651.105000', '123651.108000', '123710.985000', '123710.988000', '123710.991000', '123710.994000', '123710.996000', '123711.000000', '123711.003000', '123711.006000', '123711.009000', '123711.012000', '123711.014000', '123711.017000', '123711.020000', '123711.023000', '123711.026000', '123711.029000', '123711.032000', '123711.035000', '123711.038000', '123711.042000', '123711.047000', '123711.050000', '123711.052000', '123711.055000', '123711.058000', '123711.061000', '123711.064000', '123711.067000', '123711.069000', '123711.072000', '123711.075000', '123711.078000', '123711.081000', '123711.083000', '123711.086000', '123711.089000', '123711.092000', '123711.095000', '123711.097000', '123711.100000', '123711.103000', '123711.106000', '123711.109000', '123730.984000', '123730.987000', '123730.990000', '123730.993000', '123730.996000', '123730.998000', '123731.002000', '123731.005000', '123731.008000', '123731.011000', '123731.014000', '123731.016000', '123731.019000', '123731.022000', '123731.025000', '123731.028000', '123731.031000', '123731.034000', '123731.036000', '123731.039000', '123731.042000', '123731.045000', '123731.048000', '123731.050000', '123731.053000', '123731.056000', '123731.074000', '123731.077000', '123731.080000', '123731.082000', '123731.085000', '123731.088000', '123731.091000', '123731.094000', '123731.097000', '123731.100000', '123731.102000', '123731.105000', '123731.108000', '123731.111000', '123731.114000', '123731.117000', '123731.119000', '123731.122000', '123750.985000', '123750.988000', '123750.991000', '123750.994000', '123750.996000', '123750.999000', '123751.002000', '123751.005000', '123751.008000', '123751.011000', '123751.013000', '123751.016000', '123751.019000', '123751.022000', '123751.025000', '123751.028000', '123751.031000', '123751.034000', '123751.036000', '123751.039000', '123751.044000', '123751.048000', '123751.051000', '123751.054000', '123751.057000', '123751.060000', '123751.063000', '123751.065000', '123751.068000', '123751.071000', '123751.074000', '123751.077000', '123751.080000', '123751.083000', '123751.085000', '123751.088000', '123751.091000', '123751.094000', '123751.097000', '123751.100000', '123751.103000', '123751.105000', '123751.108000', '123810.985000', '123810.988000', '123810.991000', '123810.994000', '123810.997000', '123811.000000', '123811.003000', '123811.006000', '123811.009000', '123811.012000', '123811.015000', '123811.017000', '123811.020000', '123811.023000', '123811.026000', '123811.029000', '123811.032000', '123811.034000', '123811.037000', '123811.040000', '123811.043000', '123811.046000', '123811.049000', '123811.052000', '123811.054000', '123811.057000', '123811.060000', '123811.063000', '123811.066000', '123811.069000', '123811.071000', '123811.074000', '123811.077000', '123811.080000', '123811.083000', '123811.085000', '123811.088000', '123811.091000', '123811.094000', '123811.097000', '123811.100000', '123811.103000', '123811.106000', '123811.108000', '123830.985000', '123830.988000', '123830.991000', '123830.994000', '123830.996000', '123831.000000', '123831.003000', '123831.006000', '123831.010000', '123831.013000', '123831.016000', '123831.019000', '123831.022000', '123831.024000', '123831.027000', '123831.030000', '123831.033000', '123831.036000', '123831.039000', '123831.041000', '123831.044000', '123831.047000', '123831.050000', '123831.053000', '123831.056000', '123831.058000', '123831.061000', '123831.064000', '123831.067000', '123831.070000', '123831.073000', '123831.076000', '123831.079000', '123831.082000', '123831.085000', '123831.088000', '123831.091000', '123831.094000', '123831.096000', '123831.099000', '123831.102000', '123831.106000', '123831.111000', '123850.985000', '123850.988000', '123850.991000', '123850.994000', '123850.996000', '123851.000000', '123851.003000', '123851.006000', '123851.009000', '123851.012000', '123851.014000', '123851.017000', '123851.020000', '123851.023000', '123851.026000', '123851.029000', '123851.031000', '123851.034000', '123851.037000', '123851.040000', '123851.043000', '123851.046000', '123851.049000', '123851.065000', '123851.068000', '123851.071000', '123851.074000', '123851.077000', '123851.080000', '123851.082000', '123851.085000', '123851.088000', '123851.091000', '123851.094000', '123851.097000', '123851.099000', '123851.102000', '123851.105000', '123851.108000', '123851.111000', '123851.114000', '123851.116000', '123851.119000', '123851.122000', '123910.985000', '123910.988000', '123910.991000', '123910.994000', '123910.996000', '123911.000000', '123911.003000', '123911.006000', '123911.009000', '123911.012000', '123911.015000', '123911.017000', '123911.020000', '123911.023000', '123911.026000', '123911.029000', '123911.032000', '123911.035000', '123911.037000', '123911.040000', '123911.043000', '123911.046000', '123911.049000', '123911.052000', '123911.055000', '123911.057000', '123911.060000', '123911.063000', '123911.066000', '123911.069000', '123911.072000', '123911.074000', '123911.077000', '123911.080000', '123911.083000', '123911.087000', '123911.090000', '123911.093000', '123911.096000', '123911.099000', '123911.101000', '123911.104000', '123911.107000', '123930.985000', '123930.988000', '123930.991000', '123930.994000', '123930.997000', '123931.000000', '123931.003000', '123931.006000', '123931.009000', '123931.012000', '123931.015000', '123931.017000', '123931.020000', '123931.023000', '123931.026000', '123931.029000', '123931.032000', '123931.034000', '123931.037000', '123931.040000', '123931.043000', '123931.046000', '123931.049000', '123931.051000', '123931.054000', '123931.057000', '123931.060000', '123931.063000', '123931.066000', '123931.068000', '123931.071000', '123931.074000', '123931.077000', '123931.080000', '123931.083000', '123931.085000', '123931.088000', '123931.091000', '123931.094000', '123931.097000', '123931.100000', '123931.103000', '123931.106000', '123931.109000', '123950.984000', '123950.987000', '123950.990000', '123950.993000', '123950.995000', '123950.998000', '123951.002000', '123951.005000', '123951.008000', '123951.011000', '123951.014000', '123951.016000', '123951.019000', '123951.022000', '123951.025000', '123951.028000', '123951.031000', '123951.033000', '123951.036000', '123951.039000', '123951.042000', '123951.046000', '123951.049000', '123951.052000', '123951.055000', '123951.058000', '123951.060000', '123951.063000', '123951.066000', '123951.069000', '123951.072000', '123951.074000', '123951.077000', '123951.080000', '123951.083000', '123951.086000', '123951.089000', '123951.092000', '123951.095000', '123951.098000', '123951.101000', '123951.103000', '123951.106000', '124002.672000', '124002.676000', '124002.679000', '124002.682000', '124002.685000', '124002.689000', '124002.692000', '124002.695000', '124002.698000', '124002.702000', '124002.704000', '124002.707000', '124002.710000', '124002.713000', '124002.716000', '124002.719000', '124002.722000', '124002.725000', '124002.728000', '124002.736000', '124002.740000', '124002.743000', '124002.746000', '124002.748000', '124002.751000', '124002.754000'], 'InstanceCreationTime': ['123031.017000', '123031.020000', '123031.023000', '123031.026000', '123031.029000', '123031.031000', '123031.034000', '123031.037000', '123031.040000', '123031.042000', '123031.045000', '123031.048000', '123031.051000', '123031.054000', '123031.057000', '123031.059000', '123031.062000', '123031.065000', '123031.068000', '123031.070000', '123031.073000', '123031.076000', '123031.079000', '123031.082000', '123031.085000', '123031.088000', '123031.090000', '123031.093000', '123031.096000', '123031.099000', '123031.102000', '123031.104000', '123031.107000', '123031.115000', '123031.117000', '123031.120000', '123031.123000', '123031.126000', '123031.129000', '123031.132000', '123031.134000', '123031.137000', '123031.140000', '123031.143000', '123031.146000', '123031.148000', '123031.151000', '123031.154000', '123031.157000', '123031.160000', '123031.162000', '123031.165000', '123031.168000', '123031.171000', '123031.174000', '123050.985000', '123050.988000', '123050.991000', '123050.993000', '123050.996000', '123050.999000', '123051.002000', '123051.005000', '123051.008000', '123051.010000', '123051.013000', '123051.017000', '123051.020000', '123051.023000', '123051.026000', '123051.029000', '123051.032000', '123051.034000', '123051.044000', '123051.047000', '123051.050000', '123051.052000', '123051.055000', '123051.058000', '123051.061000', '123051.064000', '123051.066000', '123051.069000', '123051.072000', '123051.075000', '123051.079000', '123051.084000', '123051.087000', '123051.090000', '123051.093000', '123051.095000', '123051.098000', '123051.101000', '123051.104000', '123051.107000', '123051.109000', '123051.112000', '123051.115000', '123110.985000', '123110.988000', '123110.991000', '123110.993000', '123110.996000', '123111.000000', '123111.003000', '123111.006000', '123111.009000', '123111.011000', '123111.014000', '123111.017000', '123111.020000', '123111.023000', '123111.026000', '123111.028000', '123111.031000', '123111.034000', '123111.037000', '123111.040000', '123111.043000', '123111.045000', '123111.048000', '123111.051000', '123111.054000', '123111.061000', '123111.064000', '123111.067000', '123111.070000', '123111.073000', '123111.075000', '123111.078000', '123111.081000', '123111.084000', '123111.087000', '123111.089000', '123111.092000', '123111.095000', '123111.098000', '123111.101000', '123111.104000', '123111.106000', '123111.109000', '123111.112000', '123130.985000', '123130.988000', '123130.991000', '123130.994000', '123130.996000', '123131.000000', '123131.003000', '123131.006000', '123131.009000', '123131.012000', '123131.014000', '123131.017000', '123131.020000', '123131.023000', '123131.026000', '123131.029000', '123131.031000', '123131.034000', '123131.037000', '123131.040000', '123131.043000', '123131.045000', '123131.048000', '123131.051000', '123131.054000', '123131.057000', '123131.059000', '123131.072000', '123131.075000', '123131.077000', '123131.080000', '123131.083000', '123131.086000', '123131.089000', '123131.091000', '123131.094000', '123131.097000', '123131.100000', '123131.104000', '123131.108000', '123131.111000', '123131.114000', '123131.116000', '123150.985000', '123150.988000', '123150.991000', '123150.993000', '123150.996000', '123151.000000', '123151.003000', '123151.006000', '123151.008000', '123151.011000', '123151.014000', '123151.017000', '123151.020000', '123151.023000', '123151.025000', '123151.028000', '123151.036000', '123151.039000', '123151.042000', '123151.044000', '123151.047000', '123151.050000', '123151.053000', '123151.056000', '123151.059000', '123151.061000', '123151.064000', '123151.067000', '123151.070000', '123151.073000', '123151.076000', '123151.078000', '123151.081000', '123151.084000', '123151.087000', '123151.090000', '123151.092000', '123151.095000', '123151.098000', '123151.101000', '123151.104000', '123151.106000', '123151.109000', '123151.112000', '123210.985000', '123210.988000', '123210.991000', '123210.993000', '123210.996000', '123211.000000', '123211.007000', '123211.010000', '123211.013000', '123211.016000', '123211.018000', '123211.021000', '123211.024000', '123211.027000', '123211.030000', '123211.033000', '123211.036000', '123211.038000', '123211.041000', '123211.044000', '123211.047000', '123211.050000', '123211.053000', '123211.057000', '123211.060000', '123211.063000', '123211.066000', '123211.068000', '123211.071000', '123211.074000', '123211.077000', '123211.080000', '123211.083000', '123211.085000', '123211.088000', '123211.091000', '123211.094000', '123211.097000', '123211.099000', '123211.102000', '123211.105000', '123211.108000', '123211.111000', '123230.985000', '123230.988000', '123230.991000', '123230.994000', '123230.997000', '123231.001000', '123231.003000', '123231.006000', '123231.009000', '123231.012000', '123231.015000', '123231.018000', '123231.021000', '123231.024000', '123231.026000', '123231.029000', '123231.032000', '123231.035000', '123231.038000', '123231.041000', '123231.043000', '123231.046000', '123231.049000', '123231.052000', '123231.055000', '123231.058000', '123231.060000', '123231.063000', '123231.066000', '123231.069000', '123231.072000', '123231.074000', '123231.077000', '123231.080000', '123231.083000', '123231.086000', '123231.089000', '123231.091000', '123231.094000', '123231.097000', '123231.100000', '123231.103000', '123231.106000', '123231.108000', '123250.984000', '123250.987000', '123250.990000', '123250.993000', '123250.996000', '123250.998000', '123251.002000', '123251.005000', '123251.008000', '123251.011000', '123251.014000', '123251.017000', '123251.019000', '123251.022000', '123251.025000', '123251.028000', '123251.031000', '123251.034000', '123251.036000', '123251.039000', '123251.042000', '123251.045000', '123251.047000', '123251.050000', '123251.053000', '123251.056000', '123251.059000', '123251.062000', '123251.064000', '123251.067000', '123251.070000', '123251.073000', '123251.076000', '123251.078000', '123251.081000', '123251.084000', '123251.087000', '123251.098000', '123251.101000', '123251.104000', '123251.107000', '123251.110000', '123251.113000', '123310.985000', '123310.988000', '123310.991000', '123310.993000', '123310.996000', '123310.999000', '123311.002000', '123311.005000', '123311.008000', '123311.017000', '123311.020000', '123311.023000', '123311.026000', '123311.029000', '123311.031000', '123311.034000', '123311.037000', '123311.040000', '123311.043000', '123311.046000', '123311.048000', '123311.051000', '123311.054000', '123311.057000', '123311.060000', '123311.063000', '123311.065000', '123311.068000', '123311.071000', '123311.074000', '123311.077000', '123311.080000', '123311.082000', '123311.085000', '123311.088000', '123311.091000', '123311.093000', '123311.096000', '123311.099000', '123311.102000', '123311.105000', '123311.108000', '123311.111000', '123311.113000', '123330.985000', '123330.988000', '123330.991000', '123330.994000', '123330.997000', '123331.000000', '123331.003000', '123331.007000', '123331.010000', '123331.013000', '123331.016000', '123331.019000', '123331.022000', '123331.025000', '123331.027000', '123331.030000', '123331.033000', '123331.036000', '123331.039000', '123331.042000', '123331.045000', '123331.047000', '123331.050000', '123331.053000', '123331.056000', '123331.059000', '123331.062000', '123331.065000', '123331.067000', '123331.070000', '123331.073000', '123331.076000', '123331.079000', '123331.082000', '123331.084000', '123331.087000', '123331.090000', '123331.094000', '123331.097000', '123331.100000', '123331.103000', '123331.105000', '123331.108000', '123350.985000', '123350.988000', '123350.990000', '123350.993000', '123350.996000', '123351.000000', '123351.003000', '123351.006000', '123351.009000', '123351.012000', '123351.014000', '123351.017000', '123351.020000', '123351.023000', '123351.026000', '123351.029000', '123351.031000', '123351.034000', '123351.037000', '123351.040000', '123351.043000', '123351.046000', '123351.048000', '123351.051000', '123351.054000', '123351.057000', '123351.061000', '123351.064000', '123351.067000', '123351.070000', '123351.072000', '123351.075000', '123351.078000', '123351.081000', '123351.084000', '123351.086000', '123351.089000', '123351.092000', '123351.095000', '123351.098000', '123351.101000', '123351.103000', '123351.106000', '123351.109000', '123410.985000', '123410.988000', '123410.991000', '123410.994000', '123410.996000', '123411.000000', '123411.003000', '123411.006000', '123411.009000', '123411.011000', '123411.014000', '123411.017000', '123411.020000', '123411.023000', '123411.025000', '123411.028000', '123411.031000', '123411.034000', '123411.037000', '123411.040000', '123411.042000', '123411.045000', '123411.048000', '123411.051000', '123411.054000', '123411.056000', '123411.059000', '123411.062000', '123411.065000', '123411.068000', '123411.070000', '123411.073000', '123411.076000', '123411.079000', '123411.082000', '123411.085000', '123411.087000', '123411.090000', '123411.093000', '123411.096000', '123411.098000', '123411.101000', '123411.104000', '123430.985000', '123430.988000', '123430.992000', '123430.996000', '123431.000000', '123431.003000', '123431.006000', '123431.009000', '123431.012000', '123431.015000', '123431.018000', '123431.021000', '123431.024000', '123431.027000', '123431.030000', '123431.033000', '123431.035000', '123431.038000', '123431.041000', '123431.044000', '123431.047000', '123431.050000', '123431.052000', '123431.055000', '123431.058000', '123431.061000', '123431.064000', '123431.066000', '123431.069000', '123431.072000', '123431.075000', '123431.078000', '123431.081000', '123431.083000', '123431.100000', '123431.103000', '123431.105000', '123431.108000', '123431.111000', '123431.114000', '123431.117000', '123431.119000', '123431.122000', '123450.985000', '123450.988000', '123450.991000', '123450.994000', '123450.996000', '123451.000000', '123451.003000', '123451.006000', '123451.009000', '123451.011000', '123451.014000', '123451.017000', '123451.020000', '123451.023000', '123451.026000', '123451.028000', '123451.031000', '123451.034000', '123451.037000', '123451.040000', '123451.043000', '123451.046000', '123451.048000', '123451.051000', '123451.054000', '123451.057000', '123451.060000', '123451.062000', '123451.065000', '123451.068000', '123451.071000', '123451.074000', '123451.076000', '123451.079000', '123451.082000', '123451.085000', '123451.088000', '123451.091000', '123451.094000', '123451.096000', '123451.099000', '123451.102000', '123451.105000', '123451.108000', '123510.984000', '123510.987000', '123510.990000', '123510.993000', '123510.995000', '123510.998000', '123511.002000', '123511.005000', '123511.008000', '123511.011000', '123511.014000', '123511.016000', '123511.019000', '123511.022000', '123511.025000', '123511.028000', '123511.031000', '123511.034000', '123511.037000', '123511.039000', '123511.042000', '123511.045000', '123511.048000', '123511.051000', '123511.054000', '123511.057000', '123511.059000', '123511.062000', '123511.065000', '123511.068000', '123511.071000', '123511.074000', '123511.077000', '123511.079000', '123511.082000', '123511.085000', '123511.088000', '123511.091000', '123511.094000', '123511.096000', '123511.099000', '123511.102000', '123511.105000', '123511.108000', '123530.985000', '123530.988000', '123530.991000', '123530.994000', '123530.996000', '123530.999000', '123531.002000', '123531.005000', '123531.008000', '123531.011000', '123531.013000', '123531.016000', '123531.019000', '123531.022000', '123531.025000', '123531.028000', '123531.031000', '123531.033000', '123531.037000', '123531.040000', '123531.043000', '123531.046000', '123531.049000', '123531.051000', '123531.054000', '123531.057000', '123531.060000', '123531.063000', '123531.066000', '123531.069000', '123531.071000', '123531.074000', '123531.077000', '123531.080000', '123531.083000', '123531.086000', '123531.089000', '123531.091000', '123531.094000', '123531.097000', '123531.100000', '123531.103000', '123531.105000', '123550.985000', '123550.988000', '123550.991000', '123550.994000', '123550.997000', '123551.002000', '123551.005000', '123551.008000', '123551.011000', '123551.014000', '123551.017000', '123551.019000', '123551.022000', '123551.025000', '123551.028000', '123551.031000', '123551.034000', '123551.037000', '123551.039000', '123551.042000', '123551.045000', '123551.048000', '123551.051000', '123551.054000', '123551.056000', '123551.059000', '123551.062000', '123551.065000', '123551.068000', '123551.070000', '123551.073000', '123551.076000', '123551.079000', '123551.082000', '123551.085000', '123551.087000', '123551.090000', '123551.093000', '123551.096000', '123551.099000', '123551.101000', '123551.104000', '123551.107000', '123610.985000', '123610.988000', '123610.991000', '123610.994000', '123610.997000', '123611.000000', '123611.003000', '123611.006000', '123611.009000', '123611.012000', '123611.014000', '123611.017000', '123611.020000', '123611.023000', '123611.026000', '123611.029000', '123611.045000', '123611.048000', '123611.051000', '123611.054000', '123611.058000', '123611.061000', '123611.064000', '123611.067000', '123611.070000', '123611.072000', '123611.075000', '123611.078000', '123611.081000', '123611.084000', '123611.087000', '123611.089000', '123611.092000', '123611.095000', '123611.098000', '123611.101000', '123611.104000', '123611.106000', '123611.109000', '123611.112000', '123611.115000', '123611.118000', '123611.120000', '123611.123000', '123630.985000', '123630.988000', '123630.991000', '123630.994000', '123630.996000', '123631.000000', '123631.003000', '123631.006000', '123631.009000', '123631.012000', '123631.015000', '123631.018000', '123631.021000', '123631.023000', '123631.026000', '123631.029000', '123631.032000', '123631.035000', '123631.038000', '123631.040000', '123631.043000', '123631.046000', '123631.049000', '123631.052000', '123631.055000', '123631.058000', '123631.061000', '123631.064000', '123631.067000', '123631.070000', '123631.073000', '123631.075000', '123631.078000', '123631.081000', '123631.084000', '123631.087000', '123631.090000', '123631.092000', '123631.095000', '123631.098000', '123631.101000', '123631.104000', '123631.107000', '123650.985000', '123650.988000', '123650.991000', '123650.994000', '123650.996000', '123651.000000', '123651.003000', '123651.006000', '123651.009000', '123651.012000', '123651.014000', '123651.017000', '123651.020000', '123651.023000', '123651.026000', '123651.029000', '123651.031000', '123651.034000', '123651.037000', '123651.040000', '123651.043000', '123651.045000', '123651.048000', '123651.051000', '123651.054000', '123651.057000', '123651.060000', '123651.062000', '123651.065000', '123651.068000', '123651.071000', '123651.074000', '123651.076000', '123651.079000', '123651.082000', '123651.085000', '123651.088000', '123651.091000', '123651.093000', '123651.096000', '123651.099000', '123651.102000', '123651.105000', '123651.108000', '123710.985000', '123710.988000', '123710.991000', '123710.994000', '123710.996000', '123711.000000', '123711.003000', '123711.006000', '123711.009000', '123711.012000', '123711.014000', '123711.017000', '123711.020000', '123711.023000', '123711.026000', '123711.029000', '123711.032000', '123711.035000', '123711.038000', '123711.042000', '123711.047000', '123711.050000', '123711.052000', '123711.055000', '123711.058000', '123711.061000', '123711.064000', '123711.067000', '123711.069000', '123711.072000', '123711.075000', '123711.078000', '123711.081000', '123711.083000', '123711.086000', '123711.089000', '123711.092000', '123711.095000', '123711.097000', '123711.100000', '123711.103000', '123711.106000', '123711.109000', '123730.984000', '123730.987000', '123730.990000', '123730.993000', '123730.996000', '123730.998000', '123731.002000', '123731.005000', '123731.008000', '123731.011000', '123731.014000', '123731.016000', '123731.019000', '123731.022000', '123731.025000', '123731.028000', '123731.031000', '123731.034000', '123731.036000', '123731.039000', '123731.042000', '123731.045000', '123731.048000', '123731.050000', '123731.053000', '123731.056000', '123731.074000', '123731.077000', '123731.080000', '123731.082000', '123731.085000', '123731.088000', '123731.091000', '123731.094000', '123731.097000', '123731.100000', '123731.102000', '123731.105000', '123731.108000', '123731.111000', '123731.114000', '123731.117000', '123731.119000', '123731.122000', '123750.985000', '123750.988000', '123750.991000', '123750.994000', '123750.996000', '123750.999000', '123751.002000', '123751.005000', '123751.008000', '123751.011000', '123751.013000', '123751.016000', '123751.019000', '123751.022000', '123751.025000', '123751.028000', '123751.031000', '123751.034000', '123751.036000', '123751.039000', '123751.044000', '123751.048000', '123751.051000', '123751.054000', '123751.057000', '123751.060000', '123751.063000', '123751.065000', '123751.068000', '123751.071000', '123751.074000', '123751.077000', '123751.080000', '123751.083000', '123751.085000', '123751.088000', '123751.091000', '123751.094000', '123751.097000', '123751.100000', '123751.103000', '123751.105000', '123751.108000', '123810.985000', '123810.988000', '123810.991000', '123810.994000', '123810.997000', '123811.000000', '123811.003000', '123811.006000', '123811.009000', '123811.012000', '123811.015000', '123811.017000', '123811.020000', '123811.023000', '123811.026000', '123811.029000', '123811.032000', '123811.034000', '123811.037000', '123811.040000', '123811.043000', '123811.046000', '123811.049000', '123811.052000', '123811.054000', '123811.057000', '123811.060000', '123811.063000', '123811.066000', '123811.069000', '123811.071000', '123811.074000', '123811.077000', '123811.080000', '123811.083000', '123811.085000', '123811.088000', '123811.091000', '123811.094000', '123811.097000', '123811.100000', '123811.103000', '123811.106000', '123811.108000', '123830.985000', '123830.988000', '123830.991000', '123830.994000', '123830.996000', '123831.000000', '123831.003000', '123831.006000', '123831.010000', '123831.013000', '123831.016000', '123831.019000', '123831.022000', '123831.024000', '123831.027000', '123831.030000', '123831.033000', '123831.036000', '123831.039000', '123831.041000', '123831.044000', '123831.047000', '123831.050000', '123831.053000', '123831.056000', '123831.058000', '123831.061000', '123831.064000', '123831.067000', '123831.070000', '123831.073000', '123831.076000', '123831.079000', '123831.082000', '123831.085000', '123831.088000', '123831.091000', '123831.094000', '123831.096000', '123831.099000', '123831.102000', '123831.106000', '123831.111000', '123850.985000', '123850.988000', '123850.991000', '123850.994000', '123850.996000', '123851.000000', '123851.003000', '123851.006000', '123851.009000', '123851.012000', '123851.014000', '123851.017000', '123851.020000', '123851.023000', '123851.026000', '123851.029000', '123851.031000', '123851.034000', '123851.037000', '123851.040000', '123851.043000', '123851.046000', '123851.049000', '123851.065000', '123851.068000', '123851.071000', '123851.074000', '123851.077000', '123851.080000', '123851.082000', '123851.085000', '123851.088000', '123851.091000', '123851.094000', '123851.097000', '123851.099000', '123851.102000', '123851.105000', '123851.108000', '123851.111000', '123851.114000', '123851.116000', '123851.119000', '123851.122000', '123910.985000', '123910.988000', '123910.991000', '123910.994000', '123910.996000', '123911.000000', '123911.003000', '123911.006000', '123911.009000', '123911.012000', '123911.015000', '123911.017000', '123911.020000', '123911.023000', '123911.026000', '123911.029000', '123911.032000', '123911.035000', '123911.037000', '123911.040000', '123911.043000', '123911.046000', '123911.049000', '123911.052000', '123911.055000', '123911.057000', '123911.060000', '123911.063000', '123911.066000', '123911.069000', '123911.072000', '123911.074000', '123911.077000', '123911.080000', '123911.083000', '123911.087000', '123911.090000', '123911.093000', '123911.096000', '123911.099000', '123911.101000', '123911.104000', '123911.107000', '123930.985000', '123930.988000', '123930.991000', '123930.994000', '123930.997000', '123931.000000', '123931.003000', '123931.006000', '123931.009000', '123931.012000', '123931.015000', '123931.017000', '123931.020000', '123931.023000', '123931.026000', '123931.029000', '123931.032000', '123931.034000', '123931.037000', '123931.040000', '123931.043000', '123931.046000', '123931.049000', '123931.051000', '123931.054000', '123931.057000', '123931.060000', '123931.063000', '123931.066000', '123931.068000', '123931.071000', '123931.074000', '123931.077000', '123931.080000', '123931.083000', '123931.085000', '123931.088000', '123931.091000', '123931.094000', '123931.097000', '123931.100000', '123931.103000', '123931.106000', '123931.109000', '123950.984000', '123950.987000', '123950.990000', '123950.993000', '123950.995000', '123950.998000', '123951.002000', '123951.005000', '123951.008000', '123951.011000', '123951.014000', '123951.016000', '123951.019000', '123951.022000', '123951.025000', '123951.028000', '123951.031000', '123951.033000', '123951.036000', '123951.039000', '123951.042000', '123951.046000', '123951.049000', '123951.052000', '123951.055000', '123951.058000', '123951.060000', '123951.063000', '123951.066000', '123951.069000', '123951.072000', '123951.074000', '123951.077000', '123951.080000', '123951.083000', '123951.086000', '123951.089000', '123951.092000', '123951.095000', '123951.098000', '123951.101000', '123951.103000', '123951.106000', '124002.672000', '124002.676000', '124002.679000', '124002.682000', '124002.685000', '124002.689000', '124002.692000', '124002.695000', '124002.698000', '124002.702000', '124002.704000', '124002.707000', '124002.710000', '124002.713000', '124002.716000', '124002.719000', '124002.722000', '124002.725000', '124002.728000', '124002.736000', '124002.740000', '124002.743000', '124002.746000', '124002.748000', '124002.751000', '124002.754000'], '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': [8028, 12551, 8915, 12571, 9270, 7434, 9844, 7087, 10485, 6967, 12079, 6907, 7341, 9567, 7387, 11414, 6849, 12235, 8399, 11649, 10876, 7910, 11123, 7618, 11428, 8984, 11066, 8225, 10042, 6869, 11034, 6884, 9284, 7464, 7940, 9340, 7030, 11009, 7401, 12817, 7941, 10689, 9401, 11825, 9814, 11445, 11432, 7884, 10616, 7368, 10403, 7886, 12229, 7469, 12982, 8187, 12775, 7946, 12382, 9212, 9703, 9695, 7245, 10428, 9918, 10535, 9927, 10082, 6955, 10332, 6935, 10888, 7260, 10224, 6959, 9073, 7191, 9724, 6925, 11053, 6764, 11937, 6743, 11776, 6913, 12248, 7645, 12575, 7383, 12332, 7463, 12606, 7423, 12437, 8074, 12154, 7506, 11141, 8675, 8292, 10435, 7326, 9875, 7198, 11369, 7131, 11452, 6921, 12248, 6966, 12018, 6855, 11951, 7153, 12424, 7963, 12400, 6871, 11734, 7279, 11382, 7794, 10787, 7298, 10836, 7349, 11037, 7884, 10677, 7665, 9606, 7065, 9463, 7953, 9506, 10162, 8723, 6751, 9156, 8508, 9493, 11096, 10315, 8527, 9996, 7286, 10265, 7468, 11032, 7875, 11171, 7174, 10705, 7086, 11442, 8045, 11641, 8747, 9935, 7054, 9241, 7207, 10899, 6880, 12097, 7004, 12028, 7549, 12268, 8516, 11634, 8657, 10575, 9807, 10701, 10200, 11597, 10750, 8946, 10116, 7072, 10650, 7432, 11208, 7964, 10919, 7092, 10819, 7403, 11306, 7643, 10166, 7308, 10316, 6992, 10915, 7406, 11747, 7531, 11950, 7079, 11923, 7041, 11640, 8303, 12060, 8180, 12538, 8174, 11903, 8922, 12025, 9560, 8440, 9771, 6867, 10467, 7272, 10273, 7333, 10878, 6965, 11185, 7160, 10982, 7777, 10900, 7405, 10469, 7373, 10750, 8642, 9651, 8281, 10890, 7510, 10827, 7495, 11018, 7841, 12606, 8996, 12299, 7277, 12928, 8144, 12455, 8662, 12466, 8845, 13095, 8409, 12786, 8137, 12281, 9067, 12422, 7732, 11232, 7236, 11022, 7659, 11293, 7271, 10871, 6826, 10987, 7251, 11151, 7309, 10929, 6926, 10699, 7041, 10813, 7346, 11160, 7069, 11055, 6856, 11191, 7122, 11556, 8058, 12124, 7741, 12967, 7815, 11830, 9077, 10688, 9573, 7886, 9779, 8957, 10758, 8179, 11175, 7930, 9658, 7069, 10312, 7762, 11456, 8062, 10580, 7465, 9791, 7332, 10409, 7961, 10193, 7940, 10354, 7161, 11191, 7228, 11288, 7483, 11229, 7183, 11154, 7355, 11180, 7601, 11273, 7650, 10952, 7170, 11072, 7519, 11697, 7527, 11355, 7534, 11277, 7521, 10580, 7743, 10585, 7698, 10715, 7108, 10542, 7612, 10746, 7978, 11305, 7389, 10814, 7316, 11170, 7855, 11871, 7254, 11791, 6937, 11792, 7070, 11939, 8020, 12930, 7820, 12091, 7998, 12224, 8610, 12000, 8610, 12079, 7519, 11624, 7494, 11888, 8415, 11792, 7458, 10881, 7185, 11305, 7534, 11073, 7322, 11148, 7076, 11102, 7589, 10943, 7637, 11153, 7174, 10655, 7110, 10663, 7574, 10656, 7628, 10660, 6801, 11202, 7290, 11449, 7126, 12351, 7050, 12260, 7450, 11904, 8079, 12432, 8496, 12368, 7848, 8826, 9804, 8671, 11588, 7398, 10791, 7303, 11205, 7423, 11572, 8455, 10528, 7201, 10602, 7346, 10877, 7634, 11170, 7223, 11046, 7220, 10962, 7300, 10865, 7739, 11413, 7269, 11008, 7128, 11220, 7177, 12038, 7752, 11861, 7123, 11722, 7093, 11944, 7989, 11819, 7202, 11852, 6904, 11391, 7281, 11813, 8074, 12364, 7190, 12762, 7986, 12374, 8802, 11564, 8666, 11670, 8525, 12498, 8688, 12802, 8808, 12188, 8233, 12377, 8099, 12084, 8016, 12409, 7995, 12982, 7559, 11931, 7725, 11681, 8323, 11713, 6942, 11528, 7308, 11139, 7398, 11183, 7332, 10328, 7280, 10736, 7473, 10742, 7522, 9912, 7008, 10744, 7221, 10838, 7504, 10484, 7214, 11052, 7024, 10921, 7212, 11342, 7395, 11037, 6939, 11382, 6987, 12205, 8427, 13705, 8116, 10624, 9491, 11576, 9408, 12053, 9250, 9901, 9746, 10508, 10041, 13111, 9505, 12809, 9421, 12144, 7841, 11858, 8458, 12188, 9053, 11648, 6945, 11296, 7230, 11184, 7305, 11452, 7134, 11118, 7004, 11072, 7110, 11466, 7371, 12320, 6848, 11424, 7455, 10656, 8426, 11188, 8971, 8215, 9720, 7782, 10381, 9557, 10829, 8140, 10350, 7110, 10202, 8264, 10505, 7678, 10712, 7237, 10408, 7246, 10470, 7186, 10441, 7186, 10806, 6961, 11217, 7017, 11971, 7880, 13019, 7235, 12856, 8938, 11434, 10585, 7831, 10189, 7164, 10117, 7180, 11774, 7841, 13432, 7970, 11375, 9878, 7220, 9921, 7400, 11579, 6873, 11425, 7034, 12306, 8355, 11819, 9145, 7204, 9446, 6957, 10498, 7020, 12076, 7481, 10135, 8666, 7207, 10028, 6921, 12164, 7525, 12052, 8590, 9688, 10469, 7505, 11790, 6903, 11674, 7114, 12091, 9309, 11410, 9880, 9533, 9887, 7498, 11252, 7700, 11448, 7004, 11591, 6814, 11986, 8117, 11981, 9852, 8127, 9992, 7454, 10677, 6997, 11687, 8335, 12430, 7623, 11259, 9608, 9607, 11325, 8500, 10988, 7362, 10009, 7142, 10783, 6820, 12101, 6825, 12216, 7404, 11628, 8682, 10546, 9184, 7131, 10043, 6805, 11080, 7376, 10639, 7146, 9492, 6904, 10128, 7287, 11347, 7183, 12927, 7034, 11999, 7323, 12320, 9304, 7295, 8942, 6963, 10593, 7107, 11678, 7290, 11957, 8206, 12767, 7157, 13366, 8547, 11475, 10582, 7642, 9199, 7064, 10553, 7278, 10942, 7279, 11976, 7982, 11720, 7076, 11819, 8149, 12628, 8687, 11735, 9340, 7325, 10082, 11122, 9680, 10075, 10525, 7421, 10702, 7072, 10432, 6871, 11014, 8651, 6898, 9768, 7021, 9823, 9385, 6886, 10684, 7048, 11816, 8805, 12128, 8934, 10495, 7649, 10344, 6881, 10549, 7089, 9003, 7118, 9252, 6880, 9804, 7035, 10755, 6789, 11094, 6943, 11033, 6831, 10964, 8341, 9795, 9237, 7002, 10361, 9418, 11110, 7453, 9842, 6845, 11450, 6891, 11840, 7672, 12221, 9681, 11953, 6946, 11687, 7724, 11805, 8100, 11893, 7096, 11581, 6857, 11445, 7066, 11536, 7305, 11365, 6845, 11422, 6769, 11371, 7748, 11801, 7059, 11316, 6971, 11433, 7685, 11565, 8508, 11571, 6865, 11462, 7368, 11388, 7416, 11348, 6920, 10771, 6803, 10388, 6999, 10267, 6962, 10325, 6988, 9927, 7091, 9681, 6984, 9223, 7080, 10000, 7197, 9819, 6902, 9494, 7007, 10013, 6977, 10876, 7064, 10192, 7029, 11497, 6827, 11708, 6802, 11374, 7073, 11581, 7265, 11061, 6832, 10891, 7226, 11368, 9137, 10624, 8677, 9957, 7665, 9565, 12129, 8989, 12733, 7979, 12974, 8072, 12370, 7927, 12064, 8021, 11906, 7799, 12156, 7016, 11193, 7448, 11497, 7637, 10984, 6675, 10763, 7005, 10759, 6976, 10521, 6948, 10629, 6759, 10706, 7145, 10614, 7190, 9498, 6942, 9273, 6985, 10158, 7178, 11291, 6954, 10919, 6819, 11438, 6857, 11552, 7421, 13122, 7781, 12960, 8287, 11805, 8783, 12112, 8131, 11906, 7147, 11305, 7988, 11904, 8320, 10965, 8120, 10826, 8244, 9812, 10658, 7990, 9860, 7879, 12527, 7614, 13195, 7822, 13321, 6915, 11484, 7233, 11613, 8305, 10686, 8122, 8300, 8068, 7186, 9703, 7086, 10291, 6931, 9509, 7152, 10943, 8258, 10564, 7909, 10521, 7856, 11302, 8823, 9636, 13439, 9436, 13839, 8878, 12763, 7432, 11697, 8232, 11714, 7741, 11356, 6850, 11564, 6758, 11006, 7863, 9383, 8644, 7669, 9677, 10066, 10224, 7348, 10520, 7054, 10267, 7176, 11262, 7942, 11328, 8713, 10283, 6953, 10378, 7064, 10075, 10364, 9861, 9895, 8865, 7161, 9602, 7497, 10261, 12282, 8678, 13541, 8291, 13262, 7941, 11577, 8549, 8950, 9160, 6887, 10109, 7036, 10676, 7188, 10956, 7612, 10774, 11493, 9178, 13967, 9384, 12253, 9072, 11501, 6820, 11363, 7184, 11284, 7623, 10182, 7005, 9543, 6959, 9280, 7167, 9818, 6883, 8731, 6962, 9605, 7005, 10649, 6934, 11542, 7017, 11246, 6937, 10925, 6895, 11535, 7010, 12067, 6806, 11548, 6905, 11350, 7081, 11039, 7017, 10885, 6761, 11014, 7101, 11131, 7261, 11088, 6957, 10542, 6955, 10720, 7193, 11047, 7168, 10613, 7159, 10593, 7106, 10765, 7571, 10208, 8714, 9597, 7323, 9686, 11521, 8981, 12570, 8828, 12858, 8172, 12961, 7744, 11658, 7683, 11958, 8438, 11808, 6818, 11224, 6980, 11460, 7147, 11766, 6914, 11344, 6676, 11097, 7367, 12523, 7929, 9573, 8748, 10413, 9623, 12457, 8659, 12999, 8314, 11700, 7683, 11726, 8661, 12077, 8759, 9360, 11375, 8503, 13112, 8896, 12175, 8337, 11424, 6856, 10756, 6961, 10302, 6838, 10596, 6910, 10343, 6725, 11476, 7354, 10281, 8852, 6943, 9630, 7109, 10638, 7524, 11242, 9080, 10857, 7856, 10520, 8254, 10248, 9683, 9802, 7369, 10525, 7007, 10484, 7148, 10553, 7066, 9965, 7029, 9853, 6925, 9821, 6850, 11359, 6999, 11618, 6803, 12075, 8345, 11975, 8416, 12146, 8783, 11946, 8835, 11608, 9830, 7562, 10129, 7045, 9747, 7279, 10534, 7257, 10966, 7607, 10263, 6790, 11277, 7027, 10882, 7063, 10061, 7148, 9469, 6836, 10143, 6961, 10568, 6872, 11395, 6996, 11116, 6810, 11484, 8576, 9063, 10148, 7326, 9921, 6739, 11229, 8401, 9571, 9853, 7450, 13996, 10663, 8101, 10330, 7048, 9205, 10534, 7305, 12575, 7998, 12733, 8860, 12626, 9006, 12550, 8969, 13261, 8631, 11846, 7316, 12527, 9125, 11386, 11570, 8858, 14426, 7358, 11730, 6801, 11068, 6835, 9924, 7012, 8506, 6705, 8225, 6788, 8745, 7050, 9369, 6833, 10584, 6842, 7063, 7621, 7074, 8773, 7057], 'WindowCenter': [4440.0, 4465.0, 4448.0, 4476.0, 4421.0, 4402.0, 4411.0, 4350.0, 4387.0, 4374.0, 4446.0, 4400.0, 4398.0, 4443.0, 4410.0, 4436.0, 4375.0, 4435.0, 4394.0, 4425.0, 4430.0, 4399.0, 4451.0, 4400.0, 4441.0, 4409.0, 4439.0, 4408.0, 4416.0, 4388.0, 4425.0, 4388.0, 4412.0, 4392.0, 4421.0, 4416.0, 4384.0, 4434.0, 4397.0, 4459.0, 4408.0, 4442.0, 4433.0, 4451.0, 4441.0, 4452.0, 4438.0, 4396.0, 4426.0, 4382.0, 4412.0, 4383.0, 4446.0, 4386.0, 4444.0, 4396.0, 4435.0, 4394.0, 4432.0, 4417.0, 4418.0, 4415.0, 4383.0, 4416.0, 4414.0, 4414.0, 4414.0, 4414.0, 4373.0, 4412.0, 4372.0, 4414.0, 4374.0, 4414.0, 4374.0, 4403.0, 4372.0, 4404.0, 4384.0, 4423.0, 4375.0, 4435.0, 4387.0, 4435.0, 4386.0, 4435.0, 4396.0, 4436.0, 4386.0, 4445.0, 4385.0, 4445.0, 4386.0, 4434.0, 4397.0, 4436.0, 4397.0, 4435.0, 4407.0, 4409.0, 4439.0, 4398.0, 4428.0, 4399.0, 4451.0, 4401.0, 4439.0, 4389.0, 4450.0, 4388.0, 4447.0, 4388.0, 4437.0, 4387.0, 4447.0, 4398.0, 4446.0, 4386.0, 4436.0, 4385.0, 4425.0, 4383.0, 4425.0, 4384.0, 4423.0, 4384.0, 4412.0, 4382.0, 4413.0, 4382.0, 4402.0, 4372.0, 4413.0, 4382.0, 4404.0, 4412.0, 4394.0, 4373.0, 4404.0, 4404.0, 4414.0, 4423.0, 4414.0, 4404.0, 4416.0, 4383.0, 4413.0, 4386.0, 4426.0, 4394.0, 4437.0, 4386.0, 4424.0, 4385.0, 4436.0, 4396.0, 4437.0, 4405.0, 4415.0, 4385.0, 4404.0, 4396.0, 4425.0, 4387.0, 4448.0, 4398.0, 4448.0, 4410.0, 4448.0, 4418.0, 4439.0, 4419.0, 4438.0, 4429.0, 4439.0, 4428.0, 4437.0, 4427.0, 4407.0, 4426.0, 4385.0, 4425.0, 4384.0, 4426.0, 4394.0, 4426.0, 4384.0, 4425.0, 4385.0, 4423.0, 4384.0, 4417.0, 4386.0, 4416.0, 4386.0, 4423.0, 4384.0, 4436.0, 4396.0, 4436.0, 4388.0, 4436.0, 4388.0, 4436.0, 4407.0, 4449.0, 4406.0, 4446.0, 4407.0, 4445.0, 4418.0, 4435.0, 4418.0, 4407.0, 4426.0, 4375.0, 4426.0, 4386.0, 4427.0, 4398.0, 4428.0, 4388.0, 4438.0, 4388.0, 4425.0, 4396.0, 4428.0, 4386.0, 4429.0, 4411.0, 4441.0, 4408.0, 4417.0, 4407.0, 4425.0, 4395.0, 4436.0, 4398.0, 4426.0, 4396.0, 4447.0, 4418.0, 4450.0, 4411.0, 4447.0, 4396.0, 4435.0, 4405.0, 4435.0, 4406.0, 4446.0, 4395.0, 4445.0, 4396.0, 4434.0, 4404.0, 4434.0, 4384.0, 4423.0, 4383.0, 4423.0, 4382.0, 4422.0, 4383.0, 4412.0, 4373.0, 4423.0, 4385.0, 4423.0, 4382.0, 4424.0, 4387.0, 4424.0, 4385.0, 4425.0, 4385.0, 4426.0, 4386.0, 4426.0, 4375.0, 4425.0, 4386.0, 4436.0, 4396.0, 4437.0, 4399.0, 4446.0, 4397.0, 4447.0, 4418.0, 4429.0, 4429.0, 4397.0, 4428.0, 4419.0, 4438.0, 4406.0, 4440.0, 4397.0, 4417.0, 4387.0, 4427.0, 4398.0, 4437.0, 4396.0, 4428.0, 4386.0, 4416.0, 4387.0, 4426.0, 4396.0, 4416.0, 4394.0, 4416.0, 4386.0, 4425.0, 4397.0, 4425.0, 4386.0, 4435.0, 4386.0, 4425.0, 4386.0, 4426.0, 4386.0, 4424.0, 4385.0, 4425.0, 4375.0, 4424.0, 4386.0, 4435.0, 4386.0, 4425.0, 4386.0, 4425.0, 4396.0, 4425.0, 4385.0, 4426.0, 4384.0, 4425.0, 4386.0, 4425.0, 4397.0, 4427.0, 4397.0, 4438.0, 4387.0, 4426.0, 4387.0, 4426.0, 4396.0, 4436.0, 4388.0, 4436.0, 4386.0, 4437.0, 4389.0, 4436.0, 4397.0, 4447.0, 4397.0, 4447.0, 4408.0, 4448.0, 4408.0, 4448.0, 4409.0, 4437.0, 4387.0, 4437.0, 4399.0, 4436.0, 4396.0, 4437.0, 4385.0, 4426.0, 4384.0, 4425.0, 4385.0, 4424.0, 4386.0, 4426.0, 4386.0, 4425.0, 4396.0, 4425.0, 4385.0, 4426.0, 4375.0, 4424.0, 4386.0, 4426.0, 4385.0, 4428.0, 4395.0, 4415.0, 4377.0, 4426.0, 4396.0, 4436.0, 4387.0, 4449.0, 4388.0, 4447.0, 4398.0, 4437.0, 4399.0, 4449.0, 4408.0, 4447.0, 4408.0, 4418.0, 4429.0, 4408.0, 4440.0, 4399.0, 4438.0, 4388.0, 4439.0, 4398.0, 4437.0, 4397.0, 4429.0, 4386.0, 4425.0, 4386.0, 4424.0, 4385.0, 4425.0, 4385.0, 4427.0, 4386.0, 4426.0, 4387.0, 4425.0, 4384.0, 4437.0, 4386.0, 4424.0, 4374.0, 4424.0, 4375.0, 4435.0, 4386.0, 4435.0, 4374.0, 4434.0, 4376.0, 4425.0, 4394.0, 4435.0, 4385.0, 4425.0, 4386.0, 4436.0, 4386.0, 4434.0, 4395.0, 4436.0, 4387.0, 4446.0, 4397.0, 4435.0, 4406.0, 4436.0, 4406.0, 4435.0, 4406.0, 4447.0, 4406.0, 4435.0, 4406.0, 4434.0, 4395.0, 4433.0, 4397.0, 4434.0, 4396.0, 4435.0, 4396.0, 4447.0, 4398.0, 4438.0, 4398.0, 4437.0, 4408.0, 4437.0, 4387.0, 4437.0, 4387.0, 4427.0, 4386.0, 4438.0, 4385.0, 4415.0, 4387.0, 4426.0, 4386.0, 4427.0, 4396.0, 4417.0, 4385.0, 4437.0, 4398.0, 4437.0, 4387.0, 4438.0, 4399.0, 4437.0, 4401.0, 4439.0, 4398.0, 4451.0, 4399.0, 4439.0, 4399.0, 4440.0, 4400.0, 4448.0, 4412.0, 4458.0, 4410.0, 4440.0, 4429.0, 4439.0, 4420.0, 4449.0, 4420.0, 4428.0, 4419.0, 4427.0, 4428.0, 4446.0, 4418.0, 4436.0, 4407.0, 4436.0, 4395.0, 4424.0, 4394.0, 4423.0, 4405.0, 4423.0, 4374.0, 4413.0, 4374.0, 4411.0, 4371.0, 4422.0, 4373.0, 4423.0, 4374.0, 4424.0, 4374.0, 4424.0, 4384.0, 4446.0, 4376.0, 4436.0, 4387.0, 4425.0, 4405.0, 4426.0, 4417.0, 4407.0, 4417.0, 4397.0, 4427.0, 4415.0, 4428.0, 4396.0, 4428.0, 4386.0, 4426.0, 4395.0, 4426.0, 4387.0, 4425.0, 4385.0, 4415.0, 4385.0, 4415.0, 4375.0, 4426.0, 4386.0, 4425.0, 4388.0, 4436.0, 4388.0, 4437.0, 4409.0, 4447.0, 4398.0, 4448.0, 4419.0, 4437.0, 4428.0, 4397.0, 4427.0, 4388.0, 4427.0, 4388.0, 4437.0, 4399.0, 4448.0, 4399.0, 4438.0, 4429.0, 4387.0, 4427.0, 4387.0, 4437.0, 4388.0, 4439.0, 4389.0, 4447.0, 4409.0, 4449.0, 4420.0, 4400.0, 4429.0, 4400.0, 4440.0, 4389.0, 4452.0, 4403.0, 4440.0, 4422.0, 4413.0, 4442.0, 4401.0, 4463.0, 4414.0, 4463.0, 4423.0, 4432.0, 4443.0, 4403.0, 4464.0, 4404.0, 4452.0, 4402.0, 4452.0, 4432.0, 4441.0, 4430.0, 4420.0, 4429.0, 4398.0, 4439.0, 4397.0, 4438.0, 4388.0, 4437.0, 4378.0, 4436.0, 4396.0, 4436.0, 4418.0, 4397.0, 4417.0, 4386.0, 4425.0, 4375.0, 4435.0, 4397.0, 4436.0, 4397.0, 4426.0, 4417.0, 4416.0, 4425.0, 4395.0, 4426.0, 4384.0, 4414.0, 4375.0, 4425.0, 4376.0, 4435.0, 4376.0, 4435.0, 4386.0, 4426.0, 4396.0, 4425.0, 4405.0, 4375.0, 4416.0, 4377.0, 4425.0, 4385.0, 4425.0, 4374.0, 4416.0, 4374.0, 4414.0, 4385.0, 4424.0, 4387.0, 4445.0, 4388.0, 4436.0, 4388.0, 4437.0, 4406.0, 4386.0, 4408.0, 4388.0, 4428.0, 4388.0, 4438.0, 4388.0, 4437.0, 4399.0, 4447.0, 4387.0, 4448.0, 4408.0, 4437.0, 4428.0, 4387.0, 4407.0, 4376.0, 4425.0, 4397.0, 4425.0, 4386.0, 4436.0, 4397.0, 4437.0, 4375.0, 4435.0, 4395.0, 4435.0, 4396.0, 4424.0, 4404.0, 4384.0, 4416.0, 4425.0, 4406.0, 4404.0, 4415.0, 4385.0, 4425.0, 4376.0, 4425.0, 4390.0, 4440.0, 4421.0, 4403.0, 4430.0, 4391.0, 4430.0, 4421.0, 4400.0, 4430.0, 4390.0, 4441.0, 4408.0, 4440.0, 4407.0, 4417.0, 4385.0, 4404.0, 4375.0, 4413.0, 4372.0, 4394.0, 4375.0, 4403.0, 4375.0, 4415.0, 4386.0, 4426.0, 4378.0, 4438.0, 4390.0, 4440.0, 4391.0, 4440.0, 4410.0, 4431.0, 4420.0, 4390.0, 4443.0, 4420.0, 4440.0, 4401.0, 4432.0, 4391.0, 4441.0, 4402.0, 4451.0, 4401.0, 4450.0, 4420.0, 4440.0, 4390.0, 4438.0, 4399.0, 4439.0, 4397.0, 4426.0, 4376.0, 4425.0, 4375.0, 4425.0, 4376.0, 4425.0, 4387.0, 4426.0, 4377.0, 4427.0, 4376.0, 4426.0, 4386.0, 4427.0, 4378.0, 4426.0, 4376.0, 4426.0, 4387.0, 4424.0, 4396.0, 4425.0, 4376.0, 4426.0, 4376.0, 4425.0, 4375.0, 4415.0, 4375.0, 4415.0, 4365.0, 4413.0, 4374.0, 4414.0, 4374.0, 4414.0, 4375.0, 4414.0, 4375.0, 4405.0, 4374.0, 4405.0, 4387.0, 4417.0, 4388.0, 4418.0, 4387.0, 4419.0, 4388.0, 4418.0, 4389.0, 4429.0, 4390.0, 4427.0, 4389.0, 4438.0, 4390.0, 4439.0, 4390.0, 4437.0, 4390.0, 4437.0, 4388.0, 4429.0, 4379.0, 4426.0, 4387.0, 4439.0, 4406.0, 4428.0, 4397.0, 4418.0, 4384.0, 4415.0, 4434.0, 4395.0, 4433.0, 4386.0, 4433.0, 4396.0, 4436.0, 4397.0, 4434.0, 4397.0, 4424.0, 4386.0, 4433.0, 4376.0, 4425.0, 4386.0, 4424.0, 4386.0, 4415.0, 4376.0, 4412.0, 4374.0, 4424.0, 4375.0, 4413.0, 4376.0, 4415.0, 4376.0, 4416.0, 4388.0, 4428.0, 4377.0, 4418.0, 4387.0, 4418.0, 4399.0, 4428.0, 4390.0, 4440.0, 4400.0, 4441.0, 4392.0, 4440.0, 4391.0, 4452.0, 4403.0, 4463.0, 4413.0, 4462.0, 4422.0, 4450.0, 4423.0, 4453.0, 4413.0, 4451.0, 4390.0, 4439.0, 4400.0, 4439.0, 4409.0, 4429.0, 4397.0, 4427.0, 4396.0, 4415.0, 4415.0, 4385.0, 4404.0, 4385.0, 4432.0, 4383.0, 4434.0, 4385.0, 4448.0, 4385.0, 4424.0, 4398.0, 4435.0, 4408.0, 4425.0, 4406.0, 4405.0, 4409.0, 4398.0, 4417.0, 4387.0, 4429.0, 4399.0, 4431.0, 4399.0, 4439.0, 4422.0, 4431.0, 4409.0, 4429.0, 4397.0, 4439.0, 4407.0, 4417.0, 4447.0, 4406.0, 4446.0, 4395.0, 4434.0, 4373.0, 4423.0, 4382.0, 4422.0, 4383.0, 4425.0, 4375.0, 4425.0, 4376.0, 4425.0, 4397.0, 4418.0, 4407.0, 4400.0, 4428.0, 4429.0, 4429.0, 4400.0, 4441.0, 4389.0, 4431.0, 4389.0, 4441.0, 4399.0, 4440.0, 4408.0, 4419.0, 4387.0, 4429.0, 4388.0, 4418.0, 4416.0, 4416.0, 4417.0, 4407.0, 4375.0, 4416.0, 4387.0, 4427.0, 4435.0, 4409.0, 4446.0, 4397.0, 4446.0, 4397.0, 4426.0, 4405.0, 4406.0, 4419.0, 4388.0, 4429.0, 4389.0, 4430.0, 4388.0, 4440.0, 4399.0, 4440.0, 4438.0, 4419.0, 4447.0, 4406.0, 4437.0, 4405.0, 4426.0, 4375.0, 4425.0, 4375.0, 4425.0, 4382.0, 4415.0, 4375.0, 4404.0, 4373.0, 4405.0, 4375.0, 4415.0, 4387.0, 4407.0, 4389.0, 4429.0, 4401.0, 4442.0, 4402.0, 4453.0, 4403.0, 4453.0, 4402.0, 4441.0, 4402.0, 4441.0, 4389.0, 4450.0, 4390.0, 4438.0, 4389.0, 4437.0, 4388.0, 4428.0, 4388.0, 4428.0, 4377.0, 4427.0, 4389.0, 4437.0, 4388.0, 4437.0, 4388.0, 4428.0, 4387.0, 4428.0, 4388.0, 4428.0, 4386.0, 4428.0, 4387.0, 4427.0, 4388.0, 4429.0, 4386.0, 4416.0, 4396.0, 4417.0, 4385.0, 4416.0, 4436.0, 4407.0, 4436.0, 4408.0, 4447.0, 4407.0, 4447.0, 4398.0, 4438.0, 4397.0, 4437.0, 4409.0, 4438.0, 4378.0, 4436.0, 4389.0, 4436.0, 4387.0, 4439.0, 4389.0, 4437.0, 4390.0, 4439.0, 4401.0, 4451.0, 4413.0, 4432.0, 4422.0, 4442.0, 4433.0, 4451.0, 4421.0, 4460.0, 4411.0, 4439.0, 4399.0, 4440.0, 4397.0, 4438.0, 4395.0, 4405.0, 4424.0, 4393.0, 4433.0, 4393.0, 4422.0, 4382.0, 4422.0, 4361.0, 4413.0, 4372.0, 4402.0, 4361.0, 4411.0, 4374.0, 4413.0, 4375.0, 4424.0, 4385.0, 4426.0, 4407.0, 4388.0, 4419.0, 4400.0, 4439.0, 4399.0, 4440.0, 4408.0, 4428.0, 4397.0, 4426.0, 4396.0, 4416.0, 4404.0, 4415.0, 4374.0, 4415.0, 4374.0, 4414.0, 4374.0, 4414.0, 4373.0, 4414.0, 4373.0, 4414.0, 4375.0, 4415.0, 4375.0, 4427.0, 4388.0, 4437.0, 4389.0, 4447.0, 4409.0, 4438.0, 4408.0, 4447.0, 4409.0, 4436.0, 4417.0, 4437.0, 4418.0, 4396.0, 4428.0, 4387.0, 4417.0, 4387.0, 4428.0, 4385.0, 4427.0, 4399.0, 4428.0, 4377.0, 4428.0, 4386.0, 4426.0, 4376.0, 4416.0, 4375.0, 4417.0, 4376.0, 4415.0, 4388.0, 4426.0, 4387.0, 4439.0, 4390.0, 4440.0, 4390.0, 4439.0, 4421.0, 4421.0, 4444.0, 4402.0, 4432.0, 4404.0, 4467.0, 4424.0, 4446.0, 4447.0, 4416.0, 4474.0, 4430.0, 4375.0, 4429.0, 4421.0, 4448.0, 4455.0, 4415.0, 4463.0, 4411.0, 4453.0, 4423.0, 4453.0, 4409.0, 4440.0, 4407.0, 4437.0, 4397.0, 4423.0, 4371.0, 4412.0, 4379.0, 4400.0, 4399.0, 4369.0, 4419.0, 4346.0, 4395.0, 4336.0, 4385.0, 4335.0, 4376.0, 4345.0, 4365.0, 4347.0, 4367.0, 4349.0, 4381.0, 4416.0, 4446.0, 4391.0, 4429.0, 4378.0, 4373.0, 4398.0, 4404.0, 4423.0, 4361.0], 'WindowWidth': [9800.0, 9823.0, 9804.0, 9840.0, 9755.0, 9726.0, 9732.0, 9631.0, 9674.0, 9676.0, 9782.0, 9727.0, 9722.0, 9789.0, 9740.0, 9765.0, 9681.0, 9758.0, 9703.0, 9747.0, 9761.0, 9719.0, 9795.0, 9724.0, 9779.0, 9732.0, 9775.0, 9732.0, 9737.0, 9703.0, 9750.0, 9705.0, 9734.0, 9708.0, 9760.0, 9743.0, 9694.0, 9763.0, 9717.0, 9804.0, 9735.0, 9786.0, 9775.0, 9799.0, 9783.0, 9799.0, 9775.0, 9713.0, 9753.0, 9688.0, 9727.0, 9689.0, 9781.0, 9699.0, 9775.0, 9710.0, 9763.0, 9708.0, 9755.0, 9742.0, 9745.0, 9736.0, 9691.0, 9737.0, 9732.0, 9731.0, 9729.0, 9730.0, 9674.0, 9725.0, 9675.0, 9731.0, 9676.0, 9733.0, 9677.0, 9714.0, 9674.0, 9717.0, 9694.0, 9744.0, 9683.0, 9763.0, 9700.0, 9764.0, 9700.0, 9764.0, 9713.0, 9766.0, 9698.0, 9778.0, 9697.0, 9778.0, 9698.0, 9761.0, 9715.0, 9766.0, 9715.0, 9764.0, 9729.0, 9737.0, 9775.0, 9718.0, 9760.0, 9723.0, 9792.0, 9729.0, 9776.0, 9708.0, 9792.0, 9706.0, 9784.0, 9705.0, 9769.0, 9702.0, 9783.0, 9717.0, 9779.0, 9699.0, 9765.0, 9697.0, 9748.0, 9689.0, 9748.0, 9692.0, 9743.0, 9690.0, 9728.0, 9685.0, 9729.0, 9687.0, 9714.0, 9675.0, 9728.0, 9685.0, 9718.0, 9727.0, 9704.0, 9676.0, 9718.0, 9718.0, 9734.0, 9744.0, 9734.0, 9719.0, 9737.0, 9690.0, 9732.0, 9697.0, 9751.0, 9706.0, 9769.0, 9697.0, 9748.0, 9696.0, 9766.0, 9709.0, 9766.0, 9722.0, 9736.0, 9696.0, 9719.0, 9714.0, 9750.0, 9702.0, 9785.0, 9720.0, 9786.0, 9738.0, 9788.0, 9746.0, 9774.0, 9748.0, 9773.0, 9761.0, 9774.0, 9757.0, 9767.0, 9755.0, 9726.0, 9751.0, 9696.0, 9750.0, 9693.0, 9750.0, 9705.0, 9752.0, 9693.0, 9749.0, 9695.0, 9745.0, 9692.0, 9741.0, 9698.0, 9739.0, 9699.0, 9744.0, 9693.0, 9763.0, 9713.0, 9767.0, 9703.0, 9767.0, 9706.0, 9767.0, 9727.0, 9787.0, 9725.0, 9778.0, 9728.0, 9779.0, 9745.0, 9762.0, 9745.0, 9726.0, 9752.0, 9684.0, 9753.0, 9697.0, 9754.0, 9715.0, 9756.0, 9705.0, 9770.0, 9704.0, 9752.0, 9712.0, 9758.0, 9697.0, 9762.0, 9743.0, 9784.0, 9732.0, 9744.0, 9730.0, 9752.0, 9715.0, 9768.0, 9721.0, 9755.0, 9714.0, 9784.0, 9745.0, 9795.0, 9744.0, 9781.0, 9711.0, 9761.0, 9723.0, 9762.0, 9724.0, 9777.0, 9708.0, 9776.0, 9711.0, 9759.0, 9720.0, 9759.0, 9691.0, 9743.0, 9690.0, 9742.0, 9687.0, 9740.0, 9687.0, 9728.0, 9677.0, 9742.0, 9696.0, 9742.0, 9688.0, 9746.0, 9699.0, 9747.0, 9695.0, 9749.0, 9697.0, 9749.0, 9697.0, 9751.0, 9683.0, 9748.0, 9700.0, 9766.0, 9712.0, 9769.0, 9721.0, 9779.0, 9717.0, 9782.0, 9745.0, 9759.0, 9760.0, 9715.0, 9758.0, 9747.0, 9770.0, 9726.0, 9778.0, 9713.0, 9741.0, 9702.0, 9754.0, 9719.0, 9768.0, 9710.0, 9758.0, 9698.0, 9738.0, 9699.0, 9753.0, 9713.0, 9738.0, 9706.0, 9737.0, 9698.0, 9747.0, 9714.0, 9750.0, 9698.0, 9763.0, 9697.0, 9749.0, 9699.0, 9750.0, 9697.0, 9747.0, 9693.0, 9748.0, 9680.0, 9745.0, 9698.0, 9761.0, 9696.0, 9750.0, 9697.0, 9748.0, 9712.0, 9749.0, 9694.0, 9750.0, 9694.0, 9749.0, 9699.0, 9750.0, 9715.0, 9754.0, 9714.0, 9771.0, 9700.0, 9752.0, 9700.0, 9752.0, 9712.0, 9766.0, 9702.0, 9765.0, 9700.0, 9767.0, 9707.0, 9766.0, 9715.0, 9782.0, 9716.0, 9782.0, 9733.0, 9787.0, 9732.0, 9785.0, 9733.0, 9769.0, 9702.0, 9768.0, 9719.0, 9767.0, 9710.0, 9768.0, 9696.0, 9749.0, 9692.0, 9748.0, 9694.0, 9745.0, 9696.0, 9750.0, 9697.0, 9748.0, 9711.0, 9747.0, 9695.0, 9752.0, 9681.0, 9747.0, 9698.0, 9750.0, 9696.0, 9755.0, 9709.0, 9735.0, 9686.0, 9751.0, 9713.0, 9764.0, 9701.0, 9786.0, 9705.0, 9783.0, 9719.0, 9769.0, 9719.0, 9788.0, 9732.0, 9781.0, 9730.0, 9746.0, 9760.0, 9730.0, 9777.0, 9719.0, 9772.0, 9703.0, 9772.0, 9717.0, 9769.0, 9714.0, 9760.0, 9699.0, 9749.0, 9698.0, 9747.0, 9694.0, 9748.0, 9694.0, 9750.0, 9696.0, 9749.0, 9699.0, 9748.0, 9692.0, 9768.0, 9696.0, 9744.0, 9679.0, 9744.0, 9681.0, 9762.0, 9696.0, 9761.0, 9678.0, 9759.0, 9684.0, 9746.0, 9705.0, 9760.0, 9694.0, 9746.0, 9695.0, 9764.0, 9697.0, 9758.0, 9709.0, 9764.0, 9698.0, 9777.0, 9714.0, 9761.0, 9724.0, 9763.0, 9724.0, 9760.0, 9722.0, 9780.0, 9724.0, 9760.0, 9722.0, 9758.0, 9707.0, 9758.0, 9713.0, 9760.0, 9710.0, 9763.0, 9711.0, 9780.0, 9717.0, 9773.0, 9718.0, 9768.0, 9731.0, 9769.0, 9700.0, 9768.0, 9702.0, 9753.0, 9697.0, 9769.0, 9695.0, 9737.0, 9701.0, 9753.0, 9696.0, 9752.0, 9711.0, 9741.0, 9696.0, 9768.0, 9718.0, 9769.0, 9702.0, 9771.0, 9721.0, 9769.0, 9726.0, 9774.0, 9718.0, 9794.0, 9720.0, 9773.0, 9722.0, 9775.0, 9722.0, 9785.0, 9741.0, 9800.0, 9738.0, 9775.0, 9762.0, 9775.0, 9751.0, 9786.0, 9749.0, 9757.0, 9747.0, 9755.0, 9756.0, 9777.0, 9742.0, 9764.0, 9727.0, 9763.0, 9707.0, 9747.0, 9704.0, 9743.0, 9718.0, 9741.0, 9675.0, 9727.0, 9675.0, 9723.0, 9669.0, 9738.0, 9674.0, 9741.0, 9678.0, 9743.0, 9679.0, 9744.0, 9694.0, 9779.0, 9685.0, 9763.0, 9701.0, 9750.0, 9723.0, 9751.0, 9741.0, 9726.0, 9739.0, 9713.0, 9754.0, 9736.0, 9757.0, 9711.0, 9755.0, 9696.0, 9750.0, 9708.0, 9750.0, 9696.0, 9749.0, 9692.0, 9733.0, 9693.0, 9734.0, 9680.0, 9753.0, 9697.0, 9749.0, 9703.0, 9764.0, 9702.0, 9768.0, 9733.0, 9783.0, 9717.0, 9783.0, 9745.0, 9767.0, 9759.0, 9715.0, 9755.0, 9703.0, 9753.0, 9703.0, 9766.0, 9720.0, 9785.0, 9719.0, 9770.0, 9758.0, 9700.0, 9755.0, 9702.0, 9769.0, 9705.0, 9773.0, 9707.0, 9783.0, 9736.0, 9787.0, 9749.0, 9723.0, 9760.0, 9726.0, 9775.0, 9707.0, 9795.0, 9731.0, 9778.0, 9756.0, 9748.0, 9784.0, 9728.0, 9816.0, 9749.0, 9814.0, 9760.0, 9771.0, 9786.0, 9733.0, 9817.0, 9734.0, 9798.0, 9731.0, 9797.0, 9769.0, 9779.0, 9764.0, 9748.0, 9758.0, 9719.0, 9773.0, 9714.0, 9771.0, 9703.0, 9767.0, 9689.0, 9765.0, 9711.0, 9763.0, 9743.0, 9711.0, 9738.0, 9697.0, 9746.0, 9681.0, 9762.0, 9713.0, 9765.0, 9712.0, 9750.0, 9740.0, 9735.0, 9747.0, 9705.0, 9749.0, 9692.0, 9730.0, 9679.0, 9747.0, 9683.0, 9762.0, 9684.0, 9761.0, 9696.0, 9748.0, 9709.0, 9746.0, 9721.0, 9681.0, 9736.0, 9686.0, 9748.0, 9693.0, 9748.0, 9678.0, 9733.0, 9678.0, 9731.0, 9694.0, 9744.0, 9697.0, 9775.0, 9701.0, 9764.0, 9701.0, 9763.0, 9724.0, 9696.0, 9729.0, 9703.0, 9755.0, 9703.0, 9769.0, 9702.0, 9768.0, 9716.0, 9780.0, 9700.0, 9782.0, 9729.0, 9763.0, 9754.0, 9697.0, 9725.0, 9682.0, 9747.0, 9714.0, 9747.0, 9694.0, 9764.0, 9710.0, 9764.0, 9680.0, 9760.0, 9707.0, 9758.0, 9708.0, 9742.0, 9718.0, 9690.0, 9736.0, 9744.0, 9721.0, 9715.0, 9732.0, 9693.0, 9747.0, 9682.0, 9747.0, 9707.0, 9775.0, 9755.0, 9731.0, 9763.0, 9713.0, 9763.0, 9752.0, 9723.0, 9762.0, 9707.0, 9776.0, 9727.0, 9775.0, 9722.0, 9737.0, 9689.0, 9714.0, 9676.0, 9725.0, 9669.0, 9701.0, 9675.0, 9713.0, 9677.0, 9732.0, 9697.0, 9748.0, 9689.0, 9770.0, 9706.0, 9774.0, 9712.0, 9774.0, 9735.0, 9762.0, 9749.0, 9708.0, 9782.0, 9749.0, 9776.0, 9724.0, 9767.0, 9711.0, 9778.0, 9727.0, 9791.0, 9724.0, 9789.0, 9748.0, 9773.0, 9706.0, 9770.0, 9719.0, 9772.0, 9711.0, 9747.0, 9680.0, 9746.0, 9679.0, 9744.0, 9681.0, 9746.0, 9697.0, 9748.0, 9684.0, 9751.0, 9685.0, 9749.0, 9697.0, 9752.0, 9686.0, 9749.0, 9681.0, 9748.0, 9696.0, 9743.0, 9708.0, 9747.0, 9681.0, 9746.0, 9680.0, 9745.0, 9677.0, 9730.0, 9678.0, 9731.0, 9663.0, 9727.0, 9676.0, 9728.0, 9675.0, 9730.0, 9677.0, 9730.0, 9677.0, 9719.0, 9675.0, 9719.0, 9697.0, 9737.0, 9700.0, 9741.0, 9699.0, 9745.0, 9704.0, 9744.0, 9704.0, 9759.0, 9705.0, 9752.0, 9702.0, 9770.0, 9706.0, 9771.0, 9706.0, 9767.0, 9705.0, 9766.0, 9700.0, 9756.0, 9690.0, 9751.0, 9700.0, 9769.0, 9720.0, 9755.0, 9711.0, 9739.0, 9689.0, 9732.0, 9756.0, 9705.0, 9753.0, 9693.0, 9754.0, 9708.0, 9760.0, 9710.0, 9758.0, 9709.0, 9745.0, 9695.0, 9756.0, 9682.0, 9747.0, 9693.0, 9743.0, 9692.0, 9731.0, 9679.0, 9725.0, 9678.0, 9743.0, 9678.0, 9728.0, 9681.0, 9733.0, 9682.0, 9735.0, 9701.0, 9754.0, 9683.0, 9742.0, 9699.0, 9740.0, 9720.0, 9756.0, 9708.0, 9775.0, 9722.0, 9777.0, 9715.0, 9775.0, 9712.0, 9794.0, 9731.0, 9812.0, 9745.0, 9809.0, 9756.0, 9792.0, 9756.0, 9800.0, 9743.0, 9792.0, 9710.0, 9775.0, 9721.0, 9774.0, 9730.0, 9758.0, 9710.0, 9751.0, 9706.0, 9731.0, 9730.0, 9691.0, 9714.0, 9690.0, 9750.0, 9686.0, 9755.0, 9691.0, 9783.0, 9694.0, 9745.0, 9719.0, 9766.0, 9733.0, 9753.0, 9728.0, 9723.0, 9737.0, 9719.0, 9740.0, 9701.0, 9761.0, 9722.0, 9764.0, 9720.0, 9777.0, 9757.0, 9766.0, 9733.0, 9760.0, 9715.0, 9774.0, 9726.0, 9739.0, 9776.0, 9720.0, 9773.0, 9703.0, 9757.0, 9673.0, 9739.0, 9683.0, 9739.0, 9687.0, 9745.0, 9681.0, 9747.0, 9684.0, 9747.0, 9713.0, 9741.0, 9729.0, 9721.0, 9758.0, 9759.0, 9760.0, 9720.0, 9779.0, 9708.0, 9766.0, 9706.0, 9777.0, 9718.0, 9774.0, 9728.0, 9744.0, 9699.0, 9756.0, 9700.0, 9742.0, 9736.0, 9736.0, 9736.0, 9725.0, 9681.0, 9736.0, 9699.0, 9754.0, 9762.0, 9730.0, 9776.0, 9710.0, 9774.0, 9711.0, 9748.0, 9722.0, 9723.0, 9747.0, 9702.0, 9758.0, 9707.0, 9762.0, 9704.0, 9777.0, 9720.0, 9776.0, 9769.0, 9745.0, 9781.0, 9724.0, 9766.0, 9720.0, 9749.0, 9679.0, 9744.0, 9679.0, 9745.0, 9685.0, 9734.0, 9677.0, 9716.0, 9674.0, 9720.0, 9681.0, 9734.0, 9700.0, 9728.0, 9707.0, 9760.0, 9727.0, 9781.0, 9729.0, 9799.0, 9730.0, 9798.0, 9726.0, 9777.0, 9727.0, 9777.0, 9706.0, 9788.0, 9708.0, 9769.0, 9707.0, 9768.0, 9703.0, 9756.0, 9702.0, 9755.0, 9687.0, 9754.0, 9707.0, 9767.0, 9701.0, 9767.0, 9702.0, 9753.0, 9700.0, 9755.0, 9703.0, 9755.0, 9697.0, 9754.0, 9699.0, 9752.0, 9702.0, 9759.0, 9698.0, 9738.0, 9709.0, 9739.0, 9695.0, 9737.0, 9763.0, 9726.0, 9763.0, 9729.0, 9780.0, 9728.0, 9781.0, 9716.0, 9770.0, 9714.0, 9766.0, 9730.0, 9769.0, 9688.0, 9766.0, 9707.0, 9765.0, 9702.0, 9773.0, 9707.0, 9769.0, 9711.0, 9773.0, 9725.0, 9793.0, 9744.0, 9770.0, 9756.0, 9783.0, 9772.0, 9793.0, 9754.0, 9805.0, 9736.0, 9772.0, 9717.0, 9772.0, 9710.0, 9769.0, 9704.0, 9719.0, 9741.0, 9699.0, 9753.0, 9698.0, 9739.0, 9682.0, 9736.0, 9655.0, 9725.0, 9671.0, 9709.0, 9655.0, 9722.0, 9676.0, 9726.0, 9681.0, 9744.0, 9696.0, 9751.0, 9728.0, 9704.0, 9746.0, 9723.0, 9773.0, 9718.0, 9778.0, 9728.0, 9756.0, 9711.0, 9750.0, 9709.0, 9734.0, 9715.0, 9732.0, 9675.0, 9731.0, 9677.0, 9730.0, 9674.0, 9730.0, 9674.0, 9730.0, 9675.0, 9729.0, 9680.0, 9732.0, 9680.0, 9752.0, 9701.0, 9767.0, 9707.0, 9780.0, 9732.0, 9769.0, 9729.0, 9781.0, 9731.0, 9765.0, 9741.0, 9765.0, 9740.0, 9709.0, 9756.0, 9700.0, 9739.0, 9700.0, 9755.0, 9696.0, 9755.0, 9716.0, 9756.0, 9685.0, 9754.0, 9698.0, 9749.0, 9682.0, 9737.0, 9680.0, 9737.0, 9684.0, 9734.0, 9703.0, 9750.0, 9701.0, 9773.0, 9708.0, 9772.0, 9709.0, 9773.0, 9751.0, 9751.0, 9790.0, 9729.0, 9769.0, 9736.0, 9824.0, 9767.0, 9797.0, 9798.0, 9756.0, 9829.0, 9757.0, 9673.0, 9757.0, 9772.0, 9804.0, 9807.0, 9752.0, 9813.0, 9738.0, 9799.0, 9755.0, 9800.0, 9731.0, 9775.0, 9723.0, 9767.0, 9708.0, 9739.0, 9664.0, 9721.0, 9669.0, 9699.0, 9695.0, 9656.0, 9722.0, 9621.0, 9685.0, 9608.0, 9671.0, 9605.0, 9661.0, 9619.0, 9646.0, 9627.0, 9652.0, 9634.0, 9678.0, 9756.0, 9797.0, 9713.0, 9759.0, 9689.0, 9674.0, 9713.0, 9734.0, 9756.0, 9651.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.004159768875192604</td></tr>
<tr><td colspan=3>aqi</td><td>0.02590095570107858</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.00182627824217</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2359389994217438</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0351270050732437</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>7524.2178</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1154237612687939</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.779661016949152</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.606073408632174</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4376586691544158</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9553097477217434</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.425251809020364</td></tr>
<tr><td colspan=3>gcor</td><td>0.00854346</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0034093488939106464</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04202621802687645</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</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.7736954785925296</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>17.6598</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0674</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.2595</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297167.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.436</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0243</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.7487</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3562.6714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79377.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.204</td></tr>
<tr><td colspan=3>tsnr</td><td>35.523028942756355</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>