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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-01_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-01_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>5339069b6f4a2aa1cc2f4bf331891f57</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:06:50.717500</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-01_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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>11</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7740, -7276, 673, -65, -229, -20, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>292f54d1-fdb4-462e-8087-defbd27b521b||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': ['100650.717500', '100651.177500', '100651.637500', '100652.097500', '100652.557500', '100653.017500', '100653.477500', '100653.937500', '100654.397500', '100654.857500', '100655.317500', '100655.777500', '100656.237500', '100656.697500', '100657.157500', '100657.617500', '100658.077500', '100658.537500', '100658.997500', '100659.457500', '100659.917500', '100700.377500', '100700.837500', '100701.297500', '100701.757500', '100702.217500', '100702.677500', '100703.137500', '100703.597500', '100704.057500', '100704.517500', '100704.977500', '100705.437500', '100705.897500', '100706.357500', '100706.817500', '100707.277500', '100707.737500', '100708.197500', '100708.657500', '100709.117500', '100709.577500', '100710.037500', '100710.497500', '100710.957500', '100711.417500', '100711.877500', '100712.337500', '100712.797500', '100713.257500', '100713.717500', '100714.177500', '100714.637500', '100715.097500', '100715.557500', '100716.017500', '100716.477500', '100716.937500', '100717.397500', '100717.857500', '100718.317500', '100718.777500', '100719.237500', '100719.697500', '100720.157500', '100720.617500', '100721.077500', '100721.537500', '100721.997500', '100722.457500', '100722.917500', '100723.377500', '100723.837500', '100724.297500', '100724.757500', '100725.217500', '100725.677500', '100726.137500', '100726.597500', '100727.057500', '100727.517500', '100727.977500', '100728.437500', '100728.897500', '100729.357500', '100729.817500', '100730.277500', '100730.737500', '100731.197500', '100731.657500', '100732.117500', '100732.577500', '100733.037500', '100733.497500', '100733.957500', '100734.417500', '100734.877500', '100735.337500', '100735.797500', '100736.257500', '100736.717500', '100737.177500', '100737.637500', '100738.097500', '100738.557500', '100739.017500', '100739.477500', '100739.937500', '100740.397500', '100740.857500', '100741.317500', '100741.777500', '100742.237500', '100742.697500', '100743.157500', '100743.617500', '100744.077500', '100744.537500', '100744.997500', '100745.457500', '100745.917500', '100746.377500', '100746.837500', '100747.297500', '100747.757500', '100748.217500', '100748.677500', '100749.137500', '100749.597500', '100750.057500', '100750.517500', '100750.977500', '100751.437500', '100751.897500', '100752.357500', '100752.817500', '100753.277500', '100753.737500', '100754.197500', '100754.657500', '100755.117500', '100755.577500', '100756.037500', '100756.497500', '100756.957500', '100757.417500', '100757.877500', '100758.337500', '100758.797500', '100759.257500', '100759.717500', '100800.177500', '100800.637500', '100801.097500', '100801.557500', '100802.017500', '100802.477500', '100802.937500', '100803.397500', '100803.857500', '100804.317500', '100804.777500', '100805.237500', '100805.697500', '100806.157500', '100806.617500', '100807.077500', '100807.537500', '100807.997500', '100808.457500', '100808.917500', '100809.377500', '100809.837500', '100810.297500', '100810.757500', '100811.217500', '100811.677500', '100812.137500', '100812.597500', '100813.057500', '100813.517500', '100813.977500', '100814.437500', '100814.897500', '100815.357500', '100815.817500', '100816.277500', '100816.737500', '100817.197500', '100817.657500', '100818.117500', '100818.577500', '100819.037500', '100819.497500', '100819.957500', '100820.417500', '100820.877500', '100821.337500', '100821.797500', '100822.257500', '100822.717500', '100823.177500', '100823.637500', '100824.097500', '100824.557500', '100825.017500', '100825.477500', '100825.937500', '100826.397500', '100826.857500', '100827.317500', '100827.777500', '100828.237500', '100828.697500', '100829.157500', '100829.617500', '100830.077500', '100830.537500', '100830.997500', '100831.457500', '100831.917500', '100832.377500', '100832.837500', '100833.297500', '100833.757500', '100834.217500', '100834.677500', '100835.137500', '100835.597500', '100836.057500', '100836.517500', '100836.977500', '100837.437500', '100837.897500', '100838.357500', '100838.817500', '100839.277500', '100839.737500', '100840.197500', '100840.657500', '100841.117500', '100841.577500', '100842.037500', '100842.497500', '100842.957500', '100843.417500', '100843.877500', '100844.337500', '100844.797500', '100845.257500', '100845.717500', '100846.177500', '100846.637500', '100847.097500', '100847.557500', '100848.017500', '100848.477500', '100848.937500', '100849.397500', '100849.857500', '100850.317500', '100850.777500', '100851.237500', '100851.697500', '100852.157500', '100852.617500', '100853.077500', '100853.537500', '100853.997500', '100854.457500', '100854.917500', '100855.377500', '100855.837500', '100856.297500', '100856.757500', '100857.217500', '100857.677500', '100858.137500', '100858.597500', '100859.057500', '100859.517500', '100859.977500', '100900.437500', '100900.897500', '100901.357500', '100901.817500', '100902.277500', '100902.737500', '100903.197500', '100903.657500', '100904.117500', '100904.577500', '100905.037500', '100905.497500', '100905.957500', '100906.417500', '100906.877500', '100907.337500', '100907.797500', '100908.257500', '100908.717500', '100909.177500', '100909.637500', '100910.097500', '100910.557500', '100911.017500', '100911.477500', '100911.937500', '100912.397500', '100912.857500', '100913.317500', '100913.777500', '100914.237500', '100914.697500', '100915.157500', '100915.617500', '100916.077500', '100916.537500', '100916.997500', '100917.457500', '100917.917500', '100918.377500', '100918.837500', '100919.297500', '100919.757500', '100920.217500', '100920.677500', '100921.137500', '100921.597500', '100922.057500', '100922.517500', '100922.977500', '100923.437500', '100923.897500', '100924.357500', '100924.817500', '100925.277500', '100925.737500', '100926.197500', '100926.657500', '100927.117500', '100927.577500', '100928.037500', '100928.497500', '100928.957500', '100929.417500', '100929.877500', '100930.337500', '100930.797500', '100931.257500', '100931.717500', '100932.177500', '100932.637500', '100933.097500', '100933.557500', '100934.017500', '100934.477500', '100934.937500', '100935.397500', '100935.857500', '100936.317500', '100936.777500', '100937.237500', '100937.697500', '100938.157500', '100938.617500', '100939.077500', '100939.537500', '100939.997500', '100940.457500', '100940.917500', '100941.377500', '100941.837500', '100942.297500', '100942.757500', '100943.217500', '100943.677500', '100944.137500', '100944.597500', '100945.057500', '100945.517500', '100945.977500', '100946.437500', '100946.897500', '100947.357500', '100947.817500', '100948.277500', '100948.737500', '100949.197500', '100949.657500', '100950.117500', '100950.577500', '100951.037500', '100951.497500', '100951.957500', '100952.417500', '100952.877500', '100953.337500', '100953.797500', '100954.257500', '100954.717500', '100955.177500', '100955.637500', '100956.097500', '100956.557500', '100957.017500', '100957.477500', '100957.937500', '100958.397500', '100958.857500', '100959.317500', '100959.777500', '101000.237500', '101000.697500', '101001.157500', '101001.617500', '101002.077500', '101002.537500', '101002.997500', '101003.457500', '101003.917500', '101004.377500', '101004.837500', '101005.297500', '101005.757500', '101006.217500', '101006.677500', '101007.137500', '101007.597500', '101008.057500', '101008.517500', '101008.977500', '101009.437500', '101009.897500', '101010.357500', '101010.817500', '101011.277500', '101011.737500', '101012.197500', '101012.657500', '101013.117500', '101013.577500', '101014.037500', '101014.497500', '101014.957500', '101015.417500', '101015.877500', '101016.337500', '101016.797500', '101017.257500', '101017.717500', '101018.177500', '101018.637500', '101019.097500', '101019.557500', '101020.017500', '101020.477500', '101020.937500', '101021.397500', '101021.857500', '101022.317500', '101022.777500', '101023.237500', '101023.697500', '101024.157500', '101024.617500', '101025.077500', '101025.537500', '101025.997500', '101026.457500', '101026.917500', '101027.377500', '101027.837500', '101028.297500', '101028.757500', '101029.217500', '101029.677500', '101030.137500', '101030.597500', '101031.057500', '101031.517500', '101031.977500', '101032.437500', '101032.897500', '101033.357500', '101033.817500', '101034.277500', '101034.737500', '101035.197500', '101035.657500', '101036.117500', '101036.577500', '101037.037500', '101037.497500', '101037.957500', '101038.417500', '101038.877500', '101039.337500', '101039.797500', '101040.257500', '101040.717500', '101041.177500', '101041.637500', '101042.097500', '101042.557500', '101043.017500', '101043.477500', '101043.937500', '101044.397500', '101044.857500', '101045.317500', '101045.777500', '101046.237500', '101046.697500', '101047.157500', '101047.617500', '101048.077500', '101048.537500', '101048.997500', '101049.457500', '101049.917500', '101050.377500', '101050.837500', '101051.297500', '101051.757500', '101052.217500', '101052.677500', '101053.137500', '101053.597500', '101054.057500', '101054.517500', '101054.977500', '101055.437500', '101055.897500', '101056.357500', '101056.817500', '101057.277500', '101057.737500', '101058.197500', '101058.657500', '101059.117500', '101059.577500', '101100.037500', '101100.497500', '101100.957500', '101101.417500', '101101.877500', '101102.337500', '101102.797500', '101103.257500', '101103.717500', '101104.177500', '101104.637500', '101105.097500', '101105.557500', '101106.017500', '101106.477500', '101106.937500', '101107.397500', '101107.857500', '101108.317500', '101108.777500', '101109.237500', '101109.697500', '101110.157500', '101110.617500', '101111.077500', '101111.537500', '101111.997500', '101112.457500', '101112.917500', '101113.377500', '101113.837500', '101114.297500', '101114.757500', '101115.217500', '101115.677500', '101116.137500', '101116.597500', '101117.057500', '101117.517500', '101117.977500', '101118.437500', '101118.897500', '101119.357500', '101119.817500', '101120.277500', '101120.737500', '101121.197500', '101121.657500', '101122.117500', '101122.577500', '101123.037500', '101123.497500', '101123.957500', '101124.417500', '101124.877500', '101125.337500', '101125.797500', '101126.257500', '101126.717500', '101127.177500', '101127.637500', '101128.097500', '101128.557500', '101129.017500', '101129.477500', '101129.937500', '101130.397500', '101130.857500', '101131.317500', '101131.777500', '101132.237500', '101132.697500', '101133.157500', '101133.617500', '101134.077500', '101134.537500', '101134.997500', '101135.457500', '101135.917500', '101136.377500', '101136.837500', '101137.297500', '101137.757500', '101138.217500', '101138.677500', '101139.137500', '101139.597500', '101140.057500', '101140.517500', '101140.977500', '101141.437500', '101141.897500', '101142.357500', '101142.817500', '101143.277500', '101143.737500', '101144.197500', '101144.657500', '101145.117500', '101145.577500', '101146.037500', '101146.497500', '101146.957500', '101147.417500', '101147.877500', '101148.337500', '101148.797500', '101149.257500', '101149.717500', '101150.177500', '101150.637500', '101151.097500', '101151.557500', '101152.017500', '101152.477500', '101152.937500', '101153.397500', '101153.857500', '101154.317500', '101154.777500', '101155.237500', '101155.697500', '101156.157500', '101156.617500', '101157.077500', '101157.537500', '101157.997500', '101158.457500', '101158.917500', '101159.377500', '101159.837500', '101200.297500', '101200.757500', '101201.217500', '101201.677500', '101202.137500', '101202.597500', '101203.057500', '101203.517500', '101203.977500', '101204.437500', '101204.897500', '101205.357500', '101205.817500', '101206.277500', '101206.737500', '101207.197500', '101207.657500', '101208.117500', '101208.577500', '101209.037500', '101209.497500', '101209.957500', '101210.417500', '101210.877500', '101211.337500', '101211.797500', '101212.257500', '101212.717500', '101213.177500', '101213.637500', '101214.097500', '101214.557500', '101215.017500', '101215.477500', '101215.937500', '101216.397500', '101216.857500', '101217.317500', '101217.777500', '101218.237500', '101218.697500', '101219.157500', '101219.617500', '101220.077500', '101220.537500', '101220.997500', '101221.457500', '101221.917500', '101222.377500', '101222.837500', '101223.297500', '101223.757500', '101224.217500', '101224.677500', '101225.137500', '101225.597500', '101226.057500', '101226.517500', '101226.977500', '101227.437500', '101227.897500', '101228.357500', '101228.817500', '101229.277500', '101229.737500', '101230.197500', '101230.657500', '101231.117500', '101231.577500', '101232.037500', '101232.497500', '101232.957500', '101233.417500', '101233.877500', '101234.337500', '101234.797500', '101235.257500', '101235.717500', '101236.177500', '101236.637500', '101237.097500', '101237.557500', '101238.017500', '101238.477500', '101238.937500', '101239.397500', '101239.857500', '101240.317500', '101240.777500', '101241.237500', '101241.697500', '101242.157500', '101242.617500', '101243.077500', '101243.537500', '101243.997500', '101244.457500', '101244.917500', '101245.377500', '101245.837500', '101246.297500', '101246.757500', '101247.217500', '101247.677500', '101248.137500', '101248.597500', '101249.057500', '101249.517500', '101249.977500', '101250.437500', '101250.897500', '101251.357500', '101251.817500', '101252.277500', '101252.737500', '101253.197500', '101253.657500', '101254.117500', '101254.577500', '101255.037500', '101255.497500', '101255.957500', '101256.417500', '101256.877500', '101257.337500', '101257.797500', '101258.257500', '101258.717500', '101259.177500', '101259.637500', '101300.097500', '101300.557500', '101301.017500', '101301.477500', '101301.937500', '101302.397500', '101302.857500', '101303.317500', '101303.777500', '101304.237500', '101304.697500', '101305.157500', '101305.617500', '101306.077500', '101306.537500', '101306.997500', '101307.457500', '101307.917500', '101308.377500', '101308.837500', '101309.297500', '101309.757500', '101310.217500', '101310.677500', '101311.137500', '101311.597500', '101312.057500', '101312.517500', '101312.977500', '101313.437500', '101313.897500', '101314.357500', '101314.817500', '101315.277500', '101315.737500', '101316.197500', '101316.657500', '101317.117500', '101317.577500', '101318.037500', '101318.497500', '101318.957500', '101319.417500', '101319.877500', '101320.337500', '101320.797500', '101321.257500', '101321.717500', '101322.177500', '101322.637500', '101323.097500', '101323.557500', '101324.017500', '101324.477500', '101324.937500', '101325.397500', '101325.857500', '101326.317500', '101326.777500', '101327.237500', '101327.697500', '101328.157500', '101328.617500', '101329.077500', '101329.537500', '101329.997500', '101330.457500', '101330.917500', '101331.377500'], 'ContentTime': ['100654.491000', '100654.728000', '100654.940000', '100655.122000', '100655.337000', '100655.525000', '100655.764000', '100655.990000', '100656.195000', '100656.403000', '100656.662000', '100657.120000', '100657.585000', '100658.048000', '100658.535000', '100658.990000', '100659.438000', '100659.899000', '100700.367000', '100700.827000', '100701.334000', '100701.741000', '100702.206000', '100702.689000', '100703.116000', '100703.588000', '100704.050000', '100704.511000', '100704.956000', '100705.430000', '100705.874000', '100706.349000', '100706.796000', '100707.268000', '100707.726000', '100708.183000', '100708.644000', '100709.104000', '100709.562000', '100710.061000', '100710.485000', '100711.000000', '100711.413000', '100711.873000', '100712.315000', '100712.787000', '100713.236000', '100713.712000', '100714.166000', '100714.631000', '100715.083000', '100715.537000', '100716.004000', '100716.470000', '100716.921000', '100717.379000', '100717.854000', '100718.306000', '100718.764000', '100719.355000', '100719.674000', '100720.155000', '100720.608000', '100721.075000', '100721.515000', '100721.989000', '100722.473000', '100722.905000', '100723.365000', '100723.835000', '100724.274000', '100724.734000', '100725.206000', '100725.671000', '100726.116000', '100726.593000', '100727.047000', '100727.514000', '100727.969000', '100728.421000', '100728.890000', '100729.336000', '100729.798000', '100730.264000', '100730.718000', '100731.175000', '100731.647000', '100732.106000', '100732.567000', '100733.024000', '100733.478000', '100733.947000', '100734.405000', '100734.871000', '100735.319000', '100735.786000', '100736.237000', '100736.715000', '100737.157000', '100737.625000', '100738.094000', '100738.536000', '100738.997000', '100739.464000', '100739.927000', '100740.380000', '100740.854000', '100741.298000', '100741.772000', '100742.219000', '100742.682000', '100743.142000', '100743.601000', '100744.062000', '100744.518000', '100744.991000', '100745.479000', '100745.899000', '100746.369000', '100746.834000', '100747.292000', '100747.737000', '100748.205000', '100748.670000', '100749.129000', '100749.587000', '100750.037000', '100750.514000', '100750.969000', '100751.416000', '100751.873000', '100752.341000', '100752.803000', '100753.275000', '100753.729000', '100754.196000', '100754.639000', '100755.100000', '100755.554000', '100756.027000', '100756.489000', '100756.953000', '100757.406000', '100757.891000', '100758.333000', '100758.786000', '100759.253000', '100759.704000', '100800.172000', '100800.638000', '100801.088000', '100801.541000', '100802.008000', '100802.461000', '100802.930000', '100803.386000', '100803.838000', '100804.298000', '100804.773000', '100805.232000', '100805.678000', '100806.140000', '100806.608000', '100807.060000', '100807.573000', '100807.986000', '100808.442000', '100808.906000', '100809.375000', '100809.822000', '100810.280000', '100810.738000', '100811.253000', '100811.662000', '100812.124000', '100812.587000', '100813.042000', '100813.512000', '100813.959000', '100814.422000', '100814.888000', '100815.352000', '100815.813000', '100816.274000', '100816.727000', '100817.187000', '100817.634000', '100818.111000', '100818.562000', '100819.033000', '100819.479000', '100819.947000', '100820.395000', '100820.857000', '100821.338000', '100821.778000', '100822.245000', '100822.740000', '100823.169000', '100823.626000', '100824.093000', '100824.555000', '100825.011000', '100825.479000', '100825.930000', '100826.394000', '100826.854000', '100827.300000', '100827.761000', '100828.223000', '100828.687000', '100829.142000', '100829.613000', '100830.068000', '100830.524000', '100830.985000', '100831.452000', '100831.908000', '100832.398000', '100832.835000', '100833.281000', '100833.749000', '100834.206000', '100834.668000', '100835.138000', '100835.580000', '100836.046000', '100836.509000', '100836.957000', '100837.422000', '100837.892000', '100838.349000', '100838.814000', '100839.264000', '100839.728000', '100840.188000', '100840.654000', '100841.117000', '100841.569000', '100842.030000', '100842.493000', '100842.958000', '100843.417000', '100843.871000', '100844.335000', '100844.795000', '100845.294000', '100845.697000', '100846.179000', '100846.618000', '100847.076000', '100847.558000', '100848.012000', '100848.470000', '100848.922000', '100849.383000', '100849.869000', '100850.316000', '100850.759000', '100851.235000', '100851.692000', '100852.141000', '100852.643000', '100853.064000', '100853.538000', '100853.994000', '100854.439000', '100854.901000', '100855.370000', '100855.823000', '100856.294000', '100856.759000', '100857.209000', '100857.721000', '100858.131000', '100858.589000', '100859.056000', '100859.507000', '100859.972000', '100900.444000', '100900.881000', '100901.358000', '100901.817000', '100902.269000', '100902.731000', '100903.181000', '100903.653000', '100904.115000', '100904.581000', '100905.052000', '100905.478000', '100905.950000', '100906.402000', '100906.863000', '100907.324000', '100907.792000', '100908.244000', '100908.714000', '100909.171000', '100909.621000', '100910.090000', '100910.550000', '100911.002000', '100911.465000', '100911.931000', '100912.382000', '100912.842000', '100913.316000', '100913.780000', '100914.227000', '100914.684000', '100915.146000', '100915.635000', '100916.079000', '100916.544000', '100916.993000', '100917.452000', '100917.925000', '100918.360000', '100918.835000', '100919.321000', '100919.753000', '100920.211000', '100920.683000', '100921.136000', '100921.600000', '100922.061000', '100922.515000', '100922.970000', '100923.428000', '100923.894000', '100924.347000', '100924.820000', '100925.302000', '100925.735000', '100926.193000', '100926.657000', '100927.106000', '100927.581000', '100928.031000', '100928.525000', '100928.947000', '100929.416000', '100929.866000', '100930.323000', '100930.794000', '100931.297000', '100931.707000', '100932.181000', '100932.664000', '100933.095000', '100933.552000', '100934.007000', '100934.474000', '100934.937000', '100935.394000', '100935.862000', '100936.317000', '100936.766000', '100937.264000', '100937.684000', '100938.186000', '100938.613000', '100939.075000', '100939.538000', '100940.000000', '100940.447000', '100940.962000', '100941.370000', '100941.825000', '100942.305000', '100942.779000', '100943.231000', '100943.676000', '100944.144000', '100944.588000', '100945.086000', '100945.503000', '100945.976000', '100946.436000', '100946.893000', '100947.358000', '100947.815000', '100948.265000', '100948.731000', '100949.195000', '100949.657000', '100950.114000', '100950.576000', '100951.025000', '100951.529000', '100951.946000', '100952.420000', '100952.873000', '100953.325000', '100953.798000', '100954.246000', '100954.726000', '100955.176000', '100955.638000', '100956.094000', '100956.561000', '100957.011000', '100957.482000', '100957.940000', '100958.401000', '100958.846000', '100959.320000', '100959.775000', '101000.228000', '101000.700000', '101001.149000', '101001.618000', '101002.078000', '101002.533000', '101003.000000', '101003.448000', '101003.905000', '101004.384000', '101004.834000', '101005.312000', '101005.756000', '101006.209000', '101006.677000', '101007.159000', '101007.627000', '101008.067000', '101008.517000', '101008.980000', '101009.429000', '101009.907000', '101010.351000', '101010.806000', '101011.271000', '101011.736000', '101012.205000', '101012.664000', '101013.104000', '101013.580000', '101014.027000', '101014.491000', '101014.945000', '101015.407000', '101015.871000', '101016.338000', '101016.800000', '101017.248000', '101017.710000', '101018.168000', '101018.641000', '101019.096000', '101019.548000', '101020.018000', '101020.522000', '101020.929000', '101021.388000', '101021.858000', '101022.317000', '101022.766000', '101023.244000', '101023.695000', '101024.165000', '101024.629000', '101025.087000', '101025.537000', '101025.994000', '101026.466000', '101026.944000', '101027.378000', '101027.836000', '101028.291000', '101028.747000', '101029.220000', '101029.672000', '101030.169000', '101030.598000', '101031.062000', '101031.531000', '101031.975000', '101032.443000', '101032.902000', '101033.362000', '101033.809000', '101034.282000', '101034.746000', '101035.228000', '101035.647000', '101036.122000', '101036.589000', '101037.032000', '101037.498000', '101037.961000', '101038.407000', '101038.886000', '101039.347000', '101039.799000', '101040.251000', '101040.723000', '101041.170000', '101041.641000', '101042.090000', '101042.568000', '101043.022000', '101043.480000', '101043.930000', '101044.403000', '101044.860000', '101045.325000', '101045.781000', '101046.232000', '101046.694000', '101047.156000', '101047.649000', '101048.069000', '101048.534000', '101048.990000', '101049.447000', '101049.955000', '101050.383000', '101050.849000', '101051.289000', '101051.750000', '101052.228000', '101052.678000', '101053.139000', '101053.608000', '101054.065000', '101054.533000', '101054.978000', '101055.442000', '101055.891000', '101056.353000', '101056.814000', '101057.273000', '101057.750000', '101058.208000', '101058.661000', '101059.130000', '101059.579000', '101100.050000', '101100.506000', '101100.955000', '101101.426000', '101101.887000', '101102.341000', '101102.795000', '101103.270000', '101103.723000', '101104.174000', '101104.635000', '101105.093000', '101105.572000', '101106.022000', '101106.487000', '101106.949000', '101107.402000', '101107.870000', '101108.313000', '101108.837000', '101109.269000', '101109.705000', '101110.164000', '101110.633000', '101111.074000', '101111.544000', '101112.007000', '101112.469000', '101112.929000', '101113.389000', '101113.850000', '101114.304000', '101114.767000', '101115.225000', '101115.683000', '101116.148000', '101116.604000', '101117.055000', '101117.528000', '101117.995000', '101118.439000', '101118.894000', '101119.374000', '101119.826000', '101120.289000', '101120.770000', '101121.215000', '101121.672000', '101122.163000', '101122.592000', '101123.048000', '101123.504000', '101123.964000', '101124.428000', '101124.882000', '101125.346000', '101125.799000', '101126.269000', '101126.723000', '101127.174000', '101127.639000', '101128.113000', '101128.570000', '101129.016000', '101129.473000', '101129.955000', '101130.412000', '101130.869000', '101131.349000', '101131.790000', '101132.237000', '101132.701000', '101133.158000', '101133.654000', '101134.082000', '101134.537000', '101135.007000', '101135.474000', '101135.928000', '101136.378000', '101136.836000', '101137.304000', '101137.768000', '101138.218000', '101138.678000', '101139.153000', '101139.598000', '101140.070000', '101140.531000', '101140.976000', '101141.464000', '101141.912000', '101142.377000', '101142.832000', '101143.308000', '101143.753000', '101144.209000', '101144.670000', '101145.120000', '101145.580000', '101146.037000', '101146.498000', '101146.961000', '101147.431000', '101147.879000', '101148.353000', '101148.815000', '101149.273000', '101149.722000', '101150.192000', '101150.647000', '101151.141000', '101151.569000', '101152.035000', '101152.494000', '101152.946000', '101153.412000', '101153.876000', '101154.319000', '101154.789000', '101155.242000', '101155.711000', '101156.167000', '101156.640000', '101157.084000', '101157.541000', '101158.030000', '101158.477000', '101158.939000', '101159.390000', '101159.860000', '101200.315000', '101200.774000', '101201.485000', '101201.695000', '101202.146000', '101202.607000', '101203.067000', '101203.536000', '101203.978000', '101204.442000', '101204.902000', '101205.375000', '101205.821000', '101206.282000', '101206.760000', '101207.205000', '101207.668000', '101208.128000', '101208.591000', '101209.051000', '101209.515000', '101210.003000', '101210.439000', '101210.898000', '101211.381000', '101211.812000', '101212.265000', '101212.732000', '101213.198000', '101213.643000', '101214.104000', '101214.600000', '101215.063000', '101215.483000', '101215.940000', '101216.417000', '101216.876000', '101217.324000', '101217.792000', '101218.285000', '101218.710000', '101219.172000', '101219.640000', '101220.094000', '101220.553000', '101221.020000', '101221.472000', '101221.963000', '101222.400000', '101222.851000', '101223.319000', '101223.767000', '101224.237000', '101224.690000', '101225.153000', '101225.664000', '101226.071000', '101226.525000', '101226.995000', '101227.456000', '101227.921000', '101228.400000', '101228.841000', '101229.282000', '101229.790000', '101230.202000', '101230.664000', '101231.142000', '101231.596000', '101232.042000', '101232.521000', '101232.984000', '101233.427000', '101233.901000', '101234.350000', '101234.822000', '101235.322000', '101235.757000', '101236.190000', '101236.645000', '101237.115000', '101237.586000', '101238.034000', '101238.502000', '101238.960000', '101239.422000', '101239.882000', '101240.335000', '101240.787000', '101241.247000', '101241.711000', '101242.165000', '101242.647000', '101243.088000', '101243.556000', '101244.016000', '101244.474000', '101244.940000', '101245.392000', '101245.861000', '101246.310000', '101246.776000', '101247.346000', '101247.688000', '101248.165000', '101248.611000', '101249.080000', '101249.542000', '101249.990000', '101250.454000', '101250.909000', '101251.379000', '101251.831000', '101252.298000', '101252.749000', '101253.206000', '101253.669000', '101254.137000', '101254.596000', '101255.060000', '101255.520000', '101255.981000', '101256.430000', '101256.888000', '101257.358000', '101257.817000', '101258.286000', '101258.737000', '101259.205000', '101259.660000', '101300.118000', '101300.577000', '101301.035000', '101301.507000', '101301.965000', '101302.426000', '101302.888000', '101303.350000', '101303.805000', '101304.254000', '101304.730000', '101305.195000', '101305.641000', '101306.133000', '101306.560000', '101307.009000', '101307.472000', '101307.937000', '101308.403000', '101308.851000', '101309.313000', '101309.770000', '101310.237000', '101310.693000', '101311.357000', '101311.648000', '101312.084000', '101312.566000', '101313.004000', '101313.460000', '101313.911000', '101314.388000', '101314.835000', '101315.302000', '101315.774000', '101316.227000', '101316.707000', '101317.136000', '101317.593000', '101318.065000', '101318.528000', '101318.982000', '101319.433000', '101319.913000', '101320.361000', '101320.833000', '101321.386000', '101321.731000', '101322.206000', '101322.666000', '101323.122000', '101323.588000', '101324.041000', '101324.503000', '101324.968000', '101325.431000', '101325.890000', '101326.338000', '101326.805000', '101327.263000', '101327.730000', '101328.182000', '101328.647000', '101329.098000', '101329.564000', '101330.026000', '101330.473000', '101330.952000', '101331.409000', '101331.890000', '101332.327000', '101332.775000'], 'InstanceCreationTime': ['100654.491000', '100654.728000', '100654.940000', '100655.122000', '100655.337000', '100655.525000', '100655.764000', '100655.990000', '100656.195000', '100656.403000', '100656.662000', '100657.120000', '100657.585000', '100658.048000', '100658.535000', '100658.990000', '100659.438000', '100659.899000', '100700.367000', '100700.827000', '100701.334000', '100701.741000', '100702.206000', '100702.689000', '100703.116000', '100703.588000', '100704.050000', '100704.511000', '100704.956000', '100705.430000', '100705.874000', '100706.349000', '100706.796000', '100707.268000', '100707.726000', '100708.183000', '100708.644000', '100709.104000', '100709.562000', '100710.061000', '100710.485000', '100711.000000', '100711.413000', '100711.873000', '100712.315000', '100712.787000', '100713.236000', '100713.712000', '100714.166000', '100714.631000', '100715.083000', '100715.537000', '100716.004000', '100716.470000', '100716.921000', '100717.379000', '100717.854000', '100718.306000', '100718.764000', '100719.355000', '100719.674000', '100720.155000', '100720.608000', '100721.075000', '100721.515000', '100721.989000', '100722.473000', '100722.905000', '100723.365000', '100723.835000', '100724.274000', '100724.734000', '100725.206000', '100725.671000', '100726.116000', '100726.593000', '100727.047000', '100727.514000', '100727.969000', '100728.421000', '100728.890000', '100729.336000', '100729.798000', '100730.264000', '100730.718000', '100731.175000', '100731.647000', '100732.106000', '100732.567000', '100733.024000', '100733.478000', '100733.947000', '100734.405000', '100734.871000', '100735.319000', '100735.786000', '100736.237000', '100736.715000', '100737.157000', '100737.625000', '100738.094000', '100738.536000', '100738.997000', '100739.464000', '100739.927000', '100740.380000', '100740.854000', '100741.298000', '100741.772000', '100742.219000', '100742.682000', '100743.142000', '100743.601000', '100744.062000', '100744.518000', '100744.991000', '100745.479000', '100745.899000', '100746.369000', '100746.834000', '100747.292000', '100747.737000', '100748.205000', '100748.670000', '100749.129000', '100749.587000', '100750.037000', '100750.514000', '100750.969000', '100751.416000', '100751.873000', '100752.341000', '100752.803000', '100753.275000', '100753.729000', '100754.196000', '100754.639000', '100755.100000', '100755.554000', '100756.027000', '100756.489000', '100756.953000', '100757.406000', '100757.891000', '100758.333000', '100758.786000', '100759.253000', '100759.704000', '100800.172000', '100800.638000', '100801.088000', '100801.541000', '100802.008000', '100802.461000', '100802.930000', '100803.386000', '100803.838000', '100804.298000', '100804.773000', '100805.232000', '100805.678000', '100806.140000', '100806.608000', '100807.060000', '100807.573000', '100807.986000', '100808.442000', '100808.906000', '100809.375000', '100809.822000', '100810.280000', '100810.738000', '100811.253000', '100811.662000', '100812.124000', '100812.587000', '100813.042000', '100813.512000', '100813.959000', '100814.422000', '100814.888000', '100815.352000', '100815.813000', '100816.274000', '100816.727000', '100817.187000', '100817.634000', '100818.111000', '100818.562000', '100819.033000', '100819.479000', '100819.947000', '100820.395000', '100820.857000', '100821.338000', '100821.778000', '100822.245000', '100822.740000', '100823.169000', '100823.626000', '100824.093000', '100824.555000', '100825.011000', '100825.479000', '100825.930000', '100826.394000', '100826.854000', '100827.300000', '100827.761000', '100828.223000', '100828.687000', '100829.142000', '100829.613000', '100830.068000', '100830.524000', '100830.985000', '100831.452000', '100831.908000', '100832.398000', '100832.835000', '100833.281000', '100833.749000', '100834.206000', '100834.668000', '100835.138000', '100835.580000', '100836.046000', '100836.509000', '100836.957000', '100837.422000', '100837.892000', '100838.349000', '100838.814000', '100839.264000', '100839.728000', '100840.188000', '100840.654000', '100841.117000', '100841.569000', '100842.030000', '100842.493000', '100842.958000', '100843.417000', '100843.871000', '100844.335000', '100844.795000', '100845.294000', '100845.697000', '100846.179000', '100846.618000', '100847.076000', '100847.558000', '100848.012000', '100848.470000', '100848.922000', '100849.383000', '100849.869000', '100850.316000', '100850.759000', '100851.235000', '100851.692000', '100852.141000', '100852.643000', '100853.064000', '100853.538000', '100853.994000', '100854.439000', '100854.901000', '100855.370000', '100855.823000', '100856.294000', '100856.759000', '100857.209000', '100857.721000', '100858.131000', '100858.589000', '100859.056000', '100859.507000', '100859.972000', '100900.444000', '100900.881000', '100901.358000', '100901.817000', '100902.269000', '100902.731000', '100903.181000', '100903.653000', '100904.115000', '100904.581000', '100905.052000', '100905.478000', '100905.950000', '100906.402000', '100906.863000', '100907.324000', '100907.792000', '100908.244000', '100908.714000', '100909.171000', '100909.621000', '100910.090000', '100910.550000', '100911.002000', '100911.465000', '100911.931000', '100912.382000', '100912.842000', '100913.316000', '100913.780000', '100914.227000', '100914.684000', '100915.146000', '100915.635000', '100916.079000', '100916.544000', '100916.993000', '100917.452000', '100917.925000', '100918.360000', '100918.835000', '100919.321000', '100919.753000', '100920.211000', '100920.683000', '100921.136000', '100921.600000', '100922.061000', '100922.515000', '100922.970000', '100923.428000', '100923.894000', '100924.347000', '100924.820000', '100925.302000', '100925.735000', '100926.193000', '100926.657000', '100927.106000', '100927.581000', '100928.031000', '100928.525000', '100928.947000', '100929.416000', '100929.866000', '100930.323000', '100930.794000', '100931.297000', '100931.707000', '100932.181000', '100932.664000', '100933.095000', '100933.552000', '100934.007000', '100934.474000', '100934.937000', '100935.394000', '100935.862000', '100936.317000', '100936.766000', '100937.264000', '100937.684000', '100938.186000', '100938.613000', '100939.075000', '100939.538000', '100940.000000', '100940.447000', '100940.962000', '100941.370000', '100941.825000', '100942.305000', '100942.779000', '100943.231000', '100943.676000', '100944.144000', '100944.588000', '100945.086000', '100945.503000', '100945.976000', '100946.436000', '100946.893000', '100947.358000', '100947.815000', '100948.265000', '100948.731000', '100949.195000', '100949.657000', '100950.114000', '100950.576000', '100951.025000', '100951.529000', '100951.946000', '100952.420000', '100952.873000', '100953.325000', '100953.798000', '100954.246000', '100954.726000', '100955.176000', '100955.638000', '100956.094000', '100956.561000', '100957.011000', '100957.482000', '100957.940000', '100958.401000', '100958.846000', '100959.320000', '100959.775000', '101000.228000', '101000.700000', '101001.149000', '101001.618000', '101002.078000', '101002.533000', '101003.000000', '101003.448000', '101003.905000', '101004.384000', '101004.834000', '101005.312000', '101005.756000', '101006.209000', '101006.677000', '101007.159000', '101007.627000', '101008.067000', '101008.517000', '101008.980000', '101009.429000', '101009.907000', '101010.351000', '101010.806000', '101011.271000', '101011.736000', '101012.205000', '101012.664000', '101013.104000', '101013.580000', '101014.027000', '101014.491000', '101014.945000', '101015.407000', '101015.871000', '101016.338000', '101016.800000', '101017.248000', '101017.710000', '101018.168000', '101018.641000', '101019.096000', '101019.548000', '101020.018000', '101020.522000', '101020.929000', '101021.388000', '101021.858000', '101022.317000', '101022.766000', '101023.244000', '101023.695000', '101024.165000', '101024.629000', '101025.087000', '101025.537000', '101025.994000', '101026.466000', '101026.944000', '101027.378000', '101027.836000', '101028.291000', '101028.747000', '101029.220000', '101029.672000', '101030.169000', '101030.598000', '101031.062000', '101031.531000', '101031.975000', '101032.443000', '101032.902000', '101033.362000', '101033.809000', '101034.282000', '101034.746000', '101035.228000', '101035.647000', '101036.122000', '101036.589000', '101037.032000', '101037.498000', '101037.961000', '101038.407000', '101038.886000', '101039.347000', '101039.799000', '101040.251000', '101040.723000', '101041.170000', '101041.641000', '101042.090000', '101042.568000', '101043.022000', '101043.480000', '101043.930000', '101044.403000', '101044.860000', '101045.325000', '101045.781000', '101046.232000', '101046.694000', '101047.156000', '101047.649000', '101048.069000', '101048.534000', '101048.990000', '101049.447000', '101049.955000', '101050.383000', '101050.849000', '101051.289000', '101051.750000', '101052.228000', '101052.678000', '101053.139000', '101053.608000', '101054.065000', '101054.533000', '101054.978000', '101055.442000', '101055.891000', '101056.353000', '101056.814000', '101057.273000', '101057.750000', '101058.208000', '101058.661000', '101059.130000', '101059.579000', '101100.050000', '101100.506000', '101100.955000', '101101.426000', '101101.887000', '101102.341000', '101102.795000', '101103.270000', '101103.723000', '101104.174000', '101104.635000', '101105.093000', '101105.572000', '101106.022000', '101106.487000', '101106.949000', '101107.402000', '101107.870000', '101108.313000', '101108.837000', '101109.269000', '101109.705000', '101110.164000', '101110.633000', '101111.074000', '101111.544000', '101112.007000', '101112.469000', '101112.929000', '101113.389000', '101113.850000', '101114.304000', '101114.767000', '101115.225000', '101115.683000', '101116.148000', '101116.604000', '101117.055000', '101117.528000', '101117.995000', '101118.439000', '101118.894000', '101119.374000', '101119.826000', '101120.289000', '101120.770000', '101121.215000', '101121.672000', '101122.163000', '101122.592000', '101123.048000', '101123.504000', '101123.964000', '101124.428000', '101124.882000', '101125.346000', '101125.799000', '101126.269000', '101126.723000', '101127.174000', '101127.639000', '101128.113000', '101128.570000', '101129.016000', '101129.473000', '101129.955000', '101130.412000', '101130.869000', '101131.349000', '101131.790000', '101132.237000', '101132.701000', '101133.158000', '101133.654000', '101134.082000', '101134.537000', '101135.007000', '101135.474000', '101135.928000', '101136.378000', '101136.836000', '101137.304000', '101137.768000', '101138.218000', '101138.678000', '101139.153000', '101139.598000', '101140.070000', '101140.531000', '101140.976000', '101141.464000', '101141.912000', '101142.377000', '101142.832000', '101143.308000', '101143.753000', '101144.209000', '101144.670000', '101145.120000', '101145.580000', '101146.037000', '101146.498000', '101146.961000', '101147.431000', '101147.879000', '101148.353000', '101148.815000', '101149.273000', '101149.722000', '101150.192000', '101150.647000', '101151.141000', '101151.569000', '101152.035000', '101152.494000', '101152.946000', '101153.412000', '101153.876000', '101154.319000', '101154.789000', '101155.242000', '101155.711000', '101156.167000', '101156.640000', '101157.084000', '101157.541000', '101158.030000', '101158.477000', '101158.939000', '101159.390000', '101159.860000', '101200.315000', '101200.774000', '101201.485000', '101201.695000', '101202.146000', '101202.607000', '101203.067000', '101203.536000', '101203.978000', '101204.442000', '101204.902000', '101205.375000', '101205.821000', '101206.282000', '101206.760000', '101207.205000', '101207.668000', '101208.128000', '101208.591000', '101209.051000', '101209.515000', '101210.003000', '101210.439000', '101210.898000', '101211.381000', '101211.812000', '101212.265000', '101212.732000', '101213.198000', '101213.643000', '101214.104000', '101214.600000', '101215.063000', '101215.483000', '101215.940000', '101216.417000', '101216.876000', '101217.324000', '101217.792000', '101218.285000', '101218.710000', '101219.172000', '101219.640000', '101220.094000', '101220.553000', '101221.020000', '101221.472000', '101221.963000', '101222.400000', '101222.851000', '101223.319000', '101223.767000', '101224.237000', '101224.690000', '101225.153000', '101225.664000', '101226.071000', '101226.525000', '101226.995000', '101227.456000', '101227.921000', '101228.400000', '101228.841000', '101229.282000', '101229.790000', '101230.202000', '101230.664000', '101231.142000', '101231.596000', '101232.042000', '101232.521000', '101232.984000', '101233.427000', '101233.901000', '101234.350000', '101234.822000', '101235.322000', '101235.757000', '101236.190000', '101236.645000', '101237.115000', '101237.586000', '101238.034000', '101238.502000', '101238.960000', '101239.422000', '101239.882000', '101240.335000', '101240.787000', '101241.247000', '101241.711000', '101242.165000', '101242.647000', '101243.088000', '101243.556000', '101244.016000', '101244.474000', '101244.940000', '101245.392000', '101245.861000', '101246.310000', '101246.776000', '101247.346000', '101247.688000', '101248.165000', '101248.611000', '101249.080000', '101249.542000', '101249.990000', '101250.454000', '101250.909000', '101251.379000', '101251.831000', '101252.298000', '101252.749000', '101253.206000', '101253.669000', '101254.137000', '101254.596000', '101255.060000', '101255.520000', '101255.981000', '101256.430000', '101256.888000', '101257.358000', '101257.817000', '101258.286000', '101258.737000', '101259.205000', '101259.660000', '101300.118000', '101300.577000', '101301.035000', '101301.507000', '101301.965000', '101302.426000', '101302.888000', '101303.350000', '101303.805000', '101304.254000', '101304.730000', '101305.195000', '101305.641000', '101306.133000', '101306.560000', '101307.009000', '101307.472000', '101307.937000', '101308.403000', '101308.851000', '101309.313000', '101309.770000', '101310.237000', '101310.693000', '101311.357000', '101311.648000', '101312.084000', '101312.566000', '101313.004000', '101313.460000', '101313.911000', '101314.388000', '101314.835000', '101315.302000', '101315.774000', '101316.227000', '101316.707000', '101317.136000', '101317.593000', '101318.065000', '101318.528000', '101318.982000', '101319.433000', '101319.913000', '101320.361000', '101320.833000', '101321.386000', '101321.731000', '101322.206000', '101322.666000', '101323.122000', '101323.588000', '101324.041000', '101324.503000', '101324.968000', '101325.431000', '101325.890000', '101326.338000', '101326.805000', '101327.263000', '101327.730000', '101328.182000', '101328.647000', '101329.098000', '101329.564000', '101330.026000', '101330.473000', '101330.952000', '101331.409000', '101331.890000', '101332.327000', '101332.775000'], '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': [920, 751, 667, 750, 575, 532, 619, 546, 511, 848, 632, 508, 738, 569, 518, 890, 599, 524, 969, 602, 492, 708, 572, 501, 763, 579, 479, 645, 553, 506, 511, 627, 545, 482, 689, 566, 612, 855, 606, 517, 739, 572, 584, 718, 611, 485, 730, 549, 490, 789, 583, 545, 539, 722, 584, 524, 486, 724, 609, 576, 477, 781, 764, 582, 496, 839, 605, 529, 779, 643, 546, 511, 616, 541, 488, 528, 580, 530, 498, 630, 560, 482, 528, 641, 561, 526, 749, 595, 481, 639, 626, 526, 519, 750, 632, 475, 756, 713, 578, 692, 1012, 722, 526, 751, 649, 593, 566, 956, 631, 523, 1030, 722, 582, 777, 717, 557, 500, 754, 564, 509, 565, 671, 577, 598, 1033, 814, 596, 544, 806, 595, 539, 727, 822, 571, 492, 675, 676, 552, 489, 618, 542, 541, 506, 1004, 636, 510, 816, 649, 541, 749, 932, 587, 490, 789, 567, 496, 731, 812, 564, 493, 663, 530, 472, 852, 680, 520, 701, 628, 534, 486, 649, 526, 520, 487, 757, 531, 500, 706, 567, 563, 528, 773, 533, 504, 846, 590, 489, 892, 761, 546, 501, 681, 542, 491, 954, 688, 548, 530, 676, 551, 505, 940, 919, 734, 689, 545, 555, 638, 576, 545, 513, 712, 995, 844, 711, 628, 677, 996, 676, 628, 692, 1001, 677, 532, 576, 903, 775, 663, 658, 778, 554, 515, 490, 591, 515, 513, 537, 574, 504, 518, 518, 536, 569, 512, 502, 668, 918, 695, 523, 709, 638, 512, 638, 926, 712, 554, 605, 682, 534, 543, 771, 589, 569, 949, 824, 667, 530, 633, 997, 704, 561, 513, 685, 554, 500, 842, 561, 629, 863, 579, 706, 1007, 784, 554, 835, 626, 513, 527, 802, 697, 526, 546, 539, 831, 603, 546, 533, 641, 511, 524, 705, 531, 488, 775, 856, 617, 505, 509, 565, 516, 511, 625, 642, 516, 525, 790, 563, 591, 642, 1024, 834, 606, 559, 843, 601, 494, 888, 860, 687, 527, 829, 601, 502, 839, 587, 517, 909, 711, 543, 930, 599, 496, 692, 556, 505, 659, 889, 667, 576, 764, 976, 818, 628, 509, 532, 615, 515, 502, 619, 958, 637, 506, 669, 974, 904, 635, 794, 689, 562, 640, 764, 568, 493, 706, 655, 588, 490, 716, 851, 619, 496, 581, 633, 627, 506, 693, 801, 546, 484, 542, 599, 523, 506, 526, 642, 531, 507, 579, 763, 578, 515, 713, 912, 666, 524, 538, 647, 556, 520, 874, 656, 534, 715, 953, 648, 516, 603, 567, 521, 512, 808, 1071, 824, 708, 591, 564, 985, 655, 531, 554, 532, 687, 547, 500, 579, 760, 1027, 1011, 899, 646, 552, 713, 574, 520, 619, 508, 487, 500, 921, 746, 520, 529, 677, 555, 515, 537, 683, 511, 515, 550, 646, 542, 526, 871, 568, 520, 509, 811, 600, 516, 523, 589, 521, 517, 898, 697, 568, 524, 648, 504, 527, 777, 579, 533, 788, 899, 699, 596, 964, 733, 563, 502, 604, 538, 584, 849, 931, 668, 540, 519, 647, 535, 500, 702, 602, 832, 1018, 859, 622, 821, 590, 498, 644, 558, 492, 872, 668, 516, 588, 673, 533, 503, 692, 523, 534, 512, 637, 562, 575, 507, 793, 504, 515, 518, 583, 490, 494, 807, 533, 492, 528, 569, 512, 481, 897, 754, 522, 523, 668, 529, 517, 946, 622, 510, 997, 795, 611, 599, 652, 502, 563, 1017, 854, 771, 704, 790, 934, 594, 503, 497, 805, 967, 733, 542, 551, 765, 523, 530, 544, 792, 597, 517, 681, 897, 741, 624, 645, 675, 571, 529, 674, 904, 685, 527, 521, 639, 486, 528, 533, 508, 643, 531, 474, 513, 567, 821, 686, 520, 533, 620, 482, 524, 893, 572, 594, 699, 963, 626, 537, 596, 529, 623, 745, 1095, 855, 732, 576, 602, 819, 601, 607, 856, 560, 514, 776, 949, 705, 558, 542, 568, 576, 539, 802, 790, 548, 545, 706, 666, 572, 874, 617, 563, 552, 589, 592, 544, 609, 496, 532, 546, 552, 502, 528, 613, 541, 523, 538, 871, 721, 584, 778, 577, 523, 632, 541, 513, 605, 527, 535, 536, 514, 529, 515, 852, 520, 517, 649, 514, 535, 738, 595, 537, 919, 773, 546, 706, 538, 552, 579, 521, 716, 917, 753, 791, 1040, 820, 628, 523, 635, 556, 556, 657, 616, 702, 538, 716, 729, 555, 540, 827, 715, 552, 610, 959, 669, 556, 914, 623, 545, 718, 691, 565, 552, 674, 682, 513, 557, 565, 563, 521, 484, 525, 521, 734, 480, 524, 547, 607, 509, 536, 901, 677, 537, 620, 649, 518, 565, 663, 531, 512, 935, 735, 570, 500, 647, 541, 517, 793, 769, 658, 1043, 869, 733, 812, 1062, 831, 628, 724, 621, 505, 542, 590, 592, 760, 876, 977, 746, 530, 519, 546, 509, 529, 631, 513, 518, 524, 613, 517, 505, 758, 937, 579, 522, 507, 570, 508, 488, 627, 833, 505, 522, 488, 511, 477, 492, 578, 629, 626, 537, 516, 641, 515, 508, 566, 576, 482, 512, 730, 856, 504, 532, 652, 498, 529, 823, 551, 485, 954, 565, 523, 690, 505, 507, 815, 604, 540, 812, 781, 549, 489, 662, 689, 674, 1034, 919, 763, 625, 793, 618, 487, 676, 509, 505, 545, 511, 837, 580, 537, 641, 686, 560, 513], 'WindowCenter': [292.0, 289.0, 286.0, 287.0, 285.0, 284.0, 284.0, 284.0, 284.0, 286.0, 285.0, 283.0, 286.0, 284.0, 283.0, 286.0, 284.0, 283.0, 287.0, 284.0, 283.0, 285.0, 284.0, 283.0, 286.0, 285.0, 283.0, 285.0, 284.0, 284.0, 284.0, 285.0, 285.0, 283.0, 286.0, 285.0, 285.0, 286.0, 284.0, 283.0, 286.0, 284.0, 284.0, 286.0, 284.0, 282.0, 286.0, 284.0, 283.0, 286.0, 285.0, 284.0, 284.0, 286.0, 284.0, 284.0, 283.0, 286.0, 286.0, 285.0, 283.0, 286.0, 286.0, 285.0, 283.0, 287.0, 284.0, 283.0, 286.0, 284.0, 283.0, 283.0, 285.0, 285.0, 284.0, 285.0, 285.0, 285.0, 285.0, 286.0, 285.0, 284.0, 285.0, 286.0, 286.0, 285.0, 287.0, 286.0, 285.0, 286.0, 286.0, 285.0, 286.0, 287.0, 286.0, 284.0, 287.0, 287.0, 285.0, 286.0, 288.0, 286.0, 283.0, 286.0, 285.0, 285.0, 284.0, 288.0, 285.0, 283.0, 288.0, 286.0, 284.0, 286.0, 285.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 285.0, 285.0, 285.0, 288.0, 286.0, 284.0, 283.0, 286.0, 285.0, 283.0, 285.0, 286.0, 284.0, 283.0, 286.0, 285.0, 284.0, 283.0, 284.0, 284.0, 284.0, 283.0, 288.0, 285.0, 283.0, 286.0, 284.0, 284.0, 285.0, 286.0, 284.0, 282.0, 285.0, 283.0, 283.0, 285.0, 286.0, 284.0, 282.0, 284.0, 283.0, 282.0, 286.0, 285.0, 283.0, 285.0, 284.0, 283.0, 282.0, 284.0, 283.0, 284.0, 283.0, 286.0, 284.0, 283.0, 286.0, 285.0, 284.0, 283.0, 286.0, 283.0, 283.0, 286.0, 285.0, 283.0, 286.0, 286.0, 283.0, 283.0, 284.0, 283.0, 283.0, 287.0, 285.0, 284.0, 283.0, 285.0, 285.0, 283.0, 287.0, 286.0, 286.0, 285.0, 283.0, 284.0, 284.0, 284.0, 283.0, 283.0, 285.0, 287.0, 286.0, 285.0, 284.0, 284.0, 286.0, 283.0, 282.0, 283.0, 285.0, 282.0, 281.0, 281.0, 284.0, 283.0, 281.0, 281.0, 283.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 286.0, 284.0, 282.0, 284.0, 283.0, 282.0, 283.0, 286.0, 284.0, 283.0, 283.0, 284.0, 282.0, 282.0, 284.0, 283.0, 283.0, 286.0, 286.0, 284.0, 283.0, 284.0, 286.0, 285.0, 283.0, 282.0, 284.0, 282.0, 281.0, 285.0, 282.0, 282.0, 284.0, 282.0, 283.0, 284.0, 283.0, 281.0, 283.0, 281.0, 280.0, 281.0, 283.0, 283.0, 282.0, 281.0, 281.0, 285.0, 283.0, 281.0, 281.0, 283.0, 282.0, 281.0, 283.0, 282.0, 282.0, 285.0, 285.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 284.0, 285.0, 283.0, 283.0, 286.0, 285.0, 285.0, 285.0, 287.0, 286.0, 283.0, 282.0, 285.0, 282.0, 282.0, 285.0, 285.0, 284.0, 282.0, 285.0, 282.0, 281.0, 284.0, 282.0, 281.0, 285.0, 284.0, 282.0, 285.0, 282.0, 281.0, 283.0, 281.0, 281.0, 283.0, 285.0, 283.0, 282.0, 285.0, 286.0, 286.0, 284.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 286.0, 283.0, 281.0, 283.0, 285.0, 284.0, 281.0, 282.0, 281.0, 280.0, 280.0, 282.0, 281.0, 279.0, 282.0, 281.0, 280.0, 279.0, 282.0, 283.0, 280.0, 279.0, 281.0, 281.0, 282.0, 281.0, 282.0, 283.0, 281.0, 280.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 283.0, 285.0, 283.0, 283.0, 284.0, 286.0, 284.0, 283.0, 283.0, 284.0, 282.0, 282.0, 285.0, 284.0, 282.0, 284.0, 286.0, 284.0, 282.0, 283.0, 282.0, 283.0, 283.0, 285.0, 287.0, 286.0, 284.0, 284.0, 283.0, 287.0, 285.0, 283.0, 283.0, 282.0, 284.0, 282.0, 282.0, 282.0, 285.0, 285.0, 285.0, 284.0, 281.0, 279.0, 281.0, 280.0, 279.0, 280.0, 278.0, 280.0, 280.0, 284.0, 282.0, 280.0, 279.0, 281.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 284.0, 281.0, 281.0, 281.0, 284.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 285.0, 284.0, 282.0, 282.0, 283.0, 282.0, 282.0, 284.0, 282.0, 282.0, 285.0, 286.0, 284.0, 283.0, 285.0, 284.0, 281.0, 281.0, 282.0, 281.0, 282.0, 285.0, 285.0, 283.0, 282.0, 282.0, 283.0, 281.0, 280.0, 282.0, 281.0, 283.0, 284.0, 283.0, 281.0, 283.0, 281.0, 279.0, 280.0, 280.0, 279.0, 282.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 283.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 283.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 285.0, 285.0, 282.0, 282.0, 283.0, 282.0, 282.0, 285.0, 283.0, 282.0, 286.0, 285.0, 283.0, 283.0, 283.0, 281.0, 282.0, 285.0, 285.0, 284.0, 284.0, 285.0, 286.0, 284.0, 283.0, 282.0, 284.0, 286.0, 284.0, 283.0, 282.0, 285.0, 282.0, 281.0, 281.0, 283.0, 281.0, 280.0, 281.0, 282.0, 281.0, 280.0, 280.0, 280.0, 279.0, 278.0, 280.0, 282.0, 280.0, 279.0, 280.0, 281.0, 279.0, 280.0, 281.0, 280.0, 282.0, 281.0, 280.0, 281.0, 281.0, 285.0, 283.0, 281.0, 281.0, 281.0, 280.0, 280.0, 284.0, 281.0, 282.0, 283.0, 285.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 287.0, 285.0, 284.0, 282.0, 283.0, 285.0, 283.0, 282.0, 284.0, 281.0, 280.0, 283.0, 284.0, 282.0, 281.0, 280.0, 280.0, 280.0, 279.0, 282.0, 281.0, 278.0, 278.0, 280.0, 280.0, 279.0, 281.0, 280.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 278.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 283.0, 282.0, 281.0, 282.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 285.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 285.0, 284.0, 282.0, 283.0, 281.0, 281.0, 281.0, 281.0, 283.0, 286.0, 284.0, 284.0, 286.0, 284.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 283.0, 281.0, 283.0, 283.0, 282.0, 281.0, 283.0, 282.0, 280.0, 280.0, 283.0, 280.0, 279.0, 282.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 278.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 281.0, 282.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 284.0, 283.0, 282.0, 282.0, 283.0, 281.0, 282.0, 283.0, 282.0, 282.0, 286.0, 284.0, 282.0, 282.0, 283.0, 282.0, 281.0, 284.0, 285.0, 284.0, 285.0, 284.0, 283.0, 284.0, 285.0, 285.0, 282.0, 283.0, 281.0, 280.0, 280.0, 281.0, 281.0, 282.0, 283.0, 284.0, 282.0, 280.0, 278.0, 277.0, 277.0, 278.0, 279.0, 278.0, 278.0, 279.0, 280.0, 278.0, 278.0, 281.0, 281.0, 279.0, 278.0, 278.0, 279.0, 278.0, 278.0, 280.0, 282.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 280.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 283.0, 285.0, 281.0, 281.0, 282.0, 280.0, 280.0, 283.0, 281.0, 280.0, 285.0, 281.0, 281.0, 283.0, 281.0, 281.0, 284.0, 283.0, 282.0, 285.0, 284.0, 282.0, 281.0, 282.0, 283.0, 283.0, 285.0, 285.0, 284.0, 284.0, 284.0, 282.0, 280.0, 283.0, 280.0, 279.0, 279.0, 280.0, 282.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0], 'WindowWidth': [639.0, 633.0, 629.0, 629.0, 626.0, 625.0, 625.0, 625.0, 625.0, 628.0, 626.0, 624.0, 626.0, 624.0, 623.0, 627.0, 625.0, 623.0, 628.0, 625.0, 623.0, 626.0, 625.0, 623.0, 627.0, 625.0, 623.0, 626.0, 625.0, 625.0, 625.0, 626.0, 626.0, 624.0, 627.0, 625.0, 626.0, 628.0, 625.0, 623.0, 626.0, 625.0, 625.0, 627.0, 625.0, 622.0, 626.0, 624.0, 623.0, 626.0, 625.0, 624.0, 625.0, 627.0, 625.0, 624.0, 624.0, 627.0, 628.0, 627.0, 624.0, 628.0, 628.0, 625.0, 623.0, 629.0, 625.0, 623.0, 626.0, 624.0, 623.0, 623.0, 625.0, 625.0, 625.0, 626.0, 627.0, 626.0, 626.0, 628.0, 627.0, 626.0, 626.0, 628.0, 627.0, 626.0, 629.0, 627.0, 627.0, 628.0, 628.0, 626.0, 628.0, 630.0, 628.0, 626.0, 630.0, 628.0, 626.0, 627.0, 630.0, 627.0, 624.0, 627.0, 627.0, 626.0, 625.0, 629.0, 626.0, 623.0, 630.0, 627.0, 624.0, 627.0, 625.0, 624.0, 625.0, 627.0, 624.0, 624.0, 624.0, 625.0, 625.0, 625.0, 629.0, 626.0, 624.0, 623.0, 626.0, 625.0, 623.0, 626.0, 627.0, 624.0, 623.0, 627.0, 626.0, 624.0, 623.0, 625.0, 624.0, 625.0, 624.0, 630.0, 625.0, 623.0, 626.0, 624.0, 624.0, 626.0, 627.0, 624.0, 622.0, 625.0, 623.0, 622.0, 625.0, 626.0, 624.0, 622.0, 624.0, 623.0, 622.0, 628.0, 626.0, 623.0, 626.0, 625.0, 623.0, 622.0, 625.0, 623.0, 625.0, 624.0, 628.0, 625.0, 624.0, 627.0, 626.0, 624.0, 624.0, 627.0, 623.0, 622.0, 627.0, 625.0, 623.0, 627.0, 626.0, 623.0, 622.0, 625.0, 623.0, 623.0, 628.0, 626.0, 624.0, 623.0, 626.0, 625.0, 624.0, 628.0, 627.0, 627.0, 626.0, 623.0, 624.0, 625.0, 624.0, 624.0, 622.0, 626.0, 628.0, 627.0, 626.0, 624.0, 623.0, 627.0, 622.0, 620.0, 621.0, 624.0, 620.0, 618.0, 618.0, 622.0, 621.0, 619.0, 619.0, 620.0, 617.0, 617.0, 617.0, 619.0, 619.0, 620.0, 620.0, 621.0, 621.0, 621.0, 622.0, 623.0, 623.0, 622.0, 623.0, 625.0, 627.0, 625.0, 622.0, 624.0, 622.0, 621.0, 622.0, 627.0, 624.0, 622.0, 622.0, 623.0, 622.0, 621.0, 624.0, 622.0, 623.0, 627.0, 626.0, 625.0, 623.0, 624.0, 627.0, 626.0, 623.0, 621.0, 623.0, 621.0, 619.0, 625.0, 621.0, 621.0, 623.0, 620.0, 621.0, 624.0, 622.0, 618.0, 621.0, 619.0, 617.0, 618.0, 622.0, 621.0, 620.0, 620.0, 620.0, 624.0, 622.0, 620.0, 619.0, 622.0, 620.0, 619.0, 621.0, 620.0, 620.0, 625.0, 625.0, 622.0, 621.0, 621.0, 621.0, 621.0, 621.0, 623.0, 625.0, 623.0, 623.0, 626.0, 626.0, 627.0, 625.0, 628.0, 626.0, 622.0, 621.0, 625.0, 621.0, 620.0, 625.0, 626.0, 623.0, 620.0, 624.0, 621.0, 619.0, 623.0, 621.0, 619.0, 624.0, 623.0, 620.0, 624.0, 620.0, 619.0, 621.0, 620.0, 619.0, 622.0, 624.0, 622.0, 622.0, 625.0, 626.0, 626.0, 625.0, 621.0, 621.0, 622.0, 620.0, 620.0, 622.0, 626.0, 622.0, 619.0, 621.0, 624.0, 623.0, 619.0, 619.0, 618.0, 617.0, 617.0, 619.0, 618.0, 616.0, 619.0, 618.0, 618.0, 616.0, 619.0, 621.0, 617.0, 616.0, 618.0, 619.0, 620.0, 619.0, 620.0, 621.0, 618.0, 618.0, 620.0, 620.0, 620.0, 621.0, 621.0, 623.0, 622.0, 622.0, 623.0, 625.0, 622.0, 622.0, 625.0, 626.0, 623.0, 622.0, 622.0, 623.0, 622.0, 621.0, 625.0, 623.0, 622.0, 624.0, 627.0, 623.0, 622.0, 622.0, 621.0, 622.0, 622.0, 625.0, 628.0, 626.0, 625.0, 624.0, 624.0, 628.0, 626.0, 623.0, 623.0, 622.0, 624.0, 622.0, 621.0, 622.0, 625.0, 625.0, 624.0, 623.0, 619.0, 615.0, 618.0, 616.0, 615.0, 616.0, 615.0, 618.0, 618.0, 622.0, 619.0, 617.0, 616.0, 618.0, 616.0, 616.0, 617.0, 618.0, 617.0, 618.0, 618.0, 620.0, 618.0, 619.0, 623.0, 619.0, 618.0, 619.0, 623.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 625.0, 623.0, 621.0, 620.0, 622.0, 620.0, 620.0, 623.0, 621.0, 622.0, 626.0, 626.0, 623.0, 622.0, 625.0, 623.0, 620.0, 619.0, 621.0, 620.0, 621.0, 625.0, 624.0, 622.0, 620.0, 620.0, 621.0, 619.0, 618.0, 621.0, 619.0, 622.0, 624.0, 622.0, 619.0, 620.0, 618.0, 616.0, 617.0, 616.0, 615.0, 620.0, 618.0, 617.0, 618.0, 618.0, 617.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 619.0, 621.0, 619.0, 622.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 622.0, 619.0, 619.0, 620.0, 621.0, 621.0, 622.0, 626.0, 625.0, 621.0, 620.0, 622.0, 620.0, 621.0, 625.0, 622.0, 621.0, 627.0, 625.0, 622.0, 622.0, 622.0, 620.0, 621.0, 625.0, 624.0, 624.0, 624.0, 625.0, 628.0, 624.0, 622.0, 621.0, 624.0, 626.0, 624.0, 622.0, 622.0, 625.0, 620.0, 619.0, 618.0, 621.0, 618.0, 617.0, 618.0, 620.0, 618.0, 617.0, 617.0, 617.0, 615.0, 614.0, 617.0, 619.0, 617.0, 615.0, 617.0, 618.0, 616.0, 617.0, 618.0, 617.0, 620.0, 619.0, 618.0, 619.0, 619.0, 625.0, 622.0, 619.0, 618.0, 619.0, 618.0, 617.0, 622.0, 619.0, 620.0, 621.0, 624.0, 620.0, 620.0, 619.0, 618.0, 619.0, 621.0, 628.0, 625.0, 623.0, 621.0, 622.0, 625.0, 622.0, 620.0, 623.0, 619.0, 617.0, 621.0, 623.0, 620.0, 618.0, 617.0, 617.0, 616.0, 615.0, 619.0, 617.0, 614.0, 614.0, 616.0, 617.0, 615.0, 618.0, 616.0, 615.0, 613.0, 614.0, 616.0, 615.0, 616.0, 614.0, 615.0, 615.0, 616.0, 616.0, 617.0, 617.0, 617.0, 617.0, 616.0, 621.0, 619.0, 618.0, 620.0, 618.0, 617.0, 617.0, 616.0, 617.0, 618.0, 617.0, 618.0, 619.0, 618.0, 620.0, 620.0, 624.0, 620.0, 620.0, 621.0, 620.0, 620.0, 622.0, 621.0, 620.0, 626.0, 623.0, 620.0, 621.0, 620.0, 619.0, 619.0, 619.0, 622.0, 626.0, 624.0, 623.0, 627.0, 623.0, 622.0, 621.0, 622.0, 621.0, 620.0, 621.0, 621.0, 621.0, 620.0, 621.0, 621.0, 620.0, 618.0, 620.0, 619.0, 617.0, 616.0, 620.0, 617.0, 615.0, 619.0, 616.0, 615.0, 616.0, 616.0, 615.0, 614.0, 616.0, 616.0, 614.0, 616.0, 616.0, 616.0, 615.0, 616.0, 617.0, 618.0, 620.0, 617.0, 618.0, 618.0, 619.0, 619.0, 619.0, 623.0, 622.0, 621.0, 621.0, 621.0, 619.0, 620.0, 621.0, 620.0, 621.0, 627.0, 624.0, 621.0, 620.0, 622.0, 620.0, 620.0, 623.0, 625.0, 623.0, 625.0, 623.0, 622.0, 623.0, 625.0, 625.0, 621.0, 621.0, 619.0, 617.0, 617.0, 618.0, 618.0, 620.0, 622.0, 622.0, 619.0, 616.0, 614.0, 612.0, 612.0, 613.0, 614.0, 614.0, 614.0, 615.0, 617.0, 614.0, 614.0, 617.0, 618.0, 614.0, 614.0, 613.0, 614.0, 614.0, 614.0, 617.0, 619.0, 614.0, 615.0, 614.0, 615.0, 616.0, 617.0, 618.0, 619.0, 620.0, 619.0, 618.0, 620.0, 618.0, 619.0, 619.0, 619.0, 618.0, 620.0, 622.0, 624.0, 619.0, 619.0, 620.0, 618.0, 617.0, 622.0, 620.0, 618.0, 624.0, 620.0, 618.0, 621.0, 619.0, 619.0, 623.0, 622.0, 622.0, 625.0, 624.0, 620.0, 619.0, 620.0, 621.0, 621.0, 625.0, 626.0, 624.0, 623.0, 624.0, 621.0, 618.0, 621.0, 618.0, 616.0, 616.0, 617.0, 620.0, 617.0, 617.0, 617.0, 618.0, 616.0, 615.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.0005815074798619102</td></tr>
<tr><td colspan=3>aqi</td><td>0.022269474913693903</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.67009782571426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2095511552649763</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9960690122811069</td></tr>
<tr><td colspan=3>efc</td><td>0.464</td></tr>
<tr><td colspan=3>fber</td><td>10252.1885</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11425395238725163</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.3647871116225545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.334860685198642</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2490847645594587</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.515815849109185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2396814419272837</td></tr>
<tr><td colspan=3>gcor</td><td>0.052139</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007091282866895199</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026577454060316086</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.079383008564646</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>21.8037</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.8324</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.0063</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>301807.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>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.5878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6485</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>38.3208</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.7866</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>93.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.0577</td></tr>
<tr><td colspan=3>tsnr</td><td>38.53361478401348</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>