<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>73a0f4935a06211abe5ad2b33e228137</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:45:55.490000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99023, -0.0960558, 0.101082, 0.103903, 0.991721, -0.0754527]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.094824</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>[4248, -7760, -7230, 398, -228, 32, -2, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb827613-b6fe-4d6b-918d-73f937749f4a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.656715154647827, 0.27876317501068115, 0.25109294056892395, 89.5161361694336], [0.2577107846736908, 2.6607158184051514, -0.23008926212787628, -111.15914154052734], [0.27119532227516174, 0.20243416726589203, 2.678434371948242, -94.22096252441406], [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': ['124555.490000', '124555.950000', '124556.410000', '124556.870000', '124557.330000', '124557.790000', '124558.250000', '124558.710000', '124559.170000', '124559.630000', '124600.090000', '124600.550000', '124601.010000', '124601.470000', '124601.930000', '124602.390000', '124602.850000', '124603.310000', '124603.770000', '124604.230000', '124604.690000', '124605.150000', '124605.610000', '124606.070000', '124606.530000', '124606.990000', '124607.450000', '124607.910000', '124608.370000', '124608.830000', '124609.290000', '124609.750000', '124610.210000', '124610.670000', '124611.130000', '124611.590000', '124612.050000', '124612.510000', '124612.970000', '124613.430000', '124613.890000', '124614.350000', '124614.810000', '124615.270000', '124615.730000', '124616.190000', '124616.650000', '124617.110000', '124617.570000', '124618.030000', '124618.490000', '124618.950000', '124619.410000', '124619.870000', '124620.330000', '124620.790000', '124621.250000', '124621.710000', '124622.170000', '124622.630000', '124623.090000', '124623.550000', '124624.010000', '124624.470000', '124624.930000', '124625.390000', '124625.850000', '124626.310000', '124626.770000', '124627.230000', '124627.690000', '124628.150000', '124628.610000', '124629.070000', '124629.530000', '124629.990000', '124630.450000', '124630.910000', '124631.370000', '124631.830000', '124632.290000', '124632.750000', '124633.210000', '124633.670000', '124634.130000', '124634.590000', '124635.050000', '124635.510000', '124635.970000', '124636.430000', '124636.890000', '124637.350000', '124637.810000', '124638.270000', '124638.730000', '124639.190000', '124639.650000', '124640.110000', '124640.570000', '124641.030000', '124641.490000', '124641.950000', '124642.410000', '124642.870000', '124643.330000', '124643.790000', '124644.250000', '124644.710000', '124645.170000', '124645.630000', '124646.090000', '124646.550000', '124647.010000', '124647.470000', '124647.930000', '124648.390000', '124648.850000', '124649.310000', '124649.770000', '124650.230000', '124650.690000', '124651.150000', '124651.610000', '124652.070000', '124652.530000', '124652.990000', '124653.450000', '124653.910000', '124654.370000', '124654.830000', '124655.290000', '124655.750000', '124656.210000', '124656.670000', '124657.130000', '124657.590000', '124658.050000', '124658.510000', '124658.970000', '124659.430000', '124659.890000', '124700.350000', '124700.810000', '124701.270000', '124701.730000', '124702.190000', '124702.650000', '124703.110000', '124703.570000', '124704.030000', '124704.490000', '124704.950000', '124705.410000', '124705.870000', '124706.330000', '124706.790000', '124707.250000', '124707.710000', '124708.170000', '124708.630000', '124709.090000', '124709.550000', '124710.010000', '124710.470000', '124710.930000', '124711.390000', '124711.850000', '124712.310000', '124712.770000', '124713.230000', '124713.690000', '124714.150000', '124714.610000', '124715.070000', '124715.530000', '124715.990000', '124716.450000', '124716.910000', '124717.370000', '124717.830000', '124718.290000', '124718.750000', '124719.210000', '124719.670000', '124720.130000', '124720.590000', '124721.050000', '124721.510000', '124721.970000', '124722.430000', '124722.890000', '124723.350000', '124723.810000', '124724.270000', '124724.730000', '124725.190000', '124725.650000', '124726.110000', '124726.570000', '124727.030000', '124727.490000', '124727.950000', '124728.410000', '124728.870000', '124729.330000', '124729.790000', '124730.250000', '124730.710000', '124731.170000', '124731.630000', '124732.090000', '124732.550000', '124733.010000', '124733.470000', '124733.930000', '124734.390000', '124734.850000', '124735.310000', '124735.770000', '124736.230000', '124736.690000', '124737.150000', '124737.610000', '124738.070000', '124738.530000', '124738.990000', '124739.450000', '124739.910000', '124740.370000', '124740.830000', '124741.290000', '124741.750000', '124742.210000', '124742.670000', '124743.130000', '124743.590000', '124744.050000', '124744.510000', '124744.970000', '124745.430000', '124745.890000', '124746.350000', '124746.810000', '124747.270000', '124747.730000', '124748.190000', '124748.650000', '124749.110000', '124749.570000', '124750.030000', '124750.490000', '124750.950000', '124751.410000', '124751.870000', '124752.330000', '124752.790000', '124753.250000', '124753.710000', '124754.170000', '124754.630000', '124755.090000', '124755.550000', '124756.010000', '124756.470000', '124756.930000', '124757.390000', '124757.850000', '124758.310000', '124758.770000', '124759.230000', '124759.690000', '124800.150000', '124800.610000', '124801.070000', '124801.530000', '124801.990000', '124802.450000', '124802.910000', '124803.370000', '124803.830000', '124804.290000', '124804.750000', '124805.210000', '124805.670000', '124806.130000', '124806.590000', '124807.050000', '124807.510000', '124807.970000', '124808.430000', '124808.890000', '124809.350000', '124809.810000', '124810.270000', '124810.730000', '124811.190000', '124811.650000', '124812.110000', '124812.570000', '124813.030000', '124813.490000', '124813.950000', '124814.410000', '124814.870000', '124815.330000', '124815.790000', '124816.250000', '124816.710000', '124817.170000', '124817.630000', '124818.090000', '124818.550000', '124819.010000', '124819.470000', '124819.930000', '124820.390000', '124820.850000', '124821.310000', '124821.770000', '124822.230000', '124822.690000', '124823.150000', '124823.610000', '124824.070000', '124824.530000', '124824.990000', '124825.450000', '124825.910000', '124826.370000', '124826.830000', '124827.290000', '124827.750000', '124828.210000', '124828.670000', '124829.130000', '124829.590000', '124830.050000', '124830.510000', '124830.970000', '124831.430000', '124831.890000', '124832.350000', '124832.810000', '124833.270000', '124833.730000', '124834.190000', '124834.650000', '124835.110000', '124835.570000', '124836.030000', '124836.490000', '124836.950000', '124837.410000', '124837.870000', '124838.330000', '124838.790000', '124839.250000', '124839.710000', '124840.170000', '124840.630000', '124841.090000', '124841.550000', '124842.010000', '124842.470000', '124842.930000', '124843.390000', '124843.850000', '124844.310000', '124844.770000', '124845.230000', '124845.690000', '124846.150000', '124846.610000', '124847.070000', '124847.530000', '124847.990000', '124848.450000', '124848.910000', '124849.370000', '124849.830000', '124850.290000', '124850.750000', '124851.210000', '124851.670000', '124852.130000', '124852.590000', '124853.050000', '124853.510000', '124853.970000', '124854.430000', '124854.890000', '124855.350000', '124855.810000', '124856.270000', '124856.730000', '124857.190000', '124857.650000', '124858.110000', '124858.570000', '124859.030000', '124859.490000', '124859.950000', '124900.410000', '124900.870000', '124901.330000', '124901.790000', '124902.250000', '124902.710000', '124903.170000', '124903.630000', '124904.090000', '124904.550000', '124905.010000', '124905.470000', '124905.930000', '124906.390000', '124906.850000', '124907.310000', '124907.770000', '124908.230000', '124908.690000', '124909.150000', '124909.610000', '124910.070000', '124910.530000', '124910.990000', '124911.450000', '124911.910000', '124912.370000', '124912.830000', '124913.290000', '124913.750000', '124914.210000', '124914.670000', '124915.130000', '124915.590000', '124916.050000', '124916.510000', '124916.970000', '124917.430000', '124917.890000', '124918.350000', '124918.810000', '124919.270000', '124919.730000', '124920.190000', '124920.650000', '124921.110000', '124921.570000', '124922.030000', '124922.490000', '124922.950000', '124923.410000', '124923.870000', '124924.330000', '124924.790000', '124925.250000', '124925.710000', '124926.170000', '124926.630000', '124927.090000', '124927.550000', '124928.010000', '124928.470000', '124928.930000', '124929.390000', '124929.850000', '124930.310000', '124930.770000', '124931.230000', '124931.690000', '124932.150000', '124932.610000', '124933.070000', '124933.530000', '124933.990000', '124934.450000', '124934.910000', '124935.370000', '124935.830000', '124936.290000', '124936.750000', '124937.210000', '124937.670000', '124938.130000', '124938.590000', '124939.050000', '124939.510000', '124939.970000', '124940.430000', '124940.890000', '124941.350000', '124941.810000', '124942.270000', '124942.730000', '124943.190000', '124943.650000', '124944.110000', '124944.570000', '124945.030000', '124945.490000', '124945.950000', '124946.410000', '124946.870000', '124947.330000', '124947.790000', '124948.250000', '124948.710000', '124949.170000', '124949.630000', '124950.090000', '124950.550000', '124951.010000', '124951.470000', '124951.930000', '124952.390000', '124952.850000', '124953.310000', '124953.770000', '124954.230000', '124954.690000', '124955.150000', '124955.610000', '124956.070000', '124956.530000', '124956.990000', '124957.450000', '124957.910000', '124958.370000', '124958.830000', '124959.290000', '124959.750000', '125000.210000', '125000.670000', '125001.130000', '125001.590000', '125002.050000', '125002.510000', '125002.970000', '125003.430000', '125003.890000', '125004.350000', '125004.810000', '125005.270000', '125005.730000', '125006.190000', '125006.650000', '125007.110000', '125007.570000', '125008.030000', '125008.490000', '125008.950000', '125009.410000', '125009.870000', '125010.330000', '125010.790000', '125011.250000', '125011.710000', '125012.170000', '125012.630000', '125013.090000', '125013.550000', '125014.010000', '125014.470000', '125014.930000', '125015.390000', '125015.850000', '125016.310000', '125016.770000', '125017.230000', '125017.690000', '125018.150000', '125018.610000', '125019.070000', '125019.530000', '125019.990000', '125020.450000', '125020.910000', '125021.370000', '125021.830000', '125022.290000', '125022.750000', '125023.210000', '125023.670000', '125024.130000', '125024.590000', '125025.050000', '125025.510000', '125025.970000', '125026.430000', '125026.890000', '125027.350000', '125027.810000', '125028.270000', '125028.730000', '125029.190000', '125029.650000', '125030.110000', '125030.570000', '125031.030000', '125031.490000', '125031.950000', '125032.410000', '125032.870000', '125033.330000', '125033.790000', '125034.250000', '125034.710000', '125035.170000', '125035.630000', '125036.090000', '125036.550000', '125037.010000', '125037.470000', '125037.930000', '125038.390000', '125038.850000', '125039.310000', '125039.770000', '125040.230000', '125040.690000', '125041.150000', '125041.610000', '125042.070000', '125042.530000', '125042.990000', '125043.450000', '125043.910000', '125044.370000', '125044.830000', '125045.290000', '125045.750000', '125046.210000', '125046.670000', '125047.130000', '125047.590000', '125048.050000', '125048.510000', '125048.970000', '125049.430000', '125049.890000', '125050.350000', '125050.810000', '125051.270000', '125051.730000', '125052.190000', '125052.650000', '125053.110000', '125053.570000', '125054.030000', '125054.490000', '125054.950000', '125055.410000', '125055.870000', '125056.330000', '125056.790000', '125057.250000', '125057.710000', '125058.170000', '125058.630000', '125059.090000', '125059.550000', '125100.010000', '125100.470000', '125100.930000', '125101.390000', '125101.850000', '125102.310000', '125102.770000', '125103.230000', '125103.690000', '125104.150000', '125104.610000', '125105.070000', '125105.530000', '125105.990000', '125106.450000', '125106.910000', '125107.370000', '125107.830000', '125108.290000', '125108.750000', '125109.210000', '125109.670000', '125110.130000', '125110.590000', '125111.050000', '125111.510000', '125111.970000', '125112.430000', '125112.890000', '125113.350000', '125113.810000', '125114.270000', '125114.730000', '125115.190000', '125115.650000', '125116.110000', '125116.570000', '125117.030000', '125117.490000', '125117.950000', '125118.410000', '125118.870000', '125119.330000', '125119.790000', '125120.250000', '125120.710000', '125121.170000', '125121.630000', '125122.090000', '125122.550000', '125123.010000', '125123.470000', '125123.930000', '125124.390000', '125124.850000', '125125.310000', '125125.770000', '125126.230000', '125126.690000', '125127.150000', '125127.610000', '125128.070000', '125128.530000', '125128.990000', '125129.450000', '125129.910000', '125130.370000', '125130.830000', '125131.290000', '125131.750000', '125132.210000', '125132.670000', '125133.130000', '125133.590000', '125134.050000', '125134.510000', '125134.970000', '125135.430000', '125135.890000', '125136.350000', '125136.810000', '125137.270000', '125137.730000', '125138.190000', '125138.650000', '125139.110000', '125139.570000', '125140.030000', '125140.490000', '125140.950000', '125141.410000', '125141.870000', '125142.330000', '125142.790000', '125143.250000', '125143.710000', '125144.170000', '125144.630000', '125145.090000', '125145.550000', '125146.010000', '125146.470000', '125146.930000', '125147.390000', '125147.850000', '125148.310000', '125148.770000', '125149.230000', '125149.690000', '125150.150000', '125150.610000', '125151.070000', '125151.530000', '125151.990000', '125152.450000', '125152.910000', '125153.370000', '125153.830000', '125154.290000', '125154.750000', '125155.210000', '125155.670000', '125156.130000', '125156.590000', '125157.050000', '125157.510000', '125157.970000', '125158.430000', '125158.890000', '125159.350000', '125159.810000', '125200.270000', '125200.730000', '125201.190000', '125201.650000', '125202.110000', '125202.570000', '125203.030000', '125203.490000', '125203.950000', '125204.410000', '125204.870000', '125205.330000', '125205.790000', '125206.250000', '125206.710000', '125207.170000', '125207.630000', '125208.090000', '125208.550000', '125209.010000', '125209.470000', '125209.930000', '125210.390000', '125210.850000', '125211.310000', '125211.770000', '125212.230000', '125212.690000', '125213.150000', '125213.610000', '125214.070000', '125214.530000', '125214.990000', '125215.450000', '125215.910000', '125216.370000', '125216.830000', '125217.290000', '125217.750000', '125218.210000', '125218.670000', '125219.130000', '125219.590000', '125220.050000', '125220.510000', '125220.970000', '125221.430000', '125221.890000', '125222.350000', '125222.810000', '125223.270000', '125223.730000', '125224.190000', '125224.650000', '125225.110000', '125225.570000', '125226.030000', '125226.490000', '125226.950000', '125227.410000', '125227.870000', '125228.330000', '125228.790000', '125229.250000', '125229.710000', '125230.170000', '125230.630000', '125231.090000', '125231.550000', '125232.010000', '125232.470000', '125232.930000', '125233.390000', '125233.850000', '125234.310000', '125234.770000', '125235.230000', '125235.690000', '125236.150000', '125236.610000', '125237.070000', '125237.530000', '125237.990000', '125238.450000', '125238.910000', '125239.370000', '125239.830000', '125240.290000', '125240.750000', '125241.210000', '125241.670000', '125242.130000', '125242.590000', '125243.050000', '125243.510000', '125243.970000', '125244.430000', '125244.890000', '125245.350000', '125245.810000', '125246.270000', '125246.730000', '125247.190000', '125247.650000', '125248.110000', '125248.570000', '125249.030000', '125249.490000', '125249.950000', '125250.410000', '125250.870000', '125251.330000', '125251.790000', '125252.250000', '125252.710000', '125253.170000', '125253.630000', '125254.090000', '125254.550000', '125255.010000', '125255.470000', '125255.930000', '125256.390000', '125256.850000', '125257.310000', '125257.770000', '125258.230000', '125258.690000', '125259.150000', '125259.610000', '125300.070000', '125300.530000', '125300.990000', '125301.450000', '125301.910000', '125302.370000', '125302.830000', '125303.290000', '125303.750000', '125304.210000', '125304.670000', '125305.130000', '125305.590000', '125306.050000', '125306.510000', '125306.970000', '125307.430000', '125307.890000', '125308.350000', '125308.810000', '125309.270000', '125309.730000', '125310.190000', '125310.650000', '125311.110000', '125311.570000', '125312.030000', '125312.490000', '125312.950000', '125313.410000', '125313.870000', '125314.330000', '125314.790000', '125315.250000', '125315.710000', '125316.170000', '125316.630000', '125317.090000', '125317.550000', '125318.010000', '125318.470000', '125318.930000', '125319.390000', '125319.850000', '125320.310000', '125320.770000', '125321.230000', '125321.690000', '125322.150000', '125322.610000', '125323.070000', '125323.530000', '125323.990000', '125324.450000', '125324.910000', '125325.370000', '125325.830000', '125326.290000', '125326.750000', '125327.210000', '125327.670000', '125328.130000', '125328.590000', '125329.050000', '125329.510000', '125329.970000', '125330.430000', '125330.890000', '125331.350000', '125331.810000', '125332.270000', '125332.730000', '125333.190000', '125333.650000', '125334.110000', '125334.570000', '125335.030000', '125335.490000', '125335.950000', '125336.410000', '125336.870000', '125337.330000', '125337.790000', '125338.250000', '125338.710000', '125339.170000', '125339.630000', '125340.090000', '125340.550000', '125341.010000', '125341.470000', '125341.930000', '125342.390000', '125342.850000', '125343.310000', '125343.770000', '125344.230000', '125344.690000', '125345.150000', '125345.610000', '125346.070000', '125346.530000', '125346.990000', '125347.450000', '125347.910000', '125348.370000', '125348.830000', '125349.290000', '125349.750000', '125350.210000', '125350.670000', '125351.130000', '125351.590000', '125352.050000', '125352.510000', '125352.970000', '125353.430000', '125353.890000', '125354.350000', '125354.810000', '125355.270000', '125355.730000', '125356.190000', '125356.650000', '125357.110000', '125357.570000', '125358.030000', '125358.490000', '125358.950000', '125359.410000', '125359.870000', '125400.330000', '125400.790000', '125401.250000', '125401.710000', '125402.170000', '125402.630000', '125403.090000', '125403.550000', '125404.010000', '125404.470000', '125404.930000', '125405.390000', '125405.850000', '125406.310000', '125406.770000', '125407.230000', '125407.690000', '125408.150000', '125408.610000', '125409.070000', '125409.530000', '125409.990000', '125410.450000', '125410.910000', '125411.370000', '125411.830000', '125412.290000', '125412.750000', '125413.210000', '125413.670000', '125414.130000', '125414.590000', '125415.050000', '125415.510000', '125415.970000', '125416.430000', '125416.890000', '125417.350000', '125417.810000', '125418.270000', '125418.730000', '125419.190000', '125419.650000', '125420.110000', '125420.570000', '125421.030000', '125421.490000', '125421.950000', '125422.410000', '125422.870000', '125423.330000', '125423.790000', '125424.250000', '125424.710000', '125425.170000', '125425.630000', '125426.090000', '125426.550000', '125427.010000', '125427.470000', '125427.930000', '125428.390000', '125428.850000', '125429.310000', '125429.770000', '125430.230000', '125430.690000', '125431.150000', '125431.610000', '125432.070000', '125432.530000', '125432.990000', '125433.450000', '125433.910000', '125434.370000', '125434.830000', '125435.290000', '125435.750000', '125436.210000', '125436.670000', '125437.130000', '125437.590000', '125438.050000', '125438.510000', '125438.970000', '125439.430000', '125439.890000', '125440.350000', '125440.810000', '125441.270000', '125441.730000', '125442.190000', '125442.650000', '125443.110000', '125443.570000', '125444.030000', '125444.490000', '125444.950000', '125445.410000', '125445.870000', '125446.330000', '125446.790000', '125447.250000', '125447.710000', '125448.170000', '125448.630000', '125449.090000', '125449.550000', '125450.010000', '125450.470000', '125450.930000', '125451.390000', '125451.850000', '125452.310000', '125452.770000', '125453.230000', '125453.690000', '125454.150000', '125454.610000', '125455.070000', '125455.530000', '125455.990000', '125456.450000', '125456.910000', '125457.370000', '125457.830000', '125458.290000', '125458.750000', '125459.210000', '125459.670000', '125500.130000', '125500.590000', '125501.050000', '125501.510000', '125501.970000', '125502.430000', '125502.890000', '125503.350000', '125503.810000', '125504.270000', '125504.730000', '125505.190000', '125505.650000', '125506.110000', '125506.570000', '125507.030000', '125507.490000', '125507.950000', '125508.410000', '125508.870000', '125509.330000', '125509.790000', '125510.250000', '125510.710000', '125511.170000', '125511.630000', '125512.090000', '125512.550000', '125513.010000', '125513.470000', '125513.930000', '125514.390000', '125514.850000', '125515.310000', '125515.770000', '125516.230000', '125516.690000', '125517.150000', '125517.610000', '125518.070000', '125518.530000', '125518.990000', '125519.450000', '125519.910000', '125520.370000', '125520.830000', '125521.290000', '125521.750000', '125522.210000', '125522.670000', '125523.130000', '125523.590000', '125524.050000', '125524.510000', '125524.970000', '125525.430000', '125525.890000', '125526.350000', '125526.810000', '125527.270000', '125527.730000', '125528.190000', '125528.650000', '125529.110000', '125529.570000', '125530.030000', '125530.490000', '125530.950000', '125531.410000', '125531.870000', '125532.330000', '125532.790000', '125533.250000', '125533.710000', '125534.170000', '125534.630000', '125535.090000', '125535.550000', '125536.010000', '125536.470000', '125536.930000', '125537.390000', '125537.850000', '125538.310000', '125538.770000', '125539.230000', '125539.690000', '125540.150000', '125540.610000', '125541.070000', '125541.530000', '125541.990000', '125542.450000', '125542.910000', '125543.370000', '125543.830000', '125544.290000', '125544.750000', '125545.210000', '125545.670000', '125546.130000', '125546.590000', '125547.050000', '125547.510000', '125547.970000', '125548.430000', '125548.890000', '125549.350000', '125549.810000', '125550.270000', '125550.730000', '125551.190000', '125551.650000', '125552.110000'], 'ContentTime': ['124610.891000', '124610.895000', '124610.898000', '124610.901000', '124610.903000', '124610.906000', '124610.908000', '124610.911000', '124610.914000', '124610.916000', '124610.919000', '124610.921000', '124610.924000', '124610.927000', '124610.929000', '124610.932000', '124610.935000', '124610.937000', '124610.940000', '124610.942000', '124610.945000', '124610.948000', '124610.950000', '124610.953000', '124610.955000', '124610.958000', '124610.961000', '124610.963000', '124610.972000', '124610.974000', '124630.858000', '124630.861000', '124630.864000', '124630.867000', '124630.869000', '124630.873000', '124630.876000', '124630.879000', '124630.881000', '124630.884000', '124630.886000', '124630.903000', '124630.906000', '124630.908000', '124630.911000', '124630.914000', '124630.916000', '124630.919000', '124630.922000', '124630.924000', '124630.927000', '124630.929000', '124630.932000', '124630.934000', '124630.937000', '124630.940000', '124630.942000', '124630.949000', '124630.952000', '124630.955000', '124630.957000', '124630.960000', '124630.962000', '124630.965000', '124630.968000', '124630.970000', '124630.973000', '124630.975000', '124630.978000', '124630.981000', '124630.983000', '124630.986000', '124630.989000', '124630.991000', '124650.858000', '124650.861000', '124650.864000', '124650.866000', '124650.869000', '124650.872000', '124650.874000', '124650.877000', '124650.880000', '124650.882000', '124650.885000', '124650.887000', '124650.890000', '124650.893000', '124650.895000', '124650.898000', '124650.900000', '124650.903000', '124650.905000', '124650.908000', '124650.911000', '124650.913000', '124650.916000', '124650.918000', '124650.921000', '124650.924000', '124650.926000', '124650.929000', '124650.931000', '124650.934000', '124650.936000', '124650.939000', '124650.942000', '124650.944000', '124650.947000', '124650.956000', '124650.959000', '124650.962000', '124650.964000', '124650.967000', '124650.970000', '124650.972000', '124650.975000', '124710.859000', '124710.862000', '124710.865000', '124710.868000', '124710.870000', '124710.873000', '124710.875000', '124710.878000', '124710.880000', '124710.883000', '124710.886000', '124710.888000', '124710.891000', '124710.894000', '124710.896000', '124710.899000', '124710.901000', '124710.904000', '124710.907000', '124710.909000', '124710.912000', '124710.914000', '124710.917000', '124710.920000', '124710.923000', '124710.925000', '124710.928000', '124710.930000', '124710.933000', '124710.936000', '124710.938000', '124710.941000', '124710.943000', '124710.946000', '124710.949000', '124710.951000', '124710.954000', '124710.957000', '124710.959000', '124710.962000', '124710.964000', '124710.967000', '124710.970000', '124710.972000', '124730.859000', '124730.862000', '124730.865000', '124730.867000', '124730.870000', '124730.873000', '124730.875000', '124730.878000', '124730.880000', '124730.883000', '124730.885000', '124730.888000', '124730.891000', '124730.893000', '124730.896000', '124730.899000', '124730.901000', '124730.904000', '124730.906000', '124730.909000', '124730.912000', '124730.914000', '124730.917000', '124730.919000', '124730.922000', '124730.925000', '124730.927000', '124730.930000', '124730.933000', '124730.935000', '124730.938000', '124730.940000', '124730.943000', '124730.945000', '124730.948000', '124730.951000', '124730.953000', '124730.956000', '124730.959000', '124730.962000', '124730.965000', '124730.967000', '124730.971000', '124750.859000', '124750.862000', '124750.865000', '124750.867000', '124750.870000', '124750.873000', '124750.875000', '124750.878000', '124750.881000', '124750.883000', '124750.886000', '124750.889000', '124750.892000', '124750.894000', '124750.897000', '124750.899000', '124750.902000', '124750.905000', '124750.907000', '124750.910000', '124750.913000', '124750.915000', '124750.918000', '124750.920000', '124750.923000', '124750.926000', '124750.928000', '124750.931000', '124750.934000', '124750.936000', '124750.939000', '124750.941000', '124750.944000', '124750.947000', '124750.949000', '124750.952000', '124750.954000', '124750.957000', '124750.960000', '124750.962000', '124750.965000', '124750.967000', '124750.970000', '124750.973000', '124810.860000', '124810.863000', '124810.865000', '124810.868000', '124810.871000', '124810.873000', '124810.876000', '124810.879000', '124810.881000', '124810.884000', '124810.887000', '124810.889000', '124810.892000', '124810.894000', '124810.897000', '124810.900000', '124810.902000', '124810.905000', '124810.907000', '124810.910000', '124810.923000', '124810.926000', '124810.929000', '124810.931000', '124810.934000', '124810.937000', '124810.939000', '124810.942000', '124810.944000', '124810.947000', '124810.950000', '124810.952000', '124810.955000', '124810.957000', '124810.960000', '124810.963000', '124810.965000', '124810.968000', '124810.971000', '124810.973000', '124810.976000', '124810.978000', '124810.981000', '124830.859000', '124830.862000', '124830.865000', '124830.868000', '124830.870000', '124830.873000', '124830.875000', '124830.878000', '124830.881000', '124830.883000', '124830.886000', '124830.888000', '124830.891000', '124830.894000', '124830.896000', '124830.899000', '124830.902000', '124830.904000', '124830.907000', '124830.910000', '124830.912000', '124830.915000', '124830.917000', '124830.920000', '124830.923000', '124830.925000', '124830.928000', '124830.931000', '124830.933000', '124830.936000', '124830.938000', '124830.941000', '124830.944000', '124830.946000', '124830.949000', '124830.952000', '124830.954000', '124830.957000', '124830.960000', '124830.963000', '124830.965000', '124830.968000', '124830.970000', '124830.973000', '124850.858000', '124850.862000', '124850.864000', '124850.867000', '124850.869000', '124850.873000', '124850.875000', '124850.878000', '124850.881000', '124850.884000', '124850.886000', '124850.889000', '124850.892000', '124850.894000', '124850.897000', '124850.900000', '124850.902000', '124850.905000', '124850.907000', '124850.910000', '124850.913000', '124850.916000', '124850.918000', '124850.921000', '124850.923000', '124850.926000', '124850.929000', '124850.931000', '124850.934000', '124850.936000', '124850.939000', '124850.942000', '124850.944000', '124850.947000', '124850.949000', '124850.952000', '124850.955000', '124850.957000', '124850.960000', '124850.962000', '124850.965000', '124850.968000', '124850.970000', '124910.858000', '124910.861000', '124910.864000', '124910.867000', '124910.870000', '124910.872000', '124910.875000', '124910.878000', '124910.880000', '124910.890000', '124910.893000', '124910.895000', '124910.898000', '124910.901000', '124910.903000', '124910.906000', '124910.909000', '124910.911000', '124910.914000', '124910.917000', '124910.919000', '124910.922000', '124910.925000', '124910.927000', '124910.930000', '124910.932000', '124910.935000', '124910.938000', '124910.940000', '124910.943000', '124910.946000', '124910.948000', '124910.951000', '124910.954000', '124910.956000', '124910.959000', '124910.962000', '124910.964000', '124910.967000', '124910.970000', '124910.972000', '124910.975000', '124910.978000', '124930.860000', '124930.863000', '124930.865000', '124930.868000', '124930.870000', '124930.873000', '124930.876000', '124930.878000', '124930.881000', '124930.884000', '124930.886000', '124930.889000', '124930.891000', '124930.894000', '124930.897000', '124930.899000', '124930.902000', '124930.905000', '124930.907000', '124930.910000', '124930.913000', '124930.915000', '124930.918000', '124930.920000', '124930.923000', '124930.926000', '124930.928000', '124930.931000', '124930.933000', '124930.936000', '124930.939000', '124930.941000', '124930.944000', '124930.947000', '124930.949000', '124930.952000', '124930.955000', '124930.957000', '124930.960000', '124930.962000', '124930.965000', '124930.968000', '124930.970000', '124930.973000', '124950.860000', '124950.863000', '124950.887000', '124950.890000', '124950.892000', '124950.895000', '124950.898000', '124950.900000', '124950.903000', '124950.906000', '124950.908000', '124950.911000', '124950.913000', '124950.916000', '124950.918000', '124950.921000', '124950.924000', '124950.926000', '124950.929000', '124950.932000', '124950.934000', '124950.937000', '124950.939000', '124950.942000', '124950.944000', '124950.947000', '124950.950000', '124950.952000', '124950.955000', '124950.958000', '124950.960000', '124950.963000', '124950.965000', '124950.968000', '124950.971000', '124950.973000', '124950.976000', '124950.978000', '124950.981000', '124950.984000', '124950.986000', '124950.989000', '124950.992000', '125010.860000', '125010.862000', '125010.865000', '125010.868000', '125010.871000', '125010.873000', '125010.876000', '125010.879000', '125010.881000', '125010.884000', '125010.887000', '125010.889000', '125010.892000', '125010.894000', '125010.897000', '125010.900000', '125010.903000', '125010.905000', '125010.908000', '125010.910000', '125010.913000', '125010.916000', '125010.918000', '125010.921000', '125010.924000', '125010.926000', '125010.929000', '125010.940000', '125010.943000', '125010.946000', '125010.948000', '125010.951000', '125010.962000', '125010.964000', '125010.967000', '125010.970000', '125010.973000', '125010.975000', '125010.978000', '125010.980000', '125010.983000', '125010.986000', '125010.988000', '125010.991000', '125030.860000', '125030.862000', '125030.865000', '125030.868000', '125030.871000', '125030.873000', '125030.876000', '125030.879000', '125030.881000', '125030.884000', '125030.886000', '125030.889000', '125030.892000', '125030.894000', '125030.897000', '125030.900000', '125030.902000', '125030.905000', '125030.908000', '125030.910000', '125030.914000', '125030.917000', '125030.919000', '125030.922000', '125030.925000', '125030.927000', '125030.930000', '125030.932000', '125030.935000', '125030.938000', '125030.940000', '125030.943000', '125030.946000', '125030.948000', '125030.951000', '125030.954000', '125030.956000', '125030.959000', '125030.961000', '125030.964000', '125030.967000', '125030.970000', '125030.972000', '125050.859000', '125050.862000', '125050.865000', '125050.868000', '125050.871000', '125050.873000', '125050.876000', '125050.879000', '125050.882000', '125050.884000', '125050.887000', '125050.890000', '125050.892000', '125050.895000', '125050.898000', '125050.900000', '125050.903000', '125050.905000', '125050.908000', '125050.911000', '125050.913000', '125050.916000', '125050.918000', '125050.921000', '125050.924000', '125050.927000', '125050.929000', '125050.932000', '125050.935000', '125050.937000', '125050.940000', '125050.943000', '125050.945000', '125050.948000', '125050.950000', '125050.953000', '125050.955000', '125050.958000', '125050.961000', '125050.963000', '125050.966000', '125050.969000', '125050.971000', '125050.974000', '125110.859000', '125110.862000', '125110.864000', '125110.867000', '125110.869000', '125110.872000', '125110.875000', '125110.877000', '125110.880000', '125110.883000', '125110.885000', '125110.888000', '125110.890000', '125110.893000', '125110.896000', '125110.898000', '125110.902000', '125110.905000', '125110.907000', '125110.911000', '125110.914000', '125110.917000', '125110.919000', '125110.922000', '125110.924000', '125110.927000', '125110.930000', '125110.960000', '125110.962000', '125110.965000', '125110.968000', '125110.970000', '125110.973000', '125110.976000', '125110.978000', '125110.981000', '125110.984000', '125110.986000', '125110.989000', '125110.991000', '125110.994000', '125110.997000', '125111.000000', '125130.858000', '125130.861000', '125130.864000', '125130.867000', '125130.869000', '125130.872000', '125130.875000', '125130.877000', '125130.880000', '125130.882000', '125130.885000', '125130.888000', '125130.890000', '125130.893000', '125130.896000', '125130.898000', '125130.901000', '125130.903000', '125130.912000', '125130.915000', '125130.917000', '125130.920000', '125130.922000', '125130.925000', '125130.928000', '125130.931000', '125130.934000', '125130.937000', '125130.939000', '125130.942000', '125130.945000', '125130.947000', '125130.950000', '125130.953000', '125130.955000', '125130.958000', '125130.960000', '125130.963000', '125130.966000', '125130.968000', '125130.971000', '125130.974000', '125130.976000', '125130.979000', '125150.859000', '125150.862000', '125150.865000', '125150.868000', '125150.870000', '125150.873000', '125150.875000', '125150.878000', '125150.881000', '125150.883000', '125150.886000', '125150.889000', '125150.892000', '125150.894000', '125150.897000', '125150.901000', '125150.903000', '125150.906000', '125150.909000', '125150.911000', '125150.914000', '125150.917000', '125150.919000', '125150.922000', '125150.925000', '125150.927000', '125150.930000', '125150.933000', '125150.935000', '125150.938000', '125150.940000', '125150.943000', '125150.946000', '125150.948000', '125150.952000', '125150.954000', '125150.957000', '125150.959000', '125150.962000', '125150.965000', '125150.967000', '125150.970000', '125150.973000', '125210.859000', '125210.863000', '125210.866000', '125210.868000', '125210.871000', '125210.873000', '125210.876000', '125210.879000', '125210.881000', '125210.884000', '125210.886000', '125210.893000', '125210.896000', '125210.898000', '125210.901000', '125210.904000', '125210.906000', '125210.909000', '125210.912000', '125210.914000', '125210.917000', '125210.920000', '125210.923000', '125210.926000', '125210.928000', '125210.931000', '125210.934000', '125210.937000', '125210.939000', '125210.942000', '125210.945000', '125210.947000', '125210.950000', '125210.952000', '125210.955000', '125210.957000', '125210.960000', '125210.963000', '125210.965000', '125210.968000', '125210.971000', '125210.973000', '125210.976000', '125210.979000', '125230.859000', '125230.862000', '125230.865000', '125230.868000', '125230.870000', '125230.873000', '125230.875000', '125230.878000', '125230.881000', '125230.884000', '125230.886000', '125230.889000', '125230.892000', '125230.894000', '125230.897000', '125230.900000', '125230.902000', '125230.905000', '125230.907000', '125230.910000', '125230.912000', '125230.915000', '125230.918000', '125230.920000', '125230.923000', '125230.926000', '125230.928000', '125230.931000', '125230.934000', '125230.936000', '125230.939000', '125230.942000', '125230.944000', '125230.947000', '125230.950000', '125230.952000', '125230.955000', '125230.958000', '125230.974000', '125230.977000', '125230.979000', '125230.982000', '125230.985000', '125250.859000', '125250.862000', '125250.865000', '125250.868000', '125250.871000', '125250.873000', '125250.876000', '125250.878000', '125250.881000', '125250.884000', '125250.887000', '125250.889000', '125250.892000', '125250.895000', '125250.897000', '125250.900000', '125250.902000', '125250.905000', '125250.908000', '125250.910000', '125250.913000', '125250.916000', '125250.918000', '125250.921000', '125250.924000', '125250.926000', '125250.929000', '125250.931000', '125250.934000', '125250.937000', '125250.939000', '125250.942000', '125250.944000', '125250.947000', '125250.950000', '125250.952000', '125250.955000', '125250.958000', '125250.960000', '125250.963000', '125250.965000', '125250.968000', '125250.971000', '125250.973000', '125310.860000', '125310.862000', '125310.866000', '125310.868000', '125310.871000', '125310.873000', '125310.876000', '125310.879000', '125310.881000', '125310.884000', '125310.887000', '125310.889000', '125310.892000', '125310.894000', '125310.897000', '125310.900000', '125310.902000', '125310.905000', '125310.907000', '125310.910000', '125310.913000', '125310.915000', '125310.918000', '125310.921000', '125310.923000', '125310.926000', '125310.929000', '125310.931000', '125310.934000', '125310.936000', '125310.939000', '125310.942000', '125310.944000', '125310.947000', '125310.949000', '125310.952000', '125310.955000', '125310.957000', '125310.960000', '125310.968000', '125310.970000', '125310.973000', '125310.975000', '125330.858000', '125330.861000', '125330.864000', '125330.867000', '125330.870000', '125330.873000', '125330.875000', '125330.878000', '125330.881000', '125330.883000', '125330.886000', '125330.888000', '125330.891000', '125330.894000', '125330.896000', '125330.899000', '125330.901000', '125330.904000', '125330.907000', '125330.909000', '125330.912000', '125330.915000', '125330.917000', '125330.920000', '125330.922000', '125330.925000', '125330.927000', '125330.930000', '125330.933000', '125330.935000', '125330.938000', '125330.941000', '125330.943000', '125330.946000', '125330.948000', '125330.951000', '125330.954000', '125330.956000', '125330.959000', '125330.962000', '125330.964000', '125330.967000', '125330.969000', '125330.972000', '125350.859000', '125350.863000', '125350.865000', '125350.868000', '125350.870000', '125350.873000', '125350.876000', '125350.878000', '125350.881000', '125350.884000', '125350.886000', '125350.889000', '125350.891000', '125350.894000', '125350.897000', '125350.899000', '125350.902000', '125350.904000', '125350.907000', '125350.910000', '125350.912000', '125350.915000', '125350.918000', '125350.920000', '125350.923000', '125350.925000', '125350.928000', '125350.931000', '125350.933000', '125350.936000', '125350.938000', '125350.941000', '125350.944000', '125350.946000', '125350.961000', '125350.965000', '125350.968000', '125350.971000', '125350.973000', '125350.976000', '125350.979000', '125350.981000', '125350.984000', '125410.860000', '125410.863000', '125410.866000', '125410.869000', '125410.872000', '125410.875000', '125410.878000', '125410.881000', '125410.883000', '125410.886000', '125410.889000', '125410.891000', '125410.894000', '125410.897000', '125410.899000', '125410.902000', '125410.904000', '125410.907000', '125410.910000', '125410.912000', '125410.915000', '125410.918000', '125410.920000', '125410.923000', '125410.926000', '125410.928000', '125410.931000', '125410.934000', '125410.936000', '125410.939000', '125410.941000', '125410.944000', '125410.947000', '125410.949000', '125410.952000', '125410.955000', '125410.957000', '125410.960000', '125410.963000', '125410.976000', '125410.978000', '125410.981000', '125410.984000', '125430.860000', '125430.863000', '125430.866000', '125430.868000', '125430.871000', '125430.873000', '125430.876000', '125430.879000', '125430.881000', '125430.884000', '125430.887000', '125430.889000', '125430.892000', '125430.894000', '125430.897000', '125430.900000', '125430.902000', '125430.905000', '125430.908000', '125430.910000', '125430.913000', '125430.916000', '125430.918000', '125430.921000', '125430.923000', '125430.926000', '125430.929000', '125430.931000', '125430.934000', '125430.937000', '125430.939000', '125430.942000', '125430.944000', '125430.947000', '125430.950000', '125430.952000', '125430.955000', '125430.957000', '125430.960000', '125430.963000', '125430.965000', '125430.968000', '125430.970000', '125430.973000', '125450.860000', '125450.863000', '125450.865000', '125450.868000', '125450.870000', '125450.873000', '125450.876000', '125450.878000', '125450.881000', '125450.884000', '125450.886000', '125450.889000', '125450.891000', '125450.894000', '125450.897000', '125450.899000', '125450.902000', '125450.911000', '125450.914000', '125450.916000', '125450.919000', '125450.922000', '125450.924000', '125450.927000', '125450.930000', '125450.932000', '125450.935000', '125450.937000', '125450.940000', '125450.943000', '125450.945000', '125450.948000', '125450.951000', '125450.953000', '125450.956000', '125450.958000', '125450.961000', '125450.964000', '125450.966000', '125450.969000', '125450.972000', '125450.975000', '125450.978000', '125450.980000', '125510.859000', '125510.862000', '125510.865000', '125510.868000', '125510.870000', '125510.873000', '125510.875000', '125510.878000', '125510.881000', '125510.883000', '125510.886000', '125510.889000', '125510.891000', '125510.894000', '125510.896000', '125510.899000', '125510.902000', '125510.904000', '125510.907000', '125510.910000', '125510.912000', '125510.915000', '125510.917000', '125510.920000', '125510.923000', '125510.925000', '125510.928000', '125510.931000', '125510.933000', '125510.936000', '125510.938000', '125510.950000', '125510.952000', '125510.955000', '125510.957000', '125510.960000', '125510.963000', '125510.965000', '125510.968000', '125510.971000', '125510.973000', '125510.976000', '125510.978000', '125530.859000', '125530.862000', '125530.865000', '125530.868000', '125530.871000', '125530.873000', '125530.876000', '125530.879000', '125530.882000', '125530.884000', '125530.887000', '125530.890000', '125530.892000', '125530.895000', '125530.897000', '125530.900000', '125530.903000', '125530.905000', '125530.908000', '125530.911000', '125530.913000', '125530.916000', '125530.919000', '125530.921000', '125530.924000', '125530.926000', '125530.929000', '125530.932000', '125530.934000', '125530.937000', '125530.939000', '125530.942000', '125530.945000', '125530.947000', '125530.950000', '125530.953000', '125530.955000', '125530.958000', '125530.967000', '125530.969000', '125530.972000', '125530.975000', '125530.978000', '125530.980000', '125550.859000', '125550.862000', '125550.864000', '125550.867000', '125550.870000', '125550.872000', '125550.875000', '125550.878000', '125550.880000', '125550.883000', '125550.886000', '125550.888000', '125550.891000', '125550.893000', '125550.896000', '125550.899000', '125550.901000', '125550.904000', '125550.907000', '125550.909000', '125550.912000', '125550.914000', '125550.917000', '125550.920000', '125550.922000', '125550.925000', '125550.928000', '125550.930000', '125550.933000', '125550.936000', '125550.938000', '125550.941000', '125550.944000', '125550.946000', '125550.949000', '125550.951000', '125550.954000', '125550.957000', '125550.959000', '125550.962000', '125550.964000', '125550.967000', '125550.970000', '125553.796000', '125553.799000', '125553.803000', '125553.805000', '125553.808000', '125553.811000', '125553.814000'], 'InstanceCreationTime': ['124610.891000', '124610.895000', '124610.898000', '124610.901000', '124610.903000', '124610.906000', '124610.908000', '124610.911000', '124610.914000', '124610.916000', '124610.919000', '124610.921000', '124610.924000', '124610.927000', '124610.929000', '124610.932000', '124610.935000', '124610.937000', '124610.940000', '124610.942000', '124610.945000', '124610.948000', '124610.950000', '124610.953000', '124610.955000', '124610.958000', '124610.961000', '124610.963000', '124610.972000', '124610.974000', '124630.858000', '124630.861000', '124630.864000', '124630.867000', '124630.869000', '124630.873000', '124630.876000', '124630.879000', '124630.881000', '124630.884000', '124630.886000', '124630.903000', '124630.906000', '124630.908000', '124630.911000', '124630.914000', '124630.916000', '124630.919000', '124630.922000', '124630.924000', '124630.927000', '124630.929000', '124630.932000', '124630.934000', '124630.937000', '124630.940000', '124630.942000', '124630.949000', '124630.952000', '124630.955000', '124630.957000', '124630.960000', '124630.962000', '124630.965000', '124630.968000', '124630.970000', '124630.973000', '124630.975000', '124630.978000', '124630.981000', '124630.983000', '124630.986000', '124630.989000', '124630.991000', '124650.858000', '124650.861000', '124650.864000', '124650.866000', '124650.869000', '124650.872000', '124650.874000', '124650.877000', '124650.880000', '124650.882000', '124650.885000', '124650.887000', '124650.890000', '124650.893000', '124650.895000', '124650.898000', '124650.900000', '124650.903000', '124650.905000', '124650.908000', '124650.911000', '124650.913000', '124650.916000', '124650.918000', '124650.921000', '124650.924000', '124650.926000', '124650.929000', '124650.931000', '124650.934000', '124650.936000', '124650.939000', '124650.942000', '124650.944000', '124650.947000', '124650.956000', '124650.959000', '124650.962000', '124650.964000', '124650.967000', '124650.970000', '124650.972000', '124650.975000', '124710.859000', '124710.862000', '124710.865000', '124710.868000', '124710.870000', '124710.873000', '124710.875000', '124710.878000', '124710.880000', '124710.883000', '124710.886000', '124710.888000', '124710.891000', '124710.894000', '124710.896000', '124710.899000', '124710.901000', '124710.904000', '124710.907000', '124710.909000', '124710.912000', '124710.914000', '124710.917000', '124710.920000', '124710.923000', '124710.925000', '124710.928000', '124710.930000', '124710.933000', '124710.936000', '124710.938000', '124710.941000', '124710.943000', '124710.946000', '124710.949000', '124710.951000', '124710.954000', '124710.957000', '124710.959000', '124710.962000', '124710.964000', '124710.967000', '124710.970000', '124710.972000', '124730.859000', '124730.862000', '124730.865000', '124730.867000', '124730.870000', '124730.873000', '124730.875000', '124730.878000', '124730.880000', '124730.883000', '124730.885000', '124730.888000', '124730.891000', '124730.893000', '124730.896000', '124730.899000', '124730.901000', '124730.904000', '124730.906000', '124730.909000', '124730.912000', '124730.914000', '124730.917000', '124730.919000', '124730.922000', '124730.925000', '124730.927000', '124730.930000', '124730.933000', '124730.935000', '124730.938000', '124730.940000', '124730.943000', '124730.945000', '124730.948000', '124730.951000', '124730.953000', '124730.956000', '124730.959000', '124730.962000', '124730.965000', '124730.967000', '124730.971000', '124750.859000', '124750.862000', '124750.865000', '124750.867000', '124750.870000', '124750.873000', '124750.875000', '124750.878000', '124750.881000', '124750.883000', '124750.886000', '124750.889000', '124750.892000', '124750.894000', '124750.897000', '124750.899000', '124750.902000', '124750.905000', '124750.907000', '124750.910000', '124750.913000', '124750.915000', '124750.918000', '124750.920000', '124750.923000', '124750.926000', '124750.928000', '124750.931000', '124750.934000', '124750.936000', '124750.939000', '124750.941000', '124750.944000', '124750.947000', '124750.949000', '124750.952000', '124750.954000', '124750.957000', '124750.960000', '124750.962000', '124750.965000', '124750.967000', '124750.970000', '124750.973000', '124810.860000', '124810.863000', '124810.865000', '124810.868000', '124810.871000', '124810.873000', '124810.876000', '124810.879000', '124810.881000', '124810.884000', '124810.887000', '124810.889000', '124810.892000', '124810.894000', '124810.897000', '124810.900000', '124810.902000', '124810.905000', '124810.907000', '124810.910000', '124810.923000', '124810.926000', '124810.929000', '124810.931000', '124810.934000', '124810.937000', '124810.939000', '124810.942000', '124810.944000', '124810.947000', '124810.950000', '124810.952000', '124810.955000', '124810.957000', '124810.960000', '124810.963000', '124810.965000', '124810.968000', '124810.971000', '124810.973000', '124810.976000', '124810.978000', '124810.981000', '124830.859000', '124830.862000', '124830.865000', '124830.868000', '124830.870000', '124830.873000', '124830.875000', '124830.878000', '124830.881000', '124830.883000', '124830.886000', '124830.888000', '124830.891000', '124830.894000', '124830.896000', '124830.899000', '124830.902000', '124830.904000', '124830.907000', '124830.910000', '124830.912000', '124830.915000', '124830.917000', '124830.920000', '124830.923000', '124830.925000', '124830.928000', '124830.931000', '124830.933000', '124830.936000', '124830.938000', '124830.941000', '124830.944000', '124830.946000', '124830.949000', '124830.952000', '124830.954000', '124830.957000', '124830.960000', '124830.963000', '124830.965000', '124830.968000', '124830.970000', '124830.973000', '124850.858000', '124850.862000', '124850.864000', '124850.867000', '124850.869000', '124850.873000', '124850.875000', '124850.878000', '124850.881000', '124850.884000', '124850.886000', '124850.889000', '124850.892000', '124850.894000', '124850.897000', '124850.900000', '124850.902000', '124850.905000', '124850.907000', '124850.910000', '124850.913000', '124850.916000', '124850.918000', '124850.921000', '124850.923000', '124850.926000', '124850.929000', '124850.931000', '124850.934000', '124850.936000', '124850.939000', '124850.942000', '124850.944000', '124850.947000', '124850.949000', '124850.952000', '124850.955000', '124850.957000', '124850.960000', '124850.962000', '124850.965000', '124850.968000', '124850.970000', '124910.858000', '124910.861000', '124910.864000', '124910.867000', '124910.870000', '124910.872000', '124910.875000', '124910.878000', '124910.880000', '124910.890000', '124910.893000', '124910.895000', '124910.898000', '124910.901000', '124910.903000', '124910.906000', '124910.909000', '124910.911000', '124910.914000', '124910.917000', '124910.919000', '124910.922000', '124910.925000', '124910.927000', '124910.930000', '124910.932000', '124910.935000', '124910.938000', '124910.940000', '124910.943000', '124910.946000', '124910.948000', '124910.951000', '124910.954000', '124910.956000', '124910.959000', '124910.962000', '124910.964000', '124910.967000', '124910.970000', '124910.972000', '124910.975000', '124910.978000', '124930.860000', '124930.863000', '124930.865000', '124930.868000', '124930.870000', '124930.873000', '124930.876000', '124930.878000', '124930.881000', '124930.884000', '124930.886000', '124930.889000', '124930.891000', '124930.894000', '124930.897000', '124930.899000', '124930.902000', '124930.905000', '124930.907000', '124930.910000', '124930.913000', '124930.915000', '124930.918000', '124930.920000', '124930.923000', '124930.926000', '124930.928000', '124930.931000', '124930.933000', '124930.936000', '124930.939000', '124930.941000', '124930.944000', '124930.947000', '124930.949000', '124930.952000', '124930.955000', '124930.957000', '124930.960000', '124930.962000', '124930.965000', '124930.968000', '124930.970000', '124930.973000', '124950.860000', '124950.863000', '124950.887000', '124950.890000', '124950.892000', '124950.895000', '124950.898000', '124950.900000', '124950.903000', '124950.906000', '124950.908000', '124950.911000', '124950.913000', '124950.916000', '124950.918000', '124950.921000', '124950.924000', '124950.926000', '124950.929000', '124950.932000', '124950.934000', '124950.937000', '124950.939000', '124950.942000', '124950.944000', '124950.947000', '124950.950000', '124950.952000', '124950.955000', '124950.958000', '124950.960000', '124950.963000', '124950.965000', '124950.968000', '124950.971000', '124950.973000', '124950.976000', '124950.978000', '124950.981000', '124950.984000', '124950.986000', '124950.989000', '124950.992000', '125010.860000', '125010.862000', '125010.865000', '125010.868000', '125010.871000', '125010.873000', '125010.876000', '125010.879000', '125010.881000', '125010.884000', '125010.887000', '125010.889000', '125010.892000', '125010.894000', '125010.897000', '125010.900000', '125010.903000', '125010.905000', '125010.908000', '125010.910000', '125010.913000', '125010.916000', '125010.918000', '125010.921000', '125010.924000', '125010.926000', '125010.929000', '125010.940000', '125010.943000', '125010.946000', '125010.948000', '125010.951000', '125010.962000', '125010.964000', '125010.967000', '125010.970000', '125010.973000', '125010.975000', '125010.978000', '125010.980000', '125010.983000', '125010.986000', '125010.988000', '125010.991000', '125030.860000', '125030.862000', '125030.865000', '125030.868000', '125030.871000', '125030.873000', '125030.876000', '125030.879000', '125030.881000', '125030.884000', '125030.886000', '125030.889000', '125030.892000', '125030.894000', '125030.897000', '125030.900000', '125030.902000', '125030.905000', '125030.908000', '125030.910000', '125030.914000', '125030.917000', '125030.919000', '125030.922000', '125030.925000', '125030.927000', '125030.930000', '125030.932000', '125030.935000', '125030.938000', '125030.940000', '125030.943000', '125030.946000', '125030.948000', '125030.951000', '125030.954000', '125030.956000', '125030.959000', '125030.961000', '125030.964000', '125030.967000', '125030.970000', '125030.972000', '125050.859000', '125050.862000', '125050.865000', '125050.868000', '125050.871000', '125050.873000', '125050.876000', '125050.879000', '125050.882000', '125050.884000', '125050.887000', '125050.890000', '125050.892000', '125050.895000', '125050.898000', '125050.900000', '125050.903000', '125050.905000', '125050.908000', '125050.911000', '125050.913000', '125050.916000', '125050.918000', '125050.921000', '125050.924000', '125050.927000', '125050.929000', '125050.932000', '125050.935000', '125050.937000', '125050.940000', '125050.943000', '125050.945000', '125050.948000', '125050.950000', '125050.953000', '125050.955000', '125050.958000', '125050.961000', '125050.963000', '125050.966000', '125050.969000', '125050.971000', '125050.974000', '125110.859000', '125110.862000', '125110.864000', '125110.867000', '125110.869000', '125110.872000', '125110.875000', '125110.877000', '125110.880000', '125110.883000', '125110.885000', '125110.888000', '125110.890000', '125110.893000', '125110.896000', '125110.898000', '125110.902000', '125110.905000', '125110.907000', '125110.911000', '125110.914000', '125110.917000', '125110.919000', '125110.922000', '125110.924000', '125110.927000', '125110.930000', '125110.960000', '125110.962000', '125110.965000', '125110.968000', '125110.970000', '125110.973000', '125110.976000', '125110.978000', '125110.981000', '125110.984000', '125110.986000', '125110.989000', '125110.991000', '125110.994000', '125110.997000', '125111.000000', '125130.858000', '125130.861000', '125130.864000', '125130.867000', '125130.869000', '125130.872000', '125130.875000', '125130.877000', '125130.880000', '125130.882000', '125130.885000', '125130.888000', '125130.890000', '125130.893000', '125130.896000', '125130.898000', '125130.901000', '125130.903000', '125130.912000', '125130.915000', '125130.917000', '125130.920000', '125130.922000', '125130.925000', '125130.928000', '125130.931000', '125130.934000', '125130.937000', '125130.939000', '125130.942000', '125130.945000', '125130.947000', '125130.950000', '125130.953000', '125130.955000', '125130.958000', '125130.960000', '125130.963000', '125130.966000', '125130.968000', '125130.971000', '125130.974000', '125130.976000', '125130.979000', '125150.859000', '125150.862000', '125150.865000', '125150.868000', '125150.870000', '125150.873000', '125150.875000', '125150.878000', '125150.881000', '125150.883000', '125150.886000', '125150.889000', '125150.892000', '125150.894000', '125150.897000', '125150.901000', '125150.903000', '125150.906000', '125150.909000', '125150.911000', '125150.914000', '125150.917000', '125150.919000', '125150.922000', '125150.925000', '125150.927000', '125150.930000', '125150.933000', '125150.935000', '125150.938000', '125150.940000', '125150.943000', '125150.946000', '125150.948000', '125150.952000', '125150.954000', '125150.957000', '125150.959000', '125150.962000', '125150.965000', '125150.967000', '125150.970000', '125150.973000', '125210.859000', '125210.863000', '125210.866000', '125210.868000', '125210.871000', '125210.873000', '125210.876000', '125210.879000', '125210.881000', '125210.884000', '125210.886000', '125210.893000', '125210.896000', '125210.898000', '125210.901000', '125210.904000', '125210.906000', '125210.909000', '125210.912000', '125210.914000', '125210.917000', '125210.920000', '125210.923000', '125210.926000', '125210.928000', '125210.931000', '125210.934000', '125210.937000', '125210.939000', '125210.942000', '125210.945000', '125210.947000', '125210.950000', '125210.952000', '125210.955000', '125210.957000', '125210.960000', '125210.963000', '125210.965000', '125210.968000', '125210.971000', '125210.973000', '125210.976000', '125210.979000', '125230.859000', '125230.862000', '125230.865000', '125230.868000', '125230.870000', '125230.873000', '125230.875000', '125230.878000', '125230.881000', '125230.884000', '125230.886000', '125230.889000', '125230.892000', '125230.894000', '125230.897000', '125230.900000', '125230.902000', '125230.905000', '125230.907000', '125230.910000', '125230.912000', '125230.915000', '125230.918000', '125230.920000', '125230.923000', '125230.926000', '125230.928000', '125230.931000', '125230.934000', '125230.936000', '125230.939000', '125230.942000', '125230.944000', '125230.947000', '125230.950000', '125230.952000', '125230.955000', '125230.958000', '125230.974000', '125230.977000', '125230.979000', '125230.982000', '125230.985000', '125250.859000', '125250.862000', '125250.865000', '125250.868000', '125250.871000', '125250.873000', '125250.876000', '125250.878000', '125250.881000', '125250.884000', '125250.887000', '125250.889000', '125250.892000', '125250.895000', '125250.897000', '125250.900000', '125250.902000', '125250.905000', '125250.908000', '125250.910000', '125250.913000', '125250.916000', '125250.918000', '125250.921000', '125250.924000', '125250.926000', '125250.929000', '125250.931000', '125250.934000', '125250.937000', '125250.939000', '125250.942000', '125250.944000', '125250.947000', '125250.950000', '125250.952000', '125250.955000', '125250.958000', '125250.960000', '125250.963000', '125250.965000', '125250.968000', '125250.971000', '125250.973000', '125310.860000', '125310.862000', '125310.866000', '125310.868000', '125310.871000', '125310.873000', '125310.876000', '125310.879000', '125310.881000', '125310.884000', '125310.887000', '125310.889000', '125310.892000', '125310.894000', '125310.897000', '125310.900000', '125310.902000', '125310.905000', '125310.907000', '125310.910000', '125310.913000', '125310.915000', '125310.918000', '125310.921000', '125310.923000', '125310.926000', '125310.929000', '125310.931000', '125310.934000', '125310.936000', '125310.939000', '125310.942000', '125310.944000', '125310.947000', '125310.949000', '125310.952000', '125310.955000', '125310.957000', '125310.960000', '125310.968000', '125310.970000', '125310.973000', '125310.975000', '125330.858000', '125330.861000', '125330.864000', '125330.867000', '125330.870000', '125330.873000', '125330.875000', '125330.878000', '125330.881000', '125330.883000', '125330.886000', '125330.888000', '125330.891000', '125330.894000', '125330.896000', '125330.899000', '125330.901000', '125330.904000', '125330.907000', '125330.909000', '125330.912000', '125330.915000', '125330.917000', '125330.920000', '125330.922000', '125330.925000', '125330.927000', '125330.930000', '125330.933000', '125330.935000', '125330.938000', '125330.941000', '125330.943000', '125330.946000', '125330.948000', '125330.951000', '125330.954000', '125330.956000', '125330.959000', '125330.962000', '125330.964000', '125330.967000', '125330.969000', '125330.972000', '125350.859000', '125350.863000', '125350.865000', '125350.868000', '125350.870000', '125350.873000', '125350.876000', '125350.878000', '125350.881000', '125350.884000', '125350.886000', '125350.889000', '125350.891000', '125350.894000', '125350.897000', '125350.899000', '125350.902000', '125350.904000', '125350.907000', '125350.910000', '125350.912000', '125350.915000', '125350.918000', '125350.920000', '125350.923000', '125350.925000', '125350.928000', '125350.931000', '125350.933000', '125350.936000', '125350.938000', '125350.941000', '125350.944000', '125350.946000', '125350.961000', '125350.965000', '125350.968000', '125350.971000', '125350.973000', '125350.976000', '125350.979000', '125350.981000', '125350.984000', '125410.860000', '125410.863000', '125410.866000', '125410.869000', '125410.872000', '125410.875000', '125410.878000', '125410.881000', '125410.883000', '125410.886000', '125410.889000', '125410.891000', '125410.894000', '125410.897000', '125410.899000', '125410.902000', '125410.904000', '125410.907000', '125410.910000', '125410.912000', '125410.915000', '125410.918000', '125410.920000', '125410.923000', '125410.926000', '125410.928000', '125410.931000', '125410.934000', '125410.936000', '125410.939000', '125410.941000', '125410.944000', '125410.947000', '125410.949000', '125410.952000', '125410.955000', '125410.957000', '125410.960000', '125410.963000', '125410.976000', '125410.978000', '125410.981000', '125410.984000', '125430.860000', '125430.863000', '125430.866000', '125430.868000', '125430.871000', '125430.873000', '125430.876000', '125430.879000', '125430.881000', '125430.884000', '125430.887000', '125430.889000', '125430.892000', '125430.894000', '125430.897000', '125430.900000', '125430.902000', '125430.905000', '125430.908000', '125430.910000', '125430.913000', '125430.916000', '125430.918000', '125430.921000', '125430.923000', '125430.926000', '125430.929000', '125430.931000', '125430.934000', '125430.937000', '125430.939000', '125430.942000', '125430.944000', '125430.947000', '125430.950000', '125430.952000', '125430.955000', '125430.957000', '125430.960000', '125430.963000', '125430.965000', '125430.968000', '125430.970000', '125430.973000', '125450.860000', '125450.863000', '125450.865000', '125450.868000', '125450.870000', '125450.873000', '125450.876000', '125450.878000', '125450.881000', '125450.884000', '125450.886000', '125450.889000', '125450.891000', '125450.894000', '125450.897000', '125450.899000', '125450.902000', '125450.911000', '125450.914000', '125450.916000', '125450.919000', '125450.922000', '125450.924000', '125450.927000', '125450.930000', '125450.932000', '125450.935000', '125450.937000', '125450.940000', '125450.943000', '125450.945000', '125450.948000', '125450.951000', '125450.953000', '125450.956000', '125450.958000', '125450.961000', '125450.964000', '125450.966000', '125450.969000', '125450.972000', '125450.975000', '125450.978000', '125450.980000', '125510.859000', '125510.862000', '125510.865000', '125510.868000', '125510.870000', '125510.873000', '125510.875000', '125510.878000', '125510.881000', '125510.883000', '125510.886000', '125510.889000', '125510.891000', '125510.894000', '125510.896000', '125510.899000', '125510.902000', '125510.904000', '125510.907000', '125510.910000', '125510.912000', '125510.915000', '125510.917000', '125510.920000', '125510.923000', '125510.925000', '125510.928000', '125510.931000', '125510.933000', '125510.936000', '125510.938000', '125510.950000', '125510.952000', '125510.955000', '125510.957000', '125510.960000', '125510.963000', '125510.965000', '125510.968000', '125510.971000', '125510.973000', '125510.976000', '125510.978000', '125530.859000', '125530.862000', '125530.865000', '125530.868000', '125530.871000', '125530.873000', '125530.876000', '125530.879000', '125530.882000', '125530.884000', '125530.887000', '125530.890000', '125530.892000', '125530.895000', '125530.897000', '125530.900000', '125530.903000', '125530.905000', '125530.908000', '125530.911000', '125530.913000', '125530.916000', '125530.919000', '125530.921000', '125530.924000', '125530.926000', '125530.929000', '125530.932000', '125530.934000', '125530.937000', '125530.939000', '125530.942000', '125530.945000', '125530.947000', '125530.950000', '125530.953000', '125530.955000', '125530.958000', '125530.967000', '125530.969000', '125530.972000', '125530.975000', '125530.978000', '125530.980000', '125550.859000', '125550.862000', '125550.864000', '125550.867000', '125550.870000', '125550.872000', '125550.875000', '125550.878000', '125550.880000', '125550.883000', '125550.886000', '125550.888000', '125550.891000', '125550.893000', '125550.896000', '125550.899000', '125550.901000', '125550.904000', '125550.907000', '125550.909000', '125550.912000', '125550.914000', '125550.917000', '125550.920000', '125550.922000', '125550.925000', '125550.928000', '125550.930000', '125550.933000', '125550.936000', '125550.938000', '125550.941000', '125550.944000', '125550.946000', '125550.949000', '125550.951000', '125550.954000', '125550.957000', '125550.959000', '125550.962000', '125550.964000', '125550.967000', '125550.970000', '125553.796000', '125553.799000', '125553.803000', '125553.805000', '125553.808000', '125553.811000', '125553.814000'], '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': [7350, 13794, 7169, 10426, 6857, 7646, 12356, 7392, 13773, 10062, 15613, 12671, 12116, 7273, 6723, 7394, 11934, 7940, 10904, 7185, 7244, 7263, 8544, 7145, 9858, 12141, 10143, 14861, 8757, 13571, 9899, 8624, 13792, 7308, 9074, 6789, 7398, 11986, 6733, 8183, 7015, 7881, 9130, 6963, 8606, 6896, 7254, 7180, 7723, 7326, 8685, 7213, 8073, 7076, 8694, 14574, 12434, 13932, 9622, 10134, 6768, 10425, 12817, 11484, 12594, 6994, 11816, 7724, 7972, 14471, 9297, 11074, 7155, 7417, 14054, 9396, 10314, 7106, 8104, 7091, 8794, 7276, 7552, 10666, 7086, 13097, 7827, 12315, 14045, 7216, 12310, 6969, 10064, 14298, 8699, 11689, 6768, 8660, 13078, 8931, 12184, 7000, 9351, 6679, 7872, 14434, 9025, 10994, 7077, 7367, 7862, 6984, 12073, 7043, 9943, 7206, 9468, 6908, 11437, 14710, 12847, 12594, 6926, 8035, 7162, 7381, 12966, 7462, 10109, 6812, 8845, 7095, 10059, 13938, 10449, 11633, 7327, 10240, 9182, 7715, 11747, 6871, 10078, 6790, 10695, 12741, 7949, 11737, 7063, 9862, 7270, 7927, 9676, 7093, 10058, 7007, 10117, 6900, 7406, 7135, 7648, 13707, 7961, 10815, 7193, 9029, 6853, 8430, 14284, 11138, 10242, 7272, 8142, 14160, 10610, 11508, 6813, 8744, 13760, 8401, 12205, 6857, 9776, 7126, 9106, 14573, 8732, 11993, 7289, 8105, 12707, 6946, 12330, 6953, 8047, 7115, 7730, 10174, 7011, 10105, 7684, 8324, 9753, 7614, 10614, 7045, 9381, 9959, 7958, 11441, 7165, 9110, 7450, 8542, 13583, 7362, 10770, 6962, 8008, 6690, 9058, 13516, 7710, 11701, 7060, 9911, 7657, 9328, 14211, 9230, 11823, 6839, 9019, 14629, 8386, 12029, 6963, 9369, 7151, 8136, 14206, 10109, 10924, 6935, 7592, 13546, 7693, 11977, 8195, 8212, 11918, 6850, 9114, 6880, 8716, 13746, 10820, 11230, 6974, 7675, 11384, 7270, 10023, 7006, 9143, 7625, 7979, 11730, 7224, 14419, 8034, 11830, 7143, 7816, 6932, 7646, 14291, 9361, 13884, 11075, 8248, 12377, 6781, 8623, 6772, 7450, 11352, 6937, 8894, 6950, 8313, 11652, 7547, 8984, 6921, 8420, 7198, 8320, 14019, 7202, 10967, 7491, 9267, 7810, 8138, 14093, 8214, 12008, 7054, 10427, 10289, 7828, 12565, 7270, 9959, 13071, 9005, 13410, 6726, 9371, 6849, 7301, 10158, 7171, 9424, 7466, 7808, 11816, 6866, 9470, 7015, 9357, 6900, 8225, 12675, 6861, 9471, 7062, 7885, 13823, 7161, 9197, 6886, 8134, 9729, 6973, 9661, 7037, 7835, 6812, 7729, 11495, 6928, 10087, 10923, 7886, 12840, 7117, 8676, 6751, 7553, 13150, 6872, 10119, 6703, 7636, 12636, 7083, 9372, 6907, 7660, 10645, 6883, 9807, 7192, 7777, 12985, 7158, 9670, 9739, 9522, 14283, 6828, 12150, 10932, 7756, 12625, 7215, 10258, 6885, 7394, 10554, 7023, 9793, 9590, 8146, 12396, 7021, 9206, 7198, 7887, 13999, 7461, 9590, 7227, 8671, 7025, 7691, 7637, 7743, 12769, 8222, 13779, 7412, 11218, 6835, 7949, 14436, 10275, 11605, 6943, 7968, 13261, 7806, 13653, 7044, 9487, 7009, 7854, 13871, 7955, 10756, 6895, 9528, 6698, 8630, 7591, 8043, 8342, 7317, 10476, 6713, 9788, 12860, 7794, 11845, 7346, 9872, 7531, 7805, 13154, 7185, 10589, 6933, 9961, 7165, 7628, 11869, 7297, 10904, 6945, 10499, 13408, 8112, 12034, 6882, 9260, 12890, 7629, 11829, 6983, 9426, 6825, 7783, 13589, 8537, 10618, 6959, 7402, 12187, 7169, 10834, 7054, 7681, 7069, 7504, 9715, 7046, 11949, 8619, 10058, 7191, 7789, 13903, 7771, 12972, 6762, 9430, 10710, 7430, 9942, 7022, 9717, 7258, 7729, 11691, 7130, 9809, 6967, 8764, 7004, 7778, 10671, 6994, 10521, 6985, 7607, 6869, 7759, 11176, 7130, 11343, 7327, 7899, 13457, 7093, 10360, 7064, 7523, 6793, 7352, 10233, 6995, 11865, 7264, 8826, 9217, 7595, 11348, 6913, 12817, 11050, 8121, 12027, 7129, 10677, 7069, 7903, 12990, 6963, 10516, 6577, 9594, 9309, 7858, 12887, 6818, 9579, 7522, 7670, 13921, 7301, 9774, 6892, 7569, 6960, 7434, 12996, 7441, 9871, 6940, 9132, 7275, 9117, 14596, 10744, 12086, 7098, 8504, 9828, 7599, 13693, 7267, 10348, 6917, 7546, 10998, 7302, 12600, 8534, 10987, 6742, 7659, 13666, 6937, 9923, 6651, 7513, 7038, 7322, 13178, 8515, 10172, 7120, 8583, 7361, 8648, 14601, 11528, 12373, 6903, 8616, 13306, 6861, 10824, 6853, 7612, 13454, 6946, 10074, 6909, 7560, 13429, 7227, 9731, 7229, 7472, 10482, 6833, 10755, 7389, 9171, 7226, 7692, 12984, 7422, 12657, 7179, 8836, 8684, 7551, 11307, 7123, 11196, 7736, 7515, 13351, 7112, 9131, 7028, 8307, 8211, 7859, 11150, 6815, 10496, 6806, 9504, 6892, 7522, 12943, 6749, 11040, 7017, 11396, 11639, 7128, 8694, 6901, 7529, 13478, 10159, 14460, 7179, 8285, 7036, 8199, 6969, 7660, 7003, 8562, 6958, 13714, 7198, 13536, 13375, 11527, 14367, 8503, 11278, 6818, 7401, 12656, 6912, 12748, 6855, 8371, 7012, 7711, 7407, 8700, 7960, 7879, 7249, 7557, 11052, 7157, 12774, 7253, 10401, 7058, 7857, 11185, 7229, 12692, 7100, 8311, 7150, 7627, 13339, 8172, 10913, 7316, 9186, 6849, 8326, 14159, 8317, 11149, 7027, 8504, 6892, 7743, 12103, 7253, 10187, 7048, 9324, 6924, 8034, 13262, 6872, 8963, 6713, 8993, 10799, 7544, 11657, 6944, 8915, 7099, 9009, 6864, 7755, 13424, 7027, 10611, 7273, 9224, 7364, 7818, 6969, 7056, 11108, 7319, 12156, 7097, 8710, 11572, 7407, 13738, 7678, 11257, 7234, 7562, 11363, 7007, 12274, 6994, 8759, 6882, 7749, 10899, 6845, 11445, 7271, 7701, 6804, 7691, 10340, 6935, 11520, 7336, 9366, 7295, 7828, 12410, 7461, 13760, 8369, 11237, 7111, 7792, 12817, 7026, 12466, 6864, 8099, 7069, 7405, 10221, 7137, 11391, 7952, 9335, 7341, 7464, 9461, 7546, 13449, 7024, 9348, 6759, 7554, 10932, 7064, 10258, 7104, 8120, 9740, 7279, 9729, 7074, 9578, 6784, 7571, 7346, 7472, 13036, 7238, 10627, 6934, 7523, 12952, 7515, 12579, 6861, 7926, 12186, 7126, 11932, 6672, 8539, 6844, 7715, 7507, 7784, 13138, 7391, 10583, 7073, 10181, 7002, 11240, 9584, 7874, 13646, 7015, 9603, 7170, 8452, 14643, 9118, 12350, 7134, 9568, 7292, 7476, 13014, 7332, 11011, 7162, 8782, 6870, 8051, 14089, 9555, 12020, 7065, 9069, 6958, 8074, 14037, 10155, 11999, 6875, 7719, 8823, 7221, 12075, 7147, 9858, 7338, 7584, 7069, 7578, 13480, 8702, 11658, 7254, 9849, 7159, 7408, 13532, 8190, 10141, 7264, 8867, 7185, 7753, 13802, 9696, 11723, 6917, 7469, 11583, 6962, 11825, 7040, 8489, 7173, 7720, 13626, 7145, 12346, 7041, 9919, 6978, 11693, 7122, 10947, 7148, 9982, 7277, 11742, 7517, 12876, 7157, 10114, 7279, 10260, 7131, 10366, 7528, 9418, 7239, 10265, 6841, 10731, 7045, 7348, 9632, 8507, 14206, 11423, 11764, 7219, 7681, 9084, 7635, 13653, 8019, 10854, 6916, 8805, 11779, 7712, 11001, 6871, 9775, 6857, 9743, 12973, 7832, 11377, 6921, 8773, 6930, 8314, 9417, 7742, 11946, 7270, 10445, 7260, 10707, 7355, 7921, 6789, 7888, 11679, 7085, 11426, 7105, 7588, 12156, 7542, 10560, 6782, 9209, 8996, 7593, 10794, 7126, 9698, 7733, 7690, 6907, 7666, 10130, 6932, 10340, 11917, 7710, 11090, 7272, 9568, 7127, 9657, 7182, 7650, 13148, 7059, 10416, 7002, 10985, 12231, 7672, 11763, 7350, 9099, 10011, 7464, 13218, 6994, 10182, 7110, 7447, 9942, 7142, 9834, 6981, 7857, 7636, 7455, 6931, 7848, 13067, 8354, 11148, 6984, 9867, 6785, 11121, 14012, 13267, 12261, 7305, 8085, 11758, 7057, 11744, 7279, 7748, 12792, 7279, 10031, 6709, 9577, 7074, 7801, 12065, 7025, 10215, 7351, 10043, 13171, 7793, 11621, 7014, 10331, 7071, 11286, 14330, 11130, 11930, 7112, 9399, 7269, 7468, 13105, 8094, 9218, 6938, 7560, 10027, 7080, 10464, 7045, 8344, 6768, 7558, 9942, 6956, 10038, 7219, 7858, 9855, 7307, 10396, 6989, 10882, 8509, 7812, 12427, 7008, 11965, 7281, 8399, 12593, 6856, 10160, 6961, 9291, 13206, 10020, 11244, 6798, 7443, 10140, 7157, 11204, 6988, 9733, 6715, 7684, 9923, 6939, 8978, 7007, 7179, 6936, 7780, 7048, 7508, 12714, 8727, 10909, 7094, 7522, 10673, 7470, 11939, 6994, 10089, 7167, 7439, 13241, 9593, 12654, 7027, 8957, 7080, 7732, 13185, 9609, 10791, 7027, 8249, 6728, 7653, 13133, 8829, 10581, 7595, 9515, 7189, 11703, 13611, 9913, 11684, 6990, 11549, 7211, 10866, 7364, 7750, 12006, 7236, 12819, 8022, 10193, 7185, 8259, 7338, 8364, 10213, 7909, 6956, 7640, 8033, 8073, 13126, 7993, 11164, 7078, 10146, 6902, 10623, 7492, 8049, 12758, 7404, 10459, 7204, 11068, 7403, 7674, 7951, 7420, 11379, 7749, 10593, 7124, 8955, 7381, 8866, 13454, 10550, 10910, 7344, 8166, 7068, 7649, 12773, 8354, 9843, 7088, 7519, 7009, 7738, 11717, 7010, 9282, 6882, 7378, 7001, 7539, 12691, 9028, 10501, 6937, 7937, 11718, 7425, 11741, 7059, 9302, 6995, 7702, 10177, 6942, 10435, 7013, 8306, 6856, 7198, 10367, 7002, 10195, 6745, 7670, 6937, 7350, 10705, 6686, 12653, 9249, 9379, 12654, 6896, 9702, 7494, 9555, 7427, 7360, 7168, 7604], 'WindowCenter': [4068.0, 4114.0, 4028.0, 4079.0, 4013.0, 4035.0, 4074.0, 4024.0, 4084.0, 4065.0, 4097.0, 4088.0, 4074.0, 4035.0, 4013.0, 4037.0, 4075.0, 4034.0, 4065.0, 4025.0, 4036.0, 4034.0, 4057.0, 4026.0, 4068.0, 4086.0, 4065.0, 4085.0, 4032.0, 4074.0, 4040.0, 4031.0, 4070.0, 4008.0, 4029.0, 3985.0, 4007.0, 4048.0, 3998.0, 4019.0, 3997.0, 4019.0, 4028.0, 4010.0, 4030.0, 4013.0, 4022.0, 4025.0, 4035.0, 4037.0, 4057.0, 4039.0, 4050.0, 4038.0, 4071.0, 4109.0, 4090.0, 4099.0, 4069.0, 4069.0, 4016.0, 4080.0, 4087.0, 4078.0, 4087.0, 4026.0, 4078.0, 4033.0, 4036.0, 4095.0, 4056.0, 4076.0, 4012.0, 4023.0, 4083.0, 4055.0, 4063.0, 4025.0, 4044.0, 4026.0, 4058.0, 4036.0, 4049.0, 4076.0, 4038.0, 4099.0, 4036.0, 4089.0, 4086.0, 4025.0, 4075.0, 4013.0, 4056.0, 4084.0, 4043.0, 4075.0, 4012.0, 4044.0, 4072.0, 4043.0, 4072.0, 4012.0, 4043.0, 4000.0, 4033.0, 4083.0, 4043.0, 4063.0, 4011.0, 4023.0, 4020.0, 4013.0, 4073.0, 4025.0, 4064.0, 4035.0, 4055.0, 4023.0, 4077.0, 4095.0, 4087.0, 4074.0, 4023.0, 4032.0, 4010.0, 4023.0, 4082.0, 4034.0, 4064.0, 4014.0, 4056.0, 4024.0, 4066.0, 4096.0, 4066.0, 4075.0, 4024.0, 4065.0, 4042.0, 4035.0, 4074.0, 4013.0, 4054.0, 4012.0, 4066.0, 4074.0, 4033.0, 4074.0, 4023.0, 4054.0, 4021.0, 4034.0, 4052.0, 4024.0, 4064.0, 4023.0, 4064.0, 4023.0, 4034.0, 4023.0, 4034.0, 4096.0, 4047.0, 4075.0, 4026.0, 4057.0, 4013.0, 4046.0, 4096.0, 4066.0, 4063.0, 4023.0, 4035.0, 4083.0, 4065.0, 4074.0, 4011.0, 4044.0, 4082.0, 4034.0, 4072.0, 4011.0, 4052.0, 4011.0, 4044.0, 4083.0, 4043.0, 4074.0, 4011.0, 4022.0, 4060.0, 4010.0, 4071.0, 4011.0, 4022.0, 4010.0, 4021.0, 4050.0, 4012.0, 4053.0, 4023.0, 4045.0, 4052.0, 4023.0, 4052.0, 4012.0, 4044.0, 4052.0, 4034.0, 4063.0, 4012.0, 4044.0, 4021.0, 4044.0, 4084.0, 4024.0, 4063.0, 4024.0, 4034.0, 4014.0, 4057.0, 4085.0, 4036.0, 4076.0, 4026.0, 4066.0, 4034.0, 4055.0, 4087.0, 4056.0, 4075.0, 4013.0, 4045.0, 4095.0, 4046.0, 4075.0, 4023.0, 4055.0, 4010.0, 4034.0, 4085.0, 4055.0, 4064.0, 4023.0, 4035.0, 4083.0, 4022.0, 4075.0, 4031.0, 4033.0, 4062.0, 4001.0, 4042.0, 4012.0, 4045.0, 4083.0, 4064.0, 4063.0, 4011.0, 4023.0, 4062.0, 4022.0, 4054.0, 4023.0, 4054.0, 4033.0, 4046.0, 4074.0, 4026.0, 4099.0, 4034.0, 4075.0, 4024.0, 4036.0, 4026.0, 4037.0, 4096.0, 4055.0, 4087.0, 4063.0, 4033.0, 4073.0, 4001.0, 4032.0, 4002.0, 4024.0, 4061.0, 4011.0, 4042.0, 4011.0, 4044.0, 4062.0, 4023.0, 4043.0, 4024.0, 4044.0, 4024.0, 4047.0, 4096.0, 4036.0, 4065.0, 4025.0, 4056.0, 4023.0, 4034.0, 4085.0, 4045.0, 4075.0, 4024.0, 4066.0, 4064.0, 4035.0, 4074.0, 4023.0, 4055.0, 4073.0, 4043.0, 4085.0, 4001.0, 4043.0, 3999.0, 4022.0, 4051.0, 4011.0, 4043.0, 4011.0, 4023.0, 4063.0, 4012.0, 4053.0, 4012.0, 4054.0, 4012.0, 4044.0, 4074.0, 4013.0, 4053.0, 4010.0, 4032.0, 4073.0, 4011.0, 4042.0, 4011.0, 4032.0, 4042.0, 4012.0, 4054.0, 4013.0, 4035.0, 4012.0, 4035.0, 4064.0, 4023.0, 4066.0, 4064.0, 4035.0, 4074.0, 4012.0, 4045.0, 4012.0, 4035.0, 4085.0, 4014.0, 4065.0, 4011.0, 4034.0, 4075.0, 4024.0, 4054.0, 4013.0, 4035.0, 4065.0, 4025.0, 4067.0, 4024.0, 4037.0, 4086.0, 4025.0, 4057.0, 4054.0, 4054.0, 4085.0, 4013.0, 4076.0, 4052.0, 4023.0, 4074.0, 4012.0, 4054.0, 4010.0, 4022.0, 4052.0, 4010.0, 4054.0, 4041.0, 4033.0, 4072.0, 4010.0, 4042.0, 4009.0, 4022.0, 4082.0, 4022.0, 4041.0, 4023.0, 4044.0, 4013.0, 4035.0, 4034.0, 4036.0, 4084.0, 4044.0, 4086.0, 4024.0, 4076.0, 4012.0, 4034.0, 4083.0, 4054.0, 4064.0, 4010.0, 4033.0, 4072.0, 4023.0, 4084.0, 4011.0, 4043.0, 4010.0, 4033.0, 4072.0, 4032.0, 4062.0, 4013.0, 4053.0, 4012.0, 4044.0, 4023.0, 4035.0, 4032.0, 4025.0, 4065.0, 4013.0, 4066.0, 4074.0, 4033.0, 4074.0, 4023.0, 4055.0, 4022.0, 4034.0, 4073.0, 4014.0, 4064.0, 4013.0, 4055.0, 4012.0, 4023.0, 4073.0, 4024.0, 4063.0, 4013.0, 4065.0, 4072.0, 4032.0, 4073.0, 4011.0, 4043.0, 4072.0, 4022.0, 4061.0, 4011.0, 4043.0, 4000.0, 4023.0, 4073.0, 4033.0, 4052.0, 4011.0, 4023.0, 4062.0, 4012.0, 4062.0, 4012.0, 4023.0, 4012.0, 4024.0, 4053.0, 4024.0, 4075.0, 4046.0, 4066.0, 4026.0, 4036.0, 4084.0, 4035.0, 4086.0, 4013.0, 4056.0, 4062.0, 4024.0, 4053.0, 4012.0, 4055.0, 4023.0, 4035.0, 4075.0, 4024.0, 4065.0, 4024.0, 4047.0, 4026.0, 4036.0, 4066.0, 4026.0, 4066.0, 4025.0, 4035.0, 4014.0, 4036.0, 4076.0, 4025.0, 4077.0, 4024.0, 4034.0, 4085.0, 4013.0, 4065.0, 4012.0, 4024.0, 4013.0, 4036.0, 4065.0, 4026.0, 4088.0, 4035.0, 4057.0, 4055.0, 4036.0, 4066.0, 4014.0, 4087.0, 4062.0, 4034.0, 4072.0, 4012.0, 4064.0, 4011.0, 4034.0, 4072.0, 4011.0, 4052.0, 4001.0, 4054.0, 4041.0, 4033.0, 4071.0, 4001.0, 4042.0, 4010.0, 4021.0, 4070.0, 4012.0, 4041.0, 4011.0, 4021.0, 4010.0, 4023.0, 4084.0, 4023.0, 4054.0, 4024.0, 4055.0, 4024.0, 4057.0, 4095.0, 4066.0, 4074.0, 4012.0, 4045.0, 4051.0, 4023.0, 4083.0, 4023.0, 4053.0, 4013.0, 4033.0, 4063.0, 4023.0, 4075.0, 4044.0, 4075.0, 4011.0, 4023.0, 4083.0, 4012.0, 4053.0, 4012.0, 4025.0, 4012.0, 4036.0, 4085.0, 4057.0, 4065.0, 4026.0, 4057.0, 4036.0, 4057.0, 4098.0, 4076.0, 4087.0, 4024.0, 4045.0, 4085.0, 4012.0, 4064.0, 4011.0, 4024.0, 4084.0, 4012.0, 4054.0, 4011.0, 4023.0, 4082.0, 4023.0, 4054.0, 4022.0, 4022.0, 4063.0, 4014.0, 4064.0, 4025.0, 4055.0, 4025.0, 4036.0, 4084.0, 4025.0, 4085.0, 4023.0, 4045.0, 4042.0, 4033.0, 4063.0, 4013.0, 4066.0, 4022.0, 4025.0, 4083.0, 4012.0, 4042.0, 4012.0, 4045.0, 4033.0, 4035.0, 4065.0, 4015.0, 4066.0, 4014.0, 4056.0, 4024.0, 4035.0, 4086.0, 4015.0, 4075.0, 4026.0, 4088.0, 4075.0, 4023.0, 4044.0, 4024.0, 4035.0, 4086.0, 4065.0, 4095.0, 4026.0, 4043.0, 4025.0, 4046.0, 4025.0, 4035.0, 4026.0, 4057.0, 4039.0, 4099.0, 4028.0, 4100.0, 4085.0, 4066.0, 4085.0, 4033.0, 4065.0, 4000.0, 4011.0, 4060.0, 4010.0, 4062.0, 4000.0, 4021.0, 4010.0, 4021.0, 4011.0, 4043.0, 4022.0, 4035.0, 4022.0, 4034.0, 4063.0, 4024.0, 4076.0, 4022.0, 4065.0, 4011.0, 4033.0, 4062.0, 4022.0, 4074.0, 4010.0, 4032.0, 4010.0, 4022.0, 4073.0, 4033.0, 4052.0, 4021.0, 4044.0, 4000.0, 4033.0, 4083.0, 4034.0, 4062.0, 4011.0, 4044.0, 4011.0, 4022.0, 4073.0, 4023.0, 4053.0, 4011.0, 4055.0, 4011.0, 4034.0, 4073.0, 4013.0, 4043.0, 4001.0, 4044.0, 4062.0, 4034.0, 4064.0, 4014.0, 4044.0, 4024.0, 4045.0, 4013.0, 4036.0, 4085.0, 4024.0, 4065.0, 4024.0, 4056.0, 4022.0, 4034.0, 4022.0, 4024.0, 4074.0, 4035.0, 4087.0, 4025.0, 4047.0, 4064.0, 4024.0, 4084.0, 4024.0, 4065.0, 4011.0, 4023.0, 4063.0, 4013.0, 4075.0, 4013.0, 4044.0, 4011.0, 4023.0, 4063.0, 4013.0, 4064.0, 4023.0, 4035.0, 4001.0, 4033.0, 4054.0, 4024.0, 4075.0, 4025.0, 4056.0, 4024.0, 4034.0, 4073.0, 4024.0, 4085.0, 4045.0, 4064.0, 4012.0, 4034.0, 4072.0, 4012.0, 4073.0, 4001.0, 4033.0, 4011.0, 4022.0, 4051.0, 4012.0, 4064.0, 4034.0, 4054.0, 4024.0, 4035.0, 4053.0, 4034.0, 4086.0, 4023.0, 4054.0, 4012.0, 4034.0, 4064.0, 4023.0, 4065.0, 4025.0, 4045.0, 4054.0, 4026.0, 4053.0, 4024.0, 4054.0, 4013.0, 4036.0, 4023.0, 4025.0, 4085.0, 4024.0, 4065.0, 4014.0, 4036.0, 4074.0, 4023.0, 4076.0, 4012.0, 4034.0, 4062.0, 4012.0, 4062.0, 4002.0, 4033.0, 4011.0, 4024.0, 4021.0, 4035.0, 4085.0, 4025.0, 4065.0, 4025.0, 4066.0, 4025.0, 4076.0, 4055.0, 4036.0, 4085.0, 4011.0, 4054.0, 4012.0, 4035.0, 4084.0, 4045.0, 4075.0, 4024.0, 4065.0, 4024.0, 4025.0, 4073.0, 4023.0, 4063.0, 4014.0, 4045.0, 4012.0, 4034.0, 4084.0, 4053.0, 4073.0, 4010.0, 4043.0, 4009.0, 4022.0, 4082.0, 4051.0, 4063.0, 4000.0, 4022.0, 4029.0, 4011.0, 4062.0, 4012.0, 4053.0, 4022.0, 4023.0, 4012.0, 4024.0, 4084.0, 4045.0, 4063.0, 4024.0, 4066.0, 4012.0, 4024.0, 4084.0, 4034.0, 4053.0, 4025.0, 4056.0, 4024.0, 4036.0, 4086.0, 4055.0, 4075.0, 4013.0, 4024.0, 4064.0, 4014.0, 4076.0, 4013.0, 4045.0, 4011.0, 4034.0, 4097.0, 4025.0, 4083.0, 4023.0, 4063.0, 4024.0, 4073.0, 4024.0, 4064.0, 4024.0, 4065.0, 4035.0, 4075.0, 4036.0, 4086.0, 4026.0, 4064.0, 4037.0, 4065.0, 4027.0, 4065.0, 4037.0, 4056.0, 4025.0, 4067.0, 4016.0, 4079.0, 4027.0, 4038.0, 4055.0, 4046.0, 4086.0, 4076.0, 4075.0, 4023.0, 4035.0, 4042.0, 4034.0, 4085.0, 4035.0, 4065.0, 4013.0, 4044.0, 4073.0, 4023.0, 4064.0, 4013.0, 4053.0, 4001.0, 4056.0, 4073.0, 4024.0, 4063.0, 4013.0, 4043.0, 4013.0, 4046.0, 4054.0, 4035.0, 4075.0, 4026.0, 4065.0, 4025.0, 4067.0, 4024.0, 4036.0, 4013.0, 4034.0, 4073.0, 4025.0, 4077.0, 4014.0, 4035.0, 4074.0, 4024.0, 4067.0, 4014.0, 4055.0, 4042.0, 4024.0, 4063.0, 4012.0, 4055.0, 4023.0, 4036.0, 4013.0, 4036.0, 4066.0, 4023.0, 4066.0, 4073.0, 4035.0, 4064.0, 4024.0, 4055.0, 4024.0, 4056.0, 4023.0, 4036.0, 4085.0, 4024.0, 4066.0, 4013.0, 4067.0, 4074.0, 4024.0, 4074.0, 4023.0, 4045.0, 4051.0, 4023.0, 4073.0, 4011.0, 4055.0, 4011.0, 4022.0, 4051.0, 4011.0, 4053.0, 4012.0, 4032.0, 4022.0, 4024.0, 4013.0, 4047.0, 4086.0, 4048.0, 4077.0, 4027.0, 4068.0, 4016.0, 4079.0, 4087.0, 4086.0, 4076.0, 4022.0, 4033.0, 4063.0, 4013.0, 4063.0, 4011.0, 4022.0, 4072.0, 4012.0, 4053.0, 4001.0, 4055.0, 4011.0, 4024.0, 4074.0, 4014.0, 4054.0, 4021.0, 4055.0, 4073.0, 4024.0, 4064.0, 4013.0, 4054.0, 4014.0, 4066.0, 4084.0, 4065.0, 4062.0, 4011.0, 4042.0, 4010.0, 4022.0, 4072.0, 4023.0, 4043.0, 4010.0, 4023.0, 4051.0, 4012.0, 4065.0, 4013.0, 4034.0, 4011.0, 4023.0, 4053.0, 4014.0, 4066.0, 4023.0, 4036.0, 4053.0, 4025.0, 4064.0, 4014.0, 4067.0, 4032.0, 4034.0, 4074.0, 4012.0, 4075.0, 4023.0, 4034.0, 4073.0, 4013.0, 4053.0, 4011.0, 4043.0, 4072.0, 4052.0, 4062.0, 4000.0, 4021.0, 4050.0, 4011.0, 4062.0, 4011.0, 4054.0, 4000.0, 4022.0, 4051.0, 4011.0, 4042.0, 4011.0, 4024.0, 4022.0, 4035.0, 4024.0, 4035.0, 4086.0, 4047.0, 4077.0, 4024.0, 4037.0, 4065.0, 4036.0, 4076.0, 4026.0, 4066.0, 4024.0, 4035.0, 4085.0, 4054.0, 4086.0, 4023.0, 4056.0, 4011.0, 4034.0, 4084.0, 4055.0, 4063.0, 4013.0, 4043.0, 4012.0, 4023.0, 4084.0, 4043.0, 4063.0, 4033.0, 4054.0, 4013.0, 4076.0, 4083.0, 4054.0, 4074.0, 4012.0, 4063.0, 4022.0, 4063.0, 4010.0, 4023.0, 4071.0, 4020.0, 4073.0, 4032.0, 4052.0, 4012.0, 4032.0, 4021.0, 4044.0, 4052.0, 4033.0, 4011.0, 4033.0, 4032.0, 4045.0, 4085.0, 4046.0, 4075.0, 4026.0, 4064.0, 4025.0, 4067.0, 4024.0, 4036.0, 4084.0, 4024.0, 4064.0, 4024.0, 4076.0, 4023.0, 4022.0, 4031.0, 4024.0, 4074.0, 4033.0, 4064.0, 4013.0, 4043.0, 4022.0, 4045.0, 4083.0, 4065.0, 4063.0, 4022.0, 4033.0, 4013.0, 4023.0, 4071.0, 4032.0, 4052.0, 4011.0, 4022.0, 4010.0, 4033.0, 4073.0, 4025.0, 4054.0, 4024.0, 4024.0, 4013.0, 4036.0, 4086.0, 4045.0, 4066.0, 4013.0, 4035.0, 4073.0, 4025.0, 4075.0, 4012.0, 4055.0, 4012.0, 4035.0, 4054.0, 4025.0, 4066.0, 4023.0, 4046.0, 4014.0, 4026.0, 4065.0, 4026.0, 4067.0, 4015.0, 4037.0, 4024.0, 4035.0, 4066.0, 4016.0, 4089.0, 4054.0, 4056.0, 4075.0, 4014.0, 4053.0, 4023.0, 4055.0, 4023.0, 4025.0, 4013.0, 4034.0], 'WindowWidth': [9073.0, 9125.0, 8997.0, 9063.0, 8969.0, 9000.0, 9048.0, 8983.0, 9063.0, 9040.0, 9086.0, 9074.0, 9050.0, 8999.0, 8969.0, 9007.0, 9051.0, 8998.0, 9040.0, 8985.0, 9002.0, 8998.0, 9031.0, 8989.0, 9050.0, 9067.0, 9039.0, 9064.0, 8985.0, 9049.0, 8992.0, 8983.0, 9033.0, 8948.0, 8977.0, 8912.0, 8946.0, 8999.0, 8936.0, 8964.0, 8931.0, 8964.0, 8975.0, 8957.0, 8980.0, 8964.0, 8974.0, 8986.0, 8997.0, 9007.0, 9033.0, 9013.0, 9026.0, 9010.0, 9058.0, 9104.0, 9079.0, 9088.0, 9048.0, 9048.0, 8975.0, 9064.0, 9069.0, 9061.0, 9069.0, 8988.0, 9061.0, 8992.0, 8999.0, 9076.0, 9025.0, 9052.0, 8962.0, 8981.0, 9058.0, 9024.0, 9032.0, 8987.0, 9010.0, 8988.0, 9034.0, 9002.0, 9023.0, 9056.0, 9008.0, 9093.0, 9003.0, 9076.0, 9065.0, 8983.0, 9051.0, 8965.0, 9027.0, 9061.0, 9005.0, 9048.0, 8963.0, 9008.0, 9039.0, 9003.0, 9040.0, 8960.0, 9003.0, 8942.0, 8989.0, 9055.0, 9003.0, 9030.0, 8959.0, 8977.0, 8969.0, 8965.0, 9045.0, 8984.0, 9035.0, 8998.0, 9025.0, 8979.0, 9057.0, 9080.0, 9070.0, 9050.0, 8978.0, 8990.0, 8956.0, 8978.0, 9056.0, 8996.0, 9033.0, 8970.0, 9029.0, 8981.0, 9042.0, 9079.0, 9039.0, 9049.0, 8981.0, 9038.0, 9002.0, 8996.0, 9046.0, 8967.0, 9021.0, 8963.0, 9041.0, 9046.0, 8993.0, 9046.0, 8978.0, 9022.0, 8973.0, 8994.0, 9016.0, 8981.0, 9033.0, 8980.0, 9037.0, 8980.0, 8997.0, 8980.0, 8997.0, 9080.0, 9017.0, 9052.0, 8989.0, 9032.0, 8967.0, 9015.0, 9079.0, 9039.0, 9034.0, 8978.0, 8996.0, 9059.0, 9037.0, 9047.0, 8960.0, 9008.0, 9054.0, 8993.0, 9041.0, 8959.0, 9017.0, 8958.0, 9006.0, 9057.0, 9005.0, 9048.0, 8957.0, 8975.0, 9020.0, 8955.0, 9038.0, 8956.0, 8973.0, 8954.0, 8972.0, 9008.0, 8962.0, 9016.0, 8978.0, 9010.0, 9015.0, 8978.0, 9015.0, 8963.0, 9007.0, 9014.0, 8994.0, 9029.0, 8963.0, 9006.0, 8973.0, 9007.0, 9059.0, 8982.0, 9031.0, 8982.0, 8996.0, 8968.0, 9030.0, 9064.0, 9002.0, 9052.0, 8988.0, 9040.0, 8994.0, 9025.0, 9067.0, 9025.0, 9050.0, 8964.0, 9012.0, 9075.0, 9013.0, 9048.0, 8979.0, 9023.0, 8958.0, 8995.0, 9062.0, 9022.0, 9033.0, 8978.0, 8999.0, 9058.0, 8976.0, 9050.0, 8984.0, 8989.0, 9025.0, 8947.0, 9000.0, 8961.0, 9010.0, 9057.0, 9033.0, 9031.0, 8959.0, 8977.0, 9025.0, 8977.0, 9021.0, 8980.0, 9022.0, 8992.0, 9015.0, 9048.0, 8987.0, 9090.0, 8995.0, 9052.0, 8984.0, 9001.0, 8988.0, 9006.0, 9081.0, 9025.0, 9071.0, 9029.0, 8991.0, 9042.0, 8945.0, 8988.0, 8947.0, 8982.0, 9026.0, 8960.0, 9001.0, 8959.0, 9008.0, 9027.0, 8978.0, 9005.0, 8983.0, 9009.0, 8980.0, 9016.0, 9079.0, 9000.0, 9038.0, 8985.0, 9027.0, 8977.0, 8996.0, 9064.0, 9011.0, 9051.0, 8981.0, 9041.0, 9034.0, 8997.0, 9047.0, 8979.0, 9025.0, 9041.0, 9005.0, 9061.0, 8945.0, 9003.0, 8939.0, 8975.0, 9011.0, 8959.0, 9004.0, 8959.0, 8979.0, 9030.0, 8962.0, 9016.0, 8963.0, 9023.0, 8963.0, 9007.0, 9046.0, 8965.0, 9019.0, 8955.0, 8989.0, 9043.0, 8959.0, 9002.0, 8959.0, 8989.0, 9000.0, 8964.0, 9022.0, 8967.0, 8998.0, 8964.0, 8999.0, 9034.0, 8980.0, 9041.0, 9033.0, 8996.0, 9047.0, 8964.0, 9009.0, 8963.0, 8996.0, 9062.0, 8967.0, 9037.0, 8960.0, 8994.0, 9048.0, 8982.0, 9023.0, 8967.0, 8999.0, 9036.0, 8987.0, 9044.0, 8982.0, 9004.0, 9066.0, 8985.0, 9029.0, 9019.0, 9023.0, 9064.0, 8964.0, 9053.0, 9013.0, 8977.0, 9045.0, 8961.0, 9020.0, 8957.0, 8976.0, 9013.0, 8957.0, 9020.0, 8997.0, 8989.0, 9038.0, 8957.0, 8999.0, 8952.0, 8975.0, 9053.0, 8974.0, 8997.0, 8978.0, 9007.0, 8965.0, 8997.0, 8995.0, 9001.0, 9062.0, 9010.0, 9066.0, 8982.0, 9054.0, 8962.0, 8995.0, 9058.0, 9019.0, 9032.0, 8957.0, 8992.0, 9041.0, 8976.0, 9059.0, 8958.0, 9004.0, 8956.0, 8989.0, 9040.0, 8988.0, 9026.0, 8964.0, 9018.0, 8964.0, 9008.0, 8976.0, 8997.0, 8989.0, 8984.0, 9038.0, 8967.0, 9041.0, 9045.0, 8992.0, 9046.0, 8979.0, 9023.0, 8975.0, 8994.0, 9043.0, 8968.0, 9033.0, 8964.0, 9023.0, 8961.0, 8980.0, 9044.0, 8981.0, 9032.0, 8965.0, 9037.0, 9041.0, 8989.0, 9043.0, 8958.0, 9005.0, 9039.0, 8975.0, 9025.0, 8958.0, 9004.0, 8944.0, 8977.0, 9041.0, 8990.0, 9015.0, 8959.0, 8976.0, 9026.0, 8962.0, 9029.0, 8961.0, 8978.0, 8962.0, 8983.0, 9018.0, 8982.0, 9050.0, 9014.0, 9039.0, 8988.0, 9004.0, 9062.0, 8999.0, 9067.0, 8965.0, 9027.0, 9028.0, 8980.0, 9017.0, 8962.0, 9024.0, 8978.0, 8998.0, 9049.0, 8983.0, 9037.0, 8982.0, 9018.0, 8987.0, 9000.0, 9040.0, 8988.0, 9043.0, 8986.0, 9000.0, 8969.0, 9002.0, 9053.0, 8983.0, 9057.0, 8979.0, 8995.0, 9062.0, 8966.0, 9036.0, 8961.0, 8982.0, 8965.0, 9001.0, 9039.0, 8990.0, 9074.0, 8999.0, 9031.0, 9024.0, 9000.0, 9039.0, 8967.0, 9070.0, 9027.0, 8994.0, 9042.0, 8962.0, 9033.0, 8959.0, 8993.0, 9041.0, 8959.0, 9014.0, 8944.0, 9019.0, 8996.0, 8989.0, 9038.0, 8946.0, 9000.0, 8954.0, 8971.0, 9034.0, 8960.0, 8998.0, 8958.0, 8972.0, 8955.0, 8979.0, 9058.0, 8980.0, 9019.0, 8982.0, 9025.0, 8982.0, 9031.0, 9077.0, 9038.0, 9046.0, 8963.0, 9009.0, 9011.0, 8978.0, 9058.0, 8978.0, 9019.0, 8964.0, 8993.0, 9029.0, 8980.0, 9048.0, 9010.0, 9052.0, 8959.0, 8978.0, 9055.0, 8963.0, 9018.0, 8963.0, 8984.0, 8962.0, 9001.0, 9063.0, 9030.0, 9038.0, 8989.0, 9032.0, 9001.0, 9032.0, 9084.0, 9054.0, 9070.0, 8982.0, 9011.0, 9062.0, 8963.0, 9036.0, 8959.0, 8980.0, 9059.0, 8962.0, 9020.0, 8957.0, 8978.0, 9054.0, 8977.0, 9019.0, 8974.0, 8977.0, 9029.0, 8968.0, 9034.0, 8984.0, 9023.0, 8984.0, 9002.0, 9059.0, 8984.0, 9066.0, 8979.0, 9011.0, 9002.0, 8993.0, 9030.0, 8964.0, 9039.0, 8975.0, 8984.0, 9059.0, 8963.0, 9002.0, 8961.0, 9010.0, 8991.0, 8999.0, 9035.0, 8971.0, 9039.0, 8968.0, 9027.0, 8983.0, 9001.0, 9067.0, 8973.0, 9054.0, 8989.0, 9074.0, 9052.0, 8981.0, 9009.0, 8981.0, 8999.0, 9066.0, 9039.0, 9078.0, 8987.0, 9007.0, 8987.0, 9016.0, 8986.0, 9000.0, 8988.0, 9032.0, 9011.0, 9090.0, 8995.0, 9094.0, 9063.0, 9038.0, 9062.0, 8991.0, 9034.0, 8941.0, 8958.0, 9020.0, 8954.0, 9025.0, 8941.0, 8970.0, 8955.0, 8972.0, 8957.0, 9004.0, 8974.0, 8996.0, 8976.0, 8995.0, 9031.0, 8982.0, 9053.0, 8975.0, 9036.0, 8958.0, 8990.0, 9026.0, 8973.0, 9048.0, 8955.0, 8989.0, 8956.0, 8974.0, 9041.0, 8990.0, 9014.0, 8973.0, 9005.0, 8942.0, 8991.0, 9057.0, 8992.0, 9028.0, 8959.0, 9006.0, 8959.0, 8976.0, 9041.0, 8977.0, 9017.0, 8960.0, 9023.0, 8959.0, 8993.0, 9043.0, 8963.0, 9004.0, 8946.0, 9009.0, 9028.0, 8995.0, 9031.0, 8968.0, 9005.0, 8982.0, 9012.0, 8966.0, 9001.0, 9063.0, 8982.0, 9035.0, 8981.0, 9026.0, 8976.0, 8996.0, 8978.0, 8984.0, 9048.0, 8999.0, 9069.0, 8985.0, 9016.0, 9034.0, 8980.0, 9060.0, 8980.0, 9037.0, 8959.0, 8978.0, 9030.0, 8965.0, 9049.0, 8965.0, 9006.0, 8959.0, 8978.0, 9029.0, 8966.0, 9032.0, 8978.0, 8997.0, 8947.0, 8993.0, 9019.0, 8981.0, 9049.0, 8984.0, 9026.0, 8980.0, 8995.0, 9043.0, 8982.0, 9063.0, 9010.0, 9034.0, 8963.0, 8994.0, 9040.0, 8962.0, 9045.0, 8947.0, 8991.0, 8958.0, 8975.0, 9011.0, 8964.0, 9033.0, 8996.0, 9020.0, 8982.0, 8999.0, 9018.0, 8996.0, 9064.0, 8980.0, 9021.0, 8963.0, 8994.0, 9031.0, 8979.0, 9037.0, 8984.0, 9013.0, 9021.0, 8985.0, 9017.0, 8982.0, 9023.0, 8965.0, 9001.0, 8978.0, 8985.0, 9064.0, 8982.0, 9037.0, 8967.0, 9001.0, 9046.0, 8979.0, 9051.0, 8962.0, 8993.0, 9026.0, 8961.0, 9029.0, 8949.0, 8990.0, 8960.0, 8981.0, 8973.0, 8997.0, 9063.0, 8986.0, 9037.0, 8986.0, 9040.0, 8985.0, 9054.0, 9022.0, 9000.0, 9062.0, 8961.0, 9019.0, 8960.0, 8996.0, 9059.0, 9009.0, 9048.0, 8981.0, 9039.0, 8982.0, 8984.0, 9043.0, 8977.0, 9029.0, 8967.0, 9009.0, 8960.0, 8993.0, 9057.0, 9017.0, 9042.0, 8957.0, 9004.0, 8953.0, 8974.0, 9053.0, 9011.0, 9029.0, 8941.0, 8974.0, 8978.0, 8959.0, 9025.0, 8961.0, 9016.0, 8974.0, 8979.0, 8960.0, 8981.0, 9058.0, 9010.0, 9031.0, 8981.0, 9039.0, 8962.0, 8981.0, 9059.0, 8994.0, 9017.0, 8984.0, 9027.0, 8981.0, 9001.0, 9064.0, 9023.0, 9051.0, 8964.0, 8981.0, 9033.0, 8968.0, 9051.0, 8964.0, 9009.0, 8958.0, 8996.0, 9083.0, 8987.0, 9060.0, 8983.0, 9033.0, 8983.0, 9044.0, 8982.0, 9035.0, 8984.0, 9038.0, 8999.0, 9051.0, 9003.0, 9070.0, 8990.0, 9035.0, 9004.0, 9037.0, 8990.0, 9038.0, 9003.0, 9026.0, 8986.0, 9045.0, 8975.0, 9062.0, 8989.0, 9007.0, 9024.0, 9013.0, 9065.0, 9053.0, 9051.0, 8978.0, 8998.0, 9002.0, 8994.0, 9063.0, 8996.0, 9036.0, 8964.0, 9009.0, 9044.0, 8979.0, 9031.0, 8965.0, 9019.0, 8947.0, 9026.0, 9044.0, 8981.0, 9029.0, 8965.0, 9006.0, 8964.0, 9013.0, 9020.0, 8999.0, 9050.0, 8987.0, 9038.0, 8985.0, 9044.0, 8981.0, 9000.0, 8966.0, 8996.0, 9045.0, 8983.0, 9055.0, 8967.0, 8998.0, 9045.0, 8981.0, 9041.0, 8966.0, 9023.0, 8999.0, 8980.0, 9029.0, 8962.0, 9022.0, 8977.0, 8999.0, 8964.0, 8999.0, 9040.0, 8979.0, 9039.0, 9043.0, 8995.0, 9034.0, 8982.0, 9023.0, 8981.0, 9028.0, 8979.0, 9000.0, 9062.0, 8983.0, 9040.0, 8965.0, 9041.0, 9045.0, 8982.0, 9047.0, 8977.0, 9009.0, 9011.0, 8978.0, 9043.0, 8960.0, 9022.0, 8957.0, 8975.0, 9010.0, 8960.0, 9016.0, 8962.0, 8990.0, 8975.0, 8981.0, 8966.0, 9016.0, 9067.0, 9020.0, 9055.0, 8992.0, 9045.0, 8973.0, 9061.0, 9068.0, 9067.0, 9053.0, 8975.0, 8992.0, 9028.0, 8962.0, 9030.0, 8957.0, 8975.0, 9037.0, 8961.0, 9016.0, 8946.0, 9024.0, 8959.0, 8981.0, 9046.0, 8966.0, 9021.0, 8972.0, 9023.0, 9044.0, 8979.0, 9032.0, 8964.0, 9020.0, 8965.0, 9039.0, 9060.0, 9034.0, 9027.0, 8959.0, 9001.0, 8957.0, 8976.0, 9040.0, 8976.0, 9003.0, 8956.0, 8977.0, 9011.0, 8963.0, 9036.0, 8963.0, 8995.0, 8960.0, 8979.0, 9017.0, 8967.0, 9039.0, 8979.0, 8999.0, 9018.0, 8984.0, 9035.0, 8968.0, 9042.0, 8990.0, 8994.0, 9048.0, 8964.0, 9052.0, 8976.0, 8995.0, 9043.0, 8964.0, 9017.0, 8958.0, 9005.0, 9041.0, 9013.0, 9028.0, 8942.0, 8973.0, 9007.0, 8959.0, 9025.0, 8959.0, 9021.0, 8942.0, 8975.0, 9011.0, 8960.0, 9002.0, 8961.0, 8981.0, 8978.0, 8999.0, 8982.0, 9001.0, 9068.0, 9017.0, 9055.0, 8984.0, 9004.0, 9038.0, 9001.0, 9054.0, 8987.0, 9040.0, 8983.0, 9000.0, 9065.0, 9023.0, 9066.0, 8980.0, 9026.0, 8961.0, 8995.0, 9060.0, 9023.0, 9033.0, 8964.0, 9006.0, 8962.0, 8977.0, 9059.0, 9006.0, 9029.0, 8993.0, 9021.0, 8965.0, 9054.0, 9057.0, 9021.0, 9046.0, 8962.0, 9032.0, 8976.0, 9031.0, 8957.0, 8978.0, 9037.0, 8971.0, 9043.0, 8987.0, 9013.0, 8961.0, 8989.0, 8973.0, 9007.0, 9014.0, 8992.0, 8961.0, 8995.0, 8990.0, 9013.0, 9065.0, 9015.0, 9052.0, 8989.0, 9037.0, 8984.0, 9044.0, 8981.0, 9000.0, 9059.0, 8982.0, 9034.0, 8982.0, 9052.0, 8976.0, 8977.0, 8986.0, 8981.0, 9047.0, 8993.0, 9034.0, 8966.0, 9007.0, 8975.0, 9010.0, 9059.0, 9036.0, 9030.0, 8974.0, 8991.0, 8962.0, 8979.0, 9040.0, 8990.0, 9014.0, 8959.0, 8976.0, 8957.0, 8992.0, 9044.0, 8984.0, 9020.0, 8982.0, 8984.0, 8967.0, 9001.0, 9065.0, 9012.0, 9040.0, 8965.0, 8998.0, 9043.0, 8983.0, 9051.0, 8964.0, 9023.0, 8962.0, 8996.0, 9020.0, 8985.0, 9039.0, 8979.0, 9014.0, 8969.0, 8988.0, 9038.0, 8987.0, 9043.0, 8970.0, 9003.0, 8981.0, 8999.0, 9039.0, 8974.0, 9076.0, 9019.0, 9025.0, 9049.0, 8966.0, 9016.0, 8978.0, 9023.0, 8978.0, 8984.0, 8964.0, 8996.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.0006364841942945259</td></tr>
<tr><td colspan=3>aqi</td><td>0.022661988511950656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.93152574557875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2354183904552463</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0035189894675915</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>5839.8662</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0789710092839889</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4626060138781804</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482677228482655</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.42308876041088</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6729762999076425</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3519666251294415</td></tr>
<tr><td colspan=3>gcor</td><td>0.00577515</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01679956167936325</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02331072837114334</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</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.6290473890596178</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>26.8453</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5319</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4188</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>726.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.5459</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8471</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.0383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3270.7978</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.4554</td></tr>
<tr><td colspan=3>tsnr</td><td>42.74301002640277</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>