<?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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-02/func/sub-0010_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>4d7d15c8438e347671f2bc6de0bde679</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:48:33.025000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997361, 0.0161414, 0.0707913, -0.0092261, 0.995247, -0.0969464]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0783597</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>[4175, -7704, -7229, 677, -5, 36, -59, 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.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>64ab4ed1-a3d6-4821-8b32-fd68be9c09f7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6758453845977783, -0.024752963334321976, 0.19445312023162842, 112.56181335449219], [-0.04330630600452423, 2.6701745986938477, -0.2593010663986206, -74.79104614257812], [0.18992789089679718, 0.26010024547576904, 2.680475950241089, -55.12187194824219], [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': ['144833.025000', '144833.485000', '144833.945000', '144834.405000', '144834.865000', '144835.325000', '144835.785000', '144836.245000', '144836.705000', '144837.165000', '144837.625000', '144838.085000', '144838.545000', '144839.005000', '144839.465000', '144839.925000', '144840.385000', '144840.845000', '144841.305000', '144841.765000', '144842.225000', '144842.685000', '144843.145000', '144843.605000', '144844.065000', '144844.525000', '144844.985000', '144845.445000', '144845.905000', '144846.365000', '144846.825000', '144847.285000', '144847.745000', '144848.205000', '144848.665000', '144849.125000', '144849.585000', '144850.045000', '144850.505000', '144850.965000', '144851.425000', '144851.885000', '144852.345000', '144852.805000', '144853.265000', '144853.725000', '144854.185000', '144854.645000', '144855.105000', '144855.565000', '144856.025000', '144856.485000', '144856.945000', '144857.405000', '144857.865000', '144858.325000', '144858.785000', '144859.245000', '144859.705000', '144900.165000', '144900.625000', '144901.085000', '144901.545000', '144902.005000', '144902.465000', '144902.925000', '144903.385000', '144903.845000', '144904.305000', '144904.765000', '144905.225000', '144905.685000', '144906.145000', '144906.605000', '144907.065000', '144907.525000', '144907.985000', '144908.445000', '144908.905000', '144909.365000', '144909.825000', '144910.285000', '144910.745000', '144911.205000', '144911.665000', '144912.125000', '144912.585000', '144913.045000', '144913.505000', '144913.965000', '144914.425000', '144914.885000', '144915.345000', '144915.805000', '144916.265000', '144916.725000', '144917.185000', '144917.645000', '144918.105000', '144918.565000', '144919.025000', '144919.485000', '144919.945000', '144920.405000', '144920.865000', '144921.325000', '144921.785000', '144922.245000', '144922.705000', '144923.165000', '144923.625000', '144924.085000', '144924.545000', '144925.005000', '144925.465000', '144925.925000', '144926.385000', '144926.845000', '144927.305000', '144927.765000', '144928.225000', '144928.685000', '144929.145000', '144929.605000', '144930.065000', '144930.525000', '144930.985000', '144931.445000', '144931.905000', '144932.365000', '144932.825000', '144933.285000', '144933.745000', '144934.205000', '144934.665000', '144935.125000', '144935.585000', '144936.045000', '144936.505000', '144936.965000', '144937.425000', '144937.885000', '144938.345000', '144938.805000', '144939.265000', '144939.725000', '144940.185000', '144940.645000', '144941.105000', '144941.565000', '144942.025000', '144942.485000', '144942.945000', '144943.405000', '144943.865000', '144944.325000', '144944.785000', '144945.245000', '144945.705000', '144946.165000', '144946.625000', '144947.085000', '144947.545000', '144948.005000', '144948.465000', '144948.925000', '144949.385000', '144949.845000', '144950.305000', '144950.765000', '144951.225000', '144951.685000', '144952.145000', '144952.605000', '144953.065000', '144953.525000', '144953.985000', '144954.445000', '144954.905000', '144955.365000', '144955.825000', '144956.285000', '144956.745000', '144957.205000', '144957.665000', '144958.125000', '144958.585000', '144959.045000', '144959.505000', '144959.965000', '145000.425000', '145000.885000', '145001.345000', '145001.805000', '145002.265000', '145002.725000', '145003.185000', '145003.645000', '145004.105000', '145004.565000', '145005.025000', '145005.485000', '145005.945000', '145006.405000', '145006.865000', '145007.325000', '145007.785000', '145008.245000', '145008.705000', '145009.165000', '145009.625000', '145010.085000', '145010.545000', '145011.005000', '145011.465000', '145011.925000', '145012.385000', '145012.845000', '145013.305000', '145013.765000', '145014.225000', '145014.685000', '145015.145000', '145015.605000', '145016.065000', '145016.525000', '145016.985000', '145017.445000', '145017.905000', '145018.365000', '145018.825000', '145019.285000', '145019.745000', '145020.205000', '145020.665000', '145021.125000', '145021.585000', '145022.045000', '145022.505000', '145022.965000', '145023.425000', '145023.885000', '145024.345000', '145024.805000', '145025.265000', '145025.725000', '145026.185000', '145026.645000', '145027.105000', '145027.565000', '145028.025000', '145028.485000', '145028.945000', '145029.405000', '145029.865000', '145030.325000', '145030.785000', '145031.245000', '145031.705000', '145032.165000', '145032.625000', '145033.085000', '145033.545000', '145034.005000', '145034.465000', '145034.925000', '145035.385000', '145035.845000', '145036.305000', '145036.765000', '145037.225000', '145037.685000', '145038.145000', '145038.605000', '145039.065000', '145039.525000', '145039.985000', '145040.445000', '145040.905000', '145041.365000', '145041.825000', '145042.285000', '145042.745000', '145043.205000', '145043.665000', '145044.125000', '145044.585000', '145045.045000', '145045.505000', '145045.965000', '145046.425000', '145046.885000', '145047.345000', '145047.805000', '145048.265000', '145048.725000', '145049.185000', '145049.645000', '145050.105000', '145050.565000', '145051.025000', '145051.485000', '145051.945000', '145052.405000', '145052.865000', '145053.325000', '145053.785000', '145054.245000', '145054.705000', '145055.165000', '145055.625000', '145056.085000', '145056.545000', '145057.005000', '145057.465000', '145057.925000', '145058.385000', '145058.845000', '145059.305000', '145059.765000', '145100.225000', '145100.685000', '145101.145000', '145101.605000', '145102.065000', '145102.525000', '145102.985000', '145103.445000', '145103.905000', '145104.365000', '145104.825000', '145105.285000', '145105.745000', '145106.205000', '145106.665000', '145107.125000', '145107.585000', '145108.045000', '145108.505000', '145108.965000', '145109.425000', '145109.885000', '145110.345000', '145110.805000', '145111.265000', '145111.725000', '145112.185000', '145112.645000', '145113.105000', '145113.565000', '145114.025000', '145114.485000', '145114.945000', '145115.405000', '145115.865000', '145116.325000', '145116.785000', '145117.245000', '145117.705000', '145118.165000', '145118.625000', '145119.085000', '145119.545000', '145120.005000', '145120.465000', '145120.925000', '145121.385000', '145121.845000', '145122.305000', '145122.765000', '145123.225000', '145123.685000', '145124.145000', '145124.605000', '145125.065000', '145125.525000', '145125.985000', '145126.445000', '145126.905000', '145127.365000', '145127.825000', '145128.285000', '145128.745000', '145129.205000', '145129.665000', '145130.125000', '145130.585000', '145131.045000', '145131.505000', '145131.965000', '145132.425000', '145132.885000', '145133.345000', '145133.805000', '145134.265000', '145134.725000', '145135.185000', '145135.645000', '145136.105000', '145136.565000', '145137.025000', '145137.485000', '145137.945000', '145138.405000', '145138.865000', '145139.325000', '145139.785000', '145140.245000', '145140.705000', '145141.165000', '145141.625000', '145142.085000', '145142.545000', '145143.005000', '145143.465000', '145143.925000', '145144.385000', '145144.845000', '145145.305000', '145145.765000', '145146.225000', '145146.685000', '145147.145000', '145147.605000', '145148.065000', '145148.525000', '145148.985000', '145149.445000', '145149.905000', '145150.365000', '145150.825000', '145151.285000', '145151.745000', '145152.205000', '145152.665000', '145153.125000', '145153.585000', '145154.045000', '145154.505000', '145154.965000', '145155.425000', '145155.885000', '145156.345000', '145156.805000', '145157.265000', '145157.725000', '145158.185000', '145158.645000', '145159.105000', '145159.565000', '145200.025000', '145200.485000', '145200.945000', '145201.405000', '145201.865000', '145202.325000', '145202.785000', '145203.245000', '145203.705000', '145204.165000', '145204.625000', '145205.085000', '145205.545000', '145206.005000', '145206.465000', '145206.925000', '145207.385000', '145207.845000', '145208.305000', '145208.765000', '145209.225000', '145209.685000', '145210.145000', '145210.605000', '145211.065000', '145211.525000', '145211.985000', '145212.445000', '145212.905000', '145213.365000', '145213.825000', '145214.285000', '145214.745000', '145215.205000', '145215.665000', '145216.125000', '145216.585000', '145217.045000', '145217.505000', '145217.965000', '145218.425000', '145218.885000', '145219.345000', '145219.805000', '145220.265000', '145220.725000', '145221.185000', '145221.645000', '145222.105000', '145222.565000', '145223.025000', '145223.485000', '145223.945000', '145224.405000', '145224.865000', '145225.325000', '145225.785000', '145226.245000', '145226.705000', '145227.165000', '145227.625000', '145228.085000', '145228.545000', '145229.005000', '145229.465000', '145229.925000', '145230.385000', '145230.845000', '145231.305000', '145231.765000', '145232.225000', '145232.685000', '145233.145000', '145233.605000', '145234.065000', '145234.525000', '145234.985000', '145235.445000', '145235.905000', '145236.365000', '145236.825000', '145237.285000', '145237.745000', '145238.205000', '145238.665000', '145239.125000', '145239.585000', '145240.045000', '145240.505000', '145240.965000', '145241.425000', '145241.885000', '145242.345000', '145242.805000', '145243.265000', '145243.725000', '145244.185000', '145244.645000', '145245.105000', '145245.565000', '145246.025000', '145246.485000', '145246.945000', '145247.405000', '145247.865000', '145248.325000', '145248.785000', '145249.245000', '145249.705000', '145250.165000', '145250.625000', '145251.085000', '145251.545000', '145252.005000', '145252.465000', '145252.925000', '145253.385000', '145253.845000', '145254.305000', '145254.765000', '145255.225000', '145255.685000', '145256.145000', '145256.605000', '145257.065000', '145257.525000', '145257.985000', '145258.445000', '145258.905000', '145259.365000', '145259.825000', '145300.285000', '145300.745000', '145301.205000', '145301.665000', '145302.125000', '145302.585000', '145303.045000', '145303.505000', '145303.965000', '145304.425000', '145304.885000', '145305.345000', '145305.805000', '145306.265000', '145306.725000', '145307.185000', '145307.645000', '145308.105000', '145308.565000', '145309.025000', '145309.485000', '145309.945000', '145310.405000', '145310.865000', '145311.325000', '145311.785000', '145312.245000', '145312.705000', '145313.165000', '145313.625000', '145314.085000', '145314.545000', '145315.005000', '145315.465000', '145315.925000', '145316.385000', '145316.845000', '145317.305000', '145317.765000', '145318.225000', '145318.685000', '145319.145000', '145319.605000', '145320.065000', '145320.525000', '145320.985000', '145321.445000', '145321.905000', '145322.365000', '145322.825000', '145323.285000', '145323.745000', '145324.205000', '145324.665000', '145325.125000', '145325.585000', '145326.045000', '145326.505000', '145326.965000', '145327.425000', '145327.885000', '145328.345000', '145328.805000', '145329.265000', '145329.725000', '145330.185000', '145330.645000', '145331.105000', '145331.565000', '145332.025000', '145332.485000', '145332.945000', '145333.405000', '145333.865000', '145334.325000', '145334.785000', '145335.245000', '145335.705000', '145336.165000', '145336.625000', '145337.085000', '145337.545000', '145338.005000', '145338.465000', '145338.925000', '145339.385000', '145339.845000', '145340.305000', '145340.765000', '145341.225000', '145341.685000', '145342.145000', '145342.605000', '145343.065000', '145343.525000', '145343.985000', '145344.445000', '145344.905000', '145345.365000', '145345.825000', '145346.285000', '145346.745000', '145347.205000', '145347.665000', '145348.125000', '145348.585000', '145349.045000', '145349.505000', '145349.965000', '145350.425000', '145350.885000', '145351.345000', '145351.805000', '145352.265000', '145352.725000', '145353.185000', '145353.645000', '145354.105000', '145354.565000', '145355.025000', '145355.485000', '145355.945000', '145356.405000', '145356.865000', '145357.325000', '145357.785000', '145358.245000', '145358.705000', '145359.165000', '145359.625000', '145400.085000', '145400.545000', '145401.005000', '145401.465000', '145401.925000', '145402.385000', '145402.845000', '145403.305000', '145403.765000', '145404.225000', '145404.685000', '145405.145000', '145405.605000', '145406.065000', '145406.525000', '145406.985000', '145407.445000', '145407.905000', '145408.365000', '145408.825000', '145409.285000', '145409.745000', '145410.205000', '145410.665000', '145411.125000', '145411.585000', '145412.045000', '145412.505000', '145412.965000', '145413.425000', '145413.885000', '145414.345000', '145414.805000', '145415.265000', '145415.725000', '145416.185000', '145416.645000', '145417.105000', '145417.565000', '145418.025000', '145418.485000', '145418.945000', '145419.405000', '145419.865000', '145420.325000', '145420.785000', '145421.245000', '145421.705000', '145422.165000', '145422.625000', '145423.085000', '145423.545000', '145424.005000', '145424.465000', '145424.925000', '145425.385000', '145425.845000', '145426.305000', '145426.765000', '145427.225000', '145427.685000', '145428.145000', '145428.605000', '145429.065000', '145429.525000', '145429.985000', '145430.445000', '145430.905000', '145431.365000', '145431.825000', '145432.285000', '145432.745000', '145433.205000', '145433.665000', '145434.125000', '145434.585000', '145435.045000', '145435.505000', '145435.965000', '145436.425000', '145436.885000', '145437.345000', '145437.805000', '145438.265000', '145438.725000', '145439.185000', '145439.645000', '145440.105000', '145440.565000', '145441.025000', '145441.485000', '145441.945000', '145442.405000', '145442.865000', '145443.325000', '145443.785000', '145444.245000', '145444.705000', '145445.165000', '145445.625000', '145446.085000', '145446.545000', '145447.005000', '145447.465000', '145447.925000', '145448.385000', '145448.845000', '145449.305000', '145449.765000', '145450.225000', '145450.685000', '145451.145000', '145451.605000', '145452.065000', '145452.525000', '145452.985000', '145453.445000', '145453.905000', '145454.365000', '145454.825000', '145455.285000', '145455.745000', '145456.205000', '145456.665000', '145457.125000', '145457.585000', '145458.045000', '145458.505000', '145458.965000', '145459.425000', '145459.885000', '145500.345000', '145500.805000', '145501.265000', '145501.725000', '145502.185000', '145502.645000', '145503.105000', '145503.565000', '145504.025000', '145504.485000', '145504.945000', '145505.405000', '145505.865000', '145506.325000', '145506.785000', '145507.245000', '145507.705000', '145508.165000', '145508.625000', '145509.085000', '145509.545000', '145510.005000', '145510.465000', '145510.925000', '145511.385000', '145511.845000', '145512.305000', '145512.765000', '145513.225000', '145513.685000', '145514.145000', '145514.605000', '145515.065000', '145515.525000', '145515.985000', '145516.445000', '145516.905000', '145517.365000', '145517.825000', '145518.285000', '145518.745000', '145519.205000', '145519.665000', '145520.125000', '145520.585000', '145521.045000', '145521.505000', '145521.965000', '145522.425000', '145522.885000', '145523.345000', '145523.805000', '145524.265000', '145524.725000', '145525.185000', '145525.645000', '145526.105000', '145526.565000', '145527.025000', '145527.485000', '145527.945000', '145528.405000', '145528.865000', '145529.325000', '145529.785000', '145530.245000', '145530.705000', '145531.165000', '145531.625000', '145532.085000', '145532.545000', '145533.005000', '145533.465000', '145533.925000', '145534.385000', '145534.845000', '145535.305000', '145535.765000', '145536.225000', '145536.685000', '145537.145000', '145537.605000', '145538.065000', '145538.525000', '145538.985000', '145539.445000', '145539.905000', '145540.365000', '145540.825000', '145541.285000', '145541.745000', '145542.205000', '145542.665000', '145543.125000', '145543.585000', '145544.045000', '145544.505000', '145544.965000', '145545.425000', '145545.885000', '145546.345000', '145546.805000', '145547.265000', '145547.725000', '145548.185000', '145548.645000', '145549.105000', '145549.565000', '145550.025000', '145550.485000', '145550.945000', '145551.405000', '145551.865000', '145552.325000', '145552.785000', '145553.245000', '145553.705000', '145554.165000', '145554.625000', '145555.085000', '145555.545000', '145556.005000', '145556.465000', '145556.925000', '145557.385000', '145557.845000', '145558.305000', '145558.765000', '145559.225000', '145559.685000', '145600.145000', '145600.605000', '145601.065000', '145601.525000', '145601.985000', '145602.445000', '145602.905000', '145603.365000', '145603.825000', '145604.285000', '145604.745000', '145605.205000', '145605.665000', '145606.125000', '145606.585000', '145607.045000', '145607.505000', '145607.965000', '145608.425000', '145608.885000', '145609.345000', '145609.805000', '145610.265000', '145610.725000', '145611.185000', '145611.645000', '145612.105000', '145612.565000', '145613.025000', '145613.485000', '145613.945000', '145614.405000', '145614.865000', '145615.325000', '145615.785000', '145616.245000', '145616.705000', '145617.165000', '145617.625000', '145618.085000', '145618.545000', '145619.005000', '145619.465000', '145619.925000', '145620.385000', '145620.845000', '145621.305000', '145621.765000', '145622.225000', '145622.685000', '145623.145000', '145623.605000', '145624.065000', '145624.525000', '145624.985000', '145625.445000', '145625.905000', '145626.365000', '145626.825000', '145627.285000', '145627.745000', '145628.205000', '145628.665000', '145629.125000', '145629.585000', '145630.045000', '145630.505000', '145630.965000', '145631.425000', '145631.885000', '145632.345000', '145632.805000', '145633.265000', '145633.725000', '145634.185000', '145634.645000', '145635.105000', '145635.565000', '145636.025000', '145636.485000', '145636.945000', '145637.405000', '145637.865000', '145638.325000', '145638.785000', '145639.245000', '145639.705000', '145640.165000', '145640.625000', '145641.085000', '145641.545000', '145642.005000', '145642.465000', '145642.925000', '145643.385000', '145643.845000', '145644.305000', '145644.765000', '145645.225000', '145645.685000', '145646.145000', '145646.605000', '145647.065000', '145647.525000', '145647.985000', '145648.445000', '145648.905000', '145649.365000', '145649.825000', '145650.285000', '145650.745000', '145651.205000', '145651.665000', '145652.125000', '145652.585000', '145653.045000', '145653.505000', '145653.965000', '145654.425000', '145654.885000', '145655.345000', '145655.805000', '145656.265000', '145656.725000', '145657.185000', '145657.645000', '145658.105000', '145658.565000', '145659.025000', '145659.485000', '145659.945000', '145700.405000', '145700.865000', '145701.325000', '145701.785000', '145702.245000', '145702.705000', '145703.165000', '145703.625000', '145704.085000', '145704.545000', '145705.005000', '145705.465000', '145705.925000', '145706.385000', '145706.845000', '145707.305000', '145707.765000', '145708.225000', '145708.685000', '145709.145000', '145709.605000', '145710.065000', '145710.525000', '145710.985000', '145711.445000', '145711.905000', '145712.365000', '145712.825000', '145713.285000', '145713.745000', '145714.205000', '145714.665000', '145715.125000', '145715.585000', '145716.045000', '145716.505000', '145716.965000', '145717.425000', '145717.885000', '145718.345000', '145718.805000', '145719.265000', '145719.725000', '145720.185000', '145720.645000', '145721.105000', '145721.565000', '145722.025000', '145722.485000', '145722.945000', '145723.405000', '145723.865000', '145724.325000', '145724.785000', '145725.245000', '145725.705000', '145726.165000', '145726.625000', '145727.085000', '145727.545000', '145728.005000', '145728.465000', '145728.925000', '145729.385000', '145729.845000', '145730.305000', '145730.765000', '145731.225000', '145731.685000', '145732.145000', '145732.605000', '145733.065000', '145733.525000', '145733.985000', '145734.445000', '145734.905000', '145735.365000', '145735.825000', '145736.285000', '145736.745000', '145737.205000', '145737.665000', '145738.125000', '145738.585000', '145739.045000', '145739.505000', '145739.965000', '145740.425000', '145740.885000', '145741.345000', '145741.805000', '145742.265000', '145742.725000', '145743.185000', '145743.645000', '145744.105000', '145744.565000', '145745.025000', '145745.485000', '145745.945000', '145746.405000', '145746.865000', '145747.325000', '145747.785000', '145748.245000', '145748.705000', '145749.165000', '145749.625000', '145750.085000', '145750.545000', '145751.005000', '145751.465000', '145751.925000', '145752.385000', '145752.845000', '145753.305000', '145753.765000', '145754.225000', '145754.685000', '145755.145000', '145755.605000', '145756.065000', '145756.525000', '145756.985000', '145757.445000', '145757.905000', '145758.365000', '145758.825000', '145759.285000', '145759.745000', '145800.205000', '145800.665000', '145801.125000', '145801.585000', '145802.045000', '145802.505000', '145802.965000', '145803.425000', '145803.885000', '145804.345000', '145804.805000', '145805.265000', '145805.725000', '145806.185000', '145806.645000', '145807.105000', '145807.565000', '145808.025000', '145808.485000', '145808.945000', '145809.405000', '145809.865000', '145810.325000', '145810.785000', '145811.245000', '145811.705000', '145812.165000', '145812.625000', '145813.085000', '145813.545000', '145814.005000', '145814.465000', '145814.925000', '145815.385000', '145815.845000', '145816.305000', '145816.765000', '145817.225000', '145817.685000', '145818.145000', '145818.605000', '145819.065000', '145819.525000', '145819.985000', '145820.445000', '145820.905000', '145821.365000', '145821.825000', '145822.285000', '145822.745000', '145823.205000', '145823.665000', '145824.125000', '145824.585000', '145825.045000', '145825.505000', '145825.965000', '145826.425000', '145826.885000', '145827.345000', '145827.805000', '145828.265000', '145828.725000', '145829.185000', '145829.645000'], 'ContentTime': ['144859.139000', '144859.148000', '144859.151000', '144859.154000', '144859.157000', '144859.160000', '144859.162000', '144859.165000', '144859.168000', '144859.171000', '144859.174000', '144859.177000', '144859.179000', '144859.182000', '144859.185000', '144859.188000', '144859.191000', '144859.195000', '144859.198000', '144859.201000', '144859.203000', '144859.206000', '144859.209000', '144859.212000', '144859.215000', '144859.218000', '144859.221000', '144859.223000', '144859.226000', '144859.229000', '144859.232000', '144859.235000', '144859.238000', '144859.240000', '144859.243000', '144859.246000', '144859.249000', '144859.252000', '144859.254000', '144859.257000', '144859.260000', '144859.263000', '144859.266000', '144859.269000', '144859.271000', '144859.274000', '144859.277000', '144859.280000', '144859.283000', '144859.286000', '144859.288000', '144859.291000', '144859.294000', '144859.297000', '144859.300000', '144859.303000', '144919.108000', '144919.111000', '144919.114000', '144919.117000', '144919.119000', '144919.122000', '144919.125000', '144919.128000', '144919.140000', '144919.143000', '144919.146000', '144919.148000', '144919.151000', '144919.154000', '144919.157000', '144919.160000', '144919.163000', '144919.165000', '144919.168000', '144919.171000', '144919.174000', '144919.177000', '144919.180000', '144919.182000', '144919.185000', '144919.188000', '144919.191000', '144919.194000', '144919.208000', '144919.211000', '144919.221000', '144919.224000', '144919.226000', '144919.229000', '144919.232000', '144919.235000', '144919.238000', '144919.241000', '144919.244000', '144919.246000', '144919.249000', '144919.252000', '144919.255000', '144939.109000', '144939.112000', '144939.114000', '144939.117000', '144939.120000', '144939.123000', '144939.126000', '144939.129000', '144939.132000', '144939.134000', '144939.137000', '144939.140000', '144939.143000', '144939.146000', '144939.149000', '144939.152000', '144939.154000', '144939.157000', '144939.160000', '144939.165000', '144939.168000', '144939.171000', '144939.174000', '144939.177000', '144939.180000', '144939.182000', '144939.185000', '144939.188000', '144939.191000', '144939.194000', '144939.197000', '144939.200000', '144939.202000', '144939.205000', '144939.208000', '144939.211000', '144939.214000', '144939.217000', '144939.219000', '144939.222000', '144939.225000', '144939.228000', '144939.231000', '144939.234000', '144959.108000', '144959.111000', '144959.114000', '144959.117000', '144959.119000', '144959.122000', '144959.125000', '144959.128000', '144959.131000', '144959.134000', '144959.136000', '144959.139000', '144959.142000', '144959.145000', '144959.148000', '144959.151000', '144959.154000', '144959.157000', '144959.159000', '144959.162000', '144959.165000', '144959.168000', '144959.171000', '144959.174000', '144959.176000', '144959.179000', '144959.182000', '144959.185000', '144959.188000', '144959.191000', '144959.194000', '144959.196000', '144959.199000', '144959.202000', '144959.205000', '144959.208000', '144959.211000', '144959.213000', '144959.216000', '144959.219000', '144959.222000', '144959.225000', '144959.228000', '145019.108000', '145019.111000', '145019.114000', '145019.116000', '145019.119000', '145019.124000', '145019.128000', '145019.131000', '145019.134000', '145019.137000', '145019.140000', '145019.143000', '145019.146000', '145019.149000', '145019.152000', '145019.154000', '145019.157000', '145019.162000', '145019.165000', '145019.167000', '145019.170000', '145019.173000', '145019.176000', '145019.179000', '145019.181000', '145019.184000', '145019.187000', '145019.190000', '145019.193000', '145019.196000', '145019.199000', '145019.201000', '145019.204000', '145019.207000', '145019.210000', '145019.213000', '145019.216000', '145019.218000', '145019.221000', '145019.224000', '145019.227000', '145019.230000', '145019.233000', '145039.108000', '145039.111000', '145039.114000', '145039.117000', '145039.120000', '145039.123000', '145039.125000', '145039.128000', '145039.131000', '145039.134000', '145039.137000', '145039.140000', '145039.142000', '145039.145000', '145039.148000', '145039.151000', '145039.154000', '145039.157000', '145039.160000', '145039.162000', '145039.165000', '145039.168000', '145039.171000', '145039.174000', '145039.177000', '145039.180000', '145039.183000', '145039.185000', '145039.188000', '145039.191000', '145039.194000', '145039.197000', '145039.200000', '145039.203000', '145039.205000', '145039.208000', '145039.211000', '145039.214000', '145039.217000', '145039.219000', '145039.222000', '145039.225000', '145039.228000', '145039.231000', '145059.108000', '145059.111000', '145059.114000', '145059.117000', '145059.120000', '145059.123000', '145059.126000', '145059.129000', '145059.131000', '145059.135000', '145059.137000', '145059.140000', '145059.143000', '145059.146000', '145059.149000', '145059.152000', '145059.154000', '145059.157000', '145059.160000', '145059.163000', '145059.166000', '145059.169000', '145059.171000', '145059.174000', '145059.192000', '145059.195000', '145059.198000', '145059.201000', '145059.203000', '145059.206000', '145059.209000', '145059.212000', '145059.215000', '145059.218000', '145059.220000', '145059.223000', '145059.226000', '145059.229000', '145059.232000', '145059.235000', '145059.238000', '145059.241000', '145059.243000', '145119.108000', '145119.111000', '145119.114000', '145119.116000', '145119.119000', '145119.122000', '145119.125000', '145119.128000', '145119.131000', '145119.134000', '145119.137000', '145119.139000', '145119.142000', '145119.145000', '145119.148000', '145119.151000', '145119.154000', '145119.156000', '145119.159000', '145119.162000', '145119.165000', '145119.168000', '145119.171000', '145119.173000', '145119.176000', '145119.179000', '145119.182000', '145119.185000', '145119.188000', '145119.191000', '145119.194000', '145119.196000', '145119.199000', '145119.202000', '145119.205000', '145119.208000', '145119.211000', '145119.214000', '145119.216000', '145119.219000', '145119.222000', '145119.225000', '145119.228000', '145119.231000', '145139.108000', '145139.111000', '145139.114000', '145139.117000', '145139.119000', '145139.122000', '145139.125000', '145139.128000', '145139.131000', '145139.134000', '145139.137000', '145139.140000', '145139.143000', '145139.145000', '145139.148000', '145139.151000', '145139.154000', '145139.157000', '145139.160000', '145139.165000', '145139.168000', '145139.171000', '145139.174000', '145139.177000', '145139.180000', '145139.183000', '145139.185000', '145139.188000', '145139.191000', '145139.194000', '145139.197000', '145139.200000', '145139.203000', '145139.205000', '145139.208000', '145139.211000', '145139.214000', '145139.217000', '145139.220000', '145139.223000', '145139.226000', '145139.228000', '145139.231000', '145159.108000', '145159.111000', '145159.114000', '145159.117000', '145159.119000', '145159.122000', '145159.125000', '145159.128000', '145159.131000', '145159.134000', '145159.137000', '145159.140000', '145159.142000', '145159.145000', '145159.148000', '145159.151000', '145159.154000', '145159.157000', '145159.160000', '145159.163000', '145159.165000', '145159.168000', '145159.171000', '145159.174000', '145159.177000', '145159.180000', '145159.183000', '145159.186000', '145159.188000', '145159.191000', '145159.194000', '145159.197000', '145159.200000', '145159.203000', '145159.205000', '145159.208000', '145159.211000', '145159.214000', '145159.217000', '145159.220000', '145159.223000', '145159.226000', '145159.228000', '145159.231000', '145219.108000', '145219.111000', '145219.114000', '145219.117000', '145219.120000', '145219.123000', '145219.126000', '145219.128000', '145219.131000', '145219.135000', '145219.137000', '145219.140000', '145219.143000', '145219.146000', '145219.151000', '145219.155000', '145219.159000', '145219.162000', '145219.164000', '145219.167000', '145219.170000', '145219.173000', '145219.176000', '145219.179000', '145219.182000', '145219.185000', '145219.187000', '145219.191000', '145219.193000', '145219.196000', '145219.199000', '145219.202000', '145219.205000', '145219.208000', '145219.211000', '145219.214000', '145219.216000', '145219.219000', '145219.222000', '145219.230000', '145219.233000', '145219.235000', '145219.238000', '145239.108000', '145239.111000', '145239.114000', '145239.117000', '145239.120000', '145239.123000', '145239.144000', '145239.146000', '145239.149000', '145239.152000', '145239.155000', '145239.158000', '145239.161000', '145239.164000', '145239.167000', '145239.169000', '145239.172000', '145239.175000', '145239.178000', '145239.181000', '145239.184000', '145239.187000', '145239.190000', '145239.193000', '145239.195000', '145239.198000', '145239.201000', '145239.204000', '145239.207000', '145239.210000', '145239.213000', '145239.215000', '145239.218000', '145239.221000', '145239.224000', '145239.227000', '145239.230000', '145239.233000', '145239.236000', '145239.238000', '145239.241000', '145239.244000', '145239.247000', '145239.254000', '145259.108000', '145259.111000', '145259.114000', '145259.117000', '145259.120000', '145259.123000', '145259.125000', '145259.128000', '145259.131000', '145259.134000', '145259.137000', '145259.140000', '145259.143000', '145259.145000', '145259.148000', '145259.152000', '145259.156000', '145259.158000', '145259.162000', '145259.165000', '145259.167000', '145259.170000', '145259.173000', '145259.176000', '145259.179000', '145259.182000', '145259.185000', '145259.188000', '145259.190000', '145259.193000', '145259.196000', '145259.199000', '145259.202000', '145259.205000', '145259.208000', '145259.211000', '145259.213000', '145259.216000', '145259.219000', '145259.222000', '145259.225000', '145259.227000', '145259.230000', '145319.108000', '145319.111000', '145319.114000', '145319.117000', '145319.120000', '145319.122000', '145319.125000', '145319.128000', '145319.131000', '145319.134000', '145319.137000', '145319.140000', '145319.142000', '145319.145000', '145319.148000', '145319.151000', '145319.154000', '145319.157000', '145319.160000', '145319.162000', '145319.165000', '145319.168000', '145319.171000', '145319.174000', '145319.177000', '145319.180000', '145319.182000', '145319.185000', '145319.188000', '145319.191000', '145319.194000', '145319.197000', '145319.200000', '145319.203000', '145319.205000', '145319.208000', '145319.211000', '145319.214000', '145319.217000', '145319.220000', '145319.222000', '145319.225000', '145319.228000', '145319.231000', '145339.108000', '145339.111000', '145339.114000', '145339.118000', '145339.121000', '145339.124000', '145339.127000', '145339.130000', '145339.133000', '145339.136000', '145339.139000', '145339.142000', '145339.144000', '145339.147000', '145339.150000', '145339.153000', '145339.156000', '145339.159000', '145339.162000', '145339.165000', '145339.167000', '145339.170000', '145339.173000', '145339.176000', '145339.179000', '145339.182000', '145339.185000', '145339.188000', '145339.191000', '145339.194000', '145339.197000', '145339.200000', '145339.202000', '145339.205000', '145339.208000', '145339.211000', '145339.214000', '145339.217000', '145339.220000', '145339.223000', '145339.225000', '145339.228000', '145339.231000', '145359.108000', '145359.111000', '145359.114000', '145359.117000', '145359.120000', '145359.122000', '145359.125000', '145359.128000', '145359.131000', '145359.134000', '145359.137000', '145359.139000', '145359.142000', '145359.145000', '145359.148000', '145359.151000', '145359.154000', '145359.157000', '145359.160000', '145359.162000', '145359.165000', '145359.168000', '145359.171000', '145359.174000', '145359.177000', '145359.180000', '145359.182000', '145359.185000', '145359.188000', '145359.191000', '145359.194000', '145359.208000', '145359.211000', '145359.214000', '145359.217000', '145359.220000', '145359.223000', '145359.226000', '145359.228000', '145359.231000', '145359.234000', '145359.237000', '145359.240000', '145359.243000', '145419.108000', '145419.111000', '145419.114000', '145419.117000', '145419.120000', '145419.123000', '145419.125000', '145419.128000', '145419.131000', '145419.134000', '145419.137000', '145419.140000', '145419.142000', '145419.145000', '145419.148000', '145419.151000', '145419.154000', '145419.157000', '145419.160000', '145419.163000', '145419.165000', '145419.168000', '145419.171000', '145419.174000', '145419.177000', '145419.180000', '145419.183000', '145419.186000', '145419.188000', '145419.191000', '145419.194000', '145419.197000', '145419.201000', '145419.205000', '145419.208000', '145419.211000', '145419.214000', '145419.217000', '145419.220000', '145419.223000', '145419.226000', '145419.228000', '145419.231000', '145439.108000', '145439.111000', '145439.114000', '145439.117000', '145439.120000', '145439.123000', '145439.125000', '145439.129000', '145439.131000', '145439.134000', '145439.137000', '145439.140000', '145439.143000', '145439.146000', '145439.148000', '145439.152000', '145439.154000', '145439.157000', '145439.160000', '145439.165000', '145439.168000', '145439.170000', '145439.173000', '145439.176000', '145439.179000', '145439.182000', '145439.185000', '145439.187000', '145439.190000', '145439.193000', '145439.196000', '145439.199000', '145439.202000', '145439.205000', '145439.208000', '145439.219000', '145439.222000', '145439.225000', '145439.228000', '145439.231000', '145439.233000', '145439.236000', '145439.239000', '145439.242000', '145459.108000', '145459.111000', '145459.114000', '145459.117000', '145459.120000', '145459.123000', '145459.125000', '145459.128000', '145459.131000', '145459.134000', '145459.137000', '145459.140000', '145459.142000', '145459.145000', '145459.148000', '145459.151000', '145459.155000', '145459.158000', '145459.161000', '145459.164000', '145459.167000', '145459.173000', '145459.176000', '145459.179000', '145459.182000', '145459.185000', '145459.188000', '145459.190000', '145459.193000', '145459.196000', '145459.199000', '145459.202000', '145459.205000', '145459.208000', '145459.211000', '145459.214000', '145459.218000', '145459.221000', '145459.224000', '145459.227000', '145459.229000', '145459.232000', '145459.235000', '145519.108000', '145519.111000', '145519.114000', '145519.117000', '145519.120000', '145519.123000', '145519.126000', '145519.129000', '145519.131000', '145519.134000', '145519.137000', '145519.140000', '145519.143000', '145519.146000', '145519.149000', '145519.152000', '145519.154000', '145519.157000', '145519.160000', '145519.163000', '145519.166000', '145519.169000', '145519.172000', '145519.174000', '145519.177000', '145519.180000', '145519.183000', '145519.186000', '145519.189000', '145519.192000', '145519.195000', '145519.197000', '145519.200000', '145519.203000', '145519.206000', '145519.209000', '145519.212000', '145519.214000', '145519.217000', '145519.220000', '145519.223000', '145519.237000', '145519.240000', '145519.243000', '145539.108000', '145539.111000', '145539.114000', '145539.117000', '145539.120000', '145539.123000', '145539.125000', '145539.128000', '145539.131000', '145539.134000', '145539.137000', '145539.140000', '145539.143000', '145539.145000', '145539.148000', '145539.151000', '145539.154000', '145539.157000', '145539.160000', '145539.163000', '145539.166000', '145539.169000', '145539.171000', '145539.174000', '145539.177000', '145539.180000', '145539.183000', '145539.186000', '145539.189000', '145539.192000', '145539.194000', '145539.197000', '145539.200000', '145539.203000', '145539.206000', '145539.209000', '145539.212000', '145539.214000', '145539.217000', '145539.220000', '145539.223000', '145539.226000', '145539.231000', '145559.108000', '145559.111000', '145559.114000', '145559.117000', '145559.120000', '145559.123000', '145559.125000', '145559.128000', '145559.131000', '145559.134000', '145559.137000', '145559.140000', '145559.143000', '145559.146000', '145559.148000', '145559.151000', '145559.154000', '145559.157000', '145559.160000', '145559.163000', '145559.166000', '145559.168000', '145559.171000', '145559.174000', '145559.177000', '145559.180000', '145559.183000', '145559.186000', '145559.189000', '145559.191000', '145559.194000', '145559.197000', '145559.200000', '145559.203000', '145559.206000', '145559.208000', '145559.211000', '145559.214000', '145559.217000', '145559.220000', '145559.223000', '145559.226000', '145559.229000', '145559.231000', '145619.108000', '145619.111000', '145619.114000', '145619.117000', '145619.120000', '145619.123000', '145619.125000', '145619.128000', '145619.131000', '145619.134000', '145619.137000', '145619.140000', '145619.143000', '145619.146000', '145619.148000', '145619.151000', '145619.154000', '145619.157000', '145619.160000', '145619.163000', '145619.166000', '145619.168000', '145619.171000', '145619.174000', '145619.177000', '145619.180000', '145619.183000', '145619.186000', '145619.189000', '145619.193000', '145619.196000', '145619.199000', '145619.202000', '145619.204000', '145619.207000', '145619.210000', '145619.213000', '145619.216000', '145619.219000', '145619.222000', '145619.224000', '145619.227000', '145619.230000', '145639.108000', '145639.111000', '145639.114000', '145639.117000', '145639.127000', '145639.130000', '145639.133000', '145639.135000', '145639.138000', '145639.141000', '145639.144000', '145639.147000', '145639.150000', '145639.153000', '145639.156000', '145639.159000', '145639.162000', '145639.164000', '145639.167000', '145639.170000', '145639.173000', '145639.176000', '145639.179000', '145639.182000', '145639.185000', '145639.187000', '145639.190000', '145639.193000', '145639.196000', '145639.199000', '145639.202000', '145639.205000', '145639.208000', '145639.210000', '145639.213000', '145639.216000', '145639.219000', '145639.222000', '145639.235000', '145639.238000', '145639.241000', '145639.244000', '145639.246000', '145639.249000', '145659.108000', '145659.111000', '145659.114000', '145659.117000', '145659.119000', '145659.122000', '145659.125000', '145659.128000', '145659.131000', '145659.134000', '145659.137000', '145659.140000', '145659.142000', '145659.145000', '145659.148000', '145659.151000', '145659.154000', '145659.157000', '145659.160000', '145659.163000', '145659.165000', '145659.168000', '145659.171000', '145659.174000', '145659.177000', '145659.180000', '145659.190000', '145659.193000', '145659.196000', '145659.199000', '145659.201000', '145659.204000', '145659.207000', '145659.210000', '145659.213000', '145659.216000', '145659.218000', '145659.221000', '145659.224000', '145659.227000', '145659.230000', '145659.233000', '145659.236000', '145719.108000', '145719.111000', '145719.114000', '145719.117000', '145719.120000', '145719.123000', '145719.125000', '145719.128000', '145719.131000', '145719.134000', '145719.137000', '145719.140000', '145719.143000', '145719.145000', '145719.148000', '145719.151000', '145719.154000', '145719.157000', '145719.160000', '145719.163000', '145719.165000', '145719.168000', '145719.171000', '145719.174000', '145719.177000', '145719.180000', '145719.182000', '145719.185000', '145719.188000', '145719.191000', '145719.194000', '145719.197000', '145719.200000', '145719.202000', '145719.205000', '145719.208000', '145719.211000', '145719.214000', '145719.217000', '145719.220000', '145719.223000', '145719.226000', '145719.228000', '145719.231000', '145739.108000', '145739.111000', '145739.114000', '145739.117000', '145739.120000', '145739.123000', '145739.126000', '145739.129000', '145739.131000', '145739.134000', '145739.137000', '145739.140000', '145739.143000', '145739.146000', '145739.149000', '145739.151000', '145739.154000', '145739.157000', '145739.160000', '145739.163000', '145739.166000', '145739.169000', '145739.172000', '145739.175000', '145739.177000', '145739.180000', '145739.183000', '145739.186000', '145739.189000', '145739.192000', '145739.195000', '145739.197000', '145739.200000', '145739.203000', '145739.206000', '145739.209000', '145739.212000', '145739.215000', '145739.217000', '145739.220000', '145739.223000', '145739.226000', '145739.230000', '145759.108000', '145759.111000', '145759.114000', '145759.117000', '145759.119000', '145759.122000', '145759.125000', '145759.128000', '145759.131000', '145759.134000', '145759.137000', '145759.140000', '145759.142000', '145759.145000', '145759.148000', '145759.151000', '145759.154000', '145759.157000', '145759.160000', '145759.163000', '145759.166000', '145759.168000', '145759.171000', '145759.174000', '145759.177000', '145759.180000', '145759.183000', '145759.186000', '145759.189000', '145759.191000', '145759.194000', '145759.197000', '145759.200000', '145759.203000', '145759.219000', '145759.222000', '145759.225000', '145759.228000', '145759.231000', '145759.234000', '145759.237000', '145759.239000', '145759.242000', '145759.245000', '145819.108000', '145819.111000', '145819.114000', '145819.117000', '145819.120000', '145819.123000', '145819.126000', '145819.128000', '145819.131000', '145819.134000', '145819.137000', '145819.140000', '145819.143000', '145819.146000', '145819.149000', '145819.151000', '145819.154000', '145819.157000', '145819.160000', '145819.163000', '145819.166000', '145819.169000', '145819.172000', '145819.174000', '145819.177000', '145819.180000', '145819.183000', '145819.186000', '145819.189000', '145819.192000', '145819.194000', '145819.197000', '145819.200000', '145819.203000', '145819.206000', '145819.209000', '145819.212000', '145819.215000', '145819.218000', '145819.221000', '145819.223000', '145819.226000', '145819.229000', '145830.407000', '145830.410000', '145830.413000', '145830.416000', '145830.419000', '145830.423000', '145830.426000', '145830.429000', '145830.432000', '145830.435000', '145830.438000', '145830.442000', '145830.445000', '145830.448000', '145830.451000', '145830.454000', '145830.457000', '145830.459000', '145830.462000', '145830.466000', '145830.469000', '145830.471000', '145830.474000', '145830.477000', '145830.480000'], 'InstanceCreationTime': ['144859.139000', '144859.148000', '144859.151000', '144859.154000', '144859.157000', '144859.160000', '144859.162000', '144859.165000', '144859.168000', '144859.171000', '144859.174000', '144859.177000', '144859.179000', '144859.182000', '144859.185000', '144859.188000', '144859.191000', '144859.195000', '144859.198000', '144859.201000', '144859.203000', '144859.206000', '144859.209000', '144859.212000', '144859.215000', '144859.218000', '144859.221000', '144859.223000', '144859.226000', '144859.229000', '144859.232000', '144859.235000', '144859.238000', '144859.240000', '144859.243000', '144859.246000', '144859.249000', '144859.252000', '144859.254000', '144859.257000', '144859.260000', '144859.263000', '144859.266000', '144859.269000', '144859.271000', '144859.274000', '144859.277000', '144859.280000', '144859.283000', '144859.286000', '144859.288000', '144859.291000', '144859.294000', '144859.297000', '144859.300000', '144859.303000', '144919.108000', '144919.111000', '144919.114000', '144919.117000', '144919.119000', '144919.122000', '144919.125000', '144919.128000', '144919.140000', '144919.143000', '144919.146000', '144919.148000', '144919.151000', '144919.154000', '144919.157000', '144919.160000', '144919.163000', '144919.165000', '144919.168000', '144919.171000', '144919.174000', '144919.177000', '144919.180000', '144919.182000', '144919.185000', '144919.188000', '144919.191000', '144919.194000', '144919.208000', '144919.211000', '144919.221000', '144919.224000', '144919.226000', '144919.229000', '144919.232000', '144919.235000', '144919.238000', '144919.241000', '144919.244000', '144919.246000', '144919.249000', '144919.252000', '144919.255000', '144939.109000', '144939.112000', '144939.114000', '144939.117000', '144939.120000', '144939.123000', '144939.126000', '144939.129000', '144939.132000', '144939.134000', '144939.137000', '144939.140000', '144939.143000', '144939.146000', '144939.149000', '144939.152000', '144939.154000', '144939.157000', '144939.160000', '144939.165000', '144939.168000', '144939.171000', '144939.174000', '144939.177000', '144939.180000', '144939.182000', '144939.185000', '144939.188000', '144939.191000', '144939.194000', '144939.197000', '144939.200000', '144939.202000', '144939.205000', '144939.208000', '144939.211000', '144939.214000', '144939.217000', '144939.219000', '144939.222000', '144939.225000', '144939.228000', '144939.231000', '144939.234000', '144959.108000', '144959.111000', '144959.114000', '144959.117000', '144959.119000', '144959.122000', '144959.125000', '144959.128000', '144959.131000', '144959.134000', '144959.136000', '144959.139000', '144959.142000', '144959.145000', '144959.148000', '144959.151000', '144959.154000', '144959.157000', '144959.159000', '144959.162000', '144959.165000', '144959.168000', '144959.171000', '144959.174000', '144959.176000', '144959.179000', '144959.182000', '144959.185000', '144959.188000', '144959.191000', '144959.194000', '144959.196000', '144959.199000', '144959.202000', '144959.205000', '144959.208000', '144959.211000', '144959.213000', '144959.216000', '144959.219000', '144959.222000', '144959.225000', '144959.228000', '145019.108000', '145019.111000', '145019.114000', '145019.116000', '145019.119000', '145019.124000', '145019.128000', '145019.131000', '145019.134000', '145019.137000', '145019.140000', '145019.143000', '145019.146000', '145019.149000', '145019.152000', '145019.154000', '145019.157000', '145019.162000', '145019.165000', '145019.167000', '145019.170000', '145019.173000', '145019.176000', '145019.179000', '145019.181000', '145019.184000', '145019.187000', '145019.190000', '145019.193000', '145019.196000', '145019.199000', '145019.201000', '145019.204000', '145019.207000', '145019.210000', '145019.213000', '145019.216000', '145019.218000', '145019.221000', '145019.224000', '145019.227000', '145019.230000', '145019.233000', '145039.108000', '145039.111000', '145039.114000', '145039.117000', '145039.120000', '145039.123000', '145039.125000', '145039.128000', '145039.131000', '145039.134000', '145039.137000', '145039.140000', '145039.142000', '145039.145000', '145039.148000', '145039.151000', '145039.154000', '145039.157000', '145039.160000', '145039.162000', '145039.165000', '145039.168000', '145039.171000', '145039.174000', '145039.177000', '145039.180000', '145039.183000', '145039.185000', '145039.188000', '145039.191000', '145039.194000', '145039.197000', '145039.200000', '145039.203000', '145039.205000', '145039.208000', '145039.211000', '145039.214000', '145039.217000', '145039.219000', '145039.222000', '145039.225000', '145039.228000', '145039.231000', '145059.108000', '145059.111000', '145059.114000', '145059.117000', '145059.120000', '145059.123000', '145059.126000', '145059.129000', '145059.131000', '145059.135000', '145059.137000', '145059.140000', '145059.143000', '145059.146000', '145059.149000', '145059.152000', '145059.154000', '145059.157000', '145059.160000', '145059.163000', '145059.166000', '145059.169000', '145059.171000', '145059.174000', '145059.192000', '145059.195000', '145059.198000', '145059.201000', '145059.203000', '145059.206000', '145059.209000', '145059.212000', '145059.215000', '145059.218000', '145059.220000', '145059.223000', '145059.226000', '145059.229000', '145059.232000', '145059.235000', '145059.238000', '145059.241000', '145059.243000', '145119.108000', '145119.111000', '145119.114000', '145119.116000', '145119.119000', '145119.122000', '145119.125000', '145119.128000', '145119.131000', '145119.134000', '145119.137000', '145119.139000', '145119.142000', '145119.145000', '145119.148000', '145119.151000', '145119.154000', '145119.156000', '145119.159000', '145119.162000', '145119.165000', '145119.168000', '145119.171000', '145119.173000', '145119.176000', '145119.179000', '145119.182000', '145119.185000', '145119.188000', '145119.191000', '145119.194000', '145119.196000', '145119.199000', '145119.202000', '145119.205000', '145119.208000', '145119.211000', '145119.214000', '145119.216000', '145119.219000', '145119.222000', '145119.225000', '145119.228000', '145119.231000', '145139.108000', '145139.111000', '145139.114000', '145139.117000', '145139.119000', '145139.122000', '145139.125000', '145139.128000', '145139.131000', '145139.134000', '145139.137000', '145139.140000', '145139.143000', '145139.145000', '145139.148000', '145139.151000', '145139.154000', '145139.157000', '145139.160000', '145139.165000', '145139.168000', '145139.171000', '145139.174000', '145139.177000', '145139.180000', '145139.183000', '145139.185000', '145139.188000', '145139.191000', '145139.194000', '145139.197000', '145139.200000', '145139.203000', '145139.205000', '145139.208000', '145139.211000', '145139.214000', '145139.217000', '145139.220000', '145139.223000', '145139.226000', '145139.228000', '145139.231000', '145159.108000', '145159.111000', '145159.114000', '145159.117000', '145159.119000', '145159.122000', '145159.125000', '145159.128000', '145159.131000', '145159.134000', '145159.137000', '145159.140000', '145159.142000', '145159.145000', '145159.148000', '145159.151000', '145159.154000', '145159.157000', '145159.160000', '145159.163000', '145159.165000', '145159.168000', '145159.171000', '145159.174000', '145159.177000', '145159.180000', '145159.183000', '145159.186000', '145159.188000', '145159.191000', '145159.194000', '145159.197000', '145159.200000', '145159.203000', '145159.205000', '145159.208000', '145159.211000', '145159.214000', '145159.217000', '145159.220000', '145159.223000', '145159.226000', '145159.228000', '145159.231000', '145219.108000', '145219.111000', '145219.114000', '145219.117000', '145219.120000', '145219.123000', '145219.126000', '145219.128000', '145219.131000', '145219.135000', '145219.137000', '145219.140000', '145219.143000', '145219.146000', '145219.151000', '145219.155000', '145219.159000', '145219.162000', '145219.164000', '145219.167000', '145219.170000', '145219.173000', '145219.176000', '145219.179000', '145219.182000', '145219.185000', '145219.187000', '145219.191000', '145219.193000', '145219.196000', '145219.199000', '145219.202000', '145219.205000', '145219.208000', '145219.211000', '145219.214000', '145219.216000', '145219.219000', '145219.222000', '145219.230000', '145219.233000', '145219.235000', '145219.238000', '145239.108000', '145239.111000', '145239.114000', '145239.117000', '145239.120000', '145239.123000', '145239.144000', '145239.146000', '145239.149000', '145239.152000', '145239.155000', '145239.158000', '145239.161000', '145239.164000', '145239.167000', '145239.169000', '145239.172000', '145239.175000', '145239.178000', '145239.181000', '145239.184000', '145239.187000', '145239.190000', '145239.193000', '145239.195000', '145239.198000', '145239.201000', '145239.204000', '145239.207000', '145239.210000', '145239.213000', '145239.215000', '145239.218000', '145239.221000', '145239.224000', '145239.227000', '145239.230000', '145239.233000', '145239.236000', '145239.238000', '145239.241000', '145239.244000', '145239.247000', '145239.254000', '145259.108000', '145259.111000', '145259.114000', '145259.117000', '145259.120000', '145259.123000', '145259.125000', '145259.128000', '145259.131000', '145259.134000', '145259.137000', '145259.140000', '145259.143000', '145259.145000', '145259.148000', '145259.152000', '145259.156000', '145259.158000', '145259.162000', '145259.165000', '145259.167000', '145259.170000', '145259.173000', '145259.176000', '145259.179000', '145259.182000', '145259.185000', '145259.188000', '145259.190000', '145259.193000', '145259.196000', '145259.199000', '145259.202000', '145259.205000', '145259.208000', '145259.211000', '145259.213000', '145259.216000', '145259.219000', '145259.222000', '145259.225000', '145259.227000', '145259.230000', '145319.108000', '145319.111000', '145319.114000', '145319.117000', '145319.120000', '145319.122000', '145319.125000', '145319.128000', '145319.131000', '145319.134000', '145319.137000', '145319.140000', '145319.142000', '145319.145000', '145319.148000', '145319.151000', '145319.154000', '145319.157000', '145319.160000', '145319.162000', '145319.165000', '145319.168000', '145319.171000', '145319.174000', '145319.177000', '145319.180000', '145319.182000', '145319.185000', '145319.188000', '145319.191000', '145319.194000', '145319.197000', '145319.200000', '145319.203000', '145319.205000', '145319.208000', '145319.211000', '145319.214000', '145319.217000', '145319.220000', '145319.222000', '145319.225000', '145319.228000', '145319.231000', '145339.108000', '145339.111000', '145339.114000', '145339.118000', '145339.121000', '145339.124000', '145339.127000', '145339.130000', '145339.133000', '145339.136000', '145339.139000', '145339.142000', '145339.144000', '145339.147000', '145339.150000', '145339.153000', '145339.156000', '145339.159000', '145339.162000', '145339.165000', '145339.167000', '145339.170000', '145339.173000', '145339.176000', '145339.179000', '145339.182000', '145339.185000', '145339.188000', '145339.191000', '145339.194000', '145339.197000', '145339.200000', '145339.202000', '145339.205000', '145339.208000', '145339.211000', '145339.214000', '145339.217000', '145339.220000', '145339.223000', '145339.225000', '145339.228000', '145339.231000', '145359.108000', '145359.111000', '145359.114000', '145359.117000', '145359.120000', '145359.122000', '145359.125000', '145359.128000', '145359.131000', '145359.134000', '145359.137000', '145359.139000', '145359.142000', '145359.145000', '145359.148000', '145359.151000', '145359.154000', '145359.157000', '145359.160000', '145359.162000', '145359.165000', '145359.168000', '145359.171000', '145359.174000', '145359.177000', '145359.180000', '145359.182000', '145359.185000', '145359.188000', '145359.191000', '145359.194000', '145359.208000', '145359.211000', '145359.214000', '145359.217000', '145359.220000', '145359.223000', '145359.226000', '145359.228000', '145359.231000', '145359.234000', '145359.237000', '145359.240000', '145359.243000', '145419.108000', '145419.111000', '145419.114000', '145419.117000', '145419.120000', '145419.123000', '145419.125000', '145419.128000', '145419.131000', '145419.134000', '145419.137000', '145419.140000', '145419.142000', '145419.145000', '145419.148000', '145419.151000', '145419.154000', '145419.157000', '145419.160000', '145419.163000', '145419.165000', '145419.168000', '145419.171000', '145419.174000', '145419.177000', '145419.180000', '145419.183000', '145419.186000', '145419.188000', '145419.191000', '145419.194000', '145419.197000', '145419.201000', '145419.205000', '145419.208000', '145419.211000', '145419.214000', '145419.217000', '145419.220000', '145419.223000', '145419.226000', '145419.228000', '145419.231000', '145439.108000', '145439.111000', '145439.114000', '145439.117000', '145439.120000', '145439.123000', '145439.125000', '145439.129000', '145439.131000', '145439.134000', '145439.137000', '145439.140000', '145439.143000', '145439.146000', '145439.148000', '145439.152000', '145439.154000', '145439.157000', '145439.160000', '145439.165000', '145439.168000', '145439.170000', '145439.173000', '145439.176000', '145439.179000', '145439.182000', '145439.185000', '145439.187000', '145439.190000', '145439.193000', '145439.196000', '145439.199000', '145439.202000', '145439.205000', '145439.208000', '145439.219000', '145439.222000', '145439.225000', '145439.228000', '145439.231000', '145439.233000', '145439.236000', '145439.239000', '145439.242000', '145459.108000', '145459.111000', '145459.114000', '145459.117000', '145459.120000', '145459.123000', '145459.125000', '145459.128000', '145459.131000', '145459.134000', '145459.137000', '145459.140000', '145459.142000', '145459.145000', '145459.148000', '145459.151000', '145459.155000', '145459.158000', '145459.161000', '145459.164000', '145459.167000', '145459.173000', '145459.176000', '145459.179000', '145459.182000', '145459.185000', '145459.188000', '145459.190000', '145459.193000', '145459.196000', '145459.199000', '145459.202000', '145459.205000', '145459.208000', '145459.211000', '145459.214000', '145459.218000', '145459.221000', '145459.224000', '145459.227000', '145459.229000', '145459.232000', '145459.235000', '145519.108000', '145519.111000', '145519.114000', '145519.117000', '145519.120000', '145519.123000', '145519.126000', '145519.129000', '145519.131000', '145519.134000', '145519.137000', '145519.140000', '145519.143000', '145519.146000', '145519.149000', '145519.152000', '145519.154000', '145519.157000', '145519.160000', '145519.163000', '145519.166000', '145519.169000', '145519.172000', '145519.174000', '145519.177000', '145519.180000', '145519.183000', '145519.186000', '145519.189000', '145519.192000', '145519.195000', '145519.197000', '145519.200000', '145519.203000', '145519.206000', '145519.209000', '145519.212000', '145519.214000', '145519.217000', '145519.220000', '145519.223000', '145519.237000', '145519.240000', '145519.243000', '145539.108000', '145539.111000', '145539.114000', '145539.117000', '145539.120000', '145539.123000', '145539.125000', '145539.128000', '145539.131000', '145539.134000', '145539.137000', '145539.140000', '145539.143000', '145539.145000', '145539.148000', '145539.151000', '145539.154000', '145539.157000', '145539.160000', '145539.163000', '145539.166000', '145539.169000', '145539.171000', '145539.174000', '145539.177000', '145539.180000', '145539.183000', '145539.186000', '145539.189000', '145539.192000', '145539.194000', '145539.197000', '145539.200000', '145539.203000', '145539.206000', '145539.209000', '145539.212000', '145539.214000', '145539.217000', '145539.220000', '145539.223000', '145539.226000', '145539.231000', '145559.108000', '145559.111000', '145559.114000', '145559.117000', '145559.120000', '145559.123000', '145559.125000', '145559.128000', '145559.131000', '145559.134000', '145559.137000', '145559.140000', '145559.143000', '145559.146000', '145559.148000', '145559.151000', '145559.154000', '145559.157000', '145559.160000', '145559.163000', '145559.166000', '145559.168000', '145559.171000', '145559.174000', '145559.177000', '145559.180000', '145559.183000', '145559.186000', '145559.189000', '145559.191000', '145559.194000', '145559.197000', '145559.200000', '145559.203000', '145559.206000', '145559.208000', '145559.211000', '145559.214000', '145559.217000', '145559.220000', '145559.223000', '145559.226000', '145559.229000', '145559.231000', '145619.108000', '145619.111000', '145619.114000', '145619.117000', '145619.120000', '145619.123000', '145619.125000', '145619.128000', '145619.131000', '145619.134000', '145619.137000', '145619.140000', '145619.143000', '145619.146000', '145619.148000', '145619.151000', '145619.154000', '145619.157000', '145619.160000', '145619.163000', '145619.166000', '145619.168000', '145619.171000', '145619.174000', '145619.177000', '145619.180000', '145619.183000', '145619.186000', '145619.189000', '145619.193000', '145619.196000', '145619.199000', '145619.202000', '145619.204000', '145619.207000', '145619.210000', '145619.213000', '145619.216000', '145619.219000', '145619.222000', '145619.224000', '145619.227000', '145619.230000', '145639.108000', '145639.111000', '145639.114000', '145639.117000', '145639.127000', '145639.130000', '145639.133000', '145639.135000', '145639.138000', '145639.141000', '145639.144000', '145639.147000', '145639.150000', '145639.153000', '145639.156000', '145639.159000', '145639.162000', '145639.164000', '145639.167000', '145639.170000', '145639.173000', '145639.176000', '145639.179000', '145639.182000', '145639.185000', '145639.187000', '145639.190000', '145639.193000', '145639.196000', '145639.199000', '145639.202000', '145639.205000', '145639.208000', '145639.210000', '145639.213000', '145639.216000', '145639.219000', '145639.222000', '145639.235000', '145639.238000', '145639.241000', '145639.244000', '145639.246000', '145639.249000', '145659.108000', '145659.111000', '145659.114000', '145659.117000', '145659.119000', '145659.122000', '145659.125000', '145659.128000', '145659.131000', '145659.134000', '145659.137000', '145659.140000', '145659.142000', '145659.145000', '145659.148000', '145659.151000', '145659.154000', '145659.157000', '145659.160000', '145659.163000', '145659.165000', '145659.168000', '145659.171000', '145659.174000', '145659.177000', '145659.180000', '145659.190000', '145659.193000', '145659.196000', '145659.199000', '145659.201000', '145659.204000', '145659.207000', '145659.210000', '145659.213000', '145659.216000', '145659.218000', '145659.221000', '145659.224000', '145659.227000', '145659.230000', '145659.233000', '145659.236000', '145719.108000', '145719.111000', '145719.114000', '145719.117000', '145719.120000', '145719.123000', '145719.125000', '145719.128000', '145719.131000', '145719.134000', '145719.137000', '145719.140000', '145719.143000', '145719.145000', '145719.148000', '145719.151000', '145719.154000', '145719.157000', '145719.160000', '145719.163000', '145719.165000', '145719.168000', '145719.171000', '145719.174000', '145719.177000', '145719.180000', '145719.182000', '145719.185000', '145719.188000', '145719.191000', '145719.194000', '145719.197000', '145719.200000', '145719.202000', '145719.205000', '145719.208000', '145719.211000', '145719.214000', '145719.217000', '145719.220000', '145719.223000', '145719.226000', '145719.228000', '145719.231000', '145739.108000', '145739.111000', '145739.114000', '145739.117000', '145739.120000', '145739.123000', '145739.126000', '145739.129000', '145739.131000', '145739.134000', '145739.137000', '145739.140000', '145739.143000', '145739.146000', '145739.149000', '145739.151000', '145739.154000', '145739.157000', '145739.160000', '145739.163000', '145739.166000', '145739.169000', '145739.172000', '145739.175000', '145739.177000', '145739.180000', '145739.183000', '145739.186000', '145739.189000', '145739.192000', '145739.195000', '145739.197000', '145739.200000', '145739.203000', '145739.206000', '145739.209000', '145739.212000', '145739.215000', '145739.217000', '145739.220000', '145739.223000', '145739.226000', '145739.230000', '145759.108000', '145759.111000', '145759.114000', '145759.117000', '145759.119000', '145759.122000', '145759.125000', '145759.128000', '145759.131000', '145759.134000', '145759.137000', '145759.140000', '145759.142000', '145759.145000', '145759.148000', '145759.151000', '145759.154000', '145759.157000', '145759.160000', '145759.163000', '145759.166000', '145759.168000', '145759.171000', '145759.174000', '145759.177000', '145759.180000', '145759.183000', '145759.186000', '145759.189000', '145759.191000', '145759.194000', '145759.197000', '145759.200000', '145759.203000', '145759.219000', '145759.222000', '145759.225000', '145759.228000', '145759.231000', '145759.234000', '145759.237000', '145759.239000', '145759.242000', '145759.245000', '145819.108000', '145819.111000', '145819.114000', '145819.117000', '145819.120000', '145819.123000', '145819.126000', '145819.128000', '145819.131000', '145819.134000', '145819.137000', '145819.140000', '145819.143000', '145819.146000', '145819.149000', '145819.151000', '145819.154000', '145819.157000', '145819.160000', '145819.163000', '145819.166000', '145819.169000', '145819.172000', '145819.174000', '145819.177000', '145819.180000', '145819.183000', '145819.186000', '145819.189000', '145819.192000', '145819.194000', '145819.197000', '145819.200000', '145819.203000', '145819.206000', '145819.209000', '145819.212000', '145819.215000', '145819.218000', '145819.221000', '145819.223000', '145819.226000', '145819.229000', '145830.407000', '145830.410000', '145830.413000', '145830.416000', '145830.419000', '145830.423000', '145830.426000', '145830.429000', '145830.432000', '145830.435000', '145830.438000', '145830.442000', '145830.445000', '145830.448000', '145830.451000', '145830.454000', '145830.457000', '145830.459000', '145830.462000', '145830.466000', '145830.469000', '145830.471000', '145830.474000', '145830.477000', '145830.480000'], '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': [14386, 14651, 10681, 19137, 15751, 14672, 18437, 14341, 19159, 14026, 15091, 12406, 11560, 13734, 11071, 18282, 11602, 17102, 9924, 13527, 9959, 11244, 9622, 10081, 9482, 10641, 9311, 10606, 9423, 10172, 12111, 9513, 13484, 9741, 12331, 10029, 12561, 11984, 13051, 10791, 12143, 9793, 10848, 9858, 10670, 9312, 10467, 9397, 10279, 9830, 10666, 13799, 10326, 15814, 10004, 14534, 9995, 14901, 9833, 14913, 10778, 15216, 9658, 14075, 9768, 12835, 9936, 12390, 10409, 11772, 9859, 11438, 10289, 11061, 10657, 12546, 9862, 12911, 10039, 11982, 9979, 12788, 10860, 11174, 9726, 9934, 9949, 9924, 9257, 10888, 11423, 10562, 13446, 10523, 16029, 10428, 17069, 12271, 17478, 12005, 16148, 11130, 15701, 10263, 15241, 10359, 15683, 9814, 13218, 9976, 11663, 9933, 10582, 9794, 11120, 9807, 11408, 9852, 11252, 9623, 11990, 9697, 13415, 9832, 12887, 10149, 12649, 10080, 13303, 10377, 14514, 9933, 13562, 10363, 12362, 10231, 12252, 9789, 12826, 9865, 12314, 9633, 12021, 10692, 13351, 11327, 14285, 10011, 11741, 9896, 11648, 10210, 11562, 9798, 10879, 9976, 10070, 9931, 10168, 10043, 9903, 9188, 10081, 9026, 10172, 9062, 10030, 10400, 9814, 13698, 9841, 13334, 10476, 13197, 10050, 14116, 10701, 15508, 10046, 13004, 10432, 13006, 10460, 15116, 11000, 15901, 10106, 14870, 10443, 14610, 9780, 14262, 9732, 14502, 10167, 12383, 10269, 11753, 10270, 13054, 10340, 11345, 10120, 11865, 10789, 14860, 12135, 17058, 12998, 13843, 10675, 15422, 11736, 17069, 12912, 15173, 11319, 10170, 8913, 10213, 8543, 10148, 9934, 9675, 10258, 10856, 10422, 10879, 11897, 10136, 16252, 11251, 16909, 10570, 14508, 12019, 15467, 13303, 15355, 11814, 14047, 10512, 13286, 10722, 12946, 11334, 9789, 9746, 10402, 9192, 10475, 9414, 10498, 9742, 10540, 9850, 9851, 11974, 9535, 14516, 10242, 15792, 9896, 14084, 11085, 14834, 12210, 17948, 13575, 17238, 11958, 10520, 9184, 9905, 9389, 11768, 9866, 16547, 12653, 15803, 13808, 16178, 12143, 14987, 12659, 15937, 13630, 16728, 13790, 16945, 12867, 16181, 12132, 13407, 11730, 9954, 10238, 9567, 12676, 9737, 12134, 10021, 10079, 12109, 10169, 13520, 10667, 13046, 11605, 11289, 10281, 9195, 10247, 9475, 10342, 9523, 10421, 9174, 10481, 8559, 10355, 8891, 10493, 9305, 11064, 9389, 10176, 9423, 10287, 10784, 11318, 11892, 10268, 9967, 10354, 9551, 10296, 10127, 10595, 9926, 10926, 9363, 10264, 9806, 10307, 11002, 10804, 11961, 10415, 10339, 10798, 10726, 10560, 11740, 9754, 12136, 10618, 10315, 10602, 10147, 10285, 10305, 10262, 11877, 9894, 11515, 9872, 11685, 10469, 13212, 11782, 11946, 10245, 10110, 9491, 9886, 8850, 10732, 10811, 10507, 11831, 10867, 12687, 10355, 15597, 11999, 16012, 11806, 14776, 11592, 14097, 11663, 14396, 12632, 13465, 10725, 11585, 10030, 10735, 9660, 11492, 10106, 10036, 9766, 9977, 9637, 11870, 9762, 13805, 11827, 10663, 10292, 12838, 11177, 16799, 12843, 17694, 13728, 11961, 9356, 9869, 9433, 12357, 9789, 13531, 10154, 13275, 10801, 10065, 10127, 9714, 10128, 10381, 9720, 10340, 8824, 10832, 9096, 11048, 9760, 10195, 12150, 10914, 14212, 10640, 12227, 10632, 12657, 10428, 13980, 10362, 15279, 10112, 14077, 9599, 14435, 9666, 15450, 10389, 14479, 9995, 12959, 9884, 12386, 11018, 14100, 10014, 11431, 9942, 11346, 10178, 11362, 10267, 10903, 10231, 11184, 10104, 13448, 11103, 14450, 12007, 14195, 10242, 12620, 10023, 11941, 10220, 11696, 10053, 9562, 10075, 10139, 10461, 10663, 9602, 11128, 10169, 10698, 9872, 10616, 11863, 16367, 13648, 13660, 11020, 10630, 8948, 10241, 9588, 9990, 11115, 10912, 10135, 10033, 9967, 10218, 11186, 10322, 12888, 11083, 12435, 10801, 13716, 10378, 15882, 10638, 14494, 10777, 11113, 10675, 10066, 10577, 11348, 10580, 9549, 10769, 9280, 10412, 9260, 10465, 9618, 10637, 9305, 10681, 9700, 10577, 9944, 10668, 11967, 10554, 11271, 10800, 11661, 12854, 12415, 12078, 10832, 10741, 9110, 10320, 9025, 10022, 9615, 10293, 9571, 10108, 9690, 10834, 10377, 10524, 12215, 10662, 13925, 10704, 14316, 10457, 15538, 10959, 15928, 10017, 14145, 9908, 13584, 10183, 12826, 10847, 11470, 9825, 10208, 10146, 9563, 9450, 10649, 8954, 11068, 9738, 10039, 11014, 10311, 15156, 10492, 10647, 8840, 11083, 9735, 10702, 11562, 10649, 13356, 10672, 16437, 12014, 16202, 11544, 16730, 13119, 18330, 14348, 17261, 14702, 13640, 10784, 11883, 9490, 11840, 10071, 13171, 14214, 10272, 11298, 10748, 9861, 10262, 11391, 10090, 14146, 10019, 12474, 10270, 12661, 9779, 13931, 9892, 13361, 10036, 12396, 10256, 12085, 10212, 11056, 10228, 10655, 9732, 10420, 9700, 12289, 10591, 11091, 9669, 10337, 9791, 10797, 9250, 10715, 9061, 9893, 9014, 11401, 9169, 10425, 10693, 10193, 11513, 9947, 10848, 9583, 11712, 10311, 14002, 12890, 10504, 14793, 10349, 14414, 9956, 16093, 10933, 17862, 13624, 16700, 14379, 9881, 10215, 9946, 11530, 9988, 9278, 12343, 9331, 17671, 11724, 18550, 14531, 18793, 14905, 18431, 13869, 13550, 10034, 10378, 11710, 10047, 14933, 10753, 16818, 11465, 16625, 11276, 16048, 11201, 16004, 12220, 16130, 12963, 17476, 10742, 15443, 10529, 13136, 10244, 13075, 10311, 10036, 10116, 10198, 9412, 10489, 9246, 10160, 9373, 9783, 9403, 9959, 11279, 9721, 12771, 9817, 13781, 9851, 14010, 9645, 14359, 10003, 13669, 9809, 11577, 9796, 9562, 9666, 10056, 10126, 11638, 9585, 10507, 9801, 10933, 9713, 9602, 8733, 9807, 9512, 9741, 10797, 9907, 13050, 9987, 13982, 11763, 16357, 13378, 17452, 15129, 17870, 14336, 17138, 13092, 15306, 11885, 14971, 11295, 10197, 10457, 10084, 12816, 10248, 15300, 10696, 15206, 11337, 15109, 10320, 14009, 10281, 13318, 9875, 12962, 9781, 12081, 9910, 11716, 9581, 11205, 9751, 12748, 10050, 11312, 9771, 10872, 9421, 11019, 9986, 9696, 9728, 8915, 9210, 8871, 8950, 9220, 11216, 10807, 11627, 10389, 10188, 10039, 10506, 9225, 10080, 10229, 9932, 12629, 9753, 14774, 10557, 17510, 12972, 16756, 13597, 16762, 14161, 17430, 15231, 18920, 13916, 17039, 13100, 16165, 12614, 15415, 11775, 10141, 9469, 9838, 9130, 12097, 12003, 13170, 12923, 9790, 10347, 10089, 10494, 9767, 12138, 9632, 13929, 9722, 13963, 9662, 14708, 9896, 15400, 11902, 14825, 11926, 14852, 10795, 13675, 10053, 13223, 10736, 10114, 10591, 9892, 9431, 8076, 14847, 9474, 13677, 9469, 9949, 11074, 10016, 16512, 10709, 16234, 11702, 14725, 10778, 13775, 9753, 10366, 10097, 10937, 9565, 10849, 9842, 10641, 9821, 10642, 10797, 10362, 10282, 10181, 10959, 10363, 10983, 10745, 11576, 10344, 11093, 10371, 10991, 10458, 12064, 10812, 12410, 10845, 12712, 10770, 12948, 10476, 12651, 10185, 12560, 10346, 12370, 10151, 14541, 12303, 14359, 10316, 12341, 9504, 13547, 9222, 13331, 11221, 10755, 14390, 11059, 13404, 9911, 12216, 9912, 11530, 10714, 11278, 10670, 11324, 14404, 10922, 17327, 13740, 17417, 15532, 18803, 14937, 18949, 14810, 17443, 13660, 15378, 13578, 14225, 10268, 12633, 9684, 12889, 9535, 14479, 11374, 14115, 9675, 13812, 9739, 13110, 9620, 13347, 10147, 10395, 9641, 9055, 9439, 9322, 9687, 9364, 9645, 9945, 9400, 9815, 9131, 10654, 9306, 10892, 10062, 10465, 9714, 10882, 11537, 11150, 12671, 10760, 14358, 11073, 13014, 10680, 12605, 10939, 14225, 10801, 12880, 10804, 11099, 10310, 12837, 10460, 14821, 10020, 15498, 10091, 15526, 10246, 15651, 10929, 16806, 11833, 15711, 10024, 13833, 9985, 12811, 10299, 14432, 9950, 12479, 9716, 9560, 9430, 9164, 8794, 10234, 8847, 10645, 9245, 10224, 9331, 15057, 12208, 11791, 10284, 10396, 9247, 10381, 10113, 10369, 15051, 10546, 14000, 10386, 13683, 9635, 14942, 10877, 16007, 10631, 14217, 10771, 13471, 10549, 14410, 11097, 13001, 9429, 15185, 9917, 15976, 10415, 15489, 10787, 10230, 9734, 9245, 9702, 10746, 9922, 10183, 9626, 9301, 9274, 9454, 9396, 12386, 10051, 12790, 9949, 13986, 9263, 15035, 9805, 14407, 10590, 9890, 9022, 10206, 9028, 9960, 9294, 10822, 12754, 10005, 11552, 10482, 11495, 9864, 11819, 11129, 13060, 9924, 9242, 9702, 9437, 9561, 9594, 10224, 9460, 9447, 9602, 9441, 10206, 9263, 12938, 9744, 12618, 10150, 11612, 9997, 12197, 10808, 15424, 10241, 13551, 10008, 12760, 12232, 12858, 12699, 9949, 11448, 10498, 12290, 8252, 11609, 11637, 11249, 9503, 10411, 15381, 13124, 18795, 14693, 17394, 13470, 17943, 14149, 17835, 14921, 12150, 12989, 9948, 9852, 10267, 9480, 10139, 11200, 10070, 9550, 9975, 9733, 9847, 10899, 9876, 12650, 9599, 12866, 9551, 11496, 9410, 11646, 9848, 9902, 9371, 10195, 9185, 10227, 9281, 10104, 13874, 9558, 15565, 9736, 12582, 9901, 12318, 10625, 15121, 11845, 11613, 10264, 13550, 11967, 14956, 11888, 14885, 12015, 10199, 9337, 9684, 9314, 10007, 9389, 10323, 9911, 10076, 9449, 9928, 9304, 9785, 10146, 10020, 13881, 10005, 10340, 10181, 9418, 10004, 9608, 10057, 10456, 10383, 9612, 10000, 9430, 9781, 10155, 9506, 12609, 9475, 12556, 9623, 12841, 9585, 14306, 9937, 15143, 9400, 12619, 9553, 11082, 9481, 10334, 9745, 11305, 9867, 10706, 9792, 11383, 9960, 12857, 11053, 16075, 11214, 15729, 11272, 15282, 10419, 14965, 11606, 16677], 'WindowCenter': [4697.0, 4670.0, 4632.0, 4676.0, 4653.0, 4642.0, 4667.0, 4638.0, 4652.0, 4632.0, 4622.0, 4609.0, 4609.0, 4629.0, 4608.0, 4639.0, 4606.0, 4637.0, 4586.0, 4614.0, 4600.0, 4605.0, 4596.0, 4595.0, 4601.0, 4611.0, 4590.0, 4608.0, 4604.0, 4613.0, 4621.0, 4604.0, 4624.0, 4597.0, 4617.0, 4610.0, 4627.0, 4624.0, 4633.0, 4608.0, 4620.0, 4599.0, 4606.0, 4610.0, 4611.0, 4605.0, 4614.0, 4595.0, 4606.0, 4608.0, 4624.0, 4630.0, 4608.0, 4654.0, 4602.0, 4632.0, 4602.0, 4641.0, 4612.0, 4638.0, 4608.0, 4640.0, 4602.0, 4632.0, 4604.0, 4627.0, 4611.0, 4631.0, 4622.0, 4633.0, 4621.0, 4632.0, 4624.0, 4637.0, 4638.0, 4635.0, 4615.0, 4639.0, 4616.0, 4630.0, 4625.0, 4642.0, 4632.0, 4634.0, 4611.0, 4610.0, 4610.0, 4627.0, 4612.0, 4625.0, 4634.0, 4624.0, 4641.0, 4619.0, 4649.0, 4621.0, 4659.0, 4632.0, 4651.0, 4621.0, 4636.0, 4612.0, 4638.0, 4606.0, 4642.0, 4608.0, 4642.0, 4598.0, 4621.0, 4602.0, 4615.0, 4607.0, 4606.0, 4614.0, 4619.0, 4610.0, 4616.0, 4614.0, 4623.0, 4614.0, 4616.0, 4602.0, 4632.0, 4613.0, 4633.0, 4611.0, 4630.0, 4608.0, 4632.0, 4611.0, 4641.0, 4612.0, 4630.0, 4613.0, 4627.0, 4613.0, 4630.0, 4615.0, 4632.0, 4616.0, 4634.0, 4615.0, 4632.0, 4621.0, 4632.0, 4620.0, 4639.0, 4615.0, 4624.0, 4614.0, 4634.0, 4623.0, 4633.0, 4612.0, 4626.0, 4615.0, 4616.0, 4626.0, 4629.0, 4627.0, 4625.0, 4612.0, 4625.0, 4615.0, 4622.0, 4613.0, 4624.0, 4629.0, 4622.0, 4652.0, 4625.0, 4644.0, 4620.0, 4646.0, 4625.0, 4656.0, 4623.0, 4654.0, 4627.0, 4641.0, 4626.0, 4646.0, 4626.0, 4650.0, 4625.0, 4651.0, 4610.0, 4645.0, 4622.0, 4645.0, 4614.0, 4639.0, 4611.0, 4639.0, 4614.0, 4629.0, 4622.0, 4633.0, 4628.0, 4645.0, 4628.0, 4634.0, 4626.0, 4634.0, 4622.0, 4653.0, 4637.0, 4662.0, 4640.0, 4640.0, 4618.0, 4640.0, 4630.0, 4654.0, 4629.0, 4636.0, 4622.0, 4609.0, 4603.0, 4615.0, 4605.0, 4627.0, 4622.0, 4623.0, 4622.0, 4637.0, 4620.0, 4639.0, 4643.0, 4629.0, 4667.0, 4633.0, 4663.0, 4627.0, 4643.0, 4643.0, 4650.0, 4646.0, 4656.0, 4651.0, 4643.0, 4621.0, 4641.0, 4623.0, 4631.0, 4619.0, 4614.0, 4602.0, 4609.0, 4600.0, 4623.0, 4605.0, 4623.0, 4611.0, 4625.0, 4616.0, 4626.0, 4631.0, 4617.0, 4641.0, 4616.0, 4654.0, 4611.0, 4640.0, 4626.0, 4640.0, 4645.0, 4666.0, 4632.0, 4644.0, 4621.0, 4604.0, 4608.0, 4609.0, 4609.0, 4629.0, 4615.0, 4665.0, 4646.0, 4651.0, 4647.0, 4648.0, 4622.0, 4638.0, 4631.0, 4642.0, 4627.0, 4653.0, 4632.0, 4637.0, 4633.0, 4637.0, 4616.0, 4635.0, 4611.0, 4594.0, 4594.0, 4600.0, 4622.0, 4616.0, 4621.0, 4600.0, 4600.0, 4605.0, 4598.0, 4620.0, 4599.0, 4618.0, 4609.0, 4596.0, 4584.0, 4574.0, 4587.0, 4586.0, 4595.0, 4586.0, 4599.0, 4588.0, 4599.0, 4589.0, 4601.0, 4593.0, 4613.0, 4603.0, 4622.0, 4605.0, 4613.0, 4603.0, 4612.0, 4609.0, 4620.0, 4623.0, 4610.0, 4602.0, 4600.0, 4600.0, 4611.0, 4611.0, 4611.0, 4600.0, 4610.0, 4603.0, 4607.0, 4612.0, 4609.0, 4618.0, 4624.0, 4628.0, 4612.0, 4612.0, 4622.0, 4612.0, 4615.0, 4619.0, 4612.0, 4631.0, 4619.0, 4614.0, 4627.0, 4626.0, 4627.0, 4624.0, 4629.0, 4636.0, 4627.0, 4637.0, 4623.0, 4633.0, 4637.0, 4657.0, 4647.0, 4649.0, 4626.0, 4622.0, 4616.0, 4631.0, 4612.0, 4635.0, 4636.0, 4624.0, 4637.0, 4634.0, 4643.0, 4623.0, 4669.0, 4633.0, 4664.0, 4638.0, 4639.0, 4637.0, 4640.0, 4629.0, 4650.0, 4630.0, 4644.0, 4622.0, 4624.0, 4613.0, 4623.0, 4618.0, 4631.0, 4624.0, 4614.0, 4613.0, 4612.0, 4613.0, 4634.0, 4624.0, 4642.0, 4632.0, 4619.0, 4610.0, 4633.0, 4627.0, 4661.0, 4646.0, 4676.0, 4643.0, 4628.0, 4605.0, 4609.0, 4600.0, 4627.0, 4609.0, 4642.0, 4612.0, 4632.0, 4621.0, 4614.0, 4607.0, 4611.0, 4614.0, 4627.0, 4618.0, 4625.0, 4615.0, 4622.0, 4615.0, 4635.0, 4615.0, 4629.0, 4636.0, 4621.0, 4654.0, 4625.0, 4630.0, 4619.0, 4635.0, 4622.0, 4638.0, 4613.0, 4649.0, 4612.0, 4644.0, 4609.0, 4638.0, 4598.0, 4641.0, 4611.0, 4642.0, 4613.0, 4632.0, 4613.0, 4634.0, 4624.0, 4641.0, 4609.0, 4624.0, 4609.0, 4619.0, 4615.0, 4619.0, 4610.0, 4619.0, 4610.0, 4621.0, 4615.0, 4644.0, 4626.0, 4645.0, 4636.0, 4644.0, 4614.0, 4634.0, 4612.0, 4635.0, 4624.0, 4633.0, 4610.0, 4615.0, 4615.0, 4622.0, 4637.0, 4638.0, 4628.0, 4633.0, 4622.0, 4622.0, 4626.0, 4622.0, 4643.0, 4664.0, 4647.0, 4645.0, 4626.0, 4619.0, 4603.0, 4621.0, 4612.0, 4615.0, 4634.0, 4624.0, 4625.0, 4616.0, 4610.0, 4623.0, 4637.0, 4624.0, 4643.0, 4622.0, 4637.0, 4620.0, 4641.0, 4611.0, 4648.0, 4610.0, 4639.0, 4610.0, 4610.0, 4611.0, 4596.0, 4612.0, 4623.0, 4606.0, 4597.0, 4620.0, 4601.0, 4614.0, 4597.0, 4608.0, 4600.0, 4612.0, 4605.0, 4619.0, 4615.0, 4627.0, 4612.0, 4625.0, 4631.0, 4625.0, 4620.0, 4623.0, 4635.0, 4633.0, 4635.0, 4632.0, 4614.0, 4609.0, 4600.0, 4612.0, 4601.0, 4617.0, 4609.0, 4627.0, 4612.0, 4624.0, 4612.0, 4638.0, 4625.0, 4633.0, 4643.0, 4637.0, 4653.0, 4628.0, 4655.0, 4622.0, 4651.0, 4623.0, 4666.0, 4611.0, 4639.0, 4610.0, 4642.0, 4629.0, 4642.0, 4639.0, 4637.0, 4613.0, 4622.0, 4625.0, 4629.0, 4616.0, 4626.0, 4612.0, 4631.0, 4617.0, 4625.0, 4651.0, 4636.0, 4682.0, 4635.0, 4638.0, 4615.0, 4634.0, 4621.0, 4639.0, 4635.0, 4636.0, 4655.0, 4636.0, 4665.0, 4644.0, 4664.0, 4637.0, 4663.0, 4640.0, 4661.0, 4652.0, 4660.0, 4652.0, 4637.0, 4608.0, 4618.0, 4596.0, 4619.0, 4604.0, 4625.0, 4633.0, 4596.0, 4610.0, 4605.0, 4597.0, 4613.0, 4616.0, 4611.0, 4630.0, 4603.0, 4621.0, 4600.0, 4618.0, 4607.0, 4631.0, 4601.0, 4631.0, 4607.0, 4622.0, 4607.0, 4635.0, 4615.0, 4623.0, 4615.0, 4612.0, 4609.0, 4626.0, 4616.0, 4634.0, 4625.0, 4621.0, 4613.0, 4610.0, 4613.0, 4619.0, 4608.0, 4624.0, 4618.0, 4628.0, 4619.0, 4632.0, 4613.0, 4638.0, 4637.0, 4628.0, 4638.0, 4628.0, 4623.0, 4616.0, 4634.0, 4629.0, 4658.0, 4641.0, 4625.0, 4643.0, 4609.0, 4638.0, 4609.0, 4655.0, 4622.0, 4675.0, 4645.0, 4646.0, 4629.0, 4595.0, 4609.0, 4614.0, 4623.0, 4602.0, 4600.0, 4646.0, 4615.0, 4665.0, 4635.0, 4661.0, 4643.0, 4647.0, 4643.0, 4643.0, 4612.0, 4616.0, 4584.0, 4588.0, 4596.0, 4580.0, 4617.0, 4596.0, 4620.0, 4595.0, 4625.0, 4585.0, 4614.0, 4584.0, 4613.0, 4606.0, 4612.0, 4603.0, 4624.0, 4585.0, 4613.0, 4583.0, 4603.0, 4582.0, 4603.0, 4581.0, 4584.0, 4586.0, 4597.0, 4586.0, 4596.0, 4583.0, 4600.0, 4596.0, 4599.0, 4592.0, 4599.0, 4612.0, 4598.0, 4633.0, 4612.0, 4632.0, 4601.0, 4629.0, 4597.0, 4623.0, 4600.0, 4628.0, 4601.0, 4620.0, 4614.0, 4616.0, 4615.0, 4611.0, 4626.0, 4622.0, 4625.0, 4626.0, 4621.0, 4646.0, 4628.0, 4621.0, 4618.0, 4622.0, 4620.0, 4629.0, 4633.0, 4626.0, 4653.0, 4621.0, 4651.0, 4630.0, 4660.0, 4641.0, 4661.0, 4654.0, 4661.0, 4654.0, 4662.0, 4635.0, 4650.0, 4633.0, 4651.0, 4626.0, 4609.0, 4610.0, 4609.0, 4629.0, 4611.0, 4655.0, 4611.0, 4649.0, 4621.0, 4637.0, 4612.0, 4630.0, 4604.0, 4625.0, 4607.0, 4627.0, 4608.0, 4616.0, 4610.0, 4617.0, 4612.0, 4620.0, 4609.0, 4640.0, 4624.0, 4634.0, 4625.0, 4636.0, 4637.0, 4650.0, 4636.0, 4622.0, 4623.0, 4627.0, 4627.0, 4625.0, 4631.0, 4626.0, 4646.0, 4645.0, 4647.0, 4639.0, 4650.0, 4653.0, 4649.0, 4637.0, 4636.0, 4637.0, 4640.0, 4654.0, 4640.0, 4665.0, 4634.0, 4675.0, 4652.0, 4667.0, 4640.0, 4660.0, 4650.0, 4666.0, 4651.0, 4657.0, 4637.0, 4647.0, 4641.0, 4648.0, 4632.0, 4649.0, 4631.0, 4607.0, 4611.0, 4614.0, 4603.0, 4635.0, 4631.0, 4628.0, 4633.0, 4611.0, 4609.0, 4609.0, 4614.0, 4612.0, 4633.0, 4612.0, 4643.0, 4612.0, 4640.0, 4613.0, 4654.0, 4626.0, 4664.0, 4633.0, 4651.0, 4635.0, 4643.0, 4623.0, 4641.0, 4609.0, 4644.0, 4623.0, 4614.0, 4621.0, 4615.0, 4613.0, 4610.0, 4652.0, 4616.0, 4657.0, 4628.0, 4627.0, 4632.0, 4633.0, 4664.0, 4626.0, 4663.0, 4630.0, 4655.0, 4633.0, 4656.0, 4617.0, 4622.0, 4618.0, 4619.0, 4611.0, 4625.0, 4612.0, 4638.0, 4625.0, 4624.0, 4624.0, 4623.0, 4627.0, 4624.0, 4632.0, 4635.0, 4635.0, 4635.0, 4631.0, 4628.0, 4634.0, 4628.0, 4633.0, 4633.0, 4641.0, 4633.0, 4645.0, 4632.0, 4643.0, 4634.0, 4653.0, 4636.0, 4657.0, 4635.0, 4652.0, 4638.0, 4655.0, 4635.0, 4666.0, 4655.0, 4664.0, 4636.0, 4643.0, 4629.0, 4651.0, 4626.0, 4669.0, 4650.0, 4635.0, 4664.0, 4643.0, 4651.0, 4635.0, 4647.0, 4635.0, 4645.0, 4634.0, 4644.0, 4634.0, 4639.0, 4651.0, 4631.0, 4671.0, 4652.0, 4667.0, 4655.0, 4663.0, 4655.0, 4656.0, 4644.0, 4652.0, 4640.0, 4651.0, 4639.0, 4636.0, 4609.0, 4624.0, 4603.0, 4629.0, 4612.0, 4642.0, 4622.0, 4642.0, 4602.0, 4642.0, 4595.0, 4641.0, 4610.0, 4636.0, 4609.0, 4612.0, 4614.0, 4602.0, 4616.0, 4611.0, 4613.0, 4610.0, 4614.0, 4624.0, 4615.0, 4625.0, 4612.0, 4632.0, 4617.0, 4636.0, 4628.0, 4635.0, 4612.0, 4636.0, 4633.0, 4633.0, 4641.0, 4632.0, 4654.0, 4629.0, 4644.0, 4624.0, 4630.0, 4624.0, 4644.0, 4618.0, 4645.0, 4633.0, 4634.0, 4623.0, 4640.0, 4636.0, 4650.0, 4627.0, 4648.0, 4624.0, 4651.0, 4622.0, 4654.0, 4618.0, 4661.0, 4630.0, 4649.0, 4615.0, 4638.0, 4611.0, 4629.0, 4621.0, 4654.0, 4615.0, 4631.0, 4613.0, 4610.0, 4614.0, 4623.0, 4618.0, 4623.0, 4615.0, 4637.0, 4614.0, 4622.0, 4630.0, 4665.0, 4643.0, 4630.0, 4627.0, 4625.0, 4614.0, 4622.0, 4626.0, 4626.0, 4648.0, 4625.0, 4637.0, 4624.0, 4642.0, 4624.0, 4652.0, 4625.0, 4648.0, 4623.0, 4639.0, 4625.0, 4643.0, 4626.0, 4643.0, 4624.0, 4634.0, 4600.0, 4643.0, 4610.0, 4647.0, 4613.0, 4642.0, 4622.0, 4609.0, 4608.0, 4604.0, 4609.0, 4620.0, 4609.0, 4623.0, 4608.0, 4614.0, 4611.0, 4615.0, 4611.0, 4645.0, 4613.0, 4639.0, 4611.0, 4637.0, 4602.0, 4655.0, 4615.0, 4637.0, 4622.0, 4612.0, 4603.0, 4621.0, 4601.0, 4622.0, 4616.0, 4633.0, 4642.0, 4624.0, 4630.0, 4624.0, 4634.0, 4624.0, 4634.0, 4625.0, 4639.0, 4614.0, 4615.0, 4607.0, 4616.0, 4614.0, 4613.0, 4619.0, 4615.0, 4621.0, 4615.0, 4625.0, 4623.0, 4625.0, 4647.0, 4623.0, 4645.0, 4634.0, 4644.0, 4637.0, 4645.0, 4633.0, 4665.0, 4633.0, 4654.0, 4622.0, 4666.0, 4659.0, 4658.0, 4643.0, 4627.0, 4646.0, 4636.0, 4647.0, 4616.0, 4651.0, 4644.0, 4649.0, 4639.0, 4634.0, 4675.0, 4653.0, 4679.0, 4658.0, 4662.0, 4638.0, 4661.0, 4644.0, 4646.0, 4644.0, 4622.0, 4617.0, 4597.0, 4584.0, 4599.0, 4599.0, 4598.0, 4610.0, 4598.0, 4586.0, 4599.0, 4599.0, 4611.0, 4606.0, 4611.0, 4629.0, 4602.0, 4629.0, 4604.0, 4619.0, 4613.0, 4624.0, 4616.0, 4612.0, 4602.0, 4623.0, 4613.0, 4638.0, 4615.0, 4624.0, 4643.0, 4615.0, 4649.0, 4613.0, 4639.0, 4623.0, 4641.0, 4634.0, 4652.0, 4629.0, 4632.0, 4614.0, 4637.0, 4623.0, 4640.0, 4616.0, 4639.0, 4620.0, 4606.0, 4598.0, 4601.0, 4600.0, 4610.0, 4596.0, 4607.0, 4613.0, 4613.0, 4613.0, 4611.0, 4601.0, 4612.0, 4613.0, 4612.0, 4644.0, 4606.0, 4613.0, 4610.0, 4599.0, 4609.0, 4611.0, 4615.0, 4622.0, 4614.0, 4611.0, 4612.0, 4613.0, 4621.0, 4622.0, 4627.0, 4647.0, 4623.0, 4646.0, 4625.0, 4640.0, 4624.0, 4655.0, 4609.0, 4654.0, 4615.0, 4639.0, 4614.0, 4630.0, 4627.0, 4633.0, 4621.0, 4630.0, 4627.0, 4629.0, 4631.0, 4643.0, 4638.0, 4655.0, 4645.0, 4661.0, 4634.0, 4662.0, 4632.0, 4660.0, 4633.0, 4665.0, 4647.0, 4665.0], 'WindowWidth': [10273.0, 10223.0, 10166.0, 10221.0, 10185.0, 10164.0, 10205.0, 10154.0, 10175.0, 10143.0, 10123.0, 10109.0, 10111.0, 10141.0, 10109.0, 10153.0, 10102.0, 10144.0, 10077.0, 10112.0, 10102.0, 10105.0, 10093.0, 10090.0, 10101.0, 10116.0, 10089.0, 10112.0, 10114.0, 10125.0, 10132.0, 10111.0, 10131.0, 10097.0, 10122.0, 10118.0, 10139.0, 10140.0, 10150.0, 10112.0, 10128.0, 10099.0, 10110.0, 10120.0, 10119.0, 10117.0, 10123.0, 10094.0, 10109.0, 10114.0, 10142.0, 10145.0, 10115.0, 10179.0, 10107.0, 10146.0, 10106.0, 10159.0, 10124.0, 10155.0, 10114.0, 10157.0, 10108.0, 10145.0, 10111.0, 10138.0, 10123.0, 10148.0, 10139.0, 10153.0, 10138.0, 10152.0, 10145.0, 10166.0, 10166.0, 10159.0, 10132.0, 10159.0, 10134.0, 10148.0, 10147.0, 10170.0, 10156.0, 10156.0, 10123.0, 10121.0, 10121.0, 10151.0, 10127.0, 10144.0, 10159.0, 10142.0, 10162.0, 10131.0, 10172.0, 10135.0, 10187.0, 10151.0, 10176.0, 10133.0, 10150.0, 10120.0, 10151.0, 10110.0, 10160.0, 10112.0, 10159.0, 10099.0, 10129.0, 10106.0, 10119.0, 10111.0, 10110.0, 10125.0, 10129.0, 10119.0, 10123.0, 10127.0, 10138.0, 10129.0, 10124.0, 10110.0, 10150.0, 10124.0, 10148.0, 10121.0, 10144.0, 10115.0, 10150.0, 10120.0, 10160.0, 10121.0, 10144.0, 10123.0, 10138.0, 10126.0, 10146.0, 10130.0, 10149.0, 10132.0, 10154.0, 10131.0, 10151.0, 10137.0, 10149.0, 10135.0, 10158.0, 10130.0, 10141.0, 10129.0, 10157.0, 10140.0, 10153.0, 10125.0, 10146.0, 10131.0, 10133.0, 10149.0, 10156.0, 10152.0, 10147.0, 10128.0, 10146.0, 10132.0, 10140.0, 10130.0, 10147.0, 10156.0, 10143.0, 10183.0, 10146.0, 10171.0, 10137.0, 10177.0, 10149.0, 10190.0, 10144.0, 10185.0, 10152.0, 10165.0, 10149.0, 10176.0, 10149.0, 10178.0, 10147.0, 10178.0, 10121.0, 10169.0, 10138.0, 10170.0, 10131.0, 10159.0, 10123.0, 10159.0, 10129.0, 10145.0, 10138.0, 10156.0, 10152.0, 10172.0, 10154.0, 10157.0, 10148.0, 10156.0, 10141.0, 10186.0, 10163.0, 10193.0, 10162.0, 10159.0, 10128.0, 10160.0, 10147.0, 10182.0, 10144.0, 10151.0, 10135.0, 10114.0, 10109.0, 10129.0, 10119.0, 10150.0, 10141.0, 10143.0, 10142.0, 10163.0, 10137.0, 10170.0, 10171.0, 10156.0, 10204.0, 10156.0, 10194.0, 10148.0, 10169.0, 10171.0, 10177.0, 10175.0, 10190.0, 10188.0, 10167.0, 10135.0, 10167.0, 10142.0, 10149.0, 10133.0, 10125.0, 10108.0, 10115.0, 10105.0, 10139.0, 10117.0, 10138.0, 10124.0, 10143.0, 10132.0, 10149.0, 10152.0, 10136.0, 10164.0, 10133.0, 10181.0, 10121.0, 10159.0, 10146.0, 10160.0, 10177.0, 10203.0, 10150.0, 10157.0, 10128.0, 10106.0, 10119.0, 10117.0, 10118.0, 10145.0, 10131.0, 10200.0, 10173.0, 10180.0, 10175.0, 10169.0, 10134.0, 10153.0, 10145.0, 10163.0, 10138.0, 10176.0, 10147.0, 10149.0, 10149.0, 10149.0, 10121.0, 10153.0, 10116.0, 10087.0, 10088.0, 10100.0, 10132.0, 10134.0, 10131.0, 10101.0, 10098.0, 10102.0, 10092.0, 10125.0, 10092.0, 10119.0, 10108.0, 10088.0, 10070.0, 10056.0, 10076.0, 10074.0, 10086.0, 10078.0, 10095.0, 10082.0, 10097.0, 10084.0, 10103.0, 10096.0, 10124.0, 10111.0, 10133.0, 10113.0, 10121.0, 10110.0, 10120.0, 10117.0, 10133.0, 10136.0, 10116.0, 10106.0, 10100.0, 10103.0, 10119.0, 10119.0, 10118.0, 10105.0, 10117.0, 10110.0, 10112.0, 10122.0, 10116.0, 10129.0, 10139.0, 10141.0, 10122.0, 10121.0, 10136.0, 10122.0, 10129.0, 10130.0, 10124.0, 10149.0, 10132.0, 10127.0, 10147.0, 10147.0, 10151.0, 10144.0, 10155.0, 10161.0, 10151.0, 10163.0, 10142.0, 10157.0, 10168.0, 10199.0, 10181.0, 10184.0, 10148.0, 10139.0, 10134.0, 10160.0, 10131.0, 10161.0, 10163.0, 10144.0, 10163.0, 10158.0, 10170.0, 10146.0, 10210.0, 10158.0, 10200.0, 10165.0, 10160.0, 10161.0, 10162.0, 10147.0, 10178.0, 10149.0, 10169.0, 10138.0, 10139.0, 10125.0, 10139.0, 10140.0, 10152.0, 10145.0, 10129.0, 10128.0, 10125.0, 10127.0, 10159.0, 10146.0, 10166.0, 10154.0, 10132.0, 10121.0, 10153.0, 10147.0, 10192.0, 10177.0, 10217.0, 10168.0, 10142.0, 10115.0, 10116.0, 10106.0, 10138.0, 10117.0, 10164.0, 10123.0, 10151.0, 10137.0, 10125.0, 10114.0, 10120.0, 10128.0, 10149.0, 10138.0, 10144.0, 10134.0, 10139.0, 10132.0, 10157.0, 10133.0, 10156.0, 10161.0, 10136.0, 10185.0, 10141.0, 10147.0, 10129.0, 10157.0, 10139.0, 10156.0, 10125.0, 10172.0, 10123.0, 10166.0, 10117.0, 10157.0, 10102.0, 10161.0, 10122.0, 10162.0, 10125.0, 10149.0, 10127.0, 10152.0, 10141.0, 10161.0, 10117.0, 10139.0, 10117.0, 10133.0, 10129.0, 10131.0, 10123.0, 10130.0, 10120.0, 10136.0, 10131.0, 10171.0, 10146.0, 10170.0, 10158.0, 10166.0, 10127.0, 10153.0, 10124.0, 10159.0, 10142.0, 10151.0, 10123.0, 10131.0, 10132.0, 10140.0, 10166.0, 10168.0, 10154.0, 10158.0, 10144.0, 10142.0, 10149.0, 10139.0, 10171.0, 10198.0, 10175.0, 10170.0, 10146.0, 10130.0, 10112.0, 10137.0, 10126.0, 10131.0, 10157.0, 10143.0, 10145.0, 10135.0, 10123.0, 10145.0, 10165.0, 10146.0, 10170.0, 10138.0, 10161.0, 10135.0, 10166.0, 10123.0, 10171.0, 10119.0, 10158.0, 10118.0, 10118.0, 10119.0, 10098.0, 10122.0, 10138.0, 10108.0, 10099.0, 10129.0, 10106.0, 10126.0, 10101.0, 10116.0, 10105.0, 10123.0, 10116.0, 10132.0, 10131.0, 10150.0, 10127.0, 10144.0, 10151.0, 10145.0, 10135.0, 10139.0, 10158.0, 10153.0, 10157.0, 10149.0, 10126.0, 10115.0, 10105.0, 10121.0, 10111.0, 10136.0, 10120.0, 10150.0, 10126.0, 10144.0, 10129.0, 10167.0, 10150.0, 10160.0, 10172.0, 10167.0, 10184.0, 10152.0, 10186.0, 10142.0, 10179.0, 10142.0, 10202.0, 10124.0, 10160.0, 10122.0, 10169.0, 10154.0, 10166.0, 10168.0, 10162.0, 10128.0, 10138.0, 10147.0, 10156.0, 10137.0, 10149.0, 10129.0, 10151.0, 10136.0, 10150.0, 10193.0, 10170.0, 10235.0, 10162.0, 10168.0, 10136.0, 10160.0, 10141.0, 10168.0, 10162.0, 10167.0, 10195.0, 10166.0, 10203.0, 10173.0, 10198.0, 10161.0, 10195.0, 10162.0, 10193.0, 10180.0, 10188.0, 10179.0, 10153.0, 10113.0, 10125.0, 10095.0, 10128.0, 10112.0, 10132.0, 10150.0, 10093.0, 10115.0, 10105.0, 10097.0, 10122.0, 10122.0, 10118.0, 10144.0, 10107.0, 10130.0, 10101.0, 10127.0, 10112.0, 10144.0, 10105.0, 10146.0, 10112.0, 10133.0, 10112.0, 10155.0, 10131.0, 10139.0, 10131.0, 10123.0, 10118.0, 10144.0, 10135.0, 10155.0, 10144.0, 10134.0, 10124.0, 10117.0, 10123.0, 10131.0, 10118.0, 10142.0, 10140.0, 10157.0, 10141.0, 10152.0, 10128.0, 10169.0, 10168.0, 10155.0, 10169.0, 10153.0, 10141.0, 10134.0, 10157.0, 10155.0, 10192.0, 10164.0, 10142.0, 10165.0, 10116.0, 10154.0, 10116.0, 10185.0, 10140.0, 10215.0, 10169.0, 10163.0, 10138.0, 10093.0, 10113.0, 10126.0, 10137.0, 10106.0, 10105.0, 10175.0, 10133.0, 10200.0, 10158.0, 10189.0, 10161.0, 10167.0, 10162.0, 10155.0, 10111.0, 10114.0, 10071.0, 10077.0, 10086.0, 10062.0, 10116.0, 10087.0, 10117.0, 10085.0, 10123.0, 10069.0, 10107.0, 10067.0, 10106.0, 10101.0, 10105.0, 10095.0, 10120.0, 10068.0, 10104.0, 10065.0, 10092.0, 10066.0, 10093.0, 10063.0, 10067.0, 10073.0, 10089.0, 10075.0, 10090.0, 10074.0, 10100.0, 10093.0, 10101.0, 10092.0, 10100.0, 10119.0, 10100.0, 10155.0, 10123.0, 10148.0, 10102.0, 10137.0, 10095.0, 10128.0, 10103.0, 10140.0, 10106.0, 10128.0, 10127.0, 10135.0, 10132.0, 10122.0, 10146.0, 10135.0, 10147.0, 10148.0, 10142.0, 10178.0, 10154.0, 10141.0, 10142.0, 10140.0, 10138.0, 10156.0, 10157.0, 10150.0, 10188.0, 10141.0, 10180.0, 10151.0, 10191.0, 10164.0, 10194.0, 10185.0, 10191.0, 10182.0, 10192.0, 10155.0, 10171.0, 10154.0, 10177.0, 10145.0, 10115.0, 10119.0, 10116.0, 10144.0, 10120.0, 10183.0, 10119.0, 10172.0, 10132.0, 10152.0, 10120.0, 10142.0, 10105.0, 10133.0, 10110.0, 10137.0, 10113.0, 10122.0, 10118.0, 10126.0, 10123.0, 10131.0, 10119.0, 10160.0, 10147.0, 10161.0, 10150.0, 10165.0, 10174.0, 10192.0, 10168.0, 10141.0, 10145.0, 10151.0, 10155.0, 10152.0, 10163.0, 10150.0, 10182.0, 10179.0, 10183.0, 10171.0, 10190.0, 10201.0, 10191.0, 10171.0, 10165.0, 10168.0, 10173.0, 10189.0, 10176.0, 10207.0, 10164.0, 10220.0, 10183.0, 10208.0, 10165.0, 10191.0, 10176.0, 10202.0, 10177.0, 10183.0, 10156.0, 10168.0, 10161.0, 10168.0, 10150.0, 10171.0, 10149.0, 10114.0, 10121.0, 10127.0, 10113.0, 10158.0, 10150.0, 10142.0, 10153.0, 10120.0, 10116.0, 10116.0, 10126.0, 10124.0, 10154.0, 10124.0, 10168.0, 10126.0, 10162.0, 10128.0, 10183.0, 10147.0, 10199.0, 10157.0, 10178.0, 10157.0, 10167.0, 10140.0, 10161.0, 10121.0, 10169.0, 10140.0, 10126.0, 10137.0, 10130.0, 10133.0, 10134.0, 10185.0, 10135.0, 10191.0, 10155.0, 10151.0, 10158.0, 10159.0, 10198.0, 10148.0, 10194.0, 10147.0, 10184.0, 10156.0, 10192.0, 10136.0, 10139.0, 10131.0, 10131.0, 10125.0, 10143.0, 10125.0, 10165.0, 10146.0, 10144.0, 10144.0, 10143.0, 10150.0, 10146.0, 10156.0, 10163.0, 10162.0, 10162.0, 10155.0, 10154.0, 10158.0, 10153.0, 10158.0, 10159.0, 10167.0, 10158.0, 10175.0, 10156.0, 10171.0, 10162.0, 10190.0, 10167.0, 10195.0, 10165.0, 10185.0, 10170.0, 10192.0, 10167.0, 10211.0, 10193.0, 10201.0, 10165.0, 10172.0, 10157.0, 10181.0, 10154.0, 10213.0, 10185.0, 10160.0, 10205.0, 10173.0, 10183.0, 10163.0, 10180.0, 10165.0, 10181.0, 10163.0, 10176.0, 10164.0, 10171.0, 10184.0, 10154.0, 10210.0, 10183.0, 10208.0, 10188.0, 10199.0, 10184.0, 10181.0, 10168.0, 10177.0, 10160.0, 10176.0, 10156.0, 10149.0, 10115.0, 10132.0, 10112.0, 10144.0, 10124.0, 10165.0, 10136.0, 10162.0, 10109.0, 10161.0, 10095.0, 10161.0, 10122.0, 10151.0, 10119.0, 10122.0, 10127.0, 10112.0, 10132.0, 10126.0, 10129.0, 10122.0, 10130.0, 10144.0, 10134.0, 10145.0, 10130.0, 10155.0, 10140.0, 10162.0, 10154.0, 10159.0, 10128.0, 10160.0, 10157.0, 10156.0, 10168.0, 10155.0, 10186.0, 10147.0, 10170.0, 10142.0, 10150.0, 10142.0, 10169.0, 10131.0, 10171.0, 10155.0, 10157.0, 10141.0, 10164.0, 10163.0, 10178.0, 10151.0, 10173.0, 10145.0, 10179.0, 10138.0, 10183.0, 10131.0, 10190.0, 10146.0, 10171.0, 10128.0, 10154.0, 10121.0, 10146.0, 10137.0, 10183.0, 10132.0, 10152.0, 10128.0, 10124.0, 10133.0, 10144.0, 10141.0, 10144.0, 10135.0, 10166.0, 10132.0, 10142.0, 10158.0, 10202.0, 10170.0, 10150.0, 10148.0, 10143.0, 10128.0, 10138.0, 10147.0, 10149.0, 10173.0, 10143.0, 10154.0, 10141.0, 10165.0, 10147.0, 10180.0, 10146.0, 10172.0, 10141.0, 10158.0, 10144.0, 10169.0, 10147.0, 10165.0, 10142.0, 10153.0, 10107.0, 10164.0, 10119.0, 10169.0, 10125.0, 10163.0, 10137.0, 10117.0, 10116.0, 10113.0, 10120.0, 10136.0, 10120.0, 10142.0, 10119.0, 10129.0, 10124.0, 10133.0, 10128.0, 10173.0, 10129.0, 10161.0, 10125.0, 10154.0, 10111.0, 10185.0, 10131.0, 10154.0, 10138.0, 10124.0, 10113.0, 10136.0, 10110.0, 10142.0, 10137.0, 10155.0, 10170.0, 10146.0, 10151.0, 10145.0, 10159.0, 10148.0, 10159.0, 10144.0, 10162.0, 10128.0, 10131.0, 10116.0, 10133.0, 10130.0, 10128.0, 10134.0, 10132.0, 10139.0, 10133.0, 10148.0, 10145.0, 10148.0, 10180.0, 10146.0, 10176.0, 10160.0, 10175.0, 10168.0, 10176.0, 10160.0, 10203.0, 10160.0, 10186.0, 10143.0, 10211.0, 10200.0, 10195.0, 10171.0, 10153.0, 10177.0, 10164.0, 10181.0, 10139.0, 10191.0, 10178.0, 10186.0, 10175.0, 10164.0, 10223.0, 10186.0, 10225.0, 10193.0, 10192.0, 10158.0, 10188.0, 10167.0, 10164.0, 10166.0, 10131.0, 10122.0, 10092.0, 10073.0, 10100.0, 10099.0, 10096.0, 10114.0, 10097.0, 10079.0, 10100.0, 10100.0, 10121.0, 10112.0, 10121.0, 10143.0, 10109.0, 10141.0, 10113.0, 10130.0, 10127.0, 10140.0, 10132.0, 10124.0, 10110.0, 10138.0, 10128.0, 10170.0, 10133.0, 10143.0, 10168.0, 10132.0, 10173.0, 10127.0, 10160.0, 10142.0, 10168.0, 10159.0, 10180.0, 10148.0, 10151.0, 10129.0, 10154.0, 10138.0, 10159.0, 10124.0, 10155.0, 10130.0, 10108.0, 10100.0, 10104.0, 10104.0, 10118.0, 10097.0, 10112.0, 10125.0, 10124.0, 10125.0, 10121.0, 10109.0, 10123.0, 10127.0, 10125.0, 10171.0, 10112.0, 10125.0, 10118.0, 10104.0, 10119.0, 10123.0, 10130.0, 10139.0, 10128.0, 10123.0, 10124.0, 10128.0, 10142.0, 10143.0, 10153.0, 10179.0, 10144.0, 10175.0, 10148.0, 10166.0, 10147.0, 10188.0, 10121.0, 10186.0, 10133.0, 10161.0, 10130.0, 10149.0, 10154.0, 10159.0, 10142.0, 10152.0, 10153.0, 10152.0, 10156.0, 10174.0, 10172.0, 10191.0, 10177.0, 10197.0, 10160.0, 10195.0, 10154.0, 10193.0, 10159.0, 10202.0, 10181.0, 10202.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.0007538996138996139</td></tr>
<tr><td colspan=3>aqi</td><td>0.023231008957528956</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.89615500795215</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2449946926429658</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9891930966460609</td></tr>
<tr><td colspan=3>efc</td><td>0.482</td></tr>
<tr><td colspan=3>fber</td><td>7130.4551</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09216891374266234</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.864864864864865</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2806508915721104</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.24138049201587</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5095018492597223</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0910703334407392</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130685</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013334745541214943</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04588865116238594</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1937048304782545</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>18.9929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7693</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.2578</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296238.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>916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.6924</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1512</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.681</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3836.946</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.3814</td></tr>
<tr><td colspan=3>tsnr</td><td>41.19801477261353</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>