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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-03_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-03_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-0021/ses-01/func/sub-0021_ses-01_task-social_acq-mb8_run-03_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>4482851f0e8328c9ad608faee72e0809</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>16:19:39.632500</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.998124, 0.0592693, 0.0153485, -0.0570271, 0.991232, -0.119196]</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-03_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.10872</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>25</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7727, -7223, 514, -28, -36, -151, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97c179e2-33be-42e0-87a7-29508515a60f||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.677893877029419, -0.1529996544122696, 0.060152068734169006, 115.83840942382812], [-0.15901528298854828, 2.6594021320343018, -0.3188624978065491, -84.88642120361328], [0.04117877036333084, 0.3197944164276123, 2.6804306507110596, -63.06828689575195], [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': ['161939.632500', '161940.092500', '161940.552500', '161941.012500', '161941.472500', '161941.932500', '161942.392500', '161942.852500', '161943.312500', '161943.772500', '161944.232500', '161944.692500', '161945.152500', '161945.612500', '161946.072500', '161946.532500', '161946.992500', '161947.452500', '161947.912500', '161948.372500', '161948.832500', '161949.292500', '161949.752500', '161950.212500', '161950.672500', '161951.132500', '161951.592500', '161952.052500', '161952.512500', '161952.972500', '161953.432500', '161953.892500', '161954.352500', '161954.812500', '161955.272500', '161955.732500', '161956.192500', '161956.652500', '161957.112500', '161957.572500', '161958.032500', '161958.492500', '161958.952500', '161959.412500', '161959.872500', '162000.332500', '162000.792500', '162001.252500', '162001.712500', '162002.172500', '162002.632500', '162003.092500', '162003.552500', '162004.012500', '162004.472500', '162004.932500', '162005.392500', '162005.852500', '162006.312500', '162006.772500', '162007.232500', '162007.692500', '162008.152500', '162008.612500', '162009.072500', '162009.532500', '162009.992500', '162010.452500', '162010.912500', '162011.372500', '162011.832500', '162012.292500', '162012.752500', '162013.212500', '162013.672500', '162014.132500', '162014.592500', '162015.052500', '162015.512500', '162015.972500', '162016.432500', '162016.892500', '162017.352500', '162017.812500', '162018.272500', '162018.732500', '162019.192500', '162019.652500', '162020.112500', '162020.572500', '162021.032500', '162021.492500', '162021.952500', '162022.412500', '162022.872500', '162023.332500', '162023.792500', '162024.252500', '162024.712500', '162025.172500', '162025.632500', '162026.092500', '162026.552500', '162027.012500', '162027.472500', '162027.932500', '162028.392500', '162028.852500', '162029.312500', '162029.772500', '162030.232500', '162030.692500', '162031.152500', '162031.612500', '162032.072500', '162032.532500', '162032.992500', '162033.452500', '162033.912500', '162034.372500', '162034.832500', '162035.292500', '162035.752500', '162036.212500', '162036.672500', '162037.132500', '162037.592500', '162038.052500', '162038.512500', '162038.972500', '162039.432500', '162039.892500', '162040.352500', '162040.812500', '162041.272500', '162041.732500', '162042.192500', '162042.652500', '162043.112500', '162043.572500', '162044.032500', '162044.492500', '162044.952500', '162045.412500', '162045.872500', '162046.332500', '162046.792500', '162047.252500', '162047.712500', '162048.172500', '162048.632500', '162049.092500', '162049.552500', '162050.012500', '162050.472500', '162050.932500', '162051.392500', '162051.852500', '162052.312500', '162052.772500', '162053.232500', '162053.692500', '162054.152500', '162054.612500', '162055.072500', '162055.532500', '162055.992500', '162056.452500', '162056.912500', '162057.372500', '162057.832500', '162058.292500', '162058.752500', '162059.212500', '162059.672500', '162100.132500', '162100.592500', '162101.052500', '162101.512500', '162101.972500', '162102.432500', '162102.892500', '162103.352500', '162103.812500', '162104.272500', '162104.732500', '162105.192500', '162105.652500', '162106.112500', '162106.572500', '162107.032500', '162107.492500', '162107.952500', '162108.412500', '162108.872500', '162109.332500', '162109.792500', '162110.252500', '162110.712500', '162111.172500', '162111.632500', '162112.092500', '162112.552500', '162113.012500', '162113.472500', '162113.932500', '162114.392500', '162114.852500', '162115.312500', '162115.772500', '162116.232500', '162116.692500', '162117.152500', '162117.612500', '162118.072500', '162118.532500', '162118.992500', '162119.452500', '162119.912500', '162120.372500', '162120.832500', '162121.292500', '162121.752500', '162122.212500', '162122.672500', '162123.132500', '162123.592500', '162124.052500', '162124.512500', '162124.972500', '162125.432500', '162125.892500', '162126.352500', '162126.812500', '162127.272500', '162127.732500', '162128.192500', '162128.652500', '162129.112500', '162129.572500', '162130.032500', '162130.492500', '162130.952500', '162131.412500', '162131.872500', '162132.332500', '162132.792500', '162133.252500', '162133.712500', '162134.172500', '162134.632500', '162135.092500', '162135.552500', '162136.012500', '162136.472500', '162136.932500', '162137.392500', '162137.852500', '162138.312500', '162138.772500', '162139.232500', '162139.692500', '162140.152500', '162140.612500', '162141.072500', '162141.532500', '162141.992500', '162142.452500', '162142.912500', '162143.372500', '162143.832500', '162144.292500', '162144.752500', '162145.212500', '162145.672500', '162146.132500', '162146.592500', '162147.052500', '162147.512500', '162147.972500', '162148.432500', '162148.892500', '162149.352500', '162149.812500', '162150.272500', '162150.732500', '162151.192500', '162151.652500', '162152.112500', '162152.572500', '162153.032500', '162153.492500', '162153.952500', '162154.412500', '162154.872500', '162155.332500', '162155.792500', '162156.252500', '162156.712500', '162157.172500', '162157.632500', '162158.092500', '162158.552500', '162159.012500', '162159.472500', '162159.932500', '162200.392500', '162200.852500', '162201.312500', '162201.772500', '162202.232500', '162202.692500', '162203.152500', '162203.612500', '162204.072500', '162204.532500', '162204.992500', '162205.452500', '162205.912500', '162206.372500', '162206.832500', '162207.292500', '162207.752500', '162208.212500', '162208.672500', '162209.132500', '162209.592500', '162210.052500', '162210.512500', '162210.972500', '162211.432500', '162211.892500', '162212.352500', '162212.812500', '162213.272500', '162213.732500', '162214.192500', '162214.652500', '162215.112500', '162215.572500', '162216.032500', '162216.492500', '162216.952500', '162217.412500', '162217.872500', '162218.332500', '162218.792500', '162219.252500', '162219.712500', '162220.172500', '162220.632500', '162221.092500', '162221.552500', '162222.012500', '162222.472500', '162222.932500', '162223.392500', '162223.852500', '162224.312500', '162224.772500', '162225.232500', '162225.692500', '162226.152500', '162226.612500', '162227.072500', '162227.532500', '162227.992500', '162228.452500', '162228.912500', '162229.372500', '162229.832500', '162230.292500', '162230.752500', '162231.212500', '162231.672500', '162232.132500', '162232.592500', '162233.052500', '162233.512500', '162233.972500', '162234.432500', '162234.892500', '162235.352500', '162235.812500', '162236.272500', '162236.732500', '162237.192500', '162237.652500', '162238.112500', '162238.572500', '162239.032500', '162239.492500', '162239.952500', '162240.412500', '162240.872500', '162241.332500', '162241.792500', '162242.252500', '162242.712500', '162243.172500', '162243.632500', '162244.092500', '162244.552500', '162245.012500', '162245.472500', '162245.932500', '162246.392500', '162246.852500', '162247.312500', '162247.772500', '162248.232500', '162248.692500', '162249.152500', '162249.612500', '162250.072500', '162250.532500', '162250.992500', '162251.452500', '162251.912500', '162252.372500', '162252.832500', '162253.292500', '162253.752500', '162254.212500', '162254.672500', '162255.132500', '162255.592500', '162256.052500', '162256.512500', '162256.972500', '162257.432500', '162257.892500', '162258.352500', '162258.812500', '162259.272500', '162259.732500', '162300.192500', '162300.652500', '162301.112500', '162301.572500', '162302.032500', '162302.492500', '162302.952500', '162303.412500', '162303.872500', '162304.332500', '162304.792500', '162305.252500', '162305.712500', '162306.172500', '162306.632500', '162307.092500', '162307.552500', '162308.012500', '162308.472500', '162308.932500', '162309.392500', '162309.852500', '162310.312500', '162310.772500', '162311.232500', '162311.692500', '162312.152500', '162312.612500', '162313.072500', '162313.532500', '162313.992500', '162314.452500', '162314.912500', '162315.372500', '162315.832500', '162316.292500', '162316.752500', '162317.212500', '162317.672500', '162318.132500', '162318.592500', '162319.052500', '162319.512500', '162319.972500', '162320.432500', '162320.892500', '162321.352500', '162321.812500', '162322.272500', '162322.732500', '162323.192500', '162323.652500', '162324.112500', '162324.572500', '162325.032500', '162325.492500', '162325.952500', '162326.412500', '162326.872500', '162327.332500', '162327.792500', '162328.252500', '162328.712500', '162329.172500', '162329.632500', '162330.092500', '162330.552500', '162331.012500', '162331.472500', '162331.932500', '162332.392500', '162332.852500', '162333.312500', '162333.772500', '162334.232500', '162334.692500', '162335.152500', '162335.612500', '162336.072500', '162336.532500', '162336.992500', '162337.452500', '162337.912500', '162338.372500', '162338.832500', '162339.292500', '162339.752500', '162340.212500', '162340.672500', '162341.132500', '162341.592500', '162342.052500', '162342.512500', '162342.972500', '162343.432500', '162343.892500', '162344.352500', '162344.812500', '162345.272500', '162345.732500', '162346.192500', '162346.652500', '162347.112500', '162347.572500', '162348.032500', '162348.492500', '162348.952500', '162349.412500', '162349.872500', '162350.332500', '162350.792500', '162351.252500', '162351.712500', '162352.172500', '162352.632500', '162353.092500', '162353.552500', '162354.012500', '162354.472500', '162354.932500', '162355.392500', '162355.852500', '162356.312500', '162356.772500', '162357.232500', '162357.692500', '162358.152500', '162358.612500', '162359.072500', '162359.532500', '162359.992500', '162400.452500', '162400.912500', '162401.372500', '162401.832500', '162402.292500', '162402.752500', '162403.212500', '162403.672500', '162404.132500', '162404.592500', '162405.052500', '162405.512500', '162405.972500', '162406.432500', '162406.892500', '162407.352500', '162407.812500', '162408.272500', '162408.732500', '162409.192500', '162409.652500', '162410.112500', '162410.572500', '162411.032500', '162411.492500', '162411.952500', '162412.412500', '162412.872500', '162413.332500', '162413.792500', '162414.252500', '162414.712500', '162415.172500', '162415.632500', '162416.092500', '162416.552500', '162417.012500', '162417.472500', '162417.932500', '162418.392500', '162418.852500', '162419.312500', '162419.772500', '162420.232500', '162420.692500', '162421.152500', '162421.612500', '162422.072500', '162422.532500', '162422.992500', '162423.452500', '162423.912500', '162424.372500', '162424.832500', '162425.292500', '162425.752500', '162426.212500', '162426.672500', '162427.132500', '162427.592500', '162428.052500', '162428.512500', '162428.972500', '162429.432500', '162429.892500', '162430.352500', '162430.812500', '162431.272500', '162431.732500', '162432.192500', '162432.652500', '162433.112500', '162433.572500', '162434.032500', '162434.492500', '162434.952500', '162435.412500', '162435.872500', '162436.332500', '162436.792500', '162437.252500', '162437.712500', '162438.172500', '162438.632500', '162439.092500', '162439.552500', '162440.012500', '162440.472500', '162440.932500', '162441.392500', '162441.852500', '162442.312500', '162442.772500', '162443.232500', '162443.692500', '162444.152500', '162444.612500', '162445.072500', '162445.532500', '162445.992500', '162446.452500', '162446.912500', '162447.372500', '162447.832500', '162448.292500', '162448.752500', '162449.212500', '162449.672500', '162450.132500', '162450.592500', '162451.052500', '162451.512500', '162451.972500', '162452.432500', '162452.892500', '162453.352500', '162453.812500', '162454.272500', '162454.732500', '162455.192500', '162455.652500', '162456.112500', '162456.572500', '162457.032500', '162457.492500', '162457.952500', '162458.412500', '162458.872500', '162459.332500', '162459.792500', '162500.252500', '162500.712500', '162501.172500', '162501.632500', '162502.092500', '162502.552500', '162503.012500', '162503.472500', '162503.932500', '162504.392500', '162504.852500', '162505.312500', '162505.772500', '162506.232500', '162506.692500', '162507.152500', '162507.612500', '162508.072500', '162508.532500', '162508.992500', '162509.452500', '162509.912500', '162510.372500', '162510.832500', '162511.292500', '162511.752500', '162512.212500', '162512.672500', '162513.132500', '162513.592500', '162514.052500', '162514.512500', '162514.972500', '162515.432500', '162515.892500', '162516.352500', '162516.812500', '162517.272500', '162517.732500', '162518.192500', '162518.652500', '162519.112500', '162519.572500', '162520.032500', '162520.492500', '162520.952500', '162521.412500', '162521.872500', '162522.332500', '162522.792500', '162523.252500', '162523.712500', '162524.172500', '162524.632500', '162525.092500', '162525.552500', '162526.012500', '162526.472500', '162526.932500', '162527.392500', '162527.852500', '162528.312500', '162528.772500', '162529.232500', '162529.692500', '162530.152500', '162530.612500', '162531.072500', '162531.532500', '162531.992500', '162532.452500', '162532.912500', '162533.372500', '162533.832500', '162534.292500', '162534.752500', '162535.212500', '162535.672500', '162536.132500', '162536.592500', '162537.052500', '162537.512500', '162537.972500', '162538.432500', '162538.892500', '162539.352500', '162539.812500', '162540.272500', '162540.732500', '162541.192500', '162541.652500', '162542.112500', '162542.572500', '162543.032500', '162543.492500', '162543.952500', '162544.412500', '162544.872500', '162545.332500', '162545.792500', '162546.252500', '162546.712500', '162547.172500', '162547.632500', '162548.092500', '162548.552500', '162549.012500', '162549.472500', '162549.932500', '162550.392500', '162550.852500', '162551.312500', '162551.772500', '162552.232500', '162552.692500', '162553.152500', '162553.612500', '162554.072500', '162554.532500', '162554.992500', '162555.452500', '162555.912500', '162556.372500', '162556.832500', '162557.292500', '162557.752500', '162558.212500', '162558.672500', '162559.132500', '162559.592500', '162600.052500', '162600.512500', '162600.972500', '162601.432500', '162601.892500', '162602.352500', '162602.812500', '162603.272500', '162603.732500', '162604.192500', '162604.652500', '162605.112500', '162605.572500', '162606.032500', '162606.492500', '162606.952500', '162607.412500', '162607.872500', '162608.332500', '162608.792500', '162609.252500', '162609.712500', '162610.172500', '162610.632500', '162611.092500', '162611.552500', '162612.012500', '162612.472500', '162612.932500', '162613.392500', '162613.852500', '162614.312500', '162614.772500', '162615.232500', '162615.692500', '162616.152500', '162616.612500', '162617.072500', '162617.532500', '162617.992500', '162618.452500', '162618.912500', '162619.372500', '162619.832500', '162620.292500'], 'ContentTime': ['161943.748000', '161943.944000', '161944.184000', '161944.406000', '161944.587000', '161944.803000', '161945.001000', '161945.225000', '161945.406000', '161945.680000', '161945.881000', '161946.155000', '161946.631000', '161947.081000', '161947.574000', '161948.014000', '161948.472000', '161948.938000', '161949.391000', '161949.866000', '161950.339000', '161950.774000', '161951.230000', '161951.700000', '161952.150000', '161952.625000', '161953.073000', '161953.532000', '161954.032000', '161954.471000', '161954.919000', '161955.370000', '161955.852000', '161956.293000', '161956.757000', '161957.227000', '161957.683000', '161958.138000', '161958.600000', '161959.060000', '161959.521000', '162000.001000', '162000.441000', '162000.911000', '162001.358000', '162001.814000', '162002.281000', '162002.747000', '162003.200000', '162003.660000', '162004.133000', '162004.597000', '162005.040000', '162005.492000', '162006.247000', '162006.421000', '162006.885000', '162007.367000', '162007.794000', '162008.260000', '162008.733000', '162009.202000', '162009.644000', '162010.094000', '162010.558000', '162011.017000', '162011.474000', '162011.940000', '162012.409000', '162012.858000', '162013.323000', '162013.811000', '162014.239000', '162014.690000', '162015.157000', '162015.622000', '162016.073000', '162016.545000', '162017.001000', '162017.452000', '162017.932000', '162018.384000', '162018.845000', '162019.298000', '162019.762000', '162020.215000', '162020.672000', '162021.133000', '162021.669000', '162022.061000', '162022.528000', '162022.990000', '162023.439000', '162023.910000', '162024.362000', '162024.829000', '162025.287000', '162025.737000', '162026.203000', '162026.683000', '162027.118000', '162027.606000', '162028.042000', '162028.508000', '162028.960000', '162029.412000', '162029.884000', '162030.344000', '162030.825000', '162031.273000', '162031.727000', '162032.178000', '162032.652000', '162033.097000', '162033.579000', '162034.023000', '162034.487000', '162034.948000', '162035.409000', '162035.933000', '162036.316000', '162036.777000', '162037.241000', '162037.712000', '162038.157000', '162038.642000', '162039.092000', '162039.546000', '162039.996000', '162040.454000', '162040.920000', '162041.391000', '162041.848000', '162042.300000', '162042.756000', '162043.223000', '162043.686000', '162044.144000', '162044.605000', '162045.068000', '162045.511000', '162045.982000', '162046.446000', '162046.897000', '162047.357000', '162047.897000', '162048.331000', '162048.739000', '162049.201000', '162049.666000', '162050.116000', '162050.585000', '162051.049000', '162051.500000', '162051.973000', '162052.434000', '162052.887000', '162053.332000', '162053.812000', '162054.265000', '162054.715000', '162055.203000', '162055.642000', '162056.109000', '162056.574000', '162057.054000', '162057.489000', '162057.949000', '162058.407000', '162058.855000', '162059.316000', '162059.869000', '162100.255000', '162100.695000', '162101.167000', '162101.657000', '162102.085000', '162102.535000', '162102.993000', '162103.673000', '162103.937000', '162104.393000', '162104.850000', '162105.308000', '162105.767000', '162106.220000', '162106.684000', '162107.149000', '162107.607000', '162108.085000', '162108.519000', '162108.978000', '162109.447000', '162109.897000', '162110.374000', '162110.819000', '162111.291000', '162111.756000', '162112.205000', '162112.663000', '162113.117000', '162113.587000', '162114.045000', '162114.495000', '162114.967000', '162115.459000', '162115.941000', '162116.336000', '162116.798000', '162117.310000', '162117.728000', '162118.186000', '162118.638000', '162119.107000', '162119.556000', '162120.022000', '162120.476000', '162120.957000', '162121.404000', '162121.859000', '162122.328000', '162122.828000', '162123.256000', '162123.699000', '162124.179000', '162124.613000', '162125.082000', '162125.547000', '162126.018000', '162126.486000', '162126.933000', '162127.390000', '162127.866000', '162128.332000', '162128.758000', '162129.240000', '162129.691000', '162130.153000', '162130.600000', '162131.060000', '162131.528000', '162131.984000', '162132.450000', '162132.905000', '162133.355000', '162133.825000', '162134.276000', '162134.749000', '162135.199000', '162135.665000', '162136.174000', '162136.576000', '162137.040000', '162137.498000', '162137.972000', '162138.421000', '162138.878000', '162139.347000', '162139.795000', '162140.259000', '162140.720000', '162141.186000', '162141.650000', '162142.104000', '162142.559000', '162143.034000', '162143.479000', '162143.947000', '162144.410000', '162144.859000', '162145.333000', '162145.776000', '162146.252000', '162146.698000', '162147.160000', '162147.689000', '162148.094000', '162148.559000', '162149.004000', '162149.461000', '162149.927000', '162150.422000', '162150.844000', '162151.299000', '162151.832000', '162152.223000', '162152.678000', '162153.147000', '162153.615000', '162154.063000', '162154.526000', '162154.989000', '162155.462000', '162155.909000', '162156.367000', '162156.825000', '162157.300000', '162157.735000', '162158.203000', '162158.669000', '162159.120000', '162159.593000', '162200.041000', '162200.504000', '162200.961000', '162201.426000', '162201.909000', '162202.339000', '162202.814000', '162203.264000', '162203.783000', '162204.197000', '162204.646000', '162205.111000', '162205.561000', '162206.033000', '162206.503000', '162206.949000', '162207.396000', '162207.867000', '162208.323000', '162208.795000', '162209.248000', '162209.715000', '162210.168000', '162210.628000', '162211.078000', '162211.542000', '162212.001000', '162212.507000', '162212.928000', '162213.382000', '162213.855000', '162214.312000', '162214.757000', '162215.217000', '162215.692000', '162216.155000', '162216.598000', '162217.067000', '162217.527000', '162217.992000', '162218.456000', '162218.936000', '162219.371000', '162219.823000', '162220.283000', '162220.743000', '162221.209000', '162221.662000', '162222.122000', '162222.591000', '162223.051000', '162223.516000', '162223.980000', '162224.425000', '162224.886000', '162225.346000', '162225.869000', '162226.270000', '162226.724000', '162227.186000', '162227.647000', '162228.109000', '162228.566000', '162229.040000', '162229.493000', '162229.945000', '162230.409000', '162230.869000', '162231.326000', '162231.792000', '162232.245000', '162232.708000', '162233.181000', '162233.635000', '162234.089000', '162234.553000', '162235.011000', '162235.464000', '162235.925000', '162236.461000', '162236.858000', '162237.333000', '162237.760000', '162238.254000', '162238.700000', '162239.148000', '162239.603000', '162240.068000', '162240.528000', '162241.006000', '162241.458000', '162241.918000', '162242.363000', '162242.838000', '162243.287000', '162243.761000', '162244.204000', '162244.665000', '162245.124000', '162245.582000', '162246.041000', '162246.525000', '162246.978000', '162247.435000', '162247.896000', '162248.341000', '162248.809000', '162249.270000', '162249.730000', '162250.186000', '162250.656000', '162251.122000', '162251.562000', '162252.033000', '162252.482000', '162252.960000', '162253.410000', '162253.877000', '162254.329000', '162254.792000', '162255.255000', '162255.718000', '162256.169000', '162256.624000', '162257.086000', '162257.546000', '162258.005000', '162258.471000', '162258.943000', '162259.391000', '162259.860000', '162300.310000', '162300.772000', '162301.230000', '162301.687000', '162302.146000', '162302.612000', '162303.072000', '162303.526000', '162304.002000', '162304.450000', '162304.920000', '162305.380000', '162305.864000', '162306.286000', '162306.748000', '162307.207000', '162307.666000', '162308.121000', '162308.599000', '162309.107000', '162309.578000', '162309.994000', '162310.453000', '162310.886000', '162311.346000', '162311.825000', '162312.266000', '162312.735000', '162313.198000', '162313.646000', '162314.121000', '162314.574000', '162315.029000', '162315.485000', '162315.953000', '162316.428000', '162316.879000', '162317.326000', '162317.786000', '162318.260000', '162318.704000', '162319.181000', '162319.637000', '162320.101000', '162320.560000', '162321.005000', '162321.467000', '162321.960000', '162322.403000', '162322.853000', '162323.313000', '162323.875000', '162324.227000', '162324.697000', '162325.158000', '162325.614000', '162326.077000', '162326.542000', '162327.004000', '162327.456000', '162327.918000', '162328.368000', '162328.902000', '162329.298000', '162329.768000', '162330.212000', '162330.671000', '162331.130000', '162331.591000', '162332.077000', '162332.580000', '162332.983000', '162333.429000', '162333.903000', '162334.345000', '162334.807000', '162335.277000', '162335.737000', '162336.189000', '162336.654000', '162337.119000', '162337.569000', '162338.084000', '162338.491000', '162338.952000', '162339.412000', '162339.903000', '162340.327000', '162340.788000', '162341.247000', '162341.710000', '162342.169000', '162342.629000', '162343.104000', '162343.552000', '162344.023000', '162344.485000', '162344.946000', '162345.391000', '162345.901000', '162346.328000', '162346.775000', '162347.238000', '162347.696000', '162348.149000', '162348.621000', '162349.079000', '162349.533000', '162350.005000', '162350.462000', '162350.911000', '162351.369000', '162351.837000', '162352.292000', '162352.764000', '162353.210000', '162353.670000', '162354.165000', '162354.601000', '162355.061000', '162355.518000', '162355.970000', '162356.430000', '162356.897000', '162357.370000', '162357.832000', '162358.272000', '162358.732000', '162359.195000', '162359.729000', '162400.106000', '162400.579000', '162401.058000', '162401.493000', '162401.997000', '162402.409000', '162402.893000', '162403.334000', '162403.792000', '162404.328000', '162404.731000', '162405.187000', '162405.630000', '162406.156000', '162406.556000', '162407.028000', '162407.482000', '162407.949000', '162408.401000', '162408.854000', '162409.313000', '162409.955000', '162410.235000', '162410.689000', '162411.163000', '162411.625000', '162412.077000', '162412.548000', '162413.007000', '162413.456000', '162413.927000', '162414.405000', '162414.848000', '162415.320000', '162415.756000', '162416.221000', '162416.676000', '162417.139000', '162417.597000', '162418.053000', '162418.514000', '162418.981000', '162419.437000', '162419.923000', '162420.378000', '162420.820000', '162421.285000', '162421.738000', '162422.217000', '162422.671000', '162423.115000', '162423.579000', '162424.035000', '162424.529000', '162424.968000', '162425.421000', '162425.872000', '162426.333000', '162426.792000', '162427.257000', '162427.715000', '162428.199000', '162428.644000', '162429.094000', '162429.571000', '162430.025000', '162430.491000', '162430.943000', '162431.409000', '162431.852000', '162432.341000', '162432.807000', '162433.250000', '162433.710000', '162434.173000', '162434.627000', '162435.099000', '162435.539000', '162436.000000', '162436.468000', '162436.932000', '162437.372000', '162437.847000', '162438.366000', '162438.759000', '162439.215000', '162439.675000', '162440.154000', '162440.603000', '162441.073000', '162441.521000', '162441.981000', '162442.450000', '162442.908000', '162443.353000', '162443.832000', '162444.276000', '162444.752000', '162445.215000', '162445.678000', '162446.143000', '162446.592000', '162447.052000', '162447.498000', '162447.961000', '162448.412000', '162448.881000', '162449.342000', '162449.796000', '162450.258000', '162450.722000', '162451.183000', '162451.653000', '162452.114000', '162452.576000', '162453.026000', '162453.493000', '162453.944000', '162454.419000', '162454.869000', '162455.326000', '162455.792000', '162456.240000', '162456.695000', '162457.160000', '162457.623000', '162458.080000', '162458.552000', '162459.008000', '162459.476000', '162459.917000', '162500.388000', '162500.857000', '162501.316000', '162501.760000', '162502.225000', '162502.678000', '162503.204000', '162503.677000', '162504.075000', '162504.517000', '162504.998000', '162505.449000', '162505.916000', '162506.358000', '162506.818000', '162507.291000', '162507.738000', '162508.207000', '162508.679000', '162509.121000', '162509.588000', '162510.091000', '162510.519000', '162510.958000', '162511.426000', '162511.918000', '162512.336000', '162512.806000', '162513.280000', '162513.745000', '162514.191000', '162514.640000', '162515.114000', '162515.564000', '162516.032000', '162516.499000', '162516.961000', '162517.404000', '162517.878000', '162518.340000', '162518.784000', '162519.262000', '162519.715000', '162520.188000', '162520.687000', '162521.079000', '162521.542000', '162522.003000', '162522.460000', '162522.923000', '162523.386000', '162523.851000', '162524.315000', '162524.765000', '162525.302000', '162525.698000', '162526.143000', '162526.610000', '162527.067000', '162527.523000', '162527.994000', '162528.440000', '162528.923000', '162529.363000', '162529.900000', '162530.297000', '162530.759000', '162531.206000', '162531.681000', '162532.133000', '162532.587000', '162533.086000', '162533.511000', '162533.968000', '162534.426000', '162534.882000', '162535.420000', '162535.806000', '162536.273000', '162536.737000', '162537.183000', '162537.660000', '162538.113000', '162538.580000', '162539.025000', '162539.489000', '162539.961000', '162540.403000', '162540.864000', '162541.328000', '162541.782000', '162542.256000', '162542.711000', '162543.173000', '162543.629000', '162544.085000', '162544.543000', '162545.004000', '162545.465000', '162545.992000', '162546.405000', '162546.857000', '162547.313000', '162547.776000', '162548.292000', '162548.683000', '162549.202000', '162549.608000', '162550.075000', '162550.525000', '162550.984000', '162551.455000', '162551.921000', '162552.377000', '162552.822000', '162553.308000', '162553.774000', '162554.220000', '162554.667000', '162555.127000', '162555.619000', '162556.055000', '162556.523000', '162556.976000', '162557.437000', '162557.904000', '162558.344000', '162558.815000', '162559.267000', '162559.727000', '162600.195000', '162600.652000', '162601.125000', '162601.653000', '162602.043000', '162602.509000', '162602.950000', '162603.414000', '162603.881000', '162604.378000', '162604.790000', '162605.246000', '162605.722000', '162606.175000', '162606.642000', '162607.088000', '162607.559000', '162608.024000', '162608.485000', '162608.929000', '162609.417000', '162609.954000', '162610.317000', '162610.800000', '162611.235000', '162611.697000', '162612.172000', '162612.620000', '162613.079000', '162613.544000', '162614.034000', '162614.456000', '162614.913000', '162615.380000', '162615.831000', '162616.340000', '162616.751000', '162617.208000', '162617.751000', '162618.180000', '162618.600000', '162619.060000', '162619.529000', '162619.985000', '162620.447000', '162620.891000', '162621.354000', '162621.811000'], 'InstanceCreationTime': ['161943.748000', '161943.944000', '161944.184000', '161944.406000', '161944.587000', '161944.803000', '161945.001000', '161945.225000', '161945.406000', '161945.680000', '161945.881000', '161946.155000', '161946.631000', '161947.081000', '161947.574000', '161948.014000', '161948.472000', '161948.938000', '161949.391000', '161949.866000', '161950.339000', '161950.774000', '161951.230000', '161951.700000', '161952.150000', '161952.625000', '161953.073000', '161953.532000', '161954.032000', '161954.471000', '161954.919000', '161955.370000', '161955.852000', '161956.293000', '161956.757000', '161957.227000', '161957.683000', '161958.138000', '161958.600000', '161959.060000', '161959.521000', '162000.001000', '162000.441000', '162000.911000', '162001.358000', '162001.814000', '162002.281000', '162002.747000', '162003.200000', '162003.660000', '162004.133000', '162004.597000', '162005.040000', '162005.492000', '162006.247000', '162006.421000', '162006.885000', '162007.367000', '162007.794000', '162008.260000', '162008.733000', '162009.202000', '162009.644000', '162010.094000', '162010.558000', '162011.017000', '162011.474000', '162011.940000', '162012.409000', '162012.858000', '162013.323000', '162013.811000', '162014.239000', '162014.690000', '162015.157000', '162015.622000', '162016.073000', '162016.545000', '162017.001000', '162017.452000', '162017.932000', '162018.384000', '162018.845000', '162019.298000', '162019.762000', '162020.215000', '162020.672000', '162021.133000', '162021.669000', '162022.061000', '162022.528000', '162022.990000', '162023.439000', '162023.910000', '162024.362000', '162024.829000', '162025.287000', '162025.737000', '162026.203000', '162026.683000', '162027.118000', '162027.606000', '162028.042000', '162028.508000', '162028.960000', '162029.412000', '162029.884000', '162030.344000', '162030.825000', '162031.273000', '162031.727000', '162032.178000', '162032.652000', '162033.097000', '162033.579000', '162034.023000', '162034.487000', '162034.948000', '162035.409000', '162035.933000', '162036.316000', '162036.777000', '162037.241000', '162037.712000', '162038.157000', '162038.642000', '162039.092000', '162039.546000', '162039.996000', '162040.454000', '162040.920000', '162041.391000', '162041.848000', '162042.300000', '162042.756000', '162043.223000', '162043.686000', '162044.144000', '162044.605000', '162045.068000', '162045.511000', '162045.982000', '162046.446000', '162046.897000', '162047.357000', '162047.897000', '162048.331000', '162048.739000', '162049.201000', '162049.666000', '162050.116000', '162050.585000', '162051.049000', '162051.500000', '162051.973000', '162052.434000', '162052.887000', '162053.332000', '162053.812000', '162054.265000', '162054.715000', '162055.203000', '162055.642000', '162056.109000', '162056.574000', '162057.054000', '162057.489000', '162057.949000', '162058.407000', '162058.855000', '162059.316000', '162059.869000', '162100.255000', '162100.695000', '162101.167000', '162101.657000', '162102.085000', '162102.535000', '162102.993000', '162103.673000', '162103.937000', '162104.393000', '162104.850000', '162105.308000', '162105.767000', '162106.220000', '162106.684000', '162107.149000', '162107.607000', '162108.085000', '162108.519000', '162108.978000', '162109.447000', '162109.897000', '162110.374000', '162110.819000', '162111.291000', '162111.756000', '162112.205000', '162112.663000', '162113.117000', '162113.587000', '162114.045000', '162114.495000', '162114.967000', '162115.459000', '162115.941000', '162116.336000', '162116.798000', '162117.310000', '162117.728000', '162118.186000', '162118.638000', '162119.107000', '162119.556000', '162120.022000', '162120.476000', '162120.957000', '162121.404000', '162121.859000', '162122.328000', '162122.828000', '162123.256000', '162123.699000', '162124.179000', '162124.613000', '162125.082000', '162125.547000', '162126.018000', '162126.486000', '162126.933000', '162127.390000', '162127.866000', '162128.332000', '162128.758000', '162129.240000', '162129.691000', '162130.153000', '162130.600000', '162131.060000', '162131.528000', '162131.984000', '162132.450000', '162132.905000', '162133.355000', '162133.825000', '162134.276000', '162134.749000', '162135.199000', '162135.665000', '162136.174000', '162136.576000', '162137.040000', '162137.498000', '162137.972000', '162138.421000', '162138.878000', '162139.347000', '162139.795000', '162140.259000', '162140.720000', '162141.186000', '162141.650000', '162142.104000', '162142.559000', '162143.034000', '162143.479000', '162143.947000', '162144.410000', '162144.859000', '162145.333000', '162145.776000', '162146.252000', '162146.698000', '162147.160000', '162147.689000', '162148.094000', '162148.559000', '162149.004000', '162149.461000', '162149.927000', '162150.422000', '162150.844000', '162151.299000', '162151.832000', '162152.223000', '162152.678000', '162153.147000', '162153.615000', '162154.063000', '162154.526000', '162154.989000', '162155.462000', '162155.909000', '162156.367000', '162156.825000', '162157.300000', '162157.735000', '162158.203000', '162158.669000', '162159.120000', '162159.593000', '162200.041000', '162200.504000', '162200.961000', '162201.426000', '162201.909000', '162202.339000', '162202.814000', '162203.264000', '162203.783000', '162204.197000', '162204.646000', '162205.111000', '162205.561000', '162206.033000', '162206.503000', '162206.949000', '162207.396000', '162207.867000', '162208.323000', '162208.795000', '162209.248000', '162209.715000', '162210.168000', '162210.628000', '162211.078000', '162211.542000', '162212.001000', '162212.507000', '162212.928000', '162213.382000', '162213.855000', '162214.312000', '162214.757000', '162215.217000', '162215.692000', '162216.155000', '162216.598000', '162217.067000', '162217.527000', '162217.992000', '162218.456000', '162218.936000', '162219.371000', '162219.823000', '162220.283000', '162220.743000', '162221.209000', '162221.662000', '162222.122000', '162222.591000', '162223.051000', '162223.516000', '162223.980000', '162224.425000', '162224.886000', '162225.346000', '162225.869000', '162226.270000', '162226.724000', '162227.186000', '162227.647000', '162228.109000', '162228.566000', '162229.040000', '162229.493000', '162229.945000', '162230.409000', '162230.869000', '162231.326000', '162231.792000', '162232.245000', '162232.708000', '162233.181000', '162233.635000', '162234.089000', '162234.553000', '162235.011000', '162235.464000', '162235.925000', '162236.461000', '162236.858000', '162237.333000', '162237.760000', '162238.254000', '162238.700000', '162239.148000', '162239.603000', '162240.068000', '162240.528000', '162241.006000', '162241.458000', '162241.918000', '162242.363000', '162242.838000', '162243.287000', '162243.761000', '162244.204000', '162244.665000', '162245.124000', '162245.582000', '162246.041000', '162246.525000', '162246.978000', '162247.435000', '162247.896000', '162248.341000', '162248.809000', '162249.270000', '162249.730000', '162250.186000', '162250.656000', '162251.122000', '162251.562000', '162252.033000', '162252.482000', '162252.960000', '162253.410000', '162253.877000', '162254.329000', '162254.792000', '162255.255000', '162255.718000', '162256.169000', '162256.624000', '162257.086000', '162257.546000', '162258.005000', '162258.471000', '162258.943000', '162259.391000', '162259.860000', '162300.310000', '162300.772000', '162301.230000', '162301.687000', '162302.146000', '162302.612000', '162303.072000', '162303.526000', '162304.002000', '162304.450000', '162304.920000', '162305.380000', '162305.864000', '162306.286000', '162306.748000', '162307.207000', '162307.666000', '162308.121000', '162308.599000', '162309.107000', '162309.578000', '162309.994000', '162310.453000', '162310.886000', '162311.346000', '162311.825000', '162312.266000', '162312.735000', '162313.198000', '162313.646000', '162314.121000', '162314.574000', '162315.029000', '162315.485000', '162315.953000', '162316.428000', '162316.879000', '162317.326000', '162317.786000', '162318.260000', '162318.704000', '162319.181000', '162319.637000', '162320.101000', '162320.560000', '162321.005000', '162321.467000', '162321.960000', '162322.403000', '162322.853000', '162323.313000', '162323.875000', '162324.227000', '162324.697000', '162325.158000', '162325.614000', '162326.077000', '162326.542000', '162327.004000', '162327.456000', '162327.918000', '162328.368000', '162328.902000', '162329.298000', '162329.768000', '162330.212000', '162330.671000', '162331.130000', '162331.591000', '162332.077000', '162332.580000', '162332.983000', '162333.429000', '162333.903000', '162334.345000', '162334.807000', '162335.277000', '162335.737000', '162336.189000', '162336.654000', '162337.119000', '162337.569000', '162338.084000', '162338.491000', '162338.952000', '162339.412000', '162339.903000', '162340.327000', '162340.788000', '162341.247000', '162341.710000', '162342.169000', '162342.629000', '162343.104000', '162343.552000', '162344.023000', '162344.485000', '162344.946000', '162345.391000', '162345.901000', '162346.328000', '162346.775000', '162347.238000', '162347.696000', '162348.149000', '162348.621000', '162349.079000', '162349.533000', '162350.005000', '162350.462000', '162350.911000', '162351.369000', '162351.837000', '162352.292000', '162352.764000', '162353.210000', '162353.670000', '162354.165000', '162354.601000', '162355.061000', '162355.518000', '162355.970000', '162356.430000', '162356.897000', '162357.370000', '162357.832000', '162358.272000', '162358.732000', '162359.195000', '162359.729000', '162400.106000', '162400.579000', '162401.058000', '162401.493000', '162401.997000', '162402.409000', '162402.893000', '162403.334000', '162403.792000', '162404.328000', '162404.731000', '162405.187000', '162405.630000', '162406.156000', '162406.556000', '162407.028000', '162407.482000', '162407.949000', '162408.401000', '162408.854000', '162409.313000', '162409.955000', '162410.235000', '162410.689000', '162411.163000', '162411.625000', '162412.077000', '162412.548000', '162413.007000', '162413.456000', '162413.927000', '162414.405000', '162414.848000', '162415.320000', '162415.756000', '162416.221000', '162416.676000', '162417.139000', '162417.597000', '162418.053000', '162418.514000', '162418.981000', '162419.437000', '162419.923000', '162420.378000', '162420.820000', '162421.285000', '162421.738000', '162422.217000', '162422.671000', '162423.115000', '162423.579000', '162424.035000', '162424.529000', '162424.968000', '162425.421000', '162425.872000', '162426.333000', '162426.792000', '162427.257000', '162427.715000', '162428.199000', '162428.644000', '162429.094000', '162429.571000', '162430.025000', '162430.491000', '162430.943000', '162431.409000', '162431.852000', '162432.341000', '162432.807000', '162433.250000', '162433.710000', '162434.173000', '162434.627000', '162435.099000', '162435.539000', '162436.000000', '162436.468000', '162436.932000', '162437.372000', '162437.847000', '162438.366000', '162438.759000', '162439.215000', '162439.675000', '162440.154000', '162440.603000', '162441.073000', '162441.521000', '162441.981000', '162442.450000', '162442.908000', '162443.353000', '162443.832000', '162444.276000', '162444.752000', '162445.215000', '162445.678000', '162446.143000', '162446.592000', '162447.052000', '162447.498000', '162447.961000', '162448.412000', '162448.881000', '162449.342000', '162449.796000', '162450.258000', '162450.722000', '162451.183000', '162451.653000', '162452.114000', '162452.576000', '162453.026000', '162453.493000', '162453.944000', '162454.419000', '162454.869000', '162455.326000', '162455.792000', '162456.240000', '162456.695000', '162457.160000', '162457.623000', '162458.080000', '162458.552000', '162459.008000', '162459.476000', '162459.917000', '162500.388000', '162500.857000', '162501.316000', '162501.760000', '162502.225000', '162502.678000', '162503.204000', '162503.677000', '162504.075000', '162504.517000', '162504.998000', '162505.449000', '162505.916000', '162506.358000', '162506.818000', '162507.291000', '162507.738000', '162508.207000', '162508.679000', '162509.121000', '162509.588000', '162510.091000', '162510.519000', '162510.958000', '162511.426000', '162511.918000', '162512.336000', '162512.806000', '162513.280000', '162513.745000', '162514.191000', '162514.640000', '162515.114000', '162515.564000', '162516.032000', '162516.499000', '162516.961000', '162517.404000', '162517.878000', '162518.340000', '162518.784000', '162519.262000', '162519.715000', '162520.188000', '162520.687000', '162521.079000', '162521.542000', '162522.003000', '162522.460000', '162522.923000', '162523.386000', '162523.851000', '162524.315000', '162524.765000', '162525.302000', '162525.698000', '162526.143000', '162526.610000', '162527.067000', '162527.523000', '162527.994000', '162528.440000', '162528.923000', '162529.363000', '162529.900000', '162530.297000', '162530.759000', '162531.206000', '162531.681000', '162532.133000', '162532.587000', '162533.086000', '162533.511000', '162533.968000', '162534.426000', '162534.882000', '162535.420000', '162535.806000', '162536.273000', '162536.737000', '162537.183000', '162537.660000', '162538.113000', '162538.580000', '162539.025000', '162539.489000', '162539.961000', '162540.403000', '162540.864000', '162541.328000', '162541.782000', '162542.256000', '162542.711000', '162543.173000', '162543.629000', '162544.085000', '162544.543000', '162545.004000', '162545.465000', '162545.992000', '162546.405000', '162546.857000', '162547.313000', '162547.776000', '162548.292000', '162548.683000', '162549.202000', '162549.608000', '162550.075000', '162550.525000', '162550.984000', '162551.455000', '162551.921000', '162552.377000', '162552.822000', '162553.308000', '162553.774000', '162554.220000', '162554.667000', '162555.127000', '162555.619000', '162556.055000', '162556.523000', '162556.976000', '162557.437000', '162557.904000', '162558.344000', '162558.815000', '162559.267000', '162559.727000', '162600.195000', '162600.652000', '162601.125000', '162601.653000', '162602.043000', '162602.509000', '162602.950000', '162603.414000', '162603.881000', '162604.378000', '162604.790000', '162605.246000', '162605.722000', '162606.175000', '162606.642000', '162607.088000', '162607.559000', '162608.024000', '162608.485000', '162608.929000', '162609.417000', '162609.954000', '162610.317000', '162610.800000', '162611.235000', '162611.697000', '162612.172000', '162612.620000', '162613.079000', '162613.544000', '162614.034000', '162614.456000', '162614.913000', '162615.380000', '162615.831000', '162616.340000', '162616.751000', '162617.208000', '162617.751000', '162618.180000', '162618.600000', '162619.060000', '162619.529000', '162619.985000', '162620.447000', '162620.891000', '162621.354000', '162621.811000'], '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': [716, 777, 815, 703, 1018, 699, 831, 686, 732, 679, 755, 678, 793, 748, 819, 934, 673, 1086, 653, 817, 651, 685, 653, 641, 663, 653, 614, 635, 760, 655, 707, 639, 635, 662, 618, 631, 636, 711, 642, 636, 626, 623, 732, 637, 649, 669, 627, 708, 641, 628, 671, 626, 651, 653, 657, 660, 643, 676, 644, 680, 673, 614, 675, 647, 709, 668, 698, 683, 636, 728, 640, 660, 664, 721, 672, 709, 677, 757, 668, 671, 672, 713, 705, 753, 713, 719, 721, 692, 712, 689, 677, 755, 651, 909, 665, 840, 650, 791, 752, 690, 1089, 648, 900, 631, 729, 657, 699, 675, 647, 696, 664, 700, 686, 645, 668, 637, 672, 670, 640, 726, 672, 730, 656, 667, 638, 694, 654, 692, 695, 663, 688, 667, 780, 658, 756, 674, 698, 660, 705, 683, 765, 1076, 624, 900, 656, 743, 651, 669, 714, 629, 738, 643, 679, 676, 641, 695, 628, 676, 646, 635, 673, 642, 645, 616, 654, 652, 628, 649, 637, 728, 595, 727, 566, 641, 611, 624, 597, 650, 593, 645, 638, 628, 606, 588, 721, 592, 879, 592, 692, 583, 641, 880, 590, 777, 600, 693, 1097, 593, 717, 593, 641, 596, 625, 781, 594, 657, 600, 636, 582, 580, 694, 612, 661, 573, 614, 620, 580, 649, 596, 883, 607, 648, 591, 619, 593, 794, 610, 665, 600, 660, 609, 651, 618, 596, 790, 601, 694, 608, 790, 674, 662, 618, 708, 964, 684, 1068, 605, 966, 592, 718, 892, 572, 778, 591, 657, 584, 624, 733, 584, 618, 607, 586, 695, 625, 573, 648, 598, 676, 681, 657, 707, 630, 691, 690, 694, 740, 687, 763, 693, 735, 697, 873, 727, 651, 726, 684, 707, 777, 968, 776, 954, 637, 836, 954, 850, 878, 612, 1019, 735, 877, 612, 700, 618, 670, 612, 597, 628, 615, 823, 589, 749, 593, 579, 612, 552, 772, 598, 654, 575, 1087, 624, 728, 591, 659, 605, 657, 588, 565, 634, 582, 682, 612, 661, 589, 638, 606, 627, 761, 609, 685, 617, 626, 614, 600, 727, 598, 665, 588, 612, 625, 591, 622, 596, 582, 603, 702, 587, 696, 577, 636, 584, 622, 585, 627, 610, 587, 865, 592, 762, 573, 836, 575, 765, 584, 743, 778, 724, 578, 711, 589, 689, 1110, 570, 759, 566, 677, 564, 649, 989, 568, 753, 555, 714, 567, 672, 547, 606, 590, 554, 729, 573, 658, 570, 570, 709, 562, 622, 576, 567, 593, 562, 675, 565, 610, 603, 576, 668, 563, 639, 602, 617, 592, 566, 663, 614, 630, 594, 594, 618, 574, 625, 591, 659, 593, 660, 597, 649, 625, 639, 624, 582, 755, 576, 704, 615, 664, 587, 664, 627, 623, 745, 602, 834, 591, 832, 639, 932, 621, 839, 573, 704, 615, 838, 583, 816, 568, 817, 769, 725, 1124, 641, 744, 552, 676, 971, 571, 816, 559, 696, 571, 684, 1009, 560, 756, 549, 684, 545, 658, 538, 619, 660, 654, 628, 654, 583, 683, 583, 786, 584, 962, 573, 745, 616, 678, 990, 600, 833, 593, 783, 726, 685, 1102, 606, 769, 551, 680, 534, 627, 858, 580, 742, 517, 629, 534, 534, 616, 550, 643, 529, 646, 541, 758, 897, 627, 746, 647, 682, 635, 708, 679, 688, 683, 662, 730, 641, 871, 637, 917, 648, 766, 810, 616, 1089, 654, 811, 649, 645, 1094, 634, 809, 652, 635, 672, 616, 895, 662, 764, 644, 685, 671, 710, 668, 698, 612, 567, 676, 631, 672, 660, 657, 676, 621, 818, 579, 918, 600, 739, 617, 715, 629, 704, 604, 691, 1047, 582, 934, 589, 691, 595, 686, 609, 625, 706, 544, 769, 559, 702, 593, 667, 597, 678, 593, 649, 808, 543, 838, 550, 698, 571, 632, 715, 534, 721, 561, 643, 574, 591, 611, 508, 655, 527, 515, 550, 526, 580, 506, 947, 536, 811, 722, 662, 908, 578, 962, 593, 917, 626, 952, 861, 721, 1092, 587, 901, 605, 751, 620, 641, 974, 583, 771, 502, 663, 615, 570, 930, 578, 651, 471, 571, 478, 632, 603, 616, 600, 538, 734, 548, 686, 551, 628, 581, 660, 575, 681, 576, 644, 562, 777, 563, 813, 572, 729, 587, 642, 1125, 586, 751, 553, 662, 593, 567, 868, 532, 683, 579, 635, 601, 576, 609, 551, 736, 523, 632, 522, 662, 485, 519, 555, 540, 580, 533, 685, 529, 690, 535, 656, 538, 612, 825, 594, 1152, 750, 1018, 679, 839, 748, 654, 990, 573, 978, 601, 763, 579, 700, 656, 640, 659, 627, 661, 563, 557, 675, 566, 589, 720, 549, 1049, 557, 771, 554, 645, 624, 587, 839, 562, 704, 532, 659, 538, 611, 619, 530, 826, 537, 700, 525, 613, 556, 595, 560, 541, 611, 520, 561, 542, 556, 590, 566, 638, 541, 625, 537, 629, 618, 577, 919, 593, 744, 542, 612, 506, 627, 585, 690, 565, 743, 880, 681, 1061, 626, 824, 605, 702, 722, 688, 898, 513, 776, 564, 701, 512, 654, 492, 600, 529, 603, 520, 615, 499, 554, 781, 524, 630, 534, 636, 496, 629, 523, 615, 552, 534, 787, 552, 648, 504, 640, 564, 550, 691, 572, 609, 496, 594, 533, 578, 608, 528, 683, 539, 614, 525, 612, 537, 601, 530, 590, 598, 623, 558, 605, 566, 596], 'WindowCenter': [277.0, 277.0, 274.0, 272.0, 273.0, 270.0, 271.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 271.0, 268.0, 270.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 271.0, 271.0, 270.0, 271.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 268.0, 268.0, 271.0, 268.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 271.0, 268.0, 270.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 267.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 269.0, 267.0, 268.0, 270.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 271.0, 270.0, 269.0, 269.0, 270.0, 269.0, 268.0, 268.0, 269.0, 270.0, 269.0, 270.0, 267.0, 270.0, 266.0, 267.0, 269.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 270.0, 269.0, 269.0, 268.0, 269.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 266.0, 269.0, 269.0, 268.0, 267.0, 264.0, 267.0, 265.0, 266.0, 264.0, 266.0, 265.0, 266.0, 265.0, 265.0, 265.0, 266.0, 267.0, 264.0, 265.0, 265.0, 265.0, 266.0, 266.0, 268.0, 267.0, 267.0, 266.0, 269.0, 266.0, 267.0, 265.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 268.0, 269.0, 267.0, 268.0, 271.0, 267.0, 269.0, 267.0, 268.0, 266.0, 268.0, 270.0, 267.0, 269.0, 266.0, 268.0, 267.0, 268.0, 266.0, 267.0, 267.0, 266.0, 268.0, 267.0, 268.0, 266.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 271.0, 270.0, 272.0, 270.0, 272.0, 271.0, 272.0, 270.0, 271.0, 268.0, 270.0, 269.0, 271.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 271.0, 268.0, 269.0, 267.0, 268.0, 270.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 270.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 266.0, 269.0, 266.0, 268.0, 266.0, 267.0, 269.0, 266.0, 267.0, 265.0, 267.0, 266.0, 266.0, 268.0, 265.0, 266.0, 264.0, 265.0, 263.0, 264.0, 266.0, 264.0, 265.0, 263.0, 264.0, 264.0, 264.0, 264.0, 265.0, 265.0, 264.0, 265.0, 265.0, 267.0, 269.0, 266.0, 269.0, 268.0, 267.0, 267.0, 268.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 269.0, 267.0, 271.0, 268.0, 269.0, 268.0, 268.0, 270.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 270.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 271.0, 269.0, 272.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 271.0, 268.0, 271.0, 268.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 267.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 267.0, 270.0, 267.0, 269.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 271.0, 267.0, 270.0, 269.0, 269.0, 270.0, 267.0, 270.0, 267.0, 270.0, 267.0, 269.0, 268.0, 267.0, 269.0, 265.0, 268.0, 265.0, 267.0, 265.0, 266.0, 268.0, 265.0, 266.0, 264.0, 267.0, 267.0, 266.0, 269.0, 266.0, 266.0, 264.0, 265.0, 264.0, 267.0, 265.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 266.0, 268.0, 266.0, 269.0, 266.0, 268.0, 266.0, 267.0, 269.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 268.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 266.0, 266.0, 267.0, 267.0, 268.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 268.0, 270.0, 268.0, 271.0, 269.0, 270.0, 267.0, 269.0, 268.0, 267.0, 269.0, 266.0, 269.0, 265.0, 268.0, 266.0, 268.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 267.0, 269.0, 267.0, 267.0, 268.0, 266.0, 270.0, 267.0, 270.0, 266.0, 268.0, 267.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 266.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 269.0, 267.0, 268.0, 268.0, 268.0, 269.0, 269.0, 271.0, 268.0, 270.0, 268.0, 269.0, 268.0, 268.0, 271.0, 269.0, 271.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 268.0, 269.0, 269.0, 266.0, 268.0, 267.0, 268.0, 267.0, 269.0, 266.0, 267.0, 266.0, 267.0, 266.0, 268.0, 266.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 267.0, 269.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 270.0], 'WindowWidth': [609.0, 609.0, 603.0, 600.0, 601.0, 597.0, 597.0, 596.0, 596.0, 595.0, 596.0, 593.0, 595.0, 593.0, 594.0, 596.0, 592.0, 595.0, 591.0, 592.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 592.0, 592.0, 591.0, 590.0, 590.0, 591.0, 591.0, 590.0, 590.0, 591.0, 590.0, 590.0, 590.0, 591.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 590.0, 592.0, 592.0, 592.0, 592.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 595.0, 594.0, 593.0, 593.0, 594.0, 593.0, 594.0, 595.0, 595.0, 595.0, 595.0, 594.0, 594.0, 595.0, 595.0, 596.0, 596.0, 596.0, 598.0, 598.0, 596.0, 598.0, 596.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 595.0, 598.0, 594.0, 596.0, 593.0, 594.0, 593.0, 593.0, 597.0, 592.0, 594.0, 591.0, 591.0, 590.0, 591.0, 590.0, 592.0, 591.0, 591.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 595.0, 594.0, 595.0, 595.0, 596.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 594.0, 593.0, 595.0, 594.0, 595.0, 597.0, 592.0, 595.0, 593.0, 593.0, 591.0, 591.0, 592.0, 591.0, 592.0, 592.0, 592.0, 591.0, 592.0, 591.0, 591.0, 592.0, 591.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 594.0, 593.0, 594.0, 594.0, 594.0, 594.0, 591.0, 593.0, 594.0, 594.0, 594.0, 594.0, 593.0, 595.0, 595.0, 595.0, 594.0, 594.0, 596.0, 594.0, 596.0, 593.0, 594.0, 592.0, 593.0, 596.0, 592.0, 594.0, 591.0, 593.0, 596.0, 591.0, 593.0, 591.0, 592.0, 591.0, 592.0, 593.0, 591.0, 592.0, 591.0, 592.0, 591.0, 591.0, 593.0, 592.0, 593.0, 594.0, 594.0, 592.0, 593.0, 594.0, 594.0, 596.0, 594.0, 594.0, 593.0, 593.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 597.0, 596.0, 595.0, 594.0, 595.0, 593.0, 593.0, 593.0, 594.0, 596.0, 593.0, 596.0, 591.0, 595.0, 589.0, 591.0, 592.0, 589.0, 591.0, 589.0, 590.0, 589.0, 590.0, 591.0, 589.0, 590.0, 589.0, 589.0, 591.0, 590.0, 591.0, 591.0, 592.0, 593.0, 595.0, 595.0, 594.0, 593.0, 595.0, 596.0, 596.0, 596.0, 596.0, 597.0, 596.0, 595.0, 595.0, 596.0, 594.0, 593.0, 595.0, 595.0, 593.0, 594.0, 595.0, 593.0, 594.0, 589.0, 593.0, 594.0, 591.0, 589.0, 584.0, 589.0, 586.0, 588.0, 586.0, 588.0, 587.0, 588.0, 587.0, 588.0, 587.0, 589.0, 590.0, 585.0, 587.0, 587.0, 587.0, 589.0, 589.0, 592.0, 590.0, 590.0, 589.0, 594.0, 589.0, 590.0, 588.0, 590.0, 589.0, 590.0, 589.0, 589.0, 590.0, 589.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 592.0, 592.0, 591.0, 592.0, 592.0, 592.0, 591.0, 592.0, 593.0, 592.0, 593.0, 593.0, 593.0, 595.0, 594.0, 593.0, 593.0, 592.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 596.0, 595.0, 594.0, 597.0, 594.0, 596.0, 594.0, 597.0, 593.0, 595.0, 592.0, 594.0, 594.0, 593.0, 592.0, 594.0, 591.0, 593.0, 597.0, 591.0, 594.0, 591.0, 592.0, 590.0, 592.0, 596.0, 591.0, 593.0, 590.0, 592.0, 591.0, 593.0, 590.0, 591.0, 590.0, 590.0, 592.0, 591.0, 592.0, 590.0, 591.0, 591.0, 591.0, 592.0, 591.0, 591.0, 591.0, 591.0, 593.0, 591.0, 592.0, 592.0, 593.0, 593.0, 592.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 595.0, 596.0, 596.0, 595.0, 595.0, 595.0, 597.0, 595.0, 595.0, 597.0, 594.0, 596.0, 595.0, 596.0, 594.0, 596.0, 595.0, 597.0, 597.0, 596.0, 598.0, 596.0, 600.0, 597.0, 599.0, 596.0, 597.0, 593.0, 596.0, 594.0, 597.0, 593.0, 596.0, 593.0, 596.0, 594.0, 594.0, 597.0, 592.0, 594.0, 591.0, 593.0, 595.0, 591.0, 594.0, 590.0, 592.0, 590.0, 592.0, 594.0, 590.0, 592.0, 590.0, 591.0, 590.0, 592.0, 590.0, 593.0, 592.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 592.0, 590.0, 593.0, 588.0, 591.0, 589.0, 590.0, 592.0, 589.0, 591.0, 588.0, 590.0, 588.0, 588.0, 591.0, 586.0, 588.0, 585.0, 587.0, 584.0, 586.0, 589.0, 585.0, 586.0, 584.0, 585.0, 585.0, 585.0, 586.0, 586.0, 587.0, 585.0, 587.0, 587.0, 590.0, 594.0, 590.0, 593.0, 592.0, 590.0, 590.0, 591.0, 592.0, 593.0, 594.0, 595.0, 595.0, 594.0, 596.0, 594.0, 595.0, 592.0, 593.0, 594.0, 591.0, 596.0, 592.0, 594.0, 592.0, 592.0, 596.0, 591.0, 593.0, 592.0, 592.0, 592.0, 592.0, 595.0, 592.0, 593.0, 592.0, 593.0, 593.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 593.0, 595.0, 595.0, 596.0, 595.0, 595.0, 597.0, 595.0, 599.0, 596.0, 596.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 597.0, 593.0, 596.0, 592.0, 593.0, 594.0, 595.0, 593.0, 593.0, 593.0, 592.0, 596.0, 593.0, 594.0, 593.0, 593.0, 593.0, 594.0, 592.0, 592.0, 594.0, 591.0, 595.0, 592.0, 593.0, 591.0, 592.0, 593.0, 591.0, 593.0, 591.0, 592.0, 591.0, 593.0, 593.0, 592.0, 593.0, 591.0, 593.0, 593.0, 592.0, 593.0, 592.0, 597.0, 592.0, 596.0, 594.0, 593.0, 595.0, 592.0, 596.0, 591.0, 595.0, 591.0, 594.0, 592.0, 591.0, 594.0, 588.0, 592.0, 588.0, 590.0, 587.0, 589.0, 591.0, 588.0, 589.0, 586.0, 590.0, 591.0, 590.0, 593.0, 589.0, 589.0, 586.0, 587.0, 586.0, 591.0, 588.0, 589.0, 589.0, 588.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 591.0, 590.0, 592.0, 590.0, 591.0, 590.0, 593.0, 590.0, 593.0, 590.0, 591.0, 589.0, 590.0, 594.0, 589.0, 591.0, 589.0, 590.0, 589.0, 589.0, 592.0, 589.0, 590.0, 590.0, 590.0, 589.0, 590.0, 590.0, 591.0, 594.0, 592.0, 594.0, 591.0, 592.0, 589.0, 590.0, 591.0, 592.0, 592.0, 592.0, 593.0, 592.0, 593.0, 592.0, 593.0, 592.0, 593.0, 595.0, 592.0, 597.0, 593.0, 595.0, 591.0, 594.0, 592.0, 590.0, 593.0, 588.0, 593.0, 588.0, 593.0, 590.0, 592.0, 590.0, 589.0, 590.0, 590.0, 592.0, 593.0, 591.0, 593.0, 591.0, 591.0, 592.0, 590.0, 596.0, 592.0, 595.0, 590.0, 592.0, 591.0, 591.0, 594.0, 590.0, 593.0, 590.0, 592.0, 590.0, 592.0, 592.0, 590.0, 593.0, 590.0, 593.0, 591.0, 592.0, 591.0, 593.0, 591.0, 594.0, 594.0, 592.0, 593.0, 593.0, 593.0, 594.0, 594.0, 597.0, 594.0, 596.0, 593.0, 594.0, 593.0, 593.0, 596.0, 594.0, 597.0, 593.0, 594.0, 591.0, 594.0, 592.0, 593.0, 591.0, 594.0, 595.0, 593.0, 596.0, 592.0, 594.0, 591.0, 592.0, 593.0, 594.0, 593.0, 589.0, 592.0, 591.0, 593.0, 592.0, 593.0, 590.0, 591.0, 590.0, 591.0, 590.0, 592.0, 589.0, 591.0, 594.0, 592.0, 593.0, 592.0, 592.0, 590.0, 592.0, 590.0, 592.0, 591.0, 591.0, 594.0, 591.0, 592.0, 589.0, 592.0, 590.0, 591.0, 593.0, 591.0, 591.0, 590.0, 592.0, 591.0, 592.0, 592.0, 592.0, 593.0, 592.0, 593.0, 592.0, 593.0, 592.0, 594.0, 593.0, 594.0, 594.0, 595.0, 593.0, 594.0, 594.0, 595.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.0067145591647331795</td></tr>
<tr><td colspan=3>aqi</td><td>0.0483576915313225</td></tr>
<tr><td colspan=3>dummy_trs</td><td>10</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.91359623838553</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2846732305342632</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0760018492450636</td></tr>
<tr><td colspan=3>efc</td><td>0.5195</td></tr>
<tr><td colspan=3>fber</td><td>3818.405</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12171701454462656</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.788863109048723</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5540245369225776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5348883031999168</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5924075745558235</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.534777733011992</td></tr>
<tr><td colspan=3>gcor</td><td>0.0208411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.015712477266788483</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019529009237885475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>862</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.46266423618237</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>24.4485</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.164</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290249.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>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>32.029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7336</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>32.3868</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>214.0452</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>49.5217</td></tr>
<tr><td colspan=3>tsnr</td><td>28.241264822892845</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>