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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:59:45.530000</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.996458, 0.0677121, -0.0498683, -0.0672328, 0.997674, 0.0112292]</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.141998</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>[4147, -7716, -7177, 528, -71, -46, 87, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>323.927</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc80e6ac-7976-475e-a863-a22e210c39b5||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.6734235286712646, -0.18038073182106018, -0.13638417422771454, 125.09634399414062], [-0.18166671693325043, 2.6766867637634277, 0.02115897834300995, -73.76412963867188], [-0.13379298150539398, -0.030127177014946938, 2.696470260620117, -24.771530151367188], [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': ['095945.530000', '095945.990000', '095946.450000', '095946.910000', '095947.370000', '095947.830000', '095948.290000', '095948.750000', '095949.210000', '095949.670000', '095950.130000', '095950.590000', '095951.050000', '095951.510000', '095951.970000', '095952.430000', '095952.890000', '095953.350000', '095953.810000', '095954.270000', '095954.730000', '095955.190000', '095955.650000', '095956.110000', '095956.570000', '095957.030000', '095957.490000', '095957.950000', '095958.410000', '095958.870000', '095959.330000', '095959.790000', '100000.250000', '100000.710000', '100001.170000', '100001.630000', '100002.090000', '100002.550000', '100003.010000', '100003.470000', '100003.930000', '100004.390000', '100004.850000', '100005.310000', '100005.770000', '100006.230000', '100006.690000', '100007.150000', '100007.610000', '100008.070000', '100008.530000', '100008.990000', '100009.450000', '100009.910000', '100010.370000', '100010.830000', '100011.290000', '100011.750000', '100012.210000', '100012.670000', '100013.130000', '100013.590000', '100014.050000', '100014.510000', '100014.970000', '100015.430000', '100015.890000', '100016.350000', '100016.810000', '100017.270000', '100017.730000', '100018.190000', '100018.650000', '100019.110000', '100019.570000', '100020.030000', '100020.490000', '100020.950000', '100021.410000', '100021.870000', '100022.330000', '100022.790000', '100023.250000', '100023.710000', '100024.170000', '100024.630000', '100025.090000', '100025.550000', '100026.010000', '100026.470000', '100026.930000', '100027.390000', '100027.850000', '100028.310000', '100028.770000', '100029.230000', '100029.690000', '100030.150000', '100030.610000', '100031.070000', '100031.530000', '100031.990000', '100032.450000', '100032.910000', '100033.370000', '100033.830000', '100034.290000', '100034.750000', '100035.210000', '100035.670000', '100036.130000', '100036.590000', '100037.050000', '100037.510000', '100037.970000', '100038.430000', '100038.890000', '100039.350000', '100039.810000', '100040.270000', '100040.730000', '100041.190000', '100041.650000', '100042.110000', '100042.570000', '100043.030000', '100043.490000', '100043.950000', '100044.410000', '100044.870000', '100045.330000', '100045.790000', '100046.250000', '100046.710000', '100047.170000', '100047.630000', '100048.090000', '100048.550000', '100049.010000', '100049.470000', '100049.930000', '100050.390000', '100050.850000', '100051.310000', '100051.770000', '100052.230000', '100052.690000', '100053.150000', '100053.610000', '100054.070000', '100054.530000', '100054.990000', '100055.450000', '100055.910000', '100056.370000', '100056.830000', '100057.290000', '100057.750000', '100058.210000', '100058.670000', '100059.130000', '100059.590000', '100100.050000', '100100.510000', '100100.970000', '100101.430000', '100101.890000', '100102.350000', '100102.810000', '100103.270000', '100103.730000', '100104.190000', '100104.650000', '100105.110000', '100105.570000', '100106.030000', '100106.490000', '100106.950000', '100107.410000', '100107.870000', '100108.330000', '100108.790000', '100109.250000', '100109.710000', '100110.170000', '100110.630000', '100111.090000', '100111.550000', '100112.010000', '100112.470000', '100112.930000', '100113.390000', '100113.850000', '100114.310000', '100114.770000', '100115.230000', '100115.690000', '100116.150000', '100116.610000', '100117.070000', '100117.530000', '100117.990000', '100118.450000', '100118.910000', '100119.370000', '100119.830000', '100120.290000', '100120.750000', '100121.210000', '100121.670000', '100122.130000', '100122.590000', '100123.050000', '100123.510000', '100123.970000', '100124.430000', '100124.890000', '100125.350000', '100125.810000', '100126.270000', '100126.730000', '100127.190000', '100127.650000', '100128.110000', '100128.570000', '100129.030000', '100129.490000', '100129.950000', '100130.410000', '100130.870000', '100131.330000', '100131.790000', '100132.250000', '100132.710000', '100133.170000', '100133.630000', '100134.090000', '100134.550000', '100135.010000', '100135.470000', '100135.930000', '100136.390000', '100136.850000', '100137.310000', '100137.770000', '100138.230000', '100138.690000', '100139.150000', '100139.610000', '100140.070000', '100140.530000', '100140.990000', '100141.450000', '100141.910000', '100142.370000', '100142.830000', '100143.290000', '100143.750000', '100144.210000', '100144.670000', '100145.130000', '100145.590000', '100146.050000', '100146.510000', '100146.970000', '100147.430000', '100147.890000', '100148.350000', '100148.810000', '100149.270000', '100149.730000', '100150.190000', '100150.650000', '100151.110000', '100151.570000', '100152.030000', '100152.490000', '100152.950000', '100153.410000', '100153.870000', '100154.330000', '100154.790000', '100155.250000', '100155.710000', '100156.170000', '100156.630000', '100157.090000', '100157.550000', '100158.010000', '100158.470000', '100158.930000', '100159.390000', '100159.850000', '100200.310000', '100200.770000', '100201.230000', '100201.690000', '100202.150000', '100202.610000', '100203.070000', '100203.530000', '100203.990000', '100204.450000', '100204.910000', '100205.370000', '100205.830000', '100206.290000', '100206.750000', '100207.210000', '100207.670000', '100208.130000', '100208.590000', '100209.050000', '100209.510000', '100209.970000', '100210.430000', '100210.890000', '100211.350000', '100211.810000', '100212.270000', '100212.730000', '100213.190000', '100213.650000', '100214.110000', '100214.570000', '100215.030000', '100215.490000', '100215.950000', '100216.410000', '100216.870000', '100217.330000', '100217.790000', '100218.250000', '100218.710000', '100219.170000', '100219.630000', '100220.090000', '100220.550000', '100221.010000', '100221.470000', '100221.930000', '100222.390000', '100222.850000', '100223.310000', '100223.770000', '100224.230000', '100224.690000', '100225.150000', '100225.610000', '100226.070000', '100226.530000', '100226.990000', '100227.450000', '100227.910000', '100228.370000', '100228.830000', '100229.290000', '100229.750000', '100230.210000', '100230.670000', '100231.130000', '100231.590000', '100232.050000', '100232.510000', '100232.970000', '100233.430000', '100233.890000', '100234.350000', '100234.810000', '100235.270000', '100235.730000', '100236.190000', '100236.650000', '100237.110000', '100237.570000', '100238.030000', '100238.490000', '100238.950000', '100239.410000', '100239.870000', '100240.330000', '100240.790000', '100241.250000', '100241.710000', '100242.170000', '100242.630000', '100243.090000', '100243.550000', '100244.010000', '100244.470000', '100244.930000', '100245.390000', '100245.850000', '100246.310000', '100246.770000', '100247.230000', '100247.690000', '100248.150000', '100248.610000', '100249.070000', '100249.530000', '100249.990000', '100250.450000', '100250.910000', '100251.370000', '100251.830000', '100252.290000', '100252.750000', '100253.210000', '100253.670000', '100254.130000', '100254.590000', '100255.050000', '100255.510000', '100255.970000', '100256.430000', '100256.890000', '100257.350000', '100257.810000', '100258.270000', '100258.730000', '100259.190000', '100259.650000', '100300.110000', '100300.570000', '100301.030000', '100301.490000', '100301.950000', '100302.410000', '100302.870000', '100303.330000', '100303.790000', '100304.250000', '100304.710000', '100305.170000', '100305.630000', '100306.090000', '100306.550000', '100307.010000', '100307.470000', '100307.930000', '100308.390000', '100308.850000', '100309.310000', '100309.770000', '100310.230000', '100310.690000', '100311.150000', '100311.610000', '100312.070000', '100312.530000', '100312.990000', '100313.450000', '100313.910000', '100314.370000', '100314.830000', '100315.290000', '100315.750000', '100316.210000', '100316.670000', '100317.130000', '100317.590000', '100318.050000', '100318.510000', '100318.970000', '100319.430000', '100319.890000', '100320.350000', '100320.810000', '100321.270000', '100321.730000', '100322.190000', '100322.650000', '100323.110000', '100323.570000', '100324.030000', '100324.490000', '100324.950000', '100325.410000', '100325.870000', '100326.330000', '100326.790000', '100327.250000', '100327.710000', '100328.170000', '100328.630000', '100329.090000', '100329.550000', '100330.010000', '100330.470000', '100330.930000', '100331.390000', '100331.850000', '100332.310000', '100332.770000', '100333.230000', '100333.690000', '100334.150000', '100334.610000', '100335.070000', '100335.530000', '100335.990000', '100336.450000', '100336.910000', '100337.370000', '100337.830000', '100338.290000', '100338.750000', '100339.210000', '100339.670000', '100340.130000', '100340.590000', '100341.050000', '100341.510000', '100341.970000', '100342.430000', '100342.890000', '100343.350000', '100343.810000', '100344.270000', '100344.730000', '100345.190000', '100345.650000', '100346.110000', '100346.570000', '100347.030000', '100347.490000', '100347.950000', '100348.410000', '100348.870000', '100349.330000', '100349.790000', '100350.250000', '100350.710000', '100351.170000', '100351.630000', '100352.090000', '100352.550000', '100353.010000', '100353.470000', '100353.930000', '100354.390000', '100354.850000', '100355.310000', '100355.770000', '100356.230000', '100356.690000', '100357.150000', '100357.610000', '100358.070000', '100358.530000', '100358.990000', '100359.450000', '100359.910000', '100400.370000', '100400.830000', '100401.290000', '100401.750000', '100402.210000', '100402.670000', '100403.130000', '100403.590000', '100404.050000', '100404.510000', '100404.970000', '100405.430000', '100405.890000', '100406.350000', '100406.810000', '100407.270000', '100407.730000', '100408.190000', '100408.650000', '100409.110000', '100409.570000', '100410.030000', '100410.490000', '100410.950000', '100411.410000', '100411.870000', '100412.330000', '100412.790000', '100413.250000', '100413.710000', '100414.170000', '100414.630000', '100415.090000', '100415.550000', '100416.010000', '100416.470000', '100416.930000', '100417.390000', '100417.850000', '100418.310000', '100418.770000', '100419.230000', '100419.690000', '100420.150000', '100420.610000', '100421.070000', '100421.530000', '100421.990000', '100422.450000', '100422.910000', '100423.370000', '100423.830000', '100424.290000', '100424.750000', '100425.210000', '100425.670000', '100426.130000', '100426.590000', '100427.050000', '100427.510000', '100427.970000', '100428.430000', '100428.890000', '100429.350000', '100429.810000', '100430.270000', '100430.730000', '100431.190000', '100431.650000', '100432.110000', '100432.570000', '100433.030000', '100433.490000', '100433.950000', '100434.410000', '100434.870000', '100435.330000', '100435.790000', '100436.250000', '100436.710000', '100437.170000', '100437.630000', '100438.090000', '100438.550000', '100439.010000', '100439.470000', '100439.930000', '100440.390000', '100440.850000', '100441.310000', '100441.770000', '100442.230000', '100442.690000', '100443.150000', '100443.610000', '100444.070000', '100444.530000', '100444.990000', '100445.450000', '100445.910000', '100446.370000', '100446.830000', '100447.290000', '100447.750000', '100448.210000', '100448.670000', '100449.130000', '100449.590000', '100450.050000', '100450.510000', '100450.970000', '100451.430000', '100451.890000', '100452.350000', '100452.810000', '100453.270000', '100453.730000', '100454.190000', '100454.650000', '100455.110000', '100455.570000', '100456.030000', '100456.490000', '100456.950000', '100457.410000', '100457.870000', '100458.330000', '100458.790000', '100459.250000', '100459.710000', '100500.170000', '100500.630000', '100501.090000', '100501.550000', '100502.010000', '100502.470000', '100502.930000', '100503.390000', '100503.850000', '100504.310000', '100504.770000', '100505.230000', '100505.690000', '100506.150000', '100506.610000', '100507.070000', '100507.530000', '100507.990000', '100508.450000', '100508.910000', '100509.370000', '100509.830000', '100510.290000', '100510.750000', '100511.210000', '100511.670000', '100512.130000', '100512.590000', '100513.050000', '100513.510000', '100513.970000', '100514.430000', '100514.890000', '100515.350000', '100515.810000', '100516.270000', '100516.730000', '100517.190000', '100517.650000', '100518.110000', '100518.570000', '100519.030000', '100519.490000', '100519.950000', '100520.410000', '100520.870000', '100521.330000', '100521.790000', '100522.250000', '100522.710000', '100523.170000', '100523.630000', '100524.090000', '100524.550000', '100525.010000', '100525.470000', '100525.930000', '100526.390000', '100526.850000', '100527.310000', '100527.770000', '100528.230000', '100528.690000', '100529.150000', '100529.610000', '100530.070000', '100530.530000', '100530.990000', '100531.450000', '100531.910000', '100532.370000', '100532.830000', '100533.290000', '100533.750000', '100534.210000', '100534.670000', '100535.130000', '100535.590000', '100536.050000', '100536.510000', '100536.970000', '100537.430000', '100537.890000', '100538.350000', '100538.810000', '100539.270000', '100539.730000', '100540.190000', '100540.650000', '100541.110000', '100541.570000', '100542.030000', '100542.490000', '100542.950000', '100543.410000', '100543.870000', '100544.330000', '100544.790000', '100545.250000', '100545.710000', '100546.170000', '100546.630000', '100547.090000', '100547.550000', '100548.010000', '100548.470000', '100548.930000', '100549.390000', '100549.850000', '100550.310000', '100550.770000', '100551.230000', '100551.690000', '100552.150000', '100552.610000', '100553.070000', '100553.530000', '100553.990000', '100554.450000', '100554.910000', '100555.370000', '100555.830000', '100556.290000', '100556.750000', '100557.210000', '100557.670000', '100558.130000', '100558.590000', '100559.050000', '100559.510000', '100559.970000', '100600.430000', '100600.890000', '100601.350000', '100601.810000', '100602.270000', '100602.730000', '100603.190000', '100603.650000', '100604.110000', '100604.570000', '100605.030000', '100605.490000', '100605.950000', '100606.410000', '100606.870000', '100607.330000', '100607.790000', '100608.250000', '100608.710000', '100609.170000', '100609.630000', '100610.090000', '100610.550000', '100611.010000', '100611.470000', '100611.930000', '100612.390000', '100612.850000', '100613.310000', '100613.770000', '100614.230000', '100614.690000', '100615.150000', '100615.610000', '100616.070000', '100616.530000', '100616.990000', '100617.450000', '100617.910000', '100618.370000', '100618.830000', '100619.290000', '100619.750000', '100620.210000', '100620.670000', '100621.130000', '100621.590000', '100622.050000', '100622.510000', '100622.970000', '100623.430000', '100623.890000', '100624.350000', '100624.810000', '100625.270000', '100625.730000', '100626.190000', '100626.650000', '100627.110000', '100627.570000', '100628.030000', '100628.490000', '100628.950000', '100629.410000', '100629.870000', '100630.330000', '100630.790000', '100631.250000', '100631.710000', '100632.170000', '100632.630000', '100633.090000', '100633.550000', '100634.010000', '100634.470000', '100634.930000', '100635.390000', '100635.850000', '100636.310000', '100636.770000', '100637.230000', '100637.690000', '100638.150000', '100638.610000', '100639.070000', '100639.530000', '100639.990000', '100640.450000', '100640.910000', '100641.370000', '100641.830000', '100642.290000', '100642.750000', '100643.210000', '100643.670000', '100644.130000', '100644.590000', '100645.050000', '100645.510000', '100645.970000', '100646.430000', '100646.890000', '100647.350000', '100647.810000', '100648.270000', '100648.730000', '100649.190000', '100649.650000', '100650.110000', '100650.570000', '100651.030000', '100651.490000', '100651.950000', '100652.410000', '100652.870000', '100653.330000', '100653.790000', '100654.250000', '100654.710000', '100655.170000', '100655.630000', '100656.090000', '100656.550000', '100657.010000', '100657.470000', '100657.930000', '100658.390000', '100658.850000', '100659.310000', '100659.770000', '100700.230000', '100700.690000', '100701.150000', '100701.610000', '100702.070000', '100702.530000', '100702.990000', '100703.450000', '100703.910000', '100704.370000', '100704.830000', '100705.290000', '100705.750000', '100706.210000', '100706.670000', '100707.130000', '100707.590000', '100708.050000', '100708.510000', '100708.970000', '100709.430000', '100709.890000', '100710.350000', '100710.810000', '100711.270000', '100711.730000', '100712.190000', '100712.650000', '100713.110000', '100713.570000', '100714.030000', '100714.490000', '100714.950000', '100715.410000', '100715.870000', '100716.330000', '100716.790000', '100717.250000', '100717.710000', '100718.170000', '100718.630000', '100719.090000', '100719.550000', '100720.010000', '100720.470000', '100720.930000', '100721.390000', '100721.850000', '100722.310000', '100722.770000', '100723.230000', '100723.690000', '100724.150000', '100724.610000', '100725.070000', '100725.530000', '100725.990000', '100726.450000', '100726.910000', '100727.370000', '100727.830000', '100728.290000', '100728.750000', '100729.210000', '100729.670000', '100730.130000', '100730.590000', '100731.050000', '100731.510000', '100731.970000', '100732.430000', '100732.890000', '100733.350000', '100733.810000', '100734.270000', '100734.730000', '100735.190000', '100735.650000', '100736.110000', '100736.570000', '100737.030000', '100737.490000', '100737.950000', '100738.410000', '100738.870000', '100739.330000', '100739.790000', '100740.250000', '100740.710000', '100741.170000', '100741.630000', '100742.090000', '100742.550000', '100743.010000', '100743.470000', '100743.930000', '100744.390000', '100744.850000', '100745.310000', '100745.770000', '100746.230000', '100746.690000', '100747.150000', '100747.610000', '100748.070000', '100748.530000', '100748.990000', '100749.450000', '100749.910000', '100750.370000', '100750.830000', '100751.290000', '100751.750000', '100752.210000', '100752.670000', '100753.130000', '100753.590000', '100754.050000', '100754.510000', '100754.970000', '100755.430000', '100755.890000', '100756.350000', '100756.810000', '100757.270000', '100757.730000', '100758.190000', '100758.650000'], 'ContentTime': ['095955.234000', '095955.238000', '095955.240000', '095955.243000', '095955.246000', '095955.249000', '095955.252000', '095955.255000', '095955.258000', '095955.261000', '095955.275000', '095955.278000', '095955.280000', '095955.283000', '095955.286000', '095955.289000', '095955.299000', '095955.302000', '095955.304000', '095955.307000', '100015.194000', '100015.197000', '100015.200000', '100015.202000', '100015.205000', '100015.208000', '100015.211000', '100015.214000', '100015.216000', '100015.219000', '100015.222000', '100015.225000', '100015.228000', '100015.230000', '100015.233000', '100015.236000', '100015.239000', '100015.241000', '100015.244000', '100015.247000', '100015.250000', '100015.253000', '100015.255000', '100015.258000', '100015.261000', '100015.264000', '100015.266000', '100015.269000', '100015.272000', '100015.275000', '100015.278000', '100015.280000', '100015.283000', '100015.286000', '100015.289000', '100015.291000', '100015.294000', '100015.297000', '100015.300000', '100015.314000', '100015.317000', '100015.319000', '100015.322000', '100015.325000', '100035.194000', '100035.197000', '100035.200000', '100035.202000', '100035.205000', '100035.208000', '100035.211000', '100035.214000', '100035.216000', '100035.219000', '100035.222000', '100035.225000', '100035.227000', '100035.230000', '100035.233000', '100035.236000', '100035.238000', '100035.241000', '100035.244000', '100035.247000', '100035.250000', '100035.252000', '100035.255000', '100035.258000', '100035.261000', '100035.264000', '100035.267000', '100035.269000', '100035.272000', '100035.275000', '100035.278000', '100035.281000', '100035.284000', '100035.287000', '100035.289000', '100035.292000', '100035.295000', '100035.298000', '100035.301000', '100035.303000', '100035.306000', '100035.309000', '100035.312000', '100055.194000', '100055.197000', '100055.200000', '100055.202000', '100055.205000', '100055.208000', '100055.211000', '100055.214000', '100055.216000', '100055.219000', '100055.222000', '100055.225000', '100055.228000', '100055.230000', '100055.233000', '100055.236000', '100055.239000', '100055.242000', '100055.244000', '100055.247000', '100055.250000', '100055.253000', '100055.256000', '100055.258000', '100055.261000', '100055.264000', '100055.267000', '100055.270000', '100055.272000', '100055.275000', '100055.278000', '100055.281000', '100055.284000', '100055.287000', '100055.289000', '100055.292000', '100055.295000', '100055.298000', '100055.301000', '100055.303000', '100055.306000', '100055.309000', '100055.312000', '100055.314000', '100115.194000', '100115.197000', '100115.200000', '100115.203000', '100115.205000', '100115.208000', '100115.211000', '100115.214000', '100115.217000', '100115.219000', '100115.222000', '100115.225000', '100115.228000', '100115.231000', '100115.234000', '100115.237000', '100115.240000', '100115.243000', '100115.246000', '100115.249000', '100115.251000', '100115.254000', '100115.257000', '100115.260000', '100115.263000', '100115.265000', '100115.268000', '100115.271000', '100115.274000', '100115.276000', '100115.279000', '100115.282000', '100115.285000', '100115.289000', '100115.292000', '100115.294000', '100115.297000', '100115.300000', '100115.303000', '100115.306000', '100115.309000', '100115.311000', '100115.314000', '100135.194000', '100135.197000', '100135.200000', '100135.202000', '100135.205000', '100135.208000', '100135.211000', '100135.214000', '100135.216000', '100135.219000', '100135.222000', '100135.225000', '100135.228000', '100135.230000', '100135.233000', '100135.236000', '100135.239000', '100135.242000', '100135.244000', '100135.247000', '100135.250000', '100135.253000', '100135.255000', '100135.258000', '100135.261000', '100135.264000', '100135.267000', '100135.270000', '100135.272000', '100135.275000', '100135.278000', '100135.281000', '100135.294000', '100135.297000', '100135.300000', '100135.303000', '100135.305000', '100135.308000', '100135.311000', '100135.314000', '100135.317000', '100135.319000', '100135.322000', '100135.325000', '100155.194000', '100155.197000', '100155.200000', '100155.203000', '100155.205000', '100155.208000', '100155.211000', '100155.214000', '100155.217000', '100155.220000', '100155.222000', '100155.225000', '100155.228000', '100155.231000', '100155.234000', '100155.236000', '100155.239000', '100155.242000', '100155.245000', '100155.248000', '100155.251000', '100155.253000', '100155.256000', '100155.259000', '100155.262000', '100155.265000', '100155.267000', '100155.270000', '100155.273000', '100155.276000', '100155.279000', '100155.281000', '100155.284000', '100155.287000', '100155.290000', '100155.293000', '100155.296000', '100155.298000', '100155.301000', '100155.304000', '100155.309000', '100155.313000', '100155.316000', '100215.194000', '100215.197000', '100215.200000', '100215.202000', '100215.205000', '100215.208000', '100215.211000', '100215.214000', '100215.216000', '100215.219000', '100215.222000', '100215.225000', '100215.228000', '100215.230000', '100215.233000', '100215.236000', '100215.239000', '100215.242000', '100215.245000', '100215.248000', '100215.250000', '100215.253000', '100215.256000', '100215.259000', '100215.262000', '100215.264000', '100215.267000', '100215.270000', '100215.273000', '100215.276000', '100215.279000', '100215.281000', '100215.284000', '100215.287000', '100215.290000', '100215.293000', '100215.295000', '100215.298000', '100215.301000', '100215.304000', '100215.307000', '100215.309000', '100215.312000', '100215.315000', '100235.194000', '100235.197000', '100235.200000', '100235.203000', '100235.205000', '100235.208000', '100235.211000', '100235.214000', '100235.217000', '100235.219000', '100235.222000', '100235.225000', '100235.228000', '100235.231000', '100235.234000', '100235.236000', '100235.239000', '100235.242000', '100235.245000', '100235.248000', '100235.250000', '100235.253000', '100235.256000', '100235.259000', '100235.262000', '100235.264000', '100235.267000', '100235.271000', '100235.274000', '100235.277000', '100235.280000', '100235.283000', '100235.285000', '100235.288000', '100235.291000', '100235.294000', '100235.297000', '100235.300000', '100235.303000', '100235.305000', '100235.308000', '100235.311000', '100235.314000', '100255.194000', '100255.197000', '100255.200000', '100255.202000', '100255.205000', '100255.208000', '100255.211000', '100255.214000', '100255.217000', '100255.219000', '100255.222000', '100255.225000', '100255.228000', '100255.231000', '100255.234000', '100255.236000', '100255.239000', '100255.242000', '100255.245000', '100255.248000', '100255.250000', '100255.253000', '100255.256000', '100255.259000', '100255.262000', '100255.264000', '100255.267000', '100255.270000', '100255.273000', '100255.276000', '100255.279000', '100255.281000', '100255.284000', '100255.287000', '100255.290000', '100255.293000', '100255.295000', '100255.298000', '100255.301000', '100255.304000', '100255.307000', '100255.309000', '100255.312000', '100255.315000', '100315.194000', '100315.197000', '100315.200000', '100315.203000', '100315.205000', '100315.208000', '100315.211000', '100315.214000', '100315.217000', '100315.219000', '100315.222000', '100315.225000', '100315.242000', '100315.245000', '100315.247000', '100315.250000', '100315.253000', '100315.256000', '100315.259000', '100315.261000', '100315.264000', '100315.267000', '100315.270000', '100315.273000', '100315.275000', '100315.278000', '100315.281000', '100315.284000', '100315.287000', '100315.289000', '100315.292000', '100315.295000', '100315.298000', '100315.301000', '100315.303000', '100315.320000', '100315.323000', '100315.325000', '100315.328000', '100315.331000', '100315.334000', '100315.337000', '100315.340000', '100335.194000', '100335.197000', '100335.200000', '100335.202000', '100335.205000', '100335.208000', '100335.211000', '100335.214000', '100335.216000', '100335.219000', '100335.222000', '100335.225000', '100335.228000', '100335.230000', '100335.233000', '100335.236000', '100335.239000', '100335.242000', '100335.245000', '100335.247000', '100335.250000', '100335.253000', '100335.256000', '100335.259000', '100335.261000', '100335.264000', '100335.267000', '100335.270000', '100335.273000', '100335.275000', '100335.278000', '100335.281000', '100335.284000', '100335.287000', '100335.289000', '100335.292000', '100335.295000', '100335.298000', '100335.301000', '100335.303000', '100335.306000', '100335.309000', '100335.312000', '100335.315000', '100355.194000', '100355.197000', '100355.200000', '100355.203000', '100355.205000', '100355.208000', '100355.211000', '100355.214000', '100355.217000', '100355.219000', '100355.222000', '100355.225000', '100355.228000', '100355.231000', '100355.234000', '100355.237000', '100355.240000', '100355.242000', '100355.245000', '100355.248000', '100355.251000', '100355.254000', '100355.257000', '100355.259000', '100355.262000', '100355.265000', '100355.268000', '100355.271000', '100355.274000', '100355.276000', '100355.279000', '100355.282000', '100355.285000', '100355.288000', '100355.291000', '100355.293000', '100355.296000', '100355.299000', '100355.302000', '100355.305000', '100355.315000', '100355.318000', '100355.320000', '100415.194000', '100415.197000', '100415.200000', '100415.202000', '100415.205000', '100415.208000', '100415.211000', '100415.214000', '100415.217000', '100415.219000', '100415.222000', '100415.225000', '100415.228000', '100415.231000', '100415.234000', '100415.236000', '100415.239000', '100415.242000', '100415.245000', '100415.247000', '100415.250000', '100415.253000', '100415.256000', '100415.259000', '100415.262000', '100415.264000', '100415.267000', '100415.270000', '100415.273000', '100415.276000', '100415.279000', '100415.282000', '100415.285000', '100415.287000', '100415.290000', '100415.293000', '100415.296000', '100415.299000', '100415.301000', '100415.304000', '100415.307000', '100415.310000', '100415.313000', '100415.316000', '100435.194000', '100435.197000', '100435.200000', '100435.203000', '100435.205000', '100435.208000', '100435.211000', '100435.214000', '100435.217000', '100435.220000', '100435.222000', '100435.225000', '100435.228000', '100435.231000', '100435.234000', '100435.236000', '100435.239000', '100435.242000', '100435.245000', '100435.248000', '100435.251000', '100435.253000', '100435.256000', '100435.259000', '100435.262000', '100435.265000', '100435.268000', '100435.270000', '100435.273000', '100435.276000', '100435.279000', '100435.282000', '100435.284000', '100435.287000', '100435.290000', '100435.293000', '100435.296000', '100435.313000', '100435.316000', '100435.319000', '100435.322000', '100435.325000', '100435.328000', '100455.194000', '100455.197000', '100455.200000', '100455.202000', '100455.205000', '100455.208000', '100455.211000', '100455.214000', '100455.217000', '100455.219000', '100455.222000', '100455.225000', '100455.228000', '100455.231000', '100455.233000', '100455.236000', '100455.239000', '100455.242000', '100455.245000', '100455.248000', '100455.250000', '100455.253000', '100455.256000', '100455.259000', '100455.262000', '100455.265000', '100455.267000', '100455.270000', '100455.273000', '100455.276000', '100455.279000', '100455.281000', '100455.284000', '100455.287000', '100455.290000', '100455.293000', '100455.296000', '100455.298000', '100455.301000', '100455.304000', '100455.307000', '100455.310000', '100455.313000', '100515.194000', '100515.197000', '100515.200000', '100515.203000', '100515.206000', '100515.208000', '100515.211000', '100515.214000', '100515.217000', '100515.220000', '100515.223000', '100515.225000', '100515.228000', '100515.231000', '100515.234000', '100515.237000', '100515.240000', '100515.242000', '100515.245000', '100515.248000', '100515.251000', '100515.254000', '100515.257000', '100515.259000', '100515.262000', '100515.265000', '100515.268000', '100515.271000', '100515.273000', '100515.276000', '100515.279000', '100515.282000', '100515.285000', '100515.287000', '100515.290000', '100515.293000', '100515.296000', '100515.299000', '100515.302000', '100515.305000', '100515.307000', '100515.310000', '100515.313000', '100515.316000', '100535.194000', '100535.197000', '100535.200000', '100535.203000', '100535.206000', '100535.211000', '100535.214000', '100535.216000', '100535.219000', '100535.222000', '100535.225000', '100535.228000', '100535.230000', '100535.233000', '100535.236000', '100535.239000', '100535.242000', '100535.244000', '100535.247000', '100535.250000', '100535.253000', '100535.256000', '100535.259000', '100535.261000', '100535.264000', '100535.267000', '100535.270000', '100535.273000', '100535.275000', '100535.278000', '100535.281000', '100535.284000', '100535.287000', '100535.290000', '100535.292000', '100535.295000', '100535.298000', '100535.301000', '100535.304000', '100535.307000', '100535.309000', '100535.312000', '100535.315000', '100555.194000', '100555.197000', '100555.200000', '100555.203000', '100555.205000', '100555.208000', '100555.211000', '100555.214000', '100555.217000', '100555.219000', '100555.222000', '100555.225000', '100555.228000', '100555.231000', '100555.233000', '100555.236000', '100555.239000', '100555.242000', '100555.244000', '100555.247000', '100555.250000', '100555.253000', '100555.256000', '100555.259000', '100555.261000', '100555.264000', '100555.267000', '100555.270000', '100555.273000', '100555.275000', '100555.278000', '100555.281000', '100555.284000', '100555.287000', '100555.290000', '100555.292000', '100555.295000', '100555.298000', '100555.301000', '100555.304000', '100555.306000', '100555.309000', '100555.312000', '100555.315000', '100615.194000', '100615.197000', '100615.200000', '100615.203000', '100615.206000', '100615.213000', '100615.216000', '100615.219000', '100615.221000', '100615.224000', '100615.227000', '100615.230000', '100615.233000', '100615.235000', '100615.238000', '100615.241000', '100615.244000', '100615.247000', '100615.249000', '100615.252000', '100615.255000', '100615.258000', '100615.261000', '100615.263000', '100615.266000', '100615.269000', '100615.272000', '100615.275000', '100615.277000', '100615.280000', '100615.283000', '100615.286000', '100615.289000', '100615.292000', '100615.295000', '100615.297000', '100615.300000', '100615.303000', '100615.306000', '100615.309000', '100615.311000', '100615.314000', '100615.317000', '100635.194000', '100635.197000', '100635.200000', '100635.203000', '100635.206000', '100635.208000', '100635.211000', '100635.214000', '100635.217000', '100635.220000', '100635.222000', '100635.225000', '100635.228000', '100635.231000', '100635.234000', '100635.236000', '100635.239000', '100635.242000', '100635.245000', '100635.248000', '100635.250000', '100635.253000', '100635.256000', '100635.259000', '100635.262000', '100635.264000', '100635.267000', '100635.270000', '100635.273000', '100635.276000', '100635.278000', '100635.281000', '100635.284000', '100635.287000', '100635.290000', '100635.293000', '100635.295000', '100635.298000', '100635.301000', '100635.304000', '100635.307000', '100635.310000', '100635.312000', '100635.315000', '100655.194000', '100655.197000', '100655.200000', '100655.203000', '100655.205000', '100655.208000', '100655.211000', '100655.214000', '100655.217000', '100655.219000', '100655.222000', '100655.227000', '100655.231000', '100655.234000', '100655.237000', '100655.240000', '100655.243000', '100655.246000', '100655.248000', '100655.251000', '100655.254000', '100655.257000', '100655.260000', '100655.263000', '100655.265000', '100655.268000', '100655.271000', '100655.274000', '100655.277000', '100655.280000', '100655.282000', '100655.285000', '100655.288000', '100655.291000', '100655.294000', '100655.297000', '100655.299000', '100655.302000', '100655.305000', '100655.308000', '100655.311000', '100655.314000', '100655.316000', '100715.194000', '100715.197000', '100715.200000', '100715.203000', '100715.205000', '100715.208000', '100715.211000', '100715.214000', '100715.217000', '100715.220000', '100715.222000', '100715.225000', '100715.228000', '100715.231000', '100715.234000', '100715.237000', '100715.239000', '100715.242000', '100715.245000', '100715.248000', '100715.251000', '100715.253000', '100715.256000', '100715.259000', '100715.262000', '100715.265000', '100715.268000', '100715.270000', '100715.273000', '100715.276000', '100715.279000', '100715.282000', '100715.285000', '100715.287000', '100715.290000', '100715.293000', '100715.296000', '100715.299000', '100715.302000', '100715.304000', '100715.307000', '100715.310000', '100715.313000', '100715.315000', '100735.194000', '100735.197000', '100735.210000', '100735.213000', '100735.216000', '100735.219000', '100735.222000', '100735.225000', '100735.227000', '100735.230000', '100735.233000', '100735.236000', '100735.239000', '100735.242000', '100735.245000', '100735.248000', '100735.251000', '100735.254000', '100735.256000', '100735.259000', '100735.262000', '100735.265000', '100735.268000', '100735.271000', '100735.273000', '100735.276000', '100735.279000', '100735.282000', '100735.285000', '100735.288000', '100735.290000', '100735.293000', '100735.296000', '100735.299000', '100735.302000', '100735.305000', '100735.307000', '100735.310000', '100735.313000', '100735.316000', '100735.318000', '100735.321000', '100735.324000', '100755.194000', '100755.197000', '100755.200000', '100755.203000', '100755.205000', '100755.208000', '100755.211000', '100755.214000', '100755.217000', '100755.220000', '100755.222000', '100755.225000', '100755.228000', '100755.231000', '100755.234000', '100755.236000', '100755.239000', '100755.242000', '100755.245000', '100755.248000', '100755.250000', '100755.253000', '100755.256000', '100755.259000', '100755.262000', '100755.264000', '100755.267000', '100755.270000', '100755.273000', '100755.276000', '100755.279000', '100755.281000', '100755.284000', '100755.287000', '100755.290000', '100755.293000', '100755.296000', '100755.298000', '100755.301000', '100755.304000', '100755.307000', '100755.310000', '100755.313000', '100755.315000', '100759.213000', '100759.217000', '100759.220000', '100759.223000', '100759.226000', '100759.230000', '100759.233000', '100759.236000', '100759.239000'], 'InstanceCreationTime': ['095955.234000', '095955.238000', '095955.240000', '095955.243000', '095955.246000', '095955.249000', '095955.252000', '095955.255000', '095955.258000', '095955.261000', '095955.275000', '095955.278000', '095955.280000', '095955.283000', '095955.286000', '095955.289000', '095955.299000', '095955.302000', '095955.304000', '095955.307000', '100015.194000', '100015.197000', '100015.200000', '100015.202000', '100015.205000', '100015.208000', '100015.211000', '100015.214000', '100015.216000', '100015.219000', '100015.222000', '100015.225000', '100015.228000', '100015.230000', '100015.233000', '100015.236000', '100015.239000', '100015.241000', '100015.244000', '100015.247000', '100015.250000', '100015.253000', '100015.255000', '100015.258000', '100015.261000', '100015.264000', '100015.266000', '100015.269000', '100015.272000', '100015.275000', '100015.278000', '100015.280000', '100015.283000', '100015.286000', '100015.289000', '100015.291000', '100015.294000', '100015.297000', '100015.300000', '100015.314000', '100015.317000', '100015.319000', '100015.322000', '100015.325000', '100035.194000', '100035.197000', '100035.200000', '100035.202000', '100035.205000', '100035.208000', '100035.211000', '100035.214000', '100035.216000', '100035.219000', '100035.222000', '100035.225000', '100035.227000', '100035.230000', '100035.233000', '100035.236000', '100035.238000', '100035.241000', '100035.244000', '100035.247000', '100035.250000', '100035.252000', '100035.255000', '100035.258000', '100035.261000', '100035.264000', '100035.267000', '100035.269000', '100035.272000', '100035.275000', '100035.278000', '100035.281000', '100035.284000', '100035.287000', '100035.289000', '100035.292000', '100035.295000', '100035.298000', '100035.301000', '100035.303000', '100035.306000', '100035.309000', '100035.312000', '100055.194000', '100055.197000', '100055.200000', '100055.202000', '100055.205000', '100055.208000', '100055.211000', '100055.214000', '100055.216000', '100055.219000', '100055.222000', '100055.225000', '100055.228000', '100055.230000', '100055.233000', '100055.236000', '100055.239000', '100055.242000', '100055.244000', '100055.247000', '100055.250000', '100055.253000', '100055.256000', '100055.258000', '100055.261000', '100055.264000', '100055.267000', '100055.270000', '100055.272000', '100055.275000', '100055.278000', '100055.281000', '100055.284000', '100055.287000', '100055.289000', '100055.292000', '100055.295000', '100055.298000', '100055.301000', '100055.303000', '100055.306000', '100055.309000', '100055.312000', '100055.314000', '100115.194000', '100115.197000', '100115.200000', '100115.203000', '100115.205000', '100115.208000', '100115.211000', '100115.214000', '100115.217000', '100115.219000', '100115.222000', '100115.225000', '100115.228000', '100115.231000', '100115.234000', '100115.237000', '100115.240000', '100115.243000', '100115.246000', '100115.249000', '100115.251000', '100115.254000', '100115.257000', '100115.260000', '100115.263000', '100115.265000', '100115.268000', '100115.271000', '100115.274000', '100115.276000', '100115.279000', '100115.282000', '100115.285000', '100115.289000', '100115.292000', '100115.294000', '100115.297000', '100115.300000', '100115.303000', '100115.306000', '100115.309000', '100115.311000', '100115.314000', '100135.194000', '100135.197000', '100135.200000', '100135.202000', '100135.205000', '100135.208000', '100135.211000', '100135.214000', '100135.216000', '100135.219000', '100135.222000', '100135.225000', '100135.228000', '100135.230000', '100135.233000', '100135.236000', '100135.239000', '100135.242000', '100135.244000', '100135.247000', '100135.250000', '100135.253000', '100135.255000', '100135.258000', '100135.261000', '100135.264000', '100135.267000', '100135.270000', '100135.272000', '100135.275000', '100135.278000', '100135.281000', '100135.294000', '100135.297000', '100135.300000', '100135.303000', '100135.305000', '100135.308000', '100135.311000', '100135.314000', '100135.317000', '100135.319000', '100135.322000', '100135.325000', '100155.194000', '100155.197000', '100155.200000', '100155.203000', '100155.205000', '100155.208000', '100155.211000', '100155.214000', '100155.217000', '100155.220000', '100155.222000', '100155.225000', '100155.228000', '100155.231000', '100155.234000', '100155.236000', '100155.239000', '100155.242000', '100155.245000', '100155.248000', '100155.251000', '100155.253000', '100155.256000', '100155.259000', '100155.262000', '100155.265000', '100155.267000', '100155.270000', '100155.273000', '100155.276000', '100155.279000', '100155.281000', '100155.284000', '100155.287000', '100155.290000', '100155.293000', '100155.296000', '100155.298000', '100155.301000', '100155.304000', '100155.309000', '100155.313000', '100155.316000', '100215.194000', '100215.197000', '100215.200000', '100215.202000', '100215.205000', '100215.208000', '100215.211000', '100215.214000', '100215.216000', '100215.219000', '100215.222000', '100215.225000', '100215.228000', '100215.230000', '100215.233000', '100215.236000', '100215.239000', '100215.242000', '100215.245000', '100215.248000', '100215.250000', '100215.253000', '100215.256000', '100215.259000', '100215.262000', '100215.264000', '100215.267000', '100215.270000', '100215.273000', '100215.276000', '100215.279000', '100215.281000', '100215.284000', '100215.287000', '100215.290000', '100215.293000', '100215.295000', '100215.298000', '100215.301000', '100215.304000', '100215.307000', '100215.309000', '100215.312000', '100215.315000', '100235.194000', '100235.197000', '100235.200000', '100235.203000', '100235.205000', '100235.208000', '100235.211000', '100235.214000', '100235.217000', '100235.219000', '100235.222000', '100235.225000', '100235.228000', '100235.231000', '100235.234000', '100235.236000', '100235.239000', '100235.242000', '100235.245000', '100235.248000', '100235.250000', '100235.253000', '100235.256000', '100235.259000', '100235.262000', '100235.264000', '100235.267000', '100235.271000', '100235.274000', '100235.277000', '100235.280000', '100235.283000', '100235.285000', '100235.288000', '100235.291000', '100235.294000', '100235.297000', '100235.300000', '100235.303000', '100235.305000', '100235.308000', '100235.311000', '100235.314000', '100255.194000', '100255.197000', '100255.200000', '100255.202000', '100255.205000', '100255.208000', '100255.211000', '100255.214000', '100255.217000', '100255.219000', '100255.222000', '100255.225000', '100255.228000', '100255.231000', '100255.234000', '100255.236000', '100255.239000', '100255.242000', '100255.245000', '100255.248000', '100255.250000', '100255.253000', '100255.256000', '100255.259000', '100255.262000', '100255.264000', '100255.267000', '100255.270000', '100255.273000', '100255.276000', '100255.279000', '100255.281000', '100255.284000', '100255.287000', '100255.290000', '100255.293000', '100255.295000', '100255.298000', '100255.301000', '100255.304000', '100255.307000', '100255.309000', '100255.312000', '100255.315000', '100315.194000', '100315.197000', '100315.200000', '100315.203000', '100315.205000', '100315.208000', '100315.211000', '100315.214000', '100315.217000', '100315.219000', '100315.222000', '100315.225000', '100315.242000', '100315.245000', '100315.247000', '100315.250000', '100315.253000', '100315.256000', '100315.259000', '100315.261000', '100315.264000', '100315.267000', '100315.270000', '100315.273000', '100315.275000', '100315.278000', '100315.281000', '100315.284000', '100315.287000', '100315.289000', '100315.292000', '100315.295000', '100315.298000', '100315.301000', '100315.303000', '100315.320000', '100315.323000', '100315.325000', '100315.328000', '100315.331000', '100315.334000', '100315.337000', '100315.340000', '100335.194000', '100335.197000', '100335.200000', '100335.202000', '100335.205000', '100335.208000', '100335.211000', '100335.214000', '100335.216000', '100335.219000', '100335.222000', '100335.225000', '100335.228000', '100335.230000', '100335.233000', '100335.236000', '100335.239000', '100335.242000', '100335.245000', '100335.247000', '100335.250000', '100335.253000', '100335.256000', '100335.259000', '100335.261000', '100335.264000', '100335.267000', '100335.270000', '100335.273000', '100335.275000', '100335.278000', '100335.281000', '100335.284000', '100335.287000', '100335.289000', '100335.292000', '100335.295000', '100335.298000', '100335.301000', '100335.303000', '100335.306000', '100335.309000', '100335.312000', '100335.315000', '100355.194000', '100355.197000', '100355.200000', '100355.203000', '100355.205000', '100355.208000', '100355.211000', '100355.214000', '100355.217000', '100355.219000', '100355.222000', '100355.225000', '100355.228000', '100355.231000', '100355.234000', '100355.237000', '100355.240000', '100355.242000', '100355.245000', '100355.248000', '100355.251000', '100355.254000', '100355.257000', '100355.259000', '100355.262000', '100355.265000', '100355.268000', '100355.271000', '100355.274000', '100355.276000', '100355.279000', '100355.282000', '100355.285000', '100355.288000', '100355.291000', '100355.293000', '100355.296000', '100355.299000', '100355.302000', '100355.305000', '100355.315000', '100355.318000', '100355.320000', '100415.194000', '100415.197000', '100415.200000', '100415.202000', '100415.205000', '100415.208000', '100415.211000', '100415.214000', '100415.217000', '100415.219000', '100415.222000', '100415.225000', '100415.228000', '100415.231000', '100415.234000', '100415.236000', '100415.239000', '100415.242000', '100415.245000', '100415.247000', '100415.250000', '100415.253000', '100415.256000', '100415.259000', '100415.262000', '100415.264000', '100415.267000', '100415.270000', '100415.273000', '100415.276000', '100415.279000', '100415.282000', '100415.285000', '100415.287000', '100415.290000', '100415.293000', '100415.296000', '100415.299000', '100415.301000', '100415.304000', '100415.307000', '100415.310000', '100415.313000', '100415.316000', '100435.194000', '100435.197000', '100435.200000', '100435.203000', '100435.205000', '100435.208000', '100435.211000', '100435.214000', '100435.217000', '100435.220000', '100435.222000', '100435.225000', '100435.228000', '100435.231000', '100435.234000', '100435.236000', '100435.239000', '100435.242000', '100435.245000', '100435.248000', '100435.251000', '100435.253000', '100435.256000', '100435.259000', '100435.262000', '100435.265000', '100435.268000', '100435.270000', '100435.273000', '100435.276000', '100435.279000', '100435.282000', '100435.284000', '100435.287000', '100435.290000', '100435.293000', '100435.296000', '100435.313000', '100435.316000', '100435.319000', '100435.322000', '100435.325000', '100435.328000', '100455.194000', '100455.197000', '100455.200000', '100455.202000', '100455.205000', '100455.208000', '100455.211000', '100455.214000', '100455.217000', '100455.219000', '100455.222000', '100455.225000', '100455.228000', '100455.231000', '100455.233000', '100455.236000', '100455.239000', '100455.242000', '100455.245000', '100455.248000', '100455.250000', '100455.253000', '100455.256000', '100455.259000', '100455.262000', '100455.265000', '100455.267000', '100455.270000', '100455.273000', '100455.276000', '100455.279000', '100455.281000', '100455.284000', '100455.287000', '100455.290000', '100455.293000', '100455.296000', '100455.298000', '100455.301000', '100455.304000', '100455.307000', '100455.310000', '100455.313000', '100515.194000', '100515.197000', '100515.200000', '100515.203000', '100515.206000', '100515.208000', '100515.211000', '100515.214000', '100515.217000', '100515.220000', '100515.223000', '100515.225000', '100515.228000', '100515.231000', '100515.234000', '100515.237000', '100515.240000', '100515.242000', '100515.245000', '100515.248000', '100515.251000', '100515.254000', '100515.257000', '100515.259000', '100515.262000', '100515.265000', '100515.268000', '100515.271000', '100515.273000', '100515.276000', '100515.279000', '100515.282000', '100515.285000', '100515.287000', '100515.290000', '100515.293000', '100515.296000', '100515.299000', '100515.302000', '100515.305000', '100515.307000', '100515.310000', '100515.313000', '100515.316000', '100535.194000', '100535.197000', '100535.200000', '100535.203000', '100535.206000', '100535.211000', '100535.214000', '100535.216000', '100535.219000', '100535.222000', '100535.225000', '100535.228000', '100535.230000', '100535.233000', '100535.236000', '100535.239000', '100535.242000', '100535.244000', '100535.247000', '100535.250000', '100535.253000', '100535.256000', '100535.259000', '100535.261000', '100535.264000', '100535.267000', '100535.270000', '100535.273000', '100535.275000', '100535.278000', '100535.281000', '100535.284000', '100535.287000', '100535.290000', '100535.292000', '100535.295000', '100535.298000', '100535.301000', '100535.304000', '100535.307000', '100535.309000', '100535.312000', '100535.315000', '100555.194000', '100555.197000', '100555.200000', '100555.203000', '100555.205000', '100555.208000', '100555.211000', '100555.214000', '100555.217000', '100555.219000', '100555.222000', '100555.225000', '100555.228000', '100555.231000', '100555.233000', '100555.236000', '100555.239000', '100555.242000', '100555.244000', '100555.247000', '100555.250000', '100555.253000', '100555.256000', '100555.259000', '100555.261000', '100555.264000', '100555.267000', '100555.270000', '100555.273000', '100555.275000', '100555.278000', '100555.281000', '100555.284000', '100555.287000', '100555.290000', '100555.292000', '100555.295000', '100555.298000', '100555.301000', '100555.304000', '100555.306000', '100555.309000', '100555.312000', '100555.315000', '100615.194000', '100615.197000', '100615.200000', '100615.203000', '100615.206000', '100615.213000', '100615.216000', '100615.219000', '100615.221000', '100615.224000', '100615.227000', '100615.230000', '100615.233000', '100615.235000', '100615.238000', '100615.241000', '100615.244000', '100615.247000', '100615.249000', '100615.252000', '100615.255000', '100615.258000', '100615.261000', '100615.263000', '100615.266000', '100615.269000', '100615.272000', '100615.275000', '100615.277000', '100615.280000', '100615.283000', '100615.286000', '100615.289000', '100615.292000', '100615.295000', '100615.297000', '100615.300000', '100615.303000', '100615.306000', '100615.309000', '100615.311000', '100615.314000', '100615.317000', '100635.194000', '100635.197000', '100635.200000', '100635.203000', '100635.206000', '100635.208000', '100635.211000', '100635.214000', '100635.217000', '100635.220000', '100635.222000', '100635.225000', '100635.228000', '100635.231000', '100635.234000', '100635.236000', '100635.239000', '100635.242000', '100635.245000', '100635.248000', '100635.250000', '100635.253000', '100635.256000', '100635.259000', '100635.262000', '100635.264000', '100635.267000', '100635.270000', '100635.273000', '100635.276000', '100635.278000', '100635.281000', '100635.284000', '100635.287000', '100635.290000', '100635.293000', '100635.295000', '100635.298000', '100635.301000', '100635.304000', '100635.307000', '100635.310000', '100635.312000', '100635.315000', '100655.194000', '100655.197000', '100655.200000', '100655.203000', '100655.205000', '100655.208000', '100655.211000', '100655.214000', '100655.217000', '100655.219000', '100655.222000', '100655.227000', '100655.231000', '100655.234000', '100655.237000', '100655.240000', '100655.243000', '100655.246000', '100655.248000', '100655.251000', '100655.254000', '100655.257000', '100655.260000', '100655.263000', '100655.265000', '100655.268000', '100655.271000', '100655.274000', '100655.277000', '100655.280000', '100655.282000', '100655.285000', '100655.288000', '100655.291000', '100655.294000', '100655.297000', '100655.299000', '100655.302000', '100655.305000', '100655.308000', '100655.311000', '100655.314000', '100655.316000', '100715.194000', '100715.197000', '100715.200000', '100715.203000', '100715.205000', '100715.208000', '100715.211000', '100715.214000', '100715.217000', '100715.220000', '100715.222000', '100715.225000', '100715.228000', '100715.231000', '100715.234000', '100715.237000', '100715.239000', '100715.242000', '100715.245000', '100715.248000', '100715.251000', '100715.253000', '100715.256000', '100715.259000', '100715.262000', '100715.265000', '100715.268000', '100715.270000', '100715.273000', '100715.276000', '100715.279000', '100715.282000', '100715.285000', '100715.287000', '100715.290000', '100715.293000', '100715.296000', '100715.299000', '100715.302000', '100715.304000', '100715.307000', '100715.310000', '100715.313000', '100715.315000', '100735.194000', '100735.197000', '100735.210000', '100735.213000', '100735.216000', '100735.219000', '100735.222000', '100735.225000', '100735.227000', '100735.230000', '100735.233000', '100735.236000', '100735.239000', '100735.242000', '100735.245000', '100735.248000', '100735.251000', '100735.254000', '100735.256000', '100735.259000', '100735.262000', '100735.265000', '100735.268000', '100735.271000', '100735.273000', '100735.276000', '100735.279000', '100735.282000', '100735.285000', '100735.288000', '100735.290000', '100735.293000', '100735.296000', '100735.299000', '100735.302000', '100735.305000', '100735.307000', '100735.310000', '100735.313000', '100735.316000', '100735.318000', '100735.321000', '100735.324000', '100755.194000', '100755.197000', '100755.200000', '100755.203000', '100755.205000', '100755.208000', '100755.211000', '100755.214000', '100755.217000', '100755.220000', '100755.222000', '100755.225000', '100755.228000', '100755.231000', '100755.234000', '100755.236000', '100755.239000', '100755.242000', '100755.245000', '100755.248000', '100755.250000', '100755.253000', '100755.256000', '100755.259000', '100755.262000', '100755.264000', '100755.267000', '100755.270000', '100755.273000', '100755.276000', '100755.279000', '100755.281000', '100755.284000', '100755.287000', '100755.290000', '100755.293000', '100755.296000', '100755.298000', '100755.301000', '100755.304000', '100755.307000', '100755.310000', '100755.313000', '100755.315000', '100759.213000', '100759.217000', '100759.220000', '100759.223000', '100759.226000', '100759.230000', '100759.233000', '100759.236000', '100759.239000'], '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': [11563, 11329, 20747, 11784, 17298, 11731, 16044, 11638, 16339, 12195, 11126, 18823, 11855, 14394, 11721, 11207, 19002, 12019, 15085, 11639, 11529, 18090, 11896, 15544, 11406, 12843, 12217, 11583, 18724, 12175, 16007, 10963, 11594, 19559, 12127, 16257, 11123, 11445, 20704, 12121, 16118, 16688, 11610, 21279, 11772, 16011, 18759, 11261, 20613, 11860, 15345, 18259, 11703, 21196, 11688, 15260, 17937, 11447, 20312, 11104, 13050, 21645, 11581, 15559, 10753, 11775, 19401, 11236, 15761, 10576, 12167, 18756, 11696, 17109, 10855, 13470, 19158, 11607, 16747, 11704, 13289, 12329, 11895, 18702, 11626, 15433, 10790, 11972, 19207, 11682, 16854, 11196, 12527, 17215, 11449, 17676, 11460, 13870, 12450, 11575, 20209, 11597, 15581, 11065, 11623, 21343, 12364, 17712, 11211, 13358, 15106, 11205, 20241, 11709, 14213, 10744, 11739, 22459, 12814, 16508, 10721, 12234, 21922, 12460, 15255, 11795, 11507, 19957, 11587, 14270, 12977, 11329, 19888, 11772, 15116, 13121, 11687, 21415, 11646, 16271, 10702, 11812, 22432, 12047, 17503, 11556, 13561, 14212, 11423, 21170, 12047, 16102, 10846, 11915, 22826, 12429, 17958, 11316, 14738, 11999, 11881, 22754, 12105, 17493, 10919, 13085, 22275, 12101, 17402, 11394, 13742, 19016, 11777, 19334, 11863, 14919, 10968, 12120, 22196, 11927, 17092, 10900, 12207, 21149, 11543, 16935, 11117, 12592, 20949, 11774, 17035, 11419, 12902, 16523, 11867, 18544, 11711, 14342, 12910, 11933, 21956, 12053, 14881, 11190, 11875, 21340, 11691, 14491, 11695, 11989, 21327, 11762, 15108, 15790, 11951, 18262, 11753, 13443, 16878, 11531, 19242, 11546, 13896, 14597, 11926, 18778, 11381, 13224, 19119, 11764, 15933, 11120, 11803, 20292, 11637, 13998, 16723, 11657, 16976, 11096, 12198, 20847, 11612, 15198, 10990, 12031, 20440, 11363, 14590, 17578, 11937, 16652, 11137, 12066, 21117, 12319, 14595, 12315, 12004, 18365, 11193, 12107, 20863, 11660, 15363, 12722, 11957, 19583, 11502, 13413, 21769, 12830, 15677, 11542, 11895, 21322, 11677, 13791, 22289, 11469, 16234, 11589, 12249, 20302, 11714, 13750, 20445, 11882, 16239, 11465, 12494, 21286, 12274, 14235, 12386, 12323, 18017, 11259, 11884, 20808, 11923, 14685, 17562, 11471, 16517, 11304, 12531, 21059, 11542, 14269, 20933, 12356, 15187, 11588, 12366, 19037, 11138, 12704, 20479, 11662, 15448, 11606, 12212, 19346, 11204, 13777, 19346, 11975, 15658, 11137, 12545, 19914, 11104, 13675, 17090, 12508, 17033, 11250, 11772, 21543, 11782, 14632, 12945, 12160, 19646, 11920, 12471, 18991, 12022, 14928, 11607, 12002, 18593, 12652, 12972, 19878, 12146, 15105, 11421, 12114, 19646, 11509, 12656, 19972, 11832, 14698, 15262, 11965, 15583, 11170, 12437, 20589, 11682, 13278, 14895, 12375, 16590, 11527, 12055, 20472, 11425, 14236, 21334, 11676, 15621, 11650, 12701, 20651, 11499, 13021, 22450, 11752, 15520, 14740, 11978, 19994, 12059, 13272, 21402, 11804, 15768, 11420, 12670, 20150, 11339, 13654, 19610, 12479, 16455, 11536, 12231, 21082, 12105, 13994, 15904, 12514, 16615, 11490, 12112, 21597, 11264, 14111, 21196, 11802, 16542, 11958, 12317, 19977, 11093, 13717, 20310, 12212, 15686, 11748, 12100, 20704, 11914, 13413, 21050, 11756, 15436, 12278, 12209, 18499, 11219, 12384, 21725, 11976, 14971, 12229, 12681, 20012, 11887, 13527, 20111, 12272, 16005, 11726, 12178, 20152, 11095, 13470, 17661, 12058, 17387, 11071, 12439, 20926, 11459, 15257, 11647, 12067, 19990, 11572, 14061, 11790, 12509, 12249, 13461, 21684, 12671, 19369, 12180, 12733, 21599, 12075, 14103, 12533, 12650, 19926, 11818, 12824, 22407, 11824, 15808, 12035, 12485, 20444, 11426, 16014, 11802, 12667, 21212, 11437, 15742, 13509, 12486, 20727, 12148, 13500, 22188, 12300, 16539, 11269, 12543, 21959, 11926, 14471, 12731, 12774, 20579, 11329, 12888, 22737, 11804, 15661, 14751, 12398, 19988, 11820, 12909, 22961, 11576, 16104, 14528, 12538, 19278, 11544, 12514, 22165, 11867, 14983, 12435, 12541, 20718, 11410, 12503, 22241, 11277, 13891, 21633, 12428, 15620, 11567, 12557, 20221, 11757, 12579, 21886, 11367, 14642, 17954, 12527, 17957, 11374, 12286, 22345, 12204, 12776, 19697, 12450, 15789, 12355, 12653, 20191, 11732, 12853, 22449, 11910, 13260, 21197, 12373, 15055, 11666, 12459, 21078, 11906, 12372, 22438, 11407, 15191, 18841, 13063, 18044, 12380, 12412, 20705, 12086, 13527, 22401, 11722, 13475, 17290, 12642, 15592, 11923, 12604, 20064, 12179, 12482, 19402, 12593, 14165, 11659, 12627, 19411, 12301, 12421, 21572, 11577, 14578, 12080, 12685, 17805, 11166, 12405, 21431, 11431, 12551, 21419, 12330, 15898, 10942, 12540, 19699, 11229, 12627, 22150, 11416, 15569, 12761, 12233, 21045, 11915, 12535, 23081, 11775, 15842, 11846, 12383, 21891, 12110, 15229, 20578, 12444, 17907, 11081, 12202, 23866, 12250, 15354, 11762, 12395, 22990, 11864, 14859, 16873, 12548, 19506, 11113, 12836, 18175, 12403, 17852, 11407, 12755, 24530, 12627, 15965, 16285, 12302, 19864, 12125, 13484, 21194, 12189, 16611, 11371, 12389, 21991, 11722, 16005, 11799, 12180, 22538, 11608, 15567, 12179, 12502, 21600, 11398, 14698, 19220, 12468, 20114, 11553, 12510, 23942, 11849, 17572, 11129, 11891, 18863, 12425, 19854, 11975, 14141, 16071, 12471, 19825, 11936, 14150, 12190, 12552, 21783, 11856, 15480, 11731, 12374, 22584, 11885, 17882, 11274, 12269, 13409, 12641, 22403, 12902, 17692, 11336, 12151, 24659, 13438, 17590, 11238, 11942, 23452, 11773, 16448, 11360, 11924, 21435, 12162, 17492, 12107, 12978, 11939, 12077, 22737, 11886, 15974, 11282, 11883, 22730, 12066, 15119, 11560, 11916, 21672, 11692, 13958, 14043, 12326, 19890, 11176, 12240, 22142, 12042, 14831, 11350, 12300, 20417, 11606, 13102, 16876, 12385, 18884, 11738, 12084, 21352, 11985, 17134, 12029, 12052, 20269, 11163, 14998, 12407, 12389, 21959, 12152, 13709, 23902, 12432, 17184, 11828, 11925, 21854, 11526, 13158, 21424, 12083, 16505, 12378, 11764, 22158, 11589, 13717, 21116, 12026, 16351, 11605, 11908, 20907, 11335, 16339, 11654, 12097, 22246, 11816, 14533, 21977, 12242, 16821, 11670, 11883, 23089, 11931, 14174, 19801, 12079, 16446, 11329, 12117, 14107, 12845, 17433, 12701, 18464, 12481, 18778, 12848, 13474, 23670, 11905, 16609, 12887, 12625, 22651, 11629, 14418, 15137, 12448, 20387, 12063, 12785, 20379, 12724, 16457, 12297, 12127, 17580, 12903, 17681, 12990, 12680, 21978, 12201, 15463, 12689, 12734, 22116, 11705, 12898, 16962, 12877, 17216, 11864, 12631, 21340, 12822, 12994, 21661, 12664, 16682, 11782, 12499, 22479, 12166, 14063, 11803, 12696, 20948, 11619, 13005, 24160, 12041, 14678, 19180, 12647, 16118, 11965, 12051, 21390, 12277, 15800, 12641, 12722, 18092, 11717, 12450, 11776, 12699, 17427, 12102, 12426, 20803, 12433, 15855, 11637, 12718, 20914, 12266, 13236, 15906, 12632, 17042, 11879, 12808, 22284, 11982, 16710, 12430, 12494, 22281, 12479, 14675, 15601, 12656, 20283, 12599, 13361, 20074, 12561, 17443, 12227, 12482, 22735, 12805, 15996, 12146, 12525, 21778, 12077, 13431, 22554, 12068, 15148, 17688, 12619, 19708, 12172, 12489, 22243, 12116, 14416, 11863, 12702, 19357, 11960, 12374, 20069, 12440, 15180, 11975, 12656, 20548, 12558, 13626, 21529, 12647, 15914, 12168, 12115, 20871, 11983, 12563, 21374, 12297, 14657, 14586, 12614, 17788, 11933, 12711, 20801, 12211, 14569, 12060, 12912, 21159, 12406, 15010, 11686, 12864, 20420, 12856, 13117, 22182, 11945, 15367, 12883, 12760, 20839, 12184, 13467, 22045, 12727, 16912, 12190, 14279, 11921, 13785, 11687, 17202, 12710, 12941, 21608, 12444, 12811, 22371, 12110, 14010, 22179, 12875, 16184, 13066, 12353, 22054, 12397, 13808, 12678, 12637, 21148, 12448, 15142, 11775, 12730, 20775, 12316, 13523, 12344, 12554, 20334, 12678, 14125, 20640, 13238, 17123, 12089, 12084, 20769, 12800], 'WindowCenter': [4849.0, 4824.0, 4888.0, 4818.0, 4856.0, 4818.0, 4842.0, 4806.0, 4844.0, 4802.0, 4793.0, 4852.0, 4802.0, 4821.0, 4800.0, 4793.0, 4852.0, 4802.0, 4820.0, 4800.0, 4803.0, 4852.0, 4802.0, 4831.0, 4802.0, 4825.0, 4814.0, 4818.0, 4864.0, 4816.0, 4858.0, 4807.0, 4820.0, 4864.0, 4816.0, 4859.0, 4807.0, 4817.0, 4878.0, 4817.0, 4859.0, 4844.0, 4808.0, 4867.0, 4804.0, 4846.0, 4855.0, 4795.0, 4865.0, 4792.0, 4833.0, 4841.0, 4792.0, 4853.0, 4790.0, 4821.0, 4827.0, 4776.0, 4839.0, 4766.0, 4785.0, 4836.0, 4763.0, 4805.0, 4764.0, 4776.0, 4825.0, 4765.0, 4806.0, 4763.0, 4786.0, 4823.0, 4776.0, 4815.0, 4765.0, 4796.0, 4825.0, 4765.0, 4805.0, 4775.0, 4786.0, 4774.0, 4776.0, 4824.0, 4776.0, 4808.0, 4766.0, 4789.0, 4836.0, 4788.0, 4827.0, 4777.0, 4798.0, 4817.0, 4779.0, 4827.0, 4789.0, 4810.0, 4786.0, 4788.0, 4849.0, 4791.0, 4819.0, 4780.0, 4791.0, 4858.0, 4802.0, 4842.0, 4792.0, 4814.0, 4820.0, 4792.0, 4861.0, 4800.0, 4812.0, 4781.0, 4790.0, 4860.0, 4802.0, 4832.0, 4780.0, 4801.0, 4852.0, 4790.0, 4820.0, 4789.0, 4779.0, 4837.0, 4790.0, 4810.0, 4800.0, 4791.0, 4848.0, 4801.0, 4822.0, 4811.0, 4792.0, 4860.0, 4792.0, 4831.0, 4781.0, 4791.0, 4860.0, 4800.0, 4842.0, 4780.0, 4801.0, 4807.0, 4791.0, 4850.0, 4791.0, 4819.0, 4779.0, 4791.0, 4860.0, 4801.0, 4838.0, 4780.0, 4822.0, 4791.0, 4793.0, 4860.0, 4801.0, 4831.0, 4781.0, 4814.0, 4863.0, 4792.0, 4829.0, 4780.0, 4810.0, 4829.0, 4789.0, 4836.0, 4778.0, 4808.0, 4779.0, 4789.0, 4860.0, 4790.0, 4829.0, 4780.0, 4801.0, 4850.0, 4789.0, 4829.0, 4779.0, 4800.0, 4850.0, 4790.0, 4818.0, 4779.0, 4799.0, 4817.0, 4790.0, 4828.0, 4787.0, 4809.0, 4789.0, 4788.0, 4849.0, 4789.0, 4807.0, 4765.0, 4777.0, 4847.0, 4777.0, 4798.0, 4776.0, 4777.0, 4836.0, 4777.0, 4806.0, 4807.0, 4776.0, 4826.0, 4776.0, 4797.0, 4816.0, 4778.0, 4827.0, 4777.0, 4798.0, 4794.0, 4778.0, 4827.0, 4777.0, 4787.0, 4826.0, 4776.0, 4817.0, 4777.0, 4777.0, 4837.0, 4777.0, 4798.0, 4817.0, 4778.0, 4817.0, 4765.0, 4786.0, 4836.0, 4779.0, 4807.0, 4765.0, 4788.0, 4835.0, 4778.0, 4808.0, 4825.0, 4778.0, 4815.0, 4766.0, 4789.0, 4837.0, 4788.0, 4807.0, 4776.0, 4789.0, 4828.0, 4776.0, 4789.0, 4848.0, 4789.0, 4819.0, 4798.0, 4789.0, 4838.0, 4790.0, 4811.0, 4850.0, 4802.0, 4820.0, 4777.0, 4789.0, 4847.0, 4777.0, 4799.0, 4849.0, 4779.0, 4817.0, 4776.0, 4787.0, 4837.0, 4777.0, 4809.0, 4834.0, 4779.0, 4816.0, 4777.0, 4800.0, 4848.0, 4788.0, 4809.0, 4787.0, 4789.0, 4829.0, 4778.0, 4790.0, 4849.0, 4790.0, 4810.0, 4828.0, 4780.0, 4829.0, 4780.0, 4801.0, 4850.0, 4780.0, 4811.0, 4850.0, 4791.0, 4810.0, 4776.0, 4789.0, 4837.0, 4777.0, 4790.0, 4839.0, 4777.0, 4820.0, 4777.0, 4787.0, 4828.0, 4766.0, 4799.0, 4836.0, 4777.0, 4808.0, 4766.0, 4785.0, 4837.0, 4778.0, 4795.0, 4816.0, 4787.0, 4816.0, 4766.0, 4777.0, 4837.0, 4776.0, 4793.0, 4773.0, 4776.0, 4824.0, 4762.0, 4775.0, 4812.0, 4775.0, 4806.0, 4764.0, 4776.0, 4814.0, 4784.0, 4787.0, 4825.0, 4775.0, 4805.0, 4774.0, 4787.0, 4837.0, 4778.0, 4789.0, 4837.0, 4778.0, 4809.0, 4806.0, 4779.0, 4808.0, 4767.0, 4791.0, 4838.0, 4778.0, 4800.0, 4807.0, 4790.0, 4827.0, 4778.0, 4790.0, 4849.0, 4781.0, 4811.0, 4850.0, 4781.0, 4821.0, 4780.0, 4791.0, 4848.0, 4779.0, 4799.0, 4849.0, 4779.0, 4819.0, 4798.0, 4778.0, 4840.0, 4777.0, 4798.0, 4849.0, 4779.0, 4806.0, 4778.0, 4787.0, 4837.0, 4779.0, 4799.0, 4838.0, 4788.0, 4818.0, 4777.0, 4788.0, 4836.0, 4778.0, 4799.0, 4805.0, 4788.0, 4818.0, 4776.0, 4787.0, 4847.0, 4767.0, 4797.0, 4837.0, 4777.0, 4817.0, 4778.0, 4776.0, 4826.0, 4765.0, 4797.0, 4826.0, 4777.0, 4807.0, 4765.0, 4778.0, 4835.0, 4765.0, 4786.0, 4824.0, 4766.0, 4796.0, 4764.0, 4775.0, 4814.0, 4754.0, 4776.0, 4834.0, 4766.0, 4794.0, 4772.0, 4786.0, 4825.0, 4765.0, 4785.0, 4825.0, 4775.0, 4806.0, 4762.0, 4775.0, 4824.0, 4764.0, 4785.0, 4813.0, 4774.0, 4814.0, 4765.0, 4775.0, 4835.0, 4766.0, 4807.0, 4766.0, 4789.0, 4838.0, 4781.0, 4809.0, 4788.0, 4789.0, 4790.0, 4812.0, 4851.0, 4802.0, 4840.0, 4790.0, 4789.0, 4840.0, 4779.0, 4798.0, 4776.0, 4776.0, 4826.0, 4764.0, 4777.0, 4834.0, 4766.0, 4795.0, 4776.0, 4786.0, 4836.0, 4779.0, 4818.0, 4779.0, 4801.0, 4849.0, 4781.0, 4822.0, 4800.0, 4791.0, 4849.0, 4780.0, 4802.0, 4849.0, 4779.0, 4819.0, 4769.0, 4789.0, 4849.0, 4778.0, 4800.0, 4788.0, 4787.0, 4838.0, 4769.0, 4790.0, 4849.0, 4779.0, 4809.0, 4797.0, 4779.0, 4827.0, 4768.0, 4789.0, 4848.0, 4768.0, 4807.0, 4796.0, 4778.0, 4826.0, 4765.0, 4779.0, 4835.0, 4777.0, 4809.0, 4776.0, 4789.0, 4838.0, 4768.0, 4789.0, 4838.0, 4769.0, 4798.0, 4838.0, 4779.0, 4808.0, 4767.0, 4789.0, 4838.0, 4778.0, 4778.0, 4836.0, 4779.0, 4798.0, 4816.0, 4778.0, 4817.0, 4767.0, 4778.0, 4848.0, 4777.0, 4789.0, 4828.0, 4778.0, 4807.0, 4778.0, 4789.0, 4827.0, 4777.0, 4788.0, 4848.0, 4778.0, 4788.0, 4828.0, 4775.0, 4796.0, 4765.0, 4776.0, 4835.0, 4766.0, 4777.0, 4837.0, 4765.0, 4797.0, 4816.0, 4776.0, 4805.0, 4763.0, 4775.0, 4825.0, 4764.0, 4774.0, 4824.0, 4763.0, 4774.0, 4801.0, 4772.0, 4793.0, 4750.0, 4774.0, 4823.0, 4764.0, 4765.0, 4814.0, 4773.0, 4786.0, 4764.0, 4776.0, 4825.0, 4777.0, 4789.0, 4836.0, 4769.0, 4796.0, 4777.0, 4789.0, 4829.0, 4767.0, 4790.0, 4836.0, 4768.0, 4788.0, 4838.0, 4790.0, 4819.0, 4767.0, 4790.0, 4838.0, 4779.0, 4791.0, 4849.0, 4793.0, 4823.0, 4787.0, 4789.0, 4849.0, 4779.0, 4790.0, 4850.0, 4780.0, 4810.0, 4778.0, 4789.0, 4837.0, 4779.0, 4809.0, 4837.0, 4777.0, 4817.0, 4768.0, 4779.0, 4847.0, 4778.0, 4808.0, 4777.0, 4777.0, 4846.0, 4765.0, 4799.0, 4806.0, 4787.0, 4826.0, 4766.0, 4789.0, 4817.0, 4778.0, 4817.0, 4767.0, 4789.0, 4859.0, 4779.0, 4807.0, 4806.0, 4777.0, 4827.0, 4777.0, 4788.0, 4824.0, 4775.0, 4807.0, 4765.0, 4779.0, 4837.0, 4777.0, 4819.0, 4767.0, 4780.0, 4838.0, 4768.0, 4808.0, 4776.0, 4790.0, 4837.0, 4779.0, 4808.0, 4830.0, 4787.0, 4840.0, 4768.0, 4780.0, 4848.0, 4767.0, 4815.0, 4767.0, 4778.0, 4816.0, 4777.0, 4827.0, 4765.0, 4787.0, 4795.0, 4776.0, 4826.0, 4766.0, 4786.0, 4762.0, 4776.0, 4837.0, 4766.0, 4796.0, 4761.0, 4776.0, 4834.0, 4768.0, 4817.0, 4768.0, 4778.0, 4786.0, 4788.0, 4836.0, 4789.0, 4817.0, 4766.0, 4778.0, 4845.0, 4787.0, 4807.0, 4755.0, 4766.0, 4835.0, 4753.0, 4793.0, 4753.0, 4766.0, 4822.0, 4762.0, 4804.0, 4764.0, 4775.0, 4764.0, 4765.0, 4834.0, 4767.0, 4806.0, 4756.0, 4778.0, 4835.0, 4777.0, 4796.0, 4765.0, 4778.0, 4837.0, 4767.0, 4787.0, 4784.0, 4776.0, 4827.0, 4756.0, 4778.0, 4837.0, 4776.0, 4796.0, 4756.0, 4776.0, 4826.0, 4767.0, 4788.0, 4815.0, 4778.0, 4828.0, 4777.0, 4780.0, 4838.0, 4779.0, 4818.0, 4779.0, 4780.0, 4827.0, 4771.0, 4809.0, 4780.0, 4779.0, 4839.0, 4777.0, 4790.0, 4849.0, 4776.0, 4818.0, 4765.0, 4767.0, 4836.0, 4756.0, 4777.0, 4824.0, 4765.0, 4806.0, 4764.0, 4767.0, 4835.0, 4764.0, 4786.0, 4826.0, 4776.0, 4805.0, 4767.0, 4779.0, 4838.0, 4769.0, 4820.0, 4768.0, 4780.0, 4848.0, 4780.0, 4800.0, 4839.0, 4779.0, 4809.0, 4765.0, 4769.0, 4837.0, 4768.0, 4788.0, 4826.0, 4776.0, 4819.0, 4771.0, 4794.0, 4799.0, 4804.0, 4829.0, 4792.0, 4829.0, 4793.0, 4842.0, 4791.0, 4793.0, 4852.0, 4772.0, 4812.0, 4777.0, 4779.0, 4837.0, 4759.0, 4787.0, 4785.0, 4766.0, 4815.0, 4765.0, 4777.0, 4825.0, 4777.0, 4794.0, 4766.0, 4767.0, 4817.0, 4779.0, 4818.0, 4787.0, 4781.0, 4839.0, 4783.0, 4801.0, 4778.0, 4789.0, 4839.0, 4768.0, 4779.0, 4807.0, 4789.0, 4822.0, 4769.0, 4781.0, 4839.0, 4777.0, 4788.0, 4838.0, 4780.0, 4810.0, 4769.0, 4779.0, 4839.0, 4769.0, 4788.0, 4767.0, 4779.0, 4828.0, 4756.0, 4780.0, 4848.0, 4765.0, 4787.0, 4816.0, 4764.0, 4796.0, 4755.0, 4766.0, 4825.0, 4766.0, 4797.0, 4776.0, 4777.0, 4805.0, 4766.0, 4777.0, 4767.0, 4789.0, 4817.0, 4779.0, 4781.0, 4839.0, 4779.0, 4811.0, 4769.0, 4791.0, 4840.0, 4779.0, 4791.0, 4808.0, 4779.0, 4820.0, 4768.0, 4791.0, 4840.0, 4770.0, 4808.0, 4777.0, 4779.0, 4836.0, 4778.0, 4799.0, 4796.0, 4778.0, 4827.0, 4767.0, 4789.0, 4826.0, 4778.0, 4818.0, 4767.0, 4780.0, 4837.0, 4779.0, 4809.0, 4765.0, 4777.0, 4838.0, 4766.0, 4777.0, 4838.0, 4765.0, 4797.0, 4805.0, 4766.0, 4814.0, 4764.0, 4765.0, 4834.0, 4766.0, 4785.0, 4753.0, 4775.0, 4815.0, 4767.0, 4778.0, 4825.0, 4777.0, 4799.0, 4767.0, 4779.0, 4828.0, 4778.0, 4789.0, 4839.0, 4776.0, 4795.0, 4763.0, 4767.0, 4826.0, 4767.0, 4767.0, 4824.0, 4765.0, 4786.0, 4784.0, 4777.0, 4806.0, 4764.0, 4777.0, 4825.0, 4766.0, 4787.0, 4766.0, 4778.0, 4826.0, 4778.0, 4797.0, 4767.0, 4779.0, 4828.0, 4779.0, 4778.0, 4837.0, 4769.0, 4800.0, 4777.0, 4778.0, 4828.0, 4778.0, 4788.0, 4864.0, 4791.0, 4808.0, 4780.0, 4798.0, 4780.0, 4788.0, 4781.0, 4820.0, 4791.0, 4791.0, 4840.0, 4778.0, 4780.0, 4838.0, 4767.0, 4776.0, 4824.0, 4767.0, 4797.0, 4764.0, 4765.0, 4823.0, 4764.0, 4774.0, 4764.0, 4766.0, 4824.0, 4767.0, 4784.0, 4764.0, 4777.0, 4827.0, 4768.0, 4778.0, 4767.0, 4779.0, 4826.0, 4779.0, 4789.0, 4828.0, 4777.0, 4805.0, 4766.0, 4767.0, 4826.0, 4777.0], 'WindowWidth': [10566.0, 10517.0, 10597.0, 10500.0, 10545.0, 10496.0, 10521.0, 10474.0, 10526.0, 10464.0, 10452.0, 10536.0, 10461.0, 10487.0, 10457.0, 10452.0, 10535.0, 10459.0, 10484.0, 10458.0, 10464.0, 10533.0, 10462.0, 10500.0, 10462.0, 10498.0, 10482.0, 10490.0, 10550.0, 10486.0, 10551.0, 10477.0, 10500.0, 10556.0, 10489.0, 10553.0, 10478.0, 10494.0, 10580.0, 10489.0, 10551.0, 10525.0, 10478.0, 10568.0, 10467.0, 10529.0, 10542.0, 10455.0, 10562.0, 10447.0, 10505.0, 10517.0, 10445.0, 10546.0, 10439.0, 10483.0, 10489.0, 10415.0, 10515.0, 10398.0, 10426.0, 10508.0, 10394.0, 10454.0, 10395.0, 10414.0, 10485.0, 10397.0, 10455.0, 10394.0, 10429.0, 10481.0, 10413.0, 10466.0, 10396.0, 10442.0, 10487.0, 10399.0, 10453.0, 10410.0, 10427.0, 10410.0, 10415.0, 10479.0, 10417.0, 10462.0, 10402.0, 10439.0, 10502.0, 10435.0, 10488.0, 10419.0, 10451.0, 10475.0, 10424.0, 10489.0, 10436.0, 10467.0, 10432.0, 10436.0, 10523.0, 10444.0, 10479.0, 10426.0, 10444.0, 10536.0, 10461.0, 10516.0, 10445.0, 10479.0, 10485.0, 10446.0, 10543.0, 10457.0, 10475.0, 10428.0, 10443.0, 10547.0, 10459.0, 10504.0, 10426.0, 10457.0, 10544.0, 10440.0, 10483.0, 10436.0, 10422.0, 10503.0, 10440.0, 10470.0, 10454.0, 10442.0, 10520.0, 10459.0, 10488.0, 10472.0, 10446.0, 10540.0, 10448.0, 10499.0, 10431.0, 10444.0, 10543.0, 10457.0, 10514.0, 10426.0, 10456.0, 10461.0, 10444.0, 10525.0, 10444.0, 10481.0, 10422.0, 10445.0, 10542.0, 10459.0, 10505.0, 10428.0, 10487.0, 10444.0, 10449.0, 10546.0, 10458.0, 10499.0, 10431.0, 10477.0, 10560.0, 10445.0, 10497.0, 10426.0, 10468.0, 10500.0, 10437.0, 10502.0, 10419.0, 10462.0, 10424.0, 10439.0, 10545.0, 10439.0, 10493.0, 10427.0, 10457.0, 10530.0, 10438.0, 10492.0, 10423.0, 10455.0, 10529.0, 10439.0, 10476.0, 10421.0, 10451.0, 10475.0, 10438.0, 10491.0, 10434.0, 10465.0, 10437.0, 10436.0, 10526.0, 10435.0, 10461.0, 10399.0, 10418.0, 10517.0, 10418.0, 10447.0, 10412.0, 10416.0, 10499.0, 10417.0, 10457.0, 10459.0, 10415.0, 10483.0, 10415.0, 10445.0, 10472.0, 10418.0, 10489.0, 10417.0, 10446.0, 10438.0, 10419.0, 10487.0, 10415.0, 10432.0, 10492.0, 10414.0, 10473.0, 10416.0, 10418.0, 10504.0, 10416.0, 10447.0, 10475.0, 10418.0, 10473.0, 10398.0, 10430.0, 10501.0, 10422.0, 10459.0, 10399.0, 10431.0, 10495.0, 10419.0, 10461.0, 10483.0, 10419.0, 10468.0, 10401.0, 10437.0, 10502.0, 10435.0, 10459.0, 10415.0, 10436.0, 10490.0, 10415.0, 10437.0, 10518.0, 10438.0, 10481.0, 10449.0, 10437.0, 10505.0, 10439.0, 10471.0, 10527.0, 10457.0, 10482.0, 10418.0, 10439.0, 10519.0, 10419.0, 10451.0, 10527.0, 10422.0, 10474.0, 10414.0, 10431.0, 10500.0, 10418.0, 10465.0, 10500.0, 10423.0, 10471.0, 10416.0, 10453.0, 10518.0, 10434.0, 10465.0, 10432.0, 10436.0, 10493.0, 10421.0, 10440.0, 10523.0, 10439.0, 10468.0, 10495.0, 10426.0, 10495.0, 10425.0, 10457.0, 10524.0, 10427.0, 10471.0, 10531.0, 10442.0, 10468.0, 10414.0, 10437.0, 10503.0, 10417.0, 10439.0, 10515.0, 10418.0, 10481.0, 10418.0, 10432.0, 10492.0, 10402.0, 10449.0, 10505.0, 10417.0, 10462.0, 10400.0, 10426.0, 10502.0, 10418.0, 10441.0, 10471.0, 10428.0, 10471.0, 10398.0, 10416.0, 10508.0, 10413.0, 10436.0, 10406.0, 10412.0, 10479.0, 10389.0, 10411.0, 10462.0, 10410.0, 10454.0, 10393.0, 10412.0, 10463.0, 10422.0, 10431.0, 10482.0, 10413.0, 10454.0, 10407.0, 10431.0, 10499.0, 10417.0, 10435.0, 10500.0, 10419.0, 10465.0, 10457.0, 10421.0, 10460.0, 10401.0, 10439.0, 10502.0, 10419.0, 10451.0, 10459.0, 10437.0, 10490.0, 10418.0, 10439.0, 10520.0, 10427.0, 10472.0, 10529.0, 10429.0, 10484.0, 10422.0, 10440.0, 10520.0, 10422.0, 10450.0, 10527.0, 10421.0, 10478.0, 10447.0, 10419.0, 10510.0, 10416.0, 10447.0, 10524.0, 10422.0, 10457.0, 10416.0, 10432.0, 10500.0, 10424.0, 10451.0, 10507.0, 10433.0, 10475.0, 10415.0, 10434.0, 10500.0, 10419.0, 10449.0, 10454.0, 10431.0, 10476.0, 10414.0, 10432.0, 10518.0, 10403.0, 10445.0, 10507.0, 10416.0, 10473.0, 10415.0, 10414.0, 10485.0, 10398.0, 10444.0, 10487.0, 10415.0, 10457.0, 10395.0, 10417.0, 10496.0, 10397.0, 10428.0, 10485.0, 10398.0, 10441.0, 10394.0, 10409.0, 10464.0, 10380.0, 10414.0, 10494.0, 10398.0, 10435.0, 10401.0, 10425.0, 10479.0, 10395.0, 10424.0, 10486.0, 10409.0, 10454.0, 10389.0, 10409.0, 10479.0, 10394.0, 10424.0, 10463.0, 10408.0, 10464.0, 10394.0, 10413.0, 10495.0, 10400.0, 10457.0, 10398.0, 10436.0, 10504.0, 10427.0, 10464.0, 10433.0, 10437.0, 10438.0, 10472.0, 10527.0, 10456.0, 10509.0, 10436.0, 10434.0, 10513.0, 10418.0, 10445.0, 10410.0, 10412.0, 10480.0, 10393.0, 10415.0, 10495.0, 10397.0, 10436.0, 10409.0, 10427.0, 10496.0, 10421.0, 10473.0, 10420.0, 10454.0, 10518.0, 10427.0, 10483.0, 10449.0, 10438.0, 10518.0, 10422.0, 10456.0, 10524.0, 10422.0, 10477.0, 10405.0, 10434.0, 10521.0, 10417.0, 10448.0, 10428.0, 10429.0, 10500.0, 10406.0, 10436.0, 10522.0, 10418.0, 10462.0, 10443.0, 10417.0, 10485.0, 10400.0, 10433.0, 10519.0, 10403.0, 10456.0, 10438.0, 10415.0, 10481.0, 10395.0, 10419.0, 10494.0, 10415.0, 10459.0, 10409.0, 10433.0, 10502.0, 10402.0, 10434.0, 10503.0, 10404.0, 10445.0, 10504.0, 10418.0, 10458.0, 10396.0, 10434.0, 10499.0, 10415.0, 10418.0, 10499.0, 10419.0, 10446.0, 10469.0, 10417.0, 10470.0, 10399.0, 10419.0, 10515.0, 10414.0, 10434.0, 10489.0, 10417.0, 10459.0, 10416.0, 10431.0, 10484.0, 10411.0, 10430.0, 10517.0, 10416.0, 10429.0, 10493.0, 10409.0, 10441.0, 10397.0, 10412.0, 10495.0, 10396.0, 10414.0, 10502.0, 10397.0, 10441.0, 10468.0, 10408.0, 10452.0, 10386.0, 10407.0, 10477.0, 10390.0, 10405.0, 10482.0, 10386.0, 10406.0, 10440.0, 10401.0, 10429.0, 10366.0, 10405.0, 10471.0, 10390.0, 10394.0, 10461.0, 10404.0, 10424.0, 10389.0, 10411.0, 10477.0, 10412.0, 10434.0, 10498.0, 10406.0, 10442.0, 10413.0, 10432.0, 10489.0, 10400.0, 10435.0, 10498.0, 10403.0, 10433.0, 10505.0, 10436.0, 10476.0, 10400.0, 10436.0, 10502.0, 10420.0, 10439.0, 10523.0, 10449.0, 10486.0, 10431.0, 10436.0, 10520.0, 10419.0, 10438.0, 10525.0, 10422.0, 10466.0, 10415.0, 10433.0, 10501.0, 10420.0, 10461.0, 10503.0, 10414.0, 10471.0, 10403.0, 10420.0, 10518.0, 10418.0, 10457.0, 10412.0, 10417.0, 10512.0, 10398.0, 10447.0, 10455.0, 10430.0, 10484.0, 10397.0, 10432.0, 10470.0, 10417.0, 10470.0, 10402.0, 10434.0, 10540.0, 10418.0, 10457.0, 10453.0, 10414.0, 10484.0, 10412.0, 10429.0, 10482.0, 10409.0, 10455.0, 10394.0, 10419.0, 10498.0, 10414.0, 10475.0, 10400.0, 10422.0, 10503.0, 10403.0, 10462.0, 10412.0, 10436.0, 10501.0, 10420.0, 10461.0, 10495.0, 10430.0, 10507.0, 10402.0, 10421.0, 10523.0, 10400.0, 10469.0, 10398.0, 10418.0, 10469.0, 10413.0, 10483.0, 10396.0, 10427.0, 10435.0, 10409.0, 10480.0, 10395.0, 10425.0, 10388.0, 10409.0, 10498.0, 10397.0, 10439.0, 10385.0, 10410.0, 10493.0, 10402.0, 10472.0, 10403.0, 10417.0, 10424.0, 10429.0, 10499.0, 10433.0, 10470.0, 10396.0, 10416.0, 10518.0, 10427.0, 10456.0, 10378.0, 10394.0, 10497.0, 10375.0, 10430.0, 10371.0, 10393.0, 10473.0, 10387.0, 10445.0, 10391.0, 10406.0, 10391.0, 10395.0, 10492.0, 10399.0, 10451.0, 10382.0, 10418.0, 10498.0, 10413.0, 10441.0, 10392.0, 10415.0, 10499.0, 10400.0, 10428.0, 10419.0, 10410.0, 10483.0, 10383.0, 10415.0, 10502.0, 10409.0, 10439.0, 10381.0, 10411.0, 10479.0, 10398.0, 10430.0, 10465.0, 10416.0, 10486.0, 10415.0, 10421.0, 10502.0, 10416.0, 10474.0, 10416.0, 10419.0, 10484.0, 10409.0, 10461.0, 10420.0, 10418.0, 10507.0, 10413.0, 10435.0, 10525.0, 10412.0, 10472.0, 10391.0, 10398.0, 10496.0, 10382.0, 10413.0, 10480.0, 10393.0, 10452.0, 10388.0, 10399.0, 10493.0, 10391.0, 10424.0, 10483.0, 10411.0, 10450.0, 10398.0, 10419.0, 10501.0, 10406.0, 10478.0, 10401.0, 10422.0, 10516.0, 10419.0, 10447.0, 10513.0, 10417.0, 10462.0, 10391.0, 10403.0, 10501.0, 10400.0, 10429.0, 10482.0, 10411.0, 10475.0, 10409.0, 10444.0, 10447.0, 10460.0, 10491.0, 10441.0, 10490.0, 10445.0, 10511.0, 10437.0, 10443.0, 10536.0, 10410.0, 10466.0, 10409.0, 10415.0, 10503.0, 10386.0, 10425.0, 10417.0, 10393.0, 10462.0, 10392.0, 10410.0, 10478.0, 10408.0, 10431.0, 10393.0, 10400.0, 10465.0, 10416.0, 10467.0, 10426.0, 10422.0, 10503.0, 10426.0, 10449.0, 10411.0, 10431.0, 10504.0, 10401.0, 10419.0, 10455.0, 10432.0, 10481.0, 10401.0, 10421.0, 10501.0, 10412.0, 10430.0, 10505.0, 10419.0, 10462.0, 10401.0, 10419.0, 10506.0, 10403.0, 10430.0, 10396.0, 10414.0, 10487.0, 10382.0, 10418.0, 10524.0, 10392.0, 10425.0, 10466.0, 10388.0, 10436.0, 10375.0, 10394.0, 10478.0, 10394.0, 10438.0, 10404.0, 10409.0, 10445.0, 10395.0, 10412.0, 10397.0, 10430.0, 10469.0, 10417.0, 10424.0, 10504.0, 10419.0, 10464.0, 10402.0, 10436.0, 10503.0, 10418.0, 10435.0, 10455.0, 10419.0, 10475.0, 10401.0, 10436.0, 10507.0, 10405.0, 10459.0, 10412.0, 10417.0, 10498.0, 10412.0, 10444.0, 10436.0, 10412.0, 10483.0, 10396.0, 10430.0, 10482.0, 10414.0, 10468.0, 10395.0, 10419.0, 10501.0, 10417.0, 10459.0, 10392.0, 10411.0, 10499.0, 10393.0, 10411.0, 10507.0, 10391.0, 10440.0, 10447.0, 10394.0, 10462.0, 10388.0, 10394.0, 10491.0, 10394.0, 10421.0, 10372.0, 10407.0, 10463.0, 10395.0, 10415.0, 10481.0, 10412.0, 10444.0, 10397.0, 10417.0, 10486.0, 10412.0, 10430.0, 10507.0, 10410.0, 10437.0, 10386.0, 10396.0, 10480.0, 10395.0, 10396.0, 10478.0, 10390.0, 10423.0, 10417.0, 10409.0, 10450.0, 10389.0, 10410.0, 10477.0, 10393.0, 10425.0, 10393.0, 10415.0, 10481.0, 10413.0, 10442.0, 10398.0, 10416.0, 10485.0, 10416.0, 10416.0, 10503.0, 10403.0, 10448.0, 10409.0, 10414.0, 10486.0, 10415.0, 10430.0, 10557.0, 10437.0, 10456.0, 10420.0, 10441.0, 10419.0, 10427.0, 10423.0, 10477.0, 10434.0, 10435.0, 10510.0, 10413.0, 10419.0, 10506.0, 10395.0, 10408.0, 10478.0, 10393.0, 10437.0, 10384.0, 10389.0, 10475.0, 10385.0, 10400.0, 10386.0, 10392.0, 10473.0, 10395.0, 10418.0, 10389.0, 10412.0, 10482.0, 10400.0, 10413.0, 10394.0, 10414.0, 10482.0, 10415.0, 10431.0, 10485.0, 10409.0, 10448.0, 10392.0, 10396.0, 10486.0, 10408.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.0005958208955223881</td></tr>
<tr><td colspan=3>aqi</td><td>0.03414166735074627</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94340540079363</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.150212396937443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9535319477964526</td></tr>
<tr><td colspan=3>efc</td><td>0.5404</td></tr>
<tr><td colspan=3>fber</td><td>2223.8887</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08310535572777916</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1455223880597014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6596962582789008</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.534813757747149</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9240528393760568</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5202221777134968</td></tr>
<tr><td colspan=3>gcor</td><td>0.00803755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01547829806804657</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02888590097427368</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.8855810387199226</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>19.2696</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>93.4938</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>328.9364</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1614.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>570.1372</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2781</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.3145</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3870.9435</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.4346</td></tr>
<tr><td colspan=3>tsnr</td><td>31.64852409576997</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>