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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-01/func/sub-0018_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>82f1eec90bc8b2393e04cb8e005c7bf6</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:13:59.880000</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>80e79fa5-1fd7-41a0-bd25-b2a81ab48721||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': ['101359.880000', '101400.340000', '101400.800000', '101401.260000', '101401.720000', '101402.180000', '101402.640000', '101403.100000', '101403.560000', '101404.020000', '101404.480000', '101404.940000', '101405.400000', '101405.860000', '101406.320000', '101406.780000', '101407.240000', '101407.700000', '101408.160000', '101408.620000', '101409.080000', '101409.540000', '101410.000000', '101410.460000', '101410.920000', '101411.380000', '101411.840000', '101412.300000', '101412.760000', '101413.220000', '101413.680000', '101414.140000', '101414.600000', '101415.060000', '101415.520000', '101415.980000', '101416.440000', '101416.900000', '101417.360000', '101417.820000', '101418.280000', '101418.740000', '101419.200000', '101419.660000', '101420.120000', '101420.580000', '101421.040000', '101421.500000', '101421.960000', '101422.420000', '101422.880000', '101423.340000', '101423.800000', '101424.260000', '101424.720000', '101425.180000', '101425.640000', '101426.100000', '101426.560000', '101427.020000', '101427.480000', '101427.940000', '101428.400000', '101428.860000', '101429.320000', '101429.780000', '101430.240000', '101430.700000', '101431.160000', '101431.620000', '101432.080000', '101432.540000', '101433.000000', '101433.460000', '101433.920000', '101434.380000', '101434.840000', '101435.300000', '101435.760000', '101436.220000', '101436.680000', '101437.140000', '101437.600000', '101438.060000', '101438.520000', '101438.980000', '101439.440000', '101439.900000', '101440.360000', '101440.820000', '101441.280000', '101441.740000', '101442.200000', '101442.660000', '101443.120000', '101443.580000', '101444.040000', '101444.500000', '101444.960000', '101445.420000', '101445.880000', '101446.340000', '101446.800000', '101447.260000', '101447.720000', '101448.180000', '101448.640000', '101449.100000', '101449.560000', '101450.020000', '101450.480000', '101450.940000', '101451.400000', '101451.860000', '101452.320000', '101452.780000', '101453.240000', '101453.700000', '101454.160000', '101454.620000', '101455.080000', '101455.540000', '101456.000000', '101456.460000', '101456.920000', '101457.380000', '101457.840000', '101458.300000', '101458.760000', '101459.220000', '101459.680000', '101500.140000', '101500.600000', '101501.060000', '101501.520000', '101501.980000', '101502.440000', '101502.900000', '101503.360000', '101503.820000', '101504.280000', '101504.740000', '101505.200000', '101505.660000', '101506.120000', '101506.580000', '101507.040000', '101507.500000', '101507.960000', '101508.420000', '101508.880000', '101509.340000', '101509.800000', '101510.260000', '101510.720000', '101511.180000', '101511.640000', '101512.100000', '101512.560000', '101513.020000', '101513.480000', '101513.940000', '101514.400000', '101514.860000', '101515.320000', '101515.780000', '101516.240000', '101516.700000', '101517.160000', '101517.620000', '101518.080000', '101518.540000', '101519.000000', '101519.460000', '101519.920000', '101520.380000', '101520.840000', '101521.300000', '101521.760000', '101522.220000', '101522.680000', '101523.140000', '101523.600000', '101524.060000', '101524.520000', '101524.980000', '101525.440000', '101525.900000', '101526.360000', '101526.820000', '101527.280000', '101527.740000', '101528.200000', '101528.660000', '101529.120000', '101529.580000', '101530.040000', '101530.500000', '101530.960000', '101531.420000', '101531.880000', '101532.340000', '101532.800000', '101533.260000', '101533.720000', '101534.180000', '101534.640000', '101535.100000', '101535.560000', '101536.020000', '101536.480000', '101536.940000', '101537.400000', '101537.860000', '101538.320000', '101538.780000', '101539.240000', '101539.700000', '101540.160000', '101540.620000', '101541.080000', '101541.540000', '101542.000000', '101542.460000', '101542.920000', '101543.380000', '101543.840000', '101544.300000', '101544.760000', '101545.220000', '101545.680000', '101546.140000', '101546.600000', '101547.060000', '101547.520000', '101547.980000', '101548.440000', '101548.900000', '101549.360000', '101549.820000', '101550.280000', '101550.740000', '101551.200000', '101551.660000', '101552.120000', '101552.580000', '101553.040000', '101553.500000', '101553.960000', '101554.420000', '101554.880000', '101555.340000', '101555.800000', '101556.260000', '101556.720000', '101557.180000', '101557.640000', '101558.100000', '101558.560000', '101559.020000', '101559.480000', '101559.940000', '101600.400000', '101600.860000', '101601.320000', '101601.780000', '101602.240000', '101602.700000', '101603.160000', '101603.620000', '101604.080000', '101604.540000', '101605.000000', '101605.460000', '101605.920000', '101606.380000', '101606.840000', '101607.300000', '101607.760000', '101608.220000', '101608.680000', '101609.140000', '101609.600000', '101610.060000', '101610.520000', '101610.980000', '101611.440000', '101611.900000', '101612.360000', '101612.820000', '101613.280000', '101613.740000', '101614.200000', '101614.660000', '101615.120000', '101615.580000', '101616.040000', '101616.500000', '101616.960000', '101617.420000', '101617.880000', '101618.340000', '101618.800000', '101619.260000', '101619.720000', '101620.180000', '101620.640000', '101621.100000', '101621.560000', '101622.020000', '101622.480000', '101622.940000', '101623.400000', '101623.860000', '101624.320000', '101624.780000', '101625.240000', '101625.700000', '101626.160000', '101626.620000', '101627.080000', '101627.540000', '101628.000000', '101628.460000', '101628.920000', '101629.380000', '101629.840000', '101630.300000', '101630.760000', '101631.220000', '101631.680000', '101632.140000', '101632.600000', '101633.060000', '101633.520000', '101633.980000', '101634.440000', '101634.900000', '101635.360000', '101635.820000', '101636.280000', '101636.740000', '101637.200000', '101637.660000', '101638.120000', '101638.580000', '101639.040000', '101639.500000', '101639.960000', '101640.420000', '101640.880000', '101641.340000', '101641.800000', '101642.260000', '101642.720000', '101643.180000', '101643.640000', '101644.100000', '101644.560000', '101645.020000', '101645.480000', '101645.940000', '101646.400000', '101646.860000', '101647.320000', '101647.780000', '101648.240000', '101648.700000', '101649.160000', '101649.620000', '101650.080000', '101650.540000', '101651.000000', '101651.460000', '101651.920000', '101652.380000', '101652.840000', '101653.300000', '101653.760000', '101654.220000', '101654.680000', '101655.140000', '101655.600000', '101656.060000', '101656.520000', '101656.980000', '101657.440000', '101657.900000', '101658.360000', '101658.820000', '101659.280000', '101659.740000', '101700.200000', '101700.660000', '101701.120000', '101701.580000', '101702.040000', '101702.500000', '101702.960000', '101703.420000', '101703.880000', '101704.340000', '101704.800000', '101705.260000', '101705.720000', '101706.180000', '101706.640000', '101707.100000', '101707.560000', '101708.020000', '101708.480000', '101708.940000', '101709.400000', '101709.860000', '101710.320000', '101710.780000', '101711.240000', '101711.700000', '101712.160000', '101712.620000', '101713.080000', '101713.540000', '101714.000000', '101714.460000', '101714.920000', '101715.380000', '101715.840000', '101716.300000', '101716.760000', '101717.220000', '101717.680000', '101718.140000', '101718.600000', '101719.060000', '101719.520000', '101719.980000', '101720.440000', '101720.900000', '101721.360000', '101721.820000', '101722.280000', '101722.740000', '101723.200000', '101723.660000', '101724.120000', '101724.580000', '101725.040000', '101725.500000', '101725.960000', '101726.420000', '101726.880000', '101727.340000', '101727.800000', '101728.260000', '101728.720000', '101729.180000', '101729.640000', '101730.100000', '101730.560000', '101731.020000', '101731.480000', '101731.940000', '101732.400000', '101732.860000', '101733.320000', '101733.780000', '101734.240000', '101734.700000', '101735.160000', '101735.620000', '101736.080000', '101736.540000', '101737.000000', '101737.460000', '101737.920000', '101738.380000', '101738.840000', '101739.300000', '101739.760000', '101740.220000', '101740.680000', '101741.140000', '101741.600000', '101742.060000', '101742.520000', '101742.980000', '101743.440000', '101743.900000', '101744.360000', '101744.820000', '101745.280000', '101745.740000', '101746.200000', '101746.660000', '101747.120000', '101747.580000', '101748.040000', '101748.500000', '101748.960000', '101749.420000', '101749.880000', '101750.340000', '101750.800000', '101751.260000', '101751.720000', '101752.180000', '101752.640000', '101753.100000', '101753.560000', '101754.020000', '101754.480000', '101754.940000', '101755.400000', '101755.860000', '101756.320000', '101756.780000', '101757.240000', '101757.700000', '101758.160000', '101758.620000', '101759.080000', '101759.540000', '101800.000000', '101800.460000', '101800.920000', '101801.380000', '101801.840000', '101802.300000', '101802.760000', '101803.220000', '101803.680000', '101804.140000', '101804.600000', '101805.060000', '101805.520000', '101805.980000', '101806.440000', '101806.900000', '101807.360000', '101807.820000', '101808.280000', '101808.740000', '101809.200000', '101809.660000', '101810.120000', '101810.580000', '101811.040000', '101811.500000', '101811.960000', '101812.420000', '101812.880000', '101813.340000', '101813.800000', '101814.260000', '101814.720000', '101815.180000', '101815.640000', '101816.100000', '101816.560000', '101817.020000', '101817.480000', '101817.940000', '101818.400000', '101818.860000', '101819.320000', '101819.780000', '101820.240000', '101820.700000', '101821.160000', '101821.620000', '101822.080000', '101822.540000', '101823.000000', '101823.460000', '101823.920000', '101824.380000', '101824.840000', '101825.300000', '101825.760000', '101826.220000', '101826.680000', '101827.140000', '101827.600000', '101828.060000', '101828.520000', '101828.980000', '101829.440000', '101829.900000', '101830.360000', '101830.820000', '101831.280000', '101831.740000', '101832.200000', '101832.660000', '101833.120000', '101833.580000', '101834.040000', '101834.500000', '101834.960000', '101835.420000', '101835.880000', '101836.340000', '101836.800000', '101837.260000', '101837.720000', '101838.180000', '101838.640000', '101839.100000', '101839.560000', '101840.020000', '101840.480000', '101840.940000', '101841.400000', '101841.860000', '101842.320000', '101842.780000', '101843.240000', '101843.700000', '101844.160000', '101844.620000', '101845.080000', '101845.540000', '101846.000000', '101846.460000', '101846.920000', '101847.380000', '101847.840000', '101848.300000', '101848.760000', '101849.220000', '101849.680000', '101850.140000', '101850.600000', '101851.060000', '101851.520000', '101851.980000', '101852.440000', '101852.900000', '101853.360000', '101853.820000', '101854.280000', '101854.740000', '101855.200000', '101855.660000', '101856.120000', '101856.580000', '101857.040000', '101857.500000', '101857.960000', '101858.420000', '101858.880000', '101859.340000', '101859.800000', '101900.260000', '101900.720000', '101901.180000', '101901.640000', '101902.100000', '101902.560000', '101903.020000', '101903.480000', '101903.940000', '101904.400000', '101904.860000', '101905.320000', '101905.780000', '101906.240000', '101906.700000', '101907.160000', '101907.620000', '101908.080000', '101908.540000', '101909.000000', '101909.460000', '101909.920000', '101910.380000', '101910.840000', '101911.300000', '101911.760000', '101912.220000', '101912.680000', '101913.140000', '101913.600000', '101914.060000', '101914.520000', '101914.980000', '101915.440000', '101915.900000', '101916.360000', '101916.820000', '101917.280000', '101917.740000', '101918.200000', '101918.660000', '101919.120000', '101919.580000', '101920.040000', '101920.500000', '101920.960000', '101921.420000', '101921.880000', '101922.340000', '101922.800000', '101923.260000', '101923.720000', '101924.180000', '101924.640000', '101925.100000', '101925.560000', '101926.020000', '101926.480000', '101926.940000', '101927.400000', '101927.860000', '101928.320000', '101928.780000', '101929.240000', '101929.700000', '101930.160000', '101930.620000', '101931.080000', '101931.540000', '101932.000000', '101932.460000', '101932.920000', '101933.380000', '101933.840000', '101934.300000', '101934.760000', '101935.220000', '101935.680000', '101936.140000', '101936.600000', '101937.060000', '101937.520000', '101937.980000', '101938.440000', '101938.900000', '101939.360000', '101939.820000', '101940.280000', '101940.740000', '101941.200000', '101941.660000', '101942.120000', '101942.580000', '101943.040000', '101943.500000', '101943.960000', '101944.420000', '101944.880000', '101945.340000', '101945.800000', '101946.260000', '101946.720000', '101947.180000', '101947.640000', '101948.100000', '101948.560000', '101949.020000', '101949.480000', '101949.940000', '101950.400000', '101950.860000', '101951.320000', '101951.780000', '101952.240000', '101952.700000', '101953.160000', '101953.620000', '101954.080000', '101954.540000', '101955.000000', '101955.460000', '101955.920000', '101956.380000', '101956.840000', '101957.300000', '101957.760000', '101958.220000', '101958.680000', '101959.140000', '101959.600000', '102000.060000', '102000.520000', '102000.980000', '102001.440000', '102001.900000', '102002.360000', '102002.820000', '102003.280000', '102003.740000', '102004.200000', '102004.660000', '102005.120000', '102005.580000', '102006.040000', '102006.500000', '102006.960000', '102007.420000', '102007.880000', '102008.340000', '102008.800000', '102009.260000', '102009.720000', '102010.180000', '102010.640000', '102011.100000', '102011.560000', '102012.020000', '102012.480000', '102012.940000', '102013.400000', '102013.860000', '102014.320000', '102014.780000', '102015.240000', '102015.700000', '102016.160000', '102016.620000', '102017.080000', '102017.540000', '102018.000000', '102018.460000', '102018.920000', '102019.380000', '102019.840000', '102020.300000', '102020.760000', '102021.220000', '102021.680000', '102022.140000', '102022.600000', '102023.060000', '102023.520000', '102023.980000', '102024.440000', '102024.900000', '102025.360000', '102025.820000', '102026.280000', '102026.740000', '102027.200000', '102027.660000', '102028.120000', '102028.580000', '102029.040000', '102029.500000', '102029.960000', '102030.420000', '102030.880000', '102031.340000', '102031.800000', '102032.260000', '102032.720000', '102033.180000', '102033.640000', '102034.100000', '102034.560000', '102035.020000', '102035.480000', '102035.940000', '102036.400000', '102036.860000', '102037.320000', '102037.780000', '102038.240000', '102038.700000', '102039.160000', '102039.620000', '102040.080000', '102040.540000'], 'ContentTime': ['101404.000000', '101404.153000', '101404.384000', '101404.568000', '101404.795000', '101405.005000', '101405.178000', '101405.410000', '101405.599000', '101405.830000', '101406.005000', '101406.368000', '101406.814000', '101407.291000', '101407.760000', '101408.206000', '101408.672000', '101409.137000', '101409.582000', '101410.054000', '101410.497000', '101410.967000', '101411.424000', '101411.895000', '101412.354000', '101412.815000', '101413.279000', '101413.749000', '101414.197000', '101414.646000', '101415.100000', '101415.575000', '101416.053000', '101416.491000', '101416.954000', '101417.445000', '101417.857000', '101418.384000', '101418.774000', '101419.255000', '101419.710000', '101420.158000', '101420.614000', '101421.077000', '101421.557000', '101422.007000', '101422.465000', '101422.914000', '101423.395000', '101423.840000', '101424.297000', '101424.766000', '101425.221000', '101425.680000', '101426.140000', '101426.602000', '101427.067000', '101427.525000', '101427.987000', '101428.453000', '101428.909000', '101429.366000', '101429.823000', '101430.282000', '101430.749000', '101431.197000', '101431.665000', '101432.127000', '101432.579000', '101433.056000', '101433.500000', '101433.974000', '101434.419000', '101434.897000', '101435.358000', '101435.808000', '101436.418000', '101436.729000', '101437.192000', '101437.641000', '101438.111000', '101438.568000', '101439.021000', '101439.492000', '101439.941000', '101440.402000', '101440.857000', '101441.334000', '101441.791000', '101442.236000', '101442.695000', '101443.168000', '101443.623000', '101444.141000', '101444.553000', '101445.040000', '101445.473000', '101445.922000', '101446.387000', '101446.877000', '101447.304000', '101447.808000', '101448.235000', '101448.680000', '101449.145000', '101449.612000', '101450.097000', '101450.523000', '101451.001000', '101451.439000', '101451.916000', '101452.356000', '101452.830000', '101453.286000', '101453.758000', '101454.207000', '101454.674000', '101455.118000', '101455.582000', '101456.045000', '101456.507000', '101456.960000', '101457.426000', '101457.890000', '101458.349000', '101458.842000', '101459.300000', '101459.724000', '101500.180000', '101500.644000', '101501.101000', '101501.576000', '101502.034000', '101502.492000', '101502.936000', '101503.408000', '101503.872000', '101504.325000', '101504.789000', '101505.264000', '101505.702000', '101506.161000', '101506.624000', '101507.095000', '101507.556000', '101508.004000', '101508.459000', '101508.920000', '101509.395000', '101509.852000', '101510.308000', '101510.762000', '101511.225000', '101511.691000', '101512.155000', '101512.602000', '101513.060000', '101513.524000', '101513.983000', '101514.445000', '101514.898000', '101515.365000', '101515.834000', '101516.280000', '101516.749000', '101517.203000', '101517.698000', '101518.122000', '101518.601000', '101519.064000', '101519.507000', '101519.975000', '101520.421000', '101520.900000', '101521.351000', '101521.797000', '101522.262000', '101522.731000', '101523.180000', '101523.647000', '101524.104000', '101524.572000', '101525.024000', '101525.496000', '101525.956000', '101526.403000', '101526.867000', '101527.321000', '101527.812000', '101528.256000', '101528.720000', '101529.167000', '101529.628000', '101530.080000', '101530.560000', '101531.011000', '101531.466000', '101531.930000', '101532.387000', '101532.857000', '101533.309000', '101533.765000', '101534.221000', '101534.678000', '101535.153000', '101535.611000', '101536.062000', '101536.521000', '101536.989000', '101537.456000', '101537.903000', '101538.373000', '101538.838000', '101539.301000', '101539.753000', '101540.207000', '101540.661000', '101541.132000', '101541.583000', '101542.047000', '101542.515000', '101542.980000', '101543.430000', '101543.890000', '101544.349000', '101544.818000', '101545.271000', '101545.734000', '101546.202000', '101546.642000', '101547.116000', '101547.559000', '101548.026000', '101548.490000', '101548.957000', '101549.404000', '101549.858000', '101550.328000', '101550.792000', '101551.252000', '101551.700000', '101552.160000', '101552.619000', '101553.093000', '101553.541000', '101554.011000', '101554.473000', '101554.928000', '101555.411000', '101555.882000', '101556.310000', '101556.776000', '101557.233000', '101557.698000', '101558.138000', '101558.610000', '101559.077000', '101559.560000', '101600.005000', '101600.449000', '101600.908000', '101601.368000', '101601.833000', '101602.291000', '101602.740000', '101603.216000', '101603.673000', '101604.121000', '101604.599000', '101605.052000', '101605.500000', '101605.968000', '101606.435000', '101606.895000', '101607.347000', '101607.812000', '101608.298000', '101608.741000', '101609.256000', '101609.652000', '101610.102000', '101610.568000', '101611.033000', '101611.551000', '101611.954000', '101612.418000', '101612.899000', '101613.365000', '101613.785000', '101614.246000', '101614.709000', '101615.203000', '101615.626000', '101616.096000', '101616.556000', '101617.021000', '101617.478000', '101617.941000', '101618.392000', '101618.859000', '101619.315000', '101619.774000', '101620.222000', '101620.689000', '101621.151000', '101621.607000', '101622.106000', '101622.537000', '101622.986000', '101623.459000', '101623.916000', '101624.376000', '101624.840000', '101625.296000', '101625.752000', '101626.205000', '101626.680000', '101627.141000', '101627.593000', '101628.065000', '101628.507000', '101628.963000', '101629.442000', '101629.886000', '101630.344000', '101630.822000', '101631.265000', '101631.797000', '101632.202000', '101632.643000', '101633.110000', '101633.580000', '101634.035000', '101634.489000', '101634.951000', '101635.420000', '101635.883000', '101636.337000', '101636.787000', '101637.256000', '101637.720000', '101638.169000', '101638.641000', '101639.146000', '101639.560000', '101640.023000', '101640.475000', '101640.935000', '101641.421000', '101641.850000', '101642.315000', '101642.780000', '101643.237000', '101643.696000', '101644.163000', '101644.619000', '101645.082000', '101645.527000', '101646.003000', '101646.451000', '101646.907000', '101647.366000', '101647.831000', '101648.298000', '101648.759000', '101649.219000', '101649.678000', '101650.138000', '101650.585000', '101651.049000', '101651.518000', '101651.987000', '101652.433000', '101652.888000', '101653.364000', '101653.824000', '101654.282000', '101654.735000', '101655.186000', '101655.660000', '101656.119000', '101656.576000', '101657.073000', '101657.502000', '101657.947000', '101658.406000', '101658.882000', '101659.346000', '101659.791000', '101700.247000', '101700.722000', '101701.178000', '101701.635000', '101702.094000', '101702.584000', '101703.018000', '101703.478000', '101703.939000', '101704.388000', '101704.847000', '101705.313000', '101705.773000', '101706.241000', '101706.707000', '101707.166000', '101707.613000', '101708.082000', '101708.526000', '101708.991000', '101709.458000', '101709.907000', '101710.380000', '101710.843000', '101711.298000', '101711.749000', '101712.211000', '101712.681000', '101713.170000', '101713.601000', '101714.048000', '101714.526000', '101714.984000', '101715.431000', '101715.902000', '101716.363000', '101716.848000', '101717.279000', '101717.727000', '101718.194000', '101718.652000', '101719.119000', '101719.576000', '101720.031000', '101720.499000', '101720.963000', '101721.446000', '101721.872000', '101722.335000', '101722.802000', '101723.286000', '101723.721000', '101724.175000', '101724.722000', '101725.102000', '101725.569000', '101726.028000', '101726.473000', '101726.943000', '101727.398000', '101727.851000', '101728.308000', '101728.769000', '101729.231000', '101729.694000', '101730.153000', '101730.615000', '101731.079000', '101731.534000', '101732.017000', '101732.452000', '101732.919000', '101733.385000', '101733.840000', '101734.293000', '101734.756000', '101735.221000', '101735.705000', '101736.149000', '101736.597000', '101737.052000', '101737.512000', '101737.970000', '101738.443000', '101738.903000', '101739.371000', '101739.811000', '101740.280000', '101740.746000', '101741.236000', '101741.666000', '101742.122000', '101742.579000', '101743.047000', '101743.545000', '101743.956000', '101744.410000', '101744.870000', '101745.341000', '101745.799000', '101746.261000', '101746.716000', '101747.184000', '101747.640000', '101748.090000', '101748.565000', '101749.013000', '101749.473000', '101749.949000', '101750.396000', '101750.863000', '101751.323000', '101751.776000', '101752.249000', '101752.706000', '101753.165000', '101753.629000', '101754.081000', '101754.537000', '101754.997000', '101755.456000', '101755.925000', '101756.381000', '101756.866000', '101757.308000', '101757.755000', '101758.228000', '101758.677000', '101759.133000', '101759.605000', '101800.064000', '101800.529000', '101800.987000', '101801.444000', '101801.901000', '101802.374000', '101802.829000', '101803.290000', '101803.749000', '101804.211000', '101804.666000', '101805.117000', '101805.578000', '101806.050000', '101806.492000', '101806.958000', '101807.428000', '101807.929000', '101808.353000', '101808.798000', '101809.266000', '101809.710000', '101810.188000', '101810.634000', '101811.091000', '101811.554000', '101812.038000', '101812.483000', '101812.946000', '101813.394000', '101813.889000', '101814.334000', '101814.783000', '101815.233000', '101815.714000', '101816.166000', '101816.628000', '101817.092000', '101817.553000', '101818.014000', '101818.454000', '101818.939000', '101819.386000', '101819.845000', '101820.296000', '101820.757000', '101821.228000', '101821.678000', '101822.151000', '101822.605000', '101823.065000', '101823.529000', '101823.983000', '101824.447000', '101824.912000', '101825.359000', '101825.825000', '101826.290000', '101826.745000', '101827.210000', '101827.667000', '101828.112000', '101828.579000', '101829.044000', '101829.497000', '101829.966000', '101830.418000', '101830.892000', '101831.354000', '101831.807000', '101832.265000', '101832.734000', '101833.177000', '101833.647000', '101834.109000', '101834.558000', '101835.018000', '101835.490000', '101835.941000', '101836.404000', '101836.863000', '101837.333000', '101837.785000', '101838.253000', '101838.707000', '101839.174000', '101839.628000', '101840.097000', '101840.581000', '101841.012000', '101841.458000', '101841.924000', '101842.456000', '101842.856000', '101843.306000', '101843.767000', '101844.236000', '101844.688000', '101845.140000', '101845.608000', '101846.068000', '101846.520000', '101846.984000', '101847.443000', '101847.898000', '101848.360000', '101848.820000', '101849.281000', '101849.750000', '101850.214000', '101850.668000', '101851.120000', '101851.600000', '101852.050000', '101852.537000', '101852.974000', '101853.431000', '101853.890000', '101854.341000', '101854.809000', '101855.268000', '101855.735000', '101856.195000', '101856.639000', '101857.100000', '101857.566000', '101858.023000', '101858.481000', '101858.950000', '101859.420000', '101859.862000', '101900.320000', '101900.782000', '101901.358000', '101901.710000', '101902.164000', '101902.631000', '101903.093000', '101903.553000', '101904.009000', '101904.474000', '101904.931000', '101905.393000', '101905.858000', '101906.302000', '101906.775000', '101907.238000', '101907.688000', '101908.159000', '101908.601000', '101909.076000', '101909.534000', '101910.024000', '101910.440000', '101910.910000', '101911.366000', '101911.825000', '101912.285000', '101912.742000', '101913.343000', '101913.683000', '101914.138000', '101914.586000', '101915.050000', '101915.503000', '101915.977000', '101916.441000', '101916.881000', '101917.357000', '101917.812000', '101918.267000', '101918.723000', '101919.180000', '101919.651000', '101920.110000', '101920.579000', '101921.023000', '101921.493000', '101921.959000', '101922.405000', '101922.869000', '101923.341000', '101923.784000', '101924.279000', '101924.714000', '101925.176000', '101925.631000', '101926.099000', '101926.544000', '101927.012000', '101927.481000', '101927.922000', '101928.410000', '101928.854000', '101929.305000', '101929.768000', '101930.233000', '101930.730000', '101931.165000', '101931.615000', '101932.080000', '101932.534000', '101933.017000', '101933.465000', '101933.907000', '101934.375000', '101934.832000', '101935.296000', '101935.752000', '101936.233000', '101936.689000', '101937.265000', '101937.590000', '101938.060000', '101938.521000', '101938.973000', '101939.443000', '101939.924000', '101940.357000', '101940.806000', '101941.279000', '101941.728000', '101942.200000', '101942.661000', '101943.106000', '101943.577000', '101944.064000', '101944.501000', '101944.961000', '101945.419000', '101945.876000', '101946.337000', '101946.786000', '101947.265000', '101947.716000', '101948.180000', '101948.627000', '101949.088000', '101949.554000', '101950.012000', '101950.483000', '101950.944000', '101951.398000', '101951.851000', '101952.316000', '101952.778000', '101953.229000', '101953.702000', '101954.147000', '101954.609000', '101955.086000', '101955.533000', '101955.989000', '101956.447000', '101956.913000', '101957.383000', '101957.830000', '101958.299000', '101958.752000', '101959.286000', '101959.669000', '102000.143000', '102000.602000', '102001.060000', '102001.525000', '102001.980000', '102002.442000', '102002.902000', '102003.360000', '102003.809000', '102004.268000', '102004.749000', '102005.225000', '102005.659000', '102006.127000', '102006.571000', '102007.035000', '102007.506000', '102007.950000', '102008.427000', '102008.875000', '102009.351000', '102009.799000', '102010.254000', '102010.749000', '102011.170000', '102011.644000', '102012.107000', '102012.563000', '102013.058000', '102013.490000', '102013.942000', '102014.405000', '102014.862000', '102015.348000', '102015.773000', '102016.238000', '102016.711000', '102017.168000', '102017.638000', '102018.078000', '102018.540000', '102019.006000', '102019.450000', '102019.923000', '102020.395000', '102020.849000', '102021.315000', '102021.771000', '102022.260000', '102022.671000', '102023.137000', '102023.610000', '102024.068000', '102024.518000', '102024.982000', '102025.445000', '102025.900000', '102026.381000', '102026.816000', '102027.311000', '102027.750000', '102028.207000', '102028.654000', '102029.117000', '102029.583000', '102030.038000', '102030.493000', '102030.953000', '102031.426000', '102031.884000', '102032.346000', '102032.810000', '102033.256000', '102033.716000', '102034.171000', '102034.651000', '102035.097000', '102035.573000', '102036.029000', '102036.493000', '102036.950000', '102037.392000', '102037.861000', '102038.328000', '102038.792000', '102039.351000', '102039.704000', '102040.167000', '102040.624000', '102041.091000', '102041.573000', '102042.001000'], 'InstanceCreationTime': ['101404.000000', '101404.153000', '101404.384000', '101404.568000', '101404.795000', '101405.005000', '101405.178000', '101405.410000', '101405.599000', '101405.830000', '101406.005000', '101406.368000', '101406.814000', '101407.291000', '101407.760000', '101408.206000', '101408.672000', '101409.137000', '101409.582000', '101410.054000', '101410.497000', '101410.967000', '101411.424000', '101411.895000', '101412.354000', '101412.815000', '101413.279000', '101413.749000', '101414.197000', '101414.646000', '101415.100000', '101415.575000', '101416.053000', '101416.491000', '101416.954000', '101417.445000', '101417.857000', '101418.384000', '101418.774000', '101419.255000', '101419.710000', '101420.158000', '101420.614000', '101421.077000', '101421.557000', '101422.007000', '101422.465000', '101422.914000', '101423.395000', '101423.840000', '101424.297000', '101424.766000', '101425.221000', '101425.680000', '101426.140000', '101426.602000', '101427.067000', '101427.525000', '101427.987000', '101428.453000', '101428.909000', '101429.366000', '101429.823000', '101430.282000', '101430.749000', '101431.197000', '101431.665000', '101432.127000', '101432.579000', '101433.056000', '101433.500000', '101433.974000', '101434.419000', '101434.897000', '101435.358000', '101435.808000', '101436.418000', '101436.729000', '101437.192000', '101437.641000', '101438.111000', '101438.568000', '101439.021000', '101439.492000', '101439.941000', '101440.402000', '101440.857000', '101441.334000', '101441.791000', '101442.236000', '101442.695000', '101443.168000', '101443.623000', '101444.141000', '101444.553000', '101445.040000', '101445.473000', '101445.922000', '101446.387000', '101446.877000', '101447.304000', '101447.808000', '101448.235000', '101448.680000', '101449.145000', '101449.612000', '101450.097000', '101450.523000', '101451.001000', '101451.439000', '101451.916000', '101452.356000', '101452.830000', '101453.286000', '101453.758000', '101454.207000', '101454.674000', '101455.118000', '101455.582000', '101456.045000', '101456.507000', '101456.960000', '101457.426000', '101457.890000', '101458.349000', '101458.842000', '101459.300000', '101459.724000', '101500.180000', '101500.644000', '101501.101000', '101501.576000', '101502.034000', '101502.492000', '101502.936000', '101503.408000', '101503.872000', '101504.325000', '101504.789000', '101505.264000', '101505.702000', '101506.161000', '101506.624000', '101507.095000', '101507.556000', '101508.004000', '101508.459000', '101508.920000', '101509.395000', '101509.852000', '101510.308000', '101510.762000', '101511.225000', '101511.691000', '101512.155000', '101512.602000', '101513.060000', '101513.524000', '101513.983000', '101514.445000', '101514.898000', '101515.365000', '101515.834000', '101516.280000', '101516.749000', '101517.203000', '101517.698000', '101518.122000', '101518.601000', '101519.064000', '101519.507000', '101519.975000', '101520.421000', '101520.900000', '101521.351000', '101521.797000', '101522.262000', '101522.731000', '101523.180000', '101523.647000', '101524.104000', '101524.572000', '101525.024000', '101525.496000', '101525.956000', '101526.403000', '101526.867000', '101527.321000', '101527.812000', '101528.256000', '101528.720000', '101529.167000', '101529.628000', '101530.080000', '101530.560000', '101531.011000', '101531.466000', '101531.930000', '101532.387000', '101532.857000', '101533.309000', '101533.765000', '101534.221000', '101534.678000', '101535.153000', '101535.611000', '101536.062000', '101536.521000', '101536.989000', '101537.456000', '101537.903000', '101538.373000', '101538.838000', '101539.301000', '101539.753000', '101540.207000', '101540.661000', '101541.132000', '101541.583000', '101542.047000', '101542.515000', '101542.980000', '101543.430000', '101543.890000', '101544.349000', '101544.818000', '101545.271000', '101545.734000', '101546.202000', '101546.642000', '101547.116000', '101547.559000', '101548.026000', '101548.490000', '101548.957000', '101549.404000', '101549.858000', '101550.328000', '101550.792000', '101551.252000', '101551.700000', '101552.160000', '101552.619000', '101553.093000', '101553.541000', '101554.011000', '101554.473000', '101554.928000', '101555.411000', '101555.882000', '101556.310000', '101556.776000', '101557.233000', '101557.698000', '101558.138000', '101558.610000', '101559.077000', '101559.560000', '101600.005000', '101600.449000', '101600.908000', '101601.368000', '101601.833000', '101602.291000', '101602.740000', '101603.216000', '101603.673000', '101604.121000', '101604.599000', '101605.052000', '101605.500000', '101605.968000', '101606.435000', '101606.895000', '101607.347000', '101607.812000', '101608.298000', '101608.741000', '101609.256000', '101609.652000', '101610.102000', '101610.568000', '101611.033000', '101611.551000', '101611.954000', '101612.418000', '101612.899000', '101613.365000', '101613.785000', '101614.246000', '101614.709000', '101615.203000', '101615.626000', '101616.096000', '101616.556000', '101617.021000', '101617.478000', '101617.941000', '101618.392000', '101618.859000', '101619.315000', '101619.774000', '101620.222000', '101620.689000', '101621.151000', '101621.607000', '101622.106000', '101622.537000', '101622.986000', '101623.459000', '101623.916000', '101624.376000', '101624.840000', '101625.296000', '101625.752000', '101626.205000', '101626.680000', '101627.141000', '101627.593000', '101628.065000', '101628.507000', '101628.963000', '101629.442000', '101629.886000', '101630.344000', '101630.822000', '101631.265000', '101631.797000', '101632.202000', '101632.643000', '101633.110000', '101633.580000', '101634.035000', '101634.489000', '101634.951000', '101635.420000', '101635.883000', '101636.337000', '101636.787000', '101637.256000', '101637.720000', '101638.169000', '101638.641000', '101639.146000', '101639.560000', '101640.023000', '101640.475000', '101640.935000', '101641.421000', '101641.850000', '101642.315000', '101642.780000', '101643.237000', '101643.696000', '101644.163000', '101644.619000', '101645.082000', '101645.527000', '101646.003000', '101646.451000', '101646.907000', '101647.366000', '101647.831000', '101648.298000', '101648.759000', '101649.219000', '101649.678000', '101650.138000', '101650.585000', '101651.049000', '101651.518000', '101651.987000', '101652.433000', '101652.888000', '101653.364000', '101653.824000', '101654.282000', '101654.735000', '101655.186000', '101655.660000', '101656.119000', '101656.576000', '101657.073000', '101657.502000', '101657.947000', '101658.406000', '101658.882000', '101659.346000', '101659.791000', '101700.247000', '101700.722000', '101701.178000', '101701.635000', '101702.094000', '101702.584000', '101703.018000', '101703.478000', '101703.939000', '101704.388000', '101704.847000', '101705.313000', '101705.773000', '101706.241000', '101706.707000', '101707.166000', '101707.613000', '101708.082000', '101708.526000', '101708.991000', '101709.458000', '101709.907000', '101710.380000', '101710.843000', '101711.298000', '101711.749000', '101712.211000', '101712.681000', '101713.170000', '101713.601000', '101714.048000', '101714.526000', '101714.984000', '101715.431000', '101715.902000', '101716.363000', '101716.848000', '101717.279000', '101717.727000', '101718.194000', '101718.652000', '101719.119000', '101719.576000', '101720.031000', '101720.499000', '101720.963000', '101721.446000', '101721.872000', '101722.335000', '101722.802000', '101723.286000', '101723.721000', '101724.175000', '101724.722000', '101725.102000', '101725.569000', '101726.028000', '101726.473000', '101726.943000', '101727.398000', '101727.851000', '101728.308000', '101728.769000', '101729.231000', '101729.694000', '101730.153000', '101730.615000', '101731.079000', '101731.534000', '101732.017000', '101732.452000', '101732.919000', '101733.385000', '101733.840000', '101734.293000', '101734.756000', '101735.221000', '101735.705000', '101736.149000', '101736.597000', '101737.052000', '101737.512000', '101737.970000', '101738.443000', '101738.903000', '101739.371000', '101739.811000', '101740.280000', '101740.746000', '101741.236000', '101741.666000', '101742.122000', '101742.579000', '101743.047000', '101743.545000', '101743.956000', '101744.410000', '101744.870000', '101745.341000', '101745.799000', '101746.261000', '101746.716000', '101747.184000', '101747.640000', '101748.090000', '101748.565000', '101749.013000', '101749.473000', '101749.949000', '101750.396000', '101750.863000', '101751.323000', '101751.776000', '101752.249000', '101752.706000', '101753.165000', '101753.629000', '101754.081000', '101754.537000', '101754.997000', '101755.456000', '101755.925000', '101756.381000', '101756.866000', '101757.308000', '101757.755000', '101758.228000', '101758.677000', '101759.133000', '101759.605000', '101800.064000', '101800.529000', '101800.987000', '101801.444000', '101801.901000', '101802.374000', '101802.829000', '101803.290000', '101803.749000', '101804.211000', '101804.666000', '101805.117000', '101805.578000', '101806.050000', '101806.492000', '101806.958000', '101807.428000', '101807.929000', '101808.353000', '101808.798000', '101809.266000', '101809.710000', '101810.188000', '101810.634000', '101811.091000', '101811.554000', '101812.038000', '101812.483000', '101812.946000', '101813.394000', '101813.889000', '101814.334000', '101814.783000', '101815.233000', '101815.714000', '101816.166000', '101816.628000', '101817.092000', '101817.553000', '101818.014000', '101818.454000', '101818.939000', '101819.386000', '101819.845000', '101820.296000', '101820.757000', '101821.228000', '101821.678000', '101822.151000', '101822.605000', '101823.065000', '101823.529000', '101823.983000', '101824.447000', '101824.912000', '101825.359000', '101825.825000', '101826.290000', '101826.745000', '101827.210000', '101827.667000', '101828.112000', '101828.579000', '101829.044000', '101829.497000', '101829.966000', '101830.418000', '101830.892000', '101831.354000', '101831.807000', '101832.265000', '101832.734000', '101833.177000', '101833.647000', '101834.109000', '101834.558000', '101835.018000', '101835.490000', '101835.941000', '101836.404000', '101836.863000', '101837.333000', '101837.785000', '101838.253000', '101838.707000', '101839.174000', '101839.628000', '101840.097000', '101840.581000', '101841.012000', '101841.458000', '101841.924000', '101842.456000', '101842.856000', '101843.306000', '101843.767000', '101844.236000', '101844.688000', '101845.140000', '101845.608000', '101846.068000', '101846.520000', '101846.984000', '101847.443000', '101847.898000', '101848.360000', '101848.820000', '101849.281000', '101849.750000', '101850.214000', '101850.668000', '101851.120000', '101851.600000', '101852.050000', '101852.537000', '101852.974000', '101853.431000', '101853.890000', '101854.341000', '101854.809000', '101855.268000', '101855.735000', '101856.195000', '101856.639000', '101857.100000', '101857.566000', '101858.023000', '101858.481000', '101858.950000', '101859.420000', '101859.862000', '101900.320000', '101900.782000', '101901.358000', '101901.710000', '101902.164000', '101902.631000', '101903.093000', '101903.553000', '101904.009000', '101904.474000', '101904.931000', '101905.393000', '101905.858000', '101906.302000', '101906.775000', '101907.238000', '101907.688000', '101908.159000', '101908.601000', '101909.076000', '101909.534000', '101910.024000', '101910.440000', '101910.910000', '101911.366000', '101911.825000', '101912.285000', '101912.742000', '101913.343000', '101913.683000', '101914.138000', '101914.586000', '101915.050000', '101915.503000', '101915.977000', '101916.441000', '101916.881000', '101917.357000', '101917.812000', '101918.267000', '101918.723000', '101919.180000', '101919.651000', '101920.110000', '101920.579000', '101921.023000', '101921.493000', '101921.959000', '101922.405000', '101922.869000', '101923.341000', '101923.784000', '101924.279000', '101924.714000', '101925.176000', '101925.631000', '101926.099000', '101926.544000', '101927.012000', '101927.481000', '101927.922000', '101928.410000', '101928.854000', '101929.305000', '101929.768000', '101930.233000', '101930.730000', '101931.165000', '101931.615000', '101932.080000', '101932.534000', '101933.017000', '101933.465000', '101933.907000', '101934.375000', '101934.832000', '101935.296000', '101935.752000', '101936.233000', '101936.689000', '101937.265000', '101937.590000', '101938.060000', '101938.521000', '101938.973000', '101939.443000', '101939.924000', '101940.357000', '101940.806000', '101941.279000', '101941.728000', '101942.200000', '101942.661000', '101943.106000', '101943.577000', '101944.064000', '101944.501000', '101944.961000', '101945.419000', '101945.876000', '101946.337000', '101946.786000', '101947.265000', '101947.716000', '101948.180000', '101948.627000', '101949.088000', '101949.554000', '101950.012000', '101950.483000', '101950.944000', '101951.398000', '101951.851000', '101952.316000', '101952.778000', '101953.229000', '101953.702000', '101954.147000', '101954.609000', '101955.086000', '101955.533000', '101955.989000', '101956.447000', '101956.913000', '101957.383000', '101957.830000', '101958.299000', '101958.752000', '101959.286000', '101959.669000', '102000.143000', '102000.602000', '102001.060000', '102001.525000', '102001.980000', '102002.442000', '102002.902000', '102003.360000', '102003.809000', '102004.268000', '102004.749000', '102005.225000', '102005.659000', '102006.127000', '102006.571000', '102007.035000', '102007.506000', '102007.950000', '102008.427000', '102008.875000', '102009.351000', '102009.799000', '102010.254000', '102010.749000', '102011.170000', '102011.644000', '102012.107000', '102012.563000', '102013.058000', '102013.490000', '102013.942000', '102014.405000', '102014.862000', '102015.348000', '102015.773000', '102016.238000', '102016.711000', '102017.168000', '102017.638000', '102018.078000', '102018.540000', '102019.006000', '102019.450000', '102019.923000', '102020.395000', '102020.849000', '102021.315000', '102021.771000', '102022.260000', '102022.671000', '102023.137000', '102023.610000', '102024.068000', '102024.518000', '102024.982000', '102025.445000', '102025.900000', '102026.381000', '102026.816000', '102027.311000', '102027.750000', '102028.207000', '102028.654000', '102029.117000', '102029.583000', '102030.038000', '102030.493000', '102030.953000', '102031.426000', '102031.884000', '102032.346000', '102032.810000', '102033.256000', '102033.716000', '102034.171000', '102034.651000', '102035.097000', '102035.573000', '102036.029000', '102036.493000', '102036.950000', '102037.392000', '102037.861000', '102038.328000', '102038.792000', '102039.351000', '102039.704000', '102040.167000', '102040.624000', '102041.091000', '102041.573000', '102042.001000'], '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': [511, 613, 513, 498, 699, 532, 487, 813, 535, 486, 807, 547, 547, 794, 855, 559, 490, 628, 512, 549, 569, 505, 844, 523, 491, 729, 507, 500, 741, 527, 481, 1010, 770, 619, 643, 586, 512, 699, 558, 514, 847, 564, 497, 868, 548, 601, 939, 738, 499, 700, 516, 496, 711, 506, 483, 744, 513, 502, 745, 516, 986, 595, 533, 699, 500, 724, 528, 484, 749, 504, 568, 539, 493, 740, 498, 495, 723, 504, 483, 590, 482, 499, 572, 507, 492, 578, 503, 475, 590, 513, 491, 581, 499, 546, 521, 505, 565, 650, 518, 488, 639, 516, 489, 732, 543, 533, 802, 538, 842, 595, 521, 892, 600, 639, 786, 568, 962, 690, 586, 949, 611, 671, 796, 527, 518, 557, 516, 589, 540, 504, 578, 524, 527, 590, 496, 488, 725, 630, 528, 520, 580, 525, 690, 546, 554, 849, 586, 868, 599, 530, 862, 796, 595, 527, 676, 511, 508, 916, 565, 605, 962, 700, 560, 756, 535, 548, 749, 531, 735, 814, 546, 869, 585, 513, 846, 511, 505, 729, 504, 502, 653, 530, 509, 656, 546, 523, 567, 504, 565, 716, 516, 516, 549, 523, 652, 540, 525, 866, 516, 509, 824, 575, 514, 828, 548, 533, 722, 584, 640, 766, 536, 528, 630, 540, 809, 638, 525, 721, 543, 514, 985, 721, 554, 773, 575, 529, 1005, 620, 559, 942, 559, 554, 667, 521, 630, 734, 538, 531, 555, 531, 517, 693, 521, 530, 607, 537, 671, 838, 564, 608, 656, 545, 652, 661, 542, 813, 651, 525, 912, 547, 518, 888, 524, 525, 808, 549, 506, 951, 556, 524, 713, 541, 532, 626, 538, 538, 531, 529, 616, 520, 509, 640, 583, 538, 579, 582, 513, 987, 754, 552, 912, 573, 518, 887, 599, 679, 815, 541, 705, 565, 518, 934, 549, 512, 743, 536, 566, 791, 541, 522, 564, 530, 677, 696, 542, 523, 601, 550, 538, 572, 547, 544, 608, 535, 653, 604, 583, 843, 716, 530, 896, 563, 740, 678, 616, 918, 553, 599, 574, 523, 690, 598, 558, 520, 545, 547, 543, 627, 545, 671, 813, 549, 853, 606, 619, 965, 775, 865, 614, 526, 740, 541, 546, 646, 545, 625, 521, 530, 846, 631, 538, 710, 559, 659, 605, 533, 969, 644, 610, 615, 553, 776, 506, 547, 745, 552, 536, 530, 534, 699, 514, 550, 708, 561, 541, 732, 563, 689, 550, 533, 782, 537, 607, 680, 558, 516, 522, 534, 882, 588, 530, 820, 548, 549, 647, 555, 1006, 640, 558, 627, 562, 707, 523, 533, 821, 545, 668, 523, 554, 852, 618, 661, 580, 547, 824, 553, 832, 729, 539, 740, 547, 537, 567, 540, 714, 556, 540, 722, 563, 566, 779, 608, 748, 657, 566, 800, 559, 605, 606, 564, 850, 557, 581, 644, 593, 593, 599, 589, 584, 739, 560, 562, 959, 804, 587, 777, 560, 586, 764, 605, 870, 779, 595, 845, 579, 596, 651, 597, 634, 583, 577, 845, 587, 572, 701, 572, 618, 649, 582, 861, 762, 604, 770, 592, 621, 607, 602, 838, 654, 706, 636, 593, 707, 570, 602, 875, 681, 623, 818, 583, 602, 587, 573, 971, 797, 1089, 806, 608, 667, 588, 613, 548, 599, 568, 862, 615, 612, 600, 599, 751, 579, 688, 768, 619, 933, 606, 814, 570, 584, 564, 576, 835, 558, 613, 579, 585, 588, 604, 596, 782, 587, 766, 606, 626, 720, 609, 986, 760, 820, 655, 625, 629, 605, 726, 598, 680, 574, 609, 662, 610, 843, 585, 595, 580, 583, 749, 586, 766, 610, 609, 697, 589, 841, 589, 589, 554, 596, 612, 610, 908, 563, 615, 546, 591, 640, 581, 580, 600, 595, 574, 580, 605, 665, 609, 624, 572, 591, 787, 603, 620, 671, 606, 871, 594, 626, 864, 627, 797, 572, 597, 747, 591, 661, 839, 620, 886, 593, 650, 872, 625, 979, 578, 616, 610, 594, 969, 572, 621, 717, 591, 906, 773, 601, 876, 599, 756, 573, 610, 657, 586, 879, 586, 578, 557, 582, 668, 600, 776, 573, 570, 611, 576, 833, 561, 573, 778, 621, 781, 574, 616, 550, 596, 872, 676, 603, 681, 590, 647, 550, 591, 769, 592, 661, 590, 580, 809, 573, 822, 745, 571, 916, 583, 590, 581, 569, 823, 569, 632, 857, 606, 552, 568, 588, 600, 582, 589, 626, 588, 626, 687, 608, 911, 617, 583, 974, 653, 829, 815, 635, 1016, 646, 807, 595, 591, 743, 581, 582, 558, 583, 709, 646, 619, 627, 572, 598, 644, 601, 599, 578, 609, 744, 584, 583, 802, 597, 604, 608, 597, 601, 633, 590, 995, 804, 614, 766, 575, 610, 650, 595, 988, 788, 583, 828, 563, 612, 634, 600, 897, 700, 609, 1023, 834, 609, 634, 588, 600, 620, 614, 877, 576, 601, 806, 599, 964, 641, 580, 955, 606, 742, 747, 594, 957, 605, 569, 569, 551, 591, 567, 769, 560, 586, 602, 569, 593, 575, 593, 954, 710, 570, 777, 570, 608, 576, 584, 943, 676, 586, 821, 573, 596, 602, 594, 969, 634, 608, 810, 598, 972, 578, 712, 957, 630, 577, 601, 589, 640, 563, 573, 957, 569, 583, 722, 595, 832, 710, 602, 963, 591, 619, 597, 591, 912, 574, 625, 761, 599, 595, 576, 595, 937, 805, 594], 'WindowCenter': [287.0, 286.0, 284.0, 284.0, 285.0, 283.0, 283.0, 286.0, 283.0, 283.0, 286.0, 283.0, 283.0, 286.0, 286.0, 283.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 285.0, 282.0, 282.0, 284.0, 282.0, 282.0, 285.0, 282.0, 282.0, 286.0, 285.0, 284.0, 284.0, 283.0, 282.0, 283.0, 282.0, 282.0, 285.0, 282.0, 282.0, 285.0, 282.0, 283.0, 285.0, 284.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 282.0, 284.0, 282.0, 282.0, 284.0, 282.0, 285.0, 283.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 284.0, 282.0, 282.0, 282.0, 282.0, 284.0, 282.0, 281.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 284.0, 283.0, 282.0, 285.0, 283.0, 283.0, 286.0, 283.0, 286.0, 284.0, 283.0, 286.0, 284.0, 284.0, 285.0, 283.0, 286.0, 284.0, 283.0, 285.0, 283.0, 283.0, 285.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 285.0, 284.0, 283.0, 283.0, 284.0, 283.0, 285.0, 283.0, 283.0, 286.0, 284.0, 286.0, 284.0, 283.0, 286.0, 286.0, 284.0, 283.0, 284.0, 282.0, 282.0, 286.0, 283.0, 283.0, 286.0, 284.0, 283.0, 284.0, 282.0, 282.0, 284.0, 282.0, 284.0, 285.0, 282.0, 285.0, 282.0, 282.0, 285.0, 282.0, 282.0, 284.0, 282.0, 282.0, 284.0, 283.0, 282.0, 284.0, 283.0, 282.0, 283.0, 282.0, 283.0, 284.0, 283.0, 282.0, 283.0, 282.0, 284.0, 283.0, 282.0, 286.0, 282.0, 282.0, 286.0, 284.0, 283.0, 286.0, 283.0, 283.0, 285.0, 284.0, 284.0, 285.0, 283.0, 282.0, 284.0, 283.0, 285.0, 284.0, 282.0, 284.0, 283.0, 283.0, 288.0, 285.0, 283.0, 285.0, 283.0, 282.0, 286.0, 283.0, 282.0, 286.0, 282.0, 282.0, 284.0, 282.0, 284.0, 284.0, 282.0, 282.0, 282.0, 283.0, 283.0, 285.0, 283.0, 283.0, 284.0, 283.0, 285.0, 286.0, 283.0, 283.0, 284.0, 283.0, 284.0, 284.0, 282.0, 285.0, 284.0, 282.0, 285.0, 282.0, 282.0, 285.0, 282.0, 282.0, 285.0, 283.0, 282.0, 286.0, 283.0, 283.0, 284.0, 282.0, 282.0, 284.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 283.0, 285.0, 284.0, 283.0, 284.0, 283.0, 283.0, 286.0, 285.0, 283.0, 286.0, 283.0, 282.0, 286.0, 283.0, 284.0, 285.0, 282.0, 283.0, 282.0, 282.0, 285.0, 282.0, 283.0, 284.0, 282.0, 283.0, 285.0, 282.0, 282.0, 282.0, 282.0, 284.0, 284.0, 282.0, 282.0, 283.0, 283.0, 282.0, 284.0, 283.0, 283.0, 284.0, 283.0, 285.0, 285.0, 285.0, 286.0, 285.0, 283.0, 286.0, 283.0, 284.0, 284.0, 283.0, 285.0, 282.0, 283.0, 283.0, 282.0, 284.0, 284.0, 283.0, 282.0, 283.0, 283.0, 283.0, 284.0, 283.0, 284.0, 286.0, 283.0, 286.0, 283.0, 283.0, 285.0, 284.0, 285.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 286.0, 284.0, 282.0, 284.0, 282.0, 283.0, 282.0, 282.0, 285.0, 283.0, 282.0, 282.0, 282.0, 284.0, 281.0, 282.0, 284.0, 282.0, 282.0, 282.0, 283.0, 284.0, 282.0, 283.0, 284.0, 283.0, 282.0, 285.0, 283.0, 284.0, 283.0, 282.0, 285.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 283.0, 286.0, 283.0, 283.0, 286.0, 283.0, 282.0, 284.0, 283.0, 286.0, 284.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 286.0, 283.0, 284.0, 282.0, 282.0, 286.0, 283.0, 284.0, 283.0, 282.0, 285.0, 282.0, 285.0, 284.0, 282.0, 284.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 284.0, 283.0, 282.0, 285.0, 283.0, 284.0, 284.0, 282.0, 284.0, 282.0, 283.0, 283.0, 283.0, 286.0, 283.0, 283.0, 284.0, 283.0, 284.0, 284.0, 283.0, 283.0, 285.0, 283.0, 283.0, 286.0, 285.0, 283.0, 285.0, 282.0, 282.0, 284.0, 283.0, 285.0, 285.0, 283.0, 285.0, 283.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 286.0, 284.0, 284.0, 285.0, 284.0, 284.0, 284.0, 284.0, 286.0, 285.0, 284.0, 285.0, 284.0, 284.0, 283.0, 283.0, 285.0, 284.0, 284.0, 284.0, 283.0, 284.0, 283.0, 283.0, 286.0, 284.0, 284.0, 285.0, 283.0, 283.0, 282.0, 282.0, 285.0, 284.0, 286.0, 284.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 286.0, 284.0, 284.0, 283.0, 284.0, 284.0, 283.0, 284.0, 284.0, 283.0, 285.0, 282.0, 284.0, 282.0, 282.0, 282.0, 282.0, 285.0, 282.0, 283.0, 283.0, 283.0, 284.0, 284.0, 284.0, 286.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 285.0, 283.0, 283.0, 282.0, 282.0, 284.0, 282.0, 284.0, 283.0, 282.0, 284.0, 282.0, 285.0, 282.0, 282.0, 282.0, 283.0, 283.0, 284.0, 285.0, 283.0, 284.0, 282.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 285.0, 285.0, 284.0, 284.0, 286.0, 284.0, 285.0, 285.0, 284.0, 286.0, 284.0, 285.0, 286.0, 284.0, 286.0, 283.0, 284.0, 285.0, 284.0, 285.0, 286.0, 284.0, 286.0, 283.0, 284.0, 286.0, 284.0, 286.0, 283.0, 283.0, 284.0, 284.0, 286.0, 283.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 285.0, 283.0, 284.0, 282.0, 282.0, 283.0, 282.0, 285.0, 282.0, 282.0, 282.0, 282.0, 284.0, 283.0, 285.0, 283.0, 283.0, 283.0, 283.0, 285.0, 283.0, 283.0, 285.0, 284.0, 285.0, 283.0, 283.0, 282.0, 283.0, 286.0, 284.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 285.0, 283.0, 284.0, 283.0, 283.0, 285.0, 283.0, 285.0, 284.0, 282.0, 285.0, 283.0, 283.0, 282.0, 282.0, 285.0, 283.0, 284.0, 286.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 284.0, 285.0, 285.0, 284.0, 287.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 283.0, 285.0, 283.0, 284.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 284.0, 285.0, 284.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 287.0, 285.0, 284.0, 285.0, 283.0, 283.0, 284.0, 283.0, 286.0, 285.0, 283.0, 285.0, 283.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 287.0, 286.0, 284.0, 284.0, 284.0, 283.0, 283.0, 284.0, 285.0, 283.0, 283.0, 285.0, 284.0, 286.0, 284.0, 282.0, 285.0, 282.0, 283.0, 283.0, 282.0, 285.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 284.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 286.0, 284.0, 283.0, 285.0, 283.0, 284.0, 283.0, 283.0, 286.0, 284.0, 283.0, 285.0, 283.0, 283.0, 283.0, 283.0, 286.0, 284.0, 283.0, 285.0, 283.0, 286.0, 283.0, 284.0, 285.0, 284.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 286.0, 283.0, 283.0, 284.0, 284.0, 286.0, 284.0, 283.0, 286.0, 283.0, 283.0, 283.0, 283.0, 285.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 284.0, 286.0, 285.0, 283.0], 'WindowWidth': [631.0, 630.0, 626.0, 624.0, 626.0, 623.0, 623.0, 626.0, 623.0, 622.0, 626.0, 623.0, 623.0, 626.0, 626.0, 622.0, 622.0, 623.0, 622.0, 621.0, 622.0, 621.0, 625.0, 621.0, 621.0, 624.0, 622.0, 622.0, 625.0, 622.0, 621.0, 627.0, 625.0, 624.0, 623.0, 622.0, 621.0, 622.0, 621.0, 620.0, 624.0, 621.0, 621.0, 625.0, 622.0, 622.0, 625.0, 624.0, 620.0, 624.0, 620.0, 620.0, 622.0, 621.0, 620.0, 624.0, 621.0, 621.0, 624.0, 621.0, 625.0, 622.0, 620.0, 622.0, 620.0, 622.0, 620.0, 619.0, 623.0, 620.0, 621.0, 621.0, 620.0, 623.0, 620.0, 620.0, 623.0, 620.0, 620.0, 622.0, 620.0, 622.0, 622.0, 622.0, 622.0, 623.0, 622.0, 622.0, 624.0, 622.0, 622.0, 622.0, 622.0, 623.0, 621.0, 622.0, 623.0, 624.0, 623.0, 622.0, 625.0, 623.0, 622.0, 625.0, 623.0, 623.0, 626.0, 624.0, 627.0, 624.0, 623.0, 627.0, 624.0, 623.0, 625.0, 623.0, 627.0, 624.0, 622.0, 626.0, 623.0, 623.0, 625.0, 620.0, 620.0, 621.0, 620.0, 622.0, 621.0, 621.0, 622.0, 621.0, 621.0, 622.0, 622.0, 623.0, 625.0, 625.0, 624.0, 623.0, 623.0, 623.0, 626.0, 623.0, 623.0, 626.0, 624.0, 626.0, 624.0, 623.0, 628.0, 626.0, 624.0, 622.0, 624.0, 622.0, 622.0, 627.0, 622.0, 623.0, 626.0, 624.0, 622.0, 624.0, 621.0, 620.0, 623.0, 620.0, 623.0, 624.0, 621.0, 624.0, 621.0, 620.0, 624.0, 620.0, 620.0, 624.0, 620.0, 620.0, 624.0, 623.0, 622.0, 624.0, 623.0, 622.0, 622.0, 622.0, 623.0, 624.0, 622.0, 622.0, 622.0, 622.0, 624.0, 623.0, 622.0, 626.0, 622.0, 622.0, 626.0, 624.0, 623.0, 626.0, 623.0, 623.0, 625.0, 624.0, 625.0, 625.0, 623.0, 622.0, 623.0, 623.0, 625.0, 623.0, 622.0, 624.0, 622.0, 623.0, 629.0, 626.0, 623.0, 625.0, 622.0, 621.0, 626.0, 622.0, 621.0, 626.0, 622.0, 621.0, 623.0, 622.0, 623.0, 624.0, 621.0, 621.0, 621.0, 622.0, 623.0, 625.0, 623.0, 623.0, 624.0, 623.0, 625.0, 626.0, 623.0, 622.0, 623.0, 622.0, 623.0, 624.0, 622.0, 625.0, 623.0, 622.0, 625.0, 621.0, 622.0, 626.0, 621.0, 622.0, 625.0, 623.0, 622.0, 627.0, 623.0, 622.0, 624.0, 622.0, 621.0, 624.0, 623.0, 622.0, 623.0, 623.0, 625.0, 623.0, 623.0, 625.0, 624.0, 623.0, 624.0, 623.0, 623.0, 627.0, 625.0, 623.0, 627.0, 623.0, 622.0, 626.0, 623.0, 623.0, 625.0, 621.0, 623.0, 621.0, 622.0, 626.0, 622.0, 622.0, 624.0, 621.0, 623.0, 625.0, 622.0, 621.0, 621.0, 621.0, 623.0, 624.0, 621.0, 620.0, 622.0, 623.0, 622.0, 624.0, 623.0, 623.0, 624.0, 623.0, 626.0, 625.0, 626.0, 627.0, 626.0, 623.0, 626.0, 623.0, 624.0, 624.0, 622.0, 625.0, 621.0, 622.0, 622.0, 622.0, 624.0, 623.0, 623.0, 622.0, 622.0, 623.0, 623.0, 624.0, 623.0, 624.0, 626.0, 623.0, 626.0, 623.0, 622.0, 626.0, 624.0, 624.0, 622.0, 620.0, 623.0, 621.0, 621.0, 622.0, 621.0, 622.0, 621.0, 621.0, 626.0, 623.0, 621.0, 624.0, 621.0, 622.0, 621.0, 620.0, 625.0, 622.0, 621.0, 621.0, 620.0, 623.0, 619.0, 620.0, 623.0, 621.0, 621.0, 621.0, 623.0, 624.0, 622.0, 623.0, 624.0, 622.0, 622.0, 625.0, 623.0, 623.0, 622.0, 622.0, 625.0, 623.0, 623.0, 624.0, 623.0, 622.0, 622.0, 623.0, 627.0, 623.0, 623.0, 626.0, 623.0, 622.0, 625.0, 623.0, 627.0, 623.0, 621.0, 622.0, 623.0, 624.0, 622.0, 622.0, 626.0, 623.0, 624.0, 622.0, 622.0, 626.0, 622.0, 623.0, 622.0, 621.0, 624.0, 622.0, 624.0, 624.0, 621.0, 623.0, 621.0, 620.0, 621.0, 622.0, 623.0, 621.0, 622.0, 624.0, 622.0, 622.0, 625.0, 622.0, 624.0, 623.0, 621.0, 624.0, 621.0, 622.0, 622.0, 623.0, 626.0, 623.0, 622.0, 623.0, 622.0, 623.0, 623.0, 622.0, 623.0, 625.0, 623.0, 623.0, 627.0, 625.0, 623.0, 625.0, 621.0, 621.0, 624.0, 623.0, 626.0, 625.0, 622.0, 625.0, 622.0, 622.0, 623.0, 622.0, 623.0, 623.0, 623.0, 626.0, 624.0, 624.0, 625.0, 624.0, 624.0, 624.0, 624.0, 626.0, 625.0, 624.0, 625.0, 624.0, 623.0, 623.0, 622.0, 625.0, 624.0, 624.0, 623.0, 623.0, 624.0, 622.0, 622.0, 626.0, 624.0, 623.0, 625.0, 622.0, 622.0, 621.0, 621.0, 626.0, 624.0, 627.0, 624.0, 621.0, 622.0, 621.0, 622.0, 620.0, 623.0, 623.0, 626.0, 623.0, 623.0, 623.0, 624.0, 624.0, 622.0, 623.0, 624.0, 622.0, 625.0, 621.0, 623.0, 621.0, 621.0, 621.0, 621.0, 624.0, 621.0, 622.0, 622.0, 623.0, 624.0, 624.0, 624.0, 626.0, 624.0, 625.0, 624.0, 624.0, 624.0, 622.0, 626.0, 624.0, 624.0, 622.0, 622.0, 622.0, 622.0, 623.0, 622.0, 623.0, 622.0, 622.0, 623.0, 622.0, 625.0, 622.0, 623.0, 621.0, 621.0, 624.0, 621.0, 624.0, 622.0, 621.0, 623.0, 621.0, 624.0, 621.0, 621.0, 621.0, 622.0, 622.0, 624.0, 626.0, 623.0, 623.0, 622.0, 624.0, 623.0, 624.0, 624.0, 624.0, 624.0, 624.0, 624.0, 624.0, 625.0, 625.0, 625.0, 624.0, 624.0, 627.0, 624.0, 625.0, 626.0, 624.0, 627.0, 624.0, 625.0, 627.0, 624.0, 626.0, 623.0, 624.0, 625.0, 624.0, 625.0, 626.0, 624.0, 626.0, 623.0, 623.0, 626.0, 623.0, 627.0, 623.0, 623.0, 624.0, 624.0, 627.0, 623.0, 622.0, 624.0, 622.0, 625.0, 624.0, 622.0, 625.0, 622.0, 623.0, 621.0, 621.0, 622.0, 621.0, 624.0, 621.0, 621.0, 621.0, 621.0, 623.0, 623.0, 625.0, 622.0, 622.0, 622.0, 622.0, 624.0, 622.0, 622.0, 625.0, 624.0, 625.0, 622.0, 622.0, 621.0, 623.0, 626.0, 624.0, 622.0, 623.0, 622.0, 623.0, 622.0, 622.0, 625.0, 623.0, 623.0, 622.0, 622.0, 625.0, 623.0, 625.0, 624.0, 622.0, 626.0, 622.0, 622.0, 621.0, 622.0, 625.0, 623.0, 624.0, 626.0, 622.0, 623.0, 623.0, 622.0, 622.0, 623.0, 624.0, 624.0, 624.0, 625.0, 626.0, 624.0, 629.0, 625.0, 623.0, 627.0, 623.0, 624.0, 624.0, 622.0, 625.0, 622.0, 623.0, 621.0, 621.0, 622.0, 621.0, 621.0, 621.0, 622.0, 623.0, 622.0, 623.0, 622.0, 622.0, 622.0, 623.0, 622.0, 622.0, 622.0, 623.0, 625.0, 624.0, 624.0, 626.0, 624.0, 624.0, 624.0, 624.0, 624.0, 625.0, 624.0, 628.0, 626.0, 623.0, 625.0, 623.0, 622.0, 623.0, 622.0, 627.0, 625.0, 623.0, 625.0, 622.0, 623.0, 623.0, 623.0, 626.0, 624.0, 624.0, 628.0, 626.0, 624.0, 624.0, 624.0, 623.0, 622.0, 623.0, 626.0, 622.0, 622.0, 625.0, 623.0, 627.0, 623.0, 621.0, 625.0, 621.0, 623.0, 623.0, 621.0, 625.0, 621.0, 621.0, 621.0, 621.0, 622.0, 623.0, 624.0, 621.0, 623.0, 622.0, 623.0, 623.0, 623.0, 623.0, 627.0, 625.0, 623.0, 625.0, 623.0, 623.0, 622.0, 623.0, 627.0, 624.0, 623.0, 625.0, 623.0, 623.0, 623.0, 623.0, 627.0, 623.0, 623.0, 625.0, 623.0, 626.0, 622.0, 624.0, 626.0, 623.0, 621.0, 621.0, 621.0, 622.0, 622.0, 623.0, 627.0, 623.0, 623.0, 624.0, 624.0, 626.0, 625.0, 622.0, 627.0, 623.0, 622.0, 622.0, 622.0, 626.0, 622.0, 622.0, 624.0, 622.0, 622.0, 623.0, 624.0, 627.0, 625.0, 623.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.0005174798619102417</td></tr>
<tr><td colspan=3>aqi</td><td>0.01704799608745685</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.62968407028799</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2330030773041454</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9994541483410138</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>10173.123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08279242742296707</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9562715765247412</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3267023890841037</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2447611282989057</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5018534858057104</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233492553147695</td></tr>
<tr><td colspan=3>gcor</td><td>0.00667336</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007329135667532682</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027333317324519157</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.101141340876198</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.5554</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.8255</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.0498</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>301956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.6332</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7211</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>38.7174</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>235.9657</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>95.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.9829</td></tr>
<tr><td colspan=3>tsnr</td><td>43.55429772567004</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>