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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-01/func/sub-0021_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ff640d5bff40857263b964cc3ffcee6f</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:12:43.635000</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c9be321-5cb9-47e9-aa10-27f98ea1504a||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': ['161243.635000', '161244.095000', '161244.555000', '161245.015000', '161245.475000', '161245.935000', '161246.395000', '161246.855000', '161247.315000', '161247.775000', '161248.235000', '161248.695000', '161249.155000', '161249.615000', '161250.075000', '161250.535000', '161250.995000', '161251.455000', '161251.915000', '161252.375000', '161252.835000', '161253.295000', '161253.755000', '161254.215000', '161254.675000', '161255.135000', '161255.595000', '161256.055000', '161256.515000', '161256.975000', '161257.435000', '161257.895000', '161258.355000', '161258.815000', '161259.275000', '161259.735000', '161300.195000', '161300.655000', '161301.115000', '161301.575000', '161302.035000', '161302.495000', '161302.955000', '161303.415000', '161303.875000', '161304.335000', '161304.795000', '161305.255000', '161305.715000', '161306.175000', '161306.635000', '161307.095000', '161307.555000', '161308.015000', '161308.475000', '161308.935000', '161309.395000', '161309.855000', '161310.315000', '161310.775000', '161311.235000', '161311.695000', '161312.155000', '161312.615000', '161313.075000', '161313.535000', '161313.995000', '161314.455000', '161314.915000', '161315.375000', '161315.835000', '161316.295000', '161316.755000', '161317.215000', '161317.675000', '161318.135000', '161318.595000', '161319.055000', '161319.515000', '161319.975000', '161320.435000', '161320.895000', '161321.355000', '161321.815000', '161322.275000', '161322.735000', '161323.195000', '161323.655000', '161324.115000', '161324.575000', '161325.035000', '161325.495000', '161325.955000', '161326.415000', '161326.875000', '161327.335000', '161327.795000', '161328.255000', '161328.715000', '161329.175000', '161329.635000', '161330.095000', '161330.555000', '161331.015000', '161331.475000', '161331.935000', '161332.395000', '161332.855000', '161333.315000', '161333.775000', '161334.235000', '161334.695000', '161335.155000', '161335.615000', '161336.075000', '161336.535000', '161336.995000', '161337.455000', '161337.915000', '161338.375000', '161338.835000', '161339.295000', '161339.755000', '161340.215000', '161340.675000', '161341.135000', '161341.595000', '161342.055000', '161342.515000', '161342.975000', '161343.435000', '161343.895000', '161344.355000', '161344.815000', '161345.275000', '161345.735000', '161346.195000', '161346.655000', '161347.115000', '161347.575000', '161348.035000', '161348.495000', '161348.955000', '161349.415000', '161349.875000', '161350.335000', '161350.795000', '161351.255000', '161351.715000', '161352.175000', '161352.635000', '161353.095000', '161353.555000', '161354.015000', '161354.475000', '161354.935000', '161355.395000', '161355.855000', '161356.315000', '161356.775000', '161357.235000', '161357.695000', '161358.155000', '161358.615000', '161359.075000', '161359.535000', '161359.995000', '161400.455000', '161400.915000', '161401.375000', '161401.835000', '161402.295000', '161402.755000', '161403.215000', '161403.675000', '161404.135000', '161404.595000', '161405.055000', '161405.515000', '161405.975000', '161406.435000', '161406.895000', '161407.355000', '161407.815000', '161408.275000', '161408.735000', '161409.195000', '161409.655000', '161410.115000', '161410.575000', '161411.035000', '161411.495000', '161411.955000', '161412.415000', '161412.875000', '161413.335000', '161413.795000', '161414.255000', '161414.715000', '161415.175000', '161415.635000', '161416.095000', '161416.555000', '161417.015000', '161417.475000', '161417.935000', '161418.395000', '161418.855000', '161419.315000', '161419.775000', '161420.235000', '161420.695000', '161421.155000', '161421.615000', '161422.075000', '161422.535000', '161422.995000', '161423.455000', '161423.915000', '161424.375000', '161424.835000', '161425.295000', '161425.755000', '161426.215000', '161426.675000', '161427.135000', '161427.595000', '161428.055000', '161428.515000', '161428.975000', '161429.435000', '161429.895000', '161430.355000', '161430.815000', '161431.275000', '161431.735000', '161432.195000', '161432.655000', '161433.115000', '161433.575000', '161434.035000', '161434.495000', '161434.955000', '161435.415000', '161435.875000', '161436.335000', '161436.795000', '161437.255000', '161437.715000', '161438.175000', '161438.635000', '161439.095000', '161439.555000', '161440.015000', '161440.475000', '161440.935000', '161441.395000', '161441.855000', '161442.315000', '161442.775000', '161443.235000', '161443.695000', '161444.155000', '161444.615000', '161445.075000', '161445.535000', '161445.995000', '161446.455000', '161446.915000', '161447.375000', '161447.835000', '161448.295000', '161448.755000', '161449.215000', '161449.675000', '161450.135000', '161450.595000', '161451.055000', '161451.515000', '161451.975000', '161452.435000', '161452.895000', '161453.355000', '161453.815000', '161454.275000', '161454.735000', '161455.195000', '161455.655000', '161456.115000', '161456.575000', '161457.035000', '161457.495000', '161457.955000', '161458.415000', '161458.875000', '161459.335000', '161459.795000', '161500.255000', '161500.715000', '161501.175000', '161501.635000', '161502.095000', '161502.555000', '161503.015000', '161503.475000', '161503.935000', '161504.395000', '161504.855000', '161505.315000', '161505.775000', '161506.235000', '161506.695000', '161507.155000', '161507.615000', '161508.075000', '161508.535000', '161508.995000', '161509.455000', '161509.915000', '161510.375000', '161510.835000', '161511.295000', '161511.755000', '161512.215000', '161512.675000', '161513.135000', '161513.595000', '161514.055000', '161514.515000', '161514.975000', '161515.435000', '161515.895000', '161516.355000', '161516.815000', '161517.275000', '161517.735000', '161518.195000', '161518.655000', '161519.115000', '161519.575000', '161520.035000', '161520.495000', '161520.955000', '161521.415000', '161521.875000', '161522.335000', '161522.795000', '161523.255000', '161523.715000', '161524.175000', '161524.635000', '161525.095000', '161525.555000', '161526.015000', '161526.475000', '161526.935000', '161527.395000', '161527.855000', '161528.315000', '161528.775000', '161529.235000', '161529.695000', '161530.155000', '161530.615000', '161531.075000', '161531.535000', '161531.995000', '161532.455000', '161532.915000', '161533.375000', '161533.835000', '161534.295000', '161534.755000', '161535.215000', '161535.675000', '161536.135000', '161536.595000', '161537.055000', '161537.515000', '161537.975000', '161538.435000', '161538.895000', '161539.355000', '161539.815000', '161540.275000', '161540.735000', '161541.195000', '161541.655000', '161542.115000', '161542.575000', '161543.035000', '161543.495000', '161543.955000', '161544.415000', '161544.875000', '161545.335000', '161545.795000', '161546.255000', '161546.715000', '161547.175000', '161547.635000', '161548.095000', '161548.555000', '161549.015000', '161549.475000', '161549.935000', '161550.395000', '161550.855000', '161551.315000', '161551.775000', '161552.235000', '161552.695000', '161553.155000', '161553.615000', '161554.075000', '161554.535000', '161554.995000', '161555.455000', '161555.915000', '161556.375000', '161556.835000', '161557.295000', '161557.755000', '161558.215000', '161558.675000', '161559.135000', '161559.595000', '161600.055000', '161600.515000', '161600.975000', '161601.435000', '161601.895000', '161602.355000', '161602.815000', '161603.275000', '161603.735000', '161604.195000', '161604.655000', '161605.115000', '161605.575000', '161606.035000', '161606.495000', '161606.955000', '161607.415000', '161607.875000', '161608.335000', '161608.795000', '161609.255000', '161609.715000', '161610.175000', '161610.635000', '161611.095000', '161611.555000', '161612.015000', '161612.475000', '161612.935000', '161613.395000', '161613.855000', '161614.315000', '161614.775000', '161615.235000', '161615.695000', '161616.155000', '161616.615000', '161617.075000', '161617.535000', '161617.995000', '161618.455000', '161618.915000', '161619.375000', '161619.835000', '161620.295000', '161620.755000', '161621.215000', '161621.675000', '161622.135000', '161622.595000', '161623.055000', '161623.515000', '161623.975000', '161624.435000', '161624.895000', '161625.355000', '161625.815000', '161626.275000', '161626.735000', '161627.195000', '161627.655000', '161628.115000', '161628.575000', '161629.035000', '161629.495000', '161629.955000', '161630.415000', '161630.875000', '161631.335000', '161631.795000', '161632.255000', '161632.715000', '161633.175000', '161633.635000', '161634.095000', '161634.555000', '161635.015000', '161635.475000', '161635.935000', '161636.395000', '161636.855000', '161637.315000', '161637.775000', '161638.235000', '161638.695000', '161639.155000', '161639.615000', '161640.075000', '161640.535000', '161640.995000', '161641.455000', '161641.915000', '161642.375000', '161642.835000', '161643.295000', '161643.755000', '161644.215000', '161644.675000', '161645.135000', '161645.595000', '161646.055000', '161646.515000', '161646.975000', '161647.435000', '161647.895000', '161648.355000', '161648.815000', '161649.275000', '161649.735000', '161650.195000', '161650.655000', '161651.115000', '161651.575000', '161652.035000', '161652.495000', '161652.955000', '161653.415000', '161653.875000', '161654.335000', '161654.795000', '161655.255000', '161655.715000', '161656.175000', '161656.635000', '161657.095000', '161657.555000', '161658.015000', '161658.475000', '161658.935000', '161659.395000', '161659.855000', '161700.315000', '161700.775000', '161701.235000', '161701.695000', '161702.155000', '161702.615000', '161703.075000', '161703.535000', '161703.995000', '161704.455000', '161704.915000', '161705.375000', '161705.835000', '161706.295000', '161706.755000', '161707.215000', '161707.675000', '161708.135000', '161708.595000', '161709.055000', '161709.515000', '161709.975000', '161710.435000', '161710.895000', '161711.355000', '161711.815000', '161712.275000', '161712.735000', '161713.195000', '161713.655000', '161714.115000', '161714.575000', '161715.035000', '161715.495000', '161715.955000', '161716.415000', '161716.875000', '161717.335000', '161717.795000', '161718.255000', '161718.715000', '161719.175000', '161719.635000', '161720.095000', '161720.555000', '161721.015000', '161721.475000', '161721.935000', '161722.395000', '161722.855000', '161723.315000', '161723.775000', '161724.235000', '161724.695000', '161725.155000', '161725.615000', '161726.075000', '161726.535000', '161726.995000', '161727.455000', '161727.915000', '161728.375000', '161728.835000', '161729.295000', '161729.755000', '161730.215000', '161730.675000', '161731.135000', '161731.595000', '161732.055000', '161732.515000', '161732.975000', '161733.435000', '161733.895000', '161734.355000', '161734.815000', '161735.275000', '161735.735000', '161736.195000', '161736.655000', '161737.115000', '161737.575000', '161738.035000', '161738.495000', '161738.955000', '161739.415000', '161739.875000', '161740.335000', '161740.795000', '161741.255000', '161741.715000', '161742.175000', '161742.635000', '161743.095000', '161743.555000', '161744.015000', '161744.475000', '161744.935000', '161745.395000', '161745.855000', '161746.315000', '161746.775000', '161747.235000', '161747.695000', '161748.155000', '161748.615000', '161749.075000', '161749.535000', '161749.995000', '161750.455000', '161750.915000', '161751.375000', '161751.835000', '161752.295000', '161752.755000', '161753.215000', '161753.675000', '161754.135000', '161754.595000', '161755.055000', '161755.515000', '161755.975000', '161756.435000', '161756.895000', '161757.355000', '161757.815000', '161758.275000', '161758.735000', '161759.195000', '161759.655000', '161800.115000', '161800.575000', '161801.035000', '161801.495000', '161801.955000', '161802.415000', '161802.875000', '161803.335000', '161803.795000', '161804.255000', '161804.715000', '161805.175000', '161805.635000', '161806.095000', '161806.555000', '161807.015000', '161807.475000', '161807.935000', '161808.395000', '161808.855000', '161809.315000', '161809.775000', '161810.235000', '161810.695000', '161811.155000', '161811.615000', '161812.075000', '161812.535000', '161812.995000', '161813.455000', '161813.915000', '161814.375000', '161814.835000', '161815.295000', '161815.755000', '161816.215000', '161816.675000', '161817.135000', '161817.595000', '161818.055000', '161818.515000', '161818.975000', '161819.435000', '161819.895000', '161820.355000', '161820.815000', '161821.275000', '161821.735000', '161822.195000', '161822.655000', '161823.115000', '161823.575000', '161824.035000', '161824.495000', '161824.955000', '161825.415000', '161825.875000', '161826.335000', '161826.795000', '161827.255000', '161827.715000', '161828.175000', '161828.635000', '161829.095000', '161829.555000', '161830.015000', '161830.475000', '161830.935000', '161831.395000', '161831.855000', '161832.315000', '161832.775000', '161833.235000', '161833.695000', '161834.155000', '161834.615000', '161835.075000', '161835.535000', '161835.995000', '161836.455000', '161836.915000', '161837.375000', '161837.835000', '161838.295000', '161838.755000', '161839.215000', '161839.675000', '161840.135000', '161840.595000', '161841.055000', '161841.515000', '161841.975000', '161842.435000', '161842.895000', '161843.355000', '161843.815000', '161844.275000', '161844.735000', '161845.195000', '161845.655000', '161846.115000', '161846.575000', '161847.035000', '161847.495000', '161847.955000', '161848.415000', '161848.875000', '161849.335000', '161849.795000', '161850.255000', '161850.715000', '161851.175000', '161851.635000', '161852.095000', '161852.555000', '161853.015000', '161853.475000', '161853.935000', '161854.395000', '161854.855000', '161855.315000', '161855.775000', '161856.235000', '161856.695000', '161857.155000', '161857.615000', '161858.075000', '161858.535000', '161858.995000', '161859.455000', '161859.915000', '161900.375000', '161900.835000', '161901.295000', '161901.755000', '161902.215000', '161902.675000', '161903.135000', '161903.595000', '161904.055000', '161904.515000', '161904.975000', '161905.435000', '161905.895000', '161906.355000', '161906.815000', '161907.275000', '161907.735000', '161908.195000', '161908.655000', '161909.115000', '161909.575000', '161910.035000', '161910.495000', '161910.955000', '161911.415000', '161911.875000', '161912.335000', '161912.795000', '161913.255000', '161913.715000', '161914.175000', '161914.635000', '161915.095000', '161915.555000', '161916.015000', '161916.475000', '161916.935000', '161917.395000', '161917.855000', '161918.315000', '161918.775000', '161919.235000', '161919.695000', '161920.155000', '161920.615000', '161921.075000', '161921.535000', '161921.995000', '161922.455000', '161922.915000', '161923.375000', '161923.835000', '161924.295000'], 'ContentTime': ['161246.883000', '161247.079000', '161247.321000', '161247.549000', '161247.747000', '161247.974000', '161248.156000', '161248.351000', '161248.558000', '161248.751000', '161248.948000', '161249.380000', '161249.865000', '161250.313000', '161250.812000', '161251.242000', '161251.712000', '161252.164000', '161252.632000', '161253.121000', '161253.540000', '161254.026000', '161254.471000', '161254.930000', '161255.399000', '161255.891000', '161256.318000', '161256.768000', '161257.259000', '161257.692000', '161258.159000', '161258.615000', '161259.076000', '161259.529000', '161300.069000', '161300.481000', '161300.906000', '161301.372000', '161301.824000', '161302.299000', '161302.788000', '161303.247000', '161303.666000', '161304.139000', '161304.600000', '161305.054000', '161305.526000', '161305.973000', '161306.675000', '161306.899000', '161307.347000', '161307.819000', '161308.294000', '161308.728000', '161309.217000', '161309.686000', '161310.115000', '161310.575000', '161311.041000', '161311.491000', '161311.959000', '161312.413000', '161312.879000', '161313.341000', '161313.787000', '161314.249000', '161314.709000', '161315.167000', '161315.652000', '161316.091000', '161316.562000', '161317.021000', '161317.486000', '161317.946000', '161318.404000', '161318.852000', '161319.321000', '161319.774000', '161320.240000', '161320.698000', '161321.156000', '161321.609000', '161322.091000', '161322.542000', '161322.995000', '161323.448000', '161323.917000', '161324.404000', '161324.846000', '161325.306000', '161325.757000', '161326.224000', '161326.687000', '161327.143000', '161327.585000', '161328.046000', '161328.520000', '161328.980000', '161329.451000', '161329.898000', '161330.366000', '161330.825000', '161331.266000', '161331.742000', '161332.186000', '161332.656000', '161333.110000', '161333.572000', '161334.027000', '161334.491000', '161334.977000', '161335.413000', '161335.885000', '161336.326000', '161336.794000', '161337.248000', '161337.717000', '161338.180000', '161338.634000', '161339.101000', '161339.551000', '161340.008000', '161340.472000', '161340.927000', '161341.394000', '161341.861000', '161342.313000', '161342.775000', '161343.239000', '161343.694000', '161344.170000', '161344.605000', '161345.071000', '161345.526000', '161345.986000', '161346.446000', '161346.925000', '161347.367000', '161347.894000', '161348.291000', '161348.765000', '161349.218000', '161349.671000', '161350.125000', '161350.595000', '161351.061000', '161351.520000', '161351.986000', '161352.426000', '161352.895000', '161353.358000', '161353.874000', '161354.264000', '161354.727000', '161355.266000', '161355.647000', '161356.133000', '161356.570000', '161357.028000', '161357.491000', '161357.956000', '161358.424000', '161358.881000', '161359.328000', '161359.797000', '161400.260000', '161400.714000', '161401.171000', '161401.626000', '161402.093000', '161402.554000', '161403.012000', '161403.489000', '161403.938000', '161404.392000', '161404.846000', '161405.324000', '161405.768000', '161406.231000', '161406.743000', '161407.153000', '161407.624000', '161408.070000', '161408.546000', '161408.990000', '161409.454000', '161409.913000', '161410.384000', '161410.828000', '161411.297000', '161411.748000', '161412.299000', '161412.670000', '161413.131000', '161413.592000', '161414.058000', '161414.517000', '161414.996000', '161415.429000', '161415.899000', '161416.362000', '161416.824000', '161417.269000', '161417.755000', '161418.202000', '161418.657000', '161419.123000', '161419.576000', '161420.032000', '161420.494000', '161420.981000', '161421.888000', '161422.210000', '161422.368000', '161422.798000', '161423.249000', '161423.709000', '161424.181000', '161424.630000', '161425.098000', '161425.590000', '161426.015000', '161426.478000', '161426.934000', '161427.405000', '161427.923000', '161428.311000', '161428.782000', '161429.254000', '161429.709000', '161430.173000', '161430.623000', '161431.073000', '161431.574000', '161431.995000', '161432.463000', '161432.952000', '161433.384000', '161433.872000', '161434.315000', '161434.810000', '161435.213000', '161435.683000', '161436.189000', '161436.598000', '161437.075000', '161437.518000', '161437.977000', '161438.444000', '161438.903000', '161439.354000', '161439.808000', '161440.284000', '161440.762000', '161441.203000', '161441.666000', '161442.111000', '161442.589000', '161443.045000', '161443.489000', '161443.963000', '161444.442000', '161444.885000', '161445.344000', '161445.801000', '161446.254000', '161446.715000', '161447.188000', '161447.637000', '161448.125000', '161448.564000', '161449.017000', '161449.474000', '161449.942000', '161450.395000', '161450.855000', '161451.329000', '161451.866000', '161452.230000', '161452.693000', '161453.159000', '161453.612000', '161454.079000', '161454.533000', '161455.026000', '161455.460000', '161455.923000', '161456.371000', '161456.839000', '161457.295000', '161457.753000', '161458.228000', '161458.678000', '161459.145000', '161459.591000', '161500.051000', '161500.523000', '161500.976000', '161501.451000', '161501.903000', '161502.354000', '161502.809000', '161503.278000', '161503.747000', '161504.223000', '161504.654000', '161505.124000', '161505.579000', '161506.051000', '161506.498000', '161506.960000', '161507.420000', '161507.875000', '161508.351000', '161508.801000', '161509.255000', '161509.723000', '161510.214000', '161510.632000', '161511.093000', '161511.556000', '161512.025000', '161512.502000', '161512.976000', '161513.406000', '161513.879000', '161514.324000', '161514.777000', '161515.235000', '161515.707000', '161516.226000', '161516.631000', '161517.086000', '161517.537000', '161518.057000', '161518.505000', '161518.925000', '161519.375000', '161519.861000', '161520.318000', '161520.756000', '161521.218000', '161521.710000', '161522.142000', '161522.606000', '161523.056000', '161523.524000', '161523.978000', '161524.441000', '161524.902000', '161525.363000', '161525.822000', '161526.274000', '161526.756000', '161527.194000', '161527.670000', '161528.126000', '161528.581000', '161529.058000', '161529.503000', '161529.955000', '161530.428000', '161530.884000', '161531.349000', '161531.792000', '161532.254000', '161532.719000', '161533.181000', '161533.687000', '161534.099000', '161534.564000', '161535.032000', '161535.487000', '161535.937000', '161536.404000', '161536.878000', '161537.319000', '161537.775000', '161538.249000', '161538.698000', '161539.170000', '161539.624000', '161540.083000', '161540.561000', '161541.005000', '161541.454000', '161541.944000', '161542.400000', '161542.851000', '161543.313000', '161543.764000', '161544.228000', '161544.673000', '161545.138000', '161545.598000', '161546.086000', '161546.537000', '161547.007000', '161547.437000', '161547.904000', '161548.364000', '161548.818000', '161549.306000', '161549.751000', '161550.210000', '161550.656000', '161551.122000', '161551.578000', '161552.052000', '161552.510000', '161552.954000', '161553.421000', '161553.887000', '161554.342000', '161554.801000', '161555.291000', '161555.734000', '161556.233000', '161556.652000', '161557.116000', '161557.556000', '161558.099000', '161558.479000', '161558.950000', '161559.398000', '161559.863000', '161600.403000', '161600.778000', '161601.264000', '161601.703000', '161602.167000', '161602.638000', '161603.090000', '161603.548000', '161604.014000', '161604.458000', '161604.931000', '161605.380000', '161605.838000', '161606.314000', '161606.767000', '161607.235000', '161607.700000', '161608.162000', '161608.599000', '161609.065000', '161609.533000', '161609.981000', '161610.436000', '161610.899000', '161611.363000', '161611.826000', '161612.284000', '161612.819000', '161613.204000', '161613.670000', '161614.129000', '161614.581000', '161615.041000', '161615.546000', '161615.958000', '161616.437000', '161616.895000', '161617.346000', '161617.798000', '161618.258000', '161618.735000', '161619.259000', '161619.657000', '161620.105000', '161620.570000', '161621.032000', '161621.493000', '161621.956000', '161622.416000', '161622.862000', '161623.317000', '161623.781000', '161624.239000', '161624.711000', '161625.160000', '161625.618000', '161626.094000', '161626.563000', '161627.004000', '161627.470000', '161627.925000', '161628.408000', '161628.841000', '161629.309000', '161629.763000', '161630.219000', '161630.697000', '161631.147000', '161631.599000', '161632.083000', '161632.543000', '161632.980000', '161633.460000', '161633.928000', '161634.374000', '161634.831000', '161635.290000', '161635.747000', '161636.198000', '161636.664000', '161637.121000', '161637.605000', '161638.061000', '161638.500000', '161638.972000', '161639.443000', '161639.909000', '161640.351000', '161640.805000', '161641.341000', '161641.725000', '161642.181000', '161642.647000', '161643.117000', '161643.581000', '161644.035000', '161644.482000', '161644.937000', '161645.410000', '161645.874000', '161646.343000', '161646.814000', '161647.250000', '161647.726000', '161648.183000', '161648.641000', '161649.089000', '161649.552000', '161650.007000', '161650.472000', '161650.936000', '161651.383000', '161651.856000', '161652.301000', '161652.760000', '161653.239000', '161653.691000', '161654.154000', '161654.613000', '161655.084000', '161655.524000', '161655.991000', '161656.463000', '161656.920000', '161657.362000', '161657.836000', '161658.295000', '161658.823000', '161659.209000', '161659.686000', '161700.126000', '161700.594000', '161701.045000', '161701.523000', '161701.968000', '161702.421000', '161702.880000', '161703.373000', '161703.887000', '161704.293000', '161704.727000', '161705.184000', '161705.645000', '161706.115000', '161706.577000', '161707.031000', '161707.510000', '161707.945000', '161708.412000', '161708.861000', '161709.332000', '161709.781000', '161710.254000', '161710.707000', '161711.179000', '161711.633000', '161712.089000', '161712.543000', '161713.019000', '161713.466000', '161713.927000', '161714.400000', '161714.875000', '161715.305000', '161715.767000', '161716.231000', '161716.705000', '161717.157000', '161717.625000', '161718.077000', '161718.532000', '161719.000000', '161719.460000', '161719.909000', '161720.381000', '161720.836000', '161721.292000', '161721.756000', '161722.223000', '161722.683000', '161723.126000', '161723.601000', '161724.061000', '161724.505000', '161724.970000', '161725.445000', '161725.886000', '161726.366000', '161726.842000', '161727.337000', '161727.731000', '161728.201000', '161728.657000', '161729.109000', '161729.576000', '161730.027000', '161730.502000', '161730.963000', '161731.406000', '161731.868000', '161732.343000', '161732.796000', '161733.246000', '161733.723000', '161734.186000', '161734.633000', '161735.089000', '161735.548000', '161736.018000', '161736.493000', '161736.925000', '161737.402000', '161737.869000', '161738.306000', '161738.770000', '161739.243000', '161739.701000', '161740.148000', '161740.626000', '161741.072000', '161741.529000', '161742.002000', '161742.448000', '161742.930000', '161743.383000', '161743.839000', '161744.294000', '161744.749000', '161745.212000', '161745.670000', '161746.126000', '161746.591000', '161747.060000', '161747.534000', '161747.975000', '161748.435000', '161748.889000', '161749.353000', '161749.871000', '161750.274000', '161750.741000', '161751.194000', '161751.655000', '161752.115000', '161752.585000', '161753.030000', '161753.496000', '161753.954000', '161754.422000', '161754.879000', '161755.351000', '161755.841000', '161756.258000', '161756.714000', '161757.173000', '161757.646000', '161758.098000', '161758.566000', '161759.033000', '161759.478000', '161759.932000', '161800.403000', '161800.853000', '161801.313000', '161801.780000', '161802.238000', '161802.693000', '161803.165000', '161803.612000', '161804.083000', '161804.547000', '161805.009000', '161805.451000', '161805.912000', '161806.386000', '161806.844000', '161807.295000', '161807.760000', '161808.216000', '161808.684000', '161809.132000', '161809.596000', '161810.067000', '161810.513000', '161810.982000', '161811.449000', '161811.911000', '161812.357000', '161812.821000', '161813.324000', '161813.746000', '161814.195000', '161814.660000', '161815.131000', '161815.571000', '161816.044000', '161816.491000', '161817.039000', '161817.486000', '161817.876000', '161818.336000', '161818.826000', '161819.268000', '161819.733000', '161820.191000', '161820.644000', '161821.097000', '161821.569000', '161822.017000', '161822.474000', '161822.932000', '161823.411000', '161823.884000', '161824.320000', '161824.781000', '161825.232000', '161825.710000', '161826.170000', '161826.624000', '161827.091000', '161827.538000', '161827.994000', '161828.485000', '161828.922000', '161829.389000', '161829.852000', '161830.302000', '161830.758000', '161831.228000', '161831.687000', '161832.174000', '161832.604000', '161833.064000', '161833.528000', '161833.984000', '161834.459000', '161834.906000', '161835.369000', '161835.958000', '161836.292000', '161836.741000', '161837.208000', '161837.658000', '161838.119000', '161838.585000', '161839.045000', '161839.493000', '161839.978000', '161840.416000', '161840.936000', '161841.374000', '161841.843000', '161842.275000', '161842.765000', '161843.192000', '161843.652000', '161844.096000', '161844.561000', '161845.024000', '161845.473000', '161845.980000', '161846.398000', '161846.860000', '161847.338000', '161847.777000', '161848.257000', '161848.718000', '161849.160000', '161849.634000', '161850.090000', '161850.558000', '161851.022000', '161851.461000', '161851.992000', '161852.386000', '161852.886000', '161853.319000', '161853.763000', '161854.220000', '161854.693000', '161855.153000', '161855.618000', '161856.081000', '161856.517000', '161856.994000', '161857.441000', '161858.041000', '161858.370000', '161858.826000', '161859.285000', '161859.748000', '161900.212000', '161900.657000', '161901.158000', '161901.608000', '161902.058000', '161902.517000', '161903.004000', '161903.437000', '161903.905000', '161904.344000', '161904.811000', '161905.289000', '161905.730000', '161906.194000', '161906.664000', '161907.109000', '161907.575000', '161908.037000', '161908.498000', '161908.948000', '161909.424000', '161909.869000', '161910.333000', '161910.788000', '161911.254000', '161911.787000', '161912.175000', '161912.622000', '161913.090000', '161913.553000', '161914.019000', '161914.478000', '161914.966000', '161915.385000', '161915.853000', '161916.322000', '161916.764000', '161917.224000', '161917.694000', '161918.153000', '161918.605000', '161919.065000', '161919.544000', '161919.985000', '161920.513000', '161920.911000', '161921.379000', '161921.839000', '161922.298000', '161922.826000', '161923.217000', '161923.695000', '161924.191000', '161924.596000', '161925.055000'], 'InstanceCreationTime': ['161246.883000', '161247.079000', '161247.321000', '161247.549000', '161247.747000', '161247.974000', '161248.156000', '161248.351000', '161248.558000', '161248.751000', '161248.948000', '161249.380000', '161249.865000', '161250.313000', '161250.812000', '161251.242000', '161251.712000', '161252.164000', '161252.632000', '161253.121000', '161253.540000', '161254.026000', '161254.471000', '161254.930000', '161255.399000', '161255.891000', '161256.318000', '161256.768000', '161257.259000', '161257.692000', '161258.159000', '161258.615000', '161259.076000', '161259.529000', '161300.069000', '161300.481000', '161300.906000', '161301.372000', '161301.824000', '161302.299000', '161302.788000', '161303.247000', '161303.666000', '161304.139000', '161304.600000', '161305.054000', '161305.526000', '161305.973000', '161306.675000', '161306.899000', '161307.347000', '161307.819000', '161308.294000', '161308.728000', '161309.217000', '161309.686000', '161310.115000', '161310.575000', '161311.041000', '161311.491000', '161311.959000', '161312.413000', '161312.879000', '161313.341000', '161313.787000', '161314.249000', '161314.709000', '161315.167000', '161315.652000', '161316.091000', '161316.562000', '161317.021000', '161317.486000', '161317.946000', '161318.404000', '161318.852000', '161319.321000', '161319.774000', '161320.240000', '161320.698000', '161321.156000', '161321.609000', '161322.091000', '161322.542000', '161322.995000', '161323.448000', '161323.917000', '161324.404000', '161324.846000', '161325.306000', '161325.757000', '161326.224000', '161326.687000', '161327.143000', '161327.585000', '161328.046000', '161328.520000', '161328.980000', '161329.451000', '161329.898000', '161330.366000', '161330.825000', '161331.266000', '161331.742000', '161332.186000', '161332.656000', '161333.110000', '161333.572000', '161334.027000', '161334.491000', '161334.977000', '161335.413000', '161335.885000', '161336.326000', '161336.794000', '161337.248000', '161337.717000', '161338.180000', '161338.634000', '161339.101000', '161339.551000', '161340.008000', '161340.472000', '161340.927000', '161341.394000', '161341.861000', '161342.313000', '161342.775000', '161343.239000', '161343.694000', '161344.170000', '161344.605000', '161345.071000', '161345.526000', '161345.986000', '161346.446000', '161346.925000', '161347.367000', '161347.894000', '161348.291000', '161348.765000', '161349.218000', '161349.671000', '161350.125000', '161350.595000', '161351.061000', '161351.520000', '161351.986000', '161352.426000', '161352.895000', '161353.358000', '161353.874000', '161354.264000', '161354.727000', '161355.266000', '161355.647000', '161356.133000', '161356.570000', '161357.028000', '161357.491000', '161357.956000', '161358.424000', '161358.881000', '161359.328000', '161359.797000', '161400.260000', '161400.714000', '161401.171000', '161401.626000', '161402.093000', '161402.554000', '161403.012000', '161403.489000', '161403.938000', '161404.392000', '161404.846000', '161405.324000', '161405.768000', '161406.231000', '161406.743000', '161407.153000', '161407.624000', '161408.070000', '161408.546000', '161408.990000', '161409.454000', '161409.913000', '161410.384000', '161410.828000', '161411.297000', '161411.748000', '161412.299000', '161412.670000', '161413.131000', '161413.592000', '161414.058000', '161414.517000', '161414.996000', '161415.429000', '161415.899000', '161416.362000', '161416.824000', '161417.269000', '161417.755000', '161418.202000', '161418.657000', '161419.123000', '161419.576000', '161420.032000', '161420.494000', '161420.981000', '161421.888000', '161422.210000', '161422.368000', '161422.798000', '161423.249000', '161423.709000', '161424.181000', '161424.630000', '161425.098000', '161425.590000', '161426.015000', '161426.478000', '161426.934000', '161427.405000', '161427.923000', '161428.311000', '161428.782000', '161429.254000', '161429.709000', '161430.173000', '161430.623000', '161431.073000', '161431.574000', '161431.995000', '161432.463000', '161432.952000', '161433.384000', '161433.872000', '161434.315000', '161434.810000', '161435.213000', '161435.683000', '161436.189000', '161436.598000', '161437.075000', '161437.518000', '161437.977000', '161438.444000', '161438.903000', '161439.354000', '161439.808000', '161440.284000', '161440.762000', '161441.203000', '161441.666000', '161442.111000', '161442.589000', '161443.045000', '161443.489000', '161443.963000', '161444.442000', '161444.885000', '161445.344000', '161445.801000', '161446.254000', '161446.715000', '161447.188000', '161447.637000', '161448.125000', '161448.564000', '161449.017000', '161449.474000', '161449.942000', '161450.395000', '161450.855000', '161451.329000', '161451.866000', '161452.230000', '161452.693000', '161453.159000', '161453.612000', '161454.079000', '161454.533000', '161455.026000', '161455.460000', '161455.923000', '161456.371000', '161456.839000', '161457.295000', '161457.753000', '161458.228000', '161458.678000', '161459.145000', '161459.591000', '161500.051000', '161500.523000', '161500.976000', '161501.451000', '161501.903000', '161502.354000', '161502.809000', '161503.278000', '161503.747000', '161504.223000', '161504.654000', '161505.124000', '161505.579000', '161506.051000', '161506.498000', '161506.960000', '161507.420000', '161507.875000', '161508.351000', '161508.801000', '161509.255000', '161509.723000', '161510.214000', '161510.632000', '161511.093000', '161511.556000', '161512.025000', '161512.502000', '161512.976000', '161513.406000', '161513.879000', '161514.324000', '161514.777000', '161515.235000', '161515.707000', '161516.226000', '161516.631000', '161517.086000', '161517.537000', '161518.057000', '161518.505000', '161518.925000', '161519.375000', '161519.861000', '161520.318000', '161520.756000', '161521.218000', '161521.710000', '161522.142000', '161522.606000', '161523.056000', '161523.524000', '161523.978000', '161524.441000', '161524.902000', '161525.363000', '161525.822000', '161526.274000', '161526.756000', '161527.194000', '161527.670000', '161528.126000', '161528.581000', '161529.058000', '161529.503000', '161529.955000', '161530.428000', '161530.884000', '161531.349000', '161531.792000', '161532.254000', '161532.719000', '161533.181000', '161533.687000', '161534.099000', '161534.564000', '161535.032000', '161535.487000', '161535.937000', '161536.404000', '161536.878000', '161537.319000', '161537.775000', '161538.249000', '161538.698000', '161539.170000', '161539.624000', '161540.083000', '161540.561000', '161541.005000', '161541.454000', '161541.944000', '161542.400000', '161542.851000', '161543.313000', '161543.764000', '161544.228000', '161544.673000', '161545.138000', '161545.598000', '161546.086000', '161546.537000', '161547.007000', '161547.437000', '161547.904000', '161548.364000', '161548.818000', '161549.306000', '161549.751000', '161550.210000', '161550.656000', '161551.122000', '161551.578000', '161552.052000', '161552.510000', '161552.954000', '161553.421000', '161553.887000', '161554.342000', '161554.801000', '161555.291000', '161555.734000', '161556.233000', '161556.652000', '161557.116000', '161557.556000', '161558.099000', '161558.479000', '161558.950000', '161559.398000', '161559.863000', '161600.403000', '161600.778000', '161601.264000', '161601.703000', '161602.167000', '161602.638000', '161603.090000', '161603.548000', '161604.014000', '161604.458000', '161604.931000', '161605.380000', '161605.838000', '161606.314000', '161606.767000', '161607.235000', '161607.700000', '161608.162000', '161608.599000', '161609.065000', '161609.533000', '161609.981000', '161610.436000', '161610.899000', '161611.363000', '161611.826000', '161612.284000', '161612.819000', '161613.204000', '161613.670000', '161614.129000', '161614.581000', '161615.041000', '161615.546000', '161615.958000', '161616.437000', '161616.895000', '161617.346000', '161617.798000', '161618.258000', '161618.735000', '161619.259000', '161619.657000', '161620.105000', '161620.570000', '161621.032000', '161621.493000', '161621.956000', '161622.416000', '161622.862000', '161623.317000', '161623.781000', '161624.239000', '161624.711000', '161625.160000', '161625.618000', '161626.094000', '161626.563000', '161627.004000', '161627.470000', '161627.925000', '161628.408000', '161628.841000', '161629.309000', '161629.763000', '161630.219000', '161630.697000', '161631.147000', '161631.599000', '161632.083000', '161632.543000', '161632.980000', '161633.460000', '161633.928000', '161634.374000', '161634.831000', '161635.290000', '161635.747000', '161636.198000', '161636.664000', '161637.121000', '161637.605000', '161638.061000', '161638.500000', '161638.972000', '161639.443000', '161639.909000', '161640.351000', '161640.805000', '161641.341000', '161641.725000', '161642.181000', '161642.647000', '161643.117000', '161643.581000', '161644.035000', '161644.482000', '161644.937000', '161645.410000', '161645.874000', '161646.343000', '161646.814000', '161647.250000', '161647.726000', '161648.183000', '161648.641000', '161649.089000', '161649.552000', '161650.007000', '161650.472000', '161650.936000', '161651.383000', '161651.856000', '161652.301000', '161652.760000', '161653.239000', '161653.691000', '161654.154000', '161654.613000', '161655.084000', '161655.524000', '161655.991000', '161656.463000', '161656.920000', '161657.362000', '161657.836000', '161658.295000', '161658.823000', '161659.209000', '161659.686000', '161700.126000', '161700.594000', '161701.045000', '161701.523000', '161701.968000', '161702.421000', '161702.880000', '161703.373000', '161703.887000', '161704.293000', '161704.727000', '161705.184000', '161705.645000', '161706.115000', '161706.577000', '161707.031000', '161707.510000', '161707.945000', '161708.412000', '161708.861000', '161709.332000', '161709.781000', '161710.254000', '161710.707000', '161711.179000', '161711.633000', '161712.089000', '161712.543000', '161713.019000', '161713.466000', '161713.927000', '161714.400000', '161714.875000', '161715.305000', '161715.767000', '161716.231000', '161716.705000', '161717.157000', '161717.625000', '161718.077000', '161718.532000', '161719.000000', '161719.460000', '161719.909000', '161720.381000', '161720.836000', '161721.292000', '161721.756000', '161722.223000', '161722.683000', '161723.126000', '161723.601000', '161724.061000', '161724.505000', '161724.970000', '161725.445000', '161725.886000', '161726.366000', '161726.842000', '161727.337000', '161727.731000', '161728.201000', '161728.657000', '161729.109000', '161729.576000', '161730.027000', '161730.502000', '161730.963000', '161731.406000', '161731.868000', '161732.343000', '161732.796000', '161733.246000', '161733.723000', '161734.186000', '161734.633000', '161735.089000', '161735.548000', '161736.018000', '161736.493000', '161736.925000', '161737.402000', '161737.869000', '161738.306000', '161738.770000', '161739.243000', '161739.701000', '161740.148000', '161740.626000', '161741.072000', '161741.529000', '161742.002000', '161742.448000', '161742.930000', '161743.383000', '161743.839000', '161744.294000', '161744.749000', '161745.212000', '161745.670000', '161746.126000', '161746.591000', '161747.060000', '161747.534000', '161747.975000', '161748.435000', '161748.889000', '161749.353000', '161749.871000', '161750.274000', '161750.741000', '161751.194000', '161751.655000', '161752.115000', '161752.585000', '161753.030000', '161753.496000', '161753.954000', '161754.422000', '161754.879000', '161755.351000', '161755.841000', '161756.258000', '161756.714000', '161757.173000', '161757.646000', '161758.098000', '161758.566000', '161759.033000', '161759.478000', '161759.932000', '161800.403000', '161800.853000', '161801.313000', '161801.780000', '161802.238000', '161802.693000', '161803.165000', '161803.612000', '161804.083000', '161804.547000', '161805.009000', '161805.451000', '161805.912000', '161806.386000', '161806.844000', '161807.295000', '161807.760000', '161808.216000', '161808.684000', '161809.132000', '161809.596000', '161810.067000', '161810.513000', '161810.982000', '161811.449000', '161811.911000', '161812.357000', '161812.821000', '161813.324000', '161813.746000', '161814.195000', '161814.660000', '161815.131000', '161815.571000', '161816.044000', '161816.491000', '161817.039000', '161817.486000', '161817.876000', '161818.336000', '161818.826000', '161819.268000', '161819.733000', '161820.191000', '161820.644000', '161821.097000', '161821.569000', '161822.017000', '161822.474000', '161822.932000', '161823.411000', '161823.884000', '161824.320000', '161824.781000', '161825.232000', '161825.710000', '161826.170000', '161826.624000', '161827.091000', '161827.538000', '161827.994000', '161828.485000', '161828.922000', '161829.389000', '161829.852000', '161830.302000', '161830.758000', '161831.228000', '161831.687000', '161832.174000', '161832.604000', '161833.064000', '161833.528000', '161833.984000', '161834.459000', '161834.906000', '161835.369000', '161835.958000', '161836.292000', '161836.741000', '161837.208000', '161837.658000', '161838.119000', '161838.585000', '161839.045000', '161839.493000', '161839.978000', '161840.416000', '161840.936000', '161841.374000', '161841.843000', '161842.275000', '161842.765000', '161843.192000', '161843.652000', '161844.096000', '161844.561000', '161845.024000', '161845.473000', '161845.980000', '161846.398000', '161846.860000', '161847.338000', '161847.777000', '161848.257000', '161848.718000', '161849.160000', '161849.634000', '161850.090000', '161850.558000', '161851.022000', '161851.461000', '161851.992000', '161852.386000', '161852.886000', '161853.319000', '161853.763000', '161854.220000', '161854.693000', '161855.153000', '161855.618000', '161856.081000', '161856.517000', '161856.994000', '161857.441000', '161858.041000', '161858.370000', '161858.826000', '161859.285000', '161859.748000', '161900.212000', '161900.657000', '161901.158000', '161901.608000', '161902.058000', '161902.517000', '161903.004000', '161903.437000', '161903.905000', '161904.344000', '161904.811000', '161905.289000', '161905.730000', '161906.194000', '161906.664000', '161907.109000', '161907.575000', '161908.037000', '161908.498000', '161908.948000', '161909.424000', '161909.869000', '161910.333000', '161910.788000', '161911.254000', '161911.787000', '161912.175000', '161912.622000', '161913.090000', '161913.553000', '161914.019000', '161914.478000', '161914.966000', '161915.385000', '161915.853000', '161916.322000', '161916.764000', '161917.224000', '161917.694000', '161918.153000', '161918.605000', '161919.065000', '161919.544000', '161919.985000', '161920.513000', '161920.911000', '161921.379000', '161921.839000', '161922.298000', '161922.826000', '161923.217000', '161923.695000', '161924.191000', '161924.596000', '161925.055000'], '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': [703, 706, 725, 710, 669, 720, 683, 687, 715, 784, 733, 687, 725, 702, 733, 668, 640, 705, 723, 748, 707, 757, 675, 759, 696, 764, 710, 751, 722, 747, 743, 742, 764, 730, 746, 709, 748, 707, 749, 713, 931, 731, 737, 731, 757, 806, 712, 965, 699, 764, 722, 693, 724, 683, 731, 704, 707, 721, 669, 731, 672, 720, 704, 667, 744, 658, 715, 687, 731, 687, 741, 727, 717, 739, 751, 727, 667, 714, 686, 738, 746, 762, 740, 667, 723, 689, 708, 742, 780, 727, 668, 736, 688, 725, 695, 707, 742, 722, 731, 731, 747, 733, 754, 719, 925, 747, 723, 746, 691, 731, 706, 761, 737, 733, 776, 718, 764, 717, 773, 701, 782, 718, 767, 740, 764, 771, 784, 783, 795, 765, 702, 762, 711, 766, 726, 771, 731, 743, 780, 748, 754, 697, 780, 714, 776, 722, 773, 741, 711, 749, 733, 780, 743, 757, 686, 775, 716, 784, 716, 739, 754, 790, 746, 688, 768, 695, 777, 719, 744, 741, 734, 777, 736, 740, 699, 768, 693, 772, 673, 620, 662, 611, 702, 638, 626, 666, 636, 677, 756, 679, 744, 658, 727, 656, 741, 729, 745, 902, 661, 832, 683, 828, 640, 794, 867, 647, 933, 646, 693, 643, 655, 671, 640, 639, 647, 633, 635, 636, 587, 651, 623, 670, 632, 671, 669, 664, 726, 749, 735, 674, 780, 701, 724, 714, 736, 698, 788, 734, 722, 765, 761, 771, 694, 788, 737, 784, 810, 796, 774, 806, 767, 776, 780, 800, 758, 815, 759, 1028, 765, 854, 775, 717, 762, 728, 786, 747, 945, 777, 721, 799, 728, 770, 726, 787, 769, 667, 798, 699, 805, 715, 782, 738, 768, 760, 738, 770, 735, 787, 720, 796, 729, 781, 751, 921, 757, 731, 767, 718, 755, 721, 763, 766, 696, 773, 696, 794, 716, 796, 743, 737, 784, 686, 789, 727, 786, 753, 698, 788, 687, 789, 727, 799, 766, 751, 783, 713, 788, 756, 701, 777, 695, 786, 737, 727, 798, 725, 809, 713, 771, 760, 718, 825, 750, 781, 731, 770, 636, 776, 713, 824, 777, 801, 737, 790, 772, 769, 764, 993, 797, 837, 774, 745, 766, 748, 1033, 748, 886, 770, 733, 720, 732, 957, 763, 725, 775, 733, 822, 763, 696, 765, 715, 786, 755, 717, 755, 690, 804, 718, 753, 715, 789, 726, 803, 746, 789, 771, 789, 796, 739, 823, 766, 789, 732, 808, 748, 773, 762, 754, 802, 741, 810, 748, 784, 733, 813, 773, 1038, 787, 770, 792, 738, 796, 756, 1023, 794, 737, 803, 743, 734, 771, 841, 782, 725, 805, 737, 905, 756, 801, 786, 717, 774, 742, 756, 773, 742, 764, 734, 751, 736, 768, 767, 719, 774, 732, 744, 749, 690, 803, 727, 729, 758, 765, 770, 725, 818, 740, 788, 763, 734, 785, 751, 787, 716, 769, 735, 765, 748, 751, 783, 792, 803, 731, 772, 740, 744, 766, 715, 788, 727, 801, 736, 797, 751, 753, 792, 733, 785, 745, 785, 732, 805, 739, 785, 751, 781, 784, 766, 799, 782, 801, 753, 809, 741, 734, 720, 725, 736, 749, 735, 725, 744, 756, 750, 699, 747, 923, 757, 743, 754, 713, 746, 717, 723, 746, 726, 746, 745, 736, 715, 738, 727, 757, 734, 699, 745, 696, 748, 707, 739, 710, 756, 733, 737, 746, 685, 736, 747, 768, 703, 750, 731, 699, 730, 686, 755, 742, 757, 706, 744, 717, 700, 730, 709, 760, 702, 724, 703, 746, 728, 665, 757, 745, 716, 709, 751, 722, 680, 747, 791, 717, 689, 724, 709, 700, 739, 670, 735, 793, 727, 702, 747, 731, 755, 705, 697, 757, 702, 776, 713, 752, 690, 762, 702, 754, 786, 666, 798, 746, 855, 735, 792, 709, 787, 801, 895, 723, 987, 734, 696, 727, 692, 992, 733, 837, 885, 709, 1029, 725, 660, 978, 726, 689, 702, 688, 774, 714, 672, 701, 683, 726, 733, 677, 701, 687, 713, 729, 661, 720, 695, 685, 688, 681, 637, 716, 667, 677, 649, 668, 653, 637, 645, 642, 661, 632, 657, 721, 648, 762, 674, 738, 674, 685, 695, 647, 691, 663, 713, 676, 706, 679, 702, 700, 650, 715, 685, 704, 682, 716, 686, 699, 676, 731, 680, 1028, 688, 745, 701, 687, 671, 677, 684, 651, 706, 660, 690, 661, 678, 671, 653, 682, 683, 672, 656, 682, 655, 908, 670, 705, 690, 641, 1009, 665, 692, 674, 646, 656, 656, 660, 689, 656, 692, 670, 662, 670, 648, 698, 658, 708, 675, 636, 715, 665, 731, 676, 726, 683, 710, 681, 717, 669, 680, 676, 738, 686, 685, 682, 697, 685, 723, 702, 724, 678, 735, 698, 786, 670, 803, 663, 728, 667, 797, 985, 728, 1056, 656, 934, 649, 745, 670, 709, 649, 696, 855, 655, 960, 665, 678, 665, 666, 672, 651, 675, 665, 631, 649, 695, 657, 739, 658, 697, 686, 686, 643, 701, 636, 667, 665, 677, 648, 646, 941, 651, 720, 658, 672, 639, 656, 636, 640, 675, 659, 695, 671, 671, 640, 635, 683, 644, 682, 649, 667, 663, 704, 660, 653, 650, 649, 663, 650, 687, 659, 659, 651, 623, 641, 699, 643, 642, 656, 689, 649, 699, 630, 692, 633, 719, 659, 662, 656, 661, 662, 676], 'WindowCenter': [275.0, 274.0, 273.0, 272.0, 271.0, 271.0, 270.0, 270.0, 271.0, 271.0, 271.0, 270.0, 270.0, 270.0, 272.0, 271.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 269.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, 269.0, 268.0, 268.0, 269.0, 268.0, 270.0, 269.0, 269.0, 268.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 269.0, 268.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 271.0, 270.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 271.0, 272.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 268.0, 269.0, 268.0, 268.0, 267.0, 268.0, 268.0, 266.0, 268.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 270.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 272.0, 271.0, 271.0, 269.0, 271.0, 271.0, 271.0, 271.0, 272.0, 271.0, 271.0, 272.0, 272.0, 272.0, 272.0, 271.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 271.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 271.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 269.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 271.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 271.0, 269.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 269.0, 269.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 267.0, 267.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 271.0, 269.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 271.0, 272.0, 271.0, 271.0, 272.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 272.0, 270.0, 271.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 268.0, 269.0, 269.0, 270.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, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 271.0, 270.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, 269.0, 269.0, 270.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 270.0, 270.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 269.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 270.0, 271.0, 271.0, 271.0, 269.0, 270.0, 268.0, 268.0, 267.0, 267.0, 269.0, 268.0, 268.0, 268.0, 267.0, 269.0, 267.0, 266.0, 268.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 268.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 268.0, 268.0, 268.0, 270.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, 268.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 271.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 271.0, 271.0, 271.0, 271.0, 271.0, 270.0, 271.0, 271.0, 271.0, 270.0, 271.0, 269.0, 270.0, 270.0, 270.0, 271.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.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, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 269.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0], 'WindowWidth': [607.0, 604.0, 602.0, 600.0, 599.0, 598.0, 597.0, 596.0, 597.0, 597.0, 597.0, 596.0, 596.0, 596.0, 599.0, 598.0, 596.0, 596.0, 596.0, 595.0, 594.0, 595.0, 594.0, 595.0, 596.0, 597.0, 595.0, 595.0, 596.0, 596.0, 597.0, 596.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 594.0, 595.0, 596.0, 594.0, 594.0, 593.0, 594.0, 593.0, 593.0, 594.0, 592.0, 592.0, 592.0, 591.0, 592.0, 591.0, 592.0, 592.0, 592.0, 592.0, 592.0, 594.0, 593.0, 593.0, 594.0, 593.0, 595.0, 595.0, 594.0, 593.0, 594.0, 596.0, 596.0, 596.0, 594.0, 595.0, 595.0, 594.0, 593.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 594.0, 594.0, 595.0, 595.0, 596.0, 595.0, 594.0, 593.0, 595.0, 595.0, 594.0, 594.0, 594.0, 596.0, 595.0, 595.0, 594.0, 595.0, 595.0, 595.0, 595.0, 596.0, 595.0, 594.0, 596.0, 595.0, 595.0, 595.0, 595.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 596.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 595.0, 597.0, 596.0, 596.0, 595.0, 595.0, 596.0, 594.0, 596.0, 595.0, 595.0, 596.0, 596.0, 595.0, 595.0, 596.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 593.0, 595.0, 594.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 596.0, 596.0, 594.0, 596.0, 595.0, 597.0, 599.0, 597.0, 595.0, 594.0, 594.0, 593.0, 593.0, 595.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 595.0, 594.0, 594.0, 594.0, 594.0, 595.0, 592.0, 594.0, 591.0, 592.0, 590.0, 592.0, 592.0, 589.0, 592.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 588.0, 590.0, 589.0, 590.0, 590.0, 591.0, 593.0, 593.0, 593.0, 593.0, 592.0, 592.0, 595.0, 593.0, 594.0, 594.0, 594.0, 594.0, 595.0, 595.0, 594.0, 598.0, 597.0, 597.0, 595.0, 597.0, 598.0, 596.0, 597.0, 598.0, 598.0, 598.0, 599.0, 599.0, 598.0, 598.0, 597.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 595.0, 595.0, 594.0, 595.0, 596.0, 598.0, 595.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 596.0, 594.0, 596.0, 595.0, 596.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 596.0, 594.0, 593.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 593.0, 595.0, 593.0, 595.0, 593.0, 594.0, 594.0, 594.0, 595.0, 593.0, 595.0, 593.0, 594.0, 594.0, 593.0, 595.0, 593.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 594.0, 595.0, 595.0, 593.0, 595.0, 594.0, 595.0, 595.0, 594.0, 596.0, 594.0, 596.0, 595.0, 595.0, 596.0, 596.0, 598.0, 596.0, 595.0, 596.0, 597.0, 595.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 595.0, 596.0, 596.0, 596.0, 597.0, 595.0, 596.0, 594.0, 594.0, 593.0, 593.0, 594.0, 592.0, 593.0, 592.0, 591.0, 591.0, 593.0, 593.0, 592.0, 591.0, 591.0, 591.0, 593.0, 592.0, 592.0, 594.0, 593.0, 592.0, 592.0, 592.0, 594.0, 593.0, 597.0, 595.0, 596.0, 596.0, 595.0, 596.0, 596.0, 595.0, 595.0, 597.0, 599.0, 598.0, 597.0, 598.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 598.0, 596.0, 597.0, 596.0, 595.0, 596.0, 598.0, 595.0, 595.0, 595.0, 594.0, 595.0, 596.0, 596.0, 595.0, 594.0, 594.0, 594.0, 594.0, 595.0, 595.0, 594.0, 593.0, 594.0, 594.0, 594.0, 593.0, 592.0, 592.0, 593.0, 592.0, 593.0, 593.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 594.0, 592.0, 592.0, 592.0, 594.0, 593.0, 592.0, 594.0, 594.0, 595.0, 593.0, 595.0, 594.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 595.0, 594.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 595.0, 595.0, 596.0, 595.0, 597.0, 596.0, 596.0, 595.0, 596.0, 596.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 598.0, 596.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 595.0, 595.0, 595.0, 593.0, 594.0, 593.0, 594.0, 593.0, 595.0, 595.0, 595.0, 594.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 593.0, 594.0, 594.0, 594.0, 593.0, 594.0, 593.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 594.0, 593.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 593.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 593.0, 594.0, 593.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 596.0, 596.0, 597.0, 595.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 598.0, 597.0, 597.0, 598.0, 597.0, 598.0, 596.0, 596.0, 597.0, 598.0, 595.0, 596.0, 592.0, 592.0, 591.0, 591.0, 594.0, 591.0, 592.0, 592.0, 590.0, 593.0, 589.0, 588.0, 591.0, 588.0, 588.0, 588.0, 588.0, 589.0, 589.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 588.0, 588.0, 589.0, 590.0, 588.0, 588.0, 587.0, 589.0, 588.0, 590.0, 590.0, 591.0, 591.0, 590.0, 590.0, 590.0, 592.0, 593.0, 594.0, 595.0, 595.0, 595.0, 593.0, 593.0, 593.0, 593.0, 595.0, 593.0, 593.0, 593.0, 594.0, 594.0, 594.0, 595.0, 596.0, 595.0, 593.0, 595.0, 593.0, 594.0, 594.0, 596.0, 595.0, 595.0, 594.0, 594.0, 593.0, 597.0, 593.0, 595.0, 594.0, 595.0, 593.0, 595.0, 595.0, 594.0, 594.0, 594.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 595.0, 592.0, 592.0, 592.0, 592.0, 594.0, 591.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 592.0, 592.0, 593.0, 592.0, 593.0, 594.0, 594.0, 594.0, 594.0, 594.0, 593.0, 595.0, 595.0, 596.0, 596.0, 595.0, 596.0, 597.0, 596.0, 597.0, 597.0, 596.0, 596.0, 598.0, 597.0, 597.0, 597.0, 597.0, 598.0, 598.0, 598.0, 598.0, 596.0, 597.0, 597.0, 598.0, 596.0, 597.0, 595.0, 596.0, 595.0, 596.0, 597.0, 595.0, 597.0, 593.0, 596.0, 592.0, 594.0, 593.0, 593.0, 593.0, 595.0, 595.0, 593.0, 596.0, 594.0, 595.0, 594.0, 593.0, 594.0, 593.0, 595.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 594.0, 593.0, 593.0, 593.0, 593.0, 592.0, 592.0, 592.0, 593.0, 592.0, 592.0, 595.0, 592.0, 593.0, 592.0, 592.0, 591.0, 591.0, 592.0, 592.0, 591.0, 592.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 595.0, 593.0, 594.0, 593.0, 595.0, 596.0, 596.0, 594.0, 595.0, 596.0, 595.0, 595.0, 594.0, 594.0, 595.0, 594.0, 595.0, 595.0, 595.0, 595.0, 595.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.004642988505747127</td></tr>
<tr><td colspan=3>aqi</td><td>0.05205033724137931</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.91265524538555</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1948555500920606</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9776408866513239</td></tr>
<tr><td colspan=3>efc</td><td>0.519</td></tr>
<tr><td colspan=3>fber</td><td>3761.6084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10883893769976019</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.436781609195402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5986336683283766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5676286660556897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6770427543561452</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.551229584573294</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118014</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.016676075756549835</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021094566211104393</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.501303942911998</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>25.9987</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4342</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.0642</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>290272.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>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>31.9574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6528</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>32.7067</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>214.5448</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>86272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>49.0966</td></tr>
<tr><td colspan=3>tsnr</td><td>27.957599627086893</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>