<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-02/func/sub-0006_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>4bfb40582549f6ce40ee43b5dd9026bf</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>09:40:2.682500</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.999145, 0.0158279, 0.0381909, -0.00732421, 0.976964, -0.213279]</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.1092</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>[4150, -7689, -7255, 567, -49, 0, -10, 77]</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>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3dcd5f5e-1368-4c28-b02a-ad4803592408||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.680633306503296, -0.019650310277938843, 0.1098545491695404, 114.83248138427734], [-0.0424649715423584, 2.6211228370666504, -0.5746044516563416, -75.30205535888672], [0.10246337205171585, 0.5722106695175171, 2.6358606815338135, -71.75321960449219], [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': ['094002.682500', '094003.142500', '094003.602500', '094004.062500', '094004.522500', '094004.982500', '094005.442500', '094005.902500', '094006.362500', '094006.822500', '094007.282500', '094007.742500', '094008.202500', '094008.662500', '094009.122500', '094009.582500', '094010.042500', '094010.502500', '094010.962500', '094011.422500', '094011.882500', '094012.342500', '094012.802500', '094013.262500', '094013.722500', '094014.182500', '094014.642500', '094015.102500', '094015.562500', '094016.022500', '094016.482500', '094016.942500', '094017.402500', '094017.862500', '094018.322500', '094018.782500', '094019.242500', '094019.702500', '094020.162500', '094020.622500', '094021.082500', '094021.542500', '094022.002500', '094022.462500', '094022.922500', '094023.382500', '094023.842500', '094024.302500', '094024.762500', '094025.222500', '094025.682500', '094026.142500', '094026.602500', '094027.062500', '094027.522500', '094027.982500', '094028.442500', '094028.902500', '094029.362500', '094029.822500', '094030.282500', '094030.742500', '094031.202500', '094031.662500', '094032.122500', '094032.582500', '094033.042500', '094033.502500', '094033.962500', '094034.422500', '094034.882500', '094035.342500', '094035.802500', '094036.262500', '094036.722500', '094037.182500', '094037.642500', '094038.102500', '094038.562500', '094039.022500', '094039.482500', '094039.942500', '094040.402500', '094040.862500', '094041.322500', '094041.782500', '094042.242500', '094042.702500', '094043.162500', '094043.622500', '094044.082500', '094044.542500', '094045.002500', '094045.462500', '094045.922500', '094046.382500', '094046.842500', '094047.302500', '094047.762500', '094048.222500', '094048.682500', '094049.142500', '094049.602500', '094050.062500', '094050.522500', '094050.982500', '094051.442500', '094051.902500', '094052.362500', '094052.822500', '094053.282500', '094053.742500', '094054.202500', '094054.662500', '094055.122500', '094055.582500', '094056.042500', '094056.502500', '094056.962500', '094057.422500', '094057.882500', '094058.342500', '094058.802500', '094059.262500', '094059.722500', '094100.182500', '094100.642500', '094101.102500', '094101.562500', '094102.022500', '094102.482500', '094102.942500', '094103.402500', '094103.862500', '094104.322500', '094104.782500', '094105.242500', '094105.702500', '094106.162500', '094106.622500', '094107.082500', '094107.542500', '094108.002500', '094108.462500', '094108.922500', '094109.382500', '094109.842500', '094110.302500', '094110.762500', '094111.222500', '094111.682500', '094112.142500', '094112.602500', '094113.062500', '094113.522500', '094113.982500', '094114.442500', '094114.902500', '094115.362500', '094115.822500', '094116.282500', '094116.742500', '094117.202500', '094117.662500', '094118.122500', '094118.582500', '094119.042500', '094119.502500', '094119.962500', '094120.422500', '094120.882500', '094121.342500', '094121.802500', '094122.262500', '094122.722500', '094123.182500', '094123.642500', '094124.102500', '094124.562500', '094125.022500', '094125.482500', '094125.942500', '094126.402500', '094126.862500', '094127.322500', '094127.782500', '094128.242500', '094128.702500', '094129.162500', '094129.622500', '094130.082500', '094130.542500', '094131.002500', '094131.462500', '094131.922500', '094132.382500', '094132.842500', '094133.302500', '094133.762500', '094134.222500', '094134.682500', '094135.142500', '094135.602500', '094136.062500', '094136.522500', '094136.982500', '094137.442500', '094137.902500', '094138.362500', '094138.822500', '094139.282500', '094139.742500', '094140.202500', '094140.662500', '094141.122500', '094141.582500', '094142.042500', '094142.502500', '094142.962500', '094143.422500', '094143.882500', '094144.342500', '094144.802500', '094145.262500', '094145.722500', '094146.182500', '094146.642500', '094147.102500', '094147.562500', '094148.022500', '094148.482500', '094148.942500', '094149.402500', '094149.862500', '094150.322500', '094150.782500', '094151.242500', '094151.702500', '094152.162500', '094152.622500', '094153.082500', '094153.542500', '094154.002500', '094154.462500', '094154.922500', '094155.382500', '094155.842500', '094156.302500', '094156.762500', '094157.222500', '094157.682500', '094158.142500', '094158.602500', '094159.062500', '094159.522500', '094159.982500', '094200.442500', '094200.902500', '094201.362500', '094201.822500', '094202.282500', '094202.742500', '094203.202500', '094203.662500', '094204.122500', '094204.582500', '094205.042500', '094205.502500', '094205.962500', '094206.422500', '094206.882500', '094207.342500', '094207.802500', '094208.262500', '094208.722500', '094209.182500', '094209.642500', '094210.102500', '094210.562500', '094211.022500', '094211.482500', '094211.942500', '094212.402500', '094212.862500', '094213.322500', '094213.782500', '094214.242500', '094214.702500', '094215.162500', '094215.622500', '094216.082500', '094216.542500', '094217.002500', '094217.462500', '094217.922500', '094218.382500', '094218.842500', '094219.302500', '094219.762500', '094220.222500', '094220.682500', '094221.142500', '094221.602500', '094222.062500', '094222.522500', '094222.982500', '094223.442500', '094223.902500', '094224.362500', '094224.822500', '094225.282500', '094225.742500', '094226.202500', '094226.662500', '094227.122500', '094227.582500', '094228.042500', '094228.502500', '094228.962500', '094229.422500', '094229.882500', '094230.342500', '094230.802500', '094231.262500', '094231.722500', '094232.182500', '094232.642500', '094233.102500', '094233.562500', '094234.022500', '094234.482500', '094234.942500', '094235.402500', '094235.862500', '094236.322500', '094236.782500', '094237.242500', '094237.702500', '094238.162500', '094238.622500', '094239.082500', '094239.542500', '094240.002500', '094240.462500', '094240.922500', '094241.382500', '094241.842500', '094242.302500', '094242.762500', '094243.222500', '094243.682500', '094244.142500', '094244.602500', '094245.062500', '094245.522500', '094245.982500', '094246.442500', '094246.902500', '094247.362500', '094247.822500', '094248.282500', '094248.742500', '094249.202500', '094249.662500', '094250.122500', '094250.582500', '094251.042500', '094251.502500', '094251.962500', '094252.422500', '094252.882500', '094253.342500', '094253.802500', '094254.262500', '094254.722500', '094255.182500', '094255.642500', '094256.102500', '094256.562500', '094257.022500', '094257.482500', '094257.942500', '094258.402500', '094258.862500', '094259.322500', '094259.782500', '094300.242500', '094300.702500', '094301.162500', '094301.622500', '094302.082500', '094302.542500', '094303.002500', '094303.462500', '094303.922500', '094304.382500', '094304.842500', '094305.302500', '094305.762500', '094306.222500', '094306.682500', '094307.142500', '094307.602500', '094308.062500', '094308.522500', '094308.982500', '094309.442500', '094309.902500', '094310.362500', '094310.822500', '094311.282500', '094311.742500', '094312.202500', '094312.662500', '094313.122500', '094313.582500', '094314.042500', '094314.502500', '094314.962500', '094315.422500', '094315.882500', '094316.342500', '094316.802500', '094317.262500', '094317.722500', '094318.182500', '094318.642500', '094319.102500', '094319.562500', '094320.022500', '094320.482500', '094320.942500', '094321.402500', '094321.862500', '094322.322500', '094322.782500', '094323.242500', '094323.702500', '094324.162500', '094324.622500', '094325.082500', '094325.542500', '094326.002500', '094326.462500', '094326.922500', '094327.382500', '094327.842500', '094328.302500', '094328.762500', '094329.222500', '094329.682500', '094330.142500', '094330.602500', '094331.062500', '094331.522500', '094331.982500', '094332.442500', '094332.902500', '094333.362500', '094333.822500', '094334.282500', '094334.742500', '094335.202500', '094335.662500', '094336.122500', '094336.582500', '094337.042500', '094337.502500', '094337.962500', '094338.422500', '094338.882500', '094339.342500', '094339.802500', '094340.262500', '094340.722500', '094341.182500', '094341.642500', '094342.102500', '094342.562500', '094343.022500', '094343.482500', '094343.942500', '094344.402500', '094344.862500', '094345.322500', '094345.782500', '094346.242500', '094346.702500', '094347.162500', '094347.622500', '094348.082500', '094348.542500', '094349.002500', '094349.462500', '094349.922500', '094350.382500', '094350.842500', '094351.302500', '094351.762500', '094352.222500', '094352.682500', '094353.142500', '094353.602500', '094354.062500', '094354.522500', '094354.982500', '094355.442500', '094355.902500', '094356.362500', '094356.822500', '094357.282500', '094357.742500', '094358.202500', '094358.662500', '094359.122500', '094359.582500', '094400.042500', '094400.502500', '094400.962500', '094401.422500', '094401.882500', '094402.342500', '094402.802500', '094403.262500', '094403.722500', '094404.182500', '094404.642500', '094405.102500', '094405.562500', '094406.022500', '094406.482500', '094406.942500', '094407.402500', '094407.862500', '094408.322500', '094408.782500', '094409.242500', '094409.702500', '094410.162500', '094410.622500', '094411.082500', '094411.542500', '094412.002500', '094412.462500', '094412.922500', '094413.382500', '094413.842500', '094414.302500', '094414.762500', '094415.222500', '094415.682500', '094416.142500', '094416.602500', '094417.062500', '094417.522500', '094417.982500', '094418.442500', '094418.902500', '094419.362500', '094419.822500', '094420.282500', '094420.742500', '094421.202500', '094421.662500', '094422.122500', '094422.582500', '094423.042500', '094423.502500', '094423.962500', '094424.422500', '094424.882500', '094425.342500', '094425.802500', '094426.262500', '094426.722500', '094427.182500', '094427.642500', '094428.102500', '094428.562500', '094429.022500', '094429.482500', '094429.942500', '094430.402500', '094430.862500', '094431.322500', '094431.782500', '094432.242500', '094432.702500', '094433.162500', '094433.622500', '094434.082500', '094434.542500', '094435.002500', '094435.462500', '094435.922500', '094436.382500', '094436.842500', '094437.302500', '094437.762500', '094438.222500', '094438.682500', '094439.142500', '094439.602500', '094440.062500', '094440.522500', '094440.982500', '094441.442500', '094441.902500', '094442.362500', '094442.822500', '094443.282500', '094443.742500', '094444.202500', '094444.662500', '094445.122500', '094445.582500', '094446.042500', '094446.502500', '094446.962500', '094447.422500', '094447.882500', '094448.342500', '094448.802500', '094449.262500', '094449.722500', '094450.182500', '094450.642500', '094451.102500', '094451.562500', '094452.022500', '094452.482500', '094452.942500', '094453.402500', '094453.862500', '094454.322500', '094454.782500', '094455.242500', '094455.702500', '094456.162500', '094456.622500', '094457.082500', '094457.542500', '094458.002500', '094458.462500', '094458.922500', '094459.382500', '094459.842500', '094500.302500', '094500.762500', '094501.222500', '094501.682500', '094502.142500', '094502.602500', '094503.062500', '094503.522500', '094503.982500', '094504.442500', '094504.902500', '094505.362500', '094505.822500', '094506.282500', '094506.742500', '094507.202500', '094507.662500', '094508.122500', '094508.582500', '094509.042500', '094509.502500', '094509.962500', '094510.422500', '094510.882500', '094511.342500', '094511.802500', '094512.262500', '094512.722500', '094513.182500', '094513.642500', '094514.102500', '094514.562500', '094515.022500', '094515.482500', '094515.942500', '094516.402500', '094516.862500', '094517.322500', '094517.782500', '094518.242500', '094518.702500', '094519.162500', '094519.622500', '094520.082500', '094520.542500', '094521.002500', '094521.462500', '094521.922500', '094522.382500', '094522.842500', '094523.302500', '094523.762500', '094524.222500', '094524.682500', '094525.142500', '094525.602500', '094526.062500', '094526.522500', '094526.982500', '094527.442500', '094527.902500', '094528.362500', '094528.822500', '094529.282500', '094529.742500', '094530.202500', '094530.662500', '094531.122500', '094531.582500', '094532.042500', '094532.502500', '094532.962500', '094533.422500', '094533.882500', '094534.342500', '094534.802500', '094535.262500', '094535.722500', '094536.182500', '094536.642500', '094537.102500', '094537.562500', '094538.022500', '094538.482500', '094538.942500', '094539.402500', '094539.862500', '094540.322500', '094540.782500', '094541.242500', '094541.702500', '094542.162500', '094542.622500', '094543.082500', '094543.542500', '094544.002500', '094544.462500', '094544.922500', '094545.382500', '094545.842500', '094546.302500', '094546.762500', '094547.222500', '094547.682500', '094548.142500', '094548.602500', '094549.062500', '094549.522500', '094549.982500', '094550.442500', '094550.902500', '094551.362500', '094551.822500', '094552.282500', '094552.742500', '094553.202500', '094553.662500', '094554.122500', '094554.582500', '094555.042500', '094555.502500', '094555.962500', '094556.422500', '094556.882500', '094557.342500', '094557.802500', '094558.262500', '094558.722500', '094559.182500', '094559.642500', '094600.102500', '094600.562500', '094601.022500', '094601.482500', '094601.942500', '094602.402500', '094602.862500', '094603.322500', '094603.782500', '094604.242500', '094604.702500', '094605.162500', '094605.622500', '094606.082500', '094606.542500', '094607.002500', '094607.462500', '094607.922500', '094608.382500', '094608.842500', '094609.302500', '094609.762500', '094610.222500', '094610.682500', '094611.142500', '094611.602500', '094612.062500', '094612.522500', '094612.982500', '094613.442500', '094613.902500', '094614.362500', '094614.822500', '094615.282500', '094615.742500', '094616.202500', '094616.662500', '094617.122500', '094617.582500', '094618.042500', '094618.502500', '094618.962500', '094619.422500', '094619.882500', '094620.342500', '094620.802500', '094621.262500', '094621.722500', '094622.182500', '094622.642500', '094623.102500', '094623.562500', '094624.022500', '094624.482500', '094624.942500', '094625.402500', '094625.862500', '094626.322500', '094626.782500', '094627.242500', '094627.702500', '094628.162500', '094628.622500', '094629.082500', '094629.542500', '094630.002500', '094630.462500', '094630.922500', '094631.382500', '094631.842500', '094632.302500', '094632.762500', '094633.222500', '094633.682500', '094634.142500', '094634.602500', '094635.062500', '094635.522500', '094635.982500', '094636.442500', '094636.902500', '094637.362500', '094637.822500', '094638.282500', '094638.742500', '094639.202500', '094639.662500', '094640.122500', '094640.582500', '094641.042500', '094641.502500', '094641.962500', '094642.422500', '094642.882500', '094643.342500', '094643.802500', '094644.262500', '094644.722500', '094645.182500', '094645.642500', '094646.102500', '094646.562500', '094647.022500', '094647.482500', '094647.942500', '094648.402500', '094648.862500', '094649.322500', '094649.782500', '094650.242500', '094650.702500', '094651.162500', '094651.622500', '094652.082500', '094652.542500', '094653.002500', '094653.462500', '094653.922500', '094654.382500', '094654.842500', '094655.302500', '094655.762500', '094656.222500', '094656.682500', '094657.142500', '094657.602500', '094658.062500', '094658.522500', '094658.982500', '094659.442500', '094659.902500', '094700.362500', '094700.822500', '094701.282500', '094701.742500', '094702.202500', '094702.662500', '094703.122500', '094703.582500', '094704.042500', '094704.502500', '094704.962500', '094705.422500', '094705.882500', '094706.342500', '094706.802500', '094707.262500', '094707.722500', '094708.182500', '094708.642500', '094709.102500', '094709.562500', '094710.022500', '094710.482500', '094710.942500', '094711.402500', '094711.862500', '094712.322500', '094712.782500', '094713.242500', '094713.702500', '094714.162500', '094714.622500', '094715.082500', '094715.542500', '094716.002500', '094716.462500', '094716.922500', '094717.382500', '094717.842500', '094718.302500', '094718.762500', '094719.222500', '094719.682500', '094720.142500', '094720.602500', '094721.062500', '094721.522500', '094721.982500', '094722.442500', '094722.902500', '094723.362500', '094723.822500', '094724.282500', '094724.742500', '094725.202500', '094725.662500', '094726.122500', '094726.582500', '094727.042500', '094727.502500', '094727.962500', '094728.422500', '094728.882500', '094729.342500', '094729.802500', '094730.262500', '094730.722500', '094731.182500', '094731.642500', '094732.102500', '094732.562500', '094733.022500', '094733.482500', '094733.942500', '094734.402500', '094734.862500', '094735.322500', '094735.782500', '094736.242500', '094736.702500', '094737.162500', '094737.622500', '094738.082500', '094738.542500', '094739.002500', '094739.462500', '094739.922500', '094740.382500', '094740.842500', '094741.302500', '094741.762500', '094742.222500', '094742.682500', '094743.142500', '094743.602500', '094744.062500', '094744.522500', '094744.982500', '094745.442500', '094745.902500', '094746.362500', '094746.822500', '094747.282500', '094747.742500', '094748.202500', '094748.662500', '094749.122500', '094749.582500', '094750.042500', '094750.502500', '094750.962500', '094751.422500', '094751.882500', '094752.342500', '094752.802500', '094753.262500', '094753.722500', '094754.182500', '094754.642500', '094755.102500', '094755.562500', '094756.022500', '094756.482500', '094756.942500', '094757.402500', '094757.862500', '094758.322500', '094758.782500', '094759.242500', '094759.702500', '094800.162500', '094800.622500', '094801.082500', '094801.542500', '094802.002500', '094802.462500', '094802.922500', '094803.382500', '094803.842500', '094804.302500', '094804.762500', '094805.222500', '094805.682500', '094806.142500', '094806.602500', '094807.062500', '094807.522500', '094807.982500', '094808.442500', '094808.902500', '094809.362500', '094809.822500', '094810.282500', '094810.742500', '094811.202500', '094811.662500', '094812.122500', '094812.582500', '094813.042500', '094813.502500', '094813.962500', '094814.422500', '094814.882500', '094815.342500', '094815.802500', '094816.262500', '094816.722500', '094817.182500', '094817.642500', '094818.102500', '094818.562500', '094819.022500', '094819.482500', '094819.942500', '094820.402500', '094820.862500', '094821.322500', '094821.782500', '094822.242500', '094822.702500', '094823.162500', '094823.622500', '094824.082500', '094824.542500', '094825.002500', '094825.462500', '094825.922500', '094826.382500', '094826.842500', '094827.302500', '094827.762500', '094828.222500', '094828.682500', '094829.142500', '094829.602500', '094830.062500', '094830.522500', '094830.982500', '094831.442500', '094831.902500', '094832.362500', '094832.822500', '094833.282500', '094833.742500', '094834.202500', '094834.662500', '094835.122500', '094835.582500', '094836.042500', '094836.502500', '094836.962500', '094837.422500', '094837.882500', '094838.342500', '094838.802500', '094839.262500', '094839.722500', '094840.182500', '094840.642500', '094841.102500', '094841.562500', '094842.022500', '094842.482500', '094842.942500', '094843.402500', '094843.862500', '094844.322500', '094844.782500', '094845.242500', '094845.702500', '094846.162500', '094846.622500', '094847.082500', '094847.542500', '094848.002500', '094848.462500', '094848.922500', '094849.382500', '094849.842500', '094850.302500', '094850.762500', '094851.222500', '094851.682500', '094852.142500', '094852.602500', '094853.062500', '094853.522500', '094853.982500', '094854.442500', '094854.902500', '094855.362500', '094855.822500', '094856.282500', '094856.742500', '094857.202500', '094857.662500', '094858.122500', '094858.582500', '094859.042500', '094859.502500', '094859.962500', '094900.422500', '094900.882500', '094901.342500', '094901.802500', '094902.262500', '094902.722500', '094903.182500', '094903.642500', '094904.102500', '094904.562500', '094905.022500', '094905.482500', '094905.942500', '094906.402500', '094906.862500', '094907.322500', '094907.782500', '094908.242500', '094908.702500', '094909.162500', '094909.622500', '094910.082500', '094910.542500', '094911.002500', '094911.462500', '094911.922500', '094912.382500', '094912.842500', '094913.302500', '094913.762500', '094914.222500', '094914.682500', '094915.142500', '094915.602500', '094916.062500', '094916.522500', '094916.982500', '094917.442500', '094917.902500', '094918.362500', '094918.822500', '094919.282500', '094919.742500', '094920.202500', '094920.662500', '094921.122500', '094921.582500', '094922.042500', '094922.502500', '094922.962500', '094923.422500', '094923.882500', '094924.342500', '094924.802500', '094925.262500', '094925.722500', '094926.182500', '094926.642500', '094927.102500', '094927.562500', '094928.022500', '094928.482500', '094928.942500', '094929.402500', '094929.862500', '094930.322500', '094930.782500', '094931.242500', '094931.702500', '094932.162500', '094932.622500', '094933.082500', '094933.542500', '094934.002500', '094934.462500', '094934.922500', '094935.382500', '094935.842500', '094936.302500', '094936.762500', '094937.222500', '094937.682500', '094938.142500', '094938.602500', '094939.062500', '094939.522500', '094939.982500', '094940.442500', '094940.902500', '094941.362500', '094941.822500', '094942.282500', '094942.742500', '094943.202500', '094943.662500', '094944.122500', '094944.582500', '094945.042500', '094945.502500', '094945.962500', '094946.422500', '094946.882500', '094947.342500', '094947.802500', '094948.262500', '094948.722500', '094949.182500', '094949.642500', '094950.102500', '094950.562500', '094951.022500', '094951.482500', '094951.942500', '094952.402500', '094952.862500', '094953.322500', '094953.782500', '094954.242500', '094954.702500', '094955.162500', '094955.622500', '094956.082500', '094956.542500', '094957.002500', '094957.462500', '094957.922500', '094958.382500', '094958.842500', '094959.302500'], 'ContentTime': ['094019.138000', '094019.141000', '094019.144000', '094019.147000', '094019.150000', '094019.153000', '094019.156000', '094019.159000', '094019.162000', '094019.165000', '094019.168000', '094019.171000', '094019.174000', '094019.184000', '094019.187000', '094019.190000', '094019.193000', '094019.196000', '094019.198000', '094019.201000', '094019.204000', '094019.212000', '094019.215000', '094019.217000', '094019.220000', '094019.223000', '094019.226000', '094019.229000', '094019.232000', '094019.237000', '094019.240000', '094019.243000', '094019.246000', '094019.249000', '094039.108000', '094039.111000', '094039.114000', '094039.120000', '094039.123000', '094039.126000', '094039.129000', '094039.132000', '094039.134000', '094039.137000', '094039.140000', '094039.143000', '094039.146000', '094039.149000', '094039.152000', '094039.154000', '094039.157000', '094039.160000', '094039.163000', '094039.166000', '094039.169000', '094039.171000', '094039.174000', '094039.177000', '094039.180000', '094039.183000', '094039.186000', '094039.188000', '094039.191000', '094039.194000', '094039.197000', '094039.200000', '094039.202000', '094039.205000', '094039.208000', '094039.211000', '094039.214000', '094039.217000', '094039.220000', '094039.222000', '094039.225000', '094039.228000', '094039.231000', '094039.234000', '094059.108000', '094059.111000', '094059.114000', '094059.116000', '094059.119000', '094059.122000', '094059.131000', '094059.133000', '094059.136000', '094059.139000', '094059.142000', '094059.145000', '094059.148000', '094059.151000', '094059.153000', '094059.156000', '094059.159000', '094059.162000', '094059.165000', '094059.168000', '094059.171000', '094059.174000', '094059.177000', '094059.179000', '094059.182000', '094059.185000', '094059.188000', '094059.191000', '094059.194000', '094059.196000', '094059.199000', '094059.202000', '094059.205000', '094059.208000', '094059.217000', '094059.220000', '094059.222000', '094059.225000', '094059.228000', '094059.231000', '094059.234000', '094059.237000', '094059.239000', '094119.108000', '094119.119000', '094119.122000', '094119.124000', '094119.127000', '094119.130000', '094119.133000', '094119.136000', '094119.139000', '094119.142000', '094119.145000', '094119.147000', '094119.150000', '094119.153000', '094119.156000', '094119.159000', '094119.162000', '094119.165000', '094119.168000', '094119.171000', '094119.173000', '094119.176000', '094119.179000', '094119.182000', '094119.185000', '094119.188000', '094119.191000', '094119.193000', '094119.196000', '094119.199000', '094119.202000', '094119.205000', '094119.207000', '094119.210000', '094119.213000', '094119.216000', '094119.219000', '094119.222000', '094119.225000', '094119.227000', '094119.230000', '094119.233000', '094119.236000', '094119.239000', '094139.109000', '094139.112000', '094139.115000', '094139.118000', '094139.121000', '094139.123000', '094139.126000', '094139.129000', '094139.132000', '094139.135000', '094139.137000', '094139.140000', '094139.143000', '094139.146000', '094139.149000', '094139.152000', '094139.155000', '094139.158000', '094139.161000', '094139.164000', '094139.167000', '094139.169000', '094139.172000', '094139.175000', '094139.178000', '094139.181000', '094139.183000', '094139.186000', '094139.189000', '094139.192000', '094139.195000', '094139.198000', '094139.201000', '094139.203000', '094139.206000', '094139.209000', '094139.212000', '094139.215000', '094139.217000', '094139.221000', '094139.224000', '094139.227000', '094139.230000', '094159.108000', '094159.111000', '094159.113000', '094159.116000', '094159.119000', '094159.122000', '094159.125000', '094159.128000', '094159.131000', '094159.134000', '094159.136000', '094159.139000', '094159.142000', '094159.145000', '094159.148000', '094159.150000', '094159.153000', '094159.156000', '094159.159000', '094159.162000', '094159.165000', '094159.168000', '094159.171000', '094159.173000', '094159.176000', '094159.179000', '094159.182000', '094159.185000', '094159.188000', '094159.190000', '094159.193000', '094159.196000', '094159.199000', '094159.202000', '094159.205000', '094159.208000', '094159.210000', '094159.213000', '094159.216000', '094159.219000', '094159.222000', '094159.225000', '094159.227000', '094159.230000', '094219.108000', '094219.111000', '094219.114000', '094219.117000', '094219.120000', '094219.122000', '094219.125000', '094219.128000', '094219.131000', '094219.134000', '094219.137000', '094219.140000', '094219.142000', '094219.145000', '094219.148000', '094219.151000', '094219.154000', '094219.157000', '094219.215000', '094219.218000', '094219.221000', '094219.224000', '094219.227000', '094219.229000', '094219.232000', '094219.235000', '094219.238000', '094219.241000', '094219.244000', '094219.246000', '094219.249000', '094219.252000', '094219.255000', '094219.258000', '094219.261000', '094219.264000', '094219.266000', '094219.269000', '094219.272000', '094219.275000', '094219.278000', '094219.281000', '094219.283000', '094239.108000', '094239.111000', '094239.114000', '094239.117000', '094239.119000', '094239.122000', '094239.125000', '094239.128000', '094239.131000', '094239.134000', '094239.136000', '094239.139000', '094239.142000', '094239.145000', '094239.148000', '094239.151000', '094239.154000', '094239.156000', '094239.197000', '094239.200000', '094239.203000', '094239.206000', '094239.209000', '094239.212000', '094239.214000', '094239.217000', '094239.220000', '094239.223000', '094239.226000', '094239.229000', '094239.251000', '094239.262000', '094239.265000', '094239.267000', '094239.270000', '094239.273000', '094239.276000', '094239.279000', '094239.282000', '094239.285000', '094239.287000', '094239.290000', '094239.293000', '094239.296000', '094259.108000', '094259.111000', '094259.114000', '094259.117000', '094259.120000', '094259.123000', '094259.125000', '094259.128000', '094259.131000', '094259.134000', '094259.137000', '094259.140000', '094259.142000', '094259.145000', '094259.148000', '094259.151000', '094259.154000', '094259.157000', '094259.160000', '094259.163000', '094259.165000', '094259.168000', '094259.171000', '094259.174000', '094259.177000', '094259.180000', '094259.183000', '094259.185000', '094259.188000', '094259.191000', '094259.194000', '094259.197000', '094259.200000', '094259.203000', '094259.206000', '094259.208000', '094259.211000', '094259.214000', '094259.217000', '094259.220000', '094259.222000', '094259.225000', '094259.228000', '094319.108000', '094319.111000', '094319.114000', '094319.117000', '094319.120000', '094319.122000', '094319.125000', '094319.128000', '094319.131000', '094319.134000', '094319.137000', '094319.140000', '094319.142000', '094319.145000', '094319.148000', '094319.151000', '094319.154000', '094319.157000', '094319.171000', '094319.173000', '094319.176000', '094319.179000', '094319.182000', '094319.185000', '094319.188000', '094319.190000', '094319.193000', '094319.196000', '094319.199000', '094319.202000', '094319.205000', '094319.208000', '094319.211000', '094319.213000', '094319.216000', '094319.219000', '094319.222000', '094319.225000', '094319.228000', '094319.231000', '094319.234000', '094319.236000', '094319.239000', '094339.108000', '094339.111000', '094339.114000', '094339.117000', '094339.120000', '094339.123000', '094339.125000', '094339.128000', '094339.131000', '094339.134000', '094339.137000', '094339.139000', '094339.142000', '094339.145000', '094339.150000', '094339.153000', '094339.156000', '094339.208000', '094339.211000', '094339.214000', '094339.217000', '094339.220000', '094339.223000', '094339.226000', '094339.229000', '094339.231000', '094339.234000', '094339.237000', '094339.240000', '094339.243000', '094339.246000', '094339.249000', '094339.251000', '094339.254000', '094339.257000', '094339.260000', '094339.263000', '094339.266000', '094339.269000', '094339.271000', '094339.274000', '094339.277000', '094339.280000', '094339.283000', '094359.108000', '094359.111000', '094359.114000', '094359.117000', '094359.120000', '094359.123000', '094359.126000', '094359.129000', '094359.131000', '094359.134000', '094359.137000', '094359.140000', '094359.143000', '094359.146000', '094359.150000', '094359.154000', '094359.157000', '094359.218000', '094359.221000', '094359.223000', '094359.226000', '094359.229000', '094359.232000', '094359.235000', '094359.238000', '094359.240000', '094359.243000', '094359.246000', '094359.249000', '094359.252000', '094359.255000', '094359.258000', '094359.260000', '094359.263000', '094359.266000', '094359.269000', '094359.272000', '094359.275000', '094359.294000', '094359.297000', '094359.299000', '094359.302000', '094359.305000', '094419.108000', '094419.111000', '094419.114000', '094419.117000', '094419.120000', '094419.122000', '094419.125000', '094419.128000', '094419.131000', '094419.134000', '094419.137000', '094419.139000', '094419.150000', '094419.153000', '094419.155000', '094419.158000', '094419.201000', '094419.204000', '094419.207000', '094419.210000', '094419.213000', '094419.215000', '094419.218000', '094419.221000', '094419.224000', '094419.227000', '094419.230000', '094419.233000', '094419.236000', '094419.238000', '094419.241000', '094419.244000', '094419.247000', '094419.250000', '094419.253000', '094419.255000', '094419.258000', '094419.261000', '094419.264000', '094419.267000', '094419.270000', '094419.273000', '094419.275000', '094419.278000', '094439.108000', '094439.111000', '094439.114000', '094439.117000', '094439.120000', '094439.122000', '094439.129000', '094439.132000', '094439.135000', '094439.138000', '094439.141000', '094439.144000', '094439.147000', '094439.150000', '094439.153000', '094439.156000', '094439.215000', '094439.218000', '094439.221000', '094439.223000', '094439.227000', '094439.229000', '094439.232000', '094439.235000', '094439.238000', '094439.241000', '094439.244000', '094439.247000', '094439.250000', '094439.253000', '094439.255000', '094439.258000', '094439.261000', '094439.264000', '094439.267000', '094439.270000', '094439.273000', '094439.276000', '094439.278000', '094439.281000', '094439.284000', '094439.287000', '094439.290000', '094459.108000', '094459.111000', '094459.114000', '094459.117000', '094459.120000', '094459.122000', '094459.125000', '094459.128000', '094459.131000', '094459.134000', '094459.137000', '094459.140000', '094459.143000', '094459.145000', '094459.148000', '094459.151000', '094459.154000', '094459.157000', '094459.199000', '094459.202000', '094459.205000', '094459.207000', '094459.210000', '094459.213000', '094459.216000', '094459.219000', '094459.222000', '094459.225000', '094459.228000', '094459.231000', '094459.233000', '094459.236000', '094459.239000', '094459.242000', '094459.245000', '094459.248000', '094459.251000', '094459.253000', '094459.256000', '094459.259000', '094459.262000', '094459.265000', '094459.268000', '094459.271000', '094519.108000', '094519.111000', '094519.114000', '094519.117000', '094519.120000', '094519.123000', '094519.126000', '094519.128000', '094519.131000', '094519.134000', '094519.137000', '094519.140000', '094519.143000', '094519.146000', '094519.149000', '094519.154000', '094519.156000', '094519.215000', '094519.218000', '094519.221000', '094519.223000', '094519.226000', '094519.229000', '094519.232000', '094519.235000', '094519.238000', '094519.241000', '094519.244000', '094519.246000', '094519.249000', '094519.252000', '094519.255000', '094519.258000', '094519.261000', '094519.263000', '094519.266000', '094519.269000', '094519.272000', '094519.275000', '094519.278000', '094519.281000', '094519.284000', '094519.286000', '094539.108000', '094539.111000', '094539.114000', '094539.117000', '094539.120000', '094539.123000', '094539.126000', '094539.128000', '094539.131000', '094539.134000', '094539.137000', '094539.140000', '094539.143000', '094539.146000', '094539.149000', '094539.152000', '094539.154000', '094539.158000', '094539.221000', '094539.223000', '094539.226000', '094539.229000', '094539.232000', '094539.235000', '094539.238000', '094539.241000', '094539.244000', '094539.246000', '094539.249000', '094539.252000', '094539.255000', '094539.258000', '094539.261000', '094539.264000', '094539.267000', '094539.269000', '094539.272000', '094539.289000', '094539.300000', '094539.303000', '094539.306000', '094539.309000', '094539.312000', '094539.314000', '094559.108000', '094559.111000', '094559.114000', '094559.116000', '094559.120000', '094559.122000', '094559.125000', '094559.128000', '094559.131000', '094559.134000', '094559.137000', '094559.139000', '094559.142000', '094559.145000', '094559.148000', '094559.151000', '094559.154000', '094559.157000', '094559.225000', '094559.228000', '094559.231000', '094559.234000', '094559.237000', '094559.240000', '094559.243000', '094559.245000', '094559.248000', '094559.251000', '094559.254000', '094559.257000', '094559.260000', '094559.263000', '094559.265000', '094559.268000', '094559.271000', '094559.274000', '094559.277000', '094559.280000', '094559.283000', '094559.285000', '094559.288000', '094559.291000', '094559.294000', '094619.108000', '094619.111000', '094619.114000', '094619.117000', '094619.120000', '094619.123000', '094619.125000', '094619.128000', '094619.131000', '094619.134000', '094619.137000', '094619.140000', '094619.142000', '094619.145000', '094619.148000', '094619.151000', '094619.154000', '094619.157000', '094619.223000', '094619.226000', '094619.228000', '094619.231000', '094619.234000', '094619.237000', '094619.240000', '094619.243000', '094619.245000', '094619.248000', '094619.251000', '094619.254000', '094619.257000', '094619.260000', '094619.263000', '094619.266000', '094619.268000', '094619.271000', '094619.274000', '094619.277000', '094619.280000', '094619.283000', '094619.285000', '094619.288000', '094619.291000', '094619.294000', '094639.108000', '094639.111000', '094639.114000', '094639.117000', '094639.120000', '094639.123000', '094639.125000', '094639.128000', '094639.132000', '094639.135000', '094639.138000', '094639.141000', '094639.144000', '094639.146000', '094639.149000', '094639.152000', '094639.155000', '094639.158000', '094639.218000', '094639.221000', '094639.224000', '094639.227000', '094639.230000', '094639.233000', '094639.236000', '094639.239000', '094639.241000', '094639.244000', '094639.247000', '094639.250000', '094639.253000', '094639.256000', '094639.258000', '094639.261000', '094639.264000', '094639.267000', '094639.270000', '094639.273000', '094639.276000', '094639.278000', '094639.281000', '094639.284000', '094639.287000', '094659.108000', '094659.111000', '094659.114000', '094659.117000', '094659.120000', '094659.123000', '094659.125000', '094659.128000', '094659.131000', '094659.134000', '094659.137000', '094659.140000', '094659.143000', '094659.146000', '094659.149000', '094659.151000', '094659.154000', '094659.157000', '094659.222000', '094659.225000', '094659.228000', '094659.231000', '094659.233000', '094659.236000', '094659.239000', '094659.242000', '094659.245000', '094659.248000', '094659.251000', '094659.254000', '094659.256000', '094659.259000', '094659.262000', '094659.265000', '094659.268000', '094659.271000', '094659.274000', '094659.276000', '094659.279000', '094659.282000', '094659.285000', '094659.288000', '094659.291000', '094659.293000', '094719.108000', '094719.111000', '094719.114000', '094719.117000', '094719.120000', '094719.123000', '094719.126000', '094719.128000', '094719.131000', '094719.134000', '094719.137000', '094719.140000', '094719.143000', '094719.145000', '094719.148000', '094719.151000', '094719.154000', '094719.157000', '094719.160000', '094719.163000', '094719.166000', '094719.169000', '094719.172000', '094719.174000', '094719.177000', '094719.180000', '094719.183000', '094719.186000', '094719.189000', '094719.191000', '094719.194000', '094719.197000', '094719.200000', '094719.203000', '094719.206000', '094719.209000', '094719.211000', '094719.215000', '094719.218000', '094719.221000', '094719.224000', '094719.227000', '094719.230000', '094739.108000', '094739.111000', '094739.114000', '094739.117000', '094739.120000', '094739.123000', '094739.126000', '094739.128000', '094739.131000', '094739.134000', '094739.137000', '094739.140000', '094739.143000', '094739.145000', '094739.148000', '094739.151000', '094739.154000', '094739.157000', '094739.204000', '094739.207000', '094739.210000', '094739.213000', '094739.215000', '094739.218000', '094739.221000', '094739.224000', '094739.227000', '094739.230000', '094739.232000', '094739.235000', '094739.238000', '094739.241000', '094739.244000', '094739.247000', '094739.250000', '094739.253000', '094739.255000', '094739.258000', '094739.261000', '094739.264000', '094739.267000', '094739.270000', '094739.273000', '094739.276000', '094759.108000', '094759.111000', '094759.114000', '094759.117000', '094759.120000', '094759.123000', '094759.125000', '094759.128000', '094759.131000', '094759.134000', '094759.137000', '094759.140000', '094759.142000', '094759.145000', '094759.148000', '094759.151000', '094759.154000', '094759.157000', '094759.220000', '094759.223000', '094759.226000', '094759.229000', '094759.232000', '094759.235000', '094759.238000', '094759.241000', '094759.244000', '094759.247000', '094759.249000', '094759.252000', '094759.255000', '094759.258000', '094759.261000', '094759.264000', '094759.267000', '094759.270000', '094759.272000', '094759.275000', '094759.278000', '094759.281000', '094759.284000', '094759.287000', '094759.289000', '094819.108000', '094819.111000', '094819.114000', '094819.117000', '094819.120000', '094819.122000', '094819.126000', '094819.128000', '094819.131000', '094819.134000', '094819.137000', '094819.140000', '094819.143000', '094819.145000', '094819.148000', '094819.151000', '094819.154000', '094819.157000', '094819.232000', '094819.234000', '094819.237000', '094819.240000', '094819.243000', '094819.246000', '094819.249000', '094819.251000', '094819.254000', '094819.257000', '094819.260000', '094819.263000', '094819.266000', '094819.269000', '094819.272000', '094819.275000', '094819.278000', '094819.280000', '094819.283000', '094819.286000', '094819.289000', '094819.291000', '094819.294000', '094819.297000', '094819.300000', '094819.303000', '094839.108000', '094839.111000', '094839.114000', '094839.117000', '094839.120000', '094839.123000', '094839.125000', '094839.128000', '094839.131000', '094839.134000', '094839.137000', '094839.140000', '094839.143000', '094839.145000', '094839.148000', '094839.151000', '094839.154000', '094839.157000', '094839.230000', '094839.233000', '094839.236000', '094839.239000', '094839.242000', '094839.245000', '094839.248000', '094839.250000', '094839.253000', '094839.256000', '094839.259000', '094839.262000', '094839.265000', '094839.268000', '094839.271000', '094839.274000', '094839.277000', '094839.280000', '094839.283000', '094839.285000', '094839.289000', '094839.291000', '094839.294000', '094839.297000', '094839.300000', '094859.108000', '094859.111000', '094859.114000', '094859.117000', '094859.120000', '094859.123000', '094859.125000', '094859.128000', '094859.131000', '094859.134000', '094859.137000', '094859.140000', '094859.143000', '094859.146000', '094859.149000', '094859.151000', '094859.154000', '094859.157000', '094859.198000', '094859.201000', '094859.203000', '094859.206000', '094859.209000', '094859.212000', '094859.215000', '094859.218000', '094859.221000', '094859.223000', '094859.226000', '094859.229000', '094859.232000', '094859.235000', '094859.238000', '094859.241000', '094859.244000', '094859.246000', '094859.249000', '094859.252000', '094859.255000', '094859.258000', '094859.261000', '094859.264000', '094859.266000', '094859.269000', '094919.108000', '094919.111000', '094919.114000', '094919.117000', '094919.120000', '094919.123000', '094919.125000', '094919.128000', '094919.131000', '094919.134000', '094919.137000', '094919.140000', '094919.143000', '094919.145000', '094919.148000', '094919.151000', '094919.154000', '094919.157000', '094919.226000', '094919.229000', '094919.232000', '094919.235000', '094919.237000', '094919.240000', '094919.243000', '094919.246000', '094919.249000', '094919.252000', '094919.255000', '094919.258000', '094919.261000', '094919.264000', '094919.267000', '094919.269000', '094919.272000', '094919.275000', '094919.278000', '094919.281000', '094919.284000', '094919.287000', '094919.289000', '094919.292000', '094919.295000', '094939.108000', '094939.111000', '094939.114000', '094939.117000', '094939.119000', '094939.122000', '094939.125000', '094939.128000', '094939.131000', '094939.134000', '094939.137000', '094939.139000', '094939.143000', '094939.145000', '094939.148000', '094939.151000', '094939.154000', '094939.157000', '094939.215000', '094939.218000', '094939.221000', '094939.224000', '094939.227000', '094939.230000', '094939.233000', '094939.235000', '094939.257000', '094939.260000', '094939.263000', '094939.265000', '094939.268000', '094939.271000', '094939.274000', '094939.277000', '094939.280000', '094939.283000', '094939.286000', '094939.288000', '094939.291000', '094939.294000', '094939.297000', '094939.300000', '094939.303000', '094939.305000', '094959.108000', '094959.111000', '094959.114000', '094959.117000', '094959.120000', '094959.123000', '094959.126000', '094959.129000', '094959.131000', '094959.134000', '094959.137000', '094959.140000', '094959.143000', '094959.146000', '094959.149000', '094959.152000', '094959.154000', '094959.157000', '094959.216000', '094959.219000', '094959.221000', '094959.224000', '094959.227000', '094959.230000', '094959.233000', '094959.236000', '094959.239000', '094959.241000', '094959.244000', '094959.247000', '094959.250000', '094959.253000', '094959.256000', '094959.259000', '094959.262000', '094959.264000', '094959.267000', '094959.270000', '094959.273000', '094959.276000', '094959.279000', '094959.282000', '094959.285000', '095000.283000', '095000.293000', '095000.296000'], 'InstanceCreationTime': ['094019.138000', '094019.141000', '094019.144000', '094019.147000', '094019.150000', '094019.153000', '094019.156000', '094019.159000', '094019.162000', '094019.165000', '094019.168000', '094019.171000', '094019.174000', '094019.184000', '094019.187000', '094019.190000', '094019.193000', '094019.196000', '094019.198000', '094019.201000', '094019.204000', '094019.212000', '094019.215000', '094019.217000', '094019.220000', '094019.223000', '094019.226000', '094019.229000', '094019.232000', '094019.237000', '094019.240000', '094019.243000', '094019.246000', '094019.249000', '094039.108000', '094039.111000', '094039.114000', '094039.120000', '094039.123000', '094039.126000', '094039.129000', '094039.132000', '094039.134000', '094039.137000', '094039.140000', '094039.143000', '094039.146000', '094039.149000', '094039.152000', '094039.154000', '094039.157000', '094039.160000', '094039.163000', '094039.166000', '094039.169000', '094039.171000', '094039.174000', '094039.177000', '094039.180000', '094039.183000', '094039.186000', '094039.188000', '094039.191000', '094039.194000', '094039.197000', '094039.200000', '094039.202000', '094039.205000', '094039.208000', '094039.211000', '094039.214000', '094039.217000', '094039.220000', '094039.222000', '094039.225000', '094039.228000', '094039.231000', '094039.234000', '094059.108000', '094059.111000', '094059.114000', '094059.116000', '094059.119000', '094059.122000', '094059.131000', '094059.133000', '094059.136000', '094059.139000', '094059.142000', '094059.145000', '094059.148000', '094059.151000', '094059.153000', '094059.156000', '094059.159000', '094059.162000', '094059.165000', '094059.168000', '094059.171000', '094059.174000', '094059.177000', '094059.179000', '094059.182000', '094059.185000', '094059.188000', '094059.191000', '094059.194000', '094059.196000', '094059.199000', '094059.202000', '094059.205000', '094059.208000', '094059.217000', '094059.220000', '094059.222000', '094059.225000', '094059.228000', '094059.231000', '094059.234000', '094059.237000', '094059.239000', '094119.108000', '094119.119000', '094119.122000', '094119.124000', '094119.127000', '094119.130000', '094119.133000', '094119.136000', '094119.139000', '094119.142000', '094119.145000', '094119.147000', '094119.150000', '094119.153000', '094119.156000', '094119.159000', '094119.162000', '094119.165000', '094119.168000', '094119.171000', '094119.173000', '094119.176000', '094119.179000', '094119.182000', '094119.185000', '094119.188000', '094119.191000', '094119.193000', '094119.196000', '094119.199000', '094119.202000', '094119.205000', '094119.207000', '094119.210000', '094119.213000', '094119.216000', '094119.219000', '094119.222000', '094119.225000', '094119.227000', '094119.230000', '094119.233000', '094119.236000', '094119.239000', '094139.109000', '094139.112000', '094139.115000', '094139.118000', '094139.121000', '094139.123000', '094139.126000', '094139.129000', '094139.132000', '094139.135000', '094139.137000', '094139.140000', '094139.143000', '094139.146000', '094139.149000', '094139.152000', '094139.155000', '094139.158000', '094139.161000', '094139.164000', '094139.167000', '094139.169000', '094139.172000', '094139.175000', '094139.178000', '094139.181000', '094139.183000', '094139.186000', '094139.189000', '094139.192000', '094139.195000', '094139.198000', '094139.201000', '094139.203000', '094139.206000', '094139.209000', '094139.212000', '094139.215000', '094139.217000', '094139.221000', '094139.224000', '094139.227000', '094139.230000', '094159.108000', '094159.111000', '094159.113000', '094159.116000', '094159.119000', '094159.122000', '094159.125000', '094159.128000', '094159.131000', '094159.134000', '094159.136000', '094159.139000', '094159.142000', '094159.145000', '094159.148000', '094159.150000', '094159.153000', '094159.156000', '094159.159000', '094159.162000', '094159.165000', '094159.168000', '094159.171000', '094159.173000', '094159.176000', '094159.179000', '094159.182000', '094159.185000', '094159.188000', '094159.190000', '094159.193000', '094159.196000', '094159.199000', '094159.202000', '094159.205000', '094159.208000', '094159.210000', '094159.213000', '094159.216000', '094159.219000', '094159.222000', '094159.225000', '094159.227000', '094159.230000', '094219.108000', '094219.111000', '094219.114000', '094219.117000', '094219.120000', '094219.122000', '094219.125000', '094219.128000', '094219.131000', '094219.134000', '094219.137000', '094219.140000', '094219.142000', '094219.145000', '094219.148000', '094219.151000', '094219.154000', '094219.157000', '094219.215000', '094219.218000', '094219.221000', '094219.224000', '094219.227000', '094219.229000', '094219.232000', '094219.235000', '094219.238000', '094219.241000', '094219.244000', '094219.246000', '094219.249000', '094219.252000', '094219.255000', '094219.258000', '094219.261000', '094219.264000', '094219.266000', '094219.269000', '094219.272000', '094219.275000', '094219.278000', '094219.281000', '094219.283000', '094239.108000', '094239.111000', '094239.114000', '094239.117000', '094239.119000', '094239.122000', '094239.125000', '094239.128000', '094239.131000', '094239.134000', '094239.136000', '094239.139000', '094239.142000', '094239.145000', '094239.148000', '094239.151000', '094239.154000', '094239.156000', '094239.197000', '094239.200000', '094239.203000', '094239.206000', '094239.209000', '094239.212000', '094239.214000', '094239.217000', '094239.220000', '094239.223000', '094239.226000', '094239.229000', '094239.251000', '094239.262000', '094239.265000', '094239.267000', '094239.270000', '094239.273000', '094239.276000', '094239.279000', '094239.282000', '094239.285000', '094239.287000', '094239.290000', '094239.293000', '094239.296000', '094259.108000', '094259.111000', '094259.114000', '094259.117000', '094259.120000', '094259.123000', '094259.125000', '094259.128000', '094259.131000', '094259.134000', '094259.137000', '094259.140000', '094259.142000', '094259.145000', '094259.148000', '094259.151000', '094259.154000', '094259.157000', '094259.160000', '094259.163000', '094259.165000', '094259.168000', '094259.171000', '094259.174000', '094259.177000', '094259.180000', '094259.183000', '094259.185000', '094259.188000', '094259.191000', '094259.194000', '094259.197000', '094259.200000', '094259.203000', '094259.206000', '094259.208000', '094259.211000', '094259.214000', '094259.217000', '094259.220000', '094259.222000', '094259.225000', '094259.228000', '094319.108000', '094319.111000', '094319.114000', '094319.117000', '094319.120000', '094319.122000', '094319.125000', '094319.128000', '094319.131000', '094319.134000', '094319.137000', '094319.140000', '094319.142000', '094319.145000', '094319.148000', '094319.151000', '094319.154000', '094319.157000', '094319.171000', '094319.173000', '094319.176000', '094319.179000', '094319.182000', '094319.185000', '094319.188000', '094319.190000', '094319.193000', '094319.196000', '094319.199000', '094319.202000', '094319.205000', '094319.208000', '094319.211000', '094319.213000', '094319.216000', '094319.219000', '094319.222000', '094319.225000', '094319.228000', '094319.231000', '094319.234000', '094319.236000', '094319.239000', '094339.108000', '094339.111000', '094339.114000', '094339.117000', '094339.120000', '094339.123000', '094339.125000', '094339.128000', '094339.131000', '094339.134000', '094339.137000', '094339.139000', '094339.142000', '094339.145000', '094339.150000', '094339.153000', '094339.156000', '094339.208000', '094339.211000', '094339.214000', '094339.217000', '094339.220000', '094339.223000', '094339.226000', '094339.229000', '094339.231000', '094339.234000', '094339.237000', '094339.240000', '094339.243000', '094339.246000', '094339.249000', '094339.251000', '094339.254000', '094339.257000', '094339.260000', '094339.263000', '094339.266000', '094339.269000', '094339.271000', '094339.274000', '094339.277000', '094339.280000', '094339.283000', '094359.108000', '094359.111000', '094359.114000', '094359.117000', '094359.120000', '094359.123000', '094359.126000', '094359.129000', '094359.131000', '094359.134000', '094359.137000', '094359.140000', '094359.143000', '094359.146000', '094359.150000', '094359.154000', '094359.157000', '094359.218000', '094359.221000', '094359.223000', '094359.226000', '094359.229000', '094359.232000', '094359.235000', '094359.238000', '094359.240000', '094359.243000', '094359.246000', '094359.249000', '094359.252000', '094359.255000', '094359.258000', '094359.260000', '094359.263000', '094359.266000', '094359.269000', '094359.272000', '094359.275000', '094359.294000', '094359.297000', '094359.299000', '094359.302000', '094359.305000', '094419.108000', '094419.111000', '094419.114000', '094419.117000', '094419.120000', '094419.122000', '094419.125000', '094419.128000', '094419.131000', '094419.134000', '094419.137000', '094419.139000', '094419.150000', '094419.153000', '094419.155000', '094419.158000', '094419.201000', '094419.204000', '094419.207000', '094419.210000', '094419.213000', '094419.215000', '094419.218000', '094419.221000', '094419.224000', '094419.227000', '094419.230000', '094419.233000', '094419.236000', '094419.238000', '094419.241000', '094419.244000', '094419.247000', '094419.250000', '094419.253000', '094419.255000', '094419.258000', '094419.261000', '094419.264000', '094419.267000', '094419.270000', '094419.273000', '094419.275000', '094419.278000', '094439.108000', '094439.111000', '094439.114000', '094439.117000', '094439.120000', '094439.122000', '094439.129000', '094439.132000', '094439.135000', '094439.138000', '094439.141000', '094439.144000', '094439.147000', '094439.150000', '094439.153000', '094439.156000', '094439.215000', '094439.218000', '094439.221000', '094439.223000', '094439.227000', '094439.229000', '094439.232000', '094439.235000', '094439.238000', '094439.241000', '094439.244000', '094439.247000', '094439.250000', '094439.253000', '094439.255000', '094439.258000', '094439.261000', '094439.264000', '094439.267000', '094439.270000', '094439.273000', '094439.276000', '094439.278000', '094439.281000', '094439.284000', '094439.287000', '094439.290000', '094459.108000', '094459.111000', '094459.114000', '094459.117000', '094459.120000', '094459.122000', '094459.125000', '094459.128000', '094459.131000', '094459.134000', '094459.137000', '094459.140000', '094459.143000', '094459.145000', '094459.148000', '094459.151000', '094459.154000', '094459.157000', '094459.199000', '094459.202000', '094459.205000', '094459.207000', '094459.210000', '094459.213000', '094459.216000', '094459.219000', '094459.222000', '094459.225000', '094459.228000', '094459.231000', '094459.233000', '094459.236000', '094459.239000', '094459.242000', '094459.245000', '094459.248000', '094459.251000', '094459.253000', '094459.256000', '094459.259000', '094459.262000', '094459.265000', '094459.268000', '094459.271000', '094519.108000', '094519.111000', '094519.114000', '094519.117000', '094519.120000', '094519.123000', '094519.126000', '094519.128000', '094519.131000', '094519.134000', '094519.137000', '094519.140000', '094519.143000', '094519.146000', '094519.149000', '094519.154000', '094519.156000', '094519.215000', '094519.218000', '094519.221000', '094519.223000', '094519.226000', '094519.229000', '094519.232000', '094519.235000', '094519.238000', '094519.241000', '094519.244000', '094519.246000', '094519.249000', '094519.252000', '094519.255000', '094519.258000', '094519.261000', '094519.263000', '094519.266000', '094519.269000', '094519.272000', '094519.275000', '094519.278000', '094519.281000', '094519.284000', '094519.286000', '094539.108000', '094539.111000', '094539.114000', '094539.117000', '094539.120000', '094539.123000', '094539.126000', '094539.128000', '094539.131000', '094539.134000', '094539.137000', '094539.140000', '094539.143000', '094539.146000', '094539.149000', '094539.152000', '094539.154000', '094539.158000', '094539.221000', '094539.223000', '094539.226000', '094539.229000', '094539.232000', '094539.235000', '094539.238000', '094539.241000', '094539.244000', '094539.246000', '094539.249000', '094539.252000', '094539.255000', '094539.258000', '094539.261000', '094539.264000', '094539.267000', '094539.269000', '094539.272000', '094539.289000', '094539.300000', '094539.303000', '094539.306000', '094539.309000', '094539.312000', '094539.314000', '094559.108000', '094559.111000', '094559.114000', '094559.116000', '094559.120000', '094559.122000', '094559.125000', '094559.128000', '094559.131000', '094559.134000', '094559.137000', '094559.139000', '094559.142000', '094559.145000', '094559.148000', '094559.151000', '094559.154000', '094559.157000', '094559.225000', '094559.228000', '094559.231000', '094559.234000', '094559.237000', '094559.240000', '094559.243000', '094559.245000', '094559.248000', '094559.251000', '094559.254000', '094559.257000', '094559.260000', '094559.263000', '094559.265000', '094559.268000', '094559.271000', '094559.274000', '094559.277000', '094559.280000', '094559.283000', '094559.285000', '094559.288000', '094559.291000', '094559.294000', '094619.108000', '094619.111000', '094619.114000', '094619.117000', '094619.120000', '094619.123000', '094619.125000', '094619.128000', '094619.131000', '094619.134000', '094619.137000', '094619.140000', '094619.142000', '094619.145000', '094619.148000', '094619.151000', '094619.154000', '094619.157000', '094619.223000', '094619.226000', '094619.228000', '094619.231000', '094619.234000', '094619.237000', '094619.240000', '094619.243000', '094619.245000', '094619.248000', '094619.251000', '094619.254000', '094619.257000', '094619.260000', '094619.263000', '094619.266000', '094619.268000', '094619.271000', '094619.274000', '094619.277000', '094619.280000', '094619.283000', '094619.285000', '094619.288000', '094619.291000', '094619.294000', '094639.108000', '094639.111000', '094639.114000', '094639.117000', '094639.120000', '094639.123000', '094639.125000', '094639.128000', '094639.132000', '094639.135000', '094639.138000', '094639.141000', '094639.144000', '094639.146000', '094639.149000', '094639.152000', '094639.155000', '094639.158000', '094639.218000', '094639.221000', '094639.224000', '094639.227000', '094639.230000', '094639.233000', '094639.236000', '094639.239000', '094639.241000', '094639.244000', '094639.247000', '094639.250000', '094639.253000', '094639.256000', '094639.258000', '094639.261000', '094639.264000', '094639.267000', '094639.270000', '094639.273000', '094639.276000', '094639.278000', '094639.281000', '094639.284000', '094639.287000', '094659.108000', '094659.111000', '094659.114000', '094659.117000', '094659.120000', '094659.123000', '094659.125000', '094659.128000', '094659.131000', '094659.134000', '094659.137000', '094659.140000', '094659.143000', '094659.146000', '094659.149000', '094659.151000', '094659.154000', '094659.157000', '094659.222000', '094659.225000', '094659.228000', '094659.231000', '094659.233000', '094659.236000', '094659.239000', '094659.242000', '094659.245000', '094659.248000', '094659.251000', '094659.254000', '094659.256000', '094659.259000', '094659.262000', '094659.265000', '094659.268000', '094659.271000', '094659.274000', '094659.276000', '094659.279000', '094659.282000', '094659.285000', '094659.288000', '094659.291000', '094659.293000', '094719.108000', '094719.111000', '094719.114000', '094719.117000', '094719.120000', '094719.123000', '094719.126000', '094719.128000', '094719.131000', '094719.134000', '094719.137000', '094719.140000', '094719.143000', '094719.145000', '094719.148000', '094719.151000', '094719.154000', '094719.157000', '094719.160000', '094719.163000', '094719.166000', '094719.169000', '094719.172000', '094719.174000', '094719.177000', '094719.180000', '094719.183000', '094719.186000', '094719.189000', '094719.191000', '094719.194000', '094719.197000', '094719.200000', '094719.203000', '094719.206000', '094719.209000', '094719.211000', '094719.215000', '094719.218000', '094719.221000', '094719.224000', '094719.227000', '094719.230000', '094739.108000', '094739.111000', '094739.114000', '094739.117000', '094739.120000', '094739.123000', '094739.126000', '094739.128000', '094739.131000', '094739.134000', '094739.137000', '094739.140000', '094739.143000', '094739.145000', '094739.148000', '094739.151000', '094739.154000', '094739.157000', '094739.204000', '094739.207000', '094739.210000', '094739.213000', '094739.215000', '094739.218000', '094739.221000', '094739.224000', '094739.227000', '094739.230000', '094739.232000', '094739.235000', '094739.238000', '094739.241000', '094739.244000', '094739.247000', '094739.250000', '094739.253000', '094739.255000', '094739.258000', '094739.261000', '094739.264000', '094739.267000', '094739.270000', '094739.273000', '094739.276000', '094759.108000', '094759.111000', '094759.114000', '094759.117000', '094759.120000', '094759.123000', '094759.125000', '094759.128000', '094759.131000', '094759.134000', '094759.137000', '094759.140000', '094759.142000', '094759.145000', '094759.148000', '094759.151000', '094759.154000', '094759.157000', '094759.220000', '094759.223000', '094759.226000', '094759.229000', '094759.232000', '094759.235000', '094759.238000', '094759.241000', '094759.244000', '094759.247000', '094759.249000', '094759.252000', '094759.255000', '094759.258000', '094759.261000', '094759.264000', '094759.267000', '094759.270000', '094759.272000', '094759.275000', '094759.278000', '094759.281000', '094759.284000', '094759.287000', '094759.289000', '094819.108000', '094819.111000', '094819.114000', '094819.117000', '094819.120000', '094819.122000', '094819.126000', '094819.128000', '094819.131000', '094819.134000', '094819.137000', '094819.140000', '094819.143000', '094819.145000', '094819.148000', '094819.151000', '094819.154000', '094819.157000', '094819.232000', '094819.234000', '094819.237000', '094819.240000', '094819.243000', '094819.246000', '094819.249000', '094819.251000', '094819.254000', '094819.257000', '094819.260000', '094819.263000', '094819.266000', '094819.269000', '094819.272000', '094819.275000', '094819.278000', '094819.280000', '094819.283000', '094819.286000', '094819.289000', '094819.291000', '094819.294000', '094819.297000', '094819.300000', '094819.303000', '094839.108000', '094839.111000', '094839.114000', '094839.117000', '094839.120000', '094839.123000', '094839.125000', '094839.128000', '094839.131000', '094839.134000', '094839.137000', '094839.140000', '094839.143000', '094839.145000', '094839.148000', '094839.151000', '094839.154000', '094839.157000', '094839.230000', '094839.233000', '094839.236000', '094839.239000', '094839.242000', '094839.245000', '094839.248000', '094839.250000', '094839.253000', '094839.256000', '094839.259000', '094839.262000', '094839.265000', '094839.268000', '094839.271000', '094839.274000', '094839.277000', '094839.280000', '094839.283000', '094839.285000', '094839.289000', '094839.291000', '094839.294000', '094839.297000', '094839.300000', '094859.108000', '094859.111000', '094859.114000', '094859.117000', '094859.120000', '094859.123000', '094859.125000', '094859.128000', '094859.131000', '094859.134000', '094859.137000', '094859.140000', '094859.143000', '094859.146000', '094859.149000', '094859.151000', '094859.154000', '094859.157000', '094859.198000', '094859.201000', '094859.203000', '094859.206000', '094859.209000', '094859.212000', '094859.215000', '094859.218000', '094859.221000', '094859.223000', '094859.226000', '094859.229000', '094859.232000', '094859.235000', '094859.238000', '094859.241000', '094859.244000', '094859.246000', '094859.249000', '094859.252000', '094859.255000', '094859.258000', '094859.261000', '094859.264000', '094859.266000', '094859.269000', '094919.108000', '094919.111000', '094919.114000', '094919.117000', '094919.120000', '094919.123000', '094919.125000', '094919.128000', '094919.131000', '094919.134000', '094919.137000', '094919.140000', '094919.143000', '094919.145000', '094919.148000', '094919.151000', '094919.154000', '094919.157000', '094919.226000', '094919.229000', '094919.232000', '094919.235000', '094919.237000', '094919.240000', '094919.243000', '094919.246000', '094919.249000', '094919.252000', '094919.255000', '094919.258000', '094919.261000', '094919.264000', '094919.267000', '094919.269000', '094919.272000', '094919.275000', '094919.278000', '094919.281000', '094919.284000', '094919.287000', '094919.289000', '094919.292000', '094919.295000', '094939.108000', '094939.111000', '094939.114000', '094939.117000', '094939.119000', '094939.122000', '094939.125000', '094939.128000', '094939.131000', '094939.134000', '094939.137000', '094939.139000', '094939.143000', '094939.145000', '094939.148000', '094939.151000', '094939.154000', '094939.157000', '094939.215000', '094939.218000', '094939.221000', '094939.224000', '094939.227000', '094939.230000', '094939.233000', '094939.235000', '094939.257000', '094939.260000', '094939.263000', '094939.265000', '094939.268000', '094939.271000', '094939.274000', '094939.277000', '094939.280000', '094939.283000', '094939.286000', '094939.288000', '094939.291000', '094939.294000', '094939.297000', '094939.300000', '094939.303000', '094939.305000', '094959.108000', '094959.111000', '094959.114000', '094959.117000', '094959.120000', '094959.123000', '094959.126000', '094959.129000', '094959.131000', '094959.134000', '094959.137000', '094959.140000', '094959.143000', '094959.146000', '094959.149000', '094959.152000', '094959.154000', '094959.157000', '094959.216000', '094959.219000', '094959.221000', '094959.224000', '094959.227000', '094959.230000', '094959.233000', '094959.236000', '094959.239000', '094959.241000', '094959.244000', '094959.247000', '094959.250000', '094959.253000', '094959.256000', '094959.259000', '094959.262000', '094959.264000', '094959.267000', '094959.270000', '094959.273000', '094959.276000', '094959.279000', '094959.282000', '094959.285000', '095000.283000', '095000.293000', '095000.296000'], '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': [11745, 19045, 16792, 12345, 12144, 10085, 10274, 10580, 8837, 12961, 9651, 8464, 13861, 11138, 14186, 11595, 10781, 13049, 10186, 13123, 9028, 12845, 9762, 12603, 9012, 12551, 8662, 12006, 8028, 9898, 8338, 7592, 8789, 7890, 9370, 7473, 9975, 8063, 8569, 7987, 8236, 7914, 7690, 9340, 7963, 10175, 8109, 7953, 10138, 8311, 10990, 8186, 8664, 9274, 7949, 10389, 8037, 11434, 8097, 12381, 9277, 12066, 8219, 10264, 8350, 8389, 10202, 7720, 12108, 8294, 9032, 9291, 7588, 11900, 8309, 9665, 10375, 7891, 11403, 7709, 7404, 10424, 7638, 8477, 10002, 8349, 8586, 12048, 7869, 7801, 14235, 11407, 10755, 13125, 14237, 12834, 13824, 12907, 13909, 14315, 12146, 14726, 12881, 12315, 13352, 12448, 13989, 10764, 14284, 11875, 12816, 10072, 9771, 8210, 8396, 9475, 8304, 10729, 8047, 9592, 8354, 8471, 8584, 8824, 9233, 8841, 9558, 8289, 11709, 8575, 10977, 8629, 9756, 8505, 8209, 10574, 8190, 11953, 8394, 10595, 8459, 8743, 8821, 8408, 9770, 8648, 10742, 8113, 9913, 8264, 9063, 9769, 8471, 10252, 8449, 8583, 10000, 8526, 9439, 9287, 8069, 10558, 9277, 9361, 13164, 8756, 13925, 10287, 14550, 11981, 12828, 11681, 11884, 12292, 12257, 12537, 13378, 11739, 14283, 13117, 13134, 10164, 12000, 8886, 11731, 7830, 9875, 7815, 8578, 8066, 8063, 9588, 8787, 10517, 8499, 10369, 8199, 10996, 8320, 10758, 8718, 10996, 8300, 11046, 7985, 11770, 7888, 10955, 7907, 9312, 8875, 8779, 10167, 8127, 12122, 8049, 9613, 7930, 8666, 11002, 8319, 9569, 10436, 8686, 11127, 8517, 11398, 9989, 8724, 12324, 9993, 11360, 9655, 7891, 12462, 8977, 13881, 9560, 12860, 10970, 7987, 12763, 8696, 12800, 9111, 14529, 9056, 12635, 10063, 8215, 11413, 8477, 11799, 7927, 11553, 8290, 12504, 10032, 8608, 11706, 8230, 12117, 9009, 15029, 9558, 14546, 10544, 13312, 10082, 9610, 9436, 7741, 10107, 7772, 10412, 8275, 10448, 8375, 11229, 8011, 10919, 7913, 8769, 8384, 8551, 12618, 8165, 9523, 10636, 7850, 11559, 8663, 8519, 11667, 8192, 8687, 10961, 8123, 9752, 10213, 8707, 13845, 8985, 11042, 12704, 12040, 13709, 12896, 15866, 12319, 15006, 11687, 13881, 11379, 11816, 12390, 10299, 13628, 9769, 13902, 8329, 12996, 7959, 9986, 8257, 9613, 8449, 9403, 7918, 9124, 7616, 13107, 7452, 11186, 7639, 9473, 7644, 8845, 12194, 7661, 9633, 7818, 8849, 12157, 8235, 11799, 7924, 12627, 7784, 12930, 8639, 13742, 8920, 11022, 8645, 11435, 8917, 11658, 8218, 8799, 12309, 9045, 9411, 7977, 7415, 7094, 8256, 7161, 8235, 8012, 9367, 8737, 7503, 10444, 9496, 8204, 13689, 11019, 12631, 12829, 14170, 15371, 13299, 16004, 14723, 13436, 15271, 13898, 14981, 11100, 14501, 11026, 13827, 9798, 12597, 8910, 10217, 8859, 9204, 9400, 9280, 9639, 9051, 9579, 9056, 9688, 9129, 9114, 11112, 9244, 12595, 9171, 12314, 9122, 9210, 8785, 8859, 8876, 8870, 9276, 8883, 9493, 9142, 9168, 9372, 9034, 9115, 8574, 13201, 8558, 9474, 8425, 9019, 10123, 8114, 10157, 11140, 9200, 11389, 8525, 10556, 8128, 9926, 10712, 8664, 12114, 9093, 11924, 9099, 12173, 10566, 14312, 11086, 13562, 11446, 13855, 8869, 11507, 7687, 11782, 7726, 10902, 7695, 10573, 7862, 10135, 7487, 10106, 7891, 10005, 7964, 10256, 8060, 12409, 8175, 8766, 9010, 8783, 10831, 8534, 10403, 7682, 9777, 8302, 9568, 9969, 8477, 11341, 9840, 10756, 9176, 8199, 12083, 8167, 7143, 7148, 8378, 6803, 7904, 10060, 13554, 11573, 10304, 16326, 12394, 12191, 13069, 10278, 16511, 11406, 13193, 12031, 9083, 13385, 8771, 13546, 10066, 13580, 9303, 9111, 9770, 7300, 10892, 8153, 11040, 8661, 10069, 8455, 7231, 9337, 7868, 10919, 8822, 8912, 8548, 7168, 9439, 8167, 10078, 8645, 12094, 8952, 10159, 8429, 8157, 9842, 7284, 9751, 8079, 10101, 8433, 11933, 8809, 10403, 8304, 7565, 9097, 8191, 9987, 8318, 7122, 10525, 8216, 7262, 11206, 8808, 7856, 10142, 8586, 10051, 9051, 8036, 11021, 8727, 8149, 13853, 12129, 11037, 14216, 11999, 11992, 16401, 13062, 12317, 15304, 12422, 14734, 13477, 11554, 13665, 10281, 15799, 12429, 10075, 9610, 7811, 12423, 8931, 8201, 9208, 8024, 10537, 8753, 7103, 9917, 7800, 7863, 8604, 7062, 10568, 8185, 7709, 8696, 8007, 10235, 8970, 7070, 10284, 7885, 11722, 8322, 11834, 8838, 13207, 9883, 12401, 8168, 12465, 8678, 10524, 8863, 9910, 8753, 9776, 7405, 8950, 6846, 8844, 8146, 9331, 8363, 10838, 8409, 9192, 7993, 8187, 8092, 7069, 9140, 8167, 10199, 8887, 8425, 8828, 7841, 9291, 8678, 11362, 8767, 11309, 8822, 10492, 10265, 9094, 12345, 9474, 13248, 10370, 14916, 10852, 14223, 12086, 11344, 15429, 11174, 15953, 11278, 15089, 11128, 15072, 10979, 13405, 11104, 7996, 12474, 8967, 8914, 9668, 7728, 12143, 9360, 9234, 11942, 10205, 14325, 10321, 9017, 12492, 10643, 15024, 11436, 14793, 11225, 12913, 11048, 13286, 10123, 12904, 8585, 11047, 9406, 10071, 12980, 8615, 11199, 8108, 7877, 8163, 7150, 9296, 6982, 9745, 7515, 9137, 8166, 8864, 8307, 8972, 8131, 8755, 8015, 8970, 8289, 9116, 8295, 6859, 9242, 8062, 8887, 7402, 6832, 8368, 6888, 9119, 7265, 9551, 8678, 12040, 8821, 11132, 9013, 9505, 8546, 11247, 9712, 9688, 12579, 9591, 12685, 7346, 7255, 7085, 7027, 6884, 7343, 7104, 9163, 8502, 7149, 11565, 12300, 10483, 15328, 14558, 13128, 19156, 14630, 14219, 13684, 9877, 13965, 9749, 13941, 10318, 14126, 9815, 13559, 9592, 12608, 9137, 11887, 9092, 11615, 8972, 11779, 8908, 9141, 9027, 6975, 9111, 8157, 9453, 8904, 11466, 8819, 10138, 8371, 9478, 8418, 9312, 8655, 7334, 9898, 9449, 9523, 8618, 7813, 7704, 6765, 7316, 12634, 9015, 8182, 7773, 7224, 9270, 7177, 6752, 11870, 9472, 10205, 11950, 11245, 16516, 12560, 12635, 14277, 10270, 13286, 9594, 13551, 10314, 13677, 10681, 13253, 9135, 11909, 8795, 9884, 10491, 9152, 11245, 8001, 10430, 7817, 8735, 8147, 7180, 8621, 6929, 9009, 7882, 8436, 8569, 7992, 9401, 6712, 6843, 7613, 6785, 7497, 8662, 7336, 6968, 8706, 10039, 9327, 11518, 13419, 12560, 11027, 14975, 13354, 13192, 16352, 14083, 13507, 13948, 13105, 14151, 11289, 14268, 11564, 12429, 9866, 9254, 10526, 7417, 11539, 7299, 10240, 7357, 7660, 7318, 7217, 7880, 7439, 8301, 7505, 8512, 7597, 7977, 7358, 7718, 7401, 7817, 7138, 8409, 7186, 8510, 7204, 8417, 7337, 7183, 7165, 6889, 7750, 6762, 8579, 9047, 7480, 11422, 7506, 10685, 7852, 9764, 7516, 9852, 7500, 7913, 7975, 7122, 7443, 7361, 7081, 8112, 7155, 6965, 6884, 7132, 6918, 9455, 8713, 7846, 10758, 7718, 7329, 13277, 11228, 12578, 14858, 13962, 16926, 15995, 16668, 17169, 15054, 17233, 16207, 14440, 16960, 11542, 16619, 10098, 15262, 7846, 11327, 7720, 10027, 7896, 9750, 7827, 7380, 8721, 7543, 9573, 7596, 9383, 7568, 9489, 7615, 9523, 7889, 9966, 8151, 7821, 8835, 7892, 9094, 7769, 9438, 7743, 7552, 8862, 7063, 8219, 7535, 7970, 8156, 7451, 7504, 9321, 7175, 7211, 9267, 7856, 8585, 11235, 8933, 15367, 9974, 9551, 11722, 9444, 16119, 11071, 11205, 12769, 8491, 13757, 9851, 14962, 10421, 15086, 10360, 14043, 10240, 10170, 10281, 7663, 8403, 8020, 7122, 10532, 8588, 12097, 8756, 11619, 8869, 13076, 11175, 13657, 11717, 8140, 8711, 7551, 7220, 7164, 7186, 10621, 7429, 9034, 9406, 7571, 14693, 11764, 11445, 8220, 7695, 15521, 11434, 16316, 12859, 14336, 14104, 11249, 15787, 12074, 15439, 11251, 10742, 14063, 9505, 15397, 11618, 14766, 10427, 9622, 8270, 7530, 8723, 7097, 8890, 7272, 9009, 7395, 8352, 7440, 7129, 8291, 7352, 8981, 7695, 8708, 7453, 8865, 7330, 7319, 7552, 7180, 8963, 7338, 9186, 7419, 9235, 7734, 9667, 7409, 7637, 7468, 7287, 7970, 6868, 7251, 7445, 7501, 10565, 7753, 8797, 8870, 7301, 12331, 8393, 12896, 11516, 13453, 11441, 13106, 11456, 8866, 12576, 8157, 11510, 7337, 14283, 10008, 8563, 7897, 7225, 10020, 7800, 9213, 7289, 7759, 8647, 7278, 11031, 9797, 14162, 8861, 9597, 9693, 8016, 13674, 10344, 11286, 9049, 7284, 9104, 7404, 7557, 8462, 7074, 7571, 10582, 8282, 7773, 13165, 10908, 12260, 14626, 12715, 13858, 14928, 14812, 15268, 12034, 13866, 14601, 11744, 15165, 11874, 14664, 12293, 11083, 7896, 7674, 8430, 7492, 8944, 7337, 8479, 7255, 7362, 7598, 7512, 7862, 7662, 8519, 7744, 8364, 7806, 8346, 7462, 8750, 7461, 8984, 7389, 7927, 7582, 6927, 7367, 7141, 7869, 6929, 8580, 7600, 10190, 7318, 7699, 7135, 6994, 7402, 6903, 8190, 6874, 8822, 7793, 9648, 7891, 10131, 7732, 7339, 8276, 7112, 9876, 7033, 8272, 7089, 7014, 8022, 6857, 10163, 8417, 11361, 8077, 10364, 8369, 12402, 9237, 13078, 9761, 12524, 9340, 8563, 10597, 7986, 11117, 7948, 11223, 7659, 9505, 7773, 7374, 9347, 7366, 11679, 8253, 9985, 8637, 7172, 10759, 7912, 12386, 10195, 14520, 10486, 10084, 10155, 8050, 12073, 9792, 14267, 11212, 13407, 13450, 9290, 14560], 'WindowCenter': [4087.0, 4184.0, 4205.0, 4144.0, 4130.0, 4108.0, 4110.0, 4108.0, 4100.0, 4139.0, 4109.0, 4089.0, 4137.0, 4119.0, 4127.0, 4116.0, 4105.0, 4131.0, 4093.0, 4113.0, 4070.0, 4102.0, 4081.0, 4099.0, 4070.0, 4099.0, 4072.0, 4102.0, 4060.0, 4080.0, 4060.0, 4049.0, 4070.0, 4061.0, 4081.0, 4061.0, 4092.0, 4076.0, 4087.0, 4088.0, 4099.0, 4088.0, 4089.0, 4113.0, 4104.0, 4134.0, 4103.0, 4104.0, 4135.0, 4114.0, 4146.0, 4115.0, 4114.0, 4124.0, 4104.0, 4134.0, 4104.0, 4145.0, 4117.0, 4154.0, 4124.0, 4143.0, 4113.0, 4136.0, 4115.0, 4101.0, 4135.0, 4105.0, 4158.0, 4115.0, 4125.0, 4124.0, 4103.0, 4154.0, 4127.0, 4137.0, 4149.0, 4131.0, 4173.0, 4129.0, 4105.0, 4133.0, 4115.0, 4126.0, 4144.0, 4126.0, 4122.0, 4167.0, 4139.0, 4141.0, 4189.0, 4168.0, 4156.0, 4178.0, 4179.0, 4156.0, 4154.0, 4143.0, 4141.0, 4142.0, 4119.0, 4139.0, 4117.0, 4104.0, 4113.0, 4100.0, 4108.0, 4079.0, 4107.0, 4088.0, 4097.0, 4065.0, 4066.0, 4046.0, 4057.0, 4079.0, 4056.0, 4078.0, 4058.0, 4078.0, 4056.0, 4060.0, 4070.0, 4081.0, 4093.0, 4094.0, 4094.0, 4086.0, 4126.0, 4096.0, 4117.0, 4098.0, 4109.0, 4099.0, 4097.0, 4118.0, 4101.0, 4140.0, 4099.0, 4131.0, 4100.0, 4109.0, 4111.0, 4099.0, 4121.0, 4111.0, 4132.0, 4101.0, 4119.0, 4100.0, 4109.0, 4121.0, 4112.0, 4133.0, 4114.0, 4128.0, 4147.0, 4139.0, 4151.0, 4138.0, 4127.0, 4162.0, 4151.0, 4151.0, 4181.0, 4130.0, 4179.0, 4148.0, 4179.0, 4159.0, 4166.0, 4154.0, 4143.0, 4144.0, 4142.0, 4141.0, 4150.0, 4130.0, 4150.0, 4138.0, 4138.0, 4107.0, 4115.0, 4083.0, 4112.0, 4062.0, 4093.0, 4075.0, 4086.0, 4085.0, 4088.0, 4110.0, 4100.0, 4120.0, 4098.0, 4119.0, 4098.0, 4118.0, 4098.0, 4119.0, 4099.0, 4118.0, 4088.0, 4117.0, 4088.0, 4127.0, 4088.0, 4118.0, 4089.0, 4109.0, 4108.0, 4099.0, 4121.0, 4100.0, 4141.0, 4102.0, 4138.0, 4118.0, 4140.0, 4147.0, 4128.0, 4136.0, 4146.0, 4116.0, 4147.0, 4125.0, 4159.0, 4138.0, 4129.0, 4170.0, 4138.0, 4157.0, 4125.0, 4104.0, 4154.0, 4112.0, 4164.0, 4123.0, 4154.0, 4133.0, 4101.0, 4153.0, 4100.0, 4142.0, 4111.0, 4162.0, 4111.0, 4140.0, 4110.0, 4088.0, 4128.0, 4087.0, 4128.0, 4087.0, 4130.0, 4101.0, 4141.0, 4121.0, 4100.0, 4143.0, 4102.0, 4142.0, 4112.0, 4161.0, 4111.0, 4163.0, 4122.0, 4151.0, 4119.0, 4108.0, 4108.0, 4088.0, 4109.0, 4078.0, 4119.0, 4098.0, 4118.0, 4098.0, 4131.0, 4090.0, 4130.0, 4103.0, 4127.0, 4127.0, 4125.0, 4154.0, 4112.0, 4137.0, 4148.0, 4128.0, 4158.0, 4115.0, 4114.0, 4141.0, 4102.0, 4125.0, 4145.0, 4115.0, 4137.0, 4150.0, 4141.0, 4180.0, 4140.0, 4147.0, 4156.0, 4145.0, 4155.0, 4144.0, 4161.0, 4131.0, 4138.0, 4106.0, 4114.0, 4092.0, 4089.0, 4101.0, 4069.0, 4100.0, 4068.0, 4097.0, 4035.0, 4085.0, 4031.0, 4052.0, 4033.0, 4053.0, 4042.0, 4054.0, 4034.0, 4054.0, 4035.0, 4097.0, 4037.0, 4089.0, 4049.0, 4080.0, 4061.0, 4084.0, 4113.0, 4075.0, 4098.0, 4089.0, 4112.0, 4142.0, 4103.0, 4143.0, 4104.0, 4144.0, 4093.0, 4157.0, 4115.0, 4154.0, 4113.0, 4132.0, 4102.0, 4130.0, 4101.0, 4132.0, 4116.0, 4113.0, 4156.0, 4124.0, 4124.0, 4101.0, 4089.0, 4085.0, 4107.0, 4087.0, 4109.0, 4110.0, 4131.0, 4120.0, 4114.0, 4158.0, 4136.0, 4126.0, 4178.0, 4148.0, 4145.0, 4155.0, 4155.0, 4164.0, 4141.0, 4149.0, 4137.0, 4112.0, 4122.0, 4110.0, 4109.0, 4078.0, 4096.0, 4067.0, 4097.0, 4066.0, 4086.0, 4045.0, 4053.0, 4043.0, 4052.0, 4053.0, 4054.0, 4056.0, 4055.0, 4054.0, 4055.0, 4067.0, 4067.0, 4072.0, 4102.0, 4084.0, 4115.0, 4086.0, 4115.0, 4096.0, 4085.0, 4087.0, 4086.0, 4086.0, 4086.0, 4096.0, 4086.0, 4097.0, 4097.0, 4099.0, 4098.0, 4098.0, 4089.0, 4099.0, 4142.0, 4102.0, 4124.0, 4127.0, 4128.0, 4137.0, 4107.0, 4138.0, 4152.0, 4154.0, 4174.0, 4144.0, 4163.0, 4133.0, 4153.0, 4163.0, 4133.0, 4174.0, 4143.0, 4172.0, 4130.0, 4171.0, 4149.0, 4180.0, 4148.0, 4169.0, 4145.0, 4156.0, 4102.0, 4130.0, 4079.0, 4129.0, 4078.0, 4120.0, 4077.0, 4119.0, 4078.0, 4108.0, 4079.0, 4107.0, 4078.0, 4109.0, 4088.0, 4110.0, 4088.0, 4141.0, 4088.0, 4088.0, 4098.0, 4101.0, 4132.0, 4102.0, 4134.0, 4104.0, 4137.0, 4127.0, 4137.0, 4138.0, 4129.0, 4162.0, 4150.0, 4146.0, 4125.0, 4130.0, 4171.0, 4115.0, 4103.0, 4052.0, 4153.0, 4012.0, 4165.0, 4160.0, 4181.0, 4145.0, 4132.0, 4173.0, 4156.0, 4145.0, 4140.0, 4109.0, 4158.0, 4117.0, 4126.0, 4114.0, 4081.0, 4112.0, 4070.0, 4109.0, 4078.0, 4108.0, 4067.0, 4067.0, 4077.0, 4044.0, 4075.0, 4056.0, 4084.0, 4056.0, 4066.0, 4055.0, 4046.0, 4078.0, 4057.0, 4089.0, 4081.0, 4081.0, 4081.0, 4061.0, 4091.0, 4081.0, 4093.0, 4095.0, 4124.0, 4094.0, 4106.0, 4097.0, 4086.0, 4106.0, 4074.0, 4106.0, 4085.0, 4105.0, 4097.0, 4125.0, 4097.0, 4117.0, 4098.0, 4100.0, 4109.0, 4110.0, 4119.0, 4110.0, 4090.0, 4144.0, 4138.0, 4115.0, 4157.0, 4138.0, 4128.0, 4160.0, 4152.0, 4173.0, 4163.0, 4152.0, 4181.0, 4158.0, 4147.0, 4211.0, 4189.0, 4179.0, 4190.0, 4170.0, 4157.0, 4187.0, 4166.0, 4154.0, 4164.0, 4142.0, 4149.0, 4140.0, 4115.0, 4126.0, 4093.0, 4133.0, 4113.0, 4079.0, 4067.0, 4059.0, 4098.0, 4066.0, 4055.0, 4077.0, 4069.0, 4099.0, 4081.0, 4061.0, 4091.0, 4085.0, 4095.0, 4125.0, 4116.0, 4128.0, 4087.0, 4075.0, 4109.0, 4097.0, 4117.0, 4097.0, 4075.0, 4106.0, 4085.0, 4126.0, 4086.0, 4126.0, 4097.0, 4136.0, 4109.0, 4125.0, 4086.0, 4114.0, 4084.0, 4103.0, 4084.0, 4094.0, 4084.0, 4093.0, 4063.0, 4082.0, 4052.0, 4082.0, 4073.0, 4093.0, 4085.0, 4114.0, 4087.0, 4107.0, 4099.0, 4098.0, 4100.0, 4091.0, 4121.0, 4114.0, 4145.0, 4123.0, 4112.0, 4124.0, 4115.0, 4137.0, 4127.0, 4156.0, 4126.0, 4145.0, 4126.0, 4146.0, 4137.0, 4127.0, 4166.0, 4138.0, 4167.0, 4147.0, 4177.0, 4147.0, 4177.0, 4156.0, 4146.0, 4190.0, 4148.0, 4178.0, 4146.0, 4164.0, 4148.0, 4180.0, 4147.0, 4155.0, 4145.0, 4101.0, 4138.0, 4112.0, 4112.0, 4135.0, 4117.0, 4157.0, 4138.0, 4136.0, 4156.0, 4136.0, 4166.0, 4134.0, 4113.0, 4156.0, 4133.0, 4164.0, 4131.0, 4153.0, 4119.0, 4129.0, 4117.0, 4125.0, 4093.0, 4111.0, 4070.0, 4091.0, 4068.0, 4081.0, 4098.0, 4055.0, 4085.0, 4046.0, 4046.0, 4055.0, 4035.0, 4066.0, 4036.0, 4077.0, 4047.0, 4067.0, 4069.0, 4079.0, 4071.0, 4078.0, 4072.0, 4069.0, 4073.0, 4082.0, 4083.0, 4083.0, 4074.0, 4051.0, 4091.0, 4085.0, 4095.0, 4077.0, 4078.0, 4101.0, 4090.0, 4109.0, 4092.0, 4122.0, 4112.0, 4143.0, 4123.0, 4143.0, 4114.0, 4122.0, 4113.0, 4132.0, 4121.0, 4124.0, 4157.0, 4126.0, 4140.0, 4102.0, 4111.0, 4098.0, 4114.0, 4116.0, 4126.0, 4128.0, 4148.0, 4148.0, 4131.0, 4182.0, 4181.0, 4160.0, 4203.0, 4181.0, 4168.0, 4199.0, 4166.0, 4166.0, 4153.0, 4109.0, 4139.0, 4097.0, 4127.0, 4093.0, 4124.0, 4083.0, 4111.0, 4078.0, 4099.0, 4069.0, 4089.0, 4068.0, 4088.0, 4068.0, 4088.0, 4068.0, 4068.0, 4069.0, 4049.0, 4069.0, 4060.0, 4080.0, 4082.0, 4105.0, 4095.0, 4105.0, 4087.0, 4095.0, 4086.0, 4095.0, 4086.0, 4075.0, 4107.0, 4122.0, 4111.0, 4111.0, 4103.0, 4099.0, 4085.0, 4128.0, 4169.0, 4114.0, 4102.0, 4125.0, 4116.0, 4134.0, 4103.0, 4104.0, 4168.0, 4148.0, 4146.0, 4170.0, 4159.0, 4186.0, 4154.0, 4142.0, 4152.0, 4119.0, 4139.0, 4107.0, 4137.0, 4106.0, 4136.0, 4104.0, 4123.0, 4080.0, 4100.0, 4068.0, 4090.0, 4088.0, 4067.0, 4085.0, 4054.0, 4074.0, 4056.0, 4067.0, 4057.0, 4047.0, 4078.0, 4061.0, 4093.0, 4096.0, 4096.0, 4122.0, 4127.0, 4148.0, 4106.0, 4104.0, 4127.0, 4116.0, 4127.0, 4148.0, 4123.0, 4125.0, 4157.0, 4179.0, 4181.0, 4201.0, 4199.0, 4165.0, 4145.0, 4164.0, 4152.0, 4141.0, 4163.0, 4150.0, 4136.0, 4136.0, 4123.0, 4122.0, 4091.0, 4108.0, 4087.0, 4094.0, 4063.0, 4050.0, 4061.0, 4030.0, 4069.0, 4030.0, 4060.0, 4029.0, 4029.0, 4030.0, 4030.0, 4040.0, 4031.0, 4053.0, 4043.0, 4054.0, 4043.0, 4054.0, 4044.0, 4054.0, 4043.0, 4055.0, 4045.0, 4066.0, 4058.0, 4079.0, 4071.0, 4082.0, 4073.0, 4074.0, 4075.0, 4086.0, 4098.0, 4077.0, 4109.0, 4108.0, 4088.0, 4129.0, 4088.0, 4118.0, 4098.0, 4116.0, 4088.0, 4120.0, 4088.0, 4099.0, 4100.0, 4103.0, 4099.0, 4101.0, 4101.0, 4138.0, 4124.0, 4104.0, 4150.0, 4153.0, 4153.0, 4173.0, 4177.0, 4166.0, 4182.0, 4155.0, 4145.0, 4207.0, 4181.0, 4183.0, 4207.0, 4208.0, 4219.0, 4204.0, 4195.0, 4192.0, 4169.0, 4179.0, 4174.0, 4156.0, 4177.0, 4133.0, 4164.0, 4111.0, 4148.0, 4089.0, 4115.0, 4077.0, 4095.0, 4077.0, 4097.0, 4077.0, 4076.0, 4101.0, 4092.0, 4112.0, 4092.0, 4113.0, 4102.0, 4125.0, 4106.0, 4125.0, 4105.0, 4126.0, 4121.0, 4120.0, 4129.0, 4117.0, 4127.0, 4121.0, 4139.0, 4122.0, 4134.0, 4142.0, 4125.0, 4143.0, 4147.0, 4158.0, 4145.0, 4148.0, 4127.0, 4157.0, 4139.0, 4137.0, 4171.0, 4151.0, 4152.0, 4181.0, 4148.0, 4201.0, 4159.0, 4147.0, 4166.0, 4147.0, 4199.0, 4169.0, 4157.0, 4167.0, 4124.0, 4177.0, 4146.0, 4175.0, 4145.0, 4176.0, 4144.0, 4162.0, 4120.0, 4119.0, 4118.0, 4098.0, 4111.0, 4111.0, 4100.0, 4143.0, 4123.0, 4153.0, 4121.0, 4156.0, 4135.0, 4166.0, 4157.0, 4176.0, 4163.0, 4120.0, 4141.0, 4132.0, 4120.0, 4103.0, 4065.0, 4164.0, 4133.0, 4141.0, 4140.0, 4120.0, 4183.0, 4163.0, 4155.0, 4119.0, 4118.0, 4180.0, 4150.0, 4179.0, 4149.0, 4170.0, 4159.0, 4125.0, 4141.0, 4120.0, 4138.0, 4108.0, 4107.0, 4128.0, 4086.0, 4137.0, 4107.0, 4126.0, 4095.0, 4084.0, 4074.0, 4052.0, 4073.0, 4053.0, 4073.0, 4054.0, 4073.0, 4066.0, 4076.0, 4066.0, 4066.0, 4077.0, 4067.0, 4088.0, 4079.0, 4090.0, 4082.0, 4102.0, 4095.0, 4096.0, 4108.0, 4098.0, 4129.0, 4109.0, 4129.0, 4099.0, 4130.0, 4111.0, 4144.0, 4123.0, 4133.0, 4119.0, 4122.0, 4133.0, 4126.0, 4135.0, 4136.0, 4134.0, 4179.0, 4151.0, 4161.0, 4159.0, 4138.0, 4189.0, 4162.0, 4190.0, 4180.0, 4189.0, 4179.0, 4189.0, 4179.0, 4146.0, 4178.0, 4149.0, 4189.0, 4134.0, 4193.0, 4167.0, 4145.0, 4132.0, 4138.0, 4158.0, 4133.0, 4145.0, 4126.0, 4136.0, 4149.0, 4139.0, 4182.0, 4173.0, 4178.0, 4136.0, 4144.0, 4147.0, 4137.0, 4190.0, 4158.0, 4181.0, 4158.0, 4129.0, 4146.0, 4125.0, 4123.0, 4121.0, 4112.0, 4120.0, 4152.0, 4120.0, 4121.0, 4170.0, 4155.0, 4165.0, 4174.0, 4150.0, 4148.0, 4149.0, 4147.0, 4147.0, 4124.0, 4124.0, 4133.0, 4101.0, 4120.0, 4098.0, 4118.0, 4096.0, 4086.0, 4054.0, 4044.0, 4054.0, 4045.0, 4065.0, 4045.0, 4054.0, 4058.0, 4058.0, 4057.0, 4059.0, 4070.0, 4071.0, 4082.0, 4072.0, 4081.0, 4072.0, 4082.0, 4073.0, 4092.0, 4085.0, 4094.0, 4086.0, 4096.0, 4099.0, 4089.0, 4101.0, 4090.0, 4110.0, 4090.0, 4121.0, 4101.0, 4132.0, 4102.0, 4114.0, 4104.0, 4103.0, 4103.0, 4101.0, 4112.0, 4092.0, 4134.0, 4113.0, 4131.0, 4112.0, 4132.0, 4111.0, 4113.0, 4123.0, 4104.0, 4144.0, 4116.0, 4138.0, 4116.0, 4116.0, 4137.0, 4118.0, 4157.0, 4138.0, 4168.0, 4137.0, 4157.0, 4138.0, 4178.0, 4149.0, 4177.0, 4147.0, 4167.0, 4136.0, 4123.0, 4146.0, 4125.0, 4155.0, 4125.0, 4168.0, 4130.0, 4147.0, 4127.0, 4127.0, 4147.0, 4127.0, 4169.0, 4138.0, 4157.0, 4150.0, 4119.0, 4169.0, 4139.0, 4178.0, 4161.0, 4189.0, 4160.0, 4161.0, 4150.0, 4128.0, 4181.0, 4162.0, 4192.0, 4173.0, 4179.0, 4179.0, 4138.0, 4176.0], 'WindowWidth': [9098.0, 9267.0, 9311.0, 9207.0, 9178.0, 9147.0, 9150.0, 9145.0, 9136.0, 9188.0, 9149.0, 9119.0, 9186.0, 9159.0, 9169.0, 9153.0, 9134.0, 9179.0, 9116.0, 9141.0, 9079.0, 9121.0, 9093.0, 9116.0, 9079.0, 9117.0, 9084.0, 9122.0, 9065.0, 9091.0, 9066.0, 9049.0, 9079.0, 9068.0, 9094.0, 9071.0, 9113.0, 9098.0, 9114.0, 9118.0, 9136.0, 9121.0, 9122.0, 9157.0, 9150.0, 9191.0, 9149.0, 9152.0, 9193.0, 9165.0, 9208.0, 9167.0, 9163.0, 9178.0, 9152.0, 9191.0, 9152.0, 9207.0, 9172.0, 9219.0, 9179.0, 9202.0, 9162.0, 9194.0, 9164.0, 9145.0, 9192.0, 9157.0, 9228.0, 9167.0, 9179.0, 9179.0, 9151.0, 9220.0, 9189.0, 9201.0, 9222.0, 9203.0, 9263.0, 9199.0, 9158.0, 9189.0, 9170.0, 9188.0, 9210.0, 9187.0, 9178.0, 9247.0, 9217.0, 9222.0, 9282.0, 9251.0, 9228.0, 9262.0, 9266.0, 9224.0, 9220.0, 9203.0, 9193.0, 9198.0, 9162.0, 9186.0, 9151.0, 9128.0, 9142.0, 9116.0, 9128.0, 9086.0, 9121.0, 9097.0, 9108.0, 9062.0, 9065.0, 9037.0, 9055.0, 9089.0, 9054.0, 9084.0, 9058.0, 9086.0, 9057.0, 9065.0, 9082.0, 9098.0, 9116.0, 9122.0, 9121.0, 9113.0, 9167.0, 9128.0, 9156.0, 9133.0, 9151.0, 9138.0, 9134.0, 9163.0, 9141.0, 9193.0, 9138.0, 9180.0, 9141.0, 9152.0, 9155.0, 9139.0, 9170.0, 9160.0, 9187.0, 9144.0, 9164.0, 9140.0, 9152.0, 9169.0, 9161.0, 9190.0, 9168.0, 9192.0, 9217.0, 9212.0, 9233.0, 9209.0, 9190.0, 9246.0, 9230.0, 9230.0, 9266.0, 9197.0, 9263.0, 9220.0, 9263.0, 9236.0, 9242.0, 9222.0, 9202.0, 9205.0, 9198.0, 9198.0, 9209.0, 9178.0, 9206.0, 9185.0, 9187.0, 9143.0, 9149.0, 9104.0, 9142.0, 9076.0, 9118.0, 9095.0, 9113.0, 9114.0, 9122.0, 9151.0, 9138.0, 9165.0, 9135.0, 9164.0, 9134.0, 9161.0, 9135.0, 9165.0, 9137.0, 9161.0, 9121.0, 9158.0, 9119.0, 9170.0, 9121.0, 9159.0, 9122.0, 9150.0, 9149.0, 9138.0, 9169.0, 9142.0, 9196.0, 9148.0, 9200.0, 9178.0, 9213.0, 9217.0, 9193.0, 9199.0, 9211.0, 9171.0, 9213.0, 9184.0, 9235.0, 9205.0, 9194.0, 9249.0, 9205.0, 9231.0, 9181.0, 9151.0, 9217.0, 9162.0, 9233.0, 9177.0, 9218.0, 9189.0, 9143.0, 9213.0, 9140.0, 9198.0, 9154.0, 9225.0, 9157.0, 9192.0, 9151.0, 9119.0, 9173.0, 9118.0, 9172.0, 9117.0, 9178.0, 9141.0, 9195.0, 9170.0, 9141.0, 9201.0, 9146.0, 9198.0, 9158.0, 9224.0, 9156.0, 9230.0, 9171.0, 9209.0, 9162.0, 9145.0, 9147.0, 9120.0, 9147.0, 9105.0, 9161.0, 9134.0, 9161.0, 9134.0, 9180.0, 9125.0, 9178.0, 9149.0, 9191.0, 9189.0, 9184.0, 9215.0, 9161.0, 9202.0, 9217.0, 9195.0, 9230.0, 9169.0, 9167.0, 9197.0, 9144.0, 9181.0, 9208.0, 9168.0, 9200.0, 9223.0, 9213.0, 9264.0, 9210.0, 9213.0, 9226.0, 9206.0, 9222.0, 9204.0, 9225.0, 9179.0, 9184.0, 9135.0, 9142.0, 9110.0, 9102.0, 9119.0, 9073.0, 9117.0, 9068.0, 9108.0, 9019.0, 9085.0, 9010.0, 9038.0, 9015.0, 9040.0, 9026.0, 9044.0, 9020.0, 9044.0, 9022.0, 9106.0, 9027.0, 9098.0, 9048.0, 9092.0, 9069.0, 9104.0, 9143.0, 9098.0, 9130.0, 9121.0, 9155.0, 9195.0, 9147.0, 9200.0, 9150.0, 9203.0, 9133.0, 9223.0, 9165.0, 9217.0, 9160.0, 9181.0, 9142.0, 9178.0, 9138.0, 9184.0, 9174.0, 9165.0, 9220.0, 9180.0, 9179.0, 9142.0, 9126.0, 9119.0, 9152.0, 9124.0, 9157.0, 9159.0, 9189.0, 9176.0, 9175.0, 9234.0, 9202.0, 9186.0, 9259.0, 9215.0, 9204.0, 9222.0, 9219.0, 9234.0, 9195.0, 9198.0, 9181.0, 9138.0, 9153.0, 9129.0, 9128.0, 9080.0, 9102.0, 9064.0, 9103.0, 9063.0, 9087.0, 9031.0, 9040.0, 9028.0, 9040.0, 9042.0, 9042.0, 9047.0, 9045.0, 9044.0, 9048.0, 9068.0, 9069.0, 9081.0, 9122.0, 9103.0, 9145.0, 9108.0, 9146.0, 9123.0, 9107.0, 9113.0, 9109.0, 9111.0, 9109.0, 9124.0, 9111.0, 9128.0, 9127.0, 9130.0, 9129.0, 9128.0, 9116.0, 9134.0, 9193.0, 9142.0, 9176.0, 9189.0, 9189.0, 9199.0, 9157.0, 9199.0, 9222.0, 9232.0, 9259.0, 9222.0, 9245.0, 9206.0, 9228.0, 9242.0, 9205.0, 9260.0, 9215.0, 9254.0, 9196.0, 9249.0, 9221.0, 9263.0, 9215.0, 9246.0, 9206.0, 9220.0, 9141.0, 9177.0, 9106.0, 9173.0, 9104.0, 9161.0, 9102.0, 9158.0, 9102.0, 9142.0, 9105.0, 9141.0, 9105.0, 9145.0, 9118.0, 9149.0, 9119.0, 9190.0, 9118.0, 9117.0, 9132.0, 9140.0, 9182.0, 9144.0, 9189.0, 9152.0, 9200.0, 9189.0, 9202.0, 9203.0, 9196.0, 9243.0, 9222.0, 9210.0, 9180.0, 9196.0, 9253.0, 9169.0, 9156.0, 9054.0, 9249.0, 8981.0, 9269.0, 9244.0, 9269.0, 9209.0, 9188.0, 9247.0, 9228.0, 9206.0, 9194.0, 9148.0, 9213.0, 9154.0, 9164.0, 9145.0, 9095.0, 9140.0, 9078.0, 9130.0, 9087.0, 9126.0, 9071.0, 9068.0, 9081.0, 9036.0, 9077.0, 9052.0, 9088.0, 9054.0, 9066.0, 9053.0, 9042.0, 9087.0, 9059.0, 9102.0, 9096.0, 9097.0, 9098.0, 9071.0, 9112.0, 9100.0, 9116.0, 9123.0, 9160.0, 9122.0, 9139.0, 9129.0, 9114.0, 9139.0, 9097.0, 9138.0, 9111.0, 9137.0, 9129.0, 9165.0, 9130.0, 9154.0, 9133.0, 9141.0, 9152.0, 9153.0, 9163.0, 9152.0, 9128.0, 9206.0, 9211.0, 9174.0, 9231.0, 9205.0, 9195.0, 9237.0, 9232.0, 9265.0, 9253.0, 9238.0, 9276.0, 9244.0, 9228.0, 9321.0, 9286.0, 9272.0, 9288.0, 9256.0, 9232.0, 9279.0, 9244.0, 9223.0, 9241.0, 9205.0, 9211.0, 9197.0, 9152.0, 9170.0, 9120.0, 9173.0, 9144.0, 9089.0, 9070.0, 9064.0, 9114.0, 9069.0, 9054.0, 9085.0, 9080.0, 9121.0, 9098.0, 9077.0, 9112.0, 9112.0, 9129.0, 9187.0, 9177.0, 9176.0, 9115.0, 9095.0, 9151.0, 9132.0, 9155.0, 9128.0, 9096.0, 9140.0, 9110.0, 9165.0, 9113.0, 9166.0, 9128.0, 9180.0, 9147.0, 9162.0, 9110.0, 9145.0, 9104.0, 9128.0, 9104.0, 9117.0, 9105.0, 9116.0, 9075.0, 9097.0, 9060.0, 9099.0, 9090.0, 9117.0, 9109.0, 9146.0, 9113.0, 9140.0, 9133.0, 9132.0, 9136.0, 9129.0, 9170.0, 9163.0, 9208.0, 9174.0, 9158.0, 9176.0, 9166.0, 9199.0, 9185.0, 9223.0, 9184.0, 9207.0, 9184.0, 9209.0, 9197.0, 9184.0, 9237.0, 9200.0, 9239.0, 9214.0, 9253.0, 9214.0, 9254.0, 9225.0, 9210.0, 9277.0, 9215.0, 9257.0, 9207.0, 9233.0, 9216.0, 9265.0, 9215.0, 9220.0, 9205.0, 9139.0, 9188.0, 9156.0, 9158.0, 9196.0, 9173.0, 9227.0, 9202.0, 9199.0, 9226.0, 9196.0, 9236.0, 9191.0, 9161.0, 9222.0, 9186.0, 9233.0, 9182.0, 9214.0, 9160.0, 9175.0, 9153.0, 9162.0, 9112.0, 9137.0, 9078.0, 9109.0, 9072.0, 9091.0, 9110.0, 9050.0, 9090.0, 9039.0, 9038.0, 9050.0, 9025.0, 9066.0, 9026.0, 9083.0, 9044.0, 9071.0, 9076.0, 9090.0, 9082.0, 9089.0, 9085.0, 9078.0, 9086.0, 9100.0, 9103.0, 9103.0, 9090.0, 9059.0, 9112.0, 9109.0, 9124.0, 9103.0, 9108.0, 9140.0, 9127.0, 9152.0, 9131.0, 9171.0, 9159.0, 9199.0, 9175.0, 9199.0, 9162.0, 9171.0, 9160.0, 9185.0, 9168.0, 9175.0, 9226.0, 9183.0, 9194.0, 9150.0, 9164.0, 9141.0, 9173.0, 9177.0, 9193.0, 9199.0, 9223.0, 9223.0, 9207.0, 9275.0, 9269.0, 9239.0, 9302.0, 9269.0, 9243.0, 9292.0, 9242.0, 9239.0, 9219.0, 9149.0, 9188.0, 9125.0, 9168.0, 9115.0, 9158.0, 9098.0, 9133.0, 9086.0, 9114.0, 9074.0, 9100.0, 9071.0, 9096.0, 9071.0, 9096.0, 9072.0, 9073.0, 9073.0, 9047.0, 9076.0, 9067.0, 9091.0, 9100.0, 9130.0, 9123.0, 9135.0, 9113.0, 9120.0, 9109.0, 9120.0, 9108.0, 9095.0, 9140.0, 9168.0, 9150.0, 9153.0, 9148.0, 9138.0, 9117.0, 9196.0, 9244.0, 9161.0, 9140.0, 9185.0, 9173.0, 9193.0, 9151.0, 9153.0, 9247.0, 9220.0, 9215.0, 9254.0, 9238.0, 9271.0, 9221.0, 9202.0, 9214.0, 9163.0, 9191.0, 9143.0, 9188.0, 9141.0, 9183.0, 9133.0, 9160.0, 9094.0, 9123.0, 9076.0, 9107.0, 9101.0, 9070.0, 9092.0, 9049.0, 9076.0, 9055.0, 9071.0, 9059.0, 9048.0, 9090.0, 9073.0, 9119.0, 9129.0, 9132.0, 9175.0, 9193.0, 9221.0, 9163.0, 9155.0, 9192.0, 9180.0, 9193.0, 9226.0, 9185.0, 9196.0, 9242.0, 9278.0, 9286.0, 9311.0, 9302.0, 9244.0, 9210.0, 9238.0, 9218.0, 9200.0, 9238.0, 9210.0, 9186.0, 9186.0, 9161.0, 9160.0, 9111.0, 9132.0, 9098.0, 9104.0, 9059.0, 9038.0, 9054.0, 9009.0, 9062.0, 9010.0, 9050.0, 9008.0, 9010.0, 9011.0, 9012.0, 9026.0, 9015.0, 9046.0, 9034.0, 9049.0, 9034.0, 9049.0, 9036.0, 9050.0, 9036.0, 9055.0, 9042.0, 9072.0, 9066.0, 9093.0, 9088.0, 9103.0, 9094.0, 9098.0, 9102.0, 9117.0, 9136.0, 9108.0, 9151.0, 9148.0, 9122.0, 9177.0, 9122.0, 9161.0, 9134.0, 9156.0, 9122.0, 9166.0, 9123.0, 9139.0, 9139.0, 9151.0, 9141.0, 9149.0, 9152.0, 9214.0, 9195.0, 9156.0, 9242.0, 9248.0, 9247.0, 9273.0, 9287.0, 9268.0, 9282.0, 9250.0, 9236.0, 9319.0, 9279.0, 9279.0, 9320.0, 9321.0, 9337.0, 9312.0, 9292.0, 9288.0, 9249.0, 9263.0, 9252.0, 9221.0, 9255.0, 9184.0, 9231.0, 9152.0, 9201.0, 9122.0, 9152.0, 9101.0, 9123.0, 9099.0, 9126.0, 9101.0, 9101.0, 9140.0, 9131.0, 9158.0, 9131.0, 9162.0, 9147.0, 9179.0, 9155.0, 9177.0, 9154.0, 9181.0, 9184.0, 9181.0, 9190.0, 9172.0, 9186.0, 9184.0, 9205.0, 9189.0, 9205.0, 9213.0, 9199.0, 9224.0, 9233.0, 9249.0, 9227.0, 9235.0, 9198.0, 9238.0, 9220.0, 9212.0, 9263.0, 9235.0, 9236.0, 9272.0, 9224.0, 9298.0, 9241.0, 9221.0, 9246.0, 9218.0, 9295.0, 9251.0, 9231.0, 9245.0, 9184.0, 9260.0, 9213.0, 9256.0, 9212.0, 9256.0, 9210.0, 9230.0, 9170.0, 9165.0, 9163.0, 9137.0, 9159.0, 9161.0, 9145.0, 9206.0, 9179.0, 9221.0, 9175.0, 9230.0, 9199.0, 9243.0, 9236.0, 9260.0, 9242.0, 9180.0, 9212.0, 9202.0, 9184.0, 9154.0, 9081.0, 9247.0, 9208.0, 9211.0, 9211.0, 9182.0, 9272.0, 9245.0, 9224.0, 9177.0, 9175.0, 9262.0, 9221.0, 9260.0, 9217.0, 9246.0, 9231.0, 9173.0, 9193.0, 9158.0, 9181.0, 9139.0, 9135.0, 9167.0, 9107.0, 9178.0, 9136.0, 9161.0, 9116.0, 9100.0, 9087.0, 9055.0, 9083.0, 9057.0, 9082.0, 9060.0, 9083.0, 9078.0, 9093.0, 9081.0, 9079.0, 9095.0, 9082.0, 9110.0, 9102.0, 9117.0, 9112.0, 9138.0, 9133.0, 9137.0, 9156.0, 9144.0, 9186.0, 9160.0, 9186.0, 9145.0, 9188.0, 9165.0, 9217.0, 9188.0, 9203.0, 9182.0, 9185.0, 9202.0, 9200.0, 9209.0, 9214.0, 9212.0, 9275.0, 9242.0, 9254.0, 9246.0, 9215.0, 9288.0, 9257.0, 9291.0, 9277.0, 9288.0, 9272.0, 9285.0, 9273.0, 9223.0, 9269.0, 9232.0, 9288.0, 9209.0, 9286.0, 9252.0, 9221.0, 9201.0, 9217.0, 9240.0, 9203.0, 9218.0, 9195.0, 9209.0, 9231.0, 9220.0, 9278.0, 9267.0, 9264.0, 9202.0, 9212.0, 9219.0, 9208.0, 9286.0, 9240.0, 9275.0, 9242.0, 9199.0, 9218.0, 9191.0, 9188.0, 9180.0, 9172.0, 9180.0, 9225.0, 9178.0, 9182.0, 9248.0, 9229.0, 9241.0, 9254.0, 9212.0, 9207.0, 9213.0, 9204.0, 9203.0, 9164.0, 9161.0, 9173.0, 9125.0, 9153.0, 9119.0, 9145.0, 9112.0, 9095.0, 9050.0, 9038.0, 9052.0, 9042.0, 9067.0, 9043.0, 9054.0, 9064.0, 9062.0, 9062.0, 9065.0, 9081.0, 9085.0, 9101.0, 9087.0, 9099.0, 9089.0, 9103.0, 9093.0, 9118.0, 9111.0, 9124.0, 9116.0, 9130.0, 9139.0, 9125.0, 9144.0, 9129.0, 9156.0, 9128.0, 9171.0, 9146.0, 9187.0, 9148.0, 9166.0, 9156.0, 9153.0, 9151.0, 9146.0, 9162.0, 9135.0, 9195.0, 9167.0, 9187.0, 9162.0, 9190.0, 9161.0, 9166.0, 9180.0, 9156.0, 9211.0, 9177.0, 9208.0, 9179.0, 9178.0, 9208.0, 9182.0, 9234.0, 9212.0, 9250.0, 9209.0, 9233.0, 9211.0, 9264.0, 9224.0, 9259.0, 9218.0, 9245.0, 9202.0, 9181.0, 9214.0, 9185.0, 9227.0, 9186.0, 9249.0, 9202.0, 9220.0, 9194.0, 9195.0, 9221.0, 9194.0, 9252.0, 9210.0, 9236.0, 9228.0, 9187.0, 9252.0, 9213.0, 9266.0, 9242.0, 9281.0, 9240.0, 9241.0, 9224.0, 9194.0, 9270.0, 9247.0, 9292.0, 9262.0, 9266.0, 9268.0, 9208.0, 9257.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.015324406779661017</td></tr>
<tr><td colspan=3>aqi</td><td>0.22897407103235748</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.85950936437935</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9865481357902849</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9264080094294528</td></tr>
<tr><td colspan=3>efc</td><td>0.5045</td></tr>
<tr><td colspan=3>fber</td><td>4409.79</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.25305763790168306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>326</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.115562403697997</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.17306689332958</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8345535687826127</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2189434687089524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.465703642497175</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115356</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007183407433331013</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04296083375811577</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.424686199243357</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>10.0976</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.5039</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.7119</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1038.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.0483</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3882</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.3111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3298.4114</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>781.7453</td></tr>
<tr><td colspan=3>tsnr</td><td>12.85982612753287</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>