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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-01/func/sub-0018_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>718830ffc5891c4a30ff95edbd17f2f7</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:36:48.520000</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>39</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>578b0697-f04b-4cd5-8b46-6fce2ae6c11e||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': ['103648.520000', '103648.980000', '103649.440000', '103649.900000', '103650.360000', '103650.820000', '103651.280000', '103651.740000', '103652.200000', '103652.660000', '103653.120000', '103653.580000', '103654.040000', '103654.500000', '103654.960000', '103655.420000', '103655.880000', '103656.340000', '103656.800000', '103657.260000', '103657.720000', '103658.180000', '103658.640000', '103659.100000', '103659.560000', '103700.020000', '103700.480000', '103700.940000', '103701.400000', '103701.860000', '103702.320000', '103702.780000', '103703.240000', '103703.700000', '103704.160000', '103704.620000', '103705.080000', '103705.540000', '103706.000000', '103706.460000', '103706.920000', '103707.380000', '103707.840000', '103708.300000', '103708.760000', '103709.220000', '103709.680000', '103710.140000', '103710.600000', '103711.060000', '103711.520000', '103711.980000', '103712.440000', '103712.900000', '103713.360000', '103713.820000', '103714.280000', '103714.740000', '103715.200000', '103715.660000', '103716.120000', '103716.580000', '103717.040000', '103717.500000', '103717.960000', '103718.420000', '103718.880000', '103719.340000', '103719.800000', '103720.260000', '103720.720000', '103721.180000', '103721.640000', '103722.100000', '103722.560000', '103723.020000', '103723.480000', '103723.940000', '103724.400000', '103724.860000', '103725.320000', '103725.780000', '103726.240000', '103726.700000', '103727.160000', '103727.620000', '103728.080000', '103728.540000', '103729.000000', '103729.460000', '103729.920000', '103730.380000', '103730.840000', '103731.300000', '103731.760000', '103732.220000', '103732.680000', '103733.140000', '103733.600000', '103734.060000', '103734.520000', '103734.980000', '103735.440000', '103735.900000', '103736.360000', '103736.820000', '103737.280000', '103737.740000', '103738.200000', '103738.660000', '103739.120000', '103739.580000', '103740.040000', '103740.500000', '103740.960000', '103741.420000', '103741.880000', '103742.340000', '103742.800000', '103743.260000', '103743.720000', '103744.180000', '103744.640000', '103745.100000', '103745.560000', '103746.020000', '103746.480000', '103746.940000', '103747.400000', '103747.860000', '103748.320000', '103748.780000', '103749.240000', '103749.700000', '103750.160000', '103750.620000', '103751.080000', '103751.540000', '103752.000000', '103752.460000', '103752.920000', '103753.380000', '103753.840000', '103754.300000', '103754.760000', '103755.220000', '103755.680000', '103756.140000', '103756.600000', '103757.060000', '103757.520000', '103757.980000', '103758.440000', '103758.900000', '103759.360000', '103759.820000', '103800.280000', '103800.740000', '103801.200000', '103801.660000', '103802.120000', '103802.580000', '103803.040000', '103803.500000', '103803.960000', '103804.420000', '103804.880000', '103805.340000', '103805.800000', '103806.260000', '103806.720000', '103807.180000', '103807.640000', '103808.100000', '103808.560000', '103809.020000', '103809.480000', '103809.940000', '103810.400000', '103810.860000', '103811.320000', '103811.780000', '103812.240000', '103812.700000', '103813.160000', '103813.620000', '103814.080000', '103814.540000', '103815.000000', '103815.460000', '103815.920000', '103816.380000', '103816.840000', '103817.300000', '103817.760000', '103818.220000', '103818.680000', '103819.140000', '103819.600000', '103820.060000', '103820.520000', '103820.980000', '103821.440000', '103821.900000', '103822.360000', '103822.820000', '103823.280000', '103823.740000', '103824.200000', '103824.660000', '103825.120000', '103825.580000', '103826.040000', '103826.500000', '103826.960000', '103827.420000', '103827.880000', '103828.340000', '103828.800000', '103829.260000', '103829.720000', '103830.180000', '103830.640000', '103831.100000', '103831.560000', '103832.020000', '103832.480000', '103832.940000', '103833.400000', '103833.860000', '103834.320000', '103834.780000', '103835.240000', '103835.700000', '103836.160000', '103836.620000', '103837.080000', '103837.540000', '103838.000000', '103838.460000', '103838.920000', '103839.380000', '103839.840000', '103840.300000', '103840.760000', '103841.220000', '103841.680000', '103842.140000', '103842.600000', '103843.060000', '103843.520000', '103843.980000', '103844.440000', '103844.900000', '103845.360000', '103845.820000', '103846.280000', '103846.740000', '103847.200000', '103847.660000', '103848.120000', '103848.580000', '103849.040000', '103849.500000', '103849.960000', '103850.420000', '103850.880000', '103851.340000', '103851.800000', '103852.260000', '103852.720000', '103853.180000', '103853.640000', '103854.100000', '103854.560000', '103855.020000', '103855.480000', '103855.940000', '103856.400000', '103856.860000', '103857.320000', '103857.780000', '103858.240000', '103858.700000', '103859.160000', '103859.620000', '103900.080000', '103900.540000', '103901.000000', '103901.460000', '103901.920000', '103902.380000', '103902.840000', '103903.300000', '103903.760000', '103904.220000', '103904.680000', '103905.140000', '103905.600000', '103906.060000', '103906.520000', '103906.980000', '103907.440000', '103907.900000', '103908.360000', '103908.820000', '103909.280000', '103909.740000', '103910.200000', '103910.660000', '103911.120000', '103911.580000', '103912.040000', '103912.500000', '103912.960000', '103913.420000', '103913.880000', '103914.340000', '103914.800000', '103915.260000', '103915.720000', '103916.180000', '103916.640000', '103917.100000', '103917.560000', '103918.020000', '103918.480000', '103918.940000', '103919.400000', '103919.860000', '103920.320000', '103920.780000', '103921.240000', '103921.700000', '103922.160000', '103922.620000', '103923.080000', '103923.540000', '103924.000000', '103924.460000', '103924.920000', '103925.380000', '103925.840000', '103926.300000', '103926.760000', '103927.220000', '103927.680000', '103928.140000', '103928.600000', '103929.060000', '103929.520000', '103929.980000', '103930.440000', '103930.900000', '103931.360000', '103931.820000', '103932.280000', '103932.740000', '103933.200000', '103933.660000', '103934.120000', '103934.580000', '103935.040000', '103935.500000', '103935.960000', '103936.420000', '103936.880000', '103937.340000', '103937.800000', '103938.260000', '103938.720000', '103939.180000', '103939.640000', '103940.100000', '103940.560000', '103941.020000', '103941.480000', '103941.940000', '103942.400000', '103942.860000', '103943.320000', '103943.780000', '103944.240000', '103944.700000', '103945.160000', '103945.620000', '103946.080000', '103946.540000', '103947.000000', '103947.460000', '103947.920000', '103948.380000', '103948.840000', '103949.300000', '103949.760000', '103950.220000', '103950.680000', '103951.140000', '103951.600000', '103952.060000', '103952.520000', '103952.980000', '103953.440000', '103953.900000', '103954.360000', '103954.820000', '103955.280000', '103955.740000', '103956.200000', '103956.660000', '103957.120000', '103957.580000', '103958.040000', '103958.500000', '103958.960000', '103959.420000', '103959.880000', '104000.340000', '104000.800000', '104001.260000', '104001.720000', '104002.180000', '104002.640000', '104003.100000', '104003.560000', '104004.020000', '104004.480000', '104004.940000', '104005.400000', '104005.860000', '104006.320000', '104006.780000', '104007.240000', '104007.700000', '104008.160000', '104008.620000', '104009.080000', '104009.540000', '104010.000000', '104010.460000', '104010.920000', '104011.380000', '104011.840000', '104012.300000', '104012.760000', '104013.220000', '104013.680000', '104014.140000', '104014.600000', '104015.060000', '104015.520000', '104015.980000', '104016.440000', '104016.900000', '104017.360000', '104017.820000', '104018.280000', '104018.740000', '104019.200000', '104019.660000', '104020.120000', '104020.580000', '104021.040000', '104021.500000', '104021.960000', '104022.420000', '104022.880000', '104023.340000', '104023.800000', '104024.260000', '104024.720000', '104025.180000', '104025.640000', '104026.100000', '104026.560000', '104027.020000', '104027.480000', '104027.940000', '104028.400000', '104028.860000', '104029.320000', '104029.780000', '104030.240000', '104030.700000', '104031.160000', '104031.620000', '104032.080000', '104032.540000', '104033.000000', '104033.460000', '104033.920000', '104034.380000', '104034.840000', '104035.300000', '104035.760000', '104036.220000', '104036.680000', '104037.140000', '104037.600000', '104038.060000', '104038.520000', '104038.980000', '104039.440000', '104039.900000', '104040.360000', '104040.820000', '104041.280000', '104041.740000', '104042.200000', '104042.660000', '104043.120000', '104043.580000', '104044.040000', '104044.500000', '104044.960000', '104045.420000', '104045.880000', '104046.340000', '104046.800000', '104047.260000', '104047.720000', '104048.180000', '104048.640000', '104049.100000', '104049.560000', '104050.020000', '104050.480000', '104050.940000', '104051.400000', '104051.860000', '104052.320000', '104052.780000', '104053.240000', '104053.700000', '104054.160000', '104054.620000', '104055.080000', '104055.540000', '104056.000000', '104056.460000', '104056.920000', '104057.380000', '104057.840000', '104058.300000', '104058.760000', '104059.220000', '104059.680000', '104100.140000', '104100.600000', '104101.060000', '104101.520000', '104101.980000', '104102.440000', '104102.900000', '104103.360000', '104103.820000', '104104.280000', '104104.740000', '104105.200000', '104105.660000', '104106.120000', '104106.580000', '104107.040000', '104107.500000', '104107.960000', '104108.420000', '104108.880000', '104109.340000', '104109.800000', '104110.260000', '104110.720000', '104111.180000', '104111.640000', '104112.100000', '104112.560000', '104113.020000', '104113.480000', '104113.940000', '104114.400000', '104114.860000', '104115.320000', '104115.780000', '104116.240000', '104116.700000', '104117.160000', '104117.620000', '104118.080000', '104118.540000', '104119.000000', '104119.460000', '104119.920000', '104120.380000', '104120.840000', '104121.300000', '104121.760000', '104122.220000', '104122.680000', '104123.140000', '104123.600000', '104124.060000', '104124.520000', '104124.980000', '104125.440000', '104125.900000', '104126.360000', '104126.820000', '104127.280000', '104127.740000', '104128.200000', '104128.660000', '104129.120000', '104129.580000', '104130.040000', '104130.500000', '104130.960000', '104131.420000', '104131.880000', '104132.340000', '104132.800000', '104133.260000', '104133.720000', '104134.180000', '104134.640000', '104135.100000', '104135.560000', '104136.020000', '104136.480000', '104136.940000', '104137.400000', '104137.860000', '104138.320000', '104138.780000', '104139.240000', '104139.700000', '104140.160000', '104140.620000', '104141.080000', '104141.540000', '104142.000000', '104142.460000', '104142.920000', '104143.380000', '104143.840000', '104144.300000', '104144.760000', '104145.220000', '104145.680000', '104146.140000', '104146.600000', '104147.060000', '104147.520000', '104147.980000', '104148.440000', '104148.900000', '104149.360000', '104149.820000', '104150.280000', '104150.740000', '104151.200000', '104151.660000', '104152.120000', '104152.580000', '104153.040000', '104153.500000', '104153.960000', '104154.420000', '104154.880000', '104155.340000', '104155.800000', '104156.260000', '104156.720000', '104157.180000', '104157.640000', '104158.100000', '104158.560000', '104159.020000', '104159.480000', '104159.940000', '104200.400000', '104200.860000', '104201.320000', '104201.780000', '104202.240000', '104202.700000', '104203.160000', '104203.620000', '104204.080000', '104204.540000', '104205.000000', '104205.460000', '104205.920000', '104206.380000', '104206.840000', '104207.300000', '104207.760000', '104208.220000', '104208.680000', '104209.140000', '104209.600000', '104210.060000', '104210.520000', '104210.980000', '104211.440000', '104211.900000', '104212.360000', '104212.820000', '104213.280000', '104213.740000', '104214.200000', '104214.660000', '104215.120000', '104215.580000', '104216.040000', '104216.500000', '104216.960000', '104217.420000', '104217.880000', '104218.340000', '104218.800000', '104219.260000', '104219.720000', '104220.180000', '104220.640000', '104221.100000', '104221.560000', '104222.020000', '104222.480000', '104222.940000', '104223.400000', '104223.860000', '104224.320000', '104224.780000', '104225.240000', '104225.700000', '104226.160000', '104226.620000', '104227.080000', '104227.540000', '104228.000000', '104228.460000', '104228.920000', '104229.380000', '104229.840000', '104230.300000', '104230.760000', '104231.220000', '104231.680000', '104232.140000', '104232.600000', '104233.060000', '104233.520000', '104233.980000', '104234.440000', '104234.900000', '104235.360000', '104235.820000', '104236.280000', '104236.740000', '104237.200000', '104237.660000', '104238.120000', '104238.580000', '104239.040000', '104239.500000', '104239.960000', '104240.420000', '104240.880000', '104241.340000', '104241.800000', '104242.260000', '104242.720000', '104243.180000', '104243.640000', '104244.100000', '104244.560000', '104245.020000', '104245.480000', '104245.940000', '104246.400000', '104246.860000', '104247.320000', '104247.780000', '104248.240000', '104248.700000', '104249.160000', '104249.620000', '104250.080000', '104250.540000', '104251.000000', '104251.460000', '104251.920000', '104252.380000', '104252.840000', '104253.300000', '104253.760000', '104254.220000', '104254.680000', '104255.140000', '104255.600000', '104256.060000', '104256.520000', '104256.980000', '104257.440000', '104257.900000', '104258.360000', '104258.820000', '104259.280000', '104259.740000', '104300.200000', '104300.660000', '104301.120000', '104301.580000', '104302.040000', '104302.500000', '104302.960000', '104303.420000', '104303.880000', '104304.340000', '104304.800000', '104305.260000', '104305.720000', '104306.180000', '104306.640000', '104307.100000', '104307.560000', '104308.020000', '104308.480000', '104308.940000', '104309.400000', '104309.860000', '104310.320000', '104310.780000', '104311.240000', '104311.700000', '104312.160000', '104312.620000', '104313.080000', '104313.540000', '104314.000000', '104314.460000', '104314.920000', '104315.380000', '104315.840000', '104316.300000', '104316.760000', '104317.220000', '104317.680000', '104318.140000', '104318.600000', '104319.060000', '104319.520000', '104319.980000', '104320.440000', '104320.900000', '104321.360000', '104321.820000', '104322.280000', '104322.740000', '104323.200000', '104323.660000', '104324.120000', '104324.580000', '104325.040000', '104325.500000', '104325.960000', '104326.420000', '104326.880000', '104327.340000', '104327.800000', '104328.260000', '104328.720000', '104329.180000'], 'ContentTime': ['103652.031000', '103652.253000', '103652.458000', '103652.699000', '103652.877000', '103653.065000', '103653.270000', '103653.466000', '103653.677000', '103653.866000', '103654.080000', '103654.538000', '103654.996000', '103655.472000', '103655.956000', '103656.410000', '103656.878000', '103657.338000', '103657.781000', '103658.253000', '103658.699000', '103659.162000', '103659.620000', '103700.078000', '103700.554000', '103700.998000', '103701.461000', '103701.925000', '103702.394000', '103702.856000', '103703.314000', '103703.759000', '103704.231000', '103704.681000', '103705.158000', '103705.596000', '103706.057000', '103706.517000', '103706.995000', '103707.445000', '103707.919000', '103708.370000', '103708.843000', '103709.304000', '103709.755000', '103710.202000', '103710.657000', '103711.141000', '103711.600000', '103712.057000', '103712.504000', '103712.962000', '103713.438000', '103713.898000', '103714.342000', '103714.810000', '103715.298000', '103715.720000', '103716.179000', '103716.653000', '103717.120000', '103717.562000', '103718.024000', '103718.497000', '103718.982000', '103719.413000', '103719.869000', '103720.332000', '103720.781000', '103721.256000', '103721.715000', '103722.172000', '103722.622000', '103723.097000', '103723.547000', '103724.012000', '103724.473000', '103724.943000', '103725.396000', '103725.857000', '103726.311000', '103726.767000', '103727.222000', '103727.694000', '103728.158000', '103728.619000', '103729.063000', '103729.524000', '103729.988000', '103730.447000', '103730.923000', '103731.372000', '103731.819000', '103732.292000', '103732.744000', '103733.267000', '103733.667000', '103734.132000', '103734.579000', '103735.045000', '103735.513000', '103736.002000', '103736.434000', '103736.892000', '103737.352000', '103737.815000', '103738.279000', '103738.740000', '103739.200000', '103739.681000', '103740.103000', '103740.569000', '103741.038000', '103741.501000', '103741.959000', '103742.418000', '103742.871000', '103743.341000', '103743.781000', '103744.262000', '103744.713000', '103745.165000', '103745.622000', '103746.096000', '103746.548000', '103746.997000', '103747.465000', '103747.920000', '103748.402000', '103748.853000', '103749.324000', '103749.766000', '103750.226000', '103750.691000', '103751.178000', '103751.605000', '103752.065000', '103752.533000', '103752.990000', '103753.456000', '103753.914000', '103754.373000', '103754.837000', '103755.301000', '103755.740000', '103756.209000', '103756.658000', '103757.137000', '103757.597000', '103758.051000', '103758.515000', '103758.970000', '103759.431000', '103759.987000', '103800.352000', '103800.798000', '103801.260000', '103801.737000', '103802.188000', '103802.639000', '103803.117000', '103803.561000', '103804.031000', '103804.499000', '103804.951000', '103805.411000', '103805.864000', '103806.326000', '103806.796000', '103807.264000', '103807.708000', '103808.179000', '103808.632000', '103809.100000', '103809.543000', '103810.018000', '103810.477000', '103810.936000', '103811.386000', '103811.864000', '103812.321000', '103812.765000', '103813.260000', '103813.687000', '103814.161000', '103814.608000', '103815.078000', '103815.532000', '103815.986000', '103816.449000', '103816.918000', '103817.366000', '103817.832000', '103818.295000', '103818.752000', '103819.214000', '103819.664000', '103820.144000', '103820.592000', '103821.053000', '103821.500000', '103821.970000', '103822.442000', '103822.880000', '103823.362000', '103823.801000', '103824.283000', '103824.743000', '103825.196000', '103825.645000', '103826.107000', '103826.579000', '103827.023000', '103827.505000', '103827.959000', '103828.415000', '103828.869000', '103829.339000', '103829.794000', '103830.246000', '103830.710000', '103831.213000', '103831.634000', '103832.089000', '103832.546000', '103833.019000', '103833.466000', '103833.935000', '103834.424000', '103834.857000', '103835.307000', '103835.776000', '103836.221000', '103836.688000', '103837.160000', '103837.609000', '103838.077000', '103838.540000', '103838.987000', '103839.464000', '103839.915000', '103840.375000', '103840.827000', '103841.305000', '103841.792000', '103842.216000', '103842.667000', '103843.139000', '103843.589000', '103844.063000', '103844.521000', '103844.966000', '103845.446000', '103845.884000', '103846.366000', '103846.815000', '103847.304000', '103847.736000', '103848.187000', '103848.660000', '103849.108000', '103849.571000', '103850.026000', '103850.505000', '103850.958000', '103851.413000', '103851.868000', '103852.327000', '103852.796000', '103853.258000', '103853.722000', '103854.182000', '103854.643000', '103855.087000', '103855.552000', '103856.009000', '103856.476000', '103856.946000', '103857.400000', '103857.848000', '103858.335000', '103858.782000', '103859.279000', '103859.697000', '103900.159000', '103900.610000', '103901.070000', '103901.544000', '103901.989000', '103902.447000', '103902.925000', '103903.378000', '103903.848000', '103904.287000', '103904.766000', '103905.261000', '103905.674000', '103906.142000', '103906.592000', '103907.067000', '103907.504000', '103907.980000', '103908.425000', '103908.895000', '103909.364000', '103909.806000', '103910.268000', '103910.732000', '103911.218000', '103911.653000', '103912.112000', '103912.583000', '103913.042000', '103913.523000', '103913.963000', '103914.422000', '103914.886000', '103915.336000', '103915.808000', '103916.286000', '103916.719000', '103917.232000', '103917.665000', '103918.108000', '103918.555000', '103919.005000', '103919.487000', '103919.941000', '103920.386000', '103920.860000', '103921.320000', '103921.778000', '103922.269000', '103922.690000', '103923.166000', '103923.627000', '103924.071000', '103924.543000', '103925.000000', '103925.467000', '103925.957000', '103926.381000', '103926.833000', '103927.370000', '103927.760000', '103928.234000', '103928.686000', '103929.136000', '103929.609000', '103930.068000', '103930.527000', '103930.975000', '103931.440000', '103931.890000', '103932.363000', '103932.815000', '103933.310000', '103933.741000', '103934.197000', '103934.671000', '103935.125000', '103935.579000', '103936.032000', '103936.500000', '103936.955000', '103937.419000', '103937.879000', '103938.333000', '103938.801000', '103939.246000', '103939.719000', '103940.171000', '103940.636000', '103941.094000', '103941.592000', '103942.017000', '103942.490000', '103942.946000', '103943.395000', '103943.867000', '103944.323000', '103944.774000', '103945.252000', '103945.689000', '103946.153000', '103946.606000', '103947.080000', '103947.546000', '103948.006000', '103948.466000', '103948.911000', '103949.383000', '103949.834000', '103950.293000', '103950.762000', '103951.222000', '103951.688000', '103952.135000', '103952.598000', '103953.053000', '103953.526000', '103953.988000', '103954.442000', '103954.897000', '103955.353000', '103955.826000', '103956.276000', '103956.750000', '103957.200000', '103957.654000', '103958.133000', '103958.588000', '103959.031000', '103959.513000', '103959.992000', '104000.458000', '104000.870000', '104001.333000', '104001.807000', '104002.268000', '104002.714000', '104003.184000', '104003.647000', '104004.105000', '104004.566000', '104005.012000', '104005.485000', '104005.941000', '104006.413000', '104006.874000', '104007.326000', '104007.790000', '104008.249000', '104008.703000', '104009.172000', '104009.624000', '104010.074000', '104010.547000', '104011.003000', '104011.456000', '104011.932000', '104012.380000', '104012.852000', '104013.303000', '104013.772000', '104014.216000', '104014.676000', '104015.145000', '104015.615000', '104016.054000', '104016.525000', '104016.992000', '104017.443000', '104017.902000', '104018.361000', '104018.827000', '104019.282000', '104019.772000', '104020.209000', '104020.673000', '104021.118000', '104021.617000', '104022.046000', '104022.502000', '104022.971000', '104023.414000', '104023.893000', '104024.353000', '104024.796000', '104025.266000', '104025.724000', '104026.186000', '104026.639000', '104027.099000', '104027.569000', '104028.014000', '104028.492000', '104028.941000', '104029.407000', '104029.869000', '104030.313000', '104030.788000', '104031.236000', '104031.705000', '104032.156000', '104032.623000', '104033.079000', '104033.539000', '104033.996000', '104034.453000', '104034.926000', '104035.381000', '104035.847000', '104036.307000', '104036.803000', '104037.236000', '104037.686000', '104038.153000', '104038.613000', '104039.053000', '104039.534000', '104039.994000', '104040.454000', '104040.935000', '104041.363000', '104041.827000', '104042.289000', '104042.759000', '104043.218000', '104043.669000', '104044.115000', '104044.575000', '104045.048000', '104045.532000', '104045.966000', '104046.413000', '104046.880000', '104047.343000', '104047.814000', '104048.266000', '104048.729000', '104049.175000', '104049.653000', '104050.127000', '104050.557000', '104051.017000', '104051.491000', '104051.951000', '104052.413000', '104052.855000', '104053.327000', '104053.801000', '104054.255000', '104054.698000', '104055.173000', '104055.627000', '104056.086000', '104056.555000', '104057.004000', '104057.469000', '104057.918000', '104058.392000', '104058.852000', '104059.321000', '104059.776000', '104100.223000', '104100.684000', '104101.141000', '104101.625000', '104102.079000', '104102.538000', '104102.994000', '104103.440000', '104103.901000', '104104.375000', '104104.819000', '104105.283000', '104105.752000', '104106.209000', '104106.663000', '104107.120000', '104107.597000', '104108.038000', '104108.515000', '104108.998000', '104109.434000', '104109.889000', '104110.346000', '104110.814000', '104111.278000', '104111.726000', '104112.196000', '104112.642000', '104113.121000', '104113.565000', '104114.024000', '104114.500000', '104114.954000', '104115.407000', '104115.872000', '104116.341000', '104116.795000', '104117.252000', '104117.717000', '104118.160000', '104118.622000', '104119.131000', '104119.542000', '104120.001000', '104120.475000', '104120.939000', '104121.381000', '104121.890000', '104122.299000', '104122.765000', '104123.313000', '104123.691000', '104124.155000', '104124.606000', '104125.065000', '104125.523000', '104125.987000', '104126.440000', '104126.898000', '104127.375000', '104127.844000', '104128.298000', '104128.762000', '104129.219000', '104129.664000', '104130.126000', '104130.591000', '104131.084000', '104131.512000', '104131.976000', '104132.419000', '104132.895000', '104133.341000', '104133.821000', '104134.270000', '104134.732000', '104135.190000', '104135.639000', '104136.118000', '104136.567000', '104137.041000', '104137.483000', '104137.945000', '104138.422000', '104138.887000', '104139.355000', '104139.794000', '104140.250000', '104140.744000', '104141.185000', '104141.629000', '104142.092000', '104142.580000', '104143.017000', '104143.476000', '104143.970000', '104144.400000', '104144.855000', '104145.303000', '104145.780000', '104146.234000', '104146.700000', '104147.146000', '104147.609000', '104148.069000', '104148.543000', '104149.000000', '104149.443000', '104149.916000', '104150.380000', '104150.829000', '104151.297000', '104151.750000', '104152.210000', '104152.707000', '104153.125000', '104153.588000', '104154.067000', '104154.515000', '104154.981000', '104155.442000', '104155.942000', '104156.356000', '104156.820000', '104157.277000', '104157.740000', '104158.196000', '104158.650000', '104159.125000', '104159.565000', '104200.031000', '104200.505000', '104200.959000', '104201.420000', '104201.864000', '104202.334000', '104202.798000', '104203.246000', '104203.704000', '104204.183000', '104204.650000', '104205.106000', '104205.579000', '104206.028000', '104206.475000', '104206.943000', '104207.396000', '104207.893000', '104208.324000', '104208.780000', '104209.259000', '104209.700000', '104210.149000', '104210.616000', '104211.075000', '104211.535000', '104211.986000', '104212.461000', '104212.906000', '104213.380000', '104213.847000', '104214.308000', '104214.799000', '104215.221000', '104215.681000', '104216.143000', '104216.602000', '104217.062000', '104217.515000', '104217.981000', '104218.429000', '104218.901000', '104219.361000', '104219.824000', '104220.281000', '104220.750000', '104221.198000', '104221.660000', '104222.119000', '104222.567000', '104223.030000', '104223.499000', '104223.964000', '104224.449000', '104224.890000', '104225.345000', '104225.801000', '104226.254000', '104226.721000', '104227.180000', '104227.627000', '104228.094000', '104228.556000', '104229.011000', '104229.473000', '104229.942000', '104230.401000', '104230.850000', '104231.325000', '104231.771000', '104232.240000', '104232.691000', '104233.173000', '104233.625000', '104234.073000', '104234.546000', '104235.003000', '104235.450000', '104235.923000', '104236.386000', '104236.841000', '104237.308000', '104237.756000', '104238.223000', '104238.690000', '104239.137000', '104239.602000', '104240.047000', '104240.524000', '104240.988000', '104241.431000', '104241.901000', '104242.366000', '104242.826000', '104243.281000', '104243.737000', '104244.204000', '104244.670000', '104245.126000', '104245.572000', '104246.034000', '104246.494000', '104246.956000', '104247.418000', '104247.877000', '104248.353000', '104248.803000', '104249.272000', '104249.715000', '104250.190000', '104250.641000', '104251.097000', '104251.568000', '104252.030000', '104252.493000', '104252.945000', '104253.394000', '104253.868000', '104254.326000', '104254.798000', '104255.243000', '104255.710000', '104256.165000', '104256.636000', '104257.089000', '104257.548000', '104258.006000', '104258.467000', '104258.921000', '104259.375000', '104259.845000', '104300.312000', '104300.757000', '104301.217000', '104301.675000', '104302.172000', '104302.616000', '104303.057000', '104303.526000', '104303.995000', '104304.451000', '104304.911000', '104305.394000', '104305.819000', '104306.290000', '104306.780000', '104307.213000', '104307.701000', '104308.116000', '104308.617000', '104309.036000', '104309.494000', '104309.962000', '104310.429000', '104310.889000', '104311.353000', '104311.799000', '104312.256000', '104312.724000', '104313.197000', '104313.648000', '104314.105000', '104314.559000', '104315.030000', '104315.495000', '104315.945000', '104316.401000', '104316.864000', '104317.326000', '104317.792000', '104318.256000', '104318.705000', '104319.170000', '104319.630000', '104320.078000', '104320.541000', '104321.010000', '104321.469000', '104321.957000', '104322.381000', '104322.851000', '104323.299000', '104323.774000', '104324.230000', '104324.694000', '104325.157000', '104325.604000', '104326.065000', '104326.531000', '104326.986000', '104327.483000', '104327.903000', '104328.377000', '104328.834000', '104329.292000', '104329.744000', '104330.196000'], 'InstanceCreationTime': ['103652.031000', '103652.253000', '103652.458000', '103652.699000', '103652.877000', '103653.065000', '103653.270000', '103653.466000', '103653.677000', '103653.866000', '103654.080000', '103654.538000', '103654.996000', '103655.472000', '103655.956000', '103656.410000', '103656.878000', '103657.338000', '103657.781000', '103658.253000', '103658.699000', '103659.162000', '103659.620000', '103700.078000', '103700.554000', '103700.998000', '103701.461000', '103701.925000', '103702.394000', '103702.856000', '103703.314000', '103703.759000', '103704.231000', '103704.681000', '103705.158000', '103705.596000', '103706.057000', '103706.517000', '103706.995000', '103707.445000', '103707.919000', '103708.370000', '103708.843000', '103709.304000', '103709.755000', '103710.202000', '103710.657000', '103711.141000', '103711.600000', '103712.057000', '103712.504000', '103712.962000', '103713.438000', '103713.898000', '103714.342000', '103714.810000', '103715.298000', '103715.720000', '103716.179000', '103716.653000', '103717.120000', '103717.562000', '103718.024000', '103718.497000', '103718.982000', '103719.413000', '103719.869000', '103720.332000', '103720.781000', '103721.256000', '103721.715000', '103722.172000', '103722.622000', '103723.097000', '103723.547000', '103724.012000', '103724.473000', '103724.943000', '103725.396000', '103725.857000', '103726.311000', '103726.767000', '103727.222000', '103727.694000', '103728.158000', '103728.619000', '103729.063000', '103729.524000', '103729.988000', '103730.447000', '103730.923000', '103731.372000', '103731.819000', '103732.292000', '103732.744000', '103733.267000', '103733.667000', '103734.132000', '103734.579000', '103735.045000', '103735.513000', '103736.002000', '103736.434000', '103736.892000', '103737.352000', '103737.815000', '103738.279000', '103738.740000', '103739.200000', '103739.681000', '103740.103000', '103740.569000', '103741.038000', '103741.501000', '103741.959000', '103742.418000', '103742.871000', '103743.341000', '103743.781000', '103744.262000', '103744.713000', '103745.165000', '103745.622000', '103746.096000', '103746.548000', '103746.997000', '103747.465000', '103747.920000', '103748.402000', '103748.853000', '103749.324000', '103749.766000', '103750.226000', '103750.691000', '103751.178000', '103751.605000', '103752.065000', '103752.533000', '103752.990000', '103753.456000', '103753.914000', '103754.373000', '103754.837000', '103755.301000', '103755.740000', '103756.209000', '103756.658000', '103757.137000', '103757.597000', '103758.051000', '103758.515000', '103758.970000', '103759.431000', '103759.987000', '103800.352000', '103800.798000', '103801.260000', '103801.737000', '103802.188000', '103802.639000', '103803.117000', '103803.561000', '103804.031000', '103804.499000', '103804.951000', '103805.411000', '103805.864000', '103806.326000', '103806.796000', '103807.264000', '103807.708000', '103808.179000', '103808.632000', '103809.100000', '103809.543000', '103810.018000', '103810.477000', '103810.936000', '103811.386000', '103811.864000', '103812.321000', '103812.765000', '103813.260000', '103813.687000', '103814.161000', '103814.608000', '103815.078000', '103815.532000', '103815.986000', '103816.449000', '103816.918000', '103817.366000', '103817.832000', '103818.295000', '103818.752000', '103819.214000', '103819.664000', '103820.144000', '103820.592000', '103821.053000', '103821.500000', '103821.970000', '103822.442000', '103822.880000', '103823.362000', '103823.801000', '103824.283000', '103824.743000', '103825.196000', '103825.645000', '103826.107000', '103826.579000', '103827.023000', '103827.505000', '103827.959000', '103828.415000', '103828.869000', '103829.339000', '103829.794000', '103830.246000', '103830.710000', '103831.213000', '103831.634000', '103832.089000', '103832.546000', '103833.019000', '103833.466000', '103833.935000', '103834.424000', '103834.857000', '103835.307000', '103835.776000', '103836.221000', '103836.688000', '103837.160000', '103837.609000', '103838.077000', '103838.540000', '103838.987000', '103839.464000', '103839.915000', '103840.375000', '103840.827000', '103841.305000', '103841.792000', '103842.216000', '103842.667000', '103843.139000', '103843.589000', '103844.063000', '103844.521000', '103844.966000', '103845.446000', '103845.884000', '103846.366000', '103846.815000', '103847.304000', '103847.736000', '103848.187000', '103848.660000', '103849.108000', '103849.571000', '103850.026000', '103850.505000', '103850.958000', '103851.413000', '103851.868000', '103852.327000', '103852.796000', '103853.258000', '103853.722000', '103854.182000', '103854.643000', '103855.087000', '103855.552000', '103856.009000', '103856.476000', '103856.946000', '103857.400000', '103857.848000', '103858.335000', '103858.782000', '103859.279000', '103859.697000', '103900.159000', '103900.610000', '103901.070000', '103901.544000', '103901.989000', '103902.447000', '103902.925000', '103903.378000', '103903.848000', '103904.287000', '103904.766000', '103905.261000', '103905.674000', '103906.142000', '103906.592000', '103907.067000', '103907.504000', '103907.980000', '103908.425000', '103908.895000', '103909.364000', '103909.806000', '103910.268000', '103910.732000', '103911.218000', '103911.653000', '103912.112000', '103912.583000', '103913.042000', '103913.523000', '103913.963000', '103914.422000', '103914.886000', '103915.336000', '103915.808000', '103916.286000', '103916.719000', '103917.232000', '103917.665000', '103918.108000', '103918.555000', '103919.005000', '103919.487000', '103919.941000', '103920.386000', '103920.860000', '103921.320000', '103921.778000', '103922.269000', '103922.690000', '103923.166000', '103923.627000', '103924.071000', '103924.543000', '103925.000000', '103925.467000', '103925.957000', '103926.381000', '103926.833000', '103927.370000', '103927.760000', '103928.234000', '103928.686000', '103929.136000', '103929.609000', '103930.068000', '103930.527000', '103930.975000', '103931.440000', '103931.890000', '103932.363000', '103932.815000', '103933.310000', '103933.741000', '103934.197000', '103934.671000', '103935.125000', '103935.579000', '103936.032000', '103936.500000', '103936.955000', '103937.419000', '103937.879000', '103938.333000', '103938.801000', '103939.246000', '103939.719000', '103940.171000', '103940.636000', '103941.094000', '103941.592000', '103942.017000', '103942.490000', '103942.946000', '103943.395000', '103943.867000', '103944.323000', '103944.774000', '103945.252000', '103945.689000', '103946.153000', '103946.606000', '103947.080000', '103947.546000', '103948.006000', '103948.466000', '103948.911000', '103949.383000', '103949.834000', '103950.293000', '103950.762000', '103951.222000', '103951.688000', '103952.135000', '103952.598000', '103953.053000', '103953.526000', '103953.988000', '103954.442000', '103954.897000', '103955.353000', '103955.826000', '103956.276000', '103956.750000', '103957.200000', '103957.654000', '103958.133000', '103958.588000', '103959.031000', '103959.513000', '103959.992000', '104000.458000', '104000.870000', '104001.333000', '104001.807000', '104002.268000', '104002.714000', '104003.184000', '104003.647000', '104004.105000', '104004.566000', '104005.012000', '104005.485000', '104005.941000', '104006.413000', '104006.874000', '104007.326000', '104007.790000', '104008.249000', '104008.703000', '104009.172000', '104009.624000', '104010.074000', '104010.547000', '104011.003000', '104011.456000', '104011.932000', '104012.380000', '104012.852000', '104013.303000', '104013.772000', '104014.216000', '104014.676000', '104015.145000', '104015.615000', '104016.054000', '104016.525000', '104016.992000', '104017.443000', '104017.902000', '104018.361000', '104018.827000', '104019.282000', '104019.772000', '104020.209000', '104020.673000', '104021.118000', '104021.617000', '104022.046000', '104022.502000', '104022.971000', '104023.414000', '104023.893000', '104024.353000', '104024.796000', '104025.266000', '104025.724000', '104026.186000', '104026.639000', '104027.099000', '104027.569000', '104028.014000', '104028.492000', '104028.941000', '104029.407000', '104029.869000', '104030.313000', '104030.788000', '104031.236000', '104031.705000', '104032.156000', '104032.623000', '104033.079000', '104033.539000', '104033.996000', '104034.453000', '104034.926000', '104035.381000', '104035.847000', '104036.307000', '104036.803000', '104037.236000', '104037.686000', '104038.153000', '104038.613000', '104039.053000', '104039.534000', '104039.994000', '104040.454000', '104040.935000', '104041.363000', '104041.827000', '104042.289000', '104042.759000', '104043.218000', '104043.669000', '104044.115000', '104044.575000', '104045.048000', '104045.532000', '104045.966000', '104046.413000', '104046.880000', '104047.343000', '104047.814000', '104048.266000', '104048.729000', '104049.175000', '104049.653000', '104050.127000', '104050.557000', '104051.017000', '104051.491000', '104051.951000', '104052.413000', '104052.855000', '104053.327000', '104053.801000', '104054.255000', '104054.698000', '104055.173000', '104055.627000', '104056.086000', '104056.555000', '104057.004000', '104057.469000', '104057.918000', '104058.392000', '104058.852000', '104059.321000', '104059.776000', '104100.223000', '104100.684000', '104101.141000', '104101.625000', '104102.079000', '104102.538000', '104102.994000', '104103.440000', '104103.901000', '104104.375000', '104104.819000', '104105.283000', '104105.752000', '104106.209000', '104106.663000', '104107.120000', '104107.597000', '104108.038000', '104108.515000', '104108.998000', '104109.434000', '104109.889000', '104110.346000', '104110.814000', '104111.278000', '104111.726000', '104112.196000', '104112.642000', '104113.121000', '104113.565000', '104114.024000', '104114.500000', '104114.954000', '104115.407000', '104115.872000', '104116.341000', '104116.795000', '104117.252000', '104117.717000', '104118.160000', '104118.622000', '104119.131000', '104119.542000', '104120.001000', '104120.475000', '104120.939000', '104121.381000', '104121.890000', '104122.299000', '104122.765000', '104123.313000', '104123.691000', '104124.155000', '104124.606000', '104125.065000', '104125.523000', '104125.987000', '104126.440000', '104126.898000', '104127.375000', '104127.844000', '104128.298000', '104128.762000', '104129.219000', '104129.664000', '104130.126000', '104130.591000', '104131.084000', '104131.512000', '104131.976000', '104132.419000', '104132.895000', '104133.341000', '104133.821000', '104134.270000', '104134.732000', '104135.190000', '104135.639000', '104136.118000', '104136.567000', '104137.041000', '104137.483000', '104137.945000', '104138.422000', '104138.887000', '104139.355000', '104139.794000', '104140.250000', '104140.744000', '104141.185000', '104141.629000', '104142.092000', '104142.580000', '104143.017000', '104143.476000', '104143.970000', '104144.400000', '104144.855000', '104145.303000', '104145.780000', '104146.234000', '104146.700000', '104147.146000', '104147.609000', '104148.069000', '104148.543000', '104149.000000', '104149.443000', '104149.916000', '104150.380000', '104150.829000', '104151.297000', '104151.750000', '104152.210000', '104152.707000', '104153.125000', '104153.588000', '104154.067000', '104154.515000', '104154.981000', '104155.442000', '104155.942000', '104156.356000', '104156.820000', '104157.277000', '104157.740000', '104158.196000', '104158.650000', '104159.125000', '104159.565000', '104200.031000', '104200.505000', '104200.959000', '104201.420000', '104201.864000', '104202.334000', '104202.798000', '104203.246000', '104203.704000', '104204.183000', '104204.650000', '104205.106000', '104205.579000', '104206.028000', '104206.475000', '104206.943000', '104207.396000', '104207.893000', '104208.324000', '104208.780000', '104209.259000', '104209.700000', '104210.149000', '104210.616000', '104211.075000', '104211.535000', '104211.986000', '104212.461000', '104212.906000', '104213.380000', '104213.847000', '104214.308000', '104214.799000', '104215.221000', '104215.681000', '104216.143000', '104216.602000', '104217.062000', '104217.515000', '104217.981000', '104218.429000', '104218.901000', '104219.361000', '104219.824000', '104220.281000', '104220.750000', '104221.198000', '104221.660000', '104222.119000', '104222.567000', '104223.030000', '104223.499000', '104223.964000', '104224.449000', '104224.890000', '104225.345000', '104225.801000', '104226.254000', '104226.721000', '104227.180000', '104227.627000', '104228.094000', '104228.556000', '104229.011000', '104229.473000', '104229.942000', '104230.401000', '104230.850000', '104231.325000', '104231.771000', '104232.240000', '104232.691000', '104233.173000', '104233.625000', '104234.073000', '104234.546000', '104235.003000', '104235.450000', '104235.923000', '104236.386000', '104236.841000', '104237.308000', '104237.756000', '104238.223000', '104238.690000', '104239.137000', '104239.602000', '104240.047000', '104240.524000', '104240.988000', '104241.431000', '104241.901000', '104242.366000', '104242.826000', '104243.281000', '104243.737000', '104244.204000', '104244.670000', '104245.126000', '104245.572000', '104246.034000', '104246.494000', '104246.956000', '104247.418000', '104247.877000', '104248.353000', '104248.803000', '104249.272000', '104249.715000', '104250.190000', '104250.641000', '104251.097000', '104251.568000', '104252.030000', '104252.493000', '104252.945000', '104253.394000', '104253.868000', '104254.326000', '104254.798000', '104255.243000', '104255.710000', '104256.165000', '104256.636000', '104257.089000', '104257.548000', '104258.006000', '104258.467000', '104258.921000', '104259.375000', '104259.845000', '104300.312000', '104300.757000', '104301.217000', '104301.675000', '104302.172000', '104302.616000', '104303.057000', '104303.526000', '104303.995000', '104304.451000', '104304.911000', '104305.394000', '104305.819000', '104306.290000', '104306.780000', '104307.213000', '104307.701000', '104308.116000', '104308.617000', '104309.036000', '104309.494000', '104309.962000', '104310.429000', '104310.889000', '104311.353000', '104311.799000', '104312.256000', '104312.724000', '104313.197000', '104313.648000', '104314.105000', '104314.559000', '104315.030000', '104315.495000', '104315.945000', '104316.401000', '104316.864000', '104317.326000', '104317.792000', '104318.256000', '104318.705000', '104319.170000', '104319.630000', '104320.078000', '104320.541000', '104321.010000', '104321.469000', '104321.957000', '104322.381000', '104322.851000', '104323.299000', '104323.774000', '104324.230000', '104324.694000', '104325.157000', '104325.604000', '104326.065000', '104326.531000', '104326.986000', '104327.483000', '104327.903000', '104328.377000', '104328.834000', '104329.292000', '104329.744000', '104330.196000'], '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': [868, 655, 655, 668, 581, 923, 611, 531, 893, 652, 524, 728, 573, 512, 694, 572, 910, 675, 853, 659, 527, 742, 579, 537, 727, 584, 587, 615, 540, 693, 557, 537, 681, 668, 554, 569, 593, 530, 833, 696, 1012, 748, 598, 824, 698, 600, 634, 612, 529, 730, 596, 559, 603, 948, 805, 649, 557, 607, 894, 622, 525, 876, 848, 718, 703, 931, 660, 572, 503, 788, 609, 519, 772, 784, 623, 545, 824, 639, 555, 917, 749, 597, 535, 611, 557, 497, 644, 569, 538, 502, 658, 560, 496, 666, 622, 621, 844, 911, 721, 582, 744, 575, 510, 813, 706, 575, 859, 894, 679, 593, 1020, 687, 568, 856, 689, 573, 927, 658, 579, 669, 939, 683, 530, 886, 662, 655, 940, 667, 1015, 762, 579, 784, 612, 515, 690, 565, 507, 682, 596, 519, 466, 719, 574, 484, 761, 597, 500, 811, 562, 489, 666, 556, 494, 663, 594, 513, 871, 596, 510, 693, 582, 526, 752, 597, 852, 761, 633, 506, 676, 546, 715, 601, 591, 947, 838, 807, 960, 740, 638, 1084, 807, 678, 578, 955, 776, 570, 974, 997, 912, 855, 680, 614, 604, 561, 501, 598, 539, 540, 485, 661, 562, 508, 475, 705, 589, 550, 593, 647, 526, 537, 631, 538, 530, 679, 563, 528, 675, 546, 494, 615, 524, 460, 613, 523, 484, 586, 536, 479, 668, 568, 487, 555, 550, 497, 694, 586, 677, 882, 658, 579, 855, 628, 511, 725, 589, 558, 920, 869, 853, 869, 1023, 616, 533, 714, 612, 534, 679, 502, 826, 603, 608, 883, 572, 525, 718, 561, 696, 697, 538, 807, 602, 559, 763, 596, 484, 793, 662, 550, 691, 535, 484, 618, 536, 483, 660, 519, 533, 556, 484, 624, 537, 482, 598, 548, 479, 705, 531, 487, 656, 509, 735, 532, 636, 525, 475, 704, 593, 526, 479, 597, 502, 465, 566, 508, 565, 796, 668, 658, 900, 744, 610, 758, 598, 818, 850, 912, 986, 1044, 771, 601, 485, 624, 574, 560, 560, 556, 525, 542, 563, 808, 548, 510, 613, 541, 499, 715, 530, 488, 670, 525, 551, 635, 528, 548, 546, 543, 517, 499, 782, 559, 525, 508, 519, 499, 466, 588, 510, 465, 633, 516, 469, 609, 517, 469, 644, 527, 476, 684, 542, 482, 870, 703, 563, 513, 546, 473, 561, 515, 474, 795, 612, 603, 751, 525, 484, 571, 492, 790, 724, 875, 809, 611, 868, 870, 720, 567, 814, 631, 486, 520, 609, 539, 512, 483, 589, 686, 489, 500, 518, 581, 524, 674, 855, 558, 517, 567, 480, 519, 572, 490, 540, 512, 486, 588, 580, 484, 474, 530, 514, 542, 869, 542, 463, 561, 476, 683, 499, 805, 623, 503, 752, 492, 476, 528, 494, 759, 715, 513, 837, 520, 518, 502, 547, 516, 551, 800, 482, 632, 499, 515, 488, 464, 803, 483, 693, 504, 520, 537, 467, 720, 495, 771, 507, 514, 517, 462, 637, 493, 603, 496, 461, 541, 469, 635, 500, 503, 469, 457, 587, 472, 637, 485, 452, 542, 472, 604, 498, 473, 555, 488, 492, 521, 478, 629, 529, 481, 662, 529, 467, 649, 500, 648, 518, 462, 584, 495, 702, 517, 474, 556, 492, 563, 574, 493, 486, 608, 486, 486, 552, 496, 649, 606, 632, 966, 754, 616, 512, 643, 538, 469, 739, 684, 544, 897, 825, 594, 916, 767, 537, 973, 730, 536, 934, 646, 505, 835, 570, 564, 806, 555, 483, 523, 533, 482, 562, 505, 479, 575, 538, 482, 525, 515, 489, 678, 513, 473, 786, 564, 482, 594, 492, 478, 568, 503, 660, 514, 471, 757, 521, 497, 585, 494, 794, 528, 872, 648, 716, 873, 574, 627, 826, 526, 548, 773, 524, 487, 721, 642, 886, 857, 782, 634, 526, 521, 544, 522, 647, 533, 756, 522, 726, 554, 489, 576, 504, 786, 565, 520, 577, 487, 685, 510, 481, 552, 493, 506, 641, 495, 490, 687, 538, 479, 496, 505, 479, 655, 523, 638, 524, 492, 572, 478, 654, 500, 529, 523, 484, 637, 521, 547, 531, 473, 671, 499, 693, 533, 488, 569, 492, 747, 507, 483, 544, 497, 581, 514, 500, 532, 507, 621, 514, 549, 522, 495, 645, 497, 836, 585, 511, 579, 474, 650, 523, 470, 837, 631, 526, 570, 536, 483, 480, 731, 663, 625, 484, 653, 522, 820, 655, 766, 757, 649, 956, 591, 835, 649, 493, 884, 598, 543, 710, 510, 851, 598, 507, 635, 501, 671, 676, 515, 631, 498, 468, 560, 488, 552, 501, 486, 580, 496, 500, 515, 483, 611, 505, 467, 777, 572, 476, 579, 482, 647, 520, 718, 624, 492, 618, 493, 531, 504, 485, 823, 618, 589, 684, 497, 667, 502, 700, 549, 896, 669, 631, 927, 668, 501, 963, 621, 470, 609, 505, 507, 855, 635, 488, 565, 496, 480, 484, 648, 520, 541, 598, 489, 778, 577, 476, 703, 521, 516, 824, 511, 469, 537, 491, 466, 541, 508, 472, 563, 495, 465, 563, 508, 467, 581, 517, 472, 812, 532, 491, 563, 520, 501, 550, 466, 825, 603, 468, 565, 493, 603, 498, 736, 589, 501, 809, 492, 481, 530, 481, 814, 918, 773, 598, 557, 540, 491, 499, 881, 953, 700, 517, 603, 526, 498, 567, 527, 500, 703, 529, 471], 'WindowCenter': [288.0, 285.0, 285.0, 284.0, 283.0, 285.0, 283.0, 283.0, 285.0, 282.0, 281.0, 283.0, 282.0, 281.0, 283.0, 282.0, 284.0, 282.0, 284.0, 282.0, 281.0, 283.0, 282.0, 281.0, 284.0, 282.0, 282.0, 282.0, 282.0, 285.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 281.0, 284.0, 284.0, 286.0, 283.0, 282.0, 284.0, 282.0, 283.0, 282.0, 282.0, 281.0, 283.0, 284.0, 283.0, 282.0, 284.0, 283.0, 282.0, 282.0, 282.0, 283.0, 281.0, 279.0, 284.0, 283.0, 281.0, 281.0, 282.0, 280.0, 280.0, 278.0, 281.0, 279.0, 279.0, 280.0, 280.0, 279.0, 278.0, 280.0, 279.0, 279.0, 282.0, 281.0, 279.0, 278.0, 279.0, 279.0, 279.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 280.0, 282.0, 282.0, 282.0, 284.0, 284.0, 282.0, 280.0, 282.0, 280.0, 280.0, 283.0, 282.0, 281.0, 284.0, 285.0, 283.0, 282.0, 285.0, 283.0, 281.0, 283.0, 282.0, 280.0, 283.0, 281.0, 280.0, 281.0, 283.0, 281.0, 279.0, 281.0, 279.0, 279.0, 281.0, 279.0, 281.0, 280.0, 278.0, 280.0, 279.0, 278.0, 280.0, 279.0, 278.0, 280.0, 279.0, 279.0, 278.0, 281.0, 280.0, 279.0, 282.0, 280.0, 279.0, 282.0, 280.0, 279.0, 281.0, 281.0, 280.0, 283.0, 283.0, 281.0, 285.0, 282.0, 281.0, 282.0, 282.0, 281.0, 283.0, 282.0, 285.0, 284.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 285.0, 284.0, 283.0, 284.0, 283.0, 282.0, 284.0, 283.0, 282.0, 281.0, 284.0, 282.0, 280.0, 284.0, 285.0, 284.0, 283.0, 282.0, 281.0, 280.0, 279.0, 278.0, 278.0, 277.0, 278.0, 277.0, 279.0, 279.0, 278.0, 277.0, 279.0, 277.0, 277.0, 277.0, 277.0, 276.0, 277.0, 278.0, 277.0, 277.0, 278.0, 277.0, 276.0, 278.0, 277.0, 276.0, 278.0, 278.0, 277.0, 279.0, 279.0, 278.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 283.0, 282.0, 282.0, 283.0, 282.0, 281.0, 284.0, 282.0, 281.0, 282.0, 282.0, 280.0, 284.0, 284.0, 284.0, 283.0, 284.0, 281.0, 280.0, 281.0, 279.0, 278.0, 279.0, 277.0, 280.0, 279.0, 279.0, 280.0, 278.0, 276.0, 278.0, 276.0, 277.0, 277.0, 276.0, 278.0, 277.0, 276.0, 278.0, 277.0, 276.0, 278.0, 277.0, 276.0, 277.0, 276.0, 276.0, 278.0, 277.0, 276.0, 278.0, 277.0, 277.0, 278.0, 277.0, 278.0, 278.0, 277.0, 279.0, 279.0, 278.0, 281.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 280.0, 279.0, 280.0, 282.0, 282.0, 280.0, 280.0, 282.0, 281.0, 280.0, 281.0, 281.0, 281.0, 284.0, 283.0, 283.0, 285.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 284.0, 281.0, 280.0, 279.0, 281.0, 279.0, 278.0, 277.0, 277.0, 276.0, 277.0, 277.0, 279.0, 277.0, 276.0, 276.0, 275.0, 275.0, 276.0, 275.0, 275.0, 276.0, 275.0, 276.0, 277.0, 276.0, 276.0, 275.0, 276.0, 275.0, 275.0, 278.0, 277.0, 276.0, 276.0, 277.0, 277.0, 277.0, 278.0, 278.0, 277.0, 279.0, 279.0, 277.0, 279.0, 279.0, 278.0, 280.0, 279.0, 279.0, 281.0, 279.0, 279.0, 283.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 282.0, 281.0, 281.0, 282.0, 280.0, 279.0, 280.0, 279.0, 281.0, 281.0, 282.0, 281.0, 280.0, 282.0, 281.0, 280.0, 279.0, 281.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 280.0, 277.0, 277.0, 276.0, 277.0, 276.0, 278.0, 279.0, 276.0, 276.0, 276.0, 275.0, 276.0, 276.0, 276.0, 276.0, 276.0, 276.0, 278.0, 278.0, 276.0, 276.0, 278.0, 278.0, 277.0, 280.0, 278.0, 277.0, 278.0, 277.0, 279.0, 277.0, 280.0, 278.0, 277.0, 279.0, 277.0, 277.0, 278.0, 277.0, 280.0, 280.0, 277.0, 280.0, 277.0, 277.0, 276.0, 277.0, 276.0, 277.0, 280.0, 276.0, 278.0, 276.0, 276.0, 277.0, 276.0, 279.0, 276.0, 278.0, 276.0, 276.0, 276.0, 276.0, 278.0, 276.0, 279.0, 276.0, 276.0, 276.0, 276.0, 277.0, 276.0, 278.0, 276.0, 276.0, 277.0, 277.0, 278.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 279.0, 277.0, 277.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 280.0, 280.0, 282.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 279.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 285.0, 283.0, 283.0, 281.0, 282.0, 281.0, 279.0, 282.0, 282.0, 280.0, 283.0, 282.0, 280.0, 282.0, 281.0, 277.0, 280.0, 279.0, 277.0, 280.0, 278.0, 276.0, 279.0, 278.0, 277.0, 279.0, 277.0, 276.0, 275.0, 276.0, 276.0, 277.0, 277.0, 276.0, 278.0, 278.0, 277.0, 277.0, 278.0, 277.0, 279.0, 278.0, 278.0, 281.0, 280.0, 278.0, 279.0, 279.0, 278.0, 279.0, 279.0, 280.0, 280.0, 279.0, 282.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 282.0, 280.0, 279.0, 281.0, 278.0, 280.0, 281.0, 279.0, 278.0, 281.0, 279.0, 281.0, 282.0, 282.0, 281.0, 279.0, 278.0, 277.0, 276.0, 278.0, 276.0, 278.0, 276.0, 277.0, 276.0, 275.0, 276.0, 275.0, 277.0, 275.0, 274.0, 275.0, 275.0, 277.0, 275.0, 275.0, 277.0, 276.0, 276.0, 277.0, 276.0, 276.0, 278.0, 277.0, 277.0, 277.0, 277.0, 277.0, 279.0, 278.0, 279.0, 278.0, 277.0, 278.0, 277.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 279.0, 278.0, 280.0, 278.0, 280.0, 279.0, 278.0, 279.0, 279.0, 281.0, 279.0, 278.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 283.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 280.0, 284.0, 282.0, 280.0, 282.0, 282.0, 282.0, 281.0, 283.0, 283.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 280.0, 282.0, 279.0, 280.0, 278.0, 277.0, 280.0, 278.0, 276.0, 278.0, 276.0, 278.0, 277.0, 275.0, 277.0, 275.0, 277.0, 277.0, 276.0, 278.0, 276.0, 276.0, 277.0, 276.0, 277.0, 276.0, 276.0, 278.0, 277.0, 277.0, 278.0, 277.0, 279.0, 278.0, 278.0, 281.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 282.0, 280.0, 279.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 280.0, 282.0, 280.0, 278.0, 283.0, 279.0, 277.0, 278.0, 278.0, 277.0, 280.0, 279.0, 277.0, 277.0, 277.0, 276.0, 276.0, 278.0, 276.0, 276.0, 276.0, 275.0, 277.0, 275.0, 275.0, 277.0, 275.0, 275.0, 277.0, 275.0, 274.0, 275.0, 275.0, 275.0, 276.0, 276.0, 276.0, 277.0, 276.0, 276.0, 277.0, 276.0, 277.0, 278.0, 277.0, 277.0, 281.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 281.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 278.0, 281.0, 278.0, 278.0, 279.0, 277.0, 281.0, 283.0, 282.0, 280.0, 280.0, 280.0, 279.0, 278.0, 281.0, 282.0, 280.0, 278.0, 280.0, 279.0, 278.0, 277.0, 276.0, 276.0, 277.0, 276.0, 275.0], 'WindowWidth': [633.0, 628.0, 627.0, 625.0, 623.0, 625.0, 623.0, 623.0, 625.0, 621.0, 619.0, 622.0, 620.0, 620.0, 622.0, 620.0, 623.0, 621.0, 622.0, 620.0, 618.0, 621.0, 620.0, 619.0, 623.0, 621.0, 620.0, 619.0, 621.0, 625.0, 622.0, 621.0, 622.0, 622.0, 621.0, 620.0, 621.0, 619.0, 624.0, 623.0, 626.0, 622.0, 620.0, 622.0, 621.0, 621.0, 621.0, 620.0, 619.0, 622.0, 623.0, 622.0, 620.0, 624.0, 622.0, 620.0, 621.0, 620.0, 622.0, 618.0, 616.0, 622.0, 621.0, 619.0, 617.0, 619.0, 616.0, 616.0, 614.0, 617.0, 615.0, 615.0, 617.0, 617.0, 615.0, 613.0, 616.0, 615.0, 614.0, 619.0, 617.0, 616.0, 613.0, 615.0, 616.0, 615.0, 618.0, 617.0, 618.0, 618.0, 620.0, 619.0, 618.0, 619.0, 620.0, 620.0, 622.0, 622.0, 620.0, 617.0, 620.0, 617.0, 617.0, 621.0, 621.0, 618.0, 622.0, 624.0, 621.0, 620.0, 625.0, 621.0, 619.0, 621.0, 619.0, 617.0, 621.0, 618.0, 617.0, 618.0, 620.0, 618.0, 615.0, 618.0, 615.0, 614.0, 617.0, 614.0, 617.0, 615.0, 612.0, 615.0, 614.0, 613.0, 615.0, 614.0, 613.0, 616.0, 615.0, 615.0, 614.0, 617.0, 616.0, 615.0, 620.0, 617.0, 615.0, 619.0, 616.0, 615.0, 618.0, 619.0, 618.0, 622.0, 622.0, 620.0, 624.0, 620.0, 619.0, 621.0, 620.0, 618.0, 622.0, 621.0, 624.0, 623.0, 621.0, 619.0, 621.0, 619.0, 621.0, 620.0, 620.0, 624.0, 623.0, 621.0, 622.0, 621.0, 620.0, 623.0, 622.0, 619.0, 619.0, 623.0, 620.0, 618.0, 623.0, 624.0, 623.0, 621.0, 619.0, 619.0, 616.0, 615.0, 614.0, 613.0, 612.0, 613.0, 612.0, 615.0, 614.0, 613.0, 612.0, 614.0, 611.0, 611.0, 611.0, 612.0, 610.0, 611.0, 612.0, 611.0, 611.0, 613.0, 611.0, 610.0, 613.0, 611.0, 610.0, 613.0, 613.0, 612.0, 615.0, 614.0, 614.0, 616.0, 616.0, 617.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 621.0, 620.0, 619.0, 621.0, 620.0, 619.0, 622.0, 620.0, 618.0, 620.0, 620.0, 618.0, 622.0, 623.0, 623.0, 622.0, 623.0, 619.0, 617.0, 617.0, 615.0, 613.0, 615.0, 612.0, 615.0, 614.0, 614.0, 616.0, 613.0, 610.0, 612.0, 609.0, 610.0, 611.0, 609.0, 612.0, 610.0, 610.0, 612.0, 610.0, 609.0, 612.0, 611.0, 610.0, 611.0, 610.0, 610.0, 612.0, 611.0, 610.0, 613.0, 612.0, 611.0, 612.0, 612.0, 613.0, 613.0, 612.0, 615.0, 614.0, 613.0, 617.0, 615.0, 614.0, 616.0, 614.0, 617.0, 615.0, 616.0, 616.0, 617.0, 619.0, 620.0, 617.0, 617.0, 619.0, 619.0, 617.0, 618.0, 618.0, 619.0, 623.0, 623.0, 622.0, 624.0, 622.0, 620.0, 620.0, 619.0, 618.0, 618.0, 618.0, 621.0, 623.0, 619.0, 617.0, 616.0, 618.0, 614.0, 613.0, 611.0, 611.0, 610.0, 611.0, 611.0, 613.0, 611.0, 610.0, 610.0, 608.0, 607.0, 609.0, 608.0, 607.0, 609.0, 608.0, 609.0, 610.0, 609.0, 609.0, 608.0, 609.0, 608.0, 609.0, 613.0, 611.0, 610.0, 610.0, 611.0, 612.0, 611.0, 613.0, 613.0, 612.0, 615.0, 614.0, 613.0, 615.0, 614.0, 614.0, 616.0, 614.0, 615.0, 617.0, 615.0, 615.0, 621.0, 617.0, 615.0, 615.0, 616.0, 615.0, 616.0, 616.0, 615.0, 620.0, 618.0, 618.0, 620.0, 617.0, 615.0, 617.0, 615.0, 618.0, 617.0, 619.0, 617.0, 616.0, 620.0, 618.0, 616.0, 614.0, 618.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 614.0, 616.0, 612.0, 612.0, 610.0, 611.0, 610.0, 613.0, 614.0, 610.0, 609.0, 609.0, 609.0, 609.0, 609.0, 609.0, 610.0, 610.0, 609.0, 612.0, 612.0, 611.0, 610.0, 612.0, 613.0, 612.0, 616.0, 613.0, 611.0, 614.0, 612.0, 614.0, 612.0, 616.0, 613.0, 612.0, 615.0, 612.0, 612.0, 613.0, 612.0, 617.0, 616.0, 612.0, 616.0, 612.0, 611.0, 611.0, 611.0, 610.0, 611.0, 615.0, 611.0, 613.0, 611.0, 610.0, 611.0, 610.0, 614.0, 610.0, 613.0, 610.0, 610.0, 610.0, 609.0, 613.0, 609.0, 613.0, 610.0, 610.0, 610.0, 609.0, 612.0, 610.0, 612.0, 610.0, 610.0, 611.0, 611.0, 613.0, 612.0, 612.0, 612.0, 611.0, 614.0, 612.0, 615.0, 612.0, 612.0, 614.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 616.0, 618.0, 617.0, 617.0, 619.0, 618.0, 616.0, 618.0, 617.0, 618.0, 617.0, 616.0, 617.0, 616.0, 619.0, 616.0, 616.0, 619.0, 618.0, 619.0, 619.0, 619.0, 617.0, 618.0, 617.0, 617.0, 619.0, 618.0, 618.0, 619.0, 620.0, 626.0, 622.0, 622.0, 620.0, 620.0, 619.0, 616.0, 620.0, 620.0, 618.0, 620.0, 620.0, 616.0, 619.0, 617.0, 612.0, 616.0, 614.0, 611.0, 614.0, 612.0, 609.0, 614.0, 612.0, 611.0, 613.0, 611.0, 609.0, 609.0, 610.0, 609.0, 611.0, 611.0, 611.0, 612.0, 613.0, 611.0, 612.0, 613.0, 612.0, 615.0, 613.0, 614.0, 618.0, 616.0, 614.0, 615.0, 615.0, 614.0, 616.0, 615.0, 617.0, 617.0, 616.0, 619.0, 617.0, 615.0, 616.0, 615.0, 618.0, 615.0, 619.0, 617.0, 618.0, 620.0, 616.0, 615.0, 617.0, 613.0, 616.0, 618.0, 615.0, 614.0, 617.0, 615.0, 619.0, 620.0, 620.0, 618.0, 615.0, 613.0, 612.0, 610.0, 612.0, 610.0, 612.0, 610.0, 611.0, 610.0, 608.0, 609.0, 607.0, 610.0, 608.0, 606.0, 608.0, 607.0, 611.0, 608.0, 609.0, 610.0, 610.0, 610.0, 611.0, 610.0, 610.0, 613.0, 612.0, 611.0, 612.0, 612.0, 612.0, 614.0, 613.0, 614.0, 613.0, 612.0, 613.0, 612.0, 614.0, 613.0, 613.0, 613.0, 613.0, 615.0, 615.0, 615.0, 615.0, 614.0, 616.0, 614.0, 616.0, 615.0, 614.0, 616.0, 615.0, 617.0, 615.0, 614.0, 616.0, 615.0, 617.0, 616.0, 615.0, 616.0, 617.0, 619.0, 618.0, 618.0, 617.0, 616.0, 618.0, 617.0, 621.0, 617.0, 617.0, 617.0, 615.0, 618.0, 617.0, 617.0, 623.0, 620.0, 617.0, 620.0, 621.0, 620.0, 620.0, 622.0, 622.0, 622.0, 618.0, 621.0, 620.0, 621.0, 618.0, 617.0, 618.0, 616.0, 619.0, 614.0, 616.0, 613.0, 612.0, 615.0, 612.0, 610.0, 612.0, 609.0, 613.0, 610.0, 607.0, 610.0, 609.0, 611.0, 611.0, 610.0, 611.0, 609.0, 609.0, 611.0, 610.0, 611.0, 611.0, 611.0, 612.0, 612.0, 612.0, 613.0, 612.0, 615.0, 613.0, 613.0, 618.0, 616.0, 614.0, 614.0, 613.0, 615.0, 613.0, 616.0, 615.0, 614.0, 615.0, 613.0, 614.0, 615.0, 615.0, 620.0, 616.0, 616.0, 616.0, 614.0, 615.0, 613.0, 616.0, 613.0, 617.0, 615.0, 617.0, 619.0, 617.0, 614.0, 620.0, 615.0, 613.0, 614.0, 614.0, 612.0, 616.0, 614.0, 612.0, 612.0, 612.0, 611.0, 610.0, 612.0, 610.0, 609.0, 609.0, 607.0, 610.0, 608.0, 607.0, 609.0, 607.0, 607.0, 610.0, 608.0, 606.0, 608.0, 608.0, 608.0, 609.0, 610.0, 609.0, 611.0, 610.0, 609.0, 611.0, 611.0, 611.0, 613.0, 612.0, 612.0, 617.0, 614.0, 613.0, 614.0, 614.0, 614.0, 616.0, 614.0, 618.0, 615.0, 613.0, 614.0, 615.0, 615.0, 615.0, 617.0, 615.0, 614.0, 617.0, 614.0, 613.0, 614.0, 612.0, 617.0, 621.0, 619.0, 616.0, 616.0, 616.0, 615.0, 614.0, 618.0, 619.0, 617.0, 614.0, 617.0, 615.0, 614.0, 611.0, 610.0, 609.0, 611.0, 609.0, 608.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.0014387557603686638</td></tr>
<tr><td colspan=3>aqi</td><td>0.029419709331797234</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.11925211785471</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2184469488927319</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0141648227681654</td></tr>
<tr><td colspan=3>efc</td><td>0.4634</td></tr>
<tr><td colspan=3>fber</td><td>10101.4043</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12195540501515846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.170506912442397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.329835980472218</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.240251128406433</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.519371667206226</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2298851458039963</td></tr>
<tr><td colspan=3>gcor</td><td>0.0475074</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005163877736777067</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027050163596868515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.07440340784387</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.3698</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.814</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.8108</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>302058.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.9717</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6086</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>37.3093</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>231.6246</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>91.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.3948</td></tr>
<tr><td colspan=3>tsnr</td><td>34.998104114376474</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>