<?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-01_task-alignvideo_acq-mb8_run-01_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-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_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-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_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-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-01_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-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-01_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-01/func/sub-0032_ses-01_task-alignvideo_acq-mb8_run-01_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>5c251565088d205da714853a0ea273ab</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>15:51:38.490000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.998736, -0.050059, -0.00459425, 0.0498947, 0.99828, -0.0307665]</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-01_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.101042</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7784, -7242, 588, -63, -230, 58, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>da71acd1-805a-4742-9f86-37cd8e5be259||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.679534912109375, 0.13386385142803192, -0.01654152013361454, 105.60542297363281], [0.13430476188659668, 2.6783134937286377, -0.08234554529190063, -102.08648681640625], [-0.012326032854616642, 0.08254420757293701, 2.69869327545166, -73.22676849365234], [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, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['155138.490000', '155138.950000', '155139.410000', '155139.870000', '155140.330000', '155140.790000', '155141.250000', '155141.710000', '155142.170000', '155142.630000', '155143.090000', '155143.550000', '155144.010000', '155144.470000', '155144.930000', '155145.390000', '155145.850000', '155146.310000', '155146.770000', '155147.230000', '155147.690000', '155148.150000', '155148.610000', '155149.070000', '155149.530000', '155149.990000', '155150.450000', '155150.910000', '155151.370000', '155151.830000', '155152.290000', '155152.750000', '155153.210000', '155153.670000', '155154.130000', '155154.590000', '155155.050000', '155155.510000', '155155.970000', '155156.430000', '155156.890000', '155157.350000', '155157.810000', '155158.270000', '155158.730000', '155159.190000', '155159.650000', '155200.110000', '155200.570000', '155201.030000', '155201.490000', '155201.950000', '155202.410000', '155202.870000', '155203.330000', '155203.790000', '155204.250000', '155204.710000', '155205.170000', '155205.630000', '155206.090000', '155206.550000', '155207.010000', '155207.470000', '155207.930000', '155208.390000', '155208.850000', '155209.310000', '155209.770000', '155210.230000', '155210.690000', '155211.150000', '155211.610000', '155212.070000', '155212.530000', '155212.990000', '155213.450000', '155213.910000', '155214.370000', '155214.830000', '155215.290000', '155215.750000', '155216.210000', '155216.670000', '155217.130000', '155217.590000', '155218.050000', '155218.510000', '155218.970000', '155219.430000', '155219.890000', '155220.350000', '155220.810000', '155221.270000', '155221.730000', '155222.190000', '155222.650000', '155223.110000', '155223.570000', '155224.030000', '155224.490000', '155224.950000', '155225.410000', '155225.870000', '155226.330000', '155226.790000', '155227.250000', '155227.710000', '155228.170000', '155228.630000', '155229.090000', '155229.550000', '155230.010000', '155230.470000', '155230.930000', '155231.390000', '155231.850000', '155232.310000', '155232.770000', '155233.230000', '155233.690000', '155234.150000', '155234.610000', '155235.070000', '155235.530000', '155235.990000', '155236.450000', '155236.910000', '155237.370000', '155237.830000', '155238.290000', '155238.750000', '155239.210000', '155239.670000', '155240.130000', '155240.590000', '155241.050000', '155241.510000', '155241.970000', '155242.430000', '155242.890000', '155243.350000', '155243.810000', '155244.270000', '155244.730000', '155245.190000', '155245.650000', '155246.110000', '155246.570000', '155247.030000', '155247.490000', '155247.950000', '155248.410000', '155248.870000', '155249.330000', '155249.790000', '155250.250000', '155250.710000', '155251.170000', '155251.630000', '155252.090000', '155252.550000', '155253.010000', '155253.470000', '155253.930000', '155254.390000', '155254.850000', '155255.310000', '155255.770000', '155256.230000', '155256.690000', '155257.150000', '155257.610000', '155258.070000', '155258.530000', '155258.990000', '155259.450000', '155259.910000', '155300.370000', '155300.830000', '155301.290000', '155301.750000', '155302.210000', '155302.670000', '155303.130000', '155303.590000', '155304.050000', '155304.510000', '155304.970000', '155305.430000', '155305.890000', '155306.350000', '155306.810000', '155307.270000', '155307.730000', '155308.190000', '155308.650000', '155309.110000', '155309.570000', '155310.030000', '155310.490000', '155310.950000', '155311.410000', '155311.870000', '155312.330000', '155312.790000', '155313.250000', '155313.710000', '155314.170000', '155314.630000', '155315.090000', '155315.550000', '155316.010000', '155316.470000', '155316.930000', '155317.390000', '155317.850000', '155318.310000', '155318.770000', '155319.230000', '155319.690000', '155320.150000', '155320.610000', '155321.070000', '155321.530000', '155321.990000', '155322.450000', '155322.910000', '155323.370000', '155323.830000', '155324.290000', '155324.750000', '155325.210000', '155325.670000', '155326.130000', '155326.590000', '155327.050000', '155327.510000', '155327.970000', '155328.430000', '155328.890000', '155329.350000', '155329.810000', '155330.270000', '155330.730000', '155331.190000', '155331.650000', '155332.110000', '155332.570000', '155333.030000', '155333.490000', '155333.950000', '155334.410000', '155334.870000', '155335.330000', '155335.790000', '155336.250000', '155336.710000', '155337.170000', '155337.630000', '155338.090000', '155338.550000', '155339.010000', '155339.470000', '155339.930000', '155340.390000', '155340.850000', '155341.310000', '155341.770000', '155342.230000', '155342.690000', '155343.150000', '155343.610000', '155344.070000', '155344.530000', '155344.990000', '155345.450000', '155345.910000', '155346.370000', '155346.830000', '155347.290000', '155347.750000', '155348.210000', '155348.670000', '155349.130000', '155349.590000', '155350.050000', '155350.510000', '155350.970000', '155351.430000', '155351.890000', '155352.350000', '155352.810000', '155353.270000', '155353.730000', '155354.190000', '155354.650000', '155355.110000', '155355.570000', '155356.030000', '155356.490000', '155356.950000', '155357.410000', '155357.870000', '155358.330000', '155358.790000', '155359.250000', '155359.710000', '155400.170000', '155400.630000', '155401.090000', '155401.550000', '155402.010000', '155402.470000', '155402.930000', '155403.390000', '155403.850000', '155404.310000', '155404.770000', '155405.230000', '155405.690000', '155406.150000', '155406.610000', '155407.070000', '155407.530000', '155407.990000', '155408.450000', '155408.910000', '155409.370000', '155409.830000', '155410.290000', '155410.750000', '155411.210000', '155411.670000', '155412.130000', '155412.590000', '155413.050000', '155413.510000', '155413.970000', '155414.430000', '155414.890000', '155415.350000', '155415.810000', '155416.270000', '155416.730000', '155417.190000', '155417.650000', '155418.110000', '155418.570000', '155419.030000', '155419.490000', '155419.950000', '155420.410000', '155420.870000', '155421.330000', '155421.790000', '155422.250000', '155422.710000', '155423.170000', '155423.630000', '155424.090000', '155424.550000', '155425.010000', '155425.470000', '155425.930000', '155426.390000', '155426.850000', '155427.310000', '155427.770000', '155428.230000', '155428.690000', '155429.150000', '155429.610000', '155430.070000', '155430.530000', '155430.990000', '155431.450000', '155431.910000', '155432.370000', '155432.830000', '155433.290000', '155433.750000', '155434.210000', '155434.670000', '155435.130000', '155435.590000', '155436.050000', '155436.510000', '155436.970000', '155437.430000', '155437.890000', '155438.350000', '155438.810000', '155439.270000', '155439.730000', '155440.190000', '155440.650000', '155441.110000', '155441.570000', '155442.030000', '155442.490000', '155442.950000', '155443.410000', '155443.870000', '155444.330000', '155444.790000', '155445.250000', '155445.710000', '155446.170000', '155446.630000', '155447.090000', '155447.550000', '155448.010000', '155448.470000', '155448.930000', '155449.390000', '155449.850000', '155450.310000', '155450.770000', '155451.230000', '155451.690000', '155452.150000', '155452.610000', '155453.070000', '155453.530000', '155453.990000', '155454.450000', '155454.910000', '155455.370000', '155455.830000', '155456.290000', '155456.750000', '155457.210000', '155457.670000', '155458.130000', '155458.590000', '155459.050000', '155459.510000', '155459.970000', '155500.430000', '155500.890000', '155501.350000', '155501.810000', '155502.270000', '155502.730000', '155503.190000', '155503.650000', '155504.110000', '155504.570000', '155505.030000', '155505.490000', '155505.950000', '155506.410000', '155506.870000', '155507.330000', '155507.790000', '155508.250000', '155508.710000', '155509.170000', '155509.630000', '155510.090000', '155510.550000', '155511.010000', '155511.470000', '155511.930000', '155512.390000', '155512.850000', '155513.310000', '155513.770000', '155514.230000', '155514.690000', '155515.150000', '155515.610000', '155516.070000', '155516.530000', '155516.990000', '155517.450000', '155517.910000', '155518.370000', '155518.830000', '155519.290000', '155519.750000', '155520.210000', '155520.670000', '155521.130000', '155521.590000', '155522.050000', '155522.510000', '155522.970000', '155523.430000', '155523.890000', '155524.350000', '155524.810000', '155525.270000', '155525.730000', '155526.190000', '155526.650000', '155527.110000', '155527.570000', '155528.030000', '155528.490000', '155528.950000', '155529.410000', '155529.870000', '155530.330000', '155530.790000', '155531.250000', '155531.710000', '155532.170000', '155532.630000', '155533.090000', '155533.550000', '155534.010000', '155534.470000', '155534.930000', '155535.390000', '155535.850000', '155536.310000', '155536.770000', '155537.230000', '155537.690000', '155538.150000', '155538.610000', '155539.070000', '155539.530000', '155539.990000', '155540.450000', '155540.910000', '155541.370000', '155541.830000', '155542.290000', '155542.750000', '155543.210000', '155543.670000', '155544.130000', '155544.590000', '155545.050000', '155545.510000', '155545.970000', '155546.430000', '155546.890000', '155547.350000', '155547.810000', '155548.270000', '155548.730000', '155549.190000', '155549.650000', '155550.110000', '155550.570000', '155551.030000', '155551.490000', '155551.950000', '155552.410000', '155552.870000', '155553.330000', '155553.790000', '155554.250000', '155554.710000', '155555.170000', '155555.630000', '155556.090000', '155556.550000', '155557.010000', '155557.470000', '155557.930000', '155558.390000', '155558.850000', '155559.310000', '155559.770000', '155600.230000', '155600.690000', '155601.150000', '155601.610000', '155602.070000', '155602.530000', '155602.990000', '155603.450000', '155603.910000', '155604.370000', '155604.830000', '155605.290000', '155605.750000', '155606.210000', '155606.670000', '155607.130000', '155607.590000', '155608.050000', '155608.510000', '155608.970000', '155609.430000', '155609.890000', '155610.350000', '155610.810000', '155611.270000', '155611.730000', '155612.190000', '155612.650000', '155613.110000', '155613.570000', '155614.030000', '155614.490000', '155614.950000', '155615.410000', '155615.870000', '155616.330000', '155616.790000', '155617.250000', '155617.710000', '155618.170000', '155618.630000', '155619.090000', '155619.550000', '155620.010000', '155620.470000', '155620.930000', '155621.390000', '155621.850000', '155622.310000', '155622.770000', '155623.230000', '155623.690000', '155624.150000', '155624.610000', '155625.070000', '155625.530000', '155625.990000', '155626.450000', '155626.910000', '155627.370000', '155627.830000', '155628.290000', '155628.750000', '155629.210000', '155629.670000', '155630.130000', '155630.590000', '155631.050000', '155631.510000', '155631.970000', '155632.430000', '155632.890000', '155633.350000', '155633.810000', '155634.270000', '155634.730000', '155635.190000', '155635.650000', '155636.110000', '155636.570000', '155637.030000', '155637.490000', '155637.950000', '155638.410000', '155638.870000', '155639.330000', '155639.790000', '155640.250000', '155640.710000', '155641.170000', '155641.630000', '155642.090000', '155642.550000', '155643.010000', '155643.470000', '155643.930000', '155644.390000', '155644.850000', '155645.310000', '155645.770000', '155646.230000', '155646.690000', '155647.150000', '155647.610000', '155648.070000', '155648.530000', '155648.990000', '155649.450000', '155649.910000', '155650.370000', '155650.830000', '155651.290000', '155651.750000', '155652.210000', '155652.670000', '155653.130000', '155653.590000', '155654.050000', '155654.510000', '155654.970000', '155655.430000', '155655.890000', '155656.350000', '155656.810000', '155657.270000', '155657.730000', '155658.190000', '155658.650000', '155659.110000', '155659.570000', '155700.030000', '155700.490000', '155700.950000', '155701.410000', '155701.870000', '155702.330000', '155702.790000', '155703.250000', '155703.710000', '155704.170000', '155704.630000', '155705.090000', '155705.550000', '155706.010000', '155706.470000', '155706.930000', '155707.390000', '155707.850000', '155708.310000', '155708.770000', '155709.230000', '155709.690000', '155710.150000', '155710.610000', '155711.070000', '155711.530000', '155711.990000', '155712.450000', '155712.910000', '155713.370000', '155713.830000', '155714.290000', '155714.750000', '155715.210000', '155715.670000', '155716.130000', '155716.590000', '155717.050000', '155717.510000', '155717.970000', '155718.430000', '155718.890000', '155719.350000', '155719.810000', '155720.270000', '155720.730000', '155721.190000', '155721.650000', '155722.110000', '155722.570000', '155723.030000', '155723.490000', '155723.950000', '155724.410000', '155724.870000', '155725.330000', '155725.790000', '155726.250000', '155726.710000', '155727.170000', '155727.630000', '155728.090000', '155728.550000', '155729.010000', '155729.470000', '155729.930000', '155730.390000', '155730.850000', '155731.310000', '155731.770000', '155732.230000', '155732.690000', '155733.150000', '155733.610000', '155734.070000', '155734.530000', '155734.990000', '155735.450000', '155735.910000', '155736.370000', '155736.830000', '155737.290000', '155737.750000', '155738.210000', '155738.670000', '155739.130000', '155739.590000', '155740.050000', '155740.510000', '155740.970000', '155741.430000', '155741.890000', '155742.350000', '155742.810000', '155743.270000', '155743.730000', '155744.190000', '155744.650000', '155745.110000', '155745.570000', '155746.030000', '155746.490000', '155746.950000', '155747.410000', '155747.870000', '155748.330000', '155748.790000', '155749.250000', '155749.710000', '155750.170000', '155750.630000', '155751.090000', '155751.550000', '155752.010000', '155752.470000', '155752.930000', '155753.390000', '155753.850000', '155754.310000', '155754.770000', '155755.230000', '155755.690000', '155756.150000', '155756.610000', '155757.070000', '155757.530000', '155757.990000', '155758.450000', '155758.910000', '155759.370000', '155759.830000', '155800.290000', '155800.750000', '155801.210000', '155801.670000', '155802.130000', '155802.590000', '155803.050000', '155803.510000', '155803.970000', '155804.430000', '155804.890000', '155805.350000', '155805.810000', '155806.270000', '155806.730000', '155807.190000', '155807.650000', '155808.110000', '155808.570000', '155809.030000', '155809.490000', '155809.950000', '155810.410000', '155810.870000', '155811.330000', '155811.790000', '155812.250000', '155812.710000', '155813.170000', '155813.630000', '155814.090000', '155814.550000', '155815.010000', '155815.470000', '155815.930000', '155816.390000', '155816.850000', '155817.310000', '155817.770000', '155818.230000', '155818.690000', '155819.150000', '155819.610000', '155820.070000', '155820.530000', '155820.990000', '155821.450000', '155821.910000', '155822.370000', '155822.830000', '155823.290000', '155823.750000', '155824.210000', '155824.670000', '155825.130000', '155825.590000', '155826.050000', '155826.510000', '155826.970000', '155827.430000', '155827.890000', '155828.350000', '155828.810000', '155829.270000', '155829.730000', '155830.190000', '155830.650000', '155831.110000', '155831.570000', '155832.030000', '155832.490000', '155832.950000', '155833.410000', '155833.870000', '155834.330000', '155834.790000', '155835.250000', '155835.710000', '155836.170000', '155836.630000', '155837.090000', '155837.550000', '155838.010000', '155838.470000', '155838.930000', '155839.390000', '155839.850000', '155840.310000', '155840.770000', '155841.230000', '155841.690000', '155842.150000', '155842.610000', '155843.070000', '155843.530000', '155843.990000', '155844.450000', '155844.910000', '155845.370000', '155845.830000', '155846.290000', '155846.750000', '155847.210000', '155847.670000', '155848.130000', '155848.590000', '155849.050000', '155849.510000', '155849.970000', '155850.430000', '155850.890000', '155851.350000', '155851.810000', '155852.270000', '155852.730000', '155853.190000', '155853.650000', '155854.110000', '155854.570000', '155855.030000', '155855.490000', '155855.950000', '155856.410000', '155856.870000', '155857.330000', '155857.790000', '155858.250000', '155858.710000', '155859.170000', '155859.630000', '155900.090000', '155900.550000', '155901.010000', '155901.470000', '155901.930000', '155902.390000', '155902.850000', '155903.310000', '155903.770000', '155904.230000', '155904.690000', '155905.150000', '155905.610000', '155906.070000', '155906.530000', '155906.990000', '155907.450000', '155907.910000', '155908.370000', '155908.830000', '155909.290000', '155909.750000', '155910.210000', '155910.670000', '155911.130000', '155911.590000', '155912.050000', '155912.510000', '155912.970000', '155913.430000', '155913.890000', '155914.350000', '155914.810000', '155915.270000', '155915.730000', '155916.190000', '155916.650000', '155917.110000', '155917.570000', '155918.030000', '155918.490000', '155918.950000', '155919.410000', '155919.870000', '155920.330000', '155920.790000', '155921.250000', '155921.710000', '155922.170000', '155922.630000', '155923.090000', '155923.550000', '155924.010000', '155924.470000', '155924.930000', '155925.390000', '155925.850000', '155926.310000', '155926.770000', '155927.230000', '155927.690000', '155928.150000', '155928.610000', '155929.070000', '155929.530000', '155929.990000', '155930.450000', '155930.910000', '155931.370000', '155931.830000', '155932.290000', '155932.750000', '155933.210000', '155933.670000', '155934.130000', '155934.590000', '155935.050000', '155935.510000', '155935.970000', '155936.430000', '155936.890000', '155937.350000', '155937.810000', '155938.270000', '155938.730000', '155939.190000', '155939.650000', '155940.110000', '155940.570000', '155941.030000', '155941.490000', '155941.950000', '155942.410000', '155942.870000', '155943.330000', '155943.790000', '155944.250000', '155944.710000', '155945.170000', '155945.630000', '155946.090000', '155946.550000', '155947.010000', '155947.470000', '155947.930000', '155948.390000', '155948.850000', '155949.310000', '155949.770000', '155950.230000', '155950.690000', '155951.150000', '155951.610000'], 'ContentTime': ['155206.220000', '155206.224000', '155206.227000', '155206.229000', '155206.232000', '155206.235000', '155206.238000', '155206.241000', '155206.244000', '155206.246000', '155206.249000', '155206.252000', '155206.255000', '155206.258000', '155206.261000', '155206.264000', '155206.267000', '155206.269000', '155206.272000', '155206.275000', '155206.278000', '155206.281000', '155206.284000', '155206.287000', '155206.289000', '155206.292000', '155206.295000', '155206.298000', '155206.301000', '155206.304000', '155206.306000', '155206.309000', '155206.319000', '155206.322000', '155206.325000', '155206.327000', '155206.330000', '155206.333000', '155206.336000', '155206.339000', '155206.342000', '155206.345000', '155206.348000', '155206.351000', '155206.353000', '155206.356000', '155206.359000', '155206.362000', '155206.365000', '155206.368000', '155206.370000', '155206.373000', '155206.376000', '155206.379000', '155206.382000', '155206.385000', '155206.388000', '155206.391000', '155206.394000', '155226.172000', '155226.175000', '155226.178000', '155226.181000', '155226.185000', '155226.190000', '155226.193000', '155226.203000', '155226.206000', '155226.209000', '155226.211000', '155226.214000', '155226.217000', '155226.220000', '155226.223000', '155226.226000', '155226.229000', '155226.231000', '155226.234000', '155226.237000', '155226.240000', '155226.243000', '155226.246000', '155226.248000', '155226.251000', '155226.254000', '155226.257000', '155226.260000', '155226.263000', '155226.266000', '155226.269000', '155226.272000', '155226.274000', '155226.277000', '155226.280000', '155226.283000', '155226.286000', '155226.289000', '155226.292000', '155226.295000', '155226.298000', '155226.300000', '155226.303000', '155246.172000', '155246.175000', '155246.178000', '155246.181000', '155246.184000', '155246.187000', '155246.189000', '155246.192000', '155246.195000', '155246.198000', '155246.201000', '155246.204000', '155246.207000', '155246.209000', '155246.212000', '155246.215000', '155246.218000', '155246.221000', '155246.224000', '155246.227000', '155246.229000', '155246.232000', '155246.235000', '155246.238000', '155246.241000', '155246.244000', '155246.247000', '155246.250000', '155246.252000', '155246.255000', '155246.258000', '155246.261000', '155246.264000', '155246.267000', '155246.270000', '155246.272000', '155246.275000', '155246.278000', '155246.281000', '155246.284000', '155246.287000', '155246.290000', '155246.293000', '155246.296000', '155306.172000', '155306.175000', '155306.178000', '155306.181000', '155306.184000', '155306.187000', '155306.189000', '155306.192000', '155306.202000', '155306.205000', '155306.208000', '155306.211000', '155306.214000', '155306.217000', '155306.220000', '155306.223000', '155306.226000', '155306.229000', '155306.232000', '155306.234000', '155306.237000', '155306.240000', '155306.243000', '155306.246000', '155306.249000', '155306.252000', '155306.255000', '155306.257000', '155306.260000', '155306.263000', '155306.266000', '155306.269000', '155306.272000', '155306.275000', '155306.277000', '155306.280000', '155306.283000', '155306.286000', '155306.289000', '155306.292000', '155306.295000', '155306.298000', '155306.300000', '155326.172000', '155326.175000', '155326.178000', '155326.181000', '155326.184000', '155326.187000', '155326.190000', '155326.192000', '155326.195000', '155326.198000', '155326.201000', '155326.204000', '155326.207000', '155326.210000', '155326.213000', '155326.216000', '155326.219000', '155326.222000', '155326.224000', '155326.227000', '155326.230000', '155326.233000', '155326.244000', '155326.247000', '155326.249000', '155326.252000', '155326.255000', '155326.258000', '155326.261000', '155326.264000', '155326.267000', '155326.270000', '155326.273000', '155326.275000', '155326.278000', '155326.281000', '155326.284000', '155326.287000', '155326.290000', '155326.293000', '155326.296000', '155326.299000', '155326.302000', '155326.304000', '155346.172000', '155346.175000', '155346.178000', '155346.181000', '155346.184000', '155346.187000', '155346.189000', '155346.192000', '155346.195000', '155346.198000', '155346.201000', '155346.204000', '155346.207000', '155346.210000', '155346.227000', '155346.232000', '155346.235000', '155346.238000', '155346.241000', '155346.243000', '155346.246000', '155346.249000', '155346.252000', '155346.255000', '155346.258000', '155346.261000', '155346.264000', '155346.266000', '155346.269000', '155346.272000', '155346.275000', '155346.278000', '155346.281000', '155346.284000', '155346.287000', '155346.289000', '155346.292000', '155346.295000', '155346.298000', '155346.301000', '155346.304000', '155346.307000', '155346.310000', '155406.172000', '155406.175000', '155406.178000', '155406.181000', '155406.184000', '155406.187000', '155406.190000', '155406.192000', '155406.195000', '155406.198000', '155406.201000', '155406.204000', '155406.207000', '155406.210000', '155406.213000', '155406.216000', '155406.218000', '155406.221000', '155406.224000', '155406.227000', '155406.230000', '155406.233000', '155406.236000', '155406.239000', '155406.242000', '155406.244000', '155406.247000', '155406.250000', '155406.253000', '155406.256000', '155406.259000', '155406.262000', '155406.265000', '155406.267000', '155406.270000', '155406.273000', '155406.276000', '155406.279000', '155406.282000', '155406.285000', '155406.288000', '155406.291000', '155406.293000', '155406.296000', '155426.172000', '155426.175000', '155426.178000', '155426.181000', '155426.184000', '155426.187000', '155426.190000', '155426.192000', '155426.195000', '155426.198000', '155426.201000', '155426.204000', '155426.207000', '155426.210000', '155426.213000', '155426.216000', '155426.219000', '155426.221000', '155426.224000', '155426.227000', '155426.230000', '155426.233000', '155426.236000', '155426.239000', '155426.242000', '155426.244000', '155426.247000', '155426.250000', '155426.254000', '155426.257000', '155426.271000', '155426.274000', '155426.277000', '155426.280000', '155426.283000', '155426.286000', '155426.288000', '155426.291000', '155426.294000', '155426.297000', '155426.300000', '155426.303000', '155426.306000', '155446.172000', '155446.175000', '155446.178000', '155446.181000', '155446.184000', '155446.187000', '155446.189000', '155446.192000', '155446.195000', '155446.198000', '155446.201000', '155446.204000', '155446.207000', '155446.210000', '155446.213000', '155446.216000', '155446.218000', '155446.221000', '155446.224000', '155446.227000', '155446.230000', '155446.233000', '155446.236000', '155446.239000', '155446.242000', '155446.245000', '155446.247000', '155446.254000', '155446.257000', '155446.260000', '155446.263000', '155446.266000', '155446.269000', '155446.272000', '155446.275000', '155446.278000', '155446.281000', '155446.283000', '155446.286000', '155446.289000', '155446.292000', '155446.295000', '155446.298000', '155446.301000', '155506.172000', '155506.175000', '155506.178000', '155506.181000', '155506.184000', '155506.187000', '155506.195000', '155506.199000', '155506.202000', '155506.204000', '155506.207000', '155506.210000', '155506.213000', '155506.216000', '155506.219000', '155506.222000', '155506.225000', '155506.228000', '155506.248000', '155506.252000', '155506.255000', '155506.258000', '155506.260000', '155506.263000', '155506.266000', '155506.269000', '155506.272000', '155506.275000', '155506.278000', '155506.280000', '155506.283000', '155506.286000', '155506.289000', '155506.292000', '155506.295000', '155506.299000', '155506.304000', '155506.307000', '155506.310000', '155506.313000', '155506.316000', '155506.319000', '155506.321000', '155526.172000', '155526.175000', '155526.178000', '155526.181000', '155526.184000', '155526.187000', '155526.189000', '155526.192000', '155526.195000', '155526.198000', '155526.201000', '155526.204000', '155526.207000', '155526.210000', '155526.212000', '155526.215000', '155526.218000', '155526.221000', '155526.224000', '155526.227000', '155526.230000', '155526.233000', '155526.235000', '155526.238000', '155526.241000', '155526.244000', '155526.247000', '155526.250000', '155526.253000', '155526.256000', '155526.258000', '155526.261000', '155526.264000', '155526.267000', '155526.270000', '155526.273000', '155526.276000', '155526.279000', '155526.281000', '155526.284000', '155526.287000', '155526.290000', '155526.293000', '155526.296000', '155546.172000', '155546.175000', '155546.178000', '155546.181000', '155546.184000', '155546.187000', '155546.189000', '155546.192000', '155546.195000', '155546.198000', '155546.201000', '155546.204000', '155546.207000', '155546.210000', '155546.213000', '155546.216000', '155546.219000', '155546.221000', '155546.224000', '155546.227000', '155546.230000', '155546.233000', '155546.236000', '155546.239000', '155546.242000', '155546.245000', '155546.247000', '155546.250000', '155546.253000', '155546.256000', '155546.259000', '155546.262000', '155546.265000', '155546.268000', '155546.271000', '155546.274000', '155546.276000', '155546.280000', '155546.285000', '155546.288000', '155546.291000', '155546.294000', '155546.297000', '155606.172000', '155606.175000', '155606.178000', '155606.181000', '155606.184000', '155606.187000', '155606.189000', '155606.192000', '155606.195000', '155606.198000', '155606.201000', '155606.204000', '155606.207000', '155606.210000', '155606.213000', '155606.216000', '155606.219000', '155606.222000', '155606.224000', '155606.227000', '155606.230000', '155606.233000', '155606.236000', '155606.239000', '155606.242000', '155606.245000', '155606.248000', '155606.250000', '155606.253000', '155606.256000', '155606.259000', '155606.262000', '155606.265000', '155606.268000', '155606.271000', '155606.274000', '155606.276000', '155606.279000', '155606.282000', '155606.285000', '155606.288000', '155606.291000', '155606.294000', '155606.297000', '155626.172000', '155626.175000', '155626.178000', '155626.181000', '155626.184000', '155626.187000', '155626.190000', '155626.193000', '155626.196000', '155626.198000', '155626.201000', '155626.204000', '155626.207000', '155626.210000', '155626.213000', '155626.216000', '155626.219000', '155626.221000', '155626.224000', '155626.227000', '155626.230000', '155626.241000', '155626.243000', '155626.246000', '155626.249000', '155626.252000', '155626.255000', '155626.258000', '155626.261000', '155626.264000', '155626.267000', '155626.269000', '155626.272000', '155626.275000', '155626.278000', '155626.281000', '155626.284000', '155626.287000', '155626.290000', '155626.293000', '155626.295000', '155626.299000', '155626.316000', '155646.172000', '155646.175000', '155646.178000', '155646.181000', '155646.184000', '155646.187000', '155646.190000', '155646.193000', '155646.196000', '155646.198000', '155646.201000', '155646.204000', '155646.207000', '155646.210000', '155646.213000', '155646.216000', '155646.219000', '155646.222000', '155646.225000', '155646.228000', '155646.230000', '155646.233000', '155646.236000', '155646.239000', '155646.242000', '155646.245000', '155646.248000', '155646.251000', '155646.254000', '155646.257000', '155646.260000', '155646.263000', '155646.265000', '155646.268000', '155646.271000', '155646.274000', '155646.277000', '155646.280000', '155646.283000', '155646.285000', '155646.288000', '155646.291000', '155646.294000', '155646.297000', '155706.172000', '155706.175000', '155706.178000', '155706.181000', '155706.184000', '155706.187000', '155706.190000', '155706.192000', '155706.195000', '155706.198000', '155706.201000', '155706.204000', '155706.207000', '155706.210000', '155706.213000', '155706.215000', '155706.218000', '155706.221000', '155706.224000', '155706.227000', '155706.230000', '155706.233000', '155706.236000', '155706.239000', '155706.241000', '155706.250000', '155706.253000', '155706.256000', '155706.259000', '155706.262000', '155706.265000', '155706.268000', '155706.271000', '155706.273000', '155706.276000', '155706.279000', '155706.282000', '155706.285000', '155706.288000', '155706.291000', '155706.294000', '155706.297000', '155706.299000', '155726.172000', '155726.175000', '155726.178000', '155726.181000', '155726.184000', '155726.187000', '155726.189000', '155726.192000', '155726.195000', '155726.198000', '155726.201000', '155726.204000', '155726.209000', '155726.212000', '155726.215000', '155726.217000', '155726.220000', '155726.223000', '155726.226000', '155726.229000', '155726.232000', '155726.235000', '155726.238000', '155726.241000', '155726.243000', '155726.246000', '155726.249000', '155726.252000', '155726.255000', '155726.258000', '155726.261000', '155726.264000', '155726.267000', '155726.270000', '155726.272000', '155726.275000', '155726.278000', '155726.281000', '155726.284000', '155726.287000', '155726.290000', '155726.293000', '155726.295000', '155726.298000', '155746.172000', '155746.175000', '155746.178000', '155746.181000', '155746.184000', '155746.187000', '155746.190000', '155746.193000', '155746.195000', '155746.198000', '155746.201000', '155746.204000', '155746.207000', '155746.210000', '155746.213000', '155746.215000', '155746.218000', '155746.221000', '155746.224000', '155746.227000', '155746.230000', '155746.233000', '155746.236000', '155746.239000', '155746.242000', '155746.244000', '155746.247000', '155746.250000', '155746.260000', '155746.263000', '155746.266000', '155746.269000', '155746.272000', '155746.275000', '155746.278000', '155746.281000', '155746.284000', '155746.287000', '155746.290000', '155746.293000', '155746.296000', '155746.299000', '155746.301000', '155806.172000', '155806.175000', '155806.178000', '155806.181000', '155806.184000', '155806.186000', '155806.189000', '155806.192000', '155806.195000', '155806.198000', '155806.201000', '155806.204000', '155806.207000', '155806.210000', '155806.213000', '155806.215000', '155806.218000', '155806.221000', '155806.224000', '155806.227000', '155806.230000', '155806.233000', '155806.235000', '155806.238000', '155806.241000', '155806.244000', '155806.247000', '155806.250000', '155806.253000', '155806.256000', '155806.259000', '155806.262000', '155806.264000', '155806.267000', '155806.270000', '155806.273000', '155806.276000', '155806.279000', '155806.282000', '155806.285000', '155806.287000', '155806.290000', '155806.293000', '155806.296000', '155826.172000', '155826.175000', '155826.178000', '155826.181000', '155826.184000', '155826.187000', '155826.190000', '155826.192000', '155826.195000', '155826.198000', '155826.201000', '155826.204000', '155826.207000', '155826.210000', '155826.213000', '155826.215000', '155826.218000', '155826.221000', '155826.224000', '155826.227000', '155826.230000', '155826.233000', '155826.236000', '155826.239000', '155826.241000', '155826.244000', '155826.247000', '155826.250000', '155826.253000', '155826.256000', '155826.259000', '155826.262000', '155826.264000', '155826.267000', '155826.270000', '155826.273000', '155826.276000', '155826.279000', '155826.282000', '155826.285000', '155826.295000', '155826.298000', '155826.301000', '155846.172000', '155846.175000', '155846.178000', '155846.181000', '155846.184000', '155846.187000', '155846.190000', '155846.193000', '155846.196000', '155846.198000', '155846.201000', '155846.204000', '155846.207000', '155846.210000', '155846.213000', '155846.216000', '155846.219000', '155846.222000', '155846.224000', '155846.227000', '155846.230000', '155846.233000', '155846.236000', '155846.239000', '155846.242000', '155846.245000', '155846.248000', '155846.251000', '155846.253000', '155846.256000', '155846.259000', '155846.262000', '155846.265000', '155846.268000', '155846.271000', '155846.273000', '155846.276000', '155846.279000', '155846.282000', '155846.285000', '155846.288000', '155846.291000', '155846.294000', '155846.296000', '155906.172000', '155906.175000', '155906.178000', '155906.181000', '155906.184000', '155906.187000', '155906.190000', '155906.193000', '155906.196000', '155906.199000', '155906.201000', '155906.204000', '155906.207000', '155906.210000', '155906.213000', '155906.216000', '155906.219000', '155906.222000', '155906.224000', '155906.227000', '155906.230000', '155906.233000', '155906.236000', '155906.239000', '155906.242000', '155906.245000', '155906.248000', '155906.250000', '155906.253000', '155906.256000', '155906.259000', '155906.262000', '155906.265000', '155906.268000', '155906.270000', '155906.273000', '155906.276000', '155906.279000', '155906.282000', '155906.285000', '155906.288000', '155906.291000', '155906.294000', '155926.172000', '155926.175000', '155926.178000', '155926.181000', '155926.184000', '155926.187000', '155926.190000', '155926.203000', '155926.206000', '155926.209000', '155926.212000', '155926.215000', '155926.218000', '155926.220000', '155926.223000', '155926.226000', '155926.229000', '155926.232000', '155926.235000', '155926.238000', '155926.241000', '155926.244000', '155926.246000', '155926.249000', '155926.252000', '155926.255000', '155926.258000', '155926.261000', '155926.264000', '155926.267000', '155926.269000', '155926.272000', '155926.275000', '155926.278000', '155926.281000', '155926.284000', '155926.287000', '155926.290000', '155926.293000', '155926.296000', '155926.299000', '155926.302000', '155926.305000', '155946.172000', '155946.175000', '155946.178000', '155946.181000', '155946.184000', '155946.187000', '155946.190000', '155946.193000', '155946.196000', '155946.198000', '155946.201000', '155946.204000', '155946.207000', '155946.210000', '155946.213000', '155946.216000', '155946.219000', '155946.222000', '155946.225000', '155946.227000', '155946.230000', '155946.233000', '155946.236000', '155946.239000', '155946.242000', '155946.245000', '155946.248000', '155946.251000', '155946.254000', '155946.256000', '155946.259000', '155946.262000', '155946.265000', '155946.268000', '155946.271000', '155946.274000', '155946.277000', '155946.280000', '155946.282000', '155946.285000', '155946.288000', '155946.291000', '155946.294000', '155946.297000', '155952.422000', '155952.427000', '155952.430000', '155952.433000', '155952.436000', '155952.439000', '155952.442000', '155952.447000', '155952.451000', '155952.454000', '155952.457000', '155952.460000', '155952.463000', '155952.466000'], 'InstanceCreationTime': ['155206.220000', '155206.224000', '155206.227000', '155206.229000', '155206.232000', '155206.235000', '155206.238000', '155206.241000', '155206.244000', '155206.246000', '155206.249000', '155206.252000', '155206.255000', '155206.258000', '155206.261000', '155206.264000', '155206.267000', '155206.269000', '155206.272000', '155206.275000', '155206.278000', '155206.281000', '155206.284000', '155206.287000', '155206.289000', '155206.292000', '155206.295000', '155206.298000', '155206.301000', '155206.304000', '155206.306000', '155206.309000', '155206.319000', '155206.322000', '155206.325000', '155206.327000', '155206.330000', '155206.333000', '155206.336000', '155206.339000', '155206.342000', '155206.345000', '155206.348000', '155206.351000', '155206.353000', '155206.356000', '155206.359000', '155206.362000', '155206.365000', '155206.368000', '155206.370000', '155206.373000', '155206.376000', '155206.379000', '155206.382000', '155206.385000', '155206.388000', '155206.391000', '155206.394000', '155226.172000', '155226.175000', '155226.178000', '155226.181000', '155226.185000', '155226.190000', '155226.193000', '155226.203000', '155226.206000', '155226.209000', '155226.211000', '155226.214000', '155226.217000', '155226.220000', '155226.223000', '155226.226000', '155226.229000', '155226.231000', '155226.234000', '155226.237000', '155226.240000', '155226.243000', '155226.246000', '155226.248000', '155226.251000', '155226.254000', '155226.257000', '155226.260000', '155226.263000', '155226.266000', '155226.269000', '155226.272000', '155226.274000', '155226.277000', '155226.280000', '155226.283000', '155226.286000', '155226.289000', '155226.292000', '155226.295000', '155226.298000', '155226.300000', '155226.303000', '155246.172000', '155246.175000', '155246.178000', '155246.181000', '155246.184000', '155246.187000', '155246.189000', '155246.192000', '155246.195000', '155246.198000', '155246.201000', '155246.204000', '155246.207000', '155246.209000', '155246.212000', '155246.215000', '155246.218000', '155246.221000', '155246.224000', '155246.227000', '155246.229000', '155246.232000', '155246.235000', '155246.238000', '155246.241000', '155246.244000', '155246.247000', '155246.250000', '155246.252000', '155246.255000', '155246.258000', '155246.261000', '155246.264000', '155246.267000', '155246.270000', '155246.272000', '155246.275000', '155246.278000', '155246.281000', '155246.284000', '155246.287000', '155246.290000', '155246.293000', '155246.296000', '155306.172000', '155306.175000', '155306.178000', '155306.181000', '155306.184000', '155306.187000', '155306.189000', '155306.192000', '155306.202000', '155306.205000', '155306.208000', '155306.211000', '155306.214000', '155306.217000', '155306.220000', '155306.223000', '155306.226000', '155306.229000', '155306.232000', '155306.234000', '155306.237000', '155306.240000', '155306.243000', '155306.246000', '155306.249000', '155306.252000', '155306.255000', '155306.257000', '155306.260000', '155306.263000', '155306.266000', '155306.269000', '155306.272000', '155306.275000', '155306.277000', '155306.280000', '155306.283000', '155306.286000', '155306.289000', '155306.292000', '155306.295000', '155306.298000', '155306.300000', '155326.172000', '155326.175000', '155326.178000', '155326.181000', '155326.184000', '155326.187000', '155326.190000', '155326.192000', '155326.195000', '155326.198000', '155326.201000', '155326.204000', '155326.207000', '155326.210000', '155326.213000', '155326.216000', '155326.219000', '155326.222000', '155326.224000', '155326.227000', '155326.230000', '155326.233000', '155326.244000', '155326.247000', '155326.249000', '155326.252000', '155326.255000', '155326.258000', '155326.261000', '155326.264000', '155326.267000', '155326.270000', '155326.273000', '155326.275000', '155326.278000', '155326.281000', '155326.284000', '155326.287000', '155326.290000', '155326.293000', '155326.296000', '155326.299000', '155326.302000', '155326.304000', '155346.172000', '155346.175000', '155346.178000', '155346.181000', '155346.184000', '155346.187000', '155346.189000', '155346.192000', '155346.195000', '155346.198000', '155346.201000', '155346.204000', '155346.207000', '155346.210000', '155346.227000', '155346.232000', '155346.235000', '155346.238000', '155346.241000', '155346.243000', '155346.246000', '155346.249000', '155346.252000', '155346.255000', '155346.258000', '155346.261000', '155346.264000', '155346.266000', '155346.269000', '155346.272000', '155346.275000', '155346.278000', '155346.281000', '155346.284000', '155346.287000', '155346.289000', '155346.292000', '155346.295000', '155346.298000', '155346.301000', '155346.304000', '155346.307000', '155346.310000', '155406.172000', '155406.175000', '155406.178000', '155406.181000', '155406.184000', '155406.187000', '155406.190000', '155406.192000', '155406.195000', '155406.198000', '155406.201000', '155406.204000', '155406.207000', '155406.210000', '155406.213000', '155406.216000', '155406.218000', '155406.221000', '155406.224000', '155406.227000', '155406.230000', '155406.233000', '155406.236000', '155406.239000', '155406.242000', '155406.244000', '155406.247000', '155406.250000', '155406.253000', '155406.256000', '155406.259000', '155406.262000', '155406.265000', '155406.267000', '155406.270000', '155406.273000', '155406.276000', '155406.279000', '155406.282000', '155406.285000', '155406.288000', '155406.291000', '155406.293000', '155406.296000', '155426.172000', '155426.175000', '155426.178000', '155426.181000', '155426.184000', '155426.187000', '155426.190000', '155426.192000', '155426.195000', '155426.198000', '155426.201000', '155426.204000', '155426.207000', '155426.210000', '155426.213000', '155426.216000', '155426.219000', '155426.221000', '155426.224000', '155426.227000', '155426.230000', '155426.233000', '155426.236000', '155426.239000', '155426.242000', '155426.244000', '155426.247000', '155426.250000', '155426.254000', '155426.257000', '155426.271000', '155426.274000', '155426.277000', '155426.280000', '155426.283000', '155426.286000', '155426.288000', '155426.291000', '155426.294000', '155426.297000', '155426.300000', '155426.303000', '155426.306000', '155446.172000', '155446.175000', '155446.178000', '155446.181000', '155446.184000', '155446.187000', '155446.189000', '155446.192000', '155446.195000', '155446.198000', '155446.201000', '155446.204000', '155446.207000', '155446.210000', '155446.213000', '155446.216000', '155446.218000', '155446.221000', '155446.224000', '155446.227000', '155446.230000', '155446.233000', '155446.236000', '155446.239000', '155446.242000', '155446.245000', '155446.247000', '155446.254000', '155446.257000', '155446.260000', '155446.263000', '155446.266000', '155446.269000', '155446.272000', '155446.275000', '155446.278000', '155446.281000', '155446.283000', '155446.286000', '155446.289000', '155446.292000', '155446.295000', '155446.298000', '155446.301000', '155506.172000', '155506.175000', '155506.178000', '155506.181000', '155506.184000', '155506.187000', '155506.195000', '155506.199000', '155506.202000', '155506.204000', '155506.207000', '155506.210000', '155506.213000', '155506.216000', '155506.219000', '155506.222000', '155506.225000', '155506.228000', '155506.248000', '155506.252000', '155506.255000', '155506.258000', '155506.260000', '155506.263000', '155506.266000', '155506.269000', '155506.272000', '155506.275000', '155506.278000', '155506.280000', '155506.283000', '155506.286000', '155506.289000', '155506.292000', '155506.295000', '155506.299000', '155506.304000', '155506.307000', '155506.310000', '155506.313000', '155506.316000', '155506.319000', '155506.321000', '155526.172000', '155526.175000', '155526.178000', '155526.181000', '155526.184000', '155526.187000', '155526.189000', '155526.192000', '155526.195000', '155526.198000', '155526.201000', '155526.204000', '155526.207000', '155526.210000', '155526.212000', '155526.215000', '155526.218000', '155526.221000', '155526.224000', '155526.227000', '155526.230000', '155526.233000', '155526.235000', '155526.238000', '155526.241000', '155526.244000', '155526.247000', '155526.250000', '155526.253000', '155526.256000', '155526.258000', '155526.261000', '155526.264000', '155526.267000', '155526.270000', '155526.273000', '155526.276000', '155526.279000', '155526.281000', '155526.284000', '155526.287000', '155526.290000', '155526.293000', '155526.296000', '155546.172000', '155546.175000', '155546.178000', '155546.181000', '155546.184000', '155546.187000', '155546.189000', '155546.192000', '155546.195000', '155546.198000', '155546.201000', '155546.204000', '155546.207000', '155546.210000', '155546.213000', '155546.216000', '155546.219000', '155546.221000', '155546.224000', '155546.227000', '155546.230000', '155546.233000', '155546.236000', '155546.239000', '155546.242000', '155546.245000', '155546.247000', '155546.250000', '155546.253000', '155546.256000', '155546.259000', '155546.262000', '155546.265000', '155546.268000', '155546.271000', '155546.274000', '155546.276000', '155546.280000', '155546.285000', '155546.288000', '155546.291000', '155546.294000', '155546.297000', '155606.172000', '155606.175000', '155606.178000', '155606.181000', '155606.184000', '155606.187000', '155606.189000', '155606.192000', '155606.195000', '155606.198000', '155606.201000', '155606.204000', '155606.207000', '155606.210000', '155606.213000', '155606.216000', '155606.219000', '155606.222000', '155606.224000', '155606.227000', '155606.230000', '155606.233000', '155606.236000', '155606.239000', '155606.242000', '155606.245000', '155606.248000', '155606.250000', '155606.253000', '155606.256000', '155606.259000', '155606.262000', '155606.265000', '155606.268000', '155606.271000', '155606.274000', '155606.276000', '155606.279000', '155606.282000', '155606.285000', '155606.288000', '155606.291000', '155606.294000', '155606.297000', '155626.172000', '155626.175000', '155626.178000', '155626.181000', '155626.184000', '155626.187000', '155626.190000', '155626.193000', '155626.196000', '155626.198000', '155626.201000', '155626.204000', '155626.207000', '155626.210000', '155626.213000', '155626.216000', '155626.219000', '155626.221000', '155626.224000', '155626.227000', '155626.230000', '155626.241000', '155626.243000', '155626.246000', '155626.249000', '155626.252000', '155626.255000', '155626.258000', '155626.261000', '155626.264000', '155626.267000', '155626.269000', '155626.272000', '155626.275000', '155626.278000', '155626.281000', '155626.284000', '155626.287000', '155626.290000', '155626.293000', '155626.295000', '155626.299000', '155626.316000', '155646.172000', '155646.175000', '155646.178000', '155646.181000', '155646.184000', '155646.187000', '155646.190000', '155646.193000', '155646.196000', '155646.198000', '155646.201000', '155646.204000', '155646.207000', '155646.210000', '155646.213000', '155646.216000', '155646.219000', '155646.222000', '155646.225000', '155646.228000', '155646.230000', '155646.233000', '155646.236000', '155646.239000', '155646.242000', '155646.245000', '155646.248000', '155646.251000', '155646.254000', '155646.257000', '155646.260000', '155646.263000', '155646.265000', '155646.268000', '155646.271000', '155646.274000', '155646.277000', '155646.280000', '155646.283000', '155646.285000', '155646.288000', '155646.291000', '155646.294000', '155646.297000', '155706.172000', '155706.175000', '155706.178000', '155706.181000', '155706.184000', '155706.187000', '155706.190000', '155706.192000', '155706.195000', '155706.198000', '155706.201000', '155706.204000', '155706.207000', '155706.210000', '155706.213000', '155706.215000', '155706.218000', '155706.221000', '155706.224000', '155706.227000', '155706.230000', '155706.233000', '155706.236000', '155706.239000', '155706.241000', '155706.250000', '155706.253000', '155706.256000', '155706.259000', '155706.262000', '155706.265000', '155706.268000', '155706.271000', '155706.273000', '155706.276000', '155706.279000', '155706.282000', '155706.285000', '155706.288000', '155706.291000', '155706.294000', '155706.297000', '155706.299000', '155726.172000', '155726.175000', '155726.178000', '155726.181000', '155726.184000', '155726.187000', '155726.189000', '155726.192000', '155726.195000', '155726.198000', '155726.201000', '155726.204000', '155726.209000', '155726.212000', '155726.215000', '155726.217000', '155726.220000', '155726.223000', '155726.226000', '155726.229000', '155726.232000', '155726.235000', '155726.238000', '155726.241000', '155726.243000', '155726.246000', '155726.249000', '155726.252000', '155726.255000', '155726.258000', '155726.261000', '155726.264000', '155726.267000', '155726.270000', '155726.272000', '155726.275000', '155726.278000', '155726.281000', '155726.284000', '155726.287000', '155726.290000', '155726.293000', '155726.295000', '155726.298000', '155746.172000', '155746.175000', '155746.178000', '155746.181000', '155746.184000', '155746.187000', '155746.190000', '155746.193000', '155746.195000', '155746.198000', '155746.201000', '155746.204000', '155746.207000', '155746.210000', '155746.213000', '155746.215000', '155746.218000', '155746.221000', '155746.224000', '155746.227000', '155746.230000', '155746.233000', '155746.236000', '155746.239000', '155746.242000', '155746.244000', '155746.247000', '155746.250000', '155746.260000', '155746.263000', '155746.266000', '155746.269000', '155746.272000', '155746.275000', '155746.278000', '155746.281000', '155746.284000', '155746.287000', '155746.290000', '155746.293000', '155746.296000', '155746.299000', '155746.301000', '155806.172000', '155806.175000', '155806.178000', '155806.181000', '155806.184000', '155806.186000', '155806.189000', '155806.192000', '155806.195000', '155806.198000', '155806.201000', '155806.204000', '155806.207000', '155806.210000', '155806.213000', '155806.215000', '155806.218000', '155806.221000', '155806.224000', '155806.227000', '155806.230000', '155806.233000', '155806.235000', '155806.238000', '155806.241000', '155806.244000', '155806.247000', '155806.250000', '155806.253000', '155806.256000', '155806.259000', '155806.262000', '155806.264000', '155806.267000', '155806.270000', '155806.273000', '155806.276000', '155806.279000', '155806.282000', '155806.285000', '155806.287000', '155806.290000', '155806.293000', '155806.296000', '155826.172000', '155826.175000', '155826.178000', '155826.181000', '155826.184000', '155826.187000', '155826.190000', '155826.192000', '155826.195000', '155826.198000', '155826.201000', '155826.204000', '155826.207000', '155826.210000', '155826.213000', '155826.215000', '155826.218000', '155826.221000', '155826.224000', '155826.227000', '155826.230000', '155826.233000', '155826.236000', '155826.239000', '155826.241000', '155826.244000', '155826.247000', '155826.250000', '155826.253000', '155826.256000', '155826.259000', '155826.262000', '155826.264000', '155826.267000', '155826.270000', '155826.273000', '155826.276000', '155826.279000', '155826.282000', '155826.285000', '155826.295000', '155826.298000', '155826.301000', '155846.172000', '155846.175000', '155846.178000', '155846.181000', '155846.184000', '155846.187000', '155846.190000', '155846.193000', '155846.196000', '155846.198000', '155846.201000', '155846.204000', '155846.207000', '155846.210000', '155846.213000', '155846.216000', '155846.219000', '155846.222000', '155846.224000', '155846.227000', '155846.230000', '155846.233000', '155846.236000', '155846.239000', '155846.242000', '155846.245000', '155846.248000', '155846.251000', '155846.253000', '155846.256000', '155846.259000', '155846.262000', '155846.265000', '155846.268000', '155846.271000', '155846.273000', '155846.276000', '155846.279000', '155846.282000', '155846.285000', '155846.288000', '155846.291000', '155846.294000', '155846.296000', '155906.172000', '155906.175000', '155906.178000', '155906.181000', '155906.184000', '155906.187000', '155906.190000', '155906.193000', '155906.196000', '155906.199000', '155906.201000', '155906.204000', '155906.207000', '155906.210000', '155906.213000', '155906.216000', '155906.219000', '155906.222000', '155906.224000', '155906.227000', '155906.230000', '155906.233000', '155906.236000', '155906.239000', '155906.242000', '155906.245000', '155906.248000', '155906.250000', '155906.253000', '155906.256000', '155906.259000', '155906.262000', '155906.265000', '155906.268000', '155906.270000', '155906.273000', '155906.276000', '155906.279000', '155906.282000', '155906.285000', '155906.288000', '155906.291000', '155906.294000', '155926.172000', '155926.175000', '155926.178000', '155926.181000', '155926.184000', '155926.187000', '155926.190000', '155926.203000', '155926.206000', '155926.209000', '155926.212000', '155926.215000', '155926.218000', '155926.220000', '155926.223000', '155926.226000', '155926.229000', '155926.232000', '155926.235000', '155926.238000', '155926.241000', '155926.244000', '155926.246000', '155926.249000', '155926.252000', '155926.255000', '155926.258000', '155926.261000', '155926.264000', '155926.267000', '155926.269000', '155926.272000', '155926.275000', '155926.278000', '155926.281000', '155926.284000', '155926.287000', '155926.290000', '155926.293000', '155926.296000', '155926.299000', '155926.302000', '155926.305000', '155946.172000', '155946.175000', '155946.178000', '155946.181000', '155946.184000', '155946.187000', '155946.190000', '155946.193000', '155946.196000', '155946.198000', '155946.201000', '155946.204000', '155946.207000', '155946.210000', '155946.213000', '155946.216000', '155946.219000', '155946.222000', '155946.225000', '155946.227000', '155946.230000', '155946.233000', '155946.236000', '155946.239000', '155946.242000', '155946.245000', '155946.248000', '155946.251000', '155946.254000', '155946.256000', '155946.259000', '155946.262000', '155946.265000', '155946.268000', '155946.271000', '155946.274000', '155946.277000', '155946.280000', '155946.282000', '155946.285000', '155946.288000', '155946.291000', '155946.294000', '155946.297000', '155952.422000', '155952.427000', '155952.430000', '155952.433000', '155952.436000', '155952.439000', '155952.442000', '155952.447000', '155952.451000', '155952.454000', '155952.457000', '155952.460000', '155952.463000', '155952.466000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [7202, 9072, 7367, 10404, 7173, 6661, 8299, 6790, 9361, 7344, 10440, 7518, 6364, 7796, 6687, 7781, 6646, 8707, 7321, 10392, 7452, 9460, 6961, 10526, 7272, 10396, 7586, 7741, 9184, 7279, 9239, 7017, 9131, 7290, 10279, 7581, 11986, 9007, 11800, 8161, 10740, 7821, 10990, 8270, 11603, 8592, 7095, 8462, 6850, 8332, 6780, 10426, 7951, 12530, 8747, 12201, 9255, 12961, 9309, 11917, 9325, 10308, 10090, 8205, 10152, 7547, 10244, 7430, 10440, 7132, 11623, 8547, 12637, 8437, 11421, 8237, 10878, 7825, 9492, 8265, 8327, 9199, 7931, 10279, 7346, 10503, 7209, 10481, 7255, 11588, 7941, 11448, 7769, 10747, 7640, 10993, 8518, 8543, 9148, 7227, 9063, 7080, 10259, 7413, 11304, 7802, 11120, 8040, 7176, 8556, 7065, 11621, 8553, 13162, 9453, 11145, 9941, 11330, 9989, 8440, 10742, 7861, 11819, 7962, 10581, 7422, 6611, 8244, 6750, 9333, 7197, 6543, 7531, 6634, 11682, 7834, 8347, 8729, 7328, 9946, 7502, 12403, 9196, 9450, 9737, 8481, 11304, 8829, 11075, 8193, 11676, 8744, 7380, 9502, 7400, 10612, 8384, 7352, 9745, 7226, 10982, 7853, 9138, 9830, 8010, 13745, 9672, 8692, 10729, 7861, 11186, 8281, 12608, 8773, 11900, 8626, 6737, 8206, 7268, 8119, 8114, 7044, 9520, 8045, 11680, 8412, 8461, 10147, 8704, 11264, 8424, 11472, 8359, 10641, 8588, 9171, 9288, 7525, 9620, 8061, 10658, 8257, 8167, 9741, 8092, 11889, 9197, 12043, 9112, 9892, 9686, 8187, 10824, 8104, 11184, 8831, 12251, 8576, 7653, 8607, 7363, 8696, 7065, 9637, 7961, 10177, 8196, 10040, 8961, 7047, 9157, 7377, 9034, 7403, 8801, 7385, 10706, 7534, 8127, 9089, 7489, 9544, 7457, 9994, 8044, 10512, 8494, 10613, 8462, 11294, 8556, 10739, 7551, 9213, 7233, 8489, 6946, 8753, 7257, 10982, 8146, 10505, 8292, 10839, 8420, 11717, 9190, 13062, 9570, 11642, 9278, 10240, 8742, 8547, 8958, 7274, 9682, 7310, 9465, 7504, 10007, 7708, 11188, 8496, 12842, 8989, 11920, 8624, 11463, 8619, 11878, 8514, 12554, 8973, 12850, 8371, 11043, 8240, 10018, 7946, 10699, 8129, 12560, 9000, 11989, 8226, 10757, 7800, 10569, 8436, 11659, 8797, 10810, 7419, 9998, 7249, 8884, 7395, 9470, 7799, 11375, 8695, 11113, 7909, 10672, 8025, 10767, 8133, 12811, 9319, 12895, 9294, 12217, 8995, 12169, 9402, 11641, 10385, 9910, 10630, 8367, 10501, 8138, 10349, 7781, 11244, 8119, 12294, 8302, 11713, 8285, 11271, 8263, 12456, 9311, 12109, 8420, 9125, 8496, 7141, 8521, 7286, 10285, 7616, 10388, 7869, 9959, 8008, 11707, 9045, 9591, 9907, 8179, 10747, 8365, 11529, 8734, 13951, 9402, 13587, 9399, 11280, 8860, 8064, 10746, 8089, 12558, 8616, 12365, 8955, 12990, 9765, 10693, 10706, 8659, 10876, 8326, 10608, 7694, 12116, 8831, 10381, 8670, 7435, 8918, 7499, 10038, 7946, 12208, 8584, 12147, 9011, 11564, 9609, 9596, 11238, 8713, 11747, 8387, 11636, 8503, 12289, 9356, 8691, 10691, 7930, 11084, 8106, 11635, 8422, 13440, 9599, 8900, 9626, 7899, 9851, 7473, 10148, 7885, 10877, 8799, 7560, 9757, 7993, 10565, 8756, 11529, 8708, 12961, 8615, 12442, 8660, 7454, 8733, 7200, 10270, 7814, 11730, 8827, 10074, 8847, 13067, 9584, 13171, 9912, 8660, 9693, 7759, 10157, 8077, 12672, 9242, 11111, 9567, 9857, 10064, 13887, 9840, 14586, 10254, 9320, 9430, 7273, 9695, 7510, 9315, 7950, 10938, 8959, 8493, 9462, 9879, 9756, 13745, 10453, 9912, 10396, 8106, 10263, 7931, 11474, 8120, 12632, 8871, 10584, 8795, 10032, 9657, 8585, 11933, 8157, 12131, 8353, 11534, 8556, 12073, 9115, 10744, 10371, 7974, 11264, 8172, 11196, 7938, 11662, 8883, 9770, 10120, 8321, 11186, 9189, 11319, 9874, 11248, 9652, 11092, 8511, 10937, 7480, 10575, 7834, 11484, 8525, 10004, 7713, 10400, 7823, 10341, 7981, 12622, 8278, 11782, 7837, 8700, 7924, 6723, 8786, 7284, 10617, 7621, 10479, 7872, 11388, 7607, 12663, 8907, 12916, 8124, 11634, 8258, 11220, 7822, 11432, 7842, 12757, 7988, 11453, 7637, 10248, 7259, 10076, 7061, 10587, 7452, 10994, 7652, 10093, 7560, 10242, 7337, 11709, 7777, 11501, 7825, 10467, 8025, 10434, 7804, 11171, 7886, 11138, 7661, 10385, 7546, 10401, 7457, 11329, 8022, 11740, 8234, 10458, 8162, 10240, 7975, 10802, 7358, 10623, 7260, 10053, 7564, 10097, 7750, 13380, 8553, 12197, 8688, 10307, 8558, 9757, 9438, 9484, 10365, 9668, 9541, 8448, 9255, 8093, 11061, 8045, 11942, 8838, 7391, 9098, 7401, 10193, 8341, 11804, 9614, 7855, 10584, 8367, 11481, 9233, 14444, 9344, 13852, 9184, 11855, 9174, 9765, 10221, 8812, 12640, 8206, 12357, 8800, 11489, 8779, 9133, 10298, 8463, 12177, 8546, 12020, 8939, 12846, 9160, 11042, 10681, 8744, 11329, 8132, 11049, 8265, 11164, 8429, 13208, 8255, 8081, 8297, 7074, 8582, 7309, 9618, 7693, 8556, 8535, 7497, 9259, 7714, 13011, 9918, 9447, 9538, 8093, 10830, 8126, 13410, 9399, 13995, 9553, 8361, 9685, 7900, 10977, 8432, 13198, 8532, 12362, 8564, 11359, 8222, 11350, 9484, 9328, 10262, 8237, 10667, 8218, 10829, 8428, 12390, 8288, 12177, 8548, 10205, 8589, 10047, 9117, 8387, 10329, 7858, 10875, 8081, 11239, 8422, 11394, 8361, 12420, 8045, 12258, 8380, 9469, 8070, 8429, 9007, 7601, 10378, 7944, 11029, 7657, 11678, 8094, 13665, 9100, 9419, 8862, 7571, 10147, 7646, 11954, 8505, 12955, 8644, 12020, 8284, 11750, 8415, 13226, 8982, 13243, 9109, 7569, 9606, 7292, 10204, 7234, 12412, 8881, 10165, 8932, 9191, 10113, 11147, 10647, 8576, 10745, 7995, 10664, 7633, 11020, 7603, 12589, 7896, 12199, 8067, 11201, 7911, 11967, 8366, 10645, 9077, 7747, 9803, 7591, 10274, 7488, 11407, 9165, 10520, 8029, 9633, 7818, 10154, 7426, 11607, 7798, 11989, 8044, 11337, 7890, 10769, 8322, 9307, 9340, 7689, 9630, 7602, 10325, 7171, 12448, 8260, 13258, 8498, 7813, 9389, 7164, 12641, 8833, 8457, 10095, 7831, 11656, 8081, 11894, 9793, 7722, 12302, 8257, 10879, 9097, 7887, 11795, 8378, 12607, 10442, 8152, 11159, 7864, 11536, 8208, 8435, 9874, 7580, 11535, 8083, 9891, 8263, 9408, 8855, 7289, 12304, 7871, 9136, 8304, 7119, 9227, 7204, 9374, 8544, 7389, 10331, 7602, 11540, 8365, 14133, 9956, 8806, 12206, 8370, 9816, 9113, 7292, 10069, 7878, 12893, 9630, 8633, 10230, 8182, 11385, 8606, 14747, 9964, 8914, 10160, 7926, 11678, 8474, 14698, 9920, 7297, 9694, 7127, 9921, 8081, 9709, 8610, 7262, 10079, 7322, 11211, 8303, 13093, 9119, 8129, 9417, 7547, 11684, 9362, 11595, 9688, 7741, 11285, 8602, 10576, 10440, 8301, 11918, 8253, 13488, 9342, 8890, 11070, 7838, 11696, 8352, 10162, 8958, 7786, 11504, 7603, 11167, 8266, 10493, 9298, 7302, 11169, 7511, 11487, 7601, 12141, 8531, 11464, 8487, 7595, 8768, 6983, 10799, 7707, 10418, 8736, 7944, 9707, 7497, 12508, 8179, 12834, 8683, 10719, 9314, 8844, 11428, 7891, 11763, 8013, 11375, 7726, 11490, 7822, 9677, 8434, 7652, 9453, 7101, 9554, 7784, 8549, 9018, 6988, 11504, 8526, 11348, 8999, 12453, 9981, 8916, 12522, 8159, 12386, 8557, 10435, 8866, 8438, 10351, 7698, 13191, 9017, 9788, 8946, 7439, 10055, 7129, 11653, 8262, 10446, 8527, 7491, 9281, 7359, 10213, 7427, 12451, 8495, 8059, 9021, 7237, 9800, 6954, 10810, 7636, 12551, 8523, 7577, 9184, 7436, 9978, 7601, 11413, 7861, 12161, 7941, 8790, 8004, 6903, 8531, 6981, 11011, 8134, 8062, 8977, 8159, 10504], 'WindowCenter': [4237.0, 4237.0, 4193.0, 4229.0, 4165.0, 4154.0, 4185.0, 4181.0, 4217.0, 4176.0, 4213.0, 4173.0, 4154.0, 4187.0, 4153.0, 4173.0, 4178.0, 4194.0, 4176.0, 4211.0, 4175.0, 4202.0, 4164.0, 4214.0, 4178.0, 4228.0, 4200.0, 4188.0, 4218.0, 4187.0, 4218.0, 4178.0, 4208.0, 4190.0, 4231.0, 4201.0, 4247.0, 4210.0, 4239.0, 4200.0, 4224.0, 4200.0, 4236.0, 4199.0, 4235.0, 4206.0, 4177.0, 4199.0, 4168.0, 4211.0, 4193.0, 4243.0, 4200.0, 4252.0, 4208.0, 4239.0, 4219.0, 4247.0, 4209.0, 4237.0, 4219.0, 4216.0, 4216.0, 4186.0, 4214.0, 4173.0, 4213.0, 4163.0, 4213.0, 4176.0, 4226.0, 4197.0, 4234.0, 4197.0, 4224.0, 4184.0, 4215.0, 4176.0, 4203.0, 4195.0, 4198.0, 4218.0, 4185.0, 4216.0, 4175.0, 4226.0, 4175.0, 4226.0, 4189.0, 4225.0, 4188.0, 4234.0, 4187.0, 4225.0, 4190.0, 4227.0, 4195.0, 4197.0, 4208.0, 4176.0, 4207.0, 4177.0, 4217.0, 4177.0, 4238.0, 4188.0, 4229.0, 4188.0, 4177.0, 4209.0, 4192.0, 4240.0, 4211.0, 4248.0, 4219.0, 4226.0, 4217.0, 4226.0, 4216.0, 4186.0, 4212.0, 4183.0, 4224.0, 4174.0, 4217.0, 4176.0, 4166.0, 4193.0, 4167.0, 4219.0, 4176.0, 4168.0, 4202.0, 4192.0, 4253.0, 4214.0, 4212.0, 4223.0, 4190.0, 4218.0, 4190.0, 4247.0, 4218.0, 4219.0, 4219.0, 4208.0, 4238.0, 4209.0, 4238.0, 4198.0, 4238.0, 4207.0, 4175.0, 4216.0, 4200.0, 4229.0, 4201.0, 4187.0, 4217.0, 4191.0, 4242.0, 4201.0, 4223.0, 4227.0, 4197.0, 4261.0, 4217.0, 4195.0, 4227.0, 4186.0, 4226.0, 4185.0, 4235.0, 4196.0, 4237.0, 4196.0, 4167.0, 4201.0, 4187.0, 4188.0, 4187.0, 4176.0, 4220.0, 4198.0, 4225.0, 4198.0, 4210.0, 4228.0, 4196.0, 4224.0, 4198.0, 4227.0, 4183.0, 4216.0, 4197.0, 4204.0, 4192.0, 4175.0, 4203.0, 4185.0, 4214.0, 4185.0, 4183.0, 4205.0, 4186.0, 4222.0, 4193.0, 4222.0, 4183.0, 4203.0, 4193.0, 4169.0, 4201.0, 4172.0, 4213.0, 4194.0, 4220.0, 4183.0, 4161.0, 4182.0, 4160.0, 4181.0, 4153.0, 4191.0, 4173.0, 4214.0, 4196.0, 4202.0, 4194.0, 4176.0, 4205.0, 4173.0, 4194.0, 4174.0, 4196.0, 4176.0, 4218.0, 4190.0, 4187.0, 4208.0, 4177.0, 4208.0, 4178.0, 4208.0, 4175.0, 4214.0, 4195.0, 4216.0, 4185.0, 4226.0, 4198.0, 4226.0, 4176.0, 4194.0, 4174.0, 4195.0, 4176.0, 4208.0, 4191.0, 4229.0, 4201.0, 4231.0, 4210.0, 4230.0, 4199.0, 4240.0, 4212.0, 4249.0, 4219.0, 4227.0, 4209.0, 4217.0, 4210.0, 4209.0, 4210.0, 4189.0, 4220.0, 4192.0, 4220.0, 4193.0, 4233.0, 4203.0, 4243.0, 4212.0, 4252.0, 4212.0, 4241.0, 4200.0, 4227.0, 4199.0, 4227.0, 4200.0, 4238.0, 4208.0, 4249.0, 4199.0, 4227.0, 4199.0, 4206.0, 4189.0, 4216.0, 4189.0, 4239.0, 4205.0, 4238.0, 4200.0, 4227.0, 4188.0, 4227.0, 4198.0, 4229.0, 4198.0, 4226.0, 4178.0, 4218.0, 4178.0, 4209.0, 4188.0, 4219.0, 4192.0, 4238.0, 4210.0, 4238.0, 4199.0, 4230.0, 4200.0, 4231.0, 4202.0, 4250.0, 4222.0, 4252.0, 4219.0, 4240.0, 4211.0, 4239.0, 4209.0, 4230.0, 4220.0, 4220.0, 4229.0, 4197.0, 4219.0, 4188.0, 4219.0, 4191.0, 4229.0, 4199.0, 4238.0, 4200.0, 4239.0, 4199.0, 4229.0, 4199.0, 4238.0, 4209.0, 4238.0, 4198.0, 4207.0, 4199.0, 4179.0, 4210.0, 4181.0, 4231.0, 4202.0, 4231.0, 4202.0, 4232.0, 4213.0, 4253.0, 4224.0, 4223.0, 4233.0, 4202.0, 4241.0, 4198.0, 4243.0, 4212.0, 4261.0, 4221.0, 4247.0, 4207.0, 4227.0, 4210.0, 4189.0, 4229.0, 4190.0, 4239.0, 4198.0, 4237.0, 4208.0, 4250.0, 4220.0, 4217.0, 4218.0, 4193.0, 4216.0, 4186.0, 4215.0, 4176.0, 4238.0, 4206.0, 4219.0, 4198.0, 4177.0, 4209.0, 4189.0, 4220.0, 4199.0, 4240.0, 4209.0, 4239.0, 4208.0, 4238.0, 4211.0, 4206.0, 4229.0, 4198.0, 4225.0, 4189.0, 4229.0, 4201.0, 4240.0, 4210.0, 4199.0, 4229.0, 4199.0, 4230.0, 4188.0, 4229.0, 4198.0, 4250.0, 4216.0, 4206.0, 4219.0, 4188.0, 4217.0, 4178.0, 4230.0, 4200.0, 4229.0, 4208.0, 4191.0, 4222.0, 4187.0, 4232.0, 4197.0, 4239.0, 4201.0, 4249.0, 4198.0, 4238.0, 4200.0, 4177.0, 4211.0, 4192.0, 4229.0, 4191.0, 4242.0, 4223.0, 4230.0, 4221.0, 4252.0, 4223.0, 4249.0, 4220.0, 4198.0, 4218.0, 4188.0, 4231.0, 4198.0, 4251.0, 4223.0, 4231.0, 4222.0, 4216.0, 4217.0, 4249.0, 4219.0, 4259.0, 4218.0, 4207.0, 4205.0, 4176.0, 4207.0, 4192.0, 4221.0, 4202.0, 4230.0, 4209.0, 4210.0, 4220.0, 4221.0, 4222.0, 4250.0, 4219.0, 4208.0, 4218.0, 4187.0, 4219.0, 4187.0, 4227.0, 4188.0, 4236.0, 4209.0, 4217.0, 4199.0, 4218.0, 4221.0, 4199.0, 4239.0, 4190.0, 4237.0, 4200.0, 4228.0, 4199.0, 4239.0, 4210.0, 4229.0, 4219.0, 4200.0, 4228.0, 4199.0, 4229.0, 4190.0, 4239.0, 4210.0, 4220.0, 4231.0, 4199.0, 4231.0, 4204.0, 4230.0, 4209.0, 4226.0, 4206.0, 4216.0, 4184.0, 4215.0, 4174.0, 4217.0, 4188.0, 4229.0, 4210.0, 4232.0, 4205.0, 4218.0, 4177.0, 4206.0, 4187.0, 4236.0, 4186.0, 4213.0, 4174.0, 4183.0, 4186.0, 4168.0, 4198.0, 4189.0, 4230.0, 4190.0, 4229.0, 4189.0, 4228.0, 4190.0, 4239.0, 4197.0, 4237.0, 4175.0, 4225.0, 4184.0, 4214.0, 4163.0, 4214.0, 4176.0, 4225.0, 4174.0, 4213.0, 4162.0, 4202.0, 4163.0, 4204.0, 4165.0, 4216.0, 4176.0, 4216.0, 4176.0, 4215.0, 4176.0, 4217.0, 4176.0, 4226.0, 4177.0, 4225.0, 4176.0, 4214.0, 4185.0, 4217.0, 4175.0, 4226.0, 4185.0, 4227.0, 4175.0, 4215.0, 4176.0, 4217.0, 4166.0, 4226.0, 4186.0, 4226.0, 4185.0, 4215.0, 4185.0, 4216.0, 4186.0, 4226.0, 4176.0, 4218.0, 4177.0, 4216.0, 4189.0, 4218.0, 4189.0, 4248.0, 4199.0, 4238.0, 4198.0, 4217.0, 4198.0, 4207.0, 4209.0, 4206.0, 4217.0, 4206.0, 4207.0, 4197.0, 4219.0, 4201.0, 4240.0, 4200.0, 4237.0, 4207.0, 4175.0, 4208.0, 4189.0, 4230.0, 4211.0, 4251.0, 4221.0, 4199.0, 4230.0, 4198.0, 4239.0, 4209.0, 4260.0, 4208.0, 4247.0, 4207.0, 4226.0, 4206.0, 4205.0, 4216.0, 4196.0, 4236.0, 4185.0, 4235.0, 4195.0, 4224.0, 4195.0, 4195.0, 4216.0, 4186.0, 4237.0, 4196.0, 4224.0, 4195.0, 4234.0, 4207.0, 4214.0, 4215.0, 4185.0, 4215.0, 4174.0, 4225.0, 4187.0, 4225.0, 4186.0, 4248.0, 4197.0, 4185.0, 4185.0, 4166.0, 4208.0, 4189.0, 4219.0, 4191.0, 4210.0, 4226.0, 4201.0, 4232.0, 4202.0, 4250.0, 4232.0, 4221.0, 4221.0, 4198.0, 4231.0, 4201.0, 4249.0, 4210.0, 4248.0, 4208.0, 4197.0, 4208.0, 4187.0, 4227.0, 4198.0, 4247.0, 4197.0, 4237.0, 4198.0, 4227.0, 4198.0, 4228.0, 4209.0, 4206.0, 4216.0, 4185.0, 4216.0, 4185.0, 4227.0, 4186.0, 4235.0, 4185.0, 4225.0, 4196.0, 4205.0, 4198.0, 4218.0, 4196.0, 4186.0, 4217.0, 4186.0, 4216.0, 4185.0, 4226.0, 4184.0, 4226.0, 4187.0, 4236.0, 4186.0, 4236.0, 4196.0, 4205.0, 4199.0, 4199.0, 4209.0, 4186.0, 4229.0, 4189.0, 4229.0, 4188.0, 4239.0, 4201.0, 4249.0, 4209.0, 4208.0, 4198.0, 4188.0, 4219.0, 4190.0, 4240.0, 4198.0, 4239.0, 4197.0, 4236.0, 4187.0, 4227.0, 4200.0, 4247.0, 4209.0, 4237.0, 4196.0, 4176.0, 4208.0, 4176.0, 4218.0, 4179.0, 4249.0, 4211.0, 4218.0, 4210.0, 4208.0, 4231.0, 4229.0, 4218.0, 4184.0, 4216.0, 4173.0, 4215.0, 4175.0, 4226.0, 4177.0, 4235.0, 4185.0, 4224.0, 4185.0, 4225.0, 4188.0, 4226.0, 4185.0, 4216.0, 4195.0, 4174.0, 4205.0, 4175.0, 4216.0, 4177.0, 4226.0, 4193.0, 4216.0, 4174.0, 4204.0, 4174.0, 4214.0, 4176.0, 4225.0, 4176.0, 4225.0, 4185.0, 4222.0, 4188.0, 4227.0, 4198.0, 4206.0, 4207.0, 4175.0, 4217.0, 4186.0, 4218.0, 4180.0, 4239.0, 4201.0, 4250.0, 4197.0, 4187.0, 4218.0, 4180.0, 4249.0, 4211.0, 4200.0, 4230.0, 4213.0, 4254.0, 4202.0, 4250.0, 4232.0, 4190.0, 4238.0, 4199.0, 4227.0, 4208.0, 4186.0, 4238.0, 4196.0, 4237.0, 4216.0, 4186.0, 4226.0, 4185.0, 4225.0, 4197.0, 4186.0, 4206.0, 4186.0, 4225.0, 4186.0, 4204.0, 4186.0, 4203.0, 4194.0, 4176.0, 4236.0, 4186.0, 4206.0, 4196.0, 4176.0, 4207.0, 4188.0, 4219.0, 4209.0, 4189.0, 4229.0, 4189.0, 4238.0, 4200.0, 4262.0, 4219.0, 4210.0, 4238.0, 4201.0, 4218.0, 4207.0, 4188.0, 4218.0, 4199.0, 4251.0, 4221.0, 4209.0, 4230.0, 4211.0, 4239.0, 4209.0, 4254.0, 4220.0, 4209.0, 4217.0, 4188.0, 4238.0, 4198.0, 4256.0, 4217.0, 4175.0, 4207.0, 4179.0, 4217.0, 4200.0, 4219.0, 4210.0, 4190.0, 4230.0, 4191.0, 4241.0, 4200.0, 4250.0, 4210.0, 4189.0, 4218.0, 4190.0, 4239.0, 4210.0, 4239.0, 4219.0, 4177.0, 4239.0, 4199.0, 4217.0, 4227.0, 4198.0, 4237.0, 4198.0, 4248.0, 4205.0, 4196.0, 4226.0, 4175.0, 4224.0, 4186.0, 4215.0, 4195.0, 4174.0, 4226.0, 4176.0, 4215.0, 4197.0, 4217.0, 4206.0, 4175.0, 4227.0, 4175.0, 4226.0, 4186.0, 4226.0, 4195.0, 4225.0, 4195.0, 4174.0, 4195.0, 4177.0, 4225.0, 4187.0, 4227.0, 4198.0, 4187.0, 4217.0, 4176.0, 4236.0, 4186.0, 4236.0, 4197.0, 4215.0, 4207.0, 4195.0, 4224.0, 4173.0, 4224.0, 4171.0, 4212.0, 4172.0, 4225.0, 4175.0, 4193.0, 4183.0, 4173.0, 4202.0, 4163.0, 4205.0, 4189.0, 4198.0, 4209.0, 4178.0, 4239.0, 4210.0, 4229.0, 4209.0, 4238.0, 4206.0, 4195.0, 4225.0, 4175.0, 4224.0, 4184.0, 4203.0, 4193.0, 4171.0, 4203.0, 4172.0, 4232.0, 4194.0, 4203.0, 4183.0, 4160.0, 4192.0, 4163.0, 4212.0, 4183.0, 4203.0, 4183.0, 4162.0, 4192.0, 4164.0, 4203.0, 4164.0, 4223.0, 4194.0, 4174.0, 4193.0, 4165.0, 4205.0, 4166.0, 4216.0, 4186.0, 4237.0, 4197.0, 4176.0, 4205.0, 4174.0, 4217.0, 4176.0, 4226.0, 4186.0, 4236.0, 4187.0, 4196.0, 4186.0, 4179.0, 4208.0, 4180.0, 4241.0, 4199.0, 4200.0, 4209.0, 4200.0, 4231.0], 'WindowWidth': [9436.0, 9412.0, 9342.0, 9379.0, 9286.0, 9267.0, 9309.0, 9313.0, 9355.0, 9296.0, 9339.0, 9288.0, 9264.0, 9311.0, 9259.0, 9288.0, 9304.0, 9320.0, 9295.0, 9336.0, 9292.0, 9324.0, 9279.0, 9343.0, 9301.0, 9369.0, 9336.0, 9315.0, 9355.0, 9313.0, 9353.0, 9303.0, 9340.0, 9321.0, 9376.0, 9340.0, 9394.0, 9347.0, 9382.0, 9333.0, 9358.0, 9334.0, 9380.0, 9332.0, 9375.0, 9336.0, 9299.0, 9330.0, 9287.0, 9351.0, 9335.0, 9396.0, 9336.0, 9403.0, 9343.0, 9382.0, 9356.0, 9392.0, 9343.0, 9377.0, 9358.0, 9350.0, 9348.0, 9305.0, 9343.0, 9286.0, 9338.0, 9273.0, 9339.0, 9296.0, 9361.0, 9323.0, 9371.0, 9323.0, 9355.0, 9304.0, 9343.0, 9293.0, 9326.0, 9319.0, 9326.0, 9355.0, 9306.0, 9348.0, 9293.0, 9363.0, 9294.0, 9362.0, 9318.0, 9359.0, 9315.0, 9371.0, 9311.0, 9359.0, 9321.0, 9365.0, 9321.0, 9323.0, 9342.0, 9295.0, 9337.0, 9301.0, 9350.0, 9300.0, 9380.0, 9315.0, 9370.0, 9316.0, 9300.0, 9347.0, 9330.0, 9390.0, 9349.0, 9396.0, 9357.0, 9361.0, 9350.0, 9359.0, 9348.0, 9308.0, 9336.0, 9299.0, 9353.0, 9288.0, 9351.0, 9295.0, 9284.0, 9315.0, 9286.0, 9357.0, 9299.0, 9292.0, 9342.0, 9332.0, 9410.0, 9362.0, 9356.0, 9369.0, 9320.0, 9356.0, 9321.0, 9395.0, 9358.0, 9359.0, 9360.0, 9341.0, 9382.0, 9345.0, 9383.0, 9329.0, 9380.0, 9339.0, 9294.0, 9349.0, 9336.0, 9372.0, 9335.0, 9314.0, 9353.0, 9327.0, 9394.0, 9338.0, 9371.0, 9367.0, 9328.0, 9414.0, 9353.0, 9320.0, 9363.0, 9307.0, 9361.0, 9305.0, 9370.0, 9321.0, 9378.0, 9322.0, 9289.0, 9337.0, 9314.0, 9312.0, 9310.0, 9297.0, 9358.0, 9330.0, 9358.0, 9327.0, 9350.0, 9367.0, 9321.0, 9357.0, 9327.0, 9362.0, 9299.0, 9347.0, 9325.0, 9328.0, 9311.0, 9291.0, 9324.0, 9304.0, 9340.0, 9303.0, 9299.0, 9332.0, 9307.0, 9351.0, 9312.0, 9349.0, 9298.0, 9322.0, 9309.0, 9273.0, 9317.0, 9282.0, 9338.0, 9312.0, 9345.0, 9296.0, 9265.0, 9294.0, 9262.0, 9292.0, 9258.0, 9305.0, 9284.0, 9342.0, 9322.0, 9325.0, 9316.0, 9295.0, 9331.0, 9286.0, 9314.0, 9290.0, 9320.0, 9294.0, 9352.0, 9318.0, 9311.0, 9339.0, 9299.0, 9338.0, 9298.0, 9337.0, 9291.0, 9342.0, 9317.0, 9347.0, 9304.0, 9361.0, 9325.0, 9358.0, 9292.0, 9311.0, 9287.0, 9317.0, 9295.0, 9340.0, 9322.0, 9371.0, 9337.0, 9373.0, 9346.0, 9370.0, 9331.0, 9384.0, 9349.0, 9396.0, 9356.0, 9364.0, 9341.0, 9350.0, 9346.0, 9343.0, 9345.0, 9318.0, 9360.0, 9326.0, 9359.0, 9327.0, 9380.0, 9344.0, 9393.0, 9352.0, 9403.0, 9350.0, 9385.0, 9330.0, 9363.0, 9328.0, 9363.0, 9331.0, 9377.0, 9338.0, 9394.0, 9329.0, 9362.0, 9327.0, 9332.0, 9314.0, 9348.0, 9316.0, 9381.0, 9334.0, 9378.0, 9331.0, 9362.0, 9314.0, 9364.0, 9326.0, 9368.0, 9325.0, 9361.0, 9300.0, 9352.0, 9299.0, 9341.0, 9315.0, 9357.0, 9324.0, 9381.0, 9346.0, 9380.0, 9331.0, 9370.0, 9333.0, 9373.0, 9338.0, 9399.0, 9365.0, 9402.0, 9358.0, 9384.0, 9346.0, 9380.0, 9344.0, 9371.0, 9357.0, 9355.0, 9367.0, 9323.0, 9353.0, 9311.0, 9355.0, 9322.0, 9370.0, 9329.0, 9380.0, 9330.0, 9379.0, 9329.0, 9369.0, 9332.0, 9378.0, 9342.0, 9378.0, 9326.0, 9337.0, 9329.0, 9304.0, 9347.0, 9308.0, 9375.0, 9337.0, 9375.0, 9339.0, 9378.0, 9358.0, 9409.0, 9370.0, 9368.0, 9381.0, 9337.0, 9390.0, 9329.0, 9393.0, 9351.0, 9414.0, 9361.0, 9392.0, 9339.0, 9364.0, 9344.0, 9315.0, 9368.0, 9317.0, 9380.0, 9327.0, 9378.0, 9341.0, 9396.0, 9357.0, 9349.0, 9351.0, 9313.0, 9345.0, 9304.0, 9344.0, 9295.0, 9376.0, 9335.0, 9353.0, 9325.0, 9297.0, 9343.0, 9318.0, 9359.0, 9330.0, 9383.0, 9344.0, 9382.0, 9342.0, 9380.0, 9345.0, 9333.0, 9366.0, 9324.0, 9357.0, 9313.0, 9366.0, 9335.0, 9384.0, 9345.0, 9329.0, 9368.0, 9330.0, 9368.0, 9313.0, 9367.0, 9327.0, 9395.0, 9348.0, 9336.0, 9355.0, 9311.0, 9349.0, 9301.0, 9372.0, 9335.0, 9371.0, 9342.0, 9321.0, 9363.0, 9314.0, 9376.0, 9325.0, 9383.0, 9332.0, 9395.0, 9329.0, 9379.0, 9331.0, 9298.0, 9347.0, 9324.0, 9370.0, 9323.0, 9391.0, 9367.0, 9374.0, 9364.0, 9405.0, 9365.0, 9397.0, 9358.0, 9328.0, 9355.0, 9315.0, 9378.0, 9330.0, 9402.0, 9366.0, 9375.0, 9362.0, 9350.0, 9353.0, 9396.0, 9355.0, 9408.0, 9351.0, 9336.0, 9330.0, 9294.0, 9337.0, 9325.0, 9360.0, 9340.0, 9375.0, 9345.0, 9346.0, 9360.0, 9361.0, 9364.0, 9400.0, 9355.0, 9338.0, 9353.0, 9309.0, 9354.0, 9311.0, 9363.0, 9314.0, 9375.0, 9343.0, 9350.0, 9330.0, 9354.0, 9360.0, 9328.0, 9382.0, 9318.0, 9377.0, 9330.0, 9363.0, 9327.0, 9380.0, 9343.0, 9368.0, 9354.0, 9332.0, 9366.0, 9328.0, 9366.0, 9319.0, 9382.0, 9345.0, 9357.0, 9372.0, 9328.0, 9372.0, 9329.0, 9370.0, 9339.0, 9358.0, 9331.0, 9345.0, 9300.0, 9341.0, 9290.0, 9349.0, 9315.0, 9367.0, 9346.0, 9379.0, 9349.0, 9350.0, 9294.0, 9331.0, 9308.0, 9370.0, 9305.0, 9335.0, 9285.0, 9298.0, 9307.0, 9286.0, 9327.0, 9317.0, 9371.0, 9321.0, 9367.0, 9315.0, 9366.0, 9318.0, 9380.0, 9322.0, 9373.0, 9290.0, 9355.0, 9299.0, 9336.0, 9270.0, 9340.0, 9291.0, 9355.0, 9285.0, 9335.0, 9269.0, 9319.0, 9270.0, 9326.0, 9278.0, 9344.0, 9293.0, 9346.0, 9294.0, 9343.0, 9292.0, 9348.0, 9293.0, 9360.0, 9293.0, 9356.0, 9290.0, 9340.0, 9303.0, 9345.0, 9290.0, 9359.0, 9304.0, 9360.0, 9289.0, 9343.0, 9293.0, 9348.0, 9279.0, 9360.0, 9306.0, 9360.0, 9304.0, 9342.0, 9303.0, 9345.0, 9305.0, 9360.0, 9295.0, 9349.0, 9298.0, 9346.0, 9314.0, 9351.0, 9316.0, 9392.0, 9329.0, 9378.0, 9326.0, 9348.0, 9327.0, 9337.0, 9340.0, 9333.0, 9348.0, 9332.0, 9333.0, 9324.0, 9356.0, 9338.0, 9388.0, 9335.0, 9378.0, 9336.0, 9294.0, 9342.0, 9317.0, 9371.0, 9351.0, 9402.0, 9363.0, 9330.0, 9371.0, 9326.0, 9383.0, 9341.0, 9410.0, 9338.0, 9389.0, 9335.0, 9358.0, 9332.0, 9331.0, 9347.0, 9318.0, 9371.0, 9303.0, 9368.0, 9318.0, 9353.0, 9318.0, 9317.0, 9345.0, 9306.0, 9374.0, 9320.0, 9354.0, 9317.0, 9368.0, 9335.0, 9339.0, 9341.0, 9300.0, 9341.0, 9289.0, 9355.0, 9308.0, 9357.0, 9307.0, 9392.0, 9324.0, 9302.0, 9303.0, 9280.0, 9342.0, 9317.0, 9356.0, 9321.0, 9346.0, 9378.0, 9340.0, 9381.0, 9339.0, 9399.0, 9378.0, 9363.0, 9361.0, 9326.0, 9372.0, 9333.0, 9395.0, 9345.0, 9393.0, 9340.0, 9322.0, 9337.0, 9312.0, 9364.0, 9325.0, 9389.0, 9323.0, 9375.0, 9326.0, 9362.0, 9326.0, 9365.0, 9340.0, 9333.0, 9347.0, 9303.0, 9345.0, 9303.0, 9360.0, 9308.0, 9370.0, 9304.0, 9357.0, 9320.0, 9330.0, 9327.0, 9352.0, 9322.0, 9307.0, 9349.0, 9305.0, 9346.0, 9303.0, 9359.0, 9301.0, 9359.0, 9310.0, 9372.0, 9307.0, 9372.0, 9322.0, 9332.0, 9329.0, 9330.0, 9342.0, 9310.0, 9369.0, 9314.0, 9368.0, 9313.0, 9382.0, 9334.0, 9394.0, 9341.0, 9340.0, 9325.0, 9311.0, 9354.0, 9318.0, 9385.0, 9327.0, 9380.0, 9325.0, 9373.0, 9309.0, 9363.0, 9331.0, 9390.0, 9343.0, 9377.0, 9322.0, 9293.0, 9338.0, 9295.0, 9352.0, 9302.0, 9396.0, 9351.0, 9355.0, 9345.0, 9340.0, 9374.0, 9369.0, 9351.0, 9302.0, 9345.0, 9286.0, 9343.0, 9292.0, 9360.0, 9297.0, 9370.0, 9305.0, 9355.0, 9305.0, 9357.0, 9314.0, 9360.0, 9307.0, 9346.0, 9317.0, 9288.0, 9332.0, 9291.0, 9346.0, 9297.0, 9361.0, 9313.0, 9344.0, 9286.0, 9327.0, 9288.0, 9341.0, 9294.0, 9356.0, 9293.0, 9357.0, 9306.0, 9351.0, 9315.0, 9364.0, 9327.0, 9334.0, 9337.0, 9293.0, 9350.0, 9309.0, 9353.0, 9307.0, 9382.0, 9336.0, 9400.0, 9325.0, 9313.0, 9356.0, 9308.0, 9397.0, 9348.0, 9334.0, 9375.0, 9359.0, 9411.0, 9339.0, 9400.0, 9379.0, 9319.0, 9381.0, 9330.0, 9363.0, 9338.0, 9307.0, 9378.0, 9322.0, 9376.0, 9346.0, 9307.0, 9358.0, 9305.0, 9357.0, 9323.0, 9307.0, 9332.0, 9309.0, 9358.0, 9308.0, 9329.0, 9306.0, 9327.0, 9315.0, 9294.0, 9375.0, 9310.0, 9334.0, 9321.0, 9294.0, 9339.0, 9316.0, 9357.0, 9344.0, 9318.0, 9370.0, 9318.0, 9380.0, 9332.0, 9421.0, 9358.0, 9345.0, 9379.0, 9335.0, 9354.0, 9336.0, 9315.0, 9355.0, 9331.0, 9403.0, 9363.0, 9343.0, 9371.0, 9348.0, 9381.0, 9341.0, 9399.0, 9358.0, 9342.0, 9350.0, 9311.0, 9380.0, 9326.0, 9402.0, 9349.0, 9294.0, 9335.0, 9304.0, 9353.0, 9333.0, 9358.0, 9346.0, 9321.0, 9373.0, 9325.0, 9389.0, 9334.0, 9400.0, 9347.0, 9316.0, 9356.0, 9319.0, 9382.0, 9347.0, 9384.0, 9356.0, 9298.0, 9381.0, 9329.0, 9350.0, 9366.0, 9326.0, 9376.0, 9327.0, 9393.0, 9334.0, 9320.0, 9358.0, 9292.0, 9354.0, 9306.0, 9345.0, 9317.0, 9287.0, 9361.0, 9295.0, 9342.0, 9324.0, 9349.0, 9333.0, 9291.0, 9362.0, 9292.0, 9359.0, 9310.0, 9358.0, 9317.0, 9357.0, 9316.0, 9288.0, 9320.0, 9298.0, 9358.0, 9311.0, 9364.0, 9328.0, 9310.0, 9353.0, 9297.0, 9373.0, 9309.0, 9373.0, 9324.0, 9345.0, 9337.0, 9315.0, 9354.0, 9285.0, 9353.0, 9280.0, 9332.0, 9284.0, 9358.0, 9293.0, 9310.0, 9298.0, 9284.0, 9323.0, 9273.0, 9332.0, 9318.0, 9326.0, 9343.0, 9301.0, 9382.0, 9345.0, 9368.0, 9341.0, 9377.0, 9333.0, 9316.0, 9356.0, 9289.0, 9354.0, 9301.0, 9323.0, 9311.0, 9280.0, 9323.0, 9283.0, 9361.0, 9313.0, 9324.0, 9296.0, 9263.0, 9305.0, 9270.0, 9334.0, 9298.0, 9322.0, 9296.0, 9268.0, 9308.0, 9274.0, 9325.0, 9276.0, 9353.0, 9314.0, 9287.0, 9313.0, 9276.0, 9329.0, 9280.0, 9345.0, 9307.0, 9375.0, 9323.0, 9293.0, 9331.0, 9289.0, 9350.0, 9292.0, 9357.0, 9307.0, 9374.0, 9309.0, 9320.0, 9307.0, 9306.0, 9343.0, 9308.0, 9389.0, 9333.0, 9334.0, 9343.0, 9334.0, 9374.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.0007150466417910447</td></tr>
<tr><td colspan=3>aqi</td><td>0.07025960513059701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.66146885132591</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1376529945471527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9087753597385634</td></tr>
<tr><td colspan=3>efc</td><td>0.4795</td></tr>
<tr><td colspan=3>fber</td><td>4624.7778</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10822476703292473</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.037313432835821</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7510394887089515</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8312735688608144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7634893886587335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6583555086073076</td></tr>
<tr><td colspan=3>gcor</td><td>0.00338411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008707020431756973</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.00903243012726307</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.94608995372446</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.7542</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3623</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.1095</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.3729</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5941</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.3371</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.2993</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.6734</td></tr>
<tr><td colspan=3>tsnr</td><td>25.753065437311307</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>