<?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-0032_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0032_suffix-bold_task-alignvideo" 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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0032_suffix-bold_task-alignvideo" 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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0032_suffix-bold_task-alignvideo" 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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0032_suffix-bold_task-alignvideo" 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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0032_suffix-bold_task-alignvideo" 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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-03/func/sub-0032_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cb272bc1efed0fb10722ebb563ced60e</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:30:19.535000</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.993457, -0.0786906, 0.0827763, 0.0841214, 0.994379, -0.0643015]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_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.0897908</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7779, -7215, 597, -157, -180, -98, 2]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8ed0d177-76b6-43e5-a405-f1b9df7771c0||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.6653711795806885, 0.22569146752357483, 0.20857776701450348, 98.84369659423828], [0.21112120151519775, 2.6678452491760254, -0.19127874076366425, -106.16963958740234], [0.22208265960216522, 0.17251616716384888, 2.685127019882202, -79.83140563964844], [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, 1065]</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], 'AcquisitionTime': ['143019.535000', '143019.995000', '143020.455000', '143020.915000', '143021.375000', '143021.835000', '143022.295000', '143022.755000', '143023.215000', '143023.675000', '143024.135000', '143024.595000', '143025.055000', '143025.515000', '143025.975000', '143026.435000', '143026.895000', '143027.355000', '143027.815000', '143028.275000', '143028.735000', '143029.195000', '143029.655000', '143030.115000', '143030.575000', '143031.035000', '143031.495000', '143031.955000', '143032.415000', '143032.875000', '143033.335000', '143033.795000', '143034.255000', '143034.715000', '143035.175000', '143035.635000', '143036.095000', '143036.555000', '143037.015000', '143037.475000', '143037.935000', '143038.395000', '143038.855000', '143039.315000', '143039.775000', '143040.235000', '143040.695000', '143041.155000', '143041.615000', '143042.075000', '143042.535000', '143042.995000', '143043.455000', '143043.915000', '143044.375000', '143044.835000', '143045.295000', '143045.755000', '143046.215000', '143046.675000', '143047.135000', '143047.595000', '143048.055000', '143048.515000', '143048.975000', '143049.435000', '143049.895000', '143050.355000', '143050.815000', '143051.275000', '143051.735000', '143052.195000', '143052.655000', '143053.115000', '143053.575000', '143054.035000', '143054.495000', '143054.955000', '143055.415000', '143055.875000', '143056.335000', '143056.795000', '143057.255000', '143057.715000', '143058.175000', '143058.635000', '143059.095000', '143059.555000', '143100.015000', '143100.475000', '143100.935000', '143101.395000', '143101.855000', '143102.315000', '143102.775000', '143103.235000', '143103.695000', '143104.155000', '143104.615000', '143105.075000', '143105.535000', '143105.995000', '143106.455000', '143106.915000', '143107.375000', '143107.835000', '143108.295000', '143108.755000', '143109.215000', '143109.675000', '143110.135000', '143110.595000', '143111.055000', '143111.515000', '143111.975000', '143112.435000', '143112.895000', '143113.355000', '143113.815000', '143114.275000', '143114.735000', '143115.195000', '143115.655000', '143116.115000', '143116.575000', '143117.035000', '143117.495000', '143117.955000', '143118.415000', '143118.875000', '143119.335000', '143119.795000', '143120.255000', '143120.715000', '143121.175000', '143121.635000', '143122.095000', '143122.555000', '143123.015000', '143123.475000', '143123.935000', '143124.395000', '143124.855000', '143125.315000', '143125.775000', '143126.235000', '143126.695000', '143127.155000', '143127.615000', '143128.075000', '143128.535000', '143128.995000', '143129.455000', '143129.915000', '143130.375000', '143130.835000', '143131.295000', '143131.755000', '143132.215000', '143132.675000', '143133.135000', '143133.595000', '143134.055000', '143134.515000', '143134.975000', '143135.435000', '143135.895000', '143136.355000', '143136.815000', '143137.275000', '143137.735000', '143138.195000', '143138.655000', '143139.115000', '143139.575000', '143140.035000', '143140.495000', '143140.955000', '143141.415000', '143141.875000', '143142.335000', '143142.795000', '143143.255000', '143143.715000', '143144.175000', '143144.635000', '143145.095000', '143145.555000', '143146.015000', '143146.475000', '143146.935000', '143147.395000', '143147.855000', '143148.315000', '143148.775000', '143149.235000', '143149.695000', '143150.155000', '143150.615000', '143151.075000', '143151.535000', '143151.995000', '143152.455000', '143152.915000', '143153.375000', '143153.835000', '143154.295000', '143154.755000', '143155.215000', '143155.675000', '143156.135000', '143156.595000', '143157.055000', '143157.515000', '143157.975000', '143158.435000', '143158.895000', '143159.355000', '143159.815000', '143200.275000', '143200.735000', '143201.195000', '143201.655000', '143202.115000', '143202.575000', '143203.035000', '143203.495000', '143203.955000', '143204.415000', '143204.875000', '143205.335000', '143205.795000', '143206.255000', '143206.715000', '143207.175000', '143207.635000', '143208.095000', '143208.555000', '143209.015000', '143209.475000', '143209.935000', '143210.395000', '143210.855000', '143211.315000', '143211.775000', '143212.235000', '143212.695000', '143213.155000', '143213.615000', '143214.075000', '143214.535000', '143214.995000', '143215.455000', '143215.915000', '143216.375000', '143216.835000', '143217.295000', '143217.755000', '143218.215000', '143218.675000', '143219.135000', '143219.595000', '143220.055000', '143220.515000', '143220.975000', '143221.435000', '143221.895000', '143222.355000', '143222.815000', '143223.275000', '143223.735000', '143224.195000', '143224.655000', '143225.115000', '143225.575000', '143226.035000', '143226.495000', '143226.955000', '143227.415000', '143227.875000', '143228.335000', '143228.795000', '143229.255000', '143229.715000', '143230.175000', '143230.635000', '143231.095000', '143231.555000', '143232.015000', '143232.475000', '143232.935000', '143233.395000', '143233.855000', '143234.315000', '143234.775000', '143235.235000', '143235.695000', '143236.155000', '143236.615000', '143237.075000', '143237.535000', '143237.995000', '143238.455000', '143238.915000', '143239.375000', '143239.835000', '143240.295000', '143240.755000', '143241.215000', '143241.675000', '143242.135000', '143242.595000', '143243.055000', '143243.515000', '143243.975000', '143244.435000', '143244.895000', '143245.355000', '143245.815000', '143246.275000', '143246.735000', '143247.195000', '143247.655000', '143248.115000', '143248.575000', '143249.035000', '143249.495000', '143249.955000', '143250.415000', '143250.875000', '143251.335000', '143251.795000', '143252.255000', '143252.715000', '143253.175000', '143253.635000', '143254.095000', '143254.555000', '143255.015000', '143255.475000', '143255.935000', '143256.395000', '143256.855000', '143257.315000', '143257.775000', '143258.235000', '143258.695000', '143259.155000', '143259.615000', '143300.075000', '143300.535000', '143300.995000', '143301.455000', '143301.915000', '143302.375000', '143302.835000', '143303.295000', '143303.755000', '143304.215000', '143304.675000', '143305.135000', '143305.595000', '143306.055000', '143306.515000', '143306.975000', '143307.435000', '143307.895000', '143308.355000', '143308.815000', '143309.275000', '143309.735000', '143310.195000', '143310.655000', '143311.115000', '143311.575000', '143312.035000', '143312.495000', '143312.955000', '143313.415000', '143313.875000', '143314.335000', '143314.795000', '143315.255000', '143315.715000', '143316.175000', '143316.635000', '143317.095000', '143317.555000', '143318.015000', '143318.475000', '143318.935000', '143319.395000', '143319.855000', '143320.315000', '143320.775000', '143321.235000', '143321.695000', '143322.155000', '143322.615000', '143323.075000', '143323.535000', '143323.995000', '143324.455000', '143324.915000', '143325.375000', '143325.835000', '143326.295000', '143326.755000', '143327.215000', '143327.675000', '143328.135000', '143328.595000', '143329.055000', '143329.515000', '143329.975000', '143330.435000', '143330.895000', '143331.355000', '143331.815000', '143332.275000', '143332.735000', '143333.195000', '143333.655000', '143334.115000', '143334.575000', '143335.035000', '143335.495000', '143335.955000', '143336.415000', '143336.875000', '143337.335000', '143337.795000', '143338.255000', '143338.715000', '143339.175000', '143339.635000', '143340.095000', '143340.555000', '143341.015000', '143341.475000', '143341.935000', '143342.395000', '143342.855000', '143343.315000', '143343.775000', '143344.235000', '143344.695000', '143345.155000', '143345.615000', '143346.075000', '143346.535000', '143346.995000', '143347.455000', '143347.915000', '143348.375000', '143348.835000', '143349.295000', '143349.755000', '143350.215000', '143350.675000', '143351.135000', '143351.595000', '143352.055000', '143352.515000', '143352.975000', '143353.435000', '143353.895000', '143354.355000', '143354.815000', '143355.275000', '143355.735000', '143356.195000', '143356.655000', '143357.115000', '143357.575000', '143358.035000', '143358.495000', '143358.955000', '143359.415000', '143359.875000', '143400.335000', '143400.795000', '143401.255000', '143401.715000', '143402.175000', '143402.635000', '143403.095000', '143403.555000', '143404.015000', '143404.475000', '143404.935000', '143405.395000', '143405.855000', '143406.315000', '143406.775000', '143407.235000', '143407.695000', '143408.155000', '143408.615000', '143409.075000', '143409.535000', '143409.995000', '143410.455000', '143410.915000', '143411.375000', '143411.835000', '143412.295000', '143412.755000', '143413.215000', '143413.675000', '143414.135000', '143414.595000', '143415.055000', '143415.515000', '143415.975000', '143416.435000', '143416.895000', '143417.355000', '143417.815000', '143418.275000', '143418.735000', '143419.195000', '143419.655000', '143420.115000', '143420.575000', '143421.035000', '143421.495000', '143421.955000', '143422.415000', '143422.875000', '143423.335000', '143423.795000', '143424.255000', '143424.715000', '143425.175000', '143425.635000', '143426.095000', '143426.555000', '143427.015000', '143427.475000', '143427.935000', '143428.395000', '143428.855000', '143429.315000', '143429.775000', '143430.235000', '143430.695000', '143431.155000', '143431.615000', '143432.075000', '143432.535000', '143432.995000', '143433.455000', '143433.915000', '143434.375000', '143434.835000', '143435.295000', '143435.755000', '143436.215000', '143436.675000', '143437.135000', '143437.595000', '143438.055000', '143438.515000', '143438.975000', '143439.435000', '143439.895000', '143440.355000', '143440.815000', '143441.275000', '143441.735000', '143442.195000', '143442.655000', '143443.115000', '143443.575000', '143444.035000', '143444.495000', '143444.955000', '143445.415000', '143445.875000', '143446.335000', '143446.795000', '143447.255000', '143447.715000', '143448.175000', '143448.635000', '143449.095000', '143449.555000', '143450.015000', '143450.475000', '143450.935000', '143451.395000', '143451.855000', '143452.315000', '143452.775000', '143453.235000', '143453.695000', '143454.155000', '143454.615000', '143455.075000', '143455.535000', '143455.995000', '143456.455000', '143456.915000', '143457.375000', '143457.835000', '143458.295000', '143458.755000', '143459.215000', '143459.675000', '143500.135000', '143500.595000', '143501.055000', '143501.515000', '143501.975000', '143502.435000', '143502.895000', '143503.355000', '143503.815000', '143504.275000', '143504.735000', '143505.195000', '143505.655000', '143506.115000', '143506.575000', '143507.035000', '143507.495000', '143507.955000', '143508.415000', '143508.875000', '143509.335000', '143509.795000', '143510.255000', '143510.715000', '143511.175000', '143511.635000', '143512.095000', '143512.555000', '143513.015000', '143513.475000', '143513.935000', '143514.395000', '143514.855000', '143515.315000', '143515.775000', '143516.235000', '143516.695000', '143517.155000', '143517.615000', '143518.075000', '143518.535000', '143518.995000', '143519.455000', '143519.915000', '143520.375000', '143520.835000', '143521.295000', '143521.755000', '143522.215000', '143522.675000', '143523.135000', '143523.595000', '143524.055000', '143524.515000', '143524.975000', '143525.435000', '143525.895000', '143526.355000', '143526.815000', '143527.275000', '143527.735000', '143528.195000', '143528.655000', '143529.115000', '143529.575000', '143530.035000', '143530.495000', '143530.955000', '143531.415000', '143531.875000', '143532.335000', '143532.795000', '143533.255000', '143533.715000', '143534.175000', '143534.635000', '143535.095000', '143535.555000', '143536.015000', '143536.475000', '143536.935000', '143537.395000', '143537.855000', '143538.315000', '143538.775000', '143539.235000', '143539.695000', '143540.155000', '143540.615000', '143541.075000', '143541.535000', '143541.995000', '143542.455000', '143542.915000', '143543.375000', '143543.835000', '143544.295000', '143544.755000', '143545.215000', '143545.675000', '143546.135000', '143546.595000', '143547.055000', '143547.515000', '143547.975000', '143548.435000', '143548.895000', '143549.355000', '143549.815000', '143550.275000', '143550.735000', '143551.195000', '143551.655000', '143552.115000', '143552.575000', '143553.035000', '143553.495000', '143553.955000', '143554.415000', '143554.875000', '143555.335000', '143555.795000', '143556.255000', '143556.715000', '143557.175000', '143557.635000', '143558.095000', '143558.555000', '143559.015000', '143559.475000', '143559.935000', '143600.395000', '143600.855000', '143601.315000', '143601.775000', '143602.235000', '143602.695000', '143603.155000', '143603.615000', '143604.075000', '143604.535000', '143604.995000', '143605.455000', '143605.915000', '143606.375000', '143606.835000', '143607.295000', '143607.755000', '143608.215000', '143608.675000', '143609.135000', '143609.595000', '143610.055000', '143610.515000', '143610.975000', '143611.435000', '143611.895000', '143612.355000', '143612.815000', '143613.275000', '143613.735000', '143614.195000', '143614.655000', '143615.115000', '143615.575000', '143616.035000', '143616.495000', '143616.955000', '143617.415000', '143617.875000', '143618.335000', '143618.795000', '143619.255000', '143619.715000', '143620.175000', '143620.635000', '143621.095000', '143621.555000', '143622.015000', '143622.475000', '143622.935000', '143623.395000', '143623.855000', '143624.315000', '143624.775000', '143625.235000', '143625.695000', '143626.155000', '143626.615000', '143627.075000', '143627.535000', '143627.995000', '143628.455000', '143628.915000', '143629.375000', '143629.835000', '143630.295000', '143630.755000', '143631.215000', '143631.675000', '143632.135000', '143632.595000', '143633.055000', '143633.515000', '143633.975000', '143634.435000', '143634.895000', '143635.355000', '143635.815000', '143636.275000', '143636.735000', '143637.195000', '143637.655000', '143638.115000', '143638.575000', '143639.035000', '143639.495000', '143639.955000', '143640.415000', '143640.875000', '143641.335000', '143641.795000', '143642.255000', '143642.715000', '143643.175000', '143643.635000', '143644.095000', '143644.555000', '143645.015000', '143645.475000', '143645.935000', '143646.395000', '143646.855000', '143647.315000', '143647.775000', '143648.235000', '143648.695000', '143649.155000', '143649.615000', '143650.075000', '143650.535000', '143650.995000', '143651.455000', '143651.915000', '143652.375000', '143652.835000', '143653.295000', '143653.755000', '143654.215000', '143654.675000', '143655.135000', '143655.595000', '143656.055000', '143656.515000', '143656.975000', '143657.435000', '143657.895000', '143658.355000', '143658.815000', '143659.275000', '143659.735000', '143700.195000', '143700.655000', '143701.115000', '143701.575000', '143702.035000', '143702.495000', '143702.955000', '143703.415000', '143703.875000', '143704.335000', '143704.795000', '143705.255000', '143705.715000', '143706.175000', '143706.635000', '143707.095000', '143707.555000', '143708.015000', '143708.475000', '143708.935000', '143709.395000', '143709.855000', '143710.315000', '143710.775000', '143711.235000', '143711.695000', '143712.155000', '143712.615000', '143713.075000', '143713.535000', '143713.995000', '143714.455000', '143714.915000', '143715.375000', '143715.835000', '143716.295000', '143716.755000', '143717.215000', '143717.675000', '143718.135000', '143718.595000', '143719.055000', '143719.515000', '143719.975000', '143720.435000', '143720.895000', '143721.355000', '143721.815000', '143722.275000', '143722.735000', '143723.195000', '143723.655000', '143724.115000', '143724.575000', '143725.035000', '143725.495000', '143725.955000', '143726.415000', '143726.875000', '143727.335000', '143727.795000', '143728.255000', '143728.715000', '143729.175000', '143729.635000', '143730.095000', '143730.555000', '143731.015000', '143731.475000', '143731.935000', '143732.395000', '143732.855000', '143733.315000', '143733.775000', '143734.235000', '143734.695000', '143735.155000', '143735.615000', '143736.075000', '143736.535000', '143736.995000', '143737.455000', '143737.915000', '143738.375000', '143738.835000', '143739.295000', '143739.755000', '143740.215000', '143740.675000', '143741.135000', '143741.595000', '143742.055000', '143742.515000', '143742.975000', '143743.435000', '143743.895000', '143744.355000', '143744.815000', '143745.275000', '143745.735000', '143746.195000', '143746.655000', '143747.115000', '143747.575000', '143748.035000', '143748.495000', '143748.955000', '143749.415000', '143749.875000', '143750.335000', '143750.795000', '143751.255000', '143751.715000', '143752.175000', '143752.635000', '143753.095000', '143753.555000', '143754.015000', '143754.475000', '143754.935000', '143755.395000', '143755.855000', '143756.315000', '143756.775000', '143757.235000', '143757.695000', '143758.155000', '143758.615000', '143759.075000', '143759.535000', '143759.995000', '143800.455000', '143800.915000', '143801.375000', '143801.835000', '143802.295000', '143802.755000', '143803.215000', '143803.675000', '143804.135000', '143804.595000', '143805.055000', '143805.515000', '143805.975000', '143806.435000', '143806.895000', '143807.355000', '143807.815000', '143808.275000', '143808.735000', '143809.195000', '143809.655000', '143810.115000', '143810.575000', '143811.035000', '143811.495000', '143811.955000', '143812.415000', '143812.875000', '143813.335000', '143813.795000', '143814.255000', '143814.715000', '143815.175000', '143815.635000', '143816.095000', '143816.555000', '143817.015000', '143817.475000', '143817.935000', '143818.395000', '143818.855000', '143819.315000', '143819.775000', '143820.235000', '143820.695000', '143821.155000', '143821.615000', '143822.075000', '143822.535000', '143822.995000', '143823.455000', '143823.915000', '143824.375000', '143824.835000', '143825.295000', '143825.755000', '143826.215000', '143826.675000', '143827.135000', '143827.595000', '143828.055000', '143828.515000', '143828.975000'], 'ContentTime': ['143045.852000', '143045.855000', '143045.858000', '143045.870000', '143045.873000', '143045.876000', '143045.879000', '143045.882000', '143045.885000', '143045.888000', '143045.898000', '143045.901000', '143045.904000', '143045.907000', '143045.910000', '143045.913000', '143045.916000', '143045.919000', '143045.922000', '143045.924000', '143045.927000', '143045.930000', '143045.933000', '143045.936000', '143045.939000', '143045.942000', '143045.945000', '143045.948000', '143045.951000', '143045.954000', '143045.957000', '143045.960000', '143045.963000', '143045.966000', '143045.969000', '143045.972000', '143045.974000', '143045.977000', '143045.980000', '143045.983000', '143045.986000', '143045.989000', '143045.992000', '143045.995000', '143045.998000', '143046.002000', '143046.005000', '143046.007000', '143046.010000', '143046.013000', '143046.016000', '143046.019000', '143046.022000', '143046.025000', '143046.028000', '143105.815000', '143105.822000', '143105.825000', '143105.828000', '143105.831000', '143105.833000', '143105.836000', '143105.839000', '143105.842000', '143105.845000', '143105.848000', '143105.851000', '143105.853000', '143105.856000', '143105.859000', '143105.862000', '143105.865000', '143105.868000', '143105.871000', '143105.874000', '143105.876000', '143105.879000', '143105.882000', '143105.885000', '143105.888000', '143105.891000', '143105.893000', '143105.896000', '143105.899000', '143105.902000', '143105.905000', '143105.908000', '143105.911000', '143105.913000', '143105.916000', '143105.919000', '143105.922000', '143105.925000', '143105.928000', '143105.931000', '143105.933000', '143105.936000', '143105.939000', '143105.942000', '143125.815000', '143125.818000', '143125.821000', '143125.824000', '143125.827000', '143125.830000', '143125.833000', '143125.836000', '143125.839000', '143125.842000', '143125.844000', '143125.847000', '143125.850000', '143125.853000', '143125.856000', '143125.859000', '143125.862000', '143125.865000', '143125.867000', '143125.870000', '143125.873000', '143125.876000', '143125.879000', '143125.882000', '143125.885000', '143125.887000', '143125.890000', '143125.893000', '143125.896000', '143125.899000', '143125.902000', '143125.905000', '143125.908000', '143125.910000', '143125.913000', '143125.916000', '143125.919000', '143125.922000', '143125.934000', '143125.937000', '143125.940000', '143125.943000', '143125.945000', '143145.815000', '143145.818000', '143145.821000', '143145.824000', '143145.827000', '143145.829000', '143145.832000', '143145.835000', '143145.838000', '143145.841000', '143145.844000', '143145.847000', '143145.849000', '143145.852000', '143145.855000', '143145.858000', '143145.866000', '143145.868000', '143145.871000', '143145.874000', '143145.877000', '143145.888000', '143145.891000', '143145.894000', '143145.896000', '143145.899000', '143145.902000', '143145.905000', '143145.908000', '143145.911000', '143145.914000', '143145.917000', '143145.919000', '143145.922000', '143145.925000', '143145.928000', '143145.931000', '143145.934000', '143145.937000', '143145.939000', '143145.942000', '143145.945000', '143145.948000', '143145.951000', '143205.815000', '143205.818000', '143205.821000', '143205.824000', '143205.827000', '143205.830000', '143205.834000', '143205.837000', '143205.840000', '143205.843000', '143205.846000', '143205.865000', '143205.868000', '143205.870000', '143205.876000', '143205.879000', '143205.882000', '143205.885000', '143205.888000', '143205.891000', '143205.894000', '143205.896000', '143205.900000', '143205.902000', '143205.905000', '143205.908000', '143205.911000', '143205.914000', '143205.917000', '143205.920000', '143205.923000', '143205.926000', '143205.929000', '143205.931000', '143205.934000', '143205.937000', '143205.940000', '143205.943000', '143205.946000', '143205.949000', '143205.952000', '143205.955000', '143205.959000', '143225.815000', '143225.818000', '143225.821000', '143225.824000', '143225.827000', '143225.830000', '143225.833000', '143225.835000', '143225.838000', '143225.841000', '143225.844000', '143225.847000', '143225.850000', '143225.853000', '143225.856000', '143225.858000', '143225.861000', '143225.869000', '143225.872000', '143225.874000', '143225.877000', '143225.880000', '143225.883000', '143225.886000', '143225.889000', '143225.892000', '143225.895000', '143225.897000', '143225.900000', '143225.903000', '143225.906000', '143225.909000', '143225.912000', '143225.915000', '143225.918000', '143225.920000', '143225.923000', '143225.926000', '143225.929000', '143225.932000', '143225.935000', '143225.938000', '143225.941000', '143225.943000', '143245.814000', '143245.817000', '143245.820000', '143245.823000', '143245.826000', '143245.829000', '143245.831000', '143245.834000', '143245.837000', '143245.840000', '143245.843000', '143245.847000', '143245.850000', '143245.853000', '143245.856000', '143245.859000', '143245.862000', '143245.865000', '143245.868000', '143245.871000', '143245.873000', '143245.876000', '143245.879000', '143245.882000', '143245.885000', '143245.888000', '143245.891000', '143245.894000', '143245.897000', '143245.900000', '143245.902000', '143245.905000', '143245.908000', '143245.911000', '143245.914000', '143245.917000', '143245.920000', '143245.923000', '143245.926000', '143245.928000', '143245.931000', '143245.934000', '143245.937000', '143305.814000', '143305.817000', '143305.820000', '143305.823000', '143305.826000', '143305.829000', '143305.831000', '143305.834000', '143305.837000', '143305.840000', '143305.843000', '143305.846000', '143305.849000', '143305.852000', '143305.855000', '143305.857000', '143305.860000', '143305.863000', '143305.866000', '143305.869000', '143305.872000', '143305.875000', '143305.878000', '143305.881000', '143305.884000', '143305.886000', '143305.889000', '143305.892000', '143305.895000', '143305.898000', '143305.901000', '143305.904000', '143305.907000', '143305.909000', '143305.912000', '143305.915000', '143305.918000', '143305.921000', '143305.924000', '143305.927000', '143305.930000', '143305.933000', '143305.935000', '143305.938000', '143325.815000', '143325.818000', '143325.821000', '143325.824000', '143325.827000', '143325.830000', '143325.833000', '143325.835000', '143325.838000', '143325.841000', '143325.844000', '143325.847000', '143325.850000', '143325.853000', '143325.856000', '143325.859000', '143325.861000', '143325.864000', '143325.867000', '143325.870000', '143325.873000', '143325.876000', '143325.879000', '143325.882000', '143325.891000', '143325.894000', '143325.897000', '143325.900000', '143325.903000', '143325.906000', '143325.909000', '143325.911000', '143325.914000', '143325.917000', '143325.920000', '143325.923000', '143325.936000', '143325.939000', '143325.942000', '143325.945000', '143325.948000', '143325.951000', '143325.953000', '143345.815000', '143345.818000', '143345.821000', '143345.824000', '143345.827000', '143345.830000', '143345.832000', '143345.844000', '143345.847000', '143345.850000', '143345.853000', '143345.856000', '143345.859000', '143345.861000', '143345.864000', '143345.867000', '143345.870000', '143345.873000', '143345.876000', '143345.879000', '143345.882000', '143345.884000', '143345.887000', '143345.890000', '143345.893000', '143345.896000', '143345.899000', '143345.902000', '143345.905000', '143345.908000', '143345.910000', '143345.913000', '143345.916000', '143345.919000', '143345.922000', '143345.925000', '143345.928000', '143345.931000', '143345.933000', '143345.936000', '143345.939000', '143345.942000', '143345.945000', '143345.948000', '143405.815000', '143405.818000', '143405.821000', '143405.824000', '143405.827000', '143405.831000', '143405.834000', '143405.837000', '143405.840000', '143405.843000', '143405.846000', '143405.848000', '143405.851000', '143405.854000', '143405.857000', '143405.860000', '143405.863000', '143405.866000', '143405.868000', '143405.871000', '143405.874000', '143405.877000', '143405.880000', '143405.883000', '143405.886000', '143405.889000', '143405.892000', '143405.895000', '143405.898000', '143405.901000', '143405.904000', '143405.907000', '143405.910000', '143405.913000', '143405.916000', '143405.919000', '143405.921000', '143405.924000', '143405.927000', '143405.930000', '143405.933000', '143405.936000', '143405.939000', '143425.815000', '143425.818000', '143425.821000', '143425.824000', '143425.827000', '143425.830000', '143425.833000', '143425.836000', '143425.838000', '143425.841000', '143425.844000', '143425.847000', '143425.850000', '143425.853000', '143425.856000', '143425.859000', '143425.861000', '143425.864000', '143425.867000', '143425.870000', '143425.873000', '143425.876000', '143425.879000', '143425.882000', '143425.885000', '143425.887000', '143425.890000', '143425.893000', '143425.896000', '143425.899000', '143425.902000', '143425.905000', '143425.908000', '143425.910000', '143425.913000', '143425.916000', '143425.919000', '143425.922000', '143425.925000', '143425.928000', '143425.931000', '143425.934000', '143425.937000', '143425.939000', '143445.815000', '143445.818000', '143445.821000', '143445.824000', '143445.827000', '143445.830000', '143445.833000', '143445.835000', '143445.838000', '143445.841000', '143445.844000', '143445.847000', '143445.850000', '143445.853000', '143445.855000', '143445.858000', '143445.861000', '143445.864000', '143445.867000', '143445.870000', '143445.873000', '143445.876000', '143445.879000', '143445.882000', '143445.885000', '143445.887000', '143445.890000', '143445.893000', '143445.896000', '143445.899000', '143445.902000', '143445.905000', '143445.908000', '143445.911000', '143445.914000', '143445.917000', '143445.920000', '143445.923000', '143445.926000', '143445.929000', '143445.932000', '143445.934000', '143445.938000', '143505.814000', '143505.817000', '143505.820000', '143505.823000', '143505.826000', '143505.829000', '143505.832000', '143505.834000', '143505.837000', '143505.840000', '143505.843000', '143505.846000', '143505.849000', '143505.852000', '143505.855000', '143505.857000', '143505.860000', '143505.863000', '143505.880000', '143505.883000', '143505.886000', '143505.889000', '143505.892000', '143505.895000', '143505.897000', '143505.900000', '143505.903000', '143505.906000', '143505.909000', '143505.912000', '143505.915000', '143505.918000', '143505.921000', '143505.924000', '143505.926000', '143505.929000', '143505.932000', '143505.935000', '143505.938000', '143505.941000', '143505.944000', '143505.947000', '143505.949000', '143505.952000', '143525.814000', '143525.817000', '143525.820000', '143525.823000', '143525.826000', '143525.829000', '143525.832000', '143525.835000', '143525.837000', '143525.840000', '143525.843000', '143525.855000', '143525.858000', '143525.861000', '143525.864000', '143525.868000', '143525.871000', '143525.874000', '143525.877000', '143525.880000', '143525.883000', '143525.886000', '143525.889000', '143525.892000', '143525.895000', '143525.897000', '143525.900000', '143525.903000', '143525.906000', '143525.909000', '143525.912000', '143525.915000', '143525.918000', '143525.921000', '143525.924000', '143525.927000', '143525.930000', '143525.932000', '143525.935000', '143525.938000', '143525.941000', '143525.944000', '143525.947000', '143545.815000', '143545.818000', '143545.821000', '143545.824000', '143545.827000', '143545.830000', '143545.833000', '143545.835000', '143545.838000', '143545.841000', '143545.844000', '143545.856000', '143545.859000', '143545.862000', '143545.865000', '143545.868000', '143545.871000', '143545.876000', '143545.879000', '143545.881000', '143545.884000', '143545.887000', '143545.890000', '143545.893000', '143545.896000', '143545.899000', '143545.902000', '143545.904000', '143545.907000', '143545.910000', '143545.913000', '143545.924000', '143545.927000', '143545.930000', '143545.933000', '143545.936000', '143545.939000', '143545.941000', '143545.944000', '143545.947000', '143545.950000', '143545.953000', '143545.956000', '143545.958000', '143605.815000', '143605.818000', '143605.821000', '143605.824000', '143605.827000', '143605.830000', '143605.833000', '143605.836000', '143605.838000', '143605.841000', '143605.844000', '143605.847000', '143605.850000', '143605.853000', '143605.856000', '143605.859000', '143605.861000', '143605.864000', '143605.867000', '143605.870000', '143605.873000', '143605.876000', '143605.879000', '143605.882000', '143605.884000', '143605.887000', '143605.890000', '143605.893000', '143605.896000', '143605.899000', '143605.902000', '143605.904000', '143605.907000', '143605.910000', '143605.913000', '143605.916000', '143605.919000', '143605.922000', '143605.925000', '143605.927000', '143605.930000', '143605.933000', '143605.936000', '143625.815000', '143625.818000', '143625.821000', '143625.824000', '143625.827000', '143625.830000', '143625.832000', '143625.836000', '143625.838000', '143625.841000', '143625.844000', '143625.847000', '143625.850000', '143625.853000', '143625.856000', '143625.859000', '143625.861000', '143625.864000', '143625.867000', '143625.870000', '143625.873000', '143625.876000', '143625.879000', '143625.882000', '143625.885000', '143625.887000', '143625.890000', '143625.893000', '143625.896000', '143625.912000', '143625.915000', '143625.918000', '143625.921000', '143625.923000', '143625.936000', '143625.939000', '143625.942000', '143625.944000', '143625.947000', '143625.950000', '143625.953000', '143625.956000', '143625.959000', '143625.962000', '143645.815000', '143645.818000', '143645.821000', '143645.824000', '143645.827000', '143645.830000', '143645.833000', '143645.836000', '143645.838000', '143645.841000', '143645.844000', '143645.847000', '143645.850000', '143645.853000', '143645.856000', '143645.859000', '143645.861000', '143645.864000', '143645.867000', '143645.870000', '143645.873000', '143645.876000', '143645.879000', '143645.882000', '143645.884000', '143645.887000', '143645.890000', '143645.893000', '143645.896000', '143645.899000', '143645.902000', '143645.905000', '143645.909000', '143645.912000', '143645.915000', '143645.918000', '143645.921000', '143645.924000', '143645.927000', '143645.929000', '143645.932000', '143645.935000', '143645.938000', '143705.815000', '143705.818000', '143705.821000', '143705.824000', '143705.827000', '143705.830000', '143705.833000', '143705.836000', '143705.838000', '143705.841000', '143705.844000', '143705.847000', '143705.850000', '143705.853000', '143705.856000', '143705.859000', '143705.861000', '143705.864000', '143705.867000', '143705.870000', '143705.874000', '143705.877000', '143705.880000', '143705.883000', '143705.885000', '143705.888000', '143705.891000', '143705.894000', '143705.897000', '143705.900000', '143705.903000', '143705.906000', '143705.908000', '143705.911000', '143705.914000', '143705.917000', '143705.920000', '143705.923000', '143705.926000', '143705.929000', '143705.932000', '143705.935000', '143705.938000', '143705.940000', '143725.814000', '143725.817000', '143725.820000', '143725.823000', '143725.826000', '143725.829000', '143725.831000', '143725.834000', '143725.837000', '143725.840000', '143725.843000', '143725.846000', '143725.849000', '143725.852000', '143725.855000', '143725.857000', '143725.860000', '143725.863000', '143725.866000', '143725.869000', '143725.872000', '143725.875000', '143725.877000', '143725.880000', '143725.883000', '143725.886000', '143725.889000', '143725.892000', '143725.895000', '143725.898000', '143725.901000', '143725.903000', '143725.906000', '143725.909000', '143725.912000', '143725.915000', '143725.918000', '143725.921000', '143725.924000', '143725.926000', '143725.929000', '143725.932000', '143725.935000', '143745.814000', '143745.817000', '143745.820000', '143745.823000', '143745.826000', '143745.829000', '143745.831000', '143745.834000', '143745.837000', '143745.840000', '143745.843000', '143745.846000', '143745.849000', '143745.852000', '143745.855000', '143745.857000', '143745.865000', '143745.868000', '143745.871000', '143745.874000', '143745.876000', '143745.879000', '143745.882000', '143745.885000', '143745.888000', '143745.891000', '143745.894000', '143745.897000', '143745.900000', '143745.903000', '143745.905000', '143745.908000', '143745.911000', '143745.914000', '143745.917000', '143745.920000', '143745.923000', '143745.926000', '143745.928000', '143745.948000', '143745.951000', '143745.962000', '143745.964000', '143745.967000', '143805.815000', '143805.818000', '143805.821000', '143805.832000', '143805.834000', '143805.837000', '143805.840000', '143805.843000', '143805.846000', '143805.849000', '143805.852000', '143805.855000', '143805.858000', '143805.860000', '143805.863000', '143805.866000', '143805.869000', '143805.872000', '143805.875000', '143805.878000', '143805.880000', '143805.883000', '143805.886000', '143805.889000', '143805.892000', '143805.895000', '143805.898000', '143805.901000', '143805.903000', '143805.906000', '143805.909000', '143805.912000', '143805.915000', '143805.918000', '143805.921000', '143805.924000', '143805.926000', '143805.929000', '143805.932000', '143805.935000', '143805.938000', '143805.941000', '143805.945000', '143825.815000', '143825.818000', '143825.821000', '143825.824000', '143825.827000', '143825.830000', '143825.832000', '143825.835000', '143825.838000', '143825.841000', '143825.844000', '143825.847000', '143825.850000', '143825.853000', '143825.856000', '143825.859000', '143825.862000', '143825.864000', '143825.867000', '143825.870000', '143825.873000', '143825.876000', '143825.879000', '143825.882000', '143825.885000', '143825.888000', '143825.890000', '143825.893000', '143825.896000', '143825.899000', '143825.902000', '143825.905000', '143825.908000', '143825.911000', '143825.913000', '143825.916000', '143825.919000', '143825.922000', '143825.925000', '143825.928000', '143825.931000', '143825.934000', '143825.937000', '143825.939000', '143829.990000', '143829.994000', '143829.997000', '143830.001000', '143830.004000', '143830.007000', '143830.010000', '143830.013000', '143830.016000'], 'InstanceCreationTime': ['143045.852000', '143045.855000', '143045.858000', '143045.870000', '143045.873000', '143045.876000', '143045.879000', '143045.882000', '143045.885000', '143045.888000', '143045.898000', '143045.901000', '143045.904000', '143045.907000', '143045.910000', '143045.913000', '143045.916000', '143045.919000', '143045.922000', '143045.924000', '143045.927000', '143045.930000', '143045.933000', '143045.936000', '143045.939000', '143045.942000', '143045.945000', '143045.948000', '143045.951000', '143045.954000', '143045.957000', '143045.960000', '143045.963000', '143045.966000', '143045.969000', '143045.972000', '143045.974000', '143045.977000', '143045.980000', '143045.983000', '143045.986000', '143045.989000', '143045.992000', '143045.995000', '143045.998000', '143046.002000', '143046.005000', '143046.007000', '143046.010000', '143046.013000', '143046.016000', '143046.019000', '143046.022000', '143046.025000', '143046.028000', '143105.815000', '143105.822000', '143105.825000', '143105.828000', '143105.831000', '143105.833000', '143105.836000', '143105.839000', '143105.842000', '143105.845000', '143105.848000', '143105.851000', '143105.853000', '143105.856000', '143105.859000', '143105.862000', '143105.865000', '143105.868000', '143105.871000', '143105.874000', '143105.876000', '143105.879000', '143105.882000', '143105.885000', '143105.888000', '143105.891000', '143105.893000', '143105.896000', '143105.899000', '143105.902000', '143105.905000', '143105.908000', '143105.911000', '143105.913000', '143105.916000', '143105.919000', '143105.922000', '143105.925000', '143105.928000', '143105.931000', '143105.933000', '143105.936000', '143105.939000', '143105.942000', '143125.815000', '143125.818000', '143125.821000', '143125.824000', '143125.827000', '143125.830000', '143125.833000', '143125.836000', '143125.839000', '143125.842000', '143125.844000', '143125.847000', '143125.850000', '143125.853000', '143125.856000', '143125.859000', '143125.862000', '143125.865000', '143125.867000', '143125.870000', '143125.873000', '143125.876000', '143125.879000', '143125.882000', '143125.885000', '143125.887000', '143125.890000', '143125.893000', '143125.896000', '143125.899000', '143125.902000', '143125.905000', '143125.908000', '143125.910000', '143125.913000', '143125.916000', '143125.919000', '143125.922000', '143125.934000', '143125.937000', '143125.940000', '143125.943000', '143125.945000', '143145.815000', '143145.818000', '143145.821000', '143145.824000', '143145.827000', '143145.829000', '143145.832000', '143145.835000', '143145.838000', '143145.841000', '143145.844000', '143145.847000', '143145.849000', '143145.852000', '143145.855000', '143145.858000', '143145.866000', '143145.868000', '143145.871000', '143145.874000', '143145.877000', '143145.888000', '143145.891000', '143145.894000', '143145.896000', '143145.899000', '143145.902000', '143145.905000', '143145.908000', '143145.911000', '143145.914000', '143145.917000', '143145.919000', '143145.922000', '143145.925000', '143145.928000', '143145.931000', '143145.934000', '143145.937000', '143145.939000', '143145.942000', '143145.945000', '143145.948000', '143145.951000', '143205.815000', '143205.818000', '143205.821000', '143205.824000', '143205.827000', '143205.830000', '143205.834000', '143205.837000', '143205.840000', '143205.843000', '143205.846000', '143205.865000', '143205.868000', '143205.870000', '143205.876000', '143205.879000', '143205.882000', '143205.885000', '143205.888000', '143205.891000', '143205.894000', '143205.896000', '143205.900000', '143205.902000', '143205.905000', '143205.908000', '143205.911000', '143205.914000', '143205.917000', '143205.920000', '143205.923000', '143205.926000', '143205.929000', '143205.931000', '143205.934000', '143205.937000', '143205.940000', '143205.943000', '143205.946000', '143205.949000', '143205.952000', '143205.955000', '143205.959000', '143225.815000', '143225.818000', '143225.821000', '143225.824000', '143225.827000', '143225.830000', '143225.833000', '143225.835000', '143225.838000', '143225.841000', '143225.844000', '143225.847000', '143225.850000', '143225.853000', '143225.856000', '143225.858000', '143225.861000', '143225.869000', '143225.872000', '143225.874000', '143225.877000', '143225.880000', '143225.883000', '143225.886000', '143225.889000', '143225.892000', '143225.895000', '143225.897000', '143225.900000', '143225.903000', '143225.906000', '143225.909000', '143225.912000', '143225.915000', '143225.918000', '143225.920000', '143225.923000', '143225.926000', '143225.929000', '143225.932000', '143225.935000', '143225.938000', '143225.941000', '143225.943000', '143245.814000', '143245.817000', '143245.820000', '143245.823000', '143245.826000', '143245.829000', '143245.831000', '143245.834000', '143245.837000', '143245.840000', '143245.843000', '143245.847000', '143245.850000', '143245.853000', '143245.856000', '143245.859000', '143245.862000', '143245.865000', '143245.868000', '143245.871000', '143245.873000', '143245.876000', '143245.879000', '143245.882000', '143245.885000', '143245.888000', '143245.891000', '143245.894000', '143245.897000', '143245.900000', '143245.902000', '143245.905000', '143245.908000', '143245.911000', '143245.914000', '143245.917000', '143245.920000', '143245.923000', '143245.926000', '143245.928000', '143245.931000', '143245.934000', '143245.937000', '143305.814000', '143305.817000', '143305.820000', '143305.823000', '143305.826000', '143305.829000', '143305.831000', '143305.834000', '143305.837000', '143305.840000', '143305.843000', '143305.846000', '143305.849000', '143305.852000', '143305.855000', '143305.857000', '143305.860000', '143305.863000', '143305.866000', '143305.869000', '143305.872000', '143305.875000', '143305.878000', '143305.881000', '143305.884000', '143305.886000', '143305.889000', '143305.892000', '143305.895000', '143305.898000', '143305.901000', '143305.904000', '143305.907000', '143305.909000', '143305.912000', '143305.915000', '143305.918000', '143305.921000', '143305.924000', '143305.927000', '143305.930000', '143305.933000', '143305.935000', '143305.938000', '143325.815000', '143325.818000', '143325.821000', '143325.824000', '143325.827000', '143325.830000', '143325.833000', '143325.835000', '143325.838000', '143325.841000', '143325.844000', '143325.847000', '143325.850000', '143325.853000', '143325.856000', '143325.859000', '143325.861000', '143325.864000', '143325.867000', '143325.870000', '143325.873000', '143325.876000', '143325.879000', '143325.882000', '143325.891000', '143325.894000', '143325.897000', '143325.900000', '143325.903000', '143325.906000', '143325.909000', '143325.911000', '143325.914000', '143325.917000', '143325.920000', '143325.923000', '143325.936000', '143325.939000', '143325.942000', '143325.945000', '143325.948000', '143325.951000', '143325.953000', '143345.815000', '143345.818000', '143345.821000', '143345.824000', '143345.827000', '143345.830000', '143345.832000', '143345.844000', '143345.847000', '143345.850000', '143345.853000', '143345.856000', '143345.859000', '143345.861000', '143345.864000', '143345.867000', '143345.870000', '143345.873000', '143345.876000', '143345.879000', '143345.882000', '143345.884000', '143345.887000', '143345.890000', '143345.893000', '143345.896000', '143345.899000', '143345.902000', '143345.905000', '143345.908000', '143345.910000', '143345.913000', '143345.916000', '143345.919000', '143345.922000', '143345.925000', '143345.928000', '143345.931000', '143345.933000', '143345.936000', '143345.939000', '143345.942000', '143345.945000', '143345.948000', '143405.815000', '143405.818000', '143405.821000', '143405.824000', '143405.827000', '143405.831000', '143405.834000', '143405.837000', '143405.840000', '143405.843000', '143405.846000', '143405.848000', '143405.851000', '143405.854000', '143405.857000', '143405.860000', '143405.863000', '143405.866000', '143405.868000', '143405.871000', '143405.874000', '143405.877000', '143405.880000', '143405.883000', '143405.886000', '143405.889000', '143405.892000', '143405.895000', '143405.898000', '143405.901000', '143405.904000', '143405.907000', '143405.910000', '143405.913000', '143405.916000', '143405.919000', '143405.921000', '143405.924000', '143405.927000', '143405.930000', '143405.933000', '143405.936000', '143405.939000', '143425.815000', '143425.818000', '143425.821000', '143425.824000', '143425.827000', '143425.830000', '143425.833000', '143425.836000', '143425.838000', '143425.841000', '143425.844000', '143425.847000', '143425.850000', '143425.853000', '143425.856000', '143425.859000', '143425.861000', '143425.864000', '143425.867000', '143425.870000', '143425.873000', '143425.876000', '143425.879000', '143425.882000', '143425.885000', '143425.887000', '143425.890000', '143425.893000', '143425.896000', '143425.899000', '143425.902000', '143425.905000', '143425.908000', '143425.910000', '143425.913000', '143425.916000', '143425.919000', '143425.922000', '143425.925000', '143425.928000', '143425.931000', '143425.934000', '143425.937000', '143425.939000', '143445.815000', '143445.818000', '143445.821000', '143445.824000', '143445.827000', '143445.830000', '143445.833000', '143445.835000', '143445.838000', '143445.841000', '143445.844000', '143445.847000', '143445.850000', '143445.853000', '143445.855000', '143445.858000', '143445.861000', '143445.864000', '143445.867000', '143445.870000', '143445.873000', '143445.876000', '143445.879000', '143445.882000', '143445.885000', '143445.887000', '143445.890000', '143445.893000', '143445.896000', '143445.899000', '143445.902000', '143445.905000', '143445.908000', '143445.911000', '143445.914000', '143445.917000', '143445.920000', '143445.923000', '143445.926000', '143445.929000', '143445.932000', '143445.934000', '143445.938000', '143505.814000', '143505.817000', '143505.820000', '143505.823000', '143505.826000', '143505.829000', '143505.832000', '143505.834000', '143505.837000', '143505.840000', '143505.843000', '143505.846000', '143505.849000', '143505.852000', '143505.855000', '143505.857000', '143505.860000', '143505.863000', '143505.880000', '143505.883000', '143505.886000', '143505.889000', '143505.892000', '143505.895000', '143505.897000', '143505.900000', '143505.903000', '143505.906000', '143505.909000', '143505.912000', '143505.915000', '143505.918000', '143505.921000', '143505.924000', '143505.926000', '143505.929000', '143505.932000', '143505.935000', '143505.938000', '143505.941000', '143505.944000', '143505.947000', '143505.949000', '143505.952000', '143525.814000', '143525.817000', '143525.820000', '143525.823000', '143525.826000', '143525.829000', '143525.832000', '143525.835000', '143525.837000', '143525.840000', '143525.843000', '143525.855000', '143525.858000', '143525.861000', '143525.864000', '143525.868000', '143525.871000', '143525.874000', '143525.877000', '143525.880000', '143525.883000', '143525.886000', '143525.889000', '143525.892000', '143525.895000', '143525.897000', '143525.900000', '143525.903000', '143525.906000', '143525.909000', '143525.912000', '143525.915000', '143525.918000', '143525.921000', '143525.924000', '143525.927000', '143525.930000', '143525.932000', '143525.935000', '143525.938000', '143525.941000', '143525.944000', '143525.947000', '143545.815000', '143545.818000', '143545.821000', '143545.824000', '143545.827000', '143545.830000', '143545.833000', '143545.835000', '143545.838000', '143545.841000', '143545.844000', '143545.856000', '143545.859000', '143545.862000', '143545.865000', '143545.868000', '143545.871000', '143545.876000', '143545.879000', '143545.881000', '143545.884000', '143545.887000', '143545.890000', '143545.893000', '143545.896000', '143545.899000', '143545.902000', '143545.904000', '143545.907000', '143545.910000', '143545.913000', '143545.924000', '143545.927000', '143545.930000', '143545.933000', '143545.936000', '143545.939000', '143545.941000', '143545.944000', '143545.947000', '143545.950000', '143545.953000', '143545.956000', '143545.958000', '143605.815000', '143605.818000', '143605.821000', '143605.824000', '143605.827000', '143605.830000', '143605.833000', '143605.836000', '143605.838000', '143605.841000', '143605.844000', '143605.847000', '143605.850000', '143605.853000', '143605.856000', '143605.859000', '143605.861000', '143605.864000', '143605.867000', '143605.870000', '143605.873000', '143605.876000', '143605.879000', '143605.882000', '143605.884000', '143605.887000', '143605.890000', '143605.893000', '143605.896000', '143605.899000', '143605.902000', '143605.904000', '143605.907000', '143605.910000', '143605.913000', '143605.916000', '143605.919000', '143605.922000', '143605.925000', '143605.927000', '143605.930000', '143605.933000', '143605.936000', '143625.815000', '143625.818000', '143625.821000', '143625.824000', '143625.827000', '143625.830000', '143625.832000', '143625.836000', '143625.838000', '143625.841000', '143625.844000', '143625.847000', '143625.850000', '143625.853000', '143625.856000', '143625.859000', '143625.861000', '143625.864000', '143625.867000', '143625.870000', '143625.873000', '143625.876000', '143625.879000', '143625.882000', '143625.885000', '143625.887000', '143625.890000', '143625.893000', '143625.896000', '143625.912000', '143625.915000', '143625.918000', '143625.921000', '143625.923000', '143625.936000', '143625.939000', '143625.942000', '143625.944000', '143625.947000', '143625.950000', '143625.953000', '143625.956000', '143625.959000', '143625.962000', '143645.815000', '143645.818000', '143645.821000', '143645.824000', '143645.827000', '143645.830000', '143645.833000', '143645.836000', '143645.838000', '143645.841000', '143645.844000', '143645.847000', '143645.850000', '143645.853000', '143645.856000', '143645.859000', '143645.861000', '143645.864000', '143645.867000', '143645.870000', '143645.873000', '143645.876000', '143645.879000', '143645.882000', '143645.884000', '143645.887000', '143645.890000', '143645.893000', '143645.896000', '143645.899000', '143645.902000', '143645.905000', '143645.909000', '143645.912000', '143645.915000', '143645.918000', '143645.921000', '143645.924000', '143645.927000', '143645.929000', '143645.932000', '143645.935000', '143645.938000', '143705.815000', '143705.818000', '143705.821000', '143705.824000', '143705.827000', '143705.830000', '143705.833000', '143705.836000', '143705.838000', '143705.841000', '143705.844000', '143705.847000', '143705.850000', '143705.853000', '143705.856000', '143705.859000', '143705.861000', '143705.864000', '143705.867000', '143705.870000', '143705.874000', '143705.877000', '143705.880000', '143705.883000', '143705.885000', '143705.888000', '143705.891000', '143705.894000', '143705.897000', '143705.900000', '143705.903000', '143705.906000', '143705.908000', '143705.911000', '143705.914000', '143705.917000', '143705.920000', '143705.923000', '143705.926000', '143705.929000', '143705.932000', '143705.935000', '143705.938000', '143705.940000', '143725.814000', '143725.817000', '143725.820000', '143725.823000', '143725.826000', '143725.829000', '143725.831000', '143725.834000', '143725.837000', '143725.840000', '143725.843000', '143725.846000', '143725.849000', '143725.852000', '143725.855000', '143725.857000', '143725.860000', '143725.863000', '143725.866000', '143725.869000', '143725.872000', '143725.875000', '143725.877000', '143725.880000', '143725.883000', '143725.886000', '143725.889000', '143725.892000', '143725.895000', '143725.898000', '143725.901000', '143725.903000', '143725.906000', '143725.909000', '143725.912000', '143725.915000', '143725.918000', '143725.921000', '143725.924000', '143725.926000', '143725.929000', '143725.932000', '143725.935000', '143745.814000', '143745.817000', '143745.820000', '143745.823000', '143745.826000', '143745.829000', '143745.831000', '143745.834000', '143745.837000', '143745.840000', '143745.843000', '143745.846000', '143745.849000', '143745.852000', '143745.855000', '143745.857000', '143745.865000', '143745.868000', '143745.871000', '143745.874000', '143745.876000', '143745.879000', '143745.882000', '143745.885000', '143745.888000', '143745.891000', '143745.894000', '143745.897000', '143745.900000', '143745.903000', '143745.905000', '143745.908000', '143745.911000', '143745.914000', '143745.917000', '143745.920000', '143745.923000', '143745.926000', '143745.928000', '143745.948000', '143745.951000', '143745.962000', '143745.964000', '143745.967000', '143805.815000', '143805.818000', '143805.821000', '143805.832000', '143805.834000', '143805.837000', '143805.840000', '143805.843000', '143805.846000', '143805.849000', '143805.852000', '143805.855000', '143805.858000', '143805.860000', '143805.863000', '143805.866000', '143805.869000', '143805.872000', '143805.875000', '143805.878000', '143805.880000', '143805.883000', '143805.886000', '143805.889000', '143805.892000', '143805.895000', '143805.898000', '143805.901000', '143805.903000', '143805.906000', '143805.909000', '143805.912000', '143805.915000', '143805.918000', '143805.921000', '143805.924000', '143805.926000', '143805.929000', '143805.932000', '143805.935000', '143805.938000', '143805.941000', '143805.945000', '143825.815000', '143825.818000', '143825.821000', '143825.824000', '143825.827000', '143825.830000', '143825.832000', '143825.835000', '143825.838000', '143825.841000', '143825.844000', '143825.847000', '143825.850000', '143825.853000', '143825.856000', '143825.859000', '143825.862000', '143825.864000', '143825.867000', '143825.870000', '143825.873000', '143825.876000', '143825.879000', '143825.882000', '143825.885000', '143825.888000', '143825.890000', '143825.893000', '143825.896000', '143825.899000', '143825.902000', '143825.905000', '143825.908000', '143825.911000', '143825.913000', '143825.916000', '143825.919000', '143825.922000', '143825.925000', '143825.928000', '143825.931000', '143825.934000', '143825.937000', '143825.939000', '143829.990000', '143829.994000', '143829.997000', '143830.001000', '143830.004000', '143830.007000', '143830.010000', '143830.013000', '143830.016000'], '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], 'LargestImagePixelValue': [11593, 7924, 10168, 6883, 8864, 6868, 7126, 10533, 6856, 9871, 6876, 8169, 6448, 6603, 6603, 7010, 6797, 6939, 6602, 6959, 6388, 7258, 6938, 8209, 7183, 9282, 7330, 10416, 7351, 10180, 7114, 10012, 7903, 10722, 8493, 9572, 7591, 8687, 9082, 8241, 12458, 8680, 11847, 7564, 10109, 7007, 9597, 6550, 8840, 7483, 8781, 6479, 8100, 6430, 8386, 6336, 8727, 10422, 8338, 9873, 7210, 10333, 6848, 10435, 7244, 10010, 7061, 9936, 7006, 9698, 6986, 9837, 6583, 10108, 6828, 10126, 6582, 9965, 6804, 10024, 6709, 10482, 7192, 10385, 6785, 10369, 6418, 10080, 7021, 10019, 6678, 9085, 6592, 9582, 6537, 9959, 6634, 10333, 6751, 10360, 6717, 10656, 6825, 10360, 6941, 9949, 7164, 10924, 7146, 10744, 7175, 10033, 6838, 10093, 6524, 10192, 6669, 8452, 6392, 7987, 6698, 9076, 6841, 8553, 6726, 7295, 6641, 7472, 6713, 9496, 6490, 10172, 6678, 10017, 6530, 9757, 6741, 9871, 7955, 9336, 7098, 8473, 6532, 8302, 6793, 8131, 8857, 8717, 6722, 8545, 6406, 8866, 6291, 8782, 9135, 7748, 10884, 7755, 11836, 7259, 10633, 6806, 10083, 6438, 9960, 7077, 9528, 6713, 9196, 6473, 8974, 6658, 7794, 6701, 6350, 8097, 6478, 10600, 7714, 7112, 10305, 7411, 10108, 8007, 9565, 9869, 9967, 9844, 8183, 6397, 8843, 6615, 8585, 6359, 8972, 7283, 8660, 6252, 8199, 6158, 7809, 6835, 7641, 10745, 7531, 11547, 7806, 10194, 6526, 9879, 6693, 9762, 6524, 9783, 6741, 10214, 6598, 9379, 6210, 9122, 6773, 9054, 7535, 9225, 7378, 7275, 6270, 7038, 8581, 7234, 11458, 7431, 10823, 6893, 10299, 6834, 9728, 6858, 9652, 6968, 9670, 7423, 10000, 6402, 8938, 6251, 9263, 6605, 9882, 6460, 9335, 6637, 9097, 6759, 9269, 6786, 10037, 6692, 9373, 6432, 9214, 6537, 9191, 7119, 10310, 7104, 9248, 6597, 8764, 6874, 10056, 7535, 10411, 7581, 8071, 6314, 7023, 6473, 7221, 7414, 8219, 6439, 7941, 6325, 7949, 6510, 8156, 6436, 9622, 7075, 8079, 6554, 8267, 6831, 10037, 7455, 9790, 6892, 9597, 6777, 8783, 6761, 9430, 6696, 10526, 7528, 9725, 6746, 8655, 7283, 6506, 8447, 7166, 6426, 8326, 7464, 6875, 10462, 6685, 7159, 9106, 7155, 10624, 8581, 10584, 7619, 9868, 7121, 9452, 6395, 9332, 6673, 10036, 6678, 9080, 6272, 8905, 6294, 8349, 6910, 8708, 8763, 6763, 10188, 6412, 9487, 6438, 9180, 6476, 9109, 6820, 9260, 6634, 8085, 6340, 7909, 6251, 7963, 9940, 8000, 10284, 7452, 8880, 6899, 10452, 7084, 10171, 7186, 9673, 7454, 10110, 7104, 9143, 6582, 8826, 6939, 9156, 7430, 8602, 6115, 6804, 6357, 6754, 10632, 7022, 10553, 7352, 9512, 6553, 8872, 6436, 9726, 7197, 9794, 6860, 7931, 6064, 7754, 6672, 7840, 10526, 7746, 10474, 7149, 9942, 6842, 9510, 6642, 9238, 6819, 8874, 6585, 7966, 6648, 8367, 6351, 7470, 6275, 7630, 10816, 7483, 11060, 8080, 9868, 6923, 9486, 6658, 9467, 7637, 9398, 7208, 7395, 7066, 7080, 10052, 6799, 9307, 6585, 9819, 7464, 7497, 6190, 6851, 9519, 6654, 9028, 6390, 8707, 6565, 7150, 6358, 6687, 7128, 6803, 10446, 7503, 9994, 6764, 9433, 6874, 9157, 6981, 8485, 7904, 8653, 7939, 7063, 8578, 6895, 9852, 6872, 8986, 7330, 9820, 6788, 9112, 6726, 7844, 6214, 7507, 11271, 7668, 10664, 6582, 9632, 6648, 8059, 6993, 6603, 8051, 6614, 8911, 6833, 8544, 7087, 8341, 11490, 8664, 11878, 8149, 10384, 7424, 8821, 6618, 8663, 6520, 8031, 7068, 8149, 6553, 7282, 6266, 7710, 6324, 7818, 9562, 7959, 8209, 6724, 6560, 7481, 9418, 7181, 10879, 8024, 11089, 7622, 9513, 6595, 9560, 6862, 8904, 7418, 9601, 6868, 8630, 6747, 7948, 6519, 8329, 6947, 8951, 6668, 8115, 6618, 8378, 6527, 9138, 6936, 8931, 6647, 8698, 6531, 7727, 6726, 7959, 7040, 9352, 6857, 10021, 6869, 9448, 7293, 9365, 7190, 9013, 7156, 10702, 7488, 9505, 7008, 8653, 6940, 8774, 6689, 8907, 6652, 9211, 6511, 7389, 6240, 7139, 7604, 7207, 9621, 7100, 10229, 6909, 10361, 6842, 9871, 6916, 9099, 7256, 9591, 7261, 10700, 7541, 9637, 7337, 10230, 7218, 9656, 7441, 9561, 7877, 10847, 7683, 9758, 7204, 9043, 7502, 8944, 7478, 10724, 7494, 10874, 7098, 9563, 7355, 9171, 7388, 9554, 7145, 9059, 6943, 8267, 7025, 8413, 6970, 9438, 6843, 8991, 7211, 9026, 7415, 8566, 7293, 10377, 7297, 9880, 7194, 9785, 7376, 10499, 7527, 10281, 7353, 8528, 7503, 8362, 7636, 10097, 7635, 10644, 7303, 10067, 7054, 9989, 7396, 9277, 7329, 9367, 7037, 8741, 7236, 8490, 7291, 8520, 7294, 8986, 6923, 8940, 7029, 8632, 7431, 8874, 7169, 10534, 7351, 9451, 7530, 9177, 7249, 8874, 7340, 10069, 7477, 9323, 6819, 8578, 7104, 8594, 7340, 9145, 7013, 8539, 6848, 8143, 7160, 8852, 6638, 9495, 6820, 8025, 6251, 7254, 6159, 7175, 6752, 7327, 9926, 7565, 9074, 6948, 6699, 7278, 9026, 7551, 10965, 7549, 11282, 7594, 10201, 7057, 8925, 7197, 8758, 7142, 9426, 6980, 8666, 6883, 8215, 6782, 8347, 6780, 9145, 6801, 8767, 6865, 8239, 6829, 9641, 6882, 9779, 7117, 8130, 6302, 7691, 6136, 8047, 7563, 8299, 7011, 7273, 6142, 6995, 6396, 7731, 7230, 8987, 6389, 8844, 6604, 8772, 6605, 9742, 7106, 8862, 6661, 8631, 6806, 7874, 6989, 8776, 7116, 9301, 6931, 9118, 6936, 8896, 7111, 8836, 7178, 11101, 7354, 10184, 7045, 9216, 7372, 9497, 7443, 6429, 7524, 6223, 7606, 6259, 8038, 7284, 8180, 6471, 7615, 6594, 7509, 6258, 7265, 7098, 8271, 6192, 7201, 6624, 7254, 6518, 8232, 6622, 9307, 6863, 9672, 6570, 8332, 6612, 7908, 8498, 7500, 11442, 7628, 11312, 7934, 10739, 6882, 8645, 6687, 8363, 6676, 8987, 6913, 8725, 7004, 8504, 6972, 8349, 6652, 9321, 7213, 9085, 6803, 8474, 6799, 8209, 6764, 8924, 7326, 9477, 7328, 8768, 6294, 7707, 9045, 8131, 11960, 8545, 11094, 7503, 10052, 6915, 8597, 6507, 8921, 6742, 8933, 6265, 7724, 6186, 7292, 9296, 7353, 10873, 7624, 10510, 7066, 9170, 6736, 8394, 6316, 7901, 6350, 8238, 6496, 8851, 6223, 7593, 7187, 7738, 11282, 7741, 10603, 7778, 9639, 6746, 8135, 6330, 7484, 11080, 7622, 9220, 6866, 8943, 6605, 9986, 6276, 7139, 6205, 6938, 8959, 7047, 8953, 7022, 9147, 7035, 8675, 6562, 9271, 6283, 7586, 8006, 7824, 11645, 7648, 11115, 7497, 9675, 6951, 8431, 6437, 9168, 6699, 9543, 7398, 8142, 6175, 7083, 10996, 7170, 9639, 7102, 9619, 6934, 8462, 6467, 9527, 6203, 8450, 6472, 8006, 6186, 6999, 9206, 6851, 10608, 6681, 9145, 7024, 9550, 6686, 8780, 6916, 8401, 6896, 9190, 6863, 9616, 6987, 9421, 6936, 8555, 6746, 8834, 6780, 9952, 7479, 10353, 6877, 8815, 6929, 8855, 6692, 9249, 7130, 9851, 6805, 10636, 7084, 6872, 9194, 6620, 9320, 7221, 9678, 6996, 10869, 7184, 9959, 8000, 10448, 9337, 7558, 9076, 6474, 8385, 6784, 8918, 7211, 10930, 7522, 10743, 7505, 10389, 7519, 7490, 8718, 6531, 9000, 7086, 9317, 6968, 9186, 7131, 8945, 7105, 9370, 6956, 11192, 7016, 10271, 7253, 10500, 7224, 10707, 7246, 11106, 7017, 10586, 7028, 9498, 6976, 8753, 9055, 6412, 7558, 6626, 8074, 7123, 8632, 7387, 9970, 7150, 10948, 7501, 10185, 7973, 10029, 7361, 9373, 7523], 'WindowCenter': [4284.0, 4213.0, 4225.0, 4159.0, 4186.0, 4130.0, 4141.0, 4189.0, 4132.0, 4177.0, 4116.0, 4148.0, 4103.0, 4115.0, 4116.0, 4140.0, 4142.0, 4153.0, 4153.0, 4165.0, 4158.0, 4178.0, 4169.0, 4199.0, 4184.0, 4224.0, 4195.0, 4235.0, 4185.0, 4222.0, 4173.0, 4223.0, 4192.0, 4223.0, 4185.0, 4198.0, 4166.0, 4175.0, 4185.0, 4178.0, 4226.0, 4174.0, 4213.0, 4152.0, 4192.0, 4139.0, 4180.0, 4121.0, 4172.0, 4151.0, 4172.0, 4121.0, 4161.0, 4119.0, 4160.0, 4119.0, 4173.0, 4191.0, 4172.0, 4182.0, 4152.0, 4189.0, 4130.0, 4190.0, 4151.0, 4181.0, 4141.0, 4181.0, 4140.0, 4180.0, 4141.0, 4192.0, 4142.0, 4192.0, 4143.0, 4189.0, 4141.0, 4180.0, 4141.0, 4192.0, 4142.0, 4203.0, 4142.0, 4192.0, 4130.0, 4189.0, 4119.0, 4190.0, 4139.0, 4180.0, 4130.0, 4169.0, 4129.0, 4179.0, 4118.0, 4181.0, 4129.0, 4189.0, 4130.0, 4188.0, 4130.0, 4189.0, 4130.0, 4178.0, 4142.0, 4181.0, 4141.0, 4191.0, 4141.0, 4189.0, 4129.0, 4178.0, 4118.0, 4178.0, 4131.0, 4190.0, 4128.0, 4160.0, 4117.0, 4147.0, 4128.0, 4171.0, 4141.0, 4172.0, 4129.0, 4152.0, 4130.0, 4151.0, 4142.0, 4194.0, 4135.0, 4206.0, 4146.0, 4194.0, 4132.0, 4183.0, 4141.0, 4194.0, 4164.0, 4185.0, 4142.0, 4173.0, 4130.0, 4171.0, 4130.0, 4162.0, 4171.0, 4172.0, 4130.0, 4172.0, 4131.0, 4183.0, 4130.0, 4173.0, 4180.0, 4151.0, 4192.0, 4151.0, 4203.0, 4151.0, 4189.0, 4129.0, 4178.0, 4130.0, 4193.0, 4140.0, 4182.0, 4144.0, 4194.0, 4134.0, 4184.0, 4141.0, 4161.0, 4142.0, 4144.0, 4188.0, 4147.0, 4217.0, 4178.0, 4157.0, 4207.0, 4153.0, 4210.0, 4166.0, 4183.0, 4171.0, 4183.0, 4181.0, 4161.0, 4118.0, 4157.0, 4104.0, 4157.0, 4106.0, 4169.0, 4138.0, 4160.0, 4118.0, 4159.0, 4106.0, 4137.0, 4115.0, 4138.0, 4178.0, 4138.0, 4188.0, 4149.0, 4177.0, 4106.0, 4165.0, 4116.0, 4167.0, 4118.0, 4180.0, 4130.0, 4180.0, 4130.0, 4168.0, 4107.0, 4167.0, 4116.0, 4168.0, 4138.0, 4169.0, 4137.0, 4127.0, 4105.0, 4127.0, 4157.0, 4139.0, 4188.0, 4138.0, 4188.0, 4140.0, 4178.0, 4116.0, 4166.0, 4129.0, 4180.0, 4141.0, 4182.0, 4156.0, 4195.0, 4132.0, 4169.0, 4119.0, 4170.0, 4130.0, 4180.0, 4130.0, 4182.0, 4130.0, 4183.0, 4142.0, 4180.0, 4131.0, 4193.0, 4144.0, 4182.0, 4131.0, 4170.0, 4120.0, 4181.0, 4142.0, 4207.0, 4141.0, 4169.0, 4128.0, 4157.0, 4118.0, 4180.0, 4149.0, 4190.0, 4137.0, 4147.0, 4105.0, 4125.0, 4104.0, 4137.0, 4124.0, 4158.0, 4118.0, 4159.0, 4118.0, 4147.0, 4119.0, 4150.0, 4132.0, 4182.0, 4130.0, 4159.0, 4119.0, 4158.0, 4118.0, 4180.0, 4139.0, 4181.0, 4129.0, 4169.0, 4114.0, 4157.0, 4129.0, 4168.0, 4129.0, 4189.0, 4150.0, 4180.0, 4142.0, 4171.0, 4152.0, 4131.0, 4172.0, 4141.0, 4132.0, 4186.0, 4166.0, 4146.0, 4205.0, 4132.0, 4142.0, 4184.0, 4129.0, 4193.0, 4162.0, 4181.0, 4150.0, 4180.0, 4126.0, 4168.0, 4106.0, 4157.0, 4117.0, 4168.0, 4116.0, 4155.0, 4104.0, 4155.0, 4104.0, 4148.0, 4127.0, 4158.0, 4157.0, 4117.0, 4165.0, 4104.0, 4153.0, 4104.0, 4155.0, 4105.0, 4158.0, 4117.0, 4168.0, 4117.0, 4146.0, 4104.0, 4147.0, 4106.0, 4149.0, 4168.0, 4149.0, 4178.0, 4138.0, 4154.0, 4115.0, 4165.0, 4115.0, 4166.0, 4128.0, 4167.0, 4139.0, 4178.0, 4127.0, 4156.0, 4115.0, 4155.0, 4125.0, 4167.0, 4126.0, 4158.0, 4096.0, 4116.0, 4103.0, 4115.0, 4176.0, 4126.0, 4178.0, 4138.0, 4166.0, 4106.0, 4156.0, 4106.0, 4169.0, 4128.0, 4179.0, 4118.0, 4148.0, 4095.0, 4137.0, 4116.0, 4149.0, 4179.0, 4139.0, 4178.0, 4127.0, 4165.0, 4116.0, 4166.0, 4116.0, 4168.0, 4117.0, 4158.0, 4117.0, 4147.0, 4117.0, 4147.0, 4106.0, 4137.0, 4117.0, 4151.0, 4191.0, 4141.0, 4190.0, 4160.0, 4178.0, 4127.0, 4167.0, 4115.0, 4168.0, 4137.0, 4168.0, 4127.0, 4126.0, 4114.0, 4125.0, 4154.0, 4114.0, 4155.0, 4114.0, 4167.0, 4126.0, 4126.0, 4093.0, 4115.0, 4154.0, 4115.0, 4157.0, 4106.0, 4157.0, 4127.0, 4127.0, 4106.0, 4127.0, 4127.0, 4131.0, 4192.0, 4153.0, 4182.0, 4132.0, 4171.0, 4130.0, 4170.0, 4126.0, 4162.0, 4150.0, 4161.0, 4150.0, 4140.0, 4158.0, 4126.0, 4167.0, 4118.0, 4170.0, 4138.0, 4180.0, 4129.0, 4169.0, 4116.0, 4147.0, 4095.0, 4138.0, 4189.0, 4139.0, 4190.0, 4131.0, 4181.0, 4130.0, 4160.0, 4142.0, 4142.0, 4173.0, 4146.0, 4198.0, 4145.0, 4175.0, 4141.0, 4177.0, 4216.0, 4173.0, 4202.0, 4162.0, 4180.0, 4139.0, 4172.0, 4118.0, 4159.0, 4117.0, 4148.0, 4127.0, 4147.0, 4118.0, 4137.0, 4104.0, 4149.0, 4117.0, 4149.0, 4180.0, 4160.0, 4159.0, 4130.0, 4128.0, 4138.0, 4167.0, 4127.0, 4188.0, 4161.0, 4202.0, 4150.0, 4179.0, 4127.0, 4166.0, 4124.0, 4168.0, 4139.0, 4169.0, 4131.0, 4170.0, 4128.0, 4147.0, 4118.0, 4158.0, 4135.0, 4169.0, 4129.0, 4159.0, 4129.0, 4158.0, 4117.0, 4170.0, 4139.0, 4169.0, 4144.0, 4170.0, 4119.0, 4147.0, 4128.0, 4148.0, 4140.0, 4181.0, 4128.0, 4192.0, 4142.0, 4180.0, 4150.0, 4169.0, 4129.0, 4170.0, 4140.0, 4179.0, 4139.0, 4168.0, 4127.0, 4156.0, 4125.0, 4156.0, 4115.0, 4156.0, 4117.0, 4168.0, 4105.0, 4136.0, 4104.0, 4125.0, 4134.0, 4135.0, 4166.0, 4139.0, 4189.0, 4141.0, 4192.0, 4143.0, 4192.0, 4143.0, 4170.0, 4152.0, 4183.0, 4152.0, 4204.0, 4164.0, 4183.0, 4153.0, 4189.0, 4151.0, 4181.0, 4141.0, 4181.0, 4163.0, 4192.0, 4152.0, 4180.0, 4150.0, 4158.0, 4140.0, 4170.0, 4152.0, 4202.0, 4150.0, 4191.0, 4141.0, 4168.0, 4139.0, 4169.0, 4139.0, 4181.0, 4140.0, 4168.0, 4139.0, 4147.0, 4139.0, 4159.0, 4141.0, 4170.0, 4131.0, 4170.0, 4140.0, 4168.0, 4139.0, 4160.0, 4151.0, 4191.0, 4152.0, 4180.0, 4140.0, 4178.0, 4139.0, 4179.0, 4151.0, 4180.0, 4140.0, 4158.0, 4138.0, 4146.0, 4137.0, 4178.0, 4149.0, 4179.0, 4138.0, 4177.0, 4127.0, 4165.0, 4134.0, 4167.0, 4138.0, 4167.0, 4125.0, 4156.0, 4137.0, 4145.0, 4135.0, 4158.0, 4140.0, 4170.0, 4141.0, 4170.0, 4140.0, 4158.0, 4140.0, 4170.0, 4142.0, 4192.0, 4152.0, 4180.0, 4150.0, 4167.0, 4138.0, 4158.0, 4139.0, 4180.0, 4139.0, 4167.0, 4127.0, 4156.0, 4127.0, 4158.0, 4139.0, 4169.0, 4139.0, 4158.0, 4117.0, 4147.0, 4126.0, 4158.0, 4117.0, 4178.0, 4118.0, 4149.0, 4118.0, 4138.0, 4106.0, 4138.0, 4128.0, 4151.0, 4192.0, 4163.0, 4183.0, 4153.0, 4141.0, 4152.0, 4169.0, 4150.0, 4190.0, 4151.0, 4191.0, 4151.0, 4180.0, 4129.0, 4157.0, 4129.0, 4158.0, 4140.0, 4171.0, 4140.0, 4160.0, 4140.0, 4159.0, 4129.0, 4160.0, 4131.0, 4182.0, 4130.0, 4170.0, 4128.0, 4157.0, 4129.0, 4181.0, 4130.0, 4193.0, 4130.0, 4161.0, 4118.0, 4138.0, 4106.0, 4149.0, 4138.0, 4161.0, 4129.0, 4139.0, 4107.0, 4127.0, 4106.0, 4149.0, 4139.0, 4171.0, 4120.0, 4171.0, 4130.0, 4169.0, 4129.0, 4181.0, 4130.0, 4172.0, 4131.0, 4170.0, 4127.0, 4145.0, 4129.0, 4160.0, 4140.0, 4171.0, 4141.0, 4170.0, 4140.0, 4157.0, 4129.0, 4169.0, 4140.0, 4190.0, 4151.0, 4180.0, 4139.0, 4165.0, 4140.0, 4180.0, 4140.0, 4119.0, 4151.0, 4109.0, 4149.0, 4117.0, 4147.0, 4139.0, 4160.0, 4119.0, 4149.0, 4117.0, 4137.0, 4106.0, 4138.0, 4127.0, 4159.0, 4109.0, 4150.0, 4131.0, 4150.0, 4120.0, 4161.0, 4131.0, 4184.0, 4133.0, 4194.0, 4133.0, 4173.0, 4130.0, 4161.0, 4159.0, 4140.0, 4190.0, 4151.0, 4191.0, 4151.0, 4189.0, 4138.0, 4159.0, 4130.0, 4161.0, 4132.0, 4173.0, 4142.0, 4173.0, 4143.0, 4172.0, 4142.0, 4161.0, 4133.0, 4184.0, 4153.0, 4181.0, 4144.0, 4174.0, 4143.0, 4159.0, 4131.0, 4183.0, 4152.0, 4194.0, 4153.0, 4174.0, 4132.0, 4151.0, 4169.0, 4161.0, 4201.0, 4171.0, 4191.0, 4139.0, 4179.0, 4128.0, 4157.0, 4107.0, 4159.0, 4116.0, 4169.0, 4119.0, 4149.0, 4107.0, 4139.0, 4169.0, 4139.0, 4190.0, 4150.0, 4190.0, 4140.0, 4168.0, 4128.0, 4157.0, 4117.0, 4149.0, 4120.0, 4172.0, 4133.0, 4184.0, 4110.0, 4152.0, 4140.0, 4151.0, 4191.0, 4153.0, 4193.0, 4152.0, 4169.0, 4117.0, 4148.0, 4105.0, 4138.0, 4187.0, 4138.0, 4157.0, 4117.0, 4158.0, 4117.0, 4179.0, 4118.0, 4139.0, 4107.0, 4139.0, 4168.0, 4140.0, 4171.0, 4143.0, 4184.0, 4156.0, 4184.0, 4144.0, 4182.0, 4119.0, 4151.0, 4159.0, 4153.0, 4202.0, 4153.0, 4204.0, 4154.0, 4182.0, 4138.0, 4157.0, 4117.0, 4171.0, 4130.0, 4184.0, 4141.0, 4163.0, 4110.0, 4139.0, 4188.0, 4129.0, 4170.0, 4130.0, 4180.0, 4141.0, 4160.0, 4119.0, 4180.0, 4108.0, 4161.0, 4120.0, 4163.0, 4121.0, 4142.0, 4171.0, 4131.0, 4191.0, 4132.0, 4183.0, 4144.0, 4194.0, 4145.0, 4173.0, 4154.0, 4162.0, 4144.0, 4185.0, 4144.0, 4196.0, 4155.0, 4184.0, 4144.0, 4172.0, 4131.0, 4172.0, 4132.0, 4183.0, 4153.0, 4194.0, 4144.0, 4172.0, 4141.0, 4171.0, 4131.0, 4196.0, 4144.0, 4194.0, 4146.0, 4205.0, 4154.0, 4129.0, 4182.0, 4131.0, 4198.0, 4169.0, 4196.0, 4155.0, 4204.0, 4143.0, 4192.0, 4161.0, 4192.0, 4184.0, 4152.0, 4172.0, 4120.0, 4160.0, 4128.0, 4169.0, 4141.0, 4191.0, 4151.0, 4191.0, 4151.0, 4179.0, 4139.0, 4137.0, 4158.0, 4117.0, 4170.0, 4129.0, 4170.0, 4140.0, 4168.0, 4139.0, 4157.0, 4128.0, 4169.0, 4140.0, 4200.0, 4141.0, 4191.0, 4150.0, 4188.0, 4140.0, 4190.0, 4141.0, 4203.0, 4143.0, 4192.0, 4141.0, 4180.0, 4141.0, 4172.0, 4183.0, 4132.0, 4161.0, 4144.0, 4163.0, 4154.0, 4174.0, 4155.0, 4195.0, 4145.0, 4204.0, 4154.0, 4182.0, 4162.0, 4181.0, 4140.0, 4170.0, 4150.0], 'WindowWidth': [9500.0, 9379.0, 9376.0, 9274.0, 9303.0, 9218.0, 9231.0, 9290.0, 9221.0, 9273.0, 9190.0, 9232.0, 9169.0, 9186.0, 9189.0, 9229.0, 9235.0, 9254.0, 9252.0, 9270.0, 9266.0, 9292.0, 9284.0, 9324.0, 9312.0, 9362.0, 9328.0, 9378.0, 9311.0, 9356.0, 9292.0, 9358.0, 9314.0, 9357.0, 9297.0, 9315.0, 9267.0, 9280.0, 9292.0, 9288.0, 9351.0, 9278.0, 9327.0, 9245.0, 9294.0, 9222.0, 9278.0, 9201.0, 9272.0, 9242.0, 9271.0, 9202.0, 9255.0, 9195.0, 9251.0, 9196.0, 9273.0, 9295.0, 9272.0, 9282.0, 9244.0, 9289.0, 9211.0, 9294.0, 9243.0, 9282.0, 9229.0, 9282.0, 9227.0, 9278.0, 9230.0, 9298.0, 9234.0, 9299.0, 9235.0, 9291.0, 9230.0, 9279.0, 9231.0, 9297.0, 9233.0, 9315.0, 9233.0, 9297.0, 9213.0, 9289.0, 9198.0, 9292.0, 9226.0, 9280.0, 9212.0, 9262.0, 9208.0, 9273.0, 9195.0, 9279.0, 9212.0, 9290.0, 9213.0, 9287.0, 9212.0, 9287.0, 9211.0, 9273.0, 9230.0, 9281.0, 9228.0, 9294.0, 9227.0, 9287.0, 9208.0, 9271.0, 9193.0, 9272.0, 9217.0, 9291.0, 9207.0, 9252.0, 9192.0, 9230.0, 9208.0, 9269.0, 9232.0, 9271.0, 9212.0, 9244.0, 9213.0, 9242.0, 9232.0, 9304.0, 9229.0, 9324.0, 9245.0, 9304.0, 9219.0, 9287.0, 9231.0, 9303.0, 9264.0, 9294.0, 9232.0, 9274.0, 9214.0, 9268.0, 9212.0, 9256.0, 9267.0, 9270.0, 9213.0, 9272.0, 9216.0, 9286.0, 9212.0, 9272.0, 9278.0, 9243.0, 9297.0, 9244.0, 9312.0, 9242.0, 9289.0, 9208.0, 9271.0, 9214.0, 9302.0, 9227.0, 9286.0, 9239.0, 9306.0, 9225.0, 9289.0, 9229.0, 9256.0, 9232.0, 9240.0, 9305.0, 9247.0, 9338.0, 9288.0, 9259.0, 9324.0, 9248.0, 9334.0, 9265.0, 9283.0, 9261.0, 9283.0, 9278.0, 9253.0, 9191.0, 9238.0, 9164.0, 9238.0, 9171.0, 9261.0, 9218.0, 9248.0, 9192.0, 9247.0, 9170.0, 9212.0, 9180.0, 9217.0, 9268.0, 9219.0, 9284.0, 9233.0, 9266.0, 9173.0, 9248.0, 9185.0, 9252.0, 9191.0, 9277.0, 9211.0, 9277.0, 9209.0, 9258.0, 9175.0, 9254.0, 9186.0, 9258.0, 9218.0, 9261.0, 9214.0, 9202.0, 9167.0, 9200.0, 9239.0, 9219.0, 9284.0, 9217.0, 9284.0, 9223.0, 9268.0, 9186.0, 9250.0, 9206.0, 9274.0, 9227.0, 9285.0, 9254.0, 9304.0, 9216.0, 9260.0, 9196.0, 9263.0, 9212.0, 9277.0, 9216.0, 9281.0, 9211.0, 9285.0, 9231.0, 9280.0, 9215.0, 9298.0, 9238.0, 9282.0, 9215.0, 9263.0, 9198.0, 9280.0, 9230.0, 9325.0, 9227.0, 9260.0, 9204.0, 9240.0, 9191.0, 9274.0, 9234.0, 9288.0, 9214.0, 9227.0, 9167.0, 9194.0, 9165.0, 9213.0, 9194.0, 9244.0, 9192.0, 9248.0, 9192.0, 9228.0, 9193.0, 9235.0, 9217.0, 9282.0, 9210.0, 9249.0, 9196.0, 9244.0, 9190.0, 9274.0, 9220.0, 9280.0, 9207.0, 9259.0, 9182.0, 9239.0, 9207.0, 9257.0, 9207.0, 9287.0, 9239.0, 9279.0, 9231.0, 9266.0, 9243.0, 9215.0, 9270.0, 9229.0, 9217.0, 9296.0, 9270.0, 9243.0, 9318.0, 9218.0, 9229.0, 9287.0, 9208.0, 9297.0, 9253.0, 9278.0, 9236.0, 9273.0, 9196.0, 9252.0, 9169.0, 9238.0, 9187.0, 9254.0, 9185.0, 9235.0, 9166.0, 9233.0, 9166.0, 9230.0, 9199.0, 9244.0, 9239.0, 9187.0, 9245.0, 9164.0, 9227.0, 9164.0, 9233.0, 9169.0, 9242.0, 9189.0, 9254.0, 9189.0, 9223.0, 9166.0, 9226.0, 9171.0, 9231.0, 9255.0, 9232.0, 9269.0, 9218.0, 9232.0, 9182.0, 9246.0, 9183.0, 9249.0, 9203.0, 9255.0, 9219.0, 9269.0, 9202.0, 9235.0, 9182.0, 9233.0, 9195.0, 9253.0, 9198.0, 9244.0, 9157.0, 9185.0, 9163.0, 9182.0, 9264.0, 9200.0, 9269.0, 9216.0, 9251.0, 9171.0, 9238.0, 9174.0, 9259.0, 9207.0, 9274.0, 9190.0, 9229.0, 9155.0, 9214.0, 9184.0, 9234.0, 9272.0, 9218.0, 9268.0, 9201.0, 9247.0, 9183.0, 9250.0, 9185.0, 9257.0, 9188.0, 9243.0, 9188.0, 9226.0, 9188.0, 9226.0, 9172.0, 9216.0, 9189.0, 9240.0, 9291.0, 9227.0, 9290.0, 9250.0, 9268.0, 9199.0, 9253.0, 9181.0, 9256.0, 9212.0, 9256.0, 9199.0, 9199.0, 9179.0, 9194.0, 9229.0, 9178.0, 9234.0, 9179.0, 9254.0, 9196.0, 9197.0, 9150.0, 9180.0, 9229.0, 9182.0, 9240.0, 9173.0, 9242.0, 9203.0, 9203.0, 9172.0, 9202.0, 9203.0, 9215.0, 9296.0, 9245.0, 9282.0, 9217.0, 9266.0, 9209.0, 9261.0, 9201.0, 9254.0, 9235.0, 9253.0, 9236.0, 9224.0, 9241.0, 9199.0, 9253.0, 9190.0, 9261.0, 9218.0, 9277.0, 9208.0, 9258.0, 9185.0, 9226.0, 9154.0, 9217.0, 9285.0, 9221.0, 9290.0, 9216.0, 9279.0, 9211.0, 9250.0, 9233.0, 9233.0, 9275.0, 9243.0, 9315.0, 9240.0, 9276.0, 9227.0, 9285.0, 9333.0, 9272.0, 9310.0, 9256.0, 9274.0, 9220.0, 9270.0, 9190.0, 9246.0, 9187.0, 9232.0, 9201.0, 9229.0, 9192.0, 9215.0, 9166.0, 9235.0, 9189.0, 9234.0, 9275.0, 9250.0, 9247.0, 9211.0, 9204.0, 9218.0, 9252.0, 9203.0, 9285.0, 9255.0, 9310.0, 9237.0, 9272.0, 9203.0, 9250.0, 9197.0, 9258.0, 9221.0, 9261.0, 9215.0, 9265.0, 9205.0, 9228.0, 9192.0, 9245.0, 9212.0, 9261.0, 9211.0, 9248.0, 9209.0, 9244.0, 9191.0, 9263.0, 9222.0, 9262.0, 9238.0, 9266.0, 9196.0, 9229.0, 9205.0, 9232.0, 9226.0, 9282.0, 9209.0, 9296.0, 9231.0, 9275.0, 9237.0, 9260.0, 9208.0, 9262.0, 9224.0, 9275.0, 9222.0, 9255.0, 9202.0, 9236.0, 9196.0, 9238.0, 9182.0, 9238.0, 9188.0, 9256.0, 9171.0, 9212.0, 9168.0, 9196.0, 9204.0, 9208.0, 9252.0, 9221.0, 9289.0, 9230.0, 9296.0, 9237.0, 9298.0, 9233.0, 9264.0, 9245.0, 9285.0, 9247.0, 9315.0, 9263.0, 9286.0, 9245.0, 9287.0, 9241.0, 9279.0, 9228.0, 9281.0, 9258.0, 9297.0, 9245.0, 9278.0, 9239.0, 9243.0, 9224.0, 9264.0, 9244.0, 9311.0, 9240.0, 9294.0, 9226.0, 9257.0, 9221.0, 9261.0, 9223.0, 9279.0, 9224.0, 9258.0, 9222.0, 9228.0, 9222.0, 9249.0, 9227.0, 9266.0, 9214.0, 9263.0, 9223.0, 9257.0, 9222.0, 9250.0, 9241.0, 9293.0, 9243.0, 9277.0, 9225.0, 9268.0, 9219.0, 9273.0, 9239.0, 9276.0, 9223.0, 9245.0, 9219.0, 9225.0, 9216.0, 9269.0, 9235.0, 9274.0, 9219.0, 9268.0, 9202.0, 9247.0, 9208.0, 9254.0, 9218.0, 9255.0, 9199.0, 9238.0, 9215.0, 9222.0, 9211.0, 9244.0, 9224.0, 9263.0, 9226.0, 9264.0, 9226.0, 9244.0, 9224.0, 9265.0, 9230.0, 9297.0, 9243.0, 9276.0, 9236.0, 9255.0, 9219.0, 9244.0, 9222.0, 9276.0, 9222.0, 9255.0, 9203.0, 9237.0, 9203.0, 9244.0, 9220.0, 9262.0, 9221.0, 9243.0, 9187.0, 9227.0, 9198.0, 9242.0, 9188.0, 9272.0, 9192.0, 9235.0, 9193.0, 9218.0, 9174.0, 9219.0, 9204.0, 9240.0, 9296.0, 9260.0, 9284.0, 9249.0, 9229.0, 9242.0, 9259.0, 9237.0, 9289.0, 9241.0, 9294.0, 9240.0, 9274.0, 9208.0, 9241.0, 9207.0, 9245.0, 9224.0, 9266.0, 9224.0, 9249.0, 9223.0, 9247.0, 9211.0, 9252.0, 9213.0, 9283.0, 9212.0, 9263.0, 9206.0, 9242.0, 9206.0, 9279.0, 9210.0, 9299.0, 9211.0, 9254.0, 9193.0, 9217.0, 9173.0, 9235.0, 9219.0, 9253.0, 9208.0, 9221.0, 9176.0, 9203.0, 9171.0, 9234.0, 9220.0, 9268.0, 9199.0, 9267.0, 9210.0, 9261.0, 9207.0, 9281.0, 9212.0, 9269.0, 9215.0, 9264.0, 9203.0, 9225.0, 9206.0, 9251.0, 9225.0, 9267.0, 9229.0, 9262.0, 9223.0, 9242.0, 9208.0, 9261.0, 9224.0, 9290.0, 9240.0, 9274.0, 9220.0, 9251.0, 9223.0, 9274.0, 9225.0, 9196.0, 9239.0, 9181.0, 9233.0, 9189.0, 9231.0, 9220.0, 9251.0, 9194.0, 9235.0, 9189.0, 9215.0, 9171.0, 9216.0, 9203.0, 9249.0, 9180.0, 9238.0, 9215.0, 9239.0, 9200.0, 9253.0, 9215.0, 9291.0, 9220.0, 9303.0, 9219.0, 9274.0, 9211.0, 9253.0, 9246.0, 9222.0, 9289.0, 9239.0, 9291.0, 9239.0, 9287.0, 9220.0, 9246.0, 9210.0, 9252.0, 9217.0, 9272.0, 9231.0, 9272.0, 9234.0, 9268.0, 9229.0, 9252.0, 9218.0, 9289.0, 9248.0, 9284.0, 9239.0, 9275.0, 9233.0, 9249.0, 9216.0, 9288.0, 9244.0, 9304.0, 9248.0, 9276.0, 9216.0, 9240.0, 9260.0, 9254.0, 9308.0, 9267.0, 9293.0, 9223.0, 9272.0, 9204.0, 9240.0, 9175.0, 9246.0, 9189.0, 9262.0, 9196.0, 9235.0, 9178.0, 9221.0, 9257.0, 9220.0, 9290.0, 9236.0, 9289.0, 9225.0, 9258.0, 9207.0, 9240.0, 9190.0, 9236.0, 9198.0, 9270.0, 9221.0, 9288.0, 9187.0, 9244.0, 9224.0, 9241.0, 9294.0, 9244.0, 9298.0, 9241.0, 9260.0, 9188.0, 9230.0, 9170.0, 9215.0, 9280.0, 9216.0, 9242.0, 9189.0, 9244.0, 9189.0, 9273.0, 9193.0, 9223.0, 9178.0, 9222.0, 9259.0, 9225.0, 9268.0, 9237.0, 9292.0, 9254.0, 9291.0, 9239.0, 9284.0, 9196.0, 9241.0, 9249.0, 9246.0, 9311.0, 9248.0, 9315.0, 9251.0, 9283.0, 9221.0, 9244.0, 9190.0, 9265.0, 9212.0, 9288.0, 9228.0, 9259.0, 9185.0, 9221.0, 9283.0, 9208.0, 9262.0, 9210.0, 9277.0, 9226.0, 9249.0, 9194.0, 9276.0, 9179.0, 9255.0, 9198.0, 9259.0, 9202.0, 9231.0, 9266.0, 9214.0, 9291.0, 9218.0, 9287.0, 9237.0, 9304.0, 9240.0, 9274.0, 9250.0, 9257.0, 9235.0, 9291.0, 9236.0, 9309.0, 9252.0, 9290.0, 9236.0, 9269.0, 9212.0, 9268.0, 9215.0, 9285.0, 9245.0, 9302.0, 9236.0, 9268.0, 9228.0, 9265.0, 9212.0, 9309.0, 9237.0, 9303.0, 9244.0, 9319.0, 9250.0, 9210.0, 9282.0, 9216.0, 9316.0, 9281.0, 9309.0, 9255.0, 9314.0, 9233.0, 9296.0, 9256.0, 9297.0, 9290.0, 9245.0, 9270.0, 9200.0, 9248.0, 9205.0, 9259.0, 9226.0, 9291.0, 9239.0, 9291.0, 9239.0, 9273.0, 9219.0, 9215.0, 9244.0, 9189.0, 9263.0, 9209.0, 9263.0, 9223.0, 9257.0, 9222.0, 9242.0, 9206.0, 9260.0, 9224.0, 9304.0, 9230.0, 9293.0, 9239.0, 9284.0, 9223.0, 9290.0, 9228.0, 9313.0, 9232.0, 9295.0, 9229.0, 9276.0, 9229.0, 9268.0, 9287.0, 9218.0, 9256.0, 9236.0, 9260.0, 9250.0, 9276.0, 9251.0, 9306.0, 9240.0, 9316.0, 9248.0, 9282.0, 9254.0, 9279.0, 9222.0, 9264.0, 9235.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.013853568075117369</td></tr>
<tr><td colspan=3>aqi</td><td>0.043466358779342726</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.56437971356196</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2942591617669188</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.197528323110901</td></tr>
<tr><td colspan=3>efc</td><td>0.4842</td></tr>
<tr><td colspan=3>fber</td><td>3553.0125</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13057340772040105</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.178403755868544</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4804328078158018</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4622102140236066</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5518660300678637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.427222179355936</td></tr>
<tr><td colspan=3>gcor</td><td>0.00627723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008007791824638844</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024415161460638046</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.066494847473254</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>33.7353</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9519</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.1461</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300548.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>844.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.5758</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5402</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7478</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3380.8599</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.8342</td></tr>
<tr><td colspan=3>tsnr</td><td>28.442146073793992</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>