<?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-0001_ses-04_task-fractional_acq-mb8_run-02_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-0001_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0001_suffix-bold_task-fractional" 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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_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-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-fractional_acq-mb8_run-02_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-0001/ses-04/func/sub-0001_ses-04_task-fractional_acq-mb8_run-02_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>76d3068d3066a4f914ef2579183443b9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:31:15.625000</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.994351, -0.105525, 0.0114639, 0.100126, 0.968327, 0.228731]</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-02_task-fractional_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.0843285</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7757, -7227, 507, -33, -199, 19, 52]</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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.23</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a52fe2e-ae99-4a54-8326-a6cd669d551a||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.6677699089050293, 0.26863035559654236, 0.09514141082763672, 98.0754623413086], [0.2831149101257324, 2.5979502201080322, 0.610985517501831, -119.07257080078125], [0.030756810680031776, -0.6136684417724609, 2.628239870071411, -29.983766555786133], [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, 1322]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['143115.625000', '143116.085000', '143116.545000', '143117.005000', '143117.465000', '143117.925000', '143118.385000', '143118.845000', '143119.305000', '143119.765000', '143120.225000', '143120.685000', '143121.145000', '143121.605000', '143122.065000', '143122.525000', '143122.985000', '143123.445000', '143123.905000', '143124.365000', '143124.825000', '143125.285000', '143125.745000', '143126.205000', '143126.665000', '143127.125000', '143127.585000', '143128.045000', '143128.505000', '143128.965000', '143129.425000', '143129.885000', '143130.345000', '143130.805000', '143131.265000', '143131.725000', '143132.185000', '143132.645000', '143133.105000', '143133.565000', '143134.025000', '143134.485000', '143134.945000', '143135.405000', '143135.865000', '143136.325000', '143136.785000', '143137.245000', '143137.705000', '143138.165000', '143138.625000', '143139.085000', '143139.545000', '143140.005000', '143140.465000', '143140.925000', '143141.385000', '143141.845000', '143142.305000', '143142.765000', '143143.225000', '143143.685000', '143144.145000', '143144.605000', '143145.065000', '143145.525000', '143145.985000', '143146.445000', '143146.905000', '143147.365000', '143147.825000', '143148.285000', '143148.745000', '143149.205000', '143149.665000', '143150.125000', '143150.585000', '143151.045000', '143151.505000', '143151.965000', '143152.425000', '143152.885000', '143153.345000', '143153.805000', '143154.265000', '143154.725000', '143155.185000', '143155.645000', '143156.105000', '143156.565000', '143157.025000', '143157.485000', '143157.945000', '143158.405000', '143158.865000', '143159.325000', '143159.785000', '143200.245000', '143200.705000', '143201.165000', '143201.625000', '143202.085000', '143202.545000', '143203.005000', '143203.465000', '143203.925000', '143204.385000', '143204.845000', '143205.305000', '143205.765000', '143206.225000', '143206.685000', '143207.145000', '143207.605000', '143208.065000', '143208.525000', '143208.985000', '143209.445000', '143209.905000', '143210.365000', '143210.825000', '143211.285000', '143211.745000', '143212.205000', '143212.665000', '143213.125000', '143213.585000', '143214.045000', '143214.505000', '143214.965000', '143215.425000', '143215.885000', '143216.345000', '143216.805000', '143217.265000', '143217.725000', '143218.185000', '143218.645000', '143219.105000', '143219.565000', '143220.025000', '143220.485000', '143220.945000', '143221.405000', '143221.865000', '143222.325000', '143222.785000', '143223.245000', '143223.705000', '143224.165000', '143224.625000', '143225.085000', '143225.545000', '143226.005000', '143226.465000', '143226.925000', '143227.385000', '143227.845000', '143228.305000', '143228.765000', '143229.225000', '143229.685000', '143230.145000', '143230.605000', '143231.065000', '143231.525000', '143231.985000', '143232.445000', '143232.905000', '143233.365000', '143233.825000', '143234.285000', '143234.745000', '143235.205000', '143235.665000', '143236.125000', '143236.585000', '143237.045000', '143237.505000', '143237.965000', '143238.425000', '143238.885000', '143239.345000', '143239.805000', '143240.265000', '143240.725000', '143241.185000', '143241.645000', '143242.105000', '143242.565000', '143243.025000', '143243.485000', '143243.945000', '143244.405000', '143244.865000', '143245.325000', '143245.785000', '143246.245000', '143246.705000', '143247.165000', '143247.625000', '143248.085000', '143248.545000', '143249.005000', '143249.465000', '143249.925000', '143250.385000', '143250.845000', '143251.305000', '143251.765000', '143252.225000', '143252.685000', '143253.145000', '143253.605000', '143254.065000', '143254.525000', '143254.985000', '143255.445000', '143255.905000', '143256.365000', '143256.825000', '143257.285000', '143257.745000', '143258.205000', '143258.665000', '143259.125000', '143259.585000', '143300.045000', '143300.505000', '143300.965000', '143301.425000', '143301.885000', '143302.345000', '143302.805000', '143303.265000', '143303.725000', '143304.185000', '143304.645000', '143305.105000', '143305.565000', '143306.025000', '143306.485000', '143306.945000', '143307.405000', '143307.865000', '143308.325000', '143308.785000', '143309.245000', '143309.705000', '143310.165000', '143310.625000', '143311.085000', '143311.545000', '143312.005000', '143312.465000', '143312.925000', '143313.385000', '143313.845000', '143314.305000', '143314.765000', '143315.225000', '143315.685000', '143316.145000', '143316.605000', '143317.065000', '143317.525000', '143317.985000', '143318.445000', '143318.905000', '143319.365000', '143319.825000', '143320.285000', '143320.745000', '143321.205000', '143321.665000', '143322.125000', '143322.585000', '143323.045000', '143323.505000', '143323.965000', '143324.425000', '143324.885000', '143325.345000', '143325.805000', '143326.265000', '143326.725000', '143327.185000', '143327.645000', '143328.105000', '143328.565000', '143329.025000', '143329.485000', '143329.945000', '143330.405000', '143330.865000', '143331.325000', '143331.785000', '143332.245000', '143332.705000', '143333.165000', '143333.625000', '143334.085000', '143334.545000', '143335.005000', '143335.465000', '143335.925000', '143336.385000', '143336.845000', '143337.305000', '143337.765000', '143338.225000', '143338.685000', '143339.145000', '143339.605000', '143340.065000', '143340.525000', '143340.985000', '143341.445000', '143341.905000', '143342.365000', '143342.825000', '143343.285000', '143343.745000', '143344.205000', '143344.665000', '143345.125000', '143345.585000', '143346.045000', '143346.505000', '143346.965000', '143347.425000', '143347.885000', '143348.345000', '143348.805000', '143349.265000', '143349.725000', '143350.185000', '143350.645000', '143351.105000', '143351.565000', '143352.025000', '143352.485000', '143352.945000', '143353.405000', '143353.865000', '143354.325000', '143354.785000', '143355.245000', '143355.705000', '143356.165000', '143356.625000', '143357.085000', '143357.545000', '143358.005000', '143358.465000', '143358.925000', '143359.385000', '143359.845000', '143400.305000', '143400.765000', '143401.225000', '143401.685000', '143402.145000', '143402.605000', '143403.065000', '143403.525000', '143403.985000', '143404.445000', '143404.905000', '143405.365000', '143405.825000', '143406.285000', '143406.745000', '143407.205000', '143407.665000', '143408.125000', '143408.585000', '143409.045000', '143409.505000', '143409.965000', '143410.425000', '143410.885000', '143411.345000', '143411.805000', '143412.265000', '143412.725000', '143413.185000', '143413.645000', '143414.105000', '143414.565000', '143415.025000', '143415.485000', '143415.945000', '143416.405000', '143416.865000', '143417.325000', '143417.785000', '143418.245000', '143418.705000', '143419.165000', '143419.625000', '143420.085000', '143420.545000', '143421.005000', '143421.465000', '143421.925000', '143422.385000', '143422.845000', '143423.305000', '143423.765000', '143424.225000', '143424.685000', '143425.145000', '143425.605000', '143426.065000', '143426.525000', '143426.985000', '143427.445000', '143427.905000', '143428.365000', '143428.825000', '143429.285000', '143429.745000', '143430.205000', '143430.665000', '143431.125000', '143431.585000', '143432.045000', '143432.505000', '143432.965000', '143433.425000', '143433.885000', '143434.345000', '143434.805000', '143435.265000', '143435.725000', '143436.185000', '143436.645000', '143437.105000', '143437.565000', '143438.025000', '143438.485000', '143438.945000', '143439.405000', '143439.865000', '143440.325000', '143440.785000', '143441.245000', '143441.705000', '143442.165000', '143442.625000', '143443.085000', '143443.545000', '143444.005000', '143444.465000', '143444.925000', '143445.385000', '143445.845000', '143446.305000', '143446.765000', '143447.225000', '143447.685000', '143448.145000', '143448.605000', '143449.065000', '143449.525000', '143449.985000', '143450.445000', '143450.905000', '143451.365000', '143451.825000', '143452.285000', '143452.745000', '143453.205000', '143453.665000', '143454.125000', '143454.585000', '143455.045000', '143455.505000', '143455.965000', '143456.425000', '143456.885000', '143457.345000', '143457.805000', '143458.265000', '143458.725000', '143459.185000', '143459.645000', '143500.105000', '143500.565000', '143501.025000', '143501.485000', '143501.945000', '143502.405000', '143502.865000', '143503.325000', '143503.785000', '143504.245000', '143504.705000', '143505.165000', '143505.625000', '143506.085000', '143506.545000', '143507.005000', '143507.465000', '143507.925000', '143508.385000', '143508.845000', '143509.305000', '143509.765000', '143510.225000', '143510.685000', '143511.145000', '143511.605000', '143512.065000', '143512.525000', '143512.985000', '143513.445000', '143513.905000', '143514.365000', '143514.825000', '143515.285000', '143515.745000', '143516.205000', '143516.665000', '143517.125000', '143517.585000', '143518.045000', '143518.505000', '143518.965000', '143519.425000', '143519.885000', '143520.345000', '143520.805000', '143521.265000', '143521.725000', '143522.185000', '143522.645000', '143523.105000', '143523.565000', '143524.025000', '143524.485000', '143524.945000', '143525.405000', '143525.865000', '143526.325000', '143526.785000', '143527.245000', '143527.705000', '143528.165000', '143528.625000', '143529.085000', '143529.545000', '143530.005000', '143530.465000', '143530.925000', '143531.385000', '143531.845000', '143532.305000', '143532.765000', '143533.225000', '143533.685000', '143534.145000', '143534.605000', '143535.065000', '143535.525000', '143535.985000', '143536.445000', '143536.905000', '143537.365000', '143537.825000', '143538.285000', '143538.745000', '143539.205000', '143539.665000', '143540.125000', '143540.585000', '143541.045000', '143541.505000', '143541.965000', '143542.425000', '143542.885000', '143543.345000', '143543.805000', '143544.265000', '143544.725000', '143545.185000', '143545.645000', '143546.105000', '143546.565000', '143547.025000', '143547.485000', '143547.945000', '143548.405000', '143548.865000', '143549.325000', '143549.785000', '143550.245000', '143550.705000', '143551.165000', '143551.625000', '143552.085000', '143552.545000', '143553.005000', '143553.465000', '143553.925000', '143554.385000', '143554.845000', '143555.305000', '143555.765000', '143556.225000', '143556.685000', '143557.145000', '143557.605000', '143558.065000', '143558.525000', '143558.985000', '143559.445000', '143559.905000', '143600.365000', '143600.825000', '143601.285000', '143601.745000', '143602.205000', '143602.665000', '143603.125000', '143603.585000', '143604.045000', '143604.505000', '143604.965000', '143605.425000', '143605.885000', '143606.345000', '143606.805000', '143607.265000', '143607.725000', '143608.185000', '143608.645000', '143609.105000', '143609.565000', '143610.025000', '143610.485000', '143610.945000', '143611.405000', '143611.865000', '143612.325000', '143612.785000', '143613.245000', '143613.705000', '143614.165000', '143614.625000', '143615.085000', '143615.545000', '143616.005000', '143616.465000', '143616.925000', '143617.385000', '143617.845000', '143618.305000', '143618.765000', '143619.225000', '143619.685000', '143620.145000', '143620.605000', '143621.065000', '143621.525000', '143621.985000', '143622.445000', '143622.905000', '143623.365000', '143623.825000', '143624.285000', '143624.745000', '143625.205000', '143625.665000', '143626.125000', '143626.585000', '143627.045000', '143627.505000', '143627.965000', '143628.425000', '143628.885000', '143629.345000', '143629.805000', '143630.265000', '143630.725000', '143631.185000', '143631.645000', '143632.105000', '143632.565000', '143633.025000', '143633.485000', '143633.945000', '143634.405000', '143634.865000', '143635.325000', '143635.785000', '143636.245000', '143636.705000', '143637.165000', '143637.625000', '143638.085000', '143638.545000', '143639.005000', '143639.465000', '143639.925000', '143640.385000', '143640.845000', '143641.305000', '143641.765000', '143642.225000', '143642.685000', '143643.145000', '143643.605000', '143644.065000', '143644.525000', '143644.985000', '143645.445000', '143645.905000', '143646.365000', '143646.825000', '143647.285000', '143647.745000', '143648.205000', '143648.665000', '143649.125000', '143649.585000', '143650.045000', '143650.505000', '143650.965000', '143651.425000', '143651.885000', '143652.345000', '143652.805000', '143653.265000', '143653.725000', '143654.185000', '143654.645000', '143655.105000', '143655.565000', '143656.025000', '143656.485000', '143656.945000', '143657.405000', '143657.865000', '143658.325000', '143658.785000', '143659.245000', '143659.705000', '143700.165000', '143700.625000', '143701.085000', '143701.545000', '143702.005000', '143702.465000', '143702.925000', '143703.385000', '143703.845000', '143704.305000', '143704.765000', '143705.225000', '143705.685000', '143706.145000', '143706.605000', '143707.065000', '143707.525000', '143707.985000', '143708.445000', '143708.905000', '143709.365000', '143709.825000', '143710.285000', '143710.745000', '143711.205000', '143711.665000', '143712.125000', '143712.585000', '143713.045000', '143713.505000', '143713.965000', '143714.425000', '143714.885000', '143715.345000', '143715.805000', '143716.265000', '143716.725000', '143717.185000', '143717.645000', '143718.105000', '143718.565000', '143719.025000', '143719.485000', '143719.945000', '143720.405000', '143720.865000', '143721.325000', '143721.785000', '143722.245000', '143722.705000', '143723.165000', '143723.625000', '143724.085000', '143724.545000', '143725.005000', '143725.465000', '143725.925000', '143726.385000', '143726.845000', '143727.305000', '143727.765000', '143728.225000', '143728.685000', '143729.145000', '143729.605000', '143730.065000', '143730.525000', '143730.985000', '143731.445000', '143731.905000', '143732.365000', '143732.825000', '143733.285000', '143733.745000', '143734.205000', '143734.665000', '143735.125000', '143735.585000', '143736.045000', '143736.505000', '143736.965000', '143737.425000', '143737.885000', '143738.345000', '143738.805000', '143739.265000', '143739.725000', '143740.185000', '143740.645000', '143741.105000', '143741.565000', '143742.025000', '143742.485000', '143742.945000', '143743.405000', '143743.865000', '143744.325000', '143744.785000', '143745.245000', '143745.705000', '143746.165000', '143746.625000', '143747.085000', '143747.545000', '143748.005000', '143748.465000', '143748.925000', '143749.385000', '143749.845000', '143750.305000', '143750.765000', '143751.225000', '143751.685000', '143752.145000', '143752.605000', '143753.065000', '143753.525000', '143753.985000', '143754.445000', '143754.905000', '143755.365000', '143755.825000', '143756.285000', '143756.745000', '143757.205000', '143757.665000', '143758.125000', '143758.585000', '143759.045000', '143759.505000', '143759.965000', '143800.425000', '143800.885000', '143801.345000', '143801.805000', '143802.265000', '143802.725000', '143803.185000', '143803.645000', '143804.105000', '143804.565000', '143805.025000', '143805.485000', '143805.945000', '143806.405000', '143806.865000', '143807.325000', '143807.785000', '143808.245000', '143808.705000', '143809.165000', '143809.625000', '143810.085000', '143810.545000', '143811.005000', '143811.465000', '143811.925000', '143812.385000', '143812.845000', '143813.305000', '143813.765000', '143814.225000', '143814.685000', '143815.145000', '143815.605000', '143816.065000', '143816.525000', '143816.985000', '143817.445000', '143817.905000', '143818.365000', '143818.825000', '143819.285000', '143819.745000', '143820.205000', '143820.665000', '143821.125000', '143821.585000', '143822.045000', '143822.505000', '143822.965000', '143823.425000', '143823.885000', '143824.345000', '143824.805000', '143825.265000', '143825.725000', '143826.185000', '143826.645000', '143827.105000', '143827.565000', '143828.025000', '143828.485000', '143828.945000', '143829.405000', '143829.865000', '143830.325000', '143830.785000', '143831.245000', '143831.705000', '143832.165000', '143832.625000', '143833.085000', '143833.545000', '143834.005000', '143834.465000', '143834.925000', '143835.385000', '143835.845000', '143836.305000', '143836.765000', '143837.225000', '143837.685000', '143838.145000', '143838.605000', '143839.065000', '143839.525000', '143839.985000', '143840.445000', '143840.905000', '143841.365000', '143841.825000', '143842.285000', '143842.745000', '143843.205000', '143843.665000', '143844.125000', '143844.585000', '143845.045000', '143845.505000', '143845.965000', '143846.425000', '143846.885000', '143847.345000', '143847.805000', '143848.265000', '143848.725000', '143849.185000', '143849.645000', '143850.105000', '143850.565000', '143851.025000', '143851.485000', '143851.945000', '143852.405000', '143852.865000', '143853.325000', '143853.785000', '143854.245000', '143854.705000', '143855.165000', '143855.625000', '143856.085000', '143856.545000', '143857.005000', '143857.465000', '143857.925000', '143858.385000', '143858.845000', '143859.305000', '143859.765000', '143900.225000', '143900.685000', '143901.145000', '143901.605000', '143902.065000', '143902.525000', '143902.985000', '143903.445000', '143903.905000', '143904.365000', '143904.825000', '143905.285000', '143905.745000', '143906.205000', '143906.665000', '143907.125000', '143907.585000', '143908.045000', '143908.505000', '143908.965000', '143909.425000', '143909.885000', '143910.345000', '143910.805000', '143911.265000', '143911.725000', '143912.185000', '143912.645000', '143913.105000', '143913.565000', '143914.025000', '143914.485000', '143914.945000', '143915.405000', '143915.865000', '143916.325000', '143916.785000', '143917.245000', '143917.705000', '143918.165000', '143918.625000', '143919.085000', '143919.545000', '143920.005000', '143920.465000', '143920.925000', '143921.385000', '143921.845000', '143922.305000', '143922.765000', '143923.225000', '143923.685000', '143924.145000', '143924.605000', '143925.065000', '143925.525000', '143925.985000', '143926.445000', '143926.905000', '143927.365000', '143927.825000', '143928.285000', '143928.745000', '143929.205000', '143929.665000', '143930.125000', '143930.585000', '143931.045000', '143931.505000', '143931.965000', '143932.425000', '143932.885000', '143933.345000', '143933.805000', '143934.265000', '143934.725000', '143935.185000', '143935.645000', '143936.105000', '143936.565000', '143937.025000', '143937.485000', '143937.945000', '143938.405000', '143938.865000', '143939.325000', '143939.785000', '143940.245000', '143940.705000', '143941.165000', '143941.625000', '143942.085000', '143942.545000', '143943.005000', '143943.465000', '143943.925000', '143944.385000', '143944.845000', '143945.305000', '143945.765000', '143946.225000', '143946.685000', '143947.145000', '143947.605000', '143948.065000', '143948.525000', '143948.985000', '143949.445000', '143949.905000', '143950.365000', '143950.825000', '143951.285000', '143951.745000', '143952.205000', '143952.665000', '143953.125000', '143953.585000', '143954.045000', '143954.505000', '143954.965000', '143955.425000', '143955.885000', '143956.345000', '143956.805000', '143957.265000', '143957.725000', '143958.185000', '143958.645000', '143959.105000', '143959.565000', '144000.025000', '144000.485000', '144000.945000', '144001.405000', '144001.865000', '144002.325000', '144002.785000', '144003.245000', '144003.705000', '144004.165000', '144004.625000', '144005.085000', '144005.545000', '144006.005000', '144006.465000', '144006.925000', '144007.385000', '144007.845000', '144008.305000', '144008.765000', '144009.225000', '144009.685000', '144010.145000', '144010.605000', '144011.065000', '144011.525000', '144011.985000', '144012.445000', '144012.905000', '144013.365000', '144013.825000', '144014.285000', '144014.745000', '144015.205000', '144015.665000', '144016.125000', '144016.585000', '144017.045000', '144017.505000', '144017.965000', '144018.425000', '144018.885000', '144019.345000', '144019.805000', '144020.265000', '144020.725000', '144021.185000', '144021.645000', '144022.105000', '144022.565000', '144023.025000', '144023.485000', '144023.945000', '144024.405000', '144024.865000', '144025.325000', '144025.785000', '144026.245000', '144026.705000', '144027.165000', '144027.625000', '144028.085000', '144028.545000', '144029.005000', '144029.465000', '144029.925000', '144030.385000', '144030.845000', '144031.305000', '144031.765000', '144032.225000', '144032.685000', '144033.145000', '144033.605000', '144034.065000', '144034.525000', '144034.985000', '144035.445000', '144035.905000', '144036.365000', '144036.825000', '144037.285000', '144037.745000', '144038.205000', '144038.665000', '144039.125000', '144039.585000', '144040.045000', '144040.505000', '144040.965000', '144041.425000', '144041.885000', '144042.345000', '144042.805000', '144043.265000', '144043.725000', '144044.185000', '144044.645000', '144045.105000', '144045.565000', '144046.025000', '144046.485000', '144046.945000', '144047.405000', '144047.865000', '144048.325000', '144048.785000', '144049.245000', '144049.705000', '144050.165000', '144050.625000', '144051.085000', '144051.545000', '144052.005000', '144052.465000', '144052.925000', '144053.385000', '144053.845000', '144054.305000', '144054.765000', '144055.225000', '144055.685000', '144056.145000', '144056.605000', '144057.065000', '144057.525000', '144057.985000', '144058.445000', '144058.905000', '144059.365000', '144059.825000', '144100.285000', '144100.745000', '144101.205000', '144101.665000', '144102.125000', '144102.585000', '144103.045000', '144103.505000', '144103.965000', '144104.425000', '144104.885000', '144105.345000', '144105.805000', '144106.265000', '144106.725000', '144107.185000', '144107.645000', '144108.105000', '144108.565000', '144109.025000', '144109.485000', '144109.945000', '144110.405000', '144110.865000', '144111.325000', '144111.785000', '144112.245000', '144112.705000', '144113.165000', '144113.625000', '144114.085000', '144114.545000', '144115.005000', '144115.465000', '144115.925000', '144116.385000', '144116.845000', '144117.305000', '144117.765000', '144118.225000', '144118.685000', '144119.145000', '144119.605000', '144120.065000', '144120.525000', '144120.985000', '144121.445000', '144121.905000', '144122.365000', '144122.825000', '144123.285000'], 'ContentTime': ['143128.224000', '143128.228000', '143128.231000', '143128.234000', '143128.237000', '143128.239000', '143128.251000', '143128.254000', '143128.257000', '143128.259000', '143128.262000', '143128.265000', '143128.268000', '143128.297000', '143128.299000', '143128.302000', '143128.305000', '143128.308000', '143128.311000', '143128.314000', '143128.317000', '143128.319000', '143128.322000', '143128.325000', '143128.328000', '143148.192000', '143148.195000', '143148.198000', '143148.201000', '143148.204000', '143148.206000', '143148.209000', '143148.212000', '143148.215000', '143148.218000', '143148.221000', '143148.223000', '143148.231000', '143148.234000', '143148.237000', '143148.240000', '143148.243000', '143148.246000', '143148.248000', '143148.251000', '143148.254000', '143148.257000', '143148.260000', '143148.263000', '143148.265000', '143148.268000', '143148.271000', '143148.274000', '143148.277000', '143148.280000', '143148.283000', '143148.285000', '143148.288000', '143148.291000', '143148.294000', '143148.297000', '143148.300000', '143148.308000', '143148.311000', '143148.313000', '143148.316000', '143148.319000', '143148.322000', '143148.325000', '143208.192000', '143208.195000', '143208.198000', '143208.201000', '143208.204000', '143208.206000', '143208.209000', '143208.212000', '143208.215000', '143208.218000', '143208.221000', '143208.223000', '143208.226000', '143208.229000', '143208.232000', '143208.235000', '143208.238000', '143208.241000', '143208.250000', '143208.253000', '143208.256000', '143208.259000', '143208.262000', '143208.265000', '143208.268000', '143208.270000', '143208.273000', '143208.276000', '143208.279000', '143208.282000', '143208.285000', '143208.288000', '143208.290000', '143208.293000', '143208.296000', '143208.300000', '143208.303000', '143208.306000', '143208.309000', '143208.312000', '143208.315000', '143208.318000', '143208.320000', '143228.193000', '143228.196000', '143228.199000', '143228.202000', '143228.204000', '143228.207000', '143228.210000', '143228.213000', '143228.216000', '143228.219000', '143228.222000', '143228.224000', '143228.227000', '143228.230000', '143228.233000', '143228.236000', '143228.239000', '143228.242000', '143228.245000', '143228.248000', '143228.251000', '143228.253000', '143228.256000', '143228.259000', '143228.262000', '143228.265000', '143228.268000', '143228.271000', '143228.274000', '143228.277000', '143228.280000', '143228.283000', '143228.285000', '143228.288000', '143228.291000', '143228.294000', '143228.297000', '143228.300000', '143228.303000', '143228.306000', '143228.308000', '143228.311000', '143228.314000', '143228.317000', '143248.193000', '143248.196000', '143248.199000', '143248.202000', '143248.205000', '143248.208000', '143248.210000', '143248.213000', '143248.216000', '143248.219000', '143248.222000', '143248.225000', '143248.228000', '143248.231000', '143248.234000', '143248.236000', '143248.239000', '143248.242000', '143248.245000', '143248.248000', '143248.251000', '143248.254000', '143248.257000', '143248.259000', '143248.262000', '143248.265000', '143248.268000', '143248.271000', '143248.274000', '143248.277000', '143248.280000', '143248.282000', '143248.285000', '143248.288000', '143248.291000', '143248.294000', '143248.297000', '143248.300000', '143248.302000', '143248.305000', '143248.308000', '143248.311000', '143248.314000', '143308.193000', '143308.196000', '143308.199000', '143308.202000', '143308.205000', '143308.207000', '143308.210000', '143308.213000', '143308.216000', '143308.219000', '143308.222000', '143308.225000', '143308.228000', '143308.231000', '143308.234000', '143308.236000', '143308.239000', '143308.242000', '143308.245000', '143308.248000', '143308.251000', '143308.254000', '143308.256000', '143308.259000', '143308.262000', '143308.265000', '143308.268000', '143308.283000', '143308.286000', '143308.289000', '143308.292000', '143308.295000', '143308.298000', '143308.301000', '143308.303000', '143308.306000', '143308.309000', '143308.312000', '143308.315000', '143308.318000', '143308.321000', '143308.324000', '143308.326000', '143308.329000', '143328.192000', '143328.195000', '143328.198000', '143328.201000', '143328.204000', '143328.207000', '143328.209000', '143328.212000', '143328.215000', '143328.218000', '143328.221000', '143328.224000', '143328.227000', '143328.230000', '143328.233000', '143328.242000', '143328.245000', '143328.248000', '143328.251000', '143328.254000', '143328.257000', '143328.260000', '143328.263000', '143328.266000', '143328.269000', '143328.272000', '143328.274000', '143328.277000', '143328.280000', '143328.283000', '143328.286000', '143328.289000', '143328.292000', '143328.295000', '143328.298000', '143328.301000', '143328.304000', '143328.306000', '143328.309000', '143328.312000', '143328.315000', '143328.318000', '143328.321000', '143348.192000', '143348.195000', '143348.198000', '143348.201000', '143348.204000', '143348.207000', '143348.210000', '143348.212000', '143348.215000', '143348.218000', '143348.221000', '143348.224000', '143348.227000', '143348.230000', '143348.233000', '143348.236000', '143348.239000', '143348.241000', '143348.244000', '143348.247000', '143348.250000', '143348.253000', '143348.256000', '143348.259000', '143348.262000', '143348.264000', '143348.267000', '143348.270000', '143348.273000', '143348.276000', '143348.279000', '143348.282000', '143348.285000', '143348.288000', '143348.291000', '143348.293000', '143348.296000', '143348.299000', '143348.302000', '143348.305000', '143348.308000', '143348.311000', '143348.314000', '143408.192000', '143408.195000', '143408.198000', '143408.201000', '143408.204000', '143408.206000', '143408.209000', '143408.212000', '143408.215000', '143408.218000', '143408.221000', '143408.224000', '143408.227000', '143408.230000', '143408.232000', '143408.235000', '143408.238000', '143408.241000', '143408.244000', '143408.247000', '143408.250000', '143408.253000', '143408.255000', '143408.258000', '143408.261000', '143408.264000', '143408.267000', '143408.270000', '143408.273000', '143408.276000', '143408.278000', '143408.281000', '143408.284000', '143408.287000', '143408.290000', '143408.293000', '143408.296000', '143408.299000', '143408.302000', '143408.305000', '143408.307000', '143408.310000', '143408.313000', '143408.316000', '143428.192000', '143428.195000', '143428.198000', '143428.201000', '143428.204000', '143428.207000', '143428.210000', '143428.212000', '143428.215000', '143428.218000', '143428.221000', '143428.224000', '143428.227000', '143428.230000', '143428.233000', '143428.236000', '143428.249000', '143428.251000', '143428.254000', '143428.257000', '143428.260000', '143428.263000', '143428.266000', '143428.269000', '143428.272000', '143428.275000', '143428.278000', '143428.280000', '143428.283000', '143428.286000', '143428.289000', '143428.292000', '143428.295000', '143428.298000', '143428.301000', '143428.304000', '143428.307000', '143428.310000', '143428.312000', '143428.315000', '143428.318000', '143428.321000', '143428.324000', '143448.193000', '143448.196000', '143448.199000', '143448.202000', '143448.205000', '143448.208000', '143448.210000', '143448.213000', '143448.216000', '143448.219000', '143448.229000', '143448.232000', '143448.235000', '143448.237000', '143448.240000', '143448.243000', '143448.246000', '143448.249000', '143448.252000', '143448.255000', '143448.258000', '143448.260000', '143448.263000', '143448.278000', '143448.281000', '143448.284000', '143448.286000', '143448.299000', '143448.301000', '143448.304000', '143448.307000', '143448.310000', '143448.313000', '143448.316000', '143448.319000', '143448.322000', '143448.325000', '143448.328000', '143448.331000', '143448.333000', '143448.336000', '143448.339000', '143448.342000', '143448.345000', '143508.193000', '143508.196000', '143508.199000', '143508.202000', '143508.205000', '143508.209000', '143508.214000', '143508.217000', '143508.220000', '143508.222000', '143508.225000', '143508.228000', '143508.231000', '143508.234000', '143508.237000', '143508.240000', '143508.243000', '143508.245000', '143508.248000', '143508.251000', '143508.254000', '143508.257000', '143508.260000', '143508.263000', '143508.266000', '143508.269000', '143508.271000', '143508.274000', '143508.277000', '143508.280000', '143508.283000', '143508.286000', '143508.289000', '143508.292000', '143508.294000', '143508.297000', '143508.300000', '143508.303000', '143508.306000', '143508.309000', '143508.312000', '143508.315000', '143508.318000', '143528.193000', '143528.196000', '143528.199000', '143528.202000', '143528.205000', '143528.208000', '143528.210000', '143528.213000', '143528.216000', '143528.219000', '143528.222000', '143528.225000', '143528.228000', '143528.239000', '143528.242000', '143528.245000', '143528.248000', '143528.251000', '143528.254000', '143528.257000', '143528.260000', '143528.263000', '143528.265000', '143528.268000', '143528.271000', '143528.274000', '143528.277000', '143528.280000', '143528.283000', '143528.286000', '143528.289000', '143528.291000', '143528.294000', '143528.297000', '143528.300000', '143528.303000', '143528.306000', '143528.309000', '143528.311000', '143528.314000', '143528.317000', '143528.320000', '143528.323000', '143528.326000', '143548.192000', '143548.195000', '143548.198000', '143548.201000', '143548.204000', '143548.207000', '143548.210000', '143548.212000', '143548.215000', '143548.218000', '143548.221000', '143548.224000', '143548.227000', '143548.230000', '143548.233000', '143548.236000', '143548.239000', '143548.241000', '143548.244000', '143548.247000', '143548.251000', '143548.254000', '143548.256000', '143548.259000', '143548.262000', '143548.265000', '143548.268000', '143548.271000', '143548.274000', '143548.277000', '143548.279000', '143548.282000', '143548.285000', '143548.288000', '143548.291000', '143548.294000', '143548.297000', '143548.300000', '143548.303000', '143548.305000', '143548.308000', '143548.311000', '143548.314000', '143608.193000', '143608.200000', '143608.203000', '143608.206000', '143608.208000', '143608.211000', '143608.214000', '143608.217000', '143608.220000', '143608.223000', '143608.226000', '143608.229000', '143608.231000', '143608.234000', '143608.237000', '143608.240000', '143608.243000', '143608.246000', '143608.249000', '143608.252000', '143608.255000', '143608.257000', '143608.260000', '143608.263000', '143608.266000', '143608.269000', '143608.272000', '143608.275000', '143608.278000', '143608.280000', '143608.283000', '143608.286000', '143608.289000', '143608.292000', '143608.295000', '143608.298000', '143608.301000', '143608.303000', '143608.306000', '143608.309000', '143608.312000', '143608.322000', '143608.325000', '143608.327000', '143628.192000', '143628.235000', '143628.238000', '143628.241000', '143628.244000', '143628.247000', '143628.250000', '143628.253000', '143628.256000', '143628.258000', '143628.261000', '143628.264000', '143628.267000', '143628.273000', '143628.277000', '143628.280000', '143628.282000', '143628.285000', '143628.288000', '143628.291000', '143628.294000', '143628.297000', '143628.300000', '143628.303000', '143628.306000', '143628.309000', '143628.311000', '143628.314000', '143628.317000', '143628.320000', '143628.323000', '143628.326000', '143628.329000', '143628.332000', '143628.335000', '143628.338000', '143628.340000', '143628.343000', '143628.346000', '143628.349000', '143628.352000', '143628.355000', '143628.358000', '143648.192000', '143648.201000', '143648.204000', '143648.207000', '143648.210000', '143648.213000', '143648.216000', '143648.219000', '143648.222000', '143648.225000', '143648.228000', '143648.231000', '143648.233000', '143648.236000', '143648.239000', '143648.242000', '143648.245000', '143648.248000', '143648.251000', '143648.263000', '143648.266000', '143648.269000', '143648.271000', '143648.274000', '143648.277000', '143648.280000', '143648.283000', '143648.286000', '143648.289000', '143648.292000', '143648.294000', '143648.297000', '143648.300000', '143648.303000', '143648.306000', '143648.309000', '143648.312000', '143648.315000', '143648.318000', '143648.321000', '143648.323000', '143648.326000', '143648.329000', '143648.332000', '143708.193000', '143708.198000', '143708.201000', '143708.204000', '143708.207000', '143708.209000', '143708.213000', '143708.217000', '143708.219000', '143708.222000', '143708.225000', '143708.228000', '143708.231000', '143708.234000', '143708.237000', '143708.240000', '143708.243000', '143708.245000', '143708.248000', '143708.251000', '143708.254000', '143708.257000', '143708.260000', '143708.263000', '143708.266000', '143708.269000', '143708.272000', '143708.280000', '143708.283000', '143708.286000', '143708.289000', '143708.292000', '143708.294000', '143708.297000', '143708.300000', '143708.303000', '143708.306000', '143708.309000', '143708.312000', '143708.314000', '143708.317000', '143708.320000', '143708.323000', '143728.193000', '143728.198000', '143728.201000', '143728.204000', '143728.207000', '143728.210000', '143728.212000', '143728.215000', '143728.218000', '143728.221000', '143728.224000', '143728.227000', '143728.230000', '143728.232000', '143728.236000', '143728.238000', '143728.241000', '143728.244000', '143728.247000', '143728.250000', '143728.253000', '143728.256000', '143728.259000', '143728.262000', '143728.265000', '143728.267000', '143728.270000', '143728.273000', '143728.276000', '143728.279000', '143728.282000', '143728.285000', '143728.288000', '143728.290000', '143728.293000', '143728.296000', '143728.299000', '143728.302000', '143728.305000', '143728.308000', '143728.311000', '143728.314000', '143728.316000', '143728.319000', '143748.207000', '143748.210000', '143748.213000', '143748.216000', '143748.219000', '143748.228000', '143748.231000', '143748.234000', '143748.237000', '143748.240000', '143748.242000', '143748.245000', '143748.248000', '143748.251000', '143748.254000', '143748.257000', '143748.260000', '143748.263000', '143748.266000', '143748.269000', '143748.271000', '143748.274000', '143748.277000', '143748.280000', '143748.283000', '143748.286000', '143748.289000', '143748.292000', '143748.295000', '143748.298000', '143748.301000', '143748.304000', '143748.307000', '143748.310000', '143748.313000', '143748.316000', '143748.319000', '143748.322000', '143748.324000', '143748.327000', '143748.330000', '143748.333000', '143748.336000', '143808.192000', '143808.201000', '143808.204000', '143808.207000', '143808.210000', '143808.213000', '143808.215000', '143808.218000', '143808.221000', '143808.224000', '143808.227000', '143808.230000', '143808.233000', '143808.243000', '143808.246000', '143808.249000', '143808.252000', '143808.255000', '143808.258000', '143808.261000', '143808.264000', '143808.266000', '143808.269000', '143808.272000', '143808.275000', '143808.278000', '143808.281000', '143808.284000', '143808.287000', '143808.290000', '143808.293000', '143808.296000', '143808.299000', '143808.302000', '143808.304000', '143808.307000', '143808.310000', '143808.313000', '143808.316000', '143808.319000', '143808.322000', '143808.325000', '143808.327000', '143808.330000', '143828.192000', '143828.195000', '143828.198000', '143828.201000', '143828.204000', '143828.207000', '143828.210000', '143828.213000', '143828.215000', '143828.218000', '143828.221000', '143828.224000', '143828.227000', '143828.230000', '143828.233000', '143828.236000', '143828.239000', '143828.241000', '143828.244000', '143828.247000', '143828.251000', '143828.254000', '143828.257000', '143828.260000', '143828.263000', '143828.266000', '143828.269000', '143828.272000', '143828.275000', '143828.277000', '143828.280000', '143828.283000', '143828.286000', '143828.289000', '143828.292000', '143828.295000', '143828.298000', '143828.301000', '143828.303000', '143828.306000', '143828.309000', '143828.313000', '143828.316000', '143848.192000', '143848.196000', '143848.199000', '143848.202000', '143848.205000', '143848.208000', '143848.210000', '143848.213000', '143848.216000', '143848.219000', '143848.222000', '143848.225000', '143848.228000', '143848.231000', '143848.234000', '143848.236000', '143848.239000', '143848.242000', '143848.245000', '143848.248000', '143848.251000', '143848.254000', '143848.256000', '143848.259000', '143848.262000', '143848.265000', '143848.268000', '143848.271000', '143848.274000', '143848.277000', '143848.280000', '143848.283000', '143848.285000', '143848.288000', '143848.291000', '143848.294000', '143848.297000', '143848.300000', '143848.303000', '143848.305000', '143848.308000', '143848.311000', '143848.314000', '143848.317000', '143908.192000', '143908.195000', '143908.198000', '143908.201000', '143908.204000', '143908.207000', '143908.210000', '143908.213000', '143908.215000', '143908.218000', '143908.221000', '143908.243000', '143908.246000', '143908.249000', '143908.252000', '143908.255000', '143908.258000', '143908.261000', '143908.264000', '143908.267000', '143908.270000', '143908.272000', '143908.275000', '143908.278000', '143908.281000', '143908.284000', '143908.287000', '143908.290000', '143908.293000', '143908.295000', '143908.298000', '143908.301000', '143908.304000', '143908.307000', '143908.310000', '143908.313000', '143908.316000', '143908.319000', '143908.322000', '143908.325000', '143908.327000', '143908.330000', '143908.333000', '143928.193000', '143928.216000', '143928.219000', '143928.222000', '143928.225000', '143928.228000', '143928.231000', '143928.234000', '143928.236000', '143928.239000', '143928.242000', '143928.245000', '143928.248000', '143928.251000', '143928.254000', '143928.257000', '143928.260000', '143928.262000', '143928.265000', '143928.268000', '143928.271000', '143928.274000', '143928.277000', '143928.280000', '143928.283000', '143928.286000', '143928.289000', '143928.291000', '143928.294000', '143928.297000', '143928.300000', '143928.303000', '143928.306000', '143928.309000', '143928.312000', '143928.315000', '143928.317000', '143928.320000', '143928.323000', '143928.326000', '143928.329000', '143928.332000', '143928.335000', '143928.338000', '143948.193000', '143948.234000', '143948.237000', '143948.240000', '143948.243000', '143948.246000', '143948.249000', '143948.252000', '143948.255000', '143948.258000', '143948.261000', '143948.264000', '143948.267000', '143948.270000', '143948.273000', '143948.276000', '143948.279000', '143948.282000', '143948.285000', '143948.289000', '143948.293000', '143948.296000', '143948.299000', '143948.302000', '143948.305000', '143948.308000', '143948.311000', '143948.314000', '143948.317000', '143948.330000', '143948.333000', '143948.336000', '143948.339000', '143948.343000', '143948.346000', '143948.349000', '143948.353000', '143948.356000', '143948.360000', '143948.363000', '143948.366000', '143948.369000', '143948.372000', '144008.193000', '144008.196000', '144008.199000', '144008.202000', '144008.205000', '144008.207000', '144008.210000', '144008.213000', '144008.216000', '144008.219000', '144008.222000', '144008.225000', '144008.228000', '144008.231000', '144008.233000', '144008.236000', '144008.239000', '144008.242000', '144008.245000', '144008.248000', '144008.251000', '144008.254000', '144008.257000', '144008.260000', '144008.263000', '144008.266000', '144008.268000', '144008.271000', '144008.274000', '144008.277000', '144008.280000', '144008.283000', '144008.286000', '144008.294000', '144008.297000', '144008.300000', '144008.303000', '144008.306000', '144008.309000', '144008.312000', '144008.314000', '144008.317000', '144008.320000', '144008.323000', '144028.192000', '144028.195000', '144028.198000', '144028.201000', '144028.204000', '144028.207000', '144028.210000', '144028.213000', '144028.216000', '144028.219000', '144028.222000', '144028.224000', '144028.227000', '144028.230000', '144028.233000', '144028.236000', '144028.239000', '144028.242000', '144028.245000', '144028.248000', '144028.250000', '144028.253000', '144028.256000', '144028.259000', '144028.262000', '144028.265000', '144028.268000', '144028.271000', '144028.274000', '144028.276000', '144028.279000', '144028.282000', '144028.285000', '144028.288000', '144028.291000', '144028.294000', '144028.297000', '144028.300000', '144028.303000', '144028.305000', '144028.308000', '144028.311000', '144028.314000', '144048.192000', '144048.195000', '144048.198000', '144048.201000', '144048.204000', '144048.207000', '144048.209000', '144048.213000', '144048.215000', '144048.218000', '144048.221000', '144048.224000', '144048.227000', '144048.230000', '144048.237000', '144048.240000', '144048.243000', '144048.246000', '144048.249000', '144048.252000', '144048.254000', '144048.257000', '144048.260000', '144048.263000', '144048.266000', '144048.269000', '144048.272000', '144048.275000', '144048.278000', '144048.281000', '144048.284000', '144048.287000', '144048.289000', '144048.292000', '144048.295000', '144048.298000', '144048.301000', '144048.304000', '144048.307000', '144048.310000', '144048.313000', '144048.315000', '144048.318000', '144048.321000', '144108.192000', '144108.195000', '144108.198000', '144108.201000', '144108.204000', '144108.207000', '144108.210000', '144108.213000', '144108.224000', '144108.227000', '144108.230000', '144108.233000', '144108.245000', '144108.248000', '144108.251000', '144108.254000', '144108.257000', '144108.260000', '144108.262000', '144108.265000', '144108.268000', '144108.271000', '144108.274000', '144108.277000', '144108.280000', '144108.283000', '144108.286000', '144108.289000', '144108.292000', '144108.294000', '144108.297000', '144108.300000', '144108.303000', '144108.306000', '144108.309000', '144108.312000', '144108.315000', '144108.318000', '144108.321000', '144108.323000', '144108.327000', '144108.330000', '144108.333000', '144124.550000', '144124.554000', '144124.557000', '144124.560000', '144124.573000', '144124.576000', '144124.579000', '144124.583000', '144124.585000', '144124.588000', '144124.591000', '144124.594000', '144124.597000', '144124.600000', '144124.603000', '144124.606000', '144124.609000', '144124.612000', '144124.615000', '144124.618000', '144124.621000', '144124.624000', '144124.627000', '144124.630000', '144124.633000', '144124.636000', '144124.639000', '144124.642000', '144124.644000', '144124.647000', '144124.650000', '144124.653000', '144124.656000', '144124.659000', '144124.662000', '144124.665000'], 'InstanceCreationTime': ['143128.224000', '143128.228000', '143128.231000', '143128.234000', '143128.237000', '143128.239000', '143128.251000', '143128.254000', '143128.257000', '143128.259000', '143128.262000', '143128.265000', '143128.268000', '143128.297000', '143128.299000', '143128.302000', '143128.305000', '143128.308000', '143128.311000', '143128.314000', '143128.317000', '143128.319000', '143128.322000', '143128.325000', '143128.328000', '143148.192000', '143148.195000', '143148.198000', '143148.201000', '143148.204000', '143148.206000', '143148.209000', '143148.212000', '143148.215000', '143148.218000', '143148.221000', '143148.223000', '143148.231000', '143148.234000', '143148.237000', '143148.240000', '143148.243000', '143148.246000', '143148.248000', '143148.251000', '143148.254000', '143148.257000', '143148.260000', '143148.263000', '143148.265000', '143148.268000', '143148.271000', '143148.274000', '143148.277000', '143148.280000', '143148.283000', '143148.285000', '143148.288000', '143148.291000', '143148.294000', '143148.297000', '143148.300000', '143148.308000', '143148.311000', '143148.313000', '143148.316000', '143148.319000', '143148.322000', '143148.325000', '143208.192000', '143208.195000', '143208.198000', '143208.201000', '143208.204000', '143208.206000', '143208.209000', '143208.212000', '143208.215000', '143208.218000', '143208.221000', '143208.223000', '143208.226000', '143208.229000', '143208.232000', '143208.235000', '143208.238000', '143208.241000', '143208.250000', '143208.253000', '143208.256000', '143208.259000', '143208.262000', '143208.265000', '143208.268000', '143208.270000', '143208.273000', '143208.276000', '143208.279000', '143208.282000', '143208.285000', '143208.288000', '143208.290000', '143208.293000', '143208.296000', '143208.300000', '143208.303000', '143208.306000', '143208.309000', '143208.312000', '143208.315000', '143208.318000', '143208.320000', '143228.193000', '143228.196000', '143228.199000', '143228.202000', '143228.204000', '143228.207000', '143228.210000', '143228.213000', '143228.216000', '143228.219000', '143228.222000', '143228.224000', '143228.227000', '143228.230000', '143228.233000', '143228.236000', '143228.239000', '143228.242000', '143228.245000', '143228.248000', '143228.251000', '143228.253000', '143228.256000', '143228.259000', '143228.262000', '143228.265000', '143228.268000', '143228.271000', '143228.274000', '143228.277000', '143228.280000', '143228.283000', '143228.285000', '143228.288000', '143228.291000', '143228.294000', '143228.297000', '143228.300000', '143228.303000', '143228.306000', '143228.308000', '143228.311000', '143228.314000', '143228.317000', '143248.193000', '143248.196000', '143248.199000', '143248.202000', '143248.205000', '143248.208000', '143248.210000', '143248.213000', '143248.216000', '143248.219000', '143248.222000', '143248.225000', '143248.228000', '143248.231000', '143248.234000', '143248.236000', '143248.239000', '143248.242000', '143248.245000', '143248.248000', '143248.251000', '143248.254000', '143248.257000', '143248.259000', '143248.262000', '143248.265000', '143248.268000', '143248.271000', '143248.274000', '143248.277000', '143248.280000', '143248.282000', '143248.285000', '143248.288000', '143248.291000', '143248.294000', '143248.297000', '143248.300000', '143248.302000', '143248.305000', '143248.308000', '143248.311000', '143248.314000', '143308.193000', '143308.196000', '143308.199000', '143308.202000', '143308.205000', '143308.207000', '143308.210000', '143308.213000', '143308.216000', '143308.219000', '143308.222000', '143308.225000', '143308.228000', '143308.231000', '143308.234000', '143308.236000', '143308.239000', '143308.242000', '143308.245000', '143308.248000', '143308.251000', '143308.254000', '143308.256000', '143308.259000', '143308.262000', '143308.265000', '143308.268000', '143308.283000', '143308.286000', '143308.289000', '143308.292000', '143308.295000', '143308.298000', '143308.301000', '143308.303000', '143308.306000', '143308.309000', '143308.312000', '143308.315000', '143308.318000', '143308.321000', '143308.324000', '143308.326000', '143308.329000', '143328.192000', '143328.195000', '143328.198000', '143328.201000', '143328.204000', '143328.207000', '143328.209000', '143328.212000', '143328.215000', '143328.218000', '143328.221000', '143328.224000', '143328.227000', '143328.230000', '143328.233000', '143328.242000', '143328.245000', '143328.248000', '143328.251000', '143328.254000', '143328.257000', '143328.260000', '143328.263000', '143328.266000', '143328.269000', '143328.272000', '143328.274000', '143328.277000', '143328.280000', '143328.283000', '143328.286000', '143328.289000', '143328.292000', '143328.295000', '143328.298000', '143328.301000', '143328.304000', '143328.306000', '143328.309000', '143328.312000', '143328.315000', '143328.318000', '143328.321000', '143348.192000', '143348.195000', '143348.198000', '143348.201000', '143348.204000', '143348.207000', '143348.210000', '143348.212000', '143348.215000', '143348.218000', '143348.221000', '143348.224000', '143348.227000', '143348.230000', '143348.233000', '143348.236000', '143348.239000', '143348.241000', '143348.244000', '143348.247000', '143348.250000', '143348.253000', '143348.256000', '143348.259000', '143348.262000', '143348.264000', '143348.267000', '143348.270000', '143348.273000', '143348.276000', '143348.279000', '143348.282000', '143348.285000', '143348.288000', '143348.291000', '143348.293000', '143348.296000', '143348.299000', '143348.302000', '143348.305000', '143348.308000', '143348.311000', '143348.314000', '143408.192000', '143408.195000', '143408.198000', '143408.201000', '143408.204000', '143408.206000', '143408.209000', '143408.212000', '143408.215000', '143408.218000', '143408.221000', '143408.224000', '143408.227000', '143408.230000', '143408.232000', '143408.235000', '143408.238000', '143408.241000', '143408.244000', '143408.247000', '143408.250000', '143408.253000', '143408.255000', '143408.258000', '143408.261000', '143408.264000', '143408.267000', '143408.270000', '143408.273000', '143408.276000', '143408.278000', '143408.281000', '143408.284000', '143408.287000', '143408.290000', '143408.293000', '143408.296000', '143408.299000', '143408.302000', '143408.305000', '143408.307000', '143408.310000', '143408.313000', '143408.316000', '143428.192000', '143428.195000', '143428.198000', '143428.201000', '143428.204000', '143428.207000', '143428.210000', '143428.212000', '143428.215000', '143428.218000', '143428.221000', '143428.224000', '143428.227000', '143428.230000', '143428.233000', '143428.236000', '143428.249000', '143428.251000', '143428.254000', '143428.257000', '143428.260000', '143428.263000', '143428.266000', '143428.269000', '143428.272000', '143428.275000', '143428.278000', '143428.280000', '143428.283000', '143428.286000', '143428.289000', '143428.292000', '143428.295000', '143428.298000', '143428.301000', '143428.304000', '143428.307000', '143428.310000', '143428.312000', '143428.315000', '143428.318000', '143428.321000', '143428.324000', '143448.193000', '143448.196000', '143448.199000', '143448.202000', '143448.205000', '143448.208000', '143448.210000', '143448.213000', '143448.216000', '143448.219000', '143448.229000', '143448.232000', '143448.235000', '143448.237000', '143448.240000', '143448.243000', '143448.246000', '143448.249000', '143448.252000', '143448.255000', '143448.258000', '143448.260000', '143448.263000', '143448.278000', '143448.281000', '143448.284000', '143448.286000', '143448.299000', '143448.301000', '143448.304000', '143448.307000', '143448.310000', '143448.313000', '143448.316000', '143448.319000', '143448.322000', '143448.325000', '143448.328000', '143448.331000', '143448.333000', '143448.336000', '143448.339000', '143448.342000', '143448.345000', '143508.193000', '143508.196000', '143508.199000', '143508.202000', '143508.205000', '143508.209000', '143508.214000', '143508.217000', '143508.220000', '143508.222000', '143508.225000', '143508.228000', '143508.231000', '143508.234000', '143508.237000', '143508.240000', '143508.243000', '143508.245000', '143508.248000', '143508.251000', '143508.254000', '143508.257000', '143508.260000', '143508.263000', '143508.266000', '143508.269000', '143508.271000', '143508.274000', '143508.277000', '143508.280000', '143508.283000', '143508.286000', '143508.289000', '143508.292000', '143508.294000', '143508.297000', '143508.300000', '143508.303000', '143508.306000', '143508.309000', '143508.312000', '143508.315000', '143508.318000', '143528.193000', '143528.196000', '143528.199000', '143528.202000', '143528.205000', '143528.208000', '143528.210000', '143528.213000', '143528.216000', '143528.219000', '143528.222000', '143528.225000', '143528.228000', '143528.239000', '143528.242000', '143528.245000', '143528.248000', '143528.251000', '143528.254000', '143528.257000', '143528.260000', '143528.263000', '143528.265000', '143528.268000', '143528.271000', '143528.274000', '143528.277000', '143528.280000', '143528.283000', '143528.286000', '143528.289000', '143528.291000', '143528.294000', '143528.297000', '143528.300000', '143528.303000', '143528.306000', '143528.309000', '143528.311000', '143528.314000', '143528.317000', '143528.320000', '143528.323000', '143528.326000', '143548.192000', '143548.195000', '143548.198000', '143548.201000', '143548.204000', '143548.207000', '143548.210000', '143548.212000', '143548.215000', '143548.218000', '143548.221000', '143548.224000', '143548.227000', '143548.230000', '143548.233000', '143548.236000', '143548.239000', '143548.241000', '143548.244000', '143548.247000', '143548.251000', '143548.254000', '143548.256000', '143548.259000', '143548.262000', '143548.265000', '143548.268000', '143548.271000', '143548.274000', '143548.277000', '143548.279000', '143548.282000', '143548.285000', '143548.288000', '143548.291000', '143548.294000', '143548.297000', '143548.300000', '143548.303000', '143548.305000', '143548.308000', '143548.311000', '143548.314000', '143608.193000', '143608.200000', '143608.203000', '143608.206000', '143608.208000', '143608.211000', '143608.214000', '143608.217000', '143608.220000', '143608.223000', '143608.226000', '143608.229000', '143608.231000', '143608.234000', '143608.237000', '143608.240000', '143608.243000', '143608.246000', '143608.249000', '143608.252000', '143608.255000', '143608.257000', '143608.260000', '143608.263000', '143608.266000', '143608.269000', '143608.272000', '143608.275000', '143608.278000', '143608.280000', '143608.283000', '143608.286000', '143608.289000', '143608.292000', '143608.295000', '143608.298000', '143608.301000', '143608.303000', '143608.306000', '143608.309000', '143608.312000', '143608.322000', '143608.325000', '143608.327000', '143628.192000', '143628.235000', '143628.238000', '143628.241000', '143628.244000', '143628.247000', '143628.250000', '143628.253000', '143628.256000', '143628.258000', '143628.261000', '143628.264000', '143628.267000', '143628.273000', '143628.277000', '143628.280000', '143628.282000', '143628.285000', '143628.288000', '143628.291000', '143628.294000', '143628.297000', '143628.300000', '143628.303000', '143628.306000', '143628.309000', '143628.311000', '143628.314000', '143628.317000', '143628.320000', '143628.323000', '143628.326000', '143628.329000', '143628.332000', '143628.335000', '143628.338000', '143628.340000', '143628.343000', '143628.346000', '143628.349000', '143628.352000', '143628.355000', '143628.358000', '143648.192000', '143648.201000', '143648.204000', '143648.207000', '143648.210000', '143648.213000', '143648.216000', '143648.219000', '143648.222000', '143648.225000', '143648.228000', '143648.231000', '143648.233000', '143648.236000', '143648.239000', '143648.242000', '143648.245000', '143648.248000', '143648.251000', '143648.263000', '143648.266000', '143648.269000', '143648.271000', '143648.274000', '143648.277000', '143648.280000', '143648.283000', '143648.286000', '143648.289000', '143648.292000', '143648.294000', '143648.297000', '143648.300000', '143648.303000', '143648.306000', '143648.309000', '143648.312000', '143648.315000', '143648.318000', '143648.321000', '143648.323000', '143648.326000', '143648.329000', '143648.332000', '143708.193000', '143708.198000', '143708.201000', '143708.204000', '143708.207000', '143708.209000', '143708.213000', '143708.217000', '143708.219000', '143708.222000', '143708.225000', '143708.228000', '143708.231000', '143708.234000', '143708.237000', '143708.240000', '143708.243000', '143708.245000', '143708.248000', '143708.251000', '143708.254000', '143708.257000', '143708.260000', '143708.263000', '143708.266000', '143708.269000', '143708.272000', '143708.280000', '143708.283000', '143708.286000', '143708.289000', '143708.292000', '143708.294000', '143708.297000', '143708.300000', '143708.303000', '143708.306000', '143708.309000', '143708.312000', '143708.314000', '143708.317000', '143708.320000', '143708.323000', '143728.193000', '143728.198000', '143728.201000', '143728.204000', '143728.207000', '143728.210000', '143728.212000', '143728.215000', '143728.218000', '143728.221000', '143728.224000', '143728.227000', '143728.230000', '143728.232000', '143728.236000', '143728.238000', '143728.241000', '143728.244000', '143728.247000', '143728.250000', '143728.253000', '143728.256000', '143728.259000', '143728.262000', '143728.265000', '143728.267000', '143728.270000', '143728.273000', '143728.276000', '143728.279000', '143728.282000', '143728.285000', '143728.288000', '143728.290000', '143728.293000', '143728.296000', '143728.299000', '143728.302000', '143728.305000', '143728.308000', '143728.311000', '143728.314000', '143728.316000', '143728.319000', '143748.207000', '143748.210000', '143748.213000', '143748.216000', '143748.219000', '143748.228000', '143748.231000', '143748.234000', '143748.237000', '143748.240000', '143748.242000', '143748.245000', '143748.248000', '143748.251000', '143748.254000', '143748.257000', '143748.260000', '143748.263000', '143748.266000', '143748.269000', '143748.271000', '143748.274000', '143748.277000', '143748.280000', '143748.283000', '143748.286000', '143748.289000', '143748.292000', '143748.295000', '143748.298000', '143748.301000', '143748.304000', '143748.307000', '143748.310000', '143748.313000', '143748.316000', '143748.319000', '143748.322000', '143748.324000', '143748.327000', '143748.330000', '143748.333000', '143748.336000', '143808.192000', '143808.201000', '143808.204000', '143808.207000', '143808.210000', '143808.213000', '143808.215000', '143808.218000', '143808.221000', '143808.224000', '143808.227000', '143808.230000', '143808.233000', '143808.243000', '143808.246000', '143808.249000', '143808.252000', '143808.255000', '143808.258000', '143808.261000', '143808.264000', '143808.266000', '143808.269000', '143808.272000', '143808.275000', '143808.278000', '143808.281000', '143808.284000', '143808.287000', '143808.290000', '143808.293000', '143808.296000', '143808.299000', '143808.302000', '143808.304000', '143808.307000', '143808.310000', '143808.313000', '143808.316000', '143808.319000', '143808.322000', '143808.325000', '143808.327000', '143808.330000', '143828.192000', '143828.195000', '143828.198000', '143828.201000', '143828.204000', '143828.207000', '143828.210000', '143828.213000', '143828.215000', '143828.218000', '143828.221000', '143828.224000', '143828.227000', '143828.230000', '143828.233000', '143828.236000', '143828.239000', '143828.241000', '143828.244000', '143828.247000', '143828.251000', '143828.254000', '143828.257000', '143828.260000', '143828.263000', '143828.266000', '143828.269000', '143828.272000', '143828.275000', '143828.277000', '143828.280000', '143828.283000', '143828.286000', '143828.289000', '143828.292000', '143828.295000', '143828.298000', '143828.301000', '143828.303000', '143828.306000', '143828.309000', '143828.313000', '143828.316000', '143848.192000', '143848.196000', '143848.199000', '143848.202000', '143848.205000', '143848.208000', '143848.210000', '143848.213000', '143848.216000', '143848.219000', '143848.222000', '143848.225000', '143848.228000', '143848.231000', '143848.234000', '143848.236000', '143848.239000', '143848.242000', '143848.245000', '143848.248000', '143848.251000', '143848.254000', '143848.256000', '143848.259000', '143848.262000', '143848.265000', '143848.268000', '143848.271000', '143848.274000', '143848.277000', '143848.280000', '143848.283000', '143848.285000', '143848.288000', '143848.291000', '143848.294000', '143848.297000', '143848.300000', '143848.303000', '143848.305000', '143848.308000', '143848.311000', '143848.314000', '143848.317000', '143908.192000', '143908.195000', '143908.198000', '143908.201000', '143908.204000', '143908.207000', '143908.210000', '143908.213000', '143908.215000', '143908.218000', '143908.221000', '143908.243000', '143908.246000', '143908.249000', '143908.252000', '143908.255000', '143908.258000', '143908.261000', '143908.264000', '143908.267000', '143908.270000', '143908.272000', '143908.275000', '143908.278000', '143908.281000', '143908.284000', '143908.287000', '143908.290000', '143908.293000', '143908.295000', '143908.298000', '143908.301000', '143908.304000', '143908.307000', '143908.310000', '143908.313000', '143908.316000', '143908.319000', '143908.322000', '143908.325000', '143908.327000', '143908.330000', '143908.333000', '143928.193000', '143928.216000', '143928.219000', '143928.222000', '143928.225000', '143928.228000', '143928.231000', '143928.234000', '143928.236000', '143928.239000', '143928.242000', '143928.245000', '143928.248000', '143928.251000', '143928.254000', '143928.257000', '143928.260000', '143928.262000', '143928.265000', '143928.268000', '143928.271000', '143928.274000', '143928.277000', '143928.280000', '143928.283000', '143928.286000', '143928.289000', '143928.291000', '143928.294000', '143928.297000', '143928.300000', '143928.303000', '143928.306000', '143928.309000', '143928.312000', '143928.315000', '143928.317000', '143928.320000', '143928.323000', '143928.326000', '143928.329000', '143928.332000', '143928.335000', '143928.338000', '143948.193000', '143948.234000', '143948.237000', '143948.240000', '143948.243000', '143948.246000', '143948.249000', '143948.252000', '143948.255000', '143948.258000', '143948.261000', '143948.264000', '143948.267000', '143948.270000', '143948.273000', '143948.276000', '143948.279000', '143948.282000', '143948.285000', '143948.289000', '143948.293000', '143948.296000', '143948.299000', '143948.302000', '143948.305000', '143948.308000', '143948.311000', '143948.314000', '143948.317000', '143948.330000', '143948.333000', '143948.336000', '143948.339000', '143948.343000', '143948.346000', '143948.349000', '143948.353000', '143948.356000', '143948.360000', '143948.363000', '143948.366000', '143948.369000', '143948.372000', '144008.193000', '144008.196000', '144008.199000', '144008.202000', '144008.205000', '144008.207000', '144008.210000', '144008.213000', '144008.216000', '144008.219000', '144008.222000', '144008.225000', '144008.228000', '144008.231000', '144008.233000', '144008.236000', '144008.239000', '144008.242000', '144008.245000', '144008.248000', '144008.251000', '144008.254000', '144008.257000', '144008.260000', '144008.263000', '144008.266000', '144008.268000', '144008.271000', '144008.274000', '144008.277000', '144008.280000', '144008.283000', '144008.286000', '144008.294000', '144008.297000', '144008.300000', '144008.303000', '144008.306000', '144008.309000', '144008.312000', '144008.314000', '144008.317000', '144008.320000', '144008.323000', '144028.192000', '144028.195000', '144028.198000', '144028.201000', '144028.204000', '144028.207000', '144028.210000', '144028.213000', '144028.216000', '144028.219000', '144028.222000', '144028.224000', '144028.227000', '144028.230000', '144028.233000', '144028.236000', '144028.239000', '144028.242000', '144028.245000', '144028.248000', '144028.250000', '144028.253000', '144028.256000', '144028.259000', '144028.262000', '144028.265000', '144028.268000', '144028.271000', '144028.274000', '144028.276000', '144028.279000', '144028.282000', '144028.285000', '144028.288000', '144028.291000', '144028.294000', '144028.297000', '144028.300000', '144028.303000', '144028.305000', '144028.308000', '144028.311000', '144028.314000', '144048.192000', '144048.195000', '144048.198000', '144048.201000', '144048.204000', '144048.207000', '144048.209000', '144048.213000', '144048.215000', '144048.218000', '144048.221000', '144048.224000', '144048.227000', '144048.230000', '144048.237000', '144048.240000', '144048.243000', '144048.246000', '144048.249000', '144048.252000', '144048.254000', '144048.257000', '144048.260000', '144048.263000', '144048.266000', '144048.269000', '144048.272000', '144048.275000', '144048.278000', '144048.281000', '144048.284000', '144048.287000', '144048.289000', '144048.292000', '144048.295000', '144048.298000', '144048.301000', '144048.304000', '144048.307000', '144048.310000', '144048.313000', '144048.315000', '144048.318000', '144048.321000', '144108.192000', '144108.195000', '144108.198000', '144108.201000', '144108.204000', '144108.207000', '144108.210000', '144108.213000', '144108.224000', '144108.227000', '144108.230000', '144108.233000', '144108.245000', '144108.248000', '144108.251000', '144108.254000', '144108.257000', '144108.260000', '144108.262000', '144108.265000', '144108.268000', '144108.271000', '144108.274000', '144108.277000', '144108.280000', '144108.283000', '144108.286000', '144108.289000', '144108.292000', '144108.294000', '144108.297000', '144108.300000', '144108.303000', '144108.306000', '144108.309000', '144108.312000', '144108.315000', '144108.318000', '144108.321000', '144108.323000', '144108.327000', '144108.330000', '144108.333000', '144124.550000', '144124.554000', '144124.557000', '144124.560000', '144124.573000', '144124.576000', '144124.579000', '144124.583000', '144124.585000', '144124.588000', '144124.591000', '144124.594000', '144124.597000', '144124.600000', '144124.603000', '144124.606000', '144124.609000', '144124.612000', '144124.615000', '144124.618000', '144124.621000', '144124.624000', '144124.627000', '144124.630000', '144124.633000', '144124.636000', '144124.639000', '144124.642000', '144124.644000', '144124.647000', '144124.650000', '144124.653000', '144124.656000', '144124.659000', '144124.662000', '144124.665000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [15717, 11516, 11205, 13997, 11310, 10780, 13618, 10869, 10984, 12846, 11372, 11209, 12547, 11686, 11159, 11785, 11297, 11211, 10558, 11302, 11290, 10836, 11301, 11251, 11834, 11474, 11379, 11656, 11511, 11309, 11870, 11194, 11561, 11144, 11027, 11265, 11135, 11209, 11175, 11529, 11076, 11441, 11532, 10936, 11319, 11763, 10958, 9499, 10497, 10753, 11181, 10913, 11148, 12045, 11103, 11123, 12225, 11516, 11281, 12659, 10812, 11192, 12692, 10819, 11431, 12836, 10614, 10638, 12140, 10753, 10567, 12608, 10788, 10291, 11513, 10787, 9403, 11292, 10464, 9757, 10816, 10644, 9832, 10896, 10876, 10030, 11026, 10995, 11219, 11241, 11171, 10449, 11015, 11012, 10841, 10734, 11110, 9808, 10855, 11305, 10437, 11399, 11297, 10556, 11244, 11206, 10206, 11178, 10936, 11661, 10637, 11103, 10813, 11164, 11087, 12247, 11066, 11037, 12050, 11445, 11136, 12810, 10920, 11177, 13977, 10932, 11367, 13489, 11255, 11572, 12687, 10950, 9704, 10890, 10930, 9998, 11052, 11068, 10051, 11109, 11037, 9677, 11341, 10774, 10307, 10994, 10816, 9616, 11150, 10921, 9815, 10470, 11140, 9810, 10946, 10937, 10422, 11192, 11159, 10798, 10907, 11229, 11020, 11274, 11162, 13401, 10793, 11146, 12533, 10936, 11212, 12587, 11003, 10928, 14098, 10914, 10981, 12250, 10785, 11108, 11688, 10971, 10719, 11248, 11881, 10800, 11554, 10935, 10805, 12466, 11075, 10951, 12700, 11024, 10728, 13148, 10951, 10783, 12968, 10949, 11203, 13343, 10775, 11164, 13398, 10883, 11095, 13657, 10838, 11305, 11379, 10802, 10217, 11143, 11110, 10048, 11246, 10981, 10514, 10820, 11259, 10842, 11419, 11193, 10600, 11301, 11175, 10370, 11266, 11082, 10615, 11178, 11043, 10339, 10938, 10973, 10482, 11059, 10969, 10675, 11113, 11022, 10813, 11287, 10821, 11135, 10856, 10973, 10603, 11412, 10994, 10313, 10722, 10642, 11672, 10547, 11333, 11479, 11227, 10530, 10698, 11255, 10759, 13250, 10855, 10960, 13502, 10592, 10967, 13501, 11045, 10780, 13504, 10794, 11340, 13946, 10928, 11301, 14422, 10910, 11008, 13696, 10564, 11187, 12589, 11131, 11065, 11269, 11149, 10638, 10504, 10813, 10759, 13987, 11044, 11307, 13322, 11125, 10931, 13820, 11047, 10973, 13432, 10853, 11130, 12990, 10776, 10813, 12482, 11118, 11175, 10916, 11333, 10994, 10247, 11107, 10974, 10442, 11147, 11010, 10415, 10767, 10798, 10435, 11161, 11201, 10466, 11504, 9743, 11028, 10882, 10787, 11334, 11001, 10590, 11161, 11407, 11133, 11554, 11371, 13250, 11018, 11122, 12843, 11027, 11027, 13334, 11605, 11079, 14714, 11855, 11178, 14517, 11470, 10908, 13899, 11751, 10763, 13670, 11251, 11088, 10758, 11389, 11043, 11060, 11091, 10998, 10536, 11768, 10966, 10049, 11308, 10874, 10113, 10909, 11252, 10261, 11241, 10709, 10967, 11019, 10942, 11321, 11040, 10788, 10629, 11089, 11074, 11445, 10997, 11040, 11663, 11119, 10798, 11672, 10948, 11897, 11496, 10852, 11738, 12993, 10900, 13251, 11918, 10904, 11256, 11550, 10897, 11559, 11930, 10916, 10609, 10922, 10878, 11139, 10782, 10850, 11222, 10930, 10858, 11356, 10948, 10905, 11769, 11012, 11351, 11486, 11145, 11863, 11885, 11031, 11356, 11386, 11341, 11308, 11263, 10955, 11391, 11841, 10986, 11291, 11513, 10915, 11484, 11542, 11054, 10088, 10840, 11150, 11952, 10817, 10950, 11672, 10908, 11302, 11459, 10653, 11299, 11015, 10572, 11108, 11227, 11279, 10940, 11468, 11299, 12444, 11189, 11476, 12805, 11532, 11249, 12690, 11150, 11283, 11302, 11127, 11304, 11304, 11273, 11209, 11522, 11070, 11296, 10073, 11209, 11138, 11817, 11521, 11017, 11891, 10961, 10754, 10345, 10530, 10899, 10298, 11390, 11120, 11454, 11435, 11346, 12206, 11499, 10974, 12642, 11163, 10874, 12864, 11157, 10914, 13068, 11126, 10727, 12638, 11062, 10404, 12159, 10765, 10919, 11512, 10698, 10803, 11803, 10921, 10695, 11624, 11226, 11517, 11887, 10935, 11139, 11177, 10755, 11391, 10734, 10719, 11158, 10716, 10730, 11614, 11252, 10632, 12561, 11055, 10554, 13202, 10856, 10472, 13232, 11100, 10532, 12652, 11000, 10399, 12433, 10750, 10197, 11421, 10656, 10455, 12706, 10719, 10675, 11959, 10825, 10405, 12512, 10596, 9343, 11007, 11103, 10108, 10545, 11102, 10562, 10671, 10609, 10795, 10712, 10543, 12061, 10324, 10604, 12439, 10859, 10479, 12976, 11119, 10598, 12377, 10865, 10600, 12089, 10869, 10955, 11402, 11075, 10884, 9956, 11409, 10837, 10019, 11390, 10787, 9526, 11451, 11555, 10692, 11355, 10676, 10601, 11028, 11102, 10895, 12012, 10909, 10888, 11177, 10484, 12596, 10736, 11007, 11933, 10875, 10864, 11187, 10973, 10717, 10377, 11403, 11025, 10448, 11233, 10740, 11051, 11427, 10798, 10443, 11594, 10959, 10979, 11267, 10694, 10245, 11303, 11267, 10809, 11519, 10763, 10588, 10281, 10821, 12230, 11406, 11258, 11611, 10594, 12624, 10750, 10575, 13677, 10876, 10866, 12516, 11312, 10478, 12792, 10798, 10476, 13093, 11215, 10701, 12824, 10912, 10684, 12230, 11085, 10628, 11427, 11091, 10828, 11692, 11136, 10594, 11465, 10753, 10649, 11592, 10688, 10258, 11727, 10628, 10653, 10948, 10667, 12098, 11790, 10558, 11366, 11754, 10421, 10490, 11502, 10736, 10394, 11969, 10888, 10301, 11571, 10641, 10361, 11420, 10943, 10211, 13240, 10545, 10417, 13226, 10837, 10537, 12864, 10522, 10534, 12406, 11231, 10535, 12084, 10988, 10501, 12362, 10906, 10520, 11169, 10384, 10597, 12885, 11030, 10379, 11268, 10608, 10724, 11242, 10870, 10534, 11104, 11220, 10659, 11611, 10666, 10646, 13312, 10838, 10540, 13314, 10891, 10798, 12817, 10820, 10651, 13308, 11165, 10766, 11785, 11061, 10718, 11021, 11572, 10901, 10938, 11338, 10743, 11804, 11261, 10744, 11509, 11571, 10615, 11247, 11406, 10538, 10055, 12352, 11165, 9685, 10602, 10650, 11343, 10788, 10269, 11563, 11369, 10652, 11087, 10758, 10359, 13616, 11106, 10772, 13303, 11193, 10625, 13090, 11238, 10939, 12431, 11487, 10483, 10815, 11023, 10813, 10260, 11342, 10678, 10148, 11574, 10688, 10250, 11281, 10818, 10414, 11670, 10515, 10645, 11628, 10897, 10456, 12708, 10736, 10589, 12502, 11004, 10647, 12950, 11251, 10569, 12748, 10894, 10511, 12305, 10491, 10831, 11724, 10777, 10582, 10425, 10777, 10637, 11088, 11629, 10867, 10857, 11025, 10503, 13536, 11021, 10376, 13564, 10723, 10500, 12695, 10644, 10506, 12554, 11168, 10973, 13091, 10653, 9882, 10183, 10379, 11256, 11173, 10395, 10159, 11638, 10297, 10568, 10825, 10634, 10992, 11268, 10668, 10971, 11664, 10375, 11888, 11379, 10348, 10731, 11154, 10340, 8952, 10656, 10168, 9448, 10325, 10687, 11956, 11271, 10574, 11937, 10790, 10593, 13259, 10845, 10759, 12936, 10626, 10587, 12383, 10409, 10413, 12100, 10935, 10538, 11492, 10624, 10365, 11157, 10953, 10574, 11853, 10662, 9393, 10957, 10354, 10386, 10085, 10363, 9717, 10486, 10518, 10921, 11145, 10218, 12256, 10954, 10538, 12152, 11018, 10455, 11649, 10598, 10183, 10725, 10914, 10331, 10800, 10977, 10360, 10320, 10775, 10473, 10266, 10836, 10224, 10682, 11358, 10604, 10412, 12247, 10828, 10465, 12422, 10976, 10503, 11756, 11262, 10557, 10777, 11199, 10335, 10363, 11191, 10373, 11129, 11408, 10445, 10602, 10655, 10446, 12683, 10575, 10793, 12711, 10971, 10702, 11911, 10618, 10558, 11188, 11199, 10420, 10350, 10751, 10207, 10182, 12096, 10305, 10458, 12678, 10834, 10560, 11583, 10870, 10373, 10215, 11251, 10428, 10879, 10800, 10488, 10356, 10983, 10545, 10198, 11383, 10440, 10283, 11090, 10313, 10177, 11489, 10902, 11207, 11146, 10467, 10186, 10306, 10281, 13714, 10902, 10329, 13205, 11165, 10685, 11962, 10866, 10692, 12372, 10734, 10377, 11477, 10378, 10457, 11346, 11203, 10713, 10627, 10794, 10413, 11044, 10622, 10174, 10984, 10752, 10202, 11025, 10560, 10393, 10918, 10114, 10567, 11135, 10409, 10921, 11988, 10110, 10632, 13586, 10424, 11504, 14626, 10501, 10646, 14698, 11076, 10629, 11919, 10808, 10530, 10683, 11072, 10667, 10756, 11204, 10640, 10159, 11573, 10590, 10271, 10834, 10447, 10118, 12705, 10621, 10328, 12648, 10623, 10057, 10978, 10615, 10358, 11400, 10615, 10282, 10877, 10428, 12686, 10577, 10465, 11654, 11444, 10419, 10122, 10959, 10472, 11272, 11904, 10648, 9974, 10772, 10497, 11457, 11353, 10615, 11047, 11440, 10607, 10732, 11172, 10518, 10205, 11303, 10992, 10502, 11437, 10512, 10460, 10932, 10660, 10350, 11606, 10826, 10536, 11291, 10777, 10420, 11125, 10843, 10495, 12741, 10362, 10683, 10535, 10469, 10498, 13069, 10737, 10648, 12663, 10449, 10482, 12977, 11155, 10608, 12932, 10765, 10622, 12575, 11353, 10691, 12662, 10786, 10595, 11932, 10585, 10877, 12454, 10720, 10452, 13065, 10978, 10703, 12891, 10841, 10640, 12630, 10448, 10604, 11293, 11092, 10898, 10863, 11099, 10629, 10507, 11201, 10589, 10365, 10919, 10681, 10487, 10890, 10284, 10728, 10603, 10864, 10668, 11250, 10842, 10516, 10750, 10858, 10664, 10839, 10767, 10723, 11143, 10711, 9477, 10284, 11050, 10542, 11023, 10930, 10826, 11314, 10835, 10666, 12105, 10812, 10535, 14120, 10399, 11144, 13979, 10630, 10452, 13551, 10658, 10695, 12283, 10836, 10774, 11330, 11139, 10912, 11858, 11144, 10706, 11797, 10776, 10689, 10519, 11259, 10409, 10405, 10985, 10781, 10383, 10399, 10601, 10329, 11523, 10898, 10556, 11690, 10627, 11029, 10574, 10750, 12301, 10406, 10555, 11155, 11299, 10675, 12106, 10791, 10890, 12744, 10746, 10638, 12464, 10879, 10595, 11720, 10814, 10577, 12115, 13058, 10905, 11068, 11639, 10853, 11322, 11051, 10802, 10600, 10865, 10061, 10679, 12940, 11019, 10979, 13111, 11377, 10869, 10909, 10991, 10914, 11369, 10415, 11123, 11135, 10493, 10821, 10057, 10531, 10734], 'WindowCenter': [3994.0, 3949.0, 3935.0, 3943.0, 3921.0, 3921.0, 3940.0, 3919.0, 3919.0, 3916.0, 3917.0, 3932.0, 3931.0, 3931.0, 3921.0, 3917.0, 3918.0, 3920.0, 3906.0, 3920.0, 3932.0, 3920.0, 3931.0, 3932.0, 3931.0, 3932.0, 3932.0, 3931.0, 3932.0, 3932.0, 3929.0, 3920.0, 3931.0, 3920.0, 3921.0, 3933.0, 3920.0, 3932.0, 3933.0, 3919.0, 3920.0, 3933.0, 3931.0, 3932.0, 3932.0, 3930.0, 3922.0, 3913.0, 3922.0, 3932.0, 3934.0, 3935.0, 3945.0, 3932.0, 3932.0, 3933.0, 3943.0, 3934.0, 3935.0, 3945.0, 3935.0, 3936.0, 3943.0, 3933.0, 3946.0, 3944.0, 3935.0, 3936.0, 3943.0, 3933.0, 3935.0, 3943.0, 3935.0, 3925.0, 3933.0, 3934.0, 3914.0, 3931.0, 3924.0, 3914.0, 3934.0, 3934.0, 3924.0, 3922.0, 3922.0, 3925.0, 3934.0, 3935.0, 3935.0, 3921.0, 3933.0, 3922.0, 3922.0, 3923.0, 3924.0, 3921.0, 3933.0, 3910.0, 3920.0, 3933.0, 3924.0, 3933.0, 3933.0, 3923.0, 3922.0, 3932.0, 3922.0, 3933.0, 3933.0, 3932.0, 3922.0, 3933.0, 3922.0, 3932.0, 3934.0, 3932.0, 3932.0, 3932.0, 3932.0, 3931.0, 3934.0, 3942.0, 3924.0, 3933.0, 3942.0, 3920.0, 3933.0, 3942.0, 3922.0, 3922.0, 3931.0, 3920.0, 3900.0, 3909.0, 3921.0, 3912.0, 3921.0, 3933.0, 3912.0, 3920.0, 3922.0, 3912.0, 3922.0, 3923.0, 3922.0, 3922.0, 3923.0, 3913.0, 3922.0, 3933.0, 3924.0, 3923.0, 3933.0, 3913.0, 3922.0, 3934.0, 3924.0, 3933.0, 3934.0, 3923.0, 3922.0, 3932.0, 3922.0, 3932.0, 3933.0, 3943.0, 3923.0, 3933.0, 3931.0, 3920.0, 3922.0, 3931.0, 3922.0, 3922.0, 3941.0, 3920.0, 3922.0, 3931.0, 3922.0, 3933.0, 3932.0, 3922.0, 3922.0, 3921.0, 3933.0, 3933.0, 3933.0, 3933.0, 3934.0, 3931.0, 3922.0, 3934.0, 3943.0, 3923.0, 3933.0, 3943.0, 3922.0, 3923.0, 3942.0, 3921.0, 3934.0, 3942.0, 3922.0, 3933.0, 3942.0, 3922.0, 3934.0, 3942.0, 3923.0, 3923.0, 3921.0, 3921.0, 3909.0, 3919.0, 3920.0, 3912.0, 3922.0, 3923.0, 3922.0, 3920.0, 3922.0, 3921.0, 3921.0, 3932.0, 3921.0, 3920.0, 3932.0, 3911.0, 3921.0, 3933.0, 3923.0, 3922.0, 3932.0, 3912.0, 3920.0, 3923.0, 3923.0, 3922.0, 3923.0, 3922.0, 3921.0, 3922.0, 3922.0, 3921.0, 3921.0, 3921.0, 3910.0, 3920.0, 3910.0, 3921.0, 3923.0, 3912.0, 3923.0, 3925.0, 3932.0, 3922.0, 3933.0, 3933.0, 3935.0, 3926.0, 3935.0, 3947.0, 3936.0, 3944.0, 3933.0, 3936.0, 3956.0, 3936.0, 3936.0, 3956.0, 3935.0, 3936.0, 3944.0, 3922.0, 3935.0, 3943.0, 3922.0, 3933.0, 3943.0, 3922.0, 3922.0, 3942.0, 3911.0, 3921.0, 3930.0, 3920.0, 3921.0, 3920.0, 3920.0, 3922.0, 3910.0, 3923.0, 3922.0, 3942.0, 3921.0, 3923.0, 3942.0, 3921.0, 3922.0, 3942.0, 3921.0, 3922.0, 3930.0, 3921.0, 3922.0, 3930.0, 3921.0, 3921.0, 3930.0, 3919.0, 3921.0, 3921.0, 3921.0, 3921.0, 3909.0, 3920.0, 3921.0, 3910.0, 3920.0, 3922.0, 3911.0, 3920.0, 3922.0, 3911.0, 3921.0, 3922.0, 3912.0, 3933.0, 3914.0, 3924.0, 3934.0, 3922.0, 3921.0, 3922.0, 3922.0, 3920.0, 3934.0, 3937.0, 3935.0, 3946.0, 3944.0, 3924.0, 3923.0, 3930.0, 3919.0, 3921.0, 3931.0, 3922.0, 3924.0, 3955.0, 3932.0, 3922.0, 3942.0, 3919.0, 3909.0, 3928.0, 3918.0, 3909.0, 3928.0, 3906.0, 3909.0, 3907.0, 3907.0, 3920.0, 3907.0, 3908.0, 3908.0, 3908.0, 3918.0, 3910.0, 3899.0, 3908.0, 3909.0, 3908.0, 3908.0, 3922.0, 3913.0, 3922.0, 3923.0, 3923.0, 3934.0, 3934.0, 3922.0, 3923.0, 3923.0, 3922.0, 3934.0, 3935.0, 3935.0, 3935.0, 3935.0, 3933.0, 3935.0, 3925.0, 3934.0, 3924.0, 3933.0, 3922.0, 3921.0, 3932.0, 3933.0, 3921.0, 3933.0, 3921.0, 3921.0, 3921.0, 3918.0, 3919.0, 3919.0, 3920.0, 3921.0, 3910.0, 3935.0, 3923.0, 3922.0, 3921.0, 3921.0, 3920.0, 3923.0, 3924.0, 3933.0, 3935.0, 3935.0, 3933.0, 3934.0, 3934.0, 3932.0, 3933.0, 3932.0, 3931.0, 3922.0, 3923.0, 3920.0, 3924.0, 3921.0, 3921.0, 3922.0, 3921.0, 3921.0, 3921.0, 3922.0, 3919.0, 3922.0, 3922.0, 3922.0, 3923.0, 3911.0, 3922.0, 3933.0, 3921.0, 3921.0, 3923.0, 3934.0, 3935.0, 3936.0, 3933.0, 3924.0, 3935.0, 3934.0, 3935.0, 3935.0, 3933.0, 3934.0, 3936.0, 3934.0, 3936.0, 3946.0, 3935.0, 3934.0, 3933.0, 3923.0, 3924.0, 3933.0, 3922.0, 3924.0, 3921.0, 3921.0, 3935.0, 3923.0, 3923.0, 3933.0, 3921.0, 3921.0, 3923.0, 3912.0, 3922.0, 3936.0, 3935.0, 3934.0, 3924.0, 3921.0, 3921.0, 3922.0, 3909.0, 3910.0, 3923.0, 3912.0, 3934.0, 3935.0, 3933.0, 3934.0, 3935.0, 3933.0, 3934.0, 3924.0, 3933.0, 3922.0, 3923.0, 3931.0, 3922.0, 3923.0, 3933.0, 3922.0, 3922.0, 3931.0, 3921.0, 3924.0, 3932.0, 3923.0, 3923.0, 3920.0, 3921.0, 3921.0, 3920.0, 3923.0, 3923.0, 3922.0, 3934.0, 3933.0, 3922.0, 3924.0, 3922.0, 3921.0, 3923.0, 3923.0, 3921.0, 3924.0, 3934.0, 3922.0, 3924.0, 3933.0, 3934.0, 3925.0, 3933.0, 3922.0, 3923.0, 3943.0, 3922.0, 3923.0, 3933.0, 3921.0, 3922.0, 3931.0, 3910.0, 3913.0, 3932.0, 3922.0, 3911.0, 3919.0, 3909.0, 3911.0, 3929.0, 3910.0, 3911.0, 3920.0, 3920.0, 3922.0, 3931.0, 3911.0, 3901.0, 3924.0, 3935.0, 3912.0, 3922.0, 3948.0, 3936.0, 3924.0, 3937.0, 3936.0, 3926.0, 3925.0, 3934.0, 3912.0, 3923.0, 3933.0, 3925.0, 3924.0, 3946.0, 3948.0, 3926.0, 3932.0, 3921.0, 3912.0, 3933.0, 3922.0, 3922.0, 3921.0, 3921.0, 3924.0, 3912.0, 3922.0, 3923.0, 3912.0, 3922.0, 3921.0, 3901.0, 3920.0, 3934.0, 3924.0, 3934.0, 3935.0, 3924.0, 3923.0, 3923.0, 3923.0, 3932.0, 3923.0, 3922.0, 3923.0, 3924.0, 3932.0, 3920.0, 3922.0, 3920.0, 3922.0, 3922.0, 3922.0, 3921.0, 3922.0, 3911.0, 3921.0, 3922.0, 3922.0, 3922.0, 3924.0, 3922.0, 3922.0, 3924.0, 3911.0, 3921.0, 3923.0, 3923.0, 3922.0, 3924.0, 3913.0, 3920.0, 3923.0, 3922.0, 3921.0, 3924.0, 3923.0, 3913.0, 3924.0, 3933.0, 3936.0, 3936.0, 3936.0, 3937.0, 3945.0, 3925.0, 3924.0, 3944.0, 3923.0, 3923.0, 3933.0, 3934.0, 3924.0, 3932.0, 3922.0, 3922.0, 3943.0, 3922.0, 3923.0, 3933.0, 3921.0, 3922.0, 3932.0, 3922.0, 3923.0, 3922.0, 3924.0, 3924.0, 3921.0, 3921.0, 3924.0, 3923.0, 3923.0, 3924.0, 3921.0, 3922.0, 3912.0, 3921.0, 3924.0, 3922.0, 3923.0, 3923.0, 3933.0, 3921.0, 3912.0, 3924.0, 3922.0, 3913.0, 3912.0, 3922.0, 3922.0, 3912.0, 3919.0, 3921.0, 3913.0, 3921.0, 3912.0, 3913.0, 3921.0, 3921.0, 3913.0, 3931.0, 3923.0, 3923.0, 3929.0, 3911.0, 3911.0, 3931.0, 3911.0, 3922.0, 3930.0, 3921.0, 3911.0, 3931.0, 3922.0, 3922.0, 3919.0, 3911.0, 3913.0, 3921.0, 3912.0, 3923.0, 3931.0, 3922.0, 3912.0, 3922.0, 3924.0, 3925.0, 3934.0, 3934.0, 3924.0, 3922.0, 3935.0, 3937.0, 3934.0, 3936.0, 3936.0, 3945.0, 3924.0, 3924.0, 3944.0, 3924.0, 3924.0, 3944.0, 3923.0, 3924.0, 3943.0, 3922.0, 3923.0, 3922.0, 3923.0, 3923.0, 3922.0, 3920.0, 3922.0, 3922.0, 3922.0, 3923.0, 3921.0, 3921.0, 3922.0, 3922.0, 3920.0, 3912.0, 3921.0, 3920.0, 3911.0, 3902.0, 3931.0, 3922.0, 3901.0, 3923.0, 3924.0, 3934.0, 3934.0, 3924.0, 3933.0, 3935.0, 3925.0, 3934.0, 3936.0, 3926.0, 3946.0, 3935.0, 3937.0, 3945.0, 3924.0, 3923.0, 3932.0, 3921.0, 3922.0, 3933.0, 3921.0, 3913.0, 3922.0, 3909.0, 3909.0, 3911.0, 3909.0, 3910.0, 3912.0, 3922.0, 3911.0, 3911.0, 3920.0, 3922.0, 3924.0, 3922.0, 3923.0, 3924.0, 3920.0, 3921.0, 3924.0, 3943.0, 3923.0, 3925.0, 3933.0, 3923.0, 3924.0, 3932.0, 3923.0, 3925.0, 3932.0, 3923.0, 3923.0, 3921.0, 3912.0, 3921.0, 3922.0, 3911.0, 3924.0, 3923.0, 3924.0, 3924.0, 3921.0, 3922.0, 3923.0, 3922.0, 3923.0, 3925.0, 3943.0, 3922.0, 3914.0, 3934.0, 3911.0, 3913.0, 3932.0, 3911.0, 3911.0, 3920.0, 3921.0, 3924.0, 3946.0, 3925.0, 3912.0, 3913.0, 3924.0, 3922.0, 3921.0, 3912.0, 3912.0, 3922.0, 3926.0, 3924.0, 3936.0, 3936.0, 3923.0, 3923.0, 3923.0, 3922.0, 3922.0, 3913.0, 3933.0, 3921.0, 3910.0, 3911.0, 3910.0, 3910.0, 3890.0, 3908.0, 3909.0, 3899.0, 3912.0, 3924.0, 3921.0, 3923.0, 3924.0, 3934.0, 3924.0, 3924.0, 3931.0, 3911.0, 3911.0, 3931.0, 3912.0, 3913.0, 3921.0, 3911.0, 3911.0, 3919.0, 3910.0, 3911.0, 3920.0, 3912.0, 3911.0, 3921.0, 3910.0, 3924.0, 3935.0, 3925.0, 3902.0, 3935.0, 3925.0, 3912.0, 3911.0, 3913.0, 3912.0, 3923.0, 3926.0, 3936.0, 3936.0, 3926.0, 3936.0, 3923.0, 3914.0, 3923.0, 3912.0, 3912.0, 3923.0, 3910.0, 3912.0, 3911.0, 3910.0, 3910.0, 3911.0, 3909.0, 3911.0, 3910.0, 3908.0, 3910.0, 3913.0, 3921.0, 3913.0, 3926.0, 3923.0, 3925.0, 3924.0, 3933.0, 3922.0, 3925.0, 3933.0, 3923.0, 3913.0, 3922.0, 3922.0, 3911.0, 3912.0, 3910.0, 3912.0, 3912.0, 3920.0, 3912.0, 3922.0, 3935.0, 3924.0, 3924.0, 3925.0, 3924.0, 3932.0, 3912.0, 3923.0, 3934.0, 3923.0, 3925.0, 3933.0, 3912.0, 3923.0, 3923.0, 3921.0, 3912.0, 3913.0, 3912.0, 3912.0, 3913.0, 3922.0, 3911.0, 3923.0, 3932.0, 3922.0, 3924.0, 3922.0, 3922.0, 3912.0, 3910.0, 3920.0, 3912.0, 3922.0, 3911.0, 3923.0, 3913.0, 3921.0, 3924.0, 3914.0, 3921.0, 3922.0, 3913.0, 3923.0, 3913.0, 3913.0, 3921.0, 3923.0, 3924.0, 3924.0, 3926.0, 3925.0, 3925.0, 3926.0, 3944.0, 3923.0, 3926.0, 3946.0, 3924.0, 3926.0, 3935.0, 3924.0, 3924.0, 3932.0, 3922.0, 3913.0, 3923.0, 3913.0, 3925.0, 3925.0, 3922.0, 3924.0, 3926.0, 3925.0, 3925.0, 3934.0, 3926.0, 3925.0, 3924.0, 3925.0, 3926.0, 3925.0, 3927.0, 3928.0, 3936.0, 3926.0, 3927.0, 3936.0, 3926.0, 3927.0, 3934.0, 3914.0, 3925.0, 3943.0, 3913.0, 3937.0, 3958.0, 3913.0, 3913.0, 3942.0, 3910.0, 3912.0, 3921.0, 3910.0, 3912.0, 3912.0, 3922.0, 3923.0, 3922.0, 3922.0, 3922.0, 3912.0, 3921.0, 3923.0, 3923.0, 3923.0, 3924.0, 3925.0, 3932.0, 3913.0, 3914.0, 3933.0, 3923.0, 3914.0, 3922.0, 3912.0, 3913.0, 3924.0, 3923.0, 3913.0, 3924.0, 3925.0, 3932.0, 3911.0, 3911.0, 3922.0, 3921.0, 3923.0, 3913.0, 3923.0, 3923.0, 3923.0, 3922.0, 3923.0, 3913.0, 3925.0, 3924.0, 3923.0, 3921.0, 3923.0, 3924.0, 3923.0, 3923.0, 3924.0, 3921.0, 3922.0, 3912.0, 3921.0, 3924.0, 3925.0, 3934.0, 3925.0, 3926.0, 3923.0, 3925.0, 3925.0, 3935.0, 3925.0, 3926.0, 3936.0, 3936.0, 3926.0, 3922.0, 3924.0, 3924.0, 3934.0, 3924.0, 3926.0, 3924.0, 3926.0, 3925.0, 3943.0, 3923.0, 3925.0, 3945.0, 3925.0, 3926.0, 3945.0, 3935.0, 3926.0, 3946.0, 3925.0, 3926.0, 3934.0, 3924.0, 3924.0, 3934.0, 3923.0, 3926.0, 3935.0, 3925.0, 3926.0, 3933.0, 3923.0, 3924.0, 3933.0, 3924.0, 3925.0, 3933.0, 3924.0, 3923.0, 3932.0, 3911.0, 3923.0, 3923.0, 3923.0, 3925.0, 3923.0, 3922.0, 3923.0, 3913.0, 3923.0, 3912.0, 3912.0, 3911.0, 3922.0, 3924.0, 3922.0, 3913.0, 3925.0, 3913.0, 3925.0, 3923.0, 3921.0, 3923.0, 3925.0, 3925.0, 3936.0, 3926.0, 3926.0, 3937.0, 3938.0, 3936.0, 3926.0, 3916.0, 3938.0, 3949.0, 3937.0, 3925.0, 3937.0, 3938.0, 3938.0, 3938.0, 3939.0, 3947.0, 3936.0, 3927.0, 3957.0, 3926.0, 3938.0, 3946.0, 3924.0, 3925.0, 3944.0, 3914.0, 3925.0, 3934.0, 3925.0, 3924.0, 3922.0, 3921.0, 3923.0, 3934.0, 3923.0, 3925.0, 3934.0, 3922.0, 3912.0, 3924.0, 3924.0, 3914.0, 3914.0, 3923.0, 3925.0, 3913.0, 3912.0, 3912.0, 3912.0, 3921.0, 3924.0, 3938.0, 3938.0, 3927.0, 3926.0, 3926.0, 3926.0, 3948.0, 3924.0, 3924.0, 3922.0, 3925.0, 3926.0, 3936.0, 3926.0, 3937.0, 3947.0, 3925.0, 3924.0, 3933.0, 3911.0, 3910.0, 3923.0, 3910.0, 3911.0, 3922.0, 3931.0, 3911.0, 3911.0, 3908.0, 3898.0, 3908.0, 3908.0, 3908.0, 3899.0, 3896.0, 3899.0, 3909.0, 3917.0, 3909.0, 3912.0, 3932.0, 3922.0, 3911.0, 3910.0, 3910.0, 3911.0, 3921.0, 3912.0, 3924.0, 3923.0, 3913.0, 3924.0, 3914.0, 3925.0, 3925.0], 'WindowWidth': [8894.0, 8819.0, 8794.0, 8799.0, 8767.0, 8766.0, 8788.0, 8759.0, 8757.0, 8750.0, 8752.0, 8783.0, 8778.0, 8778.0, 8766.0, 8755.0, 8757.0, 8760.0, 8738.0, 8760.0, 8781.0, 8762.0, 8778.0, 8783.0, 8777.0, 8781.0, 8783.0, 8778.0, 8781.0, 8780.0, 8772.0, 8763.0, 8779.0, 8761.0, 8765.0, 8782.0, 8761.0, 8781.0, 8783.0, 8759.0, 8762.0, 8783.0, 8777.0, 8781.0, 8784.0, 8774.0, 8766.0, 8759.0, 8766.0, 8783.0, 8787.0, 8793.0, 8805.0, 8783.0, 8782.0, 8784.0, 8798.0, 8788.0, 8792.0, 8803.0, 8791.0, 8793.0, 8799.0, 8784.0, 8806.0, 8802.0, 8792.0, 8795.0, 8797.0, 8784.0, 8792.0, 8799.0, 8789.0, 8778.0, 8785.0, 8787.0, 8760.0, 8779.0, 8772.0, 8761.0, 8787.0, 8789.0, 8775.0, 8767.0, 8769.0, 8777.0, 8788.0, 8791.0, 8789.0, 8765.0, 8784.0, 8770.0, 8768.0, 8770.0, 8773.0, 8766.0, 8783.0, 8751.0, 8762.0, 8784.0, 8775.0, 8784.0, 8786.0, 8771.0, 8766.0, 8782.0, 8770.0, 8784.0, 8785.0, 8781.0, 8767.0, 8783.0, 8768.0, 8781.0, 8788.0, 8782.0, 8782.0, 8783.0, 8779.0, 8779.0, 8787.0, 8795.0, 8773.0, 8784.0, 8793.0, 8762.0, 8782.0, 8793.0, 8765.0, 8768.0, 8775.0, 8760.0, 8735.0, 8742.0, 8763.0, 8754.0, 8764.0, 8781.0, 8755.0, 8760.0, 8766.0, 8756.0, 8766.0, 8770.0, 8769.0, 8767.0, 8769.0, 8756.0, 8767.0, 8784.0, 8773.0, 8769.0, 8785.0, 8758.0, 8766.0, 8787.0, 8774.0, 8782.0, 8786.0, 8768.0, 8766.0, 8781.0, 8768.0, 8780.0, 8784.0, 8796.0, 8769.0, 8783.0, 8778.0, 8760.0, 8767.0, 8778.0, 8767.0, 8768.0, 8791.0, 8761.0, 8765.0, 8776.0, 8765.0, 8782.0, 8779.0, 8767.0, 8768.0, 8764.0, 8781.0, 8785.0, 8784.0, 8785.0, 8788.0, 8779.0, 8766.0, 8786.0, 8797.0, 8769.0, 8785.0, 8795.0, 8767.0, 8769.0, 8792.0, 8764.0, 8784.0, 8794.0, 8767.0, 8782.0, 8791.0, 8768.0, 8787.0, 8792.0, 8768.0, 8769.0, 8762.0, 8763.0, 8746.0, 8756.0, 8760.0, 8755.0, 8765.0, 8770.0, 8768.0, 8760.0, 8764.0, 8764.0, 8764.0, 8779.0, 8765.0, 8759.0, 8779.0, 8752.0, 8762.0, 8783.0, 8770.0, 8767.0, 8780.0, 8753.0, 8758.0, 8768.0, 8769.0, 8765.0, 8769.0, 8768.0, 8762.0, 8766.0, 8766.0, 8761.0, 8764.0, 8763.0, 8746.0, 8762.0, 8747.0, 8761.0, 8768.0, 8753.0, 8771.0, 8775.0, 8780.0, 8766.0, 8783.0, 8783.0, 8788.0, 8777.0, 8789.0, 8809.0, 8794.0, 8801.0, 8784.0, 8792.0, 8819.0, 8792.0, 8795.0, 8819.0, 8789.0, 8791.0, 8797.0, 8767.0, 8789.0, 8796.0, 8768.0, 8784.0, 8796.0, 8764.0, 8765.0, 8793.0, 8749.0, 8762.0, 8772.0, 8759.0, 8762.0, 8758.0, 8759.0, 8765.0, 8746.0, 8769.0, 8768.0, 8792.0, 8762.0, 8768.0, 8792.0, 8765.0, 8769.0, 8792.0, 8764.0, 8764.0, 8773.0, 8762.0, 8767.0, 8775.0, 8764.0, 8765.0, 8773.0, 8758.0, 8763.0, 8761.0, 8760.0, 8763.0, 8744.0, 8757.0, 8762.0, 8747.0, 8758.0, 8764.0, 8750.0, 8759.0, 8766.0, 8749.0, 8760.0, 8765.0, 8752.0, 8783.0, 8758.0, 8773.0, 8787.0, 8769.0, 8761.0, 8767.0, 8766.0, 8761.0, 8785.0, 8797.0, 8789.0, 8807.0, 8802.0, 8771.0, 8770.0, 8773.0, 8757.0, 8762.0, 8777.0, 8764.0, 8772.0, 8814.0, 8781.0, 8767.0, 8793.0, 8755.0, 8743.0, 8768.0, 8753.0, 8740.0, 8765.0, 8734.0, 8741.0, 8735.0, 8737.0, 8757.0, 8736.0, 8740.0, 8741.0, 8738.0, 8754.0, 8744.0, 8729.0, 8740.0, 8744.0, 8739.0, 8740.0, 8766.0, 8755.0, 8765.0, 8769.0, 8769.0, 8787.0, 8786.0, 8765.0, 8768.0, 8769.0, 8767.0, 8786.0, 8790.0, 8788.0, 8790.0, 8788.0, 8780.0, 8787.0, 8773.0, 8783.0, 8769.0, 8783.0, 8765.0, 8762.0, 8779.0, 8782.0, 8763.0, 8783.0, 8762.0, 8761.0, 8760.0, 8752.0, 8757.0, 8757.0, 8756.0, 8761.0, 8746.0, 8787.0, 8772.0, 8764.0, 8763.0, 8763.0, 8760.0, 8768.0, 8772.0, 8782.0, 8789.0, 8788.0, 8782.0, 8785.0, 8784.0, 8779.0, 8782.0, 8779.0, 8776.0, 8766.0, 8769.0, 8761.0, 8770.0, 8764.0, 8761.0, 8764.0, 8761.0, 8759.0, 8761.0, 8763.0, 8757.0, 8763.0, 8764.0, 8762.0, 8767.0, 8750.0, 8767.0, 8783.0, 8762.0, 8763.0, 8770.0, 8783.0, 8788.0, 8794.0, 8782.0, 8774.0, 8789.0, 8785.0, 8787.0, 8788.0, 8780.0, 8786.0, 8792.0, 8787.0, 8790.0, 8806.0, 8787.0, 8785.0, 8783.0, 8766.0, 8769.0, 8782.0, 8764.0, 8769.0, 8762.0, 8763.0, 8785.0, 8767.0, 8767.0, 8782.0, 8763.0, 8762.0, 8768.0, 8750.0, 8764.0, 8791.0, 8788.0, 8784.0, 8771.0, 8762.0, 8761.0, 8763.0, 8743.0, 8745.0, 8769.0, 8753.0, 8785.0, 8789.0, 8783.0, 8784.0, 8788.0, 8782.0, 8784.0, 8771.0, 8782.0, 8766.0, 8768.0, 8777.0, 8766.0, 8769.0, 8781.0, 8765.0, 8765.0, 8775.0, 8763.0, 8772.0, 8778.0, 8767.0, 8768.0, 8760.0, 8762.0, 8763.0, 8758.0, 8768.0, 8769.0, 8766.0, 8785.0, 8783.0, 8763.0, 8769.0, 8765.0, 8762.0, 8769.0, 8766.0, 8761.0, 8771.0, 8784.0, 8765.0, 8771.0, 8782.0, 8785.0, 8774.0, 8780.0, 8765.0, 8768.0, 8795.0, 8766.0, 8770.0, 8780.0, 8764.0, 8765.0, 8775.0, 8746.0, 8755.0, 8776.0, 8764.0, 8751.0, 8756.0, 8743.0, 8749.0, 8769.0, 8744.0, 8749.0, 8758.0, 8759.0, 8765.0, 8776.0, 8749.0, 8737.0, 8772.0, 8788.0, 8752.0, 8764.0, 8812.0, 8792.0, 8772.0, 8793.0, 8790.0, 8776.0, 8775.0, 8784.0, 8752.0, 8769.0, 8782.0, 8772.0, 8773.0, 8804.0, 8812.0, 8779.0, 8778.0, 8761.0, 8751.0, 8780.0, 8766.0, 8766.0, 8760.0, 8761.0, 8770.0, 8752.0, 8764.0, 8769.0, 8751.0, 8764.0, 8764.0, 8734.0, 8760.0, 8785.0, 8771.0, 8784.0, 8789.0, 8772.0, 8769.0, 8769.0, 8769.0, 8777.0, 8769.0, 8765.0, 8768.0, 8771.0, 8779.0, 8760.0, 8762.0, 8759.0, 8762.0, 8765.0, 8763.0, 8761.0, 8765.0, 8748.0, 8761.0, 8765.0, 8766.0, 8764.0, 8771.0, 8764.0, 8763.0, 8769.0, 8749.0, 8760.0, 8768.0, 8769.0, 8764.0, 8771.0, 8754.0, 8758.0, 8765.0, 8767.0, 8762.0, 8769.0, 8766.0, 8754.0, 8769.0, 8780.0, 8791.0, 8789.0, 8791.0, 8794.0, 8803.0, 8775.0, 8772.0, 8799.0, 8767.0, 8769.0, 8782.0, 8784.0, 8771.0, 8779.0, 8764.0, 8765.0, 8794.0, 8766.0, 8768.0, 8780.0, 8763.0, 8765.0, 8778.0, 8764.0, 8766.0, 8764.0, 8769.0, 8769.0, 8761.0, 8760.0, 8770.0, 8766.0, 8769.0, 8771.0, 8761.0, 8765.0, 8751.0, 8762.0, 8769.0, 8766.0, 8768.0, 8769.0, 8782.0, 8760.0, 8751.0, 8769.0, 8763.0, 8752.0, 8752.0, 8763.0, 8764.0, 8751.0, 8756.0, 8760.0, 8753.0, 8760.0, 8751.0, 8754.0, 8761.0, 8761.0, 8754.0, 8776.0, 8765.0, 8766.0, 8770.0, 8747.0, 8749.0, 8775.0, 8748.0, 8764.0, 8771.0, 8759.0, 8748.0, 8773.0, 8763.0, 8764.0, 8756.0, 8747.0, 8753.0, 8759.0, 8751.0, 8767.0, 8774.0, 8764.0, 8753.0, 8764.0, 8769.0, 8772.0, 8783.0, 8785.0, 8771.0, 8764.0, 8785.0, 8793.0, 8785.0, 8791.0, 8792.0, 8800.0, 8770.0, 8773.0, 8797.0, 8771.0, 8772.0, 8798.0, 8767.0, 8770.0, 8795.0, 8764.0, 8767.0, 8763.0, 8766.0, 8768.0, 8764.0, 8757.0, 8764.0, 8764.0, 8764.0, 8768.0, 8760.0, 8760.0, 8764.0, 8765.0, 8757.0, 8749.0, 8761.0, 8756.0, 8747.0, 8737.0, 8774.0, 8765.0, 8735.0, 8766.0, 8770.0, 8784.0, 8785.0, 8771.0, 8781.0, 8785.0, 8776.0, 8785.0, 8790.0, 8779.0, 8803.0, 8786.0, 8793.0, 8801.0, 8770.0, 8769.0, 8778.0, 8760.0, 8763.0, 8780.0, 8759.0, 8752.0, 8765.0, 8742.0, 8742.0, 8745.0, 8740.0, 8743.0, 8749.0, 8761.0, 8748.0, 8749.0, 8758.0, 8764.0, 8771.0, 8765.0, 8768.0, 8770.0, 8757.0, 8760.0, 8770.0, 8793.0, 8768.0, 8774.0, 8781.0, 8769.0, 8771.0, 8777.0, 8766.0, 8771.0, 8778.0, 8768.0, 8768.0, 8761.0, 8750.0, 8762.0, 8763.0, 8747.0, 8769.0, 8766.0, 8770.0, 8770.0, 8762.0, 8762.0, 8768.0, 8766.0, 8769.0, 8774.0, 8794.0, 8762.0, 8754.0, 8781.0, 8748.0, 8751.0, 8775.0, 8746.0, 8749.0, 8760.0, 8763.0, 8772.0, 8805.0, 8774.0, 8751.0, 8754.0, 8772.0, 8763.0, 8761.0, 8751.0, 8750.0, 8764.0, 8775.0, 8772.0, 8790.0, 8791.0, 8770.0, 8767.0, 8766.0, 8765.0, 8762.0, 8754.0, 8781.0, 8761.0, 8746.0, 8747.0, 8744.0, 8745.0, 8720.0, 8738.0, 8741.0, 8729.0, 8752.0, 8772.0, 8764.0, 8768.0, 8772.0, 8784.0, 8772.0, 8773.0, 8776.0, 8746.0, 8748.0, 8773.0, 8749.0, 8753.0, 8761.0, 8747.0, 8747.0, 8754.0, 8743.0, 8748.0, 8759.0, 8751.0, 8749.0, 8759.0, 8745.0, 8772.0, 8786.0, 8773.0, 8738.0, 8786.0, 8774.0, 8752.0, 8749.0, 8753.0, 8751.0, 8767.0, 8776.0, 8789.0, 8789.0, 8779.0, 8790.0, 8766.0, 8755.0, 8766.0, 8748.0, 8748.0, 8766.0, 8744.0, 8747.0, 8749.0, 8744.0, 8743.0, 8745.0, 8740.0, 8746.0, 8744.0, 8737.0, 8745.0, 8752.0, 8762.0, 8754.0, 8776.0, 8769.0, 8772.0, 8772.0, 8779.0, 8764.0, 8772.0, 8779.0, 8765.0, 8753.0, 8764.0, 8760.0, 8748.0, 8750.0, 8743.0, 8749.0, 8750.0, 8757.0, 8753.0, 8764.0, 8784.0, 8773.0, 8770.0, 8773.0, 8771.0, 8779.0, 8750.0, 8768.0, 8784.0, 8768.0, 8773.0, 8782.0, 8752.0, 8769.0, 8767.0, 8761.0, 8752.0, 8753.0, 8748.0, 8749.0, 8753.0, 8762.0, 8748.0, 8766.0, 8777.0, 8762.0, 8770.0, 8762.0, 8764.0, 8752.0, 8746.0, 8757.0, 8749.0, 8764.0, 8746.0, 8766.0, 8754.0, 8761.0, 8768.0, 8755.0, 8760.0, 8765.0, 8754.0, 8765.0, 8754.0, 8754.0, 8760.0, 8765.0, 8771.0, 8769.0, 8776.0, 8774.0, 8776.0, 8777.0, 8797.0, 8765.0, 8776.0, 8802.0, 8772.0, 8776.0, 8788.0, 8770.0, 8770.0, 8777.0, 8762.0, 8756.0, 8767.0, 8755.0, 8773.0, 8773.0, 8765.0, 8770.0, 8775.0, 8770.0, 8773.0, 8784.0, 8776.0, 8776.0, 8771.0, 8773.0, 8777.0, 8773.0, 8779.0, 8784.0, 8792.0, 8778.0, 8781.0, 8788.0, 8775.0, 8778.0, 8784.0, 8756.0, 8773.0, 8795.0, 8752.0, 8792.0, 8822.0, 8753.0, 8756.0, 8792.0, 8744.0, 8748.0, 8758.0, 8743.0, 8751.0, 8750.0, 8764.0, 8766.0, 8763.0, 8761.0, 8765.0, 8750.0, 8760.0, 8767.0, 8770.0, 8768.0, 8769.0, 8774.0, 8778.0, 8753.0, 8757.0, 8780.0, 8768.0, 8756.0, 8762.0, 8749.0, 8755.0, 8768.0, 8767.0, 8754.0, 8772.0, 8774.0, 8778.0, 8747.0, 8748.0, 8764.0, 8759.0, 8768.0, 8754.0, 8767.0, 8768.0, 8767.0, 8763.0, 8768.0, 8754.0, 8771.0, 8770.0, 8769.0, 8761.0, 8766.0, 8770.0, 8765.0, 8767.0, 8769.0, 8760.0, 8765.0, 8750.0, 8759.0, 8768.0, 8771.0, 8783.0, 8773.0, 8775.0, 8768.0, 8774.0, 8775.0, 8786.0, 8772.0, 8777.0, 8788.0, 8790.0, 8777.0, 8764.0, 8768.0, 8771.0, 8783.0, 8769.0, 8776.0, 8770.0, 8775.0, 8774.0, 8793.0, 8768.0, 8775.0, 8799.0, 8776.0, 8777.0, 8801.0, 8785.0, 8777.0, 8802.0, 8773.0, 8776.0, 8785.0, 8770.0, 8771.0, 8781.0, 8767.0, 8776.0, 8786.0, 8774.0, 8776.0, 8782.0, 8765.0, 8771.0, 8782.0, 8769.0, 8772.0, 8780.0, 8767.0, 8767.0, 8777.0, 8748.0, 8768.0, 8768.0, 8765.0, 8771.0, 8766.0, 8764.0, 8766.0, 8753.0, 8764.0, 8750.0, 8750.0, 8747.0, 8765.0, 8770.0, 8762.0, 8754.0, 8771.0, 8752.0, 8770.0, 8768.0, 8761.0, 8767.0, 8772.0, 8773.0, 8791.0, 8777.0, 8775.0, 8794.0, 8797.0, 8789.0, 8776.0, 8763.0, 8795.0, 8812.0, 8793.0, 8772.0, 8793.0, 8799.0, 8797.0, 8797.0, 8799.0, 8806.0, 8788.0, 8780.0, 8820.0, 8775.0, 8795.0, 8804.0, 8770.0, 8773.0, 8799.0, 8756.0, 8772.0, 8782.0, 8771.0, 8771.0, 8764.0, 8761.0, 8767.0, 8785.0, 8766.0, 8773.0, 8784.0, 8764.0, 8752.0, 8771.0, 8768.0, 8755.0, 8755.0, 8767.0, 8772.0, 8755.0, 8749.0, 8749.0, 8750.0, 8759.0, 8769.0, 8796.0, 8795.0, 8777.0, 8777.0, 8776.0, 8776.0, 8810.0, 8772.0, 8770.0, 8765.0, 8771.0, 8777.0, 8790.0, 8778.0, 8793.0, 8806.0, 8773.0, 8770.0, 8781.0, 8744.0, 8745.0, 8765.0, 8744.0, 8746.0, 8764.0, 8773.0, 8744.0, 8746.0, 8735.0, 8720.0, 8737.0, 8734.0, 8737.0, 8726.0, 8719.0, 8725.0, 8742.0, 8750.0, 8739.0, 8749.0, 8776.0, 8764.0, 8748.0, 8743.0, 8745.0, 8748.0, 8758.0, 8751.0, 8770.0, 8764.0, 8753.0, 8769.0, 8756.0, 8775.0, 8773.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.003648568181818182</td></tr>
<tr><td colspan=3>aqi</td><td>0.031211949015151518</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.41526496832451</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.170620635602728</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9957295988930989</td></tr>
<tr><td colspan=3>efc</td><td>0.468</td></tr>
<tr><td colspan=3>fber</td><td>5034.2534</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08992204546465517</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9545454545454546</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5553839765409347</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4766049409531368</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802476660456477</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3870703282131918</td></tr>
<tr><td colspan=3>gcor</td><td>0.00419673</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01837557926774025</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025495639070868492</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.457892523108874</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>48.902</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.593</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3306</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.2574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.6444</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3079.3995</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.8508</td></tr>
<tr><td colspan=3>tsnr</td><td>34.72936503589153</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>