<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0018_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0018_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-01/func/sub-0018_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ddb5e60c06f78e77388370a19f51b02e</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:21:8.405000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997501, -0.0594939, 0.0380973, 0.0568169, 0.996075, 0.0678658]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100017</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>25</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7740, -7276, 673, -65, -229, -20, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c343e97d-a8e1-4932-9d05-d685d2ec5dce||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6762232780456543, 0.1524355560541153, 0.11336053162813187, 103.03473663330078], [0.1596178561449051, 2.6723973751068115, 0.17693547904491425, -103.24422454833984], [0.10221226513385773, -0.18207897245883942, 2.691810369491577, -60.427490234375], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['102108.405000', '102108.865000', '102109.325000', '102109.785000', '102110.245000', '102110.705000', '102111.165000', '102111.625000', '102112.085000', '102112.545000', '102113.005000', '102113.465000', '102113.925000', '102114.385000', '102114.845000', '102115.305000', '102115.765000', '102116.225000', '102116.685000', '102117.145000', '102117.605000', '102118.065000', '102118.525000', '102118.985000', '102119.445000', '102119.905000', '102120.365000', '102120.825000', '102121.285000', '102121.745000', '102122.205000', '102122.665000', '102123.125000', '102123.585000', '102124.045000', '102124.505000', '102124.965000', '102125.425000', '102125.885000', '102126.345000', '102126.805000', '102127.265000', '102127.725000', '102128.185000', '102128.645000', '102129.105000', '102129.565000', '102130.025000', '102130.485000', '102130.945000', '102131.405000', '102131.865000', '102132.325000', '102132.785000', '102133.245000', '102133.705000', '102134.165000', '102134.625000', '102135.085000', '102135.545000', '102136.005000', '102136.465000', '102136.925000', '102137.385000', '102137.845000', '102138.305000', '102138.765000', '102139.225000', '102139.685000', '102140.145000', '102140.605000', '102141.065000', '102141.525000', '102141.985000', '102142.445000', '102142.905000', '102143.365000', '102143.825000', '102144.285000', '102144.745000', '102145.205000', '102145.665000', '102146.125000', '102146.585000', '102147.045000', '102147.505000', '102147.965000', '102148.425000', '102148.885000', '102149.345000', '102149.805000', '102150.265000', '102150.725000', '102151.185000', '102151.645000', '102152.105000', '102152.565000', '102153.025000', '102153.485000', '102153.945000', '102154.405000', '102154.865000', '102155.325000', '102155.785000', '102156.245000', '102156.705000', '102157.165000', '102157.625000', '102158.085000', '102158.545000', '102159.005000', '102159.465000', '102159.925000', '102200.385000', '102200.845000', '102201.305000', '102201.765000', '102202.225000', '102202.685000', '102203.145000', '102203.605000', '102204.065000', '102204.525000', '102204.985000', '102205.445000', '102205.905000', '102206.365000', '102206.825000', '102207.285000', '102207.745000', '102208.205000', '102208.665000', '102209.125000', '102209.585000', '102210.045000', '102210.505000', '102210.965000', '102211.425000', '102211.885000', '102212.345000', '102212.805000', '102213.265000', '102213.725000', '102214.185000', '102214.645000', '102215.105000', '102215.565000', '102216.025000', '102216.485000', '102216.945000', '102217.405000', '102217.865000', '102218.325000', '102218.785000', '102219.245000', '102219.705000', '102220.165000', '102220.625000', '102221.085000', '102221.545000', '102222.005000', '102222.465000', '102222.925000', '102223.385000', '102223.845000', '102224.305000', '102224.765000', '102225.225000', '102225.685000', '102226.145000', '102226.605000', '102227.065000', '102227.525000', '102227.985000', '102228.445000', '102228.905000', '102229.365000', '102229.825000', '102230.285000', '102230.745000', '102231.205000', '102231.665000', '102232.125000', '102232.585000', '102233.045000', '102233.505000', '102233.965000', '102234.425000', '102234.885000', '102235.345000', '102235.805000', '102236.265000', '102236.725000', '102237.185000', '102237.645000', '102238.105000', '102238.565000', '102239.025000', '102239.485000', '102239.945000', '102240.405000', '102240.865000', '102241.325000', '102241.785000', '102242.245000', '102242.705000', '102243.165000', '102243.625000', '102244.085000', '102244.545000', '102245.005000', '102245.465000', '102245.925000', '102246.385000', '102246.845000', '102247.305000', '102247.765000', '102248.225000', '102248.685000', '102249.145000', '102249.605000', '102250.065000', '102250.525000', '102250.985000', '102251.445000', '102251.905000', '102252.365000', '102252.825000', '102253.285000', '102253.745000', '102254.205000', '102254.665000', '102255.125000', '102255.585000', '102256.045000', '102256.505000', '102256.965000', '102257.425000', '102257.885000', '102258.345000', '102258.805000', '102259.265000', '102259.725000', '102300.185000', '102300.645000', '102301.105000', '102301.565000', '102302.025000', '102302.485000', '102302.945000', '102303.405000', '102303.865000', '102304.325000', '102304.785000', '102305.245000', '102305.705000', '102306.165000', '102306.625000', '102307.085000', '102307.545000', '102308.005000', '102308.465000', '102308.925000', '102309.385000', '102309.845000', '102310.305000', '102310.765000', '102311.225000', '102311.685000', '102312.145000', '102312.605000', '102313.065000', '102313.525000', '102313.985000', '102314.445000', '102314.905000', '102315.365000', '102315.825000', '102316.285000', '102316.745000', '102317.205000', '102317.665000', '102318.125000', '102318.585000', '102319.045000', '102319.505000', '102319.965000', '102320.425000', '102320.885000', '102321.345000', '102321.805000', '102322.265000', '102322.725000', '102323.185000', '102323.645000', '102324.105000', '102324.565000', '102325.025000', '102325.485000', '102325.945000', '102326.405000', '102326.865000', '102327.325000', '102327.785000', '102328.245000', '102328.705000', '102329.165000', '102329.625000', '102330.085000', '102330.545000', '102331.005000', '102331.465000', '102331.925000', '102332.385000', '102332.845000', '102333.305000', '102333.765000', '102334.225000', '102334.685000', '102335.145000', '102335.605000', '102336.065000', '102336.525000', '102336.985000', '102337.445000', '102337.905000', '102338.365000', '102338.825000', '102339.285000', '102339.745000', '102340.205000', '102340.665000', '102341.125000', '102341.585000', '102342.045000', '102342.505000', '102342.965000', '102343.425000', '102343.885000', '102344.345000', '102344.805000', '102345.265000', '102345.725000', '102346.185000', '102346.645000', '102347.105000', '102347.565000', '102348.025000', '102348.485000', '102348.945000', '102349.405000', '102349.865000', '102350.325000', '102350.785000', '102351.245000', '102351.705000', '102352.165000', '102352.625000', '102353.085000', '102353.545000', '102354.005000', '102354.465000', '102354.925000', '102355.385000', '102355.845000', '102356.305000', '102356.765000', '102357.225000', '102357.685000', '102358.145000', '102358.605000', '102359.065000', '102359.525000', '102359.985000', '102400.445000', '102400.905000', '102401.365000', '102401.825000', '102402.285000', '102402.745000', '102403.205000', '102403.665000', '102404.125000', '102404.585000', '102405.045000', '102405.505000', '102405.965000', '102406.425000', '102406.885000', '102407.345000', '102407.805000', '102408.265000', '102408.725000', '102409.185000', '102409.645000', '102410.105000', '102410.565000', '102411.025000', '102411.485000', '102411.945000', '102412.405000', '102412.865000', '102413.325000', '102413.785000', '102414.245000', '102414.705000', '102415.165000', '102415.625000', '102416.085000', '102416.545000', '102417.005000', '102417.465000', '102417.925000', '102418.385000', '102418.845000', '102419.305000', '102419.765000', '102420.225000', '102420.685000', '102421.145000', '102421.605000', '102422.065000', '102422.525000', '102422.985000', '102423.445000', '102423.905000', '102424.365000', '102424.825000', '102425.285000', '102425.745000', '102426.205000', '102426.665000', '102427.125000', '102427.585000', '102428.045000', '102428.505000', '102428.965000', '102429.425000', '102429.885000', '102430.345000', '102430.805000', '102431.265000', '102431.725000', '102432.185000', '102432.645000', '102433.105000', '102433.565000', '102434.025000', '102434.485000', '102434.945000', '102435.405000', '102435.865000', '102436.325000', '102436.785000', '102437.245000', '102437.705000', '102438.165000', '102438.625000', '102439.085000', '102439.545000', '102440.005000', '102440.465000', '102440.925000', '102441.385000', '102441.845000', '102442.305000', '102442.765000', '102443.225000', '102443.685000', '102444.145000', '102444.605000', '102445.065000', '102445.525000', '102445.985000', '102446.445000', '102446.905000', '102447.365000', '102447.825000', '102448.285000', '102448.745000', '102449.205000', '102449.665000', '102450.125000', '102450.585000', '102451.045000', '102451.505000', '102451.965000', '102452.425000', '102452.885000', '102453.345000', '102453.805000', '102454.265000', '102454.725000', '102455.185000', '102455.645000', '102456.105000', '102456.565000', '102457.025000', '102457.485000', '102457.945000', '102458.405000', '102458.865000', '102459.325000', '102459.785000', '102500.245000', '102500.705000', '102501.165000', '102501.625000', '102502.085000', '102502.545000', '102503.005000', '102503.465000', '102503.925000', '102504.385000', '102504.845000', '102505.305000', '102505.765000', '102506.225000', '102506.685000', '102507.145000', '102507.605000', '102508.065000', '102508.525000', '102508.985000', '102509.445000', '102509.905000', '102510.365000', '102510.825000', '102511.285000', '102511.745000', '102512.205000', '102512.665000', '102513.125000', '102513.585000', '102514.045000', '102514.505000', '102514.965000', '102515.425000', '102515.885000', '102516.345000', '102516.805000', '102517.265000', '102517.725000', '102518.185000', '102518.645000', '102519.105000', '102519.565000', '102520.025000', '102520.485000', '102520.945000', '102521.405000', '102521.865000', '102522.325000', '102522.785000', '102523.245000', '102523.705000', '102524.165000', '102524.625000', '102525.085000', '102525.545000', '102526.005000', '102526.465000', '102526.925000', '102527.385000', '102527.845000', '102528.305000', '102528.765000', '102529.225000', '102529.685000', '102530.145000', '102530.605000', '102531.065000', '102531.525000', '102531.985000', '102532.445000', '102532.905000', '102533.365000', '102533.825000', '102534.285000', '102534.745000', '102535.205000', '102535.665000', '102536.125000', '102536.585000', '102537.045000', '102537.505000', '102537.965000', '102538.425000', '102538.885000', '102539.345000', '102539.805000', '102540.265000', '102540.725000', '102541.185000', '102541.645000', '102542.105000', '102542.565000', '102543.025000', '102543.485000', '102543.945000', '102544.405000', '102544.865000', '102545.325000', '102545.785000', '102546.245000', '102546.705000', '102547.165000', '102547.625000', '102548.085000', '102548.545000', '102549.005000', '102549.465000', '102549.925000', '102550.385000', '102550.845000', '102551.305000', '102551.765000', '102552.225000', '102552.685000', '102553.145000', '102553.605000', '102554.065000', '102554.525000', '102554.985000', '102555.445000', '102555.905000', '102556.365000', '102556.825000', '102557.285000', '102557.745000', '102558.205000', '102558.665000', '102559.125000', '102559.585000', '102600.045000', '102600.505000', '102600.965000', '102601.425000', '102601.885000', '102602.345000', '102602.805000', '102603.265000', '102603.725000', '102604.185000', '102604.645000', '102605.105000', '102605.565000', '102606.025000', '102606.485000', '102606.945000', '102607.405000', '102607.865000', '102608.325000', '102608.785000', '102609.245000', '102609.705000', '102610.165000', '102610.625000', '102611.085000', '102611.545000', '102612.005000', '102612.465000', '102612.925000', '102613.385000', '102613.845000', '102614.305000', '102614.765000', '102615.225000', '102615.685000', '102616.145000', '102616.605000', '102617.065000', '102617.525000', '102617.985000', '102618.445000', '102618.905000', '102619.365000', '102619.825000', '102620.285000', '102620.745000', '102621.205000', '102621.665000', '102622.125000', '102622.585000', '102623.045000', '102623.505000', '102623.965000', '102624.425000', '102624.885000', '102625.345000', '102625.805000', '102626.265000', '102626.725000', '102627.185000', '102627.645000', '102628.105000', '102628.565000', '102629.025000', '102629.485000', '102629.945000', '102630.405000', '102630.865000', '102631.325000', '102631.785000', '102632.245000', '102632.705000', '102633.165000', '102633.625000', '102634.085000', '102634.545000', '102635.005000', '102635.465000', '102635.925000', '102636.385000', '102636.845000', '102637.305000', '102637.765000', '102638.225000', '102638.685000', '102639.145000', '102639.605000', '102640.065000', '102640.525000', '102640.985000', '102641.445000', '102641.905000', '102642.365000', '102642.825000', '102643.285000', '102643.745000', '102644.205000', '102644.665000', '102645.125000', '102645.585000', '102646.045000', '102646.505000', '102646.965000', '102647.425000', '102647.885000', '102648.345000', '102648.805000', '102649.265000', '102649.725000', '102650.185000', '102650.645000', '102651.105000', '102651.565000', '102652.025000', '102652.485000', '102652.945000', '102653.405000', '102653.865000', '102654.325000', '102654.785000', '102655.245000', '102655.705000', '102656.165000', '102656.625000', '102657.085000', '102657.545000', '102658.005000', '102658.465000', '102658.925000', '102659.385000', '102659.845000', '102700.305000', '102700.765000', '102701.225000', '102701.685000', '102702.145000', '102702.605000', '102703.065000', '102703.525000', '102703.985000', '102704.445000', '102704.905000', '102705.365000', '102705.825000', '102706.285000', '102706.745000', '102707.205000', '102707.665000', '102708.125000', '102708.585000', '102709.045000', '102709.505000', '102709.965000', '102710.425000', '102710.885000', '102711.345000', '102711.805000', '102712.265000', '102712.725000', '102713.185000', '102713.645000', '102714.105000', '102714.565000', '102715.025000', '102715.485000', '102715.945000', '102716.405000', '102716.865000', '102717.325000', '102717.785000', '102718.245000', '102718.705000', '102719.165000', '102719.625000', '102720.085000', '102720.545000', '102721.005000', '102721.465000', '102721.925000', '102722.385000', '102722.845000', '102723.305000', '102723.765000', '102724.225000', '102724.685000', '102725.145000', '102725.605000', '102726.065000', '102726.525000', '102726.985000', '102727.445000', '102727.905000', '102728.365000', '102728.825000', '102729.285000', '102729.745000', '102730.205000', '102730.665000', '102731.125000', '102731.585000', '102732.045000', '102732.505000', '102732.965000', '102733.425000', '102733.885000', '102734.345000', '102734.805000', '102735.265000', '102735.725000', '102736.185000', '102736.645000', '102737.105000', '102737.565000', '102738.025000', '102738.485000', '102738.945000', '102739.405000', '102739.865000', '102740.325000', '102740.785000', '102741.245000', '102741.705000', '102742.165000', '102742.625000', '102743.085000', '102743.545000', '102744.005000', '102744.465000', '102744.925000', '102745.385000', '102745.845000', '102746.305000', '102746.765000', '102747.225000', '102747.685000', '102748.145000', '102748.605000', '102749.065000'], 'ContentTime': ['102111.677000', '102112.014000', '102112.086000', '102112.276000', '102112.482000', '102112.694000', '102112.877000', '102113.143000', '102113.304000', '102113.500000', '102113.681000', '102114.077000', '102114.555000', '102114.998000', '102115.520000', '102115.956000', '102116.407000', '102116.870000', '102117.318000', '102117.790000', '102118.244000', '102118.699000', '102119.161000', '102119.633000', '102120.080000', '102120.544000', '102121.002000', '102121.462000', '102121.928000', '102122.394000', '102122.879000', '102123.313000', '102123.787000', '102124.226000', '102124.691000', '102125.140000', '102125.608000', '102126.075000', '102126.530000', '102126.986000', '102127.448000', '102127.912000', '102128.362000', '102128.836000', '102129.283000', '102129.751000', '102130.217000', '102130.666000', '102131.139000', '102131.594000', '102132.055000', '102132.503000', '102132.965000', '102133.443000', '102133.882000', '102134.350000', '102134.801000', '102135.302000', '102135.721000', '102136.190000', '102137.391000', '102137.514000', '102137.597000', '102138.042000', '102138.481000', '102138.990000', '102139.405000', '102139.872000', '102140.329000', '102140.796000', '102141.258000', '102141.718000', '102142.174000', '102142.632000', '102143.090000', '102143.549000', '102144.003000', '102144.508000', '102144.940000', '102145.399000', '102145.882000', '102146.312000', '102146.769000', '102147.226000', '102147.680000', '102148.153000', '102148.622000', '102149.085000', '102149.533000', '102149.994000', '102150.459000', '102150.916000', '102151.391000', '102151.820000', '102152.285000', '102152.750000', '102153.209000', '102153.680000', '102154.143000', '102154.598000', '102155.086000', '102155.516000', '102155.961000', '102156.435000', '102156.888000', '102157.354000', '102157.825000', '102158.274000', '102158.744000', '102159.180000', '102159.643000', '102200.106000', '102200.578000', '102201.029000', '102201.503000', '102201.951000', '102202.405000', '102202.875000', '102203.364000', '102203.798000', '102204.276000', '102204.707000', '102205.205000', '102205.646000', '102206.094000', '102206.545000', '102207.024000', '102207.465000', '102207.932000', '102208.400000', '102208.849000', '102209.313000', '102209.763000', '102210.225000', '102210.690000', '102211.161000', '102211.616000', '102212.063000', '102212.532000', '102212.984000', '102213.489000', '102213.917000', '102214.377000', '102214.831000', '102215.299000', '102215.748000', '102216.217000', '102216.667000', '102217.158000', '102217.596000', '102218.061000', '102218.505000', '102219.023000', '102219.443000', '102219.891000', '102220.365000', '102220.814000', '102221.264000', '102221.730000', '102222.208000', '102222.647000', '102223.111000', '102223.582000', '102224.039000', '102224.526000', '102224.947000', '102225.419000', '102225.902000', '102226.344000', '102226.792000', '102227.261000', '102227.719000', '102228.174000', '102228.635000', '102229.093000', '102229.560000', '102230.003000', '102230.478000', '102230.944000', '102231.400000', '102231.853000', '102232.308000', '102232.773000', '102233.267000', '102233.701000', '102234.182000', '102234.645000', '102235.066000', '102235.525000', '102235.987000', '102236.444000', '102236.914000', '102237.381000', '102237.841000', '102238.296000', '102238.748000', '102239.204000', '102239.685000', '102240.136000', '102240.583000', '102241.047000', '102241.547000', '102241.971000', '102242.435000', '102242.903000', '102243.360000', '102243.818000', '102244.270000', '102244.737000', '102245.244000', '102245.653000', '102246.109000', '102246.580000', '102247.034000', '102247.495000', '102247.965000', '102248.439000', '102248.870000', '102249.330000', '102249.797000', '102250.255000', '102250.708000', '102251.181000', '102251.638000', '102252.090000', '102252.557000', '102253.007000', '102253.483000', '102253.935000', '102254.388000', '102254.849000', '102255.306000', '102255.782000', '102256.240000', '102256.689000', '102257.152000', '102257.619000', '102258.107000', '102258.538000', '102258.997000', '102259.455000', '102259.910000', '102300.384000', '102300.825000', '102301.302000', '102301.748000', '102302.207000', '102302.682000', '102303.132000', '102303.600000', '102304.056000', '102304.511000', '102304.972000', '102305.427000', '102305.904000', '102306.351000', '102306.821000', '102307.325000', '102307.736000', '102308.203000', '102308.645000', '102309.117000', '102309.612000', '102310.041000', '102310.496000', '102310.988000', '102311.418000', '102311.876000', '102312.340000', '102312.798000', '102313.263000', '102313.717000', '102314.178000', '102314.681000', '102315.169000', '102315.563000', '102316.018000', '102316.489000', '102316.943000', '102317.401000', '102317.858000', '102318.322000', '102318.783000', '102319.227000', '102319.703000', '102320.149000', '102320.627000', '102321.069000', '102321.541000', '102322.001000', '102322.448000', '102322.925000', '102323.376000', '102323.866000', '102324.306000', '102324.753000', '102325.219000', '102325.665000', '102326.132000', '102326.598000', '102327.051000', '102327.523000', '102327.978000', '102328.440000', '102328.887000', '102329.355000', '102329.827000', '102330.281000', '102330.743000', '102331.198000', '102331.662000', '102332.129000', '102332.586000', '102333.038000', '102333.489000', '102333.966000', '102334.411000', '102334.892000', '102335.333000', '102335.789000', '102336.251000', '102336.719000', '102337.179000', '102337.645000', '102338.098000', '102338.562000', '102339.012000', '102339.486000', '102339.942000', '102340.396000', '102340.848000', '102341.330000', '102341.772000', '102342.239000', '102342.700000', '102343.158000', '102343.621000', '102344.074000', '102344.540000', '102345.000000', '102345.459000', '102345.919000', '102346.380000', '102346.847000', '102347.300000', '102347.762000', '102348.223000', '102348.686000', '102349.202000', '102349.605000', '102350.053000', '102350.519000', '102350.980000', '102351.448000', '102351.900000', '102352.361000', '102352.820000', '102353.287000', '102353.741000', '102354.189000', '102354.652000', '102355.124000', '102355.577000', '102356.039000', '102356.535000', '102356.966000', '102357.428000', '102357.876000', '102358.349000', '102358.804000', '102359.270000', '102359.722000', '102400.180000', '102400.649000', '102401.089000', '102401.551000', '102402.013000', '102402.484000', '102402.969000', '102403.402000', '102403.866000', '102404.313000', '102404.792000', '102405.243000', '102405.706000', '102406.170000', '102406.622000', '102407.088000', '102407.549000', '102407.994000', '102408.470000', '102408.916000', '102409.389000', '102409.837000', '102410.309000', '102410.766000', '102411.227000', '102411.681000', '102412.133000', '102412.596000', '102413.056000', '102413.519000', '102414.016000', '102414.432000', '102414.901000', '102415.369000', '102415.855000', '102416.275000', '102416.731000', '102417.258000', '102417.662000', '102418.113000', '102418.590000', '102419.047000', '102419.499000', '102419.970000', '102420.440000', '102420.888000', '102421.345000', '102421.805000', '102422.266000', '102422.717000', '102423.185000', '102423.649000', '102424.095000', '102424.555000', '102425.029000', '102425.490000', '102425.957000', '102426.400000', '102426.869000', '102427.331000', '102427.776000', '102428.233000', '102428.699000', '102429.162000', '102429.624000', '102430.075000', '102430.550000', '102431.013000', '102431.471000', '102431.929000', '102432.393000', '102432.845000', '102433.293000', '102433.771000', '102434.215000', '102434.693000', '102435.137000', '102435.605000', '102436.064000', '102436.535000', '102436.977000', '102437.448000', '102437.899000', '102438.362000', '102438.833000', '102439.277000', '102439.741000', '102440.199000', '102440.665000', '102441.132000', '102441.591000', '102442.036000', '102442.503000', '102442.977000', '102443.429000', '102443.887000', '102444.344000', '102444.813000', '102445.266000', '102445.718000', '102446.194000', '102446.640000', '102447.106000', '102447.573000', '102448.020000', '102448.476000', '102448.946000', '102449.413000', '102449.872000', '102450.334000', '102450.780000', '102451.257000', '102451.697000', '102452.174000', '102452.635000', '102453.086000', '102453.549000', '102454.016000', '102454.457000', '102454.925000', '102455.379000', '102455.846000', '102456.314000', '102456.753000', '102457.230000', '102457.697000', '102458.157000', '102458.609000', '102459.074000', '102459.521000', '102459.993000', '102500.480000', '102500.901000', '102501.381000', '102501.826000', '102502.281000', '102502.743000', '102503.209000', '102503.676000', '102504.130000', '102504.579000', '102505.047000', '102505.499000', '102505.987000', '102506.437000', '102506.877000', '102507.348000', '102507.814000', '102508.265000', '102508.733000', '102509.181000', '102509.639000', '102510.106000', '102510.574000', '102511.035000', '102511.492000', '102511.984000', '102512.414000', '102512.878000', '102513.329000', '102513.821000', '102514.258000', '102514.713000', '102515.176000', '102515.632000', '102516.085000', '102516.543000', '102517.017000', '102517.469000', '102517.929000', '102518.398000', '102518.856000', '102519.317000', '102519.775000', '102520.227000', '102520.685000', '102521.155000', '102521.616000', '102522.071000', '102522.523000', '102522.983000', '102523.455000', '102523.917000', '102524.380000', '102524.825000', '102525.294000', '102525.756000', '102526.216000', '102526.673000', '102527.137000', '102527.579000', '102528.040000', '102528.502000', '102528.965000', '102529.425000', '102529.887000', '102530.341000', '102530.808000', '102531.263000', '102531.737000', '102532.186000', '102532.655000', '102533.114000', '102533.631000', '102534.034000', '102534.491000', '102534.955000', '102535.422000', '102535.872000', '102536.340000', '102536.780000', '102537.244000', '102537.713000', '102538.173000', '102538.631000', '102539.097000', '102539.558000', '102540.007000', '102540.469000', '102540.938000', '102541.390000', '102541.851000', '102542.319000', '102542.779000', '102543.271000', '102543.690000', '102544.151000', '102544.612000', '102545.071000', '102545.524000', '102546.000000', '102546.446000', '102546.917000', '102547.379000', '102547.843000', '102548.295000', '102548.758000', '102549.204000', '102549.666000', '102550.131000', '102550.595000', '102551.042000', '102551.508000', '102551.966000', '102552.442000', '102552.897000', '102553.357000', '102553.812000', '102554.303000', '102554.737000', '102555.234000', '102555.657000', '102556.119000', '102556.579000', '102557.025000', '102557.505000', '102557.953000', '102558.409000', '102558.875000', '102559.323000', '102559.794000', '102600.261000', '102600.714000', '102601.167000', '102601.641000', '102602.099000', '102602.547000', '102603.011000', '102603.514000', '102603.923000', '102604.394000', '102604.844000', '102605.314000', '102605.772000', '102606.233000', '102606.724000', '102607.148000', '102607.618000', '102608.075000', '102608.540000', '102608.992000', '102609.468000', '102609.937000', '102610.380000', '102610.859000', '102611.292000', '102611.758000', '102612.252000', '102612.677000', '102613.136000', '102613.608000', '102614.061000', '102614.580000', '102615.013000', '102615.466000', '102615.903000', '102616.361000', '102616.822000', '102617.278000', '102617.736000', '102618.201000', '102618.651000', '102619.108000', '102619.577000', '102620.037000', '102620.491000', '102620.969000', '102621.407000', '102621.884000', '102622.328000', '102622.804000', '102623.316000', '102623.722000', '102624.181000', '102624.639000', '102625.137000', '102625.554000', '102626.008000', '102626.472000', '102626.939000', '102627.392000', '102627.864000', '102628.313000', '102628.785000', '102629.241000', '102629.703000', '102630.165000', '102630.629000', '102631.078000', '102631.537000', '102631.997000', '102632.451000', '102632.962000', '102633.370000', '102633.832000', '102634.299000', '102634.752000', '102635.359000', '102635.668000', '102636.141000', '102636.598000', '102637.058000', '102637.524000', '102638.033000', '102638.438000', '102638.908000', '102639.358000', '102639.823000', '102640.274000', '102640.740000', '102641.203000', '102641.646000', '102642.118000', '102642.584000', '102643.075000', '102643.491000', '102643.966000', '102644.416000', '102644.888000', '102645.342000', '102645.809000', '102646.260000', '102646.709000', '102647.376000', '102647.641000', '102648.101000', '102648.550000', '102649.030000', '102649.489000', '102649.942000', '102650.441000', '102650.862000', '102651.329000', '102651.783000', '102652.252000', '102652.735000', '102653.151000', '102653.631000', '102654.084000', '102654.534000', '102654.997000', '102655.460000', '102655.919000', '102656.388000', '102656.833000', '102657.312000', '102657.751000', '102658.226000', '102658.679000', '102659.135000', '102659.604000', '102700.062000', '102700.528000', '102700.975000', '102701.432000', '102701.908000', '102702.371000', '102702.814000', '102703.282000', '102703.772000', '102704.205000', '102704.670000', '102705.116000', '102705.575000', '102706.035000', '102706.496000', '102706.962000', '102707.425000', '102707.889000', '102708.349000', '102708.805000', '102709.316000', '102709.710000', '102710.173000', '102710.649000', '102711.101000', '102711.571000', '102712.014000', '102712.489000', '102712.936000', '102713.406000', '102713.865000', '102714.324000', '102714.783000', '102715.245000', '102715.705000', '102716.173000', '102716.626000', '102717.080000', '102717.553000', '102718.005000', '102718.460000', '102718.932000', '102719.384000', '102719.847000', '102720.309000', '102720.756000', '102721.223000', '102721.698000', '102722.152000', '102722.598000', '102723.067000', '102723.517000', '102723.988000', '102724.456000', '102724.897000', '102725.361000', '102725.827000', '102726.280000', '102726.753000', '102727.194000', '102727.660000', '102728.161000', '102728.587000', '102729.052000', '102729.505000', '102729.963000', '102730.427000', '102730.888000', '102731.371000', '102731.809000', '102732.268000', '102732.728000', '102733.186000', '102733.639000', '102734.096000', '102734.559000', '102735.024000', '102735.490000', '102735.953000', '102736.403000', '102736.866000', '102737.329000', '102737.794000', '102738.256000', '102738.695000', '102739.169000', '102739.629000', '102740.096000', '102740.551000', '102741.019000', '102741.470000', '102741.935000', '102742.397000', '102742.841000', '102743.304000', '102743.787000', '102744.235000', '102744.685000', '102745.142000', '102745.609000', '102746.063000', '102746.523000', '102746.995000', '102747.455000', '102747.899000', '102748.377000', '102748.833000', '102749.278000', '102749.738000'], 'InstanceCreationTime': ['102111.677000', '102112.014000', '102112.086000', '102112.276000', '102112.482000', '102112.694000', '102112.877000', '102113.143000', '102113.304000', '102113.500000', '102113.681000', '102114.077000', '102114.555000', '102114.998000', '102115.520000', '102115.956000', '102116.407000', '102116.870000', '102117.318000', '102117.790000', '102118.244000', '102118.699000', '102119.161000', '102119.633000', '102120.080000', '102120.544000', '102121.002000', '102121.462000', '102121.928000', '102122.394000', '102122.879000', '102123.313000', '102123.787000', '102124.226000', '102124.691000', '102125.140000', '102125.608000', '102126.075000', '102126.530000', '102126.986000', '102127.448000', '102127.912000', '102128.362000', '102128.836000', '102129.283000', '102129.751000', '102130.217000', '102130.666000', '102131.139000', '102131.594000', '102132.055000', '102132.503000', '102132.965000', '102133.443000', '102133.882000', '102134.350000', '102134.801000', '102135.302000', '102135.721000', '102136.190000', '102137.391000', '102137.514000', '102137.597000', '102138.042000', '102138.481000', '102138.990000', '102139.405000', '102139.872000', '102140.329000', '102140.796000', '102141.258000', '102141.718000', '102142.174000', '102142.632000', '102143.090000', '102143.549000', '102144.003000', '102144.508000', '102144.940000', '102145.399000', '102145.882000', '102146.312000', '102146.769000', '102147.226000', '102147.680000', '102148.153000', '102148.622000', '102149.085000', '102149.533000', '102149.994000', '102150.459000', '102150.916000', '102151.391000', '102151.820000', '102152.285000', '102152.750000', '102153.209000', '102153.680000', '102154.143000', '102154.598000', '102155.086000', '102155.516000', '102155.961000', '102156.435000', '102156.888000', '102157.354000', '102157.825000', '102158.274000', '102158.744000', '102159.180000', '102159.643000', '102200.106000', '102200.578000', '102201.029000', '102201.503000', '102201.951000', '102202.405000', '102202.875000', '102203.364000', '102203.798000', '102204.276000', '102204.707000', '102205.205000', '102205.646000', '102206.094000', '102206.545000', '102207.024000', '102207.465000', '102207.932000', '102208.400000', '102208.849000', '102209.313000', '102209.763000', '102210.225000', '102210.690000', '102211.161000', '102211.616000', '102212.063000', '102212.532000', '102212.984000', '102213.489000', '102213.917000', '102214.377000', '102214.831000', '102215.299000', '102215.748000', '102216.217000', '102216.667000', '102217.158000', '102217.596000', '102218.061000', '102218.505000', '102219.023000', '102219.443000', '102219.891000', '102220.365000', '102220.814000', '102221.264000', '102221.730000', '102222.208000', '102222.647000', '102223.111000', '102223.582000', '102224.039000', '102224.526000', '102224.947000', '102225.419000', '102225.902000', '102226.344000', '102226.792000', '102227.261000', '102227.719000', '102228.174000', '102228.635000', '102229.093000', '102229.560000', '102230.003000', '102230.478000', '102230.944000', '102231.400000', '102231.853000', '102232.308000', '102232.773000', '102233.267000', '102233.701000', '102234.182000', '102234.645000', '102235.066000', '102235.525000', '102235.987000', '102236.444000', '102236.914000', '102237.381000', '102237.841000', '102238.296000', '102238.748000', '102239.204000', '102239.685000', '102240.136000', '102240.583000', '102241.047000', '102241.547000', '102241.971000', '102242.435000', '102242.903000', '102243.360000', '102243.818000', '102244.270000', '102244.737000', '102245.244000', '102245.653000', '102246.109000', '102246.580000', '102247.034000', '102247.495000', '102247.965000', '102248.439000', '102248.870000', '102249.330000', '102249.797000', '102250.255000', '102250.708000', '102251.181000', '102251.638000', '102252.090000', '102252.557000', '102253.007000', '102253.483000', '102253.935000', '102254.388000', '102254.849000', '102255.306000', '102255.782000', '102256.240000', '102256.689000', '102257.152000', '102257.619000', '102258.107000', '102258.538000', '102258.997000', '102259.455000', '102259.910000', '102300.384000', '102300.825000', '102301.302000', '102301.748000', '102302.207000', '102302.682000', '102303.132000', '102303.600000', '102304.056000', '102304.511000', '102304.972000', '102305.427000', '102305.904000', '102306.351000', '102306.821000', '102307.325000', '102307.736000', '102308.203000', '102308.645000', '102309.117000', '102309.612000', '102310.041000', '102310.496000', '102310.988000', '102311.418000', '102311.876000', '102312.340000', '102312.798000', '102313.263000', '102313.717000', '102314.178000', '102314.681000', '102315.169000', '102315.563000', '102316.018000', '102316.489000', '102316.943000', '102317.401000', '102317.858000', '102318.322000', '102318.783000', '102319.227000', '102319.703000', '102320.149000', '102320.627000', '102321.069000', '102321.541000', '102322.001000', '102322.448000', '102322.925000', '102323.376000', '102323.866000', '102324.306000', '102324.753000', '102325.219000', '102325.665000', '102326.132000', '102326.598000', '102327.051000', '102327.523000', '102327.978000', '102328.440000', '102328.887000', '102329.355000', '102329.827000', '102330.281000', '102330.743000', '102331.198000', '102331.662000', '102332.129000', '102332.586000', '102333.038000', '102333.489000', '102333.966000', '102334.411000', '102334.892000', '102335.333000', '102335.789000', '102336.251000', '102336.719000', '102337.179000', '102337.645000', '102338.098000', '102338.562000', '102339.012000', '102339.486000', '102339.942000', '102340.396000', '102340.848000', '102341.330000', '102341.772000', '102342.239000', '102342.700000', '102343.158000', '102343.621000', '102344.074000', '102344.540000', '102345.000000', '102345.459000', '102345.919000', '102346.380000', '102346.847000', '102347.300000', '102347.762000', '102348.223000', '102348.686000', '102349.202000', '102349.605000', '102350.053000', '102350.519000', '102350.980000', '102351.448000', '102351.900000', '102352.361000', '102352.820000', '102353.287000', '102353.741000', '102354.189000', '102354.652000', '102355.124000', '102355.577000', '102356.039000', '102356.535000', '102356.966000', '102357.428000', '102357.876000', '102358.349000', '102358.804000', '102359.270000', '102359.722000', '102400.180000', '102400.649000', '102401.089000', '102401.551000', '102402.013000', '102402.484000', '102402.969000', '102403.402000', '102403.866000', '102404.313000', '102404.792000', '102405.243000', '102405.706000', '102406.170000', '102406.622000', '102407.088000', '102407.549000', '102407.994000', '102408.470000', '102408.916000', '102409.389000', '102409.837000', '102410.309000', '102410.766000', '102411.227000', '102411.681000', '102412.133000', '102412.596000', '102413.056000', '102413.519000', '102414.016000', '102414.432000', '102414.901000', '102415.369000', '102415.855000', '102416.275000', '102416.731000', '102417.258000', '102417.662000', '102418.113000', '102418.590000', '102419.047000', '102419.499000', '102419.970000', '102420.440000', '102420.888000', '102421.345000', '102421.805000', '102422.266000', '102422.717000', '102423.185000', '102423.649000', '102424.095000', '102424.555000', '102425.029000', '102425.490000', '102425.957000', '102426.400000', '102426.869000', '102427.331000', '102427.776000', '102428.233000', '102428.699000', '102429.162000', '102429.624000', '102430.075000', '102430.550000', '102431.013000', '102431.471000', '102431.929000', '102432.393000', '102432.845000', '102433.293000', '102433.771000', '102434.215000', '102434.693000', '102435.137000', '102435.605000', '102436.064000', '102436.535000', '102436.977000', '102437.448000', '102437.899000', '102438.362000', '102438.833000', '102439.277000', '102439.741000', '102440.199000', '102440.665000', '102441.132000', '102441.591000', '102442.036000', '102442.503000', '102442.977000', '102443.429000', '102443.887000', '102444.344000', '102444.813000', '102445.266000', '102445.718000', '102446.194000', '102446.640000', '102447.106000', '102447.573000', '102448.020000', '102448.476000', '102448.946000', '102449.413000', '102449.872000', '102450.334000', '102450.780000', '102451.257000', '102451.697000', '102452.174000', '102452.635000', '102453.086000', '102453.549000', '102454.016000', '102454.457000', '102454.925000', '102455.379000', '102455.846000', '102456.314000', '102456.753000', '102457.230000', '102457.697000', '102458.157000', '102458.609000', '102459.074000', '102459.521000', '102459.993000', '102500.480000', '102500.901000', '102501.381000', '102501.826000', '102502.281000', '102502.743000', '102503.209000', '102503.676000', '102504.130000', '102504.579000', '102505.047000', '102505.499000', '102505.987000', '102506.437000', '102506.877000', '102507.348000', '102507.814000', '102508.265000', '102508.733000', '102509.181000', '102509.639000', '102510.106000', '102510.574000', '102511.035000', '102511.492000', '102511.984000', '102512.414000', '102512.878000', '102513.329000', '102513.821000', '102514.258000', '102514.713000', '102515.176000', '102515.632000', '102516.085000', '102516.543000', '102517.017000', '102517.469000', '102517.929000', '102518.398000', '102518.856000', '102519.317000', '102519.775000', '102520.227000', '102520.685000', '102521.155000', '102521.616000', '102522.071000', '102522.523000', '102522.983000', '102523.455000', '102523.917000', '102524.380000', '102524.825000', '102525.294000', '102525.756000', '102526.216000', '102526.673000', '102527.137000', '102527.579000', '102528.040000', '102528.502000', '102528.965000', '102529.425000', '102529.887000', '102530.341000', '102530.808000', '102531.263000', '102531.737000', '102532.186000', '102532.655000', '102533.114000', '102533.631000', '102534.034000', '102534.491000', '102534.955000', '102535.422000', '102535.872000', '102536.340000', '102536.780000', '102537.244000', '102537.713000', '102538.173000', '102538.631000', '102539.097000', '102539.558000', '102540.007000', '102540.469000', '102540.938000', '102541.390000', '102541.851000', '102542.319000', '102542.779000', '102543.271000', '102543.690000', '102544.151000', '102544.612000', '102545.071000', '102545.524000', '102546.000000', '102546.446000', '102546.917000', '102547.379000', '102547.843000', '102548.295000', '102548.758000', '102549.204000', '102549.666000', '102550.131000', '102550.595000', '102551.042000', '102551.508000', '102551.966000', '102552.442000', '102552.897000', '102553.357000', '102553.812000', '102554.303000', '102554.737000', '102555.234000', '102555.657000', '102556.119000', '102556.579000', '102557.025000', '102557.505000', '102557.953000', '102558.409000', '102558.875000', '102559.323000', '102559.794000', '102600.261000', '102600.714000', '102601.167000', '102601.641000', '102602.099000', '102602.547000', '102603.011000', '102603.514000', '102603.923000', '102604.394000', '102604.844000', '102605.314000', '102605.772000', '102606.233000', '102606.724000', '102607.148000', '102607.618000', '102608.075000', '102608.540000', '102608.992000', '102609.468000', '102609.937000', '102610.380000', '102610.859000', '102611.292000', '102611.758000', '102612.252000', '102612.677000', '102613.136000', '102613.608000', '102614.061000', '102614.580000', '102615.013000', '102615.466000', '102615.903000', '102616.361000', '102616.822000', '102617.278000', '102617.736000', '102618.201000', '102618.651000', '102619.108000', '102619.577000', '102620.037000', '102620.491000', '102620.969000', '102621.407000', '102621.884000', '102622.328000', '102622.804000', '102623.316000', '102623.722000', '102624.181000', '102624.639000', '102625.137000', '102625.554000', '102626.008000', '102626.472000', '102626.939000', '102627.392000', '102627.864000', '102628.313000', '102628.785000', '102629.241000', '102629.703000', '102630.165000', '102630.629000', '102631.078000', '102631.537000', '102631.997000', '102632.451000', '102632.962000', '102633.370000', '102633.832000', '102634.299000', '102634.752000', '102635.359000', '102635.668000', '102636.141000', '102636.598000', '102637.058000', '102637.524000', '102638.033000', '102638.438000', '102638.908000', '102639.358000', '102639.823000', '102640.274000', '102640.740000', '102641.203000', '102641.646000', '102642.118000', '102642.584000', '102643.075000', '102643.491000', '102643.966000', '102644.416000', '102644.888000', '102645.342000', '102645.809000', '102646.260000', '102646.709000', '102647.376000', '102647.641000', '102648.101000', '102648.550000', '102649.030000', '102649.489000', '102649.942000', '102650.441000', '102650.862000', '102651.329000', '102651.783000', '102652.252000', '102652.735000', '102653.151000', '102653.631000', '102654.084000', '102654.534000', '102654.997000', '102655.460000', '102655.919000', '102656.388000', '102656.833000', '102657.312000', '102657.751000', '102658.226000', '102658.679000', '102659.135000', '102659.604000', '102700.062000', '102700.528000', '102700.975000', '102701.432000', '102701.908000', '102702.371000', '102702.814000', '102703.282000', '102703.772000', '102704.205000', '102704.670000', '102705.116000', '102705.575000', '102706.035000', '102706.496000', '102706.962000', '102707.425000', '102707.889000', '102708.349000', '102708.805000', '102709.316000', '102709.710000', '102710.173000', '102710.649000', '102711.101000', '102711.571000', '102712.014000', '102712.489000', '102712.936000', '102713.406000', '102713.865000', '102714.324000', '102714.783000', '102715.245000', '102715.705000', '102716.173000', '102716.626000', '102717.080000', '102717.553000', '102718.005000', '102718.460000', '102718.932000', '102719.384000', '102719.847000', '102720.309000', '102720.756000', '102721.223000', '102721.698000', '102722.152000', '102722.598000', '102723.067000', '102723.517000', '102723.988000', '102724.456000', '102724.897000', '102725.361000', '102725.827000', '102726.280000', '102726.753000', '102727.194000', '102727.660000', '102728.161000', '102728.587000', '102729.052000', '102729.505000', '102729.963000', '102730.427000', '102730.888000', '102731.371000', '102731.809000', '102732.268000', '102732.728000', '102733.186000', '102733.639000', '102734.096000', '102734.559000', '102735.024000', '102735.490000', '102735.953000', '102736.403000', '102736.866000', '102737.329000', '102737.794000', '102738.256000', '102738.695000', '102739.169000', '102739.629000', '102740.096000', '102740.551000', '102741.019000', '102741.470000', '102741.935000', '102742.397000', '102742.841000', '102743.304000', '102743.787000', '102744.235000', '102744.685000', '102745.142000', '102745.609000', '102746.063000', '102746.523000', '102746.995000', '102747.455000', '102747.899000', '102748.377000', '102748.833000', '102749.278000', '102749.738000'], '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': [646, 645, 712, 546, 822, 688, 975, 667, 519, 589, 548, 498, 619, 549, 560, 565, 546, 863, 535, 752, 590, 709, 575, 504, 664, 541, 494, 551, 499, 658, 539, 529, 853, 562, 513, 649, 554, 549, 571, 508, 750, 539, 782, 551, 742, 567, 778, 578, 512, 632, 526, 615, 537, 513, 606, 536, 774, 556, 512, 610, 537, 602, 548, 500, 802, 581, 849, 582, 513, 750, 603, 554, 551, 498, 681, 565, 570, 684, 538, 750, 581, 496, 642, 541, 748, 555, 482, 616, 541, 726, 545, 510, 613, 539, 925, 621, 511, 672, 560, 861, 611, 535, 763, 559, 722, 558, 510, 696, 595, 888, 619, 631, 628, 526, 682, 568, 781, 578, 506, 577, 519, 635, 560, 506, 616, 534, 624, 545, 482, 645, 546, 759, 556, 494, 626, 517, 881, 621, 911, 618, 700, 659, 535, 833, 588, 646, 557, 500, 649, 562, 724, 550, 495, 612, 535, 787, 588, 546, 594, 510, 680, 579, 879, 548, 496, 567, 526, 640, 549, 492, 549, 503, 651, 553, 504, 650, 543, 590, 553, 503, 663, 573, 868, 584, 523, 673, 548, 849, 662, 758, 663, 551, 803, 604, 921, 645, 568, 640, 567, 714, 569, 515, 572, 541, 679, 557, 528, 653, 537, 697, 556, 527, 585, 532, 675, 561, 536, 671, 548, 782, 582, 536, 724, 590, 907, 607, 549, 648, 571, 778, 602, 603, 577, 527, 649, 562, 553, 583, 555, 644, 589, 540, 613, 544, 854, 589, 515, 611, 559, 708, 583, 537, 869, 659, 646, 649, 565, 806, 599, 890, 661, 805, 611, 563, 676, 553, 806, 583, 560, 586, 558, 667, 585, 672, 590, 551, 592, 544, 695, 582, 525, 583, 552, 531, 567, 548, 539, 591, 571, 752, 599, 719, 796, 567, 876, 597, 644, 861, 711, 871, 612, 574, 708, 598, 874, 614, 560, 638, 583, 707, 590, 533, 777, 573, 535, 594, 577, 557, 617, 556, 922, 588, 573, 656, 580, 539, 815, 698, 716, 842, 599, 543, 657, 587, 815, 613, 976, 632, 954, 623, 589, 658, 607, 760, 604, 872, 611, 580, 753, 587, 814, 616, 569, 604, 617, 539, 613, 585, 556, 586, 580, 535, 791, 627, 568, 622, 602, 785, 617, 893, 644, 600, 608, 594, 617, 584, 551, 611, 569, 560, 602, 583, 669, 588, 722, 651, 583, 785, 611, 545, 808, 669, 669, 653, 588, 871, 615, 622, 893, 597, 890, 616, 733, 626, 674, 686, 573, 673, 585, 695, 614, 574, 610, 579, 540, 617, 599, 817, 620, 605, 615, 606, 570, 607, 563, 738, 627, 567, 633, 592, 919, 699, 609, 790, 609, 571, 640, 589, 890, 623, 601, 684, 604, 643, 703, 582, 645, 618, 587, 734, 631, 562, 761, 670, 613, 649, 587, 751, 619, 669, 697, 596, 920, 630, 856, 617, 597, 646, 626, 690, 615, 618, 611, 564, 640, 616, 551, 621, 564, 797, 610, 555, 609, 596, 543, 701, 600, 559, 619, 577, 678, 599, 550, 767, 603, 626, 613, 560, 696, 609, 563, 613, 561, 698, 610, 543, 697, 601, 754, 613, 544, 731, 624, 560, 631, 598, 726, 617, 554, 878, 615, 576, 614, 588, 690, 600, 561, 603, 595, 627, 595, 540, 615, 592, 558, 614, 560, 796, 618, 594, 730, 612, 576, 628, 598, 887, 649, 572, 679, 604, 887, 618, 578, 736, 604, 796, 616, 609, 680, 593, 815, 612, 545, 713, 608, 579, 657, 617, 555, 625, 597, 549, 660, 593, 535, 617, 566, 802, 648, 575, 902, 615, 598, 766, 608, 658, 793, 589, 968, 617, 579, 706, 578, 944, 621, 570, 616, 597, 596, 613, 577, 551, 614, 561, 631, 595, 580, 697, 598, 564, 611, 570, 847, 627, 573, 620, 580, 713, 567, 797, 582, 757, 610, 553, 627, 599, 552, 612, 574, 637, 619, 570, 824, 598, 883, 626, 620, 696, 613, 962, 648, 577, 657, 603, 616, 621, 620, 889, 636, 576, 623, 591, 851, 636, 576, 673, 605, 567, 623, 579, 927, 742, 594, 705, 598, 595, 705, 600, 573, 649, 576, 774, 604, 565, 771, 627, 570, 625, 581, 779, 595, 596, 952, 609, 580, 551, 596, 559, 601, 750, 589, 519, 612, 572, 739, 616, 961, 641, 834, 658, 578, 611, 585, 669, 602, 543, 775, 621, 592, 540, 595, 558, 756, 607, 831, 689, 568, 627, 590, 698, 583, 801, 612, 859, 744, 591, 664, 583, 545, 598, 598, 537, 606, 593, 749, 603, 831, 596, 579, 741, 576, 912, 638, 671, 618, 594, 798, 615, 548, 746, 595, 546, 610, 558, 709, 591, 584, 714, 567, 627, 592, 554, 640, 596, 882, 623, 610, 717, 576, 728, 594, 888, 603, 642, 611, 604, 622, 601, 557, 608, 587, 823, 594, 542, 619, 603, 655, 607, 566, 757, 571, 742, 596, 542, 593, 523, 867, 620, 531, 629, 583, 529, 616, 580, 858, 633, 938, 640, 870, 618, 553, 712, 571, 892, 652, 544, 630, 573, 655, 580, 524, 694, 575, 548, 586, 574, 631, 564, 571, 640, 548, 631, 588, 536, 633, 555, 802, 606, 525, 670, 584, 537, 597, 545, 709, 550, 876, 572, 632, 593, 524, 847, 599, 528, 614, 550, 766, 584, 565, 776, 581, 853, 592, 529, 642, 540, 803, 572, 511, 590, 521, 752], 'WindowCenter': [289.0, 287.0, 286.0, 283.0, 287.0, 285.0, 286.0, 284.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 284.0, 284.0, 286.0, 283.0, 285.0, 283.0, 283.0, 283.0, 282.0, 284.0, 282.0, 282.0, 283.0, 283.0, 284.0, 284.0, 283.0, 286.0, 284.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 286.0, 283.0, 285.0, 283.0, 285.0, 283.0, 286.0, 284.0, 282.0, 284.0, 283.0, 284.0, 283.0, 283.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 285.0, 284.0, 283.0, 286.0, 285.0, 286.0, 284.0, 283.0, 286.0, 285.0, 286.0, 285.0, 284.0, 285.0, 285.0, 285.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 285.0, 284.0, 287.0, 285.0, 283.0, 285.0, 284.0, 286.0, 285.0, 283.0, 286.0, 284.0, 285.0, 283.0, 283.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 282.0, 284.0, 283.0, 285.0, 284.0, 282.0, 284.0, 283.0, 284.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 286.0, 285.0, 283.0, 285.0, 284.0, 286.0, 284.0, 286.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 283.0, 283.0, 284.0, 284.0, 285.0, 284.0, 282.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 286.0, 283.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 283.0, 286.0, 285.0, 283.0, 285.0, 285.0, 285.0, 284.0, 283.0, 285.0, 285.0, 287.0, 285.0, 283.0, 285.0, 284.0, 286.0, 285.0, 285.0, 284.0, 283.0, 286.0, 284.0, 286.0, 284.0, 283.0, 284.0, 284.0, 285.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 284.0, 285.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 283.0, 286.0, 285.0, 286.0, 284.0, 283.0, 284.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 284.0, 284.0, 285.0, 284.0, 284.0, 286.0, 285.0, 285.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 285.0, 284.0, 282.0, 284.0, 283.0, 285.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 283.0, 283.0, 284.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 285.0, 285.0, 286.0, 285.0, 286.0, 286.0, 284.0, 286.0, 284.0, 284.0, 286.0, 285.0, 286.0, 284.0, 283.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 284.0, 287.0, 284.0, 284.0, 284.0, 284.0, 283.0, 286.0, 285.0, 285.0, 286.0, 284.0, 283.0, 284.0, 284.0, 286.0, 284.0, 286.0, 284.0, 286.0, 284.0, 283.0, 283.0, 283.0, 284.0, 283.0, 285.0, 283.0, 282.0, 284.0, 282.0, 284.0, 283.0, 282.0, 283.0, 284.0, 282.0, 284.0, 284.0, 284.0, 284.0, 285.0, 284.0, 287.0, 285.0, 284.0, 284.0, 284.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 285.0, 285.0, 285.0, 286.0, 285.0, 285.0, 286.0, 285.0, 284.0, 286.0, 285.0, 285.0, 285.0, 284.0, 286.0, 284.0, 284.0, 286.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 284.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 282.0, 284.0, 284.0, 286.0, 284.0, 284.0, 284.0, 285.0, 284.0, 284.0, 284.0, 286.0, 285.0, 284.0, 285.0, 285.0, 287.0, 285.0, 285.0, 286.0, 284.0, 284.0, 285.0, 284.0, 286.0, 284.0, 284.0, 285.0, 285.0, 285.0, 286.0, 284.0, 284.0, 284.0, 284.0, 285.0, 284.0, 284.0, 286.0, 285.0, 284.0, 285.0, 284.0, 285.0, 284.0, 284.0, 284.0, 283.0, 286.0, 284.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 282.0, 284.0, 284.0, 283.0, 284.0, 283.0, 286.0, 284.0, 283.0, 284.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 284.0, 285.0, 285.0, 284.0, 286.0, 285.0, 285.0, 284.0, 284.0, 285.0, 284.0, 284.0, 285.0, 284.0, 285.0, 284.0, 284.0, 285.0, 285.0, 286.0, 284.0, 283.0, 286.0, 284.0, 284.0, 284.0, 285.0, 285.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 285.0, 284.0, 283.0, 284.0, 284.0, 285.0, 285.0, 284.0, 285.0, 285.0, 284.0, 285.0, 285.0, 287.0, 285.0, 285.0, 286.0, 285.0, 284.0, 285.0, 285.0, 286.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 284.0, 285.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 283.0, 285.0, 284.0, 284.0, 284.0, 284.0, 283.0, 284.0, 285.0, 284.0, 285.0, 285.0, 284.0, 285.0, 284.0, 286.0, 285.0, 284.0, 286.0, 285.0, 284.0, 285.0, 284.0, 284.0, 286.0, 283.0, 286.0, 284.0, 283.0, 284.0, 283.0, 286.0, 283.0, 283.0, 283.0, 284.0, 284.0, 284.0, 284.0, 283.0, 284.0, 284.0, 285.0, 285.0, 284.0, 285.0, 285.0, 284.0, 285.0, 284.0, 286.0, 285.0, 284.0, 284.0, 283.0, 285.0, 283.0, 285.0, 283.0, 285.0, 284.0, 283.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 285.0, 284.0, 286.0, 284.0, 286.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 285.0, 286.0, 284.0, 283.0, 284.0, 284.0, 287.0, 285.0, 284.0, 284.0, 284.0, 283.0, 284.0, 284.0, 287.0, 285.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 284.0, 286.0, 284.0, 284.0, 286.0, 284.0, 283.0, 284.0, 283.0, 285.0, 284.0, 284.0, 286.0, 284.0, 284.0, 283.0, 284.0, 284.0, 284.0, 285.0, 284.0, 283.0, 284.0, 284.0, 285.0, 284.0, 286.0, 284.0, 286.0, 284.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 285.0, 284.0, 284.0, 283.0, 284.0, 284.0, 286.0, 285.0, 286.0, 285.0, 283.0, 284.0, 284.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 283.0, 284.0, 283.0, 283.0, 284.0, 285.0, 283.0, 285.0, 285.0, 286.0, 285.0, 286.0, 285.0, 284.0, 285.0, 283.0, 286.0, 284.0, 284.0, 284.0, 283.0, 286.0, 285.0, 283.0, 285.0, 284.0, 283.0, 284.0, 283.0, 284.0, 284.0, 284.0, 285.0, 283.0, 284.0, 284.0, 283.0, 284.0, 284.0, 286.0, 285.0, 284.0, 284.0, 283.0, 284.0, 284.0, 286.0, 283.0, 284.0, 284.0, 283.0, 284.0, 284.0, 283.0, 284.0, 285.0, 286.0, 285.0, 283.0, 284.0, 285.0, 284.0, 284.0, 284.0, 286.0, 284.0, 285.0, 284.0, 283.0, 285.0, 283.0, 286.0, 285.0, 283.0, 285.0, 284.0, 283.0, 285.0, 284.0, 286.0, 284.0, 286.0, 284.0, 286.0, 284.0, 282.0, 284.0, 283.0, 286.0, 284.0, 282.0, 284.0, 283.0, 284.0, 284.0, 283.0, 285.0, 284.0, 283.0, 284.0, 284.0, 284.0, 284.0, 284.0, 285.0, 284.0, 285.0, 284.0, 284.0, 285.0, 285.0, 286.0, 284.0, 283.0, 285.0, 285.0, 284.0, 285.0, 284.0, 285.0, 284.0, 286.0, 284.0, 285.0, 284.0, 284.0, 286.0, 285.0, 283.0, 284.0, 284.0, 285.0, 284.0, 284.0, 286.0, 284.0, 286.0, 284.0, 283.0, 285.0, 283.0, 286.0, 284.0, 283.0, 284.0, 283.0, 286.0], 'WindowWidth': [634.0, 630.0, 629.0, 624.0, 628.0, 625.0, 627.0, 623.0, 621.0, 622.0, 622.0, 622.0, 623.0, 623.0, 623.0, 624.0, 624.0, 628.0, 623.0, 625.0, 622.0, 623.0, 622.0, 621.0, 623.0, 622.0, 622.0, 623.0, 623.0, 625.0, 625.0, 624.0, 627.0, 624.0, 623.0, 625.0, 624.0, 623.0, 623.0, 622.0, 627.0, 623.0, 626.0, 623.0, 625.0, 623.0, 626.0, 624.0, 622.0, 624.0, 623.0, 623.0, 623.0, 623.0, 625.0, 624.0, 627.0, 625.0, 624.0, 625.0, 624.0, 625.0, 625.0, 624.0, 628.0, 625.0, 628.0, 624.0, 623.0, 628.0, 627.0, 628.0, 626.0, 625.0, 626.0, 626.0, 625.0, 626.0, 624.0, 627.0, 625.0, 623.0, 626.0, 624.0, 627.0, 624.0, 623.0, 625.0, 625.0, 627.0, 625.0, 623.0, 626.0, 625.0, 629.0, 625.0, 623.0, 626.0, 624.0, 627.0, 625.0, 623.0, 627.0, 624.0, 625.0, 623.0, 622.0, 625.0, 624.0, 627.0, 624.0, 624.0, 624.0, 622.0, 624.0, 623.0, 625.0, 624.0, 622.0, 624.0, 623.0, 625.0, 625.0, 623.0, 625.0, 624.0, 625.0, 624.0, 624.0, 626.0, 625.0, 627.0, 626.0, 624.0, 626.0, 625.0, 628.0, 625.0, 627.0, 625.0, 624.0, 625.0, 623.0, 626.0, 623.0, 623.0, 623.0, 622.0, 625.0, 624.0, 626.0, 624.0, 622.0, 625.0, 625.0, 627.0, 624.0, 623.0, 624.0, 623.0, 626.0, 624.0, 627.0, 623.0, 622.0, 624.0, 623.0, 626.0, 625.0, 624.0, 624.0, 624.0, 627.0, 626.0, 624.0, 626.0, 626.0, 625.0, 625.0, 624.0, 626.0, 626.0, 628.0, 626.0, 623.0, 626.0, 625.0, 628.0, 626.0, 626.0, 624.0, 623.0, 626.0, 624.0, 627.0, 625.0, 623.0, 624.0, 624.0, 625.0, 624.0, 623.0, 624.0, 623.0, 626.0, 624.0, 624.0, 625.0, 623.0, 626.0, 624.0, 624.0, 624.0, 625.0, 626.0, 625.0, 625.0, 626.0, 625.0, 627.0, 625.0, 623.0, 627.0, 625.0, 628.0, 624.0, 623.0, 625.0, 624.0, 625.0, 624.0, 623.0, 624.0, 623.0, 625.0, 625.0, 624.0, 624.0, 624.0, 625.0, 624.0, 623.0, 625.0, 625.0, 628.0, 624.0, 623.0, 625.0, 624.0, 626.0, 624.0, 624.0, 628.0, 625.0, 625.0, 625.0, 623.0, 626.0, 623.0, 627.0, 624.0, 625.0, 623.0, 621.0, 624.0, 623.0, 625.0, 622.0, 621.0, 622.0, 621.0, 623.0, 622.0, 623.0, 622.0, 621.0, 622.0, 623.0, 624.0, 623.0, 623.0, 624.0, 624.0, 625.0, 625.0, 625.0, 625.0, 626.0, 626.0, 627.0, 626.0, 627.0, 628.0, 624.0, 627.0, 624.0, 625.0, 626.0, 625.0, 626.0, 624.0, 623.0, 624.0, 624.0, 627.0, 624.0, 623.0, 624.0, 624.0, 625.0, 624.0, 624.0, 626.0, 624.0, 623.0, 624.0, 624.0, 624.0, 624.0, 624.0, 628.0, 624.0, 624.0, 625.0, 624.0, 623.0, 628.0, 626.0, 626.0, 626.0, 624.0, 623.0, 624.0, 624.0, 626.0, 625.0, 627.0, 624.0, 627.0, 623.0, 622.0, 623.0, 622.0, 623.0, 622.0, 624.0, 622.0, 621.0, 623.0, 621.0, 623.0, 622.0, 621.0, 622.0, 623.0, 622.0, 623.0, 624.0, 624.0, 625.0, 626.0, 625.0, 628.0, 626.0, 624.0, 625.0, 624.0, 625.0, 624.0, 627.0, 624.0, 624.0, 623.0, 624.0, 624.0, 624.0, 624.0, 625.0, 624.0, 624.0, 625.0, 625.0, 627.0, 626.0, 627.0, 626.0, 626.0, 627.0, 625.0, 625.0, 627.0, 626.0, 625.0, 625.0, 624.0, 627.0, 625.0, 624.0, 627.0, 624.0, 627.0, 624.0, 624.0, 624.0, 623.0, 624.0, 622.0, 623.0, 622.0, 624.0, 623.0, 623.0, 623.0, 623.0, 622.0, 624.0, 624.0, 627.0, 624.0, 624.0, 625.0, 625.0, 625.0, 625.0, 625.0, 627.0, 626.0, 625.0, 626.0, 626.0, 629.0, 626.0, 625.0, 627.0, 625.0, 624.0, 625.0, 624.0, 628.0, 625.0, 624.0, 626.0, 625.0, 627.0, 627.0, 624.0, 625.0, 625.0, 624.0, 626.0, 625.0, 624.0, 627.0, 626.0, 625.0, 625.0, 624.0, 626.0, 624.0, 624.0, 625.0, 623.0, 626.0, 623.0, 624.0, 622.0, 622.0, 622.0, 622.0, 623.0, 622.0, 622.0, 623.0, 622.0, 623.0, 624.0, 623.0, 624.0, 623.0, 626.0, 624.0, 623.0, 624.0, 624.0, 623.0, 625.0, 624.0, 623.0, 625.0, 624.0, 626.0, 625.0, 624.0, 627.0, 625.0, 625.0, 625.0, 624.0, 626.0, 624.0, 624.0, 625.0, 624.0, 626.0, 625.0, 624.0, 626.0, 625.0, 627.0, 625.0, 623.0, 627.0, 625.0, 625.0, 625.0, 625.0, 626.0, 625.0, 624.0, 627.0, 625.0, 624.0, 624.0, 624.0, 626.0, 624.0, 623.0, 624.0, 624.0, 625.0, 625.0, 625.0, 625.0, 626.0, 625.0, 626.0, 626.0, 628.0, 626.0, 626.0, 627.0, 626.0, 624.0, 625.0, 625.0, 628.0, 625.0, 624.0, 625.0, 624.0, 627.0, 624.0, 624.0, 625.0, 624.0, 626.0, 625.0, 624.0, 625.0, 624.0, 626.0, 624.0, 623.0, 626.0, 624.0, 624.0, 625.0, 624.0, 623.0, 624.0, 625.0, 625.0, 626.0, 625.0, 625.0, 625.0, 625.0, 628.0, 625.0, 625.0, 628.0, 625.0, 624.0, 626.0, 624.0, 624.0, 627.0, 623.0, 627.0, 624.0, 623.0, 624.0, 623.0, 627.0, 623.0, 623.0, 622.0, 624.0, 624.0, 624.0, 624.0, 623.0, 625.0, 624.0, 625.0, 625.0, 625.0, 626.0, 626.0, 625.0, 625.0, 625.0, 628.0, 625.0, 624.0, 624.0, 623.0, 626.0, 623.0, 625.0, 623.0, 625.0, 623.0, 623.0, 624.0, 624.0, 623.0, 625.0, 624.0, 625.0, 625.0, 625.0, 628.0, 624.0, 628.0, 624.0, 624.0, 625.0, 624.0, 627.0, 624.0, 623.0, 624.0, 624.0, 624.0, 625.0, 625.0, 627.0, 624.0, 623.0, 624.0, 624.0, 628.0, 625.0, 624.0, 625.0, 624.0, 623.0, 625.0, 624.0, 629.0, 626.0, 624.0, 625.0, 624.0, 624.0, 624.0, 624.0, 624.0, 625.0, 624.0, 626.0, 624.0, 624.0, 627.0, 624.0, 623.0, 623.0, 623.0, 626.0, 624.0, 624.0, 627.0, 624.0, 624.0, 623.0, 624.0, 624.0, 624.0, 626.0, 624.0, 623.0, 624.0, 624.0, 625.0, 624.0, 627.0, 624.0, 626.0, 623.0, 623.0, 622.0, 623.0, 624.0, 624.0, 623.0, 625.0, 624.0, 624.0, 623.0, 624.0, 624.0, 626.0, 625.0, 627.0, 626.0, 623.0, 623.0, 624.0, 624.0, 623.0, 625.0, 624.0, 627.0, 624.0, 623.0, 624.0, 623.0, 623.0, 624.0, 625.0, 623.0, 625.0, 626.0, 627.0, 626.0, 628.0, 625.0, 624.0, 625.0, 623.0, 626.0, 623.0, 623.0, 623.0, 623.0, 626.0, 625.0, 623.0, 625.0, 624.0, 623.0, 623.0, 623.0, 625.0, 624.0, 624.0, 626.0, 623.0, 625.0, 624.0, 623.0, 625.0, 624.0, 626.0, 625.0, 624.0, 625.0, 623.0, 625.0, 624.0, 626.0, 623.0, 624.0, 623.0, 623.0, 623.0, 624.0, 623.0, 625.0, 625.0, 628.0, 625.0, 623.0, 625.0, 625.0, 625.0, 625.0, 624.0, 627.0, 624.0, 626.0, 624.0, 623.0, 626.0, 624.0, 628.0, 625.0, 624.0, 625.0, 624.0, 624.0, 625.0, 625.0, 627.0, 625.0, 627.0, 625.0, 626.0, 624.0, 622.0, 624.0, 622.0, 626.0, 623.0, 622.0, 623.0, 623.0, 624.0, 624.0, 624.0, 626.0, 624.0, 623.0, 624.0, 624.0, 625.0, 625.0, 625.0, 626.0, 625.0, 625.0, 625.0, 624.0, 626.0, 626.0, 627.0, 625.0, 624.0, 626.0, 625.0, 624.0, 625.0, 624.0, 626.0, 624.0, 628.0, 624.0, 625.0, 625.0, 625.0, 628.0, 625.0, 624.0, 625.0, 624.0, 626.0, 625.0, 624.0, 627.0, 624.0, 627.0, 624.0, 623.0, 625.0, 623.0, 627.0, 624.0, 623.0, 625.0, 624.0, 627.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.0005659608745684695</td></tr>
<tr><td colspan=3>aqi</td><td>0.015209277215189875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.316819797465435</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.25132406435484</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001244602684331</td></tr>
<tr><td colspan=3>efc</td><td>0.4633</td></tr>
<tr><td colspan=3>fber</td><td>10151.0586</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07946355506476888</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3145016250557275</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.216426401701731</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4981970313474324</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2288814421180185</td></tr>
<tr><td colspan=3>gcor</td><td>0.00933553</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006945241708308458</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028057126328349113</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.09717744175217</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.0664</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.8272</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.0321</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>2.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302053.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.5495</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6897</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>39.1738</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>95.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>311.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.285</td></tr>
<tr><td colspan=3>tsnr</td><td>46.04804088128731</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>