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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-02_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-02_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-0023/ses-01/func/sub-0023_ses-01_task-social_acq-mb8_run-02_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>a2414336a4df4dfe103922bb37ce38a2</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>12:50:33.852500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999251, 0.00310013, 0.038562, 0.00261602, 0.989088, -0.147305]</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.253</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-02_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.110333</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7730, -7218, 566, 13, -104, -25, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.313</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e65510aa-2da0-4427-b0f9-bfb8935998c1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809184551239014, 0.007018589414656162, 0.1042143702507019, 111.36788177490234], [-0.00831743236631155, 2.6536500453948975, -0.39769694209098816, -84.07554626464844], [0.10345915704965591, 0.39520737528800964, 2.668515682220459, -70.73971557617188], [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': ['125033.852500', '125034.312500', '125034.772500', '125035.232500', '125035.692500', '125036.152500', '125036.612500', '125037.072500', '125037.532500', '125037.992500', '125038.452500', '125038.912500', '125039.372500', '125039.832500', '125040.292500', '125040.752500', '125041.212500', '125041.672500', '125042.132500', '125042.592500', '125043.052500', '125043.512500', '125043.972500', '125044.432500', '125044.892500', '125045.352500', '125045.812500', '125046.272500', '125046.732500', '125047.192500', '125047.652500', '125048.112500', '125048.572500', '125049.032500', '125049.492500', '125049.952500', '125050.412500', '125050.872500', '125051.332500', '125051.792500', '125052.252500', '125052.712500', '125053.172500', '125053.632500', '125054.092500', '125054.552500', '125055.012500', '125055.472500', '125055.932500', '125056.392500', '125056.852500', '125057.312500', '125057.772500', '125058.232500', '125058.692500', '125059.152500', '125059.612500', '125100.072500', '125100.532500', '125100.992500', '125101.452500', '125101.912500', '125102.372500', '125102.832500', '125103.292500', '125103.752500', '125104.212500', '125104.672500', '125105.132500', '125105.592500', '125106.052500', '125106.512500', '125106.972500', '125107.432500', '125107.892500', '125108.352500', '125108.812500', '125109.272500', '125109.732500', '125110.192500', '125110.652500', '125111.112500', '125111.572500', '125112.032500', '125112.492500', '125112.952500', '125113.412500', '125113.872500', '125114.332500', '125114.792500', '125115.252500', '125115.712500', '125116.172500', '125116.632500', '125117.092500', '125117.552500', '125118.012500', '125118.472500', '125118.932500', '125119.392500', '125119.852500', '125120.312500', '125120.772500', '125121.232500', '125121.692500', '125122.152500', '125122.612500', '125123.072500', '125123.532500', '125123.992500', '125124.452500', '125124.912500', '125125.372500', '125125.832500', '125126.292500', '125126.752500', '125127.212500', '125127.672500', '125128.132500', '125128.592500', '125129.052500', '125129.512500', '125129.972500', '125130.432500', '125130.892500', '125131.352500', '125131.812500', '125132.272500', '125132.732500', '125133.192500', '125133.652500', '125134.112500', '125134.572500', '125135.032500', '125135.492500', '125135.952500', '125136.412500', '125136.872500', '125137.332500', '125137.792500', '125138.252500', '125138.712500', '125139.172500', '125139.632500', '125140.092500', '125140.552500', '125141.012500', '125141.472500', '125141.932500', '125142.392500', '125142.852500', '125143.312500', '125143.772500', '125144.232500', '125144.692500', '125145.152500', '125145.612500', '125146.072500', '125146.532500', '125146.992500', '125147.452500', '125147.912500', '125148.372500', '125148.832500', '125149.292500', '125149.752500', '125150.212500', '125150.672500', '125151.132500', '125151.592500', '125152.052500', '125152.512500', '125152.972500', '125153.432500', '125153.892500', '125154.352500', '125154.812500', '125155.272500', '125155.732500', '125156.192500', '125156.652500', '125157.112500', '125157.572500', '125158.032500', '125158.492500', '125158.952500', '125159.412500', '125159.872500', '125200.332500', '125200.792500', '125201.252500', '125201.712500', '125202.172500', '125202.632500', '125203.092500', '125203.552500', '125204.012500', '125204.472500', '125204.932500', '125205.392500', '125205.852500', '125206.312500', '125206.772500', '125207.232500', '125207.692500', '125208.152500', '125208.612500', '125209.072500', '125209.532500', '125209.992500', '125210.452500', '125210.912500', '125211.372500', '125211.832500', '125212.292500', '125212.752500', '125213.212500', '125213.672500', '125214.132500', '125214.592500', '125215.052500', '125215.512500', '125215.972500', '125216.432500', '125216.892500', '125217.352500', '125217.812500', '125218.272500', '125218.732500', '125219.192500', '125219.652500', '125220.112500', '125220.572500', '125221.032500', '125221.492500', '125221.952500', '125222.412500', '125222.872500', '125223.332500', '125223.792500', '125224.252500', '125224.712500', '125225.172500', '125225.632500', '125226.092500', '125226.552500', '125227.012500', '125227.472500', '125227.932500', '125228.392500', '125228.852500', '125229.312500', '125229.772500', '125230.232500', '125230.692500', '125231.152500', '125231.612500', '125232.072500', '125232.532500', '125232.992500', '125233.452500', '125233.912500', '125234.372500', '125234.832500', '125235.292500', '125235.752500', '125236.212500', '125236.672500', '125237.132500', '125237.592500', '125238.052500', '125238.512500', '125238.972500', '125239.432500', '125239.892500', '125240.352500', '125240.812500', '125241.272500', '125241.732500', '125242.192500', '125242.652500', '125243.112500', '125243.572500', '125244.032500', '125244.492500', '125244.952500', '125245.412500', '125245.872500', '125246.332500', '125246.792500', '125247.252500', '125247.712500', '125248.172500', '125248.632500', '125249.092500', '125249.552500', '125250.012500', '125250.472500', '125250.932500', '125251.392500', '125251.852500', '125252.312500', '125252.772500', '125253.232500', '125253.692500', '125254.152500', '125254.612500', '125255.072500', '125255.532500', '125255.992500', '125256.452500', '125256.912500', '125257.372500', '125257.832500', '125258.292500', '125258.752500', '125259.212500', '125259.672500', '125300.132500', '125300.592500', '125301.052500', '125301.512500', '125301.972500', '125302.432500', '125302.892500', '125303.352500', '125303.812500', '125304.272500', '125304.732500', '125305.192500', '125305.652500', '125306.112500', '125306.572500', '125307.032500', '125307.492500', '125307.952500', '125308.412500', '125308.872500', '125309.332500', '125309.792500', '125310.252500', '125310.712500', '125311.172500', '125311.632500', '125312.092500', '125312.552500', '125313.012500', '125313.472500', '125313.932500', '125314.392500', '125314.852500', '125315.312500', '125315.772500', '125316.232500', '125316.692500', '125317.152500', '125317.612500', '125318.072500', '125318.532500', '125318.992500', '125319.452500', '125319.912500', '125320.372500', '125320.832500', '125321.292500', '125321.752500', '125322.212500', '125322.672500', '125323.132500', '125323.592500', '125324.052500', '125324.512500', '125324.972500', '125325.432500', '125325.892500', '125326.352500', '125326.812500', '125327.272500', '125327.732500', '125328.192500', '125328.652500', '125329.112500', '125329.572500', '125330.032500', '125330.492500', '125330.952500', '125331.412500', '125331.872500', '125332.332500', '125332.792500', '125333.252500', '125333.712500', '125334.172500', '125334.632500', '125335.092500', '125335.552500', '125336.012500', '125336.472500', '125336.932500', '125337.392500', '125337.852500', '125338.312500', '125338.772500', '125339.232500', '125339.692500', '125340.152500', '125340.612500', '125341.072500', '125341.532500', '125341.992500', '125342.452500', '125342.912500', '125343.372500', '125343.832500', '125344.292500', '125344.752500', '125345.212500', '125345.672500', '125346.132500', '125346.592500', '125347.052500', '125347.512500', '125347.972500', '125348.432500', '125348.892500', '125349.352500', '125349.812500', '125350.272500', '125350.732500', '125351.192500', '125351.652500', '125352.112500', '125352.572500', '125353.032500', '125353.492500', '125353.952500', '125354.412500', '125354.872500', '125355.332500', '125355.792500', '125356.252500', '125356.712500', '125357.172500', '125357.632500', '125358.092500', '125358.552500', '125359.012500', '125359.472500', '125359.932500', '125400.392500', '125400.852500', '125401.312500', '125401.772500', '125402.232500', '125402.692500', '125403.152500', '125403.612500', '125404.072500', '125404.532500', '125404.992500', '125405.452500', '125405.912500', '125406.372500', '125406.832500', '125407.292500', '125407.752500', '125408.212500', '125408.672500', '125409.132500', '125409.592500', '125410.052500', '125410.512500', '125410.972500', '125411.432500', '125411.892500', '125412.352500', '125412.812500', '125413.272500', '125413.732500', '125414.192500', '125414.652500', '125415.112500', '125415.572500', '125416.032500', '125416.492500', '125416.952500', '125417.412500', '125417.872500', '125418.332500', '125418.792500', '125419.252500', '125419.712500', '125420.172500', '125420.632500', '125421.092500', '125421.552500', '125422.012500', '125422.472500', '125422.932500', '125423.392500', '125423.852500', '125424.312500', '125424.772500', '125425.232500', '125425.692500', '125426.152500', '125426.612500', '125427.072500', '125427.532500', '125427.992500', '125428.452500', '125428.912500', '125429.372500', '125429.832500', '125430.292500', '125430.752500', '125431.212500', '125431.672500', '125432.132500', '125432.592500', '125433.052500', '125433.512500', '125433.972500', '125434.432500', '125434.892500', '125435.352500', '125435.812500', '125436.272500', '125436.732500', '125437.192500', '125437.652500', '125438.112500', '125438.572500', '125439.032500', '125439.492500', '125439.952500', '125440.412500', '125440.872500', '125441.332500', '125441.792500', '125442.252500', '125442.712500', '125443.172500', '125443.632500', '125444.092500', '125444.552500', '125445.012500', '125445.472500', '125445.932500', '125446.392500', '125446.852500', '125447.312500', '125447.772500', '125448.232500', '125448.692500', '125449.152500', '125449.612500', '125450.072500', '125450.532500', '125450.992500', '125451.452500', '125451.912500', '125452.372500', '125452.832500', '125453.292500', '125453.752500', '125454.212500', '125454.672500', '125455.132500', '125455.592500', '125456.052500', '125456.512500', '125456.972500', '125457.432500', '125457.892500', '125458.352500', '125458.812500', '125459.272500', '125459.732500', '125500.192500', '125500.652500', '125501.112500', '125501.572500', '125502.032500', '125502.492500', '125502.952500', '125503.412500', '125503.872500', '125504.332500', '125504.792500', '125505.252500', '125505.712500', '125506.172500', '125506.632500', '125507.092500', '125507.552500', '125508.012500', '125508.472500', '125508.932500', '125509.392500', '125509.852500', '125510.312500', '125510.772500', '125511.232500', '125511.692500', '125512.152500', '125512.612500', '125513.072500', '125513.532500', '125513.992500', '125514.452500', '125514.912500', '125515.372500', '125515.832500', '125516.292500', '125516.752500', '125517.212500', '125517.672500', '125518.132500', '125518.592500', '125519.052500', '125519.512500', '125519.972500', '125520.432500', '125520.892500', '125521.352500', '125521.812500', '125522.272500', '125522.732500', '125523.192500', '125523.652500', '125524.112500', '125524.572500', '125525.032500', '125525.492500', '125525.952500', '125526.412500', '125526.872500', '125527.332500', '125527.792500', '125528.252500', '125528.712500', '125529.172500', '125529.632500', '125530.092500', '125530.552500', '125531.012500', '125531.472500', '125531.932500', '125532.392500', '125532.852500', '125533.312500', '125533.772500', '125534.232500', '125534.692500', '125535.152500', '125535.612500', '125536.072500', '125536.532500', '125536.992500', '125537.452500', '125537.912500', '125538.372500', '125538.832500', '125539.292500', '125539.752500', '125540.212500', '125540.672500', '125541.132500', '125541.592500', '125542.052500', '125542.512500', '125542.972500', '125543.432500', '125543.892500', '125544.352500', '125544.812500', '125545.272500', '125545.732500', '125546.192500', '125546.652500', '125547.112500', '125547.572500', '125548.032500', '125548.492500', '125548.952500', '125549.412500', '125549.872500', '125550.332500', '125550.792500', '125551.252500', '125551.712500', '125552.172500', '125552.632500', '125553.092500', '125553.552500', '125554.012500', '125554.472500', '125554.932500', '125555.392500', '125555.852500', '125556.312500', '125556.772500', '125557.232500', '125557.692500', '125558.152500', '125558.612500', '125559.072500', '125559.532500', '125559.992500', '125600.452500', '125600.912500', '125601.372500', '125601.832500', '125602.292500', '125602.752500', '125603.212500', '125603.672500', '125604.132500', '125604.592500', '125605.052500', '125605.512500', '125605.972500', '125606.432500', '125606.892500', '125607.352500', '125607.812500', '125608.272500', '125608.732500', '125609.192500', '125609.652500', '125610.112500', '125610.572500', '125611.032500', '125611.492500', '125611.952500', '125612.412500', '125612.872500', '125613.332500', '125613.792500', '125614.252500', '125614.712500', '125615.172500', '125615.632500', '125616.092500', '125616.552500', '125617.012500', '125617.472500', '125617.932500', '125618.392500', '125618.852500', '125619.312500', '125619.772500', '125620.232500', '125620.692500', '125621.152500', '125621.612500', '125622.072500', '125622.532500', '125622.992500', '125623.452500', '125623.912500', '125624.372500', '125624.832500', '125625.292500', '125625.752500', '125626.212500', '125626.672500', '125627.132500', '125627.592500', '125628.052500', '125628.512500', '125628.972500', '125629.432500', '125629.892500', '125630.352500', '125630.812500', '125631.272500', '125631.732500', '125632.192500', '125632.652500', '125633.112500', '125633.572500', '125634.032500', '125634.492500', '125634.952500', '125635.412500', '125635.872500', '125636.332500', '125636.792500', '125637.252500', '125637.712500', '125638.172500', '125638.632500', '125639.092500', '125639.552500', '125640.012500', '125640.472500', '125640.932500', '125641.392500', '125641.852500', '125642.312500', '125642.772500', '125643.232500', '125643.692500', '125644.152500', '125644.612500', '125645.072500', '125645.532500', '125645.992500', '125646.452500', '125646.912500', '125647.372500', '125647.832500', '125648.292500', '125648.752500', '125649.212500', '125649.672500', '125650.132500', '125650.592500', '125651.052500', '125651.512500', '125651.972500', '125652.432500', '125652.892500', '125653.352500', '125653.812500', '125654.272500', '125654.732500', '125655.192500', '125655.652500', '125656.112500', '125656.572500', '125657.032500', '125657.492500', '125657.952500', '125658.412500', '125658.872500', '125659.332500', '125659.792500', '125700.252500', '125700.712500', '125701.172500', '125701.632500', '125702.092500', '125702.552500', '125703.012500', '125703.472500', '125703.932500', '125704.392500', '125704.852500', '125705.312500', '125705.772500', '125706.232500', '125706.692500', '125707.152500', '125707.612500', '125708.072500', '125708.532500', '125708.992500', '125709.452500', '125709.912500', '125710.372500', '125710.832500', '125711.292500', '125711.752500', '125712.212500', '125712.672500', '125713.132500', '125713.592500', '125714.052500', '125714.512500'], 'ContentTime': ['125036.982000', '125037.119000', '125037.322000', '125037.523000', '125037.733000', '125037.919000', '125038.229000', '125038.333000', '125038.603000', '125038.728000', '125039.045000', '125039.504000', '125039.952000', '125040.419000', '125040.917000', '125041.357000', '125041.817000', '125042.283000', '125042.739000', '125043.202000', '125043.693000', '125044.130000', '125044.585000', '125045.037000', '125045.498000', '125045.966000', '125046.422000', '125046.891000', '125047.380000', '125047.810000', '125048.267000', '125048.729000', '125049.178000', '125049.640000', '125050.110000', '125050.556000', '125051.032000', '125051.497000', '125051.955000', '125052.404000', '125052.857000', '125053.320000', '125053.784000', '125054.248000', '125054.701000', '125055.165000', '125055.630000', '125056.082000', '125056.535000', '125057.018000', '125057.454000', '125057.912000', '125058.378000', '125058.844000', '125059.312000', '125059.760000', '125100.225000', '125100.684000', '125101.139000', '125101.611000', '125102.056000', '125102.517000', '125103.022000', '125103.445000', '125103.947000', '125104.362000', '125104.820000', '125105.291000', '125105.734000', '125106.194000', '125106.660000', '125107.110000', '125107.588000', '125108.043000', '125108.493000', '125108.952000', '125109.424000', '125109.875000', '125110.332000', '125110.798000', '125111.297000', '125111.729000', '125112.177000', '125112.638000', '125113.116000', '125113.567000', '125114.027000', '125114.483000', '125114.943000', '125115.400000', '125115.862000', '125116.322000', '125116.779000', '125117.255000', '125117.738000', '125118.172000', '125118.618000', '125119.081000', '125119.550000', '125120.047000', '125120.475000', '125120.935000', '125121.380000', '125121.852000', '125122.303000', '125122.761000', '125123.221000', '125123.682000', '125124.135000', '125124.615000', '125125.071000', '125125.530000', '125125.994000', '125126.443000', '125126.895000', '125127.372000', '125127.818000', '125128.315000', '125128.751000', '125129.211000', '125129.665000', '125130.291000', '125130.592000', '125131.051000', '125131.506000', '125131.969000', '125132.432000', '125132.877000', '125133.353000', '125133.803000', '125134.271000', '125134.761000', '125135.194000', '125135.634000', '125136.103000', '125136.567000', '125137.028000', '125137.490000', '125137.954000', '125138.396000', '125138.861000', '125139.329000', '125139.795000', '125140.236000', '125140.718000', '125141.162000', '125141.621000', '125142.080000', '125142.540000', '125143.004000', '125143.460000', '125143.955000', '125144.371000', '125144.881000', '125145.311000', '125145.762000', '125146.228000', '125146.690000', '125147.155000', '125147.599000', '125148.064000', '125148.522000', '125148.990000', '125149.436000', '125149.896000', '125150.368000', '125150.833000', '125151.293000', '125151.754000', '125152.224000', '125152.664000', '125153.119000', '125153.593000', '125154.048000', '125154.513000', '125154.967000', '125155.435000', '125155.894000', '125156.344000', '125156.804000', '125157.303000', '125157.720000', '125158.174000', '125158.639000', '125159.109000', '125159.575000', '125200.037000', '125200.476000', '125200.963000', '125201.413000', '125201.918000', '125202.332000', '125202.803000', '125203.257000', '125203.711000', '125204.163000', '125204.642000', '125205.091000', '125205.539000', '125206.002000', '125206.474000', '125206.918000', '125207.389000', '125207.914000', '125208.308000', '125208.768000', '125209.238000', '125209.696000', '125210.154000', '125210.642000', '125211.061000', '125211.519000', '125211.985000', '125212.454000', '125212.922000', '125213.378000', '125213.877000', '125214.288000', '125214.746000', '125215.200000', '125215.674000', '125216.128000', '125216.588000', '125217.049000', '125217.514000', '125217.970000', '125218.420000', '125218.895000', '125219.359000', '125219.819000', '125220.269000', '125220.720000', '125221.184000', '125221.640000', '125222.129000', '125222.579000', '125223.024000', '125223.494000', '125223.944000', '125224.409000', '125224.906000', '125225.339000', '125225.796000', '125226.254000', '125226.709000', '125227.165000', '125227.645000', '125228.084000', '125228.560000', '125229.008000', '125229.479000', '125229.919000', '125230.391000', '125230.856000', '125231.303000', '125231.770000', '125232.230000', '125232.698000', '125233.145000', '125233.603000', '125234.059000', '125234.531000', '125234.991000', '125235.483000', '125235.917000', '125236.368000', '125236.820000', '125237.292000', '125237.748000', '125238.200000', '125238.673000', '125239.175000', '125239.592000', '125240.056000', '125240.509000', '125240.973000', '125241.419000', '125241.903000', '125242.351000', '125242.820000', '125243.257000', '125243.735000', '125244.193000', '125244.644000', '125245.126000', '125245.567000', '125246.025000', '125246.493000', '125246.938000', '125247.414000', '125247.880000', '125248.341000', '125248.784000', '125249.255000', '125249.702000', '125250.172000', '125250.630000', '125251.100000', '125251.551000', '125252.004000', '125252.478000', '125252.942000', '125253.389000', '125253.851000', '125254.303000', '125254.761000', '125255.225000', '125255.695000', '125256.143000', '125256.622000', '125257.081000', '125257.529000', '125257.994000', '125258.451000', '125258.908000', '125259.371000', '125259.833000', '125300.291000', '125300.761000', '125301.221000', '125301.675000', '125302.132000', '125302.591000', '125303.084000', '125303.514000', '125303.981000', '125304.511000', '125304.894000', '125305.359000', '125305.846000', '125306.283000', '125306.742000', '125307.198000', '125307.641000', '125308.114000', '125308.581000', '125309.038000', '125309.480000', '125309.961000', '125310.414000', '125310.885000', '125311.334000', '125311.803000', '125312.282000', '125312.724000', '125313.223000', '125313.629000', '125314.095000', '125314.556000', '125315.072000', '125315.481000', '125315.942000', '125316.397000', '125316.855000', '125317.303000', '125317.775000', '125318.236000', '125318.697000', '125319.156000', '125319.609000', '125320.067000', '125320.533000', '125321.002000', '125321.464000', '125321.920000', '125322.381000', '125322.841000', '125323.299000', '125323.763000', '125324.203000', '125324.689000', '125325.126000', '125325.604000', '125326.045000', '125326.519000', '125326.983000', '125327.435000', '125327.904000', '125328.349000', '125328.869000', '125329.283000', '125329.724000', '125330.190000', '125330.663000', '125331.109000', '125331.567000', '125332.037000', '125332.499000', '125332.951000', '125333.415000', '125333.867000', '125334.335000', '125334.789000', '125335.247000', '125335.715000', '125336.175000', '125336.636000', '125337.085000', '125337.589000', '125338.011000', '125338.470000', '125338.933000', '125339.388000', '125339.856000', '125340.305000', '125340.774000', '125341.245000', '125341.736000', '125342.152000', '125342.619000', '125343.085000', '125343.529000', '125343.987000', '125344.449000', '125344.912000', '125345.368000', '125345.862000', '125346.297000', '125346.754000', '125347.224000', '125347.680000', '125348.126000', '125348.606000', '125349.052000', '125349.556000', '125349.967000', '125350.449000', '125350.901000', '125351.362000', '125351.822000', '125352.283000', '125352.731000', '125353.193000', '125353.666000', '125354.127000', '125354.588000', '125355.041000', '125355.502000', '125355.961000', '125356.446000', '125356.907000', '125357.330000', '125357.874000', '125358.260000', '125358.717000', '125359.185000', '125359.638000', '125400.100000', '125400.560000', '125401.027000', '125401.483000', '125401.943000', '125402.394000', '125402.864000', '125403.318000', '125403.780000', '125404.269000', '125404.695000', '125405.166000', '125405.680000', '125406.086000', '125406.544000', '125407.004000', '125407.460000', '125407.910000', '125408.371000', '125408.840000', '125409.288000', '125409.760000', '125410.228000', '125410.683000', '125411.133000', '125411.677000', '125412.069000', '125412.523000', '125412.990000', '125413.428000', '125413.890000', '125414.368000', '125414.826000', '125415.272000', '125415.789000', '125416.208000', '125416.666000', '125417.109000', '125417.588000', '125418.034000', '125418.492000', '125418.951000', '125419.424000', '125419.890000', '125420.336000', '125420.807000', '125421.254000', '125421.726000', '125422.186000', '125422.648000', '125423.092000', '125423.549000', '125424.026000', '125424.487000', '125424.969000', '125425.400000', '125425.866000', '125426.322000', '125426.783000', '125427.248000', '125427.708000', '125428.169000', '125428.621000', '125429.090000', '125429.542000', '125430.007000', '125430.463000', '125430.924000', '125431.387000', '125431.834000', '125432.289000', '125432.754000', '125433.211000', '125433.719000', '125434.151000', '125434.596000', '125435.057000', '125435.528000', '125435.977000', '125436.437000', '125436.896000', '125437.393000', '125437.820000', '125438.273000', '125438.747000', '125439.201000', '125439.670000', '125440.125000', '125440.575000', '125441.052000', '125441.498000', '125441.968000', '125442.424000', '125442.871000', '125443.339000', '125443.803000', '125444.258000', '125444.730000', '125445.184000', '125445.648000', '125446.109000', '125446.554000', '125447.037000', '125447.489000', '125447.950000', '125448.399000', '125448.863000', '125449.330000', '125449.774000', '125450.246000', '125450.698000', '125451.210000', '125451.617000', '125452.085000', '125452.544000', '125453.013000', '125453.476000', '125453.916000', '125454.387000', '125454.850000', '125455.298000', '125455.752000', '125456.231000', '125456.691000', '125457.174000', '125457.605000', '125458.062000', '125458.519000', '125459.019000', '125459.481000', '125459.900000', '125500.375000', '125500.815000', '125501.288000', '125501.749000', '125502.227000', '125502.656000', '125503.132000', '125503.595000', '125504.038000', '125504.507000', '125504.963000', '125505.425000', '125505.882000', '125506.347000', '125506.811000', '125507.276000', '125507.732000', '125508.177000', '125508.650000', '125509.098000', '125509.567000', '125510.030000', '125510.477000', '125510.934000', '125511.411000', '125511.876000', '125512.382000', '125512.789000', '125513.242000', '125513.711000', '125514.172000', '125514.619000', '125515.112000', '125515.539000', '125516.008000', '125516.468000', '125516.928000', '125517.394000', '125517.837000', '125518.310000', '125518.757000', '125519.221000', '125519.682000', '125520.149000', '125520.605000', '125521.069000', '125521.528000', '125521.980000', '125522.456000', '125522.903000', '125523.375000', '125523.827000', '125524.292000', '125524.749000', '125525.202000', '125525.667000', '125526.122000', '125526.577000', '125527.039000', '125527.514000', '125527.968000', '125528.436000', '125528.882000', '125529.355000', '125529.840000', '125530.267000', '125530.738000', '125531.190000', '125531.652000', '125532.115000', '125532.579000', '125533.030000', '125533.488000', '125533.941000', '125534.421000', '125534.879000', '125535.331000', '125535.786000', '125536.261000', '125536.698000', '125537.160000', '125537.627000', '125538.085000', '125538.539000', '125539.012000', '125539.501000', '125539.928000', '125540.387000', '125540.845000', '125541.315000', '125541.766000', '125542.237000', '125542.701000', '125543.160000', '125543.627000', '125544.081000', '125544.521000', '125544.992000', '125545.456000', '125545.930000', '125546.379000', '125546.837000', '125547.300000', '125547.752000', '125548.204000', '125548.657000', '125549.144000', '125549.594000', '125550.045000', '125550.500000', '125550.981000', '125551.443000', '125551.893000', '125552.354000', '125552.823000', '125553.273000', '125553.729000', '125554.181000', '125554.653000', '125555.110000', '125555.571000', '125556.045000', '125556.500000', '125556.992000', '125557.406000', '125557.874000', '125558.339000', '125558.797000', '125559.249000', '125559.714000', '125600.172000', '125600.634000', '125601.087000', '125601.557000', '125602.026000', '125602.481000', '125602.930000', '125603.387000', '125603.843000', '125604.311000', '125604.800000', '125605.229000', '125605.680000', '125606.146000', '125606.605000', '125607.065000', '125607.535000', '125607.993000', '125608.483000', '125608.903000', '125609.379000', '125609.828000', '125610.286000', '125610.755000', '125611.205000', '125611.670000', '125612.132000', '125612.600000', '125613.042000', '125613.518000', '125613.977000', '125614.442000', '125614.894000', '125615.350000', '125615.817000', '125616.272000', '125616.742000', '125617.205000', '125617.653000', '125618.123000', '125618.579000', '125619.070000', '125619.498000', '125619.960000', '125620.413000', '125620.881000', '125621.327000', '125621.806000', '125622.256000', '125622.708000', '125623.184000', '125623.637000', '125624.090000', '125624.545000', '125625.023000', '125625.480000', '125625.935000', '125626.428000', '125626.853000', '125627.323000', '125627.772000', '125628.236000', '125628.697000', '125629.166000', '125629.620000', '125630.088000', '125630.526000', '125630.991000', '125631.468000', '125631.929000', '125632.407000', '125632.844000', '125633.306000', '125633.962000', '125634.219000', '125634.677000', '125635.143000', '125635.596000', '125636.057000', '125636.509000', '125636.966000', '125637.443000', '125637.898000', '125638.364000', '125638.808000', '125639.288000', '125639.786000', '125640.208000', '125640.668000', '125641.118000', '125641.576000', '125642.028000', '125642.502000', '125642.949000', '125643.410000', '125643.991000', '125644.332000', '125644.797000', '125645.254000', '125645.707000', '125646.177000', '125646.640000', '125647.091000', '125647.557000', '125648.027000', '125648.477000', '125648.948000', '125649.396000', '125649.869000', '125650.329000', '125650.822000', '125651.245000', '125651.689000', '125652.163000', '125652.610000', '125653.080000', '125653.553000', '125653.998000', '125654.467000', '125654.954000', '125655.384000', '125655.968000', '125656.312000', '125656.762000', '125657.213000', '125657.680000', '125658.148000', '125658.604000', '125659.061000', '125659.528000', '125659.990000', '125700.445000', '125700.912000', '125701.370000', '125701.827000', '125702.299000', '125702.731000', '125703.196000', '125703.662000', '125704.127000', '125704.574000', '125705.048000', '125705.504000', '125706.010000', '125706.425000', '125706.878000', '125707.356000', '125707.814000', '125708.273000', '125708.740000', '125709.185000', '125709.650000', '125710.116000', '125710.566000', '125711.018000', '125711.484000', '125711.932000', '125712.411000', '125712.891000', '125713.325000', '125713.817000', '125714.248000', '125714.699000', '125715.149000'], 'InstanceCreationTime': ['125036.982000', '125037.119000', '125037.322000', '125037.523000', '125037.733000', '125037.919000', '125038.229000', '125038.333000', '125038.603000', '125038.728000', '125039.045000', '125039.504000', '125039.952000', '125040.419000', '125040.917000', '125041.357000', '125041.817000', '125042.283000', '125042.739000', '125043.202000', '125043.693000', '125044.130000', '125044.585000', '125045.037000', '125045.498000', '125045.966000', '125046.422000', '125046.891000', '125047.380000', '125047.810000', '125048.267000', '125048.729000', '125049.178000', '125049.640000', '125050.110000', '125050.556000', '125051.032000', '125051.497000', '125051.955000', '125052.404000', '125052.857000', '125053.320000', '125053.784000', '125054.248000', '125054.701000', '125055.165000', '125055.630000', '125056.082000', '125056.535000', '125057.018000', '125057.454000', '125057.912000', '125058.378000', '125058.844000', '125059.312000', '125059.760000', '125100.225000', '125100.684000', '125101.139000', '125101.611000', '125102.056000', '125102.517000', '125103.022000', '125103.445000', '125103.947000', '125104.362000', '125104.820000', '125105.291000', '125105.734000', '125106.194000', '125106.660000', '125107.110000', '125107.588000', '125108.043000', '125108.493000', '125108.952000', '125109.424000', '125109.875000', '125110.332000', '125110.798000', '125111.297000', '125111.729000', '125112.177000', '125112.638000', '125113.116000', '125113.567000', '125114.027000', '125114.483000', '125114.943000', '125115.400000', '125115.862000', '125116.322000', '125116.779000', '125117.255000', '125117.738000', '125118.172000', '125118.618000', '125119.081000', '125119.550000', '125120.047000', '125120.475000', '125120.935000', '125121.380000', '125121.852000', '125122.303000', '125122.761000', '125123.221000', '125123.682000', '125124.135000', '125124.615000', '125125.071000', '125125.530000', '125125.994000', '125126.443000', '125126.895000', '125127.372000', '125127.818000', '125128.315000', '125128.751000', '125129.211000', '125129.665000', '125130.291000', '125130.592000', '125131.051000', '125131.506000', '125131.969000', '125132.432000', '125132.877000', '125133.353000', '125133.803000', '125134.271000', '125134.761000', '125135.194000', '125135.634000', '125136.103000', '125136.567000', '125137.028000', '125137.490000', '125137.954000', '125138.396000', '125138.861000', '125139.329000', '125139.795000', '125140.236000', '125140.718000', '125141.162000', '125141.621000', '125142.080000', '125142.540000', '125143.004000', '125143.460000', '125143.955000', '125144.371000', '125144.881000', '125145.311000', '125145.762000', '125146.228000', '125146.690000', '125147.155000', '125147.599000', '125148.064000', '125148.522000', '125148.990000', '125149.436000', '125149.896000', '125150.368000', '125150.833000', '125151.293000', '125151.754000', '125152.224000', '125152.664000', '125153.119000', '125153.593000', '125154.048000', '125154.513000', '125154.967000', '125155.435000', '125155.894000', '125156.344000', '125156.804000', '125157.303000', '125157.720000', '125158.174000', '125158.639000', '125159.109000', '125159.575000', '125200.037000', '125200.476000', '125200.963000', '125201.413000', '125201.918000', '125202.332000', '125202.803000', '125203.257000', '125203.711000', '125204.163000', '125204.642000', '125205.091000', '125205.539000', '125206.002000', '125206.474000', '125206.918000', '125207.389000', '125207.914000', '125208.308000', '125208.768000', '125209.238000', '125209.696000', '125210.154000', '125210.642000', '125211.061000', '125211.519000', '125211.985000', '125212.454000', '125212.922000', '125213.378000', '125213.877000', '125214.288000', '125214.746000', '125215.200000', '125215.674000', '125216.128000', '125216.588000', '125217.049000', '125217.514000', '125217.970000', '125218.420000', '125218.895000', '125219.359000', '125219.819000', '125220.269000', '125220.720000', '125221.184000', '125221.640000', '125222.129000', '125222.579000', '125223.024000', '125223.494000', '125223.944000', '125224.409000', '125224.906000', '125225.339000', '125225.796000', '125226.254000', '125226.709000', '125227.165000', '125227.645000', '125228.084000', '125228.560000', '125229.008000', '125229.479000', '125229.919000', '125230.391000', '125230.856000', '125231.303000', '125231.770000', '125232.230000', '125232.698000', '125233.145000', '125233.603000', '125234.059000', '125234.531000', '125234.991000', '125235.483000', '125235.917000', '125236.368000', '125236.820000', '125237.292000', '125237.748000', '125238.200000', '125238.673000', '125239.175000', '125239.592000', '125240.056000', '125240.509000', '125240.973000', '125241.419000', '125241.903000', '125242.351000', '125242.820000', '125243.257000', '125243.735000', '125244.193000', '125244.644000', '125245.126000', '125245.567000', '125246.025000', '125246.493000', '125246.938000', '125247.414000', '125247.880000', '125248.341000', '125248.784000', '125249.255000', '125249.702000', '125250.172000', '125250.630000', '125251.100000', '125251.551000', '125252.004000', '125252.478000', '125252.942000', '125253.389000', '125253.851000', '125254.303000', '125254.761000', '125255.225000', '125255.695000', '125256.143000', '125256.622000', '125257.081000', '125257.529000', '125257.994000', '125258.451000', '125258.908000', '125259.371000', '125259.833000', '125300.291000', '125300.761000', '125301.221000', '125301.675000', '125302.132000', '125302.591000', '125303.084000', '125303.514000', '125303.981000', '125304.511000', '125304.894000', '125305.359000', '125305.846000', '125306.283000', '125306.742000', '125307.198000', '125307.641000', '125308.114000', '125308.581000', '125309.038000', '125309.480000', '125309.961000', '125310.414000', '125310.885000', '125311.334000', '125311.803000', '125312.282000', '125312.724000', '125313.223000', '125313.629000', '125314.095000', '125314.556000', '125315.072000', '125315.481000', '125315.942000', '125316.397000', '125316.855000', '125317.303000', '125317.775000', '125318.236000', '125318.697000', '125319.156000', '125319.609000', '125320.067000', '125320.533000', '125321.002000', '125321.464000', '125321.920000', '125322.381000', '125322.841000', '125323.299000', '125323.763000', '125324.203000', '125324.689000', '125325.126000', '125325.604000', '125326.045000', '125326.519000', '125326.983000', '125327.435000', '125327.904000', '125328.349000', '125328.869000', '125329.283000', '125329.724000', '125330.190000', '125330.663000', '125331.109000', '125331.567000', '125332.037000', '125332.499000', '125332.951000', '125333.415000', '125333.867000', '125334.335000', '125334.789000', '125335.247000', '125335.715000', '125336.175000', '125336.636000', '125337.085000', '125337.589000', '125338.011000', '125338.470000', '125338.933000', '125339.388000', '125339.856000', '125340.305000', '125340.774000', '125341.245000', '125341.736000', '125342.152000', '125342.619000', '125343.085000', '125343.529000', '125343.987000', '125344.449000', '125344.912000', '125345.368000', '125345.862000', '125346.297000', '125346.754000', '125347.224000', '125347.680000', '125348.126000', '125348.606000', '125349.052000', '125349.556000', '125349.967000', '125350.449000', '125350.901000', '125351.362000', '125351.822000', '125352.283000', '125352.731000', '125353.193000', '125353.666000', '125354.127000', '125354.588000', '125355.041000', '125355.502000', '125355.961000', '125356.446000', '125356.907000', '125357.330000', '125357.874000', '125358.260000', '125358.717000', '125359.185000', '125359.638000', '125400.100000', '125400.560000', '125401.027000', '125401.483000', '125401.943000', '125402.394000', '125402.864000', '125403.318000', '125403.780000', '125404.269000', '125404.695000', '125405.166000', '125405.680000', '125406.086000', '125406.544000', '125407.004000', '125407.460000', '125407.910000', '125408.371000', '125408.840000', '125409.288000', '125409.760000', '125410.228000', '125410.683000', '125411.133000', '125411.677000', '125412.069000', '125412.523000', '125412.990000', '125413.428000', '125413.890000', '125414.368000', '125414.826000', '125415.272000', '125415.789000', '125416.208000', '125416.666000', '125417.109000', '125417.588000', '125418.034000', '125418.492000', '125418.951000', '125419.424000', '125419.890000', '125420.336000', '125420.807000', '125421.254000', '125421.726000', '125422.186000', '125422.648000', '125423.092000', '125423.549000', '125424.026000', '125424.487000', '125424.969000', '125425.400000', '125425.866000', '125426.322000', '125426.783000', '125427.248000', '125427.708000', '125428.169000', '125428.621000', '125429.090000', '125429.542000', '125430.007000', '125430.463000', '125430.924000', '125431.387000', '125431.834000', '125432.289000', '125432.754000', '125433.211000', '125433.719000', '125434.151000', '125434.596000', '125435.057000', '125435.528000', '125435.977000', '125436.437000', '125436.896000', '125437.393000', '125437.820000', '125438.273000', '125438.747000', '125439.201000', '125439.670000', '125440.125000', '125440.575000', '125441.052000', '125441.498000', '125441.968000', '125442.424000', '125442.871000', '125443.339000', '125443.803000', '125444.258000', '125444.730000', '125445.184000', '125445.648000', '125446.109000', '125446.554000', '125447.037000', '125447.489000', '125447.950000', '125448.399000', '125448.863000', '125449.330000', '125449.774000', '125450.246000', '125450.698000', '125451.210000', '125451.617000', '125452.085000', '125452.544000', '125453.013000', '125453.476000', '125453.916000', '125454.387000', '125454.850000', '125455.298000', '125455.752000', '125456.231000', '125456.691000', '125457.174000', '125457.605000', '125458.062000', '125458.519000', '125459.019000', '125459.481000', '125459.900000', '125500.375000', '125500.815000', '125501.288000', '125501.749000', '125502.227000', '125502.656000', '125503.132000', '125503.595000', '125504.038000', '125504.507000', '125504.963000', '125505.425000', '125505.882000', '125506.347000', '125506.811000', '125507.276000', '125507.732000', '125508.177000', '125508.650000', '125509.098000', '125509.567000', '125510.030000', '125510.477000', '125510.934000', '125511.411000', '125511.876000', '125512.382000', '125512.789000', '125513.242000', '125513.711000', '125514.172000', '125514.619000', '125515.112000', '125515.539000', '125516.008000', '125516.468000', '125516.928000', '125517.394000', '125517.837000', '125518.310000', '125518.757000', '125519.221000', '125519.682000', '125520.149000', '125520.605000', '125521.069000', '125521.528000', '125521.980000', '125522.456000', '125522.903000', '125523.375000', '125523.827000', '125524.292000', '125524.749000', '125525.202000', '125525.667000', '125526.122000', '125526.577000', '125527.039000', '125527.514000', '125527.968000', '125528.436000', '125528.882000', '125529.355000', '125529.840000', '125530.267000', '125530.738000', '125531.190000', '125531.652000', '125532.115000', '125532.579000', '125533.030000', '125533.488000', '125533.941000', '125534.421000', '125534.879000', '125535.331000', '125535.786000', '125536.261000', '125536.698000', '125537.160000', '125537.627000', '125538.085000', '125538.539000', '125539.012000', '125539.501000', '125539.928000', '125540.387000', '125540.845000', '125541.315000', '125541.766000', '125542.237000', '125542.701000', '125543.160000', '125543.627000', '125544.081000', '125544.521000', '125544.992000', '125545.456000', '125545.930000', '125546.379000', '125546.837000', '125547.300000', '125547.752000', '125548.204000', '125548.657000', '125549.144000', '125549.594000', '125550.045000', '125550.500000', '125550.981000', '125551.443000', '125551.893000', '125552.354000', '125552.823000', '125553.273000', '125553.729000', '125554.181000', '125554.653000', '125555.110000', '125555.571000', '125556.045000', '125556.500000', '125556.992000', '125557.406000', '125557.874000', '125558.339000', '125558.797000', '125559.249000', '125559.714000', '125600.172000', '125600.634000', '125601.087000', '125601.557000', '125602.026000', '125602.481000', '125602.930000', '125603.387000', '125603.843000', '125604.311000', '125604.800000', '125605.229000', '125605.680000', '125606.146000', '125606.605000', '125607.065000', '125607.535000', '125607.993000', '125608.483000', '125608.903000', '125609.379000', '125609.828000', '125610.286000', '125610.755000', '125611.205000', '125611.670000', '125612.132000', '125612.600000', '125613.042000', '125613.518000', '125613.977000', '125614.442000', '125614.894000', '125615.350000', '125615.817000', '125616.272000', '125616.742000', '125617.205000', '125617.653000', '125618.123000', '125618.579000', '125619.070000', '125619.498000', '125619.960000', '125620.413000', '125620.881000', '125621.327000', '125621.806000', '125622.256000', '125622.708000', '125623.184000', '125623.637000', '125624.090000', '125624.545000', '125625.023000', '125625.480000', '125625.935000', '125626.428000', '125626.853000', '125627.323000', '125627.772000', '125628.236000', '125628.697000', '125629.166000', '125629.620000', '125630.088000', '125630.526000', '125630.991000', '125631.468000', '125631.929000', '125632.407000', '125632.844000', '125633.306000', '125633.962000', '125634.219000', '125634.677000', '125635.143000', '125635.596000', '125636.057000', '125636.509000', '125636.966000', '125637.443000', '125637.898000', '125638.364000', '125638.808000', '125639.288000', '125639.786000', '125640.208000', '125640.668000', '125641.118000', '125641.576000', '125642.028000', '125642.502000', '125642.949000', '125643.410000', '125643.991000', '125644.332000', '125644.797000', '125645.254000', '125645.707000', '125646.177000', '125646.640000', '125647.091000', '125647.557000', '125648.027000', '125648.477000', '125648.948000', '125649.396000', '125649.869000', '125650.329000', '125650.822000', '125651.245000', '125651.689000', '125652.163000', '125652.610000', '125653.080000', '125653.553000', '125653.998000', '125654.467000', '125654.954000', '125655.384000', '125655.968000', '125656.312000', '125656.762000', '125657.213000', '125657.680000', '125658.148000', '125658.604000', '125659.061000', '125659.528000', '125659.990000', '125700.445000', '125700.912000', '125701.370000', '125701.827000', '125702.299000', '125702.731000', '125703.196000', '125703.662000', '125704.127000', '125704.574000', '125705.048000', '125705.504000', '125706.010000', '125706.425000', '125706.878000', '125707.356000', '125707.814000', '125708.273000', '125708.740000', '125709.185000', '125709.650000', '125710.116000', '125710.566000', '125711.018000', '125711.484000', '125711.932000', '125712.411000', '125712.891000', '125713.325000', '125713.817000', '125714.248000', '125714.699000', '125715.149000'], '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': [840, 742, 896, 827, 741, 875, 830, 780, 879, 867, 764, 864, 849, 715, 875, 923, 780, 870, 882, 743, 880, 916, 779, 875, 968, 764, 881, 909, 781, 859, 1026, 816, 861, 1019, 745, 878, 961, 808, 872, 1021, 783, 890, 822, 784, 930, 708, 759, 824, 675, 838, 803, 789, 1023, 801, 843, 843, 765, 957, 751, 847, 931, 776, 978, 763, 812, 901, 751, 884, 959, 797, 891, 735, 865, 965, 763, 855, 850, 799, 942, 793, 834, 1033, 756, 856, 854, 799, 1089, 783, 828, 923, 740, 829, 865, 774, 1022, 846, 820, 934, 714, 860, 778, 813, 891, 754, 886, 962, 806, 949, 715, 828, 881, 792, 910, 880, 803, 915, 755, 970, 735, 870, 882, 794, 903, 741, 770, 890, 786, 871, 871, 852, 888, 825, 725, 815, 845, 689, 823, 887, 773, 1009, 858, 818, 848, 772, 894, 696, 816, 1030, 746, 836, 843, 798, 857, 803, 864, 991, 836, 828, 912, 693, 856, 986, 835, 1090, 835, 782, 867, 757, 890, 750, 820, 856, 762, 833, 700, 864, 831, 832, 952, 769, 821, 854, 778, 962, 741, 859, 1013, 803, 867, 873, 807, 855, 719, 839, 1059, 804, 849, 840, 786, 896, 892, 855, 907, 820, 857, 967, 777, 857, 1153, 817, 874, 867, 760, 910, 915, 838, 1123, 804, 831, 870, 715, 880, 903, 789, 944, 857, 816, 859, 725, 876, 920, 823, 914, 910, 806, 864, 776, 850, 851, 723, 907, 953, 827, 883, 730, 883, 905, 852, 890, 887, 871, 905, 697, 903, 925, 865, 1068, 828, 863, 937, 788, 884, 996, 772, 868, 1000, 730, 847, 971, 697, 871, 848, 865, 796, 837, 712, 721, 830, 906, 909, 811, 1036, 1022, 793, 1050, 1142, 850, 752, 796, 851, 696, 1140, 1032, 735, 941, 950, 750, 800, 932, 763, 821, 919, 770, 880, 921, 798, 889, 963, 812, 893, 1095, 881, 845, 914, 882, 807, 922, 935, 778, 895, 1032, 788, 899, 938, 899, 885, 869, 884, 1001, 856, 880, 1041, 773, 896, 929, 773, 907, 957, 887, 870, 789, 874, 1042, 775, 900, 842, 740, 886, 928, 878, 847, 900, 928, 846, 773, 887, 891, 883, 821, 821, 867, 980, 894, 913, 730, 866, 850, 843, 823, 807, 862, 898, 718, 852, 823, 818, 957, 839, 882, 895, 873, 904, 759, 833, 945, 766, 866, 809, 871, 946, 725, 857, 968, 880, 1011, 825, 880, 866, 877, 922, 780, 856, 901, 886, 856, 832, 838, 876, 778, 886, 853, 900, 854, 838, 880, 912, 828, 892, 924, 734, 870, 981, 837, 895, 881, 874, 948, 772, 881, 915, 864, 1152, 763, 885, 854, 840, 944, 770, 875, 849, 877, 827, 723, 869, 812, 825, 950, 780, 873, 833, 847, 795, 794, 859, 862, 835, 866, 806, 823, 1017, 792, 891, 840, 870, 986, 757, 858, 931, 857, 840, 829, 860, 966, 900, 739, 954, 804, 856, 880, 867, 901, 926, 886, 886, 966, 718, 872, 984, 765, 884, 892, 712, 901, 883, 770, 927, 983, 826, 934, 845, 862, 822, 852, 868, 870, 853, 893, 810, 865, 997, 776, 905, 810, 893, 900, 855, 869, 818, 857, 874, 855, 843, 834, 810, 910, 784, 840, 834, 894, 824, 798, 841, 983, 849, 915, 764, 866, 831, 840, 941, 848, 851, 756, 806, 770, 697, 826, 766, 794, 961, 844, 907, 838, 848, 873, 859, 905, 830, 1052, 876, 915, 860, 811, 750, 852, 855, 834, 992, 885, 788, 723, 844, 786, 827, 923, 778, 865, 809, 878, 928, 872, 979, 799, 901, 843, 890, 885, 868, 777, 816, 871, 888, 879, 918, 735, 860, 836, 873, 841, 872, 807, 739, 854, 854, 717, 865, 805, 856, 853, 763, 844, 942, 868, 924, 878, 916, 861, 841, 799, 864, 932, 886, 861, 876, 760, 755, 853, 920, 855, 828, 884, 838, 747, 841, 907, 831, 824, 785, 850, 887, 895, 761, 805, 847, 983, 802, 878, 837, 866, 972, 729, 853, 934, 901, 834, 772, 869, 931, 861, 898, 837, 860, 870, 869, 790, 745, 845, 875, 818, 987, 755, 863, 771, 839, 896, 862, 764, 850, 866, 863, 771, 830, 833, 858, 749, 775, 874, 871, 864, 1018, 878, 895, 799, 883, 845, 882, 1010, 712, 870, 916, 906, 820, 797, 889, 947, 771, 888, 881, 924, 852, 803, 863, 1079, 826, 900, 918, 913, 1050, 733, 918, 966, 895, 1036, 853, 914, 831, 875, 983, 773, 915, 864, 899, 849, 830, 865, 1028, 817, 900, 865, 686, 920, 886, 737, 894, 891, 727, 918, 873, 899, 817, 817, 882, 947, 883, 884, 778, 880, 933, 902, 929, 751, 906, 851, 818, 902, 860, 895, 872, 832, 902, 830, 828, 895, 845, 809, 893, 933, 766, 888, 950, 884, 1074, 735, 912, 861, 666, 836, 961, 762, 880, 866, 905, 917, 852, 881, 894, 907, 884, 900, 849, 787, 888, 1043, 788, 915, 841, 896, 861, 716, 892, 929, 906, 823, 845, 900, 834, 894, 885, 878, 982, 773, 912, 889, 915, 858, 742, 874, 954, 898, 914, 689, 903, 827, 698, 862, 915, 720, 896, 837, 912, 988, 782, 897, 967, 890, 906, 883, 893, 873, 857, 761, 911, 869, 836, 896, 805, 893, 900, 750, 896, 848, 896, 889, 756, 912, 869, 854, 1121, 763, 892, 879, 698], 'WindowCenter': [281.0, 280.0, 281.0, 279.0, 278.0, 279.0, 278.0, 279.0, 280.0, 280.0, 278.0, 280.0, 279.0, 278.0, 281.0, 281.0, 279.0, 280.0, 280.0, 279.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 282.0, 282.0, 280.0, 281.0, 282.0, 281.0, 282.0, 282.0, 280.0, 282.0, 281.0, 281.0, 282.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 280.0, 281.0, 280.0, 281.0, 279.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 282.0, 279.0, 281.0, 281.0, 281.0, 283.0, 279.0, 280.0, 281.0, 279.0, 280.0, 280.0, 279.0, 281.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 278.0, 279.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 282.0, 282.0, 281.0, 281.0, 280.0, 281.0, 279.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 280.0, 282.0, 280.0, 279.0, 279.0, 279.0, 280.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 278.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 282.0, 280.0, 281.0, 280.0, 279.0, 281.0, 280.0, 280.0, 282.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 281.0, 279.0, 280.0, 281.0, 280.0, 281.0, 279.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 279.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 280.0, 281.0, 279.0, 280.0, 281.0, 280.0, 281.0, 282.0, 280.0, 281.0, 278.0, 278.0, 276.0, 277.0, 278.0, 277.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 281.0, 282.0, 279.0, 277.0, 280.0, 280.0, 278.0, 281.0, 280.0, 278.0, 279.0, 279.0, 277.0, 277.0, 278.0, 277.0, 276.0, 278.0, 277.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 282.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 282.0, 281.0, 281.0, 282.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 280.0, 281.0, 281.0, 279.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 279.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 279.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 279.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 280.0, 281.0, 280.0, 281.0, 281.0, 279.0, 280.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 279.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 282.0, 278.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 279.0, 281.0, 281.0, 280.0, 280.0, 280.0, 281.0, 282.0, 282.0, 279.0, 281.0, 280.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 281.0, 281.0, 279.0, 281.0, 281.0, 280.0, 281.0, 281.0, 279.0, 281.0, 281.0, 279.0, 281.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0, 279.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 279.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 281.0, 281.0, 280.0, 281.0, 279.0, 281.0, 279.0, 280.0, 281.0, 281.0, 279.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 279.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 282.0, 279.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 281.0, 281.0, 279.0, 281.0, 281.0, 279.0, 281.0, 281.0, 279.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 281.0, 280.0, 280.0, 280.0, 278.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 280.0, 282.0, 282.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 279.0, 280.0, 281.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 278.0, 280.0, 279.0, 278.0, 280.0, 281.0, 279.0, 281.0, 281.0, 281.0, 282.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 278.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 281.0, 282.0, 280.0, 282.0, 283.0, 280.0], 'WindowWidth': [618.0, 616.0, 616.0, 614.0, 612.0, 613.0, 612.0, 613.0, 614.0, 615.0, 612.0, 614.0, 613.0, 612.0, 616.0, 616.0, 614.0, 615.0, 615.0, 614.0, 616.0, 617.0, 616.0, 617.0, 617.0, 615.0, 616.0, 616.0, 615.0, 617.0, 619.0, 617.0, 618.0, 619.0, 616.0, 617.0, 619.0, 617.0, 618.0, 619.0, 616.0, 618.0, 617.0, 617.0, 618.0, 614.0, 614.0, 615.0, 613.0, 615.0, 615.0, 615.0, 617.0, 617.0, 616.0, 615.0, 614.0, 618.0, 616.0, 617.0, 617.0, 616.0, 617.0, 616.0, 615.0, 616.0, 614.0, 615.0, 617.0, 615.0, 616.0, 614.0, 616.0, 617.0, 616.0, 616.0, 616.0, 615.0, 618.0, 617.0, 616.0, 619.0, 614.0, 616.0, 616.0, 616.0, 619.0, 614.0, 615.0, 616.0, 614.0, 615.0, 615.0, 614.0, 617.0, 615.0, 614.0, 615.0, 613.0, 613.0, 612.0, 613.0, 615.0, 614.0, 614.0, 616.0, 614.0, 615.0, 613.0, 613.0, 615.0, 614.0, 614.0, 615.0, 613.0, 614.0, 613.0, 615.0, 613.0, 614.0, 613.0, 613.0, 615.0, 613.0, 614.0, 615.0, 615.0, 616.0, 616.0, 616.0, 616.0, 618.0, 616.0, 617.0, 617.0, 615.0, 617.0, 617.0, 616.0, 619.0, 618.0, 616.0, 617.0, 615.0, 616.0, 614.0, 616.0, 618.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 619.0, 617.0, 618.0, 618.0, 615.0, 616.0, 617.0, 615.0, 618.0, 615.0, 614.0, 614.0, 613.0, 615.0, 613.0, 613.0, 614.0, 612.0, 613.0, 611.0, 613.0, 613.0, 613.0, 615.0, 613.0, 613.0, 614.0, 613.0, 614.0, 613.0, 614.0, 615.0, 614.0, 614.0, 614.0, 613.0, 614.0, 613.0, 614.0, 617.0, 615.0, 615.0, 615.0, 614.0, 616.0, 616.0, 615.0, 616.0, 615.0, 616.0, 617.0, 615.0, 616.0, 618.0, 615.0, 616.0, 615.0, 614.0, 616.0, 616.0, 615.0, 618.0, 614.0, 615.0, 615.0, 613.0, 614.0, 615.0, 614.0, 615.0, 615.0, 613.0, 614.0, 613.0, 614.0, 615.0, 614.0, 614.0, 616.0, 614.0, 614.0, 613.0, 615.0, 616.0, 614.0, 615.0, 617.0, 615.0, 616.0, 614.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 613.0, 616.0, 616.0, 615.0, 617.0, 615.0, 615.0, 616.0, 614.0, 614.0, 617.0, 614.0, 615.0, 617.0, 616.0, 617.0, 618.0, 615.0, 616.0, 611.0, 611.0, 608.0, 610.0, 612.0, 610.0, 617.0, 618.0, 619.0, 616.0, 618.0, 619.0, 617.0, 617.0, 619.0, 614.0, 610.0, 615.0, 615.0, 612.0, 617.0, 615.0, 611.0, 612.0, 612.0, 609.0, 609.0, 611.0, 609.0, 608.0, 610.0, 609.0, 611.0, 612.0, 611.0, 612.0, 612.0, 611.0, 612.0, 615.0, 614.0, 614.0, 616.0, 614.0, 615.0, 615.0, 617.0, 615.0, 616.0, 618.0, 614.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 618.0, 616.0, 616.0, 618.0, 615.0, 616.0, 617.0, 615.0, 617.0, 617.0, 616.0, 616.0, 615.0, 617.0, 618.0, 615.0, 617.0, 616.0, 614.0, 616.0, 617.0, 616.0, 616.0, 617.0, 617.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 619.0, 616.0, 616.0, 614.0, 616.0, 616.0, 616.0, 615.0, 615.0, 616.0, 616.0, 614.0, 616.0, 615.0, 616.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 614.0, 615.0, 616.0, 616.0, 616.0, 615.0, 616.0, 617.0, 616.0, 616.0, 617.0, 616.0, 618.0, 616.0, 616.0, 615.0, 616.0, 616.0, 614.0, 615.0, 616.0, 616.0, 615.0, 615.0, 616.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 615.0, 616.0, 617.0, 615.0, 617.0, 617.0, 614.0, 616.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 615.0, 616.0, 616.0, 615.0, 617.0, 612.0, 614.0, 613.0, 615.0, 615.0, 613.0, 614.0, 613.0, 614.0, 613.0, 611.0, 614.0, 614.0, 614.0, 616.0, 614.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 615.0, 615.0, 614.0, 615.0, 615.0, 617.0, 615.0, 615.0, 615.0, 616.0, 617.0, 614.0, 616.0, 616.0, 615.0, 615.0, 615.0, 617.0, 618.0, 618.0, 614.0, 616.0, 615.0, 618.0, 618.0, 619.0, 617.0, 617.0, 618.0, 616.0, 617.0, 613.0, 616.0, 617.0, 615.0, 616.0, 616.0, 614.0, 616.0, 616.0, 614.0, 616.0, 616.0, 615.0, 615.0, 613.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 615.0, 615.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 615.0, 614.0, 613.0, 613.0, 614.0, 613.0, 613.0, 613.0, 613.0, 614.0, 615.0, 614.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 617.0, 616.0, 616.0, 614.0, 616.0, 614.0, 614.0, 616.0, 615.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 616.0, 618.0, 618.0, 618.0, 619.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 618.0, 616.0, 616.0, 616.0, 615.0, 614.0, 615.0, 615.0, 615.0, 617.0, 616.0, 614.0, 613.0, 616.0, 615.0, 616.0, 617.0, 615.0, 616.0, 615.0, 616.0, 616.0, 617.0, 617.0, 615.0, 616.0, 615.0, 615.0, 615.0, 616.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 615.0, 614.0, 613.0, 614.0, 615.0, 613.0, 615.0, 615.0, 616.0, 616.0, 615.0, 616.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 616.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 614.0, 614.0, 614.0, 615.0, 614.0, 613.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 616.0, 617.0, 615.0, 615.0, 616.0, 617.0, 617.0, 616.0, 615.0, 616.0, 619.0, 615.0, 616.0, 617.0, 617.0, 616.0, 615.0, 616.0, 617.0, 616.0, 616.0, 615.0, 616.0, 616.0, 616.0, 615.0, 614.0, 616.0, 616.0, 615.0, 617.0, 614.0, 616.0, 614.0, 615.0, 616.0, 616.0, 614.0, 616.0, 616.0, 616.0, 615.0, 616.0, 616.0, 616.0, 614.0, 615.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 615.0, 616.0, 615.0, 616.0, 618.0, 615.0, 617.0, 619.0, 617.0, 616.0, 615.0, 617.0, 617.0, 615.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 619.0, 617.0, 617.0, 617.0, 617.0, 618.0, 615.0, 617.0, 617.0, 616.0, 617.0, 615.0, 615.0, 615.0, 615.0, 616.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 618.0, 615.0, 617.0, 616.0, 613.0, 617.0, 616.0, 614.0, 617.0, 616.0, 614.0, 617.0, 616.0, 616.0, 615.0, 615.0, 616.0, 616.0, 616.0, 615.0, 613.0, 616.0, 615.0, 614.0, 614.0, 612.0, 615.0, 614.0, 613.0, 614.0, 614.0, 615.0, 615.0, 615.0, 616.0, 616.0, 615.0, 616.0, 616.0, 615.0, 617.0, 617.0, 615.0, 616.0, 617.0, 616.0, 619.0, 615.0, 618.0, 618.0, 615.0, 616.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 615.0, 614.0, 614.0, 617.0, 614.0, 615.0, 614.0, 615.0, 615.0, 613.0, 615.0, 616.0, 616.0, 615.0, 615.0, 614.0, 613.0, 614.0, 613.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 616.0, 616.0, 616.0, 612.0, 615.0, 613.0, 612.0, 614.0, 617.0, 614.0, 617.0, 616.0, 617.0, 618.0, 615.0, 616.0, 617.0, 616.0, 615.0, 614.0, 614.0, 614.0, 613.0, 612.0, 614.0, 613.0, 613.0, 614.0, 613.0, 615.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 614.0, 616.0, 615.0, 616.0, 618.0, 615.0, 618.0, 621.0, 616.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.0027486926605504586</td></tr>
<tr><td colspan=3>aqi</td><td>0.03716030366972477</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.08087751654423</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1647369805166476</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9642682941905856</td></tr>
<tr><td colspan=3>efc</td><td>0.5036</td></tr>
<tr><td colspan=3>fber</td><td>5917.2837</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14970690613775542</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.513761467889907</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5226452018471774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4163051242089786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7360231165863076</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415607364746246</td></tr>
<tr><td colspan=3>gcor</td><td>0.00960478</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017181605100631714</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036121174693107605</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.00420167650475</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>22.9192</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0162</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.9242</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>293329.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>26.7597</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5388</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>37.1773</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>225.0564</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>86.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>58.688</td></tr>
<tr><td colspan=3>tsnr</td><td>31.36502857657615</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>