<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-01/func/sub-0009_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>8e59541713d479c5ef12352a11bce034</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>13:29:54.152500</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.999716, 0.00639481, 0.0229735, -0.00645602, 0.999976, 0.00259088]</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.086724</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>[4159, -7725, -7309, 633, -44, -154, 63, 73]</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>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fc348a86-883b-451c-a235-a3ab8fc7d402||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.682163953781128, -0.017321018502116203, 0.06198213994503021, 112.64977264404297], [-0.01715681701898575, 2.6828620433807373, 0.007393849082291126, -92.41680145263672], [0.061636146157979965, -0.006951147690415382, 2.6992783546447754, -65.0199966430664], [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': ['132954.152500', '132954.612500', '132955.072500', '132955.532500', '132955.992500', '132956.452500', '132956.912500', '132957.372500', '132957.832500', '132958.292500', '132958.752500', '132959.212500', '132959.672500', '133000.132500', '133000.592500', '133001.052500', '133001.512500', '133001.972500', '133002.432500', '133002.892500', '133003.352500', '133003.812500', '133004.272500', '133004.732500', '133005.192500', '133005.652500', '133006.112500', '133006.572500', '133007.032500', '133007.492500', '133007.952500', '133008.412500', '133008.872500', '133009.332500', '133009.792500', '133010.252500', '133010.712500', '133011.172500', '133011.632500', '133012.092500', '133012.552500', '133013.012500', '133013.472500', '133013.932500', '133014.392500', '133014.852500', '133015.312500', '133015.772500', '133016.232500', '133016.692500', '133017.152500', '133017.612500', '133018.072500', '133018.532500', '133018.992500', '133019.452500', '133019.912500', '133020.372500', '133020.832500', '133021.292500', '133021.752500', '133022.212500', '133022.672500', '133023.132500', '133023.592500', '133024.052500', '133024.512500', '133024.972500', '133025.432500', '133025.892500', '133026.352500', '133026.812500', '133027.272500', '133027.732500', '133028.192500', '133028.652500', '133029.112500', '133029.572500', '133030.032500', '133030.492500', '133030.952500', '133031.412500', '133031.872500', '133032.332500', '133032.792500', '133033.252500', '133033.712500', '133034.172500', '133034.632500', '133035.092500', '133035.552500', '133036.012500', '133036.472500', '133036.932500', '133037.392500', '133037.852500', '133038.312500', '133038.772500', '133039.232500', '133039.692500', '133040.152500', '133040.612500', '133041.072500', '133041.532500', '133041.992500', '133042.452500', '133042.912500', '133043.372500', '133043.832500', '133044.292500', '133044.752500', '133045.212500', '133045.672500', '133046.132500', '133046.592500', '133047.052500', '133047.512500', '133047.972500', '133048.432500', '133048.892500', '133049.352500', '133049.812500', '133050.272500', '133050.732500', '133051.192500', '133051.652500', '133052.112500', '133052.572500', '133053.032500', '133053.492500', '133053.952500', '133054.412500', '133054.872500', '133055.332500', '133055.792500', '133056.252500', '133056.712500', '133057.172500', '133057.632500', '133058.092500', '133058.552500', '133059.012500', '133059.472500', '133059.932500', '133100.392500', '133100.852500', '133101.312500', '133101.772500', '133102.232500', '133102.692500', '133103.152500', '133103.612500', '133104.072500', '133104.532500', '133104.992500', '133105.452500', '133105.912500', '133106.372500', '133106.832500', '133107.292500', '133107.752500', '133108.212500', '133108.672500', '133109.132500', '133109.592500', '133110.052500', '133110.512500', '133110.972500', '133111.432500', '133111.892500', '133112.352500', '133112.812500', '133113.272500', '133113.732500', '133114.192500', '133114.652500', '133115.112500', '133115.572500', '133116.032500', '133116.492500', '133116.952500', '133117.412500', '133117.872500', '133118.332500', '133118.792500', '133119.252500', '133119.712500', '133120.172500', '133120.632500', '133121.092500', '133121.552500', '133122.012500', '133122.472500', '133122.932500', '133123.392500', '133123.852500', '133124.312500', '133124.772500', '133125.232500', '133125.692500', '133126.152500', '133126.612500', '133127.072500', '133127.532500', '133127.992500', '133128.452500', '133128.912500', '133129.372500', '133129.832500', '133130.292500', '133130.752500', '133131.212500', '133131.672500', '133132.132500', '133132.592500', '133133.052500', '133133.512500', '133133.972500', '133134.432500', '133134.892500', '133135.352500', '133135.812500', '133136.272500', '133136.732500', '133137.192500', '133137.652500', '133138.112500', '133138.572500', '133139.032500', '133139.492500', '133139.952500', '133140.412500', '133140.872500', '133141.332500', '133141.792500', '133142.252500', '133142.712500', '133143.172500', '133143.632500', '133144.092500', '133144.552500', '133145.012500', '133145.472500', '133145.932500', '133146.392500', '133146.852500', '133147.312500', '133147.772500', '133148.232500', '133148.692500', '133149.152500', '133149.612500', '133150.072500', '133150.532500', '133150.992500', '133151.452500', '133151.912500', '133152.372500', '133152.832500', '133153.292500', '133153.752500', '133154.212500', '133154.672500', '133155.132500', '133155.592500', '133156.052500', '133156.512500', '133156.972500', '133157.432500', '133157.892500', '133158.352500', '133158.812500', '133159.272500', '133159.732500', '133200.192500', '133200.652500', '133201.112500', '133201.572500', '133202.032500', '133202.492500', '133202.952500', '133203.412500', '133203.872500', '133204.332500', '133204.792500', '133205.252500', '133205.712500', '133206.172500', '133206.632500', '133207.092500', '133207.552500', '133208.012500', '133208.472500', '133208.932500', '133209.392500', '133209.852500', '133210.312500', '133210.772500', '133211.232500', '133211.692500', '133212.152500', '133212.612500', '133213.072500', '133213.532500', '133213.992500', '133214.452500', '133214.912500', '133215.372500', '133215.832500', '133216.292500', '133216.752500', '133217.212500', '133217.672500', '133218.132500', '133218.592500', '133219.052500', '133219.512500', '133219.972500', '133220.432500', '133220.892500', '133221.352500', '133221.812500', '133222.272500', '133222.732500', '133223.192500', '133223.652500', '133224.112500', '133224.572500', '133225.032500', '133225.492500', '133225.952500', '133226.412500', '133226.872500', '133227.332500', '133227.792500', '133228.252500', '133228.712500', '133229.172500', '133229.632500', '133230.092500', '133230.552500', '133231.012500', '133231.472500', '133231.932500', '133232.392500', '133232.852500', '133233.312500', '133233.772500', '133234.232500', '133234.692500', '133235.152500', '133235.612500', '133236.072500', '133236.532500', '133236.992500', '133237.452500', '133237.912500', '133238.372500', '133238.832500', '133239.292500', '133239.752500', '133240.212500', '133240.672500', '133241.132500', '133241.592500', '133242.052500', '133242.512500', '133242.972500', '133243.432500', '133243.892500', '133244.352500', '133244.812500', '133245.272500', '133245.732500', '133246.192500', '133246.652500', '133247.112500', '133247.572500', '133248.032500', '133248.492500', '133248.952500', '133249.412500', '133249.872500', '133250.332500', '133250.792500', '133251.252500', '133251.712500', '133252.172500', '133252.632500', '133253.092500', '133253.552500', '133254.012500', '133254.472500', '133254.932500', '133255.392500', '133255.852500', '133256.312500', '133256.772500', '133257.232500', '133257.692500', '133258.152500', '133258.612500', '133259.072500', '133259.532500', '133259.992500', '133300.452500', '133300.912500', '133301.372500', '133301.832500', '133302.292500', '133302.752500', '133303.212500', '133303.672500', '133304.132500', '133304.592500', '133305.052500', '133305.512500', '133305.972500', '133306.432500', '133306.892500', '133307.352500', '133307.812500', '133308.272500', '133308.732500', '133309.192500', '133309.652500', '133310.112500', '133310.572500', '133311.032500', '133311.492500', '133311.952500', '133312.412500', '133312.872500', '133313.332500', '133313.792500', '133314.252500', '133314.712500', '133315.172500', '133315.632500', '133316.092500', '133316.552500', '133317.012500', '133317.472500', '133317.932500', '133318.392500', '133318.852500', '133319.312500', '133319.772500', '133320.232500', '133320.692500', '133321.152500', '133321.612500', '133322.072500', '133322.532500', '133322.992500', '133323.452500', '133323.912500', '133324.372500', '133324.832500', '133325.292500', '133325.752500', '133326.212500', '133326.672500', '133327.132500', '133327.592500', '133328.052500', '133328.512500', '133328.972500', '133329.432500', '133329.892500', '133330.352500', '133330.812500', '133331.272500', '133331.732500', '133332.192500', '133332.652500', '133333.112500', '133333.572500', '133334.032500', '133334.492500', '133334.952500', '133335.412500', '133335.872500', '133336.332500', '133336.792500', '133337.252500', '133337.712500', '133338.172500', '133338.632500', '133339.092500', '133339.552500', '133340.012500', '133340.472500', '133340.932500', '133341.392500', '133341.852500', '133342.312500', '133342.772500', '133343.232500', '133343.692500', '133344.152500', '133344.612500', '133345.072500', '133345.532500', '133345.992500', '133346.452500', '133346.912500', '133347.372500', '133347.832500', '133348.292500', '133348.752500', '133349.212500', '133349.672500', '133350.132500', '133350.592500', '133351.052500', '133351.512500', '133351.972500', '133352.432500', '133352.892500', '133353.352500', '133353.812500', '133354.272500', '133354.732500', '133355.192500', '133355.652500', '133356.112500', '133356.572500', '133357.032500', '133357.492500', '133357.952500', '133358.412500', '133358.872500', '133359.332500', '133359.792500', '133400.252500', '133400.712500', '133401.172500', '133401.632500', '133402.092500', '133402.552500', '133403.012500', '133403.472500', '133403.932500', '133404.392500', '133404.852500', '133405.312500', '133405.772500', '133406.232500', '133406.692500', '133407.152500', '133407.612500', '133408.072500', '133408.532500', '133408.992500', '133409.452500', '133409.912500', '133410.372500', '133410.832500', '133411.292500', '133411.752500', '133412.212500', '133412.672500', '133413.132500', '133413.592500', '133414.052500', '133414.512500', '133414.972500', '133415.432500', '133415.892500', '133416.352500', '133416.812500', '133417.272500', '133417.732500', '133418.192500', '133418.652500', '133419.112500', '133419.572500', '133420.032500', '133420.492500', '133420.952500', '133421.412500', '133421.872500', '133422.332500', '133422.792500', '133423.252500', '133423.712500', '133424.172500', '133424.632500', '133425.092500', '133425.552500', '133426.012500', '133426.472500', '133426.932500', '133427.392500', '133427.852500', '133428.312500', '133428.772500', '133429.232500', '133429.692500', '133430.152500', '133430.612500', '133431.072500', '133431.532500', '133431.992500', '133432.452500', '133432.912500', '133433.372500', '133433.832500', '133434.292500', '133434.752500', '133435.212500', '133435.672500', '133436.132500', '133436.592500', '133437.052500', '133437.512500', '133437.972500', '133438.432500', '133438.892500', '133439.352500', '133439.812500', '133440.272500', '133440.732500', '133441.192500', '133441.652500', '133442.112500', '133442.572500', '133443.032500', '133443.492500', '133443.952500', '133444.412500', '133444.872500', '133445.332500', '133445.792500', '133446.252500', '133446.712500', '133447.172500', '133447.632500', '133448.092500', '133448.552500', '133449.012500', '133449.472500', '133449.932500', '133450.392500', '133450.852500', '133451.312500', '133451.772500', '133452.232500', '133452.692500', '133453.152500', '133453.612500', '133454.072500', '133454.532500', '133454.992500', '133455.452500', '133455.912500', '133456.372500', '133456.832500', '133457.292500', '133457.752500', '133458.212500', '133458.672500', '133459.132500', '133459.592500', '133500.052500', '133500.512500', '133500.972500', '133501.432500', '133501.892500', '133502.352500', '133502.812500', '133503.272500', '133503.732500', '133504.192500', '133504.652500', '133505.112500', '133505.572500', '133506.032500', '133506.492500', '133506.952500', '133507.412500', '133507.872500', '133508.332500', '133508.792500', '133509.252500', '133509.712500', '133510.172500', '133510.632500', '133511.092500', '133511.552500', '133512.012500', '133512.472500', '133512.932500', '133513.392500', '133513.852500', '133514.312500', '133514.772500', '133515.232500', '133515.692500', '133516.152500', '133516.612500', '133517.072500', '133517.532500', '133517.992500', '133518.452500', '133518.912500', '133519.372500', '133519.832500', '133520.292500', '133520.752500', '133521.212500', '133521.672500', '133522.132500', '133522.592500', '133523.052500', '133523.512500', '133523.972500', '133524.432500', '133524.892500', '133525.352500', '133525.812500', '133526.272500', '133526.732500', '133527.192500', '133527.652500', '133528.112500', '133528.572500', '133529.032500', '133529.492500', '133529.952500', '133530.412500', '133530.872500', '133531.332500', '133531.792500', '133532.252500', '133532.712500', '133533.172500', '133533.632500', '133534.092500', '133534.552500', '133535.012500', '133535.472500', '133535.932500', '133536.392500', '133536.852500', '133537.312500', '133537.772500', '133538.232500', '133538.692500', '133539.152500', '133539.612500', '133540.072500', '133540.532500', '133540.992500', '133541.452500', '133541.912500', '133542.372500', '133542.832500', '133543.292500', '133543.752500', '133544.212500', '133544.672500', '133545.132500', '133545.592500', '133546.052500', '133546.512500', '133546.972500', '133547.432500', '133547.892500', '133548.352500', '133548.812500', '133549.272500', '133549.732500', '133550.192500', '133550.652500', '133551.112500', '133551.572500', '133552.032500', '133552.492500', '133552.952500', '133553.412500', '133553.872500', '133554.332500', '133554.792500', '133555.252500', '133555.712500', '133556.172500', '133556.632500', '133557.092500', '133557.552500', '133558.012500', '133558.472500', '133558.932500', '133559.392500', '133559.852500', '133600.312500', '133600.772500', '133601.232500', '133601.692500', '133602.152500', '133602.612500', '133603.072500', '133603.532500', '133603.992500', '133604.452500', '133604.912500', '133605.372500', '133605.832500', '133606.292500', '133606.752500', '133607.212500', '133607.672500', '133608.132500', '133608.592500', '133609.052500', '133609.512500', '133609.972500', '133610.432500', '133610.892500', '133611.352500', '133611.812500', '133612.272500', '133612.732500', '133613.192500', '133613.652500', '133614.112500', '133614.572500', '133615.032500', '133615.492500', '133615.952500', '133616.412500', '133616.872500', '133617.332500', '133617.792500', '133618.252500', '133618.712500', '133619.172500', '133619.632500', '133620.092500', '133620.552500', '133621.012500', '133621.472500', '133621.932500', '133622.392500', '133622.852500', '133623.312500', '133623.772500', '133624.232500', '133624.692500', '133625.152500', '133625.612500', '133626.072500', '133626.532500', '133626.992500', '133627.452500', '133627.912500', '133628.372500', '133628.832500', '133629.292500', '133629.752500', '133630.212500', '133630.672500', '133631.132500', '133631.592500', '133632.052500', '133632.512500', '133632.972500', '133633.432500', '133633.892500', '133634.352500', '133634.812500', '133635.272500', '133635.732500', '133636.192500', '133636.652500', '133637.112500', '133637.572500', '133638.032500', '133638.492500', '133638.952500', '133639.412500', '133639.872500', '133640.332500', '133640.792500', '133641.252500', '133641.712500', '133642.172500', '133642.632500', '133643.092500', '133643.552500', '133644.012500', '133644.472500', '133644.932500', '133645.392500', '133645.852500', '133646.312500', '133646.772500', '133647.232500', '133647.692500', '133648.152500', '133648.612500', '133649.072500', '133649.532500', '133649.992500', '133650.452500', '133650.912500', '133651.372500', '133651.832500', '133652.292500', '133652.752500', '133653.212500', '133653.672500', '133654.132500', '133654.592500', '133655.052500', '133655.512500', '133655.972500', '133656.432500', '133656.892500', '133657.352500', '133657.812500', '133658.272500', '133658.732500', '133659.192500', '133659.652500', '133700.112500', '133700.572500', '133701.032500', '133701.492500', '133701.952500', '133702.412500', '133702.872500', '133703.332500', '133703.792500', '133704.252500', '133704.712500', '133705.172500', '133705.632500', '133706.092500', '133706.552500', '133707.012500', '133707.472500', '133707.932500', '133708.392500', '133708.852500', '133709.312500', '133709.772500', '133710.232500', '133710.692500', '133711.152500', '133711.612500', '133712.072500', '133712.532500', '133712.992500', '133713.452500', '133713.912500', '133714.372500', '133714.832500', '133715.292500', '133715.752500', '133716.212500', '133716.672500', '133717.132500', '133717.592500', '133718.052500', '133718.512500', '133718.972500', '133719.432500', '133719.892500', '133720.352500', '133720.812500', '133721.272500', '133721.732500', '133722.192500', '133722.652500', '133723.112500', '133723.572500', '133724.032500', '133724.492500', '133724.952500', '133725.412500', '133725.872500', '133726.332500', '133726.792500', '133727.252500', '133727.712500', '133728.172500', '133728.632500', '133729.092500', '133729.552500', '133730.012500', '133730.472500', '133730.932500', '133731.392500', '133731.852500', '133732.312500', '133732.772500', '133733.232500', '133733.692500', '133734.152500', '133734.612500', '133735.072500', '133735.532500', '133735.992500', '133736.452500', '133736.912500', '133737.372500', '133737.832500', '133738.292500', '133738.752500', '133739.212500', '133739.672500', '133740.132500', '133740.592500', '133741.052500', '133741.512500', '133741.972500', '133742.432500', '133742.892500', '133743.352500', '133743.812500', '133744.272500', '133744.732500', '133745.192500', '133745.652500', '133746.112500', '133746.572500', '133747.032500', '133747.492500', '133747.952500', '133748.412500', '133748.872500', '133749.332500', '133749.792500', '133750.252500', '133750.712500', '133751.172500', '133751.632500', '133752.092500', '133752.552500', '133753.012500', '133753.472500', '133753.932500', '133754.392500', '133754.852500', '133755.312500', '133755.772500', '133756.232500', '133756.692500', '133757.152500', '133757.612500', '133758.072500', '133758.532500', '133758.992500', '133759.452500', '133759.912500', '133800.372500', '133800.832500', '133801.292500', '133801.752500', '133802.212500', '133802.672500', '133803.132500', '133803.592500', '133804.052500', '133804.512500', '133804.972500', '133805.432500', '133805.892500', '133806.352500', '133806.812500', '133807.272500'], 'ContentTime': ['133012.110000', '133012.113000', '133012.116000', '133012.119000', '133012.122000', '133012.125000', '133012.128000', '133012.130000', '133012.133000', '133012.136000', '133012.139000', '133012.142000', '133012.146000', '133012.148000', '133012.151000', '133012.154000', '133012.157000', '133012.160000', '133012.163000', '133012.166000', '133012.169000', '133012.172000', '133012.175000', '133012.177000', '133012.180000', '133012.183000', '133012.186000', '133012.189000', '133012.191000', '133012.194000', '133012.197000', '133012.200000', '133012.203000', '133012.205000', '133012.210000', '133012.213000', '133032.070000', '133032.073000', '133032.076000', '133032.078000', '133032.081000', '133032.096000', '133032.099000', '133032.102000', '133032.104000', '133032.107000', '133032.110000', '133032.113000', '133032.116000', '133032.118000', '133032.121000', '133032.124000', '133032.127000', '133032.130000', '133032.133000', '133032.136000', '133032.139000', '133032.141000', '133032.144000', '133032.147000', '133032.150000', '133032.153000', '133032.155000', '133032.158000', '133032.161000', '133032.164000', '133032.167000', '133032.169000', '133032.172000', '133032.175000', '133032.178000', '133032.181000', '133032.184000', '133032.187000', '133032.189000', '133032.192000', '133032.195000', '133032.198000', '133032.201000', '133032.204000', '133052.070000', '133052.073000', '133052.075000', '133052.078000', '133052.081000', '133052.084000', '133052.087000', '133052.090000', '133052.093000', '133052.095000', '133052.098000', '133052.101000', '133052.104000', '133052.107000', '133052.109000', '133052.112000', '133052.115000', '133052.118000', '133052.121000', '133052.124000', '133052.127000', '133052.130000', '133052.132000', '133052.135000', '133052.138000', '133052.141000', '133052.151000', '133052.154000', '133052.157000', '133052.160000', '133052.163000', '133052.166000', '133052.169000', '133052.171000', '133052.174000', '133052.177000', '133052.180000', '133052.183000', '133052.185000', '133052.188000', '133052.191000', '133052.194000', '133052.197000', '133112.070000', '133112.080000', '133112.083000', '133112.086000', '133112.089000', '133112.092000', '133112.095000', '133112.097000', '133112.100000', '133112.103000', '133112.106000', '133112.109000', '133112.112000', '133112.114000', '133112.117000', '133112.120000', '133112.123000', '133112.126000', '133112.129000', '133112.131000', '133112.134000', '133112.137000', '133112.140000', '133112.143000', '133112.146000', '133112.148000', '133112.151000', '133112.154000', '133112.157000', '133112.160000', '133112.163000', '133112.165000', '133112.169000', '133112.171000', '133112.174000', '133112.177000', '133112.180000', '133112.183000', '133112.186000', '133112.188000', '133112.191000', '133112.194000', '133112.197000', '133112.200000', '133132.070000', '133132.073000', '133132.076000', '133132.079000', '133132.081000', '133132.084000', '133132.087000', '133132.090000', '133132.093000', '133132.096000', '133132.098000', '133132.101000', '133132.104000', '133132.107000', '133132.110000', '133132.113000', '133132.116000', '133132.119000', '133132.121000', '133132.124000', '133132.127000', '133132.130000', '133132.133000', '133132.136000', '133132.138000', '133132.141000', '133132.144000', '133132.147000', '133132.150000', '133132.153000', '133132.156000', '133132.159000', '133132.162000', '133132.165000', '133132.167000', '133132.170000', '133132.173000', '133132.176000', '133132.179000', '133132.182000', '133132.184000', '133132.187000', '133132.190000', '133152.071000', '133152.074000', '133152.077000', '133152.080000', '133152.083000', '133152.086000', '133152.089000', '133152.092000', '133152.095000', '133152.097000', '133152.100000', '133152.103000', '133152.106000', '133152.109000', '133152.112000', '133152.114000', '133152.117000', '133152.120000', '133152.123000', '133152.126000', '133152.129000', '133152.132000', '133152.134000', '133152.137000', '133152.140000', '133152.143000', '133152.146000', '133152.149000', '133152.151000', '133152.154000', '133152.157000', '133152.161000', '133152.164000', '133152.167000', '133152.170000', '133152.173000', '133152.175000', '133152.178000', '133152.181000', '133152.184000', '133152.187000', '133152.190000', '133152.192000', '133212.071000', '133212.092000', '133212.095000', '133212.098000', '133212.101000', '133212.104000', '133212.107000', '133212.109000', '133212.112000', '133212.115000', '133212.118000', '133212.121000', '133212.124000', '133212.126000', '133212.129000', '133212.132000', '133212.135000', '133212.138000', '133212.141000', '133212.144000', '133212.146000', '133212.149000', '133212.152000', '133212.155000', '133212.158000', '133212.160000', '133212.163000', '133212.166000', '133212.169000', '133212.172000', '133212.175000', '133212.177000', '133212.180000', '133212.183000', '133212.186000', '133212.189000', '133212.192000', '133212.194000', '133212.197000', '133212.200000', '133212.203000', '133212.206000', '133212.209000', '133212.211000', '133232.070000', '133232.073000', '133232.076000', '133232.079000', '133232.082000', '133232.085000', '133232.088000', '133232.092000', '133232.094000', '133232.097000', '133232.100000', '133232.103000', '133232.106000', '133232.109000', '133232.112000', '133232.115000', '133232.117000', '133232.120000', '133232.123000', '133232.126000', '133232.129000', '133232.132000', '133232.135000', '133232.137000', '133232.140000', '133232.143000', '133232.146000', '133232.149000', '133232.152000', '133232.154000', '133232.157000', '133232.160000', '133232.163000', '133232.166000', '133232.169000', '133232.172000', '133232.175000', '133232.178000', '133232.181000', '133232.184000', '133232.186000', '133232.189000', '133232.192000', '133252.070000', '133252.073000', '133252.076000', '133252.079000', '133252.081000', '133252.084000', '133252.087000', '133252.090000', '133252.093000', '133252.096000', '133252.099000', '133252.102000', '133252.104000', '133252.107000', '133252.110000', '133252.113000', '133252.116000', '133252.119000', '133252.122000', '133252.124000', '133252.127000', '133252.130000', '133252.133000', '133252.136000', '133252.139000', '133252.142000', '133252.145000', '133252.147000', '133252.150000', '133252.153000', '133252.156000', '133252.159000', '133252.162000', '133252.165000', '133252.167000', '133252.170000', '133252.173000', '133252.176000', '133252.179000', '133252.181000', '133252.184000', '133252.187000', '133252.190000', '133252.193000', '133312.070000', '133312.073000', '133312.076000', '133312.079000', '133312.081000', '133312.084000', '133312.087000', '133312.090000', '133312.093000', '133312.097000', '133312.099000', '133312.102000', '133312.105000', '133312.108000', '133312.111000', '133312.114000', '133312.116000', '133312.124000', '133312.127000', '133312.130000', '133312.133000', '133312.136000', '133312.138000', '133312.141000', '133312.144000', '133312.147000', '133312.150000', '133312.153000', '133312.155000', '133312.158000', '133312.161000', '133312.164000', '133312.167000', '133312.170000', '133312.173000', '133312.175000', '133312.178000', '133312.181000', '133312.184000', '133312.187000', '133312.190000', '133312.193000', '133312.195000', '133332.070000', '133332.073000', '133332.076000', '133332.078000', '133332.081000', '133332.084000', '133332.087000', '133332.090000', '133332.093000', '133332.096000', '133332.099000', '133332.101000', '133332.104000', '133332.107000', '133332.110000', '133332.113000', '133332.116000', '133332.119000', '133332.122000', '133332.124000', '133332.127000', '133332.130000', '133332.133000', '133332.136000', '133332.139000', '133332.142000', '133332.144000', '133332.147000', '133332.150000', '133332.153000', '133332.156000', '133332.159000', '133332.162000', '133332.165000', '133332.167000', '133332.170000', '133332.173000', '133332.176000', '133332.179000', '133332.181000', '133332.197000', '133332.200000', '133332.203000', '133332.206000', '133352.070000', '133352.073000', '133352.076000', '133352.079000', '133352.082000', '133352.084000', '133352.087000', '133352.090000', '133352.093000', '133352.096000', '133352.099000', '133352.102000', '133352.105000', '133352.109000', '133352.113000', '133352.116000', '133352.119000', '133352.122000', '133352.125000', '133352.127000', '133352.130000', '133352.133000', '133352.136000', '133352.139000', '133352.142000', '133352.145000', '133352.148000', '133352.150000', '133352.153000', '133352.156000', '133352.159000', '133352.162000', '133352.165000', '133352.168000', '133352.170000', '133352.173000', '133352.176000', '133352.179000', '133352.182000', '133352.185000', '133352.188000', '133352.190000', '133352.193000', '133412.071000', '133412.074000', '133412.077000', '133412.080000', '133412.083000', '133412.085000', '133412.088000', '133412.091000', '133412.094000', '133412.097000', '133412.100000', '133412.103000', '133412.105000', '133412.108000', '133412.111000', '133412.114000', '133412.117000', '133412.120000', '133412.122000', '133412.125000', '133412.128000', '133412.131000', '133412.134000', '133412.137000', '133412.140000', '133412.143000', '133412.145000', '133412.148000', '133412.151000', '133412.154000', '133412.157000', '133412.160000', '133412.163000', '133412.165000', '133412.168000', '133412.171000', '133412.174000', '133412.177000', '133412.180000', '133412.183000', '133412.186000', '133412.188000', '133412.191000', '133412.194000', '133432.071000', '133432.074000', '133432.077000', '133432.080000', '133432.082000', '133432.085000', '133432.088000', '133432.091000', '133432.094000', '133432.097000', '133432.100000', '133432.102000', '133432.105000', '133432.108000', '133432.112000', '133432.117000', '133432.120000', '133432.123000', '133432.126000', '133432.129000', '133432.132000', '133432.135000', '133432.138000', '133432.141000', '133432.143000', '133432.146000', '133432.149000', '133432.152000', '133432.155000', '133432.158000', '133432.161000', '133432.164000', '133432.166000', '133432.169000', '133432.172000', '133432.175000', '133432.178000', '133432.181000', '133432.184000', '133432.187000', '133432.190000', '133432.192000', '133432.195000', '133452.070000', '133452.073000', '133452.076000', '133452.079000', '133452.081000', '133452.084000', '133452.087000', '133452.090000', '133452.093000', '133452.096000', '133452.099000', '133452.101000', '133452.104000', '133452.107000', '133452.110000', '133452.113000', '133452.116000', '133452.118000', '133452.122000', '133452.124000', '133452.127000', '133452.130000', '133452.133000', '133452.136000', '133452.139000', '133452.141000', '133452.144000', '133452.147000', '133452.150000', '133452.153000', '133452.156000', '133452.159000', '133452.161000', '133452.164000', '133452.167000', '133452.170000', '133452.173000', '133452.176000', '133452.179000', '133452.181000', '133452.184000', '133452.187000', '133452.190000', '133452.193000', '133512.071000', '133512.074000', '133512.077000', '133512.080000', '133512.089000', '133512.092000', '133512.094000', '133512.108000', '133512.111000', '133512.114000', '133512.116000', '133512.119000', '133512.122000', '133512.125000', '133512.128000', '133512.131000', '133512.134000', '133512.137000', '133512.140000', '133512.144000', '133512.147000', '133512.150000', '133512.153000', '133512.156000', '133512.159000', '133512.162000', '133512.165000', '133512.168000', '133512.170000', '133512.173000', '133512.176000', '133512.179000', '133512.182000', '133512.185000', '133512.188000', '133512.190000', '133512.193000', '133512.196000', '133512.199000', '133512.202000', '133512.205000', '133512.212000', '133512.215000', '133532.070000', '133532.073000', '133532.076000', '133532.079000', '133532.081000', '133532.084000', '133532.087000', '133532.090000', '133532.093000', '133532.096000', '133532.099000', '133532.102000', '133532.104000', '133532.107000', '133532.110000', '133532.113000', '133532.116000', '133532.119000', '133532.122000', '133532.124000', '133532.127000', '133532.130000', '133532.133000', '133532.136000', '133532.139000', '133532.142000', '133532.145000', '133532.147000', '133532.150000', '133532.153000', '133532.156000', '133532.159000', '133532.162000', '133532.165000', '133532.167000', '133532.170000', '133532.173000', '133532.176000', '133532.179000', '133532.184000', '133532.187000', '133532.189000', '133532.192000', '133532.195000', '133552.070000', '133552.073000', '133552.076000', '133552.079000', '133552.082000', '133552.084000', '133552.087000', '133552.090000', '133552.093000', '133552.096000', '133552.099000', '133552.102000', '133552.104000', '133552.107000', '133552.110000', '133552.113000', '133552.116000', '133552.119000', '133552.121000', '133552.124000', '133552.127000', '133552.130000', '133552.133000', '133552.136000', '133552.139000', '133552.142000', '133552.144000', '133552.147000', '133552.150000', '133552.153000', '133552.156000', '133552.159000', '133552.162000', '133552.165000', '133552.168000', '133552.170000', '133552.173000', '133552.176000', '133552.179000', '133552.182000', '133552.185000', '133552.188000', '133552.190000', '133612.070000', '133612.073000', '133612.076000', '133612.078000', '133612.082000', '133612.084000', '133612.087000', '133612.090000', '133612.093000', '133612.096000', '133612.099000', '133612.101000', '133612.104000', '133612.107000', '133612.110000', '133612.113000', '133612.116000', '133612.119000', '133612.121000', '133612.124000', '133612.127000', '133612.130000', '133612.133000', '133612.136000', '133612.139000', '133612.141000', '133612.144000', '133612.147000', '133612.150000', '133612.153000', '133612.156000', '133612.158000', '133612.161000', '133612.164000', '133612.167000', '133612.170000', '133612.173000', '133612.176000', '133612.179000', '133612.181000', '133612.185000', '133612.187000', '133612.190000', '133612.193000', '133632.071000', '133632.074000', '133632.077000', '133632.080000', '133632.083000', '133632.085000', '133632.088000', '133632.091000', '133632.094000', '133632.097000', '133632.100000', '133632.103000', '133632.105000', '133632.109000', '133632.113000', '133632.116000', '133632.118000', '133632.121000', '133632.142000', '133632.144000', '133632.147000', '133632.150000', '133632.153000', '133632.156000', '133632.159000', '133632.161000', '133632.164000', '133632.167000', '133632.170000', '133632.173000', '133632.176000', '133632.179000', '133632.183000', '133632.186000', '133632.189000', '133632.192000', '133632.195000', '133632.198000', '133632.201000', '133632.204000', '133632.207000', '133632.209000', '133632.212000', '133652.071000', '133652.075000', '133652.078000', '133652.081000', '133652.084000', '133652.086000', '133652.089000', '133652.092000', '133652.095000', '133652.098000', '133652.101000', '133652.104000', '133652.106000', '133652.109000', '133652.112000', '133652.115000', '133652.118000', '133652.121000', '133652.124000', '133652.127000', '133652.129000', '133652.132000', '133652.135000', '133652.138000', '133652.141000', '133652.144000', '133652.146000', '133652.149000', '133652.152000', '133652.155000', '133652.158000', '133652.161000', '133652.164000', '133652.167000', '133652.169000', '133652.172000', '133652.175000', '133652.178000', '133652.181000', '133652.184000', '133652.187000', '133652.189000', '133652.192000', '133652.195000', '133712.070000', '133712.073000', '133712.076000', '133712.079000', '133712.082000', '133712.085000', '133712.088000', '133712.090000', '133712.093000', '133712.096000', '133712.099000', '133712.102000', '133712.105000', '133712.107000', '133712.110000', '133712.113000', '133712.116000', '133712.119000', '133712.122000', '133712.125000', '133712.127000', '133712.130000', '133712.133000', '133712.136000', '133712.139000', '133712.142000', '133712.145000', '133712.147000', '133712.150000', '133712.153000', '133712.156000', '133712.159000', '133712.162000', '133712.165000', '133712.168000', '133712.170000', '133712.173000', '133712.176000', '133712.179000', '133712.182000', '133712.185000', '133712.188000', '133712.190000', '133732.070000', '133732.073000', '133732.076000', '133732.079000', '133732.082000', '133732.084000', '133732.087000', '133732.090000', '133732.093000', '133732.096000', '133732.099000', '133732.101000', '133732.104000', '133732.107000', '133732.110000', '133732.113000', '133732.116000', '133732.119000', '133732.122000', '133732.124000', '133732.127000', '133732.130000', '133732.133000', '133732.136000', '133732.139000', '133732.141000', '133732.144000', '133732.147000', '133732.150000', '133732.153000', '133732.156000', '133732.159000', '133732.161000', '133732.164000', '133732.167000', '133732.170000', '133732.173000', '133732.176000', '133732.179000', '133732.182000', '133732.184000', '133732.187000', '133732.190000', '133732.193000', '133752.070000', '133752.073000', '133752.076000', '133752.079000', '133752.082000', '133752.085000', '133752.087000', '133752.090000', '133752.093000', '133752.096000', '133752.099000', '133752.102000', '133752.105000', '133752.108000', '133752.124000', '133752.127000', '133752.130000', '133752.133000', '133752.136000', '133752.138000', '133752.141000', '133752.145000', '133752.148000', '133752.151000', '133752.154000', '133752.157000', '133752.160000', '133752.163000', '133752.166000', '133752.168000', '133752.171000', '133752.174000', '133752.177000', '133752.180000', '133752.183000', '133752.186000', '133752.189000', '133752.191000', '133752.194000', '133752.197000', '133752.200000', '133752.203000', '133752.206000', '133808.876000', '133808.879000', '133808.882000', '133808.893000', '133808.896000', '133808.899000', '133808.901000', '133808.904000', '133808.907000', '133808.910000', '133808.913000', '133808.916000', '133808.919000', '133808.922000', '133808.925000', '133808.928000', '133808.931000', '133808.934000', '133808.937000', '133808.940000', '133808.943000', '133808.946000', '133808.949000', '133808.952000', '133808.954000', '133808.957000', '133808.960000', '133808.963000', '133808.966000', '133808.969000', '133808.972000', '133808.975000', '133808.977000', '133808.980000', '133808.983000', '133808.986000', '133808.989000'], 'InstanceCreationTime': ['133012.110000', '133012.113000', '133012.116000', '133012.119000', '133012.122000', '133012.125000', '133012.128000', '133012.130000', '133012.133000', '133012.136000', '133012.139000', '133012.142000', '133012.146000', '133012.148000', '133012.151000', '133012.154000', '133012.157000', '133012.160000', '133012.163000', '133012.166000', '133012.169000', '133012.172000', '133012.175000', '133012.177000', '133012.180000', '133012.183000', '133012.186000', '133012.189000', '133012.191000', '133012.194000', '133012.197000', '133012.200000', '133012.203000', '133012.205000', '133012.210000', '133012.213000', '133032.070000', '133032.073000', '133032.076000', '133032.078000', '133032.081000', '133032.096000', '133032.099000', '133032.102000', '133032.104000', '133032.107000', '133032.110000', '133032.113000', '133032.116000', '133032.118000', '133032.121000', '133032.124000', '133032.127000', '133032.130000', '133032.133000', '133032.136000', '133032.139000', '133032.141000', '133032.144000', '133032.147000', '133032.150000', '133032.153000', '133032.155000', '133032.158000', '133032.161000', '133032.164000', '133032.167000', '133032.169000', '133032.172000', '133032.175000', '133032.178000', '133032.181000', '133032.184000', '133032.187000', '133032.189000', '133032.192000', '133032.195000', '133032.198000', '133032.201000', '133032.204000', '133052.070000', '133052.073000', '133052.075000', '133052.078000', '133052.081000', '133052.084000', '133052.087000', '133052.090000', '133052.093000', '133052.095000', '133052.098000', '133052.101000', '133052.104000', '133052.107000', '133052.109000', '133052.112000', '133052.115000', '133052.118000', '133052.121000', '133052.124000', '133052.127000', '133052.130000', '133052.132000', '133052.135000', '133052.138000', '133052.141000', '133052.151000', '133052.154000', '133052.157000', '133052.160000', '133052.163000', '133052.166000', '133052.169000', '133052.171000', '133052.174000', '133052.177000', '133052.180000', '133052.183000', '133052.185000', '133052.188000', '133052.191000', '133052.194000', '133052.197000', '133112.070000', '133112.080000', '133112.083000', '133112.086000', '133112.089000', '133112.092000', '133112.095000', '133112.097000', '133112.100000', '133112.103000', '133112.106000', '133112.109000', '133112.112000', '133112.114000', '133112.117000', '133112.120000', '133112.123000', '133112.126000', '133112.129000', '133112.131000', '133112.134000', '133112.137000', '133112.140000', '133112.143000', '133112.146000', '133112.148000', '133112.151000', '133112.154000', '133112.157000', '133112.160000', '133112.163000', '133112.165000', '133112.169000', '133112.171000', '133112.174000', '133112.177000', '133112.180000', '133112.183000', '133112.186000', '133112.188000', '133112.191000', '133112.194000', '133112.197000', '133112.200000', '133132.070000', '133132.073000', '133132.076000', '133132.079000', '133132.081000', '133132.084000', '133132.087000', '133132.090000', '133132.093000', '133132.096000', '133132.098000', '133132.101000', '133132.104000', '133132.107000', '133132.110000', '133132.113000', '133132.116000', '133132.119000', '133132.121000', '133132.124000', '133132.127000', '133132.130000', '133132.133000', '133132.136000', '133132.138000', '133132.141000', '133132.144000', '133132.147000', '133132.150000', '133132.153000', '133132.156000', '133132.159000', '133132.162000', '133132.165000', '133132.167000', '133132.170000', '133132.173000', '133132.176000', '133132.179000', '133132.182000', '133132.184000', '133132.187000', '133132.190000', '133152.071000', '133152.074000', '133152.077000', '133152.080000', '133152.083000', '133152.086000', '133152.089000', '133152.092000', '133152.095000', '133152.097000', '133152.100000', '133152.103000', '133152.106000', '133152.109000', '133152.112000', '133152.114000', '133152.117000', '133152.120000', '133152.123000', '133152.126000', '133152.129000', '133152.132000', '133152.134000', '133152.137000', '133152.140000', '133152.143000', '133152.146000', '133152.149000', '133152.151000', '133152.154000', '133152.157000', '133152.161000', '133152.164000', '133152.167000', '133152.170000', '133152.173000', '133152.175000', '133152.178000', '133152.181000', '133152.184000', '133152.187000', '133152.190000', '133152.192000', '133212.071000', '133212.092000', '133212.095000', '133212.098000', '133212.101000', '133212.104000', '133212.107000', '133212.109000', '133212.112000', '133212.115000', '133212.118000', '133212.121000', '133212.124000', '133212.126000', '133212.129000', '133212.132000', '133212.135000', '133212.138000', '133212.141000', '133212.144000', '133212.146000', '133212.149000', '133212.152000', '133212.155000', '133212.158000', '133212.160000', '133212.163000', '133212.166000', '133212.169000', '133212.172000', '133212.175000', '133212.177000', '133212.180000', '133212.183000', '133212.186000', '133212.189000', '133212.192000', '133212.194000', '133212.197000', '133212.200000', '133212.203000', '133212.206000', '133212.209000', '133212.211000', '133232.070000', '133232.073000', '133232.076000', '133232.079000', '133232.082000', '133232.085000', '133232.088000', '133232.092000', '133232.094000', '133232.097000', '133232.100000', '133232.103000', '133232.106000', '133232.109000', '133232.112000', '133232.115000', '133232.117000', '133232.120000', '133232.123000', '133232.126000', '133232.129000', '133232.132000', '133232.135000', '133232.137000', '133232.140000', '133232.143000', '133232.146000', '133232.149000', '133232.152000', '133232.154000', '133232.157000', '133232.160000', '133232.163000', '133232.166000', '133232.169000', '133232.172000', '133232.175000', '133232.178000', '133232.181000', '133232.184000', '133232.186000', '133232.189000', '133232.192000', '133252.070000', '133252.073000', '133252.076000', '133252.079000', '133252.081000', '133252.084000', '133252.087000', '133252.090000', '133252.093000', '133252.096000', '133252.099000', '133252.102000', '133252.104000', '133252.107000', '133252.110000', '133252.113000', '133252.116000', '133252.119000', '133252.122000', '133252.124000', '133252.127000', '133252.130000', '133252.133000', '133252.136000', '133252.139000', '133252.142000', '133252.145000', '133252.147000', '133252.150000', '133252.153000', '133252.156000', '133252.159000', '133252.162000', '133252.165000', '133252.167000', '133252.170000', '133252.173000', '133252.176000', '133252.179000', '133252.181000', '133252.184000', '133252.187000', '133252.190000', '133252.193000', '133312.070000', '133312.073000', '133312.076000', '133312.079000', '133312.081000', '133312.084000', '133312.087000', '133312.090000', '133312.093000', '133312.097000', '133312.099000', '133312.102000', '133312.105000', '133312.108000', '133312.111000', '133312.114000', '133312.116000', '133312.124000', '133312.127000', '133312.130000', '133312.133000', '133312.136000', '133312.138000', '133312.141000', '133312.144000', '133312.147000', '133312.150000', '133312.153000', '133312.155000', '133312.158000', '133312.161000', '133312.164000', '133312.167000', '133312.170000', '133312.173000', '133312.175000', '133312.178000', '133312.181000', '133312.184000', '133312.187000', '133312.190000', '133312.193000', '133312.195000', '133332.070000', '133332.073000', '133332.076000', '133332.078000', '133332.081000', '133332.084000', '133332.087000', '133332.090000', '133332.093000', '133332.096000', '133332.099000', '133332.101000', '133332.104000', '133332.107000', '133332.110000', '133332.113000', '133332.116000', '133332.119000', '133332.122000', '133332.124000', '133332.127000', '133332.130000', '133332.133000', '133332.136000', '133332.139000', '133332.142000', '133332.144000', '133332.147000', '133332.150000', '133332.153000', '133332.156000', '133332.159000', '133332.162000', '133332.165000', '133332.167000', '133332.170000', '133332.173000', '133332.176000', '133332.179000', '133332.181000', '133332.197000', '133332.200000', '133332.203000', '133332.206000', '133352.070000', '133352.073000', '133352.076000', '133352.079000', '133352.082000', '133352.084000', '133352.087000', '133352.090000', '133352.093000', '133352.096000', '133352.099000', '133352.102000', '133352.105000', '133352.109000', '133352.113000', '133352.116000', '133352.119000', '133352.122000', '133352.125000', '133352.127000', '133352.130000', '133352.133000', '133352.136000', '133352.139000', '133352.142000', '133352.145000', '133352.148000', '133352.150000', '133352.153000', '133352.156000', '133352.159000', '133352.162000', '133352.165000', '133352.168000', '133352.170000', '133352.173000', '133352.176000', '133352.179000', '133352.182000', '133352.185000', '133352.188000', '133352.190000', '133352.193000', '133412.071000', '133412.074000', '133412.077000', '133412.080000', '133412.083000', '133412.085000', '133412.088000', '133412.091000', '133412.094000', '133412.097000', '133412.100000', '133412.103000', '133412.105000', '133412.108000', '133412.111000', '133412.114000', '133412.117000', '133412.120000', '133412.122000', '133412.125000', '133412.128000', '133412.131000', '133412.134000', '133412.137000', '133412.140000', '133412.143000', '133412.145000', '133412.148000', '133412.151000', '133412.154000', '133412.157000', '133412.160000', '133412.163000', '133412.165000', '133412.168000', '133412.171000', '133412.174000', '133412.177000', '133412.180000', '133412.183000', '133412.186000', '133412.188000', '133412.191000', '133412.194000', '133432.071000', '133432.074000', '133432.077000', '133432.080000', '133432.082000', '133432.085000', '133432.088000', '133432.091000', '133432.094000', '133432.097000', '133432.100000', '133432.102000', '133432.105000', '133432.108000', '133432.112000', '133432.117000', '133432.120000', '133432.123000', '133432.126000', '133432.129000', '133432.132000', '133432.135000', '133432.138000', '133432.141000', '133432.143000', '133432.146000', '133432.149000', '133432.152000', '133432.155000', '133432.158000', '133432.161000', '133432.164000', '133432.166000', '133432.169000', '133432.172000', '133432.175000', '133432.178000', '133432.181000', '133432.184000', '133432.187000', '133432.190000', '133432.192000', '133432.195000', '133452.070000', '133452.073000', '133452.076000', '133452.079000', '133452.081000', '133452.084000', '133452.087000', '133452.090000', '133452.093000', '133452.096000', '133452.099000', '133452.101000', '133452.104000', '133452.107000', '133452.110000', '133452.113000', '133452.116000', '133452.118000', '133452.122000', '133452.124000', '133452.127000', '133452.130000', '133452.133000', '133452.136000', '133452.139000', '133452.141000', '133452.144000', '133452.147000', '133452.150000', '133452.153000', '133452.156000', '133452.159000', '133452.161000', '133452.164000', '133452.167000', '133452.170000', '133452.173000', '133452.176000', '133452.179000', '133452.181000', '133452.184000', '133452.187000', '133452.190000', '133452.193000', '133512.071000', '133512.074000', '133512.077000', '133512.080000', '133512.089000', '133512.092000', '133512.094000', '133512.108000', '133512.111000', '133512.114000', '133512.116000', '133512.119000', '133512.122000', '133512.125000', '133512.128000', '133512.131000', '133512.134000', '133512.137000', '133512.140000', '133512.144000', '133512.147000', '133512.150000', '133512.153000', '133512.156000', '133512.159000', '133512.162000', '133512.165000', '133512.168000', '133512.170000', '133512.173000', '133512.176000', '133512.179000', '133512.182000', '133512.185000', '133512.188000', '133512.190000', '133512.193000', '133512.196000', '133512.199000', '133512.202000', '133512.205000', '133512.212000', '133512.215000', '133532.070000', '133532.073000', '133532.076000', '133532.079000', '133532.081000', '133532.084000', '133532.087000', '133532.090000', '133532.093000', '133532.096000', '133532.099000', '133532.102000', '133532.104000', '133532.107000', '133532.110000', '133532.113000', '133532.116000', '133532.119000', '133532.122000', '133532.124000', '133532.127000', '133532.130000', '133532.133000', '133532.136000', '133532.139000', '133532.142000', '133532.145000', '133532.147000', '133532.150000', '133532.153000', '133532.156000', '133532.159000', '133532.162000', '133532.165000', '133532.167000', '133532.170000', '133532.173000', '133532.176000', '133532.179000', '133532.184000', '133532.187000', '133532.189000', '133532.192000', '133532.195000', '133552.070000', '133552.073000', '133552.076000', '133552.079000', '133552.082000', '133552.084000', '133552.087000', '133552.090000', '133552.093000', '133552.096000', '133552.099000', '133552.102000', '133552.104000', '133552.107000', '133552.110000', '133552.113000', '133552.116000', '133552.119000', '133552.121000', '133552.124000', '133552.127000', '133552.130000', '133552.133000', '133552.136000', '133552.139000', '133552.142000', '133552.144000', '133552.147000', '133552.150000', '133552.153000', '133552.156000', '133552.159000', '133552.162000', '133552.165000', '133552.168000', '133552.170000', '133552.173000', '133552.176000', '133552.179000', '133552.182000', '133552.185000', '133552.188000', '133552.190000', '133612.070000', '133612.073000', '133612.076000', '133612.078000', '133612.082000', '133612.084000', '133612.087000', '133612.090000', '133612.093000', '133612.096000', '133612.099000', '133612.101000', '133612.104000', '133612.107000', '133612.110000', '133612.113000', '133612.116000', '133612.119000', '133612.121000', '133612.124000', '133612.127000', '133612.130000', '133612.133000', '133612.136000', '133612.139000', '133612.141000', '133612.144000', '133612.147000', '133612.150000', '133612.153000', '133612.156000', '133612.158000', '133612.161000', '133612.164000', '133612.167000', '133612.170000', '133612.173000', '133612.176000', '133612.179000', '133612.181000', '133612.185000', '133612.187000', '133612.190000', '133612.193000', '133632.071000', '133632.074000', '133632.077000', '133632.080000', '133632.083000', '133632.085000', '133632.088000', '133632.091000', '133632.094000', '133632.097000', '133632.100000', '133632.103000', '133632.105000', '133632.109000', '133632.113000', '133632.116000', '133632.118000', '133632.121000', '133632.142000', '133632.144000', '133632.147000', '133632.150000', '133632.153000', '133632.156000', '133632.159000', '133632.161000', '133632.164000', '133632.167000', '133632.170000', '133632.173000', '133632.176000', '133632.179000', '133632.183000', '133632.186000', '133632.189000', '133632.192000', '133632.195000', '133632.198000', '133632.201000', '133632.204000', '133632.207000', '133632.209000', '133632.212000', '133652.071000', '133652.075000', '133652.078000', '133652.081000', '133652.084000', '133652.086000', '133652.089000', '133652.092000', '133652.095000', '133652.098000', '133652.101000', '133652.104000', '133652.106000', '133652.109000', '133652.112000', '133652.115000', '133652.118000', '133652.121000', '133652.124000', '133652.127000', '133652.129000', '133652.132000', '133652.135000', '133652.138000', '133652.141000', '133652.144000', '133652.146000', '133652.149000', '133652.152000', '133652.155000', '133652.158000', '133652.161000', '133652.164000', '133652.167000', '133652.169000', '133652.172000', '133652.175000', '133652.178000', '133652.181000', '133652.184000', '133652.187000', '133652.189000', '133652.192000', '133652.195000', '133712.070000', '133712.073000', '133712.076000', '133712.079000', '133712.082000', '133712.085000', '133712.088000', '133712.090000', '133712.093000', '133712.096000', '133712.099000', '133712.102000', '133712.105000', '133712.107000', '133712.110000', '133712.113000', '133712.116000', '133712.119000', '133712.122000', '133712.125000', '133712.127000', '133712.130000', '133712.133000', '133712.136000', '133712.139000', '133712.142000', '133712.145000', '133712.147000', '133712.150000', '133712.153000', '133712.156000', '133712.159000', '133712.162000', '133712.165000', '133712.168000', '133712.170000', '133712.173000', '133712.176000', '133712.179000', '133712.182000', '133712.185000', '133712.188000', '133712.190000', '133732.070000', '133732.073000', '133732.076000', '133732.079000', '133732.082000', '133732.084000', '133732.087000', '133732.090000', '133732.093000', '133732.096000', '133732.099000', '133732.101000', '133732.104000', '133732.107000', '133732.110000', '133732.113000', '133732.116000', '133732.119000', '133732.122000', '133732.124000', '133732.127000', '133732.130000', '133732.133000', '133732.136000', '133732.139000', '133732.141000', '133732.144000', '133732.147000', '133732.150000', '133732.153000', '133732.156000', '133732.159000', '133732.161000', '133732.164000', '133732.167000', '133732.170000', '133732.173000', '133732.176000', '133732.179000', '133732.182000', '133732.184000', '133732.187000', '133732.190000', '133732.193000', '133752.070000', '133752.073000', '133752.076000', '133752.079000', '133752.082000', '133752.085000', '133752.087000', '133752.090000', '133752.093000', '133752.096000', '133752.099000', '133752.102000', '133752.105000', '133752.108000', '133752.124000', '133752.127000', '133752.130000', '133752.133000', '133752.136000', '133752.138000', '133752.141000', '133752.145000', '133752.148000', '133752.151000', '133752.154000', '133752.157000', '133752.160000', '133752.163000', '133752.166000', '133752.168000', '133752.171000', '133752.174000', '133752.177000', '133752.180000', '133752.183000', '133752.186000', '133752.189000', '133752.191000', '133752.194000', '133752.197000', '133752.200000', '133752.203000', '133752.206000', '133808.876000', '133808.879000', '133808.882000', '133808.893000', '133808.896000', '133808.899000', '133808.901000', '133808.904000', '133808.907000', '133808.910000', '133808.913000', '133808.916000', '133808.919000', '133808.922000', '133808.925000', '133808.928000', '133808.931000', '133808.934000', '133808.937000', '133808.940000', '133808.943000', '133808.946000', '133808.949000', '133808.952000', '133808.954000', '133808.957000', '133808.960000', '133808.963000', '133808.966000', '133808.969000', '133808.972000', '133808.975000', '133808.977000', '133808.980000', '133808.983000', '133808.986000', '133808.989000'], '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': [7971, 8899, 7929, 13192, 9395, 7835, 11116, 7860, 14753, 12569, 15601, 13506, 12239, 17347, 9416, 16885, 10992, 13692, 12602, 14758, 8616, 8755, 7932, 7704, 7752, 9781, 7777, 10024, 8212, 9247, 7592, 8257, 15213, 8063, 12211, 9366, 10718, 7945, 8503, 7366, 8555, 13575, 8075, 11952, 9341, 11626, 11508, 8606, 16415, 10357, 12255, 11316, 9030, 18143, 8259, 13180, 8698, 8811, 8112, 8860, 7591, 8432, 13518, 7800, 10612, 7914, 9155, 14451, 8847, 13519, 7942, 10430, 7992, 9949, 8429, 9974, 8137, 9517, 9769, 10197, 8133, 8184, 8435, 9984, 7295, 9212, 16698, 8928, 9956, 7988, 10373, 15910, 10360, 15005, 10915, 12426, 8857, 11322, 12232, 10933, 16977, 11048, 15208, 10605, 12576, 10026, 10337, 9374, 11027, 10420, 10977, 16324, 10794, 12692, 9904, 10233, 8520, 10679, 17666, 10873, 13769, 10340, 10949, 7606, 10457, 12235, 9274, 9647, 9280, 9577, 7928, 9468, 7615, 8823, 10463, 8655, 9779, 8022, 8974, 7347, 8927, 13502, 8506, 11643, 8207, 10307, 7287, 8996, 13194, 8520, 12500, 8034, 11504, 7826, 10323, 7583, 8983, 7962, 9120, 8513, 8005, 7896, 7807, 7498, 7987, 7553, 7751, 13732, 7764, 14615, 8583, 13996, 10479, 12237, 7704, 11068, 7635, 11392, 7873, 13052, 7773, 12029, 7806, 11167, 10776, 11725, 8048, 12126, 8494, 12959, 10074, 11727, 9559, 13691, 7954, 11246, 7982, 10161, 8316, 10651, 8683, 12385, 7771, 10729, 7732, 10701, 9851, 12919, 8513, 9559, 7397, 8860, 8215, 9314, 8384, 11435, 7830, 11802, 8070, 10625, 7940, 11952, 9745, 14846, 9974, 14006, 10476, 12163, 8809, 15498, 10002, 16290, 8934, 9371, 8145, 9213, 8923, 16681, 9213, 11879, 8969, 9446, 8896, 10418, 13101, 9795, 18499, 12541, 14543, 11698, 12822, 9204, 9309, 7820, 10220, 7165, 9203, 10378, 8508, 9600, 7804, 9395, 8286, 9220, 7599, 8367, 12513, 7936, 11197, 7891, 9082, 13548, 8598, 11416, 7549, 9967, 8381, 9166, 7417, 8501, 8369, 7670, 10293, 7364, 9775, 7633, 10034, 7654, 10054, 7540, 8775, 7435, 8617, 11666, 8297, 13944, 7935, 11749, 7892, 10317, 9702, 9669, 9479, 8539, 7470, 8689, 8470, 8852, 7970, 8869, 13066, 8291, 16283, 8207, 13007, 10012, 14459, 10296, 9787, 7333, 8906, 9724, 8532, 16843, 8331, 13293, 7840, 12144, 9435, 9630, 7328, 8545, 14444, 8658, 15301, 8401, 11962, 7646, 10887, 8404, 11182, 8404, 8862, 7606, 8496, 15380, 9032, 14987, 8486, 12779, 7711, 11373, 9357, 9607, 7575, 9292, 7245, 8829, 13185, 8467, 11189, 8025, 10634, 7973, 9947, 8195, 9628, 11258, 8705, 14406, 8322, 10870, 8465, 9379, 9104, 8628, 14841, 8453, 11362, 9526, 9262, 8856, 7881, 11817, 7689, 10050, 8684, 9190, 8410, 7811, 12134, 7706, 10255, 8763, 8568, 11628, 7661, 10933, 8591, 8992, 7768, 8069, 16015, 7742, 12277, 7670, 9079, 10463, 8065, 15679, 7679, 10721, 8706, 8756, 7691, 8686, 8998, 7851, 12811, 8804, 10700, 7310, 8875, 14354, 8081, 12915, 7726, 9990, 7374, 8474, 7362, 7883, 8698, 7923, 9811, 7578, 9552, 7592, 9438, 7427, 8039, 14597, 8681, 13163, 10283, 11476, 9147, 9364, 7491, 7984, 16735, 8061, 13984, 7716, 11262, 8268, 9131, 7911, 8872, 7528, 8776, 7518, 8255, 8274, 8168, 8190, 10501, 8278, 11353, 7732, 9190, 8365, 10221, 8360, 12067, 7859, 14241, 9031, 16674, 12735, 17459, 12495, 13586, 8993, 13244, 9117, 12012, 8674, 10617, 8997, 9835, 10555, 9054, 11343, 9312, 10600, 8417, 10480, 7952, 10204, 7959, 9656, 8247, 8883, 15554, 8680, 12859, 9531, 11067, 9098, 9430, 7700, 8699, 8172, 8070, 11811, 7931, 10786, 8014, 9771, 7982, 8965, 8398, 11256, 8040, 14227, 7757, 11866, 7506, 8292, 14118, 8069, 9834, 7837, 8608, 15387, 8633, 12637, 8675, 11136, 7874, 8761, 8142, 8367, 7996, 8769, 7570, 8630, 12240, 8452, 12303, 8433, 10473, 8302, 9319, 17807, 12410, 13464, 9288, 10359, 10918, 8983, 16822, 8116, 12096, 7628, 8656, 7873, 8161, 12535, 8038, 10550, 7676, 8749, 7556, 8286, 13168, 7819, 10978, 7532, 8083, 7422, 7922, 12201, 7977, 9389, 7745, 8543, 7909, 7740, 7556, 8075, 7689, 8598, 7508, 8693, 11903, 14248, 11970, 7998, 10064, 12488, 8830, 16732, 8644, 13093, 7491, 9060, 15573, 8824, 16204, 11696, 14025, 8321, 12744, 8679, 9688, 8398, 8566, 8511, 9445, 9140, 10600, 8698, 10900, 8952, 8525, 9678, 18545, 14340, 15579, 9810, 10416, 12431, 8676, 18732, 13122, 13931, 9767, 12353, 8579, 10291, 8385, 8625, 8125, 8267, 8245, 8126, 7670, 8408, 9036, 8609, 12546, 8347, 10165, 7805, 8299, 7679, 8254, 7746, 8159, 14013, 8511, 10949, 7938, 10547, 7664, 8305, 13502, 8365, 10435, 8200, 7658, 8245, 8105, 7976, 12406, 8032, 11109, 9633, 10524, 7878, 8475, 7823, 8304, 13840, 8321, 14646, 8182, 11574, 8067, 11433, 8502, 7404, 8042, 7589, 8150, 7582, 8097, 13710, 10857, 11162, 9222, 11070, 8177, 8660, 13640, 10515, 13946, 8481, 13915, 8744, 12051, 8552, 7835, 8258, 7719, 8681, 7944, 14345, 9525, 15395, 8540, 12778, 8640, 13424, 10099, 13974, 9523, 15305, 8688, 15171, 9145, 13788, 11185, 11126, 8326, 8183, 8430, 7989, 8411, 8791, 13072, 8748, 13556, 8395, 11705, 10067, 12777, 9273, 16313, 9351, 11939, 8616, 8688, 8819, 10570, 8760, 16449, 10967, 14884, 8210, 9323, 8348, 8977, 10251, 10324, 8499, 10908, 8817, 11335, 9081, 17351, 11440, 17336, 13026, 12966, 10413, 9135, 18249, 10183, 13500, 8169, 9496, 8265, 8501, 10309, 8528, 8865, 8345, 8741, 8076, 8168, 7640, 8747, 11576, 8537, 10626, 7869, 8605, 12128, 8533, 13240, 8134, 10306, 7791, 8627, 14243, 7949, 10032, 7707, 8441, 11928, 8418, 9199, 7599, 8279, 11383, 7829, 9113, 7718, 8030, 11418, 7958, 8574, 7914, 7932, 10392, 7687, 8800, 7975, 7995, 11137, 7799, 10069, 7873, 8492, 7382, 7949, 11615, 7797, 10220, 7890, 7737, 7434, 7596, 9582, 7793, 7348, 7976, 7290, 7875, 13617, 7987, 11121, 11481, 12066, 9834, 12355, 8393, 11677, 11120, 14478, 11930, 17118, 13163, 10848, 17215, 12646, 13231, 8838, 17867, 11436, 17154, 11109, 15385, 13481, 11270, 18792, 15266, 18158, 13696, 13533, 11197, 10135, 13029, 9948, 17602, 13215, 18370, 13296, 10071, 14374, 10888, 15725, 16478, 11685, 18278, 11665, 14231, 10785, 10709, 8813, 9147, 8316, 8815, 9424, 8811, 8538, 8731, 7866, 8174, 8051, 8265, 9102, 7603, 8420, 8532, 8505, 13807, 12243, 12582, 9167, 8859, 16873, 8703, 13182, 9485, 14550, 9680, 8925, 18466, 11326, 15771, 11590, 12232, 9332, 9490, 18384, 8861, 14902, 9942, 10992, 8312, 8913, 16332, 8937, 10408, 8569, 9698, 8943, 9007, 10240, 8887, 9220, 8242, 9152, 11416, 8831, 9996, 8185, 9057, 9970, 9116, 11375, 8435, 9107, 8135, 8656, 11595, 8291, 8818, 7831, 8487, 10709, 7801, 8885, 7346, 8396, 11533, 8298, 8388, 7581, 8367, 10540, 8128, 9701, 7586, 8274, 8317, 7889, 12659, 7862, 11323, 8330, 8326, 14526, 8061, 11723, 7419, 8358, 14739, 8571, 11167, 8144, 8721, 7820, 8072, 8362, 7540, 7788, 9573, 7660, 9741, 7885, 8055, 11341, 8187, 13372, 10801, 12994, 11497, 12326, 9584, 13192, 12073, 14978, 11900, 13699, 16003, 11899, 19617, 14766, 18979, 14115, 15498, 11829, 12429, 9575, 11464, 9007, 13728, 8284, 10310, 8692, 10471, 8479, 10289, 7971, 13108, 7858, 9021, 13144, 8783, 17307, 9124, 13884, 8253, 9508, 8436, 8954, 17012, 8581, 13623, 8516, 12121, 8243, 9192, 7776, 8798, 17475, 8727, 13634], 'WindowCenter': [4506.0, 4501.0, 4477.0, 4514.0, 4483.0, 4451.0, 4480.0, 4460.0, 4511.0, 4488.0, 4512.0, 4486.0, 4474.0, 4495.0, 4442.0, 4494.0, 4453.0, 4472.0, 4462.0, 4482.0, 4431.0, 4430.0, 4432.0, 4432.0, 4434.0, 4453.0, 4445.0, 4456.0, 4444.0, 4456.0, 4434.0, 4444.0, 4484.0, 4433.0, 4464.0, 4443.0, 4454.0, 4431.0, 4431.0, 4422.0, 4443.0, 4473.0, 4434.0, 4463.0, 4443.0, 4462.0, 4462.0, 4429.0, 4483.0, 4450.0, 4461.0, 4450.0, 4430.0, 4490.0, 4417.0, 4458.0, 4429.0, 4428.0, 4420.0, 4430.0, 4419.0, 4430.0, 4460.0, 4420.0, 4450.0, 4420.0, 4441.0, 4469.0, 4429.0, 4459.0, 4430.0, 4440.0, 4417.0, 4438.0, 4418.0, 4452.0, 4430.0, 4439.0, 4437.0, 4434.0, 4416.0, 4414.0, 4428.0, 4437.0, 4418.0, 4428.0, 4477.0, 4427.0, 4437.0, 4416.0, 4437.0, 4465.0, 4425.0, 4455.0, 4424.0, 4433.0, 4412.0, 4422.0, 4431.0, 4421.0, 4451.0, 4420.0, 4439.0, 4420.0, 4431.0, 4408.0, 4407.0, 4395.0, 4407.0, 4405.0, 4407.0, 4435.0, 4406.0, 4415.0, 4396.0, 4396.0, 4385.0, 4406.0, 4447.0, 4405.0, 4426.0, 4395.0, 4406.0, 4374.0, 4406.0, 4415.0, 4396.0, 4396.0, 4398.0, 4409.0, 4400.0, 4422.0, 4402.0, 4425.0, 4433.0, 4426.0, 4437.0, 4418.0, 4428.0, 4416.0, 4428.0, 4458.0, 4428.0, 4448.0, 4428.0, 4438.0, 4406.0, 4428.0, 4458.0, 4427.0, 4456.0, 4418.0, 4447.0, 4418.0, 4438.0, 4429.0, 4440.0, 4430.0, 4442.0, 4455.0, 4443.0, 4442.0, 4434.0, 4432.0, 4432.0, 4432.0, 4432.0, 4482.0, 4434.0, 4493.0, 4444.0, 4496.0, 4466.0, 4474.0, 4432.0, 4462.0, 4434.0, 4473.0, 4445.0, 4483.0, 4435.0, 4473.0, 4435.0, 4462.0, 4477.0, 4474.0, 4445.0, 4473.0, 4445.0, 4472.0, 4465.0, 4474.0, 4456.0, 4482.0, 4434.0, 4462.0, 4434.0, 4463.0, 4445.0, 4476.0, 4459.0, 4474.0, 4434.0, 4476.0, 4445.0, 4464.0, 4465.0, 4473.0, 4444.0, 4466.0, 4446.0, 4454.0, 4442.0, 4440.0, 4431.0, 4463.0, 4433.0, 4472.0, 4433.0, 4452.0, 4444.0, 4463.0, 4455.0, 4483.0, 4454.0, 4482.0, 4452.0, 4461.0, 4441.0, 4483.0, 4441.0, 4479.0, 4427.0, 4428.0, 4419.0, 4428.0, 4429.0, 4479.0, 4428.0, 4447.0, 4427.0, 4425.0, 4426.0, 4437.0, 4456.0, 4437.0, 4478.0, 4446.0, 4454.0, 4434.0, 4444.0, 4424.0, 4414.0, 4402.0, 4423.0, 4392.0, 4426.0, 4436.0, 4427.0, 4438.0, 4418.0, 4428.0, 4415.0, 4427.0, 4417.0, 4428.0, 4458.0, 4419.0, 4446.0, 4418.0, 4427.0, 4457.0, 4428.0, 4448.0, 4418.0, 4438.0, 4428.0, 4427.0, 4417.0, 4429.0, 4430.0, 4434.0, 4451.0, 4420.0, 4451.0, 4432.0, 4440.0, 4430.0, 4450.0, 4431.0, 4443.0, 4422.0, 4444.0, 4462.0, 4432.0, 4470.0, 4431.0, 4461.0, 4432.0, 4451.0, 4450.0, 4452.0, 4456.0, 4443.0, 4434.0, 4444.0, 4443.0, 4442.0, 4432.0, 4441.0, 4472.0, 4431.0, 4493.0, 4443.0, 4473.0, 4451.0, 4483.0, 4450.0, 4450.0, 4420.0, 4441.0, 4441.0, 4442.0, 4492.0, 4432.0, 4470.0, 4431.0, 4459.0, 4441.0, 4441.0, 4421.0, 4431.0, 4471.0, 4431.0, 4481.0, 4431.0, 4460.0, 4432.0, 4450.0, 4444.0, 4465.0, 4433.0, 4453.0, 4434.0, 4442.0, 4480.0, 4440.0, 4469.0, 4429.0, 4458.0, 4418.0, 4448.0, 4438.0, 4439.0, 4418.0, 4437.0, 4407.0, 4429.0, 4470.0, 4430.0, 4448.0, 4419.0, 4436.0, 4419.0, 4438.0, 4426.0, 4440.0, 4449.0, 4429.0, 4467.0, 4429.0, 4448.0, 4429.0, 4440.0, 4428.0, 4428.0, 4468.0, 4417.0, 4448.0, 4437.0, 4428.0, 4428.0, 4430.0, 4448.0, 4418.0, 4439.0, 4429.0, 4439.0, 4429.0, 4430.0, 4460.0, 4419.0, 4450.0, 4430.0, 4431.0, 4460.0, 4431.0, 4462.0, 4440.0, 4442.0, 4419.0, 4430.0, 4481.0, 4432.0, 4462.0, 4420.0, 4442.0, 4450.0, 4429.0, 4481.0, 4431.0, 4450.0, 4429.0, 4431.0, 4419.0, 4441.0, 4440.0, 4433.0, 4471.0, 4442.0, 4452.0, 4421.0, 4441.0, 4469.0, 4429.0, 4470.0, 4419.0, 4439.0, 4419.0, 4429.0, 4418.0, 4430.0, 4439.0, 4432.0, 4451.0, 4433.0, 4453.0, 4433.0, 4452.0, 4422.0, 4444.0, 4484.0, 4443.0, 4470.0, 4439.0, 4450.0, 4440.0, 4440.0, 4420.0, 4431.0, 4489.0, 4429.0, 4469.0, 4417.0, 4460.0, 4429.0, 4439.0, 4430.0, 4440.0, 4429.0, 4440.0, 4434.0, 4444.0, 4442.0, 4430.0, 4430.0, 4462.0, 4444.0, 4461.0, 4430.0, 4440.0, 4442.0, 4453.0, 4432.0, 4461.0, 4431.0, 4483.0, 4445.0, 4491.0, 4460.0, 4479.0, 4447.0, 4444.0, 4414.0, 4444.0, 4414.0, 4433.0, 4401.0, 4421.0, 4400.0, 4411.0, 4421.0, 4412.0, 4421.0, 4424.0, 4423.0, 4414.0, 4434.0, 4415.0, 4436.0, 4416.0, 4427.0, 4414.0, 4427.0, 4466.0, 4416.0, 4446.0, 4426.0, 4447.0, 4425.0, 4424.0, 4404.0, 4430.0, 4429.0, 4418.0, 4448.0, 4419.0, 4447.0, 4428.0, 4439.0, 4419.0, 4429.0, 4428.0, 4448.0, 4418.0, 4470.0, 4433.0, 4451.0, 4407.0, 4417.0, 4470.0, 4430.0, 4439.0, 4418.0, 4427.0, 4466.0, 4427.0, 4446.0, 4416.0, 4436.0, 4415.0, 4415.0, 4414.0, 4417.0, 4418.0, 4429.0, 4418.0, 4429.0, 4458.0, 4429.0, 4448.0, 4418.0, 4438.0, 4416.0, 4426.0, 4477.0, 4446.0, 4446.0, 4414.0, 4424.0, 4423.0, 4412.0, 4464.0, 4403.0, 4433.0, 4404.0, 4414.0, 4405.0, 4415.0, 4446.0, 4417.0, 4436.0, 4407.0, 4417.0, 4406.0, 4418.0, 4457.0, 4417.0, 4447.0, 4418.0, 4419.0, 4407.0, 4419.0, 4458.0, 4430.0, 4440.0, 4431.0, 4430.0, 4432.0, 4435.0, 4446.0, 4446.0, 4443.0, 4428.0, 4420.0, 4428.0, 4461.0, 4479.0, 4473.0, 4431.0, 4452.0, 4482.0, 4453.0, 4491.0, 4441.0, 4471.0, 4418.0, 4441.0, 4478.0, 4439.0, 4479.0, 4459.0, 4468.0, 4417.0, 4455.0, 4414.0, 4424.0, 4413.0, 4412.0, 4413.0, 4423.0, 4426.0, 4436.0, 4425.0, 4435.0, 4424.0, 4414.0, 4426.0, 4465.0, 4444.0, 4452.0, 4411.0, 4421.0, 4431.0, 4402.0, 4462.0, 4442.0, 4441.0, 4409.0, 4428.0, 4399.0, 4421.0, 4401.0, 4412.0, 4403.0, 4413.0, 4414.0, 4415.0, 4406.0, 4426.0, 4426.0, 4428.0, 4455.0, 4428.0, 4438.0, 4418.0, 4429.0, 4419.0, 4428.0, 4419.0, 4430.0, 4470.0, 4441.0, 4450.0, 4431.0, 4450.0, 4420.0, 4430.0, 4469.0, 4442.0, 4461.0, 4432.0, 4429.0, 4441.0, 4431.0, 4432.0, 4472.0, 4444.0, 4463.0, 4454.0, 4462.0, 4443.0, 4443.0, 4433.0, 4442.0, 4481.0, 4442.0, 4483.0, 4440.0, 4461.0, 4442.0, 4475.0, 4457.0, 4434.0, 4442.0, 4445.0, 4446.0, 4446.0, 4457.0, 4496.0, 4479.0, 4476.0, 4466.0, 4476.0, 4444.0, 4456.0, 4485.0, 4466.0, 4483.0, 4455.0, 4497.0, 4453.0, 4474.0, 4441.0, 4430.0, 4430.0, 4435.0, 4443.0, 4443.0, 4485.0, 4454.0, 4492.0, 4442.0, 4471.0, 4442.0, 4471.0, 4452.0, 4471.0, 4441.0, 4480.0, 4430.0, 4478.0, 4438.0, 4458.0, 4449.0, 4448.0, 4417.0, 4416.0, 4414.0, 4418.0, 4427.0, 4440.0, 4470.0, 4429.0, 4456.0, 4426.0, 4447.0, 4437.0, 4461.0, 4429.0, 4468.0, 4425.0, 4433.0, 4412.0, 4412.0, 4414.0, 4434.0, 4413.0, 4467.0, 4423.0, 4453.0, 4404.0, 4412.0, 4404.0, 4413.0, 4424.0, 4423.0, 4415.0, 4435.0, 4430.0, 4460.0, 4428.0, 4465.0, 4446.0, 4467.0, 4444.0, 4433.0, 4407.0, 4399.0, 4450.0, 4408.0, 4427.0, 4388.0, 4397.0, 4385.0, 4387.0, 4406.0, 4398.0, 4398.0, 4401.0, 4412.0, 4403.0, 4412.0, 4404.0, 4416.0, 4446.0, 4417.0, 4436.0, 4416.0, 4417.0, 4447.0, 4418.0, 4445.0, 4416.0, 4438.0, 4404.0, 4416.0, 4456.0, 4416.0, 4427.0, 4407.0, 4417.0, 4446.0, 4416.0, 4427.0, 4417.0, 4430.0, 4447.0, 4420.0, 4428.0, 4419.0, 4431.0, 4449.0, 4432.0, 4431.0, 4429.0, 4434.0, 4451.0, 4433.0, 4442.0, 4433.0, 4444.0, 4463.0, 4435.0, 4454.0, 4443.0, 4445.0, 4434.0, 4446.0, 4476.0, 4437.0, 4466.0, 4445.0, 4444.0, 4436.0, 4460.0, 4467.0, 4450.0, 4446.0, 4447.0, 4446.0, 4457.0, 4496.0, 4461.0, 4478.0, 4490.0, 4490.0, 4469.0, 4488.0, 4458.0, 4489.0, 4503.0, 4511.0, 4501.0, 4518.0, 4484.0, 4474.0, 4504.0, 4473.0, 4482.0, 4456.0, 4507.0, 4478.0, 4509.0, 4465.0, 4494.0, 4472.0, 4463.0, 4502.0, 4482.0, 4490.0, 4458.0, 4457.0, 4434.0, 4424.0, 4446.0, 4425.0, 4477.0, 4444.0, 4464.0, 4431.0, 4410.0, 4429.0, 4409.0, 4441.0, 4438.0, 4406.0, 4434.0, 4404.0, 4415.0, 4393.0, 4393.0, 4382.0, 4383.0, 4382.0, 4393.0, 4406.0, 4409.0, 4397.0, 4397.0, 4385.0, 4384.0, 4399.0, 4401.0, 4412.0, 4413.0, 4415.0, 4429.0, 4441.0, 4483.0, 4474.0, 4473.0, 4440.0, 4440.0, 4492.0, 4429.0, 4458.0, 4427.0, 4456.0, 4424.0, 4413.0, 4475.0, 4431.0, 4453.0, 4421.0, 4431.0, 4398.0, 4409.0, 4459.0, 4396.0, 4437.0, 4396.0, 4405.0, 4384.0, 4383.0, 4434.0, 4384.0, 4403.0, 4384.0, 4394.0, 4395.0, 4395.0, 4404.0, 4398.0, 4398.0, 4397.0, 4410.0, 4417.0, 4409.0, 4419.0, 4401.0, 4412.0, 4421.0, 4411.0, 4432.0, 4401.0, 4413.0, 4401.0, 4414.0, 4433.0, 4414.0, 4423.0, 4405.0, 4424.0, 4434.0, 4416.0, 4426.0, 4406.0, 4428.0, 4447.0, 4428.0, 4428.0, 4419.0, 4429.0, 4448.0, 4430.0, 4451.0, 4432.0, 4442.0, 4441.0, 4442.0, 4469.0, 4443.0, 4462.0, 4430.0, 4443.0, 4482.0, 4431.0, 4461.0, 4420.0, 4441.0, 4481.0, 4444.0, 4461.0, 4432.0, 4441.0, 4433.0, 4430.0, 4455.0, 4443.0, 4446.0, 4453.0, 4446.0, 4464.0, 4446.0, 4457.0, 4488.0, 4457.0, 4496.0, 4476.0, 4484.0, 4475.0, 4474.0, 4454.0, 4484.0, 4474.0, 4495.0, 4472.0, 4483.0, 4492.0, 4461.0, 4501.0, 4470.0, 4489.0, 4468.0, 4466.0, 4458.0, 4460.0, 4438.0, 4458.0, 4426.0, 4454.0, 4415.0, 4434.0, 4427.0, 4460.0, 4428.0, 4449.0, 4428.0, 4457.0, 4416.0, 4426.0, 4454.0, 4426.0, 4476.0, 4425.0, 4455.0, 4415.0, 4423.0, 4414.0, 4425.0, 4475.0, 4415.0, 4455.0, 4414.0, 4445.0, 4415.0, 4425.0, 4405.0, 4426.0, 4475.0, 4414.0, 4455.0], 'WindowWidth': [9927.0, 9910.0, 9872.0, 9915.0, 9872.0, 9822.0, 9860.0, 9830.0, 9907.0, 9868.0, 9909.0, 9861.0, 9840.0, 9872.0, 9792.0, 9872.0, 9808.0, 9834.0, 9822.0, 9847.0, 9779.0, 9773.0, 9779.0, 9779.0, 9787.0, 9812.0, 9806.0, 9820.0, 9804.0, 9819.0, 9787.0, 9800.0, 9855.0, 9782.0, 9827.0, 9796.0, 9814.0, 9778.0, 9777.0, 9766.0, 9795.0, 9837.0, 9785.0, 9825.0, 9796.0, 9823.0, 9819.0, 9774.0, 9852.0, 9801.0, 9819.0, 9800.0, 9770.0, 9858.0, 9751.0, 9807.0, 9771.0, 9769.0, 9759.0, 9773.0, 9757.0, 9774.0, 9816.0, 9759.0, 9802.0, 9759.0, 9788.0, 9825.0, 9770.0, 9812.0, 9773.0, 9787.0, 9753.0, 9782.0, 9755.0, 9809.0, 9775.0, 9786.0, 9781.0, 9770.0, 9747.0, 9742.0, 9770.0, 9785.0, 9756.0, 9767.0, 9835.0, 9765.0, 9779.0, 9749.0, 9778.0, 9816.0, 9758.0, 9800.0, 9754.0, 9768.0, 9733.0, 9748.0, 9759.0, 9744.0, 9792.0, 9741.0, 9770.0, 9745.0, 9761.0, 9723.0, 9720.0, 9700.0, 9717.0, 9715.0, 9717.0, 9759.0, 9716.0, 9729.0, 9702.0, 9705.0, 9687.0, 9717.0, 9778.0, 9713.0, 9746.0, 9701.0, 9716.0, 9671.0, 9715.0, 9729.0, 9705.0, 9704.0, 9710.0, 9726.0, 9718.0, 9749.0, 9723.0, 9758.0, 9768.0, 9763.0, 9779.0, 9755.0, 9770.0, 9751.0, 9768.0, 9809.0, 9769.0, 9795.0, 9767.0, 9783.0, 9735.0, 9766.0, 9810.0, 9765.0, 9804.0, 9754.0, 9792.0, 9757.0, 9782.0, 9774.0, 9787.0, 9778.0, 9795.0, 9819.0, 9799.0, 9797.0, 9788.0, 9782.0, 9782.0, 9782.0, 9784.0, 9849.0, 9789.0, 9867.0, 9802.0, 9875.0, 9834.0, 9841.0, 9785.0, 9822.0, 9789.0, 9840.0, 9805.0, 9855.0, 9790.0, 9839.0, 9792.0, 9825.0, 9850.0, 9841.0, 9805.0, 9839.0, 9804.0, 9838.0, 9832.0, 9843.0, 9821.0, 9852.0, 9788.0, 9822.0, 9789.0, 9827.0, 9804.0, 9850.0, 9832.0, 9844.0, 9790.0, 9848.0, 9808.0, 9830.0, 9832.0, 9840.0, 9803.0, 9836.0, 9812.0, 9815.0, 9796.0, 9789.0, 9779.0, 9824.0, 9786.0, 9835.0, 9787.0, 9808.0, 9803.0, 9826.0, 9820.0, 9855.0, 9814.0, 9850.0, 9809.0, 9821.0, 9794.0, 9854.0, 9791.0, 9845.0, 9767.0, 9768.0, 9759.0, 9769.0, 9771.0, 9844.0, 9768.0, 9794.0, 9766.0, 9762.0, 9762.0, 9779.0, 9805.0, 9778.0, 9841.0, 9788.0, 9800.0, 9770.0, 9783.0, 9755.0, 9741.0, 9725.0, 9753.0, 9712.0, 9761.0, 9774.0, 9769.0, 9784.0, 9756.0, 9768.0, 9749.0, 9767.0, 9750.0, 9769.0, 9810.0, 9757.0, 9793.0, 9754.0, 9767.0, 9806.0, 9767.0, 9795.0, 9754.0, 9780.0, 9767.0, 9766.0, 9752.0, 9771.0, 9777.0, 9788.0, 9805.0, 9763.0, 9805.0, 9780.0, 9787.0, 9776.0, 9802.0, 9779.0, 9798.0, 9766.0, 9800.0, 9820.0, 9780.0, 9832.0, 9778.0, 9819.0, 9781.0, 9805.0, 9803.0, 9808.0, 9820.0, 9799.0, 9787.0, 9802.0, 9798.0, 9797.0, 9781.0, 9792.0, 9836.0, 9778.0, 9869.0, 9799.0, 9841.0, 9807.0, 9851.0, 9803.0, 9802.0, 9763.0, 9790.0, 9791.0, 9795.0, 9866.0, 9780.0, 9830.0, 9777.0, 9815.0, 9790.0, 9793.0, 9765.0, 9778.0, 9833.0, 9777.0, 9846.0, 9777.0, 9817.0, 9780.0, 9803.0, 9801.0, 9831.0, 9784.0, 9814.0, 9788.0, 9795.0, 9845.0, 9789.0, 9828.0, 9772.0, 9811.0, 9758.0, 9797.0, 9782.0, 9784.0, 9755.0, 9779.0, 9740.0, 9770.0, 9830.0, 9776.0, 9796.0, 9760.0, 9779.0, 9757.0, 9783.0, 9767.0, 9790.0, 9797.0, 9772.0, 9823.0, 9771.0, 9796.0, 9770.0, 9790.0, 9770.0, 9769.0, 9825.0, 9753.0, 9795.0, 9778.0, 9769.0, 9770.0, 9774.0, 9797.0, 9757.0, 9784.0, 9771.0, 9785.0, 9772.0, 9775.0, 9815.0, 9761.0, 9802.0, 9775.0, 9779.0, 9816.0, 9781.0, 9821.0, 9789.0, 9794.0, 9760.0, 9777.0, 9850.0, 9780.0, 9822.0, 9762.0, 9792.0, 9799.0, 9773.0, 9849.0, 9780.0, 9803.0, 9774.0, 9777.0, 9760.0, 9792.0, 9790.0, 9784.0, 9836.0, 9794.0, 9810.0, 9763.0, 9790.0, 9827.0, 9772.0, 9831.0, 9762.0, 9787.0, 9760.0, 9772.0, 9756.0, 9776.0, 9787.0, 9784.0, 9807.0, 9785.0, 9810.0, 9785.0, 9810.0, 9768.0, 9802.0, 9857.0, 9797.0, 9829.0, 9784.0, 9800.0, 9788.0, 9789.0, 9762.0, 9778.0, 9858.0, 9773.0, 9828.0, 9756.0, 9816.0, 9775.0, 9786.0, 9776.0, 9788.0, 9774.0, 9791.0, 9791.0, 9804.0, 9797.0, 9777.0, 9776.0, 9823.0, 9804.0, 9822.0, 9780.0, 9790.0, 9797.0, 9812.0, 9782.0, 9819.0, 9780.0, 9855.0, 9804.0, 9864.0, 9818.0, 9845.0, 9791.0, 9787.0, 9743.0, 9785.0, 9739.0, 9767.0, 9720.0, 9745.0, 9717.0, 9731.0, 9746.0, 9736.0, 9747.0, 9757.0, 9752.0, 9744.0, 9770.0, 9747.0, 9776.0, 9750.0, 9766.0, 9744.0, 9763.0, 9818.0, 9746.0, 9791.0, 9763.0, 9792.0, 9759.0, 9757.0, 9730.0, 9774.0, 9773.0, 9756.0, 9794.0, 9756.0, 9793.0, 9772.0, 9786.0, 9758.0, 9771.0, 9769.0, 9795.0, 9753.0, 9829.0, 9783.0, 9804.0, 9738.0, 9753.0, 9832.0, 9776.0, 9785.0, 9755.0, 9767.0, 9820.0, 9764.0, 9789.0, 9749.0, 9775.0, 9746.0, 9746.0, 9743.0, 9750.0, 9756.0, 9773.0, 9753.0, 9771.0, 9807.0, 9769.0, 9796.0, 9753.0, 9781.0, 9748.0, 9761.0, 9834.0, 9786.0, 9790.0, 9742.0, 9755.0, 9752.0, 9737.0, 9812.0, 9725.0, 9765.0, 9727.0, 9742.0, 9730.0, 9745.0, 9789.0, 9751.0, 9777.0, 9738.0, 9753.0, 9737.0, 9754.0, 9808.0, 9753.0, 9792.0, 9754.0, 9757.0, 9739.0, 9759.0, 9810.0, 9775.0, 9787.0, 9778.0, 9776.0, 9781.0, 9792.0, 9810.0, 9806.0, 9802.0, 9768.0, 9762.0, 9769.0, 9817.0, 9842.0, 9841.0, 9779.0, 9810.0, 9853.0, 9814.0, 9868.0, 9793.0, 9837.0, 9760.0, 9793.0, 9843.0, 9789.0, 9845.0, 9814.0, 9827.0, 9753.0, 9802.0, 9744.0, 9756.0, 9741.0, 9737.0, 9742.0, 9756.0, 9765.0, 9776.0, 9761.0, 9772.0, 9757.0, 9742.0, 9761.0, 9816.0, 9783.0, 9797.0, 9732.0, 9748.0, 9761.0, 9721.0, 9809.0, 9778.0, 9776.0, 9729.0, 9754.0, 9716.0, 9745.0, 9721.0, 9736.0, 9727.0, 9740.0, 9744.0, 9747.0, 9734.0, 9763.0, 9763.0, 9768.0, 9802.0, 9770.0, 9784.0, 9758.0, 9773.0, 9759.0, 9771.0, 9760.0, 9777.0, 9831.0, 9793.0, 9803.0, 9779.0, 9804.0, 9762.0, 9776.0, 9828.0, 9797.0, 9820.0, 9781.0, 9775.0, 9794.0, 9778.0, 9783.0, 9838.0, 9801.0, 9826.0, 9814.0, 9823.0, 9798.0, 9798.0, 9786.0, 9797.0, 9849.0, 9795.0, 9853.0, 9792.0, 9820.0, 9798.0, 9846.0, 9825.0, 9789.0, 9799.0, 9807.0, 9809.0, 9809.0, 9827.0, 9878.0, 9859.0, 9849.0, 9836.0, 9849.0, 9803.0, 9823.0, 9859.0, 9835.0, 9855.0, 9820.0, 9880.0, 9813.0, 9843.0, 9795.0, 9777.0, 9778.0, 9790.0, 9801.0, 9801.0, 9860.0, 9816.0, 9865.0, 9796.0, 9834.0, 9795.0, 9833.0, 9810.0, 9833.0, 9792.0, 9845.0, 9774.0, 9841.0, 9785.0, 9810.0, 9799.0, 9797.0, 9752.0, 9750.0, 9747.0, 9756.0, 9766.0, 9791.0, 9831.0, 9773.0, 9807.0, 9765.0, 9793.0, 9780.0, 9818.0, 9770.0, 9823.0, 9758.0, 9768.0, 9739.0, 9737.0, 9742.0, 9771.0, 9740.0, 9821.0, 9754.0, 9795.0, 9728.0, 9736.0, 9729.0, 9740.0, 9756.0, 9755.0, 9746.0, 9772.0, 9773.0, 9818.0, 9768.0, 9816.0, 9789.0, 9824.0, 9783.0, 9766.0, 9720.0, 9710.0, 9788.0, 9720.0, 9747.0, 9693.0, 9706.0, 9688.0, 9693.0, 9716.0, 9709.0, 9709.0, 9721.0, 9735.0, 9728.0, 9738.0, 9730.0, 9749.0, 9788.0, 9751.0, 9776.0, 9748.0, 9750.0, 9790.0, 9752.0, 9788.0, 9749.0, 9779.0, 9729.0, 9748.0, 9803.0, 9747.0, 9762.0, 9735.0, 9749.0, 9787.0, 9748.0, 9763.0, 9751.0, 9771.0, 9792.0, 9760.0, 9769.0, 9757.0, 9777.0, 9798.0, 9778.0, 9778.0, 9774.0, 9784.0, 9803.0, 9783.0, 9795.0, 9783.0, 9802.0, 9824.0, 9789.0, 9812.0, 9798.0, 9803.0, 9786.0, 9806.0, 9845.0, 9795.0, 9833.0, 9803.0, 9803.0, 9794.0, 9834.0, 9839.0, 9818.0, 9809.0, 9811.0, 9808.0, 9826.0, 9877.0, 9837.0, 9855.0, 9875.0, 9875.0, 9845.0, 9867.0, 9828.0, 9872.0, 9899.0, 9905.0, 9893.0, 9914.0, 9858.0, 9845.0, 9885.0, 9840.0, 9853.0, 9822.0, 9896.0, 9853.0, 9907.0, 9831.0, 9876.0, 9837.0, 9826.0, 9885.0, 9851.0, 9864.0, 9815.0, 9807.0, 9772.0, 9757.0, 9789.0, 9761.0, 9838.0, 9787.0, 9813.0, 9762.0, 9729.0, 9758.0, 9724.0, 9775.0, 9766.0, 9717.0, 9759.0, 9711.0, 9728.0, 9695.0, 9694.0, 9677.0, 9681.0, 9679.0, 9697.0, 9721.0, 9730.0, 9710.0, 9709.0, 9689.0, 9686.0, 9715.0, 9720.0, 9738.0, 9742.0, 9748.0, 9769.0, 9791.0, 9856.0, 9843.0, 9842.0, 9787.0, 9788.0, 9866.0, 9775.0, 9814.0, 9765.0, 9806.0, 9757.0, 9741.0, 9830.0, 9762.0, 9796.0, 9747.0, 9761.0, 9710.0, 9727.0, 9799.0, 9705.0, 9764.0, 9703.0, 9716.0, 9685.0, 9683.0, 9758.0, 9686.0, 9711.0, 9686.0, 9699.0, 9700.0, 9703.0, 9714.0, 9709.0, 9711.0, 9709.0, 9729.0, 9737.0, 9729.0, 9742.0, 9719.0, 9736.0, 9746.0, 9736.0, 9764.0, 9722.0, 9739.0, 9721.0, 9743.0, 9768.0, 9743.0, 9756.0, 9732.0, 9759.0, 9772.0, 9749.0, 9764.0, 9735.0, 9768.0, 9792.0, 9771.0, 9770.0, 9759.0, 9776.0, 9799.0, 9779.0, 9807.0, 9782.0, 9797.0, 9794.0, 9799.0, 9832.0, 9799.0, 9826.0, 9777.0, 9798.0, 9851.0, 9779.0, 9821.0, 9764.0, 9793.0, 9849.0, 9801.0, 9819.0, 9782.0, 9792.0, 9784.0, 9778.0, 9821.0, 9799.0, 9808.0, 9813.0, 9809.0, 9834.0, 9810.0, 9828.0, 9870.0, 9827.0, 9878.0, 9851.0, 9859.0, 9846.0, 9846.0, 9814.0, 9859.0, 9842.0, 9875.0, 9839.0, 9856.0, 9865.0, 9822.0, 9880.0, 9832.0, 9860.0, 9824.0, 9822.0, 9812.0, 9818.0, 9785.0, 9812.0, 9766.0, 9802.0, 9749.0, 9771.0, 9768.0, 9822.0, 9773.0, 9800.0, 9770.0, 9809.0, 9751.0, 9764.0, 9801.0, 9764.0, 9837.0, 9762.0, 9806.0, 9748.0, 9758.0, 9744.0, 9760.0, 9831.0, 9747.0, 9803.0, 9746.0, 9788.0, 9748.0, 9761.0, 9735.0, 9765.0, 9835.0, 9746.0, 9802.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.002390890346766635</td></tr>
<tr><td colspan=3>aqi</td><td>0.039936499718837865</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.80057423288921</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.273283348780488</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928175854408998</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>6820.499</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08708681775119553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.966260543580131</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5750975552654682</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4627916685551985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.841475114072136</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.42102588316907</td></tr>
<tr><td colspan=3>gcor</td><td>0.022918</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009598846547305584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04007424786686897</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1067</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.9604591998238394</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>13.1171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5184</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.5734</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1109.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.7823</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5082</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.7411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.118</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.4057</td></tr>
<tr><td colspan=3>tsnr</td><td>35.163605734705925</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>