<?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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-05_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-05_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>2df3ff9c6790965e1ae4f398d8a9fefe</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:11:35.132500</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>39</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.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>650d82a4-1796-4184-ae04-95a2aa83b636||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': ['131135.132500', '131135.592500', '131136.052500', '131136.512500', '131136.972500', '131137.432500', '131137.892500', '131138.352500', '131138.812500', '131139.272500', '131139.732500', '131140.192500', '131140.652500', '131141.112500', '131141.572500', '131142.032500', '131142.492500', '131142.952500', '131143.412500', '131143.872500', '131144.332500', '131144.792500', '131145.252500', '131145.712500', '131146.172500', '131146.632500', '131147.092500', '131147.552500', '131148.012500', '131148.472500', '131148.932500', '131149.392500', '131149.852500', '131150.312500', '131150.772500', '131151.232500', '131151.692500', '131152.152500', '131152.612500', '131153.072500', '131153.532500', '131153.992500', '131154.452500', '131154.912500', '131155.372500', '131155.832500', '131156.292500', '131156.752500', '131157.212500', '131157.672500', '131158.132500', '131158.592500', '131159.052500', '131159.512500', '131159.972500', '131200.432500', '131200.892500', '131201.352500', '131201.812500', '131202.272500', '131202.732500', '131203.192500', '131203.652500', '131204.112500', '131204.572500', '131205.032500', '131205.492500', '131205.952500', '131206.412500', '131206.872500', '131207.332500', '131207.792500', '131208.252500', '131208.712500', '131209.172500', '131209.632500', '131210.092500', '131210.552500', '131211.012500', '131211.472500', '131211.932500', '131212.392500', '131212.852500', '131213.312500', '131213.772500', '131214.232500', '131214.692500', '131215.152500', '131215.612500', '131216.072500', '131216.532500', '131216.992500', '131217.452500', '131217.912500', '131218.372500', '131218.832500', '131219.292500', '131219.752500', '131220.212500', '131220.672500', '131221.132500', '131221.592500', '131222.052500', '131222.512500', '131222.972500', '131223.432500', '131223.892500', '131224.352500', '131224.812500', '131225.272500', '131225.732500', '131226.192500', '131226.652500', '131227.112500', '131227.572500', '131228.032500', '131228.492500', '131228.952500', '131229.412500', '131229.872500', '131230.332500', '131230.792500', '131231.252500', '131231.712500', '131232.172500', '131232.632500', '131233.092500', '131233.552500', '131234.012500', '131234.472500', '131234.932500', '131235.392500', '131235.852500', '131236.312500', '131236.772500', '131237.232500', '131237.692500', '131238.152500', '131238.612500', '131239.072500', '131239.532500', '131239.992500', '131240.452500', '131240.912500', '131241.372500', '131241.832500', '131242.292500', '131242.752500', '131243.212500', '131243.672500', '131244.132500', '131244.592500', '131245.052500', '131245.512500', '131245.972500', '131246.432500', '131246.892500', '131247.352500', '131247.812500', '131248.272500', '131248.732500', '131249.192500', '131249.652500', '131250.112500', '131250.572500', '131251.032500', '131251.492500', '131251.952500', '131252.412500', '131252.872500', '131253.332500', '131253.792500', '131254.252500', '131254.712500', '131255.172500', '131255.632500', '131256.092500', '131256.552500', '131257.012500', '131257.472500', '131257.932500', '131258.392500', '131258.852500', '131259.312500', '131259.772500', '131300.232500', '131300.692500', '131301.152500', '131301.612500', '131302.072500', '131302.532500', '131302.992500', '131303.452500', '131303.912500', '131304.372500', '131304.832500', '131305.292500', '131305.752500', '131306.212500', '131306.672500', '131307.132500', '131307.592500', '131308.052500', '131308.512500', '131308.972500', '131309.432500', '131309.892500', '131310.352500', '131310.812500', '131311.272500', '131311.732500', '131312.192500', '131312.652500', '131313.112500', '131313.572500', '131314.032500', '131314.492500', '131314.952500', '131315.412500', '131315.872500', '131316.332500', '131316.792500', '131317.252500', '131317.712500', '131318.172500', '131318.632500', '131319.092500', '131319.552500', '131320.012500', '131320.472500', '131320.932500', '131321.392500', '131321.852500', '131322.312500', '131322.772500', '131323.232500', '131323.692500', '131324.152500', '131324.612500', '131325.072500', '131325.532500', '131325.992500', '131326.452500', '131326.912500', '131327.372500', '131327.832500', '131328.292500', '131328.752500', '131329.212500', '131329.672500', '131330.132500', '131330.592500', '131331.052500', '131331.512500', '131331.972500', '131332.432500', '131332.892500', '131333.352500', '131333.812500', '131334.272500', '131334.732500', '131335.192500', '131335.652500', '131336.112500', '131336.572500', '131337.032500', '131337.492500', '131337.952500', '131338.412500', '131338.872500', '131339.332500', '131339.792500', '131340.252500', '131340.712500', '131341.172500', '131341.632500', '131342.092500', '131342.552500', '131343.012500', '131343.472500', '131343.932500', '131344.392500', '131344.852500', '131345.312500', '131345.772500', '131346.232500', '131346.692500', '131347.152500', '131347.612500', '131348.072500', '131348.532500', '131348.992500', '131349.452500', '131349.912500', '131350.372500', '131350.832500', '131351.292500', '131351.752500', '131352.212500', '131352.672500', '131353.132500', '131353.592500', '131354.052500', '131354.512500', '131354.972500', '131355.432500', '131355.892500', '131356.352500', '131356.812500', '131357.272500', '131357.732500', '131358.192500', '131358.652500', '131359.112500', '131359.572500', '131400.032500', '131400.492500', '131400.952500', '131401.412500', '131401.872500', '131402.332500', '131402.792500', '131403.252500', '131403.712500', '131404.172500', '131404.632500', '131405.092500', '131405.552500', '131406.012500', '131406.472500', '131406.932500', '131407.392500', '131407.852500', '131408.312500', '131408.772500', '131409.232500', '131409.692500', '131410.152500', '131410.612500', '131411.072500', '131411.532500', '131411.992500', '131412.452500', '131412.912500', '131413.372500', '131413.832500', '131414.292500', '131414.752500', '131415.212500', '131415.672500', '131416.132500', '131416.592500', '131417.052500', '131417.512500', '131417.972500', '131418.432500', '131418.892500', '131419.352500', '131419.812500', '131420.272500', '131420.732500', '131421.192500', '131421.652500', '131422.112500', '131422.572500', '131423.032500', '131423.492500', '131423.952500', '131424.412500', '131424.872500', '131425.332500', '131425.792500', '131426.252500', '131426.712500', '131427.172500', '131427.632500', '131428.092500', '131428.552500', '131429.012500', '131429.472500', '131429.932500', '131430.392500', '131430.852500', '131431.312500', '131431.772500', '131432.232500', '131432.692500', '131433.152500', '131433.612500', '131434.072500', '131434.532500', '131434.992500', '131435.452500', '131435.912500', '131436.372500', '131436.832500', '131437.292500', '131437.752500', '131438.212500', '131438.672500', '131439.132500', '131439.592500', '131440.052500', '131440.512500', '131440.972500', '131441.432500', '131441.892500', '131442.352500', '131442.812500', '131443.272500', '131443.732500', '131444.192500', '131444.652500', '131445.112500', '131445.572500', '131446.032500', '131446.492500', '131446.952500', '131447.412500', '131447.872500', '131448.332500', '131448.792500', '131449.252500', '131449.712500', '131450.172500', '131450.632500', '131451.092500', '131451.552500', '131452.012500', '131452.472500', '131452.932500', '131453.392500', '131453.852500', '131454.312500', '131454.772500', '131455.232500', '131455.692500', '131456.152500', '131456.612500', '131457.072500', '131457.532500', '131457.992500', '131458.452500', '131458.912500', '131459.372500', '131459.832500', '131500.292500', '131500.752500', '131501.212500', '131501.672500', '131502.132500', '131502.592500', '131503.052500', '131503.512500', '131503.972500', '131504.432500', '131504.892500', '131505.352500', '131505.812500', '131506.272500', '131506.732500', '131507.192500', '131507.652500', '131508.112500', '131508.572500', '131509.032500', '131509.492500', '131509.952500', '131510.412500', '131510.872500', '131511.332500', '131511.792500', '131512.252500', '131512.712500', '131513.172500', '131513.632500', '131514.092500', '131514.552500', '131515.012500', '131515.472500', '131515.932500', '131516.392500', '131516.852500', '131517.312500', '131517.772500', '131518.232500', '131518.692500', '131519.152500', '131519.612500', '131520.072500', '131520.532500', '131520.992500', '131521.452500', '131521.912500', '131522.372500', '131522.832500', '131523.292500', '131523.752500', '131524.212500', '131524.672500', '131525.132500', '131525.592500', '131526.052500', '131526.512500', '131526.972500', '131527.432500', '131527.892500', '131528.352500', '131528.812500', '131529.272500', '131529.732500', '131530.192500', '131530.652500', '131531.112500', '131531.572500', '131532.032500', '131532.492500', '131532.952500', '131533.412500', '131533.872500', '131534.332500', '131534.792500', '131535.252500', '131535.712500', '131536.172500', '131536.632500', '131537.092500', '131537.552500', '131538.012500', '131538.472500', '131538.932500', '131539.392500', '131539.852500', '131540.312500', '131540.772500', '131541.232500', '131541.692500', '131542.152500', '131542.612500', '131543.072500', '131543.532500', '131543.992500', '131544.452500', '131544.912500', '131545.372500', '131545.832500', '131546.292500', '131546.752500', '131547.212500', '131547.672500', '131548.132500', '131548.592500', '131549.052500', '131549.512500', '131549.972500', '131550.432500', '131550.892500', '131551.352500', '131551.812500', '131552.272500', '131552.732500', '131553.192500', '131553.652500', '131554.112500', '131554.572500', '131555.032500', '131555.492500', '131555.952500', '131556.412500', '131556.872500', '131557.332500', '131557.792500', '131558.252500', '131558.712500', '131559.172500', '131559.632500', '131600.092500', '131600.552500', '131601.012500', '131601.472500', '131601.932500', '131602.392500', '131602.852500', '131603.312500', '131603.772500', '131604.232500', '131604.692500', '131605.152500', '131605.612500', '131606.072500', '131606.532500', '131606.992500', '131607.452500', '131607.912500', '131608.372500', '131608.832500', '131609.292500', '131609.752500', '131610.212500', '131610.672500', '131611.132500', '131611.592500', '131612.052500', '131612.512500', '131612.972500', '131613.432500', '131613.892500', '131614.352500', '131614.812500', '131615.272500', '131615.732500', '131616.192500', '131616.652500', '131617.112500', '131617.572500', '131618.032500', '131618.492500', '131618.952500', '131619.412500', '131619.872500', '131620.332500', '131620.792500', '131621.252500', '131621.712500', '131622.172500', '131622.632500', '131623.092500', '131623.552500', '131624.012500', '131624.472500', '131624.932500', '131625.392500', '131625.852500', '131626.312500', '131626.772500', '131627.232500', '131627.692500', '131628.152500', '131628.612500', '131629.072500', '131629.532500', '131629.992500', '131630.452500', '131630.912500', '131631.372500', '131631.832500', '131632.292500', '131632.752500', '131633.212500', '131633.672500', '131634.132500', '131634.592500', '131635.052500', '131635.512500', '131635.972500', '131636.432500', '131636.892500', '131637.352500', '131637.812500', '131638.272500', '131638.732500', '131639.192500', '131639.652500', '131640.112500', '131640.572500', '131641.032500', '131641.492500', '131641.952500', '131642.412500', '131642.872500', '131643.332500', '131643.792500', '131644.252500', '131644.712500', '131645.172500', '131645.632500', '131646.092500', '131646.552500', '131647.012500', '131647.472500', '131647.932500', '131648.392500', '131648.852500', '131649.312500', '131649.772500', '131650.232500', '131650.692500', '131651.152500', '131651.612500', '131652.072500', '131652.532500', '131652.992500', '131653.452500', '131653.912500', '131654.372500', '131654.832500', '131655.292500', '131655.752500', '131656.212500', '131656.672500', '131657.132500', '131657.592500', '131658.052500', '131658.512500', '131658.972500', '131659.432500', '131659.892500', '131700.352500', '131700.812500', '131701.272500', '131701.732500', '131702.192500', '131702.652500', '131703.112500', '131703.572500', '131704.032500', '131704.492500', '131704.952500', '131705.412500', '131705.872500', '131706.332500', '131706.792500', '131707.252500', '131707.712500', '131708.172500', '131708.632500', '131709.092500', '131709.552500', '131710.012500', '131710.472500', '131710.932500', '131711.392500', '131711.852500', '131712.312500', '131712.772500', '131713.232500', '131713.692500', '131714.152500', '131714.612500', '131715.072500', '131715.532500', '131715.992500', '131716.452500', '131716.912500', '131717.372500', '131717.832500', '131718.292500', '131718.752500', '131719.212500', '131719.672500', '131720.132500', '131720.592500', '131721.052500', '131721.512500', '131721.972500', '131722.432500', '131722.892500', '131723.352500', '131723.812500', '131724.272500', '131724.732500', '131725.192500', '131725.652500', '131726.112500', '131726.572500', '131727.032500', '131727.492500', '131727.952500', '131728.412500', '131728.872500', '131729.332500', '131729.792500', '131730.252500', '131730.712500', '131731.172500', '131731.632500', '131732.092500', '131732.552500', '131733.012500', '131733.472500', '131733.932500', '131734.392500', '131734.852500', '131735.312500', '131735.772500', '131736.232500', '131736.692500', '131737.152500', '131737.612500', '131738.072500', '131738.532500', '131738.992500', '131739.452500', '131739.912500', '131740.372500', '131740.832500', '131741.292500', '131741.752500', '131742.212500', '131742.672500', '131743.132500', '131743.592500', '131744.052500', '131744.512500', '131744.972500', '131745.432500', '131745.892500', '131746.352500', '131746.812500', '131747.272500', '131747.732500', '131748.192500', '131748.652500', '131749.112500', '131749.572500', '131750.032500', '131750.492500', '131750.952500', '131751.412500', '131751.872500', '131752.332500', '131752.792500', '131753.252500', '131753.712500', '131754.172500', '131754.632500', '131755.092500', '131755.552500', '131756.012500', '131756.472500', '131756.932500', '131757.392500', '131757.852500', '131758.312500', '131758.772500', '131759.232500', '131759.692500', '131800.152500', '131800.612500', '131801.072500', '131801.532500', '131801.992500', '131802.452500', '131802.912500', '131803.372500', '131803.832500', '131804.292500', '131804.752500', '131805.212500', '131805.672500', '131806.132500', '131806.592500', '131807.052500', '131807.512500', '131807.972500', '131808.432500', '131808.892500', '131809.352500', '131809.812500', '131810.272500', '131810.732500', '131811.192500', '131811.652500', '131812.112500', '131812.572500', '131813.032500', '131813.492500', '131813.952500', '131814.412500', '131814.872500', '131815.332500', '131815.792500'], 'ContentTime': ['131139.415000', '131139.618000', '131139.902000', '131140.099000', '131140.364000', '131140.615000', '131140.773000', '131140.967000', '131141.177000', '131141.366000', '131141.599000', '131141.764000', '131142.056000', '131142.522000', '131143.036000', '131143.450000', '131143.912000', '131144.406000', '131144.821000', '131145.296000', '131145.751000', '131146.200000', '131146.660000', '131147.123000', '131147.596000', '131148.052000', '131148.499000', '131148.979000', '131149.435000', '131149.898000', '131150.354000', '131150.800000', '131151.262000', '131151.724000', '131152.202000', '131152.651000', '131153.107000', '131153.568000', '131154.034000', '131154.483000', '131154.938000', '131155.423000', '131155.878000', '131156.337000', '131156.801000', '131157.264000', '131157.714000', '131158.177000', '131158.637000', '131159.093000', '131159.558000', '131200.013000', '131200.465000', '131200.942000', '131201.399000', '131201.913000', '131202.309000', '131202.775000', '131203.251000', '131203.692000', '131204.160000', '131204.657000', '131205.065000', '131205.536000', '131205.988000', '131206.451000', '131206.904000', '131207.373000', '131207.829000', '131208.291000', '131208.756000', '131209.206000', '131209.663000', '131210.132000', '131210.619000', '131211.052000', '131211.505000', '131212.008000', '131212.422000', '131212.883000', '131213.391000', '131213.860000', '131214.263000', '131214.724000', '131215.198000', '131215.750000', '131216.104000', '131216.579000', '131217.041000', '131217.486000', '131217.965000', '131218.418000', '131218.872000', '131219.339000', '131219.800000', '131220.243000', '131220.725000', '131221.176000', '131221.627000', '131222.082000', '131222.554000', '131223.050000', '131223.471000', '131223.938000', '131224.412000', '131224.900000', '131225.312000', '131225.763000', '131226.223000', '131226.705000', '131227.143000', '131227.602000', '131228.080000', '131228.561000', '131229.013000', '131229.443000', '131229.917000', '131230.383000', '131230.828000', '131231.299000', '131231.752000', '131232.218000', '131232.668000', '131233.139000', '131233.588000', '131234.063000', '131234.509000', '131234.993000', '131235.432000', '131235.889000', '131236.362000', '131236.802000', '131237.280000', '131237.744000', '131238.202000', '131238.655000', '131239.140000', '131239.571000', '131240.024000', '131240.498000', '131240.951000', '131241.403000', '131241.927000', '131242.342000', '131242.821000', '131243.253000', '131243.831000', '131244.174000', '131244.660000', '131245.085000', '131245.560000', '131246.012000', '131246.476000', '131246.927000', '131247.393000', '131247.854000', '131248.303000', '131248.778000', '131249.219000', '131249.684000', '131250.150000', '131250.619000', '131251.086000', '131251.526000', '131251.990000', '131252.452000', '131252.915000', '131253.382000', '131253.825000', '131254.305000', '131254.761000', '131255.228000', '131255.675000', '131256.127000', '131256.589000', '131257.053000', '131257.510000', '131258.002000', '131258.427000', '131258.896000', '131259.365000', '131259.812000', '131300.280000', '131300.729000', '131301.183000', '131301.657000', '131302.118000', '131302.580000', '131303.037000', '131303.496000', '131303.964000', '131304.446000', '131304.873000', '131305.324000', '131305.829000', '131306.254000', '131306.706000', '131307.173000', '131307.676000', '131308.125000', '131308.546000', '131309.049000', '131309.467000', '131309.938000', '131310.403000', '131310.842000', '131311.306000', '131311.781000', '131312.243000', '131312.683000', '131313.163000', '131313.607000', '131314.061000', '131314.535000', '131314.989000', '131315.449000', '131315.923000', '131316.374000', '131316.827000', '131317.289000', '131317.745000', '131318.213000', '131318.708000', '131319.125000', '131319.603000', '131320.051000', '131320.512000', '131320.973000', '131321.445000', '131321.889000', '131322.361000', '131322.808000', '131323.266000', '131323.742000', '131324.186000', '131324.644000', '131325.106000', '131325.574000', '131326.040000', '131326.496000', '131326.957000', '131327.416000', '131327.869000', '131328.329000', '131328.800000', '131329.264000', '131329.705000', '131330.174000', '131330.650000', '131331.094000', '131331.590000', '131332.010000', '131332.477000', '131332.937000', '131333.389000', '131333.850000', '131334.306000', '131334.783000', '131335.224000', '131335.698000', '131336.170000', '131336.625000', '131337.070000', '131337.530000', '131337.987000', '131338.445000', '131338.917000', '131339.382000', '131339.844000', '131340.294000', '131340.767000', '131341.228000', '131341.679000', '131342.141000', '131342.599000', '131343.055000', '131343.513000', '131343.971000', '131344.439000', '131344.895000', '131345.357000', '131345.827000', '131346.268000', '131346.736000', '131347.203000', '131347.650000', '131348.123000', '131348.584000', '131349.041000', '131349.504000', '131349.962000', '131350.425000', '131350.891000', '131351.328000', '131352.081000', '131352.409000', '131352.714000', '131353.173000', '131353.632000', '131354.087000', '131354.559000', '131355.017000', '131355.481000', '131355.941000', '131356.406000', '131356.861000', '131357.333000', '131357.784000', '131358.236000', '131358.712000', '131359.152000', '131359.613000', '131400.099000', '131400.530000', '131400.998000', '131401.448000', '131401.919000', '131402.377000', '131402.838000', '131403.297000', '131403.759000', '131404.209000', '131404.679000', '131405.143000', '131405.600000', '131406.055000', '131406.512000', '131406.982000', '131407.486000', '131407.902000', '131408.364000', '131408.812000', '131409.288000', '131409.738000', '131410.200000', '131410.656000', '131411.123000', '131411.608000', '131412.029000', '131412.491000', '131413.042000', '131413.419000', '131413.889000', '131414.354000', '131414.808000', '131415.267000', '131415.724000', '131416.207000', '131416.650000', '131417.119000', '131417.576000', '131418.013000', '131418.473000', '131418.943000', '131419.420000', '131419.941000', '131420.312000', '131420.792000', '131421.234000', '131421.714000', '131422.159000', '131422.685000', '131423.072000', '131423.553000', '131424.001000', '131424.448000', '131424.914000', '131425.411000', '131425.840000', '131426.302000', '131426.762000', '131427.212000', '131427.709000', '131428.127000', '131428.606000', '131429.062000', '131429.513000', '131429.971000', '131430.447000', '131430.934000', '131431.358000', '131431.846000', '131432.316000', '131432.740000', '131433.193000', '131433.661000', '131434.110000', '131434.574000', '131435.034000', '131435.535000', '131435.955000', '131436.451000', '131436.876000', '131437.333000', '131437.855000', '131438.251000', '131438.714000', '131439.194000', '131439.635000', '131440.112000', '131440.561000', '131441.030000', '131441.474000', '131441.938000', '131442.395000', '131442.902000', '131443.330000', '131443.775000', '131444.247000', '131444.697000', '131445.165000', '131445.615000', '131446.087000', '131446.551000', '131447.001000', '131447.449000', '131447.966000', '131448.377000', '131448.841000', '131449.311000', '131449.762000', '131450.207000', '131450.677000', '131451.141000', '131451.590000', '131452.058000', '131452.519000', '131452.992000', '131453.446000', '131453.908000', '131454.352000', '131454.819000', '131455.293000', '131455.736000', '131456.212000', '131456.669000', '131457.127000', '131457.589000', '131458.037000', '131458.510000', '131458.971000', '131459.435000', '131459.923000', '131500.334000', '131500.803000', '131501.263000', '131501.723000', '131502.186000', '131502.632000', '131503.106000', '131503.594000', '131504.021000', '131504.470000', '131504.936000', '131505.396000', '131505.862000', '131506.327000', '131506.775000', '131507.235000', '131507.695000', '131508.154000', '131508.631000', '131509.129000', '131509.551000', '131510.034000', '131510.460000', '131510.929000', '131511.375000', '131511.913000', '131512.314000', '131512.755000', '131513.232000', '131513.677000', '131514.135000', '131514.597000', '131515.066000', '131515.519000', '131515.974000', '131516.451000', '131516.900000', '131517.364000', '131517.821000', '131518.275000', '131518.783000', '131519.208000', '131519.675000', '131520.159000', '131520.587000', '131521.048000', '131521.499000', '131521.959000', '131522.439000', '131522.872000', '131523.343000', '131523.924000', '131524.261000', '131524.727000', '131525.191000', '131525.679000', '131526.109000', '131526.597000', '131527.035000', '131527.492000', '131527.984000', '131528.414000', '131528.869000', '131529.331000', '131529.786000', '131530.237000', '131530.698000', '131531.175000', '131531.620000', '131532.103000', '131532.544000', '131533.010000', '131533.474000', '131533.920000', '131534.375000', '131534.859000', '131535.297000', '131535.795000', '131536.216000', '131536.686000', '131537.146000', '131537.643000', '131538.060000', '131538.520000', '131538.989000', '131539.437000', '131539.917000', '131540.370000', '131540.826000', '131541.277000', '131541.760000', '131542.198000', '131542.665000', '131543.151000', '131543.577000', '131544.078000', '131544.502000', '131544.976000', '131545.438000', '131545.890000', '131546.340000', '131546.800000', '131547.256000', '131547.717000', '131548.215000', '131548.646000', '131549.103000', '131549.564000', '131550.036000', '131550.513000', '131550.938000', '131551.400000', '131551.866000', '131552.321000', '131552.798000', '131553.252000', '131553.705000', '131554.167000', '131554.634000', '131555.089000', '131555.575000', '131556.040000', '131556.464000', '131556.929000', '131557.379000', '131557.848000', '131558.306000', '131558.771000', '131559.226000', '131559.697000', '131600.147000', '131600.612000', '131601.077000', '131601.520000', '131602.001000', '131602.445000', '131602.907000', '131603.377000', '131603.827000', '131604.282000', '131604.747000', '131605.217000', '131605.673000', '131606.133000', '131606.585000', '131607.056000', '131607.512000', '131607.967000', '131608.422000', '131608.897000', '131609.353000', '131609.893000', '131610.264000', '131610.729000', '131611.195000', '131611.642000', '131612.105000', '131612.579000', '131613.042000', '131613.492000', '131613.969000', '131614.413000', '131614.879000', '131615.370000', '131615.791000', '131616.245000', '131616.715000', '131617.167000', '131617.637000', '131618.121000', '131618.553000', '131619.023000', '131619.462000', '131619.938000', '131620.398000', '131620.858000', '131621.321000', '131621.777000', '131622.240000', '131622.698000', '131623.157000', '131623.622000', '131624.079000', '131624.535000', '131625.001000', '131625.445000', '131625.900000', '131626.360000', '131626.840000', '131627.303000', '131627.757000', '131628.243000', '131628.676000', '131629.143000', '131629.583000', '131630.077000', '131630.503000', '131630.962000', '131631.437000', '131631.899000', '131632.357000', '131632.806000', '131633.277000', '131633.735000', '131634.201000', '131634.660000', '131635.110000', '131635.563000', '131636.027000', '131636.483000', '131636.957000', '131637.418000', '131637.882000', '131638.356000', '131638.784000', '131639.256000', '131639.720000', '131640.169000', '131640.629000', '131641.100000', '131641.556000', '131642.020000', '131642.481000', '131642.969000', '131643.404000', '131643.843000', '131644.316000', '131644.769000', '131645.232000', '131645.696000', '131646.145000', '131646.622000', '131647.077000', '131647.545000', '131647.996000', '131648.456000', '131648.917000', '131649.382000', '131649.837000', '131650.295000', '131650.755000', '131651.252000', '131651.665000', '131652.125000', '131652.623000', '131653.088000', '131653.514000', '131653.966000', '131654.487000', '131654.885000', '131655.358000', '131655.946000', '131656.291000', '131656.726000', '131657.197000', '131657.657000', '131658.111000', '131658.573000', '131659.034000', '131659.495000', '131659.973000', '131700.422000', '131700.884000', '131701.329000', '131701.808000', '131702.283000', '131702.711000', '131703.181000', '131703.629000', '131704.127000', '131704.560000', '131705.015000', '131705.474000', '131705.935000', '131706.388000', '131706.866000', '131707.319000', '131707.914000', '131708.240000', '131708.699000', '131709.154000', '131709.609000', '131710.085000', '131710.539000', '131710.994000', '131711.462000', '131711.924000', '131712.380000', '131712.847000', '131713.294000', '131713.752000', '131714.262000', '131714.675000', '131715.142000', '131715.607000', '131716.056000', '131716.524000', '131716.970000', '131717.441000', '131717.993000', '131718.351000', '131718.815000', '131719.273000', '131719.741000', '131720.198000', '131720.652000', '131721.127000', '131721.575000', '131722.048000', '131722.501000', '131722.962000', '131723.413000', '131723.871000', '131724.334000', '131724.810000', '131725.253000', '131725.709000', '131726.174000', '131726.638000', '131727.105000', '131727.562000', '131728.014000', '131728.477000', '131728.937000', '131729.392000', '131729.852000', '131730.324000', '131730.778000', '131731.241000', '131731.697000', '131732.197000', '131732.632000', '131733.083000', '131733.545000', '131733.995000', '131734.460000', '131734.916000', '131735.373000', '131735.842000', '131736.296000', '131736.770000', '131737.230000', '131737.674000', '131738.137000', '131738.605000', '131739.057000', '131739.525000', '131739.992000', '131740.447000', '131740.904000', '131741.373000', '131741.813000', '131742.281000', '131742.742000', '131743.204000', '131743.671000', '131744.124000', '131744.588000', '131745.036000', '131745.503000', '131746.000000', '131746.417000', '131746.874000', '131747.352000', '131747.897000', '131748.270000', '131748.726000', '131749.177000', '131749.654000', '131750.138000', '131750.570000', '131751.033000', '131751.476000', '131751.941000', '131752.397000', '131752.867000', '131753.316000', '131753.777000', '131754.274000', '131754.710000', '131755.170000', '131755.623000', '131756.089000', '131756.547000', '131757.018000', '131757.459000', '131757.921000', '131758.385000', '131758.853000', '131759.310000', '131759.760000', '131800.221000', '131800.683000', '131801.151000', '131801.640000', '131802.075000', '131802.519000', '131802.982000', '131803.448000', '131803.910000', '131804.371000', '131804.838000', '131805.288000', '131805.759000', '131806.200000', '131806.673000', '131807.128000', '131807.597000', '131808.053000', '131808.501000', '131808.971000', '131809.435000', '131809.899000', '131810.345000', '131810.814000', '131811.263000', '131811.720000', '131812.197000', '131812.655000', '131813.098000', '131813.578000', '131814.030000', '131814.494000', '131814.951000', '131815.416000', '131815.899000', '131816.334000', '131816.792000', '131817.237000'], 'InstanceCreationTime': ['131139.415000', '131139.618000', '131139.902000', '131140.099000', '131140.364000', '131140.615000', '131140.773000', '131140.967000', '131141.177000', '131141.366000', '131141.599000', '131141.764000', '131142.056000', '131142.522000', '131143.036000', '131143.450000', '131143.912000', '131144.406000', '131144.821000', '131145.296000', '131145.751000', '131146.200000', '131146.660000', '131147.123000', '131147.596000', '131148.052000', '131148.499000', '131148.979000', '131149.435000', '131149.898000', '131150.354000', '131150.800000', '131151.262000', '131151.724000', '131152.202000', '131152.651000', '131153.107000', '131153.568000', '131154.034000', '131154.483000', '131154.938000', '131155.423000', '131155.878000', '131156.337000', '131156.801000', '131157.264000', '131157.714000', '131158.177000', '131158.637000', '131159.093000', '131159.558000', '131200.013000', '131200.465000', '131200.942000', '131201.399000', '131201.913000', '131202.309000', '131202.775000', '131203.251000', '131203.692000', '131204.160000', '131204.657000', '131205.065000', '131205.536000', '131205.988000', '131206.451000', '131206.904000', '131207.373000', '131207.829000', '131208.291000', '131208.756000', '131209.206000', '131209.663000', '131210.132000', '131210.619000', '131211.052000', '131211.505000', '131212.008000', '131212.422000', '131212.883000', '131213.391000', '131213.860000', '131214.263000', '131214.724000', '131215.198000', '131215.750000', '131216.104000', '131216.579000', '131217.041000', '131217.486000', '131217.965000', '131218.418000', '131218.872000', '131219.339000', '131219.800000', '131220.243000', '131220.725000', '131221.176000', '131221.627000', '131222.082000', '131222.554000', '131223.050000', '131223.471000', '131223.938000', '131224.412000', '131224.900000', '131225.312000', '131225.763000', '131226.223000', '131226.705000', '131227.143000', '131227.602000', '131228.080000', '131228.561000', '131229.013000', '131229.443000', '131229.917000', '131230.383000', '131230.828000', '131231.299000', '131231.752000', '131232.218000', '131232.668000', '131233.139000', '131233.588000', '131234.063000', '131234.509000', '131234.993000', '131235.432000', '131235.889000', '131236.362000', '131236.802000', '131237.280000', '131237.744000', '131238.202000', '131238.655000', '131239.140000', '131239.571000', '131240.024000', '131240.498000', '131240.951000', '131241.403000', '131241.927000', '131242.342000', '131242.821000', '131243.253000', '131243.831000', '131244.174000', '131244.660000', '131245.085000', '131245.560000', '131246.012000', '131246.476000', '131246.927000', '131247.393000', '131247.854000', '131248.303000', '131248.778000', '131249.219000', '131249.684000', '131250.150000', '131250.619000', '131251.086000', '131251.526000', '131251.990000', '131252.452000', '131252.915000', '131253.382000', '131253.825000', '131254.305000', '131254.761000', '131255.228000', '131255.675000', '131256.127000', '131256.589000', '131257.053000', '131257.510000', '131258.002000', '131258.427000', '131258.896000', '131259.365000', '131259.812000', '131300.280000', '131300.729000', '131301.183000', '131301.657000', '131302.118000', '131302.580000', '131303.037000', '131303.496000', '131303.964000', '131304.446000', '131304.873000', '131305.324000', '131305.829000', '131306.254000', '131306.706000', '131307.173000', '131307.676000', '131308.125000', '131308.546000', '131309.049000', '131309.467000', '131309.938000', '131310.403000', '131310.842000', '131311.306000', '131311.781000', '131312.243000', '131312.683000', '131313.163000', '131313.607000', '131314.061000', '131314.535000', '131314.989000', '131315.449000', '131315.923000', '131316.374000', '131316.827000', '131317.289000', '131317.745000', '131318.213000', '131318.708000', '131319.125000', '131319.603000', '131320.051000', '131320.512000', '131320.973000', '131321.445000', '131321.889000', '131322.361000', '131322.808000', '131323.266000', '131323.742000', '131324.186000', '131324.644000', '131325.106000', '131325.574000', '131326.040000', '131326.496000', '131326.957000', '131327.416000', '131327.869000', '131328.329000', '131328.800000', '131329.264000', '131329.705000', '131330.174000', '131330.650000', '131331.094000', '131331.590000', '131332.010000', '131332.477000', '131332.937000', '131333.389000', '131333.850000', '131334.306000', '131334.783000', '131335.224000', '131335.698000', '131336.170000', '131336.625000', '131337.070000', '131337.530000', '131337.987000', '131338.445000', '131338.917000', '131339.382000', '131339.844000', '131340.294000', '131340.767000', '131341.228000', '131341.679000', '131342.141000', '131342.599000', '131343.055000', '131343.513000', '131343.971000', '131344.439000', '131344.895000', '131345.357000', '131345.827000', '131346.268000', '131346.736000', '131347.203000', '131347.650000', '131348.123000', '131348.584000', '131349.041000', '131349.504000', '131349.962000', '131350.425000', '131350.891000', '131351.328000', '131352.081000', '131352.409000', '131352.714000', '131353.173000', '131353.632000', '131354.087000', '131354.559000', '131355.017000', '131355.481000', '131355.941000', '131356.406000', '131356.861000', '131357.333000', '131357.784000', '131358.236000', '131358.712000', '131359.152000', '131359.613000', '131400.099000', '131400.530000', '131400.998000', '131401.448000', '131401.919000', '131402.377000', '131402.838000', '131403.297000', '131403.759000', '131404.209000', '131404.679000', '131405.143000', '131405.600000', '131406.055000', '131406.512000', '131406.982000', '131407.486000', '131407.902000', '131408.364000', '131408.812000', '131409.288000', '131409.738000', '131410.200000', '131410.656000', '131411.123000', '131411.608000', '131412.029000', '131412.491000', '131413.042000', '131413.419000', '131413.889000', '131414.354000', '131414.808000', '131415.267000', '131415.724000', '131416.207000', '131416.650000', '131417.119000', '131417.576000', '131418.013000', '131418.473000', '131418.943000', '131419.420000', '131419.941000', '131420.312000', '131420.792000', '131421.234000', '131421.714000', '131422.159000', '131422.685000', '131423.072000', '131423.553000', '131424.001000', '131424.448000', '131424.914000', '131425.411000', '131425.840000', '131426.302000', '131426.762000', '131427.212000', '131427.709000', '131428.127000', '131428.606000', '131429.062000', '131429.513000', '131429.971000', '131430.447000', '131430.934000', '131431.358000', '131431.846000', '131432.316000', '131432.740000', '131433.193000', '131433.661000', '131434.110000', '131434.574000', '131435.034000', '131435.535000', '131435.955000', '131436.451000', '131436.876000', '131437.333000', '131437.855000', '131438.251000', '131438.714000', '131439.194000', '131439.635000', '131440.112000', '131440.561000', '131441.030000', '131441.474000', '131441.938000', '131442.395000', '131442.902000', '131443.330000', '131443.775000', '131444.247000', '131444.697000', '131445.165000', '131445.615000', '131446.087000', '131446.551000', '131447.001000', '131447.449000', '131447.966000', '131448.377000', '131448.841000', '131449.311000', '131449.762000', '131450.207000', '131450.677000', '131451.141000', '131451.590000', '131452.058000', '131452.519000', '131452.992000', '131453.446000', '131453.908000', '131454.352000', '131454.819000', '131455.293000', '131455.736000', '131456.212000', '131456.669000', '131457.127000', '131457.589000', '131458.037000', '131458.510000', '131458.971000', '131459.435000', '131459.923000', '131500.334000', '131500.803000', '131501.263000', '131501.723000', '131502.186000', '131502.632000', '131503.106000', '131503.594000', '131504.021000', '131504.470000', '131504.936000', '131505.396000', '131505.862000', '131506.327000', '131506.775000', '131507.235000', '131507.695000', '131508.154000', '131508.631000', '131509.129000', '131509.551000', '131510.034000', '131510.460000', '131510.929000', '131511.375000', '131511.913000', '131512.314000', '131512.755000', '131513.232000', '131513.677000', '131514.135000', '131514.597000', '131515.066000', '131515.519000', '131515.974000', '131516.451000', '131516.900000', '131517.364000', '131517.821000', '131518.275000', '131518.783000', '131519.208000', '131519.675000', '131520.159000', '131520.587000', '131521.048000', '131521.499000', '131521.959000', '131522.439000', '131522.872000', '131523.343000', '131523.924000', '131524.261000', '131524.727000', '131525.191000', '131525.679000', '131526.109000', '131526.597000', '131527.035000', '131527.492000', '131527.984000', '131528.414000', '131528.869000', '131529.331000', '131529.786000', '131530.237000', '131530.698000', '131531.175000', '131531.620000', '131532.103000', '131532.544000', '131533.010000', '131533.474000', '131533.920000', '131534.375000', '131534.859000', '131535.297000', '131535.795000', '131536.216000', '131536.686000', '131537.146000', '131537.643000', '131538.060000', '131538.520000', '131538.989000', '131539.437000', '131539.917000', '131540.370000', '131540.826000', '131541.277000', '131541.760000', '131542.198000', '131542.665000', '131543.151000', '131543.577000', '131544.078000', '131544.502000', '131544.976000', '131545.438000', '131545.890000', '131546.340000', '131546.800000', '131547.256000', '131547.717000', '131548.215000', '131548.646000', '131549.103000', '131549.564000', '131550.036000', '131550.513000', '131550.938000', '131551.400000', '131551.866000', '131552.321000', '131552.798000', '131553.252000', '131553.705000', '131554.167000', '131554.634000', '131555.089000', '131555.575000', '131556.040000', '131556.464000', '131556.929000', '131557.379000', '131557.848000', '131558.306000', '131558.771000', '131559.226000', '131559.697000', '131600.147000', '131600.612000', '131601.077000', '131601.520000', '131602.001000', '131602.445000', '131602.907000', '131603.377000', '131603.827000', '131604.282000', '131604.747000', '131605.217000', '131605.673000', '131606.133000', '131606.585000', '131607.056000', '131607.512000', '131607.967000', '131608.422000', '131608.897000', '131609.353000', '131609.893000', '131610.264000', '131610.729000', '131611.195000', '131611.642000', '131612.105000', '131612.579000', '131613.042000', '131613.492000', '131613.969000', '131614.413000', '131614.879000', '131615.370000', '131615.791000', '131616.245000', '131616.715000', '131617.167000', '131617.637000', '131618.121000', '131618.553000', '131619.023000', '131619.462000', '131619.938000', '131620.398000', '131620.858000', '131621.321000', '131621.777000', '131622.240000', '131622.698000', '131623.157000', '131623.622000', '131624.079000', '131624.535000', '131625.001000', '131625.445000', '131625.900000', '131626.360000', '131626.840000', '131627.303000', '131627.757000', '131628.243000', '131628.676000', '131629.143000', '131629.583000', '131630.077000', '131630.503000', '131630.962000', '131631.437000', '131631.899000', '131632.357000', '131632.806000', '131633.277000', '131633.735000', '131634.201000', '131634.660000', '131635.110000', '131635.563000', '131636.027000', '131636.483000', '131636.957000', '131637.418000', '131637.882000', '131638.356000', '131638.784000', '131639.256000', '131639.720000', '131640.169000', '131640.629000', '131641.100000', '131641.556000', '131642.020000', '131642.481000', '131642.969000', '131643.404000', '131643.843000', '131644.316000', '131644.769000', '131645.232000', '131645.696000', '131646.145000', '131646.622000', '131647.077000', '131647.545000', '131647.996000', '131648.456000', '131648.917000', '131649.382000', '131649.837000', '131650.295000', '131650.755000', '131651.252000', '131651.665000', '131652.125000', '131652.623000', '131653.088000', '131653.514000', '131653.966000', '131654.487000', '131654.885000', '131655.358000', '131655.946000', '131656.291000', '131656.726000', '131657.197000', '131657.657000', '131658.111000', '131658.573000', '131659.034000', '131659.495000', '131659.973000', '131700.422000', '131700.884000', '131701.329000', '131701.808000', '131702.283000', '131702.711000', '131703.181000', '131703.629000', '131704.127000', '131704.560000', '131705.015000', '131705.474000', '131705.935000', '131706.388000', '131706.866000', '131707.319000', '131707.914000', '131708.240000', '131708.699000', '131709.154000', '131709.609000', '131710.085000', '131710.539000', '131710.994000', '131711.462000', '131711.924000', '131712.380000', '131712.847000', '131713.294000', '131713.752000', '131714.262000', '131714.675000', '131715.142000', '131715.607000', '131716.056000', '131716.524000', '131716.970000', '131717.441000', '131717.993000', '131718.351000', '131718.815000', '131719.273000', '131719.741000', '131720.198000', '131720.652000', '131721.127000', '131721.575000', '131722.048000', '131722.501000', '131722.962000', '131723.413000', '131723.871000', '131724.334000', '131724.810000', '131725.253000', '131725.709000', '131726.174000', '131726.638000', '131727.105000', '131727.562000', '131728.014000', '131728.477000', '131728.937000', '131729.392000', '131729.852000', '131730.324000', '131730.778000', '131731.241000', '131731.697000', '131732.197000', '131732.632000', '131733.083000', '131733.545000', '131733.995000', '131734.460000', '131734.916000', '131735.373000', '131735.842000', '131736.296000', '131736.770000', '131737.230000', '131737.674000', '131738.137000', '131738.605000', '131739.057000', '131739.525000', '131739.992000', '131740.447000', '131740.904000', '131741.373000', '131741.813000', '131742.281000', '131742.742000', '131743.204000', '131743.671000', '131744.124000', '131744.588000', '131745.036000', '131745.503000', '131746.000000', '131746.417000', '131746.874000', '131747.352000', '131747.897000', '131748.270000', '131748.726000', '131749.177000', '131749.654000', '131750.138000', '131750.570000', '131751.033000', '131751.476000', '131751.941000', '131752.397000', '131752.867000', '131753.316000', '131753.777000', '131754.274000', '131754.710000', '131755.170000', '131755.623000', '131756.089000', '131756.547000', '131757.018000', '131757.459000', '131757.921000', '131758.385000', '131758.853000', '131759.310000', '131759.760000', '131800.221000', '131800.683000', '131801.151000', '131801.640000', '131802.075000', '131802.519000', '131802.982000', '131803.448000', '131803.910000', '131804.371000', '131804.838000', '131805.288000', '131805.759000', '131806.200000', '131806.673000', '131807.128000', '131807.597000', '131808.053000', '131808.501000', '131808.971000', '131809.435000', '131809.899000', '131810.345000', '131810.814000', '131811.263000', '131811.720000', '131812.197000', '131812.655000', '131813.098000', '131813.578000', '131814.030000', '131814.494000', '131814.951000', '131815.416000', '131815.899000', '131816.334000', '131816.792000', '131817.237000'], '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': [822, 818, 779, 840, 792, 800, 801, 787, 816, 827, 793, 860, 836, 786, 805, 797, 782, 927, 787, 816, 899, 822, 821, 752, 830, 814, 820, 801, 777, 823, 753, 751, 853, 821, 726, 834, 793, 827, 782, 684, 846, 790, 811, 841, 794, 840, 792, 682, 831, 802, 823, 805, 712, 756, 770, 702, 765, 749, 701, 731, 715, 780, 758, 709, 742, 770, 741, 765, 722, 783, 900, 791, 772, 756, 735, 764, 759, 1027, 709, 744, 776, 712, 757, 759, 799, 764, 703, 743, 780, 704, 777, 706, 737, 915, 690, 887, 689, 742, 734, 743, 748, 720, 785, 707, 741, 747, 723, 766, 731, 717, 751, 747, 807, 828, 807, 826, 775, 726, 770, 759, 716, 836, 791, 784, 698, 713, 794, 853, 909, 809, 827, 1066, 1005, 1013, 1012, 886, 743, 1098, 800, 929, 775, 764, 752, 819, 781, 761, 822, 744, 822, 814, 795, 832, 841, 814, 809, 803, 752, 913, 811, 802, 779, 816, 741, 846, 763, 847, 766, 842, 754, 754, 798, 773, 804, 766, 803, 784, 789, 797, 861, 816, 787, 797, 774, 814, 789, 830, 802, 916, 827, 798, 785, 799, 810, 803, 796, 798, 807, 831, 809, 993, 829, 870, 779, 800, 772, 776, 798, 836, 915, 830, 789, 798, 805, 765, 816, 867, 825, 759, 832, 779, 789, 819, 877, 844, 745, 805, 763, 889, 827, 779, 832, 831, 840, 841, 750, 861, 846, 788, 811, 772, 776, 846, 824, 838, 788, 998, 838, 1060, 825, 818, 1053, 827, 840, 835, 832, 772, 806, 860, 854, 841, 830, 812, 777, 850, 830, 789, 800, 711, 835, 825, 828, 805, 773, 836, 811, 830, 786, 817, 797, 797, 842, 824, 836, 814, 699, 840, 759, 745, 831, 778, 806, 816, 712, 832, 856, 830, 895, 882, 823, 891, 823, 797, 802, 847, 824, 837, 788, 757, 839, 811, 811, 818, 800, 824, 800, 764, 820, 1008, 842, 798, 901, 810, 1048, 970, 874, 812, 778, 811, 808, 783, 1229, 1003, 887, 856, 783, 864, 764, 855, 765, 831, 816, 786, 853, 935, 759, 837, 918, 848, 687, 820, 1049, 832, 1092, 1008, 948, 1026, 853, 694, 808, 746, 809, 659, 845, 645, 745, 788, 743, 724, 769, 844, 816, 856, 860, 773, 732, 770, 813, 778, 809, 832, 778, 730, 792, 836, 831, 765, 789, 801, 836, 832, 975, 914, 1035, 866, 1008, 990, 801, 1086, 669, 815, 771, 772, 734, 692, 796, 713, 788, 748, 743, 753, 709, 693, 776, 763, 798, 751, 715, 792, 740, 765, 756, 687, 759, 742, 795, 723, 692, 784, 736, 685, 768, 777, 752, 831, 678, 798, 778, 663, 798, 693, 839, 888, 680, 820, 896, 682, 868, 793, 919, 1031, 755, 796, 913, 701, 791, 753, 761, 794, 673, 791, 775, 746, 919, 819, 802, 812, 849, 786, 842, 781, 805, 825, 777, 695, 720, 771, 724, 747, 897, 854, 734, 999, 918, 798, 1026, 722, 805, 740, 690, 816, 734, 702, 782, 744, 774, 832, 761, 760, 847, 726, 763, 761, 723, 827, 974, 997, 751, 801, 786, 823, 708, 828, 888, 798, 758, 683, 831, 841, 741, 842, 896, 895, 1097, 969, 934, 1065, 810, 783, 720, 697, 794, 802, 768, 804, 764, 723, 694, 753, 737, 705, 772, 698, 762, 759, 697, 800, 766, 742, 753, 676, 776, 709, 775, 729, 770, 718, 743, 688, 755, 696, 697, 748, 726, 689, 764, 731, 734, 766, 739, 745, 802, 771, 764, 714, 843, 933, 785, 753, 885, 866, 687, 827, 791, 875, 674, 757, 842, 783, 812, 743, 782, 794, 830, 732, 699, 772, 783, 702, 774, 1044, 796, 759, 773, 722, 744, 791, 725, 771, 712, 737, 766, 744, 760, 740, 723, 763, 702, 742, 736, 740, 673, 721, 756, 796, 711, 777, 733, 659, 763, 804, 773, 801, 723, 737, 879, 765, 937, 666, 728, 700, 772, 815, 733, 715, 734, 718, 689, 762, 694, 771, 739, 666, 753, 794, 721, 727, 650, 725, 728, 691, 754, 756, 777, 734, 717, 777, 779, 794, 719, 710, 800, 772, 770, 767, 711, 788, 812, 792, 771, 719, 791, 800, 775, 738, 889, 763, 779, 757, 836, 787, 796, 777, 773, 783, 766, 712, 787, 773, 728, 740, 816, 806, 663, 791, 728, 782, 858, 785, 739, 839, 789, 674, 797, 856, 836, 1038, 862, 774, 935, 708, 757, 788, 722, 776, 727, 729, 759, 701, 716, 794, 711, 802, 980, 783, 1008, 801, 755, 731, 779, 773, 715, 784, 734, 682, 753, 723, 771, 757, 687, 747, 690, 772, 813, 745, 758, 739, 772, 1013, 766, 836, 770, 796, 1118, 659, 795, 720, 789, 738, 731, 748, 727, 676, 738, 706, 803, 744, 681, 764, 760, 743, 777, 699, 756, 761, 692, 744, 779, 692, 762, 734, 704, 802, 693, 697, 750, 717, 753, 769, 702, 738, 765, 691, 759, 761, 688, 752, 788, 740, 746, 728, 744, 769, 668, 726, 769, 698, 760, 778, 744, 745, 921, 780, 916, 814, 901, 964, 759, 1116, 735, 770, 682, 754, 780, 731, 750, 699, 714, 745, 675, 745, 760, 715, 743, 702, 770, 836, 707, 743, 730, 689, 748, 702, 807, 794, 741, 755, 737, 739, 789, 735, 749, 893, 733, 748, 694, 767, 745, 770, 768, 751, 745, 705], 'WindowCenter': [282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 280.0, 281.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 279.0, 279.0, 278.0, 279.0, 279.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 279.0, 278.0, 279.0, 277.0, 278.0, 277.0, 277.0, 277.0, 278.0, 278.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 278.0, 280.0, 279.0, 279.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 278.0, 279.0, 279.0, 278.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 278.0, 280.0, 280.0, 280.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, 280.0, 280.0, 281.0, 281.0, 281.0, 279.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.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, 281.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 277.0, 278.0, 280.0, 279.0, 279.0, 281.0, 278.0, 280.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 280.0, 279.0, 279.0, 280.0, 278.0, 279.0, 280.0, 279.0, 278.0, 278.0, 279.0, 277.0, 279.0, 280.0, 279.0, 279.0, 278.0, 277.0, 279.0, 279.0, 278.0, 276.0, 277.0, 275.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 277.0, 278.0, 280.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 279.0, 280.0, 280.0, 280.0, 278.0, 279.0, 278.0, 277.0, 278.0, 275.0, 277.0, 276.0, 276.0, 276.0, 276.0, 277.0, 277.0, 277.0, 277.0, 276.0, 277.0, 277.0, 277.0, 278.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 279.0, 281.0, 279.0, 281.0, 281.0, 279.0, 281.0, 281.0, 279.0, 281.0, 280.0, 281.0, 282.0, 279.0, 280.0, 280.0, 278.0, 280.0, 280.0, 279.0, 279.0, 278.0, 280.0, 280.0, 278.0, 282.0, 279.0, 278.0, 279.0, 280.0, 279.0, 276.0, 282.0, 280.0, 280.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 280.0, 280.0, 278.0, 280.0, 279.0, 278.0, 280.0, 277.0, 278.0, 277.0, 277.0, 278.0, 278.0, 277.0, 278.0, 278.0, 279.0, 280.0, 278.0, 279.0, 280.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 279.0, 282.0, 281.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 278.0, 279.0, 277.0, 277.0, 276.0, 275.0, 276.0, 276.0, 277.0, 277.0, 276.0, 276.0, 276.0, 276.0, 276.0, 276.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 276.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 278.0, 279.0, 279.0, 278.0, 278.0, 279.0, 279.0, 278.0, 277.0, 278.0, 278.0, 276.0, 275.0, 278.0, 280.0, 277.0, 280.0, 279.0, 279.0, 277.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 280.0, 280.0, 279.0, 278.0, 278.0, 278.0, 278.0, 280.0, 281.0, 277.0, 276.0, 277.0, 277.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 277.0, 277.0, 277.0, 277.0, 277.0, 279.0, 277.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 279.0, 278.0, 277.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 276.0, 277.0, 277.0, 279.0, 279.0, 277.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 277.0, 278.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 281.0, 279.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 282.0, 281.0, 279.0, 279.0, 277.0, 276.0, 280.0, 281.0, 280.0, 278.0, 278.0, 278.0, 279.0, 279.0, 277.0, 278.0, 279.0, 279.0, 281.0, 278.0, 278.0, 279.0, 277.0, 278.0, 278.0, 277.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 281.0, 279.0, 280.0, 278.0, 278.0, 278.0, 278.0, 277.0, 276.0, 278.0, 278.0, 277.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 277.0, 278.0, 277.0, 277.0, 279.0, 276.0, 278.0, 276.0, 277.0, 277.0, 277.0, 277.0, 277.0, 276.0, 277.0, 276.0, 278.0, 278.0, 276.0, 277.0, 277.0, 277.0, 278.0, 278.0, 279.0, 278.0, 277.0, 278.0, 278.0, 277.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 277.0, 277.0, 278.0, 278.0, 277.0, 278.0, 278.0, 277.0, 278.0, 278.0, 277.0, 278.0, 278.0, 278.0, 278.0, 277.0, 277.0, 278.0, 276.0, 278.0, 279.0, 278.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 279.0, 277.0, 280.0, 276.0, 277.0, 276.0, 277.0, 277.0, 277.0, 278.0, 277.0, 277.0, 277.0, 276.0, 278.0, 278.0, 277.0, 278.0, 277.0, 278.0, 278.0, 277.0, 277.0, 277.0, 276.0, 277.0, 276.0, 278.0, 278.0, 278.0, 278.0, 277.0, 278.0, 278.0, 277.0, 277.0, 278.0, 277.0, 277.0, 276.0, 277.0, 277.0, 277.0, 278.0, 278.0, 277.0, 279.0], 'WindowWidth': [620.0, 618.0, 617.0, 616.0, 617.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 615.0, 615.0, 614.0, 614.0, 616.0, 613.0, 614.0, 616.0, 614.0, 614.0, 613.0, 614.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 616.0, 616.0, 617.0, 617.0, 616.0, 615.0, 615.0, 616.0, 616.0, 616.0, 616.0, 615.0, 616.0, 615.0, 613.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 615.0, 613.0, 615.0, 614.0, 614.0, 614.0, 613.0, 615.0, 617.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 618.0, 615.0, 615.0, 614.0, 614.0, 614.0, 614.0, 617.0, 613.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, 613.0, 614.0, 616.0, 613.0, 615.0, 612.0, 613.0, 612.0, 612.0, 612.0, 611.0, 612.0, 612.0, 614.0, 614.0, 614.0, 615.0, 617.0, 615.0, 614.0, 612.0, 613.0, 614.0, 613.0, 613.0, 613.0, 611.0, 613.0, 614.0, 616.0, 617.0, 618.0, 617.0, 616.0, 614.0, 615.0, 616.0, 618.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 613.0, 611.0, 613.0, 610.0, 611.0, 610.0, 610.0, 610.0, 611.0, 612.0, 612.0, 613.0, 613.0, 614.0, 613.0, 613.0, 614.0, 613.0, 613.0, 613.0, 613.0, 612.0, 614.0, 613.0, 613.0, 615.0, 617.0, 615.0, 616.0, 613.0, 614.0, 615.0, 616.0, 617.0, 618.0, 618.0, 615.0, 614.0, 615.0, 616.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 615.0, 615.0, 615.0, 614.0, 614.0, 615.0, 616.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 618.0, 615.0, 616.0, 614.0, 615.0, 614.0, 613.0, 614.0, 614.0, 614.0, 614.0, 612.0, 613.0, 613.0, 612.0, 614.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 616.0, 616.0, 616.0, 614.0, 616.0, 615.0, 616.0, 615.0, 617.0, 616.0, 616.0, 616.0, 616.0, 615.0, 617.0, 618.0, 618.0, 618.0, 617.0, 617.0, 618.0, 616.0, 616.0, 616.0, 619.0, 617.0, 619.0, 615.0, 615.0, 618.0, 616.0, 615.0, 614.0, 614.0, 614.0, 615.0, 615.0, 615.0, 614.0, 614.0, 614.0, 613.0, 615.0, 615.0, 614.0, 614.0, 613.0, 615.0, 616.0, 615.0, 615.0, 615.0, 614.0, 614.0, 614.0, 613.0, 614.0, 614.0, 613.0, 615.0, 615.0, 614.0, 616.0, 614.0, 616.0, 615.0, 615.0, 615.0, 616.0, 617.0, 616.0, 614.0, 617.0, 616.0, 615.0, 616.0, 618.0, 615.0, 616.0, 614.0, 613.0, 613.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 614.0, 615.0, 617.0, 615.0, 614.0, 616.0, 613.0, 616.0, 612.0, 611.0, 610.0, 612.0, 615.0, 614.0, 613.0, 617.0, 611.0, 614.0, 613.0, 612.0, 613.0, 611.0, 614.0, 612.0, 615.0, 615.0, 613.0, 613.0, 615.0, 612.0, 613.0, 614.0, 613.0, 611.0, 612.0, 614.0, 610.0, 613.0, 614.0, 613.0, 613.0, 611.0, 610.0, 614.0, 613.0, 612.0, 608.0, 610.0, 608.0, 611.0, 612.0, 612.0, 611.0, 612.0, 611.0, 610.0, 610.0, 614.0, 613.0, 612.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 614.0, 615.0, 616.0, 616.0, 615.0, 616.0, 617.0, 616.0, 614.0, 615.0, 615.0, 615.0, 612.0, 612.0, 611.0, 609.0, 611.0, 607.0, 609.0, 608.0, 609.0, 609.0, 608.0, 610.0, 609.0, 610.0, 609.0, 609.0, 610.0, 609.0, 611.0, 612.0, 612.0, 613.0, 612.0, 613.0, 613.0, 612.0, 614.0, 613.0, 613.0, 613.0, 612.0, 613.0, 613.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 618.0, 615.0, 616.0, 616.0, 614.0, 616.0, 614.0, 616.0, 616.0, 614.0, 616.0, 617.0, 613.0, 616.0, 615.0, 617.0, 618.0, 614.0, 615.0, 616.0, 613.0, 615.0, 615.0, 614.0, 613.0, 612.0, 615.0, 615.0, 611.0, 618.0, 614.0, 612.0, 614.0, 615.0, 614.0, 607.0, 619.0, 615.0, 615.0, 614.0, 613.0, 612.0, 613.0, 612.0, 614.0, 616.0, 616.0, 613.0, 615.0, 613.0, 612.0, 615.0, 611.0, 612.0, 611.0, 611.0, 612.0, 611.0, 611.0, 612.0, 612.0, 613.0, 614.0, 612.0, 613.0, 615.0, 613.0, 614.0, 614.0, 614.0, 615.0, 615.0, 616.0, 614.0, 615.0, 614.0, 613.0, 611.0, 613.0, 614.0, 614.0, 616.0, 615.0, 618.0, 617.0, 616.0, 615.0, 615.0, 613.0, 616.0, 613.0, 611.0, 613.0, 609.0, 609.0, 608.0, 606.0, 608.0, 609.0, 610.0, 610.0, 608.0, 607.0, 608.0, 608.0, 609.0, 608.0, 610.0, 609.0, 610.0, 610.0, 609.0, 610.0, 610.0, 610.0, 610.0, 609.0, 612.0, 610.0, 611.0, 609.0, 610.0, 609.0, 609.0, 608.0, 610.0, 609.0, 609.0, 611.0, 610.0, 610.0, 612.0, 612.0, 613.0, 613.0, 612.0, 612.0, 613.0, 613.0, 612.0, 610.0, 611.0, 612.0, 608.0, 607.0, 611.0, 615.0, 610.0, 615.0, 613.0, 612.0, 610.0, 613.0, 614.0, 613.0, 612.0, 612.0, 613.0, 614.0, 615.0, 614.0, 612.0, 612.0, 612.0, 611.0, 616.0, 617.0, 611.0, 609.0, 610.0, 609.0, 611.0, 612.0, 613.0, 614.0, 613.0, 614.0, 610.0, 610.0, 610.0, 610.0, 611.0, 613.0, 611.0, 612.0, 613.0, 612.0, 612.0, 613.0, 614.0, 614.0, 613.0, 614.0, 613.0, 610.0, 612.0, 612.0, 612.0, 612.0, 611.0, 611.0, 613.0, 611.0, 613.0, 609.0, 610.0, 610.0, 613.0, 613.0, 611.0, 611.0, 612.0, 612.0, 612.0, 613.0, 613.0, 613.0, 612.0, 612.0, 612.0, 613.0, 612.0, 612.0, 610.0, 613.0, 613.0, 615.0, 616.0, 615.0, 615.0, 614.0, 613.0, 615.0, 615.0, 615.0, 613.0, 613.0, 614.0, 614.0, 614.0, 614.0, 613.0, 614.0, 614.0, 613.0, 613.0, 613.0, 613.0, 613.0, 612.0, 614.0, 616.0, 614.0, 615.0, 615.0, 615.0, 613.0, 615.0, 614.0, 614.0, 613.0, 613.0, 613.0, 614.0, 619.0, 618.0, 613.0, 613.0, 610.0, 608.0, 614.0, 617.0, 615.0, 612.0, 611.0, 612.0, 613.0, 613.0, 610.0, 612.0, 614.0, 614.0, 615.0, 612.0, 611.0, 613.0, 610.0, 611.0, 611.0, 610.0, 612.0, 611.0, 612.0, 613.0, 612.0, 612.0, 612.0, 611.0, 613.0, 616.0, 614.0, 614.0, 612.0, 611.0, 611.0, 611.0, 609.0, 609.0, 611.0, 611.0, 610.0, 611.0, 612.0, 612.0, 614.0, 612.0, 614.0, 612.0, 612.0, 612.0, 613.0, 612.0, 611.0, 611.0, 613.0, 610.0, 612.0, 609.0, 610.0, 613.0, 608.0, 611.0, 608.0, 609.0, 609.0, 610.0, 610.0, 610.0, 609.0, 610.0, 609.0, 611.0, 611.0, 609.0, 610.0, 610.0, 609.0, 611.0, 612.0, 613.0, 611.0, 610.0, 611.0, 611.0, 610.0, 611.0, 611.0, 612.0, 613.0, 611.0, 611.0, 610.0, 610.0, 611.0, 611.0, 610.0, 611.0, 611.0, 610.0, 611.0, 611.0, 610.0, 611.0, 612.0, 611.0, 611.0, 610.0, 610.0, 611.0, 609.0, 612.0, 613.0, 612.0, 612.0, 612.0, 613.0, 613.0, 615.0, 613.0, 613.0, 612.0, 612.0, 613.0, 610.0, 614.0, 609.0, 610.0, 608.0, 610.0, 609.0, 610.0, 610.0, 610.0, 610.0, 610.0, 609.0, 611.0, 611.0, 610.0, 611.0, 610.0, 611.0, 611.0, 610.0, 610.0, 610.0, 609.0, 610.0, 609.0, 611.0, 611.0, 611.0, 611.0, 610.0, 611.0, 612.0, 610.0, 610.0, 612.0, 610.0, 610.0, 609.0, 609.0, 609.0, 609.0, 611.0, 611.0, 610.0, 614.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.0035736926605504592</td></tr>
<tr><td colspan=3>aqi</td><td>0.04709998256880733</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.41319145250292</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1508242232491377</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007715510792194</td></tr>
<tr><td colspan=3>efc</td><td>0.5019</td></tr>
<tr><td colspan=3>fber</td><td>6403.1274</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2508779148513605</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>336</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>38.53211009174312</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.569271242327941</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.462124486752923</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.798030024198857</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.447659216032042</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01370910368859768</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0386844165623188</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.035356675688031</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.0531</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.3703</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>293064.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>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>25.456</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4159</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.5618</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>224.1621</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>83480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>85.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>58.2349</td></tr>
<tr><td colspan=3>tsnr</td><td>26.246783159207553</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>