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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0018_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-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-04_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-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-04_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-0018/ses-01/func/sub-0018_ses-01_task-social_acq-mb8_run-04_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>96643440e8d5ed4ae71a31b682cd9f12</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>10:28:16.055000</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.997501, -0.0594939, 0.0380973, 0.0568169, 0.996075, 0.0678658]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.100017</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7740, -7276, 673, -65, -229, -20, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2c5d1cc-9d3c-4f9d-a10a-959b9450fb26||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.6762232780456543, 0.1524355560541153, 0.11336053162813187, 103.03473663330078], [0.1596178561449051, 2.6723973751068115, 0.17693547904491425, -103.24422454833984], [0.10221226513385773, -0.18207897245883942, 2.691810369491577, -60.427490234375], [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': ['102816.055000', '102816.515000', '102816.975000', '102817.435000', '102817.895000', '102818.355000', '102818.815000', '102819.275000', '102819.735000', '102820.195000', '102820.655000', '102821.115000', '102821.575000', '102822.035000', '102822.495000', '102822.955000', '102823.415000', '102823.875000', '102824.335000', '102824.795000', '102825.255000', '102825.715000', '102826.175000', '102826.635000', '102827.095000', '102827.555000', '102828.015000', '102828.475000', '102828.935000', '102829.395000', '102829.855000', '102830.315000', '102830.775000', '102831.235000', '102831.695000', '102832.155000', '102832.615000', '102833.075000', '102833.535000', '102833.995000', '102834.455000', '102834.915000', '102835.375000', '102835.835000', '102836.295000', '102836.755000', '102837.215000', '102837.675000', '102838.135000', '102838.595000', '102839.055000', '102839.515000', '102839.975000', '102840.435000', '102840.895000', '102841.355000', '102841.815000', '102842.275000', '102842.735000', '102843.195000', '102843.655000', '102844.115000', '102844.575000', '102845.035000', '102845.495000', '102845.955000', '102846.415000', '102846.875000', '102847.335000', '102847.795000', '102848.255000', '102848.715000', '102849.175000', '102849.635000', '102850.095000', '102850.555000', '102851.015000', '102851.475000', '102851.935000', '102852.395000', '102852.855000', '102853.315000', '102853.775000', '102854.235000', '102854.695000', '102855.155000', '102855.615000', '102856.075000', '102856.535000', '102856.995000', '102857.455000', '102857.915000', '102858.375000', '102858.835000', '102859.295000', '102859.755000', '102900.215000', '102900.675000', '102901.135000', '102901.595000', '102902.055000', '102902.515000', '102902.975000', '102903.435000', '102903.895000', '102904.355000', '102904.815000', '102905.275000', '102905.735000', '102906.195000', '102906.655000', '102907.115000', '102907.575000', '102908.035000', '102908.495000', '102908.955000', '102909.415000', '102909.875000', '102910.335000', '102910.795000', '102911.255000', '102911.715000', '102912.175000', '102912.635000', '102913.095000', '102913.555000', '102914.015000', '102914.475000', '102914.935000', '102915.395000', '102915.855000', '102916.315000', '102916.775000', '102917.235000', '102917.695000', '102918.155000', '102918.615000', '102919.075000', '102919.535000', '102919.995000', '102920.455000', '102920.915000', '102921.375000', '102921.835000', '102922.295000', '102922.755000', '102923.215000', '102923.675000', '102924.135000', '102924.595000', '102925.055000', '102925.515000', '102925.975000', '102926.435000', '102926.895000', '102927.355000', '102927.815000', '102928.275000', '102928.735000', '102929.195000', '102929.655000', '102930.115000', '102930.575000', '102931.035000', '102931.495000', '102931.955000', '102932.415000', '102932.875000', '102933.335000', '102933.795000', '102934.255000', '102934.715000', '102935.175000', '102935.635000', '102936.095000', '102936.555000', '102937.015000', '102937.475000', '102937.935000', '102938.395000', '102938.855000', '102939.315000', '102939.775000', '102940.235000', '102940.695000', '102941.155000', '102941.615000', '102942.075000', '102942.535000', '102942.995000', '102943.455000', '102943.915000', '102944.375000', '102944.835000', '102945.295000', '102945.755000', '102946.215000', '102946.675000', '102947.135000', '102947.595000', '102948.055000', '102948.515000', '102948.975000', '102949.435000', '102949.895000', '102950.355000', '102950.815000', '102951.275000', '102951.735000', '102952.195000', '102952.655000', '102953.115000', '102953.575000', '102954.035000', '102954.495000', '102954.955000', '102955.415000', '102955.875000', '102956.335000', '102956.795000', '102957.255000', '102957.715000', '102958.175000', '102958.635000', '102959.095000', '102959.555000', '103000.015000', '103000.475000', '103000.935000', '103001.395000', '103001.855000', '103002.315000', '103002.775000', '103003.235000', '103003.695000', '103004.155000', '103004.615000', '103005.075000', '103005.535000', '103005.995000', '103006.455000', '103006.915000', '103007.375000', '103007.835000', '103008.295000', '103008.755000', '103009.215000', '103009.675000', '103010.135000', '103010.595000', '103011.055000', '103011.515000', '103011.975000', '103012.435000', '103012.895000', '103013.355000', '103013.815000', '103014.275000', '103014.735000', '103015.195000', '103015.655000', '103016.115000', '103016.575000', '103017.035000', '103017.495000', '103017.955000', '103018.415000', '103018.875000', '103019.335000', '103019.795000', '103020.255000', '103020.715000', '103021.175000', '103021.635000', '103022.095000', '103022.555000', '103023.015000', '103023.475000', '103023.935000', '103024.395000', '103024.855000', '103025.315000', '103025.775000', '103026.235000', '103026.695000', '103027.155000', '103027.615000', '103028.075000', '103028.535000', '103028.995000', '103029.455000', '103029.915000', '103030.375000', '103030.835000', '103031.295000', '103031.755000', '103032.215000', '103032.675000', '103033.135000', '103033.595000', '103034.055000', '103034.515000', '103034.975000', '103035.435000', '103035.895000', '103036.355000', '103036.815000', '103037.275000', '103037.735000', '103038.195000', '103038.655000', '103039.115000', '103039.575000', '103040.035000', '103040.495000', '103040.955000', '103041.415000', '103041.875000', '103042.335000', '103042.795000', '103043.255000', '103043.715000', '103044.175000', '103044.635000', '103045.095000', '103045.555000', '103046.015000', '103046.475000', '103046.935000', '103047.395000', '103047.855000', '103048.315000', '103048.775000', '103049.235000', '103049.695000', '103050.155000', '103050.615000', '103051.075000', '103051.535000', '103051.995000', '103052.455000', '103052.915000', '103053.375000', '103053.835000', '103054.295000', '103054.755000', '103055.215000', '103055.675000', '103056.135000', '103056.595000', '103057.055000', '103057.515000', '103057.975000', '103058.435000', '103058.895000', '103059.355000', '103059.815000', '103100.275000', '103100.735000', '103101.195000', '103101.655000', '103102.115000', '103102.575000', '103103.035000', '103103.495000', '103103.955000', '103104.415000', '103104.875000', '103105.335000', '103105.795000', '103106.255000', '103106.715000', '103107.175000', '103107.635000', '103108.095000', '103108.555000', '103109.015000', '103109.475000', '103109.935000', '103110.395000', '103110.855000', '103111.315000', '103111.775000', '103112.235000', '103112.695000', '103113.155000', '103113.615000', '103114.075000', '103114.535000', '103114.995000', '103115.455000', '103115.915000', '103116.375000', '103116.835000', '103117.295000', '103117.755000', '103118.215000', '103118.675000', '103119.135000', '103119.595000', '103120.055000', '103120.515000', '103120.975000', '103121.435000', '103121.895000', '103122.355000', '103122.815000', '103123.275000', '103123.735000', '103124.195000', '103124.655000', '103125.115000', '103125.575000', '103126.035000', '103126.495000', '103126.955000', '103127.415000', '103127.875000', '103128.335000', '103128.795000', '103129.255000', '103129.715000', '103130.175000', '103130.635000', '103131.095000', '103131.555000', '103132.015000', '103132.475000', '103132.935000', '103133.395000', '103133.855000', '103134.315000', '103134.775000', '103135.235000', '103135.695000', '103136.155000', '103136.615000', '103137.075000', '103137.535000', '103137.995000', '103138.455000', '103138.915000', '103139.375000', '103139.835000', '103140.295000', '103140.755000', '103141.215000', '103141.675000', '103142.135000', '103142.595000', '103143.055000', '103143.515000', '103143.975000', '103144.435000', '103144.895000', '103145.355000', '103145.815000', '103146.275000', '103146.735000', '103147.195000', '103147.655000', '103148.115000', '103148.575000', '103149.035000', '103149.495000', '103149.955000', '103150.415000', '103150.875000', '103151.335000', '103151.795000', '103152.255000', '103152.715000', '103153.175000', '103153.635000', '103154.095000', '103154.555000', '103155.015000', '103155.475000', '103155.935000', '103156.395000', '103156.855000', '103157.315000', '103157.775000', '103158.235000', '103158.695000', '103159.155000', '103159.615000', '103200.075000', '103200.535000', '103200.995000', '103201.455000', '103201.915000', '103202.375000', '103202.835000', '103203.295000', '103203.755000', '103204.215000', '103204.675000', '103205.135000', '103205.595000', '103206.055000', '103206.515000', '103206.975000', '103207.435000', '103207.895000', '103208.355000', '103208.815000', '103209.275000', '103209.735000', '103210.195000', '103210.655000', '103211.115000', '103211.575000', '103212.035000', '103212.495000', '103212.955000', '103213.415000', '103213.875000', '103214.335000', '103214.795000', '103215.255000', '103215.715000', '103216.175000', '103216.635000', '103217.095000', '103217.555000', '103218.015000', '103218.475000', '103218.935000', '103219.395000', '103219.855000', '103220.315000', '103220.775000', '103221.235000', '103221.695000', '103222.155000', '103222.615000', '103223.075000', '103223.535000', '103223.995000', '103224.455000', '103224.915000', '103225.375000', '103225.835000', '103226.295000', '103226.755000', '103227.215000', '103227.675000', '103228.135000', '103228.595000', '103229.055000', '103229.515000', '103229.975000', '103230.435000', '103230.895000', '103231.355000', '103231.815000', '103232.275000', '103232.735000', '103233.195000', '103233.655000', '103234.115000', '103234.575000', '103235.035000', '103235.495000', '103235.955000', '103236.415000', '103236.875000', '103237.335000', '103237.795000', '103238.255000', '103238.715000', '103239.175000', '103239.635000', '103240.095000', '103240.555000', '103241.015000', '103241.475000', '103241.935000', '103242.395000', '103242.855000', '103243.315000', '103243.775000', '103244.235000', '103244.695000', '103245.155000', '103245.615000', '103246.075000', '103246.535000', '103246.995000', '103247.455000', '103247.915000', '103248.375000', '103248.835000', '103249.295000', '103249.755000', '103250.215000', '103250.675000', '103251.135000', '103251.595000', '103252.055000', '103252.515000', '103252.975000', '103253.435000', '103253.895000', '103254.355000', '103254.815000', '103255.275000', '103255.735000', '103256.195000', '103256.655000', '103257.115000', '103257.575000', '103258.035000', '103258.495000', '103258.955000', '103259.415000', '103259.875000', '103300.335000', '103300.795000', '103301.255000', '103301.715000', '103302.175000', '103302.635000', '103303.095000', '103303.555000', '103304.015000', '103304.475000', '103304.935000', '103305.395000', '103305.855000', '103306.315000', '103306.775000', '103307.235000', '103307.695000', '103308.155000', '103308.615000', '103309.075000', '103309.535000', '103309.995000', '103310.455000', '103310.915000', '103311.375000', '103311.835000', '103312.295000', '103312.755000', '103313.215000', '103313.675000', '103314.135000', '103314.595000', '103315.055000', '103315.515000', '103315.975000', '103316.435000', '103316.895000', '103317.355000', '103317.815000', '103318.275000', '103318.735000', '103319.195000', '103319.655000', '103320.115000', '103320.575000', '103321.035000', '103321.495000', '103321.955000', '103322.415000', '103322.875000', '103323.335000', '103323.795000', '103324.255000', '103324.715000', '103325.175000', '103325.635000', '103326.095000', '103326.555000', '103327.015000', '103327.475000', '103327.935000', '103328.395000', '103328.855000', '103329.315000', '103329.775000', '103330.235000', '103330.695000', '103331.155000', '103331.615000', '103332.075000', '103332.535000', '103332.995000', '103333.455000', '103333.915000', '103334.375000', '103334.835000', '103335.295000', '103335.755000', '103336.215000', '103336.675000', '103337.135000', '103337.595000', '103338.055000', '103338.515000', '103338.975000', '103339.435000', '103339.895000', '103340.355000', '103340.815000', '103341.275000', '103341.735000', '103342.195000', '103342.655000', '103343.115000', '103343.575000', '103344.035000', '103344.495000', '103344.955000', '103345.415000', '103345.875000', '103346.335000', '103346.795000', '103347.255000', '103347.715000', '103348.175000', '103348.635000', '103349.095000', '103349.555000', '103350.015000', '103350.475000', '103350.935000', '103351.395000', '103351.855000', '103352.315000', '103352.775000', '103353.235000', '103353.695000', '103354.155000', '103354.615000', '103355.075000', '103355.535000', '103355.995000', '103356.455000', '103356.915000', '103357.375000', '103357.835000', '103358.295000', '103358.755000', '103359.215000', '103359.675000', '103400.135000', '103400.595000', '103401.055000', '103401.515000', '103401.975000', '103402.435000', '103402.895000', '103403.355000', '103403.815000', '103404.275000', '103404.735000', '103405.195000', '103405.655000', '103406.115000', '103406.575000', '103407.035000', '103407.495000', '103407.955000', '103408.415000', '103408.875000', '103409.335000', '103409.795000', '103410.255000', '103410.715000', '103411.175000', '103411.635000', '103412.095000', '103412.555000', '103413.015000', '103413.475000', '103413.935000', '103414.395000', '103414.855000', '103415.315000', '103415.775000', '103416.235000', '103416.695000', '103417.155000', '103417.615000', '103418.075000', '103418.535000', '103418.995000', '103419.455000', '103419.915000', '103420.375000', '103420.835000', '103421.295000', '103421.755000', '103422.215000', '103422.675000', '103423.135000', '103423.595000', '103424.055000', '103424.515000', '103424.975000', '103425.435000', '103425.895000', '103426.355000', '103426.815000', '103427.275000', '103427.735000', '103428.195000', '103428.655000', '103429.115000', '103429.575000', '103430.035000', '103430.495000', '103430.955000', '103431.415000', '103431.875000', '103432.335000', '103432.795000', '103433.255000', '103433.715000', '103434.175000', '103434.635000', '103435.095000', '103435.555000', '103436.015000', '103436.475000', '103436.935000', '103437.395000', '103437.855000', '103438.315000', '103438.775000', '103439.235000', '103439.695000', '103440.155000', '103440.615000', '103441.075000', '103441.535000', '103441.995000', '103442.455000', '103442.915000', '103443.375000', '103443.835000', '103444.295000', '103444.755000', '103445.215000', '103445.675000', '103446.135000', '103446.595000', '103447.055000', '103447.515000', '103447.975000', '103448.435000', '103448.895000', '103449.355000', '103449.815000', '103450.275000', '103450.735000', '103451.195000', '103451.655000', '103452.115000', '103452.575000', '103453.035000', '103453.495000', '103453.955000', '103454.415000', '103454.875000', '103455.335000', '103455.795000', '103456.255000', '103456.715000'], 'ContentTime': ['102819.242000', '102820.426000', '102820.475000', '102820.546000', '102820.598000', '102820.644000', '102820.703000', '102820.765000', '102820.938000', '102821.143000', '102821.333000', '102821.766000', '102822.227000', '102822.680000', '102823.173000', '102823.629000', '102824.079000', '102824.546000', '102825.008000', '102825.470000', '102825.921000', '102826.376000', '102826.835000', '102827.306000', '102827.758000', '102828.226000', '102828.680000', '102829.148000', '102829.615000', '102830.059000', '102830.517000', '102830.987000', '102831.436000', '102831.909000', '102832.397000', '102832.830000', '102833.290000', '102833.762000', '102834.197000', '102834.666000', '102835.125000', '102835.578000', '102836.049000', '102836.495000', '102836.958000', '102837.415000', '102837.896000', '102838.346000', '102838.812000', '102839.267000', '102839.727000', '102840.184000', '102840.654000', '102841.112000', '102841.566000', '102842.016000', '102842.484000', '102842.955000', '102843.443000', '102843.853000', '102844.316000', '102844.784000', '102845.236000', '102845.696000', '102846.171000', '102846.618000', '102847.092000', '102847.540000', '102848.050000', '102848.467000', '102848.929000', '102849.383000', '102849.830000', '102850.313000', '102850.765000', '102851.229000', '102851.695000', '102852.152000', '102852.635000', '102853.075000', '102853.522000', '102853.975000', '102854.456000', '102854.913000', '102855.373000', '102855.814000', '102856.287000', '102856.735000', '102857.207000', '102857.660000', '102858.127000', '102858.581000', '102859.081000', '102859.515000', '102859.997000', '102900.420000', '102900.878000', '102901.349000', '102901.804000', '102902.264000', '102902.732000', '102903.187000', '102903.677000', '102904.102000', '102904.568000', '102905.024000', '102905.486000', '102905.936000', '102906.397000', '102906.861000', '102907.322000', '102907.782000', '102908.248000', '102908.701000', '102909.247000', '102909.629000', '102910.089000', '102910.553000', '102911.009000', '102911.486000', '102911.917000', '102912.379000', '102912.852000', '102913.295000', '102913.813000', '102914.221000', '102914.690000', '102915.143000', '102915.620000', '102916.068000', '102916.535000', '102917.013000', '102917.459000', '102917.907000', '102918.369000', '102918.823000', '102919.294000', '102919.747000', '102920.211000', '102920.656000', '102921.129000', '102921.586000', '102922.047000', '102922.510000', '102922.971000', '102923.489000', '102923.899000', '102924.338000', '102924.810000', '102925.299000', '102925.727000', '102926.178000', '102926.638000', '102927.104000', '102927.567000', '102928.035000', '102928.494000', '102928.938000', '102929.420000', '102929.859000', '102930.314000', '102930.779000', '102931.252000', '102931.711000', '102932.162000', '102932.634000', '102933.072000', '102933.540000', '102934.014000', '102934.470000', '102934.919000', '102935.383000', '102935.840000', '102936.309000', '102936.770000', '102937.233000', '102937.689000', '102938.142000', '102938.596000', '102939.081000', '102939.531000', '102939.990000', '102940.461000', '102940.901000', '102941.373000', '102941.830000', '102942.294000', '102942.751000', '102943.199000', '102943.673000', '102944.132000', '102944.578000', '102945.058000', '102945.543000', '102945.965000', '102946.436000', '102946.890000', '102947.343000', '102947.817000', '102948.265000', '102948.725000', '102949.196000', '102949.655000', '102950.120000', '102950.556000', '102951.020000', '102951.478000', '102951.946000', '102952.412000', '102952.861000', '102953.338000', '102953.782000', '102954.254000', '102954.711000', '102955.253000', '102955.626000', '102956.081000', '102956.557000', '102957.014000', '102957.469000', '102957.938000', '102958.387000', '102958.850000', '102959.307000', '102959.772000', '103000.231000', '103000.697000', '103001.145000', '103001.639000', '103002.072000', '103002.530000', '103003.001000', '103003.444000', '103003.915000', '103004.368000', '103004.823000', '103005.320000', '103005.750000', '103006.198000', '103006.696000', '103007.121000', '103007.579000', '103008.051000', '103008.507000', '103008.966000', '103009.436000', '103009.889000', '103010.360000', '103010.800000', '103011.268000', '103011.733000', '103012.192000', '103012.651000', '103013.119000', '103013.572000', '103014.019000', '103014.499000', '103014.939000', '103015.410000', '103015.876000', '103016.324000', '103016.795000', '103017.246000', '103017.718000', '103018.170000', '103018.632000', '103019.084000', '103019.551000', '103020.004000', '103020.472000', '103020.924000', '103021.384000', '103021.860000', '103022.303000', '103022.768000', '103023.241000', '103023.727000', '103024.151000', '103024.601000', '103025.112000', '103025.535000', '103025.996000', '103026.450000', '103026.915000', '103027.388000', '103027.822000', '103028.299000', '103028.754000', '103029.206000', '103029.672000', '103030.133000', '103030.591000', '103031.047000', '103031.504000', '103031.974000', '103032.438000', '103032.891000', '103033.344000', '103033.815000', '103034.261000', '103034.724000', '103035.184000', '103035.660000', '103036.121000', '103036.564000', '103037.041000', '103037.513000', '103037.950000', '103038.423000', '103038.870000', '103039.335000', '103039.784000', '103040.255000', '103040.701000', '103041.164000', '103041.639000', '103042.097000', '103042.544000', '103043.018000', '103043.472000', '103043.941000', '103044.402000', '103044.859000', '103045.314000', '103045.771000', '103046.228000', '103046.694000', '103047.154000', '103047.611000', '103048.081000', '103048.538000', '103049.003000', '103049.458000', '103049.918000', '103050.369000', '103050.829000', '103051.299000', '103051.746000', '103052.218000', '103052.678000', '103053.122000', '103053.600000', '103054.064000', '103054.539000', '103054.965000', '103055.434000', '103055.924000', '103056.361000', '103056.804000', '103057.282000', '103057.744000', '103058.202000', '103058.650000', '103059.121000', '103059.572000', '103100.073000', '103100.501000', '103100.959000', '103101.417000', '103101.872000', '103102.334000', '103102.796000', '103103.280000', '103103.718000', '103104.180000', '103104.642000', '103105.098000', '103105.550000', '103106.019000', '103106.478000', '103106.943000', '103107.388000', '103107.847000', '103108.348000', '103108.775000', '103109.228000', '103109.704000', '103110.157000', '103110.624000', '103111.077000', '103111.542000', '103112.001000', '103112.460000', '103112.922000', '103113.374000', '103113.865000', '103114.328000', '103114.751000', '103115.215000', '103115.683000', '103116.128000', '103116.605000', '103117.054000', '103117.522000', '103117.974000', '103118.425000', '103118.897000', '103119.352000', '103119.807000', '103120.305000', '103120.738000', '103121.185000', '103121.649000', '103122.113000', '103122.582000', '103123.036000', '103123.488000', '103123.964000', '103124.418000', '103124.866000', '103125.366000', '103125.798000', '103126.262000', '103126.722000', '103127.177000', '103127.643000', '103128.103000', '103128.561000', '103129.026000', '103129.484000', '103129.945000', '103130.405000', '103130.862000', '103131.312000', '103131.782000', '103132.239000', '103132.709000', '103133.153000', '103133.612000', '103134.079000', '103134.530000', '103134.986000', '103135.450000', '103135.909000', '103136.378000', '103136.824000', '103137.302000', '103137.753000', '103138.223000', '103138.676000', '103139.125000', '103139.601000', '103140.048000', '103140.520000', '103140.971000', '103141.433000', '103141.899000', '103142.365000', '103142.828000', '103143.290000', '103143.736000', '103144.190000', '103144.650000', '103145.127000', '103145.576000', '103146.038000', '103146.490000', '103146.962000', '103147.423000', '103147.885000', '103148.341000', '103148.833000', '103149.261000', '103149.715000', '103150.181000', '103150.628000', '103151.103000', '103151.549000', '103152.027000', '103152.484000', '103152.952000', '103153.411000', '103153.887000', '103154.322000', '103154.789000', '103155.230000', '103155.701000', '103156.158000', '103156.626000', '103157.066000', '103157.545000', '103158.006000', '103158.457000', '103158.957000', '103159.375000', '103159.853000', '103200.300000', '103200.765000', '103201.212000', '103201.684000', '103202.152000', '103202.596000', '103203.047000', '103203.519000', '103203.985000', '103204.431000', '103204.908000', '103205.352000', '103205.823000', '103206.289000', '103206.737000', '103207.224000', '103207.659000', '103208.110000', '103208.597000', '103209.043000', '103209.501000', '103209.952000', '103210.424000', '103210.873000', '103211.341000', '103211.794000', '103212.259000', '103212.729000', '103213.210000', '103213.644000', '103214.093000', '103214.566000', '103215.030000', '103215.482000', '103215.941000', '103216.407000', '103216.879000', '103217.357000', '103217.783000', '103218.273000', '103218.694000', '103219.292000', '103219.614000', '103220.085000', '103220.539000', '103220.989000', '103221.451000', '103221.911000', '103222.373000', '103222.837000', '103223.307000', '103223.764000', '103224.231000', '103224.707000', '103225.135000', '103225.606000', '103226.053000', '103226.525000', '103226.982000', '103227.442000', '103227.890000', '103228.365000', '103228.831000', '103229.274000', '103229.737000', '103230.195000', '103230.674000', '103231.120000', '103231.618000', '103232.056000', '103232.507000', '103232.960000', '103233.451000', '103233.886000', '103234.344000', '103234.812000', '103235.264000', '103235.728000', '103236.193000', '103236.632000', '103237.109000', '103237.566000', '103238.013000', '103238.492000', '103238.941000', '103239.406000', '103239.872000', '103240.326000', '103240.792000', '103241.253000', '103241.711000', '103242.157000', '103242.635000', '103243.087000', '103243.548000', '103244.009000', '103244.460000', '103244.923000', '103245.375000', '103245.845000', '103246.295000', '103246.765000', '103247.223000', '103247.718000', '103248.148000', '103248.622000', '103249.053000', '103249.524000', '103250.020000', '103250.438000', '103250.906000', '103251.368000', '103251.818000', '103252.292000', '103252.747000', '103253.220000', '103253.668000', '103254.129000', '103254.590000', '103255.075000', '103255.509000', '103255.956000', '103256.419000', '103256.888000', '103257.349000', '103257.792000', '103258.276000', '103258.731000', '103259.193000', '103259.660000', '103300.143000', '103300.622000', '103301.029000', '103301.520000', '103301.939000', '103302.400000', '103302.869000', '103303.332000', '103303.791000', '103304.244000', '103304.712000', '103305.166000', '103305.633000', '103306.084000', '103306.558000', '103307.004000', '103307.482000', '103307.921000', '103308.397000', '103308.850000', '103309.300000', '103309.776000', '103310.227000', '103310.680000', '103311.149000', '103311.607000', '103312.102000', '103312.526000', '103313.027000', '103313.453000', '103313.900000', '103314.356000', '103314.837000', '103315.288000', '103315.739000', '103316.198000', '103316.672000', '103317.130000', '103317.584000', '103318.049000', '103318.497000', '103318.978000', '103319.424000', '103319.900000', '103320.343000', '103320.812000', '103321.273000', '103321.736000', '103322.191000', '103322.639000', '103323.110000', '103323.596000', '103324.025000', '103324.489000', '103324.962000', '103325.400000', '103325.911000', '103326.331000', '103326.792000', '103327.303000', '103327.711000', '103328.175000', '103328.654000', '103329.100000', '103329.554000', '103330.011000', '103330.505000', '103330.936000', '103331.398000', '103331.860000', '103332.316000', '103332.770000', '103333.223000', '103333.697000', '103334.154000', '103334.603000', '103335.063000', '103335.536000', '103335.996000', '103336.441000', '103336.918000', '103337.362000', '103337.830000', '103338.291000', '103338.755000', '103339.207000', '103339.681000', '103340.124000', '103340.595000', '103341.048000', '103341.508000', '103341.963000', '103342.425000', '103342.898000', '103343.361000', '103343.816000', '103344.280000', '103344.742000', '103345.234000', '103345.656000', '103346.111000', '103346.575000', '103347.036000', '103347.498000', '103348.001000', '103348.402000', '103348.881000', '103349.325000', '103349.800000', '103350.265000', '103350.708000', '103351.285000', '103351.624000', '103352.101000', '103352.563000', '103353.004000', '103353.463000', '103353.925000', '103354.385000', '103354.857000', '103355.304000', '103355.770000', '103356.222000', '103356.704000', '103357.157000', '103357.612000', '103358.080000', '103358.546000', '103358.987000', '103359.444000', '103359.908000', '103400.378000', '103400.836000', '103401.285000', '103401.746000', '103402.206000', '103402.683000', '103403.139000', '103403.592000', '103404.060000', '103404.527000', '103404.982000', '103405.438000', '103405.903000', '103406.366000', '103406.824000', '103407.265000', '103407.737000', '103408.188000', '103408.665000', '103409.122000', '103409.577000', '103410.033000', '103410.507000', '103410.959000', '103411.416000', '103411.878000', '103412.331000', '103412.787000', '103413.373000', '103413.720000', '103414.185000', '103414.627000', '103415.093000', '103415.564000', '103416.024000', '103416.468000', '103416.931000', '103417.389000', '103417.867000', '103418.313000', '103418.779000', '103419.243000', '103419.692000', '103420.164000', '103420.651000', '103421.084000', '103421.544000', '103422.010000', '103422.463000', '103422.924000', '103423.410000', '103423.831000', '103424.291000', '103424.787000', '103425.206000', '103425.680000', '103426.140000', '103426.599000', '103427.050000', '103427.512000', '103427.988000', '103428.443000', '103428.910000', '103429.360000', '103429.847000', '103430.288000', '103430.750000', '103431.214000', '103431.666000', '103432.113000', '103432.579000', '103433.045000', '103433.492000', '103433.953000', '103434.420000', '103434.890000', '103435.349000', '103435.809000', '103436.263000', '103436.724000', '103437.171000', '103437.646000', '103438.094000', '103438.564000', '103439.034000', '103439.499000', '103439.933000', '103440.411000', '103440.890000', '103441.322000', '103441.786000', '103442.234000', '103442.714000', '103443.152000', '103443.624000', '103444.082000', '103444.552000', '103445.017000', '103445.468000', '103445.945000', '103446.383000', '103446.838000', '103447.313000', '103447.766000', '103448.218000', '103448.687000', '103449.143000', '103449.605000', '103450.063000', '103450.525000', '103450.986000', '103451.453000', '103451.895000', '103452.375000', '103452.818000', '103453.494000', '103453.750000', '103454.213000', '103454.677000', '103455.123000', '103455.576000', '103456.045000', '103456.497000', '103456.970000', '103457.414000'], 'InstanceCreationTime': ['102819.242000', '102820.426000', '102820.475000', '102820.546000', '102820.598000', '102820.644000', '102820.703000', '102820.765000', '102820.938000', '102821.143000', '102821.333000', '102821.766000', '102822.227000', '102822.680000', '102823.173000', '102823.629000', '102824.079000', '102824.546000', '102825.008000', '102825.470000', '102825.921000', '102826.376000', '102826.835000', '102827.306000', '102827.758000', '102828.226000', '102828.680000', '102829.148000', '102829.615000', '102830.059000', '102830.517000', '102830.987000', '102831.436000', '102831.909000', '102832.397000', '102832.830000', '102833.290000', '102833.762000', '102834.197000', '102834.666000', '102835.125000', '102835.578000', '102836.049000', '102836.495000', '102836.958000', '102837.415000', '102837.896000', '102838.346000', '102838.812000', '102839.267000', '102839.727000', '102840.184000', '102840.654000', '102841.112000', '102841.566000', '102842.016000', '102842.484000', '102842.955000', '102843.443000', '102843.853000', '102844.316000', '102844.784000', '102845.236000', '102845.696000', '102846.171000', '102846.618000', '102847.092000', '102847.540000', '102848.050000', '102848.467000', '102848.929000', '102849.383000', '102849.830000', '102850.313000', '102850.765000', '102851.229000', '102851.695000', '102852.152000', '102852.635000', '102853.075000', '102853.522000', '102853.975000', '102854.456000', '102854.913000', '102855.373000', '102855.814000', '102856.287000', '102856.735000', '102857.207000', '102857.660000', '102858.127000', '102858.581000', '102859.081000', '102859.515000', '102859.997000', '102900.420000', '102900.878000', '102901.349000', '102901.804000', '102902.264000', '102902.732000', '102903.187000', '102903.677000', '102904.102000', '102904.568000', '102905.024000', '102905.486000', '102905.936000', '102906.397000', '102906.861000', '102907.322000', '102907.782000', '102908.248000', '102908.701000', '102909.247000', '102909.629000', '102910.089000', '102910.553000', '102911.009000', '102911.486000', '102911.917000', '102912.379000', '102912.852000', '102913.295000', '102913.813000', '102914.221000', '102914.690000', '102915.143000', '102915.620000', '102916.068000', '102916.535000', '102917.013000', '102917.459000', '102917.907000', '102918.369000', '102918.823000', '102919.294000', '102919.747000', '102920.211000', '102920.656000', '102921.129000', '102921.586000', '102922.047000', '102922.510000', '102922.971000', '102923.489000', '102923.899000', '102924.338000', '102924.810000', '102925.299000', '102925.727000', '102926.178000', '102926.638000', '102927.104000', '102927.567000', '102928.035000', '102928.494000', '102928.938000', '102929.420000', '102929.859000', '102930.314000', '102930.779000', '102931.252000', '102931.711000', '102932.162000', '102932.634000', '102933.072000', '102933.540000', '102934.014000', '102934.470000', '102934.919000', '102935.383000', '102935.840000', '102936.309000', '102936.770000', '102937.233000', '102937.689000', '102938.142000', '102938.596000', '102939.081000', '102939.531000', '102939.990000', '102940.461000', '102940.901000', '102941.373000', '102941.830000', '102942.294000', '102942.751000', '102943.199000', '102943.673000', '102944.132000', '102944.578000', '102945.058000', '102945.543000', '102945.965000', '102946.436000', '102946.890000', '102947.343000', '102947.817000', '102948.265000', '102948.725000', '102949.196000', '102949.655000', '102950.120000', '102950.556000', '102951.020000', '102951.478000', '102951.946000', '102952.412000', '102952.861000', '102953.338000', '102953.782000', '102954.254000', '102954.711000', '102955.253000', '102955.626000', '102956.081000', '102956.557000', '102957.014000', '102957.469000', '102957.938000', '102958.387000', '102958.850000', '102959.307000', '102959.772000', '103000.231000', '103000.697000', '103001.145000', '103001.639000', '103002.072000', '103002.530000', '103003.001000', '103003.444000', '103003.915000', '103004.368000', '103004.823000', '103005.320000', '103005.750000', '103006.198000', '103006.696000', '103007.121000', '103007.579000', '103008.051000', '103008.507000', '103008.966000', '103009.436000', '103009.889000', '103010.360000', '103010.800000', '103011.268000', '103011.733000', '103012.192000', '103012.651000', '103013.119000', '103013.572000', '103014.019000', '103014.499000', '103014.939000', '103015.410000', '103015.876000', '103016.324000', '103016.795000', '103017.246000', '103017.718000', '103018.170000', '103018.632000', '103019.084000', '103019.551000', '103020.004000', '103020.472000', '103020.924000', '103021.384000', '103021.860000', '103022.303000', '103022.768000', '103023.241000', '103023.727000', '103024.151000', '103024.601000', '103025.112000', '103025.535000', '103025.996000', '103026.450000', '103026.915000', '103027.388000', '103027.822000', '103028.299000', '103028.754000', '103029.206000', '103029.672000', '103030.133000', '103030.591000', '103031.047000', '103031.504000', '103031.974000', '103032.438000', '103032.891000', '103033.344000', '103033.815000', '103034.261000', '103034.724000', '103035.184000', '103035.660000', '103036.121000', '103036.564000', '103037.041000', '103037.513000', '103037.950000', '103038.423000', '103038.870000', '103039.335000', '103039.784000', '103040.255000', '103040.701000', '103041.164000', '103041.639000', '103042.097000', '103042.544000', '103043.018000', '103043.472000', '103043.941000', '103044.402000', '103044.859000', '103045.314000', '103045.771000', '103046.228000', '103046.694000', '103047.154000', '103047.611000', '103048.081000', '103048.538000', '103049.003000', '103049.458000', '103049.918000', '103050.369000', '103050.829000', '103051.299000', '103051.746000', '103052.218000', '103052.678000', '103053.122000', '103053.600000', '103054.064000', '103054.539000', '103054.965000', '103055.434000', '103055.924000', '103056.361000', '103056.804000', '103057.282000', '103057.744000', '103058.202000', '103058.650000', '103059.121000', '103059.572000', '103100.073000', '103100.501000', '103100.959000', '103101.417000', '103101.872000', '103102.334000', '103102.796000', '103103.280000', '103103.718000', '103104.180000', '103104.642000', '103105.098000', '103105.550000', '103106.019000', '103106.478000', '103106.943000', '103107.388000', '103107.847000', '103108.348000', '103108.775000', '103109.228000', '103109.704000', '103110.157000', '103110.624000', '103111.077000', '103111.542000', '103112.001000', '103112.460000', '103112.922000', '103113.374000', '103113.865000', '103114.328000', '103114.751000', '103115.215000', '103115.683000', '103116.128000', '103116.605000', '103117.054000', '103117.522000', '103117.974000', '103118.425000', '103118.897000', '103119.352000', '103119.807000', '103120.305000', '103120.738000', '103121.185000', '103121.649000', '103122.113000', '103122.582000', '103123.036000', '103123.488000', '103123.964000', '103124.418000', '103124.866000', '103125.366000', '103125.798000', '103126.262000', '103126.722000', '103127.177000', '103127.643000', '103128.103000', '103128.561000', '103129.026000', '103129.484000', '103129.945000', '103130.405000', '103130.862000', '103131.312000', '103131.782000', '103132.239000', '103132.709000', '103133.153000', '103133.612000', '103134.079000', '103134.530000', '103134.986000', '103135.450000', '103135.909000', '103136.378000', '103136.824000', '103137.302000', '103137.753000', '103138.223000', '103138.676000', '103139.125000', '103139.601000', '103140.048000', '103140.520000', '103140.971000', '103141.433000', '103141.899000', '103142.365000', '103142.828000', '103143.290000', '103143.736000', '103144.190000', '103144.650000', '103145.127000', '103145.576000', '103146.038000', '103146.490000', '103146.962000', '103147.423000', '103147.885000', '103148.341000', '103148.833000', '103149.261000', '103149.715000', '103150.181000', '103150.628000', '103151.103000', '103151.549000', '103152.027000', '103152.484000', '103152.952000', '103153.411000', '103153.887000', '103154.322000', '103154.789000', '103155.230000', '103155.701000', '103156.158000', '103156.626000', '103157.066000', '103157.545000', '103158.006000', '103158.457000', '103158.957000', '103159.375000', '103159.853000', '103200.300000', '103200.765000', '103201.212000', '103201.684000', '103202.152000', '103202.596000', '103203.047000', '103203.519000', '103203.985000', '103204.431000', '103204.908000', '103205.352000', '103205.823000', '103206.289000', '103206.737000', '103207.224000', '103207.659000', '103208.110000', '103208.597000', '103209.043000', '103209.501000', '103209.952000', '103210.424000', '103210.873000', '103211.341000', '103211.794000', '103212.259000', '103212.729000', '103213.210000', '103213.644000', '103214.093000', '103214.566000', '103215.030000', '103215.482000', '103215.941000', '103216.407000', '103216.879000', '103217.357000', '103217.783000', '103218.273000', '103218.694000', '103219.292000', '103219.614000', '103220.085000', '103220.539000', '103220.989000', '103221.451000', '103221.911000', '103222.373000', '103222.837000', '103223.307000', '103223.764000', '103224.231000', '103224.707000', '103225.135000', '103225.606000', '103226.053000', '103226.525000', '103226.982000', '103227.442000', '103227.890000', '103228.365000', '103228.831000', '103229.274000', '103229.737000', '103230.195000', '103230.674000', '103231.120000', '103231.618000', '103232.056000', '103232.507000', '103232.960000', '103233.451000', '103233.886000', '103234.344000', '103234.812000', '103235.264000', '103235.728000', '103236.193000', '103236.632000', '103237.109000', '103237.566000', '103238.013000', '103238.492000', '103238.941000', '103239.406000', '103239.872000', '103240.326000', '103240.792000', '103241.253000', '103241.711000', '103242.157000', '103242.635000', '103243.087000', '103243.548000', '103244.009000', '103244.460000', '103244.923000', '103245.375000', '103245.845000', '103246.295000', '103246.765000', '103247.223000', '103247.718000', '103248.148000', '103248.622000', '103249.053000', '103249.524000', '103250.020000', '103250.438000', '103250.906000', '103251.368000', '103251.818000', '103252.292000', '103252.747000', '103253.220000', '103253.668000', '103254.129000', '103254.590000', '103255.075000', '103255.509000', '103255.956000', '103256.419000', '103256.888000', '103257.349000', '103257.792000', '103258.276000', '103258.731000', '103259.193000', '103259.660000', '103300.143000', '103300.622000', '103301.029000', '103301.520000', '103301.939000', '103302.400000', '103302.869000', '103303.332000', '103303.791000', '103304.244000', '103304.712000', '103305.166000', '103305.633000', '103306.084000', '103306.558000', '103307.004000', '103307.482000', '103307.921000', '103308.397000', '103308.850000', '103309.300000', '103309.776000', '103310.227000', '103310.680000', '103311.149000', '103311.607000', '103312.102000', '103312.526000', '103313.027000', '103313.453000', '103313.900000', '103314.356000', '103314.837000', '103315.288000', '103315.739000', '103316.198000', '103316.672000', '103317.130000', '103317.584000', '103318.049000', '103318.497000', '103318.978000', '103319.424000', '103319.900000', '103320.343000', '103320.812000', '103321.273000', '103321.736000', '103322.191000', '103322.639000', '103323.110000', '103323.596000', '103324.025000', '103324.489000', '103324.962000', '103325.400000', '103325.911000', '103326.331000', '103326.792000', '103327.303000', '103327.711000', '103328.175000', '103328.654000', '103329.100000', '103329.554000', '103330.011000', '103330.505000', '103330.936000', '103331.398000', '103331.860000', '103332.316000', '103332.770000', '103333.223000', '103333.697000', '103334.154000', '103334.603000', '103335.063000', '103335.536000', '103335.996000', '103336.441000', '103336.918000', '103337.362000', '103337.830000', '103338.291000', '103338.755000', '103339.207000', '103339.681000', '103340.124000', '103340.595000', '103341.048000', '103341.508000', '103341.963000', '103342.425000', '103342.898000', '103343.361000', '103343.816000', '103344.280000', '103344.742000', '103345.234000', '103345.656000', '103346.111000', '103346.575000', '103347.036000', '103347.498000', '103348.001000', '103348.402000', '103348.881000', '103349.325000', '103349.800000', '103350.265000', '103350.708000', '103351.285000', '103351.624000', '103352.101000', '103352.563000', '103353.004000', '103353.463000', '103353.925000', '103354.385000', '103354.857000', '103355.304000', '103355.770000', '103356.222000', '103356.704000', '103357.157000', '103357.612000', '103358.080000', '103358.546000', '103358.987000', '103359.444000', '103359.908000', '103400.378000', '103400.836000', '103401.285000', '103401.746000', '103402.206000', '103402.683000', '103403.139000', '103403.592000', '103404.060000', '103404.527000', '103404.982000', '103405.438000', '103405.903000', '103406.366000', '103406.824000', '103407.265000', '103407.737000', '103408.188000', '103408.665000', '103409.122000', '103409.577000', '103410.033000', '103410.507000', '103410.959000', '103411.416000', '103411.878000', '103412.331000', '103412.787000', '103413.373000', '103413.720000', '103414.185000', '103414.627000', '103415.093000', '103415.564000', '103416.024000', '103416.468000', '103416.931000', '103417.389000', '103417.867000', '103418.313000', '103418.779000', '103419.243000', '103419.692000', '103420.164000', '103420.651000', '103421.084000', '103421.544000', '103422.010000', '103422.463000', '103422.924000', '103423.410000', '103423.831000', '103424.291000', '103424.787000', '103425.206000', '103425.680000', '103426.140000', '103426.599000', '103427.050000', '103427.512000', '103427.988000', '103428.443000', '103428.910000', '103429.360000', '103429.847000', '103430.288000', '103430.750000', '103431.214000', '103431.666000', '103432.113000', '103432.579000', '103433.045000', '103433.492000', '103433.953000', '103434.420000', '103434.890000', '103435.349000', '103435.809000', '103436.263000', '103436.724000', '103437.171000', '103437.646000', '103438.094000', '103438.564000', '103439.034000', '103439.499000', '103439.933000', '103440.411000', '103440.890000', '103441.322000', '103441.786000', '103442.234000', '103442.714000', '103443.152000', '103443.624000', '103444.082000', '103444.552000', '103445.017000', '103445.468000', '103445.945000', '103446.383000', '103446.838000', '103447.313000', '103447.766000', '103448.218000', '103448.687000', '103449.143000', '103449.605000', '103450.063000', '103450.525000', '103450.986000', '103451.453000', '103451.895000', '103452.375000', '103452.818000', '103453.494000', '103453.750000', '103454.213000', '103454.677000', '103455.123000', '103455.576000', '103456.045000', '103456.497000', '103456.970000', '103457.414000'], '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': [659, 520, 855, 637, 705, 867, 610, 760, 570, 487, 675, 583, 921, 574, 522, 600, 557, 531, 647, 590, 570, 662, 547, 502, 586, 532, 798, 604, 916, 642, 969, 652, 572, 757, 589, 944, 700, 694, 714, 576, 748, 584, 490, 664, 549, 504, 593, 561, 480, 671, 562, 505, 663, 566, 479, 638, 563, 875, 575, 497, 660, 570, 737, 650, 542, 761, 573, 498, 734, 616, 557, 639, 540, 853, 598, 601, 833, 587, 862, 610, 591, 649, 510, 803, 585, 483, 619, 575, 496, 569, 522, 571, 562, 491, 803, 583, 490, 645, 565, 555, 635, 537, 802, 575, 579, 767, 626, 614, 603, 536, 751, 579, 603, 702, 561, 843, 574, 497, 656, 536, 849, 574, 503, 666, 580, 556, 699, 560, 580, 594, 512, 875, 665, 531, 758, 576, 505, 759, 629, 511, 914, 608, 606, 643, 511, 830, 630, 760, 586, 504, 714, 608, 505, 652, 559, 600, 550, 495, 831, 596, 510, 653, 576, 629, 583, 504, 680, 569, 511, 606, 502, 801, 579, 533, 607, 547, 593, 596, 524, 714, 553, 506, 660, 562, 958, 680, 533, 707, 582, 601, 589, 513, 866, 629, 567, 620, 511, 739, 559, 509, 677, 548, 514, 614, 557, 707, 657, 545, 907, 608, 520, 768, 624, 813, 632, 518, 767, 590, 577, 650, 559, 555, 562, 509, 734, 607, 521, 667, 572, 516, 763, 622, 521, 733, 585, 522, 639, 522, 808, 655, 530, 727, 596, 746, 596, 517, 863, 611, 619, 609, 505, 805, 599, 516, 645, 575, 512, 694, 600, 510, 769, 562, 517, 684, 579, 867, 635, 549, 853, 612, 894, 603, 606, 704, 553, 842, 594, 570, 589, 501, 739, 635, 516, 666, 577, 608, 584, 498, 864, 616, 525, 679, 575, 727, 614, 522, 667, 559, 522, 698, 576, 572, 780, 640, 801, 608, 524, 794, 621, 604, 854, 610, 647, 596, 511, 775, 640, 743, 605, 528, 691, 579, 581, 619, 526, 683, 543, 519, 622, 559, 653, 596, 501, 700, 570, 526, 682, 549, 870, 637, 517, 691, 583, 821, 614, 521, 727, 550, 786, 638, 595, 830, 600, 515, 657, 575, 643, 607, 540, 859, 671, 568, 710, 530, 889, 654, 902, 723, 614, 780, 586, 500, 633, 551, 587, 587, 518, 835, 670, 852, 589, 514, 742, 585, 875, 648, 559, 804, 615, 502, 662, 537, 498, 786, 582, 520, 697, 581, 501, 748, 644, 544, 734, 569, 497, 599, 534, 697, 579, 664, 639, 527, 752, 579, 599, 582, 503, 745, 641, 827, 599, 521, 670, 571, 523, 664, 563, 891, 581, 510, 638, 551, 738, 602, 582, 698, 574, 504, 556, 494, 655, 571, 533, 670, 569, 594, 558, 501, 709, 585, 927, 639, 517, 696, 579, 540, 645, 583, 842, 659, 553, 632, 561, 498, 720, 612, 663, 683, 526, 786, 613, 901, 664, 624, 920, 625, 515, 623, 527, 706, 585, 549, 643, 513, 758, 594, 824, 598, 513, 643, 563, 589, 553, 515, 736, 571, 615, 543, 518, 707, 590, 932, 597, 514, 670, 583, 767, 612, 552, 629, 526, 690, 570, 497, 674, 599, 509, 630, 542, 691, 562, 506, 635, 532, 812, 571, 512, 659, 567, 865, 627, 509, 768, 593, 515, 701, 558, 850, 663, 553, 721, 604, 661, 573, 513, 634, 523, 737, 578, 500, 608, 509, 781, 625, 522, 692, 581, 623, 598, 512, 786, 577, 527, 632, 508, 802, 627, 511, 697, 575, 492, 665, 563, 891, 677, 529, 759, 601, 537, 674, 586, 743, 583, 498, 739, 560, 822, 645, 613, 617, 509, 732, 595, 535, 681, 568, 530, 579, 526, 702, 583, 550, 699, 563, 583, 570, 499, 748, 627, 593, 666, 538, 716, 554, 492, 681, 560, 794, 576, 521, 659, 579, 612, 660, 543, 787, 604, 522, 775, 649, 569, 632, 518, 738, 580, 515, 745, 581, 508, 662, 534, 851, 637, 512, 711, 573, 560, 632, 511, 868, 603, 538, 690, 518, 807, 657, 538, 779, 588, 503, 655, 557, 634, 643, 560, 538, 554, 512, 692, 578, 505, 782, 581, 518, 644, 522, 797, 643, 908, 672, 543, 691, 561, 777, 609, 563, 856, 638, 500, 647, 556, 685, 554, 506, 655, 529, 799, 563, 509, 608, 500, 723, 603, 547, 609, 513, 681, 561, 594, 588, 525, 694, 526, 506, 639, 597, 587, 751, 591, 502, 669, 549, 707, 582, 642, 584, 517, 807, 585, 493, 782, 625, 533, 850, 670, 964, 751, 603, 804, 639, 747, 621, 540, 824, 622, 610, 619, 508, 721, 624, 520, 691, 572, 507, 622, 557, 742, 617, 532, 670, 540, 712, 591, 750, 622, 504, 787, 579, 507, 700, 568, 787, 623, 648, 803, 609, 752, 610, 526, 734, 597, 787, 617, 520, 778, 603, 502, 660, 559, 738, 630, 548, 734, 559, 778, 590, 646, 679, 575, 871, 615, 697, 587, 502, 706, 553, 834, 618, 526, 695, 575, 563, 618, 551, 751, 571, 500, 721, 583, 744, 595, 883, 608, 606, 706, 540, 723, 584, 637, 607, 510, 770, 598, 635, 600, 499, 710, 594, 556, 626, 513, 698, 568, 781, 604, 524, 726, 581, 588, 618, 533, 833, 692, 588, 691, 539, 804, 626, 900, 645, 634, 783, 591, 733, 575, 511, 704, 586, 829, 631, 508, 715], 'WindowCenter': [290.0, 287.0, 289.0, 286.0, 286.0, 287.0, 285.0, 286.0, 284.0, 282.0, 284.0, 284.0, 286.0, 283.0, 283.0, 284.0, 284.0, 284.0, 285.0, 285.0, 284.0, 285.0, 284.0, 283.0, 284.0, 284.0, 286.0, 285.0, 286.0, 285.0, 286.0, 284.0, 283.0, 285.0, 283.0, 285.0, 284.0, 283.0, 283.0, 282.0, 284.0, 283.0, 282.0, 284.0, 283.0, 282.0, 284.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 285.0, 286.0, 285.0, 284.0, 286.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 284.0, 286.0, 284.0, 285.0, 284.0, 284.0, 284.0, 282.0, 286.0, 284.0, 282.0, 284.0, 284.0, 283.0, 284.0, 283.0, 284.0, 285.0, 283.0, 286.0, 284.0, 283.0, 285.0, 285.0, 285.0, 285.0, 284.0, 286.0, 285.0, 285.0, 286.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 284.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 283.0, 286.0, 284.0, 282.0, 285.0, 285.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 287.0, 284.0, 283.0, 285.0, 284.0, 282.0, 286.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 282.0, 286.0, 284.0, 285.0, 283.0, 282.0, 285.0, 284.0, 282.0, 284.0, 283.0, 284.0, 284.0, 282.0, 285.0, 284.0, 282.0, 284.0, 284.0, 285.0, 284.0, 283.0, 284.0, 284.0, 283.0, 285.0, 283.0, 286.0, 284.0, 284.0, 284.0, 284.0, 285.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 285.0, 288.0, 285.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 286.0, 285.0, 284.0, 285.0, 283.0, 286.0, 285.0, 283.0, 285.0, 284.0, 284.0, 285.0, 285.0, 286.0, 285.0, 284.0, 287.0, 284.0, 283.0, 286.0, 284.0, 286.0, 284.0, 282.0, 285.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 283.0, 286.0, 285.0, 284.0, 285.0, 284.0, 283.0, 286.0, 285.0, 283.0, 286.0, 284.0, 283.0, 284.0, 283.0, 286.0, 285.0, 283.0, 285.0, 284.0, 285.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 284.0, 283.0, 286.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 286.0, 284.0, 286.0, 284.0, 284.0, 285.0, 283.0, 285.0, 284.0, 283.0, 283.0, 282.0, 285.0, 284.0, 282.0, 284.0, 283.0, 283.0, 283.0, 282.0, 286.0, 284.0, 282.0, 284.0, 284.0, 285.0, 284.0, 283.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 286.0, 284.0, 286.0, 284.0, 282.0, 286.0, 284.0, 284.0, 286.0, 284.0, 284.0, 284.0, 282.0, 285.0, 284.0, 285.0, 284.0, 282.0, 284.0, 284.0, 284.0, 284.0, 283.0, 284.0, 283.0, 283.0, 285.0, 284.0, 285.0, 285.0, 283.0, 286.0, 285.0, 283.0, 285.0, 284.0, 286.0, 285.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 283.0, 286.0, 285.0, 285.0, 286.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 284.0, 286.0, 285.0, 283.0, 285.0, 283.0, 286.0, 284.0, 286.0, 284.0, 283.0, 285.0, 283.0, 282.0, 284.0, 284.0, 284.0, 284.0, 283.0, 286.0, 285.0, 286.0, 283.0, 282.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 283.0, 286.0, 284.0, 283.0, 285.0, 284.0, 283.0, 286.0, 285.0, 283.0, 286.0, 284.0, 283.0, 284.0, 283.0, 284.0, 284.0, 285.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 282.0, 285.0, 284.0, 285.0, 283.0, 282.0, 284.0, 284.0, 282.0, 284.0, 283.0, 286.0, 284.0, 282.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 284.0, 282.0, 283.0, 282.0, 284.0, 284.0, 284.0, 285.0, 284.0, 285.0, 284.0, 283.0, 285.0, 284.0, 287.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 282.0, 285.0, 284.0, 284.0, 285.0, 283.0, 285.0, 284.0, 286.0, 284.0, 284.0, 285.0, 284.0, 282.0, 284.0, 282.0, 284.0, 284.0, 283.0, 284.0, 282.0, 285.0, 284.0, 285.0, 284.0, 282.0, 284.0, 284.0, 283.0, 283.0, 283.0, 285.0, 284.0, 284.0, 283.0, 282.0, 284.0, 284.0, 286.0, 284.0, 282.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 282.0, 284.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 286.0, 285.0, 283.0, 285.0, 284.0, 287.0, 285.0, 283.0, 286.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 283.0, 286.0, 284.0, 283.0, 285.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 282.0, 284.0, 283.0, 286.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 287.0, 285.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 285.0, 284.0, 282.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 282.0, 285.0, 284.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 285.0, 285.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 282.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 283.0, 286.0, 284.0, 283.0, 284.0, 283.0, 286.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 284.0, 286.0, 285.0, 283.0, 286.0, 285.0, 284.0, 285.0, 283.0, 286.0, 284.0, 283.0, 285.0, 283.0, 286.0, 284.0, 283.0, 285.0, 284.0, 282.0, 284.0, 284.0, 284.0, 284.0, 284.0, 283.0, 284.0, 284.0, 286.0, 285.0, 283.0, 286.0, 285.0, 283.0, 284.0, 283.0, 286.0, 284.0, 286.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 286.0, 284.0, 282.0, 284.0, 283.0, 284.0, 283.0, 282.0, 284.0, 283.0, 286.0, 284.0, 282.0, 284.0, 282.0, 285.0, 284.0, 283.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 283.0, 285.0, 285.0, 285.0, 286.0, 285.0, 283.0, 285.0, 284.0, 285.0, 285.0, 285.0, 285.0, 284.0, 286.0, 285.0, 284.0, 286.0, 285.0, 284.0, 286.0, 285.0, 287.0, 285.0, 284.0, 285.0, 284.0, 284.0, 283.0, 282.0, 285.0, 284.0, 283.0, 284.0, 282.0, 285.0, 284.0, 283.0, 285.0, 284.0, 282.0, 284.0, 284.0, 285.0, 284.0, 283.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 283.0, 286.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 284.0, 286.0, 284.0, 285.0, 284.0, 282.0, 285.0, 284.0, 285.0, 284.0, 283.0, 286.0, 284.0, 283.0, 284.0, 284.0, 286.0, 284.0, 283.0, 286.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 284.0, 284.0, 282.0, 284.0, 283.0, 285.0, 284.0, 282.0, 285.0, 284.0, 283.0, 284.0, 284.0, 286.0, 284.0, 283.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 286.0, 285.0, 284.0, 286.0, 285.0, 284.0, 284.0, 284.0, 286.0, 285.0, 284.0, 285.0, 283.0, 286.0, 284.0, 286.0, 284.0, 284.0, 285.0, 284.0, 285.0, 284.0, 282.0, 284.0, 284.0, 286.0, 284.0, 283.0, 285.0], 'WindowWidth': [636.0, 631.0, 633.0, 629.0, 628.0, 629.0, 626.0, 627.0, 624.0, 622.0, 624.0, 624.0, 627.0, 623.0, 623.0, 624.0, 624.0, 624.0, 626.0, 625.0, 625.0, 626.0, 624.0, 624.0, 625.0, 624.0, 627.0, 625.0, 627.0, 625.0, 627.0, 625.0, 623.0, 625.0, 623.0, 625.0, 623.0, 623.0, 622.0, 621.0, 623.0, 622.0, 622.0, 623.0, 622.0, 622.0, 624.0, 624.0, 622.0, 626.0, 624.0, 624.0, 626.0, 624.0, 623.0, 626.0, 624.0, 628.0, 625.0, 623.0, 626.0, 625.0, 627.0, 626.0, 624.0, 627.0, 624.0, 624.0, 627.0, 625.0, 624.0, 625.0, 624.0, 627.0, 625.0, 624.0, 627.0, 624.0, 626.0, 623.0, 623.0, 625.0, 622.0, 626.0, 623.0, 622.0, 623.0, 624.0, 623.0, 624.0, 623.0, 624.0, 625.0, 624.0, 628.0, 625.0, 624.0, 626.0, 626.0, 626.0, 626.0, 624.0, 627.0, 626.0, 626.0, 628.0, 625.0, 625.0, 625.0, 624.0, 626.0, 624.0, 625.0, 626.0, 624.0, 627.0, 624.0, 623.0, 625.0, 623.0, 627.0, 624.0, 622.0, 626.0, 625.0, 624.0, 626.0, 624.0, 624.0, 624.0, 623.0, 629.0, 625.0, 623.0, 625.0, 624.0, 622.0, 626.0, 625.0, 623.0, 627.0, 624.0, 623.0, 623.0, 622.0, 626.0, 625.0, 625.0, 622.0, 622.0, 625.0, 624.0, 622.0, 624.0, 623.0, 624.0, 624.0, 622.0, 626.0, 623.0, 622.0, 624.0, 624.0, 625.0, 624.0, 623.0, 625.0, 624.0, 623.0, 625.0, 623.0, 627.0, 624.0, 624.0, 625.0, 624.0, 625.0, 625.0, 624.0, 627.0, 624.0, 623.0, 626.0, 625.0, 629.0, 626.0, 624.0, 626.0, 624.0, 624.0, 624.0, 623.0, 628.0, 625.0, 624.0, 626.0, 623.0, 626.0, 625.0, 624.0, 626.0, 624.0, 624.0, 626.0, 625.0, 627.0, 626.0, 624.0, 628.0, 625.0, 623.0, 626.0, 625.0, 626.0, 624.0, 622.0, 625.0, 624.0, 624.0, 625.0, 624.0, 624.0, 624.0, 624.0, 627.0, 625.0, 624.0, 626.0, 625.0, 623.0, 627.0, 625.0, 623.0, 627.0, 624.0, 623.0, 625.0, 623.0, 626.0, 626.0, 623.0, 626.0, 624.0, 625.0, 624.0, 623.0, 626.0, 625.0, 623.0, 624.0, 622.0, 626.0, 624.0, 623.0, 624.0, 624.0, 623.0, 627.0, 625.0, 624.0, 627.0, 625.0, 623.0, 626.0, 625.0, 628.0, 625.0, 623.0, 627.0, 624.0, 627.0, 624.0, 623.0, 625.0, 623.0, 626.0, 623.0, 622.0, 622.0, 622.0, 625.0, 624.0, 622.0, 624.0, 622.0, 622.0, 623.0, 622.0, 626.0, 624.0, 622.0, 624.0, 624.0, 625.0, 625.0, 623.0, 625.0, 624.0, 623.0, 625.0, 624.0, 624.0, 627.0, 625.0, 626.0, 624.0, 622.0, 626.0, 624.0, 624.0, 626.0, 624.0, 623.0, 623.0, 622.0, 625.0, 624.0, 625.0, 624.0, 621.0, 624.0, 623.0, 624.0, 624.0, 623.0, 624.0, 623.0, 623.0, 625.0, 624.0, 626.0, 625.0, 624.0, 627.0, 625.0, 624.0, 626.0, 625.0, 627.0, 625.0, 623.0, 626.0, 624.0, 627.0, 625.0, 623.0, 626.0, 623.0, 626.0, 625.0, 625.0, 627.0, 625.0, 623.0, 624.0, 624.0, 624.0, 624.0, 624.0, 627.0, 626.0, 623.0, 625.0, 623.0, 626.0, 623.0, 626.0, 625.0, 622.0, 625.0, 622.0, 622.0, 624.0, 624.0, 624.0, 624.0, 623.0, 628.0, 626.0, 626.0, 623.0, 622.0, 624.0, 623.0, 626.0, 624.0, 622.0, 625.0, 625.0, 623.0, 625.0, 624.0, 624.0, 627.0, 624.0, 623.0, 625.0, 624.0, 622.0, 627.0, 626.0, 623.0, 627.0, 624.0, 622.0, 623.0, 623.0, 624.0, 624.0, 625.0, 625.0, 623.0, 626.0, 624.0, 624.0, 624.0, 622.0, 625.0, 623.0, 625.0, 622.0, 622.0, 624.0, 624.0, 622.0, 624.0, 623.0, 627.0, 624.0, 622.0, 623.0, 623.0, 625.0, 624.0, 623.0, 624.0, 624.0, 622.0, 623.0, 622.0, 624.0, 625.0, 624.0, 626.0, 624.0, 625.0, 624.0, 623.0, 626.0, 624.0, 628.0, 625.0, 623.0, 626.0, 624.0, 623.0, 626.0, 624.0, 627.0, 625.0, 624.0, 625.0, 624.0, 622.0, 625.0, 625.0, 625.0, 626.0, 623.0, 625.0, 624.0, 627.0, 625.0, 623.0, 626.0, 623.0, 622.0, 623.0, 622.0, 624.0, 624.0, 623.0, 624.0, 622.0, 625.0, 623.0, 626.0, 623.0, 622.0, 624.0, 624.0, 622.0, 623.0, 623.0, 625.0, 624.0, 624.0, 623.0, 622.0, 624.0, 623.0, 627.0, 623.0, 622.0, 624.0, 622.0, 625.0, 624.0, 622.0, 623.0, 622.0, 624.0, 624.0, 623.0, 626.0, 625.0, 622.0, 625.0, 623.0, 625.0, 624.0, 623.0, 626.0, 625.0, 628.0, 625.0, 624.0, 626.0, 624.0, 629.0, 625.0, 623.0, 627.0, 625.0, 623.0, 626.0, 624.0, 628.0, 625.0, 624.0, 625.0, 624.0, 624.0, 624.0, 623.0, 625.0, 623.0, 625.0, 624.0, 623.0, 625.0, 623.0, 626.0, 625.0, 623.0, 625.0, 624.0, 624.0, 624.0, 623.0, 625.0, 624.0, 622.0, 625.0, 623.0, 627.0, 625.0, 623.0, 626.0, 624.0, 623.0, 626.0, 624.0, 628.0, 626.0, 623.0, 626.0, 624.0, 623.0, 626.0, 624.0, 626.0, 624.0, 622.0, 625.0, 624.0, 626.0, 625.0, 624.0, 623.0, 622.0, 625.0, 625.0, 623.0, 624.0, 624.0, 623.0, 624.0, 623.0, 626.0, 625.0, 624.0, 626.0, 624.0, 624.0, 624.0, 623.0, 627.0, 625.0, 624.0, 625.0, 623.0, 625.0, 624.0, 622.0, 626.0, 624.0, 626.0, 624.0, 623.0, 626.0, 625.0, 625.0, 626.0, 624.0, 627.0, 625.0, 623.0, 626.0, 625.0, 623.0, 625.0, 623.0, 627.0, 624.0, 624.0, 627.0, 624.0, 622.0, 625.0, 624.0, 627.0, 625.0, 623.0, 627.0, 625.0, 624.0, 626.0, 623.0, 627.0, 625.0, 623.0, 625.0, 623.0, 627.0, 625.0, 623.0, 626.0, 624.0, 622.0, 624.0, 624.0, 625.0, 625.0, 624.0, 623.0, 624.0, 624.0, 627.0, 626.0, 624.0, 627.0, 625.0, 623.0, 625.0, 623.0, 626.0, 625.0, 627.0, 624.0, 622.0, 624.0, 623.0, 625.0, 624.0, 623.0, 626.0, 623.0, 621.0, 624.0, 623.0, 624.0, 623.0, 622.0, 625.0, 623.0, 626.0, 624.0, 622.0, 624.0, 622.0, 625.0, 624.0, 623.0, 623.0, 623.0, 624.0, 624.0, 625.0, 624.0, 624.0, 626.0, 624.0, 623.0, 626.0, 627.0, 625.0, 628.0, 625.0, 623.0, 626.0, 624.0, 626.0, 625.0, 626.0, 625.0, 625.0, 628.0, 625.0, 625.0, 628.0, 626.0, 624.0, 627.0, 626.0, 628.0, 625.0, 624.0, 625.0, 623.0, 624.0, 623.0, 621.0, 625.0, 623.0, 622.0, 623.0, 622.0, 625.0, 623.0, 623.0, 625.0, 624.0, 622.0, 623.0, 624.0, 626.0, 625.0, 623.0, 625.0, 624.0, 625.0, 625.0, 627.0, 625.0, 623.0, 626.0, 624.0, 623.0, 625.0, 624.0, 626.0, 625.0, 625.0, 626.0, 624.0, 625.0, 624.0, 622.0, 625.0, 623.0, 625.0, 624.0, 623.0, 626.0, 625.0, 623.0, 625.0, 624.0, 626.0, 625.0, 623.0, 626.0, 624.0, 626.0, 624.0, 624.0, 625.0, 624.0, 626.0, 624.0, 624.0, 623.0, 621.0, 624.0, 623.0, 626.0, 624.0, 622.0, 625.0, 624.0, 623.0, 625.0, 624.0, 627.0, 624.0, 623.0, 626.0, 624.0, 625.0, 624.0, 627.0, 624.0, 624.0, 624.0, 623.0, 625.0, 624.0, 623.0, 624.0, 623.0, 626.0, 624.0, 624.0, 624.0, 622.0, 625.0, 625.0, 624.0, 625.0, 623.0, 626.0, 624.0, 628.0, 625.0, 624.0, 627.0, 625.0, 625.0, 625.0, 624.0, 627.0, 626.0, 624.0, 626.0, 623.0, 626.0, 624.0, 627.0, 624.0, 623.0, 625.0, 623.0, 625.0, 624.0, 622.0, 625.0, 624.0, 626.0, 625.0, 622.0, 625.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.0003371001150747986</td></tr>
<tr><td colspan=3>aqi</td><td>0.01865331265822785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.23485686923961</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2358508123732708</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923092037903227</td></tr>
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
<tr><td colspan=3>fber</td><td>10248.3604</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08412799226319626</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8055235903337169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.31133255554741</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2142347653903474</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4904629406227365</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.229299960629146</td></tr>
<tr><td colspan=3>gcor</td><td>0.00563104</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006266893818974495</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028291920199990273</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.100755429286458</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>20.9027</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.8221</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.9948</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>2.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302087.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>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.4862</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7258</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>38.9469</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.7616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>95.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.2324</td></tr>
<tr><td colspan=3>tsnr</td><td>42.879855503328145</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>