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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-01/func/sub-0052_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6e10d8f2ac6f0e51669e1d4647d65d99</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:00:47.632500</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_VE11E_LATEST_20181129</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.99877, 0.00133566, 0.0495619, -0.0094135, 0.986562, 0.163113]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_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.0941075</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7799, -7244, 618, -8, -134, 33, 37]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a0d3eb8f-3130-4edb-a350-7df7cff514de||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796274185180664, -0.025255728513002396, 0.1314307302236557, 108.91647338867188], [-0.003583471290767193, 2.6468749046325684, 0.4411243200302124, -97.76973724365234], [0.13297095894813538, -0.43762141466140747, 2.6604764461517334, -41.579071044921875], [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, 872]</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], 'AcquisitionTime': ['130047.632500', '130048.092500', '130048.552500', '130049.012500', '130049.472500', '130049.932500', '130050.392500', '130050.852500', '130051.312500', '130051.772500', '130052.232500', '130052.692500', '130053.152500', '130053.612500', '130054.072500', '130054.532500', '130054.992500', '130055.452500', '130055.912500', '130056.372500', '130056.832500', '130057.292500', '130057.752500', '130058.212500', '130058.672500', '130059.132500', '130059.592500', '130100.052500', '130100.512500', '130100.972500', '130101.432500', '130101.892500', '130102.352500', '130102.812500', '130103.272500', '130103.732500', '130104.192500', '130104.652500', '130105.112500', '130105.572500', '130106.032500', '130106.492500', '130106.952500', '130107.412500', '130107.872500', '130108.332500', '130108.792500', '130109.252500', '130109.712500', '130110.172500', '130110.632500', '130111.092500', '130111.552500', '130112.012500', '130112.472500', '130112.932500', '130113.392500', '130113.852500', '130114.312500', '130114.772500', '130115.232500', '130115.692500', '130116.152500', '130116.612500', '130117.072500', '130117.532500', '130117.992500', '130118.452500', '130118.912500', '130119.372500', '130119.832500', '130120.292500', '130120.752500', '130121.212500', '130121.672500', '130122.132500', '130122.592500', '130123.052500', '130123.512500', '130123.972500', '130124.432500', '130124.892500', '130125.352500', '130125.812500', '130126.272500', '130126.732500', '130127.192500', '130127.652500', '130128.112500', '130128.572500', '130129.032500', '130129.492500', '130129.952500', '130130.412500', '130130.872500', '130131.332500', '130131.792500', '130132.252500', '130132.712500', '130133.172500', '130133.632500', '130134.092500', '130134.552500', '130135.012500', '130135.472500', '130135.932500', '130136.392500', '130136.852500', '130137.312500', '130137.772500', '130138.232500', '130138.692500', '130139.152500', '130139.612500', '130140.072500', '130140.532500', '130140.992500', '130141.452500', '130141.912500', '130142.372500', '130142.832500', '130143.292500', '130143.752500', '130144.212500', '130144.672500', '130145.132500', '130145.592500', '130146.052500', '130146.512500', '130146.972500', '130147.432500', '130147.892500', '130148.352500', '130148.812500', '130149.272500', '130149.732500', '130150.192500', '130150.652500', '130151.112500', '130151.572500', '130152.032500', '130152.492500', '130152.952500', '130153.412500', '130153.872500', '130154.332500', '130154.792500', '130155.252500', '130155.712500', '130156.172500', '130156.632500', '130157.092500', '130157.552500', '130158.012500', '130158.472500', '130158.932500', '130159.392500', '130159.852500', '130200.312500', '130200.772500', '130201.232500', '130201.692500', '130202.152500', '130202.612500', '130203.072500', '130203.532500', '130203.992500', '130204.452500', '130204.912500', '130205.372500', '130205.832500', '130206.292500', '130206.752500', '130207.212500', '130207.672500', '130208.132500', '130208.592500', '130209.052500', '130209.512500', '130209.972500', '130210.432500', '130210.892500', '130211.352500', '130211.812500', '130212.272500', '130212.732500', '130213.192500', '130213.652500', '130214.112500', '130214.572500', '130215.032500', '130215.492500', '130215.952500', '130216.412500', '130216.872500', '130217.332500', '130217.792500', '130218.252500', '130218.712500', '130219.172500', '130219.632500', '130220.092500', '130220.552500', '130221.012500', '130221.472500', '130221.932500', '130222.392500', '130222.852500', '130223.312500', '130223.772500', '130224.232500', '130224.692500', '130225.152500', '130225.612500', '130226.072500', '130226.532500', '130226.992500', '130227.452500', '130227.912500', '130228.372500', '130228.832500', '130229.292500', '130229.752500', '130230.212500', '130230.672500', '130231.132500', '130231.592500', '130232.052500', '130232.512500', '130232.972500', '130233.432500', '130233.892500', '130234.352500', '130234.812500', '130235.272500', '130235.732500', '130236.192500', '130236.652500', '130237.112500', '130237.572500', '130238.032500', '130238.492500', '130238.952500', '130239.412500', '130239.872500', '130240.332500', '130240.792500', '130241.252500', '130241.712500', '130242.172500', '130242.632500', '130243.092500', '130243.552500', '130244.012500', '130244.472500', '130244.932500', '130245.392500', '130245.852500', '130246.312500', '130246.772500', '130247.232500', '130247.692500', '130248.152500', '130248.612500', '130249.072500', '130249.532500', '130249.992500', '130250.452500', '130250.912500', '130251.372500', '130251.832500', '130252.292500', '130252.752500', '130253.212500', '130253.672500', '130254.132500', '130254.592500', '130255.052500', '130255.512500', '130255.972500', '130256.432500', '130256.892500', '130257.352500', '130257.812500', '130258.272500', '130258.732500', '130259.192500', '130259.652500', '130300.112500', '130300.572500', '130301.032500', '130301.492500', '130301.952500', '130302.412500', '130302.872500', '130303.332500', '130303.792500', '130304.252500', '130304.712500', '130305.172500', '130305.632500', '130306.092500', '130306.552500', '130307.012500', '130307.472500', '130307.932500', '130308.392500', '130308.852500', '130309.312500', '130309.772500', '130310.232500', '130310.692500', '130311.152500', '130311.612500', '130312.072500', '130312.532500', '130312.992500', '130313.452500', '130313.912500', '130314.372500', '130314.832500', '130315.292500', '130315.752500', '130316.212500', '130316.672500', '130317.132500', '130317.592500', '130318.052500', '130318.512500', '130318.972500', '130319.432500', '130319.892500', '130320.352500', '130320.812500', '130321.272500', '130321.732500', '130322.192500', '130322.652500', '130323.112500', '130323.572500', '130324.032500', '130324.492500', '130324.952500', '130325.412500', '130325.872500', '130326.332500', '130326.792500', '130327.252500', '130327.712500', '130328.172500', '130328.632500', '130329.092500', '130329.552500', '130330.012500', '130330.472500', '130330.932500', '130331.392500', '130331.852500', '130332.312500', '130332.772500', '130333.232500', '130333.692500', '130334.152500', '130334.612500', '130335.072500', '130335.532500', '130335.992500', '130336.452500', '130336.912500', '130337.372500', '130337.832500', '130338.292500', '130338.752500', '130339.212500', '130339.672500', '130340.132500', '130340.592500', '130341.052500', '130341.512500', '130341.972500', '130342.432500', '130342.892500', '130343.352500', '130343.812500', '130344.272500', '130344.732500', '130345.192500', '130345.652500', '130346.112500', '130346.572500', '130347.032500', '130347.492500', '130347.952500', '130348.412500', '130348.872500', '130349.332500', '130349.792500', '130350.252500', '130350.712500', '130351.172500', '130351.632500', '130352.092500', '130352.552500', '130353.012500', '130353.472500', '130353.932500', '130354.392500', '130354.852500', '130355.312500', '130355.772500', '130356.232500', '130356.692500', '130357.152500', '130357.612500', '130358.072500', '130358.532500', '130358.992500', '130359.452500', '130359.912500', '130400.372500', '130400.832500', '130401.292500', '130401.752500', '130402.212500', '130402.672500', '130403.132500', '130403.592500', '130404.052500', '130404.512500', '130404.972500', '130405.432500', '130405.892500', '130406.352500', '130406.812500', '130407.272500', '130407.732500', '130408.192500', '130408.652500', '130409.112500', '130409.572500', '130410.032500', '130410.492500', '130410.952500', '130411.412500', '130411.872500', '130412.332500', '130412.792500', '130413.252500', '130413.712500', '130414.172500', '130414.632500', '130415.092500', '130415.552500', '130416.012500', '130416.472500', '130416.932500', '130417.392500', '130417.852500', '130418.312500', '130418.772500', '130419.232500', '130419.692500', '130420.152500', '130420.612500', '130421.072500', '130421.532500', '130421.992500', '130422.452500', '130422.912500', '130423.372500', '130423.832500', '130424.292500', '130424.752500', '130425.212500', '130425.672500', '130426.132500', '130426.592500', '130427.052500', '130427.512500', '130427.972500', '130428.432500', '130428.892500', '130429.352500', '130429.812500', '130430.272500', '130430.732500', '130431.192500', '130431.652500', '130432.112500', '130432.572500', '130433.032500', '130433.492500', '130433.952500', '130434.412500', '130434.872500', '130435.332500', '130435.792500', '130436.252500', '130436.712500', '130437.172500', '130437.632500', '130438.092500', '130438.552500', '130439.012500', '130439.472500', '130439.932500', '130440.392500', '130440.852500', '130441.312500', '130441.772500', '130442.232500', '130442.692500', '130443.152500', '130443.612500', '130444.072500', '130444.532500', '130444.992500', '130445.452500', '130445.912500', '130446.372500', '130446.832500', '130447.292500', '130447.752500', '130448.212500', '130448.672500', '130449.132500', '130449.592500', '130450.052500', '130450.512500', '130450.972500', '130451.432500', '130451.892500', '130452.352500', '130452.812500', '130453.272500', '130453.732500', '130454.192500', '130454.652500', '130455.112500', '130455.572500', '130456.032500', '130456.492500', '130456.952500', '130457.412500', '130457.872500', '130458.332500', '130458.792500', '130459.252500', '130459.712500', '130500.172500', '130500.632500', '130501.092500', '130501.552500', '130502.012500', '130502.472500', '130502.932500', '130503.392500', '130503.852500', '130504.312500', '130504.772500', '130505.232500', '130505.692500', '130506.152500', '130506.612500', '130507.072500', '130507.532500', '130507.992500', '130508.452500', '130508.912500', '130509.372500', '130509.832500', '130510.292500', '130510.752500', '130511.212500', '130511.672500', '130512.132500', '130512.592500', '130513.052500', '130513.512500', '130513.972500', '130514.432500', '130514.892500', '130515.352500', '130515.812500', '130516.272500', '130516.732500', '130517.192500', '130517.652500', '130518.112500', '130518.572500', '130519.032500', '130519.492500', '130519.952500', '130520.412500', '130520.872500', '130521.332500', '130521.792500', '130522.252500', '130522.712500', '130523.172500', '130523.632500', '130524.092500', '130524.552500', '130525.012500', '130525.472500', '130525.932500', '130526.392500', '130526.852500', '130527.312500', '130527.772500', '130528.232500', '130528.692500', '130529.152500', '130529.612500', '130530.072500', '130530.532500', '130530.992500', '130531.452500', '130531.912500', '130532.372500', '130532.832500', '130533.292500', '130533.752500', '130534.212500', '130534.672500', '130535.132500', '130535.592500', '130536.052500', '130536.512500', '130536.972500', '130537.432500', '130537.892500', '130538.352500', '130538.812500', '130539.272500', '130539.732500', '130540.192500', '130540.652500', '130541.112500', '130541.572500', '130542.032500', '130542.492500', '130542.952500', '130543.412500', '130543.872500', '130544.332500', '130544.792500', '130545.252500', '130545.712500', '130546.172500', '130546.632500', '130547.092500', '130547.552500', '130548.012500', '130548.472500', '130548.932500', '130549.392500', '130549.852500', '130550.312500', '130550.772500', '130551.232500', '130551.692500', '130552.152500', '130552.612500', '130553.072500', '130553.532500', '130553.992500', '130554.452500', '130554.912500', '130555.372500', '130555.832500', '130556.292500', '130556.752500', '130557.212500', '130557.672500', '130558.132500', '130558.592500', '130559.052500', '130559.512500', '130559.972500', '130600.432500', '130600.892500', '130601.352500', '130601.812500', '130602.272500', '130602.732500', '130603.192500', '130603.652500', '130604.112500', '130604.572500', '130605.032500', '130605.492500', '130605.952500', '130606.412500', '130606.872500', '130607.332500', '130607.792500', '130608.252500', '130608.712500', '130609.172500', '130609.632500', '130610.092500', '130610.552500', '130611.012500', '130611.472500', '130611.932500', '130612.392500', '130612.852500', '130613.312500', '130613.772500', '130614.232500', '130614.692500', '130615.152500', '130615.612500', '130616.072500', '130616.532500', '130616.992500', '130617.452500', '130617.912500', '130618.372500', '130618.832500', '130619.292500', '130619.752500', '130620.212500', '130620.672500', '130621.132500', '130621.592500', '130622.052500', '130622.512500', '130622.972500', '130623.432500', '130623.892500', '130624.352500', '130624.812500', '130625.272500', '130625.732500', '130626.192500', '130626.652500', '130627.112500', '130627.572500', '130628.032500', '130628.492500', '130628.952500', '130629.412500', '130629.872500', '130630.332500', '130630.792500', '130631.252500', '130631.712500', '130632.172500', '130632.632500', '130633.092500', '130633.552500', '130634.012500', '130634.472500', '130634.932500', '130635.392500', '130635.852500', '130636.312500', '130636.772500', '130637.232500', '130637.692500', '130638.152500', '130638.612500', '130639.072500', '130639.532500', '130639.992500', '130640.452500', '130640.912500', '130641.372500', '130641.832500', '130642.292500', '130642.752500', '130643.212500', '130643.672500', '130644.132500', '130644.592500', '130645.052500', '130645.512500', '130645.972500', '130646.432500', '130646.892500', '130647.352500', '130647.812500', '130648.272500', '130648.732500', '130649.192500', '130649.652500', '130650.112500', '130650.572500', '130651.032500', '130651.492500', '130651.952500', '130652.412500', '130652.872500', '130653.332500', '130653.792500', '130654.252500', '130654.712500', '130655.172500', '130655.632500', '130656.092500', '130656.552500', '130657.012500', '130657.472500', '130657.932500', '130658.392500', '130658.852500', '130659.312500', '130659.772500', '130700.232500', '130700.692500', '130701.152500', '130701.612500', '130702.072500', '130702.532500', '130702.992500', '130703.452500', '130703.912500', '130704.372500', '130704.832500', '130705.292500', '130705.752500', '130706.212500', '130706.672500', '130707.132500', '130707.592500', '130708.052500', '130708.512500', '130708.972500', '130709.432500', '130709.892500', '130710.352500', '130710.812500', '130711.272500', '130711.732500', '130712.192500', '130712.652500', '130713.112500', '130713.572500', '130714.032500', '130714.492500', '130714.952500', '130715.412500', '130715.872500', '130716.332500', '130716.792500', '130717.252500', '130717.712500', '130718.172500', '130718.632500', '130719.092500', '130719.552500', '130720.012500', '130720.472500', '130720.932500', '130721.392500', '130721.852500', '130722.312500', '130722.772500', '130723.232500', '130723.692500', '130724.152500', '130724.612500', '130725.072500', '130725.532500', '130725.992500', '130726.452500', '130726.912500', '130727.372500', '130727.832500', '130728.292500'], 'ContentTime': ['130051.035000', '130051.249000', '130051.458000', '130051.641000', '130051.887000', '130052.098000', '130052.289000', '130052.526000', '130052.684000', '130052.905000', '130053.267000', '130053.657000', '130054.185000', '130054.537000', '130055.060000', '130055.573000', '130055.950000', '130056.382000', '130056.926000', '130057.372000', '130057.792000', '130058.246000', '130058.786000', '130059.217000', '130059.697000', '130100.187000', '130100.550000', '130101.004000', '130101.569000', '130101.993000', '130102.408000', '130102.909000', '130103.347000', '130103.810000', '130104.286000', '130104.700000', '130105.238000', '130105.700000', '130106.126000', '130106.587000', '130106.994000', '130107.466000', '130107.934000', '130108.403000', '130108.769000', '130109.391000', '130109.766000', '130110.200000', '130110.787000', '130111.193000', '130111.670000', '130112.143000', '130112.529000', '130112.960000', '130113.488000', '130113.907000', '130114.376000', '130114.865000', '130115.267000', '130115.719000', '130116.138000', '130116.701000', '130117.120000', '130117.660000', '130118.123000', '130118.470000', '130119.031000', '130119.505000', '130119.882000', '130120.323000', '130120.953000', '130121.276000', '130121.817000', '130122.190000', '130122.639000', '130123.115000', '130123.508000', '130124.034000', '130124.475000', '130125.018000', '130125.435000', '130125.851000', '130126.328000', '130126.787000', '130127.289000', '130127.709000', '130128.155000', '130128.634000', '130129.075000', '130129.627000', '130130.069000', '130130.443000', '130130.987000', '130131.409000', '130131.921000', '130132.359000', '130132.740000', '130133.180000', '130133.717000', '130134.154000', '130134.701000', '130135.126000', '130135.521000', '130136.029000', '130136.451000', '130136.928000', '130137.428000', '130137.885000', '130138.233000', '130138.746000', '130139.247000', '130139.655000', '130140.168000', '130140.565000', '130141.070000', '130141.523000', '130142.070000', '130142.470000', '130142.857000', '130143.444000', '130143.884000', '130144.300000', '130144.858000', '130145.255000', '130145.587000', '130146.128000', '130146.565000', '130147.153000', '130147.559000', '130147.981000', '130148.435000', '130148.848000', '130149.361000', '130149.860000', '130150.233000', '130150.739000', '130151.136000', '130151.729000', '130152.181000', '130152.521000', '130152.936000', '130153.583000', '130153.977000', '130154.475000', '130154.836000', '130155.281000', '130155.862000', '130156.272000', '130156.754000', '130157.271000', '130157.645000', '130158.120000', '130158.525000', '130159.029000', '130159.497000', '130159.887000', '130200.390000', '130200.813000', '130201.374000', '130201.739000', '130202.228000', '130202.764000', '130203.170000', '130203.581000', '130204.058000', '130204.489000', '130204.913000', '130205.497000', '130205.875000', '130206.387000', '130206.772000', '130207.267000', '130207.755000', '130208.161000', '130208.755000', '130209.197000', '130209.612000', '130210.093000', '130210.531000', '130210.966000', '130211.505000', '130211.910000', '130212.321000', '130212.830000', '130213.246000', '130213.848000', '130214.210000', '130214.689000', '130215.113000', '130215.590000', '130215.993000', '130216.495000', '130216.972000', '130217.385000', '130217.934000', '130218.371000', '130218.794000', '130219.274000', '130219.655000', '130220.124000', '130220.604000', '130221.147000', '130221.614000', '130222.083000', '130222.454000', '130222.936000', '130223.450000', '130223.869000', '130224.375000', '130224.704000', '130225.253000', '130225.701000', '130226.138000', '130226.653000', '130227.125000', '130227.578000', '130227.951000', '130228.501000', '130228.933000', '130229.388000', '130229.725000', '130230.312000', '130230.749000', '130231.230000', '130231.750000', '130232.139000', '130232.631000', '130233.085000', '130233.480000', '130234.012000', '130234.452000', '130234.922000', '130235.372000', '130235.764000', '130236.294000', '130236.759000', '130237.109000', '130237.710000', '130238.148000', '130238.645000', '130239.017000', '130239.467000', '130239.972000', '130240.475000', '130240.874000', '130241.358000', '130241.759000', '130242.284000', '130242.676000', '130243.150000', '130243.572000', '130244.076000', '130244.468000', '130245.056000', '130245.438000', '130246.010000', '130246.351000', '130246.873000', '130247.278000', '130247.783000', '130248.198000', '130248.651000', '130249.147000', '130249.552000', '130250.122000', '130250.493000', '130250.968000', '130251.474000', '130251.864000', '130252.346000', '130252.845000', '130253.315000', '130253.774000', '130254.234000', '130254.643000', '130255.104000', '130255.656000', '130256.102000', '130256.471000', '130257.016000', '130257.514000', '130257.873000', '130258.301000', '130258.833000', '130259.267000', '130259.793000', '130300.265000', '130300.737000', '130301.124000', '130301.569000', '130302.044000', '130302.509000', '130303.060000', '130303.413000', '130303.884000', '130304.332000', '130304.819000', '130305.374000', '130305.762000', '130306.189000', '130306.546000', '130307.170000', '130307.621000', '130308.077000', '130308.484000', '130308.984000', '130309.387000', '130309.903000', '130310.295000', '130310.742000', '130311.186000', '130311.735000', '130312.147000', '130312.662000', '130313.074000', '130313.489000', '130313.885000', '130314.435000', '130314.900000', '130315.416000', '130315.880000', '130316.296000', '130316.775000', '130317.237000', '130317.737000', '130318.186000', '130318.649000', '130319.129000', '130319.542000', '130320.050000', '130320.504000', '130320.981000', '130321.291000', '130321.864000', '130322.296000', '130322.812000', '130323.247000', '130323.644000', '130324.139000', '130324.630000', '130325.133000', '130325.472000', '130325.933000', '130326.374000', '130326.826000', '130327.305000', '130327.778000', '130328.248000', '130328.766000', '130329.321000', '130329.679000', '130330.088000', '130330.535000', '130330.989000', '130331.564000', '130331.897000', '130332.342000', '130332.902000', '130333.406000', '130333.819000', '130334.258000', '130334.637000', '130335.232000', '130335.665000', '130336.045000', '130336.501000', '130336.979000', '130337.513000', '130337.970000', '130338.339000', '130338.860000', '130339.307000', '130339.803000', '130340.174000', '130340.700000', '130341.161000', '130341.545000', '130341.997000', '130342.492000', '130342.995000', '130343.414000', '130343.886000', '130344.464000', '130344.848000', '130345.258000', '130345.844000', '130346.290000', '130346.726000', '130347.163000', '130347.553000', '130348.046000', '130348.494000', '130348.952000', '130349.504000', '130350.036000', '130350.361000', '130350.776000', '130351.312000', '130351.680000', '130352.202000', '130352.711000', '130353.049000', '130353.512000', '130353.976000', '130354.591000', '130354.958000', '130355.443000', '130355.866000', '130356.306000', '130356.849000', '130357.214000', '130357.717000', '130358.098000', '130358.666000', '130359.117000', '130359.566000', '130400.081000', '130400.468000', '130400.990000', '130401.399000', '130401.830000', '130402.317000', '130402.703000', '130403.295000', '130403.688000', '130404.135000', '130404.602000', '130405.059000', '130405.551000', '130406.009000', '130406.492000', '130406.859000', '130407.401000', '130407.861000', '130408.337000', '130408.747000', '130409.189000', '130409.717000', '130410.129000', '130410.662000', '130411.092000', '130411.556000', '130411.935000', '130412.441000', '130412.825000', '130413.300000', '130413.845000', '130414.232000', '130414.823000', '130415.145000', '130415.637000', '130416.116000', '130416.628000', '130417.045000', '130417.433000', '130417.927000', '130418.355000', '130418.887000', '130419.366000', '130419.771000', '130420.215000', '130420.698000', '130421.113000', '130421.612000', '130422.076000', '130422.613000', '130423.071000', '130423.406000', '130423.982000', '130424.339000', '130424.779000', '130425.338000', '130425.826000', '130426.251000', '130426.715000', '130427.194000', '130427.510000', '130428.118000', '130428.591000', '130428.948000', '130429.492000', '130429.968000', '130430.471000', '130430.886000', '130431.301000', '130431.802000', '130432.158000', '130432.675000', '130433.172000', '130433.530000', '130434.064000', '130434.449000', '130435.030000', '130435.414000', '130435.903000', '130436.466000', '130436.793000', '130437.286000', '130437.843000', '130438.200000', '130438.584000', '130439.237000', '130439.585000', '130440.012000', '130440.478000', '130440.976000', '130441.342000', '130441.888000', '130442.306000', '130442.863000', '130443.244000', '130443.704000', '130444.223000', '130444.645000', '130445.052000', '130445.583000', '130446.041000', '130446.431000', '130446.976000', '130447.352000', '130447.895000', '130448.329000', '130448.728000', '130449.243000', '130449.649000', '130450.147000', '130450.625000', '130451.045000', '130451.532000', '130452.021000', '130452.520000', '130452.918000', '130453.355000', '130453.788000', '130454.306000', '130454.727000', '130455.166000', '130455.688000', '130456.149000', '130456.676000', '130457.047000', '130457.514000', '130458.035000', '130458.460000', '130458.971000', '130459.327000', '130459.852000', '130500.286000', '130500.722000', '130501.176000', '130501.627000', '130502.118000', '130502.642000', '130503.000000', '130503.542000', '130503.926000', '130504.322000', '130504.868000', '130505.334000', '130505.810000', '130506.196000', '130506.655000', '130507.227000', '130507.586000', '130508.146000', '130508.593000', '130508.992000', '130509.489000', '130509.937000', '130510.446000', '130510.871000', '130511.328000', '130511.689000', '130512.174000', '130512.711000', '130513.191000', '130513.723000', '130514.035000', '130514.486000', '130515.040000', '130515.428000', '130515.852000', '130516.422000', '130516.759000', '130517.235000', '130517.757000', '130518.272000', '130518.690000', '130519.078000', '130519.633000', '130520.084000', '130520.575000', '130520.908000', '130521.421000', '130521.954000', '130522.416000', '130522.901000', '130523.240000', '130523.792000', '130524.312000', '130524.637000', '130525.079000', '130525.553000', '130526.004000', '130526.451000', '130526.949000', '130527.516000', '130527.878000', '130528.400000', '130528.840000', '130529.271000', '130529.701000', '130530.218000', '130530.601000', '130531.048000', '130531.576000', '130532.027000', '130532.553000', '130532.922000', '130533.400000', '130533.891000', '130534.381000', '130534.820000', '130535.252000', '130535.673000', '130536.200000', '130536.633000', '130537.109000', '130537.489000', '130538.050000', '130538.451000', '130538.939000', '130539.417000', '130539.912000', '130540.329000', '130540.801000', '130541.132000', '130541.638000', '130542.115000', '130542.570000', '130543.075000', '130543.466000', '130544.009000', '130544.484000', '130544.951000', '130545.421000', '130545.832000', '130546.277000', '130546.785000', '130547.201000', '130547.701000', '130548.097000', '130548.477000', '130549.038000', '130549.519000', '130550.016000', '130550.446000', '130550.877000', '130551.381000', '130551.775000', '130552.304000', '130552.695000', '130553.214000', '130553.671000', '130554.083000', '130554.604000', '130555.060000', '130555.488000', '130555.961000', '130556.356000', '130556.821000', '130557.335000', '130557.788000', '130558.232000', '130558.745000', '130559.118000', '130559.633000', '130600.039000', '130600.466000', '130601.059000', '130601.463000', '130601.991000', '130602.406000', '130602.798000', '130603.232000', '130603.809000', '130604.247000', '130604.666000', '130605.156000', '130605.639000', '130606.124000', '130606.537000', '130607.038000', '130607.500000', '130607.903000', '130608.399000', '130608.800000', '130609.340000', '130609.685000', '130610.216000', '130610.546000', '130611.091000', '130611.614000', '130612.044000', '130612.514000', '130612.996000', '130613.489000', '130613.976000', '130614.364000', '130614.780000', '130615.257000', '130615.788000', '130616.197000', '130616.659000', '130617.080000', '130617.552000', '130617.997000', '130618.452000', '130619.025000', '130619.419000', '130619.827000', '130620.406000', '130620.772000', '130621.220000', '130621.673000', '130622.218000', '130622.601000', '130623.115000', '130623.591000', '130623.964000', '130624.403000', '130624.981000', '130625.304000', '130625.888000', '130626.283000', '130626.832000', '130627.187000', '130627.624000', '130628.171000', '130628.640000', '130629.102000', '130629.591000', '130629.953000', '130630.445000', '130630.948000', '130631.430000', '130631.835000', '130632.384000', '130632.796000', '130633.219000', '130633.657000', '130634.083000', '130634.601000', '130635.095000', '130635.543000', '130636.004000', '130636.421000', '130636.965000', '130637.393000', '130637.777000', '130638.196000', '130638.741000', '130639.232000', '130639.661000', '130640.126000', '130640.524000', '130641.076000', '130641.580000', '130642.021000', '130642.421000', '130642.875000', '130643.286000', '130643.731000', '130644.267000', '130644.742000', '130645.121000', '130645.649000', '130646.059000', '130646.543000', '130646.988000', '130647.528000', '130647.960000', '130648.443000', '130648.864000', '130649.343000', '130649.784000', '130650.267000', '130650.690000', '130651.174000', '130651.623000', '130652.112000', '130652.504000', '130653.013000', '130653.488000', '130653.895000', '130654.413000', '130654.742000', '130655.336000', '130655.779000', '130656.223000', '130656.725000', '130657.118000', '130657.596000', '130658.032000', '130658.559000', '130658.973000', '130659.438000', '130659.941000', '130700.380000', '130700.827000', '130701.329000', '130701.737000', '130702.119000', '130702.587000', '130703.105000', '130703.581000', '130703.992000', '130704.421000', '130705.003000', '130705.412000', '130705.832000', '130706.375000', '130706.873000', '130707.240000', '130707.725000', '130708.196000', '130708.680000', '130709.028000', '130709.589000', '130709.982000', '130710.436000', '130710.865000', '130711.438000', '130711.901000', '130712.339000', '130712.820000', '130713.255000', '130713.731000', '130714.090000', '130714.621000', '130715.086000', '130715.582000', '130716.015000', '130716.441000', '130716.830000', '130717.386000', '130717.763000', '130718.306000', '130718.722000', '130719.167000', '130719.642000', '130720.101000', '130720.657000', '130721.118000', '130721.561000', '130722.029000', '130722.430000', '130722.920000', '130723.311000', '130723.849000', '130724.306000', '130724.681000', '130725.157000', '130725.695000', '130726.151000', '130726.637000', '130727.051000', '130727.479000', '130727.989000', '130728.431000', '130728.869000', '130729.223000'], 'InstanceCreationTime': ['130051.035000', '130051.249000', '130051.458000', '130051.641000', '130051.887000', '130052.098000', '130052.289000', '130052.526000', '130052.684000', '130052.905000', '130053.267000', '130053.657000', '130054.185000', '130054.537000', '130055.060000', '130055.573000', '130055.950000', '130056.382000', '130056.926000', '130057.372000', '130057.792000', '130058.246000', '130058.786000', '130059.217000', '130059.697000', '130100.187000', '130100.550000', '130101.004000', '130101.569000', '130101.993000', '130102.408000', '130102.909000', '130103.347000', '130103.810000', '130104.286000', '130104.700000', '130105.238000', '130105.700000', '130106.126000', '130106.587000', '130106.994000', '130107.466000', '130107.934000', '130108.403000', '130108.769000', '130109.391000', '130109.766000', '130110.200000', '130110.787000', '130111.193000', '130111.670000', '130112.143000', '130112.529000', '130112.960000', '130113.488000', '130113.907000', '130114.376000', '130114.865000', '130115.267000', '130115.719000', '130116.138000', '130116.701000', '130117.120000', '130117.660000', '130118.123000', '130118.470000', '130119.031000', '130119.505000', '130119.882000', '130120.323000', '130120.953000', '130121.276000', '130121.817000', '130122.190000', '130122.639000', '130123.115000', '130123.508000', '130124.034000', '130124.475000', '130125.018000', '130125.435000', '130125.851000', '130126.328000', '130126.787000', '130127.289000', '130127.709000', '130128.155000', '130128.634000', '130129.075000', '130129.627000', '130130.069000', '130130.443000', '130130.987000', '130131.409000', '130131.921000', '130132.359000', '130132.740000', '130133.180000', '130133.717000', '130134.154000', '130134.701000', '130135.126000', '130135.521000', '130136.029000', '130136.451000', '130136.928000', '130137.428000', '130137.885000', '130138.233000', '130138.746000', '130139.247000', '130139.655000', '130140.168000', '130140.565000', '130141.070000', '130141.523000', '130142.070000', '130142.470000', '130142.857000', '130143.444000', '130143.884000', '130144.300000', '130144.858000', '130145.255000', '130145.587000', '130146.128000', '130146.565000', '130147.153000', '130147.559000', '130147.981000', '130148.435000', '130148.848000', '130149.361000', '130149.860000', '130150.233000', '130150.739000', '130151.136000', '130151.729000', '130152.181000', '130152.521000', '130152.936000', '130153.583000', '130153.977000', '130154.475000', '130154.836000', '130155.281000', '130155.862000', '130156.272000', '130156.754000', '130157.271000', '130157.645000', '130158.120000', '130158.525000', '130159.029000', '130159.497000', '130159.887000', '130200.390000', '130200.813000', '130201.374000', '130201.739000', '130202.228000', '130202.764000', '130203.170000', '130203.581000', '130204.058000', '130204.489000', '130204.913000', '130205.497000', '130205.875000', '130206.387000', '130206.772000', '130207.267000', '130207.755000', '130208.161000', '130208.755000', '130209.197000', '130209.612000', '130210.093000', '130210.531000', '130210.966000', '130211.505000', '130211.910000', '130212.321000', '130212.830000', '130213.246000', '130213.848000', '130214.210000', '130214.689000', '130215.113000', '130215.590000', '130215.993000', '130216.495000', '130216.972000', '130217.385000', '130217.934000', '130218.371000', '130218.794000', '130219.274000', '130219.655000', '130220.124000', '130220.604000', '130221.147000', '130221.614000', '130222.083000', '130222.454000', '130222.936000', '130223.450000', '130223.869000', '130224.375000', '130224.704000', '130225.253000', '130225.701000', '130226.138000', '130226.653000', '130227.125000', '130227.578000', '130227.951000', '130228.501000', '130228.933000', '130229.388000', '130229.725000', '130230.312000', '130230.749000', '130231.230000', '130231.750000', '130232.139000', '130232.631000', '130233.085000', '130233.480000', '130234.012000', '130234.452000', '130234.922000', '130235.372000', '130235.764000', '130236.294000', '130236.759000', '130237.109000', '130237.710000', '130238.148000', '130238.645000', '130239.017000', '130239.467000', '130239.972000', '130240.475000', '130240.874000', '130241.358000', '130241.759000', '130242.284000', '130242.676000', '130243.150000', '130243.572000', '130244.076000', '130244.468000', '130245.056000', '130245.438000', '130246.010000', '130246.351000', '130246.873000', '130247.278000', '130247.783000', '130248.198000', '130248.651000', '130249.147000', '130249.552000', '130250.122000', '130250.493000', '130250.968000', '130251.474000', '130251.864000', '130252.346000', '130252.845000', '130253.315000', '130253.774000', '130254.234000', '130254.643000', '130255.104000', '130255.656000', '130256.102000', '130256.471000', '130257.016000', '130257.514000', '130257.873000', '130258.301000', '130258.833000', '130259.267000', '130259.793000', '130300.265000', '130300.737000', '130301.124000', '130301.569000', '130302.044000', '130302.509000', '130303.060000', '130303.413000', '130303.884000', '130304.332000', '130304.819000', '130305.374000', '130305.762000', '130306.189000', '130306.546000', '130307.170000', '130307.621000', '130308.077000', '130308.484000', '130308.984000', '130309.387000', '130309.903000', '130310.295000', '130310.742000', '130311.186000', '130311.735000', '130312.147000', '130312.662000', '130313.074000', '130313.489000', '130313.885000', '130314.435000', '130314.900000', '130315.416000', '130315.880000', '130316.296000', '130316.775000', '130317.237000', '130317.737000', '130318.186000', '130318.649000', '130319.129000', '130319.542000', '130320.050000', '130320.504000', '130320.981000', '130321.291000', '130321.864000', '130322.296000', '130322.812000', '130323.247000', '130323.644000', '130324.139000', '130324.630000', '130325.133000', '130325.472000', '130325.933000', '130326.374000', '130326.826000', '130327.305000', '130327.778000', '130328.248000', '130328.766000', '130329.321000', '130329.679000', '130330.088000', '130330.535000', '130330.989000', '130331.564000', '130331.897000', '130332.342000', '130332.902000', '130333.406000', '130333.819000', '130334.258000', '130334.637000', '130335.232000', '130335.665000', '130336.045000', '130336.501000', '130336.979000', '130337.513000', '130337.970000', '130338.339000', '130338.860000', '130339.307000', '130339.803000', '130340.174000', '130340.700000', '130341.161000', '130341.545000', '130341.997000', '130342.492000', '130342.995000', '130343.414000', '130343.886000', '130344.464000', '130344.848000', '130345.258000', '130345.844000', '130346.290000', '130346.726000', '130347.163000', '130347.553000', '130348.046000', '130348.494000', '130348.952000', '130349.504000', '130350.036000', '130350.361000', '130350.776000', '130351.312000', '130351.680000', '130352.202000', '130352.711000', '130353.049000', '130353.512000', '130353.976000', '130354.591000', '130354.958000', '130355.443000', '130355.866000', '130356.306000', '130356.849000', '130357.214000', '130357.717000', '130358.098000', '130358.666000', '130359.117000', '130359.566000', '130400.081000', '130400.468000', '130400.990000', '130401.399000', '130401.830000', '130402.317000', '130402.703000', '130403.295000', '130403.688000', '130404.135000', '130404.602000', '130405.059000', '130405.551000', '130406.009000', '130406.492000', '130406.859000', '130407.401000', '130407.861000', '130408.337000', '130408.747000', '130409.189000', '130409.717000', '130410.129000', '130410.662000', '130411.092000', '130411.556000', '130411.935000', '130412.441000', '130412.825000', '130413.300000', '130413.845000', '130414.232000', '130414.823000', '130415.145000', '130415.637000', '130416.116000', '130416.628000', '130417.045000', '130417.433000', '130417.927000', '130418.355000', '130418.887000', '130419.366000', '130419.771000', '130420.215000', '130420.698000', '130421.113000', '130421.612000', '130422.076000', '130422.613000', '130423.071000', '130423.406000', '130423.982000', '130424.339000', '130424.779000', '130425.338000', '130425.826000', '130426.251000', '130426.715000', '130427.194000', '130427.510000', '130428.118000', '130428.591000', '130428.948000', '130429.492000', '130429.968000', '130430.471000', '130430.886000', '130431.301000', '130431.802000', '130432.158000', '130432.675000', '130433.172000', '130433.530000', '130434.064000', '130434.449000', '130435.030000', '130435.414000', '130435.903000', '130436.466000', '130436.793000', '130437.286000', '130437.843000', '130438.200000', '130438.584000', '130439.237000', '130439.585000', '130440.012000', '130440.478000', '130440.976000', '130441.342000', '130441.888000', '130442.306000', '130442.863000', '130443.244000', '130443.704000', '130444.223000', '130444.645000', '130445.052000', '130445.583000', '130446.041000', '130446.431000', '130446.976000', '130447.352000', '130447.895000', '130448.329000', '130448.728000', '130449.243000', '130449.649000', '130450.147000', '130450.625000', '130451.045000', '130451.532000', '130452.021000', '130452.520000', '130452.918000', '130453.355000', '130453.788000', '130454.306000', '130454.727000', '130455.166000', '130455.688000', '130456.149000', '130456.676000', '130457.047000', '130457.514000', '130458.035000', '130458.460000', '130458.971000', '130459.327000', '130459.852000', '130500.286000', '130500.722000', '130501.176000', '130501.627000', '130502.118000', '130502.642000', '130503.000000', '130503.542000', '130503.926000', '130504.322000', '130504.868000', '130505.334000', '130505.810000', '130506.196000', '130506.655000', '130507.227000', '130507.586000', '130508.146000', '130508.593000', '130508.992000', '130509.489000', '130509.937000', '130510.446000', '130510.871000', '130511.328000', '130511.689000', '130512.174000', '130512.711000', '130513.191000', '130513.723000', '130514.035000', '130514.486000', '130515.040000', '130515.428000', '130515.852000', '130516.422000', '130516.759000', '130517.235000', '130517.757000', '130518.272000', '130518.690000', '130519.078000', '130519.633000', '130520.084000', '130520.575000', '130520.908000', '130521.421000', '130521.954000', '130522.416000', '130522.901000', '130523.240000', '130523.792000', '130524.312000', '130524.637000', '130525.079000', '130525.553000', '130526.004000', '130526.451000', '130526.949000', '130527.516000', '130527.878000', '130528.400000', '130528.840000', '130529.271000', '130529.701000', '130530.218000', '130530.601000', '130531.048000', '130531.576000', '130532.027000', '130532.553000', '130532.922000', '130533.400000', '130533.891000', '130534.381000', '130534.820000', '130535.252000', '130535.673000', '130536.200000', '130536.633000', '130537.109000', '130537.489000', '130538.050000', '130538.451000', '130538.939000', '130539.417000', '130539.912000', '130540.329000', '130540.801000', '130541.132000', '130541.638000', '130542.115000', '130542.570000', '130543.075000', '130543.466000', '130544.009000', '130544.484000', '130544.951000', '130545.421000', '130545.832000', '130546.277000', '130546.785000', '130547.201000', '130547.701000', '130548.097000', '130548.477000', '130549.038000', '130549.519000', '130550.016000', '130550.446000', '130550.877000', '130551.381000', '130551.775000', '130552.304000', '130552.695000', '130553.214000', '130553.671000', '130554.083000', '130554.604000', '130555.060000', '130555.488000', '130555.961000', '130556.356000', '130556.821000', '130557.335000', '130557.788000', '130558.232000', '130558.745000', '130559.118000', '130559.633000', '130600.039000', '130600.466000', '130601.059000', '130601.463000', '130601.991000', '130602.406000', '130602.798000', '130603.232000', '130603.809000', '130604.247000', '130604.666000', '130605.156000', '130605.639000', '130606.124000', '130606.537000', '130607.038000', '130607.500000', '130607.903000', '130608.399000', '130608.800000', '130609.340000', '130609.685000', '130610.216000', '130610.546000', '130611.091000', '130611.614000', '130612.044000', '130612.514000', '130612.996000', '130613.489000', '130613.976000', '130614.364000', '130614.780000', '130615.257000', '130615.788000', '130616.197000', '130616.659000', '130617.080000', '130617.552000', '130617.997000', '130618.452000', '130619.025000', '130619.419000', '130619.827000', '130620.406000', '130620.772000', '130621.220000', '130621.673000', '130622.218000', '130622.601000', '130623.115000', '130623.591000', '130623.964000', '130624.403000', '130624.981000', '130625.304000', '130625.888000', '130626.283000', '130626.832000', '130627.187000', '130627.624000', '130628.171000', '130628.640000', '130629.102000', '130629.591000', '130629.953000', '130630.445000', '130630.948000', '130631.430000', '130631.835000', '130632.384000', '130632.796000', '130633.219000', '130633.657000', '130634.083000', '130634.601000', '130635.095000', '130635.543000', '130636.004000', '130636.421000', '130636.965000', '130637.393000', '130637.777000', '130638.196000', '130638.741000', '130639.232000', '130639.661000', '130640.126000', '130640.524000', '130641.076000', '130641.580000', '130642.021000', '130642.421000', '130642.875000', '130643.286000', '130643.731000', '130644.267000', '130644.742000', '130645.121000', '130645.649000', '130646.059000', '130646.543000', '130646.988000', '130647.528000', '130647.960000', '130648.443000', '130648.864000', '130649.343000', '130649.784000', '130650.267000', '130650.690000', '130651.174000', '130651.623000', '130652.112000', '130652.504000', '130653.013000', '130653.488000', '130653.895000', '130654.413000', '130654.742000', '130655.336000', '130655.779000', '130656.223000', '130656.725000', '130657.118000', '130657.596000', '130658.032000', '130658.559000', '130658.973000', '130659.438000', '130659.941000', '130700.380000', '130700.827000', '130701.329000', '130701.737000', '130702.119000', '130702.587000', '130703.105000', '130703.581000', '130703.992000', '130704.421000', '130705.003000', '130705.412000', '130705.832000', '130706.375000', '130706.873000', '130707.240000', '130707.725000', '130708.196000', '130708.680000', '130709.028000', '130709.589000', '130709.982000', '130710.436000', '130710.865000', '130711.438000', '130711.901000', '130712.339000', '130712.820000', '130713.255000', '130713.731000', '130714.090000', '130714.621000', '130715.086000', '130715.582000', '130716.015000', '130716.441000', '130716.830000', '130717.386000', '130717.763000', '130718.306000', '130718.722000', '130719.167000', '130719.642000', '130720.101000', '130720.657000', '130721.118000', '130721.561000', '130722.029000', '130722.430000', '130722.920000', '130723.311000', '130723.849000', '130724.306000', '130724.681000', '130725.157000', '130725.695000', '130726.151000', '130726.637000', '130727.051000', '130727.479000', '130727.989000', '130728.431000', '130728.869000', '130729.223000'], '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], 'LargestImagePixelValue': [963, 646, 950, 1179, 879, 1272, 899, 1165, 802, 1045, 782, 1009, 777, 932, 690, 944, 726, 978, 825, 797, 612, 672, 949, 709, 1159, 809, 1098, 737, 1031, 813, 1023, 861, 925, 757, 907, 739, 1002, 826, 914, 683, 794, 810, 727, 1032, 837, 751, 778, 602, 1119, 719, 1136, 844, 835, 729, 623, 1053, 842, 1133, 954, 1264, 1043, 783, 853, 683, 1016, 725, 1191, 861, 1151, 846, 1129, 861, 1004, 826, 1132, 899, 929, 684, 876, 628, 835, 642, 739, 685, 850, 665, 867, 602, 672, 683, 686, 743, 823, 820, 658, 840, 613, 936, 705, 966, 812, 1146, 713, 1144, 867, 1202, 835, 724, 866, 877, 881, 1008, 877, 665, 875, 689, 1006, 697, 978, 864, 1006, 755, 1031, 838, 1151, 904, 724, 757, 620, 1026, 763, 940, 842, 754, 841, 703, 854, 653, 707, 597, 1000, 745, 1049, 860, 1028, 820, 692, 855, 1199, 804, 1029, 786, 844, 641, 798, 558, 824, 689, 692, 609, 777, 613, 829, 609, 923, 818, 1139, 762, 1087, 1006, 884, 880, 764, 1042, 828, 1235, 836, 1054, 693, 1011, 719, 971, 753, 853, 732, 949, 664, 973, 888, 852, 718, 759, 1043, 730, 1153, 769, 1064, 681, 1063, 787, 991, 683, 957, 842, 1027, 725, 1116, 871, 1140, 822, 668, 850, 589, 1060, 859, 751, 612, 806, 605, 864, 614, 981, 1176, 840, 930, 767, 1159, 802, 1042, 787, 929, 621, 786, 588, 779, 739, 729, 660, 736, 656, 754, 616, 714, 599, 819, 632, 948, 823, 939, 679, 1152, 1018, 968, 1344, 926, 1050, 709, 1185, 834, 1260, 808, 1205, 887, 1235, 775, 1186, 801, 1117, 800, 996, 746, 1110, 743, 1108, 902, 1104, 902, 1102, 710, 1041, 760, 983, 708, 951, 618, 948, 839, 814, 718, 711, 806, 729, 1192, 861, 1045, 783, 898, 658, 991, 660, 954, 846, 786, 754, 708, 988, 817, 1222, 781, 1121, 671, 1068, 705, 1018, 673, 849, 644, 884, 681, 753, 605, 1034, 844, 1134, 946, 1104, 838, 1169, 1031, 926, 1242, 800, 1071, 681, 1065, 626, 981, 718, 811, 616, 753, 653, 741, 785, 755, 1036, 667, 935, 650, 626, 746, 1165, 936, 1296, 956, 1250, 937, 692, 729, 584, 969, 839, 1029, 863, 1092, 735, 1115, 751, 936, 668, 915, 616, 1001, 849, 804, 632, 809, 544, 871, 703, 894, 640, 924, 763, 931, 1203, 924, 981, 683, 1225, 862, 1097, 788, 884, 639, 943, 609, 971, 659, 880, 549, 836, 624, 981, 770, 1009, 787, 693, 1025, 1345, 1067, 1201, 790, 894, 623, 834, 728, 806, 854, 853, 1088, 787, 702, 776, 606, 599, 743, 1081, 730, 1039, 851, 645, 1031, 790, 989, 825, 1194, 1035, 933, 1086, 1305, 900, 913, 649, 799, 599, 767, 1052, 783, 1104, 726, 1069, 689, 1024, 721, 1005, 699, 969, 611, 676, 605, 834, 601, 763, 673, 806, 629, 869, 676, 955, 831, 842, 703, 925, 720, 974, 1100, 846, 891, 750, 1281, 799, 1125, 802, 1033, 771, 994, 801, 828, 717, 698, 562, 761, 882, 788, 926, 731, 540, 736, 564, 936, 755, 919, 602, 937, 703, 917, 1102, 832, 1215, 909, 1119, 703, 1067, 823, 1032, 744, 987, 711, 921, 685, 711, 765, 766, 1047, 813, 976, 687, 1036, 636, 931, 640, 531, 740, 597, 982, 653, 985, 872, 837, 1069, 878, 931, 697, 1103, 842, 1038, 786, 898, 671, 930, 668, 953, 801, 870, 669, 763, 735, 748, 1015, 852, 1043, 794, 1127, 876, 1029, 1006, 668, 1143, 920, 1181, 857, 1118, 863, 1035, 685, 1021, 701, 1009, 744, 921, 636, 926, 601, 965, 810, 851, 583, 822, 644, 882, 790, 796, 596, 836, 636, 868, 671, 951, 716, 957, 807, 1050, 818, 873, 881, 1119, 827, 867, 647, 922, 696, 958, 735, 989, 664, 859, 630, 931, 768, 934, 819, 1072, 723, 929, 746, 940, 879, 787, 929, 668, 1190, 995, 618, 786, 617, 1044, 830, 793, 949, 780, 889, 648, 1100, 818, 1089, 857, 985, 661, 991, 715, 966, 633, 930, 584, 820, 635, 754, 890, 749, 945, 734, 960, 617, 1028, 650, 1032, 811, 624, 756, 603, 999, 739, 1007, 873, 1029, 712, 1056, 1120, 913, 1165, 899, 1035, 760, 978, 862, 1034, 945, 643, 737, 615, 780, 574, 914, 801, 943, 690, 1037, 857, 834, 808, 831, 1116, 860, 664, 993, 649, 1147, 828, 1108, 773, 1206, 938, 625, 789, 574, 1102, 686, 791, 611, 605, 610, 872, 647, 524, 998, 773, 758, 575, 880, 1173, 833, 1055, 824, 1010, 646, 941, 659, 924, 626, 941, 739, 600, 716, 569, 881, 936, 851, 863, 824, 751, 934, 1151, 836, 1091, 791, 960, 691, 963, 736, 906, 963, 842, 1106, 831, 1071, 717, 1005, 789, 952, 729, 909, 646, 789, 578, 634, 743, 609, 872, 641, 978, 687, 877, 704, 948, 675, 1036, 1260, 900, 1041, 856, 955, 692, 953, 656, 921, 695, 887, 675, 757, 588, 771, 706, 850, 659, 915, 624, 910, 774, 913, 757, 974, 869, 1019, 874, 930, 721, 1071, 989, 1063, 825, 942, 628, 801, 588, 933, 707, 885, 643, 786, 571, 894, 923, 760, 555, 761, 803, 842, 1120, 872, 1044, 770, 1053, 790, 1017, 805, 877, 637, 928, 780, 776, 999, 856, 950, 859, 589, 754, 661, 756, 771, 877, 814, 955, 851, 1045, 718, 1058, 724, 1008, 785, 983, 709], 'WindowCenter': [293.0, 290.0, 292.0, 291.0, 290.0, 291.0, 289.0, 290.0, 289.0, 290.0, 289.0, 290.0, 289.0, 289.0, 288.0, 289.0, 288.0, 290.0, 289.0, 289.0, 287.0, 288.0, 289.0, 289.0, 290.0, 289.0, 290.0, 288.0, 290.0, 289.0, 290.0, 289.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 287.0, 289.0, 289.0, 290.0, 288.0, 288.0, 287.0, 286.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 285.0, 286.0, 285.0, 286.0, 286.0, 286.0, 286.0, 288.0, 287.0, 288.0, 286.0, 287.0, 287.0, 287.0, 288.0, 289.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 289.0, 290.0, 288.0, 289.0, 289.0, 290.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 287.0, 287.0, 289.0, 288.0, 290.0, 289.0, 289.0, 289.0, 287.0, 289.0, 289.0, 287.0, 288.0, 288.0, 288.0, 287.0, 289.0, 286.0, 289.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 290.0, 290.0, 289.0, 288.0, 288.0, 289.0, 289.0, 290.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 286.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 290.0, 288.0, 286.0, 288.0, 286.0, 289.0, 288.0, 287.0, 286.0, 288.0, 286.0, 288.0, 287.0, 289.0, 289.0, 286.0, 287.0, 287.0, 288.0, 288.0, 289.0, 287.0, 288.0, 285.0, 286.0, 284.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 289.0, 289.0, 289.0, 288.0, 290.0, 288.0, 288.0, 289.0, 287.0, 287.0, 285.0, 287.0, 287.0, 288.0, 286.0, 288.0, 287.0, 289.0, 286.0, 289.0, 287.0, 289.0, 287.0, 287.0, 286.0, 288.0, 286.0, 288.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 286.0, 286.0, 287.0, 286.0, 288.0, 288.0, 288.0, 287.0, 287.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 286.0, 286.0, 287.0, 287.0, 289.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 287.0, 287.0, 288.0, 286.0, 287.0, 285.0, 287.0, 285.0, 287.0, 286.0, 286.0, 285.0, 286.0, 285.0, 286.0, 287.0, 287.0, 288.0, 286.0, 287.0, 287.0, 285.0, 287.0, 288.0, 288.0, 289.0, 288.0, 290.0, 288.0, 286.0, 287.0, 286.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 288.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 285.0, 287.0, 284.0, 288.0, 286.0, 287.0, 286.0, 288.0, 287.0, 288.0, 288.0, 287.0, 287.0, 286.0, 288.0, 288.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 284.0, 287.0, 286.0, 288.0, 288.0, 289.0, 288.0, 287.0, 289.0, 289.0, 288.0, 288.0, 286.0, 286.0, 285.0, 286.0, 285.0, 286.0, 286.0, 287.0, 288.0, 287.0, 286.0, 287.0, 286.0, 286.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 290.0, 289.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 289.0, 287.0, 287.0, 286.0, 287.0, 284.0, 286.0, 287.0, 287.0, 287.0, 286.0, 287.0, 285.0, 287.0, 286.0, 287.0, 286.0, 287.0, 285.0, 286.0, 286.0, 288.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 288.0, 290.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 288.0, 287.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 288.0, 286.0, 286.0, 285.0, 285.0, 284.0, 287.0, 288.0, 288.0, 288.0, 287.0, 285.0, 287.0, 286.0, 288.0, 288.0, 288.0, 286.0, 288.0, 287.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 287.0, 285.0, 286.0, 286.0, 287.0, 288.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 286.0, 288.0, 287.0, 288.0, 289.0, 289.0, 290.0, 288.0, 290.0, 289.0, 290.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 286.0, 287.0, 285.0, 288.0, 287.0, 287.0, 285.0, 287.0, 286.0, 287.0, 287.0, 287.0, 285.0, 287.0, 286.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 288.0, 288.0, 288.0, 288.0, 286.0, 287.0, 286.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 285.0, 286.0, 285.0, 289.0, 286.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 284.0, 286.0, 285.0, 286.0, 287.0, 286.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 286.0, 287.0, 286.0, 288.0, 288.0, 289.0, 289.0, 288.0, 287.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 286.0, 287.0, 286.0, 288.0, 286.0, 289.0, 288.0, 289.0, 287.0, 289.0, 287.0, 287.0, 286.0, 287.0, 288.0, 288.0, 286.0, 287.0, 285.0, 288.0, 286.0, 287.0, 286.0, 287.0, 287.0, 286.0, 287.0, 285.0, 288.0, 287.0, 287.0, 286.0, 286.0, 286.0, 287.0, 286.0, 285.0, 289.0, 287.0, 286.0, 285.0, 288.0, 288.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 286.0, 289.0, 288.0, 289.0, 289.0, 288.0, 287.0, 289.0, 289.0, 287.0, 288.0, 287.0, 287.0, 286.0, 288.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 286.0, 287.0, 287.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 286.0, 287.0, 286.0, 289.0, 287.0, 289.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 285.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 286.0, 288.0, 288.0, 288.0, 287.0, 288.0, 286.0, 287.0, 285.0, 288.0, 286.0, 288.0, 287.0, 287.0, 285.0, 289.0, 288.0, 287.0, 285.0, 287.0, 287.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 286.0, 287.0, 286.0, 286.0, 287.0, 288.0, 288.0, 288.0, 285.0, 286.0, 286.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0], 'WindowWidth': [641.0, 636.0, 638.0, 637.0, 635.0, 636.0, 633.0, 635.0, 634.0, 634.0, 633.0, 634.0, 632.0, 633.0, 632.0, 633.0, 632.0, 634.0, 632.0, 633.0, 630.0, 632.0, 633.0, 634.0, 635.0, 634.0, 634.0, 632.0, 634.0, 634.0, 634.0, 633.0, 632.0, 632.0, 632.0, 632.0, 633.0, 632.0, 633.0, 630.0, 632.0, 632.0, 632.0, 633.0, 633.0, 632.0, 632.0, 631.0, 633.0, 633.0, 635.0, 632.0, 632.0, 630.0, 629.0, 632.0, 631.0, 632.0, 632.0, 633.0, 631.0, 630.0, 630.0, 630.0, 631.0, 628.0, 630.0, 630.0, 631.0, 630.0, 630.0, 629.0, 629.0, 629.0, 630.0, 628.0, 628.0, 627.0, 628.0, 626.0, 628.0, 628.0, 628.0, 629.0, 630.0, 630.0, 632.0, 629.0, 629.0, 630.0, 630.0, 631.0, 632.0, 632.0, 631.0, 632.0, 631.0, 633.0, 631.0, 633.0, 632.0, 634.0, 632.0, 633.0, 633.0, 634.0, 632.0, 630.0, 632.0, 632.0, 633.0, 633.0, 631.0, 630.0, 632.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 631.0, 632.0, 631.0, 630.0, 629.0, 629.0, 633.0, 631.0, 632.0, 632.0, 631.0, 632.0, 630.0, 632.0, 630.0, 630.0, 629.0, 633.0, 631.0, 634.0, 634.0, 632.0, 632.0, 630.0, 633.0, 633.0, 629.0, 631.0, 631.0, 631.0, 631.0, 632.0, 628.0, 632.0, 632.0, 630.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 634.0, 634.0, 633.0, 635.0, 634.0, 632.0, 632.0, 631.0, 632.0, 633.0, 634.0, 632.0, 632.0, 631.0, 633.0, 631.0, 632.0, 631.0, 631.0, 631.0, 632.0, 629.0, 632.0, 631.0, 630.0, 628.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 633.0, 632.0, 633.0, 631.0, 632.0, 633.0, 634.0, 632.0, 629.0, 631.0, 628.0, 633.0, 630.0, 629.0, 628.0, 631.0, 628.0, 632.0, 630.0, 633.0, 632.0, 628.0, 628.0, 629.0, 631.0, 631.0, 633.0, 630.0, 630.0, 626.0, 628.0, 626.0, 630.0, 628.0, 630.0, 629.0, 631.0, 630.0, 632.0, 631.0, 633.0, 630.0, 632.0, 630.0, 633.0, 632.0, 633.0, 631.0, 634.0, 631.0, 631.0, 632.0, 629.0, 629.0, 627.0, 629.0, 629.0, 630.0, 628.0, 630.0, 630.0, 631.0, 628.0, 632.0, 629.0, 632.0, 629.0, 630.0, 628.0, 630.0, 628.0, 631.0, 631.0, 630.0, 630.0, 630.0, 628.0, 630.0, 629.0, 630.0, 628.0, 629.0, 628.0, 630.0, 629.0, 629.0, 628.0, 628.0, 628.0, 628.0, 630.0, 631.0, 631.0, 629.0, 629.0, 628.0, 631.0, 628.0, 631.0, 630.0, 629.0, 628.0, 629.0, 629.0, 629.0, 631.0, 629.0, 630.0, 629.0, 631.0, 628.0, 631.0, 628.0, 630.0, 629.0, 632.0, 630.0, 630.0, 629.0, 632.0, 632.0, 632.0, 631.0, 631.0, 631.0, 633.0, 630.0, 629.0, 630.0, 627.0, 629.0, 627.0, 629.0, 626.0, 629.0, 628.0, 627.0, 626.0, 628.0, 627.0, 628.0, 629.0, 629.0, 631.0, 628.0, 630.0, 629.0, 627.0, 629.0, 631.0, 630.0, 631.0, 631.0, 633.0, 631.0, 629.0, 630.0, 628.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 629.0, 630.0, 628.0, 630.0, 628.0, 632.0, 629.0, 629.0, 627.0, 629.0, 626.0, 630.0, 628.0, 630.0, 628.0, 630.0, 629.0, 631.0, 630.0, 630.0, 629.0, 627.0, 630.0, 630.0, 631.0, 628.0, 628.0, 627.0, 630.0, 628.0, 631.0, 629.0, 630.0, 626.0, 629.0, 628.0, 631.0, 631.0, 632.0, 631.0, 629.0, 633.0, 632.0, 631.0, 631.0, 628.0, 627.0, 626.0, 628.0, 626.0, 627.0, 627.0, 630.0, 631.0, 629.0, 628.0, 629.0, 628.0, 628.0, 630.0, 632.0, 631.0, 633.0, 632.0, 630.0, 634.0, 633.0, 633.0, 632.0, 632.0, 631.0, 630.0, 633.0, 632.0, 628.0, 628.0, 627.0, 628.0, 625.0, 628.0, 629.0, 629.0, 629.0, 627.0, 628.0, 626.0, 629.0, 628.0, 629.0, 628.0, 629.0, 627.0, 628.0, 629.0, 631.0, 629.0, 631.0, 630.0, 630.0, 629.0, 632.0, 632.0, 635.0, 633.0, 632.0, 630.0, 632.0, 630.0, 633.0, 632.0, 630.0, 630.0, 629.0, 631.0, 630.0, 633.0, 630.0, 631.0, 629.0, 631.0, 627.0, 627.0, 627.0, 627.0, 625.0, 629.0, 632.0, 631.0, 631.0, 630.0, 627.0, 629.0, 628.0, 631.0, 631.0, 632.0, 628.0, 631.0, 629.0, 631.0, 632.0, 632.0, 632.0, 630.0, 630.0, 628.0, 630.0, 629.0, 631.0, 630.0, 630.0, 628.0, 629.0, 627.0, 628.0, 628.0, 629.0, 630.0, 630.0, 631.0, 629.0, 631.0, 629.0, 631.0, 629.0, 630.0, 632.0, 630.0, 632.0, 630.0, 633.0, 631.0, 632.0, 632.0, 631.0, 631.0, 630.0, 632.0, 632.0, 633.0, 630.0, 630.0, 629.0, 631.0, 628.0, 631.0, 630.0, 630.0, 629.0, 630.0, 629.0, 631.0, 632.0, 633.0, 634.0, 632.0, 633.0, 634.0, 634.0, 633.0, 629.0, 632.0, 632.0, 632.0, 630.0, 632.0, 630.0, 631.0, 628.0, 630.0, 629.0, 632.0, 630.0, 630.0, 628.0, 630.0, 627.0, 631.0, 629.0, 629.0, 627.0, 630.0, 627.0, 630.0, 629.0, 629.0, 626.0, 629.0, 627.0, 630.0, 630.0, 631.0, 630.0, 631.0, 631.0, 632.0, 631.0, 631.0, 632.0, 633.0, 629.0, 630.0, 628.0, 630.0, 629.0, 630.0, 628.0, 629.0, 627.0, 630.0, 627.0, 630.0, 631.0, 631.0, 631.0, 631.0, 628.0, 630.0, 629.0, 631.0, 630.0, 631.0, 632.0, 629.0, 633.0, 631.0, 626.0, 628.0, 626.0, 632.0, 628.0, 629.0, 628.0, 629.0, 630.0, 629.0, 631.0, 630.0, 631.0, 629.0, 629.0, 627.0, 629.0, 628.0, 630.0, 628.0, 629.0, 625.0, 627.0, 626.0, 628.0, 628.0, 628.0, 630.0, 630.0, 633.0, 630.0, 633.0, 631.0, 632.0, 630.0, 629.0, 630.0, 628.0, 631.0, 632.0, 633.0, 632.0, 632.0, 630.0, 633.0, 632.0, 631.0, 631.0, 631.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 628.0, 629.0, 628.0, 631.0, 629.0, 632.0, 631.0, 632.0, 630.0, 632.0, 629.0, 629.0, 628.0, 630.0, 632.0, 631.0, 627.0, 630.0, 626.0, 631.0, 628.0, 629.0, 628.0, 629.0, 629.0, 628.0, 629.0, 626.0, 631.0, 629.0, 629.0, 628.0, 628.0, 628.0, 629.0, 628.0, 627.0, 633.0, 630.0, 628.0, 627.0, 630.0, 630.0, 628.0, 630.0, 628.0, 629.0, 627.0, 630.0, 628.0, 630.0, 629.0, 632.0, 630.0, 630.0, 632.0, 629.0, 634.0, 632.0, 634.0, 632.0, 631.0, 630.0, 632.0, 632.0, 630.0, 631.0, 629.0, 630.0, 627.0, 630.0, 628.0, 629.0, 629.0, 629.0, 629.0, 629.0, 630.0, 628.0, 630.0, 629.0, 631.0, 629.0, 630.0, 628.0, 629.0, 629.0, 628.0, 630.0, 629.0, 632.0, 631.0, 633.0, 631.0, 631.0, 629.0, 630.0, 628.0, 632.0, 631.0, 630.0, 630.0, 629.0, 628.0, 627.0, 630.0, 627.0, 630.0, 629.0, 630.0, 629.0, 629.0, 627.0, 631.0, 630.0, 632.0, 630.0, 632.0, 630.0, 632.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 629.0, 631.0, 632.0, 631.0, 629.0, 631.0, 628.0, 629.0, 627.0, 630.0, 628.0, 630.0, 629.0, 630.0, 627.0, 632.0, 631.0, 630.0, 627.0, 630.0, 629.0, 631.0, 632.0, 631.0, 631.0, 629.0, 630.0, 629.0, 630.0, 629.0, 630.0, 628.0, 630.0, 628.0, 628.0, 630.0, 631.0, 631.0, 630.0, 627.0, 628.0, 628.0, 630.0, 630.0, 631.0, 631.0, 630.0, 630.0, 631.0, 629.0, 632.0, 629.0, 630.0, 628.0, 630.0, 627.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.002616501726121979</td></tr>
<tr><td colspan=3>aqi</td><td>0.06053462209436134</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.72583196353683</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3196050114746556</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795316819470051</td></tr>
<tr><td colspan=3>efc</td><td>0.4768</td></tr>
<tr><td colspan=3>fber</td><td>8431.1465</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1417434608195321</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.800920598388952</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.341822356296923</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2311416740781644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.502103213072483</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.292222181740122</td></tr>
<tr><td colspan=3>gcor</td><td>0.00884905</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00825564470142126</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029670855030417442</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.424348195262321</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.9035</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0266</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.0093</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297471.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.1328</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.26</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>32.6241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>238.0624</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>56.0531</td></tr>
<tr><td colspan=3>tsnr</td><td>29.39665470412001</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>